Design

The Slow Web: Why the Best Reading Experiences Are Getting Quieter

For a decade the web optimised for attention. The most interesting publishers are now optimising for something harder to measure: whether you actually finished.

Jonathan Swift
Jonathan Swift · 4 min read
A quiet reading room lit by morning light
The reading room at the Bibliothèque Sainte-Geneviève, Paris.

Sometime around 2014, the metric that mattered stopped being the visit and became the session. Publishers learned to chain one article to the next, to autoplay the video, to surface the related story before the current one had finished making its point. It worked, in the narrow sense that the numbers went up. It also produced a decade of writing that nobody remembers reading.

The correction, when it came, did not arrive as a manifesto. It arrived as a set of small, almost invisible decisions made by a handful of publications that had grown tired of the arms race. They shortened their line lengths. They removed the sidebar. They stopped counting pageviews and started counting completions. The result is a reading experience that feels, for want of a better word, calmer, and readers have responded to it in ways the engagement dashboards did not predict.

The measure is the message

Typographers have known for centuries that a line of text has a comfortable width, and that the width is much narrower than most screens. Somewhere between 45 and 75 characters, the eye can return to the start of the next line without losing its place. Beyond that, the return sweep becomes a small act of navigation, and navigation is fatigue.

What is striking is how long the web ignored this. For most of its history, body text simply filled whatever container it was given , which on a desktop monitor meant lines of 120 characters or more, three times the comfortable maximum. Readers compensated by skimming. Publishers read the skimming as a signal that the writing was too long, and made it shorter. The actual problem was never length.

Readers were not asking for less writing. They were asking for writing they could physically follow to the end. From the Canvas editorial style guide

The publications that fixed the measure first found something counterintuitive: their longest pieces started outperforming their shortest ones. Not in clicks. In completion. A 4,000-word essay set at 65 characters per line was being read further down the page than a 900-word post set at 130.

What quiet actually costs

It is worth being honest about the trade. Every element removed from the page is a revenue surface removed with it. The sidebar that made the layout worse was also selling display inventory. The related-posts carousel that broke the reading flow was also driving the session depth that the ad contracts were priced against.

The publishers who have made this work did not remove those things and hope. They replaced the business model first, and the layout followed. Reader revenue (subscriptions, memberships, direct newsletter sponsorship) pays for attention that is deep rather than wide. Once the incentive changed, the design change became obvious rather than brave.

A note on measurement. Completion rate is not a vanity metric with better branding. It is the only engagement number that gets worse when you make the page more manipulative, which is precisely what makes it useful.

Three changes that do most of the work

  1. Cap the measure. Set body text to a fixed maximum width in character units and let the viewport do nothing else. This is one line of CSS and it is the single highest-leverage change available.
  2. Remove the competing column. A sidebar next to running text is a permanent invitation to leave. If the content in it matters, it belongs after the article, not beside it.
  3. Give the reader a horizon. A progress indicator or an honest reading-time estimate tells the reader what they have committed to. People finish things far more often when they can see the end.
Two page layouts compared side by side
Left: the same article at 128 characters per line. Right: capped at 66. The word count is identical.

The part that does not scale

None of this is a growth strategy. A quieter page will not, on its own, find an audience that a louder one could not. What it does is change what happens after the audience arrives: whether the piece is finished, whether it is remembered, whether the reader comes back without being retargeted into doing so.

That is a slower compounding curve than the one the last decade was built on, and it is genuinely worse in the first year. It is also the only version of the trade that has ever produced publications people are willing to pay for. The quiet is not an aesthetic. It is what respect for the reader looks like when it is rendered in CSS.

Related Articles

4 Comments

  1. John Doe

    The section on pacing is the part I keep coming back to. Most guides talk about length, almost none about rhythm. This is the first piece that made the distinction land for me.

  2. Jane Doe

    Bookmarking this for the next time someone on my team asks why we cap line length. Having a reference beats re-arguing it every quarter.

  3. SemiColon

    Would love a follow-up covering how this holds up on mobile, where the measure is set by the viewport rather than by you.

Leave a Comment