currys.co.uk

Report from 8/16/2026, 9:48:13 AM https://currys.co.uk
Latest run · lab, cold cache
31
8/16/2026
28-day score · p75 · the standard
31
15 runs
CRR9%latest
SSD68%latest
TC1038 toklatest
TTFUT5 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
5 ms
TTFUT Time to First Useful Token N/A

Token Cost breakdown

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

Content
73% · 8,707
Chrome (nav / header / footer)
14.2% · 1,697
Boilerplate (cookie / ad)
10.7% · 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, 78 ms main-thread

EvidenceThird-party is 86.6% of total transfer (107 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.263.
ImpactStable layout for render + screenshot.
Effort30–60 min
FixSet explicit width/height on images; reserve space for late-loading content.
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

107 third-party requests · 5253 KiB (86.6% of transfer) · 117 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 KiB78 ms
currys.biz31829 KiB
dynamicyield.com4262 KiB29 ms
cookielaw.org10227 KiB
doubleclick.net2223 KiB
adobedtm.com14155 KiB
bambuser.com469 KiB
unpkg.com351 KiB
googletagservices.com136 KiB10 ms
newrelic.com130 KiB
cquotient.com122 KiB
bigcontent.io1417 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/m202607310101/pubads_impl.js 3P200 KiB79.2%158 KiB
https://cdn.cookielaw.org/scripttemplates/202606.1.0/otBannerSdk.js 3P136 KiB63.2%86 KiB
https://sgtm.currys.co.uk/gtag/js?id=G-3VD8P50ZM5179 KiB46.8%84 KiB
https://www.currys.co.uk/on/demandware.static/Sites-curryspcworlduk-Site/-/en_GB/v1786352564397/js/main.js114 KiB64.9%74 KiB
https://cdn-eu.dynamicyield.com/api/9881977/api_static.js 3P105 KiB63.3%66 KiB
https://www.currys.co.uk/on/demandware.static/Sites-curryspcworlduk-Site/-/en_GB/v1786352564397/js/prebid/prebid.js79 KiB77.9%61 KiB
https://assets.adobedtm.com/cf9ec4594f1c/9e0d7cdb1783/launch-f5b9cc2bbc8d.min.js 3P143 KiB27.8%40 KiB
https://one-to-one.bambuser.com/eu/embed.js 3P65 KiB59.7%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 3P36 KiB45.5%17 KiB
https://js-agent.newrelic.com/nr-spa-1.312.1.min.js 3P30 KiB51.7%15 KiB
https://www.currys.co.uk/on/demandware.static/Sites-curryspcworlduk-Site/-/en_GB/v1786352564397/js/recentlyViewedCarousel.js11 KiB93.2%10 KiB
https://cdn.cquotient.com/js/v2/gretel.min.js 3P22 KiB45.1%10 KiB
https://www.currys.co.uk/on/demandware.static/Sites-curryspcworlduk-Site/-/en_GB/v1786352564397/js/nr-agent-production-uk.js23 KiB35.8%8 KiB

Network

143Requests
6067 KiBTransferred
49Scripts
86.6%3rd-party
3Long tasks
Script (49)
4547 KiB
Image (53)
972 KiB
Stylesheet (4)
254 KiB
Fetch (8)
103 KiB
Font (4)
77 KiB
Document (3)
46 KiB
XHR (20)
44 KiB
Other (2)
25 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/m202607310101/pubads_impl.jsScript200200 KiB
https://sgtm.currys.co.uk/gtag/js?id=G-3VD8P50ZM5Script200179 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.jsScript200143 KiB
https://cdn.cookielaw.org/scripttemplates/202606.1.0/otBannerSdk.jsScript200136 KiB
https://cdn-eu.dynamicyield.com/api/9881977/api_dynamic.jsScript200118 KiB
https://www.currys.co.uk/on/demandware.static/Sites-curryspcworlduk-Site/-/en_GB/v1786352564397/js/main.jsScript200114 KiB
https://cdn-eu.dynamicyield.com/api/9881977/api_static.jsScript200105 KiB
https://www.currys.co.uk/on/demandware.static/Sites-curryspcworlduk-Site/-/en_GB/v1786352564397/css/svg-sprite-4326286f.svgImage20099 KiB
https://media.currys.biz/i/currysprod/wk13-hp-hero-Summer-Credit-desktop?fmt=auto&$q-large$Image20089 KiB
https://media.currys.biz/i/currysprod/wk14-hp-hero-CG-New-Term-2026-desktop?fmt=auto&$q-large$Image20083 KiB
https://www.currys.co.uk/on/demandware.static/Sites-curryspcworlduk-Site/-/en_GB/v1786352564397/js/prebid/prebid.jsScript20079 KiB
https://media.currys.biz/i/currysprod/wk14-hp-hero-New-term-multi-cat-desktop?fmt=auto&$q-large$Image20071 KiB
https://media.currys.biz/i/currysprod/wk12-hp-hero-Summer-Refs-Event-desktop?fmt=auto&$q-large$Image20069 KiB
https://media.currys.biz/i/currysprod/wk14-hp-hero-mob-samsung-zfold8-desktop?fmt=auto&$q-large$Image20065 KiB
https://one-to-one.bambuser.com/eu/embed.jsScript20065 KiB
https://www.currys.co.uk/on/demandware.static/Sites-curryspcworlduk-Site/-/en_GB/v1786352564397/css/new-global.cssStylesheet20060 KiB
https://media.currys.biz/i/currysprod/wk14-hp-hero-WG-Ninja-Summer-Sale-desktop?fmt=auto&$q-large$Image20047 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/wk3-featured-cocktails?fmt=auto&$q-large$Image20045 KiB
https://www.currys.co.uk/Document20044 KiB
https://unpkg.com/[email protected]/umd/react-dom.production.min.jsScript20042 KiB
https://media.currys.biz/i/currysprod/wk3-featured-beer?fmt=auto&$q-large$Image20040 KiB
https://www.googletagservices.com/tag/js/gpt.jsScript20036 KiB
https://cdn-eu.dynamicyield.com/scripts/2.95.0/dy-coll-nojq-min.jsFetch20034 KiB
https://media.currys.biz/i/currysprod/wk12-featured-new-arrivals-lego-v1?fmt=auto&$q-large$Image20032 KiB
https://media.currys.biz/i/currysprod/top-cat-hp-console-games?fmt=auto&$q-large$Image20030 KiB
https://www.currys.co.uk/on/demandware.static/Sites-curryspcworlduk-Site/-/en_GB/v1786352564397/css/global.cssStylesheet20030 KiB
https://js-agent.newrelic.com/nr-spa-1.312.1.min.jsScript20030 KiB

Long tasks (>50 ms)

StartDuration
3480 ms78 ms
668 ms60 ms
559 ms54 ms
Analyzing…
running mobile + desktop · ~30s