Blogspot, Blogger SEO optimization – SEO Title Tags


Why should you change the default Blogger  title structure?

SEO | In the default option Blog title appears first and post title pushed to the end. Default blogger template comes with “blog title + page title” like this in post pages. In this tutorial explain how to change the blogger title for SEO friendly.
1. Go to Blogger Dashboard > Design > Edit HTML
2. Search for this tag:
<title><data:blog.pagetitle/></title>
3. Replace the above code with this:
<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>
4. Save your template. Now you will notice the change in title’s in your browser’s title bar.
 
 

1 comments:

Admin said...

When i replace it always show

Your template could not be parsed as it is not well-formed. Please make sure all XML elements are closed properly.
XML error message: Open quote is expected for attribute "{1}" associated with an element type "cond".

Please help

Post a Comment