Optimize your post title to H1 tags better SEO Blogger Trick
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
- <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>
- 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
to many H1 is penalized by google penguin..
ReplyDeleteHi Steffano.
ReplyDeleteI 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
there's nothing in my blog called h1 or h3 when i search the html, it dont exist
ReplyDelete