Optimize your post title to H1 tags better SEO results
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.
Optimize your post title to H1 tags better SEO results
Reviewed by Rehan
on
8:39 PM
Rating:
No comments