Conformance Levels
Checklists for Level 1 (Crawl-Ready), Level 2 (Ingest-Ready), and Level 3 (Agent-Ready). Know exactly where you are and what to add next.
What are conformance levels?
LLM-LD defines three conformance levels that describe how AI-ready your implementation is. Each level builds on the previous one, adding more capabilities for AI systems to discover, understand, and interact with your business.
Conformance levels aren't about perfection — they're about progress. Start at Level 1, then add capabilities as you need them.
Think of conformance levels like certification tiers. Level 1 means AI can find and read your content. Level 2 means AI can deeply understand your business entities and relationships. Level 3 means AI agents can take actions on your behalf.
The foundation. Your site has structured data that AI can parse, and you've set up the basic discovery mechanisms. This is the minimum for AI systems to understand what your business is.
/ai-discovery Requiredrobots.txt configuration Required🤖 AI-Optimized Website Required/ai-discovery — helps search engines index your ADP so AI systems can find itai.yoursite.com) OptionalBeyond basic discovery. You've defined your business entities, their relationships, and provided a central index file. AI systems can now build a complete mental model of your business without crawling every page.
entities.json file Requiredllm-index.json file Required/.well-known/llm-index.json with your business summary, actions, and pointers to other resourcesknowledge-graph.json file RequiredThe full implementation. Your site is not just readable — it's actionable. AI agents like Manus, OpenClaw, and others can book appointments, make reservations, request quotes, or complete purchases on behalf of users.
llm-index.json Requiredllms.txt manifest OptionalQuick comparison
| Capability | Level 1 | Level 2 | Level 3 |
|---|---|---|---|
| Schema.org on pages | ✓ | ✓ | ✓ |
| AI Discovery Page | ✓ | ✓ | ✓ |
| Footer link | ✓ | ✓ | ✓ |
| LLM Disco Network listing | ✓ | ✓ | ✓ |
| entities.json | — | ✓ | ✓ |
| llm-index.json | — | ✓ | ✓ |
| Knowledge graph | — | ✓ | ✓ |
| Specialized feeds (products, FAQs, etc.) | — | Optional | Optional |
| Defined actions | — | — | ✓ |
| Agent-accessible endpoints | — | — | ✓ |
Which level should you target?
Start with Level 1. It takes 15-20 minutes and gives you immediate benefits. Then decide based on your goals:
- Local businesses — Level 1 is often enough. Level 2 if you have multiple services or team members you want AI to know about.
- SaaS companies — Level 2 to fully describe your product and features. Level 3 if you want AI to drive signups.
- E-commerce — Level 2 minimum for product understanding. Level 3 to enable AI-driven purchases.
- Service businesses — Level 3 to let AI agents book appointments or request quotes.
Start now: Don't wait for perfection. Level 1 today beats Level 3 "someday." You can always add more later.
Ready to get started?
Follow the Quick Start guide to reach Level 1 in about 15 minutes.