vergelijk.nl

Report from 7/24/2026, 11:18:29 AM https://vergelijk.nl
Latest run · lab, cold cache
58
7/24/2026
28-day score · p75 · the standard
58
14 runs
CRR100%latest
SSD86%latest
TC539 toklatest
TTFUT350 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/vergelijk.nl.svg)](https://agentvitals.dev/results?url=https%3A%2F%2Fvergelijk.nl)
<a href="https://agentvitals.dev/results?url=https%3A%2F%2Fvergelijk.nl"><img src="https://agentvitals.dev/badge/vergelijk.nl.svg" alt="Core Agent Vitals" height="20"></a>
What AI tells your customers about youAgent confidence: LOW
🟡Business name403 Forbidden · 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.

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

Metrics

100%
CRR Content Recovery Good
0.88
SSD Semantic Signal Density Good
539 tok
TC Token Cost Good
335 ms
TTFUT Time to First Useful Token N/A

Token Cost breakdown

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

Content
84.1% · 2,943
Chrome (nav / header / footer)
9.6% · 336
Boilerplate (cookie / ad)
0% · 0
Other
6.3% · 222

Final screenshot

Final screenshot of https://vergelijk.nl

Diagnostics

No issues found — this page is well-prepared for agents.

Rendered profile: headless

Agent Discoverability 47/100 · Agent Blocked

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

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/

~ Server response (TTFB) low impact 979ms (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 (3)

✓ robots.txt allows AI bots✓ No CAPTCHA wall✓ No content-blocking cookie wall

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.

37Transport posture (0–100, unscored)
1pass
1warn
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-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

highCut third-party weighthighest leverage

cgcloud.eu — 473 KiB, 76 requests, 343 ms main-thread

EvidenceThird-party is 73.1% of total transfer (96 requests); cgcloud.eu is the largest.
ImpactFewer bytes + main-thread stalls before your content settles for an agent.
Effort1–3 h
FixLazy-load, self-host, or remove cgcloud.eu; defer non-critical third-party scripts.
highBreak up long main-thread tasks

longest task 510 ms (9 total)

EvidenceMain thread blocked 510 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.
mediumSplit the heaviest unused bundle

js — 178 KiB transferred, 48.4% unused (third-party)

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

largest contentful paint

EvidenceLCP is 3.6s.
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.
mediumLower server response time

time to first byte

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

Third-party impact

96 third-party requests · 849 KiB (73.1% of transfer) · 483 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
cgcloud.eu76473 KiB343 ms
cdn-cookieyes.com6178 KiB58 ms
googletagmanager.com1178 KiB82 ms
bing.com517 KiB
taggrs.io31 KiB
cookieyes.com21 KiB
google.com11 KiB
doubleclick.net10 KiB
google.ca10 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://www.googletagmanager.com/gtag/js?id=G-96XN5R0X7C&cx=c&gtm=4e67f0 3P178 KiB48.4%86 KiB
https://sst.vergelijk.nl/d1y11hnsvh.js?tg=TFF56D157 KiB49.7%78 KiB
https://ns.cgcloud.eu/s/0.32/_nuxt/BASsrgFF.js 3P77 KiB46.2%36 KiB
https://cdn-cookieyes.com/client_data/89180ed0465fa7bc516dcd15/banner.js 3P38 KiB64.2%25 KiB
https://ns.cgcloud.eu/s/0.32/_nuxt/DoKmzsF5.js 3P40 KiB55.8%22 KiB
https://ns.cgcloud.eu/s/0.32/_nuxt/DPZOkuEa.js 3P34 KiB40.6%14 KiB
https://ns.cgcloud.eu/s/0.32/_nuxt/D9eBqHsy.js 3P12 KiB68.6%8 KiB
https://bat.bing.com/bat.js 3P16 KiB51.4%8 KiB
https://ns.cgcloud.eu/s/0.32/_nuxt/BjuwHxvY.js 3P15 KiB51.9%8 KiB
https://ns.cgcloud.eu/s/0.32/_nuxt/CA82Ex-S.js 3P7 KiB95.5%7 KiB
https://cdn-cookieyes.com/client_data/89180ed0465fa7bc516dcd15/script.js 3P10 KiB61.7%6 KiB
https://ns.cgcloud.eu/s/0.32/_nuxt/BdWMlfX-.js 3P6 KiB80.4%4 KiB
https://ns.cgcloud.eu/s/0.32/_nuxt/SI9HGkdv.js 3P6 KiB75.4%4 KiB
https://ns.cgcloud.eu/s/0.32/_nuxt/CC-pWufZ.js 3P10 KiB43.8%4 KiB
https://ns.cgcloud.eu/s/0.32/_nuxt/BukEwKjR.js 3P5 KiB63.7%3 KiB

Network

119Requests
1162 KiBTransferred
62Scripts
73.1%3rd-party
9Long tasks
Script (62)
723 KiB
XHR (2)
127 KiB
Image (34)
108 KiB
Font (3)
87 KiB
Document (2)
76 KiB
Other (6)
29 KiB
Fetch (5)
9 KiB
Stylesheet (2)
2 KiB
Ping (3)
1 KiB
Heaviest requests (30)
URLTypeStatusTransfer
https://www.googletagmanager.com/gtag/js?id=G-96XN5R0X7C&cx=c&gtm=4e67f0Script200178 KiB
https://sst.vergelijk.nl/d1y11hnsvh.js?tg=TFF56DScript200157 KiB
https://cdn-cookieyes.com/common/iab-gvl-v3.jsonXHR200119 KiB
https://ns.cgcloud.eu/s/0.32/_nuxt/BASsrgFF.jsScript20077 KiB
https://www.vergelijk.nl/Document20074 KiB
https://ns.cgcloud.eu/s/0.32/_nuxt/DoKmzsF5.jsScript20040 KiB
https://cdn-cookieyes.com/client_data/89180ed0465fa7bc516dcd15/banner.jsScript20038 KiB
https://ns.cgcloud.eu/s/0.32/_nuxt/fonts/primeicons.woff2Font20035 KiB
https://ns.cgcloud.eu/s/0.32/_nuxt/DPZOkuEa.jsScript20034 KiB
https://ns.cgcloud.eu/s/0.32/_nuxt/DpCFgx6u.jsScript20028 KiB
https://ns.cgcloud.eu/s/0.32/_fonts/I5Jng9tUII-T7Xx2eX3xPRO9b0N4JLzoWse4eldXea4-41o39FJpCuyBSbxKy6RrXbKOTCsY8uaDuEwdkFjsLws.woff2Font20026 KiB
https://ns.cgcloud.eu/s/0.32/_fonts/I5Jng9tUII-T7Xx2eX3xPRO9b0N4JLzoWse4eldXea4-xLplyUykS0dehavIs3McK2Gj7obxoBU5GSn3nR5MBoQ.woff2Font20026 KiB
https://bat.bing.com/bat.jsScript20016 KiB
https://ns.cgcloud.eu/s/0.32/favicon/favicon.icoOther20015 KiB
https://ns.cgcloud.eu/s/0.32/_nuxt/BjuwHxvY.jsScript20015 KiB
https://sc.vergelijk.nl/category_icons/default/2413_lg.pngImage20014 KiB
https://sc.vergelijk.nl/category_icons/default/6990_lg.pngImage20013 KiB
https://ns.cgcloud.eu/s/0.32/_nuxt/D9eBqHsy.jsScript20012 KiB
https://sc.vergelijk.nl/category_icons/default/3316_lg.pngImage20010 KiB
https://cdn-cookieyes.com/client_data/89180ed0465fa7bc516dcd15/script.jsScript20010 KiB
https://sc.vergelijk.nl/category_icons/default/5678_lg.pngImage20010 KiB
https://sc.vergelijk.nl/category_icons/default/2515_lg.pngImage20010 KiB
https://ns.cgcloud.eu/s/0.32/_nuxt/CC-pWufZ.jsScript20010 KiB
https://cdn-cookieyes.com/common/purposes-nl.jsonXHR2009 KiB
https://sc.vergelijk.nl/category_icons/default/5675_lg.pngImage2008 KiB
https://ns.cgcloud.eu/s/0.32/_nuxt/CA82Ex-S.jsScript2007 KiB
https://ns.cgcloud.eu/s/0.32/images/homepage/product-images/product-5.webpImage2007 KiB
https://ns.cgcloud.eu/s/0.32/_nuxt/SI9HGkdv.jsScript2006 KiB
https://ns.cgcloud.eu/s/0.32/_nuxt/BdWMlfX-.jsScript2006 KiB
https://ns.cgcloud.eu/s/0.32/_nuxt/BukEwKjR.jsScript2005 KiB

Long tasks (>50 ms)

StartDuration
1406 ms510 ms
2803 ms495 ms
3594 ms83 ms
5968 ms82 ms
3839 ms64 ms
1217 ms62 ms
3731 ms58 ms
4080 ms53 ms
3678 ms52 ms
Analyzing…
running mobile + desktop · ~30s