SEO Glossary 2026: 300+ Search Terms Explained Simply
300+ SEO terms defined for 2026 including technical SEO, AI Overviews, GEO, Core Web Vitals, algorithm updates, schema, and ranking signals.
300+
SEO terms defined
10
Topical categories
2026
Updated for AI search era
18 min
Comprehensive reference
Key Takeaways
SEO in 2026 spans ten core disciplines: from classic crawling and indexing to generative engine optimization (GEO) for AI Overviews.
Technical fundamentals remain foundational: Core Web Vitals, schema, and rendering continue to matter even as large language models reshape how users discover content.
Link building has matured: raw volume gave way to topical authority and E-E-A-T signals that verify first-hand experience and expertise.
AI search vocabulary is now required: AEO, GEO, grounding, citation, and LLMs.txt now sit alongside traditional SEO terms as practitioner skills.
Local, algorithms, and tooling compound: local SEO, algorithm updates, and tooling remain measurable levers when paired with durable content strategy.
Search engine optimization has always been a jargon-heavy field, and 2026 added an entirely new vocabulary layer on top. Between AI Overviews, agentic search, generative engine optimization, and traditional topics like canonicalization and Core Web Vitals, a practicing marketer now juggles hundreds of technical terms across engineering, content, and analytics domains.
This glossary defines 300+ of the most important SEO terms in plain language, grouped into ten categories you can scan or bookmark. Use it alongside our broader 500-term digital marketing glossary when you need vocabulary beyond organic search.
How to read this glossary
Terms are grouped by domain rather than alphabet so related concepts appear together. Use the table of contents or browser find (Cmd/Ctrl+F) to jump to any term.
1. Search Engine Basics
Foundational concepts every SEO must understand before anything else. These are the primitives of how modern search engines work.
Crawling — The process search engines use to discover pages by following links and reading sitemaps. Crawlers (bots) request URLs and queue new ones for future fetching.
Indexing — Storing crawled pages in a searchable database so they can be returned as results. A page can be crawled but not indexed.
Rendering — The stage where the search engine executes JavaScript and constructs the final DOM used for indexing. Googlebot uses a headless Chromium instance.
SERP — Search Engine Results Page. The page a user sees after running a query, including organic, ads, and SERP features.
Query — The words a user types or speaks into a search engine. Queries are classified by intent and expanded by the engine using synonyms.
User Intent — The goal behind a query, typically classified as informational, navigational, transactional, or commercial investigation.
robots.txt — A text file at the site root that instructs crawlers which paths they may or may not fetch. It controls crawling, not indexing.
Sitemap — An XML file listing URLs you want indexed, with optional metadata like last modified date. Sitemaps assist discovery.
noindex — A meta robots or HTTP header directive that tells engines not to include a page in their index.
nofollow — A link attribute instructing engines not to pass authority through the link. Now treated as a hint rather than a directive by Google.
Organic Result — A non-paid SERP listing earned through relevance and authority signals, as opposed to ads.
Paid Result — A SERP listing bought via an auction-based ad platform such as Google Ads. Clearly labeled as Sponsored.
SERP Feature — Any non-standard SERP element beyond ten blue links, such as featured snippet, knowledge panel, people also ask, image pack, or video carousel.
Click-Through Rate (CTR) — Clicks divided by impressions. A primary engagement metric reported in Google Search Console.
Impression — One appearance of a result on a SERP, regardless of whether it was clicked.
Position — The rank of a result on the SERP. Averaged in GSC across all impressions for a given query.
Googlebot — Google's primary web crawler. Exists as mobile and desktop variants, with mobile-first used for indexing since 2020.
Bingbot — Microsoft Bing's crawler. Also powers Copilot and ChatGPT Search grounding data.
User Agent — An identifying string a crawler sends with each request, allowing servers to recognize and rate-limit bots.
Index Coverage — The GSC report showing which URLs are indexed, excluded, or producing errors.
URL Parameters — Query string fragments appended to URLs (utm_source, ?sort=price) that can create duplicate-content issues if not handled.
Fetch and Render — The GSC URL Inspection tool's ability to request a page as Googlebot and show the rendered output.
HTTPS — Encrypted HTTP. A lightweight Google ranking signal since 2014 and effectively required in 2026.
301 Redirect — A permanent server-side redirect that passes link equity to the destination URL.
302 Redirect — A temporary redirect. Historically viewed as passing less equity, though Google treats long-lived 302s as 301s.
Soft 404 — A page that looks like a 404 (thin or empty) but returns a 200 status code. Search engines treat it as missing.
XML Sitemap Index — A sitemap that lists other sitemaps. Used when a single sitemap exceeds 50,000 URLs or 50 MB.
RankBrain — Google's first ML ranking component, introduced in 2015 to better interpret ambiguous queries.
Personalization — Modifying results based on user location, history, and signed-in state. Makes identical queries produce slightly different rankings.
Query Deserves Freshness (QDF) — A Google ranking modifier that boosts recent content for queries showing high news or change signals.
Cached Page — A stored snapshot of a page Google indexed. Retired from the public cache: link in 2024 but still used internally.
2. On-Page SEO
On-page signals you control directly by editing HTML, content, and page structure.
Title Tag — The <title> element shown in browser tabs and as the SERP headline. A primary on-page ranking signal.
Meta Description — The snippet under the title on a SERP. Not a direct ranking factor but heavily influences CTR.
H1 — The top-level heading on a page. Best practice is one H1 per page that mirrors the primary query target.
H2-H6 — Subheading tags forming the document outline. Support scanability and help engines understand topical structure.
Alt Text — The alt attribute on an image, describing the image for screen readers and image search.
Internal Linking — Links between pages on the same domain. Passes topical context and authority to priority pages.
URL Slug — The final segment of a URL path. Short, keyword-accurate slugs are preferred.
Canonical Tag — A rel=canonical element declaring the preferred URL when duplicate or near-duplicate content exists.
Hreflang — An attribute specifying the language and regional targeting of a page for international SEO.
Meta Keywords — A legacy meta tag once used to declare page keywords. Ignored by Google since 2009.
Open Graph Tags — Meta tags (og:title, og:image, og:description) controlling how pages appear when shared on social platforms.
Twitter Card — X/Twitter's meta tag family for rich link previews. Overlaps with Open Graph.
Breadcrumbs — A hierarchical navigation trail. Often marked up with BreadcrumbList schema for SERP display.
Anchor Text — The clickable text of a link. Strong topical signal for both internal and external links.
Keyword Density — The percentage of a page occupied by a target keyword. Obsolete as a ranking tactic; prioritize natural semantic coverage.
Keyword Stuffing — Over-insertion of a target term beyond natural usage. A spam signal.
LSI Keywords — Latent Semantic Indexing keywords — a popular-but-misused term for semantically related phrases that reinforce topic relevance.
Title Rewrite — When Google replaces your provided title with an H1 or alternative phrasing in the SERP.
Meta Robots Tag — A meta element controlling indexing and following, e.g. <meta name="robots" content="noindex,nofollow">.
X-Robots-Tag — An HTTP header equivalent of the meta robots tag, useful for non-HTML assets.
Content Readability — Measures such as Flesch-Kincaid grade level that estimate how easy content is to read.
Above the Fold — Content visible without scrolling. Ad-heavy above-the-fold layouts can trigger intrusive-interstitial penalties.
Anchor Link — A URL with a #fragment that jumps to a specific section. Powers jump-to snippets in SERPs.
Orphan Page — A page with no internal links pointing to it. Crawlers may miss it entirely.
Content Pruning — Removing or consolidating low-value pages to improve site-wide quality signals.
Content Refresh — Updating existing pages with new data, examples, and year references to maintain relevance.
Featured Image — The primary image associated with a page, often surfaced in social previews and sometimes in discover feeds.
Page Template — The repeatable layout used across similar pages (product, blog, category). Affects how easily engines extract entities.
Descriptive URL — A URL that telegraphs its content in human-readable form, e.g. /blog/seo-glossary vs. /blog?id=1234.
Hidden Text — Content visible to crawlers but hidden from users (CSS display:none abuse). A spam signal.
3. Technical SEO
Server, rendering, and structure-level concepts that determine whether search engines can discover, fetch, and understand your pages efficiently.
Core Web Vitals — Google's page-experience metrics measuring loading, interactivity, and visual stability. Currently LCP, INP, and CLS.
LCP (Largest Contentful Paint) — Time until the largest visible element is painted. Target below 2.5 seconds at the 75th percentile.
INP (Interaction to Next Paint) — Replaced FID in 2024. Measures responsiveness of user interactions across a visit. Target below 200 ms.
CLS (Cumulative Layout Shift) — Measures unexpected layout movement during page load. Target below 0.1.
TTFB (Time to First Byte) — Time from request to first byte received. Strongly correlated with LCP on server-rendered sites.
FCP (First Contentful Paint) — Time until any text or image is painted. A diagnostic metric used alongside Core Web Vitals.
Schema Markup — Standardized vocabulary (schema.org) for describing entities in structured form on your pages.
Structured Data — Any machine-readable data embedded in a page. Typically JSON-LD using schema.org vocabulary.
JSON-LD — JavaScript Object Notation for Linked Data. Google's preferred format for embedding structured data.
Rich Result — A SERP entry enhanced by structured data (star ratings, recipe cards, video previews).
Mobile-First Indexing — Google uses the mobile version of a page for indexing and ranking. Default since 2020.
Responsive Design — A single codebase that adapts layout to any viewport. Preferred approach for mobile SEO.
JavaScript SEO — The practice of ensuring JavaScript-rendered content is discoverable and indexable by search engines.
Server-Side Rendering (SSR) — Generating HTML on the server before sending to the client. Eliminates rendering delays for search engines.
Static Site Generation (SSG) — Pre-rendering pages at build time. Fastest option for SEO-critical content.
Client-Side Rendering (CSR) — Rendering in the browser after JavaScript executes. Riskier for SEO without fallback HTML.
Dynamic Rendering — Serving pre-rendered HTML to bots and CSR to users. A workaround Google now discourages.
Pagination — Splitting content across numbered pages. rel=prev/next is retired; use self-canonicals per page.
Faceted Navigation — Filter-based navigation (by color, size, brand) that can generate infinite URL combinations if not controlled.
Duplicate Content — Substantially similar content across multiple URLs. Dilutes ranking signals; handled via canonicalization.
Thin Content — Pages with little unique value. A trigger for Helpful Content system demotions.
Crawl Budget — The number of pages Googlebot is willing to fetch on a site within a given window. Matters mostly for large sites.
Crawl Depth — The number of clicks from the homepage to a given page. Deeper pages tend to rank worse.
Orphaned URL — A URL absent from internal links but sometimes discovered through sitemaps or external links.
Status Code — HTTP response codes (200 OK, 301 moved, 404 not found, 503 unavailable) that crawlers interpret differently.
Log File Analysis — Reviewing server access logs to understand what crawlers fetched, when, and which status codes were returned.
Rendering Queue — Google's pipeline for JavaScript-rendered pages. Delay between initial crawl and render can be hours or days.
AMP — Accelerated Mobile Pages. Largely deprecated for news in 2021; no longer required for Top Stories.
HTTP/2 and HTTP/3 — Modern HTTP protocols enabling multiplexing and lower latency. Googlebot supports both.
Image Sitemap — A specialized sitemap listing image URLs to improve image discovery.
Video Sitemap — A sitemap that exposes video metadata for Google Video indexing.
Pagespeed Insights — Google's public Core Web Vitals testing tool combining lab (Lighthouse) and field (CrUX) data.
Technical SEO pairs with performance
Fast sites get crawled deeper and more often. Combine technical cleanup with our SEO optimization services to turn structural fixes into ranking gains.
4. Link Building and Authority
Off-site signals that help search engines estimate trust, authority, and topical relevance.
Backlink — An inbound link from another domain. Still one of the strongest ranking signals in 2026.
Inbound Link — Synonym for backlink. Distinguished from outbound (external) and internal links.
Referring Domain — A unique domain linking to your site, regardless of how many links originate from it.
Anchor Text Profile — The distribution of anchor texts across your backlinks. Unnatural exact-match skews signal manipulation.
Domain Rating (DR) — Ahrefs' 0-100 score estimating the strength of a domain's backlink profile.
Service Schema — schema.org/Service markup describing an offered service, often nested inside LocalBusiness.
Review Schema (Local) — Structured review data for eligible entities. Google restricts self-reviewed LocalBusiness markup.
8. SEO Tools and Metrics
The platforms, reports, and key metrics practitioners rely on daily.
Google Search Console (GSC) — Google's free tool exposing crawl, index, and performance data for verified sites.
Bing Webmaster Tools — The equivalent data surface from Microsoft, covering Bing and downstream products including Copilot.
GSC Performance Report — Clicks, impressions, CTR, and position by query, page, country, and device.
GSC Coverage Report — Status of URLs: indexed, excluded, errors. Now split across the Pages and Sitemaps reports.
URL Inspection Tool — The GSC feature for inspecting how Google sees a specific URL, including rendered HTML.
Ahrefs — A popular SEO platform known for its backlink index and keyword tooling.
Semrush — A competing SEO suite strong in competitive research and advertising data.
Moz Pro — Moz's SEO platform, historically the origin of Domain Authority scoring.
Screaming Frog — A desktop crawler used for on-page and technical audits at scale.
Sitebulb — Another well-known auditing crawler emphasizing visualization and prioritized fixes.
Lighthouse — Google's open-source auditing tool covering performance, accessibility, SEO, and PWA.
CrUX (Chrome User Experience Report) — Real-world field data about page performance from opted-in Chrome users.
Rank Tracker — A tool that records keyword positions over time, often segmented by device, location, and SERP feature presence.
Share of Voice — Your estimated percentage of total available organic clicks across a tracked keyword set.
Visibility Score — A composite metric from third-party tools summarizing ranking strength across thousands of keywords.
Site Audit — An automated or manual review of technical, on-page, and content health issues.
Log File Analyzer — A tool that ingests server logs to reveal crawler behaviour over time.
GA4 — Google Analytics 4. The event-based analytics platform that replaced Universal Analytics in 2023.
Organic Sessions — Analytics sessions attributed to the organic search channel.
Organic Users — Unique users arriving from organic search over a date range.
Engaged Session — A GA4 metric for sessions over 10 seconds, with two or more pageviews, or a conversion event.
Bounce Rate (Legacy) — A Universal Analytics metric for single-page sessions. Retained in GA4 as the inverse of engagement rate.
Conversion Rate — Percentage of sessions or users that complete a defined goal.
Attribution Model — The rule that assigns credit across touchpoints for a conversion. GA4 defaults to data-driven attribution.
Search Analytics API — The GSC API allowing bulk extraction of performance data beyond the 16-month UI cap.
Looker Studio — Google's free dashboarding tool commonly used to blend GSC, GA4, and third-party SEO data.
BigQuery Export — The GSC and GA4 feature that streams raw data into BigQuery for unlimited analysis.
Schema Validator — Tools such as Google's Rich Results Test or Schema.org Validator that verify structured data correctness.
Mobile-Friendly Test (Retired) — A previously standalone Google tool, retired in 2023 now that mobile-first is universal.
AI Crawler Analytics — Emerging tooling for measuring AI bot hits (GPTBot, ClaudeBot, PerplexityBot) and downstream AI citations.
9. Algorithm Updates
Major named and unnamed updates that shaped the modern ranking landscape. For a dated timeline, see our Google algorithm update history.
Core Update — A broad, regularly scheduled Google ranking system adjustment affecting many queries and sites.
Spam Update — Targeted updates to Google's spam detection systems (SpamBrain, link spam, site reputation abuse).
Helpful Content Update (HCU) — A system introduced in 2022 demoting unhelpful, search-first content. Folded into core in 2024.
Panda — A 2011 update targeting thin and low-quality content sites, eventually integrated into core ranking.
Penguin — A 2012 update cracking down on manipulative link schemes. Real-time since 2016.
Hummingbird — A 2013 rewrite of Google's core algorithm emphasizing query meaning.
RankBrain Update — The 2015 integration of a machine-learning component into Google ranking.
Mobilegeddon — The 2015 mobile-friendly ranking update that penalized non-responsive sites on mobile SERPs.
Medic Update — The August 2018 core update that disproportionately affected YMYL sites, surfacing E-A-T.
BERT — A 2019 natural-language model enabling better understanding of conversational queries.
MUM — Multitask Unified Model, announced in 2021, handling multimodal and multilingual understanding.
Product Reviews Update — Updates from 2021 onward promoting in-depth reviews with original evidence.
Reviews System — The renamed product reviews update, broadened to services and other categories.
Page Experience Update — The 2021 rollout making Core Web Vitals an official ranking factor. Retired as a separate system in 2023.
Link Spam Update — A series of updates neutralizing manipulative link patterns at scale using SpamBrain.
SpamBrain — Google's AI spam-detection system, introduced publicly in 2018.
Site Reputation Abuse Policy — The 2024 policy targeting third-party content published on authoritative sites for ranking manipulation.
Scaled Content Abuse Policy — A 2024 policy addressing large volumes of low-value (often AI-generated) pages created for search.
Expired Domain Abuse Policy — A 2024 policy addressing repurposing of expired domains for manipulative content.
March 2024 Core Update — A combined core + spam update targeting low-quality content and integrating HCU into core.
Manual Action — A human-issued penalty visible in GSC, distinct from algorithmic demotions.
Algorithmic Demotion — A traffic drop caused by a ranking system change rather than a manual action.
Rollback — The reversal of an update, either partial or full, sometimes announced by Google.
Volatility — The degree of change observed in SERPs day over day. Tracked by tools such as Semrush Sensor and Mozcast.
Discover Update — A change affecting ranking in Google Discover, often distinct from SERP updates.
News Core Update — Core updates targeting Top Stories and the News surface.
Local Algorithm Update (Possum) — A 2016 update to the local ranking system diversifying local-pack results.
Vicinity (Local) — A 2021 local update increasing the weight of proximity for local results.
Caffeine — A 2010 infrastructure overhaul that sped up indexing. A precursor to modern continuous crawling.
HTTPS Update — The 2014 announcement making HTTPS a lightweight ranking signal.
10. Modern 2026 SEO
The terminology shaping day-to-day SEO work in 2026 as AI search reshapes the discovery landscape.
Zero-Click Search — A search that ends without any outbound click, either resolved on the SERP or inside an AI answer.
SGE (Legacy) — Search Generative Experience, Google's pre-launch name for what became AI Overviews in 2024.
AI Overview Citation Rate — The share of AI Overview responses that include a link to a given domain or page.
Agentic Browser — A browser (e.g., ChatGPT Atlas, Perplexity Comet) that executes tasks autonomously using built-in agents.
Browser Agent — An AI agent that performs multi-step web actions on a user's behalf, consuming search results as inputs.
LLMs.txt File — A root-level markdown file summarizing site content for LLM ingestion. Adoption remains early in 2026.
Programmatic SEO — The practice of generating large volumes of similar, template-based pages from structured data sources.
AI-Generated Content — Pages produced primarily by LLMs. Allowed by Google when helpful, disallowed when scaled for rankings.
Content Decay Rate — The percentage drop in traffic an article experiences per month after reaching peak visibility.
AI-Assisted Editing — Using LLMs to support human editorial workflows (outlines, fact checks, tone tweaks) without fully generating content.
Passage Indexing — Google's capability (since 2020) to rank specific passages within long pages for niche queries.
Semantic Triples — Subject-predicate-object statements that form the unit of knowledge-graph understanding.
Entity Salience — How central an entity is to a document's overall topic, as scored by NLP systems.
Brand Entity — Your brand as a distinct Knowledge Graph node, strengthened through consistent structured data and citations.
Brand SERP — The SERP returned for your brand name, increasingly the first impression potential customers encounter.
Content Licensing Deal — A commercial agreement allowing an AI provider to ingest content. Common among major publishers.
Author Authority — The recognition of a human author as an expert, reinforced through schema, bylines, and external profiles.
Video SEO — Optimizing video content for SERPs and YouTube, including transcript, markup, and thumbnail signals.
Podcast SEO — Making episodes and show pages indexable, with transcripts and PodcastSeries schema where supported.
Voice Search — Queries made through voice assistants. Overlaps significantly with AEO and long-tail conversational content.
Visual Search — Image-based queries, including Google Lens and multimodal AI inputs.
Shopping Graph — Google's product-centric entity graph powering shopping features and commerce AI experiences.
Merchant Center — Google's product catalog hub, relevant to organic shopping results.
AI-Ready Content — Content structured with clear claims, citations, and schema so LLMs can extract and attribute it accurately.
Information Gain — The net new insight a page adds beyond what already ranks. A repeatedly-patented Google concept.
Semantic HTML — Using tags (article, section, nav, aside, header, footer) by meaning. Assists both accessibility and crawlers.
Accessibility (a11y) — Designing sites so users with disabilities can interact with them. Overlaps heavily with SEO best practice.
WCAG — Web Content Accessibility Guidelines. The standard governing accessible-web compliance.
Core Update Recovery — The process of regaining lost rankings after a core update, typically requiring substantial site-wide quality changes.
Content Velocity — The sustainable rate at which a team can publish high-quality content. A key editorial-ops metric.
Search Console Insights — A simplified GSC dashboard aimed at content creators, blending GSC and GA4 data.
How to Use This Glossary
Treat this glossary as a reference, not a reading list. The most productive use is bookmarking the relevant category and returning when a specific term appears in a brief, meeting, or audit output.
For marketing leaders, the section on AI Search, AEO, and GEO is the highest-leverage read in 2026 — it maps directly to the discovery shift covered in our AI search engine statistics analysis. For practitioners, the Technical SEO and Algorithm Updates sections remain the clearest path to diagnosing ranking changes.
Strong SEO programs translate these definitions into measurable operating rhythms: weekly rank-tracker reviews, monthly content audits, quarterly technical audits, and continuous AI-visibility monitoring. Definitions alone don't move rankings — applied discipline does.
Turn the vocabulary into results
Knowing the terms is only the first step. Digital Applied builds SEO programs that combine technical depth, durable content strategy, and AI-search readiness so your organic pipeline compounds.
The biggest change is the rise of AI answer engines and the corresponding drop in traditional click-through rates. Classic signals (links, content quality, Core Web Vitals) still matter, but brands must now also optimize for citation and grounding inside LLM responses through AEO and GEO practices.
What is the difference between SEO, AEO, and GEO?
SEO optimizes for traditional search rankings and clicks. AEO (answer engine optimization) structures content so engines can extract direct answers for voice, featured snippets, and AI responses. GEO (generative engine optimization) focuses specifically on earning citations inside LLM-generated answers.
Are keywords still relevant in the AI search era?
Yes. Keywords remain the unit of demand measurement and the clearest way to plan content. What has changed is the supremacy of exact-match: modern engines understand synonyms, entities, and intent, so strategies should optimize for topical coverage and semantic depth rather than literal phrase repetition.
Do I need an LLMs.txt file in 2026?
Adoption is still early and most major AI providers have not committed to honoring the spec. Publishing one is low-cost and forward-looking, but it is not a replacement for well-structured HTML, schema markup, and sensible robots.txt rules.
How often should I refresh content?
For evergreen high-value pages, plan a substantive refresh at least once a year and minor updates quarterly. For news and trend pieces, content decay is faster and refreshes should be driven by traffic signals in GSC and analytics.
Where should a beginner start learning SEO?
Start with the Search Engine Basics and On-Page SEO sections of this glossary. Combine that with Google's official Search Central documentation and hands-on work inside Google Search Console on a site you control. Pair practice with our content marketing services playbook to see how editorial and SEO intersect in real programs.