SEO : Add Post Title Before Blog Title

post title before blog title in search engines
Post titles and blog title plays a vital role for better ranking in search results. This is the first thing which is checked by visitors to either they should click on this link or not. That means your traffic depends on this thing. Keyword rich titles can bring you more traffic and increase your blog page views. Google shows only first 66 characters of the title in search results. That’s why we should use them effectively.
By default, in blogger, our blog title shows before post title. This reduces the SEO benefits because our post titles which have the main keywords got chopped because of the characters limit in search results. So today we will learn how to add Post Title before Blog Title in search engine results.

How To Show Post Title Before Blog Title In Blogger

  • Go to Blogger
  • Template > Edit HTML
  • Search the below given line :
<title><data:blog.pageTitle/></title>
  • And replace it with the below given code :
<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>
  • Save template
Good and bad example in the next image :
example image
Now wait for the update in search results. Once search results got updated you will see the changes. But you can see these changes in your browser also.
Share this post
  • Share to Facebook
  • Share to Twitter
  • Share to Google+
  • Share to Stumble Upon
  • Share to Evernote
  • Share to Blogger
  • Share to Email
  • Share to Yahoo Messenger
  • More...