Let’s talk

Technology Reviews

How Perplexity Actually Reads Your Website

Antimony Studio
·
·
7
MIN READ
A four-stage pipeline lighting up in turn: retrieve, chunk, embed, synthesise

Perplexity uses retrieval-augmented generation: it retrieves candidate pages, splits them into chunks, converts those to vectors, and synthesises a cited answer from the pieces it selects. Your page is never read as a whole. The practical consequence is that every section must make sense on its own, because a section is the unit that gets quoted – not the article.

If you want your content cited by an AI search engine, it helps enormously to know what actually happens to it. The mechanism is not mysterious, and once you know it the writing rules become obvious.

The mechanism

Perplexity runs on retrieval-augmented generation. Four steps:

  • Retrieve – candidate pages are pulled from the live web for the query.
  • Chunk – each page is cut into passages, typically a few hundred words.
  • Embed – those chunks become vectors, positions in a space where semantic similarity is measurable.
  • Synthesise – the chunks closest to the query are fed to a language model, which writes an answer and cites where each piece came from.

Notice what is absent. At no point is your article read from top to bottom as an argument. The unit of retrieval is the chunk. Your page is a container that gets dismantled.

You are not writing an article any more. You are writing a set of passages that each have to survive alone.
– The Antimony position
A four-stage pipeline lighting up in turn: retrieve, chunk, embed, synthesise

What this breaks

A good deal of conventional content craft, as it turns out.

Deferred answers

The classic structure – context, tension, build, reveal – puts the answer in a chunk that only makes sense after the ones before it. Retrieved alone, that chunk is a conclusion with no premises. It will not be selected, and if it is, it will not be understood.

Pronouns across sections

"This approach works because…" is fine when read in order. Retrieved on its own it is unintelligible: which approach? A chunk that begins with an unresolved reference is a chunk that cannot be quoted. Name the thing again, even when it feels repetitive to a linear reader.

Numbers separated from their subject

A table of results three sections below the client it belongs to is orphaned data. "243% in year one" is uncitable without knowing who and what. Keep the figure and its subject inside the same passage.

Two panels comparing an orphaned passage that means nothing alone against a self-contained one

What to do instead

Write in self-contained sections. Each one restates its subject, makes one point, and carries whatever evidence that point needs. A reader going straight through will notice slightly more repetition than they are used to; they will not mind, and the trade is worth it.

Put the answer first within each section. Lead with the claim, then support it. Both a skimming human and a retrieval system reward the same shape.

Use headings that are questions or claims, not labels. "Why behaviour beats the calendar" gives a chunk its context in its own first line. "Background" gives it nothing.

Keep one idea per section. Two arguments in one passage means neither is a clean match for a query, and the chunk loses to a competitor that only makes one point.

The four retrieval steps shown as a static sequence

By the numbers

  • Under 20% – overlap between Google's top links and AI-cited sources, so this is not a subset of ranking work.
  • Under 10% – AI-cited sources that also rank top-ten for the same query.
  • 28.3% – ChatGPT's most-cited pages with no Google organic visibility at all.

Those figures describe a system selecting passages on their merits rather than inheriting a ranking. Which is good news for anyone willing to write for it: the barrier is craft, not domain authority.

The uncomfortable implication

Writing this way is a genuine constraint on style. Deferred reveals, running arguments and long builds are real tools and this mechanism penalises all of them.

We are not going to pretend the cost is imaginary. The slow build, the argument that earns its conclusion, the paragraph that lands only because of the three before it – these are real instruments, and this mechanism is deaf to all of them. A piece written to survive chunking is a slightly flatter read than the same piece written for someone with ten minutes and no hurry. Anyone telling you the constraint is pure upside is selling something.

We accept it anyway, for two reasons. Most business writing defers its answer out of habit rather than craft, so for the majority of pages the discipline costs nothing real and exposes sections that were never carrying a point. And the alternative is writing beautifully for an audience that increasingly meets you as three retrieved sentences, or not at all.

Where the long form genuinely is the work – a case study, a manifesto, something meant to be read whole by someone who chose to – write it whole and accept that it will be cited less. That is a legitimate trade in the other direction, and worth making on purpose rather than by accident.

Key takeaways

  • Perplexity retrieves, chunks, embeds and synthesises – your page is never read whole.
  • The chunk, not the article, is what gets selected and quoted.
  • Restate the subject in each section; avoid pronouns that reach across sections.
  • Keep every figure in the same passage as the thing it describes.
  • Answer first, one idea per section, headings that are claims rather than labels.

Appendix & sources

Definitions. RAG: retrieval-augmented generation. Chunk: a passage a page is split into for retrieval. Embedding: a numeric vector representing meaning, used to match passages to a query.

  1. Perplexity RAG mechanics: AI Growth Agent.
  2. Citation and ranking overlap data: seo.com and Omnibound.