Glossary

Every key term in the book, with the chapter that first defines it. Terms are listed alphabetically.

301 redirect — a permanent server instruction (an HTTP status code) that a URL has moved to a new address; it forwards the visitor automatically and passes the old URL's ranking signals (links, authority, history) to the new one, which makes it the correct redirect for a permanent migration. Contrast the temporary 302 (Ch.14 owns the status-code family). (Ch.21)

sameAs — a structured-data property whose value is the URL of an authoritative page describing the same entity (Wikipedia, Wikidata, official social or directory profiles), used to corroborate and disambiguate your entity. (Ch.4)

VideoObject — the Schema.org structured-data type that describes a video to search engines (name, description, thumbnailUrl, uploadDate, duration, play URLs), making it eligible for video rich results. General schema mechanics live in Ch.18. (Ch.11)

A

about/contact transparency — clearly disclosing who is behind a site through substantive About and Contact pages (identity, credentials, physical address where relevant, and a way to reach a human); its absence is a documented trust red flag, especially for sites that take money or give consequential advice. (Ch.5)

Above the fold — the region of a page visible before the reader scrolls; where the core answer should live (from the newspaper term for the top half of the front page). (Ch.9)

Agency — a company that sells SEO services to many clients (and, by extension, the career of working at one); offers breadth and fast learning under mentorship, at the cost of context-switching and client/utilization pressure. (Ch.37)

AI detection — tools that claim to classify text as human- or machine-written, usually from statistical signals like predictability (perplexity) and sentence rhythm (burstiness); unreliable in both directions (false positives and false negatives) and not a step Google runs to rank pages. (Ch.13)

AI Overviews — AI-generated summaries Google places at or near the top of the results for certain queries, answering the question directly with a few cited/linked sources; the graduated, more broadly rolled-out product (US rollout 2024) that grew from the SGE experiment. (Ch.36)

AI-generated content — text, images, audio, or code produced by a generative model (most often a large language model); a description of how content was made, not a judgment of its quality — it ranges from expert-directed and excellent to worthless filler. (Ch.13)

Algorithmic demotion — a drop in rankings caused by an algorithm or update reassessing a site, with no Search Console notice and no human review; recovered only by genuine improvement over time. Contrast with a manual action, which carries a notice and a reconsideration path. (Ch.6)

Alt text — the alt attribute on an HTML <img> element: a short written description of what an image shows or does. Its first purpose is accessibility (read aloud by screen readers; shown when an image fails to load); it is also Google's primary textual signal for understanding an image, and the anchor text when an image is a link. (Ch.11)

Alternatives page — a page built for "[competitor] alternatives" queries, serving a buyer who already knows a named tool and is actively looking to leave it; a high-commercial-intent variant of the comparison page (Ch 10), which works only when it treats the competitor fairly. (Ch.32)

AMP (Accelerated Mobile Pages) — an open-source, constrained HTML framework (introduced 2015) for fast, Google-cacheable mobile pages; once effectively required for the Top Stories carousel, it faded after the Page Experience update removed that requirement. Not a ranking factor. (Ch.17)

Anchor text — the visible, clickable words a link is wrapped around; a human-written relevance hint about the linked page, and, when unnaturally repetitive with exact-match commercial phrases, a manipulation signal. (Ch.22)

Anchor-text distribution (anchor-text ratio) — the mix of anchor types (branded, naked URL, natural/title, generic, partial-match, exact-match commercial) across the links pointing to a page or site; a natural, brand-heavy distribution signals earned links, while a high exact-match-commercial share signals over-optimization. (Ch.24)

Answer engine — any search-like system whose primary output is a synthesized answer rather than a list of links (Google's AI Overviews, AI chat modes in search engines, and standalone conversational tools). (Ch.36)

attribution — the set of rules for assigning credit for a conversion to the touchpoints (channels) along the path that produced it. The main models are first-click, last-click, and data-driven; GA4 defaults to data-driven and retired most rules-based models from its settings in 2023. (Ch.28)

Audit report — the deliverable that presents an audit's findings organized by lens, each with its evidence, impact, effort, and recommended action, led by a plain-language executive summary of the top priorities. (Ch.38)

author entity — the concept of an author as a recognizable, connectable identity (via consistent naming, an author page, and sameAs links to corroborating profiles), so that the author's genuine reputation can inform trust in their content; not a revival of the retired 2014 Google Authorship (rel="author") program. (Ch.5)

Authoritativeness — the degree to which a creator or site is recognized by others as a go-to source for a topic; reputation, the off-page component of E-E-A-T, whose strongest machine-readable proxy is the link. (Ch.5)

Authority — the rough notion that some pages and sites are more trustworthy, established, and widely vouched-for than others, and that Google tries to prefer them all else equal; historically associated most with links, and not a single number Google publishes. (Ch.2)

Average position — the average ranking position of your topmost result across the impressions in view; an average over time, searchers, locations, and devices — a trend indicator to watch over weeks, not a live, single "rank." (Ch.27)

B

Backlink — any inbound link from another website pointing to a page on yours; the raw unit of off-page authority. (Ch.22)

Backlink gap — the set of referring domains that link to your competitors but not to you (a "link intersect"); read as a prospect list of earnable links, never a quota to match by buying. (Ch.30)

Baseline — the documented starting-point measurement of each KPI, captured at (or before) the start of the work and frozen, against which all future change is measured; without it, "improvement" is a feeling, not a provable fact. (Ch.29)

BERT — Bidirectional Encoder Representations from Transformers (in Google Search from 2019); a natural-language model that reads each word in the context of the words around it, moving ranking from string-matching toward meaning. (Ch.2)

BM25 (Best Matching 25) — TF-IDF's successor and the default relevance function in major search libraries; it adds term-frequency saturation (repetition has diminishing returns) and length normalization (longer isn't automatically more relevant). Real IR math, not a confirmed Google formula. (Ch.4)

Breadcrumb — a secondary navigation trail showing a page's place in the hierarchy (e.g., "Home › Services › Plumbing"); it aids user orientation, adds internal links up the hierarchy, passes equity to parent pages, and can render as a rich result with breadcrumb schema. (Ch.15)

Breadcrumb schema — the BreadcrumbList type, which enables the breadcrumb-trail rich result that replaces the raw URL with a readable path; near-universal, low-effort, low-risk. (Ch.18)

Break-even — the point in time where cumulative return equals cumulative cost; for a front-loaded, back-loaded-return investment like SEO, typically many months out. (Ch.39)

Broken-link building — finding a dead (broken/404) outbound link on a relevant, maintained page and offering your equivalent working resource as its replacement, earning a link by fixing the other site's page. (Ch.24)

C

Canonical attribution — using rel="canonical" across domains (and stronger measures such as the republisher's noindex) to tell Google which URL is the original that should receive ranking credit for syndicated content; across domains it is a hint Google may override, not a guarantee. (Ch.34)

canonical tag — a <link rel="canonical" href="..."> instruction (in the HTML head or an HTTP header) naming the preferred URL among duplicates so Google consolidates signals on it. A strong hint Google can override, not a command. (Ch.14)

Category page — a page that lists many products in a group (also called a product listing page, PLP, or collection page); usually a store's highest-value ranking asset because it matches high-volume commercial browse intent. (Ch.31)

ccTLD (country-code top-level domain) — a top-level domain assigned to a specific country or territory (.fr, .de, .co.uk); the strongest geographic targeting signal, but it splits a site's authority across separate domains and targets a country, not a language. (Ch.20)

CDN (content delivery network) — a network of geographically distributed servers that cache a site's assets (and sometimes pages) and serve each visitor from a nearby location, cutting TTFB and asset latency. (Ch.16)

citation — any online mention of a business's NAP, with or without a link; structured (directory/platform listings such as Yelp, Bing Places, the BBB) or unstructured (a mention in an article, blog, or sponsor page). Corroborates that a business is real and where it says it is. (Ch.25)

Click-through rate (CTR) — clicks divided by impressions, expressed as a percentage; a measure of how efficiently your listing (its title and description, at its position) converts an appearance into a visit. (Ch.27)

Click-to-call — a phone number marked up as a tappable tel: link so a phone user can start a call with one tap; the highest-leverage mobile fix for urgent local intent. (Ch.17)

Clicks — in the Performance report, the number of times a searcher clicked through from Google's results to your site; the metric closest to "traffic," though not identical to a visit or to an analytics session. (Ch.27)

Client management — the ongoing practice of setting and meeting expectations across an engagement — honest scope, no guarantees, the long-game conversation, and candid reporting — so a relationship survives SEO's slow, compounding returns. (Ch.37)

client-side rendering (CSR) — an architecture in which the server sends a minimal HTML shell (often just an empty container and script tags) and the user's browser builds the visible page by downloading and running JavaScript, typically fetching data from an API; the content exists only after that render. The pattern of the single-page application (SPA). (Ch.19)

CLS (Cumulative Layout Shift) — a unitless score for how much visible content moves unexpectedly while the page loads and is used; the "visual stability" metric. Good: ≤ 0.1. (Ch.16)

Cluster content — the narrower, deeper "spoke" pages of a topic cluster, each addressing one specific facet of the subject and linking back up to the pillar (and across to siblings where relevant). (Ch.8)

Co-occurrence — the tendency of related terms and entities to appear together across the whole corpus of the web; how Google gauges genuine topical depth without exact-keyword repetition. A pattern learned from the corpus, not a word list to paste on a page. (Ch.4)

Comment spam — links dropped into blog comments, forums, and profiles (often automated); almost universally nofollow/ugc today, so they pass no ranking signal and mark the poster as a spammer. (Ch.24)

Commercial investigation intent — the search goal of researching a purchase one intends to make but is not ready to act on yet (comparing, evaluating, reading reviews). (Ch.3)

Comparison page — content that directly weighs two or more options against each other ("X vs Y") or presents alternatives, matching commercial-investigation intent; a table plus honest judgment is the durable form. (Ch.10)

Competitor link analysis — studying a competing site's backlink profile to find replicable, relevant link sources open to you; a prospecting tactic (the systematic multi-competitor version is Chapter 30's backlink-gap analysis). (Ch.24)

