RAG — Retrieval-Augmented Generation
A technique that allows an AI system to search external sources before generating its answer. This makes it possible to use information that is more recent or specific than the model’s training data. Google says it uses RAG approaches for some generative search features.
Grounding
The process by which an AI links its answers to verifiable external sources to ensure their factual accuracy.
Query fan-out
A technique used by some generative engines that involves breaking a question down into several related searches to gather the information needed for an answer. Google describes this approach for AI Overviews and AI Mode.
Entity
A clearly identifiable object — a company, person, product, place, organisation or concept — to which different pieces of information can be linked. Helping search engines understand a website’s entities correctly reduces ambiguity.
Structured data
Information added to a page’s code to describe entities, properties and relationships explicitly: a company, product, article, event, review and so on. Schema.org provides the most widely used vocabulary for this purpose.
JSON-LD
A commonly used format for embedding structured data in a web page. It makes it possible to express Schema.org information in a machine-readable form.
llms.txt
A proposal for a file placed at the root of a website to provide AI systems with a structured selection of useful resources and information. It remains a proposal rather than a universally adopted standard. Google Search currently says it ignores llms.txt, although other tools may use it.