www.cnn.com

Report from 8/16/2026, 11:35:22 AM https://www.cnn.com
Latest run · lab, cold cache
49
8/16/2026
28-day score · p75 · the standard
4/7 runs — building history (nightly)

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$850 · 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

30%
CRR Content Recovery Poor
0.74
SSD Semantic Signal Density Good
2,901 tok
TC Token Cost Good
20 ms
TTFUT Time to First Useful Token N/A

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.

Content
78.2% · 29,416
Chrome (nav / header / footer)
17.5% · 6,586
Boilerplate (cookie / ad)
4.3% · 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

Evidence70% of content requires JS · 30% 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.

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 — 675 KiB transferred, 59.9% unused (third-party)

EvidenceCDP JS coverage: 404 KiB of this bundle is never executed on load.
Impact~-404 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.
mediumCut third-party weight

cnn.io — 3501 KiB, 9 requests, 132 ms main-thread

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

longest task 135 ms (3 total)

EvidenceMain thread blocked 135 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

11.1 MB total

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

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 domainReqsTransferMain-thread
cnn.io93501 KiB132 ms
stripe.com2247 KiB
googleapis.com2159 KiB
optimizely.com1116 KiB11 ms
google.com298 KiB
gstatic.com242 KiB
googlesyndication.com324 KiB
max.com27 KiB
brightline.tv63 KiB
mediamelon.com111 KiB
onetrust.io20 KiB
doubleclick.net20 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-fee55aea/boltPlayer 3P675 KiB59.9%404 KiB
https://registry.api.cnn.io/bundles/fave/vendor-e400414e/vendor 3P363 KiB72.1%261 KiB
https://registry.api.cnn.io/bundles/fave/ui-93acde06/ui 3P2296 KiB10.8%247 KiB
https://js.stripe.com/dahlia/stripe.js 3P247 KiB74.6%184 KiB
https://imasdk.googleapis.com/js/sdkloader/ima3.js 3P157 KiB75.7%119 KiB
https://accounts.google.com/gsi/client 3P97 KiB80.2%78 KiB
https://www.cnn.com/wbdotp/scripttemplates/202606.2.0/otBannerSdk.js118 KiB62.8%74 KiB
https://cdn.optimizely.com/public/125375509/s/landingprod.js 3P116 KiB58.5%68 KiB
https://registry.api.cnn.io/bundles/fave/boltInstance-9e887ed6/boltInstance 3P63 KiB61.1%39 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/54707df885df/EX3369274195e2430d9d8ea7012971cb11-libraryCode_source.min.js14 KiB84.3%12 KiB
https://tpc.googlesyndication.com/sodar/xdEizrWJ.js 3P15 KiB74.2%11 KiB

Network

116Requests
11372 KiBTransferred
18Scripts
36.9%3rd-party
3Long tasks
Script (18)
4391 KiB
Media (3)
4134 KiB
Image (39)
1800 KiB
Document (3)
569 KiB
Font (5)
311 KiB
Fetch (15)
97 KiB
Stylesheet (3)
40 KiB
XHR (15)
24 KiB
Other (15)
6 KiB
Heaviest requests (30)
URLTypeStatusTransfer
https://registry.api.cnn.io/bundles/fave/ui-93acde06/uiScript2002296 KiB
https://media.cnn.com/api/v1/loops/stellar/prod/01-flooding-cambridge-city-flood-081226.mp4?c=originalMedia2061784 KiB
https://media.cnn.com/api/v1/loops/stellar/prod/desktop-eclipse-6-imageslideshow-fade-20260812194104676.mp4?c=originalMedia2061349 KiB
https://media.cnn.com/api/v1/loops/stellar/prod/260728-space-loop1.mp4?c=originalMedia2061001 KiB
https://registry.api.cnn.io/bundles/fave/boltPlayer-fee55aea/boltPlayerScript200675 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/Document200569 KiB
https://registry.api.cnn.io/bundles/fave/vendor-e400414e/vendorScript200363 KiB
https://media.cnn.com/api/v1/images/stellar/prod/dsc-1845.jpg?c=16x9&q=h_720,w_1280,c_fill/f_webpImage200269 KiB
https://js.stripe.com/dahlia/stripe.jsScript200247 KiB
https://imasdk.googleapis.com/js/sdkloader/ima3.jsScript200157 KiB
https://www.cnn.com/fonts/cnn/noto_serif_display-v1.woff2Font200131 KiB
https://www.cnn.com/wbdotp/scripttemplates/202606.2.0/otBannerSdk.jsScript200118 KiB
https://cdn.optimizely.com/public/125375509/s/landingprod.jsScript200116 KiB
https://media.cnn.com/api/v1/images/stellar/prod/cnn-talent-v4.png?c=16x9&q=w_1280,c_fill/f_webpImage200114 KiB
https://media.cnn.com/api/v1/images/stellar/prod/gettyimages-2288266917-20260812224726585.jpg?c=16x9&q=h_720,w_1280,c_fill/f_webpImage200101 KiB
https://accounts.google.com/gsi/clientScript20097 KiB
https://lightning.cnn.com/launch/7be62238e4c3/97fa00444124/launch-2878c87af5e3.min.jsScript20076 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_webpImage20068 KiB
https://registry.api.cnn.io/bundles/fave/boltInstance-9e887ed6/boltInstanceScript20063 KiB
https://registry.api.cnn.io/bundles/fave/latest-4.x/jsScript20062 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_webpImage20059 KiB
https://media.cnn.com/api/v1/images/stellar/prod/c-gettyimages-2224619099.jpg?c=16x9&q=h_720,w_1280,c_fill/f_webpImage20058 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_webpImage20057 KiB
https://media.cnn.com/api/v1/images/stellar/prod/gettyimages-2289908047.jpg?c=16x9&q=h_720,w_1280,c_fill/f_webpImage20055 KiB
https://media.cnn.com/api/v1/images/stellar/prod/ap26223673044820.jpg?c=16x9&q=h_438,w_780,c_fill/f_webpImage20053 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-medium-v1.woff2Font20046 KiB
https://www.cnn.com/fonts/cnn/cnn_sans_display-v1.woff2Font20046 KiB

Long tasks (>50 ms)

StartDuration
210 ms135 ms
562 ms76 ms
869 ms54 ms
Analyzing…
running mobile + desktop · ~30s