Compounding returns — returns that build on themselves over time; in SEO, ranking earns links that earn rankings, older content keeps producing, and topical authority makes new content rank faster. (Ch.39)

Comprehensiveness — how fully a page covers its topic and the follow-up questions the query implies; the real quality that the "length" myth is a poor proxy for. (Ch.9)

consent mode — Google's mechanism by which a website signals whether a visitor has consented to analytics and advertising cookies; when consent is denied, GA4 sends only limited, cookieless signals and models the unmeasured gap rather than directly observing it, so a portion of reported data is modeled rather than counted. (Ch.28)

Content at scale — producing content in large volumes; a neutral fact about quantity (legitimate publishers and reference sites do it), not inherently abusive — it becomes abuse only when combined with an absence of value and intent to manipulate. (Ch.13)

Content audit — a systematic inventory of every URL on a site, each scored on traffic, rankings, conversions, and quality (plus backlinks and indexation status), producing a single decision — keep, update, merge, or delete — per page. (Ch.12)

Content decay — the gradual loss of a page's search traffic after it has peaked, caused by improving competitors, aging information, shifting intent, SERP erosion (the same rank yielding fewer clicks), or a core/Helpful-Content quality reassessment; usually a relative or environmental effect, not a penalty. (Ch.12)

Content format — the shape a piece of content takes (how-to guide, explainer, listicle, comparison, tool, video, product/service page), chosen to match the intent behind a query. Distinct from the topic and from the container ("blog post" names the container, not the format). (Ch.10)

Content funnel — a model mapping content to the stages a buyer passes through, from first awareness of a problem to the decision to buy; a planning tool whose real substance is the search intent each stage serves (Google reads the intent, not the funnel label). (Ch.32)

Content gap — a valuable topic or query that competitors rank for and your site does not cover, covers too thinly (a coverage gap), or covers with the wrong intent (an intent gap). (Ch.8)

Content mapping — the process of assigning each keyword group (topic) to a single page responsible for targeting it, so every important query has one clear home and no two pages share the same primary intent. (Ch.8)

Content merge (consolidation) — combining two or more overlapping pages into a single comprehensive page and 301-redirecting the others into it, removing thin content and resolving cannibalization at once. (Ch.12)

Content parity — the principle that the mobile version must contain the same primary content, structured data, images, links, and metadata as the desktop version, because the mobile version is what Google indexes. (Ch.17)

Content pruning — the deliberate removal or consolidation of low-value pages to improve the health and average quality of the whole site; effective when it removes genuine dead weight, harmful when it deletes pages with traffic or links. (Ch.12)

Content syndication — republishing the same content on other domains by agreement (wire services, partner networks, larger outlets); a reach opportunity that creates cross-domain duplicate content and forces Google to select which copy to rank — often the higher-authority republisher's. (Ch.34)

Content velocity — the rate at which a site publishes new content (posts per week or month); a symptom of a large, capable operation, not a ranking factor in itself. (Ch.8)

conversion — the business concept of a completed, valued action (a lead, a booking, a sale). Called a "Goal" in Universal Analytics and, in GA4 since 2024, a "key event"; this book uses "conversion" for the concept and "key event" for the GA4 mechanism. (Ch.28)

Core update — a significant, broad, periodic change to Google's main ranking systems that reassesses how well pages across the whole web satisfy searchers; not a penalty, and with no single "thing to fix." (Ch.6)

Core Web Vitals (CWV) — Google's set of three real-user metrics for page experience — LCP, INP, and CLS — each with a published "good" threshold; a confirmed but modest ranking signal (a tiebreaker, not a dominant factor). (Ch.16)

Correlation vs. causation — the distinction between two things merely moving together (correlation) and one thing actually causing the other (causation); the trap behind most ranking-correlation studies, where confounders and reverse causation are usually left unaddressed. (Ch.2)

Cost per acquisition (CPA) — the cost to win one customer or qualified lead (spend ÷ conversions); for SEO it starts high and falls toward near-zero marginal cost, whereas paid search's CPA stays roughly constant forever. (Ch.39)

CPC (cost-per-click) — the average amount advertisers pay for one click on a paid ad for a keyword; used in SEO as the best free proxy for a keyword's commercial value and buying intent. (Ch.7)

Crawl analysis — using a crawler tool to fetch a site's pages the way a search engine would, then inspecting the results in bulk (status codes, titles, canonicals, noindex, redirects, broken links, crawl depth) to inventory its technical state at scale. (Ch.38)

Crawl budget — roughly, how many pages Googlebot will crawl on a site in a given period; shaped by server capacity and Google's demand for the site. A real constraint only for very large sites. (Ch.1)

crawl capacity limit — one of the two forces Google names as shaping crawl budget: how much crawling a site can tolerate, governed by server response speed and error rate; a fast, healthy server raises it, a slow or erroring one lowers it because Google throttles itself to server health. (Ch.33)

crawl demand — the other force shaping crawl budget: how much Google wants to crawl a site, driven by its pages' popularity and importance, their freshness and rate of change, and the site's perceived quality. (Ch.33)

Crawl depth — the number of link "hops" (clicks) it takes to reach a page from the homepage; the homepage is depth 0. Also called click depth. It matters more for how important a page is treated than the number of slashes in its URL. (Ch.15)

Crawler tool — software that systematically fetches a site's pages by following its links, the way a search engine's crawler does, to inspect them at scale; a different and complementary category to the keyword-and-backlink suites — and not the same as Googlebot. (Ch.30)

Crawling — the fetching of a page's code by Googlebot after the URL is discovered. (Ch.1)

credentialed author — a named content author whose relevant qualifications (a degree, license, certification, or documented professional experience) are stated on the page and independently verifiable; the opposite of an anonymous byline or a pen name. The credential must be relevant to the topic. (Ch.35)

CrUX (Chrome User Experience Report) — Google's public dataset of field data collected from opted-in Chrome users; reports at the 75th percentile over a trailing 28-day window; exists only for pages/sites with enough real traffic. (Ch.16)

CTR curve — the click-through-rate-by-position relationship: clicks fall steeply from #1 down, with a cliff after position 3–4 and near-zero traffic on page two. Forecast with its shape, not a borrowed exact percentage. (Ch.39)

Customer lifetime value (CLV/LTV) — the total profit a customer generates across the whole relationship, not just the first transaction; the fuller (larger) figure for "value per conversion," held in reserve while a conservative case uses first-transaction value. (Ch.39)

D

Data anonymization — Search Console's deliberate omission of rare or potentially identifying search queries from the query report to protect searchers' privacy; the reason the query rows never sum to the report's reported totals, and a sign that Search Console reports aggregate, not individual-searcher, data. (Ch.27)

Deep architecture — a site structure in which reaching content requires many clicks down through nested layers (the site is "tall"); risks leaving important pages crawled rarely and starved of link equity. (Ch.15)

Digital PR — earning links and mentions from journalists, editors, and established publications by giving them something genuinely newsworthy, usually original data or expert commentary; the collision of traditional public relations with SEO's interest in the resulting link. (Ch.23)

Disambiguation — helping Google (and readers) determine which entity you are when your name collides with another entity, via consistent context, sameAs, and distinctive, consistent descriptors. (Ch.4)

Disavow tool — a Google Search Console tool (introduced 2012) that lets a site owner upload a plain-text file asking Google to ignore specified inbound links or entire domains when assessing the site; appropriate mainly for cleaning up a self-created link scheme (often alongside a manual action) and one Google says most sites should never use. Disavowing a good link removes a real vote and can lower rankings. (Ch.26)

Domain Authority (DA) — a third-party 0–100 score from the vendor Moz that predicts a site's ranking ability from its link profile; not a Google metric and not used by Google to rank. Ahrefs' Domain Rating (DR), Semrush's Authority Score, and Majestic's Trust/Citation Flow are analogous third-party estimates. (Ch.22)

