www.datacamp.com

Report from 8/6/2026, 11:13:28 AM https://www.datacamp.com
Latest run · lab, cold cache
0
8/6/2026
28-day score · p75 · the standard
2/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/datacamp.com.svg)](https://agentvitals.dev/results?url=https%3A%2F%2Fwww.datacamp.com)
<a href="https://agentvitals.dev/results?url=https%3A%2F%2Fwww.datacamp.com"><img src="https://agentvitals.dev/badge/datacamp.com.svg" alt="Core Agent Vitals" height="20"></a>
What AI tells your customers about youAgent confidence: LOW
🟡Business nameJust a moment... · 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.

An agent recovered no usable content from this page without executing JavaScript.
0
Overall score
weighted CAV (0–100)
FAIL
0–4950–8990–100

Metrics

0%
CRR Content Recovery Poor
0.64
SSD Semantic Signal Density Good
929 tok
TC Token Cost Good
21 ms
TTFUT Time to First Useful Token N/A

Token Cost breakdown

Where the page's tokens go (≈33,042 across regions). 41% is non-content — chrome and boilerplate an agent pays for. Add landmark roles (main/nav/header/footer) so agents can skip it.

Content
59.1% · 19,516
Chrome (nav / header / footer)
33% · 10,910
Boilerplate (cookie / ad)
0% · 0
Other
7.9% · 2,616

Final screenshot

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

Diagnostics

high CRR Content is hidden behind JavaScript

pre-JS raw HTML

Evidence100% 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.

medium TC 40.9% of tokens are non-content (boilerplate/chrome)

agent representation — token decomposition

EvidenceToken decomposition: content 59.1%, chrome 33%, boilerplate 0%, other 7.9%. Only 59.1% of the agent's tokens are real content.
ImpactAn agent pays for boilerplate on every request and has less context left for the real content.
Effort30–90 min

Fix: Strip repeated nav/header/footer/cookie chrome from the agent-visible output; wrap content in <main>/<article> so the extractor keeps signal and drops boilerplate.

Rendered profile: headless

Agent Discoverability 78/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 Found at /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 (5)

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

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/

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

✓ No CAPTCHA wall✓ No content-blocking cookie wall✓ Machine-readable prices✓ llms.txt present + valid✓ No login wall on public content✓ Structured data (JSON-LD)✓ Server response (TTFB)

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.

78Transport posture (0–100, unscored)
4pass
0warn
1fail
Per-header findings (6)
HeaderEvidence
✅ HTTPSserved over HTTPS
❌ HSTSno strict-transport-security header
✅ Content-Security-Policypolicy present, script-src does not allow inline
✅ X-Content-Type-Optionsnosniff
✅ Referrer-Policysame-origin
➖ 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-78bffbd4b70d1437.js — 608 KiB transferred, 37.1% unused

EvidenceCDP JS coverage: 226 KiB of this bundle is never executed on load.
Impact~-226 KiB transfer; lower Token Cost + faster agent parse.
Effort30–90 min
FixDynamic-import() the below-the-fold parts of _app-78bffbd4b70d1437.js, or drop unused dependencies.
mediumReduce layout shift

cumulative layout shift

EvidenceCLS is 0.129.
ImpactStable layout for render + screenshot.
Effort30–60 min
FixSet explicit width/height on images; reserve space for late-loading content.
mediumBreak up long main-thread tasks

longest task 199 ms (10 total)

EvidenceMain thread blocked 199 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.
mediumCut total transfer weight

2.8 MB total

Evidence2.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

37 third-party requests · 652 KiB (22.8% of transfer) · 132 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.com2358 KiB92 ms
google.com698 KiB
onesignal.com272 KiB
heapanalytics.com742 KiB
impactradius-event.com127 KiB40 ms
bing.com417 KiB
requestmetrics.com115 KiB
profitwell.com112 KiB
marketo.net27 KiB
zoominfo.com12 KiB
pxf.io11 KiB
doubleclick.net21 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.datacamp.com/_next/static/chunks/pages/_app-78bffbd4b70d1437.js608 KiB37.1%226 KiB
https://www.datacamp.com/_next/static/chunks/24822-f7691b6a3bd70d51.js128 KiB97.3%125 KiB
https://www.googletagmanager.com/gtag/js?id=G-0VFSSYW4KG&cx=c&gtm=4e6841 3P175 KiB46%80 KiB
https://accounts.google.com/gsi/client 3P97 KiB80.9%78 KiB
https://www.googletagmanager.com/gtm.js?id=GTM-N8GN8N5L&gtm_auth=oNeiBD3lUKtMJFdSTG0FUw&gtm_preview=env-1&gtm_cookies_win=x 3P183 KiB40%73 KiB
https://cmp.datacamp.com/proxy/v2/browser-ui/3.104.0/index.module.js122 KiB54.4%66 KiB
https://cdn.onesignal.com/sdks/OneSignalPageSDKES6.js?v=151607 3P68 KiB89.7%61 KiB
https://www.datacamp.com/_next/static/chunks/pages/index-01e2acb4bea8ef4b.js288 KiB20.2%58 KiB
https://www.datacamp.com/_next/static/chunks/framework-35934d2035fab226.js58 KiB68.8%40 KiB
https://www.datacamp.com/_next/static/chunks/63998-9e2c230442360895.js67 KiB34.8%23 KiB
https://www.datacamp.com/_next/static/chunks/91625-6787311d6115d627.js22 KiB97.9%22 KiB
https://cdn.heapanalytics.com/js/heap-4292810930.js 3P40 KiB53.4%21 KiB
https://www.datacamp.com/_next/static/chunks/main-96be88fa1866f177.js37 KiB57.5%21 KiB
https://www.datacamp.com/_next/static/chunks/webpack-ebc743938b638e35.js17 KiB89.2%15 KiB
https://www.datacamp.com/_next/static/chunks/13139-be71dc85e9a26bdb.js14 KiB96.5%13 KiB

Network

127Requests
2853 KiBTransferred
61Scripts
22.8%3rd-party
10Long tasks
Script (61)
2246 KiB
Document (2)
319 KiB
Image (31)
207 KiB
Font (2)
38 KiB
Fetch (14)
20 KiB
Stylesheet (2)
10 KiB
Other (8)
9 KiB
XHR (4)
3 KiB
Manifest (1)
1 KiB
Ping (2)
1 KiB
Heaviest requests (30)
URLTypeStatusTransfer
https://www.datacamp.com/_next/static/chunks/pages/_app-78bffbd4b70d1437.jsScript200608 KiB
https://www.datacamp.com/Document200317 KiB
https://www.datacamp.com/_next/static/chunks/pages/index-01e2acb4bea8ef4b.jsScript200288 KiB
https://www.googletagmanager.com/gtm.js?id=GTM-N8GN8N5L&gtm_auth=oNeiBD3lUKtMJFdSTG0FUw&gtm_preview=env-1&gtm_cookies_win=xScript200183 KiB
https://www.googletagmanager.com/gtag/js?id=G-0VFSSYW4KG&cx=c&gtm=4e6841Script200175 KiB
https://www.datacamp.com/_next/static/chunks/24822-f7691b6a3bd70d51.jsScript200128 KiB
https://cmp.datacamp.com/proxy/v2/browser-ui/3.104.0/index.module.jsScript200122 KiB
https://accounts.google.com/gsi/clientScript20097 KiB
https://cdn.onesignal.com/sdks/OneSignalPageSDKES6.js?v=151607Script20068 KiB
https://www.datacamp.com/_next/static/chunks/63998-9e2c230442360895.jsScript20067 KiB
https://media.datacamp.com/cms/hands-on---real-world-projects.png?w=384Image20060 KiB
https://www.datacamp.com/_next/static/chunks/framework-35934d2035fab226.jsScript20058 KiB
https://www.datacamp.com/_next/static/chunks/81dbfbf5-3338910caa641702.jsScript20041 KiB
https://cdn.heapanalytics.com/js/heap-4292810930.jsScript20040 KiB
https://www.datacamp.com/_next/static/chunks/main-96be88fa1866f177.jsScript20037 KiB
https://media.datacamp.com/cms/home-hero-business.png?w=640Image20033 KiB
https://d.impactradius-event.com/A2717580-78fa-4df3-ac44-faf7e7c3a6e91.jsScript20027 KiB
https://campaign-service.datacamp.com/api/v1/banner?locale=enScript20025 KiB
https://media.datacamp.com/cms/hands-on---guided-prompting.png?w=384Image20025 KiB
https://www.datacamp.com/_next/static/chunks/91625-6787311d6115d627.jsScript20022 KiB
https://media.datacamp.com/cms/hands-on---code-exercises.png?w=384Image20020 KiB
https://dcmfe.datacamp.com/assets/fonts/StudioFeixenSansRegular-english-v2.woff2Font20019 KiB
https://dcmfe.datacamp.com/assets/fonts/StudioFeixenSans-Semibold-english.woff2Font20019 KiB
https://www.datacamp.com/_next/static/chunks/webpack-ebc743938b638e35.jsScript20017 KiB
https://media.datacamp.com/cms/hands-on---personalized-interactions.png?w=384Image20017 KiB
https://media.datacamp.com/cms/hands-on---in-tool-learning.png?w=384Image20016 KiB
https://media.datacamp.com/cms/hands-on---multiple-choice-knowledge-checks.png?w=384Image20016 KiB
https://bat.bing.com/bat.jsScript20016 KiB
https://cdn.requestmetrics.com/agent/current/rm.jsScript20015 KiB
https://www.datacamp.com/_next/static/chunks/20963-174e14d0aa11f99f.jsScript20014 KiB

Long tasks (>50 ms)

StartDuration
2840 ms199 ms
690 ms182 ms
1076 ms175 ms
3494 ms147 ms
1420 ms106 ms
959 ms105 ms
591 ms93 ms
2748 ms86 ms
3110 ms85 ms
1299 ms84 ms
Analyzing…
running mobile + desktop · ~30s