www.wayfair.com

Report from 7/24/2026, 9:40:43 AM https://www.wayfair.com
Latest run · lab, cold cache
49
7/24/2026
28-day score · p75 · the standard
49
34 runs
CRR36%latest
SSD56%latest
TC351 toklatest
TTFUT266 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/wayfair.com.svg)](https://agentvitals.dev/results?url=https%3A%2F%2Fwww.wayfair.com)
<a href="https://agentvitals.dev/results?url=https%3A%2F%2Fwww.wayfair.com"><img src="https://agentvitals.dev/badge/wayfair.com.svg" alt="Core Agent Vitals" height="20"></a>
What AI tells your customers about youAgent confidence: MEDIUM
Business nameWayfair
CategoryWebSite
🟡Price$100 · 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
🟡DescriptionShop Wayfair for A Zillion Things Home across all styles and budgets. 5,000 brands of furniture, lighting, cookware, and more. Free Shipping on most items. · 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)
FAIL
0–4950–8990–100

Metrics

36%
CRR Content Recovery Poor
0.56
SSD Semantic Signal Density Needs work
351 tok
TC Token Cost Good
281 ms
TTFUT Time to First Useful Token N/A

Token Cost breakdown

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

Content
21% · 5,267
Chrome (nav / header / footer)
79% · 19,825
Boilerplate (cookie / ad)
0% · 0
Other
0% · 0

Final screenshot

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

Diagnostics

high CRR Content is hidden behind JavaScript

pre-JS raw HTML

Evidence64% of content requires JS · 36% of rendered content recovered (rest is placeholder/wrong)
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 79% of tokens are non-content (boilerplate/chrome)

agent representation — token decomposition

EvidenceToken decomposition: content 21%, chrome 79%, boilerplate 0%, other 0%. Only 21% 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 SSD Low signal-to-noise for agents

content vs chrome/boilerplate

Evidencesignal 0.10 · website JSON-LD 2/2
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 68/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) Major AI bots allowed Learn →
sitemap.xml No /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 (7)

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

~ No login wall on public content high impact Login signal: members only

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

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/

~ Server response (TTFB) low impact 1544ms (good ≤800, warn ≤1800)

Business impact Slow servers cause agents to time out and move on. Fast response keeps you in the running.

What we measured We time the response (time-to-first-byte) against good (<800ms) / warn (<1800ms) thresholds.

How to fix Use a CDN, caching and an optimized origin to get TTFB under 800ms.

Spec: https://web.dev/ttfb/

~ 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 (5)

✓ robots.txt allows AI bots✓ No CAPTCHA wall✓ No content-blocking cookie wall✓ Machine-readable prices✓ Structured data (JSON-LD)

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=15552000; includeSubDomains; preload
✅ 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

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

whole profile

EvidenceMeasured against a block/challenge page (a bot-wall/CAPTCHA was served (js.datadome.co)); 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

