How To Change Default Title Tag on Blogger for SEO? 0

Blog101 | 12:10 PM | ,

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.

0 Responses So Far: