www.dropbox.com

Report from 7/24/2026, 12:16:29 PM https://www.dropbox.com
Latest run · lab, cold cache
0
7/24/2026
28-day score · p75 · the standard
81
8 runs
▼ latest 81 below the 28-day score
CRR0%latest
SSD90%latest
TC603 toklatest
TTFUT638 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/dropbox.com.svg)](https://agentvitals.dev/results?url=https%3A%2F%2Fwww.dropbox.com)
<a href="https://agentvitals.dev/results?url=https%3A%2F%2Fwww.dropbox.com"><img src="https://agentvitals.dev/badge/dropbox.com.svg" alt="Core Agent Vitals" height="20"></a>
What AI tells your customers about youAgent confidence: MEDIUM
Business nameDropbox
CategoryOrganization
Pricenot found
Location1800 Owens Street, San Francisco, CA, 94158, US
Hoursnot found
Productsnot found
DescriptionDropbox is a cloud storage solution, equipped with features to help you save time, improve your productivity and collaborate with others.

An agent gets the basics but will guess on the gaps. 4/7 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.90
SSD Semantic Signal Density Good
603 tok
TC Token Cost Good
2135 ms
TTFUT Time to First Useful Token N/A

Token Cost breakdown

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

Content
62.8% · 4,699
Chrome (nav / header / footer)
36% · 2,691
Boilerplate (cookie / ad)
0% · 0
Other
1.2% · 89

Final screenshot

Final screenshot of https://www.dropbox.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 70/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) Major AI bots allowed Learn →
sitemap.xml No /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 (6)

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/

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/

Server response (TTFB) low impact 2197ms (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/

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

✓ robots.txt allows AI bots✓ No CAPTCHA wall✓ No content-blocking cookie wall✓ llms.txt present + valid✓ No login wall on public content

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; preload
❌ 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

highSplit the heaviest unused bundlehighest leverage

e_metaserver__static__js__warp__warp_page_edison-vflNPBLTn.js — 768 KiB transferred, 51.8% unused (third-party)

EvidenceCDP JS coverage: 398 KiB of this bundle is never executed on load.
Impact~-398 KiB transfer; lower Token Cost + faster agent parse.
Effort30–90 min
FixDynamic-import() the below-the-fold parts of e_metaserver__static__js__warp__warp_page_edison-vflNPBLTn.js, or drop unused dependencies. It is third-party — lazy-load or remove it.
highBreak up long main-thread tasks

longest task 439 ms (10 total)

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

11.0 MB total

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

Third-party impact

156 third-party requests · 2577 KiB (23% of transfer) · 2026 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
dropboxstatic.com1522449 KiB2003 ms
google.com297 KiB9 ms
cofra.me231 KiB14 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).

BundleTransferUnusedWasted
https://cfl.dropboxstatic.com/static/atlas/warp/warp_page_edison_rspb_modern/e_metaserver__static__js__warp__warp_page_edison-vflNPBLTn.js 3P768 KiB51.8%398 KiB
https://cfl.dropboxstatic.com/static/atlas/privacy_consent/ccpa_iframe_rspb_modern/e_atlas__privacy_consent__static__ccpa_iframe-vflEyyX_k.js 3P436 KiB60.7%265 KiB
https://cfl.dropboxstatic.com/static/atlas/warp/warp_page_edison_rspb_modern/c_dropbox_dig-icons_dist_mjs_assets-vflGqHIvR.js 3P141 KiB94.7%134 KiB
https://accounts.google.com/gsi/client 3P97 KiB80.1%77 KiB
https://cfl.dropboxstatic.com/static/metaserver/static/pithos/zoom_chat_client.bundle-vflHAAqwc.js 3P79 KiB77.2%61 KiB
https://cfl.dropboxstatic.com/static/atlas/warp/warp_page_edison_rspb_modern/c_fingerprintjs_fpjs-pro-static_dist_fp_esm_min-vflgt1PuR.js 3P78 KiB37.9%30 KiB
https://cfl.dropboxstatic.com/static/atlas/warp/warp_page_edison_rspb_modern/c_campaigns_campaigns_toolkit_client-vflcn7D91.js 3P29 KiB74.6%21 KiB
https://cfl.dropboxstatic.com/static/atlas/warp/warp_page_edison_rspb_modern/c_formatjs_ecma402-abstract_lib-vflcftDwc.js 3P27 KiB73.3%20 KiB
https://cfl.dropboxstatic.com/static/atlas/warp/warp_page_edison_rspb_modern/c_google_one_tap_google_one_tap_platform-vflMTDE8n.js 3P25 KiB64%16 KiB
https://edge.cofra.me/cf-static-4d85f2a0ba2d.js 3P21 KiB70.2%15 KiB
https://cfl.dropboxstatic.com/static/atlas/warp/warp_page_edison_rspb_modern/c_campaigns_api-metaserver_static_js_core_dom-vflA1OMo-.js 3P15 KiB94.4%14 KiB
https://cfl.dropboxstatic.com/static/atlas/warp/warp_page_edison_rspb_modern/c_edison_ui_component_privacy_consent-vflK6Gg_B.js 3P20 KiB54.6%11 KiB
https://cfl.dropboxstatic.com/static/metaserver/static/pithos/api_helper_validation.bundle-vflV3Ii7b.js 3P18 KiB58%11 KiB
https://cfl.dropboxstatic.com/static/atlas/warp/warp_page_edison_rspb_modern/c_node_modules_prop-types-metaserver_static_js_components_ui_modal_controller-node_-8742c8-vfln9bg7_.js 3P7 KiB73.6%5 KiB
https://cfl.dropboxstatic.com/static/atlas/warp/warp_page_edison_rspb_modern/c_dropbox_dig-components_dist_tooltips_index-vflo3OdCt.js 3P6 KiB79.8%5 KiB

Network

197Requests
11217 KiBTransferred
55Scripts
23%3rd-party
10Long tasks
Media (3)
8469 KiB
Script (55)
1994 KiB
Font (9)
315 KiB
Stylesheet (75)
195 KiB
Document (3)
123 KiB
Image (17)
99 KiB
Fetch (18)
20 KiB
Other (1)
1 KiB
XHR (9)
1 KiB
Ping (7)
0 KiB
Heaviest requests (30)
URLTypeStatusTransfer
https://aem.dropbox.com/cms/content/dam/dropbox/warp/en-us/index/october-2025-launch/feature-plank-share/dropbox-home-share-ui-transparent-1024x640-v07.webmMedia2065393 KiB
https://aem.dropbox.com/cms/content/dam/dropbox/warp/en-us/index/october-2025-launch/feature-plank-organize/dropbox-home-organize-ui-transparent-1138x640-v07.webmMedia2061792 KiB
https://aem.dropbox.com/cms/content/dam/dropbox/warp/en-us/index/october-2025-launch/feature-plank-find/dropbox-home-find-ui-transparent-1024x640-v08.webmMedia2061284 KiB
https://cfl.dropboxstatic.com/static/atlas/warp/warp_page_edison_rspb_modern/e_metaserver__static__js__warp__warp_page_edison-vflNPBLTn.jsScript200768 KiB
https://cfl.dropboxstatic.com/static/atlas/privacy_consent/ccpa_iframe_rspb_modern/e_atlas__privacy_consent__static__ccpa_iframe-vflEyyX_k.jsScript200436 KiB
https://cfl.dropboxstatic.com/static/atlas/warp/warp_page_edison_rspb_modern/c_dropbox_dig-icons_dist_mjs_assets-vflGqHIvR.jsScript200141 KiB
https://www.dropbox.com/Document200111 KiB
https://accounts.google.com/gsi/clientScript20097 KiB
https://cfl.dropboxstatic.com/static/metaserver/static/pithos/zoom_chat_client.bundle-vflHAAqwc.jsScript20079 KiB
https://cfl.dropboxstatic.com/static/atlas/warp/warp_page_edison_rspb_modern/c_fingerprintjs_fpjs-pro-static_dist_fp_esm_min-vflgt1PuR.jsScript20078 KiB
https://cfl.dropboxstatic.com/static/metaserver/static/fonts/sharpgrotesk/SharpGroteskDBMedium22-vflJ24ZPh.woff2Font20060 KiB
https://cfl.dropboxstatic.com/static/metaserver/static/fonts/dig-fonts/sharp_grotesk_23/SharpGroteskDBCyrBook23-vflX-NIwB.woff2Font20058 KiB
https://cfl.dropboxstatic.com/static/metaserver/static/fonts/dig-fonts/sharp_grotesk/SharpGroteskDBCyrMedium20-vflI3qtaE.woff2Font20054 KiB
https://cfl.dropboxstatic.com/static/metaserver/static/fonts/dig-fonts/sharp_grotesk/SharpGroteskDBCyrBook20-vfl6-4ZSp.woff2Font20054 KiB
https://fjord.dropboxstatic.com/warp/conversion/dropbox/warp/en-us/index/desktop-mobile-fss-1440x1440.png?id=fea1b68e-2146-47f2-9e61-a78f619488b8&width=828&output_type=webpImage20049 KiB
https://cfl.dropboxstatic.com/static/metaserver/static/fonts/dig-fonts/atlas_grotesk/AtlasGrotesk-Medium-Web-vfl38XiTL.woff2Font20045 KiB
https://cfl.dropboxstatic.com/static/metaserver/static/css/dig-components/components-vflPrnFJ2.cssStylesheet20045 KiB
https://cfl.dropboxstatic.com/static/metaserver/static/fonts/dig-fonts/atlas_grotesk/AtlasGrotesk-Regular-Web-vflk7bxjs.woff2Font20043 KiB
https://cfl.dropboxstatic.com/static/typescript/component_libraries/dwg-components/src/index.web-vflApXmUH.cssStylesheet20042 KiB
https://cfl.dropboxstatic.com/static/metaserver/static/css/dig-components/foundations-components-vflbghomt.cssStylesheet20030 KiB
https://cfl.dropboxstatic.com/static/atlas/warp/warp_page_edison_rspb_modern/c_campaigns_campaigns_toolkit_client-vflcn7D91.jsScript20029 KiB
https://cfl.dropboxstatic.com/static/atlas/warp/warp_page_edison_rspb_modern/c_formatjs_ecma402-abstract_lib-vflcftDwc.jsScript20027 KiB
https://cfl.dropboxstatic.com/static/atlas/privacy_consent/ccpa_iframe_rspb_modern/c_formatjs_ecma402-abstract_lib-vflcftDwc.jsScript20027 KiB
https://cfl.dropboxstatic.com/static/atlas/warp/warp_page_edison_rspb_modern/c_google_one_tap_google_one_tap_platform-vflMTDE8n.jsScript20025 KiB
https://edge.cofra.me/cf-static-4d85f2a0ba2d.jsScript20021 KiB
https://cfl.dropboxstatic.com/static/atlas/warp/warp_page_edison_rspb_modern/c_edison_ui_component_privacy_consent-vflK6Gg_B.jsScript20020 KiB
https://www.dropbox.com/pithos/host%3Awww.dropbox.com/api_helper_validation%2Czoom_chat_clientScript20019 KiB
https://cfl.dropboxstatic.com/static/atlas/warp/warp_page_edison_rspb_modern/c_formatjs_intl-displaynames_locale-data_en-vflugU5Uj.jsScript20019 KiB
https://cfl.dropboxstatic.com/static/atlas/privacy_consent/ccpa_iframe_rspb_modern/c_formatjs_intl-displaynames_locale-data_en-vflugU5Uj.jsScript20019 KiB
https://www.dropbox.com/pithos/host%3Amarketing.dropbox.com/marketing_tracker_serviceScript20018 KiB

Long tasks (>50 ms)

StartDuration
799 ms439 ms
1600 ms379 ms
5729 ms341 ms
3173 ms180 ms
3628 ms134 ms
2072 ms100 ms
1344 ms97 ms
3415 ms90 ms
2573 ms73 ms
1497 ms68 ms
Analyzing…
running mobile + desktop · ~30s