Call for a free evaluation →
Plain-English WordPress terms

WordPress Glossary: 85+ Terms Explained in Plain English

WordPress, hosting, and SEO come with a lot of jargon. Here's what the most common terms actually mean, written for small business owners, not developers.

Jump to a letter

Browse the glossary

A B C D E F G H I J K L M N O P Q R S T U V W X Y Z

A

Above the Fold

The part of a webpage a visitor sees without scrolling. What you put here matters most for grabbing attention and communicating your value fast.

AI Chatbot

A tool that uses artificial intelligence to answer visitor questions, capture leads, or provide customer support automatically on your website, day or night.

AI Content Generator

A tool that uses artificial intelligence to draft blog posts, product descriptions, or marketing copy. Still needs human review and editing before it's published on your site.

Alt Text

A written description added to an image so screen readers can describe it to visually impaired visitors, and so search engines can understand what the image shows.

Answer Engine Optimization (AEO)

The practice of structuring website content — clear answers, FAQ sections, structured data — so AI tools like Google AI Overviews, ChatGPT, and Perplexity can understand it and cite it directly in their answers, alongside traditional search rankings. Sometimes called Generative Engine Optimization (GEO).

Apache

A widely used web server program that processes requests and serves your website's files to visitors' browsers.

B

Backdoor

A hidden piece of malicious code hackers plant on a compromised site so they can get back in even after you think it's been cleaned up.

Backlink

A link from another website pointing to yours. Search engines treat backlinks as a vote of trust, and they're a major ranking factor.

Backup

A saved copy of your website's files and database, stored separately, that can restore your site if something breaks, gets hacked, or is accidentally deleted.

Bandwidth

The amount of data your website transfers to visitors' browsers each month. Most modern hosting plans don't meaningfully cap this for small business sites.

Blacklist (Google Safe Browsing)

A warning list Google and browsers maintain for sites that are hacked or serving malware. Being blacklisted shows visitors a "dangerous site" warning until the site is cleaned and a review is requested.

Brute Force Attack

An automated attack where a bot tries thousands of username and password combinations to break into your WordPress login.

C

Caching

Temporarily storing a ready-to-serve copy of your pages so they load faster for the next visitor instead of being rebuilt from scratch every time.

Canonical URL

The "official" version of a page's web address that you tell search engines to index, used to avoid duplicate-content confusion when the same content is reachable at more than one URL.

CDN (Content Delivery Network)

A network of servers around the world that deliver your website's files from whichever location is closest to each visitor, making your site load faster everywhere.

Child Theme

A WordPress theme that inherits everything from a "parent" theme but lets you customize it safely — your changes survive even when the parent theme updates.

Cloudflare

A widely used content delivery network (CDN) and security service that sits in front of your website, speeding up load times worldwide while blocking malicious traffic before it reaches your server.

CMS (Content Management System)

Software, like WordPress, that lets you create and edit website content through a visual dashboard instead of writing code by hand.

Core Update

An update to WordPress's own core software, as opposed to a plugin or theme update — usually released for new features or security fixes.

Core Web Vitals

Google's three specific measurements of real-world page experience: loading speed, interactivity, and visual stability.

cPanel

A popular web-based dashboard that hosting companies provide for managing a server — files, databases, email, and more — without using the command line.

Custom Post Type

A content type you define beyond WordPress's built-in "Posts" and "Pages," such as Products, Testimonials, or Portfolio items.

D

Database

The organized storage system (usually MySQL) where WordPress keeps your content, settings, and user data, separate from the theme and plugin files themselves.

DKIM, SPF & DMARC

Three email authentication records added to your domain's DNS that prove your outgoing emails are legitimate, keeping them out of recipients' spam folders.

DNS (Domain Name System)

The system that translates a domain name like fastwebexperts.com into the numeric server address browsers actually use to find your site.

Domain Name

The web address people type to reach your site (for example, fastwebexperts.com), registered separately from your hosting.

E

E-commerce

Selling products or services directly through your website, most commonly powered on WordPress by WooCommerce.

F

Firewall (WAF)

A Web Application Firewall filters incoming traffic to your site and blocks malicious requests before they ever reach WordPress.

FlyingPress

A premium WordPress caching and performance plugin that speeds up page load times through advanced caching, image optimization, and efficient code delivery.

Full Site Editing (FSE)

A newer WordPress feature that lets you visually edit your entire site's layout, including headers, footers, and templates, not just individual posts.

G

Google AI Overviews

The AI-generated summary Google sometimes shows at the top of search results, pulling information from multiple websites — including well-structured, well-cited small business sites.

Google Business Profile

Your free business listing that appears in Google Maps and local search results — a major factor in local SEO.

GPL (General Public License)

The open-source software license WordPress itself is released under, which is why WordPress core, and most plugins and themes built for it, are free to use, modify, and redistribute.

Gutenberg (Block Editor)

WordPress's built-in content editor, where you build pages and posts out of individual "blocks" — paragraphs, images, buttons — instead of one long text field.

H

HTTPS

The secure version of the web protocol your browser uses, encrypting data between a visitor and your site. Requires an SSL certificate.

I

Image Optimization

Compressing and correctly sizing images so they load quickly without a noticeable drop in visual quality — one of the biggest speed wins available on most sites.

L

Landing Page

A standalone page designed around a single goal, like a sign-up or a call, usually built for a specific ad campaign or promotion.

Lazy Loading

A technique where images and content below the visible screen don't load until a visitor actually scrolls to them, speeding up how fast a page first appears.

Live Chat Widget

A small chat window layered on your website that lets visitors message your business in real time, often paired with or upgraded to an AI chatbot for after-hours coverage.

