vergelijk.nl
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.
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.
Metrics
Token Cost breakdown
Where the page's tokens go (≈3,626 across regions). Most tokens are real content — the agent isn't paying much for chrome.
Final screenshot
Diagnostics
No issues found — this page is well-prepared for agents.
Rendered profile: headless
Metrics
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.
Final screenshot
Diagnostics
No issues found — this page is well-prepared for agents.
Rendered profile: headless
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
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.
# Your Site
> One-line description for AI agents.
## Key pages
- /products — catalog
- /pricing — plans
- /docs — documentationSpec: 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.
<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.
# robots.txt
Sitemap: https://example.com/sitemap.xml
~ 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.
~ 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.
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.
Passed audits (3)
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.
Per-header findings (6)
| Header | Evidence |
|---|---|
| ✅ HTTPS | served over HTTPS |
| ❌ HSTS | no strict-transport-security header |
| ❌ Content-Security-Policy | no content-security-policy header |
| ❌ X-Content-Type-Options | missing nosniff |
| ⚠️ Referrer-Policy | no referrer-policy header (browser default applies) |
| ➖ CORS exposure | no CORS headers on the document (normal for an HTML page) |
How to improve
cgcloud.eu — 473 KiB, 76 requests, 343 ms main-thread
longest task 510 ms (9 total)
js — 178 KiB transferred, 48.4% unused (third-party)
largest contentful paint
time to first byte
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 domain | Reqs | Transfer | Main-thread |
|---|---|---|---|
| cgcloud.eu | 76 | 473 KiB | 343 ms |
| cdn-cookieyes.com | 6 | 178 KiB | 58 ms |
| googletagmanager.com | 1 | 178 KiB | 82 ms |
| bing.com | 5 | 17 KiB | — |
| taggrs.io | 3 | 1 KiB | — |
| cookieyes.com | 2 | 1 KiB | — |
| google.com | 1 | 1 KiB | — |
| doubleclick.net | 1 | 0 KiB | — |
| google.ca | 1 | 0 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).
| Bundle | Transfer | Unused | Wasted |
|---|---|---|---|
| https://www.googletagmanager.com/gtag/js?id=G-96XN5R0X7C&cx=c>m=4e67f0 3P | 178 KiB | 48.4% | 86 KiB |
| https://sst.vergelijk.nl/d1y11hnsvh.js?tg=TFF56D | 157 KiB | 49.7% | 78 KiB |
| https://ns.cgcloud.eu/s/0.32/_nuxt/BASsrgFF.js 3P | 77 KiB | 46.2% | 36 KiB |
| https://cdn-cookieyes.com/client_data/89180ed0465fa7bc516dcd15/banner.js 3P | 38 KiB | 64.2% | 25 KiB |
| https://ns.cgcloud.eu/s/0.32/_nuxt/DoKmzsF5.js 3P | 40 KiB | 55.8% | 22 KiB |
| https://ns.cgcloud.eu/s/0.32/_nuxt/DPZOkuEa.js 3P | 34 KiB | 40.6% | 14 KiB |
| https://ns.cgcloud.eu/s/0.32/_nuxt/D9eBqHsy.js 3P | 12 KiB | 68.6% | 8 KiB |
| https://bat.bing.com/bat.js 3P | 16 KiB | 51.4% | 8 KiB |
| https://ns.cgcloud.eu/s/0.32/_nuxt/BjuwHxvY.js 3P | 15 KiB | 51.9% | 8 KiB |
| https://ns.cgcloud.eu/s/0.32/_nuxt/CA82Ex-S.js 3P | 7 KiB | 95.5% | 7 KiB |
| https://cdn-cookieyes.com/client_data/89180ed0465fa7bc516dcd15/script.js 3P | 10 KiB | 61.7% | 6 KiB |
| https://ns.cgcloud.eu/s/0.32/_nuxt/BdWMlfX-.js 3P | 6 KiB | 80.4% | 4 KiB |
| https://ns.cgcloud.eu/s/0.32/_nuxt/SI9HGkdv.js 3P | 6 KiB | 75.4% | 4 KiB |
| https://ns.cgcloud.eu/s/0.32/_nuxt/CC-pWufZ.js 3P | 10 KiB | 43.8% | 4 KiB |
| https://ns.cgcloud.eu/s/0.32/_nuxt/BukEwKjR.js 3P | 5 KiB | 63.7% | 3 KiB |
Network
Heaviest requests (30)
| URL | Type | Status | Transfer |
|---|---|---|---|
| https://www.googletagmanager.com/gtag/js?id=G-96XN5R0X7C&cx=c>m=4e67f0 | Script | 200 | 178 KiB |
| https://sst.vergelijk.nl/d1y11hnsvh.js?tg=TFF56D | Script | 200 | 157 KiB |
| https://cdn-cookieyes.com/common/iab-gvl-v3.json | XHR | 200 | 119 KiB |
| https://ns.cgcloud.eu/s/0.32/_nuxt/BASsrgFF.js | Script | 200 | 77 KiB |
| https://www.vergelijk.nl/ | Document | 200 | 74 KiB |
| https://ns.cgcloud.eu/s/0.32/_nuxt/DoKmzsF5.js | Script | 200 | 40 KiB |
| https://cdn-cookieyes.com/client_data/89180ed0465fa7bc516dcd15/banner.js | Script | 200 | 38 KiB |
| https://ns.cgcloud.eu/s/0.32/_nuxt/fonts/primeicons.woff2 | Font | 200 | 35 KiB |
| https://ns.cgcloud.eu/s/0.32/_nuxt/DPZOkuEa.js | Script | 200 | 34 KiB |
| https://ns.cgcloud.eu/s/0.32/_nuxt/DpCFgx6u.js | Script | 200 | 28 KiB |
| https://ns.cgcloud.eu/s/0.32/_fonts/I5Jng9tUII-T7Xx2eX3xPRO9b0N4JLzoWse4eldXea4-41o39FJpCuyBSbxKy6RrXbKOTCsY8uaDuEwdkFjsLws.woff2 | Font | 200 | 26 KiB |
| https://ns.cgcloud.eu/s/0.32/_fonts/I5Jng9tUII-T7Xx2eX3xPRO9b0N4JLzoWse4eldXea4-xLplyUykS0dehavIs3McK2Gj7obxoBU5GSn3nR5MBoQ.woff2 | Font | 200 | 26 KiB |
| https://bat.bing.com/bat.js | Script | 200 | 16 KiB |
| https://ns.cgcloud.eu/s/0.32/favicon/favicon.ico | Other | 200 | 15 KiB |
| https://ns.cgcloud.eu/s/0.32/_nuxt/BjuwHxvY.js | Script | 200 | 15 KiB |
| https://sc.vergelijk.nl/category_icons/default/2413_lg.png | Image | 200 | 14 KiB |
| https://sc.vergelijk.nl/category_icons/default/6990_lg.png | Image | 200 | 13 KiB |
| https://ns.cgcloud.eu/s/0.32/_nuxt/D9eBqHsy.js | Script | 200 | 12 KiB |
| https://sc.vergelijk.nl/category_icons/default/3316_lg.png | Image | 200 | 10 KiB |
| https://cdn-cookieyes.com/client_data/89180ed0465fa7bc516dcd15/script.js | Script | 200 | 10 KiB |
| https://sc.vergelijk.nl/category_icons/default/5678_lg.png | Image | 200 | 10 KiB |
| https://sc.vergelijk.nl/category_icons/default/2515_lg.png | Image | 200 | 10 KiB |
| https://ns.cgcloud.eu/s/0.32/_nuxt/CC-pWufZ.js | Script | 200 | 10 KiB |
| https://cdn-cookieyes.com/common/purposes-nl.json | XHR | 200 | 9 KiB |
| https://sc.vergelijk.nl/category_icons/default/5675_lg.png | Image | 200 | 8 KiB |
| https://ns.cgcloud.eu/s/0.32/_nuxt/CA82Ex-S.js | Script | 200 | 7 KiB |
| https://ns.cgcloud.eu/s/0.32/images/homepage/product-images/product-5.webp | Image | 200 | 7 KiB |
| https://ns.cgcloud.eu/s/0.32/_nuxt/SI9HGkdv.js | Script | 200 | 6 KiB |
| https://ns.cgcloud.eu/s/0.32/_nuxt/BdWMlfX-.js | Script | 200 | 6 KiB |
| https://ns.cgcloud.eu/s/0.32/_nuxt/BukEwKjR.js | Script | 200 | 5 KiB |
Long tasks (>50 ms)
| Start | Duration |
|---|---|
| 1406 ms | 510 ms |
| 2803 ms | 495 ms |
| 3594 ms | 83 ms |
| 5968 ms | 82 ms |
| 3839 ms | 64 ms |
| 1217 ms | 62 ms |
| 3731 ms | 58 ms |
| 4080 ms | 53 ms |
| 3678 ms | 52 ms |