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

OVERALL SCORE

Level 3, Bot-Aware

Moderate readiness for AI agents
AIDiscoverability26%Agent Easeof Use8%Security& Trust80%GEO, AIO, AEO66%SEO92%Performance& Accessibility77%
  • AI Discoverability 26 out of 100
  • Agent Ease of Use 8 out of 100
  • Security & Trust 80 out of 100
  • GEO, AIO and AEO 66 out of 100
  • SEO 92 out of 100
  • Performance and Accessibility 77 out of 100

CAPTURED SCREENSHOT

Captured website desktop screenshot

What AI sees of your website

Lucidchart | Diagramming Powered By Intelligence favicon

Lucidchart | Diagramming Powered By Intelligence

Create next-generation diagrams with AI, data, and automation in Lucidchart. Understand and optimize every system and process.

Next step

Turn this report into a fix workflow

24 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
26
Priority fix5171View details
Discoverability
33
Priority fix360View details
Content Readiness
38
Priority fix271View details
Bot Access Control
0
Priority fix040View details
Agent Ease of Use
8
Priority fix10240View details
API
0
Priority fix060View details
Auth
Not Applicable
Not Applicable440View details
MCP
25
Priority fix260View details
Skill Discovery
0
Priority fix080View details
Agent Commerce
Not Applicable
Not Applicable400
GEO, AIO and AEO
66
Needs work5312View details
GEO Readiness
74
Needs work204
AIO Readiness
60
Needs work223View details
AEO Readiness
63
Needs work115View details
SEO
92
Strong1010View details
SEO
92
Strong1010View details
Security & Trust
80
Mostly ready810View details
Security & Trust
80
Mostly ready410View details
AI Training Exposure
Not Applicable
Not Applicable400
Performance and Accessibility
77
Mostly ready2431View details
Performance
65
Needs work1231View details
Accessibility
100
Strong1200

Prioritized recommendations

Issues ranked by score impact

43 items need attention

Security & TrustSecurity & TrustEstablished

Content-Security-Policy

Content-Security-Policy is missing or incomplete.

100 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": "frame-ancestors 'self'; script-src 'self' blob: 'unsafe-inline' 'unsafe-eval' https:; script-src-elem 'self' blob: 'unsafe-inline' https:; report-uri /reports/csp/uri; report-to csp-reports;"
}

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": "\n<!DOCTYPE HTML>\n<html>\n    <head>\n        <meta http-equiv=\"Content-Type\" content=\"text/html; charset=UTF-8\" />\n        \n            <title>Page Not Found | Lucid</title>\n            \n\n    <link rel=\"shortcut icon\" href=\"https://cdn-cashy-static-assets.lucidchart.com/app/webroot/favicons/favicon_suite_v3.ico\" />\n\n\n        \n        <meta name=\"viewport\" content=\"width=device-width, minimum-scale=1.0, maximum-scale=2.0, user-scalable=yes\" />\n        \n        <meta name=\"mobile-web-app-capable\" content=\"yes\" />\n        <meta name=\"apple-mobile-web-app-capable\" content=\"yes\" />\n        <meta name=\"apple-mobile-web-app-status-bar-style\" content=\"black\" />\n\n    \n\n\n\n\n    <script>\n        window.frontendAssetVersion = \"d/1/fdfef43b61f11269e683347c0fc24a717ba3fbc9b3030ba1828da66fe077f6\";\n        w"
      },
      "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."
    }
  ]
}

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": "\n<!DOCTYPE HTML>\n<html>\n    <head>\n        <meta http-equiv=\"Content-Type\" content=\"text/html; charset=UTF-8\" />\n        \n            <title>Page Not Found | Lucid</title>\n            \n\n    <link rel=\"shortcut icon\" href=\"https://cdn-cashy-static-assets.lucidchart.com/app/webroot/favicons/favicon_suite_v3.ico\" />\n\n\n        \n        <meta name=\"viewport\" content=\"width=device-width, minimum-scale=1.0, maximum-scale=2.0, user-scalable=yes\" />\n        \n        <meta name=\"mobile-web-app-capable\" content=\"yes\" />\n        <meta name=\"apple-mobile-web-app-capable\" content=\"yes\" />\n        <meta name=\"apple-mobile-web-app-status-bar-style\" content=\"black\" />\n\n    \n\n\n\n\n    <script>\n        window.frontendAssetVersion = \"d/1/fdfef43b61f11269e683347c0fc24a717ba3fbc9b3030ba1828da66fe077f6\";\n        w"
          },
          {
            "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": "\n<!DOCTYPE HTML>\n<html>\n    <head>\n        <meta http-equiv=\"Content-Type\" content=\"text/html; charset=UTF-8\" />\n        \n            <title>Page Not Found | Lucid</title>\n            \n\n    <link rel=\"shortcut icon\" href=\"https://cdn-cashy-static-assets.lucidchart.com/app/webroot/favicons/favicon_suite_v3.ico\" />\n\n\n        \n        <meta name=\"viewport\" content=\"width=device-width, minimum-scale=1.0, maximum-scale=2.0, user-scalable=yes\" />\n        \n        <meta name=\"mobile-web-app-capable\" content=\"yes\" />\n        <meta name=\"apple-mobile-web-app-capable\" content=\"yes\" />\n        <meta name=\"apple-mobile-web-app-status-bar-style\" content=\"black\" />\n\n    \n\n\n\n\n    <script>\n        window.frontendAssetVersion = \"d/1/fdfef43b61f11269e683347c0fc24a717ba3fbc9b3030ba1828da66fe077f6\";\n        w"
          },
          {
            "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": "\n<!DOCTYPE HTML>\n<html>\n    <head>\n        <meta http-equiv=\"Content-Type\" content=\"text/html; charset=UTF-8\" />\n        \n            <title>Page Not Found | Lucid</title>\n            \n\n    <link rel=\"shortcut icon\" href=\"https://cdn-cashy-static-assets.lucidchart.com/app/webroot/favicons/favicon_suite_v3.ico\" />\n\n\n        \n        <meta name=\"viewport\" content=\"width=device-width, minimum-scale=1.0, maximum-scale=2.0, user-scalable=yes\" />\n        \n        <meta name=\"mobile-web-app-capable\" content=\"yes\" />\n        <meta name=\"apple-mobile-web-app-capable\" content=\"yes\" />\n        <meta name=\"apple-mobile-web-app-status-bar-style\" content=\"black\" />\n\n    \n\n\n\n\n    <script>\n        window.frontendAssetVersion = \"d/1/fdfef43b61f11269e683347c0fc24a717ba3fbc9b3030ba1828da66fe077f6\";\n        w"
          },
          {
            "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": "\n<!DOCTYPE HTML>\n<html>\n    <head>\n        <meta http-equiv=\"Content-Type\" content=\"text/html; charset=UTF-8\" />\n        \n            <title>Page Not Found | Lucid</title>\n            \n\n    <link rel=\"shortcut icon\" href=\"https://cdn-cashy-static-assets.lucidchart.com/app/webroot/favicons/favicon_suite_v3.ico\" />\n\n\n        \n        <meta name=\"viewport\" content=\"width=device-width, minimum-scale=1.0, maximum-scale=2.0, user-scalable=yes\" />\n        \n        <meta name=\"mobile-web-app-capable\" content=\"yes\" />\n        <meta name=\"apple-mobile-web-app-capable\" content=\"yes\" />\n        <meta name=\"apple-mobile-web-app-status-bar-style\" content=\"black\" />\n\n    \n\n\n\n\n    <script>\n        window.frontendAssetVersion = \"d/1/fdfef43b61f11269e683347c0fc24a717ba3fbc9b3030ba1828da66fe077f6\";\n        w"
          },
          {
            "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": "\n<!DOCTYPE HTML>\n<html>\n    <head>\n        <meta http-equiv=\"Content-Type\" content=\"text/html; charset=UTF-8\" />\n        \n            <title>Page Not Found | Lucid</title>\n            \n\n    <link rel=\"shortcut icon\" href=\"https://cdn-cashy-static-assets.lucidchart.com/app/webroot/favicons/favicon_suite_v3.ico\" />\n\n\n        \n        <meta name=\"viewport\" content=\"width=device-width, minimum-scale=1.0, maximum-scale=2.0, user-scalable=yes\" />\n        \n        <meta name=\"mobile-web-app-capable\" content=\"yes\" />\n        <meta name=\"apple-mobile-web-app-capable\" content=\"yes\" />\n        <meta name=\"apple-mobile-web-app-status-bar-style\" content=\"black\" />\n\n    \n\n\n\n\n    <script>\n        window.frontendAssetVersion = \"d/1/fdfef43b61f11269e683347c0fc24a717ba3fbc9b3030ba1828da66fe077f6\";\n        w"
          },
          {
            "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": "\n<!DOCTYPE HTML>\n<html>\n    <head>\n        <meta http-equiv=\"Content-Type\" content=\"text/html; charset=UTF-8\" />\n        \n            <title>Page Not Found | Lucid</title>\n            \n\n    <link rel=\"shortcut icon\" href=\"https://cdn-cashy-static-assets.lucidchart.com/app/webroot/favicons/favicon_suite_v3.ico\" />\n\n\n        \n        <meta name=\"viewport\" content=\"width=device-width, minimum-scale=1.0, maximum-scale=2.0, user-scalable=yes\" />\n        \n        <meta name=\"mobile-web-app-capable\" content=\"yes\" />\n        <meta name=\"apple-mobile-web-app-capable\" content=\"yes\" />\n        <meta name=\"apple-mobile-web-app-status-bar-style\" content=\"black\" />\n\n    \n\n\n\n\n    <script>\n        window.frontendAssetVersion = \"d/1/fdfef43b61f11269e683347c0fc24a717ba3fbc9b3030ba1828da66fe077f6\";\n        w"
          },
          {
            "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": "\n<!DOCTYPE HTML>\n<html>\n    <head>\n        <meta http-equiv=\"Content-Type\" content=\"text/html; charset=UTF-8\" />\n        \n            <title>Page Not Found | Lucid</title>\n            \n\n    <link rel=\"shortcut icon\" href=\"https://cdn-cashy-static-assets.lucidchart.com/app/webroot/favicons/favicon_suite_v3.ico\" />\n\n\n        \n        <meta name=\"viewport\" content=\"width=device-width, minimum-scale=1.0, maximum-scale=2.0, user-scalable=yes\" />\n        \n        <meta name=\"mobile-web-app-capable\" content=\"yes\" />\n        <meta name=\"apple-mobile-web-app-capable\" content=\"yes\" />\n        <meta name=\"apple-mobile-web-app-status-bar-style\" content=\"black\" />\n\n    \n\n\n\n\n    <script>\n        window.frontendAssetVersion = \"d/1/fdfef43b61f11269e683347c0fc24a717ba3fbc9b3030ba1828da66fe077f6\";\n        w"
          }
        ]
      },
      "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
}

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": 2643
          },
          {
            "path": "/.well-known/mcp/server-cards.json",
            "statusCode": 404,
            "contentType": "text/html; charset=utf-8",
            "length": 2643
          },
          {
            "path": "/.well-known/mcp.json",
            "statusCode": 404,
            "contentType": "text/html; charset=utf-8",
            "length": 2643
          }
        ]
      },
      "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": 2643
          },
          {
            "path": "/.well-known/mcp.json",
            "statusCode": 404,
            "contentType": "text/html; charset=utf-8",
            "length": 2643
          },
          {
            "path": "/.well-known/mcp/server-card.json",
            "statusCode": 404,
            "contentType": "text/html; charset=utf-8",
            "length": 2643
          }
        ]
      },
      "issue": "mcp.json was not found at the expected path.",
      "howToFix": "Publish mcp.json or an MCP server card with serverInfo, protocolVersion, transport endpoint, and capabilities."
    }
  ]
}

AI DiscoverabilityBot Access ControlInformational

Web Bot Auth request signing

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

33 Fail

Needs attention

Web Bot Auth request signing

Failed check
01

Issue

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

02

Why it matters

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

Check name

Web Bot Auth request signing

Score

0/100

Status

fail

Category

Bot Access Control

Maturity

Informational

Goal

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

Result

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

Validation steps

  1. Fetch to find resource

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

Evidence
{
  "failedStep": "fetch",
  "steps": [
    {
      "id": "fetch",
      "title": "Fetch to find resource",
      "status": "fail",
      "evidence": {
        "checked": [
          {
            "path": "/.well-known/http-message-signatures-directory",
            "statusCode": 404,
            "contentType": "text/html; charset=utf-8",
            "length": 2643
          }
        ]
      },
      "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": 2643
          },
          {
            "path": "/webmcp.json",
            "statusCode": 404,
            "contentType": "text/html; charset=utf-8",
            "length": 2643
          },
          {
            "path": "/mcp.json",
            "statusCode": 404,
            "contentType": "text/html; charset=utf-8",
            "length": 2643
          }
        ]
      },
      "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": 2643
          },
          {
            "path": "/.well-known/a2a/agent-card.json",
            "statusCode": 404,
            "contentType": "text/html; charset=utf-8",
            "length": 2643
          },
          {
            "path": "/agent-card.json",
            "statusCode": 404,
            "contentType": "text/html; charset=utf-8",
            "length": 2643
          }
        ]
      },
      "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": 2643
          },
          {
            "path": "/.well-known/skills/index.json",
            "statusCode": 404,
            "contentType": "text/html; charset=utf-8",
            "length": 2643
          }
        ]
      },
      "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": 2643
          },
          {
            "path": "/agent.json",
            "statusCode": 404,
            "contentType": "text/html; charset=utf-8",
            "length": 2643
          }
        ]
      },
      "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": 2643
          },
          {
            "path": "/agents.json",
            "statusCode": 404,
            "contentType": "text/html; charset=utf-8",
            "length": 2643
          }
        ]
      },
      "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 DiscoverabilityDiscoverabilityEstablished

High-value schema types

High-value schema types is missing or incomplete.

25 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": []
}

AI DiscoverabilityDiscoverabilityEstablished

JSON-LD present

JSON-LD present is missing or incomplete.

25 Fail

Needs attention

JSON-LD present

Failed check
01

Issue

No JSON-LD blocks found.

02

Why it matters

JSON-LD is a low-friction structured data format that agents can extract without interpreting page presentation or microdata markup.

Check name

JSON-LD present

Score

0/100

Status

fail

Category

Discoverability

Maturity

Established

Goal

Expose schema.org JSON-LD so AI search systems can parse page entities.

Result

JSON-LD present is missing or incomplete.

Evidence
{
  "blocks": 0,
  "validBlocks": 0,
  "schemaContextBlocks": 0,
  "errors": [],
  "documents": [],
  "nodes": []
}

AI DiscoverabilityDiscoverabilityEstablished

Link headers

Link headers failed at "Find useful Link headers".

25 Fail

Needs attention

Link headers

Failed check
01

Issue

No useful agent discovery Link headers were found.

02

Why it matters

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

Check name

Link headers

Score

0/100

Status

fail

Category

Discoverability

Maturity

Established

Goal

Include Link response headers for agent discovery using RFC 8288.

Result

Link headers failed at "Find useful Link headers".

Validation steps

  1. Find useful Link headers

    No useful agent discovery Link headers were found.

  2. Fetch same-origin Link header targets

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

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

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": 2643
          },
          {
            "path": "/llms-full.txt",
            "statusCode": 404,
            "contentType": "text/html; charset=utf-8",
            "length": 2643
          }
        ]
      },
      "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" 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" 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"
      },
      "issue": "Content-Type \"text/html\" 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": 83181,
        "excerpt": "<!DOCTYPE html><html lang=\"en\"><head><meta charSet=\"utf-8\"/><meta name=\"viewport\" content=\"width=device-width, initial-scale=1, shrink-to-fit=no\"/><meta http-equiv=\"x-ua-compatible\" content=\"ie=edge\"/><meta name=\"generator\" content=\"Gatsby ",
        "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 DiscoverabilityDiscoverabilityEstablished

Organization / WebSite schema

Organization / WebSite schema is missing or incomplete.

25 Fail

Needs attention

Organization / WebSite schema

Failed check
01

Issue

Neither Organization nor WebSite schema types were found in JSON-LD.

02

Why it matters

Organization and WebSite schema help agents identify the publisher, canonical site identity, logo, and related profiles for attribution.

Check name

Organization / WebSite schema

Score

0/100

Status

fail

Category

Discoverability

Maturity

Established

Goal

Identify the site owner and website entity in structured data.

Result

Organization / WebSite schema is missing or incomplete.

Evidence
{
  "found": [],
  "allTypes": []
}

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: 1 buttons missing accessible names.

Details

02

Why it matters

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

Check name

Semantic HTML

Score

0/100

Status

fail

Category

Content Readiness

Maturity

Established

Goal

Expose readable page structure through semantic HTML and accessible controls.

Result

Semantic HTML is missing or incomplete.

Evidence
{
  "main": true,
  "nav": true,
  "footer": true,
  "meaningfulH1": true,
  "headingOrder": true,
  "accessibleLinks": true,
  "accessibleButtons": false,
  "imageAltCoverage": true,
  "formAutocompleteCoverage": true,
  "details": {
    "inaccessibleLinks": [],
    "inaccessibleButtons": [
      "<button aria-controls=\"global-nav-container\" aria-expanded=\"false\" aria-haspopup=\"true\" tabindex=\"0\" data-element-page-location=\"body\" data-element-type=\"button\" data-link-as-button=\"true\" class=\"button button--variant_navbarButton button--size_medium pt_s12 pb_s12 pl_s8 pr_s8 as_center bg-c_transparent bd_none min1024:d_none min1024:vis_hidden\" type=\"button\"><div id=\"global-navMobileIcon\" class=\"w_20px h_20px pos_relative trf_rotate(0deg) trs_0.5s_ease-in-out cursor_pointer [&amp;_&gt;_span]:d_"
    ],
    "missingAutocompleteInputs": [],
    "imagesMissingAlt": [],
    "skippedHeadingLevels": []
  },
  "counts": {
    "h1": 1,
    "headings": 31,
    "links": 382,
    "inaccessibleLinks": 0,
    "buttons": 32,
    "inaccessibleButtons": 1,
    "images": 276,
    "imagesWithAlt": 276,
    "autocompleteInputs": 0,
    "inputsWithAutocomplete": 0,
    "missingAutocompleteInputs": 0
  }
}

AI DiscoverabilityContent ReadinessEstablished

Content freshness signals

Content freshness signals is partially implemented.

19 Warning

Needs attention

Content freshness signals

Warning
01

Issue

Content freshness signals are incomplete: 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

25/100

Status

warning

Category

Content Readiness

Maturity

Established

Goal

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

Result

Content freshness signals is partially implemented.

Evidence
{
  "lastModified": "Fri, 05 Jun 2026 16:57:06 GMT",
  "schemaDates": [],
  "metaDateCount": 0,
  "timeDateCount": 0
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

AIO: Visible structured data match

AIO: Visible structured data match scored 0/100 and needs a fix.

10 Fail

Needs attention

AIO: Visible structured data match

Failed check
01

Issue

No JSON-LD structured data was detected.

Details

02

Why it matters

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

Check name

AIO: Visible structured data match

Score

0/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: Visible structured data match scored 0/100 and needs a fix.

Evidence
{
  "schemaCount": 0,
  "mismatches": [],
  "score": 0,
  "weight": 18
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

AIO: Source and trust signals

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

6 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://lucid.co/about",
      "text": "About us",
      "html": "<a tabindex=\"-1\" data-element-page-location=\"body\" data-element-type=\"link\" class=\"link link--variant_navLinkDropdown link--underline_none active:c_blue.70 focus:ring-c_blue.70 focusVisible:ring-c_blue.70\" data-link-as-link=\"true\" href=\"https://lucid.co/about\" hreflang=\"en\" lang=\"en\">About us</a>"
    },
    {
      "href": "https://lucid.app/lucidchart/editNewOrRegister/5b6550dd-c813-40f8-bc7a-4025840e9acb",
      "text": "Company org chart exampleCompany org chart example",
      "html": "<a aria-label=\"Go to Company org chart example template\" data-element-page-location=\"body\" data-element-type=\"link\" class=\"link link--variant_primary link--underline_none scr-sa_center scrs-s_always h_180px w_180px pos_relative min900:scr-sa_start group\" data-link-as-link=\"true\" href=\"https://lucid.app/lucidchart/editNewOrRegister/5b6550dd-c813-40f8-bc7a-4025840e9acb\" hreflang=\"en\" lang=\"en\" rel=\"nofollow\"><div class=\"h_180px w_180px pos_absolute top_0 left_0 bg-c_rgba(255,_255,_255,_0.9) z_1..."
    },
    {
      "href": "https://lucid.co/about",
      "text": "About us",
      "html": "<a data-element-page-location=\"body\" data-element-type=\"link\" class=\"link link--variant_footerLink link--underline_none\" data-link-as-link=\"true\" href=\"https://lucid.co/about\" hreflang=\"en\" lang=\"en\">About us</a>"
    },
    {
      "href": "https://www.linkedin.com/company/lucidsoftware",
      "text": "",
      "html": "<a aria-label=\"Go to Lucid on LinkedIn\" data-element-page-location=\"body\" data-element-type=\"link\" class=\"link link--variant_primary link--underline_none\" data-link-as-link=\"true\" href=\"https://www.linkedin.com/company/lucidsoftware\" hreflang=\"en\" lang=\"en\" rel=\"noreferrer\" target=\"_blank\"><img data-element-page-location=\"bottomFooter\" data-element-type=\"image\" alt=\"LinkedIn\" class=\"h_20px w_20px\" loading=\"lazy\" src=\"https://cdn-cashy-static-assets.lucidchart.com/marketing/pages/chart/footer/..."
    }
  ],
  "contactLinks": [
    {
      "href": "https://help.lucid.co/hc",
      "text": "Help center",
      "html": "<a tabindex=\"-1\" data-element-page-location=\"body\" data-element-type=\"link\" class=\"link link--variant_navLinkDropdown link--underline_none active:c_blue.70 focus:ring-c_blue.70 focusVisible:ring-c_blue.70\" data-link-as-link=\"true\" href=\"https://help.lucid.co/hc\" hreflang=\"en\" lang=\"en\">Help center</a>"
    },
    {
      "href": "https://lucid.co/contact-us",
      "text": "Contact us",
      "html": "<a tabindex=\"-1\" data-element-page-location=\"body\" data-element-type=\"link\" class=\"link link--variant_navLinkDropdown link--underline_none active:c_blue.70 focus:ring-c_blue.70 focusVisible:ring-c_blue.70\" data-link-as-link=\"true\" href=\"https://lucid.co/contact-us\" hreflang=\"en\" lang=\"en\">Contact us</a>"
    },
    {
      "href": "https://lucid.co/contact/contact-sales",
      "text": "Contact sales",
      "html": "<a tabindex=\"0\" data-element-page-location=\"body\" data-element-type=\"link\" data-link-as-button=\"true\" hreflang=\"en\" lang=\"en\" class=\"link link--variant_secondary link--underline_none button button--variant_secondary button--size_medium m_0 w_100% min500:w_max-content min768:min-w_200px min768:p_s16 min900:min-w_max-content min900:p_s12\" href=\"https://lucid.co/contact/contact-sales\">Contact sales</a>"
    },
    {
      "href": "https://lucid.co/contact/contact-sales",
      "text": "Contact sales",
      "html": "<a tabindex=\"0\" data-element-page-location=\"body\" data-element-type=\"link\" data-link-as-button=\"true\" hreflang=\"en\" lang=\"en\" class=\"link link--variant_secondary link--underline_none button button--variant_secondary button--size_medium m_0 w_100% min500:w_max-content min768:min-w_200px min768:p_s16 min900:min-w_max-content min900:p_s12\" href=\"https://lucid.co/contact/contact-sales\">Contact sales</a>"
    },
    {
      "href": "https://lucid.co/contact/contact-sales",
      "text": "Contact sales",
      "html": "<a data-element-page-location=\"body\" data-element-type=\"link\" class=\"link link--variant_footerLink link--underline_none\" data-link-as-link=\"true\" href=\"https://lucid.co/contact/contact-sales\" hreflang=\"en\" lang=\"en\">Contact sales</a>"
    },
    {
      "href": "https://help.lucid.co/hc/en-us",
      "text": "Help center",
      "html": "<a data-element-page-location=\"body\" data-element-type=\"link\" class=\"link link--variant_footerLink link--underline_none\" data-link-as-link=\"true\" href=\"https://help.lucid.co/hc/en-us\" hreflang=\"en\" lang=\"en\">Help center</a>"
    },
    {
      "href": "/pages/contact/newsletter",
      "text": "Newsletter",
      "html": "<a data-element-page-location=\"body\" data-element-type=\"link\" data-link-as-link=\"true\" hreflang=\"en\" lang=\"en\" class=\"link link--variant_footerLink link--underline_none\" data-link-as-gatsby=\"true\" href=\"/pages/contact/newsletter\">Newsletter</a>"
    }
  ],
  "privacyLinks": [
    {
      "href": "https://lucid.co/tos",
      "text": "Terms of Service",
      "html": "<a href=\"https://lucid.co/tos\" target=\"blank\" rel=\"noopener noreferrer\">Terms of Service</a>"
    },
    {
      "href": "https://lucid.co/privacy",
      "text": "Privacy Policy",
      "html": "<a href=\"https://lucid.co/privacy\" target=\"_blank\" rel=\"noopener noreferrer\">Privacy Policy</a>"
    },
    {
      "href": "https://lucid.co/privacy",
      "text": "Privacy",
      "html": "<a data-element-page-location=\"body\" data-element-type=\"link\" class=\"link link--variant_footerLink link--underline_hover w_auto ml_0 pl_0 hover:w_auto hover:ml_0 hover:pl_0 focus:w_auto focus:ml_0 focus:pl_0\" data-link-as-link=\"true\" href=\"https://lucid.co/privacy\" hreflang=\"en\" lang=\"en\" rel=\"noopener noreferrer noreferrer\" target=\"_blank\">Privacy</a>"
    },
    {
      "href": "#cookie-preference",
      "text": "Cookie privacy choices",
      "html": "<a data-element-page-location=\"body\" data-element-type=\"link\" class=\"link link--variant_footerLink link--underline_hover w_auto ml_0 pl_0 hover:w_auto hover:ml_0 hover:pl_0 focus:w_auto focus:ml_0 focus:pl_0\" data-link-as-link=\"true\" href=\"#cookie-preference\" rel=\"noreferrer\">Cookie privacy choices</a>"
    },
    {
      "href": "https://lucid.co/your-privacy-choices#cookie-button",
      "text": "Your privacy choices",
      "html": "<a data-element-page-location=\"body\" data-element-type=\"link\" class=\"link link--variant_footerLink link--underline_hover w_auto ml_0 pl_0 hover:w_auto hover:ml_0 hover:pl_0 focus:w_auto focus:ml_0 focus:pl_0\" data-link-as-link=\"true\" href=\"https://lucid.co/your-privacy-choices#cookie-button\" hreflang=\"en\" lang=\"en\" rel=\"noopener noreferrer noreferrer\" target=\"_blank\"><img data-element-page-location=\"body\" data-element-type=\"image\" alt=\"Your privacy choices icon\" class=\"w_30px pt_2px mr_s8\" lo..."
    }
  ],
  "score": 40,
  "weight": 20
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

