Export Report
OVERALL SCORE
Level 2, Agent-Limited
- AI Discoverability 49 out of 100
- Agent Ease of Use 4 out of 100
- Security & Trust 0 out of 100
- GEO, AIO and AEO 76 out of 100
- SEO 92 out of 100
- Performance and Accessibility 49 out of 100
What AI sees of your website
The Leading AI-first Commerce Platform For Enterprises
Deliver unmatched revenue growth through the AI-first commerce platform trusted by the world’s leading enterprises. Start your free trial!
Next step
Turn this report into a fix workflow
23 failed checks are ready to move into MCP or CLI remediation. Generate a repair prompt, connect the scanner to your coding agent, or open the integration docs before your next rescan.
| Metric | Score | Status | Passed | Failed | Warning | Evidence |
|---|---|---|---|---|---|---|
| AI Discoverability | 49 | Priority fix | 11 | 11 | 1 | View details |
| Discoverability | 57 | Needs work | 4 | 5 | 0 | View details |
| Content Readiness | 54 | Needs work | 6 | 3 | 1 | View details |
| Bot Access Control | 33 | Priority fix | 1 | 3 | 0 | View details |
| Agent Ease of Use | 4 | Priority fix | 11 | 20 | 2 | View details |
| API | 0 | Priority fix | 0 | 6 | 0 | View details |
| Auth | Not Applicable | Not Applicable | 7 | 0 | 0 | |
| MCP | 13 | Priority fix | 0 | 6 | 2 | View details |
| Skill Discovery | 0 | Priority fix | 0 | 8 | 0 | View details |
| Agent Commerce | Not Applicable | Not Applicable | 4 | 0 | 0 | |
| GEO, AIO and AEO | 76 | Mostly ready | 6 | 2 | 12 | View details |
| GEO Readiness | 88 | Mostly ready | 2 | 0 | 4 | |
| AIO Readiness | 78 | Mostly ready | 3 | 1 | 3 | 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 | 0 | Priority fix | 4 | 5 | 0 | View details |
| Security & Trust | 0 | Priority fix | 0 | 5 | 0 | View details |
| AI Training Exposure | Not Applicable | Not Applicable | 4 | 0 | 0 | |
| Performance and Accessibility | 49 | Priority fix | 24 | 2 | 1 | View details |
| Performance | 25 | Priority fix | 12 | 2 | 1 | View details |
| Accessibility | 93 | Strong | 12 | 0 | 0 |
Prioritized recommendations
Issues ranked by score impact
41 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."
}
]
}AI DiscoverabilityBot Access ControlInformational
Content Signal
Content Signal is missing or incomplete.
50 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
}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><!-- Last Published: Thu Jun 04 2026 16:15:19 GMT+0000 (Coordinated Universal Time) --><html data-wf-domain=\"commercetools.com\" data-wf-page=\"6989ba4e19f7ea51fb4fc5b1\" data-wf-site=\"6989ba4b19f7ea51fb4fc517\" data-wf-intellimize-customer-id=\"117772691\" lang=\"en\"><head><meta charset=\"utf-8\"/><link href=\"https://cdn.prod.website-files.com\" rel=\"preconnect\" crossorigin=\"anonymous\"/><title>Not Found</title><meta content=\"Not Found\" property=\"og:title\"/><meta content=\"Not Found\" name=\"twitter:title\"/><meta content=\"width=device-width, initial-scale=1\" name=\"viewport\"/><link href=\"https://cdn.prod.website-files.com/6989ba4b19f7ea51fb4fc517/css/commercetools-flow-ninja.shared.d644be1d8.css\" rel=\"stylesheet\" type=\"text/css\" integrity=\"sha384-1kS+HYbxqIF637vaNAyNYNdljlg4gn6CWJ/KdsE4hc"
},
{
"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><!-- Last Published: Thu Jun 04 2026 16:15:19 GMT+0000 (Coordinated Universal Time) --><html data-wf-domain=\"commercetools.com\" data-wf-page=\"6989ba4e19f7ea51fb4fc5b1\" data-wf-site=\"6989ba4b19f7ea51fb4fc517\" data-wf-intellimize-customer-id=\"117772691\" lang=\"en\"><head><meta charset=\"utf-8\"/><link href=\"https://cdn.prod.website-files.com\" rel=\"preconnect\" crossorigin=\"anonymous\"/><title>Not Found</title><meta content=\"Not Found\" property=\"og:title\"/><meta content=\"Not Found\" name=\"twitter:title\"/><meta content=\"width=device-width, initial-scale=1\" name=\"viewport\"/><link href=\"https://cdn.prod.website-files.com/6989ba4b19f7ea51fb4fc517/css/commercetools-flow-ninja.shared.d644be1d8.css\" rel=\"stylesheet\" type=\"text/css\" integrity=\"sha384-1kS+HYbxqIF637vaNAyNYNdljlg4gn6CWJ/KdsE4hc"
},
{
"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><!-- Last Published: Thu Jun 04 2026 16:15:19 GMT+0000 (Coordinated Universal Time) --><html data-wf-domain=\"commercetools.com\" data-wf-page=\"6989ba4e19f7ea51fb4fc5b1\" data-wf-site=\"6989ba4b19f7ea51fb4fc517\" data-wf-intellimize-customer-id=\"117772691\" lang=\"en\"><head><meta charset=\"utf-8\"/><link href=\"https://cdn.prod.website-files.com\" rel=\"preconnect\" crossorigin=\"anonymous\"/><title>Not Found</title><meta content=\"Not Found\" property=\"og:title\"/><meta content=\"Not Found\" name=\"twitter:title\"/><meta content=\"width=device-width, initial-scale=1\" name=\"viewport\"/><link href=\"https://cdn.prod.website-files.com/6989ba4b19f7ea51fb4fc517/css/commercetools-flow-ninja.shared.d644be1d8.css\" rel=\"stylesheet\" type=\"text/css\" integrity=\"sha384-1kS+HYbxqIF637vaNAyNYNdljlg4gn6CWJ/KdsE4hc"
},
{
"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><!-- Last Published: Thu Jun 04 2026 16:15:19 GMT+0000 (Coordinated Universal Time) --><html data-wf-domain=\"commercetools.com\" data-wf-page=\"6989ba4e19f7ea51fb4fc5b1\" data-wf-site=\"6989ba4b19f7ea51fb4fc517\" data-wf-intellimize-customer-id=\"117772691\" lang=\"en\"><head><meta charset=\"utf-8\"/><link href=\"https://cdn.prod.website-files.com\" rel=\"preconnect\" crossorigin=\"anonymous\"/><title>Not Found</title><meta content=\"Not Found\" property=\"og:title\"/><meta content=\"Not Found\" name=\"twitter:title\"/><meta content=\"width=device-width, initial-scale=1\" name=\"viewport\"/><link href=\"https://cdn.prod.website-files.com/6989ba4b19f7ea51fb4fc517/css/commercetools-flow-ninja.shared.d644be1d8.css\" rel=\"stylesheet\" type=\"text/css\" integrity=\"sha384-1kS+HYbxqIF637vaNAyNYNdljlg4gn6CWJ/KdsE4hc"
},
{
"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><!-- Last Published: Thu Jun 04 2026 16:15:19 GMT+0000 (Coordinated Universal Time) --><html data-wf-domain=\"commercetools.com\" data-wf-page=\"6989ba4e19f7ea51fb4fc5b1\" data-wf-site=\"6989ba4b19f7ea51fb4fc517\" data-wf-intellimize-customer-id=\"117772691\" lang=\"en\"><head><meta charset=\"utf-8\"/><link href=\"https://cdn.prod.website-files.com\" rel=\"preconnect\" crossorigin=\"anonymous\"/><title>Not Found</title><meta content=\"Not Found\" property=\"og:title\"/><meta content=\"Not Found\" name=\"twitter:title\"/><meta content=\"width=device-width, initial-scale=1\" name=\"viewport\"/><link href=\"https://cdn.prod.website-files.com/6989ba4b19f7ea51fb4fc517/css/commercetools-flow-ninja.shared.d644be1d8.css\" rel=\"stylesheet\" type=\"text/css\" integrity=\"sha384-1kS+HYbxqIF637vaNAyNYNdljlg4gn6CWJ/KdsE4hc"
},
{
"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><!-- Last Published: Thu Jun 04 2026 16:15:19 GMT+0000 (Coordinated Universal Time) --><html data-wf-domain=\"commercetools.com\" data-wf-page=\"6989ba4e19f7ea51fb4fc5b1\" data-wf-site=\"6989ba4b19f7ea51fb4fc517\" data-wf-intellimize-customer-id=\"117772691\" lang=\"en\"><head><meta charset=\"utf-8\"/><link href=\"https://cdn.prod.website-files.com\" rel=\"preconnect\" crossorigin=\"anonymous\"/><title>Not Found</title><meta content=\"Not Found\" property=\"og:title\"/><meta content=\"Not Found\" name=\"twitter:title\"/><meta content=\"width=device-width, initial-scale=1\" name=\"viewport\"/><link href=\"https://cdn.prod.website-files.com/6989ba4b19f7ea51fb4fc517/css/commercetools-flow-ninja.shared.d644be1d8.css\" rel=\"stylesheet\" type=\"text/css\" integrity=\"sha384-1kS+HYbxqIF637vaNAyNYNdljlg4gn6CWJ/KdsE4hc"
},
{
"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><!-- Last Published: Thu Jun 04 2026 16:15:19 GMT+0000 (Coordinated Universal Time) --><html data-wf-domain=\"commercetools.com\" data-wf-page=\"6989ba4e19f7ea51fb4fc5b1\" data-wf-site=\"6989ba4b19f7ea51fb4fc517\" data-wf-intellimize-customer-id=\"117772691\" lang=\"en\"><head><meta charset=\"utf-8\"/><link href=\"https://cdn.prod.website-files.com\" rel=\"preconnect\" crossorigin=\"anonymous\"/><title>Not Found</title><meta content=\"Not Found\" property=\"og:title\"/><meta content=\"Not Found\" name=\"twitter:title\"/><meta content=\"width=device-width, initial-scale=1\" name=\"viewport\"/><link href=\"https://cdn.prod.website-files.com/6989ba4b19f7ea51fb4fc517/css/commercetools-flow-ninja.shared.d644be1d8.css\" rel=\"stylesheet\" type=\"text/css\" integrity=\"sha384-1kS+HYbxqIF637vaNAyNYNdljlg4gn6CWJ/KdsE4hc"
}
]
},
"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 ControlInformational
Web Bot Auth request signing
Web Bot Auth request signing failed at "Fetch to find resource".
50 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."
}
]
}AI DiscoverabilityDiscoverabilityEstablished
FAQPage schema
FAQPage schema is missing or incomplete.
33 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": [
"Organization"
]
}AI DiscoverabilityDiscoverabilityEstablished
High-value schema types
High-value schema types is missing or incomplete.
33 Fail
AI DiscoverabilityDiscoverabilityEstablished
High-value schema types
High-value schema types is missing or incomplete.
Needs attention
High-value schema types
Issue
No high-value schema types (e.g. Article, Product, Service) were found.
Why it matters
High-value schema types tell agents whether a page is an article, product, event, service, or other actionable content type.
Check name
High-value schema types
Score
0/100
Status
fail
Category
Discoverability
Maturity
Established
Goal
Use schema types that describe the page's primary content or offering.
Result
High-value schema types is missing or incomplete.
Evidence
{
"found": [],
"expected": [
"Article",
"BlogPosting",
"NewsArticle",
"Product",
"SoftwareApplication",
"FAQPage",
"LocalBusiness",
"VideoObject",
"HowTo",
"Event",
"Course",
"Review",
"Service"
],
"allTypes": [
"Organization"
]
}AI DiscoverabilityDiscoverabilityEstablished
Link headers
Link headers failed at "Find useful Link headers".
33 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".
33 Fail
AI DiscoverabilityContent ReadinessEmerging recommendation
llms.txt
llms.txt failed at "Fetch to find resource".
Needs attention
llms.txt
Issue
llms.txt was not found at the expected path.
Why it matters
llms.txt gives language-model clients a concise, curated summary of important site context and links before they crawl broadly.
Check name
llms.txt
Score
0/100
Status
fail
Category
Content Readiness
Maturity
Emerging recommendation
Goal
Publish llms.txt to summarize agent-readable site guidance.
Result
llms.txt failed at "Fetch to find resource".
Validation steps
Fetch to find resource
llms.txt was not found at the expected path.
Evidence
{
"failedStep": "fetch",
"steps": [
{
"id": "fetch",
"title": "Fetch to find resource",
"status": "fail",
"evidence": {
"checked": [
{
"path": "/llms.txt",
"statusCode": 404,
"contentType": "text/html; charset=utf-8",
"length": 105503
},
{
"path": "/llms-full.txt",
"statusCode": 404,
"contentType": "text/html; charset=utf-8",
"length": 105503
}
]
},
"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
Semantic HTML
Semantic HTML is missing or incomplete.
33 Fail
AI DiscoverabilityContent ReadinessEstablished
Semantic HTML
Semantic HTML is missing or incomplete.
Needs attention
Semantic HTML
Issue
Semantic HTML is incomplete: 4 links missing accessible names; 0/2 applicable form inputs have autocomplete attributes (2 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": false,
"accessibleButtons": true,
"imageAltCoverage": true,
"formAutocompleteCoverage": false,
"details": {
"inaccessibleLinks": [
"<a data-wf-native-id-path=\"23beb72e-7193-26d4-f790-7e5229670260:07130f9c-6753-4196-ea58-ce2d33827655\" data-wf-ao-click-engagement-tracking=\"true\" data-wf-element-id=\"07130f9c-6753-4196-ea58-ce2d33827655\" data-wf-component-context=\"%5B%7B%22componentId%22%3A%22a7de1002-896c-b9e7-6626-1a3f654d2164%22%2C%22instanceId%22%3A%2223beb72e-7193-26d4-f790-7e5229670260%22%7D%5D\" href=\"https://www.youtube.com/commercetools\" target=\"_blank\" class=\"footer-social-link w-inline-block\" rel=\"nofollow\"><div class=",
"<a data-wf-native-id-path=\"23beb72e-7193-26d4-f790-7e5229670260:249bf89d-6e54-d012-7503-76c3b8c62377\" data-wf-ao-click-engagement-tracking=\"true\" data-wf-element-id=\"249bf89d-6e54-d012-7503-76c3b8c62377\" data-wf-component-context=\"%5B%7B%22componentId%22%3A%22a7de1002-896c-b9e7-6626-1a3f654d2164%22%2C%22instanceId%22%3A%2223beb72e-7193-26d4-f790-7e5229670260%22%7D%5D\" href=\"https://www.linkedin.com/company/commercetools/\" target=\"_blank\" class=\"footer-social-link w-inline-block\" rel=\"nofollow\"><",
"<a data-wf-native-id-path=\"23beb72e-7193-26d4-f790-7e5229670260:482e399d-febb-3564-09bb-a1586c8f0928\" data-wf-ao-click-engagement-tracking=\"true\" data-wf-element-id=\"482e399d-febb-3564-09bb-a1586c8f0928\" data-wf-component-context=\"%5B%7B%22componentId%22%3A%22a7de1002-896c-b9e7-6626-1a3f654d2164%22%2C%22instanceId%22%3A%2223beb72e-7193-26d4-f790-7e5229670260%22%7D%5D\" href=\"https://www.instagram.com/lifeatcommercetools\" target=\"_blank\" class=\"footer-social-link w-inline-block\" rel=\"nofollow\"><di",
"<a data-wf-native-id-path=\"23beb72e-7193-26d4-f790-7e5229670260:e490eb44-cb8f-0d9a-d722-59c632b1b7e1\" data-wf-ao-click-engagement-tracking=\"true\" data-wf-element-id=\"e490eb44-cb8f-0d9a-d722-59c632b1b7e1\" data-wf-component-context=\"%5B%7B%22componentId%22%3A%22a7de1002-896c-b9e7-6626-1a3f654d2164%22%2C%22instanceId%22%3A%2223beb72e-7193-26d4-f790-7e5229670260%22%7D%5D\" href=\"https://x.com/commercetools\" target=\"_blank\" class=\"footer-social-link w-inline-block\" rel=\"nofollow\"><div class=\"icon w-em"
],
"inaccessibleButtons": [],
"missingAutocompleteInputs": [
"<input class=\"search-input w-input\" maxlength=\"256\" name=\"query\" placeholder=\"Search…\" type=\"search\" id=\"search\" required>",
"<input id=\"vendor-search-handler\" type=\"text\" name=\"vendor-search-handler\" placeholder=\"Search…\" aria-label=\"Cookie list search\">"
],
"imagesMissingAlt": [],
"skippedHeadingLevels": []
},
"counts": {
"h1": 1,
"headings": 19,
"links": 143,
"inaccessibleLinks": 4,
"buttons": 14,
"inaccessibleButtons": 0,
"images": 76,
"imagesWithAlt": 76,
"autocompleteInputs": 2,
"inputsWithAutocomplete": 0,
"missingAutocompleteInputs": 2
}
}Agent Ease of UseSkill DiscoveryEmerging recommendation
A2A Agent Card
A2A Agent Card failed at "Fetch to find resource".
25 Fail
Agent Ease of UseSkill DiscoveryEmerging recommendation
A2A Agent Card
A2A Agent Card failed at "Fetch to find resource".
Needs attention
A2A Agent Card
Issue
A2A Agent Card was not found at the expected path.
Why it matters
A2A Agent Cards let compatible clients discover agent skills, input and output modes, and the endpoint used to invoke those skills.
Check name
A2A Agent Card
Score
0/100
Status
fail
Category
Skill Discovery
Maturity
Emerging recommendation
Goal
Publish an agent card so A2A-compatible clients can discover capabilities.
Result
A2A Agent Card failed at "Fetch to find resource".
Validation steps
Fetch to find resource
A2A Agent Card was not found at the expected path.
Evidence
{
"failedStep": "fetch",
"steps": [
{
"id": "fetch",
"title": "Fetch to find resource",
"status": "fail",
"evidence": {
"checked": [
{
"path": "/.well-known/agent-card.json",
"statusCode": 404,
"contentType": "text/html; 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": 105503
}
]
},
"issue": "A2A Agent Card was not found at the expected path.",
"howToFix": "Publish an A2A Agent Card with required skill details and make the advertised url answer A2A JSON-RPC requests."
}
]
}Agent Ease of UseSkill DiscoveryEmerging recommendation
Agent Skills index
Agent Skills index failed at "Fetch to find resource".
25 Fail
Agent Ease of UseSkill DiscoveryEmerging recommendation
Agent Skills index
Agent Skills index failed at "Fetch to find resource".
Needs attention
Agent Skills index
Issue
Agent Skills index was not found at the expected path.
Why it matters
An Agent Skills index lets clients find task-specific SKILL.md documents that describe how to use site capabilities correctly.
Check name
Agent Skills index
Score
0/100
Status
fail
Category
Skill Discovery
Maturity
Emerging recommendation
Goal
Publish an agent skills discovery index.
Result
Agent Skills index failed at "Fetch to find resource".
Validation steps
Fetch to find resource
Agent Skills index was not found at the expected path.
Evidence
{
"failedStep": "fetch",
"steps": [
{
"id": "fetch",
"title": "Fetch to find resource",
"status": "fail",
"evidence": {
"checked": [
{
"path": "/.well-known/agent-skills/index.json",
"statusCode": 404,
"contentType": "text/html; 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".
25 Fail
Agent Ease of UseSkill DiscoveryEmerging recommendation
agent.json
agent.json failed at "Fetch to find resource".
Needs attention
agent.json
Issue
agent.json was not found at the expected path.
Why it matters
agent.json is an emerging machine-readable manifest for declaring what a website does, how agents authenticate, and which actions or protocols are available.
Check name
agent.json
Score
0/100
Status
fail
Category
Skill Discovery
Maturity
Emerging recommendation
Goal
Publish the singular Agent Web Protocol agent.json manifest without confusing it with the separate agents.json directory convention.
Result
agent.json failed at "Fetch to find resource".
Validation steps
Fetch to find resource
agent.json was not found at the expected path.
Evidence
{
"failedStep": "fetch",
"steps": [
{
"id": "fetch",
"title": "Fetch to find resource",
"status": "fail",
"evidence": {
"checked": [
{
"path": "/.well-known/agent.json",
"statusCode": 404,
"contentType": "text/html; charset=utf-8",
"length": 88
},
{
"path": "/agent.json",
"statusCode": 404,
"contentType": "text/html; charset=utf-8",
"length": 105503
}
]
},
"issue": "agent.json was not found at the expected path.",
"howToFix": "Publish agent.json with awp_version, domain, intent, and typed actions that point to real same-origin API or protocol endpoints."
}
]
}Agent Ease of UseSkill DiscoveryInformational
agents.json
agents.json failed at "Fetch to find resource".
25 Fail
Agent Ease of UseSkill DiscoveryInformational
agents.json
agents.json failed at "Fetch to find resource".
Needs attention
agents.json
Issue
agents.json was not found at the expected path.
Why it matters
agents.json gives clients a simple directory of agent-facing capabilities and contacts when a site chooses to advertise them.
Check name
agents.json
Score
0/100
Status
fail
Category
Skill Discovery
Maturity
Informational
Goal
Publish an agents.json directory for agent-facing capabilities and contacts when using this convention.
Result
agents.json failed at "Fetch to find resource".
Validation steps
Fetch to find resource
agents.json was not found at the expected path.
Evidence
{
"failedStep": "fetch",
"steps": [
{
"id": "fetch",
"title": "Fetch to find resource",
"status": "fail",
"evidence": {
"checked": [
{
"path": "/.well-known/agents.json",
"statusCode": 404,
"contentType": "text/html; charset=utf-8",
"length": 88
},
{
"path": "/agents.json",
"statusCode": 404,
"contentType": "text/html; charset=utf-8",
"length": 105503
}
]
},
"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."
}
]
}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": 105503
},
{
"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."
}
]
}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": 105503
},
{
"path": "/mcp.json",
"statusCode": 404,
"contentType": "text/html; charset=utf-8",
"length": 105503
}
]
},
"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."
}
]
}AI DiscoverabilityContent ReadinessEstablished
Content freshness signals
Content freshness signals is partially implemented.
25 Warning
AI DiscoverabilityContent ReadinessEstablished
Content freshness signals
Content freshness signals is partially implemented.
Needs attention
Content freshness signals
Issue
Content freshness signals are incomplete: missing dateModified/datePublished in JSON-LD; missing meta or <time> freshness tags.
Why it matters
Freshness signals help agents decide whether content is current enough to cite, summarize, or compare against newer sources.
Check name
Content freshness signals
Score
25/100
Status
warning
Category
Content Readiness
Maturity
Established
Goal
Expose modified and published dates for freshness-aware retrieval and ranking.
Result
Content freshness signals is partially implemented.
Evidence
{
"lastModified": "Thu, 04 Jun 2026 23:30:06 GMT",
"schemaDates": [],
"metaDateCount": 0,
"timeDateCount": 0
}Security & TrustSecurity & TrustEstablished
Content-Security-Policy
Content-Security-Policy is missing or incomplete.
20 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": null
}Security & TrustSecurity & TrustEstablished
Frame protection
Frame protection is missing or incomplete.
20 Fail
Security & TrustSecurity & TrustEstablished
Frame protection
Frame protection is missing or incomplete.
Needs attention
Frame protection
Issue
Frame protection is missing or incomplete.
Why it matters
Frame protection blocks hostile sites from embedding pages in deceptive frames, reducing clickjacking risk.
Check name
Frame protection
Score
0/100
Status
fail
Category
Security & Trust
Maturity
Established
Goal
Prevent unwanted framing with X-Frame-Options or CSP frame-ancestors.
Result
Frame protection is missing or incomplete.
Evidence
{
"xFrameOptions": null,
"validXFrame": false,
"contentSecurityPolicy": null,
"cspFrameAncestors": false
}Security & TrustSecurity & TrustEstablished
HSTS header
HSTS header is missing or incomplete.
20 Fail
Security & TrustSecurity & TrustEstablished
HSTS header
HSTS header is missing or incomplete.
Needs attention
HSTS header
Issue
HSTS header is missing or incomplete.
Why it matters
HSTS tells browsers to keep using HTTPS after the first secure visit, reducing downgrade and mixed-transport risk for repeat users.
Check name
HSTS header
Score
0/100
Status
fail
Category
Security & Trust
Maturity
Established
Goal
Require HTTPS for repeat visits with Strict-Transport-Security.
Result
HSTS header is missing or incomplete.
Evidence
{
"header": "strict-transport-security",
"value": null
}Security & TrustSecurity & TrustEstablished
Referrer-Policy
Referrer-Policy is missing or incomplete.
20 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
}Security & TrustSecurity & TrustEstablished
X-Content-Type-Options
X-Content-Type-Options is missing or incomplete.
20 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
}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="query"> is missing a label.<input name="query"> is missing tool-param-description.<input> is missing a name attribute.<input> is missing a label.<input> is missing tool-param-description.<input name="ot-group-id-C0002"> is missing tool-param-description.<input name="ot-group-id-C0003"> is missing tool-param-description.<input name="ot-group-id-C0004"> is missing tool-param-description.<input name="vendor-search-handler"> is missing tool-param-description.<input> is missing a name attribute.<input> is missing tool-param-description.<input> is missing a name attribute.<input> is missing tool-param-description.<input> is missing a name attribute.<input> is missing tool-param-description.<input> is missing a name attribute.<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": 167,
"interactiveWithTags": 0,
"totalCount": 168,
"taggedCount": 0,
"dataMcpToolCount": 0,
"dataMcpTools": [],
"coverage": 0,
"annotationIssues": [
"<input name=\"query\"> is missing a label.",
"<input name=\"query\"> is missing tool-param-description.",
"<input> is missing a name attribute.",
"<input> is missing a label.",
"<input> is missing tool-param-description.",
"<input name=\"ot-group-id-C0002\"> is missing tool-param-description.",
"<input name=\"ot-group-id-C0003\"> is missing tool-param-description.",
"<input name=\"ot-group-id-C0004\"> is missing tool-param-description.",
"<input name=\"vendor-search-handler\"> is missing tool-param-description.",
"<input> is missing a name attribute.",
"<input> is missing tool-param-description.",
"<input> is missing a name attribute.",
"<input> is missing tool-param-description.",
"<input> is missing a name attribute.",
"<input> is missing tool-param-description.",
"<input> is missing a name attribute.",
"<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": 17,
"issues": [
"<input name=\"query\"> is missing a label.",
"<input name=\"query\"> is missing tool-param-description.",
"<input> is missing a name attribute.",
"<input> is missing a label.",
"<input> is missing tool-param-description.",
"<input name=\"ot-group-id-C0002\"> is missing tool-param-description.",
"<input name=\"ot-group-id-C0003\"> is missing tool-param-description.",
"<input name=\"ot-group-id-C0004\"> is missing tool-param-description.",
"<input name=\"vendor-search-handler\"> is missing tool-param-description.",
"<input> is missing a name attribute.",
"<input> is missing tool-param-description.",
"<input> is missing a name attribute.",
"<input> is missing tool-param-description.",
"<input> is missing a name attribute.",
"<input> is missing tool-param-description.",
"<input> is missing a name attribute.",
"<input> is missing tool-param-description."
]
},
"issue": "WebMCP declarative annotations need fixes.",
"issueDetails": [
{
"title": "WebMCP declarative annotation issues",
"items": [
{
"type": "code",
"value": "<input name=\"query\"> is missing a label."
},
{
"type": "code",
"value": "<input name=\"query\"> 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."
},
{
"type": "code",
"value": "<input name=\"ot-group-id-C0002\"> is missing tool-param-description."
},
{
"type": "code",
"value": "<input name=\"ot-group-id-C0003\"> is missing tool-param-description."
},
{
"type": "code",
"value": "<input name=\"ot-group-id-C0004\"> is missing tool-param-description."
},
{
"type": "code",
"value": "<input name=\"vendor-search-handler\"> is missing tool-param-description."
},
{
"type": "code",
"value": "<input> is missing a name attribute."
},
{
"type": "code",
"value": "<input> is missing tool-param-description."
},
{
"type": "code",
"value": "<input> is missing a name attribute."
},
{
"type": "code",
"value": "<input> is missing tool-param-description."
},
{
"type": "code",
"value": "<input> is missing a name attribute."
},
{
"type": "code",
"value": "<input> is missing tool-param-description."
},
{
"type": "code",
"value": "<input> is missing a name attribute."
},
{
"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": 167,
"interactiveWithTags": 0,
"totalCount": 168,
"taggedCount": 0,
"dataMcpToolCount": 0,
"dataMcpTools": [],
"coverage": 0,
"annotationIssues": [
"<input name=\"query\"> is missing a label.",
"<input name=\"query\"> is missing tool-param-description.",
"<input> is missing a name attribute.",
"<input> is missing a label.",
"<input> is missing tool-param-description.",
"<input name=\"ot-group-id-C0002\"> is missing tool-param-description.",
"<input name=\"ot-group-id-C0003\"> is missing tool-param-description.",
"<input name=\"ot-group-id-C0004\"> is missing tool-param-description.",
"<input name=\"vendor-search-handler\"> is missing tool-param-description.",
"<input> is missing a name attribute.",
"<input> is missing tool-param-description.",
"<input> is missing a name attribute.",
"<input> is missing tool-param-description.",
"<input> is missing a name attribute.",
"<input> is missing tool-param-description.",
"<input> is missing a name attribute.",
"<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": 167,
"interactiveWithTags": 0,
"totalCount": 168,
"taggedCount": 0,
"dataMcpToolCount": 0,
"dataMcpTools": [],
"coverage": 0,
"annotationIssues": [
"<input name=\"query\"> is missing a label.",
"<input name=\"query\"> is missing tool-param-description.",
"<input> is missing a name attribute.",
"<input> is missing a label.",
"<input> is missing tool-param-description.",
"<input name=\"ot-group-id-C0002\"> is missing tool-param-description.",
"<input name=\"ot-group-id-C0003\"> is missing tool-param-description.",
"<input name=\"ot-group-id-C0004\"> is missing tool-param-description.",
"<input name=\"vendor-search-handler\"> is missing tool-param-description.",
"<input> is missing a name attribute.",
"<input> is missing tool-param-description.",
"<input> is missing a name attribute.",
"<input> is missing tool-param-description.",
"<input> is missing a name attribute.",
"<input> is missing tool-param-description.",
"<input> is missing a name attribute.",
"<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.
9 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": "#",
"text": "About Us",
"html": "<a data-link=\"about\" data-wf-native-id-path=\"1a17207c-7e77-2833-7217-dc2d188ffc5d:939da313-fa85-d80a-96b6-fd08496ee609\" data-wf-ao-click-engagement-tracking=\"true\" data-wf-element-id=\"939da313-fa85-d80a-96b6-fd08496ee609\" data-wf-component-context=\"%5B%7B%22componentId%22%3A%22ef971416-f16a-30d1-9855-e6f28d67a8d6%22%2C%22instanceId%22%3A%221a17207c-7e77-2833-7217-dc2d188ffc5d%22%7D%5D\" href=\"#\" class=\"nav-tab-link w-inline-block\"><div>About Us</div><div class=\"nav-link-arrow w-embed\"><svg wid..."
},
{
"href": "#",
"text": "Back / About Us",
"html": "<a data-back=\"about\" data-wf-native-id-path=\"1a17207c-7e77-2833-7217-dc2d188ffc5d:fd8dcd86-cda7-2ce2-aa45-804d403f0c78\" data-wf-ao-click-engagement-tracking=\"true\" data-wf-element-id=\"fd8dcd86-cda7-2ce2-aa45-804d403f0c78\" data-wf-component-context=\"%5B%7B%22componentId%22%3A%22ef971416-f16a-30d1-9855-e6f28d67a8d6%22%2C%22instanceId%22%3A%221a17207c-7e77-2833-7217-dc2d188ffc5d%22%7D%5D\" href=\"#\" class=\"nav-back-link w-inline-block\"><div class=\"w-embed\"><svg width=\"24\" height=\"24\" display=\"bloc..."
},
{
"href": "/company/about",
"text": "About Us",
"html": "<a href=\"/company/about\" data-wf-native-id-path=\"1a17207c-7e77-2833-7217-dc2d188ffc5d:8f240c89-922e-453d-ac34-eead656f7c6b\" data-wf-ao-click-engagement-tracking=\"true\" data-wf-element-id=\"8f240c89-922e-453d-ac34-eead656f7c6b\" data-wf-component-context=\"%5B%7B%22componentId%22%3A%22ef971416-f16a-30d1-9855-e6f28d67a8d6%22%2C%22instanceId%22%3A%221a17207c-7e77-2833-7217-dc2d188ffc5d%22%7D%5D\" class=\"nav-link w-nav-link\">About Us</a>"
},
{
"href": "/company/about#leadership",
"text": "Leadership",
"html": "<a href=\"/company/about#leadership\" data-wf-native-id-path=\"1a17207c-7e77-2833-7217-dc2d188ffc5d:8f240c89-922e-453d-ac34-eead656f7c6d\" data-wf-ao-click-engagement-tracking=\"true\" data-wf-element-id=\"8f240c89-922e-453d-ac34-eead656f7c6d\" data-wf-component-context=\"%5B%7B%22componentId%22%3A%22ef971416-f16a-30d1-9855-e6f28d67a8d6%22%2C%22instanceId%22%3A%221a17207c-7e77-2833-7217-dc2d188ffc5d%22%7D%5D\" class=\"nav-link w-nav-link\">Leadership</a>"
},
{
"href": "https://www.linkedin.com/company/commercetools/",
"text": "",
"html": "<a data-wf-native-id-path=\"23beb72e-7193-26d4-f790-7e5229670260:249bf89d-6e54-d012-7503-76c3b8c62377\" data-wf-ao-click-engagement-tracking=\"true\" data-wf-element-id=\"249bf89d-6e54-d012-7503-76c3b8c62377\" data-wf-component-context=\"%5B%7B%22componentId%22%3A%22a7de1002-896c-b9e7-6626-1a3f654d2164%22%2C%22instanceId%22%3A%2223beb72e-7193-26d4-f790-7e5229670260%22%7D%5D\" href=\"https://www.linkedin.com/company/commercetools/\" target=\"_blank\" class=\"footer-social-link w-inline-block\" rel=\"nofollow..."
}
],
"contactLinks": [
{
"href": "#",
"text": "Support",
"html": "<a data-link=\"support\" data-wf-native-id-path=\"1a17207c-7e77-2833-7217-dc2d188ffc5d:2f3f1271-3be9-fefe-dc1e-f5760955de5c\" data-wf-ao-click-engagement-tracking=\"true\" data-wf-element-id=\"2f3f1271-3be9-fefe-dc1e-f5760955de5c\" data-wf-component-context=\"%5B%7B%22componentId%22%3A%22ef971416-f16a-30d1-9855-e6f28d67a8d6%22%2C%22instanceId%22%3A%221a17207c-7e77-2833-7217-dc2d188ffc5d%22%7D%5D\" href=\"#\" class=\"nav-tab-link w-inline-block\"><div>Support</div><div class=\"nav-link-arrow w-embed\"><svg wi..."
},
{
"href": "/why-commercetools",
"text": "Why commercetoolsLearn all the possibilities of how the commercetools platform can help you growth your business",
"html": "<a data-wf-native-id-path=\"1a17207c-7e77-2833-7217-dc2d188ffc5d:5d809c41-ca21-1c8e-5536-af192830d2be\" data-wf-ao-click-engagement-tracking=\"true\" data-wf-element-id=\"5d809c41-ca21-1c8e-5536-af192830d2be\" data-wf-component-context=\"%5B%7B%22componentId%22%3A%22ef971416-f16a-30d1-9855-e6f28d67a8d6%22%2C%22instanceId%22%3A%221a17207c-7e77-2833-7217-dc2d188ffc5d%22%7D%5D\" href=\"/why-commercetools\" class=\"nav-text-box w-inline-block\"><div class=\"text-s\">Why commercetools</div><p class=\"text-neutra..."
},
{
"href": "https://support.commercetools.com/",
"text": "Open Support Ticket",
"html": "<a href=\"https://support.commercetools.com/\" data-wf-native-id-path=\"1a17207c-7e77-2833-7217-dc2d188ffc5d:a953e6ba-784d-62c6-eded-ae656f757edd\" data-wf-ao-click-engagement-tracking=\"true\" data-wf-element-id=\"a953e6ba-784d-62c6-eded-ae656f757edd\" data-wf-component-context=\"%5B%7B%22componentId%22%3A%22ef971416-f16a-30d1-9855-e6f28d67a8d6%22%2C%22instanceId%22%3A%221a17207c-7e77-2833-7217-dc2d188ffc5d%22%7D%5D\" target=\"_blank\" class=\"nav-link w-nav-link\">Open Support Ticket</a>"
},
{
"href": "/products/premium-support",
"text": "Premium Support",
"html": "<a data-wf-native-id-path=\"1a17207c-7e77-2833-7217-dc2d188ffc5d:ac3a8f48-e796-08d5-926a-4588fa4e28d0\" data-wf-ao-click-engagement-tracking=\"true\" data-wf-element-id=\"ac3a8f48-e796-08d5-926a-4588fa4e28d0\" data-wf-component-context=\"%5B%7B%22componentId%22%3A%22ef971416-f16a-30d1-9855-e6f28d67a8d6%22%2C%22instanceId%22%3A%221a17207c-7e77-2833-7217-dc2d188ffc5d%22%7D%5D\" href=\"/products/premium-support\" class=\"nav-link\">Premium Support</a>"
},
{
"href": "/contact-us",
"text": "Contact Us",
"html": "<a href=\"/contact-us\" data-wf-native-id-path=\"1a17207c-7e77-2833-7217-dc2d188ffc5d:8f240c89-922e-453d-ac34-eead656f7c81\" data-wf-ao-click-engagement-tracking=\"true\" data-wf-element-id=\"8f240c89-922e-453d-ac34-eead656f7c81\" data-wf-component-context=\"%5B%7B%22componentId%22%3A%22ef971416-f16a-30d1-9855-e6f28d67a8d6%22%2C%22instanceId%22%3A%221a17207c-7e77-2833-7217-dc2d188ffc5d%22%7D%5D\" class=\"nav-link w-nav-link\">Contact Us</a>"
},
{
"href": "/esg/supported-initiatives",
"text": "Supported Initiatives",
"html": "<a href=\"/esg/supported-initiatives\" data-wf-native-id-path=\"1a17207c-7e77-2833-7217-dc2d188ffc5d:8f240c89-922e-453d-ac34-eead656f7c8b\" data-wf-ao-click-engagement-tracking=\"true\" data-wf-element-id=\"8f240c89-922e-453d-ac34-eead656f7c8b\" data-wf-component-context=\"%5B%7B%22componentId%22%3A%22ef971416-f16a-30d1-9855-e6f28d67a8d6%22%2C%22instanceId%22%3A%221a17207c-7e77-2833-7217-dc2d188ffc5d%22%7D%5D\" class=\"nav-link w-nav-link\">Supported Initiatives</a>"
},
{
"href": "#",
"text": "Back / support",
"html": "<a data-back=\"support\" data-wf-native-id-path=\"1a17207c-7e77-2833-7217-dc2d188ffc5d:8c01f93b-f9cc-ec47-8427-f08b715c4f35\" data-wf-ao-click-engagement-tracking=\"true\" data-wf-element-id=\"8c01f93b-f9cc-ec47-8427-f08b715c4f35\" data-wf-component-context=\"%5B%7B%22componentId%22%3A%22ef971416-f16a-30d1-9855-e6f28d67a8d6%22%2C%22instanceId%22%3A%221a17207c-7e77-2833-7217-dc2d188ffc5d%22%7D%5D\" href=\"#\" class=\"nav-back-link mobile w-inline-block\"><div class=\"support-arrow w-embed\"><svg width=\"24\" he..."
},
{
"href": "https://support.commercetools.com/",
"text": "Open Support Ticket",
"html": "<a href=\"https://support.commercetools.com/\" data-wf-native-id-path=\"1a17207c-7e77-2833-7217-dc2d188ffc5d:6b70d4ad-aac2-7291-9030-4eebe80a3d2e\" data-wf-ao-click-engagement-tracking=\"true\" data-wf-element-id=\"6b70d4ad-aac2-7291-9030-4eebe80a3d2e\" data-wf-component-context=\"%5B%7B%22componentId%22%3A%22ef971416-f16a-30d1-9855-e6f28d67a8d6%22%2C%22instanceId%22%3A%221a17207c-7e77-2833-7217-dc2d188ffc5d%22%7D%5D\" target=\"_blank\" class=\"nav-link w-nav-link\">Open Support Ticket</a>"
},
{
"href": "/contact-us",
"text": "Contact Us",
"html": "<a data-wf--main-button--variant=\"dark-purple-big\" data-wf-native-id-path=\"12f6a78d-29dd-dbbd-414c-d91d9d573e1f:12f6a78d-29dd-dbbd-414c-d91d9d573e21:879ac264-1fc5-6287-8bb7-5fc957a46eb0:5614e41a-f064-1d5b-5e92-8d76cb7cc09a\" data-wf-ao-click-engagement-tracking=\"true\" data-wf-element-id=\"5614e41a-f064-1d5b-5e92-8d76cb7cc09a\" data-wf-component-context=\"%5B%7B%22componentId%22%3A%2212f6a78d-29dd-dbbd-414c-d91d9d573e20%22%2C%22instanceId%22%3A%2212f6a78d-29dd-dbbd-414c-d91d9d573e1f%22%7D%2C%7B%22..."
},
{
"href": "/contact-us",
"text": "Contact us",
"html": "<a data-wf--main-button--variant=\"transparent\" data-wf-native-id-path=\"23beb72e-7193-26d4-f790-7e5229670260:011f9cf7-d928-9409-93b5-a99f24e2a021:5614e41a-f064-1d5b-5e92-8d76cb7cc09a\" data-wf-ao-click-engagement-tracking=\"true\" data-wf-element-id=\"5614e41a-f064-1d5b-5e92-8d76cb7cc09a\" data-wf-component-context=\"%5B%7B%22componentId%22%3A%22a7de1002-896c-b9e7-6626-1a3f654d2164%22%2C%22instanceId%22%3A%2223beb72e-7193-26d4-f790-7e5229670260%22%7D%2C%7B%22componentId%22%3A%225614e41a-f064-1d5b-5e..."
}
],
"privacyLinks": [
{
"href": "https://commercetools.com/resources/whitepaper/navigating-the-agentic-commerce-era-on-your-terms",
"text": "Navigating the Agentic Commerce Era On Your TermsRead the ReportNavigating the Agentic Commerce Era On Your Terms .mask-card { --r: 2rem; /* Matches tw-rounded-4xl (approx 40px) */ --s: 60px; /* Size of the cutout corner */ border-radius: var(--r); --_m: /calc(2*var(--r)) calc(2*var(--r)) radial-gradient(#000 70%,#0000 72%) no-repeat; mask: right 0 bottom calc(var(--s) + var(--r) + -5px) var(--_m), right calc(var(--s) + var(--r) - 5px) bottom 0 var(--_m), radial-gradient(var(--s) at 100% 100%,#0000 99%,#000 100%) calc(-1*var(--r) + 5px) calc(-1*var(--r) + 5px) no-repeat, conic-gradient(from 90deg at calc(100% - var(--s) - 2*var(--r)) calc(100% - var(--s) - 2*var(--r)), #0000 25%,#000 0); }",
"html": "<a id=\"w-node-_879ac264-1fc5-6287-8bb7-5fc957a46e9d-57a46e7d\" data-wf-native-id-path=\"12f6a78d-29dd-dbbd-414c-d91d9d573e1f:12f6a78d-29dd-dbbd-414c-d91d9d573e21:879ac264-1fc5-6287-8bb7-5fc957a46e9d\" data-wf-ao-click-engagement-tracking=\"true\" data-wf-element-id=\"879ac264-1fc5-6287-8bb7-5fc957a46e9d\" data-wf-component-context=\"%5B%7B%22componentId%22%3A%2212f6a78d-29dd-dbbd-414c-d91d9d573e20%22%2C%22instanceId%22%3A%2212f6a78d-29dd-dbbd-414c-d91d9d573e1f%22%7D%2C%7B%22componentId%22%3A%22879ac2..."
},
{
"href": "/privacy",
"text": "Privacy Notice",
"html": "<a data-wf-native-id-path=\"23beb72e-7193-26d4-f790-7e5229670260:3fe64861-c04a-f267-0c12-d67f0fa2d7fb\" data-wf-ao-click-engagement-tracking=\"true\" data-wf-element-id=\"3fe64861-c04a-f267-0c12-d67f0fa2d7fb\" data-wf-component-context=\"%5B%7B%22componentId%22%3A%22a7de1002-896c-b9e7-6626-1a3f654d2164%22%2C%22instanceId%22%3A%2223beb72e-7193-26d4-f790-7e5229670260%22%7D%5D\" href=\"/privacy\" class=\"footer-legal-link\">Privacy Notice</a>"
},
{
"href": "https://commercetools.com/privacy#website",
"text": "privacy policy.",
"html": "<a class=\"ot-cookie-policy-link\" href=\"https://commercetools.com/privacy#website\" aria-label=\"More information about your privacy, opens in a new tab\" rel=\"noopener\" target=\"_blank\">privacy policy.</a>"
},
{
"href": "https://commercetools.com/privacy#website",
"text": "More information",
"html": "<a href=\"https://commercetools.com/privacy#website\" class=\"privacy-notice-link\" rel=\"noopener\" target=\"_blank\" aria-label=\"More information about your privacy, opens in a new tab\">More information</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": "#",
"text": "About Us",
"html": "<a data-link=\"about\" data-wf-native-id-path=\"1a17207c-7e77-2833-7217-dc2d188ffc5d:939da313-fa85-d80a-96b6-fd08496ee609\" data-wf-ao-click-engagement-tracking=\"true\" data-wf-element-id=\"939da313-fa85-d80a-96b6-fd08496ee609\" data-wf-component-context=\"%5B%7B%22componentId%22%3A%22ef971416-f16a-30d1-9855-e6f28d67a8d6%22%2C%22instanceId%22%3A%221a17207c-7e77-2833-7217-dc2d188ffc5d%22%7D%5D\" href=\"#\" class=\"nav-tab-link w-inline-block\"><div>About Us</div><div class=\"nav-link-arrow w-embed\"><svg wid..."
},
{
"href": "#",
"text": "Back / About Us",
"html": "<a data-back=\"about\" data-wf-native-id-path=\"1a17207c-7e77-2833-7217-dc2d188ffc5d:fd8dcd86-cda7-2ce2-aa45-804d403f0c78\" data-wf-ao-click-engagement-tracking=\"true\" data-wf-element-id=\"fd8dcd86-cda7-2ce2-aa45-804d403f0c78\" data-wf-component-context=\"%5B%7B%22componentId%22%3A%22ef971416-f16a-30d1-9855-e6f28d67a8d6%22%2C%22instanceId%22%3A%221a17207c-7e77-2833-7217-dc2d188ffc5d%22%7D%5D\" href=\"#\" class=\"nav-back-link w-inline-block\"><div class=\"w-embed\"><svg width=\"24\" height=\"24\" display=\"bloc..."
},
{
"href": "/company/about",
"text": "About Us",
"html": "<a href=\"/company/about\" data-wf-native-id-path=\"1a17207c-7e77-2833-7217-dc2d188ffc5d:8f240c89-922e-453d-ac34-eead656f7c6b\" data-wf-ao-click-engagement-tracking=\"true\" data-wf-element-id=\"8f240c89-922e-453d-ac34-eead656f7c6b\" data-wf-component-context=\"%5B%7B%22componentId%22%3A%22ef971416-f16a-30d1-9855-e6f28d67a8d6%22%2C%22instanceId%22%3A%221a17207c-7e77-2833-7217-dc2d188ffc5d%22%7D%5D\" class=\"nav-link w-nav-link\">About Us</a>"
},
{
"href": "/company/about#leadership",
"text": "Leadership",
"html": "<a href=\"/company/about#leadership\" data-wf-native-id-path=\"1a17207c-7e77-2833-7217-dc2d188ffc5d:8f240c89-922e-453d-ac34-eead656f7c6d\" data-wf-ao-click-engagement-tracking=\"true\" data-wf-element-id=\"8f240c89-922e-453d-ac34-eead656f7c6d\" data-wf-component-context=\"%5B%7B%22componentId%22%3A%22ef971416-f16a-30d1-9855-e6f28d67a8d6%22%2C%22instanceId%22%3A%221a17207c-7e77-2833-7217-dc2d188ffc5d%22%7D%5D\" class=\"nav-link w-nav-link\">Leadership</a>"
},
{
"href": "https://www.linkedin.com/company/commercetools/",
"text": "",
"html": "<a data-wf-native-id-path=\"23beb72e-7193-26d4-f790-7e5229670260:249bf89d-6e54-d012-7503-76c3b8c62377\" data-wf-ao-click-engagement-tracking=\"true\" data-wf-element-id=\"249bf89d-6e54-d012-7503-76c3b8c62377\" data-wf-component-context=\"%5B%7B%22componentId%22%3A%22a7de1002-896c-b9e7-6626-1a3f654d2164%22%2C%22instanceId%22%3A%2223beb72e-7193-26d4-f790-7e5229670260%22%7D%5D\" href=\"https://www.linkedin.com/company/commercetools/\" target=\"_blank\" class=\"footer-social-link w-inline-block\" rel=\"nofollow..."
}
],
"contactLinks": [
{
"href": "#",
"text": "Support",
"html": "<a data-link=\"support\" data-wf-native-id-path=\"1a17207c-7e77-2833-7217-dc2d188ffc5d:2f3f1271-3be9-fefe-dc1e-f5760955de5c\" data-wf-ao-click-engagement-tracking=\"true\" data-wf-element-id=\"2f3f1271-3be9-fefe-dc1e-f5760955de5c\" data-wf-component-context=\"%5B%7B%22componentId%22%3A%22ef971416-f16a-30d1-9855-e6f28d67a8d6%22%2C%22instanceId%22%3A%221a17207c-7e77-2833-7217-dc2d188ffc5d%22%7D%5D\" href=\"#\" class=\"nav-tab-link w-inline-block\"><div>Support</div><div class=\"nav-link-arrow w-embed\"><svg wi..."
},
{
"href": "/why-commercetools",
"text": "Why commercetoolsLearn all the possibilities of how the commercetools platform can help you growth your business",
"html": "<a data-wf-native-id-path=\"1a17207c-7e77-2833-7217-dc2d188ffc5d:5d809c41-ca21-1c8e-5536-af192830d2be\" data-wf-ao-click-engagement-tracking=\"true\" data-wf-element-id=\"5d809c41-ca21-1c8e-5536-af192830d2be\" data-wf-component-context=\"%5B%7B%22componentId%22%3A%22ef971416-f16a-30d1-9855-e6f28d67a8d6%22%2C%22instanceId%22%3A%221a17207c-7e77-2833-7217-dc2d188ffc5d%22%7D%5D\" href=\"/why-commercetools\" class=\"nav-text-box w-inline-block\"><div class=\"text-s\">Why commercetools</div><p class=\"text-neutra..."
},
{
"href": "https://support.commercetools.com/",
"text": "Open Support Ticket",
"html": "<a href=\"https://support.commercetools.com/\" data-wf-native-id-path=\"1a17207c-7e77-2833-7217-dc2d188ffc5d:a953e6ba-784d-62c6-eded-ae656f757edd\" data-wf-ao-click-engagement-tracking=\"true\" data-wf-element-id=\"a953e6ba-784d-62c6-eded-ae656f757edd\" data-wf-component-context=\"%5B%7B%22componentId%22%3A%22ef971416-f16a-30d1-9855-e6f28d67a8d6%22%2C%22instanceId%22%3A%221a17207c-7e77-2833-7217-dc2d188ffc5d%22%7D%5D\" target=\"_blank\" class=\"nav-link w-nav-link\">Open Support Ticket</a>"
},
{
"href": "/products/premium-support",
"text": "Premium Support",
"html": "<a data-wf-native-id-path=\"1a17207c-7e77-2833-7217-dc2d188ffc5d:ac3a8f48-e796-08d5-926a-4588fa4e28d0\" data-wf-ao-click-engagement-tracking=\"true\" data-wf-element-id=\"ac3a8f48-e796-08d5-926a-4588fa4e28d0\" data-wf-component-context=\"%5B%7B%22componentId%22%3A%22ef971416-f16a-30d1-9855-e6f28d67a8d6%22%2C%22instanceId%22%3A%221a17207c-7e77-2833-7217-dc2d188ffc5d%22%7D%5D\" href=\"/products/premium-support\" class=\"nav-link\">Premium Support</a>"
},
{
"href": "/contact-us",
"text": "Contact Us",
"html": "<a href=\"/contact-us\" data-wf-native-id-path=\"1a17207c-7e77-2833-7217-dc2d188ffc5d:8f240c89-922e-453d-ac34-eead656f7c81\" data-wf-ao-click-engagement-tracking=\"true\" data-wf-element-id=\"8f240c89-922e-453d-ac34-eead656f7c81\" data-wf-component-context=\"%5B%7B%22componentId%22%3A%22ef971416-f16a-30d1-9855-e6f28d67a8d6%22%2C%22instanceId%22%3A%221a17207c-7e77-2833-7217-dc2d188ffc5d%22%7D%5D\" class=\"nav-link w-nav-link\">Contact Us</a>"
},
{
"href": "/esg/supported-initiatives",
"text": "Supported Initiatives",
"html": "<a href=\"/esg/supported-initiatives\" data-wf-native-id-path=\"1a17207c-7e77-2833-7217-dc2d188ffc5d:8f240c89-922e-453d-ac34-eead656f7c8b\" data-wf-ao-click-engagement-tracking=\"true\" data-wf-element-id=\"8f240c89-922e-453d-ac34-eead656f7c8b\" data-wf-component-context=\"%5B%7B%22componentId%22%3A%22ef971416-f16a-30d1-9855-e6f28d67a8d6%22%2C%22instanceId%22%3A%221a17207c-7e77-2833-7217-dc2d188ffc5d%22%7D%5D\" class=\"nav-link w-nav-link\">Supported Initiatives</a>"
},
{
"href": "#",
"text": "Back / support",
"html": "<a data-back=\"support\" data-wf-native-id-path=\"1a17207c-7e77-2833-7217-dc2d188ffc5d:8c01f93b-f9cc-ec47-8427-f08b715c4f35\" data-wf-ao-click-engagement-tracking=\"true\" data-wf-element-id=\"8c01f93b-f9cc-ec47-8427-f08b715c4f35\" data-wf-component-context=\"%5B%7B%22componentId%22%3A%22ef971416-f16a-30d1-9855-e6f28d67a8d6%22%2C%22instanceId%22%3A%221a17207c-7e77-2833-7217-dc2d188ffc5d%22%7D%5D\" href=\"#\" class=\"nav-back-link mobile w-inline-block\"><div class=\"support-arrow w-embed\"><svg width=\"24\" he..."
},
{
"href": "https://support.commercetools.com/",
"text": "Open Support Ticket",
"html": "<a href=\"https://support.commercetools.com/\" data-wf-native-id-path=\"1a17207c-7e77-2833-7217-dc2d188ffc5d:6b70d4ad-aac2-7291-9030-4eebe80a3d2e\" data-wf-ao-click-engagement-tracking=\"true\" data-wf-element-id=\"6b70d4ad-aac2-7291-9030-4eebe80a3d2e\" data-wf-component-context=\"%5B%7B%22componentId%22%3A%22ef971416-f16a-30d1-9855-e6f28d67a8d6%22%2C%22instanceId%22%3A%221a17207c-7e77-2833-7217-dc2d188ffc5d%22%7D%5D\" target=\"_blank\" class=\"nav-link w-nav-link\">Open Support Ticket</a>"
},
{
"href": "/contact-us",
"text": "Contact Us",
"html": "<a data-wf--main-button--variant=\"dark-purple-big\" data-wf-native-id-path=\"12f6a78d-29dd-dbbd-414c-d91d9d573e1f:12f6a78d-29dd-dbbd-414c-d91d9d573e21:879ac264-1fc5-6287-8bb7-5fc957a46eb0:5614e41a-f064-1d5b-5e92-8d76cb7cc09a\" data-wf-ao-click-engagement-tracking=\"true\" data-wf-element-id=\"5614e41a-f064-1d5b-5e92-8d76cb7cc09a\" data-wf-component-context=\"%5B%7B%22componentId%22%3A%2212f6a78d-29dd-dbbd-414c-d91d9d573e20%22%2C%22instanceId%22%3A%2212f6a78d-29dd-dbbd-414c-d91d9d573e1f%22%7D%2C%7B%22..."
},
{
"href": "/contact-us",
"text": "Contact us",
"html": "<a data-wf--main-button--variant=\"transparent\" data-wf-native-id-path=\"23beb72e-7193-26d4-f790-7e5229670260:011f9cf7-d928-9409-93b5-a99f24e2a021:5614e41a-f064-1d5b-5e92-8d76cb7cc09a\" data-wf-ao-click-engagement-tracking=\"true\" data-wf-element-id=\"5614e41a-f064-1d5b-5e92-8d76cb7cc09a\" data-wf-component-context=\"%5B%7B%22componentId%22%3A%22a7de1002-896c-b9e7-6626-1a3f654d2164%22%2C%22instanceId%22%3A%2223beb72e-7193-26d4-f790-7e5229670260%22%7D%2C%7B%22componentId%22%3A%225614e41a-f064-1d5b-5e..."
}
],
"privacyLinks": [
{
"href": "https://commercetools.com/resources/whitepaper/navigating-the-agentic-commerce-era-on-your-terms",
"text": "Navigating the Agentic Commerce Era On Your TermsRead the ReportNavigating the Agentic Commerce Era On Your Terms .mask-card { --r: 2rem; /* Matches tw-rounded-4xl (approx 40px) */ --s: 60px; /* Size of the cutout corner */ border-radius: var(--r); --_m: /calc(2*var(--r)) calc(2*var(--r)) radial-gradient(#000 70%,#0000 72%) no-repeat; mask: right 0 bottom calc(var(--s) + var(--r) + -5px) var(--_m), right calc(var(--s) + var(--r) - 5px) bottom 0 var(--_m), radial-gradient(var(--s) at 100% 100%,#0000 99%,#000 100%) calc(-1*var(--r) + 5px) calc(-1*var(--r) + 5px) no-repeat, conic-gradient(from 90deg at calc(100% - var(--s) - 2*var(--r)) calc(100% - var(--s) - 2*var(--r)), #0000 25%,#000 0); }",
"html": "<a id=\"w-node-_879ac264-1fc5-6287-8bb7-5fc957a46e9d-57a46e7d\" data-wf-native-id-path=\"12f6a78d-29dd-dbbd-414c-d91d9d573e1f:12f6a78d-29dd-dbbd-414c-d91d9d573e21:879ac264-1fc5-6287-8bb7-5fc957a46e9d\" data-wf-ao-click-engagement-tracking=\"true\" data-wf-element-id=\"879ac264-1fc5-6287-8bb7-5fc957a46e9d\" data-wf-component-context=\"%5B%7B%22componentId%22%3A%2212f6a78d-29dd-dbbd-414c-d91d9d573e20%22%2C%22instanceId%22%3A%2212f6a78d-29dd-dbbd-414c-d91d9d573e1f%22%7D%2C%7B%22componentId%22%3A%22879ac2..."
},
{
"href": "/privacy",
"text": "Privacy Notice",
"html": "<a data-wf-native-id-path=\"23beb72e-7193-26d4-f790-7e5229670260:3fe64861-c04a-f267-0c12-d67f0fa2d7fb\" data-wf-ao-click-engagement-tracking=\"true\" data-wf-element-id=\"3fe64861-c04a-f267-0c12-d67f0fa2d7fb\" data-wf-component-context=\"%5B%7B%22componentId%22%3A%22a7de1002-896c-b9e7-6626-1a3f654d2164%22%2C%22instanceId%22%3A%2223beb72e-7193-26d4-f790-7e5229670260%22%7D%5D\" href=\"/privacy\" class=\"footer-legal-link\">Privacy Notice</a>"
},
{
"href": "https://commercetools.com/privacy#website",
"text": "privacy policy.",
"html": "<a class=\"ot-cookie-policy-link\" href=\"https://commercetools.com/privacy#website\" aria-label=\"More information about your privacy, opens in a new tab\" rel=\"noopener\" target=\"_blank\">privacy policy.</a>"
},
{
"href": "https://commercetools.com/privacy#website",
"text": "More information",
"html": "<a href=\"https://commercetools.com/privacy#website\" class=\"privacy-notice-link\" rel=\"noopener\" target=\"_blank\" aria-label=\"More information about your privacy, opens in a new tab\">More information</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
12 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": 13,
"passing": 1,
"failing": [
{
"heading": "Powering commerce for global enterprises.",
"headingHtml": "<h2>Powering commerce for global enterprises.</h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "The platform powering enterprise growth at scale.",
"headingHtml": "<h2 class=\"heading-style-h2 font-60px text-neutral-white\">The platform powering enterprise growth at scale.</h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Unified commerce solutions for every business model.",
"headingHtml": "<h2 class=\"heading-style-h1 font-second font-weight-500\">Unified commerce solutions for every business model.<br></h2>",
"firstParagraph": "Deliver seamless, intelligent shopping journeys.",
"paragraphHtml": "<p>Deliver seamless, intelligent shopping journeys.</p>",
"words": 5,
"direct": false,
"issue": "First paragraph is 5 words and does not look like a concise direct answer."
},
{
"heading": "The foundation for agentic commerce.",
"headingHtml": "<h2 class=\"heading-style-h2 font-weight-500 text-neutral-white\">The foundation for agentic commerce.</h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Insights for smarter commerce.",
"headingHtml": "<h2 class=\"heading-style-h1 font-second font-weight-500\">Insights for smarter commerce.</h2>",
"firstParagraph": "Discover the key trends shaping the future of B2B commerce in our annual report.",
"paragraphHtml": "<p class=\"text-m\">Discover the key trends shaping the future of B2B commerce in our annual report.</p>",
"words": 14,
"direct": false,
"issue": "First paragraph is 14 words and does not look like a concise direct answer."
},
{
"heading": "Take the next step with commercetools.",
"headingHtml": "<h2 class=\"heading-style-h2 font-second\">Take the next step with commercetools.</h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Privacy Preference Center",
"headingHtml": "<h2 id=\"ot-pc-title\">Privacy Preference Center</h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Your Privacy",
"headingHtml": "<h3 id=\"ot-pvcy-txt\">Your Privacy</h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Strictly Necessary Cookies",
"headingHtml": "<h3 id=\"ot-header-id-C0001\">Strictly Necessary Cookies</h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Performance Cookies",
"headingHtml": "<h3 id=\"ot-header-id-C0002\">Performance Cookies</h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Functional Cookies",
"headingHtml": "<h3 id=\"ot-header-id-C0003\">Functional Cookies</h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Cookie List",
"headingHtml": "<h3>Cookie List</h3>",
"firstParagraph": "",
"paragraphHtml": "<p role=\"status\" class=\"ot-scrn-rdr\"></p>",
"words": 0,
"direct": false,
"issue": "First paragraph is 0 words and does not look like a concise direct answer."
}
],
"score": 65,
"weight": 28
}GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AEO: Question-led structure
AEO: Question-led structure scored 50/100 and needs improvement.
3 Warning
GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AEO: Question-led structure
AEO: Question-led structure scored 50/100 and needs improvement.
Needs attention
AEO: Question-led structure
Issue
12 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": 7,
"questionH2s": [],
"hasFaq": true,
"score": 50,
"weight": 18
}GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AIO: Page experience for AIO
AIO: Page experience for AIO scored 70/100 and needs improvement.
2 Warning
GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AIO: Page experience for AIO
AIO: Page experience for AIO scored 70/100 and needs improvement.
Needs attention
AIO: Page experience for AIO
Issue
76 image(s) are missing width/height attributes. 3 possible modal/interstitial element(s) detected.
Details
Why it matters
AI Overviews depend on Google-search eligibility, useful visible content, consistent structured data, answer-first sections, trust signals, and preview controls that permit snippets.
Check name
AIO: Page experience for AIO
Score
70/100
Status
warning
Category
GEO, AIO & AEO
Maturity
Emerging recommendation
Goal
Make page content eligible and useful for Google AI Overviews and AI Mode extraction.
Result
AIO: Page experience for AIO scored 70/100 and needs improvement.
Evidence
{
"viewportContent": "width=device-width, initial-scale=1",
"visibleWords": 1532,
"htmlBytes": 331364,
"imagesMissingDimensions": [
{
"src": "https://cdn.prod.website-files.com/6989ba4b19f7ea51fb4fc517/698c995a04b388752a6f3f2a_commercetools-logo-2024-B4HERo5H.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/6989ba4b19f7ea51fb4fc517/698c995a04b388752a6f3f2a_commercetools-logo-2024-B4HERo5H.svg\" loading=\"lazy\" alt=\"Logo Commercetools\" class=\"nav-logo w-variant-0f4c36ef-c251-0ff8-778f-e849ad01623e\">"
},
{
"src": "https://cdn.prod.website-files.com/6989ba4b19f7ea51fb4fc517/698b01b9a939e9fb72611b30_commercetools-logo-color-icon-white-text.avif",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/6989ba4b19f7ea51fb4fc517/698b01b9a939e9fb72611b30_commercetools-logo-color-icon-white-text.avif\" loading=\"lazy\" alt=\"commercetools logo with a yellow, purple, and teal geometric icon and white text.\" class=\"nav-logo-white w-variant-0f4c36ef-c251-0ff8-778f-e849ad01623e\">"
},
{
"src": "https://cdn.prod.website-files.com/6989ba4b19f7ea51fb4fc517/69e8d10970b1b327c4684290_2026-pr-commercetools-reports-strong-Q1-2026-growth.png",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/6989ba4b19f7ea51fb4fc517/69e8d10970b1b327c4684290_2026-pr-commercetools-reports-strong-Q1-2026-growth.png\" loading=\"lazy\" sizes=\"100vw\" srcset=\"https://cdn.prod.website-files.com/6989ba4b19f7ea51fb4fc517/69e8d10970b1b327c4684290_2026-pr-commercetools-reports-strong-Q1-2026-growth-p-500.png 500w, https://cdn.prod.website-files.com/6989ba4b19f7ea51fb4fc517/69e8d10970b1b327c4684290_2026-pr-commercetools-reports-strong-Q1-2026-growth-p-800.png 800w, ht..."
},
{
"src": "https://cdn.prod.website-files.com/6989ba4b19f7ea51fb4fc517/69d4cff29e1fdabe52d94f83_2025-blogpost-computer-vision-in-retail.avif",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/6989ba4b19f7ea51fb4fc517/69d4cff29e1fdabe52d94f83_2025-blogpost-computer-vision-in-retail.avif\" loading=\"lazy\" sizes=\"100vw\" srcset=\"https://cdn.prod.website-files.com/6989ba4b19f7ea51fb4fc517/69d4cff29e1fdabe52d94f83_2025-blogpost-computer-vision-in-retail-p-500.avif 500w, https://cdn.prod.website-files.com/6989ba4b19f7ea51fb4fc517/69d4cff29e1fdabe52d94f83_2025-blogpost-computer-vision-in-retail-p-800.avif 800w, https://cdn.prod.website-files.com/..."
},
{
"src": "https://cdn.prod.website-files.com/6989ba4b19f7ea51fb4fc517/699c57275a7bb0448ba63b29_bang-%26-olufsen-phoenix.avif",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img loading=\"lazy\" src=\"https://cdn.prod.website-files.com/6989ba4b19f7ea51fb4fc517/699c57275a7bb0448ba63b29_bang-%26-olufsen-phoenix.avif\" alt=\"Bang & Olufsen logo\" class=\"logo-image\">"
},
{
"src": "https://cdn.prod.website-files.com/6989ba4b19f7ea51fb4fc517/699c5727345908102cb3670a_bmw-phoenix.avif",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img loading=\"lazy\" src=\"https://cdn.prod.website-files.com/6989ba4b19f7ea51fb4fc517/699c5727345908102cb3670a_bmw-phoenix.avif\" alt=\"BMW emblem featuring a black circular border with the letters B M W and a blue and white quadrant pattern in the center.\" class=\"logo-image-home\">"
},
{
"src": "https://cdn.prod.website-files.com/6989ba4b19f7ea51fb4fc517/699c5727865950b11031fff1_cargo-crew-phoenix.avif",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img loading=\"lazy\" src=\"https://cdn.prod.website-files.com/6989ba4b19f7ea51fb4fc517/699c5727865950b11031fff1_cargo-crew-phoenix.avif\" alt=\"Stylized text logo reading 'Cargo Crew' on the left and 'The Modern Uniform' on the right in dark blue letters.\" class=\"logo-image\">"
},
{
"src": "https://cdn.prod.website-files.com/6989ba4b19f7ea51fb4fc517/699c5727109f77191b581d4d_cepheid-phoenix.avif",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img loading=\"lazy\" src=\"https://cdn.prod.website-files.com/6989ba4b19f7ea51fb4fc517/699c5727109f77191b581d4d_cepheid-phoenix.avif\" alt=\"Cepheid logo with stylized wing design and tagline 'A better way.'\" class=\"logo-image\">"
},
{
"src": "https://cdn.prod.website-files.com/6989ba4b19f7ea51fb4fc517/699c57275ac1c6b9354bbe49_danone-phoenix.avif",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img loading=\"lazy\" src=\"https://cdn.prod.website-files.com/6989ba4b19f7ea51fb4fc517/699c57275ac1c6b9354bbe49_danone-phoenix.avif\" alt=\"Danone logo with globe and text 'One Planet. One Health.'\" class=\"logo-image\">"
},
{
"src": "https://cdn.prod.website-files.com/6989ba4b19f7ea51fb4fc517/699c5727e5de74bcbc6019df_dawn-phoenix.avif",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img loading=\"lazy\" src=\"https://cdn.prod.website-files.com/6989ba4b19f7ea51fb4fc517/699c5727e5de74bcbc6019df_dawn-phoenix.avif\" alt=\"Dawn brand logo in dark blue text.\" class=\"logo-image\">"
},
{
"src": "https://cdn.prod.website-files.com/6989ba4b19f7ea51fb4fc517/699c57278470f0d04fb58595_interflora-phoenix.avif",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img loading=\"lazy\" src=\"https://cdn.prod.website-files.com/6989ba4b19f7ea51fb4fc517/699c57278470f0d04fb58595_interflora-phoenix.avif\" alt=\"Interflora logo with a stylized figure holding flowers.\" class=\"logo-image\">"
},
{
"src": "https://cdn.prod.website-files.com/6989ba4b19f7ea51fb4fc517/699c572770b78d5a21ce1211_jaycar-phoenix.avif",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img loading=\"lazy\" src=\"https://cdn.prod.website-files.com/6989ba4b19f7ea51fb4fc517/699c572770b78d5a21ce1211_jaycar-phoenix.avif\" alt=\"Jaycar company logo\" class=\"logo-image\">"
},
{
"src": "https://cdn.prod.website-files.com/6989ba4b19f7ea51fb4fc517/699c5727211bda17ef154da2_loomstate-phoenix.avif",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img loading=\"lazy\" src=\"https://cdn.prod.website-files.com/6989ba4b19f7ea51fb4fc517/699c5727211bda17ef154da2_loomstate-phoenix.avif\" alt=\"Loomstate brand name in bold, uppercase letters.\" class=\"logo-image\">"
},
{
"src": "https://cdn.prod.website-files.com/6989ba4b19f7ea51fb4fc517/699c5727e0c2837f475ff237_nbcuniversal-phoenix.avif",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img loading=\"lazy\" src=\"https://cdn.prod.website-files.com/6989ba4b19f7ea51fb4fc517/699c5727e0c2837f475ff237_nbcuniversal-phoenix.avif\" alt=\"NBCUniversal logo\" class=\"logo-image\">"
},
{
"src": "https://cdn.prod.website-files.com/6989ba4b19f7ea51fb4fc517/699c57272ddd586a69e4dce9_purple-phoenix.avif",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img loading=\"lazy\" src=\"https://cdn.prod.website-files.com/6989ba4b19f7ea51fb4fc517/699c57272ddd586a69e4dce9_purple-phoenix.avif\" alt=\"Purple brand logo in bold lowercase letters with a stylized letter P.\" class=\"logo-image\">"
},
{
"src": "https://cdn.prod.website-files.com/6989ba4b19f7ea51fb4fc517/699c572712590f2cbb8e6b84_ulta-beauty-phoenix.avif",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img loading=\"lazy\" src=\"https://cdn.prod.website-files.com/6989ba4b19f7ea51fb4fc517/699c572712590f2cbb8e6b84_ulta-beauty-phoenix.avif\" alt=\"Ulta Beauty logo with stylized swoosh underlining 'ULTA'.\" class=\"logo-image\">"
},
{
"src": "https://cdn.prod.website-files.com/6989ba4b19f7ea51fb4fc517/69ce5945697718d2afde243c_wild-fork-foods-phoenix.avif",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img loading=\"lazy\" src=\"https://cdn.prod.website-files.com/6989ba4b19f7ea51fb4fc517/69ce5945697718d2afde243c_wild-fork-foods-phoenix.avif\" alt=\"Wild Fork brand logo featuring the text 'Wild Fork' in bold black letters.\" class=\"logo-image\">"
},
{
"src": "https://cdn.prod.website-files.com/6989ba4b19f7ea51fb4fc517/699c5727200c9182fffd0c56_woolworths-phoenix.avif",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img loading=\"lazy\" src=\"https://cdn.prod.website-files.com/6989ba4b19f7ea51fb4fc517/699c5727200c9182fffd0c56_woolworths-phoenix.avif\" alt=\"Woolworths logo with stylized double 'W' symbol.\" class=\"logo-image\">"
},
{
"src": "https://cdn.prod.website-files.com/6989ba4b19f7ea51fb4fc517/699c57271307fc7cc8af74d5_zoro-phoenix.avif",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img loading=\"lazy\" src=\"https://cdn.prod.website-files.com/6989ba4b19f7ea51fb4fc517/699c57271307fc7cc8af74d5_zoro-phoenix.avif\" alt=\"Zoro company logo.\" class=\"logo-image\">"
},
{
"src": "https://cdn.prod.website-files.com/6989ba4b19f7ea51fb4fc517/699c57275a7bb0448ba63b29_bang-%26-olufsen-phoenix.avif",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img loading=\"lazy\" src=\"https://cdn.prod.website-files.com/6989ba4b19f7ea51fb4fc517/699c57275a7bb0448ba63b29_bang-%26-olufsen-phoenix.avif\" alt=\"Bang & Olufsen logo\" class=\"logo-image\">"
},
{
"src": "https://cdn.prod.website-files.com/6989ba4b19f7ea51fb4fc517/699c5727345908102cb3670a_bmw-phoenix.avif",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img loading=\"lazy\" src=\"https://cdn.prod.website-files.com/6989ba4b19f7ea51fb4fc517/699c5727345908102cb3670a_bmw-phoenix.avif\" alt=\"BMW emblem featuring a black circular border with the letters B M W and a blue and white quadrant pattern in the center.\" class=\"logo-image-home\">"
},
{
"src": "https://cdn.prod.website-files.com/6989ba4b19f7ea51fb4fc517/699c5727865950b11031fff1_cargo-crew-phoenix.avif",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img loading=\"lazy\" src=\"https://cdn.prod.website-files.com/6989ba4b19f7ea51fb4fc517/699c5727865950b11031fff1_cargo-crew-phoenix.avif\" alt=\"Stylized text logo reading 'Cargo Crew' on the left and 'The Modern Uniform' on the right in dark blue letters.\" class=\"logo-image\">"
},
{
"src": "https://cdn.prod.website-files.com/6989ba4b19f7ea51fb4fc517/699c5727109f77191b581d4d_cepheid-phoenix.avif",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img loading=\"lazy\" src=\"https://cdn.prod.website-files.com/6989ba4b19f7ea51fb4fc517/699c5727109f77191b581d4d_cepheid-phoenix.avif\" alt=\"Cepheid logo with stylized wing design and tagline 'A better way.'\" class=\"logo-image\">"
},
{
"src": "https://cdn.prod.website-files.com/6989ba4b19f7ea51fb4fc517/699c57275ac1c6b9354bbe49_danone-phoenix.avif",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img loading=\"lazy\" src=\"https://cdn.prod.website-files.com/6989ba4b19f7ea51fb4fc517/699c57275ac1c6b9354bbe49_danone-phoenix.avif\" alt=\"Danone logo with globe and text 'One Planet. One Health.'\" class=\"logo-image\">"
},
{
"src": "https://cdn.prod.website-files.com/6989ba4b19f7ea51fb4fc517/699c5727e5de74bcbc6019df_dawn-phoenix.avif",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img loading=\"lazy\" src=\"https://cdn.prod.website-files.com/6989ba4b19f7ea51fb4fc517/699c5727e5de74bcbc6019df_dawn-phoenix.avif\" alt=\"Dawn brand logo in dark blue text.\" class=\"logo-image\">"
},
{
"src": "https://cdn.prod.website-files.com/6989ba4b19f7ea51fb4fc517/699c57278470f0d04fb58595_interflora-phoenix.avif",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img loading=\"lazy\" src=\"https://cdn.prod.website-files.com/6989ba4b19f7ea51fb4fc517/699c57278470f0d04fb58595_interflora-phoenix.avif\" alt=\"Interflora logo with a stylized figure holding flowers.\" class=\"logo-image\">"
},
{
"src": "https://cdn.prod.website-files.com/6989ba4b19f7ea51fb4fc517/699c572770b78d5a21ce1211_jaycar-phoenix.avif",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img loading=\"lazy\" src=\"https://cdn.prod.website-files.com/6989ba4b19f7ea51fb4fc517/699c572770b78d5a21ce1211_jaycar-phoenix.avif\" alt=\"Jaycar company logo\" class=\"logo-image\">"
},
{
"src": "https://cdn.prod.website-files.com/6989ba4b19f7ea51fb4fc517/699c5727211bda17ef154da2_loomstate-phoenix.avif",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img loading=\"lazy\" src=\"https://cdn.prod.website-files.com/6989ba4b19f7ea51fb4fc517/699c5727211bda17ef154da2_loomstate-phoenix.avif\" alt=\"Loomstate brand name in bold, uppercase letters.\" class=\"logo-image\">"
},
{
"src": "https://cdn.prod.website-files.com/6989ba4b19f7ea51fb4fc517/699c5727e0c2837f475ff237_nbcuniversal-phoenix.avif",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img loading=\"lazy\" src=\"https://cdn.prod.website-files.com/6989ba4b19f7ea51fb4fc517/699c5727e0c2837f475ff237_nbcuniversal-phoenix.avif\" alt=\"NBCUniversal logo\" class=\"logo-image\">"
},
{
"src": "https://cdn.prod.website-files.com/6989ba4b19f7ea51fb4fc517/699c57272ddd586a69e4dce9_purple-phoenix.avif",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img loading=\"lazy\" src=\"https://cdn.prod.website-files.com/6989ba4b19f7ea51fb4fc517/699c57272ddd586a69e4dce9_purple-phoenix.avif\" alt=\"Purple brand logo in bold lowercase letters with a stylized letter P.\" class=\"logo-image\">"
},
{
"src": "https://cdn.prod.website-files.com/6989ba4b19f7ea51fb4fc517/699c572712590f2cbb8e6b84_ulta-beauty-phoenix.avif",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img loading=\"lazy\" src=\"https://cdn.prod.website-files.com/6989ba4b19f7ea51fb4fc517/699c572712590f2cbb8e6b84_ulta-beauty-phoenix.avif\" alt=\"Ulta Beauty logo with stylized swoosh underlining 'ULTA'.\" class=\"logo-image\">"
},
{
"src": "https://cdn.prod.website-files.com/6989ba4b19f7ea51fb4fc517/69ce5945697718d2afde243c_wild-fork-foods-phoenix.avif",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img loading=\"lazy\" src=\"https://cdn.prod.website-files.com/6989ba4b19f7ea51fb4fc517/69ce5945697718d2afde243c_wild-fork-foods-phoenix.avif\" alt=\"Wild Fork brand logo featuring the text 'Wild Fork' in bold black letters.\" class=\"logo-image\">"
},
{
"src": "https://cdn.prod.website-files.com/6989ba4b19f7ea51fb4fc517/699c5727200c9182fffd0c56_woolworths-phoenix.avif",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img loading=\"lazy\" src=\"https://cdn.prod.website-files.com/6989ba4b19f7ea51fb4fc517/699c5727200c9182fffd0c56_woolworths-phoenix.avif\" alt=\"Woolworths logo with stylized double 'W' symbol.\" class=\"logo-image\">"
},
{
"src": "https://cdn.prod.website-files.com/6989ba4b19f7ea51fb4fc517/699c57271307fc7cc8af74d5_zoro-phoenix.avif",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img loading=\"lazy\" src=\"https://cdn.prod.website-files.com/6989ba4b19f7ea51fb4fc517/699c57271307fc7cc8af74d5_zoro-phoenix.avif\" alt=\"Zoro company logo.\" class=\"logo-image\">"
},
{
"src": "https://cdn.prod.website-files.com/6989ba4b19f7ea51fb4fc517/699c57275a7bb0448ba63b29_bang-%26-olufsen-phoenix.avif",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img loading=\"lazy\" src=\"https://cdn.prod.website-files.com/6989ba4b19f7ea51fb4fc517/699c57275a7bb0448ba63b29_bang-%26-olufsen-phoenix.avif\" alt=\"Bang & Olufsen logo\" class=\"logo-image\">"
},
{
"src": "https://cdn.prod.website-files.com/6989ba4b19f7ea51fb4fc517/699c5727345908102cb3670a_bmw-phoenix.avif",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img loading=\"lazy\" src=\"https://cdn.prod.website-files.com/6989ba4b19f7ea51fb4fc517/699c5727345908102cb3670a_bmw-phoenix.avif\" alt=\"BMW emblem featuring a black circular border with the letters B M W and a blue and white quadrant pattern in the center.\" class=\"logo-image-home\">"
},
{
"src": "https://cdn.prod.website-files.com/6989ba4b19f7ea51fb4fc517/699c5727865950b11031fff1_cargo-crew-phoenix.avif",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img loading=\"lazy\" src=\"https://cdn.prod.website-files.com/6989ba4b19f7ea51fb4fc517/699c5727865950b11031fff1_cargo-crew-phoenix.avif\" alt=\"Stylized text logo reading 'Cargo Crew' on the left and 'The Modern Uniform' on the right in dark blue letters.\" class=\"logo-image\">"
},
{
"src": "https://cdn.prod.website-files.com/6989ba4b19f7ea51fb4fc517/699c5727109f77191b581d4d_cepheid-phoenix.avif",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img loading=\"lazy\" src=\"https://cdn.prod.website-files.com/6989ba4b19f7ea51fb4fc517/699c5727109f77191b581d4d_cepheid-phoenix.avif\" alt=\"Cepheid logo with stylized wing design and tagline 'A better way.'\" class=\"logo-image\">"
},
{
"src": "https://cdn.prod.website-files.com/6989ba4b19f7ea51fb4fc517/699c57275ac1c6b9354bbe49_danone-phoenix.avif",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img loading=\"lazy\" src=\"https://cdn.prod.website-files.com/6989ba4b19f7ea51fb4fc517/699c57275ac1c6b9354bbe49_danone-phoenix.avif\" alt=\"Danone logo with globe and text 'One Planet. One Health.'\" class=\"logo-image\">"
},
{
"src": "https://cdn.prod.website-files.com/6989ba4b19f7ea51fb4fc517/699c5727e5de74bcbc6019df_dawn-phoenix.avif",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img loading=\"lazy\" src=\"https://cdn.prod.website-files.com/6989ba4b19f7ea51fb4fc517/699c5727e5de74bcbc6019df_dawn-phoenix.avif\" alt=\"Dawn brand logo in dark blue text.\" class=\"logo-image\">"
},
{
"src": "https://cdn.prod.website-files.com/6989ba4b19f7ea51fb4fc517/699c57278470f0d04fb58595_interflora-phoenix.avif",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img loading=\"lazy\" src=\"https://cdn.prod.website-files.com/6989ba4b19f7ea51fb4fc517/699c57278470f0d04fb58595_interflora-phoenix.avif\" alt=\"Interflora logo with a stylized figure holding flowers.\" class=\"logo-image\">"
},
{
"src": "https://cdn.prod.website-files.com/6989ba4b19f7ea51fb4fc517/699c572770b78d5a21ce1211_jaycar-phoenix.avif",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img loading=\"lazy\" src=\"https://cdn.prod.website-files.com/6989ba4b19f7ea51fb4fc517/699c572770b78d5a21ce1211_jaycar-phoenix.avif\" alt=\"Jaycar company logo\" class=\"logo-image\">"
},
{
"src": "https://cdn.prod.website-files.com/6989ba4b19f7ea51fb4fc517/699c5727211bda17ef154da2_loomstate-phoenix.avif",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img loading=\"lazy\" src=\"https://cdn.prod.website-files.com/6989ba4b19f7ea51fb4fc517/699c5727211bda17ef154da2_loomstate-phoenix.avif\" alt=\"Loomstate brand name in bold, uppercase letters.\" class=\"logo-image\">"
},
{
"src": "https://cdn.prod.website-files.com/6989ba4b19f7ea51fb4fc517/699c5727e0c2837f475ff237_nbcuniversal-phoenix.avif",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img loading=\"lazy\" src=\"https://cdn.prod.website-files.com/6989ba4b19f7ea51fb4fc517/699c5727e0c2837f475ff237_nbcuniversal-phoenix.avif\" alt=\"NBCUniversal logo\" class=\"logo-image\">"
},
{
"src": "https://cdn.prod.website-files.com/6989ba4b19f7ea51fb4fc517/699c57272ddd586a69e4dce9_purple-phoenix.avif",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img loading=\"lazy\" src=\"https://cdn.prod.website-files.com/6989ba4b19f7ea51fb4fc517/699c57272ddd586a69e4dce9_purple-phoenix.avif\" alt=\"Purple brand logo in bold lowercase letters with a stylized letter P.\" class=\"logo-image\">"
},
{
"src": "https://cdn.prod.website-files.com/6989ba4b19f7ea51fb4fc517/699c572712590f2cbb8e6b84_ulta-beauty-phoenix.avif",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img loading=\"lazy\" src=\"https://cdn.prod.website-files.com/6989ba4b19f7ea51fb4fc517/699c572712590f2cbb8e6b84_ulta-beauty-phoenix.avif\" alt=\"Ulta Beauty logo with stylized swoosh underlining 'ULTA'.\" class=\"logo-image\">"
},
{
"src": "https://cdn.prod.website-files.com/6989ba4b19f7ea51fb4fc517/69ce5945697718d2afde243c_wild-fork-foods-phoenix.avif",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img loading=\"lazy\" src=\"https://cdn.prod.website-files.com/6989ba4b19f7ea51fb4fc517/69ce5945697718d2afde243c_wild-fork-foods-phoenix.avif\" alt=\"Wild Fork brand logo featuring the text 'Wild Fork' in bold black letters.\" class=\"logo-image\">"
},
{
"src": "https://cdn.prod.website-files.com/6989ba4b19f7ea51fb4fc517/699c5727200c9182fffd0c56_woolworths-phoenix.avif",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img loading=\"lazy\" src=\"https://cdn.prod.website-files.com/6989ba4b19f7ea51fb4fc517/699c5727200c9182fffd0c56_woolworths-phoenix.avif\" alt=\"Woolworths logo with stylized double 'W' symbol.\" class=\"logo-image\">"
},
{
"src": "https://cdn.prod.website-files.com/6989ba4b19f7ea51fb4fc517/699c57271307fc7cc8af74d5_zoro-phoenix.avif",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img loading=\"lazy\" src=\"https://cdn.prod.website-files.com/6989ba4b19f7ea51fb4fc517/699c57271307fc7cc8af74d5_zoro-phoenix.avif\" alt=\"Zoro company logo.\" class=\"logo-image\">"
},
{
"src": "https://cdn.prod.website-files.com/6989ba4b19f7ea51fb4fc517/698b9814ff6a9f27c5a779ab_ll-bean-card.avif",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img loading=\"lazy\" src=\"https://cdn.prod.website-files.com/6989ba4b19f7ea51fb4fc517/698b9814ff6a9f27c5a779ab_ll-bean-card.avif\" alt=\"Smiling couple walking two golden retrievers on leashes along a sandy beach with ocean waves in the background.\" class=\"reveal-card-image\">"
},
{
"src": "https://cdn.prod.website-files.com/6989ba4b19f7ea51fb4fc517/698b9814ff6a9f27c5a779ab_ll-bean-card.avif",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img loading=\"lazy\" src=\"https://cdn.prod.website-files.com/6989ba4b19f7ea51fb4fc517/698b9814ff6a9f27c5a779ab_ll-bean-card.avif\" alt class=\"reveal-card-image-absolute\">"
},
{
"src": "https://cdn.prod.website-files.com/6989ba4b19f7ea51fb4fc517/698b9a48bad494b194c8900c_ll-bean-white.avif",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img loading=\"lazy\" src=\"https://cdn.prod.website-files.com/6989ba4b19f7ea51fb4fc517/698b9a48bad494b194c8900c_ll-bean-white.avif\" alt=\"L.L.Bean brand name logo in white text on a black background.\" class=\"reveal-card-logo\">"
},
{
"src": "https://cdn.prod.website-files.com/6989ba4b19f7ea51fb4fc517/699c3d42fa235b3fa418f5a9_dawn-foods-card.avif",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img loading=\"lazy\" src=\"https://cdn.prod.website-files.com/6989ba4b19f7ea51fb4fc517/699c3d42fa235b3fa418f5a9_dawn-foods-card.avif\" alt=\"Variety of five donuts with different icings and toppings placed on and around a black cooling rack on a gray surface.\" class=\"reveal-card-image\">"
},
{
"src": "https://cdn.prod.website-files.com/6989ba4b19f7ea51fb4fc517/699c3d42fa235b3fa418f5a9_dawn-foods-card.avif",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img loading=\"lazy\" src=\"https://cdn.prod.website-files.com/6989ba4b19f7ea51fb4fc517/699c3d42fa235b3fa418f5a9_dawn-foods-card.avif\" alt class=\"reveal-card-image-absolute\">"
},
{
"src": "https://cdn.prod.website-files.com/6989ba4b19f7ea51fb4fc517/699c3d5cf7c3740c15957127_dawn-foods-white.avif",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img loading=\"lazy\" src=\"https://cdn.prod.website-files.com/6989ba4b19f7ea51fb4fc517/699c3d5cf7c3740c15957127_dawn-foods-white.avif\" alt=\"Dawn Foods company logo in white script on a transparent background.\" class=\"reveal-card-logo\">"
},
{
"src": "https://cdn.prod.website-files.com/6989ba4b19f7ea51fb4fc517/699c3ddde6c553da8f28fbc1_ark-bokhandel-card.avif",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img loading=\"lazy\" src=\"https://cdn.prod.website-files.com/6989ba4b19f7ea51fb4fc517/699c3ddde6c553da8f28fbc1_ark-bokhandel-card.avif\" alt=\"Two books with green background, one titled '2 OM GANGE' featuring a woman holding a plate of food, the other titled 'The Secret' by Dan Brown with a clock image.\" class=\"reveal-card-image\">"
},
{
"src": "https://cdn.prod.website-files.com/6989ba4b19f7ea51fb4fc517/699c3ddde6c553da8f28fbc1_ark-bokhandel-card.avif",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img loading=\"lazy\" src=\"https://cdn.prod.website-files.com/6989ba4b19f7ea51fb4fc517/699c3ddde6c553da8f28fbc1_ark-bokhandel-card.avif\" alt class=\"reveal-card-image-absolute\">"
},
{
"src": "https://cdn.prod.website-files.com/6989ba4b19f7ea51fb4fc517/699c3ddcdfa265acaf310282_ark-bokhandel-white.avif",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img loading=\"lazy\" src=\"https://cdn.prod.website-files.com/6989ba4b19f7ea51fb4fc517/699c3ddcdfa265acaf310282_ark-bokhandel-white.avif\" alt=\"Black circular logo with white text reading 'ARK BOK HANDEL'.\" sizes=\"(max-width: 479px) 100vw, 612px\" srcset=\"https://cdn.prod.website-files.com/6989ba4b19f7ea51fb4fc517/699c3ddcdfa265acaf310282_ark-bokhandel-white-p-500.avif 500w, https://cdn.prod.website-files.com/6989ba4b19f7ea51fb4fc517/699c3ddcdfa265acaf310282_ark-bokhandel-white.avif 612..."
},
{
"src": "https://cdn.prod.website-files.com/6989ba4b19f7ea51fb4fc517/699c3f0b0fb322270ce50fbe_bang-olufsen-card.avif",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img loading=\"lazy\" src=\"https://cdn.prod.website-files.com/6989ba4b19f7ea51fb4fc517/699c3f0b0fb322270ce50fbe_bang-olufsen-card.avif\" alt class=\"reveal-card-image\">"
},
{
"src": "https://cdn.prod.website-files.com/6989ba4b19f7ea51fb4fc517/699c3f0b0fb322270ce50fbe_bang-olufsen-card.avif",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img loading=\"lazy\" src=\"https://cdn.prod.website-files.com/6989ba4b19f7ea51fb4fc517/699c3f0b0fb322270ce50fbe_bang-olufsen-card.avif\" alt class=\"reveal-card-image-absolute\">"
},
{
"src": "https://cdn.prod.website-files.com/6989ba4b19f7ea51fb4fc517/699c3f0b8dc4be9f740c987e_bang-olufsen-white.avif",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img loading=\"lazy\" src=\"https://cdn.prod.website-files.com/6989ba4b19f7ea51fb4fc517/699c3f0b8dc4be9f740c987e_bang-olufsen-white.avif\" alt=\"Bang & Olufsen logo in black text on a white background.\" class=\"reveal-card-logo\">"
},
{
"src": "https://cdn.prod.website-files.com/6989ba4b19f7ea51fb4fc517/69e0fd59751eebf93c701b15_Screenshot%202026-04-16%20at%2017.16.27.png",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img class=\"bg-image cover display-none\" src=\"https://cdn.prod.website-files.com/6989ba4b19f7ea51fb4fc517/69e0fd59751eebf93c701b15_Screenshot%202026-04-16%20at%2017.16.27.png\" laptop-image alt=\"Laptop with a blue and purple striped screen displaying the commercetools logo on a blue surface against a solid blue background.\" sizes=\"100vw\" loading=\"lazy\" srcset=\"https://cdn.prod.website-files.com/6989ba4b19f7ea51fb4fc517/69e0fd59751eebf93c701b15_Screenshot%202026-04-16%20at%2017.16.27-p-500.png..."
},
{
"src": "https://cdn.prod.website-files.com/6989ba4b19f7ea51fb4fc517/6998808a935897c27294e626_b2c-person-phone.avif",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/6989ba4b19f7ea51fb4fc517/6998808a935897c27294e626_b2c-person-phone.avif\" loading=\"lazy\" alt=\"Woman in gray hoodie holding a gray sneaker and looking at her smartphone.\" class=\"bg-b2-card\">"
},
{
"src": "https://cdn.prod.website-files.com/6989ba4b19f7ea51fb4fc517/6998808a935897c27294e626_b2c-person-phone.avif",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/6989ba4b19f7ea51fb4fc517/6998808a935897c27294e626_b2c-person-phone.avif\" loading=\"lazy\" alt=\"Woman in gray hoodie holding a gray sneaker and looking at her smartphone.\" class=\"bg-b2-card show-mobile\">"
},
{
"src": "https://cdn.prod.website-files.com/6989ba4b19f7ea51fb4fc517/699b981458b9e684294bbb11_b2b-warehouse-worker.avif",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/6989ba4b19f7ea51fb4fc517/699b981458b9e684294bbb11_b2b-warehouse-worker.avif\" loading=\"lazy\" sizes=\"100vw\" srcset=\"https://cdn.prod.website-files.com/6989ba4b19f7ea51fb4fc517/699b981458b9e684294bbb11_b2b-warehouse-worker-p-500.avif 500w, https://cdn.prod.website-files.com/6989ba4b19f7ea51fb4fc517/699b981458b9e684294bbb11_b2b-warehouse-worker.avif 834w\" alt=\"Smiling man in blue jacket leaning on a stack of three cardboard boxes.\" class=\"bg-b2-card se..."
},
{
"src": "https://cdn.prod.website-files.com/6989ba4b19f7ea51fb4fc517/699b981458b9e684294bbb11_b2b-warehouse-worker.avif",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/6989ba4b19f7ea51fb4fc517/699b981458b9e684294bbb11_b2b-warehouse-worker.avif\" loading=\"lazy\" sizes=\"100vw\" srcset=\"https://cdn.prod.website-files.com/6989ba4b19f7ea51fb4fc517/699b981458b9e684294bbb11_b2b-warehouse-worker-p-500.avif 500w, https://cdn.prod.website-files.com/6989ba4b19f7ea51fb4fc517/699b981458b9e684294bbb11_b2b-warehouse-worker.avif 834w\" alt=\"Smiling man in blue jacket leaning on a stack of three cardboard boxes.\" class=\"bg-b2-card sh..."
},
{
"src": "https://cdn.prod.website-files.com/6989ba4b19f7ea51fb4fc517/699b98943f738b7c713d0615_b2x-devices.avif",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/6989ba4b19f7ea51fb4fc517/699b98943f738b7c713d0615_b2x-devices.avif\" loading=\"lazy\" sizes=\"100vw\" srcset=\"https://cdn.prod.website-files.com/6989ba4b19f7ea51fb4fc517/699b98943f738b7c713d0615_b2x-devices-p-500.avif 500w, https://cdn.prod.website-files.com/6989ba4b19f7ea51fb4fc517/699b98943f738b7c713d0615_b2x-devices.avif 941w\" alt=\"Laptop, smartphone, and card payment device displaying an online furniture shopping website with a gray sofa and wooden..."
},
{
"src": "https://cdn.prod.website-files.com/6989ba4b19f7ea51fb4fc517/699b98943f738b7c713d0615_b2x-devices.avif",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/6989ba4b19f7ea51fb4fc517/699b98943f738b7c713d0615_b2x-devices.avif\" loading=\"lazy\" sizes=\"100vw\" srcset=\"https://cdn.prod.website-files.com/6989ba4b19f7ea51fb4fc517/699b98943f738b7c713d0615_b2x-devices-p-500.avif 500w, https://cdn.prod.website-files.com/6989ba4b19f7ea51fb4fc517/699b98943f738b7c713d0615_b2x-devices.avif 941w\" alt=\"Laptop, smartphone, and card payment device displaying an online furniture shopping website with a gray sofa and wooden..."
},
{
"src": "https://cdn.prod.website-files.com/6989ba4b19f7ea51fb4fc517/69988f70fe7fbdf12598c408_background-man-desktop.avif",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/6989ba4b19f7ea51fb4fc517/69988f70fe7fbdf12598c408_background-man-desktop.avif\" loading=\"lazy\" sizes=\"100vw\" srcset=\"https://cdn.prod.website-files.com/6989ba4b19f7ea51fb4fc517/69988f70fe7fbdf12598c408_background-man-desktop-p-500.avif 500w, https://cdn.prod.website-files.com/6989ba4b19f7ea51fb4fc517/69988f70fe7fbdf12598c408_background-man-desktop.avif 872w\" alt=\"Close-up of a man with a beard wearing a yellow shirt pointing directly at the camera.\"..."
},
{
"src": "https://cdn.prod.website-files.com/6989ba4b19f7ea51fb4fc517/69988faf95b8ad90b0506e65_cards-desktop.avif",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/6989ba4b19f7ea51fb4fc517/69988faf95b8ad90b0506e65_cards-desktop.avif\" loading=\"lazy\" alt=\"E-commerce interface showing pink Lightweight Air Trainers with color and size options, prices from Contoso and Worldwide Importers, customer reviews praising comfort and durability, and a price tracking section with discount goals and alert settings.\" class=\"bg-image-foundation-cards\">"
},
{
"src": "https://cdn.prod.website-files.com/6989ba4b19f7ea51fb4fc517/6a18494c119cab63a72d62cc_Gemini_Generated_Image_l02rdcl02rdcl02r%201.png",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img loading=\"lazy\" src=\"https://cdn.prod.website-files.com/6989ba4b19f7ea51fb4fc517/6a18494c119cab63a72d62cc_Gemini_Generated_Image_l02rdcl02rdcl02r%201.png\" alt=\"Pivotal Trends and Predictions in B2B Digital Commerce in 2025 \" sizes=\"100vw\" srcset=\"https://cdn.prod.website-files.com/6989ba4b19f7ea51fb4fc517/6a18494c119cab63a72d62cc_Gemini_Generated_Image_l02rdcl02rdcl02r%201-p-500.png 500w, https://cdn.prod.website-files.com/6989ba4b19f7ea51fb4fc517/6a18494c119cab63a72d62cc_Gemini_Generated..."
},
{
"src": "https://cdn.prod.website-files.com/6989ba4b19f7ea51fb4fc517/6a18479f26b22fa10e992758_Gemini_Generated_Image_ua9j1tua9j1tua9j%20(1)%201%20(1).png",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img loading=\"lazy\" src=\"https://cdn.prod.website-files.com/6989ba4b19f7ea51fb4fc517/6a18479f26b22fa10e992758_Gemini_Generated_Image_ua9j1tua9j1tua9j%20(1)%201%20(1).png\" alt=\"Reimagining Retail in 2026\" sizes=\"100vw\" srcset=\"https://cdn.prod.website-files.com/6989ba4b19f7ea51fb4fc517/6a18479f26b22fa10e992758_Gemini_Generated_Image_ua9j1tua9j1tua9j%20(1)%201%20(1)-p-500.png 500w, https://cdn.prod.website-files.com/6989ba4b19f7ea51fb4fc517/6a18479f26b22fa10e992758_Gemini_Generated_Image_ua9j1t..."
},
{
"src": "https://cdn.prod.website-files.com/6989ba4b19f7ea51fb4fc517/6a1849db3598132e63335042_Gemini_Generated_Image_itid7bitid7bitid%201.png",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img loading=\"lazy\" src=\"https://cdn.prod.website-files.com/6989ba4b19f7ea51fb4fc517/6a1849db3598132e63335042_Gemini_Generated_Image_itid7bitid7bitid%201.png\" alt=\"Navigating the Agentic Commerce Era \" sizes=\"100vw\" srcset=\"https://cdn.prod.website-files.com/6989ba4b19f7ea51fb4fc517/6a1849db3598132e63335042_Gemini_Generated_Image_itid7bitid7bitid%201-p-500.png 500w, https://cdn.prod.website-files.com/6989ba4b19f7ea51fb4fc517/6a1849db3598132e63335042_Gemini_Generated_Image_itid7bitid7bitid%201..."
},
{
"src": "https://cdn.prod.website-files.com/6989ba4b19f7ea51fb4fc517/698b01b9a939e9fb72611b30_commercetools-logo-color-icon-white-text.avif",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/6989ba4b19f7ea51fb4fc517/698b01b9a939e9fb72611b30_commercetools-logo-color-icon-white-text.avif\" loading=\"lazy\" alt=\"commercetools logo with a yellow, purple, and teal geometric icon and white text.\" class=\"footer-logo\">"
},
{
"src": "https://cdn.cookielaw.org/logos/f7ea4592-6da1-4c83-8d3f-8db8d00c299d/ff269c56-6bba-41dc-891a-71c3c0fe0026/733d97fd-81fb-4394-8ec9-5354e1cf7c38/commercetools-logo-2024-color.png",
"width": "",
"height": "",
"loading": "",
"html": "<img alt=\"Company Logo\" src=\"https://cdn.cookielaw.org/logos/f7ea4592-6da1-4c83-8d3f-8db8d00c299d/ff269c56-6bba-41dc-891a-71c3c0fe0026/733d97fd-81fb-4394-8ec9-5354e1cf7c38/commercetools-logo-2024-color.png\">"
},
{
"src": "https://cdn.cookielaw.org/logos/static/powered_by_logo.svg",
"width": "",
"height": "",
"loading": "",
"html": "<img alt=\"Powered by Onetrust\" src=\"https://cdn.cookielaw.org/logos/static/powered_by_logo.svg\" title=\"Powered by OneTrust Opens in a new Tab\">"
}
],
"possibleDialogs": [
"<div class=\"ot-sdk-container\" role=\"dialog\" aria-modal=\"true\" aria-label=\"Privacy\"><div class=\"ot-sdk-row\"><div id=\"onetrust-group-container\" class=\"ot-sdk-twelve ot-sdk-columns\"><div id=\"onetrust-policy\"><div id=\"onetrust-policy-text\">We use cookies and similar technologies to enhance your website experience, improve our services, and operate efficiently. Cookies enable web analysis, personalized advertising, social media marketing, external content display, and security. We may share your d...",
"<div role=\"dialog\" aria-modal=\"true\" style=\"height: 100%;\" aria-label=\"Privacy Preference Center\"><!-- pc header --><div class=\"ot-pc-header\" role=\"presentation\"><!-- Header logo --><div class=\"ot-pc-logo\" role=\"img\" aria-label=\"Company Logo\"><img alt=\"Company Logo\" src=\"https://cdn.cookielaw.org/logos/f7ea4592-6da1-4c83-8d3f-8db8d00c299d/ff269c56-6bba-41dc-891a-71c3c0fe0026/733d97fd-81fb-4394-8ec9-5354e1cf7c38/commercetools-logo-2024-color.png\"></div><div class=\"ot-title-cntr\"><h2 id=\"ot-pc-...",
"<section id=\"ot-fltr-modal\"><div id=\"ot-fltr-cnt\"><button id=\"clear-filters-handler\">Clear</button><div class=\"ot-fltr-scrlcnt ot-pc-scrollbar\"><div class=\"ot-fltr-opts\"><div class=\"ot-fltr-opt\"><div class=\"ot-chkbox\"><input id=\"chkbox-id\" type=\"checkbox\" class=\"category-filter-handler\"> <label for=\"chkbox-id\"><span class=\"ot-label-txt\">checkbox label</span></label> <span class=\"ot-label-status\">label</span></div></div></div><div class=\"ot-fltr-btns\"><button id=\"filter-apply-handler\">Apply</b..."
],
"score": 70,
"weight": 10
}GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
GEO: Explanatory content depth
GEO: Explanatory content depth scored 75/100 and needs improvement.
2 Warning
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
5 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": 5,
"citablePassages": 0,
"failingCandidateParagraphs": [
{
"index": 12,
"heading": "H4: Your Privacy",
"text": "When you visit any website, it may store or retrieve information on your browser, mostly in the form of cookies. This information might be about you, your preferences, or your device, and is mostly used to make the site work as you expect. The information does not usually identify you directly, but it can give you a more personalized web experience. Because we respect your right to privacy, you can choose not to a...",
"words": 114,
"hasEvidence": false,
"reasons": [
"Missing a named source, statistic, date, percentage, report, or other evidence signal."
],
"html": "<p id=\"ot-pc-desc\" class=\"ot-grp-desc\">When you visit any website, it may store or retrieve information on your browser, mostly in the form of cookies. This information might be about you, your preferences, or your device, and is mostly used to make the site work as you expect. The information does not usually identify you directly, but it can give you a more personalized web experience. Because we respect your right to privacy, you can choose not to allow some types of cookies. Click on the..."
},
{
"index": 13,
"heading": "H4: Strictly Necessary Cookies",
"text": "These cookies are necessary for the website to function and cannot be switched off in our systems. They are usually only set in response to actions made by you which amount to a request for services, such as setting your privacy preferences, logging in or filling in forms. You can set your browser to block or alert you about these cookies, but some parts of the site will not then work. These cookies do not store a...",
"words": 80,
"hasEvidence": false,
"reasons": [
"Missing a named source, statistic, date, percentage, report, or other evidence signal."
],
"html": "<p class=\"ot-grp-desc ot-category-desc\">These cookies are necessary for the website to function and cannot be switched off in our systems. They are usually only set in response to actions made by you which amount to a request for services, such as setting your privacy preferences, logging in or filling in forms. You can set your browser to block or alert you about these cookies, but some parts of the site will not then work. These cookies do not store any personally identifiable informat..."
},
{
"index": 14,
"heading": "H4: Performance Cookies",
"text": "These cookies allow us to count visits and traffic sources so we can measure and improve the performance of our site. They help us to know which pages are the most and least popular and see how visitors move around the site. All information these cookies collect is aggregated and therefore anonymous. If you do not allow these cookies we will not know when you have visited our site, and will not be able to monitor...",
"words": 78,
"hasEvidence": false,
"reasons": [
"Too short for a citation-ready passage (78 words; target 80-220).",
"Missing a named source, statistic, date, percentage, report, or other evidence signal."
],
"html": "<p class=\"ot-grp-desc ot-category-desc\">These cookies allow us to count visits and traffic sources so we can measure and improve the performance of our site. They help us to know which pages are the most and least popular and see how visitors move around the site.    All information these cookies collect is aggregated and therefore anonymous. If you do not allow these cookies we will not know when you have visited our site, and will not be able to monitor its performance.</p>"
},
{
"index": 15,
"heading": "H4: Functional Cookies",
"text": "These cookies enable the website to provide enhanced functionality and personalisation. They may be set by us or by third party providers whose services we have added to our pages. If you do not allow these cookies then some or all of these services may not function properly.",
"words": 48,
"hasEvidence": false,
"reasons": [
"Too short for a citation-ready passage (48 words; target 80-220).",
"Missing a named source, statistic, date, percentage, report, or other evidence signal."
],
"html": "<p class=\"ot-grp-desc ot-category-desc\">These cookies enable the website to provide enhanced functionality and personalisation. They may be set by us or by third party providers whose services we have added to our pages.    If you do not allow these cookies then some or all of these services may not function properly.</p>"
},
{
"index": 16,
"heading": "H4: Targeting Cookies",
"text": "These cookies may be set through our site by our advertising partners. They may be used by those companies to build a profile of your interests and show you relevant adverts on other sites. They do not store directly personal information, but are based on uniquely identifying your browser and internet device. If you do not allow these cookies, you will experience less targeted advertising.",
"words": 65,
"hasEvidence": false,
"reasons": [
"Too short for a citation-ready passage (65 words; target 80-220).",
"Missing a named source, statistic, date, percentage, report, or other evidence signal."
],
"html": "<p class=\"ot-grp-desc ot-category-desc\">These cookies may be set through our site by our advertising partners. They may be used by those companies to build a profile of your interests and show you relevant adverts on other sites.    They do not store directly personal information, but are based on uniquely identifying your browser and internet device. If you do not allow these cookies, you will experience less targeted advertising.</p>"
}
],
"citableParagraphs": [],
"score": 75,
"weight": 18
}GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AIO: Answer block readiness
AIO: Answer block readiness scored 65/100 and needs improvement.
2 Warning
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
12 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": 13,
"passing": 1,
"failing": [
{
"heading": "Powering commerce for global enterprises.",
"headingHtml": "<h2>Powering commerce for global enterprises.</h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "The platform powering enterprise growth at scale.",
"headingHtml": "<h2 class=\"heading-style-h2 font-60px text-neutral-white\">The platform powering enterprise growth at scale.</h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Unified commerce solutions for every business model.",
"headingHtml": "<h2 class=\"heading-style-h1 font-second font-weight-500\">Unified commerce solutions for every business model.<br></h2>",
"firstParagraph": "Deliver seamless, intelligent shopping journeys.",
"paragraphHtml": "<p>Deliver seamless, intelligent shopping journeys.</p>",
"words": 5,
"direct": false,
"issue": "First paragraph is 5 words and does not look like a concise direct answer."
},
{
"heading": "The foundation for agentic commerce.",
"headingHtml": "<h2 class=\"heading-style-h2 font-weight-500 text-neutral-white\">The foundation for agentic commerce.</h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Insights for smarter commerce.",
"headingHtml": "<h2 class=\"heading-style-h1 font-second font-weight-500\">Insights for smarter commerce.</h2>",
"firstParagraph": "Discover the key trends shaping the future of B2B commerce in our annual report.",
"paragraphHtml": "<p class=\"text-m\">Discover the key trends shaping the future of B2B commerce in our annual report.</p>",
"words": 14,
"direct": false,
"issue": "First paragraph is 14 words and does not look like a concise direct answer."
},
{
"heading": "Take the next step with commercetools.",
"headingHtml": "<h2 class=\"heading-style-h2 font-second\">Take the next step with commercetools.</h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Privacy Preference Center",
"headingHtml": "<h2 id=\"ot-pc-title\">Privacy Preference Center</h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Your Privacy",
"headingHtml": "<h3 id=\"ot-pvcy-txt\">Your Privacy</h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Strictly Necessary Cookies",
"headingHtml": "<h3 id=\"ot-header-id-C0001\">Strictly Necessary Cookies</h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Performance Cookies",
"headingHtml": "<h3 id=\"ot-header-id-C0002\">Performance Cookies</h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Functional Cookies",
"headingHtml": "<h3 id=\"ot-header-id-C0003\">Functional Cookies</h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Cookie List",
"headingHtml": "<h3>Cookie List</h3>",
"firstParagraph": "",
"paragraphHtml": "<p role=\"status\" class=\"ot-scrn-rdr\"></p>",
"words": 0,
"direct": false,
"issue": "First paragraph is 0 words and does not look like a concise direct answer."
}
],
"score": 65,
"weight": 8
}GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
GEO: Entity clarity
GEO: Entity clarity scored 85/100 and needs improvement.
2 Warning
GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
GEO: Entity clarity
GEO: Entity clarity scored 85/100 and needs improvement.
Needs attention
GEO: Entity clarity
Issue
Title/H1 terms missing from description: connect, every, channel, convert, customer.
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
85/100
Status
warning
Category
GEO, AIO & AEO
Maturity
Emerging recommendation
Goal
Make page content easy for AI answer engines to extract, cite, and attribute.
Result
GEO: Entity clarity scored 85/100 and needs improvement.
Evidence
{
"title": "The Leading AI-first Commerce Platform For Enterprises",
"h1": "Connect every channel.Convert every customer.",
"description": "Deliver unmatched revenue growth through the AI-first commerce platform trusted by the world’s leading enterprises. Start your free trial!",
"topicOverlap": 0.5,
"topicTerms": [
"leading",
"first",
"commerce",
"platform",
"enterprises",
"connect",
"every",
"channel",
"convert",
"customer"
],
"descriptionTerms": [
"deliver",
"unmatched",
"revenue",
"growth",
"through",
"first",
"commerce",
"platform",
"trusted",
"world",
"leading",
"enterprises",
"start",
"free",
"trial"
],
"missingFromDescription": [
"connect",
"every",
"channel",
"convert",
"customer"
],
"score": 85,
"weight": 28
}GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
GEO: Extraction-friendly structure
GEO: Extraction-friendly structure scored 85/100 and needs improvement.
2 Warning
GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
GEO: Extraction-friendly structure
GEO: Extraction-friendly structure scored 85/100 and needs improvement.
Needs attention
GEO: Extraction-friendly structure
Issue
Missing extraction signals: optional top summary / TL;DR / key takeaways block, table with <thead> only if the page already has tabular/comparative data, ordered list only if the page explains a workflow/process.
Details
Why it matters
Generative engines favor pages with self-contained answer passages, clear entities, structured data, summaries, FAQ patterns, and crawler-accessible HTML that can be cited without extra interpretation.
Check name
GEO: Extraction-friendly structure
Score
85/100
Status
warning
Category
GEO, AIO & AEO
Maturity
Emerging recommendation
Goal
Make page content easy for AI answer engines to extract, cite, and attribute.
Result
GEO: Extraction-friendly structure scored 85/100 and needs improvement.
Evidence
{
"hasSummary": false,
"tableCount": 0,
"tablesWithHead": 0,
"tablesMissingThead": [],
"orderedLists": 0,
"hasFaq": true,
"definitionPatterns": 6,
"schemaBlocks": 1,
"missingSignals": [
"optional top summary / TL;DR / key takeaways block",
"table with <thead> only if the page already has tabular/comparative data",
"ordered list only if the page explains a workflow/process"
],
"score": 85,
"weight": 24
}GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
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": "Powering commerce for global enterprises.",
"html": "<h2>Powering commerce for global enterprises.</h2>"
},
{
"text": "The platform powering enterprise growth at scale.",
"html": "<h2 class=\"heading-style-h2 font-60px text-neutral-white\">The platform powering enterprise growth at scale.</h2>"
},
{
"text": "Unified commerce solutions for every business model.",
"html": "<h2 class=\"heading-style-h1 font-second font-weight-500\">Unified commerce solutions for every business model.<br></h2>"
},
{
"text": "The foundation for agentic commerce.",
"html": "<h2 class=\"heading-style-h2 font-weight-500 text-neutral-white\">The foundation for agentic commerce.</h2>"
},
{
"text": "Insights for smarter commerce.",
"html": "<h2 class=\"heading-style-h1 font-second font-weight-500\">Insights for smarter commerce.</h2>"
},
{
"text": "Take the next step with commercetools.",
"html": "<h2 class=\"heading-style-h2 font-second\">Take the next step with commercetools.</h2>"
},
{
"text": "Privacy Preference Center",
"html": "<h2 id=\"ot-pc-title\">Privacy Preference Center</h2>"
}
],
"expected": [
{
"id": "what",
"label": "What is The Leading AI-first Commerce Platform For En...?",
"pattern": {}
},
{
"id": "how",
"label": "How does The Leading AI-first Commerce Platform For En... work?",
"pattern": {}
},
{
"id": "benefits",
"label": "Why use The Leading AI-first Commerce Platform For En...?",
"pattern": {}
},
{
"id": "cost",
"label": "Is The Leading AI-first Commerce Platform For En... free or paid?",
"pattern": {}
},
{
"id": "compare",
"label": "How does The Leading AI-first Commerce Platform For En... compare with alternatives?",
"pattern": {}
}
],
"missing": [
{
"id": "what",
"label": "What is The Leading AI-first Commerce Platform For En...?",
"pattern": {}
},
{
"id": "how",
"label": "How does The Leading AI-first Commerce Platform For En... work?",
"pattern": {}
},
{
"id": "benefits",
"label": "Why use The Leading AI-first Commerce Platform For En...?",
"pattern": {}
},
{
"id": "cost",
"label": "Is The Leading AI-first Commerce Platform For En... free or paid?",
"pattern": {}
},
{
"id": "compare",
"label": "How does The Leading AI-first Commerce Platform For En... compare with alternatives?",
"pattern": {}
}
],
"score": 70,
"weight": 8
}GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AEO: Entity and definition clarity
AEO: Entity and definition clarity scored 88/100 and needs improvement.
1 Warning
GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AEO: Entity and definition clarity
AEO: Entity and definition clarity scored 88/100 and needs improvement.
Needs attention
AEO: Entity and definition clarity
Issue
Entity or definition gaps: connect, every, channel, convert, customer.
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
88/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 88/100 and needs improvement.
Evidence
{
"title": "The Leading AI-first Commerce Platform For Enterprises",
"h1": "Connect every channel.Convert every customer.",
"description": "Deliver unmatched revenue growth through the AI-first commerce platform trusted by the world’s leading enterprises. Start your free trial!",
"topicOverlap": 0.5,
"definitionCount": 6,
"topicTerms": [
"leading",
"first",
"commerce",
"platform",
"enterprises",
"connect",
"every",
"channel",
"convert",
"customer"
],
"descriptionTerms": [
"deliver",
"unmatched",
"revenue",
"growth",
"through",
"first",
"commerce",
"platform",
"trusted",
"world",
"leading",
"enterprises",
"start",
"free",
"trial"
],
"missingFromDescription": [
"connect",
"every",
"channel",
"convert",
"customer"
],
"score": 88,
"weight": 18
}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": 105503
},
{
"path": "/api/context",
"statusCode": 404,
"contentType": "text/html; charset=utf-8",
"length": 105503
},
{
"path": "/context",
"statusCode": 404,
"contentType": "text/html; charset=utf-8",
"length": 105503
}
]
},
"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": "Powering commerce for global enterprises.",
"html": "<h2>Powering commerce for global enterprises.</h2>"
},
{
"text": "The platform powering enterprise growth at scale.",
"html": "<h2 class=\"heading-style-h2 font-60px text-neutral-white\">The platform powering enterprise growth at scale.</h2>"
},
{
"text": "Unified commerce solutions for every business model.",
"html": "<h2 class=\"heading-style-h1 font-second font-weight-500\">Unified commerce solutions for every business model.<br></h2>"
},
{
"text": "The foundation for agentic commerce.",
"html": "<h2 class=\"heading-style-h2 font-weight-500 text-neutral-white\">The foundation for agentic commerce.</h2>"
},
{
"text": "Insights for smarter commerce.",
"html": "<h2 class=\"heading-style-h1 font-second font-weight-500\">Insights for smarter commerce.</h2>"
},
{
"text": "Take the next step with commercetools.",
"html": "<h2 class=\"heading-style-h2 font-second\">Take the next step with commercetools.</h2>"
},
{
"text": "Privacy Preference Center",
"html": "<h2 id=\"ot-pc-title\">Privacy Preference Center</h2>"
}
],
"expected": [
{
"id": "what",
"label": "What is The Leading AI-first Commerce Platform For En...?",
"pattern": {}
},
{
"id": "how",
"label": "How does The Leading AI-first Commerce Platform For En... work?",
"pattern": {}
},
{
"id": "benefits",
"label": "Why use The Leading AI-first Commerce Platform For En...?",
"pattern": {}
},
{
"id": "cost",
"label": "Is The Leading AI-first Commerce Platform For En... free or paid?",
"pattern": {}
},
{
"id": "compare",
"label": "How does The Leading AI-first Commerce Platform For En... compare with alternatives?",
"pattern": {}
}
],
"missing": [
{
"id": "what",
"label": "What is The Leading AI-first Commerce Platform For En...?",
"pattern": {}
},
{
"id": "how",
"label": "How does The Leading AI-first Commerce Platform For En... work?",
"pattern": {}
},
{
"id": "benefits",
"label": "Why use The Leading AI-first Commerce Platform For En...?",
"pattern": {}
},
{
"id": "cost",
"label": "Is The Leading AI-first Commerce Platform For En... free or paid?",
"pattern": {}
},
{
"id": "compare",
"label": "How does The Leading AI-first Commerce Platform For En... compare with alternatives?",
"pattern": {}
}
],
"score": 70,
"weight": 4
}AI DiscoverabilityDiscoverabilityEstablished
IndexNow key
IndexNow key is informational for this page.
Informational
AI DiscoverabilityDiscoverabilityEstablished
IndexNow key
IndexNow key is informational for this page.
Needs attention
IndexNow key
Issue
IndexNow key is informational for this page.
Why it matters
IndexNow lets sites notify participating search engines about changed URLs, but ownership verification requires a UTF-8 key file whose filename matches the key.
Check name
IndexNow key
Score
100/100
Status
informational
Category
Discoverability
Maturity
Established
Goal
Verify that IndexNow ownership key placement is detectable when the site advertises it.
Result
IndexNow key is informational for this page.
Validation steps
Find advertised IndexNow key location
No IndexNow key location was advertised in HTML, Link headers, or robots.txt.
Fetch and validate IndexNow key file
No discoverable IndexNow key file was found.
Evidence
{
"steps": [
{
"id": "advertised-location",
"title": "Find advertised IndexNow key location",
"status": "informational",
"evidence": {
"advertised": []
},
"issue": "No IndexNow key location was advertised in HTML, Link headers, or robots.txt.",
"howToFix": "Advertise the key location with robots.txt IndexNow-Key, rel=\"indexnow-key\", or meta name=\"indexnow-key-location\" if you want scanners to verify it."
},
{
"id": "fetch-key",
"title": "Fetch and validate IndexNow key file",
"status": "informational",
"evidence": {
"advertised": [],
"checked": []
},
"issue": "No discoverable IndexNow key file was found.",
"howToFix": "Host a UTF-8 text file named {key}.txt using a 32-character hexadecimal key whose body exactly matches the key."
}
]
}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
1 link 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": "1 link found",
"description": "Descriptive link text helps search engines understand your content. [Learn how to make links more accessible](https://developer.chrome.com/docs/lighthouse/seo/link-text/)."
}Performance and AccessibilityPerformanceBrowser audit
Reduce JavaScript execution time
33 Fail
Performance and AccessibilityPerformanceBrowser audit
Reduce JavaScript execution time
Check name
Reduce JavaScript execution time
Score
0/100
Status
fail
Device
desktop
Category
Performance
Estimated savings
20.2Â s
Fix guidance
Consider reducing the time spent parsing, compiling, and executing JS. You may find delivering smaller JS payloads helps with this. [Learn how to reduce Javascript execution time](https://developer.chrome.com/docs/lighthouse/performance/bootup-time/).
References
https://web.dev/learn/performance/Evidence
{
"displayValue": "20.2Â s",
"description": "Consider reducing the time spent parsing, compiling, and executing JS. You may find delivering smaller JS payloads helps with this. [Learn how to reduce Javascript execution time](https://developer.chrome.com/docs/lighthouse/performance/bootup-time/).",
"numericValue": 20211.356000000007
}Performance and AccessibilityPerformanceBrowser audit
Loading performance
24 Fail
Performance and AccessibilityPerformanceBrowser audit
Loading performance
Check name
Loading performance
Score
28/100
Status
fail
Device
desktop
Category
Performance
Fix guidance
Review the grouped loading performance checks and improve the failing sub-checks listed in evidence.
References
https://web.dev/learn/performance/Evidence
{
"checks": [
{
"id": "first-contentful-paint",
"title": "First Contentful Paint",
"score": 2,
"displayValue": "3.5Â s",
"numericValue": 3532.1733999999997
},
{
"id": "largest-contentful-paint",
"title": "Largest Contentful Paint",
"score": 4,
"displayValue": "6.1Â s",
"numericValue": 6145.887699999999
},
{
"id": "speed-index",
"title": "Speed Index",
"score": 0,
"displayValue": "11.5Â s",
"numericValue": 11498.46670367708
},
{
"id": "total-blocking-time",
"title": "Total Blocking Time",
"score": 0,
"displayValue": "23,610Â ms",
"numericValue": 23607.5
},
{
"id": "max-potential-fid",
"title": "Max Potential First Input Delay",
"score": 0,
"displayValue": "3,230Â ms",
"numericValue": 3232
},
{
"id": "server-response-time",
"title": "Initial server response time was short",
"score": 100,
"displayValue": "Root document took 30Â ms",
"numericValue": 27.551
},
{
"id": "interactive",
"title": "Time to Interactive",
"score": 0,
"displayValue": "34.1Â s",
"numericValue": 34055.6411
},
{
"id": "uses-rel-preconnect",
"title": "Preconnect to required origins",
"score": 100
},
{
"id": "network-rtt",
"title": "Network Round Trip Times",
"score": 100,
"displayValue": "230Â ms",
"numericValue": 227.972
},
{
"id": "third-party-summary",
"title": "Reduce the impact of third-party code",
"score": 0,
"displayValue": "Third-party code blocked the main thread for 20,590Â ms"
},
{
"id": "largest-contentful-paint-element",
"title": "Largest Contentful Paint element",
"score": 0,
"displayValue": "6,150Â ms"
}
]
}Performance and AccessibilityPerformanceBrowser audit
Image elements do not have explicit `width` and `height`
17 Warning
Performance and AccessibilityPerformanceBrowser audit
Image elements do not have explicit `width` and `height`
Check name
Image elements do not have explicit `width` and `height`
Score
50/100
Status
warning
Device
desktop
Category
Performance
Fix guidance
Set an explicit width and height on image elements to reduce layout shifts and improve CLS. [Learn how to set image dimensions](https://web.dev/articles/optimize-cls#images_without_dimensions)
References
https://web.dev/learn/performance/Evidence
{
"description": "Set an explicit width and height on image elements to reduce layout shifts and improve CLS. [Learn how to set image dimensions](https://web.dev/articles/optimize-cls#images_without_dimensions)"
}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 |
|---|---|---|---|
| 42/100 | Level 2, Agent-Limited | Current report |