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

OVERALL SCORE

Level 2, Agent-Limited

Priority improvements needed for AI agents
AIDiscoverability36%Agent Easeof Use8%Security& Trust40%GEO, AIO, AEO75%SEO100%Performance& Accessibility46%
  • AI Discoverability 36 out of 100
  • Agent Ease of Use 8 out of 100
  • Security & Trust 40 out of 100
  • GEO, AIO and AEO 75 out of 100
  • SEO 100 out of 100
  • Performance and Accessibility 46 out of 100

CAPTURED SCREENSHOT

Captured website desktop screenshot

What AI sees of your website

Docusign | #1 in Electronic Signature and Intelligent Agreement Management favicon

Docusign | #1 in Electronic Signature and Intelligent Agreement Management

Create, commit to, and manage your agreements all in one platform with Docusign IAM. Electronically sign for free.

Next step

Turn this report into a fix workflow

25 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
36
Priority fix7160View details
Discoverability
67
Needs work540View details
Content Readiness
33
Priority fix280View details
Bot Access Control
0
Priority fix040View details
Agent Ease of Use
8
Priority fix6240View details
API
0
Priority fix060View details
Auth
Not Applicable
Not Applicable040View details
MCP
25
Priority fix260View details
Skill Discovery
0
Priority fix080View details
Agent Commerce
Not Applicable
Not Applicable400
GEO, AIO and AEO
75
Mostly ready7211View details
GEO Readiness
78
Mostly ready204
AIO Readiness
80
Mostly ready313View details
AEO Readiness
67
Needs work214View details
SEO
100
Strong1100
SEO
100
Strong1100
Security & Trust
40
Priority fix630View details
Security & Trust
40
Priority fix230View details
AI Training Exposure
Not Applicable
Not Applicable400
Performance and Accessibility
46
Priority fix2032View details
Performance
19
Priority fix922View details
Accessibility
96
Strong1110View details

Prioritized recommendations

Issues ranked by score impact

42 items need attention

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; charset=utf-8"
      },
      "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><html lang=\"en\"><head><meta charSet=\"utf-8\"/><meta name=\"viewport\" content=\"width=device-width\"/><script id=\"datalayer\" type=\"text/javascript\">\n              /*DS_OA*/\n              window.dataLayer = window.dataLayer || [];dataLayer.push({'event': 'DS_optimizely_event_hold'});window.optimizely = window.optimizely || [];window.optimizely.push({type: 'holdEvents'});\n            </script><script id=\"gtm\">(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src='https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);})(window,document,'script','dataLayer','GTM-NXX2M47');</script><script type=\"application/ld+json"
      },
      "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 DiscoverabilityDiscoverabilityEstablished

High-value schema types

High-value schema types is missing or incomplete.

50 Fail

Needs attention

High-value schema types

Failed check
01

Issue

No high-value schema types (e.g. Article, Product, Service) were found.

02

Why it matters

High-value schema types tell agents whether a page is an article, product, event, service, or other actionable content type.

Check name

High-value schema types

Score

0/100

Status

fail

Category

Discoverability

Maturity

Established

Goal

Use schema types that describe the page's primary content or offering.

Result

High-value schema types is missing or incomplete.

Evidence
{
  "found": [],
  "expected": [
    "Article",
    "BlogPosting",
    "NewsArticle",
    "Product",
    "SoftwareApplication",
    "FAQPage",
    "LocalBusiness",
    "VideoObject",
    "HowTo",
    "Event",
    "Course",
    "Review",
    "Service"
  ],
  "allTypes": [
    "Organization",
    "WebPage",
    "WebSite"
  ]
}

AI DiscoverabilityDiscoverabilityEstablished

Link headers

Link headers failed at "Find useful Link headers".

50 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": [
          {
            "url": "https://docucdn-a.akamaihd.net",
            "rel": "preconnect"
          }
        ]
      },
      "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

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; charset=utf-8" 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; charset=utf-8" 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; charset=utf-8",
            "valid": false,
            "issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html; charset=utf-8\" 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><html lang=\"en\"><head><meta charSet=\"utf-8\"/><meta name=\"viewport\" content=\"width=device-width\"/><script id=\"datalayer\" type=\"text/javascript\">\n              /*DS_OA*/\n              window.dataLayer = window.dataLayer || [];dataLayer.push({'event': 'DS_optimizely_event_hold'});window.optimizely = window.optimizely || [];window.optimizely.push({type: 'holdEvents'});\n            </script><script id=\"gtm\">(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src='https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);})(window,document,'script','dataLayer','GTM-NXX2M47');</script><script type=\"application/ld+json"
          },
          {
            "path": "/openapi.yaml",
            "statusCode": 404,
            "contentType": "text/html; charset=utf-8",
            "valid": false,
            "issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html; charset=utf-8\" 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><html lang=\"en\"><head><meta charSet=\"utf-8\"/><meta name=\"viewport\" content=\"width=device-width\"/><script id=\"datalayer\" type=\"text/javascript\">\n              /*DS_OA*/\n              window.dataLayer = window.dataLayer || [];dataLayer.push({'event': 'DS_optimizely_event_hold'});window.optimizely = window.optimizely || [];window.optimizely.push({type: 'holdEvents'});\n            </script><script id=\"gtm\">(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src='https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);})(window,document,'script','dataLayer','GTM-NXX2M47');</script><script type=\"application/ld+json"
          },
          {
            "path": "/swagger.json",
            "statusCode": 404,
            "contentType": "text/html; charset=utf-8",
            "valid": false,
            "issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html; charset=utf-8\" 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><html lang=\"en\"><head><meta charSet=\"utf-8\"/><meta name=\"viewport\" content=\"width=device-width\"/><script id=\"datalayer\" type=\"text/javascript\">\n              /*DS_OA*/\n              window.dataLayer = window.dataLayer || [];dataLayer.push({'event': 'DS_optimizely_event_hold'});window.optimizely = window.optimizely || [];window.optimizely.push({type: 'holdEvents'});\n            </script><script id=\"gtm\">(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src='https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);})(window,document,'script','dataLayer','GTM-NXX2M47');</script><script type=\"application/ld+json"
          },
          {
            "path": "/swagger.yaml",
            "statusCode": 404,
            "contentType": "text/html; charset=utf-8",
            "valid": false,
            "issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html; charset=utf-8\" 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><html lang=\"en\"><head><meta charSet=\"utf-8\"/><meta name=\"viewport\" content=\"width=device-width\"/><script id=\"datalayer\" type=\"text/javascript\">\n              /*DS_OA*/\n              window.dataLayer = window.dataLayer || [];dataLayer.push({'event': 'DS_optimizely_event_hold'});window.optimizely = window.optimizely || [];window.optimizely.push({type: 'holdEvents'});\n            </script><script id=\"gtm\">(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src='https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);})(window,document,'script','dataLayer','GTM-NXX2M47');</script><script type=\"application/ld+json"
          },
          {
            "path": "/api/openapi.json",
            "statusCode": 404,
            "contentType": "text/html; charset=utf-8",
            "valid": false,
            "issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html; charset=utf-8\" 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><html lang=\"en\"><head><meta charSet=\"utf-8\"/><meta name=\"viewport\" content=\"width=device-width\"/><script id=\"datalayer\" type=\"text/javascript\">\n              /*DS_OA*/\n              window.dataLayer = window.dataLayer || [];dataLayer.push({'event': 'DS_optimizely_event_hold'});window.optimizely = window.optimizely || [];window.optimizely.push({type: 'holdEvents'});\n            </script><script id=\"gtm\">(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src='https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);})(window,document,'script','dataLayer','GTM-NXX2M47');</script><script type=\"application/ld+json"
          },
          {
            "path": "/api/swagger.json",
            "statusCode": 404,
            "contentType": "text/html; charset=utf-8",
            "valid": false,
            "issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html; charset=utf-8\" 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><html lang=\"en\"><head><meta charSet=\"utf-8\"/><meta name=\"viewport\" content=\"width=device-width\"/><script id=\"datalayer\" type=\"text/javascript\">\n              /*DS_OA*/\n              window.dataLayer = window.dataLayer || [];dataLayer.push({'event': 'DS_optimizely_event_hold'});window.optimizely = window.optimizely || [];window.optimizely.push({type: 'holdEvents'});\n            </script><script id=\"gtm\">(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src='https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);})(window,document,'script','dataLayer','GTM-NXX2M47');</script><script type=\"application/ld+json"
          },
          {
            "path": "/docs/openapi.json",
            "statusCode": 404,
            "contentType": "text/html; charset=utf-8",
            "valid": false,
            "issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html; charset=utf-8\" 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><html lang=\"en\"><head><meta charSet=\"utf-8\"/><meta name=\"viewport\" content=\"width=device-width\"/><script id=\"datalayer\" type=\"text/javascript\">\n              /*DS_OA*/\n              window.dataLayer = window.dataLayer || [];dataLayer.push({'event': 'DS_optimizely_event_hold'});window.optimizely = window.optimizely || [];window.optimizely.push({type: 'holdEvents'});\n            </script><script id=\"gtm\">(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src='https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);})(window,document,'script','dataLayer','GTM-NXX2M47');</script><script type=\"application/ld+json"
          }
        ]
      },
      "issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html; charset=utf-8\" 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 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
}

Security & TrustSecurity & TrustEstablished

Content-Security-Policy

Content-Security-Policy is missing or incomplete.

33 Fail

Needs attention

Content-Security-Policy

Failed check
01

Issue

Content-Security-Policy is missing or incomplete.

02

Why it matters

Content Security Policy limits where scripts, styles, frames, and connections can load from, reducing the impact of injection bugs.

Check name

Content-Security-Policy

Score

0/100

Status

fail

Category

Security & Trust

Maturity

Established

Goal

Constrain script, style, frame, and resource loading with a Content-Security-Policy header.

Result

Content-Security-Policy is missing or incomplete.

Evidence
{
  "header": "content-security-policy",
  "value": null
}

Security & TrustSecurity & TrustEstablished

Frame protection

Frame protection is missing or incomplete.

33 Fail

Needs attention

Frame protection

Failed check
01

Issue

Frame protection is missing or incomplete.

02

Why it matters

Frame protection blocks hostile sites from embedding pages in deceptive frames, reducing clickjacking risk.

Check name

Frame protection

Score

0/100

Status

fail

Category

Security & Trust

Maturity

Established

Goal

Prevent unwanted framing with X-Frame-Options or CSP frame-ancestors.

Result

Frame protection is missing or incomplete.

Evidence
{
  "xFrameOptions": null,
  "validXFrame": false,
  "contentSecurityPolicy": null,
  "cspFrameAncestors": 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; charset=utf-8",
            "length": 365006
          },
          {
            "path": "/.well-known/mcp/server-cards.json",
            "statusCode": 404,
            "contentType": "text/html; charset=utf-8",
            "length": 365006
          },
          {
            "path": "/.well-known/mcp.json",
            "statusCode": 404,
            "contentType": "text/html; charset=utf-8",
            "length": 365006
          }
        ]
      },
      "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; charset=utf-8",
            "length": 365006
          },
          {
            "path": "/.well-known/mcp.json",
            "statusCode": 404,
            "contentType": "text/html; charset=utf-8",
            "length": 365006
          },
          {
            "path": "/.well-known/mcp/server-card.json",
            "statusCode": 404,
            "contentType": "text/html; charset=utf-8",
            "length": 365006
          }
        ]
      },
      "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."
    }
  ]
}

Security & TrustSecurity & TrustEstablished

Referrer-Policy

Referrer-Policy is missing or incomplete.

33 Fail

Needs attention

Referrer-Policy

Failed check
01

Issue

Referrer-Policy is missing or incomplete.

02

Why it matters

Referrer-Policy controls how much URL context is sent to other origins, limiting accidental leakage of paths, queries, and identifiers.

Check name

Referrer-Policy

Score

0/100

Status

fail

Category

Security & Trust

Maturity

Established

Goal

Limit how much referrer data leaves the site.

Result

Referrer-Policy is missing or incomplete.

Evidence
{
  "header": "referrer-policy",
  "value": null
}

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; charset=utf-8",
            "length": 365006
          }
        ]
      },
      "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; charset=utf-8",
            "length": 365006
          },
          {
            "path": "/webmcp.json",
            "statusCode": 404,
            "contentType": "text/html; charset=utf-8",
            "length": 365006
          },
          {
            "path": "/mcp.json",
            "statusCode": 404,
            "contentType": "text/html; charset=utf-8",
            "length": 365006
          }
        ]
      },
      "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; charset=utf-8",
            "length": 365006
          },
          {
            "path": "/.well-known/a2a/agent-card.json",
            "statusCode": 404,
            "contentType": "text/html; charset=utf-8",
            "length": 365006
          },
          {
            "path": "/agent-card.json",
            "statusCode": 404,
            "contentType": "text/html; charset=utf-8",
            "length": 365006
          }
        ]
      },
      "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; charset=utf-8",
            "length": 365006
          },
          {
            "path": "/.well-known/skills/index.json",
            "statusCode": 404,
            "contentType": "text/html; charset=utf-8",
            "length": 365006
          }
        ]
      },
      "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; charset=utf-8",
            "length": 365006
          },
          {
            "path": "/agent.json",
            "statusCode": 404,
            "contentType": "text/html; charset=utf-8",
            "length": 365006
          }
        ]
      },
      "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; charset=utf-8",
            "length": 365006
          },
          {
            "path": "/agents.json",
            "statusCode": 404,
            "contentType": "text/html; charset=utf-8",
            "length": 365006
          }
        ]
      },
      "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."
    }
  ]
}

AI DiscoverabilityContent ReadinessEstablished

Content freshness signals

Content freshness signals is missing or incomplete.

25 Fail

Needs attention

Content freshness signals

Failed check
01

Issue

Content freshness signals are incomplete: missing Last-Modified HTTP header; missing dateModified/datePublished in JSON-LD; missing meta or <time> freshness tags.

02

Why it matters

Freshness signals help agents decide whether content is current enough to cite, summarize, or compare against newer sources.

Check name

Content freshness signals

Score

0/100

Status

fail

Category

Content Readiness

Maturity

Established

Goal

Expose modified and published dates for freshness-aware retrieval and ranking.

Result

Content freshness signals is missing or incomplete.

Evidence
{
  "lastModified": null,
  "schemaDates": [],
  "metaDateCount": 0,
  "timeDateCount": 0
}

AI DiscoverabilityContent ReadinessEmerging recommendation

llms.txt

llms.txt failed at "Fetch to find resource".

25 Fail

Needs attention

llms.txt

Failed check
01

Issue

llms.txt was not found at the expected path.

02

Why it matters

llms.txt gives language-model clients a concise, curated summary of important site context and links before they crawl broadly.

Check name

llms.txt

Score

0/100

Status

fail

Category

Content Readiness

Maturity

Emerging recommendation

Goal

Publish llms.txt to summarize agent-readable site guidance.

Result

llms.txt failed at "Fetch to find resource".

Validation steps

  1. Fetch to find resource

    llms.txt was not found at the expected path.

Evidence
{
  "failedStep": "fetch",
  "steps": [
    {
      "id": "fetch",
      "title": "Fetch to find resource",
      "status": "fail",
      "evidence": {
        "checked": [
          {
            "path": "/llms.txt",
            "statusCode": 404,
            "contentType": "text/html; charset=utf-8",
            "length": 504642
          },
          {
            "path": "/llms-full.txt",
            "statusCode": 404,
            "contentType": "text/html; charset=utf-8",
            "length": 504642
          }
        ]
      },
      "issue": "llms.txt was not found at the expected path.",
      "howToFix": "Publish /llms.txt as Markdown with a clear title, concise site summary, and useful links for agents."
    }
  ]
}

AI DiscoverabilityContent ReadinessEstablished

Markdown negotiation

Markdown negotiation failed at "Markdown content type".

25 Fail

Needs attention

Markdown negotiation

Failed check
01

Issue

Content-Type "text/html; charset=utf-8" 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 "text/html; charset=utf-8" 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": 200,
        "contentType": "text/html; charset=utf-8"
      },
      "issue": "Content-Type \"text/html; charset=utf-8\" 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": 80084,
        "excerpt": "<!DOCTYPE html><html lang=\"en\"><head><script>window.DS_LUMA = {\"country\":{\"code\":\"IN\",\"name\":\"India\"},\"subdivision\":{\"code\":\"KA\",\"name\":\"Karnataka\"},\"city\":\"Bengaluru\"};window.DS_DB_DATA=({\"er\":{}})</script><meta charSet=\"utf-8\"/><meta name",
        "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."
    }
  ]
}

AI DiscoverabilityContent ReadinessEstablished

Semantic HTML

Semantic HTML is missing or incomplete.

25 Fail

Needs attention

Semantic HTML

Failed check
01

Issue

Semantic HTML is incomplete: invalid h1 (found 0).

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": false,
  "headingOrder": true,
  "accessibleLinks": true,
  "accessibleButtons": true,
  "imageAltCoverage": true,
  "formAutocompleteCoverage": true,
  "details": {
    "inaccessibleLinks": [],
    "inaccessibleButtons": [],
    "missingAutocompleteInputs": [],
    "imagesMissingAlt": [],
    "skippedHeadingLevels": []
  },
  "counts": {
    "h1": 0,
    "headings": 49,
    "links": 156,
    "inaccessibleLinks": 0,
    "buttons": 24,
    "inaccessibleButtons": 0,
    "images": 86,
    "imagesWithAlt": 86,
    "autocompleteInputs": 0,
    "inputsWithAutocomplete": 0,
    "missingAutocompleteInputs": 0
  }
}

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://www.linkedin.com/company/docusign",
      "text": "LinkedIn",
      "html": "<a href=\"https://www.linkedin.com/company/docusign\" data-context=\"footer-bar-social\" data-action=\"linkedin\" class=\"css-c15d0f\"><span class=\"css-1nsibl9\">LinkedIn</span><span aria-hidden=\"true\" class=\"css-n28gwr\"><svg fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" width=\"24\" height=\"24\"><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M19 19h-3v-4.74c0-1.42-.6-1.93-1.38-1.93a1.75 1.75 0 0 0-1.62 2V19h-3v-9h2.9v1.3a3.111 3.111 0 0 1 2.7-1.4c1.55 0 3.36.86 3.36 3.66L19 19ZM6...."
    }
  ],
  "contactLinks": [
    {
      "href": "https://support.docusign.com/s/?language=en_US",
      "text": "Support",
      "html": "<a href=\"https://support.docusign.com/s/?language=en_US\" target=\"_self\" class=\"css-121l1fb e1tasy2f0\" data-context=\"nav-utility\" data-type=\"link\" data-action=\"support\"><div class=\"css-g4mfjf e1tasy2f1\">Support</div></a>"
    },
    {
      "href": "https://support.docusign.com/s/?language=en_US",
      "text": "Support Center",
      "html": "<a href=\"https://support.docusign.com/s/?language=en_US\" target=\"_self\" class=\"css-1itjty0 e1tasy2f0\" data-context=\"nav-main-link\" data-area=\"our resources\" data-action=\"support center\"><div class=\"css-aknfkn e1tasy2f1\"><div><span class=\"css-llpyjt\">Support Center</span></div></div></a>"
    }
  ],
  "privacyLinks": [
    {
      "href": "https://www.docusign.com/legal/terms-and-conditions",
      "text": "Terms of Use",
      "html": "<a href=\"https://www.docusign.com/legal/terms-and-conditions\" target=\"_self\" class=\"css-yfy4wl e1tasy2f0\" data-context=\"footer-bottom\" data-action=\"terms of use\"><div class=\"css-1eg020q e1tasy2f1\">Terms of Use</div></a>"
    },
    {
      "href": "https://www.docusign.com/privacy",
      "text": "Privacy Notice",
      "html": "<a href=\"https://www.docusign.com/privacy\" target=\"_self\" class=\"css-yfy4wl e1tasy2f0\" data-context=\"footer-bottom\" data-action=\"privacy policy\"><div class=\"css-1eg020q e1tasy2f1\">Privacy Notice</div></a>"
    },
    {
      "href": "https://www.docusign.com/privacy#8",
      "text": "Notice to California Residents",
      "html": "<a href=\"https://www.docusign.com/privacy#8\" target=\"_self\" class=\"css-yfy4wl e1tasy2f0\" data-context=\"footer-bottom\" data-action=\"notice to california residents \"><div class=\"css-1eg020q e1tasy2f1\">Notice to California Residents</div></a>"
    }
  ],
  "score": 40,
  "weight": 20
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

