Server-Side Rendering
Simple explanation
Generating a page's HTML on the server before sending it to the browser.
Advanced explanation
Means content is present in the initial HTML response, which is more reliably crawlable than content assembled client-side after JavaScript executes.
Related terms