www.monday.com

Report from 9/21/2026, 1:35:11 PM https://www.monday.com
Latest run · lab, cold cache
85
9/21/2026
28-day score · p75 · the standard
85
19 runs
CRR95%latest
SSD70%latest
TC877 toklatest
TTFUT188 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/monday.com.svg)](https://agentvitals.dev/results?url=https%3A%2F%2Fwww.monday.com)
<a href="https://agentvitals.dev/results?url=https%3A%2F%2Fwww.monday.com"><img src="https://agentvitals.dev/badge/monday.com.svg" alt="Core Agent Vitals" height="20"></a>
What AI tells your customers about youAgent confidence: MEDIUM
Business namemonday.com
CategoryOrganization
🟡Price$250 · guessed from page text (no structured data)
Location6 Yitzhak Sadeh St., Tel Aviv, 6777506, IL
Hoursnot found
Productsnot found
Descriptionmonday.com Work OS is an open platform where anyone can create the tools they need to run every aspect of their work.

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

87
Overall score
weighted CAV (0–100)
WARN
0–4950–8990–100

Metrics

95%
CRR Content Recovery Needs work
0.81
SSD Semantic Signal Density Good
1,547 tok
TC Token Cost Good
82 ms
TTFUT Time to First Useful Token N/A

Token Cost breakdown

Where the page's tokens go (≈37,604 across regions). Most tokens are real content — the agent isn't paying much for chrome.

Content
91.7% · 34,490
Chrome (nav / header / footer)
8.3% · 3,114
Boilerplate (cookie / ad)
0% · 0
Other
0% · 0

Final screenshot

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

Diagnostics

medium CRR Content is hidden behind JavaScript

pre-JS raw HTML

Evidence5% of content requires JS · 95% of rendered content recovered (rest is placeholder/wrong)
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 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 Found at /sitemap.xml Learn →
JSON-LD structured data Types: Organization, SoftwareApplication, WebSite, WebPage Learn →
agents.json Found at /agents.json Learn →
~ WebMCP endpoint Absent (emerging standard) Learn →
OpenAPI / API docs Found at /openapi.json Learn →

Issues (3)

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

Server response (TTFB) low impact 4658ms (good ≤800, warn ≤1800)

Business impact Slow servers cause agents to time out and move on. Fast response keeps you in the running.

What we measured We time the response (time-to-first-byte) against good (<800ms) / warn (<1800ms) thresholds.

How to fix Use a CDN, caching and an optimized origin to get TTFB under 800ms.

Spec: https://web.dev/ttfb/

~ 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

Passed audits (9)

✓ 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)✓ XML sitemap present + fresh✓ agents.json discovery✓ API documentation

Declaration Truthfulness (DVS 1.0.0)

This site publishes an agent capability declaration. DVS verifies whether each declared API operation actually exists in the served /openapi.json — measurement, not trust. Separate from the CAV score.

✅ Publishes a valid declaration — 0 capabilities, all read/content (no callable API operations). There's nothing to cross-verify, so no truthfulness score applies. DVS scores declarations that reference OpenAPI operations (search, booking, checkout).

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.

59Transport posture (0–100, unscored)
2pass
1warn
2fail
Per-header findings (6)
HeaderEvidence
✅ HTTPSserved over HTTPS
✅ HSTSmax-age=31536000; includeSubDomains
❌ Content-Security-Policyno content-security-policy header
❌ X-Content-Type-Optionsmissing nosniff
⚠️ Referrer-Policyno referrer-policy header (browser default applies)
➖ CORS exposureno CORS headers on the document (normal for an HTML page)
Full profile — how to improve · unused JS · network · timing

How to improve

mediumSplit the heaviest unused bundle

UdYsoWz1srcusP-UgN-1--QYe2FC2bSd_uceyBn4r3agqXv6mU8 — 190 KiB transferred, 50.5% unused

EvidenceCDP JS coverage: 96 KiB of this bundle is never executed on load.
Impact~-96 KiB transfer; lower Token Cost + faster agent parse.
Effort30–90 min
FixDynamic-import() the below-the-fold parts of UdYsoWz1srcusP-UgN-1--QYe2FC2bSd_uceyBn4r3agqXv6mU8, or drop unused dependencies.
mediumCut third-party weight

