Reference

Glossary

Essential terminology for digital marketing professionals working at the intersection of artificial intelligence, design, and organic search. Each definition is written for practitioners, not textbooks.

Category:

Showing 32 of 32 terms

Accessibility (a11y)

Design

The practice of designing digital products that can be used by people with disabilities, including visual, auditory, motor, and cognitive impairments.

Web accessibility is guided by the Web Content Accessibility Guidelines (WCAG), which define standards for perceivable, operable, understandable, and robust digital experiences. Accessible design benefits all users through clearer navigation, better contrast, and more logical content structure. It is also increasingly a legal requirement in many jurisdictions.

Agentic AI

AI

AI systems that can autonomously plan, execute, and iterate on multi-step tasks with minimal human supervision.

Unlike traditional AI models that respond to single prompts, agentic AI systems can decompose complex objectives into subtasks, use external tools, evaluate their own outputs, and adjust their approach based on results. In marketing, agentic AI is applied to campaign management, content workflows, and data analysis pipelines where multiple sequential decisions are required.

Artificial General Intelligence (AGI)

AI

A hypothetical form of AI that can understand, learn, and apply knowledge across any intellectual task that a human can perform.

AGI remains a theoretical concept. Current AI systems, including large language models, are classified as narrow AI — they excel at specific tasks but lack the generalised reasoning, common sense, and adaptability that AGI would require. The timeline for AGI development is a subject of significant debate among researchers.

Attention Mechanism

AI

A neural network component that allows models to focus on the most relevant parts of input data when generating output.

The attention mechanism, particularly the self-attention variant used in Transformer architectures, enables models to weigh the importance of different input elements relative to each other. This is the foundational innovation behind modern large language models, allowing them to understand context and relationships across long sequences of text.

Canonical URL

Organic Ranking

An HTML element that specifies the preferred version of a web page when multiple URLs contain identical or substantially similar content.

The canonical tag (rel="canonical") tells search engines which version of a page to index and attribute ranking signals to, preventing duplicate content issues. This is essential for pages accessible through multiple URLs (with/without trailing slashes, with tracking parameters, HTTP vs HTTPS) and for syndicated content that appears on multiple domains.

Chain-of-Thought Prompting

AI

A prompting technique that instructs AI models to break down complex reasoning into intermediate steps before providing a final answer.

By explicitly requesting step-by-step reasoning, chain-of-thought prompting improves the accuracy of AI outputs on tasks requiring logic, mathematics, or multi-step analysis. This technique is particularly valuable in marketing analytics, where AI is used to interpret data patterns and recommend strategic actions.

Colour Contrast Ratio

Design

The measurable difference in luminance between foreground text and its background, expressed as a ratio that determines readability.

WCAG 2.1 requires a minimum contrast ratio of 4.5:1 for normal text and 3:1 for large text (Level AA). Level AAA requires 7:1 and 4.5:1 respectively. Insufficient contrast makes text difficult to read for users with low vision, colour blindness, or those viewing screens in bright environments. Tools like the WebAIM contrast checker help designers verify compliance.

Container Queries

Design

A CSS feature that allows components to adapt their styling based on the size of their parent container rather than the viewport.

Container queries represent a paradigm shift in responsive design. Where media queries respond to the browser window size, container queries respond to the space available to a specific component. This enables truly modular, context-aware components that maintain optimal layouts regardless of where they are placed in a page.

Content Decay

Organic Ranking

The gradual decline in organic traffic to a page that previously performed well, caused by ageing content, increased competition, or evolving search intent.

Content decay is natural and predictable — all content eventually loses relevance as information becomes outdated and competitors publish fresher alternatives. Systematic monitoring of page-level traffic trends enables early detection, and content refresh strategies (updating statistics, adding new sections, realigning with current intent) can reverse the decline.

Core Web Vitals

Organic Ranking

A set of three metrics — Largest Contentful Paint (LCP), Interaction to Next Paint (INP), and Cumulative Layout Shift (CLS) — that Google uses to measure page experience quality.

Core Web Vitals became a ranking signal in 2021. LCP measures loading performance (target: under 2.5 seconds), INP measures interactivity (target: under 200 milliseconds), and CLS measures visual stability (target: under 0.1). While their direct ranking impact is modest compared to content and authority signals, they function as tiebreakers in competitive contexts.