Dominant intent — the single intent most searchers of a query share, which Google optimizes its results page around, even when a query is mixed. (Ch.3)

doorway page — a page, usually one of many near-identical siblings, created mainly to rank for a specific query or location while offering no real value of its own and funneling visitors to a shared destination; a named violation in Google's search spam policies. The difference between a doorway and a legitimate location page is real, differentiated content, not spun text. (Ch.33)

duplicate content — substantially identical or near-identical content reachable at more than one URL (from http/https, www, parameters, variants, archives, faceted navigation, etc.). Usually not a penalty; it splits ranking signals and can let Google index a version you did not choose. (Ch.14)

dynamic rendering — serving pre-rendered HTML to crawlers but client-rendered JavaScript to users; permitted only when the two versions are substantively equivalent, treated by Google as a workaround rather than a long-term recommendation, and one accidental divergence away from cloaking. (Ch.19)

E

E-E-A-T — Google's quality framework from the Search Quality Rater Guidelines — Experience, Expertise, Authoritativeness, and Trustworthiness. A description of what trustworthy, helpful content looks like, approximated by many automated signals; it is not a score or a single ranking factor. (Ch.5)

Editorial calendar — a forward schedule that assigns each planned page a topic and target query, a primary intent, a content type, an owner, a due date, and a status, sequenced by priority and by cluster (and including scheduled updates, not only new pages). (Ch.8)

Editorial judgment — the human capacity to decide what is accurate, original, and worth saying, what to cut, and whether a draft is good enough to publish under one's name; the faculty AI lacks and the load-bearing element of a responsible workflow. (Ch.13)

Editorial link — a link a publisher freely chose to give because your content earned it, with no payment, exchange, or over-the-line request; the gold-standard, durably safe link that PageRank was designed to count. (Ch.22)

Editorial mention — a reference to your business in someone's editorial content, whether or not it carries a followed link; valuable for brand, entity signals, referral traffic, and downstream links even when the link itself is nofollowed (compare the editorial link of Ch.22). (Ch.23)

editorial standards — a site's published, followed rules governing how content is researched, written, sourced, reviewed, corrected, and updated (often an "editorial policy" or "how we review" page); the backbone of a credible publisher's trustworthiness. Real only if the process it describes exists. (Ch.35)

engaged session — a session that did at least one of three things: lasted longer than 10 seconds (threshold adjustable up to 60), had 2 or more page/screen views, or included at least one key event. GA4's positively-defined replacement for Universal Analytics' notion of a non-bounce. (Ch.28)

engagement rate — the share of sessions that were engaged (engaged sessions ÷ total sessions). GA4's bounce rate is defined as its inverse — the percentage of non-engaged sessions ($1 - \text{engagement rate}$) — and is therefore a different metric from Universal Analytics' identically-named one. (Ch.28)

enterprise SEO — practicing SEO at organizational scale, where the binding constraint is coordination (many stakeholders, developer tickets, prioritization, governance, slow release cycles) rather than knowing what to do; a discipline of influence, prioritization, and governance more than of tactics. (Ch.33)

Entity — a single, well-defined, distinguishable thing or concept (a person, place, organization, product, event, or idea) that exists independently of any particular word used to name it; the "thing" in Google's "things, not strings." (Ch.4)

event — in GA4, the atomic unit of measurement: any single recorded interaction — a pageview (page_view), scroll, click, form submission, video play, or purchase — described by parameters that give it detail. The defining idea of GA4 is that everything, including a pageview, is an event. (Ch.28)

Evergreen content — content whose value and relevance persist over time (with periodic updating), producing traffic that builds slowly and compounds — the opposite economics of breaking news and the durable asset in a publisher's content portfolio. (Ch.34)

Execution plan — the combination of roadmap, owners, budget, and cadence that turns a strategy document from an analysis into work that actually gets done; the answer to "who does what, in what order, and how will we know it worked?" (Ch.40)

EXIF (Exchangeable Image File format) — metadata a camera embeds in an image file (camera model, exposure settings, timestamp, sometimes GPS coordinates). Not a documented ranking signal; geotagging images for local rank is a myth. (Ch.11)

Experience — first-hand, lived involvement with a topic (the "extra E" added to the framework in December 2022); the trust that comes from having actually done or lived the thing being written about. (Ch.5)

expert review — the process by which a qualified professional checks content for accuracy, typically before publication, and is named for it (e.g., "reviewed by …, on [date]"); the reviewer is often not the writer. Meaningful only if the review actually happened. (Ch.35)

Expertise — knowledge and skill in a subject, often but not always credentialed; knowing, as distinct from having lived. (Ch.5)

F

Faceted navigation — the filter-and-sort system on a category page (by size, color, brand, price, rating, sort order, etc.); powerful for shoppers and, left unmanaged, the biggest source of thin, duplicate, crawl-wasting URLs in e-commerce. (Ch.31)

FAQPage — the Schema.org type for a page's list of questions and answers; since 2023 its rich result appears only for well-known, authoritative government and health sites, not ordinary businesses. (Ch.18)

Featured snippet — a direct answer Google extracts from a page already ranking on the first page and displays in a highlighted box above the standard organic results; appears in paragraph, list, or table form. Selected algorithmically; cannot be forced with markup. (Ch.10)

Field data — performance measured from real users on their real devices and networks; the basis of Google's Core Web Vitals ranking assessment. Sourced from CrUX. (Ch.16)

Flat architecture — a site structure in which most important pages are reachable in a small number of clicks from the homepage (the site is "wide"); good for discovery and link flow, up to the point where excessive width dilutes signal. (Ch.15)

Flexible sampling — Google's approach (introduced 2017, replacing "First Click Free") that lets a paywalled publisher stay indexable without cloaking, via metering (a set number of free articles per period) or lead-in (a free excerpt), combined with paywall structured data that declares the gated content to Google. (Ch.34)

Freelance consultant — an independent practitioner who finds, scopes, and serves their own clients and runs the business of doing so; offers autonomy and a higher per-hour ceiling in exchange for instability, no benefits, and unpaid business overhead. (Ch.37)

Freshness — the degree to which Google favors more recent content for a query; a real but strongly query-dependent signal (often discussed as "Query Deserves Freshness"), significant for time-sensitive queries and weak-to-absent for evergreen ones, and earned by changed substance rather than a changed date. (Ch.12)

G

GA4 (Google Analytics 4) — Google's current, event-based web and app analytics platform; the successor to Universal Analytics, whose standard properties stopped processing data on July 1, 2023. Built around events and parameters rather than pageviews and sessions, and designed for a privacy-constrained, consent-driven web. (Ch.28)

Generative engine optimization (GEO) — the practice of improving content's odds of being retrieved, cited, and linked by AI answer engines; sometimes called answer engine optimization. In practice, largely the good SEO already taught in this book, with the citation as the new prize — and surrounded by early-stage folklore. (Ch.36)

geotargeting — signaling which country a site or section is meant for; since Google retired Search Console's manual country-target setting (2022), it is inferred from ccTLD, hreflang region annotations, on-page/business signals (currency, address), and links rather than set by a switch. (Ch.20)

Google Business Profile (GBP) — the free listing a business claims, verifies, and manages that is the primary input to Google's local results and Google Maps; formerly called Google My Business (renamed 2021–2022). The single highest-leverage local asset because much of it is directly controllable. (Ch.25)

Google Discover — a personalized, query-less content feed on mobile (the Google app and many Android home screens) that surfaces content based on a user's inferred interests rather than a search query; there is no keyword to target and no guaranteed way in — eligibility follows from being indexed and meeting content policies. (Ch.34)

Google Lens — Google's visual-search tool; it identifies objects, text (via OCR), products, and landmarks in a photograph and returns related results, using machine vision and the image index. (Ch.11)

Google News — Google's dedicated news product (the News tab in Search, news.google.com, and the News app), a curated, personalized stream of journalism; today inclusion is automatic for sites that publish genuine news content and follow Google's news policies — you do not submit or pay to be included, and the Publisher Center only manages presentation. (Ch.34)

Google Search Console (GSC) — a free Google service that reports how a site performs in Google Search (impressions, clicks, click-through rate, and average position by query, page, country, and device), shows which pages are indexed and why, and provides tools (URL Inspection, sitemaps submission, manual-action alerts, Links) to see and manage how Google crawls and indexes the site; a direct feed from Google's own data rather than a third-party estimate. (Ch.27)

Googlebot — Google's automated crawler; the software agent that fetches web pages at scale. Not a person and not a watched browser window. (Ch.1)

gTLD (generic top-level domain) — a top-level domain not tied to any country (.com, .org, .net); carries no inherent country signal, so country targeting for a gTLD site must come from hreflang, on-page/business signals, and links. (Ch.20)

Guest posting — writing an article published on another site, usually with a byline and often a link back; a legitimate editorial contribution at one end of a spectrum and a link scheme at the other, separated by intent, scale, quality, and relevance rather than by the byline itself. (Ch.24)

