08 Glossary

Glossary

Plain-language WordPress, SEO, and training terms — each defined in plain English and linked to real implementation examples across this site.

A

Administrative Isolation

Also called: admin isolation · isolated admin · hardened wp-admin · wp-admin lockdown · decoupled admin

Moving the WordPress admin off `/wp-admin` and restricting who can reach it — usually by IP allow-list, VPN, or a private subdomain.

Algorithmic Ceiling

Also called: algorithm ceiling · ranking ceiling · content ceiling

The ranking limit imposed by site-wide quality signals — a threshold no amount of on-page optimization alone can break through.

Anchor Text

Also called: link text · hyperlink text · link anchor

The visible, clickable words of a hyperlink — a direct relevance signal to search engines about the linked page.

API First Backend

Also called: API-first · headless backend · decoupled backend · headless CMS · headless API · content as data

A CMS architecture where content is managed via API rather than a coupled frontend — powering headless and multi-channel delivery.

Asset Bloat

Also called: page bloat · JavaScript bloat · asset weight

Excessive CSS, JavaScript, or image payload loaded on a page — slowing performance and increasing Core Web Vitals failure risk.

Asset Dequeuing

Also called: wp_dequeue_script · wp_dequeue_style · dequeue assets · dequeueing · dequeue_style

Removing unnecessary stylesheets and scripts from specific WordPress pages using wp_dequeue_style() and wp_dequeue_script().

Astro

Also called: Astro.js · astro framework

Astro is an open-source web framework for building content-driven websites — blogs, marketing sites, documentation portals, and headless WordPress frontends — with a focus on shipping zero JavaScript by default.

Async Swap

Also called: print onload pattern · non-blocking CSS swap

A non-blocking CSS load pattern that tells the browser the stylesheet is for print, then swaps it back to all media once it has finished downloading. The link does not block render, but the styles still apply.

Attribution

Also called: marketing attribution · conversion attribution · attribution model

Assigning conversion credit across all marketing touchpoints — determining which channels and messages actually drove the sale.

Attribution Modelling

Also called: attribution model · attribution modeling · marketing attribution · multi-touch attribution

Choosing a framework — last-click, first-click, linear, or data-driven — that assigns credit across all conversion touchpoints.

Automatic Transcoding

Also called: transcode · video transcoding · auto transcode · automatic encoding · adaptive bitrate encoding

Server-side conversion of uploaded video into multiple resolutions for adaptive bitrate streaming, handled without manual intervention.

Average Completion Rate

Also called: completion rate · course completion rate · training completion rate · ACR · video completion

The percentage of enrolled learners who complete a course — a key indicator of training content quality and learner engagement.

Awareness and Discovery Tier

Also called: awareness tier · discovery tier · top of funnel · TOFU · awareness stage · awareness funnel

The top-of-funnel content layer designed to attract new audiences before they know your brand, product, or service exists.

B

Barnacle SEO

Also called: barnacle SEO strategy · third-party SEO

A strategy of ranking via high-authority third-party platforms — directories, review sites, YouTube — rather than only your own domain.

Branching Narratives

Also called: branching narrative · branching scenarios · branching story · decision tree training · interactive video logic

Decision-tree training scenarios where learner choices determine the next content shown — creating realistic, consequence-based practice.

Business Operations

Also called: business systems · ops · operational systems · operations · business ops

Business operations refers to the day-to-day activities, systems, and workflows a company uses to produce its products or services, generate revenue, and manage the administrative functions that keep the business running.

Byte Ledger

Also called: byte-ledger audit

A per-surface accounting method I developed for high-end WordPress performance audits. Each surface gets a ledger that lists every byte the browser had to download, who shipped it, whether it earned its place in the first 14 KB, and which agent owns the fix when it did not.

C

CAN-SPAM

Also called: CAN-SPAM Act · anti-spam law · commercial email law · US email law

The US law setting baseline rules for commercial email — opt-out model, accurate headers, physical address, and 10-day unsubscribe.

CAN-SPAM Act

Also called: CAN-SPAM · CAN-SPAM Act of 2003 · anti-spam law · US anti-spam law

The 2003 US law governing commercial email — requiring accurate sender identification, a physical address, and a working unsubscribe link.

Canonical Tag (Rel="Canonical")

Also called: canonical tag · rel=canonical · rel="canonical" · canonical link element · canonical URL

An HTML link element telling search engines which URL is the authoritative version when similar content exists at multiple addresses.

Career Transition

Also called: career change · career pivot · professional transition

A deliberate shift in role, industry, or employment structure — requiring new skills, credibility, and a revised professional narrative.

Cascade Layer

Also called: CSS @layer · @layer rule · CSS cascade layers · cascade layers

A CSS feature (`@layer`) that lets you declare priority bands inside a stylesheet, so theme rules, plugin rules, and overrides cascade in the order you decide rather than the order the browser happened to parse them.

Casl (Canada’s Anti Spam Legislation)

