Pages With JavaScript Errors
What This Means
Pages with JavaScript errors captured in the Chrome DevTools console log during page rendering. While JavaScript errors are common and often have little effect on page rendering, they can be problematic – both in search engine rendering, which can hinder indexing, and for the user when interacting with the page.
What Triggers This Issue
This issue is triggered when pages have JavaScript errors that are captured in the Chrome DevTools console log during page rendering.
How To Fix
Review pages with JavaScript errors to verify whether they are impacting the rendering of content for search engines or the experience for users. Fix any JavaScript errors where appropriate.
Last updated on