www.gizmodo.com

Report from 8/16/2026, 12:21:18 PM https://www.gizmodo.com
Latest run · lab, cold cache
49
8/16/2026
28-day score · p75 · the standard
49
17 runs
CRR92%latest
SSD41%latest
TC199 toklatest
TTFUT211 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/gizmodo.com.svg)](https://agentvitals.dev/results?url=https%3A%2F%2Fwww.gizmodo.com)
<a href="https://agentvitals.dev/results?url=https%3A%2F%2Fwww.gizmodo.com"><img src="https://agentvitals.dev/badge/gizmodo.com.svg" alt="Core Agent Vitals" height="20"></a>
What AI tells your customers about youAgent confidence: LOW
Business nameGizmodo
CategoryOrganization
Pricenot found
Locationnot found
Hoursnot found
Productsnot found
🟡DescriptionDive into cutting-edge tech, reviews and the latest trends with the expert team at Gizmodo. Your ultimate source for all things tech. · guessed from page text (no structured data)

An agent is likely to fabricate missing details rather than say “I don’t know”. 2/7 applicable facts come from machine-readable structured data.

We recovered only a shell of this page (under 200 tokens) — likely a soft bot-block or a client-rendered app that served our scanner almost no content. The metrics below reflect that shell, not your real site; the score is capped until an agent can retrieve real content.
49
Overall score
weighted CAV (0–100)
WARN
0–4950–8990–100

Metrics

92%
CRR Content Recovery Needs work
0.41
SSD Semantic Signal Density Needs work
199 tok
TC Token Cost Good
193 ms
TTFUT Time to First Useful Token N/A

Token Cost breakdown

Where the page's tokens go (≈14,317 across regions). 96% is non-content — chrome and boilerplate an agent pays for. Add landmark roles (main/nav/header/footer) so agents can skip it.

Content
4.4% · 623
Chrome (nav / header / footer)
4.8% · 692
Boilerplate (cookie / ad)
0% · 0
Other
90.8% · 13,002

Final screenshot

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

Diagnostics

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

agent representation — token decomposition

EvidenceToken decomposition: content 4.4%, chrome 4.8%, boilerplate 0%, other 90.8%. Only 4.400000000000006% 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.

medium CRR Content is hidden behind JavaScript

pre-JS raw HTML

Evidence8% 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 SSD Low signal-to-noise for agents

content vs chrome/boilerplate

Evidencesignal 0.06 · article JSON-LD 3/4 · missing: image
ImpactAgent spends tokens parsing nav/boilerplate instead of content.
Effort30–90 min

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

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_index.xml Learn →
JSON-LD structured data Types: Article, WebPage, BreadcrumbList, WebSite, Organization, Person 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.

100Transport posture (0–100, unscored)
5pass
0warn
0fail
Per-header findings (6)
HeaderEvidence
✅ HTTPSserved over HTTPS
✅ HSTSmax-age=31536000; includeSubDomains; preload
✅ Content-Security-Policypolicy present, script-src does not allow inline
✅ X-Content-Type-Optionsnosniff
✅ Referrer-Policyno-referrer-when-downgrade
➖ CORS exposureno CORS headers on the document (normal for an HTML page)
Full profile — how to improve · unused JS · network · timing

How to improve

highProfile reflects a block/challenge page — not your contenthighest leverage

whole profile

EvidenceMeasured against a block/challenge page (a bot-wall/CAPTCHA was served (cdnjs.cloudflare.com)); every number here describes the wall, not your site.
ImpactAn AI agent hits the same wall and recovers none of your content — fix the block before optimizing anything else.
FixAllowlist legitimate agent user-agents / IP ranges in your WAF or bot-management and serve real content (not a challenge), then re-run.

Third-party impact

117 third-party requests · 3091 KiB (80% of transfer) · 131 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
connatix.com401159 KiB83 ms
consentframework.com3360 KiB
doubleclick.net7315 KiB
googletagmanager.com2288 KiB
confiant-integrations.net2198 KiB48 ms
opti-digital.com4197 KiB
cloudflare.com3163 KiB
googleapis.com4154 KiB
mrf.io372 KiB
liadm.com452 KiB
id5-sync.com337 KiB
adtrafficquality.google421 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://scripts.opti-digital.com/lib/?site=gizmodo&lib=launcher&v=5.4.20 3P186 KiB71.9%134 KiB
https://cds.connatix.com/p/plugins/prebid11.11-5.js 3P176 KiB75.7%133 KiB
https://securepubads.g.doubleclick.net/pagead/managed/js/gpt/m202608050101/pubads_impl.js?cb=122880268 3P199 KiB61%121 KiB
https://imasdk.googleapis.com/js/sdkloader/ima3.js 3P154 KiB65.8%102 KiB
https://www.googletagmanager.com/gtag/js?id=G-EYNXLD4983&cx=c&gtm=4e68c1 3P166 KiB51.2%85 KiB
https://cdn.confiant-integrations.net/video/202608131959/wrap.js 3P126 KiB57.9%73 KiB
https://www.googletagmanager.com/gtm.js?id=GTM-W5PBFP3X 3P122 KiB57.4%70 KiB
https://cds.connatix.com/p/607671010/player.ads.js 3P98 KiB69.9%68 KiB
https://cds.connatix.com/p/607671010/connatix.player.js?cid=872d12ce-453b-4870-845f-955919887e1b&pid=92b7b46b-43ed-4e0e-b21b-2c999302d9d7 3P138 KiB40.8%56 KiB
https://cache.consentframework.com/js/pa/41707/c/V2Sw7/cmp 3P357 KiB15.8%56 KiB
https://cds.connatix.com/p/607671010/player.hls.js 3P75 KiB65%49 KiB
https://sdk.mrf.io/statics/marfeel-sdk.js?id=6017 3P65 KiB53.2%35 KiB
https://cds.connatix.com/p/607671010/cSyncRemote.js 3P58 KiB54.7%32 KiB
https://cds.connatix.com/p/607671010/player.renderer.js 3P43 KiB54.7%24 KiB
https://d-code.liadm.com/did-003y.min.js 3P52 KiB45.5%24 KiB

Network

148Requests
3865 KiBTransferred
50Scripts
80%3rd-party
1Long tasks
Script (50)
2361 KiB
Image (21)
580 KiB
XHR (32)
490 KiB
Font (4)
215 KiB
Document (12)
65 KiB
Stylesheet (6)
61 KiB
Fetch (17)
59 KiB
Other (4)
33 KiB
Manifest (1)
1 KiB
Ping (1)
1 KiB
Heaviest requests (30)
URLTypeStatusTransfer
https://cache.consentframework.com/js/pa/41707/c/V2Sw7/cmpScript200357 KiB
https://gizmodo.com/app/uploads/2026/08/Coyote-Vs-Acme-1-1600x1067.jpgImage200224 KiB
https://securepubads.g.doubleclick.net/pagead/managed/js/gpt/m202608050101/pubads_impl.js?cb=122880268Script200199 KiB
https://scripts.opti-digital.com/lib/?site=gizmodo&lib=launcher&v=5.4.20Script200186 KiB
https://vid.connatix.com/d20449d8-c3c7-4a08-b027-3a9cf6626232/92b38ab8-e454-4601-aa6e-289e5797bf6e/mmid-cfb4b012-144e-4741-7f9a-ee084805f1dc/0.mp4XHR206183 KiB
https://cds.connatix.com/p/plugins/prebid11.11-5.jsScript200176 KiB
https://vid.connatix.com/d20449d8-c3c7-4a08-b027-3a9cf6626232/92b38ab8-e454-4601-aa6e-289e5797bf6e/mmid-cfb4b012-144e-4741-7f9a-ee084805f1dc/0.mp4XHR206171 KiB
https://www.googletagmanager.com/gtag/js?id=G-EYNXLD4983&cx=c&gtm=4e68c1Script200166 KiB
https://imasdk.googleapis.com/js/sdkloader/ima3.jsScript200154 KiB
https://cds.connatix.com/p/607671010/connatix.player.js?cid=872d12ce-453b-4870-845f-955919887e1b&pid=92b7b46b-43ed-4e0e-b21b-2c999302d9d7Script200138 KiB
https://gizmodo.com/app/uploads/2026/07/voyager-1-artist-impression-1600x1067.jpgImage200127 KiB
https://cdn.confiant-integrations.net/video/202608131959/wrap.jsScript200126 KiB
https://www.googletagmanager.com/gtm.js?id=GTM-W5PBFP3XScript200122 KiB
https://cds.connatix.com/p/607671010/player.ads.jsScript20098 KiB
https://vid.connatix.com/d20449d8-c3c7-4a08-b027-3a9cf6626232/92b38ab8-e454-4601-aa6e-289e5797bf6e/mmid-cfb4b012-144e-4741-7f9a-ee084805f1dc/0.mp4XHR20695 KiB
https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.3/webfonts/fa-solid-900.woff2Font20077 KiB
https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.3/webfonts/fa-brands-400.woff2Font20076 KiB
https://cds.connatix.com/p/607671010/player.hls.jsScript20075 KiB
https://cdn.confiant-integrations.net/33CYnLkVKFSMCUwC1MMcR-L4HeU/video/config.jsScript20072 KiB
https://sdk.mrf.io/statics/marfeel-sdk.js?id=6017Script20065 KiB
https://gizmodo.com/Document20065 KiB
https://cds.connatix.com/p/607671010/cSyncRemote.jsScript20058 KiB
https://gizmodo.com/app/uploads/2026/08/st-magdalenes-flood-art-top-672x448.jpgImage20057 KiB
https://securepubads.g.doubleclick.net/gampad/ads?pvsid=5080724507368491&correlator=3506798314164413&eid=31099592%2C95397228%2C122880100%2C122880268%2C95398365&output=ldjh&gdfp_req=1&vrg=202608050101&ptt=17&impl=fifs&gdpr=0&gpp_sid=-1&iu_parts=23178111854%2Cod.gizmodo.com%2Chome&enc_prev_ius=%2F0%2F1%2F2&prev_iu_szs=800x250%7C728x90%7C700x250%7C300x250%7C468x60&ifi=1&didk=551369776&dids=optidigital-adslot-Billboard_1&adfs=1806597374&sfv=1-0-45&eri=1&sc=1&cookie_enabled=1&abxe=1&dt=1786710799809&lmt=1786709466&adxs=275&adys=192&biw=1350&bih=940&scr_x=0&scr_y=0&btvi=0&ucis=1&oid=2&u_his=2&u_h=600&u_w=800&u_ah=600&u_aw=800&u_cd=24&u_sd=1&dmc=32&bc=31&nvt=1&uach=WyIiLCIiLCIiLCIiLCIiLG51bGwsMCxudWxsLCIiLG51bGwsMF0.&url=https%3A%2F%2Fgizmodo.com%2F&vis=1&psz=1350x250&msz=800x60&fws=512&ohw=0&dlt=1786710798453&idt=834&prev_scp=adslot%3DBillboard_1%26hb_pb%3D0.28%26hb_bidder%3Dpubmatic_odd%26hb_adid%3D1e4d39023548e3%26hb_size%3D300x250%26multi_format%3D1%26hb_source%3Dserver%26hb_format%3Dbanner%26hb_safeframe%3D1%26od_pf_pb%3D0.28%26od_pf_group%3D1%26od_pf_ta%3D1_87_1.00%26od_pf_mta%3D1_87_1.00_2%26od_pfg%3D1&cust_params=post_id%3D1851567131%26nop%3D0%26nos%3D0%26logged_in%3D0%26categorie%3D%26article_id%3D5140244320524158%26source_id%3D4688598004011344%26odtag_status%3D1%26od_ccd%3D0%26od_pf_nr%3D1%26od_pfs%3D1&adks=3159997228&frm=20&eoidce=1Fetch20054 KiB
https://d-code.liadm.com/did-003y.min.jsScript20052 KiB
https://cds.connatix.com/p/607671010/player.renderer.jsScript20043 KiB
https://gizmodo.com/app/themes/gizmodo/public/fonts/sofia-sans.18ddf5.woff2Font20040 KiB
https://cds.connatix.com/p/607671010/player.lit.ui.jsScript20038 KiB
https://gizmodo.com/app/uploads/2022/04/89e50f29385ee325005a6f7738b9a71f-680x383.jpgImage20037 KiB
https://securepubads.g.doubleclick.net/tag/js/gpt.jsScript20037 KiB

Long tasks (>50 ms)

StartDuration
1241 ms59 ms
Analyzing…
running mobile + desktop · ~30s