www.newsweek.com

Report from 7/22/2026, 1:23:48 PM https://www.newsweek.com
Latest run · lab, cold cache
49
7/22/2026
28-day score · p75 · the standard
49
9 runs
CRR88%latest
SSD100%latest
TC4304 toklatest
TTFUT86 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/newsweek.com.svg)](https://agentvitals.dev/results?url=https%3A%2F%2Fwww.newsweek.com)
<a href="https://agentvitals.dev/results?url=https%3A%2F%2Fwww.newsweek.com"><img src="https://agentvitals.dev/badge/newsweek.com.svg" alt="Core Agent Vitals" height="20"></a>
What AI tells your customers about youAgent confidence: MEDIUM
Business nameNewsweek
CategoryWebSite
🟡Price$1 · 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
🟡DescriptionNewsweek provides in-depth analysis on news, world events, politics, business, tech, entertainment, healthcare, & trending videos. Subscribe for breaking news alerts! · guessed from page text (no structured data)

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

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

Metrics

88%
CRR Content Recovery Needs work
1.00
SSD Semantic Signal Density Good
4,304 tok
TC Token Cost Needs work
85 ms
TTFUT Time to First Useful Token N/A

Token Cost breakdown

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

Content
93.9% · 22,667
Chrome (nav / header / footer)
6.1% · 1,469
Boilerplate (cookie / ad)
0% · 0
Other
0% · 0

Final screenshot

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

Diagnostics

medium CRR Content is hidden behind JavaScript

pre-JS raw HTML

Evidence12% of content requires JS · 88% 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.

medium TC Token cost over budget — 6.099999999999994% non-content

agent representation (Chrome/markdown output)

EvidenceToken decomposition: content 93.9%, chrome 6.1%, boilerplate 0%, other 0%. 4304 tokens total.
ImpactAn agent pays for every token; 6.099999999999994% is chrome/boilerplate/other and crowds the context window.
Effort30–90 min

Fix: Trim boilerplate, collapse repeated structures, and drop decorative markup from agent-visible content so an agent spends fewer tokens to read the page.

Rendered profile: headless

Agent Discoverability 77/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 Found at /sitemap.xml Learn →
JSON-LD structured data Types: WebSite Learn →
~ agents.json Absent (emerging standard) Learn →
~ WebMCP endpoint Absent (emerging standard) Learn →
~ OpenAPI / API docs No OpenAPI/Swagger found Learn →

Issues (5)

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

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

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

✓ No CAPTCHA wall✓ No content-blocking cookie wall✓ Machine-readable prices✓ No login wall on public content✓ Structured data (JSON-LD)✓ XML sitemap present + fresh✓ 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.

70Transport posture (0–100, unscored)
3pass
1warn
1fail
Per-header findings (6)
HeaderEvidence
✅ HTTPSserved over HTTPS
✅ HSTSmax-age=31557600
❌ 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

0f0h~.7av51tn.js — 277 KiB transferred, 84.3% unused

EvidenceCDP JS coverage: 233 KiB of this bundle is never executed on load.
Impact~-233 KiB transfer; lower Token Cost + faster agent parse.
Effort30–90 min
FixDynamic-import() the below-the-fold parts of 0f0h~.7av51tn.js, or drop unused dependencies.
highBreak up long main-thread tasks

longest task 711 ms (10 total)

EvidenceMain thread blocked 711 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 third-party weight

confiant-integrations.net — 375 KiB, 4 requests, 331 ms main-thread

EvidenceThird-party is 42.9% of total transfer (127 requests); confiant-integrations.net is the largest.
ImpactFewer bytes + main-thread stalls before your content settles for an agent.
Effort1–3 h
FixLazy-load, self-host, or remove confiant-integrations.net; defer non-critical third-party scripts.
mediumCut total transfer weight

5.1 MB total

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

127 third-party requests · 2250 KiB (42.9% of transfer) · 2124 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
confiant-integrations.net4375 KiB331 ms
googletagmanager.com2322 KiB183 ms
ketchjs.com1275 KiB214 ms
doubleclick.net7255 KiB264 ms
googleapis.com3151 KiB51 ms
adsrvr.org9111 KiB200 ms
google.com597 KiB9 ms
fastclick.net494 KiB90 ms
amazon-adsystem.com388 KiB188 ms
privacymanager.io276 KiB
liadm.com354 KiB104 ms
cxense.com446 KiB82 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://www.newsweek.com/_next/static/chunks/0f0h~.7av51tn.js277 KiB84.3%233 KiB
https://cdn.ketchjs.com/ketchtag/stable/v2.12/ketch-sdk.js 3P275 KiB62.6%172 KiB
https://www.newsweek.com/prebid.js172 KiB75.9%130 KiB
https://securepubads.g.doubleclick.net/pagead/managed/js/gpt/m202607140101/pubads_impl.js?cb=31099746 3P195 KiB61.8%121 KiB
https://imasdk.googleapis.com/js/sdkloader/ima3.js 3P151 KiB76%115 KiB
https://cdn.newsweek.com/api/tinypass.min.js135 KiB68.6%92 KiB
https://www.newsweek.com/_fs-ch-1T1wmsGaOgGaSxcX/assets/script.js247 KiB35.8%88 KiB
https://www.googletagmanager.com/gtag/js?id=G-2PP6KZK9B2&cx=c&gtm=4e67f0 3P181 KiB48.3%87 KiB
https://cdn.confiant-integrations.net/gptprebidnative/202607011536/wrap.js 3P141 KiB61.2%87 KiB
https://accounts.google.com/gsi/client 3P97 KiB80.1%77 KiB
https://cdn.confiant-integrations.net/video/202607011536/wrap.js 3P125 KiB57.9%73 KiB
https://www.googletagmanager.com/gtm.js?id=GTM-TVS8NW5 3P141 KiB45.2%64 KiB
https://client.aps.amazon-adsystem.com/publisher.js 3P83 KiB64.7%54 KiB
https://www.newsweek.com/_next/static/chunks/005zki54ds4-d.js94 KiB55.5%52 KiB
https://openads-cdn.adsrvr.org/openadsjs/build/v1.0/newsweek/openads.js 3P94 KiB53.6%51 KiB

Network

199Requests
5249 KiBTransferred
83Scripts
42.9%3rd-party
10Long tasks
Script (83)
3415 KiB
Image (38)
1452 KiB
Font (3)
109 KiB
Document (7)
92 KiB
Stylesheet (11)
81 KiB
Fetch (34)
47 KiB
XHR (13)
28 KiB
Other (7)
24 KiB
Ping (3)
1 KiB
Heaviest requests (30)
URLTypeStatusTransfer
https://assets.newsweek.com/wp-content/uploads/2026/07/Daylight-savings-map.png?w=1600&quality=80&webp=1Image200279 KiB
https://www.newsweek.com/_next/static/chunks/0f0h~.7av51tn.jsScript200277 KiB
https://cdn.ketchjs.com/ketchtag/stable/v2.12/ketch-sdk.jsScript200275 KiB
https://www.newsweek.com/_fs-ch-1T1wmsGaOgGaSxcX/assets/script.jsScript200247 KiB
https://securepubads.g.doubleclick.net/pagead/managed/js/gpt/m202607140101/pubads_impl.js?cb=31099746Script200195 KiB
https://assets.newsweek.com/wp-content/uploads/2026/07/GettyImages-2285922272.jpg?w=1600&quality=80&webp=1Image200195 KiB
https://www.googletagmanager.com/gtag/js?id=G-2PP6KZK9B2&cx=c&gtm=4e67f0Script200181 KiB
https://www.newsweek.com/prebid.jsScript200172 KiB
https://assets.newsweek.com/wp-content/uploads/2026/07/AP26200826258389.jpg?w=1600&quality=80&webp=1Image200160 KiB
https://assets.newsweek.com/wp-content/uploads/2026/07/GettyImages-2286810511.jpg?w=1600&quality=80&webp=1Image200157 KiB
https://imasdk.googleapis.com/js/sdkloader/ima3.jsScript200151 KiB
https://cdn.confiant-integrations.net/gptprebidnative/202607011536/wrap.jsScript200141 KiB
https://www.googletagmanager.com/gtm.js?id=GTM-TVS8NW5Script200141 KiB
https://cdn.newsweek.com/api/tinypass.min.jsScript200135 KiB
https://assets.newsweek.com/wp-content/uploads/2026/07/GettyImages-2285820555.jpg?w=1600&quality=80&webp=1Image200130 KiB
https://cdn.confiant-integrations.net/video/202607011536/wrap.jsScript200125 KiB
https://assets.newsweek.com/wp-content/uploads/2026/07/AP26148132327737.jpg?w=1600&quality=80&webp=1Image20098 KiB
https://accounts.google.com/gsi/clientScript20097 KiB
https://openads-cdn.adsrvr.org/openadsjs/build/v1.0/newsweek/openads.jsScript20094 KiB
https://www.newsweek.com/_next/static/chunks/005zki54ds4-d.jsScript20094 KiB
https://www.newsweek.com/Document20092 KiB
https://client.aps.amazon-adsystem.com/publisher.jsScript20083 KiB
https://assets.newsweek.com/wp-content/uploads/2026/07/GettyImages-2264428027.jpg?w=1360&quality=80&webp=1Image20080 KiB
https://assets.newsweek.com/wp-content/uploads/2026/07/AP26189692570299.jpg?w=1600&quality=80&webp=1Image20079 KiB
https://ats-wrapper.privacymanager.io/ats-modules/6fbf74f5-22f0-45ea-952c-e066909dd9f1/ats.jsScript20076 KiB
https://assets.newsweek.com/wp-content/uploads/2026/07/Copy-of-32-image-17-1.png?w=1600&quality=80&webp=1Image20060 KiB
https://cdn.confiant-integrations.net/RydG7cN-SfHcdbjt71pR_ee6y-k/gpt_and_prebid/config.jsScript20059 KiB
https://www.newsweek.com/_next/static/chunks/0rwwge57xnfls.jsScript20059 KiB
https://b-code.liadm.com/a-08dr.min.jsScript20054 KiB
https://assets.newsweek.com/wp-content/uploads/2026/05/FromThePaddock.png?w=640&quality=80&webp=1Image20051 KiB

Long tasks (>50 ms)

StartDuration
494 ms711 ms
4515 ms312 ms
1306 ms307 ms
7195 ms303 ms
2877 ms284 ms
3199 ms260 ms
3830 ms198 ms
4131 ms187 ms
4842 ms176 ms
5326 ms159 ms
Analyzing…
running mobile + desktop · ~30s