www.newegg.com

Report from 7/23/2026, 9:52:59 AM https://www.newegg.com
Latest run · lab, cold cache
38
7/23/2026
28-day score · p75 · the standard
6/7 runs — building history (nightly)

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$150 · 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.

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

Metrics

65%
CRR Content Recovery Poor
0.50
SSD Semantic Signal Density Needs work
1,785 tok
TC Token Cost Good
61 ms
TTFUT Time to First Useful Token N/A

Token Cost breakdown

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

Content
100% · 18,665
Chrome (nav / header / footer)
0% · 0
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

Evidence35% 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.76 +llms.txt bonus · JSON-LD 0/1 · missing: structured-data
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 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~Home-ae9e067b.js — 525 KiB transferred, 74.6% unused (third-party)

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

neweggimages.com — 5576 KiB, 138 requests, 2692 ms main-thread

EvidenceThird-party is 66.9% of total transfer (277 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.
highBreak up long main-thread tasks

longest task 1161 ms (10 total)

EvidenceMain thread blocked 1161 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.
mediumSpeed up main-content render

largest contentful paint

EvidenceLCP is 2.6s.
ImpactFaster usable content; SSR also raises CRR.
Effort1–4 h
FixPreload the hero image/font, remove render-blocking resources, and server-render the main content.
mediumCut total transfer weight

8.9 MB total

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

Third-party impact

277 third-party requests · 6123 KiB (66.9% of transfer) · 3672 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.com1385576 KiB2692 ms
affirm.com5150 KiB248 ms
gstatic.com7133 KiB
osano.com377 KiB377 ms
attn.tv553 KiB217 ms
clarity.ms427 KiB55 ms
google-analytics.com221 KiB
bing.com316 KiB
rakuten.com115 KiB62 ms
onewegg.com9215 KiB
openai.com313 KiB21 ms
youtube.com212 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~Home-ae9e067b.js 3P525 KiB74.6%391 KiB
https://c1.neweggimages.com/WebResource/Scripts/WWW/RemoteTemplate-b261344f.js 3P439 KiB65.1%286 KiB
https://c1.neweggimages.com/WebResource/Scripts/WWW/common~home~Home-43c016ef.js 3P217 KiB78.1%170 KiB
https://imk.neweggimages.com/webresource/scripts/gatra/lib/usa/neggtag.js?id=G-TR46GG8HLR&v=1&cx=c&negg=2&gtm=4e66h0 3P140 KiB67.9%95 KiB
https://imk.neweggimages.com/webresource/scripts/gatra/lib/usa/neggtagDestination.js?id=G-TR46GG8HLR&v=1&cx=c&negg=2&gtm=4e66h0 3P140 KiB47.5%67 KiB
https://imk.neweggimages.com/webresource/scripts/gatra/lib/usa/neggtm.js?negg=2&id=GTM-WJ2PC5C 3P146 KiB42.2%61 KiB
https://cdn.attn.tv/tag/4-latest/unified-tag.js?v=4-latest_5fd3e0204a 3P50 KiB70.6%35 KiB
https://promotions.newegg.com/newegg/survey/newegg-feedback.min.js58 KiB56.8%33 KiB
https://imk.neweggimages.com/webresource/scripts/amber3.lib.v20250507.1.js 3P55 KiB51.3%28 KiB
https://cmp.osano.com/AzydZ7TEEX0GW2hin/3c115a66-ecfb-4dbf-929a-5d9c71025132/osano.js?v=0.2 3P76 KiB34.5%26 KiB
https://c1.neweggimages.com/WebResource/Scripts/WWW/Home-f176e9a5.js 3P28 KiB67.6%19 KiB
https://c1.neweggimages.com/webResource/Scripts/WWW/jquery-3.5.1.min.js 3P28 KiB53.8%15 KiB
https://www.google-analytics.com/analytics.js 3P21 KiB56.7%12 KiB
https://scripts.clarity.ms/0.8.67/clarity.js 3P25 KiB45.6%11 KiB
https://bat.bing.com/bat.js 3P16 KiB54.9%9 KiB

Network

362Requests
9154 KiBTransferred
56Scripts
66.9%3rd-party
10Long tasks
Image (126)
5883 KiB
Script (56)
2303 KiB
Document (4)
332 KiB
Font (10)
276 KiB
Stylesheet (4)
201 KiB
XHR (22)
70 KiB
Fetch (41)
58 KiB
Other (51)
16 KiB
Ping (48)
15 KiB
Heaviest requests (30)
URLTypeStatusTransfer
https://c1.neweggimages.com/WebResource/Scripts/WWW/vendor~home~Home-ae9e067b.jsScript200525 KiB
https://promotions.newegg.com/tile-module-banner/System/Desktop%20PC/System-Desktop%20PC.pngImage200470 KiB
https://c1.neweggimages.com/WebResource/Scripts/WWW/RemoteTemplate-b261344f.jsScript200439 KiB
https://promotions.newegg.com/tile-module-banner/System/Desktop%20PC/System-Desktop%20PC-BG.pngImage200310 KiB
https://secure.newegg.com/api/storageHubDocument200242 KiB
https://c1.neweggimages.com/WebResource/Scripts/WWW/common~home~Home-43c016ef.jsScript200217 KiB
https://promotions.newegg.com/montech/26-0506/1150x320.pngImage200182 KiB
https://c1.neweggimages.com/webresource/themes/Nest/banners/asus_nuc_configurator-2.pngImage200179 KiB
https://cdn1.affirm.com/js/v2/affirm.jsScript200146 KiB
https://imk.neweggimages.com/webresource/scripts/gatra/lib/usa/neggtm.js?negg=2&id=GTM-WJ2PC5CScript200146 KiB
https://imk.neweggimages.com/webresource/scripts/gatra/lib/usa/neggtagDestination.js?id=G-TR46GG8HLR&v=1&cx=c&negg=2&gtm=4e66h0Script200140 KiB
https://imk.neweggimages.com/webresource/scripts/gatra/lib/usa/neggtag.js?id=G-TR46GG8HLR&v=1&cx=c&negg=2&gtm=4e66h0Script200140 KiB
https://promotions.newegg.com/tile-module-banner/Non-core/Wireless%20Networking/Non-core-Wireless%20Networking.pngImage200137 KiB
https://c1.neweggimages.com/nobgproductcompressall300/24-475-543-11.pngImage200119 KiB
https://c1.neweggimages.com/webresource/themes/Nest/banners/pc_builder-2.pngImage200114 KiB
https://c1.neweggimages.com/webresource/themes/Nest/holidays/anniversary/item1.pngImage200109 KiB
https://c1.neweggimages.com/WebResource/Themes/WWW/CSS/Home-fc59d00a95.cssStylesheet200109 KiB
https://c1.neweggimages.com/nobgproductcompressall300/88-026-011-V02.jpgImage200108 KiB
https://c1.neweggimages.com/webresource/themes/Nest/banners/gaming_pc_finder-2.pngImage200104 KiB
https://c1.neweggimages.com/nobgproductcompressall300/83-420-012-03.pngImage200103 KiB
https://c1.neweggimages.com/webresource/themes/Nest/holidays/anniversary/25th_anniversary.pngImage200103 KiB
https://promotions.newegg.com/nepro/26-0650/1300x320.jpgImage20098 KiB
https://c1.neweggimages.com/nobgproductcompressall300/23-193-171-08.pngImage20093 KiB
https://promotions.newegg.com/nepro/24-0413/420x500.jpgImage20092 KiB
https://c1.neweggimages.com/WebResource/Themes/WWW/CSS/RemoteTemplate-f9f8bfe49a.cssStylesheet20088 KiB
https://www.newegg.com/Document20088 KiB
https://c1.neweggimages.com/nobgproductcompressall300/83-420-051-09.pngImage20087 KiB
https://c1.neweggimages.com/webresource/themes/Nest/holidays/anniversary/illus-top-2.pngImage20085 KiB
https://c1.neweggimages.com/WebResource/Themes/WWW/fonts/Montserrat-Solid.woff2Font20084 KiB
https://c1.neweggimages.com/nobgproductcompressall300/83-360-969-25.jpgImage20083 KiB

Long tasks (>50 ms)

StartDuration
5329 ms1161 ms
1000 ms422 ms
4022 ms339 ms
2018 ms328 ms
7289 ms303 ms
4542 ms287 ms
6616 ms262 ms
3406 ms219 ms
3051 ms208 ms
516 ms202 ms
Analyzing…
running mobile + desktop · ~30s