www.cbsnews.com

Report from 8/10/2026, 11:25:40 AM https://www.cbsnews.com
Latest run · lab, cold cache
70
8/10/2026
28-day score · p75 · the standard
69
25 runs
CRR100%latest
SSD75%latest
TC2984 toklatest
TTFUT22 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.

70
Overall score
weighted CAV (0–100)
PASS
0–4950–8990–100

Metrics

100%
CRR Content Recovery Good
0.75
SSD Semantic Signal Density Good
2,984 tok
TC Token Cost Good
27 ms
TTFUT Time to First Useful Token N/A

Token Cost breakdown

Where the page's tokens go (≈23,937 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.7% · 175
Chrome (nav / header / footer)
6.6% · 1,582
Boilerplate (cookie / ad)
0% · 0
Other
92.7% · 22,180

Final screenshot

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

Diagnostics

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

agent representation — token decomposition

EvidenceToken decomposition: content 0.7%, chrome 6.6%, boilerplate 0%, other 92.7%. Only 0.7000000000000028% 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 — 915 KiB transferred, 52% unused (third-party)

EvidenceCDP JS coverage: 476 KiB of this bundle is never executed on load.
Impact~-476 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 — 1337 KiB, 34 requests

EvidenceThird-party is 83.2% of total transfer (286 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.
mediumBreak up long main-thread tasks

longest task 151 ms (8 total)

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

7.6 MB total

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

286 third-party requests · 6433 KiB (83.2% of transfer) · 809 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.com341337 KiB
googleapis.com51262 KiB78 ms
cbsivideo.com7941 KiB
confiant-integrations.net4435 KiB57 ms
ketchjs.com2325 KiB106 ms
doubleclick.net18305 KiB258 ms
cbsi.com6254 KiB151 ms
bounceexchange.com12188 KiB
pubmatic.com5165 KiB65 ms
minute-ly.com2154 KiB
googletagmanager.com1151 KiB
googlesyndication.com23147 KiB39 ms

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 3P915 KiB52%476 KiB
https://www.cbsnews.com/fly/bundles/cbsnewscore/js-build/main.video-embed.js?v=f4440a43f91a3604bf0896110dd40fd3434 KiB73.1%318 KiB
https://at.cbsi.com/lib/dist/prod/bidbarrel-cbsnews.min.js?v=f4440a43f91a3604bf0896110dd40fd3 3P235 KiB56%132 KiB
https://securepubads.g.doubleclick.net/pagead/managed/js/gpt/m202607310101/pubads_impl.js 3P199 KiB59.5%118 KiB
https://www.googletagmanager.com/gtag/js?id=G-FVWZ0RM4DH&l=audDataLayer 3P151 KiB57.5%87 KiB
https://cdn.confiant-integrations.net/gptprebidnative/202601281034/wrap.js 3P142 KiB53.9%77 KiB
https://assets.bounceexchange.com/assets/smart-tag/versioned/main-v2_df107a43a42bb70f1bbb1c11ba7a397a.br.js 3P116 KiB64.8%75 KiB
https://cdn.confiant-integrations.net/video/202601281034/wrap.js 3P125 KiB56.5%70 KiB
https://ads.pubmatic.com/AdServer/js/pwt/156512/6397/pwt.js 3P97 KiB57%55 KiB
https://www.cbsnews.com/tealium/utag.js?v=202606101604112 KiB49.3%55 KiB
https://ads.pubmatic.com/AdServer/js/pwt/160835/4933/pwt.js 3P67 KiB73.8%50 KiB
https://resources.infolinks.com/js/2053.004-4.011/ice.js 3P71 KiB58.5%42 KiB
https://disco.headliner.link/d/cbsnews/web/js/widget.js 3P49 KiB83.5%41 KiB
https://d-code.liadm.com/did-004d.min.js 3P54 KiB64.2%35 KiB
https://assets.bounceexchange.com/assets/smart-tag/versioned/ads-v2_145e789d13bcd10f1b27172372a60ab1.br.js 3P43 KiB78.7%34 KiB

Network

327Requests
7732 KiBTransferred
93Scripts
83.2%3rd-party
8Long tasks
Script (93)
4585 KiB
Image (75)
1419 KiB
XHR (32)
973 KiB
Document (17)
352 KiB
Font (11)
186 KiB
Fetch (72)
123 KiB
Stylesheet (2)
63 KiB
Other (20)
29 KiB
Manifest (1)
1 KiB
Ping (4)
1 KiB
Heaviest requests (30)
URLTypeStatusTransfer
https://imasdk.googleapis.com/js/sdkloader/ima3_dai_debug.jsScript200915 KiB
https://www.cbsnews.com/fly/bundles/cbsnewscore/js-build/main.video-embed.js?v=f4440a43f91a3604bf0896110dd40fd3Script200434 KiB
https://cdn.ketchjs.com/ketchtag/stable/v2.12/ketch-sdk.jsScript200325 KiB
https://www.cbsnews.com/Document200241 KiB
https://at.cbsi.com/lib/dist/prod/bidbarrel-cbsnews.min.js?v=f4440a43f91a3604bf0896110dd40fd3Script200235 KiB
https://assets3.cbsnewsstatic.com/hub/i/r/2026/08/09/d1d9b574-ae21-4ccd-b6d9-d0cb45921ae2/thumbnail/640x360/95c7501952a64b5bf3dfaca004180619/1786297856522.pngImage200209 KiB
https://assets2.cbsnewsstatic.com/hub/i/r/2026/08/09/8e43b957-f3e5-4941-8dd1-20c6dd726674/thumbnail/640x360/7c14de065ee57e401cc6100058032870/1786293581797.pngImage200204 KiB
https://securepubads.g.doubleclick.net/pagead/managed/js/gpt/m202607310101/pubads_impl.jsScript200199 KiB
https://imasdk.googleapis.com/js/sdkloader/ima3_dai.jsScript200190 KiB
https://imasdk.googleapis.com/js/sdkloader/ima3.jsScript200156 KiB
https://www.googletagmanager.com/gtag/js?id=G-FVWZ0RM4DH&l=audDataLayerScript200151 KiB
https://news20e7hhcb.airspace-cdn.cbsivideo.com/index-english=128000-video=249984-446144145.tsXHR200148 KiB
https://news20e7hhcb.airspace-cdn.cbsivideo.com/index-english=128000-video=249984-446144146.tsXHR200145 KiB
https://cdn.confiant-integrations.net/gptprebidnative/202601281034/wrap.jsScript200142 KiB
https://news20e7hhcb.airspace-cdn.cbsivideo.com/index-english=128000-video=249984-446144147.tsXHR200139 KiB
https://news20e7hhcb.airspace-cdn.cbsivideo.com/index-english=128000-video=249984-446144141.tsXHR200127 KiB
https://news20e7hhcb.airspace-cdn.cbsivideo.com/index-english=128000-video=249984-446144142.tsXHR200127 KiB
https://news20e7hhcb.airspace-cdn.cbsivideo.com/index-english=128000-video=249984-446144143.tsXHR200127 KiB
https://news20e7hhcb.airspace-cdn.cbsivideo.com/index-english=128000-video=249984-446144144.tsXHR200127 KiB
https://cdn.confiant-integrations.net/video/202601281034/wrap.jsScript200125 KiB
https://assets.bounceexchange.com/assets/smart-tag/versioned/main-v2_df107a43a42bb70f1bbb1c11ba7a397a.br.jsScript200116 KiB
https://www.cbsnews.com/tealium/utag.js?v=202606101604Script200112 KiB
https://www.cbsnews.com/embed/video/?optanonConsent=0&v=f4440a43f91a3604bf0896110dd40fd31786361080&usprivacy=nullDocument200111 KiB
https://apv-launcher.minute-ly.com/api/launcher/MIN-903100.jsScript200104 KiB
https://ads.pubmatic.com/AdServer/js/pwt/156512/6397/pwt.jsScript20097 KiB
https://c.amazon-adsystem.com/aax2/apstag.jsScript20093 KiB
https://cdn.confiant-integrations.net/6NAGEHPQTIMciZyoLrUIDQZlmus/gpt_and_prebid/config.jsScript20093 KiB
https://cdn.confiant-integrations.net/6z3p0CBqqiPRhyR421doNg6RCjY/video/config.jsScript20076 KiB
https://pagead2.googlesyndication.com/pagead/managed/js/activeview/current/ufs_web_display.jsScript20073 KiB
https://resources.infolinks.com/js/2053.004-4.011/ice.jsScript20071 KiB

Long tasks (>50 ms)

StartDuration
1738 ms151 ms
1463 ms106 ms
970 ms100 ms
2738 ms76 ms
3482 ms65 ms
1674 ms56 ms
235 ms53 ms
306 ms52 ms
Analyzing…
running mobile + desktop · ~30s