GEO: Entity clarity

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

7 Warning

Needs attention

GEO: Entity clarity

Warning
01

Issue

Title/H1 terms missing from description: electronic, signature, intelligent, agreement, management.

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

50/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 50/100 and needs improvement.

Evidence
{
  "title": "Docusign | #1 in Electronic Signature and Intelligent Agreement Management",
  "h1": "",
  "description": "Create, commit to, and manage your agreements all in one platform with Docusign IAM. Electronically sign for free.",
  "topicOverlap": 0.16666666666666666,
  "topicTerms": [
    "docusign",
    "electronic",
    "signature",
    "intelligent",
    "agreement",
    "management"
  ],
  "descriptionTerms": [
    "create",
    "commit",
    "manage",
    "agreements",
    "all",
    "one",
    "platform",
    "docusign",
    "iam",
    "electronically",
    "sign",
    "free"
  ],
  "missingFromDescription": [
    "electronic",
    "signature",
    "intelligent",
    "agreement",
    "management"
  ],
  "score": 50,
  "weight": 28
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

AEO: Answer evidence and trust

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

6 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://www.linkedin.com/company/docusign",
      "text": "LinkedIn",
      "html": "<a href=\"https://www.linkedin.com/company/docusign\" data-context=\"footer-bar-social\" data-action=\"linkedin\" class=\"css-c15d0f\"><span class=\"css-1nsibl9\">LinkedIn</span><span aria-hidden=\"true\" class=\"css-n28gwr\"><svg fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" width=\"24\" height=\"24\"><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M19 19h-3v-4.74c0-1.42-.6-1.93-1.38-1.93a1.75 1.75 0 0 0-1.62 2V19h-3v-9h2.9v1.3a3.111 3.111 0 0 1 2.7-1.4c1.55 0 3.36.86 3.36 3.66L19 19ZM6...."
    }
  ],
  "contactLinks": [
    {
      "href": "https://support.docusign.com/s/?language=en_US",
      "text": "Support",
      "html": "<a href=\"https://support.docusign.com/s/?language=en_US\" target=\"_self\" class=\"css-121l1fb e1tasy2f0\" data-context=\"nav-utility\" data-type=\"link\" data-action=\"support\"><div class=\"css-g4mfjf e1tasy2f1\">Support</div></a>"
    },
    {
      "href": "https://support.docusign.com/s/?language=en_US",
      "text": "Support Center",
      "html": "<a href=\"https://support.docusign.com/s/?language=en_US\" target=\"_self\" class=\"css-1itjty0 e1tasy2f0\" data-context=\"nav-main-link\" data-area=\"our resources\" data-action=\"support center\"><div class=\"css-aknfkn e1tasy2f1\"><div><span class=\"css-llpyjt\">Support Center</span></div></div></a>"
    }
  ],
  "privacyLinks": [
    {
      "href": "https://www.docusign.com/legal/terms-and-conditions",
      "text": "Terms of Use",
      "html": "<a href=\"https://www.docusign.com/legal/terms-and-conditions\" target=\"_self\" class=\"css-yfy4wl e1tasy2f0\" data-context=\"footer-bottom\" data-action=\"terms of use\"><div class=\"css-1eg020q e1tasy2f1\">Terms of Use</div></a>"
    },
    {
      "href": "https://www.docusign.com/privacy",
      "text": "Privacy Notice",
      "html": "<a href=\"https://www.docusign.com/privacy\" target=\"_self\" class=\"css-yfy4wl e1tasy2f0\" data-context=\"footer-bottom\" data-action=\"privacy policy\"><div class=\"css-1eg020q e1tasy2f1\">Privacy Notice</div></a>"
    },
    {
      "href": "https://www.docusign.com/privacy#8",
      "text": "Notice to California Residents",
      "html": "<a href=\"https://www.docusign.com/privacy#8\" target=\"_self\" class=\"css-yfy4wl e1tasy2f0\" data-context=\"footer-bottom\" data-action=\"notice to california residents \"><div class=\"css-1eg020q e1tasy2f1\">Notice to California Residents</div></a>"
    }
  ],
  "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.

5 Warning

Needs attention

AEO: Answer-first sections

Warning
01

Issue