cloudinary.com — 3102 KiB, 25 requests

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

longest task 121 ms (2 total)

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

12.1 MB total

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

275 third-party requests · 6405 KiB (51.7% of transfer) · 70 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
cloudinary.com253102 KiB
website-files.com862259 KiB70 ms
facebook.net3215 KiB
tiktok.com6161 KiB
jsdelivr.net11137 KiB
hotjar.com264 KiB
cookiehub.eu148 KiB
hs-analytics.net144 KiB
bing.com733 KiB
capterra.com531 KiB
cloudfront.net130 KiB
openai.com328 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://monday.com/ti/56D7ML6P/UdYsoWz1srcusP-UgN-1--QYe2FC2bSd_uceyBn4r3agqXv6mU8190 KiB50.5%96 KiB
https://monday.com/ti/56D7ML6P/UdZ0vGz3nP4qufKLk82tlJ8cbjoK1uKKv_ALyE67_julpCetPvGdqn_KmU8156 KiB56.3%88 KiB
https://monday.com/ti/56D7ML6P/UdYsoWz1tM06yZSW56O2npsaZTQch6-G-rUUgUCgrSr-oHv4YPqZTw169 KiB51.6%87 KiB
https://monday.com/ti/56D7ML6P/UdYsoWz1tM06yZSW6q60mJ8ebzMch6-G-rUUgUCgrSr-oHv4YPqZTw172 KiB50.4%87 KiB
https://monday.com/ti/56D7ML6P/UdYsoWz1tM06yZST4aiymJ0aZTQch6-G-rUUgUCgrSr-oHv4YPqZTw170 KiB50.8%86 KiB
https://monday.com/ti/56D7ML6P/UdYsoWz1srckyJbii6ix6-h4e2FC2bSd_uceyBn4r3agqXv6mU8167 KiB51.7%86 KiB
https://monday.com/ti/56D7ML6P/UdYsoWz1sdk6wJSR562zm4pMJT9ZwrDP9K5HkBuk8X-gq5lP149 KiB56.5%84 KiB
https://monday.com/ti/56D7ML6P/UdYsoWz1tM06wZaV4aKwn5kee2FC2bSd_uceyBn4r3agqXv6mU8173 KiB47.5%82 KiB
https://monday.com/ti/56D7ML6P/229 KiB34.3%78 KiB
https://cdn.prod.website-files.com/656da6fea306219773d04208/js/websitepages.schunk.f2efb3c5440a81cf.js 3P89 KiB81.6%73 KiB
https://monday.com/webflow-scripts/w/w.body.bundle.js93 KiB77.4%72 KiB
https://analytics.tiktok.com/i18n/pixel/static/main.MWU2MzIzODM0MQ.js 3P115 KiB60.9%70 KiB
https://monday.com/webflow-scripts/vendor-sentry.38bded4b.js56 KiB88%49 KiB
https://connect.facebook.net/en_US/fbevents.js 3P108 KiB42.2%46 KiB
https://script.hotjar.com/modules.e762be2b6b709245aabb.js 3P57 KiB71.5%41 KiB

Network

