datacamp.com

Report from 8/10/2026, 9:57:44 AM https://datacamp.com
Latest run · lab, cold cache
0
8/10/2026
28-day score · p75 · the standard
0
15 runs
CRR0%latest
SSD70%latest
TC1911 toklatest
TTFUT35 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/datacamp.com.svg)](https://agentvitals.dev/results?url=https%3A%2F%2Fdatacamp.com)
<a href="https://agentvitals.dev/results?url=https%3A%2F%2Fdatacamp.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.70
SSD Semantic Signal Density Good
1,911 tok
TC Token Cost Good
103 ms
TTFUT Time to First Useful Token N/A

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.

Content
73% · 47,426
Chrome (nav / header / footer)
16.7% · 10,846
Boilerplate (cookie / ad)
0% · 0
Other
10.4% · 6,732

Final screenshot

Final screenshot of https://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.

Rendered profile: headless

Agent Discoverability 67/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 Absent at /llms.txt and /.well-known/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 (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).

Learn how to implement →

User-agent: GPTBot
Allow: /
Disallow: /admin/

Spec: https://platform.openai.com/docs/gptbot

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

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

✓ No CAPTCHA wall✓ No content-blocking cookie wall✓ Machine-readable prices✓ 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

index-01e2acb4bea8ef4b.js — 288 KiB transferred, 79.9% unused

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

cumulative layout shift

EvidenceCLS is 0.134.
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 118 ms (3 total)

EvidenceMain thread blocked 118 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 (23% of transfer) — 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 KiB
google.com698 KiB
onesignal.com272 KiB
heapanalytics.com742 KiB
impactradius-event.com127 KiB
bing.com417 KiB
requestmetrics.com115 KiB
profitwell.com112 KiB
marketo.net27 KiB
zoominfo.com12 KiB
pxf.io11 KiB
doubleclick.net20 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/index-01e2acb4bea8ef4b.js288 KiB79.9%230 KiB
https://www.datacamp.com/_next/static/chunks/pages/_app-78bffbd4b70d1437.js608 KiB36.3%221 KiB
https://www.datacamp.com/_next/static/chunks/24822-f7691b6a3bd70d51.js128 KiB98.1%126 KiB
https://www.googletagmanager.com/gtag/js?id=G-0VFSSYW4KG&cx=c&gtm=4e6860h2 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.105.0/index.module.js122 KiB54%66 KiB
https://cdn.onesignal.com/sdks/OneSignalPageSDKES6.js?v=151607 3P69 KiB89.7%62 KiB
https://www.datacamp.com/_next/static/chunks/framework-35934d2035fab226.js58 KiB69.1%40 KiB
https://cmp.datacamp.com/proxy/v2/browser-ui/3.105.0/VirtualServiceItem-d86f5a00.js51 KiB78.2%40 KiB
https://www.datacamp.com/_next/static/chunks/63998-9e2c230442360895.js67 KiB35%23 KiB
https://www.datacamp.com/_next/static/chunks/main-96be88fa1866f177.js37 KiB57.5%21 KiB
https://cdn.heapanalytics.com/js/heap-4292810930.js 3P40 KiB53.4%21 KiB
https://www.datacamp.com/_next/static/chunks/91625-6787311d6115d627.js22 KiB91.2%20 KiB
https://www.datacamp.com/_next/static/chunks/13139-be71dc85e9a26bdb.js14 KiB96.5%13 KiB

Network

148Requests
2837 KiBTransferred
85Scripts
23%3rd-party
3Long tasks
Script (85)
2381 KiB
Image (28)
231 KiB
Document (2)
143 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/_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=4e6860h2Script200175 KiB
https://media.datacamp.com/cms/state-of-data--ai-literacy-2026-cover-thumbnail.png?w=256Image200146 KiB
https://www.datacamp.com/Document200141 KiB
https://www.datacamp.com/_next/static/chunks/24822-f7691b6a3bd70d51.jsScript200128 KiB
https://cmp.datacamp.com/proxy/v2/browser-ui/3.105.0/index.module.jsScript200122 KiB
https://accounts.google.com/gsi/clientScript20097 KiB
https://cdn.onesignal.com/sdks/OneSignalPageSDKES6.js?v=151607Script20069 KiB
https://www.datacamp.com/_next/static/chunks/63998-9e2c230442360895.jsScript20067 KiB
https://www.datacamp.com/_next/static/chunks/framework-35934d2035fab226.jsScript20058 KiB
https://campaign-service.datacamp.com/api/v1/banner?locale=enScript20053 KiB
https://cmp.datacamp.com/proxy/v2/browser-ui/3.105.0/VirtualServiceItem-d86f5a00.jsScript20051 KiB
https://www.datacamp.com/_next/static/chunks/81dbfbf5-3338910caa641702.jsScript20042 KiB
https://cdn.heapanalytics.com/js/heap-4292810930.jsScript20040 KiB
https://www.datacamp.com/_next/static/chunks/main-96be88fa1866f177.jsScript20037 KiB
https://d.impactradius-event.com/A2717580-78fa-4df3-ac44-faf7e7c3a6e91.jsScript20027 KiB
https://media.datacamp.com/cms/bg-personas-three.webpImage20025 KiB
https://media.datacamp.com/cms/bg-personas-one.webpImage20024 KiB
https://www.datacamp.com/_next/static/chunks/91625-6787311d6115d627.jsScript20022 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://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
https://www.datacamp.com/_next/static/chunks/13139-be71dc85e9a26bdb.jsScript20014 KiB
https://www.datacamp.com/_next/static/chunks/72305-361b3c249797f6a5.jsScript20013 KiB
https://public.profitwell.com/js/profitwell.js?auth=7041278c644eba1df6181e0425efa583Script20012 KiB

Long tasks (>50 ms)

StartDuration
460 ms118 ms
286 ms86 ms
591 ms59 ms
Analyzing…
running mobile + desktop · ~30s