← All articles

57% of web traffic is automated. Most sites are built for the other 43%.

Sometime in the last two years, the web quietly crossed a line: more than half of all requests are now made by machines, not people. Crawlers, scrapers, and — increasingly — autonomous AI agents researching products, comparing options, filling carts, and booking on behalf of a human who never opens the page themselves.

This is not the old bot story of spam and scraping. The new traffic has intent. An agent dispatched to "find me the cheapest 40-inch monitor with USB-C and order it" is a buyer. It just isn't a buyer your site was designed for.

The infrastructure assumes eyes

For twenty years we optimized two things: being seen by search algorithms (SEO) and nudging human psychology (CRO). Both assume a person on the other end — someone who can interpret a hover state, intuit that the gray text is a disabled button, or scroll past a cookie banner to find the real CTA.

An agent has none of that intuition. It reads the DOM, the labels, the structured data, and the accessibility tree. Where a human improvises around a confusing interface, an agent stalls — and a stalled agent is an abandoned cart you'll never see in your analytics, because it never rendered a pageview the way you count them.

Visibility is no longer the bottleneck

In the agentic era, being found is table stakes. Being operable is the revenue metric.

Plenty of tools will tell you whether you show up in an LLM's answer. Far fewer will tell you what happens next: when the agent actually tries to complete the task — add to cart, sign up, submit the lead form — does it succeed, or does it hit a wall on an unlabeled field and give up?

That gap between "visible" and "operable" is the entire opportunity. Closing it doesn't require betting on which agent standard wins or when fully autonomous checkout goes mainstream. The traffic is already here, and a measurable slice of it is already bouncing.

What to do about it

The practical move is unglamorous: make your existing flows machine-operable. Semantic markup, labeled form fields, structured data, honest llms.txt directives, and predictable navigation. None of it hurts your human visitors — most of it helps them — and it's the difference between an agent completing a purchase and silently moving on to a competitor whose checkout it could actually read.

The companies that win the next few years won't be the ones that block the machine majority. They'll be the ones that quietly learned to sell to it.