The AI Commerce Readiness Standard

ACRS v1.1 — how a website is scored for whether AI systems can find it, understand it, and transact with it. Three tiers, 22 automated checks, one 100-point score.

How scoring works

GradeScoreMeaning
A90–100Fully agentic-commerce ready
B75–89Strong readiness, minor gaps
C55–74Moderate readiness, key gaps
D35–54Basic presence, significant work
F0–34Not AI-commerce ready

Tier 1 — AI Discoverable (35 pts)

Can AI crawlers reach, fetch and identify the site?

IDCheckPtsWhat it verifies
T1.1HTTPS / TLS5Valid cert, HTTP→HTTPS redirect, HSTS header.
T1.2Identity schema6LocalBusiness / Organization JSON-LD with name, url, logo, sameAs.
T1.3Offer / Service schema6Product+Offer or Service with an offer/price.
T1.4AI answer-bot access6robots.txt doesn't block the answer/agent bots.
T1.5sitemap.xml4Valid sitemap, referenced in robots.txt.
T1.6Core Web Vitals5LCP ≤ 2.5s, CLS ≤ 0.1, INP ≤ 200ms (mobile).
T1.7Mobile responsive3Viewport meta; usable at 375px.

Tier 2 — AI Readable (40 pts)

Can an AI accurately describe, price and recommend the business?

IDCheckPtsWhat it verifies
T2.1llms.txt6Present, 200+ words, with description and contact.
T2.2AI-usage policy4Declared via robots.txt, Content-Signal, or ai.txt.
T2.3FAQ schema5FAQPage, 5+ Q&As, 30+ words each.
T2.4Pricing signals6Machine-readable price / priceRange / PriceSpecification.
T2.5Service / product pages6One page per offering: single H1, 300+ words.
T2.6Availability & area5openingHours, areaServed, availability.
T2.7Trust signals5AggregateRating/Review or a verifiable accreditation.
T2.8Accessibility baseline3Automated WCAG 2.2 AA basics pass.

Tier 3 — Agentic Commerce Ready (25 pts · two-track)

Can an AI agent actually act — enquire, book, or transact? Declarative markup earns Agentic-Ready (declared); a real callable endpoint earns Agentic-Verified.

IDTrackCheckPtsWhat it verifies
T3.1DeclarativeAction schema4ContactAction/ReserveAction/OrderAction with a real target URL.
T3.2DeclarativeService catalogue4ItemList or 3+ Service/Product entities with offers.
T3.3DeclarativeContact / booking4contactPoint + a potentialAction an agent can follow.
T3.4FunctionalAgent-surface manifest6A working rail — UCP, ACP feed, MCP, A2A, or an OpenAPI action endpoint.
T3.5FunctionalFeed ↔ schema consistency3Product feed matches on-page Offer schema.
T3.6FunctionalPublished SLA2A machine-readable response/fulfilment commitment.
T3.7FunctionalVerified identity2Registration/VAT number + resolving sameAs.

Open & verifiable

ACRS is published openly — there's no black box. The full rubric, with every check's exact pass condition and weighting, is machine-readable at /api/v1/acrs/rubric. Sites are scored by the futureproofwebsite.com audit engine; partners can request API access to the scan endpoint. See the API for how agents and integrations call it.

Who maintains it

ACRS is developed and maintained by Datavision, and the scoring engine runs on futureproofwebsite.com. The standard is intended to be implementation-neutral: the rubric is open, so any tool can score against it and any site can self-assess.