www.barclays.com

Report from 9/21/2026, 11:17:13 AM https://www.barclays.com
Latest run · lab, cold cache
49
9/21/2026
28-day score · p75 · the standard
49
31 runs
CRR100%latest
SSD73%latest
TC654 toklatest
TTFUT47 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.73
SSD Semantic Signal Density Good
654 tok
TC Token Cost Good
51 ms
TTFUT Time to First Useful Token N/A

Token Cost breakdown

Where the page's tokens go (≈5,323 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.4% · 2,258
Chrome (nav / header / footer)
46.1% · 2,453
Boilerplate (cookie / ad)
11.5% · 612
Other
0% · 0

Final screenshot

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

Diagnostics

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

agent representation — token decomposition

EvidenceToken decomposition: content 42.4%, chrome 46.1%, boilerplate 11.5%, other 0%. Only 42.4% 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 74/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 Stale (lastmod 2026-02-16T15:35:49+00:00) 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 (6)

~ 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

~ XML sitemap fresh medium impact Stale (lastmod 2026-02-16T15:35:49+00:00)

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 (5)

✓ robots.txt allows AI bots✓ No CAPTCHA wall✓ No login wall on public content✓ Structured data (JSON-LD)✓ 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.163.
ImpactStable layout for render + screenshot.
Effort30–60 min
FixSet explicit width/height on images; reserve space for late-loading content.
mediumCut total transfer weight

8.4 MB total

Evidence8.4 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) — 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 KiB
adobedtm.com295 KiB
hlx.page13 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-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.9%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 KiB33.1%2 KiB
https://home.barclays/etc.clientlibs/barclays-core-components/components/multimedia/v2/multimedia/clientlibs/component.js3 KiB47.3%1 KiB
https://home.barclays/etc.clientlibs/barclays-core-components/components/link/v1/link/clientlibs/component.js3 KiB39%1 KiB

Network

85Requests
8587 KiBTransferred
21Scripts
3.6%3rd-party
0Long tasks
Image (13)
7870 KiB
Script (21)
309 KiB
Font (3)
221 KiB
Other (2)
77 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_1722867725416_c/gridItem/tile_copy_copy/multimedia.coreimg.80.1440.png/1789127120986/roland-remortgage-square.pngImage2002135 KiB
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/1789374078649/defence-tech-matt-square.pngImage2002117 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/1789049868411/job-scams-square-paul-d-uku.pngImage2001955 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.svgOther20075 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.woffFont20074 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://home.barclays/etc.clientlibs/core/wcm/components/commons/datalayer/v1/clientlibs/core.wcm.components.commons.datalayer.v1.jsScript20013 KiB
https://cdn-ukwest.onetrust.com/scripttemplates/202604.2.0/assets/v2/otPcCenter.jsonFetch20013 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/62784d36Script2009 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
Analyzing…
running mobile + desktop · ~30s