Sunday, May 17, 2009

Post title optimization for blogger blog

Earlier I have written two posts for title optimization - What is title optimization and Title optimization widget

But there was one problem with this widget . After installing this widget one can not shift the page elements , it gives error when you click on save after shifting.
So there was request to find a error free title optimization widget or script.

First we will understand what is post title optimization . Normally the title of the post appears on top of browser as Blog title + Post title . i.e. the title of this post will normally appear as
Blog traffic tips to make money : Post title optimization for blogger blog . But since title optimization is done on this blog it appears as only Post title optimization for blogger blog. This is important to get proper weightage in search engine for the keywords used in post title.

Now how to do this ?

Go to Dashboard> Layout > Edit HTML
Then search for


<title><data:blog.pageTitle/></title>



Then replace it with following code
<b:if cond='data:blog.pageType == "index"'>
<title><data:blog.title/></title>
<b:else/>
<title><data:blog.pageName/></title>
</b:if>

Then click on Save template . Your post title optimization is done.

Now check the individual post of the blog . And look at top of the browser for title .


5 comments:

Alenchik Litvinenko said...

Thank you for this useful piece of information. Already made the changes on my blog! :)

Cascia Talbert said...

I am going to have to try this. Thanks!

sandman said...

Thank you for the tips.

Net Profit Today said...

GREAT advice, easy to implement, and extremely useful. Cheers :)

James said...

Thankx Nice Information dude. For other blogging tips & tricks. You can also refer my blog.

Suraj