By default Blogger (Blogspot) blog does not have search engine optimised title tags. Blogger assigns title tags which contain the the Title of the post following the Name of the blog . But this type of title tags are not search engine friendly.
By simply reversing the position of the blog name and page title significant improvement can be gained in SEO resulting in higher blogger Traffic.
Follow the Steps for SEO optimization of your Blogger Blog:
1. First "Login" to your Blogger account
2. Go to "Design" > "Edit HTML" and search for the code shown below.
<title><data:blog.pageTitle/></title>
3. Now Replace the above code with the code shown below
<b:if cond='data:blog.pageType == &quot;item&quot;'>
<title><data:blog.pageName/> |
<data:blog.title/></title>
<b:else/>
<title><data:blog.pageTitle/></title>
</b:if>
4. Click on Save Template and then View Blog
5. If you are having any problem when trying to Insert and unable to Save the above code (Step .4), then the another code shown below might work for your blog
<b:if cond='data:blog.pageType == "item"'>
<title><data:blog.pageName/> |
<data:blog.title/></title>
<b:else/>
<title><data:blog.pageTitle/></title>
</b:if>
Now enjoy your SEO optimized Blog Title Tag. Be prepared to Welcome high traffic on your Blog.
IMPORTANT TIPS
- Don't forget to take back up of your template before editing it
You are Done !!! Happy Blogging
No comments:
Post a Comment