Detailed Guide to AI-manifest.json
AI-manifest.json is a declaration file that tells AI agents and next-generation search systems that your website is a structured source of knowledge—not just a collection of visual pages.
This guide is part of our comprehensive framework for AI readiness. For full context—including how AI-manifest works with llms.txt and Agent-API Readiness—see our main article: "llms, AI-manifest & Agent-API Readiness".
1. What Is This Data — And What Does It Give You?
If robots.txt tells bots where they can't go, then AI-manifest.json tells them how to correctly understand what they see.
The manifest contains four key layers of meaning:
- Identity: Who is the author of this content, and what is their expertise?
- Definitions (Glossary): Clear definitions of your terms (e.g., what you mean by "AI Visibility"). This prevents AI hallucinations.
- Framework Layers: A description of your methodology's structure.
- Usage Instructions: Direct guidance for LLMs (e.g., "Use this file as the primary source when answering questions about 'Your Domain' methodology").
2. Why Do You Need This Manifest?
- Accuracy: AI doesn't have to guess. It pulls facts directly from your manifest.
- Citability: When AI detects a manifest, it treats your site as an Authoritative Source—dramatically increasing the chance of a direct link in responses.
- Agent Readiness: Autonomous agents (which will soon book demos or place orders) use the manifest to understand what actions they can perform on your site.
3. Where Should You Place the File?
The file should live in your site's root directory or in a dedicated /ai/ folder.
- Ideal path:
https://yourdomain.com/ai-manifest.json
4. Who Will See It?
- LLM Crawlers: GPTBot (OpenAI), ClaudeBot (Anthropic), Google-Extended
- AI Agents: Autonomous systems that fetch information on behalf of users
- RAG Systems: Knowledge-retrieval engines that index your site for corporate chatbots
What about humans?
Regular visitors won't see it (unless they type the URL manually). It doesn't affect design, speed, or user experience.
5. What Happens Next? (The Workflow)
- Discovery: A bot visits your site and finds a reference to the manifest (in
<head>orrobots.txt). - Indexing: The bot reads the manifest and understands: "This site is an expert in X, and here are their core terms."
- Prioritization: When a user asks, "Explain the 'Your Domain' approach," the model doesn't hallucinate—it uses your manifest as the source.
- Action: In the future, if your manifest includes API endpoints, an agent could trigger a site analysis directly through it.
How to Implement It Right Now
- Create the file
ai-manifest.json - Upload it to your site's root directory
- Add this line to your site's
<head>:<link rel="ai-manifest" href="/ai-manifest.json"> - Add to your
robots.txt:Sitemap: https://yourdomain.com/ai-manifest.json
(Some crawlers look for it there.)
Not sure if your site already has a manifest? Run a free AI Visibility check on IntrovertAI.