It is very important that blogger posts should come first before Blogger title name. because every blog has only one title and posts are like sub titles. there are number of posts in a blogger if google will give importance of post title instead of blog title only, this will be helpful for blogger. m giving you the simplest trick so that ur posts title will come first instead of blog title :Sign in to blogger.
Go to template> edit html> proceed.
Now find this html code.
Go to template> edit html> proceed.
Now find this html code.
<title><data:blog.pageTitle/></title>
And replace it with this.
<b:if cond=’data:blog.pageType == "item"’>
<title><data:blog.pageName/> | <data:blog.title/></title>
<b:else/>
<title><data:blog.pageTitle/></title>
</b:if>
<<<<<all done save the template and enjoy>>>>
Leave a Reply