H

H1 — the main on-page headline (the <h1> element), describing what the whole page is about; distinct from the title tag, which lives in the <head> and appears in the SERP rather than on the page. (Ch.9)

HARO (Help A Reporter Out) — the archetypal journalist-request platform (2008–2024) that connected reporters on deadline with expert sources; acquired over the years by Vocus then Cision, rebranded "Connectively," and shut down at the end of 2024. Now defunct as a product, but its name persists as the generic term for the category (Qwoted, Featured, SourceBottle, ProfNet, and others). (Ch.23)

Heading hierarchy — the nested structure of headings (H1 → H2 → H3 …) that expresses a page's outline for readers, screen-reader users, and search engines; levels should signal structure, not font size. (Ch.9)

Helpful Content Update — the site-wide signal Google launched in August 2022 to demote content made primarily for search engines rather than people; folded into Google's core ranking systems in 2024. (Ch.6)

Historical optimization — systematically improving and re-publishing existing content instead of always creating new content, to build on a page's existing indexation, age, links, and rankings; typically the highest-ROI content work, especially on "striking distance" pages (positions ~5–20). (Ch.12)

HowTo — the Schema.org type for the steps of a task; its rich result was limited to desktop and then deprecated (removed entirely) by Google in 2023. (Ch.18)

hreflang — an annotation (in HTML <link> tags, HTTP headers, or an XML sitemap) that tells Google which language and optional region version of a page to show to which searcher; a routing signal that swaps among a site's own alternate versions, not a ranking booster. (Ch.20)

HTTP status code — the three-digit code a server returns for each request (200, 301, 302, 304, 404, 410, 500, 503, and others), read by Google as an instruction about how to treat the URL: serve it, move it, forget it, or wait. (Ch.14)

HTTPS migration — the move from http:// to https://; because http://X and https://X are different URLs to a search engine, it technically changes every URL and requires redirects and updated canonicals, despite feeling trivial. HTTPS is a confirmed lightweight ranking signal (Google, 2014). (Ch.21)

Hub-and-spoke — a topical structure in which a central "hub" page covers a subject broadly and links to focused "spoke" pages that each cover a sub-topic and link back; the architectural implementation of the pillar-and-cluster content model (Ch.8). (Ch.15)

Human-in-the-loop — a content workflow in which AI drafts or assists while a qualified human directs, verifies, corrects, adds first-hand experience, and remains accountable for every published word; the human is the author, not a rubber stamp. (Ch.13)

hydration — the step in which a JavaScript framework attaches to already-rendered HTML — wiring up event handlers and making the static markup interactive — without rebuilding it from scratch; its cost can affect interaction metrics (INP, Ch.16). (Ch.19)

I

Image SEO — the practice of helping search engines discover, understand, and surface a site's images, both as results in their own right (Google Images and image packs) and as signals for the page they sit on. (Ch.11)

Image sitemap — image information added to an XML sitemap (the image URLs associated with each page) to help Google discover images, especially those loaded via JavaScript or CSS; it aids discovery, not ranking. The XML sitemap itself is owned by Ch.1/Ch.14. (Ch.11)

Impact × effort — the shorthand for prioritizing audit findings: do high-impact/low-effort work first (quick wins), schedule high-impact/high-effort work (major projects), batch the rest, and decline low-impact/high-effort work; impact and effort are honest estimates, not measurements. (Ch.38)

Impressions — in the Search Console Performance report, the number of times a link to your site appeared in Google's search results for a query; it counts an appearance of your listing, not a view or a click. (Ch.27)

In-house SEO — owning organic search for a single organization as an employee; offers depth and ownership over one site, with an income and impact ceiling tied to that one company's investment. (Ch.37)

index bloat — the condition of having many low-value, thin, or duplicate URLs sitting in the search index (parameter URLs, thin archives, near-duplicates), so the indexed footprint is far larger and junkier than the set of genuinely valuable pages; dilutes quality signals and wastes crawl. Cured by noindex, canonicals, and clean sitemaps. (Ch.14)

Index coverage — the status of which of a site's pages are and aren't indexed, and why; seen in Search Console's Page indexing report. (Ch.1)

index management — the deliberate control of which of a large site's URLs are in Google's index — indexing what has genuine value and keeping thin, duplicate, and auto-generated URLs out — so that crawl budget and site-wide quality signals concentrate on the pages that matter. (Ch.33)

Indexing — storing a crawled-and-rendered page in Google's searchable database; a quality gate, not an automatic step. (Ch.1)

Information gain — the additional, original value a piece of content adds beyond what already exists on the web; the thing AI is structurally weak at (it remixes the existing web) and increasingly what separates content that deserves to rank from content that merely repeats the consensus. (Ch.13)

Informational intent — the search goal of wanting to know or understand something (a fact, explanation, or how-to); Google's rater guidelines call this Know. (Ch.3)

INP (Interaction to Next Paint) — the delay from a user interaction (tap, click, keypress) to the next painted frame, measured across the whole visit; the "responsiveness" metric that replaced First Input Delay (FID) as a Core Web Vital in March 2024. Good: ≤ 200 milliseconds. (Ch.16)

Integration page — a page built around the combination of your product and another named tool ("[Product] + [Tool] integration"); captures sharp combined-intent commercial queries and scales honestly only when each page carries real, page-specific value — otherwise it becomes a thin doorway page (Ch 33). (Ch.32)

Intent mismatch — the condition in which a page's content type or angle does not match the dominant intent a query rewards; a leading, easily-overlooked reason a technically healthy page fails to rank. (Ch.3)

Interactive content — content the visitor operates to get a personalized result: calculators, tools, estimators, configurators, quizzes. Matches high-intent queries and is highly linkable, but expensive to build and, alone, does not rank without authority. (Ch.10)

Internal link — a link from one page to another page on the same site; it helps Google discover and understand pages (via anchor text) and distributes authority among a site's pages. (Ch.15)

Internal site search — the search function on a store's own site; its auto-generated result pages should be kept out of the index, while the queries themselves are a first-party demand and keyword-research signal (top terms, customer vocabulary, zero-result gaps). (Ch.31)

International SEO — the practice of structuring and optimizing a website so search engines show the right language version and the right country version of its content to each searcher, and so each version can rank in its intended market; addresses two independent axes, language and country. (Ch.20)

Interstitial — an overlay (pop-up, modal, full-screen promo) between the visitor and the content; an intrusive interstitial that blocks the main content on mobile search arrival can trigger a demotion, with exceptions for legally required notices (cookies, age) and login dialogs on gated content. (Ch.17)

Inverted pyramid — the journalistic structure of leading with the most important information (the answer) and descending into detail and background; the opposite of building up to a conclusion. (Ch.9)

J

JSON-LD (JavaScript Object Notation for Linked Data) — Google's recommended structured-data syntax: a self-contained code block, in a <script type="application/ld+json"> tag, separate from the visible HTML, that carries the Schema.org labels. (Ch.18)

K

key event — GA4's term, adopted in 2024, for an event that has been marked as representing business value, so that it is counted as a conversion throughout the reports; the mechanism you configure for forms, calls, bookings, and purchases. Marking an event as a key event is not retroactive. (Ch.28)

Keyword — a word or phrase that people search for, considered as a target you want your content to rank for; the same thing Chapter 3 calls a query, viewed from the optimizer's side of the glass. (Ch.7)

Keyword cannibalization — when two or more pages on the same site compete for the same query and search intent, so Google alternates between them and splits their internal links and relevance signals, and all rank lower than one consolidated page would; distinct from harmless keyword overlap. (Ch.12)

Keyword density — the discredited idea that a target percentage of keyword occurrences improves ranking; folklore with no target value — Google does not reward a ratio. (Ch.9)

Keyword difficulty — a proprietary 0–100 score, invented by tool vendors rather than published by Google, estimating how hard it is to rank on page one for a keyword; a coarse, generic first filter (mostly derived from the backlink profiles of ranking pages), not a reading of a specific site's real odds. (Ch.7)

Keyword gap — the set of specific keywords your competitors rank for that you don't rank for at all; the query-level, site-scale companion to the topic-level content gap, and the classic paid-tool competitive report. (Ch.30)

Keyword mapping — the practice of assigning each keyword (or group of keywords sharing one intent) to the single page that will target it — one primary intent per page — so every important keyword has a clear home and no two pages compete for the same one. (Ch.7)

Keyword stuffing — cramming a keyword into text unnaturally to inflate its frequency; useless for ranking and a negative signal named explicitly in Google's spam policies. (Ch.9)

Knowledge Graph — Google's database of entities and the relationships between them (nodes and edges), launched in 2012 and corroborated from many sources (Wikipedia, Wikidata, structured data, Google's crawl); the backbone of semantic search. (Ch.4)

Knowledge panel — the box of facts Google displays on the SERP for a recognized entity; the visible face of the Knowledge Graph. Influenced indirectly through consistent, corroborated information — never controlled directly. (Ch.4)

