Agentic Readiness Specification
Version 1.0 · 189 checks · 10 categories · Generated 4/12/2026
This specification defines how to measure a website's readiness for discovery, interaction, and transactional use by AI agents and LLMs. It is designed to be open and implementable by any scanner tool to produce comparable scores.
Scoring Methodology
Overall Score
The overall agentic readiness score (0–100) is a weighted average of all category scores. Each category score is the weighted average of its individual check scores.
category_score= sum(check_score × check_weight) / sum(check_weights)
overall_score= sum(category_score × category_weight) × 100
Score Tiers
| Range | Label | Meaning |
|---|---|---|
| 90 – 100 | Agent Ready | Site is well-prepared for AI agent interaction across all major dimensions. |
| 70 – 89 | Partially Ready | Good foundation with gaps in some areas. Agents can interact but may hit limitations. |
| 50 – 69 | Needs Work | Significant gaps in agentic readiness. Many agent interactions will fail or degrade. |
| 0 – 49 | Not Ready | Site is not prepared for AI agent interaction. Fundamental infrastructure is missing. |
Check Scoring Modes
binary
Pass (1.0) or fail (0.0). The check has a clear yes/no outcome.
ternary
Pass (1.0), warn (0.5), or fail (0.0). Partial implementations receive partial credit.
informative
Always passes. Provides useful context without affecting the score.
Priority Levels
Effort Estimates
Categories & Weights
All category weights sum to 1.0. Each check within a category has equal weight by default (1.0) unless overridden.
| Category | Weight | Checks | |
|---|---|---|---|
| Content Discoverability | 15% | 23 | View checks → |
| AI Crawler Permissions | 8% | 26 | View checks → |
| Structured Data & Schema Markup | 12% | 19 | View checks → |
| Meta Tags & AI Head Elements | 8% | 20 | View checks → |
| AI Agent Tools & Action Surfaces | 18% | 25 | View checks → |
| Semantic HTML & Content Structure | 8% | 17 | View checks → |
| Accessibility & Agent Interaction | 7% | 12 | View checks → |
| Technical Readiness & Security | 9% | 21 | View checks → |
| Answer Engine Optimization | 7% | 11 | View checks → |
| Generative Engine Optimization | 8% | 15 | View checks → |
| Total | 100% | 189 |