vergelijk.nl

Report from 8/10/2026, 10:50:26 AM https://vergelijk.nl
Latest run · lab, cold cache
58
8/10/2026
28-day score · p75 · the standard
58
27 runs
CRR100%latest
SSD87%latest
TC562 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.87
SSD Semantic Signal Density Good
562 tok
TC Token Cost Good
350 ms
TTFUT Time to First Useful Token N/A

Token Cost breakdown

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

Content
80.9% · 2,976
Chrome (nav / header / footer)
13.3% · 488
Boilerplate (cookie / ad)
0% · 0
Other
5.8% · 215

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 1137ms (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 — 419 KiB, 28 requests, 115 ms main-thread

EvidenceThird-party is 83.7% of total transfer (36 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 524 ms (10 total)

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

C1qFPdhK.js — 141 KiB transferred, 51.2% unused (third-party)

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

largest contentful paint

EvidenceLCP is 2.9s.
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 1246 ms.
ImpactEarlier first useful token (TTFUT).
Effort1–3 h
FixCache at the edge (CDN), reduce server work, avoid redirect chains.

Third-party impact

36 third-party requests · 600 KiB (83.7% of transfer) · 188 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.eu28419 KiB115 ms
cdn-cookieyes.com6180 KiB73 ms
cookieyes.com21 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://ns.cgcloud.eu/s/0.36.8/_nuxt/C1qFPdhK.js 3P141 KiB51.2%72 KiB
https://ns.cgcloud.eu/s/0.36.8/_nuxt/Dsc9MAXz.js 3P58 KiB78.8%46 KiB
https://ns.cgcloud.eu/s/0.36.8/_nuxt/components-shared-DSyLOkyp.js 3P69 KiB49.9%35 KiB
https://cdn-cookieyes.com/client_data/89180ed0465fa7bc516dcd15/banner.js 3P38 KiB65.3%25 KiB
https://cdn-cookieyes.com/client_data/89180ed0465fa7bc516dcd15/script.js 3P10 KiB62.3%6 KiB
https://ns.cgcloud.eu/s/0.36.8/_nuxt/C7W6i_Dz.js 3P10 KiB9.4%1 KiB
https://ns.cgcloud.eu/s/0.36.8/_nuxt/D6oIScUk.js 3P3 KiB30.3%1 KiB
https://ns.cgcloud.eu/s/0.36.8/_nuxt/DzQWoqoY.js 3P2 KiB55.6%1 KiB
https://ns.cgcloud.eu/s/0.36.8/_nuxt/LVSNR68T.js 3P11 KiB7.2%1 KiB
https://ns.cgcloud.eu/s/0.36.8/_nuxt/CMdDYT9Z.js 3P4 KiB10.9%0 KiB
https://ns.cgcloud.eu/s/0.36.8/_nuxt/Dw5ys0tG.js 3P1 KiB25.8%0 KiB

Network

49Requests
718 KiBTransferred
11Scripts
83.7%3rd-party
10Long tasks
Script (11)
347 KiB
XHR (2)
129 KiB
Image (21)
90 KiB
Fetch (6)
60 KiB
Document (1)
56 KiB
Other (1)
15 KiB
Stylesheet (3)
15 KiB
Font (3)
4 KiB
Ping (1)
0 KiB
Heaviest requests (30)
URLTypeStatusTransfer
https://ns.cgcloud.eu/s/0.36.8/_nuxt/C1qFPdhK.jsScript200141 KiB
https://cdn-cookieyes.com/common/iab-gvl-v3.jsonXHR200120 KiB
https://ns.cgcloud.eu/s/0.36.8/_nuxt/components-shared-DSyLOkyp.jsScript20069 KiB
https://ns.cgcloud.eu/s/0.36.8/_nuxt/Dsc9MAXz.jsScript20058 KiB
https://www.vergelijk.nl/Document20056 KiB
https://cdn-cookieyes.com/client_data/89180ed0465fa7bc516dcd15/banner.jsScript20038 KiB
https://ns.cgcloud.eu/s/0.36.8/_fonts/I5Jng9tUII-T7Xx2eX3xPRO9b0N4JLzoWse4eldXea4-41o39FJpCuyBSbxKy6RrXbKOTCsY8uaDuEwdkFjsLws.woff2Fetch20026 KiB
https://ns.cgcloud.eu/s/0.36.8/_fonts/I5Jng9tUII-T7Xx2eX3xPRO9b0N4JLzoWse4eldXea4-xLplyUykS0dehavIs3McK2Gj7obxoBU5GSn3nR5MBoQ.woff2Fetch20026 KiB
https://ns.cgcloud.eu/s/0.36.8/favicon/favicon.icoOther20015 KiB
https://ns.cgcloud.eu/s/0.36.8/_nuxt/entry-shared-CzHoH4Ft.cssStylesheet20013 KiB
https://sc.vergelijk.nl/category_icons/default/6474_lg.pngImage20013 KiB
https://ns.cgcloud.eu/s/0.36.8/_nuxt/LVSNR68T.jsScript20011 KiB
https://ns.cgcloud.eu/s/0.36.8/_nuxt/C7W6i_Dz.jsScript20010 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://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.36.8/images/homepage/product-images/product-5.webpImage2006 KiB
https://sc.vergelijk.nl/category_icons/default/3067_lg.pngImage2006 KiB
https://ns.cgcloud.eu/s/0.36.8/_i18n/7ef93141/nl-NL/messages.jsonFetch2005 KiB
https://sc.vergelijk.nl/category_icons/default/4349_lg.pngImage2004 KiB
https://ns.cgcloud.eu/s/0.36.8/images/homepage/product-images/product-4.webpImage2004 KiB
https://ns.cgcloud.eu/s/0.36.8/_nuxt/fonts/primeicons.woff2Font2004 KiB
https://ns.cgcloud.eu/s/0.36.8/images/homepage/product-images/product-3.webpImage2004 KiB
https://ns.cgcloud.eu/s/0.36.8/_nuxt/CMdDYT9Z.jsScript2004 KiB
https://ns.cgcloud.eu/s/0.36.8/images/homepage/product-images/product-2.webpImage2004 KiB
https://ns.cgcloud.eu/s/0.36.8/images/homepage/product-images/product-6.webpImage2003 KiB
https://ns.cgcloud.eu/s/0.36.8/_nuxt/D6oIScUk.jsScript2003 KiB
https://ns.cgcloud.eu/s/0.36.8/images/homepage/product-images/product-1.webpImage2002 KiB

Long tasks (>50 ms)

StartDuration
2261 ms524 ms
2966 ms479 ms
1468 ms324 ms
1860 ms300 ms
3487 ms92 ms
2874 ms91 ms
3987 ms73 ms
2786 ms72 ms
2178 ms71 ms
1378 ms67 ms
Analyzing…
running mobile + desktop · ~30s