developer.mozilla.org
Metrics
Token Cost breakdown
Where the page's tokens go (≈3,531 across regions). 98% is non-content — chrome and boilerplate an agent pays for. Add landmark roles (main/nav/header/footer) so agents can skip it.
Final screenshot
Diagnostics
signal 0.47 · JSON-LD 0/1 · missing: structured-data
Fix: Wrap the real content in <main>/<article>, cut repeated nav/boilerplate, and keep the primary content dense and early in the DOM.
Rendered profile: headless
Metrics
Token Cost breakdown
Where the page's tokens go (≈3,531 across regions). 98% is non-content — chrome and boilerplate an agent pays for. Add landmark roles (main/nav/header/footer) so agents can skip it.
Final screenshot
Diagnostics
signal 0.47 · JSON-LD 0/1 · missing: structured-data
Fix: Wrap the real content in <main>/<article>, cut repeated nav/boilerplate, and keep the primary content dense and early in the DOM.
Rendered profile: headless
Access & discovery checks — separate from the gated CAV metrics above. Click an issue for business impact, what we measured, and how to fix. · Take the Agent Readiness course →
Agent files & endpoints
Issues (6)
~ Machine-readable prices medium impact No prices found (fine for non-commercial sites)
Business impact When a user asks an agent 'how much does X cost', it needs readable pricing. Hidden, JS-only or 'request a quote' pricing means the agent can't answer — and recommends someone who can.
What we measured We scan the HTML for price patterns and Schema.org Offer/PriceSpecification markup.
How to fix Expose prices (or a starting-from range) in HTML and add Schema.org Offer.
<script type="application/ld+json">{"@type":"Offer","price":"29.90","priceCurrency":"EUR"}</script>Spec: https://schema.org/Offer
✗ llms.txt present high impact Absent at /llms.txt and /.well-known/llms.txt
Business impact llms.txt is the robots.txt for AI: it tells agents what your site is, what matters, and where to find it. Without it AI guesses — and guessing means inaccurate recommendations and lost visibility.
What we measured We fetch /llms.txt and /.well-known/llms.txt and validate the spec (H1 title + a one-line blockquote summary). We also note /llms-full.txt (your full content as Markdown).
How to fix Create /llms.txt with a short summary + key pages; optionally /llms-full.txt with full content in Markdown.
# Your Site
> One-line description for AI agents.
## Key pages
- /products — catalog
- /pricing — plans
- /docs — documentationSpec: https://llmstxt.org
✗ Structured data (JSON-LD) medium impact No JSON-LD found
Business impact Schema.org JSON-LD tells agents what a page IS (product, article, business) with typed fields (price, rating, hours). Without it agents extract less reliably.
What we measured We parse <script type=application/ld+json>, validate it, and check for populated @type fields.
How to fix Add JSON-LD: Organization/LocalBusiness on the homepage, Product on product pages, Article on posts.
<script type="application/ld+json">{"@context":"https://schema.org","@type":"Organization","name":"Your Co","url":"https://example.com"}</script>Spec: https://schema.org/
~ agents.json discovery low impact Absent (emerging standard)
Business impact agents.json describes what your site can DO for agents (services, endpoints, capabilities) — an emerging discovery standard. Early adopters get native agent integration.
What we measured We check /agents.json and /.well-known/agents.json for a valid configuration.
How to fix Publish /agents.json describing your site's capabilities and actions.
Spec: https://agents-json.org
~ WebMCP endpoint low impact Absent (emerging standard)
Business impact WebMCP lets agents call actions on your site directly (book, buy, query) instead of scraping the DOM. Early adopters get native AI-agent interoperability.
What we measured We check /.well-known/webmcp and /webmcp.json for a valid actions array.
How to fix Add a WebMCP endpoint exposing your key actions to agents.
Spec: https://webmcp.org
~ API documentation low impact No OpenAPI/Swagger found
Business impact Programmatic agents prefer a typed API. An OpenAPI/Swagger spec lets them integrate without scraping.
What we measured We probe /openapi.json, /swagger.json, /api-docs and /.well-known/openapi.json.
How to fix Publish an OpenAPI spec at a well-known path.
Passed audits (6)
How to improve
332 KiB (46%) of JS goes unused. Code-split, lazy-load below-the-fold scripts, and drop unused dependencies — less JS also lowers CAV Token Cost (TC) and speeds up agent parsing.
Third-party impact
4 third-party requests · 158 KiB (12.5% of transfer) · 8 ms main-thread — code an agent must also fetch/run before your content settles. Fewer, lazier third-parties = faster, cheaper agent reads.
| Third-party domain | Reqs | Transfer | Main-thread |
|---|---|---|---|
| transcend-cdn.com | 4 | 158 KiB | 8 ms |
Wasted JavaScript (by bundle)
Transfer-accurate — each bundle's transfer size × its unused %, ranked by wasted bytes (the biggest code-splitting wins). Unused JS also inflates Token Cost (TC).
| Bundle | Transfer | Unused | Wasted |
|---|---|---|---|
| https://transcend-cdn.com/cm/d556c3a1-e57c-4bdf-a490-390a1aebf6dd/ui.js 3P | 99 KiB | 49.5% | 49 KiB |
| https://transcend-cdn.com/cm/d556c3a1-e57c-4bdf-a490-390a1aebf6dd/airgap.js 3P | 53 KiB | 62.4% | 33 KiB |
| https://developer.mozilla.org/static/client/1827.8ce7876cd992b39f.js | 18 KiB | 47% | 9 KiB |
| https://developer.mozilla.org/static/client/8903.f870aafb338b203a.js | 15 KiB | 42.3% | 7 KiB |
| https://developer.mozilla.org/static/client/index.c80106c6d1e5ce24.js | 14 KiB | 23.6% | 3 KiB |
| https://developer.mozilla.org/static/client/3775.a15b40f707b331c8.js | 2 KiB | 41.5% | 1 KiB |
| https://developer.mozilla.org/static/client/8926.8f89269630bebefc.js | 1 KiB | 74.1% | 1 KiB |
| https://developer.mozilla.org/static/client/6703.19836388dfba3a26.js | 1 KiB | 43% | 1 KiB |
| https://developer.mozilla.org/static/client/3611.5ca952c0be37a4a8.js | 1 KiB | 41.7% | 1 KiB |
| https://developer.mozilla.org/static/client/runtime.526971ceb50b0454.js | 9 KiB | 5.3% | 0 KiB |
| https://developer.mozilla.org/static/client/8300.452e4dd110738987.js | 1 KiB | 52.3% | 0 KiB |
| https://developer.mozilla.org/static/client/527.27b4368313f61142.js | 2 KiB | 15.1% | 0 KiB |
| https://developer.mozilla.org/static/client/9204.a4201216134f6cd5.js | 3 KiB | 13.9% | 0 KiB |
| https://developer.mozilla.org/static/client/5542.b9711a9945ed7816.js | 2 KiB | 13.9% | 0 KiB |
| https://developer.mozilla.org/static/client/2868.c9758e48acf3c952.js | 1 KiB | 19.1% | 0 KiB |
Network
Heaviest requests
| URL | Type | Status | Transfer |
|---|---|---|---|
| https://developer.mozilla.org/pimg/aHR0cHM6Ly9zdGF0aWM0LmJ1eXNlbGxhZHMubmV0L3V1LzIvMTc2NDc2LzE3ODIzOTY0NzEtMTk0MHg1MDBfSG9tZXBhZ2VfVGFrZW92ZXIucG5n.RMecevFIkUgvyHiWNSXE14dTvSzMHqMeyN6MeOjlTIo%3D | Image | 200 | 522 KiB |
| https://developer.mozilla.org/pimg/aHR0cHM6Ly9zdGF0aWM0LmJ1eXNlbGxhZHMubmV0L3V1LzIvMTc2NDc2LzE3ODIzOTgwNDgtMTQ1NngxODBfYm90dG9tX0Jhbm5lci5wbmc%3D.hh20z%2BCZ524emuE9luUipFc7zPiTJ%2F39TxrDTtyRNrs%3D | Image | 200 | 156 KiB |
| https://developer.mozilla.org/static/client/inter-italic-latin.fd2627ec16333c05.woff2 | Font | 200 | 114 KiB |
| https://developer.mozilla.org/static/client/inter-latin.9a3b1bc220d426ef.woff2 | Font | 200 | 104 KiB |
| https://transcend-cdn.com/cm/d556c3a1-e57c-4bdf-a490-390a1aebf6dd/ui.js | Script | 200 | 99 KiB |
| https://transcend-cdn.com/cm/d556c3a1-e57c-4bdf-a490-390a1aebf6dd/airgap.js | Script | 200 | 53 KiB |
| https://developer.mozilla.org/static/ssr/mdn_contributor.9e2a105f50828d5a.png | Image | 200 | 31 KiB |
| https://developer.mozilla.org/static/client/jetbrains-mono-latin.119994ed445212c7.woff2 | Font | 200 | 28 KiB |
| https://developer.mozilla.org/static/client/1827.8ce7876cd992b39f.js | Script | 200 | 18 KiB |
| https://developer.mozilla.org/en-US/ | Document | 200 | 16 KiB |
| https://developer.mozilla.org/static/client/8903.f870aafb338b203a.js | Script | 200 | 15 KiB |
| https://developer.mozilla.org/static/client/index.c80106c6d1e5ce24.js | Script | 200 | 14 KiB |
| https://developer.mozilla.org/static/client/runtime.526971ceb50b0454.js | Script | 200 | 9 KiB |
| https://developer.mozilla.org/static/client/styles-global.15d412acc33968c4.css | Stylesheet | 200 | 4 KiB |
| https://transcend-cdn.com/cm/d556c3a1-e57c-4bdf-a490-390a1aebf6dd/cm.css | Stylesheet | 200 | 4 KiB |
| https://developer.mozilla.org/pong/get | Fetch | 200 | 3 KiB |
| https://developer.mozilla.org/favicon-192x192.png | Other | 200 | 3 KiB |
| https://developer.mozilla.org/static/client/9204.a4201216134f6cd5.js | Script | 200 | 3 KiB |
| https://developer.mozilla.org/static/client/3775.a15b40f707b331c8.js | Script | 200 | 2 KiB |
| https://developer.mozilla.org/static/client/527.27b4368313f61142.js | Script | 200 | 2 KiB |
| https://transcend-cdn.com/cm/d556c3a1-e57c-4bdf-a490-390a1aebf6dd/translations/en.json | Fetch | 200 | 2 KiB |
| https://developer.mozilla.org/static/client/5542.b9711a9945ed7816.js | Script | 200 | 2 KiB |
| https://developer.mozilla.org/static/client/8280.c6eb5ce3b5879e6f.js | Script | 200 | 2 KiB |
| https://developer.mozilla.org/static/client/styles-menu.e2c5c8a53a8854c2.css | Stylesheet | 200 | 2 KiB |
| https://developer.mozilla.org/static/client/4759.da1a0db022a49a4b.js | Script | 200 | 2 KiB |
| https://developer.mozilla.org/static/client/4060.3dd472fc030c4845.js | Script | 200 | 2 KiB |
| https://developer.mozilla.org/static/client/3391.743690721cc78406.css | Stylesheet | 200 | 1 KiB |
| https://developer.mozilla.org/static/client/6703.19836388dfba3a26.js | Script | 200 | 1 KiB |
| https://developer.mozilla.org/static/client/2868.c9758e48acf3c952.js | Script | 200 | 1 KiB |
| https://developer.mozilla.org/static/client/3690.b126b99c4de57b27.js | Script | 200 | 1 KiB |