Hacker News new | ask | show | jobs
by blahyawnblah 439 days ago
I've always been under the impression that there was only one <h1> per page
3 comments

I believe it is still best practice to have a single h1 per page but the spec allows many:

https://developer.mozilla.org/en-US/docs/Web/HTML/Reference/...

It's just a SEO "good practice", but it's perfectly fine to have more than one <h1> tag.
Yeah. Came to ask the same. Always been my understanding.