When I set up the page with multiple languages, the header automatically generates H2 tags that I want to remove for better SEO control. Does anyone know which code to tweak? Thanks a lot!
Topic summary
A user encountered an SEO issue with the Dawn theme where enabling multiple languages automatically generated unwanted H2 tags in the header, interfering with proper heading hierarchy and SEO optimization.
Solution Found:
- The original poster resolved the problem by modifying the
header-drawer.liquidfile - Changed all H2 tags to
<span>elements to remove the semantic heading markup
Community Response:
- One user requested more detailed instructions for those without coding experience
- Another user confirmed the solution worked successfully
The issue appears resolved, though no step-by-step tutorial was provided for non-technical users.
I resolve it changing all the h2 for span in the header-drawe.liquid
2 Likes
Can u explain how exactly from someone who dont know anything about code
Thanks dude! You are my hero!!!