AI, agents, and other robots frequently get domain details wrong. The AI Domain Data Standard fixes this by letting domains publish a canonical JSON profile at /.well-known/domain-profile.json that AI tools read directly.
The standard is intentionally minimal (name, description, website, contact, plus optional fields) and works with any domain type. All tooling is open source (MIT) and self-hosted by design.
We've just completed the full tooling suite:
PLATFORM INTEGRATIONS: - WordPress: https://wordpress.org/plugins/ai-domain-data/ - Jekyll: https://rubygems.org/gems/jekyll-ai-domain-data - Next.js: npm install @ai-domain-data/nextjs - Cloudflare Worker: https://github.com/ai-domain-data/cloudflare-worker-ai-domai...
DEVELOPER TOOLS: - CLI: npm install -g @ai-domain-data/cli - GitHub Action: https://github.com/ai-domain-data/ai-domain-data-validate-ac... - Resolver SDK: TypeScript/Node.js for programmatic access
WEB TOOLS: - Generator: https://ai-domain-data.org/generator - Checker: https://ai-domain-data.org/checker
The standard is intentionally minimal (name, description, website, contact, plus optional fields) and works with any domain type. All tooling is open source (MIT) and self-hosted by design.
Spec: https://ai-domain-data.org/spec/v0.1 GitHub: https://github.com/ai-domain-data/spec
What platforms should we support next?