# EPPO Is Not Dead: Every Page Is Page One in the Age of Generative AI
> When AI synthesizes answers from your documentation corpus, users may never reach individual topics. This changes what Every Page Is Page One means — but the principle doesn't die. It deepens, and the standard becomes more demanding at every level.

## A Principle Built for Search Behavior

Mark Baker published [*Every Page Is Page One*](https://everypageispageone.com) in 2013. Its core observation was grounded in how people actually use the web: not by navigating to a documentation site and reading from the beginning, but by searching, following the scent of relevant information, and arriving at whatever page best matched their query. Baker's prescription — that every topic must be self-contained, purposeful, and linked by subject affinity — was a direct response to the reality of web search behavior.

In 2013, the failure mode was a user bouncing off a context-dependent topic that assumed prior reading. In 2026, the failure mode is different, and the stakes are higher.

## What Changes When AI Synthesizes the Answer

The delivery pattern for documentation has shifted. When a user asks a question of an AI assistant, a help chatbot, or an in-product guidance layer, the sequence is no longer: user searches, finds topic, reads topic. The sequence is: user asks, AI retrieves relevant content from the documentation corpus, AI synthesizes a natural language answer, user receives the answer without ever seeing a documentation page.

**The page, as a user experience artifact, disappears for a significant share of queries.** What the AI retrieves and assembles is not a topic. It is fragments: sections, paragraphs, specific blocks extracted from topics and recombined into a synthesized response.

This shift raises an obvious question: if users never land on a page, what does "every page is page one" mean?

The answer is that the principle survives, but its application changes in a way that makes it more demanding, not obsolete.

## From Topic to Fragment

EPPO has always contained two distinct but related principles that operated together:

**EPPO as a navigation principle.** Every topic must be independently coherent for users arriving from search, with no assumption about what they have read before.

**EPPO as a content design principle.** Every unit must be self-contained and contextually complete. Acronyms defined on first use within each topic. Processes that identify the product, version, and preconditions they apply to. Concepts that explain not just what something is, but when and why a user would need it.

When users navigate, both principles operate together. When AI synthesizes, the navigation principle becomes less operationally central — the user is not navigating to anything. But the content design principle becomes **more critical than it has ever been**, because the "reader" is now an AI assembler working with fragments extracted from context.

A human skimming a search result can tolerate decontextualization. They can click back, reformulate their search, piece together meaning from partial information. An AI assembling an answer from retrieved fragments cannot. A fragment that depends on context not present in the chunk produces a confident, synthesized answer that is incomplete or incorrect. **The failure is invisible.** There is no bounced pageview to measure, no error state to observe. The user receives a wrong answer, attributed to the AI, with no indication that the source content was the problem.

Authors who write EPPO-compliant topics — complete, well-scoped, explicitly contextualized — produce fragments that AI can assemble reliably. Authors who write topics that assume prior context, rely on implicit document adjacency, or use building-block structures designed for pipeline assembly produce fragments that degrade AI output quality behind the interface, silently.

## Four Ways Users Now Arrive

The shift to AI-mediated delivery is not total. Content teams should design for four distinct scenarios operating in parallel.

In the first scenario, AI answers directly and cites no sources. The user never sees the documentation. Topic quality determines answer quality, invisibly. This is the scenario that makes fragment-level self-containment non-negotiable: acronyms defined within each topic (not "see the glossary"), process steps that identify the applicable product and version, concepts that explain when and why, not just what.

In the second scenario, AI answers and cites sources. The user may click through to the cited topic. Full EPPO applies to the cited topic, which now functions as a classic page-one entry point. But here, metadata accuracy determines whether the AI cites the *right* topic. A mismatched citation — AI points to a topic that is adjacent but not quite correct — damages trust in both the AI and the documentation system. Metadata precision is the mechanism that makes correct citation possible.

In the third scenario, the AI fails or the user distrusts the AI answer and searches the documentation portal directly. Classic EPPO applies in full. This scenario remains common for complex, multi-step, or safety-critical queries where users appropriately apply skepticism to AI synthesis. As long as synthesis can fail — and current benchmarks suggest it fails more often than the technology's confidence implies — direct search remains a live user path, and EPPO at the topic level remains a live design requirement.

In the fourth and most forward-looking scenario, AI monitors user behavior in the product, infers what content the user needs, and delivers the relevant fragment before the user asks. The user formulates no query. The system detects behavioral signals — repeated failed attempts at a feature, navigation patterns indicating confusion — and surfaces the content proactively. **The design unit fully shifts to the fragment level.** The user encounters a tooltip, overlay, or contextual sidebar containing the specific fragment the system determined they needed. They never encounter the topic as a discrete object.

## What This Means in Practice

The practical implications follow directly from the design unit shift.

**Metadata precision becomes an AI targeting mechanism.** A topic titled "Configuration" is hard for a retrieval system to select correctly. A topic titled "Configuring the API Gateway for OAuth 2.0" is not. Specific, accurate titles and short descriptions are no longer just EPPO conventions or search best practices. They determine whether the right fragment reaches the user.

**Do not split what belongs together.** Baker's critique of building-block topics designed for pipeline assembly rather than self-contained presentation becomes more urgent in the AI era. A concept explained across two adjacent topics will be retrieved as two fragments. The AI may combine them incorrectly or omit one. The failure is silent.

**Subject affinity linking becomes graph metadata.** Baker's prescription for rich linking by subject affinity maps directly onto knowledge graph architectures: explicit relationship declarations in metadata and relationship tables that AI retrieval systems can traverse. Implicit adjacency — the concept is covered in the previous section — is invisible to any retrieval system. If related topics are not explicitly declared, the AI has no path to them.

**Topic-level quality assurance expands to fragment-level quality assurance.** Teams that have reviewed their content for topic-level EPPO compliance need to extend that review: is every paragraph in this topic interpretable in isolation? Does it identify its product, version, and applicable conditions without depending on context established elsewhere? **Every fragment is a potential first touchpoint.** The author cannot designate a paragraph two any more than they could designate a page two.

## The Principle Deepens

Baker's central claim was that the author cannot designate a page two. Whatever page the user arrives at is their page one, regardless of where it sits in the intended sequence. In the AI era, the page itself may not be what the user encounters. But the fragment the AI extracts from that page still operates as the user's first and only contact with that piece of knowledge.

**EPPO does not die when AI synthesizes the answer. It scales down one level.** The content design discipline Baker described for the search-dominated web is not a relic. It is the prerequisite for reliable AI content delivery. Organizations that have invested in well-scoped, self-contained, richly linked topics are not starting over for the AI era.

They are already ahead of it.

---

If you want to understand how your current content architecture holds up as an AI retrieval source, [schedule a call](https://calendly.com/intuitive-lief/discovery-initial-consultation) and we can work through what your corpus looks like from the retrieval side.