The H1/H2 guidelines no longer apply when using HTML5. Although you are free to continue marking up your site this way if you so choose. Some people still feel it is more semantic to structure your site this way (outline style), however with HTML5 the nested structure of your markup is enough to generate a proper outline, provided you use the tags correctly.
Ah, thanks again. All I’m really trying to do is prevent files that I upload to a private site (very limited access) from being indexed/scraped. Maybe being a bit paranoid?
Thanks hey2you. I already have some some directives in my robots.txt file, but I’m wondering if there’s any extra layer of protection, for example maybe something interesting with .htaccess?
Thanks stvwif! That could not have been any clearer.