Crawl Budget

Organic Ranking

The number of pages a search engine bot will crawl on a website within a given time period, determined by the site's crawl rate and crawl demand.

Crawl budget is primarily a concern for large websites (tens of thousands of pages or more). Factors that affect crawl budget include server response time, URL structure, internal linking, sitemap quality, and the proportion of high-quality versus low-quality pages. Optimising crawl budget ensures that search engines discover and index the most important pages efficiently.

Design System

Design

A comprehensive collection of reusable components, patterns, guidelines, and principles that ensure consistency across a product or brand's digital presence.

A design system goes beyond a component library or style guide. It includes design tokens (colours, spacing, typography values), component specifications, interaction patterns, content guidelines, and governance processes. Well-maintained design systems reduce design debt, accelerate development, and ensure brand consistency across teams and products.

Design Tokens

Design

Named, platform-agnostic values that represent the atomic design decisions of a design system — colours, spacing, typography, and other visual properties.

Design tokens abstract visual properties into a shared vocabulary that can be translated into any platform's native format (CSS custom properties, iOS constants, Android resources). They enable consistent design across web, mobile, and other platforms while allowing centralised updates that propagate automatically across all implementations.

E-E-A-T

Organic Ranking

Experience, Expertise, Authoritativeness, and Trustworthiness — the quality criteria Google uses to evaluate content credibility, particularly for topics that affect health, finances, or safety.

E-E-A-T is not a direct ranking factor but a framework used by Google's quality raters to evaluate search results. Content that demonstrates first-hand experience, subject-matter expertise, recognised authority, and trustworthy sourcing is more likely to rank well, particularly for Your Money or Your Life (YMYL) topics where inaccurate information could cause harm.

Entity

Organic Ranking

A uniquely identifiable thing or concept — a person, organisation, place, event, or idea — that search engines recognise and catalogue in their knowledge graphs.

Entity-based search represents a fundamental shift from keyword matching to semantic understanding. Google's Knowledge Graph contains billions of entities and their relationships. Content that clearly defines, contextualises, and connects entities helps search engines understand topical authority and can lead to enhanced search features like Knowledge Panels.

Fine-Tuning

AI

The process of further training a pre-trained AI model on a specific, smaller dataset to specialise its performance for a particular task or domain.

Fine-tuning allows organisations to adapt general-purpose AI models to their specific needs — matching brand voice, understanding industry terminology, or improving accuracy on domain-specific tasks. It requires significantly less data and computational resources than training a model from scratch, making it accessible to organisations without large AI research teams.

Fluid Typography

Design

A responsive typography approach where font sizes scale smoothly between minimum and maximum values based on viewport width, using CSS functions like clamp().

Fluid typography eliminates the discrete font-size jumps that occur at breakpoints in traditional responsive design. Instead of defining specific sizes for mobile, tablet, and desktop, fluid typography creates a continuous scale that adapts naturally to any viewport width, maintaining readable proportions throughout.

Hallucination

AI

When an AI model generates output that is factually incorrect, fabricated, or inconsistent with its training data, presented with apparent confidence.

Hallucination is one of the most significant challenges in deploying AI for content creation and information retrieval. Models may invent statistics, cite non-existent sources, or make claims that contradict established facts. Effective AI deployment requires verification workflows that catch hallucinated content before publication.

Information Architecture (IA)

Design

The structural design of information environments — how content is organised, labelled, and connected to support findability and understanding.

Information architecture encompasses taxonomy design, navigation systems, search functionality, and content relationships. Effective IA ensures that users can find what they need through multiple pathways (browsing, searching, following links) and that the organisational structure scales as content volume grows.

Internal Linking

Organic Ranking

Hyperlinks that connect pages within the same website, distributing link equity, establishing topical relationships, and guiding both users and search engine crawlers.

Strategic internal linking serves three SEO functions: distributing the ranking power from pages with external links to pages that need ranking support, establishing topical clusters that signal comprehensive coverage to search engines, and ensuring that all important pages are discoverable by crawlers. The hub-and-spoke model — where a comprehensive hub page links to detailed spoke pages — is the most effective architecture for building topical authority.

