www.farfetch.com

Report from 8/10/2026, 12:02:03 PM https://www.farfetch.com
Latest run · lab, cold cache
49
8/10/2026
28-day score · p75 · the standard
49
25 runs
CRR65%latest
SSD83%latest
TC169 toklatest
TTFUT729 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/farfetch.com.svg)](https://agentvitals.dev/results?url=https%3A%2F%2Fwww.farfetch.com)
<a href="https://agentvitals.dev/results?url=https%3A%2F%2Fwww.farfetch.com"><img src="https://agentvitals.dev/badge/farfetch.com.svg" alt="Core Agent Vitals" height="20"></a>
What AI tells your customers about youAgent confidence: LOW
Business nameFarfetch
CategoryOrganization
Pricenot found
Locationnot found
Hoursnot found
Productsnot found
🟡DescriptionFrom the world’s greatest designer fashion to emerging designer brands, open doors to 100.000+ styles on FARFETCH. ✈ Get express shipping & free returns. · 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.

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

65%
CRR Content Recovery Poor
0.83
SSD Semantic Signal Density Good
169 tok
TC Token Cost Good
609 ms
TTFUT Time to First Useful Token N/A

Token Cost breakdown

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

Content
62.3% · 1,330
Chrome (nav / header / footer)
30.1% · 644
Boilerplate (cookie / ad)
0% · 0
Other
7.6% · 162

Final screenshot

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

Diagnostics

high CRR Content is hidden behind JavaScript

pre-JS raw HTML

Evidence35% of content requires JS · 65% 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.

Rendered profile: headless

Agent Discoverability 93/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 Found at /sitemap.xml Learn →
JSON-LD structured data Types: Organization Learn →
~ agents.json Absent (emerging standard) Learn →
~ WebMCP endpoint Absent (emerging standard) Learn →
~ OpenAPI / API docs No OpenAPI/Swagger found Learn →

Issues (4)

~ No login wall on public content high impact Login signal: please sign 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

~ 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✓ llms.txt present + valid✓ Structured data (JSON-LD)✓ XML sitemap present + fresh✓ 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
✅ Content-Security-Policypolicy present, script-src does not allow inline
✅ X-Content-Type-Optionsnosniff
✅ Referrer-Policystrict-origin-when-cross-origin
➖ CORS exposureno CORS headers on the document (normal for an HTML page)
Full profile — how to improve · unused JS · network · timing

How to improve

highCut third-party weighthighest leverage

farfetch-contents.com — 1633 KiB, 63 requests, 1560 ms main-thread

EvidenceThird-party is 63.8% of total transfer (172 requests); farfetch-contents.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 farfetch-contents.com; defer non-critical third-party scripts.
highSpeed up main-content render

largest contentful paint

EvidenceLCP is 5.0s.
ImpactFaster usable content; SSR also raises CRR.
Effort1–4 h
FixPreload the hero image/font, remove render-blocking resources, and server-render the main content.
highBreak up long main-thread tasks

longest task 750 ms (10 total)

EvidenceMain thread blocked 750 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.
mediumSplit the heaviest unused bundle

106.client.92a2c6b58994c5b8375e.esnext.js — 137 KiB transferred, 70.2% unused (third-party)

EvidenceCDP JS coverage: 96 KiB of this bundle is never executed on load.
Impact~-96 KiB transfer; lower Token Cost + faster agent parse.
Effort30–90 min
FixDynamic-import() the below-the-fold parts of 106.client.92a2c6b58994c5b8375e.esnext.js, or drop unused dependencies. It is third-party — lazy-load or remove it.
mediumLower server response time

time to first byte

EvidenceTTFB is 735 ms.
ImpactEarlier first useful token (TTFUT).
Effort1–3 h
FixCache at the edge (CDN), reduce server work, avoid redirect chains.
mediumCut total transfer weight

3.5 MB total

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

Third-party impact

172 third-party requests · 2282 KiB (63.8% of transfer) · 1977 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
farfetch-contents.com631633 KiB1560 ms
forter.com11224 KiB45 ms
googletagmanager.com2166 KiB84 ms
google.com998 KiB13 ms
go-mpulse.net257 KiB90 ms
bing.com833 KiB12 ms
criteo.com529 KiB84 ms
riskified.com819 KiB89 ms
farfetch.net237 KiB
doubleclick.net63 KiB
googleadservices.com33 KiB
rubiconproject.com11 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://cdn-static.farfetch-contents.com/assets/portal-core-appportal/desktop/106.client.92a2c6b58994c5b8375e.esnext.js 3P137 KiB70.2%96 KiB
https://cdn-static.farfetch-contents.com/assets/portal-core-appportal/desktop/38001.client.03303ecf71310d481c31.esnext.js 3P198 KiB47.2%93 KiB
https://www.googletagmanager.com/gtag/js?id=G-QJBZM1L4HL&cx=c&gtm=4e6841&sign=84612ae045d6a48195b9eeffa707552bf5797435a1017c1af0fbbf978065febc_20260806 3P166 KiB50.6%84 KiB
https://www.farfetch.com/sst/gtm.js?id=GTM-5VWCDN217 KiB38.5%83 KiB
https://www.farfetch.com/sst/gtag/js?id=G-CEF7PMN9HX&cx=c&gtm=4e6841&sign=84612ae045d6a48195b9eeffa707552bf5797435a1017c1af0fbbf978065febc_20260806209 KiB39.7%83 KiB
https://www.farfetch.com/sst/gtm.js?id=GTM-PB6HKWM&gtm=4e6841&sign=84612ae045d6a48195b9eeffa707552bf5797435a1017c1af0fbbf978065febc_20260806135 KiB59.7%80 KiB
https://accounts.google.com/gsi/client 3P97 KiB80.1%77 KiB
https://www.farfetch.com/O9_wWc/2LG/JbO/06hiBJAe/DpEbJSr9u3/PXNJSA/UigjMmhX/Chl5?v=92a97928-e65d-1520-ab1c-e23b78ebcfc2176 KiB36.1%63 KiB
https://cdn-static.farfetch-contents.com/assets/portal-core-appportal/desktop/36947.client.6c0e2f1b9f9a8f571e0e.esnext.js 3P113 KiB50.9%58 KiB
https://cdn-static.farfetch-contents.com/assets/portal-core-appportal/desktop/public/third-parties/sdks/coralogix-browser-sdk-3.4.0.js 3P79 KiB63.2%50 KiB
https://s.go-mpulse.net/boomerang/V8BTZ-CS5UD-BDWCH-VUP73-K8QTK 3P57 KiB75%43 KiB
https://cdn-static.farfetch-contents.com/assets/portal-core-appportal/desktop/84839.client.8ce739fcb579d5fcf4fd.esnext.js 3P47 KiB42.9%20 KiB
https://cdn-static.farfetch-contents.com/assets/portal-core-appportal/desktop/48639.client.99d2352de54eedfe6115.esnext.js 3P37 KiB49.7%18 KiB
https://cdn-static.farfetch-contents.com/assets/marketing-tracking-library/tracking-library-stable.min.js 3P27 KiB53.6%14 KiB
https://cdn-static.farfetch-contents.com/assets/portal-core-appportal/desktop/61241.client.966addb89dfe3fc1175d.esnext.js 3P22 KiB56.9%12 KiB

Network

204Requests
3575 KiBTransferred
63Scripts
63.8%3rd-party
10Long tasks
Script (63)
2456 KiB
Image (60)
616 KiB
Document (4)
324 KiB
Font (2)
119 KiB
Fetch (39)
32 KiB
XHR (14)
15 KiB
Stylesheet (4)
10 KiB
Ping (7)
2 KiB
Other (11)
1 KiB
Heaviest requests (30)
URLTypeStatusTransfer
https://www.farfetch.com/sst/_/service_worker/6830/sw_iframe.html?origin=https%3A%2F%2Fwww.farfetch.com&1p=1&path=%2FsstDocument200245 KiB
https://0c0275c12bca.cdn4.forter.com/sn/0c0275c12bca/script.jsScript200221 KiB
https://www.farfetch.com/sst/gtm.js?id=GTM-5VWCDNScript200217 KiB
https://www.farfetch.com/sst/gtag/js?id=G-CEF7PMN9HX&cx=c&gtm=4e6841&sign=84612ae045d6a48195b9eeffa707552bf5797435a1017c1af0fbbf978065febc_20260806Script200209 KiB
https://cdn-static.farfetch-contents.com/assets/portal-core-appportal/desktop/38001.client.03303ecf71310d481c31.esnext.jsScript200198 KiB
https://www.farfetch.com/O9_wWc/2LG/JbO/06hiBJAe/t3EbJSr9u3uEbhYr/ZXFESA/JTAGaEhb/TywBScript200185 KiB
https://www.farfetch.com/O9_wWc/2LG/JbO/06hiBJAe/DpEbJSr9u3/PXNJSA/UigjMmhX/Chl5?v=92a97928-e65d-1520-ab1c-e23b78ebcfc2Script200176 KiB
https://www.googletagmanager.com/gtag/js?id=G-QJBZM1L4HL&cx=c&gtm=4e6841&sign=84612ae045d6a48195b9eeffa707552bf5797435a1017c1af0fbbf978065febc_20260806Script200166 KiB
https://cdn-static.farfetch-contents.com/assets/portal-core-appportal/desktop/106.client.92a2c6b58994c5b8375e.esnext.jsScript200137 KiB
https://www.farfetch.com/sst/gtm.js?id=GTM-PB6HKWM&gtm=4e6841&sign=84612ae045d6a48195b9eeffa707552bf5797435a1017c1af0fbbf978065febc_20260806Script200135 KiB
https://cdn-static.farfetch-contents.com/assets/portal-core-appportal/desktop/36947.client.6c0e2f1b9f9a8f571e0e.esnext.jsScript200113 KiB
https://accounts.google.com/gsi/clientScript20097 KiB
https://cdn-static.farfetch-contents.com/cms-ccloud/caas/v1/media/10239766/data/46afee099eef1779c7a9ea6bf35e75fc/3x4_four-columns/480/no-search-results-women-new-in.jpegImage20091 KiB
https://cdn-static.farfetch-contents.com/assets/portal-core-appportal/desktop/public/third-parties/sdks/coralogix-browser-sdk-3.4.0.jsScript20079 KiB
https://www.farfetch.com/ca/Document20079 KiB
https://cdn-static.farfetch-contents.com/assets/portal-core-appportal/desktop/public/fonts/v3.00/FarfetchBasis-Regular.woff2Font20060 KiB
https://cdn-static.farfetch-contents.com/assets/portal-core-appportal/desktop/public/fonts/v3.00/FarfetchBasis-Bold.woff2Font20058 KiB
https://cdn-static.farfetch-contents.com/cms-ccloud/caas/v1/media/10239788/data/59ab5fc0543d29cee73601882c54f25c/3x4_four-columns/480/no-search-results-men-accessories.jpegImage20058 KiB
https://s.go-mpulse.net/boomerang/V8BTZ-CS5UD-BDWCH-VUP73-K8QTKScript20057 KiB
https://cdn-static.farfetch-contents.com/cms-ccloud/caas/v1/media/10239768/data/ab6e1bd603b480d4293cbdddeff76197/3x4_four-columns/480/no-search-results-men-clothing.jpegImage20055 KiB
https://cdn-static.farfetch-contents.com/cms-ccloud/caas/v1/media/10239760/data/4111a40b3c3a5f71b62e17cd90ec335d/3x4_four-columns/480/no-search-results-women-shoes.jpegImage20054 KiB
https://cdn-static.farfetch-contents.com/cms-ccloud/caas/v1/media/10239756/data/e72da317ed0f3be367637fecd7d416fc/3x4_four-columns/480/no-search-results-women-clothing.jpegImage20053 KiB
https://cdn-static.farfetch-contents.com/assets/portal-core-appportal/desktop/84839.client.8ce739fcb579d5fcf4fd.esnext.jsScript20047 KiB
https://cdn-static.farfetch-contents.com/cms-ccloud/caas/v1/media/10239754/data/fd2edf6c56857a2a892147e4fbc8e426/3x4_four-columns/480/no-search-results-women-bags.jpegImage20047 KiB
https://cdn-static.farfetch-contents.com/cms-ccloud/caas/v1/media/98560/data/fa1dab633d0455c2049d06c9801acd8c/16x9_three-columns/480/welcome-page-image-mw.jpegImage20044 KiB
https://cdn-static.farfetch-contents.com/assets/portal-core-appportal/desktop/80816.client.c7b740b3e2626901a6c3.esnext.jsScript20041 KiB
https://cdn-static.farfetch-contents.com/cms-ccloud/caas/v1/media/10239774/data/0ea0dba4a6dac0a1676ae6c2542cc486/3x4_four-columns/480/no-search-results-men-new-in.jpegImage20037 KiB
https://cdn-static.farfetch-contents.com/assets/portal-core-appportal/desktop/48639.client.99d2352de54eedfe6115.esnext.jsScript20037 KiB
https://cdn-static.farfetch-contents.com/cms-ccloud/caas/v1/media/98562/data/8255c144ab9cf3f42a82991fe8c05e55/16x9_three-columns/480/welcome-page-image-ww.jpegImage20034 KiB
https://cdn-static.farfetch-contents.com/cms-ccloud/caas/v1/media/10239784/data/3e0715c99ca59842b8d3fe13767204a6/3x4_four-columns/480/no-search-results-men-shoes.jpegImage20030 KiB

Long tasks (>50 ms)

StartDuration
1890 ms750 ms
11607 ms380 ms
2711 ms339 ms
10994 ms298 ms
3846 ms216 ms
12587 ms206 ms
3391 ms168 ms
1150 ms165 ms
1508 ms141 ms
4776 ms136 ms
Analyzing…
running mobile + desktop · ~30s