H1 Updated by JavaScript
What This Means
Pages that have h1s that are modified by JavaScript. This means the h1 in the raw HTML is different to the h1 in the rendered HTML.
What Triggers This Issue
This issue is triggered when the <h1> element present in the raw HTML of a webpage is modified by JavaScript, resulting in a different <h1> in the rendered HTML. For example:
https://www.getasky.com/technical-seo/ Has the
<h1>: <h1>Technical SEO Agency</h1> In the raw HTML, but this is changed to: <h1>Technical SEO Consultants</h1> After JavaScript is executed.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