46 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": 49,
  "passing": 3,
  "failing": [
    {
      "heading": "Momentum 2026 Keynote",
      "headingHtml": "<h2 id=\"momentum-2026-keynote\" class=\"css-1oe0uc1 e1et20720\">Momentum 2026 Keynote</h2>",
      "firstParagraph": "How industry leaders are redefining how business gets done with Docusign.",
      "paragraphHtml": "<p class=\"css-jcip0z exckk0s11\">How industry leaders are redefining how business gets done with Docusign.</p>",
      "words": 11,
      "direct": false,
      "issue": "First paragraph is 11 words and does not look like a concise direct answer."
    },
    {
      "heading": "AI-powered agreement management",
      "headingHtml": "<h2 id=\"aipowered-agreement-management\" contentappearance=\"accent\" class=\"ef7x3124 css-8u7x1f e1et20720\">AI-powered agreement management</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Find, analyze, and act on agreements powered by AI",
      "headingHtml": "<h3 id=\"find-analyze-and-act-on-agreements-powered-by-ai\" class=\"css-8yhmh0 e1et20720\">Find, analyze, and act on agreements powered by AI</h3>",
      "firstParagraph": "Turn signed agreements into data-rich assets to drive efficiency, uncover insights, and proactively reduce risk.",
      "paragraphHtml": "<p>Turn signed agreements into data-rich assets to drive efficiency, uncover insights, and proactively reduce risk. </p>",
      "words": 15,
      "direct": false,
      "issue": "First paragraph is 15 words and does not look like a concise direct answer."
    },
    {
      "heading": "Send, sign, and track documents",
      "headingHtml": "<h3 id=\"send-sign-and-track-documents\" class=\"css-8yhmh0 e1et20720\">Send, sign, and track documents</h3>",
      "firstParagraph": "Get signatures from anywhere, using almost any device. Finalize agreements faster with collaborative commenting, shared templates, and delivery in the apps your signers already use.",
      "paragraphHtml": "<p>Get signatures from anywhere, using almost any device. Finalize agreements faster with collaborative commenting, shared templates, and delivery in the apps your signers already use.</p>",
      "words": 25,
      "direct": false,
      "issue": "First paragraph is 25 words and does not look like a concise direct answer."
    },
    {
      "heading": "Automate agreement processes",
      "headingHtml": "<h3 id=\"automate-agreement-processes\" class=\"css-8yhmh0 e1et20720\">Automate agreement processes</h3>",
      "firstParagraph": "Build customized workflows that automate and accelerate the various steps in your agreement processes—no coding required.",
      "paragraphHtml": "<p>Build customized workflows that automate and accelerate the various steps in your agreement processes&#x2014;no coding required.</p>",
      "words": 17,
      "direct": false,
      "issue": "First paragraph is 17 words and does not look like a concise direct answer."
    },
    {
      "heading": "Build and scale with developer tools and APIs",
      "headingHtml": "<h3 id=\"build-and-scale-with-developer-tools-and-apis\" class=\"css-8yhmh0 e1et20720\">Build and scale with developer tools and APIs</h3>",
      "firstParagraph": "Integrate, customize, and scale agreement processes—creating solutions tailored to your unique business needs.",
      "paragraphHtml": "<p>Integrate, customize, and scale agreement processes&#x2014;creating solutions tailored to your unique business needs.</p>",
      "words": 14,
      "direct": false,
      "issue": "First paragraph is 14 words and does not look like a concise direct answer."
    },
    {
      "heading": "Bring people, agreements, and information together",
      "headingHtml": "<h3 id=\"bring-people-agreements-and-information-together\" class=\"css-8yhmh0 e1et20720\">Bring people, agreements, and information together</h3>",
      "firstParagraph": "Centralize agreements in a secure hub to simplify tasks and collaborate in real-time, eliminating the back-and-forth that frustrates your customers.",
      "paragraphHtml": "<p>Centralize agreements in a secure hub to simplify tasks and collaborate in real-time, eliminating the back-and-forth that frustrates your customers.</p>",
      "words": 20,
      "direct": false,
      "issue": "First paragraph is 20 words and does not look like a concise direct answer."
    },
    {
      "heading": "Optimize your contract lifecycle",
      "headingHtml": "<h3 id=\"optimize-your-contract-lifecycle\" class=\"css-8yhmh0 e1et20720\">Optimize your contract lifecycle</h3>",
      "firstParagraph": "Accelerate cycle times, maximize agreement value, and eliminate unnecessary contractual risks.",
      "paragraphHtml": "<p>Accelerate cycle times, maximize agreement value, and eliminate unnecessary contractual risks.</p>",
      "words": 11,
      "direct": false,
      "issue": "First paragraph is 11 words and does not look like a concise direct answer."
    },
    {
      "heading": "Close faster with automated agreements",
      "headingHtml": "<h3 id=\"close-faster-with-automated-agreements\" class=\"css-8yhmh0 e1et20720\">Close faster with automated agreements</h3>",
      "firstParagraph": "Leverage AI you can trust at every stage of your agreement lifecycle. Create contracts faster, drive smarter negotiations and reviews, and uncover business opportunities across your agreement portfolio.",
      "paragraphHtml": "<p>Leverage AI you can trust at every stage of your agreement lifecycle. Create contracts faster, drive smarter negotiations and reviews, and uncover business opportunities across your agreement portfolio.</p>",
      "words": 28,
      "direct": false,
      "issue": "First paragraph is 28 words and does not look like a concise direct answer."
    },
    {
      "heading": "Seamless approval routing",
      "headingHtml": "<h3 id=\"seamless-approval-routing\" class=\"css-8yhmh0 e1et20720\">Seamless approval routing</h3>",
      "firstParagraph": "Tedious approval rounds stall deals and frustrate sellers. Alleviate bottlenecks by seamlessly routing to approvers on devices they already use.",
      "paragraphHtml": "<p>Tedious approval rounds stall deals and frustrate sellers. Alleviate bottlenecks by seamlessly routing to approvers on devices they already use.</p>",
      "words": 20,
      "direct": false,
      "issue": "First paragraph is 20 words and does not look like a concise direct answer."
    },
    {
      "heading": "Simplify complex contracting processes",
      "headingHtml": "<h3 id=\"simplify-complex-contracting-processes\" class=\"css-8yhmh0 e1et20720\">Simplify complex contracting processes</h3>",
      "firstParagraph": "Streamline the sales contract lifecycle across your enterprise to secure better terms, reduce risks, and drive more value for your deals.",
      "paragraphHtml": "<p>Streamline the sales contract lifecycle across your enterprise to secure better terms, reduce risks, and drive more value for your deals.</p>",
      "words": 21,
      "direct": false,
      "issue": "First paragraph is 21 words and does not look like a concise direct answer."
    },
    {
      "heading": "Send, sign, and track documents",
      "headingHtml": "<h3 id=\"send-sign-and-track-documents\" class=\"css-8yhmh0 e1et20720\">Send, sign, and track documents</h3>",
      "firstParagraph": "Get signatures from anywhere, using almost any device. Finalize agreements faster with collaborative commenting, shared templates, and delivery in the apps your signers already use.",
      "paragraphHtml": "<p>Get signatures from anywhere, using almost any device. Finalize agreements faster with collaborative commenting, shared templates, and delivery in the apps your signers already use.</p>",
      "words": 25,
      "direct": false,
      "issue": "First paragraph is 25 words and does not look like a concise direct answer."
    },
    {
      "heading": "Streamline your customer onboarding",
      "headingHtml": "<h3 id=\"streamline-your-customer-onboarding\" class=\"css-8yhmh0 e1et20720\">Streamline your customer onboarding</h3>",
      "firstParagraph": "Eliminate onboarding chaos. Simplify workflows to get customers up and running quickly with a platform encompassing all essential tools for optimal customer experience.",
      "paragraphHtml": "<p>Eliminate onboarding chaos. Simplify workflows to get customers up and running quickly with a platform encompassing all essential tools for optimal customer experience.</p>",
      "words": 23,
      "direct": false,
      "issue": "First paragraph is 23 words and does not look like a concise direct answer."
    },
    {
      "heading": "Automate agreement processes so you can focus on customer delight",
      "headingHtml": "<h3 id=\"automate-agreement-processes-so-you-can-focus-on-customer-delight\" class=\"css-8yhmh0 e1et20720\">Automate agreement processes so you can focus on customer delight</h3>",
      "firstParagraph": "Free up time with tailored workflows designed to match your user experience needs—no code required.",
      "paragraphHtml": "<p>Free up time with tailored workflows designed to match your user experience needs&#x2014;no code required.</p>",
      "words": 16,
      "direct": false,
      "issue": "First paragraph is 16 words and does not look like a concise direct answer."
    },
    {
      "heading": "Send, sign, and track documents",
      "headingHtml": "<h3 id=\"send-sign-and-track-documents\" class=\"css-8yhmh0 e1et20720\">Send, sign, and track documents</h3>",
      "firstParagraph": "Get signatures from anywhere, using almost any device. Finalize agreements faster with collaborative commenting, shared templates, and delivery in the apps your signers already use.",
      "paragraphHtml": "<p>Get signatures from anywhere, using almost any device. Finalize agreements faster with collaborative commenting, shared templates, and delivery in the apps your signers already use.</p>",
      "words": 25,
      "direct": false,
      "issue": "First paragraph is 25 words and does not look like a concise direct answer."
    },
    {
      "heading": "Quickly collect signatures",
      "headingHtml": "<h3 id=\"quickly-collect-signatures\" class=\"css-8yhmh0 e1et20720\">Quickly collect signatures</h3>",
      "firstParagraph": "Deliver agreements to your customers’ preferred channels, whether it's text, WhatsApp, or email.",
      "paragraphHtml": "<p>Deliver agreements to your customers&#x2019; preferred channels, whether it&apos;s text, WhatsApp, or email.</p>",
      "words": 13,
      "direct": false,
      "issue": "First paragraph is 13 words and does not look like a concise direct answer."
    },
    {
      "heading": "Verify signer information instantly",
      "headingHtml": "<h3 id=\"verify-signer-information-instantly\" class=\"css-8yhmh0 e1et20720\">Verify signer information instantly</h3>",
      "firstParagraph": "Reduce delays caused by incomplete fields or errors, maintain compliance with industry regulations, and streamline signing by verifying user-input data in real time.",
      "paragraphHtml": "<p>Reduce delays caused by incomplete fields or errors, maintain compliance with industry regulations, and streamline signing by verifying user-input data in real time.</p>",
      "words": 23,
      "direct": false,
      "issue": "First paragraph is 23 words and does not look like a concise direct answer."
    },
    {
      "heading": "Accelerate supplier agreement cycles",
      "headingHtml": "<h3 id=\"accelerate-supplier-agreement-cycles\" class=\"css-8yhmh0 e1et20720\">Accelerate supplier agreement cycles</h3>",
      "firstParagraph": "Simplify multi-party contracts, routing, and execution to deliver value faster.",
      "paragraphHtml": "<p>Simplify multi-party contracts, routing, and execution to deliver value faster.</p>",
      "words": 10,
      "direct": false,
      "issue": "First paragraph is 10 words and does not look like a concise direct answer."
    },
    {
      "heading": "Never miss a renewal",
      "headingHtml": "<h3 id=\"never-miss-a-renewal\" class=\"css-8yhmh0 e1et20720\">Never miss a renewal</h3>",
      "firstParagraph": "Track renewals, payment terms, and other key dates, and leverage AI to automate reminders and access out-of-the-box reports from a central repository.",
      "paragraphHtml": "<p>Track renewals, payment terms, and other key dates, and leverage AI to automate reminders and access out-of-the-box reports from a central repository.</p>",
      "words": 22,
      "direct": false,
      "issue": "First paragraph is 22 words and does not look like a concise direct answer."
    },
    {
      "heading": "Streamline your process from intake-to-procurement",
      "headingHtml": "<h3 id=\"streamline-your-process-from-intaketoprocurement\" class=\"css-8yhmh0 e1et20720\">Streamline your process from intake-to-procurement</h3>",
      "firstParagraph": "Build workflows without writing code and make it easier for internal stakeholders to purchase while maintaining compliance.",
      "paragraphHtml": "<p>Build workflows without writing code and make it easier for internal stakeholders to purchase while maintaining compliance.</p>",
      "words": 17,
      "direct": false,
      "issue": "First paragraph is 17 words and does not look like a concise direct answer."
    },
    {
      "heading": "Streamline source-to-pay agreement processes",
      "headingHtml": "<h3 id=\"streamline-sourcetopay-agreement-processes\" class=\"css-8yhmh0 e1et20720\">Streamline source-to-pay agreement processes</h3>",
      "firstParagraph": "Capitalize on the full value of supplier agreements, and leverage AI to streamline high-value contracting across key systems of record.",
      "paragraphHtml": "<p>Capitalize on the full value of supplier agreements, and leverage AI to streamline high-value contracting across key systems of record.</p>",
      "words": 20,
      "direct": false,
      "issue": "First paragraph is 20 words and does not look like a concise direct answer."
    },
    {
      "heading": "Send, sign, and track documents",
      "headingHtml": "<h3 id=\"send-sign-and-track-documents\" class=\"css-8yhmh0 e1et20720\">Send, sign, and track documents</h3>",
      "firstParagraph": "Get signatures from anywhere, using almost any device. Finalize agreements faster with collaborative commenting, shared templates, and delivery in the apps your signers already use.",
      "paragraphHtml": "<p>Get signatures from anywhere, using almost any device. Finalize agreements faster with collaborative commenting, shared templates, and delivery in the apps your signers already use.</p>",
      "words": 25,
      "direct": false,
      "issue": "First paragraph is 25 words and does not look like a concise direct answer."
    },
    {
      "heading": "Easily create and send agreements with ready-to-go templates",
      "headingHtml": "<h3 id=\"easily-create-and-send-agreements-with-readytogo-templates\" class=\"css-8yhmh0 e1et20720\">Easily create and send agreements with ready-to-go templates</h3>",
      "firstParagraph": "Edit and use templates for your most commonly sent agreements.",
      "paragraphHtml": "<p>Edit and use templates for your most commonly sent agreements.</p>",
      "words": 10,
      "direct": false,
      "issue": "First paragraph is 10 words and does not look like a concise direct answer."
    },
    {
      "heading": "Invest in your people",
      "headingHtml": "<h3 id=\"invest-in-your-people\" class=\"css-8yhmh0 e1et20720\">Invest in your people</h3>",
      "firstParagraph": "Simplify hiring, onboarding, and employee experiences. Automate agreement processes so your team can focus on people, not paperwork.",
      "paragraphHtml": "<p>Simplify hiring, onboarding, and employee experiences. Automate agreement processes so your team can focus on people, not paperwork.</p>",
      "words": 18,
      "direct": false,
      "issue": "First paragraph is 18 words and does not look like a concise direct answer."
    },
    {
      "heading": "Send, sign, and track documents",
      "headingHtml": "<h3 id=\"send-sign-and-track-documents\" class=\"css-8yhmh0 e1et20720\">Send, sign, and track documents</h3>",
      "firstParagraph": "Get signatures from anywhere, using almost any device. Finalize agreements faster with collaborative commenting, shared templates, and delivery in the apps your signers already use.",
      "paragraphHtml": "<p>Get signatures from anywhere, using almost any device. Finalize agreements faster with collaborative commenting, shared templates, and delivery in the apps your signers already use.</p>",
      "words": 25,
      "direct": false,
      "issue": "First paragraph is 25 words and does not look like a concise direct answer."
    },
    {
      "heading": "Speed up hiring with web forms",
      "headingHtml": "<h3 id=\"speed-up-hiring-with-web-forms\" class=\"css-8yhmh0 e1et20720\">Speed up hiring with web forms</h3>",
      "firstParagraph": "Streamline data collection from hiring managers and candidates and speed up signing.",
      "paragraphHtml": "<p>Streamline data collection from hiring managers and candidates and speed up signing.</p>",
      "words": 12,
      "direct": false,
      "issue": "First paragraph is 12 words and does not look like a concise direct answer."
    },
    {
      "heading": "Verify signer identity",
      "headingHtml": "<h3 id=\"verify-signer-identity\" class=\"css-8yhmh0 e1et20720\">Verify signer identity</h3>",
      "firstParagraph": "Choose from a suite of proven authentication and ID verification options to securely access tax forms and documents.",
      "paragraphHtml": "<p>Choose from a suite of proven authentication and ID verification options to securely access tax forms and documents.</p>",
      "words": 18,
      "direct": false,
      "issue": "First paragraph is 18 words and does not look like a concise direct answer."
    },
    {
      "heading": "Easily send agreements with ready-to-go templates for HR",
      "headingHtml": "<h3 id=\"easily-send-agreements-with-readytogo-templates-for-hr\" class=\"css-8yhmh0 e1et20720\">Easily send agreements with ready-to-go templates for HR</h3>",
      "firstParagraph": "Edit and use templates for your most commonly sent agreements, like NDAs and offer letters.",
      "paragraphHtml": "<p>Edit and use templates for your most commonly sent agreements, like NDAs and offer letters.</p>",
      "words": 15,
      "direct": false,
      "issue": "First paragraph is 15 words and does not look like a concise direct answer."
    },
    {
      "heading": "Secure agreements with best-in-class compliance tools",
      "headingHtml": "<h3 id=\"secure-agreements-with-bestinclass-compliance-tools\" class=\"css-8yhmh0 e1et20720\">Secure agreements with best-in-class compliance tools</h3>",
      "firstParagraph": "Gain confidence in every transaction with advanced encryption and digital audit trails for airtight compliance.",
      "paragraphHtml": "<p>Gain confidence in every transaction with advanced encryption and digital audit trails for airtight compliance.</p>",
      "words": 15,
      "direct": false,
      "issue": "First paragraph is 15 words and does not look like a concise direct answer."
    },
    {
      "heading": "Proactively manage renewals",
      "headingHtml": "<h3 id=\"proactively-manage-renewals\" class=\"css-8yhmh0 e1et20720\">Proactively manage renewals</h3>",
      "firstParagraph": "Stay ahead of renewals—track key data, get alerts, and manage all your agreements in one place.",
      "paragraphHtml": "<p>Stay ahead of renewals&#x2014;track key data, get alerts, and manage all your agreements in one place.</p>",
      "words": 17,
      "direct": false,
      "issue": "First paragraph is 17 words and does not look like a concise direct answer."
    },
    {
      "heading": "Accelerate legal reviews and enhance productivity",
      "headingHtml": "<h3 id=\"accelerate-legal-reviews-and-enhance-productivity\" class=\"css-8yhmh0 e1et20720\">Accelerate legal reviews and enhance productivity</h3>",
      "firstParagraph": "Build customized workflows to automate contract creation, approvals, and get agreements finalized—no coding required.",
      "paragraphHtml": "<p>Build customized workflows to automate contract creation, approvals, and get agreements finalized&#x2014;no coding required.</p>",
      "words": 15,
      "direct": false,
      "issue": "First paragraph is 15 words and does not look like a concise direct answer."
    },
    {
      "heading": "Use AI to identify potential high-risk agreements",
      "headingHtml": "<h3 id=\"use-ai-to-identify-potential-highrisk-agreements\" class=\"css-8yhmh0 e1et20720\">Use AI to identify potential high-risk agreements</h3>",
      "firstParagraph": "Leverage AI to pinpoint agreements containing specific language and gain powerful insights about your portfolio, all from a central repository.",
      "paragraphHtml": "<p>Leverage AI to pinpoint agreements containing specific language and gain powerful insights about your portfolio, all from a central repository.</p>",
      "words": 20,
      "direct": false,
      "issue": "First paragraph is 20 words and does not look like a concise direct answer."
    },
    {
      "heading": "Send, sign, and track documents",
      "headingHtml": "<h3 id=\"send-sign-and-track-documents\" class=\"css-8yhmh0 e1et20720\">Send, sign, and track documents</h3>",
      "firstParagraph": "Get signatures from anywhere, using almost any device. Finalize agreements faster with collaborative commenting, shared templates, and delivery in the apps your signers already use.",
      "paragraphHtml": "<p>Get signatures from anywhere, using almost any device. Finalize agreements faster with collaborative commenting, shared templates, and delivery in the apps your signers already use.</p>",
      "words": 25,
      "direct": false,
      "issue": "First paragraph is 25 words and does not look like a concise direct answer."
    },
    {
      "heading": "Do (much) more with IAM",
      "headingHtml": "<h2 id=\"do-much-more-with-iam\" class=\"css-1oe0uc1 e1et20720\">Do (much) more with IAM</h2>",
      "firstParagraph": "Save time and unlock value from your agreements. With our pre-configured IAM applications, you can automate workflows, manage and analyze documents with AI, and seamlessly connect agreement data across systems.",
      "paragraphHtml": "<p class=\"css-jcip0z exckk0s11\">Save time and unlock value from your agreements. With our pre-configured IAM applications, you can automate workflows, manage and analyze documents with AI, and seamlessly connect agreement data across systems.</p>",
      "words": 30,
      "direct": false,
      "issue": "First paragraph is 30 words and does not look like a concise direct answer."
    },
    {
      "heading": "Build custom agreement workflows",
      "headingHtml": "<h2 id=\"build-custom-agreement-workflows\" class=\"css-1jmg0tt e1et20720\">Build custom agreement workflows</h2>",
      "firstParagraph": "Extend your workflows with a robust App Center, 1,000+ partner integrations, industry-leading APIs, and seamless connections to cloud storage.",
      "paragraphHtml": "<p class=\"css-anlly9 exckk0s11\">Extend your workflows with a robust App Center, 1,000+ partner integrations, industry-leading APIs, and seamless connections to cloud storage.</p>",
      "words": 20,
      "direct": false,
      "issue": "First paragraph is 20 words and does not look like a concise direct answer."
    },
    {
      "heading": "Companies do better with Docusign",
      "headingHtml": "<h2 id=\"companies-do-better-with-docusign\" class=\"e12j9ld37 css-10yxugv e1et20720\">Companies do better with Docusign</h2>",
      "firstParagraph": "1.7 million businesses, one solution. Learn how our customers save time and money, optimize business processes, and better serve their users.",
      "paragraphHtml": "<p class=\"css-xq0cvh e12j9ld36\">1.7 million businesses, one solution. Learn how our customers save time and money, optimize business processes, and better serve their users.</p>",
      "words": 22,
      "direct": false,
      "issue": "First paragraph is 22 words and does not look like a concise direct answer."
    },
    {
      "heading": "Recommended for you",
      "headingHtml": "<h2 id=\"recommended-for-you\" class=\"css-1oe0uc1 e1et20720\">Recommended for you</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Momentum is back in New York City on May 5 & 6!",
      "headingHtml": "<h2 id=\"momentum-is-back-in-new-york-city-on-may-5-6\" class=\"css-k1bpl5 e1et20720\">Momentum is back in New York City on May 5 &amp; 6!</h2>",
      "firstParagraph": "Be the first in line when registration opens for our flagship event at the Javits Center.",
      "paragraphHtml": "<p>Be the first in line when registration opens for our flagship event at the Javits Center.</p>",
      "words": 16,
      "direct": false,
      "issue": "First paragraph is 16 words and does not look like a concise direct answer."
    },
    {
      "heading": "The smartest way to navigate agreements",
      "headingHtml": "<h2 id=\"the-smartest-way-to-navigate-agreements\" class=\"css-k1bpl5 e1et20720\">The smartest way to navigate agreements</h2>",
      "firstParagraph": "Ask questions. Swap ideas. Stay ahead. All inside the Community.",
      "paragraphHtml": "<p>Ask questions. Swap ideas. Stay ahead. All inside the Community.</p>",
      "words": 10,
      "direct": false,
      "issue": "First paragraph is 10 words and does not look like a concise direct answer."
    },
    {
      "heading": "The 6 Ways You Can Send an Invoice",
      "headingHtml": "<h2 id=\"the-6-ways-you-can-send-an-invoice\" class=\"css-1t3vaep e1et20720\">The 6 Ways You Can Send an Invoice</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "How Housing Authorities Can Streamline HUD Tenant Recertification with Docusign IAM",
      "headingHtml": "<h2 id=\"how-housing-authorities-can-streamline-hud-tenant-recertification-with-docusign-iam\" class=\"css-1t3vaep e1et20720\">How Housing Authorities Can Streamline HUD Tenant Recertification with Docusign IAM</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Managing OMB Memorandum M-26-10 Compliance: Why Federal Agencies Need an AI-Powered System of Record",
      "headingHtml": "<h2 id=\"managing-omb-memorandum-m2610-compliance-why-federal-agencies-need-an-aipowered-system-of-record\" class=\"css-1t3vaep e1et20720\">Managing OMB Memorandum M-26-10 Compliance: Why Federal Agencies Need an AI-Powered System of Record</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "The 6 Ways You Can Send an Invoice",
      "headingHtml": "<h2 id=\"the-6-ways-you-can-send-an-invoice\" class=\"css-1t3vaep e1et20720\">The 6 Ways You Can Send an Invoice</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "How Housing Authorities Can Streamline HUD Tenant Recertification with Docusign IAM",
      "headingHtml": "<h2 id=\"how-housing-authorities-can-streamline-hud-tenant-recertification-with-docusign-iam\" class=\"css-1t3vaep e1et20720\">How Housing Authorities Can Streamline HUD Tenant Recertification with Docusign IAM</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Managing OMB Memorandum M-26-10 Compliance: Why Federal Agencies Need an AI-Powered System of Record",
      "headingHtml": "<h2 id=\"managing-omb-memorandum-m2610-compliance-why-federal-agencies-need-an-aipowered-system-of-record\" class=\"css-1t3vaep e1et20720\">Managing OMB Memorandum M-26-10 Compliance: Why Federal Agencies Need an AI-Powered System of Record</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Docusign IAM is the agreement platform your business needs",
      "headingHtml": "<h2 id=\"docusign-iam-is-the-agreement-platform-your-business-needs\" class=\"css-1jmg0tt e1et20720\">Docusign IAM is the agreement platform your business needs</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    }
  ],
  "score": 65,
  "weight": 28
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

AEO: Entity and definition clarity

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

3 Warning

Needs attention

AEO: Entity and definition clarity

Warning
01

Issue

Entity or definition gaps: electronic, signature, intelligent, agreement, management.

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

59/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 59/100 and needs improvement.

Evidence
{
  "title": "Docusign | #1 in Electronic Signature and Intelligent Agreement Management",
  "h1": "",
  "description": "Create, commit to, and manage your agreements all in one platform with Docusign IAM. Electronically sign for free.",
  "topicOverlap": 0.16666666666666666,
  "definitionCount": 7,
  "topicTerms": [
    "docusign",
    "electronic",
    "signature",
    "intelligent",
    "agreement",
    "management"
  ],
  "descriptionTerms": [
    "create",
    "commit",
    "manage",
    "agreements",
    "all",
    "one",
    "platform",
    "docusign",
    "iam",
    "electronically",
    "sign",
    "free"
  ],
  "missingFromDescription": [
    "electronic",
    "signature",
    "intelligent",
    "agreement",
    "management"
  ],
  "score": 59,
  "weight": 18
}

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

46 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": 49,
  "passing": 3,
  "failing": [
    {
      "heading": "Momentum 2026 Keynote",
      "headingHtml": "<h2 id=\"momentum-2026-keynote\" class=\"css-1oe0uc1 e1et20720\">Momentum 2026 Keynote</h2>",
      "firstParagraph": "How industry leaders are redefining how business gets done with Docusign.",
      "paragraphHtml": "<p class=\"css-jcip0z exckk0s11\">How industry leaders are redefining how business gets done with Docusign.</p>",
      "words": 11,
      "direct": false,
      "issue": "First paragraph is 11 words and does not look like a concise direct answer."
    },
    {
      "heading": "AI-powered agreement management",
      "headingHtml": "<h2 id=\"aipowered-agreement-management\" contentappearance=\"accent\" class=\"ef7x3124 css-8u7x1f e1et20720\">AI-powered agreement management</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Find, analyze, and act on agreements powered by AI",
      "headingHtml": "<h3 id=\"find-analyze-and-act-on-agreements-powered-by-ai\" class=\"css-8yhmh0 e1et20720\">Find, analyze, and act on agreements powered by AI</h3>",
      "firstParagraph": "Turn signed agreements into data-rich assets to drive efficiency, uncover insights, and proactively reduce risk.",
      "paragraphHtml": "<p>Turn signed agreements into data-rich assets to drive efficiency, uncover insights, and proactively reduce risk. </p>",
      "words": 15,
      "direct": false,
      "issue": "First paragraph is 15 words and does not look like a concise direct answer."
    },
    {
      "heading": "Send, sign, and track documents",
      "headingHtml": "<h3 id=\"send-sign-and-track-documents\" class=\"css-8yhmh0 e1et20720\">Send, sign, and track documents</h3>",
      "firstParagraph": "Get signatures from anywhere, using almost any device. Finalize agreements faster with collaborative commenting, shared templates, and delivery in the apps your signers already use.",
      "paragraphHtml": "<p>Get signatures from anywhere, using almost any device. Finalize agreements faster with collaborative commenting, shared templates, and delivery in the apps your signers already use.</p>",
      "words": 25,
      "direct": false,
      "issue": "First paragraph is 25 words and does not look like a concise direct answer."
    },
    {
      "heading": "Automate agreement processes",
      "headingHtml": "<h3 id=\"automate-agreement-processes\" class=\"css-8yhmh0 e1et20720\">Automate agreement processes</h3>",
      "firstParagraph": "Build customized workflows that automate and accelerate the various steps in your agreement processes—no coding required.",
      "paragraphHtml": "<p>Build customized workflows that automate and accelerate the various steps in your agreement processes&#x2014;no coding required.</p>",
      "words": 17,
      "direct": false,
      "issue": "First paragraph is 17 words and does not look like a concise direct answer."
    },
    {
      "heading": "Build and scale with developer tools and APIs",
      "headingHtml": "<h3 id=\"build-and-scale-with-developer-tools-and-apis\" class=\"css-8yhmh0 e1et20720\">Build and scale with developer tools and APIs</h3>",
      "firstParagraph": "Integrate, customize, and scale agreement processes—creating solutions tailored to your unique business needs.",
      "paragraphHtml": "<p>Integrate, customize, and scale agreement processes&#x2014;creating solutions tailored to your unique business needs.</p>",
      "words": 14,
      "direct": false,
      "issue": "First paragraph is 14 words and does not look like a concise direct answer."
    },
    {
      "heading": "Bring people, agreements, and information together",
      "headingHtml": "<h3 id=\"bring-people-agreements-and-information-together\" class=\"css-8yhmh0 e1et20720\">Bring people, agreements, and information together</h3>",
      "firstParagraph": "Centralize agreements in a secure hub to simplify tasks and collaborate in real-time, eliminating the back-and-forth that frustrates your customers.",
      "paragraphHtml": "<p>Centralize agreements in a secure hub to simplify tasks and collaborate in real-time, eliminating the back-and-forth that frustrates your customers.</p>",
      "words": 20,
      "direct": false,
      "issue": "First paragraph is 20 words and does not look like a concise direct answer."
    },
    {
      "heading": "Optimize your contract lifecycle",
      "headingHtml": "<h3 id=\"optimize-your-contract-lifecycle\" class=\"css-8yhmh0 e1et20720\">Optimize your contract lifecycle</h3>",
      "firstParagraph": "Accelerate cycle times, maximize agreement value, and eliminate unnecessary contractual risks.",
      "paragraphHtml": "<p>Accelerate cycle times, maximize agreement value, and eliminate unnecessary contractual risks.</p>",
      "words": 11,
      "direct": false,
      "issue": "First paragraph is 11 words and does not look like a concise direct answer."
    },
    {
      "heading": "Close faster with automated agreements",
      "headingHtml": "<h3 id=\"close-faster-with-automated-agreements\" class=\"css-8yhmh0 e1et20720\">Close faster with automated agreements</h3>",
      "firstParagraph": "Leverage AI you can trust at every stage of your agreement lifecycle. Create contracts faster, drive smarter negotiations and reviews, and uncover business opportunities across your agreement portfolio.",
      "paragraphHtml": "<p>Leverage AI you can trust at every stage of your agreement lifecycle. Create contracts faster, drive smarter negotiations and reviews, and uncover business opportunities across your agreement portfolio.</p>",
      "words": 28,
      "direct": false,
      "issue": "First paragraph is 28 words and does not look like a concise direct answer."
    },
    {
      "heading": "Seamless approval routing",
      "headingHtml": "<h3 id=\"seamless-approval-routing\" class=\"css-8yhmh0 e1et20720\">Seamless approval routing</h3>",
      "firstParagraph": "Tedious approval rounds stall deals and frustrate sellers. Alleviate bottlenecks by seamlessly routing to approvers on devices they already use.",
      "paragraphHtml": "<p>Tedious approval rounds stall deals and frustrate sellers. Alleviate bottlenecks by seamlessly routing to approvers on devices they already use.</p>",
      "words": 20,
      "direct": false,
      "issue": "First paragraph is 20 words and does not look like a concise direct answer."
    },
    {
      "heading": "Simplify complex contracting processes",
      "headingHtml": "<h3 id=\"simplify-complex-contracting-processes\" class=\"css-8yhmh0 e1et20720\">Simplify complex contracting processes</h3>",
      "firstParagraph": "Streamline the sales contract lifecycle across your enterprise to secure better terms, reduce risks, and drive more value for your deals.",
      "paragraphHtml": "<p>Streamline the sales contract lifecycle across your enterprise to secure better terms, reduce risks, and drive more value for your deals.</p>",
      "words": 21,
      "direct": false,
      "issue": "First paragraph is 21 words and does not look like a concise direct answer."
    },
    {
      "heading": "Send, sign, and track documents",
      "headingHtml": "<h3 id=\"send-sign-and-track-documents\" class=\"css-8yhmh0 e1et20720\">Send, sign, and track documents</h3>",
      "firstParagraph": "Get signatures from anywhere, using almost any device. Finalize agreements faster with collaborative commenting, shared templates, and delivery in the apps your signers already use.",
      "paragraphHtml": "<p>Get signatures from anywhere, using almost any device. Finalize agreements faster with collaborative commenting, shared templates, and delivery in the apps your signers already use.</p>",
      "words": 25,
      "direct": false,
      "issue": "First paragraph is 25 words and does not look like a concise direct answer."
    },
    {
      "heading": "Streamline your customer onboarding",
      "headingHtml": "<h3 id=\"streamline-your-customer-onboarding\" class=\"css-8yhmh0 e1et20720\">Streamline your customer onboarding</h3>",
      "firstParagraph": "Eliminate onboarding chaos. Simplify workflows to get customers up and running quickly with a platform encompassing all essential tools for optimal customer experience.",
      "paragraphHtml": "<p>Eliminate onboarding chaos. Simplify workflows to get customers up and running quickly with a platform encompassing all essential tools for optimal customer experience.</p>",
      "words": 23,
      "direct": false,
      "issue": "First paragraph is 23 words and does not look like a concise direct answer."
    },
    {
      "heading": "Automate agreement processes so you can focus on customer delight",
      "headingHtml": "<h3 id=\"automate-agreement-processes-so-you-can-focus-on-customer-delight\" class=\"css-8yhmh0 e1et20720\">Automate agreement processes so you can focus on customer delight</h3>",
      "firstParagraph": "Free up time with tailored workflows designed to match your user experience needs—no code required.",
      "paragraphHtml": "<p>Free up time with tailored workflows designed to match your user experience needs&#x2014;no code required.</p>",
      "words": 16,
      "direct": false,
      "issue": "First paragraph is 16 words and does not look like a concise direct answer."
    },
    {
      "heading": "Send, sign, and track documents",
      "headingHtml": "<h3 id=\"send-sign-and-track-documents\" class=\"css-8yhmh0 e1et20720\">Send, sign, and track documents</h3>",
      "firstParagraph": "Get signatures from anywhere, using almost any device. Finalize agreements faster with collaborative commenting, shared templates, and delivery in the apps your signers already use.",
      "paragraphHtml": "<p>Get signatures from anywhere, using almost any device. Finalize agreements faster with collaborative commenting, shared templates, and delivery in the apps your signers already use.</p>",
      "words": 25,
      "direct": false,
      "issue": "First paragraph is 25 words and does not look like a concise direct answer."
    },
    {
      "heading": "Quickly collect signatures",
      "headingHtml": "<h3 id=\"quickly-collect-signatures\" class=\"css-8yhmh0 e1et20720\">Quickly collect signatures</h3>",
      "firstParagraph": "Deliver agreements to your customers’ preferred channels, whether it's text, WhatsApp, or email.",
      "paragraphHtml": "<p>Deliver agreements to your customers&#x2019; preferred channels, whether it&apos;s text, WhatsApp, or email.</p>",
      "words": 13,
      "direct": false,
      "issue": "First paragraph is 13 words and does not look like a concise direct answer."
    },
    {
      "heading": "Verify signer information instantly",
      "headingHtml": "<h3 id=\"verify-signer-information-instantly\" class=\"css-8yhmh0 e1et20720\">Verify signer information instantly</h3>",
      "firstParagraph": "Reduce delays caused by incomplete fields or errors, maintain compliance with industry regulations, and streamline signing by verifying user-input data in real time.",
      "paragraphHtml": "<p>Reduce delays caused by incomplete fields or errors, maintain compliance with industry regulations, and streamline signing by verifying user-input data in real time.</p>",
      "words": 23,
      "direct": false,
      "issue": "First paragraph is 23 words and does not look like a concise direct answer."
    },
    {
      "heading": "Accelerate supplier agreement cycles",
      "headingHtml": "<h3 id=\"accelerate-supplier-agreement-cycles\" class=\"css-8yhmh0 e1et20720\">Accelerate supplier agreement cycles</h3>",
      "firstParagraph": "Simplify multi-party contracts, routing, and execution to deliver value faster.",
      "paragraphHtml": "<p>Simplify multi-party contracts, routing, and execution to deliver value faster.</p>",
      "words": 10,
      "direct": false,
      "issue": "First paragraph is 10 words and does not look like a concise direct answer."
    },
    {
      "heading": "Never miss a renewal",
      "headingHtml": "<h3 id=\"never-miss-a-renewal\" class=\"css-8yhmh0 e1et20720\">Never miss a renewal</h3>",
      "firstParagraph": "Track renewals, payment terms, and other key dates, and leverage AI to automate reminders and access out-of-the-box reports from a central repository.",
      "paragraphHtml": "<p>Track renewals, payment terms, and other key dates, and leverage AI to automate reminders and access out-of-the-box reports from a central repository.</p>",
      "words": 22,
      "direct": false,
      "issue": "First paragraph is 22 words and does not look like a concise direct answer."
    },
    {
      "heading": "Streamline your process from intake-to-procurement",
      "headingHtml": "<h3 id=\"streamline-your-process-from-intaketoprocurement\" class=\"css-8yhmh0 e1et20720\">Streamline your process from intake-to-procurement</h3>",
      "firstParagraph": "Build workflows without writing code and make it easier for internal stakeholders to purchase while maintaining compliance.",
      "paragraphHtml": "<p>Build workflows without writing code and make it easier for internal stakeholders to purchase while maintaining compliance.</p>",
      "words": 17,
      "direct": false,
      "issue": "First paragraph is 17 words and does not look like a concise direct answer."
    },
    {
      "heading": "Streamline source-to-pay agreement processes",
      "headingHtml": "<h3 id=\"streamline-sourcetopay-agreement-processes\" class=\"css-8yhmh0 e1et20720\">Streamline source-to-pay agreement processes</h3>",
      "firstParagraph": "Capitalize on the full value of supplier agreements, and leverage AI to streamline high-value contracting across key systems of record.",
      "paragraphHtml": "<p>Capitalize on the full value of supplier agreements, and leverage AI to streamline high-value contracting across key systems of record.</p>",
      "words": 20,
      "direct": false,
      "issue": "First paragraph is 20 words and does not look like a concise direct answer."
    },
    {
      "heading": "Send, sign, and track documents",
      "headingHtml": "<h3 id=\"send-sign-and-track-documents\" class=\"css-8yhmh0 e1et20720\">Send, sign, and track documents</h3>",
      "firstParagraph": "Get signatures from anywhere, using almost any device. Finalize agreements faster with collaborative commenting, shared templates, and delivery in the apps your signers already use.",
      "paragraphHtml": "<p>Get signatures from anywhere, using almost any device. Finalize agreements faster with collaborative commenting, shared templates, and delivery in the apps your signers already use.</p>",
      "words": 25,
      "direct": false,
      "issue": "First paragraph is 25 words and does not look like a concise direct answer."
    },
    {
      "heading": "Easily create and send agreements with ready-to-go templates",
      "headingHtml": "<h3 id=\"easily-create-and-send-agreements-with-readytogo-templates\" class=\"css-8yhmh0 e1et20720\">Easily create and send agreements with ready-to-go templates</h3>",
      "firstParagraph": "Edit and use templates for your most commonly sent agreements.",
      "paragraphHtml": "<p>Edit and use templates for your most commonly sent agreements.</p>",
      "words": 10,
      "direct": false,
      "issue": "First paragraph is 10 words and does not look like a concise direct answer."
    },
    {
      "heading": "Invest in your people",
      "headingHtml": "<h3 id=\"invest-in-your-people\" class=\"css-8yhmh0 e1et20720\">Invest in your people</h3>",
      "firstParagraph": "Simplify hiring, onboarding, and employee experiences. Automate agreement processes so your team can focus on people, not paperwork.",
      "paragraphHtml": "<p>Simplify hiring, onboarding, and employee experiences. Automate agreement processes so your team can focus on people, not paperwork.</p>",
      "words": 18,
      "direct": false,
      "issue": "First paragraph is 18 words and does not look like a concise direct answer."
    },
    {
      "heading": "Send, sign, and track documents",
      "headingHtml": "<h3 id=\"send-sign-and-track-documents\" class=\"css-8yhmh0 e1et20720\">Send, sign, and track documents</h3>",
      "firstParagraph": "Get signatures from anywhere, using almost any device. Finalize agreements faster with collaborative commenting, shared templates, and delivery in the apps your signers already use.",
      "paragraphHtml": "<p>Get signatures from anywhere, using almost any device. Finalize agreements faster with collaborative commenting, shared templates, and delivery in the apps your signers already use.</p>",
      "words": 25,
      "direct": false,
      "issue": "First paragraph is 25 words and does not look like a concise direct answer."
    },
    {
      "heading": "Speed up hiring with web forms",
      "headingHtml": "<h3 id=\"speed-up-hiring-with-web-forms\" class=\"css-8yhmh0 e1et20720\">Speed up hiring with web forms</h3>",
      "firstParagraph": "Streamline data collection from hiring managers and candidates and speed up signing.",
      "paragraphHtml": "<p>Streamline data collection from hiring managers and candidates and speed up signing.</p>",
      "words": 12,
      "direct": false,
      "issue": "First paragraph is 12 words and does not look like a concise direct answer."
    },
    {
      "heading": "Verify signer identity",
      "headingHtml": "<h3 id=\"verify-signer-identity\" class=\"css-8yhmh0 e1et20720\">Verify signer identity</h3>",
      "firstParagraph": "Choose from a suite of proven authentication and ID verification options to securely access tax forms and documents.",
      "paragraphHtml": "<p>Choose from a suite of proven authentication and ID verification options to securely access tax forms and documents.</p>",
      "words": 18,
      "direct": false,
      "issue": "First paragraph is 18 words and does not look like a concise direct answer."
    },
    {
      "heading": "Easily send agreements with ready-to-go templates for HR",
      "headingHtml": "<h3 id=\"easily-send-agreements-with-readytogo-templates-for-hr\" class=\"css-8yhmh0 e1et20720\">Easily send agreements with ready-to-go templates for HR</h3>",
      "firstParagraph": "Edit and use templates for your most commonly sent agreements, like NDAs and offer letters.",
      "paragraphHtml": "<p>Edit and use templates for your most commonly sent agreements, like NDAs and offer letters.</p>",
      "words": 15,
      "direct": false,
      "issue": "First paragraph is 15 words and does not look like a concise direct answer."
    },
    {
      "heading": "Secure agreements with best-in-class compliance tools",
      "headingHtml": "<h3 id=\"secure-agreements-with-bestinclass-compliance-tools\" class=\"css-8yhmh0 e1et20720\">Secure agreements with best-in-class compliance tools</h3>",
      "firstParagraph": "Gain confidence in every transaction with advanced encryption and digital audit trails for airtight compliance.",
      "paragraphHtml": "<p>Gain confidence in every transaction with advanced encryption and digital audit trails for airtight compliance.</p>",
      "words": 15,
      "direct": false,
      "issue": "First paragraph is 15 words and does not look like a concise direct answer."
    },
    {
      "heading": "Proactively manage renewals",
      "headingHtml": "<h3 id=\"proactively-manage-renewals\" class=\"css-8yhmh0 e1et20720\">Proactively manage renewals</h3>",
      "firstParagraph": "Stay ahead of renewals—track key data, get alerts, and manage all your agreements in one place.",
      "paragraphHtml": "<p>Stay ahead of renewals&#x2014;track key data, get alerts, and manage all your agreements in one place.</p>",
      "words": 17,
      "direct": false,
      "issue": "First paragraph is 17 words and does not look like a concise direct answer."
    },
    {
      "heading": "Accelerate legal reviews and enhance productivity",
      "headingHtml": "<h3 id=\"accelerate-legal-reviews-and-enhance-productivity\" class=\"css-8yhmh0 e1et20720\">Accelerate legal reviews and enhance productivity</h3>",
      "firstParagraph": "Build customized workflows to automate contract creation, approvals, and get agreements finalized—no coding required.",
      "paragraphHtml": "<p>Build customized workflows to automate contract creation, approvals, and get agreements finalized&#x2014;no coding required.</p>",
      "words": 15,
      "direct": false,
      "issue": "First paragraph is 15 words and does not look like a concise direct answer."
    },
    {
      "heading": "Use AI to identify potential high-risk agreements",
      "headingHtml": "<h3 id=\"use-ai-to-identify-potential-highrisk-agreements\" class=\"css-8yhmh0 e1et20720\">Use AI to identify potential high-risk agreements</h3>",
      "firstParagraph": "Leverage AI to pinpoint agreements containing specific language and gain powerful insights about your portfolio, all from a central repository.",
      "paragraphHtml": "<p>Leverage AI to pinpoint agreements containing specific language and gain powerful insights about your portfolio, all from a central repository.</p>",
      "words": 20,
      "direct": false,
      "issue": "First paragraph is 20 words and does not look like a concise direct answer."
    },
    {
      "heading": "Send, sign, and track documents",
      "headingHtml": "<h3 id=\"send-sign-and-track-documents\" class=\"css-8yhmh0 e1et20720\">Send, sign, and track documents</h3>",
      "firstParagraph": "Get signatures from anywhere, using almost any device. Finalize agreements faster with collaborative commenting, shared templates, and delivery in the apps your signers already use.",
      "paragraphHtml": "<p>Get signatures from anywhere, using almost any device. Finalize agreements faster with collaborative commenting, shared templates, and delivery in the apps your signers already use.</p>",
      "words": 25,
      "direct": false,
      "issue": "First paragraph is 25 words and does not look like a concise direct answer."
    },
    {
      "heading": "Do (much) more with IAM",
      "headingHtml": "<h2 id=\"do-much-more-with-iam\" class=\"css-1oe0uc1 e1et20720\">Do (much) more with IAM</h2>",
      "firstParagraph": "Save time and unlock value from your agreements. With our pre-configured IAM applications, you can automate workflows, manage and analyze documents with AI, and seamlessly connect agreement data across systems.",
      "paragraphHtml": "<p class=\"css-jcip0z exckk0s11\">Save time and unlock value from your agreements. With our pre-configured IAM applications, you can automate workflows, manage and analyze documents with AI, and seamlessly connect agreement data across systems.</p>",
      "words": 30,
      "direct": false,
      "issue": "First paragraph is 30 words and does not look like a concise direct answer."
    },
    {
      "heading": "Build custom agreement workflows",
      "headingHtml": "<h2 id=\"build-custom-agreement-workflows\" class=\"css-1jmg0tt e1et20720\">Build custom agreement workflows</h2>",
      "firstParagraph": "Extend your workflows with a robust App Center, 1,000+ partner integrations, industry-leading APIs, and seamless connections to cloud storage.",
      "paragraphHtml": "<p class=\"css-anlly9 exckk0s11\">Extend your workflows with a robust App Center, 1,000+ partner integrations, industry-leading APIs, and seamless connections to cloud storage.</p>",
      "words": 20,
      "direct": false,
      "issue": "First paragraph is 20 words and does not look like a concise direct answer."
    },
    {
      "heading": "Companies do better with Docusign",
      "headingHtml": "<h2 id=\"companies-do-better-with-docusign\" class=\"e12j9ld37 css-10yxugv e1et20720\">Companies do better with Docusign</h2>",
      "firstParagraph": "1.7 million businesses, one solution. Learn how our customers save time and money, optimize business processes, and better serve their users.",
      "paragraphHtml": "<p class=\"css-xq0cvh e12j9ld36\">1.7 million businesses, one solution. Learn how our customers save time and money, optimize business processes, and better serve their users.</p>",
      "words": 22,
      "direct": false,
      "issue": "First paragraph is 22 words and does not look like a concise direct answer."
    },
    {
      "heading": "Recommended for you",
      "headingHtml": "<h2 id=\"recommended-for-you\" class=\"css-1oe0uc1 e1et20720\">Recommended for you</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Momentum is back in New York City on May 5 & 6!",
      "headingHtml": "<h2 id=\"momentum-is-back-in-new-york-city-on-may-5-6\" class=\"css-k1bpl5 e1et20720\">Momentum is back in New York City on May 5 &amp; 6!</h2>",
      "firstParagraph": "Be the first in line when registration opens for our flagship event at the Javits Center.",
      "paragraphHtml": "<p>Be the first in line when registration opens for our flagship event at the Javits Center.</p>",
      "words": 16,
      "direct": false,
      "issue": "First paragraph is 16 words and does not look like a concise direct answer."
    },
    {
      "heading": "The smartest way to navigate agreements",
      "headingHtml": "<h2 id=\"the-smartest-way-to-navigate-agreements\" class=\"css-k1bpl5 e1et20720\">The smartest way to navigate agreements</h2>",
      "firstParagraph": "Ask questions. Swap ideas. Stay ahead. All inside the Community.",
      "paragraphHtml": "<p>Ask questions. Swap ideas. Stay ahead. All inside the Community.</p>",
      "words": 10,
      "direct": false,
      "issue": "First paragraph is 10 words and does not look like a concise direct answer."
    },
    {
      "heading": "The 6 Ways You Can Send an Invoice",
      "headingHtml": "<h2 id=\"the-6-ways-you-can-send-an-invoice\" class=\"css-1t3vaep e1et20720\">The 6 Ways You Can Send an Invoice</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "How Housing Authorities Can Streamline HUD Tenant Recertification with Docusign IAM",
      "headingHtml": "<h2 id=\"how-housing-authorities-can-streamline-hud-tenant-recertification-with-docusign-iam\" class=\"css-1t3vaep e1et20720\">How Housing Authorities Can Streamline HUD Tenant Recertification with Docusign IAM</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Managing OMB Memorandum M-26-10 Compliance: Why Federal Agencies Need an AI-Powered System of Record",
      "headingHtml": "<h2 id=\"managing-omb-memorandum-m2610-compliance-why-federal-agencies-need-an-aipowered-system-of-record\" class=\"css-1t3vaep e1et20720\">Managing OMB Memorandum M-26-10 Compliance: Why Federal Agencies Need an AI-Powered System of Record</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "The 6 Ways You Can Send an Invoice",
      "headingHtml": "<h2 id=\"the-6-ways-you-can-send-an-invoice\" class=\"css-1t3vaep e1et20720\">The 6 Ways You Can Send an Invoice</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "How Housing Authorities Can Streamline HUD Tenant Recertification with Docusign IAM",
      "headingHtml": "<h2 id=\"how-housing-authorities-can-streamline-hud-tenant-recertification-with-docusign-iam\" class=\"css-1t3vaep e1et20720\">How Housing Authorities Can Streamline HUD Tenant Recertification with Docusign IAM</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Managing OMB Memorandum M-26-10 Compliance: Why Federal Agencies Need an AI-Powered System of Record",
      "headingHtml": "<h2 id=\"managing-omb-memorandum-m2610-compliance-why-federal-agencies-need-an-aipowered-system-of-record\" class=\"css-1t3vaep e1et20720\">Managing OMB Memorandum M-26-10 Compliance: Why Federal Agencies Need an AI-Powered System of Record</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Docusign IAM is the agreement platform your business needs",
      "headingHtml": "<h2 id=\"docusign-iam-is-the-agreement-platform-your-business-needs\" class=\"css-1jmg0tt e1et20720\">Docusign IAM is the agreement platform your business needs</h2>",
      "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.

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": true,
  "definitionPatterns": 7,
  "schemaBlocks": 1,
  "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"
  ],
  "score": 85,
  "weight": 24
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

AIO: Page experience for AIO

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

2 Warning

Needs attention

AIO: Page experience for AIO

Warning
01

Issue

86 image(s) are missing width/height attributes.

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

80/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 80/100 and needs improvement.

Evidence
{
  "viewportContent": "width=device-width",
  "visibleWords": 2034,
  "htmlBytes": 1216087,
  "imagesMissingDimensions": [
    {
      "src": "https://images.ctfassets.net/0jnmtsdzg6p5/6aD0UFc555iz4P6ygXDIrU/978f65aa00ade99fe5e8cb3bd0f114bc/newsweek-most-trustworthy-award.png?fm=avif&q=90&w=500",
      "width": "100%",
      "height": "",
      "loading": "lazy",
      "html": "<img loading=\"lazy\" src=\"https://images.ctfassets.net/0jnmtsdzg6p5/6aD0UFc555iz4P6ygXDIrU/978f65aa00ade99fe5e8cb3bd0f114bc/newsweek-most-trustworthy-award.png?fm=avif&amp;q=90&amp;w=500\" alt width=\"100%\" class=\"css-z1brcb e1q11oxc0\">"
    },
    {
      "src": "https://images.ctfassets.net/0jnmtsdzg6p5/4tZsFWL0pHC6b3IHsW8Sfb/3bab7fd42d663ae14d13c24787dedb01/e35341ac-0769-4117-b38a-28813cafd638.jpeg?fm=avif&q=90&w=500",
      "width": "100%",
      "height": "",
      "loading": "lazy",
      "html": "<img loading=\"lazy\" src=\"https://images.ctfassets.net/0jnmtsdzg6p5/4tZsFWL0pHC6b3IHsW8Sfb/3bab7fd42d663ae14d13c24787dedb01/e35341ac-0769-4117-b38a-28813cafd638.jpeg?fm=avif&amp;q=90&amp;w=500\" alt=\"Deloitte report on AI in automated workflows, featuring graphs and data on industry, headcount, and revenue.\" width=\"100%\" class=\"css-z1brcb e1q11oxc0\">"
    },
    {
      "src": "https://cdn.bfldr.com/HIN7H4LI/at/chqs84h7mbhj67c4hcbqq3x9/logo-2-1-united.svg?max_age=2592000",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img loading=\"lazy\" src=\"https://cdn.bfldr.com/HIN7H4LI/at/chqs84h7mbhj67c4hcbqq3x9/logo-2-1-united.svg?max_age=2592000\" alt=\"United logo\" class=\"css-9n2zrg e1q11oxc0\">"
    },
    {
      "src": "https://cdn.bfldr.com/HIN7H4LI/at/55p6nhxm4r4k44r66cb636/logo-2_1-santander.svg?max_age=2592000",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img loading=\"lazy\" src=\"https://cdn.bfldr.com/HIN7H4LI/at/55p6nhxm4r4k44r66cb636/logo-2_1-santander.svg?max_age=2592000\" alt=\"Santander logo\" class=\"css-9n2zrg e1q11oxc0\">"
    },
    {
      "src": "https://cdn.bfldr.com/HIN7H4LI/at/9nh7xr896t34khq7mqn6rmtf/logo-2_1-vnilever.svg?max_age=2592000",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img loading=\"lazy\" src=\"https://cdn.bfldr.com/HIN7H4LI/at/9nh7xr896t34khq7mqn6rmtf/logo-2_1-vnilever.svg?max_age=2592000\" alt=\"Unilever logo\" class=\"css-9n2zrg e1q11oxc0\">"
    },
    {
      "src": "https://cdn.bfldr.com/HIN7H4LI/at/4mxgmj28c8jhbt7rb9nsc57n/logo-2_1-canva.svg?max_age=2592000",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img loading=\"lazy\" src=\"https://cdn.bfldr.com/HIN7H4LI/at/4mxgmj28c8jhbt7rb9nsc57n/logo-2_1-canva.svg?max_age=2592000\" alt=\"Canva logo\" class=\"css-9n2zrg e1q11oxc0\">"
    },
    {
      "src": "https://cdn.bfldr.com/HIN7H4LI/at/t4bm4785tcx48x859pm3s4/logo-2_1-apple.svg?max_age=2592000",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img loading=\"lazy\" src=\"https://cdn.bfldr.com/HIN7H4LI/at/t4bm4785tcx48x859pm3s4/logo-2_1-apple.svg?max_age=2592000\" alt=\"Apple logo\" class=\"css-9n2zrg e1q11oxc0\">"
    },
    {
      "src": "https://cdn.bfldr.com/HIN7H4LI/at/grgb6kmn996hmsbkbsjwfth6/logo-2-1-primerica.svg?max_age=2592000",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img loading=\"lazy\" src=\"https://cdn.bfldr.com/HIN7H4LI/at/grgb6kmn996hmsbkbsjwfth6/logo-2-1-primerica.svg?max_age=2592000\" alt=\"Primerica logo\" class=\"css-9n2zrg e1q11oxc0\">"
    },
    {
      "src": "https://cdn.bfldr.com/HIN7H4LI/at/w5b5rw8x3brk8bp5q54nswcr/logo-2-1-ducati.svg?max_age=2592000",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img loading=\"lazy\" src=\"https://cdn.bfldr.com/HIN7H4LI/at/w5b5rw8x3brk8bp5q54nswcr/logo-2-1-ducati.svg?max_age=2592000\" alt=\"Ducati logo\" class=\"css-9n2zrg e1q11oxc0\">"
    },
    {
      "src": "https://cdn.bfldr.com/HIN7H4LI/at/m8qxbzwkpws5pfpww6nvbj7/logo-2_1-thermo-fisher.svg?max_age=2592000",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img loading=\"lazy\" src=\"https://cdn.bfldr.com/HIN7H4LI/at/m8qxbzwkpws5pfpww6nvbj7/logo-2_1-thermo-fisher.svg?max_age=2592000\" alt=\"ThermoFisher Scientific logo\" class=\"css-9n2zrg e1q11oxc0\">"
    },
    {
      "src": "https://cdn.bfldr.com/HIN7H4LI/at/5sq9tz4hrz29pprq5qm8mss/logo-2-1-calendly.svg?max_age=2592000",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img loading=\"lazy\" src=\"https://cdn.bfldr.com/HIN7H4LI/at/5sq9tz4hrz29pprq5qm8mss/logo-2-1-calendly.svg?max_age=2592000\" alt=\"Calendly logo\" class=\"css-9n2zrg e1q11oxc0\">"
    },
    {
      "src": "https://cdn.bfldr.com/HIN7H4LI/at/7cfnqhh6s6x2xskn4wxx2j/logo-2_1-fsc.svg?max_age=2592000",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img loading=\"lazy\" src=\"https://cdn.bfldr.com/HIN7H4LI/at/7cfnqhh6s6x2xskn4wxx2j/logo-2_1-fsc.svg?max_age=2592000\" alt=\"Forest Stewardship Council logo\" class=\"css-9n2zrg e1q11oxc0\">"
    },
    {
      "src": "https://cdn.bfldr.com/HIN7H4LI/at/nn2cxkctjk2wkt8k5z7ncjgz/logo-2_1-kroger.svg?max_age=2592000",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img loading=\"lazy\" src=\"https://cdn.bfldr.com/HIN7H4LI/at/nn2cxkctjk2wkt8k5z7ncjgz/logo-2_1-kroger.svg?max_age=2592000\" alt=\"Kroger Logo\" class=\"css-9n2zrg e1q11oxc0\">"
    },
    {
      "src": "https://cdn.bfldr.com/HIN7H4LI/at/tmrkfc9hcmmf5fvxh6hnxr4w/logo-2_1-remax.svg?max_age=2592000",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img loading=\"lazy\" src=\"https://cdn.bfldr.com/HIN7H4LI/at/tmrkfc9hcmmf5fvxh6hnxr4w/logo-2_1-remax.svg?max_age=2592000\" alt class=\"css-9n2zrg e1q11oxc0\">"
    },
    {
      "src": "https://cdn.bfldr.com/HIN7H4LI/at/csffwms6nsk9bx6q5qvq858r/logo-2_1-dominos-pizza.svg?max_age=2592000",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img loading=\"lazy\" src=\"https://cdn.bfldr.com/HIN7H4LI/at/csffwms6nsk9bx6q5qvq858r/logo-2_1-dominos-pizza.svg?max_age=2592000\" alt=\"Domino&apos;s Pizza Logo\" class=\"css-9n2zrg e1q11oxc0\">"
    },
    {
      "src": "https://cdn.bfldr.com/HIN7H4LI/at/chqs84h7mbhj67c4hcbqq3x9/logo-2-1-united.svg?max_age=2592000",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img loading=\"lazy\" src=\"https://cdn.bfldr.com/HIN7H4LI/at/chqs84h7mbhj67c4hcbqq3x9/logo-2-1-united.svg?max_age=2592000\" alt=\"United logo\" class=\"css-9n2zrg e1q11oxc0\">"
    },
    {
      "src": "https://cdn.bfldr.com/HIN7H4LI/at/55p6nhxm4r4k44r66cb636/logo-2_1-santander.svg?max_age=2592000",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img loading=\"lazy\" src=\"https://cdn.bfldr.com/HIN7H4LI/at/55p6nhxm4r4k44r66cb636/logo-2_1-santander.svg?max_age=2592000\" alt=\"Santander logo\" class=\"css-9n2zrg e1q11oxc0\">"
    },
    {
      "src": "https://cdn.bfldr.com/HIN7H4LI/at/9nh7xr896t34khq7mqn6rmtf/logo-2_1-vnilever.svg?max_age=2592000",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img loading=\"lazy\" src=\"https://cdn.bfldr.com/HIN7H4LI/at/9nh7xr896t34khq7mqn6rmtf/logo-2_1-vnilever.svg?max_age=2592000\" alt=\"Unilever logo\" class=\"css-9n2zrg e1q11oxc0\">"
    },
    {
      "src": "https://cdn.bfldr.com/HIN7H4LI/at/4mxgmj28c8jhbt7rb9nsc57n/logo-2_1-canva.svg?max_age=2592000",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img loading=\"lazy\" src=\"https://cdn.bfldr.com/HIN7H4LI/at/4mxgmj28c8jhbt7rb9nsc57n/logo-2_1-canva.svg?max_age=2592000\" alt=\"Canva logo\" class=\"css-9n2zrg e1q11oxc0\">"
    },
    {
      "src": "https://cdn.bfldr.com/HIN7H4LI/at/t4bm4785tcx48x859pm3s4/logo-2_1-apple.svg?max_age=2592000",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img loading=\"lazy\" src=\"https://cdn.bfldr.com/HIN7H4LI/at/t4bm4785tcx48x859pm3s4/logo-2_1-apple.svg?max_age=2592000\" alt=\"Apple logo\" class=\"css-9n2zrg e1q11oxc0\">"
    },
    {
      "src": "https://cdn.bfldr.com/HIN7H4LI/at/grgb6kmn996hmsbkbsjwfth6/logo-2-1-primerica.svg?max_age=2592000",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img loading=\"lazy\" src=\"https://cdn.bfldr.com/HIN7H4LI/at/grgb6kmn996hmsbkbsjwfth6/logo-2-1-primerica.svg?max_age=2592000\" alt=\"Primerica logo\" class=\"css-9n2zrg e1q11oxc0\">"
    },
    {
      "src": "https://cdn.bfldr.com/HIN7H4LI/at/w5b5rw8x3brk8bp5q54nswcr/logo-2-1-ducati.svg?max_age=2592000",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img loading=\"lazy\" src=\"https://cdn.bfldr.com/HIN7H4LI/at/w5b5rw8x3brk8bp5q54nswcr/logo-2-1-ducati.svg?max_age=2592000\" alt=\"Ducati logo\" class=\"css-9n2zrg e1q11oxc0\">"
    },
    {
      "src": "https://cdn.bfldr.com/HIN7H4LI/at/m8qxbzwkpws5pfpww6nvbj7/logo-2_1-thermo-fisher.svg?max_age=2592000",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img loading=\"lazy\" src=\"https://cdn.bfldr.com/HIN7H4LI/at/m8qxbzwkpws5pfpww6nvbj7/logo-2_1-thermo-fisher.svg?max_age=2592000\" alt=\"ThermoFisher Scientific logo\" class=\"css-9n2zrg e1q11oxc0\">"
    },
    {
      "src": "https://cdn.bfldr.com/HIN7H4LI/at/5sq9tz4hrz29pprq5qm8mss/logo-2-1-calendly.svg?max_age=2592000",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img loading=\"lazy\" src=\"https://cdn.bfldr.com/HIN7H4LI/at/5sq9tz4hrz29pprq5qm8mss/logo-2-1-calendly.svg?max_age=2592000\" alt=\"Calendly logo\" class=\"css-9n2zrg e1q11oxc0\">"
    },
    {
      "src": "https://cdn.bfldr.com/HIN7H4LI/at/7cfnqhh6s6x2xskn4wxx2j/logo-2_1-fsc.svg?max_age=2592000",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img loading=\"lazy\" src=\"https://cdn.bfldr.com/HIN7H4LI/at/7cfnqhh6s6x2xskn4wxx2j/logo-2_1-fsc.svg?max_age=2592000\" alt=\"Forest Stewardship Council logo\" class=\"css-9n2zrg e1q11oxc0\">"
    },
    {
      "src": "https://cdn.bfldr.com/HIN7H4LI/at/nn2cxkctjk2wkt8k5z7ncjgz/logo-2_1-kroger.svg?max_age=2592000",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img loading=\"lazy\" src=\"https://cdn.bfldr.com/HIN7H4LI/at/nn2cxkctjk2wkt8k5z7ncjgz/logo-2_1-kroger.svg?max_age=2592000\" alt=\"Kroger Logo\" class=\"css-9n2zrg e1q11oxc0\">"
    },
    {
      "src": "https://cdn.bfldr.com/HIN7H4LI/at/tmrkfc9hcmmf5fvxh6hnxr4w/logo-2_1-remax.svg?max_age=2592000",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img loading=\"lazy\" src=\"https://cdn.bfldr.com/HIN7H4LI/at/tmrkfc9hcmmf5fvxh6hnxr4w/logo-2_1-remax.svg?max_age=2592000\" alt class=\"css-9n2zrg e1q11oxc0\">"
    },
    {
      "src": "https://cdn.bfldr.com/HIN7H4LI/at/csffwms6nsk9bx6q5qvq858r/logo-2_1-dominos-pizza.svg?max_age=2592000",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img loading=\"lazy\" src=\"https://cdn.bfldr.com/HIN7H4LI/at/csffwms6nsk9bx6q5qvq858r/logo-2_1-dominos-pizza.svg?max_age=2592000\" alt=\"Domino&apos;s Pizza Logo\" class=\"css-9n2zrg e1q11oxc0\">"
    },
    {
      "src": "https://cdn.bfldr.com/HIN7H4LI/at/r4m7c64rb8399kh3gh4rpt88/ui-docusign-navigator-search.png?auto=webp&format=avif&quality=90&width=500&max_age=2592000",
      "width": "100%",
      "height": "",
      "loading": "lazy",
      "html": "<img loading=\"lazy\" alt=\"UI displaying the Docusign Agreement Manager Search feature\" src=\"https://cdn.bfldr.com/HIN7H4LI/at/r4m7c64rb8399kh3gh4rpt88/ui-docusign-navigator-search.png?auto=webp&amp;format=avif&amp;quality=90&amp;width=500&amp;max_age=2592000\" width=\"100%\" class=\"e1ipph4d40 css-6q7cng e1q11oxc0\">"
    },
    {
      "src": "https://cdn.bfldr.com/HIN7H4LI/at/752z637jvb5skhkf8pv6km3/ui-docusign-multi-channel-mobile.png?auto=webp&format=avif&quality=90&width=500&max_age=2592000",
      "width": "100%",
      "height": "",
      "loading": "lazy",
      "html": "<img loading=\"lazy\" alt=\"UI displaying a message notifications\" src=\"https://cdn.bfldr.com/HIN7H4LI/at/752z637jvb5skhkf8pv6km3/ui-docusign-multi-channel-mobile.png?auto=webp&amp;format=avif&amp;quality=90&amp;width=500&amp;max_age=2592000\" width=\"100%\" class=\"e1ipph4d40 css-6q7cng e1q11oxc0\">"
    },
    {
      "src": "https://cdn.bfldr.com/HIN7H4LI/at/6rv734r92qbntp459zwrbg/ui-docusign-maestro-workflow.png?auto=webp&format=avif&quality=90&width=500&max_age=2592000",
      "width": "100%",
      "height": "",
      "loading": "lazy",
      "html": "<img loading=\"lazy\" alt=\"UI showing Docusign Workflow Builder\" src=\"https://cdn.bfldr.com/HIN7H4LI/at/6rv734r92qbntp459zwrbg/ui-docusign-maestro-workflow.png?auto=webp&amp;format=avif&amp;quality=90&amp;width=500&amp;max_age=2592000\" width=\"100%\" class=\"e1ipph4d40 css-6q7cng e1q11oxc0\">"
    },
    {
      "src": "https://cdn.bfldr.com/HIN7H4LI/at/bc3g5hvskttsb84whjs68n/ui-docusign-API.png?auto=webp&format=avif&quality=90&width=500&max_age=2592000",
      "width": "100%",
      "height": "",
      "loading": "lazy",
      "html": "<img loading=\"lazy\" alt=\"UI showing a screen with some codes\" src=\"https://cdn.bfldr.com/HIN7H4LI/at/bc3g5hvskttsb84whjs68n/ui-docusign-API.png?auto=webp&amp;format=avif&amp;quality=90&amp;width=500&amp;max_age=2592000\" width=\"100%\" class=\"e1ipph4d40 css-6q7cng e1q11oxc0\">"
    },
    {
      "src": "https://cdn.bfldr.com/HIN7H4LI/at/w8sxp5m74btbjmwts49tnsgb/ui-docusign-workspaces-bento.png?auto=webp&format=avif&quality=90&width=500&max_age=2592000",
      "width": "100%",
      "height": "",
      "loading": "lazy",
      "html": "<img loading=\"lazy\" alt src=\"https://cdn.bfldr.com/HIN7H4LI/at/w8sxp5m74btbjmwts49tnsgb/ui-docusign-workspaces-bento.png?auto=webp&amp;format=avif&amp;quality=90&amp;width=500&amp;max_age=2592000\" width=\"100%\" class=\"e1ipph4d40 css-6q7cng e1q11oxc0\">"
    },
    {
      "src": "https://cdn.bfldr.com/HIN7H4LI/at/x7fpbw9ptxt7tnpxt3kfth/ui-docusign-clm-with-comment.png?auto=webp&format=avif&quality=90&width=500&max_age=2592000",
      "width": "100%",
      "height": "",
      "loading": "lazy",
      "html": "<img loading=\"lazy\" alt=\"Docusign CLM user interface showing comments\" src=\"https://cdn.bfldr.com/HIN7H4LI/at/x7fpbw9ptxt7tnpxt3kfth/ui-docusign-clm-with-comment.png?auto=webp&amp;format=avif&amp;quality=90&amp;width=500&amp;max_age=2592000\" width=\"100%\" class=\"e1ipph4d40 css-6q7cng e1q11oxc0\">"
    },
    {
      "src": "https://cdn.bfldr.com/HIN7H4LI/at/6mwbrw6vmfn4s34gh3rt7zcg/ui-docusign-send-doc.png?auto=webp&format=avif&quality=90&width=500&max_age=2592000",
      "width": "100%",
      "height": "",
      "loading": "lazy",
      "html": "<img loading=\"lazy\" alt=\"product ui showing send with Docusign\" src=\"https://cdn.bfldr.com/HIN7H4LI/at/6mwbrw6vmfn4s34gh3rt7zcg/ui-docusign-send-doc.png?auto=webp&amp;format=avif&amp;quality=90&amp;width=500&amp;max_age=2592000\" width=\"100%\" class=\"e1ipph4d40 css-6q7cng e1q11oxc0\">"
    },
    {
      "src": "https://cdn.bfldr.com/HIN7H4LI/at/nmgjx8g88pvv8wpt93ms6wn7/ui-docusign-multi-channel-delivery.png?auto=webp&format=avif&quality=90&width=500&max_age=2592000",
      "width": "100%",
      "height": "",
      "loading": "lazy",
      "html": "<img loading=\"lazy\" alt=\"UI displaying Docusign Multi-Channel Delivery\" src=\"https://cdn.bfldr.com/HIN7H4LI/at/nmgjx8g88pvv8wpt93ms6wn7/ui-docusign-multi-channel-delivery.png?auto=webp&amp;format=avif&amp;quality=90&amp;width=500&amp;max_age=2592000\" width=\"100%\" class=\"e1ipph4d40 css-6q7cng e1q11oxc0\">"
    },
    {
      "src": "https://cdn.bfldr.com/HIN7H4LI/at/x7fpbw9ptxt7tnpxt3kfth/ui-docusign-clm-with-comment.png?auto=webp&format=avif&quality=90&width=500&max_age=2592000",
      "width": "100%",
      "height": "",
      "loading": "lazy",
      "html": "<img loading=\"lazy\" alt=\"Docusign CLM user interface showing comments\" src=\"https://cdn.bfldr.com/HIN7H4LI/at/x7fpbw9ptxt7tnpxt3kfth/ui-docusign-clm-with-comment.png?auto=webp&amp;format=avif&amp;quality=90&amp;width=500&amp;max_age=2592000\" width=\"100%\" class=\"e1ipph4d40 css-6q7cng e1q11oxc0\">"
    },
    {
      "src": "https://cdn.bfldr.com/HIN7H4LI/at/hzpm4cnc8v6tss8cfvnpkt7w/ui-docusign-docgen-salesforce.png?auto=webp&format=avif&quality=90&width=500&max_age=2592000",
      "width": "100%",
      "height": "",
      "loading": "lazy",
      "html": "<img loading=\"lazy\" alt=\"UI displaying Docusign Salesforce DocGen\" src=\"https://cdn.bfldr.com/HIN7H4LI/at/hzpm4cnc8v6tss8cfvnpkt7w/ui-docusign-docgen-salesforce.png?auto=webp&amp;format=avif&amp;quality=90&amp;width=500&amp;max_age=2592000\" width=\"100%\" class=\"e1ipph4d40 css-6q7cng e1q11oxc0\">"
    },
    {
      "src": "https://cdn.bfldr.com/HIN7H4LI/at/752z637jvb5skhkf8pv6km3/ui-docusign-multi-channel-mobile.png?auto=webp&format=avif&quality=90&width=500&max_age=2592000",
      "width": "100%",
      "height": "",
      "loading": "lazy",
      "html": "<img loading=\"lazy\" alt=\"UI displaying a message notifications\" src=\"https://cdn.bfldr.com/HIN7H4LI/at/752z637jvb5skhkf8pv6km3/ui-docusign-multi-channel-mobile.png?auto=webp&amp;format=avif&amp;quality=90&amp;width=500&amp;max_age=2592000\" width=\"100%\" class=\"e1ipph4d40 css-6q7cng e1q11oxc0\">"
    },
    {
      "src": "https://cdn.bfldr.com/HIN7H4LI/at/h937bz4b7grqq4r7bbfmgbxv/ui-docusign-onboarding-tasks-checklist2.png?auto=webp&format=avif&quality=90&width=500&max_age=2592000",
      "width": "100%",
      "height": "",
      "loading": "lazy",
      "html": "<img loading=\"lazy\" alt=\"UI showing an onboarding flow\" src=\"https://cdn.bfldr.com/HIN7H4LI/at/h937bz4b7grqq4r7bbfmgbxv/ui-docusign-onboarding-tasks-checklist2.png?auto=webp&amp;format=avif&amp;quality=90&amp;width=500&amp;max_age=2592000\" width=\"100%\" class=\"e1ipph4d40 css-6q7cng e1q11oxc0\">"
    },
    {
      "src": "https://cdn.bfldr.com/HIN7H4LI/at/6rv734r92qbntp459zwrbg/ui-docusign-maestro-workflow.png?auto=webp&format=avif&quality=90&width=500&max_age=2592000",
      "width": "100%",
      "height": "",
      "loading": "lazy",
      "html": "<img loading=\"lazy\" alt=\"UI showing Docusign Workflow Builder\" src=\"https://cdn.bfldr.com/HIN7H4LI/at/6rv734r92qbntp459zwrbg/ui-docusign-maestro-workflow.png?auto=webp&amp;format=avif&amp;quality=90&amp;width=500&amp;max_age=2592000\" width=\"100%\" class=\"e1ipph4d40 css-6q7cng e1q11oxc0\">"
    },
    {
      "src": "https://cdn.bfldr.com/HIN7H4LI/at/752z637jvb5skhkf8pv6km3/ui-docusign-multi-channel-mobile.png?auto=webp&format=avif&quality=90&width=500&max_age=2592000",
      "width": "100%",
      "height": "",
      "loading": "lazy",
      "html": "<img loading=\"lazy\" alt=\"UI displaying a message notifications\" src=\"https://cdn.bfldr.com/HIN7H4LI/at/752z637jvb5skhkf8pv6km3/ui-docusign-multi-channel-mobile.png?auto=webp&amp;format=avif&amp;quality=90&amp;width=500&amp;max_age=2592000\" width=\"100%\" class=\"e1ipph4d40 css-6q7cng e1q11oxc0\">"
    },
    {
      "src": "https://cdn.bfldr.com/HIN7H4LI/at/pwhxbvjcq4k3crx77c68pg/ui-docusign-multi-channel-delivery-app-badges.png?auto=webp&format=avif&quality=90&width=500&max_age=2592000",
      "width": "100%",
      "height": "",
      "loading": "lazy",
      "html": "<img loading=\"lazy\" alt=\"UI displaying Docusign Multi-Channel Delivery with app badges\" src=\"https://cdn.bfldr.com/HIN7H4LI/at/pwhxbvjcq4k3crx77c68pg/ui-docusign-multi-channel-delivery-app-badges.png?auto=webp&amp;format=avif&amp;quality=90&amp;width=500&amp;max_age=2592000\" width=\"100%\" class=\"e1ipph4d40 css-6q7cng e1q11oxc0\">"
    },
    {
      "src": "https://cdn.bfldr.com/HIN7H4LI/at/j7kwfxtvs9rfxwpshm7s/ui-docusign-workflow-idv.png?auto=webp&format=avif&quality=90&width=500&max_age=2592000",
      "width": "100%",
      "height": "",
      "loading": "lazy",
      "html": "<img loading=\"lazy\" alt=\"UI Showing a Docusign workflow\" src=\"https://cdn.bfldr.com/HIN7H4LI/at/j7kwfxtvs9rfxwpshm7s/ui-docusign-workflow-idv.png?auto=webp&amp;format=avif&amp;quality=90&amp;width=500&amp;max_age=2592000\" width=\"100%\" class=\"e1ipph4d40 css-6q7cng e1q11oxc0\">"
    },
    {
      "src": "https://cdn.bfldr.com/HIN7H4LI/at/j7kwfxtvs9rfxwpshm7s/ui-docusign-workflow-idv.png?auto=webp&format=avif&quality=90&width=500&max_age=2592000",
      "width": "100%",
      "height": "",
      "loading": "lazy",
      "html": "<img loading=\"lazy\" alt=\"UI Showing a Docusign workflow\" src=\"https://cdn.bfldr.com/HIN7H4LI/at/j7kwfxtvs9rfxwpshm7s/ui-docusign-workflow-idv.png?auto=webp&amp;format=avif&amp;quality=90&amp;width=500&amp;max_age=2592000\" width=\"100%\" class=\"e1ipph4d40 css-6q7cng e1q11oxc0\">"
    },
    {
      "src": "https://cdn.bfldr.com/HIN7H4LI/at/h8gxrvwgb664897b24vzrw/ui-docusign-dashboard-renewal.png?auto=webp&format=avif&quality=90&width=500&max_age=2592000",
      "width": "100%",
      "height": "",
      "loading": "lazy",
      "html": "<img loading=\"lazy\" alt=\"UI showing a dashboard renewal\" src=\"https://cdn.bfldr.com/HIN7H4LI/at/h8gxrvwgb664897b24vzrw/ui-docusign-dashboard-renewal.png?auto=webp&amp;format=avif&amp;quality=90&amp;width=500&amp;max_age=2592000\" width=\"100%\" class=\"e1ipph4d40 css-6q7cng e1q11oxc0\">"
    },
    {
      "src": "https://cdn.bfldr.com/HIN7H4LI/at/6rv734r92qbntp459zwrbg/ui-docusign-maestro-workflow.png?auto=webp&format=avif&quality=90&width=500&max_age=2592000",
      "width": "100%",
      "height": "",
      "loading": "lazy",
      "html": "<img loading=\"lazy\" alt=\"UI showing Docusign Workflow Builder\" src=\"https://cdn.bfldr.com/HIN7H4LI/at/6rv734r92qbntp459zwrbg/ui-docusign-maestro-workflow.png?auto=webp&amp;format=avif&amp;quality=90&amp;width=500&amp;max_age=2592000\" width=\"100%\" class=\"e1ipph4d40 css-6q7cng e1q11oxc0\">"
    },
    {
      "src": "https://cdn.bfldr.com/HIN7H4LI/at/x7fpbw9ptxt7tnpxt3kfth/ui-docusign-clm-with-comment.png?auto=webp&format=avif&quality=90&width=500&max_age=2592000",
      "width": "100%",
      "height": "",
      "loading": "lazy",
      "html": "<img loading=\"lazy\" alt=\"Docusign CLM user interface showing comments\" src=\"https://cdn.bfldr.com/HIN7H4LI/at/x7fpbw9ptxt7tnpxt3kfth/ui-docusign-clm-with-comment.png?auto=webp&amp;format=avif&amp;quality=90&amp;width=500&amp;max_age=2592000\" width=\"100%\" class=\"e1ipph4d40 css-6q7cng e1q11oxc0\">"
    },
    {
      "src": "https://cdn.bfldr.com/HIN7H4LI/at/752z637jvb5skhkf8pv6km3/ui-docusign-multi-channel-mobile.png?auto=webp&format=avif&quality=90&width=500&max_age=2592000",
      "width": "100%",
      "height": "",
      "loading": "lazy",
      "html": "<img loading=\"lazy\" alt=\"UI displaying a message notifications\" src=\"https://cdn.bfldr.com/HIN7H4LI/at/752z637jvb5skhkf8pv6km3/ui-docusign-multi-channel-mobile.png?auto=webp&amp;format=avif&amp;quality=90&amp;width=500&amp;max_age=2592000\" width=\"100%\" class=\"e1ipph4d40 css-6q7cng e1q11oxc0\">"
    },
    {
      "src": "https://images.ctfassets.net/0jnmtsdzg6p5/3WwzIySGMKtmztXyhbcHbc/a6172702f997913718e37091bc561a19/ui-procurement-templates.png?fm=avif&q=90&w=500",
      "width": "100%",
      "height": "",
      "loading": "lazy",
      "html": "<img loading=\"lazy\" alt=\"template builder for procurement\" src=\"https://images.ctfassets.net/0jnmtsdzg6p5/3WwzIySGMKtmztXyhbcHbc/a6172702f997913718e37091bc561a19/ui-procurement-templates.png?fm=avif&amp;q=90&amp;w=500\" width=\"100%\" class=\"e1ipph4d40 css-6q7cng e1q11oxc0\">"
    },
    {
      "src": "https://cdn.bfldr.com/HIN7H4LI/at/jzvf9jk7jxfxntknvvznhst/ui-workflow.png?auto=webp&format=avif&quality=90&width=500&max_age=2592000",
      "width": "100%",
      "height": "",
      "loading": "lazy",
      "html": "<img loading=\"lazy\" alt=\"UI showing a people workflow\" src=\"https://cdn.bfldr.com/HIN7H4LI/at/jzvf9jk7jxfxntknvvznhst/ui-workflow.png?auto=webp&amp;format=avif&amp;quality=90&amp;width=500&amp;max_age=2592000\" width=\"100%\" class=\"e1ipph4d40 css-6q7cng e1q11oxc0\">"
    },
    {
      "src": "https://cdn.bfldr.com/HIN7H4LI/at/4s5w3n2bz4rm8qpwps3kz/ui-docusign-navigator-ai-HR.png?auto=webp&format=avif&quality=90&width=500&max_age=2592000",
      "width": "100%",
      "height": "",
      "loading": "lazy",
      "html": "<img loading=\"lazy\" alt=\"UI displaying Docusign AI-assisted features for HR\" src=\"https://cdn.bfldr.com/HIN7H4LI/at/4s5w3n2bz4rm8qpwps3kz/ui-docusign-navigator-ai-HR.png?auto=webp&amp;format=avif&amp;quality=90&amp;width=500&amp;max_age=2592000\" width=\"100%\" class=\"e1ipph4d40 css-6q7cng e1q11oxc0\">"
    },
    {
      "src": "https://cdn.bfldr.com/HIN7H4LI/at/752z637jvb5skhkf8pv6km3/ui-docusign-multi-channel-mobile.png?auto=webp&format=avif&quality=90&width=500&max_age=2592000",
      "width": "100%",
      "height": "",
      "loading": "lazy",
      "html": "<img loading=\"lazy\" alt=\"UI displaying a message notifications\" src=\"https://cdn.bfldr.com/HIN7H4LI/at/752z637jvb5skhkf8pv6km3/ui-docusign-multi-channel-mobile.png?auto=webp&amp;format=avif&amp;quality=90&amp;width=500&amp;max_age=2592000\" width=\"100%\" class=\"e1ipph4d40 css-6q7cng e1q11oxc0\">"
    },
    {
      "src": "https://cdn.bfldr.com/HIN7H4LI/at/cgvs4483sqqk98b5bg6vbxpp/ui-docusign-webform-hr.png?auto=webp&format=avif&quality=90&width=500&max_age=2592000",
      "width": "100%",
      "height": "",
      "loading": "lazy",
      "html": "<img loading=\"lazy\" alt=\"UI displaying Docusign Webform and an offer letter\" src=\"https://cdn.bfldr.com/HIN7H4LI/at/cgvs4483sqqk98b5bg6vbxpp/ui-docusign-webform-hr.png?auto=webp&amp;format=avif&amp;quality=90&amp;width=500&amp;max_age=2592000\" width=\"100%\" class=\"e1ipph4d40 css-6q7cng e1q11oxc0\">"
    },
    {
      "src": "https://cdn.bfldr.com/HIN7H4LI/at/j7kwfxtvs9rfxwpshm7s/ui-docusign-workflow-idv.png?auto=webp&format=avif&quality=90&width=500&max_age=2592000",
      "width": "100%",
      "height": "",
      "loading": "lazy",
      "html": "<img loading=\"lazy\" alt=\"UI Showing a Docusign workflow\" src=\"https://cdn.bfldr.com/HIN7H4LI/at/j7kwfxtvs9rfxwpshm7s/ui-docusign-workflow-idv.png?auto=webp&amp;format=avif&amp;quality=90&amp;width=500&amp;max_age=2592000\" width=\"100%\" class=\"e1ipph4d40 css-6q7cng e1q11oxc0\">"
    },
    {
      "src": "https://images.ctfassets.net/0jnmtsdzg6p5/k1u0LBfK5PlHox7dqjv2j/31662ff9f7c372837a42383f045652e3/ui-hr-templates.png?fm=avif&q=90&w=500",
      "width": "100%",
      "height": "",
      "loading": "lazy",
      "html": "<img loading=\"lazy\" alt=\"Template builder for HR\" src=\"https://images.ctfassets.net/0jnmtsdzg6p5/k1u0LBfK5PlHox7dqjv2j/31662ff9f7c372837a42383f045652e3/ui-hr-templates.png?fm=avif&amp;q=90&amp;w=500\" width=\"100%\" class=\"e1ipph4d40 css-6q7cng e1q11oxc0\">"
    },
    {
      "src": "https://cdn.bfldr.com/HIN7H4LI/at/6jv4rck3jqmq43vz747q79qk/ui-docusign-envelope.png?auto=webp&format=avif&quality=90&width=500&max_age=2592000",
      "width": "100%",
      "height": "",
      "loading": "lazy",
      "html": "<img loading=\"lazy\" alt=\"UI showing envelops\" src=\"https://cdn.bfldr.com/HIN7H4LI/at/6jv4rck3jqmq43vz747q79qk/ui-docusign-envelope.png?auto=webp&amp;format=avif&amp;quality=90&amp;width=500&amp;max_age=2592000\" width=\"100%\" class=\"e1ipph4d40 css-6q7cng e1q11oxc0\">"
    },
    {
      "src": "https://cdn.bfldr.com/HIN7H4LI/at/kpc64t5hxmvsbm37r43wvv66/ui-docusign-set-reminder-sales.png?auto=webp&format=avif&quality=90&width=500&max_age=2592000",
      "width": "100%",
      "height": "",
      "loading": "lazy",
      "html": "<img loading=\"lazy\" alt=\"UI displays a Sales Agreement and an auto reminder\" src=\"https://cdn.bfldr.com/HIN7H4LI/at/kpc64t5hxmvsbm37r43wvv66/ui-docusign-set-reminder-sales.png?auto=webp&amp;format=avif&amp;quality=90&amp;width=500&amp;max_age=2592000\" width=\"100%\" class=\"e1ipph4d40 css-6q7cng e1q11oxc0\">"
    },
    {
      "src": "https://cdn.bfldr.com/HIN7H4LI/at/6rv734r92qbntp459zwrbg/ui-docusign-maestro-workflow.png?auto=webp&format=avif&quality=90&width=500&max_age=2592000",
      "width": "100%",
      "height": "",
      "loading": "lazy",
      "html": "<img loading=\"lazy\" alt=\"UI showing Docusign Workflow Builder\" src=\"https://cdn.bfldr.com/HIN7H4LI/at/6rv734r92qbntp459zwrbg/ui-docusign-maestro-workflow.png?auto=webp&amp;format=avif&amp;quality=90&amp;width=500&amp;max_age=2592000\" width=\"100%\" class=\"e1ipph4d40 css-6q7cng e1q11oxc0\">"
    },
    {
      "src": "https://cdn.bfldr.com/HIN7H4LI/at/jmgnhptqmpshxhjc7xbpjc23/ui-docusign-ai-risk-assessment.png?auto=webp&format=avif&quality=90&width=500&max_age=2592000",
      "width": "100%",
      "height": "",
      "loading": "lazy",
      "html": "<img loading=\"lazy\" alt=\"Docusign AI-Assisted feature to analyze risk levels\" src=\"https://cdn.bfldr.com/HIN7H4LI/at/jmgnhptqmpshxhjc7xbpjc23/ui-docusign-ai-risk-assessment.png?auto=webp&amp;format=avif&amp;quality=90&amp;width=500&amp;max_age=2592000\" width=\"100%\" class=\"e1ipph4d40 css-6q7cng e1q11oxc0\">"
    },
    {
      "src": "https://cdn.bfldr.com/HIN7H4LI/at/752z637jvb5skhkf8pv6km3/ui-docusign-multi-channel-mobile.png?auto=webp&format=avif&quality=90&width=500&max_age=2592000",
      "width": "100%",
      "height": "",
      "loading": "lazy",
      "html": "<img loading=\"lazy\" alt=\"UI displaying a message notifications\" src=\"https://cdn.bfldr.com/HIN7H4LI/at/752z637jvb5skhkf8pv6km3/ui-docusign-multi-channel-mobile.png?auto=webp&amp;format=avif&amp;quality=90&amp;width=500&amp;max_age=2592000\" width=\"100%\" class=\"e1ipph4d40 css-6q7cng e1q11oxc0\">"
    },
    {
      "src": "https://images.ctfassets.net/0jnmtsdzg6p5/4EF9emnTjawUqgowDljvrL/f31219b4b18112f859a36c9dddb0cb2b/checkmark_circle_green10.svg",
      "width": "40",
      "height": "",
      "loading": "eager",
      "html": "<img loading=\"eager\" alt src=\"https://images.ctfassets.net/0jnmtsdzg6p5/4EF9emnTjawUqgowDljvrL/f31219b4b18112f859a36c9dddb0cb2b/checkmark_circle_green10.svg\" width=\"40\" class=\"eyrw8507 css-j45yz2 e1q11oxc0\">"
    },
    {
      "src": "https://images.ctfassets.net/0jnmtsdzg6p5/4EF9emnTjawUqgowDljvrL/f31219b4b18112f859a36c9dddb0cb2b/checkmark_circle_green10.svg",
      "width": "40",
      "height": "",
      "loading": "eager",
      "html": "<img loading=\"eager\" alt src=\"https://images.ctfassets.net/0jnmtsdzg6p5/4EF9emnTjawUqgowDljvrL/f31219b4b18112f859a36c9dddb0cb2b/checkmark_circle_green10.svg\" width=\"40\" class=\"eyrw8507 css-j45yz2 e1q11oxc0\">"
    },
    {
      "src": "https://images.ctfassets.net/0jnmtsdzg6p5/4EF9emnTjawUqgowDljvrL/f31219b4b18112f859a36c9dddb0cb2b/checkmark_circle_green10.svg",
      "width": "40",
      "height": "",
      "loading": "eager",
      "html": "<img loading=\"eager\" alt src=\"https://images.ctfassets.net/0jnmtsdzg6p5/4EF9emnTjawUqgowDljvrL/f31219b4b18112f859a36c9dddb0cb2b/checkmark_circle_green10.svg\" width=\"40\" class=\"eyrw8507 css-j45yz2 e1q11oxc0\">"
    },
    {
      "src": "https://images.ctfassets.net/0jnmtsdzg6p5/4EF9emnTjawUqgowDljvrL/f31219b4b18112f859a36c9dddb0cb2b/checkmark_circle_green10.svg",
      "width": "40",
      "height": "",
      "loading": "eager",
      "html": "<img loading=\"eager\" alt src=\"https://images.ctfassets.net/0jnmtsdzg6p5/4EF9emnTjawUqgowDljvrL/f31219b4b18112f859a36c9dddb0cb2b/checkmark_circle_green10.svg\" width=\"40\" class=\"eyrw8507 css-j45yz2 e1q11oxc0\">"
    },
    {
      "src": "https://images.ctfassets.net/0jnmtsdzg6p5/4EF9emnTjawUqgowDljvrL/f31219b4b18112f859a36c9dddb0cb2b/checkmark_circle_green10.svg",
      "width": "40",
      "height": "",
      "loading": "eager",
      "html": "<img loading=\"eager\" alt src=\"https://images.ctfassets.net/0jnmtsdzg6p5/4EF9emnTjawUqgowDljvrL/f31219b4b18112f859a36c9dddb0cb2b/checkmark_circle_green10.svg\" width=\"40\" class=\"eyrw8507 css-j45yz2 e1q11oxc0\">"
    },
    {
      "src": "https://images.ctfassets.net/0jnmtsdzg6p5/4EF9emnTjawUqgowDljvrL/f31219b4b18112f859a36c9dddb0cb2b/checkmark_circle_green10.svg",
      "width": "40",
      "height": "",
      "loading": "eager",
      "html": "<img loading=\"eager\" alt src=\"https://images.ctfassets.net/0jnmtsdzg6p5/4EF9emnTjawUqgowDljvrL/f31219b4b18112f859a36c9dddb0cb2b/checkmark_circle_green10.svg\" width=\"40\" class=\"eyrw8507 css-j45yz2 e1q11oxc0\">"
    },
    {
      "src": "https://images.ctfassets.net/9pvazpst9iwl/7dBQFfWcQVNhkO4a5REnGB/dbc2c0c8d1ebd706b94a856c389fc016/logo-2_1-vnilever.svg",
      "width": "100%",
      "height": "",
      "loading": "eager",
      "html": "<img loading=\"eager\" width=\"100%\" src=\"https://images.ctfassets.net/9pvazpst9iwl/7dBQFfWcQVNhkO4a5REnGB/dbc2c0c8d1ebd706b94a856c389fc016/logo-2_1-vnilever.svg\" alt=\"Unilever uplevels its procurement processes with Docusign\" class=\"e1mohy6021 css-1umlh5p e1q11oxc0\">"
    },
    {
      "src": "https://images.ctfassets.net/9pvazpst9iwl/4AWGPP7vt208MResQFwKsv/dc45f1a1b39eb3d8234b3264aa74d5ad/logo-2-1-vestwell.svg",
      "width": "100%",
      "height": "",
      "loading": "eager",
      "html": "<img loading=\"eager\" width=\"100%\" src=\"https://images.ctfassets.net/9pvazpst9iwl/4AWGPP7vt208MResQFwKsv/dc45f1a1b39eb3d8234b3264aa74d5ad/logo-2-1-vestwell.svg\" alt=\"Vestwell Turns Deals Into Revenue 93% Faster with Docusign and Salesforce\" class=\"e1mohy6021 css-1umlh5p e1q11oxc0\">"
    },
    {
      "src": "https://images.ctfassets.net/9pvazpst9iwl/4uN5WmmLds0PLIHW9ws9Is/73965c2838a9f7c1c38b5b46fbca2158/logo-2-1-primerica.svg",
      "width": "100%",
      "height": "",
      "loading": "eager",
      "html": "<img loading=\"eager\" width=\"100%\" src=\"https://images.ctfassets.net/9pvazpst9iwl/4uN5WmmLds0PLIHW9ws9Is/73965c2838a9f7c1c38b5b46fbca2158/logo-2-1-primerica.svg\" alt=\"Primerica Partners with Docusign to Deliver High-Tech, High-Touch Financial Services\" class=\"e1mohy6021 css-1umlh5p e1q11oxc0\">"
    },
    {
      "src": "https://images.ctfassets.net/9pvazpst9iwl/4oj1kEAX3lAMJ9weod4orJ/7dfd6137d4a60cda72906478932be965/logo-2-1-flowserve.svg",
      "width": "100%",
      "height": "",
      "loading": "eager",
      "html": "<img loading=\"eager\" width=\"100%\" src=\"https://images.ctfassets.net/9pvazpst9iwl/4oj1kEAX3lAMJ9weod4orJ/7dfd6137d4a60cda72906478932be965/logo-2-1-flowserve.svg\" alt=\"Flowserve Boosts Speed and Profit Margins with Docusign CLM and Salesforce\" class=\"e1mohy6021 css-1umlh5p e1q11oxc0\">"
    },
    {
      "src": "https://images.ctfassets.net/9pvazpst9iwl/7dBQFfWcQVNhkO4a5REnGB/dbc2c0c8d1ebd706b94a856c389fc016/logo-2_1-vnilever.svg",
      "width": "100%",
      "height": "",
      "loading": "eager",
      "html": "<img loading=\"eager\" src=\"https://images.ctfassets.net/9pvazpst9iwl/7dBQFfWcQVNhkO4a5REnGB/dbc2c0c8d1ebd706b94a856c389fc016/logo-2_1-vnilever.svg\" alt=\"Unilever uplevels its procurement processes with Docusign\" width=\"100%\" selected class=\"e12j9ld39 css-1koaf51 e1q11oxc0\">"
    },
    {
      "src": "https://images.ctfassets.net/9pvazpst9iwl/4AWGPP7vt208MResQFwKsv/dc45f1a1b39eb3d8234b3264aa74d5ad/logo-2-1-vestwell.svg",
      "width": "100%",
      "height": "",
      "loading": "eager",
      "html": "<img loading=\"eager\" src=\"https://images.ctfassets.net/9pvazpst9iwl/4AWGPP7vt208MResQFwKsv/dc45f1a1b39eb3d8234b3264aa74d5ad/logo-2-1-vestwell.svg\" alt=\"Vestwell Turns Deals Into Revenue 93% Faster with Docusign and Salesforce\" width=\"100%\" class=\"e12j9ld39 css-17blzqv e1q11oxc0\">"
    },
    {
      "src": "https://images.ctfassets.net/9pvazpst9iwl/4uN5WmmLds0PLIHW9ws9Is/73965c2838a9f7c1c38b5b46fbca2158/logo-2-1-primerica.svg",
      "width": "100%",
      "height": "",
      "loading": "eager",
      "html": "<img loading=\"eager\" src=\"https://images.ctfassets.net/9pvazpst9iwl/4uN5WmmLds0PLIHW9ws9Is/73965c2838a9f7c1c38b5b46fbca2158/logo-2-1-primerica.svg\" alt=\"Primerica Partners with Docusign to Deliver High-Tech, High-Touch Financial Services\" width=\"100%\" class=\"e12j9ld39 css-17blzqv e1q11oxc0\">"
    },
    {
      "src": "https://images.ctfassets.net/9pvazpst9iwl/4oj1kEAX3lAMJ9weod4orJ/7dfd6137d4a60cda72906478932be965/logo-2-1-flowserve.svg",
      "width": "100%",
      "height": "",
      "loading": "eager",
      "html": "<img loading=\"eager\" src=\"https://images.ctfassets.net/9pvazpst9iwl/4oj1kEAX3lAMJ9weod4orJ/7dfd6137d4a60cda72906478932be965/logo-2-1-flowserve.svg\" alt=\"Flowserve Boosts Speed and Profit Margins with Docusign CLM and Salesforce\" width=\"100%\" class=\"e12j9ld39 css-17blzqv e1q11oxc0\">"
    },
    {
      "src": "https://images.ctfassets.net/9pvazpst9iwl/1COEHCCwCekV8O2N3NyyP7/6915c2c38f65feedae6204d29a20acf5/recommended-image-mo26.png?fm=avif&q=90&w=500",
      "width": "100%",
      "height": "",
      "loading": "lazy",
      "html": "<img loading=\"lazy\" alt src=\"https://images.ctfassets.net/9pvazpst9iwl/1COEHCCwCekV8O2N3NyyP7/6915c2c38f65feedae6204d29a20acf5/recommended-image-mo26.png?fm=avif&amp;q=90&amp;w=500\" width=\"100%\" class=\"e1ipph4d40 css-6q7cng e1q11oxc0\">"
    },
    {
      "src": "https://images.ctfassets.net/9pvazpst9iwl/2Y5U4P2B1A1T9CIViX5uoR/49a8f81d9dbfcb2c7c6df3431380e170/event-syndicated-community.png?fm=avif&q=90&w=500",
      "width": "100%",
      "height": "",
      "loading": "lazy",
      "html": "<img loading=\"lazy\" alt src=\"https://images.ctfassets.net/9pvazpst9iwl/2Y5U4P2B1A1T9CIViX5uoR/49a8f81d9dbfcb2c7c6df3431380e170/event-syndicated-community.png?fm=avif&amp;q=90&amp;w=500\" width=\"100%\" class=\"e1ipph4d40 css-6q7cng e1q11oxc0\">"
    },
    {
      "src": "https://images.ctfassets.net/9pvazpst9iwl/201SLDwYNbU9QWV0ZC4hIV/e80cc153275e9207f6c1ac4eb8b9d979/invoice.png?fm=avif&q=90&w=500",
      "width": "100%",
      "height": "",
      "loading": "eager",
      "html": "<img loading=\"eager\" width=\"100%\" src=\"https://images.ctfassets.net/9pvazpst9iwl/201SLDwYNbU9QWV0ZC4hIV/e80cc153275e9207f6c1ac4eb8b9d979/invoice.png?fm=avif&amp;q=90&amp;w=500\" alt class=\"css-12zon2g e1q11oxc0\">"
    },
    {
      "src": "https://images.ctfassets.net/9pvazpst9iwl/708o6LjITU7kM6GPusXMzX/2e032fc7ce149893e9a56bb3eaad1b7e/Government_HUD_blog.png?fm=avif&q=90&w=500",
      "width": "100%",
      "height": "",
      "loading": "eager",
      "html": "<img loading=\"eager\" width=\"100%\" src=\"https://images.ctfassets.net/9pvazpst9iwl/708o6LjITU7kM6GPusXMzX/2e032fc7ce149893e9a56bb3eaad1b7e/Government_HUD_blog.png?fm=avif&amp;q=90&amp;w=500\" alt class=\"css-12zon2g e1q11oxc0\">"
    },
    {
      "src": "https://images.ctfassets.net/9pvazpst9iwl/y7js1x56CcK4IwblvsWFj/d6b2e1266424470cbdf1396856a89e9c/Government_OMB_Procurement_blog.png?fm=avif&q=90&w=500",
      "width": "100%",
      "height": "",
      "loading": "eager",
      "html": "<img loading=\"eager\" width=\"100%\" src=\"https://images.ctfassets.net/9pvazpst9iwl/y7js1x56CcK4IwblvsWFj/d6b2e1266424470cbdf1396856a89e9c/Government_OMB_Procurement_blog.png?fm=avif&amp;q=90&amp;w=500\" alt class=\"css-12zon2g e1q11oxc0\">"
    },
    {
      "src": "https://images.ctfassets.net/9pvazpst9iwl/201SLDwYNbU9QWV0ZC4hIV/e80cc153275e9207f6c1ac4eb8b9d979/invoice.png?fm=avif&q=90&w=500",
      "width": "100%",
      "height": "",
      "loading": "eager",
      "html": "<img loading=\"eager\" width=\"100%\" src=\"https://images.ctfassets.net/9pvazpst9iwl/201SLDwYNbU9QWV0ZC4hIV/e80cc153275e9207f6c1ac4eb8b9d979/invoice.png?fm=avif&amp;q=90&amp;w=500\" alt class=\"css-12zon2g e1q11oxc0\">"
    },
    {
      "src": "https://images.ctfassets.net/9pvazpst9iwl/708o6LjITU7kM6GPusXMzX/2e032fc7ce149893e9a56bb3eaad1b7e/Government_HUD_blog.png?fm=avif&q=90&w=500",
      "width": "100%",
      "height": "",
      "loading": "eager",
      "html": "<img loading=\"eager\" width=\"100%\" src=\"https://images.ctfassets.net/9pvazpst9iwl/708o6LjITU7kM6GPusXMzX/2e032fc7ce149893e9a56bb3eaad1b7e/Government_HUD_blog.png?fm=avif&amp;q=90&amp;w=500\" alt class=\"css-12zon2g e1q11oxc0\">"
    },
    {
      "src": "https://images.ctfassets.net/9pvazpst9iwl/y7js1x56CcK4IwblvsWFj/d6b2e1266424470cbdf1396856a89e9c/Government_OMB_Procurement_blog.png?fm=avif&q=90&w=500",
      "width": "100%",
      "height": "",
      "loading": "eager",
      "html": "<img loading=\"eager\" width=\"100%\" src=\"https://images.ctfassets.net/9pvazpst9iwl/y7js1x56CcK4IwblvsWFj/d6b2e1266424470cbdf1396856a89e9c/Government_OMB_Procurement_blog.png?fm=avif&amp;q=90&amp;w=500\" alt class=\"css-12zon2g e1q11oxc0\">"
    },
    {
      "src": "https://images.ctfassets.net/0jnmtsdzg6p5/1yPtCtKb9PSZ82BekW4XzV/faba2ae818ce7c1cb521a18b989b78e2/male-in-orange-smiling-US-CA-AU-FR.png?fm=avif&q=90&w=500",
      "width": "100%",
      "height": "",
      "loading": "eager",
      "html": "<img loading=\"eager\" src=\"https://images.ctfassets.net/0jnmtsdzg6p5/1yPtCtKb9PSZ82BekW4XzV/faba2ae818ce7c1cb521a18b989b78e2/male-in-orange-smiling-US-CA-AU-FR.png?fm=avif&amp;q=90&amp;w=500\" alt=\"A man in a mustard-colored shirt sits indoors, engaged in a discussion about Docusign. Green plants are visible in the background.\" width=\"100%\" class=\"css-7u2o52 e1q11oxc0\">"
    },
    {
      "src": "https://images.ctfassets.net/0jnmtsdzg6p5/2AllED5U03vd2cebLfB6rU/531a6780832941786e6ed77e0ad694dd/badge-google-play.png?fm=avif&q=90&w=500",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img loading=\"lazy\" src=\"https://images.ctfassets.net/0jnmtsdzg6p5/2AllED5U03vd2cebLfB6rU/531a6780832941786e6ed77e0ad694dd/badge-google-play.png?fm=avif&amp;q=90&amp;w=500\" alt=\"Download the Docusign Mobile App on Google Play\" class=\"css-h3kqrf e1q11oxc0\">"
    },
    {
      "src": "https://images.ctfassets.net/0jnmtsdzg6p5/4WOSOeq00xri7k11Xb3kkF/5a2503a98c82d94aa387922221f3daea/badge-app-store.png?fm=avif&q=90&w=500",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img loading=\"lazy\" src=\"https://images.ctfassets.net/0jnmtsdzg6p5/4WOSOeq00xri7k11Xb3kkF/5a2503a98c82d94aa387922221f3daea/badge-app-store.png?fm=avif&amp;q=90&amp;w=500\" alt=\"Download the Docusign Mobile App on the Apple App Store\" class=\"css-h3kqrf e1q11oxc0\">"
    }
  ],
  "possibleDialogs": [],
  "score": 80,
  "weight": 10
}

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, 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": "Momentum 2026 Keynote",
      "html": "<h2 id=\"momentum-2026-keynote\" class=\"css-1oe0uc1 e1et20720\">Momentum 2026 Keynote</h2>"
    },
    {
      "text": "AI-powered agreement management",
      "html": "<h2 id=\"aipowered-agreement-management\" contentappearance=\"accent\" class=\"ef7x3124 css-8u7x1f e1et20720\">AI-powered agreement management</h2>"
    },
    {
      "text": "Do (much) more with IAM",
      "html": "<h2 id=\"do-much-more-with-iam\" class=\"css-1oe0uc1 e1et20720\">Do (much) more with IAM</h2>"
    },
    {
      "text": "Build custom agreement workflows",
      "html": "<h2 id=\"build-custom-agreement-workflows\" class=\"css-1jmg0tt e1et20720\">Build custom agreement workflows</h2>"
    },
    {
      "text": "Trusted the world over",
      "html": "<h2 id=\"trusted-the-world-over\" class=\"e1ae7g3g2 css-1fefkra e1et20720\">Trusted the world over</h2>"
    },
    {
      "text": "Companies do better with Docusign",
      "html": "<h2 id=\"companies-do-better-with-docusign\" class=\"e12j9ld37 css-10yxugv e1et20720\">Companies do better with Docusign</h2>"
    },
    {
      "text": "Recommended for you",
      "html": "<h2 id=\"recommended-for-you\" class=\"css-1oe0uc1 e1et20720\">Recommended for you</h2>"
    },
    {
      "text": "Momentum is back in New York City on May 5 & 6!",
      "html": "<h2 id=\"momentum-is-back-in-new-york-city-on-may-5-6\" class=\"css-k1bpl5 e1et20720\">Momentum is back in New York City on May 5 &amp; 6!</h2>"
    },
    {
      "text": "The smartest way to navigate agreements",
      "html": "<h2 id=\"the-smartest-way-to-navigate-agreements\" class=\"css-k1bpl5 e1et20720\">The smartest way to navigate agreements</h2>"
    },
    {
      "text": "The 6 Ways You Can Send an Invoice",
      "html": "<h2 id=\"the-6-ways-you-can-send-an-invoice\" class=\"css-1t3vaep e1et20720\">The 6 Ways You Can Send an Invoice</h2>"
    },
    {
      "text": "How Housing Authorities Can Streamline HUD Tenant Recertification with Docusign IAM",
      "html": "<h2 id=\"how-housing-authorities-can-streamline-hud-tenant-recertification-with-docusign-iam\" class=\"css-1t3vaep e1et20720\">How Housing Authorities Can Streamline HUD Tenant Recertification with Docusign IAM</h2>"
    },
    {
      "text": "Managing OMB Memorandum M-26-10 Compliance: Why Federal Agencies Need an AI-Powered System of Record",
      "html": "<h2 id=\"managing-omb-memorandum-m2610-compliance-why-federal-agencies-need-an-aipowered-system-of-record\" class=\"css-1t3vaep e1et20720\">Managing OMB Memorandum M-26-10 Compliance: Why Federal Agencies Need an AI-Powered System of Record</h2>"
    },
    {
      "text": "The 6 Ways You Can Send an Invoice",
      "html": "<h2 id=\"the-6-ways-you-can-send-an-invoice\" class=\"css-1t3vaep e1et20720\">The 6 Ways You Can Send an Invoice</h2>"
    },
    {
      "text": "How Housing Authorities Can Streamline HUD Tenant Recertification with Docusign IAM",
      "html": "<h2 id=\"how-housing-authorities-can-streamline-hud-tenant-recertification-with-docusign-iam\" class=\"css-1t3vaep e1et20720\">How Housing Authorities Can Streamline HUD Tenant Recertification with Docusign IAM</h2>"
    },
    {
      "text": "Managing OMB Memorandum M-26-10 Compliance: Why Federal Agencies Need an AI-Powered System of Record",
      "html": "<h2 id=\"managing-omb-memorandum-m2610-compliance-why-federal-agencies-need-an-aipowered-system-of-record\" class=\"css-1t3vaep e1et20720\">Managing OMB Memorandum M-26-10 Compliance: Why Federal Agencies Need an AI-Powered System of Record</h2>"
    },
    {
      "text": "Docusign IAM is the agreement platform your business needs",
      "html": "<h2 id=\"docusign-iam-is-the-agreement-platform-your-business-needs\" class=\"css-1jmg0tt e1et20720\">Docusign IAM is the agreement platform your business needs</h2>"
    }
  ],
  "expected": [
    {
      "id": "what",
      "label": "What is Docusign?",
      "pattern": {}
    },
    {
      "id": "how",
      "label": "How does Docusign work?",
      "pattern": {}
    },
    {
      "id": "benefits",
      "label": "Why use Docusign?",
      "pattern": {}
    },
    {
      "id": "cost",
      "label": "Is Docusign free or paid?",
      "pattern": {}
    },
    {
      "id": "compare",
      "label": "How does Docusign compare with alternatives?",
      "pattern": {}
    }
  ],
  "missing": [
    {
      "id": "what",
      "label": "What is Docusign?",
      "pattern": {}
    },
    {
      "id": "cost",
      "label": "Is Docusign free or paid?",
      "pattern": {}
    },
    {
      "id": "compare",
      "label": "How does Docusign 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; charset=utf-8",
            "length": 504642
          },
          {
            "path": "/api/context",
            "statusCode": 404,
            "contentType": "text/html; charset=utf-8",
            "length": 504642
          },
          {
            "path": "/context",
            "statusCode": 404,
            "contentType": "text/html; charset=utf-8",
            "length": 365006
          }
        ]
      },
      "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, 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": "Momentum 2026 Keynote",
      "html": "<h2 id=\"momentum-2026-keynote\" class=\"css-1oe0uc1 e1et20720\">Momentum 2026 Keynote</h2>"
    },
    {
      "text": "AI-powered agreement management",
      "html": "<h2 id=\"aipowered-agreement-management\" contentappearance=\"accent\" class=\"ef7x3124 css-8u7x1f e1et20720\">AI-powered agreement management</h2>"
    },
    {
      "text": "Do (much) more with IAM",
      "html": "<h2 id=\"do-much-more-with-iam\" class=\"css-1oe0uc1 e1et20720\">Do (much) more with IAM</h2>"
    },
    {
      "text": "Build custom agreement workflows",
      "html": "<h2 id=\"build-custom-agreement-workflows\" class=\"css-1jmg0tt e1et20720\">Build custom agreement workflows</h2>"
    },
    {
      "text": "Trusted the world over",
      "html": "<h2 id=\"trusted-the-world-over\" class=\"e1ae7g3g2 css-1fefkra e1et20720\">Trusted the world over</h2>"
    },
    {
      "text": "Companies do better with Docusign",
      "html": "<h2 id=\"companies-do-better-with-docusign\" class=\"e12j9ld37 css-10yxugv e1et20720\">Companies do better with Docusign</h2>"
    },
    {
      "text": "Recommended for you",
      "html": "<h2 id=\"recommended-for-you\" class=\"css-1oe0uc1 e1et20720\">Recommended for you</h2>"
    },
    {
      "text": "Momentum is back in New York City on May 5 & 6!",
      "html": "<h2 id=\"momentum-is-back-in-new-york-city-on-may-5-6\" class=\"css-k1bpl5 e1et20720\">Momentum is back in New York City on May 5 &amp; 6!</h2>"
    },
    {
      "text": "The smartest way to navigate agreements",
      "html": "<h2 id=\"the-smartest-way-to-navigate-agreements\" class=\"css-k1bpl5 e1et20720\">The smartest way to navigate agreements</h2>"
    },
    {
      "text": "The 6 Ways You Can Send an Invoice",
      "html": "<h2 id=\"the-6-ways-you-can-send-an-invoice\" class=\"css-1t3vaep e1et20720\">The 6 Ways You Can Send an Invoice</h2>"
    },
    {
      "text": "How Housing Authorities Can Streamline HUD Tenant Recertification with Docusign IAM",
      "html": "<h2 id=\"how-housing-authorities-can-streamline-hud-tenant-recertification-with-docusign-iam\" class=\"css-1t3vaep e1et20720\">How Housing Authorities Can Streamline HUD Tenant Recertification with Docusign IAM</h2>"
    },
    {
      "text": "Managing OMB Memorandum M-26-10 Compliance: Why Federal Agencies Need an AI-Powered System of Record",
      "html": "<h2 id=\"managing-omb-memorandum-m2610-compliance-why-federal-agencies-need-an-aipowered-system-of-record\" class=\"css-1t3vaep e1et20720\">Managing OMB Memorandum M-26-10 Compliance: Why Federal Agencies Need an AI-Powered System of Record</h2>"
    },
    {
      "text": "The 6 Ways You Can Send an Invoice",
      "html": "<h2 id=\"the-6-ways-you-can-send-an-invoice\" class=\"css-1t3vaep e1et20720\">The 6 Ways You Can Send an Invoice</h2>"
    },
    {
      "text": "How Housing Authorities Can Streamline HUD Tenant Recertification with Docusign IAM",
      "html": "<h2 id=\"how-housing-authorities-can-streamline-hud-tenant-recertification-with-docusign-iam\" class=\"css-1t3vaep e1et20720\">How Housing Authorities Can Streamline HUD Tenant Recertification with Docusign IAM</h2>"
    },
    {
      "text": "Managing OMB Memorandum M-26-10 Compliance: Why Federal Agencies Need an AI-Powered System of Record",
      "html": "<h2 id=\"managing-omb-memorandum-m2610-compliance-why-federal-agencies-need-an-aipowered-system-of-record\" class=\"css-1t3vaep e1et20720\">Managing OMB Memorandum M-26-10 Compliance: Why Federal Agencies Need an AI-Powered System of Record</h2>"
    },
    {
      "text": "Docusign IAM is the agreement platform your business needs",
      "html": "<h2 id=\"docusign-iam-is-the-agreement-platform-your-business-needs\" class=\"css-1jmg0tt e1et20720\">Docusign IAM is the agreement platform your business needs</h2>"
    }
  ],
  "expected": [
    {
      "id": "what",
      "label": "What is Docusign?",
      "pattern": {}
    },
    {
      "id": "how",
      "label": "How does Docusign work?",
      "pattern": {}
    },
    {
      "id": "benefits",
      "label": "Why use Docusign?",
      "pattern": {}
    },
    {
      "id": "cost",
      "label": "Is Docusign free or paid?",
      "pattern": {}
    },
    {
      "id": "compare",
      "label": "How does Docusign compare with alternatives?",
      "pattern": {}
    }
  ],
  "missing": [
    {
      "id": "what",
      "label": "What is Docusign?",
      "pattern": {}
    },
    {
      "id": "cost",
      "label": "Is Docusign free or paid?",
      "pattern": {}
    },
    {
      "id": "compare",
      "label": "How does Docusign compare with alternatives?",
      "pattern": {}
    }
  ],
  "score": 70,
  "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 UseAuthEstablished

