www.cnn.com

Report from 9/21/2026, 11:46:09 AM https://www.cnn.com
Latest run · lab, cold cache
49
9/21/2026
28-day score · p75 · the standard
49
28 runs
CRR54%latest
SSD78%latest
TC3975 toklatest
TTFUT36 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/cnn.com.svg)](https://agentvitals.dev/results?url=https%3A%2F%2Fwww.cnn.com)
<a href="https://agentvitals.dev/results?url=https%3A%2F%2Fwww.cnn.com"><img src="https://agentvitals.dev/badge/cnn.com.svg" alt="Core Agent Vitals" height="20"></a>
What AI tells your customers about youAgent confidence: HIGH
Business nameCNN
CategoryWebPage
🟡Price$4 · guessed from page text (no structured data)
Locationnot applicable · not applicable to this page type
Hoursnot applicable · not applicable to this page type
Productsnot applicable · not applicable to this page type
DescriptionView the latest news and breaking news today for U.S., world, weather, entertainment, politics and health at CNN.com.

An agent can answer questions about you accurately. 3/4 applicable facts come from machine-readable structured data.

49
Overall score
weighted CAV (0–100)
FAIL
0–4950–8990–100

Metrics

54%
CRR Content Recovery Poor
0.78
SSD Semantic Signal Density Good
3,975 tok
TC Token Cost Good
28 ms
TTFUT Time to First Useful Token N/A

Token Cost breakdown

Where the page's tokens go (≈46,083 across regions). Most tokens are real content — the agent isn't paying much for chrome.

Content
82.2% · 37,866
Chrome (nav / header / footer)
14.3% · 6,586
Boilerplate (cookie / ad)
3.5% · 1,631
Other
0% · 0

Final screenshot

Final screenshot of https://www.cnn.com

Diagnostics

high CRR Content is hidden behind JavaScript

pre-JS raw HTML

Evidence46% of content requires JS
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.

Rendered profile: headless

Agent Discoverability 60/100 · Needs Work

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) Blocks: GPTBot, ChatGPT-User, OAI-SearchBot, ClaudeBot, Claude-Web, anthropic-ai, PerplexityBot, Google-Extended, Applebot-Extended, CCBot, Bytespider, cohere-ai, Diffbot, FacebookBot, YouBot, Amazonbot Learn →
~ sitemap.xml Stale (lastmod 2007-04-18T12:05:20-04:00) Learn →
JSON-LD structured data Types: WebPage Learn →
~ agents.json Absent (emerging standard) Learn →
~ WebMCP endpoint Absent (emerging standard) Learn →
~ OpenAPI / API docs No OpenAPI/Swagger found Learn →

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

Learn how to implement →

User-agent: GPTBot
Allow: /
Disallow: /admin/

Spec: https://platform.openai.com/docs/gptbot

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

Learn how to implement →

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

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

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

Learn how to implement →

# robots.txt
Sitemap: https://example.com/sitemap.xml

Spec: https://www.sitemaps.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.

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 (4)

✓ No CAPTCHA wall✓ Machine-readable prices✓ Structured data (JSON-LD)✓ Server response (TTFB)

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.

59Transport posture (0–100, unscored)
3pass
2warn
1fail
Per-header findings (6)
HeaderEvidence
✅ HTTPSserved over HTTPS
❌ HSTSno strict-transport-security header
⚠️ Content-Security-Policyscript-src allows 'unsafe-inline'
✅ X-Content-Type-Optionsnosniff
⚠️ Referrer-Policyno referrer-policy header (browser default applies)
✅ CORS exposureaccess-control-allow-origin: *
Full profile — how to improve · unused JS · network · timing

How to improve

highSplit the heaviest unused bundlehighest leverage

boltPlayer — 735 KiB transferred, 62.6% unused (third-party)