Large Language Model (LLM)

AI

A neural network trained on vast amounts of text data that can generate, analyse, and transform natural language.

LLMs like GPT-4, Claude, and Gemini are trained on billions of parameters using text from books, websites, and other sources. They predict the most likely next token in a sequence, which enables them to generate coherent text, answer questions, summarise documents, and perform various language tasks. Their application in marketing spans content creation, customer service, data analysis, and personalisation.

Micro-Interaction

Design

A small, contained design moment that accomplishes a single task — such as toggling a setting, liking a post, or confirming an action — through purposeful animation and feedback.

Micro-interactions consist of four components: a trigger (user action or system event), rules (what happens), feedback (what the user sees/feels), and loops/modes (repetition or variation). Well-designed micro-interactions communicate system state, guide user behaviour, and create the sense of quality and responsiveness that distinguishes polished interfaces.

Multimodal AI

AI

AI systems that can process and generate multiple types of data — text, images, audio, and video — within a single model.

Multimodal AI enables applications that cross media boundaries: generating images from text descriptions, analysing video content, creating audio from written scripts, or understanding documents that combine text and visuals. In marketing, multimodal capabilities enable automated creative production, accessibility improvements, and richer content analysis.

Prompt Engineering

AI

The practice of designing and refining input instructions to AI models to achieve specific, high-quality outputs.

Effective prompt engineering involves understanding how models interpret instructions, providing appropriate context and constraints, specifying output format and tone, and iterating based on results. It has become a critical skill in marketing teams that use AI for content production, analysis, and automation.

Retrieval-Augmented Generation (RAG)

AI

An AI architecture that combines a language model with an external knowledge retrieval system to ground generated outputs in verified information.

RAG addresses the hallucination problem by retrieving relevant documents from a curated knowledge base before generating a response. The model uses the retrieved information as context, producing outputs that are grounded in specific, verifiable sources. This approach is particularly valuable for marketing applications where factual accuracy is essential.

Schema Markup

Organic Ranking

Structured data vocabulary (from Schema.org) added to HTML that helps search engines understand the content and context of a page, enabling rich results in search.

Schema markup uses JSON-LD format (recommended by Google) to define entities and their properties: articles, products, organisations, events, FAQs, how-to guides, and more. Properly implemented schema can trigger rich results — enhanced search listings with ratings, images, prices, or other visual elements that increase click-through rates.

Search Intent

Organic Ranking

The underlying purpose behind a user's search query — whether they want information, want to navigate to a specific site, want to compare options, or want to complete a transaction.

Search intent is classified into four categories: informational (seeking knowledge), navigational (seeking a specific website), commercial investigation (comparing options), and transactional (ready to purchase or act). Aligning content format and depth with the dominant intent behind target queries is one of the most important factors in achieving and maintaining organic rankings.

Topical Authority

Organic Ranking

The perceived expertise of a website on a specific subject area, built through comprehensive, interlinked content that covers a topic in depth across multiple related pages.

Topical authority signals to search engines that a website is a credible, comprehensive resource on a subject. It is built through content clusters (groups of interlinked pages covering related subtopics), consistent publication on the topic, and external recognition (backlinks and mentions from other authoritative sources in the same field). Sites with strong topical authority tend to rank more easily for new content within their established topics.

Visual Hierarchy

Design

The arrangement of design elements to guide the viewer's eye through content in order of importance, using size, colour, contrast, spacing, and position.

Visual hierarchy determines what users notice first, second, and third on a page. It is established through contrast (elements that differ from their surroundings attract attention), scale (larger elements are perceived as more important), position (top-left in Western reading patterns receives primary attention), and whitespace (isolated elements receive more attention than clustered ones).

Whitespace

Design

The empty space between and around design elements, used intentionally to create visual breathing room, establish hierarchy, and improve readability.

Whitespace (also called negative space) is an active design element, not merely empty area. Generous whitespace increases comprehension by reducing cognitive load, creates a sense of sophistication and quality, and directs attention toward the content that matters most. Research shows that whitespace around text increases reading comprehension by approximately 20%.