Concepts
What is Answer Engine Optimization (AEO)?
AEO is about whether ChatGPT, Perplexity, and Gemini can actually find your page. Here's what it measures and why it matters more than SEO now.
Last updated April 9, 2026
Answer Engine Optimization (AEO) is the discipline of making your content discoverable by answer engines — ChatGPT, Perplexity, Google's AI Overviews, Gemini, and the next wave of tools that return answers instead of links. It's not a replacement for SEO. It's an extension of SEO for a web where the user never sees your page because an LLM summarized it for them.
Why it matters
By most estimates, 30–40% of informational queries now start in an answer engine rather than a classic search engine. When someone asks ChatGPT "what's the best tool for X," the model picks a handful of pages, synthesizes them into an answer, and cites the sources. If your page isn't one of the sources, the user never sees your brand — and increasingly, they never click through either.
Classic SEO tools like Ahrefs, Semrush, and Screaming Frog measure Googlebot visibility. They are very good at what they do. But they don't measure whether Perplexity can parse your FAQ into structured Q&A, whether ChatGPT's crawler is even allowed on your site, or whether Google's AI Overview will cite your page as a source. Those are all AEO signals, and they require a different audit.
What AEO actually checks
AEO is about findability and parseability. It answers two questions: "can an AI search engine crawl this page at all?" and "if it does, can it understand what the page is about?"
The specific signals VistaCite measures:
- AI crawler access in robots.txt. GPTBot (OpenAI), ClaudeBot (Anthropic), PerplexityBot (Perplexity), OAI-SearchBot, and Google-Extended all need to be explicitly allowed. Many sites block them by default, especially after the 2024 wave of "block the AI scrapers" advice.
- Organization JSON-LD with
sameAslinks. Entity disambiguation is how LLMs recognize who a page is about. Without it, they guess. - Article JSON-LD with datePublished + dateModified. Answer engines weight recency heavily. An undated page reads to them as "might be five years old — skip it."
- FAQPage JSON-LD when the page has Q&A content. Perplexity and Google AI Overview directly surface FAQ schema in their answers.
- Question-framed H2 headings (e.g., "How does X work?"). LLM retrieval is literally trained on question-answer pairs — matching that structure boosts the probability you're cited.
- Direct-answer paragraphs immediately after each question heading. A heading followed by three paragraphs of fluff doesn't read as a direct answer.
- Visible author byline (E-E-A-T). Answer engines prefer content with identifiable, accountable authors.
- Visible "Last updated" date on the page. Agrees with the schema's
dateModified. - Title tag framed as a claim or question, not just a topic. "Solar panels" is a topic; "Do solar panels work in winter?" is a query a real user would ask an LLM.
- Chunk length between headings of 80–220 words. Too short and the chunk lacks context; too long and retrieval systems can't ingest it cleanly.
What AEO doesn't measure
AEO isn't about content quality in a subjective sense. It doesn't grade your writing or your expertise. It's purely mechanical: can the crawler get in, can the parser understand what it reads, does the page have the structured signals that answer engines use for ranking.
If your AEO score is high but nobody cites you, the problem is probably:
- Your brand isn't in the LLM's training data yet (check the Crystal Ball)
- You don't have authoritative backlinks from sites the training data does include
- You're competing in a niche where the top 3 sources already dominate the answer
Those are off-page problems VistaCite can't fix. But AEO is the floor — if you fail the basic findability and parseability checks, none of the off-page work matters, because the engine can't even read you.
Related
- What is Generative Engine Optimization (GEO)? — the companion discipline for being quoted, not just found
- How to improve your AI search visibility — the prioritized playbook
- What is the Crystal Ball feature?