developer.chrome.com

Report from 7/24/2026, 9:54:46 AM https://developer.chrome.com
Latest run · lab, cold cache
38
7/24/2026
28-day score · p75 · the standard
49
13 runs
▼ latest 11 below the 28-day score
CRR28%latest
SSD32%latest
TC329 toklatest
TTFUT603 ms28-day p75

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.

Core Agent Vitals badge  Embed this badge

Show your agent-readiness score anywhere — it links back to this report.

[![Core Agent Vitals](https://agentvitals.dev/badge/developer.chrome.com.svg)](https://agentvitals.dev/results?url=https%3A%2F%2Fdeveloper.chrome.com)
<a href="https://agentvitals.dev/results?url=https%3A%2F%2Fdeveloper.chrome.com"><img src="https://agentvitals.dev/badge/developer.chrome.com.svg" alt="Core Agent Vitals" height="20"></a>
What AI tells your customers about youAgent confidence: LOW
Business nameChrome for Developers
CategoryOrganization
Pricenot found
Locationnot found
Hoursnot found
Productsnot found
🟡DescriptionPomagamy Ci tworzyć, rozwijać się i wprowadzać innowacje w internecie. · guessed from page text (no structured 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.

This page served our agent materially different content than a browser. The score is capped because an agent can’t trust what it receives here.
40
Overall score
weighted CAV (0–100)
FAIL
0–4950–8990–100

Metrics

28%
CRR Content Recovery Poor
0.32
SSD Semantic Signal Density Poor
329 tok
TC Token Cost Good
871 ms
TTFUT Time to First Useful Token N/A

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.

Content
43.8% · 1,835
Chrome (nav / header / footer)
54.5% · 2,284
Boilerplate (cookie / ad)
1.5% · 64
Other
0.2% · 10

Final screenshot

Final screenshot of https://developer.chrome.com

Diagnostics

high CRR Content is hidden behind JavaScript

pre-JS raw HTML

Evidence72% of content requires JS · 28% of rendered content recovered (rest is placeholder/wrong)
ImpactA non-rendering agent never sees the JS-injected content.
Effort1–4 h

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.

high SSD Low signal-to-noise for agents

content vs chrome/boilerplate

Evidencesignal 0.34 · article JSON-LD 1/4 · missing: datePublished, author, image
ImpactAgent spends tokens parsing nav/boilerplate instead of content.
Effort30–90 min

Fix: Wrap the real content in <main>/<article>, cut repeated nav/boilerplate, and keep the primary content dense and early in the DOM.

medium TC 56.2% of tokens are non-content (boilerplate/chrome)

agent representation — token decomposition

EvidenceToken decomposition: content 43.8%, chrome 54.5%, boilerplate 1.5%, other 0.2%. Only 43.8% of the agent's tokens are real content.
ImpactAn agent pays for boilerplate on every request and has less context left for the real content.
Effort30–90 min

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

Agent Discoverability 81/100 · Agent Ready

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

llms.txt Absent at /llms.txt and /.well-known/llms.txt Learn →
robots.txt (AI bots) Major AI bots allowed Learn →
sitemap.xml Found at /sitemap.xml Learn →
JSON-LD structured data Types: Article, Organization, WebSite Learn →
~ agents.json Absent (emerging standard) Learn →
~ WebMCP endpoint Absent (emerging standard) Learn →
~ OpenAPI / API docs No OpenAPI/Swagger found Learn →

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.

Learn how to implement →

# Your Site
> One-line description for AI agents.

## Key pages
- /products — catalog
- /pricing — plans
- /docs — documentation

Spec: 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.

Learn how to implement →

Spec: https://github.com/wild-card-ai/agents-json

~ 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.

Learn how to implement →

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.

Learn how to implement →

Spec: https://www.openapis.org/

Passed audits (6)

✓ robots.txt allows AI bots✓ No CAPTCHA wall✓ No content-blocking cookie wall✓ No login wall on public content✓ Structured data (JSON-LD)✓ XML sitemap present + fresh

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.

77Transport posture (0–100, unscored)
3pass
2warn
0fail
Per-header findings (6)
HeaderEvidence
✅ HTTPSserved over HTTPS
✅ HSTSmax-age=63072000; includeSubdomains; preload
⚠️ Content-Security-Policyscript-src allows 'unsafe-inline'
✅ X-Content-Type-Optionsnosniff
⚠️ Referrer-Policyno referrer-policy header (browser default applies)
➖ CORS exposureno CORS headers on the document (normal for an HTML page)
Full profile — how to improve · unused JS · network · timing

How to improve

highSplit the heaviest unused bundlehighest leverage

devsite_app_custom_elements_module.js — 303 KiB transferred, 58.8% unused (third-party)

EvidenceCDP JS coverage: 178 KiB of this bundle is never executed on load.
Impact~-178 KiB transfer; lower Token Cost + faster agent parse.
Effort30–90 min
FixDynamic-import() the below-the-fold parts of devsite_app_custom_elements_module.js, or drop unused dependencies. It is third-party — lazy-load or remove it.
highCut third-party weight

gstatic.com — 694 KiB, 44 requests, 496 ms main-thread

EvidenceThird-party is 77.4% of total transfer (50 requests); gstatic.com is the largest.
ImpactFewer bytes + main-thread stalls before your content settles for an agent.
Effort1–3 h
FixLazy-load, self-host, or remove gstatic.com; defer non-critical third-party scripts.
mediumBreak up long main-thread tasks

longest task 105 ms (9 total)

EvidenceMain thread blocked 105 ms by the longest task.
ImpactFaster interactivity + content settling.
Effort1–4 h
FixSplit heavy work, defer third-party scripts, move compute off the main thread.

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 domainReqsTransferMain-thread
gstatic.com44694 KiB496 ms
googletagmanager.com2281 KiB65 ms
googleapis.com24 KiB
google-analytics.com20 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).

BundleTransferUnusedWasted
https://www.gstatic.com/devrel-devsite/prod/v544324a32f4e1e28baf5bd35dca83b6157fef32c5ffbe146b7ca395602e11426/js/devsite_app_custom_elements_module.js 3P303 KiB58.8%178 KiB
https://www.googletagmanager.com/gtag/js?id=G-64EQFFKSHW&l=atDataLayer&cx=c&gtm=4e67g0h2 3P149 KiB54.2%81 KiB
https://www.googletagmanager.com/gtm.js?id=GTM-NDV7K7V5&l=atDataLayer 3P133 KiB52.4%69 KiB
https://www.gstatic.com/devrel-devsite/prod/v544324a32f4e1e28baf5bd35dca83b6157fef32c5ffbe146b7ca395602e11426/js/devsite_app_module.js 3P58 KiB57.6%34 KiB
https://www.gstatic.com/devrel-devsite/prod/v544324a32f4e1e28baf5bd35dca83b6157fef32c5ffbe146b7ca395602e11426/chrome/js/app_loader.js 3P13 KiB37.8%5 KiB

Network

66Requests
1266 KiBTransferred
37Scripts
77.4%3rd-party
9Long tasks
Script (37)
655 KiB
Image (13)
268 KiB
Stylesheet (4)
162 KiB
Font (3)
159 KiB
Document (1)
20 KiB
Manifest (1)
1 KiB
Fetch (5)
0 KiB
Other (2)
0 KiB
Heaviest requests (30)
URLTypeStatusTransfer
https://www.gstatic.com/devrel-devsite/prod/v544324a32f4e1e28baf5bd35dca83b6157fef32c5ffbe146b7ca395602e11426/js/devsite_app_custom_elements_module.jsScript200303 KiB
https://www.gstatic.com/devrel-devsite/prod/v544324a32f4e1e28baf5bd35dca83b6157fef32c5ffbe146b7ca395602e11426/chrome/css/app.cssStylesheet200154 KiB
https://www.googletagmanager.com/gtag/js?id=G-64EQFFKSHW&l=atDataLayer&cx=c&gtm=4e67g0h2Script200149 KiB
https://www.googletagmanager.com/gtm.js?id=GTM-NDV7K7V5&l=atDataLayerScript200133 KiB
https://fonts.gstatic.com/s/materialicons/v145/flUhRq6tzZclQEJ-Vdg-IuiaDsNc.woff2Font200125 KiB
https://www.gstatic.com/devrel-devsite/prod/v544324a32f4e1e28baf5bd35dca83b6157fef32c5ffbe146b7ca395602e11426/js/devsite_app_module.jsScript20058 KiB
https://developer.chrome.com/static/images/io/2026-ondemand_720.pngImage20051 KiB
https://developer.chrome.com/static/blog/chrome-at-io26/image/hero_720.pngImage20046 KiB
https://developer.chrome.com/blog/chrome-151-beta/image/thumbnail_720.png?w=371&h=200Image20040 KiB
https://developer.chrome.com/blog/new-in-chrome-150/image/thumb_720.png?w=371&h=200Image20036 KiB
https://fonts.gstatic.com/s/googlesans/v69/4UasrENHsxJlGDuGo1OIlJfC6l_24rlCK1Yo_Iqcsih3SAyH6cAwhX9RPjIUvQ.woff2Font20033 KiB
https://developer.chrome.com/images/powerful-icon-2d.svg?w=176&h=176Image20033 KiB
https://developer.chrome.com/images/open-icon-2d.svg?w=176&h=176Image20022 KiB
https://developer.chrome.com/Document20020 KiB
https://developer.chrome.com/images/productivity-icon-2d.svg?w=176&h=176Image20019 KiB
https://developer.chrome.com/images/solutions-icon-2d.svg?w=176&h=176Image20015 KiB
https://www.gstatic.com/devrel-devsite/prod/v544324a32f4e1e28baf5bd35dca83b6157fef32c5ffbe146b7ca395602e11426/chrome/js/app_loader.jsScript20013 KiB
https://www.gstatic.com/devrel-devsite/prod/v544324a32f4e1e28baf5bd35dca83b6157fef32c5ffbe146b7ca395602e11426/chrome/css/dark-theme.cssStylesheet2004 KiB
https://fonts.googleapis.com/css?family=Google+Sans:400,500|Roboto:400,400italic,500,500italic,700,700italic|Roboto+Mono:400,500,700&display=swapStylesheet2003 KiB
https://www.gstatic.com/devrel-devsite/prod/v544324a32f4e1e28baf5bd35dca83b6157fef32c5ffbe146b7ca395602e11426/chrome/images/lockup.svgImage2003 KiB
https://developer.chrome.com/images/chrome-devtools-thumb.svg?w=128&h=128Image2001 KiB
https://developer.chrome.com/_pwa/chrome/manifest.jsonManifest2001 KiB
https://fonts.googleapis.com/css2?family=Material+Icons&family=Material+Symbols+Outlined&display=blockStylesheet2001 KiB
https://developer.chrome.com/images/chrome-extensions-thumb.svg?w=128&h=128Image2001 KiB
https://developer.chrome.com/static/images/icon-baseline.svgImage2001 KiB
https://developer.chrome.com/_d/profile/ogbFetch2000 KiB
https://developer.chrome.com/_d/profile/userFetch2000 KiB
https://www.gstatic.com/devrel-devsite/prod/v544324a32f4e1e28baf5bd35dca83b6157fef32c5ffbe146b7ca395602e11426/js/devsite_devsite_header_module.jsScript2000 KiB
https://www.gstatic.com/devrel-devsite/prod/v544324a32f4e1e28baf5bd35dca83b6157fef32c5ffbe146b7ca395602e11426/js/devsite_devsite_a11y_announce_module.jsScript2000 KiB
https://www.gstatic.com/devrel-devsite/prod/v544324a32f4e1e28baf5bd35dca83b6157fef32c5ffbe146b7ca395602e11426/js/devsite_devsite_actions_module.jsScript2000 KiB

Long tasks (>50 ms)

StartDuration
1168 ms105 ms
733 ms100 ms
1421 ms78 ms
904 ms67 ms
2153 ms65 ms
1508 ms64 ms
1312 ms63 ms
483 ms61 ms
1020 ms53 ms
Analyzing…
running mobile + desktop · ~30s