Heading tags are six types
<h1>-to-<h6>. H1 tag is more important than H6 tag. Recently
Search Engines give more priority on H1 tag for website ranking and in
SERP (Search Engine Results Page). Search engines show the content in
first search result page which contains H1 tag in the title.
You can see in WordPress, post title tag
is SEO friendly and customized by H1 tag. But most of the post title of
blogger templates is not customized by H1 tag. In blogger template, H1
tag is used only for the site title and H3 tag is used for the post
title as default. For better search engine optimization (SEO), H1 tag is
more important than H3 tag. If you use H1 tag for post title then you
will get lots of positive changes in your blogger blog within a short
time and your blog will appear top in the search engine result page.
Without blogger other CMS (content management system) is fully
customized for H1 tag, so you don’t need to customize. Today I am going
to share how to customize your blogger blog post title for better SEO.
So let see.
Now how to customize post title for H1 tag
STEP: 1
1. Login into your Blogger Dashboard using gmail and password.
2. Then go to Template and Backup your blogger blog template before
customization. If you face any problem during customization then you can
restore your blog using the backup.
Read-
How to backup blogger template
3. In the template editing area, click
Edit HTML >> press in your keyboard CTRL+F to open search box in
the template editing area.
4. Now find below code (In blogger template below code is used for post title tag)
<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>
5. Now change all
h3 tags with h1 tag.
STEP: 2
1. Again find below code (below code is used for site title tag)
<h1 class='title' style='background: transparent; border-width: 0px'>
<b:include name='title'/>
</h1>
-----------------------
-----------------------
<h1 class='title'>
<b:include name='title'/>
</h1>
2. Now change all h1
tags with h2 tag. Now all post title tag is customized by H1 tag and
site title tag is customized by H2 tag. You can see the changes in your
browser. Open a blog post in a new tab. Then press CTRL+U in your
keyboard and check the changes.
Problem: After changing the H1 tag, post title’s font, color and size are changed.
Solution: If you face this type of problem then just change the H1 tag’s CSS code from the template editing area.
Note: After crawling
your blogger blog you will get the changes in SERP (Search Engine
Results Page). H1 tag is more important to search engines, so you can
use H1 tag multiple times on a page just like home page or any static
page. But never use multiple H1 tag for post body text or in a
non-static page, then it will give negative effect to search engines.
Now it yours time to optimize your blogger blog.