Rescan Report
Share Report
Copy Report Link
Rescan Report
Share Report
Copy Report Link
Export Report
58/100

OVERALL SCORE

Level 3, Bot-Aware

Moderate readiness for AI agents
AIDiscoverability48%Agent Easeof Use31%Security& Trust100%GEO, AIO, AEO75%SEO92%Performance& Accessibility59%
  • AI Discoverability 48 out of 100
  • Agent Ease of Use 31 out of 100
  • Security & Trust 100 out of 100
  • GEO, AIO and AEO 75 out of 100
  • SEO 92 out of 100
  • Performance and Accessibility 59 out of 100

CAPTURED SCREENSHOT

Captured website desktop screenshot

What AI sees of your website

Dropbox.com favicon

Dropbox.com

Discover Dropbox – secure, easy cloud storage for file sharing and collaboration. With Dash, save time and organize all your company content in one place.

Next step

Turn this report into a fix workflow

18 failed checks are ready to move into MCP or CLI remediation. Generate a repair prompt, connect the scanner to your coding agent, or open the integration docs before your next rescan.

Detailed report scores grouped by capability area
MetricScoreStatusPassedFailedWarningEvidence
AI Discoverability
48
Priority fix12120View details
Discoverability
83
Mostly ready630View details
Content Readiness
50
Needs work650View details
Bot Access Control
0
Priority fix040View details
Agent Ease of Use
31
Priority fix13230View details
API
0
Priority fix060View details
Auth
100
Strong730View details
MCP
25
Priority fix260View details
Skill Discovery
0
Priority fix080View details
Agent Commerce
Not Applicable
Not Applicable400
GEO, AIO and AEO
75
Mostly ready5212View details
GEO Readiness
84
Mostly ready104
AIO Readiness
78
Mostly ready313View details
AEO Readiness
62
Needs work115View details
SEO
92
Strong1010View details
SEO
92
Strong1010View details
Security & Trust
100
Strong900
Security & Trust
100
Strong500
AI Training Exposure
Not Applicable
Not Applicable400
Performance and Accessibility
59
Needs work2232View details
Performance
41
Priority fix1332View details
Accessibility
93
Strong900

Prioritized recommendations

Issues ranked by score impact

38 items need attention

AI DiscoverabilityDiscoverabilityEstablished

Link headers

Link headers failed at "Find useful Link headers".

100 Fail

Needs attention

Link headers

Failed check
01

Issue

No useful agent discovery Link headers were found.

02

Why it matters

Link headers let automated clients discover API catalogs, documentation, and machine-readable alternates without parsing page markup first.

Check name

Link headers

Score

0/100

Status

fail

Category

Discoverability

Maturity

Established

Goal

Include Link response headers for agent discovery using RFC 8288.

Result

Link headers failed at "Find useful Link headers".

Validation steps

  1. Find useful Link headers

    No useful agent discovery Link headers were found.

  2. Fetch same-origin Link header targets

    Link headers did not expose any same-origin targets to validate.

Evidence
{
  "failedStep": "presence",
  "steps": [
    {
      "id": "presence",
      "title": "Find useful Link headers",
      "status": "fail",
      "evidence": {
        "links": []
      },
      "issue": "No useful agent discovery Link headers were found.",
      "howToFix": "Expose useful Link headers such as rel=\"api-catalog\", rel=\"service-doc\", and rel=\"service-desc\"."
    },
    {
      "id": "target-validation",
      "title": "Fetch same-origin Link header targets",
      "status": "fail",
      "evidence": {
        "checked": [],
        "failures": [
          {
            "reason": "No same-origin Link header targets were available to fetch."
          }
        ]
      },
      "issue": "Link headers did not expose any same-origin targets to validate.",
      "howToFix": "Make each same-origin Link href reachable and serve the advertised media type."
    }
  ]
}

Agent Ease of UseAPIEstablished

API Catalog

API Catalog failed at "Fetch API catalog".

50 Fail

Needs attention

API Catalog

Failed check
01

Issue

The API catalog endpoint did not return HTTP 2xx.

02

Why it matters

API catalogs help agents find service descriptions, documentation, and status resources without guessing API entry points.

Check name

API Catalog

Score

0/100

Status

fail

Category

API

Maturity

Established

Goal

Publish an API catalog for automated API discovery using RFC 9727.

Result

API Catalog failed at "Fetch API catalog".

Validation steps

  1. Fetch API catalog

    The API catalog endpoint did not return HTTP 2xx.

  2. Validate RFC 9727 linkset

    Response is not valid JSON.

  3. Fetch advertised API catalog targets

    API Catalog did not expose any same-origin hrefs to validate.

Evidence
{
  "failedStep": "fetch",
  "steps": [
    {
      "id": "fetch",
      "title": "Fetch API catalog",
      "status": "fail",
      "evidence": {
        "statusCode": 404,
        "contentType": "text/html"
      },
      "issue": "The API catalog endpoint did not return HTTP 2xx.",
      "howToFix": "Publish /.well-known/api-catalog."
    },
    {
      "id": "validate",
      "title": "Validate RFC 9727 linkset",
      "status": "fail",
      "evidence": {
        "valid": false,
        "compatibleContentType": false,
        "issue": "Response is not valid JSON.",
        "rawExcerpt": "<!DOCTYPE html>\n<html>\n<head><meta http-equiv=\"Content-Type\" content=\"text/html; charset=utf-8\">\n<meta name=\"viewport\" content=\"width=device-width, initial-scale=1\" />\n<title>Dropbox - 404</title>\n<link href=\"https://cfl.dropboxstatic.com/static/metaserver/static/css/error.css\" rel=\"stylesheet\" type=\"text/css\"/>\n<link rel=\"shortcut icon\" href=\"https://cfl.dropboxstatic.com/static/images/favicon.ico\"/>\n</head>\n<body>\n<div class=\"figure\">\n<img src=\"https://assets.dropbox.com/www/en-us/illustrations/spot/look-magnifying-glass.svg\" alt=\"Error: 404\"/>\n</div>\n<div id=\"errorbox\">\n<div class=\"not-found\"> <h1>Error (404)</h1> We can't find the page you're looking for. <div class=\"not-found--links\"> Here are a few links that may be helpful: <ul> <li><a href=\"https://www.dropbox.com/home?_tk=fof\">Hom"
      },
      "issue": "Response is not valid JSON.",
      "howToFix": "Use application/linkset+json with service-desc, service-doc, and status relations that each include href."
    },
    {
      "id": "target-validation",
      "title": "Fetch advertised API catalog targets",
      "status": "fail",
      "evidence": {
        "checked": [],
        "failures": [
          {
            "reason": "No same-origin API catalog hrefs were available to fetch."
          }
        ]
      },
      "issue": "API Catalog did not expose any same-origin hrefs to validate.",
      "howToFix": "Make each same-origin API catalog href reachable and serve the advertised media type."
    }
  ]
}

AI DiscoverabilityContent ReadinessEstablished

Markdown negotiation

Markdown negotiation failed at "Markdown content type".

50 Fail

Needs attention

Markdown negotiation

Failed check
01

Issue

Content-Type "" does not indicate Markdown when requested with Accept: text/markdown.

02

Why it matters

Markdown negotiation gives agents a cleaner representation of page content while preserving normal HTML for browsers.

Check name

Markdown negotiation

Score

0/100

Status

fail

Category

Content Readiness

Maturity

Established

Goal

Return HTML responses as markdown when agents request it.

Result

Markdown negotiation failed at "Markdown content type".

Validation steps

  1. Markdown content type

    Content-Type "" does not indicate Markdown when requested with Accept: text/markdown.

  2. Vary: Accept header

    Markdown negotiation is missing Vary: Accept; current Vary header is "Accept-Encoding".

  3. Structured Markdown body

    Markdown response is missing a heading.

Evidence
{
  "failedStep": "content-type",
  "steps": [
    {
      "id": "content-type",
      "title": "Markdown content type",
      "status": "fail",
      "evidence": {
        "statusCode": 429,
        "contentType": ""
      },
      "issue": "Content-Type \"\" does not indicate Markdown when requested with Accept: text/markdown.",
      "howToFix": "Return Content-Type: text/markdown; charset=utf-8 for requests with Accept: text/markdown."
    },
    {
      "id": "vary-accept",
      "title": "Vary: Accept header",
      "status": "fail",
      "evidence": {
        "vary": "Accept-Encoding"
      },
      "issue": "Markdown negotiation is missing Vary: Accept; current Vary header is \"Accept-Encoding\".",
      "howToFix": "Add Vary: Accept on negotiated Markdown responses so shared caches keep HTML and Markdown variants separate."
    },
    {
      "id": "markdown-content",
      "title": "Structured Markdown body",
      "status": "fail",
      "evidence": {
        "valid": false,
        "hasHeading": false,
        "wordCount": 0,
        "excerpt": "",
        "issue": "Markdown response is missing a heading."
      },
      "issue": "Markdown response is missing a heading.",
      "howToFix": "Return Markdown with at least one heading and substantive page content, including useful links or instructions for agents."
    }
  ]
}

Agent Ease of UseAPIEstablished

OpenAPI discovery

OpenAPI discovery failed at "Find valid OpenAPI document".

50 Fail

Needs attention

OpenAPI discovery

Failed check
01

Issue

OpenAPI YAML document did not match the expected shape. Content-Type "text/html" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.

02

Why it matters

OpenAPI documents let agents understand available operations, schemas, authentication, and request formats before calling an API.

Check name

OpenAPI discovery

Score

0/100

Status

fail

Category

API

Maturity

Established

Goal

Publish a valid OpenAPI or Swagger document for API discovery.

Result

OpenAPI discovery failed at "Find valid OpenAPI document".

Validation steps

  1. Find valid OpenAPI document

    OpenAPI YAML document did not match the expected shape. Content-Type "text/html" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.

Evidence
{
  "failedStep": "fetch",
  "steps": [
    {
      "id": "fetch",
      "title": "Find valid OpenAPI document",
      "status": "fail",
      "evidence": {
        "checked": [
          {
            "path": "/openapi.json",
            "statusCode": 404,
            "contentType": "text/html",
            "valid": false,
            "issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html\" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
            "compatibleContentType": false,
            "format": "yaml",
            "version": "",
            "pathCount": 0,
            "operationCount": 0,
            "rawExcerpt": "<!DOCTYPE html>\n<html>\n<head><meta http-equiv=\"Content-Type\" content=\"text/html; charset=utf-8\">\n<meta name=\"viewport\" content=\"width=device-width, initial-scale=1\" />\n<title>Dropbox - 404</title>\n<link href=\"https://cfl.dropboxstatic.com/static/metaserver/static/css/error.css\" rel=\"stylesheet\" type=\"text/css\"/>\n<link rel=\"shortcut icon\" href=\"https://cfl.dropboxstatic.com/static/images/favicon.ico\"/>\n</head>\n<body>\n<div class=\"figure\">\n<img src=\"https://assets.dropbox.com/www/en-us/illustrations/spot/look-magnifying-glass.svg\" alt=\"Error: 404\"/>\n</div>\n<div id=\"errorbox\">\n<div class=\"not-found\"> <h1>Error (404)</h1> We can't find the page you're looking for. <div class=\"not-found--links\"> Here are a few links that may be helpful: <ul> <li><a href=\"https://www.dropbox.com/home?_tk=fof\">Hom"
          },
          {
            "path": "/openapi.yaml",
            "statusCode": 404,
            "contentType": "text/html",
            "valid": false,
            "issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html\" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
            "compatibleContentType": false,
            "format": "yaml",
            "version": "",
            "pathCount": 0,
            "operationCount": 0,
            "rawExcerpt": "<!DOCTYPE html>\n<html>\n<head><meta http-equiv=\"Content-Type\" content=\"text/html; charset=utf-8\">\n<meta name=\"viewport\" content=\"width=device-width, initial-scale=1\" />\n<title>Dropbox - 404</title>\n<link href=\"https://cfl.dropboxstatic.com/static/metaserver/static/css/error.css\" rel=\"stylesheet\" type=\"text/css\"/>\n<link rel=\"shortcut icon\" href=\"https://cfl.dropboxstatic.com/static/images/favicon.ico\"/>\n</head>\n<body>\n<div class=\"figure\">\n<img src=\"https://assets.dropbox.com/www/en-us/illustrations/spot/look-magnifying-glass.svg\" alt=\"Error: 404\"/>\n</div>\n<div id=\"errorbox\">\n<div class=\"not-found\"> <h1>Error (404)</h1> We can't find the page you're looking for. <div class=\"not-found--links\"> Here are a few links that may be helpful: <ul> <li><a href=\"https://www.dropbox.com/home?_tk=fof\">Hom"
          },
          {
            "path": "/swagger.json",
            "statusCode": 404,
            "contentType": "text/html",
            "valid": false,
            "issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html\" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
            "compatibleContentType": false,
            "format": "yaml",
            "version": "",
            "pathCount": 0,
            "operationCount": 0,
            "rawExcerpt": "<!DOCTYPE html>\n<html>\n<head><meta http-equiv=\"Content-Type\" content=\"text/html; charset=utf-8\">\n<meta name=\"viewport\" content=\"width=device-width, initial-scale=1\" />\n<title>Dropbox - 404</title>\n<link href=\"https://cfl.dropboxstatic.com/static/metaserver/static/css/error.css\" rel=\"stylesheet\" type=\"text/css\"/>\n<link rel=\"shortcut icon\" href=\"https://cfl.dropboxstatic.com/static/images/favicon.ico\"/>\n</head>\n<body>\n<div class=\"figure\">\n<img src=\"https://assets.dropbox.com/www/en-us/illustrations/spot/look-magnifying-glass.svg\" alt=\"Error: 404\"/>\n</div>\n<div id=\"errorbox\">\n<div class=\"not-found\"> <h1>Error (404)</h1> We can't find the page you're looking for. <div class=\"not-found--links\"> Here are a few links that may be helpful: <ul> <li><a href=\"https://www.dropbox.com/home?_tk=fof\">Hom"
          },
          {
            "path": "/swagger.yaml",
            "statusCode": 404,
            "contentType": "text/html",
            "valid": false,
            "issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html\" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
            "compatibleContentType": false,
            "format": "yaml",
            "version": "",
            "pathCount": 0,
            "operationCount": 0,
            "rawExcerpt": "<!DOCTYPE html>\n<html>\n<head><meta http-equiv=\"Content-Type\" content=\"text/html; charset=utf-8\">\n<meta name=\"viewport\" content=\"width=device-width, initial-scale=1\" />\n<title>Dropbox - 404</title>\n<link href=\"https://cfl.dropboxstatic.com/static/metaserver/static/css/error.css\" rel=\"stylesheet\" type=\"text/css\"/>\n<link rel=\"shortcut icon\" href=\"https://cfl.dropboxstatic.com/static/images/favicon.ico\"/>\n</head>\n<body>\n<div class=\"figure\">\n<img src=\"https://assets.dropbox.com/www/en-us/illustrations/spot/look-magnifying-glass.svg\" alt=\"Error: 404\"/>\n</div>\n<div id=\"errorbox\">\n<div class=\"not-found\"> <h1>Error (404)</h1> We can't find the page you're looking for. <div class=\"not-found--links\"> Here are a few links that may be helpful: <ul> <li><a href=\"https://www.dropbox.com/home?_tk=fof\">Hom"
          },
          {
            "path": "/api/openapi.json",
            "statusCode": 404,
            "contentType": "text/html",
            "valid": false,
            "issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html\" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
            "compatibleContentType": false,
            "format": "yaml",
            "version": "",
            "pathCount": 0,
            "operationCount": 0,
            "rawExcerpt": "<!DOCTYPE html>\n<html>\n<head><meta http-equiv=\"Content-Type\" content=\"text/html; charset=utf-8\">\n<meta name=\"viewport\" content=\"width=device-width, initial-scale=1\" />\n<title>Dropbox - 404</title>\n<link href=\"https://cfl.dropboxstatic.com/static/metaserver/static/css/error.css\" rel=\"stylesheet\" type=\"text/css\"/>\n<link rel=\"shortcut icon\" href=\"https://cfl.dropboxstatic.com/static/images/favicon.ico\"/>\n</head>\n<body>\n<div class=\"figure\">\n<img src=\"https://assets.dropbox.com/www/en-us/illustrations/spot/look-magnifying-glass.svg\" alt=\"Error: 404\"/>\n</div>\n<div id=\"errorbox\">\n<div class=\"not-found\"> <h1>Error (404)</h1> We can't find the page you're looking for. <div class=\"not-found--links\"> Here are a few links that may be helpful: <ul> <li><a href=\"https://www.dropbox.com/home?_tk=fof\">Hom"
          },
          {
            "path": "/api/swagger.json",
            "statusCode": 404,
            "contentType": "text/html",
            "valid": false,
            "issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html\" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
            "compatibleContentType": false,
            "format": "yaml",
            "version": "",
            "pathCount": 0,
            "operationCount": 0,
            "rawExcerpt": "<!DOCTYPE html>\n<html>\n<head><meta http-equiv=\"Content-Type\" content=\"text/html; charset=utf-8\">\n<meta name=\"viewport\" content=\"width=device-width, initial-scale=1\" />\n<title>Dropbox - 404</title>\n<link href=\"https://cfl.dropboxstatic.com/static/metaserver/static/css/error.css\" rel=\"stylesheet\" type=\"text/css\"/>\n<link rel=\"shortcut icon\" href=\"https://cfl.dropboxstatic.com/static/images/favicon.ico\"/>\n</head>\n<body>\n<div class=\"figure\">\n<img src=\"https://assets.dropbox.com/www/en-us/illustrations/spot/look-magnifying-glass.svg\" alt=\"Error: 404\"/>\n</div>\n<div id=\"errorbox\">\n<div class=\"not-found\"> <h1>Error (404)</h1> We can't find the page you're looking for. <div class=\"not-found--links\"> Here are a few links that may be helpful: <ul> <li><a href=\"https://www.dropbox.com/home?_tk=fof\">Hom"
          },
          {
            "path": "/docs/openapi.json",
            "statusCode": 404,
            "contentType": "text/html",
            "valid": false,
            "issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html\" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
            "compatibleContentType": false,
            "format": "yaml",
            "version": "",
            "pathCount": 0,
            "operationCount": 0,
            "rawExcerpt": "<!DOCTYPE html>\n<html>\n<head><meta http-equiv=\"Content-Type\" content=\"text/html; charset=utf-8\">\n<meta name=\"viewport\" content=\"width=device-width, initial-scale=1\" />\n<title>Dropbox - 404</title>\n<link href=\"https://cfl.dropboxstatic.com/static/metaserver/static/css/error.css\" rel=\"stylesheet\" type=\"text/css\"/>\n<link rel=\"shortcut icon\" href=\"https://cfl.dropboxstatic.com/static/images/favicon.ico\"/>\n</head>\n<body>\n<div class=\"figure\">\n<img src=\"https://assets.dropbox.com/www/en-us/illustrations/spot/look-magnifying-glass.svg\" alt=\"Error: 404\"/>\n</div>\n<div id=\"errorbox\">\n<div class=\"not-found\"> <h1>Error (404)</h1> We can't find the page you're looking for. <div class=\"not-found--links\"> Here are a few links that may be helpful: <ul> <li><a href=\"https://www.dropbox.com/home?_tk=fof\">Hom"
          }
        ]
      },
      "issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html\" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
      "howToFix": "Publish a valid OpenAPI 3.x or Swagger 2.0 JSON/YAML document with info, paths, operations, and responses."
    }
  ]
}

AI DiscoverabilityContent ReadinessEstablished

Semantic HTML

Semantic HTML is missing or incomplete.

50 Fail

Needs attention

Semantic HTML

Failed check
01

Issue

Semantic HTML is incomplete: 1 buttons missing accessible names.

Details

02

Why it matters

Semantic HTML gives browsers, assistive technology, search systems, and agents reliable landmarks, headings, controls, form semantics, and image context.

Check name

Semantic HTML

Score

0/100

Status

fail

Category

Content Readiness

Maturity

Established

Goal

Expose readable page structure through semantic HTML and accessible controls.

Result

Semantic HTML is missing or incomplete.

Evidence
{
  "main": true,
  "nav": true,
  "footer": true,
  "meaningfulH1": true,
  "headingOrder": true,
  "accessibleLinks": true,
  "accessibleButtons": false,
  "imageAltCoverage": true,
  "formAutocompleteCoverage": true,
  "details": {
    "inaccessibleLinks": [],
    "inaccessibleButtons": [
      "<button class=\"dwg-nav__hamburger-button dwg-nav--redesign__hamburger-button dwg-box dwg-display--flex desktop:dwg-display--none dwg-align-items--center dwg-justify-content--center dwg-bg-color--transparent\" role=\"menu\"><span class=\"dwg-lazy-icon--large dwg-box dwg-display--inline-block dwg-color--standard\"><svg fill=\"none\" viewBox=\"0 0 24 24\" class=\"dig-UIIcon\" width=\"32\" height=\"32\" role=\"presentation\" focusable=\"false\"><path fill=\"currentColor\" d=\"M18.5 16.5h-13V18h13zm0-5.5h-13v1.5h13zm0-5.5"
    ],
    "missingAutocompleteInputs": [],
    "imagesMissingAlt": [],
    "skippedHeadingLevels": []
  },
  "counts": {
    "h1": 1,
    "headings": 32,
    "links": 133,
    "inaccessibleLinks": 0,
    "buttons": 13,
    "inaccessibleButtons": 1,
    "images": 72,
    "imagesWithAlt": 72,
    "autocompleteInputs": 0,
    "inputsWithAutocomplete": 0,
    "missingAutocompleteInputs": 0
  }
}

AI DiscoverabilityBot Access ControlEstablished

AI bot rules in robots.txt

AI bot rules in robots.txt is missing or incomplete.

33 Fail

Needs attention

AI bot rules in robots.txt

Failed check
01

Issue

No specific User-agent rules found for major AI crawlers (GPTBot, ClaudeBot, etc.) in robots.txt.

02

Why it matters

Explicit AI bot rules reduce ambiguity for crawler operators and make training, indexing, or retrieval access policy auditable.

Check name

AI bot rules in robots.txt

Score

0/100

Status

fail

Category

Bot Access Control

Maturity

Established

Goal

Add User-agent rules for AI crawlers like GPTBot, Claude-Web, and others.

Result

AI bot rules in robots.txt is missing or incomplete.

Evidence
{
  "expectedBots": [
    "GPTBot",
    "ChatGPT-User",
    "ClaudeBot",
    "Claude-Web",
    "Anthropic-AI",
    "Google-Extended",
    "PerplexityBot",
    "CCBot",
    "Applebot-Extended",
    "Meta-ExternalAgent",
    "Bytespider",
    "Amazonbot",
    "Cohere-AI"
  ],
  "configuredBots": []
}

AI DiscoverabilityBot Access ControlInformational

Content Signal

Content Signal is missing or incomplete.

33 Fail

Needs attention

Content Signal

Failed check
01

Issue

No Content Signal found in robots.txt

02

Why it matters

Content Signal provides a machine-readable way to communicate AI usage preferences where participating crawlers look for policy.

Check name

Content Signal

Score

0/100

Status

fail

Category

Bot Access Control

Maturity

Informational

Goal

Declare AI content usage preferences with Content Signal in robots.txt.

Result

Content Signal is missing or incomplete.

