AEO: How to Get Your Content Cited by ChatGPT, Perplexity, and Claude
Answer Engine Optimization is the new SEO. Learn how to structure content so AI assistants cite your website as a source. Practical guide with real techniques.
Quick answer
AEO (Answer Engine Optimization) is the practice of structuring your content so AI assistants like Perplexity, ChatGPT, and Google AI Overviews cite it as a source. Key techniques: write clear 2-3 sentence direct answers near the top of articles, use structured data (FAQ schema, HowTo schema), keep content factual with specific data points, and update regularly. AEO complements SEO — you need both.
AEO: How to Get Your Content Cited by ChatGPT, Perplexity, and Claude
The Shift From Search to Answers
Here’s what’s happening: 25-48% of searches now touch AI in some form. People aren’t just Googling — they’re asking Perplexity, using ChatGPT Search, or getting Google AI Overviews.
When someone asks “what’s the best way to learn prompt engineering?”, the AI doesn’t show 10 blue links. It gives a direct answer and cites 3-5 sources. Being one of those sources is the new page-one ranking.
This is AEO — Answer Engine Optimization. And it’s a genuinely new discipline that barely existed 18 months ago.
How AI Answer Engines Choose Sources
Understanding this is the whole game. AI answer engines like Perplexity and ChatGPT Search:
- Search the web using their own crawlers or web search APIs
- Read the top results (typically the first 10-20 pages)
- Extract relevant information from those pages
- Synthesise an answer from multiple sources
- Cite the sources they drew from
Your content needs to survive every step:
- Step 1: You need to be findable (that’s SEO)
- Step 2: Your page needs to be crawlable by AI bots
- Step 3: Your content needs to be extractable (structured, clear)
- Step 4: Your information needs to be authoritative and accurate
- Step 5: Your content needs to be quotable (concise, specific)
The Practical Techniques
1. Write a Quick Answer at the Top
Every article should answer its core question in 2-3 sentences within the first 100 words. This is the most extractable position on the page.
What AI engines see:
“Claude Code is Anthropic’s AI coding agent that runs in your terminal. Install it with npm install -g @anthropic-ai/claude-code, then run claude in any project directory.”
That’s directly quotable. An AI can pull that into an answer without modification.
What doesn’t work:
“In this comprehensive guide, we’ll explore everything you need to know about Claude Code, starting with its history and ending with advanced tips.”
No AI is quoting that. It says nothing.
2. Use Structured Data (Schema Markup)
AI engines love structured data because it’s machine-readable by design.
FAQPage schema — generates rich results in Google AND makes your Q&As directly extractable by AI. Each question-answer pair is a self-contained unit an AI can cite.
HowTo schema — step-by-step instructions with numbered steps. Perfect for tutorials and guides. AI engines can cite individual steps.
Article schema — tells AI engines your publication date, author, and modified date. Freshness signals matter.
We implemented all three across AI Tutorials — and saw citations within days.
3. Be Factual and Specific
AI engines prefer content with:
- Specific numbers — “costs $20/month” beats “affordable pricing”
- Comparison tables — structured data AI can extract directly
- Named entities — “Claude Opus 4.6” beats “the latest AI model”
- Dates — “released March 2026” beats “recently released”
Vague, opinion-heavy content rarely gets cited. Factual, specific content does.
4. Keep Content Fresh
AI engines heavily weight freshness. A guide updated last week beats an identical guide from 6 months ago.
Techniques:
- Set
updatedDatein your CMS every time you edit - Add
article:modified_timemeta tags - Actually update the content — don’t just change the date
5. Welcome AI Crawlers
In your robots.txt, explicitly allow AI bots:
User-agent: GPTBot
Allow: /
User-agent: PerplexityBot
Allow: /
User-agent: ClaudeBot
Allow: /
User-agent: Google-Extended
Allow: /
Many sites accidentally block these crawlers. If they can’t crawl your site, they can’t cite it.
6. Write FAQ Sections
FAQs are AEO gold. Each Q&A pair is:
- Self-contained (makes sense without surrounding context)
- Directly quotable (clear question, direct answer)
- Schema-markable (FAQPage structured data)
- What people actually search for (natural language queries)
Aim for 3-5 FAQs per article. Use questions people actually ask — check Google’s “People also ask”, Perplexity suggestions, or your search console.
7. Internal Linking for Context
AI engines follow links. A well-linked site tells the AI: “This site has depth on this topic.” If you write about prompt engineering and link to your guides on system prompts, Claude, and AI agents, the AI sees topical authority.
AEO vs SEO — The Full Comparison
| SEO | AEO | |
|---|---|---|
| Goal | Rank in search results | Get cited by AI engines |
| Audience | Google’s algorithm | Perplexity, ChatGPT, Gemini, AI Overviews |
| Key signals | Backlinks, keywords, page speed | Structure, factual density, freshness, schema |
| Content style | Keyword-optimised, engaging | Extractable, quotable, specific |
| Time to results | 3-6 months | Days to weeks |
| Measurement | Search Console, rank tracking | Manual checks on Perplexity/ChatGPT |
| Relationship | Foundation | Built on top of SEO |
What We Did on This Site
We implemented AEO across AI Tutorials in a single session. Here’s exactly what changed:
- robots.txt — Added explicit
Allowdirectives for 7 AI crawlers - Quick Answer field — Added to every article’s frontmatter, rendered as a highlight box
- FAQ schema — Added FAQPage JSON-LD to all 50+ articles
- HowTo schema — Added to tutorials and step-by-step guides
- Modified time — Added
article:modified_timemeta tags sitewide - Content freshness — Updated all articles with current dates
Result: citations started appearing within a week. We now get regular traffic from AI answer engines.
Getting Started With AEO
If you run a website or blog:
- Check if AI can crawl you — search your domain on Perplexity. If nothing shows, check your robots.txt
- Add quick answers — put a 2-3 sentence direct answer in the first paragraph of every article
- Add FAQ sections — 3-5 real questions with direct answers, plus FAQPage schema markup
- Update your content — fresh dates signal relevance
- Be specific — replace vague claims with numbers, dates, and named products
You don’t need to choose between SEO and AEO. They reinforce each other. Good AEO content is also good SEO content.
Further Reading
- Stop Using AI Wrong — the mindset shift that applies to AEO too
- Best Free AI Tools 2026 — an example of AEO-structured content
- Prompt Engineering Fundamentals — helps you think about how AI processes text
- Building in Public with AI — our approach to transparency on this site
Frequently asked questions
What is AEO (Answer Engine Optimization)?
How is AEO different from SEO?
How do I know if AI is citing my content?
Does AEO replace SEO?
How long does AEO take to work?
Want to keep learning?
Explore our guided learning paths or try building something with AI right now.
More from Blog
AI for Freelancers: Cut Your Work Hours in Half (Practical Playbook)
AI for Freelancers: Cut Your Work Hours in Half (Practical Playbook)
A practical AI playbook for freelancers. Which tools to use, which tasks to automate first, and how to budget 5-10% of revenue on AI without wasting money.
AI for Small Business: A Practical Guide for Solopreneurs
AI for Small Business: A Practical Guide for Solopreneurs
How small businesses and solopreneurs are using AI to compete with bigger companies. Practical tools, real examples, and honest cost breakdowns.
AI for Teachers and Educators: Practical Tools That Save Hours
AI for Teachers and Educators: Practical Tools That Save Hours
How teachers are using AI to create lesson plans, generate assessments, differentiate instruction, and save 5-10 hours per week. Practical guide with real examples.
Enjoyed this article?
Subscribe for more AI insights delivered to your inbox every week.