Export Report
OVERALL SCORE
Level 2, Agent-Limited
- AI Discoverability 24 out of 100
- Agent Ease of Use 6 out of 100
- Security & Trust 60 out of 100
- GEO, AIO and AEO 66 out of 100
- SEO 92 out of 100
- Performance and Accessibility 61 out of 100
What AI sees of your website
AI-Powered Marketing | LiveRamp
Market at the speed of AI with credibility & control. LiveRamp helps you fuel AI‑powered marketing that drives better performance – grounded in trust.
Next step
Turn this report into a fix workflow
28 failed checks are ready to move into MCP or CLI remediation. Generate a repair prompt, connect the scanner to your coding agent, or open the integration docs before your next rescan.
| Metric | Score | Status | Passed | Failed | Warning | Evidence |
|---|---|---|---|---|---|---|
| AI Discoverability | 24 | Priority fix | 4 | 18 | 1 | View details |
| Discoverability | 29 | Priority fix | 2 | 7 | 0 | View details |
| Content Readiness | 38 | Priority fix | 2 | 7 | 1 | View details |
| Bot Access Control | 0 | Priority fix | 0 | 4 | 0 | View details |
| Agent Ease of Use | 6 | Priority fix | 4 | 29 | 3 | View details |
| API | 0 | Priority fix | 0 | 6 | 0 | View details |
| Auth | Not Applicable | Not Applicable | 0 | 7 | 0 | View details |
| MCP | 13 | Priority fix | 0 | 6 | 2 | View details |
| Skill Discovery | 5 | Priority fix | 0 | 10 | 1 | View details |
| Agent Commerce | Not Applicable | Not Applicable | 4 | 0 | 0 | |
| GEO, AIO and AEO | 66 | Needs work | 4 | 3 | 12 | View details |
| GEO Readiness | 77 | Mostly ready | 1 | 0 | 4 | |
| AIO Readiness | 58 | Needs work | 2 | 2 | 3 | View details |
| AEO Readiness | 63 | Needs work | 1 | 1 | 5 | View details |
| SEO | 92 | Strong | 10 | 1 | 0 | View details |
| SEO | 92 | Strong | 10 | 1 | 0 | View details |
| Security & Trust | 60 | Needs work | 7 | 2 | 0 | View details |
| Security & Trust | 60 | Needs work | 3 | 2 | 0 | View details |
| AI Training Exposure | Not Applicable | Not Applicable | 4 | 0 | 0 | |
| Performance and Accessibility | 61 | Needs work | 20 | 6 | 1 | View details |
| Performance | 49 | Priority fix | 12 | 4 | 1 | View details |
| Accessibility | 83 | Mostly ready | 8 | 2 | 0 | View details |
Prioritized recommendations
Issues ranked by score impact
52 items need attention
Agent Ease of UseAPIEstablished
API Catalog
API Catalog failed at "Fetch API catalog".
50 Fail
Agent Ease of UseAPIEstablished
API Catalog
API Catalog failed at "Fetch API catalog".
Needs attention
API Catalog
Issue
The API catalog endpoint did not return HTTP 2xx.
Why it matters
API catalogs help agents find service descriptions, documentation, and status resources without guessing API entry points.
Check name
API Catalog
Score
0/100
Status
fail
Category
API
Maturity
Established
Goal
Publish an API catalog for automated API discovery using RFC 9727.
Result
API Catalog failed at "Fetch API catalog".
Validation steps
Fetch API catalog
The API catalog endpoint did not return HTTP 2xx.
Validate RFC 9727 linkset
Response is not valid JSON.
Fetch advertised API catalog targets
API Catalog did not expose any same-origin hrefs to validate.
Evidence
{
"failedStep": "fetch",
"steps": [
{
"id": "fetch",
"title": "Fetch API catalog",
"status": "fail",
"evidence": {
"statusCode": 404,
"contentType": "text/html; charset=utf-8"
},
"issue": "The API catalog endpoint did not return HTTP 2xx.",
"howToFix": "Publish /.well-known/api-catalog."
},
{
"id": "validate",
"title": "Validate RFC 9727 linkset",
"status": "fail",
"evidence": {
"valid": false,
"compatibleContentType": false,
"issue": "Response is not valid JSON.",
"rawExcerpt": "<!DOCTYPE html>\n<html>\n <body>\n <p>Invalid .well-known request</p>\n </body>\n</html>"
},
"issue": "Response is not valid JSON.",
"howToFix": "Use application/linkset+json with service-desc, service-doc, and status relations that each include href."
},
{
"id": "target-validation",
"title": "Fetch advertised API catalog targets",
"status": "fail",
"evidence": {
"checked": [],
"failures": [
{
"reason": "No same-origin API catalog hrefs were available to fetch."
}
]
},
"issue": "API Catalog did not expose any same-origin hrefs to validate.",
"howToFix": "Make each same-origin API catalog href reachable and serve the advertised media type."
}
]
}Security & TrustSecurity & TrustEstablished
Content-Security-Policy
Content-Security-Policy is missing or incomplete.
50 Fail
Security & TrustSecurity & TrustEstablished
Content-Security-Policy
Content-Security-Policy is missing or incomplete.
Needs attention
Content-Security-Policy
Issue
Content-Security-Policy is missing or incomplete.
Why it matters
Content Security Policy limits where scripts, styles, frames, and connections can load from, reducing the impact of injection bugs.
Check name
Content-Security-Policy
Score
0/100
Status
fail
Category
Security & Trust
Maturity
Established
Goal
Constrain script, style, frame, and resource loading with a Content-Security-Policy header.
Result
Content-Security-Policy is missing or incomplete.
Evidence
{
"header": "content-security-policy",
"value": "frame-ancestors 'self'"
}Security & TrustSecurity & TrustEstablished
HSTS header
HSTS header is missing or incomplete.
50 Fail
Security & TrustSecurity & TrustEstablished
HSTS header
HSTS header is missing or incomplete.
Needs attention
HSTS header
Issue
HSTS header is missing or incomplete.
Why it matters
HSTS tells browsers to keep using HTTPS after the first secure visit, reducing downgrade and mixed-transport risk for repeat users.
Check name
HSTS header
Score
0/100
Status
fail
Category
Security & Trust
Maturity
Established
Goal
Require HTTPS for repeat visits with Strict-Transport-Security.
Result
HSTS header is missing or incomplete.
Evidence
{
"header": "strict-transport-security",
"value": null
}Agent Ease of UseAPIEstablished
OpenAPI discovery
OpenAPI discovery failed at "Find valid OpenAPI document".
50 Fail
Agent Ease of UseAPIEstablished
OpenAPI discovery
OpenAPI discovery failed at "Find valid OpenAPI document".
Needs attention
OpenAPI discovery
Issue
OpenAPI YAML document did not match the expected shape. Content-Type "text/html; charset=utf-8" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.
Why it matters
OpenAPI documents let agents understand available operations, schemas, authentication, and request formats before calling an API.
Check name
OpenAPI discovery
Score
0/100
Status
fail
Category
API
Maturity
Established
Goal
Publish a valid OpenAPI or Swagger document for API discovery.
Result
OpenAPI discovery failed at "Find valid OpenAPI document".
Validation steps
Find valid OpenAPI document
OpenAPI YAML document did not match the expected shape. Content-Type "text/html; charset=utf-8" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.
Evidence
{
"failedStep": "fetch",
"steps": [
{
"id": "fetch",
"title": "Find valid OpenAPI document",
"status": "fail",
"evidence": {
"checked": [
{
"path": "/openapi.json",
"statusCode": 404,
"contentType": "text/html; charset=utf-8",
"valid": false,
"issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html; charset=utf-8\" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
"compatibleContentType": false,
"format": "yaml",
"version": "",
"pathCount": 0,
"operationCount": 0,
"rawExcerpt": "<!DOCTYPE html><!-- Last Published: Tue Jun 09 2026 20:20:32 GMT+0000 (Coordinated Universal Time) --><html data-wf-domain=\"liveramp.com\" data-wf-page=\"691ba732cf37beb97b278be8\" data-wf-site=\"68daaf51555d6adf0c767571\" data-wf-intellimize-customer-id=\"117645514\" lang=\"en\"><head><meta charset=\"utf-8\"/><link href=\"https://cdn.prod.website-files.com\" rel=\"preconnect\" crossorigin=\"anonymous\"/><title>Not Found</title><meta content=\"Not Found\" property=\"og:title\"/><meta content=\"Not Found\" name=\"twitter:title\"/><meta content=\"width=device-width, initial-scale=1\" name=\"viewport\"/><link href=\"https://cdn.prod.website-files.com/68daaf51555d6adf0c767571/css/liveramp-com.shared.38ed1c67e.min.css\" rel=\"stylesheet\" type=\"text/css\" integrity=\"sha384-OO0cZ+ey+OZbUb3IBtm6cuZXdO8WA0pcDsLcP8xdVMgxd3f5uAZFeLw"
},
{
"path": "/openapi.yaml",
"statusCode": 404,
"contentType": "text/html; charset=utf-8",
"valid": false,
"issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html; charset=utf-8\" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
"compatibleContentType": false,
"format": "yaml",
"version": "",
"pathCount": 0,
"operationCount": 0,
"rawExcerpt": "<!DOCTYPE html><!-- Last Published: Tue Jun 09 2026 20:20:32 GMT+0000 (Coordinated Universal Time) --><html data-wf-domain=\"liveramp.com\" data-wf-page=\"691ba732cf37beb97b278be8\" data-wf-site=\"68daaf51555d6adf0c767571\" data-wf-intellimize-customer-id=\"117645514\" lang=\"en\"><head><meta charset=\"utf-8\"/><link href=\"https://cdn.prod.website-files.com\" rel=\"preconnect\" crossorigin=\"anonymous\"/><title>Not Found</title><meta content=\"Not Found\" property=\"og:title\"/><meta content=\"Not Found\" name=\"twitter:title\"/><meta content=\"width=device-width, initial-scale=1\" name=\"viewport\"/><link href=\"https://cdn.prod.website-files.com/68daaf51555d6adf0c767571/css/liveramp-com.shared.38ed1c67e.min.css\" rel=\"stylesheet\" type=\"text/css\" integrity=\"sha384-OO0cZ+ey+OZbUb3IBtm6cuZXdO8WA0pcDsLcP8xdVMgxd3f5uAZFeLw"
},
{
"path": "/swagger.json",
"statusCode": 404,
"contentType": "text/html; charset=utf-8",
"valid": false,
"issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html; charset=utf-8\" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
"compatibleContentType": false,
"format": "yaml",
"version": "",
"pathCount": 0,
"operationCount": 0,
"rawExcerpt": "<!DOCTYPE html><!-- Last Published: Tue Jun 09 2026 20:20:32 GMT+0000 (Coordinated Universal Time) --><html data-wf-domain=\"liveramp.com\" data-wf-page=\"691ba732cf37beb97b278be8\" data-wf-site=\"68daaf51555d6adf0c767571\" data-wf-intellimize-customer-id=\"117645514\" lang=\"en\"><head><meta charset=\"utf-8\"/><link href=\"https://cdn.prod.website-files.com\" rel=\"preconnect\" crossorigin=\"anonymous\"/><title>Not Found</title><meta content=\"Not Found\" property=\"og:title\"/><meta content=\"Not Found\" name=\"twitter:title\"/><meta content=\"width=device-width, initial-scale=1\" name=\"viewport\"/><link href=\"https://cdn.prod.website-files.com/68daaf51555d6adf0c767571/css/liveramp-com.shared.38ed1c67e.min.css\" rel=\"stylesheet\" type=\"text/css\" integrity=\"sha384-OO0cZ+ey+OZbUb3IBtm6cuZXdO8WA0pcDsLcP8xdVMgxd3f5uAZFeLw"
},
{
"path": "/swagger.yaml",
"statusCode": 404,
"contentType": "text/html; charset=utf-8",
"valid": false,
"issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html; charset=utf-8\" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
"compatibleContentType": false,
"format": "yaml",
"version": "",
"pathCount": 0,
"operationCount": 0,
"rawExcerpt": "<!DOCTYPE html><!-- Last Published: Tue Jun 09 2026 20:20:32 GMT+0000 (Coordinated Universal Time) --><html data-wf-domain=\"liveramp.com\" data-wf-page=\"691ba732cf37beb97b278be8\" data-wf-site=\"68daaf51555d6adf0c767571\" data-wf-intellimize-customer-id=\"117645514\" lang=\"en\"><head><meta charset=\"utf-8\"/><link href=\"https://cdn.prod.website-files.com\" rel=\"preconnect\" crossorigin=\"anonymous\"/><title>Not Found</title><meta content=\"Not Found\" property=\"og:title\"/><meta content=\"Not Found\" name=\"twitter:title\"/><meta content=\"width=device-width, initial-scale=1\" name=\"viewport\"/><link href=\"https://cdn.prod.website-files.com/68daaf51555d6adf0c767571/css/liveramp-com.shared.38ed1c67e.min.css\" rel=\"stylesheet\" type=\"text/css\" integrity=\"sha384-OO0cZ+ey+OZbUb3IBtm6cuZXdO8WA0pcDsLcP8xdVMgxd3f5uAZFeLw"
},
{
"path": "/api/openapi.json",
"statusCode": 404,
"contentType": "text/html; charset=utf-8",
"valid": false,
"issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html; charset=utf-8\" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
"compatibleContentType": false,
"format": "yaml",
"version": "",
"pathCount": 0,
"operationCount": 0,
"rawExcerpt": "<!DOCTYPE html><!-- Last Published: Tue Jun 09 2026 20:20:32 GMT+0000 (Coordinated Universal Time) --><html data-wf-domain=\"liveramp.com\" data-wf-page=\"691ba732cf37beb97b278be8\" data-wf-site=\"68daaf51555d6adf0c767571\" data-wf-intellimize-customer-id=\"117645514\" lang=\"en\"><head><meta charset=\"utf-8\"/><link href=\"https://cdn.prod.website-files.com\" rel=\"preconnect\" crossorigin=\"anonymous\"/><title>Not Found</title><meta content=\"Not Found\" property=\"og:title\"/><meta content=\"Not Found\" name=\"twitter:title\"/><meta content=\"width=device-width, initial-scale=1\" name=\"viewport\"/><link href=\"https://cdn.prod.website-files.com/68daaf51555d6adf0c767571/css/liveramp-com.shared.38ed1c67e.min.css\" rel=\"stylesheet\" type=\"text/css\" integrity=\"sha384-OO0cZ+ey+OZbUb3IBtm6cuZXdO8WA0pcDsLcP8xdVMgxd3f5uAZFeLw"
},
{
"path": "/api/swagger.json",
"statusCode": 404,
"contentType": "text/html; charset=utf-8",
"valid": false,
"issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html; charset=utf-8\" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
"compatibleContentType": false,
"format": "yaml",
"version": "",
"pathCount": 0,
"operationCount": 0,
"rawExcerpt": "<!DOCTYPE html><!-- Last Published: Tue Jun 09 2026 20:20:32 GMT+0000 (Coordinated Universal Time) --><html data-wf-domain=\"liveramp.com\" data-wf-page=\"691ba732cf37beb97b278be8\" data-wf-site=\"68daaf51555d6adf0c767571\" data-wf-intellimize-customer-id=\"117645514\" lang=\"en\"><head><meta charset=\"utf-8\"/><link href=\"https://cdn.prod.website-files.com\" rel=\"preconnect\" crossorigin=\"anonymous\"/><title>Not Found</title><meta content=\"Not Found\" property=\"og:title\"/><meta content=\"Not Found\" name=\"twitter:title\"/><meta content=\"width=device-width, initial-scale=1\" name=\"viewport\"/><link href=\"https://cdn.prod.website-files.com/68daaf51555d6adf0c767571/css/liveramp-com.shared.38ed1c67e.min.css\" rel=\"stylesheet\" type=\"text/css\" integrity=\"sha384-OO0cZ+ey+OZbUb3IBtm6cuZXdO8WA0pcDsLcP8xdVMgxd3f5uAZFeLw"
},
{
"path": "/docs/openapi.json",
"statusCode": 404,
"contentType": "text/html; charset=utf-8",
"valid": false,
"issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html; charset=utf-8\" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
"compatibleContentType": false,
"format": "yaml",
"version": "",
"pathCount": 0,
"operationCount": 0,
"rawExcerpt": "<!DOCTYPE html><!-- Last Published: Tue Jun 09 2026 20:20:32 GMT+0000 (Coordinated Universal Time) --><html data-wf-domain=\"liveramp.com\" data-wf-page=\"691ba732cf37beb97b278be8\" data-wf-site=\"68daaf51555d6adf0c767571\" data-wf-intellimize-customer-id=\"117645514\" lang=\"en\"><head><meta charset=\"utf-8\"/><link href=\"https://cdn.prod.website-files.com\" rel=\"preconnect\" crossorigin=\"anonymous\"/><title>Not Found</title><meta content=\"Not Found\" property=\"og:title\"/><meta content=\"Not Found\" name=\"twitter:title\"/><meta content=\"width=device-width, initial-scale=1\" name=\"viewport\"/><link href=\"https://cdn.prod.website-files.com/68daaf51555d6adf0c767571/css/liveramp-com.shared.38ed1c67e.min.css\" rel=\"stylesheet\" type=\"text/css\" integrity=\"sha384-OO0cZ+ey+OZbUb3IBtm6cuZXdO8WA0pcDsLcP8xdVMgxd3f5uAZFeLw"
}
]
},
"issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html; charset=utf-8\" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
"howToFix": "Publish a valid OpenAPI 3.x or Swagger 2.0 JSON/YAML document with info, paths, operations, and responses."
}
]
}AI DiscoverabilityBot Access ControlEstablished
AI bot rules in robots.txt
AI bot rules in robots.txt is missing or incomplete.
33 Fail
AI DiscoverabilityBot Access ControlEstablished
AI bot rules in robots.txt
AI bot rules in robots.txt is missing or incomplete.
Needs attention
AI bot rules in robots.txt
Issue
No specific User-agent rules found for major AI crawlers (GPTBot, ClaudeBot, etc.) in robots.txt.
Why it matters
Explicit AI bot rules reduce ambiguity for crawler operators and make training, indexing, or retrieval access policy auditable.
Check name
AI bot rules in robots.txt
Score
0/100
Status
fail
Category
Bot Access Control
Maturity
Established
Goal
Add User-agent rules for AI crawlers like GPTBot, Claude-Web, and others.
Result
AI bot rules in robots.txt is missing or incomplete.
Evidence
{
"expectedBots": [
"GPTBot",
"ChatGPT-User",
"ClaudeBot",
"Claude-Web",
"Anthropic-AI",
"Google-Extended",
"PerplexityBot",
"CCBot",
"Applebot-Extended",
"Meta-ExternalAgent",
"Bytespider",
"Amazonbot",
"Cohere-AI"
],
"configuredBots": []
}AI DiscoverabilityBot Access ControlInformational
Content Signal
Content Signal is missing or incomplete.
33 Fail
AI DiscoverabilityBot Access ControlInformational
Content Signal
Content Signal is missing or incomplete.
Needs attention
Content Signal
Issue
No Content Signal found in robots.txt
Why it matters
Content Signal provides a machine-readable way to communicate AI usage preferences where participating crawlers look for policy.
Check name
Content Signal
Score
0/100
Status
fail
Category
Bot Access Control
Maturity
Informational
Goal
Declare AI content usage preferences with Content Signal in robots.txt.
Result
Content Signal is missing or incomplete.
Evidence
{
"signals": [],
"ai-train": false,
"search": false,
"ai-input": false
}AI DiscoverabilityBot Access ControlInformational
Web Bot Auth request signing
Web Bot Auth request signing failed at "Fetch to find resource".
33 Fail
AI DiscoverabilityBot Access ControlInformational
Web Bot Auth request signing
Web Bot Auth request signing failed at "Fetch to find resource".
Needs attention
Web Bot Auth request signing
Issue
Web Bot Auth request signing was not found at the expected path.
Why it matters
Web Bot Auth discovery lets servers and clients find signing keys for bot identity workflows based on HTTP Message Signatures.
Check name
Web Bot Auth request signing
Score
0/100
Status
fail
Category
Bot Access Control
Maturity
Informational
Goal
Advertise HTTP Message Signatures keys when this site operates signed bot clients or supports Web Bot Auth workflows.
Result
Web Bot Auth request signing failed at "Fetch to find resource".
Validation steps
Fetch to find resource
Web Bot Auth request signing was not found at the expected path.
Evidence
{
"failedStep": "fetch",
"steps": [
{
"id": "fetch",
"title": "Fetch to find resource",
"status": "fail",
"evidence": {
"checked": [
{
"path": "/.well-known/http-message-signatures-directory",
"statusCode": 404,
"contentType": "text/html; charset=utf-8",
"length": 88
}
]
},
"issue": "Web Bot Auth request signing was not found at the expected path.",
"howToFix": "If publishing Web Bot Auth keys, return a JSON key directory with a non-empty keys array and the draft media type."
}
]
}AI DiscoverabilityContent ReadinessEmerging recommendation
llms.txt
llms.txt failed at "Fetch to find resource".
25 Fail
AI DiscoverabilityContent ReadinessEmerging recommendation
llms.txt
llms.txt failed at "Fetch to find resource".
Needs attention
llms.txt
Issue
llms.txt was not found at the expected path.
Why it matters
llms.txt gives language-model clients a concise, curated summary of important site context and links before they crawl broadly.
Check name
llms.txt
Score
0/100
Status
fail
Category
Content Readiness
Maturity
Emerging recommendation
Goal
Publish llms.txt to summarize agent-readable site guidance.
Result
llms.txt failed at "Fetch to find resource".
Validation steps
Fetch to find resource
llms.txt was not found at the expected path.
Evidence
{
"failedStep": "fetch",
"steps": [
{
"id": "fetch",
"title": "Fetch to find resource",
"status": "fail",
"evidence": {
"checked": [
{
"path": "/llms.txt",
"statusCode": 404,
"contentType": "text/html; charset=utf-8",
"length": 121224
},
{
"path": "/llms-full.txt",
"statusCode": 404,
"contentType": "text/html; charset=utf-8",
"length": 121224
}
]
},
"issue": "llms.txt was not found at the expected path.",
"howToFix": "Publish /llms.txt as Markdown with a clear title, concise site summary, and useful links for agents."
}
]
}AI DiscoverabilityContent ReadinessEstablished
Markdown negotiation
Markdown negotiation failed at "Markdown content type".
25 Fail
AI DiscoverabilityContent ReadinessEstablished
Markdown negotiation
Markdown negotiation failed at "Markdown content type".
Needs attention
Markdown negotiation
Issue
Content-Type "text/html; charset=utf-8" does not indicate Markdown when requested with Accept: text/markdown.
Why it matters
Markdown negotiation gives agents a cleaner representation of page content while preserving normal HTML for browsers.
Check name
Markdown negotiation
Score
0/100
Status
fail
Category
Content Readiness
Maturity
Established
Goal
Return HTML responses as markdown when agents request it.
Result
Markdown negotiation failed at "Markdown content type".
Validation steps
Markdown content type
Content-Type "text/html; charset=utf-8" does not indicate Markdown when requested with Accept: text/markdown.
Vary: Accept header
Markdown negotiation is missing Vary: Accept; current Vary header is "accept-encoding".
Structured Markdown body
Markdown response is missing a heading.
Evidence
{
"failedStep": "content-type",
"steps": [
{
"id": "content-type",
"title": "Markdown content type",
"status": "fail",
"evidence": {
"statusCode": 200,
"contentType": "text/html; charset=utf-8"
},
"issue": "Content-Type \"text/html; charset=utf-8\" does not indicate Markdown when requested with Accept: text/markdown.",
"howToFix": "Return Content-Type: text/markdown; charset=utf-8 for requests with Accept: text/markdown."
},
{
"id": "vary-accept",
"title": "Vary: Accept header",
"status": "fail",
"evidence": {
"vary": "accept-encoding"
},
"issue": "Markdown negotiation is missing Vary: Accept; current Vary header is \"accept-encoding\".",
"howToFix": "Add Vary: Accept on negotiated Markdown responses so shared caches keep HTML and Markdown variants separate."
},
{
"id": "markdown-content",
"title": "Structured Markdown body",
"status": "fail",
"evidence": {
"valid": false,
"hasHeading": false,
"wordCount": 21953,
"excerpt": "<!DOCTYPE html><!-- Last Published: Tue Jun 09 2026 20:20:32 GMT+0000 (Coordinated Universal Time) --><html data-wf-domain=\"liveramp.com\" data-wf-page=\"68daaf52555d6adf0c7675f2\" data-wf-site=\"68daaf51555d6adf0c767571\" data-wf-intellimize-cu",
"issue": "Markdown response is missing a heading."
},
"issue": "Markdown response is missing a heading.",
"howToFix": "Return Markdown with at least one heading and substantive page content, including useful links or instructions for agents."
}
]
}Agent Ease of UseMCPEmerging recommendation
MCP Server Card
MCP Server Card failed at "Fetch to find resource".
25 Fail
Agent Ease of UseMCPEmerging recommendation
MCP Server Card
MCP Server Card failed at "Fetch to find resource".
Needs attention
MCP Server Card
Issue
MCP Server Card was not found at the expected path.
Why it matters
MCP Server Cards help agents discover server transports, capabilities, and protocol details before opening an MCP session.
Check name
MCP Server Card
Score
0/100
Status
fail
Category
MCP
Maturity
Emerging recommendation
Goal
Publish an MCP Server Card for agent discovery.
Result
MCP Server Card failed at "Fetch to find resource".
Validation steps
Fetch to find resource
MCP Server Card was not found at the expected path.
Evidence
{
"failedStep": "fetch",
"steps": [
{
"id": "fetch",
"title": "Fetch to find resource",
"status": "fail",
"evidence": {
"checked": [
{
"path": "/.well-known/mcp/server-card.json",
"statusCode": 404,
"contentType": "text/html; charset=utf-8",
"length": 88
},
{
"path": "/.well-known/mcp/server-cards.json",
"statusCode": 404,
"contentType": "text/html; charset=utf-8",
"length": 88
},
{
"path": "/.well-known/mcp.json",
"statusCode": 404,
"contentType": "text/html; charset=utf-8",
"length": 88
}
]
},
"issue": "MCP Server Card was not found at the expected path.",
"howToFix": "Publish an MCP server card with valid transports and make each advertised local endpoint answer an MCP initialize request."
}
]
}Agent Ease of UseMCPEmerging recommendation
mcp.json
mcp.json failed at "Fetch to find resource".
25 Fail
Agent Ease of UseMCPEmerging recommendation
mcp.json
mcp.json failed at "Fetch to find resource".
Needs attention
mcp.json
Issue
mcp.json was not found at the expected path.
Why it matters
MCP clients need trustworthy server metadata, protocol version, transport details, and capability hints before connecting to a remote MCP server.
Check name
mcp.json
Score
0/100
Status
fail
Category
MCP
Maturity
Emerging recommendation
Goal
Expose a stable MCP server metadata document that points agents to the site's MCP endpoint.
Result
mcp.json failed at "Fetch to find resource".
Validation steps
Fetch to find resource
mcp.json was not found at the expected path.
Evidence
{
"failedStep": "fetch",
"steps": [
{
"id": "fetch",
"title": "Fetch to find resource",
"status": "fail",
"evidence": {
"checked": [
{
"path": "/mcp.json",
"statusCode": 404,
"contentType": "text/html; charset=utf-8",
"length": 121224
},
{
"path": "/.well-known/mcp.json",
"statusCode": 404,
"contentType": "text/html; charset=utf-8",
"length": 88
},
{
"path": "/.well-known/mcp/server-card.json",
"statusCode": 404,
"contentType": "text/html; charset=utf-8",
"length": 88
}
]
},
"issue": "mcp.json was not found at the expected path.",
"howToFix": "Publish mcp.json or an MCP server card with serverInfo, protocolVersion, transport endpoint, and capabilities."
}
]
}AI DiscoverabilityContent ReadinessEstablished
Semantic HTML
Semantic HTML is missing or incomplete.
25 Fail
AI DiscoverabilityContent ReadinessEstablished
Semantic HTML
Semantic HTML is missing or incomplete.
Needs attention
Semantic HTML
Issue
Semantic HTML is incomplete: skipped heading levels; 5 links missing accessible names; 0/1 applicable form inputs have autocomplete attributes (1 missing).
Details
Why it matters
Semantic HTML gives browsers, assistive technology, search systems, and agents reliable landmarks, headings, controls, form semantics, and image context.
Check name
Semantic HTML
Score
0/100
Status
fail
Category
Content Readiness
Maturity
Established
Goal
Expose readable page structure through semantic HTML and accessible controls.
Result
Semantic HTML is missing or incomplete.
Evidence
{
"main": true,
"nav": true,
"footer": true,
"meaningfulH1": true,
"headingOrder": false,
"accessibleLinks": false,
"accessibleButtons": true,
"imageAltCoverage": true,
"formAutocompleteCoverage": false,
"details": {
"inaccessibleLinks": [
"<a href=\"/?r=0\" data-wf-native-id-path=\"5e7fcc31-57f8-db8b-8abe-d93d0964ff8d:41c2e1e5-99c8-aa01-e572-454165b46621\" data-wf-ao-click-engagement-tracking=\"true\" data-wf-element-id=\"41c2e1e5-99c8-aa01-e572-454165b46621\" data-wf-component-context=\"%5B%7B%22componentId%22%3A%2241c2e1e5-99c8-aa01-e572-454165b46613%22%2C%22instanceId%22%3A%225e7fcc31-57f8-db8b-8abe-d93d0964ff8d%22%7D%5D\" aria-current=\"page\" class=\"navbar_logo-link-block w-nav-brand w--current\"><img loading=\"lazy\" src=\"https://cdn.prod.",
"<a href=\"https://lr-website-evo.canvas.webflow.com/#\" data-wf-native-id-path=\"39d5bc97-7419-3dad-c790-3b1443afd956\" data-wf-ao-click-engagement-tracking=\"true\" data-wf-element-id=\"39d5bc97-7419-3dad-c790-3b1443afd956\"><strong><br></strong></a>",
"<a data-wf-native-id-path=\"1d40e402-30a7-aab5-4a90-62edf5c9021b:1d40e402-30a7-aab5-4a90-62edf5c90211\" data-wf-ao-click-engagement-tracking=\"true\" data-wf-element-id=\"1d40e402-30a7-aab5-4a90-62edf5c90211\" data-wf-component-context=\"%5B%7B%22componentId%22%3A%221d40e402-30a7-aab5-4a90-62edf5c900e9%22%2C%22instanceId%22%3A%221d40e402-30a7-aab5-4a90-62edf5c9021b%22%7D%5D\" href=\"https://linkedin.com/company/liveramp\" target=\"_blank\" class=\"footer-link-clean footer_icon w-inline-block\"><div class=\"w-e",
"<a data-wf-native-id-path=\"1d40e402-30a7-aab5-4a90-62edf5c9021b:1d40e402-30a7-aab5-4a90-62edf5c90214\" data-wf-ao-click-engagement-tracking=\"true\" data-wf-element-id=\"1d40e402-30a7-aab5-4a90-62edf5c90214\" data-wf-component-context=\"%5B%7B%22componentId%22%3A%221d40e402-30a7-aab5-4a90-62edf5c900e9%22%2C%22instanceId%22%3A%221d40e402-30a7-aab5-4a90-62edf5c9021b%22%7D%5D\" href=\"https://www.youtube.com/channel/UCQ5nBw1GCjTAkBvjsXx0VZw\" target=\"_blank\" class=\"footer-link-clean footer_icon w-inline-blo",
"<a data-wf-native-id-path=\"1d40e402-30a7-aab5-4a90-62edf5c9021b:1d40e402-30a7-aab5-4a90-62edf5c90217\" data-wf-ao-click-engagement-tracking=\"true\" data-wf-element-id=\"1d40e402-30a7-aab5-4a90-62edf5c90217\" data-wf-component-context=\"%5B%7B%22componentId%22%3A%221d40e402-30a7-aab5-4a90-62edf5c900e9%22%2C%22instanceId%22%3A%221d40e402-30a7-aab5-4a90-62edf5c9021b%22%7D%5D\" href=\"#\" class=\"footer_logo-link w-inline-block\"><img loading=\"lazy\" src=\"https://cdn.prod.website-files.com/68daaf51555d6adf0c76"
],
"inaccessibleButtons": [],
"missingAutocompleteInputs": [
"<input class=\"text-size-medium-4 w-input\" autofocus=\"true\" maxlength=\"256\" name=\"query\" placeholder=\"Search LiveRamp.com\" type=\"search\" id=\"search\" required>"
],
"imagesMissingAlt": [],
"skippedHeadingLevels": [
"h5: I want to",
"h5: How LiveRamp Helps",
"h5: Industry",
"h5: Overview",
"h5: Enterprise-Level Features",
"h5: Live/identity",
"h5: Live/Connectivity",
"h5: Live/Access",
"h5: Live/Insights",
"h1: Reach customers anywhere. Measure impact everywhere.",
"h6: Why 500+ global partners trust LiveRamp",
"h2: Plug into the world’s most powerful data collaboration network",
"h3: Delight consumers everywhere it matters",
"h3: Work with your tools, your way",
"h3: Protect consumer trust",
"h3: Help AI agents act smarter",
"h6: Your peers, our customers",
"h2: Proven by leaders, powered by LiveRamp",
"h6: How liveramp can help you",
"h2: Explore intelligent solutions for your most ambitious marketing and business goals",
"h2: Industry leadership and awards",
"h6: Get in touch",
"h2: Unlock exponential value with data collaboration",
"h4: Solutions",
"h5: I Want To",
"h5: How LiveRamp Helps",
"h5: Industries",
"h4: Platform",
"h5: Platform Overview",
"h5: Enterprise-Level Features",
"h5: Live/Identity",
"h5: Live/Connectivity",
"h5: Live/Access",
"h5: Live/Insights",
"h4: Resources",
"h4: Partners",
"h4: Company"
]
},
"counts": {
"h1": 1,
"headings": 37,
"links": 187,
"inaccessibleLinks": 5,
"buttons": 11,
"inaccessibleButtons": 0,
"images": 66,
"imagesWithAlt": 66,
"autocompleteInputs": 1,
"inputsWithAutocomplete": 0,
"missingAutocompleteInputs": 1
}
}Agent Ease of UseMCPInformational
WebMCP manifest
WebMCP manifest failed at "Fetch to find resource".
25 Fail
Agent Ease of UseMCPInformational
WebMCP manifest
WebMCP manifest failed at "Fetch to find resource".
Needs attention
WebMCP manifest
Issue
WebMCP manifest was not found at the expected path.
Why it matters
A WebMCP manifest advertises browser-exposed tools declaratively so agents can understand available site actions before invoking them.
Check name
WebMCP manifest
Score
0/100
Status
fail
Category
MCP
Maturity
Informational
Goal
Publish a WebMCP manifest for declarative browser tool discovery when using the draft manifest convention.
Result
WebMCP manifest failed at "Fetch to find resource".
Validation steps
Fetch to find resource
WebMCP manifest was not found at the expected path.
Evidence
{
"failedStep": "fetch",
"steps": [
{
"id": "fetch",
"title": "Fetch to find resource",
"status": "fail",
"evidence": {
"checked": [
{
"path": "/.well-known/webmcp.json",
"statusCode": 404,
"contentType": "text/html; charset=utf-8",
"length": 88
},
{
"path": "/webmcp.json",
"statusCode": 404,
"contentType": "text/html; charset=utf-8",
"length": 121224
},
{
"path": "/mcp.json",
"statusCode": 404,
"contentType": "text/html; charset=utf-8",
"length": 121224
}
]
},
"issue": "WebMCP manifest was not found at the expected path.",
"howToFix": "Keep declarative WebMCP manifest discovery informational until the manifest shape stabilizes; validate tools if you publish one."
}
]
}Agent Ease of UseSkill DiscoveryEmerging recommendation
A2A Agent Card
A2A Agent Card failed at "Fetch to find resource".
20 Fail
Agent Ease of UseSkill DiscoveryEmerging recommendation
A2A Agent Card
A2A Agent Card failed at "Fetch to find resource".
Needs attention
A2A Agent Card
Issue
A2A Agent Card was not found at the expected path.
Why it matters
A2A Agent Cards let compatible clients discover agent skills, input and output modes, and the endpoint used to invoke those skills.
Check name
A2A Agent Card
Score
0/100
Status
fail
Category
Skill Discovery
Maturity
Emerging recommendation
Goal
Publish an agent card so A2A-compatible clients can discover capabilities.
Result
A2A Agent Card failed at "Fetch to find resource".
Validation steps
Fetch to find resource
A2A Agent Card was not found at the expected path.
Evidence
{
"failedStep": "fetch",
"steps": [
{
"id": "fetch",
"title": "Fetch to find resource",
"status": "fail",
"evidence": {
"checked": [
{
"path": "/.well-known/agent-card.json",
"statusCode": 404,
"contentType": "text/html; charset=utf-8",
"length": 88
},
{
"path": "/.well-known/a2a/agent-card.json",
"statusCode": 404,
"contentType": "text/html; charset=utf-8",
"length": 88
},
{
"path": "/agent-card.json",
"statusCode": 404,
"contentType": "text/html; charset=utf-8",
"length": 121224
}
]
},
"issue": "A2A Agent Card was not found at the expected path.",
"howToFix": "Publish an A2A Agent Card with required skill details and make the advertised url answer A2A JSON-RPC requests."
}
]
}Agent Ease of UseSkill DiscoveryEmerging recommendation
Agent Skills index
Agent Skills index failed at "Fetch to find resource".
20 Fail
Agent Ease of UseSkill DiscoveryEmerging recommendation
Agent Skills index
Agent Skills index failed at "Fetch to find resource".
Needs attention
Agent Skills index
Issue
Agent Skills index was not found at the expected path.
Why it matters
An Agent Skills index lets clients find task-specific SKILL.md documents that describe how to use site capabilities correctly.
Check name
Agent Skills index
Score
0/100
Status
fail
Category
Skill Discovery
Maturity
Emerging recommendation
Goal
Publish an agent skills discovery index.
Result
Agent Skills index failed at "Fetch to find resource".
Validation steps
Fetch to find resource
Agent Skills index was not found at the expected path.
Evidence
{
"failedStep": "fetch",
"steps": [
{
"id": "fetch",
"title": "Fetch to find resource",
"status": "fail",
"evidence": {
"checked": [
{
"path": "/.well-known/agent-skills/index.json",
"statusCode": 404,
"contentType": "text/html; charset=utf-8",
"length": 88
},
{
"path": "/.well-known/skills/index.json",
"statusCode": 404,
"contentType": "text/html; charset=utf-8",
"length": 88
}
]
},
"issue": "Agent Skills index was not found at the expected path.",
"howToFix": "Publish an index with a non-empty skills array and reachable SKILL.md URLs."
}
]
}Agent Ease of UseSkill DiscoveryEmerging recommendation
agent.json
agent.json failed at "Fetch to find resource".
20 Fail
Agent Ease of UseSkill DiscoveryEmerging recommendation
agent.json
agent.json failed at "Fetch to find resource".
Needs attention
agent.json
Issue
agent.json was not found at the expected path.
Why it matters
agent.json is an emerging machine-readable manifest for declaring what a website does, how agents authenticate, and which actions or protocols are available.
Check name
agent.json
Score
0/100
Status
fail
Category
Skill Discovery
Maturity
Emerging recommendation
Goal
Publish the singular Agent Web Protocol agent.json manifest without confusing it with the separate agents.json directory convention.
Result
agent.json failed at "Fetch to find resource".
Validation steps
Fetch to find resource
agent.json was not found at the expected path.
Evidence
{
"failedStep": "fetch",
"steps": [
{
"id": "fetch",
"title": "Fetch to find resource",
"status": "fail",
"evidence": {
"checked": [
{
"path": "/.well-known/agent.json",
"statusCode": 404,
"contentType": "text/html; charset=utf-8",
"length": 88
},
{
"path": "/agent.json",
"statusCode": 404,
"contentType": "text/html; charset=utf-8",
"length": 121224
}
]
},
"issue": "agent.json was not found at the expected path.",
"howToFix": "Publish agent.json with awp_version, domain, intent, and typed actions that point to real same-origin API or protocol endpoints."
}
]
}Agent Ease of UseSkill DiscoveryInformational
agents.json
agents.json failed at "Fetch to find resource".
20 Fail
Agent Ease of UseSkill DiscoveryInformational
agents.json
agents.json failed at "Fetch to find resource".
Needs attention
agents.json
Issue
agents.json was not found at the expected path.
Why it matters
agents.json gives clients a simple directory of agent-facing capabilities and contacts when a site chooses to advertise them.
Check name
agents.json
Score
0/100
Status
fail
Category
Skill Discovery
Maturity
Informational
Goal
Publish an agents.json directory for agent-facing capabilities and contacts when using this convention.
Result
agents.json failed at "Fetch to find resource".
Validation steps
Fetch to find resource
agents.json was not found at the expected path.
Evidence
{
"failedStep": "fetch",
"steps": [
{
"id": "fetch",
"title": "Fetch to find resource",
"status": "fail",
"evidence": {
"checked": [
{
"path": "/.well-known/agents.json",
"statusCode": 404,
"contentType": "text/html; charset=utf-8",
"length": 88
},
{
"path": "/agents.json",
"statusCode": 404,
"contentType": "text/html; charset=utf-8",
"length": 121224
}
]
},
"issue": "agents.json was not found at the expected path.",
"howToFix": "If this site uses agents.json, publish JSON with an agents array containing name and url for each agent."
}
]
}AI DiscoverabilityDiscoverabilityEstablished
FAQPage schema
FAQPage schema is missing or incomplete.
20 Fail
AI DiscoverabilityDiscoverabilityEstablished
FAQPage schema
FAQPage schema is missing or incomplete.
Needs attention
FAQPage schema
Issue
FAQ content was detected but no FAQPage schema was found.
Why it matters
FAQPage schema lets agents extract visible question-and-answer content cleanly and avoid guessing which text is an answer.
Check name
FAQPage schema
Score
0/100
Status
fail
Category
Discoverability
Maturity
Established
Goal
Expose question-and-answer content in FAQPage structured data when FAQs are present.
Result
FAQPage schema is missing or incomplete.
Evidence
{
"found": false,
"visibleFaq": true,
"allTypes": []
}AI DiscoverabilityDiscoverabilityEstablished
High-value schema types
High-value schema types is missing or incomplete.
20 Fail
AI DiscoverabilityDiscoverabilityEstablished
High-value schema types
High-value schema types is missing or incomplete.
Needs attention
High-value schema types
Issue
No high-value schema types (e.g. Article, Product, Service) were found.
Why it matters
High-value schema types tell agents whether a page is an article, product, event, service, or other actionable content type.
Check name
High-value schema types
Score
0/100
Status
fail
Category
Discoverability
Maturity
Established
Goal
Use schema types that describe the page's primary content or offering.
Result
High-value schema types is missing or incomplete.
Evidence
{
"found": [],
"expected": [
"Article",
"BlogPosting",
"NewsArticle",
"Product",
"SoftwareApplication",
"FAQPage",
"LocalBusiness",
"VideoObject",
"HowTo",
"Event",
"Course",
"Review",
"Service"
],
"allTypes": []
}AI DiscoverabilityDiscoverabilityEstablished
JSON-LD present
JSON-LD present is missing or incomplete.
20 Fail
AI DiscoverabilityDiscoverabilityEstablished
JSON-LD present
JSON-LD present is missing or incomplete.
Needs attention
JSON-LD present
Issue
No JSON-LD blocks found.
Why it matters
JSON-LD is a low-friction structured data format that agents can extract without interpreting page presentation or microdata markup.
Check name
JSON-LD present
Score
0/100
Status
fail
Category
Discoverability
Maturity
Established
Goal
Expose schema.org JSON-LD so AI search systems can parse page entities.
Result
JSON-LD present is missing or incomplete.
Evidence
{
"blocks": 0,
"validBlocks": 0,
"schemaContextBlocks": 0,
"errors": [],
"documents": [],
"nodes": []
}AI DiscoverabilityDiscoverabilityEstablished
Link headers
Link headers failed at "Find useful Link headers".
20 Fail
AI DiscoverabilityDiscoverabilityEstablished
Link headers
Link headers failed at "Find useful Link headers".
Needs attention
Link headers
Issue
No useful agent discovery Link headers were found.
Why it matters
Link headers let automated clients discover API catalogs, documentation, and machine-readable alternates without parsing page markup first.
Check name
Link headers
Score
0/100
Status
fail
Category
Discoverability
Maturity
Established
Goal
Include Link response headers for agent discovery using RFC 8288.
Result
Link headers failed at "Find useful Link headers".
Validation steps
Find useful Link headers
No useful agent discovery Link headers were found.
Fetch same-origin Link header targets
Link headers did not expose any same-origin targets to validate.
Evidence
{
"failedStep": "presence",
"steps": [
{
"id": "presence",
"title": "Find useful Link headers",
"status": "fail",
"evidence": {
"links": []
},
"issue": "No useful agent discovery Link headers were found.",
"howToFix": "Expose useful Link headers such as rel=\"api-catalog\", rel=\"service-doc\", and rel=\"service-desc\"."
},
{
"id": "target-validation",
"title": "Fetch same-origin Link header targets",
"status": "fail",
"evidence": {
"checked": [],
"failures": [
{
"reason": "No same-origin Link header targets were available to fetch."
}
]
},
"issue": "Link headers did not expose any same-origin targets to validate.",
"howToFix": "Make each same-origin Link href reachable and serve the advertised media type."
}
]
}AI DiscoverabilityDiscoverabilityEstablished
Organization / WebSite schema
Organization / WebSite schema is missing or incomplete.
20 Fail
AI DiscoverabilityDiscoverabilityEstablished
Organization / WebSite schema
Organization / WebSite schema is missing or incomplete.
Needs attention
Organization / WebSite schema
Issue
Neither Organization nor WebSite schema types were found in JSON-LD.
Why it matters
Organization and WebSite schema help agents identify the publisher, canonical site identity, logo, and related profiles for attribution.
Check name
Organization / WebSite schema
Score
0/100
Status
fail
Category
Discoverability
Maturity
Established
Goal
Identify the site owner and website entity in structured data.
Result
Organization / WebSite schema is missing or incomplete.
Evidence
{
"found": [],
"allTypes": []
}AI DiscoverabilityContent ReadinessEstablished
Content freshness signals
Content freshness signals is partially implemented.
19 Warning
AI DiscoverabilityContent ReadinessEstablished
Content freshness signals
Content freshness signals is partially implemented.
Needs attention
Content freshness signals
Issue
Content freshness signals are incomplete: missing dateModified/datePublished in JSON-LD; missing meta or <time> freshness tags.
Why it matters
Freshness signals help agents decide whether content is current enough to cite, summarize, or compare against newer sources.
Check name
Content freshness signals
Score
25/100
Status
warning
Category
Content Readiness
Maturity
Established
Goal
Expose modified and published dates for freshness-aware retrieval and ranking.
Result
Content freshness signals is partially implemented.
Evidence
{
"lastModified": "Wed, 10 Jun 2026 19:47:08 GMT",
"schemaDates": [],
"metaDateCount": 0,
"timeDateCount": 0
}Agent Ease of UseSkill DiscoveryEmerging recommendation
DNS-AID Agent Discovery
DNS-AID Agent Discovery failed at "Resolve DNS-AID SVCB/HTTPS records".
15 Fail
Agent Ease of UseSkill DiscoveryEmerging recommendation
DNS-AID Agent Discovery
DNS-AID Agent Discovery failed at "Resolve DNS-AID SVCB/HTTPS records".
Needs attention
DNS-AID Agent Discovery
Issue
No DNS-AID entrypoint records were found under _agents.
Why it matters
DNS-AID lets agents discover index, A2A, and other agent entrypoints before fetching HTTP metadata, while DNSSEC can authenticate the discovery zone.
Check name
DNS-AID Agent Discovery
Score
25/100
Status
fail
Category
Skill Discovery
Maturity
Emerging recommendation
Goal
Publish DNS for AI Discovery records under _agents for DNS-based agent entrypoint discovery.
Result
DNS-AID Agent Discovery failed at "Resolve DNS-AID SVCB/HTTPS records".
Validation steps
Resolve DNS-AID SVCB/HTTPS records
No DNS-AID entrypoint records were found under _agents.
Validate alpn and endpoint parameters
Include alpn and endpoint service parameters in each DNS-AID record so agents know the protocol and target entrypoint.
Check DNSSEC material
DNSSEC material was not visible for the hostname or parent zone from this resolver.
Evidence
{
"failedStep": "svcb-https-records",
"steps": [
{
"id": "svcb-https-records",
"title": "Resolve DNS-AID SVCB/HTTPS records",
"status": "fail",
"evidence": {
"hostname": "liveramp.com",
"probes": [
{
"name": "_index._agents.liveramp.com",
"found": false,
"recordCount": 1,
"records": [],
"hasAlpn": false,
"hasEndpoint": false
},
{
"name": "_a2a._agents.liveramp.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": "liveramp.com",
"dnssecTypes": [],
"dnssecRecordCount": 0
}
]
},
"issue": "DNSSEC material was not visible for the hostname or parent zone from this resolver.",
"howToFix": "Sign the public discovery zone with DNSSEC so validating resolvers can return authenticated data."
}
]
}Agent Ease of UseMCPInformational
WebMCP
WebMCP has a validation warning at "Validate WebMCP declarative annotation quality".
13 Warning
Agent Ease of UseMCPInformational
WebMCP
WebMCP has a validation warning at "Validate WebMCP declarative annotation quality".
Needs attention
WebMCP
Issue
WebMCP declarative annotations need fixes.
Details
Why it matters
WebMCP can expose page context and actions directly through the browser, giving agents safer structured hooks than screen scraping alone.
Check name
WebMCP
Score
50/100
Status
warning
Category
MCP
Maturity
Informational
Goal
Support WebMCP to expose site tools to AI agents via the browser.
Result
WebMCP has a validation warning at "Validate WebMCP declarative annotation quality".
Validation steps
Detect data-mcp-tool annotations
No data-mcp-tool attributes were found on interactive elements.
Detect WebMCP declarative tags
No elements found with tool-name or tool-description attributes.
Validate WebMCP declarative annotation quality
WebMCP declarative annotations need fixes.
WebMCP declarative annotation issues
<input name="query"> is missing tool-param-description.<input> is missing a name attribute.<input> is missing a label.<input> is missing tool-param-description.
Detect WebMCP imperative API usage
navigator.modelContext.provideContext(), navigator.modelContext.registerTool(), or other imperative signals were not detected in rendered browser state.
Detect WebMCP browser navigator injection
navigator.modelContext was not detected in the rendered browser page.
Interactive surface coverage
Only 0% of interactive surfaces are annotated.
Evidence
{
"failedStep": "declarative-annotation-quality",
"steps": [
{
"id": "data-mcp-tool-attributes",
"title": "Detect data-mcp-tool annotations",
"status": "informational",
"evidence": {
"dataMcpToolCount": 0,
"dataMcpTools": []
},
"issue": "No data-mcp-tool attributes were found on interactive elements.",
"howToFix": "Add data-mcp-tool attributes to high-value forms, buttons, and links so generic MCP-aware tooling can identify intended actions."
},
{
"id": "declarative-tags",
"title": "Detect WebMCP declarative tags",
"status": "informational",
"evidence": {
"totalForms": 1,
"formsWithTags": 0,
"totalInteractive": 200,
"interactiveWithTags": 0,
"totalCount": 201,
"taggedCount": 0,
"dataMcpToolCount": 0,
"dataMcpTools": [],
"coverage": 0,
"annotationIssues": [
"<input name=\"query\"> is missing tool-param-description.",
"<input> is missing a name attribute.",
"<input> is missing a label.",
"<input> is missing tool-param-description."
]
},
"issue": "No elements found with tool-name or tool-description attributes.",
"howToFix": "Add tool-name and tool-description attributes to forms and interactive elements."
},
{
"id": "declarative-annotation-quality",
"title": "Validate WebMCP declarative annotation quality",
"status": "warning",
"evidence": {
"issueCount": 4,
"issues": [
"<input name=\"query\"> is missing tool-param-description.",
"<input> is missing a name attribute.",
"<input> is missing a label.",
"<input> is missing tool-param-description."
]
},
"issue": "WebMCP declarative annotations need fixes.",
"issueDetails": [
{
"title": "WebMCP declarative annotation issues",
"items": [
{
"type": "code",
"value": "<input name=\"query\"> is missing tool-param-description."
},
{
"type": "code",
"value": "<input> is missing a name attribute."
},
{
"type": "code",
"value": "<input> is missing a label."
},
{
"type": "code",
"value": "<input> is missing tool-param-description."
}
]
}
],
"howToFix": "Use snake_case tool-name values, descriptive tool-description values, named and labeled fields, and tool-param-description on inputs."
},
{
"id": "imperative-api",
"title": "Detect WebMCP imperative API usage",
"status": "informational",
"evidence": {
"staticSignals": {
"detected": false,
"matched": []
},
"browser": {
"checked": true,
"detected": false,
"hasNavigatorModelContext": false,
"modelContextType": "undefined",
"hasProvideContext": false,
"hasRegisterTool": false
}
},
"issue": "navigator.modelContext.provideContext(), navigator.modelContext.registerTool(), or other imperative signals were not detected in rendered browser state.",
"howToFix": "Use navigator.modelContext.provideContext() to register tools programmatically."
},
{
"id": "browser-navigator-injection",
"title": "Detect WebMCP browser navigator injection",
"status": "informational",
"evidence": {
"browser": {
"checked": true,
"detected": false,
"hasNavigatorModelContext": false,
"modelContextType": "undefined",
"hasProvideContext": false,
"hasRegisterTool": false
}
},
"issue": "navigator.modelContext was not detected in the rendered browser page.",
"howToFix": "Expose WebMCP through navigator.modelContext in the browser runtime when the page is intended to provide in-page tools."
},
{
"id": "surface-coverage",
"title": "Interactive surface coverage",
"status": "informational",
"evidence": {
"totalForms": 1,
"formsWithTags": 0,
"totalInteractive": 200,
"interactiveWithTags": 0,
"totalCount": 201,
"taggedCount": 0,
"dataMcpToolCount": 0,
"dataMcpTools": [],
"coverage": 0,
"annotationIssues": [
"<input name=\"query\"> is missing tool-param-description.",
"<input> is missing a name attribute.",
"<input> is missing a label.",
"<input> is missing tool-param-description."
]
},
"issue": "Only 0% of interactive surfaces are annotated.",
"howToFix": "Add WebMCP annotations to all forms and interactive elements to increase agent coverage."
}
],
"staticSignals": {
"detected": false,
"matched": []
},
"coverage": {
"totalForms": 1,
"formsWithTags": 0,
"totalInteractive": 200,
"interactiveWithTags": 0,
"totalCount": 201,
"taggedCount": 0,
"dataMcpToolCount": 0,
"dataMcpTools": [],
"coverage": 0,
"annotationIssues": [
"<input name=\"query\"> is missing tool-param-description.",
"<input> is missing a name attribute.",
"<input> is missing a label.",
"<input> is missing tool-param-description."
]
},
"browserWebMcp": {
"checked": true,
"detected": false,
"hasNavigatorModelContext": false,
"modelContextType": "undefined",
"hasProvideContext": false,
"hasRegisterTool": false
}
}GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AIO: Visible structured data match
AIO: Visible structured data match scored 0/100 and needs a fix.
10 Fail
GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AIO: Visible structured data match
AIO: Visible structured data match scored 0/100 and needs a fix.
Needs attention
AIO: Visible structured data match
Issue
No JSON-LD structured data was detected.
Details
Why it matters
AI Overviews depend on Google-search eligibility, useful visible content, consistent structured data, answer-first sections, trust signals, and preview controls that permit snippets.
Check name
AIO: Visible structured data match
Score
0/100
Status
fail
Category
GEO, AIO & AEO
Maturity
Emerging recommendation
Goal
Make page content eligible and useful for Google AI Overviews and AI Mode extraction.
Result
AIO: Visible structured data match scored 0/100 and needs a fix.
Evidence
{
"schemaCount": 0,
"mismatches": [],
"score": 0,
"weight": 18
}GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AIO: Source and trust signals
AIO: Source and trust signals scored 40/100 and needs a fix.
6 Fail
GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AIO: Source and trust signals
AIO: Source and trust signals scored 40/100 and needs a fix.
Needs attention
AIO: Source and trust signals
Issue
Missing AIO trust signals: author, publisher, freshnessDate.
Details
Why it matters
AI Overviews depend on Google-search eligibility, useful visible content, consistent structured data, answer-first sections, trust signals, and preview controls that permit snippets.
Check name
AIO: Source and trust signals
Score
40/100
Status
fail
Category
GEO, AIO & AEO
Maturity
Emerging recommendation
Goal
Make page content eligible and useful for Google AI Overviews and AI Mode extraction.
Result
AIO: Source and trust signals scored 40/100 and needs a fix.
Evidence
{
"signals": {
"author": false,
"publisher": false,
"freshnessDate": false,
"aboutOrContact": true,
"policyLinks": true
},
"missing": [
"author",
"publisher",
"freshnessDate"
],
"authorMeta": "",
"schemaAuthors": [],
"schemaPublishers": [],
"schemaDates": [],
"visibleDates": [],
"aboutLinks": [
{
"href": "/about/why-liveramp",
"text": "Why LiveRamp?",
"html": "<a data-wf-native-id-path=\"5e7fcc31-57f8-db8b-8abe-d93d0964ff8d:b0a97e26-0cd3-8e48-fc1b-7275c4d068d7\" data-wf-ao-click-engagement-tracking=\"true\" data-wf-element-id=\"b0a97e26-0cd3-8e48-fc1b-7275c4d068d7\" data-wf-component-context=\"%5B%7B%22componentId%22%3A%2241c2e1e5-99c8-aa01-e572-454165b46613%22%2C%22instanceId%22%3A%225e7fcc31-57f8-db8b-8abe-d93d0964ff8d%22%7D%5D\" href=\"/about/why-liveramp\" class=\"navbar_dropdown-link w-inline-block\"><div class=\"navbar_item-right\"><div class=\"text-weight-..."
},
{
"href": "/our-platform/liveramp-university/",
"text": "LiveRamp UniversityLearn about our on-demand training, and custom education sessions for LiveRamp products.",
"html": "<a data-wf-native-id-path=\"5e7fcc31-57f8-db8b-8abe-d93d0964ff8d:c079f149-765a-642a-3679-f7a1bd722677\" data-wf-ao-click-engagement-tracking=\"true\" data-wf-element-id=\"c079f149-765a-642a-3679-f7a1bd722677\" data-wf-component-context=\"%5B%7B%22componentId%22%3A%2241c2e1e5-99c8-aa01-e572-454165b46613%22%2C%22instanceId%22%3A%225e7fcc31-57f8-db8b-8abe-d93d0964ff8d%22%7D%5D\" href=\"/our-platform/liveramp-university/\" class=\"navbar_dropdown-link w-inline-block\"><div class=\"navbar_item-right\"><div clas..."
},
{
"href": "/partners",
"text": "Partner OverviewFind out more about our partnerships and the value they can unlock for your business.",
"html": "<a data-wf-native-id-path=\"5e7fcc31-57f8-db8b-8abe-d93d0964ff8d:41c2e1e5-99c8-aa01-e572-454165b46771\" data-wf-ao-click-engagement-tracking=\"true\" data-wf-element-id=\"41c2e1e5-99c8-aa01-e572-454165b46771\" data-wf-component-context=\"%5B%7B%22componentId%22%3A%2241c2e1e5-99c8-aa01-e572-454165b46613%22%2C%22instanceId%22%3A%225e7fcc31-57f8-db8b-8abe-d93d0964ff8d%22%7D%5D\" href=\"/partners\" class=\"navbar_dropdown-link w-inline-block\"><div class=\"navbar_item-right\"><div class=\"text-weight-semibold\">..."
},
{
"href": "/about",
"text": "About Us",
"html": "<a data-wf-native-id-path=\"5e7fcc31-57f8-db8b-8abe-d93d0964ff8d:41c2e1e5-99c8-aa01-e572-454165b4679d\" data-wf-ao-click-engagement-tracking=\"true\" data-wf-element-id=\"41c2e1e5-99c8-aa01-e572-454165b4679d\" data-wf-component-context=\"%5B%7B%22componentId%22%3A%2241c2e1e5-99c8-aa01-e572-454165b46613%22%2C%22instanceId%22%3A%225e7fcc31-57f8-db8b-8abe-d93d0964ff8d%22%7D%5D\" href=\"/about\" class=\"navbar_dropdown-link w-inline-block\"><div class=\"navbar_item-right\"><div class=\"text-weight-medium\">About..."
},
{
"href": "/about/why-liveramp",
"text": "Why LiveRamp?",
"html": "<a data-wf-native-id-path=\"5e7fcc31-57f8-db8b-8abe-d93d0964ff8d:310cffbe-aa47-3b45-f5ae-f95ccf2cf4be\" data-wf-ao-click-engagement-tracking=\"true\" data-wf-element-id=\"310cffbe-aa47-3b45-f5ae-f95ccf2cf4be\" data-wf-component-context=\"%5B%7B%22componentId%22%3A%2241c2e1e5-99c8-aa01-e572-454165b46613%22%2C%22instanceId%22%3A%225e7fcc31-57f8-db8b-8abe-d93d0964ff8d%22%7D%5D\" href=\"/about/why-liveramp\" class=\"navbar_dropdown-link w-inline-block\"><div class=\"navbar_item-right\"><div class=\"text-weight-..."
},
{
"href": "/about/liveramp-ventures",
"text": "LiveRamp Ventures",
"html": "<a data-wf-native-id-path=\"5e7fcc31-57f8-db8b-8abe-d93d0964ff8d:41c2e1e5-99c8-aa01-e572-454165b467af\" data-wf-ao-click-engagement-tracking=\"true\" data-wf-element-id=\"41c2e1e5-99c8-aa01-e572-454165b467af\" data-wf-component-context=\"%5B%7B%22componentId%22%3A%2241c2e1e5-99c8-aa01-e572-454165b46613%22%2C%22instanceId%22%3A%225e7fcc31-57f8-db8b-8abe-d93d0964ff8d%22%7D%5D\" href=\"/about/liveramp-ventures\" class=\"navbar_dropdown-link w-inline-block\"><div class=\"navbar_item-right\"><div class=\"text-we..."
},
{
"href": "/about/diversity-inclusion-belonging",
"text": "Diversity, Inclusion + Belonging",
"html": "<a data-wf-native-id-path=\"5e7fcc31-57f8-db8b-8abe-d93d0964ff8d:41c2e1e5-99c8-aa01-e572-454165b467b5\" data-wf-ao-click-engagement-tracking=\"true\" data-wf-element-id=\"41c2e1e5-99c8-aa01-e572-454165b467b5\" data-wf-component-context=\"%5B%7B%22componentId%22%3A%2241c2e1e5-99c8-aa01-e572-454165b46613%22%2C%22instanceId%22%3A%225e7fcc31-57f8-db8b-8abe-d93d0964ff8d%22%7D%5D\" href=\"/about/diversity-inclusion-belonging\" class=\"navbar_dropdown-link w-inline-block\"><div class=\"navbar_item-right\"><div cl..."
},
{
"href": "/about/data-ethics-and-privacy",
"text": "Data Ethics + Privacy",
"html": "<a data-wf-native-id-path=\"5e7fcc31-57f8-db8b-8abe-d93d0964ff8d:41c2e1e5-99c8-aa01-e572-454165b467bb\" data-wf-ao-click-engagement-tracking=\"true\" data-wf-element-id=\"41c2e1e5-99c8-aa01-e572-454165b467bb\" data-wf-component-context=\"%5B%7B%22componentId%22%3A%2241c2e1e5-99c8-aa01-e572-454165b46613%22%2C%22instanceId%22%3A%225e7fcc31-57f8-db8b-8abe-d93d0964ff8d%22%7D%5D\" href=\"/about/data-ethics-and-privacy\" class=\"navbar_dropdown-link w-inline-block\"><div class=\"navbar_item-right\"><div class=\"t..."
},
{
"href": "/about/leadership",
"text": "Leadership",
"html": "<a data-wf-native-id-path=\"5e7fcc31-57f8-db8b-8abe-d93d0964ff8d:41c2e1e5-99c8-aa01-e572-454165b467c3\" data-wf-ao-click-engagement-tracking=\"true\" data-wf-element-id=\"41c2e1e5-99c8-aa01-e572-454165b467c3\" data-wf-component-context=\"%5B%7B%22componentId%22%3A%2241c2e1e5-99c8-aa01-e572-454165b46613%22%2C%22instanceId%22%3A%225e7fcc31-57f8-db8b-8abe-d93d0964ff8d%22%7D%5D\" href=\"/about/leadership\" class=\"navbar_dropdown-link w-inline-block\"><div class=\"navbar_item-right\"><div class=\"text-weight-me..."
},
{
"href": "https://www.greatplacetowork.com/certified-company/7004900",
"text": "LiveRamp receives Fortune Great Place to Work Certification",
"html": "<a data-wf-native-id-path=\"5ee9c55e-89c9-f7ab-bab6-7b609099b49f_instance-0:23379928-206e-bd1e-3230-18b8e7f99b4d_instance-0\" data-wf-ao-click-engagement-tracking=\"true\" data-wf-element-id=\"23379928-206e-bd1e-3230-18b8e7f99b4d\" data-wf-cms-context=\"%5B%7B%22collectionId%22%3A%2268f8c0ddd31b9df6cd4ccece%22%2C%22itemId%22%3A%226914b54a9a15390fe82b19c9%22%7D%5D\" data-wf-component-context=\"%5B%7B%22componentId%22%3A%2223379928-206e-bd1e-3230-18b8e7f99b4d%22%2C%22instanceId%22%3A%225ee9c55e-89c9-f7a..."
},
{
"href": "https://www.greatplacetowork.com/certified-company/7004900",
"text": "LiveRamp receives Fortune Great Place to Work Certification",
"html": "<a data-wf-native-id-path=\"5ee9c55e-89c9-f7ab-bab6-7b609099b49f_instance-0:23379928-206e-bd1e-3230-18b8e7f99b4d_instance-0\" data-wf-ao-click-engagement-tracking=\"true\" data-wf-element-id=\"23379928-206e-bd1e-3230-18b8e7f99b4d\" data-wf-cms-context=\"%5B%7B%22collectionId%22%3A%2268f8c0ddd31b9df6cd4ccece%22%2C%22itemId%22%3A%226914b54a9a15390fe82b19c9%22%7D%5D\" data-wf-component-context=\"%5B%7B%22componentId%22%3A%2223379928-206e-bd1e-3230-18b8e7f99b4d%22%2C%22instanceId%22%3A%225ee9c55e-89c9-f7a..."
},
{
"href": "https://www.greatplacetowork.com/certified-company/7004900",
"text": "LiveRamp receives Fortune Great Place to Work Certification",
"html": "<a data-wf-native-id-path=\"5ee9c55e-89c9-f7ab-bab6-7b609099b49f_instance-0:23379928-206e-bd1e-3230-18b8e7f99b4d_instance-0\" data-wf-ao-click-engagement-tracking=\"true\" data-wf-element-id=\"23379928-206e-bd1e-3230-18b8e7f99b4d\" data-wf-cms-context=\"%5B%7B%22collectionId%22%3A%2268f8c0ddd31b9df6cd4ccece%22%2C%22itemId%22%3A%226914b54a9a15390fe82b19c9%22%7D%5D\" data-wf-component-context=\"%5B%7B%22componentId%22%3A%2223379928-206e-bd1e-3230-18b8e7f99b4d%22%2C%22instanceId%22%3A%225ee9c55e-89c9-f7a..."
},
{
"href": "/about/why-liveramp",
"text": "Why LiveRamp?",
"html": "<a data-wf-native-id-path=\"1d40e402-30a7-aab5-4a90-62edf5c9021b:e7edc943-ef48-7bee-7953-70c2039fa988\" data-wf-ao-click-engagement-tracking=\"true\" data-wf-element-id=\"e7edc943-ef48-7bee-7953-70c2039fa988\" data-wf-component-context=\"%5B%7B%22componentId%22%3A%221d40e402-30a7-aab5-4a90-62edf5c900e9%22%2C%22instanceId%22%3A%221d40e402-30a7-aab5-4a90-62edf5c9021b%22%7D%5D\" href=\"/about/why-liveramp\" class=\"footer_nav_link\">Why LiveRamp?</a>"
},
{
"href": "/about",
"text": "About",
"html": "<a data-wf-native-id-path=\"1d40e402-30a7-aab5-4a90-62edf5c9021b:1d40e402-30a7-aab5-4a90-62edf5c901db\" data-wf-ao-click-engagement-tracking=\"true\" data-wf-element-id=\"1d40e402-30a7-aab5-4a90-62edf5c901db\" data-wf-component-context=\"%5B%7B%22componentId%22%3A%221d40e402-30a7-aab5-4a90-62edf5c900e9%22%2C%22instanceId%22%3A%221d40e402-30a7-aab5-4a90-62edf5c9021b%22%7D%5D\" href=\"/about\" class=\"footer_nav_link\">About</a>"
},
{
"href": "/about/why-liveramp",
"text": "Why LiveRamp?",
"html": "<a data-wf-native-id-path=\"1d40e402-30a7-aab5-4a90-62edf5c9021b:5686032b-6ef5-0764-0f0c-54bda12bb02c\" data-wf-ao-click-engagement-tracking=\"true\" data-wf-element-id=\"5686032b-6ef5-0764-0f0c-54bda12bb02c\" data-wf-component-context=\"%5B%7B%22componentId%22%3A%221d40e402-30a7-aab5-4a90-62edf5c900e9%22%2C%22instanceId%22%3A%221d40e402-30a7-aab5-4a90-62edf5c9021b%22%7D%5D\" href=\"/about/why-liveramp\" class=\"footer_nav_link\">Why LiveRamp?</a>"
},
{
"href": "/about/diversity-inclusion-belonging",
"text": "Diversity, Inclusion + Belonging",
"html": "<a data-wf-native-id-path=\"1d40e402-30a7-aab5-4a90-62edf5c9021b:1d40e402-30a7-aab5-4a90-62edf5c901e4\" data-wf-ao-click-engagement-tracking=\"true\" data-wf-element-id=\"1d40e402-30a7-aab5-4a90-62edf5c901e4\" data-wf-component-context=\"%5B%7B%22componentId%22%3A%221d40e402-30a7-aab5-4a90-62edf5c900e9%22%2C%22instanceId%22%3A%221d40e402-30a7-aab5-4a90-62edf5c9021b%22%7D%5D\" href=\"/about/diversity-inclusion-belonging\" class=\"footer_nav_link\">Diversity, Inclusion + Belonging</a>"
},
{
"href": "/about/data-ethics-and-privacy",
"text": "Data Ethics + Privacy",
"html": "<a data-wf-native-id-path=\"1d40e402-30a7-aab5-4a90-62edf5c9021b:1d40e402-30a7-aab5-4a90-62edf5c901e7\" data-wf-ao-click-engagement-tracking=\"true\" data-wf-element-id=\"1d40e402-30a7-aab5-4a90-62edf5c901e7\" data-wf-component-context=\"%5B%7B%22componentId%22%3A%221d40e402-30a7-aab5-4a90-62edf5c900e9%22%2C%22instanceId%22%3A%221d40e402-30a7-aab5-4a90-62edf5c9021b%22%7D%5D\" href=\"/about/data-ethics-and-privacy\" class=\"footer_nav_link\">Data Ethics + Privacy</a>"
},
{
"href": "https://youradchoices.com/",
"text": "About Ads",
"html": "<a data-wf-native-id-path=\"1d40e402-30a7-aab5-4a90-62edf5c9021b:1d40e402-30a7-aab5-4a90-62edf5c901fc\" data-wf-ao-click-engagement-tracking=\"true\" data-wf-element-id=\"1d40e402-30a7-aab5-4a90-62edf5c901fc\" data-wf-component-context=\"%5B%7B%22componentId%22%3A%221d40e402-30a7-aab5-4a90-62edf5c900e9%22%2C%22instanceId%22%3A%221d40e402-30a7-aab5-4a90-62edf5c9021b%22%7D%5D\" href=\"https://youradchoices.com/\" class=\"footer_nav_link\">About Ads</a>"
},
{
"href": "https://linkedin.com/company/liveramp",
"text": "",
"html": "<a data-wf-native-id-path=\"1d40e402-30a7-aab5-4a90-62edf5c9021b:1d40e402-30a7-aab5-4a90-62edf5c90211\" data-wf-ao-click-engagement-tracking=\"true\" data-wf-element-id=\"1d40e402-30a7-aab5-4a90-62edf5c90211\" data-wf-component-context=\"%5B%7B%22componentId%22%3A%221d40e402-30a7-aab5-4a90-62edf5c900e9%22%2C%22instanceId%22%3A%221d40e402-30a7-aab5-4a90-62edf5c9021b%22%7D%5D\" href=\"https://linkedin.com/company/liveramp\" target=\"_blank\" class=\"footer-link-clean footer_icon w-inline-block\"><div class=\"..."
}
],
"contactLinks": [
{
"href": "/contact",
"text": "Contact",
"html": "<a data-wf-native-id-path=\"5e7fcc31-57f8-db8b-8abe-d93d0964ff8d:41c2e1e5-99c8-aa01-e572-454165b467e1\" data-wf-ao-click-engagement-tracking=\"true\" data-wf-element-id=\"41c2e1e5-99c8-aa01-e572-454165b467e1\" data-wf-component-context=\"%5B%7B%22componentId%22%3A%2241c2e1e5-99c8-aa01-e572-454165b46613%22%2C%22instanceId%22%3A%225e7fcc31-57f8-db8b-8abe-d93d0964ff8d%22%7D%5D\" href=\"/contact\" class=\"navbar_dropdown-link w-inline-block\"><div class=\"navbar_item-right\"><div class=\"text-weight-medium\">Con..."
},
{
"href": "/contact",
"text": "Talk to an expert",
"html": "<a href=\"/contact\" data-wf--button-main-solid-button--variant=\"white-base\" data-w-id=\"f839f424-593c-fe8e-c26e-3661f73d1b33\" data-wf-native-id-path=\"5e7fcc31-57f8-db8b-8abe-d93d0964ff8d:f6eaf705-cc37-d9b4-f2db-25e995a519cf:f839f424-593c-fe8e-c26e-3661f73d1b33\" data-wf-ao-click-engagement-tracking=\"true\" data-wf-element-id=\"f839f424-593c-fe8e-c26e-3661f73d1b33\" data-wf-component-context=\"%5B%7B%22componentId%22%3A%2241c2e1e5-99c8-aa01-e572-454165b46613%22%2C%22instanceId%22%3A%225e7fcc31-57f8-d..."
},
{
"href": "https://liveramp.com/contact",
"text": "Talk to an Expert",
"html": "<a href=\"https://liveramp.com/contact\" data-wf-native-id-path=\"39d5bc97-7419-3dad-c790-3b1443afd953:d678478c-9adf-2eaf-01c9-ca48f884e026\" data-wf-ao-click-engagement-tracking=\"true\" data-wf-element-id=\"d678478c-9adf-2eaf-01c9-ca48f884e026\" data-wf-component-context=\"%5B%7B%22componentId%22%3A%2211ccda78-f33c-6ca6-5630-9d4af380ab3c%22%2C%22instanceId%22%3A%2239d5bc97-7419-3dad-c790-3b1443afd953%22%7D%5D\" data-wf-event-ids class=\"button-brand-7 hover-bg-black w-inline-block w-clearfix\"><div cla..."
},
{
"href": "https://support.liveramp.com/",
"text": "LiveRamp Community",
"html": "<a data-wf-native-id-path=\"1d40e402-30a7-aab5-4a90-62edf5c9021b:1d40e402-30a7-aab5-4a90-62edf5c901be\" data-wf-ao-click-engagement-tracking=\"true\" data-wf-element-id=\"1d40e402-30a7-aab5-4a90-62edf5c901be\" data-wf-component-context=\"%5B%7B%22componentId%22%3A%221d40e402-30a7-aab5-4a90-62edf5c900e9%22%2C%22instanceId%22%3A%221d40e402-30a7-aab5-4a90-62edf5c9021b%22%7D%5D\" href=\"https://support.liveramp.com/\" target=\"_blank\" class=\"footer_nav_link\">LiveRamp Community</a>"
},
{
"href": "/contact",
"text": "Contact Us",
"html": "<a data-wf-native-id-path=\"1d40e402-30a7-aab5-4a90-62edf5c9021b:1d40e402-30a7-aab5-4a90-62edf5c901e1\" data-wf-ao-click-engagement-tracking=\"true\" data-wf-element-id=\"1d40e402-30a7-aab5-4a90-62edf5c901e1\" data-wf-component-context=\"%5B%7B%22componentId%22%3A%221d40e402-30a7-aab5-4a90-62edf5c900e9%22%2C%22instanceId%22%3A%221d40e402-30a7-aab5-4a90-62edf5c9021b%22%7D%5D\" href=\"/contact\" class=\"footer_nav_link\">Contact Us</a>"
}
],
"privacyLinks": [
{
"href": "/about/data-ethics-and-privacy",
"text": "Data Ethics + Privacy",
"html": "<a data-wf-native-id-path=\"5e7fcc31-57f8-db8b-8abe-d93d0964ff8d:41c2e1e5-99c8-aa01-e572-454165b467bb\" data-wf-ao-click-engagement-tracking=\"true\" data-wf-element-id=\"41c2e1e5-99c8-aa01-e572-454165b467bb\" data-wf-component-context=\"%5B%7B%22componentId%22%3A%2241c2e1e5-99c8-aa01-e572-454165b46613%22%2C%22instanceId%22%3A%225e7fcc31-57f8-db8b-8abe-d93d0964ff8d%22%7D%5D\" href=\"/about/data-ethics-and-privacy\" class=\"navbar_dropdown-link w-inline-block\"><div class=\"navbar_item-right\"><div class=\"t..."
},
{
"href": "/about/data-ethics-and-privacy",
"text": "Data Ethics + Privacy",
"html": "<a data-wf-native-id-path=\"1d40e402-30a7-aab5-4a90-62edf5c9021b:1d40e402-30a7-aab5-4a90-62edf5c901e7\" data-wf-ao-click-engagement-tracking=\"true\" data-wf-element-id=\"1d40e402-30a7-aab5-4a90-62edf5c901e7\" data-wf-component-context=\"%5B%7B%22componentId%22%3A%221d40e402-30a7-aab5-4a90-62edf5c900e9%22%2C%22instanceId%22%3A%221d40e402-30a7-aab5-4a90-62edf5c9021b%22%7D%5D\" href=\"/about/data-ethics-and-privacy\" class=\"footer_nav_link\">Data Ethics + Privacy</a>"
},
{
"href": "/privacy",
"text": "Privacy",
"html": "<a data-wf-native-id-path=\"1d40e402-30a7-aab5-4a90-62edf5c9021b:1d40e402-30a7-aab5-4a90-62edf5c901ff\" data-wf-ao-click-engagement-tracking=\"true\" data-wf-element-id=\"1d40e402-30a7-aab5-4a90-62edf5c901ff\" data-wf-component-context=\"%5B%7B%22componentId%22%3A%221d40e402-30a7-aab5-4a90-62edf5c900e9%22%2C%22instanceId%22%3A%221d40e402-30a7-aab5-4a90-62edf5c9021b%22%7D%5D\" href=\"/privacy\" class=\"footer_nav_link\">Privacy</a>"
},
{
"href": "/privacy/california-privacy-notice",
"text": "California Privacy Notice",
"html": "<a data-wf-native-id-path=\"1d40e402-30a7-aab5-4a90-62edf5c9021b:1d40e402-30a7-aab5-4a90-62edf5c90202\" data-wf-ao-click-engagement-tracking=\"true\" data-wf-element-id=\"1d40e402-30a7-aab5-4a90-62edf5c90202\" data-wf-component-context=\"%5B%7B%22componentId%22%3A%221d40e402-30a7-aab5-4a90-62edf5c900e9%22%2C%22instanceId%22%3A%221d40e402-30a7-aab5-4a90-62edf5c9021b%22%7D%5D\" href=\"/privacy/california-privacy-notice\" class=\"footer_nav_link\">California Privacy Notice</a>"
},
{
"href": "/privacy/my-privacy-choices",
"text": "Your Privacy Choices",
"html": "<a data-wf-native-id-path=\"1d40e402-30a7-aab5-4a90-62edf5c9021b:1d40e402-30a7-aab5-4a90-62edf5c90205\" data-wf-ao-click-engagement-tracking=\"true\" data-wf-element-id=\"1d40e402-30a7-aab5-4a90-62edf5c90205\" data-wf-component-context=\"%5B%7B%22componentId%22%3A%221d40e402-30a7-aab5-4a90-62edf5c900e9%22%2C%22instanceId%22%3A%221d40e402-30a7-aab5-4a90-62edf5c9021b%22%7D%5D\" href=\"/privacy/my-privacy-choices\" class=\"footer_nav_link\">Your Privacy Choices</a>"
}
],
"score": 40,
"weight": 20
}GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AEO: Answer evidence and trust
AEO: Answer evidence and trust scored 40/100 and needs a fix.
5 Fail
GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AEO: Answer evidence and trust
AEO: Answer evidence and trust scored 40/100 and needs a fix.
Needs attention
AEO: Answer evidence and trust
Issue
Missing AIO trust signals: author, publisher, freshnessDate.
Details
Why it matters
Answer engines need concise answers, question-led structure, entity clarity, visible evidence, and trust signals that can be extracted without relying on search-only metadata checks.
Check name
AEO: Answer evidence and trust
Score
40/100
Status
fail
Category
GEO, AIO & AEO
Maturity
Emerging recommendation
Goal
Make page content easy for answer engines and assistants to answer from directly.
Result
AEO: Answer evidence and trust scored 40/100 and needs a fix.
Evidence
{
"signals": {
"author": false,
"publisher": false,
"freshnessDate": false,
"aboutOrContact": true,
"policyLinks": true
},
"missing": [
"author",
"publisher",
"freshnessDate"
],
"authorMeta": "",
"schemaAuthors": [],
"schemaPublishers": [],
"schemaDates": [],
"visibleDates": [],
"aboutLinks": [
{
"href": "/about/why-liveramp",
"text": "Why LiveRamp?",
"html": "<a data-wf-native-id-path=\"5e7fcc31-57f8-db8b-8abe-d93d0964ff8d:b0a97e26-0cd3-8e48-fc1b-7275c4d068d7\" data-wf-ao-click-engagement-tracking=\"true\" data-wf-element-id=\"b0a97e26-0cd3-8e48-fc1b-7275c4d068d7\" data-wf-component-context=\"%5B%7B%22componentId%22%3A%2241c2e1e5-99c8-aa01-e572-454165b46613%22%2C%22instanceId%22%3A%225e7fcc31-57f8-db8b-8abe-d93d0964ff8d%22%7D%5D\" href=\"/about/why-liveramp\" class=\"navbar_dropdown-link w-inline-block\"><div class=\"navbar_item-right\"><div class=\"text-weight-..."
},
{
"href": "/our-platform/liveramp-university/",
"text": "LiveRamp UniversityLearn about our on-demand training, and custom education sessions for LiveRamp products.",
"html": "<a data-wf-native-id-path=\"5e7fcc31-57f8-db8b-8abe-d93d0964ff8d:c079f149-765a-642a-3679-f7a1bd722677\" data-wf-ao-click-engagement-tracking=\"true\" data-wf-element-id=\"c079f149-765a-642a-3679-f7a1bd722677\" data-wf-component-context=\"%5B%7B%22componentId%22%3A%2241c2e1e5-99c8-aa01-e572-454165b46613%22%2C%22instanceId%22%3A%225e7fcc31-57f8-db8b-8abe-d93d0964ff8d%22%7D%5D\" href=\"/our-platform/liveramp-university/\" class=\"navbar_dropdown-link w-inline-block\"><div class=\"navbar_item-right\"><div clas..."
},
{
"href": "/partners",
"text": "Partner OverviewFind out more about our partnerships and the value they can unlock for your business.",
"html": "<a data-wf-native-id-path=\"5e7fcc31-57f8-db8b-8abe-d93d0964ff8d:41c2e1e5-99c8-aa01-e572-454165b46771\" data-wf-ao-click-engagement-tracking=\"true\" data-wf-element-id=\"41c2e1e5-99c8-aa01-e572-454165b46771\" data-wf-component-context=\"%5B%7B%22componentId%22%3A%2241c2e1e5-99c8-aa01-e572-454165b46613%22%2C%22instanceId%22%3A%225e7fcc31-57f8-db8b-8abe-d93d0964ff8d%22%7D%5D\" href=\"/partners\" class=\"navbar_dropdown-link w-inline-block\"><div class=\"navbar_item-right\"><div class=\"text-weight-semibold\">..."
},
{
"href": "/about",
"text": "About Us",
"html": "<a data-wf-native-id-path=\"5e7fcc31-57f8-db8b-8abe-d93d0964ff8d:41c2e1e5-99c8-aa01-e572-454165b4679d\" data-wf-ao-click-engagement-tracking=\"true\" data-wf-element-id=\"41c2e1e5-99c8-aa01-e572-454165b4679d\" data-wf-component-context=\"%5B%7B%22componentId%22%3A%2241c2e1e5-99c8-aa01-e572-454165b46613%22%2C%22instanceId%22%3A%225e7fcc31-57f8-db8b-8abe-d93d0964ff8d%22%7D%5D\" href=\"/about\" class=\"navbar_dropdown-link w-inline-block\"><div class=\"navbar_item-right\"><div class=\"text-weight-medium\">About..."
},
{
"href": "/about/why-liveramp",
"text": "Why LiveRamp?",
"html": "<a data-wf-native-id-path=\"5e7fcc31-57f8-db8b-8abe-d93d0964ff8d:310cffbe-aa47-3b45-f5ae-f95ccf2cf4be\" data-wf-ao-click-engagement-tracking=\"true\" data-wf-element-id=\"310cffbe-aa47-3b45-f5ae-f95ccf2cf4be\" data-wf-component-context=\"%5B%7B%22componentId%22%3A%2241c2e1e5-99c8-aa01-e572-454165b46613%22%2C%22instanceId%22%3A%225e7fcc31-57f8-db8b-8abe-d93d0964ff8d%22%7D%5D\" href=\"/about/why-liveramp\" class=\"navbar_dropdown-link w-inline-block\"><div class=\"navbar_item-right\"><div class=\"text-weight-..."
},
{
"href": "/about/liveramp-ventures",
"text": "LiveRamp Ventures",
"html": "<a data-wf-native-id-path=\"5e7fcc31-57f8-db8b-8abe-d93d0964ff8d:41c2e1e5-99c8-aa01-e572-454165b467af\" data-wf-ao-click-engagement-tracking=\"true\" data-wf-element-id=\"41c2e1e5-99c8-aa01-e572-454165b467af\" data-wf-component-context=\"%5B%7B%22componentId%22%3A%2241c2e1e5-99c8-aa01-e572-454165b46613%22%2C%22instanceId%22%3A%225e7fcc31-57f8-db8b-8abe-d93d0964ff8d%22%7D%5D\" href=\"/about/liveramp-ventures\" class=\"navbar_dropdown-link w-inline-block\"><div class=\"navbar_item-right\"><div class=\"text-we..."
},
{
"href": "/about/diversity-inclusion-belonging",
"text": "Diversity, Inclusion + Belonging",
"html": "<a data-wf-native-id-path=\"5e7fcc31-57f8-db8b-8abe-d93d0964ff8d:41c2e1e5-99c8-aa01-e572-454165b467b5\" data-wf-ao-click-engagement-tracking=\"true\" data-wf-element-id=\"41c2e1e5-99c8-aa01-e572-454165b467b5\" data-wf-component-context=\"%5B%7B%22componentId%22%3A%2241c2e1e5-99c8-aa01-e572-454165b46613%22%2C%22instanceId%22%3A%225e7fcc31-57f8-db8b-8abe-d93d0964ff8d%22%7D%5D\" href=\"/about/diversity-inclusion-belonging\" class=\"navbar_dropdown-link w-inline-block\"><div class=\"navbar_item-right\"><div cl..."
},
{
"href": "/about/data-ethics-and-privacy",
"text": "Data Ethics + Privacy",
"html": "<a data-wf-native-id-path=\"5e7fcc31-57f8-db8b-8abe-d93d0964ff8d:41c2e1e5-99c8-aa01-e572-454165b467bb\" data-wf-ao-click-engagement-tracking=\"true\" data-wf-element-id=\"41c2e1e5-99c8-aa01-e572-454165b467bb\" data-wf-component-context=\"%5B%7B%22componentId%22%3A%2241c2e1e5-99c8-aa01-e572-454165b46613%22%2C%22instanceId%22%3A%225e7fcc31-57f8-db8b-8abe-d93d0964ff8d%22%7D%5D\" href=\"/about/data-ethics-and-privacy\" class=\"navbar_dropdown-link w-inline-block\"><div class=\"navbar_item-right\"><div class=\"t..."
},
{
"href": "/about/leadership",
"text": "Leadership",
"html": "<a data-wf-native-id-path=\"5e7fcc31-57f8-db8b-8abe-d93d0964ff8d:41c2e1e5-99c8-aa01-e572-454165b467c3\" data-wf-ao-click-engagement-tracking=\"true\" data-wf-element-id=\"41c2e1e5-99c8-aa01-e572-454165b467c3\" data-wf-component-context=\"%5B%7B%22componentId%22%3A%2241c2e1e5-99c8-aa01-e572-454165b46613%22%2C%22instanceId%22%3A%225e7fcc31-57f8-db8b-8abe-d93d0964ff8d%22%7D%5D\" href=\"/about/leadership\" class=\"navbar_dropdown-link w-inline-block\"><div class=\"navbar_item-right\"><div class=\"text-weight-me..."
},
{
"href": "https://www.greatplacetowork.com/certified-company/7004900",
"text": "LiveRamp receives Fortune Great Place to Work Certification",
"html": "<a data-wf-native-id-path=\"5ee9c55e-89c9-f7ab-bab6-7b609099b49f_instance-0:23379928-206e-bd1e-3230-18b8e7f99b4d_instance-0\" data-wf-ao-click-engagement-tracking=\"true\" data-wf-element-id=\"23379928-206e-bd1e-3230-18b8e7f99b4d\" data-wf-cms-context=\"%5B%7B%22collectionId%22%3A%2268f8c0ddd31b9df6cd4ccece%22%2C%22itemId%22%3A%226914b54a9a15390fe82b19c9%22%7D%5D\" data-wf-component-context=\"%5B%7B%22componentId%22%3A%2223379928-206e-bd1e-3230-18b8e7f99b4d%22%2C%22instanceId%22%3A%225ee9c55e-89c9-f7a..."
},
{
"href": "https://www.greatplacetowork.com/certified-company/7004900",
"text": "LiveRamp receives Fortune Great Place to Work Certification",
"html": "<a data-wf-native-id-path=\"5ee9c55e-89c9-f7ab-bab6-7b609099b49f_instance-0:23379928-206e-bd1e-3230-18b8e7f99b4d_instance-0\" data-wf-ao-click-engagement-tracking=\"true\" data-wf-element-id=\"23379928-206e-bd1e-3230-18b8e7f99b4d\" data-wf-cms-context=\"%5B%7B%22collectionId%22%3A%2268f8c0ddd31b9df6cd4ccece%22%2C%22itemId%22%3A%226914b54a9a15390fe82b19c9%22%7D%5D\" data-wf-component-context=\"%5B%7B%22componentId%22%3A%2223379928-206e-bd1e-3230-18b8e7f99b4d%22%2C%22instanceId%22%3A%225ee9c55e-89c9-f7a..."
},
{
"href": "https://www.greatplacetowork.com/certified-company/7004900",
"text": "LiveRamp receives Fortune Great Place to Work Certification",
"html": "<a data-wf-native-id-path=\"5ee9c55e-89c9-f7ab-bab6-7b609099b49f_instance-0:23379928-206e-bd1e-3230-18b8e7f99b4d_instance-0\" data-wf-ao-click-engagement-tracking=\"true\" data-wf-element-id=\"23379928-206e-bd1e-3230-18b8e7f99b4d\" data-wf-cms-context=\"%5B%7B%22collectionId%22%3A%2268f8c0ddd31b9df6cd4ccece%22%2C%22itemId%22%3A%226914b54a9a15390fe82b19c9%22%7D%5D\" data-wf-component-context=\"%5B%7B%22componentId%22%3A%2223379928-206e-bd1e-3230-18b8e7f99b4d%22%2C%22instanceId%22%3A%225ee9c55e-89c9-f7a..."
},
{
"href": "/about/why-liveramp",
"text": "Why LiveRamp?",
"html": "<a data-wf-native-id-path=\"1d40e402-30a7-aab5-4a90-62edf5c9021b:e7edc943-ef48-7bee-7953-70c2039fa988\" data-wf-ao-click-engagement-tracking=\"true\" data-wf-element-id=\"e7edc943-ef48-7bee-7953-70c2039fa988\" data-wf-component-context=\"%5B%7B%22componentId%22%3A%221d40e402-30a7-aab5-4a90-62edf5c900e9%22%2C%22instanceId%22%3A%221d40e402-30a7-aab5-4a90-62edf5c9021b%22%7D%5D\" href=\"/about/why-liveramp\" class=\"footer_nav_link\">Why LiveRamp?</a>"
},
{
"href": "/about",
"text": "About",
"html": "<a data-wf-native-id-path=\"1d40e402-30a7-aab5-4a90-62edf5c9021b:1d40e402-30a7-aab5-4a90-62edf5c901db\" data-wf-ao-click-engagement-tracking=\"true\" data-wf-element-id=\"1d40e402-30a7-aab5-4a90-62edf5c901db\" data-wf-component-context=\"%5B%7B%22componentId%22%3A%221d40e402-30a7-aab5-4a90-62edf5c900e9%22%2C%22instanceId%22%3A%221d40e402-30a7-aab5-4a90-62edf5c9021b%22%7D%5D\" href=\"/about\" class=\"footer_nav_link\">About</a>"
},
{
"href": "/about/why-liveramp",
"text": "Why LiveRamp?",
"html": "<a data-wf-native-id-path=\"1d40e402-30a7-aab5-4a90-62edf5c9021b:5686032b-6ef5-0764-0f0c-54bda12bb02c\" data-wf-ao-click-engagement-tracking=\"true\" data-wf-element-id=\"5686032b-6ef5-0764-0f0c-54bda12bb02c\" data-wf-component-context=\"%5B%7B%22componentId%22%3A%221d40e402-30a7-aab5-4a90-62edf5c900e9%22%2C%22instanceId%22%3A%221d40e402-30a7-aab5-4a90-62edf5c9021b%22%7D%5D\" href=\"/about/why-liveramp\" class=\"footer_nav_link\">Why LiveRamp?</a>"
},
{
"href": "/about/diversity-inclusion-belonging",
"text": "Diversity, Inclusion + Belonging",
"html": "<a data-wf-native-id-path=\"1d40e402-30a7-aab5-4a90-62edf5c9021b:1d40e402-30a7-aab5-4a90-62edf5c901e4\" data-wf-ao-click-engagement-tracking=\"true\" data-wf-element-id=\"1d40e402-30a7-aab5-4a90-62edf5c901e4\" data-wf-component-context=\"%5B%7B%22componentId%22%3A%221d40e402-30a7-aab5-4a90-62edf5c900e9%22%2C%22instanceId%22%3A%221d40e402-30a7-aab5-4a90-62edf5c9021b%22%7D%5D\" href=\"/about/diversity-inclusion-belonging\" class=\"footer_nav_link\">Diversity, Inclusion + Belonging</a>"
},
{
"href": "/about/data-ethics-and-privacy",
"text": "Data Ethics + Privacy",
"html": "<a data-wf-native-id-path=\"1d40e402-30a7-aab5-4a90-62edf5c9021b:1d40e402-30a7-aab5-4a90-62edf5c901e7\" data-wf-ao-click-engagement-tracking=\"true\" data-wf-element-id=\"1d40e402-30a7-aab5-4a90-62edf5c901e7\" data-wf-component-context=\"%5B%7B%22componentId%22%3A%221d40e402-30a7-aab5-4a90-62edf5c900e9%22%2C%22instanceId%22%3A%221d40e402-30a7-aab5-4a90-62edf5c9021b%22%7D%5D\" href=\"/about/data-ethics-and-privacy\" class=\"footer_nav_link\">Data Ethics + Privacy</a>"
},
{
"href": "https://youradchoices.com/",
"text": "About Ads",
"html": "<a data-wf-native-id-path=\"1d40e402-30a7-aab5-4a90-62edf5c9021b:1d40e402-30a7-aab5-4a90-62edf5c901fc\" data-wf-ao-click-engagement-tracking=\"true\" data-wf-element-id=\"1d40e402-30a7-aab5-4a90-62edf5c901fc\" data-wf-component-context=\"%5B%7B%22componentId%22%3A%221d40e402-30a7-aab5-4a90-62edf5c900e9%22%2C%22instanceId%22%3A%221d40e402-30a7-aab5-4a90-62edf5c9021b%22%7D%5D\" href=\"https://youradchoices.com/\" class=\"footer_nav_link\">About Ads</a>"
},
{
"href": "https://linkedin.com/company/liveramp",
"text": "",
"html": "<a data-wf-native-id-path=\"1d40e402-30a7-aab5-4a90-62edf5c9021b:1d40e402-30a7-aab5-4a90-62edf5c90211\" data-wf-ao-click-engagement-tracking=\"true\" data-wf-element-id=\"1d40e402-30a7-aab5-4a90-62edf5c90211\" data-wf-component-context=\"%5B%7B%22componentId%22%3A%221d40e402-30a7-aab5-4a90-62edf5c900e9%22%2C%22instanceId%22%3A%221d40e402-30a7-aab5-4a90-62edf5c9021b%22%7D%5D\" href=\"https://linkedin.com/company/liveramp\" target=\"_blank\" class=\"footer-link-clean footer_icon w-inline-block\"><div class=\"..."
}
],
"contactLinks": [
{
"href": "/contact",
"text": "Contact",
"html": "<a data-wf-native-id-path=\"5e7fcc31-57f8-db8b-8abe-d93d0964ff8d:41c2e1e5-99c8-aa01-e572-454165b467e1\" data-wf-ao-click-engagement-tracking=\"true\" data-wf-element-id=\"41c2e1e5-99c8-aa01-e572-454165b467e1\" data-wf-component-context=\"%5B%7B%22componentId%22%3A%2241c2e1e5-99c8-aa01-e572-454165b46613%22%2C%22instanceId%22%3A%225e7fcc31-57f8-db8b-8abe-d93d0964ff8d%22%7D%5D\" href=\"/contact\" class=\"navbar_dropdown-link w-inline-block\"><div class=\"navbar_item-right\"><div class=\"text-weight-medium\">Con..."
},
{
"href": "/contact",
"text": "Talk to an expert",
"html": "<a href=\"/contact\" data-wf--button-main-solid-button--variant=\"white-base\" data-w-id=\"f839f424-593c-fe8e-c26e-3661f73d1b33\" data-wf-native-id-path=\"5e7fcc31-57f8-db8b-8abe-d93d0964ff8d:f6eaf705-cc37-d9b4-f2db-25e995a519cf:f839f424-593c-fe8e-c26e-3661f73d1b33\" data-wf-ao-click-engagement-tracking=\"true\" data-wf-element-id=\"f839f424-593c-fe8e-c26e-3661f73d1b33\" data-wf-component-context=\"%5B%7B%22componentId%22%3A%2241c2e1e5-99c8-aa01-e572-454165b46613%22%2C%22instanceId%22%3A%225e7fcc31-57f8-d..."
},
{
"href": "https://liveramp.com/contact",
"text": "Talk to an Expert",
"html": "<a href=\"https://liveramp.com/contact\" data-wf-native-id-path=\"39d5bc97-7419-3dad-c790-3b1443afd953:d678478c-9adf-2eaf-01c9-ca48f884e026\" data-wf-ao-click-engagement-tracking=\"true\" data-wf-element-id=\"d678478c-9adf-2eaf-01c9-ca48f884e026\" data-wf-component-context=\"%5B%7B%22componentId%22%3A%2211ccda78-f33c-6ca6-5630-9d4af380ab3c%22%2C%22instanceId%22%3A%2239d5bc97-7419-3dad-c790-3b1443afd953%22%7D%5D\" data-wf-event-ids class=\"button-brand-7 hover-bg-black w-inline-block w-clearfix\"><div cla..."
},
{
"href": "https://support.liveramp.com/",
"text": "LiveRamp Community",
"html": "<a data-wf-native-id-path=\"1d40e402-30a7-aab5-4a90-62edf5c9021b:1d40e402-30a7-aab5-4a90-62edf5c901be\" data-wf-ao-click-engagement-tracking=\"true\" data-wf-element-id=\"1d40e402-30a7-aab5-4a90-62edf5c901be\" data-wf-component-context=\"%5B%7B%22componentId%22%3A%221d40e402-30a7-aab5-4a90-62edf5c900e9%22%2C%22instanceId%22%3A%221d40e402-30a7-aab5-4a90-62edf5c9021b%22%7D%5D\" href=\"https://support.liveramp.com/\" target=\"_blank\" class=\"footer_nav_link\">LiveRamp Community</a>"
},
{
"href": "/contact",
"text": "Contact Us",
"html": "<a data-wf-native-id-path=\"1d40e402-30a7-aab5-4a90-62edf5c9021b:1d40e402-30a7-aab5-4a90-62edf5c901e1\" data-wf-ao-click-engagement-tracking=\"true\" data-wf-element-id=\"1d40e402-30a7-aab5-4a90-62edf5c901e1\" data-wf-component-context=\"%5B%7B%22componentId%22%3A%221d40e402-30a7-aab5-4a90-62edf5c900e9%22%2C%22instanceId%22%3A%221d40e402-30a7-aab5-4a90-62edf5c9021b%22%7D%5D\" href=\"/contact\" class=\"footer_nav_link\">Contact Us</a>"
}
],
"privacyLinks": [
{
"href": "/about/data-ethics-and-privacy",
"text": "Data Ethics + Privacy",
"html": "<a data-wf-native-id-path=\"5e7fcc31-57f8-db8b-8abe-d93d0964ff8d:41c2e1e5-99c8-aa01-e572-454165b467bb\" data-wf-ao-click-engagement-tracking=\"true\" data-wf-element-id=\"41c2e1e5-99c8-aa01-e572-454165b467bb\" data-wf-component-context=\"%5B%7B%22componentId%22%3A%2241c2e1e5-99c8-aa01-e572-454165b46613%22%2C%22instanceId%22%3A%225e7fcc31-57f8-db8b-8abe-d93d0964ff8d%22%7D%5D\" href=\"/about/data-ethics-and-privacy\" class=\"navbar_dropdown-link w-inline-block\"><div class=\"navbar_item-right\"><div class=\"t..."
},
{
"href": "/about/data-ethics-and-privacy",
"text": "Data Ethics + Privacy",
"html": "<a data-wf-native-id-path=\"1d40e402-30a7-aab5-4a90-62edf5c9021b:1d40e402-30a7-aab5-4a90-62edf5c901e7\" data-wf-ao-click-engagement-tracking=\"true\" data-wf-element-id=\"1d40e402-30a7-aab5-4a90-62edf5c901e7\" data-wf-component-context=\"%5B%7B%22componentId%22%3A%221d40e402-30a7-aab5-4a90-62edf5c900e9%22%2C%22instanceId%22%3A%221d40e402-30a7-aab5-4a90-62edf5c9021b%22%7D%5D\" href=\"/about/data-ethics-and-privacy\" class=\"footer_nav_link\">Data Ethics + Privacy</a>"
},
{
"href": "/privacy",
"text": "Privacy",
"html": "<a data-wf-native-id-path=\"1d40e402-30a7-aab5-4a90-62edf5c9021b:1d40e402-30a7-aab5-4a90-62edf5c901ff\" data-wf-ao-click-engagement-tracking=\"true\" data-wf-element-id=\"1d40e402-30a7-aab5-4a90-62edf5c901ff\" data-wf-component-context=\"%5B%7B%22componentId%22%3A%221d40e402-30a7-aab5-4a90-62edf5c900e9%22%2C%22instanceId%22%3A%221d40e402-30a7-aab5-4a90-62edf5c9021b%22%7D%5D\" href=\"/privacy\" class=\"footer_nav_link\">Privacy</a>"
},
{
"href": "/privacy/california-privacy-notice",
"text": "California Privacy Notice",
"html": "<a data-wf-native-id-path=\"1d40e402-30a7-aab5-4a90-62edf5c9021b:1d40e402-30a7-aab5-4a90-62edf5c90202\" data-wf-ao-click-engagement-tracking=\"true\" data-wf-element-id=\"1d40e402-30a7-aab5-4a90-62edf5c90202\" data-wf-component-context=\"%5B%7B%22componentId%22%3A%221d40e402-30a7-aab5-4a90-62edf5c900e9%22%2C%22instanceId%22%3A%221d40e402-30a7-aab5-4a90-62edf5c9021b%22%7D%5D\" href=\"/privacy/california-privacy-notice\" class=\"footer_nav_link\">California Privacy Notice</a>"
},
{
"href": "/privacy/my-privacy-choices",
"text": "Your Privacy Choices",
"html": "<a data-wf-native-id-path=\"1d40e402-30a7-aab5-4a90-62edf5c9021b:1d40e402-30a7-aab5-4a90-62edf5c90205\" data-wf-ao-click-engagement-tracking=\"true\" data-wf-element-id=\"1d40e402-30a7-aab5-4a90-62edf5c90205\" data-wf-component-context=\"%5B%7B%22componentId%22%3A%221d40e402-30a7-aab5-4a90-62edf5c900e9%22%2C%22instanceId%22%3A%221d40e402-30a7-aab5-4a90-62edf5c9021b%22%7D%5D\" href=\"/privacy/my-privacy-choices\" class=\"footer_nav_link\">Your Privacy Choices</a>"
}
],
"score": 40,
"weight": 22
}GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
GEO: Extraction-friendly structure
GEO: Extraction-friendly structure scored 60/100 and needs improvement.
5 Warning
GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
GEO: Extraction-friendly structure
GEO: Extraction-friendly structure scored 60/100 and needs improvement.
Needs attention
GEO: Extraction-friendly structure
Issue
Missing extraction signals: optional top summary / TL;DR / key takeaways block, table with <thead> only if the page already has tabular/comparative data, ordered list only if the page explains a workflow/process, optional visible FAQ or FAQPage schema, JSON-LD structured data.
Details
Why it matters
Generative engines favor pages with self-contained answer passages, clear entities, structured data, summaries, FAQ patterns, and crawler-accessible HTML that can be cited without extra interpretation.
Check name
GEO: Extraction-friendly structure
Score
60/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 60/100 and needs improvement.
Evidence
{
"hasSummary": false,
"tableCount": 0,
"tablesWithHead": 0,
"tablesMissingThead": [],
"orderedLists": 0,
"hasFaq": false,
"definitionPatterns": 1,
"schemaBlocks": 0,
"missingSignals": [
"optional top summary / TL;DR / key takeaways block",
"table with <thead> only if the page already has tabular/comparative data",
"ordered list only if the page explains a workflow/process",
"optional visible FAQ or FAQPage schema",
"JSON-LD structured data"
],
"score": 60,
"weight": 24
}GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AEO: Answer-first sections
AEO: Answer-first sections scored 65/100 and needs improvement.
4 Warning
GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AEO: Answer-first sections
AEO: Answer-first sections scored 65/100 and needs improvement.
Needs attention
AEO: Answer-first sections
Issue
9 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": 9,
"passing": 0,
"failing": [
{
"heading": "Plug into the world’s most powerful data collaboration network",
"headingHtml": "<h2 class=\"heading-style-h1\">Plug into the world’s most powerful data collaboration network</h2>",
"firstParagraph": "Smarter marketing demands shared intelligence. Connect and collaborate across a universe of signals to drive insights and impact no one can achieve alone.",
"paragraphHtml": "<p class=\"text-size-large\">Smarter marketing demands shared intelligence. Connect and collaborate across a universe of signals to drive insights and impact no one can achieve alone. </p>",
"words": 23,
"direct": false,
"issue": "First paragraph is 23 words and does not look like a concise direct answer."
},
{
"heading": "Delight consumers everywhere it matters",
"headingHtml": "<h3>Delight consumers everywhere it matters</h3>",
"firstParagraph": "Reach consumers across the advertising ecosystem, including Disney, Hulu, Pinterest, Snap, Spotify, Netflix, and TikTok – no other platform comes close.",
"paragraphHtml": "<p class=\"text-size-regular\">Reach consumers across the advertising ecosystem, including Disney, Hulu, Pinterest, Snap, Spotify, Netflix, and TikTok – no other platform comes close.</p>",
"words": 20,
"direct": false,
"issue": "First paragraph is 20 words and does not look like a concise direct answer."
},
{
"heading": "Work with your tools, your way",
"headingHtml": "<h3>Work with your tools, your way</h3>",
"firstParagraph": "Connect your most valuable data and signals across identifiers, platforms, clouds, and agents – that’s the freedom of full interoperability.",
"paragraphHtml": "<p class=\"text-size-regular\">Connect your most valuable data and signals across identifiers, platforms, clouds, and agents – that’s the freedom of full interoperability.</p>",
"words": 20,
"direct": false,
"issue": "First paragraph is 20 words and does not look like a concise direct answer."
},
{
"heading": "Protect consumer trust",
"headingHtml": "<h3>Protect consumer trust</h3>",
"firstParagraph": "Use data responsibly at scale. Our strict platform neutrality and advanced controls protect your data and consumer trust, so you can collaborate with confidence.",
"paragraphHtml": "<p class=\"text-size-regular\">Use data responsibly at scale. Our strict platform neutrality and advanced controls protect your data and consumer trust, so you can collaborate with confidence.</p>",
"words": 24,
"direct": false,
"issue": "First paragraph is 24 words and does not look like a concise direct answer."
},
{
"heading": "Help AI agents act smarter",
"headingHtml": "<h3>Help AI agents act smarter</h3>",
"firstParagraph": "Power more intelligent AI with robust first, second, and third-party signals you can only access through the most expansive data collaboration network.",
"paragraphHtml": "<p class=\"text-size-regular\">Power more intelligent AI with robust first, second, and third-party signals you can only access through the most expansive data collaboration network.</p>",
"words": 22,
"direct": false,
"issue": "First paragraph is 22 words and does not look like a concise direct answer."
},
{
"heading": "Proven by leaders, powered by LiveRamp",
"headingHtml": "<h2 class=\"heading-style-h1\">Proven by leaders, <br>powered by LiveRamp</h2>",
"firstParagraph": "The world’s top brands, publishers, and platforms use LiveRamp to drive measurable growth.",
"paragraphHtml": "<p class=\"text-size-large\">The world’s top brands, publishers, and platforms use LiveRamp to drive measurable growth.</p>",
"words": 14,
"direct": false,
"issue": "First paragraph is 14 words and does not look like a concise direct answer."
},
{
"heading": "Explore intelligent solutions for your most ambitious marketing and business goals",
"headingHtml": "<h2 class=\"heading-style-h1\">Explore intelligent solutions for your most ambitious marketing and business goals</h2>",
"firstParagraph": "Deliver and measure marketing performance everywhere it matters. What will you achieve with the LiveRamp data collaboration network?",
"paragraphHtml": "<p class=\"text-size-large\">Deliver and measure marketing performance everywhere it matters. What will you achieve with the LiveRamp data collaboration network?</p>",
"words": 18,
"direct": false,
"issue": "First paragraph is 18 words and does not look like a concise direct answer."
},
{
"heading": "Industry leadership and awards",
"headingHtml": "<h2 class=\"heading-style-h1\">Industry leadership and awards</h2>",
"firstParagraph": "Consistently recognized by partners and analysts you trust",
"paragraphHtml": "<p class=\"text-size-large\">Consistently recognized by partners and analysts you trust</p>",
"words": 8,
"direct": false,
"issue": "First paragraph is 8 words and does not look like a concise direct answer."
},
{
"heading": "Unlock exponential value with data collaboration",
"headingHtml": "<h2 class=\"heading-style-h1\">Unlock exponential value with data collaboration</h2>",
"firstParagraph": "Deliver exceptional experiences, create powerful partnerships, and lead your company into the AI-powered future, responsibly. Let’s get started.",
"paragraphHtml": "<p class=\"text-size-large\">Deliver exceptional experiences, create powerful partnerships, and lead your company into the AI-powered future, responsibly. Let’s get started.<a href=\"https://lr-website-evo.canvas.webflow.com/#\" data-wf-native-id-path=\"39d5bc97-7419-3dad-c790-3b1443afd956\" data-wf-ao-click-engagement-tracking=\"true\" data-wf-element-id=\"39d5bc97-7419-3dad-c790-3b1443afd956\"><strong><br></strong></a></p>",
"words": 19,
"direct": false,
"issue": "First paragraph is 19 words and does not look like a concise direct answer."
}
],
"score": 65,
"weight": 28
}GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AEO: Question-led structure
AEO: Question-led structure scored 50/100 and needs improvement.
3 Warning
GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AEO: Question-led structure
AEO: Question-led structure scored 50/100 and needs improvement.
Needs attention
AEO: Question-led structure
Issue
No question-led h2 sections or FAQ pattern was detected.
Details
Why it matters
Answer engines need concise answers, question-led structure, entity clarity, visible evidence, and trust signals that can be extracted without relying on search-only metadata checks.
Check name
AEO: Question-led structure
Score
50/100
Status
warning
Category
GEO, AIO & AEO
Maturity
Emerging recommendation
Goal
Make page content easy for answer engines and assistants to answer from directly.
Result
AEO: Question-led structure scored 50/100 and needs improvement.
Evidence
{
"h2Count": 5,
"questionH2s": [],
"hasFaq": false,
"score": 50,
"weight": 18
}GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
GEO: Entity clarity
GEO: Entity clarity scored 80/100 and needs improvement.
3 Warning
GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
GEO: Entity clarity
GEO: Entity clarity scored 80/100 and needs improvement.
Needs attention
GEO: Entity clarity
Issue
Title/H1 terms missing from description: reach, customers, anywhere, measure, impact, everywhere.
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
80/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 80/100 and needs improvement.
Evidence
{
"title": "AI-Powered Marketing | LiveRamp",
"h1": "Reach customers anywhere. Measure impact everywhere.",
"description": "Market at the speed of AI with credibility & control. LiveRamp helps you fuel AI‑powered marketing that drives better performance – grounded in trust.",
"topicOverlap": 0.3333333333333333,
"topicTerms": [
"powered",
"marketing",
"liveramp",
"reach",
"customers",
"anywhere",
"measure",
"impact",
"everywhere"
],
"descriptionTerms": [
"market",
"speed",
"credibility",
"control",
"liveramp",
"helps",
"fuel",
"powered",
"marketing",
"drives",
"better",
"performance",
"grounded",
"trust"
],
"missingFromDescription": [
"reach",
"customers",
"anywhere",
"measure",
"impact",
"everywhere"
],
"score": 80,
"weight": 28
}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
No substantial explanatory paragraphs were found.
Details
Why it matters
Generative engines favor pages with self-contained answer passages, clear entities, structured data, summaries, FAQ patterns, and crawler-accessible HTML that can be cited without extra interpretation.
Check name
GEO: Explanatory content depth
Score
75/100
Status
warning
Category
GEO, AIO & AEO
Maturity
Emerging recommendation
Goal
Make page content easy for AI answer engines to extract, cite, and attribute.
Result
GEO: Explanatory content depth scored 75/100 and needs improvement.
Evidence
{
"candidatePassages": 1,
"citablePassages": 0,
"failingCandidateParagraphs": [],
"citableParagraphs": [],
"score": 75,
"weight": 18
}GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
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
62 image(s) are missing width/height attributes. 4 possible modal/interstitial element(s) detected.
Details
Why it matters
AI Overviews depend on Google-search eligibility, useful visible content, consistent structured data, answer-first sections, trust signals, and preview controls that permit snippets.
Check name
AIO: Page experience for AIO
Score
70/100
Status
warning
Category
GEO, AIO & AEO
Maturity
Emerging recommendation
Goal
Make page content eligible and useful for Google AI Overviews and AI Mode extraction.
Result
AIO: Page experience for AIO scored 70/100 and needs improvement.
Evidence
{
"viewportContent": "width=device-width, initial-scale=1",
"visibleWords": 1356,
"htmlBytes": 252849,
"imagesMissingDimensions": [
{
"src": "https://cdn.prod.website-files.com/68daaf51555d6adf0c767571/690a0a3748177b5b2af70268_LiveRamp-logo--horizontal.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img loading=\"lazy\" src=\"https://cdn.prod.website-files.com/68daaf51555d6adf0c767571/690a0a3748177b5b2af70268_LiveRamp-logo--horizontal.svg\" alt class=\"navbar_logo-img-written\">"
},
{
"src": "https://cdn.prod.website-files.com/68daaf51555d6adf0c767571/693fc87df455045cc9a52b46_LR%20vector.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img loading=\"lazy\" src=\"https://cdn.prod.website-files.com/68daaf51555d6adf0c767571/693fc87df455045cc9a52b46_LR%20vector.svg\" alt class=\"navbar_logo-img_stamp\">"
},
{
"src": "https://cdn.prod.website-files.com/68daaf51555d6adf0c767571/69fe002823bbe6261b13b537_Spend-Smarter_Hero_1024.png",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img sizes=\"100vw\" srcset=\"https://cdn.prod.website-files.com/68daaf51555d6adf0c767571/69fe002823bbe6261b13b537_Spend-Smarter_Hero_1024-p-500.png 500w, https://cdn.prod.website-files.com/68daaf51555d6adf0c767571/69fe002823bbe6261b13b537_Spend-Smarter_Hero_1024-p-800.png 800w, https://cdn.prod.website-files.com/68daaf51555d6adf0c767571/69fe002823bbe6261b13b537_Spend-Smarter_Hero_1024-p-1080.png 1080w, https://cdn.prod.website-files.com/68daaf51555d6adf0c767571/69fe002823bbe6261b13b537_Spend-Sm..."
},
{
"src": "https://cdn.prod.website-files.com/68daaf51555d6adf0c767571/69dd1718b10df05c9aedaf54_TL_Newsletter_Sign-Up-Page_Resource-Card%20(1).jpg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img sizes=\"100vw\" srcset=\"https://cdn.prod.website-files.com/68daaf51555d6adf0c767571/69dd1718b10df05c9aedaf54_TL_Newsletter_Sign-Up-Page_Resource-Card%20(1)-p-500.jpg 500w, https://cdn.prod.website-files.com/68daaf51555d6adf0c767571/69dd1718b10df05c9aedaf54_TL_Newsletter_Sign-Up-Page_Resource-Card%20(1)-p-800.jpg 800w, https://cdn.prod.website-files.com/68daaf51555d6adf0c767571/69dd1718b10df05c9aedaf54_TL_Newsletter_Sign-Up-Page_Resource-Card%20(1).jpg 1000w\" alt src=\"https://cdn.prod.websi..."
},
{
"src": "https://cdn.prod.website-files.com/68daaf51555d6adf0c767571/6a09fe8fb83b1183d0afaf13_Press-Release-02.jpeg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img sizes=\"100vw\" srcset=\"https://cdn.prod.website-files.com/68daaf51555d6adf0c767571/6a09fe8fb83b1183d0afaf13_Press-Release-02-p-500.jpeg 500w, https://cdn.prod.website-files.com/68daaf51555d6adf0c767571/6a09fe8fb83b1183d0afaf13_Press-Release-02-p-800.jpeg 800w, https://cdn.prod.website-files.com/68daaf51555d6adf0c767571/6a09fe8fb83b1183d0afaf13_Press-Release-02.jpeg 1000w\" alt src=\"https://cdn.prod.website-files.com/68daaf51555d6adf0c767571/6a09fe8fb83b1183d0afaf13_Press-Release-02.jpeg\" l..."
},
{
"src": "https://cdn.prod.website-files.com/68daaf51555d6adf0c767571/690a0a3748177b5b2af7025d_icon-search.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img loading=\"lazy\" src=\"https://cdn.prod.website-files.com/68daaf51555d6adf0c767571/690a0a3748177b5b2af7025d_icon-search.svg\" alt>"
},
{
"src": "https://cdn.prod.website-files.com/68daaf51555d6adf0c767571/690a0a3748177b5b2af7025b_flag-australia.avif",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img loading=\"lazy\" src=\"https://cdn.prod.website-files.com/68daaf51555d6adf0c767571/690a0a3748177b5b2af7025b_flag-australia.avif\" alt=\"Australia flag\" class=\"navbar_icon_flag\">"
},
{
"src": "https://cdn.prod.website-files.com/68daaf51555d6adf0c767571/690a0a3748177b5b2af70260_flag-brazil.avif",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img loading=\"lazy\" src=\"https://cdn.prod.website-files.com/68daaf51555d6adf0c767571/690a0a3748177b5b2af70260_flag-brazil.avif\" alt=\"Brazil flag\" class=\"navbar_icon_flag\">"
},
{
"src": "https://cdn.prod.website-files.com/68daaf51555d6adf0c767571/690a0a3748177b5b2af70266_flag-germany.avif",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img loading=\"lazy\" src=\"https://cdn.prod.website-files.com/68daaf51555d6adf0c767571/690a0a3748177b5b2af70266_flag-germany.avif\" alt=\"Germany flag\" class=\"navbar_icon_flag\">"
},
{
"src": "https://cdn.prod.website-files.com/68daaf51555d6adf0c767571/690a0a3748177b5b2af7025e_flag-spain.avif",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img loading=\"lazy\" src=\"https://cdn.prod.website-files.com/68daaf51555d6adf0c767571/690a0a3748177b5b2af7025e_flag-spain.avif\" alt=\"Spanish flag\" class=\"navbar_icon_flag\">"
},
{
"src": "https://cdn.prod.website-files.com/68daaf51555d6adf0c767571/690a0a3748177b5b2af70257_flag-france.avif",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img loading=\"lazy\" src=\"https://cdn.prod.website-files.com/68daaf51555d6adf0c767571/690a0a3748177b5b2af70257_flag-france.avif\" alt=\"French flag\" class=\"navbar_icon_flag\">"
},
{
"src": "https://cdn.prod.website-files.com/68daaf51555d6adf0c767571/690a0a3748177b5b2af70262_flag-italy.avif",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img loading=\"lazy\" src=\"https://cdn.prod.website-files.com/68daaf51555d6adf0c767571/690a0a3748177b5b2af70262_flag-italy.avif\" alt=\"Italy flag\" class=\"navbar_icon_flag\">"
},
{
"src": "https://cdn.prod.website-files.com/68daaf51555d6adf0c767571/690a0a3748177b5b2af70259_flag-japan.avif",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img loading=\"lazy\" src=\"https://cdn.prod.website-files.com/68daaf51555d6adf0c767571/690a0a3748177b5b2af70259_flag-japan.avif\" alt=\"Japan flag\" class=\"navbar_icon_flag\">"
},
{
"src": "https://cdn.prod.website-files.com/68daaf51555d6adf0c767571/690a0a3748177b5b2af70264_flag-united-kingdom.avif",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img loading=\"lazy\" src=\"https://cdn.prod.website-files.com/68daaf51555d6adf0c767571/690a0a3748177b5b2af70264_flag-united-kingdom.avif\" alt=\"United kingdom flag\" class=\"navbar_icon_flag\">"
},
{
"src": "https://cdn.prod.website-files.com/68daaf51555d6adf0c767571/6929862db2d109cd9e88196d_Network%20differentiators%20%E2%80%93%20Delight%20consumers%20everywhere%20it%20matters.avif",
"width": "432",
"height": "",
"loading": "lazy",
"html": "<img width=\"432\" sizes=\"(max-width: 479px) 100vw, 432px\" alt=\"Green circles with tech company logos connected by lines on a white background.\" src=\"https://cdn.prod.website-files.com/68daaf51555d6adf0c767571/6929862db2d109cd9e88196d_Network%20differentiators%20%E2%80%93%20Delight%20consumers%20everywhere%20it%20matters.avif\" loading=\"lazy\" srcset=\"https://cdn.prod.website-files.com/68daaf51555d6adf0c767571/6929862db2d109cd9e88196d_7bae89e102c476a9912e129c5499c69a_Network%2520differentiators%2..."
},
{
"src": "https://cdn.prod.website-files.com/68daaf51555d6adf0c767571/69298648cbcb08920aec2839_Network%20differentiators%20%E2%80%93%20Work%20with%20your%20tools%2C%20your%20way.avif",
"width": "432",
"height": "",
"loading": "lazy",
"html": "<img width=\"432\" sizes=\"(max-width: 479px) 100vw, 432px\" alt=\"Green checked list of Google Cloud, AWS, Snowflake, The Trade Desk, Salesforce logos.\" src=\"https://cdn.prod.website-files.com/68daaf51555d6adf0c767571/69298648cbcb08920aec2839_Network%20differentiators%20%E2%80%93%20Work%20with%20your%20tools%2C%20your%20way.avif\" loading=\"lazy\" srcset=\"https://cdn.prod.website-files.com/68daaf51555d6adf0c767571/69298648cbcb08920aec2839_792b9458fb730cc5662411ba9e084942_Network%2520differentiators%..."
},
{
"src": "https://cdn.prod.website-files.com/68daaf51555d6adf0c767571/692986622bf21b77f9e1800e_Network%20differentiators%20%E2%80%93%20Consumer%20trust.avif",
"width": "432",
"height": "",
"loading": "lazy",
"html": "<img width=\"432\" sizes=\"(max-width: 479px) 100vw, 432px\" alt=\"ISO 27001, GDPR, and AICPA SOC certified badges for information security management.\" src=\"https://cdn.prod.website-files.com/68daaf51555d6adf0c767571/692986622bf21b77f9e1800e_Network%20differentiators%20%E2%80%93%20Consumer%20trust.avif\" loading=\"lazy\" srcset=\"https://cdn.prod.website-files.com/68daaf51555d6adf0c767571/692986622bf21b77f9e1800e_9517519b394940a03df1e664dedf7b42_Network%2520differentiators%2520%25E2%2580%2593%2520Con..."
},
{
"src": "https://cdn.prod.website-files.com/68daaf51555d6adf0c767571/69298675e5fc61eeef6af216_Network%20differentiators%20%E2%80%93%20Help%20agents%20act%20smarter.avif",
"width": "432",
"height": "",
"loading": "lazy",
"html": "<img width=\"432\" sizes=\"(max-width: 479px) 100vw, 432px\" alt=\"First-party, second-party, and third-party data types illustrated in a flowchart with green icons and graphics.\" src=\"https://cdn.prod.website-files.com/68daaf51555d6adf0c767571/69298675e5fc61eeef6af216_Network%20differentiators%20%E2%80%93%20Help%20agents%20act%20smarter.avif\" loading=\"lazy\" srcset=\"https://cdn.prod.website-files.com/68daaf51555d6adf0c767571/69298675e5fc61eeef6af216_7083e5dc4454fd80947a476dd43641df_Network%2520dif..."
},
{
"src": "https://cdn.prod.website-files.com/68daaf51555d6adf0c767571/699cf8d225cc71f60aaa98f7_HP-slider-costco.png",
"width": "1280",
"height": "",
"loading": "lazy",
"html": "<img width=\"1280\" sizes=\"100vw\" alt=\"Woman with long brown hair beside KitchenAid logo, a Whirlpool company, product brand representative portrait.\" src=\"https://cdn.prod.website-files.com/68daaf51555d6adf0c767571/699cf8d225cc71f60aaa98f7_HP-slider-costco.png\" loading=\"lazy\" srcset=\"https://cdn.prod.website-files.com/68daaf51555d6adf0c767571/699cf8d225cc71f60aaa98f7_HP-slider-costco-p-500.png 500w, https://cdn.prod.website-files.com/68daaf51555d6adf0c767571/699cf8d225cc71f60aaa98f7_HP-slider-..."
},
{
"src": "https://cdn.prod.website-files.com/68daaf51555d6adf0c767571/699cf77bb03ca81886664973_Costco.png",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img sizes=\"100vw\" srcset=\"https://cdn.prod.website-files.com/68daaf51555d6adf0c767571/699cf77bb03ca81886664973_Costco-p-500.png 500w, https://cdn.prod.website-files.com/68daaf51555d6adf0c767571/699cf77bb03ca81886664973_Costco.png 800w\" alt src=\"https://cdn.prod.website-files.com/68daaf51555d6adf0c767571/699cf77bb03ca81886664973_Costco.png\" loading=\"lazy\">"
},
{
"src": "https://cdn.prod.website-files.com/68daaf51555d6adf0c767571/6913530feca6c3589925e01c_RU_CustomerTestimonials_KitchenAidWhirlpool_Portrait_02.webp",
"width": "1280",
"height": "",
"loading": "lazy",
"html": "<img width=\"1280\" sizes=\"100vw\" alt=\"Woman with long brown hair beside KitchenAid logo, a Whirlpool company, product brand representative portrait.\" src=\"https://cdn.prod.website-files.com/68daaf51555d6adf0c767571/6913530feca6c3589925e01c_RU_CustomerTestimonials_KitchenAidWhirlpool_Portrait_02.webp\" loading=\"lazy\" srcset=\"https://cdn.prod.website-files.com/68daaf51555d6adf0c767571/6913530feca6c3589925e01c_RU_CustomerTestimonials_KitchenAidWhirlpool_Portrait_02-p-500.webp 500w, https://cdn.pro..."
},
{
"src": "https://cdn.prod.website-files.com/68daaf51555d6adf0c767571/6913530feca6c3589925dffa_testimonial-logo_whirlpool.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img loading=\"lazy\" src=\"https://cdn.prod.website-files.com/68daaf51555d6adf0c767571/6913530feca6c3589925dffa_testimonial-logo_whirlpool.svg\" alt>"
},
{
"src": "https://cdn.prod.website-files.com/68daaf51555d6adf0c767571/6913530feca6c3589925e000_RU_CustomerTestimonials_Dicks_Portrait_02.webp",
"width": "1280",
"height": "",
"loading": "lazy",
"html": "<img width=\"1280\" sizes=\"100vw\" alt=\"Smiling middle-aged man with grey hair wearing a black long-sleeved shirt on white background.\" src=\"https://cdn.prod.website-files.com/68daaf51555d6adf0c767571/6913530feca6c3589925e000_RU_CustomerTestimonials_Dicks_Portrait_02.webp\" loading=\"lazy\" srcset=\"https://cdn.prod.website-files.com/68daaf51555d6adf0c767571/6913530feca6c3589925e000_RU_CustomerTestimonials_Dicks_Portrait_02-p-500.webp 500w, https://cdn.prod.website-files.com/68daaf51555d6adf0c767571..."
},
{
"src": "https://cdn.prod.website-files.com/68daaf51555d6adf0c767571/6913530feca6c3589925dff9_testimonial-logo_dicks.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img loading=\"lazy\" src=\"https://cdn.prod.website-files.com/68daaf51555d6adf0c767571/6913530feca6c3589925dff9_testimonial-logo_dicks.svg\" alt>"
},
{
"src": "https://cdn.prod.website-files.com/68daaf51555d6adf0c767571/6913530feca6c3589925dff1_RU_CustomerTestimonials_Hills_Portrait_02.webp",
"width": "1280",
"height": "",
"loading": "lazy",
"html": "<img width=\"1280\" sizes=\"100vw\" alt=\"Bald man in blue gingham shirt smiling at the camera on white background.\" src=\"https://cdn.prod.website-files.com/68daaf51555d6adf0c767571/6913530feca6c3589925dff1_RU_CustomerTestimonials_Hills_Portrait_02.webp\" loading=\"lazy\" srcset=\"https://cdn.prod.website-files.com/68daaf51555d6adf0c767571/6913530feca6c3589925dff1_RU_CustomerTestimonials_Hills_Portrait_02-p-500.webp 500w, https://cdn.prod.website-files.com/68daaf51555d6adf0c767571/6913530feca6c3589925..."
},
{
"src": "https://cdn.prod.website-files.com/68daaf51555d6adf0c767571/6913530feca6c3589925dff8_testimonial-logo_hills.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img loading=\"lazy\" src=\"https://cdn.prod.website-files.com/68daaf51555d6adf0c767571/6913530feca6c3589925dff8_testimonial-logo_hills.svg\" alt>"
},
{
"src": "https://cdn.prod.website-files.com/68daaf51555d6adf0c767571/6913530feca6c3589925e00e_RU_CustomerTestimonials_Comcast_Portrait_01.webp",
"width": "1280",
"height": "",
"loading": "lazy",
"html": "<img width=\"1280\" sizes=\"100vw\" alt=\"Man in black sweater and glasses looking directly at camera on white background.\" src=\"https://cdn.prod.website-files.com/68daaf51555d6adf0c767571/6913530feca6c3589925e00e_RU_CustomerTestimonials_Comcast_Portrait_01.webp\" loading=\"lazy\" srcset=\"https://cdn.prod.website-files.com/68daaf51555d6adf0c767571/6913530feca6c3589925e00e_RU_CustomerTestimonials_Comcast_Portrait_01-p-500.webp 500w, https://cdn.prod.website-files.com/68daaf51555d6adf0c767571/6913530fe..."
},
{
"src": "https://cdn.prod.website-files.com/68daaf51555d6adf0c767571/6913530feca6c3589925e033_testimonial-logo_comcast-advertising.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img loading=\"lazy\" src=\"https://cdn.prod.website-files.com/68daaf51555d6adf0c767571/6913530feca6c3589925e033_testimonial-logo_comcast-advertising.svg\" alt=\"Comcast advertising logo with peacock symbol and colorful design elements for television and media services.\">"
},
{
"src": "https://cdn.prod.website-files.com/68daaf51555d6adf0c767571/6913530feca6c3589925e02a_RU_CustomerTestimonials_Pinterest.webp",
"width": "1280",
"height": "",
"loading": "lazy",
"html": "<img width=\"1280\" sizes=\"100vw\" alt=\"Person holding phone with pasta recipes on screen, showing healthy and quick meal options.\" src=\"https://cdn.prod.website-files.com/68daaf51555d6adf0c767571/6913530feca6c3589925e02a_RU_CustomerTestimonials_Pinterest.webp\" loading=\"lazy\" srcset=\"https://cdn.prod.website-files.com/68daaf51555d6adf0c767571/6913530feca6c3589925e02a_RU_CustomerTestimonials_Pinterest-p-500.webp 500w, https://cdn.prod.website-files.com/68daaf51555d6adf0c767571/6913530feca6c358992..."
},
{
"src": "https://cdn.prod.website-files.com/68daaf51555d6adf0c767571/6913530feca6c3589925dfeb_testimonial-logo_pinterest.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img loading=\"lazy\" src=\"https://cdn.prod.website-files.com/68daaf51555d6adf0c767571/6913530feca6c3589925dfeb_testimonial-logo_pinterest.svg\" alt=\"Pinterest logo featuring a red pin icon and bold text on a white background.\">"
},
{
"src": "https://cdn.prod.website-files.com/68daaf51555d6adf0c767571/692047b53e202d07dc547288_Solutions%20dashboard%20%E2%80%93%20Activation%20%E2%80%93%201800x1200.avif",
"width": "900",
"height": "",
"loading": "lazy",
"html": "<img width=\"900\" sizes=\"100vw\" alt=\"LiveRamp platform screenshot showing various data destinations including Amazon, Google, Facebook, LinkedIn, Netflix, Pinterest.\" src=\"https://cdn.prod.website-files.com/68daaf51555d6adf0c767571/692047b53e202d07dc547288_Solutions%20dashboard%20%E2%80%93%20Activation%20%E2%80%93%201800x1200.avif\" loading=\"lazy\" srcset=\"https://cdn.prod.website-files.com/68daaf51555d6adf0c767571/692047b53e202d07dc547288_Solutions%2520dashboard%2520%25E2%2580%2593%2520Activati..."
},
{
"src": "https://cdn.prod.website-files.com/68daaf51555d6adf0c767571/692047b53e202d07dc547292_Solutions%20dashboard%20%E2%80%93%20Measurement%20%E2%80%93%201800x1200.avif",
"width": "900",
"height": "",
"loading": "lazy",
"html": "<img width=\"900\" sizes=\"100vw\" alt=\"Customer Lifetime Value CLV dashboard with graphs and charts on a computer screen displaying data insights.\" src=\"https://cdn.prod.website-files.com/68daaf51555d6adf0c767571/692047b53e202d07dc547292_Solutions%20dashboard%20%E2%80%93%20Measurement%20%E2%80%93%201800x1200.avif\" loading=\"lazy\" srcset=\"https://cdn.prod.website-files.com/68daaf51555d6adf0c767571/692047b53e202d07dc547292_Solutions%2520dashboard%2520%25E2%2580%2593%2520Measurement%2520%25E2%2580%2..."
},
{
"src": "https://cdn.prod.website-files.com/68daaf51555d6adf0c767571/692047b53e202d07dc54727e_Solutions%20dashboard%20%E2%80%93%20Identity%20%E2%80%93%201800x1200.avif",
"width": "476",
"height": "",
"loading": "lazy",
"html": "<img width=\"476\" sizes=\"100vw\" alt=\"LiveRamp identity resolution workflow on a computer screen with data processes and flowchart displayed.\" src=\"https://cdn.prod.website-files.com/68daaf51555d6adf0c767571/692047b53e202d07dc54727e_Solutions%20dashboard%20%E2%80%93%20Identity%20%E2%80%93%201800x1200.avif\" loading=\"lazy\" srcset=\"https://cdn.prod.website-files.com/68daaf51555d6adf0c767571/692047b53e202d07dc54727e_Solutions%2520dashboard%2520%25E2%2580%2593%2520Identity%2520%25E2%2580%2593%252018..."
},
{
"src": "https://cdn.prod.website-files.com/68daaf51555d6adf0c767571/692047b53e202d07dc547288_Solutions%20dashboard%20%E2%80%93%20Activation%20%E2%80%93%201800x1200.avif",
"width": "900",
"height": "",
"loading": "eager",
"html": "<img width=\"900\" sizes=\"(max-width: 991px) 100vw, 900px\" alt=\"LiveRamp platform screenshot showing various data destinations including Amazon, Google, Facebook, LinkedIn, Netflix, Pinterest.\" src=\"https://cdn.prod.website-files.com/68daaf51555d6adf0c767571/692047b53e202d07dc547288_Solutions%20dashboard%20%E2%80%93%20Activation%20%E2%80%93%201800x1200.avif\" loading=\"eager\" srcset=\"https://cdn.prod.website-files.com/68daaf51555d6adf0c767571/692047b53e202d07dc547288_Solutions%2520dashboard%2520%..."
},
{
"src": "https://cdn.prod.website-files.com/68daaf51555d6adf0c767571/692047b53e202d07dc547292_Solutions%20dashboard%20%E2%80%93%20Measurement%20%E2%80%93%201800x1200.avif",
"width": "900",
"height": "",
"loading": "eager",
"html": "<img width=\"900\" sizes=\"(max-width: 991px) 100vw, 900px\" alt=\"Customer Lifetime Value CLV dashboard with graphs and charts on a computer screen displaying data insights.\" src=\"https://cdn.prod.website-files.com/68daaf51555d6adf0c767571/692047b53e202d07dc547292_Solutions%20dashboard%20%E2%80%93%20Measurement%20%E2%80%93%201800x1200.avif\" loading=\"eager\" srcset=\"https://cdn.prod.website-files.com/68daaf51555d6adf0c767571/692047b53e202d07dc547292_Solutions%2520dashboard%2520%25E2%2580%2593%2520M..."
},
{
"src": "https://cdn.prod.website-files.com/68daaf51555d6adf0c767571/692047b53e202d07dc54727e_Solutions%20dashboard%20%E2%80%93%20Identity%20%E2%80%93%201800x1200.avif",
"width": "900",
"height": "",
"loading": "eager",
"html": "<img width=\"900\" sizes=\"(max-width: 991px) 100vw, 900px\" alt=\"LiveRamp identity resolution workflow on a computer screen with data processes and flowchart displayed.\" src=\"https://cdn.prod.website-files.com/68daaf51555d6adf0c767571/692047b53e202d07dc54727e_Solutions%20dashboard%20%E2%80%93%20Identity%20%E2%80%93%201800x1200.avif\" loading=\"eager\" srcset=\"https://cdn.prod.website-files.com/68daaf51555d6adf0c767571/692047b53e202d07dc54727e_Solutions%2520dashboard%2520%25E2%2580%2593%2520Identity..."
},
{
"src": "https://cdn.prod.website-files.com/68de9c28ee29c8b50967ec08/6914b541875dfb5749cc0fbc_691381a5fd156f7804f78ed5_Awards%20card%20image%20%E2%80%93%20Great%20Place%20to%20Work.png",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/68de9c28ee29c8b50967ec08/6914b541875dfb5749cc0fbc_691381a5fd156f7804f78ed5_Awards%20card%20image%20%E2%80%93%20Great%20Place%20to%20Work.png\" loading=\"lazy\" alt sizes=\"(max-width: 560px) 100vw, 560px\" srcset=\"https://cdn.prod.website-files.com/68de9c28ee29c8b50967ec08/6914b541875dfb5749cc0fbc_691381a5fd156f7804f78ed5_Awards%20card%20image%20%E2%80%93%20Great%20Place%20to%20Work-p-500.png 500w, https://cdn.prod.website-files.com/68de9c28ee29c8b50967..."
},
{
"src": "https://cdn.prod.website-files.com/68de9c28ee29c8b50967ec08/6914b514ff08836e0d191fff_691381a5fd156f7804f78ee1_Awards%20card%20image%20%E2%80%93%20AWS.png",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/68de9c28ee29c8b50967ec08/6914b514ff08836e0d191fff_691381a5fd156f7804f78ee1_Awards%20card%20image%20%E2%80%93%20AWS.png\" loading=\"lazy\" alt class=\"home_awards_slider_card_image\">"
},
{
"src": "https://cdn.prod.website-files.com/68de9c28ee29c8b50967ec08/6914b4f32cd5c5bfe9fdc017_691381a5fd156f7804f78edd_Awards%20card%20image%20%E2%80%93%20AdExchanger.png",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/68de9c28ee29c8b50967ec08/6914b4f32cd5c5bfe9fdc017_691381a5fd156f7804f78edd_Awards%20card%20image%20%E2%80%93%20AdExchanger.png\" loading=\"lazy\" alt class=\"home_awards_slider_card_image\">"
},
{
"src": "https://cdn.prod.website-files.com/68de9c28ee29c8b50967ec08/6914b4c6233552f3e2b5ffb0_691381a5fd156f7804f78ed9_Awards%20card%20image%20%E2%80%93%20Digiday.png",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/68de9c28ee29c8b50967ec08/6914b4c6233552f3e2b5ffb0_691381a5fd156f7804f78ed9_Awards%20card%20image%20%E2%80%93%20Digiday.png\" loading=\"lazy\" alt sizes=\"(max-width: 560px) 100vw, 560px\" srcset=\"https://cdn.prod.website-files.com/68de9c28ee29c8b50967ec08/6914b4c6233552f3e2b5ffb0_691381a5fd156f7804f78ed9_Awards%20card%20image%20%E2%80%93%20Digiday-p-500.png 500w, https://cdn.prod.website-files.com/68de9c28ee29c8b50967ec08/6914b4c6233552f3e2b5ffb0_691381..."
},
{
"src": "https://cdn.prod.website-files.com/68de9c28ee29c8b50967ec08/6914b49b48a58cef3c7c4673_691381a5fd156f7804f78ec9_Awards%20card%20image%20%E2%80%93%20Google%20Cloud%202.webp",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/68de9c28ee29c8b50967ec08/6914b49b48a58cef3c7c4673_691381a5fd156f7804f78ec9_Awards%20card%20image%20%E2%80%93%20Google%20Cloud%202.webp\" loading=\"lazy\" alt sizes=\"(max-width: 560px) 100vw, 560px\" srcset=\"https://cdn.prod.website-files.com/68de9c28ee29c8b50967ec08/6914b49b48a58cef3c7c4673_691381a5fd156f7804f78ec9_Awards%20card%20image%20%E2%80%93%20Google%20Cloud%202-p-500.webp 500w, https://cdn.prod.website-files.com/68de9c28ee29c8b50967ec08/6914b49..."
},
{
"src": "https://cdn.prod.website-files.com/68de9c28ee29c8b50967ec08/6914b47352901cdb1581d8cf_691381a5fd156f7804f78ed1_Awards%20card%20image%20%E2%80%93%20IDC.webp",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/68de9c28ee29c8b50967ec08/6914b47352901cdb1581d8cf_691381a5fd156f7804f78ed1_Awards%20card%20image%20%E2%80%93%20IDC.webp\" loading=\"lazy\" alt sizes=\"(max-width: 560px) 100vw, 560px\" srcset=\"https://cdn.prod.website-files.com/68de9c28ee29c8b50967ec08/6914b47352901cdb1581d8cf_691381a5fd156f7804f78ed1_Awards%20card%20image%20%E2%80%93%20IDC-p-500.webp 500w, https://cdn.prod.website-files.com/68de9c28ee29c8b50967ec08/6914b47352901cdb1581d8cf_691381a5fd15..."
},
{
"src": "https://cdn.prod.website-files.com/68de9c28ee29c8b50967ec08/6914b4530700b87868b727f7_691381a5fd156f7804f78ecd_Awards%20card%20image%20%E2%80%93%20Google%20Cloud.webp",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/68de9c28ee29c8b50967ec08/6914b4530700b87868b727f7_691381a5fd156f7804f78ecd_Awards%20card%20image%20%E2%80%93%20Google%20Cloud.webp\" loading=\"lazy\" alt sizes=\"(max-width: 560px) 100vw, 560px\" srcset=\"https://cdn.prod.website-files.com/68de9c28ee29c8b50967ec08/6914b4530700b87868b727f7_691381a5fd156f7804f78ecd_Awards%20card%20image%20%E2%80%93%20Google%20Cloud-p-500.webp 500w, https://cdn.prod.website-files.com/68de9c28ee29c8b50967ec08/6914b4530700b87..."
},
{
"src": "https://cdn.prod.website-files.com/68de9c28ee29c8b50967ec08/6914b4195514874851fea7c3_691381a5fd156f7804f78ee4_Awards%20card%20image%20%E2%80%93%20Snowflake2.png",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/68de9c28ee29c8b50967ec08/6914b4195514874851fea7c3_691381a5fd156f7804f78ee4_Awards%20card%20image%20%E2%80%93%20Snowflake2.png\" loading=\"lazy\" alt class=\"home_awards_slider_card_image\">"
},
{
"src": "https://cdn.prod.website-files.com/68de9c28ee29c8b50967ec08/6914b541875dfb5749cc0fbc_691381a5fd156f7804f78ed5_Awards%20card%20image%20%E2%80%93%20Great%20Place%20to%20Work.png",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/68de9c28ee29c8b50967ec08/6914b541875dfb5749cc0fbc_691381a5fd156f7804f78ed5_Awards%20card%20image%20%E2%80%93%20Great%20Place%20to%20Work.png\" loading=\"lazy\" alt sizes=\"(max-width: 560px) 100vw, 560px\" srcset=\"https://cdn.prod.website-files.com/68de9c28ee29c8b50967ec08/6914b541875dfb5749cc0fbc_691381a5fd156f7804f78ed5_Awards%20card%20image%20%E2%80%93%20Great%20Place%20to%20Work-p-500.png 500w, https://cdn.prod.website-files.com/68de9c28ee29c8b50967..."
},
{
"src": "https://cdn.prod.website-files.com/68de9c28ee29c8b50967ec08/6914b514ff08836e0d191fff_691381a5fd156f7804f78ee1_Awards%20card%20image%20%E2%80%93%20AWS.png",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/68de9c28ee29c8b50967ec08/6914b514ff08836e0d191fff_691381a5fd156f7804f78ee1_Awards%20card%20image%20%E2%80%93%20AWS.png\" loading=\"lazy\" alt class=\"home_awards_slider_card_image\">"
},
{
"src": "https://cdn.prod.website-files.com/68de9c28ee29c8b50967ec08/6914b4f32cd5c5bfe9fdc017_691381a5fd156f7804f78edd_Awards%20card%20image%20%E2%80%93%20AdExchanger.png",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/68de9c28ee29c8b50967ec08/6914b4f32cd5c5bfe9fdc017_691381a5fd156f7804f78edd_Awards%20card%20image%20%E2%80%93%20AdExchanger.png\" loading=\"lazy\" alt class=\"home_awards_slider_card_image\">"
},
{
"src": "https://cdn.prod.website-files.com/68de9c28ee29c8b50967ec08/6914b4c6233552f3e2b5ffb0_691381a5fd156f7804f78ed9_Awards%20card%20image%20%E2%80%93%20Digiday.png",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/68de9c28ee29c8b50967ec08/6914b4c6233552f3e2b5ffb0_691381a5fd156f7804f78ed9_Awards%20card%20image%20%E2%80%93%20Digiday.png\" loading=\"lazy\" alt sizes=\"(max-width: 560px) 100vw, 560px\" srcset=\"https://cdn.prod.website-files.com/68de9c28ee29c8b50967ec08/6914b4c6233552f3e2b5ffb0_691381a5fd156f7804f78ed9_Awards%20card%20image%20%E2%80%93%20Digiday-p-500.png 500w, https://cdn.prod.website-files.com/68de9c28ee29c8b50967ec08/6914b4c6233552f3e2b5ffb0_691381..."
},
{
"src": "https://cdn.prod.website-files.com/68de9c28ee29c8b50967ec08/6914b49b48a58cef3c7c4673_691381a5fd156f7804f78ec9_Awards%20card%20image%20%E2%80%93%20Google%20Cloud%202.webp",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/68de9c28ee29c8b50967ec08/6914b49b48a58cef3c7c4673_691381a5fd156f7804f78ec9_Awards%20card%20image%20%E2%80%93%20Google%20Cloud%202.webp\" loading=\"lazy\" alt sizes=\"(max-width: 560px) 100vw, 560px\" srcset=\"https://cdn.prod.website-files.com/68de9c28ee29c8b50967ec08/6914b49b48a58cef3c7c4673_691381a5fd156f7804f78ec9_Awards%20card%20image%20%E2%80%93%20Google%20Cloud%202-p-500.webp 500w, https://cdn.prod.website-files.com/68de9c28ee29c8b50967ec08/6914b49..."
},
{
"src": "https://cdn.prod.website-files.com/68de9c28ee29c8b50967ec08/6914b47352901cdb1581d8cf_691381a5fd156f7804f78ed1_Awards%20card%20image%20%E2%80%93%20IDC.webp",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/68de9c28ee29c8b50967ec08/6914b47352901cdb1581d8cf_691381a5fd156f7804f78ed1_Awards%20card%20image%20%E2%80%93%20IDC.webp\" loading=\"lazy\" alt sizes=\"(max-width: 560px) 100vw, 560px\" srcset=\"https://cdn.prod.website-files.com/68de9c28ee29c8b50967ec08/6914b47352901cdb1581d8cf_691381a5fd156f7804f78ed1_Awards%20card%20image%20%E2%80%93%20IDC-p-500.webp 500w, https://cdn.prod.website-files.com/68de9c28ee29c8b50967ec08/6914b47352901cdb1581d8cf_691381a5fd15..."
},
{
"src": "https://cdn.prod.website-files.com/68de9c28ee29c8b50967ec08/6914b4530700b87868b727f7_691381a5fd156f7804f78ecd_Awards%20card%20image%20%E2%80%93%20Google%20Cloud.webp",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/68de9c28ee29c8b50967ec08/6914b4530700b87868b727f7_691381a5fd156f7804f78ecd_Awards%20card%20image%20%E2%80%93%20Google%20Cloud.webp\" loading=\"lazy\" alt sizes=\"(max-width: 560px) 100vw, 560px\" srcset=\"https://cdn.prod.website-files.com/68de9c28ee29c8b50967ec08/6914b4530700b87868b727f7_691381a5fd156f7804f78ecd_Awards%20card%20image%20%E2%80%93%20Google%20Cloud-p-500.webp 500w, https://cdn.prod.website-files.com/68de9c28ee29c8b50967ec08/6914b4530700b87..."
},
{
"src": "https://cdn.prod.website-files.com/68de9c28ee29c8b50967ec08/6914b4195514874851fea7c3_691381a5fd156f7804f78ee4_Awards%20card%20image%20%E2%80%93%20Snowflake2.png",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/68de9c28ee29c8b50967ec08/6914b4195514874851fea7c3_691381a5fd156f7804f78ee4_Awards%20card%20image%20%E2%80%93%20Snowflake2.png\" loading=\"lazy\" alt class=\"home_awards_slider_card_image\">"
},
{
"src": "https://cdn.prod.website-files.com/68de9c28ee29c8b50967ec08/6914b541875dfb5749cc0fbc_691381a5fd156f7804f78ed5_Awards%20card%20image%20%E2%80%93%20Great%20Place%20to%20Work.png",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/68de9c28ee29c8b50967ec08/6914b541875dfb5749cc0fbc_691381a5fd156f7804f78ed5_Awards%20card%20image%20%E2%80%93%20Great%20Place%20to%20Work.png\" loading=\"lazy\" alt sizes=\"(max-width: 560px) 100vw, 560px\" srcset=\"https://cdn.prod.website-files.com/68de9c28ee29c8b50967ec08/6914b541875dfb5749cc0fbc_691381a5fd156f7804f78ed5_Awards%20card%20image%20%E2%80%93%20Great%20Place%20to%20Work-p-500.png 500w, https://cdn.prod.website-files.com/68de9c28ee29c8b50967..."
},
{
"src": "https://cdn.prod.website-files.com/68de9c28ee29c8b50967ec08/6914b514ff08836e0d191fff_691381a5fd156f7804f78ee1_Awards%20card%20image%20%E2%80%93%20AWS.png",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/68de9c28ee29c8b50967ec08/6914b514ff08836e0d191fff_691381a5fd156f7804f78ee1_Awards%20card%20image%20%E2%80%93%20AWS.png\" loading=\"lazy\" alt class=\"home_awards_slider_card_image\">"
},
{
"src": "https://cdn.prod.website-files.com/68de9c28ee29c8b50967ec08/6914b4f32cd5c5bfe9fdc017_691381a5fd156f7804f78edd_Awards%20card%20image%20%E2%80%93%20AdExchanger.png",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/68de9c28ee29c8b50967ec08/6914b4f32cd5c5bfe9fdc017_691381a5fd156f7804f78edd_Awards%20card%20image%20%E2%80%93%20AdExchanger.png\" loading=\"lazy\" alt class=\"home_awards_slider_card_image\">"
},
{
"src": "https://cdn.prod.website-files.com/68de9c28ee29c8b50967ec08/6914b4c6233552f3e2b5ffb0_691381a5fd156f7804f78ed9_Awards%20card%20image%20%E2%80%93%20Digiday.png",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/68de9c28ee29c8b50967ec08/6914b4c6233552f3e2b5ffb0_691381a5fd156f7804f78ed9_Awards%20card%20image%20%E2%80%93%20Digiday.png\" loading=\"lazy\" alt sizes=\"(max-width: 560px) 100vw, 560px\" srcset=\"https://cdn.prod.website-files.com/68de9c28ee29c8b50967ec08/6914b4c6233552f3e2b5ffb0_691381a5fd156f7804f78ed9_Awards%20card%20image%20%E2%80%93%20Digiday-p-500.png 500w, https://cdn.prod.website-files.com/68de9c28ee29c8b50967ec08/6914b4c6233552f3e2b5ffb0_691381..."
},
{
"src": "https://cdn.prod.website-files.com/68de9c28ee29c8b50967ec08/6914b49b48a58cef3c7c4673_691381a5fd156f7804f78ec9_Awards%20card%20image%20%E2%80%93%20Google%20Cloud%202.webp",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/68de9c28ee29c8b50967ec08/6914b49b48a58cef3c7c4673_691381a5fd156f7804f78ec9_Awards%20card%20image%20%E2%80%93%20Google%20Cloud%202.webp\" loading=\"lazy\" alt sizes=\"(max-width: 560px) 100vw, 560px\" srcset=\"https://cdn.prod.website-files.com/68de9c28ee29c8b50967ec08/6914b49b48a58cef3c7c4673_691381a5fd156f7804f78ec9_Awards%20card%20image%20%E2%80%93%20Google%20Cloud%202-p-500.webp 500w, https://cdn.prod.website-files.com/68de9c28ee29c8b50967ec08/6914b49..."
},
{
"src": "https://cdn.prod.website-files.com/68de9c28ee29c8b50967ec08/6914b47352901cdb1581d8cf_691381a5fd156f7804f78ed1_Awards%20card%20image%20%E2%80%93%20IDC.webp",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/68de9c28ee29c8b50967ec08/6914b47352901cdb1581d8cf_691381a5fd156f7804f78ed1_Awards%20card%20image%20%E2%80%93%20IDC.webp\" loading=\"lazy\" alt sizes=\"(max-width: 560px) 100vw, 560px\" srcset=\"https://cdn.prod.website-files.com/68de9c28ee29c8b50967ec08/6914b47352901cdb1581d8cf_691381a5fd156f7804f78ed1_Awards%20card%20image%20%E2%80%93%20IDC-p-500.webp 500w, https://cdn.prod.website-files.com/68de9c28ee29c8b50967ec08/6914b47352901cdb1581d8cf_691381a5fd15..."
},
{
"src": "https://cdn.prod.website-files.com/68de9c28ee29c8b50967ec08/6914b4530700b87868b727f7_691381a5fd156f7804f78ecd_Awards%20card%20image%20%E2%80%93%20Google%20Cloud.webp",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/68de9c28ee29c8b50967ec08/6914b4530700b87868b727f7_691381a5fd156f7804f78ecd_Awards%20card%20image%20%E2%80%93%20Google%20Cloud.webp\" loading=\"lazy\" alt sizes=\"(max-width: 560px) 100vw, 560px\" srcset=\"https://cdn.prod.website-files.com/68de9c28ee29c8b50967ec08/6914b4530700b87868b727f7_691381a5fd156f7804f78ecd_Awards%20card%20image%20%E2%80%93%20Google%20Cloud-p-500.webp 500w, https://cdn.prod.website-files.com/68de9c28ee29c8b50967ec08/6914b4530700b87..."
},
{
"src": "https://cdn.prod.website-files.com/68de9c28ee29c8b50967ec08/6914b4195514874851fea7c3_691381a5fd156f7804f78ee4_Awards%20card%20image%20%E2%80%93%20Snowflake2.png",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/68de9c28ee29c8b50967ec08/6914b4195514874851fea7c3_691381a5fd156f7804f78ee4_Awards%20card%20image%20%E2%80%93%20Snowflake2.png\" loading=\"lazy\" alt class=\"home_awards_slider_card_image\">"
},
{
"src": "https://cdn.prod.website-files.com/68daaf51555d6adf0c767571/6912e66e40577c297ee79187_privacyoptions.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img loading=\"lazy\" src=\"https://cdn.prod.website-files.com/68daaf51555d6adf0c767571/6912e66e40577c297ee79187_privacyoptions.svg\" alt=\"My Privacy options icon\" class=\"your-privacy-choices_icon\">"
},
{
"src": "https://cdn.prod.website-files.com/68daaf51555d6adf0c767571/6912e66e40577c297ee79186_LiveRamp%20logo.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img loading=\"lazy\" src=\"https://cdn.prod.website-files.com/68daaf51555d6adf0c767571/6912e66e40577c297ee79186_LiveRamp%20logo.svg\" alt>"
}
],
"possibleDialogs": [
"<div role=\"dialog\" id=\"wistia-0djye2uv09-1_popover_container\" aria-modal=\"true\"><div id=\"wistia-0djye2uv09-1_popover\" class=\"wistia_popover_embed\" style=\"height: 720px; width: 1280px; position: absolute; top: 0px; left: -99999px;\"><div id=\"wistia_chrome_37\" class=\"w-chrome notranslate\" tabindex=\"-1\" style=\"display: inline-block; height: 100%; line-height: normal; margin: 0px; padding: 0px; position: relative; vertical-align: top; width: 100%; outline: none; overflow: hidden; box-sizing: conte...",
"<div role=\"dialog\" id=\"wistia-aeiriztecz-1_popover_container\" aria-modal=\"true\"><div id=\"wistia-aeiriztecz-1_popover\" class=\"wistia_popover_embed\" style=\"height: 720px; width: 1280px; position: absolute; top: 0px; left: -99999px;\"><div id=\"wistia_chrome_40\" class=\"w-chrome notranslate\" tabindex=\"-1\" style=\"display: inline-block; height: 100%; line-height: normal; margin: 0px; padding: 0px; position: relative; vertical-align: top; width: 100%; outline: none; overflow: hidden; box-sizing: conte...",
"<div role=\"dialog\" id=\"wistia-0mu3ddx5ct-1_popover_container\" aria-modal=\"true\"><div id=\"wistia-0mu3ddx5ct-1_popover\" class=\"wistia_popover_embed\" style=\"height: 720px; width: 1280px; position: absolute; top: 0px; left: -99999px;\"><div id=\"wistia_chrome_43\" class=\"w-chrome notranslate\" tabindex=\"-1\" style=\"display: inline-block; height: 100%; line-height: normal; margin: 0px; padding: 0px; position: relative; vertical-align: top; width: 100%; outline: none; overflow: hidden; box-sizing: conte...",
"<div role=\"dialog\" id=\"wistia-z5pnu56az8-1_popover_container\" aria-modal=\"true\"><div id=\"wistia-z5pnu56az8-1_popover\" style=\"height: 720px; width: 1280px;\"><div id=\"wistia_chrome_110\" class=\"w-chrome notranslate\" tabindex=\"-1\" style=\"display: inline-block; height: 100%; line-height: normal; margin: 0px; padding: 0px; position: relative; vertical-align: top; width: 100%; outline: none; overflow: hidden; box-sizing: content-box;\"></div></div></div>"
],
"score": 70,
"weight": 10
}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
9 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": 9,
"passing": 0,
"failing": [
{
"heading": "Plug into the world’s most powerful data collaboration network",
"headingHtml": "<h2 class=\"heading-style-h1\">Plug into the world’s most powerful data collaboration network</h2>",
"firstParagraph": "Smarter marketing demands shared intelligence. Connect and collaborate across a universe of signals to drive insights and impact no one can achieve alone.",
"paragraphHtml": "<p class=\"text-size-large\">Smarter marketing demands shared intelligence. Connect and collaborate across a universe of signals to drive insights and impact no one can achieve alone. </p>",
"words": 23,
"direct": false,
"issue": "First paragraph is 23 words and does not look like a concise direct answer."
},
{
"heading": "Delight consumers everywhere it matters",
"headingHtml": "<h3>Delight consumers everywhere it matters</h3>",
"firstParagraph": "Reach consumers across the advertising ecosystem, including Disney, Hulu, Pinterest, Snap, Spotify, Netflix, and TikTok – no other platform comes close.",
"paragraphHtml": "<p class=\"text-size-regular\">Reach consumers across the advertising ecosystem, including Disney, Hulu, Pinterest, Snap, Spotify, Netflix, and TikTok – no other platform comes close.</p>",
"words": 20,
"direct": false,
"issue": "First paragraph is 20 words and does not look like a concise direct answer."
},
{
"heading": "Work with your tools, your way",
"headingHtml": "<h3>Work with your tools, your way</h3>",
"firstParagraph": "Connect your most valuable data and signals across identifiers, platforms, clouds, and agents – that’s the freedom of full interoperability.",
"paragraphHtml": "<p class=\"text-size-regular\">Connect your most valuable data and signals across identifiers, platforms, clouds, and agents – that’s the freedom of full interoperability.</p>",
"words": 20,
"direct": false,
"issue": "First paragraph is 20 words and does not look like a concise direct answer."
},
{
"heading": "Protect consumer trust",
"headingHtml": "<h3>Protect consumer trust</h3>",
"firstParagraph": "Use data responsibly at scale. Our strict platform neutrality and advanced controls protect your data and consumer trust, so you can collaborate with confidence.",
"paragraphHtml": "<p class=\"text-size-regular\">Use data responsibly at scale. Our strict platform neutrality and advanced controls protect your data and consumer trust, so you can collaborate with confidence.</p>",
"words": 24,
"direct": false,
"issue": "First paragraph is 24 words and does not look like a concise direct answer."
},
{
"heading": "Help AI agents act smarter",
"headingHtml": "<h3>Help AI agents act smarter</h3>",
"firstParagraph": "Power more intelligent AI with robust first, second, and third-party signals you can only access through the most expansive data collaboration network.",
"paragraphHtml": "<p class=\"text-size-regular\">Power more intelligent AI with robust first, second, and third-party signals you can only access through the most expansive data collaboration network.</p>",
"words": 22,
"direct": false,
"issue": "First paragraph is 22 words and does not look like a concise direct answer."
},
{
"heading": "Proven by leaders, powered by LiveRamp",
"headingHtml": "<h2 class=\"heading-style-h1\">Proven by leaders, <br>powered by LiveRamp</h2>",
"firstParagraph": "The world’s top brands, publishers, and platforms use LiveRamp to drive measurable growth.",
"paragraphHtml": "<p class=\"text-size-large\">The world’s top brands, publishers, and platforms use LiveRamp to drive measurable growth.</p>",
"words": 14,
"direct": false,
"issue": "First paragraph is 14 words and does not look like a concise direct answer."
},
{
"heading": "Explore intelligent solutions for your most ambitious marketing and business goals",
"headingHtml": "<h2 class=\"heading-style-h1\">Explore intelligent solutions for your most ambitious marketing and business goals</h2>",
"firstParagraph": "Deliver and measure marketing performance everywhere it matters. What will you achieve with the LiveRamp data collaboration network?",
"paragraphHtml": "<p class=\"text-size-large\">Deliver and measure marketing performance everywhere it matters. What will you achieve with the LiveRamp data collaboration network?</p>",
"words": 18,
"direct": false,
"issue": "First paragraph is 18 words and does not look like a concise direct answer."
},
{
"heading": "Industry leadership and awards",
"headingHtml": "<h2 class=\"heading-style-h1\">Industry leadership and awards</h2>",
"firstParagraph": "Consistently recognized by partners and analysts you trust",
"paragraphHtml": "<p class=\"text-size-large\">Consistently recognized by partners and analysts you trust</p>",
"words": 8,
"direct": false,
"issue": "First paragraph is 8 words and does not look like a concise direct answer."
},
{
"heading": "Unlock exponential value with data collaboration",
"headingHtml": "<h2 class=\"heading-style-h1\">Unlock exponential value with data collaboration</h2>",
"firstParagraph": "Deliver exceptional experiences, create powerful partnerships, and lead your company into the AI-powered future, responsibly. Let’s get started.",
"paragraphHtml": "<p class=\"text-size-large\">Deliver exceptional experiences, create powerful partnerships, and lead your company into the AI-powered future, responsibly. Let’s get started.<a href=\"https://lr-website-evo.canvas.webflow.com/#\" data-wf-native-id-path=\"39d5bc97-7419-3dad-c790-3b1443afd956\" data-wf-ao-click-engagement-tracking=\"true\" data-wf-element-id=\"39d5bc97-7419-3dad-c790-3b1443afd956\"><strong><br></strong></a></p>",
"words": 19,
"direct": false,
"issue": "First paragraph is 19 words and does not look like a concise direct answer."
}
],
"score": 65,
"weight": 8
}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: reach, customers, anywhere, measure, impact, everywhere.
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": "AI-Powered Marketing | LiveRamp",
"h1": "Reach customers anywhere. Measure impact everywhere.",
"description": "Market at the speed of AI with credibility & control. LiveRamp helps you fuel AI‑powered marketing that drives better performance – grounded in trust.",
"topicOverlap": 0.3333333333333333,
"definitionCount": 1,
"topicTerms": [
"powered",
"marketing",
"liveramp",
"reach",
"customers",
"anywhere",
"measure",
"impact",
"everywhere"
],
"descriptionTerms": [
"market",
"speed",
"credibility",
"control",
"liveramp",
"helps",
"fuel",
"powered",
"marketing",
"drives",
"better",
"performance",
"grounded",
"trust"
],
"missingFromDescription": [
"reach",
"customers",
"anywhere",
"measure",
"impact",
"everywhere"
],
"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, how, benefits, cost, compare.
Details
Why it matters
Answer engines need concise answers, question-led structure, entity clarity, visible evidence, and trust signals that can be extracted without relying on search-only metadata checks.
Check name
AEO: Answer intent coverage
Score
70/100
Status
warning
Category
GEO, AIO & AEO
Maturity
Emerging recommendation
Goal
Make page content easy for answer engines and assistants to answer from directly.
Result
AEO: Answer intent coverage scored 70/100 and needs improvement.
Evidence
{
"headings": [
{
"text": "Plug into the world’s most powerful data collaboration network",
"html": "<h2 class=\"heading-style-h1\">Plug into the world’s most powerful data collaboration network</h2>"
},
{
"text": "Proven by leaders, powered by LiveRamp",
"html": "<h2 class=\"heading-style-h1\">Proven by leaders, <br>powered by LiveRamp</h2>"
},
{
"text": "Explore intelligent solutions for your most ambitious marketing and business goals",
"html": "<h2 class=\"heading-style-h1\">Explore intelligent solutions for your most ambitious marketing and business goals</h2>"
},
{
"text": "Industry leadership and awards",
"html": "<h2 class=\"heading-style-h1\">Industry leadership and awards</h2>"
},
{
"text": "Unlock exponential value with data collaboration",
"html": "<h2 class=\"heading-style-h1\">Unlock exponential value with data collaboration</h2>"
}
],
"expected": [
{
"id": "what",
"label": "What is AI-Powered Marketing?",
"pattern": {}
},
{
"id": "how",
"label": "How does AI-Powered Marketing work?",
"pattern": {}
},
{
"id": "benefits",
"label": "Why use AI-Powered Marketing?",
"pattern": {}
},
{
"id": "cost",
"label": "Is AI-Powered Marketing free or paid?",
"pattern": {}
},
{
"id": "compare",
"label": "How does AI-Powered Marketing compare with alternatives?",
"pattern": {}
}
],
"missing": [
{
"id": "what",
"label": "What is AI-Powered Marketing?",
"pattern": {}
},
{
"id": "how",
"label": "How does AI-Powered Marketing work?",
"pattern": {}
},
{
"id": "benefits",
"label": "Why use AI-Powered Marketing?",
"pattern": {}
},
{
"id": "cost",
"label": "Is AI-Powered Marketing free or paid?",
"pattern": {}
},
{
"id": "compare",
"label": "How does AI-Powered Marketing 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": 121224
},
{
"path": "/api/context",
"statusCode": 404,
"contentType": "text/html; charset=utf-8",
"length": 121224
},
{
"path": "/context",
"statusCode": 404,
"contentType": "text/html; charset=utf-8",
"length": 121224
}
]
},
"issue": "AI context endpoint was not found at the expected path.",
"howToFix": "Publish a concise JSON or Markdown AI context endpoint describing the product, public actions, and machine-readable resources."
}
]
}GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AIO: Query intent coverage
AIO: Query intent coverage is informational for this page.
Informational
GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AIO: Query intent coverage
AIO: Query intent coverage is informational for this page.
Needs attention
AIO: Query intent coverage
Issue
Missing likely AI Overview intent sections: what, how, benefits, cost, compare.
Details
Why it matters
AI Overviews depend on Google-search eligibility, useful visible content, consistent structured data, answer-first sections, trust signals, and preview controls that permit snippets.
Check name
AIO: Query intent coverage
Score
70/100
Status
informational
Category
GEO, AIO & AEO
Maturity
Emerging recommendation
Goal
Make page content eligible and useful for Google AI Overviews and AI Mode extraction.
Result
AIO: Query intent coverage is informational for this page.
Evidence
{
"headings": [
{
"text": "Plug into the world’s most powerful data collaboration network",
"html": "<h2 class=\"heading-style-h1\">Plug into the world’s most powerful data collaboration network</h2>"
},
{
"text": "Proven by leaders, powered by LiveRamp",
"html": "<h2 class=\"heading-style-h1\">Proven by leaders, <br>powered by LiveRamp</h2>"
},
{
"text": "Explore intelligent solutions for your most ambitious marketing and business goals",
"html": "<h2 class=\"heading-style-h1\">Explore intelligent solutions for your most ambitious marketing and business goals</h2>"
},
{
"text": "Industry leadership and awards",
"html": "<h2 class=\"heading-style-h1\">Industry leadership and awards</h2>"
},
{
"text": "Unlock exponential value with data collaboration",
"html": "<h2 class=\"heading-style-h1\">Unlock exponential value with data collaboration</h2>"
}
],
"expected": [
{
"id": "what",
"label": "What is AI-Powered Marketing?",
"pattern": {}
},
{
"id": "how",
"label": "How does AI-Powered Marketing work?",
"pattern": {}
},
{
"id": "benefits",
"label": "Why use AI-Powered Marketing?",
"pattern": {}
},
{
"id": "cost",
"label": "Is AI-Powered Marketing free or paid?",
"pattern": {}
},
{
"id": "compare",
"label": "How does AI-Powered Marketing compare with alternatives?",
"pattern": {}
}
],
"missing": [
{
"id": "what",
"label": "What is AI-Powered Marketing?",
"pattern": {}
},
{
"id": "how",
"label": "How does AI-Powered Marketing work?",
"pattern": {}
},
{
"id": "benefits",
"label": "Why use AI-Powered Marketing?",
"pattern": {}
},
{
"id": "cost",
"label": "Is AI-Powered Marketing free or paid?",
"pattern": {}
},
{
"id": "compare",
"label": "How does AI-Powered Marketing compare with alternatives?",
"pattern": {}
}
],
"score": 70,
"weight": 4
}Agent Ease of UseAuthEmerging recommendation
Auth.md Agent Registration
Auth.md Agent Registration has an informational finding because the page appears to support authentication.
Informational
Agent Ease of UseAuthEmerging recommendation
Auth.md Agent Registration
Auth.md Agent Registration has an informational finding because the page appears to support authentication.
Needs attention
Auth.md Agent Registration
Issue
auth.md response did not match the expected agent registration shape. Content-Type "text/html; charset=utf-8" is not Markdown or text/plain; missing /.well-known/oauth-protected-resource link; missing /.well-known/oauth-authorization-server link; missing credential type language.
Why it matters
Agent registration metadata lets automated clients find the registration path, supported identity types, credential types, and related claim or revocation endpoints without scraping human docs.
Check name
Auth.md Agent Registration
Score
0/100
Status
informational
Category
Auth
Maturity
Emerging recommendation
Goal
Publish Auth.md and agent_auth metadata so agents can discover registration and credential requirements.
Result
Auth.md Agent Registration has an informational finding because the page appears to support authentication.
Validation steps
Fetch and validate /auth.md
auth.md response did not match the expected agent registration shape. Content-Type "text/html; charset=utf-8" is not Markdown or text/plain; missing /.well-known/oauth-protected-resource link; missing /.well-known/oauth-authorization-server link; missing credential type language.
Publish protected resource metadata
The OAuth Protected Resource metadata endpoint did not return HTTP 2xx.
Validate agent_auth authorization metadata
OAuth authorization server metadata could not be fetched.
Evidence
{
"failedStep": "auth-md",
"steps": [
{
"id": "auth-md",
"title": "Fetch and validate /auth.md",
"status": "fail",
"evidence": {
"path": "/auth.md",
"ok": false,
"statusCode": 404,
"contentType": "text/html; charset=utf-8",
"length": 121224,
"validation": {
"valid": false,
"issue": "auth.md response did not match the expected agent registration shape. Content-Type \"text/html; charset=utf-8\" is not Markdown or text/plain; missing /.well-known/oauth-protected-resource link; missing /.well-known/oauth-authorization-server link; missing credential type language.",
"compatibleContentType": false,
"contentLength": 120201,
"hasRegisterInstructions": true,
"hasProtectedResourceLink": false,
"hasAuthorizationServerLink": false,
"mentionsIdentity": true,
"mentionsCredential": false,
"links": [
"https://cdn.prod.website-files.com\"",
"/title",
"https://cdn.prod.website-files.com/68daaf51555d6adf0c767571/css/liveramp-com.shared.38ed1c67e.min.css\"",
"/css",
"/javascript",
"/script",
"https://cdn.prod.website-files.com/68daaf51555d6adf0c767571/68ed0330de17cec38b9505fd_Favicon%20-%20black.png\"",
"/x-icon",
"https://cdn.prod.website-files.com/68daaf51555d6adf0c767571/68ed033012e0101f4d8f8917_Favicon%20web%20clip%20%E2%80%93%20black%20%E2%80%93%20256x256.png\"",
"https://liveramp.com/404\""
],
"rawExcerpt": "<!DOCTYPE html><!-- Last Published: Tue Jun 09 2026 20:20:32 GMT+0000 (Coordinated Universal Time) --><html data-wf-domain=\"liveramp.com\" data-wf-page=\"691ba732cf37beb97b278be8\" data-wf-site=\"68daaf51555d6adf0c767571\" data-wf-intellimize-customer-id=\"117645514\" lang=\"en\"><head><meta charset=\"utf-8\"/><link href=\"https://cdn.prod.website-files.com\" rel=\"preconnect\" crossorigin=\"anonymous\"/><title>Not Found</title><meta content=\"Not Found\" property=\"og:title\"/><meta content=\"Not Found\" name=\"twitter:title\"/><meta content=\"width=device-width, initial-scale=1\" name=\"viewport\"/><link href=\"https://cdn.prod.website-files.com/68daaf51555d6adf0c767571/css/liveramp-com.shared.38ed1c67e.min.css\" rel=\"stylesheet\" type=\"text/css\" integrity=\"sha384-OO0cZ+ey+OZbUb3IBtm6cuZXdO8WA0pcDsLcP8xdVMgxd3f5uAZFeLw"
}
},
"issue": "auth.md response did not match the expected agent registration shape. Content-Type \"text/html; charset=utf-8\" is not Markdown or text/plain; missing /.well-known/oauth-protected-resource link; missing /.well-known/oauth-authorization-server link; missing credential type language.",
"howToFix": "Serve /auth.md at the site root as Markdown with agent registration instructions and links to OAuth metadata."
},
{
"id": "oauth-protected-resource",
"title": "Publish protected resource metadata",
"status": "fail",
"evidence": {
"path": "/.well-known/oauth-protected-resource",
"ok": false,
"statusCode": 404,
"contentType": "text/html; charset=utf-8",
"length": 88,
"text": "<!DOCTYPE html>\n<html>\n <body>\n <p>Invalid .well-known request</p>\n </body>\n</html>"
},
"issue": "The OAuth Protected Resource metadata endpoint did not return HTTP 2xx.",
"howToFix": "Publish /.well-known/oauth-protected-resource with resource and authorization_servers fields."
},
{
"id": "agent-auth-block",
"title": "Validate agent_auth authorization metadata",
"status": "fail",
"evidence": {
"valid": false,
"issue": "OAuth authorization server metadata could not be fetched.",
"fetch": {
"ok": false,
"statusCode": 404,
"contentType": "text/html; charset=utf-8",
"length": 88,
"text": "<!DOCTYPE html>\n<html>\n <body>\n <p>Invalid .well-known request</p>\n </body>\n</html>"
}
},
"issue": "OAuth authorization server metadata could not be fetched.",
"howToFix": "Add agent_auth to /.well-known/oauth-authorization-server with register_uri, supported identity types, credential types, and claim or revocation URLs where applicable."
}
],
"authApplicability": {
"supportsAuth": true,
"score": 6,
"signals": [
{
"source": "link:href",
"weight": 3,
"match": "auth link"
},
{
"source": "visible-text",
"weight": 3,
"match": "login"
}
]
},
"resourceFetchSucceeded": false
}GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
GEO: Q&A and FAQ opportunities
GEO: Q&A and FAQ opportunities is informational for this page.
Informational
GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
GEO: Q&A and FAQ opportunities
GEO: Q&A and FAQ opportunities is informational for this page.
Needs attention
GEO: Q&A and FAQ opportunities
Issue
5 h2 heading(s) are not phrased as questions; this is optional and only useful where Q&A wording is natural. No visible FAQ or FAQPage schema was detected; this is optional unless the page answers common questions.
Details
Why it matters
Generative engines favor pages with self-contained answer passages, clear entities, structured data, summaries, FAQ patterns, and crawler-accessible HTML that can be cited without extra interpretation.
Check name
GEO: Q&A and FAQ opportunities
Score
75/100
Status
informational
Category
GEO, AIO & AEO
Maturity
Emerging recommendation
Goal
Make page content easy for AI answer engines to extract, cite, and attribute.
Result
GEO: Q&A and FAQ opportunities is informational for this page.
Evidence
{
"h2Count": 5,
"questionH2s": 0,
"hasFaq": false,
"nonQuestionH2s": [
{
"index": 1,
"text": "Plug into the world’s most powerful data collaboration network",
"isQuestion": false,
"html": "<h2 class=\"heading-style-h1\">Plug into the world’s most powerful data collaboration network</h2>"
},
{
"index": 2,
"text": "Proven by leaders, powered by LiveRamp",
"isQuestion": false,
"html": "<h2 class=\"heading-style-h1\">Proven by leaders, <br>powered by LiveRamp</h2>"
},
{
"index": 3,
"text": "Explore intelligent solutions for your most ambitious marketing and business goals",
"isQuestion": false,
"html": "<h2 class=\"heading-style-h1\">Explore intelligent solutions for your most ambitious marketing and business goals</h2>"
},
{
"index": 4,
"text": "Industry leadership and awards",
"isQuestion": false,
"html": "<h2 class=\"heading-style-h1\">Industry leadership and awards</h2>"
},
{
"index": 5,
"text": "Unlock exponential value with data collaboration",
"isQuestion": false,
"html": "<h2 class=\"heading-style-h1\">Unlock exponential value with data collaboration</h2>"
}
],
"score": 75,
"weight": 4
}AI DiscoverabilityDiscoverabilityEstablished
IndexNow key
IndexNow key is informational for this page.
Informational
AI DiscoverabilityDiscoverabilityEstablished
IndexNow key
IndexNow key is informational for this page.
Needs attention
IndexNow key
Issue
IndexNow key is informational for this page.
Why it matters
IndexNow lets sites notify participating search engines about changed URLs, but ownership verification requires a UTF-8 key file whose filename matches the key.
Check name
IndexNow key
Score
100/100
Status
informational
Category
Discoverability
Maturity
Established
Goal
Verify that IndexNow ownership key placement is detectable when the site advertises it.
Result
IndexNow key is informational for this page.
Validation steps
Find advertised IndexNow key location
No IndexNow key location was advertised in HTML, Link headers, or robots.txt.
Fetch and validate IndexNow key file
No discoverable IndexNow key file was found.
Evidence
{
"steps": [
{
"id": "advertised-location",
"title": "Find advertised IndexNow key location",
"status": "informational",
"evidence": {
"advertised": []
},
"issue": "No IndexNow key location was advertised in HTML, Link headers, or robots.txt.",
"howToFix": "Advertise the key location with robots.txt IndexNow-Key, rel=\"indexnow-key\", or meta name=\"indexnow-key-location\" if you want scanners to verify it."
},
{
"id": "fetch-key",
"title": "Fetch and validate IndexNow key file",
"status": "informational",
"evidence": {
"advertised": [],
"checked": []
},
"issue": "No discoverable IndexNow key file was found.",
"howToFix": "Host a UTF-8 text file named {key}.txt using a 32-character hexadecimal key whose body exactly matches the key."
}
]
}Agent Ease of UseAuthEstablished
OAuth / OIDC discovery
OAuth / OIDC discovery has an informational finding because the page appears to support authentication.
Informational
Agent Ease of UseAuthEstablished
OAuth / OIDC discovery
OAuth / OIDC discovery has an informational finding because the page appears to support authentication.
Needs attention
OAuth / OIDC discovery
Issue
OAuth / OIDC discovery was not found at the expected path.
Why it matters
OAuth and OIDC discovery let agents find authorization, token, and key endpoints programmatically instead of relying on human documentation.
Check name
OAuth / OIDC discovery
Score
0/100
Status
informational
Category
Auth
Maturity
Established
Goal
Publish OAuth/OIDC discovery metadata so agents can authenticate with your APIs.
Result
OAuth / OIDC discovery has an informational finding because the page appears to support authentication.
Validation steps
Fetch to find resource
OAuth / OIDC discovery was not found at the expected path.
Evidence
{
"failedStep": "fetch",
"steps": [
{
"id": "fetch",
"title": "Fetch to find resource",
"status": "fail",
"evidence": {
"checked": [
{
"path": "/.well-known/openid-configuration",
"statusCode": 404,
"contentType": "text/html; charset=utf-8",
"length": 88
},
{
"path": "/.well-known/oauth-authorization-server",
"statusCode": 404,
"contentType": "text/html; charset=utf-8",
"length": 88
}
]
},
"issue": "OAuth / OIDC discovery was not found at the expected path.",
"howToFix": "Publish valid OAuth/OIDC metadata only when the site actually supports OAuth/OIDC. Otherwise omit provider discovery and document any unauthenticated public APIs separately."
}
],
"authApplicability": {
"supportsAuth": true,
"score": 6,
"signals": [
{
"source": "link:href",
"weight": 3,
"match": "auth link"
},
{
"source": "visible-text",
"weight": 3,
"match": "login"
}
]
},
"resourceFetchSucceeded": false
}Agent Ease of UseAuthEmerging recommendation
OAuth Protected Resource
OAuth Protected Resource has an informational finding because the page appears to support authentication.
Informational
Agent Ease of UseAuthEmerging recommendation
OAuth Protected Resource
OAuth Protected Resource has an informational finding because the page appears to support authentication.
Needs attention
OAuth Protected Resource
Issue
The OAuth Protected Resource metadata endpoint did not return HTTP 2xx.
Why it matters
Protected Resource metadata tells agents which authorization servers protect an API and how to connect authentication challenges to the right resource.
Check name
OAuth Protected Resource
Score
0/100
Status
informational
Category
Auth
Maturity
Emerging recommendation
Goal
Publish OAuth Protected Resource Metadata so agents can discover how to authenticate.
Result
OAuth Protected Resource has an informational finding because the page appears to support authentication.
Validation steps
Fetch protected resource metadata
The OAuth Protected Resource metadata endpoint did not return HTTP 2xx.
Validate protected resource metadata
Response is not valid JSON.
Validate protected resource identity
Protected resource metadata `resource` did not match the resource identifier used to retrieve it.
Probe protected API Bearer challenge
No protected route with a 401 Bearer challenge was detected; metadata alone does not prove a protected resource.
Evidence
{
"failedStep": "fetch",
"steps": [
{
"id": "fetch",
"title": "Fetch protected resource metadata",
"status": "fail",
"evidence": {
"path": "/.well-known/oauth-protected-resource",
"statusCode": 404,
"contentType": "text/html; charset=utf-8"
},
"issue": "The OAuth Protected Resource metadata endpoint did not return HTTP 2xx.",
"howToFix": "Publish /.well-known/oauth-protected-resource JSON."
},
{
"id": "metadata",
"title": "Validate protected resource metadata",
"status": "fail",
"evidence": {
"valid": false,
"compatibleContentType": false,
"issue": "Response is not valid JSON.",
"rawExcerpt": "<!DOCTYPE html>\n<html>\n <body>\n <p>Invalid .well-known request</p>\n </body>\n</html>"
},
"issue": "Response is not valid JSON.",
"howToFix": "Publish resource and authorization_servers as absolute URLs."
},
{
"id": "resource-identity",
"title": "Validate protected resource identity",
"status": "fail",
"evidence": {
"expectedResource": "https://liveramp.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://liveramp.com/.well-known/oauth-protected-resource",
"metadataUrlMatches": true,
"resourceMatchesRequestContext": true
},
{
"path": "/api/admin/summary",
"statusCode": 404,
"wwwAuthenticate": {
"valid": false,
"present": false
},
"expectedMetadataUrl": "https://liveramp.com/.well-known/oauth-protected-resource",
"metadataUrlMatches": true,
"resourceMatchesRequestContext": true
},
{
"path": "/api/scans",
"statusCode": 404,
"wwwAuthenticate": {
"valid": false,
"present": false
},
"expectedMetadataUrl": "https://liveramp.com/.well-known/oauth-protected-resource",
"metadataUrlMatches": true,
"resourceMatchesRequestContext": true
}
]
},
"issue": "No protected route with a 401 Bearer challenge was detected; metadata alone does not prove a protected resource.",
"howToFix": "When this site exposes bearer-protected APIs, return 401 with WWW-Authenticate: Bearer and link resource_metadata."
}
],
"authApplicability": {
"supportsAuth": true,
"score": 6,
"signals": [
{
"source": "link:href",
"weight": 3,
"match": "auth link"
},
{
"source": "visible-text",
"weight": 3,
"match": "login"
}
]
},
"resourceFetchSucceeded": false
}SEOSEOBrowser audit
Links do not have descriptive text
100 Fail
SEOSEOBrowser audit
Links do not have descriptive text
Check name
Links do not have descriptive text
Score
0/100
Status
fail
Device
desktop
Category
SEO
Estimated savings
3 links found
Fix guidance
Descriptive link text helps search engines understand your content. [Learn how to make links more accessible](https://developer.chrome.com/docs/lighthouse/seo/link-text/).
Evidence
{
"displayValue": "3 links found",
"description": "Descriptive link text helps search engines understand your content. [Learn how to make links more accessible](https://developer.chrome.com/docs/lighthouse/seo/link-text/)."
}Performance and AccessibilityAccessibilityBrowser audit
Background and foreground colors do not have a sufficient contrast ratio.
50 Fail
Performance and AccessibilityAccessibilityBrowser audit
Background and foreground colors do not have a sufficient contrast ratio.
Check name
Background and foreground colors do not have a sufficient contrast ratio.
Score
0/100
Status
fail
Device
desktop
Category
Accessibility
Fix guidance
Low-contrast text is difficult or impossible for many users to read. [Learn how to provide sufficient color contrast](https://dequeuniversity.com/rules/axe/4.11/color-contrast).
References
https://web.dev/learn/accessibility/Evidence
{
"description": "Low-contrast text is difficult or impossible for many users to read. [Learn how to provide sufficient color contrast](https://dequeuniversity.com/rules/axe/4.11/color-contrast)."
}Performance and AccessibilityAccessibilityBrowser audit
Elements use prohibited ARIA attributes
50 Fail
Performance and AccessibilityAccessibilityBrowser audit
Elements use prohibited ARIA attributes
Check name
Elements use prohibited ARIA attributes
Score
0/100
Status
fail
Device
desktop
Category
Accessibility
Fix guidance
Using ARIA attributes in roles where they are prohibited can mean that important information is not communicated to users of assistive technologies. [Learn more about prohibited ARIA roles](https://dequeuniversity.com/rules/axe/4.11/aria-prohibited-attr).
References
https://web.dev/learn/accessibility/Evidence
{
"description": "Using ARIA attributes in roles where they are prohibited can mean that important information is not communicated to users of assistive technologies. [Learn more about prohibited ARIA roles](https://dequeuniversity.com/rules/axe/4.11/aria-prohibited-attr)."
}Performance and AccessibilityPerformanceBrowser audit
LCP breakdown
20 Fail
Performance and AccessibilityPerformanceBrowser audit
LCP breakdown
Check name
LCP breakdown
Score
0/100
Status
fail
Device
desktop
Category
Performance
Fix guidance
Each [subpart has specific improvement strategies](https://developer.chrome.com/docs/performance/insights/lcp-breakdown). Ideally, most of the LCP time should be spent on loading the resources, not within delays.
References
https://web.dev/learn/performance/Evidence
{
"description": "Each [subpart has specific improvement strategies](https://developer.chrome.com/docs/performance/insights/lcp-breakdown). Ideally, most of the LCP time should be spent on loading the resources, not within delays."
}Performance and AccessibilityPerformanceBrowser audit
Reduce JavaScript execution time
20 Fail
Performance and AccessibilityPerformanceBrowser audit
Reduce JavaScript execution time
Check name
Reduce JavaScript execution time
Score
0/100
Status
fail
Device
desktop
Category
Performance
Estimated savings
3.6Â s
Fix guidance
Consider reducing the time spent parsing, compiling, and executing JS. You may find delivering smaller JS payloads helps with this. [Learn how to reduce Javascript execution time](https://developer.chrome.com/docs/lighthouse/performance/bootup-time/).
References
https://web.dev/learn/performance/Evidence
{
"displayValue": "3.6Â s",
"description": "Consider reducing the time spent parsing, compiling, and executing JS. You may find delivering smaller JS payloads helps with this. [Learn how to reduce Javascript execution time](https://developer.chrome.com/docs/lighthouse/performance/bootup-time/).",
"numericValue": 3584.919999999997
}Performance and AccessibilityPerformanceBrowser audit
Use efficient cache lifetimes
20 Fail
Performance and AccessibilityPerformanceBrowser audit
Use efficient cache lifetimes
Check name
Use efficient cache lifetimes
Score
0/100
Status
fail
Device
desktop
Category
Performance
Estimated savings
Est savings of 61Â KiB
Fix guidance
A long cache lifetime can speed up repeat visits to your page. [Learn more about caching](https://developer.chrome.com/docs/performance/insights/cache).
References
https://web.dev/learn/performance/Evidence
{
"displayValue": "Est savings of 61Â KiB",
"description": "A long cache lifetime can speed up repeat visits to your page. [Learn more about caching](https://developer.chrome.com/docs/performance/insights/cache)."
}Performance and AccessibilityPerformanceBrowser audit
Image elements do not have explicit `width` and `height`
10 Warning
Performance and AccessibilityPerformanceBrowser audit
Image elements do not have explicit `width` and `height`
Check name
Image elements do not have explicit `width` and `height`
Score
50/100
Status
warning
Device
desktop
Category
Performance
Fix guidance
Set an explicit width and height on image elements to reduce layout shifts and improve CLS. [Learn how to set image dimensions](https://web.dev/articles/optimize-cls#images_without_dimensions)
References
https://web.dev/learn/performance/Evidence
{
"description": "Set an explicit width and height on image elements to reduce layout shifts and improve CLS. [Learn how to set image dimensions](https://web.dev/articles/optimize-cls#images_without_dimensions)"
}Performance and AccessibilityPerformanceBrowser audit
Loading performance
8 Fail
Performance and AccessibilityPerformanceBrowser audit
Loading performance
Check name
Loading performance
Score
58/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": "max-potential-fid",
"title": "Max Potential First Input Delay",
"score": 39,
"displayValue": "290Â ms",
"numericValue": 286.00000000000045
},
{
"id": "server-response-time",
"title": "Initial server response time was short",
"score": 100,
"displayValue": "Root document took 10Â ms",
"numericValue": 5
},
{
"id": "first-contentful-paint",
"title": "First Contentful Paint",
"score": 88,
"displayValue": "1.0Â s",
"numericValue": 966.9139785887335
},
{
"id": "network-rtt",
"title": "Network Round Trip Times",
"score": 100,
"displayValue": "110Â ms",
"numericValue": 111.67263
},
{
"id": "speed-index",
"title": "Speed Index",
"score": 19,
"displayValue": "3.4Â s",
"numericValue": 3358.1306654275704
},
{
"id": "largest-contentful-paint",
"title": "Largest Contentful Paint",
"score": 29,
"displayValue": "3.2Â s",
"numericValue": 3213.2800589124486
},
{
"id": "total-blocking-time",
"title": "Total Blocking Time",
"score": 19,
"displayValue": "610Â ms",
"numericValue": 612.759413159657
},
{
"id": "interactive",
"title": "Time to Interactive",
"score": 67,
"displayValue": "3.7Â s",
"numericValue": 3653.69472678833
}
]
}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 |
|---|---|---|---|
| 44/100 | Level 2, Agent-Limited | Current report |