www.lowes.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 is likely to fabricate missing details rather than say “I don’t know”. 2/7 applicable facts come from machine-readable structured data.
Metrics
Token Cost breakdown
Where the page's tokens go (≈15,047 across regions). Most tokens are real content — the agent isn't paying much for chrome.
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.
Rendered profile: headless
Metrics
Token Cost breakdown
Where the page's tokens go (≈5,778 across regions). Most tokens are real content — the agent isn't paying much for chrome.
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.
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 (6)
~ No content-blocking cookie wall medium impact Consent platform: trustarc (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/
✗ 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
~ 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 (6)
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=31536000 |
| ✅ 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
vendors.d54c4dde.js — 1105 KiB transferred, 45.5% unused (third-party)
lowescdn.com — 3725 KiB, 60 requests, 4698 ms main-thread
longest task 677 ms (10 total)
8.8 MB total
Third-party impact
262 third-party requests · 5685 KiB (62.9% of transfer) · 9542 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 |
|---|---|---|---|
| lowescdn.com | 60 | 3725 KiB | 4698 ms |
| doubleclick.net | 17 | 286 KiB | 613 ms |
| screenmeet.com | 3 | 168 KiB | 59 ms |
| facebook.net | 2 | 167 KiB | 209 ms |
| tiktok.com | 7 | 161 KiB | 170 ms |
| fullstory.com | 8 | 136 KiB | 355 ms |
| fwcdn3.com | 1 | 120 KiB | 23 ms |
| wandzcdn.com | 2 | 119 KiB | 365 ms |
| adobedtm.com | 48 | 100 KiB | 675 ms |
| nmgassets.com | 1 | 88 KiB | 1072 ms |
| kampyle.com | 3 | 82 KiB | 297 ms |
| go-mpulse.net | 2 | 63 KiB | 154 ms |
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://www.lowescdn.com/engage-one/0.0.1/vendors.d54c4dde.js 3P | 1105 KiB | 45.5% | 503 KiB |
| https://www.lowescdn.com/mfe/login_authentication_mfe/2_36_5/userAccess.umd.js 3P | 451 KiB | 68.1% | 307 KiB |
| https://www.lowescdn.com/engage-one/0.0.1/client.9f9f78de.js 3P | 268 KiB | 72% | 193 KiB |
| https://www.lowescdn.com/mfe/purchase_atc_flyout/1_42_0/atc.umd.js 3P | 305 KiB | 62.8% | 191 KiB |
| https://www.lowes.com/r3t6w5/gtag/js?id=DC-6450450&l=googleDataLayer | 166 KiB | 72.6% | 121 KiB |
| https://securepubads.g.doubleclick.net/pagead/managed/js/gpt/m202607210101/pubads_impl.js 3P | 197 KiB | 61% | 120 KiB |
| https://www.lowes.com/n9v2c7/gtag/js?id=DC-12808899&l=googleDataLayer | 145 KiB | 76.1% | 111 KiB |
| https://cobrowse.screenmeet.com/CobrowseCore.js 3P | 115 KiB | 85.4% | 98 KiB |
| https://www.lowes.com/k7x2m9/gtag/js?id=G-CCRV6W4CXY&l=googleDataLayer | 179 KiB | 49.1% | 88 KiB |
| https://www.lowes.com/k7x2m9/IZPlAd3an7bvApe_gfRD4o3_dLk0AOhr3Vl6bd9XoiuHs_wLwdq406VAzreFpUDlxqMh78NS | 167 KiB | 49.9% | 83 KiB |
| https://www.lowes.com/k7x2m9/IZPlAd3an7bvBZGygfhO65K1JeM8AOBg1HhfeMp6jzObpKhO2p_mluRT1-eM9BPknP55tmrDUg | 145 KiB | 54.2% | 79 KiB |
| https://www.lowes.com/k7x2m9/IZPlAd3amqLvBZO5gPlH65Krevg3Uuho13p3fPp6tzOuoKMNy8G4jf9Xhe3FrUvmzqV-s2sHvsNS | 162 KiB | 48.1% | 78 KiB |
| https://www.lowescdn.com/engage-one/0.0.1/recosCardUi.be72cfd2.js 3P | 100 KiB | 77.7% | 78 KiB |
| https://www.lowescdn.com/global-header-footer/search/mh-vendors-1.55192e42.js 3P | 97 KiB | 79% | 77 KiB |
| https://asset.fwcdn3.com/js/fwn.js 3P | 120 KiB | 59.5% | 72 KiB |
Network
Heaviest requests (30)
| URL | Type | Status | Transfer |
|---|---|---|---|
| https://www.lowescdn.com/engage-one/0.0.1/vendors.d54c4dde.js | Script | 200 | 1105 KiB |
| https://www.lowescdn.com/mfe/login_authentication_mfe/2_36_5/userAccess.umd.js | Script | 200 | 451 KiB |
| https://mobileimages.lowes.com/marketingimages/9930edac-a382-46ee-be8c-954a85997cca/hp-hero-3x-trending-at-lowes-dp18-1224979-dt.png | Image | 200 | 353 KiB |
| https://mobileimages.lowes.com/marketingimages/13221ff1-c3c1-4f71-baab-1016593948e9/hp-hero-valspar-exterior-paint-dp18-1228390-dt.png | Image | 200 | 329 KiB |
| https://www.lowescdn.com/mfe/purchase_atc_flyout/1_42_0/atc.umd.js | Script | 200 | 305 KiB |
| https://www.lowescdn.com/engage-one/0.0.1/client.9f9f78de.js | Script | 200 | 268 KiB |
| https://mobileimages.lowes.com/marketingimages/bb359e48-e59f-4e60-9d1d-c9b74a43359b/hp-hero-movie-night-dp18-1224979-dt.png | Image | 200 | 249 KiB |
| https://securepubads.g.doubleclick.net/pagead/managed/js/gpt/m202607210101/pubads_impl.js | Script | 200 | 197 KiB |
| https://www.lowes.com/eFXcBZ/N-Os/4c/8fXQ/4vklVt1I/1D7zr2u5hu3mzG9cV5/YxxmKQ/Y30wMH/EXOWgB | Script | 200 | 181 KiB |
| https://www.lowes.com/k7x2m9/gtag/js?id=G-CCRV6W4CXY&l=googleDataLayer | Script | 200 | 179 KiB |
| https://www.lowes.com/k7x2m9/IZPlAd3an7bvApe_gfRD4o3_dLk0AOhr3Vl6bd9XoiuHs_wLwdq406VAzreFpUDlxqMh78NS | Script | 200 | 167 KiB |
| https://www.lowes.com/r3t6w5/gtag/js?id=DC-6450450&l=googleDataLayer | Script | 200 | 166 KiB |
| https://www.lowes.com/k7x2m9/IZPlAd3amqLvBZO5gPlH65Krevg3Uuho13p3fPp6tzOuoKMNy8G4jf9Xhe3FrUvmzqV-s2sHvsNS | Script | 200 | 162 KiB |
| https://www.lowescdn.com/luca-client/6835e5f73cf/build-chat-component/chat-invite.min.js | XHR | 200 | 153 KiB |
| https://www.lowes.com/eFXcBZ/N-Os/4c/8fXQ/4vklVt1I/mh7zr2u5hu3m/aFVpKQ/XnUDV2/wWRlV1?v=b4fa0de6-8842-9768-bee4-8428d6b3b81e | Script | 200 | 150 KiB |
| https://mobileimages.lowes.com/marketingimages/156672ea-f816-4147-a45c-1d99eae02012/hp-split-captain-flash-sale-appliance-dp18-1228390-dt.gif | Image | 200 | 146 KiB |
| https://www.lowes.com/n9v2c7/gtag/js?id=DC-12808899&l=googleDataLayer | Script | 200 | 145 KiB |
| https://www.lowes.com/k7x2m9/IZPlAd3an7bvBZGygfhO65K1JeM8AOBg1HhfeMp6jzObpKhO2p_mluRT1-eM9BPknP55tmrDUg | Script | 200 | 145 KiB |
| https://asset.fwcdn3.com/js/fwn.js | Script | 200 | 120 KiB |
| https://cobrowse.screenmeet.com/CobrowseCore.js | Script | 200 | 115 KiB |
| https://analytics.tiktok.com/i18n/pixel/static/main.MTkwNzNhYjk5MQ.js | Script | 200 | 114 KiB |
| https://connect.facebook.net/en_US/fbevents.js | Script | 200 | 103 KiB |
| https://www.lowescdn.com/engage-one/0.0.1/recosCardUi.be72cfd2.js | Script | 200 | 100 KiB |
| https://www.lowescdn.com/global-header-footer/search/mh-vendors-1.55192e42.js | Script | 200 | 97 KiB |
| https://mobileimages.lowes.com/marketingimages/1d6fa4b4-9845-489f-96aa-dca2cbf3530a/hp-captain-kitchen-heart-of-home-dp18-1224979-dt-v1.png | Image | 200 | 96 KiB |
| https://mobileimages.lowes.com/marketingimages/f8f7addb-7352-41aa-8c33-50151948ed3b/hp-hero-ring-video-dp18-1224979-dt.png | Image | 200 | 94 KiB |
| https://www.lowescdn.com/global-header-footer/search/header-v2.8d15b610.js | Script | 200 | 92 KiB |
| https://mobileimages.lowes.com/marketingimages/946dc7ce-fdb2-427c-b98f-f04ea32694ab/hp-hero-moen-dp18-1228390-dt.png | Image | 200 | 90 KiB |
| https://www.lowescdn.com/visual-search-react/d22dc/build/index.backyard.min.js | Script | 200 | 90 KiB |
| https://gs.nmgassets.com/LODOWS854.js | Script | 200 | 88 KiB |
Long tasks (>50 ms)
| Start | Duration |
|---|---|
| 1494 ms | 677 ms |
| 8713 ms | 648 ms |
| 10168 ms | 538 ms |
| 6546 ms | 438 ms |
| 5174 ms | 421 ms |
| 4179 ms | 395 ms |
| 2226 ms | 372 ms |
| 726 ms | 368 ms |
| 3119 ms | 256 ms |
| 6322 ms | 201 ms |