Quick Start
Complete implementation guide. Everything you need so AI crawlers can find your site and discover the network.
What you'll create:
Structured data on your pages
The bridge + footer link
AI-optimized summary (optional)
Submit and get discovered
Let AI Generate Everything
Use these prompts with ChatGPT, Claude, or any AI assistant. Each one points the AI to the actual spec so it knows exactly what to build.
Pro tip: For best results, paste your About page or Services page content into the chat alongside the prompt. The more context the AI has, the better your structured data will be.
Already generated your files with AI? Use the sections below to verify everything is correct. Prefer to do it manually? Follow along step by step.
Add Schema.org JSON-LD to your pages
Structured data that crawlers see when they land on your site
Schema.org is the established web standard for structured data. Google uses it. Bing uses it. AI crawlers use it. This is the foundation — if you do nothing else, do this.
Add this JSON-LD script to your homepage <head> (and ideally all key pages):
Change LocalBusiness to the appropriate Schema.org type for your business:
LocalBusiness— brick-and-mortar with physical locationOrganization— general business/companyProfessionalService— lawyers, accountants, consultantsRestaurant,Dentist,RealEstateAgent— specific verticals
Test your markup: Use Google's Schema Validator to check your JSON-LD. Paste your code and verify there are no errors.
The potentialAction pointing to your AI Discovery Page creates a crawlable path: homepage → ADP → llmdisco.com → entire network.
Future-proofing with an AI subdomain: For maximum AI readability, create ai.yoursite.com that mirrors your content with enhanced Schema.org markup. This is Level 2+ territory — not required for Quick Start, but worth planning for. See the AI Subdomain Guide when you're ready.
Create your AI Discovery Page
The bridge that connects your site to the network
This is the critical piece that makes the network work. The AI Discovery Page (ADP) is an HTML page on your site that:
- Tells crawlers where your AI layer lives
- Links to your structured data files
- Links to the LLM Disco Network — so crawlers can discover all other member sites
When a crawler hits your ADP, it follows the link to llmdisco.com, finds the master sitemap, and discovers every site in the network. This is how "find one, discover all" works.
Create a page at /ai-discovery on your site with this content:
The key links: Make sure your ADP links to llmdisco.com and llmdisco.com/sitemap.xml. These are what connect your site to the network and let crawlers discover everyone else.
Your ADP should be accessible at: https://yoursite.com/ai-discovery
Add the footer link
Add a link to your AI Discovery Page in your site's footer. Because it appears on every page, search engines are more likely to discover and index your ADP.
Why does this matter? Many AI systems currently find content through search engines, not direct crawling. When someone asks Claude or ChatGPT about a topic, those systems often use Bing or Google to find relevant pages. A footer link on every page maximizes the chance your ADP gets indexed — and found.
LLM-LD is designed to maximize your visibility across all AI systems — LLMs, agents, crawlers, and whatever comes next. Some crawl directly. Some use search. Some pull from training data. The footer link, combined with everything else, covers all the bases.
The link text must be exactly:
Example HTML for your footer:
Exact match required. The network checks for this link automatically during verification. The emoji and text must match exactly: 🤖 AI-Optimized Website. Variations like "AI Optimized" (no hyphen) or "AI-Ready Website" won't pass.
Create your llm-index.json Optional but Recommended
An AI-optimized summary of your business
The llm-index.json is a dedicated file that gives AI systems everything they need in one place — optimized specifically for how LLMs process information. It complements your Schema.org markup with AI-friendly summaries and explicit action prompts.
Why add this if you already have Schema.org?
- Schema.org is designed for search engines — llm-index.json is designed for AI
- It includes fields like
one_linerandkey_factsthat give AI perfect context - It explicitly tells AI what actions to recommend (book, buy, contact, etc.)
- It's at a well-known path that AI systems can check automatically
Create a file called llm-index.json:
Action types: schedule, purchase, contact, signup, download, learn. Pick the one that matches what you want AI to recommend.
Where to put it
Upload this file to your website at the well-known path:
The final URL should be: https://yoursite.com/.well-known/llm-index.json
Keep them in sync: Your llm-index.json contact details, hours, and business description should match your Schema.org markup. They're two formats describing the same business — inconsistent data confuses AI systems.
Join the network
Submit your site and get discovered
You've built everything. Now connect it to the discovery infrastructure.
- Go to llmdisco.com
- Click "Submit Site"
- Enter your URL
- The network verifies your ADP, footer link, and structured data
- You're added to the master sitemap
That's it. No approval process for compliant sites. Free forever.
What you get:
- ✓ Your site in the master sitemap that AI crawlers check
- ✓ Verification that your implementation is correct
- ✓ Listing in the public network directory
- ✓ Discovery when crawlers hit any other member site
Final checklist:
- □ Schema.org JSON-LD in your homepage
<head> - □ AI Discovery Page live at
/ai-discovery - □ ADP links to llmdisco.com and llmdisco.com/sitemap.xml
- □ Footer link:
🤖 AI-Optimized Website→/ai-discovery - □ (Optional)
llm-index.jsonat/.well-known/llm-index.json - □ Site submitted at llmdisco.com
You're AI-ready
Your site is now discoverable by AI systems
Here's what happens now:
- AI crawlers discover the LLM Disco Network (through any member site's ADP)
- They find the master sitemap containing your site
- They crawl your ADP and follow links to your structured data
- They read your Schema.org markup and understand your business
- When someone asks an AI about your industry, location, or services — you're in the running
You've implemented Level 1 conformance — everything needed for discovery and basic understanding. This is enough to start getting value from AI search.
Want to go further? Level 2 adds an AI subdomain with enhanced markup, entity files, and knowledge graphs. Level 3 adds real-time APIs for AI agents. But Level 1 is where everyone starts — and it works.
Go deeper
Learn about the three-layer architecture, or explore advanced implementations.