GEO: Extraction-friendly structure

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

6 Warning

Needs attention

GEO: Extraction-friendly structure

Warning
01

Issue

Missing extraction signals: optional top summary / TL;DR / key takeaways block, table with <thead> only if the page already has tabular/comparative data, ordered list only if the page explains a workflow/process, optional visible FAQ or FAQPage schema, clear definition sentence using "is", "means", or "refers to" where natural, JSON-LD structured data.

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

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: Extraction-friendly structure scored 50/100 and needs improvement.

Evidence
{
  "hasSummary": false,
  "tableCount": 0,
  "tablesWithHead": 0,
  "tablesMissingThead": [],
  "orderedLists": 0,
  "hasFaq": false,
  "definitionPatterns": 0,
  "schemaBlocks": 0,
  "missingSignals": [
    "optional top summary / TL;DR / key takeaways block",
    "table with <thead> only if the page already has tabular/comparative data",
    "ordered list only if the page explains a workflow/process",
    "optional visible FAQ or FAQPage schema",
    "clear definition sentence using \"is\", \"means\", or \"refers to\" where natural",
    "JSON-LD structured data"
  ],
  "score": 50,
  "weight": 24
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

AEO: Answer evidence and trust

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

5 Fail

Needs attention

AEO: Answer evidence and trust

Failed check
01

Issue

Missing AIO trust signals: author, publisher, freshnessDate.

Details

02

Why it matters

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

Check name

AEO: Answer evidence and trust

Score

40/100

Status

fail

Category

GEO, AIO & AEO

Maturity

Emerging recommendation

Goal

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

Result

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

Evidence
{
  "signals": {
    "author": false,
    "publisher": false,
    "freshnessDate": false,
    "aboutOrContact": true,
    "policyLinks": true
  },
  "missing": [
    "author",
    "publisher",
    "freshnessDate"
  ],
  "authorMeta": "",
  "schemaAuthors": [],
  "schemaPublishers": [],
  "schemaDates": [],
  "visibleDates": [],
  "aboutLinks": [
    {
      "href": "https://lucid.co/about",
      "text": "About us",
      "html": "<a tabindex=\"-1\" data-element-page-location=\"body\" data-element-type=\"link\" class=\"link link--variant_navLinkDropdown link--underline_none active:c_blue.70 focus:ring-c_blue.70 focusVisible:ring-c_blue.70\" data-link-as-link=\"true\" href=\"https://lucid.co/about\" hreflang=\"en\" lang=\"en\">About us</a>"
    },
    {
      "href": "https://lucid.app/lucidchart/editNewOrRegister/5b6550dd-c813-40f8-bc7a-4025840e9acb",
      "text": "Company org chart exampleCompany org chart example",
      "html": "<a aria-label=\"Go to Company org chart example template\" data-element-page-location=\"body\" data-element-type=\"link\" class=\"link link--variant_primary link--underline_none scr-sa_center scrs-s_always h_180px w_180px pos_relative min900:scr-sa_start group\" data-link-as-link=\"true\" href=\"https://lucid.app/lucidchart/editNewOrRegister/5b6550dd-c813-40f8-bc7a-4025840e9acb\" hreflang=\"en\" lang=\"en\" rel=\"nofollow\"><div class=\"h_180px w_180px pos_absolute top_0 left_0 bg-c_rgba(255,_255,_255,_0.9) z_1..."
    },
    {
      "href": "https://lucid.co/about",
      "text": "About us",
      "html": "<a data-element-page-location=\"body\" data-element-type=\"link\" class=\"link link--variant_footerLink link--underline_none\" data-link-as-link=\"true\" href=\"https://lucid.co/about\" hreflang=\"en\" lang=\"en\">About us</a>"
    },
    {
      "href": "https://www.linkedin.com/company/lucidsoftware",
      "text": "",
      "html": "<a aria-label=\"Go to Lucid on LinkedIn\" data-element-page-location=\"body\" data-element-type=\"link\" class=\"link link--variant_primary link--underline_none\" data-link-as-link=\"true\" href=\"https://www.linkedin.com/company/lucidsoftware\" hreflang=\"en\" lang=\"en\" rel=\"noreferrer\" target=\"_blank\"><img data-element-page-location=\"bottomFooter\" data-element-type=\"image\" alt=\"LinkedIn\" class=\"h_20px w_20px\" loading=\"lazy\" src=\"https://cdn-cashy-static-assets.lucidchart.com/marketing/pages/chart/footer/..."
    }
  ],
  "contactLinks": [
    {
      "href": "https://help.lucid.co/hc",
      "text": "Help center",
      "html": "<a tabindex=\"-1\" data-element-page-location=\"body\" data-element-type=\"link\" class=\"link link--variant_navLinkDropdown link--underline_none active:c_blue.70 focus:ring-c_blue.70 focusVisible:ring-c_blue.70\" data-link-as-link=\"true\" href=\"https://help.lucid.co/hc\" hreflang=\"en\" lang=\"en\">Help center</a>"
    },
    {
      "href": "https://lucid.co/contact-us",
      "text": "Contact us",
      "html": "<a tabindex=\"-1\" data-element-page-location=\"body\" data-element-type=\"link\" class=\"link link--variant_navLinkDropdown link--underline_none active:c_blue.70 focus:ring-c_blue.70 focusVisible:ring-c_blue.70\" data-link-as-link=\"true\" href=\"https://lucid.co/contact-us\" hreflang=\"en\" lang=\"en\">Contact us</a>"
    },
    {
      "href": "https://lucid.co/contact/contact-sales",
      "text": "Contact sales",
      "html": "<a tabindex=\"0\" data-element-page-location=\"body\" data-element-type=\"link\" data-link-as-button=\"true\" hreflang=\"en\" lang=\"en\" class=\"link link--variant_secondary link--underline_none button button--variant_secondary button--size_medium m_0 w_100% min500:w_max-content min768:min-w_200px min768:p_s16 min900:min-w_max-content min900:p_s12\" href=\"https://lucid.co/contact/contact-sales\">Contact sales</a>"
    },
    {
      "href": "https://lucid.co/contact/contact-sales",
      "text": "Contact sales",
      "html": "<a tabindex=\"0\" data-element-page-location=\"body\" data-element-type=\"link\" data-link-as-button=\"true\" hreflang=\"en\" lang=\"en\" class=\"link link--variant_secondary link--underline_none button button--variant_secondary button--size_medium m_0 w_100% min500:w_max-content min768:min-w_200px min768:p_s16 min900:min-w_max-content min900:p_s12\" href=\"https://lucid.co/contact/contact-sales\">Contact sales</a>"
    },
    {
      "href": "https://lucid.co/contact/contact-sales",
      "text": "Contact sales",
      "html": "<a data-element-page-location=\"body\" data-element-type=\"link\" class=\"link link--variant_footerLink link--underline_none\" data-link-as-link=\"true\" href=\"https://lucid.co/contact/contact-sales\" hreflang=\"en\" lang=\"en\">Contact sales</a>"
    },
    {
      "href": "https://help.lucid.co/hc/en-us",
      "text": "Help center",
      "html": "<a data-element-page-location=\"body\" data-element-type=\"link\" class=\"link link--variant_footerLink link--underline_none\" data-link-as-link=\"true\" href=\"https://help.lucid.co/hc/en-us\" hreflang=\"en\" lang=\"en\">Help center</a>"
    },
    {
      "href": "/pages/contact/newsletter",
      "text": "Newsletter",
      "html": "<a data-element-page-location=\"body\" data-element-type=\"link\" data-link-as-link=\"true\" hreflang=\"en\" lang=\"en\" class=\"link link--variant_footerLink link--underline_none\" data-link-as-gatsby=\"true\" href=\"/pages/contact/newsletter\">Newsletter</a>"
    }
  ],
  "privacyLinks": [
    {
      "href": "https://lucid.co/tos",
      "text": "Terms of Service",
      "html": "<a href=\"https://lucid.co/tos\" target=\"blank\" rel=\"noopener noreferrer\">Terms of Service</a>"
    },
    {
      "href": "https://lucid.co/privacy",
      "text": "Privacy Policy",
      "html": "<a href=\"https://lucid.co/privacy\" target=\"_blank\" rel=\"noopener noreferrer\">Privacy Policy</a>"
    },
    {
      "href": "https://lucid.co/privacy",
      "text": "Privacy",
      "html": "<a data-element-page-location=\"body\" data-element-type=\"link\" class=\"link link--variant_footerLink link--underline_hover w_auto ml_0 pl_0 hover:w_auto hover:ml_0 hover:pl_0 focus:w_auto focus:ml_0 focus:pl_0\" data-link-as-link=\"true\" href=\"https://lucid.co/privacy\" hreflang=\"en\" lang=\"en\" rel=\"noopener noreferrer noreferrer\" target=\"_blank\">Privacy</a>"
    },
    {
      "href": "#cookie-preference",
      "text": "Cookie privacy choices",
      "html": "<a data-element-page-location=\"body\" data-element-type=\"link\" class=\"link link--variant_footerLink link--underline_hover w_auto ml_0 pl_0 hover:w_auto hover:ml_0 hover:pl_0 focus:w_auto focus:ml_0 focus:pl_0\" data-link-as-link=\"true\" href=\"#cookie-preference\" rel=\"noreferrer\">Cookie privacy choices</a>"
    },
    {
      "href": "https://lucid.co/your-privacy-choices#cookie-button",
      "text": "Your privacy choices",
      "html": "<a data-element-page-location=\"body\" data-element-type=\"link\" class=\"link link--variant_footerLink link--underline_hover w_auto ml_0 pl_0 hover:w_auto hover:ml_0 hover:pl_0 focus:w_auto focus:ml_0 focus:pl_0\" data-link-as-link=\"true\" href=\"https://lucid.co/your-privacy-choices#cookie-button\" hreflang=\"en\" lang=\"en\" rel=\"noopener noreferrer noreferrer\" target=\"_blank\"><img data-element-page-location=\"body\" data-element-type=\"image\" alt=\"Your privacy choices icon\" class=\"w_30px pt_2px mr_s8\" lo..."
    }
  ],
  "score": 40,
  "weight": 22
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

AEO: Answer-first sections

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

4 Warning

Needs attention

AEO: Answer-first sections

Warning
01

Issue

30 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": 30,
  "passing": 0,
  "failing": [
    {
      "heading": "See your work take shape",
      "headingHtml": "<h2 style=\"--color:#FFFFFF\" data-element-page-location=\"body\" data-element-type=\"heading\" class=\"textStyle_heading.xl layerStyle_heading.xl hasDarkBackground:c_white dark:c_white mb_s24 c_var(--color)\">See your work take shape</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Align people and priorities",
      "headingHtml": "<h2 style=\"--color:#FFFFFF\" data-element-page-location=\"body\" data-element-type=\"heading\" class=\"textStyle_heading.xl layerStyle_heading.xl hasDarkBackground:c_white dark:c_white mb_s24 c_var(--color)\">Align people and priorities</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Take action on insights",
      "headingHtml": "<h2 style=\"--color:#FFFFFF\" data-element-page-location=\"body\" data-element-type=\"heading\" class=\"textStyle_heading.xl layerStyle_heading.xl hasDarkBackground:c_white dark:c_white mb_s24 c_var(--color)\">Take action on insights</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "How teams use Lucidchart to create diagrams with intelligence",
      "headingHtml": "<h2 data-element-page-location=\"body\" data-element-type=\"heading\" class=\"textStyle_heading.xl layerStyle_heading.xl hasDarkBackground:c_white dark:c_white mb_s64 highlightedText:c_primary\">How teams use Lucidchart to create diagrams with intelligence</h2>",
      "firstParagraph": "Process maps and flowcharts",
      "paragraphHtml": "<p style=\"--text-color:#FFFFFF\" data-element-page-location=\"body\" data-element-type=\"text\" class=\"textStyle_interactive.m.400 layerStyle_interactive.m.400 hasDarkBackground:c_white dark:c_white m_0 c_var(--text-color)\">Process maps and flowcharts</p>",
      "words": 4,
      "direct": false,
      "issue": "First paragraph is 4 words and does not look like a concise direct answer."
    },
    {
      "heading": "Process maps and flowcharts",
      "headingHtml": "<h3 data-card-element=\"heading\" data-element-page-location=\"body\" data-element-type=\"heading\" class=\"textStyle_heading.m layerStyle_heading.m hasDarkBackground:c_white dark:c_white mb_0\">Process maps and flowcharts</h3>",
      "firstParagraph": "Establish a single source of truth as you map out and optimize every process. Use features such as:",
      "paragraphHtml": "<p data-card-element=\"text\" data-element-page-location=\"body\" data-element-type=\"text\" class=\"textStyle_paragraph.s.400 layerStyle_paragraph.s.400 hasDarkBackground:c_white dark:c_white mb_0\">Establish a single source of truth as you map out and optimize every process. Use features such as:</p>",
      "words": 18,
      "direct": false,
      "issue": "First paragraph is 18 words and does not look like a concise direct answer."
    },
    {
      "heading": "AI-generated diagrams",
      "headingHtml": "<h3 data-card-element=\"heading\" data-element-page-location=\"body\" data-element-type=\"heading\" class=\"textStyle_heading.m layerStyle_heading.m hasDarkBackground:c_white dark:c_white mb_0\">AI-generated diagrams</h3>",
      "firstParagraph": "Save time and effort by letting AI do the diagramming and summarizing for you. Use features such as:",
      "paragraphHtml": "<p data-card-element=\"text\" data-element-page-location=\"body\" data-element-type=\"text\" class=\"textStyle_paragraph.s.400 layerStyle_paragraph.s.400 hasDarkBackground:c_white dark:c_white mb_0\">Save time and effort by letting AI do the diagramming and summarizing for you. Use features such as:</p>",
      "words": 18,
      "direct": false,
      "issue": "First paragraph is 18 words and does not look like a concise direct answer."
    },
    {
      "heading": "Org and team planning",
      "headingHtml": "<h3 data-card-element=\"heading\" data-element-page-location=\"body\" data-element-type=\"heading\" class=\"textStyle_heading.m layerStyle_heading.m hasDarkBackground:c_white dark:c_white mb_0\">Org and team planning</h3>",
      "firstParagraph": "Build dynamic org charts to visualize people and workloads by department or team. Use features such as:",
      "paragraphHtml": "<p data-card-element=\"text\" data-element-page-location=\"body\" data-element-type=\"text\" class=\"textStyle_paragraph.s.400 layerStyle_paragraph.s.400 hasDarkBackground:c_white dark:c_white mb_0\">Build dynamic org charts to visualize people and workloads by department or team. Use features such as:</p>",
      "words": 17,
      "direct": false,
      "issue": "First paragraph is 17 words and does not look like a concise direct answer."
    },
    {
      "heading": "Technical diagrams",
      "headingHtml": "<h3 data-card-element=\"heading\" data-element-page-location=\"body\" data-element-type=\"heading\" class=\"textStyle_heading.m layerStyle_heading.m hasDarkBackground:c_white dark:c_white mb_0\">Technical diagrams</h3>",
      "firstParagraph": "Improve documentation by creating visuals that boost clarity and efficiency. Use features such as:",
      "paragraphHtml": "<p data-card-element=\"text\" data-element-page-location=\"body\" data-element-type=\"text\" class=\"textStyle_paragraph.s.400 layerStyle_paragraph.s.400 hasDarkBackground:c_white dark:c_white mb_0\">Improve documentation by creating visuals that boost clarity and efficiency. Use features such as:</p>",
      "words": 14,
      "direct": false,
      "issue": "First paragraph is 14 words and does not look like a concise direct answer."
    },
    {
      "heading": "Systems and architecture",
      "headingHtml": "<h3 data-card-element=\"heading\" data-element-page-location=\"body\" data-element-type=\"heading\" class=\"textStyle_heading.m layerStyle_heading.m hasDarkBackground:c_white dark:c_white mb_0\">Systems and architecture</h3>",
      "firstParagraph": "Visualize your infrastructure and create a central communication hub. Use features such as:",
      "paragraphHtml": "<p data-card-element=\"text\" data-element-page-location=\"body\" data-element-type=\"text\" class=\"textStyle_paragraph.s.400 layerStyle_paragraph.s.400 hasDarkBackground:c_white dark:c_white mb_0\">Visualize your infrastructure and create a central communication hub. Use features such as:</p>",
      "words": 13,
      "direct": false,
      "issue": "First paragraph is 13 words and does not look like a concise direct answer."
    },
    {
      "heading": "Where seeing becomes doing, faster",
      "headingHtml": "<h2 data-element-page-location=\"body\" data-element-type=\"heading\" class=\"textStyle_heading.2xl layerStyle_heading.2xl hasDarkBackground:c_white dark:c_white\">Where seeing becomes doing, faster</h2>",
      "firstParagraph": "Not sure how to visualize your systems, processes, or org structures? Get inspiration (and a big head start) with Lucidchart templates.",
      "paragraphHtml": "<p data-element-page-location=\"body\" data-element-type=\"text\" class=\"textStyle_paragraph.m.400 layerStyle_paragraph.m.400 hasDarkBackground:c_white dark:c_white\">Not sure how to visualize your systems, processes, or org structures? Get inspiration (and a big head start) with Lucidchart templates.</p>",
      "words": 21,
      "direct": false,
      "issue": "First paragraph is 21 words and does not look like a concise direct answer."
    },
    {
      "heading": "Capabilities for next-generation diagramming",
      "headingHtml": "<h2 id=\"tabCarouselHeader\" style=\"--color:#282C33\" data-element-page-location=\"body\" data-element-type=\"heading\" class=\"textStyle_heading.2xl layerStyle_heading.2xl hasDarkBackground:c_white dark:c_white c_var(--color) mb_s24\">Capabilities for next-generation diagramming</h2>",
      "firstParagraph": "Go beyond shapes and lines. Create diagrams in less time with data-driven intelligence.",
      "paragraphHtml": "<p data-element-page-location=\"body\" data-element-type=\"text\" class=\"textStyle_paragraph.m.400 layerStyle_paragraph.m.400 hasDarkBackground:c_white dark:c_white m_0\">Go beyond shapes and lines. Create diagrams in less time with data-driven intelligence.</p>",
      "words": 13,
      "direct": false,
      "issue": "First paragraph is 13 words and does not look like a concise direct answer."
    },
    {
      "heading": "Whatever your workflow, there’s an integration for that",
      "headingHtml": "<h2 data-element-page-location=\"body\" data-element-type=\"heading\" class=\"textStyle_heading.2xl layerStyle_heading.2xl hasDarkBackground:c_white dark:c_white\">Whatever your workflow, there&#x2019;s an integration for that</h2>",
      "firstParagraph": "Streamline processes and eliminate silos by connecting Lucidchart with dozens of your team’s favorite apps.",
      "paragraphHtml": "<p data-element-page-location=\"body\" data-element-type=\"text\" class=\"textStyle_paragraph.m.400 layerStyle_paragraph.m.400 hasDarkBackground:c_white dark:c_white\">Streamline processes and eliminate silos by connecting Lucidchart with dozens of your team&#x2019;s favorite apps.</p>",
      "words": 16,
      "direct": false,
      "issue": "First paragraph is 16 words and does not look like a concise direct answer."
    },
    {
      "heading": "Lucid Custom GPT",
      "headingHtml": "<h2 aria-hidden=\"false\" id=\"carousel-heading-0\" style=\"--grid-column:1 / 2\" data-element-page-location=\"body\" data-element-type=\"heading\" class=\"textStyle_heading.l layerStyle_heading.l hasDarkBackground:c_white dark:c_white m_0_auto grid-c_var(--grid-column) pb_s24 min1024:m_0\">Lucid Custom GPT</h2>",
      "firstParagraph": "Use text prompts in ChatGPT to generate diagrams in Lucidchart that you can edit and share.",
      "paragraphHtml": "<p style=\"--grid-column:1 / 2\" data-element-page-location=\"body\" data-element-type=\"text\" class=\"textStyle_paragraph.m.400 layerStyle_paragraph.m.400 hasDarkBackground:c_white dark:c_white m_0_auto grid-c_var(--grid-column) min1024:m_0\">Use text prompts in ChatGPT to generate diagrams in Lucidchart that you can edit and share.</p>",
      "words": 16,
      "direct": false,
      "issue": "First paragraph is 16 words and does not look like a concise direct answer."
    },
    {
      "heading": "Lucid Custom GPT",
      "headingHtml": "<h2 aria-hidden=\"true\" id=\"carousel-heading-1\" style=\"--grid-column:2 / 3\" data-element-page-location=\"body\" data-element-type=\"heading\" class=\"textStyle_heading.l layerStyle_heading.l hasDarkBackground:c_white dark:c_white m_0_auto grid-c_var(--grid-column) pb_s24 min1024:m_0\">Lucid Custom GPT</h2>",
      "firstParagraph": "Keep everyone in sync by attaching Lucid diagrams to Jira tasks, projects, and issues.",
      "paragraphHtml": "<p style=\"--grid-column:2 / 3\" data-element-page-location=\"body\" data-element-type=\"text\" class=\"textStyle_paragraph.m.400 layerStyle_paragraph.m.400 hasDarkBackground:c_white dark:c_white m_0_auto grid-c_var(--grid-column) min1024:m_0\">Keep everyone in sync by attaching Lucid diagrams to Jira tasks, projects, and issues.</p>",
      "words": 14,
      "direct": false,
      "issue": "First paragraph is 14 words and does not look like a concise direct answer."
    },
    {
      "heading": "Lucid Custom GPT",
      "headingHtml": "<h2 aria-hidden=\"true\" id=\"carousel-heading-2\" style=\"--grid-column:3 / 4\" data-element-page-location=\"body\" data-element-type=\"heading\" class=\"textStyle_heading.l layerStyle_heading.l hasDarkBackground:c_white dark:c_white m_0_auto grid-c_var(--grid-column) pb_s24 min1024:m_0\">Lucid Custom GPT</h2>",
      "firstParagraph": "Increase clarity and collaboration across teams by adding Lucidchart documents to Confluence.",
      "paragraphHtml": "<p style=\"--grid-column:3 / 4\" data-element-page-location=\"body\" data-element-type=\"text\" class=\"textStyle_paragraph.m.400 layerStyle_paragraph.m.400 hasDarkBackground:c_white dark:c_white m_0_auto grid-c_var(--grid-column) min1024:m_0\">Increase clarity and collaboration across teams by adding Lucidchart documents to Confluence.</p>",
      "words": 12,
      "direct": false,
      "issue": "First paragraph is 12 words and does not look like a concise direct answer."
    },
    {
      "heading": "Lucid Custom GPT",
      "headingHtml": "<h2 aria-hidden=\"true\" id=\"carousel-heading-3\" style=\"--grid-column:4 / 5\" data-element-page-location=\"body\" data-element-type=\"heading\" class=\"textStyle_heading.l layerStyle_heading.l hasDarkBackground:c_white dark:c_white m_0_auto grid-c_var(--grid-column) pb_s24 min1024:m_0\">Lucid Custom GPT</h2>",
      "firstParagraph": "Grant access to Lucid documents from Slack, and start a brainstorming session with Slack shortcuts.",
      "paragraphHtml": "<p style=\"--grid-column:4 / 5\" data-element-page-location=\"body\" data-element-type=\"text\" class=\"textStyle_paragraph.m.400 layerStyle_paragraph.m.400 hasDarkBackground:c_white dark:c_white m_0_auto grid-c_var(--grid-column) min1024:m_0\">Grant access to Lucid documents from Slack, and start a brainstorming session with Slack shortcuts.</p>",
      "words": 15,
      "direct": false,
      "issue": "First paragraph is 15 words and does not look like a concise direct answer."
    },
    {
      "heading": "Lucid Custom GPT",
      "headingHtml": "<h2 aria-hidden=\"true\" id=\"carousel-heading-4\" style=\"--grid-column:5 / 6\" data-element-page-location=\"body\" data-element-type=\"heading\" class=\"textStyle_heading.l layerStyle_heading.l hasDarkBackground:c_white dark:c_white m_0_auto grid-c_var(--grid-column) pb_s24 min1024:m_0\">Lucid Custom GPT</h2>",
      "firstParagraph": "Embed and edit Lucidchart diagrams in Teams, and use Lucid AI to quickly summarize Lucid documents.",
      "paragraphHtml": "<p style=\"--grid-column:5 / 6\" data-element-page-location=\"body\" data-element-type=\"text\" class=\"textStyle_paragraph.m.400 layerStyle_paragraph.m.400 hasDarkBackground:c_white dark:c_white m_0_auto grid-c_var(--grid-column) min1024:m_0\">Embed and edit Lucidchart diagrams in Teams, and use Lucid AI to quickly summarize Lucid documents.</p>",
      "words": 16,
      "direct": false,
      "issue": "First paragraph is 16 words and does not look like a concise direct answer."
    },
    {
      "heading": "Lucid Custom GPT",
      "headingHtml": "<h2 aria-hidden=\"true\" id=\"carousel-heading-5\" style=\"--grid-column:6 / 7\" data-element-page-location=\"body\" data-element-type=\"heading\" class=\"textStyle_heading.l layerStyle_heading.l hasDarkBackground:c_white dark:c_white m_0_auto grid-c_var(--grid-column) pb_s24 min1024:m_0\">Lucid Custom GPT</h2>",
      "firstParagraph": "Paste Lucidchart links directly into Notion pages to organize work and share visuals with your team.",
      "paragraphHtml": "<p style=\"--grid-column:6 / 7\" data-element-page-location=\"body\" data-element-type=\"text\" class=\"textStyle_paragraph.m.400 layerStyle_paragraph.m.400 hasDarkBackground:c_white dark:c_white m_0_auto grid-c_var(--grid-column) min1024:m_0\">Paste Lucidchart links directly into Notion pages to organize work and share visuals with your team.</p>",
      "words": 16,
      "direct": false,
      "issue": "First paragraph is 16 words and does not look like a concise direct answer."
    },
    {
      "heading": "Better collaboration for your apps, too",
      "headingHtml": "<h2 data-element-page-location=\"body\" data-element-type=\"heading\" class=\"textStyle_heading.2xl layerStyle_heading.2xl hasDarkBackground:c_white dark:c_white max-w_640px min900:max-w_740px\">Better collaboration for your apps, too</h2>",
      "firstParagraph": "With more than 100 custom-built integrations (and counting), Lucid works seamlessly with the apps you already use. Select one below to learn more.",
      "paragraphHtml": "<p data-element-page-location=\"body\" data-element-type=\"text\" class=\"textStyle_paragraph.m.400 layerStyle_paragraph.m.400 hasDarkBackground:c_white dark:c_white max-w_640px\">With more than 100 custom-built integrations (and counting), Lucid works seamlessly with the apps you already use. Select one below to learn more.</p>",
      "words": 23,
      "direct": false,
      "issue": "First paragraph is 23 words and does not look like a concise direct answer."
    },
    {
      "heading": "The complete visual collaboration solution for enterprises",
      "headingHtml": "<h2 data-element-page-location=\"body\" data-element-type=\"heading\" class=\"textStyle_heading.xl layerStyle_heading.xl hasDarkBackground:c_white dark:c_white\">The complete visual collaboration solution for enterprises</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Additional resources",
      "headingHtml": "<h2 data-background=\"light\" data-element-page-location=\"body\" data-element-type=\"heading\" class=\"textStyle_heading.xl layerStyle_heading.xl hasDarkBackground:c_white dark:c_white c_text max-w_100% mb_s80 min900:max-w_780px featureGridSectionTitle\">Additional resources</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "AI in Lucid",
      "headingHtml": "<h3 data-card-element=\"heading\" data-element-page-location=\"body\" data-element-type=\"heading\" class=\"textStyle_heading.m layerStyle_heading.m hasDarkBackground:c_white dark:c_white mb_0\">AI in Lucid</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Lucid Training Labs",
      "headingHtml": "<h3 data-card-element=\"heading\" data-element-page-location=\"body\" data-element-type=\"heading\" class=\"textStyle_heading.m layerStyle_heading.m hasDarkBackground:c_white dark:c_white mb_0\">Lucid Training Labs</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Lucid Community",
      "headingHtml": "<h3 data-card-element=\"heading\" data-element-page-location=\"body\" data-element-type=\"heading\" class=\"textStyle_heading.m layerStyle_heading.m hasDarkBackground:c_white dark:c_white mb_0\">Lucid Community</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Try Lucidchart free and see the future of diagramming",
      "headingHtml": "<h2 data-element-page-location=\"body\" data-element-type=\"heading\" class=\"textStyle_heading.2xl layerStyle_heading.2xl hasDarkBackground:c_white dark:c_white c_white tw_auto m_0\">Try Lucidchart free and see the future of diagramming</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Get started",
      "headingHtml": "<h2 id=\"footerLinksGroupLabel-1\" data-element-page-location=\"body\" data-element-type=\"heading\" class=\"textStyle_heading.s layerStyle_heading.s hasDarkBackground:c_white dark:c_white\">Get started</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Product",
      "headingHtml": "<h2 id=\"footerLinksGroupLabel-2\" data-element-page-location=\"body\" data-element-type=\"heading\" class=\"textStyle_heading.s layerStyle_heading.s hasDarkBackground:c_white dark:c_white\">Product</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Use cases",
      "headingHtml": "<h2 id=\"footerLinksGroupLabel-3\" data-element-page-location=\"body\" data-element-type=\"heading\" class=\"textStyle_heading.s layerStyle_heading.s hasDarkBackground:c_white dark:c_white\">Use cases</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Company",
      "headingHtml": "<h2 id=\"footerLinksGroupLabel-4\" data-element-page-location=\"body\" data-element-type=\"heading\" class=\"textStyle_heading.s layerStyle_heading.s hasDarkBackground:c_white dark:c_white\">Company</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Resources",
      "headingHtml": "<h2 id=\"footerLinksGroupLabel-5\" data-element-page-location=\"body\" data-element-type=\"heading\" class=\"textStyle_heading.s layerStyle_heading.s hasDarkBackground:c_white dark:c_white\">Resources</h2>",
      "firstParagraph": "© 2026 Lucid Software Inc.",
      "paragraphHtml": "<p data-element-page-location=\"body\" data-element-type=\"text\" class=\"textStyle_interactive.xs.400 layerStyle_interactive.xs.400 hasDarkBackground:c_white dark:c_white mb_0 ta_right\"><span aria-label=\"Copyright\" role=\"img\">&#xa9;</span> 2026 Lucid Software Inc.</p>",
      "words": 4,
      "direct": false,
      "issue": "First paragraph is 4 words and does not look like a concise direct answer."
    }
  ],
  "score": 65,
  "weight": 28
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

GEO: Entity clarity

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

3 Warning

Needs attention

GEO: Entity clarity

Warning
01

Issue

Title/H1 terms missing from description: diagramming, powered, intelligence.

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

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

Evidence
{
  "title": "Lucidchart | Diagramming Powered By Intelligence",
  "h1": "Diagramming powered by intelligence",
  "description": "Create next-generation diagrams with AI, data, and automation in Lucidchart. Understand and optimize every system and process.",
  "topicOverlap": 0.25,
  "topicTerms": [
    "lucidchart",
    "diagramming",
    "powered",
    "intelligence"
  ],
  "descriptionTerms": [
    "create",
    "next",
    "generation",
    "diagrams",
    "data",
    "automation",
    "lucidchart",
    "understand",
    "optimize",
    "every",
    "system",
    "process"
  ],
  "missingFromDescription": [
    "diagramming",
    "powered",
    "intelligence"
  ],
  "score": 77,
  "weight": 28
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

AEO: Entity and definition clarity

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

2 Warning

Needs attention

AEO: Entity and definition clarity

Warning
01

Issue

Entity or definition gaps: diagramming, powered, intelligence.

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

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

Evidence
{
  "title": "Lucidchart | Diagramming Powered By Intelligence",
  "h1": "Diagramming powered by intelligence",
  "description": "Create next-generation diagrams with AI, data, and automation in Lucidchart. Understand and optimize every system and process.",
  "topicOverlap": 0.25,
  "definitionCount": 0,
  "topicTerms": [
    "lucidchart",
    "diagramming",
    "powered",
    "intelligence"
  ],
  "descriptionTerms": [
    "create",
    "next",
    "generation",
    "diagrams",
    "data",
    "automation",
    "lucidchart",
    "understand",
    "optimize",
    "every",
    "system",
    "process"
  ],
  "missingFromDescription": [
    "diagramming",
    "powered",
    "intelligence"
  ],
  "score": 66,
  "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

AEO: Question-led structure

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

2 Warning

Needs attention

AEO: Question-led structure

Warning
01

Issue

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

02

Why it matters

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

Check name

AEO: Question-led structure

Score

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: Question-led structure scored 70/100 and needs improvement.

Evidence
{
  "h2Count": 22,
  "questionH2s": [
    {
      "index": 4,
      "text": "How teams use Lucidchart to create diagrams with intelligence",
      "isQuestion": true,
      "html": "<h2 data-element-page-location=\"body\" data-element-type=\"heading\" class=\"textStyle_heading.xl layerStyle_heading.xl hasDarkBackground:c_white dark:c_white mb_s64 highlightedText:c_primary\">How teams use Lucidchart to create diagrams with intelligence</h2>"
    },
    {
      "index": 5,
      "text": "Where seeing becomes doing, faster",
      "isQuestion": true,
      "html": "<h2 data-element-page-location=\"body\" data-element-type=\"heading\" class=\"textStyle_heading.2xl layerStyle_heading.2xl hasDarkBackground:c_white dark:c_white\">Where seeing becomes doing, faster</h2>"
    }
  ],
  "hasFaq": false,
  "score": 70,
  "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

30 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": 30,
  "passing": 0,
  "failing": [
    {
      "heading": "See your work take shape",
      "headingHtml": "<h2 style=\"--color:#FFFFFF\" data-element-page-location=\"body\" data-element-type=\"heading\" class=\"textStyle_heading.xl layerStyle_heading.xl hasDarkBackground:c_white dark:c_white mb_s24 c_var(--color)\">See your work take shape</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Align people and priorities",
      "headingHtml": "<h2 style=\"--color:#FFFFFF\" data-element-page-location=\"body\" data-element-type=\"heading\" class=\"textStyle_heading.xl layerStyle_heading.xl hasDarkBackground:c_white dark:c_white mb_s24 c_var(--color)\">Align people and priorities</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Take action on insights",
      "headingHtml": "<h2 style=\"--color:#FFFFFF\" data-element-page-location=\"body\" data-element-type=\"heading\" class=\"textStyle_heading.xl layerStyle_heading.xl hasDarkBackground:c_white dark:c_white mb_s24 c_var(--color)\">Take action on insights</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "How teams use Lucidchart to create diagrams with intelligence",
      "headingHtml": "<h2 data-element-page-location=\"body\" data-element-type=\"heading\" class=\"textStyle_heading.xl layerStyle_heading.xl hasDarkBackground:c_white dark:c_white mb_s64 highlightedText:c_primary\">How teams use Lucidchart to create diagrams with intelligence</h2>",
      "firstParagraph": "Process maps and flowcharts",
      "paragraphHtml": "<p style=\"--text-color:#FFFFFF\" data-element-page-location=\"body\" data-element-type=\"text\" class=\"textStyle_interactive.m.400 layerStyle_interactive.m.400 hasDarkBackground:c_white dark:c_white m_0 c_var(--text-color)\">Process maps and flowcharts</p>",
      "words": 4,
      "direct": false,
      "issue": "First paragraph is 4 words and does not look like a concise direct answer."
    },
    {
      "heading": "Process maps and flowcharts",
      "headingHtml": "<h3 data-card-element=\"heading\" data-element-page-location=\"body\" data-element-type=\"heading\" class=\"textStyle_heading.m layerStyle_heading.m hasDarkBackground:c_white dark:c_white mb_0\">Process maps and flowcharts</h3>",
      "firstParagraph": "Establish a single source of truth as you map out and optimize every process. Use features such as:",
      "paragraphHtml": "<p data-card-element=\"text\" data-element-page-location=\"body\" data-element-type=\"text\" class=\"textStyle_paragraph.s.400 layerStyle_paragraph.s.400 hasDarkBackground:c_white dark:c_white mb_0\">Establish a single source of truth as you map out and optimize every process. Use features such as:</p>",
      "words": 18,
      "direct": false,
      "issue": "First paragraph is 18 words and does not look like a concise direct answer."
    },
    {
      "heading": "AI-generated diagrams",
      "headingHtml": "<h3 data-card-element=\"heading\" data-element-page-location=\"body\" data-element-type=\"heading\" class=\"textStyle_heading.m layerStyle_heading.m hasDarkBackground:c_white dark:c_white mb_0\">AI-generated diagrams</h3>",
      "firstParagraph": "Save time and effort by letting AI do the diagramming and summarizing for you. Use features such as:",
      "paragraphHtml": "<p data-card-element=\"text\" data-element-page-location=\"body\" data-element-type=\"text\" class=\"textStyle_paragraph.s.400 layerStyle_paragraph.s.400 hasDarkBackground:c_white dark:c_white mb_0\">Save time and effort by letting AI do the diagramming and summarizing for you. Use features such as:</p>",
      "words": 18,
      "direct": false,
      "issue": "First paragraph is 18 words and does not look like a concise direct answer."
    },
    {
      "heading": "Org and team planning",
      "headingHtml": "<h3 data-card-element=\"heading\" data-element-page-location=\"body\" data-element-type=\"heading\" class=\"textStyle_heading.m layerStyle_heading.m hasDarkBackground:c_white dark:c_white mb_0\">Org and team planning</h3>",
      "firstParagraph": "Build dynamic org charts to visualize people and workloads by department or team. Use features such as:",
      "paragraphHtml": "<p data-card-element=\"text\" data-element-page-location=\"body\" data-element-type=\"text\" class=\"textStyle_paragraph.s.400 layerStyle_paragraph.s.400 hasDarkBackground:c_white dark:c_white mb_0\">Build dynamic org charts to visualize people and workloads by department or team. Use features such as:</p>",
      "words": 17,
      "direct": false,
      "issue": "First paragraph is 17 words and does not look like a concise direct answer."
    },
    {
      "heading": "Technical diagrams",
      "headingHtml": "<h3 data-card-element=\"heading\" data-element-page-location=\"body\" data-element-type=\"heading\" class=\"textStyle_heading.m layerStyle_heading.m hasDarkBackground:c_white dark:c_white mb_0\">Technical diagrams</h3>",
      "firstParagraph": "Improve documentation by creating visuals that boost clarity and efficiency. Use features such as:",
      "paragraphHtml": "<p data-card-element=\"text\" data-element-page-location=\"body\" data-element-type=\"text\" class=\"textStyle_paragraph.s.400 layerStyle_paragraph.s.400 hasDarkBackground:c_white dark:c_white mb_0\">Improve documentation by creating visuals that boost clarity and efficiency. Use features such as:</p>",
      "words": 14,
      "direct": false,
      "issue": "First paragraph is 14 words and does not look like a concise direct answer."
    },
    {
      "heading": "Systems and architecture",
      "headingHtml": "<h3 data-card-element=\"heading\" data-element-page-location=\"body\" data-element-type=\"heading\" class=\"textStyle_heading.m layerStyle_heading.m hasDarkBackground:c_white dark:c_white mb_0\">Systems and architecture</h3>",
      "firstParagraph": "Visualize your infrastructure and create a central communication hub. Use features such as:",
      "paragraphHtml": "<p data-card-element=\"text\" data-element-page-location=\"body\" data-element-type=\"text\" class=\"textStyle_paragraph.s.400 layerStyle_paragraph.s.400 hasDarkBackground:c_white dark:c_white mb_0\">Visualize your infrastructure and create a central communication hub. Use features such as:</p>",
      "words": 13,
      "direct": false,
      "issue": "First paragraph is 13 words and does not look like a concise direct answer."
    },
    {
      "heading": "Where seeing becomes doing, faster",
      "headingHtml": "<h2 data-element-page-location=\"body\" data-element-type=\"heading\" class=\"textStyle_heading.2xl layerStyle_heading.2xl hasDarkBackground:c_white dark:c_white\">Where seeing becomes doing, faster</h2>",
      "firstParagraph": "Not sure how to visualize your systems, processes, or org structures? Get inspiration (and a big head start) with Lucidchart templates.",
      "paragraphHtml": "<p data-element-page-location=\"body\" data-element-type=\"text\" class=\"textStyle_paragraph.m.400 layerStyle_paragraph.m.400 hasDarkBackground:c_white dark:c_white\">Not sure how to visualize your systems, processes, or org structures? Get inspiration (and a big head start) with Lucidchart templates.</p>",
      "words": 21,
      "direct": false,
      "issue": "First paragraph is 21 words and does not look like a concise direct answer."
    },
    {
      "heading": "Capabilities for next-generation diagramming",
      "headingHtml": "<h2 id=\"tabCarouselHeader\" style=\"--color:#282C33\" data-element-page-location=\"body\" data-element-type=\"heading\" class=\"textStyle_heading.2xl layerStyle_heading.2xl hasDarkBackground:c_white dark:c_white c_var(--color) mb_s24\">Capabilities for next-generation diagramming</h2>",
      "firstParagraph": "Go beyond shapes and lines. Create diagrams in less time with data-driven intelligence.",
      "paragraphHtml": "<p data-element-page-location=\"body\" data-element-type=\"text\" class=\"textStyle_paragraph.m.400 layerStyle_paragraph.m.400 hasDarkBackground:c_white dark:c_white m_0\">Go beyond shapes and lines. Create diagrams in less time with data-driven intelligence.</p>",
      "words": 13,
      "direct": false,
      "issue": "First paragraph is 13 words and does not look like a concise direct answer."
    },
    {
      "heading": "Whatever your workflow, there’s an integration for that",
      "headingHtml": "<h2 data-element-page-location=\"body\" data-element-type=\"heading\" class=\"textStyle_heading.2xl layerStyle_heading.2xl hasDarkBackground:c_white dark:c_white\">Whatever your workflow, there&#x2019;s an integration for that</h2>",
      "firstParagraph": "Streamline processes and eliminate silos by connecting Lucidchart with dozens of your team’s favorite apps.",
      "paragraphHtml": "<p data-element-page-location=\"body\" data-element-type=\"text\" class=\"textStyle_paragraph.m.400 layerStyle_paragraph.m.400 hasDarkBackground:c_white dark:c_white\">Streamline processes and eliminate silos by connecting Lucidchart with dozens of your team&#x2019;s favorite apps.</p>",
      "words": 16,
      "direct": false,
      "issue": "First paragraph is 16 words and does not look like a concise direct answer."
    },
    {
      "heading": "Lucid Custom GPT",
      "headingHtml": "<h2 aria-hidden=\"false\" id=\"carousel-heading-0\" style=\"--grid-column:1 / 2\" data-element-page-location=\"body\" data-element-type=\"heading\" class=\"textStyle_heading.l layerStyle_heading.l hasDarkBackground:c_white dark:c_white m_0_auto grid-c_var(--grid-column) pb_s24 min1024:m_0\">Lucid Custom GPT</h2>",
      "firstParagraph": "Use text prompts in ChatGPT to generate diagrams in Lucidchart that you can edit and share.",
      "paragraphHtml": "<p style=\"--grid-column:1 / 2\" data-element-page-location=\"body\" data-element-type=\"text\" class=\"textStyle_paragraph.m.400 layerStyle_paragraph.m.400 hasDarkBackground:c_white dark:c_white m_0_auto grid-c_var(--grid-column) min1024:m_0\">Use text prompts in ChatGPT to generate diagrams in Lucidchart that you can edit and share.</p>",
      "words": 16,
      "direct": false,
      "issue": "First paragraph is 16 words and does not look like a concise direct answer."
    },
    {
      "heading": "Lucid Custom GPT",
      "headingHtml": "<h2 aria-hidden=\"true\" id=\"carousel-heading-1\" style=\"--grid-column:2 / 3\" data-element-page-location=\"body\" data-element-type=\"heading\" class=\"textStyle_heading.l layerStyle_heading.l hasDarkBackground:c_white dark:c_white m_0_auto grid-c_var(--grid-column) pb_s24 min1024:m_0\">Lucid Custom GPT</h2>",
      "firstParagraph": "Keep everyone in sync by attaching Lucid diagrams to Jira tasks, projects, and issues.",
      "paragraphHtml": "<p style=\"--grid-column:2 / 3\" data-element-page-location=\"body\" data-element-type=\"text\" class=\"textStyle_paragraph.m.400 layerStyle_paragraph.m.400 hasDarkBackground:c_white dark:c_white m_0_auto grid-c_var(--grid-column) min1024:m_0\">Keep everyone in sync by attaching Lucid diagrams to Jira tasks, projects, and issues.</p>",
      "words": 14,
      "direct": false,
      "issue": "First paragraph is 14 words and does not look like a concise direct answer."
    },
    {
      "heading": "Lucid Custom GPT",
      "headingHtml": "<h2 aria-hidden=\"true\" id=\"carousel-heading-2\" style=\"--grid-column:3 / 4\" data-element-page-location=\"body\" data-element-type=\"heading\" class=\"textStyle_heading.l layerStyle_heading.l hasDarkBackground:c_white dark:c_white m_0_auto grid-c_var(--grid-column) pb_s24 min1024:m_0\">Lucid Custom GPT</h2>",
      "firstParagraph": "Increase clarity and collaboration across teams by adding Lucidchart documents to Confluence.",
      "paragraphHtml": "<p style=\"--grid-column:3 / 4\" data-element-page-location=\"body\" data-element-type=\"text\" class=\"textStyle_paragraph.m.400 layerStyle_paragraph.m.400 hasDarkBackground:c_white dark:c_white m_0_auto grid-c_var(--grid-column) min1024:m_0\">Increase clarity and collaboration across teams by adding Lucidchart documents to Confluence.</p>",
      "words": 12,
      "direct": false,
      "issue": "First paragraph is 12 words and does not look like a concise direct answer."
    },
    {
      "heading": "Lucid Custom GPT",
      "headingHtml": "<h2 aria-hidden=\"true\" id=\"carousel-heading-3\" style=\"--grid-column:4 / 5\" data-element-page-location=\"body\" data-element-type=\"heading\" class=\"textStyle_heading.l layerStyle_heading.l hasDarkBackground:c_white dark:c_white m_0_auto grid-c_var(--grid-column) pb_s24 min1024:m_0\">Lucid Custom GPT</h2>",
      "firstParagraph": "Grant access to Lucid documents from Slack, and start a brainstorming session with Slack shortcuts.",
      "paragraphHtml": "<p style=\"--grid-column:4 / 5\" data-element-page-location=\"body\" data-element-type=\"text\" class=\"textStyle_paragraph.m.400 layerStyle_paragraph.m.400 hasDarkBackground:c_white dark:c_white m_0_auto grid-c_var(--grid-column) min1024:m_0\">Grant access to Lucid documents from Slack, and start a brainstorming session with Slack shortcuts.</p>",
      "words": 15,
      "direct": false,
      "issue": "First paragraph is 15 words and does not look like a concise direct answer."
    },
    {
      "heading": "Lucid Custom GPT",
      "headingHtml": "<h2 aria-hidden=\"true\" id=\"carousel-heading-4\" style=\"--grid-column:5 / 6\" data-element-page-location=\"body\" data-element-type=\"heading\" class=\"textStyle_heading.l layerStyle_heading.l hasDarkBackground:c_white dark:c_white m_0_auto grid-c_var(--grid-column) pb_s24 min1024:m_0\">Lucid Custom GPT</h2>",
      "firstParagraph": "Embed and edit Lucidchart diagrams in Teams, and use Lucid AI to quickly summarize Lucid documents.",
      "paragraphHtml": "<p style=\"--grid-column:5 / 6\" data-element-page-location=\"body\" data-element-type=\"text\" class=\"textStyle_paragraph.m.400 layerStyle_paragraph.m.400 hasDarkBackground:c_white dark:c_white m_0_auto grid-c_var(--grid-column) min1024:m_0\">Embed and edit Lucidchart diagrams in Teams, and use Lucid AI to quickly summarize Lucid documents.</p>",
      "words": 16,
      "direct": false,
      "issue": "First paragraph is 16 words and does not look like a concise direct answer."
    },
    {
      "heading": "Lucid Custom GPT",
      "headingHtml": "<h2 aria-hidden=\"true\" id=\"carousel-heading-5\" style=\"--grid-column:6 / 7\" data-element-page-location=\"body\" data-element-type=\"heading\" class=\"textStyle_heading.l layerStyle_heading.l hasDarkBackground:c_white dark:c_white m_0_auto grid-c_var(--grid-column) pb_s24 min1024:m_0\">Lucid Custom GPT</h2>",
      "firstParagraph": "Paste Lucidchart links directly into Notion pages to organize work and share visuals with your team.",
      "paragraphHtml": "<p style=\"--grid-column:6 / 7\" data-element-page-location=\"body\" data-element-type=\"text\" class=\"textStyle_paragraph.m.400 layerStyle_paragraph.m.400 hasDarkBackground:c_white dark:c_white m_0_auto grid-c_var(--grid-column) min1024:m_0\">Paste Lucidchart links directly into Notion pages to organize work and share visuals with your team.</p>",
      "words": 16,
      "direct": false,
      "issue": "First paragraph is 16 words and does not look like a concise direct answer."
    },
    {
      "heading": "Better collaboration for your apps, too",
      "headingHtml": "<h2 data-element-page-location=\"body\" data-element-type=\"heading\" class=\"textStyle_heading.2xl layerStyle_heading.2xl hasDarkBackground:c_white dark:c_white max-w_640px min900:max-w_740px\">Better collaboration for your apps, too</h2>",
      "firstParagraph": "With more than 100 custom-built integrations (and counting), Lucid works seamlessly with the apps you already use. Select one below to learn more.",
      "paragraphHtml": "<p data-element-page-location=\"body\" data-element-type=\"text\" class=\"textStyle_paragraph.m.400 layerStyle_paragraph.m.400 hasDarkBackground:c_white dark:c_white max-w_640px\">With more than 100 custom-built integrations (and counting), Lucid works seamlessly with the apps you already use. Select one below to learn more.</p>",
      "words": 23,
      "direct": false,
      "issue": "First paragraph is 23 words and does not look like a concise direct answer."
    },
    {
      "heading": "The complete visual collaboration solution for enterprises",
      "headingHtml": "<h2 data-element-page-location=\"body\" data-element-type=\"heading\" class=\"textStyle_heading.xl layerStyle_heading.xl hasDarkBackground:c_white dark:c_white\">The complete visual collaboration solution for enterprises</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Additional resources",
      "headingHtml": "<h2 data-background=\"light\" data-element-page-location=\"body\" data-element-type=\"heading\" class=\"textStyle_heading.xl layerStyle_heading.xl hasDarkBackground:c_white dark:c_white c_text max-w_100% mb_s80 min900:max-w_780px featureGridSectionTitle\">Additional resources</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "AI in Lucid",
      "headingHtml": "<h3 data-card-element=\"heading\" data-element-page-location=\"body\" data-element-type=\"heading\" class=\"textStyle_heading.m layerStyle_heading.m hasDarkBackground:c_white dark:c_white mb_0\">AI in Lucid</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Lucid Training Labs",
      "headingHtml": "<h3 data-card-element=\"heading\" data-element-page-location=\"body\" data-element-type=\"heading\" class=\"textStyle_heading.m layerStyle_heading.m hasDarkBackground:c_white dark:c_white mb_0\">Lucid Training Labs</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Lucid Community",
      "headingHtml": "<h3 data-card-element=\"heading\" data-element-page-location=\"body\" data-element-type=\"heading\" class=\"textStyle_heading.m layerStyle_heading.m hasDarkBackground:c_white dark:c_white mb_0\">Lucid Community</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Try Lucidchart free and see the future of diagramming",
      "headingHtml": "<h2 data-element-page-location=\"body\" data-element-type=\"heading\" class=\"textStyle_heading.2xl layerStyle_heading.2xl hasDarkBackground:c_white dark:c_white c_white tw_auto m_0\">Try Lucidchart free and see the future of diagramming</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Get started",
      "headingHtml": "<h2 id=\"footerLinksGroupLabel-1\" data-element-page-location=\"body\" data-element-type=\"heading\" class=\"textStyle_heading.s layerStyle_heading.s hasDarkBackground:c_white dark:c_white\">Get started</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Product",
      "headingHtml": "<h2 id=\"footerLinksGroupLabel-2\" data-element-page-location=\"body\" data-element-type=\"heading\" class=\"textStyle_heading.s layerStyle_heading.s hasDarkBackground:c_white dark:c_white\">Product</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Use cases",
      "headingHtml": "<h2 id=\"footerLinksGroupLabel-3\" data-element-page-location=\"body\" data-element-type=\"heading\" class=\"textStyle_heading.s layerStyle_heading.s hasDarkBackground:c_white dark:c_white\">Use cases</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Company",
      "headingHtml": "<h2 id=\"footerLinksGroupLabel-4\" data-element-page-location=\"body\" data-element-type=\"heading\" class=\"textStyle_heading.s layerStyle_heading.s hasDarkBackground:c_white dark:c_white\">Company</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Resources",
      "headingHtml": "<h2 id=\"footerLinksGroupLabel-5\" data-element-page-location=\"body\" data-element-type=\"heading\" class=\"textStyle_heading.s layerStyle_heading.s hasDarkBackground:c_white dark:c_white\">Resources</h2>",
      "firstParagraph": "© 2026 Lucid Software Inc.",
      "paragraphHtml": "<p data-element-page-location=\"body\" data-element-type=\"text\" class=\"textStyle_interactive.xs.400 layerStyle_interactive.xs.400 hasDarkBackground:c_white dark:c_white mb_0 ta_right\"><span aria-label=\"Copyright\" role=\"img\">&#xa9;</span> 2026 Lucid Software Inc.</p>",
      "words": 4,
      "direct": false,
      "issue": "First paragraph is 4 words and does not look like a concise direct answer."
    }
  ],
  "score": 65,
  "weight": 8
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

AIO: Page experience for AIO

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

1 Warning

Needs attention

AIO: Page experience for AIO

Warning
01

Issue

276 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, initial-scale=1, shrink-to-fit=no",
  "visibleWords": 1546,
  "htmlBytes": 686715,
  "imagesMissingDimensions": [
    {
      "src": "https://corporate-assets.lucid.co/chart/e6557c16-0242-4fe4-9fcd-da8dd9197ba3.svg?v=1766525678217",
      "width": "",
      "height": "",
      "loading": "eager",
      "html": "<img data-element-page-location=\"globalNav\" data-element-type=\"image\" alt class=\"as_flex-start h_40px w_40px\" loading=\"eager\" src=\"https://corporate-assets.lucid.co/chart/e6557c16-0242-4fe4-9fcd-da8dd9197ba3.svg?v=1766525678217\">"
    },
    {
      "src": "https://corporate-assets.lucid.co/chart/661eb8a3-b310-4b6d-bd9d-9e52f8aa435f.svg?v=1766525728824",
      "width": "",
      "height": "",
      "loading": "eager",
      "html": "<img data-element-page-location=\"globalNav\" data-element-type=\"image\" alt class=\"as_flex-start h_40px w_40px\" loading=\"eager\" src=\"https://corporate-assets.lucid.co/chart/661eb8a3-b310-4b6d-bd9d-9e52f8aa435f.svg?v=1766525728824\">"
    },
    {
      "src": "https://corporate-assets.lucid.co/chart/80b28f06-6ddf-4190-9244-53d0cb5ee2b1.svg?v=1766525769204",
      "width": "",
      "height": "",
      "loading": "eager",
      "html": "<img data-element-page-location=\"globalNav\" data-element-type=\"image\" alt class=\"as_flex-start h_40px w_40px\" loading=\"eager\" src=\"https://corporate-assets.lucid.co/chart/80b28f06-6ddf-4190-9244-53d0cb5ee2b1.svg?v=1766525769204\">"
    },
    {
      "src": "https://corporate-assets.lucid.co/chart/1dbb12fe-017e-4e45-bba1-826aa468b834.svg?v=1725381568235",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img data-element-page-location=\"body\" data-element-type=\"image\" alt class=\"h_19px\" loading=\"lazy\" src=\"https://corporate-assets.lucid.co/chart/1dbb12fe-017e-4e45-bba1-826aa468b834.svg?v=1725381568235\">"
    },
    {
      "src": "https://corporate-assets.lucid.co/chart/952179f3-5b0b-4139-b73a-7d03817668b7.svg?v=1725381568526",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img data-element-page-location=\"body\" data-element-type=\"image\" alt class=\"h_19px\" loading=\"lazy\" src=\"https://corporate-assets.lucid.co/chart/952179f3-5b0b-4139-b73a-7d03817668b7.svg?v=1725381568526\">"
    },
    {
      "src": "https://corporate-assets.lucid.co/chart/79b8ba8d-8b71-41bf-b280-9b575f3da6df.svg?v=1725381569819",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img data-element-page-location=\"body\" data-element-type=\"image\" alt class=\"h_19px\" loading=\"lazy\" src=\"https://corporate-assets.lucid.co/chart/79b8ba8d-8b71-41bf-b280-9b575f3da6df.svg?v=1725381569819\">"
    },
    {
      "src": "https://corporate-assets.lucid.co/chart/8527b0fb-a3a5-4102-8e2e-9d8c7e197f61.svg?v=1725381567934",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img draggable=\"false\" style=\"--aspect-ratio:5/3;--height:40px;--width:auto\" data-element-page-location=\"body\" data-element-type=\"image\" alt=\"Amazon logo\" class=\"asp_var(--aspect-ratio) obj-f_contain w_100% max-h_var(--height) min768:asp_auto min768:w_var(--width) min768:h_var(--height)\" loading=\"lazy\" src=\"https://corporate-assets.lucid.co/chart/8527b0fb-a3a5-4102-8e2e-9d8c7e197f61.svg?v=1725381567934\">"
    },
    {
      "src": "https://corporate-assets.lucid.co/chart/3e594440-6772-4086-924f-d07d9203fb08.svg?v=1725381568233",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img draggable=\"false\" style=\"--aspect-ratio:5/3;--height:40px;--width:auto\" data-element-page-location=\"body\" data-element-type=\"image\" alt=\"Google logo\" class=\"asp_var(--aspect-ratio) obj-f_contain w_100% max-h_var(--height) min768:asp_auto min768:w_var(--width) min768:h_var(--height)\" loading=\"lazy\" src=\"https://corporate-assets.lucid.co/chart/3e594440-6772-4086-924f-d07d9203fb08.svg?v=1725381568233\">"
    },
    {
      "src": "https://corporate-assets.lucid.co/chart/de4013c5-1624-479d-9607-f3d668bbe1ef.svg?v=1725381568291",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img draggable=\"false\" style=\"--aspect-ratio:5/3;--height:40px;--width:auto\" data-element-page-location=\"body\" data-element-type=\"image\" alt=\"Intel logo\" class=\"asp_var(--aspect-ratio) obj-f_contain w_100% max-h_var(--height) min768:asp_auto min768:w_var(--width) min768:h_var(--height)\" loading=\"lazy\" src=\"https://corporate-assets.lucid.co/chart/de4013c5-1624-479d-9607-f3d668bbe1ef.svg?v=1725381568291\">"
    },
    {
      "src": "https://corporate-assets.lucid.co/chart/bed811c2-751c-4210-8aa3-224d25ef1902.svg?v=1725381568469",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img draggable=\"false\" style=\"--aspect-ratio:5/3;--height:40px;--width:auto\" data-element-page-location=\"body\" data-element-type=\"image\" alt=\"Nvidia logo\" class=\"asp_var(--aspect-ratio) obj-f_contain w_100% max-h_var(--height) min768:asp_auto min768:w_var(--width) min768:h_var(--height)\" loading=\"lazy\" src=\"https://corporate-assets.lucid.co/chart/bed811c2-751c-4210-8aa3-224d25ef1902.svg?v=1725381568469\">"
    },
    {
      "src": "https://corporate-assets.lucid.co/chart/0ee648e1-88f9-43e7-9f6f-5d99efa431f1.svg?v=1725381569820",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img draggable=\"false\" style=\"--aspect-ratio:5/3;--height:40px;--width:auto\" data-element-page-location=\"body\" data-element-type=\"image\" alt=\"Siemens logo\" class=\"asp_var(--aspect-ratio) obj-f_contain w_100% max-h_var(--height) min768:asp_auto min768:w_var(--width) min768:h_var(--height)\" loading=\"lazy\" src=\"https://corporate-assets.lucid.co/chart/0ee648e1-88f9-43e7-9f6f-5d99efa431f1.svg?v=1725381569820\">"
    },
    {
      "src": "https://corporate-assets.lucid.co/chart/d544853b-52f0-47df-b59a-9f659d9c54c8.svg?v=1725381569926",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img draggable=\"false\" style=\"--aspect-ratio:5/3;--height:40px;--width:auto\" data-element-page-location=\"body\" data-element-type=\"image\" alt=\"Volkswagen logo\" class=\"asp_var(--aspect-ratio) obj-f_contain w_100% max-h_var(--height) min768:asp_auto min768:w_var(--width) min768:h_var(--height)\" loading=\"lazy\" src=\"https://corporate-assets.lucid.co/chart/d544853b-52f0-47df-b59a-9f659d9c54c8.svg?v=1725381569926\">"
    },
    {
      "src": "https://corporate-assets.lucid.co/chart/6f6f7167-25b1-4145-93fd-35fe9895e40f.svg?v=1725381569447",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img draggable=\"false\" style=\"--aspect-ratio:5/3;--height:40px;--width:auto\" data-element-page-location=\"body\" data-element-type=\"image\" alt=\"Philips logo\" class=\"asp_var(--aspect-ratio) obj-f_contain w_100% max-h_var(--height) min768:asp_auto min768:w_var(--width) min768:h_var(--height)\" loading=\"lazy\" src=\"https://corporate-assets.lucid.co/chart/6f6f7167-25b1-4145-93fd-35fe9895e40f.svg?v=1725381569447\">"
    },
    {
      "src": "https://corporate-assets.lucid.co/chart/bc044a43-9263-4f4e-b239-8f2ec5f3a295.svg?v=1725381568045",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img draggable=\"false\" style=\"--aspect-ratio:5/3;--height:40px;--width:auto\" data-element-page-location=\"body\" data-element-type=\"image\" alt=\"Braun logo\" class=\"asp_var(--aspect-ratio) obj-f_contain w_100% max-h_var(--height) min768:asp_auto min768:w_var(--width) min768:h_var(--height)\" loading=\"lazy\" src=\"https://corporate-assets.lucid.co/chart/bc044a43-9263-4f4e-b239-8f2ec5f3a295.svg?v=1725381568045\">"
    },
    {
      "src": "https://corporate-assets.lucid.co/chart/342b0367-702a-408e-ac45-442fb63b2167.png?v=1759276793311",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img alt class=\"obj-f_contain pos_absolute top_0 left_0 bottom_0 right_0 z_z10 m_auto w_inherit h_100% image\" data-element-page-location=\"body\" data-element-type=\"image\" loading=\"lazy\" src=\"https://corporate-assets.lucid.co/chart/342b0367-702a-408e-ac45-442fb63b2167.png?v=1759276793311\">"
    },
    {
      "src": "https://corporate-assets.lucid.co/chart/f17b7ebd-ac19-4954-a9b0-f9db6791192d.png?v=1721668071830",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img alt class=\"obj-f_contain pos_absolute top_0 left_0 bottom_0 right_0 z_z10 m_auto w_inherit h_100% image\" data-element-page-location=\"body\" data-element-type=\"image\" loading=\"lazy\" src=\"https://corporate-assets.lucid.co/chart/f17b7ebd-ac19-4954-a9b0-f9db6791192d.png?v=1721668071830\">"
    },
    {
      "src": "https://corporate-assets.lucid.co/chart/0061eb7f-f2da-4cf3-aa86-d3c5bf45c76b.png?v=1721667918743",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img data-element-page-location=\"body\" data-element-type=\"image\" alt=\"Jira\" class=\"pr_s16 h_30px\" loading=\"lazy\" src=\"https://corporate-assets.lucid.co/chart/0061eb7f-f2da-4cf3-aa86-d3c5bf45c76b.png?v=1721667918743\">"
    },
    {
      "src": "https://corporate-assets.lucid.co/chart/19f0a325-bc16-4245-98f1-d1839b741a37.png?v=1721667946583",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img data-element-page-location=\"body\" data-element-type=\"image\" alt=\"Notion\" class=\"pr_s16 h_30px\" loading=\"lazy\" src=\"https://corporate-assets.lucid.co/chart/19f0a325-bc16-4245-98f1-d1839b741a37.png?v=1721667946583\">"
    },
    {
      "src": "https://corporate-assets.lucid.co/chart/7045da66-dcb8-439b-ab64-e00f3c712b3e.png?v=1721667966388",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img data-element-page-location=\"body\" data-element-type=\"image\" alt=\"salesforce\" class=\"pr_s16 h_30px\" loading=\"lazy\" src=\"https://corporate-assets.lucid.co/chart/7045da66-dcb8-439b-ab64-e00f3c712b3e.png?v=1721667966388\">"
    },
    {
      "src": "https://corporate-assets.lucid.co/chart/cfbae904-4d5d-4138-bd7e-2b2ff54415cf.png?v=1731529633314",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img alt class=\"obj-f_contain pos_absolute top_0 left_0 bottom_0 right_0 z_z10 m_auto w_inherit h_100% image\" data-element-page-location=\"body\" data-element-type=\"image\" loading=\"lazy\" src=\"https://corporate-assets.lucid.co/chart/cfbae904-4d5d-4138-bd7e-2b2ff54415cf.png?v=1731529633314\">"
    },
    {
      "src": "https://corporate-assets.lucid.co/chart/f9ac5297-45f4-4ecb-be4a-3085e522ce59.png?v=1731544808671",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img data-element-page-location=\"body\" data-element-type=\"image\" alt=\"ChatGPT\" class=\"pr_s16 h_30px\" loading=\"lazy\" src=\"https://corporate-assets.lucid.co/chart/f9ac5297-45f4-4ecb-be4a-3085e522ce59.png?v=1731544808671\">"
    },
    {
      "src": "https://corporate-assets.lucid.co/chart/33b7939d-c0cd-4a2d-83b5-d9d306f39df7.png?v=1731544813779",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img data-element-page-location=\"body\" data-element-type=\"image\" alt=\"Graph Connector\" class=\"pr_s16 h_30px\" loading=\"lazy\" src=\"https://corporate-assets.lucid.co/chart/33b7939d-c0cd-4a2d-83b5-d9d306f39df7.png?v=1731544813779\">"
    },
    {
      "src": "https://corporate-assets.lucid.co/chart/746bc6c9-2721-4da5-b697-0eb94187fc8f.png?v=1731544820658",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img data-element-page-location=\"body\" data-element-type=\"image\" alt=\"Microsoft Copilot\" class=\"pr_s16 h_30px\" loading=\"lazy\" src=\"https://corporate-assets.lucid.co/chart/746bc6c9-2721-4da5-b697-0eb94187fc8f.png?v=1731544820658\">"
    },
    {
      "src": "https://corporate-assets.lucid.co/chart/52a80cd9-9bab-439f-84b9-cae9bde98f92.png?v=1721668299423",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img alt class=\"obj-f_contain pos_absolute top_0 left_0 bottom_0 right_0 z_z10 m_auto w_inherit h_100% image\" data-element-page-location=\"body\" data-element-type=\"image\" loading=\"lazy\" src=\"https://corporate-assets.lucid.co/chart/52a80cd9-9bab-439f-84b9-cae9bde98f92.png?v=1721668299423\">"
    },
    {
      "src": "https://corporate-assets.lucid.co/chart/31f2cbca-9c47-498b-a733-aae28f484cad.png?v=1721668237860",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img data-element-page-location=\"body\" data-element-type=\"image\" alt=\"Google\" class=\"pr_s16 h_30px\" loading=\"lazy\" src=\"https://corporate-assets.lucid.co/chart/31f2cbca-9c47-498b-a733-aae28f484cad.png?v=1721668237860\">"
    },
    {
      "src": "https://corporate-assets.lucid.co/chart/e078ccc3-6aa1-42d4-b23b-bec590f5fc4a.png?v=1721668263135",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img data-element-page-location=\"body\" data-element-type=\"image\" alt=\"Microsoft\" class=\"pr_s16 h_30px\" loading=\"lazy\" src=\"https://corporate-assets.lucid.co/chart/e078ccc3-6aa1-42d4-b23b-bec590f5fc4a.png?v=1721668263135\">"
    },
    {
      "src": "https://corporate-assets.lucid.co/chart/beef9091-b913-4262-92da-c1fd83bd3114.png?v=1721668280095",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img data-element-page-location=\"body\" data-element-type=\"image\" alt=\"Bamboohr\" class=\"pr_s16 h_30px\" loading=\"lazy\" src=\"https://corporate-assets.lucid.co/chart/beef9091-b913-4262-92da-c1fd83bd3114.png?v=1721668280095\">"
    },
    {
      "src": "https://corporate-assets.lucid.co/chart/3a154171-2483-4847-9b6b-c910ab5a41e4.png?v=1721668455728",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img alt class=\"obj-f_contain pos_absolute top_0 left_0 bottom_0 right_0 z_z10 m_auto w_inherit h_100% image\" data-element-page-location=\"body\" data-element-type=\"image\" loading=\"lazy\" src=\"https://corporate-assets.lucid.co/chart/3a154171-2483-4847-9b6b-c910ab5a41e4.png?v=1721668455728\">"
    },
    {
      "src": "https://corporate-assets.lucid.co/chart/41f75830-8a8f-4366-a1c9-35659d84abf7.png?v=1721668378342",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img data-element-page-location=\"body\" data-element-type=\"image\" alt=\"Confluence\" class=\"pr_s16 h_30px\" loading=\"lazy\" src=\"https://corporate-assets.lucid.co/chart/41f75830-8a8f-4366-a1c9-35659d84abf7.png?v=1721668378342\">"
    },
    {
      "src": "https://corporate-assets.lucid.co/chart/636fd616-17c2-4379-929e-644d78b14f3f.png?v=1721668397752",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img data-element-page-location=\"body\" data-element-type=\"image\" alt=\"Servicenow Icon\" class=\"pr_s16 h_30px\" loading=\"lazy\" src=\"https://corporate-assets.lucid.co/chart/636fd616-17c2-4379-929e-644d78b14f3f.png?v=1721668397752\">"
    },
    {
      "src": "https://corporate-assets.lucid.co/chart/0061eb7f-f2da-4cf3-aa86-d3c5bf45c76b.png?v=1721667918743",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img data-element-page-location=\"body\" data-element-type=\"image\" alt=\"Jira\" class=\"pr_s16 h_30px\" loading=\"lazy\" src=\"https://corporate-assets.lucid.co/chart/0061eb7f-f2da-4cf3-aa86-d3c5bf45c76b.png?v=1721667918743\">"
    },
    {
      "src": "https://corporate-assets.lucid.co/chart/d0e58329-ff90-479a-8a15-e1431d2cb98a.png?v=1721668490153",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img alt class=\"obj-f_contain pos_absolute top_0 left_0 bottom_0 right_0 z_z10 m_auto w_inherit h_100% image\" data-element-page-location=\"body\" data-element-type=\"image\" loading=\"lazy\" src=\"https://corporate-assets.lucid.co/chart/d0e58329-ff90-479a-8a15-e1431d2cb98a.png?v=1721668490153\">"
    },
    {
      "src": "https://corporate-assets.lucid.co/chart/367c34d3-01c0-43e1-b46c-008817eb5e4e.png?v=1721668544250",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img data-element-page-location=\"body\" data-element-type=\"image\" alt=\"Leanix\" class=\"pr_s16 h_30px\" loading=\"lazy\" src=\"https://corporate-assets.lucid.co/chart/367c34d3-01c0-43e1-b46c-008817eb5e4e.png?v=1721668544250\">"
    },
    {
      "src": "https://corporate-assets.lucid.co/chart/636fd616-17c2-4379-929e-644d78b14f3f.png?v=1721668397752",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img data-element-page-location=\"body\" data-element-type=\"image\" alt=\"Servicenow Icon\" class=\"pr_s16 h_30px\" loading=\"lazy\" src=\"https://corporate-assets.lucid.co/chart/636fd616-17c2-4379-929e-644d78b14f3f.png?v=1721668397752\">"
    },
    {
      "src": "https://corporate-assets.lucid.co/chart/83fbe341-6b8c-44e5-af6f-b07bc902dede.png?v=1764793908580",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img alt class=\"obj-f_contain pos_absolute top_0 left_0 bottom_0 right_0 z_z10 m_auto w_inherit h_100% image\" data-element-page-location=\"body\" data-element-type=\"image\" loading=\"lazy\" src=\"https://corporate-assets.lucid.co/chart/83fbe341-6b8c-44e5-af6f-b07bc902dede.png?v=1764793908580\">"
    },
    {
      "src": "https://corporate-assets.lucid.co/chart/b8813884-097b-47aa-a725-b66eef85cc5f.png?v=1744630692489",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img alt class=\"obj-f_contain pos_absolute top_0 left_0 bottom_0 right_0 z_z10 m_auto w_inherit h_100% image\" data-element-page-location=\"body\" data-element-type=\"image\" loading=\"lazy\" src=\"https://corporate-assets.lucid.co/chart/b8813884-097b-47aa-a725-b66eef85cc5f.png?v=1744630692489\">"
    },
    {
      "src": "https://corporate-assets.lucid.co/chart/be3c31ab-55ab-44b1-a605-35d2e5866320.png?v=1764793878429",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img alt=\"conditional formatting rules in Lucidchart\" class=\"obj-f_contain pos_absolute top_0 left_0 bottom_0 right_0 z_z10 m_auto w_inherit h_100% image\" data-element-page-location=\"body\" data-element-type=\"image\" loading=\"lazy\" src=\"https://corporate-assets.lucid.co/chart/be3c31ab-55ab-44b1-a605-35d2e5866320.png?v=1764793878429\">"
    },
    {
      "src": "https://corporate-assets.lucid.co/chart/6d6a5c21-50fa-49b8-ba69-4027a1542f8e.png?v=1744630818602",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img alt class=\"obj-f_contain pos_absolute top_0 left_0 bottom_0 right_0 z_z10 m_auto w_inherit h_100% image\" data-element-page-location=\"body\" data-element-type=\"image\" loading=\"lazy\" src=\"https://corporate-assets.lucid.co/chart/6d6a5c21-50fa-49b8-ba69-4027a1542f8e.png?v=1744630818602\">"
    },
    {
      "src": "https://corporate-assets.lucid.co/chart/c3166613-f870-4d24-930d-866331b17698.png?v=1744630866805",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img alt class=\"obj-f_contain pos_absolute top_0 left_0 bottom_0 right_0 z_z10 m_auto w_inherit h_100% image\" data-element-page-location=\"body\" data-element-type=\"image\" loading=\"lazy\" src=\"https://corporate-assets.lucid.co/chart/c3166613-f870-4d24-930d-866331b17698.png?v=1744630866805\">"
    },
    {
      "src": "https://corporate-assets.lucid.co/chart/4dd2f98c-3ca3-4d23-b12a-be72eaa7e513.png?v=1721669291208",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img alt class=\"obj-f_contain pos_absolute top_0 left_0 bottom_0 right_0 z_z10 m_auto w_inherit h_100% image\" data-element-page-location=\"hero\" data-element-type=\"image\" loading=\"lazy\" src=\"https://corporate-assets.lucid.co/chart/4dd2f98c-3ca3-4d23-b12a-be72eaa7e513.png?v=1721669291208\">"
    },
    {
      "src": "https://corporate-assets.lucid.co/chart/17c922bd-3588-409c-b98f-4ac676821a19.png?v=1721669352375",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img alt class=\"obj-f_contain pos_absolute top_0 left_0 bottom_0 right_0 z_z10 m_auto w_inherit h_100% image\" data-element-page-location=\"hero\" data-element-type=\"image\" loading=\"lazy\" src=\"https://corporate-assets.lucid.co/chart/17c922bd-3588-409c-b98f-4ac676821a19.png?v=1721669352375\">"
    },
    {
      "src": "https://corporate-assets.lucid.co/chart/1faf4f70-b470-436d-8af7-893d34f01e05.png?v=1721669630868",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img alt class=\"obj-f_contain pos_absolute top_0 left_0 bottom_0 right_0 z_z10 m_auto w_inherit h_100% image\" data-element-page-location=\"hero\" data-element-type=\"image\" loading=\"lazy\" src=\"https://corporate-assets.lucid.co/chart/1faf4f70-b470-436d-8af7-893d34f01e05.png?v=1721669630868\">"
    },
    {
      "src": "https://corporate-assets.lucid.co/chart/d8b54a8b-a324-41a1-9bf8-f9cedfca8b30.png?v=1721669739472",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img alt class=\"obj-f_contain pos_absolute top_0 left_0 bottom_0 right_0 z_z10 m_auto w_inherit h_100% image\" data-element-page-location=\"hero\" data-element-type=\"image\" loading=\"lazy\" src=\"https://corporate-assets.lucid.co/chart/d8b54a8b-a324-41a1-9bf8-f9cedfca8b30.png?v=1721669739472\">"
    },
    {
      "src": "https://corporate-assets.lucid.co/chart/499b115c-ff20-4af8-96f1-162836d5465b.png?v=1721669940448",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img alt class=\"obj-f_contain pos_absolute top_0 left_0 bottom_0 right_0 z_z10 m_auto w_inherit h_100% image\" data-element-page-location=\"hero\" data-element-type=\"image\" loading=\"lazy\" src=\"https://corporate-assets.lucid.co/chart/499b115c-ff20-4af8-96f1-162836d5465b.png?v=1721669940448\">"
    },
    {
      "src": "https://corporate-assets.lucid.co/chart/859b617b-a9c6-4127-8c4d-61bcf970d007.png?v=1721669974871",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img alt class=\"obj-f_contain pos_absolute top_0 left_0 bottom_0 right_0 z_z10 m_auto w_inherit h_100% image\" data-element-page-location=\"hero\" data-element-type=\"image\" loading=\"lazy\" src=\"https://corporate-assets.lucid.co/chart/859b617b-a9c6-4127-8c4d-61bcf970d007.png?v=1721669974871\">"
    },
    {
      "src": "https://images.lucid.app/images/4301a4ed-08b1-49ff-a079-0131f774eb59/content",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img alt=\"Zight\" class=\"w_32px h_32px obj-f_contain\" src=\"https://images.lucid.app/images/4301a4ed-08b1-49ff-a079-0131f774eb59/content\">"
    },
    {
      "src": "https://images.lucid.app/images/bbdccee0-9a67-4932-8787-36ad51e6285a/content",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img alt=\"Streamline Icons, Illustrations, Emojis and Elements\" class=\"w_32px h_32px obj-f_contain\" src=\"https://images.lucid.app/images/bbdccee0-9a67-4932-8787-36ad51e6285a/content\">"
    },
    {
      "src": "https://images.lucid.app/images/e43f3999-e1c7-48d8-bb92-386a5b6167e7/content",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img alt=\"Lucid Cards for Google Sheets\" class=\"w_32px h_32px obj-f_contain\" src=\"https://images.lucid.app/images/e43f3999-e1c7-48d8-bb92-386a5b6167e7/content\">"
    },
    {
      "src": "https://images.lucid.app/images/af2043fb-993e-4717-bce3-39bc31e99cc4/content",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img alt=\"Anecdotes\" class=\"w_32px h_32px obj-f_contain\" src=\"https://images.lucid.app/images/af2043fb-993e-4717-bce3-39bc31e99cc4/content\">"
    },
    {
      "src": "https://images.lucid.app/images/e5b58d96-3af5-47ce-891f-7385e0a7887c/content",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img alt=\"Microsoft Graph Connector\" class=\"w_32px h_32px obj-f_contain\" src=\"https://images.lucid.app/images/e5b58d96-3af5-47ce-891f-7385e0a7887c/content\">"
    },
    {
      "src": "https://images.lucid.app/images/2b9adae0-a8c2-4a95-8b54-4dad22cc9570/content",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img alt=\"Optro\" class=\"w_32px h_32px obj-f_contain\" src=\"https://images.lucid.app/images/2b9adae0-a8c2-4a95-8b54-4dad22cc9570/content\">"
    },
    {
      "src": "https://images.lucid.app/images/cdc6ba44-c4f3-458c-ad6a-429babe0787a/content",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img alt=\"TrackerCheck CMS Integration\" class=\"w_32px h_32px obj-f_contain\" src=\"https://images.lucid.app/images/cdc6ba44-c4f3-458c-ad6a-429babe0787a/content\">"
    },
    {
      "src": "https://images.lucid.app/images/9b91c83b-bbdc-4995-af57-8440a9fc06c9/content",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img alt=\"Atlassian Rovo\" class=\"w_32px h_32px obj-f_contain\" src=\"https://images.lucid.app/images/9b91c83b-bbdc-4995-af57-8440a9fc06c9/content\">"
    },
    {
      "src": "https://images.lucid.app/images/c2eda998-5728-4613-aa08-bda6721489ed/content",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img alt=\"Dropbox Embedded Links\" class=\"w_32px h_32px obj-f_contain\" src=\"https://images.lucid.app/images/c2eda998-5728-4613-aa08-bda6721489ed/content\">"
    },
    {
      "src": "https://images.lucid.app/images/4fe63ce1-b225-498a-b6c3-b9e15e0347f7/content",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img alt=\"Reco\" class=\"w_32px h_32px obj-f_contain\" src=\"https://images.lucid.app/images/4fe63ce1-b225-498a-b6c3-b9e15e0347f7/content\">"
    },
    {
      "src": "https://images.lucid.app/images/9afcf895-b29a-4eda-85f8-4a8888d1ea24/content",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img alt=\"Dash AI\" class=\"w_32px h_32px obj-f_contain\" src=\"https://images.lucid.app/images/9afcf895-b29a-4eda-85f8-4a8888d1ea24/content\">"
    },
    {
      "src": "https://images.lucid.app/images/089e0ba7-5aae-4dbb-9aca-3097ef1ebdee/content",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img alt=\"Slack\" class=\"w_32px h_32px obj-f_contain\" src=\"https://images.lucid.app/images/089e0ba7-5aae-4dbb-9aca-3097ef1ebdee/content\">"
    },
    {
      "src": "https://images.lucid.app/images/09fcd4d0-70ea-43fa-9fdc-85303b8fbdf6/content",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img alt=\"ServiceNow\" class=\"w_32px h_32px obj-f_contain\" src=\"https://images.lucid.app/images/09fcd4d0-70ea-43fa-9fdc-85303b8fbdf6/content\">"
    },
    {
      "src": "https://images.lucid.app/images/f5da9f24-bf31-4e74-bdd2-afe4ce52bff8/content",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img alt=\"Gmail\" class=\"w_32px h_32px obj-f_contain\" src=\"https://images.lucid.app/images/f5da9f24-bf31-4e74-bdd2-afe4ce52bff8/content\">"
    },
    {
      "src": "https://images.lucid.app/images/87f6d88e-84e6-4cd7-b1c0-eedc82a22eb1/content",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img alt=\"AI Prompt Flow\" class=\"w_32px h_32px obj-f_contain\" src=\"https://images.lucid.app/images/87f6d88e-84e6-4cd7-b1c0-eedc82a22eb1/content\">"
    },
    {
      "src": "https://images.lucid.app/images/0ffafe19-fdca-4b58-a27b-2a3feb80b52e/content",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img alt=\"OneDrive\" class=\"w_32px h_32px obj-f_contain\" src=\"https://images.lucid.app/images/0ffafe19-fdca-4b58-a27b-2a3feb80b52e/content\">"
    },
    {
      "src": "https://images.lucid.app/images/5f790a12-3af1-44ad-8e7a-2876f980f24e/content",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img alt=\"Google Sheets\" class=\"w_32px h_32px obj-f_contain\" src=\"https://images.lucid.app/images/5f790a12-3af1-44ad-8e7a-2876f980f24e/content\">"
    },
    {
      "src": "https://images.lucid.app/images/26fbfb5c-d373-44e2-a9dc-22712cb61580/content",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img alt=\"Google Cloud\" class=\"w_32px h_32px obj-f_contain\" src=\"https://images.lucid.app/images/26fbfb5c-d373-44e2-a9dc-22712cb61580/content\">"
    },
    {
      "src": "https://images.lucid.app/images/4d5dda8f-5209-4e36-8ce4-3d5a3ee08e50/content",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img alt=\"Lucid Cards for Smartsheet (New)\" class=\"w_32px h_32px obj-f_contain\" src=\"https://images.lucid.app/images/4d5dda8f-5209-4e36-8ce4-3d5a3ee08e50/content\">"
    },
    {
      "src": "https://images.lucid.app/images/8fdec0e0-ed35-4f00-8b5b-0444219fd9de/content",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img alt=\"Google Classroom\" class=\"w_32px h_32px obj-f_contain\" src=\"https://images.lucid.app/images/8fdec0e0-ed35-4f00-8b5b-0444219fd9de/content\">"
    },
    {
      "src": "https://images.lucid.app/images/62514bba-a612-4e9b-9b13-6f7aec84bb87/content",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img alt=\"Craft.io\" class=\"w_32px h_32px obj-f_contain\" src=\"https://images.lucid.app/images/62514bba-a612-4e9b-9b13-6f7aec84bb87/content\">"
    },
    {
      "src": "https://images.lucid.app/images/f65938bd-3b77-44ec-a72c-f332546faadc/content",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img alt=\"Nextpond\" class=\"w_32px h_32px obj-f_contain\" src=\"https://images.lucid.app/images/f65938bd-3b77-44ec-a72c-f332546faadc/content\">"
    },
    {
      "src": "https://images.lucid.app/images/4f9d547b-e19b-42dc-839e-71693af857d9/content",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img alt=\"SCIM\" class=\"w_32px h_32px obj-f_contain\" src=\"https://images.lucid.app/images/4f9d547b-e19b-42dc-839e-71693af857d9/content\">"
    },
    {
      "src": "https://images.lucid.app/images/225e723f-471b-4230-8e25-95c0a7c02df6/content",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img alt=\"airfocus Embed\" class=\"w_32px h_32px obj-f_contain\" src=\"https://images.lucid.app/images/225e723f-471b-4230-8e25-95c0a7c02df6/content\">"
    },
    {
      "src": "https://images.lucid.app/images/c2dcdd79-9e1d-4034-8be7-0b2a4f1953af/content",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img alt=\"Embedly\" class=\"w_32px h_32px obj-f_contain\" src=\"https://images.lucid.app/images/c2dcdd79-9e1d-4034-8be7-0b2a4f1953af/content\">"
    },
    {
      "src": "https://images.lucid.app/images/7eba5bfc-a0d7-4cc8-b674-611b07e37e29/content",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img alt=\"Microsoft Word\" class=\"w_32px h_32px obj-f_contain\" src=\"https://images.lucid.app/images/7eba5bfc-a0d7-4cc8-b674-611b07e37e29/content\">"
    },
    {
      "src": "https://images.lucid.app/images/a7fad6dd-6c20-4216-ae69-2c68d99ee2cf/content",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img alt=\"FloQast\" class=\"w_32px h_32px obj-f_contain\" src=\"https://images.lucid.app/images/a7fad6dd-6c20-4216-ae69-2c68d99ee2cf/content\">"
    },
    {
      "src": "https://images.lucid.app/images/ad97f181-61a1-4b60-b197-a9e87fa2ad0c/content",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img alt=\"Coda\" class=\"w_32px h_32px obj-f_contain\" src=\"https://images.lucid.app/images/ad97f181-61a1-4b60-b197-a9e87fa2ad0c/content\">"
    },
    {
      "src": "https://images.lucid.app/images/13d96ef7-c0de-445f-bad5-82968b7608e2/content",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img alt=\"Brandfetch\" class=\"w_32px h_32px obj-f_contain\" src=\"https://images.lucid.app/images/13d96ef7-c0de-445f-bad5-82968b7608e2/content\">"
    },
    {
      "src": "https://images.lucid.app/images/4ba2f0ff-59cc-4cb9-b08b-7f14ad741146/content",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img alt=\"Post-it&#xae;\" class=\"w_32px h_32px obj-f_contain\" src=\"https://images.lucid.app/images/4ba2f0ff-59cc-4cb9-b08b-7f14ad741146/content\">"
    },
    {
      "src": "https://images.lucid.app/images/7d2fdc4a-2466-4934-a428-163d145ccde8/content",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img alt=\"Microsoft Excel Embedded Links\" class=\"w_32px h_32px obj-f_contain\" src=\"https://images.lucid.app/images/7d2fdc4a-2466-4934-a428-163d145ccde8/content\">"
    },
    {
      "src": "https://images.lucid.app/images/e00d31ea-5a51-4f1c-b7b0-ef21bbd39e82/content",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img alt=\"Dropbox Paper\" class=\"w_32px h_32px obj-f_contain\" src=\"https://images.lucid.app/images/e00d31ea-5a51-4f1c-b7b0-ef21bbd39e82/content\">"
    },
    {
      "src": "https://images.lucid.app/images/d6088d62-bb68-43e0-bd58-269d75ce046f/content",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img alt=\"Microsoft Teams\" class=\"w_32px h_32px obj-f_contain\" src=\"https://images.lucid.app/images/d6088d62-bb68-43e0-bd58-269d75ce046f/content\">"
    },
    {
      "src": "https://images.lucid.app/images/172fc980-b781-4a89-83a7-ff59ef4fc484/content",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img alt=\"GitBook\" class=\"w_32px h_32px obj-f_contain\" src=\"https://images.lucid.app/images/172fc980-b781-4a89-83a7-ff59ef4fc484/content\">"
    },
    {
      "src": "https://images.lucid.app/images/29eb4216-a6d2-4bf5-8240-906912df5ef1/content",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img alt=\"Microsoft PowerPoint\" class=\"w_32px h_32px obj-f_contain\" src=\"https://images.lucid.app/images/29eb4216-a6d2-4bf5-8240-906912df5ef1/content\">"
    },
    {
      "src": "https://images.lucid.app/images/a9f7b7d8-4bde-412d-9bbc-b6f679a6e219/content",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img alt=\"Jira Embed\" class=\"w_32px h_32px obj-f_contain\" src=\"https://images.lucid.app/images/a9f7b7d8-4bde-412d-9bbc-b6f679a6e219/content\">"
    },
    {
      "src": "https://images.lucid.app/images/f2270a37-d879-471c-9208-91721b02ee9f/content",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img alt=\"Lucid Cards for Jira\" class=\"w_32px h_32px obj-f_contain\" src=\"https://images.lucid.app/images/f2270a37-d879-471c-9208-91721b02ee9f/content\">"
    },
    {
      "src": "https://images.lucid.app/images/4301a4ed-08b1-49ff-a079-0131f774eb59/content",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img alt=\"Zight\" class=\"w_32px h_32px obj-f_contain\" src=\"https://images.lucid.app/images/4301a4ed-08b1-49ff-a079-0131f774eb59/content\">"
    },
    {
      "src": "https://images.lucid.app/images/bbdccee0-9a67-4932-8787-36ad51e6285a/content",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img alt=\"Streamline Icons, Illustrations, Emojis and Elements\" class=\"w_32px h_32px obj-f_contain\" src=\"https://images.lucid.app/images/bbdccee0-9a67-4932-8787-36ad51e6285a/content\">"
    },
    {
      "src": "https://images.lucid.app/images/e43f3999-e1c7-48d8-bb92-386a5b6167e7/content",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img alt=\"Lucid Cards for Google Sheets\" class=\"w_32px h_32px obj-f_contain\" src=\"https://images.lucid.app/images/e43f3999-e1c7-48d8-bb92-386a5b6167e7/content\">"
    },
    {
      "src": "https://images.lucid.app/images/af2043fb-993e-4717-bce3-39bc31e99cc4/content",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img alt=\"Anecdotes\" class=\"w_32px h_32px obj-f_contain\" src=\"https://images.lucid.app/images/af2043fb-993e-4717-bce3-39bc31e99cc4/content\">"
    },
    {
      "src": "https://images.lucid.app/images/e5b58d96-3af5-47ce-891f-7385e0a7887c/content",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img alt=\"Microsoft Graph Connector\" class=\"w_32px h_32px obj-f_contain\" src=\"https://images.lucid.app/images/e5b58d96-3af5-47ce-891f-7385e0a7887c/content\">"
    },
    {
      "src": "https://images.lucid.app/images/2b9adae0-a8c2-4a95-8b54-4dad22cc9570/content",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img alt=\"Optro\" class=\"w_32px h_32px obj-f_contain\" src=\"https://images.lucid.app/images/2b9adae0-a8c2-4a95-8b54-4dad22cc9570/content\">"
    },
    {
      "src": "https://images.lucid.app/images/cdc6ba44-c4f3-458c-ad6a-429babe0787a/content",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img alt=\"TrackerCheck CMS Integration\" class=\"w_32px h_32px obj-f_contain\" src=\"https://images.lucid.app/images/cdc6ba44-c4f3-458c-ad6a-429babe0787a/content\">"
    },
    {
      "src": "https://images.lucid.app/images/9b91c83b-bbdc-4995-af57-8440a9fc06c9/content",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img alt=\"Atlassian Rovo\" class=\"w_32px h_32px obj-f_contain\" src=\"https://images.lucid.app/images/9b91c83b-bbdc-4995-af57-8440a9fc06c9/content\">"
    },
    {
      "src": "https://images.lucid.app/images/c2eda998-5728-4613-aa08-bda6721489ed/content",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img alt=\"Dropbox Embedded Links\" class=\"w_32px h_32px obj-f_contain\" src=\"https://images.lucid.app/images/c2eda998-5728-4613-aa08-bda6721489ed/content\">"
    },
    {
      "src": "https://images.lucid.app/images/4fe63ce1-b225-498a-b6c3-b9e15e0347f7/content",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img alt=\"Reco\" class=\"w_32px h_32px obj-f_contain\" src=\"https://images.lucid.app/images/4fe63ce1-b225-498a-b6c3-b9e15e0347f7/content\">"
    },
    {
      "src": "https://images.lucid.app/images/9afcf895-b29a-4eda-85f8-4a8888d1ea24/content",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img alt=\"Dash AI\" class=\"w_32px h_32px obj-f_contain\" src=\"https://images.lucid.app/images/9afcf895-b29a-4eda-85f8-4a8888d1ea24/content\">"
    },
    {
      "src": "https://images.lucid.app/images/089e0ba7-5aae-4dbb-9aca-3097ef1ebdee/content",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img alt=\"Slack\" class=\"w_32px h_32px obj-f_contain\" src=\"https://images.lucid.app/images/089e0ba7-5aae-4dbb-9aca-3097ef1ebdee/content\">"
    },
    {
      "src": "https://images.lucid.app/images/09fcd4d0-70ea-43fa-9fdc-85303b8fbdf6/content",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img alt=\"ServiceNow\" class=\"w_32px h_32px obj-f_contain\" src=\"https://images.lucid.app/images/09fcd4d0-70ea-43fa-9fdc-85303b8fbdf6/content\">"
    },
    {
      "src": "https://images.lucid.app/images/f5da9f24-bf31-4e74-bdd2-afe4ce52bff8/content",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img alt=\"Gmail\" class=\"w_32px h_32px obj-f_contain\" src=\"https://images.lucid.app/images/f5da9f24-bf31-4e74-bdd2-afe4ce52bff8/content\">"
    },
    {
      "src": "https://images.lucid.app/images/87f6d88e-84e6-4cd7-b1c0-eedc82a22eb1/content",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img alt=\"AI Prompt Flow\" class=\"w_32px h_32px obj-f_contain\" src=\"https://images.lucid.app/images/87f6d88e-84e6-4cd7-b1c0-eedc82a22eb1/content\">"
    },
    {
      "src": "https://images.lucid.app/images/0ffafe19-fdca-4b58-a27b-2a3feb80b52e/content",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img alt=\"OneDrive\" class=\"w_32px h_32px obj-f_contain\" src=\"https://images.lucid.app/images/0ffafe19-fdca-4b58-a27b-2a3feb80b52e/content\">"
    },
    {
      "src": "https://images.lucid.app/images/5f790a12-3af1-44ad-8e7a-2876f980f24e/content",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img alt=\"Google Sheets\" class=\"w_32px h_32px obj-f_contain\" src=\"https://images.lucid.app/images/5f790a12-3af1-44ad-8e7a-2876f980f24e/content\">"
    },
    {
      "src": "https://images.lucid.app/images/26fbfb5c-d373-44e2-a9dc-22712cb61580/content",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img alt=\"Google Cloud\" class=\"w_32px h_32px obj-f_contain\" src=\"https://images.lucid.app/images/26fbfb5c-d373-44e2-a9dc-22712cb61580/content\">"
    },
    {
      "src": "https://images.lucid.app/images/4d5dda8f-5209-4e36-8ce4-3d5a3ee08e50/content",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img alt=\"Lucid Cards for Smartsheet (New)\" class=\"w_32px h_32px obj-f_contain\" src=\"https://images.lucid.app/images/4d5dda8f-5209-4e36-8ce4-3d5a3ee08e50/content\">"
    },
    {
      "src": "https://images.lucid.app/images/8fdec0e0-ed35-4f00-8b5b-0444219fd9de/content",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img alt=\"Google Classroom\" class=\"w_32px h_32px obj-f_contain\" src=\"https://images.lucid.app/images/8fdec0e0-ed35-4f00-8b5b-0444219fd9de/content\">"
    },
    {
      "src": "https://images.lucid.app/images/62514bba-a612-4e9b-9b13-6f7aec84bb87/content",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img alt=\"Craft.io\" class=\"w_32px h_32px obj-f_contain\" src=\"https://images.lucid.app/images/62514bba-a612-4e9b-9b13-6f7aec84bb87/content\">"
    },
    {
      "src": "https://images.lucid.app/images/f65938bd-3b77-44ec-a72c-f332546faadc/content",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img alt=\"Nextpond\" class=\"w_32px h_32px obj-f_contain\" src=\"https://images.lucid.app/images/f65938bd-3b77-44ec-a72c-f332546faadc/content\">"
    },
    {
      "src": "https://images.lucid.app/images/4f9d547b-e19b-42dc-839e-71693af857d9/content",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img alt=\"SCIM\" class=\"w_32px h_32px obj-f_contain\" src=\"https://images.lucid.app/images/4f9d547b-e19b-42dc-839e-71693af857d9/content\">"
    },
    {
      "src": "https://images.lucid.app/images/225e723f-471b-4230-8e25-95c0a7c02df6/content",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img alt=\"airfocus Embed\" class=\"w_32px h_32px obj-f_contain\" src=\"https://images.lucid.app/images/225e723f-471b-4230-8e25-95c0a7c02df6/content\">"
    },
    {
      "src": "https://images.lucid.app/images/c2dcdd79-9e1d-4034-8be7-0b2a4f1953af/content",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img alt=\"Embedly\" class=\"w_32px h_32px obj-f_contain\" src=\"https://images.lucid.app/images/c2dcdd79-9e1d-4034-8be7-0b2a4f1953af/content\">"
    },
    {
      "src": "https://images.lucid.app/images/7eba5bfc-a0d7-4cc8-b674-611b07e37e29/content",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img alt=\"Microsoft Word\" class=\"w_32px h_32px obj-f_contain\" src=\"https://images.lucid.app/images/7eba5bfc-a0d7-4cc8-b674-611b07e37e29/content\">"
    },
    {
      "src": "https://images.lucid.app/images/a7fad6dd-6c20-4216-ae69-2c68d99ee2cf/content",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img alt=\"FloQast\" class=\"w_32px h_32px obj-f_contain\" src=\"https://images.lucid.app/images/a7fad6dd-6c20-4216-ae69-2c68d99ee2cf/content\">"
    },
    {
      "src": "https://images.lucid.app/images/ad97f181-61a1-4b60-b197-a9e87fa2ad0c/content",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img alt=\"Coda\" class=\"w_32px h_32px obj-f_contain\" src=\"https://images.lucid.app/images/ad97f181-61a1-4b60-b197-a9e87fa2ad0c/content\">"
    },
    {
      "src": "https://images.lucid.app/images/13d96ef7-c0de-445f-bad5-82968b7608e2/content",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img alt=\"Brandfetch\" class=\"w_32px h_32px obj-f_contain\" src=\"https://images.lucid.app/images/13d96ef7-c0de-445f-bad5-82968b7608e2/content\">"
    },
    {
      "src": "https://images.lucid.app/images/4ba2f0ff-59cc-4cb9-b08b-7f14ad741146/content",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img alt=\"Post-it&#xae;\" class=\"w_32px h_32px obj-f_contain\" src=\"https://images.lucid.app/images/4ba2f0ff-59cc-4cb9-b08b-7f14ad741146/content\">"
    },
    {
      "src": "https://images.lucid.app/images/7d2fdc4a-2466-4934-a428-163d145ccde8/content",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img alt=\"Microsoft Excel Embedded Links\" class=\"w_32px h_32px obj-f_contain\" src=\"https://images.lucid.app/images/7d2fdc4a-2466-4934-a428-163d145ccde8/content\">"
    },
    {
      "src": "https://images.lucid.app/images/e00d31ea-5a51-4f1c-b7b0-ef21bbd39e82/content",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img alt=\"Dropbox Paper\" class=\"w_32px h_32px obj-f_contain\" src=\"https://images.lucid.app/images/e00d31ea-5a51-4f1c-b7b0-ef21bbd39e82/content\">"
    },
    {
      "src": "https://images.lucid.app/images/d6088d62-bb68-43e0-bd58-269d75ce046f/content",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img alt=\"Microsoft Teams\" class=\"w_32px h_32px obj-f_contain\" src=\"https://images.lucid.app/images/d6088d62-bb68-43e0-bd58-269d75ce046f/content\">"
    },
    {
      "src": "https://images.lucid.app/images/172fc980-b781-4a89-83a7-ff59ef4fc484/content",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img alt=\"GitBook\" class=\"w_32px h_32px obj-f_contain\" src=\"https://images.lucid.app/images/172fc980-b781-4a89-83a7-ff59ef4fc484/content\">"
    },
    {
      "src": "https://images.lucid.app/images/29eb4216-a6d2-4bf5-8240-906912df5ef1/content",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img alt=\"Microsoft PowerPoint\" class=\"w_32px h_32px obj-f_contain\" src=\"https://images.lucid.app/images/29eb4216-a6d2-4bf5-8240-906912df5ef1/content\">"
    },
    {
      "src": "https://images.lucid.app/images/a9f7b7d8-4bde-412d-9bbc-b6f679a6e219/content",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img alt=\"Jira Embed\" class=\"w_32px h_32px obj-f_contain\" src=\"https://images.lucid.app/images/a9f7b7d8-4bde-412d-9bbc-b6f679a6e219/content\">"
    },
    {
      "src": "https://images.lucid.app/images/f2270a37-d879-471c-9208-91721b02ee9f/content",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img alt=\"Lucid Cards for Jira\" class=\"w_32px h_32px obj-f_contain\" src=\"https://images.lucid.app/images/f2270a37-d879-471c-9208-91721b02ee9f/content\">"
    },
    {
      "src": "https://images.lucid.app/images/bd74bcbe-0cf7-47a5-ae4b-3dc142762c2b/content",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img alt=\"Microsoft Word Embedded Links\" class=\"w_32px h_32px obj-f_contain\" src=\"https://images.lucid.app/images/bd74bcbe-0cf7-47a5-ae4b-3dc142762c2b/content\">"
    },
    {
      "src": "https://images.lucid.app/images/39fe4a89-c3ee-4ce9-94a8-5dcd4c91f9b8/content",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img alt=\"Zoho Cliq\" class=\"w_32px h_32px obj-f_contain\" src=\"https://images.lucid.app/images/39fe4a89-c3ee-4ce9-94a8-5dcd4c91f9b8/content\">"
    },
    {
      "src": "https://images.lucid.app/images/074face2-ece5-4fce-a452-812aee40bec8/content",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img alt=\"Nuclino\" class=\"w_32px h_32px obj-f_contain\" src=\"https://images.lucid.app/images/074face2-ece5-4fce-a452-812aee40bec8/content\">"
    },
    {
      "src": "https://images.lucid.app/images/cd67a7ed-c2c7-43f1-b5f5-d87161e5f5e4/content",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img alt=\"Asana\" class=\"w_32px h_32px obj-f_contain\" src=\"https://images.lucid.app/images/cd67a7ed-c2c7-43f1-b5f5-d87161e5f5e4/content\">"
    },
    {
      "src": "https://images.lucid.app/images/00e28fae-afdb-4f57-a56d-c222dcb49b0a/content",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img alt=\"Lucid Cards for airfocus\" class=\"w_32px h_32px obj-f_contain\" src=\"https://images.lucid.app/images/00e28fae-afdb-4f57-a56d-c222dcb49b0a/content\">"
    },
    {
      "src": "https://images.lucid.app/images/f75c9c1c-e9ae-4e1d-9654-96abbb47aa1d/content",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img alt=\"Google Calendar\" class=\"w_32px h_32px obj-f_contain\" src=\"https://images.lucid.app/images/f75c9c1c-e9ae-4e1d-9654-96abbb47aa1d/content\">"
    },
    {
      "src": "https://images.lucid.app/images/8167240f-ce41-422e-a2f8-188eeafffc85/content",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img alt=\"Lucid Cards for Smartsheet\" class=\"w_32px h_32px obj-f_contain\" src=\"https://images.lucid.app/images/8167240f-ce41-422e-a2f8-188eeafffc85/content\">"
    },
    {
      "src": "https://images.lucid.app/images/e38e28a4-ae52-4e54-91cb-c96961f93a27/content",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img alt=\"Resmo\" class=\"w_32px h_32px obj-f_contain\" src=\"https://images.lucid.app/images/e38e28a4-ae52-4e54-91cb-c96961f93a27/content\">"
    },
    {
      "src": "https://images.lucid.app/images/d9c1098a-c636-4467-adc7-67a5401bf777/content",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img alt=\"GIPHY\" class=\"w_32px h_32px obj-f_contain\" src=\"https://images.lucid.app/images/d9c1098a-c636-4467-adc7-67a5401bf777/content\">"
    },
    {
      "src": "https://images.lucid.app/images/52060482-d1a4-4368-bcc3-29e177d03366/content",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img alt=\"Google Docs\" class=\"w_32px h_32px obj-f_contain\" src=\"https://images.lucid.app/images/52060482-d1a4-4368-bcc3-29e177d03366/content\">"
    },
    {
      "src": "https://images.lucid.app/images/8724b4b5-a780-4091-ad11-3c087f56c3d9/content",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img alt=\"Cisco Interactive Whiteboards\" class=\"w_32px h_32px obj-f_contain\" src=\"https://images.lucid.app/images/8724b4b5-a780-4091-ad11-3c087f56c3d9/content\">"
    },
    {
      "src": "https://images.lucid.app/images/28137a12-9530-4e77-b20e-a6afd7a9d837/content",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img alt=\"Canvas by Lucid Software\" class=\"w_32px h_32px obj-f_contain\" src=\"https://images.lucid.app/images/28137a12-9530-4e77-b20e-a6afd7a9d837/content\">"
    },
    {
      "src": "https://images.lucid.app/images/0906c70b-38e2-4401-ba27-5ac4e707b09c/content",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img alt=\"Quip\" class=\"w_32px h_32px obj-f_contain\" src=\"https://images.lucid.app/images/0906c70b-38e2-4401-ba27-5ac4e707b09c/content\">"
    },
    {
      "src": "https://images.lucid.app/images/d9c765de-4d16-4b24-8295-8bf8c4a8d293/content",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img alt=\"Google Drive\" class=\"w_32px h_32px obj-f_contain\" src=\"https://images.lucid.app/images/d9c765de-4d16-4b24-8295-8bf8c4a8d293/content\">"
    },
    {
      "src": "https://images.lucid.app/images/869cfe96-75c9-4871-94e7-648a3d394101/content",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img alt=\"Google Meet\" class=\"w_32px h_32px obj-f_contain\" src=\"https://images.lucid.app/images/869cfe96-75c9-4871-94e7-648a3d394101/content\">"
    },
    {
      "src": "https://images.lucid.app/images/25384a0d-095a-434c-9877-146897e624c0/content",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img alt=\"SAML\" class=\"w_32px h_32px obj-f_contain\" src=\"https://images.lucid.app/images/25384a0d-095a-434c-9877-146897e624c0/content\">"
    },
    {
      "src": "https://images.lucid.app/images/924bbae4-40d8-487f-80aa-892cb344b314/content",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img alt=\"Okta\" class=\"w_32px h_32px obj-f_contain\" src=\"https://images.lucid.app/images/924bbae4-40d8-487f-80aa-892cb344b314/content\">"
    },
    {
      "src": "https://images.lucid.app/images/721b0a05-c289-458d-adae-ba8596be3941/content",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img alt=\"Webex \" class=\"w_32px h_32px obj-f_contain\" src=\"https://images.lucid.app/images/721b0a05-c289-458d-adae-ba8596be3941/content\">"
    },
    {
      "src": "https://images.lucid.app/images/d3f71e3a-93b5-4b14-b06b-232aeafbb7bd/content",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img alt=\"Google Slides\" class=\"w_32px h_32px obj-f_contain\" src=\"https://images.lucid.app/images/d3f71e3a-93b5-4b14-b06b-232aeafbb7bd/content\">"
    },
    {
      "src": "https://images.lucid.app/images/8ac7bdf6-6f48-4840-a84c-e3fc141a1b79/content",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img alt=\"Ardoq\" class=\"w_32px h_32px obj-f_contain\" src=\"https://images.lucid.app/images/8ac7bdf6-6f48-4840-a84c-e3fc141a1b79/content\">"
    },
    {
      "src": "https://images.lucid.app/images/c758b55a-e71b-4927-93ba-15dc1f7cb281/content",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img alt=\"Zoho Connect\" class=\"w_32px h_32px obj-f_contain\" src=\"https://images.lucid.app/images/c758b55a-e71b-4927-93ba-15dc1f7cb281/content\">"
    },
    {
      "src": "https://images.lucid.app/images/003a1132-a11d-4b6c-911c-41cab4dd06e2/content",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img alt=\"Google Meet Interactive Whiteboards\" class=\"w_32px h_32px obj-f_contain\" src=\"https://images.lucid.app/images/003a1132-a11d-4b6c-911c-41cab4dd06e2/content\">"
    },
    {
      "src": "https://images.lucid.app/images/668b7306-84fd-475e-b3fc-df776531e9b8/content",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img alt=\"SAP Business Technology Platform Service Icons\" class=\"w_32px h_32px obj-f_contain\" src=\"https://images.lucid.app/images/668b7306-84fd-475e-b3fc-df776531e9b8/content\">"
    },
    {
      "src": "https://images.lucid.app/images/6187d6c7-c9c8-4927-8162-eaaa891da4f3/content",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img alt=\"Rental Car Manager\" class=\"w_32px h_32px obj-f_contain\" src=\"https://images.lucid.app/images/6187d6c7-c9c8-4927-8162-eaaa891da4f3/content\">"
    },
    {
      "src": "https://images.lucid.app/images/885f4897-e0ed-4643-9757-579bed4ecdb3/content",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img alt=\"Atlassian Smart Link Resolver\" class=\"w_32px h_32px obj-f_contain\" src=\"https://images.lucid.app/images/885f4897-e0ed-4643-9757-579bed4ecdb3/content\">"
    },
    {
      "src": "https://images.lucid.app/images/33c8c818-5f76-436a-9ddd-59c779a753a1/content",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img alt=\"AWS\" class=\"w_32px h_32px obj-f_contain\" src=\"https://images.lucid.app/images/33c8c818-5f76-436a-9ddd-59c779a753a1/content\">"
    },
    {
      "src": "https://images.lucid.app/images/43df7711-63d6-4d10-a1ce-52315f30010b/content",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img alt=\"GRID\" class=\"w_32px h_32px obj-f_contain\" src=\"https://images.lucid.app/images/43df7711-63d6-4d10-a1ce-52315f30010b/content\">"
    },
    {
      "src": "https://images.lucid.app/images/8b6ed596-c2c1-4eb2-9a48-5fc7556a1f60/content",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img alt=\"SAP LeanIX\" class=\"w_32px h_32px obj-f_contain\" src=\"https://images.lucid.app/images/8b6ed596-c2c1-4eb2-9a48-5fc7556a1f60/content\">"
    },
    {
      "src": "https://images.lucid.app/images/ce5eef88-08e5-4c60-a827-8a5bd7087ab9/content",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img alt=\"Lucid Cards for Asana\" class=\"w_32px h_32px obj-f_contain\" src=\"https://images.lucid.app/images/ce5eef88-08e5-4c60-a827-8a5bd7087ab9/content\">"
    },
    {
      "src": "https://images.lucid.app/images/a64bbeca-a046-40a5-8833-5600ad8d8ca7/content",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img alt=\"Confluence\" class=\"w_32px h_32px obj-f_contain\" src=\"https://images.lucid.app/images/a64bbeca-a046-40a5-8833-5600ad8d8ca7/content\">"
    },
    {
      "src": "https://images.lucid.app/images/9bfb19c5-8f8f-40f8-bb42-822a482e33c1/content",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img alt=\"Orbus \" class=\"w_32px h_32px obj-f_contain\" src=\"https://images.lucid.app/images/9bfb19c5-8f8f-40f8-bb42-822a482e33c1/content\">"
    },
    {
      "src": "https://images.lucid.app/images/a0c3aa92-173f-4b8a-8bc9-59c7e18e7f3d/content",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img alt=\"Lucid Cards for Azure DevOps\" class=\"w_32px h_32px obj-f_contain\" src=\"https://images.lucid.app/images/a0c3aa92-173f-4b8a-8bc9-59c7e18e7f3d/content\">"
    },
    {
      "src": "https://images.lucid.app/images/3a4efab9-db37-4b27-bd6b-eb01efc1940b/content",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img alt=\"Obsidian Security\" class=\"w_32px h_32px obj-f_contain\" src=\"https://images.lucid.app/images/3a4efab9-db37-4b27-bd6b-eb01efc1940b/content\">"
    },
    {
      "src": "https://images.lucid.app/images/025b4d9c-2ccc-4d01-83a4-e2c8d5b45d2f/content",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img alt=\"GoSearch\" class=\"w_32px h_32px obj-f_contain\" src=\"https://images.lucid.app/images/025b4d9c-2ccc-4d01-83a4-e2c8d5b45d2f/content\">"
    },
    {
      "src": "https://images.lucid.app/images/68542a84-e4ed-4ac2-8fc4-d2f16e497c06/content",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img alt=\"Google Chat\" class=\"w_32px h_32px obj-f_contain\" src=\"https://images.lucid.app/images/68542a84-e4ed-4ac2-8fc4-d2f16e497c06/content\">"
    },
    {
      "src": "https://images.lucid.app/images/801cb247-ae0d-493f-9361-1dd9d01379c4/content",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img alt=\"Dropbox Dash\" class=\"w_32px h_32px obj-f_contain\" src=\"https://images.lucid.app/images/801cb247-ae0d-493f-9361-1dd9d01379c4/content\">"
    },
    {
      "src": "https://images.lucid.app/images/4242affc-3e8a-459e-9f02-259eaba80c69/content",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img alt=\"Avocor\" class=\"w_32px h_32px obj-f_contain\" src=\"https://images.lucid.app/images/4242affc-3e8a-459e-9f02-259eaba80c69/content\">"
    },
    {
      "src": "https://images.lucid.app/images/bd74bcbe-0cf7-47a5-ae4b-3dc142762c2b/content",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img alt=\"Microsoft Word Embedded Links\" class=\"w_32px h_32px obj-f_contain\" src=\"https://images.lucid.app/images/bd74bcbe-0cf7-47a5-ae4b-3dc142762c2b/content\">"
    },
    {
      "src": "https://images.lucid.app/images/39fe4a89-c3ee-4ce9-94a8-5dcd4c91f9b8/content",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img alt=\"Zoho Cliq\" class=\"w_32px h_32px obj-f_contain\" src=\"https://images.lucid.app/images/39fe4a89-c3ee-4ce9-94a8-5dcd4c91f9b8/content\">"
    },
    {
      "src": "https://images.lucid.app/images/074face2-ece5-4fce-a452-812aee40bec8/content",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img alt=\"Nuclino\" class=\"w_32px h_32px obj-f_contain\" src=\"https://images.lucid.app/images/074face2-ece5-4fce-a452-812aee40bec8/content\">"
    },
    {
      "src": "https://images.lucid.app/images/cd67a7ed-c2c7-43f1-b5f5-d87161e5f5e4/content",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img alt=\"Asana\" class=\"w_32px h_32px obj-f_contain\" src=\"https://images.lucid.app/images/cd67a7ed-c2c7-43f1-b5f5-d87161e5f5e4/content\">"
    },
    {
      "src": "https://images.lucid.app/images/00e28fae-afdb-4f57-a56d-c222dcb49b0a/content",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img alt=\"Lucid Cards for airfocus\" class=\"w_32px h_32px obj-f_contain\" src=\"https://images.lucid.app/images/00e28fae-afdb-4f57-a56d-c222dcb49b0a/content\">"
    },
    {
      "src": "https://images.lucid.app/images/f75c9c1c-e9ae-4e1d-9654-96abbb47aa1d/content",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img alt=\"Google Calendar\" class=\"w_32px h_32px obj-f_contain\" src=\"https://images.lucid.app/images/f75c9c1c-e9ae-4e1d-9654-96abbb47aa1d/content\">"
    },
    {
      "src": "https://images.lucid.app/images/8167240f-ce41-422e-a2f8-188eeafffc85/content",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img alt=\"Lucid Cards for Smartsheet\" class=\"w_32px h_32px obj-f_contain\" src=\"https://images.lucid.app/images/8167240f-ce41-422e-a2f8-188eeafffc85/content\">"
    },
    {
      "src": "https://images.lucid.app/images/e38e28a4-ae52-4e54-91cb-c96961f93a27/content",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img alt=\"Resmo\" class=\"w_32px h_32px obj-f_contain\" src=\"https://images.lucid.app/images/e38e28a4-ae52-4e54-91cb-c96961f93a27/content\">"
    },
    {
      "src": "https://images.lucid.app/images/d9c1098a-c636-4467-adc7-67a5401bf777/content",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img alt=\"GIPHY\" class=\"w_32px h_32px obj-f_contain\" src=\"https://images.lucid.app/images/d9c1098a-c636-4467-adc7-67a5401bf777/content\">"
    },
    {
      "src": "https://images.lucid.app/images/52060482-d1a4-4368-bcc3-29e177d03366/content",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img alt=\"Google Docs\" class=\"w_32px h_32px obj-f_contain\" src=\"https://images.lucid.app/images/52060482-d1a4-4368-bcc3-29e177d03366/content\">"
    },
    {
      "src": "https://images.lucid.app/images/8724b4b5-a780-4091-ad11-3c087f56c3d9/content",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img alt=\"Cisco Interactive Whiteboards\" class=\"w_32px h_32px obj-f_contain\" src=\"https://images.lucid.app/images/8724b4b5-a780-4091-ad11-3c087f56c3d9/content\">"
    },
    {
      "src": "https://images.lucid.app/images/28137a12-9530-4e77-b20e-a6afd7a9d837/content",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img alt=\"Canvas by Lucid Software\" class=\"w_32px h_32px obj-f_contain\" src=\"https://images.lucid.app/images/28137a12-9530-4e77-b20e-a6afd7a9d837/content\">"
    },
    {
      "src": "https://images.lucid.app/images/0906c70b-38e2-4401-ba27-5ac4e707b09c/content",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img alt=\"Quip\" class=\"w_32px h_32px obj-f_contain\" src=\"https://images.lucid.app/images/0906c70b-38e2-4401-ba27-5ac4e707b09c/content\">"
    },
    {
      "src": "https://images.lucid.app/images/d9c765de-4d16-4b24-8295-8bf8c4a8d293/content",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img alt=\"Google Drive\" class=\"w_32px h_32px obj-f_contain\" src=\"https://images.lucid.app/images/d9c765de-4d16-4b24-8295-8bf8c4a8d293/content\">"
    },
    {
      "src": "https://images.lucid.app/images/869cfe96-75c9-4871-94e7-648a3d394101/content",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img alt=\"Google Meet\" class=\"w_32px h_32px obj-f_contain\" src=\"https://images.lucid.app/images/869cfe96-75c9-4871-94e7-648a3d394101/content\">"
    },
    {
      "src": "https://images.lucid.app/images/25384a0d-095a-434c-9877-146897e624c0/content",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img alt=\"SAML\" class=\"w_32px h_32px obj-f_contain\" src=\"https://images.lucid.app/images/25384a0d-095a-434c-9877-146897e624c0/content\">"
    },
    {
      "src": "https://images.lucid.app/images/924bbae4-40d8-487f-80aa-892cb344b314/content",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img alt=\"Okta\" class=\"w_32px h_32px obj-f_contain\" src=\"https://images.lucid.app/images/924bbae4-40d8-487f-80aa-892cb344b314/content\">"
    },
    {
      "src": "https://images.lucid.app/images/721b0a05-c289-458d-adae-ba8596be3941/content",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img alt=\"Webex \" class=\"w_32px h_32px obj-f_contain\" src=\"https://images.lucid.app/images/721b0a05-c289-458d-adae-ba8596be3941/content\">"
    },
    {
      "src": "https://images.lucid.app/images/d3f71e3a-93b5-4b14-b06b-232aeafbb7bd/content",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img alt=\"Google Slides\" class=\"w_32px h_32px obj-f_contain\" src=\"https://images.lucid.app/images/d3f71e3a-93b5-4b14-b06b-232aeafbb7bd/content\">"
    },
    {
      "src": "https://images.lucid.app/images/8ac7bdf6-6f48-4840-a84c-e3fc141a1b79/content",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img alt=\"Ardoq\" class=\"w_32px h_32px obj-f_contain\" src=\"https://images.lucid.app/images/8ac7bdf6-6f48-4840-a84c-e3fc141a1b79/content\">"
    },
    {
      "src": "https://images.lucid.app/images/c758b55a-e71b-4927-93ba-15dc1f7cb281/content",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img alt=\"Zoho Connect\" class=\"w_32px h_32px obj-f_contain\" src=\"https://images.lucid.app/images/c758b55a-e71b-4927-93ba-15dc1f7cb281/content\">"
    },
    {
      "src": "https://images.lucid.app/images/003a1132-a11d-4b6c-911c-41cab4dd06e2/content",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img alt=\"Google Meet Interactive Whiteboards\" class=\"w_32px h_32px obj-f_contain\" src=\"https://images.lucid.app/images/003a1132-a11d-4b6c-911c-41cab4dd06e2/content\">"
    },
    {
      "src": "https://images.lucid.app/images/668b7306-84fd-475e-b3fc-df776531e9b8/content",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img alt=\"SAP Business Technology Platform Service Icons\" class=\"w_32px h_32px obj-f_contain\" src=\"https://images.lucid.app/images/668b7306-84fd-475e-b3fc-df776531e9b8/content\">"
    },
    {
      "src": "https://images.lucid.app/images/6187d6c7-c9c8-4927-8162-eaaa891da4f3/content",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img alt=\"Rental Car Manager\" class=\"w_32px h_32px obj-f_contain\" src=\"https://images.lucid.app/images/6187d6c7-c9c8-4927-8162-eaaa891da4f3/content\">"
    },
    {
      "src": "https://images.lucid.app/images/885f4897-e0ed-4643-9757-579bed4ecdb3/content",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img alt=\"Atlassian Smart Link Resolver\" class=\"w_32px h_32px obj-f_contain\" src=\"https://images.lucid.app/images/885f4897-e0ed-4643-9757-579bed4ecdb3/content\">"
    },
    {
      "src": "https://images.lucid.app/images/33c8c818-5f76-436a-9ddd-59c779a753a1/content",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img alt=\"AWS\" class=\"w_32px h_32px obj-f_contain\" src=\"https://images.lucid.app/images/33c8c818-5f76-436a-9ddd-59c779a753a1/content\">"
    },
    {
      "src": "https://images.lucid.app/images/43df7711-63d6-4d10-a1ce-52315f30010b/content",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img alt=\"GRID\" class=\"w_32px h_32px obj-f_contain\" src=\"https://images.lucid.app/images/43df7711-63d6-4d10-a1ce-52315f30010b/content\">"
    },
    {
      "src": "https://images.lucid.app/images/8b6ed596-c2c1-4eb2-9a48-5fc7556a1f60/content",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img alt=\"SAP LeanIX\" class=\"w_32px h_32px obj-f_contain\" src=\"https://images.lucid.app/images/8b6ed596-c2c1-4eb2-9a48-5fc7556a1f60/content\">"
    },
    {
      "src": "https://images.lucid.app/images/ce5eef88-08e5-4c60-a827-8a5bd7087ab9/content",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img alt=\"Lucid Cards for Asana\" class=\"w_32px h_32px obj-f_contain\" src=\"https://images.lucid.app/images/ce5eef88-08e5-4c60-a827-8a5bd7087ab9/content\">"
    },
    {
      "src": "https://images.lucid.app/images/a64bbeca-a046-40a5-8833-5600ad8d8ca7/content",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img alt=\"Confluence\" class=\"w_32px h_32px obj-f_contain\" src=\"https://images.lucid.app/images/a64bbeca-a046-40a5-8833-5600ad8d8ca7/content\">"
    },
    {
      "src": "https://images.lucid.app/images/9bfb19c5-8f8f-40f8-bb42-822a482e33c1/content",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img alt=\"Orbus \" class=\"w_32px h_32px obj-f_contain\" src=\"https://images.lucid.app/images/9bfb19c5-8f8f-40f8-bb42-822a482e33c1/content\">"
    },
    {
      "src": "https://images.lucid.app/images/a0c3aa92-173f-4b8a-8bc9-59c7e18e7f3d/content",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img alt=\"Lucid Cards for Azure DevOps\" class=\"w_32px h_32px obj-f_contain\" src=\"https://images.lucid.app/images/a0c3aa92-173f-4b8a-8bc9-59c7e18e7f3d/content\">"
    },
    {
      "src": "https://images.lucid.app/images/3a4efab9-db37-4b27-bd6b-eb01efc1940b/content",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img alt=\"Obsidian Security\" class=\"w_32px h_32px obj-f_contain\" src=\"https://images.lucid.app/images/3a4efab9-db37-4b27-bd6b-eb01efc1940b/content\">"
    },
    {
      "src": "https://images.lucid.app/images/025b4d9c-2ccc-4d01-83a4-e2c8d5b45d2f/content",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img alt=\"GoSearch\" class=\"w_32px h_32px obj-f_contain\" src=\"https://images.lucid.app/images/025b4d9c-2ccc-4d01-83a4-e2c8d5b45d2f/content\">"
    },
    {
      "src": "https://images.lucid.app/images/68542a84-e4ed-4ac2-8fc4-d2f16e497c06/content",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img alt=\"Google Chat\" class=\"w_32px h_32px obj-f_contain\" src=\"https://images.lucid.app/images/68542a84-e4ed-4ac2-8fc4-d2f16e497c06/content\">"
    },
    {
      "src": "https://images.lucid.app/images/801cb247-ae0d-493f-9361-1dd9d01379c4/content",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img alt=\"Dropbox Dash\" class=\"w_32px h_32px obj-f_contain\" src=\"https://images.lucid.app/images/801cb247-ae0d-493f-9361-1dd9d01379c4/content\">"
    },
    {
      "src": "https://images.lucid.app/images/4242affc-3e8a-459e-9f02-259eaba80c69/content",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img alt=\"Avocor\" class=\"w_32px h_32px obj-f_contain\" src=\"https://images.lucid.app/images/4242affc-3e8a-459e-9f02-259eaba80c69/content\">"
    },
    {
      "src": "https://images.lucid.app/images/7a728e3d-4547-4123-b3f4-c1447c284bd1/content",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img alt=\"Microsoft Excel\" class=\"w_32px h_32px obj-f_contain\" src=\"https://images.lucid.app/images/7a728e3d-4547-4123-b3f4-c1447c284bd1/content\">"
    },
    {
      "src": "https://images.lucid.app/images/40ae1ece-6151-4356-8c39-979ee630177d/content",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img alt=\"Lucid Microsoft 365 Excel Integration [Beta]\" class=\"w_32px h_32px obj-f_contain\" src=\"https://images.lucid.app/images/40ae1ece-6151-4356-8c39-979ee630177d/content\">"
    },
    {
      "src": "https://images.lucid.app/images/0e6c4679-362e-4c63-8c29-17b201222e58/content",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img alt=\"Lucid MCP for ChatGPT\" class=\"w_32px h_32px obj-f_contain\" src=\"https://images.lucid.app/images/0e6c4679-362e-4c63-8c29-17b201222e58/content\">"
    },
    {
      "src": "https://images.lucid.app/images/100fdb7a-ead9-49a0-901a-2a17aa550ee8/content",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img alt=\"Seezo.io\" class=\"w_32px h_32px obj-f_contain\" src=\"https://images.lucid.app/images/100fdb7a-ead9-49a0-901a-2a17aa550ee8/content\">"
    },
    {
      "src": "https://images.lucid.app/images/4218a477-aab2-4e82-a483-ab9afda97cf2/content",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img alt=\"Confluence Cloud Embedded Links\" class=\"w_32px h_32px obj-f_contain\" src=\"https://images.lucid.app/images/4218a477-aab2-4e82-a483-ab9afda97cf2/content\">"
    },
    {
      "src": "https://images.lucid.app/images/8e37ca37-d3ff-4a4f-90ee-37b43203221f/content",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img alt=\"Loom\" class=\"w_32px h_32px obj-f_contain\" src=\"https://images.lucid.app/images/8e37ca37-d3ff-4a4f-90ee-37b43203221f/content\">"
    },
    {
      "src": "https://images.lucid.app/images/c8fcb922-47f0-42a8-835b-69c7a723fd8d/content",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img alt=\"Lucid MCP for Claude\" class=\"w_32px h_32px obj-f_contain\" src=\"https://images.lucid.app/images/c8fcb922-47f0-42a8-835b-69c7a723fd8d/content\">"
    },
    {
      "src": "https://images.lucid.app/images/f0244ae8-ed41-419e-86c8-67c47d4eb312/content",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img alt=\"UVexplorer\" class=\"w_32px h_32px obj-f_contain\" src=\"https://images.lucid.app/images/f0244ae8-ed41-419e-86c8-67c47d4eb312/content\">"
    },
    {
      "src": "https://images.lucid.app/images/a69b4037-ccb3-4bb7-a83a-0b314c14efdc/content",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img alt=\"Microsoft SharePoint\" class=\"w_32px h_32px obj-f_contain\" src=\"https://images.lucid.app/images/a69b4037-ccb3-4bb7-a83a-0b314c14efdc/content\">"
    },
    {
      "src": "https://images.lucid.app/images/bdd62172-dcfb-4dd9-8da4-09cb399c67a4/content",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img alt=\"ProcessMaker\" class=\"w_32px h_32px obj-f_contain\" src=\"https://images.lucid.app/images/bdd62172-dcfb-4dd9-8da4-09cb399c67a4/content\">"
    },
    {
      "src": "https://images.lucid.app/images/16379382-65c4-4d39-9146-afbadf76632c/content",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img alt=\"Google Embedded Links\" class=\"w_32px h_32px obj-f_contain\" src=\"https://images.lucid.app/images/16379382-65c4-4d39-9146-afbadf76632c/content\">"
    },
    {
      "src": "https://images.lucid.app/images/ade6ef06-75b7-4c65-82ba-a2f45d38500b/content",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img alt=\"Box Embedded Links\" class=\"w_32px h_32px obj-f_contain\" src=\"https://images.lucid.app/images/ade6ef06-75b7-4c65-82ba-a2f45d38500b/content\">"
    },
    {
      "src": "https://images.lucid.app/images/1a1722cd-417e-4978-9cff-99d2d845264c/content",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img alt=\"Rewatch\" class=\"w_32px h_32px obj-f_contain\" src=\"https://images.lucid.app/images/1a1722cd-417e-4978-9cff-99d2d845264c/content\">"
    },
    {
      "src": "https://images.lucid.app/images/b1943014-ab96-43ed-89dd-439344296460/content",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img alt=\"Slack Workflow Steps for Lucid\" class=\"w_32px h_32px obj-f_contain\" src=\"https://images.lucid.app/images/b1943014-ab96-43ed-89dd-439344296460/content\">"
    },
    {
      "src": "https://images.lucid.app/images/ea1d56c0-e307-4793-ba2e-c38534ba4c3f/content",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img alt=\"Figma\" class=\"w_32px h_32px obj-f_contain\" src=\"https://images.lucid.app/images/ea1d56c0-e307-4793-ba2e-c38534ba4c3f/content\">"
    },
    {
      "src": "https://images.lucid.app/images/8928e604-6609-45b5-b322-2a5cbb004860/content",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img alt=\"Lucid Cards for monday.com\" class=\"w_32px h_32px obj-f_contain\" src=\"https://images.lucid.app/images/8928e604-6609-45b5-b322-2a5cbb004860/content\">"
    },
    {
      "src": "https://images.lucid.app/images/aa1a5102-6e62-4552-9b69-7339ebdfc74f/content",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img alt=\"Microsoft PowerPoint Embedded Links\" class=\"w_32px h_32px obj-f_contain\" src=\"https://images.lucid.app/images/aa1a5102-6e62-4552-9b69-7339ebdfc74f/content\">"
    },
    {
      "src": "https://images.lucid.app/images/223f503a-0720-4b80-afde-5054d32e38ca/content",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img alt=\"Scroll Viewport for Confluence\" class=\"w_32px h_32px obj-f_contain\" src=\"https://images.lucid.app/images/223f503a-0720-4b80-afde-5054d32e38ca/content\">"
    },
    {
      "src": "https://images.lucid.app/images/6c822a9f-966c-4a31-9b57-721487c3db1e/content",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img alt=\"Cosmo \" class=\"w_32px h_32px obj-f_contain\" src=\"https://images.lucid.app/images/6c822a9f-966c-4a31-9b57-721487c3db1e/content\">"
    },
    {
      "src": "https://images.lucid.app/images/5613d6df-8d3d-462d-98f9-f873a3ce9def/content",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img alt=\"Neat\" class=\"w_32px h_32px obj-f_contain\" src=\"https://images.lucid.app/images/5613d6df-8d3d-462d-98f9-f873a3ce9def/content\">"
    },
    {
      "src": "https://images.lucid.app/images/ddd6df04-ada9-42d3-a9b2-207e9826ccf9/content",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img alt=\"Icons8 Graphics\" class=\"w_32px h_32px obj-f_contain\" src=\"https://images.lucid.app/images/ddd6df04-ada9-42d3-a9b2-207e9826ccf9/content\">"
    },
    {
      "src": "https://images.lucid.app/images/6b3ddeeb-4938-47d0-a48e-40887b08cbd7/content",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img alt=\"Notion\" class=\"w_32px h_32px obj-f_contain\" src=\"https://images.lucid.app/images/6b3ddeeb-4938-47d0-a48e-40887b08cbd7/content\">"
    },
    {
      "src": "https://images.lucid.app/images/3ec7b044-d868-4683-8c6c-d64018643acb/content",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img alt=\"Microsoft (Azure/ADFS)\" class=\"w_32px h_32px obj-f_contain\" src=\"https://images.lucid.app/images/3ec7b044-d868-4683-8c6c-d64018643acb/content\">"
    },
    {
      "src": "https://images.lucid.app/images/fc9ee91f-c641-4034-af78-20f818b1397d/content",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img alt=\"Salesforce\" class=\"w_32px h_32px obj-f_contain\" src=\"https://images.lucid.app/images/fc9ee91f-c641-4034-af78-20f818b1397d/content\">"
    },
    {
      "src": "https://images.lucid.app/images/3641ff04-7d70-4620-b03d-066eb10027dd/content",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img alt=\"Lucid MCP server\" class=\"w_32px h_32px obj-f_contain\" src=\"https://images.lucid.app/images/3641ff04-7d70-4620-b03d-066eb10027dd/content\">"
    },
    {
      "src": "https://images.lucid.app/images/c6686442-dd88-4623-9240-1a934c2a1cd2/content",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img alt=\"Lucid Cards for Airtable\" class=\"w_32px h_32px obj-f_contain\" src=\"https://images.lucid.app/images/c6686442-dd88-4623-9240-1a934c2a1cd2/content\">"
    },
    {
      "src": "https://images.lucid.app/images/a85c71f6-cad5-47c9-b1be-0296e1b89a47/content",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img alt=\"BambooHR\" class=\"w_32px h_32px obj-f_contain\" src=\"https://images.lucid.app/images/a85c71f6-cad5-47c9-b1be-0296e1b89a47/content\">"
    },
    {
      "src": "https://images.lucid.app/images/b8fc2740-15d2-43ab-b087-16aa7a5e82d6/content",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img alt=\"Zoom Rooms Interactive Whiteboards\" class=\"w_32px h_32px obj-f_contain\" src=\"https://images.lucid.app/images/b8fc2740-15d2-43ab-b087-16aa7a5e82d6/content\">"
    },
    {
      "src": "https://images.lucid.app/images/953d11c7-5bb1-4d33-acea-71f1dadf5f7c/content",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img alt=\"OneLogin\" class=\"w_32px h_32px obj-f_contain\" src=\"https://images.lucid.app/images/953d11c7-5bb1-4d33-acea-71f1dadf5f7c/content\">"
    },
    {
      "src": "https://images.lucid.app/images/3ae37517-2faf-40a0-86ce-c1b3ccf096d7/content",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img alt=\"Comak by JIBB\" class=\"w_32px h_32px obj-f_contain\" src=\"https://images.lucid.app/images/3ae37517-2faf-40a0-86ce-c1b3ccf096d7/content\">"
    },
    {
      "src": "https://images.lucid.app/images/a0c3aa92-173f-4b8a-8bc9-59c7e18e7f3d/content",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img alt=\"Azure\" class=\"w_32px h_32px obj-f_contain\" src=\"https://images.lucid.app/images/a0c3aa92-173f-4b8a-8bc9-59c7e18e7f3d/content\">"
    },
    {
      "src": "https://images.lucid.app/images/f7dae5c0-d29f-4668-981f-3c0f2916e0d2/content",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img alt=\"Falcon Shield\" class=\"w_32px h_32px obj-f_contain\" src=\"https://images.lucid.app/images/f7dae5c0-d29f-4668-981f-3c0f2916e0d2/content\">"
    },
    {
      "src": "https://images.lucid.app/images/6ae628f8-bb2e-4a87-a9ee-451dec818350/content",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img alt=\"Microsoft Copilot\" class=\"w_32px h_32px obj-f_contain\" src=\"https://images.lucid.app/images/6ae628f8-bb2e-4a87-a9ee-451dec818350/content\">"
    },
    {
      "src": "https://images.lucid.app/images/bdcb586f-fc2d-4dc2-8f29-ec26b73fd3bb/content",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img alt=\"AI Custom GPT\" class=\"w_32px h_32px obj-f_contain\" src=\"https://images.lucid.app/images/bdcb586f-fc2d-4dc2-8f29-ec26b73fd3bb/content\">"
    },
    {
      "src": "https://images.lucid.app/images/b66cb0ef-c581-4c34-8f31-02763361d7a5/content",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img alt=\"Vectary\" class=\"w_32px h_32px obj-f_contain\" src=\"https://images.lucid.app/images/b66cb0ef-c581-4c34-8f31-02763361d7a5/content\">"
    },
    {
      "src": "https://images.lucid.app/images/08fc126a-8d07-464b-a9a0-0fd6721fddbb/content",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img alt=\"Zoom\" class=\"w_32px h_32px obj-f_contain\" src=\"https://images.lucid.app/images/08fc126a-8d07-464b-a9a0-0fd6721fddbb/content\">"
    },
    {
      "src": "https://images.lucid.app/images/7a728e3d-4547-4123-b3f4-c1447c284bd1/content",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img alt=\"Microsoft Excel\" class=\"w_32px h_32px obj-f_contain\" src=\"https://images.lucid.app/images/7a728e3d-4547-4123-b3f4-c1447c284bd1/content\">"
    },
    {
      "src": "https://images.lucid.app/images/40ae1ece-6151-4356-8c39-979ee630177d/content",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img alt=\"Lucid Microsoft 365 Excel Integration [Beta]\" class=\"w_32px h_32px obj-f_contain\" src=\"https://images.lucid.app/images/40ae1ece-6151-4356-8c39-979ee630177d/content\">"
    },
    {
      "src": "https://images.lucid.app/images/0e6c4679-362e-4c63-8c29-17b201222e58/content",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img alt=\"Lucid MCP for ChatGPT\" class=\"w_32px h_32px obj-f_contain\" src=\"https://images.lucid.app/images/0e6c4679-362e-4c63-8c29-17b201222e58/content\">"
    },
    {
      "src": "https://images.lucid.app/images/100fdb7a-ead9-49a0-901a-2a17aa550ee8/content",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img alt=\"Seezo.io\" class=\"w_32px h_32px obj-f_contain\" src=\"https://images.lucid.app/images/100fdb7a-ead9-49a0-901a-2a17aa550ee8/content\">"
    },
    {
      "src": "https://images.lucid.app/images/4218a477-aab2-4e82-a483-ab9afda97cf2/content",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img alt=\"Confluence Cloud Embedded Links\" class=\"w_32px h_32px obj-f_contain\" src=\"https://images.lucid.app/images/4218a477-aab2-4e82-a483-ab9afda97cf2/content\">"
    },
    {
      "src": "https://images.lucid.app/images/8e37ca37-d3ff-4a4f-90ee-37b43203221f/content",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img alt=\"Loom\" class=\"w_32px h_32px obj-f_contain\" src=\"https://images.lucid.app/images/8e37ca37-d3ff-4a4f-90ee-37b43203221f/content\">"
    },
    {
      "src": "https://images.lucid.app/images/c8fcb922-47f0-42a8-835b-69c7a723fd8d/content",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img alt=\"Lucid MCP for Claude\" class=\"w_32px h_32px obj-f_contain\" src=\"https://images.lucid.app/images/c8fcb922-47f0-42a8-835b-69c7a723fd8d/content\">"
    },
    {
      "src": "https://images.lucid.app/images/f0244ae8-ed41-419e-86c8-67c47d4eb312/content",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img alt=\"UVexplorer\" class=\"w_32px h_32px obj-f_contain\" src=\"https://images.lucid.app/images/f0244ae8-ed41-419e-86c8-67c47d4eb312/content\">"
    },
    {
      "src": "https://images.lucid.app/images/a69b4037-ccb3-4bb7-a83a-0b314c14efdc/content",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img alt=\"Microsoft SharePoint\" class=\"w_32px h_32px obj-f_contain\" src=\"https://images.lucid.app/images/a69b4037-ccb3-4bb7-a83a-0b314c14efdc/content\">"
    },
    {
      "src": "https://images.lucid.app/images/bdd62172-dcfb-4dd9-8da4-09cb399c67a4/content",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img alt=\"ProcessMaker\" class=\"w_32px h_32px obj-f_contain\" src=\"https://images.lucid.app/images/bdd62172-dcfb-4dd9-8da4-09cb399c67a4/content\">"
    },
    {
      "src": "https://images.lucid.app/images/16379382-65c4-4d39-9146-afbadf76632c/content",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img alt=\"Google Embedded Links\" class=\"w_32px h_32px obj-f_contain\" src=\"https://images.lucid.app/images/16379382-65c4-4d39-9146-afbadf76632c/content\">"
    },
    {
      "src": "https://images.lucid.app/images/ade6ef06-75b7-4c65-82ba-a2f45d38500b/content",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img alt=\"Box Embedded Links\" class=\"w_32px h_32px obj-f_contain\" src=\"https://images.lucid.app/images/ade6ef06-75b7-4c65-82ba-a2f45d38500b/content\">"
    },
    {
      "src": "https://images.lucid.app/images/1a1722cd-417e-4978-9cff-99d2d845264c/content",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img alt=\"Rewatch\" class=\"w_32px h_32px obj-f_contain\" src=\"https://images.lucid.app/images/1a1722cd-417e-4978-9cff-99d2d845264c/content\">"
    },
    {
      "src": "https://images.lucid.app/images/b1943014-ab96-43ed-89dd-439344296460/content",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img alt=\"Slack Workflow Steps for Lucid\" class=\"w_32px h_32px obj-f_contain\" src=\"https://images.lucid.app/images/b1943014-ab96-43ed-89dd-439344296460/content\">"
    },
    {
      "src": "https://images.lucid.app/images/ea1d56c0-e307-4793-ba2e-c38534ba4c3f/content",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img alt=\"Figma\" class=\"w_32px h_32px obj-f_contain\" src=\"https://images.lucid.app/images/ea1d56c0-e307-4793-ba2e-c38534ba4c3f/content\">"
    },
    {
      "src": "https://images.lucid.app/images/8928e604-6609-45b5-b322-2a5cbb004860/content",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img alt=\"Lucid Cards for monday.com\" class=\"w_32px h_32px obj-f_contain\" src=\"https://images.lucid.app/images/8928e604-6609-45b5-b322-2a5cbb004860/content\">"
    },
    {
      "src": "https://images.lucid.app/images/aa1a5102-6e62-4552-9b69-7339ebdfc74f/content",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img alt=\"Microsoft PowerPoint Embedded Links\" class=\"w_32px h_32px obj-f_contain\" src=\"https://images.lucid.app/images/aa1a5102-6e62-4552-9b69-7339ebdfc74f/content\">"
    },
    {
      "src": "https://images.lucid.app/images/223f503a-0720-4b80-afde-5054d32e38ca/content",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img alt=\"Scroll Viewport for Confluence\" class=\"w_32px h_32px obj-f_contain\" src=\"https://images.lucid.app/images/223f503a-0720-4b80-afde-5054d32e38ca/content\">"
    },
    {
      "src": "https://images.lucid.app/images/6c822a9f-966c-4a31-9b57-721487c3db1e/content",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img alt=\"Cosmo \" class=\"w_32px h_32px obj-f_contain\" src=\"https://images.lucid.app/images/6c822a9f-966c-4a31-9b57-721487c3db1e/content\">"
    },
    {
      "src": "https://images.lucid.app/images/5613d6df-8d3d-462d-98f9-f873a3ce9def/content",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img alt=\"Neat\" class=\"w_32px h_32px obj-f_contain\" src=\"https://images.lucid.app/images/5613d6df-8d3d-462d-98f9-f873a3ce9def/content\">"
    },
    {
      "src": "https://images.lucid.app/images/ddd6df04-ada9-42d3-a9b2-207e9826ccf9/content",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img alt=\"Icons8 Graphics\" class=\"w_32px h_32px obj-f_contain\" src=\"https://images.lucid.app/images/ddd6df04-ada9-42d3-a9b2-207e9826ccf9/content\">"
    },
    {
      "src": "https://images.lucid.app/images/6b3ddeeb-4938-47d0-a48e-40887b08cbd7/content",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img alt=\"Notion\" class=\"w_32px h_32px obj-f_contain\" src=\"https://images.lucid.app/images/6b3ddeeb-4938-47d0-a48e-40887b08cbd7/content\">"
    },
    {
      "src": "https://images.lucid.app/images/3ec7b044-d868-4683-8c6c-d64018643acb/content",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img alt=\"Microsoft (Azure/ADFS)\" class=\"w_32px h_32px obj-f_contain\" src=\"https://images.lucid.app/images/3ec7b044-d868-4683-8c6c-d64018643acb/content\">"
    },
    {
      "src": "https://images.lucid.app/images/fc9ee91f-c641-4034-af78-20f818b1397d/content",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img alt=\"Salesforce\" class=\"w_32px h_32px obj-f_contain\" src=\"https://images.lucid.app/images/fc9ee91f-c641-4034-af78-20f818b1397d/content\">"
    },
    {
      "src": "https://images.lucid.app/images/3641ff04-7d70-4620-b03d-066eb10027dd/content",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img alt=\"Lucid MCP server\" class=\"w_32px h_32px obj-f_contain\" src=\"https://images.lucid.app/images/3641ff04-7d70-4620-b03d-066eb10027dd/content\">"
    },
    {
      "src": "https://images.lucid.app/images/c6686442-dd88-4623-9240-1a934c2a1cd2/content",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img alt=\"Lucid Cards for Airtable\" class=\"w_32px h_32px obj-f_contain\" src=\"https://images.lucid.app/images/c6686442-dd88-4623-9240-1a934c2a1cd2/content\">"
    },
    {
      "src": "https://images.lucid.app/images/a85c71f6-cad5-47c9-b1be-0296e1b89a47/content",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img alt=\"BambooHR\" class=\"w_32px h_32px obj-f_contain\" src=\"https://images.lucid.app/images/a85c71f6-cad5-47c9-b1be-0296e1b89a47/content\">"
    },
    {
      "src": "https://images.lucid.app/images/b8fc2740-15d2-43ab-b087-16aa7a5e82d6/content",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img alt=\"Zoom Rooms Interactive Whiteboards\" class=\"w_32px h_32px obj-f_contain\" src=\"https://images.lucid.app/images/b8fc2740-15d2-43ab-b087-16aa7a5e82d6/content\">"
    },
    {
      "src": "https://images.lucid.app/images/953d11c7-5bb1-4d33-acea-71f1dadf5f7c/content",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img alt=\"OneLogin\" class=\"w_32px h_32px obj-f_contain\" src=\"https://images.lucid.app/images/953d11c7-5bb1-4d33-acea-71f1dadf5f7c/content\">"
    },
    {
      "src": "https://images.lucid.app/images/3ae37517-2faf-40a0-86ce-c1b3ccf096d7/content",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img alt=\"Comak by JIBB\" class=\"w_32px h_32px obj-f_contain\" src=\"https://images.lucid.app/images/3ae37517-2faf-40a0-86ce-c1b3ccf096d7/content\">"
    },
    {
      "src": "https://images.lucid.app/images/a0c3aa92-173f-4b8a-8bc9-59c7e18e7f3d/content",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img alt=\"Azure\" class=\"w_32px h_32px obj-f_contain\" src=\"https://images.lucid.app/images/a0c3aa92-173f-4b8a-8bc9-59c7e18e7f3d/content\">"
    },
    {
      "src": "https://images.lucid.app/images/f7dae5c0-d29f-4668-981f-3c0f2916e0d2/content",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img alt=\"Falcon Shield\" class=\"w_32px h_32px obj-f_contain\" src=\"https://images.lucid.app/images/f7dae5c0-d29f-4668-981f-3c0f2916e0d2/content\">"
    },
    {
      "src": "https://images.lucid.app/images/6ae628f8-bb2e-4a87-a9ee-451dec818350/content",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img alt=\"Microsoft Copilot\" class=\"w_32px h_32px obj-f_contain\" src=\"https://images.lucid.app/images/6ae628f8-bb2e-4a87-a9ee-451dec818350/content\">"
    },
    {
      "src": "https://images.lucid.app/images/bdcb586f-fc2d-4dc2-8f29-ec26b73fd3bb/content",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img alt=\"AI Custom GPT\" class=\"w_32px h_32px obj-f_contain\" src=\"https://images.lucid.app/images/bdcb586f-fc2d-4dc2-8f29-ec26b73fd3bb/content\">"
    },
    {
      "src": "https://images.lucid.app/images/b66cb0ef-c581-4c34-8f31-02763361d7a5/content",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img alt=\"Vectary\" class=\"w_32px h_32px obj-f_contain\" src=\"https://images.lucid.app/images/b66cb0ef-c581-4c34-8f31-02763361d7a5/content\">"
    },
    {
      "src": "https://images.lucid.app/images/08fc126a-8d07-464b-a9a0-0fd6721fddbb/content",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img alt=\"Zoom\" class=\"w_32px h_32px obj-f_contain\" src=\"https://images.lucid.app/images/08fc126a-8d07-464b-a9a0-0fd6721fddbb/content\">"
    },
    {
      "src": "https://corporate-assets.lucid.co/chart/bcc02ec7-75de-4e07-8df6-2a72ad2c5966.png?v=1744630926917",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img alt class=\"obj-f_contain pos_absolute top_0 left_0 bottom_0 right_0 z_z10 m_auto w_inherit h_100% image\" data-element-page-location=\"body\" data-element-type=\"image\" loading=\"lazy\" src=\"https://corporate-assets.lucid.co/chart/bcc02ec7-75de-4e07-8df6-2a72ad2c5966.png?v=1744630926917\">"
    },
    {
      "src": "data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDI0LjMuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHZpZXdCb3g9IjAgMCAzMCAxNCIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMzAgMTQ7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPHN0eWxlIHR5cGU9InRleHQvY3NzIj4KCS5zdDB7ZmlsbC1ydWxlOmV2ZW5vZGQ7Y2xpcC1ydWxlOmV2ZW5vZGQ7ZmlsbDojRkZGRkZGO30KCS5zdDF7ZmlsbC1ydWxlOmV2ZW5vZGQ7Y2xpcC1ydWxlOmV2ZW5vZGQ7ZmlsbDojMDA2NkZGO30KCS5zdDJ7ZmlsbDojRkZGRkZGO30KCS5zdDN7ZmlsbDojMDA2NkZGO30KPC9zdHlsZT4KPGc+Cgk8ZyBpZD0iZmluYWwtLS1kZWMuMTEtMjAyMF8xXyI+CgkJPGcgaWQ9Il94MzBfMjA4LW91ci10b2dnbGVfMl8iIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0xMjc1LjAwMDAwMCwgLTIwMC4wMDAwMDApIj4KCQkJPGcgaWQ9IkZpbmFsLUNvcHktMl8yXyIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTI3NS4wMDAwMDAsIDIwMC4wMDAwMDApIj4KCQkJCTxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik03LjQsMTIuOGg2LjhsMy4xLTExLjZINy40QzQuMiwxLjIsMS42LDMuOCwxLjYsN1M0LjIsMTIuOCw3LjQsMTIuOHoiLz4KCQkJPC9nPgoJCTwvZz4KCTwvZz4KCTxnIGlkPSJmaW5hbC0tLWRlYy4xMS0yMDIwIj4KCQk8ZyBpZD0iX3gzMF8yMDgtb3VyLXRvZ2dsZSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTEyNzUuMDAwMDAwLCAtMjAwLjAwMDAwMCkiPgoJCQk8ZyBpZD0iRmluYWwtQ29weS0yIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgxMjc1LjAwMDAwMCwgMjAwLjAwMDAwMCkiPgoJCQkJPHBhdGggY2xhc3M9InN0MSIgZD0iTTIyLjYsMEg3LjRjLTMuOSwwLTcsMy4xLTcsN3MzLjEsNyw3LDdoMTUuMmMzLjksMCw3LTMuMSw3LTdTMjYuNCwwLDIyLjYsMHogTTEuNiw3YzAtMy4yLDIuNi01LjgsNS44LTUuOAoJCQkJCWg5LjlsLTMuMSwxMS42SDcuNEM0LjIsMTIuOCwxLjYsMTAuMiwxLjYsN3oiLz4KCQkJCTxwYXRoIGlkPSJ4IiBjbGFzcz0ic3QyIiBkPSJNMjQuNiw0YzAuMiwwLjIsMC4yLDAuNiwwLDAuOGwwLDBMMjIuNSw3bDIuMiwyLjJjMC4yLDAuMiwwLjIsMC42LDAsMC44Yy0wLjIsMC4yLTAuNiwwLjItMC44LDAKCQkJCQlsMCwwbC0yLjItMi4yTDE5LjUsMTBjLTAuMiwwLjItMC42LDAuMi0wLjgsMGMtMC4yLTAuMi0wLjItMC42LDAtMC44bDAsMEwyMC44LDdsLTIuMi0yLjJjLTAuMi0wLjItMC4yLTAuNiwwLTAuOAoJCQkJCWMwLjItMC4yLDAuNi0wLjIsMC44LDBsMCwwbDIuMiwyLjJMMjMuOCw0QzI0LDMuOCwyNC40LDMuOCwyNC42LDR6Ii8+CgkJCQk8cGF0aCBpZD0ieSIgY2xhc3M9InN0MyIgZD0iTTEyLjcsNC4xYzAuMiwwLjIsMC4zLDAuNiwwLjEsMC44bDAsMEw4LjYsOS44QzguNSw5LjksOC40LDEwLDguMywxMGMtMC4yLDAuMS0wLjUsMC4xLTAuNy0wLjFsMCwwCgkJCQkJTDUuNCw3LjdjLTAuMi0wLjItMC4yLTAuNiwwLTAuOGMwLjItMC4yLDAuNi0wLjIsMC44LDBsMCwwTDgsOC42bDMuOC00LjVDMTIsMy45LDEyLjQsMy45LDEyLjcsNC4xeiIvPgoJCQk8L2c+CgkJPC9nPgoJPC9nPgo8L2c+Cjwvc3ZnPgo=",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img data-element-page-location=\"body\" data-element-type=\"image\" alt=\"Your privacy choices icon\" class=\"w_30px pt_2px mr_s8\" loading=\"lazy\" src=\"data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDI0LjMuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIH..."
    },
    {
      "src": "https://cdn-cashy-static-assets.lucidchart.com/marketing/pages/chart/footer/linkedin-black.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img data-element-page-location=\"bottomFooter\" data-element-type=\"image\" alt=\"LinkedIn\" class=\"h_20px w_20px\" loading=\"lazy\" src=\"https://cdn-cashy-static-assets.lucidchart.com/marketing/pages/chart/footer/linkedin-black.svg\">"
    },
    {
      "src": "https://cdn-cashy-static-assets.lucidchart.com/marketing/pages/chart/Footer/twitter-x-logo-black.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img data-element-page-location=\"bottomFooter\" data-element-type=\"image\" alt=\"Twitter\" class=\"h_20px w_20px\" loading=\"lazy\" src=\"https://cdn-cashy-static-assets.lucidchart.com/marketing/pages/chart/Footer/twitter-x-logo-black.svg\">"
    },
    {
      "src": "https://cdn-cashy-static-assets.lucidchart.com/marketing/pages/chart/footer/instagram-black.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img data-element-page-location=\"bottomFooter\" data-element-type=\"image\" alt=\"Instagram\" class=\"h_20px w_20px\" loading=\"lazy\" src=\"https://cdn-cashy-static-assets.lucidchart.com/marketing/pages/chart/footer/instagram-black.svg\">"
    },
    {
      "src": "https://cdn-cashy-static-assets.lucidchart.com/marketing/pages/chart/footer/facebook-black.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img data-element-page-location=\"bottomFooter\" data-element-type=\"image\" alt=\"Facebook\" class=\"h_20px w_20px\" loading=\"lazy\" src=\"https://cdn-cashy-static-assets.lucidchart.com/marketing/pages/chart/footer/facebook-black.svg\">"
    },
    {
      "src": "https://cdn-cashy-static-assets.lucidchart.com/marketing/pages/chart/footer/youtube-black.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img data-element-page-location=\"bottomFooter\" data-element-type=\"image\" alt=\"YouTube\" class=\"h_20px w_20px\" loading=\"lazy\" src=\"https://cdn-cashy-static-assets.lucidchart.com/marketing/pages/chart/footer/youtube-black.svg\">"
    },
    {
      "src": "https://cdn-cashy-static-assets.lucidchart.com/marketing/pages/chart/footer/glassdoor-black.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img data-element-page-location=\"bottomFooter\" data-element-type=\"image\" alt=\"Glassdoor\" class=\"h_20px w_20px\" loading=\"lazy\" src=\"https://cdn-cashy-static-assets.lucidchart.com/marketing/pages/chart/footer/glassdoor-black.svg\">"
    },
    {
      "src": "https://cdn-cashy-static-assets.lucidchart.com/marketing/pages/chart/Footer/TikTok-Social-logo-Black.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img data-element-page-location=\"bottomFooter\" data-element-type=\"image\" alt=\"TikTok\" class=\"h_20px w_20px\" loading=\"lazy\" src=\"https://cdn-cashy-static-assets.lucidchart.com/marketing/pages/chart/Footer/TikTok-Social-logo-Black.svg\">"
    },
    {
      "src": "https://cdn-cashy-static-assets.lucidchart.com/marketing/pages/chart/footer/app-store-white.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img data-element-page-location=\"bottomFooter\" data-element-type=\"image\" alt=\"Download on the Apple App Store\" class=\"h_40px w_125px\" loading=\"lazy\" src=\"https://cdn-cashy-static-assets.lucidchart.com/marketing/pages/chart/footer/app-store-white.svg\">"
    },
    {
      "src": "https://cdn-cashy-static-assets.lucidchart.com/marketing/pages/chart/Footer/google-play.png",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img data-element-page-location=\"bottomFooter\" data-element-type=\"image\" alt=\"Get it on Google Play\" class=\"h_40px w_125px\" loading=\"lazy\" src=\"https://cdn-cashy-static-assets.lucidchart.com/marketing/pages/chart/Footer/google-play.png\">"
    }
  ],
  "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, 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": "See your work take shape",
      "html": "<h2 style=\"--color:#FFFFFF\" data-element-page-location=\"body\" data-element-type=\"heading\" class=\"textStyle_heading.xl layerStyle_heading.xl hasDarkBackground:c_white dark:c_white mb_s24 c_var(--color)\">See your work take shape</h2>"
    },
    {
      "text": "Align people and priorities",
      "html": "<h2 style=\"--color:#FFFFFF\" data-element-page-location=\"body\" data-element-type=\"heading\" class=\"textStyle_heading.xl layerStyle_heading.xl hasDarkBackground:c_white dark:c_white mb_s24 c_var(--color)\">Align people and priorities</h2>"
    },
    {
      "text": "Take action on insights",
      "html": "<h2 style=\"--color:#FFFFFF\" data-element-page-location=\"body\" data-element-type=\"heading\" class=\"textStyle_heading.xl layerStyle_heading.xl hasDarkBackground:c_white dark:c_white mb_s24 c_var(--color)\">Take action on insights</h2>"
    },
    {
      "text": "How teams use Lucidchart to create diagrams with intelligence",
      "html": "<h2 data-element-page-location=\"body\" data-element-type=\"heading\" class=\"textStyle_heading.xl layerStyle_heading.xl hasDarkBackground:c_white dark:c_white mb_s64 highlightedText:c_primary\">How teams use Lucidchart to create diagrams with intelligence</h2>"
    },
    {
      "text": "Where seeing becomes doing, faster",
      "html": "<h2 data-element-page-location=\"body\" data-element-type=\"heading\" class=\"textStyle_heading.2xl layerStyle_heading.2xl hasDarkBackground:c_white dark:c_white\">Where seeing becomes doing, faster</h2>"
    },
    {
      "text": "Capabilities for next-generation diagramming",
      "html": "<h2 id=\"tabCarouselHeader\" style=\"--color:#282C33\" data-element-page-location=\"body\" data-element-type=\"heading\" class=\"textStyle_heading.2xl layerStyle_heading.2xl hasDarkBackground:c_white dark:c_white c_var(--color) mb_s24\">Capabilities for next-generation diagramming</h2>"
    },
    {
      "text": "Whatever your workflow, there’s an integration for that",
      "html": "<h2 data-element-page-location=\"body\" data-element-type=\"heading\" class=\"textStyle_heading.2xl layerStyle_heading.2xl hasDarkBackground:c_white dark:c_white\">Whatever your workflow, there&#x2019;s an integration for that</h2>"
    },
    {
      "text": "Lucid Custom GPT",
      "html": "<h2 aria-hidden=\"false\" id=\"carousel-heading-0\" style=\"--grid-column:1 / 2\" data-element-page-location=\"body\" data-element-type=\"heading\" class=\"textStyle_heading.l layerStyle_heading.l hasDarkBackground:c_white dark:c_white m_0_auto grid-c_var(--grid-column) pb_s24 min1024:m_0\">Lucid Custom GPT</h2>"
    },
    {
      "text": "Lucid Custom GPT",
      "html": "<h2 aria-hidden=\"true\" id=\"carousel-heading-1\" style=\"--grid-column:2 / 3\" data-element-page-location=\"body\" data-element-type=\"heading\" class=\"textStyle_heading.l layerStyle_heading.l hasDarkBackground:c_white dark:c_white m_0_auto grid-c_var(--grid-column) pb_s24 min1024:m_0\">Lucid Custom GPT</h2>"
    },
    {
      "text": "Lucid Custom GPT",
      "html": "<h2 aria-hidden=\"true\" id=\"carousel-heading-2\" style=\"--grid-column:3 / 4\" data-element-page-location=\"body\" data-element-type=\"heading\" class=\"textStyle_heading.l layerStyle_heading.l hasDarkBackground:c_white dark:c_white m_0_auto grid-c_var(--grid-column) pb_s24 min1024:m_0\">Lucid Custom GPT</h2>"
    },
    {
      "text": "Lucid Custom GPT",
      "html": "<h2 aria-hidden=\"true\" id=\"carousel-heading-3\" style=\"--grid-column:4 / 5\" data-element-page-location=\"body\" data-element-type=\"heading\" class=\"textStyle_heading.l layerStyle_heading.l hasDarkBackground:c_white dark:c_white m_0_auto grid-c_var(--grid-column) pb_s24 min1024:m_0\">Lucid Custom GPT</h2>"
    },
    {
      "text": "Lucid Custom GPT",
      "html": "<h2 aria-hidden=\"true\" id=\"carousel-heading-4\" style=\"--grid-column:5 / 6\" data-element-page-location=\"body\" data-element-type=\"heading\" class=\"textStyle_heading.l layerStyle_heading.l hasDarkBackground:c_white dark:c_white m_0_auto grid-c_var(--grid-column) pb_s24 min1024:m_0\">Lucid Custom GPT</h2>"
    },
    {
      "text": "Lucid Custom GPT",
      "html": "<h2 aria-hidden=\"true\" id=\"carousel-heading-5\" style=\"--grid-column:6 / 7\" data-element-page-location=\"body\" data-element-type=\"heading\" class=\"textStyle_heading.l layerStyle_heading.l hasDarkBackground:c_white dark:c_white m_0_auto grid-c_var(--grid-column) pb_s24 min1024:m_0\">Lucid Custom GPT</h2>"
    },
    {
      "text": "Better collaboration for your apps, too",
      "html": "<h2 data-element-page-location=\"body\" data-element-type=\"heading\" class=\"textStyle_heading.2xl layerStyle_heading.2xl hasDarkBackground:c_white dark:c_white max-w_640px min900:max-w_740px\">Better collaboration for your apps, too</h2>"
    },
    {
      "text": "The complete visual collaboration solution for enterprises",
      "html": "<h2 data-element-page-location=\"body\" data-element-type=\"heading\" class=\"textStyle_heading.xl layerStyle_heading.xl hasDarkBackground:c_white dark:c_white\">The complete visual collaboration solution for enterprises</h2>"
    },
    {
      "text": "Additional resources",
      "html": "<h2 data-background=\"light\" data-element-page-location=\"body\" data-element-type=\"heading\" class=\"textStyle_heading.xl layerStyle_heading.xl hasDarkBackground:c_white dark:c_white c_text max-w_100% mb_s80 min900:max-w_780px featureGridSectionTitle\">Additional resources</h2>"
    },
    {
      "text": "Try Lucidchart free and see the future of diagramming",
      "html": "<h2 data-element-page-location=\"body\" data-element-type=\"heading\" class=\"textStyle_heading.2xl layerStyle_heading.2xl hasDarkBackground:c_white dark:c_white c_white tw_auto m_0\">Try Lucidchart free and see the future of diagramming</h2>"
    },
    {
      "text": "Get started",
      "html": "<h2 id=\"footerLinksGroupLabel-1\" data-element-page-location=\"body\" data-element-type=\"heading\" class=\"textStyle_heading.s layerStyle_heading.s hasDarkBackground:c_white dark:c_white\">Get started</h2>"
    },
    {
      "text": "Product",
      "html": "<h2 id=\"footerLinksGroupLabel-2\" data-element-page-location=\"body\" data-element-type=\"heading\" class=\"textStyle_heading.s layerStyle_heading.s hasDarkBackground:c_white dark:c_white\">Product</h2>"
    },
    {
      "text": "Use cases",
      "html": "<h2 id=\"footerLinksGroupLabel-3\" data-element-page-location=\"body\" data-element-type=\"heading\" class=\"textStyle_heading.s layerStyle_heading.s hasDarkBackground:c_white dark:c_white\">Use cases</h2>"
    },
    {
      "text": "Company",
      "html": "<h2 id=\"footerLinksGroupLabel-4\" data-element-page-location=\"body\" data-element-type=\"heading\" class=\"textStyle_heading.s layerStyle_heading.s hasDarkBackground:c_white dark:c_white\">Company</h2>"
    },
    {
      "text": "Resources",
      "html": "<h2 id=\"footerLinksGroupLabel-5\" data-element-page-location=\"body\" data-element-type=\"heading\" class=\"textStyle_heading.s layerStyle_heading.s hasDarkBackground:c_white dark:c_white\">Resources</h2>"
    }
  ],
  "expected": [
    {
      "id": "what",
      "label": "What is Lucidchart?",
      "pattern": {}
    },
    {
      "id": "how",
      "label": "How does Lucidchart work?",
      "pattern": {}
    },
    {
      "id": "benefits",
      "label": "Why use Lucidchart?",
      "pattern": {}
    },
    {
      "id": "cost",
      "label": "Is Lucidchart free or paid?",
      "pattern": {}
    },
    {
      "id": "compare",
      "label": "How does Lucidchart compare with alternatives?",
      "pattern": {}
    }
  ],
  "missing": [
    {
      "id": "what",
      "label": "What is Lucidchart?",
      "pattern": {}
    },
    {
      "id": "compare",
      "label": "How does Lucidchart 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": 2643
          },
          {
            "path": "/api/context",
            "statusCode": 404,
            "contentType": "text/html; charset=utf-8",
            "length": 2643
          },
          {
            "path": "/context",
            "statusCode": 404,
            "contentType": "text/html; charset=utf-8",
            "length": 2643
          }
        ]
      },
      "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, 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": "See your work take shape",
      "html": "<h2 style=\"--color:#FFFFFF\" data-element-page-location=\"body\" data-element-type=\"heading\" class=\"textStyle_heading.xl layerStyle_heading.xl hasDarkBackground:c_white dark:c_white mb_s24 c_var(--color)\">See your work take shape</h2>"
    },
    {
      "text": "Align people and priorities",
      "html": "<h2 style=\"--color:#FFFFFF\" data-element-page-location=\"body\" data-element-type=\"heading\" class=\"textStyle_heading.xl layerStyle_heading.xl hasDarkBackground:c_white dark:c_white mb_s24 c_var(--color)\">Align people and priorities</h2>"
    },
    {
      "text": "Take action on insights",
      "html": "<h2 style=\"--color:#FFFFFF\" data-element-page-location=\"body\" data-element-type=\"heading\" class=\"textStyle_heading.xl layerStyle_heading.xl hasDarkBackground:c_white dark:c_white mb_s24 c_var(--color)\">Take action on insights</h2>"
    },
    {
      "text": "How teams use Lucidchart to create diagrams with intelligence",
      "html": "<h2 data-element-page-location=\"body\" data-element-type=\"heading\" class=\"textStyle_heading.xl layerStyle_heading.xl hasDarkBackground:c_white dark:c_white mb_s64 highlightedText:c_primary\">How teams use Lucidchart to create diagrams with intelligence</h2>"
    },
    {
      "text": "Where seeing becomes doing, faster",
      "html": "<h2 data-element-page-location=\"body\" data-element-type=\"heading\" class=\"textStyle_heading.2xl layerStyle_heading.2xl hasDarkBackground:c_white dark:c_white\">Where seeing becomes doing, faster</h2>"
    },
    {
      "text": "Capabilities for next-generation diagramming",
      "html": "<h2 id=\"tabCarouselHeader\" style=\"--color:#282C33\" data-element-page-location=\"body\" data-element-type=\"heading\" class=\"textStyle_heading.2xl layerStyle_heading.2xl hasDarkBackground:c_white dark:c_white c_var(--color) mb_s24\">Capabilities for next-generation diagramming</h2>"
    },
    {
      "text": "Whatever your workflow, there’s an integration for that",
      "html": "<h2 data-element-page-location=\"body\" data-element-type=\"heading\" class=\"textStyle_heading.2xl layerStyle_heading.2xl hasDarkBackground:c_white dark:c_white\">Whatever your workflow, there&#x2019;s an integration for that</h2>"
    },
    {
      "text": "Lucid Custom GPT",
      "html": "<h2 aria-hidden=\"false\" id=\"carousel-heading-0\" style=\"--grid-column:1 / 2\" data-element-page-location=\"body\" data-element-type=\"heading\" class=\"textStyle_heading.l layerStyle_heading.l hasDarkBackground:c_white dark:c_white m_0_auto grid-c_var(--grid-column) pb_s24 min1024:m_0\">Lucid Custom GPT</h2>"
    },
    {
      "text": "Lucid Custom GPT",
      "html": "<h2 aria-hidden=\"true\" id=\"carousel-heading-1\" style=\"--grid-column:2 / 3\" data-element-page-location=\"body\" data-element-type=\"heading\" class=\"textStyle_heading.l layerStyle_heading.l hasDarkBackground:c_white dark:c_white m_0_auto grid-c_var(--grid-column) pb_s24 min1024:m_0\">Lucid Custom GPT</h2>"
    },
    {
      "text": "Lucid Custom GPT",
      "html": "<h2 aria-hidden=\"true\" id=\"carousel-heading-2\" style=\"--grid-column:3 / 4\" data-element-page-location=\"body\" data-element-type=\"heading\" class=\"textStyle_heading.l layerStyle_heading.l hasDarkBackground:c_white dark:c_white m_0_auto grid-c_var(--grid-column) pb_s24 min1024:m_0\">Lucid Custom GPT</h2>"
    },
    {
      "text": "Lucid Custom GPT",
      "html": "<h2 aria-hidden=\"true\" id=\"carousel-heading-3\" style=\"--grid-column:4 / 5\" data-element-page-location=\"body\" data-element-type=\"heading\" class=\"textStyle_heading.l layerStyle_heading.l hasDarkBackground:c_white dark:c_white m_0_auto grid-c_var(--grid-column) pb_s24 min1024:m_0\">Lucid Custom GPT</h2>"
    },
    {
      "text": "Lucid Custom GPT",
      "html": "<h2 aria-hidden=\"true\" id=\"carousel-heading-4\" style=\"--grid-column:5 / 6\" data-element-page-location=\"body\" data-element-type=\"heading\" class=\"textStyle_heading.l layerStyle_heading.l hasDarkBackground:c_white dark:c_white m_0_auto grid-c_var(--grid-column) pb_s24 min1024:m_0\">Lucid Custom GPT</h2>"
    },
    {
      "text": "Lucid Custom GPT",
      "html": "<h2 aria-hidden=\"true\" id=\"carousel-heading-5\" style=\"--grid-column:6 / 7\" data-element-page-location=\"body\" data-element-type=\"heading\" class=\"textStyle_heading.l layerStyle_heading.l hasDarkBackground:c_white dark:c_white m_0_auto grid-c_var(--grid-column) pb_s24 min1024:m_0\">Lucid Custom GPT</h2>"
    },
    {
      "text": "Better collaboration for your apps, too",
      "html": "<h2 data-element-page-location=\"body\" data-element-type=\"heading\" class=\"textStyle_heading.2xl layerStyle_heading.2xl hasDarkBackground:c_white dark:c_white max-w_640px min900:max-w_740px\">Better collaboration for your apps, too</h2>"
    },
    {
      "text": "The complete visual collaboration solution for enterprises",
      "html": "<h2 data-element-page-location=\"body\" data-element-type=\"heading\" class=\"textStyle_heading.xl layerStyle_heading.xl hasDarkBackground:c_white dark:c_white\">The complete visual collaboration solution for enterprises</h2>"
    },
    {
      "text": "Additional resources",
      "html": "<h2 data-background=\"light\" data-element-page-location=\"body\" data-element-type=\"heading\" class=\"textStyle_heading.xl layerStyle_heading.xl hasDarkBackground:c_white dark:c_white c_text max-w_100% mb_s80 min900:max-w_780px featureGridSectionTitle\">Additional resources</h2>"
    },
    {
      "text": "Try Lucidchart free and see the future of diagramming",
      "html": "<h2 data-element-page-location=\"body\" data-element-type=\"heading\" class=\"textStyle_heading.2xl layerStyle_heading.2xl hasDarkBackground:c_white dark:c_white c_white tw_auto m_0\">Try Lucidchart free and see the future of diagramming</h2>"
    },
    {
      "text": "Get started",
      "html": "<h2 id=\"footerLinksGroupLabel-1\" data-element-page-location=\"body\" data-element-type=\"heading\" class=\"textStyle_heading.s layerStyle_heading.s hasDarkBackground:c_white dark:c_white\">Get started</h2>"
    },
    {
      "text": "Product",
      "html": "<h2 id=\"footerLinksGroupLabel-2\" data-element-page-location=\"body\" data-element-type=\"heading\" class=\"textStyle_heading.s layerStyle_heading.s hasDarkBackground:c_white dark:c_white\">Product</h2>"
    },
    {
      "text": "Use cases",
      "html": "<h2 id=\"footerLinksGroupLabel-3\" data-element-page-location=\"body\" data-element-type=\"heading\" class=\"textStyle_heading.s layerStyle_heading.s hasDarkBackground:c_white dark:c_white\">Use cases</h2>"
    },
    {
      "text": "Company",
      "html": "<h2 id=\"footerLinksGroupLabel-4\" data-element-page-location=\"body\" data-element-type=\"heading\" class=\"textStyle_heading.s layerStyle_heading.s hasDarkBackground:c_white dark:c_white\">Company</h2>"
    },
    {
      "text": "Resources",
      "html": "<h2 id=\"footerLinksGroupLabel-5\" data-element-page-location=\"body\" data-element-type=\"heading\" class=\"textStyle_heading.s layerStyle_heading.s hasDarkBackground:c_white dark:c_white\">Resources</h2>"
    }
  ],
  "expected": [
    {
      "id": "what",
      "label": "What is Lucidchart?",
      "pattern": {}
    },
    {
      "id": "how",
      "label": "How does Lucidchart work?",
      "pattern": {}
    },
    {
      "id": "benefits",
      "label": "Why use Lucidchart?",
      "pattern": {}
    },
    {
      "id": "cost",
      "label": "Is Lucidchart free or paid?",
      "pattern": {}
    },
    {
      "id": "compare",
      "label": "How does Lucidchart compare with alternatives?",
      "pattern": {}
    }
  ],
  "missing": [
    {
      "id": "what",
      "label": "What is Lucidchart?",
      "pattern": {}
    },
    {
      "id": "compare",
      "label": "How does Lucidchart 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 Discovery response did not match the expected shape. missing: jwks_uri; endpoint issues: [{"field":"jwks_uri","issue":"Missing URL."}].

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. Validate resource body

    OAuth Discovery response did not match the expected shape. missing: jwks_uri; endpoint issues: [{"field":"jwks_uri","issue":"Missing URL."}].

Evidence
{
  "failedStep": "validate",
  "steps": [
    {
      "id": "fetch",
      "title": "Fetch discovery resource",
      "status": "pass",
      "evidence": {
        "path": "/.well-known/oauth-authorization-server",
        "statusCode": 200,
        "contentType": "application/json"
      }
    },
    {
      "id": "validate",
      "title": "Validate resource body",
      "status": "fail",
      "evidence": {
        "valid": false,
        "issue": "OAuth Discovery response did not match the expected shape. missing: jwks_uri; endpoint issues: [{\"field\":\"jwks_uri\",\"issue\":\"Missing URL.\"}].",
        "compatibleContentType": true,
        "missing": [
          "jwks_uri"
        ],
        "endpointIssues": [
          {
            "field": "jwks_uri",
            "issue": "Missing URL."
          }
        ],
        "issuer": "lucid.app",
        "authorizationEndpoint": "https://lucid.app/oauth2/authorizeUser",
        "tokenEndpoint": "https://api.lucid.co/oauth2/token",
        "responseTypesSupported": [
          "code"
        ],
        "grantTypesSupported": [
          "authorization_code",
          "refresh_token"
        ],
        "idTokenSigningAlgValuesSupported": [],
        "rawExcerpt": "{\"issuer\":\"lucid.app\",\"authorization_endpoint\":\"https://lucid.app/oauth2/authorizeUser\",\"token_endpoint\":\"https://api.lucid.co/oauth2/token\",\"token_endpoint_auth_methods_supported\":[],\"revocation_endpoint\":\"https://api.lucid.co/oauth2/token/revoke\",\"revocation_endpoint_auth_methods_supported\":[],\"introspection_endpoint\":\"https://api.lucid.co/oauth2/token/introspect\",\"introspection_endpoint_auth_methods_supported\":[],\"code_challenge_methods_supported\":[\"S256\",\"plain\"],\"scopes_supported\":[\"invitation.accept\",\"lucidchart.document.app\",\"lucidchart.document.app.folder\",\"lucidchart.document.app.picker\",\"lucidchart.document.app.picker:readonly\",\"lucidchart.document.content\",\"lucidchart.document.content:admin\",\"lucidchart.document.content:admin.readonly\",\"lucidchart.document.content:readonly\",\"luc"
      },
      "issue": "OAuth Discovery response did not match the expected shape. missing: jwks_uri; endpoint issues: [{\"field\":\"jwks_uri\",\"issue\":\"Missing URL.\"}].",
      "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."
    },
    {
      "id": "authorization-endpoint",
      "title": "Probe authorization endpoint with an authorization-code request",
      "status": "pass",
      "evidence": {
        "url": "https://lucid.app/oauth2/authorizeUser?response_type=code&client_id=can-agent-use-scanner&redirect_uri=https%3A%2F%2Fcan-agent-use.invalid%2Foauth%2Fcallback&scope=openid&state=can-agent-use-probe",
        "method": "GET",
        "statusCode": 303,
        "location": "/users/login?referringApp=oAuth2+app",
        "contentType": null,
        "excerpt": ""
      },
      "howToFix": "Implement an authorization endpoint that can process syntactically valid authorization requests, or remove it from discovery metadata until it exists."
    },
    {
      "id": "authorization-redirect-safety",
      "title": "Reject unregistered authorization redirects",
      "status": "pass",
      "evidence": {
        "url": "https://lucid.app/oauth2/authorizeUser?response_type=code&client_id=can-agent-use-unknown-client&redirect_uri=https%3A%2F%2Fcan-agent-use.invalid%2Fattacker-callback&scope=openid&state=can-agent-use-redirect-safety",
        "method": "GET",
        "statusCode": 303,
        "location": "/users/login?referringApp=oAuth2+app",
        "redirectedToUntrusted": false,
        "contentType": null,
        "excerpt": ""
      },
      "howToFix": "Validate client_id and registered redirect_uri values before redirecting. Return a direct OAuth error for invalid clients or redirect URIs."
    },
    {
      "id": "token-endpoint",
      "title": "Probe token endpoint with advertised grant type",
      "status": "pass",
      "evidence": {
        "url": "https://api.lucid.co/oauth2/token",
        "method": "POST",
        "grantType": "authorization_code",
        "statusCode": 400,
        "contentType": "text/plain; charset=utf-8",
        "excerpt": "Must specify either client_secret or code_verifier"
      },
      "howToFix": "Support every advertised grant type enough to return a protocol-appropriate response, or stop advertising unsupported grants."
    }
  ],
  "authApplicability": {
    "supportsAuth": true,
    "score": 12,
    "signals": [
      {
        "source": "link:href",
        "weight": 3,
        "match": "auth link"
      },
      {
        "source": "visible-text",
        "weight": 3,
        "match": "log in"
      },
      {
        "source": "visible-text",
        "weight": 3,
        "match": "sign in"
      },
      {
        "source": "visible-text",
        "weight": 3,
        "match": "sign up"
      }
    ]
  },
  "resourceFetchSucceeded": true
}

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": "\n<!DOCTYPE HTML>\n<html>\n    <head>\n        <meta http-equiv=\"Content-Type\" content=\"text/html; charset=UTF-8\" />\n        \n            <title>Page Not Found | Lucid</title>\n            \n\n    <link rel=\"shortcut icon\" href=\"https://cdn-cashy-static-assets.lucidchart.com/app/webroot/favicons/favicon_suite_v3.ico\" />\n\n\n        \n        <meta name=\"viewport\" content=\"width=device-width, minimum-scale=1.0, maximum-scale=2.0, user-scalable=yes\" />\n        \n        <meta name=\"mobile-web-app-capable\" content=\"yes\" />\n        <meta name=\"apple-mobile-web-app-capable\" content=\"yes\" />\n        <meta name=\"apple-mobile-web-app-status-bar-style\" content=\"black\" />\n\n    \n\n\n\n\n    <script>\n        window.frontendAssetVersion = \"d/1/fdfef43b61f11269e683347c0fc24a717ba3fbc9b3030ba1828da66fe077f6\";\n        w"
      },
      "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.lucidchart.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.lucidchart.com/.well-known/oauth-protected-resource",
            "metadataUrlMatches": true,
            "resourceMatchesRequestContext": true
          },
          {
            "path": "/api/admin/summary",
            "statusCode": 404,
            "wwwAuthenticate": {
              "valid": false,
              "present": false
            },
            "expectedMetadataUrl": "https://www.lucidchart.com/.well-known/oauth-protected-resource",
            "metadataUrlMatches": true,
            "resourceMatchesRequestContext": true
          },
          {
            "path": "/api/scans",
            "statusCode": 404,
            "wwwAuthenticate": {
              "valid": false,
              "present": false
            },
            "expectedMetadataUrl": "https://www.lucidchart.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": 12,
    "signals": [
      {
        "source": "link:href",
        "weight": 3,
        "match": "auth link"
      },
      {
        "source": "visible-text",
        "weight": 3,
        "match": "log in"
      },
      {
        "source": "visible-text",
        "weight": 3,
        "match": "sign in"
      },
      {
        "source": "visible-text",
        "weight": 3,
        "match": "sign up"
      }
    ]
  },
  "resourceFetchSucceeded": false
}

