<?xml version="1.0" encoding="UTF-8"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"><channel><title>The Website Specification</title><description>A platform-agnostic, full specification of the technical features a good website should have. Built in the open under an MIT licence.</description><link>https://specification.website/</link><language>en-GB</language><atom:link href="https://specification.website/rss.xml" rel="self" type="application/rss+xml"/><lastBuildDate>Sat, 30 May 2026 00:00:00 GMT</lastBuildDate><sy:updatePeriod>weekly</sy:updatePeriod><sy:updateFrequency>1</sy:updateFrequency><item><title>Speculation Rules</title><link>https://specification.website/spec/performance/speculation-rules/</link><guid isPermaLink="true">https://specification.website/spec/performance/speculation-rules/</guid><description>Tell the browser which links to prefetch or prerender before the user clicks. Done well, navigations feel instant; done carelessly, you burn bandwidth on pages nobody visits.</description><pubDate>Sat, 30 May 2026 00:00:00 GMT</pubDate><category>performance</category><category>recommended</category></item><item><title>A2A agent cards</title><link>https://specification.website/spec/agent-readiness/a2a-agent-cards/</link><guid isPermaLink="true">https://specification.website/spec/agent-readiness/a2a-agent-cards/</guid><description>The Agent-to-Agent (A2A) protocol lets an autonomous agent find another autonomous agent and call it over JSON-RPC. Discovery hinges on a single well-known file: `/.well-known/agent-card.json`. Relevant whenever your service exposes agentic behaviour another agent might want to delegate to.</description><pubDate>Fri, 29 May 2026 00:00:00 GMT</pubDate><category>agent-readiness</category><category>optional</category></item><item><title>Accessibility overlays</title><link>https://specification.website/spec/accessibility/accessibility-overlays/</link><guid isPermaLink="true">https://specification.website/spec/accessibility/accessibility-overlays/</guid><description>Third-party JavaScript widgets that claim to make a site WCAG-compliant at runtime. They do not work, often harm screen-reader users, and attract lawsuits.</description><pubDate>Fri, 29 May 2026 00:00:00 GMT</pubDate><category>accessibility</category><category>avoid</category></item><item><title>Agent readiness</title><link>https://specification.website/spec/agent-readiness/agent-readiness-overview/</link><guid isPermaLink="true">https://specification.website/spec/agent-readiness/agent-readiness-overview/</guid><description>Agent readiness is the set of choices that make a site legible to AI agents and LLMs: stable URLs, structured data, clean semantics, robots controls, and machine-readable endpoints.</description><pubDate>Fri, 29 May 2026 00:00:00 GMT</pubDate><category>agent-readiness</category><category>recommended</category></item><item><title>Agent Skills discovery</title><link>https://specification.website/spec/agent-readiness/agent-skills-discovery/</link><guid isPermaLink="true">https://specification.website/spec/agent-readiness/agent-skills-discovery/</guid><description>A well-known URI that lists Agent Skills — short, scoped instructions an AI agent can load to work better with your site. Emerging convention via a Cloudflare-led RFC; still draft, still cheap to ship.</description><pubDate>Fri, 29 May 2026 00:00:00 GMT</pubDate><category>agent-readiness</category><category>recommended</category></item><item><title>Privacy-respecting analytics</title><link>https://specification.website/spec/privacy/analytics-privacy/</link><guid isPermaLink="true">https://specification.website/spec/privacy/analytics-privacy/</guid><description>You can measure traffic without surveilling visitors. Aggregate, cookieless, EU-hosted analytics tools answer most product questions without the consent and transfer problems of ad-tech analytics.</description><pubDate>Fri, 29 May 2026 00:00:00 GMT</pubDate><category>privacy</category><category>recommended</category></item><item><title>/.well-known/api-catalog</title><link>https://specification.website/spec/well-known/api-catalog/</link><guid isPermaLink="true">https://specification.website/spec/well-known/api-catalog/</guid><description>RFC 9727 publishes a machine-readable index of the APIs and resources a host exposes. Served as a Linkset (RFC 9264) JSON document, discoverable via the api-catalog link relation.</description><pubDate>Fri, 29 May 2026 00:00:00 GMT</pubDate><category>well-known</category><category>recommended</category></item><item><title>/.well-known/apple-app-site-association</title><link>https://specification.website/spec/well-known/apple-app-site-association/</link><guid isPermaLink="true">https://specification.website/spec/well-known/apple-app-site-association/</guid><description>A JSON file that tells iOS, iPadOS and macOS which Apple apps may handle which URLs on your domain. Required for Universal Links and several other Apple features.</description><pubDate>Fri, 29 May 2026 00:00:00 GMT</pubDate><category>well-known</category><category>optional</category></item><item><title>ARIA — first rule of ARIA</title><link>https://specification.website/spec/accessibility/aria-usage/</link><guid isPermaLink="true">https://specification.website/spec/accessibility/aria-usage/</guid><description>ARIA can make custom widgets accessible, but the first rule of ARIA is don&apos;t use ARIA. Reach for a native HTML element first; add ARIA only when nothing native fits.</description><pubDate>Fri, 29 May 2026 00:00:00 GMT</pubDate><category>accessibility</category><category>recommended</category></item><item><title>/.well-known/assetlinks.json</title><link>https://specification.website/spec/well-known/assetlinks-json/</link><guid isPermaLink="true">https://specification.website/spec/well-known/assetlinks-json/</guid><description>Android&apos;s Digital Asset Links file proves that an Android app and a web domain are owned by the same entity. It powers App Links and Smart Lock for Passwords.</description><pubDate>Fri, 29 May 2026 00:00:00 GMT</pubDate><category>well-known</category><category>optional</category></item><item><title>Back/forward cache (BFCache)</title><link>https://specification.website/spec/performance/bfcache/</link><guid isPermaLink="true">https://specification.website/spec/performance/bfcache/</guid><description>Keep pages BFCache-eligible so back/forward navigation restores them instantly from memory, with no reload, no hydration, and no repaint.</description><pubDate>Fri, 29 May 2026 00:00:00 GMT</pubDate><category>performance</category><category>recommended</category></item><item><title>Breadcrumbs</title><link>https://specification.website/spec/seo/breadcrumbs/</link><guid isPermaLink="true">https://specification.website/spec/seo/breadcrumbs/</guid><description>A short trail showing the page&apos;s position in the site hierarchy. Visible in the UI for users, marked up as BreadcrumbList JSON-LD for search engines.</description><pubDate>Fri, 29 May 2026 00:00:00 GMT</pubDate><category>seo</category><category>recommended</category></item><item><title>DNS CAA records</title><link>https://specification.website/spec/security/caa-records/</link><guid isPermaLink="true">https://specification.website/spec/security/caa-records/</guid><description>A CAA record tells certificate authorities which of them are allowed to issue certificates for your domain. Cheap to add, blocks a class of mis-issuance attacks.</description><pubDate>Fri, 29 May 2026 00:00:00 GMT</pubDate><category>security</category><category>recommended</category></item><item><title>Cache-Control headers</title><link>https://specification.website/spec/performance/cache-control/</link><guid isPermaLink="true">https://specification.website/spec/performance/cache-control/</guid><description>Cache-Control tells browsers and CDNs how long to keep a response. Use immutable + max-age=31536000 for fingerprinted assets and short or no-cache for HTML.</description><pubDate>Fri, 29 May 2026 00:00:00 GMT</pubDate><category>performance</category><category>required</category></item><item><title>Canonical URL (rel=&quot;canonical&quot;)</title><link>https://specification.website/spec/foundations/canonical-url/</link><guid isPermaLink="true">https://specification.website/spec/foundations/canonical-url/</guid><description>Declare the preferred URL for a page so search engines and crawlers consolidate ranking signals on one address, even when several URLs serve the same content.</description><pubDate>Fri, 29 May 2026 00:00:00 GMT</pubDate><category>foundations</category><category>recommended</category></item><item><title>Captions and transcripts</title><link>https://specification.website/spec/accessibility/captions-and-transcripts/</link><guid isPermaLink="true">https://specification.website/spec/accessibility/captions-and-transcripts/</guid><description>Video needs synchronised captions, audio-only content needs a transcript, and visuals that carry meaning need audio description. Auto-captions alone are not enough.</description><pubDate>Fri, 29 May 2026 00:00:00 GMT</pubDate><category>accessibility</category><category>required</category></item><item><title>/.well-known/change-password</title><link>https://specification.website/spec/well-known/change-password/</link><guid isPermaLink="true">https://specification.website/spec/well-known/change-password/</guid><description>A standard redirect endpoint that points password managers and users at your real change-password page. Only applicable if the site has user accounts — sites without logins have nothing to point at and should not implement it.</description><pubDate>Fri, 29 May 2026 00:00:00 GMT</pubDate><category>well-known</category><category>optional</category></item><item><title>Colour contrast</title><link>https://specification.website/spec/accessibility/color-contrast/</link><guid isPermaLink="true">https://specification.website/spec/accessibility/color-contrast/</guid><description>Text and meaningful non-text elements must have enough contrast against their background so people with low vision and people in harsh light can read them.</description><pubDate>Fri, 29 May 2026 00:00:00 GMT</pubDate><category>accessibility</category><category>required</category></item><item><title>&lt;meta name=&quot;color-scheme&quot;&gt;</title><link>https://specification.website/spec/foundations/color-scheme/</link><guid isPermaLink="true">https://specification.website/spec/foundations/color-scheme/</guid><description>Tells the browser which colour schemes your page is designed for. Prevents the white flash that dark-mode users see before your CSS loads, and lets the browser style scrollbars, form controls, and the page background to match.</description><pubDate>Fri, 29 May 2026 00:00:00 GMT</pubDate><category>foundations</category><category>recommended</category></item><item><title>Compression (gzip, brotli, zstd)</title><link>https://specification.website/spec/performance/compression/</link><guid isPermaLink="true">https://specification.website/spec/performance/compression/</guid><description>Compress text responses with brotli where supported, gzip everywhere else. zstd is emerging. Don&apos;t compress already-compressed media.</description><pubDate>Fri, 29 May 2026 00:00:00 GMT</pubDate><category>performance</category><category>required</category></item><item><title>Content Security Policy (CSP)</title><link>https://specification.website/spec/security/content-security-policy/</link><guid isPermaLink="true">https://specification.website/spec/security/content-security-policy/</guid><description>A CSP tells browsers which sources of script, style, image, and frame content to trust. A good policy stops most XSS and data-exfiltration attacks dead.</description><pubDate>Fri, 29 May 2026 00:00:00 GMT</pubDate><category>security</category><category>recommended</category></item><item><title>Content Signals in robots.txt</title><link>https://specification.website/spec/agent-readiness/content-signals/</link><guid isPermaLink="true">https://specification.website/spec/agent-readiness/content-signals/</guid><description>Add Content-Signal directives to robots.txt to declare whether AI crawlers may search, ingest, or train on your content. An emerging IETF AI Preferences / IAB Tech Lab proposal that some validators already check.</description><pubDate>Fri, 29 May 2026 00:00:00 GMT</pubDate><category>agent-readiness</category><category>optional</category></item><item><title>Cookie attributes — Secure, HttpOnly, SameSite</title><link>https://specification.website/spec/security/cookie-attributes/</link><guid isPermaLink="true">https://specification.website/spec/security/cookie-attributes/</guid><description>Every cookie should be Secure, HttpOnly where possible, and have an explicit SameSite. Use __Host- and __Secure- prefixes for session cookies.</description><pubDate>Fri, 29 May 2026 00:00:00 GMT</pubDate><category>security</category><category>required</category></item><item><title>Cookie consent</title><link>https://specification.website/spec/privacy/cookie-consent/</link><guid isPermaLink="true">https://specification.website/spec/privacy/cookie-consent/</guid><description>In the EU and UK, non-essential cookies and similar storage require freely given, informed, specific, and unambiguous opt-in consent before they are set.</description><pubDate>Fri, 29 May 2026 00:00:00 GMT</pubDate><category>privacy</category><category>required</category></item><item><title>Core Web Vitals (LCP, INP, CLS)</title><link>https://specification.website/spec/performance/core-web-vitals/</link><guid isPermaLink="true">https://specification.website/spec/performance/core-web-vitals/</guid><description>Core Web Vitals measure loading, responsiveness, and visual stability. Hit LCP ≤ 2.5s, INP ≤ 200ms, and CLS ≤ 0.1 at the 75th percentile of real users.</description><pubDate>Fri, 29 May 2026 00:00:00 GMT</pubDate><category>performance</category><category>required</category></item><item><title>Critical CSS and render-blocking resources</title><link>https://specification.website/spec/performance/critical-css/</link><guid isPermaLink="true">https://specification.website/spec/performance/critical-css/</guid><description>Inline the CSS needed for above-the-fold content and defer the rest. Render-blocking resources in &lt;head&gt; are the single biggest cause of slow first paint.</description><pubDate>Fri, 29 May 2026 00:00:00 GMT</pubDate><category>performance</category><category>recommended</category></item><item><title>CSS containment</title><link>https://specification.website/spec/performance/css-containment/</link><guid isPermaLink="true">https://specification.website/spec/performance/css-containment/</guid><description>Use `contain: layout paint style` (or the `contain: content` shorthand) to tell the browser that an element&apos;s internals cannot affect the rest of the page, so reflow and repaint stay isolated to that subtree.</description><pubDate>Fri, 29 May 2026 00:00:00 GMT</pubDate><category>performance</category><category>optional</category></item><item><title>CSS state and relational selectors</title><link>https://specification.website/spec/accessibility/css-state-selectors/</link><guid isPermaLink="true">https://specification.website/spec/accessibility/css-state-selectors/</guid><description>Use `:has()` together with `:user-invalid`, `:user-valid`, `:placeholder-shown` and `:focus-within` to express form and component state in CSS, removing the JavaScript class-toggling pattern and the race conditions it brings.</description><pubDate>Fri, 29 May 2026 00:00:00 GMT</pubDate><category>accessibility</category><category>recommended</category></item><item><title>Data minimisation</title><link>https://specification.website/spec/privacy/data-minimization/</link><guid isPermaLink="true">https://specification.website/spec/privacy/data-minimization/</guid><description>Collect only the personal data you actually need for a specific purpose, keep it only as long as you need it, and redact it from anywhere it leaks unnecessarily.</description><pubDate>Fri, 29 May 2026 00:00:00 GMT</pubDate><category>privacy</category><category>recommended</category></item><item><title>Accessible data tables</title><link>https://specification.website/spec/accessibility/data-tables/</link><guid isPermaLink="true">https://specification.website/spec/accessibility/data-tables/</guid><description>Tabular data must use real &lt;table&gt; markup with a caption, header cells, and scope attributes so screen readers can announce row and column relationships.</description><pubDate>Fri, 29 May 2026 00:00:00 GMT</pubDate><category>accessibility</category><category>required</category></item><item><title>DNS for AI Discovery (DNS-AID)</title><link>https://specification.website/spec/agent-readiness/dns-aid/</link><guid isPermaLink="true">https://specification.website/spec/agent-readiness/dns-aid/</guid><description>Publish SVCB/HTTPS records under _agents.example.com so agents can discover your services from DNS, before any HTTP round-trip. Pair with DNSSEC so the answer is authenticated.</description><pubDate>Fri, 29 May 2026 00:00:00 GMT</pubDate><category>agent-readiness</category><category>optional</category></item><item><title>DNSSEC</title><link>https://specification.website/spec/security/dnssec/</link><guid isPermaLink="true">https://specification.website/spec/security/dnssec/</guid><description>DNSSEC cryptographically signs DNS records so resolvers can verify they have not been tampered with. Strong defence in depth, but only with full registrar and registry support.</description><pubDate>Fri, 29 May 2026 00:00:00 GMT</pubDate><category>security</category><category>optional</category></item><item><title>The HTML doctype</title><link>https://specification.website/spec/foundations/doctype/</link><guid isPermaLink="true">https://specification.website/spec/foundations/doctype/</guid><description>Every HTML document must start with &lt;!doctype html&gt; as its first line. This opts the browser into standards mode; without it, you get quirks mode and broken layout.</description><pubDate>Fri, 29 May 2026 00:00:00 GMT</pubDate><category>foundations</category><category>required</category></item><item><title>Document and parts language</title><link>https://specification.website/spec/accessibility/document-language/</link><guid isPermaLink="true">https://specification.website/spec/accessibility/document-language/</guid><description>Set the page&apos;s primary language on &lt;html lang&gt; and mark any inline content in a different language with its own lang attribute, so screen readers pronounce it correctly.</description><pubDate>Fri, 29 May 2026 00:00:00 GMT</pubDate><category>accessibility</category><category>required</category></item><item><title>Empty links and buttons</title><link>https://specification.website/spec/accessibility/empty-links-buttons/</link><guid isPermaLink="true">https://specification.website/spec/accessibility/empty-links-buttons/</guid><description>A link or button with no accessible name is invisible to screen readers and unreachable for voice control. Icon-only controls without a label are the usual culprit.</description><pubDate>Fri, 29 May 2026 00:00:00 GMT</pubDate><category>accessibility</category><category>avoid</category></item><item><title>Custom error pages (404, 500)</title><link>https://specification.website/spec/resilience/error-pages/</link><guid isPermaLink="true">https://specification.website/spec/resilience/error-pages/</guid><description>Custom error pages must return the correct HTTP status code, explain what went wrong in plain language, and offer the user a way forward without leaking implementation details.</description><pubDate>Fri, 29 May 2026 00:00:00 GMT</pubDate><category>resilience</category><category>required</category></item><item><title>Favicons and app icons</title><link>https://specification.website/spec/foundations/favicons/</link><guid isPermaLink="true">https://specification.website/spec/foundations/favicons/</guid><description>Ship an SVG favicon, an ICO fallback at /favicon.ico, an apple-touch-icon, and a maskable PWA icon. Five files cover every browser and home-screen surface.</description><pubDate>Fri, 29 May 2026 00:00:00 GMT</pubDate><category>foundations</category><category>recommended</category></item><item><title>Feed discovery with rel=&quot;alternate&quot;</title><link>https://specification.website/spec/foundations/feed-discovery/</link><guid isPermaLink="true">https://specification.website/spec/foundations/feed-discovery/</guid><description>If your site publishes a feed — RSS, Atom, or JSON Feed — announce it in &lt;head&gt; with &lt;link rel=&quot;alternate&quot;&gt;. Feed readers, agents, and browsers discover it without guessing the URL.</description><pubDate>Fri, 29 May 2026 00:00:00 GMT</pubDate><category>foundations</category><category>recommended</category></item><item><title>Feed content hygiene</title><link>https://specification.website/spec/foundations/feed-hygiene/</link><guid isPermaLink="true">https://specification.website/spec/foundations/feed-hygiene/</guid><description>If you publish a feed, ship it well-formed. Identify the feed inside itself with atom:link rel=&quot;self&quot;, give every item a stable guid, declare an update cadence with the Syndication module, and validate before deploy.</description><pubDate>Fri, 29 May 2026 00:00:00 GMT</pubDate><category>foundations</category><category>recommended</category></item><item><title>Visible focus indicators</title><link>https://specification.website/spec/accessibility/focus-indicators/</link><guid isPermaLink="true">https://specification.website/spec/accessibility/focus-indicators/</guid><description>Whenever a control receives keyboard focus, the page must show a clear, high-contrast indicator. Removing focus outlines without a replacement is a top accessibility failure.</description><pubDate>Fri, 29 May 2026 00:00:00 GMT</pubDate><category>accessibility</category><category>required</category></item><item><title>Web font loading</title><link>https://specification.website/spec/performance/font-loading/</link><guid isPermaLink="true">https://specification.website/spec/performance/font-loading/</guid><description>Self-host WOFF2 fonts, subset them, preload the critical face, and use font-display: swap so text is readable while the font is still loading.</description><pubDate>Fri, 29 May 2026 00:00:00 GMT</pubDate><category>performance</category><category>recommended</category></item><item><title>Accessible form errors</title><link>https://specification.website/spec/accessibility/form-errors/</link><guid isPermaLink="true">https://specification.website/spec/accessibility/form-errors/</guid><description>When a form submission fails, errors must be identified in text, associated with the input that caused them, and announced to assistive technology.</description><pubDate>Fri, 29 May 2026 00:00:00 GMT</pubDate><category>accessibility</category><category>required</category></item><item><title>Form labels</title><link>https://specification.website/spec/accessibility/form-labels/</link><guid isPermaLink="true">https://specification.website/spec/accessibility/form-labels/</guid><description>Every form control needs a programmatically associated label. A placeholder is not a label, and an unlabelled input is unusable for screen-reader and voice-control users.</description><pubDate>Fri, 29 May 2026 00:00:00 GMT</pubDate><category>accessibility</category><category>required</category></item><item><title>Clickjacking protection (frame-ancestors / X-Frame-Options)</title><link>https://specification.website/spec/security/frame-ancestors/</link><guid isPermaLink="true">https://specification.website/spec/security/frame-ancestors/</guid><description>Tell browsers who is allowed to embed your pages in an iframe. Use CSP frame-ancestors. X-Frame-Options is the legacy fallback.</description><pubDate>Fri, 29 May 2026 00:00:00 GMT</pubDate><category>security</category><category>required</category></item><item><title>Global Privacy Control (GPC)</title><link>https://specification.website/spec/privacy/global-privacy-control/</link><guid isPermaLink="true">https://specification.website/spec/privacy/global-privacy-control/</guid><description>Global Privacy Control is a browser-level signal that tells websites the user opts out of the sale or sharing of their personal data. California and Colorado require sites to honour it.</description><pubDate>Fri, 29 May 2026 00:00:00 GMT</pubDate><category>privacy</category><category>recommended</category></item><item><title>Heading hierarchy</title><link>https://specification.website/spec/seo/heading-hierarchy/</link><guid isPermaLink="true">https://specification.website/spec/seo/heading-hierarchy/</guid><description>Headings describe the sections of a page. They must form a nested outline, never be used for visual styling alone, and never skip levels.</description><pubDate>Fri, 29 May 2026 00:00:00 GMT</pubDate><category>seo</category><category>required</category></item><item><title>Hidden until found</title><link>https://specification.website/spec/accessibility/hidden-until-found/</link><guid isPermaLink="true">https://specification.website/spec/accessibility/hidden-until-found/</guid><description>Use hidden=&quot;until-found&quot; (or content-visibility: hidden) for collapsible content so that browser find-in-page, assistive tech, and search engines can still reach the text and auto-expand it.</description><pubDate>Fri, 29 May 2026 00:00:00 GMT</pubDate><category>accessibility</category><category>recommended</category></item><item><title>hreflang for language and regional URLs</title><link>https://specification.website/spec/i18n/hreflang/</link><guid isPermaLink="true">https://specification.website/spec/i18n/hreflang/</guid><description>hreflang tells search engines which language or regional version of a page to show to which user. It uses BCP 47 codes and must be reciprocal across all alternates.</description><pubDate>Fri, 29 May 2026 00:00:00 GMT</pubDate><category>i18n</category><category>recommended</category></item><item><title>HSTS (Strict-Transport-Security)</title><link>https://specification.website/spec/security/hsts/</link><guid isPermaLink="true">https://specification.website/spec/security/hsts/</guid><description>HSTS tells browsers to use HTTPS for your domain only, for a long time. Add max-age, includeSubDomains, and preload — but understand it is an irreversible commitment.</description><pubDate>Fri, 29 May 2026 00:00:00 GMT</pubDate><category>security</category><category>required</category></item><item><title>The lang attribute on &lt;html&gt;</title><link>https://specification.website/spec/foundations/html-lang/</link><guid isPermaLink="true">https://specification.website/spec/foundations/html-lang/</guid><description>Set a valid BCP 47 language tag on the &lt;html&gt; element so screen readers, translators, search engines, and browsers know what language the page is in.</description><pubDate>Fri, 29 May 2026 00:00:00 GMT</pubDate><category>foundations</category><category>required</category></item><item><title>HTTP/2 and HTTP/3</title><link>https://specification.website/spec/performance/http3/</link><guid isPermaLink="true">https://specification.website/spec/performance/http3/</guid><description>Serve over HTTP/2 at minimum and HTTP/3 where you can. Multiplexing eliminates head-of-line blocking; QUIC removes TCP handshake delays.</description><pubDate>Fri, 29 May 2026 00:00:00 GMT</pubDate><category>performance</category><category>recommended</category></item><item><title>HTTPS and TLS</title><link>https://specification.website/spec/security/https-tls/</link><guid isPermaLink="true">https://specification.website/spec/security/https-tls/</guid><description>Serve every page over HTTPS using TLS 1.2 or 1.3, redirect plain HTTP to HTTPS, and disable obsolete SSL and early TLS versions on every host you control.</description><pubDate>Fri, 29 May 2026 00:00:00 GMT</pubDate><category>security</category><category>required</category></item><item><title>Internationalised Domain Names (IDN)</title><link>https://specification.website/spec/i18n/idn-support/</link><guid isPermaLink="true">https://specification.website/spec/i18n/idn-support/</guid><description>IDNs let domain names contain non-ASCII characters. They are encoded as Punycode on the wire and rendered as Unicode in the browser, subject to anti-spoofing rules.</description><pubDate>Fri, 29 May 2026 00:00:00 GMT</pubDate><category>i18n</category><category>optional</category></item><item><title>Image alt text</title><link>https://specification.website/spec/accessibility/image-alt-text/</link><guid isPermaLink="true">https://specification.website/spec/accessibility/image-alt-text/</guid><description>Every &lt;img&gt; element must have an alt attribute. The value describes the image&apos;s purpose to screen readers, search engines, and anyone whose image fails to load.</description><pubDate>Fri, 29 May 2026 00:00:00 GMT</pubDate><category>accessibility</category><category>required</category></item><item><title>Image optimisation</title><link>https://specification.website/spec/performance/image-optimization/</link><guid isPermaLink="true">https://specification.website/spec/performance/image-optimization/</guid><description>Serve images in modern formats (WebP, AVIF), at the right size for the viewport, with explicit dimensions. Images are the largest payload on most pages.</description><pubDate>Fri, 29 May 2026 00:00:00 GMT</pubDate><category>performance</category><category>required</category></item><item><title>Image and video sitemap extensions</title><link>https://specification.website/spec/seo/image-sitemaps/</link><guid isPermaLink="true">https://specification.website/spec/seo/image-sitemaps/</guid><description>Optional XML extensions that add image and video metadata to sitemap entries. Useful when media is loaded by JavaScript or hosted on a CDN that crawlers cannot reach by following links.</description><pubDate>Fri, 29 May 2026 00:00:00 GMT</pubDate><category>seo</category><category>optional</category></item><item><title>IndexNow</title><link>https://specification.website/spec/seo/indexnow/</link><guid isPermaLink="true">https://specification.website/spec/seo/indexnow/</guid><description>An open protocol for telling participating search engines that a URL has changed. One HTTP request pushes Bing, Yandex, Naver, and Seznam to recrawl — Google does not participate.</description><pubDate>Fri, 29 May 2026 00:00:00 GMT</pubDate><category>seo</category><category>optional</category></item><item><title>Internal linking</title><link>https://specification.website/spec/seo/internal-linking/</link><guid isPermaLink="true">https://specification.website/spec/seo/internal-linking/</guid><description>Links from one page on a site to another. The strongest signal you control for telling crawlers and AI agents what a page is about and how important it is.</description><pubDate>Fri, 29 May 2026 00:00:00 GMT</pubDate><category>seo</category><category>recommended</category></item><item><title>Keyboard navigation</title><link>https://specification.website/spec/accessibility/keyboard-navigation/</link><guid isPermaLink="true">https://specification.website/spec/accessibility/keyboard-navigation/</guid><description>Every interactive element on the page must be reachable and operable with a keyboard alone, in a logical order, with no traps that hold focus.</description><pubDate>Fri, 29 May 2026 00:00:00 GMT</pubDate><category>accessibility</category><category>required</category></item><item><title>lang attribute on inline content</title><link>https://specification.website/spec/i18n/lang-attribute/</link><guid isPermaLink="true">https://specification.website/spec/i18n/lang-attribute/</guid><description>Mark passages, phrases, and inline elements that differ from the document language with a lang attribute. WCAG 3.1.2 requires it so assistive tech can switch pronunciation.</description><pubDate>Fri, 29 May 2026 00:00:00 GMT</pubDate><category>i18n</category><category>required</category></item><item><title>Lazy loading images, iframes, and video</title><link>https://specification.website/spec/performance/lazy-loading/</link><guid isPermaLink="true">https://specification.website/spec/performance/lazy-loading/</guid><description>Native lazy loading defers off-screen images, iframes, and (recently) video until the user scrolls near them. Use loading=&quot;lazy&quot; — but never on the LCP element.</description><pubDate>Fri, 29 May 2026 00:00:00 GMT</pubDate><category>performance</category><category>recommended</category></item><item><title>HTTP Link headers for discovery</title><link>https://specification.website/spec/agent-readiness/link-headers/</link><guid isPermaLink="true">https://specification.website/spec/agent-readiness/link-headers/</guid><description>Use the HTTP Link header to advertise machine-readable resources — llms.txt, sitemap, api-catalog, RSS — directly in the response. Agents that never parse your HTML can still find what they need.</description><pubDate>Fri, 29 May 2026 00:00:00 GMT</pubDate><category>agent-readiness</category><category>recommended</category></item><item><title>Descriptive link text</title><link>https://specification.website/spec/accessibility/link-text/</link><guid isPermaLink="true">https://specification.website/spec/accessibility/link-text/</guid><description>Every link&apos;s text must describe where it goes. &apos;Click here&apos; and &apos;read more&apos; fail screen-reader users who scan a page by jumping from link to link.</description><pubDate>Fri, 29 May 2026 00:00:00 GMT</pubDate><category>accessibility</category><category>required</category></item><item><title>/llms-full.txt</title><link>https://specification.website/spec/agent-readiness/llms-full-txt/</link><guid isPermaLink="true">https://specification.website/spec/agent-readiness/llms-full-txt/</guid><description>An extended companion to /llms.txt that concatenates the full markdown content of your key pages into a single file. Useful for small sites, costly for large ones.</description><pubDate>Fri, 29 May 2026 00:00:00 GMT</pubDate><category>agent-readiness</category><category>optional</category></item><item><title>/llms.txt</title><link>https://specification.website/spec/agent-readiness/llms-txt/</link><guid isPermaLink="true">https://specification.website/spec/agent-readiness/llms-txt/</guid><description>A proposed markdown file at the site root that gives LLMs a curated index of your most important content. Emerging convention, not a ratified standard.</description><pubDate>Fri, 29 May 2026 00:00:00 GMT</pubDate><category>agent-readiness</category><category>recommended</category></item><item><title>Locale-aware content</title><link>https://specification.website/spec/i18n/locale-content/</link><guid isPermaLink="true">https://specification.website/spec/i18n/locale-content/</guid><description>Dates, numbers, currency, and units should be formatted in the user&apos;s locale. Use Intl APIs in the browser and the same locale data server-side so output matches expectations.</description><pubDate>Fri, 29 May 2026 00:00:00 GMT</pubDate><category>i18n</category><category>recommended</category></item><item><title>Machine-readable formats</title><link>https://specification.website/spec/agent-readiness/machine-readable-formats/</link><guid isPermaLink="true">https://specification.website/spec/agent-readiness/machine-readable-formats/</guid><description>Offer JSON, RSS, or plain markdown endpoints alongside HTML where it makes sense. Agents and feed readers prefer typed data over scraped HTML.</description><pubDate>Fri, 29 May 2026 00:00:00 GMT</pubDate><category>agent-readiness</category><category>recommended</category></item><item><title>Maintenance pages and 503</title><link>https://specification.website/spec/resilience/maintenance-pages/</link><guid isPermaLink="true">https://specification.website/spec/resilience/maintenance-pages/</guid><description>When the site is intentionally offline, return HTTP 503 with a Retry-After header and a page that tells users what is happening and when to come back.</description><pubDate>Fri, 29 May 2026 00:00:00 GMT</pubDate><category>resilience</category><category>recommended</category></item><item><title>Per-page Markdown source endpoints</title><link>https://specification.website/spec/agent-readiness/markdown-source-endpoints/</link><guid isPermaLink="true">https://specification.website/spec/agent-readiness/markdown-source-endpoints/</guid><description>Expose every documentation page&apos;s raw Markdown source at a predictable URL — via a .md suffix on the canonical URL, content negotiation, or both. Agents pull source instead of parsing HTML.</description><pubDate>Fri, 29 May 2026 00:00:00 GMT</pubDate><category>agent-readiness</category><category>recommended</category></item><item><title>MCP and tool discovery</title><link>https://specification.website/spec/agent-readiness/mcp-and-tool-discovery/</link><guid isPermaLink="true">https://specification.website/spec/agent-readiness/mcp-and-tool-discovery/</guid><description>The Model Context Protocol is an emerging way for sites to expose queryable tools to agents over JSON-RPC. Relevant whenever your content has structure worth filtering — even for a static reference site like this one.</description><pubDate>Fri, 29 May 2026 00:00:00 GMT</pubDate><category>agent-readiness</category><category>optional</category></item><item><title>&lt;meta charset&gt;</title><link>https://specification.website/spec/foundations/meta-charset/</link><guid isPermaLink="true">https://specification.website/spec/foundations/meta-charset/</guid><description>Declare UTF-8 as the document character encoding in the first 1024 bytes of the HTML, so browsers parse text correctly before they hit any non-ASCII content.</description><pubDate>Fri, 29 May 2026 00:00:00 GMT</pubDate><category>foundations</category><category>required</category></item><item><title>&lt;meta name=&quot;description&quot;&gt;</title><link>https://specification.website/spec/foundations/meta-description/</link><guid isPermaLink="true">https://specification.website/spec/foundations/meta-description/</guid><description>A short, unique summary of the page used by search engines and social platforms as a snippet. Google may rewrite it, but a good one is rewritten less often.</description><pubDate>Fri, 29 May 2026 00:00:00 GMT</pubDate><category>foundations</category><category>recommended</category></item><item><title>Meta robots and X-Robots-Tag</title><link>https://specification.website/spec/seo/meta-robots/</link><guid isPermaLink="true">https://specification.website/spec/seo/meta-robots/</guid><description>Every page must have an explicit, correct indexing policy — either implicit (default index, follow) on public pages, or an explicit noindex / X-Robots-Tag on staging, admin, thin, or private content. Get this wrong and you either disappear from search or expose what you didn&apos;t mean to.</description><pubDate>Fri, 29 May 2026 00:00:00 GMT</pubDate><category>seo</category><category>required</category></item><item><title>&lt;meta viewport&gt;</title><link>https://specification.website/spec/foundations/meta-viewport/</link><guid isPermaLink="true">https://specification.website/spec/foundations/meta-viewport/</guid><description>Tell mobile browsers to render the page at the device&apos;s actual width instead of pretending to be a 980-pixel desktop. One line, and never disable user scaling.</description><pubDate>Fri, 29 May 2026 00:00:00 GMT</pubDate><category>foundations</category><category>required</category></item><item><title>Monitoring and uptime</title><link>https://specification.website/spec/resilience/monitoring-uptime/</link><guid isPermaLink="true">https://specification.website/spec/resilience/monitoring-uptime/</guid><description>Monitor the site from outside your own infrastructure, combine synthetic checks with real user data, and run a status page on a separate host so it stays up when the site does not.</description><pubDate>Fri, 29 May 2026 00:00:00 GMT</pubDate><category>resilience</category><category>recommended</category></item><item><title>Native interactive elements</title><link>https://specification.website/spec/accessibility/native-interactive-elements/</link><guid isPermaLink="true">https://specification.website/spec/accessibility/native-interactive-elements/</guid><description>Prefer native HTML interactive elements — &lt;button&gt;, &lt;a&gt;, &lt;details&gt;/&lt;summary&gt;, &lt;dialog&gt; — over divs with click handlers. You get keyboard support, focus management, and assistive-tech semantics for free.</description><pubDate>Fri, 29 May 2026 00:00:00 GMT</pubDate><category>accessibility</category><category>recommended</category></item><item><title>NLWeb — conversational interface discovery</title><link>https://specification.website/spec/agent-readiness/nlweb/</link><guid isPermaLink="true">https://specification.website/spec/agent-readiness/nlweb/</guid><description>NLWeb is an emerging convention for exposing a site as a conversational AI endpoint. A site advertises an `/ask`-style endpoint via a `rel=&quot;nlweb&quot;` link and serves an MCP-compatible JSON-RPC interface that agents can query in natural language.</description><pubDate>Fri, 29 May 2026 00:00:00 GMT</pubDate><category>agent-readiness</category><category>optional</category></item><item><title>No-Vary-Search response header</title><link>https://specification.website/spec/performance/no-vary-search/</link><guid isPermaLink="true">https://specification.website/spec/performance/no-vary-search/</guid><description>The `No-Vary-Search` response header tells browsers and caches that some URL query parameters (tracking, UTM, sort order) do not change the response. The cached entry for the canonical URL is reused for variants — fewer fetches, better prefetch hits, less duplicate work.</description><pubDate>Fri, 29 May 2026 00:00:00 GMT</pubDate><category>performance</category><category>recommended</category></item><item><title>/.well-known/nodeinfo</title><link>https://specification.website/spec/well-known/nodeinfo/</link><guid isPermaLink="true">https://specification.website/spec/well-known/nodeinfo/</guid><description>A discovery URI for federated platforms. It returns links to NodeInfo documents that describe the software, version and basic statistics of a server.</description><pubDate>Fri, 29 May 2026 00:00:00 GMT</pubDate><category>well-known</category><category>optional</category></item><item><title>Offline support and service workers</title><link>https://specification.website/spec/resilience/offline-support/</link><guid isPermaLink="true">https://specification.website/spec/resilience/offline-support/</guid><description>A service worker can serve a cached offline fallback page when the network fails, keeping the site usable on flaky connections and turning hard failures into graceful ones.</description><pubDate>Fri, 29 May 2026 00:00:00 GMT</pubDate><category>resilience</category><category>optional</category></item><item><title>Open Graph protocol</title><link>https://specification.website/spec/foundations/open-graph/</link><guid isPermaLink="true">https://specification.website/spec/foundations/open-graph/</guid><description>Open Graph tags control how pages look when shared on social platforms and chat apps. Set og:title, og:description, og:image, og:url, and og:type on every page.</description><pubDate>Fri, 29 May 2026 00:00:00 GMT</pubDate><category>foundations</category><category>recommended</category></item><item><title>/.well-known/openid-configuration</title><link>https://specification.website/spec/well-known/openid-configuration/</link><guid isPermaLink="true">https://specification.website/spec/well-known/openid-configuration/</guid><description>A JSON discovery document that describes an OpenID Connect provider&apos;s endpoints and capabilities. Only required if you are an OIDC identity provider.</description><pubDate>Fri, 29 May 2026 00:00:00 GMT</pubDate><category>well-known</category><category>optional</category></item><item><title>Permissions-Policy</title><link>https://specification.website/spec/security/permissions-policy/</link><guid isPermaLink="true">https://specification.website/spec/security/permissions-policy/</guid><description>Permissions-Policy lets you turn off powerful browser features — camera, microphone, geolocation, payment, USB — for your own pages and for any iframes you embed.</description><pubDate>Fri, 29 May 2026 00:00:00 GMT</pubDate><category>security</category><category>recommended</category></item><item><title>Popover API</title><link>https://specification.website/spec/foundations/popover-api/</link><guid isPermaLink="true">https://specification.website/spec/foundations/popover-api/</guid><description>Replace ARIA-puzzled JavaScript modals, menus, and tooltips with a native top-layer primitive that the browser opens, closes, and accessibility-wires for you.</description><pubDate>Fri, 29 May 2026 00:00:00 GMT</pubDate><category>foundations</category><category>recommended</category></item><item><title>Preload, prefetch, preconnect</title><link>https://specification.website/spec/performance/preload-prefetch-preconnect/</link><guid isPermaLink="true">https://specification.website/spec/performance/preload-prefetch-preconnect/</guid><description>Resource hints let you tell the browser what is coming. Preload the LCP image and critical fonts, preconnect to third-party origins, prefetch the next navigation.</description><pubDate>Fri, 29 May 2026 00:00:00 GMT</pubDate><category>performance</category><category>recommended</category></item><item><title>Privacy policy</title><link>https://specification.website/spec/privacy/privacy-policy/</link><guid isPermaLink="true">https://specification.website/spec/privacy/privacy-policy/</guid><description>A privacy policy tells visitors what personal data you collect, why, on what legal basis, who you share it with, how long you keep it, and what rights they have.</description><pubDate>Fri, 29 May 2026 00:00:00 GMT</pubDate><category>privacy</category><category>required</category></item><item><title>Web app manifest</title><link>https://specification.website/spec/resilience/pwa-manifest/</link><guid isPermaLink="true">https://specification.website/spec/resilience/pwa-manifest/</guid><description>A web app manifest is a small JSON file that tells browsers how the site should appear when installed — its name, icons, start URL, theme colour, and display mode.</description><pubDate>Fri, 29 May 2026 00:00:00 GMT</pubDate><category>resilience</category><category>recommended</category></item><item><title>Redirects (301/302/308)</title><link>https://specification.website/spec/seo/redirects/</link><guid isPermaLink="true">https://specification.website/spec/seo/redirects/</guid><description>HTTP redirects send a client from one URL to another. Use 301 or 308 for permanent moves, 302 or 307 for temporary ones, and never chain more than necessary.</description><pubDate>Fri, 29 May 2026 00:00:00 GMT</pubDate><category>seo</category><category>required</category></item><item><title>Reduced motion</title><link>https://specification.website/spec/accessibility/reduced-motion/</link><guid isPermaLink="true">https://specification.website/spec/accessibility/reduced-motion/</guid><description>Respect the user&apos;s `prefers-reduced-motion` setting. Decorative animation, parallax, and autoplay can trigger vestibular distress, migraines, and seizures.</description><pubDate>Fri, 29 May 2026 00:00:00 GMT</pubDate><category>accessibility</category><category>required</category></item><item><title>Referrer-Policy</title><link>https://specification.website/spec/security/referrer-policy/</link><guid isPermaLink="true">https://specification.website/spec/security/referrer-policy/</guid><description>Referrer-Policy controls how much URL information your site leaks when users follow a link or load a subresource. strict-origin-when-cross-origin is the sensible default.</description><pubDate>Fri, 29 May 2026 00:00:00 GMT</pubDate><category>security</category><category>recommended</category></item><item><title>Resource hints overview</title><link>https://specification.website/spec/performance/resource-hints/</link><guid isPermaLink="true">https://specification.website/spec/performance/resource-hints/</guid><description>Five resource hints — dns-prefetch, preconnect, preload, modulepreload, prefetch — cover every stage of the request lifecycle. Pick the right one for the job.</description><pubDate>Fri, 29 May 2026 00:00:00 GMT</pubDate><category>performance</category><category>recommended</category></item><item><title>robots.txt for AI crawlers</title><link>https://specification.website/spec/agent-readiness/robots-for-ai-crawlers/</link><guid isPermaLink="true">https://specification.website/spec/agent-readiness/robots-for-ai-crawlers/</guid><description>Major AI vendors publish named user-agents for their crawlers. Setting an explicit allow or disallow per agent is the clearest way to control how your content is used.</description><pubDate>Fri, 29 May 2026 00:00:00 GMT</pubDate><category>agent-readiness</category><category>recommended</category></item><item><title>robots.txt</title><link>https://specification.website/spec/seo/robots-txt/</link><guid isPermaLink="true">https://specification.website/spec/seo/robots-txt/</guid><description>A plain-text file at the site root that tells crawlers which paths they may or may not fetch. Standardised in RFC 9309 and supported by every major search engine.</description><pubDate>Fri, 29 May 2026 00:00:00 GMT</pubDate><category>seo</category><category>recommended</category></item><item><title>RTL and bidirectional text</title><link>https://specification.website/spec/i18n/rtl-support/</link><guid isPermaLink="true">https://specification.website/spec/i18n/rtl-support/</guid><description>Sites that serve Arabic, Hebrew, Persian, or Urdu must set dir=&quot;rtl&quot; and use CSS logical properties so layouts mirror correctly without hard-coded left and right.</description><pubDate>Fri, 29 May 2026 00:00:00 GMT</pubDate><category>i18n</category><category>recommended</category></item><item><title>Schemamap — discoverable JSON-LD endpoints per resource</title><link>https://specification.website/spec/agent-readiness/schemamap/</link><guid isPermaLink="true">https://specification.website/spec/agent-readiness/schemamap/</guid><description>A convention this site proposes — no external standard exists yet. `/schemamap.xml` indexes one JSON-LD endpoint per resource so agents fetch the structured-data graph directly instead of extracting it from HTML.</description><pubDate>Fri, 29 May 2026 00:00:00 GMT</pubDate><category>agent-readiness</category><category>optional</category></item><item><title>Script loading — defer, async, module</title><link>https://specification.website/spec/performance/script-loading/</link><guid isPermaLink="true">https://specification.website/spec/performance/script-loading/</guid><description>Choose the right script-loading attribute for every &lt;script&gt;: defer for app code, async for independent third-party, type=module for modern code. Bare &lt;script&gt; in &lt;head&gt; is always wrong.</description><pubDate>Fri, 29 May 2026 00:00:00 GMT</pubDate><category>performance</category><category>recommended</category></item><item><title>Scroll-driven animations</title><link>https://specification.website/spec/performance/scroll-driven-animations/</link><guid isPermaLink="true">https://specification.website/spec/performance/scroll-driven-animations/</guid><description>Drive CSS animations from scroll position or element visibility with `scroll-timeline` and `view-timeline`, replacing JS scroll-listener libraries with compositor-thread animation.</description><pubDate>Fri, 29 May 2026 00:00:00 GMT</pubDate><category>performance</category><category>optional</category></item><item><title>Scrollbar gutter</title><link>https://specification.website/spec/performance/scrollbar-gutter/</link><guid isPermaLink="true">https://specification.website/spec/performance/scrollbar-gutter/</guid><description>Use scrollbar-gutter: stable to reserve scrollbar space and stop horizontal layout shift between pages or states that overflow vs. don&apos;t.</description><pubDate>Fri, 29 May 2026 00:00:00 GMT</pubDate><category>performance</category><category>recommended</category></item><item><title>/.well-known/security.txt</title><link>https://specification.website/spec/security/security-txt/</link><guid isPermaLink="true">https://specification.website/spec/security/security-txt/</guid><description>A standard text file at /.well-known/security.txt tells security researchers how to report vulnerabilities. It is cheap to publish and dramatically lowers the bar for responsible disclosure.</description><pubDate>Fri, 29 May 2026 00:00:00 GMT</pubDate><category>security</category><category>recommended</category></item><item><title>Semantic HTML and landmarks</title><link>https://specification.website/spec/accessibility/semantic-html/</link><guid isPermaLink="true">https://specification.website/spec/accessibility/semantic-html/</guid><description>Use the right HTML element for the job. Landmarks like &lt;header&gt;, &lt;nav&gt;, &lt;main&gt;, and &lt;footer&gt; let assistive technologies announce structure and skip between regions.</description><pubDate>Fri, 29 May 2026 00:00:00 GMT</pubDate><category>accessibility</category><category>required</category></item><item><title>Sitemap index files</title><link>https://specification.website/spec/seo/sitemap-index/</link><guid isPermaLink="true">https://specification.website/spec/seo/sitemap-index/</guid><description>A sitemap of sitemaps. Used when a site has more than 50,000 URLs or wants to split sitemaps by content type for cleaner reporting.</description><pubDate>Fri, 29 May 2026 00:00:00 GMT</pubDate><category>seo</category><category>recommended</category></item><item><title>Skip links</title><link>https://specification.website/spec/accessibility/skip-links/</link><guid isPermaLink="true">https://specification.website/spec/accessibility/skip-links/</guid><description>A &apos;skip to main content&apos; link as the first focusable element lets keyboard and screen-reader users jump past repeated navigation on every page.</description><pubDate>Fri, 29 May 2026 00:00:00 GMT</pubDate><category>accessibility</category><category>recommended</category></item><item><title>Soft 404s</title><link>https://specification.website/spec/seo/soft-404/</link><guid isPermaLink="true">https://specification.website/spec/seo/soft-404/</guid><description>A page that looks like a &apos;not found&apos; message to a user but returns 200 OK to a crawler. Search engines treat soft 404s as a quality problem and often refuse to index them.</description><pubDate>Fri, 29 May 2026 00:00:00 GMT</pubDate><category>seo</category><category>avoid</category></item><item><title>Stable URLs</title><link>https://specification.website/spec/agent-readiness/stable-urls/</link><guid isPermaLink="true">https://specification.website/spec/agent-readiness/stable-urls/</guid><description>URLs are public contracts. Once published, they should keep working. Breaking them invalidates citations, bookmarks, links, and agent caches — and is almost always avoidable.</description><pubDate>Fri, 29 May 2026 00:00:00 GMT</pubDate><category>agent-readiness</category><category>required</category></item><item><title>Structured data (JSON-LD)</title><link>https://specification.website/spec/seo/structured-data/</link><guid isPermaLink="true">https://specification.website/spec/seo/structured-data/</guid><description>Machine-readable annotations that describe the content of a page using the schema.org vocabulary. JSON-LD is the format search engines and AI agents expect.</description><pubDate>Fri, 29 May 2026 00:00:00 GMT</pubDate><category>seo</category><category>recommended</category></item><item><title>Structured data for agents</title><link>https://specification.website/spec/agent-readiness/structured-data-for-agents/</link><guid isPermaLink="true">https://specification.website/spec/agent-readiness/structured-data-for-agents/</guid><description>JSON-LD with schema.org types gives agents typed facts about your page. It is the same markup search engines use, and agents lean on it just as heavily.</description><pubDate>Fri, 29 May 2026 00:00:00 GMT</pubDate><category>agent-readiness</category><category>recommended</category></item><item><title>Subresource Integrity (SRI)</title><link>https://specification.website/spec/security/subresource-integrity/</link><guid isPermaLink="true">https://specification.website/spec/security/subresource-integrity/</guid><description>SRI adds a cryptographic hash to every third-party script and stylesheet so the browser refuses to run modified files. Essential for any external JS or CSS you depend on.</description><pubDate>Fri, 29 May 2026 00:00:00 GMT</pubDate><category>security</category><category>recommended</category></item><item><title>&lt;meta name=&quot;theme-color&quot;&gt;</title><link>https://specification.website/spec/foundations/theme-color/</link><guid isPermaLink="true">https://specification.website/spec/foundations/theme-color/</guid><description>Tints the browser chrome and OS surfaces to match your brand. Use the media attribute to ship one colour for light mode and another for dark mode.</description><pubDate>Fri, 29 May 2026 00:00:00 GMT</pubDate><category>foundations</category><category>recommended</category></item><item><title>Third-party scripts and privacy</title><link>https://specification.website/spec/privacy/third-party-scripts/</link><guid isPermaLink="true">https://specification.website/spec/privacy/third-party-scripts/</guid><description>Every script loaded from another domain can read cookies, see the URL, and exfiltrate data from your page. Audit them, justify them, and lock them down.</description><pubDate>Fri, 29 May 2026 00:00:00 GMT</pubDate><category>privacy</category><category>recommended</category></item><item><title>The &lt;title&gt; element</title><link>https://specification.website/spec/foundations/title/</link><guid isPermaLink="true">https://specification.website/spec/foundations/title/</guid><description>Every HTML document must have exactly one non-empty &lt;title&gt; element inside &lt;head&gt;. It is used by browsers, search engines, screen readers, social previews, and AI agents.</description><pubDate>Fri, 29 May 2026 00:00:00 GMT</pubDate><category>foundations</category><category>required</category></item><item><title>Touch target size</title><link>https://specification.website/spec/accessibility/touch-target-size/</link><guid isPermaLink="true">https://specification.website/spec/accessibility/touch-target-size/</guid><description>Interactive controls must be large enough to tap or click reliably. WCAG 2.2 sets a 24×24 CSS px minimum, with 44×44 CSS px as the enhanced target.</description><pubDate>Fri, 29 May 2026 00:00:00 GMT</pubDate><category>accessibility</category><category>required</category></item><item><title>/.well-known/traffic-advice</title><link>https://specification.website/spec/well-known/traffic-advice/</link><guid isPermaLink="true">https://specification.website/spec/well-known/traffic-advice/</guid><description>A JSON file that tells private prefetch proxies — most notably Chrome&apos;s — whether to send prefetch traffic to your origin, and at what fraction. Optional opt-out / throttle mechanism, provisionally registered with IANA.</description><pubDate>Fri, 29 May 2026 00:00:00 GMT</pubDate><category>well-known</category><category>optional</category></item><item><title>URL structure</title><link>https://specification.website/spec/seo/url-structure/</link><guid isPermaLink="true">https://specification.website/spec/seo/url-structure/</guid><description>URLs are the most stable identifier on the web. Keep them lowercase, hyphenated, descriptive, and shallow. Treat them as a public API for your content.</description><pubDate>Fri, 29 May 2026 00:00:00 GMT</pubDate><category>seo</category><category>recommended</category></item><item><title>View Transitions</title><link>https://specification.website/spec/performance/view-transitions/</link><guid isPermaLink="true">https://specification.website/spec/performance/view-transitions/</guid><description>Animate between states (same-document) or between pages (cross-document) with a single CSS opt-in. Replaces ad-hoc SPA animation libraries with a platform primitive.</description><pubDate>Fri, 29 May 2026 00:00:00 GMT</pubDate><category>performance</category><category>recommended</category></item><item><title>Visibility-aware rendering</title><link>https://specification.website/spec/performance/visibility-aware-rendering/</link><guid isPermaLink="true">https://specification.website/spec/performance/visibility-aware-rendering/</guid><description>Use `content-visibility` with `contain-intrinsic-size` to skip layout and paint for off-screen content, and Intersection Observer to drive lazy behaviour, instead of scroll and resize listeners.</description><pubDate>Fri, 29 May 2026 00:00:00 GMT</pubDate><category>performance</category><category>recommended</category></item><item><title>Web Bot Auth — verifiable bot identity</title><link>https://specification.website/spec/agent-readiness/web-bot-auth/</link><guid isPermaLink="true">https://specification.website/spec/agent-readiness/web-bot-auth/</guid><description>Web Bot Auth lets a bot prove who it is by signing each HTTP request with a key it controls. Sites can then allow or block specific bots without IP allow-lists, user-agent strings, or guesswork. Built on RFC 9421 HTTP Message Signatures.</description><pubDate>Fri, 29 May 2026 00:00:00 GMT</pubDate><category>agent-readiness</category><category>optional</category></item><item><title>/.well-known/webfinger</title><link>https://specification.website/spec/well-known/webfinger/</link><guid isPermaLink="true">https://specification.website/spec/well-known/webfinger/</guid><description>WebFinger (RFC 7033) resolves an account identifier such as acct:user@example.com to a set of links. The Fediverse uses it to discover ActivityPub actors.</description><pubDate>Fri, 29 May 2026 00:00:00 GMT</pubDate><category>well-known</category><category>optional</category></item><item><title>WebMCP — browser-native tools for agents</title><link>https://specification.website/spec/agent-readiness/webmcp/</link><guid isPermaLink="true">https://specification.website/spec/agent-readiness/webmcp/</guid><description>WebMCP lets a page register tools that an in-browser AI agent can call directly, using a `navigator.modelContext` JavaScript API. It turns a site into an agent surface without server-side MCP plumbing.</description><pubDate>Fri, 29 May 2026 00:00:00 GMT</pubDate><category>agent-readiness</category><category>optional</category></item><item><title>Well-known URIs</title><link>https://specification.website/spec/well-known/well-known-overview/</link><guid isPermaLink="true">https://specification.website/spec/well-known/well-known-overview/</guid><description>The /.well-known/ path prefix is a standardised place to publish site-level metadata. RFC 8615 defines it; IANA keeps the registry of allowed names.</description><pubDate>Fri, 29 May 2026 00:00:00 GMT</pubDate><category>well-known</category><category>recommended</category></item><item><title>X-Content-Type-Options: nosniff</title><link>https://specification.website/spec/security/x-content-type-options/</link><guid isPermaLink="true">https://specification.website/spec/security/x-content-type-options/</guid><description>The nosniff header stops browsers from guessing a response&apos;s content type. It blocks a class of attacks where a benign-looking file is interpreted as script or stylesheet.</description><pubDate>Fri, 29 May 2026 00:00:00 GMT</pubDate><category>security</category><category>required</category></item><item><title>XML sitemaps</title><link>https://specification.website/spec/seo/xml-sitemaps/</link><guid isPermaLink="true">https://specification.website/spec/seo/xml-sitemaps/</guid><description>An XML file listing the canonical URLs of a site, with optional metadata about when each was last changed. The fastest way to tell a search engine what exists.</description><pubDate>Fri, 29 May 2026 00:00:00 GMT</pubDate><category>seo</category><category>recommended</category></item></channel></rss>