Term 01
AAO
AI Agent Optimization

What it is: The practice of making your business, content, or service discoverable and trustworthy to AI agents — the software systems that browse the web, gather information, and make recommendations on behalf of users.

Why it matters: AI agents (ChatGPT, Claude, Perplexity, Google's AI Mode, and others) are increasingly the first point of contact between customers and businesses. Traditional SEO makes you findable by search engine crawlers. AAO makes you findable, citable, and trustworthy to AI models that synthesize information and take action.

What it involves: Structured data, machine-readable access files (llms.txt, robots.txt), clear contact and about pages, factual and citation-friendly content, API documentation, and reachability signals that agents can verify programmatically.

Core concept Umbrella term
Term 02
AEO
Answer Engine Optimization

What it is: Optimizing content so that AI-powered answer engines — like Perplexity, ChatGPT Search, or Google's AI Overviews — cite your content as the source of an answer.

How it differs from AAO: AEO is content-focused. It's about getting cited as the answer to a specific question. AAO is broader — it covers the entire signal set that AI agents evaluate, including your site's technical structure, reachability, and machine-readable metadata, not just your written content.

In practice: A business optimizing for AEO might write clear FAQ content and ensure schema markup is in place. A business doing full AAO also adds llms.txt, ensures consistent NAP data (name, address, phone), and verifies that agents can actually reach their site.

Content-focused Subset of AAO
Term 03
GEO
Generative Engine Optimization

What it is: A term coined in academic research (Princeton, 2024) for optimizing content to appear in the outputs of generative AI systems — particularly large language models used in search.

How it differs from AEO: GEO comes from academic research and focuses on the mechanisms by which LLMs select and surface content. AEO is a practitioner term used in the SEO/marketing industry. Both describe similar goals: getting AI systems to surface your content. GEO tends to be more technically precise; AEO is more commonly used in marketing contexts.

What both share: Citation clarity, authoritative sourcing, clear structure, factual accuracy, and content that answers questions directly all improve performance in generative engines.

Academic origin LLM-focused
Term 04
LLMO
Large Language Model Optimization

What it is: A broader term for any practice that improves how a brand, product, or piece of content is represented in and retrieved by large language models — whether through training data inclusion, fine-tuning, or inference-time retrieval.

Practical scope: LLMO encompasses everything from writing content that LLMs prefer to cite, to ensuring your brand facts appear correctly in AI knowledge bases, to providing structured data that retrieval-augmented generation (RAG) systems can use effectively.

Relationship to AAO: LLMO and AAO are closely related. The difference is framing — LLMO focuses specifically on the model layer, while AAO focuses on the agent layer (models plus the infrastructure and signals agents rely on to make decisions and take action).

Broad scope Model-layer focus
Term 05
llms.txt
AI Agent Access File

What it is: A plain-text file placed at yourdomain.com/llms.txt that tells AI agents and LLMs what your site does, what content is available, and how agents should interact with it. Proposed by Jeremy Howard (fast.ai) in 2024.

How it works: The file contains a brief description of your business or content, links to key pages (documentation, FAQs, APIs), and any guidance for AI systems. Agents that support llms.txt can use this to understand your site efficiently without crawling every page.

Why it matters: Without an llms.txt, an AI agent has to infer what your site is about from its content and structure. With one, you're giving the agent a direct briefing — reducing the chance of misrepresentation and increasing the chance of accurate citation.

Example: aaoweekly.com/llms.txt

Technical signal Machine-readable
Term 06
JSON-LD
JavaScript Object Notation for Linked Data

What it is: A structured data format (recommended by Google and schema.org) that embeds machine-readable information about a webpage directly in its HTML. Used by both traditional search engines and AI systems to understand what a page is about.

Why it matters for AAO: JSON-LD tells AI agents the type of content on a page (Article, LocalBusiness, Product, FAQ, etc.) and provides specific facts — business name, address, hours, ratings, author, publication date — in a format agents can read without parsing prose.

Example: A local plumber adding @type: LocalBusiness with their phone number and service area in JSON-LD gives agents the exact facts they need to recommend the business accurately to users asking "find me a plumber near [city]."

Where it lives: In a <script type="application/ld+json"> tag in the page <head>.

Structured data Schema.org
Term 07
MCP
Model Context Protocol

What it is: An open standard (released by Anthropic, 2024) that defines how AI models connect to external tools, data sources, and services. MCP is to AI agents what REST APIs were to web services — a standard interface for connecting capabilities.

Why it matters for AAO: As AI agents become more capable, they'll increasingly interact with businesses not just by reading websites but by calling APIs directly. A business with an MCP-compatible API is immediately accessible to any AI agent that supports the protocol — no scraping, no inference, just direct tool-calling.

Current state (2026): MCP adoption is accelerating. Major AI providers (Anthropic, OpenAI, Google) and developer tools support MCP. For most small businesses, this is future-state — but for SaaS products and APIs, MCP compatibility is becoming a signal that forward-thinking buyers look for.

The AAO angle: Businesses that expose MCP endpoints gain a significant advantage as agentic workflows mature. AI assistants doing research or making recommendations will naturally prefer sources that can respond directly and accurately.

Protocol Agentic infrastructure