For most of the web's history, websites had one type of user: a
human. That changed. Websites are now increasingly visited, read,
and acted upon by AI agents — software that navigates interfaces,
fills forms, extracts information, and completes tasks on behalf
of a person. These agents power AI search, voice assistants,
research tools, and agentic applications that don't just answer
questions but actually do things: book appointments, compare
services, file forms, surface resources.
A human reads visual context and infers meaning from layout. An AI
agent cannot. It reads the underlying code — HTML, ARIA
attributes, structured data — and if that code doesn't clearly
communicate what an element is, what the page is about, or whether
the information is current, the agent fails silently or moves on.
Sites built only for human perception are, increasingly, hard to
surface — or skipped entirely — by the agents that mediate access
to them.
This is structural, not stylistic. The same content can be highly
legible or barely parseable to an agent, depending on whether it's
served as structured data with explicit relationships or as
unstructured prose the agent has to interpret. For agents, format
is meaning.