www.lowes.com

Report from 9/21/2026, 1:22:57 PM https://www.lowes.com
Latest run · lab, cold cache
49
9/21/2026
28-day score · p75 · the standard
49
24 runs
CRR100%latest
SSD47%latest
TC72 toklatest
TTFUT735 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/lowes.com.svg)](https://agentvitals.dev/results?url=https%3A%2F%2Fwww.lowes.com)
<a href="https://agentvitals.dev/results?url=https%3A%2F%2Fwww.lowes.com"><img src="https://agentvitals.dev/badge/lowes.com.svg" alt="Core Agent Vitals" height="20"></a>
What AI tells your customers about youAgent confidence: LOW
Business nameLowe's
CategoryOrganization
🟡Price$99 · guessed from page text (no structured data)
Locationnot found
Hoursnot found
Productsnot found
🟡DescriptionShop tools, appliances, building supplies, carpet, bathroom, lighting and more. Pros can take advantage of Pro offers, credit and business resources. · 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.

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

Metrics

5%
CRR Content Recovery Poor
0.71
SSD Semantic Signal Density Good
1,354 tok
TC Token Cost Good
1358 ms
TTFUT Time to First Useful Token N/A

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.

Content
89.3% · 9,421
Chrome (nav / header / footer)
10.7% · 1,125
Boilerplate (cookie / ad)
0% · 0
Other
0% · 0

Final screenshot

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

Diagnostics

high CRR Content is hidden behind JavaScript

pre-JS raw HTML

Evidence95% 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.

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 Absent at /llms.txt and /.well-known/llms.txt Learn →
robots.txt (AI bots) Major AI bots allowed Learn →
sitemap.xml Found at /sitemap.xml Learn →
JSON-LD structured data Types: Organization, WebSite Learn →
~ agents.json Absent (emerging standard) Learn →
~ WebMCP endpoint Absent (emerging standard) Learn →
~ OpenAPI / API docs No OpenAPI/Swagger found Learn →

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.

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

~ 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.

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✓ Machine-readable prices✓ Structured data (JSON-LD)✓ XML sitemap present + fresh

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
✅ 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

vendors.59f0b394.js — 1104 KiB transferred, 45.4% unused (third-party)

EvidenceCDP JS coverage: 501 KiB of this bundle is never executed on load.
Impact~-501 KiB transfer; lower Token Cost + faster agent parse.
Effort30–90 min
FixDynamic-import() the below-the-fold parts of vendors.59f0b394.js, or drop unused dependencies. It is third-party — lazy-load or remove it.
highBreak up long main-thread tasks

longest task 258 ms (9 total)

EvidenceMain thread blocked 258 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.
mediumCut third-party weight

lowescdn.com — 3740 KiB, 45 requests, 771 ms main-thread

EvidenceThird-party is 51.7% of total transfer (242 requests); lowescdn.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 lowescdn.com; defer non-critical third-party scripts.
mediumLower server response time

time to first byte

EvidenceTTFB is 610 ms.
ImpactEarlier first useful token (TTFUT).
Effort1–3 h
FixCache at the edge (CDN), reduce server work, avoid redirect chains.
mediumCut total transfer weight

10.9 MB total

Evidence10.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

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 domainReqsTransferMain-thread
lowescdn.com453740 KiB771 ms
doubleclick.net15301 KiB30 ms
facebook.net2195 KiB
screenmeet.com3169 KiB
tiktok.com7163 KiB
fullstory.com7137 KiB
fwcdn3.com1126 KiB
wandzcdn.com2120 KiB
adobedtm.com4699 KiB
nmgassets.com188 KiB
kampyle.com382 KiB
go-mpulse.net260 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://www.lowescdn.com/engage-one/0.0.1/vendors.59f0b394.js 3P1104 KiB45.4%501 KiB
https://www.lowescdn.com/mfe/login_authentication_mfe/2_36_16/userAccess.umd.js 3P452 KiB68.2%308 KiB
https://www.lowescdn.com/engage-one/0.0.1/client.7685460d.js 3P267 KiB72%193 KiB
https://www.lowescdn.com/mfe/purchase_atc_flyout/1_57_0/atc.umd.js 3P294 KiB62.4%184 KiB
https://securepubads.g.doubleclick.net/pagead/managed/js/gpt/m202609160101/pubads_impl.js?cb=122881093 3P211 KiB61.3%130 KiB
https://www.lowes.com/r3t6w5/gtag/js?id=DC-6450450&l=googleDataLayer178 KiB71.9%128 KiB
https://www.lowes.com/n9v2c7/gtag/js?id=DC-12808899&l=googleDataLayer150 KiB76%114 KiB
https://cobrowse.screenmeet.com/CobrowseCore.js 3P115 KiB85%98 KiB
https://www.lowes.com/k7x2m9/gtag/js?id=G-CCRV6W4CXY&l=googleDataLayer185 KiB49.9%92 KiB
https://www.lowes.com/k7x2m9/IZPlAd3amqLvBZO5gPlH65Krevg3Uuho13p3fPp6tzOuoKMNy8G4jf9Xhe3FrUvmzqVwtmsHvcNS170 KiB51.7%88 KiB
https://www.lowes.com/k7x2m9/IZPlAd3an7bvApe_gfRD4o3_dLk0AOhr3Vl6bd9XoiuHs_wLwdq406VAzreFpUDrw6Mh7MNS178 KiB48.6%86 KiB
https://www.lowes.com/k7x2m9/IZPlAd3an7bvBZGygfhO65K1JeM8AOBg1HhfeMp6jzObpKhO2p_mluRT1-eM9BPkkvt5tmnDUg150 KiB53.4%80 KiB
https://www.lowescdn.com/global-header-footer/search/mh-vendors-1.e2318b95.js 3P100 KiB79.4%79 KiB
https://www.lowescdn.com/engage-one/0.0.1/recosCardUi.29b3eefe.js 3P100 KiB77.7%78 KiB
https://asset.fwcdn3.com/js/fwn.js 3P126 KiB59.5%75 KiB

Network

405Requests
11152 KiBTransferred
210Scripts
51.7%3rd-party
9Long tasks
Script (210)
6804 KiB
Image (71)
3595 KiB
XHR (46)
387 KiB
Fetch (24)
116 KiB
Font (2)
106 KiB
Document (14)
64 KiB
Ping (26)
32 KiB
Other (10)
24 KiB
Media (1)
22 KiB
Stylesheet (1)
2 KiB
Heaviest requests (30)
URLTypeStatusTransfer
https://mobileimages.lowes.com/productimages/f10f8f1c-9855-454f-88c5-76376c964c30/92074619.jpegImage2001377 KiB
https://www.lowescdn.com/engage-one/0.0.1/vendors.59f0b394.jsScript2001104 KiB
https://www.lowescdn.com/mfe/login_authentication_mfe/2_36_16/userAccess.umd.jsScript200452 KiB
https://mobileimages.lowes.com/productimages/14f7dc08-e15b-4403-98a1-522f363d50f9/70762120.jpegImage200319 KiB
https://www.lowescdn.com/mfe/purchase_atc_flyout/1_57_0/atc.umd.jsScript200294 KiB
https://www.lowescdn.com/engage-one/0.0.1/client.7685460d.jsScript200267 KiB
https://mobileimages.lowes.com/productimages/f56e0820-b5d0-46b2-9066-bd482eb4edcb/85284278.jpegImage200258 KiB
https://mobileimages.lowes.com/productimages/1b391a87-d2ec-4035-8d5a-fb86a66cda1b/87052304.jpegImage200231 KiB
https://securepubads.g.doubleclick.net/pagead/managed/js/gpt/m202609160101/pubads_impl.js?cb=122881093Script200211 KiB
https://mobileimages.lowes.com/marketingimages/51b1c5bb-b1bb-453e-be32-fd64abad1984/hp-lowes-community-impact-DP18-1182484-dt-v2.pngImage200194 KiB
https://www.lowes.com/nYlms_/DBQV11/RV/VjzD/psZrd84xc/EbD5rkaY1amOcJ/VXtXUF1EAg/Sw0QYF9/BCBEScript200186 KiB
https://www.lowes.com/k7x2m9/gtag/js?id=G-CCRV6W4CXY&l=googleDataLayerScript200185 KiB
https://www.lowescdn.com/luca-client/6ab3da1e83a/build-chat-component/chat-invite.min.jsXHR200184 KiB
https://www.lowes.com/k7x2m9/IZPlAd3an7bvApe_gfRD4o3_dLk0AOhr3Vl6bd9XoiuHs_wLwdq406VAzreFpUDrw6Mh7MNSScript200178 KiB
https://www.lowes.com/r3t6w5/gtag/js?id=DC-6450450&l=googleDataLayerScript200178 KiB
https://www.lowes.com/nYlms_/DBQV11/RV/VjzD/psZrd84xc/tkD5rkaY/AxpfUF1EAg/aGsCczR/kBGI6?v=be727042-c379-84c5-0d79-09a141b3b81eScript200171 KiB
https://www.lowes.com/k7x2m9/IZPlAd3amqLvBZO5gPlH65Krevg3Uuho13p3fPp6tzOuoKMNy8G4jf9Xhe3FrUvmzqVwtmsHvcNSScript200170 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.jsScript200155 KiB
https://www.lowes.com/n9v2c7/gtag/js?id=DC-12808899&l=googleDataLayerScript200150 KiB
https://mobileimages.lowes.com/productimages/f4e32b46-8dd1-4c8e-bf4a-4b5a7cd2fdb4/89699017.jpegImage200150 KiB
https://www.lowes.com/k7x2m9/IZPlAd3an7bvBZGygfhO65K1JeM8AOBg1HhfeMp6jzObpKhO2p_mluRT1-eM9BPkkvt5tmnDUgScript200150 KiB
https://mobileimages.lowes.com/productimages/dd1957f0-e590-4194-8470-02567f27b4aa/08783337.jpgImage200139 KiB
https://asset.fwcdn3.com/js/fwn.jsScript200126 KiB
https://cobrowse.screenmeet.com/CobrowseCore.jsScript200115 KiB
https://analytics.tiktok.com/i18n/pixel/static/main.MWU2MzIzODM0MQ.jsScript200115 KiB
https://connect.facebook.net/en_US/fbevents.jsScript200111 KiB
https://mobileimages.lowes.com/marketingimages/98c9b329-72bf-4c5b-ae9d-7c747760ec13/hp-hero-football-fan-gift-dp18-1261256-dt.jpegImage200102 KiB
https://mobileimages.lowes.com/productimages/2bd705c4-7a00-4720-b2f7-f471af6ce25a/67099993.jpegImage200101 KiB
https://www.lowescdn.com/engage-one/0.0.1/recosCardUi.29b3eefe.jsScript200100 KiB
https://www.lowescdn.com/global-header-footer/search/mh-vendors-1.e2318b95.jsScript200100 KiB

Long tasks (>50 ms)

StartDuration
894 ms258 ms
1172 ms127 ms
1420 ms106 ms
2843 ms68 ms
1350 ms59 ms
1954 ms57 ms
2102 ms57 ms
675 ms53 ms
2503 ms51 ms
Analyzing…
running mobile + desktop · ~30s