Skip to content
WebsiteValidator

AI & security

AI Agent Readiness Checker

Can an agent find your buttons, read your labels and finish the task

AI agents that book, buy and fill forms on a user's behalf drive a real browser. They read the accessibility tree, locate a control by its name, click it, and check whether the state changed. Nothing about that resembles crawling.

Quick runs this page's high-signal checks in about 3 seconds, no browser. Full adds Core Web Vitals, the accessibility engines and a screenshot, and takes about a minute.

Try:
  • Free, no signupNo account, no card
  • No AI in the score986 deterministic rules
  • Nothing publishedYour scans stay yours
  • Answers in secondsQuick scan, no browser

Which means a site can be perfectly crawlable and completely unusable by an agent. Every button a styled `div`, every menu hover-only, every field unlabelled, every listing behind infinite scroll, a consent wall over the whole page - each of those is invisible to a traditional audit and fatal to an agent.

28 rules cover what an agent has to do: perceive the page (text in the DOM, not baked into canvas), navigate it (landmarks, real links), act on it (real buttons with accessible names), transact (labelled fields, autocomplete tokens, announced errors), understand what is on offer (schema.org Actions, search), and get past whatever is in the way.

Why this matters

An agent gave up and nothing in your logs says so

When an assistant tries to book a table or complete a checkout on someone's behalf and cannot, the failure leaves no trace on your side. No error, no failed transaction, no bounce worth noticing — the request that would have shown up was simply never made. You find out months later, if at all, when somebody mentions their assistant could not finish and they used a competitor instead.

What it costs you when this is wrong

  • Checkout stops at a div that looks clickable

    An Add to cart built from a styled div with a click handler is not a control at all to something reading the page programmatically, so the run halts there. Because the order never reaches your server, there is no abandoned basket and no failed payment to investigate — only a shortfall you cannot attribute to anything.

  • The form gets filled in, with wrong values

    A field with no label and no autocomplete token forces an agent to infer what it wants from a placeholder or whatever text sits nearby. It guesses, and the booking goes through with the phone number in the address line and the wrong date. You find out from the customer, and you refund it.

  • Your catalogue has a depth of one screen

    A menu that only opens on hover, links pointing at href="#", a listing that loads more rows only when someone scrolls — each is a dead end for a visitor with no pointer and no patience for scrolling. The agent reports back on what it could actually reach, which is roughly your homepage, and recommends a shop whose products it could enumerate.

Why run it here

  • It scores the page, not the discovery files

    All 28 rules are assertions about the rendered document: real buttons, accessible names, labelled fields, reachable menus, announced errors, text that exists as text rather than pixels. Said plainly, that means the other half is missing. Nothing here inspects capability manifests, content negotiation, bot authentication or API catalogues, and the free agent-readiness scanners released in 2026 cover that side rather than this one. If you need both, run both.

  • Judged after the JavaScript has run

    The document these rules are evaluated against is the one that exists once scripts have executed, which is the document an agent actually operates on. On a site that assembles its interface in the browser, the untouched server response contains almost no controls at all. That raw response is kept separately and used for markup conformance, never for these checks.

  • Ten of the 28 are reported, never scored

    There is no published specification for agent readiness, so the rules encoding observation rather than a standard are declared as such and kept out of the score. Ten run, appear in your report and cannot cost you a point. Among those that do score, a rule resting on early evidence carries 0.3 of its weight against 1.0 for one backed by a specification. A missing test identifier therefore cannot outrank an unlabelled checkout field.

This check runs on its own here, and as part of the full audit alongside the other 985 rules. Either way the findings carry their evidence and their citation, and the report is never published or kept.

How to make your site work for AI agents

An agent does not see your page. It reads the accessibility tree, which means the fixes here are the same ones that help screen reader users.

  1. Use real <button> and <a> elements. A div with a click handler is invisible to an agent looking for something to press.

  2. Label every form field and add the correct autocomplete tokens, so an agent can tell which field wants an email and which wants a postcode.

  3. Make sure your cookie banner can be dismissed programmatically and does not trap focus. It is where most agent journeys end.

  4. Replace hover-only menus with something operable by click and keyboard — an agent has no pointer to hover with.

  5. Give every control a clear accessible name that says what it does. 'Submit' is weaker than 'Book table'.

What happens when you run it

  1. Enter your address

    Just the domain is enough — example.com, with or without the https. No account, no card, no crawl of your whole site.

  2. We render it like a visitor

    Your page opens in a real browser and JavaScript runs to completion, so what gets audited is the page a person actually sees — not the raw HTML your server sent. A screenshot comes back with the report as evidence of exactly what we measured.

  3. You get findings you can act on

    Up to 986 checks run against that rendered page. Each finding names the rule, quotes the evidence found on your page, cites the public specification behind it, and says what to change. Nothing is a judgement call — run it twice on an unchanged page and the score is identical.

What runs this check

  • Real browser rendering

Named because provenance is the product. Every finding in your report says which of these produced it, so you can check the reasoning rather than take a score on faith.

Questions

How is this different from AI visibility?
Visibility asks whether a crawler may fetch your page - a robots.txt question about training and retrieval. This asks whether an agent already on the page can do anything. They fail independently, and the second one is what decides whether an agent-mediated visit converts.
Is agent readiness the same as accessibility?
They overlap heavily and are not identical. Both depend on the accessibility tree, so fixing one usually helps the other. But agents also care about things WCAG does not mention - stable selectors, autocomplete tokens, machine-readable actions - and are unaffected by things WCAG requires, like colour contrast.

Also checks

This page answers these searches too — they are the same job, so they share one page rather than being split across near-identical ones:

  • agentic browsing test
  • ai agent compatibility
  • operator ready website
  • computer use website test

Other checkers

Run the ai agent readiness checker now

No signup, no credit card. Quick answers in seconds; a full audit takes about a minute.

Run a free scan

No signup. No credit card. Nothing stored but the result.