Live data from Hacker News

HTML5: SEO Incompatibility

mikesingleton.net

1–10 of 16 posts

Re: HTML5: SEO Incompatibility

#4
post #2

The author shouldn't be changing his H2's to H1's. Just because you are switching from divs to article tags doesn't mean you change the tags.

H2 would be best in a traditional HTML4 docuement, but in HTML5 each sectioning element has it's own document outline. The reason for this is to encourage you to use H1's for the most important content within each section.

In this case the most important content of the section is the title, so an H1 would be best used here.

The point of this post is to show that by using this new guideline, it leads to problems if search engines are using the old HTML document outline.

Re: HTML5: SEO Incompatibility

#6

This is a complete non-issue. I'd imagine it's very simple for Google, Bing, etc. to change how they rank headings on an HTML5 page verses something else.

I completely hope that it's the case, and as I mention at the end of the article that could be the case.

Since HTML5 is still a moving spec, it's worth considering how you structure your header tags depending on how much belief you have that this is what search engines are actually doing, given how important the document outline is to SEO.

Re: HTML5: SEO Incompatibility

#10
Online Marketing Manager here. (I work for a small integrated marketing and online development agency in Kansas City.)

This is a non-issue. The only way this argument holds any weight is if the search engines ignore the new HTML5 tags, which is preposterous. Does anyone actually think that Google's search algorithm which looks at over 200 factors including such on-page nuances like keyword proximity, phrase groupings and even parses Flash for hyperlinks is going to ignore the new HTML tags?

There's no way that any of the search engines that are worth their salt will disregard the fact that an tag is wrapped in tags or tags or whatever when it comes to assigning significance to that string of text.

As a commenter stated below, HTML5 is a moving spec, so yeah it's risky to implement this approach now. However, by the time HTML5 is released it's a certainty that the new tags will enhance the search engines' understanding of page content. It will allow us to signpost the hierarchy in a more nuanced way than 6 levels of header tags.

This title is link bait in the negative sense of the word, i.e. it is not supported by the content that follows.

TLDR; this guy doesn't know what he's talking about, the HTML5 spec will be better for SEO.

Post reply on HN