OAuth / OIDC discovery

OAuth / OIDC discovery has an informational finding because the page appears to support authentication.

Informational

Needs attention

OAuth / OIDC discovery

Informational
01

Issue

OAuth / OIDC discovery was not found at the expected path.

02

Why it matters

OAuth and OIDC discovery let agents find authorization, token, and key endpoints programmatically instead of relying on human documentation.

Check name

OAuth / OIDC discovery

Score

0/100

Status

informational

Category

Auth

Maturity

Established

Goal

Publish OAuth/OIDC discovery metadata so agents can authenticate with your APIs.

Result

OAuth / OIDC discovery has an informational finding because the page appears to support authentication.

Validation steps

  1. Fetch to find resource

    OAuth / OIDC discovery 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/openid-configuration",
            "statusCode": 404,
            "contentType": "text/html; charset=utf-8",
            "length": 365006
          },
          {
            "path": "/.well-known/oauth-authorization-server",
            "statusCode": 404,
            "contentType": "text/html; charset=utf-8",
            "length": 365006
          }
        ]
      },
      "issue": "OAuth / OIDC discovery was not found at the expected path.",
      "howToFix": "Publish valid OAuth/OIDC metadata only when the site actually supports OAuth/OIDC. Otherwise omit provider discovery and document any unauthenticated public APIs separately."
    }
  ],
  "authApplicability": {
    "supportsAuth": true,
    "score": 3,
    "signals": [
      {
        "source": "link:href",
        "weight": 3,
        "match": "auth link"
      }
    ]
  },
  "resourceFetchSucceeded": false
}

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; charset=utf-8"
      },
      "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><html lang=\"en\"><head><meta charSet=\"utf-8\"/><meta name=\"viewport\" content=\"width=device-width\"/><script id=\"datalayer\" type=\"text/javascript\">\n              /*DS_OA*/\n              window.dataLayer = window.dataLayer || [];dataLayer.push({'event': 'DS_optimizely_event_hold'});window.optimizely = window.optimizely || [];window.optimizely.push({type: 'holdEvents'});\n            </script><script id=\"gtm\">(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src='https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);})(window,document,'script','dataLayer','GTM-NXX2M47');</script><script type=\"application/ld+json"
      },
      "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.docusign.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.docusign.com/.well-known/oauth-protected-resource",
            "metadataUrlMatches": true,
            "resourceMatchesRequestContext": true
          },
          {
            "path": "/api/admin/summary",
            "statusCode": 404,
            "wwwAuthenticate": {
              "valid": false,
              "present": false
            },
            "expectedMetadataUrl": "https://www.docusign.com/.well-known/oauth-protected-resource",
            "metadataUrlMatches": true,
            "resourceMatchesRequestContext": true
          },
          {
            "path": "/api/scans",
            "statusCode": 404,
            "wwwAuthenticate": {
              "valid": false,
              "present": false
            },
            "expectedMetadataUrl": "https://www.docusign.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": 3,
    "signals": [
      {
        "source": "link:href",
        "weight": 3,
        "match": "auth link"
      }
    ]
  },
  "resourceFetchSucceeded": false
}

