Wednesday 2 September 2015

How To Add H1 Tag In Blogger

How to Add H1 tag in blogger template - There is 6 types are heading tag (e.g H1, H2, H3, H4, H5, H6), but the H1 (heading) tag is very important for every blog templates for better SEO results. In every blogger template H1 tag is used for the site title and H3 tag is used for the post title as default. If you replace the blog title and description with a picture or logo, then it will certainly experience H1 zero tag and it will reduce the value of your blog SEO in the eyes of search engines. So don't worry my friends today with the help of this article we are going to learn how we can easily add an H1 tag in your blog. Follow the below simple steps if you want to optimize your blog SEO.

How To Add An H1 Tag In Blogger?

First login to your blogger dashboard - Login
Now go to "Template" section and then click on "Edit template" button.
After that, find the below code by pressing "Ctrl + f " key together from your keyboard.
<div id='header-inner'>
        <a expr:href='data:blog.homepageUrl' style='display: block'>
          <img expr:alt='data:title' expr:height='data:height' expr:id='data:widget.instanceId + "_headerimg"' expr:src='data:sourceUrl' expr:width='data:width' style='display: block'/>
        </a>

Now add the H1 tag just before <a , and just after </a> (see the below example).
<div id='header-inner'>
       <h1><a expr:href='data:blog.homepageUrl' style='display: block'>
          <img expr:alt='data:title' expr:height='data:height' expr:id='data:widget.instanceId + "_headerimg"' expr:src='data:sourceUrl' expr:width='data:width' style='display: block'/>
        </a></h1>
And then click on the orange save template button to apply the changes.

After adding the H1 heading tag you can verify it by yourself, please visit on this and check the installation status. Visit
After adding the H1 heading tag you will see the changes in your search result.

That's it! I hope you like this tutorial! Stay tuned for more blogger tips and tricks! Thanks for reading @Prince
Load comments

0 Comment to "How To Add H1 Tag In Blogger"

Post a Comment