Protected by Copyscape Original Content Check

Thursday 8 January 2015

Blogger : Make Your Blog Post Title Display First

There are many ways we can optimize blogger blogs. Since Blogger platform is a part of Google, it has all the settings done by Google for search ranking. However, there are still few more things that we can do to further enhance SEO ranking of a blogger.

Here is a way to customize blog title appearance by setting post titles before Blog title or Home page title.This is a very simple process.
  1. Go to Blogger>Design>Edit HTML
  2. Backup your template (Just to avoid risk!)
  3. Search for a tag :  <title><data:blog.pageTitle/></title>
  4. Now, replace this tag with the code mentioned below.
<b:if cond='data:blog.pageType == &quot;item&quot;'>
<title><data:blog.pageName/> | <data:blog.title/></title>
<b:else/>
<title><data:blog.pageTitle/></title>
</b:if>
Finished! Save your template. Now you can see all your post titles appear before blog title.


Image source: Blogger