Foundgrove

Reference · 76 terms

Last updated · By Hyder Shah, Founder & CEO

SEO Glossary: 76 SEO, GEO, AEO & Local Search Terms, Defined

An SEO glossary is a reference that defines the vocabulary of search engine optimization in plain English. This Foundgrove glossary covers 76 terms across traditional SEO, Generative Engine Optimization (GEO), Answer Engine Optimization (AEO), local search, and conversion economics — each definition written short enough for AI search engines to quote directly.

Disambiguation

SEO vs GEO vs AEO vs SXO: how the acronyms differ

These four disciplines all optimize for search, but each targets a different surface — from classic blue links to AI answers to your own on-site experience. The table below defines what each one optimizes for and where it shows up.

DisciplineOptimizes forWhere it shows up
SEOSearch Engine OptimizationRanking in classic organic (blue-link) resultsGoogle & Bing results pages
GEOGenerative Engine OptimizationBeing cited as a source inside AI answersAI Overviews, Perplexity, Copilot
AEOAnswer Engine OptimizationBeing recommended by conversational assistantsChatGPT, Claude, Gemini chat
SXOSearch Experience OptimizationTurning the click into a lead once visitors landYour own pages (speed, UX, CRO)

The disciplines overlap heavily — they share most of their underlying technical foundation — but each rewards different page-level patterns. See how Foundgrove runs each in our managed SEO service, the Generative Engine Optimization (GEO) service, and the AI search & AEO optimization service.

Category

SEO

Foundational terms covering on-page, technical, and off-page search engine optimization.

What is Search Engine Optimization (SEO)?

Search Engine Optimization is the practice of improving a website's organic visibility in search engines like Google and Bing. It combines three disciplines: technical SEO (crawlability, performance, schema), on-page SEO (content quality, keyword targeting, internal links), and off-page SEO (backlinks, brand mentions, citations). The goal is sustained top-three rankings for high-intent commercial queries, which drives qualified traffic without paid spend.

Example
Illustrative: a dental practice ranking #1 for "Invisalign near me" can earn a steady stream of free booked consults from organic search instead of paying per click.

Related: On-page SEO, Technical SEO, Off-page SEO, Backlink

Learn more: Read the in-depth guide

What is On-page SEO?

On-page SEO covers every optimization made directly on a web page to improve its ranking. This includes the title tag, meta description, H1/H2 structure, body content quality, internal linking, image alt text, URL slug, and schema markup. Strong on-page SEO ensures both search engines and users can quickly understand the page's topic, intent, and authority on the subject matter.

Example
Illustrative: rewriting an HVAC service page's H1 from "Welcome" to "AC Repair in Phoenix" gives search engines a clear topic signal that can improve rankings for that query.

Related: Search Engine Optimization (SEO), Technical SEO, Schema.org

What is Technical SEO?

Technical SEO is the optimization of a site's infrastructure so search engines can crawl, render, and index pages efficiently. It covers site speed, Core Web Vitals, mobile usability, HTTPS, structured data, XML sitemaps, robots.txt, canonical tags, hreflang, and JavaScript rendering. Without sound technical SEO, even excellent content struggles to rank because crawlers never reach it or cannot parse it correctly.

Example
Illustrative: fixing a misconfigured robots.txt that blocked /services/ pages lets crawlers reach them again, which can recover the organic traffic those pages were losing.

Related: Core Web Vitals, robots.txt, sitemap.xml, Canonical URL, Schema.org

Learn more: Read the in-depth guide

What is Off-page SEO?

Off-page SEO covers ranking signals that originate outside your own website. The primary lever is backlinks from authoritative, topically relevant domains. Secondary signals include brand mentions, citations in local directories, social proof, PR coverage, and reviews. Off-page SEO compounds slowly but builds the long-term domain authority that protects rankings against competitors and algorithm updates.

Example
Illustrative: earning a backlink from a state bar association passes strong topical authority that can help a personal injury firm climb on competitive queries over time.

Related: Backlink, Domain Authority, Local citation

What is Domain Authority?

Domain Authority is a third-party score (developed by Moz, 0-100) that predicts how likely a website is to rank in search engines. It is calculated from the quantity and quality of inbound links. Google does not use Domain Authority directly, but the underlying link signals it approximates do influence ranking. Higher Domain Authority correlates with stronger ranking power across the site's pages.

Example
A new HVAC website at DA 8 will struggle to outrank a competitor at DA 45 on commercial queries until it closes the link gap.

Related: Backlink, Off-page SEO

What is Canonical URL?

A canonical URL tells search engines which version of a page is the authoritative one when duplicate or near-duplicate content exists at multiple URLs. It is declared with a <link rel="canonical" href="..."> tag in the page head. Correct canonicalization prevents duplicate content issues, consolidates ranking signals on one URL, and stops crawl budget waste. Misconfigured canonicals can de-index large sections of a site.

Example
A multi-location dental site uses canonical tags to point /locations/austin/?utm=fb back to the clean /locations/austin URL.

Related: Technical SEO, sitemap.xml

What is Core Web Vitals?

Core Web Vitals are three Google-defined metrics that measure real-world user experience: Largest Contentful Paint (LCP) for loading, Interaction to Next Paint (INP) for responsiveness, and Cumulative Layout Shift (CLS) for visual stability. They are direct ranking factors in mobile and desktop search. Passing thresholds is required for top performance in competitive verticals like legal, dental, and home services.

Example
Illustrative: reducing LCP from 4.2s to 2.1s on a plumber's homepage moves it from "poor" into Google's "good" threshold, supporting better mobile performance on local queries.

Related: Largest Contentful Paint (LCP), Interaction to Next Paint (INP), Cumulative Layout Shift (CLS), Technical SEO

Learn more: Read the in-depth guide

What is Largest Contentful Paint (LCP)?

