www.newegg.com

Report from 9/20/2026, 1:28:03 PM https://www.newegg.com
Latest run · lab, cold cache
36
9/20/2026
28-day score · p75 · the standard
37
11 runs
CRR16%latest
SSD93%latest
TC17085 toklatest
TTFUT177 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/newegg.com.svg)](https://agentvitals.dev/results?url=https%3A%2F%2Fwww.newegg.com)
<a href="https://agentvitals.dev/results?url=https%3A%2F%2Fwww.newegg.com"><img src="https://agentvitals.dev/badge/newegg.com.svg" alt="Core Agent Vitals" height="20"></a>
What AI tells your customers about youAgent confidence: LOW
Business nameNewegg Inc.
CategoryOrganization
🟡Price$85.00 · guessed from page text (no structured data)
Locationnot found
Hoursnot found
Productsnot found
🟡DescriptionBuild your next PC or find ready-made computers, workstations & AI solutions at Newegg. Millions of parts, competitive prices & fast shipping. · 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.

36
Overall score
weighted CAV (0–100)
FAIL
0–4950–8990–100

Metrics

16%
CRR Content Recovery Poor
0.93
SSD Semantic Signal Density Good
17,085 tok
TC Token Cost Poor
29 ms
TTFUT Time to First Useful Token N/A

Token Cost breakdown

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

Content
67.5% · 114,462
Chrome (nav / header / footer)
32.5% · 55,009
Boilerplate (cookie / ad)
0% · 0
Other
0% · 0

Final screenshot

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

Diagnostics

high CRR Content is hidden behind JavaScript

pre-JS raw HTML

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

high TC Token cost over budget — 32.5% non-content

agent representation (Chrome/markdown output)

EvidenceToken decomposition: content 67.5%, chrome 32.5%, boilerplate 0%, other 0%. 17085 tokens total.
ImpactAn agent pays for every token; 32.5% 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 72/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 Found at /llms.txt Learn →
robots.txt (AI bots) Blocks: * (all) Learn →
sitemap.xml No /sitemap.xml Learn →
JSON-LD structured data Types: WebSite, Organization Learn →
~ agents.json Absent (emerging standard) Learn →
~ WebMCP endpoint Absent (emerging standard) Learn →
~ OpenAPI / API docs No OpenAPI/Swagger found Learn →

Issues (6)

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

~ No content-blocking cookie wall medium impact Consent platform: optanon (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/

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.

Learn how to implement →

# robots.txt
Sitemap: https://example.com/sitemap.xml

Spec: https://www.sitemaps.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 (6)

✓ No CAPTCHA wall✓ Machine-readable prices✓ llms.txt present + valid✓ No login wall on public content✓ Structured data (JSON-LD)✓ 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.

81Transport posture (0–100, unscored)
3pass
1warn
1fail
Per-header findings (6)
HeaderEvidence
✅ HTTPSserved over HTTPS
✅ HSTSmax-age=31536000; includeSubDomains
✅ Content-Security-Policypolicy present, script-src does not allow inline
❌ X-Content-Type-Optionsmissing nosniff
⚠️ 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

vendor~home~multiplePage-b074babf.js — 555 KiB transferred, 77.8% unused (third-party)

EvidenceCDP JS coverage: 431 KiB of this bundle is never executed on load.
Impact~-431 KiB transfer; lower Token Cost + faster agent parse.
Effort30–90 min
FixDynamic-import() the below-the-fold parts of vendor~home~multiplePage-b074babf.js, or drop unused dependencies. It is third-party — lazy-load or remove it.
highCut third-party weight

neweggimages.com — 5346 KiB, 131 requests, 714 ms main-thread

EvidenceThird-party is 66.4% of total transfer (239 requests); neweggimages.com is the largest.
ImpactFewer bytes + main-thread stalls before your content settles for an agent.
Effort1–3 h
FixLazy-load, self-host, or remove neweggimages.com; defer non-critical third-party scripts.
mediumBreak up long main-thread tasks

longest task 119 ms (7 total)

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

8.7 MB total

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

Third-party impact

239 third-party requests · 5916 KiB (66.4% of transfer) · 791 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
neweggimages.com1315346 KiB714 ms
affirm.com8156 KiB34 ms
gstatic.com7133 KiB
osano.com378 KiB37 ms
attn.tv553 KiB
openai.com328 KiB6 ms
clarity.ms427 KiB
google-analytics.com221 KiB
bing.com316 KiB
rakuten.com115 KiB
youtube.com212 KiB
cloudflareinsights.com310 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://c1.neweggimages.com/WebResource/Scripts/WWW/vendor~home~multiplePage-b074babf.js 3P555 KiB77.8%431 KiB
https://c1.neweggimages.com/WebResource/Scripts/WWW/RemoteTemplate-b8530f61.js 3P432 KiB65.6%283 KiB
https://c1.neweggimages.com/WebResource/Scripts/WWW/common~home~multiplePage-8bb1744e.js 3P258 KiB88.5%229 KiB
https://imk.neweggimages.com/webresource/scripts/gatra/lib/usa/neggtag.js?id=G-TR46GG8HLR&v=1&cx=c&negg=2&gtm=4e69a0h2 3P179 KiB68.9%123 KiB
https://imk.neweggimages.com/webresource/scripts/gatra/lib/usa/neggtagDestination.js?id=G-TR46GG8HLR&v=1&cx=c&negg=2&gtm=4e69a0h2 3P179 KiB45.9%82 KiB
https://imk.neweggimages.com/webresource/scripts/gatra/lib/usa/neggtm.js?negg=2&id=GTM-WJ2PC5C 3P186 KiB42.8%80 KiB
https://imk.neweggimages.com/webresource/scripts/amber3.lib.v20250507.1.js 3P74 KiB51.3%38 KiB
https://cdn.attn.tv/tag/4-latest/unified-tag.js?v=4-latest_5fd3e0204a 3P49 KiB70.8%35 KiB
https://promotions.newegg.com/newegg/survey/newegg-feedback.min.js58 KiB56.8%33 KiB
https://cmp.osano.com/AzydZ7TEEX0GW2hin/3c115a66-ecfb-4dbf-929a-5d9c71025132/osano.js?v=0.2 3P77 KiB33.4%26 KiB
https://c1.neweggimages.com/WebResource/Scripts/WWW/Home-0d545b09.js 3P28 KiB67.1%19 KiB
https://c1.neweggimages.com/webResource/Scripts/WWW/jquery-3.5.1.min.js 3P28 KiB57.1%16 KiB
https://bzrcdn.openai.com/sdk/oaiq.min.js 3P27 KiB48.4%13 KiB
https://www.google-analytics.com/analytics.js 3P21 KiB56.7%12 KiB
https://scripts.clarity.ms/0.8.69/clarity.js 3P25 KiB46.6%12 KiB

Network

326Requests
8906 KiBTransferred
59Scripts
66.4%3rd-party
7Long tasks
Image (122)
5603 KiB
Script (59)
2541 KiB
Font (10)
312 KiB
Stylesheet (3)
203 KiB
Document (4)
91 KiB
XHR (24)
73 KiB
Fetch (44)
59 KiB
Other (31)
15 KiB
Ping (29)
8 KiB
Heaviest requests (30)
URLTypeStatusTransfer
https://c1.neweggimages.com/WebResource/Scripts/WWW/vendor~home~multiplePage-b074babf.jsScript200555 KiB
https://c1.neweggimages.com/WebResource/Scripts/WWW/RemoteTemplate-b8530f61.jsScript200432 KiB
https://promotions.newegg.com/msi/26-0810/1150x320.jpgImage200263 KiB
https://c1.neweggimages.com/WebResource/Scripts/WWW/common~home~multiplePage-8bb1744e.jsScript200258 KiB
https://promotions.newegg.com/nepro/25-0108/1150x320.jpgImage200236 KiB
https://promotions.newegg.com/desktop/26-0671/1920x120.jpgImage200199 KiB
https://promotions.newegg.com/gamdias/26-0634/1150x320.jpgImage200188 KiB
https://imk.neweggimages.com/webresource/scripts/gatra/lib/usa/neggtm.js?negg=2&id=GTM-WJ2PC5CScript200186 KiB
https://imk.neweggimages.com/webresource/scripts/gatra/lib/usa/neggtagDestination.js?id=G-TR46GG8HLR&v=1&cx=c&negg=2&gtm=4e69a0h2Script200179 KiB
https://imk.neweggimages.com/webresource/scripts/gatra/lib/usa/neggtag.js?id=G-TR46GG8HLR&v=1&cx=c&negg=2&gtm=4e69a0h2Script200179 KiB
https://c1.neweggimages.com/webresource/themes/Nest/banners/asus_nuc_configurator-2.pngImage200179 KiB
https://promotions.newegg.com/nepro/26-0819/1150x320.jpgImage200156 KiB
https://promotions.newegg.com/nepro/26-0843/1300x320.jpgImage200151 KiB
https://cdn1.affirm.com/js/v2/affirm.jsScript200151 KiB
https://c1.neweggimages.com/WebResource/Themes/WWW/fonts/Montserrat-Solid.ttfFont200119 KiB
https://c1.neweggimages.com/webresource/themes/Nest/banners/pc_builder-2.pngImage200114 KiB
https://c1.neweggimages.com/WebResource/Themes/WWW/CSS/Home-9664fbd7e6.cssStylesheet200111 KiB
https://c1.neweggimages.com/webresource/themes/Nest/banners/gaming_pc_finder-2.pngImage200104 KiB
https://c1.neweggimages.com/nobgproductcompressall300/13-119-728-01.pngImage200102 KiB
https://c1.neweggimages.com/nobgproductcompressall300/1TS-000X-064P0-11.pngImage200100 KiB
https://c1.neweggimages.com/nobgproductcompressall300/83-420-040-26.jpgImage200100 KiB
https://c1.neweggimages.com/nobgproductcompressall300/17-139-339-06.pngImage20099 KiB
https://c1.neweggimages.com/nobgproductcompressall300/C10US2507180GF8YPD4.jpgImage20096 KiB
https://promotions.newegg.com/tile-module-banner/System/Laptops/System-Laptops.pngImage20094 KiB
https://promotions.newegg.com/tile-module-banner/System/Laptops/System-Laptops-BG.pngImage20094 KiB
https://c1.neweggimages.com/nobgproductcompressall300/13-119-741-03.pngImage20092 KiB
https://promotions.newegg.com/nepro/24-0413/420x500.jpgImage20092 KiB
https://c1.neweggimages.com/nobgproductcompressall300/14-932-796-01.jpgImage20092 KiB
https://c1.neweggimages.com/WebResource/Themes/WWW/CSS/RemoteTemplate-e912f799b3.cssStylesheet20091 KiB
https://www.newegg.com/Document20087 KiB

Long tasks (>50 ms)

StartDuration
732 ms119 ms
561 ms94 ms
1290 ms91 ms
345 ms84 ms
1112 ms76 ms
1475 ms61 ms
910 ms57 ms
Analyzing…
running mobile + desktop · ~30s