365Requests
12384 KiBTransferred
103Scripts
51.7%3rd-party
2Long tasks
Script (103)
3935 KiB
Other (30)
3284 KiB
Media (4)
2573 KiB
Image (126)
1658 KiB
Stylesheet (5)
437 KiB
Font (5)
251 KiB
Document (6)
123 KiB
Fetch (50)
101 KiB
XHR (28)
17 KiB
Ping (8)
5 KiB
Heaviest requests (30)
URLTypeStatusTransfer
https://dapulse-res.cloudinary.com/video/upload/q_auto:eco/ac_none/Generator_featured%20images/hp-mobile-0526/hero_mb-v5.webmMedia2061573 KiB
https://cdn.monday.com/build/components-5549ffd9b994de13da7e.jsOther2001150 KiB
https://dapulse-res.cloudinary.com/video/upload/v1781522554/Generator_featured%20images/webflow-sean/hero_test-agents-9.webmMedia2061000 KiB
https://cdn.monday.com/build/build-react18/signup-0465e149ac65834c074a.jsOther200595 KiB
https://microfrontends.monday.com/mf-platform-signup/latest/MF-mf-platform-signup.UzYbRDFH.min.jsScript200419 KiB
https://cdn.prod.website-files.com/656da6fea306219773d04208/css/websitepages.shared.7f3f89f03.min.cssStylesheet200404 KiB
https://cdn.monday.com/build/vendors-c84fe4e0cc7dc07277d5.jsOther200335 KiB
https://cdn.monday.com/build/build-react18/signup-mobile-77a69fbc9ea3a80a88db.jsOther200313 KiB
https://cdn.monday.com/build/build-react18/soft_signup-5258b9274e5705c8496c.jsOther200299 KiB
https://monday.com/ti/56D7ML6P/Script200229 KiB
https://monday.com/ti/56D7ML6P/UdYsoWz1srcusP-UgN-1--QYe2FC2bSd_uceyBn4r3agqXv6mU8Script200190 KiB
https://monday.com/ti/56D7ML6P/UdYsoWz1tM06wZaV4aKwn5kee2FC2bSd_uceyBn4r3agqXv6mU8Script200173 KiB
https://monday.com/ti/56D7ML6P/UdYsoWz1tM06yZSW6q60mJ8ebzMch6-G-rUUgUCgrSr-oHv4YPqZTwScript200172 KiB
https://monday.com/ti/56D7ML6P/UdYsoWz1tM06yZST4aiymJ0aZTQch6-G-rUUgUCgrSr-oHv4YPqZTwScript200170 KiB
https://monday.com/ti/56D7ML6P/UdYsoWz1tM06yZSW56O2npsaZTQch6-G-rUUgUCgrSr-oHv4YPqZTwScript200169 KiB
https://monday.com/ti/56D7ML6P/UdYsoWz1srckyJbii6ix6-h4e2FC2bSd_uceyBn4r3agqXv6mU8Script200167 KiB
https://cdn.monday.com/build/components-d53288a81f34ffd57b11.cssOther200159 KiB
https://monday.com/ti/56D7ML6P/UdZ0vGz3nP4qufKLk82tlJ8cbjoK1uKKv_ALyE67_julpCetPvGdqn_KmU8Script200156 KiB
https://monday.com/ti/56D7ML6P/UdYsoWz1sdk6wJSR562zm4pMJT9ZwrDP9K5HkBuk8X-gq5lPScript200149 KiB
https://cdn.monday.com/build/build-react18/main-e69aaceb519d8abf27ca.jsOther200140 KiB
https://microfrontends.monday.com/mf-bookmarks/latest/react-dom.c52f9354.shared.jsScript200130 KiB
https://monday.com/Document200121 KiB
https://analytics.tiktok.com/i18n/pixel/static/main.MWU2MzIzODM0MQ.jsScript200115 KiB
https://connect.facebook.net/en_US/fbevents.jsScript200108 KiB
https://monday.com/webflow-scripts/w/w.body.bundle.jsScript20093 KiB
https://cdn.prod.website-files.com/656da6fea306219773d04208/js/websitepages.schunk.f2efb3c5440a81cf.jsScript20089 KiB
https://cdn.prod.website-files.com/656da6fea306219773d04208/js/websitepages.schunk.a09c3908889c0fdd.jsScript20085 KiB
https://microfrontends.monday.com/mf-form-adapter/latest/lottie-web.f3ef50dc.shared.jsScript20077 KiB
https://microfrontends.monday.com/mf-assetsFetch20069 KiB
https://cdn.prod.website-files.com/656da6fea306219773d04208/6a2eb0fcbc0e9d85ec46178d_Agent-ops1.avifImage20068 KiB

Long tasks (>50 ms)

StartDuration
4368 ms121 ms
339 ms69 ms
Analyzing…
running mobile + desktop · ~30s