www.target.com

Report from 8/7/2026, 9:32:50 AM https://www.target.com
Latest run · lab, cold cache
49
8/7/2026
28-day score · p75 · the standard
49
9 runs
CRR30%latest
SSD57%latest
TC15 toklatest
TTFUT681 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$10 · 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

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

Token Cost breakdown

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

Content
93.2% · 4,651
Chrome (nav / header / footer)
4.6% · 230
Boilerplate (cookie / ad)
0% · 0
Other
2.1% · 107

Final screenshot

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

Diagnostics

high CRR Content is hidden behind JavaScript

pre-JS raw HTML

Evidence70% of content requires JS · 30% 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.03 +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-6aa05be073a604b3.js — 406 KiB transferred, 52.2% unused (third-party)

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

scene7.com — 4007 KiB, 19 requests

EvidenceThird-party is 98.2% of total transfer (176 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.
mediumReduce layout shift

cumulative layout shift

EvidenceCLS is 0.124.
ImpactStable layout for render + screenshot.
Effort30–60 min
FixSet explicit width/height on images; reserve space for late-loading content.
mediumBreak up long main-thread tasks

longest task 192 ms (6 total)

EvidenceMain thread blocked 192 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

6.4 MB total

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

176 third-party requests · 6404 KiB (98.2% of transfer) · 803 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.com194007 KiB
targetimg1.com1101608 KiB675 ms
doubleclick.net5277 KiB52 ms
px-cloud.net5103 KiB48 ms
fullstory.com495 KiB
medallia.com382 KiB
adobedtm.com173 KiB
attn.tv556 KiB
toadmash.net244 KiB
doubleverify.com424 KiB28 ms
adtrafficquality.google421 KiB
mcl.io312 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-6aa05be073a604b3.js 3P406 KiB52.2%212 KiB
https://securepubads.g.doubleclick.net/pagead/managed/js/gpt/m202607300101/pubads_impl.js 3P199 KiB61%121 KiB
https://assets.targetimg1.com/webui/top-of-funnel/_next/static/chunks/vendor-48dff1b8af4b1d56.js 3P160 KiB57.4%92 KiB
https://edge.fullstory.com/s/fs.js 3P79 KiB68%54 KiB
https://assets.targetimg1.com/webui/top-of-funnel/_next/static/chunks/main-8a2440d4b8212539.js 3P87 KiB53.7%47 KiB
https://resources.digital-cloud.medallia.com/wdcus/235967/onsite/generic1781688665670.js 3P72 KiB65%47 KiB
https://client.px-cloud.net/PXGWPp4wUS/main.min.js 3P98 KiB46.4%45 KiB
https://assets.targetimg1.com/webui/top-of-funnel/_next/static/chunks/slingshot-components-UgcCarousel.602a9fb12e270bc2.js 3P61 KiB61.4%38 KiB
https://assets.targetimg1.com/webui/top-of-funnel/_next/static/chunks/framework-fb046d7b0a5e792d.js 3P59 KiB60.7%36 KiB
https://cdn.attn.tv/tag/2026-latest/unified-tag.js?v=2026-latest_29052e05d9d 3P49 KiB70%35 KiB
https://assets.adobedtm.com/92025c83a551/2653a632bdc7/launch-270dfdaa71b7.min.js 3P73 KiB38.5%28 KiB
https://p.toadmash.net/1786094486/118358c8-f9e3-480a-abb3-764665301c4d.js 3P44 KiB53.6%24 KiB
https://assets.targetimg1.com/webui/top-of-funnel/_next/static/chunks/38971.f143f3e6ee1c01c7.js 3P22 KiB92.4%21 KiB
https://assets.targetimg1.com/webui/top-of-funnel/_next/static/chunks/52031.ed92c358e3fb7d88.js 3P31 KiB60.9%19 KiB
https://securepubads.g.doubleclick.net/tag/js/gpt.js 3P36 KiB45.6%16 KiB

Network

225Requests
6521 KiBTransferred
89Scripts
98.2%3rd-party
6Long tasks
Media (4)
3568 KiB
Script (89)
2058 KiB
Image (22)
440 KiB
Stylesheet (23)
123 KiB
Document (12)
86 KiB
Font (3)
86 KiB
Other (32)
64 KiB
Fetch (26)
51 KiB
XHR (12)
45 KiB
Ping (2)
0 KiB
Heaviest requests (30)
URLTypeStatusTransfer
https://target.scene7.com/is/content/Target/GUEST_a2b69bc2-4b2b-47f2-bbe5-cdf6a9bbbffdMedia2063124 KiB
https://target.scene7.com/is/content/Target/GUEST_e4f6b188-6850-482f-8ef2-d8b91bc168baMedia206445 KiB
https://assets.targetimg1.com/webui/top-of-funnel/_next/static/chunks/pages/_app-6aa05be073a604b3.jsScript200406 KiB
https://securepubads.g.doubleclick.net/pagead/managed/js/gpt/m202607300101/pubads_impl.jsScript200199 KiB
https://assets.targetimg1.com/ssx/ssx.mod.js?seed=AMDZjtufAQAA_g44Zc0t357zPZkHxOYMHh2BFax2stqUyQPTTUZ-ml_KUXf-&X-GyJwza5Z--z=qScript200196 KiB
https://target.scene7.com/is/image/Target/GUEST_348e3630-21f2-4bf3-a857-02ec524dd1a3?wid=2160&qlt=80&fmt=webpImage200170 KiB
https://assets.targetimg1.com/webui/top-of-funnel/_next/static/chunks/vendor-48dff1b8af4b1d56.jsScript200160 KiB
https://client.px-cloud.net/PXGWPp4wUS/main.min.jsScript20098 KiB
https://target.scene7.com/is/image/Target/GUEST_85c56cdd-c8a3-4c97-8a3d-c05fbc70468e?wid=2160&qlt=80&fmt=webpImage20094 KiB
https://assets.targetimg1.com/webui/top-of-funnel/_next/static/chunks/main-8a2440d4b8212539.jsScript20087 KiB
https://www.target.com/Document20083 KiB
https://edge.fullstory.com/s/fs.jsScript20079 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://target.scene7.com/is/image/Target/GUEST_51d6e8bf-18dc-4070-9c34-dba24db6ecae?fmt=webp&qlt=80&wid=600Image20069 KiB
https://assets.targetimg1.com/webui/top-of-funnel/_next/static/chunks/slingshot-components-UgcCarousel.602a9fb12e270bc2.jsScript20061 KiB
https://assets.targetimg1.com/webui/top-of-funnel/_next/static/chunks/framework-fb046d7b0a5e792d.jsScript20059 KiB
https://assets.targetimg1.com/webui/top-of-funnel/_next/static/css/0066c8d8b8a00352.cssStylesheet20053 KiB
https://cdn.attn.tv/tag/2026-latest/unified-tag.js?v=2026-latest_29052e05d9dScript20049 KiB
https://p.toadmash.net/1786094486/118358c8-f9e3-480a-abb3-764665301c4d.jsScript20044 KiB
https://securepubads.g.doubleclick.net/tag/js/gpt.jsScript20036 KiB
https://target.scene7.com/is/image/Target/GUEST_08392f11-79e2-4b60-b422-f15e74d5f124?fmt=webp&qlt=80&wid=600Image20035 KiB
https://assets.targetimg1.com/webui/top-of-funnel/_next/static/chunks/52031.ed92c358e3fb7d88.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://pub.doubleverify.com/dvtag/21728514/DV1026531/pub.jsScript20023 KiB
https://securepubads.g.doubleclick.net/pagead/managed/dict/m202608060101/gptOther20023 KiB
https://assets.targetimg1.com/webui/top-of-funnel/_next/static/chunks/38971.f143f3e6ee1c01c7.jsScript20022 KiB
https://assets.targetimg1.com/webui/top-of-funnel/_next/static/chunks/61009.b991de6b294e7c0f.jsScript20022 KiB

Long tasks (>50 ms)

StartDuration
926 ms192 ms
1963 ms76 ms
801 ms61 ms
1154 ms61 ms
1803 ms55 ms
2257 ms51 ms
Analyzing…
running mobile + desktop · ~30s