H1 Only in Rendered HTML
What This Means
Pages that contain an h1 only in the rendered HTML after JavaScript execution. This means a search engine must render the page to see it.
What Triggers This Issue
This issue is triggered when pages contain an <h1> (heading 1) element only in the rendered HTML following JavaScript execution, with no <h1> element present in the raw HTML.
How To Fix
While Google is able to render pages and see client-side only content, consider including important content server side in the raw HTML.
Last updated on