KPI (Key Performance Indicator) — a small, deliberately chosen set of metrics, each tied directly to a business goal and capable of driving a decision; the opposite of "every number the tools produce." The test that qualifies one: would moving this number change what you do next? (Ch.29)

L

Lab data — performance measured by a synthetic test (a single controlled load on a simulated device/network, e.g., Lighthouse); useful for diagnosis, not the ranking signal. (Ch.16)

LCP (Largest Contentful Paint) — how long, from the start of navigation, until the largest content element in the initial viewport is painted; the "loading feel" metric. Good: ≤ 2.5 seconds. (Ch.16)

Lighthouse — Google's open-source auditing engine (also built into Chrome's developer tools) that runs the synthetic lab test behind PageSpeed Insights and produces the 0-to-100 performance score plus "Opportunities" and "Diagnostics." (Ch.16)

Link audit — a deliberate, usually one-time review of the links pointing to a site — combining Google Search Console's own Links data with third-party backlink tools — to understand the profile and identify any self-created manipulative pattern that poses real risk. Produces a judgment about provenance ("did we build this?"), not a toxicity score. (Ch.26)

Link earning — acquiring links as the natural consequence of publishing something others independently choose to reference; the durable alternative to "link building," which starts from the link and reverse-engineers a pretext. (Ch.23)

Link equity — the ranking value (authority) a link passes from the source page to the target page; the internal expression of PageRank (informally "link juice"). It flows through internal links, pools where many links point, and thins with distance from a site's most-linked pages. (Ch.15)

Link exchange — reciprocal "link to me, I'll link to you" arrangements; harmless as a stray, natural occurrence, but a link scheme when organized at scale (including multi-site "link circles") to manipulate rankings. (Ch.24)

Link graph — the web modeled as a network of nodes (pages or sites) connected by directed edges (links); the structure over which PageRank and its successors are computed, and the map Googlebot builds by following links. (Ch.22)

Link relevance — the topical and contextual closeness between the linking page/site and your own; a relevant link passes a more meaningful endorsement than an unrelated one, and it is the first filter when evaluating an opportunity. (Ch.24)

Link scheme — per Google's spam policies, any link intended primarily to manipulate rankings rather than to be a genuine editorial endorsement; examples include buying/selling links that pass signals, excessive exchanges, scaled article/guest-post campaigns, and automated link creation. (Ch.24)

Linkable asset — a page or resource created specifically to be referenced by other people (original data, a definitive guide, a free tool), not merely to rank or to convert a visitor. The test: "when would someone else, writing their own article, need to link to this?" (Ch.23)

Listicle — a page structured as a numbered or bulleted list ("7 signs your furnace is failing," "best X of 2026"); suited to scan-and-choose intent. (Ch.10)

LLM citation — the naming or linking of a specific web source inside an AI-generated answer; valuable both for the possible click and for the brand exposure of appearing in the answer itself — but being cited is not the same as being visited. (Ch.36)

local landing page — a page on a business's own site dedicated to a specific location or a service-in-a-location, built to rank in localized organic results and to give a Business Profile a relevant, specific destination; its opposite is the thin doorway page. (Ch.25)

local pack (map pack) — the block Google inserts above the organic results for a query it reads as local: a map plus (usually) three business listings with ratings and call/directions buttons. Also called the "3-pack." Driven mainly by the Google Business Profile, not by web-page SEO. (Ch.25)

local SEO — the practice of improving a business's visibility for geographically-relevant searches — above all in the local pack and Google Maps — so that people looking for a nearby business find it; a partly separate discipline from organic SEO because it ranks businesses (via their profiles) and adds a factor organic ranking lacks: physical distance. (Ch.25)

LocalBusiness — the Schema.org type for a business with a physical location or service area, with more specific subtypes like HVACBusiness, Plumber, and Electrician; use the most specific accurate one. Aids entity/NAP understanding but does not drive the local pack (the Google Business Profile does). (Ch.18)

localization — the adaptation of content to a specific locale's language and its culture, currency, units, conventions, and the actual terms local people search; the superset of which translation (converting the words) is only a part. (Ch.20)

location page at scale — the systematic set of pages a multi-location or service-area business builds to answer service×location queries; the content-rich, legitimate descendant of the doorway page, separated from it by a genuine, differentiated local layer on every page. (Ch.33)

log-file analysis — examining a web server's raw access logs (the automatic record of every request, including every verified Googlebot fetch) to determine what Googlebot actually crawls, how often, and where crawl effort is wasted; the ground truth of crawling, generally worth the effort only at large scale. (Ch.33)

Long-tail keyword — a longer, more specific search phrase with lower individual search volume, usually carrying clearer intent and facing less competition than a short, broad "head" term; where new and small sites most often win, and whose aggregate demand typically exceeds the head's. (Ch.7)

M

Manual action — a penalty applied by a human reviewer at Google for a confirmed violation of the spam policies; it comes with a notification in Search Console's Manual Actions report (which otherwise reads "No issues detected") and is recovered via a reconsideration request. Contrast algorithmic demotion (Ch.6), which is silent and has no reconsideration path. (Ch.26)

medical/financial/legal review — the domain-specific forms of expert review, in which a credentialed clinician, financial professional, or lawyer verifies the accuracy of YMYL content in their field; the accountability layer a credible YMYL page rests on. (Ch.35)

Meta description — the HTML <meta name="description"> element that proposes the snippet shown under the title in the SERP; not a ranking factor, but advertising copy that can lift click-through when Google chooses to display it (Google often generates its own snippet instead). (Ch.9)

meta robots — an HTML <head> tag (<meta name="robots" content="...">) giving page-level indexing instructions to search engines, chiefly noindex and nofollow; also noarchive, nosnippet, unavailable_after, and others. (Ch.14)

Micro-intent — a smaller, specific sub-goal bundled inside a broader query (a particular question, comparison, or next step) that a winning page also satisfies. (Ch.3)

Migration monitoring — the systematic post-launch tracking of crawling, indexing, redirects, traffic, and rankings (in Search Console, analytics, and rank trackers) that catches problems in days, when they are cheap to fix, rather than in the next quarterly report. (Ch.21)

Milestone — a specific, checkable marker of progress tied to a phase, most usefully framed as a leading indicator (noindex removed, schema live, ~25 pages published, reviews flowing) that moves before traffic and lead volume do. (Ch.40)

Mobile-first indexing — Google's practice of predominantly using the mobile version of a page's content for indexing and ranking, crawled by Googlebot Smartphone; there is one index, built from the mobile version, so content missing from the mobile version is effectively missing from search. (Ch.17)

MQL (marketing-qualified lead) — a lead that marketing judges interested and well-fit enough (by behavior and profile) to warrant the sales team's attention. (Ch.32)

Multi-touch attribution — any model that distributes credit for a conversion across multiple touchpoints in the buyer's journey rather than assigning it all to the first or last click; more honest for long B2B cycles than last-click, and still an approximation with real limits (consent gaps, cross-device, model assumptions). (Ch.32)

MUM — the Multitask Unified Model (announced 2021); a more powerful, multimodal, multilingual model whose exact role and weight in live ranking Google has kept vague — announced and real, but with an unconfirmed and probably narrow ranking role. (Ch.2)

N

NAP — a business's Name, Address, and Phone number; the core identity data whose consistency across the web (site, profile, citations) underpins Google's confidence in a business and feeds local prominence. (Ch.25)

Navigational intent — the search goal of wanting to reach a specific website or page the searcher already has in mind; Google's rater guidelines call this Website. (Ch.3)

Negative SEO — the idea that a competitor can sabotage a site's rankings, classically by pointing spammy links at it; mostly a myth for links (Google ignores exactly those links), though real in non-link forms — content scraping/duplication, hacking, and fake negative reviews — which are security, content, and reputation problems rather than "toxic link" problems. (Ch.26)

NewsArticle schema — the Schema.org structured-data type for a news article (a subtype of Article) that states the headline, datePublished/dateModified, author, and publisher; it aids Google's understanding and eligibility for news surfaces but is not a direct ranking factor, and its dates must be truthful. (Ch.34)

Newsjacking — inserting your expertise or data into a breaking news story while it is still developing, so that a journalist covering it cites you; rewards speed and relevance within a short window and is worthless before the story breaks or after it is filed. (Ch.23)

nofollow — as a page-level meta robots value, an instruction not to follow the links on a page or pass signals through them; distinct from the link-level rel="nofollow" attribute (Ch.22), which Google now treats as a hint. (Ch.14)

noindex — an instruction (via a meta robots tag or the X-Robots-Tag header) telling search engines to keep a page out of the index. Requires that the page be crawlable, because Google must fetch the page to read the instruction. (Ch.14)

O

Opportunity cost — the value forgone by choosing one use of money or effort over the next-best use; in the SEO pitch, the cost of not investing while competitors do. (Ch.39)

Organic conversion — a conversion (a business-valuable action defined in GA4 — a phone call, form fill, booking, or purchase, per Ch.28) that is attributable to an organic-search session; the hinge metric that turns "visits" into "business" and connects SEO to money. (Ch.29)

