Skip to main content

Glossary

What Is Server-Side Rendering

Server-side rendering builds web pages on the server before sending them to the browser. Learn what SSR is and when it makes sense for your project.

Definition

Server-side rendering (SSR) is a method where web pages are built on the server and sent to the browser as complete, ready-to-display HTML. When a user requests a page, the server fetches the necessary data, assembles the full page, and delivers it. The browser receives a finished page and can display it immediately. This is the traditional way websites have always worked and remains the standard approach for content-heavy sites where search engine visibility and fast initial load times are priorities.

Why It Matters

The main advantages of server-side rendering are search engine optimisation and initial load speed. Search engines can read and index the content immediately because the full page arrives in the first response. Users see content faster because the browser does not need to download and run code before anything appears on screen. The trade-off is that every navigation between pages requires a round trip to the server, which can feel slower for interactive applications. For public-facing websites, blogs, and content pages where search visibility drives business, SSR is typically the right choice. The alternative, client-side rendering, shifts that page-building work to the browser. This tends to suit single-page applications better, where interactivity matters more than initial load speed.

Example

A professional services firm has a website with service pages, case studies, and a blog. Every page is server-side rendered, meaning when Google’s crawler visits the site, it receives complete HTML with all the content ready to index. When a potential client searches for “IT consulting Manchester,” the firm’s service page appears in results because the search engine could read the full content on its first visit. No scripts needed to load before the page could be indexed.

For more technical definitions, visit the Glossary.

Portrait of Alexander De Sousa, founder of Digital Royalty
Founder-led
“I’ve put everything I know into how this company works — the standards, the method, the care on every project. It runs through the whole team, and I hold us all to it.”

Alexander De Sousa · Founder LinkedIn

Featured on BBC Radio Solent

Get started

Tell us what you need

A few quick questions, then a straight answer from a real person — usually within a few hours.

Tell us what you're working on

Whether it's a new site, a platform, or a process that shouldn't be manual any more — we'll tell you honestly if we can help.