Skip to content

Server-side rendering

When the server assembles the full HTML of a page — headings, paragraphs, schema, all of it — and sends it complete, so the content exists in the raw response before any JavaScript runs. Because most AI crawlers don’t execute JavaScript, server-side rendering is what makes your content visible to them.

First used in: 3.6 · SSR & technical GEO