www.barclays.com

Report from 7/24/2026, 11:41:51 AM https://www.barclays.com
Latest run · lab, cold cache
49
7/24/2026
28-day score · p75 · the standard
49
9 runs
CRR100%latest
SSD72%latest
TC604 toklatest
TTFUT37 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/barclays.com.svg)](https://agentvitals.dev/results?url=https%3A%2F%2Fwww.barclays.com)
<a href="https://agentvitals.dev/results?url=https%3A%2F%2Fwww.barclays.com"><img src="https://agentvitals.dev/badge/barclays.com.svg" alt="Core Agent Vitals" height="20"></a>
What AI tells your customers about youAgent confidence: HIGH
Business nameHome
CategoryWebPage
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
DescriptionBarclays is a British universal bank. Our businesses include consumer banking, as well as a top-tier, global corporate and investment bank.

An agent can answer questions about you accurately. 3/3 applicable facts come from machine-readable structured data.

49
Overall score
weighted CAV (0–100)
PASS
0–4950–8990–100

Metrics

100%
CRR Content Recovery Good
0.72
SSD Semantic Signal Density Good
604 tok
TC Token Cost Good
37 ms
TTFUT Time to First Useful Token N/A

Token Cost breakdown

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

Content
42.3% · 2,225
Chrome (nav / header / footer)
46% · 2,419
Boilerplate (cookie / ad)
11.6% · 612
Other
0% · 0

Final screenshot

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

Diagnostics

medium TC 57.7% of tokens are non-content (boilerplate/chrome)

agent representation — token decomposition

EvidenceToken decomposition: content 42.3%, chrome 46%, boilerplate 11.6%, other 0%. Only 42.3% 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 79/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 Found at /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 (5)

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

~ 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 (6)

✓ robots.txt allows AI bots✓ No CAPTCHA wall✓ No login wall on public content✓ 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.

70Transport posture (0–100, unscored)
3pass
1warn
1fail
Per-header findings (6)
HeaderEvidence
✅ HTTPSserved over HTTPS
✅ HSTSmax-age=63072000
❌ Content-Security-Policyno content-security-policy header
✅ X-Content-Type-Optionsnosniff
⚠️ 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

mediumSplit the heaviest unused bundle

otBannerSdk.js — 135 KiB transferred, 63.1% unused (third-party)

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

cumulative layout shift

EvidenceCLS is 0.209.
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 185 ms (2 total)

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

8.5 MB total

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

15 third-party requests · 310 KiB (3.6% of transfer) · 78 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
onetrust.com12213 KiB29 ms
adobedtm.com295 KiB43 ms
hlx.page13 KiB6 ms

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-ukwest.onetrust.com/scripttemplates/202604.2.0/otBannerSdk.js 3P135 KiB63.1%85 KiB
https://assets.adobedtm.com/230591edb41d/00d245b7d88d/launch-EN0720aabc15584d0c850c8dc66bf8b936.min.js 3P82 KiB56.7%46 KiB
https://assets.adobedtm.com/230591edb41d/00d245b7d88d/ccde4cd99ec6/EX44e85942a0ba4640a93873fd57ea3756-libraryCode_source.min.js 3P13 KiB82.9%11 KiB
https://home.barclays/etc.clientlibs/core/wcm/components/commons/datalayer/v1/clientlibs/core.wcm.components.commons.datalayer.v1.js13 KiB42.6%6 KiB
https://home.barclays/etc.clientlibs/core/wcm/components/image/v2/image/clientlibs/site.js7 KiB64.5%4 KiB
https://cdn-ukwest.onetrust.com/consent/019d71fe-22f9-7363-9b74-2776f75f4564/otSDKStub.js 3P10 KiB45.4%4 KiB
https://home.barclays/etc.clientlibs/core/wcm/components/accordion/v1/accordion/clientlibs/site.js6 KiB76.6%4 KiB
https://home.barclays/etc.clientlibs/barclays-core-components/components/header-components/header/v1/header/clientlibs/component.js5 KiB57.7%3 KiB
https://home.barclays/etc.clientlibs/core/wcm/components/tabs/v1/tabs/clientlibs/site.js5 KiB52%2 KiB
https://home.barclays/etc.clientlibs/core/wcm/components/image/v1/image/clientlibs/site.js3 KiB72.6%2 KiB
https://home.barclays/etc.clientlibs/core/wcm/components/image/v3/image/clientlibs/site.js4 KiB48.7%2 KiB
https://rum.hlx.page/.rum/@adobe/helix-rum-js@%5E2/dist/rum-standalone.js 3P3 KiB58.7%2 KiB
https://home.barclays/etc.clientlibs/barclays-core-components/iifes/tealium/clientlibs/iife.js5 KiB32.5%2 KiB
https://home.barclays/etc.clientlibs/barclays-core-components/components/multimedia/v2/multimedia/clientlibs/component.js3 KiB46.2%1 KiB
https://home.barclays/etc.clientlibs/barclays-core-components/components/link/v1/link/clientlibs/component.js3 KiB38.9%1 KiB

Network

85Requests
8711 KiBTransferred
21Scripts
3.6%3rd-party
2Long tasks
Image (13)
7997 KiB
Script (21)
309 KiB
Font (3)
220 KiB
Other (2)
76 KiB
Fetch (6)
44 KiB
Stylesheet (36)
40 KiB
Document (1)
23 KiB
XHR (3)
3 KiB
Heaviest requests (30)
URLTypeStatusTransfer
https://home.barclays/_jcr_content/root/body/content/section_719841816_co/grid_copy_copy_copy_/item_1722001186098_c_1985449787/gridItem/tile_2026702043/multimedia.coreimg.80.1440.png/1784104194037/clare-f-young-investors-square.pngImage2002206 KiB
https://home.barclays/_jcr_content/root/body/content/section_719841816_co/grid_copy_copy_copy_/item_1722001186098_c/gridItem/tile_2026702043/multimedia.coreimg.80.1440.png/1784881415585/june-pi-2026-square.pngImage2002141 KiB
https://home.barclays/_jcr_content/root/body/content/section_719841816_co/grid_copy_copy_copy_/item_1722867725416_c/gridItem/tile_copy_copy/multimedia.coreimg.80.1440.png/1784881600311/uku-july-2026-defence-square.pngImage2001987 KiB
https://home.barclays/_jcr_content/root/body/content/section/sectionItem/sectionItem/grid_copy_copy/item_1723036862841_c/gridItem/tile_copy/multimedia.coreimg.80.1440.jpeg/1783068074179/barclays-climate-tech-podcast-episode-6-1080x1080.jpegImage200526 KiB
https://home.barclays/_jcr_content/root/body/content/section/sectionItem/sectionItem/grid_copy_copy/item_1727445793760_c_2101267746/gridItem/tile_copy_copy_copy/multimedia.coreimg.80.1440.jpeg/1782394868552/winnow-hero-2-square.jpegImage200426 KiB
https://home.barclays/_jcr_content/root/body/content/section/sectionItem/sectionItem/grid_copy_copy/item_1727445793760_c/gridItem/tile_copy_copy_copy/multimedia.coreimg.80.1440.jpeg/1782470616530/climate-tech-hero-image-square-new.jpegImage200423 KiB
https://home.barclays/_jcr_content/root/body/content/micro_theme_copy/microtheme/hero/multimedia.coreimg.80.1440.jpeg/1777353723365/ar-cover-2026-4-3.jpegImage200264 KiB
https://cdn-ukwest.onetrust.com/scripttemplates/202604.2.0/otBannerSdk.jsScript200135 KiB
https://assets.adobedtm.com/230591edb41d/00d245b7d88d/launch-EN0720aabc15584d0c850c8dc66bf8b936.min.jsScript20082 KiB
https://home.barclays/etc.clientlibs/barclays-core-components/clientlibs/clientlib-ui/bp_v0/themes/barclays/scl-ui_v1.assets/resources/icons/index.svgOther20074 KiB
https://home.barclays/etc.clientlibs/barclays-core-components/clientlibs/clientlib-ui/bp_v0/themes/barclays/scl-ui_v1.assets/resources/fonts/effra-regular.woffFont20074 KiB
https://home.barclays/etc.clientlibs/barclays-core-components/clientlibs/clientlib-ui/bp_v0/themes/barclays/scl-ui_v1.assets/resources/fonts/effra-medium.woffFont20073 KiB
https://home.barclays/etc.clientlibs/barclays-core-components/clientlibs/clientlib-ui/bp_v0/themes/barclays/scl-ui_v1.assets/resources/fonts/effra-bold.woffFont20073 KiB
https://home.barclays/Document20023 KiB
https://cdn-ukwest.onetrust.com/consent/019d71fe-22f9-7363-9b74-2776f75f4564/0197f505-423c-73fb-b913-2f81c547e83e/en.jsonFetch20021 KiB
https://cdn-ukwest.onetrust.com/logos/static/ot_company_logo.pngImage20019 KiB
https://cdn-ukwest.onetrust.com/scripttemplates/202604.2.0/assets/v2/otPcCenter.jsonFetch20013 KiB
https://home.barclays/etc.clientlibs/core/wcm/components/commons/datalayer/v1/clientlibs/core.wcm.components.commons.datalayer.v1.jsScript20013 KiB
https://assets.adobedtm.com/230591edb41d/00d245b7d88d/ccde4cd99ec6/EX44e85942a0ba4640a93873fd57ea3756-libraryCode_source.min.jsScript20013 KiB
https://cdn-ukwest.onetrust.com/consent/019d71fe-22f9-7363-9b74-2776f75f4564/otSDKStub.jsScript20010 KiB
https://home.barclays/akam/13/62784ed9Script2009 KiB
https://home.barclays/etc.clientlibs/core/wcm/components/image/v2/image/clientlibs/site.jsScript2007 KiB
https://home.barclays/etc.clientlibs/core/wcm/components/accordion/v1/accordion/clientlibs/site.jsScript2006 KiB
https://home.barclays/etc.clientlibs/barclays-core-components/components/header-components/header/v1/header/clientlibs/component.jsScript2005 KiB
https://cdn-ukwest.onetrust.com/scripttemplates/202604.2.0/assets/otCommonStyles.cssFetch2005 KiB
https://home.barclays/etc.clientlibs/barclays-core-components/iifes/tealium/clientlibs/iife.jsScript2005 KiB
https://home.barclays/etc.clientlibs/barclays-core-components/components/ticker-tape/v1/ticker-tape/clientlibs/component.cssStylesheet2005 KiB
https://home.barclays/etc.clientlibs/core/wcm/components/tabs/v1/tabs/clientlibs/site.jsScript2005 KiB
https://home.barclays/etc.clientlibs/barclays-core-components/components/micro-theme/v1/micro-theme/clientlibs/component.cssStylesheet2004 KiB
https://home.barclays/etc.clientlibs/core/wcm/components/image/v3/image/clientlibs/site.jsScript2004 KiB

Long tasks (>50 ms)

StartDuration
649 ms185 ms
303 ms156 ms
Analyzing…
running mobile + desktop · ~30s