Passage indexing is the technique of writing self-contained chunks of text — usually a heading plus one or two paragraphs — that answer a single question completely, so a search engine or AI assistant can lift that exact passage out of your page and present it as an answer. The goal is that any given section makes sense on its own, without the reader needing the rest of the article for context.

Why passages, not pages, get cited

Search engines and AI answer engines no longer treat your page as one indivisible block. They split it into passages, rank those passages independently, and surface the single best one for a given query. This means a page that ranks nowhere overall can still win a specific answer if one of its passages is the clearest response to that exact question.

AI systems take this further. Before a model can cite you, your content is broken into retrievable segments and stored as embeddings; at answer time the system pulls the most relevant segments, not your whole article. We explain that pipeline in detail in how AI chunks your content for retrieval. The practical takeaway is the same: optimize the passage, not just the page.

How to write a self-contained passage

A strong passage passes one test — if you copied it out of the page and showed it to a stranger, they would understand it with no other context. To get there:

Clean heading structure is what lets machines find the passage boundaries in the first place. If your headings are just styled <div> text, the parser cannot tell where one passage ends and the next begins — see our guide to semantic HTML and heading structure.

Structure that makes passages easy to lift

Certain formats extract far more reliably than flowing prose. A short definition sentence, a tight numbered list of steps, or a compact comparison are all easy for a system to pull cleanly into an answer. When the question is procedural, a <ul> or ordered list is more extractable than the same steps hidden inside a paragraph.

Question-and-answer formatting is especially powerful because it mirrors how people query AI. A heading that poses the question followed immediately by a concise answer is close to ideal, and it pairs naturally with structured data — our FAQ and How-To schema guide shows how to reinforce those passages with markup that search and AI both read.

Common passage-writing mistakes

The biggest one is front-loading fluff. If a section spends its first two sentences on "In today's fast-paced digital world…", the extractable answer starts too late and often gets cut off. Delete the runway and start at the answer.

The second is context leakage — writing a paragraph that only makes sense if you have read the one before it. Chained reasoning across paragraphs reads fine to a human scrolling top to bottom, but a retrieval system that grabs paragraph four in isolation gets a fragment that references things it cannot see.

The third is overstuffing a single passage so it answers four questions at once. Split it. Four tight passages each win their own query; one bloated passage wins none of them cleanly.

Want to know whether your pages are structured so machines can actually isolate and lift your best passages? Run the free CheckMy.site scanner — it checks your heading structure, HTML semantics, and how cleanly your content can be parsed by the crawlers and AI bots deciding what to quote.