All terms
The 2026 vocabulary of Generative Engine Optimization, with live per-term citation status across ChatGPT, Perplexity, Claude, and Copilot.
No terms match that search. Try a different keyword, or clear the search to browse all terms.
GEO content methods (2)
advanced
Black-hat C-SEO
Black-hat C-SEO is the use of adversarial techniques (most notably prompt injection hidden in page content) to manipulate an AI engine's ranking or citation behavior through deception rather than genuine content quality. It is the adversarial counterpart to white-hat C-SEO, which improves a page's actual clarity and usefulness. Beyond likely violating many platform terms, black-hat C-SEO is detectable, unreliable as models and defenses evolve, and a poor bet given that even the white-hat methods tested in C-SEO Bench show limited measured effect.
GPT0×Plx·Cld0×Cop0×Gem·advanced
C-SEO Bench
C-SEO Bench is the Puerto et al. 2025 NeurIPS Datasets & Benchmarks paper that evaluates 9 Conversational Search Engine Optimization methods across 6 domains, two tasks (question answering + product recommendation), and continuous multi-actor adoption rates. Its headline finding is that most current C-SEO methods are largely ineffective once tested outside the single-actor synthetic conditions of prior GEO benchmarks; a traditional retrieval-ranking SEO baseline (moving the source to context position 1) is roughly 7.6× more effective in their retail-domain measurement than the best C-SEO method tested.
GPT·Plx·Cld·Cop0×Gem·
Retrieval pipeline (4)
Cluster pillar
Retrieval pipeline
The retrieval pipeline is the index-retrieve-rerank-assemble-generate chain between a page and its answer; you harden the passage, not the pipeline.
GPT0×Plx·Cld0×Cop0×Gem0×advanced
Context assembly
Context assembly is the stage between retrieval and generation where an AI system selects, orders, and packs retrieved passages into the model's context window before it generates an answer. In the retrieve-then-generate pipeline (RAG, Lewis et al. 2020), retrieval finds candidate passages; assembly decides which of them actually enter the prompt, in what order, within the token budget. It is where position effects like lost-in-the-middle (Liu et al. 2023) bite, so it can affect whether a retrieved passage is used, not retrieval alone.
GPT0×Plx·Cld0×Cop0×Gem·advanced
Hybrid retrieval
Hybrid retrieval combines lexical (keyword) search with semantic (vector embedding) search in a single ranking pipeline. It is a common production pattern in modern retrieval and RAG systems and is likely used in some form by many AI-search products, though individual vendors rarely disclose their full retrieval architecture.
GPT0×Plx·Cld0×Cop0×Gem0×advanced
Retrievability
Retrievability is an information-retrieval measure (Azzopardi & Vinay 2008) of how easily a document can be retrieved across a whole population of queries: the more queries that return it, and the higher its rank, the more retrievable it is. In AI search it names the upstream lever that content optimization skips, whether the engine's retrieval step can find and pull your page into the answer at all, which the GEO evidence suggests may be a more durable lever than isolated in-page rewrites.
GPT0×Plx·Cld0×Cop0×Gem0×
Infrastructure (2)
advanced
AIPREF (AI usage preferences)
AIPREF is the IETF AI Preferences working group's effort to standardize a machine-readable way for content owners to express how their content may be used by AI systems. The preference is carried by a Content-Usage signal, attached as an HTTP response header or a robots.txt rule, using a small vocabulary (currently the categories train-ai and search, each set to y or n). AIPREF declares a usage preference; it does not authenticate the requester (out of scope) and does not enforce compliance.
GPT·Plx·Cld·Cop0×Gem0×advanced
Web Bot Auth
Web Bot Auth is an emerging IETF-track standard for cryptographically verifying that an HTTP request comes from a declared bot operator. It applies RFC 9421 HTTP Message Signatures (Backman, Richer, Sporny; Proposed Standard, February 2024) to crawler traffic: each request is signed with the bot's Ed25519 private key, and the verifier fetches the matching public key from a well-known directory at /.well-known/http-message-signatures-directory. The standard addresses the crawler-controllability gap that user-agent strings and reverse DNS leave open, particularly for AI search crawlers that spoof browser UAs or rotate through residential and datacenter IPs.
GPT0×Plx·Cld0×Cop0×Gem0×
Methodology (2)
Cluster pillar
AI search evaluation
AI search evaluation measures how AI engines retrieve, ground, and cite sources: academic benchmarks, vendor evals, and practitioner probing compared.
GPT·Plx·Cld0×Cop·Gem0×advanced
Position-Adjusted Word Count
Position-Adjusted Word Count (PAWC) is the metric in Aggarwal et al. 2023's GEO paper that scores how much of an AI engine's answer is drawn from a given source, weighting earlier-positioned text more heavily. It is the number behind nearly every '+40% GEO visibility' claim, but it measures word-count share under single-actor 2023 conditions, not citation rate or ranking.
GPT0×Plx·Cld·Cop0×Gem0×