Latest Updates

How to Optimize blog post title to H1 tags for better SEO 2014

ad+1





                        This is an Important Tricks for SEO, Heading tags have a great important in Search Engine Results,Heading tags are form H1 to H6, H1 tags have Higher Priority, By default blogger post title is in H3 tag,


Follow this Simple Step :

  • Go to Blogger.
  • Select Template → Edit HTML
  • Now Find the below code or <H3

<h3 class='post-title entry-title'>
      <b:if cond='data:post.link'>
        <a expr:href='data:post.link'><data:post.title/></a>
      <b:else/>
        <b:if cond='data:post.url'>
          <b:if cond='data:blog.url != data:post.url'>
            <a expr:href='data:post.url'><data:post.title/></a>
          <b:else/>
            <data:post.title/>
          </b:if>
        <b:else/>
          <data:post.title/>
        </b:if>
      </b:if>
  </h3>

  • Now Change all <H3 to <H1
  • Save your template & wait for few weeks
  • Now see the Change in Google SERP.





If you get error from the webmaster comment below

1 comment: Leave Your Comments

  1. If you're trying to do Search Engine Optimization for your blog post but have no idea where to start, this guide will teach you everything you need to know about H1 tags, how they're different from other tags, why they're so important for SEO, what they should include, and what steps you can take to ensure they're correctly applied.

    ReplyDelete