Optimize Blogger Post Title With H1 Tag for Better SEO


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.
  1. Login your Blogger dashboard
  2. Select Template, then click on Edit HTML
  3. Find (CTRL+F) the code given below (or simply find <H3)
    post-title entry-title
  4. 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>
  5. Now replace all H3 with H1 (Change all H3 tags with H1 tag)
Now, after crawling your blog you will find the changes in Google SERP.

If this post is helpful, please take a few seconds to share this and leave your valuable feedback to us.

Comments