Change post title in blogger



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 == &quot;index&quot;'>
<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.surprised

10 comments:

Anonymous said...

i cant find that part of in the html code, maybe this hack is for wordpress?

Anshul said...

no this is for blogger you will find it in begining if not you may have altered codes or installed already.

Nicole Orriƫns said...

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?

Anshul said...

@nicole i checked your blog hack is working fine dont worry.You have added correctly.

Armanto said...

Could you please help Me?

I see in your category/Labels as a title, how can i do that in my blog?

"thank's"

Anshul said...

@armanto its only same hack me using above.

Armanto said...

<b:if cond='data:blog.pageType == &quot;&quot;'>
<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

Anshul said...

@armanto use index why u not using....it will work and show title on homapage

Armanto said...

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.

Anshul said...

@armanto ok this is the correct format u want use it.

<b:if cond='data:blog.pageName == &quot;&quot;'>
<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