255 third-party requests · 24409 KiB (98.6% of transfer) · 3228 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
wfcdn.com19924202 KiB2695 ms
quantummetric.com45151 KiB481 ms
datadome.co244 KiB52 ms
conviva.com711 KiB
px-cdn.net11 KiB
px-cloud.net11 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://cdn.quantummetric.com/qscripts/quantum-wayfair.js 3P148 KiB51.6%76 KiB
https://prx.wayfair.com/px/client/main.min.js148 KiB48.8%72 KiB
https://assets.wfcdn.com/webpack/sf-ui-core-funnel/_next/static/chunks/11698-1fa438bb8703df2a.js 3P50 KiB94.7%48 KiB
https://assets.wfcdn.com/webpack/sf-ui-core-funnel/_next/static/chunks/61642-fcd419bcadf3f1f1.js 3P64 KiB74.3%47 KiB
https://assets.wfcdn.com/webpack/sf-ui-core-funnel/_next/static/chunks/72998-8bb236952171059b.js?dpl=2273d3a-main 3P66 KiB60.9%40 KiB
https://assets.wfcdn.com/webpack/sf-ui-core-funnel/_next/static/chunks/98496-40a9458923f86224.js 3P49 KiB78.8%39 KiB
https://assets.wfcdn.com/webpack/sf-ui-core-funnel/_next/static/chunks/acc06427.366cab688caf4775.js 3P59 KiB58.9%35 KiB
https://assets.wfcdn.com/webpack/sf-ui-core-funnel/_next/static/chunks/87c73c54-3b15dd412dc69ee3.js?dpl=2273d3a-main 3P62 KiB52.3%32 KiB
https://assets.wfcdn.com/webpack/sf-ui-core-funnel/_next/static/chunks/17610-d129ef66817fc514.js 3P57 KiB53.3%30 KiB
https://assets.wfcdn.com/webpack/sf-ui-core-funnel/_next/static/chunks/app/layout-19488d80b3582f56.js 3P40 KiB74.4%30 KiB
https://assets.wfcdn.com/webpack/sf-ui-core-funnel/_next/static/chunks/69668-c101f2f11ad8dce3.js 3P56 KiB52.2%29 KiB
https://assets.wfcdn.com/webpack/sf-ui-core-funnel/_next/static/chunks/31205-611630001ca90dea.js 3P44 KiB63.1%28 KiB
https://assets.wfcdn.com/webpack/sf-ui-core-funnel/_next/static/chunks/86559-e3692158674801b0.js 3P30 KiB88.3%26 KiB
https://assets.wfcdn.com/webpack/sf-ui-core-funnel/_next/static/chunks/45510-9ee88dd7e5e04896.js 3P34 KiB74.6%25 KiB
https://assets.wfcdn.com/webpack/sf-ui-core-funnel/_next/static/chunks/7356-6cf6387108d8880c.js 3P31 KiB81.2%25 KiB

Network

