Very successful . After doing it my title . Before it the post title were not appearing in the title bar of my website. Also other advantage of this is that the site name was getting appering after post title in search result pages. See the location of the code highlighted. It will help you to find the location of the code pasting.Click to zoom it.
Title bar has got the title of the post when i click on any post link.
It improved my site rank in search engine.
————————————————————————————
My original title of free essay code
<title><data:blog.pageTitle/></title>
————————————————————————————
Edited code for better ranking in google SE
<b:if cond=’data:blog.pageType == "index"’>
<title><data:blog.title/></title>
<b:else/>
<title><data:blog.pageName/> | <data:blog.title/></title>
</b:if>
————————————————————————————
Leave a Reply