www.cnn.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 can answer questions about you accurately. 3/4 applicable facts come from machine-readable structured data.
Metrics
Token Cost breakdown
Where the page's tokens go (≈37,633 across regions). Most tokens are real content — the agent isn't paying much for chrome.
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.
Rendered profile: headless
Metrics
Token Cost breakdown
Where the page's tokens go (≈29,970 across regions). Most tokens are real content — the agent isn't paying much for chrome.
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.
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 (8)
✗ robots.txt allows AI bots high impact Blocks: GPTBot, ChatGPT-User, OAI-SearchBot, ClaudeBot, Claude-Web, anthropic-ai, PerplexityBot, Google-Extended, Applebot-Extended, CCBot, Bytespider, cohere-ai, Diffbot, FacebookBot, YouBot, Amazonbot
Business impact If robots.txt blocks AI crawlers you are invisible to ChatGPT, Claude and Perplexity — they skip you and recommend a competitor instead.
What we measured We read /robots.txt and test it against 16 AI user-agents (GPTBot, ClaudeBot, PerplexityBot, …) for a Disallow that blocks them.
How to fix Allow major AI bots to public content; restrict only private paths (/admin, /api).
User-agent: GPTBot
Allow: /
Disallow: /admin/
~ No content-blocking cookie wall medium impact Consent platform: onetrust (verify it doesn't block content)
Business impact A consent wall that hides content until a click is invisible to agents — they cannot click 'Accept'.
What we measured We fingerprint OneTrust, Cookiebot, Usercentrics and similar managers and flag content-blocking ones.
How to fix Use an overlay banner that leaves content in the DOM, not a blocking interstitial.
Spec: https://gdpr.eu/cookies/
✗ 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
~ No login wall on public content high impact Login signal: please log in
Business impact Public content behind authentication is unreachable to agents (they have no account). Gate only genuinely private material.
What we measured We follow redirects and detect 401/403 and login-form signals on content pages.
How to fix Separate public marketing/docs from authenticated areas; keep public pages reachable without login.
Spec: https://llmstxt.org
~ XML sitemap fresh medium impact Stale (lastmod 2007-04-18T12:05:20-04:00)
Business impact A sitemap is your table of contents for AI crawlers. Without it agents follow homepage links and miss deep pages (products, docs, pricing) — shrinking what they can recommend.
What we measured We fetch /sitemap.xml (and /sitemap_index.xml), confirm valid XML with <loc> entries, and check <lastmod> freshness.
How to fix Generate an XML sitemap of all public pages with current lastmod dates and reference it in robots.txt.
# robots.txt
Sitemap: https://example.com/sitemap.xml
~ 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 (4)
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 | no strict-transport-security header |
| ⚠️ Content-Security-Policy | script-src allows 'unsafe-inline' |
| ✅ X-Content-Type-Options | nosniff |
| ⚠️ Referrer-Policy | no referrer-policy header (browser default applies) |
| ✅ CORS exposure | access-control-allow-origin: * |
How to improve
boltPlayer — 675 KiB transferred, 59.9% unused (third-party)
cnn.io — 3501 KiB, 9 requests, 132 ms main-thread
longest task 135 ms (3 total)
11.1 MB total
Third-party impact
46 third-party requests · 4199 KiB (36.9% of transfer) · 143 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 |
|---|---|---|---|
| cnn.io | 9 | 3501 KiB | 132 ms |
| stripe.com | 2 | 247 KiB | — |
| googleapis.com | 2 | 159 KiB | — |
| optimizely.com | 1 | 116 KiB | 11 ms |
| google.com | 2 | 98 KiB | — |
| gstatic.com | 2 | 42 KiB | — |
| googlesyndication.com | 3 | 24 KiB | — |
| max.com | 2 | 7 KiB | — |
| brightline.tv | 6 | 3 KiB | — |
| mediamelon.com | 11 | 1 KiB | — |
| onetrust.io | 2 | 0 KiB | — |
| doubleclick.net | 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://registry.api.cnn.io/bundles/fave/boltPlayer-fee55aea/boltPlayer 3P | 675 KiB | 59.9% | 404 KiB |
| https://registry.api.cnn.io/bundles/fave/vendor-e400414e/vendor 3P | 363 KiB | 72.1% | 261 KiB |
| https://registry.api.cnn.io/bundles/fave/ui-93acde06/ui 3P | 2296 KiB | 10.8% | 247 KiB |
| https://js.stripe.com/dahlia/stripe.js 3P | 247 KiB | 74.6% | 184 KiB |
| https://imasdk.googleapis.com/js/sdkloader/ima3.js 3P | 157 KiB | 75.7% | 119 KiB |
| https://accounts.google.com/gsi/client 3P | 97 KiB | 80.2% | 78 KiB |
| https://www.cnn.com/wbdotp/scripttemplates/202606.2.0/otBannerSdk.js | 118 KiB | 62.8% | 74 KiB |
| https://cdn.optimizely.com/public/125375509/s/landingprod.js 3P | 116 KiB | 58.5% | 68 KiB |
| https://registry.api.cnn.io/bundles/fave/boltInstance-9e887ed6/boltInstance 3P | 63 KiB | 61.1% | 39 KiB |
| https://registry.api.cnn.io/bundles/fave/latest-4.x/js 3P | 62 KiB | 52.6% | 33 KiB |
| https://www.cnn.com/media/sites/js/bundles/cnn-adfuel-body-5f8456dd90f337d8b0a845f67d8bc25678fc94a99035b264f3839d14ac51348d.min.js | 45 KiB | 71.3% | 32 KiB |
| https://www.cnn.com/media/sites/js/bundles/cnn-adfuel-56723c4d9a7eb2be7eca97a5ea2acf669f74d9dd3507383ede3c7804379ac0f8.min.js | 33 KiB | 61.2% | 20 KiB |
| https://lightning.cnn.com/launch/7be62238e4c3/97fa00444124/launch-2878c87af5e3.min.js | 76 KiB | 26% | 20 KiB |
| https://lightning.cnn.com/launch/7be62238e4c3/97fa00444124/54707df885df/EX3369274195e2430d9d8ea7012971cb11-libraryCode_source.min.js | 14 KiB | 84.3% | 12 KiB |
| https://tpc.googlesyndication.com/sodar/xdEizrWJ.js 3P | 15 KiB | 74.2% | 11 KiB |
Network
Heaviest requests (30)
| URL | Type | Status | Transfer |
|---|---|---|---|
| https://registry.api.cnn.io/bundles/fave/ui-93acde06/ui | Script | 200 | 2296 KiB |
| https://media.cnn.com/api/v1/loops/stellar/prod/01-flooding-cambridge-city-flood-081226.mp4?c=original | Media | 206 | 1784 KiB |
| https://media.cnn.com/api/v1/loops/stellar/prod/desktop-eclipse-6-imageslideshow-fade-20260812194104676.mp4?c=original | Media | 206 | 1349 KiB |
| https://media.cnn.com/api/v1/loops/stellar/prod/260728-space-loop1.mp4?c=original | Media | 206 | 1001 KiB |
| https://registry.api.cnn.io/bundles/fave/boltPlayer-fee55aea/boltPlayer | Script | 200 | 675 KiB |
| https://media.cnn.com/api/v1/images/stellar/prod/cnn-headlines-placeholder-generic.png?c=16x9&q=h_540,w_960,c_fill | Image | 200 | 640 KiB |
| https://www.cnn.com/ | Document | 200 | 569 KiB |
| https://registry.api.cnn.io/bundles/fave/vendor-e400414e/vendor | Script | 200 | 363 KiB |
| https://media.cnn.com/api/v1/images/stellar/prod/dsc-1845.jpg?c=16x9&q=h_720,w_1280,c_fill/f_webp | Image | 200 | 269 KiB |
| https://js.stripe.com/dahlia/stripe.js | Script | 200 | 247 KiB |
| https://imasdk.googleapis.com/js/sdkloader/ima3.js | Script | 200 | 157 KiB |
| https://www.cnn.com/fonts/cnn/noto_serif_display-v1.woff2 | Font | 200 | 131 KiB |
| https://www.cnn.com/wbdotp/scripttemplates/202606.2.0/otBannerSdk.js | Script | 200 | 118 KiB |
| https://cdn.optimizely.com/public/125375509/s/landingprod.js | Script | 200 | 116 KiB |
| https://media.cnn.com/api/v1/images/stellar/prod/cnn-talent-v4.png?c=16x9&q=w_1280,c_fill/f_webp | Image | 200 | 114 KiB |
| https://media.cnn.com/api/v1/images/stellar/prod/gettyimages-2288266917-20260812224726585.jpg?c=16x9&q=h_720,w_1280,c_fill/f_webp | Image | 200 | 101 KiB |
| https://accounts.google.com/gsi/client | Script | 200 | 97 KiB |
| https://lightning.cnn.com/launch/7be62238e4c3/97fa00444124/launch-2878c87af5e3.min.js | Script | 200 | 76 KiB |
| https://media.cnn.com/api/v1/images/stellar/prod/cnn-bb-texted-homepage-feature-card-1440x810.png?c=16x9&q=h_438,w_780,c_fill/f_webp | Image | 200 | 68 KiB |
| https://registry.api.cnn.io/bundles/fave/boltInstance-9e887ed6/boltInstance | Script | 200 | 63 KiB |
| https://registry.api.cnn.io/bundles/fave/latest-4.x/js | Script | 200 | 62 KiB |
| https://media.cnn.com/api/v1/images/stellar/prod/dis-cnn-1440x810-texted-r09-fin01-20260812144726369.png?c=16x9&q=h_438,w_780,c_fill/f_webp | Image | 200 | 59 KiB |
| https://media.cnn.com/api/v1/images/stellar/prod/c-gettyimages-2224619099.jpg?c=16x9&q=h_720,w_1280,c_fill/f_webp | Image | 200 | 58 KiB |
| https://media.cnn.com/api/v1/images/stellar/prod/xpl00059-gain-of-function-thumbnails-jj-0811261-all-access-horizontal-with-series-logo.png?c=16x9&q=h_438,w_780,c_fill/f_webp | Image | 200 | 57 KiB |
| https://media.cnn.com/api/v1/images/stellar/prod/gettyimages-2289908047.jpg?c=16x9&q=h_720,w_1280,c_fill/f_webp | Image | 200 | 55 KiB |
| https://media.cnn.com/api/v1/images/stellar/prod/ap26223673044820.jpg?c=16x9&q=h_438,w_780,c_fill/f_webp | Image | 200 | 53 KiB |
| https://www.cnn.com/wbdotp/consent/3d9a6f21-8e47-43f8-8d58-d86150f3e92b/019e2847-ca25-7c1f-bc95-8295905d20c9/en.json | Fetch | 200 | 52 KiB |
| https://www.cnn.com/fonts/cnn/cnn_sans_display-bold-v1.woff2 | Font | 200 | 47 KiB |
| https://www.cnn.com/fonts/cnn/cnn_sans_display-medium-v1.woff2 | Font | 200 | 46 KiB |
| https://www.cnn.com/fonts/cnn/cnn_sans_display-v1.woff2 | Font | 200 | 46 KiB |
Long tasks (>50 ms)
| Start | Duration |
|---|---|
| 210 ms | 135 ms |
| 562 ms | 76 ms |
| 869 ms | 54 ms |