www.homedepot.com

Report from 8/10/2026, 12:25:10 PM https://www.homedepot.com
Latest run · lab, cold cache
37
8/10/2026
28-day score · p75 · the standard
49
32 runs
▼ latest 12 below the 28-day score
CRR13%latest
SSD49%latest
TC317 toklatest
TTFUT145 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/homedepot.com.svg)](https://agentvitals.dev/results?url=https%3A%2F%2Fwww.homedepot.com)
<a href="https://agentvitals.dev/results?url=https%3A%2F%2Fwww.homedepot.com"><img src="https://agentvitals.dev/badge/homedepot.com.svg" alt="Core Agent Vitals" height="20"></a>
What AI tells your customers about youAgent confidence: LOW
Business nameThe Home Depot
CategoryOrganization
Pricenot found
Locationnot found
Hoursnot found
Productsnot found
🟡DescriptionShop online for all your home improvement needs: appliances, bathroom decorating ideas, kitchen remodeling, patio furniture, power tools, bbq grills, carpeting, lumber, concrete, lighting, ceiling… · 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.

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

Metrics

13%
CRR Content Recovery Poor
0.49
SSD Semantic Signal Density Needs work
317 tok
TC Token Cost Good
126 ms
TTFUT Time to First Useful Token N/A

Token Cost breakdown

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

Content
0.7% · 59
Chrome (nav / header / footer)
0% · 0
Boilerplate (cookie / ad)
0% · 0
Other
99.3% · 8,002

Final screenshot

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

Diagnostics

high CRR Content is hidden behind JavaScript

pre-JS raw HTML

Evidence87% of content requires JS · 13% 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 99.3% of tokens are non-content (boilerplate/chrome)

agent representation — token decomposition

EvidenceToken decomposition: content 0.7%, chrome 0%, boilerplate 0%, other 99.3%. Only 0.7000000000000028% 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.40 · website JSON-LD 1/2 · missing: name
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 78/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, Organization Learn →
~ agents.json Absent (emerging standard) Learn →
~ WebMCP endpoint Absent (emerging standard) Learn →
~ OpenAPI / API docs No OpenAPI/Swagger found Learn →

Issues (5)

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

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/

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

✓ robots.txt allows AI bots✓ No CAPTCHA wall✓ No content-blocking cookie wall✓ Machine-readable prices✓ No login wall on public content✓ Structured data (JSON-LD)✓ Server response (TTFB)

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.

70Transport posture (0–100, unscored)
3pass
1warn
1fail
Per-header findings (6)
HeaderEvidence
✅ HTTPSserved over HTTPS
✅ HSTSmax-age=63072000; includeSubDomains
❌ Content-Security-Policyno content-security-policy header
✅ X-Content-Type-Optionsnosniff
⚠️ 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

HomepageMetadataContainer.a8a273acba81782fa3c6.js — 808 KiB transferred, 64.9% unused (third-party)

EvidenceCDP JS coverage: 524 KiB of this bundle is never executed on load.
Impact~-524 KiB transfer; lower Token Cost + faster agent parse.
Effort30–90 min
FixDynamic-import() the below-the-fold parts of HomepageMetadataContainer.a8a273acba81782fa3c6.js, or drop unused dependencies. It is third-party — lazy-load or remove it.
highCut third-party weight

thdstatic.com — 2975 KiB, 118 requests, 1659 ms main-thread

EvidenceThird-party is 86.5% of total transfer (252 requests); thdstatic.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 thdstatic.com; defer non-critical third-party scripts.
highBreak up long main-thread tasks

longest task 887 ms (9 total)

EvidenceMain thread blocked 887 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 total transfer weight

5.4 MB total

Evidence5.4 MB transferred.
ImpactCheaper, faster fetch on slow links.
Effort1–3 h
FixEnable Brotli, serve WebP/AVIF images, defer non-critical resources.

Third-party impact

252 third-party requests · 4761 KiB (86.5% of transfer) · 1803 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
thdstatic.com1182975 KiB1659 ms
googletagmanager.com9584 KiB47 ms
sprinklr.com21408 KiB54 ms
forter.com11214 KiB
quantummetric.com13164 KiB
qualtrics.com21136 KiB
px-cloud.net7129 KiB14 ms
go-mpulse.net261 KiB
newrelic.com133 KiB7 ms
google-analytics.com121 KiB
getamigo.io418 KiB22 ms
doubleclick.net97 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://assets.thdstatic.com/experiences/my-homepage/HomepageMetadataContainer.a8a273acba81782fa3c6.js 3P808 KiB64.9%524 KiB
https://1ad356638475.cdn4.forter.com/sn/1ad356638475/sha256-s2EryHbW5IT9%2BZv5Tmsjd2MHMjNRiVL52Vh2xWmFGCI%3D/script.js 3P210 KiB49.2%104 KiB
https://assets.thdstatic.com/experiences/my-homepage/my-homepage.767d6a25fe7044072ed0.js 3P143 KiB67.2%96 KiB
https://www.googletagmanager.com/gtag/js?id=G-9H2R4ZXG4J&cx=c&gtm=4e6852 3P168 KiB52.8%89 KiB
https://live-chat-static.sprinklr.com/chat/SJvKhilP1/static/js/modern/default~live-chat-app~stream-app-index.283d7bfb.js 3P157 KiB48.3%76 KiB
https://assets.thdstatic.com/analytics/3p/b2c/desktop/beta/current/3p.js 3P140 KiB53.5%75 KiB
https://www.googletagmanager.com/gtag/js?id=AW-985322823&cx=c&gtm=4e6852 3P157 KiB47%74 KiB
https://www.googletagmanager.com/gtag/js?id=DC-3518820&cx=c&gtm=4e6852 3P136 KiB52.5%72 KiB
https://www.googletagmanager.com/gtag/js?id=UA-32593878-1 3P122 KiB56.8%69 KiB
https://assets.thdstatic.com/analytics/core/b2c/desktop/beta/current/thdAnalytics.core.js 3P77 KiB83.5%64 KiB
https://www.homedepot.com/Gslx3k29Gt/TXcpsM/O51i/NpOYpkp55kD1/egVMZzJ0Aw/agRf/FVgCYCN5?v=a14ea671-9946-f3f5-c53a-791527e7b81e180 KiB34.6%62 KiB
https://live-chat-static.sprinklr.com/chat/SJvKhilP1/static/js/modern/live-chat-app.a68878a8.js 3P95 KiB58.9%56 KiB
https://cdn.quantummetric.com/qscripts/quantum-homedepot.js 3P164 KiB31.3%51 KiB
https://client.px-cloud.net/PXJ770cP7Y/main.min.js 3P123 KiB39%48 KiB
https://s.go-mpulse.net/boomerang/36T59-9DHSJ-E4G5M-6UFW6-FTNMC 3P60 KiB50.8%30 KiB

Network

293Requests
5505 KiBTransferred
93Scripts
86.5%3rd-party
9Long tasks
Script (93)
3895 KiB
Image (91)
1121 KiB
Document (5)
217 KiB
Font (5)
100 KiB
XHR (47)
70 KiB
Stylesheet (3)
46 KiB
Other (7)
44 KiB
Fetch (34)
9 KiB
Ping (8)
3 KiB
Heaviest requests (30)
URLTypeStatusTransfer
https://assets.thdstatic.com/experiences/my-homepage/HomepageMetadataContainer.a8a273acba81782fa3c6.jsScript200808 KiB
https://dam.thdstatic.com/contentful/heroflattenimage/6AUG2026-HP-MW27-29-BAU-ESM-Stock-Up-For-School-DSK.pngImage200394 KiB
https://1ad356638475.cdn4.forter.com/sn/1ad356638475/sha256-s2EryHbW5IT9%2BZv5Tmsjd2MHMjNRiVL52Vh2xWmFGCI%3D/script.jsScript200210 KiB
https://www.homedepot.com/Gslx3k29Gt/TXcpsM/O51i/NpOYpkp55kD1/egVMZzJ0Aw/agRf/FVgCYCN5?v=a14ea671-9946-f3f5-c53a-791527e7b81eScript200180 KiB
https://www.homedepot.com/Document200178 KiB
https://www.homedepot.com/Gslx3k29Gt/TXcpsM/O51i/3DOYpkJcLS8GD8b35z/JDdDZzJ0Aw/OyJZ/OFh0A0kBScript200169 KiB
https://www.googletagmanager.com/gtag/js?id=G-9H2R4ZXG4J&cx=c&gtm=4e6852Script200168 KiB
https://cdn.quantummetric.com/qscripts/quantum-homedepot.jsScript200164 KiB
https://live-chat-static.sprinklr.com/chat/SJvKhilP1/static/js/modern/default~live-chat-app~stream-app-index.283d7bfb.jsScript200157 KiB
https://www.googletagmanager.com/gtag/js?id=AW-985322823&cx=c&gtm=4e6852Script200157 KiB
https://assets.thdstatic.com/experiences/my-homepage/my-homepage.767d6a25fe7044072ed0.jsScript200143 KiB
https://assets.thdstatic.com/analytics/3p/b2c/desktop/beta/current/3p.jsScript200140 KiB
https://customer.homedepot.com/UtfTu4MTxOi6WeyS?4e0b2931dd052ce7=BKJXx658jEVYKDk8dZV8WOest-8nwEq21oXxRpNCOItK6bQxI2J1_GNWpgUOUgzPiqPDLOTsjW6vNay-axhaOZ0X2N82noOi4cnvgve-shI75zUouCt_cs5uzmzLyoLHHUK2KGjlycHVZAOPPQ8UAtZkE5Keiz5L_ndsTPxR4XWENnVu3heoMSzxDLNUj-FTGKWha9aQfk1CeFYM&jb=373224266a736d75354e696c757026627b6f35446b6e7570246a71627d3d4368706f6d65246871623d436a72676f65273238313a3eScript200139 KiB
https://www.googletagmanager.com/gtag/js?id=DC-3518820&cx=c&gtm=4e6852Script200136 KiB
https://dam.thdstatic.com/contentful/heroflattenimage/6AUG2026-HP-MW27-29-BAU-bento-hero-01-DSK-2.pngImage200133 KiB
https://client.px-cloud.net/PXJ770cP7Y/main.min.jsScript200123 KiB
https://www.googletagmanager.com/gtag/js?id=UA-32593878-1Script200122 KiB
https://live-chat-static.sprinklr.com/chat/SJvKhilP1/static/js/modern/live-chat-app.a68878a8.jsScript20095 KiB
https://assets.thdstatic.com/analytics/core/b2c/desktop/beta/current/thdAnalytics.core.jsScript20077 KiB
https://s.go-mpulse.net/boomerang/36T59-9DHSJ-E4G5M-6UFW6-FTNMCScript20060 KiB
https://assets.thdstatic.com/data-collection/v6.0.114/data-collection.min.jsScript20045 KiB
https://live-chat-static.sprinklr.com/chat/SJvKhilP1/static/js/modern/default~live-chat-app~live-stream-app.8645a0a1.jsScript20044 KiB
https://assets.thdstatic.com/analytics/sync/b2c/desktop/beta/current/sync.jsScript20044 KiB
https://assets.thdstatic.com/hf/v34.0.3/assets/vendor-sui-atomic-BrT_9_uG.jsScript20044 KiB
https://siteintercept.qualtrics.com/dxjsmodule/963.c66321cb3f9f4543e3c6.chunk.js?Q_CLIENTVERSION=2.54.0&Q_CLIENTTYPE=web&Q_BRANDID=www.homedepot.comScript20039 KiB
https://assets.thdstatic.com/hf/v34.0.3/assets/vendor-apollo-CHPMfpoz.jsScript20038 KiB
https://live-chat-static.sprinklr.com/chat/SJvKhilP1/static/js/modern/mqtt.d5432c35.jsScript20036 KiB
https://siteintercept.qualtrics.com/dxjsmodule/CoreModule.js?Q_CLIENTVERSION=2.54.0&Q_CLIENTTYPE=web&Q_BRANDID=homedepotScript20033 KiB
https://js-agent.newrelic.com/nr-spa-1.291.1.min.jsScript20033 KiB
https://assets.thdstatic.com/analytics/core/b2c/desktop/beta/current/daMap.core.jsOther20033 KiB

Long tasks (>50 ms)

StartDuration
1140 ms887 ms
549 ms403 ms
2201 ms230 ms
189 ms196 ms
983 ms137 ms
2692 ms91 ms
3046 ms68 ms
2449 ms56 ms
4025 ms54 ms
Analyzing…
running mobile + desktop · ~30s