Blogger Title Optimization For Search Engines

Blogspot Hosted Blogs display Page Titles for all pages start with Default Home Page Title. This is not optimal for Search Engine Optimization(SEO). Self Hosting Wordpress Blogging Platform has many plug ins for SEO. Search engines count the letters from Home Page Title Name.Actually Individual Page name display next to Main Blog Title.
How do hack this for Better Search Engine Rankings and Top in Search Results.Modify Blogger Template with simple steps for inner page titles as Page Titles instead of Home Page Title.
Login to Blogger >> Dashboard >> Layout >>Edit HTML [Backup Blogger Template before any Modify]

Find the following line
<title><data:blog.pageTitle/></title>


Replace the above code with the following Code

<b:if cond='data:blog.pageType == &quot;item&quot;'>
<title><data:blog.pageName/></title>
<b:else/>
<title><data:blog.pageTitle/></title>
</b:if>

Save Template.Check the Individual Page Titles Display without Home Page Title,OK.This is very important for Index your pages easily and to create Heavy Blog Traffic.

No comments:

Post a Comment

Hello, Write Your Here...