Show Post Title or Page Title before Blog Title in SERP – Blogger SEO

If you use Google Blogger then you must search for SEO tips. Google Blogger by default shows blog title before post title or page title. This is not a good thing because if your blog title is long then post title does not clearly appear in search results because of title character or pixel limit. It means keywords used in post title does not work and very few people will able to find your blog post in search result. In a nutshell your blog’s traffic does not grow significantly i.e. you’ll get limited readers for your blog. If your blog post title would be before blog title then keyword used in post title or page title would work and your blog posts will get more user than ever because keyword rich post title crawled by search bots quickly and your blog’s search ranking improves.

Post title before blog title -Blogger SEO

By default – Blog title before post title or page title

blog-title-before-post-title-page-title

Customized Post title or page title before blog title

post-title-page-title-before-blog-title

Steps to show post title or page title before

1. Go to Blogger Dashboard
2. Then select Layout tab
3. Click on Edit HTML button
4. Now look for following code

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

5. Now replace searched code with following code

<title>
<b:if cond='data:blog.pageType == &quot;index&quot;'>
<data:blog.pageTitle/>
<b:else/>
<b:if cond='data:blog.pageType != &quot;error_page&quot;'>
<data:blog.pageName/> | <data:blog.title/>
<b:else/>
404 | <data:blog.title/>
</b:if>
</b:if>
</title>

Github Gist here: https://gist.github.com/vinayprajapati/9889893
6. Now save changes and you are done.

Merits –
1. Blog’s SEO improves
2. Blog traffic improves significantly
3. Helps you to improve Google page rank

This change may take some time to appear in search results but you can see in your browser tab as following –

post-title-in-browser

Happy Blogging!

20 thoughts on “Show Post Title or Page Title before Blog Title in SERP – Blogger SEO”

  1. Avatar photo
    Aanchal Iyer

    Great read, Blogger SEO is important information as even if your blog is interesting but it does not get its place in the SEO then it will not get the desired traffic, hence even if the content is good it will not produce the optimum result and reach its target audience.

  2. Avatar photo
    Dibyendu Debnath

    Hey bro, very nice article. It is really needs for blogspot SEO of blog. It is really helpful for me.

  3. Avatar photo
    Samuel Johnson

    wow this guide is really helpful, was able to place post title before blog title on my site, thanks for sharing

  4. Everyone loves what you guys tend to be up too. Such clever work and exposure!
    Keep up the wonderful works guys I’ve you guys to blogroll.

  5. Why I can’t find that code [title…title] in my blogger themes HTML code?

    pls, reply sir asap!

  6. Thank You very much it works perfectly. Also I want to ask how can we show blog description in title for the homepage only.

  7. Avatar photo
    Vijay Kumar S Khatokar

    Hi, Good day to you.
    I have applied your code in my blog, but at presently nothing is happening.
    Can you please let me know, usually how much time it takes to start showing it’s progress.
    Waiting for your reply at the earliest.
    Thanks in advance.

Leave a Comment

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

Scroll to Top