Blog
AEO: The New SEO. How to Rank in ChatGPT and Perplexity in 2026
April 9, 2026 · 8 min read
Google still matters. But in 2026, a growing slice of your potential customers are getting their answers from ChatGPT, Perplexity, Claude, and Gemini — and never clicking a single search result.
The question isn't whether AI-powered answer engines are replacing traditional search. They are. Gartner projected a 25% decline in traditional search volume by 2026, and early data suggests they weren't wrong. The question is whether your business shows up when someone asks an AI "who's the best plumber in Denver" or "what's the best project management tool for small teams."
If you're not optimizing for answer engines, you're optimizing for a shrinking channel. Here's what AEO is, how it works, and what to do about it right now.
What Is Answer Engine Optimization?
AEO is the practice of structuring your website's content so that AI models — ChatGPT, Perplexity, Claude, Gemini, and whatever launches next quarter — select your site as a source when generating answers.
Traditional SEO optimizes for Google's ranking algorithm: keywords, backlinks, page speed, domain authority. AEO optimizes for a fundamentally different system: large language models that read, evaluate, and cite web content when answering questions.
The distinction matters because the selection criteria are different. Google ranks pages. AI models choose sources. A page can rank #1 on Google and never get cited by an AI. A page can be buried on page 3 of Google and get cited by Perplexity every day because it directly answers a specific question with authoritative, well-structured content.
How AI Models Choose Sources
This is the part most SEO agencies haven't figured out yet — partly because the models are opaque, and partly because understanding it would make their existing services obsolete.
Based on public documentation from Perplexity, OpenAI's browsing behavior research, and testing across thousands of queries, AI models prioritize sources based on:
1. Direct, Concise Answers
AI models prefer content that directly answers a question in the first 1-2 sentences after a heading, then provides supporting detail. If your content buries the answer under 500 words of preamble, the model skips to a source that leads with the answer.
2. Structured Content
H2 headings that match common questions, followed by clear paragraph answers. FAQ sections with proper HTML structure. Definition lists. Comparison tables. The model is parsing your HTML structure, not just your text. Content that's organized like a reference document gets cited more than content organized like a blog essay.
3. Authoritative Signals
The model evaluates whether the source is credible. Signals include: citations to primary data, author credentials, domain authority (yes, this still matters), consistent publishing on the topic, and whether other authoritative sources reference the same content.
4. Freshness
AI models with browsing capabilities (Perplexity, ChatGPT with web access) prefer recent content for time-sensitive queries. A 2024 article about "best CRM for small business" will be passed over in favor of a 2026 article with current pricing and features.
5. Machine-Readable Metadata
This is the technical layer. Schema markup (JSON-LD), OpenGraph tags, meta descriptions, and a newer standard called llms.txt all help AI models understand what your content is about and whether it's relevant to a specific query.
What Is llms.txt?
llms.txt is a proposed standard — similar in concept to robots.txt — that tells AI models how to interact with your site. It sits at the root of your domain (e.g., yoursite.com/llms.txt) and provides:
- A plain-text summary of what your site is about
- Which pages are most authoritative on which topics
- How to cite your content
- What content is available for AI consumption
Think of it as a cover letter to every AI model that crawls your site. Without it, the model has to figure out your site's purpose and authority from context alone. With it, you're giving the model a structured briefing.
As of early 2026, llms.txt adoption is still early — most sites don't have one. That's the opportunity. Being early to a standard that AI models are beginning to respect gives you a structural advantage over competitors who haven't heard of it.
Here's a minimal example:
# Your Business Name
> Brief description of what your business does and who it serves.
## Docs
- [Service Page](https://yoursite.com/services): Description of your core services
- [About](https://yoursite.com/about): Company background and credentials
- [Blog](https://yoursite.com/blog): Published articles on [your topic area]
## Contact
- Location: City, State
- Phone: (555) 123-4567
Chapter 5 of The $20 Dollar Agency includes a full llms.txt template for every business type.
5 Things to Do Right Now
1. Add Structured FAQ Sections to Your Key Pages
Take your top 5-10 service or product pages and add an FAQ section at the bottom. Each question should be a real question your customers ask — not keyword-stuffed variations. Use <h3> tags for questions and plain paragraphs for answers.
Format the answer to lead with a direct, 1-2 sentence response, followed by supporting detail. This mirrors how AI models extract and present information.
Mark up the FAQ section with FAQ schema (JSON-LD). This serves double duty: Google may show it as a rich result, and AI models use the structured data to identify Q&A pairs.
{
"@context": "https://schema.org",
"@type": "FAQPage",
"mainEntity": [{
"@type": "Question",
"name": "How much does [your service] cost?",
"acceptedAnswer": {
"@type": "Answer",
"text": "Direct answer here. Then supporting detail."
}
}]
}
2. Create an llms.txt File
Follow the format above. Place it at your domain root. Update it quarterly as you add content. This takes 20 minutes and puts you ahead of 95% of small business websites.
3. Add Entity Markup (LocalBusiness or Organization Schema)
AI models need to understand what your business is, where it operates, and what it's authoritative about. LocalBusiness schema tells them:
{
"@context": "https://schema.org",
"@type": "LocalBusiness",
"name": "Your Business Name",
"description": "What you do, concisely",
"address": { ... },
"telephone": "...",
"url": "...",
"sameAs": ["social media URLs"],
"areaServed": "City, State",
"priceRange": "$$"
}
This is the same schema that helps Google Business Profile, but it also feeds AI models that are evaluating whether to cite you as a local authority.
4. Build Authoritative Citation Chains
When you make a claim in your content, cite a source. When you state a statistic, link to the primary data. This isn't just good writing — it's an authority signal that AI models weight heavily.
Pages that cite Census Bureau data, industry reports, peer-reviewed research, or government databases get treated as more authoritative than pages that make claims without evidence. The model is evaluating not just what you say, but whether what you say is backed up.
For small businesses, this means: reference your certifications, link to your licenses, cite industry statistics from trade associations, and reference manufacturer specifications. Every verifiable claim strengthens your authority signal.
5. Structure Content as Direct Answers in H2 + Paragraph Format
This is the highest-impact structural change. For every topic page on your site, use this pattern:
H2: The question or topic (e.g., "How Long Does a Roof Replacement Take?")
First paragraph: The direct answer (e.g., "A typical residential roof replacement takes 1-3 days for asphalt shingles and 3-7 days for tile or metal.")
Following paragraphs: Supporting detail, exceptions, and context.
This structure is exactly what AI models parse when deciding whether your content answers a specific query. The H2 acts as a topic marker, and the first paragraph after it is the candidate answer. If that first paragraph is a direct, factual response, you're far more likely to be cited than a competitor whose content buries the answer in paragraph four of a meandering narrative.
AEO vs SEO: Not a Replacement, a Layer
You still need traditional SEO. Google still drives the majority of web traffic. But the trajectory is clear: AI answer engines are growing, traditional search is flattening, and the businesses that get cited by AI models today will own the next wave of discovery.
The good news is that most AEO best practices also improve your traditional SEO. Structured content, FAQ schema, authoritative citations, and clear answers are things Google has been rewarding for years. AEO just makes them mandatory instead of optional.
The bad news — for agencies charging $3,000/month — is that none of this requires an agency. A business owner with a $20/month AI subscription and a Saturday afternoon can implement every item on this list. Chapter 5 of The $20 Dollar Agency walks through each step with screenshots and templates.
Don't wait for your agency to figure this out. They're still writing blog posts for Google. The answer engines are already reading your site — or your competitor's.
Start with The $20 Dollar Agency and build the marketing machine that works for search engines and answer engines. When you're ready to scale across multiple sites, The $100 Network shows you how.