Actuent
dropbox.com

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.

55
Partly agent-ready
Agent-readiness score out of 100
  • ✓ 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

Up to +45 points:
+15 · Publishes its own LAWP (/.well-known/lawp.json)
Publish your starter lawp.json at /.well-known/lawp.json. WordPress: install the Actuent plugin. Cloudflare: use the one-click Worker.
+15 · Actions agents can execute
Give an action an endpoint on your domain so agents can do it for the user, not just link to it. See LAWP Actions.
+15 · Business details (address, hours, phone)
Add schema.org business data to your homepage (the starter snippet). Google uses it too.
Starter lawp.json for dropbox.com
Made from what Actuent already knows. Edit it, then publish it at 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
Replace the example values, then paste into your homepage's <head>.
<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

Sign up for free
Create a new Dropbox account with a free plan.
signupregistercreate accountfree plantrial
View pricing plans
Browse available subscription options and pricing details.
pricingplanssubscriptioncostcompare plans
Upload files
Add files to your Dropbox account via drag‑and‑drop or file picker.
upload fileadd filedrag and dropfile transferstore file
Share a link
Generate a shareable link for a file or folder.
share linkshare filecollaboratecollaborationsend file
Request a signature
Send a document for digital signature and track its status.
signature requestdigital signaturesign documente‑signatureapproval

Pages

Dropbox – One place to store, share, and finish the job /
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 t
About the Company - Dropbox /about
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 DocSen
Contact Dropbox /contact
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 DocSen
Dropbox FAQs /business/faqs
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 DocSen
Dropbox for business: Compare plans - Dropbox /business/pricing
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 DocSen
DBX Platform Developer Community & Support - Dropbox /developers/support
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 DocSen
Dropbox for business: Compare plans - Dropbox /business/plans-comparison
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 DocSen

For AI agents

Get this site as structured JSON:
GET https://api.actuent.ai/api/search?q=dropbox.com
Or connect Actuent to ChatGPT or Claude: https://agents.actuent.ai/api/mcp
Last updated 21 Sep 2026

Is this your site?

Claim dropbox.com to edit what AI agents see, make your actions executable, and show your score:
Claim this site →   WordPress, Cloudflare & Shopify →
Show your score: <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=card

Actuent is a search engine for AI agents, made by localilabs. Data is generated automatically from public web content and may be incomplete.