
How to make post titles appear before the main title in Blogger?
Here's how:
1. Login to your Blogger account
2. Go to Template - >Edit HTML and then Click on "Proceed".
3. Find the following code:
<title><data:blog.pageTitle/></title>
4. Replace it with this code:
<b:if cond='data:blog.pageType == "item"'>
<title><data:blog.pageName/> | <data:blog.title/></title>
<b:else/>
<title><data:blog.pageTitle/></title>
</b:if>
5. Save your Blogger template and off you go...
Since search engines need time to re-crawl your blog, you may not see the changes immediately. But once they are re-indexed, you will definitely see a jump in search rankings.