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).
Catalogued flags
| Flag | Kind | Severity |
|---|---|---|
ssrPrimaryContentEmpty | defect | high |
ssrContentOnlyAfterJs | defect | high |
ssrBoilerplateOnly | defect | medium |