442Requests
24766 KiBTransferred
129Scripts
98.6%3rd-party
10Long tasks
Media (4)
20498 KiB
Script (129)
2497 KiB
Image (28)
1233 KiB
Stylesheet (38)
253 KiB
Document (1)
159 KiB
Font (4)
59 KiB
Fetch (110)
29 KiB
XHR (8)
18 KiB
Ping (107)
17 KiB
Other (13)
4 KiB
Heaviest requests (30)
URLTypeStatusTransfer
https://secure.img1-fg.wfcdn.com/dm/video/dfeee7ed-06b3-4123-a4ad-b888c7bfcc71/wfus_summer2026_gtm_onsite_outdoor_ph2_homefor_general_hero_desktop.mp4Media2067428 KiB
https://secure.img1-fg.wfcdn.com/dm/video/e8eb6259-ed8c-4d20-8869-6b02b224d9c7/wfus_summer2026_gtm_onsite_outdoor_ph2_botb_hero_desktop.mp4Media2067330 KiB
https://secure.img1-fg.wfcdn.com/dm/video/d4e36f72-9590-462f-949d-38c1f5a5ba03/wfus_2025_loyaltyxhousewares_non-members_hero_kitchenstaples_spring_desktop.mp4Media2063094 KiB
https://secure.img1-fg.wfcdn.com/dm/video/913a5cec-0a4f-453f-935a-6eb6ab584739/WFUSCA-BFIJ-Launch-Hero-Desktop.mp4Media2062646 KiB
https://assets.wfcdn.com/im/86488076/resize-h566-w2000%5Ecompr-r85/4393/439312765/outdoor_decor_from_%2415._affordable_finds_to_style_your_sanctuary._bargains_on_the_block._439312765.jpgImage200206 KiB
https://assets.wfcdn.com/im/60408892/resize-h566-w2000%5Ecompr-r85/3939/393937914/wayfair_rewards_members-only_unbeatable_savings_on_kitchen_staples%2C_plus_5%25_in_rewards_and_more_perks%21_join_today._up_to_25%25_off._393937914.jpgImage200185 KiB
https://assets.wfcdn.com/im/44931532/resize-h566-w2000%5Ecompr-r85/4393/439312743/greetings_from_the_outdoor_shop%2C_staycation_essentials_for_peak_summer_living%2C_lighting_from_%2450._439312743.jpgImage200160 KiB
https://www.wayfair.com/Document200159 KiB
https://prx.wayfair.com/px/client/main.min.jsScript200148 KiB
https://cdn.quantummetric.com/qscripts/quantum-wayfair.jsScript200148 KiB
https://assets.wfcdn.com/im/42529186/resize-h566-w2000%5Ecompr-r85/4650/465003761/bedsure_black_friday_in_july_sale%2C_up_to_70%25_off_bedding%2C_blankets%2C_and_more_on_select_items._465003761.jpgImage200140 KiB
https://assets.wfcdn.com/webpack/sf-ui-core-funnel/_next/static/chunks/77448-5cfe12fc8ca66cce.jsScript200105 KiB
https://assets.wfcdn.com/webpack/sf-ui-core-funnel/_next/static/chunks/97054-1da6c0d7d4973a33.jsScript20084 KiB
https://assets.wfcdn.com/im/73276170/resize-h400-w400%5Ecompr-r85/8419/84195534/Hongming+Machine+Woven+Denim%2FNavy%2FWhite+Indoor%2FOutdoor+Area+Rug.jpgImage20066 KiB
https://assets.wfcdn.com/webpack/sf-ui-core-funnel/_next/static/chunks/72998-8bb236952171059b.js?dpl=2273d3a-mainScript20066 KiB
https://assets.wfcdn.com/webpack/sf-ui-core-funnel/_next/static/chunks/61642-fcd419bcadf3f1f1.jsScript20064 KiB
https://assets.wfcdn.com/webpack/sf-ui-core-funnel/_next/static/chunks/87c73c54-3b15dd412dc69ee3.js?dpl=2273d3a-mainScript20062 KiB
https://assets.wfcdn.com/webpack/sf-ui-core-funnel/_next/static/chunks/acc06427.366cab688caf4775.jsScript20059 KiB
https://assets.wfcdn.com/webpack/sf-ui-core-funnel/_next/static/chunks/17610-d129ef66817fc514.jsScript20057 KiB
https://assets.wfcdn.com/webpack/sf-ui-core-funnel/_next/static/chunks/69668-c101f2f11ad8dce3.jsScript20056 KiB
https://assets.wfcdn.com/webpack/sf-ui-core-funnel/_next/static/chunks/20434-a935e285d1cbc0cc.jsScript20056 KiB
https://assets.wfcdn.com/webpack/sf-ui-core-funnel/_next/static/chunks/11698-1fa438bb8703df2a.jsScript20050 KiB
https://assets.wfcdn.com/webpack/sf-ui-core-funnel/_next/static/chunks/98496-40a9458923f86224.jsScript20049 KiB
https://assets.wfcdn.com/webpack/sf-ui-core-funnel/_next/static/chunks/99325-838e751158ff3687.jsScript20048 KiB
https://assets.wfcdn.com/webpack/sf-ui-core-funnel/_next/static/chunks/31205-611630001ca90dea.jsScript20044 KiB
https://js.datadome.co/tags.jsScript20043 KiB
https://assets.wfcdn.com/webpack/sf-ui-core-funnel/_next/static/chunks/app/layout-19488d80b3582f56.jsScript20040 KiB
https://assets.wfcdn.com/im/28439148/resize-h400-w400%5Ecompr-r85/2051/205162386/JoyJolt+24-Piece+Glass+Storage+Container+Kitchen+Food+Storage+Set+with+Lids.jpgImage20039 KiB
https://assets.wfcdn.com/im/33888568/resize-h566-w2000%5Ecompr-r85/4622/462230942/black_friday_in_july%2C_up_to_80%25_off%2C_everything_ships_free%2C_shop_now._some_exclusions_apply._462230942.jpgImage20039 KiB
https://assets.wfcdn.com/im/13854435/resize-h400-w400%5Ecompr-r85/1827/182716418/Jablon+39.4%22+Round+Glass+Top+Metal+Base+Dining+Table.jpgImage20038 KiB

Long tasks (>50 ms)

StartDuration
6072 ms570 ms
722 ms387 ms
3088 ms357 ms
1126 ms259 ms
5285 ms231 ms
4114 ms222 ms
3822 ms163 ms
5660 ms155 ms
4784 ms134 ms
2285 ms103 ms
Analyzing…
running mobile + desktop · ~30s