Two Opposite Patterns: Hypertext and Linear Sequence

Hypertext imposes no overarching structure at all, content objects connect only through associative links, forming a web rather than a hierarchy. It's flexible and scalable, which makes it useful when an organization doesn't yet know what content it will create, as with wikis and knowledge bases. But that same flexibility is a weakness: without a clear structure, people can become lost, unable to find their way back to something they've already seen. In most cases, hypertext supplements a site's primary structural pattern rather than serving as the whole architecture.

A linear sequence sits at the opposite extreme: an ordered series of pages or steps that users move through in order, with a clear beginning, middle, and end. It suits limited-scope content like surveys, wizards, tests, and tours, where the user must generally follow the same path. A well-designed sequence needs a consistent title for the whole sequence, a subtitle identifying the current step, a visible list of steps showing progress, and clear Next and Previous controls, and it should be avoided whenever a sequence isn't genuinely necessary, since imposing one on content that doesn't require it just frustrates users.

Hypertext trusts the user to find their own path. A linear sequence assumes there's only one path worth taking. Choosing the wrong one for your content creates exactly the opposite problem you were trying to solve.

Exercise

The scenario: A digital health platform needs to structure two distinct content areas.

Area A: A library of wellness articles, nutrition, exercise, mental health topics, that patients explore freely, at their own pace, following whatever interests them, with articles linking to related articles across topics.

Area B: A guided onboarding process for new patients that collects insurance information, medical history, and consent forms, steps that must be completed in a specific order before the patient can proceed to book their first appointment.

1. Which structural pattern best fits Area A, the wellness article library?
2. Which structural pattern best fits Area B, the onboarding process?