Also called: CASL · casl (canada's anti-spam legislation) · Canadian Anti-Spam Legislation · Canadian email law · Canada anti-spam

CASL, or Canada’s Anti-Spam Legislation, is one of the world's most stringent laws regulating commercial electronic messages (CEMs).

CDN (Content Delivery Network)

Also called: CDN · Content Delivery Network · content delivery · content delivery network

A Content Delivery Network (CDN) is a geographically distributed group of servers that work together to provide fast delivery of Internet content.

CI/CD Pipeline

Also called: deployment pipeline · build pipeline

A CI/CD pipeline (Continuous Integration and Continuous Deployment) is an automated workflow that takes code changes from a developer's machine, runs a series of checks against them, and pushes the changes to a server when those checks pass.

Class Token Coverage

Also called: class-token presence

The percentage of class selectors defined in a stylesheet that are actually present somewhere in the rendered HTML of a given surface. A measurement I use in byte-ledger audits to expose dead CSS shipping to every visitor.

Cloudflare Stream

Also called: CF Stream · Cloudflare video · Stream by Cloudflare

Cloudflare's pay-as-you-go video platform — automatic transcoding and global CDN delivery, charged per minute stored and streamed.

CLS (Cumulative Layout Shift)

Also called: CLS · cumulative layout shift · CLS score · layout instability · layout shift · Cumulative Layout Shift

Cumulative Layout Shift: measures unexpected page movement while loading — a CLS score under 0.1 is required for Core Web Vitals.

Cognitive Friction

Also called: mental load · UX friction

Cognitive friction is the mental effort a visitor has to spend to figure out what your page is, what it's offering, and what they're supposed to do next.

Compliance Training

Also called: regulatory training · mandatory training · compliance e-learning

Mandatory employee education on laws, regulations, and company policies — with auditable completion records required.

Consulting

Also called: business consulting · independent consultant · consultant

Expert advice and analysis delivered to client organizations to solve problems, improve performance, or implement change.

Content Audit

Also called: content review · content inventory · SEO content audit · site content audit

A systematic review of every URL to decide what to keep, improve, consolidate, or remove.

Content Humanity Audit

Also called: content sanity check

A Content Humanity Audit is a strategic review process designed to identify and fix "Over-Optimized" content that sounds robotic, clinical, or engineered for search engines rather than people.

Conversion &Amp; Marketing Tier

Also called: Conversion & Marketing Tier · conversion & marketing tier · BOFU · conversion funnel · bottom of funnel

The Conversion & Marketing Tier is the "Bottom of the Funnel" (BOFU) where the primary goal is capturing lead data and closing a sale.

Conversion Rate Optimization

Also called: conversion rate optimisation · CRO · conversion optimization · website conversion

Systematically increasing the percentage of visitors who complete a desired action — without spending more on traffic.

Conversion Rate Optimization (CRO)

Also called: Conversion Rate Optimization

Conversion Rate Optimization (CRO) is an engineering discipline focused on increasing the percentage of website visitors who take a specific action, such as making a purchase or filling out a lead form.

Core Web Vitals

Also called: CWV · core web vital · page experience metrics

Google's three real-user metrics — LCP, INP, and CLS — measuring load speed, interactivity, and visual stability as ranking signals.

Corporate Training

Also called: employee training · workforce training · business training · workplace training

Structured employee learning programs covering compliance, onboarding, skills development, and leadership preparation.

Crawl Equity (Crawl Budget)

Also called: Crawl Equity · crawl budget · bot budget · crawl budget management

Crawl Equity, often referred to as Crawl Budget, is the amount of attention search engine bots (like Googlebot) allocate to your website over a specific period.

Critical CSS

Also called: inline critical CSS · critical-path CSS

Critical CSS solves the flash of unstyled content — that half-second where text loads but the layout has not caught up, so the page rearranges itself in front of the reader. It is the small slice of styling rules the browser needs to draw the first screen correctly, delivered inside the HTML itself instead of waiting for a separate stylesheet to download.

CRM

Also called: customer relationship management · CRM software · CRM system · customer database

A central platform storing all prospect and customer data — contact history, deal stage, and follow-up tasks — in one place.

CRM Integration

Also called: CRM connection · lead sync

CRM integration is the work of connecting your website's lead capture, contact forms, checkout, and support touchpoints to the system your sales team actually lives in — Salesforce, HubSpot, Pipedrive, Zoho, or whatever else holds the customer record.

Custom Post Types (CPT)

Also called: Custom Post Types · CPT · custom content types · post types

Developer-registered WordPress content types beyond Posts and Pages — modeling Products, Events, or any structured data.

D

Database Sharding

Also called: database partitioning · horizontal database scaling · sharding · horizontal partitioning

Splitting a large database horizontally across multiple servers to distribute load and improve query performance at scale.

De Indexing

Also called: noindex · removal request · URL removal

De-indexing is the removal of a specific page or an entire website from a search engine’s database.

Decoupled Architecture

Also called: decoupled CMS · separated architecture · headless architecture

Decoupled architecture, in a WordPress context, is the deliberate separation of where content is authored from where it's delivered.

Digital Fragmentation

Digital fragmentation is what happens when a website grows by accumulation rather than by design — every campaign adds a plugin, every department wants a custom block, every quarter adds another tracking script.

Digital Rights Management (DRM)

Also called: Digital Rights Management · DRM · content protection

Digital Rights Management (DRM) is a category of technologies that restrict how digital content can be played, copied, or shared after it's delivered to a viewer.

Document Structure

Also called: semantic HTML · heading hierarchy · HTML structure

Document structure refers to the logical organization and hierarchical arrangement of content within a digital file or webpage.

Dom Size

Also called: DOM nodes · document object model size

DOM Size refers to the total number of HTML nodes present on a web page at any given time.

Domain Name

Most websites have a domain name, it’s the address you type into a web browser to reach a web site, for example the domain name of this web site is thisismyurl.com.

Doorway Page

Also called: doorway content · thin landing page

A Doorway Page is a low-quality, near-identical webpage created solely to rank for specific long-tail keywords or location variations (e.g., "Plumber Fort Erie," "Plumber Welland," "Plumber Niagara Falls").

Double Opt In (DOI)

Also called: Double Opt-In · DOI · confirmed opt-in · double opt-in process

Double Opt-In (DOI) is a high-authority subscription process where a user signs up for an email list and then must click a confirmation link sent to their inbox before they are officially added.

Drop Ins

Also called: WordPress drop-ins · object-cache.php · advanced-cache.php · db.php

Special PHP files placed in wp-content/ that replace WordPress core components — most commonly the object cache handler.

Dwell Time

Also called: time on page · session duration

Dwell Time is a critical SEO metric that measures the actual length of time a user spends on a webpage after clicking through from a search result, before returning to the search engine.

E

Edge Caching

Also called: CDN caching · edge cache · CDN edge · edge nodes

Storing web assets on globally distributed servers so visitors receive content from a node geographically close to them.

Edge Computing (Network Fringe)

Also called: Edge Computing · network edge · edge runtime

Edge Computing, often referred to as the Network Fringe, is the practice of running application logic and data processing on servers located at the "Edge" of the network, as close to the end-user as possible.

Edit Vs. Save

Also called: block editor · Gutenberg · block validation

In modern WordPress block development, the "Edit vs.

Editorial Policy

Also called: content policy · editorial standards · publishing guidelines

An Editorial Policy is a public-facing document that outlines the standards, processes, and ethical guidelines a business follows to create and verify its content.

Editorial Workflow

Also called: content workflow · publishing workflow · editorial process

The documented sequence of steps — from idea to publish — governing how content is planned, written, reviewed, and distributed.

Eleventy

Also called: 11ty · eleventy framework · 11ty.dev

Eleventy (also written as 11ty) is an open-source static site generator written in JavaScript, built as a simpler, lower-magic alternative to frameworks like Next.js, Gatsby, and Hugo.

Email Compliance

Also called: email law · commercial email rules · email marketing compliance · anti-spam compliance

Adhering to CAN-SPAM, CASL, and GDPR requirements governing consent, identification, and unsubscribe in commercial email.

Email Deliverability

Also called: inbox placement · email inbox rate

Email Deliverability is the technical measurement of whether your emails successfully reach the recipient's inbox.

Email Marketing

Also called: email campaigns · email newsletter · email list marketing · newsletter marketing

Using email to build audience relationships and drive conversions — consistently the highest-ROI digital marketing channel.

Enterprise &Amp; Security Tier

Also called: Enterprise & Security Tier · enterprise & security tier · tier-one hosting · enterprise hosting tier

The Enterprise & Security Tier is the foundational layer of a high-end digital architecture, focusing on "Digital Rights Management" (DRM), "Administrative Isolation," and protecting intellectual property.

Enterprise WordPress

Also called: enterprise WP · large-scale WordPress · WordPress enterprise · WordPress at scale

WordPress deployed at organizational scale with governance, SSO, multi-site management, and MarTech integrations.

Excel Training

Also called: Microsoft Excel training · Excel course · Excel skills · spreadsheet training

Structured instruction building Excel proficiency from basic formulas through PivotTables, Power Query, and automation.

F

Faust.js

Also called: Faust JS · FaustWP · Faust · headless framework

WP Engine's open-source framework for building headless WordPress sites with Next.js — handling auth, routing, and previews.

Favicon

Also called: site icon · browser tab icon

A Favicon (short for "favorite icon") is a small, iconic image displayed in browser tabs, bookmark bars, and search results next to a website's page title.

Firewall (Waf)

Also called: Web Application Firewall · WAF · web firewall

A Web Application Firewall (WAF) is a specialized security layer that sits between your WordPress site and the internet, filtering out malicious traffic before it ever reaches your server.

Follow Up Sequence

Also called: email drip sequence · email automation · nurture sequence · drip sequence

Pre-written emails sent automatically at timed intervals after a trigger — welcome, nurture, sales, or re-engagement series.

Fractional Role

Also called: fractional executive · fractional CMO

A part-time, ongoing engagement where a senior operator gives a company strategic capacity without the cost or commitment of a full-time hire.

FTC

Also called: Federal Trade Commission · FTC enforcement

The US federal agency enforcing CAN-SPAM, advertising disclosure rules, and data privacy practices for commercial marketers.

Full Page Caching

Also called: FPC · page cache · full page cache · WordPress page caching

Storing complete HTML output so repeat visitors are served a cached page without any PHP execution or database queries.

G

Gated Content

Also called: content gating · lead magnet gating

Gated Content refers to high-value digital assets—such as eBooks, whitepapers, or advanced training videos—that are hidden behind a lead-capture form.

H

Headless WordPress

Also called: decoupled WordPress · WordPress as API · headless WP

Headless WordPress is a setup where WordPress is used only as the editing and storage system, and the public site is rendered by a separate front-end application.

Helpful Content

Also called: helpful content update · HCU · helpful content system · Google helpful content

Content written for real human readers that demonstrates first-hand expertise and fully satisfies search intent.

Helpful Content Update

Also called: HCU · helpful content system

The Helpful Content Update is a sitewide signal that Google uses to identify content that provides a satisfying experience for visitors.

High Availability

Also called: HA · high availability architecture · failover · load balancing · HA hosting · redundant hosting

An architecture with no single point of failure — multiple servers, replicated databases, and automatic failover.

Hooks (Actions &Amp; Filters)

Also called: Hooks · hooks (actions & filters) · WordPress hooks · add_action · add_filter · actions and filters

Hooks are the absolute foundation of WordPress development.

Hreflang Tags

Also called: hreflang attribute · language targeting · international SEO tags

Hreflang Tags are HTML attributes used to tell search engines the specific language and geographical region a webpage is intended for.

HTTP/3 (QUIC)

Also called: HTTP/3 · QUIC · HTTP3 · HTTP 3

HTTP/3 is the third major version of the Hypertext Transfer Protocol, built on a new transport protocol called QUIC (Quick UDP Internet Connections).

Hybrid Strategy (Hosting)

Also called: Hybrid Hosting Strategy · tiered hosting · tiered WordPress hosting

A hybrid strategy, in the hosting and content-delivery sense, is the deliberate use of more than one platform across the customer journey instead of trying to do everything from one place.

I

Image Pipeline

Also called: image optimization · WordPress image pipeline · image processing · image optimization pipeline

The automated workflow that converts, resizes, compresses, and delivers images in the optimal format per device.

Institutional Knowledge

The undocumented judgement, history, and pattern-matching a long-tenured person carries — the most valuable thing a company has and the easiest to lose.

Instructional Design

Also called: ID · learning design · curriculum design · instructional design process

Applying cognitive psychology and adult learning theory to create training that produces measurable behavior change.

Integration Tax

Integration Tax is a business-focused metaphor describing the hidden cost of manual labor required when two digital systems (like a website and a CRM) fail to communicate automatically.

Intent Based Search

Also called: search intent · query intent · user intent

Intent-based search is the practice of designing pages around what a searcher is trying to accomplish rather than which keyword they typed.

Interaction to Next Paint (INP)

Also called: INP · Interaction to Next Paint · FID replacement

Interaction to Next Paint (INP) is a Core Web Vital metric introduced by Google to measure a webpage's overall responsiveness to user interactions.

Interactivity API

Also called: WP Interactivity API · block interactivity · wp-interactive

WordPress's native JavaScript API for building client-side interactive blocks without a full React or Vue framework dependency.

Internal Link Vomit

Also called: over-linking

Internal Link Vomit is a slang term for the over-optimization of internal linking, where almost every other word in a paragraph is turned into a hyperlink to another service page or blog post.

Invisible SEO

Invisible SEO is a working philosophy where the optimisation work is felt by visitors as a faster, clearer, easier site — not as visible "SEO copy" or stuffed keywords.

K

Knowledge Graph

Also called: Google Knowledge Graph · entity graph · Google entity database

A Knowledge Graph is a programmatic map that search engines and AI systems use to understand the relationships between real-world entities like people, places, and business concepts.

L

Layoff

Also called: laid off · job loss · workforce reduction · redundancy

An employer-initiated termination driven by restructuring or cost reduction — not individual performance — affecting future career decisions.

Lazy Loading

Also called: loading=lazy · deferred loading

Lazy Loading is a technical performance optimization where non-critical assets—such as images and videos—are only loaded when they are about to enter the user's viewport (the visible part of the screen).

LCP (Largest Contentful Paint)

Also called: LCP · largest contentful paint · LCP score · LCP image · Largest Contentful Paint

Largest Contentful Paint: how quickly the main visible content renders — must be under 2.5 seconds to pass Core Web Vitals.

Lead Capture

Also called: lead generation · email capture · opt-in form · lead form · opt-in

Collecting contact information from prospective customers, typically via a form offering a lead magnet in exchange.

Lead Quality

Also called: lead scoring · MQL · marketing qualified lead

Lead Quality is a metric used to evaluate how likely a prospect is to become a paying customer.

Learndash

Also called: LMS LearnDash · WordPress LMS · WordPress LMS plugin

The most widely deployed WordPress-native LMS — supporting courses, quizzes, drip scheduling, and payment integrations.

Lighthouse

Also called: Google Lighthouse · Lighthouse audit · Lighthouse score · PageSpeed

Google's open-source auditing tool scoring Performance, Accessibility, Best Practices, SEO, and PWA readiness from 0–100.

Link Dilution

Link Dilution is an SEO concept that describes the loss of internal authority (Link Juice) caused by having too many outbound or irrelevant links on a single page.

Link Juice (Link Equity)

Also called: Link Juice · link equity · PageRank flow

Link Juice, formally known as Link Equity, is the colloquial term for the ranking power or authority that a webpage passes to another through hyperlinks.

List Hygiene

Also called: email list cleaning · email list hygiene · list cleaning

List Hygiene is the ongoing practice of auditing and cleaning your email subscriber list by removing "unengaged" users, "Hard Bounces," and "Spam Traps." Just as a gardener uses a "Pruning Strategy" to keep a plant healthy, list hygiene removes the dead weight that drags down your "Sender Reputation." Keeping a large but unengaged list is a source of "Technical Debt" that increases your marketing costs while actively harming your "Email Deliverability." A professional list hygiene routine involves identifying "Zombie Subscribers"—people who haven't opened an email in 6 months—and either attempting a "Re-engagement Campaign" or removing them entirely.

LMS

Also called: learning management system · LMS platform · e-learning platform · training platform

Software for creating, delivering, and tracking training programs — used by corporate L&D teams and online course creators.

Local SEO

Also called: local search optimization · local search SEO · local SEO services · near-me SEO · local pack SEO

Local SEO is the work of showing up when someone nearby searches for what you do — in Google's map pack, in the local results, and in the "near me" answers that decide who gets the call.

LSI Keywords (Latent Semantic Indexing)

Also called: LSI Keywords · Latent Semantic Indexing · related terms · semantic keywords

LSI Keywords are words and phrases that are mathematically related to a main topic.

LTV/CAC Ratio

Also called: lifetime value to acquisition cost · unit economics

The LTV/CAC ratio is the most critical metric for assessing the long-term viability of an online sales engine.

LXP

Also called: learning experience platform · LXP platform

A learner-centric platform curating personalized, AI-recommended learning pathways across multiple content sources.

M

Marketing Law

Also called: advertising law · digital marketing regulations · marketing compliance · promotional law

The statutes governing commercial promotion — covering email, advertising disclosures, data privacy, and consumer protection.

Metadata API

Also called: term meta · user meta · comment meta · register_meta · post meta

WordPress's unified system for storing and retrieving custom data attached to posts, users, terms, and comments.

Microsoft Excel Training

Also called: Excel training · MS Excel training · Excel certification · Excel courses

Instruction across all Excel skill tiers — covering formulas, PivotTables, Power Query, dynamic arrays, and VBA macros.

MIME Type

Also called: Content-Type · file type · media type

A MIME Type (Multipurpose Internet Mail Extensions) is a standardized label used by browsers and servers to identify the "nature" of a file and determine how to process it.

Minification

Also called: minify CSS · minify JS · code minification

Minification is the process of stripping all unnecessary characters from source code files—such as CSS, JavaScript, and HTML—without altering their actual functionality.

Mobile First Indexing

Also called: mobile indexing · Google mobile-first

Mobile-First Indexing is the practice by Google of using the mobile version of a website's content for indexing and ranking.

Moodle

Also called: Moodle LMS · Moodle platform · self-hosted LMS

The world's most-installed open-source LMS — purpose-built for universities and institutions needing full data sovereignty.

Multi Touch Attribution

Also called: MTA · multi-touch model

Multi-touch attribution is the family of attribution models that distribute conversion credit across more than one touchpoint, instead of assigning all of it to the last one (last-click) or the first one (first-click).

Must Use Plugins (Mu Plugins)

Also called: Must-Use Plugins · MU plugins · mu-plugins

Must-Use plugins (mu-plugins) are a specialized class of WordPress extensions that are located in the /wp-content/mu-plugins directory.

N

NAP Consistency

Also called: Name Address Phone · citation consistency · local citation consistency

NAP Consistency refers to the uniformity of your business’s Name, Address, and Phone number across all digital platforms, including your website, social media, local directories, and email footers.

Next.js

Also called: NextJS · Next JS · React framework

A React framework offering server-side rendering and static generation — the most popular headless WordPress frontend.

Nofollow

Also called: rel=nofollow · rel="nofollow" · nofollow attribute · nofollow link

Nofollow is a link attribute that tells search engines not to pass authority signals through to the destination URL.

Non Destructive Management

Also called: programmatic optimization

Non-destructive management is a core development philosophy where site-wide changes and optimizations are made programmatically "on-the-fly" rather than by permanently altering the underlying database.

Nonces

Also called: wp_nonce · security tokens · WordPress nonces

In WordPress, a nonce (Number used Once) is a unique cryptographic token used to verify that a request was sent intentionally by an authorized user.

O

Object Cache

Also called: Redis · object caching · WordPress object cache · persistent object cache · Redis cache

A server-side layer storing expensive database query results in Redis or Memcached for instant reuse across requests.

Object Caching

Also called: Redis cache · Memcached · WordPress object cache · persistent cache · WP object cache · persistent caching

Caching individual database query results in memory so WordPress avoids repeating expensive lookups on subsequent requests.

Object Injection

Also called: PHP object injection · unserialize vulnerability · deserialization attack

PHP Object Injection is a critical security vulnerability that occurs when a developer passes untrusted user input to PHP's unserialize() function.

Observability

Also called: site monitoring · APM · application performance monitoring · monitoring · telemetry

Understanding a system's health through structured logs, metrics, and traces — detecting problems before users report them.

On Page SEO

Also called: on-page optimization · page SEO

Optimizing titles, headings, content, and internal links on a page to earn higher search rankings.

Orphaned Content

Also called: orphan pages · orphaned pages

Orphaned Content refers to posts or pages on a WordPress site that have zero internal links pointing to them.

Over Optimization

Also called: over-optimisation · keyword stuffing · SEO over-optimization · over-optimized

Applying SEO techniques so aggressively — keyword stuffing, manipulative links — that rankings drop instead of rising.

P

Page Caching

Also called: WordPress caching · page cache · HTML cache · static page cache · full-page cache

Saving pre-built HTML to disk or memory so subsequent visitors receive it in milliseconds without re-executing PHP.

Physical Address Requirement

Also called: sender address requirement · mailing address in email · CAN-SPAM address · postal address · sender address

The CAN-SPAM and CASL rule requiring every commercial email to include the sender's valid postal mailing address.

Pillar Content

Also called: pillar pages

Pillar content is a long-form, in-depth page that covers a broad topic comprehensively and acts as the hub for a cluster of more specific pages on the same subject.

Pillar Page

Also called: pillar content

A Pillar Page is a comprehensive, high-level piece of content that provides a deep dive into a core topic and links out to several related "cluster" articles.

Pixelated

Also called: image pixelation

Pixelated describes a visual phenomenon where a "Raster" image is enlarged beyond its native resolution, causing the individual colored pixels to become visible to the human eye.

Plugin Audit

Also called: WordPress plugin review · plugin cleanup · plugin inventory · plugin review · plugin assessment

A structured review of every installed plugin for necessity, security, maintenance status, and redundancy.

Position 0 (Featured Snippet)

Also called: Position 0 · featured snippet · answer box · SERP featured snippet

Position 0, or a Featured Snippet, is the holy grail of modern search engine optimization.

Positioning

Also called: market positioning · strategic positioning · brand positioning

Positioning is the strategic decision of how you want a specific audience to perceive your product, service, or expertise relative to the alternatives available to them — defining the intersection of who you serve, what outcome you deliver, and why you over the alternatives.

Post Meta

Also called: custom fields · post metadata · wp_postmeta · postmeta

Key-value pairs stored in wp_postmeta, extending any post or custom post type with unlimited custom field data.

Post Processing CSS

Also called: PostCSS · CSS build · CSS post-processing

Post-Processing CSS is the technical workflow of using automated tools to transform modern CSS into a production-ready format that is optimized for performance and cross-browser compatibility.

Practice Building

Also called: building a practice · growing a consulting practice · consulting business building

Practice building is the ongoing work of establishing, marketing, and growing a professional services practice — the combination of expertise, reputation, client relationships, and operational systems that constitute a sustainable independent consulting or service business.

Professional Services

Also called: professional service · service firm · knowledge work

Knowledge-based businesses — consulting, legal, accounting, training, development — that sell expertise tailored per client.

Professional Showcase Tier

Also called: MOFU · evaluation tier · middle of funnel

The Professional Showcase tier is the part of the website where a visitor who has already discovered your brand decides whether you're credible enough to engage further.

Propensity Modelling

Also called: propensity score · predictive scoring

Propensity modelling is an AI-driven predictive technique that calculates the likelihood of a specific user taking a future action based on their historical behaviour and data patterns.

Q

Query Strings

Also called: URL parameters · GET parameters · URL query parameters

Query strings are the part of a URL that follows a question mark (?), used to pass specific data to a web application or tracking script.

R

Rankbrain

Also called: Google RankBrain

RankBrain is a machine-learning component of Google's core algorithm that helps process search results and provide more relevant search results for users.

Raster Vs. Vector

Also called: bitmap vs vector · raster image · vector image

Understanding the difference between Raster and Vector images is a fundamental lesson in high-end web performance.

Real User Monitoring

Also called: RUM · field data · real user data · CrUX

Capturing web vitals from actual users' browsers on a live site — as opposed to simulated lab tests.

Render Blocking

Also called: render-blocking resources · render-blocking CSS · render-blocking JavaScript · render-blocking JS · blocking resources

A resource — usually a stylesheet or a script in the document head — that the browser must download and process before it can paint the page. In WordPress, render-blocking is where most performance audits start and where most regressions hide.

REST API Discovery

Also called: wp-json · REST endpoints · WordPress REST discovery

REST API Discovery is the process of identifying and interacting with the available "endpoints" on a WordPress site via the `/wp-json/` directory.

Retina Displays

Also called: HiDPI · high-DPI displays · 2x displays

Retina Display is a brand term popularized by Apple to describe screens with such high pixel density that the human eye cannot discern individual pixels at a normal viewing distance.

Robots.txt

Also called: robots file · crawler directives

Robots.txt is a text file located in your website's root directory that provides instructions to search engine crawlers (bots).

RSS Feed

Also called: RSS · feed XML · RSS subscription

An RSS (Really Simple Syndication) feed is a specialized XML-based file format used to deliver frequently updated web content to users automatically.

S

Sales Stack

Also called: sales tech stack · sales tools · sales software · sales tooling

The collection of CRM, prospecting, engagement, and analytics tools a sales team uses to manage pipeline and close deals.

Sales Tools

Also called: sales software · sales technology · selling tools · sales tooling

Software applications enabling salespeople to prospect, communicate, present, and close deals more efficiently.

Salts &Amp; Keys

Also called: Salts & Keys · salts & keys · wp-config salts · AUTH_KEY · WordPress security keys

Authentication Salts and Keys are a set of eight unique, random variables stored in the `wp-config.php` file that provide an extra layer of security for WordPress user data.

Sanitization Engines

Also called: Sanitisation Engines · input sanitization · input sanitisation · data sanitisation

Sanitization Engines are specialized software layers or scripts designed to automatically clean and validate data before it is processed or stored.

Sanitization Vs. Escaping

Also called: Sanitisation vs. Escaping · sanitize_text_field · esc_html · input sanitization · output escaping

Sanitization and Escaping are the twin pillars of WordPress security and data integrity.

Schema

Also called: schema.org · structured data · JSON-LD · rich snippets

Structured data markup that tells search engines what your content means, enabling rich results in search.

Schema Abuse

Also called: structured data spam

Schema abuse occurs when a website implements structured data (JSON-LD) that is intentionally misleading, inaccurate, or irrelevant to the actual content on the page.

Self Employment

Also called: freelance · freelancer · independent contractor · self-employed · freelancing · working for yourself

Working for yourself as a contractor, freelancer, or business owner — with full control and full responsibility for income and taxes.

Self Hosted Video

Also called: own video hosting · private video hosting · self-host video · own video infrastructure

Storing and streaming video from your own infrastructure — maximum control over branding, data, and player behavior.

Semantic Link Silo

Also called: topic siloing · topical siloing

A Semantic Link Silo is a strategic internal linking architecture that groups related content together based on topical relevance.

Semantic SEO

Semantic SEO is a modern marketing strategy that focuses on optimizing content for "topics" and "intent" rather than just isolated keywords.

Semantic Stuffing

Semantic Stuffing is the modern, more subtle version of traditional keyword stuffing.

Semantic Timestamps

Also called: video chapters · timestamp markup · YouTube chapters

Semantic Timestamps are a sophisticated technical SEO feature where a video is divided into logical "chapters" or segments based on the specific topics discussed.

Sender Reputation

Also called: domain reputation · IP reputation · email sender score

Sender Reputation is a "Trust Score" assigned by Email Service Providers (ESPs) to your domain and IP address.

SEO

Also called: search engine optimization · search optimization · organic search · search engine optimisation

Improving a website's unpaid search visibility by satisfying user intent better than any competing page.

Server Side Rendering (SSR)

Also called: Server-Side Rendering · SSR · server rendering

Server-Side Rendering (SSR) is a technique where a webpage is fully rendered on the server for each unique request before being sent to the user's browser.

Server Side Tracking

Also called: server-side analytics · GTM server-side

Server-side tracking is a modern technical requirement for online sales, moving data collection from the user's browser to a dedicated server.

Service Business Operations

Also called: service operations · professional services operations · agency operations

Service business operations refers to the specific systems, workflows, and management practices that professional service providers — consultants, agencies, trainers, and independent specialists — use to deliver client engagements efficiently, profitably, and at a consistent quality standard.

Shoppable Video

Also called: interactive video commerce

Shoppable Video is an interactive media technology that allows viewers to click on specific products or services "hotspots" directly within the video frame to view pricing, details, and an "Add to Cart" button.

Site Performance

Also called: website performance · WP performance · performance monitoring · web performance

How well a site operates across speed, reliability, error rates, and caching — a broader measure than page load alone.

Site Quality

Also called: website quality · page quality · content quality

A holistic measure of how well a site serves visitors across content depth, technical reliability, and trust.

Site Speed

Also called: page speed · website speed · load time · website load speed

How quickly a page's content loads and becomes interactive — directly tied to rankings and conversion rates.

Skeleton Screens

Also called: loading skeleton · content placeholder

Skeleton screens are a UI design pattern used to improve perceived performance by displaying a placeholder version of the page layout while the actual data is loading.

Smart Transcripts

Also called: interactive transcripts

Smart Transcripts are interactive, text-based versions of video or audio content that are synchronized with the media playback.

Sovereign Entrepreneur

An independent operator with enough client diversification, brand, and reputation that no single buyer can dictate their work or their income.

Standard Operating Procedures (Sops)

Also called: Standard Operating Procedures

Standard Operating Procedures (SOPs) are written guides that describe how a recurring task in your business gets done, step by step, in enough detail that someone other than you could follow them.

Standardized Color Palette

Also called: Standardised Colour Palette · standardized colour palette · theme.json palette · design tokens · colour palette

A Standardized Color Palette in WordPress engineering refers to the programmatic restriction of color choices within the Block Editor to ensure brand consistency across an entire organization.

Static Site Generation (SSG)

Also called: Static Site Generation · SSG · static generation · SSG build

Static Site Generation (SSG) is a modern web development method where an entire website is pre-built into HTML, CSS, and JavaScript files at "build time" rather than being generated on-demand when a user visits.

Strangler Application Strategy

Also called: strangler fig pattern · gradual migration

The Strangler Application Strategy is a sophisticated method for migrating a legacy monolithic website to a modern architecture (like Headless WordPress) without the risk of a "Big Bang" launch.

Svg (Scalable Vector Graphic)

Also called: SVG · Scalable Vector Graphics · Scalable Vector Graphic

An SVG (Scalable Vector Graphic) is a web-friendly image format that uses mathematical paths (XML) rather than a fixed grid of pixels (raster).

Sxo (Search Experience Optimization)

Also called: SXO · Search Experience Optimization · Search Experience Optimisation

Search Experience Optimization (SXO) is what you get when you stop treating SEO and conversion-rate optimization as separate disciplines and design pages for both at once.

T

Tabnabbing

Also called: reverse tabnabbing

Tabnabbing is a sophisticated phishing attack that exploits the way browsers handle "target='_blank'" links.

Taxonomy

Also called: categories · tags · custom taxonomy · WordPress taxonomy · WP taxonomy

The WordPress system for grouping content into organized collections — powering archive pages, filtering, and navigation.

Team Training

Also called: group training · team learning · workplace team training · cohort training

Structured learning delivered to a group to improve both individual skills and collective team effectiveness.

Technical Debt

Also called: tech debt

Technical Debt is a metaphor for the long-term cost of choosing an easy, "quick-fix" solution today instead of a better, more robust approach that takes longer.

Technical SEO

Technical SEO refers to the process of optimizing a website’s underlying infrastructure to ensure that search engines can easily crawl, index, and render its content.

The Content Filter

Also called: the_content hook

The `the_content` filter is one of the most powerful hooks in the WordPress ecosystem.

Topic Clusters

Also called: content clusters

Topic Clusters are groups of interlinked webpages that center around a single "Pillar Content" page.

Training Technology

Also called: learning technology · ed tech · e-learning tools · ed-tech · learning tech · edtech

The tools and platforms — LMS, authoring software, video hosting — used to design, deliver, and track workplace training.

Transactional Message

Also called: transactional email · system email · triggered email

A transactional message is an automated email (or SMS) sent to a single person to support an action they've taken — a password reset, an order confirmation, a shipping update, a double opt-in link, an appointment reminder, an account-security alert.

Transients API

Also called: WordPress transients · set_transient · get_transient · WP transients

WordPress's built-in API for storing time-limited cached data in the database or object cache with automatic expiration.

TTFB (Time to First Byte)

Also called: TTFB · time to first byte · server response time · Time to First Byte

Time to First Byte: how quickly the server returns the first byte of a response — a foundation metric for overall page speed.

Turnstiles (Video Lead Gen)

Also called: Turnstiles · video lead gen · video gate

A turnstile is an email-capture form embedded inside a video player that pauses playback until the viewer enters their email address.

U

Unsubscribe

Also called: unsubscribe link · opt-out · email opt-out · list-unsubscribe

The legally required mechanism allowing any recipient to permanently opt out of future commercial emails from a sender.

V

Value Based Pricing

Also called: outcome-based pricing

Pricing your work against the financial outcome it creates for the client instead of the hours it takes you to deliver.

Vanity Metrics

Vanity Metrics are data points that look impressive on paper—such as total page views, "Likes," or a perfect 100/100 Lighthouse score—but do not correlate directly with business growth or revenue.

Video Hosting

Also called: video streaming · video platform · online video hosting · video host · video CDN

Services that store, encode, and stream video files adaptively — removing the bandwidth burden from your own server.

Video Schema

Also called: VideoObject schema · video structured data · video rich results · VideoObject

VideoObject structured data markup that enables rich video results — thumbnails and duration — directly in search listings.

Video SEO

Also called: video search optimization · video optimization · YouTube SEO

Optimizing video content and page context to appear in Google's video carousel and YouTube search results.

Videopress

Also called: Jetpack video · WordPress.com video · Jetpack VideoPress

Automattic's video hosting service, integrated natively with WordPress and Jetpack — no external platform account needed.

Vimeo

Also called: Vimeo video · Vimeo platform · Vimeo Pro · Vimeo Business

A professional, ad-free video host with privacy controls, a branded player, and per-viewer analytics unavailable on YouTube.

W

Webhook

Also called: web hook · HTTP callback

A Webhook is a "push" notification from one web application to another, triggered by a specific event.

Webhooks

Also called: outgoing webhooks · event hooks

Webhooks are automated "push" notifications sent from one application to another when a specific event occurs.

White Label

Also called: white labeling · white labelling · rebranding

White-label means a product, service, or tool that's been stripped of the original maker's branding so you can present it as your own.

WordPress

Also called: WordPress CMS · WordPress.org · WP · WP CMS

The open-source CMS powering over 43% of the web — built on PHP and MySQL with a block editor.

WordPress Architecture

Also called: WordPress stack · WP architecture · WordPress design patterns

The structural design decisions governing how a WordPress site is built, deployed, and scaled.

WordPress Audit

Also called: WordPress site audit · WP audit · WordPress review · site audit

A comprehensive technical and content review of a WordPress install, delivering a prioritized remediation roadmap.

WordPress Hosting

Also called: WordPress web hosting · managed WordPress hosting · WP hosting · managed WordPress

Hosting services specifically optimized for WordPress — with server-level caching, staging environments, and auto-updates.

WordPress Maintenance

Also called: WordPress upkeep · WP maintenance · WordPress updates · site upkeep

Ongoing updates, backups, security scanning, and database optimization keeping a WordPress site secure and reliable.

WordPress Performance

Also called: WordPress speed · WP performance · WordPress optimization · site optimization · WordPress optimisation

How quickly and efficiently a WordPress site loads — measured through Core Web Vitals, TTFB, and page weight.

WordPress Procurement

Also called: WordPress vendor selection · WordPress purchasing · WP procurement · vendor selection

The process of evaluating, selecting, and contracting for WordPress software, hosting, and development services.

WordPress Vip

Also called: WP VIP · WPVIP · VIP · vip.wordpress.com · WordPress.com VIP · Automattic VIP

Automattic's enterprise WordPress platform — managed hosting plus enforced engineering guardrails for newsrooms, government, and high-traffic publishers.

wp_options

Also called: options table · autoload options · WordPress options table

The wp_options table is the "brain" of a WordPress database.

WP_Query

Also called: WordPress query · the loop · posts query · WP_Query class · custom queries

WordPress's primary class for building database queries — retrieving posts, pages, and custom types with flexible parameters.

WP-CLI

Also called: WordPress command line · wp command · WordPress CLI

The command-line interface for WordPress — enabling bulk operations, deployments, and automation without the admin dashboard.

WPGraphQL

Also called: WordPress GraphQL · GraphQL for WordPress · WP GraphQL

A WordPress plugin that adds a fully featured GraphQL API, enabling flexible content queries from any frontend framework.

X

XML Bombs

Also called: billion laughs attack · XXE · XML DoS attack

An XML Bomb, also known as a Billion Laughs attack, is a type of Denial of Service (DoS) attack targeting parsers of XML documents.

XML Sitemap

Also called: sitemap.xml · sitemap

An XML Sitemap is a machine-readable file that lists every important page on your website, providing search engines with a clear "Roadmap" for crawling.

Y

Youtube

Also called: YouTube video · YouTube channel · YouTube hosting · YT

Google's video platform and the world's second-largest search engine — free distribution in exchange for your audience data.

Z

Zero Trust Security

Also called: Zero Trust Architecture · ZTA

Zero Trust Security is a strategic architectural framework based on the principle of "Never Trust, Always Verify." In traditional web security, anything "inside" the server perimeter was often trusted.

0–9

301 Redirect

Also called: 301 · permanent redirect · HTTP 301