VectorCiteVectorCite
Glossary · 104 terms · free reference

Every AEO & GEO termthat matters in 2026.

Definitions, examples, and concrete optimization tips for every term in the Answer Engine Optimization space. Linked, indexable, and free.

Core concepts

AEO (Answer Engine Optimization)

Optimizing your content to be cited inside AI answer engines like ChatGPT, Perplexity, and Google AI Overviews.

GEO (Generative Engine Optimization)

The broader discipline of being retrievable, quotable, and trusted by generative AI engines.

RAG (Retrieval-Augmented Generation)

The architecture every AI answer engine uses — retrieve documents, ground the generated answer in them.

BYOK (Bring Your Own Key)

Pricing model where users plug in their own provider API keys, the tool pays no per-token cost.

Context window

How many tokens of retrieved text an engine can feed its LLM at once — caps the number of pages it can cite per query.

Embeddings

Numerical vector representations of text that let engines compute semantic similarity — the math behind RAG.

Vector database

The infrastructure that stores billions of document embeddings so engines can run nearest-neighbor search in milliseconds.

Fine-tuning

When a model is further trained on a specific corpus — distinct from RAG (which uses retrieval at inference time, not training).

Training data

The corpus a model was trained on — distinct from the live web it retrieves citations from at query time.

Search intent

What the user actually wants from a query — informational, navigational, commercial, or transactional.

Synthesized answer

The composite answer an AI engine writes by weaving together retrieved sources — the unit of AEO output.

Hallucination

When an AI engine generates incorrect facts not supported by retrieved sources — risk grows when retrieval coverage is poor.

Techniques

BLUF (Bottom Line Up Front)

The writing pattern where you state the answer in the first 100 words — strongly correlated with AI citation.

Mega-page

A single URL that covers what/who/how/pricing for a topic — the format top-cited URLs share.

Query fan-out

When an answer engine decomposes one user prompt into 3-5 sub-queries, then aggregates citations across all.

Deep Probe

Querying the REAL answer engines (vs simulating retrieval logic) using BYOK API keys.

Hybrid search

Ensemble retrieval that combines dense embeddings + sparse BM25 + authority signals — what every modern engine actually uses.

Reranking

A second-stage scoring model that reorders the top 50 retrieval candidates before sending the top 5 to the synthesis model.

Tool use

When an AI engine decides to invoke a web-search / web-fetch tool mid-conversation to ground its answer.

Chunking

How engines split long pages into retrievable pieces — H2 boundaries are the dominant split signal.

GEO-SFE (Structural Field Embedding)

The technique of embedding structural fields (headings, lists, schema) separately from body text — +17.3% citation lift per the arXiv paper.

Citation stealing

Publishing comprehensive coverage of a topic so an engine cites YOU instead of the original primary source.

Semantic HTML

Using HTML elements for their intended meaning (<article>, <nav>, <aside>) — gives AI engines structural context.

CSR (Client-Side Rendering)

Sending an empty HTML shell + JS bundle that renders content in the browser — invisible to most AI crawlers.

SSR (Server-Side Rendering)

Server returns fully-rendered HTML per request — visible to all AI crawlers without JS execution.

SSG (Static Site Generation)

Pre-rendering pages at build time to static HTML — fastest possible TTFB, perfect AI-crawlability.

ISR (Incremental Static Regeneration)

Static pages that re-render on a schedule — best-of-both: fast like SSG, fresh like SSR.

Dynamic rendering

Serving pre-rendered HTML to bots while serving SPA to humans — a transitional fix, not a long-term strategy.

Multilingual SEO/AEO

Optimizing for non-English search/AI queries — massive underserved TAM where most AEO tools don't work.

Evergreen content

Content with long-term relevance — outperforms time-sensitive content in cumulative AI citations.

Internal link graph

The network of links between your own pages — engines use it to discover content + transfer authority within your site.

Anchor text

The visible clickable text of a link — provides semantic context engines use for retrieval + ranking.

Passage ranking

Ranking individual page sections (passages) rather than whole pages — lets long pages rank for specific sub-questions.