Organic result — an unpaid search listing, earned rather than bought; the subject of SEO, as opposed to paid/"Sponsored" results. (Ch.1)

organic segment — a saved, reusable GA4 definition (built in the Explore section) that scopes data to sessions from the Organic Search channel, so it can be dropped into any exploration and every metric is measured for SEO traffic alone. (Ch.28)

Original research — data you gathered that no one else has, which creates a citation obligation: to use the figure, a writer must credit the source, so data earns links that paraphrasable prose does not. (Ch.23)

Orphan page — a page that no other page on the site links to; hard for Google to discover (it fails most often at the discovery stage) and receiving zero internal link equity, so it may never reach the ranking contest no matter how good it is. (Ch.15)

Out-of-stock handling — a store's deliberate policy for what happens to a product URL when the item is unavailable: keep-and-help if temporary, keep the URL year-round if seasonal, redirect to a successor or category if discontinued, and remove (404/410) only if genuinely dead. (Ch.31)

Outreach — contacting a relevant person to make them aware of a genuinely useful asset; effective only when low-volume, personalized, and led by the recipient's benefit — not mass email, which is ignored at scale and buys scheme-risk links where it "works." (Ch.23)

Over-optimization risk — the risk of an algorithmic demotion not for having too few links but for having links that look manufactured — above all an anchor-text profile too optimized to be natural; the safe response is to under-optimize deliberately and earn links instead. (Ch.24)

P

PageRank — Google's original link-analysis algorithm (Page & Brin, 1998): a page scores higher when more, and more authoritative, pages link to it, with each linking page splitting its authority among its outbound links. Still used internally as one signal among many; the public "Toolbar PageRank" score was retired in 2016. (Ch.22)

PageSpeed Insights (PSI) — Google's free tool (pagespeed.web.dev) that shows both field data (CrUX, with a Pass/Fail Core Web Vitals assessment) and lab data (a Lighthouse run with the 0-to-100 performance score) for a URL. (Ch.16)

Panda — Google's 2011 quality update targeting thin, low-value, and "content-farm" pages; ran as periodic refreshes and was later folded into the core ranking algorithm (~2016). (Ch.6)

Parameter URL — a URL carrying query-string parameters after a ? (e.g., /tents?color=green&sort=price); the form most faceted-navigation URLs take, and the raw material of index bloat when uncontrolled. (Ch.31)

Penguin — Google's 2012 "webspam" update targeting manipulative links and keyword stuffing; became real-time and part of the core algorithm in 2016, increasingly devaluing rather than penalizing spammy links. (Ch.6)

People Also Ask (PAA) — the expandable box of related questions Google displays on many results pages, each expanding to a brief answer and often spawning more questions; a free source of real sub-questions, keyword ideas, and comprehensiveness cues. (Ch.7)

People-first content — content created to genuinely help a real audience (demonstrating experience, expertise, and completeness), as opposed to search-first content made mainly to attract search clicks. (Ch.6)

Personalization — Google's tailoring of results to an individual searcher based on signals such as location, language, device, and (to a limited and often-overstated degree) prior activity; the reason checking your own rankings while logged in is the least reliable measurement in SEO. (Ch.30)

Pillar page — the broad, central hub of a topic cluster; it covers the core topic at a high level, targets the head term, and links down to every cluster page. (Ch.8)

Portfolio — a curated set of honest before/after case studies (situation, diagnosis, action, result, and caveats) demonstrating real work; the true credential of SEO, worth more than any certificate. (Ch.37)

Position zero — the informal name for the featured-snippet slot, sitting above organic result #1; highly visible, but its effect on clicks is query-dependent (a complete-answer snippet can reduce clicks; a teaser can raise them). (Ch.10)

prerendering — producing a page's finished HTML ahead of the request (at build time, or on demand and cached) so the served response already contains the content, rather than leaving the browser to build it; the umbrella that includes static generation and bot-focused snapshot services. (Ch.19)

Prioritization matrix — a two-axis grid that ranks audit findings by impact (how much fixing it would help) against effort (how much it would cost), sorting them into quick wins, major projects, fill-ins, and thankless tasks. (Ch.38)

Private blog network (PBN) — a network of websites (often built on expired domains that retain former authority) controlled by a single owner solely to link to that owner's "money site" and fabricate independent endorsement; a link scheme detected via footprints and neutralized or penalized. (Ch.24)

Product page — the page for a single purchasable item (also called a product detail page, PDP); wins the specific brand-and-model long-tail query and converts the ready buyer. (Ch.31)

Product schema — the Product type (with Offer and AggregateRating), central to e-commerce rich results showing price, availability, and review stars. (Ch.18)

Product-led content — content that teaches a job-to-be-done by showing the product doing it (use-case pages, workflow guides, free tools/calculators); the content arm of product-led growth (PLG), sitting near the bottom of the funnel with high intent but narrow reach. (Ch.32)

programmatic SEO — creating many pages at scale from a single reusable template fed by a structured dataset, one page generated per record, each targeting a distinct real search query; a neutral technique that produces both legitimate page-empires and doorway spam, distinguished only by whether each finished page carries real value. (Ch.33)

prominence — how well known and well regarded a business is, drawn from its reputation across the web (links, articles, directories), its review count and score, and its standing in ordinary organic results; a stated local factor and the main one, alongside relevance, that you can influence. (Ch.25)

proximity — how physically close a business is to the searcher (or to a place named in the query); one of Google's three stated local-ranking factors, and the only one a business fundamentally cannot optimize for a given searcher. (Ch.25)

Q

Query — the actual words a person enters into the search box; the raw text of a search, which may or may not clearly express the intent behind it. (Ch.3)

Query report — the Performance-report view (the Queries tab) showing the actual search terms your site appeared for, each with its impressions, clicks, CTR, and average position; Google's own record of what people searched to find (or nearly find) you. (Ch.27)

Query-dependent signal — a signal whose relevance changes with the query; freshness is decisive for "election results" but irrelevant for "how to tie a bowline," and location is decisive for "coffee shop near me" but irrelevant for "who wrote Hamlet." (Ch.2)

R

Rank tracking — the practice of monitoring where your pages appear in search results for a chosen set of keywords over time; useful for reading trends from a fixed, declared vantage point, never a reading of one true "rank." (Ch.30)

RankBrain — Google's first major machine-learning ranking system (introduced 2015), which helps interpret the meaning of queries, especially novel or ambiguous ones. (Ch.2)

Ranking — the query-time ordering of indexed pages for a given search, decided against competing pages. (Ch.1)

Ranking factor — the loose industry term for a signal considered as something to act on; useful shorthand, but misleading when it implies ranking is a checklist of independent levers rather than a relative contest. (Ch.2)

Ranking signal — a measurable piece of information about a page, a query, or the search context that Google's systems may use to help order results (e.g., the page's words, its links, the searcher's location and language). (Ch.2)

Reconsideration request — a formal submission through Google Search Console, valid only when a manual action exists, asking Google to review the site and lift the action after the named violation has been genuinely fixed and the cleanup documented. It does nothing for an algorithmic demotion. (Ch.26)

Redirect chain — a URL that redirects to a URL that itself redirects (A→B→C…) instead of going straight to the final destination; each hop adds latency, wastes crawl budget, and risks a dropped or diluted signal, and search engines abandon a chain after a limited number of hops (historically around five to ten). The fix is one hop, original→final. (Ch.21)

Redirect map — the master document that pairs every old URL with the single best new URL it should redirect to; built from the URL inventory, implemented one-to-one with 301s, and tested line by line. (Ch.21)

Referring domain — a unique website that links to you, counted once regardless of how many individual backlinks it sends; a far more meaningful measure of authority than raw backlink count. (Ch.22)

Relevance — how well a page satisfies the need behind a query, not merely whether it contains the query's words; the single most important thing ranking rewards. (Ch.2)

Remediation roadmap — the sequenced plan that comes out of prioritization: what to fix this week, this quarter, and this year (with owners and rough timing), including the findings deliberately left un-actioned and why. (Ch.38)

Render-blocking — a resource (usually CSS or JavaScript) the browser must download and process before it can paint the page, delaying LCP; mitigated by deferring/async-ing non-critical JavaScript, inlining critical CSS, and minifying. (Ch.16)

Rendering — Google executing a page's JavaScript, as a browser would, to see the finished page. Can be delayed or incomplete. (Ch.1)

Reporting cadence — the rhythm of reporting matched to audience and altitude: weekly monitoring (yours, to catch problems), a monthly KPI report (the owner), a quarterly trend/strategy assessment (decision-makers), and an annual business-case evaluation (owner/CFO/board) — delivered on the same date and in the same format every time. (Ch.29)

Resource-page link — a link earned by getting your genuinely useful page added to a site's curated "resources" or "useful links" page maintained for its audience; it works only if your page truly belongs on the list. (Ch.24)