Performance and AccessibilityBest PracticesBrowser audit

Browser errors were logged to the console

100 Fail

Check name

Browser errors were logged to the console

Score

0/100

Status

fail

Device

desktop

Category

Best Practices

Fix guidance

Errors logged to the console indicate unresolved problems. They can come from network request failures and other browser concerns. [Learn more about this errors in console diagnostic audit](https://developer.chrome.com/docs/lighthouse/best-practices/errors-in-console/)

Evidence
{
  "description": "Errors logged to the console indicate unresolved problems. They can come from network request failures and other browser concerns. [Learn more about this errors in console diagnostic audit](https://developer.chrome.com/docs/lighthouse/best-practices/errors-in-console/)"
}

Performance and AccessibilityAccessibilityBrowser audit

Elements with visible text labels do not have matching accessible names.

100 Fail

Check name

Elements with visible text labels do not have matching accessible names.

Score

0/100

Status

fail

Device

desktop

Category

Accessibility

Fix guidance

Visible text labels that do not match the accessible name can result in a confusing experience for screen reader users. [Learn more about accessible names](https://dequeuniversity.com/rules/axe/4.11/label-content-name-mismatch).

Evidence
{
  "description": "Visible text labels that do not match the accessible name can result in a confusing experience for screen reader users. [Learn more about accessible names](https://dequeuniversity.com/rules/axe/4.11/label-content-name-mismatch)."
}

Performance and AccessibilityPerformanceBrowser audit

Use efficient cache lifetimes

25 Fail

Check name

Use efficient cache lifetimes

Score

0/100

Status

fail

Device

desktop

Category

Performance

Estimated savings

Est savings of 665 KiB

Fix guidance

A long cache lifetime can speed up repeat visits to your page. [Learn more about caching](https://developer.chrome.com/docs/performance/insights/cache).

Evidence
{
  "displayValue": "Est savings of 665 KiB",
  "description": "A long cache lifetime can speed up repeat visits to your page. [Learn more about caching](https://developer.chrome.com/docs/performance/insights/cache)."
}

Performance and AccessibilityPerformanceBrowser audit

Loading performance

14 Fail

Check name

Loading performance

Score

43/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": "first-contentful-paint",
      "title": "First Contentful Paint",
      "score": 100,
      "displayValue": "0.4 s",
      "numericValue": 380.0007399508864
    },
    {
      "id": "max-potential-fid",
      "title": "Max Potential First Input Delay",
      "score": 33,
      "displayValue": "310 ms",
      "numericValue": 309
    },
    {
      "id": "speed-index",
      "title": "Speed Index",
      "score": 2,
      "displayValue": "5.6 s",
      "numericValue": 5602.20505462874
    },
    {
      "id": "server-response-time",
      "title": "Initial server response time was short",
      "score": 100,
      "displayValue": "Root document took 120 ms",
      "numericValue": 118
    },
    {
      "id": "largest-contentful-paint",
      "title": "Largest Contentful Paint",
      "score": 1,
      "displayValue": "7.6 s",
      "numericValue": 7649.606385899428
    },
    {
      "id": "network-rtt",
      "title": "Network Round Trip Times",
      "score": 100,
      "displayValue": "30 ms",
      "numericValue": 31.361174999999996
    },
    {
      "id": "total-blocking-time",
      "title": "Total Blocking Time",
      "score": 0,
      "displayValue": "2,670 ms",
      "numericValue": 2673.7416593795256
    },
    {
      "id": "interactive",
      "title": "Time to Interactive",
      "score": 8,
      "displayValue": "8.6 s",
      "numericValue": 8624.28111379531
    }
  ]
}

Performance and AccessibilityPerformanceBrowser audit

Avoid enormous network payloads

13 Warning

Check name

Avoid enormous network payloads

Score

50/100

Status

warning

Device

desktop

Category

Performance

Estimated savings

Total size was 6,038 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 6,038 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": 6182665
}

Performance and AccessibilityPerformanceBrowser audit

Improve image delivery

13 Warning

Check name

Improve image delivery

Score

50/100

Status

warning

Device

desktop

Category

Performance

Estimated savings

Est savings of 433 KiB

Fix guidance

Reducing the download time of images can improve the perceived load time of the page and LCP. [Learn more about optimizing image size](https://developer.chrome.com/docs/performance/insights/image-delivery)

Evidence
{
  "displayValue": "Est savings of 433 KiB",
  "description": "Reducing the download time of images can improve the perceived load time of the page and LCP. [Learn more about optimizing image size](https://developer.chrome.com/docs/performance/insights/image-delivery)"
}

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
41/100Level 2, Agent-LimitedCurrent report
Report ID 28442a24-056e-492e-8148-a8b4ea16afb3. Scanned Jun 8, 2026, 3:12 PM.
docusign.com AI SEO Report: 41/100 (Level 2, Agent-Limited)