This path is for SEO and content people who keep seeing competitors quoted by name in ChatGPT, Perplexity, or Google's AI Overviews while their own pages sit out of the answer. Citation engineering is the work that fixes that. You structure pages so an AI can lift a clean fact, build outside sources that back the claim, and watch for when the answer gets you wrong. The job grows from "make one page quotable" at Entry to "own which facts the machines trust about a brand" at Senior. Examples here span industrial e-commerce, home services, and dental, because the citable facts differ by business. Every skill ends with a check you can run on your own site.
Specialization
Citation Engineer
A citation engineer gets your pages named inside the answer an AI gives, not ranked on a blue-link page below it. Getting cited is a separate outcome from ranking. This path teaches that skill at scale, Entry to Senior. It works the same whether you run a big distributor catalog, a multi-location home-services site, or a dental group with several offices.
- For
- SEO and content people who want their pages named inside AI answers, across distributor catalogs, multi-location service sites, and dental groups
- Proficiency
- Entry → Senior
- Duration
- Self-paced
On this path
Entry
- 01 · Write a fact an AI can lift cleanly
- 02 · Mark up the fact so a machine reads it for sure
- 03 · Confirm the AI crawlers can even reach the fact
Mid
- 04 · Structure facts at template scale, not page by page
- 05 · Build the outside corroboration that earns trust
- 06 · Build the reference asset competitors can't fake
Senior
- 07 · Run citation as a program, not a list of fixes
- 08 · Catch and repair what the AI gets wrong
- Need this done?
8 skills
Reviewed June 2026
Before this path
Know this first: GEO Specialist.
Entry — make one page quotable
Skills 01–03By the end you can take a single page and rewrite it so an AI can lift a clean, correct fact from it and attribute it to you.
01
Write a fact an AI can lift cleanly
Take one claim on a page and rewrite it so an AI can extract it whole, with the answer right next to the question, no hunting through paragraphs.
Why it matters
AI answers get built from short, self-contained chunks (small passages the model pulls out on its own). A fact buried mid-paragraph, split across a table and a footnote, or written as marketing fluff is hard to lift and easy to get wrong. The clean unit changes by business. A distributor needs a spec stated plainly next to the part it describes. A roofing company needs a straight answer to 'how long does a roof last in a hailstorm zone.' A dental group needs 'does this office take Delta Dental' answered without a phone call. Same move every time. Put the question and the answer side by side, in plain words.
In the field
A dental group's 'new patient' page answered insurance questions inside a friendly welcome note. Asked 'does Bright Smile in Austin take Cigna,' ChatGPT said it wasn't sure. The fact was on the page, just wrapped in prose. Rewriting it as a plain line, 'We accept Cigna, Delta Dental, and Aetna at the Austin office,' got it quoted within weeks.
Edge cases
- A correct fact stated only inside an image or PDF the model can't read.
- An answer split between two pages, so no single chunk is complete.
- Marketing copy that talks around the fact instead of stating it ('industry-leading coverage' instead of the actual carriers).
- Two pages that state the same fact differently, so the model can't tell which to trust.
Proficient when
You can point at a page, name the one question it should answer, and show the single clean sentence an AI would lift to answer it.
02
Mark up the fact so a machine reads it for sure
Add schema markup (hidden labels in the page code that tell a machine what each fact is) so a price, a rating, or a service is unambiguous, not just guessed from the words.
Why it matters
Plain words help. Labeled data removes the guessing. Schema markup tags a number as a price, a string as a brand, a block as a question and answer. It doesn't guarantee a citation, but it makes the fact machine-clear, which helps both classic rich results and AI retrieval. What you label differs by vertical. A distributor labels Product with the manufacturer part number and GTIN (the barcode-style global ID). A home-services site labels Service, service area, and reviews. A dental practice labels each office as a LocalBusiness with hours and accepted insurance.
In the field
A 12-location roofing site listed phone numbers and addresses as plain text. Adding LocalBusiness schema, one block per location with the real service area, made each office a distinct, machine-readable entity instead of twelve near-identical pages a bot blurred together.
Edge cases
- Schema that claims a rating or price the visible page doesn't show, which search engines treat as spam.
- Copy-pasted markup that leaves every location with the same address.
- Product schema missing the part number or GTIN, so the model can't match it to a real item.
- Markup added but the underlying fact is wrong, so you've just labeled an error clearly.
Proficient when
You can add valid schema for the fact you want cited, pass the structured-data test, and explain what the markup tells the machine that the words alone did not.
03
Confirm the AI crawlers can even reach the fact
Check that the bots behind AI answers, like GPTBot, PerplexityBot, and ClaudeBot, are allowed to fetch the page, and that the fact loads in plain HTML without a login or a click.
Why it matters
You can't be cited from a page no bot can read. Many sites block AI crawlers in robots.txt by default, hide content behind login walls, or load the key fact with JavaScript a bot won't run. This bites distributors hardest, where pricing and specs often sit behind a customer login, so the catalog is invisible to AI no matter how good the content is. Home-services and dental sites trip on the same wire when a chat widget or a booking script delays the real text.
In the field
A distributor's spec tables looked perfect in a browser but were drawn by JavaScript after load. PerplexityBot saw an empty shell. The fix wasn't more content. It was serving the spec table in the page's first HTML response so the crawler had something to read.
Edge cases
- robots.txt blocking GPTBot or ClaudeBot site-wide, often added by a security tool nobody remembers turning on.
- The fact behind a 'log in to see pricing' wall, so anonymous bots get nothing.
- Aggressive bot protection that returns a challenge page to crawlers instead of content.
- Content that loads only after a click or scroll the bot never performs.
Proficient when
You can fetch the page the way a bot does, with JavaScript off, and confirm the fact you want cited is present in the raw HTML and not blocked.
See AI crawler
Mid — build the citation across sources
Skills 04–06By the end you can structure facts at template scale and seed the outside corroboration that makes an AI trust and repeat a claim.
04
Structure facts at template scale, not page by page
Apply the clean-chunk and markup pattern through the template that builds thousands of pages, so a fix lands once and corrects every page it touches.
Why it matters
On a big site you don't hand-edit pages. You fix the mold they're stamped from. Get the spec-block layout right in one product template and a quarter-million SKUs become quotable at once. The scale unit differs by business. A distributor has one template behind hundreds of thousands of product pages. A home-services company has a city-times-service grid. A dental group has an office-times-treatment grid. The trap is the same: one bad pattern in the template repeats the same citation failure everywhere.
In the field
A plumbing franchise had a page for every city-and-service combination, but each one buried the price range and response time inside a generic paragraph. Rewriting the single template so every page led with 'Drain cleaning in [city]: $X to $Y, same-day in most cases' made the whole grid answerable in one change.
Edge cases
- A template fix that looks right on the sample page but breaks on edge data (a product with no price, a city with no reviews).
- Manufacturer-supplied descriptions repeated across thousands of pages, so the model sees duplicate, low-trust text.
- Thin pages where the template has no real fact to structure, so you're polishing emptiness.
- A template change that fixes citation but quietly breaks the page's classic ranking.
Proficient when
You can change one template and prove the clean, machine-readable fact now appears correctly across the full set of pages it generates, including the awkward ones.
05
Build the outside corroboration that earns trust
Seed and align the facts about your brand across third-party sources, so an AI sees the same claim in more than one place and treats it as true.
Why it matters
AI grounds answers (checks claims against retrieved sources) and trusts a fact more when several independent sources agree. Your own page saying it isn't enough on a low-authority site. You need the same fact echoed where the model already looks: manufacturer sites, directories, review platforms, Wikipedia-class references, industry databases. The corroboration network (the web of outside sources that repeat your claim) is what turns a self-assertion into a citable fact. Where you build it differs. Distributors lean on manufacturer and interchange databases, home-services on local directories and review sites, dental on insurance directories and health listings.
In the field
A dental group claimed on its own site that it offered same-day crowns, but no AI mentioned it. The fix was getting that capability listed consistently across the practice's Google Business Profiles, two dental directories, and the device maker's 'find a provider' page. Once the claim appeared in several places, AI answers started naming the group for same-day crowns.
Edge cases
- Directory and profile listings that contradict each other (old address, wrong hours), which the model reads as low trust.
- Corroboration from sources the model doesn't weight, so effort produces no lift.
- A claim that's true but unverifiable anywhere outside your own site.
- Paid or spammy mentions that get the source discounted, taking your fact down with it.
Proficient when
You can name a fact you want cited, list the outside sources that now repeat it consistently, and show the AI answer that picked it up.
06
Build the reference asset competitors can't fake
Create and maintain the citable dataset only you can produce, like a cross-reference table or a compatibility guide, structured so AI reaches for it as the source.
Why it matters
Citations flow to the page that answers the question best, and the strongest answer is often a reference asset, not an essay. The data you sit on but never publish in usable form is the moat. A distributor owns part-number interchange data ('this Parker fitting equals that Gates one') locked in its PIM (the system that holds all product attributes). A roofing company owns real failure-mode and material-lifespan data from thousands of jobs. A dental group owns honest cost ranges by treatment. Publish it as a clean, structured table and you become the source the model cites.
In the field
A hydraulics distributor had thread-size and cross-reference data in its ERP that nobody outside the company could assemble. Published as a plain interchange table, one row per equivalence, it became the page Perplexity cited for 'what's the equivalent of [competitor part],' a query no marketing blog could answer.
Edge cases
- A genuinely useful dataset published as a PDF or an image, so no bot can extract a row.
- Reference data that goes stale (discontinued parts, changed prices) and starts feeding wrong answers.
- Aggregating someone else's data you don't have the rights to, instead of your own.
- A table so cluttered with marketing that the actual data is hard to lift.
Proficient when
You can name the one dataset only your business can publish, ship it as a clean structured table, and show an AI citing it for a question nobody else can answer.
Senior — own what the machines say
Skills 07–08By the end you can run citation as a program: pick which facts to win, monitor named mentions, and repair wrong or stale answers before they spread.
07
Run citation as a program, not a list of fixes
Decide which facts and queries are worth winning, monitor where the brand is named (and where competitors are), and feed that back into the next round of work.
Why it matters
At Senior the question shifts from 'fix this page' to 'which battles do we fight.' You pick the high-value queries (the ones a real buyer asks before a purchase). You track named mentions and share of voice (how often the brand is cited versus rivals) across ChatGPT, Perplexity, Gemini, and AI Overviews. Then you diagnose why a competitor gets cited when you don't. The program ties the Entry and Mid work to outcomes. Priorities differ by business. A distributor wants high-intent part queries, a home-services company wants 'best [service] in [city],' a dental group wants insurance and treatment-cost questions.
In the field
A regional roofing company tracked twenty buying-intent prompts across three AI engines and found it was named in two while a national competitor showed up in fifteen. The gap told them exactly which city-and-service facts to corroborate next, instead of guessing.
Edge cases
- Optimizing for prompts that get volume but no real buyers behind them.
- Treating one good answer as proof, when AI outputs vary run to run.
- Tracking mentions but never tracing why a competitor wins the citation.
- Chasing every engine equally instead of the one your buyers actually use.
Proficient when
You can show a ranked list of the queries worth winning, where the brand stands on each versus competitors, and what the gap tells you to do next.
See AI Overviews
08
Catch and repair what the AI gets wrong
Watch for hallucinations and stale facts (an AI stating something false or out-of-date about the brand), trace them to a source, and fix the source so the answer corrects itself.
Why it matters
Citation cuts both ways. An AI can name your brand and get it wrong: a wrong price, a discontinued product, a treatment you stopped offering, a pressure rating that's flat dangerous. You can't edit the model. You fix the inputs it grounds on. Correct your own page, update the directory or profile that's feeding the error, and add clear, current corroboration so the right fact outweighs the wrong one. This matters most where a wrong fact carries real risk, like a distributor's safety spec or a dental cost quote, but every brand needs the watch.
In the field
An industrial distributor found ChatGPT quoting a pressure rating for a hose that the manufacturer had revised down years earlier, a genuine safety problem. The old number lived in a cached spec sheet and two stale directory listings. Updating the page, the listings, and adding a dated correction got the answer to track the current, safe figure.
Edge cases
- A wrong fact sourced from a third-party page you don't control, so you must get that source changed.
- A correction that fixes one engine while the wrong answer persists in another.
- Stale data in an old cached copy that keeps resurfacing after you've fixed the live page.
- A safety- or money-sensitive error that needs fixing fast, before it spreads through more answers.
Proficient when
You can find a wrong or stale thing an AI says about a brand, trace it to the source feeding it, and show the answer corrected after you fixed that source.
For buyers
Need this done?
A citation engineer gets your business named inside the answers AI tools give buyers, not ranked on a search page they may never open. They structure your pages so a fact lifts cleanly, label it for machines, build the outside sources that make AI trust it, and watch for when the answer gets you wrong. The win is your name in the answer for the questions buyers actually ask, whether that's a part-number equivalence, 'best roofer in [city],' or 'which office takes my insurance.'
Signs you need this work
- Competitors get quoted by name in ChatGPT, Perplexity, or Google's AI Overviews and you don't, even when you rank fine on the classic results.
- An AI is saying something wrong or out of date about your products, prices, or services, and you have no idea where it's pulling that from.
- You sit on data nobody else has (an interchange table, real job-cost ranges, accepted-insurance lists) but it's locked in a PIM, an ERP, or a PDF, not published in a form a machine can read.
- You've poured budget into ranking and traffic is still slipping as AI answers eat the clicks.
You almost never hire a full-time citation engineer. There are no job postings for the title and no salary band to point at. It's a skill held inside an SEO or content role, or bought as an outcome. So the real choice is which way to buy it.
Buy it as a fixed-scope project when the work is front-loaded: an audit of where you are and aren't cited, a template and schema fix, and one citable reference asset built from your own data. That's most of the value and it has a clear end.
Keep a light retainer after, because citation isn't set-and-forget. Answers drift, facts go stale, competitors move, and a wrong answer about a price or a safety spec needs catching fast. A few hours a month of monitoring and repair beats hearing about the problem from a customer.
If you'd rather buy the outcome than build the skill, our AI SEO work is exactly this: get your pages cited in the answer, then keep them there.
Cost reality
There's no salary data for 'citation engineer' because it isn't hired as a standing role yet, so treat anyone quoting one with caution. The honest anchor is what GEO and AI-search agencies charge: a retainer, plus the visibility tools that track AI mentions (Profound at roughly $499/month, Peec around 89 euros/month, Otterly near $29/month, or Ahrefs Brand Radar). For most businesses below the largest enterprises, a scoped project plus a light retainer costs far less than carrying the skill in-house, and you only pay for it while it's working.
Where this sits
Citation Engineer in the map.
The three stages of the hub, with this path marked. The exact paths before and after it are in the rails above.
- 01
Start here
Foundations and entry points
- 02
Core roles
Professions you can hire
- 03
Specialize
Skills you buy as a project
Foundations → roles you hire → skills you buy as a project
Key terms in this path
Citation engineering
Citation engineering is the practice of deliberately structuring content, entities, and corroborating evidence so AI answer engines (ChatGPT, Perplexity, Google AI Overviews, Gemini) name your domain as a cited source. A citation-focused slice of GEO/AEO, it targets attribution in generated answers as the outcome — not blue-link rank, and distinct from local-SEO citation building (NAP business listings).
LLM citation
An LLM citation is the source reference an AI answer engine (ChatGPT, Perplexity, Google AI Overviews) attaches to a generated answer, naming a page it claims to have drawn from. Earning citations differs from ranking: across AI assistants, most cited URLs don't rank in Google's top 10, though Google's AI Overviews still favor top-ranked pages more heavily.
Generative engine optimization (GEO)
Generative engine optimization (GEO), coined in a 2023 Princeton/Georgia Tech paper (arXiv 2311.09735), is structuring a brand's content and data so AI answer engines (ChatGPT, Perplexity, Google AI Overviews/AI Mode, Gemini) retrieve, summarize, and cite it in generated answers, rather than only ranking in a list of links. The term overlaps with AEO and "AI SEO."
Answer engine optimization (AEO)
AEO is the practice of formatting content as direct, extractable answers (concise definitions, question-led sections, comparison tables) so answer engines like AI Overviews, Perplexity, and ChatGPT can lift a complete response and, ideally, cite your site. Attribution varies by engine and isn't guaranteed.
Grounding
Grounding is tying an AI model's generated output to specific external sources — retrieved, looked up, or supplied at query time — so the answer reflects, and can cite, real documents and data instead of unverified model memory. Retrieval-augmented generation (RAG) is the leading grounding method, but not the only one.
Part-number cross-reference content
Part-number cross-reference content maps one manufacturer's part to its equivalents (OEM and competitor) in organized, text-based tables published as crawlable HTML — not locked inside a JavaScript lookup widget. Because each row answers a real "what replaces X?" query, it is among the most AI-citable assets a distributor can own.
Keep reading
Other paths in the library.
Entry → Senior · self-paced
AEO Specialist
For · SEO and content leads moving from rankings to being the answer an AI gives, on a distributor catalog, a multi-location home-services site, or a multi-office dental group
Answer engine optimization (AEO) is the work of being the answer an AI assistant gives when a buyer asks, and making sure that answer is right. This path covers the role at scale. What to master from Entry to Senior, on a big distributor catalog, a multi-location home-services site, or a dental group with several offices.
Open the path
Entry → Senior · self-paced
AI Search Specialist
For · The one search hire who owns both Google rankings and AI visibility, whether that's a distributor, a home-services company, or a dental group
An AI search specialist runs one program for two outcomes: pages that rank on Google, and a brand that gets named inside AI answers. This is the role at scale. Here's what to master from Entry to Senior, whether you're the only search hire at a parts distributor, a roofing company with 40 city pages, or a dental group with six offices.
Open the path
Entry → Senior · self-paced
AI Visibility Analyst
For · Marketers, SEOs, and analysts who track what AI assistants say about a business, whether that's a distributor catalog, a multi-location service site, or a dental group
An AI visibility analyst tells you what ChatGPT, Perplexity, and Gemini say about your business right now: who they cite, where you're invisible, and where the answer is flat wrong. This path is that work at every level, from running your first batch of test prompts to owning the whole measurement. You might track a distributor catalog, a roofing company with 60 city pages, or a dental group with a dozen offices. The skill is the same. What you watch changes.
Open the path
Find the hole. Then decide.
Most owners think they need more leads. They usually don’t. The calls that ring out and the quotes nobody chased are a bigger hole than the ad budget. Either way you leave with the numbers: the exact gap and the highest-payback fix, whether or not you hire us.
You sell a productBook a Growth Call15 minutes, no pitch. We name the one constraint capping your growth and the change with the highest payback.
You book jobs & appointmentsRevenue Leak AuditAbout 20 minutes. See the calls, quotes, and revenue slipping through right now — the numbers are yours to keep.