Saturday, 11 May 2013

Blogger All In One Seo Pack SEO Plugin and Others.

Filled under:

Title and Description 

All in One Seo

Meta Tags and Description 
All in One Seo Blogger SEO pro

Instructions to Install All In One Seo Pack for Blogspot? 

Click tab Design > Edit HTML. CTRL + F and look this code.

<title><data:blog.title/></title>
<b:if cond='data:blog.metaDescription != &quot;&quot;'>
 <meta expr:content='data:blog.metaDescription' name='description'/>
</b:if>


Replace with 


<title><data:blog.pageTitle/></title>
    <b:else/>
     <title><data:blog.pageName/> - <data:blog.title/></title>
    </b:if> 
<b:if cond='data:blog.metaDescription != &quot;&quot;'>
 <meta expr:content='data:blog.metaDescription' name='description'/>
</b:if>
<b:if cond='data:blog.pageType == &quot;archive&quot;'>
<meta content='noindex, nofollow' name='robots'/>
<b:else/>
<b:if cond='data:blog.pageType == &quot;index&quot;'>
<b:if cond='data:blog.url == data:blog.homepageUrl'>
<meta expr:content='data:blog.title' name='keywords'/>
<meta content='index, follow' name='robots'/>
</b:if> <b:else/>
<b:if cond='data:blog.pageTitle != data:blog.title'>
<meta expr:content='data:blog.pageName' name='keywords'/>
</b:if></b:if>
<meta content='global' name='distribution'/>
<meta content='3 days' name='revisit'/>
<meta content='3 days' name='revisit-after'/>
<meta content='document' name='resource-type'/>
<meta content='all' name='audience'/>
<meta content='general' name='rating'/>
<meta content='all' name='robots'/>
<meta content='index, follow' name='robots'/>
<meta content='en-us' name='language'/>
<meta content='USA' name='country'/>
<link href='https://plus.google.com/ID/about' rel='author'/>
<link href='https://plus.google.com/ID/posts' rel='publisher'/></b:if>
<!-- / All In One Seo Pack Blogger SEO Plugin by bloggertipstrickswidgets.blogspot.com. -->

Follow the yellow to change

2 comments:

Related Posts Plugin for WordPress, Blogger...