Largest Contentful Paint measures how long it takes for the largest visible element (typically a hero image, video, or large text block) to render in the viewport. Google's threshold for "good" is under 2.5 seconds on mobile. Slow LCP correlates with high bounce rates and reduced conversions. Common fixes include image compression, server-side rendering, CDN delivery, and removing render-blocking scripts.

Example
Illustrative: switching a hero image from PNG to AVIF and preloading it is the kind of change that can pull a slow LCP (e.g. ~3.8s) under Google's 2.5s threshold.

Related: Core Web Vitals, Technical SEO

What is Interaction to Next Paint (INP)?

Interaction to Next Paint measures the latency between a user interaction (click, tap, keypress) and the next visual update. It replaced First Input Delay (FID) as a Core Web Vital in March 2024. Google considers under 200ms "good" and over 500ms "poor." High INP usually signals heavy JavaScript on the main thread. Common fixes include code splitting, debouncing event handlers, and deferring non-critical scripts.

Example
Illustrative: lazy-loading a heavy chat widget removes JavaScript from the main thread, the kind of fix that can move INP from "poor" (over 500ms) toward Google's "good" threshold (under 200ms).

Related: Core Web Vitals, Technical SEO

What is Cumulative Layout Shift (CLS)?

Cumulative Layout Shift measures unexpected movement of visible elements during page load. It is scored from 0 (perfectly stable) upward; Google's "good" threshold is under 0.1. High CLS frustrates users — they tap one button and accidentally hit another. Common causes include images without dimensions, dynamically injected ads, and web fonts that swap in late. Fixes include reserving space and using font-display: optional.

Example
Illustrative: adding explicit width and height attributes to images reserves their space during load, the kind of fix that can pull a high CLS under Google's 0.1 "good" threshold.

Related: Core Web Vitals, Technical SEO

What is Schema.org?

Schema.org is a shared vocabulary for structured data that helps search engines and AI systems understand page content. It defines types like LocalBusiness, Service, FAQPage, HowTo, Article, and DefinedTerm. Implementing Schema.org markup (usually via JSON-LD) unlocks rich results and knowledge panel eligibility, and gives crawlers and LLMs an unambiguous machine-readable description of the page. Note: controlled studies are mixed on whether schema alone increases AI Overview citations — treat it as foundational hygiene, not a guaranteed citation lever.

Example
Illustrative: adding LocalBusiness + FAQPage schema to service pages makes the business name, services, and FAQs machine-readable for search engines and AI systems.

Related: JSON-LD, FAQPage schema, HowTo schema, Technical SEO

Learn more: Read the in-depth guide

What is JSON-LD?

JSON-LD (JavaScript Object Notation for Linked Data) is the recommended format for embedding Schema.org structured data on web pages. It lives inside a <script type="application/ld+json"> tag in the page head or body and is invisible to users. Google explicitly prefers JSON-LD over microdata or RDFa because it is decoupled from visible HTML, easier to maintain, and less prone to break during template changes.

Example
A single JSON-LD block in the head can declare LocalBusiness, Service, and FAQPage schema for one page.

Related: Schema.org, Technical SEO

What is robots.txt?

robots.txt is a plain-text file at the root of a domain (example.com/robots.txt) that tells search engine crawlers which paths they may or may not request. It uses User-agent and Disallow/Allow directives. It is a crawl directive, not an index directive — pages disallowed in robots.txt can still appear in search results if linked from elsewhere. For blocking indexing, use a meta robots noindex tag instead.

Example
Illustrative: a misconfigured "Disallow: /" line can accidentally block Google from an entire site, cutting off organic traffic until the directive is fixed.

Related: Technical SEO, sitemap.xml

What is sitemap.xml?

An XML sitemap is a file (usually at /sitemap.xml) listing every URL a site wants indexed, along with optional metadata like last-modified date and priority. It helps search engines discover pages they might otherwise miss, especially on large or poorly linked sites. Submit it in Google Search Console and Bing Webmaster Tools. Modern sitemaps are often split by content type (pages, posts, services, locations).

Example
A 200-location HVAC franchise uses a sitemap index that splits into a sitemap per state for easier indexing.

Related: Technical SEO, robots.txt

What is hreflang?

hreflang is an HTML attribute (or sitemap field) that tells search engines which language and regional version of a page to serve different users. It is critical for multi-language and multi-country sites. Each language variant must reference all others, including a self-reference. Common mistakes include missing return tags, conflicting region codes, and pointing hreflang to non-canonical URLs, all of which can erase international rankings.

Example
A US dental network expanding into Canada uses hreflang="en-ca" and "en-us" to keep both countries' rankings independent.

Related: Technical SEO, Canonical URL

Category

Keyword Research

Search intent, difficulty, SERP features, and the vocabulary of finding winnable queries.

What is Search Intent?

Search intent is the underlying goal behind a query — what the searcher actually wants. The four standard categories are informational (learn something), navigational (reach a specific site), commercial (compare options before buying), and transactional (act now). Matching a page's format and depth to the dominant intent is the single biggest on-page ranking lever: content that answers the wrong intent rarely ranks, however thorough it is.

Related: Search Engine Results Page (SERP), Long-tail Keyword, Search Engine Optimization (SEO)

What is Keyword Difficulty (KD)?

Keyword Difficulty is a 0-100 score, popularized by SEO tools like Ahrefs, Moz, and Semrush, that estimates how hard it is to rank on page one for a query. It is derived mainly from the authority and backlink strength of the pages already ranking. Higher scores signal entrenched, high-authority competition. New or low-authority sites win faster by targeting lower-KD long-tail terms first.

Related: Long-tail Keyword, Domain Authority, Search Engine Results Page (SERP)

What is Long-tail Keyword?