SEOSEOBrowser audit

Links do not have descriptive text

100 Fail

Check name

Links do not have descriptive text

Score

0/100

Status

fail

Device

desktop

Category

SEO

Estimated savings

12 links found

Fix guidance

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

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

Performance and AccessibilityPerformanceBrowser audit

Font display

25 Fail

Check name

Font display

Score

0/100

Status

fail

Device

desktop

Category

Performance

Estimated savings

Est savings of 480 ms

Fix guidance

Consider setting [font-display](https://developer.chrome.com/docs/performance/insights/font-display) to swap or optional to ensure text is consistently visible. swap can be further optimized to mitigate layout shifts with [font metric overrides](https://developer.chrome.com/blog/font-fallbacks).

Evidence
{
  "displayValue": "Est savings of 480 ms",
  "description": "Consider setting [font-display](https://developer.chrome.com/docs/performance/insights/font-display) to swap or optional to ensure text is consistently visible. swap can be further optimized to mitigate layout shifts with [font metric overrides](https://developer.chrome.com/blog/font-fallbacks)."
}

Performance and AccessibilityPerformanceBrowser audit

Network dependency tree

25 Fail

Check name

Network dependency tree

Score

0/100

Status

fail

Device

desktop

Category

Performance

Fix guidance

[Avoid chaining critical requests](https://developer.chrome.com/docs/performance/insights/network-dependency-tree) by reducing the length of chains, reducing the download size of resources, or deferring the download of unnecessary resources to improve page load.

Evidence
{
  "description": "[Avoid chaining critical requests](https://developer.chrome.com/docs/performance/insights/network-dependency-tree) by reducing the length of chains, reducing the download size of resources, or deferring the download of unnecessary resources to improve page load."
}

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 172 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 172 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)"
}

