Export Report
OVERALL SCORE
Level 3, Bot-Aware
- AI Discoverability 31 out of 100
- Agent Ease of Use 6 out of 100
- Security & Trust 80 out of 100
- GEO, AIO and AEO 83 out of 100
- SEO 77 out of 100
- Performance and Accessibility 66 out of 100
What AI sees of your website
Time Out | Best Things To Do and Events In Cities Worldwide
Your ultimate guide to the best art and entertainment, food and drink, attractions, hotels and things to do in the world’s greatest cities.
Next step
Turn this report into a fix workflow
26 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 | 31 | Priority fix | 5 | 17 | 1 | View details |
| Discoverability | 43 | Priority fix | 3 | 6 | 0 | View details |
| Content Readiness | 42 | Priority fix | 2 | 7 | 1 | View details |
| Bot Access Control | 0 | Priority fix | 0 | 4 | 0 | View details |
| Agent Ease of Use | 6 | Priority fix | 4 | 29 | 3 | View details |
| API | 0 | Priority fix | 0 | 6 | 0 | View details |
| Auth | Not Applicable | Not Applicable | 0 | 7 | 0 | View details |
| MCP | 13 | Priority fix | 0 | 6 | 2 | View details |
| Skill Discovery | 5 | Priority fix | 0 | 10 | 1 | View details |
| Agent Commerce | Not Applicable | Not Applicable | 4 | 0 | 0 | |
| GEO, AIO and AEO | 83 | Mostly ready | 6 | 0 | 13 | |
| GEO Readiness | 86 | Mostly ready | 1 | 0 | 4 | |
| AIO Readiness | 89 | Mostly ready | 3 | 0 | 4 | |
| AEO Readiness | 76 | Mostly ready | 2 | 0 | 5 | |
| SEO | 77 | Mostly ready | 8 | 3 | 0 | View details |
| SEO | 77 | Mostly ready | 8 | 3 | 0 | View details |
| Security & Trust | 80 | Mostly ready | 8 | 1 | 0 | View details |
| Security & Trust | 80 | Mostly ready | 4 | 1 | 0 | View details |
| AI Training Exposure | Not Applicable | Not Applicable | 4 | 0 | 0 | |
| Performance and Accessibility | 66 | Needs work | 15 | 6 | 0 | View details |
| Performance | 60 | Needs work | 11 | 4 | 0 | View details |
| Accessibility | 76 | Mostly ready | 4 | 2 | 0 | View details |
Prioritized recommendations
Issues ranked by score impact
52 items need attention
Security & TrustSecurity & TrustEstablished
Content-Security-Policy
Content-Security-Policy is missing or incomplete.
100 Fail
Security & TrustSecurity & TrustEstablished
Content-Security-Policy
Content-Security-Policy is missing or incomplete.
Needs attention
Content-Security-Policy
Issue
Content-Security-Policy is missing or incomplete.
Why it matters
Content Security Policy limits where scripts, styles, frames, and connections can load from, reducing the impact of injection bugs.
Check name
Content-Security-Policy
Score
0/100
Status
fail
Category
Security & Trust
Maturity
Established
Goal
Constrain script, style, frame, and resource loading with a Content-Security-Policy header.
Result
Content-Security-Policy is missing or incomplete.
Evidence
{
"header": "content-security-policy",
"value": null
}Agent Ease of UseAPIEstablished
API Catalog
API Catalog failed at "Fetch API catalog".
50 Fail
Agent Ease of UseAPIEstablished
API Catalog
API Catalog failed at "Fetch API catalog".
Needs attention
API Catalog
Issue
The API catalog endpoint did not return HTTP 2xx.
Why it matters
API catalogs help agents find service descriptions, documentation, and status resources without guessing API entry points.
Check name
API Catalog
Score
0/100
Status
fail
Category
API
Maturity
Established
Goal
Publish an API catalog for automated API discovery using RFC 9727.
Result
API Catalog failed at "Fetch API catalog".
Validation steps
Fetch API catalog
The API catalog endpoint did not return HTTP 2xx.
Validate RFC 9727 linkset
Response is not valid JSON.
Fetch advertised API catalog targets
API Catalog did not expose any same-origin hrefs to validate.
Evidence
{
"failedStep": "fetch",
"steps": [
{
"id": "fetch",
"title": "Fetch API catalog",
"status": "fail",
"evidence": {
"statusCode": 404,
"contentType": "text/plain"
},
"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": "Not Found"
},
"issue": "Response is not valid JSON.",
"howToFix": "Use application/linkset+json with service-desc, service-doc, and status relations that each include href."
},
{
"id": "target-validation",
"title": "Fetch advertised API catalog targets",
"status": "fail",
"evidence": {
"checked": [],
"failures": [
{
"reason": "No same-origin API catalog hrefs were available to fetch."
}
]
},
"issue": "API Catalog did not expose any same-origin hrefs to validate.",
"howToFix": "Make each same-origin API catalog href reachable and serve the advertised media type."
}
]
}Agent Ease of UseAPIEstablished
OpenAPI discovery
OpenAPI discovery failed at "Find valid OpenAPI document".
50 Fail
Agent Ease of UseAPIEstablished
OpenAPI discovery
OpenAPI discovery failed at "Find valid OpenAPI document".
Needs attention
OpenAPI discovery
Issue
OpenAPI YAML document did not match the expected shape. Content-Type "text/html; charset=UTF-8" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.
Why it matters
OpenAPI documents let agents understand available operations, schemas, authentication, and request formats before calling an API.
Check name
OpenAPI discovery
Score
0/100
Status
fail
Category
API
Maturity
Established
Goal
Publish a valid OpenAPI or Swagger document for API discovery.
Result
OpenAPI discovery failed at "Find valid OpenAPI document".
Validation steps
Find valid OpenAPI document
OpenAPI YAML document did not match the expected shape. Content-Type "text/html; charset=UTF-8" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.
Evidence
{
"failedStep": "fetch",
"steps": [
{
"id": "fetch",
"title": "Find valid OpenAPI document",
"status": "fail",
"evidence": {
"checked": [
{
"path": "/openapi.json",
"statusCode": 404,
"contentType": "text/html; charset=UTF-8",
"valid": false,
"issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html; charset=UTF-8\" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
"compatibleContentType": false,
"format": "yaml",
"version": "",
"pathCount": 0,
"operationCount": 0,
"rawExcerpt": "<!DOCTYPE html><html lang=\"en-GB\"><head><meta charSet=\"UTF-8\"/><meta name=\"viewport\" content=\"width=device-width, initial-scale=1, minimum-scale=1\"/><link rel=\"preload\" as=\"image\" href=\"/static/images/loading_icon.gif\"/><script src=\"/static/js/newrelic-3c44568e3bfc7a546fe6.js\" async=\"\"></script><link rel=\"icon\" href=\"/static/root-files/favicon.ico\" sizes=\"16x16\" type=\"image/x-icon\"/><link rel=\"icon\" href=\"/static/root-files/favicon-32.png\" sizes=\"32x32\" type=\"image/png\"/><link rel=\"icon\" href=\"/static/root-files/favicon-48.png\" sizes=\"48x48\" type=\"image/png\"/><link rel=\"apple-touch-icon\" href=\"/static/root-files/favicon-180.png\" type=\"image/png\"/><title>We're sorry, we can't find the page that you're looking for</title><meta name=\"description\" content=\"\"/><meta data-componen"
},
{
"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 lang=\"en-GB\"><head><meta charSet=\"UTF-8\"/><meta name=\"viewport\" content=\"width=device-width, initial-scale=1, minimum-scale=1\"/><link rel=\"preload\" as=\"image\" href=\"/static/images/loading_icon.gif\"/><script src=\"/static/js/newrelic-3c44568e3bfc7a546fe6.js\" async=\"\"></script><link rel=\"icon\" href=\"/static/root-files/favicon.ico\" sizes=\"16x16\" type=\"image/x-icon\"/><link rel=\"icon\" href=\"/static/root-files/favicon-32.png\" sizes=\"32x32\" type=\"image/png\"/><link rel=\"icon\" href=\"/static/root-files/favicon-48.png\" sizes=\"48x48\" type=\"image/png\"/><link rel=\"apple-touch-icon\" href=\"/static/root-files/favicon-180.png\" type=\"image/png\"/><title>We're sorry, we can't find the page that you're looking for</title><meta name=\"description\" content=\"\"/><meta data-componen"
},
{
"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 lang=\"en-GB\"><head><meta charSet=\"UTF-8\"/><meta name=\"viewport\" content=\"width=device-width, initial-scale=1, minimum-scale=1\"/><link rel=\"preload\" as=\"image\" href=\"/static/images/loading_icon.gif\"/><script src=\"/static/js/newrelic-3c44568e3bfc7a546fe6.js\" async=\"\"></script><link rel=\"icon\" href=\"/static/root-files/favicon.ico\" sizes=\"16x16\" type=\"image/x-icon\"/><link rel=\"icon\" href=\"/static/root-files/favicon-32.png\" sizes=\"32x32\" type=\"image/png\"/><link rel=\"icon\" href=\"/static/root-files/favicon-48.png\" sizes=\"48x48\" type=\"image/png\"/><link rel=\"apple-touch-icon\" href=\"/static/root-files/favicon-180.png\" type=\"image/png\"/><title>We're sorry, we can't find the page that you're looking for</title><meta name=\"description\" content=\"\"/><meta data-componen"
},
{
"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 lang=\"en-GB\"><head><meta charSet=\"UTF-8\"/><meta name=\"viewport\" content=\"width=device-width, initial-scale=1, minimum-scale=1\"/><link rel=\"preload\" as=\"image\" href=\"/static/images/loading_icon.gif\"/><script src=\"/static/js/newrelic-3c44568e3bfc7a546fe6.js\" async=\"\"></script><link rel=\"icon\" href=\"/static/root-files/favicon.ico\" sizes=\"16x16\" type=\"image/x-icon\"/><link rel=\"icon\" href=\"/static/root-files/favicon-32.png\" sizes=\"32x32\" type=\"image/png\"/><link rel=\"icon\" href=\"/static/root-files/favicon-48.png\" sizes=\"48x48\" type=\"image/png\"/><link rel=\"apple-touch-icon\" href=\"/static/root-files/favicon-180.png\" type=\"image/png\"/><title>We're sorry, we can't find the page that you're looking for</title><meta name=\"description\" content=\"\"/><meta data-componen"
},
{
"path": "/api/openapi.json",
"statusCode": 400,
"contentType": "text/plain; charset=UTF-8",
"valid": false,
"issue": "OpenAPI YAML document did not match the expected shape. unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
"compatibleContentType": true,
"format": "yaml",
"version": "",
"pathCount": 0,
"operationCount": 0,
"rawExcerpt": "RequestValidationError: No matches found for the given path - /api/openapi.json"
},
{
"path": "/api/swagger.json",
"statusCode": 400,
"contentType": "text/plain; charset=UTF-8",
"valid": false,
"issue": "OpenAPI YAML document did not match the expected shape. unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
"compatibleContentType": true,
"format": "yaml",
"version": "",
"pathCount": 0,
"operationCount": 0,
"rawExcerpt": "RequestValidationError: No matches found for the given path - /api/swagger.json"
},
{
"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 lang=\"en-GB\"><head><meta charSet=\"UTF-8\"/><meta name=\"viewport\" content=\"width=device-width, initial-scale=1, minimum-scale=1\"/><link rel=\"preload\" as=\"image\" href=\"/static/images/loading_icon.gif\"/><script src=\"/static/js/newrelic-3c44568e3bfc7a546fe6.js\" async=\"\"></script><link rel=\"icon\" href=\"/static/root-files/favicon.ico\" sizes=\"16x16\" type=\"image/x-icon\"/><link rel=\"icon\" href=\"/static/root-files/favicon-32.png\" sizes=\"32x32\" type=\"image/png\"/><link rel=\"icon\" href=\"/static/root-files/favicon-48.png\" sizes=\"48x48\" type=\"image/png\"/><link rel=\"apple-touch-icon\" href=\"/static/root-files/favicon-180.png\" type=\"image/png\"/><title>We're sorry, we can't find the page that you're looking for</title><meta name=\"description\" content=\"\"/><meta data-componen"
}
]
},
"issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html; charset=UTF-8\" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
"howToFix": "Publish a valid OpenAPI 3.x or Swagger 2.0 JSON/YAML document with info, paths, operations, and responses."
}
]
}AI DiscoverabilityBot Access ControlEstablished
AI bot rules in robots.txt
AI bot rules in robots.txt is missing or incomplete.
33 Fail
AI DiscoverabilityBot Access ControlEstablished
AI bot rules in robots.txt
AI bot rules in robots.txt is missing or incomplete.
Needs attention
AI bot rules in robots.txt
Issue
No specific User-agent rules found for major AI crawlers (GPTBot, ClaudeBot, etc.) in robots.txt.
Why it matters
Explicit AI bot rules reduce ambiguity for crawler operators and make training, indexing, or retrieval access policy auditable.
Check name
AI bot rules in robots.txt
Score
0/100
Status
fail
Category
Bot Access Control
Maturity
Established
Goal
Add User-agent rules for AI crawlers like GPTBot, Claude-Web, and others.
Result
AI bot rules in robots.txt is missing or incomplete.
Evidence
{
"expectedBots": [
"GPTBot",
"ChatGPT-User",
"ClaudeBot",
"Claude-Web",
"Anthropic-AI",
"Google-Extended",
"PerplexityBot",
"CCBot",
"Applebot-Extended",
"Meta-ExternalAgent",
"Bytespider",
"Amazonbot",
"Cohere-AI"
],
"configuredBots": []
}AI DiscoverabilityBot Access ControlInformational
Content Signal
Content Signal is missing or incomplete.
33 Fail
AI DiscoverabilityBot Access ControlInformational
Content Signal
Content Signal is missing or incomplete.
Needs attention
Content Signal
Issue
No Content Signal found in robots.txt
Why it matters
Content Signal provides a machine-readable way to communicate AI usage preferences where participating crawlers look for policy.
Check name
Content Signal
Score
0/100
Status
fail
Category
Bot Access Control
Maturity
Informational
Goal
Declare AI content usage preferences with Content Signal in robots.txt.
Result
Content Signal is missing or incomplete.
Evidence
{
"signals": [],
"ai-train": false,
"search": false,
"ai-input": false
}AI DiscoverabilityBot Access ControlInformational
Web Bot Auth request signing
Web Bot Auth request signing failed at "Fetch to find resource".
33 Fail
AI DiscoverabilityBot Access ControlInformational
Web Bot Auth request signing
Web Bot Auth request signing failed at "Fetch to find resource".
Needs attention
Web Bot Auth request signing
Issue
Web Bot Auth request signing was not found at the expected path.
Why it matters
Web Bot Auth discovery lets servers and clients find signing keys for bot identity workflows based on HTTP Message Signatures.
Check name
Web Bot Auth request signing
Score
0/100
Status
fail
Category
Bot Access Control
Maturity
Informational
Goal
Advertise HTTP Message Signatures keys when this site operates signed bot clients or supports Web Bot Auth workflows.
Result
Web Bot Auth request signing failed at "Fetch to find resource".
Validation steps
Fetch to find resource
Web Bot Auth request signing was not found at the expected path.
Evidence
{
"failedStep": "fetch",
"steps": [
{
"id": "fetch",
"title": "Fetch to find resource",
"status": "fail",
"evidence": {
"checked": [
{
"path": "/.well-known/http-message-signatures-directory",
"statusCode": 404,
"contentType": "text/plain",
"length": 9
}
]
},
"issue": "Web Bot Auth request signing was not found at the expected path.",
"howToFix": "If publishing Web Bot Auth keys, return a JSON key directory with a non-empty keys array and the draft media type."
}
]
}AI DiscoverabilityDiscoverabilityEstablished
FAQPage schema
FAQPage schema is missing or incomplete.
25 Fail
AI DiscoverabilityDiscoverabilityEstablished
FAQPage schema
FAQPage schema is missing or incomplete.
Needs attention
FAQPage schema
Issue
FAQ content was detected but no FAQPage schema was found.
Why it matters
FAQPage schema lets agents extract visible question-and-answer content cleanly and avoid guessing which text is an answer.
Check name
FAQPage schema
Score
0/100
Status
fail
Category
Discoverability
Maturity
Established
Goal
Expose question-and-answer content in FAQPage structured data when FAQs are present.
Result
FAQPage schema is missing or incomplete.
Evidence
{
"found": false,
"visibleFaq": true,
"allTypes": [
"WebPage"
]
}AI DiscoverabilityDiscoverabilityEstablished
High-value schema types
High-value schema types is missing or incomplete.
25 Fail
AI DiscoverabilityDiscoverabilityEstablished
High-value schema types
High-value schema types is missing or incomplete.
Needs attention
High-value schema types
Issue
No high-value schema types (e.g. Article, Product, Service) were found.
Why it matters
High-value schema types tell agents whether a page is an article, product, event, service, or other actionable content type.
Check name
High-value schema types
Score
0/100
Status
fail
Category
Discoverability
Maturity
Established
Goal
Use schema types that describe the page's primary content or offering.
Result
High-value schema types is missing or incomplete.
Evidence
{
"found": [],
"expected": [
"Article",
"BlogPosting",
"NewsArticle",
"Product",
"SoftwareApplication",
"FAQPage",
"LocalBusiness",
"VideoObject",
"HowTo",
"Event",
"Course",
"Review",
"Service"
],
"allTypes": [
"WebPage"
]
}AI DiscoverabilityDiscoverabilityEstablished
Link headers
Link headers failed at "Find useful Link headers".
25 Fail
AI DiscoverabilityDiscoverabilityEstablished
Link headers
Link headers failed at "Find useful Link headers".
Needs attention
Link headers
Issue
No useful agent discovery Link headers were found.
Why it matters
Link headers let automated clients discover API catalogs, documentation, and machine-readable alternates without parsing page markup first.
Check name
Link headers
Score
0/100
Status
fail
Category
Discoverability
Maturity
Established
Goal
Include Link response headers for agent discovery using RFC 8288.
Result
Link headers failed at "Find useful Link headers".
Validation steps
Find useful Link headers
No useful agent discovery Link headers were found.
Fetch same-origin Link header targets
Link headers did not expose any same-origin targets to validate.
Evidence
{
"failedStep": "presence",
"steps": [
{
"id": "presence",
"title": "Find useful Link headers",
"status": "fail",
"evidence": {
"links": []
},
"issue": "No useful agent discovery Link headers were found.",
"howToFix": "Expose useful Link headers such as rel=\"api-catalog\", rel=\"service-doc\", and rel=\"service-desc\"."
},
{
"id": "target-validation",
"title": "Fetch same-origin Link header targets",
"status": "fail",
"evidence": {
"checked": [],
"failures": [
{
"reason": "No same-origin Link header targets were available to fetch."
}
]
},
"issue": "Link headers did not expose any same-origin targets to validate.",
"howToFix": "Make each same-origin Link href reachable and serve the advertised media type."
}
]
}AI DiscoverabilityContent ReadinessEmerging recommendation
llms.txt
llms.txt failed at "Fetch to find resource".
25 Fail
AI DiscoverabilityContent ReadinessEmerging recommendation
llms.txt
llms.txt failed at "Fetch to find resource".
Needs attention
llms.txt
Issue
llms.txt was not found at the expected path.
Why it matters
llms.txt gives language-model clients a concise, curated summary of important site context and links before they crawl broadly.
Check name
llms.txt
Score
0/100
Status
fail
Category
Content Readiness
Maturity
Emerging recommendation
Goal
Publish llms.txt to summarize agent-readable site guidance.
Result
llms.txt failed at "Fetch to find resource".
Validation steps
Fetch to find resource
llms.txt was not found at the expected path.
Evidence
{
"failedStep": "fetch",
"steps": [
{
"id": "fetch",
"title": "Fetch to find resource",
"status": "fail",
"evidence": {
"checked": [
{
"path": "/llms.txt",
"statusCode": 404,
"contentType": "text/html; charset=UTF-8",
"length": 173967
},
{
"path": "/llms-full.txt",
"statusCode": 404,
"contentType": "text/html; charset=UTF-8",
"length": 173965
}
]
},
"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": 28640,
"excerpt": "<!DOCTYPE html><html lang=\"en-GB\"><head><meta charSet=\"UTF-8\"/><meta name=\"viewport\" content=\"width=device-width, initial-scale=1, minimum-scale=1\"/><link rel=\"preload\" as=\"image\" href=\"/static/images/loading_icon.gif\"/><script src=\"/static",
"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/plain",
"length": 9
},
{
"path": "/.well-known/mcp/server-cards.json",
"statusCode": 404,
"contentType": "text/plain",
"length": 9
},
{
"path": "/.well-known/mcp.json",
"statusCode": 404,
"contentType": "text/plain",
"length": 9
}
]
},
"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": 173969
},
{
"path": "/.well-known/mcp.json",
"statusCode": 404,
"contentType": "text/plain",
"length": 9
},
{
"path": "/.well-known/mcp/server-card.json",
"statusCode": 404,
"contentType": "text/plain",
"length": 9
}
]
},
"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 DiscoverabilityDiscoverabilityEstablished
Organization / WebSite schema
Organization / WebSite schema is missing or incomplete.
25 Fail
AI DiscoverabilityDiscoverabilityEstablished
Organization / WebSite schema
Organization / WebSite schema is missing or incomplete.
Needs attention
Organization / WebSite schema
Issue
Neither Organization nor WebSite schema types were found in JSON-LD.
Why it matters
Organization and WebSite schema help agents identify the publisher, canonical site identity, logo, and related profiles for attribution.
Check name
Organization / WebSite schema
Score
0/100
Status
fail
Category
Discoverability
Maturity
Established
Goal
Identify the site owner and website entity in structured data.
Result
Organization / WebSite schema is missing or incomplete.
Evidence
{
"found": [],
"allTypes": [
"WebPage"
]
}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 <footer> landmark; invalid h1 (found 2); skipped heading levels; 18 links missing accessible names; 10 buttons missing accessible names; 0/4 applicable form inputs have autocomplete attributes (4 missing); missing alt text on >10% of images.
Details
Why it matters
Semantic HTML gives browsers, assistive technology, search systems, and agents reliable landmarks, headings, controls, form semantics, and image context.
Check name
Semantic HTML
Score
0/100
Status
fail
Category
Content Readiness
Maturity
Established
Goal
Expose readable page structure through semantic HTML and accessible controls.
Result
Semantic HTML is missing or incomplete.
Evidence
{
"main": true,
"nav": true,
"footer": false,
"meaningfulH1": false,
"headingOrder": false,
"accessibleLinks": false,
"accessibleButtons": false,
"imageAltCoverage": false,
"formAutocompleteCoverage": false,
"details": {
"inaccessibleLinks": [
"<a href=\"https://www.timeout.com\" class=\"_logo_50tfz_112\"><span class=\"_circleLogo_50tfz_137\" data-logo-type=\"masthead\"><svg width=\"64\" height=\"64\" viewBox=\"0 0 64 64\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><circle cx=\"28\" cy=\"28\" r=\"28\" fill=\"#E1192C\"/><path d=\"M25.5055 21.47C27.3951 20.7834 27.6264 19.8454 27.5884 19.3319V17.0625C27.5884 16.2522 27.2476 15.7668 26.9624 15.5012C26.3915 14.9724 25.6706 14.9619 25.4856 14.9719H17.7719C17.5658 14.9636 16.845 14.9707 16.2723 15.5018C15.9865",
"<a class=\"_cta_1thw9_56 js-open-navigation-toggle\"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24.1 18\" class=\"\"><path fill-rule=\"evenodd\" d=\"M22.832 15.545a1.227 1.227 0 010 2.455H1.227a1.227 1.227 0 110-2.455zm0-7.772a1.227 1.227 0 010 2.454H1.227a1.227 1.227 0 110-2.454zm0-7.773a1.227 1.227 0 010 2.455H1.227a1.227 1.227 0 110-2.455z\"/></svg></a>",
"<a href=\"https://www.timeout.com\"><span class=\"_regularLogo_1thw9_167\" data-logo-type=\"navigation-drawer\"><svg width=\"102\" height=\"56\" viewBox=\"0 0 102 56\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><g clip-path=\"url(#clip0_27104_7685)\"><path d=\"M74.1203 0C89.5139 0 102 12.54 102 28C102 43.46 89.5139 56 74.1203 56H27.8797C12.4861 56 0 43.46 0 28C0 12.54 12.4861 0 27.8797 0\" fill=\"#E1192C\"/><path d=\"M74.1014 52H27.9186C14.7335 52 4 41.23 4 28C4 14.77 14.7335 4 27.9186 4H74.0914C81.7752 4 89.0",
"<a href=\"https://www.timeout.com/search\" class=\"_cta_1thw9_56 _search_1thw9_61\"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\" class=\"\"><path fill-rule=\"evenodd\" d=\"M28 28L22.2133 22.2133M25.3333 14.6667C25.3333 16.7763 24.7077 18.8386 23.5357 20.5927C22.3636 22.3469 20.6977 23.714 18.7486 24.5214C16.7995 25.3287 14.6548 25.54 12.5857 25.1284C10.5166 24.7168 8.61596 23.7009 7.1242 22.2091C5.63244 20.7174 4.61654 18.8168 4.20496 16.7476C3.79339 14.6785 4.00462 12.5338 4.81196 10.5847",
"<a class=\"_cta_1thw9_56 _close_1thw9_60\"><div class=\"_burgerMenu_1thw9_397\"></div></a>",
"<a href=\"/news/the-most-anticipated-movies-of-summer-2026-052126\" class target=\"_self\" rel data-data-layer=\"{"triggerOn":0,"payload":{"category":"GP Engagement","label":"in content","action":"link - internal"}}\" data-testid=\"tile-link_testID\"><picture><source type=\"image/webp\" srcset=\"https://media.timeout.com/images/106407267/380/285/image.webp 380w,https://media.timeout.com/images/106407267/750/562/image.webp 750w,",
"<a href=\"/movies/backrooms-review-2026\" class target=\"_self\" rel data-data-layer=\"{"triggerOn":0,"payload":{"category":"GP Engagement","label":"in content","action":"link - internal"}}\" data-testid=\"tile-link_testID\"><picture><source type=\"image/webp\" srcset=\"https://media.timeout.com/images/106398848/380/285/image.webp 380w,https://media.timeout.com/images/106398848/750/562/image.webp 750w,https://media.timeout.com/",
"<a href=\"/film/the-best-movies-of-2026\" class target=\"_self\" rel data-data-layer=\"{"triggerOn":0,"payload":{"category":"GP Engagement","label":"in content","action":"link - internal"}}\" data-testid=\"tile-link_testID\"><picture><source type=\"image/webp\" srcset=\"https://media.timeout.com/images/106384779/380/285/image.webp 380w,https://media.timeout.com/images/106384779/750/562/image.webp 750w,https://media.timeout.com/",
"<a href=\"/film/the-best-animes-so-far\" class target=\"_self\" rel data-data-layer=\"{"triggerOn":0,"payload":{"category":"GP Engagement","label":"in content","action":"link - internal"}}\" data-testid=\"tile-link_testID\"><picture><source type=\"image/webp\" srcset=\"https://media.timeout.com/images/106400887/380/285/image.webp 380w,https://media.timeout.com/images/106400887/750/562/image.webp 750w,https://media.timeout.com/i",
"<a href=\"/movies/finding-emily-review-2026\" class target=\"_self\" rel data-data-layer=\"{"triggerOn":0,"payload":{"category":"GP Engagement","label":"in content","action":"link - internal"}}\" data-testid=\"tile-link_testID\"><picture><source type=\"image/webp\" srcset=\"https://media.timeout.com/images/106397871/380/285/image.webp 380w,https://media.timeout.com/images/106397871/750/562/image.webp 750w,https://media.timeout.",
"<a href=\"/london/film/best-films-uk-cinemas-streaming-right-now\" class target=\"_self\" rel data-data-layer=\"{"triggerOn":0,"payload":{"category":"GP Engagement","label":"in content","action":"link - internal"}}\" data-testid=\"tile-link_testID\"><picture><source type=\"image/webp\" srcset=\"https://media.timeout.com/images/106410302/380/285/image.webp 380w,https://media.timeout.com/images/106410302/750/562/image.webp 750w,h",
"<a href=\"/london/hotels/the-100-best-hotels-in-london\" class target=\"_self\" rel data-data-layer=\"{"triggerOn":0,"payload":{"category":"GP Engagement","label":"in content","action":"link - internal"}}\" data-testid=\"tile-link_testID\"><picture><source type=\"image/webp\" srcset=\"https://media.timeout.com/images/106201260/380/285/image.webp 380w,https://media.timeout.com/images/106201260/750/562/image.webp 750w,https://med",
"<a href=\"/tokyo/hotels/cool-and-unique-places-to-stay-in-tokyo\" class target=\"_self\" rel data-data-layer=\"{"triggerOn":0,"payload":{"category":"GP Engagement","label":"in content","action":"link - internal"}}\" data-testid=\"tile-link_testID\"><picture><source type=\"image/webp\" srcset=\"https://media.timeout.com/images/105763508/380/285/image.webp 380w,https://media.timeout.com/images/105763508/750/562/image.webp 750w,ht",
"<a href=\"/los-angeles/hotels/best-hotels-in-los-angeles\" class target=\"_self\" rel data-data-layer=\"{"triggerOn":0,"payload":{"category":"GP Engagement","label":"in content","action":"link - internal"}}\" data-testid=\"tile-link_testID\"><picture><source type=\"image/webp\" srcset=\"https://media.timeout.com/images/106081490/380/285/image.webp 380w,https://media.timeout.com/images/106081490/750/562/image.webp 750w,https://m",
"<a href=\"/paris/en/hotels/best-hotels-in-paris\" class target=\"_self\" rel data-data-layer=\"{"triggerOn":0,"payload":{"category":"GP Engagement","label":"in content","action":"link - internal"}}\" data-testid=\"tile-link_testID\"><picture><source type=\"image/webp\" srcset=\"https://media.timeout.com/images/106256439/380/285/image.webp 380w,https://media.timeout.com/images/106256439/750/562/image.webp 750w,https://media.time",
"<a href=\"/singapore/hotels/best-hotels-in-singapore\" class target=\"_self\" rel data-data-layer=\"{"triggerOn":0,"payload":{"category":"GP Engagement","label":"in content","action":"link - internal"}}\" data-testid=\"tile-link_testID\"><picture><source type=\"image/webp\" srcset=\"https://media.timeout.com/images/106339567/380/285/image.webp 380w,https://media.timeout.com/images/106339567/750/562/image.webp 750w,https://media",
"<a href=\"/chicago/hotels/the-best-hotels-in-chicago\" class target=\"_self\" rel data-data-layer=\"{"triggerOn":0,"payload":{"category":"GP Engagement","label":"in content","action":"link - internal"}}\" data-testid=\"tile-link_testID\"><picture><source type=\"image/webp\" srcset=\"https://media.timeout.com/images/105969393/380/285/image.webp 380w,https://media.timeout.com/images/105969393/750/562/image.webp 750w,https://media",
"<a href=\"https://www.timeout.com\" class=\"_logo_6a2bo_96\" data-testid=\"brand-link-footer_testID\"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 209 80\" aria-label=\"Timeout\" class=\"\"><path fill-rule=\"evenodd\" d=\"\"/><path id=\"Vector\" d=\"M29.3364 19.0052C34.8593 16.9997 35.5358 14.2566 35.4247 12.7534V6.11683C35.4247 3.74956 34.4291 2.32945 33.5944 1.55356C31.9262 0.0056294 29.8189 -0.0237698 29.2777 0.0056294H6.73168C6.13433 -0.0199351 4.02192 -0.00076176 2.34859 1.55356C1.51383 2.32945 0.518"
],
"inaccessibleButtons": [
"<button class=\"_navButton_1igce_61\"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 16 17\" class=\"\"><path fill-rule=\"evenodd\" d=\"M11 2.5L5 8.5L11 14.5\" stroke=\"#fff\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/></svg></button>",
"<button class=\"_navButton_1igce_61\"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 16 17\" class=\"\"><path fill-rule=\"evenodd\" d=\"M5 14.5L11 8.5L5 2.5\" stroke=\"#fff\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/></svg></button>",
"<button class=\"_carouselButton_y3uc9_33 _carouselLeftButton_y3uc9_63 js-carousel-left-btn\"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\" class=\"\"><path d=\"M30 16.5H2m0 0L12.5 6M2 16.5 12.5 27\" stroke-width=\"2.1\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/></svg></button>",
"<button class=\"_carouselButton_y3uc9_33 _carouselRightButton_y3uc9_67 js-carousel-right-btn\"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\" class=\"\"><path d=\"M2 16h28m0 0L19.5 5.5M30 16 19.5 26.5\" stroke-width=\"2.1\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/></svg></button>",
"<button class=\"_carouselButton_y3uc9_33 _carouselLeftButton_y3uc9_63 js-carousel-left-btn\"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\" class=\"\"><path d=\"M30 16.5H2m0 0L12.5 6M2 16.5 12.5 27\" stroke-width=\"2.1\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/></svg></button>",
"<button class=\"_carouselButton_y3uc9_33 _carouselRightButton_y3uc9_67 js-carousel-right-btn\"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\" class=\"\"><path d=\"M2 16h28m0 0L19.5 5.5M30 16 19.5 26.5\" stroke-width=\"2.1\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/></svg></button>",
"<button class=\"_carouselButton_y3uc9_33 _carouselLeftButton_y3uc9_63 js-carousel-left-btn\"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\" class=\"\"><path d=\"M30 16.5H2m0 0L12.5 6M2 16.5 12.5 27\" stroke-width=\"2.1\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/></svg></button>",
"<button class=\"_carouselButton_y3uc9_33 _carouselRightButton_y3uc9_67 js-carousel-right-btn\"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\" class=\"\"><path d=\"M2 16h28m0 0L19.5 5.5M30 16 19.5 26.5\" stroke-width=\"2.1\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/></svg></button>",
"<button class=\"_carouselButton_y3uc9_33 _carouselLeftButton_y3uc9_63 js-carousel-left-btn\"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\" class=\"\"><path d=\"M30 16.5H2m0 0L12.5 6M2 16.5 12.5 27\" stroke-width=\"2.1\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/></svg></button>",
"<button class=\"_carouselButton_y3uc9_33 _carouselRightButton_y3uc9_67 js-carousel-right-btn\"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\" class=\"\"><path d=\"M2 16h28m0 0L19.5 5.5M30 16 19.5 26.5\" stroke-width=\"2.1\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/></svg></button>"
],
"missingAutocompleteInputs": [
"<input type=\"email\" id=\"header-newsletter-email\" class=\"_email_u0mmz_175\" placeholder=\"Enter email address\" required data-private=\"lipsum\">",
"<input id=\"popup-newsletter-email\" type=\"email\" class=\"_textInput_1wjzi_166 _email_1wjzi_196\" placeholder=\"Enter email address\" required data-private=\"lipsum\" name=\"email\">",
"<input type=\"email\" id=\"zone-newsletter-email\" class=\"_email_1amch_128\" placeholder=\"Enter email address\" required data-private=\"lipsum\">",
"<input type=\"email\" id=\"footer-newsletter-email\" class=\"_email_wy3hj_79\" placeholder=\"Email address\" required data-private=\"lipsum\">"
],
"imagesMissingAlt": [
"<img src=\"https://media.timeout.com/images/106407267/750/562/image.jpg\" srcset=\"https://media.timeout.com/images/106407267/380/285/image.jpg 380w,https://media.timeout.com/images/106407267/750/562/image.jpg 750w,https://media.timeout.com/images/106407267/1024/768/image.jpg 1024w,https://media.timeout.com/images/106407267/1372/1029/image.jpg 1372w,https://media.timeout.com/images/106407267/1536/1152/image.jpg 1536w,https://media.timeout.com/images/106407267/1920/1440/image.jpg 1920w\" sizes=\"auto\"",
"<img src=\"https://media.timeout.com/images/106398848/750/562/image.jpg\" srcset=\"https://media.timeout.com/images/106398848/380/285/image.jpg 380w,https://media.timeout.com/images/106398848/750/562/image.jpg 750w,https://media.timeout.com/images/106398848/1024/768/image.jpg 1024w,https://media.timeout.com/images/106398848/1372/1029/image.jpg 1372w,https://media.timeout.com/images/106398848/1536/1152/image.jpg 1536w,https://media.timeout.com/images/106398848/1920/1440/image.jpg 1920w\" sizes=\"auto\"",
"<img src=\"https://media.timeout.com/images/106384779/750/562/image.jpg\" srcset=\"https://media.timeout.com/images/106384779/380/285/image.jpg 380w,https://media.timeout.com/images/106384779/750/562/image.jpg 750w,https://media.timeout.com/images/106384779/1024/768/image.jpg 1024w,https://media.timeout.com/images/106384779/1372/1029/image.jpg 1372w,https://media.timeout.com/images/106384779/1536/1152/image.jpg 1536w,https://media.timeout.com/images/106384779/1920/1440/image.jpg 1920w\" sizes=\"auto\"",
"<img src=\"https://media.timeout.com/images/106400887/750/562/image.jpg\" srcset=\"https://media.timeout.com/images/106400887/380/285/image.jpg 380w,https://media.timeout.com/images/106400887/750/562/image.jpg 750w,https://media.timeout.com/images/106400887/1024/768/image.jpg 1024w,https://media.timeout.com/images/106400887/1372/1029/image.jpg 1372w,https://media.timeout.com/images/106400887/1536/1152/image.jpg 1536w,https://media.timeout.com/images/106400887/1920/1440/image.jpg 1920w\" sizes=\"auto\"",
"<img src=\"https://media.timeout.com/images/106397871/750/562/image.jpg\" srcset=\"https://media.timeout.com/images/106397871/380/285/image.jpg 380w,https://media.timeout.com/images/106397871/750/562/image.jpg 750w,https://media.timeout.com/images/106397871/1024/768/image.jpg 1024w,https://media.timeout.com/images/106397871/1372/1029/image.jpg 1372w,https://media.timeout.com/images/106397871/1536/1152/image.jpg 1536w,https://media.timeout.com/images/106397871/1920/1440/image.jpg 1920w\" sizes=\"auto\"",
"<img src=\"https://media.timeout.com/images/106410302/750/562/image.jpg\" srcset=\"https://media.timeout.com/images/106410302/380/285/image.jpg 380w,https://media.timeout.com/images/106410302/750/562/image.jpg 750w,https://media.timeout.com/images/106410302/1024/768/image.jpg 1024w,https://media.timeout.com/images/106410302/1372/1029/image.jpg 1372w,https://media.timeout.com/images/106410302/1536/1152/image.jpg 1536w,https://media.timeout.com/images/106410302/1920/1440/image.jpg 1920w\" sizes=\"auto\"",
"<img src=\"https://media.timeout.com/images/106201260/750/562/image.jpg\" srcset=\"https://media.timeout.com/images/106201260/380/285/image.jpg 380w,https://media.timeout.com/images/106201260/750/562/image.jpg 750w,https://media.timeout.com/images/106201260/1024/768/image.jpg 1024w,https://media.timeout.com/images/106201260/1372/1029/image.jpg 1372w,https://media.timeout.com/images/106201260/1536/1152/image.jpg 1536w,https://media.timeout.com/images/106201260/1920/1440/image.jpg 1920w\" sizes=\"auto\"",
"<img src=\"https://media.timeout.com/images/105763508/750/562/image.jpg\" srcset=\"https://media.timeout.com/images/105763508/380/285/image.jpg 380w,https://media.timeout.com/images/105763508/750/562/image.jpg 750w,https://media.timeout.com/images/105763508/1024/768/image.jpg 1024w,https://media.timeout.com/images/105763508/1372/1029/image.jpg 1372w,https://media.timeout.com/images/105763508/1536/1152/image.jpg 1536w,https://media.timeout.com/images/105763508/1920/1440/image.jpg 1920w\" sizes=\"auto\"",
"<img src=\"https://media.timeout.com/images/106081490/750/562/image.jpg\" srcset=\"https://media.timeout.com/images/106081490/380/285/image.jpg 380w,https://media.timeout.com/images/106081490/750/562/image.jpg 750w,https://media.timeout.com/images/106081490/1024/768/image.jpg 1024w,https://media.timeout.com/images/106081490/1372/1029/image.jpg 1372w,https://media.timeout.com/images/106081490/1536/1152/image.jpg 1536w,https://media.timeout.com/images/106081490/1920/1440/image.jpg 1920w\" sizes=\"auto\"",
"<img src=\"https://media.timeout.com/images/106256439/750/562/image.jpg\" srcset=\"https://media.timeout.com/images/106256439/380/285/image.jpg 380w,https://media.timeout.com/images/106256439/750/562/image.jpg 750w,https://media.timeout.com/images/106256439/1024/768/image.jpg 1024w,https://media.timeout.com/images/106256439/1372/1029/image.jpg 1372w,https://media.timeout.com/images/106256439/1536/1152/image.jpg 1536w,https://media.timeout.com/images/106256439/1920/1440/image.jpg 1920w\" sizes=\"auto\"",
"<img src=\"https://media.timeout.com/images/106339567/750/562/image.jpg\" srcset=\"https://media.timeout.com/images/106339567/380/285/image.jpg 380w,https://media.timeout.com/images/106339567/750/562/image.jpg 750w,https://media.timeout.com/images/106339567/1024/768/image.jpg 1024w,https://media.timeout.com/images/106339567/1372/1029/image.jpg 1372w,https://media.timeout.com/images/106339567/1536/1152/image.jpg 1536w,https://media.timeout.com/images/106339567/1920/1440/image.jpg 1920w\" sizes=\"auto\"",
"<img src=\"https://media.timeout.com/images/105969393/750/562/image.jpg\" srcset=\"https://media.timeout.com/images/105969393/380/285/image.jpg 380w,https://media.timeout.com/images/105969393/750/562/image.jpg 750w,https://media.timeout.com/images/105969393/1024/768/image.jpg 1024w,https://media.timeout.com/images/105969393/1372/1029/image.jpg 1372w,https://media.timeout.com/images/105969393/1536/1152/image.jpg 1536w,https://media.timeout.com/images/105969393/1920/1440/image.jpg 1920w\" sizes=\"auto\""
],
"skippedHeadingLevels": [
"h4: Choose a Time Out City",
"h4: Choose a Time Out Market",
"h1: Discover the world’s coolest cities",
"h1: Welcome to Time Out",
"h2: Your ultimate guide to the world’s best cities",
"h3: The world’s best cities for food in 2026 – and why you should visit",
"h3: It’s official: These are the world’s best cities for museums and galleries",
"h3: The best places for solo female travel in 2026",
"h3: The 14 best burgers in the world right now",
"h3: The world’s best cities for food in 2026 – and why you should visit",
"h3: It’s official: These are the world’s best cities for museums and galleries",
"h3: The best places for solo female travel in 2026",
"h3: The 14 best burgers in the world right now",
"h2: Trending around the world",
"h3: The South American city named the world’s culinary capital for 2026",
"h3: It’s official: These are the world’s best cities for museums and galleries",
"h3: Move over, Taghazout: This is Africa’s most underrated surf town",
"h3: A brand-new long-distance hiking trail straddling two European countries is launching this year",
"h3: On-the-spot fines and higher taxes: The new rules and fees for travelling to Japan in 2026",
"h2: Top travel inspiration",
"h5: Travel",
"h3: The world’s 20 best cities for art and culture in 2026",
"h5: Travel",
"h3: The world’s most walkable cities in 2026, according to locals",
"h5: Travel",
"h3: The world’s best cities for green spaces and nature in 2026",
"h5: Travel",
"h3: The 50 best cities in the world in 2026",
"h5: Travel",
"h3: The 31 coolest streets in the world in 2025",
"h5: Travel",
"h3: The 39 coolest neighbourhoods in the world in 2025",
"h5: Things to do",
"h3: The world’s best cities for Gen Z to live in – according to Gen Z",
"h5: Travel",
"h3: The world’s 20 best cities for nightlife right now",
"h5: Travel",
"h3: The world’s 20 best cities for food right now",
"h2: Discover Time Out Market in North America",
"h3: Time Out Market Boston",
"h3: Time Out Market New York",
"h3: Time Out Market Montréal",
"h3: Time Out Market Union Square",
"h3: Time Out Market Vancouver",
"h2: Discover Time Out Market around the world",
"h3: Time Out Market Bahrain",
"h3: Time Out Market Barcelona",
"h3: Time Out Market Budapest",
"h3: Time Out Market Cape Town",
"h3: Time Out Market Dubai",
"h3: Time Out Market Lisboa",
"h3: Time Out Market Osaka",
"h3: Time Out Market Porto",
"h2: Movies we love",
"h5: Film",
"h3: 'Masters of the Universe' review: Nicholas Galitzine stars in a fun ‘Barbie-for-boys’ fantasy adventure",
"h3: The most anticipated movies of summer 2026",
"h3: The most anticipated movies of summer 2026",
"h5: Film",
"h3: 'Backrooms' review: think Stranger Things’ Upside Down by way of Severance",
"h3: 'Backrooms' review: think Stranger Things’ Upside Down by way of Severance",
"h3: The best movies of 2026 (so far)",
"h3: The best movies of 2026 (so far)",
"h5: Film",
"h3: The best animes of 2026 (so far)",
"h3: The best animes of 2026 (so far)",
"h5: Film",
"h3: 'Finding Emily' review: joyous Gen Z romcom takes the meaning of ‘lovesick’ to a new level",
"h3: 'Finding Emily' review: joyous Gen Z romcom takes the meaning of ‘lovesick’ to a new level",
"h5: Film",
"h3: From ‘Disclosure Day’ to ‘Toy Story 5’: 10 massive movies hitting cinemas this June",
"h3: From ‘Disclosure Day’ to ‘Toy Story 5’: 10 massive movies hitting cinemas this June",
"h2: Music we love",
"h5: Music",
"h3: The 50 best karaoke songs ever made",
"h5: Music",
"h3: The 40 best party songs ever made",
"h5: Music",
"h3: The 37 best inspirational songs of all time",
"h5: Music",
"h3: The 35 best cover songs of all time",
"h5: Music",
"h3: The 30 best love songs of all time",
"h5: Music",
"h3: The 50 greatest breakup songs of all time",
"h5: Music",
"h3: The 40 best songs of 2025",
"h5: Music",
"h3: The 25 best albums of 2025",
"h5: Music",
"h3: The 50 best sad songs ever written",
"h5: Music",
"h3: The 64 best ’80s hits",
"h2: Our favourite hotels",
"h3: The best hotels in New York City",
"h3: The best hotels in London",
"h3: The best hotels in London",
"h3: The coolest and most unique hotels in Tokyo",
"h3: The coolest and most unique hotels in Tokyo",
"h3: The best hotels in Los Angeles",
"h3: The best hotels in Los Angeles",
"h3: The best hotels to stay in Paris",
"h3: The best hotels to stay in Paris",
"h3: The best hotels in Singapore",
"h3: The best hotels in Singapore",
"h3: The best hotels in Chicago",
"h3: The best hotels in Chicago",
"h2: Explore Europe",
"h3: London",
"h3: Paris",
"h3: Barcelona",
"h2: Explore North America",
"h3: New York",
"h3: Los Angeles",
"h3: Chicago",
"h2: Explore Asia",
"h3: Singapore",
"h3: Tokyo",
"h3: Hong Kong",
"h2: Explore the South Pacific",
"h3: Sydney",
"h3: Melbourne",
"h3: Brisbane",
"h2: Explore Africa",
"h3: Cape Town",
"h3: Marrakech",
"h3: Johannesburg",
"h2: Explore South America",
"h3: Buenos Aires",
"h3: Rio de Janeiro",
"h3: Bogotá"
]
},
"counts": {
"h1": 2,
"headings": 131,
"links": 297,
"inaccessibleLinks": 18,
"buttons": 13,
"inaccessibleButtons": 10,
"images": 81,
"imagesWithAlt": 69,
"autocompleteInputs": 4,
"inputsWithAutocomplete": 0,
"missingAutocompleteInputs": 4
}
}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/plain",
"length": 9
},
{
"path": "/webmcp.json",
"statusCode": 404,
"contentType": "text/html; charset=UTF-8",
"length": 173969
},
{
"path": "/mcp.json",
"statusCode": 404,
"contentType": "text/html; charset=UTF-8",
"length": 173969
}
]
},
"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/plain",
"length": 9
},
{
"path": "/.well-known/a2a/agent-card.json",
"statusCode": 404,
"contentType": "text/plain",
"length": 9
},
{
"path": "/agent-card.json",
"statusCode": 404,
"contentType": "text/html; charset=UTF-8",
"length": 173969
}
]
},
"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/plain",
"length": 9
},
{
"path": "/.well-known/skills/index.json",
"statusCode": 404,
"contentType": "text/plain",
"length": 9
}
]
},
"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/plain",
"length": 9
},
{
"path": "/agent.json",
"statusCode": 404,
"contentType": "text/html; charset=UTF-8",
"length": 173967
}
]
},
"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/plain",
"length": 9
},
{
"path": "/agents.json",
"statusCode": 404,
"contentType": "text/html; charset=UTF-8",
"length": 173969
}
]
},
"issue": "agents.json was not found at the expected path.",
"howToFix": "If this site uses agents.json, publish JSON with an agents array containing name and url for each agent."
}
]
}Agent Ease of UseSkill DiscoveryEmerging recommendation
DNS-AID Agent Discovery
DNS-AID Agent Discovery failed at "Resolve DNS-AID SVCB/HTTPS records".
15 Fail
Agent Ease of UseSkill DiscoveryEmerging recommendation
DNS-AID Agent Discovery
DNS-AID Agent Discovery failed at "Resolve DNS-AID SVCB/HTTPS records".
Needs attention
DNS-AID Agent Discovery
Issue
No DNS-AID entrypoint records were found under _agents.
Why it matters
DNS-AID lets agents discover index, A2A, and other agent entrypoints before fetching HTTP metadata, while DNSSEC can authenticate the discovery zone.
Check name
DNS-AID Agent Discovery
Score
25/100
Status
fail
Category
Skill Discovery
Maturity
Emerging recommendation
Goal
Publish DNS for AI Discovery records under _agents for DNS-based agent entrypoint discovery.
Result
DNS-AID Agent Discovery failed at "Resolve DNS-AID SVCB/HTTPS records".
Validation steps
Resolve DNS-AID SVCB/HTTPS records
No DNS-AID entrypoint records were found under _agents.
Validate alpn and endpoint parameters
Include alpn and endpoint service parameters in each DNS-AID record so agents know the protocol and target entrypoint.
Check DNSSEC material
DNSSEC material was not visible for the hostname or parent zone from this resolver.
Evidence
{
"failedStep": "svcb-https-records",
"steps": [
{
"id": "svcb-https-records",
"title": "Resolve DNS-AID SVCB/HTTPS records",
"status": "fail",
"evidence": {
"hostname": "www.timeout.com",
"probes": [
{
"name": "_index._agents.www.timeout.com",
"found": false,
"recordCount": 1,
"records": [],
"hasAlpn": false,
"hasEndpoint": false
},
{
"name": "_a2a._agents.www.timeout.com",
"found": false,
"recordCount": 1,
"records": [],
"hasAlpn": false,
"hasEndpoint": false
}
]
},
"issue": "No DNS-AID entrypoint records were found under _agents.",
"howToFix": "Publish ServiceMode SVCB/HTTPS records such as _index._agents.example.com or _a2a._agents.example.com."
},
{
"id": "service-params",
"title": "Validate alpn and endpoint parameters",
"status": "informational",
"evidence": {
"discovered": []
},
"howToFix": "Include alpn and endpoint service parameters in each DNS-AID record so agents know the protocol and target entrypoint."
},
{
"id": "dnssec",
"title": "Check DNSSEC material",
"status": "warning",
"evidence": {
"hasDnssecMaterial": false,
"checked": [
{
"name": "www.timeout.com",
"dnssecTypes": [],
"dnssecRecordCount": 0
},
{
"name": "timeout.com",
"dnssecTypes": [],
"dnssecRecordCount": 0
}
]
},
"issue": "DNSSEC material was not visible for the hostname or parent zone from this resolver.",
"howToFix": "Sign the public discovery zone with DNSSEC so validating resolvers can return authenticated data."
}
]
}AI DiscoverabilityContent ReadinessEstablished
Content freshness signals
Content freshness signals is partially implemented.
13 Warning
AI DiscoverabilityContent ReadinessEstablished
Content freshness signals
Content freshness signals is partially implemented.
Needs attention
Content freshness signals
Issue
Content freshness signals are incomplete: missing Last-Modified HTTP header; missing meta or <time> freshness tags.
Why it matters
Freshness signals help agents decide whether content is current enough to cite, summarize, or compare against newer sources.
Check name
Content freshness signals
Score
50/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-08T11:01:04Z",
"2020-04-02T23:00:00Z"
],
"metaDateCount": 0,
"timeDateCount": 0
}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> is missing a name attribute.<input> is missing tool-param-description.<input> is missing a name attribute.<input> is missing a label.<input> is missing tool-param-description.<input> is missing a name attribute.<input> is missing a label.<input> is missing tool-param-description.<input name="email"> 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 a label.<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 a label.<input> is missing tool-param-description.
Detect WebMCP imperative API usage
navigator.modelContext.provideContext(), navigator.modelContext.registerTool(), or other imperative signals were not detected in rendered browser state.
Detect WebMCP browser navigator injection
navigator.modelContext was not detected in the rendered browser page.
Interactive surface coverage
Only 0% of interactive surfaces are annotated.
Evidence
{
"failedStep": "declarative-annotation-quality",
"steps": [
{
"id": "data-mcp-tool-attributes",
"title": "Detect data-mcp-tool annotations",
"status": "informational",
"evidence": {
"dataMcpToolCount": 0,
"dataMcpTools": []
},
"issue": "No data-mcp-tool attributes were found on interactive elements.",
"howToFix": "Add data-mcp-tool attributes to high-value forms, buttons, and links so generic MCP-aware tooling can identify intended actions."
},
{
"id": "declarative-tags",
"title": "Detect WebMCP declarative tags",
"status": "informational",
"evidence": {
"totalForms": 4,
"formsWithTags": 0,
"totalInteractive": 317,
"interactiveWithTags": 0,
"totalCount": 321,
"taggedCount": 0,
"dataMcpToolCount": 0,
"dataMcpTools": [],
"coverage": 0,
"annotationIssues": [
"<input> is missing a name attribute.",
"<input> is missing tool-param-description.",
"<input> is missing a name attribute.",
"<input> is missing a label.",
"<input> is missing tool-param-description.",
"<input> is missing a name attribute.",
"<input> is missing a label.",
"<input> is missing tool-param-description.",
"<input name=\"email\"> 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 a label.",
"<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 a label.",
"<input> is missing tool-param-description."
]
},
"issue": "No elements found with tool-name or tool-description attributes.",
"howToFix": "Add tool-name and tool-description attributes to forms and interactive elements."
},
{
"id": "declarative-annotation-quality",
"title": "Validate WebMCP declarative annotation quality",
"status": "warning",
"evidence": {
"issueCount": 23,
"issues": [
"<input> is missing a name attribute.",
"<input> is missing tool-param-description.",
"<input> is missing a name attribute.",
"<input> is missing a label.",
"<input> is missing tool-param-description.",
"<input> is missing a name attribute.",
"<input> is missing a label.",
"<input> is missing tool-param-description.",
"<input name=\"email\"> 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 a label.",
"<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 a label.",
"<input> is missing tool-param-description."
]
},
"issue": "WebMCP declarative annotations need fixes.",
"issueDetails": [
{
"title": "WebMCP declarative annotation issues",
"items": [
{
"type": "code",
"value": "<input> is missing a name attribute."
},
{
"type": "code",
"value": "<input> is missing tool-param-description."
},
{
"type": "code",
"value": "<input> is missing a name attribute."
},
{
"type": "code",
"value": "<input> is missing a label."
},
{
"type": "code",
"value": "<input> is missing tool-param-description."
},
{
"type": "code",
"value": "<input> is missing a name attribute."
},
{
"type": "code",
"value": "<input> is missing a label."
},
{
"type": "code",
"value": "<input> is missing tool-param-description."
},
{
"type": "code",
"value": "<input name=\"email\"> is missing tool-param-description."
},
{
"type": "code",
"value": "<input> is missing a name attribute."
},
{
"type": "code",
"value": "<input> is missing tool-param-description."
},
{
"type": "code",
"value": "<input> is missing a name attribute."
},
{
"type": "code",
"value": "<input> is missing tool-param-description."
},
{
"type": "code",
"value": "<input> is missing a name attribute."
},
{
"type": "code",
"value": "<input> is missing tool-param-description."
},
{
"type": "code",
"value": "<input> is missing a name attribute."
},
{
"type": "code",
"value": "<input> is missing a label."
},
{
"type": "code",
"value": "<input> is missing tool-param-description."
},
{
"type": "code",
"value": "<input> is missing a name attribute."
},
{
"type": "code",
"value": "<input> is missing tool-param-description."
},
{
"type": "code",
"value": "<input> is missing a name attribute."
},
{
"type": "code",
"value": "<input> is missing a label."
},
{
"type": "code",
"value": "<input> is missing tool-param-description."
}
]
}
],
"howToFix": "Use snake_case tool-name values, descriptive tool-description values, named and labeled fields, and tool-param-description on inputs."
},
{
"id": "imperative-api",
"title": "Detect WebMCP imperative API usage",
"status": "informational",
"evidence": {
"staticSignals": {
"detected": false,
"matched": []
},
"browser": {
"checked": true,
"detected": false,
"hasNavigatorModelContext": false,
"modelContextType": "undefined",
"hasProvideContext": false,
"hasRegisterTool": false
}
},
"issue": "navigator.modelContext.provideContext(), navigator.modelContext.registerTool(), or other imperative signals were not detected in rendered browser state.",
"howToFix": "Use navigator.modelContext.provideContext() to register tools programmatically."
},
{
"id": "browser-navigator-injection",
"title": "Detect WebMCP browser navigator injection",
"status": "informational",
"evidence": {
"browser": {
"checked": true,
"detected": false,
"hasNavigatorModelContext": false,
"modelContextType": "undefined",
"hasProvideContext": false,
"hasRegisterTool": false
}
},
"issue": "navigator.modelContext was not detected in the rendered browser page.",
"howToFix": "Expose WebMCP through navigator.modelContext in the browser runtime when the page is intended to provide in-page tools."
},
{
"id": "surface-coverage",
"title": "Interactive surface coverage",
"status": "informational",
"evidence": {
"totalForms": 4,
"formsWithTags": 0,
"totalInteractive": 317,
"interactiveWithTags": 0,
"totalCount": 321,
"taggedCount": 0,
"dataMcpToolCount": 0,
"dataMcpTools": [],
"coverage": 0,
"annotationIssues": [
"<input> is missing a name attribute.",
"<input> is missing tool-param-description.",
"<input> is missing a name attribute.",
"<input> is missing a label.",
"<input> is missing tool-param-description.",
"<input> is missing a name attribute.",
"<input> is missing a label.",
"<input> is missing tool-param-description.",
"<input name=\"email\"> 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 a label.",
"<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 a label.",
"<input> is missing tool-param-description."
]
},
"issue": "Only 0% of interactive surfaces are annotated.",
"howToFix": "Add WebMCP annotations to all forms and interactive elements to increase agent coverage."
}
],
"staticSignals": {
"detected": false,
"matched": []
},
"coverage": {
"totalForms": 4,
"formsWithTags": 0,
"totalInteractive": 317,
"interactiveWithTags": 0,
"totalCount": 321,
"taggedCount": 0,
"dataMcpToolCount": 0,
"dataMcpTools": [],
"coverage": 0,
"annotationIssues": [
"<input> is missing a name attribute.",
"<input> is missing tool-param-description.",
"<input> is missing a name attribute.",
"<input> is missing a label.",
"<input> is missing tool-param-description.",
"<input> is missing a name attribute.",
"<input> is missing a label.",
"<input> is missing tool-param-description.",
"<input name=\"email\"> 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 a label.",
"<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 a label.",
"<input> is missing tool-param-description."
]
},
"browserWebMcp": {
"checked": true,
"detected": false,
"hasNavigatorModelContext": false,
"modelContextType": "undefined",
"hasProvideContext": false,
"hasRegisterTool": false
}
}GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
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
103 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": 103,
"passing": 0,
"failing": [
{
"heading": "Your ultimate guide to the world’s best cities",
"headingHtml": "<h2 class=\"_h2_u46l4_14\">Your ultimate guide to the world’s best cities</h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "The world’s best cities for food in 2026 – and why you should visit",
"headingHtml": "<h3 class=\"_h3_c6c0h_1\" data-testid=\"tile-title_testID\">The world’s best cities for food in 2026 – and why you should visit</h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "It’s official: These are the world’s best cities for museums and galleries",
"headingHtml": "<h3 class=\"_h3_c6c0h_1\" data-testid=\"tile-title_testID\">It’s official: These are the world’s best cities for museums and galleries</h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "The best places for solo female travel in 2026",
"headingHtml": "<h3 class=\"_h3_c6c0h_1\" data-testid=\"tile-title_testID\">The best places for solo female travel in 2026</h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "The 14 best burgers in the world right now",
"headingHtml": "<h3 class=\"_h3_c6c0h_1\" data-testid=\"tile-title_testID\">The 14 best burgers in the world right now</h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "The world’s best cities for food in 2026 – and why you should visit",
"headingHtml": "<h3 class=\"_h3_c6c0h_1\" data-testid=\"tile-title_testID\">The world’s best cities for food in 2026 – and why you should visit</h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "It’s official: These are the world’s best cities for museums and galleries",
"headingHtml": "<h3 class=\"_h3_c6c0h_1\" data-testid=\"tile-title_testID\">It’s official: These are the world’s best cities for museums and galleries</h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "The best places for solo female travel in 2026",
"headingHtml": "<h3 class=\"_h3_c6c0h_1\" data-testid=\"tile-title_testID\">The best places for solo female travel in 2026</h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "The 14 best burgers in the world right now",
"headingHtml": "<h3 class=\"_h3_c6c0h_1\" data-testid=\"tile-title_testID\">The 14 best burgers in the world right now</h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Trending around the world",
"headingHtml": "<h2 class=\"_h2_1nkur_1\" data-testid=\"zone-title_testID\"><span>Trending around the world</span></h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "The South American city named the world’s culinary capital for 2026",
"headingHtml": "<h3 class=\"_h3_c6c0h_1\" data-testid=\"tile-title_testID\">The South American city named the world’s culinary capital for 2026</h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "It’s official: These are the world’s best cities for museums and galleries",
"headingHtml": "<h3 class=\"_h3_c6c0h_1\" data-testid=\"tile-title_testID\">It’s official: These are the world’s best cities for museums and galleries</h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Move over, Taghazout: This is Africa’s most underrated surf town",
"headingHtml": "<h3 class=\"_h3_c6c0h_1\" data-testid=\"tile-title_testID\">Move over, Taghazout: This is Africa’s most underrated surf town</h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "A brand-new long-distance hiking trail straddling two European countries is launching this year",
"headingHtml": "<h3 class=\"_h3_c6c0h_1\" data-testid=\"tile-title_testID\">A brand-new long-distance hiking trail straddling two European countries is launching this year</h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "On-the-spot fines and higher taxes: The new rules and fees for travelling to Japan in 2026",
"headingHtml": "<h3 class=\"_h3_c6c0h_1\" data-testid=\"tile-title_testID\">On-the-spot fines and higher taxes: The new rules and fees for travelling to Japan in 2026</h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Top travel inspiration",
"headingHtml": "<h2 class=\"_h2_1nkur_1\" data-testid=\"zone-title_testID\"><span>Top travel inspiration</span></h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "The world’s 20 best cities for art and culture in 2026",
"headingHtml": "<h3 class=\"_h3_c6c0h_1\" data-testid=\"tile-title_testID\">The world’s 20 best cities for art and culture in 2026</h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "The world’s most walkable cities in 2026, according to locals",
"headingHtml": "<h3 class=\"_h3_c6c0h_1\" data-testid=\"tile-title_testID\">The world’s most walkable cities in 2026, according to locals</h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "The world’s best cities for green spaces and nature in 2026",
"headingHtml": "<h3 class=\"_h3_c6c0h_1\" data-testid=\"tile-title_testID\">The world’s best cities for green spaces and nature in 2026</h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "The 50 best cities in the world in 2026",
"headingHtml": "<h3 class=\"_h3_c6c0h_1\" data-testid=\"tile-title_testID\">The 50 best cities in the world in 2026</h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "The 31 coolest streets in the world in 2025",
"headingHtml": "<h3 class=\"_h3_c6c0h_1\" data-testid=\"tile-title_testID\">The 31 coolest streets in the world in 2025</h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "The 39 coolest neighbourhoods in the world in 2025",
"headingHtml": "<h3 class=\"_h3_c6c0h_1\" data-testid=\"tile-title_testID\">The 39 coolest neighbourhoods in the world in 2025</h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "The world’s best cities for Gen Z to live in – according to Gen Z",
"headingHtml": "<h3 class=\"_h3_c6c0h_1\" data-testid=\"tile-title_testID\">The world’s best cities for Gen Z to live in – according to Gen Z</h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "The world’s 20 best cities for nightlife right now",
"headingHtml": "<h3 class=\"_h3_c6c0h_1\" data-testid=\"tile-title_testID\">The world’s 20 best cities for nightlife right now</h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "The world’s 20 best cities for food right now",
"headingHtml": "<h3 class=\"_h3_c6c0h_1\" data-testid=\"tile-title_testID\">The world’s 20 best cities for food right now</h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Discover Time Out Market in North America",
"headingHtml": "<h2 class=\"_h2_1nkur_1\" data-testid=\"zone-title_testID\"><span>Discover Time Out Market in North America</span></h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Time Out Market Boston",
"headingHtml": "<h3 class=\"_h3_c6c0h_1\" data-testid=\"tile-title_testID\">Time Out Market Boston</h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Time Out Market New York",
"headingHtml": "<h3 class=\"_h3_c6c0h_1\" data-testid=\"tile-title_testID\">Time Out Market New York</h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Time Out Market Montréal",
"headingHtml": "<h3 class=\"_h3_c6c0h_1\" data-testid=\"tile-title_testID\">Time Out Market Montréal</h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Time Out Market Union Square",
"headingHtml": "<h3 class=\"_h3_c6c0h_1\" data-testid=\"tile-title_testID\">Time Out Market Union Square</h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Time Out Market Vancouver",
"headingHtml": "<h3 class=\"_h3_c6c0h_1\" data-testid=\"tile-title_testID\">Time Out Market Vancouver</h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Discover Time Out Market around the world",
"headingHtml": "<h2 class=\"_h2_1nkur_1\" data-testid=\"zone-title_testID\"><span>Discover Time Out Market around the world</span></h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Time Out Market Bahrain",
"headingHtml": "<h3 class=\"_h3_c6c0h_1\" data-testid=\"tile-title_testID\">Time Out Market Bahrain</h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Time Out Market Barcelona",
"headingHtml": "<h3 class=\"_h3_c6c0h_1\" data-testid=\"tile-title_testID\">Time Out Market Barcelona</h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Time Out Market Budapest",
"headingHtml": "<h3 class=\"_h3_c6c0h_1\" data-testid=\"tile-title_testID\">Time Out Market Budapest</h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Time Out Market Cape Town",
"headingHtml": "<h3 class=\"_h3_c6c0h_1\" data-testid=\"tile-title_testID\">Time Out Market Cape Town</h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Time Out Market Dubai",
"headingHtml": "<h3 class=\"_h3_c6c0h_1\" data-testid=\"tile-title_testID\">Time Out Market Dubai</h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Time Out Market Lisboa",
"headingHtml": "<h3 class=\"_h3_c6c0h_1\" data-testid=\"tile-title_testID\">Time Out Market Lisboa</h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Time Out Market Osaka",
"headingHtml": "<h3 class=\"_h3_c6c0h_1\" data-testid=\"tile-title_testID\">Time Out Market Osaka</h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Time Out Market Porto",
"headingHtml": "<h3 class=\"_h3_c6c0h_1\" data-testid=\"tile-title_testID\">Time Out Market Porto</h3>",
"firstParagraph": "The best of Time Out, straight to your inbox",
"paragraphHtml": "<p class=\"_form_title_1amch_68\">The best of <span>Time Out</span>, straight to your inbox</p>",
"words": 9,
"direct": false,
"issue": "First paragraph is 9 words and does not look like a concise direct answer."
},
{
"heading": "Movies we love",
"headingHtml": "<h2 class=\"_h2_1nkur_1\" data-testid=\"zone-title_testID\"><span>Movies we love</span></h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "'Masters of the Universe' review: Nicholas Galitzine stars in a fun ‘Barbie-for-boys’ fantasy adventure",
"headingHtml": "<h3 class=\"_h3_c6c0h_1 _large_c6c0h_18\" data-testid=\"tile-title_testID\">'Masters of the Universe' review: Nicholas Galitzine stars in a fun ‘Barbie-for-boys’ fantasy adventure</h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "The most anticipated movies of summer 2026",
"headingHtml": "<h3 class=\"_h3_c6c0h_1 _large_c6c0h_18\" data-testid=\"tile-title_testID\">The most anticipated movies of summer 2026</h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "The most anticipated movies of summer 2026",
"headingHtml": "<h3 class=\"_h3_c6c0h_1\" data-testid=\"tile-title_testID\">The most anticipated movies of summer 2026</h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "'Backrooms' review: think Stranger Things’ Upside Down by way of Severance",
"headingHtml": "<h3 class=\"_h3_c6c0h_1 _large_c6c0h_18\" data-testid=\"tile-title_testID\">'Backrooms' review: think Stranger Things’ Upside Down by way of Severance</h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "'Backrooms' review: think Stranger Things’ Upside Down by way of Severance",
"headingHtml": "<h3 class=\"_h3_c6c0h_1\" data-testid=\"tile-title_testID\">'Backrooms' review: think Stranger Things’ Upside Down by way of Severance</h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "The best movies of 2026 (so far)",
"headingHtml": "<h3 class=\"_h3_c6c0h_1 _large_c6c0h_18\" data-testid=\"tile-title_testID\">The best movies of 2026 (so far)</h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "The best movies of 2026 (so far)",
"headingHtml": "<h3 class=\"_h3_c6c0h_1\" data-testid=\"tile-title_testID\">The best movies of 2026 (so far)</h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "The best animes of 2026 (so far)",
"headingHtml": "<h3 class=\"_h3_c6c0h_1 _large_c6c0h_18\" data-testid=\"tile-title_testID\">The best animes of 2026 (so far)</h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "The best animes of 2026 (so far)",
"headingHtml": "<h3 class=\"_h3_c6c0h_1\" data-testid=\"tile-title_testID\">The best animes of 2026 (so far)</h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "'Finding Emily' review: joyous Gen Z romcom takes the meaning of ‘lovesick’ to a new level",
"headingHtml": "<h3 class=\"_h3_c6c0h_1 _large_c6c0h_18\" data-testid=\"tile-title_testID\">'Finding Emily' review: joyous Gen Z romcom takes the meaning of ‘lovesick’ to a new level</h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "'Finding Emily' review: joyous Gen Z romcom takes the meaning of ‘lovesick’ to a new level",
"headingHtml": "<h3 class=\"_h3_c6c0h_1\" data-testid=\"tile-title_testID\">'Finding Emily' review: joyous Gen Z romcom takes the meaning of ‘lovesick’ to a new level</h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "From ‘Disclosure Day’ to ‘Toy Story 5’: 10 massive movies hitting cinemas this June",
"headingHtml": "<h3 class=\"_h3_c6c0h_1 _large_c6c0h_18\" data-testid=\"tile-title_testID\">From ‘Disclosure Day’ to ‘Toy Story 5’: 10 massive movies hitting cinemas this June</h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "From ‘Disclosure Day’ to ‘Toy Story 5’: 10 massive movies hitting cinemas this June",
"headingHtml": "<h3 class=\"_h3_c6c0h_1\" data-testid=\"tile-title_testID\">From ‘Disclosure Day’ to ‘Toy Story 5’: 10 massive movies hitting cinemas this June</h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Music we love",
"headingHtml": "<h2 class=\"_h2_1nkur_1\" data-testid=\"zone-title_testID\"><span>Music we love</span></h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "The 50 best karaoke songs ever made",
"headingHtml": "<h3 class=\"_h3_c6c0h_1\" data-testid=\"tile-title_testID\">The 50 best karaoke songs ever made</h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "The 40 best party songs ever made",
"headingHtml": "<h3 class=\"_h3_c6c0h_1\" data-testid=\"tile-title_testID\">The 40 best party songs ever made</h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "The 37 best inspirational songs of all time",
"headingHtml": "<h3 class=\"_h3_c6c0h_1\" data-testid=\"tile-title_testID\">The 37 best inspirational songs of all time</h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "The 35 best cover songs of all time",
"headingHtml": "<h3 class=\"_h3_c6c0h_1\" data-testid=\"tile-title_testID\">The 35 best cover songs of all time</h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "The 30 best love songs of all time",
"headingHtml": "<h3 class=\"_h3_c6c0h_1\" data-testid=\"tile-title_testID\">The 30 best love songs of all time</h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "The 50 greatest breakup songs of all time",
"headingHtml": "<h3 class=\"_h3_c6c0h_1\" data-testid=\"tile-title_testID\">The 50 greatest breakup songs of all time</h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "The 40 best songs of 2025",
"headingHtml": "<h3 class=\"_h3_c6c0h_1\" data-testid=\"tile-title_testID\">The 40 best songs of 2025</h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "The 25 best albums of 2025",
"headingHtml": "<h3 class=\"_h3_c6c0h_1\" data-testid=\"tile-title_testID\">The 25 best albums of 2025</h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "The 50 best sad songs ever written",
"headingHtml": "<h3 class=\"_h3_c6c0h_1\" data-testid=\"tile-title_testID\">The 50 best sad songs ever written</h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "The 64 best ’80s hits",
"headingHtml": "<h3 class=\"_h3_c6c0h_1\" data-testid=\"tile-title_testID\">The 64 best ’80s hits</h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Our favourite hotels",
"headingHtml": "<h2 class=\"_h2_1nkur_1\" data-testid=\"zone-title_testID\"><span>Our favourite hotels</span></h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "The best hotels in New York City",
"headingHtml": "<h3 class=\"_h3_c6c0h_1 _large_c6c0h_18\" data-testid=\"tile-title_testID\">The best hotels in New York City</h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "The best hotels in London",
"headingHtml": "<h3 class=\"_h3_c6c0h_1 _large_c6c0h_18\" data-testid=\"tile-title_testID\">The best hotels in London</h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "The best hotels in London",
"headingHtml": "<h3 class=\"_h3_c6c0h_1\" data-testid=\"tile-title_testID\">The best hotels in London</h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "The coolest and most unique hotels in Tokyo",
"headingHtml": "<h3 class=\"_h3_c6c0h_1 _large_c6c0h_18\" data-testid=\"tile-title_testID\">The coolest and most unique hotels in Tokyo</h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "The coolest and most unique hotels in Tokyo",
"headingHtml": "<h3 class=\"_h3_c6c0h_1\" data-testid=\"tile-title_testID\">The coolest and most unique hotels in Tokyo</h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "The best hotels in Los Angeles",
"headingHtml": "<h3 class=\"_h3_c6c0h_1 _large_c6c0h_18\" data-testid=\"tile-title_testID\">The best hotels in Los Angeles</h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "The best hotels in Los Angeles",
"headingHtml": "<h3 class=\"_h3_c6c0h_1\" data-testid=\"tile-title_testID\">The best hotels in Los Angeles</h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "The best hotels to stay in Paris",
"headingHtml": "<h3 class=\"_h3_c6c0h_1 _large_c6c0h_18\" data-testid=\"tile-title_testID\">The best hotels to stay in Paris</h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "The best hotels to stay in Paris",
"headingHtml": "<h3 class=\"_h3_c6c0h_1\" data-testid=\"tile-title_testID\">The best hotels to stay in Paris</h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "The best hotels in Singapore",
"headingHtml": "<h3 class=\"_h3_c6c0h_1 _large_c6c0h_18\" data-testid=\"tile-title_testID\">The best hotels in Singapore</h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "The best hotels in Singapore",
"headingHtml": "<h3 class=\"_h3_c6c0h_1\" data-testid=\"tile-title_testID\">The best hotels in Singapore</h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "The best hotels in Chicago",
"headingHtml": "<h3 class=\"_h3_c6c0h_1 _large_c6c0h_18\" data-testid=\"tile-title_testID\">The best hotels in Chicago</h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "The best hotels in Chicago",
"headingHtml": "<h3 class=\"_h3_c6c0h_1\" data-testid=\"tile-title_testID\">The best hotels in Chicago</h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Explore Europe",
"headingHtml": "<h2 class=\"_h2_1nkur_1\" data-testid=\"zone-title_testID\"><span>Explore Europe</span></h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "London",
"headingHtml": "<h3 class=\"_h3_c6c0h_1\" data-testid=\"tile-title_testID\">London</h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Paris",
"headingHtml": "<h3 class=\"_h3_c6c0h_1\" data-testid=\"tile-title_testID\">Paris</h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Barcelona",
"headingHtml": "<h3 class=\"_h3_c6c0h_1\" data-testid=\"tile-title_testID\">Barcelona</h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Explore North America",
"headingHtml": "<h2 class=\"_h2_1nkur_1\" data-testid=\"zone-title_testID\"><span>Explore North America</span></h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "New York",
"headingHtml": "<h3 class=\"_h3_c6c0h_1\" data-testid=\"tile-title_testID\">New York</h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Los Angeles",
"headingHtml": "<h3 class=\"_h3_c6c0h_1\" data-testid=\"tile-title_testID\">Los Angeles</h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Chicago",
"headingHtml": "<h3 class=\"_h3_c6c0h_1\" data-testid=\"tile-title_testID\">Chicago</h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Explore Asia",
"headingHtml": "<h2 class=\"_h2_1nkur_1\" data-testid=\"zone-title_testID\"><span>Explore Asia</span></h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Singapore",
"headingHtml": "<h3 class=\"_h3_c6c0h_1\" data-testid=\"tile-title_testID\">Singapore</h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Tokyo",
"headingHtml": "<h3 class=\"_h3_c6c0h_1\" data-testid=\"tile-title_testID\">Tokyo</h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Hong Kong",
"headingHtml": "<h3 class=\"_h3_c6c0h_1\" data-testid=\"tile-title_testID\">Hong Kong</h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Explore the South Pacific",
"headingHtml": "<h2 class=\"_h2_1nkur_1\" data-testid=\"zone-title_testID\"><span>Explore the South Pacific</span></h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Sydney",
"headingHtml": "<h3 class=\"_h3_c6c0h_1\" data-testid=\"tile-title_testID\">Sydney</h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Melbourne",
"headingHtml": "<h3 class=\"_h3_c6c0h_1\" data-testid=\"tile-title_testID\">Melbourne</h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Brisbane",
"headingHtml": "<h3 class=\"_h3_c6c0h_1\" data-testid=\"tile-title_testID\">Brisbane</h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Explore Africa",
"headingHtml": "<h2 class=\"_h2_1nkur_1\" data-testid=\"zone-title_testID\"><span>Explore Africa</span></h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Cape Town",
"headingHtml": "<h3 class=\"_h3_c6c0h_1\" data-testid=\"tile-title_testID\">Cape Town</h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Marrakech",
"headingHtml": "<h3 class=\"_h3_c6c0h_1\" data-testid=\"tile-title_testID\">Marrakech</h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Johannesburg",
"headingHtml": "<h3 class=\"_h3_c6c0h_1\" data-testid=\"tile-title_testID\">Johannesburg</h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Explore South America",
"headingHtml": "<h2 class=\"_h2_1nkur_1\" data-testid=\"zone-title_testID\"><span>Explore South America</span></h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Buenos Aires",
"headingHtml": "<h3 class=\"_h3_c6c0h_1\" data-testid=\"tile-title_testID\">Buenos Aires</h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Rio de Janeiro",
"headingHtml": "<h3 class=\"_h3_c6c0h_1\" data-testid=\"tile-title_testID\">Rio de Janeiro</h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Bogotá",
"headingHtml": "<h3 class=\"_h3_c6c0h_1\" data-testid=\"tile-title_testID\">Bogotá</h3>",
"firstParagraph": "Discover Time Out original video",
"paragraphHtml": "<p class=\"_heading_rnij9_7\">Discover Time Out original video</p>",
"words": 5,
"direct": false,
"issue": "First paragraph is 5 words and does not look like a concise direct answer."
}
],
"score": 65,
"weight": 28
}GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AEO: Question-led structure
AEO: Question-led structure scored 50/100 and needs improvement.
4 Warning
GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AEO: Question-led structure
AEO: Question-led structure scored 50/100 and needs improvement.
Needs attention
AEO: Question-led structure
Issue
No question-led h2 sections or FAQ pattern was detected.
Details
Why it matters
Answer engines need concise answers, question-led structure, entity clarity, visible evidence, and trust signals that can be extracted without relying on search-only metadata checks.
Check name
AEO: Question-led structure
Score
50/100
Status
warning
Category
GEO, AIO & AEO
Maturity
Emerging recommendation
Goal
Make page content easy for answer engines and assistants to answer from directly.
Result
AEO: Question-led structure scored 50/100 and needs improvement.
Evidence
{
"h2Count": 14,
"questionH2s": [],
"hasFaq": false,
"score": 50,
"weight": 18
}GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AIO: Visible structured data match
AIO: Visible structured data match scored 80/100 and needs improvement.
3 Warning
GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AIO: Visible structured data match
AIO: Visible structured data match scored 80/100 and needs improvement.
Needs attention
AIO: Visible structured data match
Issue
1 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
80/100
Status
warning
Category
GEO, AIO & AEO
Maturity
Emerging recommendation
Goal
Make page content eligible and useful for Google AI Overviews and AI Mode extraction.
Result
AIO: Visible structured data match scored 80/100 and needs improvement.
Evidence
{
"schemaCount": 1,
"checkedFields": [
{
"path": "$[0].name",
"value": "Time Out | Best Things To Do and Events In Cities Worldwide"
},
{
"path": "$[0].description",
"value": "Your ultimate guide to the world’s best cities"
},
{
"path": "$[0].author.name",
"value": "Alex Plim"
},
{
"path": "$[0].publisher.name",
"value": "Time Out"
},
{
"path": "$[0].contentLocation.name",
"value": "Worldwide"
}
],
"mismatches": [
{
"path": "$[0].author.name",
"value": "Alex Plim"
}
],
"score": 80,
"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: time, out, events, worldwide, discover, coolest.
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": "Time Out | Best Things To Do and Events In Cities Worldwide",
"h1": "Discover the world’s coolest cities",
"description": "Your ultimate guide to the best art and entertainment, food and drink, attractions, hotels and things to do in the world’s greatest cities.",
"topicOverlap": 0.4,
"topicTerms": [
"time",
"out",
"best",
"things",
"events",
"cities",
"worldwide",
"discover",
"world",
"coolest"
],
"descriptionTerms": [
"ultimate",
"guide",
"best",
"art",
"entertainment",
"food",
"drink",
"attractions",
"hotels",
"things",
"world",
"greatest",
"cities"
],
"missingFromDescription": [
"time",
"out",
"events",
"worldwide",
"discover",
"coolest"
],
"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
4 image(s) are missing width/height attributes. 9 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, minimum-scale=1",
"visibleWords": 2367,
"htmlBytes": 329520,
"imagesMissingDimensions": [
{
"src": "/static/images/loading_icon.gif",
"width": "",
"height": "",
"loading": "",
"html": "<img class=\"_loading_icon_u0mmz_290 loading_icon\" src=\"/static/images/loading_icon.gif\" alt=\"Loading animation\">"
},
{
"src": "/static/images/loading_icon.gif",
"width": "",
"height": "",
"loading": "",
"html": "<img class=\"_loading_icon_1wjzi_149 loading_icon\" src=\"/static/images/loading_icon.gif\" alt=\"Loading animation\">"
},
{
"src": "/static/images/loading_icon.gif",
"width": "",
"height": "",
"loading": "",
"html": "<img class=\"_loading_icon_1amch_100 loading_icon\" src=\"/static/images/loading_icon.gif\" alt=\"Loading animation\">"
},
{
"src": "/static/images/loading_icon.gif",
"width": "",
"height": "",
"loading": "",
"html": "<img class=\"_loading_icon_wy3hj_60 loading_icon\" src=\"/static/images/loading_icon.gif\" alt=\"Loading animation\">"
}
],
"possibleDialogs": [
"<div class=\"_overlay_1wjzi_1\" data-component=\"popup-newsletter\" hidden id=\"popup-newsletter\"><div class=\"_popupNewsletterContainer_1wjzi_36\" id=\"popup-newsletter-container\"><button class=\"_closeButton_1wjzi_73\" data-data-layer=\"{"triggerOn":0,"payload":{"action":"click - dismiss","label":"newsletter","event":"custom-click","category":"TO Engagement"}}\" id=\"popup-newsletter-close-button\"><svg xm...",
"<div class=\"_popupNewsletterContainer_1wjzi_36\" id=\"popup-newsletter-container\"><button class=\"_closeButton_1wjzi_73\" data-data-layer=\"{"triggerOn":0,"payload":{"action":"click - dismiss","label":"newsletter","event":"custom-click","category":"TO Engagement"}}\" id=\"popup-newsletter-close-button\"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 15 15\" class=\"\"><path d=\"M9.54594 7.42462L14.84...",
"<button class=\"_closeButton_1wjzi_73\" data-data-layer=\"{"triggerOn":0,"payload":{"action":"click - dismiss","label":"newsletter","event":"custom-click","category":"TO Engagement"}}\" id=\"popup-newsletter-close-button\"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 15 15\" class=\"\"><path d=\"M9.54594 7.42462L14.8492 2.12132L12.7279 0L7.42462 5.3033L2.12132 0L9.53674e-07 2.12132L5.3033 7.42462...",
"<div class=\"_popupMainContent_1wjzi_66\"><div class=\"_successMessageContainer_1wjzi_22\"><p class=\"_successMessageTitle_1wjzi_115\"> Awesome, you're subscribed!</p><p class=\"_successMessageText_1wjzi_126\">Thanks for subscribing! Look out for your first newsletter in your inbox soon!</p></div><form class=\"_form_1wjzi_108\"><p class=\"_title_1wjzi_114\" id=\"popup-newsletter-title\">The best things in life are free.</p><p class=\"_message_1wjzi_125\" id=\"popup-newsletter-message\">Sign up for our ema...",
"<p class=\"_title_1wjzi_114\" id=\"popup-newsletter-title\">The best things in life are free.</p>",
"<p class=\"_message_1wjzi_125\" id=\"popup-newsletter-message\">Sign up for our email to enjoy your city without spending a thing (as well as some options when you’re feeling flush).</p>",
"<input id=\"popup-newsletter-email\" type=\"email\" class=\"_textInput_1wjzi_166 _email_1wjzi_196\" placeholder=\"Enter email address\" required data-private=\"lipsum\" name=\"email\">",
"<a class=\"_dismissButton_1wjzi_239\" data-data-layer=\"{"triggerOn":0,"payload":{"action":"click - dismiss","label":"newsletter","event":"custom-click","category":"TO Engagement"}}\" id=\"popup-newsletter-dismiss-button\">No thanks</a>",
"<div class=\"_disclaimer_1wjzi_256\" id=\"popup-newsletter-disclaimer\"><p>By entering your email address you agree to our <a href=\"https://www.timeout.com/terms-of-use\" target=\"_blank\">Terms of Use</a> and <a href=\"https://www.timeout.com/privacy-notice\" target=\"_blank\">Privacy Policy</a> and consent to receive emails from Time Out about news, events, offers and partner promotions.</p></div>"
],
"score": 70,
"weight": 10
}GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AIO: Answer block readiness
AIO: Answer block readiness scored 65/100 and needs improvement.
2 Warning
GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AIO: Answer block readiness
AIO: Answer block readiness scored 65/100 and needs improvement.
Needs attention
AIO: Answer block readiness
Issue
103 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": 103,
"passing": 0,
"failing": [
{
"heading": "Your ultimate guide to the world’s best cities",
"headingHtml": "<h2 class=\"_h2_u46l4_14\">Your ultimate guide to the world’s best cities</h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "The world’s best cities for food in 2026 – and why you should visit",
"headingHtml": "<h3 class=\"_h3_c6c0h_1\" data-testid=\"tile-title_testID\">The world’s best cities for food in 2026 – and why you should visit</h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "It’s official: These are the world’s best cities for museums and galleries",
"headingHtml": "<h3 class=\"_h3_c6c0h_1\" data-testid=\"tile-title_testID\">It’s official: These are the world’s best cities for museums and galleries</h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "The best places for solo female travel in 2026",
"headingHtml": "<h3 class=\"_h3_c6c0h_1\" data-testid=\"tile-title_testID\">The best places for solo female travel in 2026</h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "The 14 best burgers in the world right now",
"headingHtml": "<h3 class=\"_h3_c6c0h_1\" data-testid=\"tile-title_testID\">The 14 best burgers in the world right now</h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "The world’s best cities for food in 2026 – and why you should visit",
"headingHtml": "<h3 class=\"_h3_c6c0h_1\" data-testid=\"tile-title_testID\">The world’s best cities for food in 2026 – and why you should visit</h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "It’s official: These are the world’s best cities for museums and galleries",
"headingHtml": "<h3 class=\"_h3_c6c0h_1\" data-testid=\"tile-title_testID\">It’s official: These are the world’s best cities for museums and galleries</h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "The best places for solo female travel in 2026",
"headingHtml": "<h3 class=\"_h3_c6c0h_1\" data-testid=\"tile-title_testID\">The best places for solo female travel in 2026</h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "The 14 best burgers in the world right now",
"headingHtml": "<h3 class=\"_h3_c6c0h_1\" data-testid=\"tile-title_testID\">The 14 best burgers in the world right now</h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Trending around the world",
"headingHtml": "<h2 class=\"_h2_1nkur_1\" data-testid=\"zone-title_testID\"><span>Trending around the world</span></h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "The South American city named the world’s culinary capital for 2026",
"headingHtml": "<h3 class=\"_h3_c6c0h_1\" data-testid=\"tile-title_testID\">The South American city named the world’s culinary capital for 2026</h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "It’s official: These are the world’s best cities for museums and galleries",
"headingHtml": "<h3 class=\"_h3_c6c0h_1\" data-testid=\"tile-title_testID\">It’s official: These are the world’s best cities for museums and galleries</h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Move over, Taghazout: This is Africa’s most underrated surf town",
"headingHtml": "<h3 class=\"_h3_c6c0h_1\" data-testid=\"tile-title_testID\">Move over, Taghazout: This is Africa’s most underrated surf town</h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "A brand-new long-distance hiking trail straddling two European countries is launching this year",
"headingHtml": "<h3 class=\"_h3_c6c0h_1\" data-testid=\"tile-title_testID\">A brand-new long-distance hiking trail straddling two European countries is launching this year</h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "On-the-spot fines and higher taxes: The new rules and fees for travelling to Japan in 2026",
"headingHtml": "<h3 class=\"_h3_c6c0h_1\" data-testid=\"tile-title_testID\">On-the-spot fines and higher taxes: The new rules and fees for travelling to Japan in 2026</h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Top travel inspiration",
"headingHtml": "<h2 class=\"_h2_1nkur_1\" data-testid=\"zone-title_testID\"><span>Top travel inspiration</span></h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "The world’s 20 best cities for art and culture in 2026",
"headingHtml": "<h3 class=\"_h3_c6c0h_1\" data-testid=\"tile-title_testID\">The world’s 20 best cities for art and culture in 2026</h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "The world’s most walkable cities in 2026, according to locals",
"headingHtml": "<h3 class=\"_h3_c6c0h_1\" data-testid=\"tile-title_testID\">The world’s most walkable cities in 2026, according to locals</h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "The world’s best cities for green spaces and nature in 2026",
"headingHtml": "<h3 class=\"_h3_c6c0h_1\" data-testid=\"tile-title_testID\">The world’s best cities for green spaces and nature in 2026</h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "The 50 best cities in the world in 2026",
"headingHtml": "<h3 class=\"_h3_c6c0h_1\" data-testid=\"tile-title_testID\">The 50 best cities in the world in 2026</h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "The 31 coolest streets in the world in 2025",
"headingHtml": "<h3 class=\"_h3_c6c0h_1\" data-testid=\"tile-title_testID\">The 31 coolest streets in the world in 2025</h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "The 39 coolest neighbourhoods in the world in 2025",
"headingHtml": "<h3 class=\"_h3_c6c0h_1\" data-testid=\"tile-title_testID\">The 39 coolest neighbourhoods in the world in 2025</h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "The world’s best cities for Gen Z to live in – according to Gen Z",
"headingHtml": "<h3 class=\"_h3_c6c0h_1\" data-testid=\"tile-title_testID\">The world’s best cities for Gen Z to live in – according to Gen Z</h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "The world’s 20 best cities for nightlife right now",
"headingHtml": "<h3 class=\"_h3_c6c0h_1\" data-testid=\"tile-title_testID\">The world’s 20 best cities for nightlife right now</h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "The world’s 20 best cities for food right now",
"headingHtml": "<h3 class=\"_h3_c6c0h_1\" data-testid=\"tile-title_testID\">The world’s 20 best cities for food right now</h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Discover Time Out Market in North America",
"headingHtml": "<h2 class=\"_h2_1nkur_1\" data-testid=\"zone-title_testID\"><span>Discover Time Out Market in North America</span></h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Time Out Market Boston",
"headingHtml": "<h3 class=\"_h3_c6c0h_1\" data-testid=\"tile-title_testID\">Time Out Market Boston</h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Time Out Market New York",
"headingHtml": "<h3 class=\"_h3_c6c0h_1\" data-testid=\"tile-title_testID\">Time Out Market New York</h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Time Out Market Montréal",
"headingHtml": "<h3 class=\"_h3_c6c0h_1\" data-testid=\"tile-title_testID\">Time Out Market Montréal</h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Time Out Market Union Square",
"headingHtml": "<h3 class=\"_h3_c6c0h_1\" data-testid=\"tile-title_testID\">Time Out Market Union Square</h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Time Out Market Vancouver",
"headingHtml": "<h3 class=\"_h3_c6c0h_1\" data-testid=\"tile-title_testID\">Time Out Market Vancouver</h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Discover Time Out Market around the world",
"headingHtml": "<h2 class=\"_h2_1nkur_1\" data-testid=\"zone-title_testID\"><span>Discover Time Out Market around the world</span></h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Time Out Market Bahrain",
"headingHtml": "<h3 class=\"_h3_c6c0h_1\" data-testid=\"tile-title_testID\">Time Out Market Bahrain</h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Time Out Market Barcelona",
"headingHtml": "<h3 class=\"_h3_c6c0h_1\" data-testid=\"tile-title_testID\">Time Out Market Barcelona</h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Time Out Market Budapest",
"headingHtml": "<h3 class=\"_h3_c6c0h_1\" data-testid=\"tile-title_testID\">Time Out Market Budapest</h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Time Out Market Cape Town",
"headingHtml": "<h3 class=\"_h3_c6c0h_1\" data-testid=\"tile-title_testID\">Time Out Market Cape Town</h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Time Out Market Dubai",
"headingHtml": "<h3 class=\"_h3_c6c0h_1\" data-testid=\"tile-title_testID\">Time Out Market Dubai</h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Time Out Market Lisboa",
"headingHtml": "<h3 class=\"_h3_c6c0h_1\" data-testid=\"tile-title_testID\">Time Out Market Lisboa</h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Time Out Market Osaka",
"headingHtml": "<h3 class=\"_h3_c6c0h_1\" data-testid=\"tile-title_testID\">Time Out Market Osaka</h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Time Out Market Porto",
"headingHtml": "<h3 class=\"_h3_c6c0h_1\" data-testid=\"tile-title_testID\">Time Out Market Porto</h3>",
"firstParagraph": "The best of Time Out, straight to your inbox",
"paragraphHtml": "<p class=\"_form_title_1amch_68\">The best of <span>Time Out</span>, straight to your inbox</p>",
"words": 9,
"direct": false,
"issue": "First paragraph is 9 words and does not look like a concise direct answer."
},
{
"heading": "Movies we love",
"headingHtml": "<h2 class=\"_h2_1nkur_1\" data-testid=\"zone-title_testID\"><span>Movies we love</span></h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "'Masters of the Universe' review: Nicholas Galitzine stars in a fun ‘Barbie-for-boys’ fantasy adventure",
"headingHtml": "<h3 class=\"_h3_c6c0h_1 _large_c6c0h_18\" data-testid=\"tile-title_testID\">'Masters of the Universe' review: Nicholas Galitzine stars in a fun ‘Barbie-for-boys’ fantasy adventure</h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "The most anticipated movies of summer 2026",
"headingHtml": "<h3 class=\"_h3_c6c0h_1 _large_c6c0h_18\" data-testid=\"tile-title_testID\">The most anticipated movies of summer 2026</h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "The most anticipated movies of summer 2026",
"headingHtml": "<h3 class=\"_h3_c6c0h_1\" data-testid=\"tile-title_testID\">The most anticipated movies of summer 2026</h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "'Backrooms' review: think Stranger Things’ Upside Down by way of Severance",
"headingHtml": "<h3 class=\"_h3_c6c0h_1 _large_c6c0h_18\" data-testid=\"tile-title_testID\">'Backrooms' review: think Stranger Things’ Upside Down by way of Severance</h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "'Backrooms' review: think Stranger Things’ Upside Down by way of Severance",
"headingHtml": "<h3 class=\"_h3_c6c0h_1\" data-testid=\"tile-title_testID\">'Backrooms' review: think Stranger Things’ Upside Down by way of Severance</h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "The best movies of 2026 (so far)",
"headingHtml": "<h3 class=\"_h3_c6c0h_1 _large_c6c0h_18\" data-testid=\"tile-title_testID\">The best movies of 2026 (so far)</h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "The best movies of 2026 (so far)",
"headingHtml": "<h3 class=\"_h3_c6c0h_1\" data-testid=\"tile-title_testID\">The best movies of 2026 (so far)</h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "The best animes of 2026 (so far)",
"headingHtml": "<h3 class=\"_h3_c6c0h_1 _large_c6c0h_18\" data-testid=\"tile-title_testID\">The best animes of 2026 (so far)</h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "The best animes of 2026 (so far)",
"headingHtml": "<h3 class=\"_h3_c6c0h_1\" data-testid=\"tile-title_testID\">The best animes of 2026 (so far)</h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "'Finding Emily' review: joyous Gen Z romcom takes the meaning of ‘lovesick’ to a new level",
"headingHtml": "<h3 class=\"_h3_c6c0h_1 _large_c6c0h_18\" data-testid=\"tile-title_testID\">'Finding Emily' review: joyous Gen Z romcom takes the meaning of ‘lovesick’ to a new level</h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "'Finding Emily' review: joyous Gen Z romcom takes the meaning of ‘lovesick’ to a new level",
"headingHtml": "<h3 class=\"_h3_c6c0h_1\" data-testid=\"tile-title_testID\">'Finding Emily' review: joyous Gen Z romcom takes the meaning of ‘lovesick’ to a new level</h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "From ‘Disclosure Day’ to ‘Toy Story 5’: 10 massive movies hitting cinemas this June",
"headingHtml": "<h3 class=\"_h3_c6c0h_1 _large_c6c0h_18\" data-testid=\"tile-title_testID\">From ‘Disclosure Day’ to ‘Toy Story 5’: 10 massive movies hitting cinemas this June</h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "From ‘Disclosure Day’ to ‘Toy Story 5’: 10 massive movies hitting cinemas this June",
"headingHtml": "<h3 class=\"_h3_c6c0h_1\" data-testid=\"tile-title_testID\">From ‘Disclosure Day’ to ‘Toy Story 5’: 10 massive movies hitting cinemas this June</h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Music we love",
"headingHtml": "<h2 class=\"_h2_1nkur_1\" data-testid=\"zone-title_testID\"><span>Music we love</span></h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "The 50 best karaoke songs ever made",
"headingHtml": "<h3 class=\"_h3_c6c0h_1\" data-testid=\"tile-title_testID\">The 50 best karaoke songs ever made</h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "The 40 best party songs ever made",
"headingHtml": "<h3 class=\"_h3_c6c0h_1\" data-testid=\"tile-title_testID\">The 40 best party songs ever made</h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "The 37 best inspirational songs of all time",
"headingHtml": "<h3 class=\"_h3_c6c0h_1\" data-testid=\"tile-title_testID\">The 37 best inspirational songs of all time</h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "The 35 best cover songs of all time",
"headingHtml": "<h3 class=\"_h3_c6c0h_1\" data-testid=\"tile-title_testID\">The 35 best cover songs of all time</h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "The 30 best love songs of all time",
"headingHtml": "<h3 class=\"_h3_c6c0h_1\" data-testid=\"tile-title_testID\">The 30 best love songs of all time</h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "The 50 greatest breakup songs of all time",
"headingHtml": "<h3 class=\"_h3_c6c0h_1\" data-testid=\"tile-title_testID\">The 50 greatest breakup songs of all time</h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "The 40 best songs of 2025",
"headingHtml": "<h3 class=\"_h3_c6c0h_1\" data-testid=\"tile-title_testID\">The 40 best songs of 2025</h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "The 25 best albums of 2025",
"headingHtml": "<h3 class=\"_h3_c6c0h_1\" data-testid=\"tile-title_testID\">The 25 best albums of 2025</h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "The 50 best sad songs ever written",
"headingHtml": "<h3 class=\"_h3_c6c0h_1\" data-testid=\"tile-title_testID\">The 50 best sad songs ever written</h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "The 64 best ’80s hits",
"headingHtml": "<h3 class=\"_h3_c6c0h_1\" data-testid=\"tile-title_testID\">The 64 best ’80s hits</h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Our favourite hotels",
"headingHtml": "<h2 class=\"_h2_1nkur_1\" data-testid=\"zone-title_testID\"><span>Our favourite hotels</span></h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "The best hotels in New York City",
"headingHtml": "<h3 class=\"_h3_c6c0h_1 _large_c6c0h_18\" data-testid=\"tile-title_testID\">The best hotels in New York City</h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "The best hotels in London",
"headingHtml": "<h3 class=\"_h3_c6c0h_1 _large_c6c0h_18\" data-testid=\"tile-title_testID\">The best hotels in London</h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "The best hotels in London",
"headingHtml": "<h3 class=\"_h3_c6c0h_1\" data-testid=\"tile-title_testID\">The best hotels in London</h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "The coolest and most unique hotels in Tokyo",
"headingHtml": "<h3 class=\"_h3_c6c0h_1 _large_c6c0h_18\" data-testid=\"tile-title_testID\">The coolest and most unique hotels in Tokyo</h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "The coolest and most unique hotels in Tokyo",
"headingHtml": "<h3 class=\"_h3_c6c0h_1\" data-testid=\"tile-title_testID\">The coolest and most unique hotels in Tokyo</h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "The best hotels in Los Angeles",
"headingHtml": "<h3 class=\"_h3_c6c0h_1 _large_c6c0h_18\" data-testid=\"tile-title_testID\">The best hotels in Los Angeles</h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "The best hotels in Los Angeles",
"headingHtml": "<h3 class=\"_h3_c6c0h_1\" data-testid=\"tile-title_testID\">The best hotels in Los Angeles</h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "The best hotels to stay in Paris",
"headingHtml": "<h3 class=\"_h3_c6c0h_1 _large_c6c0h_18\" data-testid=\"tile-title_testID\">The best hotels to stay in Paris</h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "The best hotels to stay in Paris",
"headingHtml": "<h3 class=\"_h3_c6c0h_1\" data-testid=\"tile-title_testID\">The best hotels to stay in Paris</h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "The best hotels in Singapore",
"headingHtml": "<h3 class=\"_h3_c6c0h_1 _large_c6c0h_18\" data-testid=\"tile-title_testID\">The best hotels in Singapore</h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "The best hotels in Singapore",
"headingHtml": "<h3 class=\"_h3_c6c0h_1\" data-testid=\"tile-title_testID\">The best hotels in Singapore</h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "The best hotels in Chicago",
"headingHtml": "<h3 class=\"_h3_c6c0h_1 _large_c6c0h_18\" data-testid=\"tile-title_testID\">The best hotels in Chicago</h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "The best hotels in Chicago",
"headingHtml": "<h3 class=\"_h3_c6c0h_1\" data-testid=\"tile-title_testID\">The best hotels in Chicago</h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Explore Europe",
"headingHtml": "<h2 class=\"_h2_1nkur_1\" data-testid=\"zone-title_testID\"><span>Explore Europe</span></h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "London",
"headingHtml": "<h3 class=\"_h3_c6c0h_1\" data-testid=\"tile-title_testID\">London</h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Paris",
"headingHtml": "<h3 class=\"_h3_c6c0h_1\" data-testid=\"tile-title_testID\">Paris</h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Barcelona",
"headingHtml": "<h3 class=\"_h3_c6c0h_1\" data-testid=\"tile-title_testID\">Barcelona</h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Explore North America",
"headingHtml": "<h2 class=\"_h2_1nkur_1\" data-testid=\"zone-title_testID\"><span>Explore North America</span></h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "New York",
"headingHtml": "<h3 class=\"_h3_c6c0h_1\" data-testid=\"tile-title_testID\">New York</h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Los Angeles",
"headingHtml": "<h3 class=\"_h3_c6c0h_1\" data-testid=\"tile-title_testID\">Los Angeles</h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Chicago",
"headingHtml": "<h3 class=\"_h3_c6c0h_1\" data-testid=\"tile-title_testID\">Chicago</h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Explore Asia",
"headingHtml": "<h2 class=\"_h2_1nkur_1\" data-testid=\"zone-title_testID\"><span>Explore Asia</span></h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Singapore",
"headingHtml": "<h3 class=\"_h3_c6c0h_1\" data-testid=\"tile-title_testID\">Singapore</h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Tokyo",
"headingHtml": "<h3 class=\"_h3_c6c0h_1\" data-testid=\"tile-title_testID\">Tokyo</h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Hong Kong",
"headingHtml": "<h3 class=\"_h3_c6c0h_1\" data-testid=\"tile-title_testID\">Hong Kong</h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Explore the South Pacific",
"headingHtml": "<h2 class=\"_h2_1nkur_1\" data-testid=\"zone-title_testID\"><span>Explore the South Pacific</span></h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Sydney",
"headingHtml": "<h3 class=\"_h3_c6c0h_1\" data-testid=\"tile-title_testID\">Sydney</h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Melbourne",
"headingHtml": "<h3 class=\"_h3_c6c0h_1\" data-testid=\"tile-title_testID\">Melbourne</h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Brisbane",
"headingHtml": "<h3 class=\"_h3_c6c0h_1\" data-testid=\"tile-title_testID\">Brisbane</h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Explore Africa",
"headingHtml": "<h2 class=\"_h2_1nkur_1\" data-testid=\"zone-title_testID\"><span>Explore Africa</span></h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Cape Town",
"headingHtml": "<h3 class=\"_h3_c6c0h_1\" data-testid=\"tile-title_testID\">Cape Town</h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Marrakech",
"headingHtml": "<h3 class=\"_h3_c6c0h_1\" data-testid=\"tile-title_testID\">Marrakech</h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Johannesburg",
"headingHtml": "<h3 class=\"_h3_c6c0h_1\" data-testid=\"tile-title_testID\">Johannesburg</h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Explore South America",
"headingHtml": "<h2 class=\"_h2_1nkur_1\" data-testid=\"zone-title_testID\"><span>Explore South America</span></h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Buenos Aires",
"headingHtml": "<h3 class=\"_h3_c6c0h_1\" data-testid=\"tile-title_testID\">Buenos Aires</h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Rio de Janeiro",
"headingHtml": "<h3 class=\"_h3_c6c0h_1\" data-testid=\"tile-title_testID\">Rio de Janeiro</h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Bogotá",
"headingHtml": "<h3 class=\"_h3_c6c0h_1\" data-testid=\"tile-title_testID\">Bogotá</h3>",
"firstParagraph": "Discover Time Out original video",
"paragraphHtml": "<p class=\"_heading_rnij9_7\">Discover Time Out original video</p>",
"words": 5,
"direct": false,
"issue": "First paragraph is 5 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
No substantial explanatory paragraphs were found.
Details
Why it matters
Generative engines favor pages with self-contained answer passages, clear entities, structured data, summaries, FAQ patterns, and crawler-accessible HTML that can be cited without extra interpretation.
Check name
GEO: Explanatory content depth
Score
75/100
Status
warning
Category
GEO, AIO & AEO
Maturity
Emerging recommendation
Goal
Make page content easy for AI answer engines to extract, cite, and attribute.
Result
GEO: Explanatory content depth scored 75/100 and needs improvement.
Evidence
{
"candidatePassages": 1,
"citablePassages": 0,
"failingCandidateParagraphs": [],
"citableParagraphs": [],
"score": 75,
"weight": 18
}GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
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": 14,
"schemaBlocks": 1,
"missingSignals": [
"optional top summary / TL;DR / key takeaways block",
"table with <thead> only if the page already has tabular/comparative data",
"ordered list only if the page explains a workflow/process",
"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: time, out, events, worldwide, discover, coolest.
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": "Time Out | Best Things To Do and Events In Cities Worldwide",
"h1": "Discover the world’s coolest cities",
"description": "Your ultimate guide to the best art and entertainment, food and drink, attractions, hotels and things to do in the world’s greatest cities.",
"topicOverlap": 0.4,
"definitionCount": 14,
"topicTerms": [
"time",
"out",
"best",
"things",
"events",
"cities",
"worldwide",
"discover",
"world",
"coolest"
],
"descriptionTerms": [
"ultimate",
"guide",
"best",
"art",
"entertainment",
"food",
"drink",
"attractions",
"hotels",
"things",
"world",
"greatest",
"cities"
],
"missingFromDescription": [
"time",
"out",
"events",
"worldwide",
"discover",
"coolest"
],
"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: what, how, benefits, cost, compare.
Details
Why it matters
Answer engines need concise answers, question-led structure, entity clarity, visible evidence, and trust signals that can be extracted without relying on search-only metadata checks.
Check name
AEO: Answer intent coverage
Score
70/100
Status
warning
Category
GEO, AIO & AEO
Maturity
Emerging recommendation
Goal
Make page content easy for answer engines and assistants to answer from directly.
Result
AEO: Answer intent coverage scored 70/100 and needs improvement.
Evidence
{
"headings": [
{
"text": "Your ultimate guide to the world’s best cities",
"html": "<h2 class=\"_h2_u46l4_14\">Your ultimate guide to the world’s best cities</h2>"
},
{
"text": "Trending around the world",
"html": "<h2 class=\"_h2_1nkur_1\" data-testid=\"zone-title_testID\"><span>Trending around the world</span></h2>"
},
{
"text": "Top travel inspiration",
"html": "<h2 class=\"_h2_1nkur_1\" data-testid=\"zone-title_testID\"><span>Top travel inspiration</span></h2>"
},
{
"text": "Discover Time Out Market in North America",
"html": "<h2 class=\"_h2_1nkur_1\" data-testid=\"zone-title_testID\"><span>Discover Time Out Market in North America</span></h2>"
},
{
"text": "Discover Time Out Market around the world",
"html": "<h2 class=\"_h2_1nkur_1\" data-testid=\"zone-title_testID\"><span>Discover Time Out Market around the world</span></h2>"
},
{
"text": "Movies we love",
"html": "<h2 class=\"_h2_1nkur_1\" data-testid=\"zone-title_testID\"><span>Movies we love</span></h2>"
},
{
"text": "Music we love",
"html": "<h2 class=\"_h2_1nkur_1\" data-testid=\"zone-title_testID\"><span>Music we love</span></h2>"
},
{
"text": "Our favourite hotels",
"html": "<h2 class=\"_h2_1nkur_1\" data-testid=\"zone-title_testID\"><span>Our favourite hotels</span></h2>"
},
{
"text": "Explore Europe",
"html": "<h2 class=\"_h2_1nkur_1\" data-testid=\"zone-title_testID\"><span>Explore Europe</span></h2>"
},
{
"text": "Explore North America",
"html": "<h2 class=\"_h2_1nkur_1\" data-testid=\"zone-title_testID\"><span>Explore North America</span></h2>"
},
{
"text": "Explore Asia",
"html": "<h2 class=\"_h2_1nkur_1\" data-testid=\"zone-title_testID\"><span>Explore Asia</span></h2>"
},
{
"text": "Explore the South Pacific",
"html": "<h2 class=\"_h2_1nkur_1\" data-testid=\"zone-title_testID\"><span>Explore the South Pacific</span></h2>"
},
{
"text": "Explore Africa",
"html": "<h2 class=\"_h2_1nkur_1\" data-testid=\"zone-title_testID\"><span>Explore Africa</span></h2>"
},
{
"text": "Explore South America",
"html": "<h2 class=\"_h2_1nkur_1\" data-testid=\"zone-title_testID\"><span>Explore South America</span></h2>"
}
],
"expected": [
{
"id": "what",
"label": "What is Time Out?",
"pattern": {}
},
{
"id": "how",
"label": "How does Time Out work?",
"pattern": {}
},
{
"id": "benefits",
"label": "Why use Time Out?",
"pattern": {}
},
{
"id": "cost",
"label": "Is Time Out free or paid?",
"pattern": {}
},
{
"id": "compare",
"label": "How does Time Out compare with alternatives?",
"pattern": {}
}
],
"missing": [
{
"id": "what",
"label": "What is Time Out?",
"pattern": {}
},
{
"id": "how",
"label": "How does Time Out work?",
"pattern": {}
},
{
"id": "benefits",
"label": "Why use Time Out?",
"pattern": {}
},
{
"id": "cost",
"label": "Is Time Out free or paid?",
"pattern": {}
},
{
"id": "compare",
"label": "How does Time Out compare with alternatives?",
"pattern": {}
}
],
"score": 70,
"weight": 8
}Agent Ease of UseAPIEmerging recommendation
AI context endpoint
AI context endpoint is informational for this page.
Informational
Agent Ease of UseAPIEmerging recommendation
AI context endpoint
AI context endpoint is informational for this page.
Needs attention
AI context endpoint
Issue
AI context endpoint is informational for this page.
Why it matters
A context endpoint gives agents a small, low-latency summary of product purpose, safe actions, and canonical machine-readable resources without scraping the whole site.
Check name
AI context endpoint
Score
100/100
Status
informational
Category
API
Maturity
Emerging recommendation
Goal
Expose a compact API context endpoint agents can fetch before deciding which public API or discovery resource to use.
Result
AI context endpoint is informational for this page.
Validation steps
Fetch to find resource
AI context endpoint was not found at the expected path.
Evidence
{
"steps": [
{
"id": "fetch",
"title": "Fetch to find resource",
"status": "informational",
"evidence": {
"checked": [
{
"path": "/api/ai/context",
"statusCode": 400,
"contentType": "text/plain; charset=UTF-8",
"length": 77
},
{
"path": "/api/context",
"statusCode": 400,
"contentType": "text/plain; charset=UTF-8",
"length": 74
},
{
"path": "/context",
"statusCode": 404,
"contentType": "text/html; charset=UTF-8",
"length": 173969
}
]
},
"issue": "AI context endpoint was not found at the expected path.",
"howToFix": "Publish a concise JSON or Markdown AI context endpoint describing the product, public actions, and machine-readable resources."
}
]
}GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AIO: Query intent coverage
AIO: Query intent coverage is informational for this page.
Informational
GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AIO: Query intent coverage
AIO: Query intent coverage is informational for this page.
Needs attention
AIO: Query intent coverage
Issue
Missing likely AI Overview intent sections: what, how, benefits, cost, compare.
Details
Why it matters
AI Overviews depend on Google-search eligibility, useful visible content, consistent structured data, answer-first sections, trust signals, and preview controls that permit snippets.
Check name
AIO: Query intent coverage
Score
70/100
Status
informational
Category
GEO, AIO & AEO
Maturity
Emerging recommendation
Goal
Make page content eligible and useful for Google AI Overviews and AI Mode extraction.
Result
AIO: Query intent coverage is informational for this page.
Evidence
{
"headings": [
{
"text": "Your ultimate guide to the world’s best cities",
"html": "<h2 class=\"_h2_u46l4_14\">Your ultimate guide to the world’s best cities</h2>"
},
{
"text": "Trending around the world",
"html": "<h2 class=\"_h2_1nkur_1\" data-testid=\"zone-title_testID\"><span>Trending around the world</span></h2>"
},
{
"text": "Top travel inspiration",
"html": "<h2 class=\"_h2_1nkur_1\" data-testid=\"zone-title_testID\"><span>Top travel inspiration</span></h2>"
},
{
"text": "Discover Time Out Market in North America",
"html": "<h2 class=\"_h2_1nkur_1\" data-testid=\"zone-title_testID\"><span>Discover Time Out Market in North America</span></h2>"
},
{
"text": "Discover Time Out Market around the world",
"html": "<h2 class=\"_h2_1nkur_1\" data-testid=\"zone-title_testID\"><span>Discover Time Out Market around the world</span></h2>"
},
{
"text": "Movies we love",
"html": "<h2 class=\"_h2_1nkur_1\" data-testid=\"zone-title_testID\"><span>Movies we love</span></h2>"
},
{
"text": "Music we love",
"html": "<h2 class=\"_h2_1nkur_1\" data-testid=\"zone-title_testID\"><span>Music we love</span></h2>"
},
{
"text": "Our favourite hotels",
"html": "<h2 class=\"_h2_1nkur_1\" data-testid=\"zone-title_testID\"><span>Our favourite hotels</span></h2>"
},
{
"text": "Explore Europe",
"html": "<h2 class=\"_h2_1nkur_1\" data-testid=\"zone-title_testID\"><span>Explore Europe</span></h2>"
},
{
"text": "Explore North America",
"html": "<h2 class=\"_h2_1nkur_1\" data-testid=\"zone-title_testID\"><span>Explore North America</span></h2>"
},
{
"text": "Explore Asia",
"html": "<h2 class=\"_h2_1nkur_1\" data-testid=\"zone-title_testID\"><span>Explore Asia</span></h2>"
},
{
"text": "Explore the South Pacific",
"html": "<h2 class=\"_h2_1nkur_1\" data-testid=\"zone-title_testID\"><span>Explore the South Pacific</span></h2>"
},
{
"text": "Explore Africa",
"html": "<h2 class=\"_h2_1nkur_1\" data-testid=\"zone-title_testID\"><span>Explore Africa</span></h2>"
},
{
"text": "Explore South America",
"html": "<h2 class=\"_h2_1nkur_1\" data-testid=\"zone-title_testID\"><span>Explore South America</span></h2>"
}
],
"expected": [
{
"id": "what",
"label": "What is Time Out?",
"pattern": {}
},
{
"id": "how",
"label": "How does Time Out work?",
"pattern": {}
},
{
"id": "benefits",
"label": "Why use Time Out?",
"pattern": {}
},
{
"id": "cost",
"label": "Is Time Out free or paid?",
"pattern": {}
},
{
"id": "compare",
"label": "How does Time Out compare with alternatives?",
"pattern": {}
}
],
"missing": [
{
"id": "what",
"label": "What is Time Out?",
"pattern": {}
},
{
"id": "how",
"label": "How does Time Out work?",
"pattern": {}
},
{
"id": "benefits",
"label": "Why use Time Out?",
"pattern": {}
},
{
"id": "cost",
"label": "Is Time Out free or paid?",
"pattern": {}
},
{
"id": "compare",
"label": "How does Time Out compare with alternatives?",
"pattern": {}
}
],
"score": 70,
"weight": 4
}Agent Ease of UseAuthEmerging recommendation
Auth.md Agent Registration
Auth.md Agent Registration has an informational finding because the page appears to support authentication.
Informational
Agent Ease of UseAuthEmerging recommendation
Auth.md Agent Registration
Auth.md Agent Registration has an informational finding because the page appears to support authentication.
Needs attention
Auth.md Agent Registration
Issue
auth.md response did not match the expected agent registration shape. Content-Type "text/html; charset=UTF-8" is not Markdown or text/plain; missing registration instructions; missing /.well-known/oauth-protected-resource link; missing /.well-known/oauth-authorization-server link; missing supported identity type language; missing credential type language.
Why it matters
Agent registration metadata lets automated clients find the registration path, supported identity types, credential types, and related claim or revocation endpoints without scraping human docs.
Check name
Auth.md Agent Registration
Score
0/100
Status
informational
Category
Auth
Maturity
Emerging recommendation
Goal
Publish Auth.md and agent_auth metadata so agents can discover registration and credential requirements.
Result
Auth.md Agent Registration has an informational finding because the page appears to support authentication.
Validation steps
Fetch and validate /auth.md
auth.md response did not match the expected agent registration shape. Content-Type "text/html; charset=UTF-8" is not Markdown or text/plain; missing registration instructions; missing /.well-known/oauth-protected-resource link; missing /.well-known/oauth-authorization-server link; missing supported identity type language; missing credential type language.
Publish protected resource metadata
The OAuth Protected Resource metadata endpoint did not return HTTP 2xx.
Validate agent_auth authorization metadata
OAuth authorization server metadata could not be fetched.
Evidence
{
"failedStep": "auth-md",
"steps": [
{
"id": "auth-md",
"title": "Fetch and validate /auth.md",
"status": "fail",
"evidence": {
"path": "/auth.md",
"ok": false,
"statusCode": 404,
"contentType": "text/html; charset=UTF-8",
"length": 173967,
"validation": {
"valid": false,
"issue": "auth.md response did not match the expected agent registration shape. Content-Type \"text/html; charset=UTF-8\" is not Markdown or text/plain; missing registration instructions; missing /.well-known/oauth-protected-resource link; missing /.well-known/oauth-authorization-server link; missing supported identity type language; missing credential type language.",
"compatibleContentType": false,
"contentLength": 172690,
"hasRegisterInstructions": false,
"hasProtectedResourceLink": false,
"hasAuthorizationServerLink": false,
"mentionsIdentity": false,
"mentionsCredential": false,
"links": [
"/static/images/loading_icon.gif",
"/static/js/newrelic-3c44568e3bfc7a546fe6.js",
"/script",
"/static/root-files/favicon.ico",
"/x-icon",
"/static/root-files/favicon-32.png",
"/png",
"/static/root-files/favicon-48.png",
"/png",
"/static/root-files/favicon-180.png"
],
"rawExcerpt": "<!DOCTYPE html><html lang=\"en-GB\"><head><meta charSet=\"UTF-8\"/><meta name=\"viewport\" content=\"width=device-width, initial-scale=1, minimum-scale=1\"/><link rel=\"preload\" as=\"image\" href=\"/static/images/loading_icon.gif\"/><script src=\"/static/js/newrelic-3c44568e3bfc7a546fe6.js\" async=\"\"></script><link rel=\"icon\" href=\"/static/root-files/favicon.ico\" sizes=\"16x16\" type=\"image/x-icon\"/><link rel=\"icon\" href=\"/static/root-files/favicon-32.png\" sizes=\"32x32\" type=\"image/png\"/><link rel=\"icon\" href=\"/static/root-files/favicon-48.png\" sizes=\"48x48\" type=\"image/png\"/><link rel=\"apple-touch-icon\" href=\"/static/root-files/favicon-180.png\" type=\"image/png\"/><title>We're sorry, we can't find the page that you're looking for</title><meta name=\"description\" content=\"\"/><meta data-componen"
}
},
"issue": "auth.md response did not match the expected agent registration shape. Content-Type \"text/html; charset=UTF-8\" is not Markdown or text/plain; missing registration instructions; missing /.well-known/oauth-protected-resource link; missing /.well-known/oauth-authorization-server link; missing supported identity type language; missing credential type language.",
"howToFix": "Serve /auth.md at the site root as Markdown with agent registration instructions and links to OAuth metadata."
},
{
"id": "oauth-protected-resource",
"title": "Publish protected resource metadata",
"status": "fail",
"evidence": {
"path": "/.well-known/oauth-protected-resource",
"ok": false,
"statusCode": 404,
"contentType": "text/plain",
"length": 9,
"text": "Not Found"
},
"issue": "The OAuth Protected Resource metadata endpoint did not return HTTP 2xx.",
"howToFix": "Publish /.well-known/oauth-protected-resource with resource and authorization_servers fields."
},
{
"id": "agent-auth-block",
"title": "Validate agent_auth authorization metadata",
"status": "fail",
"evidence": {
"valid": false,
"issue": "OAuth authorization server metadata could not be fetched.",
"fetch": {
"ok": false,
"statusCode": 404,
"contentType": "text/plain",
"length": 9,
"text": "Not Found"
}
},
"issue": "OAuth authorization server metadata could not be fetched.",
"howToFix": "Add agent_auth to /.well-known/oauth-authorization-server with register_uri, supported identity types, credential types, and claim or revocation URLs where applicable."
}
],
"authApplicability": {
"supportsAuth": true,
"score": 3,
"signals": [
{
"source": "visible-text",
"weight": 3,
"match": "sign up"
}
]
},
"resourceFetchSucceeded": false
}GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
GEO: Q&A and FAQ opportunities
GEO: Q&A and FAQ opportunities is informational for this page.
Informational
GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
GEO: Q&A and FAQ opportunities
GEO: Q&A and FAQ opportunities is informational for this page.
Needs attention
GEO: Q&A and FAQ opportunities
Issue
14 h2 heading(s) are not phrased as questions; this is optional and only useful where Q&A wording is natural. No visible FAQ or FAQPage schema was detected; this is optional unless the page answers common questions.
Details
Why it matters
Generative engines favor pages with self-contained answer passages, clear entities, structured data, summaries, FAQ patterns, and crawler-accessible HTML that can be cited without extra interpretation.
Check name
GEO: Q&A and FAQ opportunities
Score
75/100
Status
informational
Category
GEO, AIO & AEO
Maturity
Emerging recommendation
Goal
Make page content easy for AI answer engines to extract, cite, and attribute.
Result
GEO: Q&A and FAQ opportunities is informational for this page.
Evidence
{
"h2Count": 14,
"questionH2s": 0,
"hasFaq": false,
"nonQuestionH2s": [
{
"index": 1,
"text": "Your ultimate guide to the world’s best cities",
"isQuestion": false,
"html": "<h2 class=\"_h2_u46l4_14\">Your ultimate guide to the world’s best cities</h2>"
},
{
"index": 2,
"text": "Trending around the world",
"isQuestion": false,
"html": "<h2 class=\"_h2_1nkur_1\" data-testid=\"zone-title_testID\"><span>Trending around the world</span></h2>"
},
{
"index": 3,
"text": "Top travel inspiration",
"isQuestion": false,
"html": "<h2 class=\"_h2_1nkur_1\" data-testid=\"zone-title_testID\"><span>Top travel inspiration</span></h2>"
},
{
"index": 4,
"text": "Discover Time Out Market in North America",
"isQuestion": false,
"html": "<h2 class=\"_h2_1nkur_1\" data-testid=\"zone-title_testID\"><span>Discover Time Out Market in North America</span></h2>"
},
{
"index": 5,
"text": "Discover Time Out Market around the world",
"isQuestion": false,
"html": "<h2 class=\"_h2_1nkur_1\" data-testid=\"zone-title_testID\"><span>Discover Time Out Market around the world</span></h2>"
},
{
"index": 6,
"text": "Movies we love",
"isQuestion": false,
"html": "<h2 class=\"_h2_1nkur_1\" data-testid=\"zone-title_testID\"><span>Movies we love</span></h2>"
},
{
"index": 7,
"text": "Music we love",
"isQuestion": false,
"html": "<h2 class=\"_h2_1nkur_1\" data-testid=\"zone-title_testID\"><span>Music we love</span></h2>"
},
{
"index": 8,
"text": "Our favourite hotels",
"isQuestion": false,
"html": "<h2 class=\"_h2_1nkur_1\" data-testid=\"zone-title_testID\"><span>Our favourite hotels</span></h2>"
},
{
"index": 9,
"text": "Explore Europe",
"isQuestion": false,
"html": "<h2 class=\"_h2_1nkur_1\" data-testid=\"zone-title_testID\"><span>Explore Europe</span></h2>"
},
{
"index": 10,
"text": "Explore North America",
"isQuestion": false,
"html": "<h2 class=\"_h2_1nkur_1\" data-testid=\"zone-title_testID\"><span>Explore North America</span></h2>"
},
{
"index": 11,
"text": "Explore Asia",
"isQuestion": false,
"html": "<h2 class=\"_h2_1nkur_1\" data-testid=\"zone-title_testID\"><span>Explore Asia</span></h2>"
},
{
"index": 12,
"text": "Explore the South Pacific",
"isQuestion": false,
"html": "<h2 class=\"_h2_1nkur_1\" data-testid=\"zone-title_testID\"><span>Explore the South Pacific</span></h2>"
},
{
"index": 13,
"text": "Explore Africa",
"isQuestion": false,
"html": "<h2 class=\"_h2_1nkur_1\" data-testid=\"zone-title_testID\"><span>Explore Africa</span></h2>"
},
{
"index": 14,
"text": "Explore South America",
"isQuestion": false,
"html": "<h2 class=\"_h2_1nkur_1\" data-testid=\"zone-title_testID\"><span>Explore South America</span></h2>"
}
],
"score": 75,
"weight": 4
}AI DiscoverabilityDiscoverabilityEstablished
IndexNow key
IndexNow key is informational for this page.
Informational
AI DiscoverabilityDiscoverabilityEstablished
IndexNow key
IndexNow key is informational for this page.
Needs attention
IndexNow key
Issue
IndexNow key is informational for this page.
Why it matters
IndexNow lets sites notify participating search engines about changed URLs, but ownership verification requires a UTF-8 key file whose filename matches the key.
Check name
IndexNow key
Score
100/100
Status
informational
Category
Discoverability
Maturity
Established
Goal
Verify that IndexNow ownership key placement is detectable when the site advertises it.
Result
IndexNow key is informational for this page.
Validation steps
Find advertised IndexNow key location
No IndexNow key location was advertised in HTML, Link headers, or robots.txt.
Fetch and validate IndexNow key file
No discoverable IndexNow key file was found.
Evidence
{
"steps": [
{
"id": "advertised-location",
"title": "Find advertised IndexNow key location",
"status": "informational",
"evidence": {
"advertised": []
},
"issue": "No IndexNow key location was advertised in HTML, Link headers, or robots.txt.",
"howToFix": "Advertise the key location with robots.txt IndexNow-Key, rel=\"indexnow-key\", or meta name=\"indexnow-key-location\" if you want scanners to verify it."
},
{
"id": "fetch-key",
"title": "Fetch and validate IndexNow key file",
"status": "informational",
"evidence": {
"advertised": [],
"checked": []
},
"issue": "No discoverable IndexNow key file was found.",
"howToFix": "Host a UTF-8 text file named {key}.txt using a 32-character hexadecimal key whose body exactly matches the key."
}
]
}Agent Ease of UseAuthEstablished
OAuth / OIDC discovery
OAuth / OIDC discovery has an informational finding because the page appears to support authentication.
Informational
Agent Ease of UseAuthEstablished
OAuth / OIDC discovery
OAuth / OIDC discovery has an informational finding because the page appears to support authentication.
Needs attention
OAuth / OIDC discovery
Issue
OAuth / OIDC discovery was not found at the expected path.
Why it matters
OAuth and OIDC discovery let agents find authorization, token, and key endpoints programmatically instead of relying on human documentation.
Check name
OAuth / OIDC discovery
Score
0/100
Status
informational
Category
Auth
Maturity
Established
Goal
Publish OAuth/OIDC discovery metadata so agents can authenticate with your APIs.
Result
OAuth / OIDC discovery has an informational finding because the page appears to support authentication.
Validation steps
Fetch to find resource
OAuth / OIDC discovery was not found at the expected path.
Evidence
{
"failedStep": "fetch",
"steps": [
{
"id": "fetch",
"title": "Fetch to find resource",
"status": "fail",
"evidence": {
"checked": [
{
"path": "/.well-known/openid-configuration",
"statusCode": 404,
"contentType": "text/plain",
"length": 9
},
{
"path": "/.well-known/oauth-authorization-server",
"statusCode": 404,
"contentType": "text/plain",
"length": 9
}
]
},
"issue": "OAuth / OIDC discovery was not found at the expected path.",
"howToFix": "Publish valid OAuth/OIDC metadata only when the site actually supports OAuth/OIDC. Otherwise omit provider discovery and document any unauthenticated public APIs separately."
}
],
"authApplicability": {
"supportsAuth": true,
"score": 3,
"signals": [
{
"source": "visible-text",
"weight": 3,
"match": "sign up"
}
]
},
"resourceFetchSucceeded": false
}Agent Ease of UseAuthEmerging recommendation
OAuth Protected Resource
OAuth Protected Resource has an informational finding because the page appears to support authentication.
Informational
Agent Ease of UseAuthEmerging recommendation
OAuth Protected Resource
OAuth Protected Resource has an informational finding because the page appears to support authentication.
Needs attention
OAuth Protected Resource
Issue
The OAuth Protected Resource metadata endpoint did not return HTTP 2xx.
Why it matters
Protected Resource metadata tells agents which authorization servers protect an API and how to connect authentication challenges to the right resource.
Check name
OAuth Protected Resource
Score
0/100
Status
informational
Category
Auth
Maturity
Emerging recommendation
Goal
Publish OAuth Protected Resource Metadata so agents can discover how to authenticate.
Result
OAuth Protected Resource has an informational finding because the page appears to support authentication.
Validation steps
Fetch protected resource metadata
The OAuth Protected Resource metadata endpoint did not return HTTP 2xx.
Validate protected resource metadata
Response is not valid JSON.
Validate protected resource identity
Protected resource metadata `resource` did not match the resource identifier used to retrieve it.
Probe protected API Bearer challenge
No protected route with a 401 Bearer challenge was detected; metadata alone does not prove a protected resource.
Evidence
{
"failedStep": "fetch",
"steps": [
{
"id": "fetch",
"title": "Fetch protected resource metadata",
"status": "fail",
"evidence": {
"path": "/.well-known/oauth-protected-resource",
"statusCode": 404,
"contentType": "text/plain"
},
"issue": "The OAuth Protected Resource metadata endpoint did not return HTTP 2xx.",
"howToFix": "Publish /.well-known/oauth-protected-resource JSON."
},
{
"id": "metadata",
"title": "Validate protected resource metadata",
"status": "fail",
"evidence": {
"valid": false,
"compatibleContentType": false,
"issue": "Response is not valid JSON.",
"rawExcerpt": "Not Found"
},
"issue": "Response is not valid JSON.",
"howToFix": "Publish resource and authorization_servers as absolute URLs."
},
{
"id": "resource-identity",
"title": "Validate protected resource identity",
"status": "fail",
"evidence": {
"expectedResource": "https://www.timeout.com"
},
"issue": "Protected resource metadata `resource` did not match the resource identifier used to retrieve it.",
"howToFix": "Set `resource` to the origin/resource identifier represented by /.well-known/oauth-protected-resource."
},
{
"id": "protected-route-challenge",
"title": "Probe protected API Bearer challenge",
"status": "informational",
"evidence": {
"checked": [
{
"path": "/api/admin/scans",
"statusCode": 400,
"wwwAuthenticate": {
"valid": false,
"present": false
},
"expectedMetadataUrl": "https://www.timeout.com/.well-known/oauth-protected-resource",
"metadataUrlMatches": true,
"resourceMatchesRequestContext": true
},
{
"path": "/api/admin/summary",
"statusCode": 400,
"wwwAuthenticate": {
"valid": false,
"present": false
},
"expectedMetadataUrl": "https://www.timeout.com/.well-known/oauth-protected-resource",
"metadataUrlMatches": true,
"resourceMatchesRequestContext": true
},
{
"path": "/api/scans",
"statusCode": 400,
"wwwAuthenticate": {
"valid": false,
"present": false
},
"expectedMetadataUrl": "https://www.timeout.com/.well-known/oauth-protected-resource",
"metadataUrlMatches": true,
"resourceMatchesRequestContext": true
}
]
},
"issue": "No protected route with a 401 Bearer challenge was detected; metadata alone does not prove a protected resource.",
"howToFix": "When this site exposes bearer-protected APIs, return 401 with WWW-Authenticate: Bearer and link resource_metadata."
}
],
"authApplicability": {
"supportsAuth": true,
"score": 3,
"signals": [
{
"source": "visible-text",
"weight": 3,
"match": "sign up"
}
]
},
"resourceFetchSucceeded": false
}Performance and AccessibilityAccessibilityBrowser audit
`[aria-hidden="true"]` elements contain focusable descendents
50 Fail
Performance and AccessibilityAccessibilityBrowser audit
`[aria-hidden="true"]` elements contain focusable descendents
Check name
`[aria-hidden="true"]` elements contain focusable descendents
Score
0/100
Status
fail
Device
desktop
Category
Accessibility
Fix guidance
Focusable descendents within an `[aria-hidden="true"]` element prevent those interactive elements from being available to users of assistive technologies like screen readers. [Learn how `aria-hidden` affects focusable elements](https://dequeuniversity.com/rules/axe/4.11/aria-hidden-focus).
References
https://web.dev/learn/accessibility/Evidence
{
"description": "Focusable descendents within an `[aria-hidden=\"true\"]` element prevent those interactive elements from being available to users of assistive technologies like screen readers. [Learn how `aria-hidden` affects focusable elements](https://dequeuniversity.com/rules/axe/4.11/aria-hidden-focus)."
}Performance and AccessibilityAccessibilityBrowser audit
Background and foreground colors do not have a sufficient contrast ratio.
50 Fail
Performance and AccessibilityAccessibilityBrowser audit
Background and foreground colors do not have a sufficient contrast ratio.
Check name
Background and foreground colors do not have a sufficient contrast ratio.
Score
0/100
Status
fail
Device
desktop
Category
Accessibility
Fix guidance
Low-contrast text is difficult or impossible for many users to read. [Learn how to provide sufficient color contrast](https://dequeuniversity.com/rules/axe/4.11/color-contrast).
References
https://web.dev/learn/accessibility/Evidence
{
"description": "Low-contrast text is difficult or impossible for many users to read. [Learn how to provide sufficient color contrast](https://dequeuniversity.com/rules/axe/4.11/color-contrast)."
}Performance and AccessibilityBest PracticesBrowser audit
Browser errors were logged to the console
33 Fail
Performance and AccessibilityBest PracticesBrowser audit
Browser errors were logged to the console
Check name
Browser errors were logged to the console
Score
0/100
Status
fail
Device
desktop
Category
Best Practices
Fix guidance
Errors logged to the console indicate unresolved problems. They can come from network request failures and other browser concerns. [Learn more about this errors in console diagnostic audit](https://developer.chrome.com/docs/lighthouse/best-practices/errors-in-console/)
Evidence
{
"description": "Errors logged to the console indicate unresolved problems. They can come from network request failures and other browser concerns. [Learn more about this errors in console diagnostic audit](https://developer.chrome.com/docs/lighthouse/best-practices/errors-in-console/)"
}SEOSEOBrowser audit
Image elements do not have `[alt]` attributes
33 Fail
SEOSEOBrowser audit
Image elements do not have `[alt]` attributes
Check name
Image elements do not have `[alt]` attributes
Score
0/100
Status
fail
Device
desktop
Category
SEO
Fix guidance
Informative elements should aim for short, descriptive alternate text. Decorative elements can be ignored with an empty alt attribute. [Learn more about the `alt` attribute](https://dequeuniversity.com/rules/axe/4.11/image-alt).
Evidence
{
"description": "Informative elements should aim for short, descriptive alternate text. Decorative elements can be ignored with an empty alt attribute. [Learn more about the `alt` attribute](https://dequeuniversity.com/rules/axe/4.11/image-alt)."
}Performance and AccessibilityBest PracticesBrowser audit
Issues were logged in the `Issues` panel in Chrome Devtools
33 Fail
Performance and AccessibilityBest PracticesBrowser audit
Issues were logged in the `Issues` panel in Chrome Devtools
Check name
Issues were logged in the `Issues` panel in Chrome Devtools
Score
0/100
Status
fail
Device
desktop
Category
Best Practices
Fix guidance
Issues logged to the `Issues` panel in Chrome Devtools indicate unresolved problems. They can come from network request failures, insufficient security controls, and other browser concerns. Open up the Issues panel in Chrome DevTools for more details on each issue.
Evidence
{
"description": "Issues logged to the `Issues` panel in Chrome Devtools indicate unresolved problems. They can come from network request failures, insufficient security controls, and other browser concerns. Open up the Issues panel in Chrome DevTools for more details on each issue."
}SEOSEOBrowser audit
Links are not crawlable
33 Fail
SEOSEOBrowser audit
Links are not crawlable
Check name
Links are not crawlable
Score
0/100
Status
fail
Device
desktop
Category
SEO
Fix guidance
Search engines may use `href` attributes on links to crawl websites. Ensure that the `href` attribute of anchor elements links to an appropriate destination, so more pages of the site can be discovered. [Learn how to make links crawlable](https://support.google.com/webmasters/answer/9112205)
Evidence
{
"description": "Search engines may use `href` attributes on links to crawl websites. Ensure that the `href` attribute of anchor elements links to an appropriate destination, so more pages of the site can be discovered. [Learn how to make links crawlable](https://support.google.com/webmasters/answer/9112205)"
}SEOSEOBrowser audit
Links do not have descriptive text
33 Fail
SEOSEOBrowser audit
Links do not have descriptive text
Check name
Links do not have descriptive text
Score
0/100
Status
fail
Device
desktop
Category
SEO
Estimated savings
10 links found
Fix guidance
Descriptive link text helps search engines understand your content. [Learn how to make links more accessible](https://developer.chrome.com/docs/lighthouse/seo/link-text/).
Evidence
{
"displayValue": "10 links found",
"description": "Descriptive link text helps search engines understand your content. [Learn how to make links more accessible](https://developer.chrome.com/docs/lighthouse/seo/link-text/)."
}Performance and AccessibilityBest PracticesBrowser audit
Uses deprecated APIs
33 Fail
Performance and AccessibilityBest PracticesBrowser audit
Uses deprecated APIs
Check name
Uses deprecated APIs
Score
0/100
Status
fail
Device
desktop
Category
Best Practices
Estimated savings
2 warnings found
Fix guidance
Deprecated APIs will eventually be removed from the browser. [Learn more about deprecated APIs](https://developer.chrome.com/docs/lighthouse/best-practices/deprecations/).
Evidence
{
"displayValue": "2 warnings found",
"description": "Deprecated APIs will eventually be removed from the browser. [Learn more about deprecated APIs](https://developer.chrome.com/docs/lighthouse/best-practices/deprecations/)."
}Performance and AccessibilityPerformanceBrowser audit
Legacy JavaScript
25 Fail
Performance and AccessibilityPerformanceBrowser audit
Legacy JavaScript
Check name
Legacy JavaScript
Score
0/100
Status
fail
Device
desktop
Category
Performance
Estimated savings
Est savings of 84 KiB
Fix guidance
Polyfills and transforms enable older browsers to use new JavaScript features. However, many aren't necessary for modern browsers. Consider modifying your JavaScript build process to not transpile [Baseline](https://web.dev/articles/baseline-and-polyfills) features, unless you know you must support older browsers. [Learn why most sites can deploy ES6+ code without transpiling](https://developer.chrome.com/docs/performance/insights/legacy-javascript)
References
https://web.dev/learn/performance/Evidence
{
"displayValue": "Est savings of 84 KiB",
"description": "Polyfills and transforms enable older browsers to use new JavaScript features. However, many aren't necessary for modern browsers. Consider modifying your JavaScript build process to not transpile [Baseline](https://web.dev/articles/baseline-and-polyfills) features, unless you know you must support older browsers. [Learn why most sites can deploy ES6+ code without transpiling](https://developer.chrome.com/docs/performance/insights/legacy-javascript)"
}Performance and AccessibilityPerformanceBrowser audit
Reduce JavaScript execution time
25 Fail
Performance and AccessibilityPerformanceBrowser audit
Reduce JavaScript execution time
Check name
Reduce JavaScript execution time
Score
0/100
Status
fail
Device
desktop
Category
Performance
Estimated savings
3.2 s
Fix guidance
Consider reducing the time spent parsing, compiling, and executing JS. You may find delivering smaller JS payloads helps with this. [Learn how to reduce Javascript execution time](https://developer.chrome.com/docs/lighthouse/performance/bootup-time/).
References
https://web.dev/learn/performance/Evidence
{
"displayValue": "3.2 s",
"description": "Consider reducing the time spent parsing, compiling, and executing JS. You may find delivering smaller JS payloads helps with this. [Learn how to reduce Javascript execution time](https://developer.chrome.com/docs/lighthouse/performance/bootup-time/).",
"numericValue": 3238.219999999992
}Performance and AccessibilityPerformanceBrowser audit
Reduce unused JavaScript
25 Fail
Performance and AccessibilityPerformanceBrowser audit
Reduce unused JavaScript
Check name
Reduce unused JavaScript
Score
0/100
Status
fail
Device
desktop
Category
Performance
Estimated savings
Est savings of 780 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 780 KiB",
"description": "Reduce unused JavaScript and defer loading scripts until they are required to decrease bytes consumed by network activity. [Learn how to reduce unused JavaScript](https://developer.chrome.com/docs/lighthouse/performance/unused-javascript/).",
"numericValue": 120
}Performance and AccessibilityPerformanceBrowser audit
Loading performance
13 Fail
Performance and AccessibilityPerformanceBrowser audit
Loading performance
Check name
Loading performance
Score
47/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": "largest-contentful-paint",
"title": "Largest Contentful Paint",
"score": 77,
"displayValue": "1.6 s",
"numericValue": 1602.5412512327375
},
{
"id": "first-contentful-paint",
"title": "First Contentful Paint",
"score": 100,
"displayValue": "0.3 s",
"numericValue": 331.0105322296351
},
{
"id": "max-potential-fid",
"title": "Max Potential First Input Delay",
"score": 58,
"displayValue": "220 ms",
"numericValue": 224
},
{
"id": "total-blocking-time",
"title": "Total Blocking Time",
"score": 15,
"displayValue": "680 ms",
"numericValue": 680.4999999999991
},
{
"id": "network-rtt",
"title": "Network Round Trip Times",
"score": 100,
"displayValue": "90 ms",
"numericValue": 86.50872
},
{
"id": "speed-index",
"title": "Speed Index",
"score": 11,
"displayValue": "3.9 s",
"numericValue": 3884.3879767961685
},
{
"id": "server-response-time",
"title": "Reduce initial server response time",
"score": 0,
"displayValue": "Root document took 660 ms",
"numericValue": 663
},
{
"id": "interactive",
"title": "Time to Interactive",
"score": 14,
"displayValue": "7.5 s",
"numericValue": 7453.2735124949395
}
]
}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 |
|---|---|---|---|
| 52/100 | Level 3, Bot-Aware | Current report |