How to Change Tag Heading H1, H2, and H3 Being SEO Friendly
How to Change Tag Heading H1, H2, and H3 Being SEO Friendly - In each template must have different structure according to the template maker itself. Some are just showing the beauty, some are following SEO Friendly Optimization. Improving the heading tag structure will make the blog more SEO friendly and make it easier for search engine bots to index the titles as well as the content of the articles we have published.
Before starting to improve the heading tags in your blog template, it helps you understand the meaning of heading tags H1, H2, and H3 first. Here is the definition of heading tags H1, H2, and H3.
<h1> Title or Blog Title </h1>
<h2> Article Title or Post </h2>
<h3> Blogger Widget Title </h3>
Once you know and understand the heading H1, H2, and H3 heading tags in your blog template, it's time to start learning how to change and improve your H1, H2, and H3 heading tags to be more SEO friendly.
Login to Blogger >> Template >> Edit HTML >> Search code <b:if cond = 'data: post.title'>. if you've met just <h3> to <h2>. The code may be more than 1, depending on each template. So it changed all.
Still with a heading tag for the title of the article, find the following code then h3 to h2. Sometimes in some code templates there will be additional sentence itemprop = 'name' and use h1 tag, keep doing the same thing by changing it so h2.
Now change the heading tag for the widget, you find the following code and change H2 to H3. It does not matter if you do not want to change it, but to be more SEO friendly just replaced. If the number is more than one is replaced all.
Save your template after completing the tutorial.
Try to backup the template before you make any changes to the heading tag of your blog. This is done to anticipate errors when you change the heading tags in your template.
So the article that I can share about How to Change Tag Heading H1, H2, and H3 Being SEO Friendly. Hopefully with a short enough article this can be useful for you and good luck.
Before starting to improve the heading tags in your blog template, it helps you understand the meaning of heading tags H1, H2, and H3 first. Here is the definition of heading tags H1, H2, and H3.
<h1> Title or Blog Title </h1>
<h2> Article Title or Post </h2>
<h3> Blogger Widget Title </h3>
How to Change Tag Heading H1, H2, and H3 Being SEO Friendly
Once you know and understand the heading H1, H2, and H3 heading tags in your blog template, it's time to start learning how to change and improve your H1, H2, and H3 heading tags to be more SEO friendly.
Login to Blogger >> Template >> Edit HTML >> Search code <b:if cond = 'data: post.title'>. if you've met just <h3> to <h2>. The code may be more than 1, depending on each template. So it changed all.
<b:if cond='data:post.title'>
<h3> Replaced Being <h2>
<b:if cond='data:post.link'>
...........................
...........................
</h3> Replaced Being </h2>
</b:if>
Still with a heading tag for the title of the article, find the following code then h3 to h2. Sometimes in some code templates there will be additional sentence itemprop = 'name' and use h1 tag, keep doing the same thing by changing it so h2.
<h3 class='post-title entry-title'>
<data:post.title/>
</h3>
<h3 class='mobile-index-title entry-title'>
<data:post.title/>
</h3>
Now change the heading tag for the widget, you find the following code and change H2 to H3. It does not matter if you do not want to change it, but to be more SEO friendly just replaced. If the number is more than one is replaced all.
<!-- only display title if it's non-empty -->
<b:if cond='data:title != ""'>
<h2 class='title'>
<data:title/>
</h2>
</b:if>
Save your template after completing the tutorial.
Try to backup the template before you make any changes to the heading tag of your blog. This is done to anticipate errors when you change the heading tags in your template.
So the article that I can share about How to Change Tag Heading H1, H2, and H3 Being SEO Friendly. Hopefully with a short enough article this can be useful for you and good luck.
Post a Comment for "How to Change Tag Heading H1, H2, and H3 Being SEO Friendly"
Provide comments relevant to the posted articles and provide critiques and suggestions for the progress of the blog