Content without JavaScript
80FailContent is not buried in markupVisible text is only 1.0% of the page source.
Why agents care. A page that is 98% markup and inline script burns an agent’s context window before it reaches your actual content.
Almost everything an agent downloads here is markup, inline scripts or serialised state rather than content.
Fix. Move inline scripts and serialised data to external files, and trim unused markup.
2 checks passed
PassContent is present in the raw HTML250 words are readable without running JavaScript.
Why agents care. Most agents read the HTML your server sends and never execute JavaScript. If the words only appear after hydration, the agent sees an empty page.
PassThe page is not an empty client-rendered shellNo empty client-rendered mount point detected.
Why agents care. An empty mount point with a bundle after it is the classic signature of a site that is invisible to agents.