www.homedepot.com

Report from 7/24/2026, 1:00:06 PM https://www.homedepot.com
Latest run · lab, cold cache
36
7/24/2026
28-day score · p75 · the standard
49
52 runs
▼ latest 13 below the 28-day score
CRR12%latest
SSD50%latest
TC317 toklatest
TTFUT155 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.

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

Metrics

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

Token Cost breakdown

Where the page's tokens go (≈7,230 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.8% · 59
Chrome (nav / header / footer)
0% · 0
Boilerplate (cookie / ad)
0% · 0
Other
99.2% · 7,171

Final screenshot

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

Diagnostics

high CRR Content is hidden behind JavaScript

pre-JS raw HTML

Evidence88% of content requires JS · 12% 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.2% of tokens are non-content (boilerplate/chrome)

agent representation — token decomposition

EvidenceToken decomposition: content 0.8%, chrome 0%, boilerplate 0%, other 99.2%. Only 0.7999999999999972% 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.42 · 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.0037e9741ce7bba5a313.js — 797 KiB transferred, 64.2% unused (third-party)

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

thdstatic.com — 2621 KiB, 109 requests, 4351 ms main-thread

EvidenceThird-party is 86.7% of total transfer (247 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 2012 ms (10 total)

EvidenceMain thread blocked 2012 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.0 MB total

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

Third-party impact

247 third-party requests · 4436 KiB (86.7% of transfer) · 5359 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.com1092621 KiB4351 ms
googletagmanager.com4578 KiB344 ms
sprinklr.com21421 KiB393 ms
forter.com12216 KiB22 ms
quantummetric.com17161 KiB102 ms
px-cloud.net12132 KiB53 ms
qualtrics.com20127 KiB24 ms
go-mpulse.net260 KiB12 ms
getamigo.io750 KiB16 ms
newrelic.com133 KiB34 ms
google-analytics.com121 KiB
doubleclick.net96 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.0037e9741ce7bba5a313.js 3P797 KiB64.2%512 KiB
https://1ad356638475.cdn4.forter.com/sn/1ad356638475/sha256-s2EryHbW5IT9%2BZv5Tmsjd2MHMjNRiVL52Vh2xWmFGCI%3D/script.js 3P212 KiB49.5%105 KiB
https://assets.thdstatic.com/experiences/my-homepage/my-homepage.5d6b38b116f5c03739fe.js 3P142 KiB67%95 KiB
https://www.googletagmanager.com/gtag/js?id=G-9H2R4ZXG4J&cx=c&gtm=4e67m0 3P168 KiB52.4%88 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/prod/current/3p.js 3P140 KiB53.3%75 KiB
https://www.googletagmanager.com/gtag/js?id=DC-3518820&cx=c&gtm=4e67m0 3P136 KiB53.2%72 KiB
https://www.googletagmanager.com/gtag/js?id=AW-985322823&cx=c&gtm=4e67m0 3P154 KiB46.3%71 KiB
https://www.googletagmanager.com/gtag/js?id=UA-32593878-1 3P121 KiB57.7%70 KiB
https://assets.thdstatic.com/analytics/core/b2c/desktop/prod/current/thdAnalytics.core.js 3P76 KiB83.4%63 KiB
https://live-chat-static.sprinklr.com/chat/SJvKhilP1/static/js/modern/live-chat-app.a68878a8.js 3P106 KiB58.9%62 KiB
https://www.homedepot.com/idMaXO3NP/LEik8hSKA/kSm7wLNEki/KFYGXWwC/OgYV/DgYrKzp1?v=c9a28249-ad6f-1c53-47e7-a37d673717cb147 KiB36.2%53 KiB
https://cdn.quantummetric.com/qscripts/quantum-homedepot.js 3P161 KiB30.6%49 KiB
https://client.px-cloud.net/PXJ770cP7Y/main.min.js 3P123 KiB38.9%48 KiB
https://s.go-mpulse.net/boomerang/36T59-9DHSJ-E4G5M-6UFW6-FTNMC 3P59 KiB75.2%45 KiB

Network

295Requests
5116 KiBTransferred
98Scripts
86.7%3rd-party
10Long tasks
Script (98)
3876 KiB
Image (75)
762 KiB
Document (5)
210 KiB
Font (4)
77 KiB
XHR (50)
70 KiB
Stylesheet (4)
48 KiB
Other (8)
44 KiB
Fetch (43)
27 KiB
Ping (8)
3 KiB
Heaviest requests (30)
URLTypeStatusTransfer
https://assets.thdstatic.com/experiences/my-homepage/HomepageMetadataContainer.0037e9741ce7bba5a313.jsScript200797 KiB
https://1ad356638475.cdn4.forter.com/sn/1ad356638475/sha256-s2EryHbW5IT9%2BZv5Tmsjd2MHMjNRiVL52Vh2xWmFGCI%3D/script.jsScript200212 KiB
https://www.homedepot.com/idMaXO3NP/LEik8hSKA/7zm7wLrJhmkQLt5a/WHN7XGwC/b1c5/XFxWfkIBScript200190 KiB
https://www.homedepot.com/Document200173 KiB
https://www.googletagmanager.com/gtag/js?id=G-9H2R4ZXG4J&cx=c&gtm=4e67m0Script200168 KiB
https://cdn.quantummetric.com/qscripts/quantum-homedepot.jsScript200161 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=4e67m0Script200154 KiB
https://www.homedepot.com/idMaXO3NP/LEik8hSKA/kSm7wLNEki/KFYGXWwC/OgYV/DgYrKzp1?v=c9a28249-ad6f-1c53-47e7-a37d673717cbScript200147 KiB
https://assets.thdstatic.com/experiences/my-homepage/my-homepage.5d6b38b116f5c03739fe.jsScript200142 KiB
https://assets.thdstatic.com/analytics/3p/b2c/desktop/prod/current/3p.jsScript200140 KiB
https://www.googletagmanager.com/gtag/js?id=DC-3518820&cx=c&gtm=4e67m0Script200136 KiB
https://client.px-cloud.net/PXJ770cP7Y/main.min.jsScript200123 KiB
https://www.googletagmanager.com/gtag/js?id=UA-32593878-1Script200121 KiB
https://live-chat-static.sprinklr.com/chat/SJvKhilP1/static/js/modern/live-chat-app.a68878a8.jsScript200106 KiB
https://customer.homedepot.com/W3f0C5MuEMK8EpfC?ec6a750c4d4df965=TtunuL-9oBtIPoX90SWprcXg2in8nv1qi1S7UK3LIGmwcG6YUmQ_qEALQl-NGev0WYpDtICXRavS5amndU9NfvRDc-l5dXA1vrPY8b7i6C91ZkOVzVCFcoJhLfr47-5ZTxLip_fSwlD4IwwmhENHjRBipvepoH2Vgzqatu2u6wn_yQPrBTyCq7bmS2zgA3tGPSc_SgF-3AMFRflY&jb=373226246871677d3544696e757026687b6d3544696c7d702668736075354168726d6d67246873603f41607a67656525323831303eScript20089 KiB
https://assets.thdstatic.com/analytics/core/b2c/desktop/prod/current/thdAnalytics.core.jsScript20076 KiB
https://assets.thdstatic.com/data-collection/v6.0.84/data-collection.min.jsScript20075 KiB
https://s.go-mpulse.net/boomerang/36T59-9DHSJ-E4G5M-6UFW6-FTNMCScript20059 KiB
https://images.thdstatic.com/productImages/f6361910-0490-4c55-87aa-318407b06340/svn/pink-haiimeid-area-rugs-x23iu0026h-581-64_600.jpgImage20047 KiB
https://dam.thdstatic.com/contentful/heroflattenimage/Bento1-HP-BAU25-27-July-Desktop1.pngImage20046 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/prod/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/941.769e075aa2ef88969a43.chunk.js?Q_CLIENTVERSION=2.53.0&Q_CLIENTTYPE=web&Q_BRANDID=www.homedepot.comScript20038 KiB
https://images.thdstatic.com/productImages/20807917-789a-47d8-b8c3-bd914ddbf76a/svn/pink-haiimeid-area-rugs-x23iu0026h-581-e4_600.jpgImage20038 KiB
https://assets.thdstatic.com/hf/v34.0.3/assets/vendor-apollo-CHPMfpoz.jsScript20038 KiB
https://images.thdstatic.com/productImages/3f89c04b6ea04426988e65c0839c4a99/svn/light-grey-freshfolds-bath-towels-ec100066-64_600.jpgImage20037 KiB
https://live-chat-static.sprinklr.com/chat/SJvKhilP1/static/js/modern/mqtt.d5432c35.jsScript20037 KiB
https://images.thdstatic.com/productImages/37a93297-dde0-40bf-aa27-1d05a671336b/svn/pratt-retail-specialties-bubble-cushion-12x90hemibub-e4_600.jpgImage20034 KiB

Long tasks (>50 ms)

StartDuration
4229 ms2012 ms
2642 ms1084 ms
7324 ms479 ms
123 ms375 ms
3815 ms255 ms
9493 ms204 ms
2435 ms198 ms
10916 ms174 ms
11955 ms157 ms
1302 ms140 ms
Analyzing…
running mobile + desktop · ~30s