Responsive design — a site configuration using one URL and one HTML document per page whose layout reflows to any screen via flexible CSS; Google's recommended default because it makes content parity automatic. (Ch.17)

Retainer — a fixed, usually monthly fee for ongoing SEO work; the most common client model, well-matched to SEO's continuous long-game nature, and prone to scope creep without a written scope. (Ch.37)

Retrieval — the step in which an answer engine fetches relevant pages from an index before a language model summarizes them (retrieval-augmented generation); for Google's AI Overviews, retrieval draws on the same web index classic SEO targets, which is why ranking quality feeds AI visibility. (Ch.36)

return tag — the reciprocal hreflang reference: every version in a set must reference every other version and itself, and every reference must be returned by the page it points to (if A names B, B must name A), or Google may ignore the pairing. (Ch.20)

review signals — the bundle of review-derived inputs local ranking appears to draw on: count, average rating, velocity, recency, text, photos, and the business's responses. Google confirms that count and score factor in; the rest is practitioner inference and correlation, not a published weight. (Ch.25)

Rich result — a search listing enhanced beyond the plain title-URL-description with elements drawn from structured data (stars, images, prices, breadcrumbs, expandable questions); formerly called a "rich snippet." Eligibility is never a guarantee — Google decides per query. (Ch.18)

Rich Results Test — Google's free tool (search.google.com/test/rich-results) for checking whether a page is eligible for a Google rich result and whether its markup is valid to Google. (Ch.18)

Roadmap — the strategy's work sequenced into time-boxed phases whose dependencies are respected, each phase carrying milestones (leading indicators) and named owners; a dependency-ordered plan, not a flat to-do list. (Ch.40)

robots.txt — a plain-text file at a site's root (following the Robots Exclusion Protocol, standardized as RFC 9309) that tells crawlers which URLs they may and may not fetch. Controls crawling, not indexing; is publicly readable; each subdomain/protocol needs its own. (Ch.14)

S

Scaled content abuse — Google's spam policy (introduced March 2024) targeting the generation of many pages primarily to manipulate search rankings and not to help users — typically large volumes of unoriginal, low-value content — regardless of whether produced by automation, humans, or a combination. (Ch.13)

Schema.org — the shared vocabulary of types and properties for structured data, launched in 2011 by the major search engines; in practice, "schema markup" means describing a page with Schema.org types. (Ch.18)

Scope of work — the explicit written statement of what an engagement includes and excludes — deliverables, cadence, boundaries (who implements, who writes, is paid advertising included), and assumptions; protects both parties from scope creep and mismatched expectations. (Ch.37)

Screaming Frog — a desktop crawler tool (the Screaming Frog SEO Spider) that crawls a website like a search engine to inventory titles, meta descriptions, HTTP status codes, canonicals, redirects, broken links, headings, alt text, and crawl depth in bulk; the technical-audit workhorse, with a limited free tier. (Ch.30)

Search engine — a system that connects a searcher's query with the best available answers on the web; in this book, Google unless stated otherwise. (Ch.1)

Search intent — the underlying goal a person is trying to accomplish with a query; the why beneath the what. Also called user intent or query intent. (Ch.3)

Search Quality Rater Guidelines — Google's public manual instructing external human "quality raters" how to evaluate result quality; the source of E-E-A-T and YMYL. Raters assess Google's systems in aggregate and do not directly determine any individual site's ranking. (Ch.5)

Search volume — the estimated number of times a keyword is searched in a given period, almost always expressed as a monthly average; an estimate (often bucketed by Google), not an exact count, and one that hides seasonality within its average. (Ch.7)

Seed keyword — a broad, root term (usually one or two words) describing a core topic of a business, used as the starting point from which more specific keyword ideas are generated. (Ch.7)

Semantic search — search that interprets the meaning behind words — the intent of a query and the relationships among concepts — rather than matching literal character strings. (Ch.4)

SEO audit — a structured, comprehensive assessment of a website's ability to earn organic search traffic — across technical, on-page/content, off-page/authority, and competitive lenses — that ends in a prioritized plan to fix what matters most; a diagnosis, not a checklist. (Ch.38)

SEO certification — a credential attesting completion of an SEO or tool course; useful mainly for learning an adjacent tool and clearing a résumé/HR filter, not as proof that someone can improve a real site. The free, tool-focused ones (e.g., Google Analytics) are worth the most. (Ch.37)

SEO competitor — any website that ranks for the queries you want to rank for, whether or not it is a business rival; defined by the SERP and by search intent, not by your industry. Often a publisher, video platform, or directory rather than the company across town. (Ch.30)

SEO dashboard — a single, at-a-glance view (often built for free in Looker Studio) that pulls the KPIs from Search Console and Google Analytics 4 into one auto-updating place; defined as much by what it deliberately leaves out (the vanity metrics) as by what it shows. (Ch.29)

SEO ROI — return on investment for SEO: net organic value produced minus SEO cost, divided by SEO cost — the standard return ratio applied to organic search. (Ch.39)

SEO strategy document — a single, organized artifact that states a site's current situation, its prioritized work, the order and owners of that work, how success will be measured, and what the plan honestly cannot promise; the deliverable you could hand to a client or execute from yourself. (Ch.40)

SERP (Search Engine Results Page) — the page Google returns for a query, containing organic results plus SERP features (ads, AI Overviews, featured snippets, People Also Ask, the local pack, images/video). (Ch.1)

SERP analysis — deliberately reading a search results page to infer what Google believes searchers of that query want; treating the results Google already ranks as the answer key. (Ch.3)

SERP feature — any element on a results page that is not a standard organic listing: featured snippets, People Also Ask, image/video packs, the local pack, knowledge panels, shopping results, and others. Reads as a signal of intent and of which formats Google is surfacing. (Ch.10)

SERP volatility — the ordinary, ongoing fluctuation of search rankings over time, driven by Google's continual re-crawling and re-evaluation of pages and by algorithm updates; the day-to-day "flicker" that must not be mistaken for a real trend. (Ch.30)

server-side rendering (SSR) — an architecture in which the server runs the framework for each request and returns fully-formed HTML with the content already in it; the browser then hydrates the page for interactivity. Puts content in the raw HTML for users and crawlers alike. (Ch.19)

service-area business (SAB) — a business that serves customers at their locations rather than receiving them at its own (a plumber, electrician, HVAC company), which may declare a service area and hide its street address in its profile while still verifying a real one; the legitimate tool for "we serve there but aren't based there." (Ch.25)

SGE (Search Generative Experience) — Google's opt-in "Search Labs" experiment, begun in 2023, that placed an AI-written answer across the top of search results; the laboratory version that became AI Overviews. (Ch.36)

Share of voice — the share of the total organic visibility (or clicks) available for a defined set of priority queries that your site captures, versus competitors; a relative aggregate view of priority rankings that answers "how much of this market can find us?" rather than "what position are we for one term?" (measured and tracked competitively in Ch.30). (Ch.29)

Silo — the grouping of a site's content into distinct thematic sections whose internal links stay largely within each section, concentrating topical relevance and link equity within a theme; can be physical (via URL/folder structure) or virtual (via internal links). (Ch.15)

Site architecture — the overall organization and internal-link structure of a website: how pages are grouped, nested, and connected, from URL hierarchy to navigation to internal linking. It determines how authority flows to a site's pages. (Ch.15)

Site migration — any substantial change to a website (its domain, protocol, CMS/platform, design, or URL structure) that can alter how search engines discover, crawl, render, index, or rank it — even when, to a human, "the content is the same." (Ch.21)

soft 404 — a page that returns a 200 OK status while showing "not found" or effectively empty content, falsely signaling that a real page exists; a defect Google detects and flags, and one that wastes crawl and clutters the index. (Ch.14)

