Placing Code Of Post Title Before Blog Title In Blogger (Customizing Blogger Meta Tag Title)



By default, blogger template is placing the code of blog title before the code of post title. For placing the code of post title before blog title in search engine, follow these steps:
  • Log in to Blogger.
  • Click Layout.
  • Click Edit HTML.
  • Find this code: <title><data:blog.pageTitle/></title>
  • Replace it with:
    <b:if cond='data:blog.pageType == &quot;index&quot;'>
    <title><data:blog.pageTitle/></title>
    <b:else/>
    <title><data:blog.pageName/> | <data:blog.title/></title>
    </b:if>
  • Save Template. 

Sharing is Caring

Related Posts

Previous
Next Post »

1 comments:

comments
August 4, 2011 at 3:03 PM delete

u must understand the concept behind this post? search in google of mine site posts. you will see posts title before blog title. it helps users to easily understand, because google show only 65-70 characters as title.

Reply
avatar

Thank you for your comment.