[Atomic Glue](atomicglue.co)
Home › Glossary

The A-Z of the web

472 terms, spelled out and cross-referenced — the way a good reference book should be.

A
A/B TestingA/B testing is a controlled experiment that compares two versions of a web page or element to determine which performs better against a specific goal. It removes guesswork from optimization. If you are making changes without testing, you are gambling, not optimizing.Above the FoldAbove the fold refers to the portion of a webpage visible without scrolling. It originated in print journalism. On the modern web, its meaning has shifted dramatically due to mobile devices, infinite scroll, and varied screen sizes. What matters is not a fixed pixel line but the first impression users form in the first few seconds.Accessibility (a11y)Accessibility (often shortened to a11y for the 11 letters between the A and the Y) means designing and building digital products that people of all abilities can perceive, understand, navigate, interact with, and contribute to. It is not a feature tier or a special mode. It is a fundamental property of well-built software, no different from security or performance.Accessibility AuditAn accessibility audit is a systematic evaluation of a website, application, or digital product against accessibility standards (typically WCAG 2.2 AA). It combines automated scanning (axe-core, WAVE), manual testing (keyboard, screen reader), expert review, and sometimes user testing to produce a comprehensive list of issues and remediation guidance.Accessibility OverlayAn accessibility overlay is a third-party script (typically JavaScript) that a website operator adds to their site, claiming it will automatically detect and fix accessibility problems and/or add a toolbar of accessibility settings. Overlays are widely condemned by the disability community and accessibility professionals. They cannot make a site accessible, often introduce new barriers, and in some cases increase legal liability. The W3C Overlay Fact Sheet, signed by over 1,000 experts, explains why.Accessible FormsAccessible forms are form controls that every user can perceive, understand, and complete. This means every input has a visible and programmatically associated label, clear error messages, logical focus order, and sufficient touch or click target sizes. Poorly built forms are one of the most common barriers on the web and a frequent source of WCAG violations.AccordionAn accordion is a vertically stacked set of collapsible panels that users can expand or collapse to reveal or hide content. It is commonly used for FAQs, product specifications, and navigation menus.Account-Based Marketing (ABM)Account-Based Marketing (ABM) is a strategic approach that coordinates marketing and sales resources to target, engage, and convert a specific set of high-value accounts. Instead of casting a wide net, ABM treats each account as a market of one.ADA ComplianceADA compliance in the digital context means ensuring a website or mobile application meets the accessibility requirements of the Americans with Disabilities Act (ADA). While the ADA predates the commercial internet, courts and the Department of Justice have consistently held that websites are places of public accommodation and must be accessible to people with disabilities, using WCAG as the technical benchmark.Affiliate MarketingAffiliate marketing is a performance-based channel where businesses pay external partners (affiliates) a commission for driving qualified traffic or sales. It is a pay-for-performance model: you only pay when a specific action (usually a sale) occurs.Agentic SearchAgentic search is search performed by AI agents on behalf of users. Rather than the user searching, the AI agent independently researches, compares, and executes tasks across multiple steps and sources. It represents the third wave of search evolution.Agentic WorkflowAn agentic workflow is a structured process where AI agents autonomously plan, execute, and iterate on multi-step tasks, using tools and decision-making at each stage to achieve a goal.Agile DevelopmentAgile development is an iterative approach to software development that emphasizes flexibility, collaboration, customer feedback, and small rapid releases over rigid planning and extensive documentation. It is guided by the Agile Manifesto's four values and twelve principles.AI Agent / Autonomous AgentAn AI agent is an LLM-powered system that can independently plan, use tools, execute multi-step tasks, and make decisions to achieve a goal with minimal human intervention.AI CitationsAI citations are references to a source (website, article, video) included in AI-generated answers. They function like footnotes in AI Overviews, ChatGPT responses, and Perplexity answers. Getting cited is the primary goal of AEO and GEO.AI Crawler (GPTBot, ClaudeBot, PerplexityBot)AI crawlers are bots operated by AI companies (OpenAI, Anthropic, Perplexity) that index web content for LLM training and/or real-time search retrieval. GPTBot, ClaudeBot, and PerplexityBot are the three you need to know, and you should configure your robots.txt to allow search bots while optionally blocking training bots.AI GatewayAn AI gateway is a middleware layer that sits between your applications and AI model providers, handling routing, security, rate limiting, cost tracking, and governance for all AI traffic.AI ModeGoogle AI Mode is an advanced search interface within Google Search that provides Gemini-powered conversational, multi-step reasoning with inline citations. It goes beyond AI Overviews by handling follow-ups, comparisons, and complex research tasks in a single session.AI ObservabilityAI observability is the practice of monitoring, tracing, and analyzing AI system behavior in production to understand why models produce the outputs they do, track quality, and debug failures.AI OverviewGoogle's AI Overview is a generative answer block displayed above organic search results, synthesizing information from multiple sources into a conversational response with inline citations. It replaced the Search Generative Experience (SGE) and became Google's default answer format for a significant share of queries.AI Visibility PyramidThe AI Visibility Pyramid is a framework (popularized by Animalz) that organizes AI search optimization into three layers: SEO fundamentals (base), content extractability (middle), and brand authority (top). It provides a structured approach to AEO and GEO strategy.AI-Assisted Development (Cursor / Copilot)AI-assisted development uses LLMs to help developers write, debug, and understand code in real time. GitHub Copilot, Cursor, Claude Code, and Codex are the leading tools in this rapidly evolving category.AlgorithmA search algorithm is a complex set of rules and calculations a search engine uses to rank web pages in response to a user query.Algorithm UpdateAn algorithm update is a significant change to how a search engine ranks content, often causing measurable shifts in search results and site traffic.Alt TextAlt text (alternative text) is the text description embedded in an image's HTML alt attribute that screen readers announce in place of the image. It is the single most important accessibility technique for images. Good alt text conveys the content and function of an image. Bad alt text (or missing alt text) is a WCAG Level A failure and one of the most common accessibility defects on the web.Alt TextAlt text (alternative text) is an HTML attribute added to image tags that describes the image content for accessibility and search engine understanding.Anchor TextAnchor text is the visible, clickable text in a hyperlink. Search engines use it as a signal of what the linked page is about.AngularAngular is a TypeScript-based web application framework developed by Google. It provides a comprehensive, opinionated platform including routing, forms, HTTP client, state management, and testing utilities out of the box.Animation / Motion DesignAnimation and motion design in interfaces use movement to guide attention, provide feedback, indicate transitions, and add personality. Effective motion is purposeful, performant, and respectful of user preferences.Answer EngineAn answer engine is a search platform that delivers direct answers instead of links. ChatGPT, Perplexity, and Google AI Overviews are answer engines. They extract, synthesize, or generate a response so users don't need to click through to a website.Answer Engine OptimizationAEO is the practice of structuring content so AI-powered answer engines (ChatGPT, Perplexity, Google AI Overviews) cite your brand as a source in their generated responses. Unlike SEO, the goal is citation, not ranking.APIAn API (Application Programming Interface) is a set of defined rules that enables one software application to communicate with and use the functionality of another.App Bundle / AABThe Android App Bundle (AAB) is Google's required publishing format that generates optimized APKs for each device configuration, reducing app size by an average of 15%.App Store Optimization (ASO)The process of improving a mobile app's visibility and conversion rate in app store search results.ARIAARIA (Accessible Rich Internet Applications) is a W3C specification that supplies the semantics missing in plain HTML for interactive widgets and dynamic content. ARIA attributes such as role, aria-label, aria-expanded, and aria-live tell assistive technologies what elements are and what they do. The first rule of ARIA: if you can use a native HTML element that already has the semantics built in, do that instead.Artificial IntelligenceArtificial Intelligence is the simulation of human intelligence by machines, especially computer systems. It enables software to reason, learn, perceive, and make decisions at scale.AstroAstro is a content-focused web framework that ships zero JavaScript by default. It uses island architecture to render static HTML and only hydrates interactive components on demand, supporting multiple UI frameworks (React, Vue, Svelte) within the same page.Atomic AnswerAn atomic answer is a self-contained, citable content unit that answers exactly one question. It is the smallest piece of content that an AI engine can extract and use independently, designed for maximum extractability.Atomic Design (Atoms / Molecules / Organisms)Atomic Design is a methodology for creating design systems by breaking interfaces into a hierarchy of components: atoms (basic elements), molecules (simple combinations), organisms (complex sections), templates (layouts), and pages (specific instances).Attribution Modeling (First-Click, Last-Click, Multi-Touch, Data-Driven)Attribution modeling is the framework that determines how credit for conversions is assigned to different marketing touchpoints along a customer's journey. Models range from simple (first-click gives all credit to the first touchpoint; last-click gives all credit to the final touchpoint) to sophisticated (multi-touch distributes credit across multiple touchpoints; data-driven uses machine learning to assign credit based on actual impact).Authentication vs AuthorizationAuthentication verifies who you are. Authorization verifies what you are allowed to do. They are two distinct security concepts that are often confused. Authentication always comes before authorization.Authentication vs AuthorizationAuthentication verifies who you are (identity). Authorization determines what you are allowed to do (permissions). They are distinct but complementary security functions that are often confused.AVIFAVIF (AV1 Image File Format) is the most compression-efficient image format available, offering 50% smaller files than JPEG and 20-30% smaller than WebP, with HDR and wide color gamut support.AWS (EC2 / S3 / CloudFront / Lambda)Amazon Web Services (AWS) is Amazon's cloud computing platform. EC2 provides virtual servers, S3 stores files, CloudFront is a CDN, and Lambda runs code without provisioning servers.axe-coreaxe-core is an open-source accessibility testing engine developed by Deque Systems. It is the industry-standard library for automated accessibility testing, integrated into browsers, CI/CD pipelines, and testing frameworks. axe-core runs a set of rules against a page's DOM and reports violations with WCAG success criterion mappings, element selectors, and fix guidance.
B
B2B MarketingB2B marketing is the practice of promoting products and services to other businesses rather than individual consumers. It involves longer sales cycles, higher deal values, multiple decision-makers, and a heavy emphasis on educational content, relationship building, and demonstrated ROI.BacklinkA backlink is a link from one website to another. Search engines treat backlinks as votes of confidence, making them one of the strongest ranking signals.Backup StrategyA backup strategy defines what data you protect, how often you back it up, where you store backups, and how you restore them. A good strategy follows the 3-2-1 rule: three copies, two different media, one offsite.BigCommerceBigCommerce is an open SaaS ecommerce platform built for mid-market and enterprise businesses. Unlike Shopify, it charges zero transaction fees on any payment gateway and offers stronger native B2B features, making it a strong choice for stores with complex catalogs, wholesale operations, or custom checkout requirements.Black Hat vs White Hat SEOWhite hat SEO follows search engine guidelines to improve rankings through legitimate means. Black hat SEO uses aggressive, manipulative tactics that violate guidelines and risk penalties.BLUF (Bottom Line Up Front)BLUF (Bottom Line Up Front) is a writing principle where the main answer or conclusion comes in the first sentence, followed by supporting details. It is the single most important writing technique for AEO because AI engines truncate attention after the first 20-30% of content.Bounce RateBounce rate is the percentage of sessions that were not engaged. In GA4, bounce rate is calculated as 100% minus engagement rate, making it a derived metric. This is a fundamentally different calculation from Universal Analytics where bounce rate measured single-page sessions with no interaction.Brand GuidelinesBrand guidelines are the official rulebook for how a brand should be presented across every medium, covering logo usage, color values, typography, tone of voice, and application examples.Brand IdentityBrand identity is the visible and tangible expression of a brand: its logo, colors, typography, imagery, voice, and all visual and verbal cues that distinguish it from competitors.Breadcrumb NavigationBreadcrumb navigation is a secondary navigation system that shows users their current location within a website's hierarchy, typically displayed as a horizontal trail of clickable links separated by separators like "Home / Services / Web Design".Browser CachingStoring previously downloaded resources on the user's device so subsequent page loads (or return visits) can skip network requests entirely.BundlingBundling is the process of combining multiple source files (JavaScript modules, CSS files, assets) into fewer, optimized output files for production deployment.
C
CAC (Customer Acquisition Cost)Customer Acquisition Cost (CAC) is the total cost of acquiring a new customer, including all marketing and sales expenses divided by the number of new customers acquired in a given period. It is a core business metric that determines the efficiency and sustainability of growth.Caching (Redis)Caching is the technique of storing frequently accessed data in a fast, temporary storage layer to serve future requests faster. Redis is the most popular in-memory data store used for caching, providing sub-millisecond response times.Call to Action (CTA)A CTA is a prompt that tells the user what to do next. It is the tipping point between a browse and a conversion. Bad CTAs are vague. Great CTAs are specific, urgent, and impossible to misinterpret.Canonical TagA canonical tag (`rel=canonical`) is an HTML element that tells search engines which version of a URL is the preferred or master version when duplicate or similar pages exist.CapacitorAn open-source native runtime from the Ionic team that allows web applications to run as native mobile apps with access to device APIs.CAPTCHA / reCAPTCHA / TurnstileCAPTCHA and its modern alternatives (reCAPTCHA, Cloudflare Turnstile) are challenge-response tests used to distinguish human users from automated bots. They protect forms, login pages, and APIs from abuse.Captioning / TranscriptsCaptions are synchronised text that displays spoken dialogue, sound effects, and other audio information during video playback. Transcripts are full-text records of audio or video content. Both are WCAG Level A requirements for pre-recorded multimedia. Captions serve people who are deaf or hard of hearing, non-native speakers, and anyone watching without sound.Case StudyA case study is a detailed account of how a specific customer achieved results using your product or service. It is the most powerful form of social proof because it is the most specific, the most credible, and the most persuasive. A case study is a testimonial with evidence.CCPA / CPRAThe California Consumer Privacy Act (CCPA) and California Privacy Rights Act (CPRA) are California state laws granting residents rights over their personal data. The CPRA expanded and amended the CCPA, effective January 2023.ccTLD (Country Code TLD)A ccTLD is a two-letter top-level domain assigned to a specific country, sovereign state, or territory, such as .uk (United Kingdom), .jp (Japan), or .br (Brazil).ChatGPT SearchChatGPT Search is OpenAI's AI-powered search engine that combines web retrieval with GPT generation. It provides cited, conversational answers to queries. It is one of the three major AI search platforms (with Google AI Overviews and Perplexity).Checkout AbandonmentCheckout abandonment is when a user adds items to their cart but leaves before completing the purchase. The average rate is 70-80%. It is the single biggest revenue leak in ecommerce. Every abandoned cart is a signal that something in the checkout experience broke the user's trust or patience.ChunkingChunking is the process of breaking content into smaller, semantically coherent segments that AI retrieval systems can index and retrieve independently. It is a core technique in RAG architecture and directly impacts whether your content gets cited.CI/CD (GitHub Actions)CI/CD automates the process of testing and deploying code changes. GitHub Actions is a CI/CD platform built into GitHub that runs workflows triggered by events like pushes, pull requests, or schedules.Citation GapThe citation gap is the difference between your brand's citation rate and your competitors' citation rates in AI-generated answers. A large citation gap means your competitors are being cited by AI engines while you are not, representing a strategic vulnerability.Citation RateCitation rate measures how often your brand or content is cited in AI-generated answers relative to total relevant queries. It is the AEO/GEO equivalent of organic click-through rate: the primary KPI for AI visibility.Click-Through Rate (CTR)CTR is the percentage of people who click on a specific link or CTA out of the total who see it. It measures the effectiveness of your copy, design, and offer in getting users to take the next step. High CTR does not always mean high conversion rate. They are different metrics.Client-Side Rendering (CSR)Client-side rendering (CSR) generates HTML content in the browser using JavaScript, with the server providing a minimal shell and data APIs rather than fully rendered pages.Cloud HostingCloud hosting runs your site across a network of virtual servers that draw resources from a large underlying pool. It scales on demand and you pay only for what you use, making it flexible and resilient.CloudflareCloudflare is a global network that provides CDN, DDoS protection, DNS, web security, and edge computing services. It sits between your website and its visitors, optimizing and protecting every request.CLS (Cumulative Layout Shift)CLS measures the largest burst of unexpected layout shifts during the entire lifecycle of a page. Target: under 0.1.CMSA Content Management System (CMS) is software that lets you create, manage, and publish digital content without writing code from scratch. It separates content from presentation, so non-technical teams can update websites without touching HTML or CSS.Code SplittingCode splitting is the practice of dividing an application's JavaScript into separate bundles that can be loaded on demand, rather than sending everything in one monolithic file.Cognitive LoadCognitive load is the amount of mental effort required to use your website. High cognitive load means the user has to think too hard. When thinking gets hard, users leave. Low cognitive load means the experience feels intuitive. The best CRO makes the right action feel like the obvious action.Cold StartA cold start is the delay that occurs when a serverless function is invoked after being idle. The cloud provider must provision resources and initialize the runtime before executing the code.Color Contrast RatioColor contrast ratio measures the difference in luminance between foreground text and its background, expressed as a ratio (e.g., 4.5:1). WCAG requires a minimum contrast ratio of 4.5:1 for normal text and 3:1 for large text (18px bold or 24px regular) at Level AA. Low contrast is the most common accessibility failure on the web, affecting users with low vision and everyone in bright sunlight.Color PaletteA color palette is a defined set of colors used consistently across a brand or product interface to create visual harmony, hierarchy, and emotional tone.Component LibraryA component library is a collection of reusable, pre-built UI components (buttons, forms, modals, navigation) that can be used across projects to ensure consistency and speed development.Composable CommerceComposable Commerce is an architectural approach where you assemble best-of-breed commerce components (storefront, search, payments, CMS, personalization) rather than using a single monolithic platform. Each component is independently deployed, scaled, and updated, connected via APIs. It is the practical application of MACH Architecture principles to ecommerce.Content CalendarA content calendar is a schedule that plans, organizes, and tracks content production and publication. It turns a content strategy into an actionable timeline, ensuring consistent output, preventing duplication, and aligning content with campaigns, product launches, and seasonal events.Content Delivery Network (CDN)A geographically distributed network of proxy servers that deliver content from locations closest to the user, reducing latency and improving load times.Content MarketingContent marketing is the strategic creation and distribution of valuable, relevant content to attract and retain a clearly defined audience, ultimately driving profitable customer action. It is not advertising. It is giving away your best insights so people trust you enough to buy from you.Content StrategyContent strategy is the planning, creation, delivery, and governance of content. It ensures every piece of content serves a clear business goal, reaches the right audience, and fits within a larger ecosystem. It is the blueprint that turns content from random publishing into a coordinated system.ContentfulContentful is an enterprise-grade headless CMS that provides a visual content modeling interface, robust governance features, and a global CDN for content delivery. Founded in 2013, it pioneered the headless CMS category and remains the leading choice for large organizations that need structured content management with enterprise SLAs.Context WindowA context window is the maximum amount of text (measured in tokens) that an LLM can process at one time when generating a response. It limits how much of your content the AI can read before generating its answer. Content beyond the context window is invisible to the LLM.Conversational AIConversational AI is the technology that powers natural, human-like conversations between computers and people. It includes chatbots, voice assistants, and customer support automation, now driven primarily by LLMs.Conversational SearchConversational search is a search experience where users interact through natural language dialogue with follow-up questions, rather than typing isolated keywords. ChatGPT and Perplexity are conversational search interfaces; traditional Google is not.Conversion Funnel (ToFu/MoFu/BoFu)The conversion funnel is a model that visualizes the customer journey from first awareness to final conversion. It is divided into three stages: Top of Funnel (ToFu, awareness), Middle of Funnel (MoFu, consideration), and Bottom of Funnel (BoFu, decision). Each stage requires different content, different CTAs, and different optimization strategies.Conversion RateConversion rate is the percentage of sessions or users who completed a desired action (a conversion) out of the total number of sessions or users. In GA4, it is calculated as key events per session or key events per user.Conversion Rate OptimizationCRO is the systematic process of increasing the percentage of website visitors who take a desired action. It is not about getting more traffic. It is about getting more value from the traffic you already have.Cookie Attributes (Secure/HttpOnly/SameSite)Cookie attributes (Secure, HttpOnly, SameSite) are flags set on HTTP cookies to control their security properties: encryption in transit, JavaScript access restrictions, and cross-origin sending behavior.Cookie ConsentCookie consent is the legal requirement to obtain a user's permission before storing or accessing cookies and similar tracking technologies on their device. It is mandated by regulations like GDPR (EU), ePrivacy Directive (EU), CCPA/CPRA (California), and LGPD (Brazil), each with different requirements for how consent must be obtained and managed.Cookie Consent BannerA cookie consent banner is a website notification that informs visitors about cookie usage and obtains their consent where required by privacy regulations like GDPR and ePrivacy Directive.Cookie DeprecationCookie deprecation refers to the phase-out of third-party cookies by web browsers, led by Google Chrome after Safari and Firefox already blocked them. This fundamentally changes how cross-site tracking, retargeting, and audience targeting work, forcing a shift to first-party data, privacy-preserving APIs, and alternative measurement methods.Core Web VitalsA set of three Google metrics (LCP, INP, CLS) that measure real-world user experience on loading, interactivity, and visual stability.CORSCORS (Cross-Origin Resource Sharing) is a browser security mechanism that controls which web pages can request resources from a different origin. It uses HTTP headers to define allowed origins, methods, and headers for cross-origin requests.CORSCORS (Cross-Origin Resource Sharing) is a browser security mechanism that controls how web pages from one origin can request resources from a different origin. It uses HTTP headers to define allowed cross-origin requests.CPC / CPM / CPACPC (Cost Per Click), CPM (Cost Per Mille, or cost per 1,000 impressions), and CPA (Cost Per Acquisition) are the three primary pricing models in digital advertising. Each serves a different campaign objective: clicks, visibility, or conversions.Crawl BudgetCrawl budget is the number of URLs Googlebot can and wants to crawl on your site within a given time frame, determined by crawl demand and crawl rate limits.CrawlingCrawling is the process by which search engine bots discover and download web pages by following links across the internet.Critical Rendering PathThe sequence of steps the browser uses to convert HTML, CSS, and JavaScript into pixels. Minimizing this path is the foundation of frontend performance optimization.CRMCRM (Customer Relationship Management) is a system that manages all interactions with current and potential customers. It centralizes contact data, tracks sales activities, manages pipelines, and stores customer history. For B2B companies, the CRM is the single source of truth for go-to-market operations.Cross-Platform DevelopmentBuilding a single application that runs on multiple platforms (iOS, Android, web, desktop) using one shared codebase.CrUX ReportThe Chrome User Experience Report is Google's public dataset of real-user performance metrics from opted-in Chrome browsers. It powers field data in PSI and Search Console.CSPContent Security Policy (CSP) is a browser security standard that prevents cross-site scripting (XSS), clickjacking, and other code injection attacks by controlling which resources a page can load and execute.CSPContent Security Policy (CSP) is a browser security standard that uses HTTP headers to control which resources (scripts, styles, images, fonts) a page is allowed to load, preventing XSS and data injection attacks.CSRFCross-Site Request Forgery (CSRF) is an attack that tricks an authenticated user into performing unintended actions on a web application by sending forged requests from another site.CSSCSS (Cascading Style Sheets) is a declarative language that controls the visual presentation of HTML documents across screens, print, and other media.CSS FlexboxCSS Flexbox is a one-dimensional layout model that distributes space and aligns items within a container, making it ideal for navigation bars, centering, and dynamic row/column layouts.CSS GridCSS Grid is a two-dimensional layout system that enables precise control over rows and columns simultaneously, making it the definitive tool for page-level layouts.Custom Post TypesCustom Post Types (CPTs) are user-defined content types in WordPress that extend the default post and page types. They allow you to create structured content like portfolios, testimonials, products, events, or any content type specific to your site's needs, with its own admin interface and template files.Customer Data Platform (CDP)A Customer Data Platform (CDP) is a system that unifies customer data from multiple sources into a single, persistent, and actionable customer profile. It enables personalized marketing across channels by creating a complete view of each customer that goes beyond what a CRM or marketing automation platform can provide alone.Customer JourneyThe customer journey is the complete sequence of touchpoints and interactions a person has with your brand, from first awareness through post-purchase. CRO is impossible without understanding the customer journey. You cannot optimize a path you have not mapped.
D
Dark PatternsDark patterns are user interface designs intentionally crafted to trick or manipulate users into doing things they would not otherwise do. They are the opposite of ethical CRO. They produce short-term gains and long-term trust destruction. Avoid them completely.DashboardA dashboard is a graphical user interface that displays key metrics, data visualizations, and performance indicators on a single screen, giving users an at-a-glance view of the state of their business, project, or system.Data LayerThe data layer is a JavaScript object (typically named window.dataLayer) that stores structured information about a user's interaction with a website and passes it to Google Tag Manager. It acts as a bridge between your website's code and your tracking tags, ensuring clean, reliable data flows regardless of how tags are configured.DatabaseA database is an organized collection of structured data stored and accessed electronically. It provides persistent storage, efficient retrieval, concurrent access, and data integrity through a Database Management System (DBMS).DDoS ProtectionDistributed Denial-of-Service (DDoS) protection is a set of techniques and services that defend against attacks attempting to overwhelm a website or server with traffic, making it unavailable to legitimate users.Deep Linking (Universal Links / App Links)A technique that directs users to specific content inside a mobile app from external links, instead of landing on the app's homepage.Demand GenerationDemand generation is the process of creating awareness and interest in a product or service through coordinated marketing programs. It covers the entire funnel from building brand awareness to capturing demand through high-intent channels and nurturing prospects until they are ready to buy.Deployment PipelineA deployment pipeline is an automated sequence of stages that code passes through from commit to production, including build, test, review, and deploy steps.Design HandoffDesign handoff is the process of transferring finalized designs from designers to developers for implementation. The goal is to bridge the gap between design intent and code with minimal misinterpretation.Design SprintA Design Sprint is a five-day process developed by Google Ventures for answering critical business questions through design, prototyping, and testing with real users. It compresses months of work into a week.Design SystemA design system is a collection of reusable components, patterns, and standards governed by clear principles. It is the single source of truth for teams building digital products at scale.Design SystemA design system is a comprehensive collection of reusable components, design tokens, guidelines, and principles that govern how a product is designed and built. It is the single source of truth for a brand's digital experience.Design TokensDesign tokens are platform-agnostic variables that store design decisions like colors, spacing, typography, and shadows. They bridge design and code by replacing hardcoded values with named references.Digital MarketingDigital marketing is the practice of promoting products, services, or brands through online channels including search engines, social media, email, websites, and paid media. It replaces or supplements traditional advertising with measurable, targeted, and often automated campaigns.Digital Sustainability / Green WebDigital sustainability is the practice of designing, building, and operating digital products and services in ways that minimize environmental impact. The Green Web movement applies these principles specifically to websites and web applications.DNSThe Domain Name System (DNS) translates human-readable domain names (like example.com) into machine-readable IP addresses that computers use to connect.DNS Management (A Record / CNAME)DNS management is the process of configuring your domain's DNS records to control which servers handle your domain, email, and subdomains. A records point domains to IP addresses; CNAME records point domains to other domains.DockerDocker packages your application and all its dependencies into a lightweight, portable container that runs the same way everywhere: your laptop, a test server, or production.Dofollow vs NofollowDofollow links pass link equity and influence search rankings. Nofollow links do not pass equity and are used for untrusted or paid content, though they may still drive traffic.DOMThe Document Object Model (DOM) is a programming interface that represents an HTML or XML document as a tree of objects that can be manipulated with scripts.Domain NameA domain name is the human-readable web address users type into a browser to visit a website, like google.com or atomicglue.com. It maps to a numerical IP address that computers use to find each other on the internet.Domain RegistrarA domain registrar is a company authorized to sell domain name registrations, renewals, and transfers. It is where you buy and manage your domain ownership.Duplicate ContentDuplicate content is content that appears on multiple URLs, either within the same site or across different domains, which can confuse search engines and dilute ranking signals.
E
E-E-A-TE-E-A-T stands for Experience, Expertise, Authoritativeness, and Trustworthiness: the four pillars Google's quality raters use to evaluate content quality, especially on YMYL topics.E-E-A-T in AI SearchE-E-A-T (Experience, Expertise, Authoritativeness, Trustworthiness) is Google's quality framework for evaluating content. In AI search, E-E-A-T signals are even more critical because AI systems use them to decide which sources to cite with confidence.Edge AIEdge AI runs machine learning models on local devices (phones, cameras, IoT hardware) instead of in the cloud. It enables real-time AI inference with no internet dependency, lower latency, and better privacy.Edge CachingStoring pre-generated responses on CDN edge servers so subsequent requests are served without contacting the origin server. Critical for low TTFB.Edge ComputingEdge computing runs code on servers located close to your users geographically, reducing latency by processing data and logic at the network edge instead of a central data center.Edge FunctionsEdge functions are serverless functions that run at the network edge, in CDN nodes geographically close to users, rather than in a single centralized region. They minimize latency by executing code as close to the user as possible.Email Automation / Drip CampaignEmail automation (drip campaigns) is the practice of sending pre-written emails triggered by specific user actions or time intervals. It enables personalized, behavior-based communication at scale, nurturing leads, onboarding users, and driving conversions without manual effort.Email MarketingEmail marketing is the use of email to send promotional, educational, or transactional messages to a targeted audience. It is one of the highest-ROI marketing channels, delivering an average return of $36 for every $1 spent, with particular strength in lead nurturing, customer retention, and lifecycle communication.EmbeddingsEmbeddings are numerical vector representations of text that capture semantic meaning, enabling AI systems to match concepts by similarity rather than exact keywords. They are the foundation of semantic search and RAG retrieval.Emotional DesignEmotional design is the practice of creating products that elicit specific emotional responses from users, building connection, delight, and loyalty. Don Norman's framework divides it into three levels: visceral, behavioral, and reflective.Empty State / Error State / Loading StateThese are three critical non-happy-path UI states. Empty states appear when there is no data to show. Error states handle failures. Loading states indicate that content is being fetched. Designing all three determines how resilient a product feels.Engagement RateEngagement rate is the percentage of sessions that qualify as 'engaged' in GA4. An engaged session is one where the user spent at least 10 seconds on the site, viewed 2 or more pages, or triggered a key event. Engagement rate is the inverse of bounce rate.EntityIn AI and search, an entity is a distinct, identifiable thing or concept (a person, brand, place, product, idea) that a knowledge graph can recognize and relate to other entities. Entities are the atomic units of understanding for AI systems.Entity StrengtheningEntity strengthening is the process of building a brand's recognition and authority as a distinct entity in the Knowledge Graph through schema markup, Wikipedia presence, consistent citations, and entity-rich content. It is a core AEO and GEO tactic.Environment VariablesEnvironment variables are key-value pairs stored outside your application code that configure behavior based on the environment: development, staging, or production. They keep secrets and settings out of your codebase.European Accessibility Act (EAA)The European Accessibility Act (EAA, Directive 2019/882) is an EU directive requiring that key digital products and services be accessible to people with disabilities. It came into full effect on June 28, 2025, and applies to any organisation operating in or targeting the EU market, regardless of where the company is headquartered.Event TrackingEvent tracking is the practice of recording specific user interactions on a website or app (clicks, form submissions, video views, purchases) as structured data points sent to an analytics platform. In GA4, event tracking is the fundamental data model: every measurable interaction is an event.Exit-Intent PopupAn exit-intent popup is a modal or overlay that appears when a user's mouse movement or cursor behavior suggests they are about to leave the page. It is the last chance to convert a departing visitor. Used well, it recovers 5-15% of abandoning users. Used poorly, it annoys everyone.Express.jsExpress.js is a minimal, unopinionated web application framework for Node.js that provides a thin layer of routing, middleware, and HTTP utilities. It is the most widely used Node.js web framework.External LinkingExternal linking is the practice of linking from your website to a page on a different domain. It signals credibility to users and helps search engines understand your content's context.ExtractabilityExtractability is the measure of how easily an AI system can locate, parse, and extract a specific answer from your content. High extractability content uses BLUF structure, clear headings, atomic answers, and schema markup. It is the technical foundation of AEO.
F
FaviconA favicon is the small icon displayed in browser tabs, bookmarks, and the address bar to visually identify a website. It is typically 16x16 or 32x32 pixels.FCP (First Contentful Paint)FCP measures the time from navigation to when the browser renders the first DOM content. Target: under 1.8 seconds.Featured SnippetA featured snippet is a concise answer displayed at the top of Google Search results, extracted from a web page and shown in a box above organic listings.FigmaFigma is a browser-based collaborative design tool used for UI/UX design, prototyping, and design system management. It enables real-time collaboration, version control, and shared component libraries.Fine-TuningFine-tuning is the process of taking a pre-trained model and training it further on a smaller, task-specific dataset to improve its performance on a particular use case or change its behavior.First-Party DataFirst-party data is information a business collects directly from its own audience or customers through its own channels: website analytics, CRM data, purchase history, app usage, email engagement, and customer surveys. It is data you own and control, with direct consent from your users.FlutterGoogle's open-source UI toolkit for building natively compiled applications for mobile, web, and desktop from a single Dart codebase.Focus Management / Focus IndicatorFocus management is the practice of programmatically moving keyboard focus between elements when the UI changes (e.g., opening a dialog, loading new content, revealing a menu). A focus indicator is the visible highlight or outline around the element that currently has keyboard focus. Both are critical for keyboard and screen reader users. WCAG 2.2 introduced Focus Not Obscured (AA) and Focus Appearance (AAA) to strengthen requirements.Font Display SwapA CSS font-display strategy that renders text immediately in a fallback font while the custom font loads, then swaps to the custom font once downloaded. Prevents Flash of Invisible Text (FOIT).Form OptimizationForm optimization is the practice of improving web forms to increase completion rates. Every field you add, every label you write, every error message you show either helps or hurts conversion. The goal is to remove every reason to abandon the form before submission.Freshness SignalA freshness signal is any indicator that tells AI systems your content is current and regularly updated. AI search engines, especially Google AI Overviews, increasingly favor fresh content over older but potentially more authoritative sources.FrictionFriction is anything that slows down, confuses, or discourages a user from completing a desired action. It is the opposite of a smooth conversion flow. Every element of friction is a conversion leak. The CRO practitioner's job is to find friction and eliminate it.Full Site Editing (FSE)Full Site Editing (FSE) is a set of WordPress features that extends the block editor (Gutenberg) from editing page content to editing the entire site. With FSE and a block theme, you can customize headers, footers, templates, and global styles using the visual Site Editor, all without touching code.
G
GDPRThe General Data Protection Regulation (GDPR) is a European Union regulation that governs how organizations collect, process, and store personal data of EU residents. It applies to any organization worldwide that handles EU resident data.Generative AI (GenAI)Generative AI refers to AI models that create new content text, images, audio, video, or code rather than just analyzing or classifying existing data.Generative EngineA generative engine is an AI-powered system that produces original text responses by synthesizing information across multiple sources, rather than simply extracting and displaying a single passage. ChatGPT is the prototypical generative engine.Generative Engine OptimizationGEO is the practice of optimizing content so generative AI engines (ChatGPT, Gemini, Claude, Perplexity) cite your brand in their responses. It extends AEO by accounting for how LLMs generate original text rather than just extract existing snippets.Git / GitHubGit is a version control system that tracks changes to your code. GitHub is a cloud platform that hosts Git repositories and adds collaboration features like pull requests, issues, and Actions.Go-to-Market Strategy (GTM)A Go-to-Market (GTM) strategy is the comprehensive plan for launching a product to market. It defines the target audience, value proposition, pricing, channels, sales model, and marketing approach. A good GTM strategy answers who you are selling to, how you reach them, and why they should buy.Google Analytics 4 (GA4)Google Analytics 4 (GA4) is Google's event-based analytics platform that superseded Universal Analytics in July 2023. Unlike its predecessor which relied on session-and-pageview-centric tracking, GA4 uses an event-driven data model that unifies web and app data into a single property.Google Search ConsoleGoogle Search Console (GSC) is a free tool from Google that helps website owners monitor, maintain, and troubleshoot their site's presence in Google Search results.Google Tag ManagerGoogle Tag Manager (GTM) is a free tag management system that lets you deploy and manage marketing and analytics tags (tracking code snippets) on your website without modifying the underlying site code. It acts as a central hub that receives data from your site and routes it to platforms like Google Analytics, Google Ads, Meta Pixel, and hundreds of other tools.GooglebotGooglebot is Google's web crawling bot that discovers and fetches pages across the internet for indexing and ranking.GPTGPT stands for Generative Pre-trained Transformer. It is a family of LLMs developed by OpenAI that popularized the modern AI boom, starting with GPT-1 in 2018 and evolving through GPT-4o and beyond.GraphQLGraphQL is a query language and runtime for APIs, developed by Meta (Facebook), that lets clients request exactly the data they need in a single request. It provides a strongly typed schema and real-time subscriptions.Grid SystemA grid system is a structure of columns, gutters, and margins that provides a consistent framework for arranging content on a page. It brings order, alignment, and rhythm to layouts.Grounding (AI)Grounding is the practice of tying an AI's generated response to verifiable, up-to-date sources from the web. It is the primary technique for preventing hallucinations. RAG is the most common grounding architecture for AI search.Growth LoopA growth loop is a self-reinforcing system where the output of one user action becomes the input that acquires the next user, creating sustainable, compounding growth without proportional increases in spend. Unlike a funnel, which is linear and leaky, a loop feeds itself.Growth MarketingGrowth marketing is a data-driven, experimental approach to marketing focused on the entire customer lifecycle, not just acquisition. It uses rapid testing, cross-functional collaboration, and product-led tactics to achieve sustainable, compounding growth.GuardrailsAI guardrails are safety mechanisms that prevent AI systems from producing harmful, biased, or unsafe outputs. They filter inputs, constrain model behavior, and validate outputs in real time.Gutenberg EditorThe Gutenberg Editor is WordPress's block-based content editor, introduced in WordPress 5.0 (December 2018). It replaced the classic TinyMCE editor with a modular block system where every piece of content (paragraph, image, heading, gallery, embed) is a block that can be added, rearranged, and styled independently.Gzip / Brotli CompressionServer-side compression algorithms that reduce the size of HTML, CSS, and JavaScript files before sending them to the browser. Brotli typically achieves 20-30% better compression than Gzip.
H
HallucinationA hallucination is an AI-generated response that is confident, plausible, and completely false. LLMs produce hallucinations when they lack grounded, retrieved sources and rely instead on pattern completion from training data.Hamburger MenuA hamburger menu is a navigation icon consisting of three horizontal lines that, when clicked or tapped, reveals a hidden menu. It is widely used on mobile websites and apps to save screen space.Heading HierarchyHeading hierarchy is the practice of using <h1> through <h6> elements in a logical, nested order that reflects the content structure of the page, just like the outline of a book or report. Headings must not skip levels, and a page should have exactly one <h1>. Heading hierarchy is critical for screen reader navigation, SEO, and general content comprehension.Headless CMSA Headless CMS decouples the content management backend from the frontend presentation layer. Content is stored and managed in a backend system and delivered via APIs (REST or GraphQL) to any frontend. This gives developers full freedom over the presentation layer while content editors get a clean, purpose-built editing interface.Headless CommerceHeadless Commerce decouples the frontend storefront from the backend ecommerce engine. The backend (products, cart, checkout, payments, inventory) runs on a platform like Shopify Plus or BigCommerce, while the frontend is built with a custom framework like Next.js or Remix. This gives brands full control over the shopping experience without platform limitations.HeatmapA heatmap is a visual representation of user interaction data on a webpage, using color coding to show where users click (click maps), move their mouse (move maps), or scroll (scroll maps). Heatmaps reveal which page elements get attention and which go unnoticed.Helpful Content SystemGoogle's Helpful Content System is a ranking mechanism that rewards people-first content and demotes content written primarily for search engine rankings.Hero SectionThe hero section is the large, prominent banner at the top of a webpage. It is the first thing visitors see and the single most valuable real estate on your site. It must communicate your value proposition, set the visual tone, and drive the primary action within seconds.High Contrast ModeHigh Contrast Mode is an operating system accessibility setting that replaces the colour scheme on screen with a high-contrast palette (typically black and white or black and yellow) to improve readability for users with low vision, colour blindness, or light sensitivity. The CSS prefers-contrast media query lets websites detect and respond to this preference.HreflangHreflang is an HTML attribute that tells search engines which language and regional version of a page to serve to users based on their language and location.HSTSHTTP Strict Transport Security (HSTS) is a security header that tells browsers to always connect to a website over HTTPS, never plain HTTP. It prevents downgrade attacks and SSL stripping.HTMLHTML (HyperText Markup Language) is the standard markup language that structures content on the web using elements enclosed in tags.HTTPHTTP (HyperText Transfer Protocol) is the application-layer protocol that governs communication between web clients (browsers) and servers.HTTP/2HTTP/2 is a major revision of HTTP that improves performance through multiplexing, header compression, and stream prioritization over a single connection.HTTP/3HTTP/3 is the latest major revision of HTTP that replaces TCP with QUIC, a transport protocol built on UDP, to eliminate head-of-line blocking and reduce connection latency.HTTPSHTTPS (HyperText Transfer Protocol Secure) encrypts HTTP communication using TLS, protecting data integrity and privacy between client and server.HTTPS / TLSHTTPS (HTTP Secure) is the encrypted version of HTTP, secured by TLS (Transport Layer Security). It encrypts all data between a browser and a web server, preventing eavesdropping, tampering, and forgery.Hybrid AppAn app built with web technologies (HTML, CSS, JavaScript) that runs inside a native WebView container, combining web development speed with native deployment.HydrationHydration is the process where client-side JavaScript takes over a server-rendered HTML page, attaching event handlers and state management to make the static page interactive. The page looks ready before it actually is.
I
Image OptimizationThe practice of selecting, compressing, sizing, and delivering images to minimize load time while preserving visual quality. The single highest-impact optimization for most websites.Inclusive DesignInclusive design is a design methodology that considers the full range of human diversity (ability, language, culture, gender, age) from the outset, rather than designing for a narrow "average" user and then retrofitting for everyone else. It is a broader, more proactive frame than accessibility compliance, though the two deeply overlap.Incrementality TestingIncrementality testing measures the causal impact of a marketing campaign by comparing outcomes between a group exposed to the campaign and a randomly selected holdout group that was not exposed. It answers the question: did this campaign actually drive additional conversions that would not have happened anyway?IndexingIndexing is the process of storing, parsing, and organizing crawled web pages in a search engine's database so they can be retrieved for relevant queries.Information Architecture (IA)Information Architecture (IA) is the practice of organizing, structuring, and labeling content so that users can find information and complete tasks efficiently. It is the blueprint for content navigation and hierarchy.INP (Interaction to Next Paint)INP measures page responsiveness by observing the latency of all clicks, taps, and keyboard interactions. Target: under 200 ms.Internal LinkingInternal linking is the practice of linking from one page on a website to another page on the same domain, creating a navigable structure for users and crawlers.IP AddressAn IP address is a unique numeric identifier assigned to every device connected to a computer network that uses the Internet Protocol for communication.
K
Keyboard NavigationKeyboard navigation means all interactive functionality on a web page can be operated using only a keyboard, without requiring a mouse, touch, or other pointing device. Tab moves focus between focusable elements, Enter and Space activate controls, and arrow keys navigate within composite widgets. Keyboard accessibility is a WCAG Level A requirement and a prerequisite for many assistive technologies.Keyword ResearchKeyword research is the process of identifying the search terms people use to find content, products, or services, forming the strategic foundation of SEO and content marketing.Knowledge GraphA knowledge graph is a structured database of entities and their relationships, used by Google and other AI systems to understand facts about people, places, things, and how they connect. It powers knowledge panels and informs AI Overviews.Knowledge PanelA knowledge panel is a box that appears on Google Search showing summarized information about an entity (person, place, organization, or thing) pulled from Google's Knowledge Graph.Kotlin (Android)Google's preferred language for Android development: a modern, concise, and safe JVM language that is fully interoperable with Java.KPIA Key Performance Indicator (KPI) is a measurable value that tracks progress toward a specific business objective. In analytics, KPIs are the metrics that matter most: the few numbers that tell you whether your business is healthy and moving in the right direction. Not every metric is a KPI.KubernetesKubernetes (K8s) is an open source platform for automating deployment, scaling, and management of containerized applications. It turns a cluster of servers into a single pool of compute resources.
L
Landing PageA landing page is a standalone web page designed specifically for a marketing or advertising campaign. It is where a visitor 'lands' after clicking a link, ad, or email. Unlike a homepage, a landing page has a single focus: conversion.Landmark ElementsLandmark elements are HTML5 semantic elements that define the major regions of a page (<header>, <nav>, <main>, <aside>, <section>, <footer>). They create navigation points that screen reader users can jump to directly, bypassing repetitive content and moving between page regions with a single keystroke.Large Language ModelA Large Language Model is a neural network trained on massive text data that can generate, summarize, translate, and reason about human language. GPT-4, Claude, Gemini, and Llama are all LLMs.Lazy LoadingLazy loading defers the loading of non-critical resources (images, iframes, scripts) until they are needed, typically when they scroll into the viewport.LCP (Largest Contentful Paint)LCP measures the time from navigation to when the largest visible content element is rendered. Target: under 2.5 seconds.Lead GenerationLead generation is the process of attracting and converting strangers into prospects who have expressed interest in your product or service. It is the bridge between 'someone visited your site' and 'someone is ready to buy'.Lead MagnetA lead magnet is an incentive offered to prospects in exchange for their contact information. It is the 'what's in it for me' that converts a visitor into a lead. Without a compelling lead magnet, your lead generation form is just asking for free personal data.Lead Scoring / Lead NurturingLead scoring assigns numerical values to leads based on their behavior and fit to prioritize sales follow-up. Lead nurturing is the process of building relationships with leads through targeted, automated communications until they are ready to buy. Together they turn a raw list of contacts into a prioritized, conversion-ready pipeline.LighthouseAn open-source Google auditing tool measuring performance, accessibility, SEO, best practices, and PWA readiness. Produces lab-based scores, not field data.Link BuildingLink building is the practice of acquiring hyperlinks from other websites to your own, with the goal of improving search engine rankings through increased authority.Link EquityLink equity (also called link juice) is the value or authority passed from one page to another through hyperlinks, influencing the linked page's ability to rank.LLM (Large Language Model)A Large Language Model (LLM) is a neural network trained on massive text data that can understand, generate, and manipulate human language. GPT-4, Gemini, and Claude are LLMs. They are the 'generation' engine in Generative Engine Optimization.LLMs.txtLLMs.txt is a proposed standard file (placed at /llms.txt) that gives AI crawlers a structured summary of your website's content. Think of it as a sitemap designed specifically for LLMs. Over 840,000 sites have implemented it as of late 2025.Local SEOLocal SEO is the practice of optimizing a website and online presence to rank in local search results, targeting users searching for products or services in a specific geographic area.Logo / WordmarkA logo is a graphic mark that identifies a brand. A wordmark is a type of logo made entirely of the brand name in a distinctive type treatment. Both are the most recognizable element of brand identity.Long-Tail KeywordA long-tail keyword is a specific, multi-word search phrase that typically has lower search volume but higher conversion intent and less competition than broad terms.Looker StudioLooker Studio (formerly Google Data Studio) is a free business intelligence and data visualization platform from Google. It connects to hundreds of data sources (GA4, Google Ads, BigQuery, Google Sheets, SQL databases, and more) to build interactive dashboards and reports.LTV (Lifetime Value)Lifetime Value (LTV or CLV) is the predicted total revenue a business will earn from a single customer over the entire duration of their relationship. It is a forward-looking metric used to determine how much to spend on acquiring customers and which customer segments are most valuable.
M
MACH ArchitectureMACH Architecture is an enterprise technology standard that stands for Microservices, API-first, Cloud-native, and Headless. It's the technical foundation for composable, best-of-breed software stacks. Systems built on MACH principles are modular, replaceable, and scalable, allowing organizations to swap components without rebuilding entire platforms.Machine Learning (ML)Machine Learning is a subset of AI where systems learn from data rather than being explicitly programmed. Instead of writing rules, you show the system examples and it figures out the patterns.Managed HostingManaged WordPress hosting is a premium service where the provider handles all server administration, WordPress updates, security monitoring, backups, and performance optimization on your behalf.MarkdownMarkdown is a lightweight markup language that uses plain text formatting syntax to create structured documents that can be converted cleanly to HTML. It was designed to be easy to read and write in its raw form.Marketing Automation (HubSpot / Marketo)Marketing automation is software that automates repetitive marketing tasks: email campaigns, social media posting, lead scoring, CRM updates, and multi-channel customer journeys. HubSpot and Marketo are the dominant platforms for B2B marketing automation, each serving different segments of the market.Marketing Mix Modeling (MMM)Marketing Mix Modeling (MMM) is a statistical analysis technique that uses aggregate historical data (sales, media spend, pricing, economic factors) to estimate the sales impact and ROI of various marketing activities. Unlike attribution modeling which operates on user-level clickstream data, MMM works at the market level using regression-based models.Martech StackA martech stack is the collection of marketing technology tools and platforms a company uses to execute, measure, and optimize its marketing programs. It typically includes a CRM, marketing automation platform, analytics tools, content management system, advertising platforms, and data infrastructure.Media QueriesMedia queries are CSS features that apply styles conditionally based on device characteristics like viewport width, screen resolution, or user preferences.Meta DescriptionA meta description is an HTML attribute that provides a brief summary of a web page, often displayed below the title tag in search results.MFA / 2FAMulti-Factor Authentication (MFA) requires users to present two or more pieces of evidence to verify their identity. Two-Factor Authentication (2FA) is a subset requiring exactly two factors. MFA dramatically reduces account takeover risk.Micro-Conversion vs Macro-ConversionA macro-conversion is the primary goal of a website (a purchase, a sign-up). A micro-conversion is a smaller, intermediate action that indicates user engagement and progress toward the macro-conversion (email click, video watch, add to cart, page scroll). Both matter. You cannot optimize macro-conversions without understanding micro-conversions.Micro-FrontendsMicro-frontends extend microservice principles to the frontend by decomposing a web application into smaller, independent applications that are developed, tested, and deployed by separate teams, then composed into a cohesive user experience.MicrointeractionsMicrointeractions are small, contained moments of interaction that accomplish a single task. Examples include toggling a switch, seeing a like animation, or pulling to refresh. They add personality, feedback, and polish.MicroservicesMicroservices is a software architecture style where an application is structured as a collection of small, independent services that communicate over a network, each responsible for a specific business capability and deployable independently.Mobile App Analytics (Firebase)Tools and platforms that track user behavior, engagement, crashes, and conversions in mobile applications, with Firebase as the industry standard.Mobile OptimizationThe process of ensuring a website or app performs well, loads fast, and is easy to use on mobile devices.Mobile PerformanceThe measurement and optimization of how fast a mobile app or website loads, renders, and responds to user interactions.Mobile UI/UX (Thumb-Friendly Design)Design principles optimized for one-handed thumb use on mobile devices, placing interactive elements within easy reach of the thumb's natural arc.Mobile-First DesignMobile-first design is a strategy of designing for the smallest screen first, then scaling up to larger screens. It forces prioritization of essential content and features, leading to better experiences on every device.Mobile-First IndexingMobile-first indexing means Google primarily uses the mobile version of a website for indexing and ranking, making mobile optimization a fundamental ranking requirement.Mobile-First IndexingGoogle's practice of indexing and ranking web content based primarily on the mobile version of a site, not the desktop version.MockupA mockup is a high-fidelity, static visual representation of a design that shows what the final product will look like, including colors, typography, imagery, and layout.Modal / LightboxA modal (or lightbox) is a UI element that appears on top of the main page content, blocking interaction with the page behind it until the user takes an action to dismiss it. Modals are used for alerts, forms, confirmations, and image galleries.MQL / SQL / PQLMQL (Marketing Qualified Lead), SQL (Sales Qualified Lead), and PQL (Product Qualified Lead) are lead qualification stages that define how ready a prospect is to engage with sales. They create a common language between marketing and sales teams about lead quality and next actions.Multi-Agent SystemA multi-agent system coordinates multiple AI agents that specialize in different tasks and collaborate to solve problems that a single agent cannot handle effectively.
N
NameserverNameservers are the authoritative servers that tell the internet where to find your website and email services. They host your DNS zone and respond to queries about your domain.Native AppAn application built specifically for one platform (iOS or Android) using that platform's native programming language and SDKs.Natural Language ProcessingNatural Language Processing is the branch of AI that enables computers to understand, interpret, and generate human language. It powers everything from spell check to ChatGPT.NetlifyNetlify is a cloud platform that combines hosting, serverless backend, and CI/CD into one workflow. It popularized the Jamstack architecture and is known for its atomic deploys and Git-based workflow.Next.jsNext.js is a React framework by Vercel that provides server-side rendering, static site generation, file-based routing, and API routes out of the box. It is the most popular production-grade React meta-framework.Node.jsNode.js is an open-source, cross-platform JavaScript runtime built on Chrome's V8 engine that executes JavaScript outside the browser. It is the standard runtime for server-side JavaScript development.North Star MetricThe North Star Metric is the single metric that best captures the core value your product delivers to customers. It aligns every team around a shared outcome and drives sustainable growth by focusing on customer value, not vanity metrics.NoSQLNoSQL (Not Only SQL) is a category of database systems that provide flexible, non-tabular data models for specific use cases where relational databases are less optimal. Types include document, key-value, wide-column, and graph databases.NuxtNuxt is an open-source full-stack framework built on Vue.js that provides server-side rendering, file-based routing, static site generation, and auto-imports. It is to Vue what Next.js is to React.
O
OAuth 2.0OAuth 2.0 is an authorization framework that allows third-party applications to obtain limited access to a user's resources without exposing the user's credentials. It is the industry standard for delegated access.OAuth 2.0OAuth 2.0 is an authorization framework that enables third-party applications to obtain limited access to a user's resources without exposing their credentials. It powers 'Login with Google/Facebook/GitHub.'Off-Page SEOOff-page SEO refers to actions taken outside your own website to improve its authority, trustworthiness, and search rankings, primarily through link building and brand signals.Offline ModeThe ability of an app or website to remain functional when there is no internet connection.On-Page SEOOn-page SEO is the practice of optimizing individual web pages to rank higher by improving content quality, HTML elements, and site structure.Open Rate / DeliverabilityOpen rate is the percentage of delivered emails that recipients open. Deliverability is the measure of whether your emails actually reach inboxes instead of spam folders. Open rate tells you how engaging your email is. Deliverability tells you whether anyone gets the chance to engage at all.Open SourceOpen source software is software whose source code is made publicly available for anyone to view, use, modify, and distribute under a license that complies with the Open Source Definition (OSD), established by the Open Source Initiative (OSI).Organic SearchOrganic search refers to unpaid listings in search engine results that appear because of their relevance to the query, not because someone paid for placement.ORMORM (Object-Relational Mapping) is a technique that lets developers interact with a relational database using object-oriented code instead of writing SQL directly. It maps database tables to classes and rows to objects.
P
Page BuilderA page builder is a drag-and-drop visual editing tool that lets users create custom page layouts without coding. Popular WordPress page builders include Elementor, Beaver Builder, Divi Builder, and WPBakery. They provide a visual interface for adding, arranging, and styling content elements on a page, bypassing the theme's template structure.PageRankPageRank is Google's foundational link analysis algorithm that measures the importance of web pages by counting the quality and quantity of links pointing to them.PageSpeed InsightsA Google tool combining Lighthouse lab data with CrUX field data for any public URL. Shows both diagnostic scores and real-user metrics.PageviewA pageview is an event recorded when a user loads or reloads a webpage. In GA4, pageviews are tracked as the page_view event (part of automatically collected events) and each page_view contributes to a session.Partial Prerendering (PPR)A rendering strategy pioneered in Next.js that combines static prerendering and dynamic streaming in the same HTTP response. Static shell is served instantly from CDN; dynamic content streams in.Passkeys / WebAuthnPasskeys are a passwordless authentication standard using public-key cryptography. WebAuthn is the W3C API that enables passkeys. Users authenticate with biometrics, PIN, or device unlock rather than passwords.Payload CMSPayload CMS is an open-source headless CMS built on TypeScript and Express.js. Unlike Strapi (auto-generated admin) or Sanity (cloud-hosted), Payload CMS gives developers complete control over the admin panel, database schemas, and API behavior through code. It's TypeScript-native and designed for developers who want full-stack CMS customization without fighting abstractions.People Also AskPeople Also Ask (PAA) is a SERP feature that displays related questions to the user's original query, expanding into answers when clicked.Performance BudgetA set of agreed-upon limits on performance metrics or resource quantities that a team commits not to exceed. Prevents regressions from shipping.PerplexityPerplexity is an AI-powered answer engine that provides cited, real-time responses to queries with distinctive inline annotations and a dedicated source panel. It is one of the three major AI search platforms and is known for its transparent citation style and research-focused interface.PersonalizationPersonalization is the practice of tailoring content, offers, and experiences to individual users or segments based on their behavior, demographics, or preferences. Done right, it increases relevance and conversion. Done wrong, it is creepy, wasteful, or both.Persuasive DesignPersuasive design is the intentional use of psychological principles to influence user behavior toward a desired outcome. It is not manipulation. It is removing the psychological barriers to a decision the user already wants to make. Ethical persuasive design helps users make better decisions faster.PHPPHP is a server-side scripting language designed for web development. It powers a massive portion of the web, including WordPress, and has modernized significantly since PHP 7 with JIT compilation and typed properties.Pillar Page / Topic ClusterA pillar page is a comprehensive, in-depth resource that covers a broad topic. Topic clusters are groups of related content pieces (cluster content) that link back to the pillar page. This structure signals topical authority to search engines and improves SEO by organizing content around core themes rather than isolated keywords.PluginsPlugins are add-on software packages that extend the functionality of a CMS without modifying its core code. In WordPress, plugins can add anything from SEO tools and contact forms to full ecommerce systems and membership platforms. There are over 59,000 free plugins in the WordPress Plugin Directory alone.PPC (Google Ads)PPC (Pay-Per-Click) advertising, primarily Google Ads, lets businesses place ads in search engine results and pay only when someone clicks. It is the fastest way to get traffic and leads at scale, but it requires constant optimization to remain profitable.Preferred SourcesPreferred sources are the websites and domains that AI systems cite most frequently in their generated answers. Wikipedia, YouTube, Reddit, and Amazon are the dominant preferred sources across all major AI platforms.Preload / Prefetch / PreconnectResource hints that tell the browser to fetch or connect earlier than it would otherwise. Preload fetches critical resources early. Prefetch fetches resources for future navigation. Preconnect sets up early connections to origins.Privacy PolicyA privacy policy is a legal document that explains how an organization collects, uses, stores, shares, and protects personal data. It is required by law in most jurisdictions for any website or app that handles user data.Product-Led Growth (PLG)Product-Led Growth (PLG) is a go-to-market strategy where the product itself drives customer acquisition, retention, and expansion. Instead of sales-led or marketing-led growth, users discover, try, and buy the product with minimal human intervention.Progressive DisclosureProgressive disclosure is a design pattern that shows only the essential information or options at each step, revealing more details as the user needs them. It prevents overwhelm by deferring complexity until the user is ready for it. It is the antidote to information overload.Progressive EnhancementProgressive enhancement is a design strategy that starts with a baseline of essential content and functionality that works everywhere, then layers enhanced experiences for capable browsers.Progressive Web App (PWA)A Progressive Web App (PWA) is a web application that uses modern browser capabilities to provide an app-like experience: it can be installed on the device, work offline, send push notifications, and access device features, all while being delivered through the web.Progressive Web App (PWA)A website that behaves like a native app: installable, offline-capable, with push notifications and access to device features.Prompt ChainingPrompt chaining is the technique of breaking a complex task into multiple smaller LLM calls, where the output of one prompt becomes the input to the next. This improves reliability and enables multi-step reasoning.Prompt EngineeringPrompt engineering is the practice of designing and refining input prompts to get reliable, accurate, and useful outputs from LLMs. It is the primary interface for controlling model behavior without modifying the model itself.PrototypeA prototype is an interactive simulation of a product that allows users to click, navigate, and experience flows. It validates usability and behavior before development begins.Push NotificationsMessages sent from a server to a user's device that appear as alerts, badges, or sounds even when the app is not open.PythonPython is a high-level, interpreted programming language known for its readable syntax, extensive standard library, and massive ecosystem. It is one of the most versatile languages, used across web development, data science, automation, and AI.
R
RAG (Retrieval-Augmented Generation)RAG is a technique that improves LLM outputs by retrieving relevant information from a knowledge base before generating a response. It grounds the model in facts instead of relying solely on its training data.Rank MathRank Math is a modern WordPress SEO plugin that offers more features in its free version than any competitor. It uses a modular architecture (you enable only the features you need), supports multiple focus keywords, advanced schema markup, redirection management, 404 monitoring, and local SEO, all in the free tier.ReactReact is a declarative, component-based JavaScript library for building user interfaces, maintained by Meta. It powers interactive UIs through a virtual DOM and unidirectional data flow.React NativeA Meta-developed framework that lets you build native iOS and Android apps using React and JavaScript, with a shared codebase and native UI rendering.React Server ComponentsReact Server Components (RSC) are React components that render exclusively on the server, sending only their HTML output to the client. They reduce client-side JavaScript by keeping data fetching, database access, and rendering logic on the server.Readability (Flesch Reading Ease)Readability measures how easy a text is to read and understand. The Flesch Reading Ease test scores text from 0 (very hard) to 100 (very easy) based on sentence length and syllable count. WCAG recommends a Flesch-Kincaid Grade Level of 9 or lower (plain English) for web content, though specialised content may require higher levels.Real User Monitoring (RUM)RUM captures performance data from actual users via JavaScript using Performance APIs. You own the data, it covers all browsers, and can capture custom metrics.Reduced MotionReduced motion is an accessibility setting that allows users to disable or minimise animations, transitions, and parallax effects in software. The CSS prefers-reduced-motion media query lets websites detect this preference and serve static alternatives. Excessive motion can cause disorientation for users with vestibular disorders and trigger seizures. WCAG requires that moving content can be paused, stopped, or hidden.Remarketing / RetargetingRemarketing (or retargeting) is a digital advertising technique that shows ads to people who have previously visited your website or interacted with your brand but did not convert. It keeps your brand top-of-mind and brings lost traffic back to complete a desired action.Render-Blocking ResourceA CSS or JavaScript file that the browser must fully download and process before it can render any content to the screen. The most common performance bottleneck on the web.RenderingRendering is the process where a browser or search engine executes JavaScript to generate the fully visual and interactive page after receiving the raw HTML.Responsible AI / AI BiasResponsible AI is the practice of designing, developing, and deploying AI systems that are fair, transparent, accountable, and aligned with human values. AI bias is a core concern: models can amplify historical and societal biases present in training data.Responsive DesignResponsive web design (RWD) is an approach that makes web pages render well on any device or screen size by using flexible layouts, flexible images, and CSS media queries.Responsive Images (srcset/sizes)An HTML technique using srcset and sizes attributes to serve different image resolutions based on the user's viewport width and device pixel ratio.RESTREST (Representational State Transfer) is an architectural style for designing networked applications, primarily APIs. It relies on stateless, resource-oriented communication over HTTP with uniform interface constraints.Retrieval-Augmented Generation (RAG)RAG (Retrieval-Augmented Generation) is an AI architecture that retrieves relevant passages from a knowledge base (often the web) and passes them to a language model to generate a grounded, cited response. It is the technical backbone of ChatGPT Search, Perplexity, and many AI Overviews.RoadmapA roadmap is a strategic plan that outlines the vision, direction, priorities, and timeline for a product or project over a defined period. It communicates what will be built and why.ROASReturn on Ad Spend (ROAS) measures the gross revenue generated for every dollar spent on advertising. It is calculated as: Revenue from Ad Campaign / Cost of Ad Campaign. ROAS is the primary efficiency metric for paid advertising campaigns.Robots Meta TagA robots meta tag is an HTML directive that tells search engine crawlers how to index and interact with a specific page, such as noindex, nofollow, or nosnippet.Robots.txtRobots.txt is a text file placed at the root of a website that instructs search engine crawlers which URLs they may or may not access.
S
SaaS / IaaS / PaaSSaaS (Software as a Service), IaaS (Infrastructure as a Service), and PaaS (Platform as a Service) are the three main cloud computing service models. They differ in the level of control and management you have over the computing stack, from fully managed software (SaaS) to virtualized infrastructure (IaaS).SaaS MarketingSaaS marketing is the specialized practice of marketing software-as-a-service products. It combines acquisition, onboarding, retention, and expansion marketing into a continuous cycle, with a heavy focus on subscription economics, free trials, and product-led growth strategies.SanitySanity is a headless CMS that treats content as structured data in a real-time 'Content Lake.' Unlike traditional CMS platforms, Sanity lets you define content schemas in code (TypeScript/JavaScript) and query content with GROQ, its custom query language. It's built for developers who want full control over content architecture and real-time collaboration.Schema MarkupSchema markup is the implementation of structured data vocabulary (schema.org) on a web page to help search engines understand and display content in rich results.Screen ReaderA screen reader is a software application that converts digital text and interface elements into synthesised speech or braille output. It is the primary assistive technology used by people who are blind or have low vision to navigate computers, websites, and mobile devices. Popular screen readers include JAWS, NVDA, VoiceOver (Apple), and TalkBack (Android).Scroll DepthScroll depth measures how far down a page a user scrolls before leaving. It is a proxy for engagement and content effectiveness. It tells you whether users are actually reading your content or bouncing before they reach the important parts.ScrumScrum is an Agile framework for managing complex work that organizes teams into fixed-length iterations called sprints, with defined roles (Product Owner, Scrum Master, Developers) and ceremonies (Sprint Planning, Daily Scrum, Sprint Review, Sprint Retrospective).Search IntentSearch intent (also called user intent or keyword intent) is the underlying goal a user has when they type a query into a search engine: to learn, to navigate, to buy, or to compare.Section 508Section 508 is a US federal law requiring that all information and communication technology (ICT) developed, procured, maintained, or used by the federal government be accessible to people with disabilities. It amended the Rehabilitation Act of 1973 and was updated in 2017 to adopt WCAG 2.0 Level AA as the technical standard.Security HeadersSecurity headers are HTTP response headers that instruct browsers to enable security protections. They prevent common attacks including XSS, clickjacking, MIME sniffing, and protocol downgrades.Semantic HTMLSemantic HTML means using HTML elements according to their intended meaning (<nav> for navigation, <h1> through <h6> for headings, <button> for buttons), rather than styling generic elements to look like something they are not. Semantic HTML is the foundation of web accessibility because it tells browsers, search engines, and assistive technologies what each part of the content actually is.Semantic HTMLSemantic HTML uses elements that convey meaning about their content (like `<article>`, `<nav>`, `<header>`) rather than generic containers that only describe visual presentation.Semantic SearchSemantic search is search that matches the meaning and intent of a query rather than just the keywords. It is powered by embeddings and entity understanding, and it is how all modern AI search engines work.Semantic Versioning (SemVer)Semantic Versioning (SemVer) is a versioning scheme that uses a three-part version number (MAJOR.MINOR.PATCH) to communicate the type of changes in a software release: breaking changes, new features, or bug fixes.SEOSearch Engine Optimization (SEO) is the practice of improving a website's visibility in organic search results to earn more relevant traffic.SEO AuditAn SEO audit is a comprehensive analysis of a website's technical health, on-page optimization, off-page authority, and content quality to identify issues and opportunities for improvement.SERPSERP stands for Search Engine Results Page. It is the page a search engine displays after a user submits a query, containing both organic results and paid listings.SERP FeaturesSERP features are non-standard elements on a search results page, such as AI Overviews, featured snippets, knowledge panels, image packs, and local packs, that go beyond traditional organic blue links.Server ActionsServer Actions are async functions that run on the server but can be called directly from client components. They simplify data mutations in Next.js by eliminating the need to build separate API routes for form submissions and data changes.Server-Side Rendering (SSR)Server-side rendering (SSR) generates the complete HTML of a web page on the server and sends it to the client, as opposed to rendering it in the browser with JavaScript.Server-Side TrackingServer-side tracking moves the execution of tracking tags from the user's browser to a server you control. Instead of the browser sending data directly to dozens of third-party analytics and marketing endpoints, it sends one request to your server, which then processes, enriches, and forwards the data to the intended destinations.Serverless FunctionsServerless functions are single-purpose, event-driven code snippets that run on cloud infrastructure without managing servers. The cloud provider handles scaling, availability, and billing (per-execution).Service WorkersService Workers are JavaScript files that run in the background, separate from the web page, intercepting network requests and enabling offline functionality, push notifications, and background sync.SessionA session is a period of user activity on a website or app, bounded by a timeout. In GA4, a session starts when a user first arrives and ends after 30 minutes of inactivity (configurable) or at midnight. GA4 sessions are derived from the session_start event, not tracked as a separate hit type.Session ReplaySession replay is a technology that records a user's browsing session as a video-like playback, capturing mouse movements, clicks, scrolls, form interactions, and page navigation. It lets you watch exactly what users did on your site, revealing friction points, confusion, and opportunities that aggregate metrics cannot show.Shadow DOMShadow DOM is a browser API that provides DOM and style encapsulation. It allows developers to attach a hidden, scoped DOM tree to an element, isolating its styles and markup from the rest of the document.Shared HostingShared hosting is the budget tier of web hosting where multiple websites share a single server's resources. It is cheap, but your site's performance depends on your server neighbors.ShopifyShopify is a SaaS ecommerce platform that lets businesses build and run online stores. It handles hosting, payments, inventory, and shipping out of the box. Shopify powers roughly 4.8% of all websites and over 20% of online stores globally.Single Page Application (SPA)A Single Page Application (SPA) is a web application that loads a single HTML page and dynamically updates content using JavaScript, rather than loading entire new pages from the server on each navigation.Single Sign-On (SSO)Single Sign-On (SSO) is an authentication system that lets users log in once with one set of credentials and gain access to multiple independent applications without re-entering credentials.Skyscraper TechniqueThe Skyscraper Technique is a link building and content strategy that involves finding high-performing content in your niche, creating something significantly better, and then reaching out to the people who linked to the original to offer your improved version instead.SLAA Service Level Agreement (SLA) is a contract that guarantees a minimum level of service, typically measured as uptime percentage, with financial penalties if the provider fails to meet that guarantee.Social ProofSocial proof is the psychological phenomenon where people copy the actions of others in uncertain situations. In CRO, it is the most powerful persuasion tool you are probably underusing. Reviews, testimonials, case studies, user counts, and logos all signal to the visitor: 'Other people trust this. You can too.'Source DiversitySource diversity is a measure of how many different content sources an AI system cites in a single response. AI systems that cite multiple sources are seen as more balanced and authoritative. High source diversity benefits brands with strong, citable content across multiple platforms.SPF / DKIM / DMARCSPF, DKIM, and DMARC are email authentication protocols that prove your emails are legitimate and not forged or spoofed. They are required by Gmail and Yahoo as of 2024, and essential for email deliverability and brand protection.SprintA sprint is a fixed-length time box (usually 1-4 weeks) in which a Scrum team works to complete a set of predefined work items and deliver a potentially usable product increment.SQLSQL (Structured Query Language) is the standard language for managing and querying relational databases. It is used to create, read, update, and delete data in structured tables with defined schemas and relationships.SQL InjectionSQL Injection (SQLi) is a code injection technique where an attacker inserts malicious SQL statements into application queries, potentially reading, modifying, or deleting database data. It is one of the oldest and most dangerous web vulnerabilities.SRISubresource Integrity (SRI) is a browser security feature that verifies externally hosted resources (scripts, stylesheets) have not been tampered with by comparing their cryptographic hash against a known value.SSHSSH (Secure Shell) is a cryptographic network protocol that lets you securely log into a remote server, execute commands, transfer files, and forward ports over an encrypted connection.SSL CertificateAn SSL certificate (technically a TLS certificate) is a digital file that binds a cryptographic key pair to an organization or domain identity. It enables encrypted HTTPS connections and is verified by a Certificate Authority (CA).SSOSingle Sign-On (SSO) is an authentication method that allows users to log in once and access multiple applications without re-entering credentials. It uses centralized identity providers and protocols like SAML, OIDC, or OAuth.Staging vs ProductionStaging is a pre-production environment that mirrors production as closely as possible, used for final testing before releasing changes to real users. Production is the live environment that serves your actual users.Staging vs ProductionStaging is a pre-production environment that mirrors production as closely as possible, used for final testing before release. Production is the live environment where real users interact with the application.State ManagementState management is the discipline of handling application data that changes over time, ensuring that the UI consistently reflects the current state. It covers local component state, shared global state, server-cached state, and URL/routing state.Static Site Generation (SSG)Static Site Generation (SSG) pre-builds HTML pages at compile time, producing a set of static files that can be served from a CDN with no server-side processing per request.Statistical SignificanceStatistical significance is a mathematical measure of how likely it is that the difference between two variants in an A/B test is real and not due to random chance. It is the gatekeeper between a lucky streak and a genuine optimization win.StorybookStorybook is an open-source tool for developing, testing, and documenting UI components in isolation. It provides a sandboxed environment where components can be built and tested without running the full application.StrapiStrapi is an open-source headless CMS (MIT license) that you host yourself. It generates a customizable admin panel from your content type definitions and provides REST and GraphQL APIs for content delivery. Strapi is the most popular self-hosted headless CMS, giving you full control over your data and infrastructure without SaaS vendor lock-in.Streaming SSRA server-side rendering technique that sends HTML to the browser in chunks as they become available, rather than waiting for the full page to render. Dramatically improves FCP and Time to First Byte.Structured DataStructured data is a standardized format (typically Schema.org vocabulary) for providing information about a page and classifying its content for search engines.SubdomainA subdomain is a prefix added to your main domain name that creates a separate section of your website or a distinct web service, like blog.example.com or shop.example.com.SvelteSvelte is a component framework that shifts work from the browser to a compile step. Instead of using a virtual DOM, Svelte compiles components into efficient imperative code that surgically updates the DOM.SvelteKitSvelteKit is the official application framework for Svelte, providing server-side rendering, routing, data loading, form actions, and deployment adapters. It is to Svelte what Next.js is to React.SVGSVG (Scalable Vector Graphics) is an XML-based vector image format that defines graphics using mathematical shapes rather than pixel grids.Swift (iOS)Apple's modern, high-performance programming language for building apps across all Apple platforms: iOS, iPadOS, macOS, watchOS, tvOS, and visionOS.
T
Tailwind CSSTailwind CSS is a utility-first CSS framework that provides low-level, composable utility classes for building custom designs directly in HTML, eliminating the need to write custom CSS.TaxonomiesTaxonomies in WordPress are classification systems for organizing content. The built-in taxonomies are Categories (hierarchical) and Tags (non-hierarchical). Custom taxonomies extend this to any classification scheme, like 'Genre' for music posts, 'Location' for property listings, or 'Department' for team members.Technical DebtTechnical debt is the implied cost of taking shortcuts in software development that prioritize speed over quality, ultimately making future changes more difficult and expensive. Like financial debt, it accrues interest.Technical SEOTechnical SEO is the practice of optimizing a website's infrastructure so search engines can crawl, index, and render pages efficiently and correctly.Template HierarchyThe WordPress Template Hierarchy is the system that determines which PHP template file is used to render a given page request. It follows a specific order of precedence, starting with the most specific template file (like single-post.php) and falling back to less specific files (like index.php) when more specific ones don't exist.TestFlightApple's official platform for distributing beta versions of iOS, iPadOS, macOS, tvOS, watchOS, and visionOS apps to testers before App Store release.TestimonialA testimonial is a statement from a satisfied customer that endorses your product or service. It is the most direct form of social proof. A good testimonial is specific, credible, and results-oriented. A bad testimonial is a generic compliment that could apply to any business.ThemesThemes control the visual appearance and layout of a WordPress website. A theme is a collection of files (PHP, CSS, JavaScript, and template files) that determine how your content is displayed to visitors. Modern WordPress supports both classic PHP-based themes and block themes designed for Full Site Editing.Title TagA title tag is an HTML element that specifies the title of a web page, displayed as the clickable headline in search results and the browser tab label.TLD (Top-Level Domain)A TLD is the last segment of a domain name, the part that follows the final dot. Examples include .com, .org, .net, .gov, and .edu. It is the highest level in the hierarchical DNS structure.TLS/SSLTLS (Transport Layer Security) and its predecessor SSL (Secure Sockets Layer) are cryptographic protocols that encrypt data transmitted between clients and servers.Touch Target SizeTouch target size is the minimum dimension of interactive elements on touchscreen devices. WCAG 2.2 introduced Target Size (Minimum) as a Level AA requirement: pointer targets must be at least 24 by 24 CSS pixels, with exceptions for inline links, equivalent targets, and essential controls.Traffic Source (Organic/Direct/Referral/Paid/Social)A traffic source is the origin of a visit to your website, categorized by how the user arrived. The primary categories are Organic (search engine), Direct (typed URL or bookmark), Referral (link from another site), Paid (ad click), and Social (link from a social platform). Understanding your traffic source mix is the foundation of acquisition analysis.Trust SignalsTrust signals are visual cues that reassure visitors that your website is legitimate, secure, and reliable. They answer the silent question: 'Can I trust this site with my money, my data, and my time?' Without trust signals, conversions die from hesitation.TTFB (Time to First Byte)TTFB measures the time from navigation request until the first byte of the server response arrives. Target: under 800 ms.TypeScriptTypeScript is a statically-typed superset of JavaScript that compiles to plain JavaScript. It adds optional type annotations, interfaces, generics, and advanced type system features while preserving JavaScript's runtime behavior.Typography (Serif / Sans-Serif / Variable Font)Typography is the art and technique of arranging type. Serif fonts have small strokes (serifs) at the ends of letters; sans-serif fonts do not. Variable fonts pack multiple weights, widths, and styles into a single file for better performance and design flexibility.
U
UAT (User Acceptance Testing)User Acceptance Testing (UAT) is the final phase of software testing where real end users validate that the system meets their needs and business requirements before it goes live. It is the last checkpoint before production release.UI (User Interface)UI is the visual layer people interact with on a screen: buttons, menus, icons, layout, colors, and typography that together form the interface of a website, app, or device.Uptime MonitoringUptime monitoring checks your website at regular intervals from multiple locations to detect downtime, performance degradation, and SSL certificate issues before your users notice.Urgency and ScarcityUrgency (time pressure) and scarcity (limited availability) are two related psychological triggers that motivate users to act now rather than later. They are powerful when used authentically. They destroy trust when faked.URLA URL (Uniform Resource Locator) is a text string that specifies the exact location of a resource on the internet and how to access it.Usability TestingUsability testing is the practice of observing real users as they attempt to complete tasks with a product, identifyin g where they struggle, and using those insights to improve the design.User FlowA user flow is the path a user takes through a website or app to complete a task. It is the tactical, page-by-page, click-by-click expression of the customer journey. If the user flow has unnecessary steps, dead ends, or confusing choices, the conversion is lost.User PersonaA user persona is a research-based, fictional character that represents a key user group. It includes goals, behaviors, pain points, and context to guide design decisions toward real user needs.UTM ParametersUTM parameters are tags added to the end of a URL that tell your analytics platform where a visitor came from and which campaign brought them. The five standard UTM parameters are utm_source, utm_medium, utm_campaign, utm_content, and utm_term.UX (User Experience)User Experience (UX) is the totality of how a person feels when interacting with a product, service, or system. It covers every touchpoint from first impression to ongoing use.
V
Value PropositionYour value proposition is the single most important sentence on your website. It answers the question every visitor asks: 'Why should I choose you over every other option?' If you cannot answer this clearly and compellingly, nothing else on the page matters.Vector EmbeddingsVector embeddings are numerical representations of data (text, images, audio) as arrays of numbers that capture semantic meaning. Similar items have similar numerical representations, enabling semantic search and pattern matching.VercelVercel is a cloud platform for frontend frameworks that handles deployment, scaling, and CDN distribution. It is the company behind Next.js and is purpose-built for the Jamstack architecture.View Transitions APIThe View Transitions API is a browser API that enables smooth, animated transitions between different views or pages on a website with just a few lines of code, previously requiring complex JavaScript libraries.Viewport Meta TagThe viewport meta tag controls how a web page is displayed on mobile devices by setting the visible area width and initial zoom level.Virtual DOMThe Virtual DOM is an in-memory, lightweight representation of the real Document Object Model (DOM). Frameworks like React use it to compute minimal DOM updates by diffing snapshots rather than manipulating the browser DOM directly.Visual DesignVisual design is the craft of shaping a product's appearance using typography, color, spacing, imagery, and layout to support usability, hierarchy, and brand identity.Visual HierarchyVisual hierarchy is the arrangement of design elements in order of importance, guiding the viewer's eye through content using size, color, contrast, spacing, and positioning.ViteVite is a modern, blazing-fast frontend build tool and development server. It uses native ES modules for instant server startup and esbuild for lightning-fast production builds, replacing older bundlers like webpack.VPSA Virtual Private Server (VPS) is a virtual machine with dedicated resources carved out of a physical server. You get guaranteed CPU, RAM, and storage without the cost of a full dedicated server.Vue.jsVue.js is a progressive, incrementally adoptable JavaScript framework for building user interfaces. Created by Evan You, it features a reactive, compiler-optimized rendering system and an approachable API that scales from a library to a full-featured framework.Vulnerability ScanningVulnerability scanning is the automated process of identifying security weaknesses in applications, systems, and networks. It checks for known vulnerabilities, misconfigurations, and compliance gaps before attackers can exploit them.
W
WAFA Web Application Firewall (WAF) filters, monitors, and blocks HTTP traffic to and from a web application. It protects against common attacks like SQL injection, XSS, and DDoS by inspecting and filtering HTTP requests.WAVE ToolWAVE (Web Accessibility Evaluation Tool) by WebAIM is a free browser extension and online tool that visually overlays accessibility issue indicators directly on the page. It provides an intuitive, visual approach to accessibility auditing, displaying icons for errors, alerts, and ARIA features directly on the web page for fast identification.WCAG (2.1, 2.2)The Web Content Accessibility Guidelines (WCAG) are the internationally recognised technical standard for making web content accessible to people with disabilities. Published by the W3C Web Accessibility Initiative (WAI), WCAG 2.2 is the latest stable version, adding nine new success criteria on top of WCAG 2.1 with a focus on mobile accessibility, cognitive load reduction, and authentication barriers.Web ComponentsWeb Components are a set of browser-native APIs (Custom Elements, Shadow DOM, HTML Templates) for creating reusable, encapsulated custom HTML elements that work across any framework or no framework at all.Web FontsWeb fonts are typefaces loaded by a browser from a server or CDN so that text renders in a chosen typeface rather than falling back to system defaults. They make brand typography possible on the web.Web HostingWeb hosting is a service that stores your website's files on a server and makes them accessible on the internet. Without hosting, your site has no home on the web.WebflowWebflow is a visual web design platform that combines a CMS, hosting, and a drag-and-drop design interface. It lets designers build responsive websites visually while generating clean HTML, CSS, and JavaScript under the hood making it a powerful alternative to WordPress for design-forward teams.WebGPUWebGPU is a new W3C standard API that gives web applications low-level, high-performance access to GPU hardware for graphics rendering and general-purpose computation.WebhookA webhook is an HTTP callback that sends real-time data from one system to another when a specific event occurs. It is a server-to-server push mechanism, the opposite of polling.WebPA modern image format from Google offering 25-35% smaller files than JPEG at equivalent quality, with support for transparency and animation.WebSocketWebSocket is a protocol that establishes a persistent, full-duplex communication channel between a client and server over a single TCP connection.WebXRWebXR is a W3C standard API that brings virtual reality (VR) and augmented reality (AR) experiences directly to web browsers without requiring native app installations.White Space / Negative SpaceWhite space (or negative space) is the empty area between design elements. It is a deliberate design tool, not wasted space. It improves readability, creates visual breathing room, and signals importance.White-LabelWhite-label refers to a product or service produced by one company that is rebranded and resold by another company as their own. The original producer remains invisible; the buyer's brand is what the end customer sees.WireframeA wireframe is a low-fidelity, structural blueprint of a page or screen that shows layout, content hierarchy, and functionality without visual design details like color or typography.WooCommerceWooCommerce is a free, open-source ecommerce plugin for WordPress. It transforms any WordPress site into a fully functional online store. It powers a significant portion of online stores, making it the most popular ecommerce platform by market share when including WordPress-based stores.WordPressWordPress is the world's most popular open-source CMS, powering over 43% of all websites. It started as a blogging platform in 2003 and evolved into a full-featured content management system with a massive plugin ecosystem, theme marketplace, and a global developer community.WP-CLIWP-CLI is the official command-line interface for managing WordPress installations. It lets you perform almost any WordPress admin task from the terminal: install and update plugins and themes, manage users, run database operations, generate content, and debug issues, all without logging into the WordPress admin dashboard.WYSIWYG EditorA WYSIWYG (What You See Is What You Get) editor is a content editing interface that displays the final formatted output as the user edits, allowing them to see how bold, images, links, and layouts will look without writing code.
# Glossary

Atomic Glue's web glossary — 472 plain-English definitions for web development, SEO, and digital marketing terms.

Schedule a call

30 min · Video call

1
Date
2
Time
3
Details