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.
Actually, if you want better results, then the title of posts should appear before the title of blog.
In the above image, you are seeing that the arrangement is SEO friendly. In some cases, the arrangement may be opposite like this...
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.