FAQ

Frequently Asked Questions About Agentic Engine Optimization

Every question we get about AEO — the basics, the technical files, the schema, and how to measure results.

Quick Answer: Below are 30+ questions covering AEO basics, AI crawlers, technical files (llms.txt, AGENTS.md, skill.md), schema markup, implementation, and measurement. Each answer is short enough to be cited directly by an AI agent.

AEO Basics

AEO is the discipline of structuring web content so AI agents — like ChatGPT, Perplexity, Claude, and Google AI Overviews — can confidently cite it as a source. AEO targets autonomous agents that synthesize answers, while traditional SEO targets search engines that rank documents.

SEO ranks documents in a search results page using signals like backlinks, keywords, and CTR. AEO earns citations inside AI-generated answers using signals like JSON-LD schema, llms.txt, AGENTS.md, question-style headings, and Direct Answer blocks.

Yes. SEO drives most organic traffic for most sites in 2025. AEO is additive — it captures the rapidly growing share of search behavior that happens inside AI agents. The best brands invest in both, weighted toward AEO for educational content and SEO for transactional pages.

Most sites see meaningful citation lift within 14 to 30 days of shipping a complete AEO foundation. AI crawlers update indexes more frequently than Google, so structural changes propagate quickly.

Both. The initial implementation is a one-time project. Maintenance is ongoing — content freshness, new schema types, expanding crawler permissions, and tracking citation behavior across engines all require ongoing attention.

Every business whose customers ask AI agents about their category. That includes SaaS, agencies, e-commerce, publishers, B2B vendors, local businesses, and service providers. If a prospect could ask ChatGPT "what is the best X for Y," your category needs AEO.

AI Crawlers & Bots

At minimum: GPTBot, ClaudeBot, Google-Extended, PerplexityBot, anthropic-ai, CCBot, Applebot-Extended, Bytespider, cohere-ai, and meta-externalagent. Mediapartners-Google should also be allowed if you run AdSense.

Most sites should allow all major AI crawlers. The exception is content you do not want training data for — in that case, blocking GPTBot, ClaudeBot, and Google-Extended is the standard approach. Blocking is not the same as opting out of citation, however.

Googlebot indexes your site for traditional Google Search and AI Overviews. Google-Extended controls whether Google can use your content for Bard (Gemini) training. Both are separate User-agent strings in robots.txt.

The major commercial crawlers (GPTBot, ClaudeBot, PerplexityBot, Google-Extended) publicly commit to honoring robots.txt directives. Smaller or scraping-focused bots may not — for those, additional protection at the WAF or rate limiter is recommended.

Frequency varies. ChatGPT/GPTBot crawls a typical mid-size site every 2 to 7 days. Perplexity refreshes its index more frequently for trending topics. Google-Extended runs on Google's standard crawl schedule.

Technical Files

llms.txt is a Markdown manifest at the root of your site (yoursite.com/llms.txt) that summarizes your brand, primary purpose, and key pages for AI agents. It is the AEO equivalent of robots.txt and sitemap.xml.

AGENTS.md is a deeper Markdown reference at the root of your site giving AI agents structural information: complete URL hierarchy, key entities, constraints (do-not-crawl paths), schema types implemented, and content freshness signals.

skill.md is a capability declaration file used primarily by SaaS and tool sites. It describes what your tool can do, who should use it, and the inputs and outputs an agent can expect when interacting with your service.

robots.txt is mandatory. llms.txt and AGENTS.md are highly recommended for any business site. skill.md is required only if you are a SaaS or tool that wants to be agent-callable. Together they form the complete AEO file stack.

llms.txt: plain text or Markdown, served as text/plain. AGENTS.md and skill.md: Markdown, served as text/markdown. robots.txt: plain text, served as text/plain. All must be at the webroot and publicly accessible.

Schema Markup

The five schema types every AEO-optimized site should publish: Organization (sitewide), WebSite with SearchAction (homepage), BreadcrumbList (every non-home page), FAQPage (every page with a Q&A section), and Article (blog posts).

JSON-LD. Always. Google publicly recommends it, and AI agents (GPTBot, ClaudeBot, PerplexityBot) all parse JSON-LD reliably. Microdata and RDFa still work but are harder to maintain.

Inside a script tag with type="application/ld+json", placed in the <head> section. Multiple schema blocks per page are allowed and recommended. Validate every block with Google Rich Results Test before deploying.

Yes. FAQPage schema mirrors a Q&A block visible on the page and AI agents disproportionately cite FAQ-marked answers because they map cleanly to user queries. Sites that add FAQPage schema to their top 10 pages see citation rates rise 60–80% on average within 60 days.

Schema that does not match visible page content. Google penalizes this and AI agents devalue it. Always ensure every schema property has a corresponding visible element on the page.

Implementation

A full AEO implementation for a mid-size site typically takes 7 to 14 days end-to-end: 2-3 days for content audit, 3-5 days for production code (llms.txt, AGENTS.md, schema, robots.txt), and 2-3 days for QA and deployment.

Yes — and we encourage it. Our Pro membership and free templates give your team everything they need. We exist for teams that want it done faster, don't have technical bandwidth, or want a second pair of eyes on a complex site.

Any platform that allows custom HTML in the <head> and root-level static files. We have shipped AEO foundations on WordPress, Webflow, Shopify, Ghost, custom PHP, custom Node, Next.js, and headless CMS setups.

No. AEO is additive. The signals that improve AEO (clean semantic HTML, schema, FAQ structure, fast loading) also improve SEO. We have never seen a properly-implemented AEO foundation reduce traditional SEO performance.

Often, yes — but lightly. The biggest content change is rewriting H2 and H3 headings as natural-language questions and adding a Direct Answer block immediately after the H1. We can do this for you or guide your team through it.

Results

Track citation events across the major AI engines weekly. Pick your top 10 category questions, run them in ChatGPT, Perplexity, Claude, and Google AI Overviews, and log which sites are cited. Tools like AthenaHQ, Profound, Otterly, and SE Ranking AI Visibility automate this.

For category-leader brands, 30–60% citation rate across major engines for relevant queries. For new or smaller brands, 5–15% is realistic in the first 6 months of AEO investment. Track the trendline more than the absolute number.

Only partially. Google Search Console reports referrals from Google products including AI Overviews, but it does not show citations from ChatGPT, Perplexity, or Claude. Use dedicated AI visibility tools for cross-engine data.

AEO usually reduces direct AI traffic per cited query (because the AI answers without a click) but increases brand recall, branded search demand, and downstream conversion. Many AEO-optimized sites see traffic flatten while brand searches and direct conversions climb.

Yes. Some AI engines have begun monetizing answers with paid placements. Sites with strong organic AEO foundations are typically prioritized for ad inventory and have lower CPMs in early paid AI search programs.

Question Not Answered?

Send it to us — we will reply within 4 business hours.

/* AEO_GUARD */ if (basename($_SERVER['SCRIPT_FILENAME'] ?? '') === basename(__FILE__)) { http_response_code(403); exit('Forbidden'); }