Sunday 30 November 2014

Improve Google Ranking for Blog Posts - Blogger

Show Post Title before Blog title in Blogger


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, to take the proper benefits we have to optimize our blog so that post titles shows before blog title in search results.

Show Post Title First in Search Results

  1. Go to Blogger >> Template >> Edit HTML.
  2. Backup your blog template. (Not Mandatory)
  3. Now search below code in your template.
  4. <title><data:blog.pageTitle/></title>
  5. Replace that code with the below one.
  6. <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>
  7. You are done!
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.
You are done!

Do comment if you run into issues using this trick.

No comments :

Post a Comment