developer.chrome.com
Scored by v3 · source-of-truth hashes: score db860d6ac94e · thresholds e94f8b33e500 — verifiable against the canonical scorer.
The 28-day score is the p75 of nightly runs — the stable number to cite. Deterministic metrics (CRR/SSD/TC) show their latest value (they move only when the site changes); timing (TTFUT) and answer-fidelity (AF) are smoothed by 28-day p75 — the same lab-vs-field split Core Web Vitals uses. Synthetic daily measurement, not real-user field data.
An agent is likely to fabricate missing details rather than say “I don’t know”. 2/7 applicable facts come from machine-readable structured data.
Metrics
Token Cost breakdown
Where the page's tokens go (≈4,193 across regions). 56% 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
pre-JS raw HTML
Fix: Server-render or statically generate the main content so a non-JS agent still receives it; make client rendering a progressive enhancement, not the source of truth.
content vs chrome/boilerplate
Fix: Wrap the real content in <main>/<article>, cut repeated nav/boilerplate, and keep the primary content dense and early in the DOM.
agent representation — token decomposition
Fix: Strip repeated nav/header/footer/cookie chrome from the agent-visible output; wrap content in <main>/<article> so the extractor keeps signal and drops boilerplate.
Rendered profile: headless
Metrics
Token Cost breakdown
Where the page's tokens go (≈4,193 across regions). 56% 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
pre-JS raw HTML
Fix: Server-render or statically generate the main content so a non-JS agent still receives it; make client rendering a progressive enhancement, not the source of truth.
content vs chrome/boilerplate
Fix: Wrap the real content in <main>/<article>, cut repeated nav/boilerplate, and keep the primary content dense and early in the DOM.
agent representation — token decomposition
Fix: Strip repeated nav/header/footer/cookie chrome from the agent-visible output; wrap content in <main>/<article> so the extractor keeps signal and drops boilerplate.
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 (5)
✗ 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
~ Server response (TTFB) low impact 1123ms (good ≤800, warn ≤1800)
Business impact Slow servers cause agents to time out and move on. Fast response keeps you in the running.
What we measured We time the response (time-to-first-byte) against good (<800ms) / warn (<1800ms) thresholds.
How to fix Use a CDN, caching and an optimized origin to get TTFB under 800ms.
Spec: https://web.dev/ttfb/
~ 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.
~ 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)
Transport & Trust (SEC 1.0.0)
HTTPS, HSTS, CSP, sniffing, referrer and CORS posture. Diagnostic only — this does not affect the CAV score. A security header does not make a page more legible to an agent, so scoring it would reward a CDN toggle that changes nothing an agent can recover. We measure it and say so.
Per-header findings (6)
| Header | Evidence |
|---|---|
| ✅ HTTPS | served over HTTPS |
| ✅ HSTS | max-age=63072000; includeSubdomains; preload |
| ⚠️ Content-Security-Policy | script-src allows 'unsafe-inline' |
| ✅ X-Content-Type-Options | nosniff |
| ⚠️ Referrer-Policy | no referrer-policy header (browser default applies) |
| ➖ CORS exposure | no CORS headers on the document (normal for an HTML page) |
How to improve
devsite_app_custom_elements_module.js — 303 KiB transferred, 58.8% unused (third-party)
gstatic.com — 694 KiB, 44 requests, 496 ms main-thread
longest task 105 ms (9 total)
Third-party impact
50 third-party requests · 979 KiB (77.4% of transfer) · 561 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 |
|---|---|---|---|
| gstatic.com | 44 | 694 KiB | 496 ms |
| googletagmanager.com | 2 | 281 KiB | 65 ms |
| googleapis.com | 2 | 4 KiB | — |
| google-analytics.com | 2 | 0 KiB | — |
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://www.gstatic.com/devrel-devsite/prod/v544324a32f4e1e28baf5bd35dca83b6157fef32c5ffbe146b7ca395602e11426/js/devsite_app_custom_elements_module.js 3P | 303 KiB | 58.8% | 178 KiB |
| https://www.googletagmanager.com/gtag/js?id=G-64EQFFKSHW&l=atDataLayer&cx=c>m=4e67g0h2 3P | 149 KiB | 54.2% | 81 KiB |
| https://www.googletagmanager.com/gtm.js?id=GTM-NDV7K7V5&l=atDataLayer 3P | 133 KiB | 52.4% | 69 KiB |
| https://www.gstatic.com/devrel-devsite/prod/v544324a32f4e1e28baf5bd35dca83b6157fef32c5ffbe146b7ca395602e11426/js/devsite_app_module.js 3P | 58 KiB | 57.6% | 34 KiB |
| https://www.gstatic.com/devrel-devsite/prod/v544324a32f4e1e28baf5bd35dca83b6157fef32c5ffbe146b7ca395602e11426/chrome/js/app_loader.js 3P | 13 KiB | 37.8% | 5 KiB |
Network
Heaviest requests (30)
| URL | Type | Status | Transfer |
|---|---|---|---|
| https://www.gstatic.com/devrel-devsite/prod/v544324a32f4e1e28baf5bd35dca83b6157fef32c5ffbe146b7ca395602e11426/js/devsite_app_custom_elements_module.js | Script | 200 | 303 KiB |
| https://www.gstatic.com/devrel-devsite/prod/v544324a32f4e1e28baf5bd35dca83b6157fef32c5ffbe146b7ca395602e11426/chrome/css/app.css | Stylesheet | 200 | 154 KiB |
| https://www.googletagmanager.com/gtag/js?id=G-64EQFFKSHW&l=atDataLayer&cx=c>m=4e67g0h2 | Script | 200 | 149 KiB |
| https://www.googletagmanager.com/gtm.js?id=GTM-NDV7K7V5&l=atDataLayer | Script | 200 | 133 KiB |
| https://fonts.gstatic.com/s/materialicons/v145/flUhRq6tzZclQEJ-Vdg-IuiaDsNc.woff2 | Font | 200 | 125 KiB |
| https://www.gstatic.com/devrel-devsite/prod/v544324a32f4e1e28baf5bd35dca83b6157fef32c5ffbe146b7ca395602e11426/js/devsite_app_module.js | Script | 200 | 58 KiB |
| https://developer.chrome.com/static/images/io/2026-ondemand_720.png | Image | 200 | 51 KiB |
| https://developer.chrome.com/static/blog/chrome-at-io26/image/hero_720.png | Image | 200 | 46 KiB |
| https://developer.chrome.com/blog/chrome-151-beta/image/thumbnail_720.png?w=371&h=200 | Image | 200 | 40 KiB |
| https://developer.chrome.com/blog/new-in-chrome-150/image/thumb_720.png?w=371&h=200 | Image | 200 | 36 KiB |
| https://fonts.gstatic.com/s/googlesans/v69/4UasrENHsxJlGDuGo1OIlJfC6l_24rlCK1Yo_Iqcsih3SAyH6cAwhX9RPjIUvQ.woff2 | Font | 200 | 33 KiB |
| https://developer.chrome.com/images/powerful-icon-2d.svg?w=176&h=176 | Image | 200 | 33 KiB |
| https://developer.chrome.com/images/open-icon-2d.svg?w=176&h=176 | Image | 200 | 22 KiB |
| https://developer.chrome.com/ | Document | 200 | 20 KiB |
| https://developer.chrome.com/images/productivity-icon-2d.svg?w=176&h=176 | Image | 200 | 19 KiB |
| https://developer.chrome.com/images/solutions-icon-2d.svg?w=176&h=176 | Image | 200 | 15 KiB |
| https://www.gstatic.com/devrel-devsite/prod/v544324a32f4e1e28baf5bd35dca83b6157fef32c5ffbe146b7ca395602e11426/chrome/js/app_loader.js | Script | 200 | 13 KiB |
| https://www.gstatic.com/devrel-devsite/prod/v544324a32f4e1e28baf5bd35dca83b6157fef32c5ffbe146b7ca395602e11426/chrome/css/dark-theme.css | Stylesheet | 200 | 4 KiB |
| https://fonts.googleapis.com/css?family=Google+Sans:400,500|Roboto:400,400italic,500,500italic,700,700italic|Roboto+Mono:400,500,700&display=swap | Stylesheet | 200 | 3 KiB |
| https://www.gstatic.com/devrel-devsite/prod/v544324a32f4e1e28baf5bd35dca83b6157fef32c5ffbe146b7ca395602e11426/chrome/images/lockup.svg | Image | 200 | 3 KiB |
| https://developer.chrome.com/images/chrome-devtools-thumb.svg?w=128&h=128 | Image | 200 | 1 KiB |
| https://developer.chrome.com/_pwa/chrome/manifest.json | Manifest | 200 | 1 KiB |
| https://fonts.googleapis.com/css2?family=Material+Icons&family=Material+Symbols+Outlined&display=block | Stylesheet | 200 | 1 KiB |
| https://developer.chrome.com/images/chrome-extensions-thumb.svg?w=128&h=128 | Image | 200 | 1 KiB |
| https://developer.chrome.com/static/images/icon-baseline.svg | Image | 200 | 1 KiB |
| https://developer.chrome.com/_d/profile/ogb | Fetch | 200 | 0 KiB |
| https://developer.chrome.com/_d/profile/user | Fetch | 200 | 0 KiB |
| https://www.gstatic.com/devrel-devsite/prod/v544324a32f4e1e28baf5bd35dca83b6157fef32c5ffbe146b7ca395602e11426/js/devsite_devsite_header_module.js | Script | 200 | 0 KiB |
| https://www.gstatic.com/devrel-devsite/prod/v544324a32f4e1e28baf5bd35dca83b6157fef32c5ffbe146b7ca395602e11426/js/devsite_devsite_a11y_announce_module.js | Script | 200 | 0 KiB |
| https://www.gstatic.com/devrel-devsite/prod/v544324a32f4e1e28baf5bd35dca83b6157fef32c5ffbe146b7ca395602e11426/js/devsite_devsite_actions_module.js | Script | 200 | 0 KiB |
Long tasks (>50 ms)
| Start | Duration |
|---|---|
| 1168 ms | 105 ms |
| 733 ms | 100 ms |
| 1421 ms | 78 ms |
| 904 ms | 67 ms |
| 2153 ms | 65 ms |
| 1508 ms | 64 ms |
| 1312 ms | 63 ms |
| 483 ms | 61 ms |
| 1020 ms | 53 ms |