LLM (Large Language Model)

The type of AI system — such as ChatGPT or Claude — that powers most modern AI chatbots and content-generation tools by predicting and generating human-like text.

Local SEO

Optimizing your website and listings so you show up in search results for people searching in your specific city or service area.

M

Malware

Malicious software planted on a hacked website that can steal data, redirect visitors, send spam, or damage your search rankings.

Managed WordPress Hosting

Hosting built and configured specifically for WordPress, with performance tuning and security hardening, often with backups and updates handled for you.

Media Library

WordPress's built-in storage for every image, video, and file you've uploaded to your site.

Meta Description

The short summary text that can appear under your page's title in Google search results, meant to earn the click.

Migration

Moving a website from one host, domain, or server to another — ideally with zero downtime.

Minification

Removing unnecessary characters — spaces, line breaks, comments — from your site's code files to make them smaller and faster to load.

Multisite

A single WordPress installation that runs and manages multiple separate websites from one dashboard.

MySQL

The database software WordPress uses by default to store all of your content and settings.

N

NAP (Name, Address, Phone)

Your business's core contact details. Keeping them identical everywhere online — your website, Google Business Profile, directories — matters for local SEO.

O

Open Source

Software whose underlying code is publicly available for anyone to view, use, modify, and distribute. WordPress itself is open source, which is part of why it powers such a large share of the web.

P

Page Builder

A visual, drag-and-drop tool for designing WordPress pages without writing code.

Page Speed

How quickly your website loads and becomes usable for a visitor — a major factor in both user experience and Google rankings.

Permalink

The full, permanent URL structure WordPress uses for your posts and pages, such as /blog/post-name/.

PHP

The programming language WordPress itself is written in and runs on. Your server has to run PHP to power a WordPress site.

Plugin

Installable software that adds a specific feature to WordPress — a contact form, an SEO tool, a security scanner — without you having to write custom code.

Plugin Conflict

When two plugins interfere with each other and break part of your site, usually because they try to modify the same part of WordPress in incompatible ways.

R

Render-Blocking Resources

CSS or JavaScript files a browser must fully download before it can display any part of your page — a common cause of slow perceived load times.

Responsive Design

A website design that automatically adapts its layout to look and work well on any screen size, from phones to desktops.

Robots.txt

A small file at the root of your website that tells search engine crawlers which parts of the site they're allowed to access.

S

Schema Markup (Structured Data)

Extra code added to a page that explicitly tells search engines what the content means — a review, a business address, an FAQ — so it can be understood and displayed more richly in search results.

Server

The physical or virtual computer that stores your website's files and serves them to a visitor's browser whenever someone visits your site.

Shared Hosting

A hosting plan where many websites share the resources of a single server. It's inexpensive, but performance and security can suffer if a neighboring site has problems.

Shortcode

A short bracketed code, like [gallery], that you place inside WordPress content to insert a more complex feature without writing full code.

Sitemap

A file listing every important page on your website, submitted to search engines to help them find and index your content.

SKU (Stock Keeping Unit)

A unique code assigned to a product for inventory tracking, commonly used in WooCommerce stores.

SMTP Sending Service

A dedicated email delivery service that WordPress uses to send transactional emails — password resets, order confirmations — reliably, instead of relying on your server's default mail function, which is often flagged as spam.

SSL Certificate

A small file installed on your server that encrypts the connection between your website and its visitors — shown in the browser as the padlock icon, and required for HTTPS.

Staging Site

A private, working copy of your website used to test updates, changes, or new features safely before they go live.

Sucuri

A popular WordPress security plugin and service offering malware scanning, a web application firewall, and hack cleanup for compromised sites.

T

Theme

The collection of files that controls your WordPress site's visual design and layout: colors, fonts, and page structure.

Title Tag

The clickable headline that appears in a Google search result and in the browser tab, defined separately from the visible heading on the page.

TTFB (Time to First Byte)

How long it takes a visitor's browser to receive the very first piece of data back from your server after requesting a page — a core measure of server and hosting speed.

Two-Factor Authentication (2FA)

A login security step that requires a second form of verification, like a code from your phone, in addition to your password.

U

Uptime

The percentage of time your website is actually online and accessible, as opposed to down or unreachable.

UX (User Experience)

How easy, intuitive, and pleasant a website is for visitors to use and navigate.

V

VPS (Virtual Private Server)

A private slice of a physical server's resources, reserved just for your site — a step up from shared hosting in performance and control.

W

White Screen of Death

A WordPress site that suddenly shows a completely blank white page, usually caused by a PHP error, a plugin conflict, or exhausted server memory.

WooCommerce

The most widely used e-commerce plugin for WordPress, turning a regular WordPress site into a full online store.

Wordfence

One of the most widely used WordPress security plugins, providing a firewall, malware scanning, and login protection directly from your WordPress dashboard.

WordPress

The open-source content management system that powers a large share of the websites on the internet, including this one.

WP Rocket

A popular premium WordPress caching plugin that speeds up page load times through page caching, file compression, and lazy loading — often installed as part of a broader speed optimization plan.

wp-admin

The web address (yoursite.com/wp-admin) and dashboard where you log in to manage your WordPress site.

wp-config.php

A core WordPress file that stores sensitive configuration settings, including your database connection details.

X

XML-RPC

An older WordPress feature used for remote publishing and communication, now more commonly exploited by attackers than used legitimately. Most sites are safer with it disabled.

Still have questions?

Talk to a real WordPress expert

If your site needs actual help rather than just a definition, we're happy to take a look — no jargon, no pressure.