How To Improve Blogger Title Tags?
- Go To Blogger.com
- Edit HTML template coding
- Now Press Ctrl + F and Find
<title><data:blog.pageTitle/></title>
- after you find it replace it with the following 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>