Glossary

Citable Passage

The short answer

What is a citable passage?

A citable passage is a block of prose that survives being quoted with zero surrounding context: it names its own subject, answers in its first sentence, and carries its evidence inside itself. It is a property, not a length. Our contract enforces it structurally as 2 units on every page of this library — an answer block and 3 to 6 standalone takeaways [our data].

A citable passage is a block of prose that survives being quoted with zero surrounding context. It names its own subject, answers its question in the first sentence, and carries the evidence for its claim inside the same block.

The term is a property, not a size. That distinction is the whole reason this entry exists: nearly every guide in this niche defines the idea by a word count, and the count is the part we cannot source.

Why is a citable passage defined by context, not length?

Because retrieval operates on passages, and a passage arrives at the engine without the page around it. Documents are split into chunks before anything is searched, those chunks are scored against a query, and the winning chunk is what an answer gets composed from — the mechanics are at chunking and passage retrieval.

That pipeline is indifferent to how long your paragraph is. It cares only about whether the piece it carried away still means anything. A 30-word sentence that names its subject is citable; a 300-word section that opens with "this approach" is not.

What breaks a citable passage?

Five dependencies, in our experience of auditing our own pages. Each one is invisible while you read the page top to bottom, and fatal the moment the block travels alone.

DependencyHow it reads on the pageWhy it fails when lifted
Pronoun pointing outside the block"This makes it cheaper"The subject lives in a heading the engine did not carry
Explicit back-reference"As we saw above"Names a context that no longer exists
Orphan figure"That number rose to 12%"The figure's meaning was in a table the passage left behind
Claim held to the last sentenceSetup, build-up, then the pointTruncation cuts before the point arrives
Text that only exists after JavaScript runsLooks perfect in a browserA crawler that does not execute scripts never sees it

The test is mechanical and takes ten seconds: cover the rest of the page and read the block. If you have to look up to understand it, so would a reader who met it inside somebody else's answer.

How does a contract enforce the property?

By making a fixed number of units on every page carry it, rather than trusting the discipline to hold across hundreds of pages. This library's contract enforces 2 such units — an answer block directly under the H1, and 3 to 6 standalone takeaways — on every page it publishes, and a build gate checks both before the site compiles [our data]. The same contract shape runs on our other production builds; the numeric bounds above are this library's own, not a fleet-wide specification [our data].

The sizing of the answer block is a separate decision with its own reasoning, including the fact that no engine publishes a preferred length: that argument is at how long a direct answer should be. Where each unit sits, and why the page order inverts the usual essay shape, is at how to structure a page so an LLM can quote it.

Enforcement matters more than the specific rule. A convention that lives in a style guide decays; a convention checked before the site compiles either holds or stops the build.

Does a citable passage get cited?

No. Selection is competitive against everything an engine has indexed, and nobody controls it — Google's own AI features documentation puts eligibility at being indexed and snippet-eligible, and eligibility is the floor rather than an outcome.

What the property buys is narrower and worth being precise about: when an engine does reach for one of your passages, the passage works. The closest thing to supporting evidence is the Princeton GEO study (KDD 2024), which measured benchmark visibility gains up to about 40% from passage-level edits that added citations, quotations, and statistics — a lab result about passage content, on the paper's own corpus, not a promise about anyone's page.

Against our own interest: this property is the cheapest thing in the discipline to copy. Anyone can write self-contained blocks by tomorrow afternoon, and if the sentence inside the block says nothing nobody else can say, a perfectly-shaped passage earns nothing. Structure is the container; the evidence is the content — which is the argument running through our operator's guide to generative engine optimization.

Frequently asked questions

What is a citable passage?

A block of prose that can be quoted with no surrounding context and still mean what it meant on the page. It names its own subject, answers in its first sentence, and holds the evidence for its claim inside the same block.

What makes a passage fail?

Dependence on the text around it. A pronoun pointing at an earlier heading, an 'as we saw above', a figure that only makes sense beside a table, or a claim withheld until the final sentence all break the moment the block is lifted alone.

Is a citable passage a specific number of words?

No. Length is an implementation of the property, not the property itself. Our contract sets the answer block at 40 to 75 words, which is our own house bound — no engine publishes a preferred passage length, and we have measured none.

How many citable passages should a page have?

Our contract enforces 2 units on every page of this library: one answer block under the H1 and 3 to 6 standalone takeaways. Every H2 section is written to the same standard, so a well-built page carries several more than the 2 that are gate-checked.

Does writing citable passages get you cited?

No, and nobody can promise otherwise. Selection is competitive across everything an engine has indexed. The property decides whether your passage is usable when an engine reaches for it, which is the only part of the transaction a publisher controls.

Sources

  1. AI Features and Your WebsiteGoogle
  2. GEO: Generative Engine Optimization (Princeton et al., KDD 2024)arXiv