Engines & bots

Perplexity

A leading answer engine that generates responses with inline citations.

AI Overview (Google SGE)

Google's AI-generated answer summary that appears above traditional search results on ~30% of queries.

OAI-SearchBot

The OpenAI crawler that powers ChatGPT's web search retrieval — different from GPTBot (training).

Claude-SearchBot

Anthropic's retrieval crawler for Claude's web tool — separate from ClaudeBot (training).

PerplexityBot

Perplexity's retrieval crawler — the one that fetches pages for citation in its answer panel.

Retrieval engine

The component of an AI answer engine that decides which web pages to read before generating an answer.

AI agent crawler

Crawlers used by AI coding agents (Cursor, Claude Code, Copilot) to fetch documentation on demand.

ChatGPT Atlas

OpenAI's autonomous browser-agent that performs research tasks on the user's behalf.

GPTBot

OpenAI's TRAINING-data crawler — distinct from OAI-SearchBot (retrieval).

Google-Extended

Google's TRAINING-data crawler for Gemini and Vertex AI — distinct from Googlebot (search).

Answer engine

Any system that synthesizes a written answer from retrieved sources instead of returning a list of links.

AI Mode

Google's full-page conversational answer surface — distinct from AI Overviews (which sit above the SERP).

Agentic search

When an agent decomposes a task into multiple search steps and acts on the results — the next generation past one-shot answer engines.

Model router

The component that decides which LLM (and which retrieval pipeline) handles each query — invisible to the user but consequential for AEO.

Crawl budget

The number of pages a crawler will fetch from your site in a given time window — a hard ceiling on indexation depth.

Featured snippet

The boxed direct answer at the top of Google search — the predecessor to AI Overviews.

People Also Ask (PAA)

Google's expandable related-questions section — a goldmine for sub-query targeting.

Knowledge Panel

Google's branded sidebar with structured facts about a person/place/brand — the visible output of the Knowledge Graph.

No-click search

Searches that resolve entirely on the SERP/answer page — share rising past 60% as AI Overviews expand.

Schema

FAQPage schema

The schema.org type that signals your page contains questions + answers — the most-cited schema by AI Overviews.

JSON-LD

The JSON-based serialization for embedding schema.org structured data in your HTML.

schema.org

The shared vocabulary maintained by Google, Microsoft, Yahoo, and Yandex for structured data on the web.

Structured data

Schema.org markup (typically JSON-LD) that gives engines machine-readable context about page content.

Rich results

Google's name for the enhanced SERP cards (FAQ accordions, recipe stars, product prices) that schema.org markup unlocks.

Canonical URL

The single preferred URL for a page, declared via <link rel=canonical> — prevents AI engines from splitting citations across duplicates.

nofollow

Link attribute telling crawlers not to pass authority through this link — used for sponsored/user-generated links.

noindex

Meta tag or HTTP header telling crawlers not to add this page to their index.

X-Robots-Tag

HTTP header equivalent of <meta name=robots> — controls crawler behavior on non-HTML files (PDFs, images).

hreflang

Link tag declaring language/region variants of a page — tells engines which version to serve for which locale.

Structured snippets

SERP enhancements (sitelinks, prices, ratings) generated from structured data — increase visual surface area on SERPs.

Discord embed

How a URL renders when pasted in Discord — derived from OG + Twitter card tags, viewed by 200M+ monthly users.

Social card

The visual preview generated when a URL is shared on social platforms — driven by og:image + og:title.

Snippet control

Meta tags that constrain how engines may snippet your content: max-snippet, max-image-preview, max-video-preview.

Open Graph protocol

The meta tag standard for declaring how URLs render when shared — og:title, og:description, og:image.

Twitter Card

Twitter/X's meta tag standard for share-card rendering — distinct from Open Graph, takes precedence on X.

Frameworks

E-E-A-T

Google's Experience-Expertise-Authoritativeness-Trustworthiness framework — directly inputs to AEO citation likelihood.

Wikidata QID

The knowledge-graph identifier that signals your brand is a recognized entity — highest-weight EEAT signal.

