Are multiple H1 tags in Framer a problem?
Learn why multiple H1 tags can appear in Framer and why they’re usually not an SEO issue.
FAQ
Why does Framer generate multiple H1 tags in the HTML?
Framer duplicates certain elements and uses CSS media queries to hide or show them at different breakpoints. This approach is intentional and ensures optimal performance and accessibility. As a result, multiple H1 tags may appear in the rendered HTML.
Will having multiple H1 tags in Framer negatively impact my SEO?
Although multiple H1 tags may trigger warnings in some SEO tools, these tools perform a simpler HTML analysis compared to Google. Google uses a headless Chromium browser to fully render pages, processing both CSS and JavaScript. It recognizes and ignores hidden elements, so duplicated H1 tags created by media queries are typically not an issue.
How does Google interpret hidden or duplicated elements on Framer sites?
Google fully renders pages using a headless Chromium browser, which allows it to accurately interpret visible content, including responsive and dynamic elements. It recognizes and ignores hidden elements, so duplicated H1 tags that are hidden by media queries do not affect how Google indexes your site.
Updated