datacamp.com
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 (≈65,004 across regions). Most tokens are real content — the agent isn't paying much for chrome.
Final screenshot
Diagnostics
pre-JS raw HTML
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
Metrics
Token Cost breakdown
Where the page's tokens go (≈64,921 across regions). Most tokens are real content — the agent isn't paying much for chrome.
Final screenshot
Diagnostics
pre-JS raw HTML
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
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 (6)
✗ 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).
User-agent: GPTBot
Allow: /
Disallow: /admin/
✗ 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
✗ 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
~ 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 (6)
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 | policy present, script-src does not allow inline |
| ✅ X-Content-Type-Options | nosniff |
| ✅ Referrer-Policy | same-origin |
| ➖ CORS exposure | no CORS headers on the document (normal for an HTML page) |
How to improve
index-01e2acb4bea8ef4b.js — 288 KiB transferred, 79.9% unused
cumulative layout shift
longest task 118 ms (3 total)
2.8 MB total
Third-party impact
37 third-party requests · 652 KiB (23% of transfer) — 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 |
|---|---|---|---|
| googletagmanager.com | 2 | 358 KiB | — |
| google.com | 6 | 98 KiB | — |
| onesignal.com | 2 | 72 KiB | — |
| heapanalytics.com | 7 | 42 KiB | — |
| impactradius-event.com | 1 | 27 KiB | — |
| bing.com | 4 | 17 KiB | — |
| requestmetrics.com | 1 | 15 KiB | — |
| profitwell.com | 1 | 12 KiB | — |
| marketo.net | 2 | 7 KiB | — |
| zoominfo.com | 1 | 2 KiB | — |
| pxf.io | 1 | 1 KiB | — |
| doubleclick.net | 2 | 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.datacamp.com/_next/static/chunks/pages/index-01e2acb4bea8ef4b.js | 288 KiB | 79.9% | 230 KiB |
| https://www.datacamp.com/_next/static/chunks/pages/_app-78bffbd4b70d1437.js | 608 KiB | 36.3% | 221 KiB |
| https://www.datacamp.com/_next/static/chunks/24822-f7691b6a3bd70d51.js | 128 KiB | 98.1% | 126 KiB |
| https://www.googletagmanager.com/gtag/js?id=G-0VFSSYW4KG&cx=c>m=4e6860h2 3P | 175 KiB | 46% | 80 KiB |
| https://accounts.google.com/gsi/client 3P | 97 KiB | 80.9% | 78 KiB |
| https://www.googletagmanager.com/gtm.js?id=GTM-N8GN8N5L>m_auth=oNeiBD3lUKtMJFdSTG0FUw>m_preview=env-1>m_cookies_win=x 3P | 183 KiB | 40% | 73 KiB |
| https://cmp.datacamp.com/proxy/v2/browser-ui/3.105.0/index.module.js | 122 KiB | 54% | 66 KiB |
| https://cdn.onesignal.com/sdks/OneSignalPageSDKES6.js?v=151607 3P | 69 KiB | 89.7% | 62 KiB |
| https://www.datacamp.com/_next/static/chunks/framework-35934d2035fab226.js | 58 KiB | 69.1% | 40 KiB |
| https://cmp.datacamp.com/proxy/v2/browser-ui/3.105.0/VirtualServiceItem-d86f5a00.js | 51 KiB | 78.2% | 40 KiB |
| https://www.datacamp.com/_next/static/chunks/63998-9e2c230442360895.js | 67 KiB | 35% | 23 KiB |
| https://www.datacamp.com/_next/static/chunks/main-96be88fa1866f177.js | 37 KiB | 57.5% | 21 KiB |
| https://cdn.heapanalytics.com/js/heap-4292810930.js 3P | 40 KiB | 53.4% | 21 KiB |
| https://www.datacamp.com/_next/static/chunks/91625-6787311d6115d627.js | 22 KiB | 91.2% | 20 KiB |
| https://www.datacamp.com/_next/static/chunks/13139-be71dc85e9a26bdb.js | 14 KiB | 96.5% | 13 KiB |
Network
Heaviest requests (30)
| URL | Type | Status | Transfer |
|---|---|---|---|
| https://www.datacamp.com/_next/static/chunks/pages/_app-78bffbd4b70d1437.js | Script | 200 | 608 KiB |
| https://www.datacamp.com/_next/static/chunks/pages/index-01e2acb4bea8ef4b.js | Script | 200 | 288 KiB |
| https://www.googletagmanager.com/gtm.js?id=GTM-N8GN8N5L>m_auth=oNeiBD3lUKtMJFdSTG0FUw>m_preview=env-1>m_cookies_win=x | Script | 200 | 183 KiB |
| https://www.googletagmanager.com/gtag/js?id=G-0VFSSYW4KG&cx=c>m=4e6860h2 | Script | 200 | 175 KiB |
| https://media.datacamp.com/cms/state-of-data--ai-literacy-2026-cover-thumbnail.png?w=256 | Image | 200 | 146 KiB |
| https://www.datacamp.com/ | Document | 200 | 141 KiB |
| https://www.datacamp.com/_next/static/chunks/24822-f7691b6a3bd70d51.js | Script | 200 | 128 KiB |
| https://cmp.datacamp.com/proxy/v2/browser-ui/3.105.0/index.module.js | Script | 200 | 122 KiB |
| https://accounts.google.com/gsi/client | Script | 200 | 97 KiB |
| https://cdn.onesignal.com/sdks/OneSignalPageSDKES6.js?v=151607 | Script | 200 | 69 KiB |
| https://www.datacamp.com/_next/static/chunks/63998-9e2c230442360895.js | Script | 200 | 67 KiB |
| https://www.datacamp.com/_next/static/chunks/framework-35934d2035fab226.js | Script | 200 | 58 KiB |
| https://campaign-service.datacamp.com/api/v1/banner?locale=en | Script | 200 | 53 KiB |
| https://cmp.datacamp.com/proxy/v2/browser-ui/3.105.0/VirtualServiceItem-d86f5a00.js | Script | 200 | 51 KiB |
| https://www.datacamp.com/_next/static/chunks/81dbfbf5-3338910caa641702.js | Script | 200 | 42 KiB |
| https://cdn.heapanalytics.com/js/heap-4292810930.js | Script | 200 | 40 KiB |
| https://www.datacamp.com/_next/static/chunks/main-96be88fa1866f177.js | Script | 200 | 37 KiB |
| https://d.impactradius-event.com/A2717580-78fa-4df3-ac44-faf7e7c3a6e91.js | Script | 200 | 27 KiB |
| https://media.datacamp.com/cms/bg-personas-three.webp | Image | 200 | 25 KiB |
| https://media.datacamp.com/cms/bg-personas-one.webp | Image | 200 | 24 KiB |
| https://www.datacamp.com/_next/static/chunks/91625-6787311d6115d627.js | Script | 200 | 22 KiB |
| https://dcmfe.datacamp.com/assets/fonts/StudioFeixenSansRegular-english-v2.woff2 | Font | 200 | 19 KiB |
| https://dcmfe.datacamp.com/assets/fonts/StudioFeixenSans-Semibold-english.woff2 | Font | 200 | 19 KiB |
| https://www.datacamp.com/_next/static/chunks/webpack-ebc743938b638e35.js | Script | 200 | 17 KiB |
| https://bat.bing.com/bat.js | Script | 200 | 16 KiB |
| https://cdn.requestmetrics.com/agent/current/rm.js | Script | 200 | 15 KiB |
| https://www.datacamp.com/_next/static/chunks/20963-174e14d0aa11f99f.js | Script | 200 | 14 KiB |
| https://www.datacamp.com/_next/static/chunks/13139-be71dc85e9a26bdb.js | Script | 200 | 14 KiB |
| https://www.datacamp.com/_next/static/chunks/72305-361b3c249797f6a5.js | Script | 200 | 13 KiB |
| https://public.profitwell.com/js/profitwell.js?auth=7041278c644eba1df6181e0425efa583 | Script | 200 | 12 KiB |
Long tasks (>50 ms)
| Start | Duration |
|---|---|
| 460 ms | 118 ms |
| 286 ms | 86 ms |
| 591 ms | 59 ms |