Beginner
- Claim
- AEO means optimizing content so that an answer engine such as Google SGE or Alexa uses it directly as an answer, a practice that predates the rise of mainstream generative AI.
- Example
- A page that answers “What is the capital of Portugal?” in one clear sentence and appears in Google's answer box is an example of AEO.
Intermediate
- Claim
- AEO is the historical precursor to GEO, focused on featured snippets, voice assistants, and direct answers before conversational LLMs became widespread.
- Evidence
- AEO techniques (front-loaded answers, Question/Answer structure, concise and self-contained phrasing) can facilitate GEO, which extends this logic to more complex generative engines.
- Warrant
- An answer engine such as SGE or Alexa and a generative engine such as ChatGPT share the same need: extracting a short, unambiguous answer — hence the methodological continuity between AEO and GEO.
Expert
- Claim
- AEO is the discipline of optimizing content for direct-answer systems — featured snippets, voice assistants, and SGE — based on extracting a short, self-contained passage rather than ranking an entire page.
- Evidence
- Historical answer engines use passage-extraction heuristics similar to extractive QA rather than free-form generation — performance depends on a direct match between the question and the answer provided on the page.
- Warrant
- An explicit answer placed close to the question may make it easier to locate and interpret, but no universal length of 40 to 60 words guarantees or maximizes its extraction. Google creates its snippets automatically according to the query and content; wording should therefore be tested rather than treated as a causal recipe.
- Backing
- This practice stems from SEO experience with Google featured snippets from 2015 to 2023, documented by the industry but never formalized by a standards body.
- Scope
- AEO remains relevant to traditional passage-extraction systems, but it is an insufficient subset for generative engines that reformulate and synthesize multiple sources instead of extracting a single passage.
- Rebuttal
- Relying solely on AEO techniques (short answers and Q&A structure) does not guarantee citation by a generative engine — but not for the reason one might assume: Google explicitly states that no special markup or AI-specific file is required to appear in its AI search features. AEO's real limitation lies elsewhere: it targets the extraction of a single passage, whereas a generative engine may synthesize and cite multiple sources simultaneously.
Authoritative source: https://www.searchenginejournal.com/google-answers-what-to-do-for-aeo-geo/558322/
See also: GEO (Generative Engine Optimization) · RAG (Retrieval-Augmented Generation)
An emerging practice that structures content so an answer engine can extract a direct, verifiable answer. Its scope partially overlaps with SEO and GEO and still varies among authors.
aeo
Beginner
- Claim
- “AI-READY” and “AI-First” mean “ready for AI” — useful for explaining a vision to executives, but they are not official technical terms.
- Example
- Telling a client “your site must be AI-READY” is clear and compelling, but a developer will prefer concrete requirements such as “it needs JSON-LD and SSR rendering.”
Intermediate
- Claim
- AI-READY and AI-First are strategic and marketing positioning terms, useful for communicating a vision to non-technical executives, but they do not correspond to any standard recognized by the W3C, the IETF, or the AI ecosystem.
- Evidence
- Equivalent technical vocabulary already exists and is documented: GEO/Machine-First Design for “AI-READY,” and Agentic SEO/WebMCP-UCP for “AI-First.”
- Warrant
- Using terminology suited to the audience — marketing language with a decision-maker, technical language with a developer — avoids confusion and makes the message more credible.
Expert
- Claim
- “AI-READY” and “AI-First” are strategic positioning labels — explicitly used here, notably by Jean-Jacques Valognes — respectively describing the goal of visibility in generative engines, encompassing GEO/Machine-First Design, and an architecture that prioritizes agentic interaction, encompassing Agentic SEO/WebMCP/UCP; neither label is standardized.
- Evidence
- No organization — W3C, IETF, or an AI-specific consortium — defines or certifies “AI-READY” or “AI-First,” unlike JSON-LD, a W3C Recommendation, or even llms.txt, a convention documented by an identifiable author.
- Warrant
- The value of these terms is communicative — selling a vision — rather than technical — specifying an implementation; both uses are legitimate as long as they are not confused.
- Backing
- This finding aligns with the terminology clarification undertaken in this project — the marketing/technical mapping table and Vocabulaire.txt: explicitly identifying the term's marketing nature distinguishes this glossary from uncritical use of AI vocabulary.
- Scope
- AI-READY is a proprietary positioning whose scope depends on the published criteria and version of the Jean-Jacques Valognes methodology. Without a shared evaluation protocol, it is neither an interoperable certification nor a measure comparable across providers, and it guarantees no outcome from an AI system.
- Rebuttal
- The term's structural weakness lies not only in its lack of recognition by a standards body, but also in the absence of measurable, auditable, and interoperable criteria attached to it: unlike JSON-LD (whose syntax can be validated) or llms.txt (whose presence can be verified), nothing makes it possible to determine objectively whether a website is 'AI-READY' — making the term structurally unsuitable for any form of certification, even informal.
See also: Machine-First Design · GEO (Generative Engine Optimization)
A proprietary strategic positioning by Jean-Jacques Valognes for assessing how prepared content, a website, or an organization is for AI uses. AI-READY and AI-First are neither W3C/IETF standards nor certifications; their criteria must be made explicit in the Jean-Jacques Valognes method.
ai-ready
Beginner
- Claim
- The Discovery Layer is everything that helps an AI agent quickly find and understand what a website is about without having to read it all.
- Example
- The llms.txt file at a website's root, which summarizes what the site does in a few lines, is part of the Discovery Layer.
Intermediate
- Claim
- The Discovery Layer groups together files and tags with distinct roles — llms.txt, robots.txt, sitemap.xml, JSON-LD — that this glossary brings together to help an agent place a site in context and interpret it, without any single one of them covering the full context on its own.
- Evidence
- These elements play distinct and heterogeneous roles (editorial summary for llms.txt, crawl rules proposed to robots for robots.txt, URL inventory for sitemap.xml, structured semantics for JSON-LD); grouping them into a discovery layer is an editorial reading by this glossary, not a unified technical architecture recognized as such.
- Warrant
- When a system supports them, these resources give an agent explicit entry points that are inexpensive to analyze, compared to fully parsing the site. However, the actual order in which an agent consults them, and the exact effect of a longer discovery time on its decision to continue, depend on each system and are generally not publicly documented.
Expert
- Claim
- The Discovery Layer is the first of three layers in an editorial agentic taxonomy (Discovery / Action / Trust): the set of entry points, of heterogeneous status, that this glossary groups together because each contributes, in its own role, to an agent's exploration, orientation, or interpretation of a site, or to the crawl rules the agent is expected to follow.
- Evidence
- Concretely: llms.txt (editorial summary), robots.txt (allow/disallow directives by user-agent, RFC 9309), sitemap.xml (URL inventory), JSON-LD (per-page semantics).
- Warrant
- In the absence of structured entry points published by the site, an agent may need to rely on other processing or retrieval paths — notably raw HTML parsing, the rendered DOM, extracted text, or a search index, some of which involve heuristics — without a universal measure of the cost or reliability gap between these approaches being publicly documented.
- Backing
- This three-layer taxonomy is an editorial classification proposed by this glossary in 2026, without formal standardization — it brings together mechanisms of distinct status: llms.txt is a proposal published by Jeremy Howard in 2024, JSON-LD 1.1 a W3C Recommendation, and Sitemaps a documented protocol.
- Scope
- The exact composition of the Discovery Layer evolves quickly, with new files regularly proposed, such as agents.md and ai-plugin.json; the 2026 list is not fixed.
- Rebuttal
- The three-layer taxonomy (Discovery/Action/Trust) is itself debatable: it is not a nomenclature validated by a standards body, its boundary with the Action Layer is porous (some discovery files are evolving toward actionable capabilities), and its composition changes too quickly (agents.md, ai-plugin.json, etc.) to claim exhaustiveness — it is a teaching tool used by this glossary, not a stabilized classification.
See also: llms.txt · JSON-LD
An editorial taxonomy proposed by Jean-Jacques Valognes to group the mechanisms that help software, AI assistants, and AI agents discover a site's resources and information: links, llms-sitemap, sitemap, robots.txt, structured metadata, and emerging conventions such as llms.txt. These mechanisms do not share the same status or guarantees.
discovery-layer
Beginner
- Claim
- L'E-E-A-T décrit quatre qualités que Google cherche dans un contenu : l'expertise de l'auteur, son expérience vécue, sa reconnaissance, et la fiabilité. Ce n'est pas une note affichable, ni un bouton de classement.
- Example
- Un avis sur un aspirateur écrit par quelqu'un qui l'a vraiment utilisé pendant des semaines montre de l'Experience. Le même texte recopié par un site anonyme n'en montre pas, même s'il est bien rédigé.
Authoritative source: https://developers.google.com/search/docs/fundamentals/creating-helpful-content
See also: Trust Layer
Concept documenté par Google dans les Search Quality Rater Guidelines (E-A-T, puis E-E-A-T en décembre 2022 avec l'ajout d'Experience). Google indique que l'E-E-A-T n'est pas un facteur de classement unique : les systèmes combinent plusieurs signaux pour reconnaître ces qualités. À distinguer de la Trust Layer, taxonomie éditoriale qui s'en inspire dans un contexte agentique.
eeat
Beginner
- Claim
- GEO is the art of making a website clear and well structured enough for an AI such as ChatGPT or Perplexity to understand it and cite it in its answers.
- Example
- If you search for “best bicycle repair shop Paris” on Perplexity and the answer cites a specific website with its name and address, that site has implemented GEO — not just traditional SEO.
Intermediate
- Claim
- GEO is the discipline of optimizing a website so that generative engines — ChatGPT, Perplexity, Gemini, and Claude — cite and recommend it, complementing traditional SEO focused on ranking in a list of links.
- Evidence
- Unlike SEO, where users click one of ten links, in GEO the AI synthesizes a single answer and may cite only a handful of sources — visibility depends on how citable the content is, not only on its ranking.
- Warrant
- Structured content — JSON-LD, semantic HTML, and direct answers at the top of the page — is mechanically easier for a retrieval-augmented generation system (RAG) to extract and is therefore more likely to be cited.
Expert
- Claim
- GEO encompasses the technical and editorial practices intended to increase the probability that content will be selected and cited by a generative engine answering a user's query — a visibility gain measured empirically on certain systems, not a causal 'retrieval → citation' chain demonstrated universally across all engines.
- Evidence
- In Google Search, generative features may issue multiple related searches and display links to different supporting pages. The number and selection of these links vary by query, model, and feature; Google documents no universal window of ‘3 to 8 sources’.
- Warrant
- Compliant structured data, accessible HTML, and explicit content may improve overall technical readability, but no public source establishes that they alone cause a citation. Google states that no special Schema.org markup is required for its AI features: their effect on citation must remain a hypothesis tested for each engine and corpus.
- Backing
- This link between structured content and increased citation is consistent with the RAG literature (Lewis et al., 2020): a retrieval system performs better on self-contained, unambiguous, properly segmented passages — yet the study demonstrates only a measured visibility gain, not a mechanical guarantee of citation.
- Scope
- GEO is not a registered technical standard — no W3C or IETF body defines it — but an industry-consensus term in 2026 that may evolve along with the retrieval and citation mechanisms of generative engines.
- Rebuttal
- Perfectly structured content may still never be cited if an engine favors other sources according to criteria specific to each engine that are unpublished and therefore unverifiable from the outside — GEO improves a probability, guarantees no citation, and the true magnitude of this effect remains sparsely documented in public.
Authoritative source: https://arxiv.org/abs/2311.09735
See also: AEO (Answer Engine Optimization) · LLMO (Large Language Model Optimization) · Machine-First Design
An emerging discipline aimed at improving the visibility and representation of content in generative engine responses. The term GEO was introduced by Aggarwal et al. in 2023 within an experimental framework; it denotes neither a standard nor a guarantee of citation.
geo
Beginner
- Claim
- JSON-LD is invisible code added to a page to tell a machine clearly “this is a recipe,” “this is an event,” and so on, without changing what a human visitor sees.
- Example
- On an event page, JSON-LD can specify the date, location, and price in a format that Google or an AI understands instantly, even when the same information also appears as normal page text.
Intermediate
- Claim
- JSON-LD is the recommended serialization format for embedding Schema.org structured data in a web page, enabling a machine to identify unambiguously the entity type described — product, article, person, or organization.
- Evidence
- JSON-LD is a formal W3C Recommendation; Schema.org, the vocabulary most commonly used with JSON-LD, is a community project supported by Google, Microsoft, Yahoo, and Yandex — not strictly a W3C standard.
- Warrant
- Separating structured data — in the head or at the end of the page — from visible content allows markup without risking layout breakage or relying on the machine's visual interpretation.
Expert
- Claim
- JSON-LD is a Linked Data serialization format and W3C Recommendation used to embed a structured-data graph — most often using Schema.org vocabulary — in an HTML page through a <script type="application/ld+json"> element, independently of visual rendering.
- Evidence
- A JSON-LD document can describe one entity or an @graph of multiple entities linked by @id — for example, a page linked to its author, who is linked to an organization — a pattern used notably on alchimiste-ia-home.
- Warrant
- W3C standardization gives JSON-LD stable syntax and durable tool support; although Schema.org is not a W3C standard, it has de facto support from the major engines that define its practical interpretation.
- Backing
- JSON-LD 1.1 is a W3C Recommendation published in 2020; Schema.org is publicly documented and versioned by its dedicated W3C Community Group, with several thousand specified types.
- Scope
- Syntactically valid JSON-LD guarantees neither use by a particular engine nor a rich result; each platform chooses which types and fields to process and how.
- Rebuttal
- JSON-LD that conflicts with visible page content — excessive markup or invented data — is a deceptive practice that search engines may penalize; structured data must remain faithful to the actual content.
Authoritative source: https://www.w3.org/TR/json-ld11/
See also: Schema.org · Discovery Layer · Trust Layer
A JSON-based format for serializing linked data. JSON-LD 1.0 became a W3C Recommendation in 2014 and JSON-LD 1.1 in 2020. It can embed vocabularies such as Schema.org or Dublin Core in web documents and services.
json-ld
Beginner
- Claim
- llms.txt is a small text file at a website's root that summarizes what an AI should know about the site — similar to robots.txt, but providing context rather than restrictions.
- Example
- A website with a 20-line /llms.txt file listing its main pages and area of expertise greatly helps an agent understand it quickly.
Intermediate
- Claim
- llms.txt is a convention for a Markdown file at the domain root that provides a summary and editorial context directly readable by an LLM without crawling the entire website.
- Evidence
- Initiated by Jeremy Howard of Answer.AI, the format is not adopted by any standards body, but major technical publishers including Vercel, Stripe, and Anthropic implemented it in 2025–2026.
- Warrant
- Simple Markdown with no rendering dependency can be consumed directly by an LLM without HTML parsing, explaining its rapid adoption despite the lack of a formal standard.
Expert
- Claim
- llms.txt is a community convention — neither W3C nor IETF — for a /llms.txt file at a domain root that uses Markdown to structure an editorial summary and priority resource list for LLMs, complementing robots.txt and sitemap.xml.
- Evidence
- The typical format includes a website title and summary, links to primary resources, areas of expertise, the responsible entity, content policy, and last-updated date.
- Warrant
- The absence of HTML and CSS markup in llms.txt removes all layout noise; an LLM can ingest it directly as system context at minimal processing cost.
- Backing
- It is documented by Howard's initial 2024 proposal and growing adoption among leading technical publishers, although no binding formal specification exists to date.
- Scope
- llms.txt has no binding force: nothing requires an LLM or crawler to read it or follow its content — it is a goodwill convention, not a technical enforcement mechanism.
- Rebuttal
- A poorly maintained llms.txt file (outdated or inconsistent with the website's actual content) can mislead an agent rather than help it, and nothing in the format enables an agent to detect that drift automatically. An important nuance: syntactically valid JSON-LD does not guarantee that the data it contains is truthful either — both formats share this limitation, as a valid structure never certifies accurate content.
Authoritative source: https://llmstxt.org/
See also: Discovery Layer
A community proposal published by Jeremy Howard in 2024, with no W3C or IETF status. A Markdown file located at /llms.txt provides a concise overview of the website and links useful at inference time; the proposal does not require models or agents to process it in any particular way.
llms-txt
Beginner
- Claim
- Schema.org is a shared vocabulary: it provides common names for describing what a piece of information represents—a person, a product, or an event—and the properties that characterize it.
- Example
- For a product, Schema.org can explicitly identify its name, price, currency, and availability; those terms can then be encoded in the page using JSON-LD.
Intermediate
- Claim
- Schema.org is a community vocabulary of types and properties for structured data on the Web. It defines the meaning of terms such as Product, Person, and Organization, while JSON-LD, Microdata, and RDFa are possible syntaxes for encoding them.
- Evidence
- Founded by Google, Microsoft, Yahoo, and Yandex, Schema.org is used today by millions of domains worldwide, with adoption that keeps growing.
- Warrant
- When producers and consumers use the same types and properties, they reduce lexical ambiguity and can exchange a semantic description without imposing a single serialization format.
Expert
- Claim
- Schema.org is an open, collaborative, versioned, and extensible set of IRI-identified vocabularies for describing entities, their properties, and their relationships. It is independent of JSON-LD, Microdata, and RDFa, which are merely encoding syntaxes, and it is not a W3C Recommendation.
- Evidence
- The official site credits Google, Microsoft, Yahoo, and Yandex with founding the project and publicly documents its releases; adoption is measured in millions of domains worldwide, but this figure changes continuously and is not cited here with a dated number that would quickly become outdated.
- Warrant
- Shared identifiers and definitions allow independent producers and consumers to align the meaning of data across different syntaxes; this semantic interoperability does not, however, guarantee that the data is true or that a consuming system will use it.
- Backing
- Schema.org publishes its documentation, release history, and development work on GitHub through an open community process that notably uses a W3C-hosted mailing list. That hosting does not give Schema.org the status of a W3C Recommendation.
- Scope
- Schema.org defines a vocabulary, not a syntax, crawling protocol, ranking algorithm, or proof of authority. Each consumer chooses which types and properties it supports, and the vocabulary continues to evolve across releases.
- Rebuttal
- Valid Schema.org markup may be ignored when it uses an unsupported type, is incomplete, or conflicts with visible content. It therefore guarantees neither a rich result, higher rankings, nor citation by an AI system; any effect depends on the consumer and the actual quality of the data.
Authoritative source: https://schema.org/
See also: JSON-LD · Discovery Layer · Trust Layer
A collaborative vocabulary founded by Google, Microsoft, Yahoo, and Yandex for structured data on the Web. It is not a W3C Recommendation. It can be encoded using JSON-LD, Microdata, or RDFa; it is used across millions of domains worldwide, a figure that changes continuously and is therefore not cited here as a dated count.
schema-org
Beginner
- Claim
- A SERP is the results page displayed by a search engine after a query. It may bring together ranked links, snippets, images, maps, or a generated synthesis accompanied by multiple links to sources.
- Example
- After the query ‘best Italian restaurant in Paris’, Google may display websites, a map, reviews, and sometimes a generated synthesis linking to multiple sources: this entire page is the SERP.
Intermediate
- Claim
- The SERP is a composite interface in which a search engine organizes multiple result types according to the query: text results, media, rich features, exploration modules, and, in some cases, a generative answer.
- Evidence
- Google Search Central's official visual elements gallery distinguishes, among other things, text results, rich results, image and video results, and exploration features. An actual SERP is therefore not limited to a fixed list of blue links.
- Warrant
- Because multiple modules may address the same intent, SEO analysis must examine visibility across the whole page, not only the position of a conventional link. This perspective describes the interface; it does not guarantee appearance in any module.
Expert
- Claim
- The SERP is the presentation layer of a search system: it assembles ranked results and features triggered according to the query. A generative synthesis may be part of this page and cite multiple documents; it is therefore not the conceptual opposite of the SERP.
- Evidence
- Google states that its AI Overviews and AI Mode may issue multiple related searches and then display links to different supporting pages. Their composition and links vary by model, technique, and query; no universal list of modules is guaranteed.
- Warrant
- Distinguishing document ranking from generative synthesis avoids a false opposition between SEO and GEO: the same page may rank as a result, serve as a source for a synthesis, fulfil both roles, or fulfil neither.
- Backing
- This definition is based on Google Search Central's visual elements gallery and its ‘AI features and your website’ documentation, updated on December 10, 2025, which describes generated responses accompanied by multiple supporting links.
- Scope
- The term SERP describes what is presented to the user, not the retrieval, ranking, or generation algorithms themselves. Its composition varies by engine, language, country, device, query, and observation date.
- Rebuttal
- Using the SERP as the sole unit of analysis becomes insufficient when an answer is delivered through an assistant, an API, or another interface without a conventional results page. Studying SERPs alone therefore does not cover every GEO context.
Authoritative source: https://developers.google.com/search/docs/appearance/visual-elements-gallery
See also: AEO (Answer Engine Optimization) · GEO (Generative Engine Optimization)
An established SEO term for a results page produced by a search engine. A SERP may combine links, snippets, media, enhanced features, and generative answers; it is therefore not merely a list of links and does not stand in mechanical opposition to GEO.
serp
Beginner
- Claim
- The Action Layer consists of the doors a website opens so an AI agent can act on it — not merely read, but book, buy, or complete a form.
- Example
- An agent that adds an item to a cart and places an order through a dedicated interface, rather than clicking like a human, uses the website's Action Layer.
Intermediate
- Claim
- The Action Layer groups the programmatic interfaces — APIs and endpoints — that let an agent interact with a website rather than merely read it.
- Evidence
- Unlike the Discovery Layer, which is read-only, the Action Layer triggers a transaction or changes website state, such as a cart, booking, or contact request.
- Warrant
- Reliable action by an agent requires an explicit interface contract with a defined input/output schema; an agent cannot infer a web form as reliably as it can call a typed function.
Expert
- Claim
- The Action Layer is the agentic architecture layer that exposes structured programmatic interfaces — REST APIs, tool/function calling, and protocols such as UCP or WebMCP — through which an agent can perform a transactional action on a website.
- Evidence
- The key 2026 protocols are UCP — Universal Commerce Protocol for e-commerce — and WebMCP — a W3C Community Group draft led by Google and Microsoft for general agent/tool/data connectivity — both built on tool/function calling.
- Warrant
- A structured interface reduces an agent's error rate during an action compared with automation that must interpret an HTML DOM designed for humans.
- Backing
- Tool calling has been documented since the first LLM agent architectures, including OpenAI function calling in 2023; WebMCP and UCP are web-native and sector-specific extensions of it.
- Scope
- Support for an Action Layer varies across sectors, platforms, and agents. An actionable interface also requires trust, authentication, authorization, and confirmation mechanisms: its presence does not mean that an agent will be able to—or should—use it.
- Rebuttal
- The claim that a dedicated layer is always necessary is challenged by agents capable of using an existing API or an accessible web interface without a specific agentic protocol. Conversely, an Action Layer provides no benefit to an incompatible or unauthorized agent, or to one whose task requires no action.
See also: WebMCP · UCP (Universal Commerce Protocol)
An editorial taxonomy proposed by Jean-Jacques Valognes to group the interfaces that enable an agent to perform actions on a web service, such as searching, booking, purchasing, or submitting a form. It may include conventional APIs and emerging specifications such as WebMCP or UCP.
action-layer
Beginner
- Claim
- Agentic SEO primarily refers to using AI agents to automate or assist with SEO tasks, such as crawling, auditing, or preparing recommendations. Some authors also use the term for adapting a website to agents capable of acting on it; this second meaning overlaps with the Action Layer.
- Example
- An AI agent asked to “book me a table for two tonight” that directly completes a restaurant's booking form is an example of Agentic SEO on the visited website.
Intermediate
- Claim
- Agentic SEO is a term whose usage remains unstable: depending on the author, it denotes either the adaptive automation of SEO workflows themselves by AI agents (the more prevalent meaning in current industry usage) or — by extension — a website's ability to be operated by an external AI agent (search, booking, or purchase), in which case it largely overlaps with the Action Layer.
- Evidence
- Unlike GEO, which targets citation in an answer, the second meaning targets the agent's effective action on the website (filling a cart or initiating a payment); the first targets iterative optimization of the SEO work itself (audits and automated content adjustments).
- Warrant
- No terminological consensus has yet been established in 2026 — both usages coexist in industry literature, with no organization or prevailing convention deciding between them.
Expert
- Claim
- Agentic SEO is a term whose usage remains unstable, with two distinct meanings: (1) the adaptive automation of SEO workflows themselves by AI agents (audits and iterative content optimization) — the dominant meaning in current industry usage; (2) by extension among some authors, a website's ability to be operated by an external AI agent — a usage that then largely overlaps with the Action Layer. In the absence of an established consensus, this glossary does not choose between them.
- Evidence
- Emerging 2026 protocols (UCP for e-commerce and WebMCP for tool/data connectivity) define structured interaction contracts between agents and websites — relevant to meaning (2), with no direct relationship to meaning (1).
- Warrant
- A website exposing these interfaces (meaning 2) drastically reduces an agent's failure and hallucination rates during a transactional task compared with an agent forced to infer the action through the DOM.
- Backing
- Meaning (2) extends tool/function calling (an LLM's ability to invoke an external function according to a defined schema), the basic technical building block underlying WebMCP/UCP; meaning (1) instead belongs to industry SEO literature on agent-driven automation (e.g. Ahrefs, 2026).
- Scope
- An emerging discipline in 2026 in both senses: few websites implement actionable interfaces (meaning 2), while agentic SEO workflows (meaning 1) remain largely experimental — not to be confused with the Action Layer, which is the name of the technical layer, not the discipline.
- Rebuttal
- Presenting Agentic SEO (meaning 2) as a discipline autonomous and distinct from the Action Layer is debatable: without a strong Trust Layer, an agent may refuse to act even when the technical interface is present, and the definition itself largely overlaps with that of the Action Layer — the distinction remains more editorial than technical.
Authoritative source: https://www.searchenginejournal.com/agentic-ai-in-seo-ai-agents-workflows-ideation/540206/
See also: Action Layer · UCP (Universal Commerce Protocol) · WebMCP
A term used primarily for the autonomous or semi-autonomous automation of SEO workflows by AI agents: ideation, crawling, auditing, analysis, and recommendations. A second, distinct and less established usage refers to adapting websites for agents capable of taking action; this second meaning overlaps with the Action Layer.
agentic-seo
Beginner
- Claim
- Machine-First Design means building a website by first considering what a machine must understand, not only what looks attractive to a human.
- Example
- Adding invisible code (JSON-LD) that explicitly states “this is a recipe with these ingredients,” alongside the visible text, is Machine-First Design.
Intermediate
- Claim
- Machine-First Design is a web architecture approach in which machine readability — JSON-LD and a semantic DOM — takes precedence over or equals human readability, replacing the marketing positioning “AI-First.”
- Evidence
- A Machine-First website systematically exposes an explicit semantic layer such as Schema.org alongside its visual rendering instead of relying on AI to infer meaning from visual HTML and CSS.
- Warrant
- A machine perceives neither layout nor visual intent; only explicit structure — markup and semantic hierarchy — removes ambiguity that layout alone cannot resolve for a parser.
Expert
- Claim
- Machine-First Design is a software architecture principle under which every meaningful piece of page information must be accessible and unambiguous to an automated parser — crawler, agent, or LLM — independently of its visual rendering.
- Evidence
- The principle translates into SSR or static content with no JavaScript dependency for primary content, systematic JSON-LD, semantic HTML, and a consistent heading hierarchy.
- Warrant
- Client-side-only JavaScript rendering is invisible to a significant share of AI crawlers that do not execute JavaScript; Machine-First Design eliminates this failure point by construction.
- Backing
- An empirical finding documented in this project illustrates it: a dashboard rendered only with JavaScript before its SSR refactor delivered an empty DOM on initial load, invisible to every non-JavaScript crawler.
- Scope
- Machine-First Design does not conflict with a good human experience — it adds a requirement rather than replacing it.
- Rebuttal
- Taking Machine-First Design too far — excessive markup or JSON-LD that poorly duplicates visible content — can create inconsistencies between what a machine reads and what a human sees, risking a penalty for deceptive content.
See also: JSON-LD
An editorial taxonomy proposed by Jean-Jacques Valognes for an information architecture that jointly addresses human understanding and machine readability through semantic structure, metadata, explicit formats, and documented interfaces. It is neither a standard nor an established industry term.
machine-first-design
Beginner
- Claim
- RAG is when an AI looks up fresh information on the internet or in a database before answering instead of relying only on what it learned during training.
- Example
- When ChatGPT searches the web to answer a question about recent news and cites its sources, it is using RAG.
Intermediate
- Claim
- RAG — Retrieval-Augmented Generation — combines an information-retrieval system with a generative model (LLM), grounding an answer in external sources rather than solely in the model's parametric memory.
- Evidence
- RAG reduces hallucination risk by giving the LLM factual context retrieved at query time that the model may not have memorized during training.
- Warrant
- Properly structured, indexable content is more likely to be selected during retrieval and therefore to influence the generated answer — the direct link between RAG and GEO.
Expert
- Claim
- RAG is a two-stage architecture: retrieval of relevant passages from an external corpus, often through vector search or dense retrieval, followed by answer generation by an LLM conditioned on those passages; it was notably formalized by Lewis et al. in 2020.
- Evidence
- Retrieval depends on indexing quality — embeddings and chunking — and content availability — crawlable, unblocked, and not JavaScript-only; generation depends on the LLM's ability to synthesize the supplied passages faithfully.
- Warrant
- In a controlled RAG system, segmentation, metadata, and indexing can influence retrieval, but their effect depends on the corpus, chunking, representations, query, and ranking. It must be verified through retrieval metrics; public-facing GEO cannot assume that an engine follows the segmentation chosen by the publisher.
- Backing
- The foundational academic reference is Lewis, P. et al., “Retrieval-Augmented Generation for Knowledge-Intensive NLP Tasks,” NeurIPS 2020; the technique has since been widely industrialized.
- Scope
- Not all generative engines use traditional RAG; some combine real-time web search, caches, and internal RAG — the term denotes a family of techniques, not one implementation.
- Rebuttal
- RAG reduces but does not eliminate hallucinations: an LLM may misinterpret or misattribute a correctly retrieved passage — retrieval quality is necessary but insufficient for a reliable answer.
Authoritative source: https://arxiv.org/abs/2005.11401
See also: GEO (Generative Engine Optimization) · AEO (Answer Engine Optimization)
An established AI technique originating in the work of Lewis et al. presented at NeurIPS 2020. It combines parametric memory with retrieved external memory to condition generation. Its application to GEO/AEO is a later use and does not make RAG a standard.
rag
Beginner
- Claim
- LLMO refers to techniques that make content easier for an LLM to ingest and reuse — a more technical term, used less often in strategy than GEO.
- Example
- Splitting an article into short, self-contained paragraphs instead of one 2,000-word block is an LLMO practice.
Intermediate
- Claim
- LLMO is the technical, developer-oriented counterpart to GEO: it optimizes how an LLM ingests content — segmentation, formatting, and removal of visual noise — rather than overall visibility strategy.
- Evidence
- Developers use LLMO for specific implementation choices such as chunk size and clean Markdown or HTML structure, whereas GEO more often describes the business goal of being cited.
- Warrant
- Poorly segmented or JavaScript-heavy content forces an LLM, or its RAG pipeline, into degraded processing — LLMO directly targets this mechanical stage.
Expert
- Claim
- LLMO encompasses content-engineering practices that optimize the segmentation, cleaning, and formatting of a page for the chunking and embedding stages of a RAG pipeline.
- Evidence
- A RAG pipeline splits text into chunks, often 200–800 tokens, before vectorizing them; noisy HTML — menus, ads, or unrendered JavaScript — contaminates that segmentation.
- Warrant
- Accessible rendering, available text, and semantic structure make content easier to crawl and analyze. Their effect on chunking and retrieval nevertheless depends on the target system, whose methods are often unpublished; it must be measured, not presented as mechanical.
- Backing
- This follows documented corpus-preparation practices for vectorization in RAG, common in ML engineering, without constituting a standard formally defined under the name LLMO.
- Scope
- LLMO is a usage-based term with narrower adoption than GEO or AEO; its exact scope varies depending on whether a developer or a marketer uses it.
- Rebuttal
- Content that is technically perfect for LLMO may still go uncited if it lacks authority from the Trust Layer — LLMO optimizes ingestion, not the trust granted to the source.
See also: GEO (Generative Engine Optimization) · RAG (Retrieval-Augmented Generation)
An emerging, non-standardized term that refers, depending on the author, to optimizing content, data, or systems for use by language models. Its scope overlaps with GEO, AEO, and RAG engineering.
llmo
Beginner
- Claim
- The Trust Layer consists of the evidence a website shows an AI to say “you can trust me” — who I am, who wrote this, and whether the information can be verified.
- Example
- Clearly naming an article's author and linking to their expertise profile, rather than publishing anonymously, strengthens the page's Trust Layer.
Intermediate
- Claim
- The Trust Layer groups together the elements (Entity Schema, author markup, cited primary sources) that let an agent assess the verifiability of a piece of information before citing it or acting on it.
- Evidence
- An AI agent may cross-check several signals (site + third-party profiles + reviews) rather than trusting a single isolated page, but this behavior depends on the system and is not universally documented.
- Warrant
- Explicit attribution (author, organization) makes it easier to verify the origin of a piece of information. Its actual influence on selection or citation by a given system nonetheless depends on that system and is not demonstrated by any generalizable public documentation.
Expert
- Claim
- The Trust Layer is the agentic architecture layer that provides verifiability and authority signals (Entity Schema, authorship, primary sources, and cross-platform consistency), enabling an agent to assess the editorial reliability of content before citation or action. DNSSEC belongs at a different level: it authenticates the origin and integrity of DNS data, not the reliability of the content published there.
- Evidence
- In practice: Person/Organization Schema.org markup, consistent NAP data (name, address, and phone number) across the website and third-party directories, aggregated customer reviews, content age and freshness, transport security (HTTPS), and domain-resolution security (DNSSEC, with no bearing on editorial reliability).
- Warrant
- Attribution, primary sources, and freshness make information easier to verify. In the absence of public documentation specific to the system being studied, however, one cannot claim that these signals mechanically reduce its hallucinations or guarantee a citation; they are auditability indicators to be tested.
- Backing
- This principle extends Google's E-E-A-T criteria — Expertise, Experience, Authoritativeness, and Trustworthiness — already documented in traditional SEO to the agentic context.
- Scope
- The Trust Layer has no single objective measure: its assessment depends on the engine or agent. Moreover, its signals can be examined only when the content is accessible; it compensates for neither an undiscoverable resource nor information that the system cannot interpret.
- Rebuttal
- A clearly declared identity, citations, and technically correct markup may accompany content that is false, outdated, or manipulated. Accumulating trust signals therefore does not prove the truth of a claim and can itself be staged.
See also: JSON-LD
An editorial taxonomy proposed by Jean-Jacques Valognes to group signals of provenance, attribution, citation, identity, and freshness that a system can examine. These signals support verification but do not, by themselves, prove that information is reliable.
trust-layer
Beginner
- Claim
- UCP is a common language that lets AI shop in any online store in the same way, without every website developer having to reinvent the process.
- Example
- With UCP, an AI agent could find a product, add it to the cart, and pay in any compatible store using the same steps each time.
Intermediate
- Claim
- UCP — Universal Commerce Protocol — is an open standard co-developed by Shopify and Google in 2026 that lets AI agents interact uniformly with e-commerce stores for catalog search, cart management, and checkout.
- Evidence
- Before UCP, each e-commerce website exposed — or did not expose — its own agent-integration logic; UCP aims to provide one contract regardless of the website.
- Warrant
- A unified transactional interface lowers integration costs for agent developers — one protocol to support — and increases the coverage of e-commerce that agents can actually operate.
Expert
- Claim
- UCP is an open, standardized protocol co-developed by Shopify and Google in 2026 that defines e-commerce operations actionable by an AI agent — catalog search, cart management, and checkout — independently of the underlying commerce platform.
- Evidence
- UCP and ACP provide distinct contracts for agentic commerce. Their scopes and integrations are still evolving; the publicly available documents do not establish that either protocol has lasting dominance across the market as a whole.
- Warrant
- The involvement of established organizations may facilitate UCP's initial integrations, but it demonstrates neither a lasting network effect nor its future position as a de facto standard. That outcome will depend on interoperable implementations, platform support, and actual use compared with competing specifications such as ACP.
- Backing
- UCP and ACP (Agentic Commerce Protocol) are two distinct, competing open specifications for agentic commerce. ACP, co-developed by OpenAI and Stripe and published in 2025, notably defines a checkout interface between compatible applications and merchants; it does not encompass UCP. Their relative adoption remains an unresolved empirical question.
- Scope
- It is a sector-specific e-commerce standard, not a general-purpose one: it does not cover non-commercial use cases such as service bookings or contact forms.
- Rebuttal
- UCP adoption depends on effective integration by third-party e-commerce platforms beyond Shopify; a website on an incompatible platform cannot benefit despite UCP's open-standard status.
Authoritative source: https://ucp.dev/
See also: WebMCP · Action Layer
An open agentic commerce specification co-developed by an ecosystem that notably includes Google, Shopify, and other commerce organizations. UCP describes capabilities ranging from discovery to cart, checkout, and order management. Its recent emergence requires a clear distinction between a published specification and real-world adoption.
ucp
Beginner
- Claim
- WebMCP is a project under discussion intended to let AI connect easily to a website's tools and data, rather like a universal power socket between AI agents and websites — it is not yet an official standard.
- Example
- With WebMCP, an AI agent could query an online store's inventory directly instead of inferring the information by reading a product page.
Intermediate
- Claim
- WebMCP is a draft (Community Group Draft, explicitly outside the Standards Track) discussed in a W3C Community Group (with participation from Google and Microsoft, initiated in early 2026), intended to define a JavaScript API that standardizes connections between LLMs/agents and external tools or data — the web-native evolution of Anthropic's MCP protocol (late 2024).
- Evidence
- MCP — Model Context Protocol — was initially designed to connect an LLM to local tools and servers; WebMCP transposes that principle to the web context, from website to website and agent to website.
- Warrant
- Standardizing this connection prevents every website from defining its own ad hoc protocol and every agent from developing a website-specific integration.
Expert
- Claim
- WebMCP is a Community Group Draft (explicitly outside the W3C Standards Track and therefore not a standards proposal in the strict sense) discussed within a W3C Community Group (with participation from Google and Microsoft, initiated in early 2026). It defines a JavaScript API — not a generic network protocol — that lets an agent or LLM discover and invoke tools exposed by a web page, directly following in the lineage of Anthropic's Model Context Protocol (2024).
- Evidence
- The protocol aims to define discovery of available website tools, their invocation schemas with typed inputs and outputs, and the call mechanism — at the same abstraction level as tool/function calling, but standardized across websites.
- Warrant
- WebMCP's incubation in a community group within the W3C ecosystem may foster shared terminology and interoperability, but only if the proposal converges, receives independent implementations, and gains adoption. Its status outside the Standards Track as of August 3, 2026 guarantees neither longevity nor a network effect.
- Backing
- Its lineage from MCP — a specification published by Anthropic in late 2024 and widely adopted for AI development tools — gives this web extension a proven technical foundation.
- Scope
- It remains a draft in 2026: the specification is not final and real implementation by browsers and websites is marginal — it should be treated as a direction, not an operational standard.
- Rebuttal
- A draft may be abandoned or substantially changed before standardization; using WebMCP today as a production foundation risks rapid obsolescence, unlike JSON-LD, a stable W3C Recommendation.
Authoritative source: https://webmachinelearning.github.io/webmcp/
See also: Action Layer · UCP (Universal Commerce Protocol)
A Draft Community Group Report from the W3C Web Machine Learning Community Group, outside the Standards Track. The report dated July 28, 2026, edited by contributors from Microsoft and Google, describes a JavaScript API through which web applications can expose tools to AI agents. Incubation began in 2025.
webmcp
No terms match the filters.