How To Change Heading Tag For Better SEO in Blogger
Heading Tags (h1, h2, h3, h4, h5) of a website are very important for SEO (Search Engine Optimization). All of Blogger widgets (gadgets) titles use h3 or h2 tags. Many blogger templates are using h2 or h3 tags for post titles. But If you are looking for ways to improve your site SEO, using h1 tags for post titles is a one way to do it.Follow the simple steps below to do it:
1.Sign in to your Blogger account and go to "Edit HTML".
Change Heading Tag For Better SEO in Blogger Procedure With help of Screen shoot
2.Now you have to find the code responsible for creating
g post tiles.
Find the code 1. But if you can not find it, find the code 2 (you will see code 1 or code 2 in 2 locations in your theme):
Tag 1:
<b:if cond='data:post.title'>
<h3 class='post-title entry-title' itemprop='headline'>
<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:if>
</b:if>
</h3>
</b:if>
Tag 2:
<b:if cond='data:post.title'>
<h3 class='post-title entry-title' itemprop='headline'>
<b:if cond='data:post.link or (data:post.url and data:blog.url != data:post.url)'>
<a expr:href='data:post.link ? data:post.link : data:post.url'><data:post.title/></a>
<b:else/>
<data:post.title/>
</b:if>
</h3>
</b:if>
Remember: These codes have some differences according to your template. If you can't find Tag 1 or Tag 2, search it replacing h3 with h2.
3.Now if you found code 1, replace it with below code (you have replace both code 1):
<b:if cond='data:post.title'>
<h1 class='post-title entry-title' itemprop='headline'>
<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:if>
</b:if>
</h1>
</b:if>
If you found code 2, replace it with below code (you have replace both code 2):
<b:if cond='data:post.title'>
<h1 class='post-title entry-title' itemprop='headline'>
<b:if cond='data:post.link or (data:post.url and data:blog.url != data:post.url)'>
<a expr:href='data:post.link ? data:post.link : data:post.url'><data:post.title/></a>
<b:else/>
<data:post.title/>
</b:if>
</h1>
</b:if>
4.Click on "Save template" and now you are done.
Related posts
- · Learn How To Build a Website For Free
- · How To Submit Blogger Site map To Google Webmaster...
- · Learn How To Build a Website For Free
- · How To Write a Good Blog
- · How To Write Seo Friendly Blog Posts
- · How Can You Add Metadata Tags
- · Some Important and Basic SEO Blog Tips
- · A Cookie to display the number of times Visit-2
- · How To Change Default Title Tag on Blogger for SEO
- · How To SEO Optimize your Blogger Blog Titles For Blogger
- · How To Change Heading Tag For Better SEO in Blogger
- · How To Earn Money From Google Ad sense
- · How To Make Money Online Fast
- · Automatic Feature Post Slider For Blogger
- · Top Coolest Recent Post Widget For Blogger
- · Face book Like Widget Popup for BLogger
Thank you for reading this post Change Heading Tag For Better SEO in Blogger . if you have any problem related with bogging then contact us or mail us civilinfo95@gmail.com
0 Response to "How To Change Heading Tag For Better SEO in Blogger"
Posting Komentar