Aim: How to implement H1 and H2 tags in your Blogspot blog to increase on-page SEO
This is part one of Blogspot On-page SEO, a bi-weekly (sometimes weekly) workshop that aims to increase your Blogspot SEO. So what is it about on-page SEO that's so important? For a fact, your blog won't do well in search engine results without proper on-page and off-page SEO. It's my personal opinion that many people neglect the importance of on-page and focus their efforts on off-page only. Have you ever heard of that saying 'Your only as strong as your weakest link'? Think of your on-page SEO as laying a foundation for all your off-page SEO efforts. As we all know, Blogspot isn't really kitted towards SEO unlike that of WP; so it's important if we want to rank high to do the on-page improvements ourselves. This week I'm going to talk about implementing the H1 and H2 tags into your Blogspot blog to improve SEO.
H1 and H2 header tags are very important as far as blog SEO is concerned. They are used by search engines as a means of highlighting certain areas of the article that are of importance and give a generalised description (to the search engine) of what the article is about. The problem we have as Blogspot users is that H1 and H2 tags are not included; resolving this problem means adding them manually. If your not familiar with HTML, don't worry as this workshop will guide you through step-by-step the process of adding header tags to your Blogspot blog to increase SEO.
1) Navigate to the 'Blogspot Dashboard' and then go to 'Design'->'Edit HTML'. Make sure to check the box 'expand widget template' to make the next process easier. If your unsure what your doing, please back-up your Blogspot template before moving on to step two!
2) Using the search facility provided with most modern internet browsers (I am using Google Chrome, you can easily access this by holding Ctrl key and press the F key), find '<b:if cond='data:post.title'>' in the template code.
3) The block of code underneath '<b:if cond='data:post.title'>' should look very similar to the below code. Where I've highlighted in a pale maroon colour, you will need to manually edit to '<h1 class='post-title entry-title'>' and '</h1>' rather than the original '<h3 class='post-title entry-title'>' and '</h3>'.
<b:if cond='data:post.title'>
<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'>
<a expr:href='data:post.url'><data:post.title/></a>
<b:else/>
<data:post.title/>
</b:if>
</b:if>
</h3> </b:if>
4) Using the search facility again, find ']]></b:skin>' in the template code. Just above this tag, you will need to copy and paste the following piece of code below. The areas highlighted in pale maroon can be edited dependent on the look of your blog. If your start to struggle with this stage, drop me a comment and I will try my best to help you.
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;
}
4) Make sure that you save all the configuration changes and your done with implementing H1 tags into your Blogspot blog.
5) H2 tags are next and I usually situate them within the post itself. As you can see with many of my post's, I have an 'Aim' (in a dark maroon colour) section which I wrap H2 tags around. If you jump straight into a post (unlike me), you might not find it not necessary to carry on and add H2 tags to your blog.
6) You have two tabs at the top of the Blogspot posting area; 'Edit HTML' and 'Compose'. You will need to click on 'Edit HTML' for this part of the workshop and locate your sub-title within the HTML code. If your struggling, it might be easier to use your internet browsers search facility.
7) Add an open <H2> tag at the start of the title and a closed one </H2> at the end and your done. This will need to be implemented on every post you make if you want the H2 title to take effect (tedious I know). An example can be found in the below code. I have highlighted the parts that need to be manually added.
<span class="Apple-style-span" style="color: #660000; font-family: Verdana, sans-serif; font-size: 24px; font-weight: bold;"><h2>Aim: How to implement H1 and H2 tags in your Blogspot blog to increase on-page SEO</h2></span>
You should now have H1 and H2 header tags implemented in your Blogspot blog, congratulations! As an extra tip, try and include keywords into your H1 and H2 tags to improve on-page SEO.
I hope I have been very helpful in my first workshop. If you have any questions or problems please post them in the comments area; I will try my hardest to answer any of your comments and get back to you. Please subscribe to Blogspot SEO via feed or add us to your Google Friend Connect.
If you found this article helpful or interesting, why not show it to a friend?
7 comments:
Thanks Nathan. I assumed Google done this for you automatically, I was wrong! It was a straight forward guide that will hopefully improve my blog SEO.
Hi, thank you for these tipps! I have one question: If I change the h3-tags for the post-titles into h1-tags, then I have a lot of h1-tags on the start-page of my blog, because every post on the start-page has a h1-title. I´ve heard before, that ONLY ONE h1-tag on a website is good for SEO - not 5 or more h1-tags! What do you think about that? (Sorry for my bad English...)
Best regards, Uli
@Uli Hey, I've never had any negative affects from implementing H1 tags on any of my blogs. Abusing H1 tags (having too many) can be counter productive towards your SEO efforts with regards to a website. Unlike a website though, blogs do have multiple important (H1 worthy) titles. With this in mind, I can only imagine search engines account that a blog is a blog, so this kind of H1 repetition is bound to take place. Remember, every article you post is on it's own page and is indexed by the search engines as a single entity. It's essential that every one of these pages has it's own H1 tag, which is where the above fix comes into play. Hope this helps! :)
Hi Nathan, thanks for the tip, anyway now I get 2 H1, how come?
Please can you have a look at my code? Thanks
@ Milena You will have a H1 tag for every post title on the main page. This has never been a problem for me - it's only helped. Where the H1 tag really shines is on each individual article page. You will definitely see improvements in individual webpage ranking using the above tutorial. Hope this helps.
Somebody in a blog explained the same process just a bit different. He said to create h1 tag, replace h1 with h3 !???!?!!?
Why he did that ?
@ Emma I really wouldn't know why someone would recommend this strategy. I could only imagine it would save meddling with your template source code - as H3 tags are usual situated within the post itself. The way I explain in this post is really effective if you want to increase the ranking of specific articles in search engine results.
Post a Comment