How to Change the Title for Blogger Posts
Title tags for blogger play vital role in search engine optimization.Today i will hold the tutorial on title tags and various ways on how to add these tags and what effect it makes to SEO with various demos and pictures to make it all clear. The original way is blog title first then the post title tag like this:
I hope you will like this swap title hack as this is very good for search engine optimization.
Option 2. Change post title in blogger,this is the best hack then previous as only post title is the title for seo and will be searched. As blog title will not be indexed in it as previous.It all depend on you to use which hack as if you feel you blog title to be indexed as well with every title then you can use previous procedure else follow my this new change post title hack in blogger.
Go to Layout then Edit Html
Search for this tag <title><data:blog.pagetitle/></title>
Replace this tag with Following tag-
<b:if cond=’data:blog.pageType == "index"’>
<title><data:blog.title/></title>
<b:else/>
<title><data:blog.pageName/></title>
</b:if>
Related Articles >>
Leave a Reply