Skip to content

Quick Reference Fresh

Fast-access reference for LLM-LD file structures, schemas, and troubleshooting.

Reference Sections

SectionWhat's in it
File Structures and SchemasFile paths, JSON schemas, llm-index.json properties, robots.txt templates
TroubleshootingCommon issues, verification failures, conformance checklist

The Three Files

Every LLM-LD implementation uses these files:

FileLocationPurpose
llm-index.json/.well-known/llm-index.jsonComplete AI-readable index of your site
ai-discovery/ai-discoveryHTML bridge page connecting to the network
llms.txt/llms.txt (AI subdomain)Plain-text summary for inference-time AI

Conformance at a Glance

LevelNameRequirements
1Crawl-ReadySchema.org + AI Discovery Page + robots.txt + footer link
2Ingest-ReadyLevel 1 + llm-index.json + entities.json + knowledge-graph.json
3Agent-ReadyLevel 2 + defined actions + machine-accessible endpoints
html
<a href="/ai-discovery">🤖 AI-Optimized Website</a>

This exact text and emoji is required for network verification.

@context (Always Required)

json
{
  "@context": ["https://schema.org", "https://llmld.org/v1"],
  "@type": "llmld:AIWebsite"
}

LLM-LD is licensed under CC BY 4.0. Created by CAPXEL.