www.newsweek.com

Report from 9/21/2026, 10:01:28 AM https://www.newsweek.com
Latest run · lab, cold cache
49
9/21/2026
28-day score · p75 · the standard
49
12 runs
CRR89%latest
SSD100%latest
TC4519 toklatest
TTFUT91 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$5,00 · 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

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

Token Cost breakdown

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

Content
93.8% · 23,867
Chrome (nav / header / footer)
6.2% · 1,566
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

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

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

agent representation (Chrome/markdown output)

EvidenceToken decomposition: content 93.8%, chrome 6.2%, boilerplate 0%, other 0%. 4519 tokens total.
ImpactAn agent pays for every token; 6.200000000000003% 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

2xuu14rvhmg28.js — 277 KiB transferred, 84.3% unused

EvidenceCDP JS coverage: 234 KiB of this bundle is never executed on load.
Impact~-234 KiB transfer; lower Token Cost + faster agent parse.
Effort30–90 min
FixDynamic-import() the below-the-fold parts of 2xuu14rvhmg28.js, or drop unused dependencies.
mediumCut third-party weight

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

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

longest task 117 ms (4 total)

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

5.0 MB total

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

Third-party impact

116 third-party requests · 2122 KiB (41.3% of transfer) · 256 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.net4331 KiB96 ms
googletagmanager.com2331 KiB
ketchjs.com1328 KiB52 ms
doubleclick.net7271 KiB76 ms
adsrvr.org9103 KiB13 ms
google.com4100 KiB
fastclick.net494 KiB
amazon-adsystem.com389 KiB
privacymanager.io278 KiB
liadm.com352 KiB
onesignal.com346 KiB
cxense.com446 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://www.newsweek.com/_next/static/chunks/2xuu14rvhmg28.js277 KiB84.3%234 KiB
https://cdn.ketchjs.com/ketchtag/stable/v2.12/ketch-sdk.js 3P328 KiB56.6%186 KiB
https://securepubads.g.doubleclick.net/pagead/managed/js/gpt/m202609140101/pubads_impl.js 3P211 KiB61.5%130 KiB
https://www.newsweek.com/prebid.js?v=11.35.0167 KiB74.4%124 KiB
https://www.googletagmanager.com/gtag/js?id=G-2PP6KZK9B2&cx=c&gtm=4e69g1h1 3P188 KiB50%94 KiB
https://cdn.newsweek.com/api/tinypass.min.js138 KiB67.6%93 KiB
https://accounts.google.com/gsi/client 3P99 KiB80.3%79 KiB
https://cdn.confiant-integrations.net/gptprebidnative/202609181619/wrap.js 3P125 KiB61.6%77 KiB
https://www.googletagmanager.com/gtm.js?id=GTM-TVS8NW5 3P143 KiB46.7%67 KiB
https://cdn.confiant-integrations.net/video/202609181619/wrap.js 3P110 KiB58.1%64 KiB
https://client.aps.amazon-adsystem.com/publisher.js 3P84 KiB64.7%55 KiB
https://openads-cdn.adsrvr.org/openadsjs/build/v1.9.0/newsweek/openads-20260820T130442Z.js 3P100 KiB52.8%53 KiB
https://www.newsweek.com/_next/static/chunks/201966dg32c26.js92 KiB55.1%51 KiB
https://ats-wrapper.privacymanager.io/ats-modules/6fbf74f5-22f0-45ea-952c-e066909dd9f1/ats.js 3P78 KiB59.5%46 KiB
https://www.newsweek.com/_next/static/chunks/0-4srap-ffvu1.js60 KiB57.6%34 KiB

Network