EvidenceCDP JS coverage: 460 KiB of this bundle is never executed on load.
Impact~-460 KiB transfer; lower Token Cost + faster agent parse.
Effort30–90 min
FixDynamic-import() the below-the-fold parts of boltPlayer, or drop unused dependencies. It is third-party — lazy-load or remove it.
highBreak up long main-thread tasks

longest task 278 ms (5 total)

EvidenceMain thread blocked 278 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.
mediumCut total transfer weight

15.8 MB total

Evidence15.8 MB transferred.
ImpactCheaper, faster fetch on slow links.
Effort1–3 h
FixEnable Brotli, serve WebP/AVIF images, defer non-critical resources.

Third-party impact

34 third-party requests · 4252 KiB (26.3% of transfer) · 534 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
cnn.io93567 KiB454 ms
stripe.com2243 KiB43 ms
googleapis.com2157 KiB
optimizely.com1118 KiB37 ms
google.com2100 KiB
gstatic.com242 KiB
max.com220 KiB
brightline.tv64 KiB
mediamelon.com41 KiB
onetrust.io20 KiB
litix.io20 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://registry.api.cnn.io/bundles/fave/boltPlayer-4f5e2d98/boltPlayer 3P735 KiB62.6%460 KiB
https://registry.api.cnn.io/bundles/fave/vendor-2ec349fc/vendor 3P364 KiB71.9%262 KiB
https://registry.api.cnn.io/bundles/fave/ui-158a1a16/ui 3P2296 KiB10.8%247 KiB
https://js.stripe.com/dahlia/stripe.js 3P243 KiB74.7%182 KiB
https://imasdk.googleapis.com/js/sdkloader/ima3.js 3P155 KiB75.5%117 KiB
https://accounts.google.com/gsi/client 3P99 KiB80.4%80 KiB
https://www.cnn.com/wbdotp/scripttemplates/202608.1.0/otBannerSdk.js124 KiB63.2%79 KiB
https://cdn.optimizely.com/public/125375509/s/landingprod.js 3P118 KiB58.9%70 KiB
https://registry.api.cnn.io/bundles/fave/boltInstance-3730ff34/boltInstance 3P65 KiB61.3%40 KiB
https://registry.api.cnn.io/bundles/fave/latest-4.x/js 3P62 KiB52.6%33 KiB
https://www.cnn.com/media/sites/js/bundles/cnn-adfuel-body-5f8456dd90f337d8b0a845f67d8bc25678fc94a99035b264f3839d14ac51348d.min.js45 KiB71.3%32 KiB
https://www.cnn.com/media/sites/js/bundles/cnn-adfuel-56723c4d9a7eb2be7eca97a5ea2acf669f74d9dd3507383ede3c7804379ac0f8.min.js33 KiB61.2%20 KiB
https://lightning.cnn.com/launch/7be62238e4c3/97fa00444124/launch-2878c87af5e3.min.js76 KiB26%20 KiB
https://lightning.cnn.com/launch/7be62238e4c3/97fa00444124/66c8847c87ff/EX3369274195e2430d9d8ea7012971cb11-libraryCode_source.min.js14 KiB84.3%12 KiB
https://www.cnn.com/wbdotp/scripttemplates/otSDKStub.js9 KiB47.6%4 KiB

Network

