How To Change Default Title Tag on Blogger for SEO

Posted by Lasantha Bandara File Under : change template, google, seo, title, widget 12 Comments

This is a quick SEO tutorial. But it will improve the title tag of your blogger blog for better search engine rankings.

Find this line in "Edit HTML":

<title><data:blog.pageTitle/></title>

Now replace above line with the code given below:

<!-- Start www.bloggertipandtrick.net: Changing the Blogger Title Tag  -->
<b:if cond='data:blog.pageType == &quot;index&quot;'>
<title><data:blog.pageTitle/></title> 
<b:else/>
<b:if cond='data:blog.pageType != &quot;error_page&quot;'>
<title><data:blog.pageName/> ~ <data:blog.title/></title>
<b:else/>
<title>404 ~ Page Not Found!</title>
</b:if>
</b:if>
<!-- End www.bloggertipandtrick.net: Changing the Blogger Title Tag  -->

Click on "Save Template" and you are done.

12 thoughts on “How To Change Default Title Tag on Blogger for SEO

  1. Great - I didn't see that change at first, but now I see that each blog post title shows as the title tag.

    Thanks!!!

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.