www.notion.so
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.
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.
Metrics
Token Cost breakdown
Where the page's tokens go (≈4,491 across regions). 42% is non-content — chrome and boilerplate an agent pays for. Add landmark roles (main/nav/header/footer) so agents can skip it.
Final screenshot
Diagnostics
pre-JS raw HTML
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.
content vs chrome/boilerplate
Fix: Wrap the real content in <main>/<article>, cut repeated nav/boilerplate, and keep the primary content dense and early in the DOM.
agent representation — token decomposition
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
Metrics
Token Cost breakdown
Where the page's tokens go (≈3,739 across regions). Most tokens are real content — the agent isn't paying much for chrome.
Final screenshot
Diagnostics
pre-JS raw HTML
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.
content vs chrome/boilerplate
Fix: Wrap the real content in <main>/<article>, cut repeated nav/boilerplate, and keep the primary content dense and early in the DOM.
Rendered profile: headless
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
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).
User-agent: GPTBot
Allow: /
Disallow: /admin/
~ llms.txt present + valid high impact Found at /llms.txt but missing H1/blockquote
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.
# Your Site
> One-line description for AI agents.
## Key pages
- /products — catalog
- /pricing — plans
- /docs — documentationSpec: https://llmstxt.org
✗ 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.
<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.
~ 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.
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.
Passed audits (5)
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.
Per-header findings (6)
| Header | Evidence |
|---|---|
| ✅ HTTPS | served over HTTPS |
| ✅ HSTS | max-age=31536000; includeSubDomains; preload |
| ⚠️ Content-Security-Policy | script-src allows 'unsafe-inline' |
| ❌ X-Content-Type-Options | missing nosniff |
| ✅ Referrer-Policy | strict-origin-when-cross-origin |
| ➖ CORS exposure | no CORS headers on the document (normal for an HTML page) |
How to improve
js — 154 KiB transferred, 71% unused (third-party)
ctfassets.net — 2137 KiB, 1 requests
longest task 870 ms (10 total)
largest contentful paint
time to first byte
5.7 MB total
Third-party impact
77 third-party requests · 3336 KiB (56.7% of transfer) · 3568 ms main-thread — code an agent must also fetch/run before your content settles. Fewer, lazier third-parties = faster, cheaper agent reads.
| Third-party domain | Reqs | Transfer | Main-thread |
|---|---|---|---|
| ctfassets.net | 1 | 2137 KiB | — |
| googletagmanager.com | 4 | 666 KiB | 1098 ms |
| facebook.net | 2 | 158 KiB | 863 ms |
| transcend-cdn.com | 3 | 156 KiB | 595 ms |
| google.com | 20 | 98 KiB | 313 ms |
| licdn.com | 2 | 41 KiB | 213 ms |
| pstatic.net | 1 | 18 KiB | 14 ms |
| doubleclick.net | 7 | 15 KiB | 62 ms |
| ads-twitter.com | 1 | 13 KiB | 190 ms |
| naver.net | 1 | 10 KiB | — |
| marketo.net | 2 | 7 KiB | 68 ms |
| cloudfront.net | 1 | 7 KiB | 80 ms |
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).
| Bundle | Transfer | Unused | Wasted |
|---|---|---|---|
| https://www.googletagmanager.com/gtag/js?id=AW-695511889&cx=c>m=4e67l1 3P | 154 KiB | 71% | 109 KiB |
| https://www.notion.com/_next/static/chunks/pages/_app-baf430b9fc5b37b1.js | 248 KiB | 40.4% | 100 KiB |
| https://accounts.google.com/gsi/client 3P | 97 KiB | 80.6% | 78 KiB |
| https://www.googletagmanager.com/gtm.js?id=GTM-MTWKTL4 3P | 175 KiB | 43.7% | 77 KiB |
| https://www.googletagmanager.com/gtag/js?id=G-9ZJ8CB186L&cx=c>m=4e67l1 3P | 184 KiB | 41.6% | 76 KiB |
| https://www.googletagmanager.com/gtag/js?id=AW-10930095205&cx=c>m=4e67l1 3P | 154 KiB | 48.2% | 74 KiB |
| https://www.notion.com/_next/static/chunks/sentry.next.1c74f784b4a45790.js | 97 KiB | 75.8% | 74 KiB |
| https://www.notion.com/_next/static/chunks/f6c2eb1a-b64621aaac3406d1.js | 100 KiB | 71.1% | 71 KiB |
| https://transcend-cdn.com/cm/a36a42ad-3a71-444f-9e8a-b19950129dc6/ui.js 3P | 99 KiB | 49.3% | 49 KiB |
| https://connect.facebook.net/en_US/fbevents.js 3P | 103 KiB | 46% | 47 KiB |
| https://www.notion.com/_next/static/chunks/96543-a4655d77f41d8dda.js | 66 KiB | 58.4% | 39 KiB |
| https://www.notion.com/_next/static/chunks/framework-bcf28ebe7bc4c9ef.js | 60 KiB | 62.5% | 37 KiB |
| https://www.notion.com/_next/static/chunks/4d6b5f62.1fe0196b9bba76fa.js | 37 KiB | 96% | 36 KiB |
| https://connect.facebook.net/signals/config/499229960464487?v=2.9.360&r=stable&domain=www.notion.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 3P | 55 KiB | 48% | 26 KiB |
| https://transcend-cdn.com/cm/a36a42ad-3a71-444f-9e8a-b19950129dc6/airgap.js 3P | 55 KiB | 42.5% | 23 KiB |
Network
Heaviest requests (30)
| URL | Type | Status | Transfer |
|---|---|---|---|
| https://videos.ctfassets.net/spoqsaf9291f/1EL7UZIXfcqngxsNSbL8tR/291f61f56f29dd8e788deaec8561d882/web-homepage-hero-1920x1200_final.mp4 | Media | 206 | 2137 KiB |
| https://www.notion.com/_next/image?url=https%3A%2F%2Fimages.ctfassets.net%2Fspoqsaf9291f%2F3PH2HDqwPQKa0Xtq1EzIHs%2Fdf192356392843cf5999e8691221fae1%2Fimage.png&w=3840&q=75 | Image | 200 | 309 KiB |
| https://www.notion.com/_next/static/chunks/pages/_app-baf430b9fc5b37b1.js | Script | 200 | 248 KiB |
| https://exp.notion.com/v1/initialize?k=client-s6Y93M3p0RmBJw5frXEOlhKqhMBorcrPSgGLI66gKnq&st=javascript-client-react&sv=3.32.6&t=1784801453895&sid=01eb4ef1-77f6-436e-a1fe-862e15a037d9&se=1 | Fetch | 200 | 185 KiB |
| https://www.googletagmanager.com/gtag/js?id=G-9ZJ8CB186L&cx=c>m=4e67l1 | Script | 200 | 184 KiB |
| https://www.googletagmanager.com/gtm.js?id=GTM-MTWKTL4 | Script | 200 | 175 KiB |
| https://www.googletagmanager.com/gtag/js?id=AW-10930095205&cx=c>m=4e67l1 | Script | 200 | 154 KiB |
| https://www.googletagmanager.com/gtag/js?id=AW-695511889&cx=c>m=4e67l1 | Script | 200 | 154 KiB |
| https://www.notion.com/ | Document | 200 | 103 KiB |
| https://connect.facebook.net/en_US/fbevents.js | Script | 200 | 103 KiB |
| https://www.notion.com/_next/static/chunks/f6c2eb1a-b64621aaac3406d1.js | Script | 200 | 100 KiB |
| https://transcend-cdn.com/cm/a36a42ad-3a71-444f-9e8a-b19950129dc6/ui.js | Script | 200 | 99 KiB |
| https://www.notion.com/_next/static/chunks/sentry.next.1c74f784b4a45790.js | Script | 200 | 97 KiB |
| https://accounts.google.com/gsi/client | Script | 200 | 97 KiB |
| https://www.notion.com/_next/image?url=https%3A%2F%2Fimages.ctfassets.net%2Fspoqsaf9291f%2F5s8E0EU3tXEvGrFrRwgxhb%2Fc44fce43494ccd6f098746c64b679aab%2Fcapture_desktop.jpg&w=2048&q=75 | Image | 200 | 81 KiB |
| https://www.notion.com/_next/static/chunks/96543-a4655d77f41d8dda.js | Script | 200 | 66 KiB |
| https://www.notion.com/_next/static/chunks/framework-bcf28ebe7bc4c9ef.js | Script | 200 | 60 KiB |
| https://connect.facebook.net/signals/config/499229960464487?v=2.9.360&r=stable&domain=www.notion.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 | Script | 200 | 55 KiB |
| https://transcend-cdn.com/cm/a36a42ad-3a71-444f-9e8a-b19950129dc6/airgap.js | Script | 200 | 55 KiB |
| https://www.notion.com/_next/image?url=https%3A%2F%2Fimages.ctfassets.net%2Fspoqsaf9291f%2F5bqhI7eaPc7AeAtuuTvtuh%2F915d56f683fcd7edbd9f1e0434136b0d%2Fpin_capture.png&w=3840&q=75 | Image | 200 | 53 KiB |
| https://www.notion.com/_next/static/chunks/60235-0c1bc9af57b3c7b4.js | Other | 200 | 53 KiB |
| https://www.notion.com/_next/static/media/LyonText-Regular-Web.d7bfb4be.woff2 | Font | 200 | 53 KiB |
| https://www.notion.com/_next/image?url=https%3A%2F%2Fimages.ctfassets.net%2Fspoqsaf9291f%2F3kVtQWll6jUqQepQ0kaYlz%2F382b34f23ecb349129239f0b649aba8c%2Fweb-homepage-hero-1920x1200_final.jpg&w=1080&q=90 | Image | 200 | 46 KiB |
| https://www.notion.com/_next/static/chunks/24486-2ba4dc133622f442.js | Other | 200 | 42 KiB |
| https://www.notion.com/_next/static/chunks/main-7d5882ccbb52eb7d.js | Script | 200 | 41 KiB |
| https://www.notion.com/_next/static/chunks/14081-f6c660a8dd6121a3.js | Script | 200 | 40 KiB |
| https://www.notion.com/_next/static/chunks/97597-9637512331723c1e.js | Other | 200 | 39 KiB |
| https://www.notion.com/_next/static/chunks/4d6b5f62.1fe0196b9bba76fa.js | Script | 200 | 37 KiB |
| https://www.notion.com/_next/static/chunks/73748-273cfb72aa9f8671.js | Other | 200 | 35 KiB |
| https://www.notion.com/_next/static/chunks/transport-support.58e17c9598885b0c.js | Script | 200 | 32 KiB |
Long tasks (>50 ms)
| Start | Duration |
|---|---|
| 1360 ms | 870 ms |
| 5258 ms | 714 ms |
| 7276 ms | 705 ms |
| 14870 ms | 701 ms |
| 10868 ms | 602 ms |
| 3371 ms | 589 ms |
| 4563 ms | 503 ms |
| 9458 ms | 500 ms |
| 12480 ms | 477 ms |
| 2293 ms | 411 ms |