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 post else follow my this new change post title hack in blogger.
Go to Layout then EditHtml
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>
I hope you will like this swap title hack as this is very good for search engine optimization.
10 comments:
i cant find that part of in the html code, maybe this hack is for wordpress?
no this is for blogger you will find it in begining if not you may have altered codes or installed already.
Hello,
I used the code and saved the template but it doesn't work. I get this: http://moedershomerun.blogspot.com/search/label/10-kilometer%20training
Could you please help?
Why doesn't it work?
@nicole i checked your blog hack is working fine dont worry.You have added correctly.
Could you please help Me?
I see in your category/Labels as a title, how can i do that in my blog?
"thank's"
@armanto its only same hack me using above.
<b:if cond='data:blog.pageType == ""'>
<title><data:blog.title/></title>
<b:else/>
<title><data:blog.pageName/></title>
</b:if>
i used this code, no ----index--- include, its work no problem but my home page no title on it, how i solve this problem??
thank's
@armanto use index why u not using....it will work and show title on homapage
if i use index on it, when i click labels it not show up label title, but show homepage title.... i still confused with this.
@armanto ok this is the correct format u want use it.
<b:if cond='data:blog.pageName == ""'>
<title><data:blog.title/></title>
<b:else/>
<title><data:blog.pageName/></title>
</b:if>
And one more thing not to worry for title of labels as its of no use because google dont index the labels pages of blogger so no seo for it so of no use.
Post a Comment