Scoreling
SEO

Content is in the HTML, not only in JavaScript

Low impact · weight 4 · worth up to 0.8 points of the total score

Why it matters

GPTBot, ClaudeBot and PerplexityBot download a page's JavaScript but do not run it, so a page that builds its text in the browser is blank to them. Google does run JavaScript, but later and not always. This counts the words in the HTML as it arrives, before any script runs.

How to fix it

Render the page's main content on the server: server-side rendering or static generation in Next.js, Nuxt, SvelteKit or Angular, or prerendering for a single-page app.

Check a page for this, and the other 70 checks at once

More SEO checks

See all checks