How to add h1 tag to blogspot post, tutorial
The H1 tag is an HTML heading that’s most commonly used to mark up a web
page title. Most websites use CSS to make the H1 stand out on the page
compared to lesser headings like H2, H3, etc.
But why is the H1 tag important, how do you add one, and what the best
practices when adding the h1 tag.
In this tutorial you"ll learn how to add the h1 tag to your blogger
blogspot post.
Why it is Important to add h1 tag in blogger post?
h1 tags helps search engines to understand the page
The H1 tags help Google to understand the structure of a page. So if you’re
using H1s as Google recommends for your page title or content heading, your H1
is effectively telling Google “here’s what my page is about.”
H1 tags improve user experience
The H1 tags improve user experience in the sense that they’re part of a web
page’s hierarchical structure. The H1 is the most prominent heading on the
page, then H2, then H3,
H1 tags improve accessibility
Millions of visually-impaired people use screen readers to convert web page
copy and images to audio. According to this study by webAIM, 60% of screen
reader users prefer that only the page title be an H1 tag.
Use an opening H1 tag (<h1>), enter your page title, then add a closing
H1 tag (</h1>).
Example:
<h1>This is the H1</h1>
How many h1 tags per page?
It is recommended to use only one h1 tag per page, you can use multiple h1
tags only in-case of longer articles with rich content. Keeping h1 heading
tag at top of page will be better in terms of SEO.
How to add H1 tag to blogger post html editor
In blogger post editor there is know option to add H1 tag, when you select
option heading in blogger editor by default it starts with <h2>, So
for proper SEO you should have one <h1> tag this you can include
manual by going into HTML of your post as i will show in below tutorial its
very easy to do.
• Step 1: Got to blogger Post Editor > New Post > type your heading
text and Select Heading as shown in below image. Doing it will
automatically create H2 tag.
• Step 2: Click on HTML tab Then Replace h2
with h1 tag > Done you have successfully made <h1> tag for your
blog post that will boost your SEO in some manner. Example Can be seen
below.
Now after this you can use your normal headings i.e. h2 many times
recommended max 10 times. So here we successfully completed our tutorial add
h1 tag in blogger post.
Related
No comments:
Post a Comment