A long-tail keyword is a longer, more specific search phrase — usually three or more words — with lower search volume but clearer intent and less competition. These read like real needs ("emergency root canal dentist open sunday") rather than broad heads ("dentist"). For new sites, long-tail terms are the fastest path to qualified traffic because they are winnable and the searcher is closer to acting.

Related: Keyword Difficulty (KD), Search Intent, Search Volume

What is Search Engine Results Page (SERP)?

A Search Engine Results Page (SERP) is the page a search engine returns for a query. Modern SERPs mix organic blue links with features: AI Overviews, the Local Pack, featured snippets, People Also Ask, image and video carousels, and ads. Because these features push organic links down, understanding which features a query triggers is essential to estimating the real click opportunity behind any keyword.

Related: Featured Snippet, People Also Ask (PAA), Local Pack (Map Pack), AI Overview

What is People Also Ask (PAA)?

People Also Ask is the expandable list of related questions Google shows within a SERP. Clicking one reveals a short extracted answer and its source, then loads further related questions. PAA boxes surface the questions real searchers ask around a topic, making them a practical map for FAQ sections and content structure. Answering PAA questions concisely improves the odds of being the extracted source.

Related: Search Engine Results Page (SERP), Featured Snippet, FAQPage schema

What is Search Volume?

Search volume is the average number of times a keyword is searched in a given market over a set period, usually reported as a monthly figure by keyword tools. It signals demand but not value — a low-volume, high-intent term often outperforms a high-volume, vague one for a service business. Volume figures are estimates that vary by tool and should guide, not dictate, keyword priority.

Related: Keyword Difficulty (KD), Long-tail Keyword, Search Intent

Category

On-Page & Content

Title tags, headings, internal links, and the content structures that make a page rank and get quoted.

What is Title Tag?

A title tag is the HTML element that defines a page's title, shown as the clickable headline in search results and in the browser tab. It is one of the strongest on-page relevance signals and the primary driver of organic click-through rate. Best practice keeps the primary keyword near the front and the full title under roughly 60 characters so it is not truncated in the SERP.

Related: On-page SEO, Meta Description, Click-Through Rate (CTR)

What is Meta Description?

A meta description is the HTML tag that summarizes a page's content in search results, appearing under the title tag. It is not a direct ranking factor, but a compelling, benefit-led description improves click-through rate, which indirectly supports performance. Google often rewrites descriptions to match the query, so keep them under about 155 characters, unique per page, and written as a concise pitch with a clear reason to click.

Related: Title Tag, On-page SEO, Click-Through Rate (CTR)

What is Header Tags (H1–H6)?

Header tags (H1 through H6) are HTML elements that structure a page's content into a hierarchy, from the single H1 that names the topic down to H2 and H3 subsections. They help readers scan and help search engines understand how content is organized. A clear heading structure also creates the extractable, question-style passages that AI search engines and featured snippets prefer to quote.

Related: On-page SEO, Passage-level citability

What is Image Alt Text?

Image alt text is the HTML attribute that describes an image's content in words. It serves accessibility first — screen readers read it aloud — and doubles as an SEO signal that helps search engines understand the image and rank it in image search. Good alt text is specific and descriptive rather than keyword-stuffed, describing what the image actually shows in a natural phrase.

Related: On-page SEO, Technical SEO

What is Anchor Text?

Anchor text is the visible, clickable words of a hyperlink. Search engines use it as a relevance signal about the destination page, so descriptive anchors ("emergency plumbing services") pass more context than generic ones ("click here"). This applies to both internal links and backlinks. Over-optimized, exact-match anchors from external sites can look manipulative, so a natural, varied anchor profile is safest.

Related: Internal Link, Backlink, On-page SEO

What is URL Slug?

A URL slug is the human-readable part of a web address that identifies a specific page, after the domain (for example, /services/seo). Clean slugs are short, lowercase, hyphen-separated, and descriptive of the page's topic. They give both users and search engines a quick signal about the page before it loads. Changing a slug without a redirect breaks links and discards accumulated ranking signals.

Related: On-page SEO, Canonical URL

What is Keyword Cannibalization?

Keyword cannibalization happens when multiple pages on the same site target the same keyword and intent, forcing them to compete with each other. The result is split ranking signals, diluted authority, and search engines struggling to pick which page to rank. The fix is usually to consolidate the overlapping pages into one stronger asset, or to clearly differentiate their target intents and internal linking.

Related: On-page SEO, Topic Cluster, Canonical URL

What is Topic Cluster?

A topic cluster is a content model where one broad pillar page links to many focused subtopic pages, and each subtopic links back to the pillar. This interlinked structure signals topical authority to search engines and helps them see the site as a comprehensive resource on the subject. Clusters have largely replaced publishing isolated, keyword-by-keyword posts as the way to build durable rankings.

Related: Pillar Page, Topical Authority, Internal Link

What is Pillar Page?

A pillar page is a comprehensive overview page that covers a core topic end to end and serves as the hub of a topic cluster. It links out to more detailed subtopic pages and receives links back from them. Pillar pages target the broader, higher-volume head term while the cluster pages capture specific long-tail queries, together building topical authority for the whole subject.

Related: Topic Cluster, Topical Authority, Internal Link

What is Content Gap?

A content gap is a topic, question, or keyword an audience is searching for that a site does not yet cover — often one competitors already rank for. Content-gap analysis compares your coverage against competitors and against real query data to prioritize what to publish next. Closing high-intent gaps is one of the most direct ways to win incremental qualified traffic.

Related: Topic Cluster, Search Intent, Topical Authority

What is Thin Content?

Thin content is a page that offers little or no unique value to the user — auto-generated text, doorway pages, near-duplicate location pages, or a page too shallow to satisfy its query. Google's systems suppress thin content, and it can drag down a site's overall quality assessment. The remedy is to consolidate, expand with genuinely useful detail, or remove pages that serve no user purpose.

Related: Helpful Content System, Keyword Cannibalization

Category

Algorithm & Ranking