190Requests
5141 KiBTransferred
77Scripts
41.3%3rd-party
4Long tasks
Script (77)
3145 KiB
Image (34)
1603 KiB
Font (3)
109 KiB
Document (8)
96 KiB
Stylesheet (14)
89 KiB
Fetch (32)
48 KiB
XHR (12)
26 KiB
Other (5)
23 KiB
Ping (5)
2 KiB
Heaviest requests (30)
URLTypeStatusTransfer
https://assets.newsweek.com/wp-content/uploads/2026/09/GettyImages-2240895256.jpg?w=1600&quality=80&webp=1Image200396 KiB
https://cdn.ketchjs.com/ketchtag/stable/v2.12/ketch-sdk.jsScript200328 KiB
https://www.newsweek.com/_next/static/chunks/2xuu14rvhmg28.jsScript200277 KiB
https://assets.newsweek.com/wp-content/uploads/2026/09/AP26263016054007.jpg?w=1600&quality=80&webp=1Image200236 KiB
https://securepubads.g.doubleclick.net/pagead/managed/js/gpt/m202609140101/pubads_impl.jsScript200211 KiB
https://www.googletagmanager.com/gtag/js?id=G-2PP6KZK9B2&cx=c&gtm=4e69g1h1Script200188 KiB
https://www.newsweek.com/prebid.js?v=11.35.0Script200167 KiB
https://assets.newsweek.com/wp-content/uploads/2026/09/Copy-of-32-Split-Screen-91.jpg?w=1600&quality=80&webp=1Image200146 KiB
https://www.googletagmanager.com/gtm.js?id=GTM-TVS8NW5Script200143 KiB
https://cdn.newsweek.com/api/tinypass.min.jsScript200138 KiB
https://assets.newsweek.com/wp-content/uploads/2026/09/GettyImages-2288530052.jpg?w=1000&quality=80&webp=1Image200125 KiB
https://cdn.confiant-integrations.net/gptprebidnative/202609181619/wrap.jsScript200125 KiB
https://cdn.confiant-integrations.net/video/202609181619/wrap.jsScript200110 KiB
https://openads-cdn.adsrvr.org/openadsjs/build/v1.9.0/newsweek/openads-20260820T130442Z.jsScript200100 KiB
https://www.newsweek.com/_fs-ch-1T1wmsGaOgGaSxcX/assets/script.jsScript200100 KiB
https://accounts.google.com/gsi/clientScript20099 KiB
https://assets.newsweek.com/wp-content/uploads/2025/09/AP26263385628120.jpg?w=1600&quality=80&webp=1Image20098 KiB
https://assets.newsweek.com/wp-content/uploads/2026/09/FEA02-Andy-Bashear.jpg?w=1600&quality=80&webp=1Image20096 KiB
https://www.newsweek.com/Document20096 KiB
https://www.newsweek.com/_next/static/chunks/201966dg32c26.jsScript20092 KiB
https://client.aps.amazon-adsystem.com/publisher.jsScript20084 KiB
https://assets.newsweek.com/wp-content/uploads/2026/09/Copy-of-32-image-2026-09-19T150046-282.png?w=1600&quality=80&webp=1Image20080 KiB
https://assets.newsweek.com/wp-content/uploads/2026/09/Ed-Sheeran-Addresses-Macklemore-Backlash-Philly-Concert.png?w=1600&quality=80&webp=1Image20080 KiB
https://ats-wrapper.privacymanager.io/ats-modules/6fbf74f5-22f0-45ea-952c-e066909dd9f1/ats.jsScript20078 KiB
https://assets.newsweek.com/wp-content/uploads/2026/09/AP26206100902357.jpg?w=1600&quality=80&webp=1Image20074 KiB
https://assets.newsweek.com/wp-content/uploads/2026/09/GettyImages-2295365373.jpg?w=1600&quality=80&webp=1Image20065 KiB
https://assets.newsweek.com/wp-content/uploads/2026/09/GettyImages-2286019399.jpg?w=1360&quality=80&webp=1Image20065 KiB
https://www.newsweek.com/_next/static/chunks/0-4srap-ffvu1.jsScript20060 KiB
https://cdn.confiant-integrations.net/RydG7cN-SfHcdbjt71pR_ee6y-k/gpt_and_prebid/config.jsScript20053 KiB
https://b-code.liadm.com/a-08dr.min.jsScript20051 KiB

Long tasks (>50 ms)

StartDuration
337 ms117 ms
674 ms67 ms
604 ms65 ms
1128 ms52 ms
Analyzing…
running mobile + desktop · ~30s