Engineering for the AI citation layer
A practical model for being cited by ChatGPT and Perplexity — chunking, entities, and the source signals that actually get retrieved. The structural work that decides whether your content shows up in the answers people are increasingly asking AI for.
Run a query about your category in ChatGPT. Or Perplexity. Or Gemini. Watch which sources get cited in the generated answer.
If your site isn’t among them, you don’t have an AI search problem in the way most people imagine it. You have a retrieval problem — and retrieval problems have structural solutions, not promotional ones.
How AI citation actually works
The single most misleading framing in AI search is calling it “search.” It looks like search from the user side, but mechanically it’s closer to a database query against an indexed corpus. Three things happen in sequence when a user asks a question:
- The query gets decomposed into retrievable sub-questions.
- The retrieval system fetches chunks of text from indexed sources that match those sub-questions semantically.
- The generation model composes an answer using those chunks, citing the sources they came from.
The citation surface — the URLs that appear at the bottom of the answer — is determined entirely at step 2. The generation model can’t cite sources whose chunks weren’t retrieved. Being cited is upstream of being read.
This reframes the work. The question isn’t “how do I make my content more impressive to an AI?” It’s “how do I make my content more retrievable?“
The three structural levers
Lever 1 — Chunkability
Retrieval systems don’t fetch whole pages. They fetch chunks — typically 200–500 token segments. A page that’s structured as flowing prose with implicit transitions produces chunks that are out of context when extracted. A page structured around clear, self-contained sections produces chunks that survive extraction.
What good chunkability looks like in practice:
- Sections are self-explanatory in isolation — a reader could understand the section without reading what came before
- Key claims appear in standalone sentences rather than buried inside multi-clause paragraphs
- Section headings describe what the section claims, not just what it discusses
- Lists, definitions, and structured data appear as actual lists and definitions, not as comma-separated prose
Most “good writing” advice points in the opposite direction — toward flow, transition, narrative continuity. Those qualities help human readers but hurt retrieval. The discipline of writing for AI citation is learning to write content that’s both readable as flow and retrievable as fragments.
Lever 2 — Entity signals
Retrieval systems work better when the entities in your content are unambiguous. A page about “Apple” is ambiguous (the company? the fruit?). A page about “Apple Inc.’s App Store revenue model” is unambiguous.
The work here is making sure every major entity your content references is disambiguated — by full name, by context, by structured data signals. Schema markup helps. Wikipedia-aligned naming helps. Consistent terminology across your site helps most.
This is a deeper subject than I can cover in this essay; I’ve written a separate piece on entity disambiguation in the LLM era for the long version.
Lever 3 — Source authority signals
Retrieval systems don’t treat all sources equally. They weight by perceived authority — and the signals they weight on are subtly different from traditional SEO authority.
What I’ve seen actually move citation rates:
- Original data and primary research — heavily favoured. If you publish a benchmark, a survey, or a case study with real numbers, your citation rate on relevant queries jumps measurably.
- Functional demonstrations — a working tool that demonstrates a methodology earns more citations than an article describing the same methodology.
- Author identity — content with named, verifiable authors (especially with consistent presence across the web) gets cited more than anonymous corporate content.
- Recency for time-sensitive queries — heavily weighted for some query types, almost irrelevant for others. The model is doing query classification before weighting.
Traditional SEO authority signals (domain age, backlink count) still matter, but they’re no longer the dominant variable. For AI citation, demonstrated functional authority moves the needle more than aggregate domain signals.
What this looks like in practice
For most SaaS content, the highest-impact changes are mechanical:
Restructure existing content
Take your top 20 pages by traffic and audit them for chunkability. Add H2 and H3 headings every 150–300 words. Pull key claims out of paragraphs and into standalone sentences. Convert comma-separated lists into bulleted lists. This usually takes 30–60 minutes per page and produces meaningful citation-rate lift within 4–8 weeks.
Run an entity-disambiguation pass
For each major page, ensure entities are introduced with their full name on first reference. Add schema.org markup for the primary entity. Cross-link to authoritative entries (your own canonical pages, or Wikipedia for proper nouns where appropriate). This makes the page legible to retrieval systems trying to determine what it’s about.
Ship original data and tools
If your content is currently 100% editorial, the highest-leverage move is shipping at least one piece of original data — a benchmark, a survey, a working tool. These earn disproportionate citation surface because they’re structurally different from what most of the web produces.
Operator note
None of this is about gaming the system. The structural changes that earn AI citations are mostly the same changes that make content genuinely better for human readers — clearer structure, less ambiguity, more original substance. The work compounds in both directions.
How to actually measure progress
The hardest part of AI citation engineering is measurement. Unlike traditional SEO, there’s no Search Console equivalent for AI citation surface. You need to build the measurement loop yourself.
The pattern I use:
- Define a tracked query set — typically 50–200 queries relevant to your category
- Sample each query monthly across ChatGPT, Perplexity, and Gemini
- Log whether your site is cited and where in the source list it appears
- Track the trend over time — citation rate, citation rank, and total citation surface
The data is noisy at small samples and only directional even at scale. But the trend over 90+ days is reliable enough to make architectural decisions from.
The next 3–5 years will see AI-mediated discovery become a primary channel for high-intent SaaS queries. The companies that earn citation surface now will own disproportionate visibility as the channel scales. The companies that wait will be retrofitting into a category that’s already saturated.
None of the work above is exotic. It’s the same structural discipline that’s always made content compound — just calibrated for a new retrieval mechanism. Start with chunkability. Add entity signals. Ship original work. Measure. Repeat.
Operator note
If you’re a SaaS founder thinking about your acquisition system and want to talk this through, book a call — I take a small number of these per quarter.
-Yash