www.wise.com

Report from 8/5/2026, 10:24:27 AM https://www.wise.com
Latest run · lab, cold cache
61
8/5/2026
28-day score · p75 · the standard
5/7 runs — building history (nightly)

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/wise.com.svg)](https://agentvitals.dev/results?url=https%3A%2F%2Fwww.wise.com)
<a href="https://agentvitals.dev/results?url=https%3A%2F%2Fwww.wise.com"><img src="https://agentvitals.dev/badge/wise.com.svg" alt="Core Agent Vitals" height="20"></a>
What AI tells your customers about youAgent confidence: LOW
Business nameWise
CategoryOrganization
🟡Price$22 · guessed from page text (no structured data)
Locationnot found
Hoursnot found
Productsnot found
🟡Description150+ countries, 40 currencies, one account. Save when you send, spend and manage your money internationally. · 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.

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

Metrics

77%
CRR Content Recovery Poor
0.94
SSD Semantic Signal Density Good
1,614 tok
TC Token Cost Good
767 ms
TTFUT Time to First Useful Token N/A

Token Cost breakdown

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

Content
87.9% · 11,258
Chrome (nav / header / footer)
10.4% · 1,337
Boilerplate (cookie / ad)
0% · 0
Other
1.7% · 216

Final screenshot

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

Diagnostics

high CRR Content is hidden behind JavaScript

pre-JS raw HTML

Evidence23% of content requires JS
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 56/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) Blocks: * (all) Learn →
sitemap.xml No /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 (8)

robots.txt allows AI bots high impact Blocks: * (all)

Business impact If robots.txt blocks AI crawlers you are invisible to ChatGPT, Claude and Perplexity — they skip you and recommend a competitor instead.

What we measured We read /robots.txt and test it against 16 AI user-agents (GPTBot, ClaudeBot, PerplexityBot, …) for a Disallow that blocks them.

How to fix Allow major AI bots to public content; restrict only private paths (/admin, /api).

Learn how to implement →

User-agent: GPTBot
Allow: /
Disallow: /admin/

Spec: https://platform.openai.com/docs/gptbot

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

~ Server response (TTFB) low impact 954ms (good ≤800, warn ≤1800)

Business impact Slow servers cause agents to time out and move on. Fast response keeps you in the running.

What we measured We time the response (time-to-first-byte) against good (<800ms) / warn (<1800ms) thresholds.

How to fix Use a CDN, caching and an optimized origin to get TTFB under 800ms.

Spec: https://web.dev/ttfb/

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

✓ No CAPTCHA wall✓ Machine-readable prices✓ No login wall on public content✓ Structured data (JSON-LD)

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.

77Transport posture (0–100, unscored)
3pass
2warn
0fail
Per-header findings (6)
HeaderEvidence
✅ HTTPSserved over HTTPS
✅ HSTSmax-age=31536000
⚠️ Content-Security-Policyscript-src allows 'unsafe-inline'
✅ 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

highSplit the heaviest unused bundlehighest leverage

_app-87206070be35ca0a.js — 589 KiB transferred, 72.6% unused

EvidenceCDP JS coverage: 428 KiB of this bundle is never executed on load.
Impact~-428 KiB transfer; lower Token Cost + faster agent parse.
Effort30–90 min
FixDynamic-import() the below-the-fold parts of _app-87206070be35ca0a.js, or drop unused dependencies.
highBreak up long main-thread tasks

longest task 6593 ms (10 total)

EvidenceMain thread blocked 6593 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.
mediumLower server response time

time to first byte

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

7.8 MB total

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

Third-party impact

51 third-party requests · 607 KiB (7.6% of transfer) · 213 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
googletagmanager.com3268 KiB128 ms
cloudfront.net6203 KiB
mxpnl.com133 KiB17 ms
adsrvr.org1031 KiB9 ms
redditstatic.com120 KiB9 ms
bing.com417 KiB
yimg.jp112 KiB41 ms
adalyser.com212 KiB9 ms
tvsquared.com29 KiB
reddit.com21 KiB
mixpanel.com51 KiB
google.com41 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://wise.com/static-assets/app/_next/static/chunks/pages/_app-87206070be35ca0a.js589 KiB72.6%428 KiB
https://wise.com/static-assets/app/_next/static/chunks/69385-b9bd5418330fd65a.js207 KiB50.3%104 KiB
https://www.googletagmanager.com/gtag/destination?id=DC-16544908&cx=c&gtm=4e6831 3P134 KiB57.7%77 KiB
https://sst.wise.com/gtag/js?id=G-MFT2R11DFX&cx=c&gtm=4e6831162 KiB47.7%77 KiB
https://www.googletagmanager.com/gtag/js?id=DC-15666498&cx=c&gtm=4e6831 3P134 KiB53.7%72 KiB
https://sst.wise.com/wisetag?id=GTM-M7V2XH196 KiB35.2%69 KiB
https://wise.com/static-assets/app/_next/static/chunks/59342-6b957c5841156671.js82 KiB65.2%54 KiB
https://wise.com/static-assets/app/_next/static/chunks/1404b2f4-fb1d3a47d560d668.js47 KiB94.5%45 KiB
https://wise.com/static-assets/app/_next/static/chunks/framework-b1d7629058079143.js59 KiB58.4%34 KiB
https://wise.com/static-assets/app/_next/static/chunks/main-98886ef1d9a27953.js46 KiB59.6%28 KiB
https://wise.com/static-assets/app/_next/static/chunks/c8919017-cb6de254886fbef2.js38 KiB63.7%24 KiB
https://wise.com/static-assets/app/_next/static/chunks/17898-fdaf780eca8c7d96.js27 KiB84.6%23 KiB
https://cdn.mxpnl.com/libs/mixpanel-2-latest.min.js 3P33 KiB58.9%20 KiB
https://wise.com/static-assets/app/_next/static/chunks/fa0270cf-5af278d2e43ad435.js26 KiB68.9%18 KiB
https://wise.com/static-assets/app/_next/static/chunks/67455-2be5ad5f3218f83e.js82 KiB20.4%17 KiB

