www.datadoghq.com

Report from 7/23/2026, 10:13:33 AM https://www.datadoghq.com
Latest run · lab, cold cache
78
7/23/2026
28-day score · p75 · the standard
3/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/datadoghq.com.svg)](https://agentvitals.dev/results?url=https%3A%2F%2Fwww.datadoghq.com)
<a href="https://agentvitals.dev/results?url=https%3A%2F%2Fwww.datadoghq.com"><img src="https://agentvitals.dev/badge/datadoghq.com.svg" alt="Core Agent Vitals" height="20"></a>
What AI tells your customers about youAgent confidence: MEDIUM
Business nameDatadog
CategoryOrganization
Pricenot found
Location620 8th Avenue, New York, NY, 10018, US
Hoursnot found
Productsnot found
🟡DescriptionSee inside any stack, any app, at any scale, anywhere. · guessed from page text (no structured data)

An agent gets the basics but will guess on the gaps. 3/7 applicable facts come from machine-readable structured data.

78
Overall score
weighted CAV (0–100)
PASS
0–4950–8990–100

Metrics

100%
CRR Content Recovery Good
0.62
SSD Semantic Signal Density Good
250 tok
TC Token Cost Good
195 ms
TTFUT Time to First Useful Token N/A

Token Cost breakdown

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

Content
12.7% · 1,714
Chrome (nav / header / footer)
50.6% · 6,828
Boilerplate (cookie / ad)
36.7% · 4,954
Other
0% · 0

Final screenshot

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

Diagnostics

high TC 87.3% of tokens are non-content (boilerplate/chrome)

agent representation — token decomposition

EvidenceToken decomposition: content 12.7%, chrome 50.6%, boilerplate 36.7%, other 0%. Only 12.700000000000003% 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 90/100 · Agent Ready

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) Major AI bots allowed Learn →
sitemap.xml Found at /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 (4)

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/

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

✓ robots.txt allows AI bots✓ No CAPTCHA wall✓ No content-blocking cookie wall✓ Machine-readable prices✓ llms.txt present + valid✓ No login wall on public content✓ XML sitemap present + fresh✓ 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.

100Transport posture (0–100, unscored)
5pass
0warn
0fail
Per-header findings (6)
HeaderEvidence
✅ HTTPSserved over HTTPS
✅ HSTSmax-age=63072000; includeSubDomains; preload
✅ Content-Security-Policypolicy present, script-src does not allow inline
✅ X-Content-Type-Optionsnosniff
✅ Referrer-Policyno-referrer-when-downgrade
➖ 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

dd-static.net — 1791 KiB, 25 requests

EvidenceThird-party is 76.6% of total transfer (141 requests); dd-static.net is the largest.
ImpactFewer bytes + main-thread stalls before your content settles for an agent.
Effort1–3 h
FixLazy-load, self-host, or remove dd-static.net; defer non-critical third-party scripts.
highBreak up long main-thread tasks

longest task 280 ms (10 total)

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

js — 181 KiB transferred, 45.3% unused (third-party)

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

3.9 MB total

Evidence3.9 MB transferred.
ImpactCheaper, faster fetch on slow links.
Effort1–3 h
FixEnable Brotli, serve WebP/AVIF images, defer non-critical resources.

Third-party impact

