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 (≈6,562 across regions). Most tokens are real content — the agent isn't paying much for chrome.
Final screenshot
Diagnostics
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 (≈10,546 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
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)
~ 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
~ Server response (TTFB) low impact 1043ms (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=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.59f0b394.js — 1104 KiB transferred, 45.4% unused (third-party)
longest task 258 ms (9 total)
lowescdn.com — 3740 KiB, 45 requests, 771 ms main-thread
time to first byte
10.9 MB total
Third-party impact
242 third-party requests · 5765 KiB (51.7% of transfer) · 801 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 | 45 | 3740 KiB | 771 ms |
| doubleclick.net | 15 | 301 KiB | 30 ms |
| facebook.net | 2 | 195 KiB | — |
| screenmeet.com | 3 | 169 KiB | — |
| tiktok.com | 7 | 163 KiB | — |
| fullstory.com | 7 | 137 KiB | — |
| fwcdn3.com | 1 | 126 KiB | — |
| wandzcdn.com | 2 | 120 KiB | — |
| adobedtm.com | 46 | 99 KiB | — |
| nmgassets.com | 1 | 88 KiB | — |
| kampyle.com | 3 | 82 KiB | — |
| go-mpulse.net | 2 | 60 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://www.lowescdn.com/engage-one/0.0.1/vendors.59f0b394.js 3P | 1104 KiB | 45.4% | 501 KiB |
| https://www.lowescdn.com/mfe/login_authentication_mfe/2_36_16/userAccess.umd.js 3P | 452 KiB | 68.2% | 308 KiB |
| https://www.lowescdn.com/engage-one/0.0.1/client.7685460d.js 3P | 267 KiB | 72% | 193 KiB |
| https://www.lowescdn.com/mfe/purchase_atc_flyout/1_57_0/atc.umd.js 3P | 294 KiB | 62.4% | 184 KiB |
| https://securepubads.g.doubleclick.net/pagead/managed/js/gpt/m202609160101/pubads_impl.js?cb=122881093 3P | 211 KiB | 61.3% | 130 KiB |
| https://www.lowes.com/r3t6w5/gtag/js?id=DC-6450450&l=googleDataLayer | 178 KiB | 71.9% | 128 KiB |
| https://www.lowes.com/n9v2c7/gtag/js?id=DC-12808899&l=googleDataLayer | 150 KiB | 76% | 114 KiB |
| https://cobrowse.screenmeet.com/CobrowseCore.js 3P | 115 KiB | 85% | 98 KiB |
| https://www.lowes.com/k7x2m9/gtag/js?id=G-CCRV6W4CXY&l=googleDataLayer | 185 KiB | 49.9% | 92 KiB |
| https://www.lowes.com/k7x2m9/IZPlAd3amqLvBZO5gPlH65Krevg3Uuho13p3fPp6tzOuoKMNy8G4jf9Xhe3FrUvmzqVwtmsHvcNS | 170 KiB | 51.7% | 88 KiB |
| https://www.lowes.com/k7x2m9/IZPlAd3an7bvApe_gfRD4o3_dLk0AOhr3Vl6bd9XoiuHs_wLwdq406VAzreFpUDrw6Mh7MNS | 178 KiB | 48.6% | 86 KiB |
| https://www.lowes.com/k7x2m9/IZPlAd3an7bvBZGygfhO65K1JeM8AOBg1HhfeMp6jzObpKhO2p_mluRT1-eM9BPkkvt5tmnDUg | 150 KiB | 53.4% | 80 KiB |
| https://www.lowescdn.com/global-header-footer/search/mh-vendors-1.e2318b95.js 3P | 100 KiB | 79.4% | 79 KiB |
| https://www.lowescdn.com/engage-one/0.0.1/recosCardUi.29b3eefe.js 3P | 100 KiB | 77.7% | 78 KiB |
| https://asset.fwcdn3.com/js/fwn.js 3P | 126 KiB | 59.5% | 75 KiB |
Network
Heaviest requests (30)
| URL | Type | Status | Transfer |
|---|---|---|---|
| https://mobileimages.lowes.com/productimages/f10f8f1c-9855-454f-88c5-76376c964c30/92074619.jpeg | Image | 200 | 1377 KiB |
| https://www.lowescdn.com/engage-one/0.0.1/vendors.59f0b394.js | Script | 200 | 1104 KiB |
| https://www.lowescdn.com/mfe/login_authentication_mfe/2_36_16/userAccess.umd.js | Script | 200 | 452 KiB |
| https://mobileimages.lowes.com/productimages/14f7dc08-e15b-4403-98a1-522f363d50f9/70762120.jpeg | Image | 200 | 319 KiB |
| https://www.lowescdn.com/mfe/purchase_atc_flyout/1_57_0/atc.umd.js | Script | 200 | 294 KiB |
| https://www.lowescdn.com/engage-one/0.0.1/client.7685460d.js | Script | 200 | 267 KiB |
| https://mobileimages.lowes.com/productimages/f56e0820-b5d0-46b2-9066-bd482eb4edcb/85284278.jpeg | Image | 200 | 258 KiB |
| https://mobileimages.lowes.com/productimages/1b391a87-d2ec-4035-8d5a-fb86a66cda1b/87052304.jpeg | Image | 200 | 231 KiB |
| https://securepubads.g.doubleclick.net/pagead/managed/js/gpt/m202609160101/pubads_impl.js?cb=122881093 | Script | 200 | 211 KiB |
| https://mobileimages.lowes.com/marketingimages/51b1c5bb-b1bb-453e-be32-fd64abad1984/hp-lowes-community-impact-DP18-1182484-dt-v2.png | Image | 200 | 194 KiB |
| https://www.lowes.com/nYlms_/DBQV11/RV/VjzD/psZrd84xc/EbD5rkaY1amOcJ/VXtXUF1EAg/Sw0QYF9/BCBE | Script | 200 | 186 KiB |
| https://www.lowes.com/k7x2m9/gtag/js?id=G-CCRV6W4CXY&l=googleDataLayer | Script | 200 | 185 KiB |
| https://www.lowescdn.com/luca-client/6ab3da1e83a/build-chat-component/chat-invite.min.js | XHR | 200 | 184 KiB |
| https://www.lowes.com/k7x2m9/IZPlAd3an7bvApe_gfRD4o3_dLk0AOhr3Vl6bd9XoiuHs_wLwdq406VAzreFpUDrw6Mh7MNS | Script | 200 | 178 KiB |
| https://www.lowes.com/r3t6w5/gtag/js?id=DC-6450450&l=googleDataLayer | Script | 200 | 178 KiB |
| https://www.lowes.com/nYlms_/DBQV11/RV/VjzD/psZrd84xc/tkD5rkaY/AxpfUF1EAg/aGsCczR/kBGI6?v=be727042-c379-84c5-0d79-09a141b3b81e | Script | 200 | 171 KiB |
| https://www.lowes.com/k7x2m9/IZPlAd3amqLvBZO5gPlH65Krevg3Uuho13p3fPp6tzOuoKMNy8G4jf9Xhe3FrUvmzqVwtmsHvcNS | Script | 200 | 170 KiB |
| https://www.lowescdn.com/mfe/recs_module/2_143_0/vendors-node_modules_backyard_design-tokens_v3_index_js-node_modules_backyard_icons_ChevronDo-26cf55.a231eebf3f99c07db710.js | Script | 200 | 155 KiB |
| https://www.lowes.com/n9v2c7/gtag/js?id=DC-12808899&l=googleDataLayer | Script | 200 | 150 KiB |
| https://mobileimages.lowes.com/productimages/f4e32b46-8dd1-4c8e-bf4a-4b5a7cd2fdb4/89699017.jpeg | Image | 200 | 150 KiB |
| https://www.lowes.com/k7x2m9/IZPlAd3an7bvBZGygfhO65K1JeM8AOBg1HhfeMp6jzObpKhO2p_mluRT1-eM9BPkkvt5tmnDUg | Script | 200 | 150 KiB |
| https://mobileimages.lowes.com/productimages/dd1957f0-e590-4194-8470-02567f27b4aa/08783337.jpg | Image | 200 | 139 KiB |
| https://asset.fwcdn3.com/js/fwn.js | Script | 200 | 126 KiB |
| https://cobrowse.screenmeet.com/CobrowseCore.js | Script | 200 | 115 KiB |
| https://analytics.tiktok.com/i18n/pixel/static/main.MWU2MzIzODM0MQ.js | Script | 200 | 115 KiB |
| https://connect.facebook.net/en_US/fbevents.js | Script | 200 | 111 KiB |
| https://mobileimages.lowes.com/marketingimages/98c9b329-72bf-4c5b-ae9d-7c747760ec13/hp-hero-football-fan-gift-dp18-1261256-dt.jpeg | Image | 200 | 102 KiB |
| https://mobileimages.lowes.com/productimages/2bd705c4-7a00-4720-b2f7-f471af6ce25a/67099993.jpeg | Image | 200 | 101 KiB |
| https://www.lowescdn.com/engage-one/0.0.1/recosCardUi.29b3eefe.js | Script | 200 | 100 KiB |
| https://www.lowescdn.com/global-header-footer/search/mh-vendors-1.e2318b95.js | Script | 200 | 100 KiB |
Long tasks (>50 ms)
| Start | Duration |
|---|---|
| 894 ms | 258 ms |
| 1172 ms | 127 ms |
| 1420 ms | 106 ms |
| 2843 ms | 68 ms |
| 1350 ms | 59 ms |
| 1954 ms | 57 ms |
| 2102 ms | 57 ms |
| 675 ms | 53 ms |
| 2503 ms | 51 ms |