Trends · Pages an agent can parse
Pages an agent can parse across the web
Agents can parse the page structure. It has gone up since May 2026, and again last month. Both steps clear their margin.
Weak30.4%
Pages an agent can parse in August 2026
▲ +1.3 pp26.2%30.4%
What this measures
Who moved
| Segment | July 2026 | August 2026 | Movement |
|---|---|---|---|
| AccuWeather | 100.0% | 0.0% | ▼ −100.0 pp |
| Albacross | 0.0% | 100.0% | ▲ +100.0 pp |
| Ambassador | 100.0% | 0.0% | ▼ −100.0 pp |
| Apple MapKit JS | 0.0% | 100.0% | ▲ +100.0 pp |
| Avada Size Chart | 0.0% | 100.0% | ▲ +100.0 pp |
| Baidu Maps | 0.0% | 100.0% | ▲ +100.0 pp |
| Bold Upsell | 100.0% | 0.0% | ▼ −100.0 pp |
| Carrot quest | 0.0% | 100.0% | ▲ +100.0 pp |
| Chili Piper | 0.0% | 100.0% | ▲ +100.0 pp |
| Comm100 | 0.0% | 100.0% | ▲ +100.0 pp |
| Commanders Act TagCommander | 0.0% | 100.0% | ▲ +100.0 pp |
| Contenido | 100.0% | 0.0% | ▼ −100.0 pp |
| ConvertFlow | 0.0% | 100.0% | ▲ +100.0 pp |
| CoverManager | 100.0% | 0.0% | ▼ −100.0 pp |
| Cxense | 0.0% | 100.0% | ▲ +100.0 pp |
How to move it on your own site
1 · Read
53% of the score
An agent can build a usable picture of your page from its markup.
This is the precondition for everything else. An agent that cannot tell your navigation from your footer, or find the button that submits a form, cannot do anything on your site — however welcome it is. It is also the dimension most sites fail, and the one that carries the most weight of the three that add up.
What to do
- Use real landmarks: one <main>, a <nav>, a <header> and a <footer>. A page of nested <div>s has no structure to read.
- Give every control an accessible name. A button whose only content is an icon is an unnamed button, and an agent cannot guess what it does.
- Label every form field, and connect the label to its input. Placeholder text is not a label — it disappears when you type.
- Keep headings in order and use them for structure, not for size. An <h4> chosen because it looked right breaks the outline.
- Do not hide meaning in colour or position alone: an agent reads neither.
The largest of the four, and the one that pays twice: everything here also fixes accessibility for people using screen readers.