Articles

Server‑side Rendering

Serverside rendering (SSR) is a web development technique that generates HTML on the server rather than relying on the browser to render the initial page from JavaScript. When a user requests a page, the server renders the initial HTML and sends it to the client. This can improve performance and SEO by making meaningful page content available earlier to users and easier for search engines to crawl and index.

Below you will find a subset of articles from my blog specifically about Server‑Side Rendering as well as how it relates to JavaScript SEO rendering and indexing. This is a topic I have worked with for many years, although it has not been one I have written about often. There are six articles collected here so far, which you can see and read below.

Have a complex web platform issue?

Tell me what is blocked, what has changed, and what needs to be true after the fix. I'll come back with a practical next step.