108Requests
16191 KiBTransferred
17Scripts
26.3%3rd-party
5Long tasks
Media (7)
9070 KiB
Script (17)
4443 KiB
Image (39)
1562 KiB
Document (2)
630 KiB
Font (5)
311 KiB
Fetch (15)
99 KiB
Stylesheet (3)
43 KiB
XHR (10)
28 KiB
Other (10)
6 KiB
Heaviest requests (30)
URLTypeStatusTransfer
https://registry.api.cnn.io/bundles/fave/ui-158a1a16/uiScript2002296 KiB
https://media.cnn.com/api/v1/loops/stellar/prod/loop-v4.mp4?c=originalMedia2062009 KiB
https://media.cnn.com/api/v1/loops/stellar/prod/260827-trump-shadow-hploopv02.mp4?c=originalMedia2061710 KiB
https://media.cnn.com/api/v1/loops/stellar/prod/kc-protest-loop.mp4?c=originalMedia2061347 KiB
https://media.cnn.com/api/v1/loops/stellar/prod/loop-1-lake-mead-16x9.mp4?c=originalMedia2061224 KiB
https://media.cnn.com/api/v1/loops/stellar/prod/tampa-loop-2.mp4?c=originalMedia2061174 KiB
https://media.cnn.com/api/v1/loops/stellar/prod/egp00018-loop-wide.mp4?c=originalMedia2061099 KiB
https://registry.api.cnn.io/bundles/fave/boltPlayer-4f5e2d98/boltPlayerScript200735 KiB
https://media.cnn.com/api/v1/images/stellar/prod/cnn-headlines-placeholder-generic.png?c=16x9&q=h_540,w_960,c_fillImage200640 KiB
https://www.cnn.com/Document200630 KiB
https://media.cnn.com/api/v1/loops/stellar/prod/garysinise-loop2-fonted.mp4?c=originalMedia206507 KiB
https://registry.api.cnn.io/bundles/fave/vendor-2ec349fc/vendorScript200364 KiB
https://js.stripe.com/dahlia/stripe.jsScript200243 KiB
https://media.cnn.com/api/v1/images/stellar/prod/004-c-sato-01.JPG?c=16x9&q=h_720,w_1280,c_fill/f_webpImage200193 KiB
https://imasdk.googleapis.com/js/sdkloader/ima3.jsScript200155 KiB
https://www.cnn.com/fonts/cnn/noto_serif_display-v1.woff2Font200131 KiB
https://media.cnn.com/api/v1/images/stellar/prod/gettyimages-2295970421.jpg?c=16x9&q=h_720,w_1280,c_fill/f_webpImage200127 KiB
https://www.cnn.com/wbdotp/scripttemplates/202608.1.0/otBannerSdk.jsScript200124 KiB
https://cdn.optimizely.com/public/125375509/s/landingprod.jsScript200118 KiB
https://accounts.google.com/gsi/clientScript20099 KiB
https://media.cnn.com/api/v1/images/stellar/prod/c-ap26014761768941.jpg?c=16x9&q=h_720,w_1280,c_fill/f_webpImage20095 KiB
https://media.cnn.com/api/v1/images/stellar/prod/gettyimages-2293021023.jpg?c=16x9&q=h_720,w_1280,c_fill/f_webpImage20081 KiB
https://lightning.cnn.com/launch/7be62238e4c3/97fa00444124/launch-2878c87af5e3.min.jsScript20076 KiB
https://registry.api.cnn.io/bundles/fave/boltInstance-3730ff34/boltInstanceScript20065 KiB
https://media.cnn.com/api/v1/images/stellar/prod/1440x810-texted-key-art-for-show-page-20.jpg?c=16x9&q=h_720,w_1280,c_fill/f_webpImage20063 KiB
https://registry.api.cnn.io/bundles/fave/latest-4.x/jsScript20062 KiB
https://www.cnn.com/wbdotp/consent/3d9a6f21-8e47-43f8-8d58-d86150f3e92b/019e2847-ca25-7c1f-bc95-8295905d20c9/en.jsonFetch20052 KiB
https://www.cnn.com/fonts/cnn/cnn_sans_display-bold-v1.woff2Font20047 KiB
https://www.cnn.com/fonts/cnn/cnn_sans_display-v1.woff2Font20046 KiB
https://www.cnn.com/fonts/cnn/cnn_sans_display-medium-v1.woff2Font20046 KiB

Long tasks (>50 ms)

StartDuration
477 ms278 ms
1441 ms160 ms
1095 ms108 ms
771 ms59 ms
117 ms50 ms
Analyzing…
running mobile + desktop · ~30s