{
  "schemaVersion": "crawler-atlas-1",
  "atlasVersion": "atlas-2026-07-28-v1",
  "canonical": "/atlas/server-rendering",
  "title": "Server-rendered content",
  "category": {
    "slug": "rendering",
    "title": "Rendering and client execution"
  },
  "definition": "Server rendering places the primary text and links directly in the HTTP response body.",
  "mechanism": "The content is available to simple fetch-and-parse crawlers, browsers with scripting disabled, accessibility tools, and later rendering stages alike.",
  "validation": "Fetch with a plain HTTP client and confirm that headings, facts, links, canonicals, and structured data exist before any script executes.",
  "commonFailure": "A server-rendered shell with empty content containers has the delivery cost of SSR but the discoverability characteristics of client rendering.",
  "related": [
    "/atlas/client-rendering",
    "/atlas/progressive-enhancement"
  ],
  "modified": "2026-07-28"
}