www.datadoghq.com

Report from 9/17/2026, 12:27:22 PM https://www.datadoghq.com
Latest run · lab, cold cache
78
9/17/2026
28-day score · p75 · the standard
6/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.63
SSD Semantic Signal Density Good
286 tok
TC Token Cost Good
168 ms
TTFUT Time to First Useful Token N/A

Token Cost breakdown

Where the page's tokens go (≈14,018 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
13% · 1,816
Chrome (nav / header / footer)
48.5% · 6,792
Boilerplate (cookie / ad)
38.6% · 5,410
Other
0% · 0

Final screenshot

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

Diagnostics

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

agent representation — token decomposition

EvidenceToken decomposition: content 13%, chrome 48.5%, boilerplate 38.6%, other 0%. Only 13% 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 — 2538 KiB, 29 requests

EvidenceThird-party is 79% of total transfer (151 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.
highReduce layout shift

cumulative layout shift

EvidenceCLS is 0.329.
ImpactStable layout for render + screenshot.
Effort30–60 min
FixSet explicit width/height on images; reserve space for late-loading content.
mediumSplit the heaviest unused bundle

js — 185 KiB transferred, 46.1% unused (third-party)

EvidenceCDP JS coverage: 85 KiB of this bundle is never executed on load.
Impact~-85 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

5.1 MB total

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

Third-party impact

151 third-party requests · 4100 KiB (79% of transfer) · 75 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.net292538 KiB
googletagmanager.com4710 KiB
facebook.net2251 KiB55 ms
transcend-cdn.com4161 KiB20 ms
vector.co1580 KiB
calibermind.com260 KiB
adroll.com2148 KiB
clarity.ms528 KiB
google-analytics.com221 KiB
licdn.com121 KiB
redditstatic.com121 KiB
demandbase.com221 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=4e69f3 3P185 KiB46.1%85 KiB
https://www.googletagmanager.com/gtm.js?id=GTM-WDC8G6 3P199 KiB41.3%82 KiB
https://www.googletagmanager.com/gtag/js?id=AW-18052398118&cx=c&gtm=4e69f3 3P163 KiB49.4%81 KiB
https://www.googletagmanager.com/gtag/js?id=AW-827913433&cx=c&gtm=4e69f3 3P163 KiB49.2%80 KiB
https://transcend-cdn.com/cm/dc241cd4-6477-4f2b-86c0-6bcb51869e28/ui.js 3P99 KiB49.2%49 KiB
https://connect.facebook.net/signals/config/2233705693599817?v=2.9.401&r=stable&domain=www.datadoghq.com&hme=2506fb1e365be93f3ccf36e3d92699c622e55613e451d1a2c96bc6095b3873de&ex_m=117%2C232%2C168%2C27%2C81%2C82%2C160%2C77%2C76%2C11%2C178%2C101%2C20%2C152%2C140%2C46%2C84%2C89%2C148%2C173%2C180%2C8%2C4%2C5%2C7%2C6%2C3%2C102%2C114%2C32%2C17%2C31%2C18%2C33%2C34%2C35%2C37%2C55%2C161%2C86%2C125%2C22%2C24%2C51%2C47%2C49%2C48%2C94%2C103%2C107%2C123%2C159%2C162%2C53%2C124%2C29%2C26%2C132%2C78%2C43%2C164%2C163%2C165%2C156%2C154%2C30%2C42%2C66%2C122%2C175%2C79%2C21%2C127%2C92%2C75%2C23%2C96%2C97%2C129%2C95%2C150%2C149%2C153%2C108%2C174%2C177%2C41%2C56%2C126%2C54%2C182%2C109%2C181%2C199%2C246%2C83%2C260%2C259%2C258%2C14%2C25%2C28%2C40%2C62%2C116%2C68%2C10%2C72%2C110%2C111%2C112%2C118%2C143%2C38%2C36%2C145%2C146%2C147%2C142%2C141%2C169%2C85%2C172%2C170%2C171%2C57%2C67%2C136%2C19%2C176%2C52%2C309%2C310%2C311%2C308%2C324%2C349%2C239%2C228%2C69%2C229%2C227%2C352%2C343%2C59%2C240%2C120%2C144%2C91%2C134%2C61%2C133%2C139%2C138%2C65%2C73%2C71%2C166%2C87%2C88%2C128%2C44%2C39%2C60%2C63%2C113%2C179%2C1%2C137%2C16%2C135%2C12%2C2%2C64%2C104%2C15%2C74%2C70%2C131%2C100%2C99%2C184%2C185%2C105%2C106%2C9%2C115%2C183%2C58%2C157%2C98%2C90%2C80%2C130%2C119%2C50%2C158%2C0%2C93%2C151%2C155%2C167%2C45%2C121%2C13%2C186 3P140 KiB33.5%47 KiB
https://connect.facebook.net/en_US/fbevents.js 3P111 KiB41%45 KiB
https://cdn.calibermind.com/a.js 3P59 KiB66.4%39 KiB
https://cdn.vector.co/pixel.js 3P72 KiB51.2%37 KiB
https://www.datadoghq.com/static/dd-libs.cfc0fc7c8131c38b026e93f283148dccf754cd8d3e5ad027ef77c1b84c04d0a7265d7ca94b7475b930ba0e7e179b0ec3e1a73d10d09d79ca3cc6ed6971c09b95.js78 KiB36.3%28 KiB
https://transcend-cdn.com/cm/dc241cd4-6477-4f2b-86c0-6bcb51869e28/airgap.js 3P56 KiB43.1%24 KiB
https://s.adroll.com/j/roundtrip.js 3P29 KiB72.8%21 KiB
https://www.datadoghq.com/assets/search-bar.min.25baf6028d92fa1ecf1a9f2cefe9d766d616f347748da385671645c33762cc3b.js31 KiB67.5%21 KiB
https://www.datadoghq.com/assets/home.min.8ed46f5bfc0171fb838d126e621d02e5763f3dbd47a66163c10b14608ea9123b.js25 KiB70.7%18 KiB
https://www.datadoghq.com/assets/dd-browser-logs-rum.min.3553a8419e08f011259c0ce82d16f6d5cb4c986426322dbe2704158d919444c1.js31 KiB55.9%17 KiB

Network

219Requests
5189 KiBTransferred
58Scripts
79%3rd-party
2Long tasks
Image (61)
2528 KiB
Script (58)
1811 KiB
Font (8)
554 KiB
Stylesheet (6)
181 KiB
Document (7)
60 KiB
Fetch (53)
21 KiB
Other (10)
16 KiB
Media (3)
11 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/homepage/banner/dashboard_security_3_desktop.png?format=png&auto=format&fit=max&w=756&h=490&dpr=2&q=75Image200406 KiB
https://corp.dd-static.net/img/blog/state-of-postgres/state-of-postgres-2026/state-of-postgres-2026-hero-no-type.png?auto=format&ar=1.5:1&fit=crop&w=1200Image200323 KiB
https://corp.dd-static.net/img/home-animation-mobile.png?w=690&h=414&auto=compress,format&dpr=2Image200251 KiB
https://www.googletagmanager.com/gtm.js?id=GTM-WDC8G6Script200199 KiB
https://www.googletagmanager.com/gtag/js?id=G-KN80RDFSQK&cx=c&gtm=4e69f3Script200185 KiB
https://www.googletagmanager.com/gtag/js?id=AW-827913433&cx=c&gtm=4e69f3Script200163 KiB
https://www.googletagmanager.com/gtag/js?id=AW-18052398118&cx=c&gtm=4e69f3Script200163 KiB
https://connect.facebook.net/signals/config/2233705693599817?v=2.9.401&r=stable&domain=www.datadoghq.com&hme=2506fb1e365be93f3ccf36e3d92699c622e55613e451d1a2c96bc6095b3873de&ex_m=117%2C232%2C168%2C27%2C81%2C82%2C160%2C77%2C76%2C11%2C178%2C101%2C20%2C152%2C140%2C46%2C84%2C89%2C148%2C173%2C180%2C8%2C4%2C5%2C7%2C6%2C3%2C102%2C114%2C32%2C17%2C31%2C18%2C33%2C34%2C35%2C37%2C55%2C161%2C86%2C125%2C22%2C24%2C51%2C47%2C49%2C48%2C94%2C103%2C107%2C123%2C159%2C162%2C53%2C124%2C29%2C26%2C132%2C78%2C43%2C164%2C163%2C165%2C156%2C154%2C30%2C42%2C66%2C122%2C175%2C79%2C21%2C127%2C92%2C75%2C23%2C96%2C97%2C129%2C95%2C150%2C149%2C153%2C108%2C174%2C177%2C41%2C56%2C126%2C54%2C182%2C109%2C181%2C199%2C246%2C83%2C260%2C259%2C258%2C14%2C25%2C28%2C40%2C62%2C116%2C68%2C10%2C72%2C110%2C111%2C112%2C118%2C143%2C38%2C36%2C145%2C146%2C147%2C142%2C141%2C169%2C85%2C172%2C170%2C171%2C57%2C67%2C136%2C19%2C176%2C52%2C309%2C310%2C311%2C308%2C324%2C349%2C239%2C228%2C69%2C229%2C227%2C352%2C343%2C59%2C240%2C120%2C144%2C91%2C134%2C61%2C133%2C139%2C138%2C65%2C73%2C71%2C166%2C87%2C88%2C128%2C44%2C39%2C60%2C63%2C113%2C179%2C1%2C137%2C16%2C135%2C12%2C2%2C64%2C104%2C15%2C74%2C70%2C131%2C100%2C99%2C184%2C185%2C105%2C106%2C9%2C115%2C183%2C58%2C157%2C98%2C90%2C80%2C130%2C119%2C50%2C158%2C0%2C93%2C151%2C155%2C167%2C45%2C121%2C13%2C186Script200140 KiB
https://corp.dd-static.net/img/homepage/reinvent_high_res_banner_desktop.pngImage200134 KiB
https://connect.facebook.net/en_US/fbevents.jsScript200111 KiB
https://www.datadoghq.com/styles/datadog-home.min.354b4b435f49c4af4e2f6ea32872f0772653913866fc3d856bb9431e5642c9f0.cssStylesheet200100 KiB
https://corp.dd-static.net/img/dd-homepage.jpg?width=1700&height=956&fit=crop&format=auto&quality=80Image200100 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-RegularItalic.woff2Font20075 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://cdn.vector.co/pixel.jsScript20072 KiB
https://lp.datadoghq.com/js/forms2/js/forms2.min.jsScript20068 KiB
https://www.datadoghq.com/css/styles.min.c074f65a32efb03be3826b0260c04f99a19be6a05b1b77194c05571a92398c9b.cssStylesheet20066 KiB
https://www.datadoghq.com/fonts/iconfont.woff2?8c7e2568659b40bd3c0d67595dd64c8dFont20066 KiB
https://www.datadoghq.com/fonts/web-fonts/RobotoMono-Regular.woffFont20066 KiB
https://www.datadoghq.com/fonts/web-fonts/NationalWeb-Book.woff2Font20066 KiB
https://www.datadoghq.com/fonts/web-fonts/NationalWeb-BookItalic.woff2Font20062 KiB
https://cdn.calibermind.com/a.jsScript20059 KiB
https://www.datadoghq.com/Document20057 KiB

Long tasks (>50 ms)

StartDuration
443 ms68 ms
900 ms55 ms
Analyzing…
running mobile + desktop · ~30s