Thursday, June 27, 2013

Optimize your post title to H1 tags better SEO Blogger Trick

Optimize your post title to H1 tags better SEO Blogger Trick

h1 tag


This is an important SEO Blogger trick to increase SEO. Heading tags have a great importance in Search engine results, Heading tags helps Search engines to recognize what is important in your blog.Heading are form H1 to H6 .H1 tags have higher priority.So we are going to hack blogger template by changing H3 tags to H1 tags. By default blogger post title is in H3 tag,here is a trick to change it to H1 tag for more SEO
  • Go to Blogger Account
  • Select Template -> Edit HTML [click Proceed] 
  • Find the code like below [Find easily using Crtl+F]
  • Or simply find <H3

  1. <h3 class='post-title entry-title'>
  2.       <b:if cond='data:post.link'>
  3.         <a expr:href='data:post.link'><data:post.title/></a>
  4.       <b:else/>
  5.         <b:if cond='data:post.url'>
  6.           <b:if cond='data:blog.url != data:post.url'>
  7.             <a expr:href='data:post.url'><data:post.title/></a>
  8.           <b:else/>
  9.             <data:post.title/>
  10.           </b:if>
  11.         <b:else/>
  12.           <data:post.title/>
  13.         </b:if>
  14.       </b:if>
  15.   </h3>





  • and Change it with <H1 [Change all H3 to H1]
  • Change all H3 tags with H1 tag
  • Done ..Wait for few weeks you can find the change in Google SERP.
  • Your Blog pages will show in Google Search Page.

Please Like and Share if you find this post useful. 
Any Questions relating this tutorial , please comment below



3 comments:

  1. to many H1 is penalized by google penguin..

    ReplyDelete
  2. Hi Steffano.
    I agree with you that too many h1 can be penalized by google penguin.
    But the blogger is not usin h1 tag.
    This blogger trick will improve your seo

    ReplyDelete
  3. there's nothing in my blog called h1 or h3 when i search the html, it dont exist

    ReplyDelete