141 third-party requests · 3092 KiB (76.6% of transfer) · 1378 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
dd-static.net251791 KiB
googletagmanager.com3528 KiB504 ms
facebook.net2168 KiB193 ms
transcend-cdn.com4160 KiB72 ms
vector.co1573 KiB54 ms
calibermind.com260 KiB
adroll.com2148 KiB
licdn.com241 KiB
clarity.ms527 KiB69 ms
google-analytics.com221 KiB
redditstatic.com120 KiB198 ms
demandbase.com219 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.googletagmanager.com/gtag/js?id=G-KN80RDFSQK&cx=c&gtm=4e67l1 3P181 KiB45.3%82 KiB
https://www.googletagmanager.com/gtm.js?id=GTM-WDC8G6 3P195 KiB41.3%80 KiB
https://www.googletagmanager.com/gtag/js?id=AW-827913433&cx=c&gtm=4e67l1 3P153 KiB49%75 KiB
https://transcend-cdn.com/cm/dc241cd4-6477-4f2b-86c0-6bcb51869e28/ui.js 3P99 KiB49.2%48 KiB
https://connect.facebook.net/en_US/fbevents.js 3P103 KiB42%43 KiB
https://cdn.calibermind.com/a.js 3P59 KiB66.5%39 KiB
https://www.datadoghq.com/static/dd-libs.cfc0fc7c8131c38b026e93f283148dccf754cd8d3e5ad027ef77c1b84c04d0a7265d7ca94b7475b930ba0e7e179b0ec3e1a73d10d09d79ca3cc6ed6971c09b95.js78 KiB49.7%39 KiB
https://cdn.vector.co/pixel.js 3P65 KiB51.3%34 KiB
https://connect.facebook.net/signals/config/2233705693599817?v=2.9.360&r=stable&domain=www.datadoghq.com&hme=eec000113e1e9f56e9fc6cdeb39d59ad805f76a48c77cf3d5c028dcf3b38ee7c&ex_m=108%2C209%2C159%2C22%2C73%2C74%2C150%2C69%2C68%2C11%2C168%2C93%2C16%2C142%2C131%2C39%2C76%2C81%2C138%2C164%2C170%2C26%2C27%2C28%2C30%2C48%2C151%2C78%2C116%2C18%2C20%2C44%2C40%2C42%2C41%2C86%2C95%2C99%2C114%2C149%2C152%2C46%2C115%2C24%2C21%2C123%2C70%2C36%2C154%2C153%2C155%2C146%2C144%2C25%2C35%2C59%2C113%2C166%2C71%2C17%2C157%2C118%2C84%2C67%2C19%2C88%2C89%2C120%2C87%2C140%2C139%2C143%2C100%2C165%2C34%2C49%2C117%2C47%2C8%2C4%2C5%2C7%2C6%2C3%2C94%2C105%2C171%2C176%2C223%2C75%2C236%2C235%2C234%2C23%2C33%2C55%2C107%2C61%2C10%2C64%2C101%2C102%2C103%2C109%2C134%2C31%2C29%2C136%2C137%2C133%2C132%2C160%2C77%2C163%2C161%2C162%2C50%2C60%2C127%2C15%2C167%2C45%2C281%2C282%2C280%2C295%2C311%2C216%2C205%2C62%2C206%2C204%2C314%2C305%2C52%2C217%2C111%2C135%2C83%2C125%2C54%2C124%2C130%2C129%2C58%2C65%2C63%2C156%2C79%2C80%2C119%2C37%2C32%2C53%2C56%2C104%2C169%2C1%2C128%2C14%2C126%2C12%2C2%2C57%2C96%2C66%2C122%2C92%2C91%2C172%2C173%2C97%2C98%2C9%2C106%2C51%2C147%2C90%2C82%2C72%2C121%2C110%2C43%2C148%2C0%2C85%2C141%2C145%2C158%2C38%2C112%2C13%2C174 3P65 KiB42.8%28 KiB
https://transcend-cdn.com/cm/dc241cd4-6477-4f2b-86c0-6bcb51869e28/airgap.js 3P55 KiB44.1%24 KiB
https://s.adroll.com/j/roundtrip.js 3P29 KiB72.8%21 KiB
https://www.datadoghq.com/assets/search-bar.min.e4f7917a079d13fa23915726882d0925828c300d2ba7161f658c6890b155f634.js31 KiB67.5%21 KiB
https://www.datadoghq.com/assets/home.min.5f78a24c6282d066e84883a9987d2f93d8920993966371bd35c3a69f184319d9.js26 KiB70.3%18 KiB
https://www.datadoghq.com/assets/dd-browser-logs-rum.min.ae382adb02c8ea17b5bd94bee15efcd081e7b9a62da42c93b5e8f0de0aa7ed02.js31 KiB55.9%17 KiB
https://www.redditstatic.com/ads/pixel.js 3P20 KiB64.2%13 KiB

Network

