Dropbox
Dropbox keeps your workflow moving by letting you send files, gather signatures, and review feedback without switching tools. The homepage highlights a clean interface, a free trial offer, and a link to explore new features. A prominent hero image showcases the latest UI. Below the hero, a section lists over 700 million registered users, featuring logos of well‑known brands such as McLaren, Crunch, Cirque du Soleil, Wag!, Hydro Flask, Katz Media Group, Zoom, and Lincoln Center. The page invites visitors to try Dropbox for free, view pricing plans, and see what’s new, positioning Dropbox as a single, reliable hub for file storage, collaboration, and digital signatures.
- ✓ Clear description of the site
- ✓ Several pages described
- ✓ Actions agents can take
- ✓ 3 or more actions
- ○ Publishes its own LAWP (/.well-known/lawp.json)
- ○ Actions agents can execute
- ○ Business details (address, hours, phone)
How to improve this score
Publish your starter lawp.json at
/.well-known/lawp.json. WordPress: install the Actuent plugin. Cloudflare: use the one-click Worker.Give an action an
endpoint on your domain so agents can do it for the user, not just link to it. See LAWP Actions.Add schema.org business data to your homepage (the starter snippet). Google uses it too.
Starter lawp.json for dropbox.com
https://dropbox.com/.well-known/lawp.json. Check it with the LAWP Checker, or edit it in the LAWP Generator.{
"lawp_version": "0.3",
"domain": "dropbox.com",
"name": "Dropbox",
"language": "en",
"pages": {
"/": {
"title": "Dropbox – One place to store, share, and finish the job",
"content": "Dropbox keeps your workflow moving by letting you send files, gather signatures, and review feedback without switching tools. The homepage highlights a clean interface, a free trial offer, and a link to explore new features. A prominent hero image showcases the latest UI. Below the hero, a section lists over 700 million registered users, featuring logos of well‑known brands such as McLaren, Crunch, Cirque du Soleil, Wag!, Hydro Flask, Katz Media Group, Zoom, and Lincoln Center. The page invites visitors to try Dropbox for free, view pricing plans, and see what’s new, positioning Dropbox as a single, reliable hub for file storage, collaboration, and digital signatures."
},
"/about": {
"title": "About the Company - Dropbox",
"content": "Skip to main content Products Dropbox Store, share, and access files across devices Replay Review and approve videos faster Sign Request and add signatures to documents Reclaim.ai Schedule habits, tasks, and meetings with AI Dash Find, organize, and protect company content DocSend Send documents sec"
},
"/contact": {
"title": "Contact Dropbox",
"content": "Skip to main content Products Dropbox Store, share, and access files across devices Replay Review and approve videos faster Sign Request and add signatures to documents Reclaim.ai Schedule habits, tasks, and meetings with AI Dash Find, organize, and protect company content DocSend Send documents sec"
},
"/business/faqs": {
"title": "Dropbox FAQs",
"content": "Skip to main content Products Dropbox Store, share, and access files across devices Replay Review and approve videos faster Sign Request and add signatures to documents Reclaim.ai Schedule habits, tasks, and meetings with AI Dash Find, organize, and protect company content DocSend Send documents sec"
},
"/business/pricing": {
"title": "Dropbox for business: Compare plans - Dropbox",
"content": "Skip to main content Products Dropbox Store, share, and access files across devices Replay Review and approve videos faster Sign Request and add signatures to documents Reclaim.ai Schedule habits, tasks, and meetings with AI Dash Find, organize, and protect company content DocSend Send documents sec"
},
"/developers/support": {
"title": "DBX Platform Developer Community & Support - Dropbox",
"content": "Skip to main content Products Dropbox Store, share, and access files across devices Replay Review and approve videos faster Sign Request and add signatures to documents Reclaim.ai Schedule habits, tasks, and meetings with AI Dash Find, organize, and protect company content DocSend Send documents sec"
},
"/business/plans-comparison": {
"title": "Dropbox for business: Compare plans - Dropbox",
"content": "Skip to main content Products Dropbox Store, share, and access files across devices Replay Review and approve videos faster Sign Request and add signatures to documents Reclaim.ai Schedule habits, tasks, and meetings with AI Dash Find, organize, and protect company content DocSend Send documents sec"
}
},
"actions": [
{
"id": "signup_free",
"name": "Sign up for free",
"input": {
"type": "text",
"required": true
},
"intent": [
"signup",
"register",
"create account",
"free plan",
"trial"
],
"description": "Create a new Dropbox account with a free plan."
},
{
"id": "view_pricing",
"name": "View pricing plans",
"input": {
"type": "text",
"required": false
},
"intent": [
"pricing",
"plans",
"subscription",
"cost",
"compare plans"
],
"description": "Browse available subscription options and pricing details."
},
{
"id": "upload_file",
"name": "Upload files",
"input": {
"type": "text",
"required": false
},
"intent": [
"upload file",
"add file",
"drag and drop",
"file transfer",
"store file"
],
"description": "Add files to your Dropbox account via drag‑and‑drop or file picker."
},
{
"id": "share_link",
"name": "Share a link",
"input": {
"type": "text",
"required": false
},
"intent": [
"share link",
"share file",
"collaborate",
"collaboration",
"send file"
],
"description": "Generate a shareable link for a file or folder."
},
{
"id": "request_signature",
"name": "Request a signature",
"input": {
"type": "text",
"required": false
},
"intent": [
"signature request",
"digital signature",
"sign document",
"e‑signature",
"approval"
],
"description": "Send a document for digital signature and track its status."
},
{
"id": "contact",
"name": "Contact",
"description": "Send a message to Dropbox",
"intent": [
"contact",
"message",
"email",
"get in touch"
],
"input": {
"type": "object",
"required": true,
"fields": [
{
"name": "name",
"type": "string",
"required": true
},
{
"name": "email",
"type": "email",
"required": true
},
{
"name": "message",
"type": "string",
"required": true
}
]
}
}
]
}Starter schema.org snippet
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "LocalBusiness",
"name": "Dropbox",
"url": "https://dropbox.com",
"telephone": "+00 0000 0000",
"priceRange": "€€",
"address": {
"@type": "PostalAddress",
"streetAddress": "Street 1",
"postalCode": "0000",
"addressLocality": "City",
"addressCountry": "DK"
},
"openingHoursSpecification": [
{
"@type": "OpeningHoursSpecification",
"dayOfWeek": [
"Monday",
"Tuesday",
"Wednesday",
"Thursday",
"Friday"
],
"opens": "09:00",
"closes": "17:00"
}
]
}
</script>What AI agents can do here
Pages
For AI agents
GET https://api.actuent.ai/api/search?q=dropbox.com
https://agents.actuent.ai/api/mcpIs this your site?
<script src="https://api.actuent.ai/badge.js" data-domain="dropbox.com" async></script> or the image https://api.actuent.ai/badge.svg?domain=dropbox.com&style=cardActuent is a search engine for AI agents, made by localilabs. Data is generated automatically from public web content and may be incomplete.