YMYL, core and Helpful Content updates, topical authority, and how Google decides what ranks.

What is YMYL (Your Money or Your Life)?

YMYL — Your Money or Your Life — is Google's label for topics that could significantly affect a person's health, finances, safety, or wellbeing, such as medical, legal, and financial advice. Google holds YMYL pages to a far higher E-E-A-T standard because low-quality information can cause real harm. For service businesses in health, legal, and finance, strong authorship, accuracy, and trust signals are non-negotiable.

Related: E-E-A-T (Experience, Expertise, Authoritativeness, Trustworthiness), Helpful Content System

What is Topical Authority?

Topical authority is the depth and breadth of a site's expertise on a subject, as perceived by search engines. A site that comprehensively covers every facet of a topic — through interlinked clusters, consistent publishing, and quality content — earns more trust and ranks more easily across the whole subject area. Building topical authority has become more effective than chasing individual keywords in isolation.

Related: Topic Cluster, Pillar Page, Entity-based SEO

What is Entity-based SEO?

Entity-based SEO optimizes around entities — distinct people, places, organizations, and concepts — rather than raw keyword strings. Search engines increasingly interpret queries semantically, mapping words to entities in their Knowledge Graph. The practice emphasizes clearly defining who and what a page is about, connecting it to known entities, and covering a topic's related concepts so the engine grasps meaning, not just keyword matches.

Related: Entity grounding, Topical Authority, Knowledge Panel

What is Google Core Update?

A Google core update is a broad, periodic change to Google's core ranking systems, rolled out several times a year and confirmed by Google. Core updates re-assess how pages are evaluated across the whole index, so sites can rise or fall without having done anything specifically wrong. Recovery comes from improving overall content quality and E-E-A-T rather than chasing a single fix.

Related: Helpful Content System, E-E-A-T (Experience, Expertise, Authoritativeness, Trustworthiness), Spam Update

What is Helpful Content System?

The Helpful Content system is part of Google's core ranking that rewards content written primarily to help people and demotes content made mainly to rank in search. It favors first-hand experience, genuine expertise, and satisfying depth over shallow, search-first pages. Now folded into the core algorithm, it pushes creators toward a people-first standard: publish because it helps the reader, not because a keyword has volume.

Related: E-E-A-T (Experience, Expertise, Authoritativeness, Trustworthiness), Thin Content, Google Core Update

What is Spam Update?

A spam update is a Google rollout that targets sites violating its spam policies — tactics like cloaking, scaled content abuse, sneaky redirects, and link schemes. Unlike core updates, which reassess quality broadly, spam updates specifically demote or remove content that breaks the rules. Sites hit by a spam update must fix the violating behavior and then wait for a later update to recover.

Related: Google Core Update, Backlink

Category

GEO

Generative Engine Optimization, Answer Engine Optimization, and AI-search terminology.

What is Generative Engine Optimization (GEO)?

Generative Engine Optimization is the practice of optimizing content to be cited as a source inside AI-generated search features — Google AI Overviews, Bing Copilot results, and Perplexity. GEO rewards declarative writing, short extractable passages (40-180 words), strong Schema.org markup, and named-entity grounding. Unlike traditional SEO, the goal is not a top-3 blue-link ranking; it is being the source the AI quotes.

Example
Illustrative: restructuring a top blog post into definition-first paragraphs makes each passage self-contained and easier for an AI engine to extract and cite.

Related: Answer Engine Optimization (AEO), AI Overview, Passage-level citability, FAQPage schema, llms.txt

Learn more: Read the in-depth guide

What is Answer Engine Optimization (AEO)?

Answer Engine Optimization is the practice of becoming a recommended option inside conversational AI assistants — ChatGPT, Claude, Gemini chat, and Meta AI. AEO depends heavily on E-E-A-T signals, brand mentions across the open web, presence in trusted third-party directories, and consistent entity descriptions. Unlike GEO (which targets SERP features), AEO targets the deepest funnel: users delegating an entire decision to an assistant.

Example
A dental practice asked Claude "best Invisalign provider in Austin" — winning that recommendation depends on AEO signals.

Related: Generative Engine Optimization (GEO), E-E-A-T (Experience, Expertise, Authoritativeness, Trustworthiness), Entity grounding

Learn more: Read the in-depth guide

What is AI Overview?

AI Overview is Google's AI-generated summary that appears at the top of select search results pages. It is built by Google's Gemini-powered model, which extracts passages from multiple ranking pages and stitches them into a synthesized answer with inline citations. AI Overviews have expanded rapidly — appearing on a large and growing share of queries — and skew heavily toward informational searches over commercial ones, though the commercial gap is narrowing. They reduce raw organic clicks overall, but pages cited inside the Overview tend to retain more of their clicks.

Example
Illustrative: searching "what is INP" can return an AI Overview that synthesizes and cites several source pages above the traditional blue links.

Related: Generative Engine Optimization (GEO), Passage-level citability, FAQPage schema

Learn more: Read the in-depth guide

What is llms.txt?

llms.txt is a proposed standard (introduced by Jeremy Howard of Answer.AI in September 2024): a Markdown file at example.com/llms.txt that gives large language models a curated index of a site's most important pages. Unlike robots.txt, which restricts crawlers, or sitemap.xml, which lists every URL, it acts as a curated menu. Google has said its Search systems ignore llms.txt — it neither helps nor harms rankings — so treat it as low-cost and still unproven for search traffic, with adoption led by AI-documentation tooling and assistants like Perplexity.

Example
An agency site lists its top 10 service pages and 5 case studies in llms.txt to bias LLM citations toward its strongest assets.

Related: Generative Engine Optimization (GEO), Answer Engine Optimization (AEO)

Learn more: Read the in-depth guide

What is FAQPage schema?

