Export Report
OVERALL SCORE
Level 2, Agent-Limited
- AI Discoverability 26 out of 100
- Agent Ease of Use 10 out of 100
- Security & Trust 40 out of 100
- GEO, AIO and AEO 75 out of 100
- SEO 77 out of 100
- Performance and Accessibility 30 out of 100
What AI sees of your website
Pixalate - Ad Fraud Protection, Privacy, and Compliance Platform (CTV)
Pixalate, the market-leading ad fraud protection, privacy, and compliance analytics platform for Connected TV (CTV), Mobile Advertising, and Websites.
Next step
Turn this report into a fix workflow
25 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 | 26 | Priority fix | 5 | 17 | 1 | View details |
| Discoverability | 33 | Priority fix | 3 | 6 | 0 | View details |
| Content Readiness | 38 | Priority fix | 2 | 7 | 1 | View details |
| Bot Access Control | 0 | Priority fix | 0 | 4 | 0 | View details |
| Agent Ease of Use | 10 | Priority fix | 17 | 22 | 1 | View details |
| API | 0 | Priority fix | 0 | 6 | 0 | View details |
| Auth | Not Applicable | Not Applicable | 11 | 0 | 0 | |
| MCP | 25 | Priority fix | 2 | 6 | 0 | View details |
| Skill Discovery | 5 | Priority fix | 0 | 10 | 1 | View details |
| Agent Commerce | Not Applicable | Not Applicable | 4 | 0 | 0 | |
| GEO, AIO and AEO | 75 | Mostly ready | 6 | 1 | 12 | View details |
| GEO Readiness | 81 | Mostly ready | 2 | 0 | 3 | |
| AIO Readiness | 68 | Needs work | 2 | 1 | 4 | View details |
| AEO Readiness | 74 | Needs work | 2 | 0 | 5 | |
| SEO | 77 | Mostly ready | 8 | 3 | 0 | View details |
| SEO | 77 | Mostly ready | 8 | 3 | 0 | View details |
| Security & Trust | 40 | Priority fix | 6 | 3 | 0 | View details |
| Security & Trust | 40 | Priority fix | 2 | 3 | 0 | View details |
| AI Training Exposure | Not Applicable | Not Applicable | 4 | 0 | 0 | |
| Performance and Accessibility | 30 | Priority fix | 13 | 12 | 1 | View details |
| Performance | 12 | Priority fix | 10 | 7 | 1 | View details |
| Accessibility | 63 | Needs work | 3 | 5 | 0 | View details |
Prioritized recommendations
Issues ranked by score impact
55 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"
},
"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><!--[if lt IE 7]> <html class=\"no-js lt-ie9 lt-ie8 lt-ie7\" lang=\"en\" > <![endif]--><!--[if IE 7]> <html class=\"no-js lt-ie9 lt-ie8\" lang=\"en\" > <![endif]--><!--[if IE 8]> <html class=\"no-js lt-ie9\" lang=\"en\" > <![endif]--><!--[if gt IE 8]><!--><html class=\"no-js\" lang=\"en\"><!--<![endif]--><head>\n <meta charset=\"utf-8\">\n <meta http-equiv=\"X-UA-Compatible\" content=\"IE=edge,chrome=1\">\n <meta name=\"author\" content=\"Copyright © 2026 Pixalate Europe Limited\">\n <meta name=\"description\" content=\"\">\n <meta name=\"generator\" content=\"HubSpot\">\n \n <link rel=\"shortcut icon\" href=\"https://www.pixalate.com/hubfs/favicon.ico\">\n \n<meta name=\"viewport\" content=\"width=device-width, initial-scale=1\">\n\n \n <meta property=\"og:description\" co"
},
"issue": "Response is not valid JSON.",
"howToFix": "Use application/linkset+json with service-desc, service-doc, and status relations that each include href."
},
{
"id": "target-validation",
"title": "Fetch advertised API catalog targets",
"status": "fail",
"evidence": {
"checked": [],
"failures": [
{
"reason": "No same-origin API catalog hrefs were available to fetch."
}
]
},
"issue": "API Catalog did not expose any same-origin hrefs to validate.",
"howToFix": "Make each same-origin API catalog href reachable and serve the advertised media type."
}
]
}Agent Ease of UseAPIEstablished
OpenAPI discovery
OpenAPI discovery failed at "Find valid OpenAPI document".
50 Fail
Agent Ease of UseAPIEstablished
OpenAPI discovery
OpenAPI discovery failed at "Find valid OpenAPI document".
Needs attention
OpenAPI discovery
Issue
OpenAPI YAML document did not match the expected shape. Content-Type "text/html" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.
Why it matters
OpenAPI documents let agents understand available operations, schemas, authentication, and request formats before calling an API.
Check name
OpenAPI discovery
Score
0/100
Status
fail
Category
API
Maturity
Established
Goal
Publish a valid OpenAPI or Swagger document for API discovery.
Result
OpenAPI discovery failed at "Find valid OpenAPI document".
Validation steps
Find valid OpenAPI document
OpenAPI YAML document did not match the expected shape. Content-Type "text/html" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.
Evidence
{
"failedStep": "fetch",
"steps": [
{
"id": "fetch",
"title": "Find valid OpenAPI document",
"status": "fail",
"evidence": {
"checked": [
{
"path": "/openapi.json",
"statusCode": 404,
"contentType": "text/html",
"valid": false,
"issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html\" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
"compatibleContentType": false,
"format": "yaml",
"version": "",
"pathCount": 0,
"operationCount": 0,
"rawExcerpt": "<!doctype html><!--[if lt IE 7]> <html class=\"no-js lt-ie9 lt-ie8 lt-ie7\" lang=\"en\" > <![endif]--><!--[if IE 7]> <html class=\"no-js lt-ie9 lt-ie8\" lang=\"en\" > <![endif]--><!--[if IE 8]> <html class=\"no-js lt-ie9\" lang=\"en\" > <![endif]--><!--[if gt IE 8]><!--><html class=\"no-js\" lang=\"en\"><!--<![endif]--><head>\n <meta charset=\"utf-8\">\n <meta http-equiv=\"X-UA-Compatible\" content=\"IE=edge,chrome=1\">\n <meta name=\"author\" content=\"Copyright © 2026 Pixalate Europe Limited\">\n <meta name=\"description\" content=\"\">\n <meta name=\"generator\" content=\"HubSpot\">\n \n <link rel=\"shortcut icon\" href=\"https://www.pixalate.com/hubfs/favicon.ico\">\n \n<meta name=\"viewport\" content=\"width=device-width, initial-scale=1\">\n\n \n <meta property=\"og:description\" co"
},
{
"path": "/openapi.yaml",
"statusCode": 404,
"contentType": "text/html",
"valid": false,
"issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html\" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
"compatibleContentType": false,
"format": "yaml",
"version": "",
"pathCount": 0,
"operationCount": 0,
"rawExcerpt": "<!doctype html><!--[if lt IE 7]> <html class=\"no-js lt-ie9 lt-ie8 lt-ie7\" lang=\"en\" > <![endif]--><!--[if IE 7]> <html class=\"no-js lt-ie9 lt-ie8\" lang=\"en\" > <![endif]--><!--[if IE 8]> <html class=\"no-js lt-ie9\" lang=\"en\" > <![endif]--><!--[if gt IE 8]><!--><html class=\"no-js\" lang=\"en\"><!--<![endif]--><head>\n <meta charset=\"utf-8\">\n <meta http-equiv=\"X-UA-Compatible\" content=\"IE=edge,chrome=1\">\n <meta name=\"author\" content=\"Copyright © 2026 Pixalate Europe Limited\">\n <meta name=\"description\" content=\"\">\n <meta name=\"generator\" content=\"HubSpot\">\n \n <link rel=\"shortcut icon\" href=\"https://www.pixalate.com/hubfs/favicon.ico\">\n \n<meta name=\"viewport\" content=\"width=device-width, initial-scale=1\">\n\n \n <meta property=\"og:description\" co"
},
{
"path": "/swagger.json",
"statusCode": 404,
"contentType": "text/html",
"valid": false,
"issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html\" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
"compatibleContentType": false,
"format": "yaml",
"version": "",
"pathCount": 0,
"operationCount": 0,
"rawExcerpt": "<!doctype html><!--[if lt IE 7]> <html class=\"no-js lt-ie9 lt-ie8 lt-ie7\" lang=\"en\" > <![endif]--><!--[if IE 7]> <html class=\"no-js lt-ie9 lt-ie8\" lang=\"en\" > <![endif]--><!--[if IE 8]> <html class=\"no-js lt-ie9\" lang=\"en\" > <![endif]--><!--[if gt IE 8]><!--><html class=\"no-js\" lang=\"en\"><!--<![endif]--><head>\n <meta charset=\"utf-8\">\n <meta http-equiv=\"X-UA-Compatible\" content=\"IE=edge,chrome=1\">\n <meta name=\"author\" content=\"Copyright © 2026 Pixalate Europe Limited\">\n <meta name=\"description\" content=\"\">\n <meta name=\"generator\" content=\"HubSpot\">\n \n <link rel=\"shortcut icon\" href=\"https://www.pixalate.com/hubfs/favicon.ico\">\n \n<meta name=\"viewport\" content=\"width=device-width, initial-scale=1\">\n\n \n <meta property=\"og:description\" co"
},
{
"path": "/swagger.yaml",
"statusCode": 404,
"contentType": "text/html",
"valid": false,
"issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html\" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
"compatibleContentType": false,
"format": "yaml",
"version": "",
"pathCount": 0,
"operationCount": 0,
"rawExcerpt": "<!doctype html><!--[if lt IE 7]> <html class=\"no-js lt-ie9 lt-ie8 lt-ie7\" lang=\"en\" > <![endif]--><!--[if IE 7]> <html class=\"no-js lt-ie9 lt-ie8\" lang=\"en\" > <![endif]--><!--[if IE 8]> <html class=\"no-js lt-ie9\" lang=\"en\" > <![endif]--><!--[if gt IE 8]><!--><html class=\"no-js\" lang=\"en\"><!--<![endif]--><head>\n <meta charset=\"utf-8\">\n <meta http-equiv=\"X-UA-Compatible\" content=\"IE=edge,chrome=1\">\n <meta name=\"author\" content=\"Copyright © 2026 Pixalate Europe Limited\">\n <meta name=\"description\" content=\"\">\n <meta name=\"generator\" content=\"HubSpot\">\n \n <link rel=\"shortcut icon\" href=\"https://www.pixalate.com/hubfs/favicon.ico\">\n \n<meta name=\"viewport\" content=\"width=device-width, initial-scale=1\">\n\n \n <meta property=\"og:description\" co"
},
{
"path": "/api/openapi.json",
"statusCode": 404,
"contentType": "text/html",
"valid": false,
"issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html\" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
"compatibleContentType": false,
"format": "yaml",
"version": "",
"pathCount": 0,
"operationCount": 0,
"rawExcerpt": "<!doctype html><!--[if lt IE 7]> <html class=\"no-js lt-ie9 lt-ie8 lt-ie7\" lang=\"en\" > <![endif]--><!--[if IE 7]> <html class=\"no-js lt-ie9 lt-ie8\" lang=\"en\" > <![endif]--><!--[if IE 8]> <html class=\"no-js lt-ie9\" lang=\"en\" > <![endif]--><!--[if gt IE 8]><!--><html class=\"no-js\" lang=\"en\"><!--<![endif]--><head>\n <meta charset=\"utf-8\">\n <meta http-equiv=\"X-UA-Compatible\" content=\"IE=edge,chrome=1\">\n <meta name=\"author\" content=\"Copyright © 2026 Pixalate Europe Limited\">\n <meta name=\"description\" content=\"\">\n <meta name=\"generator\" content=\"HubSpot\">\n \n <link rel=\"shortcut icon\" href=\"https://www.pixalate.com/hubfs/favicon.ico\">\n \n<meta name=\"viewport\" content=\"width=device-width, initial-scale=1\">\n\n \n <meta property=\"og:description\" co"
},
{
"path": "/api/swagger.json",
"statusCode": 404,
"contentType": "text/html",
"valid": false,
"issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html\" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
"compatibleContentType": false,
"format": "yaml",
"version": "",
"pathCount": 0,
"operationCount": 0,
"rawExcerpt": "<!doctype html><!--[if lt IE 7]> <html class=\"no-js lt-ie9 lt-ie8 lt-ie7\" lang=\"en\" > <![endif]--><!--[if IE 7]> <html class=\"no-js lt-ie9 lt-ie8\" lang=\"en\" > <![endif]--><!--[if IE 8]> <html class=\"no-js lt-ie9\" lang=\"en\" > <![endif]--><!--[if gt IE 8]><!--><html class=\"no-js\" lang=\"en\"><!--<![endif]--><head>\n <meta charset=\"utf-8\">\n <meta http-equiv=\"X-UA-Compatible\" content=\"IE=edge,chrome=1\">\n <meta name=\"author\" content=\"Copyright © 2026 Pixalate Europe Limited\">\n <meta name=\"description\" content=\"\">\n <meta name=\"generator\" content=\"HubSpot\">\n \n <link rel=\"shortcut icon\" href=\"https://www.pixalate.com/hubfs/favicon.ico\">\n \n<meta name=\"viewport\" content=\"width=device-width, initial-scale=1\">\n\n \n <meta property=\"og:description\" co"
},
{
"path": "/docs/openapi.json",
"statusCode": 404,
"contentType": "text/html",
"valid": false,
"issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html\" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
"compatibleContentType": false,
"format": "yaml",
"version": "",
"pathCount": 0,
"operationCount": 0,
"rawExcerpt": "<!doctype html><!--[if lt IE 7]> <html class=\"no-js lt-ie9 lt-ie8 lt-ie7\" lang=\"en\" > <![endif]--><!--[if IE 7]> <html class=\"no-js lt-ie9 lt-ie8\" lang=\"en\" > <![endif]--><!--[if IE 8]> <html class=\"no-js lt-ie9\" lang=\"en\" > <![endif]--><!--[if gt IE 8]><!--><html class=\"no-js\" lang=\"en\"><!--<![endif]--><head>\n <meta charset=\"utf-8\">\n <meta http-equiv=\"X-UA-Compatible\" content=\"IE=edge,chrome=1\">\n <meta name=\"author\" content=\"Copyright © 2026 Pixalate Europe Limited\">\n <meta name=\"description\" content=\"\">\n <meta name=\"generator\" content=\"HubSpot\">\n \n <link rel=\"shortcut icon\" href=\"https://www.pixalate.com/hubfs/favicon.ico\">\n \n<meta name=\"viewport\" content=\"width=device-width, initial-scale=1\">\n\n \n <meta property=\"og:description\" co"
}
]
},
"issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html\" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
"howToFix": "Publish a valid OpenAPI 3.x or Swagger 2.0 JSON/YAML document with info, paths, operations, and responses."
}
]
}AI DiscoverabilityBot Access ControlEstablished
AI bot rules in robots.txt
AI bot rules in robots.txt is missing or incomplete.
33 Fail
AI DiscoverabilityBot Access ControlEstablished
AI bot rules in robots.txt
AI bot rules in robots.txt is missing or incomplete.
Needs attention
AI bot rules in robots.txt
Issue
No specific User-agent rules found for major AI crawlers (GPTBot, ClaudeBot, etc.) in robots.txt.
Why it matters
Explicit AI bot rules reduce ambiguity for crawler operators and make training, indexing, or retrieval access policy auditable.
Check name
AI bot rules in robots.txt
Score
0/100
Status
fail
Category
Bot Access Control
Maturity
Established
Goal
Add User-agent rules for AI crawlers like GPTBot, Claude-Web, and others.
Result
AI bot rules in robots.txt is missing or incomplete.
Evidence
{
"expectedBots": [
"GPTBot",
"ChatGPT-User",
"ClaudeBot",
"Claude-Web",
"Anthropic-AI",
"Google-Extended",
"PerplexityBot",
"CCBot",
"Applebot-Extended",
"Meta-ExternalAgent",
"Bytespider",
"Amazonbot",
"Cohere-AI"
],
"configuredBots": []
}AI DiscoverabilityBot Access ControlInformational
Content Signal
Content Signal is missing or incomplete.
33 Fail
AI DiscoverabilityBot Access ControlInformational
Content Signal
Content Signal is missing or incomplete.
Needs attention
Content Signal
Issue
No Content Signal found in robots.txt
Why it matters
Content Signal provides a machine-readable way to communicate AI usage preferences where participating crawlers look for policy.
Check name
Content Signal
Score
0/100
Status
fail
Category
Bot Access Control
Maturity
Informational
Goal
Declare AI content usage preferences with Content Signal in robots.txt.
Result
Content Signal is missing or incomplete.
Evidence
{
"signals": [],
"ai-train": false,
"search": false,
"ai-input": false
}Security & TrustSecurity & TrustEstablished
Content-Security-Policy
Content-Security-Policy is missing or incomplete.
33 Fail
Security & TrustSecurity & TrustEstablished
Content-Security-Policy
Content-Security-Policy is missing or incomplete.
Needs attention
Content-Security-Policy
Issue
Content-Security-Policy is missing or incomplete.
Why it matters
Content Security Policy limits where scripts, styles, frames, and connections can load from, reducing the impact of injection bugs.
Check name
Content-Security-Policy
Score
0/100
Status
fail
Category
Security & Trust
Maturity
Established
Goal
Constrain script, style, frame, and resource loading with a Content-Security-Policy header.
Result
Content-Security-Policy is missing or incomplete.
Evidence
{
"header": "content-security-policy",
"value": "upgrade-insecure-requests"
}Security & TrustSecurity & TrustEstablished
Frame protection
Frame protection is missing or incomplete.
33 Fail
Security & TrustSecurity & TrustEstablished
Frame protection
Frame protection is missing or incomplete.
Needs attention
Frame protection
Issue
Frame protection is missing or incomplete.
Why it matters
Frame protection blocks hostile sites from embedding pages in deceptive frames, reducing clickjacking risk.
Check name
Frame protection
Score
0/100
Status
fail
Category
Security & Trust
Maturity
Established
Goal
Prevent unwanted framing with X-Frame-Options or CSP frame-ancestors.
Result
Frame protection is missing or incomplete.
Evidence
{
"xFrameOptions": null,
"validXFrame": false,
"contentSecurityPolicy": "upgrade-insecure-requests",
"cspFrameAncestors": false
}Agent Ease of UseMCPEmerging recommendation
MCP Server Card
MCP Server Card failed at "Fetch to find resource".
33 Fail
Agent Ease of UseMCPEmerging recommendation
MCP Server Card
MCP Server Card failed at "Fetch to find resource".
Needs attention
MCP Server Card
Issue
MCP Server Card was not found at the expected path.
Why it matters
MCP Server Cards help agents discover server transports, capabilities, and protocol details before opening an MCP session.
Check name
MCP Server Card
Score
0/100
Status
fail
Category
MCP
Maturity
Emerging recommendation
Goal
Publish an MCP Server Card for agent discovery.
Result
MCP Server Card failed at "Fetch to find resource".
Validation steps
Fetch to find resource
MCP Server Card was not found at the expected path.
Evidence
{
"failedStep": "fetch",
"steps": [
{
"id": "fetch",
"title": "Fetch to find resource",
"status": "fail",
"evidence": {
"checked": [
{
"path": "/.well-known/mcp/server-card.json",
"statusCode": 404,
"contentType": "text/html",
"length": 43182
},
{
"path": "/.well-known/mcp/server-cards.json",
"statusCode": 404,
"contentType": "text/html",
"length": 43182
},
{
"path": "/.well-known/mcp.json",
"statusCode": 404,
"contentType": "text/html",
"length": 43182
}
]
},
"issue": "MCP Server Card was not found at the expected path.",
"howToFix": "Publish an MCP server card with valid transports and make each advertised local endpoint answer an MCP initialize request."
}
]
}Agent Ease of UseMCPEmerging recommendation
mcp.json
mcp.json failed at "Fetch to find resource".
33 Fail
Agent Ease of UseMCPEmerging recommendation
mcp.json
mcp.json failed at "Fetch to find resource".
Needs attention
mcp.json
Issue
mcp.json was not found at the expected path.
Why it matters
MCP clients need trustworthy server metadata, protocol version, transport details, and capability hints before connecting to a remote MCP server.
Check name
mcp.json
Score
0/100
Status
fail
Category
MCP
Maturity
Emerging recommendation
Goal
Expose a stable MCP server metadata document that points agents to the site's MCP endpoint.
Result
mcp.json failed at "Fetch to find resource".
Validation steps
Fetch to find resource
mcp.json was not found at the expected path.
Evidence
{
"failedStep": "fetch",
"steps": [
{
"id": "fetch",
"title": "Fetch to find resource",
"status": "fail",
"evidence": {
"checked": [
{
"path": "/mcp.json",
"statusCode": 404,
"contentType": "text/html",
"length": 43182
},
{
"path": "/.well-known/mcp.json",
"statusCode": 404,
"contentType": "text/html",
"length": 43182
},
{
"path": "/.well-known/mcp/server-card.json",
"statusCode": 404,
"contentType": "text/html",
"length": 43182
}
]
},
"issue": "mcp.json was not found at the expected path.",
"howToFix": "Publish mcp.json or an MCP server card with serverInfo, protocolVersion, transport endpoint, and capabilities."
}
]
}AI DiscoverabilityBot Access ControlInformational
Web Bot Auth request signing
Web Bot Auth request signing failed at "Fetch to find resource".
33 Fail
AI DiscoverabilityBot Access ControlInformational
Web Bot Auth request signing
Web Bot Auth request signing failed at "Fetch to find resource".
Needs attention
Web Bot Auth request signing
Issue
Web Bot Auth request signing was not found at the expected path.
Why it matters
Web Bot Auth discovery lets servers and clients find signing keys for bot identity workflows based on HTTP Message Signatures.
Check name
Web Bot Auth request signing
Score
0/100
Status
fail
Category
Bot Access Control
Maturity
Informational
Goal
Advertise HTTP Message Signatures keys when this site operates signed bot clients or supports Web Bot Auth workflows.
Result
Web Bot Auth request signing failed at "Fetch to find resource".
Validation steps
Fetch to find resource
Web Bot Auth request signing was not found at the expected path.
Evidence
{
"failedStep": "fetch",
"steps": [
{
"id": "fetch",
"title": "Fetch to find resource",
"status": "fail",
"evidence": {
"checked": [
{
"path": "/.well-known/http-message-signatures-directory",
"statusCode": 404,
"contentType": "text/html",
"length": 43182
}
]
},
"issue": "Web Bot Auth request signing was not found at the expected path.",
"howToFix": "If publishing Web Bot Auth keys, return a JSON key directory with a non-empty keys array and the draft media type."
}
]
}Agent Ease of UseMCPInformational
WebMCP manifest
WebMCP manifest failed at "Fetch to find resource".
33 Fail
Agent Ease of UseMCPInformational
WebMCP manifest
WebMCP manifest failed at "Fetch to find resource".
Needs attention
WebMCP manifest
Issue
WebMCP manifest was not found at the expected path.
Why it matters
A WebMCP manifest advertises browser-exposed tools declaratively so agents can understand available site actions before invoking them.
Check name
WebMCP manifest
Score
0/100
Status
fail
Category
MCP
Maturity
Informational
Goal
Publish a WebMCP manifest for declarative browser tool discovery when using the draft manifest convention.
Result
WebMCP manifest failed at "Fetch to find resource".
Validation steps
Fetch to find resource
WebMCP manifest was not found at the expected path.
Evidence
{
"failedStep": "fetch",
"steps": [
{
"id": "fetch",
"title": "Fetch to find resource",
"status": "fail",
"evidence": {
"checked": [
{
"path": "/.well-known/webmcp.json",
"statusCode": 404,
"contentType": "text/html",
"length": 43182
},
{
"path": "/webmcp.json",
"statusCode": 404,
"contentType": "text/html",
"length": 43182
},
{
"path": "/mcp.json",
"statusCode": 404,
"contentType": "text/html",
"length": 43182
}
]
},
"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."
}
]
}Security & TrustSecurity & TrustEstablished
X-Content-Type-Options
X-Content-Type-Options is missing or incomplete.
33 Fail
Security & TrustSecurity & TrustEstablished
X-Content-Type-Options
X-Content-Type-Options is missing or incomplete.
Needs attention
X-Content-Type-Options
Issue
X-Content-Type-Options is missing or incomplete.
Why it matters
X-Content-Type-Options prevents browsers from treating mislabeled files as executable content, reducing content-sniffing attacks.
Check name
X-Content-Type-Options
Score
0/100
Status
fail
Category
Security & Trust
Maturity
Established
Goal
Prevent MIME sniffing for browser-loaded resources.
Result
X-Content-Type-Options is missing or incomplete.
Evidence
{
"header": "x-content-type-options",
"value": null
}AI DiscoverabilityDiscoverabilityEstablished
High-value schema types
High-value schema types is missing or incomplete.
25 Fail
AI DiscoverabilityDiscoverabilityEstablished
High-value schema types
High-value schema types is missing or incomplete.
Needs attention
High-value schema types
Issue
No high-value schema types (e.g. Article, Product, Service) were found.
Why it matters
High-value schema types tell agents whether a page is an article, product, event, service, or other actionable content type.
Check name
High-value schema types
Score
0/100
Status
fail
Category
Discoverability
Maturity
Established
Goal
Use schema types that describe the page's primary content or offering.
Result
High-value schema types is missing or incomplete.
Evidence
{
"found": [],
"expected": [
"Article",
"BlogPosting",
"NewsArticle",
"Product",
"SoftwareApplication",
"FAQPage",
"LocalBusiness",
"VideoObject",
"HowTo",
"Event",
"Course",
"Review",
"Service"
],
"allTypes": []
}AI DiscoverabilityDiscoverabilityEstablished
JSON-LD present
JSON-LD present is missing or incomplete.
25 Fail
AI DiscoverabilityDiscoverabilityEstablished
JSON-LD present
JSON-LD present is missing or incomplete.
Needs attention
JSON-LD present
Issue
No JSON-LD blocks found.
Why it matters
JSON-LD is a low-friction structured data format that agents can extract without interpreting page presentation or microdata markup.
Check name
JSON-LD present
Score
0/100
Status
fail
Category
Discoverability
Maturity
Established
Goal
Expose schema.org JSON-LD so AI search systems can parse page entities.
Result
JSON-LD present is missing or incomplete.
Evidence
{
"blocks": 0,
"validBlocks": 0,
"schemaContextBlocks": 0,
"errors": [],
"documents": [],
"nodes": []
}AI DiscoverabilityDiscoverabilityEstablished
Link headers
Link headers failed at "Find useful Link headers".
25 Fail
AI DiscoverabilityDiscoverabilityEstablished
Link headers
Link headers failed at "Find useful Link headers".
Needs attention
Link headers
Issue
No useful agent discovery Link headers were found.
Why it matters
Link headers let automated clients discover API catalogs, documentation, and machine-readable alternates without parsing page markup first.
Check name
Link headers
Score
0/100
Status
fail
Category
Discoverability
Maturity
Established
Goal
Include Link response headers for agent discovery using RFC 8288.
Result
Link headers failed at "Find useful Link headers".
Validation steps
Find useful Link headers
No useful agent discovery Link headers were found.
Fetch same-origin Link header targets
Link headers did not expose any same-origin targets to validate.
Evidence
{
"failedStep": "presence",
"steps": [
{
"id": "presence",
"title": "Find useful Link headers",
"status": "fail",
"evidence": {
"links": [
{
"url": "https://www.pixalate.com/hubfs/hub_generated/module_assets/1/197012364689/1761149789628/module_custom-logos-ticker-local.min.css",
"rel": "preload"
},
{
"url": "https://www.pixalate.com/hubfs/hub_generated/module_assets/1/197869474939/1762451308237/module_custom-feature-news-local.min.css",
"rel": "preload"
},
{
"url": "/hs/hsstatic/AsyncSupport/static-1.501/sass/rss_post_listing.css",
"rel": "preload"
},
{
"url": "https://www.pixalate.com/hubfs/hub_generated/module_assets/1/197650277034/1761338241881/module_custom-stats-section-local.min.css",
"rel": "preload"
},
{
"url": "https://www.pixalate.com/hubfs/hub_generated/module_assets/1/197170777256/1759801405226/module_disclaimer-modal-2025.min.css",
"rel": "preload"
},
{
"url": "https://cdnjs.cloudflare.com/ajax/libs/jquery/3.7.1/jquery.min.js",
"rel": "preload"
},
{
"url": "https://cdnjs.cloudflare.com/ajax/libs/jquery-migrate/3.3.2/jquery-migrate.min.js",
"rel": "preload"
}
]
},
"issue": "No useful agent discovery Link headers were found.",
"howToFix": "Expose useful Link headers such as rel=\"api-catalog\", rel=\"service-doc\", and rel=\"service-desc\"."
},
{
"id": "target-validation",
"title": "Fetch same-origin Link header targets",
"status": "fail",
"evidence": {
"checked": [],
"failures": [
{
"reason": "No same-origin Link header targets were available to fetch."
}
]
},
"issue": "Link headers did not expose any same-origin targets to validate.",
"howToFix": "Make each same-origin Link href reachable and serve the advertised media type."
}
]
}AI DiscoverabilityContent ReadinessEmerging recommendation
llms.txt
llms.txt failed at "Fetch to find resource".
25 Fail
AI DiscoverabilityContent ReadinessEmerging recommendation
llms.txt
llms.txt failed at "Fetch to find resource".
Needs attention
llms.txt
Issue
llms.txt was not found at the expected path.
Why it matters
llms.txt gives language-model clients a concise, curated summary of important site context and links before they crawl broadly.
Check name
llms.txt
Score
0/100
Status
fail
Category
Content Readiness
Maturity
Emerging recommendation
Goal
Publish llms.txt to summarize agent-readable site guidance.
Result
llms.txt failed at "Fetch to find resource".
Validation steps
Fetch to find resource
llms.txt was not found at the expected path.
Evidence
{
"failedStep": "fetch",
"steps": [
{
"id": "fetch",
"title": "Fetch to find resource",
"status": "fail",
"evidence": {
"checked": [
{
"path": "/llms.txt",
"statusCode": 404,
"contentType": "text/html",
"length": 43182
},
{
"path": "/llms-full.txt",
"statusCode": 404,
"contentType": "text/html",
"length": 43182
}
]
},
"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": 18532,
"excerpt": "<!doctype html><!--[if lt IE 7]> <html class=\"no-js lt-ie9 lt-ie8 lt-ie7\" lang=\"en\" > <![endif]--><!--[if IE 7]> <html class=\"no-js lt-ie9 lt-ie8\" lang=\"en\" > <![endif]--><!--[if IE 8]> <html class=\"no-js lt-ie9\" lang=\"en\" > ",
"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."
}
]
}AI DiscoverabilityDiscoverabilityEstablished
Organization / WebSite schema
Organization / WebSite schema is missing or incomplete.
25 Fail
AI DiscoverabilityDiscoverabilityEstablished
Organization / WebSite schema
Organization / WebSite schema is missing or incomplete.
Needs attention
Organization / WebSite schema
Issue
Neither Organization nor WebSite schema types were found in JSON-LD.
Why it matters
Organization and WebSite schema help agents identify the publisher, canonical site identity, logo, and related profiles for attribution.
Check name
Organization / WebSite schema
Score
0/100
Status
fail
Category
Discoverability
Maturity
Established
Goal
Identify the site owner and website entity in structured data.
Result
Organization / WebSite schema is missing or incomplete.
Evidence
{
"found": [],
"allTypes": []
}AI DiscoverabilityContent ReadinessEstablished
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: missing <main> landmark; missing <nav> landmark; missing <footer> landmark; skipped heading levels; 10 links missing accessible names; 7 buttons missing accessible names.
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": false,
"nav": false,
"footer": false,
"meaningfulH1": true,
"headingOrder": false,
"accessibleLinks": false,
"accessibleButtons": false,
"imageAltCoverage": true,
"formAutocompleteCoverage": true,
"details": {
"inaccessibleLinks": [
"<a name=\"top\"></a>",
"<a href=\"https://www.pixalate.com/supply-chain-object-verification-and-validation?hsLang=en\"></a>",
"<a href=\"https://www.pixalate.com/supply-chain-object-verification-and-validation?hsLang=en\"></a>",
"<a href=\"https://www.pixalate.com/supply-chain-object-verification-and-validation?hsLang=en\"></a>",
"<a class=\"sn-arrow\" href=\"#\"><i class=\"fa fa-chevron-down\"></i></a>",
"<a class=\"sn-arrow\" href=\"#\"><i class=\"fa fa-chevron-down\"></i></a>",
"<a class=\"sn-arrow\" href=\"#\"><i class=\"fa fa-chevron-down\"></i></a>",
"<a class=\"sn-arrow\" href=\"#\"><i class=\"fa fa-chevron-down\"></i></a>",
"<a class=\"sn-arrow\" href=\"#\"><i class=\"fa fa-chevron-down\"></i></a>",
"<a class=\"sn-arrow\" href=\"#\"><i class=\"fa fa-chevron-down\"></i></a>"
],
"inaccessibleButtons": [
"<button role=\"button\" class=\"owl-dot active\"><span></span></button>",
"<button role=\"button\" class=\"owl-dot\"><span></span></button>",
"<button role=\"button\" class=\"owl-dot\"><span></span></button>",
"<button role=\"button\" class=\"owl-dot\"><span></span></button>",
"<button role=\"button\" class=\"owl-dot\"><span></span></button>",
"<button role=\"button\" class=\"owl-dot\"><span></span></button>",
"<button role=\"button\" class=\"owl-dot\"><span></span></button>"
],
"missingAutocompleteInputs": [],
"imagesMissingAlt": [],
"skippedHeadingLevels": [
"h3: UNICEF Recognizes Pixalate's COPPA Compliance tech as “Key Innovation” in Protecting Children’s Online Privacy",
"h3: CTV Bundle ID → App Store ID Mapping",
"h3: Detect & Reject Made for Advertising (MFA)",
"h3: Reduce Clawbacks.Fight Ad Fraud",
"h3: Seller Trust Index 2.0",
"h3: Know Your Developer™",
"h3: AdFraud IOC-DB",
"h3: UNICEF Recognizes Pixalate's COPPA Compliance tech as “Key Innovation” in Protecting Children’s Online Privacy",
"h3: CTV Bundle ID → App Store ID Mapping",
"h3: Detect & Reject Made for Advertising (MFA)",
"h3: Reduce Clawbacks.Fight Ad Fraud",
"h3: Seller Trust Index 2.0",
"h3: Know Your Developer™",
"h3: AdFraud IOC-DB",
"h3: UNICEF Recognizes Pixalate's COPPA Compliance tech as “Key Innovation” in Protecting Children’s Online Privacy",
"h2: Our Customers",
"h2: Featured Updates",
"h3: Pixalate Releases Top 100 Connected TV (CTV) Bundle ID Rankings For Global Ad Spend in May 2026; ‘Hulu’ Bundle ID No. 1 on Roku, ‘Plex’ top-ranked on Apple TV, ‘LG Channels’ No. 1 on LG Smart TV",
"h3: Pixalate Releases Global Top 20 Most Popular Connected TV (CTV) Free Ad-Supported TV (FAST) Apps Reports for Q1 2026: ‘Tubi’ No. 1 on Roku, ‘Pluto TV’ Leads on Amazon Fire TV & Apple TV",
"h3: Pixalate Releases AdFraud Indicators Of Compromise-Database: May 2026 Made-For-Advertising Mobile Apps Reports for Apple App Store & Google Play Store",
"h3: Pixalate's May 2026 Recap: CTV Device Market Share, MFA Websites, CTV Ad Supply Chain Trends, and more",
"h3: Pixalate Releases May 2026 AdFraud IPv4 and IPv6 Addresses Reports Based on Its Indicators Of Compromise-Database",
"h3: Pixalate’s Q1 2026 CTV Ad Supply Chain Trends Report: Roku Leads in North America (36% SOV) and LATAM (42%); global programmatic CTV ad spend at over $6B",
"h4: See publisher quality and privacy compliance data across Connected TV, Mobile Apps and websites",
"h3: Recent Blog Posts",
"h2: Pixalate Top 100TM Indexes",
"h2: Use Cases",
"h2: Discovery",
"h2: Programmatic Analytics",
"h2: Ad Fraud Blocking",
"h2: Custom Colors and Fonts",
"h2: Customers",
"h2: Analysis at Scale",
"h1: Disclaimer",
"h2: Subscribe to the Pixalate Blog",
"h5: Contact Us12",
"h5: Download GSTI"
]
},
"counts": {
"h1": 1,
"headings": 37,
"links": 94,
"inaccessibleLinks": 10,
"buttons": 23,
"inaccessibleButtons": 7,
"images": 72,
"imagesWithAlt": 72,
"autocompleteInputs": 0,
"inputsWithAutocomplete": 0,
"missingAutocompleteInputs": 0
}
}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",
"length": 43182
},
{
"path": "/.well-known/a2a/agent-card.json",
"statusCode": 404,
"contentType": "text/html",
"length": 43182
},
{
"path": "/agent-card.json",
"statusCode": 404,
"contentType": "text/html",
"length": 43182
}
]
},
"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",
"length": 43182
},
{
"path": "/.well-known/skills/index.json",
"statusCode": 404,
"contentType": "text/html",
"length": 43182
}
]
},
"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",
"length": 43182
},
{
"path": "/agent.json",
"statusCode": 404,
"contentType": "text/html",
"length": 43182
}
]
},
"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",
"length": 43182
},
{
"path": "/agents.json",
"statusCode": 404,
"contentType": "text/html",
"length": 43182
}
]
},
"issue": "agents.json was not found at the expected path.",
"howToFix": "If this site uses agents.json, publish JSON with an agents array containing name and url for each agent."
}
]
}AI DiscoverabilityContent ReadinessEstablished
Content freshness signals
Content freshness signals is partially implemented.
19 Warning
AI DiscoverabilityContent ReadinessEstablished
Content freshness signals
Content freshness signals is partially implemented.
Needs attention
Content freshness signals
Issue
Content freshness signals are incomplete: missing dateModified/datePublished in JSON-LD; missing meta or <time> freshness tags.
Why it matters
Freshness signals help agents decide whether content is current enough to cite, summarize, or compare against newer sources.
Check name
Content freshness signals
Score
25/100
Status
warning
Category
Content Readiness
Maturity
Established
Goal
Expose modified and published dates for freshness-aware retrieval and ranking.
Result
Content freshness signals is partially implemented.
Evidence
{
"lastModified": "Thu, 11 Jun 2026 12:49:51 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": "www.pixalate.com",
"probes": [
{
"name": "_index._agents.www.pixalate.com",
"found": false,
"recordCount": 1,
"records": [],
"hasAlpn": false,
"hasEndpoint": false
},
{
"name": "_a2a._agents.www.pixalate.com",
"found": false,
"recordCount": 1,
"records": [],
"hasAlpn": false,
"hasEndpoint": false
}
]
},
"issue": "No DNS-AID entrypoint records were found under _agents.",
"howToFix": "Publish ServiceMode SVCB/HTTPS records such as _index._agents.example.com or _a2a._agents.example.com."
},
{
"id": "service-params",
"title": "Validate alpn and endpoint parameters",
"status": "informational",
"evidence": {
"discovered": []
},
"howToFix": "Include alpn and endpoint service parameters in each DNS-AID record so agents know the protocol and target entrypoint."
},
{
"id": "dnssec",
"title": "Check DNSSEC material",
"status": "warning",
"evidence": {
"hasDnssecMaterial": false,
"checked": [
{
"name": "www.pixalate.com",
"dnssecTypes": [],
"dnssecRecordCount": 0
},
{
"name": "pixalate.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."
}
]
}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
GEO: Extraction-friendly structure
GEO: Extraction-friendly structure scored 60/100 and needs improvement.
8 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": 10,
"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.
5 Warning
GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AEO: Answer-first sections
AEO: Answer-first sections scored 65/100 and needs improvement.
Needs attention
AEO: Answer-first sections
Issue
28 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": 33,
"passing": 5,
"failing": [
{
"heading": "UNICEF Recognizes Pixalate's COPPA Compliance tech as “Key Innovation” in Protecting Children’s Online Privacy",
"headingHtml": "<h3><a href=\"https://www.pixalate.com/supply-chain-object-verification-and-validation?hsLang=en\"></a><a href=\"/blog/united-nations-childrens-fund-unicef-recognizes-pixalate-as-a-key-innovator-in-protecting-childrens-online-privacy?hsLang=en\" rel=\"noopener\"><span style=\"color: #c60e17;\">UNICEF</span> Recognizes <span style=\"color: #c60e17;\">Pixalate's COPPA Compliance tech </span>as “Key Innovation” in <span style=\"color: #9f1d21;\"><span style=\"color: #c60e17;\">Protecti...",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "CTV Bundle ID → App Store ID Mapping",
"headingHtml": "<h3 style=\"font-family: 'Proxima Nova'; font-size: 45px; font-style: normal; line-height: normal; letter-spacing: 0;\">CTV Bundle ID → <span style=\"color: #d12727;\">App Store ID Mapping</span></h3>",
"firstParagraph": "Real-time authentication of CTV Bundle IDs in programmatic bid requests",
"paragraphHtml": "<p style=\"font-family: 'Proxima Nova'; font-size: 22px; font-style: normal; font-weight: 500; line-height: 32px; color: #3e3e3e;\">Real-time authentication of CTV Bundle IDs in programmatic bid requests</p>",
"words": 10,
"direct": false,
"issue": "First paragraph is 10 words and does not look like a concise direct answer."
},
{
"heading": "Detect & Reject Made for Advertising (MFA)",
"headingHtml": "<h3 style=\"font-family: 'Proxima Nova'; font-size: 45px; font-style: normal; line-height: normal; letter-spacing: 0;\">Detect & Reject <span style=\"color: #d12727;\">Made for Advertising (MFA)</span></h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Reduce Clawbacks.Fight Ad Fraud",
"headingHtml": "<h3>Reduce Clawbacks.<br>Fight Ad Fraud</h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Seller Trust Index 2.0",
"headingHtml": "<h3 style=\"font-family: 'Proxima Nova'; font-size: 45px; font-style: normal; line-height: 1; letter-spacing: 0px; color: #d12727;\">Seller Trust <span style=\"color: #000;\">Index 2.0</span></h3>",
"firstParagraph": "Ad Industry’s First Independent SSP Ranking on Arbitrage vs. Publisher Direct",
"paragraphHtml": "<p style=\"font-family: 'Proxima Nova'; font-size: 21px; font-style: normal; font-weight: 500; line-height: 32px; color: #3e3e3e;\">Ad Industry’s First Independent SSP Ranking on Arbitrage vs. Publisher Direct</p>",
"words": 12,
"direct": false,
"issue": "First paragraph is 12 words and does not look like a concise direct answer."
},
{
"heading": "Know Your Developer™",
"headingHtml": "<h3 style=\"font-family: 'Proxima Nova'; font-size: 45px; font-style: normal; line-height: 1; letter-spacing: 0px; color: #d12727;\"><span style=\"color: #000;\"><img src=\"https://www.pixalate.com/hs-fs/hubfs/High%20Risk.png?width=70&height=42&name=High%20Risk.png\" width=\"70\" height=\"42\" loading=\"lazy\" alt=\"High Risk\" style=\"height: auto; max-width: 100%; width: 70px; margin: 0px 10px 0px 0px; float: left;\" srcset=\"https://www.pixalate.com/hs-fs/hubfs/High%20Risk.png?width=35&am...",
"firstParagraph": "App Developer Online Child Safety Checks for Parents & Teachers",
"paragraphHtml": "<p style=\"font-family: 'Proxima Nova'; font-size: 21px; font-style: normal; font-weight: 500; line-height: 32px; color: #3e3e3e;\">App Developer Online Child Safety Checks for Parents & Teachers</p>",
"words": 9,
"direct": false,
"issue": "First paragraph is 9 words and does not look like a concise direct answer."
},
{
"heading": "UNICEF Recognizes Pixalate's COPPA Compliance tech as “Key Innovation” in Protecting Children’s Online Privacy",
"headingHtml": "<h3><a href=\"https://www.pixalate.com/supply-chain-object-verification-and-validation?hsLang=en\"></a><a href=\"/blog/united-nations-childrens-fund-unicef-recognizes-pixalate-as-a-key-innovator-in-protecting-childrens-online-privacy?hsLang=en\" rel=\"noopener\"><span style=\"color: #c60e17;\">UNICEF</span> Recognizes <span style=\"color: #c60e17;\">Pixalate's COPPA Compliance tech </span>as “Key Innovation” in <span style=\"color: #9f1d21;\"><span style=\"color: #c60e17;\">Protecti...",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "CTV Bundle ID → App Store ID Mapping",
"headingHtml": "<h3 style=\"font-family: 'Proxima Nova'; font-size: 45px; font-style: normal; line-height: normal; letter-spacing: 0;\">CTV Bundle ID → <span style=\"color: #d12727;\">App Store ID Mapping</span></h3>",
"firstParagraph": "Real-time authentication of CTV Bundle IDs in programmatic bid requests",
"paragraphHtml": "<p style=\"font-family: 'Proxima Nova'; font-size: 22px; font-style: normal; font-weight: 500; line-height: 32px; color: #3e3e3e;\">Real-time authentication of CTV Bundle IDs in programmatic bid requests</p>",
"words": 10,
"direct": false,
"issue": "First paragraph is 10 words and does not look like a concise direct answer."
},
{
"heading": "Detect & Reject Made for Advertising (MFA)",
"headingHtml": "<h3 style=\"font-family: 'Proxima Nova'; font-size: 45px; font-style: normal; line-height: normal; letter-spacing: 0;\">Detect & Reject <span style=\"color: #d12727;\">Made for Advertising (MFA)</span></h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Reduce Clawbacks.Fight Ad Fraud",
"headingHtml": "<h3>Reduce Clawbacks.<br>Fight Ad Fraud</h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Seller Trust Index 2.0",
"headingHtml": "<h3 style=\"font-family: 'Proxima Nova'; font-size: 45px; font-style: normal; line-height: 1; letter-spacing: 0px; color: #d12727;\">Seller Trust <span style=\"color: #000;\">Index 2.0</span></h3>",
"firstParagraph": "Ad Industry’s First Independent SSP Ranking on Arbitrage vs. Publisher Direct",
"paragraphHtml": "<p style=\"font-family: 'Proxima Nova'; font-size: 21px; font-style: normal; font-weight: 500; line-height: 32px; color: #3e3e3e;\">Ad Industry’s First Independent SSP Ranking on Arbitrage vs. Publisher Direct</p>",
"words": 12,
"direct": false,
"issue": "First paragraph is 12 words and does not look like a concise direct answer."
},
{
"heading": "Know Your Developer™",
"headingHtml": "<h3 style=\"font-family: 'Proxima Nova'; font-size: 45px; font-style: normal; line-height: 1; letter-spacing: 0px; color: #d12727;\"><span style=\"color: #000;\"><img src=\"https://www.pixalate.com/hs-fs/hubfs/High%20Risk.png?width=70&height=42&name=High%20Risk.png\" width=\"70\" height=\"42\" loading=\"lazy\" alt=\"High Risk\" style=\"height: auto; max-width: 100%; width: 70px; margin: 0px 10px 0px 0px; float: left;\" srcset=\"https://www.pixalate.com/hs-fs/hubfs/High%20Risk.png?width=35&am...",
"firstParagraph": "App Developer Online Child Safety Checks for Parents & Teachers",
"paragraphHtml": "<p style=\"font-family: 'Proxima Nova'; font-size: 21px; font-style: normal; font-weight: 500; line-height: 32px; color: #3e3e3e;\">App Developer Online Child Safety Checks for Parents & Teachers</p>",
"words": 9,
"direct": false,
"issue": "First paragraph is 9 words and does not look like a concise direct answer."
},
{
"heading": "Our Customers",
"headingHtml": "<h2>Our Customers</h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Featured Updates",
"headingHtml": "<h2 class=\"pxl-title\"> Featured Updates </h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Pixalate Releases Top 100 Connected TV (CTV) Bundle ID Rankings For Global Ad Spend in May 2026; ‘Hulu’ Bundle ID No. 1 on Roku, ‘Plex’ top-ranked on Apple TV, ‘LG Channels’ No. 1 on LG Smart TV",
"headingHtml": "<h3 class=\"pxl-name\"> <a href=\"https://www.pixalate.com/blog/top-100-connected-tv-ctv-bundle-ids-in-may-2026?hsLang=en\">Pixalate Releases Top 100 Connected TV (CTV) Bundle ID Rankings For Global Ad Spend in May 2026; ‘Hulu’ Bundle ID No. 1 on Roku, ‘Plex’ top-ranked on Apple TV, ‘LG Channels’ No. 1 on LG Smart TV</a> </h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Pixalate Releases Global Top 20 Most Popular Connected TV (CTV) Free Ad-Supported TV (FAST) Apps Reports for Q1 2026: ‘Tubi’ No. 1 on Roku, ‘Pluto TV’ Leads on Amazon Fire TV & Apple TV",
"headingHtml": "<h3 class=\"pxl-name\"> <a href=\"https://www.pixalate.com/blog/pixalates-q1-2026-global-top-20-most-popular-connected-tv-ctv-free-ad-supported-tv-fast-apps-reports?hsLang=en\">Pixalate Releases Global Top 20 Most Popular Connected TV (CTV) Free Ad-Supported TV (FAST) Apps Reports for Q1 2026: ‘Tubi’ No. 1 on Roku, ‘Pluto TV’ Leads on Amazon Fire TV & Apple TV</a> </h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Pixalate Releases AdFraud Indicators Of Compromise-Database: May 2026 Made-For-Advertising Mobile Apps Reports for Apple App Store & Google Play Store",
"headingHtml": "<h3 class=\"pxl-name\"> <a href=\"https://www.pixalate.com/blog/pixalate-releases-adfraud-indicators-of-compromise-database-may-2026-made-for-advertising-mobile-apps-reports?hsLang=en\">Pixalate Releases AdFraud Indicators Of Compromise-Database: May 2026 Made-For-Advertising Mobile Apps Reports for Apple App Store & Google Play Store</a> </h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Pixalate's May 2026 Recap: CTV Device Market Share, MFA Websites, CTV Ad Supply Chain Trends, and more",
"headingHtml": "<h3 class=\"pxl-name\"> <a href=\"https://www.pixalate.com/blog/pixalates-may-2026-recap-ctv-device-market-share-mfa-websites-ctv-ad-supply-chain-trends-and-more?hsLang=en\">Pixalate's May 2026 Recap: CTV Device Market Share, MFA Websites, CTV Ad Supply Chain Trends, and more</a> </h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Pixalate Releases May 2026 AdFraud IPv4 and IPv6 Addresses Reports Based on Its Indicators Of Compromise-Database",
"headingHtml": "<h3 class=\"pxl-name\"> <a href=\"https://www.pixalate.com/blog/pixalate-releases-may-2026-adfraud-ipv4-and-ipv6-addresses-reports?hsLang=en\">Pixalate Releases May 2026 AdFraud IPv4 and IPv6 Addresses Reports Based on Its Indicators Of Compromise-Database</a> </h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Pixalate’s Q1 2026 CTV Ad Supply Chain Trends Report: Roku Leads in North America (36% SOV) and LATAM (42%); global programmatic CTV ad spend at over $6B",
"headingHtml": "<h3 class=\"pxl-name\"> <a href=\"https://www.pixalate.com/blog/q1-2026-ctv-ad-supply-chain-trends-report?hsLang=en\">Pixalate’s Q1 2026 CTV Ad Supply Chain Trends Report: Roku Leads in North America (36% SOV) and LATAM (42%); global programmatic CTV ad spend at over $6B</a> </h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Recent Blog Posts",
"headingHtml": "<h3>Recent Blog Posts</h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Pixalate Top 100TM Indexes",
"headingHtml": "<h2>Pixalate Top 100<sup>TM</sup> Indexes</h2>",
"firstParagraph": "Pixalate's Publisher Trust Indexes provide 200+ unique Pixalate Top 100™ rankings for Connected TV (CTV) and Mobile apps based on Pixalate’s analysis of over 5 million apps and 35+ app categories across the Google, Apple, Roku, and Amazon app stores.",
"paragraphHtml": "<p><span>Pixalate's Publisher Trust Indexes provide 200+ unique Pixalate Top 100™ rankings for Connected TV (CTV) and Mobile apps based on Pixalate’s analysis of over 5 million apps and 35+ app categories across the Google, Apple, Roku, and Amazon app stores.</span></p>",
"words": 41,
"direct": false,
"issue": "First paragraph is 41 words and does not look like a concise direct answer."
},
{
"heading": "Discovery",
"headingHtml": "<h2>Discovery</h2>",
"firstParagraph": "Our Media Ratings Terminal Discovery tool sheds light on millions of web properties, analyzing 2 Trillion data points a month across Connected TV (CTV), Mobile Apps, and Websites, providing privacy, compliance, risk, app details, traffic, brand safety, and more to bring transparency, quality, and trust to the open web.",
"paragraphHtml": "<p><span>Our Media Ratings Terminal Discovery tool sheds light on millions of web properties, analyzing 2 Trillion data points a month across Connected TV (CTV), Mobile Apps, and Websites, providing privacy, compliance, risk, app details, traffic, brand safety, and more to bring transparency, quality, and trust to the open web.</span></p>",
"words": 49,
"direct": false,
"issue": "First paragraph is 49 words and does not look like a concise direct answer."
},
{
"heading": "Programmatic Analytics",
"headingHtml": "<h2><strong>Programmatic</strong> Analytics</h2>",
"firstParagraph": "Pixalate’s Analytics enables you to transact confidently using a scaled, omnichannel platform for fraud, brand safety, and display viewability. We monitor over 5+ million apps, 80 million domains, and 300+ million OTT devices - detecting over 35 types of invalid traffic (IVT) across Connected TV (CTV), Mobile Apps,...",
"paragraphHtml": "<p><span>Pixalate’s Analytics enables you to transact confidently using a scaled, omnichannel platform for fraud, brand safety, and display viewability. We monitor over 5+ million apps, 80 million domains, and 300+ million OTT devices - detecting over 35 types of invalid traffic (IVT) across Connected TV (CTV), Mobile Apps, and Websites - to give you the industry’s only complete coverage platform.</span></p>",
"words": 60,
"direct": false,
"issue": "First paragraph is 60 words and does not look like a concise direct answer."
},
{
"heading": "Custom Colors and Fonts",
"headingHtml": "<h2>Custom Colors and Fonts</h2>",
"firstParagraph": "Match your brand style with custom colors, fonts, and many other cool settings that will make your website look amazingly beautiful and unique.",
"paragraphHtml": "<p>Match your brand style with custom colors, fonts, and many other cool settings that will make your website look amazingly beautiful and unique.</p>",
"words": 23,
"direct": false,
"issue": "First paragraph is 23 words and does not look like a concise direct answer."
},
{
"heading": "Customers",
"headingHtml": "<h2>Customers</h2>",
"firstParagraph": "We love our customers and are proud to partner with leaders across programmatic advertising.",
"paragraphHtml": "<p><span>We love our customers and are proud to partner with leaders across programmatic advertising.</span></p>",
"words": 14,
"direct": false,
"issue": "First paragraph is 14 words and does not look like a concise direct answer."
},
{
"heading": "Analysis at Scale",
"headingHtml": "<h2 class=\"pxl-heading\">Analysis at Scale <span class=\"pxl-underline\"></span> </h2>",
"firstParagraph": "Products",
"paragraphHtml": "<p class=\"title\">Products</p>",
"words": 1,
"direct": false,
"issue": "First paragraph is 1 words and does not look like a concise direct answer."
},
{
"heading": "Subscribe to the Pixalate Blog",
"headingHtml": "<h2>Subscribe to the Pixalate Blog</h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
}
],
"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.
4 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": 11,
"questionH2s": [],
"hasFaq": false,
"score": 50,
"weight": 18
}GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
GEO: Explanatory content depth
GEO: Explanatory content depth scored 75/100 and needs improvement.
4 Warning
GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
GEO: Explanatory content depth
GEO: Explanatory content depth scored 75/100 and needs improvement.
Needs attention
GEO: Explanatory content depth
Issue
11 explanatory paragraph(s) could be stronger for citation or AI extraction.
Details
Why it matters
Generative engines favor pages with self-contained answer passages, clear entities, structured data, summaries, FAQ patterns, and crawler-accessible HTML that can be cited without extra interpretation.
Check name
GEO: Explanatory content depth
Score
75/100
Status
warning
Category
GEO, AIO & AEO
Maturity
Emerging recommendation
Goal
Make page content easy for AI answer engines to extract, cite, and attribute.
Result
GEO: Explanatory content depth scored 75/100 and needs improvement.
Evidence
{
"candidatePassages": 11,
"citablePassages": 0,
"failingCandidateParagraphs": [
{
"index": 10,
"heading": "H2: Pixalate Top 100TM Indexes",
"text": "Pixalate's Publisher Trust Indexes provide 200+ unique Pixalate Top 100™ rankings for Connected TV (CTV) and Mobile apps based on Pixalate’s analysis of over 5 million apps and 35+ app categories across the Google, Apple, Roku, and Amazon app stores.",
"words": 41,
"hasEvidence": true,
"reasons": [
"Too short for a citation-ready passage (41 words; target 80-220)."
],
"html": "<p><span>Pixalate's Publisher Trust Indexes provide 200+ unique Pixalate Top 100™ rankings for Connected TV (CTV) and Mobile apps based on Pixalate’s analysis of over 5 million apps and 35+ app categories across the Google, Apple, Roku, and Amazon app stores.</span></p>"
},
{
"index": 11,
"heading": "H2: Use Cases",
"text": "The programmatic supply chain poses a significant trust and safety issue for both ad buyers and sellers. Pixalate provides the data and insights across Connected TV (CTV), Mobile Apps, and Websites for privacy, compliance, risk, rankings, and more to bring transparency, quality, and trust to the open web.",
"words": 48,
"hasEvidence": true,
"reasons": [
"Too short for a citation-ready passage (48 words; target 80-220)."
],
"html": "<p>The programmatic supply chain poses a significant trust and safety issue for both ad buyers and sellers. Pixalate provides the data and insights across <span>Connected TV (CTV), Mobile Apps</span>, and Websites for privacy, compliance, risk, rankings, and more to bring transparency, quality, and trust to the open web.</p>"
},
{
"index": 12,
"heading": "H2: Discovery",
"text": "Our Media Ratings Terminal Discovery tool sheds light on millions of web properties, analyzing 2 Trillion data points a month across Connected TV (CTV), Mobile Apps, and Websites, providing privacy, compliance, risk, app details, traffic, brand safety, and more to bring transparency, quality, and trust to the open web.",
"words": 49,
"hasEvidence": true,
"reasons": [
"Too short for a citation-ready passage (49 words; target 80-220)."
],
"html": "<p><span>Our Media Ratings Terminal Discovery tool sheds light on millions of web properties, analyzing 2 Trillion data points a month across Connected TV (CTV), Mobile Apps, and Websites, providing privacy, compliance, risk, app details, traffic, brand safety, and more to bring transparency, quality, and trust to the open web.</span></p>"
},
{
"index": 13,
"heading": "H2: Programmatic Analytics",
"text": "Pixalate’s Analytics enables you to transact confidently using a scaled, omnichannel platform for fraud, brand safety, and display viewability. We monitor over 5+ million apps, 80 million domains, and 300+ million OTT devices - detecting over 35 types of invalid traffic (IVT) across Connected TV (CTV), Mobile Apps, and Websites - to give you the industry’s only complete coverage platform.",
"words": 60,
"hasEvidence": true,
"reasons": [
"Too short for a citation-ready passage (60 words; target 80-220)."
],
"html": "<p><span>Pixalate’s Analytics enables you to transact confidently using a scaled, omnichannel platform for fraud, brand safety, and display viewability. We monitor over 5+ million apps, 80 million domains, and 300+ million OTT devices - detecting over 35 types of invalid traffic (IVT) across Connected TV (CTV), Mobile Apps, and Websites - to give you the industry’s only complete coverage platform.</span></p>"
},
{
"index": 14,
"heading": "H2: Ad Fraud Blocking",
"text": "Pixalate’s pre-bid Blocking is the only solution that prevents invalid traffic (IVT) across Connected TV (CTV), Mobile Apps, and Websites from 5+ million apps, 80 million domains, and 300+ million OTT devices. You execute confidently as we block over 40 types of IVT to give you full protection.",
"words": 49,
"hasEvidence": true,
"reasons": [
"Too short for a citation-ready passage (49 words; target 80-220)."
],
"html": "<p><span>Pixalate’s pre-bid Blocking is the only solution that prevents invalid traffic (IVT) across Connected TV (CTV), Mobile Apps, and Websites from 5+ million apps, 80 million domains, and 300+ million OTT devices. You execute confidently as we block over 40 types of IVT to give you full protection.</span></p>"
},
{
"index": 17,
"heading": "H2: Customers",
"text": "Working with Pixalate this past election cycle provided us with a level of transparency and visibility into our ad buying that we were unable to find elsewhere. Pixalate's accreditations in OTT were particularly critical to us. Given our focus on video advertising, such validation was all the more important for reaching voters during the pandemic. The level of collaboration that Pixalate provided was critical in h...",
"words": 77,
"hasEvidence": false,
"reasons": [
"Too short for a citation-ready passage (77 words; target 80-220).",
"Missing a named source, statistic, date, percentage, report, or other evidence signal."
],
"html": "<p>Working with Pixalate this past election cycle provided us with a level of transparency and visibility into our ad buying that we were unable to find elsewhere. Pixalate's accreditations in OTT were particularly critical to us.  Given our focus on video advertising, such validation was all the more important for reaching voters during the pandemic. The level of collaboration that Pixalate provided was critical in helping us to eliminate IVT, improve viewability, and maximize our..."
},
{
"index": 19,
"heading": "H2: Customers",
"text": "As ad spend on channels like CTV grows by leaps and bounds, advertisers need greater transparency into their programmatic buys. At Yahoo, trust and transparency are paramount, and insights like Pixalate’s new CTV and mobile app ratings help drive further visibility into the programmatic ad supply chain.",
"words": 48,
"hasEvidence": false,
"reasons": [
"Too short for a citation-ready passage (48 words; target 80-220).",
"Missing a named source, statistic, date, percentage, report, or other evidence signal."
],
"html": "<p>As ad spend on channels like CTV grows by leaps and bounds, advertisers need greater transparency into their programmatic buys. At Yahoo, trust and transparency are paramount, and insights like Pixalate’s new CTV and mobile app ratings help drive further visibility into the programmatic ad supply chain.</p>"
},
{
"index": 29,
"heading": "H2: Customers",
"text": "Working with Pixalate this past election cycle provided us with a level of transparency and visibility into our ad buying that we were unable to find elsewhere. Pixalate's accreditations in OTT were particularly critical to us. Given our focus on video advertising, such validation was all the more important for reaching voters during the pandemic. The level of collaboration that Pixalate provided was critical in h...",
"words": 77,
"hasEvidence": false,
"reasons": [
"Too short for a citation-ready passage (77 words; target 80-220).",
"Missing a named source, statistic, date, percentage, report, or other evidence signal."
],
"html": "<p>Working with Pixalate this past election cycle provided us with a level of transparency and visibility into our ad buying that we were unable to find elsewhere. Pixalate's accreditations in OTT were particularly critical to us.  Given our focus on video advertising, such validation was all the more important for reaching voters during the pandemic. The level of collaboration that Pixalate provided was critical in helping us to eliminate IVT, improve viewability, and maximize our..."
},
{
"index": 31,
"heading": "H2: Customers",
"text": "As ad spend on channels like CTV grows by leaps and bounds, advertisers need greater transparency into their programmatic buys. At Yahoo, trust and transparency are paramount, and insights like Pixalate’s new CTV and mobile app ratings help drive further visibility into the programmatic ad supply chain.",
"words": 48,
"hasEvidence": false,
"reasons": [
"Too short for a citation-ready passage (48 words; target 80-220).",
"Missing a named source, statistic, date, percentage, report, or other evidence signal."
],
"html": "<p>As ad spend on channels like CTV grows by leaps and bounds, advertisers need greater transparency into their programmatic buys. At Yahoo, trust and transparency are paramount, and insights like Pixalate’s new CTV and mobile app ratings help drive further visibility into the programmatic ad supply chain.</p>"
},
{
"index": 38,
"heading": "H1: Disclaimer",
"text": "Disclaimer: The content of this page reflects Pixalate’s opinions with respect to the factors that Pixalate believes can be useful to the digital media industry. Any proprietary data shared is grounded in Pixalate’s proprietary technology and analytics, which Pixalate is continuously evaluating and updating. Any references to outside sources should not be construed as endorsements. Pixalate’s opinions are just tha...",
"words": 68,
"hasEvidence": true,
"reasons": [
"Too short for a citation-ready passage (68 words; target 80-220)."
],
"html": "<p> Disclaimer: The content of this page reflects Pixalate’s opinions with respect to the factors that Pixalate believes can be useful to the digital media industry. Any proprietary data shared is grounded in Pixalate’s proprietary technology and analytics, which Pixalate is continuously evaluating and updating. Any references to outside sources should not be construed as endorsements. Pixalate’s opinions are just that - opinion, not facts or guarantees. </p>"
},
{
"index": 39,
"heading": "H1: Disclaimer",
"text": "Per the MRC, “'Fraud' is not intended to represent fraud as defined in various laws, statutes and ordinances or as conventionally used in U.S. Court or other legal proceedings, but rather a custom definition strictly for advertising measurement purposes. Also per the MRC, “‘Invalid Traffic’ is defined generally as traffic that does not meet certain ad serving quality or completeness criteria, or otherwise does not...",
"words": 105,
"hasEvidence": false,
"reasons": [
"Missing a named source, statistic, date, percentage, report, or other evidence signal."
],
"html": "<p> Per the MRC, “'Fraud' is not intended to represent fraud as defined in various laws, statutes and ordinances or as conventionally used in U.S. Court or other legal proceedings, but rather a custom definition strictly for advertising measurement purposes. Also per the MRC, “‘Invalid Traffic’ is defined generally as traffic that does not meet certain ad serving quality or completeness criteria, or otherwise does not represent legitimate ad traffic that..."
}
],
"citableParagraphs": [],
"score": 75,
"weight": 18
}GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AIO: Source and trust signals
AIO: Source and trust signals scored 80/100 and needs improvement.
2 Warning
GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AIO: Source and trust signals
AIO: Source and trust signals scored 80/100 and needs improvement.
Needs attention
AIO: Source and trust signals
Issue
Missing AIO trust signals: publisher.
Details
Why it matters
AI Overviews depend on Google-search eligibility, useful visible content, consistent structured data, answer-first sections, trust signals, and preview controls that permit snippets.
Check name
AIO: Source and trust signals
Score
80/100
Status
warning
Category
GEO, AIO & AEO
Maturity
Emerging recommendation
Goal
Make page content eligible and useful for Google AI Overviews and AI Mode extraction.
Result
AIO: Source and trust signals scored 80/100 and needs improvement.
Evidence
{
"signals": {
"author": true,
"publisher": false,
"freshnessDate": true,
"aboutOrContact": true,
"policyLinks": true
},
"missing": [
"publisher"
],
"authorMeta": "Copyright © 2026 Pixalate Europe Limited",
"schemaAuthors": [],
"schemaPublishers": [],
"schemaDates": [],
"visibleDates": [
"Jun 4, 2026",
"Jun 3, 2026",
"Jun 2, 2026",
"Jun 1, 2026",
"May 28, 2026",
"May 25, 2026"
],
"aboutLinks": [
{
"href": "https://www.linkedin.com/company/pixalate",
"text": "",
"html": "<a href=\"https://www.linkedin.com/company/pixalate\" class=\"btn btn-link pl-0\"> <img src=\"https://www.pixalate.com/hubfs/footer/icons/linkedin.png\" alt=\"linkedin\"> </a>"
}
],
"contactLinks": [
{
"href": "https://www.pixalate.com/blog/pixalates-q1-2026-global-top-20-most-popular-connected-tv-ctv-free-ad-supported-tv-fast-apps-reports?hsLang=en",
"text": "",
"html": "<a href=\"https://www.pixalate.com/blog/pixalates-q1-2026-global-top-20-most-popular-connected-tv-ctv-free-ad-supported-tv-fast-apps-reports?hsLang=en\" class=\"pxl-thumb\" aria-label=\"Pixalate Releases Global Top 20 Most Popular Connected TV (CTV) Free Ad-Supported TV (FAST) Apps Reports for Q1 2026: ‘Tubi’ No. 1 on Roku, ‘Pluto TV’ Leads on Amazon Fire TV & Apple TV\"> <img src=\"https://www.pixalate.com/hubfs/FAST%20Apps%20Traffic%20Analysis%20Report%20-%20blog%20..."
},
{
"href": "https://www.pixalate.com/blog/pixalates-q1-2026-global-top-20-most-popular-connected-tv-ctv-free-ad-supported-tv-fast-apps-reports?hsLang=en",
"text": "Pixalate Releases Global Top 20 Most Popular Connected TV (CTV) Free Ad-Supported TV (FAST) Apps Reports for Q1 2026: ‘Tubi’ No. 1 on Roku, ‘Pluto TV’ Leads on Amazon Fire TV & Apple TV",
"html": "<a href=\"https://www.pixalate.com/blog/pixalates-q1-2026-global-top-20-most-popular-connected-tv-ctv-free-ad-supported-tv-fast-apps-reports?hsLang=en\">Pixalate Releases Global Top 20 Most Popular Connected TV (CTV) Free Ad-Supported TV (FAST) Apps Reports for Q1 2026: ‘Tubi’ No. 1 on Roku, ‘Pluto TV’ Leads on Amazon Fire TV & Apple TV</a>"
}
],
"privacyLinks": [
{
"href": "https://www.pixalate.com/blog/united-nations-childrens-fund-unicef-recognizes-pixalate-as-a-key-innovator-in-protecting-childrens-online-privacy?hsLang=en",
"text": "",
"html": "<a href=\"https://www.pixalate.com/blog/united-nations-childrens-fund-unicef-recognizes-pixalate-as-a-key-innovator-in-protecting-childrens-online-privacy?hsLang=en\" target=\"_parent\" id=\"hs-link-module_1721714061576351_\" style=\"border-width:0px;border:0px;\"><img src=\"https://www.pixalate.com/hubfs/HP%20Carousel_UNICEF%20graphic.png\" class=\"hs-image-widget \" style=\"max-width: 100%; height: auto;\" alt=\"HP Carousel_UNICEF graphic\" title=\"HP Carousel_UNICEF graphic\"></a>"
},
{
"href": "/blog/united-nations-childrens-fund-unicef-recognizes-pixalate-as-a-key-innovator-in-protecting-childrens-online-privacy?hsLang=en",
"text": "UNICEF Recognizes Pixalate's COPPA Compliance tech as “Key Innovation” in Protecting Children’s Online Privacy",
"html": "<a href=\"/blog/united-nations-childrens-fund-unicef-recognizes-pixalate-as-a-key-innovator-in-protecting-childrens-online-privacy?hsLang=en\" rel=\"noopener\"><span style=\"color: #c60e17;\">UNICEF</span> Recognizes <span style=\"color: #c60e17;\">Pixalate's COPPA Compliance tech </span>as “Key Innovation” in <span style=\"color: #9f1d21;\"><span style=\"color: #c60e17;\">Protecting Children’s Online Privacy</span><span style=\"color: #c60e17;\"></span></span></a>"
},
{
"href": "/blog/united-nations-childrens-fund-unicef-recognizes-pixalate-as-a-key-innovator-in-protecting-childrens-online-privacy?hsLang=en",
"text": "Learn More",
"html": "<a class=\"btn btn-primary\" href=\"/blog/united-nations-childrens-fund-unicef-recognizes-pixalate-as-a-key-innovator-in-protecting-childrens-online-privacy?hsLang=en\" rel=\"noopener\">Learn More</a>"
},
{
"href": "https://www.pixalate.com/blog/united-nations-childrens-fund-unicef-recognizes-pixalate-as-a-key-innovator-in-protecting-childrens-online-privacy?hsLang=en",
"text": "",
"html": "<a href=\"https://www.pixalate.com/blog/united-nations-childrens-fund-unicef-recognizes-pixalate-as-a-key-innovator-in-protecting-childrens-online-privacy?hsLang=en\" target=\"_parent\" id=\"hs-link-module_1721714061576351_\" style=\"border-width:0px;border:0px;\"><img src=\"https://www.pixalate.com/hubfs/HP%20Carousel_UNICEF%20graphic.png\" class=\"hs-image-widget \" style=\"max-width: 100%; height: auto;\" alt=\"HP Carousel_UNICEF graphic\" title=\"HP Carousel_UNICEF graphic\"></a>"
},
{
"href": "/blog/united-nations-childrens-fund-unicef-recognizes-pixalate-as-a-key-innovator-in-protecting-childrens-online-privacy?hsLang=en",
"text": "UNICEF Recognizes Pixalate's COPPA Compliance tech as “Key Innovation” in Protecting Children’s Online Privacy",
"html": "<a href=\"/blog/united-nations-childrens-fund-unicef-recognizes-pixalate-as-a-key-innovator-in-protecting-childrens-online-privacy?hsLang=en\" rel=\"noopener\"><span style=\"color: #c60e17;\">UNICEF</span> Recognizes <span style=\"color: #c60e17;\">Pixalate's COPPA Compliance tech </span>as “Key Innovation” in <span style=\"color: #9f1d21;\"><span style=\"color: #c60e17;\">Protecting Children’s Online Privacy</span><span style=\"color: #c60e17;\"></span></span></a>"
},
{
"href": "/blog/united-nations-childrens-fund-unicef-recognizes-pixalate-as-a-key-innovator-in-protecting-childrens-online-privacy?hsLang=en",
"text": "Learn More",
"html": "<a class=\"btn btn-primary\" href=\"/blog/united-nations-childrens-fund-unicef-recognizes-pixalate-as-a-key-innovator-in-protecting-childrens-online-privacy?hsLang=en\" rel=\"noopener\">Learn More</a>"
},
{
"href": "https://www.pixalate.com/blog/united-nations-childrens-fund-unicef-recognizes-pixalate-as-a-key-innovator-in-protecting-childrens-online-privacy?hsLang=en",
"text": "",
"html": "<a href=\"https://www.pixalate.com/blog/united-nations-childrens-fund-unicef-recognizes-pixalate-as-a-key-innovator-in-protecting-childrens-online-privacy?hsLang=en\" target=\"_parent\" id=\"hs-link-module_1721714061576351_\" style=\"border-width:0px;border:0px;\"><img src=\"https://www.pixalate.com/hubfs/HP%20Carousel_UNICEF%20graphic.png\" class=\"hs-image-widget \" style=\"max-width: 100%; height: auto;\" alt=\"HP Carousel_UNICEF graphic\" title=\"HP Carousel_UNICEF graphic\"></a>"
},
{
"href": "/blog/united-nations-childrens-fund-unicef-recognizes-pixalate-as-a-key-innovator-in-protecting-childrens-online-privacy?hsLang=en",
"text": "UNICEF Recognizes Pixalate's COPPA Compliance tech as “Key Innovation” in Protecting Children’s Online Privacy",
"html": "<a href=\"/blog/united-nations-childrens-fund-unicef-recognizes-pixalate-as-a-key-innovator-in-protecting-childrens-online-privacy?hsLang=en\" rel=\"noopener\"><span style=\"color: #c60e17;\">UNICEF</span> Recognizes <span style=\"color: #c60e17;\">Pixalate's COPPA Compliance tech </span>as “Key Innovation” in <span style=\"color: #9f1d21;\"><span style=\"color: #c60e17;\">Protecting Children’s Online Privacy</span><span style=\"color: #c60e17;\"></span></span></a>"
},
{
"href": "/blog/united-nations-childrens-fund-unicef-recognizes-pixalate-as-a-key-innovator-in-protecting-childrens-online-privacy?hsLang=en",
"text": "Learn More",
"html": "<a class=\"btn btn-primary\" href=\"/blog/united-nations-childrens-fund-unicef-recognizes-pixalate-as-a-key-innovator-in-protecting-childrens-online-privacy?hsLang=en\" rel=\"noopener\">Learn More</a>"
},
{
"href": "//www.pixalate.com/terms?hsLang=en",
"text": "Terms of Use",
"html": "<a href=\"//www.pixalate.com/terms?hsLang=en\">Terms of Use</a>"
},
{
"href": "//www.pixalate.com/privacypolicy?hsLang=en",
"text": "Privacy Policy",
"html": "<a href=\"//www.pixalate.com/privacypolicy?hsLang=en\">Privacy Policy</a>"
},
{
"href": "mailto:[email protected]",
"text": "[email protected]",
"html": "<a href=\"mailto:[email protected]\"> <i class=\"fa fa-envelope-o\"></i> <span>[email protected]</span> </a>"
},
{
"href": "//www.pixalate.com/terms?hsLang=en",
"text": "Terms of Use",
"html": "<a href=\"//www.pixalate.com/terms?hsLang=en\" class=\"btn btn-link px-0\" style=\"padding-left: 0\">Terms of Use</a>"
},
{
"href": "//www.pixalate.com/privacypolicy?hsLang=en",
"text": "Privacy Policy",
"html": "<a href=\"//www.pixalate.com/privacypolicy?hsLang=en\" class=\"btn btn-link px-0\">Privacy Policy</a>"
},
{
"href": "//www.pixalate.com/terms?hsLang=en",
"text": "Terms of Use",
"html": "<a href=\"//www.pixalate.com/terms?hsLang=en\">Terms of Use</a>"
},
{
"href": "https://www.pixalate.com/hubfs/2024-08-20_Pixalate_Privacy_Policy.pdf?hsLang=en",
"text": "Privacy Policy",
"html": "<a href=\"https://www.pixalate.com/hubfs/2024-08-20_Pixalate_Privacy_Policy.pdf?hsLang=en\">Privacy Policy</a>"
},
{
"href": "//www.pixalate.com/terms?hsLang=en",
"text": "Terms of Use",
"html": "<a href=\"//www.pixalate.com/terms?hsLang=en\">Terms of Use</a>"
},
{
"href": "//www.pixalate.com/privacypolicy?hsLang=en",
"text": "Privacy Policy",
"html": "<a href=\"//www.pixalate.com/privacypolicy?hsLang=en\">Privacy Policy</a>"
},
{
"href": "//www.pixalate.com/terms?hsLang=en",
"text": "Terms of Use",
"html": "<a href=\"//www.pixalate.com/terms?hsLang=en\">Terms of Use</a>"
},
{
"href": "//www.pixalate.com/privacypolicy?hsLang=en",
"text": "Privacy Policy",
"html": "<a href=\"//www.pixalate.com/privacypolicy?hsLang=en\">Privacy Policy</a>"
}
],
"score": 80,
"weight": 20
}GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AEO: Answer evidence and trust
AEO: Answer evidence and trust scored 80/100 and needs improvement.
2 Warning
GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AEO: Answer evidence and trust
AEO: Answer evidence and trust scored 80/100 and needs improvement.
Needs attention
AEO: Answer evidence and trust
Issue
Missing AIO trust signals: publisher.
Details
Why it matters
Answer engines need concise answers, question-led structure, entity clarity, visible evidence, and trust signals that can be extracted without relying on search-only metadata checks.
Check name
AEO: Answer evidence and trust
Score
80/100
Status
warning
Category
GEO, AIO & AEO
Maturity
Emerging recommendation
Goal
Make page content easy for answer engines and assistants to answer from directly.
Result
AEO: Answer evidence and trust scored 80/100 and needs improvement.
Evidence
{
"signals": {
"author": true,
"publisher": false,
"freshnessDate": true,
"aboutOrContact": true,
"policyLinks": true
},
"missing": [
"publisher"
],
"authorMeta": "Copyright © 2026 Pixalate Europe Limited",
"schemaAuthors": [],
"schemaPublishers": [],
"schemaDates": [],
"visibleDates": [
"Jun 4, 2026",
"Jun 3, 2026",
"Jun 2, 2026",
"Jun 1, 2026",
"May 28, 2026",
"May 25, 2026"
],
"aboutLinks": [
{
"href": "https://www.linkedin.com/company/pixalate",
"text": "",
"html": "<a href=\"https://www.linkedin.com/company/pixalate\" class=\"btn btn-link pl-0\"> <img src=\"https://www.pixalate.com/hubfs/footer/icons/linkedin.png\" alt=\"linkedin\"> </a>"
}
],
"contactLinks": [
{
"href": "https://www.pixalate.com/blog/pixalates-q1-2026-global-top-20-most-popular-connected-tv-ctv-free-ad-supported-tv-fast-apps-reports?hsLang=en",
"text": "",
"html": "<a href=\"https://www.pixalate.com/blog/pixalates-q1-2026-global-top-20-most-popular-connected-tv-ctv-free-ad-supported-tv-fast-apps-reports?hsLang=en\" class=\"pxl-thumb\" aria-label=\"Pixalate Releases Global Top 20 Most Popular Connected TV (CTV) Free Ad-Supported TV (FAST) Apps Reports for Q1 2026: ‘Tubi’ No. 1 on Roku, ‘Pluto TV’ Leads on Amazon Fire TV & Apple TV\"> <img src=\"https://www.pixalate.com/hubfs/FAST%20Apps%20Traffic%20Analysis%20Report%20-%20blog%20..."
},
{
"href": "https://www.pixalate.com/blog/pixalates-q1-2026-global-top-20-most-popular-connected-tv-ctv-free-ad-supported-tv-fast-apps-reports?hsLang=en",
"text": "Pixalate Releases Global Top 20 Most Popular Connected TV (CTV) Free Ad-Supported TV (FAST) Apps Reports for Q1 2026: ‘Tubi’ No. 1 on Roku, ‘Pluto TV’ Leads on Amazon Fire TV & Apple TV",
"html": "<a href=\"https://www.pixalate.com/blog/pixalates-q1-2026-global-top-20-most-popular-connected-tv-ctv-free-ad-supported-tv-fast-apps-reports?hsLang=en\">Pixalate Releases Global Top 20 Most Popular Connected TV (CTV) Free Ad-Supported TV (FAST) Apps Reports for Q1 2026: ‘Tubi’ No. 1 on Roku, ‘Pluto TV’ Leads on Amazon Fire TV & Apple TV</a>"
}
],
"privacyLinks": [
{
"href": "https://www.pixalate.com/blog/united-nations-childrens-fund-unicef-recognizes-pixalate-as-a-key-innovator-in-protecting-childrens-online-privacy?hsLang=en",
"text": "",
"html": "<a href=\"https://www.pixalate.com/blog/united-nations-childrens-fund-unicef-recognizes-pixalate-as-a-key-innovator-in-protecting-childrens-online-privacy?hsLang=en\" target=\"_parent\" id=\"hs-link-module_1721714061576351_\" style=\"border-width:0px;border:0px;\"><img src=\"https://www.pixalate.com/hubfs/HP%20Carousel_UNICEF%20graphic.png\" class=\"hs-image-widget \" style=\"max-width: 100%; height: auto;\" alt=\"HP Carousel_UNICEF graphic\" title=\"HP Carousel_UNICEF graphic\"></a>"
},
{
"href": "/blog/united-nations-childrens-fund-unicef-recognizes-pixalate-as-a-key-innovator-in-protecting-childrens-online-privacy?hsLang=en",
"text": "UNICEF Recognizes Pixalate's COPPA Compliance tech as “Key Innovation” in Protecting Children’s Online Privacy",
"html": "<a href=\"/blog/united-nations-childrens-fund-unicef-recognizes-pixalate-as-a-key-innovator-in-protecting-childrens-online-privacy?hsLang=en\" rel=\"noopener\"><span style=\"color: #c60e17;\">UNICEF</span> Recognizes <span style=\"color: #c60e17;\">Pixalate's COPPA Compliance tech </span>as “Key Innovation” in <span style=\"color: #9f1d21;\"><span style=\"color: #c60e17;\">Protecting Children’s Online Privacy</span><span style=\"color: #c60e17;\"></span></span></a>"
},
{
"href": "/blog/united-nations-childrens-fund-unicef-recognizes-pixalate-as-a-key-innovator-in-protecting-childrens-online-privacy?hsLang=en",
"text": "Learn More",
"html": "<a class=\"btn btn-primary\" href=\"/blog/united-nations-childrens-fund-unicef-recognizes-pixalate-as-a-key-innovator-in-protecting-childrens-online-privacy?hsLang=en\" rel=\"noopener\">Learn More</a>"
},
{
"href": "https://www.pixalate.com/blog/united-nations-childrens-fund-unicef-recognizes-pixalate-as-a-key-innovator-in-protecting-childrens-online-privacy?hsLang=en",
"text": "",
"html": "<a href=\"https://www.pixalate.com/blog/united-nations-childrens-fund-unicef-recognizes-pixalate-as-a-key-innovator-in-protecting-childrens-online-privacy?hsLang=en\" target=\"_parent\" id=\"hs-link-module_1721714061576351_\" style=\"border-width:0px;border:0px;\"><img src=\"https://www.pixalate.com/hubfs/HP%20Carousel_UNICEF%20graphic.png\" class=\"hs-image-widget \" style=\"max-width: 100%; height: auto;\" alt=\"HP Carousel_UNICEF graphic\" title=\"HP Carousel_UNICEF graphic\"></a>"
},
{
"href": "/blog/united-nations-childrens-fund-unicef-recognizes-pixalate-as-a-key-innovator-in-protecting-childrens-online-privacy?hsLang=en",
"text": "UNICEF Recognizes Pixalate's COPPA Compliance tech as “Key Innovation” in Protecting Children’s Online Privacy",
"html": "<a href=\"/blog/united-nations-childrens-fund-unicef-recognizes-pixalate-as-a-key-innovator-in-protecting-childrens-online-privacy?hsLang=en\" rel=\"noopener\"><span style=\"color: #c60e17;\">UNICEF</span> Recognizes <span style=\"color: #c60e17;\">Pixalate's COPPA Compliance tech </span>as “Key Innovation” in <span style=\"color: #9f1d21;\"><span style=\"color: #c60e17;\">Protecting Children’s Online Privacy</span><span style=\"color: #c60e17;\"></span></span></a>"
},
{
"href": "/blog/united-nations-childrens-fund-unicef-recognizes-pixalate-as-a-key-innovator-in-protecting-childrens-online-privacy?hsLang=en",
"text": "Learn More",
"html": "<a class=\"btn btn-primary\" href=\"/blog/united-nations-childrens-fund-unicef-recognizes-pixalate-as-a-key-innovator-in-protecting-childrens-online-privacy?hsLang=en\" rel=\"noopener\">Learn More</a>"
},
{
"href": "https://www.pixalate.com/blog/united-nations-childrens-fund-unicef-recognizes-pixalate-as-a-key-innovator-in-protecting-childrens-online-privacy?hsLang=en",
"text": "",
"html": "<a href=\"https://www.pixalate.com/blog/united-nations-childrens-fund-unicef-recognizes-pixalate-as-a-key-innovator-in-protecting-childrens-online-privacy?hsLang=en\" target=\"_parent\" id=\"hs-link-module_1721714061576351_\" style=\"border-width:0px;border:0px;\"><img src=\"https://www.pixalate.com/hubfs/HP%20Carousel_UNICEF%20graphic.png\" class=\"hs-image-widget \" style=\"max-width: 100%; height: auto;\" alt=\"HP Carousel_UNICEF graphic\" title=\"HP Carousel_UNICEF graphic\"></a>"
},
{
"href": "/blog/united-nations-childrens-fund-unicef-recognizes-pixalate-as-a-key-innovator-in-protecting-childrens-online-privacy?hsLang=en",
"text": "UNICEF Recognizes Pixalate's COPPA Compliance tech as “Key Innovation” in Protecting Children’s Online Privacy",
"html": "<a href=\"/blog/united-nations-childrens-fund-unicef-recognizes-pixalate-as-a-key-innovator-in-protecting-childrens-online-privacy?hsLang=en\" rel=\"noopener\"><span style=\"color: #c60e17;\">UNICEF</span> Recognizes <span style=\"color: #c60e17;\">Pixalate's COPPA Compliance tech </span>as “Key Innovation” in <span style=\"color: #9f1d21;\"><span style=\"color: #c60e17;\">Protecting Children’s Online Privacy</span><span style=\"color: #c60e17;\"></span></span></a>"
},
{
"href": "/blog/united-nations-childrens-fund-unicef-recognizes-pixalate-as-a-key-innovator-in-protecting-childrens-online-privacy?hsLang=en",
"text": "Learn More",
"html": "<a class=\"btn btn-primary\" href=\"/blog/united-nations-childrens-fund-unicef-recognizes-pixalate-as-a-key-innovator-in-protecting-childrens-online-privacy?hsLang=en\" rel=\"noopener\">Learn More</a>"
},
{
"href": "//www.pixalate.com/terms?hsLang=en",
"text": "Terms of Use",
"html": "<a href=\"//www.pixalate.com/terms?hsLang=en\">Terms of Use</a>"
},
{
"href": "//www.pixalate.com/privacypolicy?hsLang=en",
"text": "Privacy Policy",
"html": "<a href=\"//www.pixalate.com/privacypolicy?hsLang=en\">Privacy Policy</a>"
},
{
"href": "mailto:[email protected]",
"text": "[email protected]",
"html": "<a href=\"mailto:[email protected]\"> <i class=\"fa fa-envelope-o\"></i> <span>[email protected]</span> </a>"
},
{
"href": "//www.pixalate.com/terms?hsLang=en",
"text": "Terms of Use",
"html": "<a href=\"//www.pixalate.com/terms?hsLang=en\" class=\"btn btn-link px-0\" style=\"padding-left: 0\">Terms of Use</a>"
},
{
"href": "//www.pixalate.com/privacypolicy?hsLang=en",
"text": "Privacy Policy",
"html": "<a href=\"//www.pixalate.com/privacypolicy?hsLang=en\" class=\"btn btn-link px-0\">Privacy Policy</a>"
},
{
"href": "//www.pixalate.com/terms?hsLang=en",
"text": "Terms of Use",
"html": "<a href=\"//www.pixalate.com/terms?hsLang=en\">Terms of Use</a>"
},
{
"href": "https://www.pixalate.com/hubfs/2024-08-20_Pixalate_Privacy_Policy.pdf?hsLang=en",
"text": "Privacy Policy",
"html": "<a href=\"https://www.pixalate.com/hubfs/2024-08-20_Pixalate_Privacy_Policy.pdf?hsLang=en\">Privacy Policy</a>"
},
{
"href": "//www.pixalate.com/terms?hsLang=en",
"text": "Terms of Use",
"html": "<a href=\"//www.pixalate.com/terms?hsLang=en\">Terms of Use</a>"
},
{
"href": "//www.pixalate.com/privacypolicy?hsLang=en",
"text": "Privacy Policy",
"html": "<a href=\"//www.pixalate.com/privacypolicy?hsLang=en\">Privacy Policy</a>"
},
{
"href": "//www.pixalate.com/terms?hsLang=en",
"text": "Terms of Use",
"html": "<a href=\"//www.pixalate.com/terms?hsLang=en\">Terms of Use</a>"
},
{
"href": "//www.pixalate.com/privacypolicy?hsLang=en",
"text": "Privacy Policy",
"html": "<a href=\"//www.pixalate.com/privacypolicy?hsLang=en\">Privacy Policy</a>"
}
],
"score": 80,
"weight": 22
}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. 24 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": 1742,
"htmlBytes": 204578,
"imagesMissingDimensions": [
{
"src": "https://www.pixalate.com/hubfs/HP%20Carousel_UNICEF%20graphic.png",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://www.pixalate.com/hubfs/HP%20Carousel_UNICEF%20graphic.png\" class=\"hs-image-widget \" style=\"max-width: 100%; height: auto;\" alt=\"HP Carousel_UNICEF graphic\" title=\"HP Carousel_UNICEF graphic\">"
},
{
"src": "https://www.pixalate.com/hubfs/Carousel%20-%20CTV%20Bundle%20ID%20Mapping.png",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://www.pixalate.com/hubfs/Carousel%20-%20CTV%20Bundle%20ID%20Mapping.png\" class=\"hs-image-widget \" style=\"max-width: 100%; height: auto;\" alt=\"Carousel - CTV Bundle ID Mapping\" title=\"Carousel - CTV Bundle ID Mapping\">"
},
{
"src": "https://www.pixalate.com/hubfs/Carousel%20-%20MFA.png",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://www.pixalate.com/hubfs/Carousel%20-%20MFA.png\" class=\"hs-image-widget \" style=\"max-width: 100%; height: auto;\" alt=\"Carousel - MFA\" title=\"Carousel - MFA\">"
},
{
"src": "https://www.pixalate.com/hubfs/API_Animation_Header.gif",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://www.pixalate.com/hubfs/API_Animation_Header.gif\" class=\"hs-image-widget \" style=\"max-width: 100%; height: auto;\" alt=\"API_Animation_Header\" title=\"API_Animation_Header\">"
},
{
"src": "https://www.pixalate.com/hubfs/sti.png",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://www.pixalate.com/hubfs/sti.png\" class=\"hs-image-widget \" style=\"max-width: 100%; height: auto;\" alt=\"Seller Trust Index 2.0\" title=\"Seller Trust Index 2.0\">"
},
{
"src": "https://www.pixalate.com/hubfs/KYD%20Carousel.png",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://www.pixalate.com/hubfs/KYD%20Carousel.png\" class=\"hs-image-widget \" style=\"max-width: 100%; height: auto;\" alt=\"KYD Carousel\" title=\"KYD Carousel\">"
},
{
"src": "https://www.pixalate.com/hubfs/AdFraud%20IOC-DB.png",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://www.pixalate.com/hubfs/AdFraud%20IOC-DB.png\" class=\"hs-image-widget \" style=\"max-width: 100%; height: auto;\" alt=\"AdFraud IOC-DB\" title=\"AdFraud IOC-DB\">"
},
{
"src": "https://www.pixalate.com/hubfs/HP%20Carousel_UNICEF%20graphic.png",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://www.pixalate.com/hubfs/HP%20Carousel_UNICEF%20graphic.png\" class=\"hs-image-widget \" style=\"max-width: 100%; height: auto;\" alt=\"HP Carousel_UNICEF graphic\" title=\"HP Carousel_UNICEF graphic\">"
},
{
"src": "https://www.pixalate.com/hubfs/Carousel%20-%20CTV%20Bundle%20ID%20Mapping.png",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://www.pixalate.com/hubfs/Carousel%20-%20CTV%20Bundle%20ID%20Mapping.png\" class=\"hs-image-widget \" style=\"max-width: 100%; height: auto;\" alt=\"Carousel - CTV Bundle ID Mapping\" title=\"Carousel - CTV Bundle ID Mapping\">"
},
{
"src": "https://www.pixalate.com/hubfs/Carousel%20-%20MFA.png",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://www.pixalate.com/hubfs/Carousel%20-%20MFA.png\" class=\"hs-image-widget \" style=\"max-width: 100%; height: auto;\" alt=\"Carousel - MFA\" title=\"Carousel - MFA\">"
},
{
"src": "https://www.pixalate.com/hubfs/API_Animation_Header.gif",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://www.pixalate.com/hubfs/API_Animation_Header.gif\" class=\"hs-image-widget \" style=\"max-width: 100%; height: auto;\" alt=\"API_Animation_Header\" title=\"API_Animation_Header\">"
},
{
"src": "https://www.pixalate.com/hubfs/sti.png",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://www.pixalate.com/hubfs/sti.png\" class=\"hs-image-widget \" style=\"max-width: 100%; height: auto;\" alt=\"Seller Trust Index 2.0\" title=\"Seller Trust Index 2.0\">"
},
{
"src": "https://www.pixalate.com/hubfs/KYD%20Carousel.png",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://www.pixalate.com/hubfs/KYD%20Carousel.png\" class=\"hs-image-widget \" style=\"max-width: 100%; height: auto;\" alt=\"KYD Carousel\" title=\"KYD Carousel\">"
},
{
"src": "https://www.pixalate.com/hubfs/AdFraud%20IOC-DB.png",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://www.pixalate.com/hubfs/AdFraud%20IOC-DB.png\" class=\"hs-image-widget \" style=\"max-width: 100%; height: auto;\" alt=\"AdFraud IOC-DB\" title=\"AdFraud IOC-DB\">"
},
{
"src": "https://www.pixalate.com/hubfs/HP%20Carousel_UNICEF%20graphic.png",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://www.pixalate.com/hubfs/HP%20Carousel_UNICEF%20graphic.png\" class=\"hs-image-widget \" style=\"max-width: 100%; height: auto;\" alt=\"HP Carousel_UNICEF graphic\" title=\"HP Carousel_UNICEF graphic\">"
},
{
"src": "https://www.pixalate.com/hubfs/baidu.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://www.pixalate.com/hubfs/baidu.svg\" alt=\"baidu\" loading=\"lazy\">"
},
{
"src": "https://www.pixalate.com/hubfs/ByteDance_logo_English.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://www.pixalate.com/hubfs/ByteDance_logo_English.svg\" alt=\"Bytedance\" loading=\"lazy\">"
},
{
"src": "https://www.pixalate.com/hubfs/Digital%20Turbine%20Color.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://www.pixalate.com/hubfs/Digital%20Turbine%20Color.svg\" alt=\"Digital Turbine\" loading=\"lazy\">"
},
{
"src": "https://www.pixalate.com/hubfs/Equative.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://www.pixalate.com/hubfs/Equative.svg\" alt=\"Equative\" loading=\"lazy\">"
},
{
"src": "https://www.pixalate.com/hubfs/Kinesso.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://www.pixalate.com/hubfs/Kinesso.svg\" alt=\"Kinesso\" loading=\"lazy\">"
},
{
"src": "https://www.pixalate.com/hubfs/LinkedIn_Logo_0.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://www.pixalate.com/hubfs/LinkedIn_Logo_0.svg\" alt=\"LinkedIn\" loading=\"lazy\">"
},
{
"src": "https://www.pixalate.com/hubfs/Magna%20Global.png",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://www.pixalate.com/hubfs/Magna%20Global.png\" alt=\"Magna Global\" loading=\"lazy\">"
},
{
"src": "https://www.pixalate.com/hubfs/Mediavine-4.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://www.pixalate.com/hubfs/Mediavine-4.svg\" alt=\"Mediavine\" loading=\"lazy\">"
},
{
"src": "https://www.pixalate.com/hubfs/MiQ.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://www.pixalate.com/hubfs/MiQ.svg\" alt=\"MiQ\" loading=\"lazy\">"
},
{
"src": "https://www.pixalate.com/hubfs/OpenX.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://www.pixalate.com/hubfs/OpenX.svg\" alt=\"OpenX\" loading=\"lazy\">"
},
{
"src": "https://www.pixalate.com/hubfs/PubMatic.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://www.pixalate.com/hubfs/PubMatic.svg\" alt=\"PubMatic\" loading=\"lazy\">"
},
{
"src": "https://www.pixalate.com/hubfs/verve-logo-purple.jpeg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://www.pixalate.com/hubfs/verve-logo-purple.jpeg\" alt=\"Verve\" loading=\"lazy\">"
},
{
"src": "https://www.pixalate.com/hubfs/yahoo-2.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://www.pixalate.com/hubfs/yahoo-2.svg\" alt=\"Yahoo\" loading=\"lazy\">"
},
{
"src": "https://www.pixalate.com/hubfs/TOP%20100%20CONNECTED%20TV%20(CTV)%20BUNDLE%20IDs%20MAY%202026.jpg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://www.pixalate.com/hubfs/TOP%20100%20CONNECTED%20TV%20(CTV)%20BUNDLE%20IDs%20MAY%202026.jpg\" alt=\"Pixalate Releases Top 100 Connected TV (CTV) Bundle ID Rankings For Global Ad Spend in May 2026; ‘Hulu’ Bundle ID No. 1 on Roku, ‘Plex’ top-ranked on Apple TV, ‘LG Channels’ No. 1 on LG Smart TV\" loading=\"lazy\">"
},
{
"src": "https://www.pixalate.com/hubfs/FAST%20Apps%20Traffic%20Analysis%20Report%20-%20blog%20cover.png",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://www.pixalate.com/hubfs/FAST%20Apps%20Traffic%20Analysis%20Report%20-%20blog%20cover.png\" alt=\"Pixalate Releases Global Top 20 Most Popular Connected TV (CTV) Free Ad-Supported TV (FAST) Apps Reports for Q1 2026: ‘Tubi’ No. 1 on Roku, ‘Pluto TV’ Leads on Amazon Fire TV & Apple TV\" loading=\"lazy\">"
},
{
"src": "https://www.pixalate.com/hubfs/AdFraud%20Indicators%20Of%20Compromise%20(IOC)-Database%20for%20MFA%20Mobile%20Apps%20May%202026.jpg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://www.pixalate.com/hubfs/AdFraud%20Indicators%20Of%20Compromise%20(IOC)-Database%20for%20MFA%20Mobile%20Apps%20May%202026.jpg\" alt=\"Pixalate Releases AdFraud Indicators Of Compromise-Database: May 2026 Made-For-Advertising Mobile Apps Reports for Apple App Store & Google Play Store\" loading=\"lazy\">"
},
{
"src": "https://www.pixalate.com/hubfs/PIXALATE%E2%80%99S%20MAY%202026%20RECAP.jpg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://www.pixalate.com/hubfs/PIXALATE%E2%80%99S%20MAY%202026%20RECAP.jpg\" alt=\"Pixalate's May 2026 Recap: CTV Device Market Share, MFA Websites, CTV Ad Supply Chain Trends, and more\" loading=\"lazy\">"
},
{
"src": "https://www.pixalate.com/hubfs/AdFraud%20Indicators%20Of%20Compromise%20(IOC)-Database%20for%20IPv4%20%26%20IPv6%20Addresses%20May%202026.jpg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://www.pixalate.com/hubfs/AdFraud%20Indicators%20Of%20Compromise%20(IOC)-Database%20for%20IPv4%20%26%20IPv6%20Addresses%20May%202026.jpg\" alt=\"Pixalate Releases May 2026 AdFraud IPv4 and IPv6 Addresses Reports Based on Its Indicators Of Compromise-Database\" loading=\"lazy\">"
},
{
"src": "https://www.pixalate.com/hubfs/Blog%20Media/2025%20Covers%20and%20Images/CTV%20Ad%20Supply%20Chain%20Trends%20Report%20-%20Global%20landing%20page%20cover.png",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://www.pixalate.com/hubfs/Blog%20Media/2025%20Covers%20and%20Images/CTV%20Ad%20Supply%20Chain%20Trends%20Report%20-%20Global%20landing%20page%20cover.png\" alt=\"Pixalate’s Q1 2026 CTV Ad Supply Chain Trends Report: Roku Leads in North America (36% SOV) and LATAM (42%); global programmatic CTV ad spend at over $6B\" loading=\"lazy\">"
},
{
"src": "https://no-cache.hubspot.com/cta/default/2364596/1e80012d-2f2a-4e94-b519-bd5dc038d6d3.png",
"width": "",
"height": "",
"loading": "",
"html": "<img class=\"hs-cta-img\" id=\"hs-cta-img-1e80012d-2f2a-4e94-b519-bd5dc038d6d3\" style=\"border-width:0px;\" src=\"https://no-cache.hubspot.com/cta/default/2364596/1e80012d-2f2a-4e94-b519-bd5dc038d6d3.png\" alt=\"Learn More\">"
},
{
"src": "https://www.pixalate.com/hs-fs/hubfs/0914-amazon-na.png?width=1919&quality=low",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://www.pixalate.com/hs-fs/hubfs/0914-amazon-na.png?width=1919&quality=low\" class=\"hs-image-widget \" style=\"max-width: 100%; height: auto;\" alt=\"0914-amazon-na\" title=\"0914-amazon-na\">"
},
{
"src": "https://no-cache.hubspot.com/cta/default/2364596/4b7ed121-b259-4514-aacb-488657bbd45e.png",
"width": "",
"height": "",
"loading": "",
"html": "<img class=\"hs-cta-img\" id=\"hs-cta-img-4b7ed121-b259-4514-aacb-488657bbd45e\" style=\"border-width:0px;\" src=\"https://no-cache.hubspot.com/cta/default/2364596/4b7ed121-b259-4514-aacb-488657bbd45e.png\" alt=\"Learn More\">"
},
{
"src": "https://www.pixalate.com/hs-fs/hubfs/Insights.png?width=1000&name=Insights.png",
"width": "1000",
"height": "",
"loading": "",
"html": "<img src=\"https://www.pixalate.com/hs-fs/hubfs/Insights.png?width=1000&name=Insights.png\" class=\"hs-image-widget \" style=\"width:1000px;border-width:0px;border:0px;\" width=\"1000\" alt=\"Insights\" title=\"Insights\" srcset=\"https://www.pixalate.com/hs-fs/hubfs/Insights.png?width=500&name=Insights.png 500w, https://www.pixalate.com/hs-fs/hubfs/Insights.png?width=1000&name=Insights.png 1000w, https://www.pixalate.com/hs-fs/hubfs/Insights.png?width=1500&name=Insights.png 1500w, https:/..."
},
{
"src": "https://no-cache.hubspot.com/cta/default/2364596/6b9f6b8e-38c9-4cdb-858b-9410fa844747.png",
"width": "",
"height": "",
"loading": "",
"html": "<img class=\"hs-cta-img\" id=\"hs-cta-img-6b9f6b8e-38c9-4cdb-858b-9410fa844747\" style=\"border-width:0px;\" src=\"https://no-cache.hubspot.com/cta/default/2364596/6b9f6b8e-38c9-4cdb-858b-9410fa844747.png\" alt=\"Learn More\">"
},
{
"src": "https://www.pixalate.com/hs-fs/hubfs/Pix-Websites-spot.jpg?width=1000&name=Pix-Websites-spot.jpg",
"width": "1000",
"height": "",
"loading": "",
"html": "<img src=\"https://www.pixalate.com/hs-fs/hubfs/Pix-Websites-spot.jpg?width=1000&name=Pix-Websites-spot.jpg\" class=\"hs-image-widget \" style=\"width:1000px;border-width:0px;border:0px;\" width=\"1000\" alt=\"Pix-Websites-spot\" title=\"Pix-Websites-spot\" srcset=\"https://www.pixalate.com/hs-fs/hubfs/Pix-Websites-spot.jpg?width=500&name=Pix-Websites-spot.jpg 500w, https://www.pixalate.com/hs-fs/hubfs/Pix-Websites-spot.jpg?width=1000&name=Pix-Websites-spot.jpg 1000w, https://www.pixalate.com/..."
},
{
"src": "https://no-cache.hubspot.com/cta/default/2364596/c2f8a406-ce3f-4d59-9c18-3b3617c4fb1e.png",
"width": "",
"height": "",
"loading": "",
"html": "<img class=\"hs-cta-img\" id=\"hs-cta-img-c2f8a406-ce3f-4d59-9c18-3b3617c4fb1e\" style=\"border-width:0px;\" src=\"https://no-cache.hubspot.com/cta/default/2364596/c2f8a406-ce3f-4d59-9c18-3b3617c4fb1e.png\" alt=\"Learn More\">"
},
{
"src": "https://www.pixalate.com/hs-fs/hubfs/pixalte-product-Analytics.png?width=824&name=pixalte-product-Analytics.png",
"width": "824",
"height": "",
"loading": "",
"html": "<img src=\"https://www.pixalate.com/hs-fs/hubfs/pixalte-product-Analytics.png?width=824&name=pixalte-product-Analytics.png\" class=\"hs-image-widget \" style=\"width:824px;border-width:0px;border:0px;\" width=\"824\" alt=\"pixalte-product-Analytics\" title=\"pixalte-product-Analytics\" srcset=\"https://www.pixalate.com/hs-fs/hubfs/pixalte-product-Analytics.png?width=412&name=pixalte-product-Analytics.png 412w, https://www.pixalate.com/hs-fs/hubfs/pixalte-product-Analytics.png?width=824&name=pi..."
},
{
"src": "https://no-cache.hubspot.com/cta/default/2364596/357072ac-9278-4250-857f-79a31bedb633.png",
"width": "",
"height": "",
"loading": "",
"html": "<img class=\"hs-cta-img\" id=\"hs-cta-img-357072ac-9278-4250-857f-79a31bedb633\" style=\"border-width:0px;\" src=\"https://no-cache.hubspot.com/cta/default/2364596/357072ac-9278-4250-857f-79a31bedb633.png\" alt=\"Learn More\">"
},
{
"src": "https://www.pixalate.com/hs-fs/hubfs/pixalte-product-Blocking.png?width=824&name=pixalte-product-Blocking.png",
"width": "824",
"height": "",
"loading": "",
"html": "<img src=\"https://www.pixalate.com/hs-fs/hubfs/pixalte-product-Blocking.png?width=824&name=pixalte-product-Blocking.png\" class=\"hs-image-widget \" style=\"width:824px;border-width:0px;border:0px;\" width=\"824\" alt=\"pixalte-product-Blocking\" title=\"pixalte-product-Blocking\" srcset=\"https://www.pixalate.com/hs-fs/hubfs/pixalte-product-Blocking.png?width=412&name=pixalte-product-Blocking.png 412w, https://www.pixalate.com/hs-fs/hubfs/pixalte-product-Blocking.png?width=824&name=pixalte-p..."
},
{
"src": "https://no-cache.hubspot.com/cta/default/2364596/4b7ed121-b259-4514-aacb-488657bbd45e.png",
"width": "",
"height": "",
"loading": "",
"html": "<img class=\"hs-cta-img\" id=\"hs-cta-img-4b7ed121-b259-4514-aacb-488657bbd45e\" style=\"border-width:0px;\" src=\"https://no-cache.hubspot.com/cta/default/2364596/4b7ed121-b259-4514-aacb-488657bbd45e.png\" alt=\"Learn More\">"
},
{
"src": "https://cdn2.hubspot.net/hub/273774/hubfs/mp/themes/Act-Theme/images/act-theme-easily-customizable2_optimized.png?width=450&name=act-theme-easily-customizable2_optimized.png",
"width": "450",
"height": "",
"loading": "",
"html": "<img src=\"https://cdn2.hubspot.net/hub/273774/hubfs/mp/themes/Act-Theme/images/act-theme-easily-customizable2_optimized.png?width=450&name=act-theme-easily-customizable2_optimized.png\" class=\"hs-image-widget \" style=\"width:450px;border-width:0px;border:0px;\" width=\"450\" alt title srcset=\"https://cdn2.hubspot.net/hub/273774/hubfs/mp/themes/Act-Theme/images/act-theme-easily-customizable2_optimized.png?width=225&name=act-theme-easily-customizable2_optimized.png 225w, https://cdn2.hubspot..."
},
{
"src": "https://www.pixalate.com/hs-fs/hubfs/slack-imgs.png?width=100&name=slack-imgs.png",
"width": "100",
"height": "",
"loading": "",
"html": "<img src=\"https://www.pixalate.com/hs-fs/hubfs/slack-imgs.png?width=100&name=slack-imgs.png\" class=\"hs-image-widget \" style=\"width:100px;border-width:0px;border:0px;\" width=\"100\" alt=\"slack-imgs\" title=\"slack-imgs\" srcset=\"https://www.pixalate.com/hs-fs/hubfs/slack-imgs.png?width=50&name=slack-imgs.png 50w, https://www.pixalate.com/hs-fs/hubfs/slack-imgs.png?width=100&name=slack-imgs.png 100w, https://www.pixalate.com/hs-fs/hubfs/slack-imgs.png?width=150&name=slack-imgs.png 15..."
},
{
"src": "https://www.pixalate.com/hubfs/ByteDance_logo_English.svg",
"width": "145",
"height": "",
"loading": "",
"html": "<img src=\"https://www.pixalate.com/hubfs/ByteDance_logo_English.svg\" class=\"hs-image-widget \" style=\"width:145px;border-width:0px;border:0px;\" width=\"145\" alt=\"ByteDance_logo_English\" title=\"ByteDance_logo_English\">"
},
{
"src": "https://www.pixalate.com/hs-fs/hubfs/Landing_Page_Media/PubMatic_Logo.png?width=133&name=PubMatic_Logo.png",
"width": "133",
"height": "",
"loading": "disabled",
"html": "<img src=\"https://www.pixalate.com/hs-fs/hubfs/Landing_Page_Media/PubMatic_Logo.png?width=133&name=PubMatic_Logo.png\" class=\"hs-image-widget \" style=\"width:133px;border-width:0px;border:0px;\" width=\"133\" alt=\"PubMatic_Logo\" title=\"PubMatic_Logo\" loading=\"disabled\" srcset=\"https://www.pixalate.com/hs-fs/hubfs/Landing_Page_Media/PubMatic_Logo.png?width=67&name=PubMatic_Logo.png 67w, https://www.pixalate.com/hs-fs/hubfs/Landing_Page_Media/PubMatic_Logo.png?width=133&name=PubMatic_Log..."
},
{
"src": "https://www.pixalate.com/hubfs/OpenX.svg",
"width": "79",
"height": "",
"loading": "",
"html": "<img src=\"https://www.pixalate.com/hubfs/OpenX.svg\" class=\"hs-image-widget \" style=\"width:79px;border-width:0px;border:0px;\" width=\"79\" alt=\"OpenX\" title=\"OpenX\">"
},
{
"src": "https://www.pixalate.com/hs-fs/hubfs/Landing_Page_Media/co-marketing/logos/Linkedin-Logo-2011%E2%80%932019.png?width=100&name=Linkedin-Logo-2011%E2%80%932019.png",
"width": "100",
"height": "",
"loading": "",
"html": "<img src=\"https://www.pixalate.com/hs-fs/hubfs/Landing_Page_Media/co-marketing/logos/Linkedin-Logo-2011%E2%80%932019.png?width=100&name=Linkedin-Logo-2011%E2%80%932019.png\" class=\"hs-image-widget \" style=\"width:100px;border-width:0px;border:0px;\" width=\"100\" alt=\"LinkedIn\" title=\"LinkedIn\" srcset=\"https://www.pixalate.com/hs-fs/hubfs/Landing_Page_Media/co-marketing/logos/Linkedin-Logo-2011%E2%80%932019.png?width=50&name=Linkedin-Logo-2011%E2%80%932019.png 50w, https://www.pixalate.com..."
},
{
"src": "https://www.pixalate.com/hs-fs/hubfs/Landing_Page_Media/co-marketing/logos/DCCC_Logo-RGB-1.png?width=100&name=DCCC_Logo-RGB-1.png",
"width": "100",
"height": "",
"loading": "",
"html": "<img src=\"https://www.pixalate.com/hs-fs/hubfs/Landing_Page_Media/co-marketing/logos/DCCC_Logo-RGB-1.png?width=100&name=DCCC_Logo-RGB-1.png\" class=\"hs-image-widget \" style=\"width:100px;border-width:0px;border:0px;\" width=\"100\" alt=\"DCCC\" title=\"DCCC\" srcset=\"https://www.pixalate.com/hs-fs/hubfs/Landing_Page_Media/co-marketing/logos/DCCC_Logo-RGB-1.png?width=50&name=DCCC_Logo-RGB-1.png 50w, https://www.pixalate.com/hs-fs/hubfs/Landing_Page_Media/co-marketing/logos/DCCC_Logo-RGB-1.png?w..."
},
{
"src": "https://www.pixalate.com/hs-fs/hubfs/2018NewTemplate/pixalate-logo-red-small.png?width=208&name=pixalate-logo-red-small.png",
"width": "208",
"height": "",
"loading": "",
"html": "<img src=\"https://www.pixalate.com/hs-fs/hubfs/2018NewTemplate/pixalate-logo-red-small.png?width=208&name=pixalate-logo-red-small.png\" class=\"hs-image-widget \" style=\"width:208px;border-width:0px;border:0px;\" width=\"208\" alt=\"pixalate-logo-red-small\" title=\"pixalate-logo-red-small\" srcset=\"https://www.pixalate.com/hs-fs/hubfs/2018NewTemplate/pixalate-logo-red-small.png?width=104&name=pixalate-logo-red-small.png 104w, https://www.pixalate.com/hs-fs/hubfs/2018NewTemplate/pixalate-logo-r..."
},
{
"src": "https://www.pixalate.com/hubfs/footer/icons/facebook.png",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://www.pixalate.com/hubfs/footer/icons/facebook.png\" alt=\"facebook\">"
},
{
"src": "https://www.pixalate.com/hubfs/footer/icons/twitter-x.png",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://www.pixalate.com/hubfs/footer/icons/twitter-x.png\" alt=\"x\">"
},
{
"src": "https://www.pixalate.com/hubfs/footer/icons/linkedin.png",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://www.pixalate.com/hubfs/footer/icons/linkedin.png\" alt=\"linkedin\">"
},
{
"src": "https://www.pixalate.com/hubfs/footer/icons/wechat.png",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://www.pixalate.com/hubfs/footer/icons/wechat.png\" alt=\"wechat\">"
},
{
"src": "https://www.pixalate.com/hubfs/footer/icons/slack.png",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://www.pixalate.com/hubfs/footer/icons/slack.png\" alt=\"slack\">"
},
{
"src": "https://cdn.bizible.com/ipv?_biz_r=&_biz_h=-417244810&_biz_u=4eafd27256044dc18ae615b33e641da9&_biz_l=https%3A%2F%2Fwww.pixalate.com%2F&_biz_t=1781265560813&_biz_i=Pixalate%20-%20Ad%20Fraud%20Protection%2C%20Privacy%2C%20and%20Compliance%20Platform%20(CTV)&_biz_n=0&rnd=319188&cdn_o=a&_biz_z=1781265564099",
"width": "",
"height": "",
"loading": "",
"html": "<img alt src=\"https://cdn.bizible.com/ipv?_biz_r=&_biz_h=-417244810&_biz_u=4eafd27256044dc18ae615b33e641da9&_biz_l=https%3A%2F%2Fwww.pixalate.com%2F&_biz_t=1781265560813&_biz_i=Pixalate%20-%20Ad%20Fraud%20Protection%2C%20Privacy%2C%20and%20Compliance%20Platform%20(CTV)&_biz_n=0&rnd=319188&cdn_o=a&_biz_z=1781265564099\" style=\"display: none;\">"
},
{
"src": "https://cdn.bizibly.com/u?_biz_u=4eafd27256044dc18ae615b33e641da9&_biz_l=https%3A%2F%2Fwww.pixalate.com%2F&_biz_t=1781265564125&_biz_i=Pixalate%20-%20Ad%20Fraud%20Protection%2C%20Privacy%2C%20and%20Compliance%20Platform%20(CTV)&rnd=597056&cdn_o=a&_biz_z=1781265564125",
"width": "",
"height": "",
"loading": "",
"html": "<img alt src=\"https://cdn.bizibly.com/u?_biz_u=4eafd27256044dc18ae615b33e641da9&_biz_l=https%3A%2F%2Fwww.pixalate.com%2F&_biz_t=1781265564125&_biz_i=Pixalate%20-%20Ad%20Fraud%20Protection%2C%20Privacy%2C%20and%20Compliance%20Platform%20(CTV)&rnd=597056&cdn_o=a&_biz_z=1781265564125\" style=\"display: none;\">"
},
{
"src": "https://www.pixalate.com/hubfs/Blog_V2_08_26_2016/logo/Pixalate_Logo_WHITE.png",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://www.pixalate.com/hubfs/Blog_V2_08_26_2016/logo/Pixalate_Logo_WHITE.png\" alt=\"pixalate-logo-white\">"
},
{
"src": "https://www.pixalate.com/hubfs/Blog_V2_08_26_2016/logo/Pixalate_Logo_WHITE.png",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://www.pixalate.com/hubfs/Blog_V2_08_26_2016/logo/Pixalate_Logo_WHITE.png\" alt=\"pixalate-logo-white\">"
}
],
"possibleDialogs": [
"<div id=\"subscribeDialog\" class=\"modal-overlay\" aria-hidden=\"true\"> <div class=\"modal-container\"> <button class=\"modal-close-btn\" aria-label=\"Close\">×</button> <div class=\"detail-dialog-title\"> <h2>Subscribe to the Pixalate Blog</h2> <div class=\"subheading\">The first step in ad fraud prevention.</div> </div> <div class=\"detail-dialog-form\"> <div id=\"subscribeDialogForm\">Loading...</div> </div> <div class=\"subscribe-notice-text invisible\"> By entering your email address and clicking Submi...",
"<div class=\"modal-container\"> <button class=\"modal-close-btn\" aria-label=\"Close\">×</button> <div class=\"detail-dialog-title\"> <h2>Subscribe to the Pixalate Blog</h2> <div class=\"subheading\">The first step in ad fraud prevention.</div> </div> <div class=\"detail-dialog-form\"> <div id=\"subscribeDialogForm\">Loading...</div> </div> <div class=\"subscribe-notice-text invisible\"> By entering your email address and clicking Submit, you are agreeing to our <a href=\"//www.pixalate.com/terms?hsLang=...",
"<button class=\"modal-close-btn\" aria-label=\"Close\">×</button>",
"<div class=\"detail-dialog-title\"> <h2>Subscribe to the Pixalate Blog</h2> <div class=\"subheading\">The first step in ad fraud prevention.</div> </div>",
"<div class=\"detail-dialog-form\"> <div id=\"subscribeDialogForm\">Loading...</div> </div>",
"<div id=\"subscribeDialogForm\">Loading...</div>",
"<div tabindex=\"-1\" role=\"dialog\" class=\"ui-dialog ui-corner-all ui-widget ui-widget-content ui-front ui-draggable ui-resizable\" aria-describedby=\"contactUsDialog\" style=\"display: none; position: fixed;\" aria-labelledby=\"ui-id-1\"><div class=\"ui-dialog-titlebar ui-corner-all ui-widget-header ui-helper-clearfix ui-draggable-handle\"><span id=\"ui-id-1\" class=\"ui-dialog-title\"> </span><button type=\"button\" class=\"ui-button ui-corner-all ui-widget ui-button-icon-only ui-dialog-titlebar-close\" t...",
"<div class=\"ui-dialog-titlebar ui-corner-all ui-widget-header ui-helper-clearfix ui-draggable-handle\"><span id=\"ui-id-1\" class=\"ui-dialog-title\"> </span><button type=\"button\" class=\"ui-button ui-corner-all ui-widget ui-button-icon-only ui-dialog-titlebar-close\" title=\"X\"><span class=\"ui-button-icon ui-icon ui-icon-closethick\"></span><span class=\"ui-button-icon-space\"> </span>X</button></div>",
"<span id=\"ui-id-1\" class=\"ui-dialog-title\"> </span>",
"<button type=\"button\" class=\"ui-button ui-corner-all ui-widget ui-button-icon-only ui-dialog-titlebar-close\" title=\"X\"><span class=\"ui-button-icon ui-icon ui-icon-closethick\"></span><span class=\"ui-button-icon-space\"> </span>X</button>",
"<div id=\"contactUsDialog\" class=\"ui-dialog-content ui-widget-content\"> <img src=\"https://www.pixalate.com/hubfs/Blog_V2_08_26_2016/logo/Pixalate_Logo_WHITE.png\" alt=\"pixalate-logo-white\"> <h5>Contact Us12</h5> <div id=\"contactUsDialogForm\">Loading...</div> </div>",
"<div id=\"contactUsDialogForm\">Loading...</div>",
"<div tabindex=\"-1\" role=\"dialog\" class=\"ui-dialog ui-corner-all ui-widget ui-widget-content ui-front ui-draggable ui-resizable\" aria-describedby=\"downloadGstiDialog\" style=\"display: none; position: fixed;\" aria-labelledby=\"ui-id-2\"><div class=\"ui-dialog-titlebar ui-corner-all ui-widget-header ui-helper-clearfix ui-draggable-handle\"><span id=\"ui-id-2\" class=\"ui-dialog-title\"> </span><button type=\"button\" class=\"ui-button ui-corner-all ui-widget ui-button-icon-only ui-dialog-titlebar-close...",
"<div class=\"ui-dialog-titlebar ui-corner-all ui-widget-header ui-helper-clearfix ui-draggable-handle\"><span id=\"ui-id-2\" class=\"ui-dialog-title\"> </span><button type=\"button\" class=\"ui-button ui-corner-all ui-widget ui-button-icon-only ui-dialog-titlebar-close\" title=\"X\"><span class=\"ui-button-icon ui-icon ui-icon-closethick\"></span><span class=\"ui-button-icon-space\"> </span>X</button></div>",
"<span id=\"ui-id-2\" class=\"ui-dialog-title\"> </span>",
"<button type=\"button\" class=\"ui-button ui-corner-all ui-widget ui-button-icon-only ui-dialog-titlebar-close\" title=\"X\"><span class=\"ui-button-icon ui-icon ui-icon-closethick\"></span><span class=\"ui-button-icon-space\"> </span>X</button>",
"<div id=\"downloadGstiDialog\" class=\"ui-dialog-content ui-widget-content\"> <img src=\"https://www.pixalate.com/hubfs/Blog_V2_08_26_2016/logo/Pixalate_Logo_WHITE.png\" alt=\"pixalate-logo-white\"> <h5>Download GSTI</h5> <div id=\"downloadGstiForm\">Loading...</div> </div>",
"<div tabindex=\"-1\" role=\"dialog\" aria-modal=\"true\" class=\"ui-dialog ui-corner-all ui-widget ui-widget-content ui-front ui-draggable ui-resizable\" aria-describedby=\"scheduleDemoDialog\" style=\"display: none; position: fixed;\" aria-labelledby=\"ui-id-3\"><div class=\"ui-dialog-titlebar ui-corner-all ui-widget-header ui-helper-clearfix ui-draggable-handle\"><span id=\"ui-id-3\" class=\"ui-dialog-title\"> </span><button type=\"button\" class=\"ui-button ui-corner-all ui-widget ui-button-icon-only ui-dia...",
"<div class=\"ui-dialog-titlebar ui-corner-all ui-widget-header ui-helper-clearfix ui-draggable-handle\"><span id=\"ui-id-3\" class=\"ui-dialog-title\"> </span><button type=\"button\" class=\"ui-button ui-corner-all ui-widget ui-button-icon-only ui-dialog-titlebar-close\" title=\"X\"><span class=\"ui-button-icon ui-icon ui-icon-closethick\"></span><span class=\"ui-button-icon-space\"> </span>X</button></div>",
"<span id=\"ui-id-3\" class=\"ui-dialog-title\"> </span>",
"<button type=\"button\" class=\"ui-button ui-corner-all ui-widget ui-button-icon-only ui-dialog-titlebar-close\" title=\"X\"><span class=\"ui-button-icon ui-icon ui-icon-closethick\"></span><span class=\"ui-button-icon-space\"> </span>X</button>",
"<div id=\"scheduleDemoDialog\" class=\"ui-dialog-content ui-widget-content\"> <div class=\"detail-dialog-title\">Schedule your demo today</div> <div class=\"complete-label invisible\">Please complete all fields</div> <div class=\"detail-dialog-form\"> <div id=\"scheduleDemoForm\">Loading...</div> </div> <div class=\"subscribe-notice-text invisible\">By entering your email address and clicking Submit, you are agreeing to our <a href=\"//www.pixalate.com/terms?hsLang=en\">Terms of Use</a> and <a href=\"//www.pi...",
"<div class=\"detail-dialog-title\">Schedule your demo today</div>",
"<div class=\"detail-dialog-form\"> <div id=\"scheduleDemoForm\">Loading...</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
28 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": 33,
"passing": 5,
"failing": [
{
"heading": "UNICEF Recognizes Pixalate's COPPA Compliance tech as “Key Innovation” in Protecting Children’s Online Privacy",
"headingHtml": "<h3><a href=\"https://www.pixalate.com/supply-chain-object-verification-and-validation?hsLang=en\"></a><a href=\"/blog/united-nations-childrens-fund-unicef-recognizes-pixalate-as-a-key-innovator-in-protecting-childrens-online-privacy?hsLang=en\" rel=\"noopener\"><span style=\"color: #c60e17;\">UNICEF</span> Recognizes <span style=\"color: #c60e17;\">Pixalate's COPPA Compliance tech </span>as “Key Innovation” in <span style=\"color: #9f1d21;\"><span style=\"color: #c60e17;\">Protecti...",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "CTV Bundle ID → App Store ID Mapping",
"headingHtml": "<h3 style=\"font-family: 'Proxima Nova'; font-size: 45px; font-style: normal; line-height: normal; letter-spacing: 0;\">CTV Bundle ID → <span style=\"color: #d12727;\">App Store ID Mapping</span></h3>",
"firstParagraph": "Real-time authentication of CTV Bundle IDs in programmatic bid requests",
"paragraphHtml": "<p style=\"font-family: 'Proxima Nova'; font-size: 22px; font-style: normal; font-weight: 500; line-height: 32px; color: #3e3e3e;\">Real-time authentication of CTV Bundle IDs in programmatic bid requests</p>",
"words": 10,
"direct": false,
"issue": "First paragraph is 10 words and does not look like a concise direct answer."
},
{
"heading": "Detect & Reject Made for Advertising (MFA)",
"headingHtml": "<h3 style=\"font-family: 'Proxima Nova'; font-size: 45px; font-style: normal; line-height: normal; letter-spacing: 0;\">Detect & Reject <span style=\"color: #d12727;\">Made for Advertising (MFA)</span></h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Reduce Clawbacks.Fight Ad Fraud",
"headingHtml": "<h3>Reduce Clawbacks.<br>Fight Ad Fraud</h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Seller Trust Index 2.0",
"headingHtml": "<h3 style=\"font-family: 'Proxima Nova'; font-size: 45px; font-style: normal; line-height: 1; letter-spacing: 0px; color: #d12727;\">Seller Trust <span style=\"color: #000;\">Index 2.0</span></h3>",
"firstParagraph": "Ad Industry’s First Independent SSP Ranking on Arbitrage vs. Publisher Direct",
"paragraphHtml": "<p style=\"font-family: 'Proxima Nova'; font-size: 21px; font-style: normal; font-weight: 500; line-height: 32px; color: #3e3e3e;\">Ad Industry’s First Independent SSP Ranking on Arbitrage vs. Publisher Direct</p>",
"words": 12,
"direct": false,
"issue": "First paragraph is 12 words and does not look like a concise direct answer."
},
{
"heading": "Know Your Developer™",
"headingHtml": "<h3 style=\"font-family: 'Proxima Nova'; font-size: 45px; font-style: normal; line-height: 1; letter-spacing: 0px; color: #d12727;\"><span style=\"color: #000;\"><img src=\"https://www.pixalate.com/hs-fs/hubfs/High%20Risk.png?width=70&height=42&name=High%20Risk.png\" width=\"70\" height=\"42\" loading=\"lazy\" alt=\"High Risk\" style=\"height: auto; max-width: 100%; width: 70px; margin: 0px 10px 0px 0px; float: left;\" srcset=\"https://www.pixalate.com/hs-fs/hubfs/High%20Risk.png?width=35&am...",
"firstParagraph": "App Developer Online Child Safety Checks for Parents & Teachers",
"paragraphHtml": "<p style=\"font-family: 'Proxima Nova'; font-size: 21px; font-style: normal; font-weight: 500; line-height: 32px; color: #3e3e3e;\">App Developer Online Child Safety Checks for Parents & Teachers</p>",
"words": 9,
"direct": false,
"issue": "First paragraph is 9 words and does not look like a concise direct answer."
},
{
"heading": "UNICEF Recognizes Pixalate's COPPA Compliance tech as “Key Innovation” in Protecting Children’s Online Privacy",
"headingHtml": "<h3><a href=\"https://www.pixalate.com/supply-chain-object-verification-and-validation?hsLang=en\"></a><a href=\"/blog/united-nations-childrens-fund-unicef-recognizes-pixalate-as-a-key-innovator-in-protecting-childrens-online-privacy?hsLang=en\" rel=\"noopener\"><span style=\"color: #c60e17;\">UNICEF</span> Recognizes <span style=\"color: #c60e17;\">Pixalate's COPPA Compliance tech </span>as “Key Innovation” in <span style=\"color: #9f1d21;\"><span style=\"color: #c60e17;\">Protecti...",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "CTV Bundle ID → App Store ID Mapping",
"headingHtml": "<h3 style=\"font-family: 'Proxima Nova'; font-size: 45px; font-style: normal; line-height: normal; letter-spacing: 0;\">CTV Bundle ID → <span style=\"color: #d12727;\">App Store ID Mapping</span></h3>",
"firstParagraph": "Real-time authentication of CTV Bundle IDs in programmatic bid requests",
"paragraphHtml": "<p style=\"font-family: 'Proxima Nova'; font-size: 22px; font-style: normal; font-weight: 500; line-height: 32px; color: #3e3e3e;\">Real-time authentication of CTV Bundle IDs in programmatic bid requests</p>",
"words": 10,
"direct": false,
"issue": "First paragraph is 10 words and does not look like a concise direct answer."
},
{
"heading": "Detect & Reject Made for Advertising (MFA)",
"headingHtml": "<h3 style=\"font-family: 'Proxima Nova'; font-size: 45px; font-style: normal; line-height: normal; letter-spacing: 0;\">Detect & Reject <span style=\"color: #d12727;\">Made for Advertising (MFA)</span></h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Reduce Clawbacks.Fight Ad Fraud",
"headingHtml": "<h3>Reduce Clawbacks.<br>Fight Ad Fraud</h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Seller Trust Index 2.0",
"headingHtml": "<h3 style=\"font-family: 'Proxima Nova'; font-size: 45px; font-style: normal; line-height: 1; letter-spacing: 0px; color: #d12727;\">Seller Trust <span style=\"color: #000;\">Index 2.0</span></h3>",
"firstParagraph": "Ad Industry’s First Independent SSP Ranking on Arbitrage vs. Publisher Direct",
"paragraphHtml": "<p style=\"font-family: 'Proxima Nova'; font-size: 21px; font-style: normal; font-weight: 500; line-height: 32px; color: #3e3e3e;\">Ad Industry’s First Independent SSP Ranking on Arbitrage vs. Publisher Direct</p>",
"words": 12,
"direct": false,
"issue": "First paragraph is 12 words and does not look like a concise direct answer."
},
{
"heading": "Know Your Developer™",
"headingHtml": "<h3 style=\"font-family: 'Proxima Nova'; font-size: 45px; font-style: normal; line-height: 1; letter-spacing: 0px; color: #d12727;\"><span style=\"color: #000;\"><img src=\"https://www.pixalate.com/hs-fs/hubfs/High%20Risk.png?width=70&height=42&name=High%20Risk.png\" width=\"70\" height=\"42\" loading=\"lazy\" alt=\"High Risk\" style=\"height: auto; max-width: 100%; width: 70px; margin: 0px 10px 0px 0px; float: left;\" srcset=\"https://www.pixalate.com/hs-fs/hubfs/High%20Risk.png?width=35&am...",
"firstParagraph": "App Developer Online Child Safety Checks for Parents & Teachers",
"paragraphHtml": "<p style=\"font-family: 'Proxima Nova'; font-size: 21px; font-style: normal; font-weight: 500; line-height: 32px; color: #3e3e3e;\">App Developer Online Child Safety Checks for Parents & Teachers</p>",
"words": 9,
"direct": false,
"issue": "First paragraph is 9 words and does not look like a concise direct answer."
},
{
"heading": "Our Customers",
"headingHtml": "<h2>Our Customers</h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Featured Updates",
"headingHtml": "<h2 class=\"pxl-title\"> Featured Updates </h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Pixalate Releases Top 100 Connected TV (CTV) Bundle ID Rankings For Global Ad Spend in May 2026; ‘Hulu’ Bundle ID No. 1 on Roku, ‘Plex’ top-ranked on Apple TV, ‘LG Channels’ No. 1 on LG Smart TV",
"headingHtml": "<h3 class=\"pxl-name\"> <a href=\"https://www.pixalate.com/blog/top-100-connected-tv-ctv-bundle-ids-in-may-2026?hsLang=en\">Pixalate Releases Top 100 Connected TV (CTV) Bundle ID Rankings For Global Ad Spend in May 2026; ‘Hulu’ Bundle ID No. 1 on Roku, ‘Plex’ top-ranked on Apple TV, ‘LG Channels’ No. 1 on LG Smart TV</a> </h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Pixalate Releases Global Top 20 Most Popular Connected TV (CTV) Free Ad-Supported TV (FAST) Apps Reports for Q1 2026: ‘Tubi’ No. 1 on Roku, ‘Pluto TV’ Leads on Amazon Fire TV & Apple TV",
"headingHtml": "<h3 class=\"pxl-name\"> <a href=\"https://www.pixalate.com/blog/pixalates-q1-2026-global-top-20-most-popular-connected-tv-ctv-free-ad-supported-tv-fast-apps-reports?hsLang=en\">Pixalate Releases Global Top 20 Most Popular Connected TV (CTV) Free Ad-Supported TV (FAST) Apps Reports for Q1 2026: ‘Tubi’ No. 1 on Roku, ‘Pluto TV’ Leads on Amazon Fire TV & Apple TV</a> </h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Pixalate Releases AdFraud Indicators Of Compromise-Database: May 2026 Made-For-Advertising Mobile Apps Reports for Apple App Store & Google Play Store",
"headingHtml": "<h3 class=\"pxl-name\"> <a href=\"https://www.pixalate.com/blog/pixalate-releases-adfraud-indicators-of-compromise-database-may-2026-made-for-advertising-mobile-apps-reports?hsLang=en\">Pixalate Releases AdFraud Indicators Of Compromise-Database: May 2026 Made-For-Advertising Mobile Apps Reports for Apple App Store & Google Play Store</a> </h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Pixalate's May 2026 Recap: CTV Device Market Share, MFA Websites, CTV Ad Supply Chain Trends, and more",
"headingHtml": "<h3 class=\"pxl-name\"> <a href=\"https://www.pixalate.com/blog/pixalates-may-2026-recap-ctv-device-market-share-mfa-websites-ctv-ad-supply-chain-trends-and-more?hsLang=en\">Pixalate's May 2026 Recap: CTV Device Market Share, MFA Websites, CTV Ad Supply Chain Trends, and more</a> </h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Pixalate Releases May 2026 AdFraud IPv4 and IPv6 Addresses Reports Based on Its Indicators Of Compromise-Database",
"headingHtml": "<h3 class=\"pxl-name\"> <a href=\"https://www.pixalate.com/blog/pixalate-releases-may-2026-adfraud-ipv4-and-ipv6-addresses-reports?hsLang=en\">Pixalate Releases May 2026 AdFraud IPv4 and IPv6 Addresses Reports Based on Its Indicators Of Compromise-Database</a> </h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Pixalate’s Q1 2026 CTV Ad Supply Chain Trends Report: Roku Leads in North America (36% SOV) and LATAM (42%); global programmatic CTV ad spend at over $6B",
"headingHtml": "<h3 class=\"pxl-name\"> <a href=\"https://www.pixalate.com/blog/q1-2026-ctv-ad-supply-chain-trends-report?hsLang=en\">Pixalate’s Q1 2026 CTV Ad Supply Chain Trends Report: Roku Leads in North America (36% SOV) and LATAM (42%); global programmatic CTV ad spend at over $6B</a> </h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Recent Blog Posts",
"headingHtml": "<h3>Recent Blog Posts</h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Pixalate Top 100TM Indexes",
"headingHtml": "<h2>Pixalate Top 100<sup>TM</sup> Indexes</h2>",
"firstParagraph": "Pixalate's Publisher Trust Indexes provide 200+ unique Pixalate Top 100™ rankings for Connected TV (CTV) and Mobile apps based on Pixalate’s analysis of over 5 million apps and 35+ app categories across the Google, Apple, Roku, and Amazon app stores.",
"paragraphHtml": "<p><span>Pixalate's Publisher Trust Indexes provide 200+ unique Pixalate Top 100™ rankings for Connected TV (CTV) and Mobile apps based on Pixalate’s analysis of over 5 million apps and 35+ app categories across the Google, Apple, Roku, and Amazon app stores.</span></p>",
"words": 41,
"direct": false,
"issue": "First paragraph is 41 words and does not look like a concise direct answer."
},
{
"heading": "Discovery",
"headingHtml": "<h2>Discovery</h2>",
"firstParagraph": "Our Media Ratings Terminal Discovery tool sheds light on millions of web properties, analyzing 2 Trillion data points a month across Connected TV (CTV), Mobile Apps, and Websites, providing privacy, compliance, risk, app details, traffic, brand safety, and more to bring transparency, quality, and trust to the open web.",
"paragraphHtml": "<p><span>Our Media Ratings Terminal Discovery tool sheds light on millions of web properties, analyzing 2 Trillion data points a month across Connected TV (CTV), Mobile Apps, and Websites, providing privacy, compliance, risk, app details, traffic, brand safety, and more to bring transparency, quality, and trust to the open web.</span></p>",
"words": 49,
"direct": false,
"issue": "First paragraph is 49 words and does not look like a concise direct answer."
},
{
"heading": "Programmatic Analytics",
"headingHtml": "<h2><strong>Programmatic</strong> Analytics</h2>",
"firstParagraph": "Pixalate’s Analytics enables you to transact confidently using a scaled, omnichannel platform for fraud, brand safety, and display viewability. We monitor over 5+ million apps, 80 million domains, and 300+ million OTT devices - detecting over 35 types of invalid traffic (IVT) across Connected TV (CTV), Mobile Apps,...",
"paragraphHtml": "<p><span>Pixalate’s Analytics enables you to transact confidently using a scaled, omnichannel platform for fraud, brand safety, and display viewability. We monitor over 5+ million apps, 80 million domains, and 300+ million OTT devices - detecting over 35 types of invalid traffic (IVT) across Connected TV (CTV), Mobile Apps, and Websites - to give you the industry’s only complete coverage platform.</span></p>",
"words": 60,
"direct": false,
"issue": "First paragraph is 60 words and does not look like a concise direct answer."
},
{
"heading": "Custom Colors and Fonts",
"headingHtml": "<h2>Custom Colors and Fonts</h2>",
"firstParagraph": "Match your brand style with custom colors, fonts, and many other cool settings that will make your website look amazingly beautiful and unique.",
"paragraphHtml": "<p>Match your brand style with custom colors, fonts, and many other cool settings that will make your website look amazingly beautiful and unique.</p>",
"words": 23,
"direct": false,
"issue": "First paragraph is 23 words and does not look like a concise direct answer."
},
{
"heading": "Customers",
"headingHtml": "<h2>Customers</h2>",
"firstParagraph": "We love our customers and are proud to partner with leaders across programmatic advertising.",
"paragraphHtml": "<p><span>We love our customers and are proud to partner with leaders across programmatic advertising.</span></p>",
"words": 14,
"direct": false,
"issue": "First paragraph is 14 words and does not look like a concise direct answer."
},
{
"heading": "Analysis at Scale",
"headingHtml": "<h2 class=\"pxl-heading\">Analysis at Scale <span class=\"pxl-underline\"></span> </h2>",
"firstParagraph": "Products",
"paragraphHtml": "<p class=\"title\">Products</p>",
"words": 1,
"direct": false,
"issue": "First paragraph is 1 words and does not look like a concise direct answer."
},
{
"heading": "Subscribe to the Pixalate Blog",
"headingHtml": "<h2>Subscribe to the Pixalate Blog</h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
}
],
"score": 65,
"weight": 8
}GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AEO: Answer intent coverage
AEO: Answer intent coverage scored 70/100 and needs improvement.
1 Warning
GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AEO: Answer intent coverage
AEO: Answer intent coverage scored 70/100 and needs improvement.
Needs attention
AEO: Answer intent coverage
Issue
Missing likely AI Overview intent sections: what, how, cost, compare.
Details
Why it matters
Answer engines need concise answers, question-led structure, entity clarity, visible evidence, and trust signals that can be extracted without relying on search-only metadata checks.
Check name
AEO: Answer intent coverage
Score
70/100
Status
warning
Category
GEO, AIO & AEO
Maturity
Emerging recommendation
Goal
Make page content easy for answer engines and assistants to answer from directly.
Result
AEO: Answer intent coverage scored 70/100 and needs improvement.
Evidence
{
"headings": [
{
"text": "Our Customers",
"html": "<h2>Our Customers</h2>"
},
{
"text": "Featured Updates",
"html": "<h2 class=\"pxl-title\"> Featured Updates </h2>"
},
{
"text": "Pixalate Top 100TM Indexes",
"html": "<h2>Pixalate Top 100<sup>TM</sup> Indexes</h2>"
},
{
"text": "Use Cases",
"html": "<h2>Use Cases</h2>"
},
{
"text": "Discovery",
"html": "<h2>Discovery</h2>"
},
{
"text": "Programmatic Analytics",
"html": "<h2><strong>Programmatic</strong> Analytics</h2>"
},
{
"text": "Ad Fraud Blocking",
"html": "<h2>Ad Fraud Blocking</h2>"
},
{
"text": "Custom Colors and Fonts",
"html": "<h2>Custom Colors and Fonts</h2>"
},
{
"text": "Customers",
"html": "<h2>Customers</h2>"
},
{
"text": "Analysis at Scale",
"html": "<h2 class=\"pxl-heading\">Analysis at Scale <span class=\"pxl-underline\"></span> </h2>"
},
{
"text": "Subscribe to the Pixalate Blog",
"html": "<h2>Subscribe to the Pixalate Blog</h2>"
}
],
"expected": [
{
"id": "what",
"label": "What is Pixalate - Ad Fraud Protection, Privacy, and...?",
"pattern": {}
},
{
"id": "how",
"label": "How does Pixalate - Ad Fraud Protection, Privacy, and... work?",
"pattern": {}
},
{
"id": "benefits",
"label": "Why use Pixalate - Ad Fraud Protection, Privacy, and...?",
"pattern": {}
},
{
"id": "cost",
"label": "Is Pixalate - Ad Fraud Protection, Privacy, and... free or paid?",
"pattern": {}
},
{
"id": "compare",
"label": "How does Pixalate - Ad Fraud Protection, Privacy, and... compare with alternatives?",
"pattern": {}
}
],
"missing": [
{
"id": "what",
"label": "What is Pixalate - Ad Fraud Protection, Privacy, and...?",
"pattern": {}
},
{
"id": "how",
"label": "How does Pixalate - Ad Fraud Protection, Privacy, and... work?",
"pattern": {}
},
{
"id": "cost",
"label": "Is Pixalate - Ad Fraud Protection, Privacy, and... free or paid?",
"pattern": {}
},
{
"id": "compare",
"label": "How does Pixalate - Ad Fraud Protection, Privacy, and... compare with alternatives?",
"pattern": {}
}
],
"score": 70,
"weight": 8
}Agent Ease of UseAPIEmerging recommendation
AI context endpoint
AI context endpoint is informational for this page.
Informational
Agent Ease of UseAPIEmerging recommendation
AI context endpoint
AI context endpoint is informational for this page.
Needs attention
AI context endpoint
Issue
AI context endpoint is informational for this page.
Why it matters
A context endpoint gives agents a small, low-latency summary of product purpose, safe actions, and canonical machine-readable resources without scraping the whole site.
Check name
AI context endpoint
Score
100/100
Status
informational
Category
API
Maturity
Emerging recommendation
Goal
Expose a compact API context endpoint agents can fetch before deciding which public API or discovery resource to use.
Result
AI context endpoint is informational for this page.
Validation steps
Fetch to find resource
AI context endpoint was not found at the expected path.
Evidence
{
"steps": [
{
"id": "fetch",
"title": "Fetch to find resource",
"status": "informational",
"evidence": {
"checked": [
{
"path": "/api/ai/context",
"statusCode": 404,
"contentType": "text/html",
"length": 43182
},
{
"path": "/api/context",
"statusCode": 404,
"contentType": "text/html",
"length": 43182
},
{
"path": "/context",
"statusCode": 404,
"contentType": "text/html",
"length": 43182
}
]
},
"issue": "AI context endpoint was not found at the expected path.",
"howToFix": "Publish a concise JSON or Markdown AI context endpoint describing the product, public actions, and machine-readable resources."
}
]
}GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AIO: Query intent coverage
AIO: Query intent coverage is informational for this page.
Informational
GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AIO: Query intent coverage
AIO: Query intent coverage is informational for this page.
Needs attention
AIO: Query intent coverage
Issue
Missing likely AI Overview intent sections: what, how, cost, compare.
Details
Why it matters
AI Overviews depend on Google-search eligibility, useful visible content, consistent structured data, answer-first sections, trust signals, and preview controls that permit snippets.
Check name
AIO: Query intent coverage
Score
70/100
Status
informational
Category
GEO, AIO & AEO
Maturity
Emerging recommendation
Goal
Make page content eligible and useful for Google AI Overviews and AI Mode extraction.
Result
AIO: Query intent coverage is informational for this page.
Evidence
{
"headings": [
{
"text": "Our Customers",
"html": "<h2>Our Customers</h2>"
},
{
"text": "Featured Updates",
"html": "<h2 class=\"pxl-title\"> Featured Updates </h2>"
},
{
"text": "Pixalate Top 100TM Indexes",
"html": "<h2>Pixalate Top 100<sup>TM</sup> Indexes</h2>"
},
{
"text": "Use Cases",
"html": "<h2>Use Cases</h2>"
},
{
"text": "Discovery",
"html": "<h2>Discovery</h2>"
},
{
"text": "Programmatic Analytics",
"html": "<h2><strong>Programmatic</strong> Analytics</h2>"
},
{
"text": "Ad Fraud Blocking",
"html": "<h2>Ad Fraud Blocking</h2>"
},
{
"text": "Custom Colors and Fonts",
"html": "<h2>Custom Colors and Fonts</h2>"
},
{
"text": "Customers",
"html": "<h2>Customers</h2>"
},
{
"text": "Analysis at Scale",
"html": "<h2 class=\"pxl-heading\">Analysis at Scale <span class=\"pxl-underline\"></span> </h2>"
},
{
"text": "Subscribe to the Pixalate Blog",
"html": "<h2>Subscribe to the Pixalate Blog</h2>"
}
],
"expected": [
{
"id": "what",
"label": "What is Pixalate - Ad Fraud Protection, Privacy, and...?",
"pattern": {}
},
{
"id": "how",
"label": "How does Pixalate - Ad Fraud Protection, Privacy, and... work?",
"pattern": {}
},
{
"id": "benefits",
"label": "Why use Pixalate - Ad Fraud Protection, Privacy, and...?",
"pattern": {}
},
{
"id": "cost",
"label": "Is Pixalate - Ad Fraud Protection, Privacy, and... free or paid?",
"pattern": {}
},
{
"id": "compare",
"label": "How does Pixalate - Ad Fraud Protection, Privacy, and... compare with alternatives?",
"pattern": {}
}
],
"missing": [
{
"id": "what",
"label": "What is Pixalate - Ad Fraud Protection, Privacy, and...?",
"pattern": {}
},
{
"id": "how",
"label": "How does Pixalate - Ad Fraud Protection, Privacy, and... work?",
"pattern": {}
},
{
"id": "cost",
"label": "Is Pixalate - Ad Fraud Protection, Privacy, and... free or paid?",
"pattern": {}
},
{
"id": "compare",
"label": "How does Pixalate - Ad Fraud Protection, Privacy, and... compare with alternatives?",
"pattern": {}
}
],
"score": 70,
"weight": 4
}GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
GEO: Q&A and FAQ opportunities
GEO: Q&A and FAQ opportunities is informational for this page.
Informational
GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
GEO: Q&A and FAQ opportunities
GEO: Q&A and FAQ opportunities is informational for this page.
Needs attention
GEO: Q&A and FAQ opportunities
Issue
11 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": 11,
"questionH2s": 0,
"hasFaq": false,
"nonQuestionH2s": [
{
"index": 1,
"text": "Our Customers",
"isQuestion": false,
"html": "<h2>Our Customers</h2>"
},
{
"index": 2,
"text": "Featured Updates",
"isQuestion": false,
"html": "<h2 class=\"pxl-title\"> Featured Updates </h2>"
},
{
"index": 3,
"text": "Pixalate Top 100TM Indexes",
"isQuestion": false,
"html": "<h2>Pixalate Top 100<sup>TM</sup> Indexes</h2>"
},
{
"index": 4,
"text": "Use Cases",
"isQuestion": false,
"html": "<h2>Use Cases</h2>"
},
{
"index": 5,
"text": "Discovery",
"isQuestion": false,
"html": "<h2>Discovery</h2>"
},
{
"index": 6,
"text": "Programmatic Analytics",
"isQuestion": false,
"html": "<h2><strong>Programmatic</strong> Analytics</h2>"
},
{
"index": 7,
"text": "Ad Fraud Blocking",
"isQuestion": false,
"html": "<h2>Ad Fraud Blocking</h2>"
},
{
"index": 8,
"text": "Custom Colors and Fonts",
"isQuestion": false,
"html": "<h2>Custom Colors and Fonts</h2>"
},
{
"index": 9,
"text": "Customers",
"isQuestion": false,
"html": "<h2>Customers</h2>"
},
{
"index": 10,
"text": "Analysis at Scale",
"isQuestion": false,
"html": "<h2 class=\"pxl-heading\">Analysis at Scale <span class=\"pxl-underline\"></span> </h2>"
},
{
"index": 11,
"text": "Subscribe to the Pixalate Blog",
"isQuestion": false,
"html": "<h2>Subscribe to the Pixalate Blog</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."
}
]
}Performance and AccessibilityBest PracticesBrowser audit
Issues were logged in the `Issues` panel in Chrome Devtools
100 Fail
Performance and AccessibilityBest PracticesBrowser audit
Issues were logged in the `Issues` panel in Chrome Devtools
Check name
Issues were logged in the `Issues` panel in Chrome Devtools
Score
0/100
Status
fail
Device
desktop
Category
Best Practices
Fix guidance
Issues logged to the `Issues` panel in Chrome Devtools indicate unresolved problems. They can come from network request failures, insufficient security controls, and other browser concerns. Open up the Issues panel in Chrome DevTools for more details on each issue.
Evidence
{
"description": "Issues logged to the `Issues` panel in Chrome Devtools indicate unresolved problems. They can come from network request failures, insufficient security controls, and other browser concerns. Open up the Issues panel in Chrome DevTools for more details on each issue."
}SEOSEOBrowser audit
Image elements do not have `[alt]` attributes
33 Fail
SEOSEOBrowser audit
Image elements do not have `[alt]` attributes
Check name
Image elements do not have `[alt]` attributes
Score
0/100
Status
fail
Device
desktop
Category
SEO
Fix guidance
Informative elements should aim for short, descriptive alternate text. Decorative elements can be ignored with an empty alt attribute. [Learn more about the `alt` attribute](https://dequeuniversity.com/rules/axe/4.11/image-alt).
Evidence
{
"description": "Informative elements should aim for short, descriptive alternate text. Decorative elements can be ignored with an empty alt attribute. [Learn more about the `alt` attribute](https://dequeuniversity.com/rules/axe/4.11/image-alt)."
}SEOSEOBrowser audit
Links are not crawlable
33 Fail
SEOSEOBrowser audit
Links are not crawlable
Check name
Links are not crawlable
Score
0/100
Status
fail
Device
desktop
Category
SEO
Fix guidance
Search engines may use `href` attributes on links to crawl websites. Ensure that the `href` attribute of anchor elements links to an appropriate destination, so more pages of the site can be discovered. [Learn how to make links crawlable](https://support.google.com/webmasters/answer/9112205)
Evidence
{
"description": "Search engines may use `href` attributes on links to crawl websites. Ensure that the `href` attribute of anchor elements links to an appropriate destination, so more pages of the site can be discovered. [Learn how to make links crawlable](https://support.google.com/webmasters/answer/9112205)"
}SEOSEOBrowser audit
Links do not have descriptive text
33 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
20 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": "20 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
`[aria-*]` attributes do not match their roles
20 Fail
Performance and AccessibilityAccessibilityBrowser audit
`[aria-*]` attributes do not match their roles
Check name
`[aria-*]` attributes do not match their roles
Score
0/100
Status
fail
Device
desktop
Category
Accessibility
Fix guidance
Each ARIA `role` supports a specific subset of `aria-*` attributes. Mismatching these invalidates the `aria-*` attributes. [Learn how to match ARIA attributes to their roles](https://dequeuniversity.com/rules/axe/4.11/aria-allowed-attr).
References
https://web.dev/learn/accessibility/Evidence
{
"description": "Each ARIA `role` supports a specific subset of `aria-*` attributes. Mismatching these invalidates the `aria-*` attributes. [Learn how to match ARIA attributes to their roles](https://dequeuniversity.com/rules/axe/4.11/aria-allowed-attr)."
}Performance and AccessibilityAccessibilityBrowser audit
`[aria-hidden="true"]` elements contain focusable descendents
20 Fail
Performance and AccessibilityAccessibilityBrowser audit
`[aria-hidden="true"]` elements contain focusable descendents
Check name
`[aria-hidden="true"]` elements contain focusable descendents
Score
0/100
Status
fail
Device
desktop
Category
Accessibility
Fix guidance
Focusable descendents within an `[aria-hidden="true"]` element prevent those interactive elements from being available to users of assistive technologies like screen readers. [Learn how `aria-hidden` affects focusable elements](https://dequeuniversity.com/rules/axe/4.11/aria-hidden-focus).
References
https://web.dev/learn/accessibility/Evidence
{
"description": "Focusable descendents within an `[aria-hidden=\"true\"]` element prevent those interactive elements from being available to users of assistive technologies like screen readers. [Learn how `aria-hidden` affects focusable elements](https://dequeuniversity.com/rules/axe/4.11/aria-hidden-focus)."
}Performance and AccessibilityAccessibilityBrowser audit
ARIA input fields do not have accessible names
20 Fail
Performance and AccessibilityAccessibilityBrowser audit
ARIA input fields do not have accessible names
Check name
ARIA input fields do not have accessible names
Score
0/100
Status
fail
Device
desktop
Category
Accessibility
Fix guidance
When an input field doesn't have an accessible name, screen readers announce it with a generic name, making it unusable for users who rely on screen readers. [Learn more about input field labels](https://dequeuniversity.com/rules/axe/4.11/aria-input-field-name).
References
https://web.dev/learn/accessibility/Evidence
{
"description": "When an input field doesn't have an accessible name, screen readers announce it with a generic name, making it unusable for users who rely on screen readers. [Learn more about input field labels](https://dequeuniversity.com/rules/axe/4.11/aria-input-field-name)."
}Performance and AccessibilityAccessibilityBrowser audit
Buttons do not have an accessible name
20 Fail
Performance and AccessibilityAccessibilityBrowser audit
Buttons do not have an accessible name
Check name
Buttons do not have an accessible name
Score
0/100
Status
fail
Device
desktop
Category
Accessibility
Fix guidance
When a button doesn't have an accessible name, screen readers announce it as "button", making it unusable for users who rely on screen readers. [Learn how to make buttons more accessible](https://dequeuniversity.com/rules/axe/4.11/button-name).
References
https://web.dev/learn/accessibility/Evidence
{
"description": "When a button doesn't have an accessible name, screen readers announce it as \"button\", making it unusable for users who rely on screen readers. [Learn how to make buttons more accessible](https://dequeuniversity.com/rules/axe/4.11/button-name)."
}Performance and AccessibilityAccessibilityBrowser audit
Elements with an ARIA `[role]` that require children to contain a specific `[role]` are missing some or all of those required children.
20 Fail
Performance and AccessibilityAccessibilityBrowser audit
Elements with an ARIA `[role]` that require children to contain a specific `[role]` are missing some or all of those required children.
Check name
Elements with an ARIA `[role]` that require children to contain a specific `[role]` are missing some or all of those required children.
Score
0/100
Status
fail
Device
desktop
Category
Accessibility
Fix guidance
Some ARIA parent roles must contain specific child roles to perform their intended accessibility functions. [Learn more about roles and required children elements](https://dequeuniversity.com/rules/axe/4.11/aria-required-children).
References
https://web.dev/learn/accessibility/Evidence
{
"description": "Some ARIA parent roles must contain specific child roles to perform their intended accessibility functions. [Learn more about roles and required children elements](https://dequeuniversity.com/rules/axe/4.11/aria-required-children)."
}Performance and AccessibilityPerformanceBrowser audit
Avoid large layout shifts
13 Fail
Performance and AccessibilityPerformanceBrowser audit
Avoid large layout shifts
Check name
Avoid large layout shifts
Score
0/100
Status
fail
Device
desktop
Category
Performance
Estimated savings
4 layout shifts found
Fix guidance
These are the largest layout shifts observed on the page. Each table item represents a single layout shift, and shows the element that shifted the most. Below each item are possible root causes that led to the layout shift. Some of these layout shifts may not be included in the CLS metric value due to [windowing](https://web.dev/articles/cls#what_is_cls). [Learn how to improve CLS](https://web.dev/articles/optimize-cls)
References
https://web.dev/learn/performance/Evidence
{
"displayValue": "4 layout shifts found",
"description": "These are the largest layout shifts observed on the page. Each table item represents a single layout shift, and shows the element that shifted the most. Below each item are possible root causes that led to the layout shift. Some of these layout shifts may not be included in the CLS metric value due to [windowing](https://web.dev/articles/cls#what_is_cls). [Learn how to improve CLS](https://web.dev/articles/optimize-cls)"
}Performance and AccessibilityPerformanceBrowser audit
Document does not have a main landmark.
13 Fail
Performance and AccessibilityPerformanceBrowser audit
Document does not have a main landmark.
Check name
Document does not have a main landmark.
Score
0/100
Status
fail
Device
desktop
Category
Performance
Fix guidance
One main landmark helps screen reader users navigate a web page. [Learn more about landmarks](https://dequeuniversity.com/rules/axe/4.11/landmark-one-main).
References
https://web.dev/learn/performance/Evidence
{
"description": "One main landmark helps screen reader users navigate a web page. [Learn more about landmarks](https://dequeuniversity.com/rules/axe/4.11/landmark-one-main)."
}Performance and AccessibilityPerformanceBrowser audit
Elements with `role="none"` or `role="presentation"` have conflicts
13 Fail
Performance and AccessibilityPerformanceBrowser audit
Elements with `role="none"` or `role="presentation"` have conflicts
Check name
Elements with `role="none"` or `role="presentation"` have conflicts
Score
0/100
Status
fail
Device
desktop
Category
Performance
Fix guidance
There are certain cases where the semantic role of an element with `role="none"` or `role="presentation"` does not resolve to none or presentation. To ensure the element remains removed from the accessibility tree, you should not add any global ARIA attributes to the element or make it focusable. [Learn more about presentation role conflict](https://dequeuniversity.com/rules/axe/4.11/presentation-role-conflict).
References
https://web.dev/learn/performance/Evidence
{
"description": "There are certain cases where the semantic role of an element with `role=\"none\"` or `role=\"presentation\"` does not resolve to none or presentation. To ensure the element remains removed from the accessibility tree, you should not add any global ARIA attributes to the element or make it focusable. [Learn more about presentation role conflict](https://dequeuniversity.com/rules/axe/4.11/presentation-role-conflict)."
}Performance and AccessibilityPerformanceBrowser audit
Font display
13 Fail
Performance and AccessibilityPerformanceBrowser audit
Font display
Check name
Font display
Score
0/100
Status
fail
Device
desktop
Category
Performance
Estimated savings
Est savings of 520 ms
Fix guidance
Consider setting [font-display](https://developer.chrome.com/docs/performance/insights/font-display) to swap or optional to ensure text is consistently visible. swap can be further optimized to mitigate layout shifts with [font metric overrides](https://developer.chrome.com/blog/font-fallbacks).
References
https://web.dev/learn/performance/Evidence
{
"displayValue": "Est savings of 520 ms",
"description": "Consider setting [font-display](https://developer.chrome.com/docs/performance/insights/font-display) to swap or optional to ensure text is consistently visible. swap can be further optimized to mitigate layout shifts with [font metric overrides](https://developer.chrome.com/blog/font-fallbacks)."
}Performance and AccessibilityPerformanceBrowser audit
LCP request discovery
13 Fail
Performance and AccessibilityPerformanceBrowser audit
LCP request discovery
Check name
LCP request discovery
Score
0/100
Status
fail
Device
desktop
Category
Performance
Fix guidance
[Optimize LCP](https://developer.chrome.com/docs/performance/insights/lcp-discovery) by making the LCP image discoverable from the HTML immediately, and avoiding lazy-loading
References
https://web.dev/learn/performance/Evidence
{
"description": "[Optimize LCP](https://developer.chrome.com/docs/performance/insights/lcp-discovery) by making the LCP image discoverable from the HTML immediately, and avoiding lazy-loading"
}Performance and AccessibilityPerformanceBrowser audit
Reduce JavaScript execution time
13 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
4.8 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": "4.8 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": 4792.76499999999
}Performance and AccessibilityPerformanceBrowser audit
Loading performance
8 Fail
Performance and AccessibilityPerformanceBrowser audit
Loading performance
Check name
Loading performance
Score
38/100
Status
fail
Device
desktop
Category
Performance
Fix guidance
Review the grouped loading performance checks and improve the failing sub-checks listed in evidence.
References
https://web.dev/learn/performance/Evidence
{
"checks": [
{
"id": "server-response-time",
"title": "Initial server response time was short",
"score": 100,
"displayValue": "Root document took 20 ms",
"numericValue": 24
},
{
"id": "interactive",
"title": "Time to Interactive",
"score": 5,
"displayValue": "9.5 s",
"numericValue": 9460.52220185184
},
{
"id": "max-potential-fid",
"title": "Max Potential First Input Delay",
"score": 1,
"displayValue": "820 ms",
"numericValue": 819
},
{
"id": "first-contentful-paint",
"title": "First Contentful Paint",
"score": 80,
"displayValue": "1.1 s",
"numericValue": 1111.0111842884617
},
{
"id": "total-blocking-time",
"title": "Total Blocking Time",
"score": 0,
"displayValue": "1,680 ms",
"numericValue": 1684.9999999999986
},
{
"id": "network-rtt",
"title": "Network Round Trip Times",
"score": 100,
"displayValue": "30 ms",
"numericValue": 33.308279999999996
},
{
"id": "largest-contentful-paint",
"title": "Largest Contentful Paint",
"score": 10,
"displayValue": "4.7 s",
"numericValue": 4729.708961329565
},
{
"id": "speed-index",
"title": "Speed Index",
"score": 5,
"displayValue": "4.6 s",
"numericValue": 4618.095508189633
}
]
}Performance and AccessibilityPerformanceBrowser audit
Avoid enormous network payloads
6 Warning
Performance and AccessibilityPerformanceBrowser audit
Avoid enormous network payloads
Check name
Avoid enormous network payloads
Score
50/100
Status
warning
Device
desktop
Category
Performance
Estimated savings
Total size was 12,655 KiB
Fix guidance
Large network payloads cost users real money and are highly correlated with long load times. [Learn how to reduce payload sizes](https://developer.chrome.com/docs/lighthouse/performance/total-byte-weight/).
References
https://web.dev/learn/performance/Evidence
{
"displayValue": "Total size was 12,655 KiB",
"description": "Large network payloads cost users real money and are highly correlated with long load times. [Learn how to reduce payload sizes](https://developer.chrome.com/docs/lighthouse/performance/total-byte-weight/).",
"numericValue": 12958643
}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 |
|---|---|---|---|
| 32/100 | Level 2, Agent-Limited | Current report |