AgenticReadiness ยท test site

← Content

Server-side rendering

The meaningful content is present in the raw HTTP response, not only after JavaScript runs. (page-parsed)

โœ“ correct implementation โœ— broken implementation

Broken variant

The raw HTML ships an empty <main> shell; the article text is injected by client-side JavaScript (only visible post-render).

Defect metrics

ssrPrimaryContentEmpty
ssrContentOnlyAfterJs
ssrBoilerplateOnly