Server-side rendering
The meaningful content is present in the raw HTTP response, not only after JavaScript runs. (page-parsed)
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 |