Export Report
OVERALL SCORE
Level 3, Bot-Aware
- AI Discoverability 29 out of 100
- Agent Ease of Use 6 out of 100
- Security & Trust 40 out of 100
- GEO, AIO and AEO 76 out of 100
- SEO 92 out of 100
- Performance and Accessibility 73 out of 100
What AI sees of your website
The Agentic CS Platform Behind Exceptional Ecommerce Brands
The customer service platform for ecommerce brands. AI that resolves inquiries, agents that close the loop, and every channel in one place.
Next step
Turn this report into a fix workflow
28 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 | 29 | Priority fix | 5 | 17 | 1 | View details |
| Discoverability | 43 | Priority fix | 3 | 6 | 0 | View details |
| Content Readiness | 38 | Priority fix | 2 | 7 | 1 | View details |
| Bot Access Control | 0 | Priority fix | 0 | 4 | 0 | View details |
| Agent Ease of Use | 6 | Priority fix | 4 | 29 | 3 | View details |
| API | 0 | Priority fix | 0 | 6 | 0 | View details |
| Auth | Not Applicable | Not Applicable | 0 | 7 | 0 | View details |
| MCP | 13 | Priority fix | 0 | 6 | 2 | View details |
| Skill Discovery | 5 | Priority fix | 0 | 10 | 1 | View details |
| Agent Commerce | Not Applicable | Not Applicable | 4 | 0 | 0 | |
| GEO, AIO and AEO | 76 | Mostly ready | 6 | 2 | 12 | View details |
| GEO Readiness | 88 | Mostly ready | 3 | 0 | 3 | |
| AIO Readiness | 76 | Mostly ready | 2 | 1 | 4 | View details |
| AEO Readiness | 63 | 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 | 40 | Priority fix | 6 | 3 | 0 | View details |
| Security & Trust | 40 | Priority fix | 2 | 3 | 0 | View details |
| AI Training Exposure | Not Applicable | Not Applicable | 4 | 0 | 0 | |
| Performance and Accessibility | 73 | Needs work | 19 | 4 | 5 | View details |
| Performance | 61 | Needs work | 13 | 4 | 5 | View details |
| Accessibility | 96 | Strong | 6 | 0 | 0 |
Prioritized recommendations
Issues ranked by score impact
53 items need attention
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; charset=utf-8"
},
"issue": "The API catalog endpoint did not return HTTP 2xx.",
"howToFix": "Publish /.well-known/api-catalog."
},
{
"id": "validate",
"title": "Validate RFC 9727 linkset",
"status": "fail",
"evidence": {
"valid": false,
"compatibleContentType": false,
"issue": "Response is not valid JSON.",
"rawExcerpt": "<!DOCTYPE html>\n<html>\n <body>\n <p>Invalid .well-known request</p>\n </body>\n</html>"
},
"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; charset=utf-8" 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; charset=utf-8" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.
Evidence
{
"failedStep": "fetch",
"steps": [
{
"id": "fetch",
"title": "Find valid OpenAPI document",
"status": "fail",
"evidence": {
"checked": [
{
"path": "/openapi.json",
"statusCode": 404,
"contentType": "text/html; charset=utf-8",
"valid": false,
"issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html; charset=utf-8\" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
"compatibleContentType": false,
"format": "yaml",
"version": "",
"pathCount": 0,
"operationCount": 0,
"rawExcerpt": "<!DOCTYPE html>\n<html lang=\"en\">\n\n<head>\n <meta charset=\"utf-8\">\n <title>404 - Page not found</title>\n <meta content=\"The page you are looking for doesn't exist or has been moved.\" name=\"description\">\n <meta content=\"width=device-width, initial-scale=1\" name=\"viewport\">\n\n <link href=\"https://app-assets.website-files.com/css/webflow-https-errors.webflow.css\" rel=\"stylesheet\" type=\"text/css\">\n\n <link href=\"https://app-assets.website-files.com/static/favicon_designer.88fce7c7f8.png\" rel=\"shortcut icon\" type=\"image/x-icon\">\n</head>\n\n<body>\n<div class=\"utility-wrapper\">\n <div class=\"utility-container\">\n <div class=\"text-mono\">404</div>\n <div class=\"utility-content\">\n <h1>Page not found<br></h1>\n <p>The page you are looking for doesn&"
},
{
"path": "/openapi.yaml",
"statusCode": 404,
"contentType": "text/html; charset=utf-8",
"valid": false,
"issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html; charset=utf-8\" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
"compatibleContentType": false,
"format": "yaml",
"version": "",
"pathCount": 0,
"operationCount": 0,
"rawExcerpt": "<!DOCTYPE html>\n<html lang=\"en\">\n\n<head>\n <meta charset=\"utf-8\">\n <title>404 - Page not found</title>\n <meta content=\"The page you are looking for doesn't exist or has been moved.\" name=\"description\">\n <meta content=\"width=device-width, initial-scale=1\" name=\"viewport\">\n\n <link href=\"https://app-assets.website-files.com/css/webflow-https-errors.webflow.css\" rel=\"stylesheet\" type=\"text/css\">\n\n <link href=\"https://app-assets.website-files.com/static/favicon_designer.88fce7c7f8.png\" rel=\"shortcut icon\" type=\"image/x-icon\">\n</head>\n\n<body>\n<div class=\"utility-wrapper\">\n <div class=\"utility-container\">\n <div class=\"text-mono\">404</div>\n <div class=\"utility-content\">\n <h1>Page not found<br></h1>\n <p>The page you are looking for doesn&"
},
{
"path": "/swagger.json",
"statusCode": 404,
"contentType": "text/html; charset=utf-8",
"valid": false,
"issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html; charset=utf-8\" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
"compatibleContentType": false,
"format": "yaml",
"version": "",
"pathCount": 0,
"operationCount": 0,
"rawExcerpt": "<!DOCTYPE html>\n<html lang=\"en\">\n\n<head>\n <meta charset=\"utf-8\">\n <title>404 - Page not found</title>\n <meta content=\"The page you are looking for doesn't exist or has been moved.\" name=\"description\">\n <meta content=\"width=device-width, initial-scale=1\" name=\"viewport\">\n\n <link href=\"https://app-assets.website-files.com/css/webflow-https-errors.webflow.css\" rel=\"stylesheet\" type=\"text/css\">\n\n <link href=\"https://app-assets.website-files.com/static/favicon_designer.88fce7c7f8.png\" rel=\"shortcut icon\" type=\"image/x-icon\">\n</head>\n\n<body>\n<div class=\"utility-wrapper\">\n <div class=\"utility-container\">\n <div class=\"text-mono\">404</div>\n <div class=\"utility-content\">\n <h1>Page not found<br></h1>\n <p>The page you are looking for doesn&"
},
{
"path": "/swagger.yaml",
"statusCode": 404,
"contentType": "text/html; charset=utf-8",
"valid": false,
"issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html; charset=utf-8\" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
"compatibleContentType": false,
"format": "yaml",
"version": "",
"pathCount": 0,
"operationCount": 0,
"rawExcerpt": "<!DOCTYPE html>\n<html lang=\"en\">\n\n<head>\n <meta charset=\"utf-8\">\n <title>404 - Page not found</title>\n <meta content=\"The page you are looking for doesn't exist or has been moved.\" name=\"description\">\n <meta content=\"width=device-width, initial-scale=1\" name=\"viewport\">\n\n <link href=\"https://app-assets.website-files.com/css/webflow-https-errors.webflow.css\" rel=\"stylesheet\" type=\"text/css\">\n\n <link href=\"https://app-assets.website-files.com/static/favicon_designer.88fce7c7f8.png\" rel=\"shortcut icon\" type=\"image/x-icon\">\n</head>\n\n<body>\n<div class=\"utility-wrapper\">\n <div class=\"utility-container\">\n <div class=\"text-mono\">404</div>\n <div class=\"utility-content\">\n <h1>Page not found<br></h1>\n <p>The page you are looking for doesn&"
},
{
"path": "/api/openapi.json",
"statusCode": 404,
"contentType": "text/html; charset=utf-8",
"valid": false,
"issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html; charset=utf-8\" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
"compatibleContentType": false,
"format": "yaml",
"version": "",
"pathCount": 0,
"operationCount": 0,
"rawExcerpt": "<!DOCTYPE html>\n<html lang=\"en\">\n\n<head>\n <meta charset=\"utf-8\">\n <title>404 - Page not found</title>\n <meta content=\"The page you are looking for doesn't exist or has been moved.\" name=\"description\">\n <meta content=\"width=device-width, initial-scale=1\" name=\"viewport\">\n\n <link href=\"https://app-assets.website-files.com/css/webflow-https-errors.webflow.css\" rel=\"stylesheet\" type=\"text/css\">\n\n <link href=\"https://app-assets.website-files.com/static/favicon_designer.88fce7c7f8.png\" rel=\"shortcut icon\" type=\"image/x-icon\">\n</head>\n\n<body>\n<div class=\"utility-wrapper\">\n <div class=\"utility-container\">\n <div class=\"text-mono\">404</div>\n <div class=\"utility-content\">\n <h1>Page not found<br></h1>\n <p>The page you are looking for doesn&"
},
{
"path": "/api/swagger.json",
"statusCode": 404,
"contentType": "text/html; charset=utf-8",
"valid": false,
"issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html; charset=utf-8\" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
"compatibleContentType": false,
"format": "yaml",
"version": "",
"pathCount": 0,
"operationCount": 0,
"rawExcerpt": "<!DOCTYPE html>\n<html lang=\"en\">\n\n<head>\n <meta charset=\"utf-8\">\n <title>404 - Page not found</title>\n <meta content=\"The page you are looking for doesn't exist or has been moved.\" name=\"description\">\n <meta content=\"width=device-width, initial-scale=1\" name=\"viewport\">\n\n <link href=\"https://app-assets.website-files.com/css/webflow-https-errors.webflow.css\" rel=\"stylesheet\" type=\"text/css\">\n\n <link href=\"https://app-assets.website-files.com/static/favicon_designer.88fce7c7f8.png\" rel=\"shortcut icon\" type=\"image/x-icon\">\n</head>\n\n<body>\n<div class=\"utility-wrapper\">\n <div class=\"utility-container\">\n <div class=\"text-mono\">404</div>\n <div class=\"utility-content\">\n <h1>Page not found<br></h1>\n <p>The page you are looking for doesn&"
},
{
"path": "/docs/openapi.json",
"statusCode": 404,
"contentType": "text/html; charset=utf-8",
"valid": false,
"issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html; charset=utf-8\" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
"compatibleContentType": false,
"format": "yaml",
"version": "",
"pathCount": 0,
"operationCount": 0,
"rawExcerpt": "<!DOCTYPE html>\n<html lang=\"en\">\n\n<head>\n <meta charset=\"utf-8\">\n <title>404 - Page not found</title>\n <meta content=\"The page you are looking for doesn't exist or has been moved.\" name=\"description\">\n <meta content=\"width=device-width, initial-scale=1\" name=\"viewport\">\n\n <link href=\"https://app-assets.website-files.com/css/webflow-https-errors.webflow.css\" rel=\"stylesheet\" type=\"text/css\">\n\n <link href=\"https://app-assets.website-files.com/static/favicon_designer.88fce7c7f8.png\" rel=\"shortcut icon\" type=\"image/x-icon\">\n</head>\n\n<body>\n<div class=\"utility-wrapper\">\n <div class=\"utility-container\">\n <div class=\"text-mono\">404</div>\n <div class=\"utility-content\">\n <h1>Page not found<br></h1>\n <p>The page you are looking for doesn&"
}
]
},
"issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html; charset=utf-8\" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
"howToFix": "Publish a valid OpenAPI 3.x or Swagger 2.0 JSON/YAML document with info, paths, operations, and responses."
}
]
}AI DiscoverabilityBot Access ControlEstablished
AI bot rules in robots.txt
AI bot rules in robots.txt is missing or incomplete.
33 Fail
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
}Security & TrustSecurity & TrustEstablished
Content-Security-Policy
Content-Security-Policy is missing or incomplete.
33 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'"
}Security & TrustSecurity & TrustEstablished
Referrer-Policy
Referrer-Policy is missing or incomplete.
33 Fail
Security & TrustSecurity & TrustEstablished
Referrer-Policy
Referrer-Policy is missing or incomplete.
Needs attention
Referrer-Policy
Issue
Referrer-Policy is missing or incomplete.
Why it matters
Referrer-Policy controls how much URL context is sent to other origins, limiting accidental leakage of paths, queries, and identifiers.
Check name
Referrer-Policy
Score
0/100
Status
fail
Category
Security & Trust
Maturity
Established
Goal
Limit how much referrer data leaves the site.
Result
Referrer-Policy is missing or incomplete.
Evidence
{
"header": "referrer-policy",
"value": null
}AI DiscoverabilityBot Access ControlInformational
Web Bot Auth request signing
Web Bot Auth request signing failed at "Fetch to find resource".
33 Fail
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; charset=utf-8",
"length": 88
}
]
},
"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."
}
]
}Security & TrustSecurity & TrustEstablished
X-Content-Type-Options
X-Content-Type-Options is missing or incomplete.
33 Fail
Security & TrustSecurity & TrustEstablished
X-Content-Type-Options
X-Content-Type-Options is missing or incomplete.
Needs attention
X-Content-Type-Options
Issue
X-Content-Type-Options is missing or incomplete.
Why it matters
X-Content-Type-Options prevents browsers from treating mislabeled files as executable content, reducing content-sniffing attacks.
Check name
X-Content-Type-Options
Score
0/100
Status
fail
Category
Security & Trust
Maturity
Established
Goal
Prevent MIME sniffing for browser-loaded resources.
Result
X-Content-Type-Options is missing or incomplete.
Evidence
{
"header": "x-content-type-options",
"value": null
}AI DiscoverabilityDiscoverabilityEstablished
FAQPage schema
FAQPage schema is missing or incomplete.
25 Fail
AI DiscoverabilityDiscoverabilityEstablished
FAQPage schema
FAQPage schema is missing or incomplete.
Needs attention
FAQPage schema
Issue
FAQ content was detected but no FAQPage schema was found.
Why it matters
FAQPage schema lets agents extract visible question-and-answer content cleanly and avoid guessing which text is an answer.
Check name
FAQPage schema
Score
0/100
Status
fail
Category
Discoverability
Maturity
Established
Goal
Expose question-and-answer content in FAQPage structured data when FAQs are present.
Result
FAQPage schema is missing or incomplete.
Evidence
{
"found": false,
"visibleFaq": true,
"allTypes": [
"SoftwareApplication",
"WebPage"
]
}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 DiscoverabilityContent ReadinessEmerging recommendation
llms.txt
llms.txt failed at "Fetch to find resource".
25 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; charset=utf-8",
"length": 906
},
{
"path": "/llms-full.txt",
"statusCode": 404,
"contentType": "text/html; charset=utf-8",
"length": 906
}
]
},
"issue": "llms.txt was not found at the expected path.",
"howToFix": "Publish /llms.txt as Markdown with a clear title, concise site summary, and useful links for agents."
}
]
}AI DiscoverabilityContent ReadinessEstablished
Markdown negotiation
Markdown negotiation failed at "Markdown content type".
25 Fail
AI DiscoverabilityContent ReadinessEstablished
Markdown negotiation
Markdown negotiation failed at "Markdown content type".
Needs attention
Markdown negotiation
Issue
Content-Type "text/html; charset=utf-8" 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; charset=utf-8" 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; charset=utf-8"
},
"issue": "Content-Type \"text/html; charset=utf-8\" does not indicate Markdown when requested with Accept: text/markdown.",
"howToFix": "Return Content-Type: text/markdown; charset=utf-8 for requests with Accept: text/markdown."
},
{
"id": "vary-accept",
"title": "Vary: Accept header",
"status": "fail",
"evidence": {
"vary": "accept-encoding"
},
"issue": "Markdown negotiation is missing Vary: Accept; current Vary header is \"accept-encoding\".",
"howToFix": "Add Vary: Accept on negotiated Markdown responses so shared caches keep HTML and Markdown variants separate."
},
{
"id": "markdown-content",
"title": "Structured Markdown body",
"status": "fail",
"evidence": {
"valid": false,
"hasHeading": false,
"wordCount": 18204,
"excerpt": "<!DOCTYPE html><!-- Last Published: Tue Jun 09 2026 18:12:54 GMT+0000 (Coordinated Universal Time) --><html data-wf-domain=\"dixa.com\" data-wf-page=\"694a79a1b33f026ed61a47a4\" data-wf-site=\"694a79a0b33f026ed61a478b\" lang=\"en\"><head><meta char",
"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".
25 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; charset=utf-8",
"length": 88
},
{
"path": "/.well-known/mcp/server-cards.json",
"statusCode": 404,
"contentType": "text/html; charset=utf-8",
"length": 88
},
{
"path": "/.well-known/mcp.json",
"statusCode": 404,
"contentType": "text/html; charset=utf-8",
"length": 88
}
]
},
"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".
25 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; charset=utf-8",
"length": 906
},
{
"path": "/.well-known/mcp.json",
"statusCode": 404,
"contentType": "text/html; charset=utf-8",
"length": 88
},
{
"path": "/.well-known/mcp/server-card.json",
"statusCode": 404,
"contentType": "text/html; charset=utf-8",
"length": 88
}
]
},
"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 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": [
"SoftwareApplication",
"WebPage"
]
}AI DiscoverabilityDiscoverabilityEstablished
robots.txt
robots.txt is missing or incomplete.
25 Fail
AI DiscoverabilityDiscoverabilityEstablished
robots.txt
robots.txt is missing or incomplete.
Needs attention
robots.txt
Issue
robots.txt was found but could not be parsed as valid.
Why it matters
robots.txt gives crawlers and agents a standard place to read crawl permissions, disallowed paths, and sitemap locations before requesting site content.
Check name
robots.txt
Score
0/100
Status
fail
Category
Discoverability
Maturity
Established
Goal
Publish /robots.txt with clear crawl rules.
Result
robots.txt is missing or incomplete.
Evidence
{
"statusCode": 200,
"contentType": "text/plain; charset=utf-8",
"parsedUserAgents": [],
"sitemapDirectives": [
"https://dixa.com/sitemap.xml"
],
"rawExcerpt": "Sitemap: https://dixa.com/sitemap.xml"
}AI DiscoverabilityContent ReadinessEstablished
Semantic HTML
Semantic HTML is missing or incomplete.
25 Fail
AI DiscoverabilityContent ReadinessEstablished
Semantic HTML
Semantic HTML is missing or incomplete.
Needs attention
Semantic HTML
Issue
Semantic HTML is incomplete: 0/1 applicable form inputs have autocomplete attributes (1 missing).
Details
Why it matters
Semantic HTML gives browsers, assistive technology, search systems, and agents reliable landmarks, headings, controls, form semantics, and image context.
Check name
Semantic HTML
Score
0/100
Status
fail
Category
Content Readiness
Maturity
Established
Goal
Expose readable page structure through semantic HTML and accessible controls.
Result
Semantic HTML is missing or incomplete.
Evidence
{
"main": true,
"nav": true,
"footer": true,
"meaningfulH1": true,
"headingOrder": true,
"accessibleLinks": true,
"accessibleButtons": true,
"imageAltCoverage": true,
"formAutocompleteCoverage": false,
"details": {
"inaccessibleLinks": [],
"inaccessibleButtons": [],
"missingAutocompleteInputs": [
"<input class=\"input w-input\" maxlength=\"256\" name=\"email\" data-name=\"Email\" aria-label=\"Email\" placeholder=\"Enter your email\" type=\"email\" id=\"email\" required>"
],
"imagesMissingAlt": [],
"skippedHeadingLevels": []
},
"counts": {
"h1": 1,
"headings": 24,
"links": 101,
"inaccessibleLinks": 0,
"buttons": 0,
"inaccessibleButtons": 0,
"images": 86,
"imagesWithAlt": 86,
"autocompleteInputs": 1,
"inputsWithAutocomplete": 0,
"missingAutocompleteInputs": 1
}
}Agent Ease of UseMCPInformational
WebMCP manifest
WebMCP manifest failed at "Fetch to find resource".
25 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; charset=utf-8",
"length": 88
},
{
"path": "/webmcp.json",
"statusCode": 404,
"contentType": "text/html; charset=utf-8",
"length": 906
},
{
"path": "/mcp.json",
"statusCode": 404,
"contentType": "text/html; charset=utf-8",
"length": 906
}
]
},
"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".
20 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; charset=utf-8",
"length": 88
},
{
"path": "/.well-known/a2a/agent-card.json",
"statusCode": 404,
"contentType": "text/html; charset=utf-8",
"length": 88
},
{
"path": "/agent-card.json",
"statusCode": 404,
"contentType": "text/html; charset=utf-8",
"length": 906
}
]
},
"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".
20 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; charset=utf-8",
"length": 88
},
{
"path": "/.well-known/skills/index.json",
"statusCode": 404,
"contentType": "text/html; charset=utf-8",
"length": 88
}
]
},
"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".
20 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; charset=utf-8",
"length": 88
},
{
"path": "/agent.json",
"statusCode": 404,
"contentType": "text/html; charset=utf-8",
"length": 906
}
]
},
"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".
20 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; charset=utf-8",
"length": 88
},
{
"path": "/agents.json",
"statusCode": 404,
"contentType": "text/html; charset=utf-8",
"length": 906
}
]
},
"issue": "agents.json was not found at the expected path.",
"howToFix": "If this site uses agents.json, publish JSON with an agents array containing name and url for each agent."
}
]
}AI DiscoverabilityContent ReadinessEstablished
Content freshness signals
Content freshness signals is partially implemented.
19 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": "Tue, 09 Jun 2026 23:38:07 GMT",
"schemaDates": [],
"metaDateCount": 0,
"timeDateCount": 0
}Agent Ease of UseSkill DiscoveryEmerging recommendation
DNS-AID Agent Discovery
DNS-AID Agent Discovery failed at "Resolve DNS-AID SVCB/HTTPS records".
15 Fail
Agent Ease of UseSkill DiscoveryEmerging recommendation
DNS-AID Agent Discovery
DNS-AID Agent Discovery failed at "Resolve DNS-AID SVCB/HTTPS records".
Needs attention
DNS-AID Agent Discovery
Issue
No DNS-AID entrypoint records were found under _agents.
Why it matters
DNS-AID lets agents discover index, A2A, and other agent entrypoints before fetching HTTP metadata, while DNSSEC can authenticate the discovery zone.
Check name
DNS-AID Agent Discovery
Score
25/100
Status
fail
Category
Skill Discovery
Maturity
Emerging recommendation
Goal
Publish DNS for AI Discovery records under _agents for DNS-based agent entrypoint discovery.
Result
DNS-AID Agent Discovery failed at "Resolve DNS-AID SVCB/HTTPS records".
Validation steps
Resolve DNS-AID SVCB/HTTPS records
No DNS-AID entrypoint records were found under _agents.
Validate alpn and endpoint parameters
Include alpn and endpoint service parameters in each DNS-AID record so agents know the protocol and target entrypoint.
Check DNSSEC material
DNSSEC material was not visible for the hostname or parent zone from this resolver.
Evidence
{
"failedStep": "svcb-https-records",
"steps": [
{
"id": "svcb-https-records",
"title": "Resolve DNS-AID SVCB/HTTPS records",
"status": "fail",
"evidence": {
"hostname": "dixa.com",
"probes": [
{
"name": "_index._agents.dixa.com",
"found": false,
"recordCount": 1,
"records": [],
"hasAlpn": false,
"hasEndpoint": false
},
{
"name": "_a2a._agents.dixa.com",
"found": false,
"recordCount": 1,
"records": [],
"hasAlpn": false,
"hasEndpoint": false
}
]
},
"issue": "No DNS-AID entrypoint records were found under _agents.",
"howToFix": "Publish ServiceMode SVCB/HTTPS records such as _index._agents.example.com or _a2a._agents.example.com."
},
{
"id": "service-params",
"title": "Validate alpn and endpoint parameters",
"status": "informational",
"evidence": {
"discovered": []
},
"howToFix": "Include alpn and endpoint service parameters in each DNS-AID record so agents know the protocol and target entrypoint."
},
{
"id": "dnssec",
"title": "Check DNSSEC material",
"status": "warning",
"evidence": {
"hasDnssecMaterial": false,
"checked": [
{
"name": "dixa.com",
"dnssecTypes": [],
"dnssecRecordCount": 0
}
]
},
"issue": "DNSSEC material was not visible for the hostname or parent zone from this resolver.",
"howToFix": "Sign the public discovery zone with DNSSEC so validating resolvers can return authenticated data."
}
]
}Agent Ease of UseMCPInformational
WebMCP
WebMCP has a validation warning at "Validate WebMCP declarative annotation quality".
13 Warning
Agent Ease of UseMCPInformational
WebMCP
WebMCP has a validation warning at "Validate WebMCP declarative annotation quality".
Needs attention
WebMCP
Issue
WebMCP declarative annotations need fixes.
Details
Why it matters
WebMCP can expose page context and actions directly through the browser, giving agents safer structured hooks than screen scraping alone.
Check name
WebMCP
Score
50/100
Status
warning
Category
MCP
Maturity
Informational
Goal
Support WebMCP to expose site tools to AI agents via the browser.
Result
WebMCP has a validation warning at "Validate WebMCP declarative annotation quality".
Validation steps
Detect data-mcp-tool annotations
No data-mcp-tool attributes were found on interactive elements.
Detect WebMCP declarative tags
No elements found with tool-name or tool-description attributes.
Validate WebMCP declarative annotation quality
WebMCP declarative annotations need fixes.
WebMCP declarative annotation issues
<input name="email"> is missing tool-param-description.<input> is missing a name attribute.<input> is missing a label.<input> is missing tool-param-description.
Detect WebMCP imperative API usage
navigator.modelContext.provideContext(), navigator.modelContext.registerTool(), or other imperative signals were not detected in rendered browser state.
Detect WebMCP browser navigator injection
navigator.modelContext was not detected in the rendered browser page.
Interactive surface coverage
Only 0% of interactive surfaces are annotated.
Evidence
{
"failedStep": "declarative-annotation-quality",
"steps": [
{
"id": "data-mcp-tool-attributes",
"title": "Detect data-mcp-tool annotations",
"status": "informational",
"evidence": {
"dataMcpToolCount": 0,
"dataMcpTools": []
},
"issue": "No data-mcp-tool attributes were found on interactive elements.",
"howToFix": "Add data-mcp-tool attributes to high-value forms, buttons, and links so generic MCP-aware tooling can identify intended actions."
},
{
"id": "declarative-tags",
"title": "Detect WebMCP declarative tags",
"status": "informational",
"evidence": {
"totalForms": 1,
"formsWithTags": 0,
"totalInteractive": 103,
"interactiveWithTags": 0,
"totalCount": 104,
"taggedCount": 0,
"dataMcpToolCount": 0,
"dataMcpTools": [],
"coverage": 0,
"annotationIssues": [
"<input name=\"email\"> is missing tool-param-description.",
"<input> is missing a name attribute.",
"<input> is missing a label.",
"<input> is missing tool-param-description."
]
},
"issue": "No elements found with tool-name or tool-description attributes.",
"howToFix": "Add tool-name and tool-description attributes to forms and interactive elements."
},
{
"id": "declarative-annotation-quality",
"title": "Validate WebMCP declarative annotation quality",
"status": "warning",
"evidence": {
"issueCount": 4,
"issues": [
"<input name=\"email\"> is missing tool-param-description.",
"<input> is missing a name attribute.",
"<input> is missing a label.",
"<input> is missing tool-param-description."
]
},
"issue": "WebMCP declarative annotations need fixes.",
"issueDetails": [
{
"title": "WebMCP declarative annotation issues",
"items": [
{
"type": "code",
"value": "<input name=\"email\"> is missing tool-param-description."
},
{
"type": "code",
"value": "<input> is missing a name attribute."
},
{
"type": "code",
"value": "<input> is missing a label."
},
{
"type": "code",
"value": "<input> is missing tool-param-description."
}
]
}
],
"howToFix": "Use snake_case tool-name values, descriptive tool-description values, named and labeled fields, and tool-param-description on inputs."
},
{
"id": "imperative-api",
"title": "Detect WebMCP imperative API usage",
"status": "informational",
"evidence": {
"staticSignals": {
"detected": false,
"matched": []
},
"browser": {
"checked": true,
"detected": false,
"hasNavigatorModelContext": false,
"modelContextType": "undefined",
"hasProvideContext": false,
"hasRegisterTool": false
}
},
"issue": "navigator.modelContext.provideContext(), navigator.modelContext.registerTool(), or other imperative signals were not detected in rendered browser state.",
"howToFix": "Use navigator.modelContext.provideContext() to register tools programmatically."
},
{
"id": "browser-navigator-injection",
"title": "Detect WebMCP browser navigator injection",
"status": "informational",
"evidence": {
"browser": {
"checked": true,
"detected": false,
"hasNavigatorModelContext": false,
"modelContextType": "undefined",
"hasProvideContext": false,
"hasRegisterTool": false
}
},
"issue": "navigator.modelContext was not detected in the rendered browser page.",
"howToFix": "Expose WebMCP through navigator.modelContext in the browser runtime when the page is intended to provide in-page tools."
},
{
"id": "surface-coverage",
"title": "Interactive surface coverage",
"status": "informational",
"evidence": {
"totalForms": 1,
"formsWithTags": 0,
"totalInteractive": 103,
"interactiveWithTags": 0,
"totalCount": 104,
"taggedCount": 0,
"dataMcpToolCount": 0,
"dataMcpTools": [],
"coverage": 0,
"annotationIssues": [
"<input name=\"email\"> is missing tool-param-description.",
"<input> is missing a name attribute.",
"<input> is missing a label.",
"<input> is missing tool-param-description."
]
},
"issue": "Only 0% of interactive surfaces are annotated.",
"howToFix": "Add WebMCP annotations to all forms and interactive elements to increase agent coverage."
}
],
"staticSignals": {
"detected": false,
"matched": []
},
"coverage": {
"totalForms": 1,
"formsWithTags": 0,
"totalInteractive": 103,
"interactiveWithTags": 0,
"totalCount": 104,
"taggedCount": 0,
"dataMcpToolCount": 0,
"dataMcpTools": [],
"coverage": 0,
"annotationIssues": [
"<input name=\"email\"> is missing tool-param-description.",
"<input> is missing a name attribute.",
"<input> is missing a label.",
"<input> is missing tool-param-description."
]
},
"browserWebMcp": {
"checked": true,
"detected": false,
"hasNavigatorModelContext": false,
"modelContextType": "undefined",
"hasProvideContext": false,
"hasRegisterTool": false
}
}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-us",
"text": "About DixaOur mission and team",
"html": "<a href=\"/about-us\" class=\"dropdown-link w-inline-block\"><div class=\"dropdown-link-image\"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"100%\" viewBox=\"0 0 24 24\" fill=\"none\" class=\"dropdown-icon\"><path d=\"M6 0C4.34531 0 3 1.34531 3 3V21C3 22.6547 4.34531 24 6 24H18C19.6547 24 21 22.6547 21 21V3C21 1.34531 19.6547 0 18 0H6ZM11.25 16.5H12.75C13.5797 16.5 14.25 17.1703 14.25 18V21.75H9.75V18C9.75 17.1703 10.4203 16.5 11.25 16.5ZM7.5 5.25C7.5 4.8375 7.8375 4.5 8.25 4.5H9.75C10.1625 4.5 10.5 4.83..."
},
{
"href": "https://www.dixa.com/customers/celebrate-company/",
"text": "Read customer story",
"html": "<a data-wf--button--variant=\"light-purple\" href=\"https://www.dixa.com/customers/celebrate-company/\" target=\"_blank\" class=\"btn w-variant-fc49c71f-30fd-8920-fc48-8a2bd1844162 w-inline-block\"><div>Read customer story</div><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"100%\" viewBox=\"0 0 14 10\" fill=\"none\" class=\"btn-icon\"><path d=\"M13 3.99992C13.5523 3.99992 14 4.44764 14 4.99992C14 5.55221 13.5523 5.99992 13 5.99992H1C0.447715 5.99992 0 5.55221 0 4.99992C0 4.44764 0.447715 3.99992 1 3.99992H13..."
},
{
"href": "https://www.linkedin.com/company/dixa",
"text": "",
"html": "<a aria-label=\"Linkedin\" href=\"https://www.linkedin.com/company/dixa\" class=\"social-link w-inline-block\"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"100%\" viewBox=\"0 0 20 20\" fill=\"none\" class=\"social-icon\"><path d=\"M16.0561 15.9397H13.517V11.9949C13.517 11.0543 13.5001 9.84334 12.1964 9.84334C10.874 9.84334 10.6717 10.8682 10.6717 11.9265V15.9395H8.13257V7.82739H10.5701V8.93599H10.6042C10.8481 8.52221 11.2006 8.18182 11.6242 7.95106C12.0477 7.72031 12.5263 7.60783 13.0092 7.62561C15.5826..."
}
],
"contactLinks": [
{
"href": "/contact",
"text": "Contact UsGet in touch",
"html": "<a href=\"/contact\" class=\"dropdown-link w-inline-block\"><div class=\"dropdown-link-image\"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"100%\" viewBox=\"0 0 24 24\" fill=\"currentColor\" class=\"dropdown-icon\"><path d=\"M2.25 3C1.00781 3 0 4.00781 0 5.25C0 5.95781 0.332813 6.62344 0.9 7.05L10.65 14.3625C11.4516 14.9625 12.5484 14.9625 13.35 14.3625L23.1 7.05C23.6672 6.62344 24 5.95781 24 5.25C24 4.00781 22.9922 3 21.75 3H2.25ZM0 9.1875V18C0 19.6547 1.34531 21 3 21H21C22.6547 21 24 19.6547 24 18V9.18..."
},
{
"href": "https://support.dixa.help/en/",
"text": "Help CenterGet the help you need",
"html": "<a href=\"https://support.dixa.help/en/\" class=\"dropdown-link w-inline-block\"><div class=\"dropdown-link-image\"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"100%\" viewBox=\"0 0 24 24\" fill=\"none\" class=\"dropdown-icon\"><g clip-path=\"url(#clip0_4028_3405)\"><path d=\"M12 24C15.1826 24 18.2348 22.7357 20.4853 20.4853C22.7357 18.2348 24 15.1826 24 12C24 8.8174 22.7357 5.76516 20.4853 3.51472C18.2348 1.26428 15.1826 0 12 0C8.8174 0 5.76516 1.26428 3.51472 3.51472C1.26428 5.76516 0 8.8174 0 12C0 15.18..."
},
{
"href": "https://releases.dixa.help/en",
"text": "Product ReleasesLatest updates",
"html": "<a href=\"https://releases.dixa.help/en\" class=\"dropdown-link w-inline-block\"><div class=\"dropdown-link-image\"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"100%\" viewBox=\"0 0 24 24\" fill=\"none\" class=\"dropdown-icon\"><g clip-path=\"url(#clip0_4028_3417)\"><path d=\"M6.00097 15.0005H1.1494C-0.0177847 15.0005 -0.734972 13.7302 -0.134972 12.727L2.34472 8.59265C2.75253 7.91297 3.48378 7.50047 4.27597 7.50047H8.72909C12.2963 1.45828 17.6166 1.15359 21.1744 1.6739C21.7744 1.76297 22.2432 2.23172 22.32..."
},
{
"href": "#",
"text": "How is Dixa different from a standard helpdesk?",
"html": "<a href=\"#\" class=\"accordion-opener w-inline-block\"><div id=\"How is Dixa different from a standard helpdesk?\" class=\"line-1\"><strong>How is Dixa different from a standard helpdesk?</strong></div><div class=\"accordion-icon\"><div class=\"line\"></div><div class=\"line vertical\"></div></div></a>"
},
{
"href": "#",
"text": "We're growing fast and support is becoming a bottleneck, can Dixa help?",
"html": "<a href=\"#\" class=\"accordion-opener w-inline-block\"><div id=\"We're growing fast and support is becoming a bottleneck, can Dixa help?\" class=\"line-1\"><strong>We're growing fast and support is becoming a bottleneck, can Dixa help?</strong></div><div class=\"accordion-icon\"><div class=\"line\"></div><div class=\"line vertical\"></div></div></a>"
},
{
"href": "#",
"text": "What kind of support does Dixa provide after you go live?",
"html": "<a href=\"#\" class=\"accordion-opener w-inline-block\"><div id=\"What kind of support does Dixa provide after you go live?\" class=\"line-1\"><strong>What kind of support does Dixa provide after you go live?</strong></div><div class=\"accordion-icon\"><div class=\"line\"></div><div class=\"line vertical\"></div></div></a>"
},
{
"href": "#",
"text": "Can Dixa support multiple brands or markets from one platform?",
"html": "<a href=\"#\" class=\"accordion-opener w-inline-block\"><div id=\"Can Dixa support multiple brands or markets from one platform?\" class=\"line-1\"><strong>Can Dixa support multiple brands or markets from one platform?</strong></div><div class=\"accordion-icon\"><div class=\"line\"></div><div class=\"line vertical\"></div></div></a>"
},
{
"href": "https://support.dixa.help/en/",
"text": "Help Center",
"html": "<a href=\"https://support.dixa.help/en/\" class=\"footer-link\">Help Center</a>"
}
],
"privacyLinks": [
{
"href": "https://www.dixa.com/legal/privacy",
"text": "Privacy",
"html": "<a href=\"https://www.dixa.com/legal/privacy\" class=\"footer-nav-link\">Privacy</a>"
},
{
"href": "https://www.dixa.com/legal/tos",
"text": "Terms",
"html": "<a href=\"https://www.dixa.com/legal/tos\" class=\"footer-nav-link\">Terms</a>"
}
],
"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-us",
"text": "About DixaOur mission and team",
"html": "<a href=\"/about-us\" class=\"dropdown-link w-inline-block\"><div class=\"dropdown-link-image\"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"100%\" viewBox=\"0 0 24 24\" fill=\"none\" class=\"dropdown-icon\"><path d=\"M6 0C4.34531 0 3 1.34531 3 3V21C3 22.6547 4.34531 24 6 24H18C19.6547 24 21 22.6547 21 21V3C21 1.34531 19.6547 0 18 0H6ZM11.25 16.5H12.75C13.5797 16.5 14.25 17.1703 14.25 18V21.75H9.75V18C9.75 17.1703 10.4203 16.5 11.25 16.5ZM7.5 5.25C7.5 4.8375 7.8375 4.5 8.25 4.5H9.75C10.1625 4.5 10.5 4.83..."
},
{
"href": "https://www.dixa.com/customers/celebrate-company/",
"text": "Read customer story",
"html": "<a data-wf--button--variant=\"light-purple\" href=\"https://www.dixa.com/customers/celebrate-company/\" target=\"_blank\" class=\"btn w-variant-fc49c71f-30fd-8920-fc48-8a2bd1844162 w-inline-block\"><div>Read customer story</div><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"100%\" viewBox=\"0 0 14 10\" fill=\"none\" class=\"btn-icon\"><path d=\"M13 3.99992C13.5523 3.99992 14 4.44764 14 4.99992C14 5.55221 13.5523 5.99992 13 5.99992H1C0.447715 5.99992 0 5.55221 0 4.99992C0 4.44764 0.447715 3.99992 1 3.99992H13..."
},
{
"href": "https://www.linkedin.com/company/dixa",
"text": "",
"html": "<a aria-label=\"Linkedin\" href=\"https://www.linkedin.com/company/dixa\" class=\"social-link w-inline-block\"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"100%\" viewBox=\"0 0 20 20\" fill=\"none\" class=\"social-icon\"><path d=\"M16.0561 15.9397H13.517V11.9949C13.517 11.0543 13.5001 9.84334 12.1964 9.84334C10.874 9.84334 10.6717 10.8682 10.6717 11.9265V15.9395H8.13257V7.82739H10.5701V8.93599H10.6042C10.8481 8.52221 11.2006 8.18182 11.6242 7.95106C12.0477 7.72031 12.5263 7.60783 13.0092 7.62561C15.5826..."
}
],
"contactLinks": [
{
"href": "/contact",
"text": "Contact UsGet in touch",
"html": "<a href=\"/contact\" class=\"dropdown-link w-inline-block\"><div class=\"dropdown-link-image\"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"100%\" viewBox=\"0 0 24 24\" fill=\"currentColor\" class=\"dropdown-icon\"><path d=\"M2.25 3C1.00781 3 0 4.00781 0 5.25C0 5.95781 0.332813 6.62344 0.9 7.05L10.65 14.3625C11.4516 14.9625 12.5484 14.9625 13.35 14.3625L23.1 7.05C23.6672 6.62344 24 5.95781 24 5.25C24 4.00781 22.9922 3 21.75 3H2.25ZM0 9.1875V18C0 19.6547 1.34531 21 3 21H21C22.6547 21 24 19.6547 24 18V9.18..."
},
{
"href": "https://support.dixa.help/en/",
"text": "Help CenterGet the help you need",
"html": "<a href=\"https://support.dixa.help/en/\" class=\"dropdown-link w-inline-block\"><div class=\"dropdown-link-image\"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"100%\" viewBox=\"0 0 24 24\" fill=\"none\" class=\"dropdown-icon\"><g clip-path=\"url(#clip0_4028_3405)\"><path d=\"M12 24C15.1826 24 18.2348 22.7357 20.4853 20.4853C22.7357 18.2348 24 15.1826 24 12C24 8.8174 22.7357 5.76516 20.4853 3.51472C18.2348 1.26428 15.1826 0 12 0C8.8174 0 5.76516 1.26428 3.51472 3.51472C1.26428 5.76516 0 8.8174 0 12C0 15.18..."
},
{
"href": "https://releases.dixa.help/en",
"text": "Product ReleasesLatest updates",
"html": "<a href=\"https://releases.dixa.help/en\" class=\"dropdown-link w-inline-block\"><div class=\"dropdown-link-image\"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"100%\" viewBox=\"0 0 24 24\" fill=\"none\" class=\"dropdown-icon\"><g clip-path=\"url(#clip0_4028_3417)\"><path d=\"M6.00097 15.0005H1.1494C-0.0177847 15.0005 -0.734972 13.7302 -0.134972 12.727L2.34472 8.59265C2.75253 7.91297 3.48378 7.50047 4.27597 7.50047H8.72909C12.2963 1.45828 17.6166 1.15359 21.1744 1.6739C21.7744 1.76297 22.2432 2.23172 22.32..."
},
{
"href": "#",
"text": "How is Dixa different from a standard helpdesk?",
"html": "<a href=\"#\" class=\"accordion-opener w-inline-block\"><div id=\"How is Dixa different from a standard helpdesk?\" class=\"line-1\"><strong>How is Dixa different from a standard helpdesk?</strong></div><div class=\"accordion-icon\"><div class=\"line\"></div><div class=\"line vertical\"></div></div></a>"
},
{
"href": "#",
"text": "We're growing fast and support is becoming a bottleneck, can Dixa help?",
"html": "<a href=\"#\" class=\"accordion-opener w-inline-block\"><div id=\"We're growing fast and support is becoming a bottleneck, can Dixa help?\" class=\"line-1\"><strong>We're growing fast and support is becoming a bottleneck, can Dixa help?</strong></div><div class=\"accordion-icon\"><div class=\"line\"></div><div class=\"line vertical\"></div></div></a>"
},
{
"href": "#",
"text": "What kind of support does Dixa provide after you go live?",
"html": "<a href=\"#\" class=\"accordion-opener w-inline-block\"><div id=\"What kind of support does Dixa provide after you go live?\" class=\"line-1\"><strong>What kind of support does Dixa provide after you go live?</strong></div><div class=\"accordion-icon\"><div class=\"line\"></div><div class=\"line vertical\"></div></div></a>"
},
{
"href": "#",
"text": "Can Dixa support multiple brands or markets from one platform?",
"html": "<a href=\"#\" class=\"accordion-opener w-inline-block\"><div id=\"Can Dixa support multiple brands or markets from one platform?\" class=\"line-1\"><strong>Can Dixa support multiple brands or markets from one platform?</strong></div><div class=\"accordion-icon\"><div class=\"line\"></div><div class=\"line vertical\"></div></div></a>"
},
{
"href": "https://support.dixa.help/en/",
"text": "Help Center",
"html": "<a href=\"https://support.dixa.help/en/\" class=\"footer-link\">Help Center</a>"
}
],
"privacyLinks": [
{
"href": "https://www.dixa.com/legal/privacy",
"text": "Privacy",
"html": "<a href=\"https://www.dixa.com/legal/privacy\" class=\"footer-nav-link\">Privacy</a>"
},
{
"href": "https://www.dixa.com/legal/tos",
"text": "Terms",
"html": "<a href=\"https://www.dixa.com/legal/tos\" class=\"footer-nav-link\">Terms</a>"
}
],
"score": 40,
"weight": 22
}GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AEO: Answer-first sections
AEO: Answer-first sections scored 65/100 and needs improvement.
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
20 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": 21,
"passing": 1,
"failing": [
{
"heading": "Trusted by brands across 42 countries",
"headingHtml": "<h2 class=\"logo-heading\">Trusted by brands across 42 countries</h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "One platform, every part of your CS operation",
"headingHtml": "<h2 data-w-id=\"6707b204-03df-c4d9-b05d-7beb40b5036b\" style=\"opacity:0\" class=\"h3 text-center mb-44 font-medium\"><strong class=\"bold-text-3\">One platform</strong>, every part of your <em>CS operation</em></h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Unified Conversations",
"headingHtml": "<h3 class=\"feature-title\">Unified Conversations</h3>",
"firstParagraph": "Customers reach out on chat, email, phone, WhatsApp, and social. Every conversation lives in one place with full history, so customers never have to repeat themselves and your team never loses context.",
"paragraphHtml": "<p>Customers reach out on chat, email, phone, WhatsApp, and social. Every conversation lives in one place with full history, so customers never have to repeat themselves and your team never loses context.</p>",
"words": 32,
"direct": false,
"issue": "First paragraph is 32 words and does not look like a concise direct answer."
},
{
"heading": "Workflow Automation",
"headingHtml": "<h3 class=\"feature-title\">Workflow Automation</h3>",
"firstParagraph": "Conversations reach the right person based on skill, language, or priority. Build routing rules and automations visually without code, and stop spending time on manual triage.",
"paragraphHtml": "<p>Conversations reach the right person based on skill, language, or priority. Build routing rules and automations visually without code, and stop spending time on manual triage.</p>",
"words": 26,
"direct": false,
"issue": "First paragraph is 26 words and does not look like a concise direct answer."
},
{
"heading": "Agent Workspace",
"headingHtml": "<h3 class=\"feature-title\">Agent Workspace</h3>",
"firstParagraph": "Orders, past conversations, loyalty status, and AI-suggested replies, all in one screen. Your team resolves issues faster, and new hires get up to speed in days instead of weeks.",
"paragraphHtml": "<p>Orders, past conversations, loyalty status, and AI-suggested replies, all in one screen. Your team resolves issues faster, and new hires get up to speed in days instead of weeks.</p>",
"words": 29,
"direct": false,
"issue": "First paragraph is 29 words and does not look like a concise direct answer."
},
{
"heading": "Performance & QA",
"headingHtml": "<h3 class=\"feature-title\">Performance & QA</h3>",
"firstParagraph": "Every conversation scored automatically against your criteria. Spot trends, surface coaching opportunities, and track performance across teams and channels, without manual review.",
"paragraphHtml": "<p>Every conversation scored automatically against your criteria. Spot trends, surface coaching opportunities, and track performance across teams and channels, without manual review.</p>",
"words": 22,
"direct": false,
"issue": "First paragraph is 22 words and does not look like a concise direct answer."
},
{
"heading": "Mim AI Agent",
"headingHtml": "<h3 class=\"feature-title\">Mim AI Agent</h3>",
"firstParagraph": "Mim resolves routine inquiries on live chat and email without human intervention. It learns from your knowledge base, handles refunds, tracking, and order changes, and hands off complex issues with full context.",
"paragraphHtml": "<p>Mim resolves routine inquiries on live chat and email without human intervention. It learns from your knowledge base, handles refunds, tracking, and order changes, and hands off complex issues with full context.</p>",
"words": 32,
"direct": false,
"issue": "First paragraph is 32 words and does not look like a concise direct answer."
},
{
"heading": "AI Co-Pilot",
"headingHtml": "<h3 class=\"feature-title\">AI Co-Pilot</h3>",
"firstParagraph": "AI assistance built into every conversation. Co-Pilot suggests replies, improves drafts, translates on the fly, and surfaces relevant knowledge articles, so your team responds faster and more accurately.",
"paragraphHtml": "<p>AI assistance built into every conversation. Co-Pilot suggests replies, improves drafts, translates on the fly, and surfaces relevant knowledge articles, so your team responds faster and more accurately.</p>",
"words": 28,
"direct": false,
"issue": "First paragraph is 28 words and does not look like a concise direct answer."
},
{
"heading": "See what Dixa can do for you",
"headingHtml": "<h3 class=\"font-medium mb-4 text-black\"><strong>See what Dixa can do for you</strong></h3>",
"firstParagraph": "Book a call with our team and discover how brands like yours handle more with less.",
"paragraphHtml": "<p class=\"mb-19px\">Book a call with our team and discover how brands like yours handle more with less.</p>",
"words": 16,
"direct": false,
"issue": "First paragraph is 16 words and does not look like a concise direct answer."
},
{
"heading": "AI agents answer in seconds, customers never wait in queue",
"headingHtml": "<h2 class=\"font-semibold mb-6 text-dixa-black\">AI agents answer in seconds, customers never wait in queue</h2>",
"firstParagraph": "Refunds, tracking, order changes–the same questions fill your inbox every day. Mim, Dixa's own AI agent, resolves them across chat, email, and WhatsApp, and passes complex issues to your team with full context.",
"paragraphHtml": "<p class=\"paragraph-2\">Refunds, tracking, order changes–the same questions fill your inbox every day. Mim, Dixa's own AI agent, resolves them across chat, email, and WhatsApp, and passes complex issues to your team with full context.</p>",
"words": 34,
"direct": false,
"issue": "First paragraph is 34 words and does not look like a concise direct answer."
},
{
"heading": "See the full customer history, respond faster with AI assistance",
"headingHtml": "<h2 class=\"font-semibold mb-6 text-dixa-black\">See the full customer history, respond faster with AI assistance</h2>",
"firstParagraph": "No more asking customers to repeat themselves. Dixa loads their full history instantly and AI suggests the right response based on your policies.",
"paragraphHtml": "<p>No more asking customers to repeat themselves. Dixa loads their full history instantly and AI suggests the right response based on your policies.</p>",
"words": 23,
"direct": false,
"issue": "First paragraph is 23 words and does not look like a concise direct answer."
},
{
"heading": "Every conversation routed, scored and measured automatically",
"headingHtml": "<h2 class=\"font-semibold mb-6 text-dixa-black\">Every conversation routed, scored and measured automatically</h2>",
"firstParagraph": "Conversations reach the right person automatically based on rules you set. Trending issues surface before they escalate, and performance stays visible across every channel.",
"paragraphHtml": "<p>Conversations reach the right person automatically based on rules you set. Trending issues surface before they escalate, and performance stays visible across every channel.</p>",
"words": 24,
"direct": false,
"issue": "First paragraph is 24 words and does not look like a concise direct answer."
},
{
"heading": "Integrates with your existing tech stack",
"headingHtml": "<h3 class=\"h4 mb-0\">Integrates with your existing tech stack</h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "AI for customers. AI for your team.",
"headingHtml": "<h3 class=\"font-medium text-black mb-19px\"><strong>AI</strong> for <em>customers</em>. <strong>AI</strong> for your <em>team</em>.</h3>",
"firstParagraph": "Mim resolves inquiries autonomously. Co-Pilot helps your team respond faster.",
"paragraphHtml": "<p>Mim resolves inquiries autonomously. Co-Pilot helps your team respond faster.</p>",
"words": 10,
"direct": false,
"issue": "First paragraph is 10 words and does not look like a concise direct answer."
},
{
"heading": "Mim AI Agent",
"headingHtml": "<h3 class=\"mb-26px font-semibold\">Mim AI Agent</h3>",
"firstParagraph": "Mim resolves customer inquiries end-to-end (refunds, tracking, order changes, FAQs) and hands off to humans when needed.",
"paragraphHtml": "<p>Mim resolves customer inquiries end-to-end (refunds, tracking, order changes, FAQs) and hands off to humans when needed.</p>",
"words": 17,
"direct": false,
"issue": "First paragraph is 17 words and does not look like a concise direct answer."
},
{
"heading": "AI Co-Pilot",
"headingHtml": "<h3 class=\"mb-26px font-semibold\">AI Co-Pilot</h3>",
"firstParagraph": "AI assistance for your entire team. Drafts and suggestions for agents, workflow optimization for managers, insights for leaders.",
"paragraphHtml": "<p>AI assistance for your entire team. Drafts and suggestions for agents, workflow optimization for managers, insights for leaders.</p>",
"words": 18,
"direct": false,
"issue": "First paragraph is 18 words and does not look like a concise direct answer."
},
{
"heading": "Hear from our customers",
"headingHtml": "<h2 class=\"text-center mb-38px\">Hear from our customers</h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Hobbii",
"headingHtml": "<h3 class=\"h4\">Hobbii</h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Rapha",
"headingHtml": "<h3 class=\"customer-title\">Rapha</h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "See what Dixa can do for you",
"headingHtml": "<h3 class=\"font-medium mb-4 text-porcelain\"><strong>See what Dixa can do for you</strong></h3>",
"firstParagraph": "Book a call with our team and discover how brands like yours handle more with less.",
"paragraphHtml": "<p class=\"mb-19px\">Book a call with our team and discover how brands like yours handle more with less.</p>",
"words": 16,
"direct": false,
"issue": "First paragraph is 16 words and does not look like a concise direct answer."
}
],
"score": 65,
"weight": 28
}GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
GEO: Entity clarity
GEO: Entity clarity scored 83/100 and needs improvement.
4 Warning
GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
GEO: Entity clarity
GEO: Entity clarity scored 83/100 and needs improvement.
Needs attention
GEO: Entity clarity
Issue
Title/H1 terms missing from description: agentic, behind, exceptional, behindexceptional.
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: Entity clarity
Score
83/100
Status
warning
Category
GEO, AIO & AEO
Maturity
Emerging recommendation
Goal
Make page content easy for AI answer engines to extract, cite, and attribute.
Result
GEO: Entity clarity scored 83/100 and needs improvement.
Evidence
{
"title": "The Agentic CS Platform Behind Exceptional Ecommerce Brands",
"h1": "The Agentic CS Platform BehindExceptional Ecommerce Brands",
"description": "The customer service platform for ecommerce brands. AI that resolves inquiries, agents that close the loop, and every channel in one place.",
"topicOverlap": 0.42857142857142855,
"topicTerms": [
"agentic",
"platform",
"behind",
"exceptional",
"ecommerce",
"brands",
"behindexceptional"
],
"descriptionTerms": [
"customer",
"service",
"platform",
"ecommerce",
"brands",
"resolves",
"inquiries",
"agents",
"close",
"loop",
"every",
"channel",
"one",
"place"
],
"missingFromDescription": [
"agentic",
"behind",
"exceptional",
"behindexceptional"
],
"score": 83,
"weight": 28
}GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
GEO: Explanatory content depth
GEO: Explanatory content depth scored 75/100 and needs improvement.
3 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
9 explanatory paragraph(s) could be stronger for citation or AI extraction.
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": 9,
"citablePassages": 0,
"failingCandidateParagraphs": [
{
"index": 17,
"heading": "H3: Frequently Asked Questions",
"text": "Dixa is an agentic customer service platform built for ecommerce brands. It combines an AI agent (Mim) that resolves inquiries end-to-end, intelligent routing that assigns every conversation to the right person automatically, a unified workspace where agents handle all channels from one screen, and analytics that show not just how the team is performing but why customers are contacting you in the first place. 850+...",
"words": 79,
"hasEvidence": true,
"reasons": [
"Too short for a citation-ready passage (79 words; target 80-220)."
],
"html": "<p>Dixa is an agentic customer service platform built for ecommerce brands. It combines an AI agent (Mim) that resolves inquiries end-to-end, intelligent routing that assigns every conversation to the right person automatically, a unified workspace where agents handle all channels from one screen, and analytics that show not just how the team is performing but why customers are contacting you in the first place. 850+ brands across 42 countries use it, including Oliver Bonas, Rapha, Charles Ty..."
},
{
"index": 18,
"heading": "H3: Frequently Asked Questions",
"text": "A helpdesk manages tickets. Dixa manages conversations and there's a meaningful difference. In a ticketing system, messages sit in a shared inbox and agents pick what they work on. In Dixa, every conversation is automatically routed to the best-available agent based on skills, language, and customer priority. Teams migrating from Zendesk or Freshdesk report an average 20% efficiency gain from routing alone, before...",
"words": 67,
"hasEvidence": true,
"reasons": [
"Too short for a citation-ready passage (67 words; target 80-220)."
],
"html": "<p>A helpdesk manages tickets. Dixa manages conversations and there's a meaningful difference. In a ticketing system, messages sit in a shared inbox and agents pick what they work on. In Dixa, every conversation is automatically routed to the best-available agent based on skills, language, and customer priority. Teams migrating from Zendesk or Freshdesk report an average 20% efficiency gain from routing alone, before any AI is deployed.</p>"
},
{
"index": 19,
"heading": "H3: Frequently Asked Questions",
"text": "This is the most common reason brands switch to Dixa. The platform is built specifically for ecommerce companies whose contact volume is outpacing their ability to hire. AI handles the routine, high-volume queries. Intelligent routing makes human agents significantly more productive. The result is a team that can absorb more volume without proportional headcount growth. 38% of Dixa's customer base are fast-growth...",
"words": 76,
"hasEvidence": true,
"reasons": [
"Too short for a citation-ready passage (76 words; target 80-220)."
],
"html": "<p>This is the most common reason brands switch to Dixa. The platform is built specifically for ecommerce companies whose contact volume is outpacing their ability to hire. AI handles the routine, high-volume queries. Intelligent routing makes human agents significantly more productive. The result is a team that can absorb more volume without proportional headcount growth. 38% of Dixa's customer base are fast-growth companies — "can't scale without hiring more" is t..."
},
{
"index": 20,
"heading": "H3: Frequently Asked Questions",
"text": "Most Dixa customers described their previous tool the same way before they switched. The gaps usually only become visible under pressure: reporting that can't answer real questions, agents switching between 5-6 systems per interaction, or routing that breaks down during peak season. The question isn't whether your current tool works today — it's whether it'll support your next growth phase. It's worth a conversati...",
"words": 76,
"hasEvidence": true,
"reasons": [
"Too short for a citation-ready passage (76 words; target 80-220)."
],
"html": "<p>Most Dixa customers described their previous tool the same way before they switched. The gaps usually only become visible under pressure: reporting that can't answer real questions, agents switching between 5-6 systems per interaction, or routing that breaks down during peak season. The question isn't whether your current tool works today — it's whether it'll support your next growth phase. It's worth a conversation if headcount is growing in line with volum..."
},
{
"index": 21,
"heading": "H3: Frequently Asked Questions",
"text": "Fair scepticism, a lot of AI in customer service has meant chatbots that loop customers in circles. Dixa's AI (Mim) is different in one specific way: it resolves rather than deflects. It connects to your backend systems and completes transactions. For buyers who've been burned by previous chatbot implementations, Dixa offers proof-of-concept testing and references from comparable brands. Hobbii achieved an 81% sel...",
"words": 76,
"hasEvidence": true,
"reasons": [
"Too short for a citation-ready passage (76 words; target 80-220)."
],
"html": "<p>Fair scepticism, a lot of AI in customer service has meant chatbots that loop customers in circles. Dixa's AI (Mim) is different in one specific way: it resolves rather than deflects. It connects to your backend systems and completes transactions. For buyers who've been burned by previous chatbot implementations, Dixa offers proof-of-concept testing and references from comparable brands. Hobbii achieved an 81% self-service rate. Dott cut response time by 70%. Greenbow hit 75% aut..."
},
{
"index": 22,
"heading": "H3: Frequently Asked Questions",
"text": "Dedicated Customer Success from day one, not a ticketing system for your ticketing system. This includes implementation support, ongoing optimisation, and strategic reviews as your operation evolves. In deal evaluations, the partnership model is the highest-converting differentiator Dixa has — when buyers dig into what post-sale support looks like, it's consistently what tips the decision. Customers cite it as the...",
"words": 66,
"hasEvidence": false,
"reasons": [
"Too short for a citation-ready passage (66 words; target 80-220).",
"Missing a named source, statistic, date, percentage, report, or other evidence signal."
],
"html": "<p>Dedicated Customer Success from day one, not a ticketing system for your ticketing system. This includes implementation support, ongoing optimisation, and strategic reviews as your operation evolves. In deal evaluations, the partnership model is the highest-converting differentiator Dixa has — when buyers dig into what post-sale support looks like, it's consistently what tips the decision. Customers cite it as the reason they chose Dixa over cheaper alternatives.</p>"
},
{
"index": 23,
"heading": "H3: Frequently Asked Questions",
"text": "Yes. Each brand gets its own routing rules, knowledge base, and AI configuration, while sharing a unified agent pool. This means agents can flex across brands during peaks, and leadership gets consolidated reporting across the full portfolio. For groups managing 5-30+ brands — often through acquisition — this eliminates the one-tool-per-brand problem that creates silos and makes reporting impossible.",
"words": 57,
"hasEvidence": true,
"reasons": [
"Too short for a citation-ready passage (57 words; target 80-220)."
],
"html": "<p>Yes. Each brand gets its own routing rules, knowledge base, and AI configuration, while sharing a unified agent pool. This means agents can flex across brands during peaks, and leadership gets consolidated reporting across the full portfolio. For groups managing 5-30+ brands — often through acquisition — this eliminates the one-tool-per-brand problem that creates silos and makes reporting impossible.</p>"
},
{
"index": 24,
"heading": "H3: Frequently Asked Questions",
"text": "Most customers go live in two to four weeks. The platform is configured by CX teams without IT involvement — no developer resources needed for routing rules, workflows, or knowledge base setup. For migrations from Zendesk specifically, Dixa has established playbooks built from experience with hundreds of migrations. 70% of Dixa customers came from Zendesk.",
"words": 54,
"hasEvidence": true,
"reasons": [
"Too short for a citation-ready passage (54 words; target 80-220)."
],
"html": "<p>Most customers go live in two to four weeks. The platform is configured by CX teams without IT involvement — no developer resources needed for routing rules, workflows, or knowledge base setup. For migrations from Zendesk specifically, Dixa has established playbooks built from experience with hundreds of migrations. 70% of Dixa customers came from Zendesk.</p>"
},
{
"index": 25,
"heading": "H3: Frequently Asked Questions",
"text": "No. Dixa imports conversation history from previous platforms, so your team retains access to past interactions. One thing worth noting from the data: 83% of companies worried about losing historical data also describe their current platform's reporting as poor — meaning the data they're concerned about isn't being used productively anyway. The migration preserves it. What Dixa adds is the ability to actually use it.",
"words": 64,
"hasEvidence": true,
"reasons": [
"Too short for a citation-ready passage (64 words; target 80-220)."
],
"html": "<p>No. Dixa imports conversation history from previous platforms, so your team retains access to past interactions. One thing worth noting from the data: 83% of companies worried about losing historical data also describe their current platform's reporting as poor — meaning the data they're concerned about isn't being used productively anyway. The migration preserves it. What Dixa adds is the ability to actually use it.</p>"
}
],
"citableParagraphs": [],
"score": 75,
"weight": 18
}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
20 section(s) may benefit from a clearer opening answer; this is optional for feature/card sections.
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": 6,
"questionH2s": [],
"hasFaq": true,
"score": 50,
"weight": 18
}GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AIO: Google eligibility and indexability
AIO: Google eligibility and indexability scored 80/100 and needs improvement.
2 Warning
GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AIO: Google eligibility and indexability
AIO: Google eligibility and indexability scored 80/100 and needs improvement.
Needs attention
AIO: Google eligibility and indexability
Issue
Canonical tag is missing.
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: Google eligibility and indexability
Score
80/100
Status
warning
Category
GEO, AIO & AEO
Maturity
Emerging recommendation
Goal
Make page content eligible and useful for Google AI Overviews and AI Mode extraction.
Result
AIO: Google eligibility and indexability scored 80/100 and needs improvement.
Evidence
{
"status": 200,
"googlebotBlocked": false,
"metaRobotsTags": [],
"xRobotsTag": "",
"canonical": "",
"finalUrl": "https://dixa.com/",
"canonicalScore": 0,
"score": 80,
"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
20 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": 21,
"passing": 1,
"failing": [
{
"heading": "Trusted by brands across 42 countries",
"headingHtml": "<h2 class=\"logo-heading\">Trusted by brands across 42 countries</h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "One platform, every part of your CS operation",
"headingHtml": "<h2 data-w-id=\"6707b204-03df-c4d9-b05d-7beb40b5036b\" style=\"opacity:0\" class=\"h3 text-center mb-44 font-medium\"><strong class=\"bold-text-3\">One platform</strong>, every part of your <em>CS operation</em></h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Unified Conversations",
"headingHtml": "<h3 class=\"feature-title\">Unified Conversations</h3>",
"firstParagraph": "Customers reach out on chat, email, phone, WhatsApp, and social. Every conversation lives in one place with full history, so customers never have to repeat themselves and your team never loses context.",
"paragraphHtml": "<p>Customers reach out on chat, email, phone, WhatsApp, and social. Every conversation lives in one place with full history, so customers never have to repeat themselves and your team never loses context.</p>",
"words": 32,
"direct": false,
"issue": "First paragraph is 32 words and does not look like a concise direct answer."
},
{
"heading": "Workflow Automation",
"headingHtml": "<h3 class=\"feature-title\">Workflow Automation</h3>",
"firstParagraph": "Conversations reach the right person based on skill, language, or priority. Build routing rules and automations visually without code, and stop spending time on manual triage.",
"paragraphHtml": "<p>Conversations reach the right person based on skill, language, or priority. Build routing rules and automations visually without code, and stop spending time on manual triage.</p>",
"words": 26,
"direct": false,
"issue": "First paragraph is 26 words and does not look like a concise direct answer."
},
{
"heading": "Agent Workspace",
"headingHtml": "<h3 class=\"feature-title\">Agent Workspace</h3>",
"firstParagraph": "Orders, past conversations, loyalty status, and AI-suggested replies, all in one screen. Your team resolves issues faster, and new hires get up to speed in days instead of weeks.",
"paragraphHtml": "<p>Orders, past conversations, loyalty status, and AI-suggested replies, all in one screen. Your team resolves issues faster, and new hires get up to speed in days instead of weeks.</p>",
"words": 29,
"direct": false,
"issue": "First paragraph is 29 words and does not look like a concise direct answer."
},
{
"heading": "Performance & QA",
"headingHtml": "<h3 class=\"feature-title\">Performance & QA</h3>",
"firstParagraph": "Every conversation scored automatically against your criteria. Spot trends, surface coaching opportunities, and track performance across teams and channels, without manual review.",
"paragraphHtml": "<p>Every conversation scored automatically against your criteria. Spot trends, surface coaching opportunities, and track performance across teams and channels, without manual review.</p>",
"words": 22,
"direct": false,
"issue": "First paragraph is 22 words and does not look like a concise direct answer."
},
{
"heading": "Mim AI Agent",
"headingHtml": "<h3 class=\"feature-title\">Mim AI Agent</h3>",
"firstParagraph": "Mim resolves routine inquiries on live chat and email without human intervention. It learns from your knowledge base, handles refunds, tracking, and order changes, and hands off complex issues with full context.",
"paragraphHtml": "<p>Mim resolves routine inquiries on live chat and email without human intervention. It learns from your knowledge base, handles refunds, tracking, and order changes, and hands off complex issues with full context.</p>",
"words": 32,
"direct": false,
"issue": "First paragraph is 32 words and does not look like a concise direct answer."
},
{
"heading": "AI Co-Pilot",
"headingHtml": "<h3 class=\"feature-title\">AI Co-Pilot</h3>",
"firstParagraph": "AI assistance built into every conversation. Co-Pilot suggests replies, improves drafts, translates on the fly, and surfaces relevant knowledge articles, so your team responds faster and more accurately.",
"paragraphHtml": "<p>AI assistance built into every conversation. Co-Pilot suggests replies, improves drafts, translates on the fly, and surfaces relevant knowledge articles, so your team responds faster and more accurately.</p>",
"words": 28,
"direct": false,
"issue": "First paragraph is 28 words and does not look like a concise direct answer."
},
{
"heading": "See what Dixa can do for you",
"headingHtml": "<h3 class=\"font-medium mb-4 text-black\"><strong>See what Dixa can do for you</strong></h3>",
"firstParagraph": "Book a call with our team and discover how brands like yours handle more with less.",
"paragraphHtml": "<p class=\"mb-19px\">Book a call with our team and discover how brands like yours handle more with less.</p>",
"words": 16,
"direct": false,
"issue": "First paragraph is 16 words and does not look like a concise direct answer."
},
{
"heading": "AI agents answer in seconds, customers never wait in queue",
"headingHtml": "<h2 class=\"font-semibold mb-6 text-dixa-black\">AI agents answer in seconds, customers never wait in queue</h2>",
"firstParagraph": "Refunds, tracking, order changes–the same questions fill your inbox every day. Mim, Dixa's own AI agent, resolves them across chat, email, and WhatsApp, and passes complex issues to your team with full context.",
"paragraphHtml": "<p class=\"paragraph-2\">Refunds, tracking, order changes–the same questions fill your inbox every day. Mim, Dixa's own AI agent, resolves them across chat, email, and WhatsApp, and passes complex issues to your team with full context.</p>",
"words": 34,
"direct": false,
"issue": "First paragraph is 34 words and does not look like a concise direct answer."
},
{
"heading": "See the full customer history, respond faster with AI assistance",
"headingHtml": "<h2 class=\"font-semibold mb-6 text-dixa-black\">See the full customer history, respond faster with AI assistance</h2>",
"firstParagraph": "No more asking customers to repeat themselves. Dixa loads their full history instantly and AI suggests the right response based on your policies.",
"paragraphHtml": "<p>No more asking customers to repeat themselves. Dixa loads their full history instantly and AI suggests the right response based on your policies.</p>",
"words": 23,
"direct": false,
"issue": "First paragraph is 23 words and does not look like a concise direct answer."
},
{
"heading": "Every conversation routed, scored and measured automatically",
"headingHtml": "<h2 class=\"font-semibold mb-6 text-dixa-black\">Every conversation routed, scored and measured automatically</h2>",
"firstParagraph": "Conversations reach the right person automatically based on rules you set. Trending issues surface before they escalate, and performance stays visible across every channel.",
"paragraphHtml": "<p>Conversations reach the right person automatically based on rules you set. Trending issues surface before they escalate, and performance stays visible across every channel.</p>",
"words": 24,
"direct": false,
"issue": "First paragraph is 24 words and does not look like a concise direct answer."
},
{
"heading": "Integrates with your existing tech stack",
"headingHtml": "<h3 class=\"h4 mb-0\">Integrates with your existing tech stack</h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "AI for customers. AI for your team.",
"headingHtml": "<h3 class=\"font-medium text-black mb-19px\"><strong>AI</strong> for <em>customers</em>. <strong>AI</strong> for your <em>team</em>.</h3>",
"firstParagraph": "Mim resolves inquiries autonomously. Co-Pilot helps your team respond faster.",
"paragraphHtml": "<p>Mim resolves inquiries autonomously. Co-Pilot helps your team respond faster.</p>",
"words": 10,
"direct": false,
"issue": "First paragraph is 10 words and does not look like a concise direct answer."
},
{
"heading": "Mim AI Agent",
"headingHtml": "<h3 class=\"mb-26px font-semibold\">Mim AI Agent</h3>",
"firstParagraph": "Mim resolves customer inquiries end-to-end (refunds, tracking, order changes, FAQs) and hands off to humans when needed.",
"paragraphHtml": "<p>Mim resolves customer inquiries end-to-end (refunds, tracking, order changes, FAQs) and hands off to humans when needed.</p>",
"words": 17,
"direct": false,
"issue": "First paragraph is 17 words and does not look like a concise direct answer."
},
{
"heading": "AI Co-Pilot",
"headingHtml": "<h3 class=\"mb-26px font-semibold\">AI Co-Pilot</h3>",
"firstParagraph": "AI assistance for your entire team. Drafts and suggestions for agents, workflow optimization for managers, insights for leaders.",
"paragraphHtml": "<p>AI assistance for your entire team. Drafts and suggestions for agents, workflow optimization for managers, insights for leaders.</p>",
"words": 18,
"direct": false,
"issue": "First paragraph is 18 words and does not look like a concise direct answer."
},
{
"heading": "Hear from our customers",
"headingHtml": "<h2 class=\"text-center mb-38px\">Hear from our customers</h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Hobbii",
"headingHtml": "<h3 class=\"h4\">Hobbii</h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Rapha",
"headingHtml": "<h3 class=\"customer-title\">Rapha</h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "See what Dixa can do for you",
"headingHtml": "<h3 class=\"font-medium mb-4 text-porcelain\"><strong>See what Dixa can do for you</strong></h3>",
"firstParagraph": "Book a call with our team and discover how brands like yours handle more with less.",
"paragraphHtml": "<p class=\"mb-19px\">Book a call with our team and discover how brands like yours handle more with less.</p>",
"words": 16,
"direct": false,
"issue": "First paragraph is 16 words and does not look like a concise direct answer."
}
],
"score": 65,
"weight": 8
}GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AIO: Page experience for AIO
AIO: Page experience for AIO scored 80/100 and needs improvement.
1 Warning
GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AIO: Page experience for AIO
AIO: Page experience for AIO scored 80/100 and needs improvement.
Needs attention
AIO: Page experience for AIO
Issue
86 image(s) are missing width/height attributes.
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
80/100
Status
warning
Category
GEO, AIO & AEO
Maturity
Emerging recommendation
Goal
Make page content eligible and useful for Google AI Overviews and AI Mode extraction.
Result
AIO: Page experience for AIO scored 80/100 and needs improvement.
Evidence
{
"viewportContent": "width=device-width, initial-scale=1",
"visibleWords": 1972,
"htmlBytes": 171515,
"imagesMissingDimensions": [
{
"src": "https://cdn.prod.website-files.com/694a79a0b33f026ed61a478b/694abd355cfa82233ac80228_logo.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/694a79a0b33f026ed61a478b/694abd355cfa82233ac80228_logo.svg\" loading=\"lazy\" alt=\"Dixa\">"
},
{
"src": "https://cdn.prod.website-files.com/694a79a0b33f026ed61a478b/6a195a87d836578fedd7240e_Background%20Raw.webp",
"width": "70",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/694a79a0b33f026ed61a478b/6a195a87d836578fedd7240e_Background%20Raw.webp\" loading=\"lazy\" width=\"70\" alt class=\"bg\">"
},
{
"src": "https://cdn.prod.website-files.com/694a79a0b33f026ed61a478b/6a285793206d0195f766ad7d_Product%20WW001%20-%20Main%20Interface%20Hero%20(1).webp",
"width": "Auto",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/694a79a0b33f026ed61a478b/6a285793206d0195f766ad7d_Product%20WW001%20-%20Main%20Interface%20Hero%20(1).webp\" loading=\"lazy\" width=\"Auto\" data-w-id=\"3afc5960-bf9c-483b-d99f-c09c46076d61\" alt sizes=\"(max-width: 767px) 100vw, (max-width: 991px) 728px, 940px\" srcset=\"https://cdn.prod.website-files.com/694a79a0b33f026ed61a478b/6a285793206d0195f766ad7d_Product%20WW001%20-%20Main%20Interface%20Hero%20(1)-p-500.webp 500w, https://cdn.prod.website-files.com/..."
},
{
"src": "https://cdn.prod.website-files.com/694a79a0b33f026ed61a478b/6964fa62ab4b12d400db413e_miinto.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/694a79a0b33f026ed61a478b/6964fa62ab4b12d400db413e_miinto.svg\" loading=\"lazy\" alt=\"Miinto\" class=\"image-6\">"
},
{
"src": "https://cdn.prod.website-files.com/694a79a0b33f026ed61a478b/694eb4492f574e079f2ec564_mejuri.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/694a79a0b33f026ed61a478b/694eb4492f574e079f2ec564_mejuri.svg\" loading=\"lazy\" alt=\"mejuri\">"
},
{
"src": "https://cdn.prod.website-files.com/694a79a0b33f026ed61a478b/694eb449f58bff9322d70912_rapha.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/694a79a0b33f026ed61a478b/694eb449f58bff9322d70912_rapha.svg\" loading=\"lazy\" alt=\"rapha\">"
},
{
"src": "https://cdn.prod.website-files.com/694a79a0b33f026ed61a478b/694eb60c0bde1c5fce441541_organicbasics.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/694a79a0b33f026ed61a478b/694eb60c0bde1c5fce441541_organicbasics.svg\" loading=\"lazy\" alt=\"organicbasics\">"
},
{
"src": "https://cdn.prod.website-files.com/694a79a0b33f026ed61a478b/694eb60c355820a0881ce916_mammut.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/694a79a0b33f026ed61a478b/694eb60c355820a0881ce916_mammut.svg\" loading=\"lazy\" alt=\"mammut\">"
},
{
"src": "https://cdn.prod.website-files.com/694a79a0b33f026ed61a478b/694eb449812baa5c0515305c_mytheresa.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/694a79a0b33f026ed61a478b/694eb449812baa5c0515305c_mytheresa.svg\" loading=\"lazy\" alt=\"Mytheresa\">"
},
{
"src": "https://cdn.prod.website-files.com/694a79a0b33f026ed61a478b/694eb449caa6687a94022b06_monica-vinader.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/694a79a0b33f026ed61a478b/694eb449caa6687a94022b06_monica-vinader.svg\" loading=\"lazy\" alt=\"monica-vinader\">"
},
{
"src": "https://cdn.prod.website-files.com/694a79a0b33f026ed61a478b/69844d30496e3210e6eed3e6_ferm%20living.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/694a79a0b33f026ed61a478b/69844d30496e3210e6eed3e6_ferm%20living.svg\" loading=\"lazy\" alt>"
},
{
"src": "https://cdn.prod.website-files.com/694a79a0b33f026ed61a478b/69844d066ba18e468ce78124_Hobbii.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/694a79a0b33f026ed61a478b/69844d066ba18e468ce78124_Hobbii.svg\" loading=\"lazy\" alt>"
},
{
"src": "https://cdn.prod.website-files.com/694a79a0b33f026ed61a478b/694eb449e22489674dd4a399_allsaints.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/694a79a0b33f026ed61a478b/694eb449e22489674dd4a399_allsaints.svg\" loading=\"lazy\" alt=\"allsaints\">"
},
{
"src": "https://cdn.prod.website-files.com/694a79a0b33f026ed61a478b/694eb60d51c0f6a9523849fc_fabfitfun.svg",
"width": "73",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/694a79a0b33f026ed61a478b/694eb60d51c0f6a9523849fc_fabfitfun.svg\" loading=\"lazy\" width=\"73\" alt=\"fabfitfun\">"
},
{
"src": "https://cdn.prod.website-files.com/694a79a0b33f026ed61a478b/694eb448748d65f9520a1548_outnorth.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/694a79a0b33f026ed61a478b/694eb448748d65f9520a1548_outnorth.svg\" loading=\"lazy\" alt=\"outnorth\">"
},
{
"src": "https://cdn.prod.website-files.com/694a79a0b33f026ed61a478b/694eb60d1ac7a69bcc4d2654_loaf.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/694a79a0b33f026ed61a478b/694eb60d1ac7a69bcc4d2654_loaf.svg\" loading=\"lazy\" alt=\"loaf\">"
},
{
"src": "https://cdn.prod.website-files.com/694a79a0b33f026ed61a478b/694eb449de1f48f2d0f1c323_charles-tyrwhitt.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/694a79a0b33f026ed61a478b/694eb449de1f48f2d0f1c323_charles-tyrwhitt.svg\" loading=\"lazy\" alt=\"charles-tyrwhitt\">"
},
{
"src": "https://cdn.prod.website-files.com/694a79a0b33f026ed61a478b/694eb60da32f9e12ea008c12_clubl.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/694a79a0b33f026ed61a478b/694eb60da32f9e12ea008c12_clubl.svg\" loading=\"lazy\" alt=\"clubl\">"
},
{
"src": "https://cdn.prod.website-files.com/694a79a0b33f026ed61a478b/69844cd7f76726ed8e63e46c_Otrium.svg",
"width": "104",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/694a79a0b33f026ed61a478b/69844cd7f76726ed8e63e46c_Otrium.svg\" loading=\"lazy\" width=\"104\" alt>"
},
{
"src": "https://cdn.prod.website-files.com/694a79a0b33f026ed61a478b/697b4c2e08b94416e8d1dd2b_paul%20smith%20(1).svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/694a79a0b33f026ed61a478b/697b4c2e08b94416e8d1dd2b_paul%20smith%20(1).svg\" loading=\"lazy\" alt>"
},
{
"src": "https://cdn.prod.website-files.com/694a79a0b33f026ed61a478b/694eb60c02cef5a19707ccdf_adanola.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/694a79a0b33f026ed61a478b/694eb60c02cef5a19707ccdf_adanola.svg\" loading=\"lazy\" alt=\"adanola\">"
},
{
"src": "https://cdn.prod.website-files.com/694a79a0b33f026ed61a478b/694eb60dc9cdc08489157a59_freddie%27s-flowers.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/694a79a0b33f026ed61a478b/694eb60dc9cdc08489157a59_freddie%27s-flowers.svg\" loading=\"lazy\" alt=\"freddie's flowers\">"
},
{
"src": "https://cdn.prod.website-files.com/694a79a0b33f026ed61a478b/6979f50ec2864daa29767617_dott.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/694a79a0b33f026ed61a478b/6979f50ec2864daa29767617_dott.svg\" loading=\"lazy\" alt>"
},
{
"src": "https://cdn.prod.website-files.com/694a79a0b33f026ed61a478b/694eb449d77b7f47bbc9e20f_mindful-chef.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/694a79a0b33f026ed61a478b/694eb449d77b7f47bbc9e20f_mindful-chef.svg\" loading=\"lazy\" alt=\"mindful-chef\">"
},
{
"src": "https://cdn.prod.website-files.com/694a79a0b33f026ed61a478b/694eb60d66e523eacd4df88a_pasta-evangelists.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/694a79a0b33f026ed61a478b/694eb60d66e523eacd4df88a_pasta-evangelists.svg\" loading=\"lazy\" alt=\"PastaEvangelists\">"
},
{
"src": "https://cdn.prod.website-files.com/694a79a0b33f026ed61a478b/69844d5378ba6b30de7c6d67_RoyalDesign.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/694a79a0b33f026ed61a478b/69844d5378ba6b30de7c6d67_RoyalDesign.svg\" loading=\"lazy\" alt>"
},
{
"src": "https://cdn.prod.website-files.com/694a79a0b33f026ed61a478b/694eb60cc5171e5c6d798715_oliver-bonas.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/694a79a0b33f026ed61a478b/694eb60cc5171e5c6d798715_oliver-bonas.svg\" loading=\"lazy\" alt=\"oliver bonas\">"
},
{
"src": "https://cdn.prod.website-files.com/695e71bdb7b9bb290585a265/69dcffb5731c8b8499cbc378_roger%20tink.png",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/695e71bdb7b9bb290585a265/69dcffb5731c8b8499cbc378_roger%20tink.png\" loading=\"lazy\" alt class=\"image-cover\">"
},
{
"src": "https://cdn.prod.website-files.com/695e71bdb7b9bb290585a265/69dcfdf603fdabc3ca1f691f_Jessica%20Schulz.jpeg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/695e71bdb7b9bb290585a265/69dcfdf603fdabc3ca1f691f_Jessica%20Schulz.jpeg\" loading=\"lazy\" alt class=\"image-cover\">"
},
{
"src": "https://cdn.prod.website-files.com/695e71bdb7b9bb290585a265/695fa9060dfc5c88457a05e5_user1.png",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/695e71bdb7b9bb290585a265/695fa9060dfc5c88457a05e5_user1.png\" loading=\"lazy\" alt class=\"image-cover\">"
},
{
"src": "https://cdn.prod.website-files.com/695e71bdb7b9bb290585a265/69788d307b34eadf67ca1738_natasha%20sims.jpeg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/695e71bdb7b9bb290585a265/69788d307b34eadf67ca1738_natasha%20sims.jpeg\" loading=\"lazy\" alt class=\"image-cover\">"
},
{
"src": "https://cdn.prod.website-files.com/695e71bdb7b9bb290585a265/69788d396172678342bb19ff_rhys.avif",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/695e71bdb7b9bb290585a265/69788d396172678342bb19ff_rhys.avif\" loading=\"lazy\" alt class=\"image-cover\">"
},
{
"src": "https://cdn.prod.website-files.com/695e71bdb7b9bb290585a265/69dcff29b7ffe9539953a5e6_Hero%20Abstract%207.jpg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/695e71bdb7b9bb290585a265/69dcff29b7ffe9539953a5e6_Hero%20Abstract%207.jpg\" loading=\"lazy\" alt sizes=\"(max-width: 767px) 100vw, (max-width: 991px) 727px, 940px\" srcset=\"https://cdn.prod.website-files.com/695e71bdb7b9bb290585a265/69dcff29b7ffe9539953a5e6_Hero%20Abstract%207-p-500.jpg 500w, https://cdn.prod.website-files.com/695e71bdb7b9bb290585a265/69dcff29b7ffe9539953a5e6_Hero%20Abstract%207-p-800.jpg 800w, https://cdn.prod.website-files.com/695e71b..."
},
{
"src": "https://cdn.prod.website-files.com/695e71bdb7b9bb290585a265/69dcff5b3651335e9ebad85b_tink%20logo%20white.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/695e71bdb7b9bb290585a265/69dcff5b3651335e9ebad85b_tink%20logo%20white.svg\" loading=\"lazy\" alt class=\"image-3\">"
},
{
"src": "https://cdn.prod.website-files.com/695e71bdb7b9bb290585a265/69dcfe75008adb7485e5fb5a_AI_Image_-_Abstract_-_00026_1_50.jpg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/695e71bdb7b9bb290585a265/69dcfe75008adb7485e5fb5a_AI_Image_-_Abstract_-_00026_1_50.jpg\" loading=\"lazy\" alt sizes=\"(max-width: 767px) 100vw, (max-width: 991px) 727px, 940px\" srcset=\"https://cdn.prod.website-files.com/695e71bdb7b9bb290585a265/69dcfe75008adb7485e5fb5a_AI_Image_-_Abstract_-_00026_1_50-p-500.jpg 500w, https://cdn.prod.website-files.com/695e71bdb7b9bb290585a265/69dcfe75008adb7485e5fb5a_AI_Image_-_Abstract_-_00026_1_50-p-800.jpg 800w, htt..."
},
{
"src": "https://cdn.prod.website-files.com/695e71bdb7b9bb290585a265/69dcfe6403fdabc3ca1f865f_smartphone%20logo.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/695e71bdb7b9bb290585a265/69dcfe6403fdabc3ca1f865f_smartphone%20logo.svg\" loading=\"lazy\" alt class=\"image-3\">"
},
{
"src": "https://cdn.prod.website-files.com/695e71bdb7b9bb290585a265/6978ca932cd6e08d6ebfd5ef_img9.jpg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/695e71bdb7b9bb290585a265/6978ca932cd6e08d6ebfd5ef_img9.jpg\" loading=\"lazy\" alt sizes=\"(max-width: 767px) 100vw, (max-width: 991px) 727px, 940px\" srcset=\"https://cdn.prod.website-files.com/695e71bdb7b9bb290585a265/6978ca932cd6e08d6ebfd5ef_img9-p-500.jpg 500w, https://cdn.prod.website-files.com/695e71bdb7b9bb290585a265/6978ca932cd6e08d6ebfd5ef_img9.jpg 778w\" class=\"bg\">"
},
{
"src": "https://cdn.prod.website-files.com/695e71bdb7b9bb290585a265/6978c9cae0f866d6f6835655_stayforlong.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/695e71bdb7b9bb290585a265/6978c9cae0f866d6f6835655_stayforlong.svg\" loading=\"lazy\" alt class=\"image-3\">"
},
{
"src": "https://cdn.prod.website-files.com/695e71bdb7b9bb290585a265/6978ca9d71acc0011b1fe737_bg1.jpg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/695e71bdb7b9bb290585a265/6978ca9d71acc0011b1fe737_bg1.jpg\" loading=\"lazy\" alt sizes=\"(max-width: 767px) 100vw, (max-width: 991px) 727px, 940px\" srcset=\"https://cdn.prod.website-files.com/695e71bdb7b9bb290585a265/6978ca9d71acc0011b1fe737_bg1-p-500.jpg 500w, https://cdn.prod.website-files.com/695e71bdb7b9bb290585a265/6978ca9d71acc0011b1fe737_bg1-p-800.jpg 800w, https://cdn.prod.website-files.com/695e71bdb7b9bb290585a265/6978ca9d71acc0011b1fe737_bg1-p..."
},
{
"src": "https://cdn.prod.website-files.com/695e71bdb7b9bb290585a265/697a1c4233e33a52ecd986f5_oliver-bonas.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/695e71bdb7b9bb290585a265/697a1c4233e33a52ecd986f5_oliver-bonas.svg\" loading=\"lazy\" alt class=\"image-3\">"
},
{
"src": "https://cdn.prod.website-files.com/695e71bdb7b9bb290585a265/6978cb96ec6bb34cf47bd7d9_img12.jpg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/695e71bdb7b9bb290585a265/6978cb96ec6bb34cf47bd7d9_img12.jpg\" loading=\"lazy\" alt sizes=\"(max-width: 767px) 100vw, (max-width: 991px) 727px, 940px\" srcset=\"https://cdn.prod.website-files.com/695e71bdb7b9bb290585a265/6978cb96ec6bb34cf47bd7d9_img12-p-500.jpg 500w, https://cdn.prod.website-files.com/695e71bdb7b9bb290585a265/6978cb96ec6bb34cf47bd7d9_img12-p-800.jpg 800w, https://cdn.prod.website-files.com/695e71bdb7b9bb290585a265/6978cb96ec6bb34cf47bd7d9..."
},
{
"src": "https://cdn.prod.website-files.com/695e71bdb7b9bb290585a265/697a1ced54fc272b6ce212ce_rapha.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/695e71bdb7b9bb290585a265/697a1ced54fc272b6ce212ce_rapha.svg\" loading=\"lazy\" alt class=\"image-3\">"
},
{
"src": "https://cdn.prod.website-files.com/694a79a0b33f026ed61a478b/695e37f941f6f223daaa8aba_icon1.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/694a79a0b33f026ed61a478b/695e37f941f6f223daaa8aba_icon1.svg\" loading=\"lazy\" alt=\"Image Description\">"
},
{
"src": "https://cdn.prod.website-files.com/694a79a0b33f026ed61a478b/695e3d16f0f96330903fdb52_icon2.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/694a79a0b33f026ed61a478b/695e3d16f0f96330903fdb52_icon2.svg\" loading=\"lazy\" alt=\"Image Description\">"
},
{
"src": "https://cdn.prod.website-files.com/694a79a0b33f026ed61a478b/695e3d16849b897753a79633_icon3.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/694a79a0b33f026ed61a478b/695e3d16849b897753a79633_icon3.svg\" loading=\"lazy\" alt=\"Image Description\">"
},
{
"src": "https://cdn.prod.website-files.com/694a79a0b33f026ed61a478b/697a43bb83f38f1ca569fe71_Front%20-%20Dixa%20Discover.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/694a79a0b33f026ed61a478b/697a43bb83f38f1ca569fe71_Front%20-%20Dixa%20Discover.svg\" loading=\"lazy\" alt>"
},
{
"src": "https://cdn.prod.website-files.com/694a79a0b33f026ed61a478b/697a43baaa2464ad5cc597b5_Front%20-%20Mim%20AI%20Agent.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/694a79a0b33f026ed61a478b/697a43baaa2464ad5cc597b5_Front%20-%20Mim%20AI%20Agent.svg\" loading=\"lazy\" alt>"
},
{
"src": "https://cdn.prod.website-files.com/694a79a0b33f026ed61a478b/697a43ba104002a8fc748adf_Front%20-%20Dixa%20AI%20Co-Pilot.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/694a79a0b33f026ed61a478b/697a43ba104002a8fc748adf_Front%20-%20Dixa%20AI%20Co-Pilot.svg\" loading=\"lazy\" alt>"
},
{
"src": "https://cdn.prod.website-files.com/694a79a0b33f026ed61a478b/697a43bb0117ed67df31f4b1_Product%20W001%20-%20AI%20agents%20answer%20in%20seconds%20BG.jpg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/694a79a0b33f026ed61a478b/697a43bb0117ed67df31f4b1_Product%20W001%20-%20AI%20agents%20answer%20in%20seconds%20BG.jpg\" loading=\"lazy\" alt class=\"_w-full\">"
},
{
"src": "https://cdn.prod.website-files.com/694a79a0b33f026ed61a478b/6978c5b089121cf50c42aee4_Product%20W001%20-%20AI%20agents%20answer%20in%20seconds%20Alpha.svg",
"width": "Auto",
"height": "",
"loading": "lazy",
"html": "<img width=\"Auto\" loading=\"lazy\" alt src=\"https://cdn.prod.website-files.com/694a79a0b33f026ed61a478b/6978c5b089121cf50c42aee4_Product%20W001%20-%20AI%20agents%20answer%20in%20seconds%20Alpha.svg\" class=\"full-image rounded-8 two-col-image\">"
},
{
"src": "https://cdn.prod.website-files.com/694a79a0b33f026ed61a478b/6979f50ec2864daa29767617_dott.svg",
"width": "100",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/694a79a0b33f026ed61a478b/6979f50ec2864daa29767617_dott.svg\" loading=\"lazy\" width=\"100\" alt>"
},
{
"src": "https://cdn.prod.website-files.com/694a79a0b33f026ed61a478b/697a43bb0862063c5b694d24_Product%20W002%20-%20Customer%20context%20BG.jpg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/694a79a0b33f026ed61a478b/697a43bb0862063c5b694d24_Product%20W002%20-%20Customer%20context%20BG.jpg\" loading=\"lazy\" alt class=\"_w-full\">"
},
{
"src": "https://cdn.prod.website-files.com/694a79a0b33f026ed61a478b/697a43bb55a8d5a2b8a389d9_Product%20W002%20-%20Customer%20context%20Alpha.svg",
"width": "Auto",
"height": "",
"loading": "lazy",
"html": "<img width=\"Auto\" loading=\"lazy\" alt src=\"https://cdn.prod.website-files.com/694a79a0b33f026ed61a478b/697a43bb55a8d5a2b8a389d9_Product%20W002%20-%20Customer%20context%20Alpha.svg\" class=\"full-image rounded-8 two-col-image\">"
},
{
"src": "https://cdn.prod.website-files.com/694a79a0b33f026ed61a478b/6979f51ca5b7ec05403345e2_Beautycos.svg",
"width": "100",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/694a79a0b33f026ed61a478b/6979f51ca5b7ec05403345e2_Beautycos.svg\" loading=\"lazy\" width=\"100\" alt>"
},
{
"src": "https://cdn.prod.website-files.com/694a79a0b33f026ed61a478b/697a43bc4d76e10af6bb27a8_Product%20W003%20-%20Routing%20%26%20workflows%20BG.jpg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/694a79a0b33f026ed61a478b/697a43bc4d76e10af6bb27a8_Product%20W003%20-%20Routing%20%26%20workflows%20BG.jpg\" loading=\"lazy\" alt class=\"_w-full\">"
},
{
"src": "https://cdn.prod.website-files.com/694a79a0b33f026ed61a478b/697a43bb3a87d3aaf96be598_Product%20W003%20-%20Routing%20%26%20workflows%20Alpha.svg",
"width": "Auto",
"height": "",
"loading": "lazy",
"html": "<img width=\"Auto\" loading=\"lazy\" alt src=\"https://cdn.prod.website-files.com/694a79a0b33f026ed61a478b/697a43bb3a87d3aaf96be598_Product%20W003%20-%20Routing%20%26%20workflows%20Alpha.svg\" class=\"full-image rounded-8 two-col-image\">"
},
{
"src": "https://cdn.prod.website-files.com/694a79a0b33f026ed61a478b/6979f52dd9d8f9aa614ad86e_Organic%20Basics.svg",
"width": "100",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/694a79a0b33f026ed61a478b/6979f52dd9d8f9aa614ad86e_Organic%20Basics.svg\" loading=\"lazy\" width=\"100\" alt>"
},
{
"src": "https://cdn.prod.website-files.com/694a79a0b33f026ed61a478b/695e701e63c7eef15dd6becc_integration1.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/694a79a0b33f026ed61a478b/695e701e63c7eef15dd6becc_integration1.svg\" loading=\"lazy\" alt=\"Shopify\">"
},
{
"src": "https://cdn.prod.website-files.com/694a79a0b33f026ed61a478b/695e701e17aab90e3088382a_integration2.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/694a79a0b33f026ed61a478b/695e701e17aab90e3088382a_integration2.svg\" loading=\"lazy\" alt=\"Magento\">"
},
{
"src": "https://cdn.prod.website-files.com/694a79a0b33f026ed61a478b/695e701e189af18b48b063bf_integration3.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/694a79a0b33f026ed61a478b/695e701e189af18b48b063bf_integration3.svg\" loading=\"lazy\" alt=\"Woo Commerce\">"
},
{
"src": "https://cdn.prod.website-files.com/694a79a0b33f026ed61a478b/695e701ec4fbf87e7e09b928_integration4.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/694a79a0b33f026ed61a478b/695e701ec4fbf87e7e09b928_integration4.svg\" loading=\"lazy\" alt=\"Salesforce\">"
},
{
"src": "https://cdn.prod.website-files.com/694a79a0b33f026ed61a478b/695e70fd0bf782cbf97dfe72_integration.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/694a79a0b33f026ed61a478b/695e70fd0bf782cbf97dfe72_integration.svg\" loading=\"lazy\" alt=\"Hubspot\">"
},
{
"src": "https://cdn.prod.website-files.com/694a79a0b33f026ed61a478b/695e701dfc7c151ffd9c4f14_integration6.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/694a79a0b33f026ed61a478b/695e701dfc7c151ffd9c4f14_integration6.svg\" loading=\"lazy\" alt=\"Braze\">"
},
{
"src": "https://cdn.prod.website-files.com/694a79a0b33f026ed61a478b/695e701d350d675ae63a6103_integration7.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/694a79a0b33f026ed61a478b/695e701d350d675ae63a6103_integration7.svg\" loading=\"lazy\" alt=\"Yotpo\">"
},
{
"src": "https://cdn.prod.website-files.com/694a79a0b33f026ed61a478b/695e701de99c54bc6da75a02_integration8.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/694a79a0b33f026ed61a478b/695e701de99c54bc6da75a02_integration8.svg\" loading=\"lazy\" alt=\"Trustpilot\">"
},
{
"src": "https://cdn.prod.website-files.com/694a79a0b33f026ed61a478b/695e701df8055e92fbd37f22_integration9.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/694a79a0b33f026ed61a478b/695e701df8055e92fbd37f22_integration9.svg\" loading=\"lazy\" alt=\"Loyaltylion\">"
},
{
"src": "https://cdn.prod.website-files.com/694a79a0b33f026ed61a478b/695e701d65485c8ff15382f3_integration10.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/694a79a0b33f026ed61a478b/695e701d65485c8ff15382f3_integration10.svg\" loading=\"lazy\" alt=\"Voyado\">"
},
{
"src": "https://cdn.prod.website-files.com/694a79a0b33f026ed61a478b/695e701d0ed303f27ed4dba5_integration11.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/694a79a0b33f026ed61a478b/695e701d0ed303f27ed4dba5_integration11.svg\" loading=\"lazy\" alt=\"Recharge\">"
},
{
"src": "https://cdn.prod.website-files.com/694a79a0b33f026ed61a478b/695e701da48fbf36a8b2e123_integration12.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/694a79a0b33f026ed61a478b/695e701da48fbf36a8b2e123_integration12.svg\" loading=\"lazy\" alt=\"Klaviyo\">"
},
{
"src": "https://cdn.prod.website-files.com/694a79a0b33f026ed61a478b/695e701d37e4e8bfafe2780f_integration13.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/694a79a0b33f026ed61a478b/695e701d37e4e8bfafe2780f_integration13.svg\" loading=\"lazy\" alt=\"Jira\">"
},
{
"src": "https://cdn.prod.website-files.com/694a79a0b33f026ed61a478b/695e701d5caec98875c7e3ee_integration14.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/694a79a0b33f026ed61a478b/695e701d5caec98875c7e3ee_integration14.svg\" loading=\"lazy\" alt=\"Ada\">"
},
{
"src": "https://cdn.prod.website-files.com/694a79a0b33f026ed61a478b/695e701d210152b03f9e136e_integration15.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/694a79a0b33f026ed61a478b/695e701d210152b03f9e136e_integration15.svg\" loading=\"lazy\" alt=\"DigitalGenius\">"
},
{
"src": "https://cdn.prod.website-files.com/694a79a0b33f026ed61a478b/695e701d0ecdce2e4be5d5c3_integration16.svg",
"width": "",
"height": "Auto",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/694a79a0b33f026ed61a478b/695e701d0ecdce2e4be5d5c3_integration16.svg\" loading=\"lazy\" alt=\"Kindly\" height=\"Auto\">"
},
{
"src": "https://cdn.prod.website-files.com/694a79a0b33f026ed61a478b/695e701dc765f266adc0c953_integration17.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/694a79a0b33f026ed61a478b/695e701dc765f266adc0c953_integration17.svg\" loading=\"lazy\" alt=\"LabO8\">"
},
{
"src": "https://cdn.prod.website-files.com/694a79a0b33f026ed61a478b/695e701d8bc9c65b37207bff_integration18.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/694a79a0b33f026ed61a478b/695e701d8bc9c65b37207bff_integration18.svg\" loading=\"lazy\" alt=\"MakesyouLocal\">"
},
{
"src": "https://cdn.prod.website-files.com/694a79a0b33f026ed61a478b/696db8a9440e8fa2afc19393_image5.jpg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/694a79a0b33f026ed61a478b/696db8a9440e8fa2afc19393_image5.jpg\" loading=\"lazy\" sizes=\"100vw\" srcset=\"https://cdn.prod.website-files.com/694a79a0b33f026ed61a478b/696db8a9440e8fa2afc19393_image5-p-500.jpg 500w, https://cdn.prod.website-files.com/694a79a0b33f026ed61a478b/696db8a9440e8fa2afc19393_image5-p-800.jpg 800w, https://cdn.prod.website-files.com/694a79a0b33f026ed61a478b/696db8a9440e8fa2afc19393_image5-p-1080.jpg 1080w, https://cdn.prod.website-fi..."
},
{
"src": "https://cdn.prod.website-files.com/694a79a0b33f026ed61a478b/696db8a93f6f0035d4ac425f_robot.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/694a79a0b33f026ed61a478b/696db8a93f6f0035d4ac425f_robot.svg\" loading=\"lazy\" alt=\"Robot\">"
},
{
"src": "https://cdn.prod.website-files.com/694a79a0b33f026ed61a478b/696db8a95c9da7545b5eb79d_image6.jpg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/694a79a0b33f026ed61a478b/696db8a95c9da7545b5eb79d_image6.jpg\" loading=\"lazy\" sizes=\"100vw\" srcset=\"https://cdn.prod.website-files.com/694a79a0b33f026ed61a478b/696db8a95c9da7545b5eb79d_image6-p-500.jpg 500w, https://cdn.prod.website-files.com/694a79a0b33f026ed61a478b/696db8a95c9da7545b5eb79d_image6-p-800.jpg 800w, https://cdn.prod.website-files.com/694a79a0b33f026ed61a478b/696db8a95c9da7545b5eb79d_image6-p-1080.jpg 1080w, https://cdn.prod.website-fi..."
},
{
"src": "https://cdn.prod.website-files.com/694a79a0b33f026ed61a478b/696db8a98a4dbfe73c30f3db_compass.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/694a79a0b33f026ed61a478b/696db8a98a4dbfe73c30f3db_compass.svg\" loading=\"lazy\" alt=\"Compass\">"
},
{
"src": "https://cdn.prod.website-files.com/694a79a0b33f026ed61a478b/695e7422d6d7ecea6f65dfec_img10.jpg",
"width": "795",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/694a79a0b33f026ed61a478b/695e7422d6d7ecea6f65dfec_img10.jpg\" loading=\"lazy\" width=\"795\" sizes=\"(max-width: 767px) 100vw, (max-width: 991px) 728px, 795px\" alt=\"Image Description\" srcset=\"https://cdn.prod.website-files.com/694a79a0b33f026ed61a478b/695e7422d6d7ecea6f65dfec_img10-p-500.jpg 500w, https://cdn.prod.website-files.com/694a79a0b33f026ed61a478b/695e7422d6d7ecea6f65dfec_img10-p-800.jpg 800w, https://cdn.prod.website-files.com/694a79a0b33f026ed..."
},
{
"src": "https://cdn.prod.website-files.com/695e71bdb7b9bb290585a265/697b5d5a0b0fa5767f14275b_Customer%20Stories%20Grid%20-%20Hobbii.jpg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/695e71bdb7b9bb290585a265/697b5d5a0b0fa5767f14275b_Customer%20Stories%20Grid%20-%20Hobbii.jpg\" loading=\"lazy\" alt sizes=\"(max-width: 767px) 100vw, (max-width: 991px) 727px, 940px\" srcset=\"https://cdn.prod.website-files.com/695e71bdb7b9bb290585a265/697b5d5a0b0fa5767f14275b_Customer%20Stories%20Grid%20-%20Hobbii-p-500.jpg 500w, https://cdn.prod.website-files.com/695e71bdb7b9bb290585a265/697b5d5a0b0fa5767f14275b_Customer%20Stories%20Grid%20-%20Hobbii-p..."
},
{
"src": "https://cdn.prod.website-files.com/694a79a0b33f026ed61a478b/697b5d95888e9e5ced4e363f_Customer%20Stories%20Grid%20-%20Rapha.jpg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/694a79a0b33f026ed61a478b/697b5d95888e9e5ced4e363f_Customer%20Stories%20Grid%20-%20Rapha.jpg\" loading=\"lazy\" sizes=\"100vw\" srcset=\"https://cdn.prod.website-files.com/694a79a0b33f026ed61a478b/697b5d95888e9e5ced4e363f_Customer%20Stories%20Grid%20-%20Rapha-p-500.jpg 500w, https://cdn.prod.website-files.com/694a79a0b33f026ed61a478b/697b5d95888e9e5ced4e363f_Customer%20Stories%20Grid%20-%20Rapha-p-800.jpg 800w, https://cdn.prod.website-files.com/694a79a0b..."
},
{
"src": "https://cdn.prod.website-files.com/695e71bdb7b9bb290585a265/697b5d7fa4e1b60809c1dec8_Customer%20Stories%20Grid%20-%20Contorion.jpg",
"width": "Auto",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/695e71bdb7b9bb290585a265/697b5d7fa4e1b60809c1dec8_Customer%20Stories%20Grid%20-%20Contorion.jpg\" loading=\"lazy\" width=\"Auto\" alt sizes=\"(max-width: 767px) 100vw, (max-width: 991px) 727px, 940px\" srcset=\"https://cdn.prod.website-files.com/695e71bdb7b9bb290585a265/697b5d7fa4e1b60809c1dec8_Customer%20Stories%20Grid%20-%20Contorion-p-500.jpg 500w, https://cdn.prod.website-files.com/695e71bdb7b9bb290585a265/697b5d7fa4e1b60809c1dec8_Customer%20Stories%20..."
},
{
"src": "https://cdn.prod.website-files.com/695e71bdb7b9bb290585a265/697b5d71d0c635ff35748093_Customer%20Stories%20Grid%20-%20Oliver%20Bonas.jpg",
"width": "Auto",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/695e71bdb7b9bb290585a265/697b5d71d0c635ff35748093_Customer%20Stories%20Grid%20-%20Oliver%20Bonas.jpg\" loading=\"lazy\" width=\"Auto\" alt sizes=\"(max-width: 767px) 100vw, (max-width: 991px) 727px, 940px\" srcset=\"https://cdn.prod.website-files.com/695e71bdb7b9bb290585a265/697b5d71d0c635ff35748093_Customer%20Stories%20Grid%20-%20Oliver%20Bonas-p-500.jpg 500w, https://cdn.prod.website-files.com/695e71bdb7b9bb290585a265/697b5d71d0c635ff35748093_Customer%20..."
},
{
"src": "https://cdn.prod.website-files.com/694a79a0b33f026ed61a478b/695e791d71637f2d25413303_img12.jpg",
"width": "795",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/694a79a0b33f026ed61a478b/695e791d71637f2d25413303_img12.jpg\" loading=\"lazy\" width=\"795\" sizes=\"(max-width: 767px) 100vw, (max-width: 991px) 728px, 795px\" alt=\"Image Description\" srcset=\"https://cdn.prod.website-files.com/694a79a0b33f026ed61a478b/695e791d71637f2d25413303_img12-p-500.jpg 500w, https://cdn.prod.website-files.com/694a79a0b33f026ed61a478b/695e791d71637f2d25413303_img12-p-800.jpg 800w, https://cdn.prod.website-files.com/694a79a0b33f026ed..."
},
{
"src": "https://cdn.prod.website-files.com/694a79a0b33f026ed61a478b/695e47f5aa5f85c080214b89_logo.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/694a79a0b33f026ed61a478b/695e47f5aa5f85c080214b89_logo.svg\" loading=\"lazy\" alt=\"Dixa\">"
}
],
"possibleDialogs": [],
"score": 80,
"weight": 10
}GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AEO: Entity and definition clarity
AEO: Entity and definition clarity scored 86/100 and needs improvement.
1 Warning
GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AEO: Entity and definition clarity
AEO: Entity and definition clarity scored 86/100 and needs improvement.
Needs attention
AEO: Entity and definition clarity
Issue
Entity or definition gaps: agentic, behind, exceptional, behindexceptional.
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
86/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 86/100 and needs improvement.
Evidence
{
"title": "The Agentic CS Platform Behind Exceptional Ecommerce Brands",
"h1": "The Agentic CS Platform BehindExceptional Ecommerce Brands",
"description": "The customer service platform for ecommerce brands. AI that resolves inquiries, agents that close the loop, and every channel in one place.",
"topicOverlap": 0.42857142857142855,
"definitionCount": 9,
"topicTerms": [
"agentic",
"platform",
"behind",
"exceptional",
"ecommerce",
"brands",
"behindexceptional"
],
"descriptionTerms": [
"customer",
"service",
"platform",
"ecommerce",
"brands",
"resolves",
"inquiries",
"agents",
"close",
"loop",
"every",
"channel",
"one",
"place"
],
"missingFromDescription": [
"agentic",
"behind",
"exceptional",
"behindexceptional"
],
"score": 86,
"weight": 18
}GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AEO: Answer intent coverage
AEO: Answer intent coverage scored 70/100 and needs improvement.
1 Warning
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, benefits, 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": "Trusted by brands across 42 countries",
"html": "<h2 class=\"logo-heading\">Trusted by brands across 42 countries</h2>"
},
{
"text": "One platform, every part of your CS operation",
"html": "<h2 data-w-id=\"6707b204-03df-c4d9-b05d-7beb40b5036b\" style=\"opacity:0\" class=\"h3 text-center mb-44 font-medium\"><strong class=\"bold-text-3\">One platform</strong>, every part of your <em>CS operation</em></h2>"
},
{
"text": "AI agents answer in seconds, customers never wait in queue",
"html": "<h2 class=\"font-semibold mb-6 text-dixa-black\">AI agents answer in seconds, customers never wait in queue</h2>"
},
{
"text": "See the full customer history, respond faster with AI assistance",
"html": "<h2 class=\"font-semibold mb-6 text-dixa-black\">See the full customer history, respond faster with AI assistance</h2>"
},
{
"text": "Every conversation routed, scored and measured automatically",
"html": "<h2 class=\"font-semibold mb-6 text-dixa-black\">Every conversation routed, scored and measured automatically</h2>"
},
{
"text": "Hear from our customers",
"html": "<h2 class=\"text-center mb-38px\">Hear from our customers</h2>"
}
],
"expected": [
{
"id": "what",
"label": "What is The Agentic CS Platform Behind Exceptional Ec...?",
"pattern": {}
},
{
"id": "how",
"label": "How does The Agentic CS Platform Behind Exceptional Ec... work?",
"pattern": {}
},
{
"id": "benefits",
"label": "Why use The Agentic CS Platform Behind Exceptional Ec...?",
"pattern": {}
},
{
"id": "cost",
"label": "Is The Agentic CS Platform Behind Exceptional Ec... free or paid?",
"pattern": {}
},
{
"id": "compare",
"label": "How does The Agentic CS Platform Behind Exceptional Ec... compare with alternatives?",
"pattern": {}
}
],
"missing": [
{
"id": "what",
"label": "What is The Agentic CS Platform Behind Exceptional Ec...?",
"pattern": {}
},
{
"id": "how",
"label": "How does The Agentic CS Platform Behind Exceptional Ec... work?",
"pattern": {}
},
{
"id": "benefits",
"label": "Why use The Agentic CS Platform Behind Exceptional Ec...?",
"pattern": {}
},
{
"id": "cost",
"label": "Is The Agentic CS Platform Behind Exceptional Ec... free or paid?",
"pattern": {}
},
{
"id": "compare",
"label": "How does The Agentic CS Platform Behind Exceptional Ec... 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; charset=utf-8",
"length": 906
},
{
"path": "/api/context",
"statusCode": 404,
"contentType": "text/html; charset=utf-8",
"length": 906
},
{
"path": "/context",
"statusCode": 404,
"contentType": "text/html; charset=utf-8",
"length": 906
}
]
},
"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, benefits, 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": "Trusted by brands across 42 countries",
"html": "<h2 class=\"logo-heading\">Trusted by brands across 42 countries</h2>"
},
{
"text": "One platform, every part of your CS operation",
"html": "<h2 data-w-id=\"6707b204-03df-c4d9-b05d-7beb40b5036b\" style=\"opacity:0\" class=\"h3 text-center mb-44 font-medium\"><strong class=\"bold-text-3\">One platform</strong>, every part of your <em>CS operation</em></h2>"
},
{
"text": "AI agents answer in seconds, customers never wait in queue",
"html": "<h2 class=\"font-semibold mb-6 text-dixa-black\">AI agents answer in seconds, customers never wait in queue</h2>"
},
{
"text": "See the full customer history, respond faster with AI assistance",
"html": "<h2 class=\"font-semibold mb-6 text-dixa-black\">See the full customer history, respond faster with AI assistance</h2>"
},
{
"text": "Every conversation routed, scored and measured automatically",
"html": "<h2 class=\"font-semibold mb-6 text-dixa-black\">Every conversation routed, scored and measured automatically</h2>"
},
{
"text": "Hear from our customers",
"html": "<h2 class=\"text-center mb-38px\">Hear from our customers</h2>"
}
],
"expected": [
{
"id": "what",
"label": "What is The Agentic CS Platform Behind Exceptional Ec...?",
"pattern": {}
},
{
"id": "how",
"label": "How does The Agentic CS Platform Behind Exceptional Ec... work?",
"pattern": {}
},
{
"id": "benefits",
"label": "Why use The Agentic CS Platform Behind Exceptional Ec...?",
"pattern": {}
},
{
"id": "cost",
"label": "Is The Agentic CS Platform Behind Exceptional Ec... free or paid?",
"pattern": {}
},
{
"id": "compare",
"label": "How does The Agentic CS Platform Behind Exceptional Ec... compare with alternatives?",
"pattern": {}
}
],
"missing": [
{
"id": "what",
"label": "What is The Agentic CS Platform Behind Exceptional Ec...?",
"pattern": {}
},
{
"id": "how",
"label": "How does The Agentic CS Platform Behind Exceptional Ec... work?",
"pattern": {}
},
{
"id": "benefits",
"label": "Why use The Agentic CS Platform Behind Exceptional Ec...?",
"pattern": {}
},
{
"id": "cost",
"label": "Is The Agentic CS Platform Behind Exceptional Ec... free or paid?",
"pattern": {}
},
{
"id": "compare",
"label": "How does The Agentic CS Platform Behind Exceptional Ec... compare with alternatives?",
"pattern": {}
}
],
"score": 70,
"weight": 4
}Agent Ease of UseAuthEmerging recommendation
Auth.md Agent Registration
Auth.md Agent Registration has an informational finding because the page appears to support authentication.
Informational
Agent Ease of UseAuthEmerging recommendation
Auth.md Agent Registration
Auth.md Agent Registration has an informational finding because the page appears to support authentication.
Needs attention
Auth.md Agent Registration
Issue
auth.md response did not match the expected agent registration shape. Content-Type "text/html; charset=utf-8" is not Markdown or text/plain; missing registration instructions; missing /.well-known/oauth-protected-resource link; missing /.well-known/oauth-authorization-server link; missing supported identity type language; missing credential type language.
Why it matters
Agent registration metadata lets automated clients find the registration path, supported identity types, credential types, and related claim or revocation endpoints without scraping human docs.
Check name
Auth.md Agent Registration
Score
0/100
Status
informational
Category
Auth
Maturity
Emerging recommendation
Goal
Publish Auth.md and agent_auth metadata so agents can discover registration and credential requirements.
Result
Auth.md Agent Registration has an informational finding because the page appears to support authentication.
Validation steps
Fetch and validate /auth.md
auth.md response did not match the expected agent registration shape. Content-Type "text/html; charset=utf-8" is not Markdown or text/plain; missing registration instructions; missing /.well-known/oauth-protected-resource link; missing /.well-known/oauth-authorization-server link; missing supported identity type language; missing credential type language.
Publish protected resource metadata
The OAuth Protected Resource metadata endpoint did not return HTTP 2xx.
Validate agent_auth authorization metadata
OAuth authorization server metadata could not be fetched.
Evidence
{
"failedStep": "auth-md",
"steps": [
{
"id": "auth-md",
"title": "Fetch and validate /auth.md",
"status": "fail",
"evidence": {
"path": "/auth.md",
"ok": false,
"statusCode": 404,
"contentType": "text/html; charset=utf-8",
"length": 906,
"validation": {
"valid": false,
"issue": "auth.md response did not match the expected agent registration shape. Content-Type \"text/html; charset=utf-8\" is not Markdown or text/plain; missing registration instructions; missing /.well-known/oauth-protected-resource link; missing /.well-known/oauth-authorization-server link; missing supported identity type language; missing credential type language.",
"compatibleContentType": false,
"contentLength": 787,
"hasRegisterInstructions": false,
"hasProtectedResourceLink": false,
"hasAuthorizationServerLink": false,
"mentionsIdentity": false,
"mentionsCredential": false,
"links": [
"/title",
"https://app-assets.website-files.com/css/webflow-https-errors.webflow.css\"",
"/css",
"https://app-assets.website-files.com/static/favicon_designer.88fce7c7f8.png\"",
"/x-icon",
"/head",
"/div",
"/h1",
"/p",
"/div"
],
"rawExcerpt": "<!DOCTYPE html>\n<html lang=\"en\">\n\n<head>\n <meta charset=\"utf-8\">\n <title>404 - Page not found</title>\n <meta content=\"The page you are looking for doesn't exist or has been moved.\" name=\"description\">\n <meta content=\"width=device-width, initial-scale=1\" name=\"viewport\">\n\n <link href=\"https://app-assets.website-files.com/css/webflow-https-errors.webflow.css\" rel=\"stylesheet\" type=\"text/css\">\n\n <link href=\"https://app-assets.website-files.com/static/favicon_designer.88fce7c7f8.png\" rel=\"shortcut icon\" type=\"image/x-icon\">\n</head>\n\n<body>\n<div class=\"utility-wrapper\">\n <div class=\"utility-container\">\n <div class=\"text-mono\">404</div>\n <div class=\"utility-content\">\n <h1>Page not found<br></h1>\n <p>The page you are looking for doesn&"
}
},
"issue": "auth.md response did not match the expected agent registration shape. Content-Type \"text/html; charset=utf-8\" is not Markdown or text/plain; missing registration instructions; missing /.well-known/oauth-protected-resource link; missing /.well-known/oauth-authorization-server link; missing supported identity type language; missing credential type language.",
"howToFix": "Serve /auth.md at the site root as Markdown with agent registration instructions and links to OAuth metadata."
},
{
"id": "oauth-protected-resource",
"title": "Publish protected resource metadata",
"status": "fail",
"evidence": {
"path": "/.well-known/oauth-protected-resource",
"ok": false,
"statusCode": 404,
"contentType": "text/html; charset=utf-8",
"length": 88,
"text": "<!DOCTYPE html>\n<html>\n <body>\n <p>Invalid .well-known request</p>\n </body>\n</html>"
},
"issue": "The OAuth Protected Resource metadata endpoint did not return HTTP 2xx.",
"howToFix": "Publish /.well-known/oauth-protected-resource with resource and authorization_servers fields."
},
{
"id": "agent-auth-block",
"title": "Validate agent_auth authorization metadata",
"status": "fail",
"evidence": {
"valid": false,
"issue": "OAuth authorization server metadata could not be fetched.",
"fetch": {
"ok": false,
"statusCode": 404,
"contentType": "text/html; charset=utf-8",
"length": 88,
"text": "<!DOCTYPE html>\n<html>\n <body>\n <p>Invalid .well-known request</p>\n </body>\n</html>"
}
},
"issue": "OAuth authorization server metadata could not be fetched.",
"howToFix": "Add agent_auth to /.well-known/oauth-authorization-server with register_uri, supported identity types, credential types, and claim or revocation URLs where applicable."
}
],
"authApplicability": {
"supportsAuth": true,
"score": 6,
"signals": [
{
"source": "link:href",
"weight": 3,
"match": "auth link"
},
{
"source": "visible-text",
"weight": 3,
"match": "login"
}
]
},
"resourceFetchSucceeded": false
}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; charset=utf-8",
"length": 88
},
{
"path": "/.well-known/oauth-authorization-server",
"statusCode": 404,
"contentType": "text/html; charset=utf-8",
"length": 88
}
]
},
"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": 6,
"signals": [
{
"source": "link:href",
"weight": 3,
"match": "auth link"
},
{
"source": "visible-text",
"weight": 3,
"match": "login"
}
]
},
"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; charset=utf-8"
},
"issue": "The OAuth Protected Resource metadata endpoint did not return HTTP 2xx.",
"howToFix": "Publish /.well-known/oauth-protected-resource JSON."
},
{
"id": "metadata",
"title": "Validate protected resource metadata",
"status": "fail",
"evidence": {
"valid": false,
"compatibleContentType": false,
"issue": "Response is not valid JSON.",
"rawExcerpt": "<!DOCTYPE html>\n<html>\n <body>\n <p>Invalid .well-known request</p>\n </body>\n</html>"
},
"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://dixa.com"
},
"issue": "Protected resource metadata `resource` did not match the resource identifier used to retrieve it.",
"howToFix": "Set `resource` to the origin/resource identifier represented by /.well-known/oauth-protected-resource."
},
{
"id": "protected-route-challenge",
"title": "Probe protected API Bearer challenge",
"status": "informational",
"evidence": {
"checked": [
{
"path": "/api/admin/scans",
"statusCode": 404,
"wwwAuthenticate": {
"valid": false,
"present": false
},
"expectedMetadataUrl": "https://dixa.com/.well-known/oauth-protected-resource",
"metadataUrlMatches": true,
"resourceMatchesRequestContext": true
},
{
"path": "/api/admin/summary",
"statusCode": 404,
"wwwAuthenticate": {
"valid": false,
"present": false
},
"expectedMetadataUrl": "https://dixa.com/.well-known/oauth-protected-resource",
"metadataUrlMatches": true,
"resourceMatchesRequestContext": true
},
{
"path": "/api/scans",
"statusCode": 404,
"wwwAuthenticate": {
"valid": false,
"present": false
},
"expectedMetadataUrl": "https://dixa.com/.well-known/oauth-protected-resource",
"metadataUrlMatches": true,
"resourceMatchesRequestContext": true
}
]
},
"issue": "No protected route with a 401 Bearer challenge was detected; metadata alone does not prove a protected resource.",
"howToFix": "When this site exposes bearer-protected APIs, return 401 with WWW-Authenticate: Bearer and link resource_metadata."
}
],
"authApplicability": {
"supportsAuth": true,
"score": 6,
"signals": [
{
"source": "link:href",
"weight": 3,
"match": "auth link"
},
{
"source": "visible-text",
"weight": 3,
"match": "login"
}
]
},
"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
6 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": "6 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
1 warning 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": "1 warning 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
Layout shift culprits
11 Fail
Performance and AccessibilityPerformanceBrowser audit
Layout shift culprits
Check name
Layout shift culprits
Score
0/100
Status
fail
Device
desktop
Category
Performance
Fix guidance
Layout shifts occur when elements move absent any user interaction. [Investigate the causes of layout shifts](https://developer.chrome.com/docs/performance/insights/cls-culprit), such as elements being added, removed, or their fonts changing as the page loads.
References
https://web.dev/learn/performance/Evidence
{
"description": "Layout shifts occur when elements move absent any user interaction. [Investigate the causes of layout shifts](https://developer.chrome.com/docs/performance/insights/cls-culprit), such as elements being added, removed, or their fonts changing as the page loads."
}Performance and AccessibilityPerformanceBrowser audit
LCP request discovery
11 Fail
Performance and AccessibilityPerformanceBrowser audit
LCP request discovery
Check name
LCP request discovery
Score
0/100
Status
fail
Device
desktop
Category
Performance
Fix guidance
[Optimize LCP](https://developer.chrome.com/docs/performance/insights/lcp-discovery) by making the LCP image discoverable from the HTML immediately, and avoiding lazy-loading
References
https://web.dev/learn/performance/Evidence
{
"description": "[Optimize LCP](https://developer.chrome.com/docs/performance/insights/lcp-discovery) by making the LCP image discoverable from the HTML immediately, and avoiding lazy-loading"
}Performance and AccessibilityPerformanceBrowser audit
Reduce unused CSS
11 Fail
Performance and AccessibilityPerformanceBrowser audit
Reduce unused CSS
Check name
Reduce unused CSS
Score
0/100
Status
fail
Device
desktop
Category
Performance
Estimated savings
Est savings of 37Â KiB
Fix guidance
Reduce unused rules from stylesheets and defer CSS not used for above-the-fold content to decrease bytes consumed by network activity. [Learn how to reduce unused CSS](https://developer.chrome.com/docs/lighthouse/performance/unused-css-rules/).
References
https://web.dev/learn/performance/Evidence
{
"displayValue": "Est savings of 37Â KiB",
"description": "Reduce unused rules from stylesheets and defer CSS not used for above-the-fold content to decrease bytes consumed by network activity. [Learn how to reduce unused CSS](https://developer.chrome.com/docs/lighthouse/performance/unused-css-rules/).",
"numericValue": 40
}Performance and AccessibilityPerformanceBrowser audit
Avoid enormous network payloads
6 Warning
Performance and AccessibilityPerformanceBrowser audit
Avoid enormous network payloads
Check name
Avoid enormous network payloads
Score
50/100
Status
warning
Device
desktop
Category
Performance
Estimated savings
Total size was 6,612Â KiB
Fix guidance
Large network payloads cost users real money and are highly correlated with long load times. [Learn how to reduce payload sizes](https://developer.chrome.com/docs/lighthouse/performance/total-byte-weight/).
References
https://web.dev/learn/performance/Evidence
{
"displayValue": "Total size was 6,612Â KiB",
"description": "Large network payloads cost users real money and are highly correlated with long load times. [Learn how to reduce payload sizes](https://developer.chrome.com/docs/lighthouse/performance/total-byte-weight/).",
"numericValue": 6771039
}Performance and AccessibilityPerformanceBrowser audit
Legacy JavaScript
6 Warning
Performance and AccessibilityPerformanceBrowser audit
Legacy JavaScript
Check name
Legacy JavaScript
Score
50/100
Status
warning
Device
desktop
Category
Performance
Estimated savings
Est savings of 21Â KiB
Fix guidance
Polyfills and transforms enable older browsers to use new JavaScript features. However, many aren't necessary for modern browsers. Consider modifying your JavaScript build process to not transpile [Baseline](https://web.dev/articles/baseline-and-polyfills) features, unless you know you must support older browsers. [Learn why most sites can deploy ES6+ code without transpiling](https://developer.chrome.com/docs/performance/insights/legacy-javascript)
References
https://web.dev/learn/performance/Evidence
{
"displayValue": "Est savings of 21Â KiB",
"description": "Polyfills and transforms enable older browsers to use new JavaScript features. However, many aren't necessary for modern browsers. Consider modifying your JavaScript build process to not transpile [Baseline](https://web.dev/articles/baseline-and-polyfills) features, unless you know you must support older browsers. [Learn why most sites can deploy ES6+ code without transpiling](https://developer.chrome.com/docs/performance/insights/legacy-javascript)"
}Performance and AccessibilityPerformanceBrowser audit
Minify CSS
6 Warning
Performance and AccessibilityPerformanceBrowser audit
Minify CSS
Check name
Minify CSS
Score
50/100
Status
warning
Device
desktop
Category
Performance
Estimated savings
Est savings of 8Â KiB
Fix guidance
Minifying CSS files can reduce network payload sizes. [Learn how to minify CSS](https://developer.chrome.com/docs/lighthouse/performance/unminified-css/).
References
https://web.dev/learn/performance/Evidence
{
"displayValue": "Est savings of 8Â KiB",
"description": "Minifying CSS files can reduce network payload sizes. [Learn how to minify CSS](https://developer.chrome.com/docs/lighthouse/performance/unminified-css/).",
"numericValue": 0
}Performance and AccessibilityPerformanceBrowser audit
Reduce unused JavaScript
6 Warning
Performance and AccessibilityPerformanceBrowser audit
Reduce unused JavaScript
Check name
Reduce unused JavaScript
Score
50/100
Status
warning
Device
desktop
Category
Performance
Estimated savings
Est savings of 960Â KiB
Fix guidance
Reduce unused JavaScript and defer loading scripts until they are required to decrease bytes consumed by network activity. [Learn how to reduce unused JavaScript](https://developer.chrome.com/docs/lighthouse/performance/unused-javascript/).
References
https://web.dev/learn/performance/Evidence
{
"displayValue": "Est savings of 960Â KiB",
"description": "Reduce unused JavaScript and defer loading scripts until they are required to decrease bytes consumed by network activity. [Learn how to reduce unused JavaScript](https://developer.chrome.com/docs/lighthouse/performance/unused-javascript/).",
"numericValue": 0
}Performance and AccessibilityPerformanceBrowser audit
Use efficient cache lifetimes
6 Warning
Performance and AccessibilityPerformanceBrowser audit
Use efficient cache lifetimes
Check name
Use efficient cache lifetimes
Score
50/100
Status
warning
Device
desktop
Category
Performance
Estimated savings
Est savings of 295Â KiB
Fix guidance
A long cache lifetime can speed up repeat visits to your page. [Learn more about caching](https://developer.chrome.com/docs/performance/insights/cache).
References
https://web.dev/learn/performance/Evidence
{
"displayValue": "Est savings of 295Â KiB",
"description": "A long cache lifetime can speed up repeat visits to your page. [Learn more about caching](https://developer.chrome.com/docs/performance/insights/cache)."
}Performance and AccessibilityPerformanceBrowser audit
Loading performance
3 Fail
Performance and AccessibilityPerformanceBrowser audit
Loading performance
Check name
Loading performance
Score
77/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": "speed-index",
"title": "Speed Index",
"score": 50,
"displayValue": "2.3Â s",
"numericValue": 2275.4532903238032
},
{
"id": "total-blocking-time",
"title": "Total Blocking Time",
"score": 41,
"displayValue": "400Â ms",
"numericValue": 401.4921926506855
},
{
"id": "max-potential-fid",
"title": "Max Potential First Input Delay",
"score": 86,
"displayValue": "140Â ms",
"numericValue": 144
},
{
"id": "network-rtt",
"title": "Network Round Trip Times",
"score": 100,
"displayValue": "10Â ms",
"numericValue": 12.597000000000003
},
{
"id": "interactive",
"title": "Time to Interactive",
"score": 72,
"displayValue": "3.4Â s",
"numericValue": 3399.701014700736
},
{
"id": "largest-contentful-paint",
"title": "Largest Contentful Paint",
"score": 82,
"displayValue": "1.4Â s",
"numericValue": 1446.0183013458998
},
{
"id": "first-contentful-paint",
"title": "First Contentful Paint",
"score": 87,
"displayValue": "1.0Â s",
"numericValue": 987.9013706719608
},
{
"id": "server-response-time",
"title": "Initial server response time was short",
"score": 100,
"displayValue": "Root document took 0Â ms",
"numericValue": 4
}
]
}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 |
|---|---|---|---|
| 50/100 | Level 3, Bot-Aware | Current report |