currys.co.uk

Report from 9/21/2026, 9:52:36 AM https://currys.co.uk
Latest run · lab, cold cache
31
9/21/2026
28-day score · p75 · the standard
31
24 runs
CRR9%latest
SSD68%latest
TC1038 toklatest
TTFUT6 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/currys.co.uk.svg)](https://agentvitals.dev/results?url=https%3A%2F%2Fcurrys.co.uk)
<a href="https://agentvitals.dev/results?url=https%3A%2F%2Fcurrys.co.uk"><img src="https://agentvitals.dev/badge/currys.co.uk.svg" alt="Core Agent Vitals" height="20"></a>
What AI tells your customers about youAgent confidence: LOW
🟡Business nameAttention Required! | Cloudflare · guessed from page text (no structured data)
Categorynot found
Pricenot applicable · not applicable to this page type
Locationnot applicable · not applicable to this page type
Hoursnot applicable · not applicable to this page type
Productsnot applicable · not applicable to this page type
Descriptionnot found

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

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

Metrics

9%
CRR Content Recovery Poor
0.68
SSD Semantic Signal Density Good
1,038 tok
TC Token Cost Good
4 ms
TTFUT Time to First Useful Token N/A

Token Cost breakdown

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

Content
71.9% · 8,313
Chrome (nav / header / footer)
14.9% · 1,728
Boilerplate (cookie / ad)
11% · 1,270
Other
2.1% · 248

Final screenshot

Final screenshot of https://currys.co.uk

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.

Rendered profile: headless

Agent Discoverability 52/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) No robots.txt → nothing blocked 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 (7)

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 HTTP 403

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✓ No content-blocking cookie wall✓ 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.

44Transport posture (0–100, unscored)
2pass
0warn
3fail
Per-header findings (6)
HeaderEvidence
✅ HTTPSserved over HTTPS
❌ HSTSno strict-transport-security header
❌ Content-Security-Policyno content-security-policy header
❌ X-Content-Type-Optionsmissing nosniff
✅ Referrer-Policysame-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

highSplit the heaviest unused bundlehighest leverage

chat-widget.umd.js — 3135 KiB transferred, 71.2% unused (third-party)

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

azurewebsites.net — 3295 KiB, 2 requests, 106 ms main-thread

EvidenceThird-party is 86.4% of total transfer (104 requests); azurewebsites.net is the largest.
ImpactFewer bytes + main-thread stalls before your content settles for an agent.
Effort1–3 h
FixLazy-load, self-host, or remove azurewebsites.net; defer non-critical third-party scripts.
highReduce layout shift

cumulative layout shift

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

largest contentful paint

EvidenceLCP is 2.8s.
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.
mediumBreak up long main-thread tasks

longest task 106 ms (5 total)

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

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

Third-party impact

104 third-party requests · 5199 KiB (86.4% of transfer) · 244 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
azurewebsites.net23295 KiB106 ms
currys.biz26714 KiB
dynamicyield.com4310 KiB48 ms
doubleclick.net2233 KiB
cookielaw.org10228 KiB
adobedtm.com14156 KiB68 ms
bambuser.com470 KiB
unpkg.com351 KiB
googletagservices.com138 KiB17 ms
newrelic.com130 KiB
cquotient.com121 KiB
bigcontent.io1518 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://uks-prd-data-web-ia-ccaas-ui-001-ecdcbzhbffh5dnde.uksouth-01.azurewebsites.net/widget/chat-widget.umd.js 3P3135 KiB71.2%2232 KiB
https://securepubads.g.doubleclick.net/pagead/managed/js/gpt/m202609160101/pubads_impl.js?cb=122881093 3P211 KiB78.8%167 KiB
https://sgtm.currys.co.uk/gtag/js?id=G-3VD8P50ZM5184 KiB47.2%87 KiB
https://cdn.cookielaw.org/scripttemplates/202606.1.0/otBannerSdk.js 3P137 KiB63.2%86 KiB
https://www.currys.co.uk/on/demandware.static/Sites-curryspcworlduk-Site/-/en_GB/v1789808570689/js/main.js116 KiB65.5%76 KiB
https://cdn-eu.dynamicyield.com/api/9881977/api_static.js 3P106 KiB63.4%67 KiB
https://www.currys.co.uk/on/demandware.static/Sites-curryspcworlduk-Site/-/en_GB/v1789808570689/js/prebid/prebid.js79 KiB77.9%61 KiB
https://assets.adobedtm.com/cf9ec4594f1c/9e0d7cdb1783/launch-f5b9cc2bbc8d.min.js 3P144 KiB28%40 KiB
https://one-to-one.bambuser.com/eu/embed.js 3P65 KiB59.8%39 KiB
https://unpkg.com/[email protected]/umd/react-dom.production.min.js 3P42 KiB87.4%37 KiB
https://www.googletagservices.com/tag/js/gpt.js 3P38 KiB43.7%16 KiB
https://js-agent.newrelic.com/nr-spa-1.312.1.min.js 3P30 KiB51.4%15 KiB
https://www.currys.co.uk/on/demandware.static/Sites-curryspcworlduk-Site/-/en_GB/v1789808570689/js/recentlyViewedCarousel.js11 KiB93.3%11 KiB
https://cdn.cquotient.com/js/v2/gretel.min.js 3P21 KiB45.1%10 KiB
https://www.currys.co.uk/on/demandware.static/Sites-curryspcworlduk-Site/-/en_GB/v1789808570689/js/nr-agent-production-uk.js23 KiB35.8%8 KiB

