Export Report
OVERALL SCORE
Level 2, Agent-Limited
- AI Discoverability 32 out of 100
- Agent Ease of Use 8 out of 100
- Security & Trust 80 out of 100
- GEO, AIO and AEO 65 out of 100
- SEO 92 out of 100
- Performance and Accessibility 49 out of 100
What AI sees of your website

Transform Your Business With AI | Lucid
Use powerful capabilities in Lucid to document the current state of your business. Keep people and AI agents aligned and moving into the future.
Next step
Turn this report into a fix workflow
23 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.
| Metric | Score | Status | Passed | Failed | Warning | Evidence |
|---|---|---|---|---|---|---|
| AI Discoverability | 32 | Priority fix | 6 | 16 | 1 | View details |
| Discoverability | 33 | Priority fix | 3 | 6 | 0 | View details |
| Content Readiness | 54 | Needs work | 3 | 6 | 1 | View details |
| Bot Access Control | 0 | Priority fix | 0 | 4 | 0 | View details |
| Agent Ease of Use | 8 | Priority fix | 6 | 24 | 0 | View details |
| API | 0 | Priority fix | 0 | 6 | 0 | View details |
| Auth | Not Applicable | Not Applicable | 0 | 4 | 0 | View details |
| MCP | 25 | Priority fix | 2 | 6 | 0 | View details |
| Skill Discovery | 0 | Priority fix | 0 | 8 | 0 | View details |
| Agent Commerce | Not Applicable | Not Applicable | 4 | 0 | 0 | |
| GEO, AIO and AEO | 65 | Needs work | 5 | 3 | 11 | View details |
| GEO Readiness | 77 | Mostly ready | 2 | 0 | 3 | |
| AIO Readiness | 57 | Needs work | 2 | 2 | 3 | View details |
| AEO Readiness | 61 | Needs work | 1 | 1 | 5 | View details |
| SEO | 92 | Strong | 10 | 1 | 0 | View details |
| SEO | 92 | Strong | 10 | 1 | 0 | View details |
| Security & Trust | 80 | Mostly ready | 8 | 1 | 0 | View details |
| Security & Trust | 80 | Mostly ready | 4 | 1 | 0 | View details |
| AI Training Exposure | Not Applicable | Not Applicable | 4 | 0 | 0 | |
| Performance and Accessibility | 49 | Priority fix | 22 | 4 | 1 | View details |
| Performance | 21 | Priority fix | 10 | 4 | 1 | View details |
| Accessibility | 100 | Strong | 12 | 0 | 0 |
Prioritized recommendations
Issues ranked by score impact
44 items need attention
Security & TrustSecurity & TrustEstablished
Content-Security-Policy
Content-Security-Policy is missing or incomplete.
100 Fail
Security & TrustSecurity & TrustEstablished
Content-Security-Policy
Content-Security-Policy is missing or incomplete.
Needs attention
Content-Security-Policy
Issue
Content-Security-Policy is missing or incomplete.
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' https://lucid.app"
}Agent Ease of UseAPIEstablished
API Catalog
API Catalog failed at "Fetch API catalog".
50 Fail
Agent Ease of UseAPIEstablished
API Catalog
API Catalog failed at "Fetch API catalog".
Needs attention
API Catalog
Issue
The API catalog endpoint did not return HTTP 2xx.
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
Fetch API catalog
The API catalog endpoint did not return HTTP 2xx.
Validate RFC 9727 linkset
Response is not valid JSON.
Fetch advertised API catalog targets
API Catalog did not expose any same-origin hrefs to validate.
Evidence
{
"failedStep": "fetch",
"steps": [
{
"id": "fetch",
"title": "Fetch API catalog",
"status": "fail",
"evidence": {
"statusCode": 404,
"contentType": "text/html"
},
"issue": "The API catalog endpoint did not return HTTP 2xx.",
"howToFix": "Publish /.well-known/api-catalog."
},
{
"id": "validate",
"title": "Validate RFC 9727 linkset",
"status": "fail",
"evidence": {
"valid": false,
"compatibleContentType": false,
"issue": "Response is not valid JSON.",
"rawExcerpt": "<!DOCTYPE html><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 5.16.1\"/><meta content=\"0t2qKaKYD9QgArgGCJMB8NsQ66Y-b4goLsNHPBxGG_M\" id=\"google-site-verification\" name=\"google-site-verification\"/><link href=\"/sitemap.xml\" rel=\"sitemap\" type=\"application/xml\"/><link as=\"font\" crossorigin=\"anonymous\" href=\"https://cdn-cashy-static-assets.lucidchart.com/fonts/graphik/Graphik-SuperItalic-Cy-Web.woff2\" id=\"font-graphik-superitalic-cy-web\" rel=\"preload\" type=\"font/woff2\"/><link as=\"font\" crossorigin=\"anonymous\" href=\"https://cdn-cashy-static-assets.lucidchart.com/fonts/graphik/Graphik-Super-Cy-Web.woff2\" id=\"font-graphik-s"
},
"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
Agent Ease of UseAPIEstablished
OpenAPI discovery
OpenAPI discovery failed at "Find valid OpenAPI document".
Needs attention
OpenAPI discovery
Issue
OpenAPI YAML document did not match the expected shape. Content-Type "text/html" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.
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
Find valid OpenAPI document
OpenAPI YAML document did not match the expected shape. Content-Type "text/html" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.
Evidence
{
"failedStep": "fetch",
"steps": [
{
"id": "fetch",
"title": "Find valid OpenAPI document",
"status": "fail",
"evidence": {
"checked": [
{
"path": "/openapi.json",
"statusCode": 404,
"contentType": "text/html",
"valid": false,
"issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html\" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
"compatibleContentType": false,
"format": "yaml",
"version": "",
"pathCount": 0,
"operationCount": 0,
"rawExcerpt": "<!DOCTYPE html><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 5.16.1\"/><meta content=\"0t2qKaKYD9QgArgGCJMB8NsQ66Y-b4goLsNHPBxGG_M\" id=\"google-site-verification\" name=\"google-site-verification\"/><link href=\"/sitemap.xml\" rel=\"sitemap\" type=\"application/xml\"/><link as=\"font\" crossorigin=\"anonymous\" href=\"https://cdn-cashy-static-assets.lucidchart.com/fonts/graphik/Graphik-SuperItalic-Cy-Web.woff2\" id=\"font-graphik-superitalic-cy-web\" rel=\"preload\" type=\"font/woff2\"/><link as=\"font\" crossorigin=\"anonymous\" href=\"https://cdn-cashy-static-assets.lucidchart.com/fonts/graphik/Graphik-Super-Cy-Web.woff2\" id=\"font-graphik-s"
},
{
"path": "/openapi.yaml",
"statusCode": 404,
"contentType": "text/html",
"valid": false,
"issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html\" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
"compatibleContentType": false,
"format": "yaml",
"version": "",
"pathCount": 0,
"operationCount": 0,
"rawExcerpt": "<!DOCTYPE html><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 5.16.1\"/><meta content=\"0t2qKaKYD9QgArgGCJMB8NsQ66Y-b4goLsNHPBxGG_M\" id=\"google-site-verification\" name=\"google-site-verification\"/><link href=\"/sitemap.xml\" rel=\"sitemap\" type=\"application/xml\"/><link as=\"font\" crossorigin=\"anonymous\" href=\"https://cdn-cashy-static-assets.lucidchart.com/fonts/graphik/Graphik-SuperItalic-Cy-Web.woff2\" id=\"font-graphik-superitalic-cy-web\" rel=\"preload\" type=\"font/woff2\"/><link as=\"font\" crossorigin=\"anonymous\" href=\"https://cdn-cashy-static-assets.lucidchart.com/fonts/graphik/Graphik-Super-Cy-Web.woff2\" id=\"font-graphik-s"
},
{
"path": "/swagger.json",
"statusCode": 404,
"contentType": "text/html",
"valid": false,
"issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html\" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
"compatibleContentType": false,
"format": "yaml",
"version": "",
"pathCount": 0,
"operationCount": 0,
"rawExcerpt": "<!DOCTYPE html><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 5.16.1\"/><meta content=\"0t2qKaKYD9QgArgGCJMB8NsQ66Y-b4goLsNHPBxGG_M\" id=\"google-site-verification\" name=\"google-site-verification\"/><link href=\"/sitemap.xml\" rel=\"sitemap\" type=\"application/xml\"/><link as=\"font\" crossorigin=\"anonymous\" href=\"https://cdn-cashy-static-assets.lucidchart.com/fonts/graphik/Graphik-SuperItalic-Cy-Web.woff2\" id=\"font-graphik-superitalic-cy-web\" rel=\"preload\" type=\"font/woff2\"/><link as=\"font\" crossorigin=\"anonymous\" href=\"https://cdn-cashy-static-assets.lucidchart.com/fonts/graphik/Graphik-Super-Cy-Web.woff2\" id=\"font-graphik-s"
},
{
"path": "/swagger.yaml",
"statusCode": 404,
"contentType": "text/html",
"valid": false,
"issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html\" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
"compatibleContentType": false,
"format": "yaml",
"version": "",
"pathCount": 0,
"operationCount": 0,
"rawExcerpt": "<!DOCTYPE html><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 5.16.1\"/><meta content=\"0t2qKaKYD9QgArgGCJMB8NsQ66Y-b4goLsNHPBxGG_M\" id=\"google-site-verification\" name=\"google-site-verification\"/><link href=\"/sitemap.xml\" rel=\"sitemap\" type=\"application/xml\"/><link as=\"font\" crossorigin=\"anonymous\" href=\"https://cdn-cashy-static-assets.lucidchart.com/fonts/graphik/Graphik-SuperItalic-Cy-Web.woff2\" id=\"font-graphik-superitalic-cy-web\" rel=\"preload\" type=\"font/woff2\"/><link as=\"font\" crossorigin=\"anonymous\" href=\"https://cdn-cashy-static-assets.lucidchart.com/fonts/graphik/Graphik-Super-Cy-Web.woff2\" id=\"font-graphik-s"
},
{
"path": "/api/openapi.json",
"statusCode": 404,
"contentType": "text/html",
"valid": false,
"issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html\" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
"compatibleContentType": false,
"format": "yaml",
"version": "",
"pathCount": 0,
"operationCount": 0,
"rawExcerpt": "<!DOCTYPE html><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 5.16.1\"/><meta content=\"0t2qKaKYD9QgArgGCJMB8NsQ66Y-b4goLsNHPBxGG_M\" id=\"google-site-verification\" name=\"google-site-verification\"/><link href=\"/sitemap.xml\" rel=\"sitemap\" type=\"application/xml\"/><link as=\"font\" crossorigin=\"anonymous\" href=\"https://cdn-cashy-static-assets.lucidchart.com/fonts/graphik/Graphik-SuperItalic-Cy-Web.woff2\" id=\"font-graphik-superitalic-cy-web\" rel=\"preload\" type=\"font/woff2\"/><link as=\"font\" crossorigin=\"anonymous\" href=\"https://cdn-cashy-static-assets.lucidchart.com/fonts/graphik/Graphik-Super-Cy-Web.woff2\" id=\"font-graphik-s"
},
{
"path": "/api/swagger.json",
"statusCode": 404,
"contentType": "text/html",
"valid": false,
"issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html\" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
"compatibleContentType": false,
"format": "yaml",
"version": "",
"pathCount": 0,
"operationCount": 0,
"rawExcerpt": "<!DOCTYPE html><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 5.16.1\"/><meta content=\"0t2qKaKYD9QgArgGCJMB8NsQ66Y-b4goLsNHPBxGG_M\" id=\"google-site-verification\" name=\"google-site-verification\"/><link href=\"/sitemap.xml\" rel=\"sitemap\" type=\"application/xml\"/><link as=\"font\" crossorigin=\"anonymous\" href=\"https://cdn-cashy-static-assets.lucidchart.com/fonts/graphik/Graphik-SuperItalic-Cy-Web.woff2\" id=\"font-graphik-superitalic-cy-web\" rel=\"preload\" type=\"font/woff2\"/><link as=\"font\" crossorigin=\"anonymous\" href=\"https://cdn-cashy-static-assets.lucidchart.com/fonts/graphik/Graphik-Super-Cy-Web.woff2\" id=\"font-graphik-s"
},
{
"path": "/docs/openapi.json",
"statusCode": 404,
"contentType": "text/html",
"valid": false,
"issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html\" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
"compatibleContentType": false,
"format": "yaml",
"version": "",
"pathCount": 0,
"operationCount": 0,
"rawExcerpt": "<!DOCTYPE html><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 5.16.1\"/><meta content=\"0t2qKaKYD9QgArgGCJMB8NsQ66Y-b4goLsNHPBxGG_M\" id=\"google-site-verification\" name=\"google-site-verification\"/><link href=\"/sitemap.xml\" rel=\"sitemap\" type=\"application/xml\"/><link as=\"font\" crossorigin=\"anonymous\" href=\"https://cdn-cashy-static-assets.lucidchart.com/fonts/graphik/Graphik-SuperItalic-Cy-Web.woff2\" id=\"font-graphik-superitalic-cy-web\" rel=\"preload\" type=\"font/woff2\"/><link as=\"font\" crossorigin=\"anonymous\" href=\"https://cdn-cashy-static-assets.lucidchart.com/fonts/graphik/Graphik-Super-Cy-Web.woff2\" id=\"font-graphik-s"
}
]
},
"issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html\" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
"howToFix": "Publish a valid OpenAPI 3.x or Swagger 2.0 JSON/YAML document with info, paths, operations, and responses."
}
]
}AI DiscoverabilityBot Access ControlEstablished
AI bot rules in robots.txt
AI bot rules in robots.txt is missing or incomplete.
33 Fail
AI DiscoverabilityBot Access ControlEstablished
AI bot rules in robots.txt
AI bot rules in robots.txt is missing or incomplete.
Needs attention
AI bot rules in robots.txt
Issue
No specific User-agent rules found for major AI crawlers (GPTBot, ClaudeBot, etc.) in robots.txt.
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
AI DiscoverabilityBot Access ControlInformational
Content Signal
Content Signal is missing or incomplete.
Needs attention
Content Signal
Issue
No Content Signal found in robots.txt
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
}AI DiscoverabilityContent ReadinessEmerging recommendation
llms.txt
llms.txt failed at "Fetch to find resource".
33 Fail
AI DiscoverabilityContent ReadinessEmerging recommendation
llms.txt
llms.txt failed at "Fetch to find resource".
Needs attention
llms.txt
Issue
llms.txt was not found at the expected path.
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
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",
"length": 390270
},
{
"path": "/llms-full.txt",
"statusCode": 404,
"contentType": "text/html",
"length": 390270
}
]
},
"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".
33 Fail
AI DiscoverabilityContent ReadinessEstablished
Markdown negotiation
Markdown negotiation failed at "Markdown content type".
Needs attention
Markdown negotiation
Issue
Content-Type "text/html" does not indicate Markdown when requested with Accept: text/markdown.
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
Markdown content type
Content-Type "text/html" does not indicate Markdown when requested with Accept: text/markdown.
Vary: Accept header
Markdown negotiation is missing Vary: Accept; current Vary header is "Accept-Encoding".
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": 81339,
"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."
}
]
}Agent Ease of UseMCPEmerging recommendation
MCP Server Card
MCP Server Card failed at "Fetch to find resource".
33 Fail
Agent Ease of UseMCPEmerging recommendation
MCP Server Card
MCP Server Card failed at "Fetch to find resource".
Needs attention
MCP Server Card
Issue
MCP Server Card was not found at the expected path.
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
Fetch to find resource
MCP Server Card was not found at the expected path.
Evidence
{
"failedStep": "fetch",
"steps": [
{
"id": "fetch",
"title": "Fetch to find resource",
"status": "fail",
"evidence": {
"checked": [
{
"path": "/.well-known/mcp/server-card.json",
"statusCode": 404,
"contentType": "text/html",
"length": 390270
},
{
"path": "/.well-known/mcp/server-cards.json",
"statusCode": 404,
"contentType": "text/html",
"length": 390270
},
{
"path": "/.well-known/mcp.json",
"statusCode": 404,
"contentType": "text/html",
"length": 390270
}
]
},
"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
Agent Ease of UseMCPEmerging recommendation
mcp.json
mcp.json failed at "Fetch to find resource".
Needs attention
mcp.json
Issue
mcp.json was not found at the expected path.
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
Fetch to find resource
mcp.json was not found at the expected path.
Evidence
{
"failedStep": "fetch",
"steps": [
{
"id": "fetch",
"title": "Fetch to find resource",
"status": "fail",
"evidence": {
"checked": [
{
"path": "/mcp.json",
"statusCode": 404,
"contentType": "text/html",
"length": 390270
},
{
"path": "/.well-known/mcp.json",
"statusCode": 404,
"contentType": "text/html",
"length": 390270
},
{
"path": "/.well-known/mcp/server-card.json",
"statusCode": 404,
"contentType": "text/html",
"length": 390270
}
]
},
"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
AI DiscoverabilityBot Access ControlInformational
Web Bot Auth request signing
Web Bot Auth request signing failed at "Fetch to find resource".
Needs attention
Web Bot Auth request signing
Issue
Web Bot Auth request signing was not found at the expected path.
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
Fetch to find resource
Web Bot Auth request signing was not found at the expected path.
Evidence
{
"failedStep": "fetch",
"steps": [
{
"id": "fetch",
"title": "Fetch to find resource",
"status": "fail",
"evidence": {
"checked": [
{
"path": "/.well-known/http-message-signatures-directory",
"statusCode": 404,
"contentType": "text/html",
"length": 390270
}
]
},
"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
Agent Ease of UseMCPInformational
WebMCP manifest
WebMCP manifest failed at "Fetch to find resource".
Needs attention
WebMCP manifest
Issue
WebMCP manifest was not found at the expected path.
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
Fetch to find resource
WebMCP manifest was not found at the expected path.
Evidence
{
"failedStep": "fetch",
"steps": [
{
"id": "fetch",
"title": "Fetch to find resource",
"status": "fail",
"evidence": {
"checked": [
{
"path": "/.well-known/webmcp.json",
"statusCode": 404,
"contentType": "text/html",
"length": 390270
},
{
"path": "/webmcp.json",
"statusCode": 404,
"contentType": "text/html",
"length": 390270
},
{
"path": "/mcp.json",
"statusCode": 404,
"contentType": "text/html",
"length": 390270
}
]
},
"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
Agent Ease of UseSkill DiscoveryEmerging recommendation
A2A Agent Card
A2A Agent Card failed at "Fetch to find resource".
Needs attention
A2A Agent Card
Issue
A2A Agent Card was not found at the expected path.
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
Fetch to find resource
A2A Agent Card was not found at the expected path.
Evidence
{
"failedStep": "fetch",
"steps": [
{
"id": "fetch",
"title": "Fetch to find resource",
"status": "fail",
"evidence": {
"checked": [
{
"path": "/.well-known/agent-card.json",
"statusCode": 404,
"contentType": "text/html",
"length": 390270
},
{
"path": "/.well-known/a2a/agent-card.json",
"statusCode": 404,
"contentType": "text/html",
"length": 390270
},
{
"path": "/agent-card.json",
"statusCode": 404,
"contentType": "text/html",
"length": 390270
}
]
},
"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
Agent Ease of UseSkill DiscoveryEmerging recommendation
Agent Skills index
Agent Skills index failed at "Fetch to find resource".
Needs attention
Agent Skills index
Issue
Agent Skills index was not found at the expected path.
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
Fetch to find resource
Agent Skills index was not found at the expected path.
Evidence
{
"failedStep": "fetch",
"steps": [
{
"id": "fetch",
"title": "Fetch to find resource",
"status": "fail",
"evidence": {
"checked": [
{
"path": "/.well-known/agent-skills/index.json",
"statusCode": 404,
"contentType": "text/html",
"length": 390270
},
{
"path": "/.well-known/skills/index.json",
"statusCode": 404,
"contentType": "text/html",
"length": 390270
}
]
},
"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
Agent Ease of UseSkill DiscoveryEmerging recommendation
agent.json
agent.json failed at "Fetch to find resource".
Needs attention
agent.json
Issue
agent.json was not found at the expected path.
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
Fetch to find resource
agent.json was not found at the expected path.
Evidence
{
"failedStep": "fetch",
"steps": [
{
"id": "fetch",
"title": "Fetch to find resource",
"status": "fail",
"evidence": {
"checked": [
{
"path": "/.well-known/agent.json",
"statusCode": 404,
"contentType": "text/html",
"length": 390270
},
{
"path": "/agent.json",
"statusCode": 404,
"contentType": "text/html",
"length": 390270
}
]
},
"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
Agent Ease of UseSkill DiscoveryInformational
agents.json
agents.json failed at "Fetch to find resource".
Needs attention
agents.json
Issue
agents.json was not found at the expected path.
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
Fetch to find resource
agents.json was not found at the expected path.
Evidence
{
"failedStep": "fetch",
"steps": [
{
"id": "fetch",
"title": "Fetch to find resource",
"status": "fail",
"evidence": {
"checked": [
{
"path": "/.well-known/agents.json",
"statusCode": 404,
"contentType": "text/html",
"length": 390270
},
{
"path": "/agents.json",
"statusCode": 404,
"contentType": "text/html",
"length": 390270
}
]
},
"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
AI DiscoverabilityDiscoverabilityEstablished
High-value schema types
High-value schema types is missing or incomplete.
Needs attention
High-value schema types
Issue
No high-value schema types (e.g. Article, Product, Service) were found.
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
AI DiscoverabilityDiscoverabilityEstablished
JSON-LD present
JSON-LD present is missing or incomplete.
Needs attention
JSON-LD present
Issue
No JSON-LD blocks found.
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
AI DiscoverabilityDiscoverabilityEstablished
Link headers
Link headers failed at "Find useful Link headers".
Needs attention
Link headers
Issue
No useful agent discovery Link headers were found.
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
Find useful Link headers
No useful agent discovery Link headers were found.
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 DiscoverabilityDiscoverabilityEstablished
Organization / WebSite schema
Organization / WebSite schema is missing or incomplete.
25 Fail
AI DiscoverabilityDiscoverabilityEstablished
Organization / WebSite schema
Organization / WebSite schema is missing or incomplete.
Needs attention
Organization / WebSite schema
Issue
Neither Organization nor WebSite schema types were found in JSON-LD.
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
Content freshness signals
Content freshness signals is partially implemented.
25 Warning
AI DiscoverabilityContent ReadinessEstablished
Content freshness signals
Content freshness signals is partially implemented.
Needs attention
Content freshness signals
Issue
Content freshness signals are incomplete: missing dateModified/datePublished in JSON-LD; missing meta or <time> freshness tags.
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": "Thu, 04 Jun 2026 21:40:23 GMT",
"schemaDates": [],
"metaDateCount": 0,
"timeDateCount": 0
}GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
GEO: Extraction-friendly structure
GEO: Extraction-friendly structure scored 50/100 and needs improvement.
10 Warning
GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
GEO: Extraction-friendly structure
GEO: Extraction-friendly structure scored 50/100 and needs improvement.
Needs attention
GEO: Extraction-friendly structure
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
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
AIO: Visible structured data match
AIO: Visible structured data match scored 0/100 and needs a fix.
10 Fail
GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AIO: Visible structured data match
AIO: Visible structured data match scored 0/100 and needs a fix.
Needs attention
AIO: Visible structured data match
Issue
No JSON-LD structured data was detected.
Details
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
GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AIO: Source and trust signals
AIO: Source and trust signals scored 40/100 and needs a fix.
Needs attention
AIO: Source and trust signals
Issue
Missing AIO trust signals: author, publisher, freshnessDate.
Details
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": "/about",
"text": "About us",
"html": "<a tabindex=\"-1\" data-element-page-location=\"body\" data-element-type=\"link\" data-link-as-link=\"true\" hreflang=\"en\" lang=\"en\" class=\"link link--variant_navLinkDropdown link--underline_none\" data-link-as-gatsby=\"true\" href=\"/about\">About us</a>"
},
{
"href": "/enterprise",
"text": "Learn more about Lucid for enterprises",
"html": "<a aria-label=\"Learn more about Lucid for enterprises - The standard for enterprises\" data-element-page-location=\"body\" data-element-type=\"link\" data-link-as-link=\"true\" hreflang=\"en\" lang=\"en\" class=\"link link--variant_primary link--underline_none fs_fs20\" data-link-as-gatsby=\"true\" href=\"/enterprise\"><span class>Learn more about Lucid for enterprises<span class=\"white-space_nowrap\"><span class=\"pos_relative fs_0.9em ml_0.5em d_inline-flex c_inherit ai_flex-end [&_span]:h_unset\" style=\"t..."
},
{
"href": "/about",
"text": "About us",
"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=\"/about\">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?anonId=0.38ce1d2419e95f4db0a&sessionDate=2026-06-05T04%3A05%3A12.600Z&sessionId=0.7b5915e19e95f4db16",
"text": "Help Center",
"html": "<a tabindex=\"-1\" data-element-page-location=\"body\" data-element-type=\"link\" class=\"link link--variant_navLinkDropdown link--underline_none\" data-link-as-link=\"true\" href=\"https://help.lucid.co/hc?anonId=0.38ce1d2419e95f4db0a&sessionDate=2026-06-05T04%3A05%3A12.600Z&sessionId=0.7b5915e19e95f4db16\" hreflang=\"en\" lang=\"en\">Help Center</a>"
},
{
"href": "/contact-us",
"text": "Contact us",
"html": "<a tabindex=\"-1\" data-element-page-location=\"body\" data-element-type=\"link\" data-link-as-link=\"true\" hreflang=\"en\" lang=\"en\" class=\"link link--variant_navLinkDropdown link--underline_none\" data-link-as-gatsby=\"true\" href=\"/contact-us\">Contact us</a>"
},
{
"href": "/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\" data-link-as-gatsby=\"true\" href=\"/contact/contact-sales\">Contact sales</a>"
},
{
"href": "/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\" data-link-as-gatsby=\"true\" href=\"/contact/contact-sales\">Contact sales</a>"
},
{
"href": "/contact/contact-sales",
"text": "Contact sales",
"html": "<a data-element-page-location=\"body\" data-element-type=\"link\" data-link-as-button=\"true\" hreflang=\"en\" lang=\"en\" class=\"link link--variant_primary link--underline_none button button--variant_primary button--size_medium m_{spacing.s64}_auto mt_s24 fs_fs20\" data-link-as-gatsby=\"true\" href=\"/contact/contact-sales\">Contact sales</a>"
},
{
"href": "/contact/contact-sales",
"text": "Contact sales",
"html": "<a 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 mt_s40\" data-link-as-gatsby=\"true\" href=\"/contact/contact-sales\">Contact sales</a>"
},
{
"href": "/contact/contact-sales",
"text": "Contact Sales",
"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=\"/contact/contact-sales\">Contact Sales</a>"
},
{
"href": "/contact-us",
"text": "Contact us",
"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=\"/contact-us\">Contact us</a>"
},
{
"href": "https://help.lucid.co/hc/en-us?anonId=0.38ce1d2419e95f4db0a&sessionDate=2026-06-05T04%3A05%3A12.600Z&sessionId=0.7b5915e19e95f4db16",
"text": "Support",
"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?anonId=0.38ce1d2419e95f4db0a&sessionDate=2026-06-05T04%3A05%3A12.600Z&sessionId=0.7b5915e19e95f4db16\" hreflang=\"en\" lang=\"en\">Support</a>"
},
{
"href": "/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=\"/contact/newsletter\">Newsletter</a>"
}
],
"privacyLinks": [
{
"href": "/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=\"/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": "/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=\"/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\" loading=\"lazy\" src..."
}
],
"score": 40,
"weight": 20
}GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AEO: Answer evidence and trust
AEO: Answer evidence and trust scored 40/100 and needs a fix.
5 Fail
GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AEO: Answer evidence and trust
AEO: Answer evidence and trust scored 40/100 and needs a fix.
Needs attention
AEO: Answer evidence and trust
Issue
Missing AIO trust signals: author, publisher, freshnessDate.
Details
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": "/about",
"text": "About us",
"html": "<a tabindex=\"-1\" data-element-page-location=\"body\" data-element-type=\"link\" data-link-as-link=\"true\" hreflang=\"en\" lang=\"en\" class=\"link link--variant_navLinkDropdown link--underline_none\" data-link-as-gatsby=\"true\" href=\"/about\">About us</a>"
},
{
"href": "/enterprise",
"text": "Learn more about Lucid for enterprises",
"html": "<a aria-label=\"Learn more about Lucid for enterprises - The standard for enterprises\" data-element-page-location=\"body\" data-element-type=\"link\" data-link-as-link=\"true\" hreflang=\"en\" lang=\"en\" class=\"link link--variant_primary link--underline_none fs_fs20\" data-link-as-gatsby=\"true\" href=\"/enterprise\"><span class>Learn more about Lucid for enterprises<span class=\"white-space_nowrap\"><span class=\"pos_relative fs_0.9em ml_0.5em d_inline-flex c_inherit ai_flex-end [&_span]:h_unset\" style=\"t..."
},
{
"href": "/about",
"text": "About us",
"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=\"/about\">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?anonId=0.38ce1d2419e95f4db0a&sessionDate=2026-06-05T04%3A05%3A12.600Z&sessionId=0.7b5915e19e95f4db16",
"text": "Help Center",
"html": "<a tabindex=\"-1\" data-element-page-location=\"body\" data-element-type=\"link\" class=\"link link--variant_navLinkDropdown link--underline_none\" data-link-as-link=\"true\" href=\"https://help.lucid.co/hc?anonId=0.38ce1d2419e95f4db0a&sessionDate=2026-06-05T04%3A05%3A12.600Z&sessionId=0.7b5915e19e95f4db16\" hreflang=\"en\" lang=\"en\">Help Center</a>"
},
{
"href": "/contact-us",
"text": "Contact us",
"html": "<a tabindex=\"-1\" data-element-page-location=\"body\" data-element-type=\"link\" data-link-as-link=\"true\" hreflang=\"en\" lang=\"en\" class=\"link link--variant_navLinkDropdown link--underline_none\" data-link-as-gatsby=\"true\" href=\"/contact-us\">Contact us</a>"
},
{
"href": "/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\" data-link-as-gatsby=\"true\" href=\"/contact/contact-sales\">Contact sales</a>"
},
{
"href": "/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\" data-link-as-gatsby=\"true\" href=\"/contact/contact-sales\">Contact sales</a>"
},
{
"href": "/contact/contact-sales",
"text": "Contact sales",
"html": "<a data-element-page-location=\"body\" data-element-type=\"link\" data-link-as-button=\"true\" hreflang=\"en\" lang=\"en\" class=\"link link--variant_primary link--underline_none button button--variant_primary button--size_medium m_{spacing.s64}_auto mt_s24 fs_fs20\" data-link-as-gatsby=\"true\" href=\"/contact/contact-sales\">Contact sales</a>"
},
{
"href": "/contact/contact-sales",
"text": "Contact sales",
"html": "<a 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 mt_s40\" data-link-as-gatsby=\"true\" href=\"/contact/contact-sales\">Contact sales</a>"
},
{
"href": "/contact/contact-sales",
"text": "Contact Sales",
"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=\"/contact/contact-sales\">Contact Sales</a>"
},
{
"href": "/contact-us",
"text": "Contact us",
"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=\"/contact-us\">Contact us</a>"
},
{
"href": "https://help.lucid.co/hc/en-us?anonId=0.38ce1d2419e95f4db0a&sessionDate=2026-06-05T04%3A05%3A12.600Z&sessionId=0.7b5915e19e95f4db16",
"text": "Support",
"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?anonId=0.38ce1d2419e95f4db0a&sessionDate=2026-06-05T04%3A05%3A12.600Z&sessionId=0.7b5915e19e95f4db16\" hreflang=\"en\" lang=\"en\">Support</a>"
},
{
"href": "/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=\"/contact/newsletter\">Newsletter</a>"
}
],
"privacyLinks": [
{
"href": "/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=\"/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": "/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=\"/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\" loading=\"lazy\" src..."
}
],
"score": 40,
"weight": 22
}GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
GEO: Explanatory content depth
GEO: Explanatory content depth scored 75/100 and needs improvement.
4 Warning
GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
GEO: Explanatory content depth
GEO: Explanatory content depth scored 75/100 and needs improvement.
Needs attention
GEO: Explanatory content depth
Issue
No substantial explanatory paragraphs were found.
Details
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: Answer-first sections
AEO: Answer-first sections scored 65/100 and needs improvement.
4 Warning
GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AEO: Answer-first sections
AEO: Answer-first sections scored 65/100 and needs improvement.
Needs attention
AEO: Answer-first sections
Issue
30 section(s) may benefit from a clearer opening answer; this is optional for feature/card sections.
Details
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": "Provide deep context for agentic AI",
"headingHtml": "<h2 data-element-page-location=\"body\" data-element-type=\"heading\" class=\"textStyle_hero.3xl.200 layerStyle_hero.3xl.200 hasDarkBackground:c_white dark:c_white max-w_1024px c_white m_{spacing.s32}_auto ta_center ff_graphikWide mt_0 tw_wrap highlightedText:c_teal.20 highlightedText:fw_fw900\"><span class=\"nonHighlightedText\" data-highlighted=\"false\">Provide deep context for </span><span data-highlighted=\"true\">agentic AI</span></h2>",
"firstParagraph": "Share AI-powered documentation to keep people and AI agents aligned and moving into the future.",
"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_490px m_0_auto c_white ta_center\">Share AI-powered documentation to keep people and AI agents aligned and moving into the future.</p>",
"words": 15,
"direct": false,
"issue": "First paragraph is 15 words and does not look like a concise direct answer."
},
{
"heading": "Work acceleration for every team",
"headingHtml": "<h2 style=\"color:#3C41C2\" data-element-page-location=\"body\" data-element-type=\"heading\" class=\"textStyle_heading.2xl layerStyle_heading.2xl hasDarkBackground:c_white dark:c_white mb_s24 min500:mb_s40\">Work acceleration for every team</h2>",
"firstParagraph": "Connect the right people, processes, data, and systems across every workflow.",
"paragraphHtml": "<p style=\"color:#282C33\" data-element-page-location=\"body\" data-element-type=\"text\" class=\"textStyle_paragraph.l.400 layerStyle_paragraph.l.400 hasDarkBackground:c_white dark:c_white max-w_740px mb_s80\">Connect the right people, processes, data, and systems across every workflow.</p>",
"words": 11,
"direct": false,
"issue": "First paragraph is 11 words and does not look like a concise direct answer."
},
{
"heading": "Engineering",
"headingHtml": "<h3 data-element-page-location=\"body\" data-element-type=\"heading\" class=\"textStyle_heading.m layerStyle_heading.m hasDarkBackground:c_white dark:c_white m_0 fw_fw500\">Engineering</h3>",
"firstParagraph": "Development teams use Lucid for:",
"paragraphHtml": "<p data-element-page-location=\"body\" data-element-type=\"text\" class=\"textStyle_paragraph.s.400 layerStyle_paragraph.s.400 hasDarkBackground:c_white dark:c_white c_coolGrey.100 mb_s12\">Development teams use Lucid for:</p>",
"words": 5,
"direct": false,
"issue": "First paragraph is 5 words and does not look like a concise direct answer."
},
{
"heading": "IT",
"headingHtml": "<h3 data-element-page-location=\"body\" data-element-type=\"heading\" class=\"textStyle_heading.m layerStyle_heading.m hasDarkBackground:c_white dark:c_white m_0 fw_fw500\">IT</h3>",
"firstParagraph": "IT and DevOps teams use Lucid for:",
"paragraphHtml": "<p data-element-page-location=\"body\" data-element-type=\"text\" class=\"textStyle_paragraph.s.400 layerStyle_paragraph.s.400 hasDarkBackground:c_white dark:c_white c_coolGrey.100 mb_s12\">IT and DevOps teams use Lucid for:</p>",
"words": 7,
"direct": false,
"issue": "First paragraph is 7 words and does not look like a concise direct answer."
},
{
"heading": "Product and UX",
"headingHtml": "<h3 data-element-page-location=\"body\" data-element-type=\"heading\" class=\"textStyle_heading.m layerStyle_heading.m hasDarkBackground:c_white dark:c_white m_0 fw_fw500\">Product and UX</h3>",
"firstParagraph": "Research and design teams use Lucid for:",
"paragraphHtml": "<p data-element-page-location=\"body\" data-element-type=\"text\" class=\"textStyle_paragraph.s.400 layerStyle_paragraph.s.400 hasDarkBackground:c_white dark:c_white c_coolGrey.100 mb_s12\">Research and design teams use Lucid for:</p>",
"words": 7,
"direct": false,
"issue": "First paragraph is 7 words and does not look like a concise direct answer."
},
{
"heading": "Project management",
"headingHtml": "<h3 data-element-page-location=\"body\" data-element-type=\"heading\" class=\"textStyle_heading.m layerStyle_heading.m hasDarkBackground:c_white dark:c_white m_0 fw_fw500\">Project management</h3>",
"firstParagraph": "Logistical teams use Lucid for:",
"paragraphHtml": "<p data-element-page-location=\"body\" data-element-type=\"text\" class=\"textStyle_paragraph.s.400 layerStyle_paragraph.s.400 hasDarkBackground:c_white dark:c_white c_coolGrey.100 mb_s12\">Logistical teams use Lucid for:</p>",
"words": 5,
"direct": false,
"issue": "First paragraph is 5 words and does not look like a concise direct answer."
},
{
"heading": "General and administrative",
"headingHtml": "<h3 data-element-page-location=\"body\" data-element-type=\"heading\" class=\"textStyle_heading.m layerStyle_heading.m hasDarkBackground:c_white dark:c_white m_0 fw_fw500\">General and administrative</h3>",
"firstParagraph": "Ops, HR, finance, and exec teams use Lucid for:",
"paragraphHtml": "<p data-element-page-location=\"body\" data-element-type=\"text\" class=\"textStyle_paragraph.s.400 layerStyle_paragraph.s.400 hasDarkBackground:c_white dark:c_white c_coolGrey.100 mb_s12\">Ops, HR, finance, and exec teams use Lucid for:</p>",
"words": 9,
"direct": false,
"issue": "First paragraph is 9 words and does not look like a concise direct answer."
},
{
"heading": "Go-to-market",
"headingHtml": "<h3 data-element-page-location=\"body\" data-element-type=\"heading\" class=\"textStyle_heading.m layerStyle_heading.m hasDarkBackground:c_white dark:c_white m_0 fw_fw500\">Go-to-market</h3>",
"firstParagraph": "Revenue teams use Lucid for:",
"paragraphHtml": "<p data-element-page-location=\"body\" data-element-type=\"text\" class=\"textStyle_paragraph.s.400 layerStyle_paragraph.s.400 hasDarkBackground:c_white dark:c_white c_coolGrey.100 mb_s12\">Revenue teams use Lucid for:</p>",
"words": 5,
"direct": false,
"issue": "First paragraph is 5 words and does not look like a concise direct answer."
},
{
"heading": "Purpose-built solutions",
"headingHtml": "<h2 data-element-page-location=\"body\" data-element-type=\"heading\" class=\"textStyle_hero.2xl.700 layerStyle_hero.2xl.700 hasDarkBackground:c_white dark:c_white w_100% c_indigo.80\">Purpose-built solutions</h2>",
"firstParagraph": "Move seamlessly from strategy to planning and execution.",
"paragraphHtml": "<p data-element-page-location=\"body\" data-element-type=\"text\" class=\"textStyle_paragraph.l.400 layerStyle_paragraph.l.400 hasDarkBackground:c_white dark:c_white mt_s16\">Move seamlessly from strategy to planning and execution.</p>",
"words": 8,
"direct": false,
"issue": "First paragraph is 8 words and does not look like a concise direct answer."
},
{
"heading": "Products",
"headingHtml": "<h3 data-element-page-location=\"body\" data-element-type=\"text\" class=\"textStyle_paragraph.l.400 layerStyle_paragraph.l.400 hasDarkBackground:c_white dark:c_white w_100% ff_graphikWide\">Products</h3>",
"firstParagraph": "Lucidchart",
"paragraphHtml": "<p data-element-page-location=\"body\" data-element-type=\"text\" class=\"textStyle_label.xs.400 layerStyle_label.xs.400 hasDarkBackground:c_white dark:c_white mb_-s16\">Lucidchart</p>",
"words": 1,
"direct": false,
"issue": "First paragraph is 1 words and does not look like a concise direct answer."
},
{
"heading": "Intelligent diagramming",
"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\">Intelligent diagramming</h3>",
"firstParagraph": "Visualize complex ideas, systems, and processes. Build next-generation diagrams with AI, data, and automation.",
"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 complex ideas, systems, and processes. Build next-generation diagrams with AI, data, and automation.</p>",
"words": 14,
"direct": false,
"issue": "First paragraph is 14 words and does not look like a concise direct answer."
},
{
"heading": "Virtual whiteboarding",
"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\">Virtual whiteboarding</h3>",
"firstParagraph": "Ideate, design, and move into action. Maximize team connection, collaboration, and creativity in a virtual space.",
"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\">Ideate, design, and move into action. Maximize team connection, collaboration, and creativity in a virtual space.</p>",
"words": 16,
"direct": false,
"issue": "First paragraph is 16 words and does not look like a concise direct answer."
},
{
"heading": "Product management and roadmapping",
"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\">Product management and roadmapping</h3>",
"firstParagraph": "Unite product teams around a single source of truth. Make smarter decisions, and confidently build the right products.",
"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\">Unite product teams around a single source of truth. Make smarter decisions, and confidently build the right products.</p>",
"words": 18,
"direct": false,
"issue": "First paragraph is 18 words and does not look like a concise direct answer."
},
{
"heading": "Add-ons",
"headingHtml": "<h3 data-element-page-location=\"body\" data-element-type=\"text\" class=\"textStyle_paragraph.l.400 layerStyle_paragraph.l.400 hasDarkBackground:c_white dark:c_white w_100% ff_graphikWide\">Add-ons</h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Process Accelerator",
"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 pt_s24\">Process Accelerator</h3>",
"firstParagraph": "Improve governance and standardization of process documentation.",
"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 my_0 lc_3 pb_0.1em\">Improve governance and standardization of process documentation.</p>",
"words": 7,
"direct": false,
"issue": "First paragraph is 7 words and does not look like a concise direct answer."
},
{
"heading": "Cloud Accelerator",
"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 pt_s24\">Cloud Accelerator</h3>",
"firstParagraph": "Better understand and plan future changes to your cloud infrastructure.",
"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 my_0 lc_3 pb_0.1em\">Better understand and plan future changes to your cloud infrastructure.</p>",
"words": 10,
"direct": false,
"issue": "First paragraph is 10 words and does not look like a concise direct answer."
},
{
"heading": "Enterprise Shield",
"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 pt_s24\">Enterprise Shield</h3>",
"firstParagraph": "Enforce your internal security and compliance standards at scale.",
"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 my_0 lc_3 pb_0.1em\">Enforce your internal security and compliance standards at scale.</p>",
"words": 9,
"direct": false,
"issue": "First paragraph is 9 words and does not look like a concise direct answer."
},
{
"heading": "The standard for enterprises",
"headingHtml": "<h2 data-element-page-location=\"body\" data-element-type=\"heading\" class=\"textStyle_hero.2xl.700 layerStyle_hero.2xl.700 hasDarkBackground:c_white dark:c_white w_100% c_coolGrey.100 highlightedText:c_teal.20\">The standard for enterprises</h2>",
"firstParagraph": "Security. Create a safe environment for collaboration with Lucid’s compliant platform and proactive approach to security.",
"paragraphHtml": "<p data-element-page-location=\"body\" data-element-type=\"text\" class=\"textStyle_paragraph.l.400 layerStyle_paragraph.l.400 hasDarkBackground:c_white dark:c_white c_coolGrey.100 mb_s24 highlightedText:fw_fw700\"><span data-highlighted=\"true\">Security.</span><span class=\"nonHighlightedText\" data-highlighted=\"false\"> Create a safe environment for collaboration with Lucid’s compliant platform and proactive approach to security.</span></p>",
"words": 17,
"direct": false,
"issue": "First paragraph is 17 words and does not look like a concise direct answer."
},
{
"heading": "Connected tools across the board",
"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\">Connected tools across the board</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 most used platform of its kind",
"headingHtml": "<h2 data-element-page-location=\"body\" data-element-type=\"heading\" class=\"textStyle_hero.2xl.700 layerStyle_hero.2xl.700 hasDarkBackground:c_white dark:c_white c_white\">The most used platform of its kind</h2>",
"firstParagraph": "We made the most intelligent, complete, and connected platform for work acceleration and visual collaboration—but our customers made it the most used.",
"paragraphHtml": "<p data-element-page-location=\"body\" data-element-type=\"text\" class=\"textStyle_paragraph.l.400 layerStyle_paragraph.l.400 hasDarkBackground:c_white dark:c_white mt_s16 max-w_740px c_white\">We made the most intelligent, complete, and connected platform for work acceleration and visual collaboration—but our customers made it the most used.</p>",
"words": 23,
"direct": false,
"issue": "First paragraph is 23 words and does not look like a concise direct answer."
},
{
"heading": "100M+",
"headingHtml": "<h3 style=\"--stat-color:#CDCCFF\" data-element-page-location=\"body\" data-element-type=\"heading\" class=\"textStyle_hero.4xl.700 layerStyle_hero.4xl.700 hasDarkBackground:c_white dark:c_white m_0 c_var(--stat-color) fs_fs40 min500:fs_fs64 langES:fs_fs32 langSV:fs_fs32 langPT:fs_fs32\">100M+</h3>",
"firstParagraph": "individual users",
"paragraphHtml": "<p data-element-page-location=\"body\" data-element-type=\"text\" class=\"textStyle_paragraph.l.400 layerStyle_paragraph.l.400 hasDarkBackground:c_white dark:c_white ta_center m_0 mt_s12 c_white ff_graphikWide\">individual users</p>",
"words": 2,
"direct": false,
"issue": "First paragraph is 2 words and does not look like a concise direct answer."
},
{
"heading": "99%",
"headingHtml": "<h3 style=\"--stat-color:#CDCCFF\" data-element-page-location=\"body\" data-element-type=\"heading\" class=\"textStyle_hero.4xl.700 layerStyle_hero.4xl.700 hasDarkBackground:c_white dark:c_white m_0 c_var(--stat-color) fs_fs40 min500:fs_fs64 langES:fs_fs32 langSV:fs_fs32 langPT:fs_fs32\">99%</h3>",
"firstParagraph": "of Fortune 500",
"paragraphHtml": "<p data-element-page-location=\"body\" data-element-type=\"text\" class=\"textStyle_paragraph.l.400 layerStyle_paragraph.l.400 hasDarkBackground:c_white dark:c_white ta_center m_0 mt_s12 c_white ff_graphikWide\">of Fortune 500</p>",
"words": 3,
"direct": false,
"issue": "First paragraph is 3 words and does not look like a concise direct answer."
},
{
"heading": "180+",
"headingHtml": "<h3 style=\"--stat-color:#CDCCFF\" data-element-page-location=\"body\" data-element-type=\"heading\" class=\"textStyle_hero.4xl.700 layerStyle_hero.4xl.700 hasDarkBackground:c_white dark:c_white m_0 c_var(--stat-color) fs_fs40 min500:fs_fs64 langES:fs_fs32 langSV:fs_fs32 langPT:fs_fs32\">180+</h3>",
"firstParagraph": "countries",
"paragraphHtml": "<p data-element-page-location=\"body\" data-element-type=\"text\" class=\"textStyle_paragraph.l.400 layerStyle_paragraph.l.400 hasDarkBackground:c_white dark:c_white ta_center m_0 mt_s12 c_white ff_graphikWide\">countries</p>",
"words": 1,
"direct": false,
"issue": "First paragraph is 1 words and does not look like a concise direct answer."
},
{
"heading": "#13",
"headingHtml": "<h3 style=\"--stat-color:#CDCCFF\" data-element-page-location=\"body\" data-element-type=\"heading\" class=\"textStyle_hero.4xl.700 layerStyle_hero.4xl.700 hasDarkBackground:c_white dark:c_white m_0 c_var(--stat-color) fs_fs40 min500:fs_fs64 langES:fs_fs32 langSV:fs_fs32 langPT:fs_fs32\">#13</h3>",
"firstParagraph": "Okta 2026 most popular apps",
"paragraphHtml": "<p data-element-page-location=\"body\" data-element-type=\"text\" class=\"textStyle_paragraph.l.400 layerStyle_paragraph.l.400 hasDarkBackground:c_white dark:c_white ta_center m_0 mt_s12 c_white ff_graphikWide\">Okta 2026 most popular apps</p>",
"words": 5,
"direct": false,
"issue": "First paragraph is 5 words and does not look like a concise direct answer."
},
{
"heading": "See and build the future with AI in Lucid",
"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\">See and build the future with AI in Lucid</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": "Products",
"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\">Products</h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Solutions",
"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\">Solutions</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\">©</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
AEO: Question-led structure
AEO: Question-led structure scored 50/100 and needs improvement.
3 Warning
GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AEO: Question-led structure
AEO: Question-led structure scored 50/100 and needs improvement.
Needs attention
AEO: Question-led structure
Issue
No question-led h2 sections or FAQ pattern was detected.
Details
Why it matters
Answer engines need concise answers, question-led structure, entity clarity, visible evidence, and trust signals that can be extracted without relying on search-only metadata checks.
Check name
AEO: Question-led structure
Score
50/100
Status
warning
Category
GEO, AIO & AEO
Maturity
Emerging recommendation
Goal
Make page content easy for answer engines and assistants to answer from directly.
Result
AEO: Question-led structure scored 50/100 and needs improvement.
Evidence
{
"h2Count": 12,
"questionH2s": [],
"hasFaq": false,
"score": 50,
"weight": 18
}GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AIO: Page experience for AIO
AIO: Page experience for AIO scored 70/100 and needs improvement.
2 Warning
GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AIO: Page experience for AIO
AIO: Page experience for AIO scored 70/100 and needs improvement.
Needs attention
AIO: Page experience for AIO
Issue
304 image(s) are missing width/height attributes. 9 possible modal/interstitial element(s) detected.
Details
Why it matters
AI Overviews depend on Google-search eligibility, useful visible content, consistent structured data, answer-first sections, trust signals, and preview controls that permit snippets.
Check name
AIO: Page experience for AIO
Score
70/100
Status
warning
Category
GEO, AIO & AEO
Maturity
Emerging recommendation
Goal
Make page content eligible and useful for Google AI Overviews and AI Mode extraction.
Result
AIO: Page experience for AIO scored 70/100 and needs improvement.
Evidence
{
"viewportContent": "width=device-width, initial-scale=1, shrink-to-fit=no",
"visibleWords": 1244,
"htmlBytes": 743176,
"imagesMissingDimensions": [
{
"src": "https://corporate-assets.lucid.co/co/32bed1f2-0b76-424c-b479-ae8ba5452e53.svg?v=1766514953982",
"width": "",
"height": "",
"loading": "eager",
"html": "<img data-element-page-location=\"siteNav\" data-element-type=\"image\" alt class=\"as_flex-start h_40px w_40px\" loading=\"eager\" src=\"https://corporate-assets.lucid.co/co/32bed1f2-0b76-424c-b479-ae8ba5452e53.svg?v=1766514953982\">"
},
{
"src": "https://corporate-assets.lucid.co/co/fba322ce-bd28-4114-a903-4a9f89e7568b.svg?v=1766515021371",
"width": "",
"height": "",
"loading": "eager",
"html": "<img data-element-page-location=\"siteNav\" data-element-type=\"image\" alt class=\"as_flex-start h_40px w_40px\" loading=\"eager\" src=\"https://corporate-assets.lucid.co/co/fba322ce-bd28-4114-a903-4a9f89e7568b.svg?v=1766515021371\">"
},
{
"src": "https://corporate-assets.lucid.co/co/ce80b216-0ee5-441f-9a8d-580e8aed3155.svg?v=1766515044932",
"width": "",
"height": "",
"loading": "eager",
"html": "<img data-element-page-location=\"siteNav\" data-element-type=\"image\" alt class=\"as_flex-start h_40px w_40px\" loading=\"eager\" src=\"https://corporate-assets.lucid.co/co/ce80b216-0ee5-441f-9a8d-580e8aed3155.svg?v=1766515044932\">"
},
{
"src": "https://corporate-assets.lucid.co/co/d3c2e428-c0a7-4f7c-9007-f094120cd012.png",
"width": "",
"height": "",
"loading": "eager",
"html": "<img alt aria-hidden=\"true\" fetchpriority=\"high\" loading=\"eager\" src=\"https://corporate-assets.lucid.co/co/d3c2e428-c0a7-4f7c-9007-f094120cd012.png\" style=\"position:absolute;width:0;height:0;overflow:hidden;opacity:0\">"
},
{
"src": "https://corporate-assets.lucid.co/co/d68d378d-561d-48ee-82fc-abe7babc036d.svg",
"width": "",
"height": "",
"loading": "eager",
"html": "<img data-element-page-location=\"body\" data-element-type=\"image\" alt=\"Animation background\" class=\"w_125px\" loading=\"eager\" src=\"https://corporate-assets.lucid.co/co/d68d378d-561d-48ee-82fc-abe7babc036d.svg\">"
},
{
"src": "https://corporate-assets.lucid.co/co/da5d09bd-2978-4bac-8788-cbe1d8cb6a03.svg",
"width": "",
"height": "",
"loading": "eager",
"html": "<img data-element-page-location=\"body\" data-element-type=\"image\" alt=\"Animation card 1\" class loading=\"eager\" src=\"https://corporate-assets.lucid.co/co/da5d09bd-2978-4bac-8788-cbe1d8cb6a03.svg\">"
},
{
"src": "https://corporate-assets.lucid.co/co/7a0b88e3-a72a-4318-8dc1-5e4245a5fcd4.svg",
"width": "",
"height": "",
"loading": "eager",
"html": "<img data-element-page-location=\"body\" data-element-type=\"image\" alt=\"Animation card 2\" class loading=\"eager\" src=\"https://corporate-assets.lucid.co/co/7a0b88e3-a72a-4318-8dc1-5e4245a5fcd4.svg\">"
},
{
"src": "https://corporate-assets.lucid.co/co/b54453c7-c8de-44df-a5ee-cd1b5e93f0f1.svg",
"width": "",
"height": "",
"loading": "eager",
"html": "<img data-element-page-location=\"body\" data-element-type=\"image\" alt=\"Animation card 3\" class loading=\"eager\" src=\"https://corporate-assets.lucid.co/co/b54453c7-c8de-44df-a5ee-cd1b5e93f0f1.svg\">"
},
{
"src": "https://corporate-assets.lucid.co/co/16bca7e1-11a9-451f-b9ad-a8347090832b.svg?v=05082026",
"width": "",
"height": "",
"loading": "eager",
"html": "<img data-element-page-location=\"body\" data-element-type=\"image\" alt=\"Animation card 4\" class loading=\"eager\" src=\"https://corporate-assets.lucid.co/co/16bca7e1-11a9-451f-b9ad-a8347090832b.svg?v=05082026\">"
},
{
"src": "https://corporate-assets.lucid.co/co/ca4791e2-ae4e-4df7-bc74-e15975e32db3.svg",
"width": "",
"height": "",
"loading": "eager",
"html": "<img data-element-page-location=\"body\" data-element-type=\"image\" alt=\"Animation card 5\" class loading=\"eager\" src=\"https://corporate-assets.lucid.co/co/ca4791e2-ae4e-4df7-bc74-e15975e32db3.svg\">"
},
{
"src": "https://corporate-assets.lucid.co/co/01b64cb2-2f2d-480b-bc42-07b488f4c60f.svg",
"width": "",
"height": "",
"loading": "eager",
"html": "<img data-element-page-location=\"body\" data-element-type=\"image\" alt=\"Animation card 6\" class loading=\"eager\" src=\"https://corporate-assets.lucid.co/co/01b64cb2-2f2d-480b-bc42-07b488f4c60f.svg\">"
},
{
"src": "https://corporate-assets.lucid.co/co/3d06a27f-3e78-4af7-87e1-03bae31eec80.svg",
"width": "",
"height": "",
"loading": "eager",
"html": "<img data-element-page-location=\"body\" data-element-type=\"image\" alt=\"Animation card 7\" class loading=\"eager\" src=\"https://corporate-assets.lucid.co/co/3d06a27f-3e78-4af7-87e1-03bae31eec80.svg\">"
},
{
"src": "https://corporate-assets.lucid.co/co/24e00363-8dd8-4f07-8107-2d830ef99da4.svg",
"width": "",
"height": "",
"loading": "eager",
"html": "<img data-element-page-location=\"body\" data-element-type=\"image\" alt=\"Animation card 8\" class loading=\"eager\" src=\"https://corporate-assets.lucid.co/co/24e00363-8dd8-4f07-8107-2d830ef99da4.svg\">"
},
{
"src": "https://corporate-assets.lucid.co/co/cb861fdd-d246-4be1-91de-62457773ef1f.svg",
"width": "",
"height": "",
"loading": "eager",
"html": "<img data-element-page-location=\"body\" data-element-type=\"image\" alt=\"Animation card 9\" class loading=\"eager\" src=\"https://corporate-assets.lucid.co/co/cb861fdd-d246-4be1-91de-62457773ef1f.svg\">"
},
{
"src": "https://corporate-assets.lucid.co/co/00bdc1a3-46cb-4a65-8ee5-f64313e72919.svg",
"width": "",
"height": "",
"loading": "eager",
"html": "<img data-element-page-location=\"body\" data-element-type=\"image\" alt=\"Animation card 10\" class loading=\"eager\" src=\"https://corporate-assets.lucid.co/co/00bdc1a3-46cb-4a65-8ee5-f64313e72919.svg\">"
},
{
"src": "https://corporate-assets.lucid.co/co/f4f1a816-52cb-459e-81f7-f80be9e30695.png?v=1777052783873",
"width": "",
"height": "",
"loading": "eager",
"html": "<img data-element-page-location=\"body\" data-element-type=\"image\" alt class loading=\"eager\" src=\"https://corporate-assets.lucid.co/co/f4f1a816-52cb-459e-81f7-f80be9e30695.png?v=1777052783873\">"
},
{
"src": "https://corporate-assets.lucid.co/co/c13071a3-bd0b-442a-9be7-ed6961a739fc.png?v=1777052988310",
"width": "",
"height": "",
"loading": "eager",
"html": "<img data-element-page-location=\"body\" data-element-type=\"image\" alt class loading=\"eager\" src=\"https://corporate-assets.lucid.co/co/c13071a3-bd0b-442a-9be7-ed6961a739fc.png?v=1777052988310\">"
},
{
"src": "https://corporate-assets.lucid.co/co/4d0aee76-31a3-499b-a0b3-30d862cad5ef.png?v=1777051915949",
"width": "",
"height": "",
"loading": "eager",
"html": "<img data-element-page-location=\"body\" data-element-type=\"image\" alt class loading=\"eager\" src=\"https://corporate-assets.lucid.co/co/4d0aee76-31a3-499b-a0b3-30d862cad5ef.png?v=1777051915949\">"
},
{
"src": "https://corporate-assets.lucid.co/co/5f48f504-6099-4108-88f1-f4a00a91eb56.png?v=1777307920562",
"width": "",
"height": "",
"loading": "eager",
"html": "<img data-element-page-location=\"body\" data-element-type=\"image\" alt class loading=\"eager\" src=\"https://corporate-assets.lucid.co/co/5f48f504-6099-4108-88f1-f4a00a91eb56.png?v=1777307920562\">"
},
{
"src": "https://corporate-assets.lucid.co/co/709ac725-24af-48ef-81b1-9ce70d3a4414.png?v=1777307957945",
"width": "",
"height": "",
"loading": "eager",
"html": "<img data-element-page-location=\"body\" data-element-type=\"image\" alt class loading=\"eager\" src=\"https://corporate-assets.lucid.co/co/709ac725-24af-48ef-81b1-9ce70d3a4414.png?v=1777307957945\">"
},
{
"src": "https://corporate-assets.lucid.co/co/165e5e6b-d0d2-4a59-b86f-9dd674df9cb5.png?v=1777307989443",
"width": "",
"height": "",
"loading": "eager",
"html": "<img data-element-page-location=\"body\" data-element-type=\"image\" alt class loading=\"eager\" src=\"https://corporate-assets.lucid.co/co/165e5e6b-d0d2-4a59-b86f-9dd674df9cb5.png?v=1777307989443\">"
},
{
"src": "https://corporate-assets.lucid.co/co/d3878955-778b-47d3-8f9d-17531ced9ce1.png?v=1777051709291",
"width": "",
"height": "",
"loading": "eager",
"html": "<img data-element-page-location=\"body\" data-element-type=\"image\" alt class=\"d_block\" loading=\"eager\" src=\"https://corporate-assets.lucid.co/co/d3878955-778b-47d3-8f9d-17531ced9ce1.png?v=1777051709291\">"
},
{
"src": "https://corporate-assets.lucid.co/co/f4f1a816-52cb-459e-81f7-f80be9e30695.png?v=1777052783873",
"width": "",
"height": "",
"loading": "eager",
"html": "<img data-element-page-location=\"body\" data-element-type=\"image\" alt class=\"d_none\" loading=\"eager\" src=\"https://corporate-assets.lucid.co/co/f4f1a816-52cb-459e-81f7-f80be9e30695.png?v=1777052783873\">"
},
{
"src": "https://corporate-assets.lucid.co/co/c13071a3-bd0b-442a-9be7-ed6961a739fc.png?v=1777052988310",
"width": "",
"height": "",
"loading": "eager",
"html": "<img data-element-page-location=\"body\" data-element-type=\"image\" alt class=\"d_none\" loading=\"eager\" src=\"https://corporate-assets.lucid.co/co/c13071a3-bd0b-442a-9be7-ed6961a739fc.png?v=1777052988310\">"
},
{
"src": "https://corporate-assets.lucid.co/co/4d0aee76-31a3-499b-a0b3-30d862cad5ef.png?v=1777051915949",
"width": "",
"height": "",
"loading": "eager",
"html": "<img data-element-page-location=\"body\" data-element-type=\"image\" alt class=\"d_none\" loading=\"eager\" src=\"https://corporate-assets.lucid.co/co/4d0aee76-31a3-499b-a0b3-30d862cad5ef.png?v=1777051915949\">"
},
{
"src": "https://corporate-assets.lucid.co/co/5f48f504-6099-4108-88f1-f4a00a91eb56.png?v=1777307920562",
"width": "",
"height": "",
"loading": "eager",
"html": "<img data-element-page-location=\"body\" data-element-type=\"image\" alt class=\"d_none\" loading=\"eager\" src=\"https://corporate-assets.lucid.co/co/5f48f504-6099-4108-88f1-f4a00a91eb56.png?v=1777307920562\">"
},
{
"src": "https://corporate-assets.lucid.co/co/709ac725-24af-48ef-81b1-9ce70d3a4414.png?v=1777307957945",
"width": "",
"height": "",
"loading": "eager",
"html": "<img data-element-page-location=\"body\" data-element-type=\"image\" alt class=\"d_none\" loading=\"eager\" src=\"https://corporate-assets.lucid.co/co/709ac725-24af-48ef-81b1-9ce70d3a4414.png?v=1777307957945\">"
},
{
"src": "https://corporate-assets.lucid.co/co/165e5e6b-d0d2-4a59-b86f-9dd674df9cb5.png?v=1777307989443",
"width": "",
"height": "",
"loading": "eager",
"html": "<img data-element-page-location=\"body\" data-element-type=\"image\" alt class=\"d_none\" loading=\"eager\" src=\"https://corporate-assets.lucid.co/co/165e5e6b-d0d2-4a59-b86f-9dd674df9cb5.png?v=1777307989443\">"
},
{
"src": "https://corporate-assets.lucid.co/co/14bcc540-6a21-4412-a7e6-9a6cdde2c610.png?v=1778010380441",
"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/co/14bcc540-6a21-4412-a7e6-9a6cdde2c610.png?v=1778010380441\">"
},
{
"src": "https://corporate-assets.lucid.co/co/89c82ee7-ccfc-463a-a8ca-cc6436e6e5be.png?v=1778010419767",
"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/co/89c82ee7-ccfc-463a-a8ca-cc6436e6e5be.png?v=1778010419767\">"
},
{
"src": "https://corporate-assets.lucid.co/co/7b8b9b55-3d8c-4928-80a6-dbf41528c638.png?v=1778010495487",
"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/co/7b8b9b55-3d8c-4928-80a6-dbf41528c638.png?v=1778010495487\">"
},
{
"src": "https://corporate-assets.lucid.co/co/5278cd4d-1007-4709-8431-51077bc1aeba.svg?v=1777572202164",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img data-element-page-location=\"body\" data-element-type=\"image\" alt=\"Accelerators Add Ons — Circle logo\" class=\"h_48px max-w_240px\" loading=\"lazy\" src=\"https://corporate-assets.lucid.co/co/5278cd4d-1007-4709-8431-51077bc1aeba.svg?v=1777572202164\">"
},
{
"src": "https://corporate-assets.lucid.co/co/103778f0-3c1f-46df-9fc7-534520e9ea36.svg?v=1777572222466",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img data-element-page-location=\"body\" data-element-type=\"image\" alt=\"Accelerators Add Ons — Cloud logo\" class=\"h_48px max-w_240px\" loading=\"lazy\" src=\"https://corporate-assets.lucid.co/co/103778f0-3c1f-46df-9fc7-534520e9ea36.svg?v=1777572222466\">"
},
{
"src": "https://corporate-assets.lucid.co/co/0f05d939-9c15-49dd-80a3-03b950a5d502.svg?v=1777572255568",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img data-element-page-location=\"body\" data-element-type=\"image\" alt=\"Accelerators Add Ons — Shield logo\" class=\"h_48px max-w_240px\" loading=\"lazy\" src=\"https://corporate-assets.lucid.co/co/0f05d939-9c15-49dd-80a3-03b950a5d502.svg?v=1777572255568\">"
},
{
"src": "https://corporate-assets.lucid.co/co/e4ece7f2-f7e0-43f6-ac65-e48ca71dcb47.png?v=1778085263539",
"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/co/e4ece7f2-f7e0-43f6-ac65-e48ca71dcb47.png?v=1778085263539\">"
},
{
"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®\" 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®\" 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/co/29882ce0-d071-4cb2-a202-4308bf722477.svg?v=1717786231648",
"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/co/29882ce0-d071-4cb2-a202-4308bf722477.svg?v=1717786231648\">"
},
{
"src": "https://corporate-assets.lucid.co/co/b0825882-2901-4d52-9a68-1ce7c804638e.svg?v=1717786230774",
"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/co/b0825882-2901-4d52-9a68-1ce7c804638e.svg?v=1717786230774\">"
},
{
"src": "https://corporate-assets.lucid.co/co/206ee1ab-1519-4539-95c8-e7bbfa9b5396.svg?v=1717786236166",
"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/co/206ee1ab-1519-4539-95c8-e7bbfa9b5396.svg?v=1717786236166\">"
},
{
"src": "https://corporate-assets.lucid.co/co/0383dd4c-338c-46ed-80f0-fd80fa02a7ba.svg?v=1717786237247",
"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=\"McDonalds 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/co/0383dd4c-338c-46ed-80f0-fd80fa02a7ba.svg?v=1717786237247\">"
},
{
"src": "https://corporate-assets.lucid.co/co/3acce70d-202c-443b-b2fa-991a4caf18b8.svg?v=1717786234204",
"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/co/3acce70d-202c-443b-b2fa-991a4caf18b8.svg?v=1717786234204\">"
},
{
"src": "https://corporate-assets.lucid.co/co/59acabe7-83be-4267-a636-03e3b5a9ed42.svg?v=1717786233486",
"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/co/59acabe7-83be-4267-a636-03e3b5a9ed42.svg?v=1717786233486\">"
},
{
"src": "https://corporate-assets.lucid.co/co/34937543-f29c-4722-9df9-153cb141f3df.svg?v=1717786231557",
"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=\"General Electric 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/co/34937543-f29c-4722-9df9-153cb141f3df.svg?v=1717786231557\">"
},
{
"src": "https://corporate-assets.lucid.co/co/3f8ac337-09f2-4e36-b0d1-f830a613611b.svg?v=1717786239624",
"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=\"Sonos 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/co/3f8ac337-09f2-4e36-b0d1-f830a613611b.svg?v=1717786239624\">"
},
{
"src": "https://corporate-assets.lucid.co/co/9f7d2328-a9d5-48a6-b86d-f2a39635da38.svg?v=1772235819872",
"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=\"Anthropic 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/co/9f7d2328-a9d5-48a6-b86d-f2a39635da38.svg?v=1772235819872\">"
},
{
"src": "https://corporate-assets.lucid.co/co/112ab95a-5c8a-44f8-a3d6-918b701b138a.svg?v=1772235819816",
"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=\"Groq 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/co/112ab95a-5c8a-44f8-a3d6-918b701b138a.svg?v=1772235819816\">"
},
{
"src": "https://corporate-assets.lucid.co/co/29882ce0-d071-4cb2-a202-4308bf722477.svg?v=1717786231648",
"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/co/29882ce0-d071-4cb2-a202-4308bf722477.svg?v=1717786231648\">"
},
{
"src": "https://corporate-assets.lucid.co/co/b0825882-2901-4d52-9a68-1ce7c804638e.svg?v=1717786230774",
"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/co/b0825882-2901-4d52-9a68-1ce7c804638e.svg?v=1717786230774\">"
},
{
"src": "https://corporate-assets.lucid.co/co/206ee1ab-1519-4539-95c8-e7bbfa9b5396.svg?v=1717786236166",
"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/co/206ee1ab-1519-4539-95c8-e7bbfa9b5396.svg?v=1717786236166\">"
},
{
"src": "https://corporate-assets.lucid.co/co/0383dd4c-338c-46ed-80f0-fd80fa02a7ba.svg?v=1717786237247",
"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=\"McDonalds 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/co/0383dd4c-338c-46ed-80f0-fd80fa02a7ba.svg?v=1717786237247\">"
},
{
"src": "https://corporate-assets.lucid.co/co/3acce70d-202c-443b-b2fa-991a4caf18b8.svg?v=1717786234204",
"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/co/3acce70d-202c-443b-b2fa-991a4caf18b8.svg?v=1717786234204\">"
},
{
"src": "https://corporate-assets.lucid.co/co/59acabe7-83be-4267-a636-03e3b5a9ed42.svg?v=1717786233486",
"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/co/59acabe7-83be-4267-a636-03e3b5a9ed42.svg?v=1717786233486\">"
},
{
"src": "https://corporate-assets.lucid.co/co/34937543-f29c-4722-9df9-153cb141f3df.svg?v=1717786231557",
"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=\"General Electric 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/co/34937543-f29c-4722-9df9-153cb141f3df.svg?v=1717786231557\">"
},
{
"src": "https://corporate-assets.lucid.co/co/3f8ac337-09f2-4e36-b0d1-f830a613611b.svg?v=1717786239624",
"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=\"Sonos 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/co/3f8ac337-09f2-4e36-b0d1-f830a613611b.svg?v=1717786239624\">"
},
{
"src": "https://corporate-assets.lucid.co/co/9f7d2328-a9d5-48a6-b86d-f2a39635da38.svg?v=1772235819872",
"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=\"Anthropic 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/co/9f7d2328-a9d5-48a6-b86d-f2a39635da38.svg?v=1772235819872\">"
},
{
"src": "https://corporate-assets.lucid.co/co/112ab95a-5c8a-44f8-a3d6-918b701b138a.svg?v=1772235819816",
"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=\"Groq 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/co/112ab95a-5c8a-44f8-a3d6-918b701b138a.svg?v=1772235819816\">"
},
{
"src": "https://corporate-assets.lucid.co/co/29882ce0-d071-4cb2-a202-4308bf722477.svg?v=1717786231648",
"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/co/29882ce0-d071-4cb2-a202-4308bf722477.svg?v=1717786231648\">"
},
{
"src": "https://corporate-assets.lucid.co/co/b0825882-2901-4d52-9a68-1ce7c804638e.svg?v=1717786230774",
"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/co/b0825882-2901-4d52-9a68-1ce7c804638e.svg?v=1717786230774\">"
},
{
"src": "https://corporate-assets.lucid.co/co/206ee1ab-1519-4539-95c8-e7bbfa9b5396.svg?v=1717786236166",
"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/co/206ee1ab-1519-4539-95c8-e7bbfa9b5396.svg?v=1717786236166\">"
},
{
"src": "https://corporate-assets.lucid.co/co/0383dd4c-338c-46ed-80f0-fd80fa02a7ba.svg?v=1717786237247",
"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=\"McDonalds 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/co/0383dd4c-338c-46ed-80f0-fd80fa02a7ba.svg?v=1717786237247\">"
},
{
"src": "https://corporate-assets.lucid.co/co/3acce70d-202c-443b-b2fa-991a4caf18b8.svg?v=1717786234204",
"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/co/3acce70d-202c-443b-b2fa-991a4caf18b8.svg?v=1717786234204\">"
},
{
"src": "https://corporate-assets.lucid.co/co/59acabe7-83be-4267-a636-03e3b5a9ed42.svg?v=1717786233486",
"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/co/59acabe7-83be-4267-a636-03e3b5a9ed42.svg?v=1717786233486\">"
},
{
"src": "https://corporate-assets.lucid.co/co/34937543-f29c-4722-9df9-153cb141f3df.svg?v=1717786231557",
"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=\"General Electric 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/co/34937543-f29c-4722-9df9-153cb141f3df.svg?v=1717786231557\">"
},
{
"src": "https://corporate-assets.lucid.co/co/3f8ac337-09f2-4e36-b0d1-f830a613611b.svg?v=1717786239624",
"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=\"Sonos 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/co/3f8ac337-09f2-4e36-b0d1-f830a613611b.svg?v=1717786239624\">"
},
{
"src": "https://corporate-assets.lucid.co/co/9f7d2328-a9d5-48a6-b86d-f2a39635da38.svg?v=1772235819872",
"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=\"Anthropic 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/co/9f7d2328-a9d5-48a6-b86d-f2a39635da38.svg?v=1772235819872\">"
},
{
"src": "https://corporate-assets.lucid.co/co/112ab95a-5c8a-44f8-a3d6-918b701b138a.svg?v=1772235819816",
"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=\"Groq 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/co/112ab95a-5c8a-44f8-a3d6-918b701b138a.svg?v=1772235819816\">"
},
{
"src": "https://corporate-assets.lucid.co/co/29882ce0-d071-4cb2-a202-4308bf722477.svg?v=1717786231648",
"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/co/29882ce0-d071-4cb2-a202-4308bf722477.svg?v=1717786231648\">"
},
{
"src": "https://corporate-assets.lucid.co/co/b0825882-2901-4d52-9a68-1ce7c804638e.svg?v=1717786230774",
"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/co/b0825882-2901-4d52-9a68-1ce7c804638e.svg?v=1717786230774\">"
},
{
"src": "https://corporate-assets.lucid.co/co/206ee1ab-1519-4539-95c8-e7bbfa9b5396.svg?v=1717786236166",
"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/co/206ee1ab-1519-4539-95c8-e7bbfa9b5396.svg?v=1717786236166\">"
},
{
"src": "https://corporate-assets.lucid.co/co/0383dd4c-338c-46ed-80f0-fd80fa02a7ba.svg?v=1717786237247",
"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=\"McDonalds 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/co/0383dd4c-338c-46ed-80f0-fd80fa02a7ba.svg?v=1717786237247\">"
},
{
"src": "https://corporate-assets.lucid.co/co/3acce70d-202c-443b-b2fa-991a4caf18b8.svg?v=1717786234204",
"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/co/3acce70d-202c-443b-b2fa-991a4caf18b8.svg?v=1717786234204\">"
},
{
"src": "https://corporate-assets.lucid.co/co/59acabe7-83be-4267-a636-03e3b5a9ed42.svg?v=1717786233486",
"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/co/59acabe7-83be-4267-a636-03e3b5a9ed42.svg?v=1717786233486\">"
},
{
"src": "https://corporate-assets.lucid.co/co/34937543-f29c-4722-9df9-153cb141f3df.svg?v=1717786231557",
"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=\"General Electric 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/co/34937543-f29c-4722-9df9-153cb141f3df.svg?v=1717786231557\">"
},
{
"src": "https://corporate-assets.lucid.co/co/3f8ac337-09f2-4e36-b0d1-f830a613611b.svg?v=1717786239624",
"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=\"Sonos 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/co/3f8ac337-09f2-4e36-b0d1-f830a613611b.svg?v=1717786239624\">"
},
{
"src": "https://corporate-assets.lucid.co/co/9f7d2328-a9d5-48a6-b86d-f2a39635da38.svg?v=1772235819872",
"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=\"Anthropic 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/co/9f7d2328-a9d5-48a6-b86d-f2a39635da38.svg?v=1772235819872\">"
},
{
"src": "https://corporate-assets.lucid.co/co/112ab95a-5c8a-44f8-a3d6-918b701b138a.svg?v=1772235819816",
"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=\"Groq 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/co/112ab95a-5c8a-44f8-a3d6-918b701b138a.svg?v=1772235819816\">"
},
{
"src": "https://corporate-assets.lucid.co/co/a7e648e3-ffad-4e22-a41b-b9dd3f0987fe.png?v=1778085409579",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img data-element-page-location=\"body\" data-element-type=\"image\" alt class loading=\"lazy\" src=\"https://corporate-assets.lucid.co/co/a7e648e3-ffad-4e22-a41b-b9dd3f0987fe.png?v=1778085409579\">"
},
{
"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\">"
}
],
"possibleDialogs": [
"<div role=\"dialog\" id=\"31457068-431e-440f-9200-911e9f04fda7\" aria-label=\"Cookie Consent Banner\" aria-describedby=\"31457068-431e-440f-9200-911e9f04fda7__label\" class=\"osano-cm-window__dialog osano-cm-dialog osano-cm-dialog--position_bottom osano-cm-dialog--type_bar osano-cm-dialog--hidden\"> <!--?lit$549529062$--> <button class=\" osano-cm-dialog__close osano-cm-close \"> <!--?lit$549529062$--><svg width=\"20px\" height=\"20px\" viewBox=\"0 0 20 20\" aria-labelledby=\"caafd212-8c17-4cc0-8dea-ec64d00be39...",
"<button class=\" osano-cm-dialog__close osano-cm-close \"> <!--?lit$549529062$--><svg width=\"20px\" height=\"20px\" viewBox=\"0 0 20 20\" aria-labelledby=\"caafd212-8c17-4cc0-8dea-ec64d00be39e\"> <title id=\"caafd212-8c17-4cc0-8dea-ec64d00be39e\"><!---->Close this dialog<!----></title> <line role=\"presentation\" x1=\"2\" y1=\"2\" x2=\"18\" y2=\"18\"/> <line role=\"presentation\" x1=\"2\" y1=\"18\" x2=\"18\" y2=\"2\"/> </svg> </button>",
"<div class=\" osano-cm-dialog__content osano-cm-content \"> <!--?lit$549529062$--> <!--?lit$549529062$--> <span id=\"31457068-431e-440f-9200-911e9f04fda7__label\" class=\" osano-cm-content__message osano-cm-message \"> <!--?lit$549529062$-->This website utilizes technologies such as cookies to enable essential site functionality, as well as for analytics, personalization, and targeted advertising. <!--?lit$549529062$-->To learn more, view the following link: <!--?lit$549529062$--> </span> <!--?lit$...",
"<div class=\"osano-cm-dialog__buttons osano-cm-buttons osano-cm-buttons--disabled\"> <!--?lit$549529062$--><!--?lit$549529062$--><button class=\" osano-cm-manage osano-cm-buttons__button osano-cm-button osano-cm-button--type_manage \" tabindex=\"0\"> <!--?lit$549529062$-->Manage Preferences </button><!--?--> </div>",
"<div role=\"dialog\" aria-modal=\"true\" id=\"8f4a2f61-d009-4ce5-9ef3-629b909cfa93\" aria-labelledby=\"8f4a2f61-d009-4ce5-9ef3-629b909cfa93__label\" inert class=\" osano-cm-window__info-dialog osano-cm-info-dialog osano-cm-info-dialog--hidden \"> <!--?lit$549529062$--><!--?lit$549529062$--><span tabindex=\"0\" aria-hidden=\"true\" data-focus=\"first\"></span><!--?--> <div role=\"presentation\" class=\" osano-cm-info-dialog__info osano-cm-info osano-cm-info--position_right \"> <!--?lit$549529062$--><div role=\"pre...",
"<div role=\"presentation\" class=\" osano-cm-info-dialog__info osano-cm-info osano-cm-info--position_right \"> <!--?lit$549529062$--><div role=\"presentation\" class=\" osano-cm-info__info-dialog-header osano-cm-info-dialog-header \"> <p role=\"heading\" aria-level=\"1\" aria-hidden=\"true\" id=\"8f4a2f61-d009-4ce5-9ef3-629b909cfa93__label\" class=\" osano-cm-info-dialog-header__header osano-cm-header \"> <!--?lit$549529062$-->Storage Preferences </p> <!--?lit$549529062$--> <!--?lit$549529062$--><button class=...",
"<div role=\"presentation\" class=\" osano-cm-info__info-dialog-header osano-cm-info-dialog-header \"> <p role=\"heading\" aria-level=\"1\" aria-hidden=\"true\" id=\"8f4a2f61-d009-4ce5-9ef3-629b909cfa93__label\" class=\" osano-cm-info-dialog-header__header osano-cm-header \"> <!--?lit$549529062$-->Storage Preferences </p> <!--?lit$549529062$--> <!--?lit$549529062$--><button class=\" osano-cm-info-dialog-header__close osano-cm-close \"> <!--?lit$549529062$--><svg width=\"20px\" height=\"20px\" viewBox=\"0 0 20 20\"...",
"<p role=\"heading\" aria-level=\"1\" aria-hidden=\"true\" id=\"8f4a2f61-d009-4ce5-9ef3-629b909cfa93__label\" class=\" osano-cm-info-dialog-header__header osano-cm-header \"> <!--?lit$549529062$-->Storage Preferences </p>",
"<button class=\" osano-cm-info-dialog-header__close osano-cm-close \"> <!--?lit$549529062$--><svg width=\"20px\" height=\"20px\" viewBox=\"0 0 20 20\" aria-labelledby=\"65d5b9f1-b735-43a8-99f5-c0755002f092\"> <title id=\"65d5b9f1-b735-43a8-99f5-c0755002f092\"><!---->Close Cookie Preferences<!----></title> <line role=\"presentation\" x1=\"2\" y1=\"2\" x2=\"18\" y2=\"18\"/> <line role=\"presentation\" x1=\"2\" y1=\"18\" x2=\"18\" y2=\"2\"/> </svg> </button>"
],
"score": 70,
"weight": 10
}GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AEO: Entity and definition clarity
AEO: Entity and definition clarity scored 77/100 and needs improvement.
2 Warning
GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AEO: Entity and definition clarity
AEO: Entity and definition clarity scored 77/100 and needs improvement.
Needs attention
AEO: Entity and definition clarity
Issue
Entity or definition gaps: transform.
Details
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
77/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 77/100 and needs improvement.
Evidence
{
"title": "Transform Your Business With AI | Lucid",
"h1": "Transform your business with AI",
"description": "Use powerful capabilities in Lucid to document the current state of your business. Keep people and AI agents aligned and moving into the future.",
"topicOverlap": 0.6666666666666666,
"definitionCount": 0,
"topicTerms": [
"transform",
"business",
"lucid"
],
"descriptionTerms": [
"powerful",
"capabilities",
"lucid",
"document",
"current",
"state",
"business",
"keep",
"people",
"agents",
"aligned",
"moving",
"into",
"future"
],
"missingFromDescription": [
"transform"
],
"score": 77,
"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
GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AIO: Answer block readiness
AIO: Answer block readiness scored 65/100 and needs improvement.
Needs attention
AIO: Answer block readiness
Issue
30 section(s) may benefit from a clearer opening answer; this is optional for feature/card sections.
Details
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": "Provide deep context for agentic AI",
"headingHtml": "<h2 data-element-page-location=\"body\" data-element-type=\"heading\" class=\"textStyle_hero.3xl.200 layerStyle_hero.3xl.200 hasDarkBackground:c_white dark:c_white max-w_1024px c_white m_{spacing.s32}_auto ta_center ff_graphikWide mt_0 tw_wrap highlightedText:c_teal.20 highlightedText:fw_fw900\"><span class=\"nonHighlightedText\" data-highlighted=\"false\">Provide deep context for </span><span data-highlighted=\"true\">agentic AI</span></h2>",
"firstParagraph": "Share AI-powered documentation to keep people and AI agents aligned and moving into the future.",
"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_490px m_0_auto c_white ta_center\">Share AI-powered documentation to keep people and AI agents aligned and moving into the future.</p>",
"words": 15,
"direct": false,
"issue": "First paragraph is 15 words and does not look like a concise direct answer."
},
{
"heading": "Work acceleration for every team",
"headingHtml": "<h2 style=\"color:#3C41C2\" data-element-page-location=\"body\" data-element-type=\"heading\" class=\"textStyle_heading.2xl layerStyle_heading.2xl hasDarkBackground:c_white dark:c_white mb_s24 min500:mb_s40\">Work acceleration for every team</h2>",
"firstParagraph": "Connect the right people, processes, data, and systems across every workflow.",
"paragraphHtml": "<p style=\"color:#282C33\" data-element-page-location=\"body\" data-element-type=\"text\" class=\"textStyle_paragraph.l.400 layerStyle_paragraph.l.400 hasDarkBackground:c_white dark:c_white max-w_740px mb_s80\">Connect the right people, processes, data, and systems across every workflow.</p>",
"words": 11,
"direct": false,
"issue": "First paragraph is 11 words and does not look like a concise direct answer."
},
{
"heading": "Engineering",
"headingHtml": "<h3 data-element-page-location=\"body\" data-element-type=\"heading\" class=\"textStyle_heading.m layerStyle_heading.m hasDarkBackground:c_white dark:c_white m_0 fw_fw500\">Engineering</h3>",
"firstParagraph": "Development teams use Lucid for:",
"paragraphHtml": "<p data-element-page-location=\"body\" data-element-type=\"text\" class=\"textStyle_paragraph.s.400 layerStyle_paragraph.s.400 hasDarkBackground:c_white dark:c_white c_coolGrey.100 mb_s12\">Development teams use Lucid for:</p>",
"words": 5,
"direct": false,
"issue": "First paragraph is 5 words and does not look like a concise direct answer."
},
{
"heading": "IT",
"headingHtml": "<h3 data-element-page-location=\"body\" data-element-type=\"heading\" class=\"textStyle_heading.m layerStyle_heading.m hasDarkBackground:c_white dark:c_white m_0 fw_fw500\">IT</h3>",
"firstParagraph": "IT and DevOps teams use Lucid for:",
"paragraphHtml": "<p data-element-page-location=\"body\" data-element-type=\"text\" class=\"textStyle_paragraph.s.400 layerStyle_paragraph.s.400 hasDarkBackground:c_white dark:c_white c_coolGrey.100 mb_s12\">IT and DevOps teams use Lucid for:</p>",
"words": 7,
"direct": false,
"issue": "First paragraph is 7 words and does not look like a concise direct answer."
},
{
"heading": "Product and UX",
"headingHtml": "<h3 data-element-page-location=\"body\" data-element-type=\"heading\" class=\"textStyle_heading.m layerStyle_heading.m hasDarkBackground:c_white dark:c_white m_0 fw_fw500\">Product and UX</h3>",
"firstParagraph": "Research and design teams use Lucid for:",
"paragraphHtml": "<p data-element-page-location=\"body\" data-element-type=\"text\" class=\"textStyle_paragraph.s.400 layerStyle_paragraph.s.400 hasDarkBackground:c_white dark:c_white c_coolGrey.100 mb_s12\">Research and design teams use Lucid for:</p>",
"words": 7,
"direct": false,
"issue": "First paragraph is 7 words and does not look like a concise direct answer."
},
{
"heading": "Project management",
"headingHtml": "<h3 data-element-page-location=\"body\" data-element-type=\"heading\" class=\"textStyle_heading.m layerStyle_heading.m hasDarkBackground:c_white dark:c_white m_0 fw_fw500\">Project management</h3>",
"firstParagraph": "Logistical teams use Lucid for:",
"paragraphHtml": "<p data-element-page-location=\"body\" data-element-type=\"text\" class=\"textStyle_paragraph.s.400 layerStyle_paragraph.s.400 hasDarkBackground:c_white dark:c_white c_coolGrey.100 mb_s12\">Logistical teams use Lucid for:</p>",
"words": 5,
"direct": false,
"issue": "First paragraph is 5 words and does not look like a concise direct answer."
},
{
"heading": "General and administrative",
"headingHtml": "<h3 data-element-page-location=\"body\" data-element-type=\"heading\" class=\"textStyle_heading.m layerStyle_heading.m hasDarkBackground:c_white dark:c_white m_0 fw_fw500\">General and administrative</h3>",
"firstParagraph": "Ops, HR, finance, and exec teams use Lucid for:",
"paragraphHtml": "<p data-element-page-location=\"body\" data-element-type=\"text\" class=\"textStyle_paragraph.s.400 layerStyle_paragraph.s.400 hasDarkBackground:c_white dark:c_white c_coolGrey.100 mb_s12\">Ops, HR, finance, and exec teams use Lucid for:</p>",
"words": 9,
"direct": false,
"issue": "First paragraph is 9 words and does not look like a concise direct answer."
},
{
"heading": "Go-to-market",
"headingHtml": "<h3 data-element-page-location=\"body\" data-element-type=\"heading\" class=\"textStyle_heading.m layerStyle_heading.m hasDarkBackground:c_white dark:c_white m_0 fw_fw500\">Go-to-market</h3>",
"firstParagraph": "Revenue teams use Lucid for:",
"paragraphHtml": "<p data-element-page-location=\"body\" data-element-type=\"text\" class=\"textStyle_paragraph.s.400 layerStyle_paragraph.s.400 hasDarkBackground:c_white dark:c_white c_coolGrey.100 mb_s12\">Revenue teams use Lucid for:</p>",
"words": 5,
"direct": false,
"issue": "First paragraph is 5 words and does not look like a concise direct answer."
},
{
"heading": "Purpose-built solutions",
"headingHtml": "<h2 data-element-page-location=\"body\" data-element-type=\"heading\" class=\"textStyle_hero.2xl.700 layerStyle_hero.2xl.700 hasDarkBackground:c_white dark:c_white w_100% c_indigo.80\">Purpose-built solutions</h2>",
"firstParagraph": "Move seamlessly from strategy to planning and execution.",
"paragraphHtml": "<p data-element-page-location=\"body\" data-element-type=\"text\" class=\"textStyle_paragraph.l.400 layerStyle_paragraph.l.400 hasDarkBackground:c_white dark:c_white mt_s16\">Move seamlessly from strategy to planning and execution.</p>",
"words": 8,
"direct": false,
"issue": "First paragraph is 8 words and does not look like a concise direct answer."
},
{
"heading": "Products",
"headingHtml": "<h3 data-element-page-location=\"body\" data-element-type=\"text\" class=\"textStyle_paragraph.l.400 layerStyle_paragraph.l.400 hasDarkBackground:c_white dark:c_white w_100% ff_graphikWide\">Products</h3>",
"firstParagraph": "Lucidchart",
"paragraphHtml": "<p data-element-page-location=\"body\" data-element-type=\"text\" class=\"textStyle_label.xs.400 layerStyle_label.xs.400 hasDarkBackground:c_white dark:c_white mb_-s16\">Lucidchart</p>",
"words": 1,
"direct": false,
"issue": "First paragraph is 1 words and does not look like a concise direct answer."
},
{
"heading": "Intelligent diagramming",
"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\">Intelligent diagramming</h3>",
"firstParagraph": "Visualize complex ideas, systems, and processes. Build next-generation diagrams with AI, data, and automation.",
"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 complex ideas, systems, and processes. Build next-generation diagrams with AI, data, and automation.</p>",
"words": 14,
"direct": false,
"issue": "First paragraph is 14 words and does not look like a concise direct answer."
},
{
"heading": "Virtual whiteboarding",
"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\">Virtual whiteboarding</h3>",
"firstParagraph": "Ideate, design, and move into action. Maximize team connection, collaboration, and creativity in a virtual space.",
"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\">Ideate, design, and move into action. Maximize team connection, collaboration, and creativity in a virtual space.</p>",
"words": 16,
"direct": false,
"issue": "First paragraph is 16 words and does not look like a concise direct answer."
},
{
"heading": "Product management and roadmapping",
"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\">Product management and roadmapping</h3>",
"firstParagraph": "Unite product teams around a single source of truth. Make smarter decisions, and confidently build the right products.",
"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\">Unite product teams around a single source of truth. Make smarter decisions, and confidently build the right products.</p>",
"words": 18,
"direct": false,
"issue": "First paragraph is 18 words and does not look like a concise direct answer."
},
{
"heading": "Add-ons",
"headingHtml": "<h3 data-element-page-location=\"body\" data-element-type=\"text\" class=\"textStyle_paragraph.l.400 layerStyle_paragraph.l.400 hasDarkBackground:c_white dark:c_white w_100% ff_graphikWide\">Add-ons</h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Process Accelerator",
"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 pt_s24\">Process Accelerator</h3>",
"firstParagraph": "Improve governance and standardization of process documentation.",
"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 my_0 lc_3 pb_0.1em\">Improve governance and standardization of process documentation.</p>",
"words": 7,
"direct": false,
"issue": "First paragraph is 7 words and does not look like a concise direct answer."
},
{
"heading": "Cloud Accelerator",
"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 pt_s24\">Cloud Accelerator</h3>",
"firstParagraph": "Better understand and plan future changes to your cloud infrastructure.",
"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 my_0 lc_3 pb_0.1em\">Better understand and plan future changes to your cloud infrastructure.</p>",
"words": 10,
"direct": false,
"issue": "First paragraph is 10 words and does not look like a concise direct answer."
},
{
"heading": "Enterprise Shield",
"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 pt_s24\">Enterprise Shield</h3>",
"firstParagraph": "Enforce your internal security and compliance standards at scale.",
"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 my_0 lc_3 pb_0.1em\">Enforce your internal security and compliance standards at scale.</p>",
"words": 9,
"direct": false,
"issue": "First paragraph is 9 words and does not look like a concise direct answer."
},
{
"heading": "The standard for enterprises",
"headingHtml": "<h2 data-element-page-location=\"body\" data-element-type=\"heading\" class=\"textStyle_hero.2xl.700 layerStyle_hero.2xl.700 hasDarkBackground:c_white dark:c_white w_100% c_coolGrey.100 highlightedText:c_teal.20\">The standard for enterprises</h2>",
"firstParagraph": "Security. Create a safe environment for collaboration with Lucid’s compliant platform and proactive approach to security.",
"paragraphHtml": "<p data-element-page-location=\"body\" data-element-type=\"text\" class=\"textStyle_paragraph.l.400 layerStyle_paragraph.l.400 hasDarkBackground:c_white dark:c_white c_coolGrey.100 mb_s24 highlightedText:fw_fw700\"><span data-highlighted=\"true\">Security.</span><span class=\"nonHighlightedText\" data-highlighted=\"false\"> Create a safe environment for collaboration with Lucid’s compliant platform and proactive approach to security.</span></p>",
"words": 17,
"direct": false,
"issue": "First paragraph is 17 words and does not look like a concise direct answer."
},
{
"heading": "Connected tools across the board",
"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\">Connected tools across the board</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 most used platform of its kind",
"headingHtml": "<h2 data-element-page-location=\"body\" data-element-type=\"heading\" class=\"textStyle_hero.2xl.700 layerStyle_hero.2xl.700 hasDarkBackground:c_white dark:c_white c_white\">The most used platform of its kind</h2>",
"firstParagraph": "We made the most intelligent, complete, and connected platform for work acceleration and visual collaboration—but our customers made it the most used.",
"paragraphHtml": "<p data-element-page-location=\"body\" data-element-type=\"text\" class=\"textStyle_paragraph.l.400 layerStyle_paragraph.l.400 hasDarkBackground:c_white dark:c_white mt_s16 max-w_740px c_white\">We made the most intelligent, complete, and connected platform for work acceleration and visual collaboration—but our customers made it the most used.</p>",
"words": 23,
"direct": false,
"issue": "First paragraph is 23 words and does not look like a concise direct answer."
},
{
"heading": "100M+",
"headingHtml": "<h3 style=\"--stat-color:#CDCCFF\" data-element-page-location=\"body\" data-element-type=\"heading\" class=\"textStyle_hero.4xl.700 layerStyle_hero.4xl.700 hasDarkBackground:c_white dark:c_white m_0 c_var(--stat-color) fs_fs40 min500:fs_fs64 langES:fs_fs32 langSV:fs_fs32 langPT:fs_fs32\">100M+</h3>",
"firstParagraph": "individual users",
"paragraphHtml": "<p data-element-page-location=\"body\" data-element-type=\"text\" class=\"textStyle_paragraph.l.400 layerStyle_paragraph.l.400 hasDarkBackground:c_white dark:c_white ta_center m_0 mt_s12 c_white ff_graphikWide\">individual users</p>",
"words": 2,
"direct": false,
"issue": "First paragraph is 2 words and does not look like a concise direct answer."
},
{
"heading": "99%",
"headingHtml": "<h3 style=\"--stat-color:#CDCCFF\" data-element-page-location=\"body\" data-element-type=\"heading\" class=\"textStyle_hero.4xl.700 layerStyle_hero.4xl.700 hasDarkBackground:c_white dark:c_white m_0 c_var(--stat-color) fs_fs40 min500:fs_fs64 langES:fs_fs32 langSV:fs_fs32 langPT:fs_fs32\">99%</h3>",
"firstParagraph": "of Fortune 500",
"paragraphHtml": "<p data-element-page-location=\"body\" data-element-type=\"text\" class=\"textStyle_paragraph.l.400 layerStyle_paragraph.l.400 hasDarkBackground:c_white dark:c_white ta_center m_0 mt_s12 c_white ff_graphikWide\">of Fortune 500</p>",
"words": 3,
"direct": false,
"issue": "First paragraph is 3 words and does not look like a concise direct answer."
},
{
"heading": "180+",
"headingHtml": "<h3 style=\"--stat-color:#CDCCFF\" data-element-page-location=\"body\" data-element-type=\"heading\" class=\"textStyle_hero.4xl.700 layerStyle_hero.4xl.700 hasDarkBackground:c_white dark:c_white m_0 c_var(--stat-color) fs_fs40 min500:fs_fs64 langES:fs_fs32 langSV:fs_fs32 langPT:fs_fs32\">180+</h3>",
"firstParagraph": "countries",
"paragraphHtml": "<p data-element-page-location=\"body\" data-element-type=\"text\" class=\"textStyle_paragraph.l.400 layerStyle_paragraph.l.400 hasDarkBackground:c_white dark:c_white ta_center m_0 mt_s12 c_white ff_graphikWide\">countries</p>",
"words": 1,
"direct": false,
"issue": "First paragraph is 1 words and does not look like a concise direct answer."
},
{
"heading": "#13",
"headingHtml": "<h3 style=\"--stat-color:#CDCCFF\" data-element-page-location=\"body\" data-element-type=\"heading\" class=\"textStyle_hero.4xl.700 layerStyle_hero.4xl.700 hasDarkBackground:c_white dark:c_white m_0 c_var(--stat-color) fs_fs40 min500:fs_fs64 langES:fs_fs32 langSV:fs_fs32 langPT:fs_fs32\">#13</h3>",
"firstParagraph": "Okta 2026 most popular apps",
"paragraphHtml": "<p data-element-page-location=\"body\" data-element-type=\"text\" class=\"textStyle_paragraph.l.400 layerStyle_paragraph.l.400 hasDarkBackground:c_white dark:c_white ta_center m_0 mt_s12 c_white ff_graphikWide\">Okta 2026 most popular apps</p>",
"words": 5,
"direct": false,
"issue": "First paragraph is 5 words and does not look like a concise direct answer."
},
{
"heading": "See and build the future with AI in Lucid",
"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\">See and build the future with AI in Lucid</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": "Products",
"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\">Products</h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Solutions",
"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\">Solutions</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\">©</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
AEO: Answer intent coverage
AEO: Answer intent coverage scored 70/100 and needs improvement.
1 Warning
GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AEO: Answer intent coverage
AEO: Answer intent coverage scored 70/100 and needs improvement.
Needs attention
AEO: Answer intent coverage
Issue
Missing likely AI Overview intent sections: what, how, cost, compare.
Details
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": "Provide deep context for agentic AI",
"html": "<h2 data-element-page-location=\"body\" data-element-type=\"heading\" class=\"textStyle_hero.3xl.200 layerStyle_hero.3xl.200 hasDarkBackground:c_white dark:c_white max-w_1024px c_white m_{spacing.s32}_auto ta_center ff_graphikWide mt_0 tw_wrap highlightedText:c_teal.20 highlightedText:fw_fw900\"><span class=\"nonHighlightedText\" data-highlighted=\"false\">Provide deep context for </span><span data-highlighted=\"true\">agentic AI</span></h2>"
},
{
"text": "Work acceleration for every team",
"html": "<h2 style=\"color:#3C41C2\" data-element-page-location=\"body\" data-element-type=\"heading\" class=\"textStyle_heading.2xl layerStyle_heading.2xl hasDarkBackground:c_white dark:c_white mb_s24 min500:mb_s40\">Work acceleration for every team</h2>"
},
{
"text": "Purpose-built solutions",
"html": "<h2 data-element-page-location=\"body\" data-element-type=\"heading\" class=\"textStyle_hero.2xl.700 layerStyle_hero.2xl.700 hasDarkBackground:c_white dark:c_white w_100% c_indigo.80\">Purpose-built solutions</h2>"
},
{
"text": "The standard for enterprises",
"html": "<h2 data-element-page-location=\"body\" data-element-type=\"heading\" class=\"textStyle_hero.2xl.700 layerStyle_hero.2xl.700 hasDarkBackground:c_white dark:c_white w_100% c_coolGrey.100 highlightedText:c_teal.20\">The standard for enterprises</h2>"
},
{
"text": "Connected tools across the board",
"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\">Connected tools across the board</h2>"
},
{
"text": "The most used platform of its kind",
"html": "<h2 data-element-page-location=\"body\" data-element-type=\"heading\" class=\"textStyle_hero.2xl.700 layerStyle_hero.2xl.700 hasDarkBackground:c_white dark:c_white c_white\">The most used platform of its kind</h2>"
},
{
"text": "See and build the future with AI in Lucid",
"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\">See and build the future with AI in Lucid</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": "Products",
"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\">Products</h2>"
},
{
"text": "Solutions",
"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\">Solutions</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 Transform Your Business With AI?",
"pattern": {}
},
{
"id": "how",
"label": "How does Transform Your Business With AI work?",
"pattern": {}
},
{
"id": "benefits",
"label": "Why use Transform Your Business With AI?",
"pattern": {}
},
{
"id": "cost",
"label": "Is Transform Your Business With AI free or paid?",
"pattern": {}
},
{
"id": "compare",
"label": "How does Transform Your Business With AI compare with alternatives?",
"pattern": {}
}
],
"missing": [
{
"id": "what",
"label": "What is Transform Your Business With AI?",
"pattern": {}
},
{
"id": "how",
"label": "How does Transform Your Business With AI work?",
"pattern": {}
},
{
"id": "cost",
"label": "Is Transform Your Business With AI free or paid?",
"pattern": {}
},
{
"id": "compare",
"label": "How does Transform Your Business With AI 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
Agent Ease of UseAPIEmerging recommendation
AI context endpoint
AI context endpoint is informational for this page.
Needs attention
AI context endpoint
Issue
AI context endpoint is informational for this page.
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
Fetch to find resource
AI context endpoint was not found at the expected path.
Evidence
{
"steps": [
{
"id": "fetch",
"title": "Fetch to find resource",
"status": "informational",
"evidence": {
"checked": [
{
"path": "/api/ai/context",
"statusCode": 404,
"contentType": "text/html",
"length": 390270
},
{
"path": "/api/context",
"statusCode": 404,
"contentType": "text/html",
"length": 390270
},
{
"path": "/context",
"statusCode": 404,
"contentType": "text/html",
"length": 390270
}
]
},
"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
GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AIO: Query intent coverage
AIO: Query intent coverage is informational for this page.
Needs attention
AIO: Query intent coverage
Issue
Missing likely AI Overview intent sections: what, how, cost, compare.
Details
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": "Provide deep context for agentic AI",
"html": "<h2 data-element-page-location=\"body\" data-element-type=\"heading\" class=\"textStyle_hero.3xl.200 layerStyle_hero.3xl.200 hasDarkBackground:c_white dark:c_white max-w_1024px c_white m_{spacing.s32}_auto ta_center ff_graphikWide mt_0 tw_wrap highlightedText:c_teal.20 highlightedText:fw_fw900\"><span class=\"nonHighlightedText\" data-highlighted=\"false\">Provide deep context for </span><span data-highlighted=\"true\">agentic AI</span></h2>"
},
{
"text": "Work acceleration for every team",
"html": "<h2 style=\"color:#3C41C2\" data-element-page-location=\"body\" data-element-type=\"heading\" class=\"textStyle_heading.2xl layerStyle_heading.2xl hasDarkBackground:c_white dark:c_white mb_s24 min500:mb_s40\">Work acceleration for every team</h2>"
},
{
"text": "Purpose-built solutions",
"html": "<h2 data-element-page-location=\"body\" data-element-type=\"heading\" class=\"textStyle_hero.2xl.700 layerStyle_hero.2xl.700 hasDarkBackground:c_white dark:c_white w_100% c_indigo.80\">Purpose-built solutions</h2>"
},
{
"text": "The standard for enterprises",
"html": "<h2 data-element-page-location=\"body\" data-element-type=\"heading\" class=\"textStyle_hero.2xl.700 layerStyle_hero.2xl.700 hasDarkBackground:c_white dark:c_white w_100% c_coolGrey.100 highlightedText:c_teal.20\">The standard for enterprises</h2>"
},
{
"text": "Connected tools across the board",
"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\">Connected tools across the board</h2>"
},
{
"text": "The most used platform of its kind",
"html": "<h2 data-element-page-location=\"body\" data-element-type=\"heading\" class=\"textStyle_hero.2xl.700 layerStyle_hero.2xl.700 hasDarkBackground:c_white dark:c_white c_white\">The most used platform of its kind</h2>"
},
{
"text": "See and build the future with AI in Lucid",
"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\">See and build the future with AI in Lucid</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": "Products",
"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\">Products</h2>"
},
{
"text": "Solutions",
"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\">Solutions</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 Transform Your Business With AI?",
"pattern": {}
},
{
"id": "how",
"label": "How does Transform Your Business With AI work?",
"pattern": {}
},
{
"id": "benefits",
"label": "Why use Transform Your Business With AI?",
"pattern": {}
},
{
"id": "cost",
"label": "Is Transform Your Business With AI free or paid?",
"pattern": {}
},
{
"id": "compare",
"label": "How does Transform Your Business With AI compare with alternatives?",
"pattern": {}
}
],
"missing": [
{
"id": "what",
"label": "What is Transform Your Business With AI?",
"pattern": {}
},
{
"id": "how",
"label": "How does Transform Your Business With AI work?",
"pattern": {}
},
{
"id": "cost",
"label": "Is Transform Your Business With AI free or paid?",
"pattern": {}
},
{
"id": "compare",
"label": "How does Transform Your Business With AI compare with alternatives?",
"pattern": {}
}
],
"score": 70,
"weight": 4
}GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
GEO: Q&A and FAQ opportunities
GEO: Q&A and FAQ opportunities is informational for this page.
Informational
GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
GEO: Q&A and FAQ opportunities
GEO: Q&A and FAQ opportunities is informational for this page.
Needs attention
GEO: Q&A and FAQ opportunities
Issue
12 h2 heading(s) are not phrased as questions; this is optional and only useful where Q&A wording is natural. No visible FAQ or FAQPage schema was detected; this is optional unless the page answers common questions.
Details
Why it matters
Generative engines favor pages with self-contained answer passages, clear entities, structured data, summaries, FAQ patterns, and crawler-accessible HTML that can be cited without extra interpretation.
Check name
GEO: Q&A and FAQ opportunities
Score
75/100
Status
informational
Category
GEO, AIO & AEO
Maturity
Emerging recommendation
Goal
Make page content easy for AI answer engines to extract, cite, and attribute.
Result
GEO: Q&A and FAQ opportunities is informational for this page.
Evidence
{
"h2Count": 12,
"questionH2s": 0,
"hasFaq": false,
"nonQuestionH2s": [
{
"index": 1,
"text": "Provide deep context for agentic AI",
"isQuestion": false,
"html": "<h2 data-element-page-location=\"body\" data-element-type=\"heading\" class=\"textStyle_hero.3xl.200 layerStyle_hero.3xl.200 hasDarkBackground:c_white dark:c_white max-w_1024px c_white m_{spacing.s32}_auto ta_center ff_graphikWide mt_0 tw_wrap highlightedText:c_teal.20 highlightedText:fw_fw900\"><span class=\"nonHighlightedText\" data-highlighted=\"false\">Provide deep context for </span><span data-highlighted=\"true\">agentic AI</span></h2>"
},
{
"index": 2,
"text": "Work acceleration for every team",
"isQuestion": false,
"html": "<h2 style=\"color:#3C41C2\" data-element-page-location=\"body\" data-element-type=\"heading\" class=\"textStyle_heading.2xl layerStyle_heading.2xl hasDarkBackground:c_white dark:c_white mb_s24 min500:mb_s40\">Work acceleration for every team</h2>"
},
{
"index": 3,
"text": "Purpose-built solutions",
"isQuestion": false,
"html": "<h2 data-element-page-location=\"body\" data-element-type=\"heading\" class=\"textStyle_hero.2xl.700 layerStyle_hero.2xl.700 hasDarkBackground:c_white dark:c_white w_100% c_indigo.80\">Purpose-built solutions</h2>"
},
{
"index": 4,
"text": "The standard for enterprises",
"isQuestion": false,
"html": "<h2 data-element-page-location=\"body\" data-element-type=\"heading\" class=\"textStyle_hero.2xl.700 layerStyle_hero.2xl.700 hasDarkBackground:c_white dark:c_white w_100% c_coolGrey.100 highlightedText:c_teal.20\">The standard for enterprises</h2>"
},
{
"index": 5,
"text": "Connected tools across the board",
"isQuestion": false,
"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\">Connected tools across the board</h2>"
},
{
"index": 6,
"text": "The most used platform of its kind",
"isQuestion": false,
"html": "<h2 data-element-page-location=\"body\" data-element-type=\"heading\" class=\"textStyle_hero.2xl.700 layerStyle_hero.2xl.700 hasDarkBackground:c_white dark:c_white c_white\">The most used platform of its kind</h2>"
},
{
"index": 7,
"text": "See and build the future with AI in Lucid",
"isQuestion": false,
"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\">See and build the future with AI in Lucid</h2>"
},
{
"index": 8,
"text": "Get Started",
"isQuestion": false,
"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>"
},
{
"index": 9,
"text": "Products",
"isQuestion": false,
"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\">Products</h2>"
},
{
"index": 10,
"text": "Solutions",
"isQuestion": false,
"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\">Solutions</h2>"
},
{
"index": 11,
"text": "Company",
"isQuestion": false,
"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>"
},
{
"index": 12,
"text": "Resources",
"isQuestion": false,
"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>"
}
],
"score": 75,
"weight": 4
}AI DiscoverabilityDiscoverabilityEstablished
IndexNow key
IndexNow key is informational for this page.
Informational
AI DiscoverabilityDiscoverabilityEstablished
IndexNow key
IndexNow key is informational for this page.
Needs attention
IndexNow key
Issue
IndexNow key is informational for this page.
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
Find advertised IndexNow key location
No IndexNow key location was advertised in HTML, Link headers, or robots.txt.
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
Agent Ease of UseAuthEstablished
OAuth / OIDC discovery
OAuth / OIDC discovery has an informational finding because the page appears to support authentication.
Needs attention
OAuth / OIDC discovery
Issue
OAuth / OIDC discovery was not found at the expected path.
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
Fetch to find resource
OAuth / OIDC discovery was not found at the expected path.
Evidence
{
"failedStep": "fetch",
"steps": [
{
"id": "fetch",
"title": "Fetch to find resource",
"status": "fail",
"evidence": {
"checked": [
{
"path": "/.well-known/openid-configuration",
"statusCode": 404,
"contentType": "text/html",
"length": 390270
},
{
"path": "/.well-known/oauth-authorization-server",
"statusCode": 404,
"contentType": "text/html",
"length": 390270
}
]
},
"issue": "OAuth / OIDC discovery was not found at the expected path.",
"howToFix": "Publish valid OAuth/OIDC metadata only when the site actually supports OAuth/OIDC. Otherwise omit provider discovery and document any unauthenticated public APIs separately."
}
],
"authApplicability": {
"supportsAuth": true,
"score": 9,
"signals": [
{
"source": "link:href",
"weight": 3,
"match": "auth link"
},
{
"source": "visible-text",
"weight": 3,
"match": "log in"
},
{
"source": "visible-text",
"weight": 3,
"match": "sign up"
}
]
},
"resourceFetchSucceeded": false
}Agent Ease of UseAuthEmerging recommendation
OAuth Protected Resource
OAuth Protected Resource has an informational finding because the page appears to support authentication.
Informational
Agent Ease of UseAuthEmerging recommendation
OAuth Protected Resource
OAuth Protected Resource has an informational finding because the page appears to support authentication.
Needs attention
OAuth Protected Resource
Issue
The OAuth Protected Resource metadata endpoint did not return HTTP 2xx.
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
Fetch protected resource metadata
The OAuth Protected Resource metadata endpoint did not return HTTP 2xx.
Validate protected resource metadata
Response is not valid JSON.
Validate protected resource identity
Protected resource metadata `resource` did not match the resource identifier used to retrieve it.
Probe protected API Bearer challenge
No protected route with a 401 Bearer challenge was detected; metadata alone does not prove a protected resource.
Evidence
{
"failedStep": "fetch",
"steps": [
{
"id": "fetch",
"title": "Fetch protected resource metadata",
"status": "fail",
"evidence": {
"path": "/.well-known/oauth-protected-resource",
"statusCode": 404,
"contentType": "text/html"
},
"issue": "The OAuth Protected Resource metadata endpoint did not return HTTP 2xx.",
"howToFix": "Publish /.well-known/oauth-protected-resource JSON."
},
{
"id": "metadata",
"title": "Validate protected resource metadata",
"status": "fail",
"evidence": {
"valid": false,
"compatibleContentType": false,
"issue": "Response is not valid JSON.",
"rawExcerpt": "<!DOCTYPE html><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 5.16.1\"/><meta content=\"0t2qKaKYD9QgArgGCJMB8NsQ66Y-b4goLsNHPBxGG_M\" id=\"google-site-verification\" name=\"google-site-verification\"/><link href=\"/sitemap.xml\" rel=\"sitemap\" type=\"application/xml\"/><link as=\"font\" crossorigin=\"anonymous\" href=\"https://cdn-cashy-static-assets.lucidchart.com/fonts/graphik/Graphik-SuperItalic-Cy-Web.woff2\" id=\"font-graphik-superitalic-cy-web\" rel=\"preload\" type=\"font/woff2\"/><link as=\"font\" crossorigin=\"anonymous\" href=\"https://cdn-cashy-static-assets.lucidchart.com/fonts/graphik/Graphik-Super-Cy-Web.woff2\" id=\"font-graphik-s"
},
"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://lucid.co"
},
"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://lucid.co/.well-known/oauth-protected-resource",
"metadataUrlMatches": true,
"resourceMatchesRequestContext": true
},
{
"path": "/api/admin/summary",
"statusCode": 404,
"wwwAuthenticate": {
"valid": false,
"present": false
},
"expectedMetadataUrl": "https://lucid.co/.well-known/oauth-protected-resource",
"metadataUrlMatches": true,
"resourceMatchesRequestContext": true
},
{
"path": "/api/scans",
"statusCode": 404,
"wwwAuthenticate": {
"valid": false,
"present": false
},
"expectedMetadataUrl": "https://lucid.co/.well-known/oauth-protected-resource",
"metadataUrlMatches": true,
"resourceMatchesRequestContext": true
}
]
},
"issue": "No protected route with a 401 Bearer challenge was detected; metadata alone does not prove a protected resource.",
"howToFix": "When this site exposes bearer-protected APIs, return 401 with WWW-Authenticate: Bearer and link resource_metadata."
}
],
"authApplicability": {
"supportsAuth": true,
"score": 9,
"signals": [
{
"source": "link:href",
"weight": 3,
"match": "auth link"
},
{
"source": "visible-text",
"weight": 3,
"match": "log in"
},
{
"source": "visible-text",
"weight": 3,
"match": "sign up"
}
]
},
"resourceFetchSucceeded": false
}SEOSEOBrowser audit
Links do not have descriptive text
100 Fail
SEOSEOBrowser audit
Links do not have descriptive text
Check name
Links do not have descriptive text
Score
0/100
Status
fail
Device
desktop
Category
SEO
Estimated savings
7 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": "7 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 AccessibilityBest PracticesBrowser audit
Uses deprecated APIs
100 Fail
Performance and AccessibilityBest PracticesBrowser audit
Uses deprecated APIs
Check name
Uses deprecated APIs
Score
0/100
Status
fail
Device
desktop
Category
Best Practices
Estimated savings
2 warnings found
Fix guidance
Deprecated APIs will eventually be removed from the browser. [Learn more about deprecated APIs](https://developer.chrome.com/docs/lighthouse/best-practices/deprecations/).
Evidence
{
"displayValue": "2 warnings found",
"description": "Deprecated APIs will eventually be removed from the browser. [Learn more about deprecated APIs](https://developer.chrome.com/docs/lighthouse/best-practices/deprecations/)."
}Performance and AccessibilityPerformanceBrowser audit
Avoid large layout shifts
20 Fail
Performance and AccessibilityPerformanceBrowser audit
Avoid large layout shifts
Check name
Avoid large layout shifts
Score
0/100
Status
fail
Device
desktop
Category
Performance
Estimated savings
2 layout shifts found
Fix guidance
These are the largest layout shifts observed on the page. Each table item represents a single layout shift, and shows the element that shifted the most. Below each item are possible root causes that led to the layout shift. Some of these layout shifts may not be included in the CLS metric value due to [windowing](https://web.dev/articles/cls#what_is_cls). [Learn how to improve CLS](https://web.dev/articles/optimize-cls)
References
https://web.dev/learn/performance/Evidence
{
"displayValue": "2 layout shifts found",
"description": "These are the largest layout shifts observed on the page. Each table item represents a single layout shift, and shows the element that shifted the most. Below each item are possible root causes that led to the layout shift. Some of these layout shifts may not be included in the CLS metric value due to [windowing](https://web.dev/articles/cls#what_is_cls). [Learn how to improve CLS](https://web.dev/articles/optimize-cls)"
}Performance and AccessibilityPerformanceBrowser audit
Reduce JavaScript execution time
20 Fail
Performance and AccessibilityPerformanceBrowser audit
Reduce JavaScript execution time
Check name
Reduce JavaScript execution time
Score
0/100
Status
fail
Device
desktop
Category
Performance
Estimated savings
84.4Â s
Fix guidance
Consider reducing the time spent parsing, compiling, and executing JS. You may find delivering smaller JS payloads helps with this. [Learn how to reduce Javascript execution time](https://developer.chrome.com/docs/lighthouse/performance/bootup-time/).
References
https://web.dev/learn/performance/Evidence
{
"displayValue": "84.4Â s",
"description": "Consider reducing the time spent parsing, compiling, and executing JS. You may find delivering smaller JS payloads helps with this. [Learn how to reduce Javascript execution time](https://developer.chrome.com/docs/lighthouse/performance/bootup-time/).",
"numericValue": 84366.01199999989
}Performance and AccessibilityPerformanceBrowser audit
Loading performance
16 Fail
Performance and AccessibilityPerformanceBrowser audit
Loading performance
Check name
Loading performance
Score
18/100
Status
fail
Device
desktop
Category
Performance
Fix guidance
Review the grouped loading performance checks and improve the failing sub-checks listed in evidence.
References
https://web.dev/learn/performance/Evidence
{
"checks": [
{
"id": "first-contentful-paint",
"title": "First Contentful Paint",
"score": 0,
"displayValue": "6.5Â s",
"numericValue": 6503.3331
},
{
"id": "largest-contentful-paint",
"title": "Largest Contentful Paint",
"score": 0,
"displayValue": "10.9Â s",
"numericValue": 10852.904929999999
},
{
"id": "speed-index",
"title": "Speed Index",
"score": 0,
"displayValue": "33.6Â s",
"numericValue": 33602.11580067621
},
{
"id": "total-blocking-time",
"title": "Total Blocking Time",
"score": 0,
"displayValue": "109,830Â ms",
"numericValue": 109830.99999999997
},
{
"id": "max-potential-fid",
"title": "Max Potential First Input Delay",
"score": 0,
"displayValue": "6,980Â ms",
"numericValue": 6977
},
{
"id": "server-response-time",
"title": "Initial server response time was short",
"score": 100,
"displayValue": "Root document took 300Â ms",
"numericValue": 301.767
},
{
"id": "interactive",
"title": "Time to Interactive",
"score": 0,
"displayValue": "145.9Â s",
"numericValue": 145906.48659999997
},
{
"id": "uses-rel-preconnect",
"title": "Preconnect to required origins",
"score": 0,
"displayValue": "Est savings of 380Â ms",
"numericValue": 381.0742
},
{
"id": "network-rtt",
"title": "Network Round Trip Times",
"score": 100,
"displayValue": "140Â ms",
"numericValue": 140.962
},
{
"id": "third-party-summary",
"title": "Reduce the impact of third-party code",
"score": 0,
"displayValue": "Third-party code blocked the main thread for 60,300Â ms"
},
{
"id": "largest-contentful-paint-element",
"title": "Largest Contentful Paint element",
"score": 0,
"displayValue": "10,850Â ms"
}
]
}Performance and AccessibilityPerformanceBrowser audit
Image optimization
10 Fail
Performance and AccessibilityPerformanceBrowser audit
Image optimization
Check name
Image optimization
Score
50/100
Status
fail
Device
desktop
Category
Performance
Fix guidance
Review the grouped image optimization checks and improve the failing sub-checks listed in evidence.
References
https://web.dev/learn/performance/Evidence
{
"checks": [
{
"id": "image-aspect-ratio",
"title": "Displays images with correct aspect ratio",
"score": 100
},
{
"id": "uses-responsive-images",
"title": "Properly size images",
"score": 0,
"displayValue": "Est savings of 329Â KiB",
"numericValue": 30
}
]
}Performance and AccessibilityPerformanceBrowser audit
Ensure text remains visible during webfont load
10 Warning
Performance and AccessibilityPerformanceBrowser audit
Ensure text remains visible during webfont load
Check name
Ensure text remains visible during webfont load
Score
50/100
Status
warning
Device
desktop
Category
Performance
Fix guidance
Leverage the `font-display` CSS feature to ensure text is user-visible while webfonts are loading. [Learn more about `font-display`](https://developer.chrome.com/docs/lighthouse/performance/font-display/).
References
https://web.dev/learn/performance/Evidence
{
"description": "Leverage the `font-display` CSS feature to ensure text is user-visible while webfonts are loading. [Learn more about `font-display`](https://developer.chrome.com/docs/lighthouse/performance/font-display/)."
}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.
| Scan date | Score | Readiness | Report |
|---|---|---|---|
| 43/100 | Level 2, Agent-Limited | Current report |