How To Change the Default Title Tag on Blogger
This Tip will change the Blogger's title tag to help amplify relevant keywords to your blog which improve the search engine ranking of ...
https://iskablogs.blogspot.com/2009/04/how-to-change-default-title-tag-on.html
This Tip will change the Blogger's title tag to help amplify relevant keywords to your blog which improve the search engine ranking of your blog.
1.Log in to your dashboard--> layout- -> Edit HTML
2.Scroll down to where you see this:-
<title><data:blog.pageTitle/></title>
3.Now Replace above line with below code.
<b:if cond='data:blog.pageType == "index"'><title><data:blog.pageTitle/></title> <b:else/><title><data:blog.pageName/> ~ <data:blog.title/></title></b:if>
Click on "Save Templates" and you are done.