Network

140Requests
6021 KiBTransferred
49Scripts
86.4%3rd-party
5Long tasks
Script (49)
4615 KiB
Image (48)
855 KiB
Stylesheet (4)
256 KiB
Fetch (9)
103 KiB
Font (4)
77 KiB
Document (3)
47 KiB
XHR (21)
43 KiB
Other (2)
24 KiB
Heaviest requests (30)
URLTypeStatusTransfer
https://uks-prd-data-web-ia-ccaas-ui-001-ecdcbzhbffh5dnde.uksouth-01.azurewebsites.net/widget/chat-widget.umd.jsScript2003135 KiB
https://securepubads.g.doubleclick.net/pagead/managed/js/gpt/m202609160101/pubads_impl.js?cb=122881093Script200211 KiB
https://sgtm.currys.co.uk/gtag/js?id=G-3VD8P50ZM5Script200184 KiB
https://cdn-eu.dynamicyield.com/api/9881977/api_dynamic.jsScript200164 KiB
https://uks-prd-data-web-ia-ccaas-ui-001-ecdcbzhbffh5dnde.uksouth-01.azurewebsites.net/widget/currys-app.cssStylesheet200160 KiB
https://assets.adobedtm.com/cf9ec4594f1c/9e0d7cdb1783/launch-f5b9cc2bbc8d.min.jsScript200144 KiB
https://cdn.cookielaw.org/scripttemplates/202606.1.0/otBannerSdk.jsScript200137 KiB
https://www.currys.co.uk/on/demandware.static/Sites-curryspcworlduk-Site/-/en_GB/v1789808570689/js/main.jsScript200116 KiB
https://cdn-eu.dynamicyield.com/api/9881977/api_static.jsScript200106 KiB
https://www.currys.co.uk/on/demandware.static/Sites-curryspcworlduk-Site/-/en_GB/v1789808570689/css/svg-sprite-65837e63.svgImage200101 KiB
https://media.currys.biz/i/currysprod/wk20-hp-hero-CE-trade-in-Sony-desktop?fmt=auto&$q-large$Image20089 KiB
https://www.currys.co.uk/on/demandware.static/Sites-curryspcworlduk-Site/-/en_GB/v1789808570689/js/prebid/prebid.jsScript20079 KiB
https://media.currys.biz/i/currysprod/wk20-hp-hero-CG-New-Term-2026-Dell-desktop?fmt=auto&$q-large$Image20076 KiB
https://media.currys.biz/i/currysprod/wk20-hp-hero-Gaming-consoles-PS5-bundle-desktop?fmt=auto&$q-large$Image20074 KiB
https://media.currys.biz/i/currysprod/wk19-hp-hero-efficiency-campaign-desktop?fmt=auto&$q-large$Image20067 KiB
https://one-to-one.bambuser.com/eu/embed.jsScript20065 KiB
https://media.currys.biz/i/currysprod/wk17-featured-new-arrivals-ninja?fmt=auto&$q-large$Image20065 KiB
https://www.currys.co.uk/on/demandware.static/Sites-curryspcworlduk-Site/-/en_GB/v1789808570689/css/new-global.cssStylesheet20062 KiB
https://www.currys.co.uk/Document20045 KiB
https://cdn.cookielaw.org/consent/91ee59ae-c9a5-481b-9922-285487b4d7c0/019de32d-259a-73d4-9e8d-ef63061ab349/en.jsonFetch20045 KiB
https://media.currys.biz/i/currysprod/wk17-featured-new-arrivals-garmin-watches?fmt=auto&$q-large$Image20044 KiB
https://unpkg.com/[email protected]/umd/react-dom.production.min.jsScript20042 KiB
https://www.googletagservices.com/tag/js/gpt.jsScript20038 KiB
https://cdn-eu.dynamicyield.com/scripts/2.99.0/dy-coll-nojq-min.jsFetch20034 KiB
https://media.currys.biz/i/currysprod/wk17-featured-toys-remote-control-car-v1?fmt=auto&$q-large$Image20030 KiB
https://media.currys.biz/i/currysprod/top-cat-hp-console-games?fmt=auto&$q-large$Image20030 KiB
https://js-agent.newrelic.com/nr-spa-1.312.1.min.jsScript20030 KiB
https://www.currys.co.uk/on/demandware.static/Sites-curryspcworlduk-Site/-/en_GB/v1789808570689/css/global.cssStylesheet20030 KiB
https://www.currys.co.uk/on/demandware.static/Sites-curryspcworlduk-Site/-/default/dw45651025/fonts/CurrysSans-Regular.woff2Font20025 KiB
https://www.currys.co.uk/on/demandware.static/Sites-curryspcworlduk-Site/-/en_GB/v1789808570689/fonts/CurrysSans-Headline.woff2Font20025 KiB

Long tasks (>50 ms)

StartDuration
4336 ms106 ms
985 ms105 ms
815 ms84 ms
912 ms68 ms
4443 ms61 ms
Analyzing…
running mobile + desktop · ~30s