www.cbsnews.com

Report from 9/21/2026, 11:31:52 AM https://www.cbsnews.com
Latest run · lab, cold cache
64
9/21/2026
28-day score · p75 · the standard
68
29 runs
CRR80%latest
SSD72%latest
TC2411 toklatest
TTFUT29 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/cbsnews.com.svg)](https://agentvitals.dev/results?url=https%3A%2F%2Fwww.cbsnews.com)
<a href="https://agentvitals.dev/results?url=https%3A%2F%2Fwww.cbsnews.com"><img src="https://agentvitals.dev/badge/cbsnews.com.svg" alt="Core Agent Vitals" height="20"></a>
What AI tells your customers about youAgent confidence: MEDIUM
Business nameCBS News
CategoryNewsMediaOrganization
Pricenot found
Location524 w 57th St., New York City, New York, 10019, US
Hoursnot found
Productsnot found
DescriptionCBS News is a trusted source for the latest in politics, U.S. and world news. The network is home to award-winning broadcasts CBS Mornings, CBS Evening News, 60 Minutes, CBS Sunday Morning, 48 Hour…

An agent gets the basics but will guess on the gaps. 4/7 applicable facts come from machine-readable structured data.

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

Metrics

80%
CRR Content Recovery Poor
0.72
SSD Semantic Signal Density Good
2,411 tok
TC Token Cost Good
18 ms
TTFUT Time to First Useful Token N/A

Token Cost breakdown

Where the page's tokens go (≈24,091 across regions). 99% is non-content — chrome and boilerplate an agent pays for. Add landmark roles (main/nav/header/footer) so agents can skip it.

Content
0.8% · 191
Chrome (nav / header / footer)
6.6% · 1,581
Boilerplate (cookie / ad)
0% · 0
Other
92.6% · 22,319

Final screenshot

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

Diagnostics

high CRR Content is hidden behind JavaScript

pre-JS raw HTML

Evidence20% 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.

high TC 99.2% of tokens are non-content (boilerplate/chrome)

agent representation — token decomposition

EvidenceToken decomposition: content 0.8%, chrome 6.6%, boilerplate 0%, other 92.6%. Only 0.7999999999999972% 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 61/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: * (all) Learn →
sitemap.xml No /sitemap.xml Learn →
JSON-LD structured data Types: NewsMediaOrganization, WebSite, BreadcrumbList, CollectionPage Learn →
~ agents.json Absent (emerging standard) Learn →
~ WebMCP endpoint Absent (emerging standard) Learn →
~ OpenAPI / API docs No OpenAPI/Swagger found Learn →

Issues (7)

robots.txt allows AI bots high impact Blocks: * (all)

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

XML sitemap present medium impact No /sitemap.xml

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

✓ No CAPTCHA wall✓ Machine-readable prices✓ No login wall on public content✓ 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.

48Transport posture (0–100, unscored)
2pass
1warn
2fail
Per-header findings (6)
HeaderEvidence
✅ HTTPSserved over HTTPS
❌ HSTSno strict-transport-security header
❌ Content-Security-Policyno content-security-policy header
✅ 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

ima3_dai_debug.js — 934 KiB transferred, 52.7% unused (third-party)

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

cbsnewsstatic.com — 1305 KiB, 32 requests

EvidenceThird-party is 88.1% of total transfer (208 requests); cbsnewsstatic.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 cbsnewsstatic.com; defer non-critical third-party scripts.
highBreak up long main-thread tasks

longest task 1013 ms (10 total)

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

6.6 MB total

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

Third-party impact

208 third-party requests · 5992 KiB (88.1% of transfer) · 4373 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
cbsnewsstatic.com321305 KiB
googleapis.com41285 KiB172 ms
cbsivideo.com61011 KiB
confiant-integrations.net4380 KiB186 ms
ketchjs.com2328 KiB193 ms
doubleclick.net15312 KiB1786 ms
cbsi.com6256 KiB1460 ms
bounceexchange.com12191 KiB105 ms
googlesyndication.com21162 KiB210 ms
minute-ly.com2132 KiB
amazon-adsystem.com9100 KiB133 ms
pubmatic.com397 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://imasdk.googleapis.com/js/sdkloader/ima3_dai_debug.js 3P934 KiB52.7%492 KiB
https://at.cbsi.com/lib/dist/prod/bidbarrel-cbsnews.min.js?v=4b405bff24de7ecdedd1dbebdf910a4c 3P237 KiB55.9%132 KiB
https://securepubads.g.doubleclick.net/pagead/managed/js/gpt/m202609140101/pubads_impl.js 3P211 KiB58.3%123 KiB
https://assets.bounceexchange.com/assets/smart-tag/versioned/main-v2_8756feeb2342411c9fa94b812da5e6d8.br.js 3P118 KiB66.3%78 KiB
https://cdn.confiant-integrations.net/gptprebidnative/202601281034/wrap.js 3P142 KiB51.8%74 KiB
https://cdn.confiant-integrations.net/video/202601281034/wrap.js 3P125 KiB56.4%70 KiB
https://www.cbsnews.com/tealium/utag.js?v=202606101604112 KiB62.4%70 KiB
https://ads.pubmatic.com/AdServer/js/pwt/156512/6397/pwt.js 3P97 KiB56.8%55 KiB
https://tealium.cbsnews.com/site/prod/utag.137.js?utv=ut4.49.20250623192052 KiB78.9%41 KiB
https://disco.headliner.link/d/cbsnews/web/js/widget.js 3P49 KiB83.5%41 KiB
https://assets.bounceexchange.com/assets/smart-tag/versioned/ads-v2_8143f230be6e314098ddc76aa43e8ba3.br.js 3P44 KiB78.9%34 KiB
https://www.cbsnews.com/fly/bundles/cbsnewscore/js-build/main.js?v=4b405bff24de7ecdedd1dbebdf910a4c60 KiB55.8%33 KiB
https://snippet.minute-ly.com/publishers/903100/mi-1.17.1.4630.js 3P46 KiB65.2%30 KiB
https://tuplebar.com/public/idvegn6p5_s5g.module.js 3P45 KiB64.7%29 KiB
https://b-code.liadm.com/a-016b.min.js 3P51 KiB52.3%27 KiB

Network

245Requests
6804 KiBTransferred
69Scripts
88.1%3rd-party
10Long tasks
Script (69)
3634 KiB
Image (58)
1440 KiB
XHR (20)
1035 KiB
Document (15)
358 KiB
Font (8)
135 KiB
Fetch (56)
109 KiB
Stylesheet (2)
62 KiB
Other (12)
28 KiB
Ping (4)
2 KiB
Manifest (1)
1 KiB
Heaviest requests (30)
URLTypeStatusTransfer
https://imasdk.googleapis.com/js/sdkloader/ima3_dai_debug.jsScript200934 KiB
https://cdn.ketchjs.com/ketchtag/stable/v2.12/ketch-sdk.jsScript200328 KiB
https://assets1.cbsnewsstatic.com/hub/i/r/2026/04/16/2deb4c17-afc5-4bb9-b3c2-b761955e6670/thumbnail/640x360g4/7299e8dcaa724060e02ec60640d72147/screenshot-2026-04-16-at-2-07-29-pm.pngImage200255 KiB
https://www.cbsnews.com/Document200247 KiB
https://at.cbsi.com/lib/dist/prod/bidbarrel-cbsnews.min.js?v=4b405bff24de7ecdedd1dbebdf910a4cScript200237 KiB
https://securepubads.g.doubleclick.net/pagead/managed/js/gpt/m202609140101/pubads_impl.jsScript200211 KiB
https://news20e7hhcb.airspace-cdn.cbsivideo.com/index-english=128000-video=249984-447007661.tsXHR200210 KiB
https://news20e7hhcb.airspace-cdn.cbsivideo.com/index-english=128000-video=249984-447007660.tsXHR200198 KiB
https://imasdk.googleapis.com/js/sdkloader/ima3_dai.jsScript200197 KiB
https://news20e7hhcb.airspace-cdn.cbsivideo.com/index-english=128000-video=249984-447007659.tsXHR200180 KiB
https://assets2.cbsnewsstatic.com/hub/i/r/2026/09/18/ac7c676a-a310-4bb3-9747-fd67634fa619/thumbnail/640x360/aaf57d03a4484d910855f9abb25003be/screenshot-2026-09-18-at-5-50-08-pm.pngImage200156 KiB
https://imasdk.googleapis.com/js/sdkloader/ima3.jsScript200155 KiB
https://news20e7hhcb.airspace-cdn.cbsivideo.com/index-english=128000-video=249984-447007662.tsXHR200148 KiB
https://cdn.confiant-integrations.net/gptprebidnative/202601281034/wrap.jsScript200142 KiB
https://news20e7hhcb.airspace-cdn.cbsivideo.com/index-english=128000-video=249984-447007664.tsXHR200142 KiB
https://news20e7hhcb.airspace-cdn.cbsivideo.com/index-english=128000-video=249984-447007663.tsXHR200133 KiB
https://cdn.confiant-integrations.net/video/202601281034/wrap.jsScript200125 KiB
https://assets.bounceexchange.com/assets/smart-tag/versioned/main-v2_8756feeb2342411c9fa94b812da5e6d8.br.jsScript200118 KiB
https://www.cbsnews.com/tealium/utag.js?v=202606101604Script200112 KiB
https://www.cbsnews.com/embed/video/?optanonConsent=0&v=4b405bff24de7ecdedd1dbebdf910a4c1789818585&usprivacy=nullDocument200111 KiB
https://ads.pubmatic.com/AdServer/js/pwt/156512/6397/pwt.jsScript20097 KiB
https://c.amazon-adsystem.com/aax2/apstag.jsScript20093 KiB
https://apv-launcher.minute-ly.com/api/launcher/MIN-903100.jsScript20086 KiB
https://assets2.cbsnewsstatic.com/hub/i/r/2026/09/18/98c5cb83-5775-4393-b16e-cdbb114681ba/thumbnail/640x360/49f4c134b1bccc2a769a7c03021f84c9/screenshot-2026-09-18-at-10-15-52-am.pngImage20077 KiB
https://pagead2.googlesyndication.com/pagead/managed/js/activeview/current/ufs_web_display.jsScript20074 KiB
https://cdn.flashtalking.com/232525/6297096/Adobe_ad_cloud_Ad_2-300x250_07072026.png?cb=889498198Image20072 KiB
https://cdn.confiant-integrations.net/6NAGEHPQTIMciZyoLrUIDQZlmus/gpt_and_prebid/config.jsScript20067 KiB
https://assets1.cbsnewsstatic.com/hub/i/r/2026/09/16/1df370fa-de35-4e39-89d4-5b0ec16c2b26/thumbnail/640x360/ae2b64f8da3ea5b8f39fe1546bfbd798/ap26258720132981.jpgImage20061 KiB
https://www.cbsnews.com/fly/bundles/cbsnewscore/js-build/main.js?v=4b405bff24de7ecdedd1dbebdf910a4cScript20060 KiB
https://assets1.cbsnewsstatic.com/hub/i/r/2026/09/18/0f7519e0-08dc-4c6c-aa8d-0cd198478bbb/thumbnail/640x360/7407a0207d52af47f375994ecee5e633/gettyimages-2292907736.jpgImage20057 KiB

Long tasks (>50 ms)

StartDuration
3683 ms1013 ms
2072 ms964 ms
6231 ms522 ms
1736 ms223 ms
3404 ms213 ms
1516 ms171 ms
6975 ms113 ms
4699 ms102 ms
589 ms100 ms
5907 ms99 ms
Analyzing…
running mobile + desktop · ~30s