Evidence
{
  "signals": [],
  "ai-train": false,
  "search": false,
  "ai-input": false
}

Agent Ease of UseMCPEmerging recommendation

MCP Server Card

MCP Server Card failed at "Fetch to find resource".

33 Fail

Needs attention

MCP Server Card

Failed check
01

Issue

MCP Server Card was not found at the expected path.

02

Why it matters

MCP Server Cards help agents discover server transports, capabilities, and protocol details before opening an MCP session.

Check name

MCP Server Card

Score

0/100

Status

fail

Category

MCP

Maturity

Emerging recommendation

Goal

Publish an MCP Server Card for agent discovery.

Result

MCP Server Card failed at "Fetch to find resource".

Validation steps

  1. Fetch to find resource

    MCP Server Card was not found at the expected path.

Evidence
{
  "failedStep": "fetch",
  "steps": [
    {
      "id": "fetch",
      "title": "Fetch to find resource",
      "status": "fail",
      "evidence": {
        "checked": [
          {
            "path": "/.well-known/mcp/server-card.json",
            "statusCode": 404,
            "contentType": "text/html",
            "length": 1233
          },
          {
            "path": "/.well-known/mcp/server-cards.json",
            "statusCode": 404,
            "contentType": "text/html",
            "length": 1233
          },
          {
            "path": "/.well-known/mcp.json",
            "statusCode": 404,
            "contentType": "text/html",
            "length": 1233
          }
        ]
      },
      "issue": "MCP Server Card was not found at the expected path.",
      "howToFix": "Publish an MCP server card with valid transports and make each advertised local endpoint answer an MCP initialize request."
    }
  ]
}

Agent Ease of UseMCPEmerging recommendation

mcp.json

mcp.json failed at "Fetch to find resource".

33 Fail

Needs attention

mcp.json

Failed check
01

Issue

mcp.json was not found at the expected path.

02

Why it matters

MCP clients need trustworthy server metadata, protocol version, transport details, and capability hints before connecting to a remote MCP server.

Check name

mcp.json

Score

0/100

Status

fail

Category

MCP

Maturity

Emerging recommendation

Goal

Expose a stable MCP server metadata document that points agents to the site's MCP endpoint.

Result

mcp.json failed at "Fetch to find resource".

Validation steps

  1. Fetch to find resource

    mcp.json was not found at the expected path.

Evidence
{
  "failedStep": "fetch",
  "steps": [
    {
      "id": "fetch",
      "title": "Fetch to find resource",
      "status": "fail",
      "evidence": {
        "checked": [
          {
            "path": "/mcp.json",
            "statusCode": 404,
            "contentType": "text/html",
            "length": 1233
          },
          {
            "path": "/.well-known/mcp.json",
            "statusCode": 404,
            "contentType": "text/html",
            "length": 1233
          },
          {
            "path": "/.well-known/mcp/server-card.json",
            "statusCode": 404,
            "contentType": "text/html",
            "length": 1233
          }
        ]
      },
      "issue": "mcp.json was not found at the expected path.",
      "howToFix": "Publish mcp.json or an MCP server card with serverInfo, protocolVersion, transport endpoint, and capabilities."
    }
  ]
}

AI DiscoverabilityBot Access ControlInformational

Web Bot Auth request signing

Web Bot Auth request signing failed at "Fetch to find resource".

33 Fail

Needs attention

Web Bot Auth request signing

Failed check
01

Issue

Web Bot Auth request signing was not found at the expected path.

02

Why it matters

Web Bot Auth discovery lets servers and clients find signing keys for bot identity workflows based on HTTP Message Signatures.

Check name

Web Bot Auth request signing

Score

0/100

Status

fail

Category

Bot Access Control

Maturity

Informational

Goal

Advertise HTTP Message Signatures keys when this site operates signed bot clients or supports Web Bot Auth workflows.

Result

Web Bot Auth request signing failed at "Fetch to find resource".

Validation steps

  1. Fetch to find resource

    Web Bot Auth request signing was not found at the expected path.

Evidence
{
  "failedStep": "fetch",
  "steps": [
    {
      "id": "fetch",
      "title": "Fetch to find resource",
      "status": "fail",
      "evidence": {
        "checked": [
          {
            "path": "/.well-known/http-message-signatures-directory",
            "statusCode": 404,
            "contentType": "text/html",
            "length": 1233
          }
        ]
      },
      "issue": "Web Bot Auth request signing was not found at the expected path.",
      "howToFix": "If publishing Web Bot Auth keys, return a JSON key directory with a non-empty keys array and the draft media type."
    }
  ]
}

Agent Ease of UseMCPInformational

WebMCP manifest

WebMCP manifest failed at "Fetch to find resource".

33 Fail

Needs attention

WebMCP manifest

Failed check
01

Issue

WebMCP manifest was not found at the expected path.

02

Why it matters

A WebMCP manifest advertises browser-exposed tools declaratively so agents can understand available site actions before invoking them.

Check name

WebMCP manifest

Score

0/100

Status

fail

Category

MCP

Maturity

Informational

Goal

Publish a WebMCP manifest for declarative browser tool discovery when using the draft manifest convention.

Result

WebMCP manifest failed at "Fetch to find resource".

Validation steps

  1. Fetch to find resource

    WebMCP manifest was not found at the expected path.

Evidence
{
  "failedStep": "fetch",
  "steps": [
    {
      "id": "fetch",
      "title": "Fetch to find resource",
      "status": "fail",
      "evidence": {
        "checked": [
          {
            "path": "/.well-known/webmcp.json",
            "statusCode": 404,
            "contentType": "text/html",
            "length": 1233
          },
          {
            "path": "/webmcp.json",
            "statusCode": 404,
            "contentType": "text/html",
            "length": 1233
          },
          {
            "path": "/mcp.json",
            "statusCode": 404,
            "contentType": "text/html",
            "length": 1233
          }
        ]
      },
      "issue": "WebMCP manifest was not found at the expected path.",
      "howToFix": "Keep declarative WebMCP manifest discovery informational until the manifest shape stabilizes; validate tools if you publish one."
    }
  ]
}

Agent Ease of UseSkill DiscoveryEmerging recommendation

A2A Agent Card

A2A Agent Card failed at "Fetch to find resource".

25 Fail

Needs attention

A2A Agent Card

Failed check
01

Issue

A2A Agent Card was not found at the expected path.

02

Why it matters

A2A Agent Cards let compatible clients discover agent skills, input and output modes, and the endpoint used to invoke those skills.

Check name

A2A Agent Card

Score

0/100

Status

fail

Category

Skill Discovery

Maturity

Emerging recommendation

Goal

Publish an agent card so A2A-compatible clients can discover capabilities.

Result

A2A Agent Card failed at "Fetch to find resource".

Validation steps

  1. Fetch to find resource

    A2A Agent Card was not found at the expected path.

Evidence
{
  "failedStep": "fetch",
  "steps": [
    {
      "id": "fetch",
      "title": "Fetch to find resource",
      "status": "fail",
      "evidence": {
        "checked": [
          {
            "path": "/.well-known/agent-card.json",
            "statusCode": 404,
            "contentType": "text/html",
            "length": 1233
          },
          {
            "path": "/.well-known/a2a/agent-card.json",
            "statusCode": 404,
            "contentType": "text/html",
            "length": 1233
          },
          {
            "path": "/agent-card.json",
            "statusCode": 404,
            "contentType": "text/html",
            "length": 1233
          }
        ]
      },
      "issue": "A2A Agent Card was not found at the expected path.",
      "howToFix": "Publish an A2A Agent Card with required skill details and make the advertised url answer A2A JSON-RPC requests."
    }
  ]
}

Agent Ease of UseSkill DiscoveryEmerging recommendation

Agent Skills index

Agent Skills index failed at "Fetch to find resource".

25 Fail

Needs attention

Agent Skills index

Failed check
01

Issue

Agent Skills index was not found at the expected path.

02

Why it matters

An Agent Skills index lets clients find task-specific SKILL.md documents that describe how to use site capabilities correctly.

Check name

Agent Skills index

Score

0/100

Status

fail

Category

Skill Discovery

Maturity

Emerging recommendation

Goal

Publish an agent skills discovery index.

Result

Agent Skills index failed at "Fetch to find resource".

Validation steps

  1. Fetch to find resource

    Agent Skills index was not found at the expected path.

Evidence
{
  "failedStep": "fetch",
  "steps": [
    {
      "id": "fetch",
      "title": "Fetch to find resource",
      "status": "fail",
      "evidence": {
        "checked": [
          {
            "path": "/.well-known/agent-skills/index.json",
            "statusCode": 404,
            "contentType": "text/html",
            "length": 1233
          },
          {
            "path": "/.well-known/skills/index.json",
            "statusCode": 404,
            "contentType": "text/html",
            "length": 1233
          }
        ]
      },
      "issue": "Agent Skills index was not found at the expected path.",
      "howToFix": "Publish an index with a non-empty skills array and reachable SKILL.md URLs."
    }
  ]
}

Agent Ease of UseSkill DiscoveryEmerging recommendation

agent.json

agent.json failed at "Fetch to find resource".

25 Fail

Needs attention

agent.json

Failed check
01

Issue

agent.json was not found at the expected path.

02

Why it matters

agent.json is an emerging machine-readable manifest for declaring what a website does, how agents authenticate, and which actions or protocols are available.

Check name

agent.json

Score

0/100

Status

fail

Category

Skill Discovery

Maturity

Emerging recommendation

Goal

Publish the singular Agent Web Protocol agent.json manifest without confusing it with the separate agents.json directory convention.

Result

agent.json failed at "Fetch to find resource".

Validation steps

  1. Fetch to find resource

    agent.json was not found at the expected path.

Evidence
{
  "failedStep": "fetch",
  "steps": [
    {
      "id": "fetch",
      "title": "Fetch to find resource",
      "status": "fail",
      "evidence": {
        "checked": [
          {
            "path": "/.well-known/agent.json",
            "statusCode": 404,
            "contentType": "text/html",
            "length": 1233
          },
          {
            "path": "/agent.json",
            "statusCode": 404,
            "contentType": "text/html",
            "length": 1233
          }
        ]
      },
      "issue": "agent.json was not found at the expected path.",
      "howToFix": "Publish agent.json with awp_version, domain, intent, and typed actions that point to real same-origin API or protocol endpoints."
    }
  ]
}

Agent Ease of UseSkill DiscoveryInformational

agents.json

agents.json failed at "Fetch to find resource".

25 Fail

Needs attention

agents.json

Failed check
01

Issue

agents.json was not found at the expected path.

02

Why it matters

agents.json gives clients a simple directory of agent-facing capabilities and contacts when a site chooses to advertise them.

Check name

agents.json

Score

0/100

Status

fail

Category

Skill Discovery

Maturity

Informational

Goal

Publish an agents.json directory for agent-facing capabilities and contacts when using this convention.

Result

agents.json failed at "Fetch to find resource".

Validation steps

  1. Fetch to find resource

    agents.json was not found at the expected path.

