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