www.wayfair.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 gets the basics but will guess on the gaps. 2/4 applicable facts come from machine-readable structured data.
Metrics
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.
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.
content vs chrome/boilerplate
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
Metrics
Token Cost breakdown
Where the page's tokens go (≈25,240 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.
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.
content vs chrome/boilerplate
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
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)
✗ 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 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.
# robots.txt
Sitemap: https://example.com/sitemap.xml
~ 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.
~ 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 (5)
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 | max-age=15552000; includeSubDomains; preload |
| ✅ Content-Security-Policy | policy present, script-src does not allow inline |
| ❌ X-Content-Type-Options | missing nosniff |
| ⚠️ Referrer-Policy | no referrer-policy header (browser default applies) |
| ➖ CORS exposure | no CORS headers on the document (normal for an HTML page) |
How to improve
whole profile
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 domain | Reqs | Transfer | Main-thread |
|---|---|---|---|
| wfcdn.com | 199 | 24202 KiB | 2695 ms |
| quantummetric.com | 45 | 151 KiB | 481 ms |
| datadome.co | 2 | 44 KiB | 52 ms |
| conviva.com | 7 | 11 KiB | — |
| px-cdn.net | 1 | 1 KiB | — |
| px-cloud.net | 1 | 1 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).
| Bundle | Transfer | Unused | Wasted |
|---|---|---|---|
| https://cdn.quantummetric.com/qscripts/quantum-wayfair.js 3P | 148 KiB | 51.6% | 76 KiB |
| https://prx.wayfair.com/px/client/main.min.js | 148 KiB | 48.8% | 72 KiB |
| https://assets.wfcdn.com/webpack/sf-ui-core-funnel/_next/static/chunks/11698-1fa438bb8703df2a.js 3P | 50 KiB | 94.7% | 48 KiB |
| https://assets.wfcdn.com/webpack/sf-ui-core-funnel/_next/static/chunks/61642-fcd419bcadf3f1f1.js 3P | 64 KiB | 74.3% | 47 KiB |
| https://assets.wfcdn.com/webpack/sf-ui-core-funnel/_next/static/chunks/72998-8bb236952171059b.js?dpl=2273d3a-main 3P | 66 KiB | 60.9% | 40 KiB |
| https://assets.wfcdn.com/webpack/sf-ui-core-funnel/_next/static/chunks/98496-40a9458923f86224.js 3P | 49 KiB | 78.8% | 39 KiB |
| https://assets.wfcdn.com/webpack/sf-ui-core-funnel/_next/static/chunks/acc06427.366cab688caf4775.js 3P | 59 KiB | 58.9% | 35 KiB |
| https://assets.wfcdn.com/webpack/sf-ui-core-funnel/_next/static/chunks/87c73c54-3b15dd412dc69ee3.js?dpl=2273d3a-main 3P | 62 KiB | 52.3% | 32 KiB |
| https://assets.wfcdn.com/webpack/sf-ui-core-funnel/_next/static/chunks/17610-d129ef66817fc514.js 3P | 57 KiB | 53.3% | 30 KiB |
| https://assets.wfcdn.com/webpack/sf-ui-core-funnel/_next/static/chunks/app/layout-19488d80b3582f56.js 3P | 40 KiB | 74.4% | 30 KiB |
| https://assets.wfcdn.com/webpack/sf-ui-core-funnel/_next/static/chunks/69668-c101f2f11ad8dce3.js 3P | 56 KiB | 52.2% | 29 KiB |
| https://assets.wfcdn.com/webpack/sf-ui-core-funnel/_next/static/chunks/31205-611630001ca90dea.js 3P | 44 KiB | 63.1% | 28 KiB |
| https://assets.wfcdn.com/webpack/sf-ui-core-funnel/_next/static/chunks/86559-e3692158674801b0.js 3P | 30 KiB | 88.3% | 26 KiB |
| https://assets.wfcdn.com/webpack/sf-ui-core-funnel/_next/static/chunks/45510-9ee88dd7e5e04896.js 3P | 34 KiB | 74.6% | 25 KiB |
| https://assets.wfcdn.com/webpack/sf-ui-core-funnel/_next/static/chunks/7356-6cf6387108d8880c.js 3P | 31 KiB | 81.2% | 25 KiB |
Network
Heaviest requests (30)
| URL | Type | Status | Transfer |
|---|---|---|---|
| https://secure.img1-fg.wfcdn.com/dm/video/dfeee7ed-06b3-4123-a4ad-b888c7bfcc71/wfus_summer2026_gtm_onsite_outdoor_ph2_homefor_general_hero_desktop.mp4 | Media | 206 | 7428 KiB |
| https://secure.img1-fg.wfcdn.com/dm/video/e8eb6259-ed8c-4d20-8869-6b02b224d9c7/wfus_summer2026_gtm_onsite_outdoor_ph2_botb_hero_desktop.mp4 | Media | 206 | 7330 KiB |
| https://secure.img1-fg.wfcdn.com/dm/video/d4e36f72-9590-462f-949d-38c1f5a5ba03/wfus_2025_loyaltyxhousewares_non-members_hero_kitchenstaples_spring_desktop.mp4 | Media | 206 | 3094 KiB |
| https://secure.img1-fg.wfcdn.com/dm/video/913a5cec-0a4f-453f-935a-6eb6ab584739/WFUSCA-BFIJ-Launch-Hero-Desktop.mp4 | Media | 206 | 2646 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.jpg | Image | 200 | 206 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.jpg | Image | 200 | 185 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.jpg | Image | 200 | 160 KiB |
| https://www.wayfair.com/ | Document | 200 | 159 KiB |
| https://prx.wayfair.com/px/client/main.min.js | Script | 200 | 148 KiB |
| https://cdn.quantummetric.com/qscripts/quantum-wayfair.js | Script | 200 | 148 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.jpg | Image | 200 | 140 KiB |
| https://assets.wfcdn.com/webpack/sf-ui-core-funnel/_next/static/chunks/77448-5cfe12fc8ca66cce.js | Script | 200 | 105 KiB |
| https://assets.wfcdn.com/webpack/sf-ui-core-funnel/_next/static/chunks/97054-1da6c0d7d4973a33.js | Script | 200 | 84 KiB |
| https://assets.wfcdn.com/im/73276170/resize-h400-w400%5Ecompr-r85/8419/84195534/Hongming+Machine+Woven+Denim%2FNavy%2FWhite+Indoor%2FOutdoor+Area+Rug.jpg | Image | 200 | 66 KiB |
| https://assets.wfcdn.com/webpack/sf-ui-core-funnel/_next/static/chunks/72998-8bb236952171059b.js?dpl=2273d3a-main | Script | 200 | 66 KiB |
| https://assets.wfcdn.com/webpack/sf-ui-core-funnel/_next/static/chunks/61642-fcd419bcadf3f1f1.js | Script | 200 | 64 KiB |
| https://assets.wfcdn.com/webpack/sf-ui-core-funnel/_next/static/chunks/87c73c54-3b15dd412dc69ee3.js?dpl=2273d3a-main | Script | 200 | 62 KiB |
| https://assets.wfcdn.com/webpack/sf-ui-core-funnel/_next/static/chunks/acc06427.366cab688caf4775.js | Script | 200 | 59 KiB |
| https://assets.wfcdn.com/webpack/sf-ui-core-funnel/_next/static/chunks/17610-d129ef66817fc514.js | Script | 200 | 57 KiB |
| https://assets.wfcdn.com/webpack/sf-ui-core-funnel/_next/static/chunks/69668-c101f2f11ad8dce3.js | Script | 200 | 56 KiB |
| https://assets.wfcdn.com/webpack/sf-ui-core-funnel/_next/static/chunks/20434-a935e285d1cbc0cc.js | Script | 200 | 56 KiB |
| https://assets.wfcdn.com/webpack/sf-ui-core-funnel/_next/static/chunks/11698-1fa438bb8703df2a.js | Script | 200 | 50 KiB |
| https://assets.wfcdn.com/webpack/sf-ui-core-funnel/_next/static/chunks/98496-40a9458923f86224.js | Script | 200 | 49 KiB |
| https://assets.wfcdn.com/webpack/sf-ui-core-funnel/_next/static/chunks/99325-838e751158ff3687.js | Script | 200 | 48 KiB |
| https://assets.wfcdn.com/webpack/sf-ui-core-funnel/_next/static/chunks/31205-611630001ca90dea.js | Script | 200 | 44 KiB |
| https://js.datadome.co/tags.js | Script | 200 | 43 KiB |
| https://assets.wfcdn.com/webpack/sf-ui-core-funnel/_next/static/chunks/app/layout-19488d80b3582f56.js | Script | 200 | 40 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.jpg | Image | 200 | 39 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.jpg | Image | 200 | 39 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.jpg | Image | 200 | 38 KiB |
Long tasks (>50 ms)
| Start | Duration |
|---|---|
| 6072 ms | 570 ms |
| 722 ms | 387 ms |
| 3088 ms | 357 ms |
| 1126 ms | 259 ms |
| 5285 ms | 231 ms |
| 4114 ms | 222 ms |
| 3822 ms | 163 ms |
| 5660 ms | 155 ms |
| 4784 ms | 134 ms |
| 2285 ms | 103 ms |