What a Good Website Does

taubek1 pts0 comments

The Website Specification Skip to main content

What a good website does.

A platform-agnostic specification of the technical features every<br>decent website should have — from<br>to /.well-known/security.txt,<br>from WCAG contrast to llms.txt.<br>Written for humans and agents.

Browse all 111 topics →

Get the checklist

★ on GitHub

Categories<br>Ten areas, mapped to widely-accepted standards.

All topics →<br>Foundations<br>13<br>The HTML, head, and document basics every page needs.

SEO<br>13<br>Search visibility — robots.txt, sitemaps, canonicals, structured data.

Accessibility<br>17<br>WCAG-aligned rules so people of all abilities can use the site.

Security<br>12<br>Headers, transport, and policies that keep visitors safe.

Well-Known URIs<br>Standard, agreed-upon paths under /.well-known/.

Agent Readiness<br>18<br>Things that make a site legible to AI agents and crawlers.

Performance<br>14<br>Core Web Vitals, caching, images, fonts, network behaviour.

Privacy<br>Consent, signals, and respecting visitor choice.

Resilience<br>Graceful failure — error pages, offline, redirects.

Internationalisation<br>Language, locale, direction, and translated content.

Standards, not opinions<br>Each topic links back to the source standard — WHATWG, W3C, IETF RFCs, WCAG, MDN, and the organisations defining the modern web.

Platform agnostic<br>Whether you ship WordPress, Drupal, TYPO3, Next.js, Astro, Hugo, a Django app, or plain HTML, the spec is the spec. Implementation hints follow it, not the other way round.

Built in the open<br>Every page has an Edit on GitHub link. PRs welcome. Sources credited on every page.

Let your agent query the spec.

The whole spec is available as an open MCP server — read-only, no auth — plus a published Agent Skill that teaches any compatible agent when and how to use it. Per-page Markdown is available via /llms.txt and Accept: text/markdown on any spec URL.

Connect MCP → Agent Skill llms.txt Agent-readiness spec →

"mcpServers": {<br>"specification-website": {<br>"transport": "http",<br>"url": "https://mcp.specification.website/mcp"

How to use this site<br>01 Audit<br>Run through the checklist. Each item is a “does the site do this — yes or no.”

02 Learn<br>Click into any item for what it is, why it matters, and how to implement it.

03 Improve<br>Found a gap, a stale fact, or a missing topic? Open a PR. Sources required.

Search

esc close ↑ ↓ navigate ↵ open

website agent spec specification page site

Related Articles