www.target.com

Report from 7/22/2026, 9:46:31 AM https://www.target.com
Latest run · lab, cold cache
49
7/22/2026
28-day score · p75 · the standard
53
48 runs
CRR20%latest
SSD56%latest
TC15 toklatest
TTFUT600 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/target.com.svg)](https://agentvitals.dev/results?url=https%3A%2F%2Fwww.target.com)
<a href="https://agentvitals.dev/results?url=https%3A%2F%2Fwww.target.com"><img src="https://agentvitals.dev/badge/target.com.svg" alt="Core Agent Vitals" height="20"></a>
What AI tells your customers about youAgent confidence: MEDIUM
Business nameTarget : Expect More. Pay Less.
CategoryWebPage
🟡Price$5 · guessed from page text (no structured data)
Locationnot applicable · not applicable to this page type
Hoursnot applicable · not applicable to this page type
Productsnot applicable · not applicable to this page type
🟡DescriptionShop Target online and in-store for everything from groceries and essentials to clothing and electronics. Choose contactless pickup or delivery today. · guessed from page text (no structured data)

An agent gets the basics but will guess on the gaps. 2/4 applicable facts come from machine-readable structured data.

We recovered only a shell of this page (under 200 tokens) — likely a soft bot-block or a client-rendered app that served our scanner almost no content. The metrics below reflect that shell, not your real site; the score is capped until an agent can retrieve real content.
49
Overall score
weighted CAV (0–100)
FAIL
0–4950–8990–100

Metrics

20%
CRR Content Recovery Poor
0.56
SSD Semantic Signal Density Needs work
15 tok
TC Token Cost Good
623 ms
TTFUT Time to First Useful Token N/A

Token Cost breakdown

Where the page's tokens go (≈4,821 across regions). Most tokens are real content — the agent isn't paying much for chrome.

Content
69.8% · 3,364
Chrome (nav / header / footer)
28% · 1,350
Boilerplate (cookie / ad)
0% · 0
Other
2.2% · 107

Final screenshot

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

Diagnostics

high CRR Content is hidden behind JavaScript

pre-JS raw HTML

Evidence80% of content requires JS · 20% 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.

medium SSD Low signal-to-noise for agents

content vs chrome/boilerplate

Evidencesignal 0.02 +llms.txt bonus · generic JSON-LD 1/1
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 90/100 · Agent Ready

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

Issues (4)

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

✓ robots.txt allows AI bots✓ No CAPTCHA wall✓ No content-blocking cookie wall✓ Machine-readable prices✓ llms.txt present + valid✓ 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.

100Transport posture (0–100, unscored)
5pass
0warn
0fail
Per-header findings (6)
HeaderEvidence
✅ HTTPSserved over HTTPS
✅ HSTSmax-age=31536000; includeSubDomains
✅ Content-Security-Policypolicy present, script-src does not allow inline
✅ X-Content-Type-Optionsnosniff
✅ Referrer-Policyno-referrer-when-downgrade
➖ 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

_app-879bc3bff5325788.js — 394 KiB transferred, 52.9% unused (third-party)

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

scene7.com — 3296 KiB, 10 requests

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

longest task 638 ms (10 total)

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

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

Third-party impact

161 third-party requests · 5711 KiB (98.1% of transfer) · 4930 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
scene7.com103296 KiB
targetimg1.com1031595 KiB3294 ms
doubleclick.net5273 KiB517 ms
px-cloud.net6104 KiB212 ms
fullstory.com497 KiB428 ms
medallia.com382 KiB45 ms
toadmash.net278 KiB
adobedtm.com173 KiB40 ms
attn.tv556 KiB144 ms
doubleverify.com424 KiB223 ms
adtrafficquality.google421 KiB27 ms
mcl.io39 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.targetimg1.com/webui/top-of-funnel/_next/static/chunks/pages/_app-879bc3bff5325788.js 3P394 KiB52.9%208 KiB
https://securepubads.g.doubleclick.net/pagead/managed/js/gpt/m202607160101/pubads_impl.js 3P196 KiB60.8%119 KiB
https://assets.targetimg1.com/webui/top-of-funnel/_next/static/chunks/vendor-0045f30280ae995c.js 3P160 KiB57.3%92 KiB
https://edge.fullstory.com/s/fs.js 3P81 KiB68.5%56 KiB
https://resources.digital-cloud.medallia.com/wdcus/235967/onsite/generic1781688665670.js 3P72 KiB65.3%47 KiB
https://assets.targetimg1.com/webui/top-of-funnel/_next/static/chunks/main-6e146da42625c9a1.js 3P84 KiB52.4%44 KiB
https://client.px-cloud.net/PXGWPp4wUS/main.min.js 3P97 KiB44.9%44 KiB
https://assets.targetimg1.com/webui/top-of-funnel/_next/static/chunks/slingshot-components-Banner.17c5e768c3c34a6f.js 3P61 KiB61.7%38 KiB
https://assets.targetimg1.com/webui/top-of-funnel/_next/static/chunks/framework-026f8d58635a3089.js 3P59 KiB60.8%36 KiB
https://cdn.attn.tv/tag/2026-latest/unified-tag.js?v=2026-latest_29052e05d9d 3P50 KiB69.9%35 KiB
https://assets.adobedtm.com/92025c83a551/2653a632bdc7/launch-270dfdaa71b7.min.js 3P73 KiB38.4%28 KiB
https://p.toadmash.net/1784710385/021e34bd-225e-45e4-a480-651a0af88d32.js 3P38 KiB56%21 KiB
https://assets.targetimg1.com/webui/top-of-funnel/_next/static/chunks/57190.d3b0a7ca0e028f5a.js 3P23 KiB91.2%21 KiB
https://p.toadmash.net/1784710385/c4ad019b-69cf-400e-ba14-db338d9f6a19.js 3P40 KiB51.1%20 KiB
https://assets.targetimg1.com/webui/top-of-funnel/_next/static/chunks/47168.98559715e2299042.js 3P31 KiB59%18 KiB

Network

209Requests
5821 KiBTransferred
88Scripts
98.1%3rd-party
10Long tasks
Media (1)
2845 KiB
Script (88)
2077 KiB
Image (16)
452 KiB
Stylesheet (19)
123 KiB
Font (3)
86 KiB
Document (12)
80 KiB
Other (29)
64 KiB
XHR (13)
47 KiB
Fetch (26)
46 KiB
Ping (2)
0 KiB
Heaviest requests (30)
URLTypeStatusTransfer
https://target.scene7.com/is/content/Target/GUEST_88ae5ed1-c85d-4b1f-ae80-32a7e72a5505Media2062845 KiB
https://assets.targetimg1.com/webui/top-of-funnel/_next/static/chunks/pages/_app-879bc3bff5325788.jsScript200394 KiB
https://assets.targetimg1.com/ssx/ssx.mod.js?seed=AMAZKYmfAQAA-1e9Tu4fSjcCeO8Ft5VhABVOT6wmDolOvw59msWN9uIvqks0&X-GyJwza5Z--z=qScript200199 KiB
https://securepubads.g.doubleclick.net/pagead/managed/js/gpt/m202607160101/pubads_impl.jsScript200196 KiB
https://assets.targetimg1.com/webui/top-of-funnel/_next/static/chunks/vendor-0045f30280ae995c.jsScript200160 KiB
https://target.scene7.com/is/image/Target/GUEST_bdaa5bb9-fb0a-4040-975f-aa2f5ba2217c?wid=720&qlt=80&fmt=webpImage20099 KiB
https://client.px-cloud.net/PXGWPp4wUS/main.min.jsScript20097 KiB
https://assets.targetimg1.com/webui/top-of-funnel/_next/static/chunks/main-6e146da42625c9a1.jsScript20084 KiB
https://edge.fullstory.com/s/fs.jsScript20081 KiB
https://www.target.com/Document20077 KiB
https://target.scene7.com/is/image/Target/GUEST_41c95654-5e35-448b-b0bb-f5f0b4d9ef85?wid=1100&qlt=80&fmt=webpImage20075 KiB
https://assets.adobedtm.com/92025c83a551/2653a632bdc7/launch-270dfdaa71b7.min.jsScript20073 KiB
https://resources.digital-cloud.medallia.com/wdcus/235967/onsite/generic1781688665670.jsScript20072 KiB
https://assets.targetimg1.com/webui/top-of-funnel/_next/static/chunks/slingshot-components-Banner.17c5e768c3c34a6f.jsScript20061 KiB
https://assets.targetimg1.com/webui/top-of-funnel/_next/static/chunks/framework-026f8d58635a3089.jsScript20059 KiB
https://target.scene7.com/is/image/Target/GUEST_6c36d04e-abb1-4391-8ef6-92de72679606?wid=720&qlt=80&fmt=webpImage20054 KiB
https://assets.targetimg1.com/webui/top-of-funnel/_next/static/css/61b65afbe2aa198f.cssStylesheet20053 KiB
https://target.scene7.com/is/image/Target/GUEST_808b6c9f-f332-4ee1-91da-b14117866eb1?fmt=webp&qlt=80&wid=600Image20052 KiB
https://cdn.attn.tv/tag/2026-latest/unified-tag.js?v=2026-latest_29052e05d9dScript20050 KiB
https://target.scene7.com/is/image/Target/GUEST_a52dea15-78b4-40f1-bcf6-481733a54ea2?wid=1110&qlt=80&fmt=webpImage20049 KiB
https://target.scene7.com/is/image/Target/GUEST_4981207b-1f6b-45af-9b8d-7c6f79259305?fmt=webp&qlt=80&wid=600Image20040 KiB
https://p.toadmash.net/1784710385/c4ad019b-69cf-400e-ba14-db338d9f6a19.jsScript20040 KiB
https://target.scene7.com/is/image/Target/GUEST_f8fc4163-1213-4d6d-bfc6-320ff8b060e4?wid=1110&qlt=80&fmt=webpImage20039 KiB
https://p.toadmash.net/1784710385/021e34bd-225e-45e4-a480-651a0af88d32.jsScript20038 KiB
https://securepubads.g.doubleclick.net/tag/js/gpt.jsScript20035 KiB
https://assets.targetimg1.com/webui/top-of-funnel/_next/static/chunks/47168.98559715e2299042.jsScript20031 KiB
https://assets.targetimg1.com/ui/fonts/3420ab8a-6ccf-4c75-9da7-efe26f1ced8a.woff2Font20029 KiB
https://assets.targetimg1.com/ui/fonts/99ecc614-958b-457a-be15-01e00c53057f.woff2Font20029 KiB
https://assets.targetimg1.com/ui/fonts/273cae72-9365-49ab-b24f-5d8e2d5e7332.woff2Font20028 KiB
https://target.scene7.com/is/image/Target/GUEST_860571dd-419c-4c4c-b7af-eb5024a8d22a?fmt=webp&qlt=80&wid=600Image20026 KiB

Long tasks (>50 ms)

StartDuration
790 ms638 ms
2200 ms458 ms
2803 ms403 ms
6343 ms348 ms
5387 ms205 ms
4987 ms172 ms
1873 ms153 ms
1747 ms125 ms
2060 ms117 ms
5923 ms111 ms
Analyzing…
running mobile + desktop · ~30s