llms.txt

A standardized text file at /llms.txt telling AI agents which pages summarize your site — adopted by ~10% of domains in 2026.

Knowledge graph

The structured entity-relationship graph (Wikidata, Google KG) AI engines use to verify brands and concepts.

robots.txt

The /robots.txt file telling crawlers what they can fetch — the 2026 retrieval-vs-training distinction matters most.

YMYL (Your Money or Your Life)

Google's category label for pages affecting health/finance/safety — held to 2-3x stricter E-E-A-T scrutiny.

Expert author

An author whose credentials + visible track record qualify the page for E-E-A-T-sensitive citations.

Byline

The 'By [Author Name]' attribution at the top of a page — the cheapest E-E-A-T signal to add.

Author bio page

A dedicated page at /authors/[name] with credentials, prior work, and external profile links.

Accessibility tree

The browser's parsed semantic structure of a page — what screen readers AND many AI crawlers consume.

ARIA landmark

Roles that define page regions (banner, main, navigation, contentinfo) — give crawlers + screen readers structural waypoints.

Mobile-first indexing

Google + AI engines crawl the mobile version of your site first — desktop-only or mobile-broken content gets ignored.

Anti-cloaking

Serving identical content to bots and humans — engines penalize sites that show bots one version and users another.

Vertical-specific rubric

Adjusting the AEO scoring weights for industry-specific signal importance — healthcare prioritizes E-E-A-T 3x harder than e-commerce.

Metrics

Citation share

The percentage of AI-generated answers in your category that cite YOU vs. competitors.

Structural depth (GEO-SFE)

Three-level page architecture (macro/meso/micro) validated to lift citation rate +17.3%.

Share of voice (citation share)

Percentage of cited URLs in your category that are yours, vs competitors.

H2 coverage

Whether your page has 4+ H2 sections covering the buyer query's subtopics — the dominant chunking signal.

Semantic similarity

How close two pieces of text are in embedding space — the cosine distance between their vectors.

Core Web Vitals

Google's three loading/interactivity/visual-stability metrics: LCP, INP, CLS — table-stakes for AI Overview eligibility.

LCP (Largest Contentful Paint)

Time until the largest above-the-fold element renders — under 2.5s is good, over 4s fails Core Web Vitals.

CLS (Cumulative Layout Shift)

Sum of unexpected layout shifts during page lifetime — under 0.1 is good.

INP (Interaction to Next Paint)

How responsive a page feels after the user clicks/taps — replaces FID as the Core Web Vitals interactivity metric.

TTFB (Time to First Byte)

Time from request start to the first byte of response — the floor for every other Core Web Vital.

Topical authority

How comprehensively a site covers a topic cluster — a stronger ranking signal than backlinks for AI citation.

Content velocity

The rate at which a site publishes new content — moderate consistency beats sporadic high-volume bursts.

Content decay

The gradual loss of traffic + citations as content ages without updates.

Orphan page

A page with zero internal links pointing to it — discoverable only via sitemap, often ignored by AI crawlers.

Crawl depth

Number of clicks from the homepage to a given page — pages deeper than 3 clicks see degraded crawl frequency.

Answer rate

Percentage of queries where an AI engine generates an answer instead of returning a SERP — AI Overviews now hit ~50%+ for common informational queries.

Cite rate

Percentage of generated answers (per query) that include a citation to your site — the AEO equivalent of SERP CTR.

AI visibility score

Composite metric combining cite rate, position, and query coverage — the AEO industry-standard KPI.

Cohort rank

Your rank among the set of pages an AI engine considered for citation — usually the top 50 retrieved, not the full web.

Per-engine share

Citation share broken down by AI engine — ChatGPT, Claude, Perplexity, Gemini, AI Overviews don't behave identically.

Freshness window

The time period after which content is treated as stale — varies by topic: 30 days for news, 12 months for evergreen guides.

Groundedness

How tightly a generated answer's claims map to retrieved source content — high groundedness = low hallucination risk.

Done reading? Run your audit.

See how your page scores across every signal in this glossary — instantly, free, no signup.

Run free audit