Glossary
Server rendering
Generating a page's full HTML on the server before it is sent, so every word, number, and schema block is present in the response without the browser running JavaScript.
Crawlers and AI models read what the server returns. Client rendered content, animated counters, and tabs assembled in the browser are often invisible to them.