I'm wondering if Google search is aware of tags such as <nav>, <aside>, <section>, etc. that are being added by HTML 5?

My navigation comes before my content and I have too many links in it for good SEO. I'd like to use <nav> if Google recognised it rather than using js or a css work around.

Thanks, Denis

link|improve this question

it's <nav>, not <navigation> it's <aside>, not <a-side> it's <section>, not <content> [can sombody please edit the question!] – bjelli Aug 12 '09 at 15:59
feedback

3 Answers

up vote 0 down vote accepted

You can use HTML5 tags like even now, see Mads Kjaer article. Don't wait for google to be ready, use it now!

But until Google recognises those tags stick to following current SEO rules. Move your content to the beginning of the code and navigation to the end!

link|improve this answer
1  
Google now recognizes those tags, and has for awhile. (For anyone reading this now, seeing as how it was posted years ago) – android.nick Aug 21 '11 at 13:36
feedback

Probably nothing yet, since I don't believe any of those tags are implemented right now, and HTML5 is far from being a standard yet.

link|improve this answer
feedback

Has this now changed? Is it safe to add HTML5 to the start of the page and not impact SEO? Is google 'aware' of these tags?

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.