Terminology Glossary

Comprehensive A-Z glossary of AEO, GEO, and AI optimization terms

A

B

C

D

E

F

G

H

I

L

M

N

O

P

Q

R

DT-010
RDF (Resource Description Framework)
A standard model for data interchange on the web, designed to represent information about resources in a graph form.

RDF is the foundation of the Semantic Web. It provides a framework for expressing information about resources using subject-predicate-object triples, enabling complex relationships to be machine-readable.

DT-022
RDFa (Resource Description Framework in Attributes)
A W3C recommendation for embedding RDF data within HTML and XML documents using attributes.

RDFa provides a way to add semantic annotations directly to HTML elements. It's more complex than JSON-LD but offers fine-grained control over which content is marked up.

DT-038
Retrieval-Augmented Generation (RAG)
An AI technique that combines information retrieval with text generation, allowing models to cite specific sources when generating responses.

RAG is why AI models can now cite sources. They retrieve relevant information from databases or the web, then generate responses based on that information, with citations.

DT-026
Robots Meta Tag
HTML meta tags that provide instructions to search engine crawlers about how to index and display page content.

Robots meta tags control crawler behavior at the page level. They're essential for managing which content appears in search results and AI training data.

DT-027
Robots.txt
A text file that provides instructions to web crawlers about which pages or sections of a site should not be crawled or indexed.

Robots.txt operates at the site level, controlling crawler access to entire directories or file types. It's the first file crawlers check when visiting a site.

S

T

DT-047
Temperature (AI)
A parameter that controls the randomness of AI model outputs, with lower values producing more deterministic responses.

Temperature affects AI creativity vs. accuracy. Understanding this parameter helps predict how AI systems will use your content in different contexts.

DT-046
Token (AI)
The basic unit of text that AI models process, roughly equivalent to a word or word fragment.

Understanding tokens helps optimize content for AI processing. Structured data is token-efficient, conveying maximum information with minimum tokens.

DT-048
Top-K Sampling
A text generation strategy where the AI model considers only the K most likely next tokens when generating text.

Top-K sampling affects AI output diversity. While technical, understanding these mechanisms helps predict how AI systems will represent your information.

DT-050
Transformer Architecture
The neural network architecture underlying modern LLMs, using attention mechanisms to process sequential data.

Transformers revolutionized NLP and enabled models like GPT and BERT. Understanding this architecture helps explain why structured data and entity clarity matter.

DT-012
Triple Store
A database designed to store and retrieve RDF triples (subject-predicate-object statements).

Triple stores are the databases behind knowledge graphs. They enable efficient storage and querying of entity relationships, powering systems like Wikidata and enterprise knowledge graphs.

DT-024
Twitter Cards
Meta tags that control how content is displayed when shared on Twitter/X, providing rich media experiences.

Twitter Cards work similarly to Open Graph tags but are specific to Twitter/X. They ensure your content is presented optimally when shared on the platform.

V

X

Z