How To SEO Optimize Blogger Posts Titles For Better Ranking

Is your Blog title appearing before the post titles in search results? If so, then you have to do some editing in your Blogger Template because this arrangement is not good for SEO. In this post, I'm going to briefly describe you that how you can SEO optimize Blogger posts Titles.
SEO Optimize blogger posts titles

Actually, if you want better results, then the title of posts should appear before the title of blog.
SEO optimized post title


In the above image, you are seeing that the arrangement is SEO friendly. In some cases, the arrangement may be opposite like this...
post title is not SEO optimized


This is an example of bad optimization.

Guide To SEO Optimize Blogspot Posts Titles


  • Sign in to Blogger and then go to Template>>Edit HTML
  • Press Ctrl+F and Search for the following piece of coding.
<title><data:blog.pageTitle/></title>
  •  You have to replace it with the following piece of coding
<b:if cond='data:blog.pageType == "item"'>
<title><data:blog.pageName/> | <data:blog.title/></title>
<b:else/>
<title><data:blog.pageTitle/></title> </b:if>
  • Click on "Save Template" button.
  • That's it.
I hope, this tutorial will help you so much. Now, you need to implement this trick in your Blogspot blog. If you face any error while applying this tricks, then let me know in comments, so that I may tell you the solution.