Export Report
OVERALL SCORE
Level 3, Bot-Aware
- AI Discoverability 60 out of 100
- Agent Ease of Use 10 out of 100
- Security & Trust 80 out of 100
- GEO, AIO and AEO 81 out of 100
- SEO 100 out of 100
- Performance and Accessibility 71 out of 100
What AI sees of your website
Digital Experience Platform for Content, Community, Commerce | Acquia
Acquia provides the leading cloud platform for building, delivering, and optimizing digital experiences.
Next step
Turn this report into a fix workflow
21 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 | 60 | Needs work | 15 | 8 | 1 | View details |
| Discoverability | 86 | Mostly ready | 6 | 3 | 0 | View details |
| Content Readiness | 79 | Mostly ready | 9 | 1 | 1 | View details |
| Bot Access Control | 0 | Priority fix | 0 | 4 | 0 | View details |
| Agent Ease of Use | 10 | Priority fix | 6 | 29 | 1 | View details |
| API | 0 | Priority fix | 0 | 6 | 0 | View details |
| Auth | Not Applicable | Not Applicable | 0 | 7 | 0 | View details |
| MCP | 25 | Priority fix | 2 | 6 | 0 | View details |
| Skill Discovery | 5 | Priority fix | 0 | 10 | 1 | View details |
| Agent Commerce | Not Applicable | Not Applicable | 4 | 0 | 0 | |
| GEO, AIO and AEO | 81 | Mostly ready | 7 | 0 | 13 | |
| GEO Readiness | 86 | Mostly ready | 2 | 0 | 4 | |
| AIO Readiness | 81 | Mostly ready | 3 | 0 | 4 | |
| AEO Readiness | 76 | Mostly ready | 2 | 0 | 5 | |
| SEO | 100 | Strong | 11 | 0 | 0 | |
| SEO | 100 | Strong | 11 | 0 | 0 | |
| Security & Trust | 80 | Mostly ready | 8 | 1 | 0 | View details |
| Security & Trust | 80 | Mostly ready | 4 | 1 | 0 | View details |
| AI Training Exposure | Not Applicable | Not Applicable | 4 | 0 | 0 | |
| Performance and Accessibility | 71 | Needs work | 20 | 4 | 0 | View details |
| Performance | 58 | Needs work | 14 | 4 | 0 | View details |
| Accessibility | 95 | Strong | 6 | 0 | 0 |
Prioritized recommendations
Issues ranked by score impact
39 items need attention
Security & TrustSecurity & TrustEstablished
Content-Security-Policy
Content-Security-Policy is missing or incomplete.
100 Fail
Security & TrustSecurity & TrustEstablished
Content-Security-Policy
Content-Security-Policy is missing or incomplete.
Needs attention
Content-Security-Policy
Issue
Content-Security-Policy is missing or incomplete.
Why it matters
Content Security Policy limits where scripts, styles, frames, and connections can load from, reducing the impact of injection bugs.
Check name
Content-Security-Policy
Score
0/100
Status
fail
Category
Security & Trust
Maturity
Established
Goal
Constrain script, style, frame, and resource loading with a Content-Security-Policy header.
Result
Content-Security-Policy is missing or incomplete.
Evidence
{
"header": "content-security-policy",
"value": "frame-ancestors 'self' acquia.lookbookhq.com acquia.docebosaas.com www.acquiaacademy.com acquia.seismic.com app.veertly.com widen--servcom.sandbox.my.site.com widen--sitepreview.na135.force.com community.widen.com acquia.atlassian.net rise.articulate.com www.drupal.org new.drupal.org; report-uri /report-csp-violation"
}AI DiscoverabilityDiscoverabilityEstablished
Link headers
Link headers failed at "Find useful Link headers".
100 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": [
{
"url": "https://www.acquia.com/home.md",
"rel": "alternate",
"type": "text/markdown"
}
]
},
"issue": "No useful agent discovery Link headers were found.",
"howToFix": "Expose useful Link headers such as rel=\"api-catalog\", rel=\"service-doc\", and rel=\"service-desc\"."
},
{
"id": "target-validation",
"title": "Fetch same-origin Link header targets",
"status": "fail",
"evidence": {
"checked": [],
"failures": [
{
"reason": "No same-origin Link header targets were available to fetch."
}
]
},
"issue": "Link headers did not expose any same-origin targets to validate.",
"howToFix": "Make each same-origin Link href reachable and serve the advertised media type."
}
]
}Agent Ease of UseAPIEstablished
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": "\n<!DOCTYPE html>\n<html lang=\"en\" dir=\"ltr\" prefix=\"og: https://ogp.me/ns#\" class=\"page--_04---page-not-found--acquia\">\n <head>\n <meta charset=\"utf-8\" />\n<script src=\"https://ob.sd8567.acquia.com/i/c91236dd94f8f31801fb9954b96a80d3.js\" async data-ch=\"acom\" data-jsonp=\"onCheqResponse\" class=\"ct_clicktrue_81237\"></script>\n<meta name=\"description\" content=\"Page not found.\" />\n<link rel=\"canonical\" href=\"https://www.acquia.com/.well-known/api-catalog\" />\n<meta property=\"og:site_name\" content=\"Acquia\" />\n<meta property=\"og:url\" content=\"https://www.acquia.com/.well-known/api-catalog\" />\n<meta property=\"og:title\" content=\"404 - Page Not Found\" />\n<meta property=\"og:description\" content=\"Page not found.\" />\n<meta property=\"og:image\" content=\"https://www.acquia.com/sites/default/files/me"
},
"issue": "Response is not valid JSON.",
"howToFix": "Use application/linkset+json with service-desc, service-doc, and status relations that each include href."
},
{
"id": "target-validation",
"title": "Fetch advertised API catalog targets",
"status": "fail",
"evidence": {
"checked": [],
"failures": [
{
"reason": "No same-origin API catalog hrefs were available to fetch."
}
]
},
"issue": "API Catalog did not expose any same-origin hrefs to validate.",
"howToFix": "Make each same-origin API catalog href reachable and serve the advertised media type."
}
]
}Agent Ease of UseAPIEstablished
OpenAPI discovery
OpenAPI discovery failed at "Find valid OpenAPI document".
50 Fail
Agent Ease of UseAPIEstablished
OpenAPI discovery
OpenAPI discovery failed at "Find valid OpenAPI document".
Needs attention
OpenAPI discovery
Issue
OpenAPI YAML document did not match the expected shape. Content-Type "text/html; charset=UTF-8" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.
Why it matters
OpenAPI documents let agents understand available operations, schemas, authentication, and request formats before calling an API.
Check name
OpenAPI discovery
Score
0/100
Status
fail
Category
API
Maturity
Established
Goal
Publish a valid OpenAPI or Swagger document for API discovery.
Result
OpenAPI discovery failed at "Find valid OpenAPI document".
Validation steps
Find valid OpenAPI document
OpenAPI YAML document did not match the expected shape. Content-Type "text/html; charset=UTF-8" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.
Evidence
{
"failedStep": "fetch",
"steps": [
{
"id": "fetch",
"title": "Find valid OpenAPI document",
"status": "fail",
"evidence": {
"checked": [
{
"path": "/openapi.json",
"statusCode": 404,
"contentType": "text/html; charset=UTF-8",
"valid": false,
"issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html; charset=UTF-8\" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
"compatibleContentType": false,
"format": "yaml",
"version": "",
"pathCount": 0,
"operationCount": 0,
"rawExcerpt": "\n<!DOCTYPE html>\n<html lang=\"en\" dir=\"ltr\" prefix=\"og: https://ogp.me/ns#\" class=\"page--_04---page-not-found--acquia\">\n <head>\n <meta charset=\"utf-8\" />\n<script src=\"https://ob.sd8567.acquia.com/i/c91236dd94f8f31801fb9954b96a80d3.js\" async data-ch=\"acom\" data-jsonp=\"onCheqResponse\" class=\"ct_clicktrue_81237\"></script>\n<meta name=\"description\" content=\"Page not found.\" />\n<link rel=\"canonical\" href=\"https://www.acquia.com/openapi.json\" />\n<meta property=\"og:site_name\" content=\"Acquia\" />\n<meta property=\"og:url\" content=\"https://www.acquia.com/openapi.json\" />\n<meta property=\"og:title\" content=\"404 - Page Not Found\" />\n<meta property=\"og:description\" content=\"Page not found.\" />\n<meta property=\"og:image\" content=\"https://www.acquia.com/sites/default/files/media/image/2020-12/logo"
},
{
"path": "/openapi.yaml",
"statusCode": 404,
"contentType": "text/html; charset=UTF-8",
"valid": false,
"issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html; charset=UTF-8\" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
"compatibleContentType": false,
"format": "yaml",
"version": "",
"pathCount": 0,
"operationCount": 0,
"rawExcerpt": "\n<!DOCTYPE html>\n<html lang=\"en\" dir=\"ltr\" prefix=\"og: https://ogp.me/ns#\" class=\"page--_04---page-not-found--acquia\">\n <head>\n <meta charset=\"utf-8\" />\n<script src=\"https://ob.sd8567.acquia.com/i/c91236dd94f8f31801fb9954b96a80d3.js\" async data-ch=\"acom\" data-jsonp=\"onCheqResponse\" class=\"ct_clicktrue_81237\"></script>\n<meta name=\"description\" content=\"Page not found.\" />\n<link rel=\"canonical\" href=\"https://www.acquia.com/openapi.yaml\" />\n<meta property=\"og:site_name\" content=\"Acquia\" />\n<meta property=\"og:url\" content=\"https://www.acquia.com/openapi.yaml\" />\n<meta property=\"og:title\" content=\"404 - Page Not Found\" />\n<meta property=\"og:description\" content=\"Page not found.\" />\n<meta property=\"og:image\" content=\"https://www.acquia.com/sites/default/files/media/image/2020-12/logo"
},
{
"path": "/swagger.json",
"statusCode": 404,
"contentType": "text/html; charset=UTF-8",
"valid": false,
"issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html; charset=UTF-8\" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
"compatibleContentType": false,
"format": "yaml",
"version": "",
"pathCount": 0,
"operationCount": 0,
"rawExcerpt": "\n<!DOCTYPE html>\n<html lang=\"en\" dir=\"ltr\" prefix=\"og: https://ogp.me/ns#\" class=\"page--_04---page-not-found--acquia\">\n <head>\n <meta charset=\"utf-8\" />\n<script src=\"https://ob.sd8567.acquia.com/i/c91236dd94f8f31801fb9954b96a80d3.js\" async data-ch=\"acom\" data-jsonp=\"onCheqResponse\" class=\"ct_clicktrue_81237\"></script>\n<meta name=\"description\" content=\"Page not found.\" />\n<link rel=\"canonical\" href=\"https://www.acquia.com/swagger.json\" />\n<meta property=\"og:site_name\" content=\"Acquia\" />\n<meta property=\"og:url\" content=\"https://www.acquia.com/swagger.json\" />\n<meta property=\"og:title\" content=\"404 - Page Not Found\" />\n<meta property=\"og:description\" content=\"Page not found.\" />\n<meta property=\"og:image\" content=\"https://www.acquia.com/sites/default/files/media/image/2020-12/logo"
},
{
"path": "/swagger.yaml",
"statusCode": 404,
"contentType": "text/html; charset=UTF-8",
"valid": false,
"issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html; charset=UTF-8\" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
"compatibleContentType": false,
"format": "yaml",
"version": "",
"pathCount": 0,
"operationCount": 0,
"rawExcerpt": "\n<!DOCTYPE html>\n<html lang=\"en\" dir=\"ltr\" prefix=\"og: https://ogp.me/ns#\" class=\"page--_04---page-not-found--acquia\">\n <head>\n <meta charset=\"utf-8\" />\n<script src=\"https://ob.sd8567.acquia.com/i/c91236dd94f8f31801fb9954b96a80d3.js\" async data-ch=\"acom\" data-jsonp=\"onCheqResponse\" class=\"ct_clicktrue_81237\"></script>\n<meta name=\"description\" content=\"Page not found.\" />\n<link rel=\"canonical\" href=\"https://www.acquia.com/swagger.yaml\" />\n<meta property=\"og:site_name\" content=\"Acquia\" />\n<meta property=\"og:url\" content=\"https://www.acquia.com/swagger.yaml\" />\n<meta property=\"og:title\" content=\"404 - Page Not Found\" />\n<meta property=\"og:description\" content=\"Page not found.\" />\n<meta property=\"og:image\" content=\"https://www.acquia.com/sites/default/files/media/image/2020-12/logo"
},
{
"path": "/api/openapi.json",
"statusCode": 404,
"contentType": "text/html; charset=UTF-8",
"valid": false,
"issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html; charset=UTF-8\" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
"compatibleContentType": false,
"format": "yaml",
"version": "",
"pathCount": 0,
"operationCount": 0,
"rawExcerpt": "\n<!DOCTYPE html>\n<html lang=\"en\" dir=\"ltr\" prefix=\"og: https://ogp.me/ns#\" class=\"page--_04---page-not-found--acquia\">\n <head>\n <meta charset=\"utf-8\" />\n<script src=\"https://ob.sd8567.acquia.com/i/c91236dd94f8f31801fb9954b96a80d3.js\" async data-ch=\"acom\" data-jsonp=\"onCheqResponse\" class=\"ct_clicktrue_81237\"></script>\n<meta name=\"description\" content=\"Page not found.\" />\n<link rel=\"canonical\" href=\"https://www.acquia.com/api/openapi.json\" />\n<meta property=\"og:site_name\" content=\"Acquia\" />\n<meta property=\"og:url\" content=\"https://www.acquia.com/api/openapi.json\" />\n<meta property=\"og:title\" content=\"404 - Page Not Found\" />\n<meta property=\"og:description\" content=\"Page not found.\" />\n<meta property=\"og:image\" content=\"https://www.acquia.com/sites/default/files/media/image/2020"
},
{
"path": "/api/swagger.json",
"statusCode": 404,
"contentType": "text/html; charset=UTF-8",
"valid": false,
"issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html; charset=UTF-8\" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
"compatibleContentType": false,
"format": "yaml",
"version": "",
"pathCount": 0,
"operationCount": 0,
"rawExcerpt": "\n<!DOCTYPE html>\n<html lang=\"en\" dir=\"ltr\" prefix=\"og: https://ogp.me/ns#\" class=\"page--_04---page-not-found--acquia\">\n <head>\n <meta charset=\"utf-8\" />\n<script src=\"https://ob.sd8567.acquia.com/i/c91236dd94f8f31801fb9954b96a80d3.js\" async data-ch=\"acom\" data-jsonp=\"onCheqResponse\" class=\"ct_clicktrue_81237\"></script>\n<meta name=\"description\" content=\"Page not found.\" />\n<link rel=\"canonical\" href=\"https://www.acquia.com/api/swagger.json\" />\n<meta property=\"og:site_name\" content=\"Acquia\" />\n<meta property=\"og:url\" content=\"https://www.acquia.com/api/swagger.json\" />\n<meta property=\"og:title\" content=\"404 - Page Not Found\" />\n<meta property=\"og:description\" content=\"Page not found.\" />\n<meta property=\"og:image\" content=\"https://www.acquia.com/sites/default/files/media/image/2020"
},
{
"path": "/docs/openapi.json",
"statusCode": 404,
"contentType": "text/html; charset=UTF-8",
"valid": false,
"issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html; charset=UTF-8\" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
"compatibleContentType": false,
"format": "yaml",
"version": "",
"pathCount": 0,
"operationCount": 0,
"rawExcerpt": "\n<!DOCTYPE html>\n<html lang=\"en\" dir=\"ltr\" prefix=\"og: https://ogp.me/ns#\" class=\"page--_04---page-not-found--acquia\">\n <head>\n <meta charset=\"utf-8\" />\n<script src=\"https://ob.sd8567.acquia.com/i/c91236dd94f8f31801fb9954b96a80d3.js\" async data-ch=\"acom\" data-jsonp=\"onCheqResponse\" class=\"ct_clicktrue_81237\"></script>\n<meta name=\"description\" content=\"Page not found.\" />\n<link rel=\"canonical\" href=\"https://www.acquia.com/docs/openapi.json\" />\n<meta property=\"og:site_name\" content=\"Acquia\" />\n<meta property=\"og:url\" content=\"https://www.acquia.com/docs/openapi.json\" />\n<meta property=\"og:title\" content=\"404 - Page Not Found\" />\n<meta property=\"og:description\" content=\"Page not found.\" />\n<meta property=\"og:image\" content=\"https://www.acquia.com/sites/default/files/media/image/20"
}
]
},
"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 DiscoverabilityContent ReadinessEstablished
Semantic HTML
Semantic HTML is missing or incomplete.
50 Fail
AI DiscoverabilityContent ReadinessEstablished
Semantic HTML
Semantic HTML is missing or incomplete.
Needs attention
Semantic HTML
Issue
Semantic HTML is incomplete: skipped heading levels.
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": false,
"accessibleLinks": true,
"accessibleButtons": true,
"imageAltCoverage": true,
"formAutocompleteCoverage": true,
"details": {
"inaccessibleLinks": [],
"inaccessibleButtons": [],
"missingAutocompleteInputs": [],
"imagesMissingAlt": [],
"skippedHeadingLevels": [
"h2: Primary Menu",
"h2: Utility",
"h1: AI-Tailored.Enterprise Ready.",
"h2: Trusted by enterprise teams worldwide",
"h2: Your Command CenterFor Digital Experiences",
"h3: Change how you build. Change how you scale.",
"h2: AI that works with your team, not around it",
"h3: Digital Teammates",
"h3: Human-in-the-Loop",
"h3: AI Discovery",
"h2: Where the World's Biggest Drupal Sites Run",
"h2: Open by Design. Powerful by Default.",
"h3: Built on Drupal",
"h3: Native MCP Support",
"h3: 280+ Integrations",
"h3: Composable, Not Rigid",
"h2: See It for Yourself",
"h2: Be the Answer AI Cites",
"h2: Featured Resources",
"h6: Forrester Total Economic Impactâ„¢ (TEI) Study of Acquia CDP",
"h6: From Content Chaos to Control: The Guide to Future-Proof DAM",
"h6: The AI Bot Paradox: Strategic Bot Management in the AI Era",
"h2: Ready to Take Command?",
"h2: Footer",
"h2: Social"
]
},
"counts": {
"h1": 1,
"headings": 25,
"links": 282,
"inaccessibleLinks": 0,
"buttons": 134,
"inaccessibleButtons": 0,
"images": 81,
"imagesWithAlt": 81,
"autocompleteInputs": 0,
"inputsWithAutocomplete": 0,
"missingAutocompleteInputs": 0
}
}AI DiscoverabilityBot Access ControlEstablished
AI bot rules in robots.txt
AI bot rules in robots.txt is missing or incomplete.
33 Fail
AI DiscoverabilityBot Access ControlEstablished
AI bot rules in robots.txt
AI bot rules in robots.txt is missing or incomplete.
Needs attention
AI bot rules in robots.txt
Issue
No specific User-agent rules found for major AI crawlers (GPTBot, ClaudeBot, etc.) in robots.txt.
Why it matters
Explicit AI bot rules reduce ambiguity for crawler operators and make training, indexing, or retrieval access policy auditable.
Check name
AI bot rules in robots.txt
Score
0/100
Status
fail
Category
Bot Access Control
Maturity
Established
Goal
Add User-agent rules for AI crawlers like GPTBot, Claude-Web, and others.
Result
AI bot rules in robots.txt is missing or incomplete.
Evidence
{
"expectedBots": [
"GPTBot",
"ChatGPT-User",
"ClaudeBot",
"Claude-Web",
"Anthropic-AI",
"Google-Extended",
"PerplexityBot",
"CCBot",
"Applebot-Extended",
"Meta-ExternalAgent",
"Bytespider",
"Amazonbot",
"Cohere-AI"
],
"configuredBots": []
}AI DiscoverabilityBot Access ControlInformational
Content Signal
Content Signal is missing or incomplete.
33 Fail
AI DiscoverabilityBot Access ControlInformational
Content Signal
Content Signal is missing or incomplete.
Needs attention
Content Signal
Issue
No Content Signal found in robots.txt
Why it matters
Content Signal provides a machine-readable way to communicate AI usage preferences where participating crawlers look for policy.
Check name
Content Signal
Score
0/100
Status
fail
Category
Bot Access Control
Maturity
Informational
Goal
Declare AI content usage preferences with Content Signal in robots.txt.
Result
Content Signal is missing or incomplete.
Evidence
{
"signals": [],
"ai-train": false,
"search": false,
"ai-input": false
}Agent Ease of UseMCPEmerging recommendation
MCP Server Card
MCP Server Card failed at "Fetch to find resource".
33 Fail
Agent Ease of UseMCPEmerging recommendation
MCP Server Card
MCP Server Card failed at "Fetch to find resource".
Needs attention
MCP Server Card
Issue
MCP Server Card was not found at the expected path.
Why it matters
MCP Server Cards help agents discover server transports, capabilities, and protocol details before opening an MCP session.
Check name
MCP Server Card
Score
0/100
Status
fail
Category
MCP
Maturity
Emerging recommendation
Goal
Publish an MCP Server Card for agent discovery.
Result
MCP Server Card failed at "Fetch to find resource".
Validation steps
Fetch to find resource
MCP Server Card was not found at the expected path.
Evidence
{
"failedStep": "fetch",
"steps": [
{
"id": "fetch",
"title": "Fetch to find resource",
"status": "fail",
"evidence": {
"checked": [
{
"path": "/.well-known/mcp/server-card.json",
"statusCode": 404,
"contentType": "text/html; charset=UTF-8",
"length": 257818
},
{
"path": "/.well-known/mcp/server-cards.json",
"statusCode": 404,
"contentType": "text/html; charset=UTF-8",
"length": 257821
},
{
"path": "/.well-known/mcp.json",
"statusCode": 404,
"contentType": "text/html; charset=UTF-8",
"length": 257538
}
]
},
"issue": "MCP Server Card was not found at the expected path.",
"howToFix": "Publish an MCP server card with valid transports and make each advertised local endpoint answer an MCP initialize request."
}
]
}Agent Ease of UseMCPEmerging recommendation
mcp.json
mcp.json failed at "Fetch to find resource".
33 Fail
Agent Ease of UseMCPEmerging recommendation
mcp.json
mcp.json failed at "Fetch to find resource".
Needs attention
mcp.json
Issue
mcp.json was not found at the expected path.
Why it matters
MCP clients need trustworthy server metadata, protocol version, transport details, and capability hints before connecting to a remote MCP server.
Check name
mcp.json
Score
0/100
Status
fail
Category
MCP
Maturity
Emerging recommendation
Goal
Expose a stable MCP server metadata document that points agents to the site's MCP endpoint.
Result
mcp.json failed at "Fetch to find resource".
Validation steps
Fetch to find resource
mcp.json was not found at the expected path.
Evidence
{
"failedStep": "fetch",
"steps": [
{
"id": "fetch",
"title": "Fetch to find resource",
"status": "fail",
"evidence": {
"checked": [
{
"path": "/mcp.json",
"statusCode": 404,
"contentType": "text/html; charset=UTF-8",
"length": 257247
},
{
"path": "/.well-known/mcp.json",
"statusCode": 404,
"contentType": "text/html; charset=UTF-8",
"length": 257538
},
{
"path": "/.well-known/mcp/server-card.json",
"statusCode": 404,
"contentType": "text/html; charset=UTF-8",
"length": 257818
}
]
},
"issue": "mcp.json was not found at the expected path.",
"howToFix": "Publish mcp.json or an MCP server card with serverInfo, protocolVersion, transport endpoint, and capabilities."
}
]
}AI DiscoverabilityBot Access ControlInformational
Web Bot Auth request signing
Web Bot Auth request signing failed at "Fetch to find resource".
33 Fail
AI DiscoverabilityBot Access ControlInformational
Web Bot Auth request signing
Web Bot Auth request signing failed at "Fetch to find resource".
Needs attention
Web Bot Auth request signing
Issue
Web Bot Auth request signing was not found at the expected path.
Why it matters
Web Bot Auth discovery lets servers and clients find signing keys for bot identity workflows based on HTTP Message Signatures.
Check name
Web Bot Auth request signing
Score
0/100
Status
fail
Category
Bot Access Control
Maturity
Informational
Goal
Advertise HTTP Message Signatures keys when this site operates signed bot clients or supports Web Bot Auth workflows.
Result
Web Bot Auth request signing failed at "Fetch to find resource".
Validation steps
Fetch to find resource
Web Bot Auth request signing was not found at the expected path.
Evidence
{
"failedStep": "fetch",
"steps": [
{
"id": "fetch",
"title": "Fetch to find resource",
"status": "fail",
"evidence": {
"checked": [
{
"path": "/.well-known/http-message-signatures-directory",
"statusCode": 404,
"contentType": "text/html; charset=UTF-8",
"length": 257613
}
]
},
"issue": "Web Bot Auth request signing was not found at the expected path.",
"howToFix": "If publishing Web Bot Auth keys, return a JSON key directory with a non-empty keys array and the draft media type."
}
]
}Agent Ease of UseMCPInformational
WebMCP manifest
WebMCP manifest failed at "Fetch to find resource".
33 Fail
Agent Ease of UseMCPInformational
WebMCP manifest
WebMCP manifest failed at "Fetch to find resource".
Needs attention
WebMCP manifest
Issue
WebMCP manifest was not found at the expected path.
Why it matters
A WebMCP manifest advertises browser-exposed tools declaratively so agents can understand available site actions before invoking them.
Check name
WebMCP manifest
Score
0/100
Status
fail
Category
MCP
Maturity
Informational
Goal
Publish a WebMCP manifest for declarative browser tool discovery when using the draft manifest convention.
Result
WebMCP manifest failed at "Fetch to find resource".
Validation steps
Fetch to find resource
WebMCP manifest was not found at the expected path.
Evidence
{
"failedStep": "fetch",
"steps": [
{
"id": "fetch",
"title": "Fetch to find resource",
"status": "fail",
"evidence": {
"checked": [
{
"path": "/.well-known/webmcp.json",
"statusCode": 404,
"contentType": "text/html; charset=UTF-8",
"length": 257547
},
{
"path": "/webmcp.json",
"statusCode": 404,
"contentType": "text/html; charset=UTF-8",
"length": 257259
},
{
"path": "/mcp.json",
"statusCode": 404,
"contentType": "text/html; charset=UTF-8",
"length": 257247
}
]
},
"issue": "WebMCP manifest was not found at the expected path.",
"howToFix": "Keep declarative WebMCP manifest discovery informational until the manifest shape stabilizes; validate tools if you publish one."
}
]
}Agent Ease of UseSkill DiscoveryEmerging recommendation
A2A Agent Card
A2A Agent Card failed at "Fetch to find resource".
20 Fail
Agent Ease of UseSkill DiscoveryEmerging recommendation
A2A Agent Card
A2A Agent Card failed at "Fetch to find resource".
Needs attention
A2A Agent Card
Issue
A2A Agent Card was not found at the expected path.
Why it matters
A2A Agent Cards let compatible clients discover agent skills, input and output modes, and the endpoint used to invoke those skills.
Check name
A2A Agent Card
Score
0/100
Status
fail
Category
Skill Discovery
Maturity
Emerging recommendation
Goal
Publish an agent card so A2A-compatible clients can discover capabilities.
Result
A2A Agent Card failed at "Fetch to find resource".
Validation steps
Fetch to find resource
A2A Agent Card was not found at the expected path.
Evidence
{
"failedStep": "fetch",
"steps": [
{
"id": "fetch",
"title": "Fetch to find resource",
"status": "fail",
"evidence": {
"checked": [
{
"path": "/.well-known/agent-card.json",
"statusCode": 404,
"contentType": "text/html; charset=UTF-8",
"length": 257559
},
{
"path": "/.well-known/a2a/agent-card.json",
"statusCode": 404,
"contentType": "text/html; charset=UTF-8",
"length": 257815
},
{
"path": "/agent-card.json",
"statusCode": 404,
"contentType": "text/html; charset=UTF-8",
"length": 257275
}
]
},
"issue": "A2A Agent Card was not found at the expected path.",
"howToFix": "Publish an A2A Agent Card with required skill details and make the advertised url answer A2A JSON-RPC requests."
}
]
}Agent Ease of UseSkill DiscoveryEmerging recommendation
Agent Skills index
Agent Skills index failed at "Fetch to find resource".
20 Fail
Agent Ease of UseSkill DiscoveryEmerging recommendation
Agent Skills index
Agent Skills index failed at "Fetch to find resource".
Needs attention
Agent Skills index
Issue
Agent Skills index was not found at the expected path.
Why it matters
An Agent Skills index lets clients find task-specific SKILL.md documents that describe how to use site capabilities correctly.
Check name
Agent Skills index
Score
0/100
Status
fail
Category
Skill Discovery
Maturity
Emerging recommendation
Goal
Publish an agent skills discovery index.
Result
Agent Skills index failed at "Fetch to find resource".
Validation steps
Fetch to find resource
Agent Skills index was not found at the expected path.
Evidence
{
"failedStep": "fetch",
"steps": [
{
"id": "fetch",
"title": "Fetch to find resource",
"status": "fail",
"evidence": {
"checked": [
{
"path": "/.well-known/agent-skills/index.json",
"statusCode": 404,
"contentType": "text/html; charset=UTF-8",
"length": 257836
},
{
"path": "/.well-known/skills/index.json",
"statusCode": 404,
"contentType": "text/html; charset=UTF-8",
"length": 257812
}
]
},
"issue": "Agent Skills index was not found at the expected path.",
"howToFix": "Publish an index with a non-empty skills array and reachable SKILL.md URLs."
}
]
}Agent Ease of UseSkill DiscoveryEmerging recommendation
agent.json
agent.json failed at "Fetch to find resource".
20 Fail
Agent Ease of UseSkill DiscoveryEmerging recommendation
agent.json
agent.json failed at "Fetch to find resource".
Needs attention
agent.json
Issue
agent.json was not found at the expected path.
Why it matters
agent.json is an emerging machine-readable manifest for declaring what a website does, how agents authenticate, and which actions or protocols are available.
Check name
agent.json
Score
0/100
Status
fail
Category
Skill Discovery
Maturity
Emerging recommendation
Goal
Publish the singular Agent Web Protocol agent.json manifest without confusing it with the separate agents.json directory convention.
Result
agent.json failed at "Fetch to find resource".
Validation steps
Fetch to find resource
agent.json was not found at the expected path.
Evidence
{
"failedStep": "fetch",
"steps": [
{
"id": "fetch",
"title": "Fetch to find resource",
"status": "fail",
"evidence": {
"checked": [
{
"path": "/.well-known/agent.json",
"statusCode": 404,
"contentType": "text/html; charset=UTF-8",
"length": 257544
},
{
"path": "/agent.json",
"statusCode": 404,
"contentType": "text/html; charset=UTF-8",
"length": 257255
}
]
},
"issue": "agent.json was not found at the expected path.",
"howToFix": "Publish agent.json with awp_version, domain, intent, and typed actions that point to real same-origin API or protocol endpoints."
}
]
}Agent Ease of UseSkill DiscoveryInformational
agents.json
agents.json failed at "Fetch to find resource".
20 Fail
Agent Ease of UseSkill DiscoveryInformational
agents.json
agents.json failed at "Fetch to find resource".
Needs attention
agents.json
Issue
agents.json was not found at the expected path.
Why it matters
agents.json gives clients a simple directory of agent-facing capabilities and contacts when a site chooses to advertise them.
Check name
agents.json
Score
0/100
Status
fail
Category
Skill Discovery
Maturity
Informational
Goal
Publish an agents.json directory for agent-facing capabilities and contacts when using this convention.
Result
agents.json failed at "Fetch to find resource".
Validation steps
Fetch to find resource
agents.json was not found at the expected path.
Evidence
{
"failedStep": "fetch",
"steps": [
{
"id": "fetch",
"title": "Fetch to find resource",
"status": "fail",
"evidence": {
"checked": [
{
"path": "/.well-known/agents.json",
"statusCode": 404,
"contentType": "text/html; charset=UTF-8",
"length": 257547
},
{
"path": "/agents.json",
"statusCode": 404,
"contentType": "text/html; charset=UTF-8",
"length": 257259
}
]
},
"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 UseSkill DiscoveryEmerging recommendation
DNS-AID Agent Discovery
DNS-AID Agent Discovery failed at "Resolve DNS-AID SVCB/HTTPS records".
15 Fail
Agent Ease of UseSkill DiscoveryEmerging recommendation
DNS-AID Agent Discovery
DNS-AID Agent Discovery failed at "Resolve DNS-AID SVCB/HTTPS records".
Needs attention
DNS-AID Agent Discovery
Issue
No DNS-AID entrypoint records were found under _agents.
Why it matters
DNS-AID lets agents discover index, A2A, and other agent entrypoints before fetching HTTP metadata, while DNSSEC can authenticate the discovery zone.
Check name
DNS-AID Agent Discovery
Score
25/100
Status
fail
Category
Skill Discovery
Maturity
Emerging recommendation
Goal
Publish DNS for AI Discovery records under _agents for DNS-based agent entrypoint discovery.
Result
DNS-AID Agent Discovery failed at "Resolve DNS-AID SVCB/HTTPS records".
Validation steps
Resolve DNS-AID SVCB/HTTPS records
No DNS-AID entrypoint records were found under _agents.
Validate alpn and endpoint parameters
Include alpn and endpoint service parameters in each DNS-AID record so agents know the protocol and target entrypoint.
Check DNSSEC material
DNSSEC material was not visible for the hostname or parent zone from this resolver.
Evidence
{
"failedStep": "svcb-https-records",
"steps": [
{
"id": "svcb-https-records",
"title": "Resolve DNS-AID SVCB/HTTPS records",
"status": "fail",
"evidence": {
"hostname": "www.acquia.com",
"probes": [
{
"name": "_index._agents.www.acquia.com",
"found": false,
"recordCount": 1,
"records": [],
"hasAlpn": false,
"hasEndpoint": false
},
{
"name": "_a2a._agents.www.acquia.com",
"found": false,
"recordCount": 1,
"records": [],
"hasAlpn": false,
"hasEndpoint": false
}
]
},
"issue": "No DNS-AID entrypoint records were found under _agents.",
"howToFix": "Publish ServiceMode SVCB/HTTPS records such as _index._agents.example.com or _a2a._agents.example.com."
},
{
"id": "service-params",
"title": "Validate alpn and endpoint parameters",
"status": "informational",
"evidence": {
"discovered": []
},
"howToFix": "Include alpn and endpoint service parameters in each DNS-AID record so agents know the protocol and target entrypoint."
},
{
"id": "dnssec",
"title": "Check DNSSEC material",
"status": "warning",
"evidence": {
"hasDnssecMaterial": false,
"checked": [
{
"name": "www.acquia.com",
"dnssecTypes": [],
"dnssecRecordCount": 0
},
{
"name": "acquia.com",
"dnssecTypes": [],
"dnssecRecordCount": 0
}
]
},
"issue": "DNSSEC material was not visible for the hostname or parent zone from this resolver.",
"howToFix": "Sign the public discovery zone with DNSSEC so validating resolvers can return authenticated data."
}
]
}AI DiscoverabilityContent ReadinessEstablished
Content freshness signals
Content freshness signals is partially implemented.
13 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 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
75/100
Status
warning
Category
Content Readiness
Maturity
Established
Goal
Expose modified and published dates for freshness-aware retrieval and ranking.
Result
Content freshness signals is partially implemented.
Evidence
{
"lastModified": "Tue, 09 Jun 2026 19:57:03 GMT",
"schemaDates": [
"2026-04-24"
],
"metaDateCount": 0,
"timeDateCount": 0
}GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AIO: Source and trust signals
AIO: Source and trust signals scored 60/100 and needs improvement.
6 Warning
GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AIO: Source and trust signals
AIO: Source and trust signals scored 60/100 and needs improvement.
Needs attention
AIO: Source and trust signals
Issue
Missing AIO trust signals: author, publisher.
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
60/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: Source and trust signals scored 60/100 and needs improvement.
Evidence
{
"signals": {
"author": false,
"publisher": false,
"freshnessDate": true,
"aboutOrContact": true,
"policyLinks": true
},
"missing": [
"author",
"publisher"
],
"authorMeta": "",
"schemaAuthors": [],
"schemaPublishers": [],
"schemaDates": [
"2026-04-24"
],
"visibleDates": [],
"aboutLinks": [
{
"href": "/about-us/newsroom",
"text": "Newsroom",
"html": "<a href=\"/about-us/newsroom\">Newsroom</a>"
},
{
"href": "/products/acquia-content-optimization",
"text": "Learn About AEO",
"html": "<a href=\"/products/acquia-content-optimization\">Learn About AEO </a>"
},
{
"href": "/about-us",
"text": "About Us",
"html": "<a href=\"/about-us\" class=\"menu-item js__menu--footer__link menu__link--1 menu__link__element js__menu--footer__link__element menu--footer__link__element\" data-drupal-link-system-path=\"node/23381\">About Us</a>"
},
{
"href": "/about-us/leadership",
"text": "Leadership",
"html": "<a href=\"/about-us/leadership\" class=\"menu-item js__menu--footer__link menu__link--1 menu__link__element js__menu--footer__link__element menu--footer__link__element\" data-drupal-link-system-path=\"about-us/leadership\">Leadership</a>"
},
{
"href": "/about-us/legal",
"text": "Legal",
"html": "<a href=\"/about-us/legal\" class=\"menu-item js__menu--footer__link menu__link--1 menu__link__element js__menu--footer__link__element menu--footer__link__element\" data-drupal-link-system-path=\"node/23441\">Legal</a>"
},
{
"href": "/about-us/legal/privacy-policy",
"text": "Privacy Policy",
"html": "<a href=\"/about-us/legal/privacy-policy\" class=\"menu-item js__menu--footer__link menu__link--1 menu__link__element js__menu--footer__link__element menu--footer__link__element\" data-drupal-link-system-path=\"node/23446\">Privacy Policy</a>"
},
{
"href": "https://www.linkedin.com/company/acquia",
"text": "Go to Acquia's LinkedIn Page",
"html": "<a href=\"https://www.linkedin.com/company/acquia\" class=\"menu-item js__menu--social__link menu__link--0 menu__link__element js__menu--social__link__element menu--social__link__element ext\" data-extlink target=\"_blank\" rel=\"noopener nofollow noreferrer\">Go to Acquia's LinkedIn Page</a>"
},
{
"href": "https://www.acquia.com/about-us/legal/cookie-policy",
"text": "Cookie Policy",
"html": "<a class=\"ot-cookie-policy-link\" href=\"https://www.acquia.com/about-us/legal/cookie-policy\" aria-label=\"More information about your privacy and our cookie policy, opens in a new tab\" rel=\"noopener\" target=\"_blank\">Cookie Policy</a>"
}
],
"contactLinks": [
{
"href": "https://acquia.my.site.com/s/",
"text": "Support",
"html": "<a href=\"https://acquia.my.site.com/s/\" class=\"menu-item support js__menu--utility__link menu__link--0 menu__link__element js__menu--utility__link__element menu--utility__link__element ext\" data-extlink target=\"_blank\" rel=\"noopener nofollow noreferrer\">Support</a>"
},
{
"href": "https://acquia.my.site.com/s/",
"text": "Support",
"html": "<a href=\"https://acquia.my.site.com/s/\" class=\"menu-item support js__menu--utility__link menu__link--0 menu__link__element js__menu--utility__link__element menu--utility__link__element ext\" data-extlink target=\"_blank\" rel=\"noopener nofollow noreferrer\">Support</a>"
},
{
"href": "https://acquia.my.site.com/s/",
"text": "Support",
"html": "<a href=\"https://acquia.my.site.com/s/\" class=\"menu-item support js__menu--utility__link menu__link--0 menu__link__element js__menu--utility__link__element menu--utility__link__element ext\" data-extlink target=\"_blank\" rel=\"noopener nofollow noreferrer\">Support</a>"
},
{
"href": "https://acquia.my.site.com/s/",
"text": "Support",
"html": "<a href=\"https://acquia.my.site.com/s/\" class=\"menu-item support js__menu--utility__link menu__link--0 menu__link__element js__menu--utility__link__element menu--utility__link__element ext\" data-extlink target=\"_blank\" rel=\"noopener nofollow noreferrer\">Support</a>"
},
{
"href": "https://acquia.my.site.com/s/",
"text": "Support",
"html": "<a href=\"https://acquia.my.site.com/s/\" class=\"menu-item support js__menu--utility__link menu__link--0 menu__link__element js__menu--utility__link__element menu--utility__link__element ext\" data-extlink target=\"_blank\" rel=\"noopener nofollow noreferrer\">Support</a>"
},
{
"href": "https://acquia.my.site.com/s/",
"text": "Support",
"html": "<a href=\"https://acquia.my.site.com/s/\" class=\"menu-item support js__menu--utility__link menu__link--0 menu__link__element js__menu--utility__link__element menu--utility__link__element ext\" data-extlink target=\"_blank\" rel=\"noopener nofollow noreferrer\">Support</a>"
},
{
"href": "/products/source",
"text": "Need help choosing a solution?",
"html": "<a href=\"/products/source\">Need help choosing a solution?</a>"
},
{
"href": "https://acquia.my.site.com/s/",
"text": "Support",
"html": "<a href=\"https://acquia.my.site.com/s/\" class=\"menu-item support js__menu--utility__link menu__link--0 menu__link__element js__menu--utility__link__element menu--utility__link__element ext\" data-extlink target=\"_blank\" rel=\"noopener nofollow noreferrer\">Support</a>"
},
{
"href": "https://acquia.my.site.com/s/",
"text": "Support",
"html": "<a href=\"https://acquia.my.site.com/s/\" class=\"menu-item support js__menu--utility__link menu__link--0 menu__link__element js__menu--utility__link__element menu--utility__link__element ext\" data-extlink target=\"_blank\" rel=\"noopener nofollow noreferrer\">Support</a>"
},
{
"href": "https://acquia.my.site.com/s/",
"text": "Support",
"html": "<a href=\"https://acquia.my.site.com/s/\" class=\"menu-item support js__menu--utility__link menu__link--0 menu__link__element js__menu--utility__link__element menu--utility__link__element ext\" data-extlink target=\"_blank\" rel=\"noopener nofollow noreferrer\">Support</a>"
},
{
"href": "https://acquia.my.site.com/s/",
"text": "Support",
"html": "<a href=\"https://acquia.my.site.com/s/\" class=\"menu-item support js__menu--utility__link menu__link--0 menu__link__element js__menu--utility__link__element menu--utility__link__element ext\" data-extlink target=\"_blank\" rel=\"noopener nofollow noreferrer\">Support</a>"
},
{
"href": "https://acquia.my.site.com/s/",
"text": "Support",
"html": "<a href=\"https://acquia.my.site.com/s/\" class=\"menu-item support js__menu--utility__link menu__link--0 menu__link__element js__menu--utility__link__element menu--utility__link__element ext\" data-extlink target=\"_blank\" rel=\"noopener nofollow noreferrer\">Support</a>"
},
{
"href": "https://acquia.my.site.com/s/",
"text": "Support",
"html": "<a href=\"https://acquia.my.site.com/s/\" class=\"menu-item support js__menu--utility__link menu__link--0 menu__link__element js__menu--utility__link__element menu--utility__link__element ext\" data-extlink target=\"_blank\" rel=\"noopener nofollow noreferrer\">Support</a>"
},
{
"href": "https://acquia.my.site.com/s/",
"text": "Support",
"html": "<a href=\"https://acquia.my.site.com/s/\" class=\"menu-item support js__menu--utility__link menu__link--0 menu__link__element js__menu--utility__link__element menu--utility__link__element ext\" data-extlink target=\"_blank\" rel=\"noopener nofollow noreferrer\">Support</a>"
},
{
"href": "https://partners.acquia.com/",
"text": "Image Partner Portal Login Access resources, co-brandable marketing materials, and dedicated technical support.",
"html": "<a class=\"menu__link__dropdown__inner__secondary__links \" href=\"https://partners.acquia.com/\"> <div class=\"menu__link__dropdown__inner__secondary__links--wrapper\"> <div class=\"menu__link__dropdown__inner__secondary__links--icon \"> <article> <div class=\"image-container\"> <div class=\"visually-hidden\">Image</div> <div> <img loading=\"lazy\" src=\"/sites/default/files/media/image/2026-04/user-login.svg\" alt> </div> </div> </article> </div> <div class=\"menu__link__dropdown__inner__secondary__links--c..."
},
{
"href": "https://partners.acquia.com/deal-registration/",
"text": "Image Partner Deal Registration Submit and track new opportunities to secure deal protection and partner support.",
"html": "<a class=\"menu__link__dropdown__inner__secondary__links \" href=\"https://partners.acquia.com/deal-registration/\"> <div class=\"menu__link__dropdown__inner__secondary__links--wrapper\"> <div class=\"menu__link__dropdown__inner__secondary__links--icon \"> <article> <div class=\"image-container\"> <div class=\"visually-hidden\">Image</div> <div> <img loading=\"lazy\" src=\"/sites/default/files/media/image/2026-05/Iconstration_Quality%20Assurance%20Checklist%201%20%281%29.svg\" alt> </div> </div> </article> <..."
},
{
"href": "https://acquia.my.site.com/s/",
"text": "Support",
"html": "<a href=\"https://acquia.my.site.com/s/\" class=\"menu-item support js__menu--utility__link menu__link--0 menu__link__element js__menu--utility__link__element menu--utility__link__element ext\" data-extlink target=\"_blank\" rel=\"noopener nofollow noreferrer\">Support</a>"
},
{
"href": "https://acquia.my.site.com/s/",
"text": "Support",
"html": "<a href=\"https://acquia.my.site.com/s/\" class=\"menu-item support js__menu--utility__link menu__link--0 menu__link__element js__menu--utility__link__element menu--utility__link__element ext\" data-extlink target=\"_blank\" rel=\"noopener nofollow noreferrer\">Support</a>"
},
{
"href": "https://acquia.my.site.com/s/",
"text": "Support",
"html": "<a href=\"https://acquia.my.site.com/s/\" class=\"menu-item support js__menu--utility__link menu__link--0 menu__link__element js__menu--utility__link__element menu--utility__link__element ext\" data-extlink target=\"_blank\" rel=\"noopener nofollow noreferrer\">Support</a>"
},
{
"href": "https://acquia.my.site.com/s/",
"text": "Support",
"html": "<a href=\"https://acquia.my.site.com/s/\" class=\"menu-item support js__menu--utility__link menu__link--0 menu__link__element js__menu--utility__link__element menu--utility__link__element ext\" data-extlink target=\"_blank\" rel=\"noopener nofollow noreferrer\">Support</a>"
},
{
"href": "/customer-success/global-support",
"text": "Image Global Support Rely on world-class support with global coverage across all time zones.",
"html": "<a class=\"menu__link__dropdown__inner__secondary__links \" href=\"/customer-success/global-support\"> <div class=\"menu__link__dropdown__inner__secondary__links--wrapper\"> <div class=\"menu__link__dropdown__inner__secondary__links--icon \"> <article> <div class=\"image-container\"> <div class=\"visually-hidden\">Image</div> <div> <img loading=\"lazy\" src=\"/sites/default/files/media/image/2026-04/Vector.svg\" alt> </div> </div> </article> </div> <div class=\"menu__link__dropdown__inner__secondary__links--c..."
},
{
"href": "https://acquia.my.site.com/s/",
"text": "Support",
"html": "<a href=\"https://acquia.my.site.com/s/\" class=\"menu-item support js__menu--utility__link menu__link--0 menu__link__element js__menu--utility__link__element menu--utility__link__element ext\" data-extlink target=\"_blank\" rel=\"noopener nofollow noreferrer\">Support</a>"
},
{
"href": "https://acquia.my.site.com/s/",
"text": "Support",
"html": "<a href=\"https://acquia.my.site.com/s/\" class=\"menu-item support js__menu--utility__link menu__link--0 menu__link__element js__menu--utility__link__element menu--utility__link__element ext\" data-extlink target=\"_blank\" rel=\"noopener nofollow noreferrer\">Support</a>"
},
{
"href": "https://acquia.my.site.com/s/",
"text": "Support",
"html": "<a href=\"https://acquia.my.site.com/s/\" class=\"menu-item support js__menu--utility__link menu__link--0 menu__link__element js__menu--utility__link__element menu--utility__link__element ext\" data-extlink target=\"_blank\" rel=\"noopener nofollow noreferrer\">Support</a>"
},
{
"href": "https://acquia.my.site.com/s/",
"text": "Support",
"html": "<a href=\"https://acquia.my.site.com/s/\" class=\"menu-item support js__menu--utility__link menu__link--0 menu__link__element js__menu--utility__link__element menu--utility__link__element ext\" data-extlink target=\"_blank\" rel=\"noopener nofollow noreferrer\">Support</a>"
},
{
"href": "https://acquia.my.site.com/s/",
"text": "Support",
"html": "<a href=\"https://acquia.my.site.com/s/\" class=\"menu-item support js__menu--utility__link menu__link--0 menu__link__element js__menu--utility__link__element menu--utility__link__element ext\" data-extlink target=\"_blank\" rel=\"noopener nofollow noreferrer\">Support</a>"
},
{
"href": "https://acquia.my.site.com/s/",
"text": "Support Portal",
"html": "<a href=\"https://acquia.my.site.com/s/\" class=\"menu-item js__menu--footer__link menu__link--1 menu__link__element js__menu--footer__link__element menu--footer__link__element ext\" data-extlink target=\"_blank\" rel=\"noopener nofollow noreferrer\">Support Portal</a>"
},
{
"href": "/support/acquia-training-certification",
"text": "Training & Certifications",
"html": "<a href=\"/support/acquia-training-certification\" class=\"menu-item js__menu--footer__link menu__link--1 menu__link__element js__menu--footer__link__element menu--footer__link__element\" data-drupal-link-system-path=\"node/23056\">Training & Certifications</a>"
},
{
"href": "/contact",
"text": "Contact Us",
"html": "<a href=\"/contact\" class=\"menu-item contact-us js__menu--footer__link menu__link--0 menu__link__element js__menu--footer__link__element menu--footer__link__element\" data-drupal-link-system-path=\"node/23501\">Contact Us</a>"
}
],
"privacyLinks": [
{
"href": "/about-us/legal/privacy-policy",
"text": "Privacy Policy",
"html": "<a href=\"/about-us/legal/privacy-policy\" class=\"menu-item js__menu--footer__link menu__link--1 menu__link__element js__menu--footer__link__element menu--footer__link__element\" data-drupal-link-system-path=\"node/23446\">Privacy Policy</a>"
}
],
"score": 60,
"weight": 20
}GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AEO: Answer-first sections
AEO: Answer-first sections scored 65/100 and needs improvement.
5 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
17 section(s) may benefit from a clearer opening answer; this is optional for feature/card sections.
Details
Why it matters
Answer engines need concise answers, question-led structure, entity clarity, visible evidence, and trust signals that can be extracted without relying on search-only metadata checks.
Check name
AEO: Answer-first sections
Score
65/100
Status
warning
Category
GEO, AIO & AEO
Maturity
Emerging recommendation
Goal
Make page content easy for answer engines and assistants to answer from directly.
Result
AEO: Answer-first sections scored 65/100 and needs improvement.
Evidence
{
"sectionCount": 21,
"passing": 4,
"failing": [
{
"heading": "Primary Menu",
"headingHtml": "<h2 class=\"visually-hidden\" id=\"block-juice-primarymenu-menu\">Primary Menu</h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Utility",
"headingHtml": "<h2 class=\"visually-hidden\" id=\"block-utility-menu\">Utility</h2>",
"firstParagraph": "Now Available: Acquia Source",
"paragraphHtml": "<p class=\"u-large-eyebrow\"><span class=\"wysiwyg-text-color--white\">Now Available: Acquia Source</span></p>",
"words": 4,
"direct": false,
"issue": "First paragraph is 4 words and does not look like a concise direct answer."
},
{
"heading": "Trusted by enterprise teams worldwide",
"headingHtml": "<h2 class=\"ss-logo-bar__title\">Trusted by enterprise teams worldwide</h2>",
"firstParagraph": "Acquia Source",
"paragraphHtml": "<p class=\"u-small-eyebrow\"><span class=\"wysiwyg-text-color--darker-blue\">Acquia Source</span></p>",
"words": 2,
"direct": false,
"issue": "First paragraph is 2 words and does not look like a concise direct answer."
},
{
"heading": "Your Command CenterFor Digital Experiences",
"headingHtml": "<h2>Your Command Center<br><span class=\"wysiwyg-text-color--darker-blue\">For Digital Experiences</span></h2>",
"firstParagraph": "Enterprise marketing teams manage content across too many disconnected tools. The CMS doesn't know what's in the DAM. Governance lives in a separate tab. Every handoff costs time. Acquia Source brings it all into one workspace with AI agents that create and optimize content alongside your team, with governance built...",
"paragraphHtml": "<p class=\"u-big-paragraph\">Enterprise marketing teams manage content across too many disconnected tools. The CMS doesn't know what's in the DAM. Governance lives in a separate tab. Every handoff costs time. Acquia Source brings it all into one workspace with AI agents that create and optimize content alongside your team, with governance built in.</p>",
"words": 51,
"direct": false,
"issue": "First paragraph is 51 words and does not look like a concise direct answer."
},
{
"heading": "Change how you build. Change how you scale.",
"headingHtml": "<h3 class=\"text-align-center\">Change how you build. Change how you scale.</h3>",
"firstParagraph": "Acquia AI",
"paragraphHtml": "<p class=\"u-large-eyebrow\">Acquia AI</p>",
"words": 2,
"direct": false,
"issue": "First paragraph is 2 words and does not look like a concise direct answer."
},
{
"heading": "AI that works with your team, not around it",
"headingHtml": "<h2 class=\"text-align-center\"><span class=\"wysiwyg-text-color--white\">AI that works with your team, not around it</span></h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Digital Teammates",
"headingHtml": "<h3><span class=\"wysiwyg-text-color--white\">Digital Teammates</span></h3>",
"firstParagraph": "AI agents that build sites, write content, and maintain accessibility and SEO standards. They work alongside your team, not instead of it.",
"paragraphHtml": "<p class=\"u-big-paragraph\"><span class=\"wysiwyg-text-color--white\">AI agents that build sites, write content, and maintain accessibility and SEO standards. They work alongside your team, not instead of it.</span></p>",
"words": 22,
"direct": false,
"issue": "First paragraph is 22 words and does not look like a concise direct answer."
},
{
"heading": "Open by Design. Powerful by Default.",
"headingHtml": "<h2 class=\"text-align-center\">Open by Design. Powerful by Default.</h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Built on Drupal",
"headingHtml": "<h3>Built on Drupal</h3>",
"firstParagraph": "Acquia Source runs on the open-source CMS trusted by governments, universities, and Fortune 500 companies. Your investment in Drupal skills, modules, and integrations carries forward — no lock-in, no starting over.",
"paragraphHtml": "<p><span>Acquia Source runs on the open-source CMS trusted by governments, universities, and Fortune 500 companies. Your investment in Drupal skills, modules, and integrations carries forward — no lock-in, no starting over.</span></p>",
"words": 30,
"direct": false,
"issue": "First paragraph is 30 words and does not look like a concise direct answer."
},
{
"heading": "Native MCP Support",
"headingHtml": "<h3>Native MCP Support</h3>",
"firstParagraph": "Connect any MCP-compatible AI agent — Claude, Cursor, Copilot — directly to your content. Open protocol, open architecture, built on the same open philosophy as Drupal itself.",
"paragraphHtml": "<p><span>Connect any MCP-compatible AI agent — Claude, Cursor, Copilot — directly to your content. Open protocol, open architecture, built on the same open philosophy as Drupal itself.</span></p>",
"words": 25,
"direct": false,
"issue": "First paragraph is 25 words and does not look like a concise direct answer."
},
{
"heading": "280+ Integrations",
"headingHtml": "<h3>280+ Integrations</h3>",
"firstParagraph": "Your existing martech stack plugs right in. ERPs, analytics, commerce, marketing automation — Drupal's open architecture and Acquia's integration library mean you connect, not replace.",
"paragraphHtml": "<p><span>Your existing martech stack plugs right in. ERPs, analytics, commerce, marketing automation — Drupal's open architecture and Acquia's integration library mean you connect, not replace.</span></p>",
"words": 24,
"direct": false,
"issue": "First paragraph is 24 words and does not look like a concise direct answer."
},
{
"heading": "Composable, Not Rigid",
"headingHtml": "<h3>Composable, Not Rigid</h3>",
"firstParagraph": "Start with Acquia Source. Move to Acquia Cloud Platform if you need it. Or scale from one site to thousands with Multi Experience Operations. Every piece works independently, and better together.",
"paragraphHtml": "<p><span>Start with Acquia Source. Move to Acquia Cloud Platform if you need it. Or scale from one site to thousands with Multi Experience Operations. Every piece works independently, and better together.</span></p>",
"words": 31,
"direct": false,
"issue": "First paragraph is 31 words and does not look like a concise direct answer."
},
{
"heading": "See It for Yourself",
"headingHtml": "<h2 class=\"ss-full-width-cta__content__title\">See It for Yourself</h2>",
"firstParagraph": "AI Search",
"paragraphHtml": "<p class=\"u-large-eyebrow\"><span class=\"wysiwyg-text-color--darker-blue\">AI Search</span></p>",
"words": 2,
"direct": false,
"issue": "First paragraph is 2 words and does not look like a concise direct answer."
},
{
"heading": "Featured Resources",
"headingHtml": "<h2 class=\"ss-card-group__related-content__header__title\">Featured Resources</h2>",
"firstParagraph": "Get Started",
"paragraphHtml": "<p class=\"text-align-center u-large-eyebrow\"><span class=\"wysiwyg-text-color--white\">Get Started</span></p>",
"words": 2,
"direct": false,
"issue": "First paragraph is 2 words and does not look like a concise direct answer."
},
{
"heading": "Ready to Take Command?",
"headingHtml": "<h2 class=\"text-align-center\"><span class=\"wysiwyg-text-color--white\">Ready to Take Command? </span></h2>",
"firstParagraph": "Talk to our team about what Acquia Source can do for your organization.",
"paragraphHtml": "<p class=\"text-align-center u-big-paragraph\"><span class=\"wysiwyg-text-color--white\">Talk to our team about what Acquia Source can do for your organization. </span></p>",
"words": 13,
"direct": false,
"issue": "First paragraph is 13 words and does not look like a concise direct answer."
},
{
"heading": "Footer",
"headingHtml": "<h2 class=\"visually-hidden\" id=\"block-footer-menu\">Footer</h2>",
"firstParagraph": "Contact Us",
"paragraphHtml": "<p class=\"u-large-eyebrow\"><span><strong>Contact Us</strong></span></p>",
"words": 2,
"direct": false,
"issue": "First paragraph is 2 words and does not look like a concise direct answer."
},
{
"heading": "Social",
"headingHtml": "<h2 class=\"visually-hidden\" id=\"block-social-menu\">Social</h2>",
"firstParagraph": "Copyright © 2026 Acquia, Inc. All Rights Reserved. Drupal is a registered trademark of Dries Buytaert.",
"paragraphHtml": "<p>Copyright © 2026 Acquia, Inc. All Rights Reserved. Drupal is a registered trademark of Dries Buytaert.</p>",
"words": 15,
"direct": false,
"issue": "First paragraph is 15 words and does not look like a concise direct answer."
}
],
"score": 65,
"weight": 28
}GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AEO: Answer evidence and trust
AEO: Answer evidence and trust scored 60/100 and needs improvement.
4 Warning
GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AEO: Answer evidence and trust
AEO: Answer evidence and trust scored 60/100 and needs improvement.
Needs attention
AEO: Answer evidence and trust
Issue
Missing AIO trust signals: author, publisher.
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
60/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 evidence and trust scored 60/100 and needs improvement.
Evidence
{
"signals": {
"author": false,
"publisher": false,
"freshnessDate": true,
"aboutOrContact": true,
"policyLinks": true
},
"missing": [
"author",
"publisher"
],
"authorMeta": "",
"schemaAuthors": [],
"schemaPublishers": [],
"schemaDates": [
"2026-04-24"
],
"visibleDates": [],
"aboutLinks": [
{
"href": "/about-us/newsroom",
"text": "Newsroom",
"html": "<a href=\"/about-us/newsroom\">Newsroom</a>"
},
{
"href": "/products/acquia-content-optimization",
"text": "Learn About AEO",
"html": "<a href=\"/products/acquia-content-optimization\">Learn About AEO </a>"
},
{
"href": "/about-us",
"text": "About Us",
"html": "<a href=\"/about-us\" class=\"menu-item js__menu--footer__link menu__link--1 menu__link__element js__menu--footer__link__element menu--footer__link__element\" data-drupal-link-system-path=\"node/23381\">About Us</a>"
},
{
"href": "/about-us/leadership",
"text": "Leadership",
"html": "<a href=\"/about-us/leadership\" class=\"menu-item js__menu--footer__link menu__link--1 menu__link__element js__menu--footer__link__element menu--footer__link__element\" data-drupal-link-system-path=\"about-us/leadership\">Leadership</a>"
},
{
"href": "/about-us/legal",
"text": "Legal",
"html": "<a href=\"/about-us/legal\" class=\"menu-item js__menu--footer__link menu__link--1 menu__link__element js__menu--footer__link__element menu--footer__link__element\" data-drupal-link-system-path=\"node/23441\">Legal</a>"
},
{
"href": "/about-us/legal/privacy-policy",
"text": "Privacy Policy",
"html": "<a href=\"/about-us/legal/privacy-policy\" class=\"menu-item js__menu--footer__link menu__link--1 menu__link__element js__menu--footer__link__element menu--footer__link__element\" data-drupal-link-system-path=\"node/23446\">Privacy Policy</a>"
},
{
"href": "https://www.linkedin.com/company/acquia",
"text": "Go to Acquia's LinkedIn Page",
"html": "<a href=\"https://www.linkedin.com/company/acquia\" class=\"menu-item js__menu--social__link menu__link--0 menu__link__element js__menu--social__link__element menu--social__link__element ext\" data-extlink target=\"_blank\" rel=\"noopener nofollow noreferrer\">Go to Acquia's LinkedIn Page</a>"
},
{
"href": "https://www.acquia.com/about-us/legal/cookie-policy",
"text": "Cookie Policy",
"html": "<a class=\"ot-cookie-policy-link\" href=\"https://www.acquia.com/about-us/legal/cookie-policy\" aria-label=\"More information about your privacy and our cookie policy, opens in a new tab\" rel=\"noopener\" target=\"_blank\">Cookie Policy</a>"
}
],
"contactLinks": [
{
"href": "https://acquia.my.site.com/s/",
"text": "Support",
"html": "<a href=\"https://acquia.my.site.com/s/\" class=\"menu-item support js__menu--utility__link menu__link--0 menu__link__element js__menu--utility__link__element menu--utility__link__element ext\" data-extlink target=\"_blank\" rel=\"noopener nofollow noreferrer\">Support</a>"
},
{
"href": "https://acquia.my.site.com/s/",
"text": "Support",
"html": "<a href=\"https://acquia.my.site.com/s/\" class=\"menu-item support js__menu--utility__link menu__link--0 menu__link__element js__menu--utility__link__element menu--utility__link__element ext\" data-extlink target=\"_blank\" rel=\"noopener nofollow noreferrer\">Support</a>"
},
{
"href": "https://acquia.my.site.com/s/",
"text": "Support",
"html": "<a href=\"https://acquia.my.site.com/s/\" class=\"menu-item support js__menu--utility__link menu__link--0 menu__link__element js__menu--utility__link__element menu--utility__link__element ext\" data-extlink target=\"_blank\" rel=\"noopener nofollow noreferrer\">Support</a>"
},
{
"href": "https://acquia.my.site.com/s/",
"text": "Support",
"html": "<a href=\"https://acquia.my.site.com/s/\" class=\"menu-item support js__menu--utility__link menu__link--0 menu__link__element js__menu--utility__link__element menu--utility__link__element ext\" data-extlink target=\"_blank\" rel=\"noopener nofollow noreferrer\">Support</a>"
},
{
"href": "https://acquia.my.site.com/s/",
"text": "Support",
"html": "<a href=\"https://acquia.my.site.com/s/\" class=\"menu-item support js__menu--utility__link menu__link--0 menu__link__element js__menu--utility__link__element menu--utility__link__element ext\" data-extlink target=\"_blank\" rel=\"noopener nofollow noreferrer\">Support</a>"
},
{
"href": "https://acquia.my.site.com/s/",
"text": "Support",
"html": "<a href=\"https://acquia.my.site.com/s/\" class=\"menu-item support js__menu--utility__link menu__link--0 menu__link__element js__menu--utility__link__element menu--utility__link__element ext\" data-extlink target=\"_blank\" rel=\"noopener nofollow noreferrer\">Support</a>"
},
{
"href": "/products/source",
"text": "Need help choosing a solution?",
"html": "<a href=\"/products/source\">Need help choosing a solution?</a>"
},
{
"href": "https://acquia.my.site.com/s/",
"text": "Support",
"html": "<a href=\"https://acquia.my.site.com/s/\" class=\"menu-item support js__menu--utility__link menu__link--0 menu__link__element js__menu--utility__link__element menu--utility__link__element ext\" data-extlink target=\"_blank\" rel=\"noopener nofollow noreferrer\">Support</a>"
},
{
"href": "https://acquia.my.site.com/s/",
"text": "Support",
"html": "<a href=\"https://acquia.my.site.com/s/\" class=\"menu-item support js__menu--utility__link menu__link--0 menu__link__element js__menu--utility__link__element menu--utility__link__element ext\" data-extlink target=\"_blank\" rel=\"noopener nofollow noreferrer\">Support</a>"
},
{
"href": "https://acquia.my.site.com/s/",
"text": "Support",
"html": "<a href=\"https://acquia.my.site.com/s/\" class=\"menu-item support js__menu--utility__link menu__link--0 menu__link__element js__menu--utility__link__element menu--utility__link__element ext\" data-extlink target=\"_blank\" rel=\"noopener nofollow noreferrer\">Support</a>"
},
{
"href": "https://acquia.my.site.com/s/",
"text": "Support",
"html": "<a href=\"https://acquia.my.site.com/s/\" class=\"menu-item support js__menu--utility__link menu__link--0 menu__link__element js__menu--utility__link__element menu--utility__link__element ext\" data-extlink target=\"_blank\" rel=\"noopener nofollow noreferrer\">Support</a>"
},
{
"href": "https://acquia.my.site.com/s/",
"text": "Support",
"html": "<a href=\"https://acquia.my.site.com/s/\" class=\"menu-item support js__menu--utility__link menu__link--0 menu__link__element js__menu--utility__link__element menu--utility__link__element ext\" data-extlink target=\"_blank\" rel=\"noopener nofollow noreferrer\">Support</a>"
},
{
"href": "https://acquia.my.site.com/s/",
"text": "Support",
"html": "<a href=\"https://acquia.my.site.com/s/\" class=\"menu-item support js__menu--utility__link menu__link--0 menu__link__element js__menu--utility__link__element menu--utility__link__element ext\" data-extlink target=\"_blank\" rel=\"noopener nofollow noreferrer\">Support</a>"
},
{
"href": "https://acquia.my.site.com/s/",
"text": "Support",
"html": "<a href=\"https://acquia.my.site.com/s/\" class=\"menu-item support js__menu--utility__link menu__link--0 menu__link__element js__menu--utility__link__element menu--utility__link__element ext\" data-extlink target=\"_blank\" rel=\"noopener nofollow noreferrer\">Support</a>"
},
{
"href": "https://partners.acquia.com/",
"text": "Image Partner Portal Login Access resources, co-brandable marketing materials, and dedicated technical support.",
"html": "<a class=\"menu__link__dropdown__inner__secondary__links \" href=\"https://partners.acquia.com/\"> <div class=\"menu__link__dropdown__inner__secondary__links--wrapper\"> <div class=\"menu__link__dropdown__inner__secondary__links--icon \"> <article> <div class=\"image-container\"> <div class=\"visually-hidden\">Image</div> <div> <img loading=\"lazy\" src=\"/sites/default/files/media/image/2026-04/user-login.svg\" alt> </div> </div> </article> </div> <div class=\"menu__link__dropdown__inner__secondary__links--c..."
},
{
"href": "https://partners.acquia.com/deal-registration/",
"text": "Image Partner Deal Registration Submit and track new opportunities to secure deal protection and partner support.",
"html": "<a class=\"menu__link__dropdown__inner__secondary__links \" href=\"https://partners.acquia.com/deal-registration/\"> <div class=\"menu__link__dropdown__inner__secondary__links--wrapper\"> <div class=\"menu__link__dropdown__inner__secondary__links--icon \"> <article> <div class=\"image-container\"> <div class=\"visually-hidden\">Image</div> <div> <img loading=\"lazy\" src=\"/sites/default/files/media/image/2026-05/Iconstration_Quality%20Assurance%20Checklist%201%20%281%29.svg\" alt> </div> </div> </article> <..."
},
{
"href": "https://acquia.my.site.com/s/",
"text": "Support",
"html": "<a href=\"https://acquia.my.site.com/s/\" class=\"menu-item support js__menu--utility__link menu__link--0 menu__link__element js__menu--utility__link__element menu--utility__link__element ext\" data-extlink target=\"_blank\" rel=\"noopener nofollow noreferrer\">Support</a>"
},
{
"href": "https://acquia.my.site.com/s/",
"text": "Support",
"html": "<a href=\"https://acquia.my.site.com/s/\" class=\"menu-item support js__menu--utility__link menu__link--0 menu__link__element js__menu--utility__link__element menu--utility__link__element ext\" data-extlink target=\"_blank\" rel=\"noopener nofollow noreferrer\">Support</a>"
},
{
"href": "https://acquia.my.site.com/s/",
"text": "Support",
"html": "<a href=\"https://acquia.my.site.com/s/\" class=\"menu-item support js__menu--utility__link menu__link--0 menu__link__element js__menu--utility__link__element menu--utility__link__element ext\" data-extlink target=\"_blank\" rel=\"noopener nofollow noreferrer\">Support</a>"
},
{
"href": "https://acquia.my.site.com/s/",
"text": "Support",
"html": "<a href=\"https://acquia.my.site.com/s/\" class=\"menu-item support js__menu--utility__link menu__link--0 menu__link__element js__menu--utility__link__element menu--utility__link__element ext\" data-extlink target=\"_blank\" rel=\"noopener nofollow noreferrer\">Support</a>"
},
{
"href": "/customer-success/global-support",
"text": "Image Global Support Rely on world-class support with global coverage across all time zones.",
"html": "<a class=\"menu__link__dropdown__inner__secondary__links \" href=\"/customer-success/global-support\"> <div class=\"menu__link__dropdown__inner__secondary__links--wrapper\"> <div class=\"menu__link__dropdown__inner__secondary__links--icon \"> <article> <div class=\"image-container\"> <div class=\"visually-hidden\">Image</div> <div> <img loading=\"lazy\" src=\"/sites/default/files/media/image/2026-04/Vector.svg\" alt> </div> </div> </article> </div> <div class=\"menu__link__dropdown__inner__secondary__links--c..."
},
{
"href": "https://acquia.my.site.com/s/",
"text": "Support",
"html": "<a href=\"https://acquia.my.site.com/s/\" class=\"menu-item support js__menu--utility__link menu__link--0 menu__link__element js__menu--utility__link__element menu--utility__link__element ext\" data-extlink target=\"_blank\" rel=\"noopener nofollow noreferrer\">Support</a>"
},
{
"href": "https://acquia.my.site.com/s/",
"text": "Support",
"html": "<a href=\"https://acquia.my.site.com/s/\" class=\"menu-item support js__menu--utility__link menu__link--0 menu__link__element js__menu--utility__link__element menu--utility__link__element ext\" data-extlink target=\"_blank\" rel=\"noopener nofollow noreferrer\">Support</a>"
},
{
"href": "https://acquia.my.site.com/s/",
"text": "Support",
"html": "<a href=\"https://acquia.my.site.com/s/\" class=\"menu-item support js__menu--utility__link menu__link--0 menu__link__element js__menu--utility__link__element menu--utility__link__element ext\" data-extlink target=\"_blank\" rel=\"noopener nofollow noreferrer\">Support</a>"
},
{
"href": "https://acquia.my.site.com/s/",
"text": "Support",
"html": "<a href=\"https://acquia.my.site.com/s/\" class=\"menu-item support js__menu--utility__link menu__link--0 menu__link__element js__menu--utility__link__element menu--utility__link__element ext\" data-extlink target=\"_blank\" rel=\"noopener nofollow noreferrer\">Support</a>"
},
{
"href": "https://acquia.my.site.com/s/",
"text": "Support",
"html": "<a href=\"https://acquia.my.site.com/s/\" class=\"menu-item support js__menu--utility__link menu__link--0 menu__link__element js__menu--utility__link__element menu--utility__link__element ext\" data-extlink target=\"_blank\" rel=\"noopener nofollow noreferrer\">Support</a>"
},
{
"href": "https://acquia.my.site.com/s/",
"text": "Support Portal",
"html": "<a href=\"https://acquia.my.site.com/s/\" class=\"menu-item js__menu--footer__link menu__link--1 menu__link__element js__menu--footer__link__element menu--footer__link__element ext\" data-extlink target=\"_blank\" rel=\"noopener nofollow noreferrer\">Support Portal</a>"
},
{
"href": "/support/acquia-training-certification",
"text": "Training & Certifications",
"html": "<a href=\"/support/acquia-training-certification\" class=\"menu-item js__menu--footer__link menu__link--1 menu__link__element js__menu--footer__link__element menu--footer__link__element\" data-drupal-link-system-path=\"node/23056\">Training & Certifications</a>"
},
{
"href": "/contact",
"text": "Contact Us",
"html": "<a href=\"/contact\" class=\"menu-item contact-us js__menu--footer__link menu__link--0 menu__link__element js__menu--footer__link__element menu--footer__link__element\" data-drupal-link-system-path=\"node/23501\">Contact Us</a>"
}
],
"privacyLinks": [
{
"href": "/about-us/legal/privacy-policy",
"text": "Privacy Policy",
"html": "<a href=\"/about-us/legal/privacy-policy\" class=\"menu-item js__menu--footer__link menu__link--1 menu__link__element js__menu--footer__link__element menu--footer__link__element\" data-drupal-link-system-path=\"node/23446\">Privacy Policy</a>"
}
],
"score": 60,
"weight": 22
}GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
GEO: Entity clarity
GEO: Entity clarity scored 79/100 and needs improvement.
3 Warning
GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
GEO: Entity clarity
GEO: Entity clarity scored 79/100 and needs improvement.
Needs attention
GEO: Entity clarity
Issue
Title/H1 terms missing from description: experience, content, community, commerce, tailored, enterprise, ready.
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
79/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 79/100 and needs improvement.
Evidence
{
"title": "Digital Experience Platform for Content, Community, Commerce | Acquia",
"h1": "AI-Tailored.Enterprise Ready.",
"description": "Acquia provides the leading cloud platform for building, delivering, and optimizing digital experiences.",
"topicOverlap": 0.3,
"topicTerms": [
"digital",
"experience",
"platform",
"content",
"community",
"commerce",
"acquia",
"tailored",
"enterprise",
"ready"
],
"descriptionTerms": [
"acquia",
"provides",
"leading",
"cloud",
"platform",
"building",
"delivering",
"optimizing",
"digital",
"experiences"
],
"missingFromDescription": [
"experience",
"content",
"community",
"commerce",
"tailored",
"enterprise",
"ready"
],
"score": 79,
"weight": 28
}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
74 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.0",
"visibleWords": 2527,
"htmlBytes": 921052,
"imagesMissingDimensions": [
{
"src": "/themes/custom/juice/logo.svg",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"/themes/custom/juice/logo.svg\" class=\"block--juice-branding__logo\" alt=\"Home\">"
},
{
"src": "/sites/default/files/media/image/2026-04/Side%204.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img loading=\"lazy\" src=\"/sites/default/files/media/image/2026-04/Side%204.svg\" alt>"
},
{
"src": "/sites/default/files/media/image/2026-04/Side%202.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img loading=\"lazy\" src=\"/sites/default/files/media/image/2026-04/Side%202.svg\" alt>"
},
{
"src": "/sites/default/files/media/image/2026-04/Side%201.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img loading=\"lazy\" src=\"/sites/default/files/media/image/2026-04/Side%201.svg\" alt>"
},
{
"src": "/sites/default/files/media/image/2026-04/Side%203.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img loading=\"lazy\" src=\"/sites/default/files/media/image/2026-04/Side%203.svg\" alt>"
},
{
"src": "/sites/default/files/media/image/2026-04/Icon%201.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img loading=\"lazy\" src=\"/sites/default/files/media/image/2026-04/Icon%201.svg\" alt>"
},
{
"src": "/sites/default/files/media/image/2026-04/Icon%202.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img loading=\"lazy\" src=\"/sites/default/files/media/image/2026-04/Icon%202.svg\" alt>"
},
{
"src": "/sites/default/files/media/image/2026-04/Icon%203.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img loading=\"lazy\" src=\"/sites/default/files/media/image/2026-04/Icon%203.svg\" alt>"
},
{
"src": "/sites/default/files/media/image/2026-04/Product%20Logo.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img loading=\"lazy\" src=\"/sites/default/files/media/image/2026-04/Product%20Logo.svg\" alt>"
},
{
"src": "/sites/default/files/media/image/2026-04/Drop.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img loading=\"lazy\" src=\"/sites/default/files/media/image/2026-04/Drop.svg\" alt>"
},
{
"src": "/sites/default/files/media/image/2026-04/Drop.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img loading=\"lazy\" src=\"/sites/default/files/media/image/2026-04/Drop.svg\" alt>"
},
{
"src": "/sites/default/files/media/image/2026-04/Drop.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img loading=\"lazy\" src=\"/sites/default/files/media/image/2026-04/Drop.svg\" alt>"
},
{
"src": "/sites/default/files/media/image/2026-04/Drop.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img loading=\"lazy\" src=\"/sites/default/files/media/image/2026-04/Drop.svg\" alt>"
},
{
"src": "/sites/default/files/media/image/2026-04/Drop.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img loading=\"lazy\" src=\"/sites/default/files/media/image/2026-04/Drop.svg\" alt>"
},
{
"src": "/sites/default/files/media/image/2026-04/Drop.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img loading=\"lazy\" src=\"/sites/default/files/media/image/2026-04/Drop.svg\" alt>"
},
{
"src": "/sites/default/files/media/image/2026-04/Drop.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img loading=\"lazy\" src=\"/sites/default/files/media/image/2026-04/Drop.svg\" alt>"
},
{
"src": "/sites/default/files/media/image/2026-04/Drop.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img loading=\"lazy\" src=\"/sites/default/files/media/image/2026-04/Drop.svg\" alt>"
},
{
"src": "/sites/default/files/media/image/2026-04/Drop.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img loading=\"lazy\" src=\"/sites/default/files/media/image/2026-04/Drop.svg\" alt>"
},
{
"src": "/sites/default/files/media/image/2026-04/Drop.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img loading=\"lazy\" src=\"/sites/default/files/media/image/2026-04/Drop.svg\" alt>"
},
{
"src": "/sites/default/files/media/image/2026-04/Webinar.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img loading=\"lazy\" src=\"/sites/default/files/media/image/2026-04/Webinar.svg\" alt>"
},
{
"src": "/sites/default/files/media/image/2023-11/Acquia%20TV%20Icon.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img loading=\"lazy\" src=\"/sites/default/files/media/image/2023-11/Acquia%20TV%20Icon.svg\" alt=\"TV Icon\">"
},
{
"src": "/sites/default/files/media/image/2026-04/Resource%20Center%20%281%29_0.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img loading=\"lazy\" src=\"/sites/default/files/media/image/2026-04/Resource%20Center%20%281%29_0.svg\" alt>"
},
{
"src": "/sites/default/files/media/image/2026-04/Resource-center.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img loading=\"lazy\" src=\"/sites/default/files/media/image/2026-04/Resource-center.svg\" alt>"
},
{
"src": "/sites/default/files/media/image/2026-05/Event%201.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img loading=\"lazy\" src=\"/sites/default/files/media/image/2026-05/Event%201.svg\" alt>"
},
{
"src": "/sites/default/files/media/image/2026-04/Shoadow-ai.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img loading=\"lazy\" src=\"/sites/default/files/media/image/2026-04/Shoadow-ai.svg\" alt>"
},
{
"src": "/sites/default/files/media/image/2026-04/Group%201000002120.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img loading=\"lazy\" src=\"/sites/default/files/media/image/2026-04/Group%201000002120.svg\" alt>"
},
{
"src": "/sites/default/files/media/image/2026-04/Vector_1.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img loading=\"lazy\" src=\"/sites/default/files/media/image/2026-04/Vector_1.svg\" alt>"
},
{
"src": "/sites/default/files/media/image/2026-04/Group%201000002121.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img loading=\"lazy\" src=\"/sites/default/files/media/image/2026-04/Group%201000002121.svg\" alt>"
},
{
"src": "/sites/default/files/media/image/2026-04/laptop-txt.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img loading=\"lazy\" src=\"/sites/default/files/media/image/2026-04/laptop-txt.svg\" alt>"
},
{
"src": "/sites/default/files/media/image/2026-04/Data-structures.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img loading=\"lazy\" src=\"/sites/default/files/media/image/2026-04/Data-structures.svg\" alt>"
},
{
"src": "/sites/default/files/media/image/2026-04/g43.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img loading=\"lazy\" src=\"/sites/default/files/media/image/2026-04/g43.svg\" alt=\"bayer logo\">"
},
{
"src": "/sites/default/files/media/image/2026-04/Frame%201538229480.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img loading=\"lazy\" src=\"/sites/default/files/media/image/2026-04/Frame%201538229480.svg\" alt=\"mars logo\">"
},
{
"src": "/sites/default/files/media/image/2026-04/UGAlogo_ShieldGA_FC_MARCM%201.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img loading=\"lazy\" src=\"/sites/default/files/media/image/2026-04/UGAlogo_ShieldGA_FC_MARCM%201.svg\" alt=\"UGA logo\">"
},
{
"src": "/sites/default/files/media/image/2026-04/handshake.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img loading=\"lazy\" src=\"/sites/default/files/media/image/2026-04/handshake.svg\" alt>"
},
{
"src": "/sites/default/files/media/image/2026-05/Customer%20Data%20Platform%20Pricing%20Icon%201%20%281%29.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img loading=\"lazy\" src=\"/sites/default/files/media/image/2026-05/Customer%20Data%20Platform%20Pricing%20Icon%201%20%281%29.svg\" alt>"
},
{
"src": "/sites/default/files/media/image/2026-04/user-login.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img loading=\"lazy\" src=\"/sites/default/files/media/image/2026-04/user-login.svg\" alt>"
},
{
"src": "/sites/default/files/media/image/2026-05/Iconstration_Quality%20Assurance%20Checklist%201%20%281%29.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img loading=\"lazy\" src=\"/sites/default/files/media/image/2026-05/Iconstration_Quality%20Assurance%20Checklist%201%20%281%29.svg\" alt>"
},
{
"src": "/sites/default/files/media/image/2026-04/integrations.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img loading=\"lazy\" src=\"/sites/default/files/media/image/2026-04/integrations.svg\" alt>"
},
{
"src": "/sites/default/files/media/image/2026-05/Digital%20Experience%20Optimization%20%281%29.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img loading=\"lazy\" src=\"/sites/default/files/media/image/2026-05/Digital%20Experience%20Optimization%20%281%29.svg\" alt>"
},
{
"src": "/sites/default/files/media/image/2026-04/searchstax.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img loading=\"lazy\" src=\"/sites/default/files/media/image/2026-04/searchstax.svg\" alt>"
},
{
"src": "/sites/default/files/media/image/2026-05/Iconstration_Website%20Strategy%20and%20Marketing%201%20%281%29.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img loading=\"lazy\" src=\"/sites/default/files/media/image/2026-05/Iconstration_Website%20Strategy%20and%20Marketing%201%20%281%29.svg\" alt>"
},
{
"src": "/sites/default/files/media/image/2026-04/Acquia%20CMS_Use%20Case%203.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img loading=\"lazy\" src=\"/sites/default/files/media/image/2026-04/Acquia%20CMS_Use%20Case%203.svg\" alt>"
},
{
"src": "/sites/default/files/media/image/2026-04/Group%201000001939.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img loading=\"lazy\" src=\"/sites/default/files/media/image/2026-04/Group%201000001939.svg\" alt>"
},
{
"src": "/sites/default/files/media/image/2026-04/image%202.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img loading=\"lazy\" src=\"/sites/default/files/media/image/2026-04/image%202.svg\" alt=\"Trussell logo\">"
},
{
"src": "/sites/default/files/media/image/2026-04/image%201.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img loading=\"lazy\" src=\"/sites/default/files/media/image/2026-04/image%201.svg\" alt=\"Unicef Logo\">"
},
{
"src": "/sites/default/files/media/image/2026-04/Vector.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img loading=\"lazy\" src=\"/sites/default/files/media/image/2026-04/Vector.svg\" alt>"
},
{
"src": "/sites/default/files/media/image/2026-04/Vector%20%284%29.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img loading=\"lazy\" src=\"/sites/default/files/media/image/2026-04/Vector%20%284%29.svg\" alt>"
},
{
"src": "/sites/default/files/media/image/2026-04/Vector_0.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img loading=\"lazy\" src=\"/sites/default/files/media/image/2026-04/Vector_0.svg\" alt>"
},
{
"src": "/sites/default/files/media/image/2026-04/Vector%20%282%29.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img loading=\"lazy\" src=\"/sites/default/files/media/image/2026-04/Vector%20%282%29.svg\" alt>"
},
{
"src": "/sites/default/files/media/image/2026-04/Vector%20%281%29_0.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img loading=\"lazy\" src=\"/sites/default/files/media/image/2026-04/Vector%20%281%29_0.svg\" alt>"
},
{
"src": "/sites/default/files/media/image/2026-04/Vector%20%282%29_0.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img loading=\"lazy\" src=\"/sites/default/files/media/image/2026-04/Vector%20%282%29_0.svg\" alt>"
},
{
"src": "/sites/default/files/media/image/2026-04/Group.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img loading=\"lazy\" src=\"/sites/default/files/media/image/2026-04/Group.svg\" alt>"
},
{
"src": "/sites/default/files/media/image/2026-04/Vector%20%286%29.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img loading=\"lazy\" src=\"/sites/default/files/media/image/2026-04/Vector%20%286%29.svg\" alt>"
},
{
"src": "/sites/default/files/media/image/2026-03/Source%20Product%20Page%20Background%20Gaphic%201.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img class=\"studio_component_svg\" alt src=\"/sites/default/files/media/image/2026-03/Source%20Product%20Page%20Background%20Gaphic%201.svg\" loading=\"lazy\">"
},
{
"src": "/sites/default/files/media/image/2025-02/Dana%20Farber%20Cancer%20Institute%20Logo_Formatted_Customer%20Story_2.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img class=\"studio_component_svg\" alt=\"Dana Farber Cancer Institute customer story\" src=\"/sites/default/files/media/image/2025-02/Dana%20Farber%20Cancer%20Institute%20Logo_Formatted_Customer%20Story_2.svg\" loading=\"lazy\">"
},
{
"src": "/sites/default/files/media/image/2025-07/Bayer%20Logo_Formatted_Left%20Aligned.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img class=\"studio_component_svg\" alt=\"Bayer\" src=\"/sites/default/files/media/image/2025-07/Bayer%20Logo_Formatted_Left%20Aligned.svg\" loading=\"lazy\">"
},
{
"src": "/sites/default/files/media/image/2025-05/ABinBev%20Logo_Formatted_Customer%20Story.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img class=\"studio_component_svg\" alt=\"ABinBev customer story\" src=\"/sites/default/files/media/image/2025-05/ABinBev%20Logo_Formatted_Customer%20Story.svg\" loading=\"lazy\">"
},
{
"src": "/sites/default/files/media/image/2025-03/MARS%20Logo_Formatted_Customer%20Story.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img class=\"studio_component_svg\" alt=\"Mars customer story\" src=\"/sites/default/files/media/image/2025-03/MARS%20Logo_Formatted_Customer%20Story.svg\" loading=\"lazy\">"
},
{
"src": "/sites/default/files/media/image/2025-04/Crayola%20Logo_Formatted_Customer%20Story.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img class=\"studio_component_svg\" alt=\"Crayola Customer Story\" src=\"/sites/default/files/media/image/2025-04/Crayola%20Logo_Formatted_Customer%20Story.svg\" loading=\"lazy\">"
},
{
"src": "/sites/default/files/media/image/2025-03/Shake%20Shack%20Logo_Formatted_Customer%20Story.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img class=\"studio_component_svg\" alt=\"Shake Shack customer story\" src=\"/sites/default/files/media/image/2025-03/Shake%20Shack%20Logo_Formatted_Customer%20Story.svg\" loading=\"lazy\">"
},
{
"src": "/sites/default/files/media/image/2026-03/Consolidate%20you%20martech%20stack.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img class=\"studio_component_svg\" alt src=\"/sites/default/files/media/image/2026-03/Consolidate%20you%20martech%20stack.svg\" loading=\"lazy\">"
},
{
"src": "/sites/default/files/media/image/2025-04/Cloud%20Platform%20Page%20Hero_Mobile.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img class=\"studio_component_svg\" alt=\"product UI switching between stage and prod\" src=\"/sites/default/files/media/image/2025-04/Cloud%20Platform%20Page%20Hero_Mobile.svg\" loading=\"lazy\">"
},
{
"src": "/sites/default/files/media/image/2025-03/Iconstration_Code_0.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img class=\"studio_component_svg\" alt src=\"/sites/default/files/media/image/2025-03/Iconstration_Code_0.svg\" loading=\"lazy\">"
},
{
"src": "/sites/default/files/media/image/2025-01/Iconstration_Web%20Governance.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img class=\"studio_component_svg\" alt src=\"/sites/default/files/media/image/2025-01/Iconstration_Web%20Governance.svg\" loading=\"lazy\">"
},
{
"src": "/sites/default/files/media/image/2025-02/Asset%20Management%20Iconstration_2.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img class=\"studio_component_svg\" alt src=\"/sites/default/files/media/image/2025-02/Asset%20Management%20Iconstration_2.svg\" loading=\"lazy\">"
},
{
"src": "/sites/default/files/media/image/2025-04/Iconstration_Content%20Editor.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img class=\"studio_component_svg\" alt src=\"/sites/default/files/media/image/2025-04/Iconstration_Content%20Editor.svg\" loading=\"lazy\">"
},
{
"src": "/sites/default/files/styles/feature_component_50x50_desktop/public/media/image/2026-04/From%20inisght%20to%20action%20%281%29.png?itok=xYaZiGEw",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img class=\"studio_component_image\" src=\"/sites/default/files/styles/feature_component_50x50_desktop/public/media/image/2026-04/From%20inisght%20to%20action%20%281%29.png?itok=xYaZiGEw\" alt=\"Two dashboard interface screenshots showing data tables and bar charts for business analytics\" loading=\"lazy\">"
},
{
"src": "/themes/custom/juice/images/resources/card/Report/blue-to-pink-icon.png",
"width": "",
"height": "",
"loading": "",
"html": "<img alt=\"Icon for Report resource\" src=\"/themes/custom/juice/images/resources/card/Report/blue-to-pink-icon.png\">"
},
{
"src": "/themes/custom/juice/images/resources/card/E-Book/pink-to-blue-icon.png",
"width": "",
"height": "",
"loading": "",
"html": "<img alt=\"Icon for E-Book resource\" src=\"/themes/custom/juice/images/resources/card/E-Book/pink-to-blue-icon.png\">"
},
{
"src": "/themes/custom/juice/images/resources/card/E-Book/pink-to-yellow-icon.png",
"width": "",
"height": "",
"loading": "",
"html": "<img alt=\"Icon for E-Book resource\" src=\"/themes/custom/juice/images/resources/card/E-Book/pink-to-yellow-icon.png\">"
},
{
"src": "/sites/default/files/media/image/2024-05/Social%20Icon_Facebook_Default.svg",
"width": "",
"height": "",
"loading": "eager",
"html": "<img loading=\"eager\" src=\"/sites/default/files/media/image/2024-05/Social%20Icon_Facebook_Default.svg\" alt=\"Acquia Facebook\">"
},
{
"src": "/sites/default/files/media/image/2024-05/Social%20Icon_X_Default.svg",
"width": "",
"height": "",
"loading": "eager",
"html": "<img loading=\"eager\" src=\"/sites/default/files/media/image/2024-05/Social%20Icon_X_Default.svg\" alt=\"Acquia Twitter\">"
},
{
"src": "/sites/default/files/media/image/2024-05/Social%20Icon_Instagram_Default.svg",
"width": "",
"height": "",
"loading": "eager",
"html": "<img loading=\"eager\" src=\"/sites/default/files/media/image/2024-05/Social%20Icon_Instagram_Default.svg\" alt=\"Acquia Instagram\">"
},
{
"src": "/sites/default/files/media/image/2024-05/Social%20Icon_LinkedIn_Default.svg",
"width": "",
"height": "",
"loading": "eager",
"html": "<img loading=\"eager\" src=\"/sites/default/files/media/image/2024-05/Social%20Icon_LinkedIn_Default.svg\" alt=\"Acquia LinkedIn\">"
}
],
"possibleDialogs": [
"<div class=\"dialog-off-canvas-main-canvas\" data-off-canvas-main-canvas> <div class=\"region-container\"> <div class=\"region--utility\"> <div data-drupal-messages-fallback class=\"hidden\"></div> </div> <header role=\"banner\" class=\"region--header\"> <div class=\"region--header__container\"> <div id=\"block-juice-branding\" class=\"settings-tray-editable block block--juice-branding\" data-drupal-settingstray=\"editable\"> <a href=\"/\" rel=\"home\"> <img src=\"/themes/custom/juice/logo.svg\" class=\"block--juice-br...",
"<div id=\"drupal-modal\" class=\"ui-front\" style=\"display: none;\"></div>",
"<div class=\"ot-sdk-container\" role=\"dialog\" 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 class=\"banner-header\"><div class=\"banner_logo\"></div></div><div id=\"onetrust-policy-text\">Cookies help us deliver our services. By using our services, you agree to our use of cookies. <a class=\"ot-cookie-policy-link\" href=\"https://www.acquia.com/about-us/legal/cookie-policy\" aria-label=\"More information..."
],
"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
3 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": 3,
"citablePassages": 0,
"failingCandidateParagraphs": [
{
"index": 6,
"heading": "H2: Your Command CenterFor Digital Experiences",
"text": "Enterprise marketing teams manage content across too many disconnected tools. The CMS doesn't know what's in the DAM. Governance lives in a separate tab. Every handoff costs time. Acquia Source brings it all into one workspace with AI agents that create and optimize content alongside your team, with governance built in.",
"words": 51,
"hasEvidence": true,
"reasons": [
"Too short for a citation-ready passage (51 words; target 80-220)."
],
"html": "<p class=\"u-big-paragraph\">Enterprise marketing teams manage content across too many disconnected tools. The CMS doesn't know what's in the DAM. Governance lives in a separate tab. Every handoff costs time. Acquia Source brings it all into one workspace with AI agents that create and optimize content alongside your team, with governance built in.</p>"
},
{
"index": 20,
"heading": "H2: Where the World's Biggest Drupal Sites Run",
"text": "Co-founded by Drupal's creator. The number-one contributor to Drupal core for over 15 years. Acquia Cloud Platform is the only infrastructure built exclusively for Drupal — with a 99.99% uptime SLA, FedRAMP and HIPAA compliance, and preemptive threat mitigation in under 10 seconds. From one site to thousands, managed from a single interface.",
"words": 53,
"hasEvidence": true,
"reasons": [
"Too short for a citation-ready passage (53 words; target 80-220)."
],
"html": "<p class=\"u-big-paragraph\">Co-founded by Drupal's creator. The number-one contributor to Drupal core for over 15 years. Acquia Cloud Platform is the only infrastructure built exclusively for Drupal — with a 99.99% uptime SLA, FedRAMP and HIPAA compliance, and preemptive threat mitigation in under 10 seconds. From one site to thousands, managed from a single interface.</p>"
},
{
"index": 27,
"heading": "H2: Be the Answer AI Cites",
"text": "Your audience now includes AI agents searching for answers on their behalf. Acquia Source structures content for AI discoverability at the architecture level, so your brand shows up in ChatGPT, Perplexity, and Google AI Overviews without a separate optimization step.",
"words": 40,
"hasEvidence": true,
"reasons": [
"Too short for a citation-ready passage (40 words; target 80-220)."
],
"html": "<p class=\"u-big-paragraph\">Your audience now includes AI agents searching for answers on their behalf. Acquia Source structures content for AI discoverability at the architecture level, so your brand shows up in ChatGPT, Perplexity, and Google AI Overviews without a separate optimization step.</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
17 section(s) may benefit from a clearer opening answer; this is optional for feature/card sections.
Details
Why it matters
AI Overviews depend on Google-search eligibility, useful visible content, consistent structured data, answer-first sections, trust signals, and preview controls that permit snippets.
Check name
AIO: Answer block readiness
Score
65/100
Status
warning
Category
GEO, AIO & AEO
Maturity
Emerging recommendation
Goal
Make page content eligible and useful for Google AI Overviews and AI Mode extraction.
Result
AIO: Answer block readiness scored 65/100 and needs improvement.
Evidence
{
"sectionCount": 21,
"passing": 4,
"failing": [
{
"heading": "Primary Menu",
"headingHtml": "<h2 class=\"visually-hidden\" id=\"block-juice-primarymenu-menu\">Primary Menu</h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Utility",
"headingHtml": "<h2 class=\"visually-hidden\" id=\"block-utility-menu\">Utility</h2>",
"firstParagraph": "Now Available: Acquia Source",
"paragraphHtml": "<p class=\"u-large-eyebrow\"><span class=\"wysiwyg-text-color--white\">Now Available: Acquia Source</span></p>",
"words": 4,
"direct": false,
"issue": "First paragraph is 4 words and does not look like a concise direct answer."
},
{
"heading": "Trusted by enterprise teams worldwide",
"headingHtml": "<h2 class=\"ss-logo-bar__title\">Trusted by enterprise teams worldwide</h2>",
"firstParagraph": "Acquia Source",
"paragraphHtml": "<p class=\"u-small-eyebrow\"><span class=\"wysiwyg-text-color--darker-blue\">Acquia Source</span></p>",
"words": 2,
"direct": false,
"issue": "First paragraph is 2 words and does not look like a concise direct answer."
},
{
"heading": "Your Command CenterFor Digital Experiences",
"headingHtml": "<h2>Your Command Center<br><span class=\"wysiwyg-text-color--darker-blue\">For Digital Experiences</span></h2>",
"firstParagraph": "Enterprise marketing teams manage content across too many disconnected tools. The CMS doesn't know what's in the DAM. Governance lives in a separate tab. Every handoff costs time. Acquia Source brings it all into one workspace with AI agents that create and optimize content alongside your team, with governance built...",
"paragraphHtml": "<p class=\"u-big-paragraph\">Enterprise marketing teams manage content across too many disconnected tools. The CMS doesn't know what's in the DAM. Governance lives in a separate tab. Every handoff costs time. Acquia Source brings it all into one workspace with AI agents that create and optimize content alongside your team, with governance built in.</p>",
"words": 51,
"direct": false,
"issue": "First paragraph is 51 words and does not look like a concise direct answer."
},
{
"heading": "Change how you build. Change how you scale.",
"headingHtml": "<h3 class=\"text-align-center\">Change how you build. Change how you scale.</h3>",
"firstParagraph": "Acquia AI",
"paragraphHtml": "<p class=\"u-large-eyebrow\">Acquia AI</p>",
"words": 2,
"direct": false,
"issue": "First paragraph is 2 words and does not look like a concise direct answer."
},
{
"heading": "AI that works with your team, not around it",
"headingHtml": "<h2 class=\"text-align-center\"><span class=\"wysiwyg-text-color--white\">AI that works with your team, not around it</span></h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Digital Teammates",
"headingHtml": "<h3><span class=\"wysiwyg-text-color--white\">Digital Teammates</span></h3>",
"firstParagraph": "AI agents that build sites, write content, and maintain accessibility and SEO standards. They work alongside your team, not instead of it.",
"paragraphHtml": "<p class=\"u-big-paragraph\"><span class=\"wysiwyg-text-color--white\">AI agents that build sites, write content, and maintain accessibility and SEO standards. They work alongside your team, not instead of it.</span></p>",
"words": 22,
"direct": false,
"issue": "First paragraph is 22 words and does not look like a concise direct answer."
},
{
"heading": "Open by Design. Powerful by Default.",
"headingHtml": "<h2 class=\"text-align-center\">Open by Design. Powerful by Default.</h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Built on Drupal",
"headingHtml": "<h3>Built on Drupal</h3>",
"firstParagraph": "Acquia Source runs on the open-source CMS trusted by governments, universities, and Fortune 500 companies. Your investment in Drupal skills, modules, and integrations carries forward — no lock-in, no starting over.",
"paragraphHtml": "<p><span>Acquia Source runs on the open-source CMS trusted by governments, universities, and Fortune 500 companies. Your investment in Drupal skills, modules, and integrations carries forward — no lock-in, no starting over.</span></p>",
"words": 30,
"direct": false,
"issue": "First paragraph is 30 words and does not look like a concise direct answer."
},
{
"heading": "Native MCP Support",
"headingHtml": "<h3>Native MCP Support</h3>",
"firstParagraph": "Connect any MCP-compatible AI agent — Claude, Cursor, Copilot — directly to your content. Open protocol, open architecture, built on the same open philosophy as Drupal itself.",
"paragraphHtml": "<p><span>Connect any MCP-compatible AI agent — Claude, Cursor, Copilot — directly to your content. Open protocol, open architecture, built on the same open philosophy as Drupal itself.</span></p>",
"words": 25,
"direct": false,
"issue": "First paragraph is 25 words and does not look like a concise direct answer."
},
{
"heading": "280+ Integrations",
"headingHtml": "<h3>280+ Integrations</h3>",
"firstParagraph": "Your existing martech stack plugs right in. ERPs, analytics, commerce, marketing automation — Drupal's open architecture and Acquia's integration library mean you connect, not replace.",
"paragraphHtml": "<p><span>Your existing martech stack plugs right in. ERPs, analytics, commerce, marketing automation — Drupal's open architecture and Acquia's integration library mean you connect, not replace.</span></p>",
"words": 24,
"direct": false,
"issue": "First paragraph is 24 words and does not look like a concise direct answer."
},
{
"heading": "Composable, Not Rigid",
"headingHtml": "<h3>Composable, Not Rigid</h3>",
"firstParagraph": "Start with Acquia Source. Move to Acquia Cloud Platform if you need it. Or scale from one site to thousands with Multi Experience Operations. Every piece works independently, and better together.",
"paragraphHtml": "<p><span>Start with Acquia Source. Move to Acquia Cloud Platform if you need it. Or scale from one site to thousands with Multi Experience Operations. Every piece works independently, and better together.</span></p>",
"words": 31,
"direct": false,
"issue": "First paragraph is 31 words and does not look like a concise direct answer."
},
{
"heading": "See It for Yourself",
"headingHtml": "<h2 class=\"ss-full-width-cta__content__title\">See It for Yourself</h2>",
"firstParagraph": "AI Search",
"paragraphHtml": "<p class=\"u-large-eyebrow\"><span class=\"wysiwyg-text-color--darker-blue\">AI Search</span></p>",
"words": 2,
"direct": false,
"issue": "First paragraph is 2 words and does not look like a concise direct answer."
},
{
"heading": "Featured Resources",
"headingHtml": "<h2 class=\"ss-card-group__related-content__header__title\">Featured Resources</h2>",
"firstParagraph": "Get Started",
"paragraphHtml": "<p class=\"text-align-center u-large-eyebrow\"><span class=\"wysiwyg-text-color--white\">Get Started</span></p>",
"words": 2,
"direct": false,
"issue": "First paragraph is 2 words and does not look like a concise direct answer."
},
{
"heading": "Ready to Take Command?",
"headingHtml": "<h2 class=\"text-align-center\"><span class=\"wysiwyg-text-color--white\">Ready to Take Command? </span></h2>",
"firstParagraph": "Talk to our team about what Acquia Source can do for your organization.",
"paragraphHtml": "<p class=\"text-align-center u-big-paragraph\"><span class=\"wysiwyg-text-color--white\">Talk to our team about what Acquia Source can do for your organization. </span></p>",
"words": 13,
"direct": false,
"issue": "First paragraph is 13 words and does not look like a concise direct answer."
},
{
"heading": "Footer",
"headingHtml": "<h2 class=\"visually-hidden\" id=\"block-footer-menu\">Footer</h2>",
"firstParagraph": "Contact Us",
"paragraphHtml": "<p class=\"u-large-eyebrow\"><span><strong>Contact Us</strong></span></p>",
"words": 2,
"direct": false,
"issue": "First paragraph is 2 words and does not look like a concise direct answer."
},
{
"heading": "Social",
"headingHtml": "<h2 class=\"visually-hidden\" id=\"block-social-menu\">Social</h2>",
"firstParagraph": "Copyright © 2026 Acquia, Inc. All Rights Reserved. Drupal is a registered trademark of Dries Buytaert.",
"paragraphHtml": "<p>Copyright © 2026 Acquia, Inc. All Rights Reserved. Drupal is a registered trademark of Dries Buytaert.</p>",
"words": 15,
"direct": false,
"issue": "First paragraph is 15 words and does not look like a concise direct answer."
}
],
"score": 65,
"weight": 8
}GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
GEO: Extraction-friendly structure
GEO: Extraction-friendly structure scored 85/100 and needs improvement.
2 Warning
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, 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": 6,
"tablesWithHead": 6,
"tablesMissingThead": [],
"orderedLists": 0,
"hasFaq": true,
"definitionPatterns": 14,
"schemaBlocks": 1,
"missingSignals": [
"optional top summary / TL;DR / key takeaways block",
"ordered list only if the page explains a workflow/process"
],
"score": 85,
"weight": 24
}GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AEO: Entity and definition clarity
AEO: Entity and definition clarity scored 83/100 and needs improvement.
1 Warning
GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AEO: Entity and definition clarity
AEO: Entity and definition clarity scored 83/100 and needs improvement.
Needs attention
AEO: Entity and definition clarity
Issue
Entity or definition gaps: experience, content, community, commerce, tailored, enterprise, ready.
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
83/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 83/100 and needs improvement.
Evidence
{
"title": "Digital Experience Platform for Content, Community, Commerce | Acquia",
"h1": "AI-Tailored.Enterprise Ready.",
"description": "Acquia provides the leading cloud platform for building, delivering, and optimizing digital experiences.",
"topicOverlap": 0.3,
"definitionCount": 14,
"topicTerms": [
"digital",
"experience",
"platform",
"content",
"community",
"commerce",
"acquia",
"tailored",
"enterprise",
"ready"
],
"descriptionTerms": [
"acquia",
"provides",
"leading",
"cloud",
"platform",
"building",
"delivering",
"optimizing",
"digital",
"experiences"
],
"missingFromDescription": [
"experience",
"content",
"community",
"commerce",
"tailored",
"enterprise",
"ready"
],
"score": 83,
"weight": 18
}GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AEO: Answer intent coverage
AEO: Answer intent coverage scored 70/100 and needs improvement.
1 Warning
GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AEO: Answer intent coverage
AEO: Answer intent coverage scored 70/100 and needs improvement.
Needs attention
AEO: Answer intent coverage
Issue
Missing likely AI Overview intent sections: what, 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": "Primary Menu",
"html": "<h2 class=\"visually-hidden\" id=\"block-juice-primarymenu-menu\">Primary Menu</h2>"
},
{
"text": "Utility",
"html": "<h2 class=\"visually-hidden\" id=\"block-utility-menu\">Utility</h2>"
},
{
"text": "Trusted by enterprise teams worldwide",
"html": "<h2 class=\"ss-logo-bar__title\">Trusted by enterprise teams worldwide</h2>"
},
{
"text": "Your Command CenterFor Digital Experiences",
"html": "<h2>Your Command Center<br><span class=\"wysiwyg-text-color--darker-blue\">For Digital Experiences</span></h2>"
},
{
"text": "AI that works with your team, not around it",
"html": "<h2 class=\"text-align-center\"><span class=\"wysiwyg-text-color--white\">AI that works with your team, not around it</span></h2>"
},
{
"text": "Where the World's Biggest Drupal Sites Run",
"html": "<h2>Where the World's Biggest Drupal Sites Run</h2>"
},
{
"text": "Open by Design. Powerful by Default.",
"html": "<h2 class=\"text-align-center\">Open by Design. Powerful by Default.</h2>"
},
{
"text": "See It for Yourself",
"html": "<h2 class=\"ss-full-width-cta__content__title\">See It for Yourself</h2>"
},
{
"text": "Be the Answer AI Cites",
"html": "<h2>Be the Answer AI Cites</h2>"
},
{
"text": "Featured Resources",
"html": "<h2 class=\"ss-card-group__related-content__header__title\">Featured Resources</h2>"
},
{
"text": "Ready to Take Command?",
"html": "<h2 class=\"text-align-center\"><span class=\"wysiwyg-text-color--white\">Ready to Take Command? </span></h2>"
},
{
"text": "Footer",
"html": "<h2 class=\"visually-hidden\" id=\"block-footer-menu\">Footer</h2>"
},
{
"text": "Social",
"html": "<h2 class=\"visually-hidden\" id=\"block-social-menu\">Social</h2>"
}
],
"expected": [
{
"id": "what",
"label": "What is Digital Experience Platform for Content, Comm...?",
"pattern": {}
},
{
"id": "how",
"label": "How does Digital Experience Platform for Content, Comm... work?",
"pattern": {}
},
{
"id": "benefits",
"label": "Why use Digital Experience Platform for Content, Comm...?",
"pattern": {}
},
{
"id": "cost",
"label": "Is Digital Experience Platform for Content, Comm... free or paid?",
"pattern": {}
},
{
"id": "compare",
"label": "How does Digital Experience Platform for Content, Comm... compare with alternatives?",
"pattern": {}
}
],
"missing": [
{
"id": "what",
"label": "What is Digital Experience Platform for Content, Comm...?",
"pattern": {}
},
{
"id": "benefits",
"label": "Why use Digital Experience Platform for Content, Comm...?",
"pattern": {}
},
{
"id": "cost",
"label": "Is Digital Experience Platform for Content, Comm... free or paid?",
"pattern": {}
},
{
"id": "compare",
"label": "How does Digital Experience Platform for Content, Comm... compare with alternatives?",
"pattern": {}
}
],
"score": 70,
"weight": 8
}Agent Ease of UseAPIEmerging recommendation
AI context endpoint
AI context endpoint is informational for this page.
Informational
Agent Ease of UseAPIEmerging recommendation
AI context endpoint
AI context endpoint is informational for this page.
Needs attention
AI context endpoint
Issue
AI context endpoint is informational for this page.
Why it matters
A context endpoint gives agents a small, low-latency summary of product purpose, safe actions, and canonical machine-readable resources without scraping the whole site.
Check name
AI context endpoint
Score
100/100
Status
informational
Category
API
Maturity
Emerging recommendation
Goal
Expose a compact API context endpoint agents can fetch before deciding which public API or discovery resource to use.
Result
AI context endpoint is informational for this page.
Validation steps
Fetch to find resource
AI context endpoint was not found at the expected path.
Evidence
{
"steps": [
{
"id": "fetch",
"title": "Fetch to find resource",
"status": "informational",
"evidence": {
"checked": [
{
"path": "/api/ai/context",
"statusCode": 404,
"contentType": "text/html; charset=UTF-8",
"length": 257748
},
{
"path": "/api/context",
"statusCode": 404,
"contentType": "text/html; charset=UTF-8",
"length": 257496
},
{
"path": "/context",
"statusCode": 404,
"contentType": "text/html; charset=UTF-8",
"length": 257244
}
]
},
"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, 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": "Primary Menu",
"html": "<h2 class=\"visually-hidden\" id=\"block-juice-primarymenu-menu\">Primary Menu</h2>"
},
{
"text": "Utility",
"html": "<h2 class=\"visually-hidden\" id=\"block-utility-menu\">Utility</h2>"
},
{
"text": "Trusted by enterprise teams worldwide",
"html": "<h2 class=\"ss-logo-bar__title\">Trusted by enterprise teams worldwide</h2>"
},
{
"text": "Your Command CenterFor Digital Experiences",
"html": "<h2>Your Command Center<br><span class=\"wysiwyg-text-color--darker-blue\">For Digital Experiences</span></h2>"
},
{
"text": "AI that works with your team, not around it",
"html": "<h2 class=\"text-align-center\"><span class=\"wysiwyg-text-color--white\">AI that works with your team, not around it</span></h2>"
},
{
"text": "Where the World's Biggest Drupal Sites Run",
"html": "<h2>Where the World's Biggest Drupal Sites Run</h2>"
},
{
"text": "Open by Design. Powerful by Default.",
"html": "<h2 class=\"text-align-center\">Open by Design. Powerful by Default.</h2>"
},
{
"text": "See It for Yourself",
"html": "<h2 class=\"ss-full-width-cta__content__title\">See It for Yourself</h2>"
},
{
"text": "Be the Answer AI Cites",
"html": "<h2>Be the Answer AI Cites</h2>"
},
{
"text": "Featured Resources",
"html": "<h2 class=\"ss-card-group__related-content__header__title\">Featured Resources</h2>"
},
{
"text": "Ready to Take Command?",
"html": "<h2 class=\"text-align-center\"><span class=\"wysiwyg-text-color--white\">Ready to Take Command? </span></h2>"
},
{
"text": "Footer",
"html": "<h2 class=\"visually-hidden\" id=\"block-footer-menu\">Footer</h2>"
},
{
"text": "Social",
"html": "<h2 class=\"visually-hidden\" id=\"block-social-menu\">Social</h2>"
}
],
"expected": [
{
"id": "what",
"label": "What is Digital Experience Platform for Content, Comm...?",
"pattern": {}
},
{
"id": "how",
"label": "How does Digital Experience Platform for Content, Comm... work?",
"pattern": {}
},
{
"id": "benefits",
"label": "Why use Digital Experience Platform for Content, Comm...?",
"pattern": {}
},
{
"id": "cost",
"label": "Is Digital Experience Platform for Content, Comm... free or paid?",
"pattern": {}
},
{
"id": "compare",
"label": "How does Digital Experience Platform for Content, Comm... compare with alternatives?",
"pattern": {}
}
],
"missing": [
{
"id": "what",
"label": "What is Digital Experience Platform for Content, Comm...?",
"pattern": {}
},
{
"id": "benefits",
"label": "Why use Digital Experience Platform for Content, Comm...?",
"pattern": {}
},
{
"id": "cost",
"label": "Is Digital Experience Platform for Content, Comm... free or paid?",
"pattern": {}
},
{
"id": "compare",
"label": "How does Digital Experience Platform for Content, Comm... compare with alternatives?",
"pattern": {}
}
],
"score": 70,
"weight": 4
}Agent Ease of UseAuthEmerging recommendation
Auth.md Agent Registration
Auth.md Agent Registration has an informational finding because the page appears to support authentication.
Informational
Agent Ease of UseAuthEmerging recommendation
Auth.md Agent Registration
Auth.md Agent Registration has an informational finding because the page appears to support authentication.
Needs attention
Auth.md Agent Registration
Issue
auth.md response did not match the expected agent registration shape. content too short (55/80 chars minimum); missing registration instructions; missing /.well-known/oauth-protected-resource link; missing /.well-known/oauth-authorization-server link; missing supported identity type language; missing credential type language.
Why it matters
Agent registration metadata lets automated clients find the registration path, supported identity types, credential types, and related claim or revocation endpoints without scraping human docs.
Check name
Auth.md Agent Registration
Score
0/100
Status
informational
Category
Auth
Maturity
Emerging recommendation
Goal
Publish Auth.md and agent_auth metadata so agents can discover registration and credential requirements.
Result
Auth.md Agent Registration has an informational finding because the page appears to support authentication.
Validation steps
Fetch and validate /auth.md
auth.md response did not match the expected agent registration shape. content too short (55/80 chars minimum); missing registration instructions; missing /.well-known/oauth-protected-resource link; missing /.well-known/oauth-authorization-server link; missing supported identity type language; missing credential type language.
Publish protected resource metadata
The OAuth Protected Resource metadata endpoint did not return HTTP 2xx.
Validate agent_auth authorization metadata
OAuth authorization server metadata could not be fetched.
Evidence
{
"failedStep": "auth-md",
"steps": [
{
"id": "auth-md",
"title": "Fetch and validate /auth.md",
"status": "fail",
"evidence": {
"path": "/auth.md",
"ok": false,
"statusCode": 404,
"contentType": "text/plain; charset=UTF-8",
"length": 55,
"validation": {
"valid": false,
"issue": "auth.md response did not match the expected agent registration shape. content too short (55/80 chars minimum); missing registration instructions; missing /.well-known/oauth-protected-resource link; missing /.well-known/oauth-authorization-server link; missing supported identity type language; missing credential type language.",
"compatibleContentType": true,
"contentLength": 55,
"hasRegisterInstructions": false,
"hasProtectedResourceLink": false,
"hasAuthorizationServerLink": false,
"mentionsIdentity": false,
"mentionsCredential": false,
"links": [
"https://www.acquia.com/auth.md\""
],
"rawExcerpt": "No route found for \"GET https://www.acquia.com/auth.md\""
}
},
"issue": "auth.md response did not match the expected agent registration shape. content too short (55/80 chars minimum); missing registration instructions; missing /.well-known/oauth-protected-resource link; missing /.well-known/oauth-authorization-server link; missing supported identity type language; missing credential type language.",
"howToFix": "Serve /auth.md at the site root as Markdown with agent registration instructions and links to OAuth metadata."
},
{
"id": "oauth-protected-resource",
"title": "Publish protected resource metadata",
"status": "fail",
"evidence": {
"path": "/.well-known/oauth-protected-resource",
"ok": false,
"statusCode": 404,
"contentType": "text/html; charset=UTF-8",
"length": 257586,
"text": "\n<!DOCTYPE html>\n<html lang=\"en\" dir=\"ltr\" prefix=\"og: https://ogp.me/ns#\" class=\"page--_04---page-not-found--acquia\">\n <head>\n <meta charset=\"utf-8\" />\n<script src=\"https://ob.sd8567.acquia.com/i/c91236dd94f8f31801fb9954b96a80d3.js\" async data-ch=\"acom\" data-jsonp=\"onCheqResponse\" class=\"ct_clicktrue_81237\"></script>\n<meta name=\"description\" content=\"Page not found.\" />\n<link rel=\"canonical\" href=\"https://www.acquia.com/.well-known/oauth-protected-resource\" />\n<meta property=\"og:site_name\" content=\"Acquia\" />\n<meta property=\"og:url\" content=\"https://www.acquia.com/.well-known/oauth-protected-resource\" />\n<meta property=\"og:title\" content=\"404 - Page Not Found\" />\n<meta property=\"og:description\" content=\"Page not found.\" />\n<meta property=\"og:image\" content=\"https://www.acquia.com/sites/default/files/media/image/2020-12/logo_acquia.png\" />\n<meta name=\"twitter:card\" content=\"summary_large_image\" />\n<meta name=\"twitter:description\" content=\"Page not found.\" />\n<meta name=\"twitter:site\" content=\"@acquia\" />\n<meta name=\"twitter:title\" content=\"404 - Page Not Found\" />\n<meta name=\"twitter:image\" content=\"https://www.acquia.com/sites/default/files/media/image/2020-12/logo_acquia.png\" />\n<link rel=\"alternate\" hreflang=\"x-default\" href=\"https://www.acquia.com/404-page-not-found\" />\n<meta name=\"Generator\" content=\"Drupal 10 (https://www.drupal.org)\" />\n<meta name=\"MobileOptimized\" content=\"width\" />\n<meta name=\"HandheldFriendly\" content=\"true\" />\n<meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\" />\n<script data-cfasync=\"false\" type=\"text/javascript\" id=\"vwoCode\">window._vwo_code || (function () {\n var account_id=818639,\n version=2.1,\n settings_tolerance=2000,\n hide_element='body',\n hide_element_style='opacity:0 !important;filter:alpha(opacity=0) !important;background:none !important',\n /* DO NOT EDIT BELOW THIS LINE */\n f=false,w=window,d=document,v=d.querySelector('#vwoCode'),cK='_vwo_'+account_id+'_settings',cc={};try{var c=JSON.parse(localStorage.getItem('_vwo_'+account_id+'_config'));cc=c&&typeof c==='object'?c:{}}catch(e){}var stT=cc.stT==='session'?w.sessionStorage:w.localStorage;code={use_existing_jquery:function(){return typeof use_existing_jquery!=='undefined'?use_existing_jquery:undefined},library_tolerance:function(){return typeof library_tolerance!=='undefined'?library_tolerance:undefined},settings_tolerance:function(){return cc.sT||settings_tolerance},hide_element_style:function(){return'{'+(cc.hES||hide_element_style)+'}'},hide_element:function(){if(performance.getEntriesByName('first-contentful-paint')[0]){return''}return typeof cc.hE==='string'?cc.hE:hide_element},getVersion:function(){return version},finish:function(e){if(!f){f=true;var t=d.getElementById('_vis_opt_path_hides');if(t)t.parentNode.removeChild(t);if(e)(new Image).src='https://dev.visualwebsiteoptimizer.com/ee.gif?a='+account_id+e}},finished:function(){return f},addScript:function(e){var t=d.createElement('script');t.type='text/javascript';if(e.src){t.src=e.src}else{t.text=e.text}d.getElementsByTagName('head')[0].appendChild(t)},load:function(e,t){var i=this.getSettings(),n=d.createElement('script'),r=this;t=t||{};if(i){n.textContent=i;d.getElementsByTagName('head')[0].appendChild(n);if(!w.VWO||VWO.caE){stT.removeItem(cK);r.load(e)}}else{var o=new XMLHttpRequest;o.open('GET',e,true);o.withCredentials=!t.dSC;o.responseType=t.responseType||'text';o.onload=function(){if(t.onloadCb){return t.onloadCb(o,e)}if(o.status===200){_vwo_code.addScript({text:o.responseText})}else{_vwo_code.finish('&e=loading_failure:'+e)}};o.onerror=function(){if(t.onerrorCb){return t.onerrorCb(e)}_vwo_code.finish('&e=loading_failure:'+e)};o.send()}},getSettings:function(){try{var e=stT.getItem(cK);if(!e){return}e=JSON.parse(e);if(Date.now()>e.e){stT.removeItem(cK);return}return e.s}catch(e){return}},init:function(){if(d.URL.indexOf('__vwo_disable__')>-1)return;var e=this.settings_tolerance();w._vwo_settings_timer=setTi"
},
"issue": "The OAuth Protected Resource metadata endpoint did not return HTTP 2xx.",
"howToFix": "Publish /.well-known/oauth-protected-resource with resource and authorization_servers fields."
},
{
"id": "agent-auth-block",
"title": "Validate agent_auth authorization metadata",
"status": "fail",
"evidence": {
"valid": false,
"issue": "OAuth authorization server metadata could not be fetched.",
"fetch": {
"ok": false,
"statusCode": 404,
"contentType": "text/html; charset=UTF-8",
"length": 257592,
"text": "\n<!DOCTYPE html>\n<html lang=\"en\" dir=\"ltr\" prefix=\"og: https://ogp.me/ns#\" class=\"page--_04---page-not-found--acquia\">\n <head>\n <meta charset=\"utf-8\" />\n<script src=\"https://ob.sd8567.acquia.com/i/c91236dd94f8f31801fb9954b96a80d3.js\" async data-ch=\"acom\" data-jsonp=\"onCheqResponse\" class=\"ct_clicktrue_81237\"></script>\n<meta name=\"description\" content=\"Page not found.\" />\n<link rel=\"canonical\" href=\"https://www.acquia.com/.well-known/oauth-authorization-server\" />\n<meta property=\"og:site_name\" content=\"Acquia\" />\n<meta property=\"og:url\" content=\"https://www.acquia.com/.well-known/oauth-authorization-server\" />\n<meta property=\"og:title\" content=\"404 - Page Not Found\" />\n<meta property=\"og:description\" content=\"Page not found.\" />\n<meta property=\"og:image\" content=\"https://www.acquia.com/sites/default/files/media/image/2020-12/logo_acquia.png\" />\n<meta name=\"twitter:card\" content=\"summary_large_image\" />\n<meta name=\"twitter:description\" content=\"Page not found.\" />\n<meta name=\"twitter:site\" content=\"@acquia\" />\n<meta name=\"twitter:title\" content=\"404 - Page Not Found\" />\n<meta name=\"twitter:image\" content=\"https://www.acquia.com/sites/default/files/media/image/2020-12/logo_acquia.png\" />\n<link rel=\"alternate\" hreflang=\"x-default\" href=\"https://www.acquia.com/404-page-not-found\" />\n<meta name=\"Generator\" content=\"Drupal 10 (https://www.drupal.org)\" />\n<meta name=\"MobileOptimized\" content=\"width\" />\n<meta name=\"HandheldFriendly\" content=\"true\" />\n<meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\" />\n<script data-cfasync=\"false\" type=\"text/javascript\" id=\"vwoCode\">window._vwo_code || (function () {\n var account_id=818639,\n version=2.1,\n settings_tolerance=2000,\n hide_element='body',\n hide_element_style='opacity:0 !important;filter:alpha(opacity=0) !important;background:none !important',\n /* DO NOT EDIT BELOW THIS LINE */\n f=false,w=window,d=document,v=d.querySelector('#vwoCode'),cK='_vwo_'+account_id+'_settings',cc={};try{var c=JSON.parse(localStorage.getItem('_vwo_'+account_id+'_config'));cc=c&&typeof c==='object'?c:{}}catch(e){}var stT=cc.stT==='session'?w.sessionStorage:w.localStorage;code={use_existing_jquery:function(){return typeof use_existing_jquery!=='undefined'?use_existing_jquery:undefined},library_tolerance:function(){return typeof library_tolerance!=='undefined'?library_tolerance:undefined},settings_tolerance:function(){return cc.sT||settings_tolerance},hide_element_style:function(){return'{'+(cc.hES||hide_element_style)+'}'},hide_element:function(){if(performance.getEntriesByName('first-contentful-paint')[0]){return''}return typeof cc.hE==='string'?cc.hE:hide_element},getVersion:function(){return version},finish:function(e){if(!f){f=true;var t=d.getElementById('_vis_opt_path_hides');if(t)t.parentNode.removeChild(t);if(e)(new Image).src='https://dev.visualwebsiteoptimizer.com/ee.gif?a='+account_id+e}},finished:function(){return f},addScript:function(e){var t=d.createElement('script');t.type='text/javascript';if(e.src){t.src=e.src}else{t.text=e.text}d.getElementsByTagName('head')[0].appendChild(t)},load:function(e,t){var i=this.getSettings(),n=d.createElement('script'),r=this;t=t||{};if(i){n.textContent=i;d.getElementsByTagName('head')[0].appendChild(n);if(!w.VWO||VWO.caE){stT.removeItem(cK);r.load(e)}}else{var o=new XMLHttpRequest;o.open('GET',e,true);o.withCredentials=!t.dSC;o.responseType=t.responseType||'text';o.onload=function(){if(t.onloadCb){return t.onloadCb(o,e)}if(o.status===200){_vwo_code.addScript({text:o.responseText})}else{_vwo_code.finish('&e=loading_failure:'+e)}};o.onerror=function(){if(t.onerrorCb){return t.onerrorCb(e)}_vwo_code.finish('&e=loading_failure:'+e)};o.send()}},getSettings:function(){try{var e=stT.getItem(cK);if(!e){return}e=JSON.parse(e);if(Date.now()>e.e){stT.removeItem(cK);return}return e.s}catch(e){return}},init:function(){if(d.URL.indexOf('__vwo_disable__')>-1)return;var e=this.settings_tolerance();w._vwo_settings_timer=s"
}
},
"issue": "OAuth authorization server metadata could not be fetched.",
"howToFix": "Add agent_auth to /.well-known/oauth-authorization-server with register_uri, supported identity types, credential types, and claim or revocation URLs where applicable."
}
],
"authApplicability": {
"supportsAuth": true,
"score": 12,
"signals": [
{
"source": "link:href",
"weight": 3,
"match": "auth link"
},
{
"source": "visible-text",
"weight": 3,
"match": "login"
},
{
"source": "visible-text",
"weight": 3,
"match": "signup"
},
{
"source": "visible-text",
"weight": 3,
"match": "register"
}
]
},
"resourceFetchSucceeded": false
}AI DiscoverabilityDiscoverabilityEstablished
IndexNow key
IndexNow key is informational for this page.
Informational
AI DiscoverabilityDiscoverabilityEstablished
IndexNow key
IndexNow key is informational for this page.
Needs attention
IndexNow key
Issue
IndexNow key is informational for this page.
Why it matters
IndexNow lets sites notify participating search engines about changed URLs, but ownership verification requires a UTF-8 key file whose filename matches the key.
Check name
IndexNow key
Score
100/100
Status
informational
Category
Discoverability
Maturity
Established
Goal
Verify that IndexNow ownership key placement is detectable when the site advertises it.
Result
IndexNow key is informational for this page.
Validation steps
Find advertised IndexNow key location
No IndexNow key location was advertised in HTML, Link headers, or robots.txt.
Fetch and validate IndexNow key file
No discoverable IndexNow key file was found.
Evidence
{
"steps": [
{
"id": "advertised-location",
"title": "Find advertised IndexNow key location",
"status": "informational",
"evidence": {
"advertised": []
},
"issue": "No IndexNow key location was advertised in HTML, Link headers, or robots.txt.",
"howToFix": "Advertise the key location with robots.txt IndexNow-Key, rel=\"indexnow-key\", or meta name=\"indexnow-key-location\" if you want scanners to verify it."
},
{
"id": "fetch-key",
"title": "Fetch and validate IndexNow key file",
"status": "informational",
"evidence": {
"advertised": [],
"checked": []
},
"issue": "No discoverable IndexNow key file was found.",
"howToFix": "Host a UTF-8 text file named {key}.txt using a 32-character hexadecimal key whose body exactly matches the key."
}
]
}Agent Ease of UseAuthEstablished
OAuth / OIDC discovery
OAuth / OIDC discovery has an informational finding because the page appears to support authentication.
Informational
Agent Ease of UseAuthEstablished
OAuth / OIDC discovery
OAuth / OIDC discovery has an informational finding because the page appears to support authentication.
Needs attention
OAuth / OIDC discovery
Issue
OAuth / OIDC discovery was not found at the expected path.
Why it matters
OAuth and OIDC discovery let agents find authorization, token, and key endpoints programmatically instead of relying on human documentation.
Check name
OAuth / OIDC discovery
Score
0/100
Status
informational
Category
Auth
Maturity
Established
Goal
Publish OAuth/OIDC discovery metadata so agents can authenticate with your APIs.
Result
OAuth / OIDC discovery has an informational finding because the page appears to support authentication.
Validation steps
Fetch to find resource
OAuth / OIDC discovery was not found at the expected path.
Evidence
{
"failedStep": "fetch",
"steps": [
{
"id": "fetch",
"title": "Fetch to find resource",
"status": "fail",
"evidence": {
"checked": [
{
"path": "/.well-known/openid-configuration",
"statusCode": 404,
"contentType": "text/html; charset=UTF-8",
"length": 257574
},
{
"path": "/.well-known/oauth-authorization-server",
"statusCode": 404,
"contentType": "text/html; charset=UTF-8",
"length": 257592
}
]
},
"issue": "OAuth / OIDC discovery was not found at the expected path.",
"howToFix": "Publish valid OAuth/OIDC metadata only when the site actually supports OAuth/OIDC. Otherwise omit provider discovery and document any unauthenticated public APIs separately."
}
],
"authApplicability": {
"supportsAuth": true,
"score": 12,
"signals": [
{
"source": "link:href",
"weight": 3,
"match": "auth link"
},
{
"source": "visible-text",
"weight": 3,
"match": "login"
},
{
"source": "visible-text",
"weight": 3,
"match": "signup"
},
{
"source": "visible-text",
"weight": 3,
"match": "register"
}
]
},
"resourceFetchSucceeded": false
}Agent Ease of UseAuthEmerging recommendation
OAuth Protected Resource
OAuth Protected Resource has an informational finding because the page appears to support authentication.
Informational
Agent Ease of UseAuthEmerging recommendation
OAuth Protected Resource
OAuth Protected Resource has an informational finding because the page appears to support authentication.
Needs attention
OAuth Protected Resource
Issue
The OAuth Protected Resource metadata endpoint did not return HTTP 2xx.
Why it matters
Protected Resource metadata tells agents which authorization servers protect an API and how to connect authentication challenges to the right resource.
Check name
OAuth Protected Resource
Score
0/100
Status
informational
Category
Auth
Maturity
Emerging recommendation
Goal
Publish OAuth Protected Resource Metadata so agents can discover how to authenticate.
Result
OAuth Protected Resource has an informational finding because the page appears to support authentication.
Validation steps
Fetch protected resource metadata
The OAuth Protected Resource metadata endpoint did not return HTTP 2xx.
Validate protected resource metadata
Response is not valid JSON.
Validate protected resource identity
Protected resource metadata `resource` did not match the resource identifier used to retrieve it.
Probe protected API Bearer challenge
No protected route with a 401 Bearer challenge was detected; metadata alone does not prove a protected resource.
Evidence
{
"failedStep": "fetch",
"steps": [
{
"id": "fetch",
"title": "Fetch protected resource metadata",
"status": "fail",
"evidence": {
"path": "/.well-known/oauth-protected-resource",
"statusCode": 404,
"contentType": "text/html; charset=UTF-8"
},
"issue": "The OAuth Protected Resource metadata endpoint did not return HTTP 2xx.",
"howToFix": "Publish /.well-known/oauth-protected-resource JSON."
},
{
"id": "metadata",
"title": "Validate protected resource metadata",
"status": "fail",
"evidence": {
"valid": false,
"compatibleContentType": false,
"issue": "Response is not valid JSON.",
"rawExcerpt": "\n<!DOCTYPE html>\n<html lang=\"en\" dir=\"ltr\" prefix=\"og: https://ogp.me/ns#\" class=\"page--_04---page-not-found--acquia\">\n <head>\n <meta charset=\"utf-8\" />\n<script src=\"https://ob.sd8567.acquia.com/i/c91236dd94f8f31801fb9954b96a80d3.js\" async data-ch=\"acom\" data-jsonp=\"onCheqResponse\" class=\"ct_clicktrue_81237\"></script>\n<meta name=\"description\" content=\"Page not found.\" />\n<link rel=\"canonical\" href=\"https://www.acquia.com/.well-known/oauth-protected-resource\" />\n<meta property=\"og:site_name\" content=\"Acquia\" />\n<meta property=\"og:url\" content=\"https://www.acquia.com/.well-known/oauth-protected-resource\" />\n<meta property=\"og:title\" content=\"404 - Page Not Found\" />\n<meta property=\"og:description\" content=\"Page not found.\" />\n<meta property=\"og:image\" content=\"https://www.acquia."
},
"issue": "Response is not valid JSON.",
"howToFix": "Publish resource and authorization_servers as absolute URLs."
},
{
"id": "resource-identity",
"title": "Validate protected resource identity",
"status": "fail",
"evidence": {
"expectedResource": "https://www.acquia.com"
},
"issue": "Protected resource metadata `resource` did not match the resource identifier used to retrieve it.",
"howToFix": "Set `resource` to the origin/resource identifier represented by /.well-known/oauth-protected-resource."
},
{
"id": "protected-route-challenge",
"title": "Probe protected API Bearer challenge",
"status": "informational",
"evidence": {
"checked": [
{
"path": "/api/admin/scans",
"statusCode": 404,
"wwwAuthenticate": {
"valid": false,
"present": false
},
"expectedMetadataUrl": "https://www.acquia.com/.well-known/oauth-protected-resource",
"metadataUrlMatches": true,
"resourceMatchesRequestContext": true
},
{
"path": "/api/admin/summary",
"statusCode": 404,
"wwwAuthenticate": {
"valid": false,
"present": false
},
"expectedMetadataUrl": "https://www.acquia.com/.well-known/oauth-protected-resource",
"metadataUrlMatches": true,
"resourceMatchesRequestContext": true
},
{
"path": "/api/scans",
"statusCode": 404,
"wwwAuthenticate": {
"valid": false,
"present": false
},
"expectedMetadataUrl": "https://www.acquia.com/.well-known/oauth-protected-resource",
"metadataUrlMatches": true,
"resourceMatchesRequestContext": true
}
]
},
"issue": "No protected route with a 401 Bearer challenge was detected; metadata alone does not prove a protected resource.",
"howToFix": "When this site exposes bearer-protected APIs, return 401 with WWW-Authenticate: Bearer and link resource_metadata."
}
],
"authApplicability": {
"supportsAuth": true,
"score": 12,
"signals": [
{
"source": "link:href",
"weight": 3,
"match": "auth link"
},
{
"source": "visible-text",
"weight": 3,
"match": "login"
},
{
"source": "visible-text",
"weight": 3,
"match": "signup"
},
{
"source": "visible-text",
"weight": 3,
"match": "register"
}
]
},
"resourceFetchSucceeded": false
}Performance and AccessibilityBest PracticesBrowser audit
Browser errors were logged to the console
50 Fail
Performance and AccessibilityBest PracticesBrowser audit
Browser errors were logged to the console
Check name
Browser errors were logged to the console
Score
0/100
Status
fail
Device
desktop
Category
Best Practices
Fix guidance
Errors logged to the console indicate unresolved problems. They can come from network request failures and other browser concerns. [Learn more about this errors in console diagnostic audit](https://developer.chrome.com/docs/lighthouse/best-practices/errors-in-console/)
Evidence
{
"description": "Errors logged to the console indicate unresolved problems. They can come from network request failures and other browser concerns. [Learn more about this errors in console diagnostic audit](https://developer.chrome.com/docs/lighthouse/best-practices/errors-in-console/)"
}Performance and AccessibilityBest PracticesBrowser audit
Uses deprecated APIs
50 Fail
Performance and AccessibilityBest PracticesBrowser audit
Uses deprecated APIs
Check name
Uses deprecated APIs
Score
0/100
Status
fail
Device
desktop
Category
Best Practices
Estimated savings
2 warnings found
Fix guidance
Deprecated APIs will eventually be removed from the browser. [Learn more about deprecated APIs](https://developer.chrome.com/docs/lighthouse/best-practices/deprecations/).
Evidence
{
"displayValue": "2 warnings found",
"description": "Deprecated APIs will eventually be removed from the browser. [Learn more about deprecated APIs](https://developer.chrome.com/docs/lighthouse/best-practices/deprecations/)."
}Performance and AccessibilityPerformanceBrowser audit
Network dependency tree
25 Fail
Performance and AccessibilityPerformanceBrowser audit
Network dependency tree
Check name
Network dependency tree
Score
0/100
Status
fail
Device
desktop
Category
Performance
Fix guidance
[Avoid chaining critical requests](https://developer.chrome.com/docs/performance/insights/network-dependency-tree) by reducing the length of chains, reducing the download size of resources, or deferring the download of unnecessary resources to improve page load.
References
https://web.dev/learn/performance/Evidence
{
"description": "[Avoid chaining critical requests](https://developer.chrome.com/docs/performance/insights/network-dependency-tree) by reducing the length of chains, reducing the download size of resources, or deferring the download of unnecessary resources to improve page load."
}Performance and AccessibilityPerformanceBrowser audit
Reduce unused CSS
25 Fail
Performance and AccessibilityPerformanceBrowser audit
Reduce unused CSS
Check name
Reduce unused CSS
Score
0/100
Status
fail
Device
desktop
Category
Performance
Estimated savings
Est savings of 182Â KiB
Fix guidance
Reduce unused rules from stylesheets and defer CSS not used for above-the-fold content to decrease bytes consumed by network activity. [Learn how to reduce unused CSS](https://developer.chrome.com/docs/lighthouse/performance/unused-css-rules/).
References
https://web.dev/learn/performance/Evidence
{
"displayValue": "Est savings of 182Â KiB",
"description": "Reduce unused rules from stylesheets and defer CSS not used for above-the-fold content to decrease bytes consumed by network activity. [Learn how to reduce unused CSS](https://developer.chrome.com/docs/lighthouse/performance/unused-css-rules/).",
"numericValue": 240
}Performance and AccessibilityPerformanceBrowser audit
Reduce unused JavaScript
25 Fail
Performance and AccessibilityPerformanceBrowser audit
Reduce unused JavaScript
Check name
Reduce unused JavaScript
Score
0/100
Status
fail
Device
desktop
Category
Performance
Estimated savings
Est savings of 707Â KiB
Fix guidance
Reduce unused JavaScript and defer loading scripts until they are required to decrease bytes consumed by network activity. [Learn how to reduce unused JavaScript](https://developer.chrome.com/docs/lighthouse/performance/unused-javascript/).
References
https://web.dev/learn/performance/Evidence
{
"displayValue": "Est savings of 707Â KiB",
"description": "Reduce unused JavaScript and defer loading scripts until they are required to decrease bytes consumed by network activity. [Learn how to reduce unused JavaScript](https://developer.chrome.com/docs/lighthouse/performance/unused-javascript/).",
"numericValue": 120
}Performance and AccessibilityPerformanceBrowser audit
Loading performance
10 Fail
Performance and AccessibilityPerformanceBrowser audit
Loading performance
Check name
Loading performance
Score
62/100
Status
fail
Device
desktop
Category
Performance
Fix guidance
Review the grouped loading performance checks and improve the failing sub-checks listed in evidence.
References
https://web.dev/learn/performance/Evidence
{
"checks": [
{
"id": "server-response-time",
"title": "Initial server response time was short",
"score": 100,
"displayValue": "Root document took 30Â ms",
"numericValue": 27
},
{
"id": "first-contentful-paint",
"title": "First Contentful Paint",
"score": 99,
"displayValue": "0.6Â s",
"numericValue": 601.0207283228377
},
{
"id": "network-rtt",
"title": "Network Round Trip Times",
"score": 100,
"displayValue": "40Â ms",
"numericValue": 36.970335
},
{
"id": "speed-index",
"title": "Speed Index",
"score": 75,
"displayValue": "1.7Â s",
"numericValue": 1690.712235043618
},
{
"id": "max-potential-fid",
"title": "Max Potential First Input Delay",
"score": 28,
"displayValue": "340Â ms",
"numericValue": 335
},
{
"id": "interactive",
"title": "Time to Interactive",
"score": 29,
"displayValue": "5.8Â s",
"numericValue": 5814.739770990527
},
{
"id": "total-blocking-time",
"title": "Total Blocking Time",
"score": 4,
"displayValue": "1,070Â ms",
"numericValue": 1071.0000000000005
},
{
"id": "largest-contentful-paint",
"title": "Largest Contentful Paint",
"score": 60,
"displayValue": "2.1Â s",
"numericValue": 2063.570418572566
}
]
}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 |
|---|---|---|---|
| 63/100 | Level 3, Bot-Aware | Current report |