A website that looks nice in a screenshot can still fail in all the ways that matter - slow to load, invisible to search, awkward on a phone, or quietly insecure. Here's the standard we build to, and why each part earns its place.
Fast
Speed is a feature. It affects how many visitors stay, how well you convert, and how Google ranks you.
- Server-rendered HTML so the page is meaningful the moment it arrives, not after a wall of JavaScript runs.
- Core Web Vitals in mind - a fast largest paint, minimal layout shift, snappy interaction.
- Right-sized images, including separate desktop and mobile hero art, in modern formats like WebP.
- Cached and compressed assets so repeat visits are near-instant.
Findable - by search and AI
Being on the internet isn't the same as being found. Increasingly, "found" means by AI answer engines too.
- Clean, semantic HTML so machines understand your content's structure.
- Structured data (Schema.org) describing your organisation, products and pages, so search engines and LLMs can ground on facts.
- A sitemap and sensible robots rules that welcome legitimate crawlers, including AI ones.
- Real, useful content - the thing no trick replaces.
Secure
Security isn't a launch-day checkbox; it's ongoing.
- HTTPS everywhere, with certificates that renew automatically so they never expire on you.
- Sensible authentication and least-privilege access.
- Dependencies kept patched - most breaches exploit known, unfixed issues.
- Careful handling of data and secrets, encrypted where it counts.
Accessible and lawful
- Accessibility - good contrast, keyboard support and semantic structure. It's the right thing to do, it widens your audience, and it helps SEO.
- UK GDPR / PECR-aware cookies and privacy: non-essential cookies off until consent, an easy "reject", and honest policies.
Maintainable
The part nobody sees until later:
A site built to be updated is worth more than a beautiful one nobody dares to touch.
Modern, well-supported frameworks and clean code mean your site can keep evolving instead of being frozen or rebuilt every couple of years.
The point
Fast, findable, secure, accessible, lawful and maintainable aren't separate projects - they're what "done properly" means. We build every site to this standard as a matter of course, then host and maintain it so it stays there.
Want a site built (or rebuilt) to this standard? Start a project.