Evidence
{
  "failedStep": "fetch",
  "steps": [
    {
      "id": "fetch",
      "title": "Fetch to find resource",
      "status": "fail",
      "evidence": {
        "checked": [
          {
            "path": "/.well-known/agents.json",
            "statusCode": 404,
            "contentType": "text/html",
            "length": 1233
          },
          {
            "path": "/agents.json",
            "statusCode": 404,
            "contentType": "text/html",
            "length": 1233
          }
        ]
      },
      "issue": "agents.json was not found at the expected path.",
      "howToFix": "If this site uses agents.json, publish JSON with an agents array containing name and url for each agent."
    }
  ]
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

AIO: Source and trust signals

AIO: Source and trust signals scored 40/100 and needs a fix.

9 Fail

Needs attention

AIO: Source and trust signals

Failed check
01

Issue

Missing AIO trust signals: author, publisher, freshnessDate.

Details

02

Why it matters

AI Overviews depend on Google-search eligibility, useful visible content, consistent structured data, answer-first sections, trust signals, and preview controls that permit snippets.

Check name

AIO: Source and trust signals

Score

40/100

Status

fail

Category

GEO, AIO & AEO

Maturity

Emerging recommendation

Goal

Make page content eligible and useful for Google AI Overviews and AI Mode extraction.

Result

AIO: Source and trust signals scored 40/100 and needs a fix.

Evidence
{
  "signals": {
    "author": false,
    "publisher": false,
    "freshnessDate": false,
    "aboutOrContact": true,
    "policyLinks": true
  },
  "missing": [
    "author",
    "publisher",
    "freshnessDate"
  ],
  "authorMeta": "",
  "schemaAuthors": [],
  "schemaPublishers": [],
  "schemaDates": [],
  "visibleDates": [],
  "aboutLinks": [
    {
      "href": "https://dash.dropbox.com",
      "text": "DashFind, organize, and protect company content",
      "html": "<a class=\"dwg-dropdown-list-item dwg-dropdown-list-item--link dwg-dropdown-list-item--with-icon dwg-box dwg-theme--coconut dwg-display--flex dwg-width--full dwg-align-items--center dwg-pt--2 dwg-pr--2 dwg-pb--2 dwg-pl--2 dwg-color--standard active:dwg-color--faint dwg-text-decoration--none hover:dwg-text-decoration--none\" href=\"https://dash.dropbox.com\" role=\"menuitem\" tabindex=\"-1\" data-trackingid=\"unav_product_dash\" aria-label=\"Dash\" data-uxa-log=\"unav_product_dash\"><div class=\"dwg-stack dw..."
    },
    {
      "href": "https://dash.dropbox.com",
      "text": "DashFind, organize, and protect company content",
      "html": "<a class=\"dwg-dropdown-list-item dwg-dropdown-list-item--link dwg-dropdown-list-item--with-icon dwg-box dwg-theme--coconut dwg-display--flex dwg-width--full dwg-align-items--center dwg-pt--2 dwg-pr--2 dwg-pb--2 dwg-pl--2 dwg-color--standard active:dwg-color--faint dwg-text-decoration--none hover:dwg-text-decoration--none\" href=\"https://dash.dropbox.com\" role=\"menuitem\" tabindex=\"-1\" data-trackingid=\"unav_product_dash\" aria-label=\"Dash\" data-uxa-log=\"unav_product_dash\"><div class=\"dwg-stack dw..."
    },
    {
      "href": "/about",
      "text": "About us",
      "html": "<a class=\"dwg-text dwg-font-family--atlas-grotesk dwg-text-link dwg-box dwg-p--0 dwg-m--0 dwg-bg-color--transparent dwg-color--inherit visited:dwg-color--faint dwg-text-decoration--none active:dwg-text-decoration--underline hover:dwg-text-decoration--underline visited:dwg-text-decoration--none\" href=\"/about\" aria-label label=\"About us\" data-trackingid=\"dwg_footer_plank-d1a283c131__about-us--47\" tag data-uxa-log=\"dwg_footer_plank-d1a283c131__about-us--47\">About us</a>"
    }
  ],
  "contactLinks": [
    {
      "href": "/contact-sales",
      "text": "Contact sales",
      "html": "<a class=\"dwg-nav-item-button dwg-nav-item-button--nav-redesign dwg-box dwg-display--flex dwg-height--full dwg-align-items--center dwg-justify-content--flex-start dwg-pt--1 mobile-lg:dwg-pt--2 dwg-pr--1 mobile-lg:dwg-pr--1_5 dwg-pb--1 mobile-lg:dwg-pb--2 dwg-pl--1 mobile-lg:dwg-pl--1_5 dwg-m--0 dwg-bg-color--transparent dwg-color--standard active:dwg-color--faint disabled:dwg-color--disabled dwg-text-decoration--none hover:dwg-text-decoration--none\" href=\"/contact-sales\" id data-trackingid=\"u..."
    },
    {
      "href": "/contact-sales",
      "text": "Contact sales",
      "html": "<a class=\"dwg-nav-item-button dwg-nav-item-button--nav-redesign dwg-box dwg-display--flex dwg-height--full dwg-align-items--center dwg-justify-content--flex-start dwg-pt--3 dwg-pr--2 dwg-pb--3 dwg-pl--2 dwg-m--0 dwg-bg-color--transparent dwg-color--standard active:dwg-color--faint disabled:dwg-color--disabled dwg-text-decoration--none hover:dwg-text-decoration--none\" href=\"/contact-sales\" id data-trackingid=\"unav_contactsales\" aria-label data-uxa-log=\"unav_contactsales\"><div class=\"dwg-nav-it..."
    },
    {
      "href": "https://help.dropbox.com/",
      "text": "Help center",
      "html": "<a class=\"dwg-text dwg-font-family--atlas-grotesk dwg-text-link dwg-box dwg-p--0 dwg-m--0 dwg-bg-color--transparent dwg-color--inherit visited:dwg-color--faint dwg-text-decoration--none active:dwg-text-decoration--underline hover:dwg-text-decoration--underline visited:dwg-text-decoration--none\" href=\"https://help.dropbox.com/\" aria-label label=\"Help center\" data-trackingid=\"dwg_footer_plank-d1a283c131__help-center--29\" tag data-uxa-log=\"dwg_footer_plank-d1a283c131__help-center--29\">Help cente..."
    },
    {
      "href": "/contact",
      "text": "Contact us",
      "html": "<a class=\"dwg-text dwg-font-family--atlas-grotesk dwg-text-link dwg-box dwg-p--0 dwg-m--0 dwg-bg-color--transparent dwg-color--inherit visited:dwg-color--faint dwg-text-decoration--none active:dwg-text-decoration--underline hover:dwg-text-decoration--underline visited:dwg-text-decoration--none\" href=\"/contact\" aria-label label=\"Contact us\" data-trackingid=\"dwg_footer_plank-d1a283c131__contact-us--30\" tag data-uxa-log=\"dwg_footer_plank-d1a283c131__contact-us--30\">Contact us</a>"
    },
    {
      "href": "https://help.dropbox.com/accounts-billing/security/cookies",
      "text": "Cookie policy",
      "html": "<a class=\"dwg-text dwg-font-family--atlas-grotesk dwg-text-link dwg-box dwg-p--0 dwg-m--0 dwg-bg-color--transparent dwg-color--inherit visited:dwg-color--faint dwg-text-decoration--none active:dwg-text-decoration--underline hover:dwg-text-decoration--underline visited:dwg-text-decoration--none\" href=\"https://help.dropbox.com/accounts-billing/security/cookies\" aria-label label=\"Cookie policy\" data-trackingid=\"dwg_footer_plank-d1a283c131__cookie-policy--32\" tag data-uxa-log=\"dwg_footer_plank-d1..."
    }
  ],
  "privacyLinks": [
    {
      "href": "/terms",
      "text": "Privacy & terms",
      "html": "<a class=\"dwg-text dwg-font-family--atlas-grotesk dwg-text-link dwg-box dwg-p--0 dwg-m--0 dwg-bg-color--transparent dwg-color--inherit visited:dwg-color--faint dwg-text-decoration--none active:dwg-text-decoration--underline hover:dwg-text-decoration--underline visited:dwg-text-decoration--none\" href=\"/terms\" aria-label label=\"Privacy &amp; terms\" data-trackingid=\"dwg_footer_plank-d1a283c131__privacy--terms--31\" tag data-uxa-log=\"dwg_footer_plank-d1a283c131__privacy--terms--31\">Privacy &amp; t..."
    }
  ],
  "score": 40,
  "weight": 20
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

AEO: Answer evidence and trust

AEO: Answer evidence and trust scored 40/100 and needs a fix.

5 Fail

Needs attention

AEO: Answer evidence and trust

Failed check
01

Issue

Missing AIO trust signals: author, publisher, freshnessDate.

Details

02

Why it matters

Answer engines need concise answers, question-led structure, entity clarity, visible evidence, and trust signals that can be extracted without relying on search-only metadata checks.

Check name

AEO: Answer evidence and trust

Score

40/100

Status

fail

Category

GEO, AIO & AEO

Maturity

Emerging recommendation

Goal

Make page content easy for answer engines and assistants to answer from directly.

Result

AEO: Answer evidence and trust scored 40/100 and needs a fix.

Evidence
{
  "signals": {
    "author": false,
    "publisher": false,
    "freshnessDate": false,
    "aboutOrContact": true,
    "policyLinks": true
  },
  "missing": [
    "author",
    "publisher",
    "freshnessDate"
  ],
  "authorMeta": "",
  "schemaAuthors": [],
  "schemaPublishers": [],
  "schemaDates": [],
  "visibleDates": [],
  "aboutLinks": [
    {
      "href": "https://dash.dropbox.com",
      "text": "DashFind, organize, and protect company content",
      "html": "<a class=\"dwg-dropdown-list-item dwg-dropdown-list-item--link dwg-dropdown-list-item--with-icon dwg-box dwg-theme--coconut dwg-display--flex dwg-width--full dwg-align-items--center dwg-pt--2 dwg-pr--2 dwg-pb--2 dwg-pl--2 dwg-color--standard active:dwg-color--faint dwg-text-decoration--none hover:dwg-text-decoration--none\" href=\"https://dash.dropbox.com\" role=\"menuitem\" tabindex=\"-1\" data-trackingid=\"unav_product_dash\" aria-label=\"Dash\" data-uxa-log=\"unav_product_dash\"><div class=\"dwg-stack dw..."
    },
    {
      "href": "https://dash.dropbox.com",
      "text": "DashFind, organize, and protect company content",
      "html": "<a class=\"dwg-dropdown-list-item dwg-dropdown-list-item--link dwg-dropdown-list-item--with-icon dwg-box dwg-theme--coconut dwg-display--flex dwg-width--full dwg-align-items--center dwg-pt--2 dwg-pr--2 dwg-pb--2 dwg-pl--2 dwg-color--standard active:dwg-color--faint dwg-text-decoration--none hover:dwg-text-decoration--none\" href=\"https://dash.dropbox.com\" role=\"menuitem\" tabindex=\"-1\" data-trackingid=\"unav_product_dash\" aria-label=\"Dash\" data-uxa-log=\"unav_product_dash\"><div class=\"dwg-stack dw..."
    },
    {
      "href": "/about",
      "text": "About us",
      "html": "<a class=\"dwg-text dwg-font-family--atlas-grotesk dwg-text-link dwg-box dwg-p--0 dwg-m--0 dwg-bg-color--transparent dwg-color--inherit visited:dwg-color--faint dwg-text-decoration--none active:dwg-text-decoration--underline hover:dwg-text-decoration--underline visited:dwg-text-decoration--none\" href=\"/about\" aria-label label=\"About us\" data-trackingid=\"dwg_footer_plank-d1a283c131__about-us--47\" tag data-uxa-log=\"dwg_footer_plank-d1a283c131__about-us--47\">About us</a>"
    }
  ],
  "contactLinks": [
    {
      "href": "/contact-sales",
      "text": "Contact sales",
      "html": "<a class=\"dwg-nav-item-button dwg-nav-item-button--nav-redesign dwg-box dwg-display--flex dwg-height--full dwg-align-items--center dwg-justify-content--flex-start dwg-pt--1 mobile-lg:dwg-pt--2 dwg-pr--1 mobile-lg:dwg-pr--1_5 dwg-pb--1 mobile-lg:dwg-pb--2 dwg-pl--1 mobile-lg:dwg-pl--1_5 dwg-m--0 dwg-bg-color--transparent dwg-color--standard active:dwg-color--faint disabled:dwg-color--disabled dwg-text-decoration--none hover:dwg-text-decoration--none\" href=\"/contact-sales\" id data-trackingid=\"u..."
    },
    {
      "href": "/contact-sales",
      "text": "Contact sales",
      "html": "<a class=\"dwg-nav-item-button dwg-nav-item-button--nav-redesign dwg-box dwg-display--flex dwg-height--full dwg-align-items--center dwg-justify-content--flex-start dwg-pt--3 dwg-pr--2 dwg-pb--3 dwg-pl--2 dwg-m--0 dwg-bg-color--transparent dwg-color--standard active:dwg-color--faint disabled:dwg-color--disabled dwg-text-decoration--none hover:dwg-text-decoration--none\" href=\"/contact-sales\" id data-trackingid=\"unav_contactsales\" aria-label data-uxa-log=\"unav_contactsales\"><div class=\"dwg-nav-it..."
    },
    {
      "href": "https://help.dropbox.com/",
      "text": "Help center",
      "html": "<a class=\"dwg-text dwg-font-family--atlas-grotesk dwg-text-link dwg-box dwg-p--0 dwg-m--0 dwg-bg-color--transparent dwg-color--inherit visited:dwg-color--faint dwg-text-decoration--none active:dwg-text-decoration--underline hover:dwg-text-decoration--underline visited:dwg-text-decoration--none\" href=\"https://help.dropbox.com/\" aria-label label=\"Help center\" data-trackingid=\"dwg_footer_plank-d1a283c131__help-center--29\" tag data-uxa-log=\"dwg_footer_plank-d1a283c131__help-center--29\">Help cente..."
    },
    {
      "href": "/contact",
      "text": "Contact us",
      "html": "<a class=\"dwg-text dwg-font-family--atlas-grotesk dwg-text-link dwg-box dwg-p--0 dwg-m--0 dwg-bg-color--transparent dwg-color--inherit visited:dwg-color--faint dwg-text-decoration--none active:dwg-text-decoration--underline hover:dwg-text-decoration--underline visited:dwg-text-decoration--none\" href=\"/contact\" aria-label label=\"Contact us\" data-trackingid=\"dwg_footer_plank-d1a283c131__contact-us--30\" tag data-uxa-log=\"dwg_footer_plank-d1a283c131__contact-us--30\">Contact us</a>"
    },
    {
      "href": "https://help.dropbox.com/accounts-billing/security/cookies",
      "text": "Cookie policy",
      "html": "<a class=\"dwg-text dwg-font-family--atlas-grotesk dwg-text-link dwg-box dwg-p--0 dwg-m--0 dwg-bg-color--transparent dwg-color--inherit visited:dwg-color--faint dwg-text-decoration--none active:dwg-text-decoration--underline hover:dwg-text-decoration--underline visited:dwg-text-decoration--none\" href=\"https://help.dropbox.com/accounts-billing/security/cookies\" aria-label label=\"Cookie policy\" data-trackingid=\"dwg_footer_plank-d1a283c131__cookie-policy--32\" tag data-uxa-log=\"dwg_footer_plank-d1..."
    }
  ],
  "privacyLinks": [
    {
      "href": "/terms",
      "text": "Privacy & terms",
      "html": "<a class=\"dwg-text dwg-font-family--atlas-grotesk dwg-text-link dwg-box dwg-p--0 dwg-m--0 dwg-bg-color--transparent dwg-color--inherit visited:dwg-color--faint dwg-text-decoration--none active:dwg-text-decoration--underline hover:dwg-text-decoration--underline visited:dwg-text-decoration--none\" href=\"/terms\" aria-label label=\"Privacy &amp; terms\" data-trackingid=\"dwg_footer_plank-d1a283c131__privacy--terms--31\" tag data-uxa-log=\"dwg_footer_plank-d1a283c131__privacy--terms--31\">Privacy &amp; t..."
    }
  ],
  "score": 40,
  "weight": 22
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

AEO: Answer-first sections

AEO: Answer-first sections scored 65/100 and needs improvement.

4 Warning

Needs attention

AEO: Answer-first sections

Warning
01

Issue

31 section(s) may benefit from a clearer opening answer; this is optional for feature/card sections.

Details

02

Why it matters

Answer engines need concise answers, question-led structure, entity clarity, visible evidence, and trust signals that can be extracted without relying on search-only metadata checks.

Check name

AEO: Answer-first sections

Score

65/100

Status

warning

Category

GEO, AIO & AEO

Maturity

Emerging recommendation

Goal

Make page content easy for answer engines and assistants to answer from directly.

Result

AEO: Answer-first sections scored 65/100 and needs improvement.

Evidence
{
  "sectionCount": 31,
  "passing": 0,
  "failing": [
    {
      "heading": "Teams",
      "headingHtml": "<h3 class=\"dwg-text dwg-font-family--atlas-grotesk dwg-font-size--16 desktop:dwg-font-size--14 dwg-font-weight--medium desktop:dwg-font-weight--medium dwg-line-height--20 desktop:dwg-line-height--18 dwg-text-align--start dwg-box dwg-p--0 dwg-m--0 dwg-bg-color--transparent dwg-color--inherit\">Teams</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Use cases",
      "headingHtml": "<h3 class=\"dwg-text dwg-font-family--atlas-grotesk dwg-font-size--16 desktop:dwg-font-size--14 dwg-font-weight--medium desktop:dwg-font-weight--medium dwg-line-height--20 desktop:dwg-line-height--18 dwg-text-align--start dwg-box dwg-p--0 dwg-m--0 dwg-bg-color--transparent dwg-color--inherit\">Use cases</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Industries",
      "headingHtml": "<h3 class=\"dwg-text dwg-font-family--atlas-grotesk dwg-font-size--16 desktop:dwg-font-size--14 dwg-font-weight--medium desktop:dwg-font-weight--medium dwg-line-height--20 desktop:dwg-line-height--18 dwg-text-align--start dwg-box dwg-p--0 dwg-m--0 dwg-bg-color--transparent dwg-color--inherit\">Industries</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Teams",
      "headingHtml": "<h3 class=\"dwg-text dwg-font-family--atlas-grotesk dwg-font-size--16 desktop:dwg-font-size--14 dwg-font-weight--medium desktop:dwg-font-weight--medium dwg-line-height--20 desktop:dwg-line-height--18 dwg-text-align--start dwg-box dwg-p--0 dwg-m--0 dwg-bg-color--transparent dwg-color--inherit\">Teams</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Use cases",
      "headingHtml": "<h3 class=\"dwg-text dwg-font-family--atlas-grotesk dwg-font-size--16 desktop:dwg-font-size--14 dwg-font-weight--medium desktop:dwg-font-weight--medium dwg-line-height--20 desktop:dwg-line-height--18 dwg-text-align--start dwg-box dwg-p--0 dwg-m--0 dwg-bg-color--transparent dwg-color--inherit\">Use cases</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Industries",
      "headingHtml": "<h3 class=\"dwg-text dwg-font-family--atlas-grotesk dwg-font-size--16 desktop:dwg-font-size--14 dwg-font-weight--medium desktop:dwg-font-weight--medium dwg-line-height--20 desktop:dwg-line-height--18 dwg-text-align--start dwg-box dwg-p--0 dwg-m--0 dwg-bg-color--transparent dwg-color--inherit\">Industries</h3>",
      "firstParagraph": "",
      "paragraphHtml": "<p class=\"dwg-text dwg-font-family--atlas-grotesk dwg-font-size--16 tablet-lg:dwg-font-size--20 dwg-line-height--150% dwg-text-align--unset dwg-text-wrap--pretty dwg-box dwg-p--0 dwg-m--0 dwg-bg-color--transparent dwg-color--faint\"></p>",
      "words": 0,
      "direct": false,
      "issue": "First paragraph is 0 words and does not look like a concise direct answer."
    },
    {
      "heading": "Join the over 700 million registered users who trust Dropbox",
      "headingHtml": "<h2 class=\"dwg-text dwg-font-family--atlas-grotesk dwg-font-size--20 dwg-font-weight--medium dwg-font-style--normal dwg-line-height--120% dwg-text-align--center dwg-box dwg-p--0 dwg-m--0 dwg-bg-color--transparent dwg-color--standard\">Join the over 700 million registered users who trust Dropbox</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Find it fast, every time",
      "headingHtml": "<h2 class=\"dwg-text dwg-font-family--sharp-grotesk-20-book dwg-font-weight--medium dwg-text-align--center _headlineText_aez5p_55 dwg-box dwg-p--0 dwg-m--0 dwg-bg-color--transparent dwg-color--standard\">Find it fast, every time</h2>",
      "firstParagraph": "Get to the right file, fact, or message when you need it, so you spend less time searching and more time working.",
      "paragraphHtml": "<p class=\"dwg-text dwg-font-family--inherit dwg-box dwg-p--0 dwg-m--0 dwg-bg-color--transparent\">Get to the right file, fact, or message when you need it, so you spend less time searching and more time working.</p>",
      "words": 22,
      "direct": false,
      "issue": "First paragraph is 22 words and does not look like a concise direct answer."
    },
    {
      "heading": "Everything in order, everyone aligned",
      "headingHtml": "<h2 class=\"dwg-text dwg-font-family--sharp-grotesk-20-book dwg-font-weight--medium dwg-text-align--center _headlineText_aez5p_55 dwg-box dwg-p--0 dwg-m--0 dwg-bg-color--transparent dwg-color--standard\">Everything in order, everyone aligned</h2>",
      "firstParagraph": "Keep every version current and easy to manage. With synced team folders and previews for 175+ file types, your content stays organized and accessible.",
      "paragraphHtml": "<p class=\"dwg-text dwg-font-family--inherit dwg-box dwg-p--0 dwg-m--0 dwg-bg-color--transparent\">Keep every version current and easy to manage. With synced team folders and previews for 175+ file types, your content stays organized and accessible.</p>",
      "words": 24,
      "direct": false,
      "issue": "First paragraph is 24 words and does not look like a concise direct answer."
    },
    {
      "heading": "Send it safely, share it fast",
      "headingHtml": "<h2 class=\"dwg-text dwg-font-family--sharp-grotesk-20-book dwg-font-weight--medium dwg-text-align--center _headlineText_aez5p_55 dwg-box dwg-p--0 dwg-m--0 dwg-bg-color--transparent dwg-color--standard\"> Send it safely, share it fast</h2>",
      "firstParagraph": "Share work instantly and securely with real-time syncing and large file transfers, so teams stay connected and collaboration stays seamless.",
      "paragraphHtml": "<p class=\"dwg-text dwg-font-family--inherit dwg-box dwg-p--0 dwg-m--0 dwg-bg-color--transparent\">Share work instantly and securely with real-time syncing and large file transfers, so teams stay connected and collaboration stays seamless.</p>",
      "words": 20,
      "direct": false,
      "issue": "First paragraph is 20 words and does not look like a concise direct answer."
    },
    {
      "heading": "Security never comes second",
      "headingHtml": "<h2 class=\"dwg-text dwg-font-family--sharp-grotesk-20-book dwg-font-weight--medium dwg-text-align--center _headlineText_thadj_20 dwg-box dwg-p--0 dwg-m--0 dwg-bg-color--transparent dwg-color--standard\">Security never comes second</h2>",
      "firstParagraph": "From industry-leading encryption and tamper-proof documents to version history and recovery, Dropbox keeps your intellectual property safe and never sells your data.",
      "paragraphHtml": "<p class=\"dwg-text dwg-font-family--atlas-grotesk dwg-font-size--16 dwg-font-weight--regular dwg-font-style--normal dwg-line-height--150% dwg-text-align--center dwg-text-wrap--pretty _secondaryText_thadj_25 dwg-box dwg-p--0 dwg-m--0 dwg-bg-color--transparent dwg-color--faint\">From industry-leading encryption and tamper-proof documents to version history and recovery, Dropbox keeps your intellectual property safe and never sells your data.</p>",
      "words": 22,
      "direct": false,
      "issue": "First paragraph is 22 words and does not look like a concise direct answer."
    },
    {
      "heading": "\"The security of knowing our information is safe.\"",
      "headingHtml": "<h3 class=\"dwg-text dwg-font-family--sharp-grotesk-20-book dwg-font-size--20 desktop:dwg-font-size--24 dwg-font-weight--medium dwg-font-style--normal dwg-line-height--120% dwg-text-wrap--balance _quoteText_c3kro_31 dwg-box dwg-p--0 dwg-m--0 dwg-bg-color--transparent dwg-color--standard\">&quot;The security of knowing our information is safe.&quot;</h3>",
      "firstParagraph": "Customer Bryan Chandler reveals how his team uses Dropbox to organize and share files securely.",
      "paragraphHtml": "<p class=\"dwg-text dwg-font-family--atlas-grotesk dwg-font-size--14 dwg-font-weight--regular dwg-font-style--normal dwg-line-height--150% dwg-text-wrap--pretty dwg-box dwg-p--0 dwg-m--0 dwg-mt--1_5 dwg-mb--3 tablet:dwg-mb--1_5 dwg-bg-color--transparent dwg-color--faint\" id=\"6852.200004577637\">Customer Bryan Chandler reveals how his team uses Dropbox to organize and share files securely.</p>",
      "words": 15,
      "direct": false,
      "issue": "First paragraph is 15 words and does not look like a concise direct answer."
    },
    {
      "heading": "\"Seriously impressive security features\"",
      "headingHtml": "<h3 class=\"dwg-text dwg-font-family--sharp-grotesk-20-book dwg-font-size--20 desktop:dwg-font-size--24 dwg-font-weight--medium dwg-font-style--normal dwg-line-height--120% dwg-text-wrap--balance _quoteText_c3kro_31 dwg-box dwg-p--0 dwg-m--0 dwg-bg-color--transparent dwg-color--standard\">&quot;Seriously impressive security features&quot;</h3>",
      "firstParagraph": "Tech influencer Justin Tse discusses why he trusts Dropbox to keep his content safe.",
      "paragraphHtml": "<p class=\"dwg-text dwg-font-family--atlas-grotesk dwg-font-size--14 dwg-font-weight--regular dwg-font-style--normal dwg-line-height--150% dwg-text-wrap--pretty dwg-box dwg-p--0 dwg-m--0 dwg-mt--1_5 dwg-mb--3 tablet:dwg-mb--1_5 dwg-bg-color--transparent dwg-color--faint\" id=\"6868.600006103516\">Tech influencer Justin Tse discusses why he trusts Dropbox to keep his content safe.</p>",
      "words": 14,
      "direct": false,
      "issue": "First paragraph is 14 words and does not look like a concise direct answer."
    },
    {
      "heading": "\"How do you enhance security and keep productivity reasonable?\"",
      "headingHtml": "<h3 class=\"dwg-text dwg-font-family--sharp-grotesk-20-book dwg-font-size--20 desktop:dwg-font-size--24 dwg-font-weight--medium dwg-font-style--normal dwg-line-height--120% dwg-text-wrap--balance _quoteText_c3kro_31 dwg-box dwg-p--0 dwg-m--0 dwg-bg-color--transparent dwg-color--standard\">&quot;How do you enhance security and keep productivity reasonable?&quot;</h3>",
      "firstParagraph": "Your company’s sharing content with collaborators all over the world. Are you in control?",
      "paragraphHtml": "<p class=\"dwg-text dwg-font-family--atlas-grotesk dwg-font-size--14 dwg-font-weight--regular dwg-font-style--normal dwg-line-height--150% dwg-text-wrap--pretty dwg-box dwg-p--0 dwg-m--0 dwg-mt--1_5 dwg-mb--3 tablet:dwg-mb--1_5 dwg-bg-color--transparent dwg-color--faint\" id=\"6871.800003051758\">Your company&#x2019;s sharing content with collaborators all over the world. Are you in control?</p>",
      "words": 15,
      "direct": false,
      "issue": "First paragraph is 15 words and does not look like a concise direct answer."
    },
    {
      "heading": "Dropbox empowers across industries",
      "headingHtml": "<h2 class=\"dwg-text dwg-font-family--sharp-grotesk-23-book dwg-font-size--24 tablet:dwg-font-size--32 dwg-font-weight--regular dwg-line-height--120% dwg-text-align--center dwg-text-wrap--balance dwg-box dwg-p--0 dwg-m--0 dwg-bg-color--transparent dwg-color--standard\">Dropbox empowers across industries</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Construction",
      "headingHtml": "<h3 class=\"dwg-text dwg-font-family--sharp-grotesk-20-book dwg-font-size--18 dwg-font-weight--medium dwg-line-height--120% dwg-box dwg-p--0 dwg-m--0 dwg-bg-color--transparent dwg-color--standard\">Construction</h3>",
      "firstParagraph": "With Dropbox for teams, you can store, access, preview, edit, and transfer CAD, BIM, PDF, and visual content files from anywhere.",
      "paragraphHtml": "<p class=\"dwg-text dwg-font-family--inherit dwg-box dwg-p--0 dwg-m--0 dwg-bg-color--transparent\">With Dropbox for teams, you can store, access, preview, edit, and transfer CAD, BIM, PDF, and visual content files from anywhere.</p>",
      "words": 21,
      "direct": false,
      "issue": "First paragraph is 21 words and does not look like a concise direct answer."
    },
    {
      "heading": "Media",
      "headingHtml": "<h3 class=\"dwg-text dwg-font-family--sharp-grotesk-20-book dwg-font-size--18 dwg-font-weight--medium dwg-line-height--120% dwg-box dwg-p--0 dwg-m--0 dwg-bg-color--transparent dwg-color--standard\">Media</h3>",
      "firstParagraph": "Create a flexible media workspace that connects your teams, content, and tools together.",
      "paragraphHtml": "<p class=\"dwg-text dwg-font-family--inherit dwg-box dwg-p--0 dwg-m--0 dwg-bg-color--transparent\">Create a flexible media workspace that connects your teams, content, and tools together.</p>",
      "words": 13,
      "direct": false,
      "issue": "First paragraph is 13 words and does not look like a concise direct answer."
    },
    {
      "heading": "Technology",
      "headingHtml": "<h3 class=\"dwg-text dwg-font-family--sharp-grotesk-20-book dwg-font-size--18 dwg-font-weight--medium dwg-line-height--120% dwg-box dwg-p--0 dwg-m--0 dwg-bg-color--transparent dwg-color--standard\">Technology</h3>",
      "firstParagraph": "Product ideation to development, streamline technology workflows so you can focus on turning great ideas into products people love.",
      "paragraphHtml": "<p class=\"dwg-text dwg-font-family--inherit dwg-box dwg-p--0 dwg-m--0 dwg-bg-color--transparent\">Product ideation to development, streamline technology workflows so you can focus on turning great ideas into products people love.</p>",
      "words": 19,
      "direct": false,
      "issue": "First paragraph is 19 words and does not look like a concise direct answer."
    },
    {
      "heading": "Professional services",
      "headingHtml": "<h3 class=\"dwg-text dwg-font-family--sharp-grotesk-20-book dwg-font-size--18 dwg-font-weight--medium dwg-line-height--120% dwg-box dwg-p--0 dwg-m--0 dwg-bg-color--transparent dwg-color--standard\">Professional services</h3>",
      "firstParagraph": "Make clients happier with easy collaboration, boosted productivity, and one organized place to get things done.",
      "paragraphHtml": "<p class=\"dwg-text dwg-font-family--inherit dwg-box dwg-p--0 dwg-m--0 dwg-bg-color--transparent\">Make clients happier with easy collaboration, boosted productivity, and one organized place to get things done.</p>",
      "words": 16,
      "direct": false,
      "issue": "First paragraph is 16 words and does not look like a concise direct answer."
    },
    {
      "heading": "Manufacturing",
      "headingHtml": "<h3 class=\"dwg-text dwg-font-family--sharp-grotesk-20-book dwg-font-size--18 dwg-font-weight--medium dwg-line-height--120% dwg-box dwg-p--0 dwg-m--0 dwg-bg-color--transparent dwg-color--standard\">Manufacturing</h3>",
      "firstParagraph": "Design and engineering teams easily collaborate, managing complex reviews and sharing large files seamlessly.",
      "paragraphHtml": "<p class=\"dwg-text dwg-font-family--inherit dwg-box dwg-p--0 dwg-m--0 dwg-bg-color--transparent\">Design and engineering teams easily collaborate, managing complex reviews and sharing large files seamlessly.</p>",
      "words": 14,
      "direct": false,
      "issue": "First paragraph is 14 words and does not look like a concise direct answer."
    },
    {
      "heading": "Education",
      "headingHtml": "<h3 class=\"dwg-text dwg-font-family--sharp-grotesk-20-book dwg-font-size--18 dwg-font-weight--medium dwg-line-height--120% dwg-box dwg-p--0 dwg-m--0 dwg-bg-color--transparent dwg-color--standard\">Education</h3>",
      "firstParagraph": "Power student learning, faculty research, and staff operations on Dropbox Education’s secure cloud collaboration platform.",
      "paragraphHtml": "<p class=\"dwg-text dwg-font-family--inherit dwg-box dwg-p--0 dwg-m--0 dwg-bg-color--transparent\">Power student learning, faculty research, and staff operations on Dropbox Education&#x2019;s secure cloud collaboration platform.</p>",
      "words": 16,
      "direct": false,
      "issue": "First paragraph is 16 words and does not look like a concise direct answer."
    },
    {
      "heading": "Discover, learn, thrive with Dropbox",
      "headingHtml": "<h2 class=\"dwg-text dwg-font-family--sharp-grotesk-23-book dwg-font-size--24 tablet:dwg-font-size--32 dwg-font-weight--regular dwg-line-height--120% dwg-text-align--center dwg-text-wrap--balance dwg-box dwg-p--0 dwg-m--0 dwg-bg-color--transparent dwg-color--standard\">Discover, learn, thrive with Dropbox</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Study: Here’s how many hours we lose to distraction—and how to get our focus back",
      "headingHtml": "<h3 class=\"dwg-text dwg-font-family--sharp-grotesk-20-book dwg-font-size--18 dwg-font-weight--medium dwg-line-height--120% dwg-box dwg-p--0 dwg-m--0 dwg-bg-color--transparent dwg-color--standard\">Study: Here&#x2019;s how many hours we lose to distraction&#x2014;and how to get our focus back</h3>",
      "firstParagraph": "For our study, Economist Impact included knowledge workers globally—and found that, no matter where people work, there’s a significant cost to lost focus around the world.",
      "paragraphHtml": "<p class=\"dwg-text dwg-font-family--inherit dwg-box dwg-p--0 dwg-m--0 dwg-bg-color--transparent\">For our study, Economist Impact included knowledge workers globally&#x2014;and found that, no matter where people work, there&#x2019;s a significant cost to lost focus around the world.</p>",
      "words": 28,
      "direct": false,
      "issue": "First paragraph is 28 words and does not look like a concise direct answer."
    },
    {
      "heading": "Dropbox teams up with McLaren Racing as an Official Technology Partner of McLaren Formula 1 Team",
      "headingHtml": "<h3 class=\"dwg-text dwg-font-family--sharp-grotesk-20-book dwg-font-size--18 dwg-font-weight--medium dwg-line-height--120% dwg-box dwg-p--0 dwg-m--0 dwg-bg-color--transparent dwg-color--standard\">Dropbox teams up with McLaren Racing as an Official Technology Partner of McLaren Formula 1 Team</h3>",
      "firstParagraph": "Dropbox brings simplified sharing, collaboration, and organization to the McLaren Formula 1 Team.",
      "paragraphHtml": "<p class=\"dwg-text dwg-font-family--inherit dwg-box dwg-p--0 dwg-m--0 dwg-bg-color--transparent\">Dropbox brings simplified sharing, collaboration, and organization to the McLaren Formula 1 Team.</p>",
      "words": 13,
      "direct": false,
      "issue": "First paragraph is 13 words and does not look like a concise direct answer."
    },
    {
      "heading": "The best way to share photos with family and friends",
      "headingHtml": "<h3 class=\"dwg-text dwg-font-family--sharp-grotesk-20-book dwg-font-size--18 dwg-font-weight--medium dwg-line-height--120% dwg-box dwg-p--0 dwg-m--0 dwg-bg-color--transparent dwg-color--standard\">The best way to share photos with family and friends</h3>",
      "firstParagraph": "Don’t lose precious photos. Save them and share them with loved ones—for free. Here’s an easy-to-follow guide to sharing and storing photos with Dropbox.",
      "paragraphHtml": "<p class=\"dwg-text dwg-font-family--inherit dwg-box dwg-p--0 dwg-m--0 dwg-bg-color--transparent\">Don&#x2019;t lose precious photos. Save them and share them with loved ones&#x2014;for free. Here&#x2019;s an easy-to-follow guide to sharing and storing photos with Dropbox.</p>",
      "words": 27,
      "direct": false,
      "issue": "First paragraph is 27 words and does not look like a concise direct answer."
    },
    {
      "heading": "Dropbox",
      "headingHtml": "<h3 class=\"dwg-text dwg-font-family--atlas-grotesk dwg-font-size--16 desktop:dwg-font-size--20 dwg-font-weight--medium dwg-font-style--normal dwg-line-height--24 desktop:dwg-line-height--30 dwg-text-wrap--pretty dwg-box dwg-p--0 dwg-m--0 dwg-bg-color--transparent dwg-color--standard\">Dropbox</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Products",
      "headingHtml": "<h3 class=\"dwg-text dwg-font-family--atlas-grotesk dwg-font-size--16 desktop:dwg-font-size--20 dwg-font-weight--medium dwg-font-style--normal dwg-line-height--24 desktop:dwg-line-height--30 dwg-text-wrap--pretty dwg-box dwg-p--0 dwg-m--0 dwg-bg-color--transparent dwg-color--standard\">Products</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Features",
      "headingHtml": "<h3 class=\"dwg-text dwg-font-family--atlas-grotesk dwg-font-size--16 desktop:dwg-font-size--20 dwg-font-weight--medium dwg-font-style--normal dwg-line-height--24 desktop:dwg-line-height--30 dwg-text-wrap--pretty dwg-box dwg-p--0 dwg-m--0 dwg-bg-color--transparent dwg-color--standard\">Features</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Support",
      "headingHtml": "<h3 class=\"dwg-text dwg-font-family--atlas-grotesk dwg-font-size--16 desktop:dwg-font-size--20 dwg-font-weight--medium dwg-font-style--normal dwg-line-height--24 desktop:dwg-line-height--30 dwg-text-wrap--pretty dwg-box dwg-p--0 dwg-m--0 dwg-bg-color--transparent dwg-color--standard\">Support</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Resources",
      "headingHtml": "<h3 class=\"dwg-text dwg-font-family--atlas-grotesk dwg-font-size--16 desktop:dwg-font-size--20 dwg-font-weight--medium dwg-font-style--normal dwg-line-height--24 desktop:dwg-line-height--30 dwg-text-wrap--pretty dwg-box dwg-p--0 dwg-m--0 dwg-bg-color--transparent dwg-color--standard\">Resources</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Company",
      "headingHtml": "<h3 class=\"dwg-text dwg-font-family--atlas-grotesk dwg-font-size--16 desktop:dwg-font-size--20 dwg-font-weight--medium dwg-font-style--normal dwg-line-height--24 desktop:dwg-line-height--30 dwg-text-wrap--pretty dwg-box dwg-p--0 dwg-m--0 dwg-bg-color--transparent dwg-color--standard\">Company</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    }
  ],
  "score": 65,
  "weight": 28
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

GEO: Entity clarity

GEO: Entity clarity scored 75/100 and needs improvement.

4 Warning

Needs attention

GEO: Entity clarity

Warning
01

Issue

Title/H1 terms missing from description: com, get, work, lot, less.

Details

02

Why it matters

Generative engines favor pages with self-contained answer passages, clear entities, structured data, summaries, FAQ patterns, and crawler-accessible HTML that can be cited without extra interpretation.

Check name

GEO: Entity clarity

Score

75/100

Status

warning

Category

GEO, AIO & AEO

Maturity

Emerging recommendation

Goal

Make page content easy for AI answer engines to extract, cite, and attribute.

Result

GEO: Entity clarity scored 75/100 and needs improvement.

Evidence
{
  "title": "Dropbox.com",
  "h1": "Get to work, with a lot less work",
  "description": "Discover Dropbox – secure, easy cloud storage for file sharing and collaboration. With Dash, save time and organize all your company content in one place.",
  "topicOverlap": 0.16666666666666666,
  "topicTerms": [
    "dropbox",
    "com",
    "get",
    "work",
    "lot",
    "less"
  ],
  "descriptionTerms": [
    "discover",
    "dropbox",
    "secure",
    "easy",
    "cloud",
    "storage",
    "file",
    "sharing",
    "collaboration",
    "dash",
    "save",
    "time",
    "organize",
    "all",
    "company",
    "content",
    "one",
    "place"
  ],
  "missingFromDescription": [
    "com",
    "get",
    "work",
    "lot",
    "less"
  ],
  "score": 75,
  "weight": 28
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

AEO: Question-led structure

AEO: Question-led structure scored 50/100 and needs improvement.

3 Warning

Needs attention

AEO: Question-led structure

Warning
01

Issue

No question-led h2 sections or FAQ pattern was detected.

Details

02

Why it matters

Answer engines need concise answers, question-led structure, entity clarity, visible evidence, and trust signals that can be extracted without relying on search-only metadata checks.

Check name

AEO: Question-led structure

Score

50/100

Status

warning

Category

GEO, AIO & AEO

Maturity

Emerging recommendation

Goal

Make page content easy for answer engines and assistants to answer from directly.

Result

AEO: Question-led structure scored 50/100 and needs improvement.

Evidence
{
  "h2Count": 7,
  "questionH2s": [],
  "hasFaq": false,
  "score": 50,
  "weight": 18
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

AIO: Page experience for AIO

AIO: Page experience for AIO scored 70/100 and needs improvement.

2 Warning

Needs attention

AIO: Page experience for AIO

Warning
01

Issue

72 image(s) are missing width/height attributes. 3 possible modal/interstitial element(s) detected.

Details

02

Why it matters

AI Overviews depend on Google-search eligibility, useful visible content, consistent structured data, answer-first sections, trust signals, and preview controls that permit snippets.

Check name

AIO: Page experience for AIO

Score

70/100

Status

warning

Category

GEO, AIO & AEO

Maturity

Emerging recommendation

Goal

Make page content eligible and useful for Google AI Overviews and AI Mode extraction.

Result

AIO: Page experience for AIO scored 70/100 and needs improvement.

Evidence
{
  "viewportContent": "width=device-width, initial-scale=1",
  "visibleWords": 782,
  "htmlBytes": 633760,
  "imagesMissingDimensions": [
    {
      "src": "https://fjord.dropboxstatic.com/warp/conversion/dropbox/warp/icons/Dropbox-logo-nav.svg?id=d587e174-e284-42e8-a18c-85c0d8e57e9e",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img class=\"dwg-media-image dwg-media-image--object-fit-scale-down dwg-box dwg-position--absolute dwg-width--full dwg-height--full\" alt=\"Dropbox logo\" crossorigin=\"anonymous\" loading=\"lazy\" src=\"https://fjord.dropboxstatic.com/warp/conversion/dropbox/warp/icons/Dropbox-logo-nav.svg?id=d587e174-e284-42e8-a18c-85c0d8e57e9e\">"
    },
    {
      "src": "https://fjord.dropboxstatic.com/warp/conversion/dropbox/warp/icons/replay-logo-nav.svg?id=411f20bf-600b-42f8-a5a5-508c48fc55f7",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img class=\"dwg-media-image dwg-media-image--object-fit-scale-down dwg-box dwg-position--absolute dwg-width--full dwg-height--full\" alt=\"Replay logo\" crossorigin=\"anonymous\" loading=\"lazy\" src=\"https://fjord.dropboxstatic.com/warp/conversion/dropbox/warp/icons/replay-logo-nav.svg?id=411f20bf-600b-42f8-a5a5-508c48fc55f7\">"
    },
    {
      "src": "https://fjord.dropboxstatic.com/warp/conversion/dropbox/warp/icons/dropbox-sign-logo.svg?id=f9aee885-ea7b-4b1f-81fd-3e908dadc578",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img class=\"dwg-media-image dwg-media-image--object-fit-scale-down dwg-box dwg-position--absolute dwg-width--full dwg-height--full\" alt=\"Dropbox Sign logo\" crossorigin=\"anonymous\" loading=\"lazy\" src=\"https://fjord.dropboxstatic.com/warp/conversion/dropbox/warp/icons/dropbox-sign-logo.svg?id=f9aee885-ea7b-4b1f-81fd-3e908dadc578\">"
    },
    {
      "src": "https://fjord.dropboxstatic.com/warp/conversion/dropbox/warp/icons/reclaim-dbx-waffle-32x32.svg?id=48ed6a4b-91be-43f0-a91e-0868a4380db7",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img class=\"dwg-media-image dwg-media-image--object-fit-scale-down dwg-box dwg-position--absolute dwg-width--full dwg-height--full\" alt=\"Reclaim.ai logo\" crossorigin=\"anonymous\" loading=\"lazy\" src=\"https://fjord.dropboxstatic.com/warp/conversion/dropbox/warp/icons/reclaim-dbx-waffle-32x32.svg?id=48ed6a4b-91be-43f0-a91e-0868a4380db7\">"
    },
    {
      "src": "https://fjord.dropboxstatic.com/warp/conversion/dropbox/warp/icons/dash-logo-nav.svg?id=0eaff5fa-ffc5-41dd-bba1-4f05c5e32205",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img class=\"dwg-media-image dwg-media-image--object-fit-scale-down dwg-box dwg-position--absolute dwg-width--full dwg-height--full\" alt=\"Dash logo\" crossorigin=\"anonymous\" loading=\"lazy\" src=\"https://fjord.dropboxstatic.com/warp/conversion/dropbox/warp/icons/dash-logo-nav.svg?id=0eaff5fa-ffc5-41dd-bba1-4f05c5e32205\">"
    },
    {
      "src": "https://fjord.dropboxstatic.com/warp/conversion/dropbox/warp/icons/DocSend-logo-nav.svg?id=27f665ce-74c5-4746-8b8c-61cd9e34aadd",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img class=\"dwg-media-image dwg-media-image--object-fit-scale-down dwg-box dwg-position--absolute dwg-width--full dwg-height--full\" alt=\"DocSend logo\" crossorigin=\"anonymous\" loading=\"lazy\" src=\"https://fjord.dropboxstatic.com/warp/conversion/dropbox/warp/icons/DocSend-logo-nav.svg?id=27f665ce-74c5-4746-8b8c-61cd9e34aadd\">"
    },
    {
      "src": "https://fjord.dropboxstatic.com/warp/conversion/dropbox/warp/icons/arrow_right.svg?id=e5339d6c-dcc7-477d-984b-7b2a039ca239",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img class=\"dwg-media-image dwg-media-image--object-fit-scale-down dwg-box dwg-position--absolute dwg-width--full dwg-height--full\" alt=\"Right arrow\" crossorigin=\"anonymous\" loading=\"lazy\" src=\"https://fjord.dropboxstatic.com/warp/conversion/dropbox/warp/icons/arrow_right.svg?id=e5339d6c-dcc7-477d-984b-7b2a039ca239\">"
    },
    {
      "src": "https://fjord.dropboxstatic.com/warp/conversion/dropbox/warp/icons/Dropbox-logo-nav.svg?id=d587e174-e284-42e8-a18c-85c0d8e57e9e",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img class=\"dwg-media-image dwg-media-image--object-fit-scale-down dwg-box dwg-position--absolute dwg-width--full dwg-height--full\" alt=\"Dropbox logo\" crossorigin=\"anonymous\" loading=\"lazy\" src=\"https://fjord.dropboxstatic.com/warp/conversion/dropbox/warp/icons/Dropbox-logo-nav.svg?id=d587e174-e284-42e8-a18c-85c0d8e57e9e\">"
    },
    {
      "src": "https://fjord.dropboxstatic.com/warp/conversion/dropbox/warp/icons/replay-logo-nav.svg?id=411f20bf-600b-42f8-a5a5-508c48fc55f7",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img class=\"dwg-media-image dwg-media-image--object-fit-scale-down dwg-box dwg-position--absolute dwg-width--full dwg-height--full\" alt=\"Replay logo\" crossorigin=\"anonymous\" loading=\"lazy\" src=\"https://fjord.dropboxstatic.com/warp/conversion/dropbox/warp/icons/replay-logo-nav.svg?id=411f20bf-600b-42f8-a5a5-508c48fc55f7\">"
    },
    {
      "src": "https://fjord.dropboxstatic.com/warp/conversion/dropbox/warp/icons/dropbox-sign-logo.svg?id=f9aee885-ea7b-4b1f-81fd-3e908dadc578",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img class=\"dwg-media-image dwg-media-image--object-fit-scale-down dwg-box dwg-position--absolute dwg-width--full dwg-height--full\" alt=\"Dropbox Sign logo\" crossorigin=\"anonymous\" loading=\"lazy\" src=\"https://fjord.dropboxstatic.com/warp/conversion/dropbox/warp/icons/dropbox-sign-logo.svg?id=f9aee885-ea7b-4b1f-81fd-3e908dadc578\">"
    },
    {
      "src": "https://fjord.dropboxstatic.com/warp/conversion/dropbox/warp/icons/reclaim-dbx-waffle-32x32.svg?id=48ed6a4b-91be-43f0-a91e-0868a4380db7",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img class=\"dwg-media-image dwg-media-image--object-fit-scale-down dwg-box dwg-position--absolute dwg-width--full dwg-height--full\" alt=\"Reclaim.ai logo\" crossorigin=\"anonymous\" loading=\"lazy\" src=\"https://fjord.dropboxstatic.com/warp/conversion/dropbox/warp/icons/reclaim-dbx-waffle-32x32.svg?id=48ed6a4b-91be-43f0-a91e-0868a4380db7\">"
    },
    {
      "src": "https://fjord.dropboxstatic.com/warp/conversion/dropbox/warp/icons/dash-logo-nav.svg?id=0eaff5fa-ffc5-41dd-bba1-4f05c5e32205",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img class=\"dwg-media-image dwg-media-image--object-fit-scale-down dwg-box dwg-position--absolute dwg-width--full dwg-height--full\" alt=\"Dash logo\" crossorigin=\"anonymous\" loading=\"lazy\" src=\"https://fjord.dropboxstatic.com/warp/conversion/dropbox/warp/icons/dash-logo-nav.svg?id=0eaff5fa-ffc5-41dd-bba1-4f05c5e32205\">"
    },
    {
      "src": "https://fjord.dropboxstatic.com/warp/conversion/dropbox/warp/icons/DocSend-logo-nav.svg?id=27f665ce-74c5-4746-8b8c-61cd9e34aadd",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img class=\"dwg-media-image dwg-media-image--object-fit-scale-down dwg-box dwg-position--absolute dwg-width--full dwg-height--full\" alt=\"DocSend logo\" crossorigin=\"anonymous\" loading=\"lazy\" src=\"https://fjord.dropboxstatic.com/warp/conversion/dropbox/warp/icons/DocSend-logo-nav.svg?id=27f665ce-74c5-4746-8b8c-61cd9e34aadd\">"
    },
    {
      "src": "https://fjord.dropboxstatic.com/warp/conversion/dropbox/warp/icons/arrow_right.svg?id=e5339d6c-dcc7-477d-984b-7b2a039ca239",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img class=\"dwg-media-image dwg-media-image--object-fit-scale-down dwg-box dwg-position--absolute dwg-width--full dwg-height--full\" alt=\"Right arrow\" crossorigin=\"anonymous\" loading=\"lazy\" src=\"https://fjord.dropboxstatic.com/warp/conversion/dropbox/warp/icons/arrow_right.svg?id=e5339d6c-dcc7-477d-984b-7b2a039ca239\">"
    },
    {
      "src": "https://fjord.dropboxstatic.com/warp/conversion/dropbox/warp/en-us/index/desktop-mobile-fss-1440x1440.png?id=fea1b68e-2146-47f2-9e61-a78f619488b8&output_type=png",
      "width": "",
      "height": "",
      "loading": "eager",
      "html": "<img class=\"dwg-media-image dwg-media-image--object-fit-contain dwg-box dwg-position--absolute dwg-width--full dwg-height--full\" alt=\"Dropbox desktop and mobile screen for file sync and share\" crossorigin=\"anonymous\" loading=\"eager\" fetchpriority=\"high\" sizes=\"(min-width: 1920px) 33vw, (min-width: 1440px) 50vw, (min-width: 1280px) 50vw, (min-width: 1024px) 50vw, (min-width: 768px) 50vw, 100vw\" src=\"https://fjord.dropboxstatic.com/warp/conversion/dropbox/warp/en-us/index/desktop-mobile-fss-144..."
    },
    {
      "src": "https://fjord.dropboxstatic.com/warp/conversion/dropbox/warp/icons/home-pg-logos/McLaren.svg?id=8fe1da6b-6280-4343-b1dc-590aec2f1da6",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img class=\"dwg-media-image dwg-media-image--object-fit-scale-down dwg-box dwg-position--absolute dwg-width--full dwg-height--full\" alt=\"McLaren logo\" crossorigin=\"anonymous\" loading=\"lazy\" src=\"https://fjord.dropboxstatic.com/warp/conversion/dropbox/warp/icons/home-pg-logos/McLaren.svg?id=8fe1da6b-6280-4343-b1dc-590aec2f1da6\">"
    },
    {
      "src": "https://fjord.dropboxstatic.com/warp/conversion/dropbox/warp/icons/home-pg-logos/Crunch.svg?id=463e5d97-246e-4168-9fa0-f9411c7ab8be",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img class=\"dwg-media-image dwg-media-image--object-fit-scale-down dwg-box dwg-position--absolute dwg-width--full dwg-height--full\" alt=\"Crunch logo\" crossorigin=\"anonymous\" loading=\"lazy\" src=\"https://fjord.dropboxstatic.com/warp/conversion/dropbox/warp/icons/home-pg-logos/Crunch.svg?id=463e5d97-246e-4168-9fa0-f9411c7ab8be\">"
    },
    {
      "src": "https://fjord.dropboxstatic.com/warp/conversion/dropbox/warp/icons/home-pg-logos/Cirque.svg?id=450142e8-a069-4fb4-a76e-84acf4291106",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img class=\"dwg-media-image dwg-media-image--object-fit-scale-down dwg-box dwg-position--absolute dwg-width--full dwg-height--full\" alt=\"Cirque du Soleil logo\" crossorigin=\"anonymous\" loading=\"lazy\" src=\"https://fjord.dropboxstatic.com/warp/conversion/dropbox/warp/icons/home-pg-logos/Cirque.svg?id=450142e8-a069-4fb4-a76e-84acf4291106\">"
    },
    {
      "src": "https://fjord.dropboxstatic.com/warp/conversion/dropbox/warp/icons/home-pg-logos/Hydro.svg?id=06528bd3-6777-4f49-b485-65ef4b5e00bf",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img class=\"dwg-media-image dwg-media-image--object-fit-scale-down dwg-box dwg-position--absolute dwg-width--full dwg-height--full\" alt=\"Hydro Flask logo\" crossorigin=\"anonymous\" loading=\"lazy\" src=\"https://fjord.dropboxstatic.com/warp/conversion/dropbox/warp/icons/home-pg-logos/Hydro.svg?id=06528bd3-6777-4f49-b485-65ef4b5e00bf\">"
    },
    {
      "src": "https://fjord.dropboxstatic.com/warp/conversion/dropbox/warp/icons/home-pg-logos/Katz.svg?id=a8e36a78-e35c-4112-89ca-3073a30903fc",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img class=\"dwg-media-image dwg-media-image--object-fit-scale-down dwg-box dwg-position--absolute dwg-width--full dwg-height--full\" alt=\"Katz Media Group logo\" crossorigin=\"anonymous\" loading=\"lazy\" src=\"https://fjord.dropboxstatic.com/warp/conversion/dropbox/warp/icons/home-pg-logos/Katz.svg?id=a8e36a78-e35c-4112-89ca-3073a30903fc\">"
    },
    {
      "src": "https://fjord.dropboxstatic.com/warp/conversion/dropbox/warp/icons/home-pg-logos/Zoom.svg?id=5ca8c138-e952-4bd5-9af8-bccdab185020",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img class=\"dwg-media-image dwg-media-image--object-fit-scale-down dwg-box dwg-position--absolute dwg-width--full dwg-height--full\" alt=\"Zoom logo\" crossorigin=\"anonymous\" loading=\"lazy\" src=\"https://fjord.dropboxstatic.com/warp/conversion/dropbox/warp/icons/home-pg-logos/Zoom.svg?id=5ca8c138-e952-4bd5-9af8-bccdab185020\">"
    },
    {
      "src": "https://fjord.dropboxstatic.com/warp/conversion/dropbox/warp/icons/home-pg-logos/Lincoln.svg?id=1e36a95f-269c-4084-b1a4-e6f87786de8f",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img class=\"dwg-media-image dwg-media-image--object-fit-scale-down dwg-box dwg-position--absolute dwg-width--full dwg-height--full\" alt=\"Lincoln Center logo\" crossorigin=\"anonymous\" loading=\"lazy\" src=\"https://fjord.dropboxstatic.com/warp/conversion/dropbox/warp/icons/home-pg-logos/Lincoln.svg?id=1e36a95f-269c-4084-b1a4-e6f87786de8f\">"
    },
    {
      "src": "https://fjord.dropboxstatic.com/warp/conversion/dropbox/warp/icons/home-pg-logos/McLaren.svg?id=8fe1da6b-6280-4343-b1dc-590aec2f1da6",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img class=\"dwg-media-image dwg-media-image--object-fit-scale-down dwg-box dwg-position--absolute dwg-width--full dwg-height--full\" alt=\"McLaren logo\" crossorigin=\"anonymous\" loading=\"lazy\" src=\"https://fjord.dropboxstatic.com/warp/conversion/dropbox/warp/icons/home-pg-logos/McLaren.svg?id=8fe1da6b-6280-4343-b1dc-590aec2f1da6\">"
    },
    {
      "src": "https://fjord.dropboxstatic.com/warp/conversion/dropbox/warp/icons/home-pg-logos/Crunch.svg?id=463e5d97-246e-4168-9fa0-f9411c7ab8be",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img class=\"dwg-media-image dwg-media-image--object-fit-scale-down dwg-box dwg-position--absolute dwg-width--full dwg-height--full\" alt=\"Crunch logo\" crossorigin=\"anonymous\" loading=\"lazy\" src=\"https://fjord.dropboxstatic.com/warp/conversion/dropbox/warp/icons/home-pg-logos/Crunch.svg?id=463e5d97-246e-4168-9fa0-f9411c7ab8be\">"
    },
    {
      "src": "https://fjord.dropboxstatic.com/warp/conversion/dropbox/warp/icons/home-pg-logos/Cirque.svg?id=450142e8-a069-4fb4-a76e-84acf4291106",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img class=\"dwg-media-image dwg-media-image--object-fit-scale-down dwg-box dwg-position--absolute dwg-width--full dwg-height--full\" alt=\"Cirque du Soleil logo\" crossorigin=\"anonymous\" loading=\"lazy\" src=\"https://fjord.dropboxstatic.com/warp/conversion/dropbox/warp/icons/home-pg-logos/Cirque.svg?id=450142e8-a069-4fb4-a76e-84acf4291106\">"
    },
    {
      "src": "https://fjord.dropboxstatic.com/warp/conversion/dropbox/warp/icons/home-pg-logos/Hydro.svg?id=06528bd3-6777-4f49-b485-65ef4b5e00bf",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img class=\"dwg-media-image dwg-media-image--object-fit-scale-down dwg-box dwg-position--absolute dwg-width--full dwg-height--full\" alt=\"Hydro Flask logo\" crossorigin=\"anonymous\" loading=\"lazy\" src=\"https://fjord.dropboxstatic.com/warp/conversion/dropbox/warp/icons/home-pg-logos/Hydro.svg?id=06528bd3-6777-4f49-b485-65ef4b5e00bf\">"
    },
    {
      "src": "https://fjord.dropboxstatic.com/warp/conversion/dropbox/warp/icons/home-pg-logos/Katz.svg?id=a8e36a78-e35c-4112-89ca-3073a30903fc",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img class=\"dwg-media-image dwg-media-image--object-fit-scale-down dwg-box dwg-position--absolute dwg-width--full dwg-height--full\" alt=\"Katz Media Group logo\" crossorigin=\"anonymous\" loading=\"lazy\" src=\"https://fjord.dropboxstatic.com/warp/conversion/dropbox/warp/icons/home-pg-logos/Katz.svg?id=a8e36a78-e35c-4112-89ca-3073a30903fc\">"
    },
    {
      "src": "https://fjord.dropboxstatic.com/warp/conversion/dropbox/warp/icons/home-pg-logos/Zoom.svg?id=5ca8c138-e952-4bd5-9af8-bccdab185020",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img class=\"dwg-media-image dwg-media-image--object-fit-scale-down dwg-box dwg-position--absolute dwg-width--full dwg-height--full\" alt=\"Zoom logo\" crossorigin=\"anonymous\" loading=\"lazy\" src=\"https://fjord.dropboxstatic.com/warp/conversion/dropbox/warp/icons/home-pg-logos/Zoom.svg?id=5ca8c138-e952-4bd5-9af8-bccdab185020\">"
    },
    {
      "src": "https://fjord.dropboxstatic.com/warp/conversion/dropbox/warp/icons/home-pg-logos/Lincoln.svg?id=1e36a95f-269c-4084-b1a4-e6f87786de8f",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img class=\"dwg-media-image dwg-media-image--object-fit-scale-down dwg-box dwg-position--absolute dwg-width--full dwg-height--full\" alt=\"Lincoln Center logo\" crossorigin=\"anonymous\" loading=\"lazy\" src=\"https://fjord.dropboxstatic.com/warp/conversion/dropbox/warp/icons/home-pg-logos/Lincoln.svg?id=1e36a95f-269c-4084-b1a4-e6f87786de8f\">"
    },
    {
      "src": "https://fjord.dropboxstatic.com/warp/conversion/dropbox/warp/icons/home-pg-logos/McLaren.svg?id=8fe1da6b-6280-4343-b1dc-590aec2f1da6",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img class=\"dwg-media-image dwg-media-image--object-fit-scale-down dwg-box dwg-position--absolute dwg-width--full dwg-height--full\" alt=\"McLaren logo\" crossorigin=\"anonymous\" loading=\"lazy\" src=\"https://fjord.dropboxstatic.com/warp/conversion/dropbox/warp/icons/home-pg-logos/McLaren.svg?id=8fe1da6b-6280-4343-b1dc-590aec2f1da6\">"
    },
    {
      "src": "https://fjord.dropboxstatic.com/warp/conversion/dropbox/warp/icons/home-pg-logos/Crunch.svg?id=463e5d97-246e-4168-9fa0-f9411c7ab8be",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img class=\"dwg-media-image dwg-media-image--object-fit-scale-down dwg-box dwg-position--absolute dwg-width--full dwg-height--full\" alt=\"Crunch logo\" crossorigin=\"anonymous\" loading=\"lazy\" src=\"https://fjord.dropboxstatic.com/warp/conversion/dropbox/warp/icons/home-pg-logos/Crunch.svg?id=463e5d97-246e-4168-9fa0-f9411c7ab8be\">"
    },
    {
      "src": "https://fjord.dropboxstatic.com/warp/conversion/dropbox/warp/icons/home-pg-logos/Cirque.svg?id=450142e8-a069-4fb4-a76e-84acf4291106",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img class=\"dwg-media-image dwg-media-image--object-fit-scale-down dwg-box dwg-position--absolute dwg-width--full dwg-height--full\" alt=\"Cirque du Soleil logo\" crossorigin=\"anonymous\" loading=\"lazy\" src=\"https://fjord.dropboxstatic.com/warp/conversion/dropbox/warp/icons/home-pg-logos/Cirque.svg?id=450142e8-a069-4fb4-a76e-84acf4291106\">"
    },
    {
      "src": "https://fjord.dropboxstatic.com/warp/conversion/dropbox/warp/icons/home-pg-logos/Hydro.svg?id=06528bd3-6777-4f49-b485-65ef4b5e00bf",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img class=\"dwg-media-image dwg-media-image--object-fit-scale-down dwg-box dwg-position--absolute dwg-width--full dwg-height--full\" alt=\"Hydro Flask logo\" crossorigin=\"anonymous\" loading=\"lazy\" src=\"https://fjord.dropboxstatic.com/warp/conversion/dropbox/warp/icons/home-pg-logos/Hydro.svg?id=06528bd3-6777-4f49-b485-65ef4b5e00bf\">"
    },
    {
      "src": "https://fjord.dropboxstatic.com/warp/conversion/dropbox/warp/icons/home-pg-logos/Katz.svg?id=a8e36a78-e35c-4112-89ca-3073a30903fc",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img class=\"dwg-media-image dwg-media-image--object-fit-scale-down dwg-box dwg-position--absolute dwg-width--full dwg-height--full\" alt=\"Katz Media Group logo\" crossorigin=\"anonymous\" loading=\"lazy\" src=\"https://fjord.dropboxstatic.com/warp/conversion/dropbox/warp/icons/home-pg-logos/Katz.svg?id=a8e36a78-e35c-4112-89ca-3073a30903fc\">"
    },
    {
      "src": "https://fjord.dropboxstatic.com/warp/conversion/dropbox/warp/icons/home-pg-logos/Zoom.svg?id=5ca8c138-e952-4bd5-9af8-bccdab185020",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img class=\"dwg-media-image dwg-media-image--object-fit-scale-down dwg-box dwg-position--absolute dwg-width--full dwg-height--full\" alt=\"Zoom logo\" crossorigin=\"anonymous\" loading=\"lazy\" src=\"https://fjord.dropboxstatic.com/warp/conversion/dropbox/warp/icons/home-pg-logos/Zoom.svg?id=5ca8c138-e952-4bd5-9af8-bccdab185020\">"
    },
    {
      "src": "https://fjord.dropboxstatic.com/warp/conversion/dropbox/warp/icons/home-pg-logos/Lincoln.svg?id=1e36a95f-269c-4084-b1a4-e6f87786de8f",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img class=\"dwg-media-image dwg-media-image--object-fit-scale-down dwg-box dwg-position--absolute dwg-width--full dwg-height--full\" alt=\"Lincoln Center logo\" crossorigin=\"anonymous\" loading=\"lazy\" src=\"https://fjord.dropboxstatic.com/warp/conversion/dropbox/warp/icons/home-pg-logos/Lincoln.svg?id=1e36a95f-269c-4084-b1a4-e6f87786de8f\">"
    },
    {
      "src": "https://fjord.dropboxstatic.com/warp/conversion/dropbox/warp/icons/home-pg-logos/McLaren.svg?id=8fe1da6b-6280-4343-b1dc-590aec2f1da6",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img class=\"dwg-media-image dwg-media-image--object-fit-scale-down dwg-box dwg-position--absolute dwg-width--full dwg-height--full\" alt=\"McLaren logo\" crossorigin=\"anonymous\" loading=\"lazy\" src=\"https://fjord.dropboxstatic.com/warp/conversion/dropbox/warp/icons/home-pg-logos/McLaren.svg?id=8fe1da6b-6280-4343-b1dc-590aec2f1da6\">"
    },
    {
      "src": "https://fjord.dropboxstatic.com/warp/conversion/dropbox/warp/icons/home-pg-logos/Crunch.svg?id=463e5d97-246e-4168-9fa0-f9411c7ab8be",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img class=\"dwg-media-image dwg-media-image--object-fit-scale-down dwg-box dwg-position--absolute dwg-width--full dwg-height--full\" alt=\"Crunch logo\" crossorigin=\"anonymous\" loading=\"lazy\" src=\"https://fjord.dropboxstatic.com/warp/conversion/dropbox/warp/icons/home-pg-logos/Crunch.svg?id=463e5d97-246e-4168-9fa0-f9411c7ab8be\">"
    },
    {
      "src": "https://fjord.dropboxstatic.com/warp/conversion/dropbox/warp/icons/home-pg-logos/Cirque.svg?id=450142e8-a069-4fb4-a76e-84acf4291106",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img class=\"dwg-media-image dwg-media-image--object-fit-scale-down dwg-box dwg-position--absolute dwg-width--full dwg-height--full\" alt=\"Cirque du Soleil logo\" crossorigin=\"anonymous\" loading=\"lazy\" src=\"https://fjord.dropboxstatic.com/warp/conversion/dropbox/warp/icons/home-pg-logos/Cirque.svg?id=450142e8-a069-4fb4-a76e-84acf4291106\">"
    },
    {
      "src": "https://fjord.dropboxstatic.com/warp/conversion/dropbox/warp/icons/home-pg-logos/Hydro.svg?id=06528bd3-6777-4f49-b485-65ef4b5e00bf",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img class=\"dwg-media-image dwg-media-image--object-fit-scale-down dwg-box dwg-position--absolute dwg-width--full dwg-height--full\" alt=\"Hydro Flask logo\" crossorigin=\"anonymous\" loading=\"lazy\" src=\"https://fjord.dropboxstatic.com/warp/conversion/dropbox/warp/icons/home-pg-logos/Hydro.svg?id=06528bd3-6777-4f49-b485-65ef4b5e00bf\">"
    },
    {
      "src": "https://fjord.dropboxstatic.com/warp/conversion/dropbox/warp/icons/home-pg-logos/Katz.svg?id=a8e36a78-e35c-4112-89ca-3073a30903fc",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img class=\"dwg-media-image dwg-media-image--object-fit-scale-down dwg-box dwg-position--absolute dwg-width--full dwg-height--full\" alt=\"Katz Media Group logo\" crossorigin=\"anonymous\" loading=\"lazy\" src=\"https://fjord.dropboxstatic.com/warp/conversion/dropbox/warp/icons/home-pg-logos/Katz.svg?id=a8e36a78-e35c-4112-89ca-3073a30903fc\">"
    },
    {
      "src": "https://fjord.dropboxstatic.com/warp/conversion/dropbox/warp/icons/home-pg-logos/Zoom.svg?id=5ca8c138-e952-4bd5-9af8-bccdab185020",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img class=\"dwg-media-image dwg-media-image--object-fit-scale-down dwg-box dwg-position--absolute dwg-width--full dwg-height--full\" alt=\"Zoom logo\" crossorigin=\"anonymous\" loading=\"lazy\" src=\"https://fjord.dropboxstatic.com/warp/conversion/dropbox/warp/icons/home-pg-logos/Zoom.svg?id=5ca8c138-e952-4bd5-9af8-bccdab185020\">"
    },
    {
      "src": "https://fjord.dropboxstatic.com/warp/conversion/dropbox/warp/icons/home-pg-logos/Lincoln.svg?id=1e36a95f-269c-4084-b1a4-e6f87786de8f",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img class=\"dwg-media-image dwg-media-image--object-fit-scale-down dwg-box dwg-position--absolute dwg-width--full dwg-height--full\" alt=\"Lincoln Center logo\" crossorigin=\"anonymous\" loading=\"lazy\" src=\"https://fjord.dropboxstatic.com/warp/conversion/dropbox/warp/icons/home-pg-logos/Lincoln.svg?id=1e36a95f-269c-4084-b1a4-e6f87786de8f\">"
    },
    {
      "src": "https://fjord.dropboxstatic.com/warp/conversion/dropbox/warp/icons/home-pg-logos/McLaren.svg?id=8fe1da6b-6280-4343-b1dc-590aec2f1da6",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img class=\"dwg-media-image dwg-media-image--object-fit-scale-down dwg-box dwg-position--absolute dwg-width--full dwg-height--full\" alt=\"McLaren logo\" crossorigin=\"anonymous\" loading=\"lazy\" src=\"https://fjord.dropboxstatic.com/warp/conversion/dropbox/warp/icons/home-pg-logos/McLaren.svg?id=8fe1da6b-6280-4343-b1dc-590aec2f1da6\">"
    },
    {
      "src": "https://fjord.dropboxstatic.com/warp/conversion/dropbox/warp/icons/home-pg-logos/Crunch.svg?id=463e5d97-246e-4168-9fa0-f9411c7ab8be",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img class=\"dwg-media-image dwg-media-image--object-fit-scale-down dwg-box dwg-position--absolute dwg-width--full dwg-height--full\" alt=\"Crunch logo\" crossorigin=\"anonymous\" loading=\"lazy\" src=\"https://fjord.dropboxstatic.com/warp/conversion/dropbox/warp/icons/home-pg-logos/Crunch.svg?id=463e5d97-246e-4168-9fa0-f9411c7ab8be\">"
    },
    {
      "src": "https://fjord.dropboxstatic.com/warp/conversion/dropbox/warp/icons/home-pg-logos/Cirque.svg?id=450142e8-a069-4fb4-a76e-84acf4291106",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img class=\"dwg-media-image dwg-media-image--object-fit-scale-down dwg-box dwg-position--absolute dwg-width--full dwg-height--full\" alt=\"Cirque du Soleil logo\" crossorigin=\"anonymous\" loading=\"lazy\" src=\"https://fjord.dropboxstatic.com/warp/conversion/dropbox/warp/icons/home-pg-logos/Cirque.svg?id=450142e8-a069-4fb4-a76e-84acf4291106\">"
    },
    {
      "src": "https://fjord.dropboxstatic.com/warp/conversion/dropbox/warp/icons/home-pg-logos/Hydro.svg?id=06528bd3-6777-4f49-b485-65ef4b5e00bf",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img class=\"dwg-media-image dwg-media-image--object-fit-scale-down dwg-box dwg-position--absolute dwg-width--full dwg-height--full\" alt=\"Hydro Flask logo\" crossorigin=\"anonymous\" loading=\"lazy\" src=\"https://fjord.dropboxstatic.com/warp/conversion/dropbox/warp/icons/home-pg-logos/Hydro.svg?id=06528bd3-6777-4f49-b485-65ef4b5e00bf\">"
    },
    {
      "src": "https://fjord.dropboxstatic.com/warp/conversion/dropbox/warp/icons/home-pg-logos/Katz.svg?id=a8e36a78-e35c-4112-89ca-3073a30903fc",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img class=\"dwg-media-image dwg-media-image--object-fit-scale-down dwg-box dwg-position--absolute dwg-width--full dwg-height--full\" alt=\"Katz Media Group logo\" crossorigin=\"anonymous\" loading=\"lazy\" src=\"https://fjord.dropboxstatic.com/warp/conversion/dropbox/warp/icons/home-pg-logos/Katz.svg?id=a8e36a78-e35c-4112-89ca-3073a30903fc\">"
    },
    {
      "src": "https://fjord.dropboxstatic.com/warp/conversion/dropbox/warp/icons/home-pg-logos/Zoom.svg?id=5ca8c138-e952-4bd5-9af8-bccdab185020",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img class=\"dwg-media-image dwg-media-image--object-fit-scale-down dwg-box dwg-position--absolute dwg-width--full dwg-height--full\" alt=\"Zoom logo\" crossorigin=\"anonymous\" loading=\"lazy\" src=\"https://fjord.dropboxstatic.com/warp/conversion/dropbox/warp/icons/home-pg-logos/Zoom.svg?id=5ca8c138-e952-4bd5-9af8-bccdab185020\">"
    },
    {
      "src": "https://fjord.dropboxstatic.com/warp/conversion/dropbox/warp/icons/home-pg-logos/Lincoln.svg?id=1e36a95f-269c-4084-b1a4-e6f87786de8f",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img class=\"dwg-media-image dwg-media-image--object-fit-scale-down dwg-box dwg-position--absolute dwg-width--full dwg-height--full\" alt=\"Lincoln Center logo\" crossorigin=\"anonymous\" loading=\"lazy\" src=\"https://fjord.dropboxstatic.com/warp/conversion/dropbox/warp/icons/home-pg-logos/Lincoln.svg?id=1e36a95f-269c-4084-b1a4-e6f87786de8f\">"
    },
    {
      "src": "https://fjord.dropboxstatic.com/warp/conversion/dropbox/warp/en-us/index/october-2025-launch/feature-plank-find/customerartifact-fashion-photo-1080x1080.png?id=ba7d6349-6e09-4201-929f-377e7b64e513&output_type=png",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img class=\"dwg-media-image dwg-media-image--object-fit-contain dwg-box dwg-position--absolute dwg-width--full dwg-height--full\" alt=\"Two women in fashionable outfits\" crossorigin=\"anonymous\" loading=\"lazy\" sizes=\"(min-width: 1920px) 500px, (min-width: 1440px) 500px, (min-width: 1280px) 500px, (min-width: 1024px) 500px, (min-width: 768px) 100vw, 100vw\" src=\"https://fjord.dropboxstatic.com/warp/conversion/dropbox/warp/en-us/index/october-2025-launch/feature-plank-find/customerartifact-fashion-..."
    },
    {
      "src": "https://fjord.dropboxstatic.com/warp/conversion/dropbox/warp/en-us/index/october-2025-launch/feature-plank-find/dropbox-home-find-ui-transparent-1024x640-v08.png?id=d63a9ec0-7fe4-4d44-9fb4-02baadc8dc5e",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img class=\"dwg-media-image dwg-media-image--object-fit-contain dwg-box dwg-position--absolute dwg-width--full dwg-height--full\" alt=\"Find screen in Dropbox\" crossorigin=\"anonymous\" loading=\"lazy\" sizes=\"(min-width: 1920px) 640px, (min-width: 1440px) 640px, (min-width: 1280px) 640px, (min-width: 1024px) 640px, (min-width: 768px) 100vw, 100vw\" src=\"https://fjord.dropboxstatic.com/warp/conversion/dropbox/warp/en-us/index/october-2025-launch/feature-plank-find/dropbox-home-find-ui-transparent-10..."
    },
    {
      "src": "https://fjord.dropboxstatic.com/warp/conversion/dropbox/warp/en-us/index/october-2025-launch/feature-plank-organize/customerartifact-mclaren-photo-1080x1080.png?id=32b25317-f60d-4288-9cf5-0f69da2c4cf5&output_type=png",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img class=\"dwg-media-image dwg-media-image--object-fit-contain dwg-box dwg-position--absolute dwg-width--full dwg-height--full\" alt=\"McLaren Formula 1 race car\" crossorigin=\"anonymous\" loading=\"lazy\" sizes=\"(min-width: 1920px) 500px, (min-width: 1440px) 500px, (min-width: 1280px) 500px, (min-width: 1024px) 500px, (min-width: 768px) 100vw, 100vw\" src=\"https://fjord.dropboxstatic.com/warp/conversion/dropbox/warp/en-us/index/october-2025-launch/feature-plank-organize/customerartifact-mclaren-ph..."
    },
    {
      "src": "https://fjord.dropboxstatic.com/warp/conversion/dropbox/warp/en-us/index/october-2025-launch/feature-plank-organize/dropbox-home-organize-ui-transparent-1138x640-v07.png?id=42af6504-0875-402b-ba52-405e5b834e21&output_type=png",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img class=\"dwg-media-image dwg-media-image--object-fit-contain dwg-box dwg-position--absolute dwg-width--full dwg-height--full\" alt=\"Organize screen in Dropbox\" crossorigin=\"anonymous\" loading=\"lazy\" sizes=\"(min-width: 1920px) 711px, (min-width: 1440px) 711px, (min-width: 1280px) 711px, (min-width: 1024px) 711px, (min-width: 768px) 100vw, 100vw\" src=\"https://fjord.dropboxstatic.com/warp/conversion/dropbox/warp/en-us/index/october-2025-launch/feature-plank-organize/dropbox-home-organize-ui-tr..."
    },
    {
      "src": "https://fjord.dropboxstatic.com/warp/conversion/dropbox/warp/en-us/index/october-2025-launch/feature-plank-share/customerartifact-share-photo-1080x1080.png?id=b33b60d8-9539-4dae-bfb1-b0c3e841d9ad&output_type=png",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img class=\"dwg-media-image dwg-media-image--object-fit-contain dwg-box dwg-position--absolute dwg-width--full dwg-height--full\" alt=\"Sharing Dropbox files on different devices\" crossorigin=\"anonymous\" loading=\"lazy\" sizes=\"(min-width: 1920px) 500px, (min-width: 1440px) 500px, (min-width: 1280px) 500px, (min-width: 1024px) 500px, (min-width: 768px) 100vw, 100vw\" src=\"https://fjord.dropboxstatic.com/warp/conversion/dropbox/warp/en-us/index/october-2025-launch/feature-plank-share/customerartifa..."
    },
    {
      "src": "https://fjord.dropboxstatic.com/warp/conversion/dropbox/warp/en-us/index/october-2025-launch/feature-plank-share/dropbox-home-share-ui-transparent-1024x640-v07.png?id=f357503b-21eb-432d-8bd8-a77d7e6d04c6&output_type=png",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img class=\"dwg-media-image dwg-media-image--object-fit-contain dwg-box dwg-position--absolute dwg-width--full dwg-height--full\" alt=\"Share screen in Dropbox\" crossorigin=\"anonymous\" loading=\"lazy\" sizes=\"(min-width: 1920px) 640px, (min-width: 1440px) 640px, (min-width: 1280px) 640px, (min-width: 1024px) 640px, (min-width: 768px) 100vw, 100vw\" src=\"https://fjord.dropboxstatic.com/warp/conversion/dropbox/warp/en-us/index/october-2025-launch/feature-plank-share/dropbox-home-share-ui-transparent..."
    },
    {
      "src": "https://fjord.dropboxstatic.com/warp/conversion/dropbox/warp/en-us/test/homepageredesign2024/security/hero/security-left-1.png?id=a9586e97-cdca-47f1-84f6-8e1b8492c225&output_type=png",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img class=\"dwg-media-image dwg-media-image--object-fit-cover dwg-box dwg-position--absolute dwg-width--full dwg-height--full\" alt crossorigin=\"anonymous\" loading=\"lazy\" src=\"https://fjord.dropboxstatic.com/warp/conversion/dropbox/warp/en-us/test/homepageredesign2024/security/hero/security-left-1.png?id=a9586e97-cdca-47f1-84f6-8e1b8492c225&amp;output_type=png\" srcset=\"https://fjord.dropboxstatic.com/warp/conversion/dropbox/warp/en-us/test/homepageredesign2024/security/hero/security-left-1.png..."
    },
    {
      "src": "https://fjord.dropboxstatic.com/warp/conversion/dropbox/warp/en-us/test/homepageredesign2024/security/hero/security-left-2.png?id=c2b49cbb-0530-4d59-83b0-a04e82bb6cd4&output_type=png",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img class=\"dwg-media-image dwg-media-image--object-fit-cover dwg-box dwg-position--absolute dwg-width--full dwg-height--full\" alt crossorigin=\"anonymous\" loading=\"lazy\" src=\"https://fjord.dropboxstatic.com/warp/conversion/dropbox/warp/en-us/test/homepageredesign2024/security/hero/security-left-2.png?id=c2b49cbb-0530-4d59-83b0-a04e82bb6cd4&amp;output_type=png\" srcset=\"https://fjord.dropboxstatic.com/warp/conversion/dropbox/warp/en-us/test/homepageredesign2024/security/hero/security-left-2.png..."
    },
    {
      "src": "https://fjord.dropboxstatic.com/warp/conversion/dropbox/warp/en-us/test/homepageredesign2024/security/hero/security-left-3.png?id=add2f4d9-c3c9-4e43-ad3b-9dfbba483c43&output_type=png",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img class=\"dwg-media-image dwg-media-image--object-fit-cover dwg-box dwg-position--absolute dwg-width--full dwg-height--full\" alt crossorigin=\"anonymous\" loading=\"lazy\" src=\"https://fjord.dropboxstatic.com/warp/conversion/dropbox/warp/en-us/test/homepageredesign2024/security/hero/security-left-3.png?id=add2f4d9-c3c9-4e43-ad3b-9dfbba483c43&amp;output_type=png\" srcset=\"https://fjord.dropboxstatic.com/warp/conversion/dropbox/warp/en-us/test/homepageredesign2024/security/hero/security-left-3.png..."
    },
    {
      "src": "https://fjord.dropboxstatic.com/warp/conversion/dropbox/warp/en-us/index/october-2025-launch/security-plank/productvisual-security-pv-1248x1010.png?id=5601c446-2812-47e0-9404-b540eff06af1&output_type=png",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img class=\"dwg-media-image dwg-media-image--object-fit-cover dwg-box dwg-position--absolute dwg-width--full dwg-height--full\" alt=\"Security screen in Dropbox\" crossorigin=\"anonymous\" loading=\"lazy\" src=\"https://fjord.dropboxstatic.com/warp/conversion/dropbox/warp/en-us/index/october-2025-launch/security-plank/productvisual-security-pv-1248x1010.png?id=5601c446-2812-47e0-9404-b540eff06af1&amp;output_type=png\" srcset=\"https://fjord.dropboxstatic.com/warp/conversion/dropbox/warp/en-us/index/oct..."
    },
    {
      "src": "https://fjord.dropboxstatic.com/warp/conversion/dropbox/warp/en-us/test/homepageredesign2024/security/interview-cards/BrianThumb.png?id=ad81b907-369a-439e-b7f7-1c52d1061618&output_type=png",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img class=\"dwg-media-image dwg-media-image--object-fit-cover dwg-box dwg-position--absolute dwg-width--full dwg-height--full\" alt crossorigin=\"anonymous\" loading=\"lazy\" src=\"https://fjord.dropboxstatic.com/warp/conversion/dropbox/warp/en-us/test/homepageredesign2024/security/interview-cards/BrianThumb.png?id=ad81b907-369a-439e-b7f7-1c52d1061618&amp;output_type=png\" srcset=\"https://fjord.dropboxstatic.com/warp/conversion/dropbox/warp/en-us/test/homepageredesign2024/security/interview-cards/Br..."
    },
    {
      "src": "https://fjord.dropboxstatic.com/warp/conversion/dropbox/warp/en-us/test/homepageredesign2024/security/interview-cards/JustinThumb.png?id=9e7c8793-8282-4398-a9d0-b1f1a803f10a&output_type=png",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img class=\"dwg-media-image dwg-media-image--object-fit-cover dwg-box dwg-position--absolute dwg-width--full dwg-height--full\" alt crossorigin=\"anonymous\" loading=\"lazy\" src=\"https://fjord.dropboxstatic.com/warp/conversion/dropbox/warp/en-us/test/homepageredesign2024/security/interview-cards/JustinThumb.png?id=9e7c8793-8282-4398-a9d0-b1f1a803f10a&amp;output_type=png\" srcset=\"https://fjord.dropboxstatic.com/warp/conversion/dropbox/warp/en-us/test/homepageredesign2024/security/interview-cards/J..."
    },
    {
      "src": "https://fjord.dropboxstatic.com/warp/conversion/dropbox/warp/en-us/test/homepageredesign2024/security/interview-cards/SecurityThumb.png?id=9b20ffce-4e40-4d57-9ac1-6173cb71473e&output_type=png",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img class=\"dwg-media-image dwg-media-image--object-fit-cover dwg-box dwg-position--absolute dwg-width--full dwg-height--full\" alt crossorigin=\"anonymous\" loading=\"lazy\" src=\"https://fjord.dropboxstatic.com/warp/conversion/dropbox/warp/en-us/test/homepageredesign2024/security/interview-cards/SecurityThumb.png?id=9b20ffce-4e40-4d57-9ac1-6173cb71473e&amp;output_type=png\" srcset=\"https://fjord.dropboxstatic.com/warp/conversion/dropbox/warp/en-us/test/homepageredesign2024/security/interview-cards..."
    },
    {
      "src": "https://fjord.dropboxstatic.com/warp/conversion/dropbox/warp/en-us/business/solutions/construction/[email protected]?id=dbfc08de-234c-40af-949d-7e176ad7d582&width=1920&output_type=jpg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img class=\"dwg-media-image dwg-media-image--object-fit-cover dwg-box dwg-position--absolute dwg-width--full dwg-height--full\" alt crossorigin=\"anonymous\" loading=\"lazy\" sizes=\"(min-width: 1920px) 47vw, (min-width: 1440px) 47vw, (min-width: 1280px) 47vw, (min-width: 1024px) 47vw, (min-width: 768px) 93vw, (min-width: 480px) 47vw, 86vw\" src=\"https://fjord.dropboxstatic.com/warp/conversion/dropbox/warp/en-us/business/solutions/construction/[email protected]?id=dbfc08de-234c-40af-949d-7e17..."
    },
    {
      "src": "https://fjord.dropboxstatic.com/warp/conversion/dropbox/warp/en-us/enterprise/creative-tools/The-Luupe-Genya-Oneall.jpg?id=bc0d3114-b68a-41e7-837b-262d86f2d472&output_type=jpg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img class=\"dwg-media-image dwg-media-image--object-fit-cover dwg-box dwg-position--absolute dwg-width--full dwg-height--full\" alt crossorigin=\"anonymous\" loading=\"lazy\" sizes=\"(min-width: 1920px) 47vw, (min-width: 1440px) 47vw, (min-width: 1280px) 47vw, (min-width: 1024px) 47vw, (min-width: 768px) 93vw, (min-width: 480px) 47vw, 86vw\" src=\"https://fjord.dropboxstatic.com/warp/conversion/dropbox/warp/en-us/enterprise/creative-tools/The-Luupe-Genya-Oneall.jpg?id=bc0d3114-b68a-41e7-837b-262d86f2..."
    },
    {
      "src": "https://fjord.dropboxstatic.com/warp/conversion/dropbox/warp/en-us/business/solutions/technology/GettyImages-1139238082.jpg?id=7e97fb44-2356-46b7-8f3d-621a5f98072e&width=3840&output_type=jpg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img class=\"dwg-media-image dwg-media-image--object-fit-cover dwg-box dwg-position--absolute dwg-width--full dwg-height--full\" alt crossorigin=\"anonymous\" loading=\"lazy\" sizes=\"(min-width: 1920px) 47vw, (min-width: 1440px) 47vw, (min-width: 1280px) 47vw, (min-width: 1024px) 47vw, (min-width: 768px) 93vw, (min-width: 480px) 47vw, 86vw\" src=\"https://fjord.dropboxstatic.com/warp/conversion/dropbox/warp/en-us/business/solutions/technology/GettyImages-1139238082.jpg?id=7e97fb44-2356-46b7-8f3d-621a..."
    },
    {
      "src": "https://fjord.dropboxstatic.com/warp/conversion/dropbox/warp/en-us/business/solutions/professional-services/etgcNMmB.jpeg?id=e7016484-98bf-4757-acad-25618e33788e&width=3840&output_type=jpg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img class=\"dwg-media-image dwg-media-image--object-fit-cover dwg-box dwg-position--absolute dwg-width--full dwg-height--full\" alt crossorigin=\"anonymous\" loading=\"lazy\" sizes=\"(min-width: 1920px) 47vw, (min-width: 1440px) 47vw, (min-width: 1280px) 47vw, (min-width: 1024px) 47vw, (min-width: 768px) 93vw, (min-width: 480px) 47vw, 86vw\" src=\"https://fjord.dropboxstatic.com/warp/conversion/dropbox/warp/en-us/business/solutions/professional-services/etgcNMmB.jpeg?id=e7016484-98bf-4757-acad-25618e..."
    },
    {
      "src": "https://fjord.dropboxstatic.com/warp/conversion/dropbox/warp/en-us/business/solutions/manufacturing/GettyImages-900253108.jpg?id=560cbf20-b4fc-4ec9-8769-8a5e9ad1b223&width=3840&output_type=jpg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img class=\"dwg-media-image dwg-media-image--object-fit-cover dwg-box dwg-position--absolute dwg-width--full dwg-height--full\" alt crossorigin=\"anonymous\" loading=\"lazy\" sizes=\"(min-width: 1920px) 47vw, (min-width: 1440px) 47vw, (min-width: 1280px) 47vw, (min-width: 1024px) 47vw, (min-width: 768px) 93vw, (min-width: 480px) 47vw, 86vw\" src=\"https://fjord.dropboxstatic.com/warp/conversion/dropbox/warp/en-us/business/solutions/manufacturing/GettyImages-900253108.jpg?id=560cbf20-b4fc-4ec9-8769-8a..."
    },
    {
      "src": "https://fjord.dropboxstatic.com/warp/conversion/dropbox/warp/en-us/education/[email protected]?id=40129999-5c0d-45fc-800e-134eecfd175e&width=1920&output_type=jpg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img class=\"dwg-media-image dwg-media-image--object-fit-cover dwg-box dwg-position--absolute dwg-width--full dwg-height--full\" alt crossorigin=\"anonymous\" loading=\"lazy\" sizes=\"(min-width: 1920px) 47vw, (min-width: 1440px) 47vw, (min-width: 1280px) 47vw, (min-width: 1024px) 47vw, (min-width: 768px) 93vw, (min-width: 480px) 47vw, 86vw\" src=\"https://fjord.dropboxstatic.com/warp/conversion/dropbox/warp/en-us/education/[email protected]?id=40129999-5c0d-45fc-800e-134eecfd175e&amp;width=1920&a..."
    },
    {
      "src": "https://fjord.dropboxstatic.com/warp/conversion/dropbox/warp/en-us/test/homepageredesign2024/blog-cards/Asset-Distraction-Article.png?id=13349693-d080-4ae6-8498-7b58b46dfeb9&output_type=png",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img class=\"dwg-media-image dwg-media-image--object-fit-cover dwg-box dwg-position--absolute dwg-width--full dwg-height--full\" alt crossorigin=\"anonymous\" loading=\"lazy\" sizes=\"(min-width: 1920px) 31vw, (min-width: 1440px) 31vw, (min-width: 1280px) 31vw, (min-width: 1024px) 31vw, (min-width: 768px) 47vw, (min-width: 480px) 47vw, 86vw\" src=\"https://fjord.dropboxstatic.com/warp/conversion/dropbox/warp/en-us/test/homepageredesign2024/blog-cards/Asset-Distraction-Article.png?id=13349693-d080-4ae6..."
    },
    {
      "src": "https://fjord.dropboxstatic.com/warp/conversion/dropbox/warp/en-us/test/homepageredesign2024/blog-cards/Asset-McLaren-Article.png?id=eb21f94b-ce63-462f-928a-e30761ba9321&output_type=png",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img class=\"dwg-media-image dwg-media-image--object-fit-cover dwg-box dwg-position--absolute dwg-width--full dwg-height--full\" alt=\"Race car\" crossorigin=\"anonymous\" loading=\"lazy\" sizes=\"(min-width: 1920px) 31vw, (min-width: 1440px) 31vw, (min-width: 1280px) 31vw, (min-width: 1024px) 31vw, (min-width: 768px) 47vw, (min-width: 480px) 47vw, 86vw\" src=\"https://fjord.dropboxstatic.com/warp/conversion/dropbox/warp/en-us/test/homepageredesign2024/blog-cards/Asset-McLaren-Article.png?id=eb21f94b-ce..."
    },
    {
      "src": "https://fjord.dropboxstatic.com/warp/conversion/dropbox/warp/en-us/test/homepageredesign2024/blog-cards/Asset-Photo-Sharing-Article.png?id=3d76b7bb-6145-4f8d-87cf-d156eff5de2d&output_type=png",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img class=\"dwg-media-image dwg-media-image--object-fit-cover dwg-box dwg-position--absolute dwg-width--full dwg-height--full\" alt=\"Family taking a photo at a birthday party\" crossorigin=\"anonymous\" loading=\"lazy\" sizes=\"(min-width: 1920px) 31vw, (min-width: 1440px) 31vw, (min-width: 1280px) 31vw, (min-width: 1024px) 31vw, (min-width: 768px) 47vw, (min-width: 480px) 47vw, 86vw\" src=\"https://fjord.dropboxstatic.com/warp/conversion/dropbox/warp/en-us/test/homepageredesign2024/blog-cards/Asset-P..."
    }
  ],
  "possibleDialogs": [
    "<div class=\"dwg-modal__portal\"></div>",
    "<div class=\"dwg-modal__portal\"></div>",
    "<div class=\"dwg-modal__portal\"></div>"
  ],
  "score": 70,
  "weight": 10
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

GEO: Explanatory content depth

GEO: Explanatory content depth scored 75/100 and needs improvement.

2 Warning

Needs attention

GEO: Explanatory content depth

Warning
01

Issue

No substantial explanatory paragraphs were found.

Details

02

Why it matters

Generative engines favor pages with self-contained answer passages, clear entities, structured data, summaries, FAQ patterns, and crawler-accessible HTML that can be cited without extra interpretation.

Check name

GEO: Explanatory content depth

Score

75/100

Status

warning

Category

GEO, AIO & AEO

Maturity

Emerging recommendation

Goal

Make page content easy for AI answer engines to extract, cite, and attribute.

Result

GEO: Explanatory content depth scored 75/100 and needs improvement.

Evidence
{
  "candidatePassages": 1,
  "citablePassages": 0,
  "failingCandidateParagraphs": [],
  "citableParagraphs": [],
  "score": 75,
  "weight": 18
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

AIO: Answer block readiness

AIO: Answer block readiness scored 65/100 and needs improvement.

2 Warning

Needs attention

AIO: Answer block readiness

Warning
01

Issue

31 section(s) may benefit from a clearer opening answer; this is optional for feature/card sections.

Details

02

Why it matters

AI Overviews depend on Google-search eligibility, useful visible content, consistent structured data, answer-first sections, trust signals, and preview controls that permit snippets.

Check name

AIO: Answer block readiness

Score

65/100

Status

warning

Category

GEO, AIO & AEO

Maturity

Emerging recommendation

Goal

Make page content eligible and useful for Google AI Overviews and AI Mode extraction.

Result

AIO: Answer block readiness scored 65/100 and needs improvement.

Evidence
{
  "sectionCount": 31,
  "passing": 0,
  "failing": [
    {
      "heading": "Teams",
      "headingHtml": "<h3 class=\"dwg-text dwg-font-family--atlas-grotesk dwg-font-size--16 desktop:dwg-font-size--14 dwg-font-weight--medium desktop:dwg-font-weight--medium dwg-line-height--20 desktop:dwg-line-height--18 dwg-text-align--start dwg-box dwg-p--0 dwg-m--0 dwg-bg-color--transparent dwg-color--inherit\">Teams</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Use cases",
      "headingHtml": "<h3 class=\"dwg-text dwg-font-family--atlas-grotesk dwg-font-size--16 desktop:dwg-font-size--14 dwg-font-weight--medium desktop:dwg-font-weight--medium dwg-line-height--20 desktop:dwg-line-height--18 dwg-text-align--start dwg-box dwg-p--0 dwg-m--0 dwg-bg-color--transparent dwg-color--inherit\">Use cases</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Industries",
      "headingHtml": "<h3 class=\"dwg-text dwg-font-family--atlas-grotesk dwg-font-size--16 desktop:dwg-font-size--14 dwg-font-weight--medium desktop:dwg-font-weight--medium dwg-line-height--20 desktop:dwg-line-height--18 dwg-text-align--start dwg-box dwg-p--0 dwg-m--0 dwg-bg-color--transparent dwg-color--inherit\">Industries</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Teams",
      "headingHtml": "<h3 class=\"dwg-text dwg-font-family--atlas-grotesk dwg-font-size--16 desktop:dwg-font-size--14 dwg-font-weight--medium desktop:dwg-font-weight--medium dwg-line-height--20 desktop:dwg-line-height--18 dwg-text-align--start dwg-box dwg-p--0 dwg-m--0 dwg-bg-color--transparent dwg-color--inherit\">Teams</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Use cases",
      "headingHtml": "<h3 class=\"dwg-text dwg-font-family--atlas-grotesk dwg-font-size--16 desktop:dwg-font-size--14 dwg-font-weight--medium desktop:dwg-font-weight--medium dwg-line-height--20 desktop:dwg-line-height--18 dwg-text-align--start dwg-box dwg-p--0 dwg-m--0 dwg-bg-color--transparent dwg-color--inherit\">Use cases</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Industries",
      "headingHtml": "<h3 class=\"dwg-text dwg-font-family--atlas-grotesk dwg-font-size--16 desktop:dwg-font-size--14 dwg-font-weight--medium desktop:dwg-font-weight--medium dwg-line-height--20 desktop:dwg-line-height--18 dwg-text-align--start dwg-box dwg-p--0 dwg-m--0 dwg-bg-color--transparent dwg-color--inherit\">Industries</h3>",
      "firstParagraph": "",
      "paragraphHtml": "<p class=\"dwg-text dwg-font-family--atlas-grotesk dwg-font-size--16 tablet-lg:dwg-font-size--20 dwg-line-height--150% dwg-text-align--unset dwg-text-wrap--pretty dwg-box dwg-p--0 dwg-m--0 dwg-bg-color--transparent dwg-color--faint\"></p>",
      "words": 0,
      "direct": false,
      "issue": "First paragraph is 0 words and does not look like a concise direct answer."
    },
    {
      "heading": "Join the over 700 million registered users who trust Dropbox",
      "headingHtml": "<h2 class=\"dwg-text dwg-font-family--atlas-grotesk dwg-font-size--20 dwg-font-weight--medium dwg-font-style--normal dwg-line-height--120% dwg-text-align--center dwg-box dwg-p--0 dwg-m--0 dwg-bg-color--transparent dwg-color--standard\">Join the over 700 million registered users who trust Dropbox</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Find it fast, every time",
      "headingHtml": "<h2 class=\"dwg-text dwg-font-family--sharp-grotesk-20-book dwg-font-weight--medium dwg-text-align--center _headlineText_aez5p_55 dwg-box dwg-p--0 dwg-m--0 dwg-bg-color--transparent dwg-color--standard\">Find it fast, every time</h2>",
      "firstParagraph": "Get to the right file, fact, or message when you need it, so you spend less time searching and more time working.",
      "paragraphHtml": "<p class=\"dwg-text dwg-font-family--inherit dwg-box dwg-p--0 dwg-m--0 dwg-bg-color--transparent\">Get to the right file, fact, or message when you need it, so you spend less time searching and more time working.</p>",
      "words": 22,
      "direct": false,
      "issue": "First paragraph is 22 words and does not look like a concise direct answer."
    },
    {
      "heading": "Everything in order, everyone aligned",
      "headingHtml": "<h2 class=\"dwg-text dwg-font-family--sharp-grotesk-20-book dwg-font-weight--medium dwg-text-align--center _headlineText_aez5p_55 dwg-box dwg-p--0 dwg-m--0 dwg-bg-color--transparent dwg-color--standard\">Everything in order, everyone aligned</h2>",
      "firstParagraph": "Keep every version current and easy to manage. With synced team folders and previews for 175+ file types, your content stays organized and accessible.",
      "paragraphHtml": "<p class=\"dwg-text dwg-font-family--inherit dwg-box dwg-p--0 dwg-m--0 dwg-bg-color--transparent\">Keep every version current and easy to manage. With synced team folders and previews for 175+ file types, your content stays organized and accessible.</p>",
      "words": 24,
      "direct": false,
      "issue": "First paragraph is 24 words and does not look like a concise direct answer."
    },
    {
      "heading": "Send it safely, share it fast",
      "headingHtml": "<h2 class=\"dwg-text dwg-font-family--sharp-grotesk-20-book dwg-font-weight--medium dwg-text-align--center _headlineText_aez5p_55 dwg-box dwg-p--0 dwg-m--0 dwg-bg-color--transparent dwg-color--standard\"> Send it safely, share it fast</h2>",
      "firstParagraph": "Share work instantly and securely with real-time syncing and large file transfers, so teams stay connected and collaboration stays seamless.",
      "paragraphHtml": "<p class=\"dwg-text dwg-font-family--inherit dwg-box dwg-p--0 dwg-m--0 dwg-bg-color--transparent\">Share work instantly and securely with real-time syncing and large file transfers, so teams stay connected and collaboration stays seamless.</p>",
      "words": 20,
      "direct": false,
      "issue": "First paragraph is 20 words and does not look like a concise direct answer."
    },
    {
      "heading": "Security never comes second",
      "headingHtml": "<h2 class=\"dwg-text dwg-font-family--sharp-grotesk-20-book dwg-font-weight--medium dwg-text-align--center _headlineText_thadj_20 dwg-box dwg-p--0 dwg-m--0 dwg-bg-color--transparent dwg-color--standard\">Security never comes second</h2>",
      "firstParagraph": "From industry-leading encryption and tamper-proof documents to version history and recovery, Dropbox keeps your intellectual property safe and never sells your data.",
      "paragraphHtml": "<p class=\"dwg-text dwg-font-family--atlas-grotesk dwg-font-size--16 dwg-font-weight--regular dwg-font-style--normal dwg-line-height--150% dwg-text-align--center dwg-text-wrap--pretty _secondaryText_thadj_25 dwg-box dwg-p--0 dwg-m--0 dwg-bg-color--transparent dwg-color--faint\">From industry-leading encryption and tamper-proof documents to version history and recovery, Dropbox keeps your intellectual property safe and never sells your data.</p>",
      "words": 22,
      "direct": false,
      "issue": "First paragraph is 22 words and does not look like a concise direct answer."
    },
    {
      "heading": "\"The security of knowing our information is safe.\"",
      "headingHtml": "<h3 class=\"dwg-text dwg-font-family--sharp-grotesk-20-book dwg-font-size--20 desktop:dwg-font-size--24 dwg-font-weight--medium dwg-font-style--normal dwg-line-height--120% dwg-text-wrap--balance _quoteText_c3kro_31 dwg-box dwg-p--0 dwg-m--0 dwg-bg-color--transparent dwg-color--standard\">&quot;The security of knowing our information is safe.&quot;</h3>",
      "firstParagraph": "Customer Bryan Chandler reveals how his team uses Dropbox to organize and share files securely.",
      "paragraphHtml": "<p class=\"dwg-text dwg-font-family--atlas-grotesk dwg-font-size--14 dwg-font-weight--regular dwg-font-style--normal dwg-line-height--150% dwg-text-wrap--pretty dwg-box dwg-p--0 dwg-m--0 dwg-mt--1_5 dwg-mb--3 tablet:dwg-mb--1_5 dwg-bg-color--transparent dwg-color--faint\" id=\"6852.200004577637\">Customer Bryan Chandler reveals how his team uses Dropbox to organize and share files securely.</p>",
      "words": 15,
      "direct": false,
      "issue": "First paragraph is 15 words and does not look like a concise direct answer."
    },
    {
      "heading": "\"Seriously impressive security features\"",
      "headingHtml": "<h3 class=\"dwg-text dwg-font-family--sharp-grotesk-20-book dwg-font-size--20 desktop:dwg-font-size--24 dwg-font-weight--medium dwg-font-style--normal dwg-line-height--120% dwg-text-wrap--balance _quoteText_c3kro_31 dwg-box dwg-p--0 dwg-m--0 dwg-bg-color--transparent dwg-color--standard\">&quot;Seriously impressive security features&quot;</h3>",
      "firstParagraph": "Tech influencer Justin Tse discusses why he trusts Dropbox to keep his content safe.",
      "paragraphHtml": "<p class=\"dwg-text dwg-font-family--atlas-grotesk dwg-font-size--14 dwg-font-weight--regular dwg-font-style--normal dwg-line-height--150% dwg-text-wrap--pretty dwg-box dwg-p--0 dwg-m--0 dwg-mt--1_5 dwg-mb--3 tablet:dwg-mb--1_5 dwg-bg-color--transparent dwg-color--faint\" id=\"6868.600006103516\">Tech influencer Justin Tse discusses why he trusts Dropbox to keep his content safe.</p>",
      "words": 14,
      "direct": false,
      "issue": "First paragraph is 14 words and does not look like a concise direct answer."
    },
    {
      "heading": "\"How do you enhance security and keep productivity reasonable?\"",
      "headingHtml": "<h3 class=\"dwg-text dwg-font-family--sharp-grotesk-20-book dwg-font-size--20 desktop:dwg-font-size--24 dwg-font-weight--medium dwg-font-style--normal dwg-line-height--120% dwg-text-wrap--balance _quoteText_c3kro_31 dwg-box dwg-p--0 dwg-m--0 dwg-bg-color--transparent dwg-color--standard\">&quot;How do you enhance security and keep productivity reasonable?&quot;</h3>",
      "firstParagraph": "Your company’s sharing content with collaborators all over the world. Are you in control?",
      "paragraphHtml": "<p class=\"dwg-text dwg-font-family--atlas-grotesk dwg-font-size--14 dwg-font-weight--regular dwg-font-style--normal dwg-line-height--150% dwg-text-wrap--pretty dwg-box dwg-p--0 dwg-m--0 dwg-mt--1_5 dwg-mb--3 tablet:dwg-mb--1_5 dwg-bg-color--transparent dwg-color--faint\" id=\"6871.800003051758\">Your company&#x2019;s sharing content with collaborators all over the world. Are you in control?</p>",
      "words": 15,
      "direct": false,
      "issue": "First paragraph is 15 words and does not look like a concise direct answer."
    },
    {
      "heading": "Dropbox empowers across industries",
      "headingHtml": "<h2 class=\"dwg-text dwg-font-family--sharp-grotesk-23-book dwg-font-size--24 tablet:dwg-font-size--32 dwg-font-weight--regular dwg-line-height--120% dwg-text-align--center dwg-text-wrap--balance dwg-box dwg-p--0 dwg-m--0 dwg-bg-color--transparent dwg-color--standard\">Dropbox empowers across industries</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Construction",
      "headingHtml": "<h3 class=\"dwg-text dwg-font-family--sharp-grotesk-20-book dwg-font-size--18 dwg-font-weight--medium dwg-line-height--120% dwg-box dwg-p--0 dwg-m--0 dwg-bg-color--transparent dwg-color--standard\">Construction</h3>",
      "firstParagraph": "With Dropbox for teams, you can store, access, preview, edit, and transfer CAD, BIM, PDF, and visual content files from anywhere.",
      "paragraphHtml": "<p class=\"dwg-text dwg-font-family--inherit dwg-box dwg-p--0 dwg-m--0 dwg-bg-color--transparent\">With Dropbox for teams, you can store, access, preview, edit, and transfer CAD, BIM, PDF, and visual content files from anywhere.</p>",
      "words": 21,
      "direct": false,
      "issue": "First paragraph is 21 words and does not look like a concise direct answer."
    },
    {
      "heading": "Media",
      "headingHtml": "<h3 class=\"dwg-text dwg-font-family--sharp-grotesk-20-book dwg-font-size--18 dwg-font-weight--medium dwg-line-height--120% dwg-box dwg-p--0 dwg-m--0 dwg-bg-color--transparent dwg-color--standard\">Media</h3>",
      "firstParagraph": "Create a flexible media workspace that connects your teams, content, and tools together.",
      "paragraphHtml": "<p class=\"dwg-text dwg-font-family--inherit dwg-box dwg-p--0 dwg-m--0 dwg-bg-color--transparent\">Create a flexible media workspace that connects your teams, content, and tools together.</p>",
      "words": 13,
      "direct": false,
      "issue": "First paragraph is 13 words and does not look like a concise direct answer."
    },
    {
      "heading": "Technology",
      "headingHtml": "<h3 class=\"dwg-text dwg-font-family--sharp-grotesk-20-book dwg-font-size--18 dwg-font-weight--medium dwg-line-height--120% dwg-box dwg-p--0 dwg-m--0 dwg-bg-color--transparent dwg-color--standard\">Technology</h3>",
      "firstParagraph": "Product ideation to development, streamline technology workflows so you can focus on turning great ideas into products people love.",
      "paragraphHtml": "<p class=\"dwg-text dwg-font-family--inherit dwg-box dwg-p--0 dwg-m--0 dwg-bg-color--transparent\">Product ideation to development, streamline technology workflows so you can focus on turning great ideas into products people love.</p>",
      "words": 19,
      "direct": false,
      "issue": "First paragraph is 19 words and does not look like a concise direct answer."
    },
    {
      "heading": "Professional services",
      "headingHtml": "<h3 class=\"dwg-text dwg-font-family--sharp-grotesk-20-book dwg-font-size--18 dwg-font-weight--medium dwg-line-height--120% dwg-box dwg-p--0 dwg-m--0 dwg-bg-color--transparent dwg-color--standard\">Professional services</h3>",
      "firstParagraph": "Make clients happier with easy collaboration, boosted productivity, and one organized place to get things done.",
      "paragraphHtml": "<p class=\"dwg-text dwg-font-family--inherit dwg-box dwg-p--0 dwg-m--0 dwg-bg-color--transparent\">Make clients happier with easy collaboration, boosted productivity, and one organized place to get things done.</p>",
      "words": 16,
      "direct": false,
      "issue": "First paragraph is 16 words and does not look like a concise direct answer."
    },
    {
      "heading": "Manufacturing",
      "headingHtml": "<h3 class=\"dwg-text dwg-font-family--sharp-grotesk-20-book dwg-font-size--18 dwg-font-weight--medium dwg-line-height--120% dwg-box dwg-p--0 dwg-m--0 dwg-bg-color--transparent dwg-color--standard\">Manufacturing</h3>",
      "firstParagraph": "Design and engineering teams easily collaborate, managing complex reviews and sharing large files seamlessly.",
      "paragraphHtml": "<p class=\"dwg-text dwg-font-family--inherit dwg-box dwg-p--0 dwg-m--0 dwg-bg-color--transparent\">Design and engineering teams easily collaborate, managing complex reviews and sharing large files seamlessly.</p>",
      "words": 14,
      "direct": false,
      "issue": "First paragraph is 14 words and does not look like a concise direct answer."
    },
    {
      "heading": "Education",
      "headingHtml": "<h3 class=\"dwg-text dwg-font-family--sharp-grotesk-20-book dwg-font-size--18 dwg-font-weight--medium dwg-line-height--120% dwg-box dwg-p--0 dwg-m--0 dwg-bg-color--transparent dwg-color--standard\">Education</h3>",
      "firstParagraph": "Power student learning, faculty research, and staff operations on Dropbox Education’s secure cloud collaboration platform.",
      "paragraphHtml": "<p class=\"dwg-text dwg-font-family--inherit dwg-box dwg-p--0 dwg-m--0 dwg-bg-color--transparent\">Power student learning, faculty research, and staff operations on Dropbox Education&#x2019;s secure cloud collaboration platform.</p>",
      "words": 16,
      "direct": false,
      "issue": "First paragraph is 16 words and does not look like a concise direct answer."
    },
    {
      "heading": "Discover, learn, thrive with Dropbox",
      "headingHtml": "<h2 class=\"dwg-text dwg-font-family--sharp-grotesk-23-book dwg-font-size--24 tablet:dwg-font-size--32 dwg-font-weight--regular dwg-line-height--120% dwg-text-align--center dwg-text-wrap--balance dwg-box dwg-p--0 dwg-m--0 dwg-bg-color--transparent dwg-color--standard\">Discover, learn, thrive with Dropbox</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Study: Here’s how many hours we lose to distraction—and how to get our focus back",
      "headingHtml": "<h3 class=\"dwg-text dwg-font-family--sharp-grotesk-20-book dwg-font-size--18 dwg-font-weight--medium dwg-line-height--120% dwg-box dwg-p--0 dwg-m--0 dwg-bg-color--transparent dwg-color--standard\">Study: Here&#x2019;s how many hours we lose to distraction&#x2014;and how to get our focus back</h3>",
      "firstParagraph": "For our study, Economist Impact included knowledge workers globally—and found that, no matter where people work, there’s a significant cost to lost focus around the world.",
      "paragraphHtml": "<p class=\"dwg-text dwg-font-family--inherit dwg-box dwg-p--0 dwg-m--0 dwg-bg-color--transparent\">For our study, Economist Impact included knowledge workers globally&#x2014;and found that, no matter where people work, there&#x2019;s a significant cost to lost focus around the world.</p>",
      "words": 28,
      "direct": false,
      "issue": "First paragraph is 28 words and does not look like a concise direct answer."
    },
    {
      "heading": "Dropbox teams up with McLaren Racing as an Official Technology Partner of McLaren Formula 1 Team",
      "headingHtml": "<h3 class=\"dwg-text dwg-font-family--sharp-grotesk-20-book dwg-font-size--18 dwg-font-weight--medium dwg-line-height--120% dwg-box dwg-p--0 dwg-m--0 dwg-bg-color--transparent dwg-color--standard\">Dropbox teams up with McLaren Racing as an Official Technology Partner of McLaren Formula 1 Team</h3>",
      "firstParagraph": "Dropbox brings simplified sharing, collaboration, and organization to the McLaren Formula 1 Team.",
      "paragraphHtml": "<p class=\"dwg-text dwg-font-family--inherit dwg-box dwg-p--0 dwg-m--0 dwg-bg-color--transparent\">Dropbox brings simplified sharing, collaboration, and organization to the McLaren Formula 1 Team.</p>",
      "words": 13,
      "direct": false,
      "issue": "First paragraph is 13 words and does not look like a concise direct answer."
    },
    {
      "heading": "The best way to share photos with family and friends",
      "headingHtml": "<h3 class=\"dwg-text dwg-font-family--sharp-grotesk-20-book dwg-font-size--18 dwg-font-weight--medium dwg-line-height--120% dwg-box dwg-p--0 dwg-m--0 dwg-bg-color--transparent dwg-color--standard\">The best way to share photos with family and friends</h3>",
      "firstParagraph": "Don’t lose precious photos. Save them and share them with loved ones—for free. Here’s an easy-to-follow guide to sharing and storing photos with Dropbox.",
      "paragraphHtml": "<p class=\"dwg-text dwg-font-family--inherit dwg-box dwg-p--0 dwg-m--0 dwg-bg-color--transparent\">Don&#x2019;t lose precious photos. Save them and share them with loved ones&#x2014;for free. Here&#x2019;s an easy-to-follow guide to sharing and storing photos with Dropbox.</p>",
      "words": 27,
      "direct": false,
      "issue": "First paragraph is 27 words and does not look like a concise direct answer."
    },
    {
      "heading": "Dropbox",
      "headingHtml": "<h3 class=\"dwg-text dwg-font-family--atlas-grotesk dwg-font-size--16 desktop:dwg-font-size--20 dwg-font-weight--medium dwg-font-style--normal dwg-line-height--24 desktop:dwg-line-height--30 dwg-text-wrap--pretty dwg-box dwg-p--0 dwg-m--0 dwg-bg-color--transparent dwg-color--standard\">Dropbox</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Products",
      "headingHtml": "<h3 class=\"dwg-text dwg-font-family--atlas-grotesk dwg-font-size--16 desktop:dwg-font-size--20 dwg-font-weight--medium dwg-font-style--normal dwg-line-height--24 desktop:dwg-line-height--30 dwg-text-wrap--pretty dwg-box dwg-p--0 dwg-m--0 dwg-bg-color--transparent dwg-color--standard\">Products</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Features",
      "headingHtml": "<h3 class=\"dwg-text dwg-font-family--atlas-grotesk dwg-font-size--16 desktop:dwg-font-size--20 dwg-font-weight--medium dwg-font-style--normal dwg-line-height--24 desktop:dwg-line-height--30 dwg-text-wrap--pretty dwg-box dwg-p--0 dwg-m--0 dwg-bg-color--transparent dwg-color--standard\">Features</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Support",
      "headingHtml": "<h3 class=\"dwg-text dwg-font-family--atlas-grotesk dwg-font-size--16 desktop:dwg-font-size--20 dwg-font-weight--medium dwg-font-style--normal dwg-line-height--24 desktop:dwg-line-height--30 dwg-text-wrap--pretty dwg-box dwg-p--0 dwg-m--0 dwg-bg-color--transparent dwg-color--standard\">Support</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Resources",
      "headingHtml": "<h3 class=\"dwg-text dwg-font-family--atlas-grotesk dwg-font-size--16 desktop:dwg-font-size--20 dwg-font-weight--medium dwg-font-style--normal dwg-line-height--24 desktop:dwg-line-height--30 dwg-text-wrap--pretty dwg-box dwg-p--0 dwg-m--0 dwg-bg-color--transparent dwg-color--standard\">Resources</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Company",
      "headingHtml": "<h3 class=\"dwg-text dwg-font-family--atlas-grotesk dwg-font-size--16 desktop:dwg-font-size--20 dwg-font-weight--medium dwg-font-style--normal dwg-line-height--24 desktop:dwg-line-height--30 dwg-text-wrap--pretty dwg-box dwg-p--0 dwg-m--0 dwg-bg-color--transparent dwg-color--standard\">Company</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    }
  ],
  "score": 65,
  "weight": 8
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

GEO: Extraction-friendly structure

GEO: Extraction-friendly structure scored 85/100 and needs improvement.

2 Warning

Needs attention

GEO: Extraction-friendly structure

Warning
01

Issue

Missing extraction signals: optional top summary / TL;DR / key takeaways block, table with <thead> only if the page already has tabular/comparative data, ordered list only if the page explains a workflow/process, optional visible FAQ or FAQPage schema.

Details

02

Why it matters

Generative engines favor pages with self-contained answer passages, clear entities, structured data, summaries, FAQ patterns, and crawler-accessible HTML that can be cited without extra interpretation.

Check name

GEO: Extraction-friendly structure

Score

85/100

Status

warning

Category

GEO, AIO & AEO

Maturity

Emerging recommendation

Goal

Make page content easy for AI answer engines to extract, cite, and attribute.

Result

GEO: Extraction-friendly structure scored 85/100 and needs improvement.

Evidence
{
  "hasSummary": false,
  "tableCount": 0,
  "tablesWithHead": 0,
  "tablesMissingThead": [],
  "orderedLists": 0,
  "hasFaq": false,
  "definitionPatterns": 1,
  "schemaBlocks": 3,
  "missingSignals": [
    "optional top summary / TL;DR / key takeaways block",
    "table with <thead> only if the page already has tabular/comparative data",
    "ordered list only if the page explains a workflow/process",
    "optional visible FAQ or FAQPage schema"
  ],
  "score": 85,
  "weight": 24
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

AEO: Entity and definition clarity

AEO: Entity and definition clarity scored 79/100 and needs improvement.

1 Warning

Needs attention

AEO: Entity and definition clarity

Warning
01

Issue

Entity or definition gaps: com, get, work, lot, less.

Details

02

Why it matters

Answer engines need concise answers, question-led structure, entity clarity, visible evidence, and trust signals that can be extracted without relying on search-only metadata checks.

Check name

AEO: Entity and definition clarity

Score

79/100

Status

warning

Category

GEO, AIO & AEO

Maturity

Emerging recommendation

Goal

Make page content easy for answer engines and assistants to answer from directly.

Result

AEO: Entity and definition clarity scored 79/100 and needs improvement.

Evidence
{
  "title": "Dropbox.com",
  "h1": "Get to work, with a lot less work",
  "description": "Discover Dropbox – secure, easy cloud storage for file sharing and collaboration. With Dash, save time and organize all your company content in one place.",
  "topicOverlap": 0.16666666666666666,
  "definitionCount": 1,
  "topicTerms": [
    "dropbox",
    "com",
    "get",
    "work",
    "lot",
    "less"
  ],
  "descriptionTerms": [
    "discover",
    "dropbox",
    "secure",
    "easy",
    "cloud",
    "storage",
    "file",
    "sharing",
    "collaboration",
    "dash",
    "save",
    "time",
    "organize",
    "all",
    "company",
    "content",
    "one",
    "place"
  ],
  "missingFromDescription": [
    "com",
    "get",
    "work",
    "lot",
    "less"
  ],
  "score": 79,
  "weight": 18
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

AEO: Answer intent coverage

AEO: Answer intent coverage scored 70/100 and needs improvement.

1 Warning

Needs attention

AEO: Answer intent coverage

Warning
01

Issue

Missing likely AI Overview intent sections: what, how, cost, compare.

Details

02

Why it matters

Answer engines need concise answers, question-led structure, entity clarity, visible evidence, and trust signals that can be extracted without relying on search-only metadata checks.

Check name

AEO: Answer intent coverage

Score

70/100

Status

warning

Category

GEO, AIO & AEO

Maturity

Emerging recommendation

Goal

Make page content easy for answer engines and assistants to answer from directly.

Result

AEO: Answer intent coverage scored 70/100 and needs improvement.

Evidence
{
  "headings": [
    {
      "text": "Join the over 700 million registered users who trust Dropbox",
      "html": "<h2 class=\"dwg-text dwg-font-family--atlas-grotesk dwg-font-size--20 dwg-font-weight--medium dwg-font-style--normal dwg-line-height--120% dwg-text-align--center dwg-box dwg-p--0 dwg-m--0 dwg-bg-color--transparent dwg-color--standard\">Join the over 700 million registered users who trust Dropbox</h2>"
    },
    {
      "text": "Find it fast, every time",
      "html": "<h2 class=\"dwg-text dwg-font-family--sharp-grotesk-20-book dwg-font-weight--medium dwg-text-align--center _headlineText_aez5p_55 dwg-box dwg-p--0 dwg-m--0 dwg-bg-color--transparent dwg-color--standard\">Find it fast, every time</h2>"
    },
    {
      "text": "Everything in order, everyone aligned",
      "html": "<h2 class=\"dwg-text dwg-font-family--sharp-grotesk-20-book dwg-font-weight--medium dwg-text-align--center _headlineText_aez5p_55 dwg-box dwg-p--0 dwg-m--0 dwg-bg-color--transparent dwg-color--standard\">Everything in order, everyone aligned</h2>"
    },
    {
      "text": "Send it safely, share it fast",
      "html": "<h2 class=\"dwg-text dwg-font-family--sharp-grotesk-20-book dwg-font-weight--medium dwg-text-align--center _headlineText_aez5p_55 dwg-box dwg-p--0 dwg-m--0 dwg-bg-color--transparent dwg-color--standard\"> Send it safely, share it fast</h2>"
    },
    {
      "text": "Security never comes second",
      "html": "<h2 class=\"dwg-text dwg-font-family--sharp-grotesk-20-book dwg-font-weight--medium dwg-text-align--center _headlineText_thadj_20 dwg-box dwg-p--0 dwg-m--0 dwg-bg-color--transparent dwg-color--standard\">Security never comes second</h2>"
    },
    {
      "text": "Dropbox empowers across industries",
      "html": "<h2 class=\"dwg-text dwg-font-family--sharp-grotesk-23-book dwg-font-size--24 tablet:dwg-font-size--32 dwg-font-weight--regular dwg-line-height--120% dwg-text-align--center dwg-text-wrap--balance dwg-box dwg-p--0 dwg-m--0 dwg-bg-color--transparent dwg-color--standard\">Dropbox empowers across industries</h2>"
    },
    {
      "text": "Discover, learn, thrive with Dropbox",
      "html": "<h2 class=\"dwg-text dwg-font-family--sharp-grotesk-23-book dwg-font-size--24 tablet:dwg-font-size--32 dwg-font-weight--regular dwg-line-height--120% dwg-text-align--center dwg-text-wrap--balance dwg-box dwg-p--0 dwg-m--0 dwg-bg-color--transparent dwg-color--standard\">Discover, learn, thrive with Dropbox</h2>"
    }
  ],
  "expected": [
    {
      "id": "what",
      "label": "What is Dropbox.com?",
      "pattern": {}
    },
    {
      "id": "how",
      "label": "How does Dropbox.com work?",
      "pattern": {}
    },
    {
      "id": "benefits",
      "label": "Why use Dropbox.com?",
      "pattern": {}
    },
    {
      "id": "cost",
      "label": "Is Dropbox.com free or paid?",
      "pattern": {}
    },
    {
      "id": "compare",
      "label": "How does Dropbox.com compare with alternatives?",
      "pattern": {}
    }
  ],
  "missing": [
    {
      "id": "what",
      "label": "What is Dropbox.com?",
      "pattern": {}
    },
    {
      "id": "how",
      "label": "How does Dropbox.com work?",
      "pattern": {}
    },
    {
      "id": "cost",
      "label": "Is Dropbox.com free or paid?",
      "pattern": {}
    },
    {
      "id": "compare",
      "label": "How does Dropbox.com compare with alternatives?",
      "pattern": {}
    }
  ],
  "score": 70,
  "weight": 8
}

Agent Ease of UseAPIEmerging recommendation

AI context endpoint

AI context endpoint is informational for this page.

Informational

Needs attention

AI context endpoint

Informational
01

Issue

AI context endpoint is informational for this page.

02

Why it matters

A context endpoint gives agents a small, low-latency summary of product purpose, safe actions, and canonical machine-readable resources without scraping the whole site.

Check name

AI context endpoint

Score

100/100

Status

informational

Category

API

Maturity

Emerging recommendation

Goal

Expose a compact API context endpoint agents can fetch before deciding which public API or discovery resource to use.

Result

AI context endpoint is informational for this page.

Validation steps

  1. Fetch to find resource

    AI context endpoint was not found at the expected path.

Evidence
{
  "steps": [
    {
      "id": "fetch",
      "title": "Fetch to find resource",
      "status": "informational",
      "evidence": {
        "checked": [
          {
            "path": "/api/ai/context",
            "statusCode": 404,
            "contentType": "text/html",
            "length": 1233
          },
          {
            "path": "/api/context",
            "statusCode": 404,
            "contentType": "text/html",
            "length": 1233
          },
          {
            "path": "/context",
            "statusCode": 404,
            "contentType": "text/html",
            "length": 1233
          }
        ]
      },
      "issue": "AI context endpoint was not found at the expected path.",
      "howToFix": "Publish a concise JSON or Markdown AI context endpoint describing the product, public actions, and machine-readable resources."
    }
  ]
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

AIO: Query intent coverage

AIO: Query intent coverage is informational for this page.

Informational

Needs attention

AIO: Query intent coverage

Informational
01

Issue

Missing likely AI Overview intent sections: what, how, cost, compare.

Details

02

Why it matters

AI Overviews depend on Google-search eligibility, useful visible content, consistent structured data, answer-first sections, trust signals, and preview controls that permit snippets.

Check name

AIO: Query intent coverage

Score

70/100

Status

informational

Category

GEO, AIO & AEO

Maturity

Emerging recommendation

Goal

Make page content eligible and useful for Google AI Overviews and AI Mode extraction.

Result

AIO: Query intent coverage is informational for this page.

Evidence
{
  "headings": [
    {
      "text": "Join the over 700 million registered users who trust Dropbox",
      "html": "<h2 class=\"dwg-text dwg-font-family--atlas-grotesk dwg-font-size--20 dwg-font-weight--medium dwg-font-style--normal dwg-line-height--120% dwg-text-align--center dwg-box dwg-p--0 dwg-m--0 dwg-bg-color--transparent dwg-color--standard\">Join the over 700 million registered users who trust Dropbox</h2>"
    },
    {
      "text": "Find it fast, every time",
      "html": "<h2 class=\"dwg-text dwg-font-family--sharp-grotesk-20-book dwg-font-weight--medium dwg-text-align--center _headlineText_aez5p_55 dwg-box dwg-p--0 dwg-m--0 dwg-bg-color--transparent dwg-color--standard\">Find it fast, every time</h2>"
    },
    {
      "text": "Everything in order, everyone aligned",
      "html": "<h2 class=\"dwg-text dwg-font-family--sharp-grotesk-20-book dwg-font-weight--medium dwg-text-align--center _headlineText_aez5p_55 dwg-box dwg-p--0 dwg-m--0 dwg-bg-color--transparent dwg-color--standard\">Everything in order, everyone aligned</h2>"
    },
    {
      "text": "Send it safely, share it fast",
      "html": "<h2 class=\"dwg-text dwg-font-family--sharp-grotesk-20-book dwg-font-weight--medium dwg-text-align--center _headlineText_aez5p_55 dwg-box dwg-p--0 dwg-m--0 dwg-bg-color--transparent dwg-color--standard\"> Send it safely, share it fast</h2>"
    },
    {
      "text": "Security never comes second",
      "html": "<h2 class=\"dwg-text dwg-font-family--sharp-grotesk-20-book dwg-font-weight--medium dwg-text-align--center _headlineText_thadj_20 dwg-box dwg-p--0 dwg-m--0 dwg-bg-color--transparent dwg-color--standard\">Security never comes second</h2>"
    },
    {
      "text": "Dropbox empowers across industries",
      "html": "<h2 class=\"dwg-text dwg-font-family--sharp-grotesk-23-book dwg-font-size--24 tablet:dwg-font-size--32 dwg-font-weight--regular dwg-line-height--120% dwg-text-align--center dwg-text-wrap--balance dwg-box dwg-p--0 dwg-m--0 dwg-bg-color--transparent dwg-color--standard\">Dropbox empowers across industries</h2>"
    },
    {
      "text": "Discover, learn, thrive with Dropbox",
      "html": "<h2 class=\"dwg-text dwg-font-family--sharp-grotesk-23-book dwg-font-size--24 tablet:dwg-font-size--32 dwg-font-weight--regular dwg-line-height--120% dwg-text-align--center dwg-text-wrap--balance dwg-box dwg-p--0 dwg-m--0 dwg-bg-color--transparent dwg-color--standard\">Discover, learn, thrive with Dropbox</h2>"
    }
  ],
  "expected": [
    {
      "id": "what",
      "label": "What is Dropbox.com?",
      "pattern": {}
    },
    {
      "id": "how",
      "label": "How does Dropbox.com work?",
      "pattern": {}
    },
    {
      "id": "benefits",
      "label": "Why use Dropbox.com?",
      "pattern": {}
    },
    {
      "id": "cost",
      "label": "Is Dropbox.com free or paid?",
      "pattern": {}
    },
    {
      "id": "compare",
      "label": "How does Dropbox.com compare with alternatives?",
      "pattern": {}
    }
  ],
  "missing": [
    {
      "id": "what",
      "label": "What is Dropbox.com?",
      "pattern": {}
    },
    {
      "id": "how",
      "label": "How does Dropbox.com work?",
      "pattern": {}
    },
    {
      "id": "cost",
      "label": "Is Dropbox.com free or paid?",
      "pattern": {}
    },
    {
      "id": "compare",
      "label": "How does Dropbox.com compare with alternatives?",
      "pattern": {}
    }
  ],
  "score": 70,
  "weight": 4
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

GEO: Q&A and FAQ opportunities

GEO: Q&A and FAQ opportunities is informational for this page.

Informational

Needs attention

GEO: Q&A and FAQ opportunities

Informational
01

Issue

7 h2 heading(s) are not phrased as questions; this is optional and only useful where Q&A wording is natural. No visible FAQ or FAQPage schema was detected; this is optional unless the page answers common questions.

Details

02

Why it matters

Generative engines favor pages with self-contained answer passages, clear entities, structured data, summaries, FAQ patterns, and crawler-accessible HTML that can be cited without extra interpretation.

Check name

GEO: Q&A and FAQ opportunities

Score

75/100

Status

informational

Category

GEO, AIO & AEO

Maturity

Emerging recommendation

Goal

Make page content easy for AI answer engines to extract, cite, and attribute.

Result

GEO: Q&A and FAQ opportunities is informational for this page.

Evidence
{
  "h2Count": 7,
  "questionH2s": 0,
  "hasFaq": false,
  "nonQuestionH2s": [
    {
      "index": 1,
      "text": "Join the over 700 million registered users who trust Dropbox",
      "isQuestion": false,
      "html": "<h2 class=\"dwg-text dwg-font-family--atlas-grotesk dwg-font-size--20 dwg-font-weight--medium dwg-font-style--normal dwg-line-height--120% dwg-text-align--center dwg-box dwg-p--0 dwg-m--0 dwg-bg-color--transparent dwg-color--standard\">Join the over 700 million registered users who trust Dropbox</h2>"
    },
    {
      "index": 2,
      "text": "Find it fast, every time",
      "isQuestion": false,
      "html": "<h2 class=\"dwg-text dwg-font-family--sharp-grotesk-20-book dwg-font-weight--medium dwg-text-align--center _headlineText_aez5p_55 dwg-box dwg-p--0 dwg-m--0 dwg-bg-color--transparent dwg-color--standard\">Find it fast, every time</h2>"
    },
    {
      "index": 3,
      "text": "Everything in order, everyone aligned",
      "isQuestion": false,
      "html": "<h2 class=\"dwg-text dwg-font-family--sharp-grotesk-20-book dwg-font-weight--medium dwg-text-align--center _headlineText_aez5p_55 dwg-box dwg-p--0 dwg-m--0 dwg-bg-color--transparent dwg-color--standard\">Everything in order, everyone aligned</h2>"
    },
    {
      "index": 4,
      "text": "Send it safely, share it fast",
      "isQuestion": false,
      "html": "<h2 class=\"dwg-text dwg-font-family--sharp-grotesk-20-book dwg-font-weight--medium dwg-text-align--center _headlineText_aez5p_55 dwg-box dwg-p--0 dwg-m--0 dwg-bg-color--transparent dwg-color--standard\"> Send it safely, share it fast</h2>"
    },
    {
      "index": 5,
      "text": "Security never comes second",
      "isQuestion": false,
      "html": "<h2 class=\"dwg-text dwg-font-family--sharp-grotesk-20-book dwg-font-weight--medium dwg-text-align--center _headlineText_thadj_20 dwg-box dwg-p--0 dwg-m--0 dwg-bg-color--transparent dwg-color--standard\">Security never comes second</h2>"
    },
    {
      "index": 6,
      "text": "Dropbox empowers across industries",
      "isQuestion": false,
      "html": "<h2 class=\"dwg-text dwg-font-family--sharp-grotesk-23-book dwg-font-size--24 tablet:dwg-font-size--32 dwg-font-weight--regular dwg-line-height--120% dwg-text-align--center dwg-text-wrap--balance dwg-box dwg-p--0 dwg-m--0 dwg-bg-color--transparent dwg-color--standard\">Dropbox empowers across industries</h2>"
    },
    {
      "index": 7,
      "text": "Discover, learn, thrive with Dropbox",
      "isQuestion": false,
      "html": "<h2 class=\"dwg-text dwg-font-family--sharp-grotesk-23-book dwg-font-size--24 tablet:dwg-font-size--32 dwg-font-weight--regular dwg-line-height--120% dwg-text-align--center dwg-text-wrap--balance dwg-box dwg-p--0 dwg-m--0 dwg-bg-color--transparent dwg-color--standard\">Discover, learn, thrive with Dropbox</h2>"
    }
  ],
  "score": 75,
  "weight": 4
}

AI DiscoverabilityDiscoverabilityEstablished

IndexNow key

IndexNow key is informational for this page.

Informational

Needs attention

IndexNow key

Informational
01

Issue

IndexNow key is informational for this page.

02

Why it matters

IndexNow lets sites notify participating search engines about changed URLs, but ownership verification requires a UTF-8 key file whose filename matches the key.

Check name

IndexNow key

Score

100/100

Status

informational

Category

Discoverability

Maturity

Established

Goal

Verify that IndexNow ownership key placement is detectable when the site advertises it.

Result

IndexNow key is informational for this page.

Validation steps

  1. Find advertised IndexNow key location

    No IndexNow key location was advertised in HTML, Link headers, or robots.txt.

  2. Fetch and validate IndexNow key file

    No discoverable IndexNow key file was found.

Evidence
{
  "steps": [
    {
      "id": "advertised-location",
      "title": "Find advertised IndexNow key location",
      "status": "informational",
      "evidence": {
        "advertised": []
      },
      "issue": "No IndexNow key location was advertised in HTML, Link headers, or robots.txt.",
      "howToFix": "Advertise the key location with robots.txt IndexNow-Key, rel=\"indexnow-key\", or meta name=\"indexnow-key-location\" if you want scanners to verify it."
    },
    {
      "id": "fetch-key",
      "title": "Fetch and validate IndexNow key file",
      "status": "informational",
      "evidence": {
        "advertised": [],
        "checked": []
      },
      "issue": "No discoverable IndexNow key file was found.",
      "howToFix": "Host a UTF-8 text file named {key}.txt using a 32-character hexadecimal key whose body exactly matches the key."
    }
  ]
}

Agent Ease of UseAuthEmerging recommendation

OAuth Protected Resource

OAuth Protected Resource has an informational finding because the page appears to support authentication.

Informational

Needs attention

OAuth Protected Resource

Informational
01

Issue

The OAuth Protected Resource metadata endpoint did not return HTTP 2xx.

02

Why it matters

Protected Resource metadata tells agents which authorization servers protect an API and how to connect authentication challenges to the right resource.

Check name

OAuth Protected Resource

Score

0/100

Status

informational

Category

Auth

Maturity

Emerging recommendation

Goal

Publish OAuth Protected Resource Metadata so agents can discover how to authenticate.

Result

OAuth Protected Resource has an informational finding because the page appears to support authentication.

Validation steps

  1. Fetch protected resource metadata

    The OAuth Protected Resource metadata endpoint did not return HTTP 2xx.

  2. Validate protected resource metadata

    Response is not valid JSON.

  3. Validate protected resource identity

    Protected resource metadata `resource` did not match the resource identifier used to retrieve it.

  4. Probe protected API Bearer challenge

    No protected route with a 401 Bearer challenge was detected; metadata alone does not prove a protected resource.

Evidence
{
  "failedStep": "fetch",
  "steps": [
    {
      "id": "fetch",
      "title": "Fetch protected resource metadata",
      "status": "fail",
      "evidence": {
        "path": "/.well-known/oauth-protected-resource",
        "statusCode": 404,
        "contentType": "text/html"
      },
      "issue": "The OAuth Protected Resource metadata endpoint did not return HTTP 2xx.",
      "howToFix": "Publish /.well-known/oauth-protected-resource JSON."
    },
    {
      "id": "metadata",
      "title": "Validate protected resource metadata",
      "status": "fail",
      "evidence": {
        "valid": false,
        "compatibleContentType": false,
        "issue": "Response is not valid JSON.",
        "rawExcerpt": "<!DOCTYPE html>\n<html>\n<head><meta http-equiv=\"Content-Type\" content=\"text/html; charset=utf-8\">\n<meta name=\"viewport\" content=\"width=device-width, initial-scale=1\" />\n<title>Dropbox - 404</title>\n<link href=\"https://cfl.dropboxstatic.com/static/metaserver/static/css/error.css\" rel=\"stylesheet\" type=\"text/css\"/>\n<link rel=\"shortcut icon\" href=\"https://cfl.dropboxstatic.com/static/images/favicon.ico\"/>\n</head>\n<body>\n<div class=\"figure\">\n<img src=\"https://assets.dropbox.com/www/en-us/illustrations/spot/look-magnifying-glass.svg\" alt=\"Error: 404\"/>\n</div>\n<div id=\"errorbox\">\n<div class=\"not-found\"> <h1>Error (404)</h1> We can't find the page you're looking for. <div class=\"not-found--links\"> Here are a few links that may be helpful: <ul> <li><a href=\"https://www.dropbox.com/home?_tk=fof\">Hom"
      },
      "issue": "Response is not valid JSON.",
      "howToFix": "Publish resource and authorization_servers as absolute URLs."
    },
    {
      "id": "resource-identity",
      "title": "Validate protected resource identity",
      "status": "fail",
      "evidence": {
        "expectedResource": "https://www.dropbox.com"
      },
      "issue": "Protected resource metadata `resource` did not match the resource identifier used to retrieve it.",
      "howToFix": "Set `resource` to the origin/resource identifier represented by /.well-known/oauth-protected-resource."
    },
    {
      "id": "protected-route-challenge",
      "title": "Probe protected API Bearer challenge",
      "status": "informational",
      "evidence": {
        "checked": [
          {
            "path": "/api/admin/scans",
            "statusCode": 404,
            "wwwAuthenticate": {
              "valid": false,
              "present": false
            },
            "expectedMetadataUrl": "https://www.dropbox.com/.well-known/oauth-protected-resource",
            "metadataUrlMatches": true,
            "resourceMatchesRequestContext": true
          },
          {
            "path": "/api/admin/summary",
            "statusCode": 404,
            "wwwAuthenticate": {
              "valid": false,
              "present": false
            },
            "expectedMetadataUrl": "https://www.dropbox.com/.well-known/oauth-protected-resource",
            "metadataUrlMatches": true,
            "resourceMatchesRequestContext": true
          },
          {
            "path": "/api/scans",
            "statusCode": 404,
            "wwwAuthenticate": {
              "valid": false,
              "present": false
            },
            "expectedMetadataUrl": "https://www.dropbox.com/.well-known/oauth-protected-resource",
            "metadataUrlMatches": true,
            "resourceMatchesRequestContext": true
          }
        ]
      },
      "issue": "No protected route with a 401 Bearer challenge was detected; metadata alone does not prove a protected resource.",
      "howToFix": "When this site exposes bearer-protected APIs, return 401 with WWW-Authenticate: Bearer and link resource_metadata."
    }
  ],
  "authApplicability": {
    "supportsAuth": true,
    "score": 9,
    "signals": [
      {
        "source": "link:href",
        "weight": 3,
        "match": "auth link"
      },
      {
        "source": "visible-text",
        "weight": 3,
        "match": "log in"
      },
      {
        "source": "visible-text",
        "weight": 3,
        "match": "sign up"
      }
    ]
  },
  "resourceFetchSucceeded": false
}

Performance and AccessibilityBest PracticesBrowser audit

Issues were logged in the `Issues` panel in Chrome Devtools

100 Fail

Check name

Issues were logged in the `Issues` panel in Chrome Devtools

Score

0/100

Status

fail

Device

desktop

Category

Best Practices

Fix guidance

Issues logged to the `Issues` panel in Chrome Devtools indicate unresolved problems. They can come from network request failures, insufficient security controls, and other browser concerns. Open up the Issues panel in Chrome DevTools for more details on each issue.

Evidence
{
  "description": "Issues logged to the `Issues` panel in Chrome Devtools indicate unresolved problems. They can come from network request failures, insufficient security controls, and other browser concerns. Open up the Issues panel in Chrome DevTools for more details on each issue."
}

SEOSEOBrowser audit

Links do not have descriptive text

100 Fail

Check name

Links do not have descriptive text

Score

0/100

Status

fail

Device

desktop

Category

SEO

Estimated savings

9 links found

Fix guidance

Descriptive link text helps search engines understand your content. [Learn how to make links more accessible](https://developer.chrome.com/docs/lighthouse/seo/link-text/).

Evidence
{
  "displayValue": "9 links found",
  "description": "Descriptive link text helps search engines understand your content. [Learn how to make links more accessible](https://developer.chrome.com/docs/lighthouse/seo/link-text/)."
}

Performance and AccessibilityPerformanceBrowser audit

Reduce JavaScript execution time

20 Fail

Check name

Reduce JavaScript execution time

Score

0/100

Status

fail

Device

desktop

Category

Performance

Estimated savings

4.0 s

Fix guidance

Consider reducing the time spent parsing, compiling, and executing JS. You may find delivering smaller JS payloads helps with this. [Learn how to reduce Javascript execution time](https://developer.chrome.com/docs/lighthouse/performance/bootup-time/).

Evidence
{
  "displayValue": "4.0 s",
  "description": "Consider reducing the time spent parsing, compiling, and executing JS. You may find delivering smaller JS payloads helps with this. [Learn how to reduce Javascript execution time](https://developer.chrome.com/docs/lighthouse/performance/bootup-time/).",
  "numericValue": 3972.005999999974
}

Performance and AccessibilityPerformanceBrowser audit

Reduce unused JavaScript

20 Fail

Check name

Reduce unused JavaScript

Score

0/100

Status

fail

Device

desktop

Category

Performance

Estimated savings

Est savings of 1,708 KiB

Fix guidance

Reduce unused JavaScript and defer loading scripts until they are required to decrease bytes consumed by network activity. [Learn how to reduce unused JavaScript](https://developer.chrome.com/docs/lighthouse/performance/unused-javascript/).

Evidence
{
  "displayValue": "Est savings of 1,708 KiB",
  "description": "Reduce unused JavaScript and defer loading scripts until they are required to decrease bytes consumed by network activity. [Learn how to reduce unused JavaScript](https://developer.chrome.com/docs/lighthouse/performance/unused-javascript/).",
  "numericValue": 280
}

Performance and AccessibilityPerformanceBrowser audit

Loading performance

15 Fail

Check name

Loading performance

Score

25/100

Status

fail

Device

desktop

Category

Performance

Fix guidance

Review the grouped loading performance checks and improve the failing sub-checks listed in evidence.

Evidence
{
  "checks": [
    {
      "id": "max-potential-fid",
      "title": "Max Potential First Input Delay",
      "score": 1,
      "displayValue": "730 ms",
      "numericValue": 730
    },
    {
      "id": "largest-contentful-paint",
      "title": "Largest Contentful Paint",
      "score": 46,
      "displayValue": "2.5 s",
      "numericValue": 2515.503103444821
    },
    {
      "id": "server-response-time",
      "title": "Reduce initial server response time",
      "score": 0,
      "displayValue": "Root document took 880 ms",
      "numericValue": 883
    },
    {
      "id": "network-rtt",
      "title": "Network Round Trip Times",
      "score": 100,
      "displayValue": "30 ms",
      "numericValue": 34.08813
    },
    {
      "id": "speed-index",
      "title": "Speed Index",
      "score": 18,
      "displayValue": "3.4 s",
      "numericValue": 3386.3406680652906
    },
    {
      "id": "total-blocking-time",
      "title": "Total Blocking Time",
      "score": 0,
      "displayValue": "2,020 ms",
      "numericValue": 2020.999486637349
    },
    {
      "id": "interactive",
      "title": "Time to Interactive",
      "score": 6,
      "displayValue": "9.0 s",
      "numericValue": 8987.407074981702
    },
    {
      "id": "first-contentful-paint",
      "title": "First Contentful Paint",
      "score": 29,
      "displayValue": "2.0 s",
      "numericValue": 2012.0031034448211
    }
  ]
}

Performance and AccessibilityPerformanceBrowser audit

Avoid enormous network payloads

10 Warning

Check name

Avoid enormous network payloads

Score

50/100

Status

warning

Device

desktop

Category

Performance

Estimated savings

Total size was 5,465 KiB

Fix guidance

Large network payloads cost users real money and are highly correlated with long load times. [Learn how to reduce payload sizes](https://developer.chrome.com/docs/lighthouse/performance/total-byte-weight/).

Evidence
{
  "displayValue": "Total size was 5,465 KiB",
  "description": "Large network payloads cost users real money and are highly correlated with long load times. [Learn how to reduce payload sizes](https://developer.chrome.com/docs/lighthouse/performance/total-byte-weight/).",
  "numericValue": 5595694
}

Performance and AccessibilityPerformanceBrowser audit

Minify CSS

10 Warning

Check name

Minify CSS

Score

50/100

Status

warning

Device

desktop

Category

Performance

Estimated savings

Est savings of 10 KiB

Fix guidance

Minifying CSS files can reduce network payload sizes. [Learn how to minify CSS](https://developer.chrome.com/docs/lighthouse/performance/unminified-css/).

Evidence
{
  "displayValue": "Est savings of 10 KiB",
  "description": "Minifying CSS files can reduce network payload sizes. [Learn how to minify CSS](https://developer.chrome.com/docs/lighthouse/performance/unminified-css/).",
  "numericValue": 0
}

Fix with MCP or CLI

Use this report as the handoff into remediation. Generate a coding-agent prompt with the failing checks attached, or jump to the MCP and CLI setup docs before your next rescan.

Score history

Public scan score over time

Public reports for this website origin. Select any point or report link to open that canonical report.

1 reports
Public score history report links
Scan dateScoreReadinessReport
58/100Level 3, Bot-AwareCurrent report
Report ID 908968e7-9db5-45ed-8ee8-e68da7579def. Scanned Jun 8, 2026, 3:06 PM.
dropbox.com AI SEO Report: 58/100 (Level 3, Bot-Aware)