The ai. Web Standard

A proposal for serving AI-optimized web content via dedicated ai. subdomains, analogous to how www. became the convention for human-facing content.

Problem

AI agents consume web content but websites are designed for humans. This causes:

Solution

Serve parallel AI-optimized versions of web content under the ai. subdomain. AI pages contain the same factual information as human pages but use:

Implementation

DNS

Add a CNAME record for ai.yourdomain.com pointing to the same server.

Human Page Meta Tags (Required)

Tag Level Purpose
<meta name="ai-content" content="[AI URL]"> MUST URL of the AI-optimized version
<meta name="ai-description" content="..."> SHOULD Description for AI agents about the AI version
<link rel="alternate" href="[AI URL]"> SHOULD Standard alternate link to AI version

AI Page Meta Tags (Required)

Tag Level Purpose
<meta name="ai-optimized" content="true"> MUST Identifies page as AI-optimized
<meta name="ai-standard-version" content="1.0"> MUST Spec version the page conforms to
<meta name="ai-format" content="structured-html"> SHOULD Content format (structured-html, markdown, or json)
<link rel="canonical" href="[human URL]"> MUST Points to human page (prevents SEO duplicate)

Content Rules

AI Pages Must Include

AI Pages Must Not Include

Token Efficiency Example

Version Size Content
Human page (pricing) ~15 KB CSS, JS, nav, footer, animations, marketing copy
AI page (pricing) ~200 bytes Semantic HTML table with same factual data

75x smaller. Same information.

Specification

Full formal specification: The ai. Subdomain Standard — Draft Specification v1.0