What is best practise for markup in a nav bar, avoid duplicate content.
-
I'm wondering what's best practise for markup in the nav bar.
So if we have
<nav>
Can we have headers in there, does it help? If we do, would a H1 confuse google as to wether that is the H1 of importance of the one in thein the
</nav>
-
Hi there.
It's recommended that you have only one H1 and H2 per page. It won't "break" your website or SEO, but it won't help it either if you have multiple same level h-tags. So, here you go - don't use h-tags in nav. It's weird anyway

-
This post is deleted!