Network

172Requests
7983 KiBTransferred
63Scripts
7.6%3rd-party
10Long tasks
Media (4)
3433 KiB
Script (63)
2415 KiB
Fetch (17)
859 KiB
Image (45)
792 KiB
Stylesheet (9)
220 KiB
Document (4)
142 KiB
Font (2)
91 KiB
XHR (15)
26 KiB
Other (10)
5 KiB
Ping (3)
1 KiB
Heaviest requests (30)
URLTypeStatusTransfer
https://wise.com/static-assets/app/_next/static/media/receive-video-4c3b036d098b02b14f877f4db0cf712f.webmMedia2061260 KiB
https://wise.com/static-assets/app/_next/static/media/video-11090f1863ab5205b31842f53003fbea.webmMedia2061041 KiB
https://wise.com/imaginary-v2/images/aeb6be9304aad06c54138b4ab57a04fb-tapestry-background.webmMedia2061024 KiB
https://wise.com/static-assets/app/_next/static/chunks/pages/_app-87206070be35ca0a.jsScript200589 KiB
https://wise.com/static-assets/app/_next/static/media/account-lottie.6bcafb5a.lottieFetch200511 KiB
https://wise.com/static-assets/app/_next/static/media/hero.8a2824ea.lottieFetch200307 KiB
https://wise.com/public-resources/assets/global-navigation/gn_platform_v2.jpgImage200247 KiB
https://wise.com/static-assets/app/_next/static/chunks/69385-b9bd5418330fd65a.jsScript200207 KiB
https://wise.com/static-assets/app/_next/static/css/e9c5ea1f8e1c57f5.cssStylesheet200198 KiB
https://sst.wise.com/wisetag?id=GTM-M7V2XHScript200196 KiB
https://sst.wise.com/gtag/js?id=G-MFT2R11DFX&cx=c&gtm=4e6831Script200162 KiB
https://wise.com/Document200142 KiB
https://www.googletagmanager.com/gtag/destination?id=DC-16544908&cx=c&gtm=4e6831Script200134 KiB
https://www.googletagmanager.com/gtag/js?id=DC-15666498&cx=c&gtm=4e6831Script200134 KiB
https://wise.com/static-assets/app/_next/static/media/account-video-877331803434eb1adf4d1be1574dbc44.webmMedia206108 KiB
https://wise.com/public-resources/assets/global-navigation/gn_personal_v3.jpgImage200102 KiB
https://wise.com/static-assets/app/_next/static/media/account-fallback-image.404122e5.jpgImage20099 KiB
https://dq8dwmysp7hk1.cloudfront.net/logos/bank-of-montreal.pngImage20092 KiB
https://wise.com/static-assets/app/_next/static/chunks/0ca62526-929abdc56e6ee096.jsScript20087 KiB
https://wise.com/static-assets/app/_next/static/chunks/59342-6b957c5841156671.jsScript20082 KiB
https://wise.com/static-assets/app/_next/static/chunks/67455-2be5ad5f3218f83e.jsScript20082 KiB
https://wise.com/public-resources/assets/global-navigation/gn_business_v2.jpgImage20070 KiB
https://dq8dwmysp7hk1.cloudfront.net/logos/royal-bank-of-canada.pngImage20067 KiB
https://wise.com/static-assets/app/_next/static/chunks/framework-b1d7629058079143.jsScript20059 KiB
https://wise.com/static-assets/app/_next/static/media/WiseSans-Heavy.4bf7de7a.woff2Font20053 KiB
https://wise.com/static-assets/app/_next/static/chunks/1404b2f4-fb1d3a47d560d668.jsScript20047 KiB
https://wise.com/static-assets/app/_next/static/chunks/main-98886ef1d9a27953.jsScript20046 KiB
https://wise.com/static-assets/app/_next/static/chunks/c8919017-cb6de254886fbef2.jsScript20038 KiB
https://wise.com/static-assets/app/_next/static/media/inter-latin-variable-wghtOnly-normal.40c45725.woff2Font20038 KiB
https://dq8dwmysp7hk1.cloudfront.net/logos/paypal.pngImage20037 KiB

Long tasks (>50 ms)

StartDuration
4478 ms6593 ms
2456 ms793 ms
3885 ms345 ms
1767 ms262 ms
2165 ms231 ms
3481 ms215 ms
12171 ms211 ms
22965 ms193 ms
4291 ms143 ms
1363 ms142 ms
Analyzing…
running mobile + desktop · ~30s