Export Report
OVERALL SCORE
Level 3, Bot-Aware
- AI Discoverability 47 out of 100
- Agent Ease of Use 12 out of 100
- Security & Trust 60 out of 100
- GEO, AIO and AEO 85 out of 100
- SEO 92 out of 100
- Performance and Accessibility 77 out of 100
What AI sees of your website
Gracenote | Media and Entertainment Metadata Solutions
Connect your audience to the media, music, and sports they love with Gracenote's metadata solutions.
Next step
Turn this report into a fix workflow
21 failed checks are ready to move into MCP or CLI remediation. Generate a repair prompt, connect the scanner to your coding agent, or open the integration docs before your next rescan.
| Metric | Score | Status | Passed | Failed | Warning | Evidence |
|---|---|---|---|---|---|---|
| AI Discoverability | 47 | Priority fix | 8 | 14 | 1 | View details |
| Discoverability | 83 | Mostly ready | 6 | 3 | 0 | View details |
| Content Readiness | 46 | Priority fix | 2 | 7 | 1 | View details |
| Bot Access Control | 0 | Priority fix | 0 | 4 | 0 | View details |
| Agent Ease of Use | 12 | Priority fix | 16 | 24 | 3 | View details |
| API | 17 | Priority fix | 1 | 8 | 0 | View details |
| Auth | Not Applicable | Not Applicable | 11 | 0 | 0 | |
| MCP | 13 | Priority fix | 0 | 6 | 2 | View details |
| Skill Discovery | 5 | Priority fix | 0 | 10 | 1 | View details |
| Agent Commerce | Not Applicable | Not Applicable | 4 | 0 | 0 | |
| GEO, AIO and AEO | 85 | Mostly ready | 7 | 0 | 13 | |
| GEO Readiness | 87 | Mostly ready | 2 | 0 | 4 | |
| AIO Readiness | 87 | Mostly ready | 3 | 0 | 4 | |
| AEO Readiness | 80 | Mostly ready | 2 | 0 | 5 | |
| SEO | 92 | Strong | 10 | 1 | 0 | View details |
| SEO | 92 | Strong | 10 | 1 | 0 | View details |
| Security & Trust | 60 | Needs work | 7 | 2 | 0 | View details |
| Security & Trust | 60 | Needs work | 3 | 2 | 0 | View details |
| AI Training Exposure | Not Applicable | Not Applicable | 4 | 0 | 0 | |
| Performance and Accessibility | 77 | Mostly ready | 23 | 1 | 1 | View details |
| Performance | 66 | Needs work | 18 | 1 | 1 | View details |
| Accessibility | 97 | Strong | 5 | 0 | 0 |
Prioritized recommendations
Issues ranked by score impact
37 items need attention
AI DiscoverabilityDiscoverabilityEstablished
Link headers
Link headers failed at "Find useful Link headers".
100 Fail
AI DiscoverabilityDiscoverabilityEstablished
Link headers
Link headers failed at "Find useful Link headers".
Needs attention
Link headers
Issue
No useful agent discovery Link headers were found.
Why it matters
Link headers let automated clients discover API catalogs, documentation, and machine-readable alternates without parsing page markup first.
Check name
Link headers
Score
0/100
Status
fail
Category
Discoverability
Maturity
Established
Goal
Include Link response headers for agent discovery using RFC 8288.
Result
Link headers failed at "Find useful Link headers".
Validation steps
Find useful Link headers
No useful agent discovery Link headers were found.
Fetch same-origin Link header targets
Link headers did not expose any same-origin targets to validate.
Evidence
{
"failedStep": "presence",
"steps": [
{
"id": "presence",
"title": "Find useful Link headers",
"status": "fail",
"evidence": {
"links": [
{
"url": "https://gracenote.com/wp-json/",
"rel": "https://api.w.org/",
"type": "application/json"
}
]
},
"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."
}
]
}Security & TrustSecurity & TrustEstablished
Content-Security-Policy
Content-Security-Policy is missing or incomplete.
50 Fail
Security & TrustSecurity & TrustEstablished
Content-Security-Policy
Content-Security-Policy is missing or incomplete.
Needs attention
Content-Security-Policy
Issue
Content-Security-Policy is missing or incomplete.
Why it matters
Content Security Policy limits where scripts, styles, frames, and connections can load from, reducing the impact of injection bugs.
Check name
Content-Security-Policy
Score
0/100
Status
fail
Category
Security & Trust
Maturity
Established
Goal
Constrain script, style, frame, and resource loading with a Content-Security-Policy header.
Result
Content-Security-Policy is missing or incomplete.
Evidence
{
"header": "content-security-policy",
"value": "upgrade-insecure-requests"
}Security & TrustSecurity & TrustEstablished
Frame protection
Frame protection is missing or incomplete.
50 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
}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": []
}Agent Ease of UseAPIEstablished
API Catalog
API Catalog failed at "Fetch API catalog".
33 Fail
Agent Ease of UseAPIEstablished
API Catalog
API Catalog failed at "Fetch API catalog".
Needs attention
API Catalog
Issue
The API catalog endpoint did not return HTTP 2xx.
Why it matters
API catalogs help agents find service descriptions, documentation, and status resources without guessing API entry points.
Check name
API Catalog
Score
0/100
Status
fail
Category
API
Maturity
Established
Goal
Publish an API catalog for automated API discovery using RFC 9727.
Result
API Catalog failed at "Fetch API catalog".
Validation steps
Fetch API catalog
The API catalog endpoint did not return HTTP 2xx.
Validate RFC 9727 linkset
Response is not valid JSON.
Fetch advertised API catalog targets
API Catalog did not expose any same-origin hrefs to validate.
Evidence
{
"failedStep": "fetch",
"steps": [
{
"id": "fetch",
"title": "Fetch API catalog",
"status": "fail",
"evidence": {
"statusCode": 404,
"contentType": "text/html; charset=UTF-8"
},
"issue": "The API catalog endpoint did not return HTTP 2xx.",
"howToFix": "Publish /.well-known/api-catalog."
},
{
"id": "validate",
"title": "Validate RFC 9727 linkset",
"status": "fail",
"evidence": {
"valid": false,
"compatibleContentType": false,
"issue": "Response is not valid JSON.",
"rawExcerpt": "<!DOCTYPE html><html class=\"no-js\" lang=\"en-US\" prefix=\"og: https://ogp.me/ns#\"> <!--<![endif]--><head><meta charset=\"UTF-8\"><meta name=\"viewport\" content=\"width=device-width, initial-scale=1\"><link rel=\"preconnect\" href=\"https://fonts.googleapis.com\"><link rel=\"preconnect\" href=\"https://fonts.gstatic.com\" crossorigin><link href=\"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap\" rel=\"stylesheet\"><script>\ncountry_code_nf = \"N/A\";\ngidCookie = document.cookie.split(';').find((cookie) => cookie.includes(\"_ga=\"));\ngoogle_analytics_id = gidCookie ? gidCookie.trim().split(\"=\")[1] : 'N/A';\nvisitorId = document.cookie.split(';').find(ele => ele.includes('visitor_id881703='));\npardotId = visitorId ? visitorId.trim().substr(17) : 'N/A';\nwindow.geofeed = function (optio"
},
"issue": "Response is not valid JSON.",
"howToFix": "Use application/linkset+json with service-desc, service-doc, and status relations that each include href."
},
{
"id": "target-validation",
"title": "Fetch advertised API catalog targets",
"status": "fail",
"evidence": {
"checked": [],
"failures": [
{
"reason": "No same-origin API catalog hrefs were available to fetch."
}
]
},
"issue": "API Catalog did not expose any same-origin hrefs to validate.",
"howToFix": "Make each same-origin API catalog href reachable and serve the advertised media type."
}
]
}AI DiscoverabilityBot Access ControlInformational
Content Signal
Content Signal is missing or incomplete.
33 Fail
AI DiscoverabilityBot Access ControlInformational
Content Signal
Content Signal is missing or incomplete.
Needs attention
Content Signal
Issue
No Content Signal found in robots.txt
Why it matters
Content Signal provides a machine-readable way to communicate AI usage preferences where participating crawlers look for policy.
Check name
Content Signal
Score
0/100
Status
fail
Category
Bot Access Control
Maturity
Informational
Goal
Declare AI content usage preferences with Content Signal in robots.txt.
Result
Content Signal is missing or incomplete.
Evidence
{
"signals": [],
"ai-train": false,
"search": false,
"ai-input": false
}Agent Ease of UseAPIEstablished
OpenAPI discovery
OpenAPI discovery failed at "Find valid OpenAPI document".
33 Fail
Agent Ease of UseAPIEstablished
OpenAPI discovery
OpenAPI discovery failed at "Find valid OpenAPI document".
Needs attention
OpenAPI discovery
Issue
OpenAPI YAML document did not match the expected shape. Content-Type "text/html; charset=UTF-8" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.
Why it matters
OpenAPI documents let agents understand available operations, schemas, authentication, and request formats before calling an API.
Check name
OpenAPI discovery
Score
0/100
Status
fail
Category
API
Maturity
Established
Goal
Publish a valid OpenAPI or Swagger document for API discovery.
Result
OpenAPI discovery failed at "Find valid OpenAPI document".
Validation steps
Find valid OpenAPI document
OpenAPI YAML document did not match the expected shape. Content-Type "text/html; charset=UTF-8" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.
Evidence
{
"failedStep": "fetch",
"steps": [
{
"id": "fetch",
"title": "Find valid OpenAPI document",
"status": "fail",
"evidence": {
"checked": [
{
"path": "/openapi.json",
"statusCode": 404,
"contentType": "text/html; charset=UTF-8",
"valid": false,
"issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html; charset=UTF-8\" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
"compatibleContentType": false,
"format": "yaml",
"version": "",
"pathCount": 0,
"operationCount": 0,
"rawExcerpt": "<!DOCTYPE html><html class=\"no-js\" lang=\"en-US\" prefix=\"og: https://ogp.me/ns#\"> <!--<![endif]--><head><meta charset=\"UTF-8\"><meta name=\"viewport\" content=\"width=device-width, initial-scale=1\"><link rel=\"preconnect\" href=\"https://fonts.googleapis.com\"><link rel=\"preconnect\" href=\"https://fonts.gstatic.com\" crossorigin><link href=\"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap\" rel=\"stylesheet\"><script>\ncountry_code_nf = \"N/A\";\ngidCookie = document.cookie.split(';').find((cookie) => cookie.includes(\"_ga=\"));\ngoogle_analytics_id = gidCookie ? gidCookie.trim().split(\"=\")[1] : 'N/A';\nvisitorId = document.cookie.split(';').find(ele => ele.includes('visitor_id881703='));\npardotId = visitorId ? visitorId.trim().substr(17) : 'N/A';\nwindow.geofeed = function (optio"
},
{
"path": "/openapi.yaml",
"statusCode": 404,
"contentType": "text/html; charset=UTF-8",
"valid": false,
"issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html; charset=UTF-8\" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
"compatibleContentType": false,
"format": "yaml",
"version": "",
"pathCount": 0,
"operationCount": 0,
"rawExcerpt": "<!DOCTYPE html><html class=\"no-js\" lang=\"en-US\" prefix=\"og: https://ogp.me/ns#\"> <!--<![endif]--><head><meta charset=\"UTF-8\"><meta name=\"viewport\" content=\"width=device-width, initial-scale=1\"><link rel=\"preconnect\" href=\"https://fonts.googleapis.com\"><link rel=\"preconnect\" href=\"https://fonts.gstatic.com\" crossorigin><link href=\"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap\" rel=\"stylesheet\"><script>\ncountry_code_nf = \"N/A\";\ngidCookie = document.cookie.split(';').find((cookie) => cookie.includes(\"_ga=\"));\ngoogle_analytics_id = gidCookie ? gidCookie.trim().split(\"=\")[1] : 'N/A';\nvisitorId = document.cookie.split(';').find(ele => ele.includes('visitor_id881703='));\npardotId = visitorId ? visitorId.trim().substr(17) : 'N/A';\nwindow.geofeed = function (optio"
},
{
"path": "/swagger.json",
"statusCode": 404,
"contentType": "text/html; charset=UTF-8",
"valid": false,
"issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html; charset=UTF-8\" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
"compatibleContentType": false,
"format": "yaml",
"version": "",
"pathCount": 0,
"operationCount": 0,
"rawExcerpt": "<!DOCTYPE html><html class=\"no-js\" lang=\"en-US\" prefix=\"og: https://ogp.me/ns#\"> <!--<![endif]--><head><meta charset=\"UTF-8\"><meta name=\"viewport\" content=\"width=device-width, initial-scale=1\"><link rel=\"preconnect\" href=\"https://fonts.googleapis.com\"><link rel=\"preconnect\" href=\"https://fonts.gstatic.com\" crossorigin><link href=\"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap\" rel=\"stylesheet\"><script>\ncountry_code_nf = \"N/A\";\ngidCookie = document.cookie.split(';').find((cookie) => cookie.includes(\"_ga=\"));\ngoogle_analytics_id = gidCookie ? gidCookie.trim().split(\"=\")[1] : 'N/A';\nvisitorId = document.cookie.split(';').find(ele => ele.includes('visitor_id881703='));\npardotId = visitorId ? visitorId.trim().substr(17) : 'N/A';\nwindow.geofeed = function (optio"
},
{
"path": "/swagger.yaml",
"statusCode": 404,
"contentType": "text/html; charset=UTF-8",
"valid": false,
"issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html; charset=UTF-8\" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
"compatibleContentType": false,
"format": "yaml",
"version": "",
"pathCount": 0,
"operationCount": 0,
"rawExcerpt": "<!DOCTYPE html><html class=\"no-js\" lang=\"en-US\" prefix=\"og: https://ogp.me/ns#\"> <!--<![endif]--><head><meta charset=\"UTF-8\"><meta name=\"viewport\" content=\"width=device-width, initial-scale=1\"><link rel=\"preconnect\" href=\"https://fonts.googleapis.com\"><link rel=\"preconnect\" href=\"https://fonts.gstatic.com\" crossorigin><link href=\"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap\" rel=\"stylesheet\"><script>\ncountry_code_nf = \"N/A\";\ngidCookie = document.cookie.split(';').find((cookie) => cookie.includes(\"_ga=\"));\ngoogle_analytics_id = gidCookie ? gidCookie.trim().split(\"=\")[1] : 'N/A';\nvisitorId = document.cookie.split(';').find(ele => ele.includes('visitor_id881703='));\npardotId = visitorId ? visitorId.trim().substr(17) : 'N/A';\nwindow.geofeed = function (optio"
},
{
"path": "/api/openapi.json",
"statusCode": 404,
"contentType": "text/html; charset=UTF-8",
"valid": false,
"issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html; charset=UTF-8\" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
"compatibleContentType": false,
"format": "yaml",
"version": "",
"pathCount": 0,
"operationCount": 0,
"rawExcerpt": "<!DOCTYPE html><html class=\"no-js\" lang=\"en-US\" prefix=\"og: https://ogp.me/ns#\"> <!--<![endif]--><head><meta charset=\"UTF-8\"><meta name=\"viewport\" content=\"width=device-width, initial-scale=1\"><link rel=\"preconnect\" href=\"https://fonts.googleapis.com\"><link rel=\"preconnect\" href=\"https://fonts.gstatic.com\" crossorigin><link href=\"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap\" rel=\"stylesheet\"><script>\ncountry_code_nf = \"N/A\";\ngidCookie = document.cookie.split(';').find((cookie) => cookie.includes(\"_ga=\"));\ngoogle_analytics_id = gidCookie ? gidCookie.trim().split(\"=\")[1] : 'N/A';\nvisitorId = document.cookie.split(';').find(ele => ele.includes('visitor_id881703='));\npardotId = visitorId ? visitorId.trim().substr(17) : 'N/A';\nwindow.geofeed = function (optio"
},
{
"path": "/api/swagger.json",
"statusCode": 404,
"contentType": "text/html; charset=UTF-8",
"valid": false,
"issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html; charset=UTF-8\" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
"compatibleContentType": false,
"format": "yaml",
"version": "",
"pathCount": 0,
"operationCount": 0,
"rawExcerpt": "<!DOCTYPE html><html class=\"no-js\" lang=\"en-US\" prefix=\"og: https://ogp.me/ns#\"> <!--<![endif]--><head><meta charset=\"UTF-8\"><meta name=\"viewport\" content=\"width=device-width, initial-scale=1\"><link rel=\"preconnect\" href=\"https://fonts.googleapis.com\"><link rel=\"preconnect\" href=\"https://fonts.gstatic.com\" crossorigin><link href=\"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap\" rel=\"stylesheet\"><script>\ncountry_code_nf = \"N/A\";\ngidCookie = document.cookie.split(';').find((cookie) => cookie.includes(\"_ga=\"));\ngoogle_analytics_id = gidCookie ? gidCookie.trim().split(\"=\")[1] : 'N/A';\nvisitorId = document.cookie.split(';').find(ele => ele.includes('visitor_id881703='));\npardotId = visitorId ? visitorId.trim().substr(17) : 'N/A';\nwindow.geofeed = function (optio"
},
{
"path": "/docs/openapi.json",
"statusCode": 404,
"contentType": "text/html; charset=UTF-8",
"valid": false,
"issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html; charset=UTF-8\" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
"compatibleContentType": false,
"format": "yaml",
"version": "",
"pathCount": 0,
"operationCount": 0,
"rawExcerpt": "<!DOCTYPE html><html class=\"no-js\" lang=\"en-US\" prefix=\"og: https://ogp.me/ns#\"> <!--<![endif]--><head><meta charset=\"UTF-8\"><meta name=\"viewport\" content=\"width=device-width, initial-scale=1\"><link rel=\"preconnect\" href=\"https://fonts.googleapis.com\"><link rel=\"preconnect\" href=\"https://fonts.gstatic.com\" crossorigin><link href=\"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap\" rel=\"stylesheet\"><script>\ncountry_code_nf = \"N/A\";\ngidCookie = document.cookie.split(';').find((cookie) => cookie.includes(\"_ga=\"));\ngoogle_analytics_id = gidCookie ? gidCookie.trim().split(\"=\")[1] : 'N/A';\nvisitorId = document.cookie.split(';').find(ele => ele.includes('visitor_id881703='));\npardotId = visitorId ? visitorId.trim().substr(17) : 'N/A';\nwindow.geofeed = function (optio"
}
]
},
"issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html; charset=UTF-8\" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
"howToFix": "Publish a valid OpenAPI 3.x or Swagger 2.0 JSON/YAML document with info, paths, operations, and responses."
}
]
}AI DiscoverabilityBot Access ControlInformational
Web Bot Auth request signing
Web Bot Auth request signing failed at "Fetch to find resource".
33 Fail
AI DiscoverabilityBot Access ControlInformational
Web Bot Auth request signing
Web Bot Auth request signing failed at "Fetch to find resource".
Needs attention
Web Bot Auth request signing
Issue
Web Bot Auth request signing was not found at the expected path.
Why it matters
Web Bot Auth discovery lets servers and clients find signing keys for bot identity workflows based on HTTP Message Signatures.
Check name
Web Bot Auth request signing
Score
0/100
Status
fail
Category
Bot Access Control
Maturity
Informational
Goal
Advertise HTTP Message Signatures keys when this site operates signed bot clients or supports Web Bot Auth workflows.
Result
Web Bot Auth request signing failed at "Fetch to find resource".
Validation steps
Fetch to find resource
Web Bot Auth request signing was not found at the expected path.
Evidence
{
"failedStep": "fetch",
"steps": [
{
"id": "fetch",
"title": "Fetch to find resource",
"status": "fail",
"evidence": {
"checked": [
{
"path": "/.well-known/http-message-signatures-directory",
"statusCode": 404,
"contentType": "text/html; charset=UTF-8",
"length": 104225
}
]
},
"issue": "Web Bot Auth request signing was not found at the expected path.",
"howToFix": "If publishing Web Bot Auth keys, return a JSON key directory with a non-empty keys array and the draft media type."
}
]
}AI DiscoverabilityContent ReadinessEmerging recommendation
llms.txt
llms.txt failed at "Fetch to find resource".
25 Fail
AI DiscoverabilityContent ReadinessEmerging recommendation
llms.txt
llms.txt failed at "Fetch to find resource".
Needs attention
llms.txt
Issue
llms.txt was not found at the expected path.
Why it matters
llms.txt gives language-model clients a concise, curated summary of important site context and links before they crawl broadly.
Check name
llms.txt
Score
0/100
Status
fail
Category
Content Readiness
Maturity
Emerging recommendation
Goal
Publish llms.txt to summarize agent-readable site guidance.
Result
llms.txt failed at "Fetch to find resource".
Validation steps
Fetch to find resource
llms.txt was not found at the expected path.
Evidence
{
"failedStep": "fetch",
"steps": [
{
"id": "fetch",
"title": "Fetch to find resource",
"status": "fail",
"evidence": {
"checked": [
{
"path": "/llms.txt",
"statusCode": 404,
"contentType": "text/html; charset=UTF-8",
"length": 102140
},
{
"path": "/llms-full.txt",
"statusCode": 404,
"contentType": "text/html; charset=UTF-8",
"length": 102418
}
]
},
"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": 23100,
"excerpt": "<!DOCTYPE html><html class=\"no-js\" lang=\"en-US\" prefix=\"og: https://ogp.me/ns#\"> <!--<![endif]--><head><meta charset=\"UTF-8\"><meta name=\"viewport\" content=\"width=device-width, initial-scale=1\"><link rel=\"preload\" fetchpriority=\"low\" as=\"ima",
"issue": "Markdown response is missing a heading."
},
"issue": "Markdown response is missing a heading.",
"howToFix": "Return Markdown with at least one heading and substantive page content, including useful links or instructions for agents."
}
]
}Agent Ease of UseMCPEmerging recommendation
MCP Server Card
MCP Server Card failed at "Fetch to find resource".
25 Fail
Agent Ease of UseMCPEmerging recommendation
MCP Server Card
MCP Server Card failed at "Fetch to find resource".
Needs attention
MCP Server Card
Issue
MCP Server Card was not found at the expected path.
Why it matters
MCP Server Cards help agents discover server transports, capabilities, and protocol details before opening an MCP session.
Check name
MCP Server Card
Score
0/100
Status
fail
Category
MCP
Maturity
Emerging recommendation
Goal
Publish an MCP Server Card for agent discovery.
Result
MCP Server Card failed at "Fetch to find resource".
Validation steps
Fetch to find resource
MCP Server Card was not found at the expected path.
Evidence
{
"failedStep": "fetch",
"steps": [
{
"id": "fetch",
"title": "Fetch to find resource",
"status": "fail",
"evidence": {
"checked": [
{
"path": "/.well-known/mcp/server-card.json",
"statusCode": 404,
"contentType": "text/html; charset=UTF-8",
"length": 103973
},
{
"path": "/.well-known/mcp/server-cards.json",
"statusCode": 404,
"contentType": "text/html; charset=UTF-8",
"length": 104029
},
{
"path": "/.well-known/mcp.json",
"statusCode": 404,
"contentType": "text/html; charset=UTF-8",
"length": 102825
}
]
},
"issue": "MCP Server Card was not found at the expected path.",
"howToFix": "Publish an MCP server card with valid transports and make each advertised local endpoint answer an MCP initialize request."
}
]
}Agent Ease of UseMCPEmerging recommendation
mcp.json
mcp.json failed at "Fetch to find resource".
25 Fail
Agent Ease of UseMCPEmerging recommendation
mcp.json
mcp.json failed at "Fetch to find resource".
Needs attention
mcp.json
Issue
mcp.json was not found at the expected path.
Why it matters
MCP clients need trustworthy server metadata, protocol version, transport details, and capability hints before connecting to a remote MCP server.
Check name
mcp.json
Score
0/100
Status
fail
Category
MCP
Maturity
Emerging recommendation
Goal
Expose a stable MCP server metadata document that points agents to the site's MCP endpoint.
Result
mcp.json failed at "Fetch to find resource".
Validation steps
Fetch to find resource
mcp.json was not found at the expected path.
Evidence
{
"failedStep": "fetch",
"steps": [
{
"id": "fetch",
"title": "Fetch to find resource",
"status": "fail",
"evidence": {
"checked": [
{
"path": "/mcp.json",
"statusCode": 404,
"contentType": "text/html; charset=UTF-8",
"length": 102140
},
{
"path": "/.well-known/mcp.json",
"statusCode": 404,
"contentType": "text/html; charset=UTF-8",
"length": 102825
},
{
"path": "/.well-known/mcp/server-card.json",
"statusCode": 404,
"contentType": "text/html; charset=UTF-8",
"length": 103973
}
]
},
"issue": "mcp.json was not found at the expected path.",
"howToFix": "Publish mcp.json or an MCP server card with serverInfo, protocolVersion, transport endpoint, and capabilities."
}
]
}AI DiscoverabilityContent ReadinessEstablished
Semantic HTML
Semantic HTML is missing or incomplete.
25 Fail
AI DiscoverabilityContent ReadinessEstablished
Semantic HTML
Semantic HTML is missing or incomplete.
Needs attention
Semantic HTML
Issue
Semantic HTML is incomplete: missing <main> landmark; skipped heading levels; 8 links missing accessible names; 6 buttons missing accessible names; 0/7 applicable form inputs have autocomplete attributes (7 missing).
Details
Why it matters
Semantic HTML gives browsers, assistive technology, search systems, and agents reliable landmarks, headings, controls, form semantics, and image context.
Check name
Semantic HTML
Score
0/100
Status
fail
Category
Content Readiness
Maturity
Established
Goal
Expose readable page structure through semantic HTML and accessible controls.
Result
Semantic HTML is missing or incomplete.
Evidence
{
"main": false,
"nav": true,
"footer": true,
"meaningfulH1": true,
"headingOrder": false,
"accessibleLinks": false,
"accessibleButtons": false,
"imageAltCoverage": true,
"formAutocompleteCoverage": false,
"details": {
"inaccessibleLinks": [
"<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"https://gracenote.com/solutions/\"><span class=\"elementor-button-content-wrapper\"><span class=\"elementor-button-icon\"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"17\" height=\"17\" viewBox=\"0 0 17 17\" fill=\"none\"><g><path d=\"M3.3895 8.49995H12.8799M12.8799 8.49995L8.13469 13.2451M12.8799 8.49995L8.13469 3.75476\" stroke=\"#F40953\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/></g></svg></span></span></a>",
"<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"https://gracenote.com/insights/\"><span class=\"elementor-button-content-wrapper\"><span class=\"elementor-button-icon\"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"17\" height=\"17\" viewBox=\"0 0 17 17\" fill=\"none\"><g><path d=\"M3.3895 8.49995H12.8799M12.8799 8.49995L8.13469 13.2451M12.8799 8.49995L8.13469 3.75476\" stroke=\"#F40953\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/></g></svg></span></span></a>",
"<a href=\"https://gracenote.com/insights/plot-holes-in-ai/\" class=\"gracenote-posts__img\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"576\" src=\"https://gracenote.com/wp-content/uploads/2026/06/2026-MCP-paper-LP-meta.jpg?w=1024\" class=\"attachment-large size-large\" alt srcset=\"https://gracenote.com/wp-content/uploads/2026/06/2026-MCP-paper-LP-meta.jpg 1200w, https://gracenote.com/wp-content/uploads/2026/06/2026-MCP-paper-LP-meta.jpg?resize=300,169 300w, https://gracenote.com/wp-content",
"<a href=\"https://gracenote.com/insights/plot-holes-in-ai/\" class=\"gracenote-posts__btn\"><svg width=\"36\" height=\"36\" viewBox=\"0 0 36 36\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><circle cx=\"18\" cy=\"17.9998\" r=\"18\" fill=\"#F7F7F9\"/><path d=\"M13.3895 18.1344H22.8799M22.8799 18.1344L18.1347 22.8796M22.8799 18.1344L18.1347 13.3892\" stroke=\"#F40953\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/></svg></a>",
"<a href=\"https://gracenote.com/insights/streaming-plays-a-supporting-role-for-the-2026-fifa-world-cup/\" class=\"gracenote-posts__img\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"576\" src=\"https://gracenote.com/wp-content/uploads/2026/06/soccer-world-cup-image.jpg?w=1024\" class=\"attachment-large size-large\" alt srcset=\"https://gracenote.com/wp-content/uploads/2026/06/soccer-world-cup-image.jpg 1200w, https://gracenote.com/wp-content/uploads/2026/06/soccer-world-cup-image.jpg?resize=3",
"<a href=\"https://gracenote.com/insights/streaming-plays-a-supporting-role-for-the-2026-fifa-world-cup/\" class=\"gracenote-posts__btn\"><svg width=\"36\" height=\"36\" viewBox=\"0 0 36 36\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><circle cx=\"18\" cy=\"17.9998\" r=\"18\" fill=\"#F7F7F9\"/><path d=\"M13.3895 18.1344H22.8799M22.8799 18.1344L18.1347 22.8796M22.8799 18.1344L18.1347 13.3892\" stroke=\"#F40953\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/></svg></a>",
"<a href=\"https://gracenote.com/insights/why-ad-investments-in-ctv-are-lagging-traditional-tv-spending/\" class=\"gracenote-posts__img\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"576\" src=\"https://gracenote.com/wp-content/uploads/2026/05/CTV-program-on-TV-screen.jpg?w=1024\" class=\"attachment-large size-large\" alt srcset=\"https://gracenote.com/wp-content/uploads/2026/05/CTV-program-on-TV-screen.jpg 1200w, https://gracenote.com/wp-content/uploads/2026/05/CTV-program-on-TV-screen.jpg?re",
"<a href=\"https://gracenote.com/insights/why-ad-investments-in-ctv-are-lagging-traditional-tv-spending/\" class=\"gracenote-posts__btn\"><svg width=\"36\" height=\"36\" viewBox=\"0 0 36 36\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><circle cx=\"18\" cy=\"17.9998\" r=\"18\" fill=\"#F7F7F9\"/><path d=\"M13.3895 18.1344H22.8799M22.8799 18.1344L18.1347 22.8796M22.8799 18.1344L18.1347 13.3892\" stroke=\"#F40953\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/></svg></a>"
],
"inaccessibleButtons": [
"<button type=\"submit\" id=\"searchsubmit\"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\"><path d=\"M21 21L17.5001 17.5M20 11.5C20 16.1944 16.1944 20 11.5 20C6.80558 20 3 16.1944 3 11.5C3 6.80558 6.80558 3 11.5 3C16.1944 3 20 6.80558 20 11.5Z\" stroke=\"#F40953\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/></svg></button>",
"<button aria-expanded=\"false\" ot-accordion=\"true\" aria-controls=\"ot-desc-id-C0001\" aria-labelledby=\"ot-header-id-C0001 ot-status-id-C0001\"></button>",
"<button aria-expanded=\"false\" ot-accordion=\"true\" aria-controls=\"ot-desc-id-C0002\" aria-labelledby=\"ot-header-id-C0002\"></button>",
"<button aria-expanded=\"false\" ot-accordion=\"true\" aria-controls=\"ot-desc-id-C0003\" aria-labelledby=\"ot-header-id-C0003\"></button>",
"<button aria-expanded=\"false\" ot-accordion=\"true\" aria-controls=\"ot-desc-id-C0004\" aria-labelledby=\"ot-header-id-C0004\"></button>",
"<button aria-expanded=\"false\" ot-accordion=\"true\" aria-controls=\"ot-desc-id-C0005\" aria-labelledby=\"ot-header-id-C0005\"></button>"
],
"missingAutocompleteInputs": [
"<input type=\"text\" value name=\"s\" id=\"s\" placeholder=\"Search\">",
"<input size=\"40\" maxlength=\"400\" class=\"wpcf7-form-control wpcf7-text wpcf7-validates-as-required\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"First name*\" value type=\"text\" name=\"first_name\">",
"<input size=\"40\" maxlength=\"400\" class=\"wpcf7-form-control wpcf7-text wpcf7-validates-as-required\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"Last name*\" value type=\"text\" name=\"last_name\">",
"<input size=\"40\" maxlength=\"400\" class=\"wpcf7-form-control wpcf7-email wpcf7-validates-as-required wpcf7-text wpcf7-validates-as-email\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"Business email*\" value type=\"email\" name=\"email\">",
"<input size=\"40\" maxlength=\"400\" class=\"wpcf7-form-control wpcf7-text wpcf7-validates-as-required\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"Job title*\" value type=\"text\" name=\"job_title\">",
"<input size=\"40\" maxlength=\"400\" class=\"wpcf7-form-control wpcf7-text wpcf7-validates-as-required\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"Company*\" value type=\"text\" name=\"company\">",
"<input id=\"vendor-search-handler\" type=\"text\" name=\"vendor-search-handler\" placeholder=\"Search…\" aria-label=\"Cookie list search\">"
],
"imagesMissingAlt": [],
"skippedHeadingLevels": [
"h1: Plot holes in AI: Why Ungrounded LLMs Can’t Fix Content Discovery",
"h2: TV audiences have shifted; ad dollars have not",
"h2: TV search and discovery in the AI era report",
"h2: Gracenote connects people to the content they love",
"h2: Unlock AI-powered content search and discovery",
"h2: Create engaging sports discovery experiences",
"h2: We help media and entertainment companies around the world connect audiences with the content they love.",
"h2: Gracenote coverage by the numbers",
"h2: Our solutions",
"h4: Development",
"h4: Distribution",
"h4: Discovery",
"h4: Advertising",
"h4: Gracenote content development, distribution, discovery and advertising solutions help our customers connect audiences with content.",
"h2: What our customers are saying",
"h6: It’s been a really positive experience. Gracenote was really dedicated with a real eye for the details. Not just following along, but also challenging us and bringing in new thinking.",
"h6: By helping to deliver a human-machine interface that is easy-to-use and aesthetically beautiful, Gracenote’s Smart Radio data solutions fit this approach perfectly.",
"h6: At Watch Brasil, we aim to deliver a unique, high-quality entertainment experience to our subscribers. Partnering with Gracenote, with its reliable and comprehensive database, has been essential in enhancing our content curation and service quality. Beyond data resources, our collaboration on innovative projects and constant knowledge exchange has been crucial for developing new features. We are excited about this partnership's future and confident in continuing to exceed our users' expectations together.",
"h6: Samsung is committed to delivering the most useful and engaging entertainment experiences to our users, By combining our AI technology with Gracenote’s industry-leading metadata, we aim to push content search and discovery to new heights, delighting viewers by empowering them to find the entertainment they love intuitively and naturally.",
"h2: Latest from Gracenote",
"h6: Plot holes in AI",
"h6: Streaming plays a supporting role for the 2026 FIFA World Cup",
"h6: Why ad investments in CTV are lagging traditional TV spending",
"h2: Discover how Gracenote metadata can help you unlock value from content",
"h2: Get in touch",
"h3: Thank you for reaching out to us!",
"h6: Solutions",
"h6: Segments",
"h6: Products",
"h6: Company",
"h6: Insights",
"h2: Cookie Settings",
"h3: Manage Consent Preferences",
"h4: Strictly Necessary Cookies",
"h4: Performance Cookies",
"h4: Functional Cookies",
"h4: Personalized Advertising Cookies",
"h4: Social Media Cookies",
"h3: Cookie List"
]
},
"counts": {
"h1": 1,
"headings": 39,
"links": 161,
"inaccessibleLinks": 8,
"buttons": 18,
"inaccessibleButtons": 6,
"images": 41,
"imagesWithAlt": 41,
"autocompleteInputs": 7,
"inputsWithAutocomplete": 0,
"missingAutocompleteInputs": 7
}
}Agent Ease of UseMCPInformational
WebMCP manifest
WebMCP manifest failed at "Fetch to find resource".
25 Fail
Agent Ease of UseMCPInformational
WebMCP manifest
WebMCP manifest failed at "Fetch to find resource".
Needs attention
WebMCP manifest
Issue
WebMCP manifest was not found at the expected path.
Why it matters
A WebMCP manifest advertises browser-exposed tools declaratively so agents can understand available site actions before invoking them.
Check name
WebMCP manifest
Score
0/100
Status
fail
Category
MCP
Maturity
Informational
Goal
Publish a WebMCP manifest for declarative browser tool discovery when using the draft manifest convention.
Result
WebMCP manifest failed at "Fetch to find resource".
Validation steps
Fetch to find resource
WebMCP manifest was not found at the expected path.
Evidence
{
"failedStep": "fetch",
"steps": [
{
"id": "fetch",
"title": "Fetch to find resource",
"status": "fail",
"evidence": {
"checked": [
{
"path": "/.well-known/webmcp.json",
"statusCode": 404,
"contentType": "text/html; charset=UTF-8",
"length": 102993
},
{
"path": "/webmcp.json",
"statusCode": 404,
"contentType": "text/html; charset=UTF-8",
"length": 102309
},
{
"path": "/mcp.json",
"statusCode": 404,
"contentType": "text/html; charset=UTF-8",
"length": 102141
}
]
},
"issue": "WebMCP manifest was not found at the expected path.",
"howToFix": "Keep declarative WebMCP manifest discovery informational until the manifest shape stabilizes; validate tools if you publish one."
}
]
}Agent Ease of UseSkill DiscoveryEmerging recommendation
A2A Agent Card
A2A Agent Card failed at "Fetch to find resource".
20 Fail
Agent Ease of UseSkill DiscoveryEmerging recommendation
A2A Agent Card
A2A Agent Card failed at "Fetch to find resource".
Needs attention
A2A Agent Card
Issue
A2A Agent Card was not found at the expected path.
Why it matters
A2A Agent Cards let compatible clients discover agent skills, input and output modes, and the endpoint used to invoke those skills.
Check name
A2A Agent Card
Score
0/100
Status
fail
Category
Skill Discovery
Maturity
Emerging recommendation
Goal
Publish an agent card so A2A-compatible clients can discover capabilities.
Result
A2A Agent Card failed at "Fetch to find resource".
Validation steps
Fetch to find resource
A2A Agent Card was not found at the expected path.
Evidence
{
"failedStep": "fetch",
"steps": [
{
"id": "fetch",
"title": "Fetch to find resource",
"status": "fail",
"evidence": {
"checked": [
{
"path": "/.well-known/agent-card.json",
"statusCode": 404,
"contentType": "text/html; charset=UTF-8",
"length": 103217
},
{
"path": "/.well-known/a2a/agent-card.json",
"statusCode": 404,
"contentType": "text/html; charset=UTF-8",
"length": 103917
},
{
"path": "/agent-card.json",
"statusCode": 404,
"contentType": "text/html; charset=UTF-8",
"length": 102533
}
]
},
"issue": "A2A Agent Card was not found at the expected path.",
"howToFix": "Publish an A2A Agent Card with required skill details and make the advertised url answer A2A JSON-RPC requests."
}
]
}Agent Ease of UseSkill DiscoveryEmerging recommendation
Agent Skills index
Agent Skills index failed at "Fetch to find resource".
20 Fail
Agent Ease of UseSkill DiscoveryEmerging recommendation
Agent Skills index
Agent Skills index failed at "Fetch to find resource".
Needs attention
Agent Skills index
Issue
Agent Skills index was not found at the expected path.
Why it matters
An Agent Skills index lets clients find task-specific SKILL.md documents that describe how to use site capabilities correctly.
Check name
Agent Skills index
Score
0/100
Status
fail
Category
Skill Discovery
Maturity
Emerging recommendation
Goal
Publish an agent skills discovery index.
Result
Agent Skills index failed at "Fetch to find resource".
Validation steps
Fetch to find resource
Agent Skills index was not found at the expected path.
Evidence
{
"failedStep": "fetch",
"steps": [
{
"id": "fetch",
"title": "Fetch to find resource",
"status": "fail",
"evidence": {
"checked": [
{
"path": "/.well-known/agent-skills/index.json",
"statusCode": 404,
"contentType": "text/html; charset=UTF-8",
"length": 104136
},
{
"path": "/.well-known/skills/index.json",
"statusCode": 404,
"contentType": "text/html; charset=UTF-8",
"length": 103805
}
]
},
"issue": "Agent Skills index was not found at the expected path.",
"howToFix": "Publish an index with a non-empty skills array and reachable SKILL.md URLs."
}
]
}Agent Ease of UseSkill DiscoveryEmerging recommendation
agent.json
agent.json failed at "Fetch to find resource".
20 Fail
Agent Ease of UseSkill DiscoveryEmerging recommendation
agent.json
agent.json failed at "Fetch to find resource".
Needs attention
agent.json
Issue
agent.json was not found at the expected path.
Why it matters
agent.json is an emerging machine-readable manifest for declaring what a website does, how agents authenticate, and which actions or protocols are available.
Check name
agent.json
Score
0/100
Status
fail
Category
Skill Discovery
Maturity
Emerging recommendation
Goal
Publish the singular Agent Web Protocol agent.json manifest without confusing it with the separate agents.json directory convention.
Result
agent.json failed at "Fetch to find resource".
Validation steps
Fetch to find resource
agent.json was not found at the expected path.
Evidence
{
"failedStep": "fetch",
"steps": [
{
"id": "fetch",
"title": "Fetch to find resource",
"status": "fail",
"evidence": {
"checked": [
{
"path": "/.well-known/agent.json",
"statusCode": 404,
"contentType": "text/html; charset=UTF-8",
"length": 102936
},
{
"path": "/agent.json",
"statusCode": 404,
"contentType": "text/html; charset=UTF-8",
"length": 102253
}
]
},
"issue": "agent.json was not found at the expected path.",
"howToFix": "Publish agent.json with awp_version, domain, intent, and typed actions that point to real same-origin API or protocol endpoints."
}
]
}Agent Ease of UseSkill DiscoveryInformational
agents.json
agents.json failed at "Fetch to find resource".
20 Fail
Agent Ease of UseSkill DiscoveryInformational
agents.json
agents.json failed at "Fetch to find resource".
Needs attention
agents.json
Issue
agents.json was not found at the expected path.
Why it matters
agents.json gives clients a simple directory of agent-facing capabilities and contacts when a site chooses to advertise them.
Check name
agents.json
Score
0/100
Status
fail
Category
Skill Discovery
Maturity
Informational
Goal
Publish an agents.json directory for agent-facing capabilities and contacts when using this convention.
Result
agents.json failed at "Fetch to find resource".
Validation steps
Fetch to find resource
agents.json was not found at the expected path.
Evidence
{
"failedStep": "fetch",
"steps": [
{
"id": "fetch",
"title": "Fetch to find resource",
"status": "fail",
"evidence": {
"checked": [
{
"path": "/.well-known/agents.json",
"statusCode": 404,
"contentType": "text/html; charset=UTF-8",
"length": 102992
},
{
"path": "/agents.json",
"statusCode": 404,
"contentType": "text/html; charset=UTF-8",
"length": 102309
}
]
},
"issue": "agents.json was not found at the expected path.",
"howToFix": "If this site uses agents.json, publish JSON with an agents array containing name and url for each agent."
}
]
}Agent Ease of UseAPIEmerging recommendation
AI context endpoint
AI context endpoint failed at "Validate resource body".
17 Fail
Agent Ease of UseAPIEmerging recommendation
AI context endpoint
AI context endpoint failed at "Validate resource body".
Needs attention
AI context endpoint
Issue
Content-Type "text/html; charset=UTF-8" is not JSON, Markdown, or text/plain.
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
50/100
Status
fail
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 failed at "Validate resource body".
Validation steps
Validate resource body
Content-Type "text/html; charset=UTF-8" is not JSON, Markdown, or text/plain.
Evidence
{
"failedStep": "validate",
"steps": [
{
"id": "fetch",
"title": "Fetch discovery resource",
"status": "pass",
"evidence": {
"path": "/api/context",
"statusCode": 200,
"contentType": "text/html; charset=UTF-8"
}
},
{
"id": "validate",
"title": "Validate resource body",
"status": "fail",
"evidence": {
"valid": false,
"compatibleContentType": false,
"issue": "Content-Type \"text/html; charset=UTF-8\" is not JSON, Markdown, or text/plain.",
"rawExcerpt": "<!DOCTYPE html><html class=\"no-js\" lang=\"en-US\" prefix=\"og: https://ogp.me/ns#\"> <!--<![endif]--><head><meta charset=\"UTF-8\"><meta name=\"viewport\" content=\"width=device-width, initial-scale=1\"><link rel=\"preconnect\" href=\"https://fonts.googleapis.com\"><link rel=\"preconnect\" href=\"https://fonts.gstatic.com\" crossorigin><link href=\"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap\" rel=\"stylesheet\"><link rel=\"image_src\" href=\"https://gracenote.com/wp-content/uploads/2025/04/Trent-Wheeler-1200-675.jpg\"><script>\ncountry_code_nf = \"N/A\";\ngidCookie = document.cookie.split(';').find((cookie) => cookie.includes(\"_ga=\"));\ngoogle_analytics_id = gidCookie ? gidCookie.trim().split(\"=\")[1] : 'N/A';\nvisitorId = document.cookie.split(';').find(ele => ele.includes('visitor_i"
},
"issue": "Content-Type \"text/html; charset=UTF-8\" is not JSON, Markdown, or text/plain.",
"howToFix": "Publish a concise JSON or Markdown AI context endpoint describing the product, public actions, and machine-readable resources."
}
]
}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": "gracenote.com",
"probes": [
{
"name": "_index._agents.gracenote.com",
"found": false,
"recordCount": 1,
"records": [],
"hasAlpn": false,
"hasEndpoint": false
},
{
"name": "_a2a._agents.gracenote.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": "gracenote.com",
"dnssecTypes": [],
"dnssecRecordCount": 0
}
]
},
"issue": "DNSSEC material was not visible for the hostname or parent zone from this resolver.",
"howToFix": "Sign the public discovery zone with DNSSEC so validating resolvers can return authenticated data."
}
]
}Agent Ease of UseMCPInformational
WebMCP
WebMCP has a validation warning at "Validate WebMCP declarative annotation quality".
13 Warning
Agent Ease of UseMCPInformational
WebMCP
WebMCP has a validation warning at "Validate WebMCP declarative annotation quality".
Needs attention
WebMCP
Issue
WebMCP declarative annotations need fixes.
Details
Why it matters
WebMCP can expose page context and actions directly through the browser, giving agents safer structured hooks than screen scraping alone.
Check name
WebMCP
Score
50/100
Status
warning
Category
MCP
Maturity
Informational
Goal
Support WebMCP to expose site tools to AI agents via the browser.
Result
WebMCP has a validation warning at "Validate WebMCP declarative annotation quality".
Validation steps
Detect data-mcp-tool annotations
No data-mcp-tool attributes were found on interactive elements.
Detect WebMCP declarative tags
No elements found with tool-name or tool-description attributes.
Validate WebMCP declarative annotation quality
WebMCP declarative annotations need fixes.
WebMCP declarative annotation issues
<input name="s"> is missing a label.<input name="s"> is missing tool-param-description.<input name="menu"> is missing tool-param-description.<input name="menu"> is missing tool-param-description.<select name="areaOfInterest"> is missing a label.<select name="areaOfInterest"> is missing tool-param-description.<input name="first_name"> is missing a label.<input name="first_name"> is missing tool-param-description.<input name="last_name"> is missing a label.<input name="last_name"> is missing tool-param-description.<input name="email"> is missing a label.<input name="email"> is missing tool-param-description.<input name="job_title"> is missing a label.<input name="job_title"> is missing tool-param-description.<input name="company"> is missing a label.<input name="company"> is missing tool-param-description.<select name="companySize"> is missing a label.<select name="companySize"> is missing tool-param-description.<select name="industry"> is missing a label.<select name="industry"> is missing tool-param-description.<select name="country"> is missing a label.<select name="country"> is missing tool-param-description.<textarea name="comments"> is missing a label.<textarea name="comments"> is missing tool-param-description.<input> is missing a name attribute.
Detect WebMCP imperative API usage
navigator.modelContext.provideContext(), navigator.modelContext.registerTool(), or other imperative signals were not detected in rendered browser state.
Detect WebMCP browser navigator injection
navigator.modelContext was not detected in the rendered browser page.
Interactive surface coverage
Only 0% of interactive surfaces are annotated.
Evidence
{
"failedStep": "declarative-annotation-quality",
"steps": [
{
"id": "data-mcp-tool-attributes",
"title": "Detect data-mcp-tool annotations",
"status": "informational",
"evidence": {
"dataMcpToolCount": 0,
"dataMcpTools": []
},
"issue": "No data-mcp-tool attributes were found on interactive elements.",
"howToFix": "Add data-mcp-tool attributes to high-value forms, buttons, and links so generic MCP-aware tooling can identify intended actions."
},
{
"id": "declarative-tags",
"title": "Detect WebMCP declarative tags",
"status": "informational",
"evidence": {
"totalForms": 2,
"formsWithTags": 0,
"totalInteractive": 205,
"interactiveWithTags": 0,
"totalCount": 207,
"taggedCount": 0,
"dataMcpToolCount": 0,
"dataMcpTools": [],
"coverage": 0,
"annotationIssues": [
"<input name=\"s\"> is missing a label.",
"<input name=\"s\"> is missing tool-param-description.",
"<input name=\"menu\"> is missing tool-param-description.",
"<input name=\"menu\"> is missing tool-param-description.",
"<select name=\"areaOfInterest\"> is missing a label.",
"<select name=\"areaOfInterest\"> is missing tool-param-description.",
"<input name=\"first_name\"> is missing a label.",
"<input name=\"first_name\"> is missing tool-param-description.",
"<input name=\"last_name\"> is missing a label.",
"<input name=\"last_name\"> is missing tool-param-description.",
"<input name=\"email\"> is missing a label.",
"<input name=\"email\"> is missing tool-param-description.",
"<input name=\"job_title\"> is missing a label.",
"<input name=\"job_title\"> is missing tool-param-description.",
"<input name=\"company\"> is missing a label.",
"<input name=\"company\"> is missing tool-param-description.",
"<select name=\"companySize\"> is missing a label.",
"<select name=\"companySize\"> is missing tool-param-description.",
"<select name=\"industry\"> is missing a label.",
"<select name=\"industry\"> is missing tool-param-description.",
"<select name=\"country\"> is missing a label.",
"<select name=\"country\"> is missing tool-param-description.",
"<textarea name=\"comments\"> is missing a label.",
"<textarea name=\"comments\"> is missing tool-param-description.",
"<input> is missing a name attribute.",
"<input> is missing a label.",
"<input> is missing tool-param-description.",
"<textarea name=\"_wpcf7_ak_hp_textarea\"> is missing tool-param-description.",
"<input name=\"menu\"> is missing tool-param-description.",
"<input name=\"ot-group-id-C0002\"> is missing tool-param-description.",
"<input name=\"ot-group-id-C0003\"> is missing tool-param-description.",
"<input name=\"ot-group-id-C0004\"> is missing tool-param-description.",
"<input name=\"ot-group-id-C0005\"> is missing tool-param-description.",
"<input name=\"vendor-search-handler\"> is missing tool-param-description.",
"<input> is missing a name attribute.",
"<input> is missing tool-param-description.",
"<input> is missing a name attribute.",
"<input> is missing tool-param-description.",
"<input> is missing a name attribute.",
"<input> is missing tool-param-description.",
"<input> is missing a name attribute.",
"<input> is missing tool-param-description.",
"<textarea name=\"g-recaptcha-response\"> is missing a label.",
"<textarea name=\"g-recaptcha-response\"> is missing tool-param-description."
]
},
"issue": "No elements found with tool-name or tool-description attributes.",
"howToFix": "Add tool-name and tool-description attributes to forms and interactive elements."
},
{
"id": "declarative-annotation-quality",
"title": "Validate WebMCP declarative annotation quality",
"status": "warning",
"evidence": {
"issueCount": 44,
"issues": [
"<input name=\"s\"> is missing a label.",
"<input name=\"s\"> is missing tool-param-description.",
"<input name=\"menu\"> is missing tool-param-description.",
"<input name=\"menu\"> is missing tool-param-description.",
"<select name=\"areaOfInterest\"> is missing a label.",
"<select name=\"areaOfInterest\"> is missing tool-param-description.",
"<input name=\"first_name\"> is missing a label.",
"<input name=\"first_name\"> is missing tool-param-description.",
"<input name=\"last_name\"> is missing a label.",
"<input name=\"last_name\"> is missing tool-param-description.",
"<input name=\"email\"> is missing a label.",
"<input name=\"email\"> is missing tool-param-description.",
"<input name=\"job_title\"> is missing a label.",
"<input name=\"job_title\"> is missing tool-param-description.",
"<input name=\"company\"> is missing a label.",
"<input name=\"company\"> is missing tool-param-description.",
"<select name=\"companySize\"> is missing a label.",
"<select name=\"companySize\"> is missing tool-param-description.",
"<select name=\"industry\"> is missing a label.",
"<select name=\"industry\"> is missing tool-param-description.",
"<select name=\"country\"> is missing a label.",
"<select name=\"country\"> is missing tool-param-description.",
"<textarea name=\"comments\"> is missing a label.",
"<textarea name=\"comments\"> is missing tool-param-description.",
"<input> is missing a name attribute."
]
},
"issue": "WebMCP declarative annotations need fixes.",
"issueDetails": [
{
"title": "WebMCP declarative annotation issues",
"items": [
{
"type": "code",
"value": "<input name=\"s\"> is missing a label."
},
{
"type": "code",
"value": "<input name=\"s\"> is missing tool-param-description."
},
{
"type": "code",
"value": "<input name=\"menu\"> is missing tool-param-description."
},
{
"type": "code",
"value": "<input name=\"menu\"> is missing tool-param-description."
},
{
"type": "code",
"value": "<select name=\"areaOfInterest\"> is missing a label."
},
{
"type": "code",
"value": "<select name=\"areaOfInterest\"> is missing tool-param-description."
},
{
"type": "code",
"value": "<input name=\"first_name\"> is missing a label."
},
{
"type": "code",
"value": "<input name=\"first_name\"> is missing tool-param-description."
},
{
"type": "code",
"value": "<input name=\"last_name\"> is missing a label."
},
{
"type": "code",
"value": "<input name=\"last_name\"> is missing tool-param-description."
},
{
"type": "code",
"value": "<input name=\"email\"> is missing a label."
},
{
"type": "code",
"value": "<input name=\"email\"> is missing tool-param-description."
},
{
"type": "code",
"value": "<input name=\"job_title\"> is missing a label."
},
{
"type": "code",
"value": "<input name=\"job_title\"> is missing tool-param-description."
},
{
"type": "code",
"value": "<input name=\"company\"> is missing a label."
},
{
"type": "code",
"value": "<input name=\"company\"> is missing tool-param-description."
},
{
"type": "code",
"value": "<select name=\"companySize\"> is missing a label."
},
{
"type": "code",
"value": "<select name=\"companySize\"> is missing tool-param-description."
},
{
"type": "code",
"value": "<select name=\"industry\"> is missing a label."
},
{
"type": "code",
"value": "<select name=\"industry\"> is missing tool-param-description."
},
{
"type": "code",
"value": "<select name=\"country\"> is missing a label."
},
{
"type": "code",
"value": "<select name=\"country\"> is missing tool-param-description."
},
{
"type": "code",
"value": "<textarea name=\"comments\"> is missing a label."
},
{
"type": "code",
"value": "<textarea name=\"comments\"> is missing tool-param-description."
},
{
"type": "code",
"value": "<input> is missing a name attribute."
}
]
}
],
"howToFix": "Use snake_case tool-name values, descriptive tool-description values, named and labeled fields, and tool-param-description on inputs."
},
{
"id": "imperative-api",
"title": "Detect WebMCP imperative API usage",
"status": "informational",
"evidence": {
"staticSignals": {
"detected": false,
"matched": []
},
"browser": {
"checked": true,
"detected": false,
"hasNavigatorModelContext": false,
"modelContextType": "undefined",
"hasProvideContext": false,
"hasRegisterTool": false
}
},
"issue": "navigator.modelContext.provideContext(), navigator.modelContext.registerTool(), or other imperative signals were not detected in rendered browser state.",
"howToFix": "Use navigator.modelContext.provideContext() to register tools programmatically."
},
{
"id": "browser-navigator-injection",
"title": "Detect WebMCP browser navigator injection",
"status": "informational",
"evidence": {
"browser": {
"checked": true,
"detected": false,
"hasNavigatorModelContext": false,
"modelContextType": "undefined",
"hasProvideContext": false,
"hasRegisterTool": false
}
},
"issue": "navigator.modelContext was not detected in the rendered browser page.",
"howToFix": "Expose WebMCP through navigator.modelContext in the browser runtime when the page is intended to provide in-page tools."
},
{
"id": "surface-coverage",
"title": "Interactive surface coverage",
"status": "informational",
"evidence": {
"totalForms": 2,
"formsWithTags": 0,
"totalInteractive": 205,
"interactiveWithTags": 0,
"totalCount": 207,
"taggedCount": 0,
"dataMcpToolCount": 0,
"dataMcpTools": [],
"coverage": 0,
"annotationIssues": [
"<input name=\"s\"> is missing a label.",
"<input name=\"s\"> is missing tool-param-description.",
"<input name=\"menu\"> is missing tool-param-description.",
"<input name=\"menu\"> is missing tool-param-description.",
"<select name=\"areaOfInterest\"> is missing a label.",
"<select name=\"areaOfInterest\"> is missing tool-param-description.",
"<input name=\"first_name\"> is missing a label.",
"<input name=\"first_name\"> is missing tool-param-description.",
"<input name=\"last_name\"> is missing a label.",
"<input name=\"last_name\"> is missing tool-param-description.",
"<input name=\"email\"> is missing a label.",
"<input name=\"email\"> is missing tool-param-description.",
"<input name=\"job_title\"> is missing a label.",
"<input name=\"job_title\"> is missing tool-param-description.",
"<input name=\"company\"> is missing a label.",
"<input name=\"company\"> is missing tool-param-description.",
"<select name=\"companySize\"> is missing a label.",
"<select name=\"companySize\"> is missing tool-param-description.",
"<select name=\"industry\"> is missing a label.",
"<select name=\"industry\"> is missing tool-param-description.",
"<select name=\"country\"> is missing a label.",
"<select name=\"country\"> is missing tool-param-description.",
"<textarea name=\"comments\"> is missing a label.",
"<textarea name=\"comments\"> is missing tool-param-description.",
"<input> is missing a name attribute.",
"<input> is missing a label.",
"<input> is missing tool-param-description.",
"<textarea name=\"_wpcf7_ak_hp_textarea\"> is missing tool-param-description.",
"<input name=\"menu\"> is missing tool-param-description.",
"<input name=\"ot-group-id-C0002\"> is missing tool-param-description.",
"<input name=\"ot-group-id-C0003\"> is missing tool-param-description.",
"<input name=\"ot-group-id-C0004\"> is missing tool-param-description.",
"<input name=\"ot-group-id-C0005\"> is missing tool-param-description.",
"<input name=\"vendor-search-handler\"> is missing tool-param-description.",
"<input> is missing a name attribute.",
"<input> is missing tool-param-description.",
"<input> is missing a name attribute.",
"<input> is missing tool-param-description.",
"<input> is missing a name attribute.",
"<input> is missing tool-param-description.",
"<input> is missing a name attribute.",
"<input> is missing tool-param-description.",
"<textarea name=\"g-recaptcha-response\"> is missing a label.",
"<textarea name=\"g-recaptcha-response\"> is missing tool-param-description."
]
},
"issue": "Only 0% of interactive surfaces are annotated.",
"howToFix": "Add WebMCP annotations to all forms and interactive elements to increase agent coverage."
}
],
"staticSignals": {
"detected": false,
"matched": []
},
"coverage": {
"totalForms": 2,
"formsWithTags": 0,
"totalInteractive": 205,
"interactiveWithTags": 0,
"totalCount": 207,
"taggedCount": 0,
"dataMcpToolCount": 0,
"dataMcpTools": [],
"coverage": 0,
"annotationIssues": [
"<input name=\"s\"> is missing a label.",
"<input name=\"s\"> is missing tool-param-description.",
"<input name=\"menu\"> is missing tool-param-description.",
"<input name=\"menu\"> is missing tool-param-description.",
"<select name=\"areaOfInterest\"> is missing a label.",
"<select name=\"areaOfInterest\"> is missing tool-param-description.",
"<input name=\"first_name\"> is missing a label.",
"<input name=\"first_name\"> is missing tool-param-description.",
"<input name=\"last_name\"> is missing a label.",
"<input name=\"last_name\"> is missing tool-param-description.",
"<input name=\"email\"> is missing a label.",
"<input name=\"email\"> is missing tool-param-description.",
"<input name=\"job_title\"> is missing a label.",
"<input name=\"job_title\"> is missing tool-param-description.",
"<input name=\"company\"> is missing a label.",
"<input name=\"company\"> is missing tool-param-description.",
"<select name=\"companySize\"> is missing a label.",
"<select name=\"companySize\"> is missing tool-param-description.",
"<select name=\"industry\"> is missing a label.",
"<select name=\"industry\"> is missing tool-param-description.",
"<select name=\"country\"> is missing a label.",
"<select name=\"country\"> is missing tool-param-description.",
"<textarea name=\"comments\"> is missing a label.",
"<textarea name=\"comments\"> is missing tool-param-description.",
"<input> is missing a name attribute.",
"<input> is missing a label.",
"<input> is missing tool-param-description.",
"<textarea name=\"_wpcf7_ak_hp_textarea\"> is missing tool-param-description.",
"<input name=\"menu\"> is missing tool-param-description.",
"<input name=\"ot-group-id-C0002\"> is missing tool-param-description.",
"<input name=\"ot-group-id-C0003\"> is missing tool-param-description.",
"<input name=\"ot-group-id-C0004\"> is missing tool-param-description.",
"<input name=\"ot-group-id-C0005\"> is missing tool-param-description.",
"<input name=\"vendor-search-handler\"> is missing tool-param-description.",
"<input> is missing a name attribute.",
"<input> is missing tool-param-description.",
"<input> is missing a name attribute.",
"<input> is missing tool-param-description.",
"<input> is missing a name attribute.",
"<input> is missing tool-param-description.",
"<input> is missing a name attribute.",
"<input> is missing tool-param-description.",
"<textarea name=\"g-recaptcha-response\"> is missing a label.",
"<textarea name=\"g-recaptcha-response\"> is missing tool-param-description."
]
},
"browserWebMcp": {
"checked": true,
"detected": false,
"hasNavigatorModelContext": false,
"modelContextType": "undefined",
"hasProvideContext": false,
"hasRegisterTool": false
}
}AI DiscoverabilityContent ReadinessEstablished
Content freshness signals
Content freshness signals is partially implemented.
6 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 Last-Modified HTTP header.
Why it matters
Freshness signals help agents decide whether content is current enough to cite, summarize, or compare against newer sources.
Check name
Content freshness signals
Score
75/100
Status
warning
Category
Content Readiness
Maturity
Established
Goal
Expose modified and published dates for freshness-aware retrieval and ranking.
Result
Content freshness signals is partially implemented.
Evidence
{
"lastModified": null,
"schemaDates": [
"2026-06-10T12:43:20+00:00",
"2024-02-21T15:47:56+00:00",
"2026-06-10T12:43:20+00:00",
"2024-02-21T15:47:56+00:00",
"2026-02-10 11:21:18",
"2026-06-10T12:43:20Z",
"2024-02-21T15:47:56Z"
],
"metaDateCount": 4,
"timeDateCount": 0
}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
14 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": 16,
"passing": 2,
"failing": [
{
"heading": "TV audiences have shifted; ad dollars have not",
"headingHtml": "<h2 class=\"gracenote-fade-in-slide\">TV audiences have shifted; ad dollars have not</h2>",
"firstParagraph": "The need for content intelligence in the CTV era",
"paragraphHtml": "<p class=\"gracenote-fade-in-slide\">The need for content intelligence in the CTV era</p>",
"words": 9,
"direct": false,
"issue": "First paragraph is 9 words and does not look like a concise direct answer."
},
{
"heading": "TV search and discovery in the AI era report",
"headingHtml": "<h2 class=\"gracenote-fade-in-slide\">TV search and discovery in the AI era report</h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Gracenote connects people to the content they love",
"headingHtml": "<h2 class=\"gracenote-fade-in-slide\">Gracenote connects people to the content they love</h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Unlock AI-powered content search and discovery",
"headingHtml": "<h2 class=\"gracenote-fade-in-slide\">Unlock AI-powered content search and discovery</h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Create engaging sports discovery experiences",
"headingHtml": "<h2 class=\"gracenote-fade-in-slide\">Create engaging sports discovery experiences</h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "We help media and entertainment companies around the world connect audiences with the content they love.",
"headingHtml": "<h2>We help media and entertainment companies around the world <span style=\"color: #f40953;\">connect audiences with the content they love. </span></h2>",
"firstParagraph": "Our entertainment metadata and IDs power the entertainment ecosystem, from creation to consumption, enabling you to maximize the value of content investments and engage viewers effectively.",
"paragraphHtml": "<p>Our entertainment metadata and IDs power the entertainment ecosystem, from creation to consumption, enabling you to maximize the value of content investments and engage viewers effectively.</p>",
"words": 26,
"direct": false,
"issue": "First paragraph is 26 words and does not look like a concise direct answer."
},
{
"heading": "Gracenote coverage by the numbers",
"headingHtml": "<h2 class=\"elementor-heading-title elementor-size-default\">Gracenote coverage by the numbers</h2>",
"firstParagraph": "Gracenote",
"paragraphHtml": "<p class=\"elementor-heading-title elementor-size-default\">Gracenote</p>",
"words": 1,
"direct": false,
"issue": "First paragraph is 1 words and does not look like a concise direct answer."
},
{
"heading": "Our solutions",
"headingHtml": "<h2 class=\"elementor-heading-title elementor-size-default\">Our solutions</h2>",
"firstParagraph": "Stay in tune with Hollywood trends, know the buzz-worthy names and grasp what captures the audience’s attention to create your next big hit.",
"paragraphHtml": "<p>Stay in tune with Hollywood trends, know the buzz-worthy names and grasp what captures the audience’s attention to create your next big hit.</p>",
"words": 24,
"direct": false,
"issue": "First paragraph is 24 words and does not look like a concise direct answer."
},
{
"heading": "What our customers are saying",
"headingHtml": "<h2 class=\"elementor-heading-title elementor-size-default\">What our customers are saying</h2>",
"firstParagraph": "Bei Li",
"paragraphHtml": "<p>Bei Li</p>",
"words": 2,
"direct": false,
"issue": "First paragraph is 2 words and does not look like a concise direct answer."
},
{
"heading": "Latest from Gracenote",
"headingHtml": "<h2 class=\"elementor-heading-title elementor-size-default\">Latest from Gracenote</h2>",
"firstParagraph": "Without proper grounding, large language models aren’t able to deliver accurate search and discovery results for TV viewers.",
"paragraphHtml": "<p>Without proper grounding, large language models aren’t able to deliver accurate search and discovery results for TV viewers. </p>",
"words": 19,
"direct": false,
"issue": "First paragraph is 19 words and does not look like a concise direct answer."
},
{
"heading": "Discover how Gracenote metadata can help you unlock value from content",
"headingHtml": "<h2 class=\"elementor-heading-title elementor-size-default\">Discover how Gracenote metadata can help you unlock value from content</h2>",
"firstParagraph": "Whether you’re looking to accelerate content distribution or power next-gen personalized guides and user experiences, we can help you get the most from your content investment.",
"paragraphHtml": "<p><span style=\"font-weight: 400;\">Whether you’re looking to accelerate content distribution or power next-gen personalized guides and user experiences, we can help you get the most from your content investment.</span></p>",
"words": 27,
"direct": false,
"issue": "First paragraph is 27 words and does not look like a concise direct answer."
},
{
"heading": "Get in touch",
"headingHtml": "<h2>Get in touch</h2>",
"firstParagraph": "Fill out the form to contact us!",
"paragraphHtml": "<p>Fill out the form to contact us!</p>",
"words": 7,
"direct": false,
"issue": "First paragraph is 7 words and does not look like a concise direct answer."
},
{
"heading": "Cookie Settings",
"headingHtml": "<h2 id=\"ot-pc-title\">Cookie Settings</h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Cookie List",
"headingHtml": "<h3>Cookie List</h3>",
"firstParagraph": "",
"paragraphHtml": "<p role=\"status\" class=\"ot-scrn-rdr\"></p>",
"words": 0,
"direct": false,
"issue": "First paragraph is 0 words and does not look like a concise direct answer."
}
],
"score": 65,
"weight": 28
}GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AIO: Visible structured data match
AIO: Visible structured data match scored 78/100 and needs improvement.
3 Warning
GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AIO: Visible structured data match
AIO: Visible structured data match scored 78/100 and needs improvement.
Needs attention
AIO: Visible structured data match
Issue
5 structured-data value(s) were not found in visible page text.
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
78/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: Visible structured data match scored 78/100 and needs improvement.
Evidence
{
"schemaCount": 9,
"checkedFields": [
{
"path": "$[0].@graph[0].name",
"value": "Gracenote"
},
{
"path": "$[0].@graph[1].name",
"value": "Gracenote"
},
{
"path": "$[0].@graph[3].name",
"value": "Gracenote | Media and Entertainment Metadata Solutions"
},
{
"path": "$[0].@graph[4].name",
"value": "Valentyna"
},
{
"path": "$[0].@graph[5].headline",
"value": "Gracenote | Media and Entertainment Metadata Solutions"
},
{
"path": "$[0].@graph[5].description",
"value": "Connect your audience to the media, music, and sports they love with Gracenote's metadata solutions."
},
{
"path": "$[0].@graph[5].author.name",
"value": "Valentyna"
},
{
"path": "$[0].@graph[5].name",
"value": "Gracenote | Media and Entertainment Metadata Solutions"
},
{
"path": "$[0].@graph[6].name",
"value": "Gracenote Sizzle 2026"
},
{
"path": "$[0].@graph[6].description",
"value": "Connect your audience to the media, music, and sports they love with Gracenote's metadata solutions."
},
{
"path": "$[1].name",
"value": "Gracenote"
},
{
"path": "$[2].name",
"value": "Gracenote"
},
{
"path": "$[4].name",
"value": "Gracenote | Media and Entertainment Metadata Solutions"
},
{
"path": "$[5].name",
"value": "Valentyna"
},
{
"path": "$[6].headline",
"value": "Gracenote | Media and Entertainment Metadata Solutions"
},
{
"path": "$[6].description",
"value": "Connect your audience to the media, music, and sports they love with Gracenote's metadata solutions."
},
{
"path": "$[6].author.name",
"value": "Valentyna"
},
{
"path": "$[6].name",
"value": "Gracenote | Media and Entertainment Metadata Solutions"
},
{
"path": "$[7].name",
"value": "Gracenote Sizzle 2026"
},
{
"path": "$[7].description",
"value": "Connect your audience to the media, music, and sports they love with Gracenote's metadata solutions."
},
{
"path": "$[8].headline",
"value": "Gracenote"
},
{
"path": "$[8].author[0].name",
"value": "Valentyna"
},
{
"path": "$[8].publisher.name",
"value": "Gracenote"
}
],
"mismatches": [
{
"path": "$[0].@graph[4].name",
"value": "Valentyna"
},
{
"path": "$[0].@graph[5].author.name",
"value": "Valentyna"
},
{
"path": "$[5].name",
"value": "Valentyna"
},
{
"path": "$[6].author.name",
"value": "Valentyna"
},
{
"path": "$[8].author[0].name",
"value": "Valentyna"
}
],
"score": 78,
"weight": 18
}GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AEO: Question-led structure
AEO: Question-led structure scored 70/100 and needs improvement.
3 Warning
GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AEO: Question-led structure
AEO: Question-led structure scored 70/100 and needs improvement.
Needs attention
AEO: Question-led structure
Issue
14 section(s) may benefit from a clearer opening answer; this is optional for feature/card sections.
Why it matters
Answer engines need concise answers, question-led structure, entity clarity, visible evidence, and trust signals that can be extracted without relying on search-only metadata checks.
Check name
AEO: Question-led structure
Score
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: Question-led structure scored 70/100 and needs improvement.
Evidence
{
"h2Count": 13,
"questionH2s": [
{
"index": 9,
"text": "What our customers are saying",
"isQuestion": true,
"html": "<h2 class=\"elementor-heading-title elementor-size-default\">What our customers are saying</h2>"
}
],
"hasFaq": false,
"score": 70,
"weight": 18
}GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
GEO: Entity clarity
GEO: Entity clarity scored 82/100 and needs improvement.
3 Warning
GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
GEO: Entity clarity
GEO: Entity clarity scored 82/100 and needs improvement.
Needs attention
GEO: Entity clarity
Issue
Title/H1 terms missing from description: entertainment, plot, holes, ungrounded, llms, fix, content, discovery.
Details
Why it matters
Generative engines favor pages with self-contained answer passages, clear entities, structured data, summaries, FAQ patterns, and crawler-accessible HTML that can be cited without extra interpretation.
Check name
GEO: Entity clarity
Score
82/100
Status
warning
Category
GEO, AIO & AEO
Maturity
Emerging recommendation
Goal
Make page content easy for AI answer engines to extract, cite, and attribute.
Result
GEO: Entity clarity scored 82/100 and needs improvement.
Evidence
{
"title": "Gracenote | Media and Entertainment Metadata Solutions",
"h1": "Plot holes in AI: Why Ungrounded LLMs Can’t Fix Content Discovery",
"description": "Connect your audience to the media, music, and sports they love with Gracenote's metadata solutions.",
"topicOverlap": 0.4,
"topicTerms": [
"gracenote",
"media",
"entertainment",
"metadata",
"solutions",
"plot",
"holes",
"ungrounded",
"llms",
"fix",
"content",
"discovery"
],
"descriptionTerms": [
"connect",
"audience",
"media",
"music",
"sports",
"they",
"love",
"gracenote",
"metadata",
"solutions"
],
"missingFromDescription": [
"entertainment",
"plot",
"holes",
"ungrounded",
"llms",
"fix",
"content",
"discovery"
],
"score": 82,
"weight": 28
}GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AIO: Page experience for AIO
AIO: Page experience for AIO scored 70/100 and needs improvement.
3 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
6 image(s) are missing width/height attributes. 10 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": 1994,
"htmlBytes": 356049,
"imagesMissingDimensions": [
{
"src": "https://gracenote.com/wp-content/uploads/2024/04/Mask-group-17.png?w=180",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img decoding=\"async\" src=\"https://gracenote.com/wp-content/uploads/2024/04/Mask-group-17.png?w=180\" title=\"Mask group-17\" alt=\"dazn\" loading=\"lazy\">"
},
{
"src": "https://gracenote.com/wp-content/uploads/2024/04/Mask-group-18.png?w=300",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img decoding=\"async\" src=\"https://gracenote.com/wp-content/uploads/2024/04/Mask-group-18.png?w=300\" title=\"Mask group-18\" alt=\"disney\" loading=\"lazy\">"
},
{
"src": "https://gracenote.com/wp-content/uploads/2024/04/Mask-group-19.png?w=300",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img decoding=\"async\" src=\"https://gracenote.com/wp-content/uploads/2024/04/Mask-group-19.png?w=300\" title=\"Mask group-19\" alt=\"tubi\" loading=\"lazy\">"
},
{
"src": "https://gracenote.com/wp-content/uploads/2024/06/Mask-group-1.svg",
"width": "1200",
"height": "",
"loading": "lazy",
"html": "<img decoding=\"async\" width=\"1200\" src=\"https://gracenote.com/wp-content/uploads/2024/06/Mask-group-1.svg\" class=\"attachment-full size-full\" alt=\"liberty global\" loading=\"lazy\">"
},
{
"src": "https://cdn.cookielaw.org/logos/70b0083d-d519-4ad2-84ca-96b7c5f8e1a9/018e7563-0900-7757-9a91-02fa26931477/63e76931-854c-460d-af38-1bc13640dc0e/Gracenote_a_nielsen_company_logo.svg.png",
"width": "",
"height": "",
"loading": "",
"html": "<img alt=\"Company Logo\" src=\"https://cdn.cookielaw.org/logos/70b0083d-d519-4ad2-84ca-96b7c5f8e1a9/018e7563-0900-7757-9a91-02fa26931477/63e76931-854c-460d-af38-1bc13640dc0e/Gracenote_a_nielsen_company_logo.svg.png\">"
},
{
"src": "https://cdn.cookielaw.org/logos/static/powered_by_logo.svg",
"width": "",
"height": "",
"loading": "",
"html": "<img alt=\"Powered by Onetrust\" src=\"https://cdn.cookielaw.org/logos/static/powered_by_logo.svg\" title=\"Powered by OneTrust Opens in a new Tab\">"
}
],
"possibleDialogs": [
"<div class=\"gracenote-header__search-popup\"><form role=\"search\" method=\"get\" id=\"searchform\" action=\"https://gracenote.com/\"><input type=\"text\" value name=\"s\" id=\"s\" placeholder=\"Search\"><input type=\"hidden\" name=\"post_type\" value=\"any\"><button type=\"submit\" id=\"searchsubmit\"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\"><path d=\"M21 21L17.5001 17.5M20 11.5C20 16.1944 16.1944 20 11.5 20C6.80558 20 3 16.1944 3 11.5C3 6.80558 6.80558 3 11.5 3C16....",
"<div class=\"elementor-element elementor-element-3279e10 elementor-widget elementor-widget-gracenote-popup-button\" data-id=\"3279e10\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"gracenote-popup-button.default\"><div class=\"elementor-widget-container\"><div class=\"gracenote-popup-button\"><a href=\"#contact-us-form\" class=\"btn-light\">Get in touch<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"17\" height=\"17\" viewBox=\"0 0 17 17\" fill=\"none\"><path d=\"M3.3895 8.50001H12.8799M12.879...",
"<div class=\"gracenote-popup-button\"><a href=\"#contact-us-form\" class=\"btn-light\">Get in touch<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"17\" height=\"17\" viewBox=\"0 0 17 17\" fill=\"none\"><path d=\"M3.3895 8.50001H12.8799M12.8799 8.50001L8.13469 13.2452M12.8799 8.50001L8.13469 3.75482\" stroke=\"#F40953\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/></svg></a></div>",
"<div id=\"contact-us-form\" class=\"gracenote-header__popup\"><div class=\"gracenote-header__popup-inner\"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\"><path d=\"M18 6L6 18M6 6L18 18\" stroke=\"#F40953\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/></svg><h2>Get in touch</h2><p>Fill out the form to contact us!</p><div class=\"wpcf7 js\" id=\"wpcf7-f1806-o1\" lang=\"en-US\" dir=\"ltr\" data-wpcf7-id=\"1806\"><div class=\"screen-reader-response\">...",
"<div class=\"gracenote-header__popup-inner\"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\"><path d=\"M18 6L6 18M6 6L18 18\" stroke=\"#F40953\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/></svg><h2>Get in touch</h2><p>Fill out the form to contact us!</p><div class=\"wpcf7 js\" id=\"wpcf7-f1806-o1\" lang=\"en-US\" dir=\"ltr\" data-wpcf7-id=\"1806\"><div class=\"screen-reader-response\"><p role=\"status\" aria-live=\"polite\" aria-atomic=\"true\"></p...",
"<div class=\"gracenote-header__popup-sent\"><svg width=\"118\" height=\"118\" viewBox=\"0 0 118 118\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M59 117.29C91.1927 117.29 117.29 91.1926 117.29 59C117.29 26.8073 91.1927 0.709961 59 0.709961C26.8073 0.709961 0.709991 26.8073 0.709991 59C0.709991 91.1926 26.8073 117.29 59 117.29Z\" fill=\"#F40953\"/><path d=\"M46.8925 82.9252L28.0425 64.0752C27.3783 63.3976 27.0063 62.4866 27.0063 61.5377C27.0063 60.5888 27.3783 59.6778 28.0425 59.0002L32.9 54....",
"<div class=\"gracenote-header__popup-info\"><h3>Thank you for reaching out to us!</h3><p>Your inquiry has been received, and our team is eager to assist you. We will review your message promptly and respond to you as soon as possible.</p></div>",
"<div role=\"dialog\" aria-modal=\"true\" aria-label=\"Privacy\"><div class=\"ot-sdk-container\"><div class=\"ot-sdk-row\"><div id=\"onetrust-group-container\" class=\"ot-sdk-eight ot-sdk-columns\"><div class=\"banner_logo\"></div><div id=\"onetrust-policy\"><div id=\"onetrust-policy-text\">By clicking “Accept All Cookies" you agree to the storing of cookies on your device to enhance site navigation, analyze site usage, and assist in our marketing efforts. </div></div></div><div id=\"onetrust-button-gr...",
"<div role=\"dialog\" aria-modal=\"true\" style=\"height: 100%;\" aria-label=\"Cookie Settings\"><!-- Close Button --><div class=\"ot-pc-header\"><!-- Logo Tag --><div class=\"ot-pc-logo\"><img alt=\"Company Logo\" src=\"https://cdn.cookielaw.org/logos/70b0083d-d519-4ad2-84ca-96b7c5f8e1a9/018e7563-0900-7757-9a91-02fa26931477/63e76931-854c-460d-af38-1bc13640dc0e/Gracenote_a_nielsen_company_logo.svg.png\"></div><button id=\"close-pc-btn-handler\" class=\"ot-close-icon\" aria-label=\"Close preference center\" style=\"b...",
"<section id=\"ot-fltr-modal\"><div id=\"ot-fltr-cnt\"><div id=\"ot-filter-list-header\"></div><button id=\"clear-filters-handler\">Clear</button><div class=\"ot-fltr-scrlcnt ot-pc-scrollbar\" role=\"group\" aria-labelledby=\"ot-filter-list-header\"><ul class=\"ot-fltr-opts\"><li class=\"ot-fltr-opt\"><div class=\"ot-chkbox\"><input id=\"chkbox-id\" type=\"checkbox\" class=\"category-filter-handler\"> <label for=\"chkbox-id\"><span class=\"ot-label-txt\">checkbox label</span></label> <span class=\"ot-label-status\">label</sp..."
],
"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
14 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": 16,
"passing": 2,
"failing": [
{
"heading": "TV audiences have shifted; ad dollars have not",
"headingHtml": "<h2 class=\"gracenote-fade-in-slide\">TV audiences have shifted; ad dollars have not</h2>",
"firstParagraph": "The need for content intelligence in the CTV era",
"paragraphHtml": "<p class=\"gracenote-fade-in-slide\">The need for content intelligence in the CTV era</p>",
"words": 9,
"direct": false,
"issue": "First paragraph is 9 words and does not look like a concise direct answer."
},
{
"heading": "TV search and discovery in the AI era report",
"headingHtml": "<h2 class=\"gracenote-fade-in-slide\">TV search and discovery in the AI era report</h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Gracenote connects people to the content they love",
"headingHtml": "<h2 class=\"gracenote-fade-in-slide\">Gracenote connects people to the content they love</h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Unlock AI-powered content search and discovery",
"headingHtml": "<h2 class=\"gracenote-fade-in-slide\">Unlock AI-powered content search and discovery</h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Create engaging sports discovery experiences",
"headingHtml": "<h2 class=\"gracenote-fade-in-slide\">Create engaging sports discovery experiences</h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "We help media and entertainment companies around the world connect audiences with the content they love.",
"headingHtml": "<h2>We help media and entertainment companies around the world <span style=\"color: #f40953;\">connect audiences with the content they love. </span></h2>",
"firstParagraph": "Our entertainment metadata and IDs power the entertainment ecosystem, from creation to consumption, enabling you to maximize the value of content investments and engage viewers effectively.",
"paragraphHtml": "<p>Our entertainment metadata and IDs power the entertainment ecosystem, from creation to consumption, enabling you to maximize the value of content investments and engage viewers effectively.</p>",
"words": 26,
"direct": false,
"issue": "First paragraph is 26 words and does not look like a concise direct answer."
},
{
"heading": "Gracenote coverage by the numbers",
"headingHtml": "<h2 class=\"elementor-heading-title elementor-size-default\">Gracenote coverage by the numbers</h2>",
"firstParagraph": "Gracenote",
"paragraphHtml": "<p class=\"elementor-heading-title elementor-size-default\">Gracenote</p>",
"words": 1,
"direct": false,
"issue": "First paragraph is 1 words and does not look like a concise direct answer."
},
{
"heading": "Our solutions",
"headingHtml": "<h2 class=\"elementor-heading-title elementor-size-default\">Our solutions</h2>",
"firstParagraph": "Stay in tune with Hollywood trends, know the buzz-worthy names and grasp what captures the audience’s attention to create your next big hit.",
"paragraphHtml": "<p>Stay in tune with Hollywood trends, know the buzz-worthy names and grasp what captures the audience’s attention to create your next big hit.</p>",
"words": 24,
"direct": false,
"issue": "First paragraph is 24 words and does not look like a concise direct answer."
},
{
"heading": "What our customers are saying",
"headingHtml": "<h2 class=\"elementor-heading-title elementor-size-default\">What our customers are saying</h2>",
"firstParagraph": "Bei Li",
"paragraphHtml": "<p>Bei Li</p>",
"words": 2,
"direct": false,
"issue": "First paragraph is 2 words and does not look like a concise direct answer."
},
{
"heading": "Latest from Gracenote",
"headingHtml": "<h2 class=\"elementor-heading-title elementor-size-default\">Latest from Gracenote</h2>",
"firstParagraph": "Without proper grounding, large language models aren’t able to deliver accurate search and discovery results for TV viewers.",
"paragraphHtml": "<p>Without proper grounding, large language models aren’t able to deliver accurate search and discovery results for TV viewers. </p>",
"words": 19,
"direct": false,
"issue": "First paragraph is 19 words and does not look like a concise direct answer."
},
{
"heading": "Discover how Gracenote metadata can help you unlock value from content",
"headingHtml": "<h2 class=\"elementor-heading-title elementor-size-default\">Discover how Gracenote metadata can help you unlock value from content</h2>",
"firstParagraph": "Whether you’re looking to accelerate content distribution or power next-gen personalized guides and user experiences, we can help you get the most from your content investment.",
"paragraphHtml": "<p><span style=\"font-weight: 400;\">Whether you’re looking to accelerate content distribution or power next-gen personalized guides and user experiences, we can help you get the most from your content investment.</span></p>",
"words": 27,
"direct": false,
"issue": "First paragraph is 27 words and does not look like a concise direct answer."
},
{
"heading": "Get in touch",
"headingHtml": "<h2>Get in touch</h2>",
"firstParagraph": "Fill out the form to contact us!",
"paragraphHtml": "<p>Fill out the form to contact us!</p>",
"words": 7,
"direct": false,
"issue": "First paragraph is 7 words and does not look like a concise direct answer."
},
{
"heading": "Cookie Settings",
"headingHtml": "<h2 id=\"ot-pc-title\">Cookie Settings</h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Cookie List",
"headingHtml": "<h3>Cookie List</h3>",
"firstParagraph": "",
"paragraphHtml": "<p role=\"status\" class=\"ot-scrn-rdr\"></p>",
"words": 0,
"direct": false,
"issue": "First paragraph is 0 words and does not look like a concise direct answer."
}
],
"score": 65,
"weight": 8
}GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
GEO: Explanatory content depth
GEO: Explanatory content depth scored 75/100 and needs improvement.
2 Warning
GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
GEO: Explanatory content depth
GEO: Explanatory content depth scored 75/100 and needs improvement.
Needs attention
GEO: Explanatory content depth
Issue
5 explanatory paragraph(s) could be stronger for citation or AI extraction.
Details
Why it matters
Generative engines favor pages with self-contained answer passages, clear entities, structured data, summaries, FAQ patterns, and crawler-accessible HTML that can be cited without extra interpretation.
Check name
GEO: Explanatory content depth
Score
75/100
Status
warning
Category
GEO, AIO & AEO
Maturity
Emerging recommendation
Goal
Make page content easy for AI answer engines to extract, cite, and attribute.
Result
GEO: Explanatory content depth scored 75/100 and needs improvement.
Evidence
{
"candidatePassages": 5,
"citablePassages": 0,
"failingCandidateParagraphs": [
{
"index": 21,
"heading": "H2: Get in touch",
"text": "How can we help?*Sales InquiryGracenote Customers - Contact customer supportData Provider - Content updateOther InquiryCompany size*1-99 employees100-299 employees300-1999 employees2000+ employeesIndustry*AgencyAutomotiveConsultingCPGEducationElectronicsEnergyEntertainmentFinancial ServicesFood & BeveragesGovernmentHealthcareHospitality & TravelInsuranceInternetManufacturingMediaMusicNon-ProfitOtherPharmaceuticals...",
"words": 231,
"hasEvidence": true,
"reasons": [
"Too long for a citation-ready passage (231 words; target 80-220)."
],
"html": "<p><span class=\"wpcf7-form-control-wrap\" data-name=\"areaOfInterest\"><select class=\"wpcf7-form-control wpcf7-select wpcf7-validates-as-required\" aria-required=\"true\" aria-invalid=\"false\" name=\"areaOfInterest\"><option value>How can we help?*</option><option value=\"Sales Inquiry\">Sales Inquiry</option><option value=\"Gracenote Customers - Contact customer support\">Gracenote Customers - Contact customer support</option><option value=\"Data Provider - Content update\">Data Provider - Content update</..."
},
{
"index": 25,
"heading": "H4: Strictly Necessary Cookies",
"text": "These cookies are necessary for the website to function and cannot be switched off in our systems. They are usually only set in response to actions made by you which amount to a request for services, such as setting your privacy preferences, logging in or filling in forms. You can set your browser to block or alert you about these cookies, but some parts of the site will not then work. These cookies do not store a...",
"words": 81,
"hasEvidence": false,
"reasons": [
"Missing a named source, statistic, date, percentage, report, or other evidence signal."
],
"html": "<p class=\"ot-acc-grpdesc ot-category-desc\" id=\"ot-desc-id-C0001\">These cookies are necessary for the website to function and cannot be switched off in our systems. They are usually only set in response to actions made by you which amount to a request for services, such as setting your privacy preferences, logging in or filling in forms. You can set your browser to block or alert you about these cookies, but some parts of the site will not then work. These cookies do not store any directly ide..."
},
{
"index": 26,
"heading": "H4: Performance Cookies",
"text": "These cookies allow us to count visits and traffic sources so we can measure and improve the performance of our site. They help us to know which pages are the most and least popular and see how visitors move around the site. All information these cookies collect is aggregated and therefore anonymous. If you do not allow these cookies we will not know when you have visited our site, and will not be able to monitor...",
"words": 78,
"hasEvidence": false,
"reasons": [
"Too short for a citation-ready passage (78 words; target 80-220).",
"Missing a named source, statistic, date, percentage, report, or other evidence signal."
],
"html": "<p class=\"ot-acc-grpdesc ot-category-desc\" id=\"ot-desc-id-C0002\">These cookies allow us to count visits and traffic sources so we can measure and improve the performance of our site. They help us to know which pages are the most and least popular and see how visitors move around the site. All information these cookies collect is aggregated and therefore anonymous. If you do not allow these cookies we will not know when you have visited our site, and will not be able to monitor its performance..."
},
{
"index": 28,
"heading": "H4: Personalized Advertising Cookies",
"text": "These cookies may be set through our site by our advertising partners. They may be used by those companies to build a profile of your interests and show you relevant adverts on other sites. They do not store directly identifying personal information, but are based on uniquely identifying your browser and internet device. If you do not allow these cookies, you will experience less targeted advertising.",
"words": 66,
"hasEvidence": false,
"reasons": [
"Too short for a citation-ready passage (66 words; target 80-220).",
"Missing a named source, statistic, date, percentage, report, or other evidence signal."
],
"html": "<p class=\"ot-acc-grpdesc ot-category-desc\" id=\"ot-desc-id-C0004\">These cookies may be set through our site by our advertising partners. They may be used by those companies to build a profile of your interests and show you relevant adverts on other sites. They do not store directly identifying personal information, but are based on uniquely identifying your browser and internet device. If you do not allow these cookies, you will experience less targeted advertising.</p>"
},
{
"index": 29,
"heading": "H4: Social Media Cookies",
"text": "These cookies are set by a range of social media services that we have added to the site to enable you to share our content with your friends and networks. They are capable of tracking your browser across other sites and building up a profile of your interests. This may impact the content and messages you see on other websites you visit. If you do not allow these cookies you may not be able to use or see these sha...",
"words": 81,
"hasEvidence": false,
"reasons": [
"Missing a named source, statistic, date, percentage, report, or other evidence signal."
],
"html": "<p class=\"ot-acc-grpdesc ot-category-desc\" id=\"ot-desc-id-C0005\">These cookies are set by a range of social media services that we have added to the site to enable you to share our content with your friends and networks. They are capable of tracking your browser across other sites and building up a profile of your interests. This may impact the content and messages you see on other websites you visit. If you do not allow these cookies you may not be able to use or see these sharing tools.</p>"
}
],
"citableParagraphs": [],
"score": 75,
"weight": 18
}GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
GEO: Extraction-friendly structure
GEO: Extraction-friendly structure scored 85/100 and needs improvement.
2 Warning
GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
GEO: Extraction-friendly structure
GEO: Extraction-friendly structure scored 85/100 and needs improvement.
Needs attention
GEO: Extraction-friendly structure
Issue
Missing extraction signals: optional top summary / TL;DR / key takeaways block, table with <thead> only if the page already has tabular/comparative data, ordered list only if the page explains a workflow/process, optional visible FAQ or FAQPage schema.
Details
Why it matters
Generative engines favor pages with self-contained answer passages, clear entities, structured data, summaries, FAQ patterns, and crawler-accessible HTML that can be cited without extra interpretation.
Check name
GEO: Extraction-friendly structure
Score
85/100
Status
warning
Category
GEO, AIO & AEO
Maturity
Emerging recommendation
Goal
Make page content easy for AI answer engines to extract, cite, and attribute.
Result
GEO: Extraction-friendly structure scored 85/100 and needs improvement.
Evidence
{
"hasSummary": false,
"tableCount": 0,
"tablesWithHead": 0,
"tablesMissingThead": [],
"orderedLists": 0,
"hasFaq": false,
"definitionPatterns": 11,
"schemaBlocks": 2,
"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"
],
"score": 85,
"weight": 24
}GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AEO: Entity and definition clarity
AEO: Entity and definition clarity scored 85/100 and needs improvement.
1 Warning
GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AEO: Entity and definition clarity
AEO: Entity and definition clarity scored 85/100 and needs improvement.
Needs attention
AEO: Entity and definition clarity
Issue
Entity or definition gaps: entertainment, plot, holes, ungrounded, llms, fix, content, discovery.
Details
Why it matters
Answer engines need concise answers, question-led structure, entity clarity, visible evidence, and trust signals that can be extracted without relying on search-only metadata checks.
Check name
AEO: Entity and definition clarity
Score
85/100
Status
warning
Category
GEO, AIO & AEO
Maturity
Emerging recommendation
Goal
Make page content easy for answer engines and assistants to answer from directly.
Result
AEO: Entity and definition clarity scored 85/100 and needs improvement.
Evidence
{
"title": "Gracenote | Media and Entertainment Metadata Solutions",
"h1": "Plot holes in AI: Why Ungrounded LLMs Can’t Fix Content Discovery",
"description": "Connect your audience to the media, music, and sports they love with Gracenote's metadata solutions.",
"topicOverlap": 0.4,
"definitionCount": 11,
"topicTerms": [
"gracenote",
"media",
"entertainment",
"metadata",
"solutions",
"plot",
"holes",
"ungrounded",
"llms",
"fix",
"content",
"discovery"
],
"descriptionTerms": [
"connect",
"audience",
"media",
"music",
"sports",
"they",
"love",
"gracenote",
"metadata",
"solutions"
],
"missingFromDescription": [
"entertainment",
"plot",
"holes",
"ungrounded",
"llms",
"fix",
"content",
"discovery"
],
"score": 85,
"weight": 18
}GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AEO: Answer intent coverage
AEO: Answer intent coverage scored 70/100 and needs improvement.
1 Warning
GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AEO: Answer intent coverage
AEO: Answer intent coverage scored 70/100 and needs improvement.
Needs attention
AEO: Answer intent coverage
Issue
Missing likely AI Overview intent sections: benefits, cost, compare.
Details
Why it matters
Answer engines need concise answers, question-led structure, entity clarity, visible evidence, and trust signals that can be extracted without relying on search-only metadata checks.
Check name
AEO: Answer intent coverage
Score
70/100
Status
warning
Category
GEO, AIO & AEO
Maturity
Emerging recommendation
Goal
Make page content easy for answer engines and assistants to answer from directly.
Result
AEO: Answer intent coverage scored 70/100 and needs improvement.
Evidence
{
"headings": [
{
"text": "TV audiences have shifted; ad dollars have not",
"html": "<h2 class=\"gracenote-fade-in-slide\">TV audiences have shifted; ad dollars have not</h2>"
},
{
"text": "TV search and discovery in the AI era report",
"html": "<h2 class=\"gracenote-fade-in-slide\">TV search and discovery in the AI era report</h2>"
},
{
"text": "Gracenote connects people to the content they love",
"html": "<h2 class=\"gracenote-fade-in-slide\">Gracenote connects people to the content they love</h2>"
},
{
"text": "Unlock AI-powered content search and discovery",
"html": "<h2 class=\"gracenote-fade-in-slide\">Unlock AI-powered content search and discovery</h2>"
},
{
"text": "Create engaging sports discovery experiences",
"html": "<h2 class=\"gracenote-fade-in-slide\">Create engaging sports discovery experiences</h2>"
},
{
"text": "We help media and entertainment companies around the world connect audiences with the content they love.",
"html": "<h2>We help media and entertainment companies around the world <span style=\"color: #f40953;\">connect audiences with the content they love. </span></h2>"
},
{
"text": "Gracenote coverage by the numbers",
"html": "<h2 class=\"elementor-heading-title elementor-size-default\">Gracenote coverage by the numbers</h2>"
},
{
"text": "Our solutions",
"html": "<h2 class=\"elementor-heading-title elementor-size-default\">Our solutions</h2>"
},
{
"text": "What our customers are saying",
"html": "<h2 class=\"elementor-heading-title elementor-size-default\">What our customers are saying</h2>"
},
{
"text": "Latest from Gracenote",
"html": "<h2 class=\"elementor-heading-title elementor-size-default\">Latest from Gracenote</h2>"
},
{
"text": "Discover how Gracenote metadata can help you unlock value from content",
"html": "<h2 class=\"elementor-heading-title elementor-size-default\">Discover how Gracenote metadata can help you unlock value from content</h2>"
},
{
"text": "Get in touch",
"html": "<h2>Get in touch</h2>"
},
{
"text": "Cookie Settings",
"html": "<h2 id=\"ot-pc-title\">Cookie Settings</h2>"
}
],
"expected": [
{
"id": "what",
"label": "What is Gracenote?",
"pattern": {}
},
{
"id": "how",
"label": "How does Gracenote work?",
"pattern": {}
},
{
"id": "benefits",
"label": "Why use Gracenote?",
"pattern": {}
},
{
"id": "cost",
"label": "Is Gracenote free or paid?",
"pattern": {}
},
{
"id": "compare",
"label": "How does Gracenote compare with alternatives?",
"pattern": {}
}
],
"missing": [
{
"id": "benefits",
"label": "Why use Gracenote?",
"pattern": {}
},
{
"id": "cost",
"label": "Is Gracenote free or paid?",
"pattern": {}
},
{
"id": "compare",
"label": "How does Gracenote compare with alternatives?",
"pattern": {}
}
],
"score": 70,
"weight": 8
}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: benefits, cost, compare.
Details
Why it matters
AI Overviews depend on Google-search eligibility, useful visible content, consistent structured data, answer-first sections, trust signals, and preview controls that permit snippets.
Check name
AIO: Query intent coverage
Score
70/100
Status
informational
Category
GEO, AIO & AEO
Maturity
Emerging recommendation
Goal
Make page content eligible and useful for Google AI Overviews and AI Mode extraction.
Result
AIO: Query intent coverage is informational for this page.
Evidence
{
"headings": [
{
"text": "TV audiences have shifted; ad dollars have not",
"html": "<h2 class=\"gracenote-fade-in-slide\">TV audiences have shifted; ad dollars have not</h2>"
},
{
"text": "TV search and discovery in the AI era report",
"html": "<h2 class=\"gracenote-fade-in-slide\">TV search and discovery in the AI era report</h2>"
},
{
"text": "Gracenote connects people to the content they love",
"html": "<h2 class=\"gracenote-fade-in-slide\">Gracenote connects people to the content they love</h2>"
},
{
"text": "Unlock AI-powered content search and discovery",
"html": "<h2 class=\"gracenote-fade-in-slide\">Unlock AI-powered content search and discovery</h2>"
},
{
"text": "Create engaging sports discovery experiences",
"html": "<h2 class=\"gracenote-fade-in-slide\">Create engaging sports discovery experiences</h2>"
},
{
"text": "We help media and entertainment companies around the world connect audiences with the content they love.",
"html": "<h2>We help media and entertainment companies around the world <span style=\"color: #f40953;\">connect audiences with the content they love. </span></h2>"
},
{
"text": "Gracenote coverage by the numbers",
"html": "<h2 class=\"elementor-heading-title elementor-size-default\">Gracenote coverage by the numbers</h2>"
},
{
"text": "Our solutions",
"html": "<h2 class=\"elementor-heading-title elementor-size-default\">Our solutions</h2>"
},
{
"text": "What our customers are saying",
"html": "<h2 class=\"elementor-heading-title elementor-size-default\">What our customers are saying</h2>"
},
{
"text": "Latest from Gracenote",
"html": "<h2 class=\"elementor-heading-title elementor-size-default\">Latest from Gracenote</h2>"
},
{
"text": "Discover how Gracenote metadata can help you unlock value from content",
"html": "<h2 class=\"elementor-heading-title elementor-size-default\">Discover how Gracenote metadata can help you unlock value from content</h2>"
},
{
"text": "Get in touch",
"html": "<h2>Get in touch</h2>"
},
{
"text": "Cookie Settings",
"html": "<h2 id=\"ot-pc-title\">Cookie Settings</h2>"
}
],
"expected": [
{
"id": "what",
"label": "What is Gracenote?",
"pattern": {}
},
{
"id": "how",
"label": "How does Gracenote work?",
"pattern": {}
},
{
"id": "benefits",
"label": "Why use Gracenote?",
"pattern": {}
},
{
"id": "cost",
"label": "Is Gracenote free or paid?",
"pattern": {}
},
{
"id": "compare",
"label": "How does Gracenote compare with alternatives?",
"pattern": {}
}
],
"missing": [
{
"id": "benefits",
"label": "Why use Gracenote?",
"pattern": {}
},
{
"id": "cost",
"label": "Is Gracenote free or paid?",
"pattern": {}
},
{
"id": "compare",
"label": "How does Gracenote compare with alternatives?",
"pattern": {}
}
],
"score": 70,
"weight": 4
}AI DiscoverabilityDiscoverabilityEstablished
IndexNow key
IndexNow key is informational for this page.
Informational
AI DiscoverabilityDiscoverabilityEstablished
IndexNow key
IndexNow key is informational for this page.
Needs attention
IndexNow key
Issue
IndexNow key is informational for this page.
Why it matters
IndexNow lets sites notify participating search engines about changed URLs, but ownership verification requires a UTF-8 key file whose filename matches the key.
Check name
IndexNow key
Score
100/100
Status
informational
Category
Discoverability
Maturity
Established
Goal
Verify that IndexNow ownership key placement is detectable when the site advertises it.
Result
IndexNow key is informational for this page.
Validation steps
Find advertised IndexNow key location
No IndexNow key location was advertised in HTML, Link headers, or robots.txt.
Fetch and validate IndexNow key file
No discoverable IndexNow key file was found.
Evidence
{
"steps": [
{
"id": "advertised-location",
"title": "Find advertised IndexNow key location",
"status": "informational",
"evidence": {
"advertised": []
},
"issue": "No IndexNow key location was advertised in HTML, Link headers, or robots.txt.",
"howToFix": "Advertise the key location with robots.txt IndexNow-Key, rel=\"indexnow-key\", or meta name=\"indexnow-key-location\" if you want scanners to verify it."
},
{
"id": "fetch-key",
"title": "Fetch and validate IndexNow key file",
"status": "informational",
"evidence": {
"advertised": [],
"checked": []
},
"issue": "No discoverable IndexNow key file was found.",
"howToFix": "Host a UTF-8 text file named {key}.txt using a 32-character hexadecimal key whose body exactly matches the key."
}
]
}SEOSEOBrowser audit
Links do not have descriptive text
100 Fail
SEOSEOBrowser audit
Links do not have descriptive text
Check name
Links do not have descriptive text
Score
0/100
Status
fail
Device
desktop
Category
SEO
Estimated savings
1 link found
Fix guidance
Descriptive link text helps search engines understand your content. [Learn how to make links more accessible](https://developer.chrome.com/docs/lighthouse/seo/link-text/).
Evidence
{
"displayValue": "1 link found",
"description": "Descriptive link text helps search engines understand your content. [Learn how to make links more accessible](https://developer.chrome.com/docs/lighthouse/seo/link-text/)."
}Performance and AccessibilityPerformanceBrowser audit
Reduce unused JavaScript
25 Warning
Performance and AccessibilityPerformanceBrowser audit
Reduce unused JavaScript
Check name
Reduce unused JavaScript
Score
50/100
Status
warning
Device
desktop
Category
Performance
Estimated savings
Est savings of 987Â KiB
Fix guidance
Reduce unused JavaScript and defer loading scripts until they are required to decrease bytes consumed by network activity. [Learn how to reduce unused JavaScript](https://developer.chrome.com/docs/lighthouse/performance/unused-javascript/).
References
https://web.dev/learn/performance/Evidence
{
"displayValue": "Est savings of 987Â KiB",
"description": "Reduce unused JavaScript and defer loading scripts until they are required to decrease bytes consumed by network activity. [Learn how to reduce unused JavaScript](https://developer.chrome.com/docs/lighthouse/performance/unused-javascript/).",
"numericValue": 0
}Performance and AccessibilityPerformanceBrowser audit
Loading performance
16 Fail
Performance and AccessibilityPerformanceBrowser audit
Loading performance
Check name
Loading performance
Score
68/100
Status
fail
Device
desktop
Category
Performance
Fix guidance
Review the grouped loading performance checks and improve the failing sub-checks listed in evidence.
References
https://web.dev/learn/performance/Evidence
{
"checks": [
{
"id": "server-response-time",
"title": "Initial server response time was short",
"score": 100,
"displayValue": "Root document took 30Â ms",
"numericValue": 26
},
{
"id": "total-blocking-time",
"title": "Total Blocking Time",
"score": 17,
"displayValue": "640Â ms",
"numericValue": 643.5
},
{
"id": "speed-index",
"title": "Speed Index",
"score": 20,
"displayValue": "3.3Â s",
"numericValue": 3284.8398287746522
},
{
"id": "largest-contentful-paint",
"title": "Largest Contentful Paint",
"score": 95,
"displayValue": "1.0Â s",
"numericValue": 983.0295414905585
},
{
"id": "interactive",
"title": "Time to Interactive",
"score": 49,
"displayValue": "4.5Â s",
"numericValue": 4547.382162307561
},
{
"id": "first-contentful-paint",
"title": "First Contentful Paint",
"score": 99,
"displayValue": "0.6Â s",
"numericValue": 613.0170684167671
},
{
"id": "max-potential-fid",
"title": "Max Potential First Input Delay",
"score": 66,
"displayValue": "200Â ms",
"numericValue": 202
},
{
"id": "network-rtt",
"title": "Network Round Trip Times",
"score": 100,
"displayValue": "50Â ms",
"numericValue": 49.74412499999999
}
]
}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 |
|---|---|---|---|
| 60/100 | Level 3, Bot-Aware | Current report |