How To Change Default Title Tag on Blogger for SEO

Posted by Lasantha Bandara on August 26th, 2015 File Under : change template, google, seo, title, widget12 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.

File Under : change template, google, seo, title, widget

12 Responses to “How To Change Default Title Tag on Blogger for SEO”

  1. Rakesh says:

    i wait for some time to check

  2. admin says:

    Thanks Great post.
    I love you sir.

  3. Arpit says:

    it works great thanks for it.

  4. Tokotua Forex says:

    useful article, I will ask about the meta tag: whether it should be removed or deleted?

    thank you

  5. TecKop says:

    may i know why is placed here but not ""

  6. Siddharth Srivastava says:

    I have updated the codes, thanks 🙂 waiting for search engines to index.

  7. Lukaar says:

    Thanks! It's helpful.

  8. Jonathan Firth says:

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

    Thanks!!!

  9. Unaiz says:

    Nice tip Thank you very much buddy 🙂

  10. Anunoy Samanta says:

    Thanks for the useful tip! 🙂

  11. rudyprmd says:

    thanks a lot

  12. mahmoud ahmed says:

    thank you so much

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.