www.apnews.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/3 applicable facts come from machine-readable structured data.
Metrics
Token Cost breakdown
Where the page's tokens go (≈70,069 across regions). 55% is non-content — chrome and boilerplate an agent pays for. Add landmark roles (main/nav/header/footer) so agents can skip it.
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.
agent representation — token decomposition
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
Metrics
Token Cost breakdown
Where the page's tokens go (≈60,459 across regions). 62% is non-content — chrome and boilerplate an agent pays for. Add landmark roles (main/nav/header/footer) so agents can skip it.
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.
agent representation — token decomposition
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
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: * (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).
User-agent: GPTBot
Allow: /
Disallow: /admin/
✗ 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
✗ No login wall on public content high impact HTTP 403
Business impact Public content behind authentication is unreachable to agents (they have no account). Gate only genuinely private material.
What we measured We follow redirects and detect 401/403 and login-form signals on content pages.
How to fix Separate public marketing/docs from authenticated areas; keep public pages reachable without login.
Spec: https://llmstxt.org
✗ Structured data (JSON-LD) medium impact No JSON-LD found
Business impact Schema.org JSON-LD tells agents what a page IS (product, article, business) with typed fields (price, rating, hours). Without it agents extract less reliably.
What we measured We parse <script type=application/ld+json>, validate it, and check for populated @type fields.
How to fix Add JSON-LD: Organization/LocalBusiness on the homepage, Product on product pages, Article on posts.
<script type="application/ld+json">{"@context":"https://schema.org","@type":"Organization","name":"Your Co","url":"https://example.com"}</script>Spec: https://schema.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.
~ 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 (4)
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 | nosniff |
| ✅ Referrer-Policy | same-origin |
| ➖ CORS exposure | no CORS headers on the document (normal for an HTML page) |
How to improve
whole profile
Third-party impact
610 third-party requests · 8124 KiB (61.5% of transfer) · 2533 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 |
|---|---|---|---|
| primis.tech | 46 | 2017 KiB | 439 ms |
| pub.network | 22 | 475 KiB | 419 ms |
| jwpsrv.com | 7 | 427 KiB | — |
| jwpcdn.com | 9 | 411 KiB | 224 ms |
| gstatic.com | 4 | 369 KiB | — |
| googletagmanager.com | 2 | 344 KiB | 73 ms |
| viafoura.net | 18 | 309 KiB | 90 ms |
| bounceexchange.com | 13 | 296 KiB | 134 ms |
| doubleclick.net | 16 | 286 KiB | 166 ms |
| cookielaw.org | 12 | 266 KiB | 164 ms |
| ntv.io | 1 | 261 KiB | 47 ms |
| confiant-integrations.net | 2 | 218 KiB | 66 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).
| Bundle | Transfer | Unused | Wasted |
|---|---|---|---|
| https://live.primis.tech/live/liveVideo.php?vpaidManager=sekindo&s=58057&ri=6C69766553746174737C736B317B54307D7B64323032362D30392D31355F31347D7B7331373237323837387D7B4333317D7B53595842755A58647A4C6D4E7662513D3D7D7B626368726F6D657D7B716465736B746F707D7B583634307D7B593434307D7B66317D7B4C32313735387DFEFE&cudi=pip-MTplLwIkOC4mOC4kODY%3D&userUA=Mozilla%2F5.0+%28X11%3B+Linux+x86_64%29+AppleWebKit%2F537.36+%28KHTML%2C+like+Gecko%29+Chrome%2F126.0.0.0+Safari%2F537.36&debugInformation=&isWePassGdpr=1&gppConsent=&gppSid=&noViewableMidrollPolicy=off&isDoublePreroll=0&autoSkipVideoSec=0&c2pWaitTime=4&sdkv=&isSinglePageFloatSupport=0&availCampaigns=&isAmpIframe=0&tagKeywords=&cbuster=1789471315&csuuid=6aa92a532fc38&debugInfo=17272878_&debugPlayerSession=&pubUrlDEMO=&isAsyncDEMO=0&customPlaylistIdDEMO=&sharedBridgeReady=0&sta=17272878&showLogo=0&clkUrl=&plMult=-1&schedule=eyJwcmVfcm9sbCI6MSwiZ2FwIjoiYXV0byJ9&content=plembed4736wyuinpkv&secondaryContent=&x=640&y=440&pubUrl=https%3A%2F%2Fapnews.com%2F&contentNum=1&flow_closeBtn=0&flowCloseTimeout=0&flow_closeButtonPosition=right&isCustomSizeSlider=0&flow_direction=bl&flow_horizontalOffset=10&flow_bottomOffset=100&impGap=1&flow_width=310&flow_height=260&videoType=normal&isOriginImg=0&gdpr=0&gdprConsent=&contentFeedId=&geoLati=49.2825&geoLong=-123.1291&vpTemplate=21758&flowMode=below&isRealPreroll=0&playerApiId=&isApp=0&ccpa=0&ccpaConsent=&subId=&appName=&appBundleId=https%3A%2F%2Fapnews.com%2F&appStoreUrl=&diaid=&appPrivacyPolicy=&appIsPaid=&appDeveloper=&appId=&appVersion=&sdkv=&enableResizeObserverInapp=0&isAppJs=0&uid2= 3P | 621 KiB | 55.9% | 347 KiB |
| https://www.gstatic.com/recaptcha/releases/BnqMGSY_YP4cCmbNINHpJPkd/recaptcha__en.js 3P | 347 KiB | 78.1% | 271 KiB |
| https://live.primis.tech/content/prebid/prebidVid.10.23.27.min.js 3P | 355 KiB | 70.1% | 249 KiB |
| https://s.ntv.io/serve/load.js 3P | 261 KiB | 82.7% | 216 KiB |
| https://a.pub.network/apnews-com/pubfig.engine.js 3P | 216 KiB | 58.6% | 127 KiB |
| https://securepubads.g.doubleclick.net/pagead/managed/js/gpt/m202609040101/pubads_impl.js 3P | 212 KiB | 58% | 123 KiB |
| https://imasdk.googleapis.com/js/sdkloader/ima3.js 3P | 154 KiB | 72.2% | 111 KiB |
| https://assets.apnews.com/resource/00000188-2a81-d28a-a1fd-7bfb6ccb0000/styles/default/All.min.a3062dd68f7918c1a2b414153987d605.gz.js | 132 KiB | 82.7% | 109 KiB |
| https://html-load.cc/script/YXBuZXdzLmNvbQ.js 3P | 154 KiB | 70% | 108 KiB |
| https://cdn.viafoura.net/vf-v2.js 3P | 185 KiB | 57% | 106 KiB |
| https://ssl.p.jwpcdn.com/player/v/8.51.3/provider.hlsjs.js 3P | 143 KiB | 70.6% | 101 KiB |
| https://a.pub.network/apnews-com/prebid.js 3P | 195 KiB | 50.8% | 99 KiB |
| https://cdn.confiant-integrations.net/gptprebidnativevideo/202609141903/wrap.js 3P | 147 KiB | 61.2% | 90 KiB |
| https://cdn.cookielaw.org/scripttemplates/202604.2.0/otBannerSdk.js 3P | 136 KiB | 63.4% | 86 KiB |
| https://www.googletagmanager.com/gtm.js?id=GTM-KT7RHVG 3P | 185 KiB | 46.5% | 86 KiB |
Network
Heaviest requests (30)
| URL | Type | Status | Transfer |
|---|---|---|---|
| https://live.primis.tech/live/liveVideo.php?vpaidManager=sekindo&s=58057&ri=6C69766553746174737C736B317B54307D7B64323032362D30392D31355F31347D7B7331373237323837387D7B4333317D7B53595842755A58647A4C6D4E7662513D3D7D7B626368726F6D657D7B716465736B746F707D7B583634307D7B593434307D7B66317D7B4C32313735387DFEFE&cudi=pip-MTplLwIkOC4mOC4kODY%3D&userUA=Mozilla%2F5.0+%28X11%3B+Linux+x86_64%29+AppleWebKit%2F537.36+%28KHTML%2C+like+Gecko%29+Chrome%2F126.0.0.0+Safari%2F537.36&debugInformation=&isWePassGdpr=1&gppConsent=&gppSid=&noViewableMidrollPolicy=off&isDoublePreroll=0&autoSkipVideoSec=0&c2pWaitTime=4&sdkv=&isSinglePageFloatSupport=0&availCampaigns=&isAmpIframe=0&tagKeywords=&cbuster=1789471315&csuuid=6aa92a532fc38&debugInfo=17272878_&debugPlayerSession=&pubUrlDEMO=&isAsyncDEMO=0&customPlaylistIdDEMO=&sharedBridgeReady=0&sta=17272878&showLogo=0&clkUrl=&plMult=-1&schedule=eyJwcmVfcm9sbCI6MSwiZ2FwIjoiYXV0byJ9&content=plembed4736wyuinpkv&secondaryContent=&x=640&y=440&pubUrl=https%3A%2F%2Fapnews.com%2F&contentNum=1&flow_closeBtn=0&flowCloseTimeout=0&flow_closeButtonPosition=right&isCustomSizeSlider=0&flow_direction=bl&flow_horizontalOffset=10&flow_bottomOffset=100&impGap=1&flow_width=310&flow_height=260&videoType=normal&isOriginImg=0&gdpr=0&gdprConsent=&contentFeedId=&geoLati=49.2825&geoLong=-123.1291&vpTemplate=21758&flowMode=below&isRealPreroll=0&playerApiId=&isApp=0&ccpa=0&ccpaConsent=&subId=&appName=&appBundleId=https%3A%2F%2Fapnews.com%2F&appStoreUrl=&diaid=&appPrivacyPolicy=&appIsPaid=&appDeveloper=&appId=&appVersion=&sdkv=&enableResizeObserverInapp=0&isAppJs=0&uid2= | Script | 200 | 621 KiB |
| https://live.primis.tech/content/prebid/prebidVid.10.23.27.min.js | Script | 200 | 355 KiB |
| https://www.gstatic.com/recaptcha/releases/BnqMGSY_YP4cCmbNINHpJPkd/recaptcha__en.js | Script | 200 | 347 KiB |
| https://dims.apnews.com/dims4/default/9510f02/2147483647/strip/true/crop/2180x1453+0+0/resize/1440x960!/format/webp/quality/90/?url=https%3A%2F%2Fassets.apnews.com%2F0b%2Fc0%2Fba63afe5234211b41bbd617e6b00%2F263fe201d04c4573b5a3c4e5c77bd675 | Image | 200 | 269 KiB |
| https://video.primis.tech/uploads/cn1/video/users/hls/31784/video_6a67907ab85f2127399280/vid6aa90f3b3c6c6522231435.mp4/w_1280_00000.ts | XHR | 200 | 266 KiB |
| https://s.ntv.io/serve/load.js | Script | 200 | 261 KiB |
| https://dims.apnews.com/dims4/default/0b2fdf5/2147483647/strip/true/crop/3000x2000+0+0/resize/1440x960!/format/webp/quality/90/?url=https%3A%2F%2Fassets.apnews.com%2Fb6%2F98%2F9478b9e34127a875077400cd95af%2Fap26258007564034.jpg | Image | 200 | 255 KiB |
| https://videos-cloudfront-usp.jwpsrv.com/6aa9d50e_ba0c6c633c69f21831e432334a937556b54626cd/sites/vJHGNSbp/media/p2TKM0rV/versions/c5dDgcZ5/manifest.ism/manifest-audio_0_8cv0kGN6_dNUNA3fT=111999-video_0_8cv0kGN6_P9NnY0Ft=481805-1.ts | XHR | 200 | 236 KiB |
| https://dims.apnews.com/dims4/default/d2e7d68/2147483647/strip/true/crop/7608x5072+0+0/resize/1440x960!/format/webp/quality/90/?url=https%3A%2F%2Fassets.apnews.com%2F62%2Faa%2F981d11eb9e94421be2e273a4b8ef%2Fd3d8657047f94982ae5dca4560561bc3 | Image | 200 | 234 KiB |
| https://video.primis.tech/uploads/cn1/video/users/hls/31784/video_6a67907ab85f2127399280/vid6aa90f3b3c6c6522231435.mp4/w_1280_00001.ts | XHR | 200 | 226 KiB |
| https://a.pub.network/apnews-com/pubfig.engine.js | Script | 200 | 216 KiB |
| https://securepubads.g.doubleclick.net/pagead/managed/js/gpt/m202609040101/pubads_impl.js | Script | 200 | 212 KiB |
| https://dims.apnews.com/dims4/default/7b3bf32/2147483647/strip/true/crop/2721x1814+0+0/resize/1440x960!/format/webp/quality/90/?url=https%3A%2F%2Fassets.apnews.com%2Fac%2Fd6%2F86ae2fdd2a1b5aa2045fc1df7fec%2F9fb7bfa325294414a3fbe41067bba58a | Image | 200 | 209 KiB |
| https://apnews.com/ | Document | 200 | 201 KiB |
| https://a.pub.network/apnews-com/prebid.js | Script | 200 | 195 KiB |
| https://dims.apnews.com/dims4/default/63d90ab/2147483647/strip/true/crop/3000x1999+0+21/resize/980x653!/quality/90/?url=https%3A%2F%2Fassets.apnews.com%2F82%2F95%2F41ff0a2a7ba4eff07afa4f496d54%2F3c6cbf14aa4645019df672dbc8f67e94 | Image | 200 | 189 KiB |
| https://dims.apnews.com/dims4/default/390191a/2147483647/strip/true/crop/5376x3584+0+0/resize/1440x960!/format/webp/quality/90/?url=https%3A%2F%2Fassets.apnews.com%2F5c%2Ffd%2Fc9ffcefb64e488d104a13c09e21c%2F391dec0417754cd48299a923d7a3e505 | Image | 200 | 185 KiB |
| https://cdn.viafoura.net/vf-v2.js | Script | 200 | 185 KiB |
| https://www.googletagmanager.com/gtm.js?id=GTM-KT7RHVG | Script | 200 | 185 KiB |
| https://dims.apnews.com/dims4/default/f212842/2147483647/strip/true/crop/3000x2000+0+0/resize/1440x960!/format/webp/quality/90/?url=https%3A%2F%2Fassets.apnews.com%2F4c%2F98%2F9f9379bb49738fadfa14cbda0f6c%2Fap26257844113849.jpg | Image | 200 | 183 KiB |
| https://cdn.flashtalking.com/232525/6324582/LPA_970X250_07212026.png?cb=410049755 | Image | 200 | 177 KiB |
| https://www.googletagmanager.com/gtag/js?id=G-CW1LS0SXPK&cx=c>m=4e69b1 | Script | 200 | 160 KiB |
| https://dims.apnews.com/dims4/default/2cb3f3a/2147483647/strip/true/crop/3000x2000+0+0/resize/1440x960!/format/webp/quality/90/?url=https%3A%2F%2Fassets.apnews.com%2F75%2Fd5%2Ff7ded64a49e2b5190d85f3d0c8c3%2Fap26258008836858.jpg | Image | 200 | 155 KiB |
| https://html-load.cc/script/YXBuZXdzLmNvbQ.js | Script | 200 | 154 KiB |
| https://imasdk.googleapis.com/js/sdkloader/ima3.js | Script | 200 | 154 KiB |
| https://dims.apnews.com/dims4/default/c41881a/2147483647/strip/true/crop/5659x3773+0+0/resize/1440x960!/format/webp/quality/90/?url=https%3A%2F%2Fassets.apnews.com%2F53%2F1a%2Faa1c9d4e42e2b0cc4b8316ede5e2%2Fap26258006755655.jpg | Image | 200 | 150 KiB |
| https://cdn.confiant-integrations.net/gptprebidnativevideo/202609141903/wrap.js | Script | 200 | 147 KiB |
| https://507b28fb-2ef1-4c34-8bda-ba32030bb199.edge.permutive.app/507b28fb-2ef1-4c34-8bda-ba32030bb199-web.js | Script | 200 | 147 KiB |
| https://dims.apnews.com/dims4/default/fca4647/2147483647/strip/true/crop/2721x1813+0+0/resize/980x653!/quality/90/?url=https%3A%2F%2Fassets.apnews.com%2Fac%2Fd6%2F86ae2fdd2a1b5aa2045fc1df7fec%2F9fb7bfa325294414a3fbe41067bba58a | Image | 200 | 145 KiB |
| https://ssl.p.jwpcdn.com/player/v/8.51.3/provider.hlsjs.js | Script | 200 | 143 KiB |
Long tasks (>50 ms)
| Start | Duration |
|---|---|
| 454 ms | 179 ms |
| 2676 ms | 178 ms |
| 3070 ms | 160 ms |
| 3565 ms | 119 ms |
| 4971 ms | 96 ms |
| 1349 ms | 82 ms |
| 1958 ms | 77 ms |
| 5596 ms | 72 ms |
| 3787 ms | 69 ms |
| 767 ms | 66 ms |