FAQPage schema is a Schema.org JSON-LD type that marks up a page's question-and-answer pairs, each Question carrying a name and an acceptedAnswer with text. Google retired FAQ rich results for all sites (announced 2026) and removed FAQ reporting from Search Console, so the markup no longer earns a visual SERP feature for most pages. It now mainly makes Q&A content machine-readable for search engines and AI systems; evidence that FAQPage markup alone increases AI Overview citations is mixed, so treat it as structuring hygiene rather than a guaranteed lever.

Example
Illustrative: a pricing page with 8 FAQ entries marked up in FAQPage schema exposes each question and answer as a discrete, machine-readable block.

Related: Schema.org, JSON-LD, Generative Engine Optimization (GEO)

Learn more: Read the in-depth guide

What is HowTo schema?

HowTo schema is a Schema.org JSON-LD type describing a step-by-step procedure, where each HowToStep has a name and text and may include images, tools, and supplies. Google deprecated HowTo rich results in 2023 — they no longer appear in Search — and removed the report from Search Console. The markup now mainly makes procedural content machine-readable for search engines and AI systems rather than earning a visual rich result, so treat it as structuring hygiene for procedural queries, not a guaranteed ranking or citation lever.

Example
Illustrative: a plumber's "how to fix a running toilet" page with HowTo schema exposes each step as structured data that AI engines can match to procedural queries.

Related: Schema.org, JSON-LD, Generative Engine Optimization (GEO)

Learn more: Read the in-depth guide

What is Passage-level citability?

Passage-level citability is the property of a web page whose individual paragraphs are self-contained, declarative, and easy for an AI engine to extract and quote without surrounding context. Citable passages typically lead with a definition, use specific numbers, name entities explicitly, and run 40-180 words. Magazine-style prose performs poorly; reference-manual-style writing performs best. This is the single biggest content-craft shift required by GEO.

Example
Illustrative: rewriting a 600-word essay into six 80-word answer capsules gives an AI engine several discrete passages it can quote without surrounding context.

Related: Generative Engine Optimization (GEO), AI Overview

Learn more: Read the in-depth guide

What is E-E-A-T (Experience, Expertise, Authoritativeness, Trustworthiness)?

E-E-A-T is Google's quality framework used by human raters to evaluate search results, especially for "Your Money or Your Life" topics like health, legal, and finance. The four pillars are first-hand Experience, demonstrated Expertise, recognized Authoritativeness, and verifiable Trustworthiness. Strong E-E-A-T signals — named authors with credentials, citations, reviews, About pages — also drive AEO performance because LLMs use the same open-web evidence to assess sources.

Example
Illustrative: adding author bios with credentials and links to peer-reviewed publications strengthens the Expertise and Trust signals raters and LLMs look for on health content.

Related: Answer Engine Optimization (AEO), Entity grounding

Learn more: Read the in-depth guide

What is Knowledge Panel?

A Knowledge Panel is the right-side information box Google displays in search results for known entities — businesses, people, places, things. It is sourced from the Knowledge Graph, which pulls data from Wikipedia, Wikidata, structured data on the entity's website, and trusted third-party sources. Earning a Knowledge Panel for a service business requires consistent entity signals: schema markup, NAP citations, brand mentions, and a verified Google Business Profile.

Example
A multi-location dental group earned a Knowledge Panel after publishing Organization schema with sameAs links to its socials.

Related: Entity grounding, Schema.org, Google Business Profile (GBP)

Learn more: Read the in-depth guide

What is Entity grounding?

Entity grounding is the process of making a business, person, or concept unambiguously identifiable to search engines and LLMs by linking it to known entries in the Knowledge Graph and Wikidata. Techniques include consistent NAP across the open web, sameAs links in Organization schema, named authorship, and citations from authoritative sources. Strong entity grounding is the foundation of AEO — without it, LLMs cannot reliably recommend the business.

Example
Adding sameAs links to LinkedIn, Crunchbase, and Wikidata in an Organization schema can move a brand into LLM recommendations.

Related: Answer Engine Optimization (AEO), Knowledge Panel, Schema.org

Learn more: Read the in-depth guide

What is AI Optimization (AIO)?

AI Optimization is an umbrella term for tuning content and technical signals so a brand surfaces across AI-powered search and chat — Google AI Overviews, ChatGPT, Perplexity, Gemini, and Copilot. It spans the narrower disciplines of GEO (AI features inside search) and AEO (conversational assistants). Because usage is still settling, AIO is best read as the broad category under which GEO and AEO sit.

Related: Generative Engine Optimization (GEO), Answer Engine Optimization (AEO), AI Overview

Learn more: Read the in-depth guide

What is Search Experience Optimization (SXO)?

Search Experience Optimization blends traditional SEO with user experience (UX) and conversion rate optimization. The premise is that ranking is only half the job: once a searcher lands, page speed, clarity, mobile usability, and a frictionless path to action decide whether the visit becomes a lead. SXO treats search visibility and on-site experience as one funnel rather than two separate disciplines.

Related: Conversion Rate Optimization (CRO), Core Web Vitals, Search Engine Optimization (SEO)

Learn more: Read the in-depth guide

Category

Local

Local Pack, Google Business Profile, and the vocabulary of geo-targeted search.

What is Local Pack (Map Pack)?

The Local Pack — also called the Map Pack — is the cluster of three local business results Google displays above the organic blue links for location-relevant queries. It includes a map, business names, ratings, hours, and a quick-action button (call, directions, website). Ranking in the Local Pack is one of the highest-leverage placements for service businesses; the top three local results capture a large share — on the order of 40% — of clicks on local-intent queries.

Example
Illustrative: ranking #1 in the Local Pack for "emergency plumber near me" captures high-intent callers who are ready to book, often the most valuable placement on the results page.

Related: Google Business Profile (GBP), NAP (Name, Address, Phone), Local citation

Learn more: Read the in-depth guide

What is Google Business Profile (GBP)?