Performance and AccessibilityPerformanceBrowser audit

Loading performance

10 Fail

Check name

Loading performance

Score

62/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": "largest-contentful-paint",
      "title": "Largest Contentful Paint",
      "score": 94,
      "displayValue": "1.0 s",
      "numericValue": 1008.5113384817535
    },
    {
      "id": "server-response-time",
      "title": "Initial server response time was short",
      "score": 100,
      "displayValue": "Root document took 20 ms",
      "numericValue": 17
    },
    {
      "id": "interactive",
      "title": "Time to Interactive",
      "score": 34,
      "displayValue": "5.4 s",
      "numericValue": 5412.971781876049
    },
    {
      "id": "network-rtt",
      "title": "Network Round Trip Times",
      "score": 100,
      "displayValue": "30 ms",
      "numericValue": 28.111229999999995
    },
    {
      "id": "total-blocking-time",
      "title": "Total Blocking Time",
      "score": 1,
      "displayValue": "1,570 ms",
      "numericValue": 1565.4887489222492
    },
    {
      "id": "first-contentful-paint",
      "title": "First Contentful Paint",
      "score": 96,
      "displayValue": "0.8 s",
      "numericValue": 768.0076406004413
    },
    {
      "id": "max-potential-fid",
      "title": "Max Potential First Input Delay",
      "score": 0,
      "displayValue": "1,380 ms",
      "numericValue": 1383
    },
    {
      "id": "speed-index",
      "title": "Speed Index",
      "score": 68,
      "displayValue": "1.9 s",
      "numericValue": 1853.5067047848088
    }
  ]
}

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
53/100Level 3, Bot-AwareCurrent report
Report ID 1622df1f-31de-4328-8d1a-59812b6860f0. Scanned Jun 8, 2026, 3:32 PM.
lucidchart.com AI SEO Report: 53/100 (Level 3, Bot-Aware)