Blogger SEO : Optimize Your Header Tags
Today, I will discuss how to optimize your header tags in Blogger. Header tags are very important regarding ON page SEO. For they are used to differentiate the headings of the content in an HTML document or a web page. Header tags are termed as SEO header tags used by webmasters to prioritize the web page to form a hierarchy. Therefore, I am here to tell you the way how to optimize your header tags in Blogger. You can optimize them through post editing and theme modification. There are six header or head tags which are termed as h1, h2, h3, h4, h5 and h6. H1 is the most important and the main heading and h6 is the least important.
Also read this:
custom robots header tags settings for blogger.
It is recommended to use header tags in the form of hierarchy because it is good for On page SEO. And if you skip any of the tag numbers (ie. jump from 1 to 4) the heading structure will be broken, and this is not ideal for on-page SEO. The list of header tags are as follows:- <h1>Title of the page</h1>
- <h2>This is my first heading, about the general topic</h2>
- <h3>This is a subheading</h3>
- <h4>This is a subheading underneath a subheading</h4>
Header tags and search engine
Header tags are used to express the summary of the content to the search engines. When google crawlers crawl any web page they can easily detect the content of any paragraph with the help of header tags. They detect the words used in the header tags and easily judge about the message of your post. Now, it becomes clear that why it is necessary to use your main keyword in your header (H2) tags.Assign header tags in blogger post
It is necessary to assign header tags to blogger posts. It will make your post search engine friendly and prioritize the content of your webpage. It is very easy process you just need to follow these steps:- Login to blogger.com
- Open your required blog from the list
- Click Posts from the left side menu
- Press Edit to modify the old one or click New post to start the new one

right-header-tags

wrong-header-tags
Header tags distribution in blogger homepage
Header tags distribution in blogger homepage has been arranged by default like this:<h1>Title of the blog</h1>
<h3>Title of the first post</h3>
<h3>Title of the second post</h3>
<h2>Title of the sidebar gadget</h2>
But it is recommended to change these settings to fulfill the requirements of ON page SEO. Here in the above arrangement you can see that <h3> tag has been assign to the title of first and second post. And <h2> tag is assign to the title of sidebar gadget. Which is not good to get rank in SERP because titles of Sidebar Gadget are not as important as the post titles. So it is recommended to assign header tags in blogger homepage like this:
<h1>Title of the blog</h1>
<h2>Title of the first post</h2>
<h2>Title of the second post</h2>
<h4>Title of the sidebar gadget</h4>
In this series I have assigned first priority to the title of the blog, 2nd priority to the title of first and second post and 4th priority to the title of sidebar gadget. Which is good for On page SEO of blogger to get organic traffic from SERP.
Header tag distribution in blogger post
Like blogger homepage, Header tags distribution in blogger post has been arranged by default like this:<h1>Title of the blog</h1>
<h3>Title of the post</h3>
<h2>Title of the Sidebar Gadget</h2>
We will reorganize this to
<h1>Title of the post</h1>
<h2>Title of the blog</h2>
<h4>Title of the Sidebar Gadget</h4>
It will assign the highest priority to the title of the post, 2nd priority to the title of the blog and 4th to the title of the sidebar gadget.
How to modify header tags in blogger template
- It is very easy to modify header tags in blogger template. You just
need to Login to your Blogger Dashboard, backup your template and
Navigate to Template > Edit HTML
edit-html-blogger-template
Change Blog Title from H1 to H2 on post and static pages
You just need to open the HTML code of your blogger and search the opening H1 tag associated with your blog title. It will be <h1 class=’title’>
find-h1-tag-in-blogger-template
<b:if cond='data:blog.pageType != "index"'>
<b:if cond='data:blog.pageType == "archive"'>
</h1>
<b:else/>
</h2>
</b:if>
<b:else/>
</h1>
</b:if>
(Note: It is recommended to replace the above code with every <h1></h1> associated code.)Changing Post title from H3 to H1 on post and static pages
Now you need to change post title from H3 to H1. You just need to find the opening H3 tag associated with your post title. It will be <h3 class=’post-title entry-title’ itemprop=’name’>
Now select the whole code of associated with <h3> and </h3> and replace the code with the following lines of code. As I have.
<blockquote
><b:if cond=’data:blog.pageType != “index”‘>
<b:if cond=’data:blog.pageType == “archive”‘>
</h2>
<b:else/>
</h1>
</b:if>
<b:else/>
</h2>
</b:if>
(Note: It is recommended to replace the above code with every <h3></h3> associated code.)
Changing Sidebar Gadget Titles to H4
Finally, you need to change sidebar gadget titles to h4. For this purpose you just need to find<h2><data:title/></h2>
and replace them with
<h4><data:title/></h4>
It will assign <h4> tag to the sidebar gadget.
No comments:
Write comments