Change Default Title Tag on Blogger for SEO




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/></title> </b:if>



Click on "Save Templates" and you are done.

Comments