source citation — attributing a claim to the primary, reputable source that supports it so a reader (and Google's systems) can verify it; a signal of diligence, never a substitute for accuracy, and not a ranking "boost." Distinct from a local-SEO "citation" (a name/address/phone directory listing, Ch.25). (Ch.35)

SpamBrain — Google's AI-based spam-prevention system, used to detect many kinds of spam and to neutralize the effect of manipulative (including bought) links. (Ch.6)

sponsored (attribute) — a link rel value labeling a link as a paid, advertising, or affiliate placement; the correct way to disclose a paid link so that it does not pass PageRank. (Ch.22)

SQL (sales-qualified lead) — a lead that sales has vetted and accepted as a genuine opportunity worth pursuing; the step after an MQL in the journey visitor → lead → MQL → SQL → opportunity → closed-won. (Ch.32)

Staging site — a private, pre-production copy of a site where the new build is assembled and tested before launch; usually blocked from indexing (via noindex, robots.txt Disallow, or password), which is correct on staging and catastrophic if the block ships to production. (Ch.21)

static site generation (SSG) — an architecture in which pages are rendered to plain HTML at build time and served as static files, giving every visitor and crawler a complete, dependency-free document; content is only as fresh as the last build. (Ch.19)

Structured data — standardized, machine-readable labeling added to a page that states explicitly what its content means, running alongside the visible content for machines to read. Does two jobs: makes meaning explicit, and makes the page eligible for rich results. (Ch.18)

subdirectory (subfolder) — an international URL structure that keeps every language/region version on one domain, separated only by the URL path (example.com/fr/); consolidates authority on a single domain but relies on hreflang for its geographic signal. (Ch.20)

subdomain — an international URL structure using a host prefix on the main domain (fr.example.com); treated by search engines as partly separate from the root site, and often chosen for infrastructure or organizational reasons rather than SEO. (Ch.20)

T

Tap target — any element a user is meant to tap (link, button, form field); needs to be large enough (roughly 48px) and spaced enough (roughly 8px) that a fingertip reliably hits it without mis-taps. Design guidance, not a precise ranking threshold. (Ch.17)

Technical audit — the lens of an SEO audit that checks whether Google can find, crawl, render, and index a site: indexation, crawlability, status codes, architecture, speed/Core Web Vitals, mobile, rendering, and structured data. (Ch.38)

template page — the fixed, reusable page skeleton (layout, headings, on-page structure, schema, internal-link modules) with blanks that a dataset fills to generate many pages; invisible to Google, which crawls and evaluates only the finished result, never the method of production. (Ch.33)

TF-IDF (term frequency–inverse document frequency) — a classic information-retrieval weighting that scores a term as important to a document when it is frequent in that document but rare across the whole collection; foundational intuition, not Google's ranking algorithm. (Ch.4)

the Medic Update — the SEO industry's nickname for Google's broad core update of early August 2018, so called because health/medical and other YMYL sites appeared prominently among those affected. Google confirmed it as a routine broad core update, never used the name, said there was "nothing to fix," and pointed site owners to the Quality Rater Guidelines and E-E-A-T. The "it targeted YMYL/E-A-T" reading is community interpretation, not a Google statement. (Ch.35)

Thin content — a page offering little or no unique value relative to what already exists; a matter of value, not length (near-empty product pages, boilerplate duplicates, auto-generated facet and tag pages, bare category grids). (Ch.31)

Thumbnail — a still preview image representing a video (or image); a required element for video indexing and, on YouTube, one of the biggest drivers of click-through rate. (Ch.11)

Title tag — the HTML <title> element in a page's <head>; usually the clickable headline (the "title link") shown in the SERP and the browser-tab text, and one of Google's signals for what the page is about. The highest-leverage on-page element. Google may rewrite it when it judges its own headline better. (Ch.9)

ToFu / MoFu / BoFu — top, middle, and bottom of funnel: the awareness (informational intent), consideration (commercial intent), and decision (commercial/transactional intent) stages of a buyer's journey; volume falls and value rises as you descend, which is why B2B SEO lives or dies at the bottom. (Ch.32)

Topic cluster — a group of interlinked pages that together cover one subject comprehensively: a pillar page plus its cluster content, treated and built as a single unit. (Ch.8)

Topical authority — the degree to which a site is treated as a comprehensive, trustworthy source on a subject, earned by covering it broadly and deeply; a strong, partly-confirmed working model, not a published Google score, and distinct from third-party Domain Authority. (Ch.4)

Toxic link — an industry (tool-vendor) term for a low-quality or manipulative inbound link presumed to risk harming a site's rankings; notably not a Google signal — Google has said its own systems do not assign a "toxicity" score — and, in the modern era, mostly a link Google already ignores. Contrast Google's own term, unnatural links. (Ch.26)

Traffic diversification — deliberately building paths to your audience (email, brand/direct, reviews, community, referrals, social) that do not depend on any single platform's algorithm, so a change to one channel does not put the whole business at risk. (Ch.36)

Traffic forecast — an estimate of future organic visits from projected ranking gains, built by multiplying a term's search volume by the change in CTR between its current and target positions; always expressed as a range, never a promise. (Ch.39)

Transactional intent — the search goal of being ready to act now: buy, hire, book, download, or call; Google's rater categories Do and Visit-in-person live here. (Ch.3)

trust signals — the concrete, verifiable cues a page and site use to make genuine trustworthiness legible: named credentialed authors, review lines and dates, source citations, transparent About/Contact and funding/conflict disclosures, and a secure connection. They reveal real trust; they cannot simulate it. (Ch.35)

Trustworthiness — accuracy, honesty, safety, transparency, and reliability; the center of the E-E-A-T framework and the member the other three exist to support (an untrustworthy page has low E-E-A-T regardless of the rest). (Ch.5)

TTFB (Time To First Byte) — the delay between a browser's request and the first byte of the server's response; the opening segment of LCP, driven by hosting quality, caching, per-request work, and distance. (Ch.16)

two-wave index — Google's decoupling of crawling from rendering: content in the raw HTML is indexed immediately (first wave), while content that requires JavaScript waits in a render queue for a later pass (second wave). The delay is usually short now but not guaranteed, and the render can be partial or fail. (Ch.19)

U

UGC (attribute) — a link rel value (ugc, for user-generated content) labeling links created by users rather than the site owner, such as those in comments and forum posts. (Ch.22)

Unlinked mention — a place where your brand, product, or content is named in text without a link; reclaiming it (a brief request to add a link) converts at a high rate because the publisher already chose to cite you. (Ch.24)

Unnatural links — Google's term for links created primarily to manipulate a site's ranking rather than earned on merit: bought or sold links that pass credit, excessive link exchanges, private blog networks, large-scale automated or article-spam links, and keyword-rich anchor-text stuffing. The target of Google's link-spam policies; the thing a manual action for "unnatural links to your site" names. (Ch.26)

URL Inspection Tool — the Search Console tool that reports Google's indexing status for one specific URL (on Google or not, last crawl date, crawler used, chosen vs. declared canonical, detected enhancements) and can fetch the page live to show the rendered HTML, a screenshot, and the HTTP response; the authoritative single-page "what does Google actually see?" test, with a Request Indexing button that queues a crawl but does not guarantee indexing or affect ranking. (Ch.27)

URL inventory — the complete, de-duplicated list of every current URL that earns traffic, rankings, backlinks, or conversions, triangulated from a crawler, sitemaps, Search Console, analytics, server logs, and backlink data, and annotated so each URL gets a deliberate migration decision (map or prune). (Ch.21)

URL structure — the deliberate design of a site's URLs: descriptive words a human can read, a hierarchy of folders that mirrors the site, and stable addresses that do not change. (Ch.15)

V

Vanity metric — a number that is easy to grow and pleasant to display but disconnected from any business outcome or decision (total keyword count, third-party Domain Authority, raw impressions in isolation). It goes up, everyone feels good, and no decision changes — folklore wearing a number's clothes. (Ch.29)

Video key moments — timestamped, clickable segments Google can display beneath a video result, jumping the viewer to a specific point; populated by Google's automatic detection (e.g., from chapters/timestamps) or by explicit Clip/SeekToAction markup. (Ch.11)

Viewport — the visible area of a page on a device; the viewport <meta> tag (width=device-width, initial-scale=1) tells a mobile browser to size the page to the screen rather than shrinking a desktop-width layout and forcing pinch-to-zoom. (Ch.17)

Visual search — searching with an image as the query instead of text: showing a search engine a picture and asking it to identify or find things based on the image. (Ch.11)

Volatility — the ongoing day-to-day movement in rankings even between updates, produced by the live ranking contest (new/changed competitor pages) and Google's routine changes. (Ch.6)

W

Web Stories — a full-screen, tappable, mobile-first visual story format built on an open-web framework (the successor to AMP Stories) that can appear in Discover and Search; a supported content format for visual, snackable content, not a ranking trick. (Ch.34)

X

x-default — the special hreflang value marking the fallback page to show a searcher when no language/region version is a good match (typically a country/language selector or the global homepage). (Ch.20)

X-Robots-Tag — the same directives as meta robots (noindex, nofollow, etc.) delivered via an HTTP response header rather than an HTML tag; used to control non-HTML files such as PDFs and images that have no HTML head. (Ch.14)

XML sitemap — a machine-readable file listing the URLs you want search engines to discover, optionally with a <lastmod> date. A discovery aid, not a guarantee of crawling, indexing, or ranking; should list only clean, canonical, indexable, 200-status URLs. (Ch.14)

Y

YMYL (Your Money or Your Life) — topics that could significantly affect a person's health, financial stability, safety, or societal well-being if the information is wrong, for which Google's apparatus demands stronger E-E-A-T. Owned here; deepened in Chapter 35. (Ch.5)

YouTube SEO — the practice of optimizing videos to be found and ranked within YouTube's own search and recommendation systems (and Google's video results), via titles, descriptions, timestamped chapters, thumbnails, captions, and engagement signals such as watch time and audience retention. (Ch.11)

Z

Zero-click search — a search that ends without the user clicking through to any website, because the results page (a featured snippet, knowledge panel, local pack, or AI Overview) answered the question in place; not new (earlier SERP features did it for years), but widened by AI answers. (Ch.36)