You should not use heading tags as only a way to format text size and boldness as they are not just about font size, SERPS use them to determine what text is the most important on the page. Knowing that the H1 tag is the most important one followed by H2, H3, H4 and the way down to H6 tag, then it only makes sense to only use one H1 on a single page. To put that in perspective, you can't tell the SERPS that you have multiple things that are MOST important on a page. Your H1 tag is usually the title or the tag line of your website and this tag is usually used in the header section of the website. So in retrospect, you should almost never use an H1 tag in your posts or pages content.
The hierarchy of your heading tags is important on site as well for proper website structure and W3C compliance. As an example, W3C says that a well formed site would have an:
H1
H2
H3
H2
H3
H4
But never
H1
H3
H2
You can clearly see that the second set of headings are out of rank and order? You need to decrease and increase tags in order and should not skip from an H1 tag to a H3 tag without putting an H2 in between the two.
2 comments:
Dave,
I'm not sure that I am clear on your advice.
Are you saying that when we build our BANs pages, our WP post, and WP pages that we should NOT put an H1 tag in the content area because it is already the page name or header?
Brent, Yes. I only use H2 are smaller in the content areas. H1 is a very abused tag. Even if you choose not to use an H1 in the header before the content, I only like to use H2 or smaller in content.
Post a Comment