Google Business Profile (formerly Google My Business) is the free Google product where a local business manages its appearance across Google Search and Google Maps. It controls name, address, phone, hours, photos, services, attributes, posts, and reviews. A complete and actively managed GBP is the prerequisite for Local Pack rankings. Inconsistent or stale GBP data is the single most common cause of underperformance in local SEO.

Example
Illustrative: adding fresh photos and consistently replying to reviews are the kind of active-management signals that can lift a practice's standing in the Local Pack.

Related: Local Pack (Map Pack), NAP (Name, Address, Phone), Local citation

Learn more: Read the in-depth guide

What is NAP (Name, Address, Phone)?

NAP stands for Name, Address, and Phone number — the three identity fields a local business must keep consistent across every web property: its own site, Google Business Profile, Bing Places, Apple Maps, industry directories, and review sites. Inconsistent NAP fragments the business's local entity and weakens Local Pack rankings. Local-listing audits commonly surface a meaningful share of directory entries with mismatched or stale NAP data.

Example
A clinic with "Dr. Smith DDS" on Google but "John Smith Dental" on Yelp had to standardize NAP before rankings recovered.

Related: Google Business Profile (GBP), Local citation, Local Pack (Map Pack)

Learn more: Read the in-depth guide

What is Local citation?

A local citation is any online mention of a business's NAP — Name, Address, Phone — whether or not it includes a link. Citations appear in directories (Yelp, Yellow Pages), industry-specific sites (Healthgrades, Avvo), data aggregators (Foursquare, Data Axle), and local sites (chamber of commerce, news). Consistent citations validate the business as a real local entity and remain a measurable Local Pack ranking factor.

Example
Illustrative: building niche-relevant citations for an HVAC company across directories validates it as a consistent local entity, which can support Local Pack visibility.

Related: NAP (Name, Address, Phone), Google Business Profile (GBP), Local Pack (Map Pack)

Learn more: Read the in-depth guide

What is Service Area Business (SAB)?

A Service Area Business is one that travels to its customers rather than serving them at a storefront — plumbers, HVAC techs, locksmiths, mobile dog groomers, in-home physical therapists. In Google Business Profile, SABs hide their street address and instead declare service areas by city, ZIP, or region. SABs follow different local SEO playbooks: stronger emphasis on city-specific landing pages and review velocity.

Example
A mobile dental hygiene service marks itself as an SAB covering 12 ZIP codes, with one landing page per ZIP.

Related: Google Business Profile (GBP), Local Pack (Map Pack), GeoCoordinates

Learn more: Read the in-depth guide

What is GeoCoordinates?

GeoCoordinates is a Schema.org type that encodes a location's latitude and longitude, usually as a property of LocalBusiness or Place. It supplements—rather than replaces—the postal address Google already geocodes; Google's John Mueller has noted coordinates are not essential for local ranking. Still, accurate values (to about four decimal places, roughly 11 meters) help pin an entity to an exact point and keep its map placement precise.

Example
Adding GeoCoordinates with latitude 30.2672 and longitude -97.7431 grounds an Austin dental practice to its exact block.

Related: Schema.org, Service Area Business (SAB), Local Pack (Map Pack)

Learn more: Read the in-depth guide

Category

Metrics & Tools

Click-through rate, impressions, average position, and the Search Console signals you measure by.

What is Click-Through Rate (CTR)?

Click-through rate is the percentage of people who click a result after seeing it, calculated as clicks divided by impressions. In organic search, CTR is heavily influenced by ranking position, the title tag, and the meta description. It is a core Search Console metric and a practical signal of how compelling a listing is: two pages at the same position can earn very different traffic based on CTR.

Related: Impressions, Average Position, Title Tag

What is Impressions?

An impression is counted each time a page's listing appears in search results for a user, whether or not it is clicked. In Google Search Console, impressions reveal how much visibility a page or query earns. Rising impressions with a flat click count usually mean the page is surfacing for more queries but ranking too low, or its title and description are not compelling enough to earn the click.

Related: Click-Through Rate (CTR), Average Position

What is Average Position?

Average position is a Google Search Console metric showing the mean ranking of a page or query across all the impressions it received. A value of 1 means it typically appeared at the very top. Because it averages across many searches, it smooths over volatility and is best read as a trend line: watch whether a page is drifting toward or away from page one over time.

Related: Click-Through Rate (CTR), Impressions, Search Engine Results Page (SERP)

What is Crawl Budget?

Crawl budget is the number of pages a search engine will crawl on a site within a given timeframe, set by how much it wants to crawl (demand) and how much the server can handle (crawl rate). It mainly matters for large sites — thousands of URLs — where crawling wasted on low-value or duplicate pages can leave important pages undiscovered. Clean architecture and internal linking spend it efficiently.

Related: Technical SEO, Index Coverage, robots.txt

What is Index Coverage?

Index coverage describes which of a site's pages Google has actually indexed and which it has excluded, along with the reasons. The Pages report in Google Search Console is the primary place to monitor it, flagging issues like "crawled — currently not indexed," redirects, and noindex tags. A page that is not indexed cannot rank at all, so index coverage is a foundational health check.

Related: Technical SEO, Crawl Budget, sitemap.xml

What is Dwell Time & Pogo-sticking?

Dwell time is how long a searcher stays on a page after clicking it in the results before returning to the SERP. Pogo-sticking is the pattern of quickly bouncing back and clicking a different result, signaling the page did not satisfy the query. While Google is cautious about how directly it uses these behaviors, both are useful proxies for whether content actually meets searcher intent.

Related: Search Intent, Conversion Rate Optimization (CRO)

Category

Conversion

Lead generation, attribution, and the unit economics of paid acquisition.

What is Cost Per Lead (CPL)?

