If you have seen many blogs appear on the search results. But notice one thing that most of the blog search results are shown like this “post title : blog title” this is because they optimize their blogger title for good SEO. Default blogger title tags ,blog title is shown before the post title. This may affect your SEO Ranking. Perform better in SERP’sit should be given your post title rather than blog title. In short you must use “ Post title:Blog title” for best SEO Ranking and results.
For optimizing the blog title you must follow these steps;
• Go to your Blogger Account
• Choose the Blog that you want to optimize
• Click on Templates
• Edit HTML ( proceed any way)
• Put tick mark on Expand Widget
• Press Ctrl + F to search
<title><data:blog.pageTitle/></title>
Replace the above code with this code :
<b:if cond='data:blog.pageName == ""'><title><data:blog.title/></title><b:else/><title><data:blog.pageName/> │<data:blog.title/></title></b:if>