Sunday, April 13, 2014

Simple Script to Optimize Your Blog for SEO

Today, in this post i'm talking about the simple script to optimize your blog blogspot for SEO. I found script that easy to understand and install in your blogger blog and it will simply boost a lot of things, due to its friendly nature it will surely get you more visitors, it will decrease your blog's bounce rate and it will provide you with more higher search results.
After adding this script, you can optimize your blogger post for search engines just after you publish it. This plug-in will ask you to add description and keywords for your post just after you hit publish button. Well now exactly its nothing like something really special but it's a meta tags code. So yes using this script and following above posted tutorials you would surely find a difference in your earlier and optimized stats. So now just follow below steps to see how to add this script to your blogger blog.

Simple Script to Optimize Your Blog for SEO:



Step 1) Login your blogger.
Step 2) Select "-> Template"
Step 3) Now click on "EDIT HTML"
Step 4) Press CTRL + F and find look this code.( ↑ Top side of your's blogger template)

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

Step 5) Replace above code with the following code:

<b:if cond='data:blog.pageType == &quot;index&quot;'>
<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>

Step 6 ) Replace ID with your's Google Plus ID for example
this is my Google Plus ID "111104935548049552108"
https://plus.google.com/111104935548049552108

If you find any problem, discuss in below comments...


No comments:

Post a Comment