www.uniqlo.com

Report from 7/24/2026, 10:59:24 AM https://www.uniqlo.com
Latest run · lab, cold cache
27
7/24/2026
28-day score · p75 · the standard
4/7 runs — building history (nightly)

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/uniqlo.com.svg)](https://agentvitals.dev/results?url=https%3A%2F%2Fwww.uniqlo.com)
<a href="https://agentvitals.dev/results?url=https%3A%2F%2Fwww.uniqlo.com"><img src="https://agentvitals.dev/badge/uniqlo.com.svg" alt="Core Agent Vitals" height="20"></a>
What AI tells your customers about youAgent confidence: LOW
🟡Business nameUNIQLO · guessed from page text (no structured data)
Categorynot found
🟡Price$49.90 · 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 womens fashion from UNIQLO. Buy quality, affordable clothing ranging from XXS to plus sizes for workout, casual or formal styles. · guessed from page text (no structured data)

An agent is likely to fabricate missing details rather than say “I don’t know”. 0/4 applicable facts come from machine-readable structured data.

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

Metrics

9%
CRR Content Recovery Poor
0.11
SSD Semantic Signal Density Poor
597 tok
TC Token Cost Good
136 ms
TTFUT Time to First Useful Token N/A

Token Cost breakdown

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

Content
14.7% · 1,778
Chrome (nav / header / footer)
78.3% · 9,488
Boilerplate (cookie / ad)
7% · 846
Other
0% · 0

Final screenshot

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

Diagnostics

high CRR Content is hidden behind JavaScript

pre-JS raw HTML

Evidence91% of content requires JS · 9% 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 SSD Low signal-to-noise for agents

content vs chrome/boilerplate

Evidencesignal 0.18 · JSON-LD 0/1 · missing: structured-data
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.

high TC 85.3% of tokens are non-content (boilerplate/chrome)

agent representation — token decomposition

EvidenceToken decomposition: content 14.7%, chrome 78.3%, boilerplate 7%, other 0%. Only 14.700000000000003% 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.

Rendered profile: headless

Agent Discoverability 57/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 No JSON-LD found Learn →
~ agents.json Absent (emerging standard) Learn →
~ WebMCP endpoint Absent (emerging standard) Learn →
~ OpenAPI / API docs No OpenAPI/Swagger found Learn →

Issues (8)

~ No content-blocking cookie wall medium impact Consent platform: cookieconsent (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: please log in

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

Structured data (JSON-LD) medium impact No JSON-LD found

Business impact Schema.org JSON-LD tells agents what a page IS (product, article, business) with typed fields (price, rating, hours). Without it agents extract less reliably.

What we measured We parse <script type=application/ld+json>, validate it, and check for populated @type fields.

How to fix Add JSON-LD: Organization/LocalBusiness on the homepage, Product on product pages, Article on posts.

Learn how to implement →

<script type="application/ld+json">{"@context":"https://schema.org","@type":"Organization","name":"Your Co","url":"https://example.com"}</script>

Spec: https://schema.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 (4)

✓ robots.txt allows AI bots✓ No CAPTCHA wall✓ Machine-readable prices✓ 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.

59Transport posture (0–100, unscored)
2pass
1warn
2fail
Per-header findings (6)
HeaderEvidence
✅ HTTPSserved over HTTPS
✅ HSTSmax-age=31536000
❌ Content-Security-Policyno content-security-policy header
❌ 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-816f08d0d92a91592239.js — 227 KiB transferred, 84.4% unused

EvidenceCDP JS coverage: 191 KiB of this bundle is never executed on load.
Impact~-191 KiB transfer; lower Token Cost + faster agent parse.
Effort30–90 min
FixDynamic-import() the below-the-fold parts of vendors-816f08d0d92a91592239.js, or drop unused dependencies.
highBreak up long main-thread tasks

longest task 456 ms (10 total)

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

3.7 MB total

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

43 third-party requests · 1049 KiB (27.8% of transfer) · 356 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
googletagmanager.com5726 KiB203 ms
cookielaw.org10166 KiB128 ms
go-mpulse.net261 KiB
techlab-cdn.com459 KiB
riskified.com819 KiB7 ms
rakuten.com112 KiB10 ms
googleapis.com61 KiB
zeronaught.com11 KiB
queue-it.net11 KiB8 ms
google-analytics.com11 KiB
onetrust.com10 KiB
akstat.io10 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.uniqlo.com/ca/en/navigation/vendors-816f08d0d92a91592239.js227 KiB84.4%191 KiB
https://www.uniqlo.com/ca/en/navigation/main-0fe4a4ee65ab877c951c.js260 KiB69.8%182 KiB
https://www.uniqlo.com/ca/en/navigation/brand-global-ec-uikit-84b926f52208b21697e6.js226 KiB76.5%173 KiB
https://www.uniqlo.com/ca/en/navigation/shared-global-ec-uikit-03d072f3a0c300e84a10.js207 KiB79.9%166 KiB
https://www.googletagmanager.com/gtag/js?id=G-4Q52GLPLY2&cx=c&gtm=4e67m0 3P175 KiB50.3%88 KiB
https://www.googletagmanager.com/gtm.js?id=GTM-52FQF54Z&gtm=4e67m0 3P172 KiB50%86 KiB
https://www.googletagmanager.com/gtag/destination?id=AW-778113452&cx=c&gtm=4e67m0 3P151 KiB54.9%83 KiB
https://cdn.cookielaw.org/scripttemplates/202408.1.0/otBannerSdk.js 3P110 KiB61.8%68 KiB
https://www.googletagmanager.com/gtag/js?l=dataLayer&id=undefined 3P85 KiB68.2%58 KiB
https://www.googletagmanager.com/gtm.js?id=GTM-546QB68 3P144 KiB37.6%54 KiB
https://www.uniqlo.com/gHtvGLEI7-3blTkDgZEl4Hg0mmg/Qmu5ND1w/IxRDOXRdAw/KTkSTzk/pCkt1?v=88ad0b1e-a9f9-5870-39bb-d8cdb510cfc2144 KiB35.6%51 KiB
https://www.uniqlo.com/ca/en/navigation/datadog-ea4552e953276276d855.js56 KiB67.3%38 KiB
https://s.go-mpulse.net/boomerang/D5878-46G47-A6PGB-8YNG5-LQTAY 3P60 KiB55.3%33 KiB
https://www.uniqlo.com/ca/en/navigation/react-00cf30119fa389e87994.js65 KiB49.3%32 KiB
https://www.uniqlo.com/ca/en/navigation/ec-components-08f744f2480136aa45d9.js57 KiB45.2%26 KiB

Network

105Requests
3777 KiBTransferred
36Scripts
27.8%3rd-party
10Long tasks
Script (36)
2770 KiB
Image (31)
506 KiB
Document (1)
228 KiB
Stylesheet (3)
152 KiB
Fetch (17)
101 KiB
XHR (9)
9 KiB
Font (1)
8 KiB
Manifest (1)
2 KiB
Other (5)
1 KiB
Ping (1)
0 KiB
Heaviest requests (30)
URLTypeStatusTransfer
https://www.uniqlo.com/ca/en/navigation/main-0fe4a4ee65ab877c951c.jsScript200260 KiB
https://www.uniqlo.com/ca/en/Document200228 KiB
https://www.uniqlo.com/ca/en/navigation/vendors-816f08d0d92a91592239.jsScript200227 KiB
https://www.uniqlo.com/ca/en/navigation/brand-global-ec-uikit-84b926f52208b21697e6.jsScript200226 KiB
https://www.uniqlo.com/ca/en/navigation/shared-global-ec-uikit-03d072f3a0c300e84a10.jsScript200207 KiB
https://im.uniqlo.com/global-cms/spa/res17ddac936eb8f49271d596b4be102e38fr.jpgImage200205 KiB
https://www.googletagmanager.com/gtag/js?id=G-4Q52GLPLY2&cx=c&gtm=4e67m0Script200175 KiB
https://www.googletagmanager.com/gtm.js?id=GTM-52FQF54Z&gtm=4e67m0Script200172 KiB
https://www.uniqlo.com/gHtvGLEI7-3blTkDgZEl4Hg0mmg/r9u5NDG2hSXcrG/alk6OXRdAw/MCc6FhF/FDWgBScript200167 KiB
https://www.uniqlo.com/ca/elgnisolqinu.js?async&seed=AIA3yJOfAQAABwOpt24dqm2tgJ6G52HI5C6J1U0nBk0ousyxBvzncS9Z6sF2&x-i1ysm4mm--z=qScript200164 KiB
https://www.googletagmanager.com/gtag/destination?id=AW-778113452&cx=c&gtm=4e67m0Script200151 KiB
https://www.uniqlo.com/gHtvGLEI7-3blTkDgZEl4Hg0mmg/Qmu5ND1w/IxRDOXRdAw/KTkSTzk/pCkt1?v=88ad0b1e-a9f9-5870-39bb-d8cdb510cfc2Script200144 KiB
https://www.googletagmanager.com/gtm.js?id=GTM-546QB68Script200144 KiB
https://www.uniqlo.com/ca/en/navigation/brand-global-ec-uikit-2e759cc5052e31e37b15.cssStylesheet200120 KiB
https://cdn.cookielaw.org/scripttemplates/202408.1.0/otBannerSdk.jsScript200110 KiB
https://www.uniqlo.com/ca/en/navigation/672-8b3d5c170ac5aed541d3.jsScript200103 KiB
https://www.googletagmanager.com/gtag/js?l=dataLayer&id=undefinedScript20085 KiB
https://www.uniqlo.com/ca/en/navigation/react-00cf30119fa389e87994.jsScript20065 KiB
https://s.go-mpulse.net/boomerang/D5878-46G47-A6PGB-8YNG5-LQTAYScript20060 KiB
https://www.uniqlo.com/assets/9fe371ba7725ec6c51060792f9b14b6ed0011a38987Script20058 KiB
https://www.uniqlo.com/ca/en/navigation/ec-components-08f744f2480136aa45d9.jsScript20057 KiB
https://www.uniqlo.com/ca/en/navigation/datadog-ea4552e953276276d855.jsScript20056 KiB
https://im.uniqlo.com/global-cms/spa/res86c2df9b1b6cf7879b583b4298c92c4ffr.pngImage20048 KiB
https://im.uniqlo.com/global-cms/spa/res1bb708b1f611ec126ea0913b693b2de2fr.pngImage20035 KiB
https://www.uniqlo.com/ca/en/navigation/fr-ito-web-react-53c0f009014d4763cd69.jsScript20034 KiB
https://im.uniqlo.com/global-cms/spa/res4460bd97ee75f0e5f1cb9b4ef039fba3fr.pngImage20034 KiB
https://p11.techlab-cdn.com/e/65226_747628217.jsFetch20033 KiB
https://im.uniqlo.com/global-cms/spa/res6a23d3fd5b3ed08da11db1efee8db8ddfr.pngImage20031 KiB
https://im.uniqlo.com/global-cms/spa/rese15180d4f24bcab3ba1a2765ed8f9669fr.pngImage20029 KiB
https://im.uniqlo.com/global-cms/spa/res84cfe1fedeed0be4784ae6b0648c12e0fr.pngImage20024 KiB

Long tasks (>50 ms)

StartDuration
1893 ms456 ms
356 ms423 ms
2783 ms388 ms
2396 ms342 ms
1044 ms283 ms
1370 ms221 ms
3292 ms177 ms
1601 ms147 ms
3688 ms135 ms
3477 ms103 ms
Analyzing…
running mobile + desktop · ~30s