How To Optimize Blogger Post Title With H1 Tag

Heading Tag is very important for a Website or Blogger Blog to increase SEO.  Heading tags helps Search Engine to recognize  what is important to your Blogger Blog. Heading tag six types they are (H1 to H6). H1 tag is  more important from other Heading tags. Search Engine give more priority on H1 tag for website and Blogger then others H2, H3, H4, H5, H6. So, we should change our Blogger post title with H1 tag. We know, by default Blogger post title  is in H3 tag and H1 tag is used for the site title. Without Blogger blog other CMS(Content Management System) is fully customize with H1 tag.So, do not need to optimize CMS or others but you need to optimize Blogger.Today i am going to share how to  customize your Blogger post title.

Optimize Post Title with H1 tag


How To Customize Blogger Post Title with H1 Tag.

Step 1: Log into your Blogger Dashboard .
  1. Click on Template then click Edit HTML.
  2. Must backup your Template before customize.
  3. Now click into code area and press Ctrl+F to open search box.
  4. Now find bellow code( In Blogger Template this code is used for Post Title Tag).
  5.           <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:f>
                 </b:if>
               </h3>
  6. Now change all H3 tag with H1.

Step 2: Again find bellow code like before(This Code is Used Site Title Tag in Blogger Blog).

<h1 class=’title’ style=’background: transparent; border-width: 0px’>
               <b:include name=’title’/>
             </h1>
——————————————
——————————————
<h1 class=’title’>
         <b:include name=’title’/>
       </h1>

  • Now change all H1 tag with H2 tag. 
  • Now you are done.

I again said if you are a Blogger Template user you must change your post title with H1 tag and change site title with H2 tag cause it is more essential for SEO. When search engine search a result then they find H1 tag first. So, if you use your post title with H1 tag then you can easily  optimize your post in search engine.Hopefully you can done this successfully.If you experience some  trouble please comment bellow.I will try to solve it.

2 thoughts on “How To Optimize Blogger Post Title With H1 Tag”

Leave a Comment