196Requests
4036 KiBTransferred
55Scripts
76.6%3rd-party
10Long tasks
Image (57)
1782 KiB
Script (55)
1542 KiB
Font (6)
413 KiB
Stylesheet (6)
180 KiB
Document (7)
65 KiB
Fetch (42)
20 KiB
Other (8)
16 KiB
Media (2)
10 KiB
XHR (9)
5 KiB
Ping (4)
2 KiB
Heaviest requests (30)
URLTypeStatusTransfer
https://corp.dd-static.net/img/home/dash-gradient-2.png?format=png&auto=format&fit=max&w=756&h=490&dpr=2&q=75Image200825 KiB
https://corp.dd-static.net/img/home-animation-mobile.png?w=690&h=414&auto=compress,format&dpr=2Image200252 KiB
https://www.googletagmanager.com/gtm.js?id=GTM-WDC8G6Script200195 KiB
https://www.googletagmanager.com/gtag/js?id=G-KN80RDFSQK&cx=c&gtm=4e67l1Script200181 KiB
https://www.googletagmanager.com/gtag/js?id=AW-827913433&cx=c&gtm=4e67l1Script200153 KiB
https://corp.dd-static.net/img/homepage/reinvent_high_res_banner_desktop.pngImage200134 KiB
https://connect.facebook.net/en_US/fbevents.jsScript200103 KiB
https://corp.dd-static.net/img/dd-homepage.jpg?width=1700&height=956&fit=crop&format=auto&quality=80Image200100 KiB
https://www.datadoghq.com/styles/datadog-home.min.8327cb5231471ca3f5c84a1158bfce8f1f0cc7d8dcf9d612644d5dd2cba40ee5.cssStylesheet20099 KiB
https://transcend-cdn.com/cm/dc241cd4-6477-4f2b-86c0-6bcb51869e28/ui.jsScript20099 KiB
https://corp.dd-static.net/img/home/post_dash_module_desktop_image.jpg?format=jpg&auto=format&fit=max&w=756&h=490&dpr=2&q=75Image20093 KiB
https://www.datadoghq.com/static/dd-libs.cfc0fc7c8131c38b026e93f283148dccf754cd8d3e5ad027ef77c1b84c04d0a7265d7ca94b7475b930ba0e7e179b0ec3e1a73d10d09d79ca3cc6ed6971c09b95.jsScript20078 KiB
https://corp.dd-static.net/img/serverless/serverless-1-all-your-functions-poster.png?w=804&fit=crop&fm=jpg&auto=format&dpr=1.75&q=40Image20075 KiB
https://www.datadoghq.com/fonts/web-fonts/NationalWeb-Bold.woff2Font20074 KiB
https://www.datadoghq.com/fonts/web-fonts/NationalWeb-Semibold.woff2Font20073 KiB
https://www.datadoghq.com/fonts/web-fonts/NationalWeb-Light.woff2Font20073 KiB
https://lp.datadoghq.com/js/forms2/js/forms2.min.jsScript20068 KiB
https://www.datadoghq.com/css/styles.min.76fe4efa0ad4cbe0dba9b944adab1bcedf8326356b88ff1d0339e33d79c561b4.cssStylesheet20066 KiB
https://www.datadoghq.com/fonts/iconfont.woff2?8c7e2568659b40bd3c0d67595dd64c8dFont20066 KiB
https://www.datadoghq.com/fonts/web-fonts/NationalWeb-Book.woff2Font20066 KiB
https://cdn.vector.co/pixel.jsScript20065 KiB
https://connect.facebook.net/signals/config/2233705693599817?v=2.9.360&r=stable&domain=www.datadoghq.com&hme=eec000113e1e9f56e9fc6cdeb39d59ad805f76a48c77cf3d5c028dcf3b38ee7c&ex_m=108%2C209%2C159%2C22%2C73%2C74%2C150%2C69%2C68%2C11%2C168%2C93%2C16%2C142%2C131%2C39%2C76%2C81%2C138%2C164%2C170%2C26%2C27%2C28%2C30%2C48%2C151%2C78%2C116%2C18%2C20%2C44%2C40%2C42%2C41%2C86%2C95%2C99%2C114%2C149%2C152%2C46%2C115%2C24%2C21%2C123%2C70%2C36%2C154%2C153%2C155%2C146%2C144%2C25%2C35%2C59%2C113%2C166%2C71%2C17%2C157%2C118%2C84%2C67%2C19%2C88%2C89%2C120%2C87%2C140%2C139%2C143%2C100%2C165%2C34%2C49%2C117%2C47%2C8%2C4%2C5%2C7%2C6%2C3%2C94%2C105%2C171%2C176%2C223%2C75%2C236%2C235%2C234%2C23%2C33%2C55%2C107%2C61%2C10%2C64%2C101%2C102%2C103%2C109%2C134%2C31%2C29%2C136%2C137%2C133%2C132%2C160%2C77%2C163%2C161%2C162%2C50%2C60%2C127%2C15%2C167%2C45%2C281%2C282%2C280%2C295%2C311%2C216%2C205%2C62%2C206%2C204%2C314%2C305%2C52%2C217%2C111%2C135%2C83%2C125%2C54%2C124%2C130%2C129%2C58%2C65%2C63%2C156%2C79%2C80%2C119%2C37%2C32%2C53%2C56%2C104%2C169%2C1%2C128%2C14%2C126%2C12%2C2%2C57%2C96%2C66%2C122%2C92%2C91%2C172%2C173%2C97%2C98%2C9%2C106%2C51%2C147%2C90%2C82%2C72%2C121%2C110%2C43%2C148%2C0%2C85%2C141%2C145%2C158%2C38%2C112%2C13%2C174Script20065 KiB
https://www.datadoghq.com/Document20062 KiB
https://www.datadoghq.com/fonts/web-fonts/NationalWeb-BookItalic.woff2Font20062 KiB
https://cdn.calibermind.com/a.jsScript20059 KiB
https://transcend-cdn.com/cm/dc241cd4-6477-4f2b-86c0-6bcb51869e28/airgap.jsScript20055 KiB
https://corp.dd-static.net/img/homepage/prioritize_high-risk_vulnerabilities_1_desktop.png?w=804&fit=crop&fm=jpg&auto=format&dpr=1.75&q=40Image20051 KiB
https://corp.dd-static.net/img/home-hostmap-static.png?w=804&fit=crop&fm=jpg&auto=format&dpr=1.75&q=40Image20045 KiB
https://corp.dd-static.net/img/clickthrough-logs.png?w=804&fit=crop&fm=jpg&auto=format&dpr=1.75&q=40Image20041 KiB
https://corp.dd-static.net/img/home-apm-static.png?w=804&fit=crop&fm=jpg&auto=format&dpr=1.75&q=40Image20032 KiB

Long tasks (>50 ms)

StartDuration
2600 ms280 ms
508 ms201 ms
1710 ms186 ms
972 ms143 ms
2324 ms139 ms
3082 ms124 ms
3414 ms117 ms
2095 ms102 ms
1589 ms98 ms
2206 ms93 ms
Analyzing…
running mobile + desktop · ~30s