A website has a lifecycle, and almost all of it happens after launch.
That is the part the industry keeps forgetting. Enormous care goes into the build, then the site runs for four or five years, accumulating plugins, campaign tags and images uploaded straight from a phone, and nobody looks at what it weighs until somebody complains it is slow.
Sustainable design principles exist to cover that whole span rather than the launch week. They come down to five ideas, and understanding why each one matters is more useful than memorising a checklist.
Why Your Site Needs Sustainable Design Principles
1. Purpose before content
The first question is not how to make a page efficient. It is whether the page should exist.
Sites accumulate content the way houses accumulate objects: reasonably, one item at a time, until nobody can find anything. Pages written for a campaign that ended. Three overlapping explanations of the same service. A blog archive nobody has read since 2021.
Every page carries a cost in maintenance, crawl budget, reader confusion and storage. Deciding what deserves to exist is the cheapest efficiency work available, and the only kind that also makes the site clearer.
2. Efficient delivery
Once a page has earned its place, send only what it needs.
Images sized for their display dimensions in modern formats. Fonts subset to the characters used. Code that ships what the page requires rather than what the framework includes. Third-party scripts audited rather than accumulated.
The W3C Web Sustainability Guidelines set out practices across product, design, development and hosting. They are guidance rather than a compliance standard, which is worth knowing before anyone claims certification against them.
3. Accessibility as a foundation
This belongs among the principles rather than beside them, because the overlap is close to total.
Semantic HTML reduces script dependence and gives assistive technology what it needs. Clear navigation reduces how many pages someone has to load. Reduced motion lowers processing and helps people with vestibular conditions.
Work towards WCAG 2.1 Level AA and test with real users. An efficient site and an accessible one are usually the same site approached from two directions, which is why treating them as separate budgets means paying twice.
4. Hosting with scrutiny
Renewable-powered hosting changes the emissions profile of the server portion. Genuine, and roughly a third of the picture.
Network transfer and the visitor’s device account for the rest, and both are governed by what your pages send. Provider claims also vary in rigour, so ask what is actually covered rather than accepting a badge.
The frequent mistake is treating hosting as the whole answer, which leaves the majority of what you control untouched.
5. Measurement and honest description
Record page weight, request count and Core Web Vitals under stated conditions: which device, which connection, first or repeat visit. A baseline is what turns a claim into evidence.
Carbon estimation tools produce a directional figure derived from page weight and hosting assumptions, and two tools will disagree about the same page. Use one consistently and state which.
Where performance and environmental impact both apply, treat them as the same lever. Reducing unnecessary data transfer and processing supports a faster experience while lowering estimated digital carbon, though those environmental figures remain modelled rather than directly measured. Describing them as measured is inaccurate, and environmental claims need to be substantiated.
Across the lifecycle
Apply the principles at four moments rather than one.
- Planning. Decide what the site must do and set a page weight budget before design begins, when it is a constraint rather than a negotiation.
- Build. Efficient delivery and accessibility as requirements, not as a final review.
- Running. Give editors guidance on images and embeds, since most regression arrives through the CMS rather than the codebase.
- Review. Measure quarterly against your baseline and retire what no longer earns its place.
Our sustainable web design work applies these across a build rather than as an audit bolted on at the end.

