Source : http://www.techgk.org
Change Blog Post Titles H3 to h2 Tag for Better SEO
published for - techgk.org
Optimization is a first this which a blogger want to do for his / her blog. Its helps to increase your blog traffic as well as helps in to visibility of it in google search results. In a blogger templates are now new or modified for new and better SEO. So bloggers try to make blogger template search engine friendly.
You can chance your blogger post titles from H3 Tag to H2 Tag. In blogspot blog Post titles are in H3 Tag. The Tags are starts from H1 and end up o H6 Tag.
Simply follow these steps to Change Blog Post Titles H3 to h2 Tag.
- Back up your template for security.
- Login to your blogger account / go to your blogger dashboard.
- Go to Template option
- Click on Edit HTML
- Check mark on Expand Widget Template
Now find this (Ctrl+f)
<h3 class='post-title entry-title' itemprop='name'>
you will see like this -
Change both H3 Tag in H2 Tag at starting and at closing showing in image.
Now find ]]></b:skin> tag.
Copy below code and paste it just before ]]></b:skin> tag.
h1.post-title, .post h1 #Blog1 h1, #Blog2 h1 {
border-bottom:0px Dotted #000000;
border-top:0px Dotted #000000;
margin:.25em 0 0;
padding:0 0 4px;
font-size:150%;
font-weight:normal;
line-height:1.4em;
color:#1c3c6f;
}
Note:You can change values of above code to match your template.
7.Click on "Save Templates" and now you are done.
Source : http://www.techgk.org
Change Blog Post Titles H3 to h2 Tag for Better SEO
published for - techgk.org
Optimization is a first this which a blogger want to do for his / her blog. Its helps to increase your blog traffic as well as helps in to visibility of it in google search results. In a blogger templates are now new or modified for new and better SEO. So bloggers try to make blogger template search engine friendly.
You can chance your blogger post titles from H3 Tag to H2 Tag. In blogspot blog Post titles are in H3 Tag. The Tags are starts from H1 and end up o H6 Tag.
Simply follow these steps to Change Blog Post Titles H3 to h2 Tag.
- Back up your template for security.
- Login to your blogger account / go to your blogger dashboard.
- Go to Template option
- Click on Edit HTML
- Check mark on Expand Widget Template
Now find this (Ctrl+f)
you will see like this -<h3 class='post-title entry-title' itemprop='name'>
Change both H3 Tag in H2 Tag at starting and at closing showing in image.
Now find ]]></b:skin> tag.
Copy below code and paste it just before ]]></b:skin> tag.
h1.post-title, .post h1 #Blog1 h1, #Blog2 h1 {
border-bottom:0px Dotted #000000;
border-top:0px Dotted #000000;
margin:.25em 0 0;
padding:0 0 4px;
font-size:150%;
font-weight:normal;
line-height:1.4em;
color:#1c3c6f;
}
Note:You can change values of above code to match your template.
7.Click on "Save Templates" and now you are done.