Cost Per Lead is the marketing spend required to generate one lead, calculated as total spend divided by total leads. Healthy CPL varies dramatically by vertical: HVAC averages $40-$90, dental $80-$160, personal injury law $250-$1,200, plastic surgery $150-$400. CPL is a leading indicator of channel efficiency but should never be optimized in isolation — a low CPL with poor lead quality destroys pipeline economics.

Example
For example, a plumber paying $65 CPL with a 35% close rate and a $280 average ticket would generate roughly $98 of revenue per lead — a worked illustration, not a measured result.

Related: Customer Acquisition Cost (CAC), Lifetime Value (LTV), Attribution

Learn more: Read the in-depth guide

What is Customer Acquisition Cost (CAC)?

Customer Acquisition Cost is the total marketing and sales spend required to acquire one paying customer, calculated as total spend divided by new customers won. CAC is downstream of CPL because not every lead closes. For service businesses, sustainable CAC is usually 15-25% of customer Lifetime Value. CAC payback period — months of revenue needed to recoup CAC — is the single most important unit-economics metric.

Example
For example, a dental practice with $4,500 LTV per new patient might target CAC under $1,000 to keep its payback period short — an illustrative target, not a measured figure.

Related: Lifetime Value (LTV), Cost Per Lead (CPL), Attribution

What is Lifetime Value (LTV)?

Lifetime Value is the total gross profit a customer generates over their entire relationship with a business. For service businesses LTV is calculated as average transaction value × purchase frequency × customer lifespan × gross margin. Realistic LTV ranges: HVAC residential $2,000-$8,000, dental $3,000-$8,000, personal injury law $5,000-$50,000+ per case, plastic surgery $5,000-$15,000. LTV is the ceiling under which CAC must sit.

Example
For example, an HVAC company with a $250 average ticket, 1.4 visits per year, 6-year retention, and 60% margin would model roughly $2,100 LTV — a worked illustration of the formula.

Related: Customer Acquisition Cost (CAC), Cost Per Lead (CPL), Average Order Value (AOV)

What is Conversion Rate Optimization (CRO)?

Conversion Rate Optimization is the discipline of improving the percentage of website visitors who take a desired action — book a consult, request a quote, fill out a form, call. Tactics include A/B testing, heatmap analysis, page-speed improvements, form simplification, social proof placement, and CTA experimentation. A 1-point lift in conversion rate (e.g., 3% to 4%) is equivalent to a 33% increase in traffic at zero added ad spend.

Example
Illustrative: shortening a law firm's consult form from 11 fields to 4 removes friction at the point of conversion, the kind of change CRO testing is designed to validate.

Related: Lead magnet, Cost Per Lead (CPL)

Learn more: Read the in-depth guide

What is Lead magnet?

A lead magnet is a piece of high-value content or tool offered free in exchange for a visitor's contact information. Effective lead magnets solve a specific, urgent problem and require under 2 minutes to consume. Common formats include calculators ("What will my SEO cost?"), checklists, sample plans, and free audits. For service businesses, a free 15-minute strategy call is often the highest-converting lead magnet.

Example
Illustrative: a free "AC sizing calculator" solves an urgent, specific problem in under two minutes, the profile of a high-converting lead magnet for an HVAC business.

Related: Conversion Rate Optimization (CRO), Cost Per Lead (CPL)

Learn more: Read the in-depth guide

What is Attribution?

Attribution is the methodology of assigning credit for a conversion to one or more marketing touchpoints. Common models include last-click, first-click, linear, time-decay, and data-driven. Service businesses with long sales cycles and offline conversions (calls, contracts) routinely break standard attribution and need server-side tagging, CRM offline conversion imports, and unified dashboards to see which channels actually drive revenue versus form-fills.

Example
Illustrative: switching from last-click to data-driven attribution can reveal that branded search was over-credited, because it tends to capture the final touch on conversions other channels started.

Related: UTM parameters, Cost Per Lead (CPL)

What is UTM parameters?

UTM parameters—short for Urchin Tracking Module—are query-string tags appended to a URL that tell analytics tools where a click came from. The five standard tags are utm_source, utm_medium, utm_campaign, utm_term, and utm_content. When a tagged link is clicked, they pass campaign, channel, and source data into tools like Google Analytics 4, letting marketers attribute conversions instead of seeing the traffic lumped under generic 'direct' or 'referral.'

Example
Tagging a Google Ads campaign with utm_source=google&utm_medium=cpc&utm_campaign=summer-ac-repair enables clean reporting.

Related: Attribution, Cost Per Lead (CPL)

Category

Service Business

Industry-specific terms for dental, medical, legal, and home-service operators.

What is Dental Service Organization (DSO)?

A Dental Service Organization is a corporate entity that owns or manages multiple dental practices, providing centralized administrative, marketing, billing, HR, and technology services so the affiliated dentists can focus on clinical work. DSOs now operate roughly 25% of US dental practices. Marketing for DSOs differs from single-location practices: it requires multi-location SEO, brand consistency across locations, and centralized review management at scale.

Example
A 40-location DSO uses templated city pages and centralized GBP management to rank in the Local Pack across all markets.

Related: Management Services Organization (MSO), Service Area Business (SAB), Local Pack (Map Pack)

What is Management Services Organization (MSO)?

A Management Services Organization (MSO) is a business entity that runs the non-clinical side of a medical practice—billing, marketing, HR, IT, and revenue-cycle management—so clinicians can focus on care. MSOs are central to the 'friendly PC' model: in states with Corporate Practice of Medicine (CPOM) laws, non-physician owners or private equity cannot own the practice itself, so they own the MSO, which contracts with a physician-owned professional corporation. They are the medical-sector counterpart of a dental DSO.

Example
A 12-location dermatology MSO runs one Google Ads account with location-level conversion tracking via CRM offline imports.

Related: Dental Service Organization (DSO), Service Area Business (SAB)

What is Average Order Value (AOV)?

