August 12, 2011

How To Change Default Title Tag on Blogger for SEO


Hey! today i'm gonna show you how to change Default Title Tag on Blogger. so this is very important to blogger for seo. SEO is very important to blogger blog. i hope you really like this trick, please add your comments here and share this post with your friends.we will meet again in next post.. thank you!!

1.Log in to your dashboard-->Design- -> 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.

No comments:

Post a Comment