For SEO, we need to have clean Headers.
If you have an empty H1, it is because the H1 is coded on the logo in Dawn, and then it returns an empty H1 (I suppose that you have a logo).
Then, you need to search “h1” in the theme.liquid and replace all “h1” by “div”
Then, If your first headers are stupid H2 like “cart” or “country”, on all your pages :
Then, look for “h2” and replace them by “span” in files :
header.liquid
header-drawer.liquid
cart-drawer.liquid
cart-notification.liquid
And maybe others that I don’t remember.
Tell me if it worked for you.
Regards