Average Order Value is the mean revenue generated per transaction, calculated as total revenue divided by number of orders. For service businesses, AOV is often called "average ticket" or "case value." Realistic ranges: HVAC service visit $150-$300, plumbing repair $200-$500, single-tooth dental implant $3,000-$5,000, personal injury settlement $10,000-$500,000. AOV directly drives LTV and sets the ceiling for sustainable CAC.

Example
Illustrative: training techs to quote IAQ upgrades on every service call is the kind of operational change that can lift an HVAC company's average ticket.

Related: Lifetime Value (LTV), Customer Acquisition Cost (CAC), Cost Per Lead (CPL)

What is Retainer?

A retainer is a recurring monthly fee paid to a service provider in exchange for an agreed scope of ongoing work. In agency-client relationships, retainers typically cover SEO, paid media management, content production, reporting, and strategic oversight. Service-business marketing retainers commonly range from $2,500/month (small local practice) to $25,000+/month (multi-location DSO/MSO). Retainers give agencies the time horizon needed to compound SEO and brand investments.

Example
A 5-location dental DSO pays a $7,500/month retainer covering SEO, GBP management, content, and paid search across all locations.

Related: Average Order Value (AOV), Lifetime Value (LTV)

Frequently asked questions

The top-of-funnel questions readers send us about SEO, GEO, AEO, and service-business marketing.

What is the difference between SEO and GEO?

SEO is the practice of ranking in classic blue-link search results on Google and Bing. GEO (Generative Engine Optimization) is the practice of being cited as a source inside AI-generated search features like Google AI Overviews, Bing Copilot, and Perplexity. SEO and GEO share infrastructure — technical health, content quality, schema — but reward different page-level patterns. Most service businesses need both.

What is the difference between GEO and AEO?

GEO (Generative Engine Optimization) targets AI features inside search results pages: AI Overviews, Perplexity answers, Bing Copilot. AEO (Answer Engine Optimization) targets the conversational layer where users delegate decisions to ChatGPT, Claude, or Gemini chat. AEO leans heavily on brand mentions, E-E-A-T signals, and entity grounding across the open web. The two disciplines overlap but are not identical.

Why does Schema.org markup matter for AI search?

Schema.org markup gives search engines and AI systems an unambiguous, machine-readable description of a page's content — its type, author, location, FAQs, and procedures. It is foundational hygiene: it unlocks rich results and removes ambiguity for crawlers and LLMs. Controlled studies are mixed on whether schema alone increases AI Overview citations, so treat it as a machine-readability baseline rather than a guaranteed citation lever. For service businesses, LocalBusiness + Service + FAQPage is still the minimum schema stack on every commercial page.

What is Cost Per Lead and what is a healthy CPL?

Cost Per Lead is total marketing spend divided by total leads generated. Healthy CPL varies by vertical: HVAC averages $40-$90, dental $80-$160, personal injury law $250-$1,200, plastic surgery $150-$400, plumbing $30-$80. CPL should always be evaluated alongside lead quality and close rate — a low CPL with poor quality destroys pipeline economics faster than a high CPL with strong intent.

What is the Local Pack and how do I rank in it?

The Local Pack is the three-business cluster Google displays above the organic blue links on location-relevant queries. Ranking in the Local Pack requires a complete and active Google Business Profile, consistent NAP citations across the open web, location-relevant reviews, and on-site signals like LocalBusiness schema and city-specific landing pages. It captures roughly 44% of clicks on local intent queries.

Do I really need SEO, GEO, and AEO — or can I pick one?

Most US service businesses with sales cycles longer than two weeks need all three. SEO captures comparison-stage searchers. GEO captures research-stage users reading AI Overviews. AEO captures the deepest funnel — users asking an assistant to recommend a provider. Skipping any one layer leaks qualified buyers to better-optimized competitors. The good news: the three disciplines share roughly 70% of their underlying infrastructure.

What is the difference between SEO, GEO, AEO, and SXO?

All four optimize for search, but for different surfaces. SEO earns rankings in classic organic (blue-link) results. GEO (Generative Engine Optimization) works to be cited as a source inside AI answers like Google AI Overviews and Perplexity. AEO (Answer Engine Optimization) targets recommendations from conversational assistants such as ChatGPT and Gemini. SXO (Search Experience Optimization) focuses on the on-site experience — speed, usability, and conversion — that turns a click into a booked lead. Most service businesses now benefit from all four working together.

Is a glossary page good for SEO and AI search?

A well-structured glossary can help on both fronts. Each term is a self-contained, definition-first passage — exactly the format AI search engines and featured snippets prefer to quote — and DefinedTerm schema makes every entry machine-readable. It also works as an internal-linking hub, passing authority to the commercial pages you most want to rank. A new site is unlikely to outrank established tool brands for the head term "seo glossary," but the page can still earn per-term AI citations and strengthen the wider content cluster.

SEO terms for beginners: where should I start?

Start with four fundamentals every service business needs: search intent (what the searcher actually wants), the title tag and meta description (how your listing looks in results), backlinks (votes of confidence from other sites), and the Local Pack (the three-business map result on local queries). From there, learn how SEO, GEO, and AEO differ, since AI answers now sit above the classic blue links. Each of those terms is defined in full on this page.

Where do these terms apply in your business?

Every term in this glossary maps to something we deploy inside our services across our supported industries and US locations. If you would like a personalized walk-through of how these concepts apply to your account, book a free strategy call.

Ready to act on a specific term? Jump straight to conversion-focused website design, our vertical playbook for SEO for dental practices, or the behavioral-health & rehab marketing hub. You can also review anonymized client results or see plans and pricing before you book.

Ready to put these concepts to work?

Book a free 30-minute call with Foundgrove. We will review your current acquisition stack and show you the three highest-leverage moves for your industry and stage.

Free SEO & AI visibility auditGet my free audit