www.cnbc.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 is likely to fabricate missing details rather than say “I don’t know”. 0/4 applicable facts come from machine-readable structured data.
Metrics
Token Cost breakdown
Where the page's tokens go (≈23,254 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.
content vs chrome/boilerplate
Fix: Wrap the real content in <main>/<article>, cut repeated nav/boilerplate, and keep the primary content dense and early in the DOM.
Rendered profile: headless
Metrics
Token Cost breakdown
Where the page's tokens go (≈20,999 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.
content vs chrome/boilerplate
Fix: Wrap the real content in <main>/<article>, cut repeated nav/boilerplate, and keep the primary content dense and early in the DOM.
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 (7)
✗ 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, 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
✗ 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.
# 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 (5)
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 | policy present, script-src does not allow inline |
| ❌ X-Content-Type-Options | missing nosniff |
| ⚠️ Referrer-Policy | no referrer-policy header (browser default applies) |
| ✅ CORS exposure | access-control-allow-origin: * |
How to improve
whole profile
Third-party impact
249 third-party requests · 5438 KiB (83.4% of transfer) · 623 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 |
|---|---|---|---|
| cnbcfm.com | 69 | 2242 KiB | 511 ms |
| googletagmanager.com | 8 | 1029 KiB | — |
| gstatic.com | 1 | 374 KiB | — |
| doubleclick.net | 11 | 263 KiB | 24 ms |
| cookielaw.org | 12 | 253 KiB | — |
| adobedtm.com | 23 | 185 KiB | 38 ms |
| tinypass.com | 3 | 135 KiB | — |
| amazon-adsystem.com | 5 | 96 KiB | — |
| amplitude.com | 7 | 85 KiB | — |
| imrworldwide.com | 4 | 81 KiB | — |
| vsnt.net | 2 | 78 KiB | 50 ms |
| mparticle.com | 10 | 69 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://static-redesign.cnbcfm.com/dist/main-96bed13d1b8b95ca25a7.js 3P | 735 KiB | 61% | 449 KiB |
| https://www.gstatic.com/recaptcha/releases/A7KpaEASfhDcK0nXxgQEyyYv/recaptcha__en.js 3P | 374 KiB | 63% | 236 KiB |
| https://securepubads.g.doubleclick.net/pagead/managed/js/gpt/m202607150101/pubads_impl.js?cb=31099747 3P | 196 KiB | 72.2% | 142 KiB |
| https://www.googletagmanager.com/gtag/js?id=AW-304008397&cx=c>m=4e67g0h2 3P | 153 KiB | 72.5% | 111 KiB |
| https://www.googletagmanager.com/gtag/js?id=AW-491671965&cx=c>m=4e67g0h2 3P | 151 KiB | 72.8% | 110 KiB |
| https://static-redesign.cnbcfm.com/dist/83006-dd3063a49686eef3e207.js 3P | 153 KiB | 71.1% | 109 KiB |
| https://www.googletagmanager.com/gtag/js?id=AW-10885207244&cx=c>m=4e67g0h2 3P | 144 KiB | 75.2% | 108 KiB |
| https://cdn.tinypass.com/api/tinypass.min.js 3P | 134 KiB | 62.2% | 84 KiB |
| https://cdn.cookielaw.org/scripttemplates/202601.1.0/otBannerSdk.js 3P | 127 KiB | 61.8% | 78 KiB |
| https://www.googletagmanager.com/gtag/js?id=AW-304008397 3P | 152 KiB | 49.7% | 76 KiB |
| https://www.googletagmanager.com/gtag/js?id=AW-491671965 3P | 151 KiB | 49.9% | 76 KiB |
| https://www.googletagmanager.com/gtag/js?id=AW-10885207244 3P | 144 KiB | 49.4% | 71 KiB |
| https://www.googletagmanager.com/gtag/js?id=DC-10486893 3P | 134 KiB | 53% | 71 KiB |
| https://cdn-gl.imrworldwide.com/novms/js/2/nlsSDK600.bundle.min.js 3P | 74 KiB | 73.4% | 54 KiB |
| https://c.amazon-adsystem.com/aax2/apstag.js 3P | 92 KiB | 55.1% | 50 KiB |
Network
Heaviest requests (30)
| URL | Type | Status | Transfer |
|---|---|---|---|
| https://www.cnbc.com/ | Document | 200 | 1035 KiB |
| https://static-redesign.cnbcfm.com/dist/92419-fa773ce0626ae8dd7536.js | Script | 200 | 858 KiB |
| https://static-redesign.cnbcfm.com/dist/main-96bed13d1b8b95ca25a7.js | Script | 200 | 735 KiB |
| https://www.gstatic.com/recaptcha/releases/A7KpaEASfhDcK0nXxgQEyyYv/recaptcha__en.js | Script | 200 | 374 KiB |
| https://securepubads.g.doubleclick.net/pagead/managed/js/gpt/m202607150101/pubads_impl.js?cb=31099747 | Script | 200 | 196 KiB |
| https://static-redesign.cnbcfm.com/dist/83006-dd3063a49686eef3e207.js | Script | 200 | 153 KiB |
| https://assets.adobedtm.com/77ca722dd820/bbaaa56c8833/launch-50229149d3cf.min.js | Script | 200 | 153 KiB |
| https://www.googletagmanager.com/gtag/js?id=AW-304008397&cx=c>m=4e67g0h2 | Script | 200 | 153 KiB |
| https://www.googletagmanager.com/gtag/js?id=AW-304008397 | Script | 200 | 152 KiB |
| https://www.googletagmanager.com/gtag/js?id=AW-491671965&cx=c>m=4e67g0h2 | Script | 200 | 151 KiB |
| https://www.googletagmanager.com/gtag/js?id=AW-491671965 | Script | 200 | 151 KiB |
| https://www.googletagmanager.com/gtag/js?id=AW-10885207244 | Script | 200 | 144 KiB |
| https://www.googletagmanager.com/gtag/js?id=AW-10885207244&cx=c>m=4e67g0h2 | Script | 200 | 144 KiB |
| https://cdn.tinypass.com/api/tinypass.min.js | Script | 200 | 134 KiB |
| https://www.googletagmanager.com/gtag/js?id=DC-10486893 | Script | 200 | 134 KiB |
| https://cdn.cookielaw.org/scripttemplates/202601.1.0/otBannerSdk.js | Script | 200 | 127 KiB |
| https://c.amazon-adsystem.com/aax2/apstag.js | Script | 200 | 92 KiB |
| https://cdn-gl.imrworldwide.com/novms/js/2/nlsSDK600.bundle.min.js | Script | 200 | 74 KiB |
| https://jssdkcdns.mparticle.com/js/v2/us1-99f689156b88a84fbe3383020acfea25/mparticle.js | Script | 200 | 68 KiB |
| https://cdn.cookielaw.org/consent/01980fea-4b68-707d-9883-dfe20e2ff84a/0197566f-2a35-7fae-b09f-87ef970464fd/en.json | Fetch | 200 | 64 KiB |
| https://cdn.amplitude.com/script/62f692ae4fb5e969ec8d0521818bf2c0.experiment.js | Script | 200 | 57 KiB |
| https://app.mps.vsnt.net/fetch/ext/load-cnbc-web.js?nowrite=2 | Script | 200 | 57 KiB |
| https://ak.sail-horizon.com/spm/spm.v1.min.js | Script | 200 | 48 KiB |
| https://micro.rubiconproject.com/prebid/dynamic/27850.js | Script | 200 | 46 KiB |
| https://unpkg.com/@amplitude/[email protected]/dist/experiment.umd.js | Script | 200 | 43 KiB |
| https://entitlement.auth.adobe.com/entitlement/v4/AccessEnabler.js | Script | 200 | 39 KiB |
| https://image.cnbcfm.com/api/v1/image/108334228-1783968203085-108334228-1783966952242-260630-N-D0477-1126.jpg?v=1783968213&w=830&h=554&ffmt=webp&vtcrop=y | Image | 200 | 38 KiB |
| https://cdn.cxense.com/cx.js | Script | 200 | 38 KiB |
| https://image.cnbcfm.com/api/v1/image/108314160-1780092284573-gettyimages-2278106307-OLIVE_YOUNG_STORES.jpeg?v=1784322596&w=600&h=338&ffmt=webp&vtcrop=y | Image | 200 | 36 KiB |
| https://securepubads.g.doubleclick.net/tag/js/gpt.js | Script | 200 | 36 KiB |
Long tasks (>50 ms)
| Start | Duration |
|---|---|
| 605 ms | 177 ms |
| 465 ms | 116 ms |
| 1052 ms | 80 ms |
| 1925 ms | 53 ms |