I loved the ideology and developments in HTML5 and the new structure on semantics seemed clearer and more logical. But now I am wondering if I have done the right thing in going html5 for semantic structure. I structure websites based on
<header>
<nav>
<content>
<aside>
<footer>
[by the way I do close the elements :) ]
Within each segment I structure content H1-H6 meaning I often end up with 5 h1 tags.
The sites aren't performing too well should I go back to a HTML4 structure or XHTML ?