Blogger is a popular blogging platform which is very easy to use but the blogger posts are not fully optimized for Search Engines. By default, Blogger uses H3 tags for post titles. So, here is a trick to change them to H1 tags for better Search Engine Optimization.
- Login your Blogger dashboard
- Select Template, then click on Edit HTML
- Find (CTRL+F) the code given below (or simply find <H3)
post-title entry-title - After searching “post-title entry-title” without quotes, you will find the code like below
<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 replace all H3 with H1 (Change all H3 tags with H1 tag)
If this post is helpful, please take a few seconds to share this and leave your valuable feedback to us.
Comments
Post a Comment