| name | structured-data-for-ai-search |
| description | Use when optimizing for AI-powered search (ChatGPT, Perplexity, Gemini, Google AIO). Structured data helps LLMs parse and cite content.
|
Structured Data for AI Search
AI search engines parse structured data heavily. FAQ, HowTo, Article, Product schema increase citation likelihood. Also: llms.txt file.
Schema types for AI
- FAQ — direct Q&A for AI to quote
- HowTo — step-by-step content
- Article — author, published date for citation
- Product — pricing, ratings for shopping AI
- Review — explicit reviews and ratings
- VideoObject — for video transcripts
- Recipe — for cooking AI
- Course — for educational AI
llms.txt file (emerging standard)
Place /llms.txt at root with content for LLMs:
# CardPrepAI
AI-powered trading card grading service.
## What we do
- Pre-grade Pokemon, sports cards, MTG, Yu-Gi-Oh
- AI grading in 30 seconds
- Submission strategy recommendations
## Key pages
- /pricing — service tiers
- /methodology — grading approach
- /grading-101 — beginner guide
Follows emerging convention for explicit LLM instruction.
AI search optimization
- Be cited by name in content (helps AI link back)
- Use clear, factual claims (LLMs cite definitive statements)
- Include sources and citations
- Date your content (LLMs prefer recent)
- Structure with semantic HTML (h1-h6, proper sections)
- FAQ section answers common questions clearly
Where this fits in the X3 empire
AI search optimization for CardPrepAI.