Rescan Report
Share Report
Copy Report Link
Rescan Report
Share Report
Copy Report Link
Export Report
51/100

OVERALL SCORE

Level 3, Bot-Aware

Moderate readiness for AI agents
AIDiscoverability42%Agent Easeof Use6%Security& Trust40%GEO, AIO, AEO74%SEO92%Performance& Accessibility67%
  • AI Discoverability 42 out of 100
  • Agent Ease of Use 6 out of 100
  • Security & Trust 40 out of 100
  • GEO, AIO and AEO 74 out of 100
  • SEO 92 out of 100
  • Performance and Accessibility 67 out of 100

CAPTURED SCREENSHOT

Captured website desktop screenshot

What AI sees of your website

Thrillist - Adventure is always around the corner. favicon

Thrillist - Adventure is always around the corner.

Thrillist is an online media website covering travel, experiences, and local neighborhoods. Thrillist was founded in 2004 by Ben Lerer and Adam Rich. Thrillist covers national and international travel, news, and, as of 2023, 18 cities acro...

Next step

Turn this report into a fix workflow

24 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.

Detailed report scores grouped by capability area
MetricScoreStatusPassedFailedWarningEvidence
AI Discoverability
42
Priority fix7160View details
Discoverability
57
Needs work450View details
Content Readiness
33
Priority fix280View details
Bot Access Control
33
Priority fix130View details
Agent Ease of Use
6
Priority fix15223View details
API
0
Priority fix060View details
Auth
Not Applicable
Not Applicable1100
MCP
13
Priority fix062View details
Skill Discovery
5
Priority fix0101View details
Agent Commerce
Not Applicable
Not Applicable400
GEO, AIO and AEO
74
Needs work5015
GEO Readiness
73
Needs work105
AIO Readiness
75
Mostly ready205
AEO Readiness
75
Mostly ready205
SEO
92
Strong1010View details
SEO
92
Strong1010View details
Security & Trust
40
Priority fix630View details
Security & Trust
40
Priority fix230View details
AI Training Exposure
Not Applicable
Not Applicable400
Performance and Accessibility
67
Needs work1673View details
Performance
56
Needs work1253View details
Accessibility
86
Mostly ready420View details

Prioritized recommendations

Issues ranked by score impact

50 items need attention

Agent Ease of UseAPIEstablished

API Catalog

API Catalog failed at "Fetch API catalog".

50 Fail

Needs attention

API Catalog

Failed check
01

Issue

The API catalog endpoint did not return HTTP 2xx.

02

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

  1. Fetch API catalog

    The API catalog endpoint did not return HTTP 2xx.

  2. Validate RFC 9727 linkset

    Response is not valid JSON.

  3. Fetch advertised API catalog targets

    API Catalog did not expose any same-origin hrefs to validate.

Evidence
{
  "failedStep": "fetch",
  "steps": [
    {
      "id": "fetch",
      "title": "Fetch API catalog",
      "status": "fail",
      "evidence": {
        "statusCode": 404,
        "contentType": "text/html; charset=utf-8"
      },
      "issue": "The API catalog endpoint did not return HTTP 2xx.",
      "howToFix": "Publish /.well-known/api-catalog."
    },
    {
      "id": "validate",
      "title": "Validate RFC 9727 linkset",
      "status": "fail",
      "evidence": {
        "valid": false,
        "compatibleContentType": false,
        "issue": "Response is not valid JSON.",
        "rawExcerpt": "<!DOCTYPE html><html lang=\"en\"><head><meta charSet=\"utf-8\"/><title>Thrillist - Adventure is always around the corner.</title><link rel=\"icon\" type=\"image/x-icon\" href=\"/static/thrillist-fav.ico\"/><meta name=\"viewport\" content=\"initial-scale=1.0, width=device-width\"/><link rel=\"canonical\" href=\"https://www.thrillist.com\"/><meta http-equiv=\"Content-Type\" content=\"text/html; charset=utf-8\"/><meta name=\"robots\" content=\"max-image-preview:large, follow, index\"/><meta name=\"bingbot\" content=\"nocache\"/><meta name=\"google-site-verification\"/><meta name=\"description\" content=\"Thrillist is an online media website covering travel, experiences, and local neighborhoods. Thrillist was founded in 2004 by Ben Lerer and Adam Rich. Thrillist covers national and international travel, news, and, as of 2023, 1"
      },
      "issue": "Response is not valid JSON.",
      "howToFix": "Use application/linkset+json with service-desc, service-doc, and status relations that each include href."
    },
    {
      "id": "target-validation",
      "title": "Fetch advertised API catalog targets",
      "status": "fail",
      "evidence": {
        "checked": [],
        "failures": [
          {
            "reason": "No same-origin API catalog hrefs were available to fetch."
          }
        ]
      },
      "issue": "API Catalog did not expose any same-origin hrefs to validate.",
      "howToFix": "Make each same-origin API catalog href reachable and serve the advertised media type."
    }
  ]
}

AI DiscoverabilityBot Access ControlInformational

Content Signal

Content Signal is missing or incomplete.

50 Fail

Needs attention

Content Signal

Failed check
01

Issue

No Content Signal found in robots.txt

02

Why it matters

Content Signal provides a machine-readable way to communicate AI usage preferences where participating crawlers look for policy.

Check name

Content Signal

Score

0/100

Status

fail

Category

Bot Access Control

Maturity

Informational

Goal

Declare AI content usage preferences with Content Signal in robots.txt.

Result

Content Signal is missing or incomplete.

Evidence
{
  "signals": [],
  "ai-train": false,
  "search": false,
  "ai-input": false
}

Agent Ease of UseAPIEstablished

OpenAPI discovery

OpenAPI discovery failed at "Find valid OpenAPI document".

50 Fail

Needs attention

OpenAPI discovery

Failed check
01

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.

02

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

  1. 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\"><head><meta charSet=\"utf-8\"/><title>Thrillist - Adventure is always around the corner.</title><link rel=\"icon\" type=\"image/x-icon\" href=\"/static/thrillist-fav.ico\"/><meta name=\"viewport\" content=\"initial-scale=1.0, width=device-width\"/><link rel=\"canonical\" href=\"https://www.thrillist.com\"/><meta http-equiv=\"Content-Type\" content=\"text/html; charset=utf-8\"/><meta name=\"robots\" content=\"max-image-preview:large, follow, index\"/><meta name=\"bingbot\" content=\"nocache\"/><meta name=\"google-site-verification\"/><meta name=\"description\" content=\"Thrillist is an online media website covering travel, experiences, and local neighborhoods. Thrillist was founded in 2004 by Ben Lerer and Adam Rich. Thrillist covers national and international travel, news, and, as of 2023, 1"
          },
          {
            "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\"><head><meta charSet=\"utf-8\"/><title>Thrillist - Adventure is always around the corner.</title><link rel=\"icon\" type=\"image/x-icon\" href=\"/static/thrillist-fav.ico\"/><meta name=\"viewport\" content=\"initial-scale=1.0, width=device-width\"/><link rel=\"canonical\" href=\"https://www.thrillist.com\"/><meta http-equiv=\"Content-Type\" content=\"text/html; charset=utf-8\"/><meta name=\"robots\" content=\"max-image-preview:large, follow, index\"/><meta name=\"bingbot\" content=\"nocache\"/><meta name=\"google-site-verification\"/><meta name=\"description\" content=\"Thrillist is an online media website covering travel, experiences, and local neighborhoods. Thrillist was founded in 2004 by Ben Lerer and Adam Rich. Thrillist covers national and international travel, news, and, as of 2023, 1"
          },
          {
            "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\"><head><meta charSet=\"utf-8\"/><title>Thrillist - Adventure is always around the corner.</title><link rel=\"icon\" type=\"image/x-icon\" href=\"/static/thrillist-fav.ico\"/><meta name=\"viewport\" content=\"initial-scale=1.0, width=device-width\"/><link rel=\"canonical\" href=\"https://www.thrillist.com\"/><meta http-equiv=\"Content-Type\" content=\"text/html; charset=utf-8\"/><meta name=\"robots\" content=\"max-image-preview:large, follow, index\"/><meta name=\"bingbot\" content=\"nocache\"/><meta name=\"google-site-verification\"/><meta name=\"description\" content=\"Thrillist is an online media website covering travel, experiences, and local neighborhoods. Thrillist was founded in 2004 by Ben Lerer and Adam Rich. Thrillist covers national and international travel, news, and, as of 2023, 1"
          },
          {
            "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\"><head><meta charSet=\"utf-8\"/><title>Thrillist - Adventure is always around the corner.</title><link rel=\"icon\" type=\"image/x-icon\" href=\"/static/thrillist-fav.ico\"/><meta name=\"viewport\" content=\"initial-scale=1.0, width=device-width\"/><link rel=\"canonical\" href=\"https://www.thrillist.com\"/><meta http-equiv=\"Content-Type\" content=\"text/html; charset=utf-8\"/><meta name=\"robots\" content=\"max-image-preview:large, follow, index\"/><meta name=\"bingbot\" content=\"nocache\"/><meta name=\"google-site-verification\"/><meta name=\"description\" content=\"Thrillist is an online media website covering travel, experiences, and local neighborhoods. Thrillist was founded in 2004 by Ben Lerer and Adam Rich. Thrillist covers national and international travel, news, and, as of 2023, 1"
          },
          {
            "path": "/api/openapi.json",
            "statusCode": 404,
            "contentType": "text/html; charset=utf-8",
            "valid": false,
            "issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html; charset=utf-8\" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
            "compatibleContentType": false,
            "format": "yaml",
            "version": "",
            "pathCount": 0,
            "operationCount": 0,
            "rawExcerpt": "<!DOCTYPE html><html lang=\"en\"><head><meta charSet=\"utf-8\"/><title>Thrillist - Adventure is always around the corner.</title><link rel=\"icon\" type=\"image/x-icon\" href=\"/static/thrillist-fav.ico\"/><meta name=\"viewport\" content=\"initial-scale=1.0, width=device-width\"/><link rel=\"canonical\" href=\"https://www.thrillist.com\"/><meta http-equiv=\"Content-Type\" content=\"text/html; charset=utf-8\"/><meta name=\"robots\" content=\"max-image-preview:large, follow, index\"/><meta name=\"bingbot\" content=\"nocache\"/><meta name=\"google-site-verification\"/><meta name=\"description\" content=\"Thrillist is an online media website covering travel, experiences, and local neighborhoods. Thrillist was founded in 2004 by Ben Lerer and Adam Rich. Thrillist covers national and international travel, news, and, as of 2023, 1"
          },
          {
            "path": "/api/swagger.json",
            "statusCode": 404,
            "contentType": "text/html; charset=utf-8",
            "valid": false,
            "issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html; charset=utf-8\" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
            "compatibleContentType": false,
            "format": "yaml",
            "version": "",
            "pathCount": 0,
            "operationCount": 0,
            "rawExcerpt": "<!DOCTYPE html><html lang=\"en\"><head><meta charSet=\"utf-8\"/><title>Thrillist - Adventure is always around the corner.</title><link rel=\"icon\" type=\"image/x-icon\" href=\"/static/thrillist-fav.ico\"/><meta name=\"viewport\" content=\"initial-scale=1.0, width=device-width\"/><link rel=\"canonical\" href=\"https://www.thrillist.com\"/><meta http-equiv=\"Content-Type\" content=\"text/html; charset=utf-8\"/><meta name=\"robots\" content=\"max-image-preview:large, follow, index\"/><meta name=\"bingbot\" content=\"nocache\"/><meta name=\"google-site-verification\"/><meta name=\"description\" content=\"Thrillist is an online media website covering travel, experiences, and local neighborhoods. Thrillist was founded in 2004 by Ben Lerer and Adam Rich. Thrillist covers national and international travel, news, and, as of 2023, 1"
          },
          {
            "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\"><head><meta charSet=\"utf-8\"/><title>Thrillist - Adventure is always around the corner.</title><link rel=\"icon\" type=\"image/x-icon\" href=\"/static/thrillist-fav.ico\"/><meta name=\"viewport\" content=\"initial-scale=1.0, width=device-width\"/><link rel=\"canonical\" href=\"https://www.thrillist.com\"/><meta http-equiv=\"Content-Type\" content=\"text/html; charset=utf-8\"/><meta name=\"robots\" content=\"max-image-preview:large, follow, index\"/><meta name=\"bingbot\" content=\"nocache\"/><meta name=\"google-site-verification\"/><meta name=\"description\" content=\"Thrillist is an online media website covering travel, experiences, and local neighborhoods. Thrillist was founded in 2004 by Ben Lerer and Adam Rich. Thrillist covers national and international travel, news, and, as of 2023, 1"
          }
        ]
      },
      "issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html; charset=utf-8\" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
      "howToFix": "Publish a valid OpenAPI 3.x or Swagger 2.0 JSON/YAML document with info, paths, operations, and responses."
    }
  ]
}

AI DiscoverabilityBot Access ControlInformational

Web Bot Auth request signing

Web Bot Auth request signing failed at "Fetch to find resource".

50 Fail

Needs attention

Web Bot Auth request signing

Failed check
01

Issue

Web Bot Auth request signing was not found at the expected path.

02

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

  1. Fetch to find resource

    Web Bot Auth request signing was not found at the expected path.

Evidence
{
  "failedStep": "fetch",
  "steps": [
    {
      "id": "fetch",
      "title": "Fetch to find resource",
      "status": "fail",
      "evidence": {
        "checked": [
          {
            "path": "/.well-known/http-message-signatures-directory",
            "statusCode": 404,
            "contentType": "text/html; charset=utf-8",
            "length": 339773
          }
        ]
      },
      "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."
    }
  ]
}

Security & TrustSecurity & TrustEstablished

Content-Security-Policy

Content-Security-Policy is missing or incomplete.

33 Fail

Needs attention

Content-Security-Policy

Failed check
01

Issue

Content-Security-Policy is missing or incomplete.

02

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
}

AI DiscoverabilityDiscoverabilityEstablished

FAQPage schema

FAQPage schema is missing or incomplete.

33 Fail

Needs attention

FAQPage schema

Failed check
01

Issue

FAQ content was detected but no FAQPage schema was found.

02

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": [
    "NewsMediaOrganization",
    "WebSite"
  ]
}

AI DiscoverabilityDiscoverabilityEstablished

High-value schema types

High-value schema types is missing or incomplete.

33 Fail

Needs attention

High-value schema types

Failed check
01

Issue

No high-value schema types (e.g. Article, Product, Service) were found.

02

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": [
    "NewsMediaOrganization",
    "WebSite"
  ]
}

Security & TrustSecurity & TrustEstablished

HSTS header

HSTS header is missing or incomplete.

33 Fail

Needs attention

HSTS header

Failed check
01

Issue

HSTS header is missing or incomplete.

02

Why it matters

HSTS tells browsers to keep using HTTPS after the first secure visit, reducing downgrade and mixed-transport risk for repeat users.

Check name

HSTS header

Score

0/100

Status

fail

Category

Security & Trust

Maturity

Established

Goal

Require HTTPS for repeat visits with Strict-Transport-Security.

Result

HSTS header is missing or incomplete.

Evidence
{
  "header": "strict-transport-security",
  "value": null
}

AI DiscoverabilityDiscoverabilityEstablished

Link headers

Link headers failed at "Find useful Link headers".

33 Fail

Needs attention

Link headers

Failed check
01

Issue

No useful agent discovery Link headers were found.

02

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

  1. Find useful Link headers

    No useful agent discovery Link headers were found.

  2. 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."
    }
  ]
}

Security & TrustSecurity & TrustEstablished

Referrer-Policy

Referrer-Policy is missing or incomplete.

33 Fail

Needs attention

Referrer-Policy

Failed check
01

Issue

Referrer-Policy is missing or incomplete.

02

Why it matters

Referrer-Policy controls how much URL context is sent to other origins, limiting accidental leakage of paths, queries, and identifiers.

Check name

Referrer-Policy

Score

0/100

Status

fail

Category

Security & Trust

Maturity

Established

Goal

Limit how much referrer data leaves the site.

Result

Referrer-Policy is missing or incomplete.

Evidence
{
  "header": "referrer-policy",
  "value": null
}

AI DiscoverabilityContent ReadinessEstablished

Content freshness signals

Content freshness signals is missing or incomplete.

25 Fail

Needs attention

Content freshness signals

Failed check
01

Issue

Content freshness signals are incomplete: missing Last-Modified HTTP header; missing dateModified/datePublished in JSON-LD; missing meta or <time> freshness tags.

02

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

0/100

Status

fail

Category

Content Readiness

Maturity

Established

Goal

Expose modified and published dates for freshness-aware retrieval and ranking.

Result

Content freshness signals is missing or incomplete.

Evidence
{
  "lastModified": null,
  "schemaDates": [],
  "metaDateCount": 0,
  "timeDateCount": 0
}

AI DiscoverabilityContent ReadinessEmerging recommendation

llms.txt

llms.txt failed at "Fetch to find resource".

25 Fail

Needs attention

llms.txt

Failed check
01

Issue

llms.txt was not found at the expected path.

02

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

  1. 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": 339506
          },
          {
            "path": "/llms-full.txt",
            "statusCode": 404,
            "contentType": "text/html; charset=utf-8",
            "length": 339415
          }
        ]
      },
      "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

Needs attention

Markdown negotiation

Failed check
01

Issue

Content-Type "text/html; charset=utf-8" does not indicate Markdown when requested with Accept: text/markdown.

02

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

  1. Markdown content type

    Content-Type "text/html; charset=utf-8" does not indicate Markdown when requested with Accept: text/markdown.

  2. Vary: Accept header

    Markdown negotiation is missing Vary: Accept; current Vary header is "Accept-Encoding".

  3. 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": 65734,
        "excerpt": "<!DOCTYPE html><html lang=\"en\"><head><meta charSet=\"utf-8\"/><title>Thrillist - Adventure is always around the corner.</title><link rel=\"icon\" type=\"image/x-icon\" href=\"/static/thrillist-fav.ico\"/><meta name=\"viewport\" content=\"initial-scale",
        "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

Needs attention

MCP Server Card

Failed check
01

Issue

MCP Server Card was not found at the expected path.

02

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

  1. Fetch to find resource

    MCP Server Card was not found at the expected path.

Evidence
{
  "failedStep": "fetch",
  "steps": [
    {
      "id": "fetch",
      "title": "Fetch to find resource",
      "status": "fail",
      "evidence": {
        "checked": [
          {
            "path": "/.well-known/mcp/server-card.json",
            "statusCode": 404,
            "contentType": "text/html; charset=utf-8",
            "length": 341499
          },
          {
            "path": "/.well-known/mcp/server-cards.json",
            "statusCode": 404,
            "contentType": "text/html; charset=utf-8",
            "length": 340087
          },
          {
            "path": "/.well-known/mcp.json",
            "statusCode": 404,
            "contentType": "text/html; charset=utf-8",
            "length": 341407
          }
        ]
      },
      "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

Needs attention

mcp.json

Failed check
01

Issue

mcp.json was not found at the expected path.

02

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

  1. 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": 339437
          },
          {
            "path": "/.well-known/mcp.json",
            "statusCode": 404,
            "contentType": "text/html; charset=utf-8",
            "length": 341407
          },
          {
            "path": "/.well-known/mcp/server-card.json",
            "statusCode": 404,
            "contentType": "text/html; charset=utf-8",
            "length": 341499
          }
        ]
      },
      "issue": "mcp.json was not found at the expected path.",
      "howToFix": "Publish mcp.json or an MCP server card with serverInfo, protocolVersion, transport endpoint, and capabilities."
    }
  ]
}

AI DiscoverabilityContent ReadinessEstablished

Semantic HTML

Semantic HTML is missing or incomplete.

25 Fail

Needs attention

Semantic HTML

Failed check
01

Issue

Semantic HTML is incomplete: missing <main> landmark; skipped heading levels; 1 links missing accessible names; 2 buttons missing accessible names.

Details

02

Why it matters

Semantic HTML gives browsers, assistive technology, search systems, and agents reliable landmarks, headings, controls, form semantics, and image context.

Check name

Semantic HTML

Score

0/100

Status

fail

Category

Content Readiness

Maturity

Established

Goal

Expose readable page structure through semantic HTML and accessible controls.

Result

Semantic HTML is missing or incomplete.

Evidence
{
  "main": false,
  "nav": true,
  "footer": true,
  "meaningfulH1": true,
  "headingOrder": false,
  "accessibleLinks": false,
  "accessibleButtons": false,
  "imageAltCoverage": true,
  "formAutocompleteCoverage": true,
  "details": {
    "inaccessibleLinks": [
      "<a href=\"/\" data-vars-href=\"/\" data-vars-ga-action=\"brand icon\"></a>"
    ],
    "inaccessibleButtons": [
      "<button type=\"button\" class=\"Buttonstyles__ButtonContainer-sc-1e79xnn-0 iwcLbI\"><div class=\"Buttonstyles__ButtonContent-sc-1e79xnn-1 gNrWRE ButtonContent\"><div class=\"Buttonstyles__ButtonIcon-sc-1e79xnn-3 iTOCUI\"></div></div></button>",
      "<button type=\"submit\" data-testid=\"icon-universal-text-input\" class=\"TextInputStyles__TextInputPrePostStyle-sc-17hzrmv-6 BOMPh\"></button>"
    ],
    "missingAutocompleteInputs": [],
    "imagesMissingAlt": [],
    "skippedHeadingLevels": [
      "h3: Check us out on social",
      "h1: Thrillist",
      "h3: Navigation",
      "h3: Navigation",
      "h2: Two Adventurous Days of Hikes, Onsens, Orchards, and More in Tōhoku, Japan",
      "h3: With its rugged mountain landscapes, refreshing hot springs, and hikes among waterfalls and temples, Japan's northern region makes a refreshing escape",
      "h2: Soak Up Japanese Culture Without the Crowds in Kanazawa",
      "h3: Nicknamed “Little Kyoto,” Kanazawa blends geisha and samurai heritage with contemporary design – and it’s just a scenic drive away from Shirakawa-go’s picturesque farmhouses too",
      "h2: Two Days of Castles, Anime, and Cars in Nagoya, Japan",
      "h3: What to do in Japan’s often overlooked central city, from dining on delicious grilled eel to visiting centuries-old shrines",
      "h2: How to Spend Two Adventurous Days in Shikoku, Japan",
      "h3: Explore vine bridges, river gorges, and gorgeous landscapes on an outdoor adventure in Shikoku",
      "h2: Popular Reads",
      "h2: At Women-Only Dance Parties in Europe, Moms Just Want to Have Fun",
      "h3: Family-friendly hours, plenty of Spice Girls, and, most importantly, no men makes for one helluva good night out",
      "h2: How Does Gen Z Travel So Much? Payment Plans",
      "h3: Travelers are increasingly dependent on buy-now-pay-later lenders to make trips happen. Is wanderlust worth the debt and added interest?",
      "h2: Planning a Trip? AI Will Do That For You",
      "h3: From Chatbot travel assistants to Instagram reel-generated itineraries, the latest AI innovations are transforming how we book a vacation",
      "h2: Thrillist Itineraries",
      "h3: We turn your deepest passions into unforgettable travel experiences.",
      "h2: Guides & Destinations",
      "h2: How to Have the Best Group Trip Ever in Ann Arbor, Michigan",
      "h3: What to do on a vacation in Ann Arbor with family and friends, from campus landmarks and shopping to kayaking, museums, and lively nights on Main Street.",
      "h2: How an Arts and Culture Lover Should Spend Two Days in Santa Ana",
      "h3: The ultimate weekend of gallery hopping, arthouse flims, and cumbia block parties in Santa Ana, California.",
      "h2: How to Soak Up Southwest Florida’s Nature and Historic Charm in Two Days",
      "h3: Kayak, kick back on the sand, take a history tour, and eat a huge slice of orange crunch cake",
      "h2: How to Eat and Drink Your Way Through Milan in Two Days",
      "h3: Load up on pastries, embrace aperitivo, and dive in to all the risotto and pasta you can handle",
      "h2: Plan Your Trip",
      "h2: Drag Legend and Travel Pro Sasha Velour Knows How to “Werq the World”",
      "h3: The RuPaul’s Drag Race winner shares her favorite travel memory, dream cities to perform in, and tricks for traveling for drag",
      "h2: Barge Cruising Is a Slow-Travel Antidote to Overtourism",
      "h3: Drift down narrow waterways on a small boat in the French countryside, sipping local wine and snacking on cheese with a handful of friends and family",
      "h2: Three Family-Friendly Days in Northern California’s Shasta Cascades",
      "h3: Big water, big sky, and big family adventures",
      "h2: Staying in a Timeshare Might Be Your Best Travel Hack Yet",
      "h3: It's also a great way to unwind and reset after the hectic holiday season.",
      "h2: Latest Stories",
      "h2: How to Winter Like An Olympian",
      "h3: Get pumped for the 2026 Games by skiing, skating, and even bobsledding at past Olympic venues this year",
      "h2: How to See Milan’s Magnificent Art and Design Scene in Two Days",
      "h3: Make the most of a visit to Italy’s design capital, admiring Renaissance paintings, visiting contemporary art installations, and joining chic locals for fine dining and wine at Michelin-starred restaurants",
      "h2: How to Spend Two Family-Friendly Days on California's Central Coast",
      "h3: Explore tide pools, feed farm animals, watch elephant seals, and make time for local wine and coffee for the adults",
      "h2: How to Spend a Weekend in Yosemite With Kids",
      "h3: Hike, bike, and explore one of the most beautiful places in the world with the whole family",
      "h2: How to Spend Two Family-Friendly Days in Sonoma and Mendocino",
      "h3: California's northern coast has whale watching hikes, kayaking, and lots of local wine and cheese",
      "h2: Alien Encounters and Ghostly Spirits on a Paranormal Road Trip Through the Southwest",
      "h3: Chasing the supernatural — and the super kitschy — on a drive through the Arizona and New Mexico desert"
    ]
  },
  "counts": {
    "h1": 1,
    "headings": 52,
    "links": 210,
    "inaccessibleLinks": 1,
    "buttons": 11,
    "inaccessibleButtons": 2,
    "images": 47,
    "imagesWithAlt": 47,
    "autocompleteInputs": 2,
    "inputsWithAutocomplete": 2,
    "missingAutocompleteInputs": 0
  }
}

Agent Ease of UseMCPInformational

WebMCP manifest

WebMCP manifest failed at "Fetch to find resource".

25 Fail

Needs attention

WebMCP manifest

Failed check
01

Issue

WebMCP manifest was not found at the expected path.

02

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

  1. Fetch to find resource

    WebMCP manifest was not found at the expected path.

Evidence
{
  "failedStep": "fetch",
  "steps": [
    {
      "id": "fetch",
      "title": "Fetch to find resource",
      "status": "fail",
      "evidence": {
        "checked": [
          {
            "path": "/.well-known/webmcp.json",
            "statusCode": 404,
            "contentType": "text/html; charset=utf-8",
            "length": 339550
          },
          {
            "path": "/webmcp.json",
            "statusCode": 404,
            "contentType": "text/html; charset=utf-8",
            "length": 339332
          },
          {
            "path": "/mcp.json",
            "statusCode": 404,
            "contentType": "text/html; charset=utf-8",
            "length": 339509
          }
        ]
      },
      "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

Needs attention

A2A Agent Card

Failed check
01

Issue

A2A Agent Card was not found at the expected path.

02

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

  1. Fetch to find resource

    A2A Agent Card was not found at the expected path.

Evidence
{
  "failedStep": "fetch",
  "steps": [
    {
      "id": "fetch",
      "title": "Fetch to find resource",
      "status": "fail",
      "evidence": {
        "checked": [
          {
            "path": "/.well-known/agent-card.json",
            "statusCode": 404,
            "contentType": "text/html; charset=utf-8",
            "length": 339521
          },
          {
            "path": "/.well-known/a2a/agent-card.json",
            "statusCode": 404,
            "contentType": "text/html; charset=utf-8",
            "length": 339584
          },
          {
            "path": "/agent-card.json",
            "statusCode": 404,
            "contentType": "text/html; charset=utf-8",
            "length": 339429
          }
        ]
      },
      "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

Needs attention

Agent Skills index

Failed check
01

Issue

Agent Skills index was not found at the expected path.

02

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

  1. Fetch to find resource

    Agent Skills index was not found at the expected path.

Evidence
{
  "failedStep": "fetch",
  "steps": [
    {
      "id": "fetch",
      "title": "Fetch to find resource",
      "status": "fail",
      "evidence": {
        "checked": [
          {
            "path": "/.well-known/agent-skills/index.json",
            "statusCode": 404,
            "contentType": "text/html; charset=utf-8",
            "length": 339612
          },
          {
            "path": "/.well-known/skills/index.json",
            "statusCode": 404,
            "contentType": "text/html; charset=utf-8",
            "length": 339669
          }
        ]
      },
      "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

Needs attention

agent.json

Failed check
01

Issue

agent.json was not found at the expected path.

02

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

  1. Fetch to find resource

    agent.json was not found at the expected path.

Evidence
{
  "failedStep": "fetch",
  "steps": [
    {
      "id": "fetch",
      "title": "Fetch to find resource",
      "status": "fail",
      "evidence": {
        "checked": [
          {
            "path": "/.well-known/agent.json",
            "statusCode": 404,
            "contentType": "text/html; charset=utf-8",
            "length": 339417
          },
          {
            "path": "/agent.json",
            "statusCode": 404,
            "contentType": "text/html; charset=utf-8",
            "length": 339421
          }
        ]
      },
      "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

Needs attention

agents.json

Failed check
01

Issue

agents.json was not found at the expected path.

02

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

  1. Fetch to find resource

    agents.json was not found at the expected path.

Evidence
{
  "failedStep": "fetch",
  "steps": [
    {
      "id": "fetch",
      "title": "Fetch to find resource",
      "status": "fail",
      "evidence": {
        "checked": [
          {
            "path": "/.well-known/agents.json",
            "statusCode": 404,
            "contentType": "text/html; charset=utf-8",
            "length": 339550
          },
          {
            "path": "/agents.json",
            "statusCode": 404,
            "contentType": "text/html; charset=utf-8",
            "length": 339401
          }
        ]
      },
      "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

Needs attention

DNS-AID Agent Discovery

Failed check
01

Issue

No DNS-AID entrypoint records were found under _agents.

02

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

  1. Resolve DNS-AID SVCB/HTTPS records

    No DNS-AID entrypoint records were found under _agents.

  2. Validate alpn and endpoint parameters

    Include alpn and endpoint service parameters in each DNS-AID record so agents know the protocol and target entrypoint.

  3. 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.thrillist.com",
        "probes": [
          {
            "name": "_index._agents.www.thrillist.com",
            "found": false,
            "recordCount": 1,
            "records": [],
            "hasAlpn": false,
            "hasEndpoint": false
          },
          {
            "name": "_a2a._agents.www.thrillist.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.thrillist.com",
            "dnssecTypes": [],
            "dnssecRecordCount": 0
          },
          {
            "name": "thrillist.com",
            "dnssecTypes": [],
            "dnssecRecordCount": 0
          }
        ]
      },
      "issue": "DNSSEC material was not visible for the hostname or parent zone from this resolver.",
      "howToFix": "Sign the public discovery zone with DNSSEC so validating resolvers can return authenticated data."
    }
  ]
}

Agent Ease of UseMCPInformational

WebMCP

WebMCP has a validation warning at "Validate WebMCP declarative annotation quality".

13 Warning

Needs attention

WebMCP

Warning
01

Issue

WebMCP declarative annotations need fixes.

Details

02

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

  1. Detect data-mcp-tool annotations

    No data-mcp-tool attributes were found on interactive elements.

  2. Detect WebMCP declarative tags

    No elements found with tool-name or tool-description attributes.

  3. Validate WebMCP declarative annotation quality

    WebMCP declarative annotations need fixes.

    WebMCP declarative annotation issues
    • <input name="q"> is missing tool-param-description.
    • <input name="email-input"> is missing tool-param-description.
    • <input name="legal-checkbox-sidebar"> is missing tool-param-description.
  4. Detect WebMCP imperative API usage

    navigator.modelContext.provideContext(), navigator.modelContext.registerTool(), or other imperative signals were not detected in rendered browser state.

  5. Detect WebMCP browser navigator injection

    navigator.modelContext was not detected in the rendered browser page.

  6. Interactive surface coverage

    Only 0% of interactive surfaces are annotated.

Evidence
{
  "failedStep": "declarative-annotation-quality",
  "steps": [
    {
      "id": "data-mcp-tool-attributes",
      "title": "Detect data-mcp-tool annotations",
      "status": "informational",
      "evidence": {
        "dataMcpToolCount": 0,
        "dataMcpTools": []
      },
      "issue": "No data-mcp-tool attributes were found on interactive elements.",
      "howToFix": "Add data-mcp-tool attributes to high-value forms, buttons, and links so generic MCP-aware tooling can identify intended actions."
    },
    {
      "id": "declarative-tags",
      "title": "Detect WebMCP declarative tags",
      "status": "informational",
      "evidence": {
        "totalForms": 2,
        "formsWithTags": 0,
        "totalInteractive": 224,
        "interactiveWithTags": 0,
        "totalCount": 226,
        "taggedCount": 0,
        "dataMcpToolCount": 0,
        "dataMcpTools": [],
        "coverage": 0,
        "annotationIssues": [
          "<input name=\"q\"> is missing tool-param-description.",
          "<input name=\"email-input\"> is missing tool-param-description.",
          "<input name=\"legal-checkbox-sidebar\"> 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": 3,
        "issues": [
          "<input name=\"q\"> is missing tool-param-description.",
          "<input name=\"email-input\"> is missing tool-param-description.",
          "<input name=\"legal-checkbox-sidebar\"> is missing tool-param-description."
        ]
      },
      "issue": "WebMCP declarative annotations need fixes.",
      "issueDetails": [
        {
          "title": "WebMCP declarative annotation issues",
          "items": [
            {
              "type": "code",
              "value": "<input name=\"q\"> is missing tool-param-description."
            },
            {
              "type": "code",
              "value": "<input name=\"email-input\"> is missing tool-param-description."
            },
            {
              "type": "code",
              "value": "<input name=\"legal-checkbox-sidebar\"> 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": 2,
        "formsWithTags": 0,
        "totalInteractive": 224,
        "interactiveWithTags": 0,
        "totalCount": 226,
        "taggedCount": 0,
        "dataMcpToolCount": 0,
        "dataMcpTools": [],
        "coverage": 0,
        "annotationIssues": [
          "<input name=\"q\"> is missing tool-param-description.",
          "<input name=\"email-input\"> is missing tool-param-description.",
          "<input name=\"legal-checkbox-sidebar\"> is missing tool-param-description."
        ]
      },
      "issue": "Only 0% of interactive surfaces are annotated.",
      "howToFix": "Add WebMCP annotations to all forms and interactive elements to increase agent coverage."
    }
  ],
  "staticSignals": {
    "detected": false,
    "matched": []
  },
  "coverage": {
    "totalForms": 2,
    "formsWithTags": 0,
    "totalInteractive": 224,
    "interactiveWithTags": 0,
    "totalCount": 226,
    "taggedCount": 0,
    "dataMcpToolCount": 0,
    "dataMcpTools": [],
    "coverage": 0,
    "annotationIssues": [
      "<input name=\"q\"> is missing tool-param-description.",
      "<input name=\"email-input\"> is missing tool-param-description.",
      "<input name=\"legal-checkbox-sidebar\"> is missing tool-param-description."
    ]
  },
  "browserWebMcp": {
    "checked": true,
    "detected": false,
    "hasNavigatorModelContext": false,
    "modelContextType": "undefined",
    "hasProvideContext": false,
    "hasRegisterTool": false
  }
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

AIO: Visible structured data match

AIO: Visible structured data match scored 50/100 and needs improvement.

5 Warning

Needs attention

AIO: Visible structured data match

Warning
01

Issue

1 structured-data value(s) were not found in visible page text.

Details

02

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

50/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 50/100 and needs improvement.

Evidence
{
  "schemaCount": 2,
  "checkedFields": [
    {
      "path": "$[0].description",
      "value": "Thrillist is an online media website covering travel, experiences, and local neighborhoods. Thrillist was founded in 2004 by Ben Lerer and Adam Rich. Thrillist covers national and international travel, news, and, as of 2023, 18 cities across the United States."
    },
    {
      "path": "$[0].name",
      "value": "Thrillist"
    }
  ],
  "mismatches": [
    {
      "path": "$[0].description",
      "value": "Thrillist is an online media website covering travel, experiences, and local neighborhoods. Thrillist was founded in 2004 by Ben Lerer and Adam Rich. Thrillist covers national and international travel, news, and, as of 2023, 18 cities across the United States."
    }
  ],
  "score": 50,
  "weight": 18
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

AEO: Answer-first sections

AEO: Answer-first sections scored 65/100 and needs improvement.

5 Warning

Needs attention

AEO: Answer-first sections

Warning
01

Issue

51 section(s) may benefit from a clearer opening answer; this is optional for feature/card sections.

Details

02

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": 51,
  "passing": 0,
  "failing": [
    {
      "heading": "Check us out on social",
      "headingHtml": "<h3 class=\"sr-only\">Check us out on social</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Navigation",
      "headingHtml": "<h3 class=\"sr-only\">Navigation</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Navigation",
      "headingHtml": "<h3 class=\"sr-only\">Navigation</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Two Adventurous Days of Hikes, Onsens, Orchards, and More in Tōhoku, Japan",
      "headingHtml": "<h2 data-testid=\"ucc-headline\" class=\"UniversalContentCardstyles__UCCHeadline-sc-zezg1y-1 hVhMCq\">Two Adventurous Days of Hikes, Onsens, Orchards, and More in T&#x14d;hoku, Japan</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "With its rugged mountain landscapes, refreshing hot springs, and hikes among waterfalls and temples, Japan's northern region makes a refreshing escape",
      "headingHtml": "<h3 data-testid=\"ucc-subheadline\" class=\"UniversalContentCardstyles__UCCSubheadline-sc-zezg1y-2 cqbUpH\">With its rugged mountain landscapes, refreshing hot springs, and hikes among waterfalls and temples, Japan&apos;s northern region makes a refreshing escape</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Soak Up Japanese Culture Without the Crowds in Kanazawa",
      "headingHtml": "<h2 data-testid=\"ucc-headline\" class=\"UniversalContentCardstyles__UCCHeadline-sc-zezg1y-1 gPVCxz\">Soak Up Japanese Culture Without the Crowds in Kanazawa</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Nicknamed “Little Kyoto,” Kanazawa blends geisha and samurai heritage with contemporary design – and it’s just a scenic drive away from Shirakawa-go’s picturesque farmhouses too",
      "headingHtml": "<h3 data-testid=\"ucc-subheadline\" class=\"UniversalContentCardstyles__UCCSubheadline-sc-zezg1y-2 cdJaFc\">Nicknamed &#x201c;Little Kyoto,&#x201d; Kanazawa blends geisha and samurai heritage with contemporary design &#x2013; and it&#x2019;s just a scenic drive away from Shirakawa-go&#x2019;s picturesque farmhouses too</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Two Days of Castles, Anime, and Cars in Nagoya, Japan",
      "headingHtml": "<h2 data-testid=\"ucc-headline\" class=\"UniversalContentCardstyles__UCCHeadline-sc-zezg1y-1 gPVCxz\">Two Days of Castles, Anime, and Cars in Nagoya, Japan</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "What to do in Japan’s often overlooked central city, from dining on delicious grilled eel to visiting centuries-old shrines",
      "headingHtml": "<h3 data-testid=\"ucc-subheadline\" class=\"UniversalContentCardstyles__UCCSubheadline-sc-zezg1y-2 cdJaFc\">What to do in Japan&#x2019;s often overlooked central city, from dining on delicious grilled eel to visiting centuries-old shrines</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "How to Spend Two Adventurous Days in Shikoku, Japan",
      "headingHtml": "<h2 data-testid=\"ucc-headline\" class=\"UniversalContentCardstyles__UCCHeadline-sc-zezg1y-1 gPVCxz\">How to Spend Two Adventurous Days in Shikoku, Japan</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Explore vine bridges, river gorges, and gorgeous landscapes on an outdoor adventure in Shikoku",
      "headingHtml": "<h3 data-testid=\"ucc-subheadline\" class=\"UniversalContentCardstyles__UCCSubheadline-sc-zezg1y-2 cdJaFc\">Explore vine bridges, river gorges, and gorgeous landscapes on an outdoor adventure in Shikoku</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Popular Reads",
      "headingHtml": "<h2>Popular Reads</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "At Women-Only Dance Parties in Europe, Moms Just Want to Have Fun",
      "headingHtml": "<h2 data-testid=\"ucc-headline\" class=\"UniversalContentCardstyles__UCCHeadline-sc-zezg1y-1 gPVCxz\">At Women-Only Dance Parties in Europe, Moms Just Want to Have Fun</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Family-friendly hours, plenty of Spice Girls, and, most importantly, no men makes for one helluva good night out",
      "headingHtml": "<h3 data-testid=\"ucc-subheadline\" class=\"UniversalContentCardstyles__UCCSubheadline-sc-zezg1y-2 klMXwt\">Family-friendly hours, plenty of Spice Girls, and, most importantly, no men makes for one helluva good night out </h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "How Does Gen Z Travel So Much? Payment Plans",
      "headingHtml": "<h2 data-testid=\"ucc-headline\" class=\"UniversalContentCardstyles__UCCHeadline-sc-zezg1y-1 gPVCxz\">How Does Gen Z Travel So Much? Payment Plans</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Travelers are increasingly dependent on buy-now-pay-later lenders to make trips happen. Is wanderlust worth the debt and added interest?",
      "headingHtml": "<h3 data-testid=\"ucc-subheadline\" class=\"UniversalContentCardstyles__UCCSubheadline-sc-zezg1y-2 klMXwt\">Travelers are increasingly dependent on buy-now-pay-later lenders to make trips happen. Is wanderlust worth the debt and added interest?</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Planning a Trip? AI Will Do That For You",
      "headingHtml": "<h2 data-testid=\"ucc-headline\" class=\"UniversalContentCardstyles__UCCHeadline-sc-zezg1y-1 gPVCxz\">Planning a Trip? AI Will Do That For You</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "From Chatbot travel assistants to Instagram reel-generated itineraries, the latest AI innovations are transforming how we book a vacation",
      "headingHtml": "<h3 data-testid=\"ucc-subheadline\" class=\"UniversalContentCardstyles__UCCSubheadline-sc-zezg1y-2 klMXwt\">From Chatbot travel assistants to Instagram reel-generated itineraries, the latest AI innovations are transforming how we book a vacation</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Thrillist Itineraries",
      "headingHtml": "<h2 data-testid=\"ucc-headline\" class=\"UniversalContentCardstyles__UCCHeadline-sc-zezg1y-1 hVhMCq\">Thrillist Itineraries</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "We turn your deepest passions into unforgettable travel experiences.",
      "headingHtml": "<h3 data-testid=\"ucc-subheadline\" class=\"UniversalContentCardstyles__UCCSubheadline-sc-zezg1y-2 cqbUpH\"><div>We turn your deepest passions into unforgettable travel experiences.<br> &#xa0;</div></h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Guides & Destinations",
      "headingHtml": "<h2>Guides &amp; Destinations</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "How to Have the Best Group Trip Ever in Ann Arbor, Michigan",
      "headingHtml": "<h2 data-testid=\"ucc-headline\" class=\"UniversalContentCardstyles__UCCHeadline-sc-zezg1y-1 hVhMCq\">How to Have the Best Group Trip Ever in Ann Arbor, Michigan</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "What to do on a vacation in Ann Arbor with family and friends, from campus landmarks and shopping to kayaking, museums, and lively nights on Main Street.",
      "headingHtml": "<h3 data-testid=\"ucc-subheadline\" class=\"UniversalContentCardstyles__UCCSubheadline-sc-zezg1y-2 cqbUpH\">What to do on a vacation in Ann Arbor with family and friends, from campus landmarks and shopping to kayaking, museums, and lively nights on Main Street.</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "How an Arts and Culture Lover Should Spend Two Days in Santa Ana",
      "headingHtml": "<h2 data-testid=\"ucc-headline\" class=\"UniversalContentCardstyles__UCCHeadline-sc-zezg1y-1 gPVCxz\">How an Arts and Culture Lover Should Spend Two Days in Santa Ana</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "The ultimate weekend of gallery hopping, arthouse flims, and cumbia block parties in Santa Ana, California.",
      "headingHtml": "<h3 data-testid=\"ucc-subheadline\" class=\"UniversalContentCardstyles__UCCSubheadline-sc-zezg1y-2 cdJaFc\">The ultimate weekend of gallery hopping, arthouse flims, and cumbia block parties in Santa Ana, California. </h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "How to Soak Up Southwest Florida’s Nature and Historic Charm in Two Days",
      "headingHtml": "<h2 data-testid=\"ucc-headline\" class=\"UniversalContentCardstyles__UCCHeadline-sc-zezg1y-1 gPVCxz\">How to Soak Up Southwest Florida&#x2019;s Nature and Historic Charm in Two Days</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Kayak, kick back on the sand, take a history tour, and eat a huge slice of orange crunch cake",
      "headingHtml": "<h3 data-testid=\"ucc-subheadline\" class=\"UniversalContentCardstyles__UCCSubheadline-sc-zezg1y-2 cdJaFc\">Kayak, kick back on the sand, take a history tour, and eat a huge slice of orange crunch cake</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "How to Eat and Drink Your Way Through Milan in Two Days",
      "headingHtml": "<h2 data-testid=\"ucc-headline\" class=\"UniversalContentCardstyles__UCCHeadline-sc-zezg1y-1 gPVCxz\">How to Eat and Drink Your Way Through Milan in Two Days</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Load up on pastries, embrace aperitivo, and dive in to all the risotto and pasta you can handle",
      "headingHtml": "<h3 data-testid=\"ucc-subheadline\" class=\"UniversalContentCardstyles__UCCSubheadline-sc-zezg1y-2 cdJaFc\">Load up on pastries, embrace aperitivo, and dive in to all the risotto and pasta you can handle</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Plan Your Trip",
      "headingHtml": "<h2>Plan Your Trip</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Drag Legend and Travel Pro Sasha Velour Knows How to “Werq the World”",
      "headingHtml": "<h2 data-testid=\"ucc-headline\" class=\"UniversalContentCardstyles__UCCHeadline-sc-zezg1y-1 hVhMCq\">Drag Legend and Travel Pro Sasha Velour Knows How to &#x201c;Werq the World&#x201d; </h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "The RuPaul’s Drag Race winner shares her favorite travel memory, dream cities to perform in, and tricks for traveling for drag",
      "headingHtml": "<h3 data-testid=\"ucc-subheadline\" class=\"UniversalContentCardstyles__UCCSubheadline-sc-zezg1y-2 cqbUpH\">The RuPaul&#x2019;s Drag Race winner shares her favorite travel memory, dream cities to perform in, and tricks for traveling for drag</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Barge Cruising Is a Slow-Travel Antidote to Overtourism",
      "headingHtml": "<h2 data-testid=\"ucc-headline\" class=\"UniversalContentCardstyles__UCCHeadline-sc-zezg1y-1 gPVCxz\">Barge Cruising Is a Slow-Travel Antidote to Overtourism</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Drift down narrow waterways on a small boat in the French countryside, sipping local wine and snacking on cheese with a handful of friends and family",
      "headingHtml": "<h3 data-testid=\"ucc-subheadline\" class=\"UniversalContentCardstyles__UCCSubheadline-sc-zezg1y-2 cdJaFc\">Drift down narrow waterways on a small boat in the French countryside, sipping local wine and snacking on cheese with a handful of friends and family</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Three Family-Friendly Days in Northern California’s Shasta Cascades",
      "headingHtml": "<h2 data-testid=\"ucc-headline\" class=\"UniversalContentCardstyles__UCCHeadline-sc-zezg1y-1 gPVCxz\">Three Family-Friendly Days in Northern California&#x2019;s Shasta Cascades</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Big water, big sky, and big family adventures",
      "headingHtml": "<h3 data-testid=\"ucc-subheadline\" class=\"UniversalContentCardstyles__UCCSubheadline-sc-zezg1y-2 cdJaFc\">Big water, big sky, and big family adventures</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Staying in a Timeshare Might Be Your Best Travel Hack Yet",
      "headingHtml": "<h2 data-testid=\"ucc-headline\" class=\"UniversalContentCardstyles__UCCHeadline-sc-zezg1y-1 gPVCxz\">Staying in a Timeshare Might Be Your Best Travel Hack Yet </h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "It's also a great way to unwind and reset after the hectic holiday season.",
      "headingHtml": "<h3 data-testid=\"ucc-subheadline\" class=\"UniversalContentCardstyles__UCCSubheadline-sc-zezg1y-2 cdJaFc\">It&apos;s also a great way to unwind and reset after the hectic holiday season. </h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Latest Stories",
      "headingHtml": "<h2>Latest Stories</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "How to Winter Like An Olympian",
      "headingHtml": "<h2 data-testid=\"ucc-headline\" class=\"UniversalContentCardstyles__UCCHeadline-sc-zezg1y-1 bEmXWt\">How to Winter Like An Olympian</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Get pumped for the 2026 Games by skiing, skating, and even bobsledding at past Olympic venues this year",
      "headingHtml": "<h3 data-testid=\"ucc-subheadline\" class=\"UniversalContentCardstyles__UCCSubheadline-sc-zezg1y-2 jLxroo\">Get pumped for the 2026 Games by skiing, skating, and even bobsledding at past Olympic venues this year</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "How to See Milan’s Magnificent Art and Design Scene in Two Days",
      "headingHtml": "<h2 data-testid=\"ucc-headline\" class=\"UniversalContentCardstyles__UCCHeadline-sc-zezg1y-1 bEmXWt\">How to See Milan&#x2019;s Magnificent Art and Design Scene in Two Days</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Make the most of a visit to Italy’s design capital, admiring Renaissance paintings, visiting contemporary art installations, and joining chic locals for fine dining and wine at Michelin-starred restaurants",
      "headingHtml": "<h3 data-testid=\"ucc-subheadline\" class=\"UniversalContentCardstyles__UCCSubheadline-sc-zezg1y-2 jLxroo\">Make the most of a visit to Italy&#x2019;s design capital, admiring Renaissance paintings, visiting contemporary art installations, and joining chic locals for fine dining and wine at Michelin-starred restaurants</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "How to Spend Two Family-Friendly Days on California's Central Coast",
      "headingHtml": "<h2 data-testid=\"ucc-headline\" class=\"UniversalContentCardstyles__UCCHeadline-sc-zezg1y-1 bEmXWt\">How to Spend Two Family-Friendly Days on California&apos;s Central Coast</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Explore tide pools, feed farm animals, watch elephant seals, and make time for local wine and coffee for the adults",
      "headingHtml": "<h3 data-testid=\"ucc-subheadline\" class=\"UniversalContentCardstyles__UCCSubheadline-sc-zezg1y-2 jLxroo\">Explore tide pools, feed farm animals, watch elephant seals, and make time for local wine and coffee for the adults</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "How to Spend a Weekend in Yosemite With Kids",
      "headingHtml": "<h2 data-testid=\"ucc-headline\" class=\"UniversalContentCardstyles__UCCHeadline-sc-zezg1y-1 bEmXWt\">How to Spend a Weekend in Yosemite With Kids</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Hike, bike, and explore one of the most beautiful places in the world with the whole family",
      "headingHtml": "<h3 data-testid=\"ucc-subheadline\" class=\"UniversalContentCardstyles__UCCSubheadline-sc-zezg1y-2 jLxroo\">Hike, bike, and explore one of the most beautiful places in the world with the whole family</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "How to Spend Two Family-Friendly Days in Sonoma and Mendocino",
      "headingHtml": "<h2 data-testid=\"ucc-headline\" class=\"UniversalContentCardstyles__UCCHeadline-sc-zezg1y-1 bEmXWt\">How to Spend Two Family-Friendly Days in Sonoma and Mendocino</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "California's northern coast has whale watching hikes, kayaking, and lots of local wine and cheese",
      "headingHtml": "<h3 data-testid=\"ucc-subheadline\" class=\"UniversalContentCardstyles__UCCSubheadline-sc-zezg1y-2 jLxroo\">California&apos;s northern coast has whale watching hikes, kayaking, and lots of local wine and cheese</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Alien Encounters and Ghostly Spirits on a Paranormal Road Trip Through the Southwest",
      "headingHtml": "<h2 data-testid=\"ucc-headline\" class=\"UniversalContentCardstyles__UCCHeadline-sc-zezg1y-1 bEmXWt\">Alien Encounters and Ghostly Spirits on a Paranormal Road Trip Through the Southwest</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Chasing the supernatural — and the super kitschy — on a drive through the Arizona and New Mexico desert",
      "headingHtml": "<h3 data-testid=\"ucc-subheadline\" class=\"UniversalContentCardstyles__UCCSubheadline-sc-zezg1y-2 jLxroo\">Chasing the supernatural &#x2014; and the super kitschy &#x2014; on a drive through the Arizona and New Mexico desert</h3>",
      "firstParagraph": "",
      "paragraphHtml": "<p aria-live=\"assertive\" id=\"__next-route-announcer__\" role=\"alert\" style=\"border: 0px; clip: rect(0px, 0px, 0px, 0px); height: 1px; margin: -1px; overflow: hidden; padding: 0px; position: absolute; width: 1px; white-space: nowrap; overflow-wrap: normal;\"></p>",
      "words": 0,
      "direct": false,
      "issue": "First paragraph is 0 words and does not look like a concise direct answer."
    }
  ],
  "score": 65,
  "weight": 28
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

AIO: Source and trust signals

AIO: Source and trust signals scored 60/100 and needs improvement.

4 Warning

Needs attention

AIO: Source and trust signals

Warning
01

Issue

Missing AIO trust signals: publisher, freshnessDate.

Details

02

Why it matters

AI Overviews depend on Google-search eligibility, useful visible content, consistent structured data, answer-first sections, trust signals, and preview controls that permit snippets.

Check name

AIO: Source and trust signals

Score

60/100

Status

warning

Category

GEO, AIO & AEO

Maturity

Emerging recommendation

Goal

Make page content eligible and useful for Google AI Overviews and AI Mode extraction.

Result

AIO: Source and trust signals scored 60/100 and needs improvement.

Evidence
{
  "signals": {
    "author": true,
    "publisher": false,
    "freshnessDate": false,
    "aboutOrContact": true,
    "policyLinks": true
  },
  "missing": [
    "publisher",
    "freshnessDate"
  ],
  "authorMeta": "Thrillist",
  "schemaAuthors": [],
  "schemaPublishers": [],
  "schemaDates": [],
  "visibleDates": [],
  "aboutLinks": [
    {
      "href": "https://www.thrillist.com/thrillist-about-us",
      "text": "About Us",
      "html": "<a href=\"https://www.thrillist.com/thrillist-about-us\" data-vars-href=\"https://www.thrillist.com/thrillist-about-us\" data-vars-ga-action=\"about-us\" target=\"_top\" rel=\"nofollow\">About Us</a>"
    },
    {
      "href": "https://www.thrillist.com/thrillist-about-us",
      "text": "About Us",
      "html": "<a href=\"https://www.thrillist.com/thrillist-about-us\" data-vars-href=\"https://www.thrillist.com/thrillist-about-us\" data-vars-ga-action=\"about-us\" target=\"_top\" rel=\"nofollow\">About Us</a>"
    }
  ],
  "contactLinks": [],
  "privacyLinks": [
    {
      "href": "https://www.voxmedia.com/legal/privacy-notice",
      "text": "Privacy",
      "html": "<a href=\"https://www.voxmedia.com/legal/privacy-notice\" data-vars-href=\"https://www.voxmedia.com/legal/privacy-notice\" data-vars-ga-action=\"privacy policy\" target=\"_top\" rel=\"nofollow\">Privacy</a>"
    },
    {
      "href": "https://www.voxmedia.com/legal/terms-of-use",
      "text": "Terms + Conditions",
      "html": "<a href=\"https://www.voxmedia.com/legal/terms-of-use\" data-vars-href=\"https://www.voxmedia.com/legal/terms-of-use\" data-vars-ga-action=\"terms and conditions\" target=\"_top\" rel=\"nofollow\">Terms + Conditions</a>"
    },
    {
      "href": "https://www.voxmedia.com/legal/terms-of-use",
      "text": "Terms",
      "html": "<a href=\"https://www.voxmedia.com/legal/terms-of-use\" target=\"_blank\" rel=\"noopener noreferrer\">Terms</a>"
    },
    {
      "href": "https://www.voxmedia.com/legal/privacy-notice",
      "text": "Privacy Policy.",
      "html": "<a href=\"https://www.voxmedia.com/legal/privacy-notice\" target=\"_blank\" rel=\"noopener noreferrer\"> <!-- -->Privacy Policy.</a>"
    },
    {
      "href": "https://www.voxmedia.com/legal/privacy-notice",
      "text": "Privacy",
      "html": "<a href=\"https://www.voxmedia.com/legal/privacy-notice\" data-vars-href=\"https://www.voxmedia.com/legal/privacy-notice\" data-vars-ga-action=\"privacy policy\" target=\"_top\" rel=\"nofollow\">Privacy</a>"
    },
    {
      "href": "https://www.voxmedia.com/legal/terms-of-use",
      "text": "Terms + Conditions",
      "html": "<a href=\"https://www.voxmedia.com/legal/terms-of-use\" data-vars-href=\"https://www.voxmedia.com/legal/terms-of-use\" data-vars-ga-action=\"terms and conditions\" target=\"_top\" rel=\"nofollow\">Terms + Conditions</a>"
    }
  ],
  "score": 60,
  "weight": 20
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

GEO: AI crawler accessibility

GEO: AI crawler accessibility scored 55/100 and needs improvement.

4 Warning

Needs attention

GEO: AI crawler accessibility

Warning
01

Issue

robots.txt blocks these AI crawlers: chatgpt-user, claudebot, perplexitybot, google-extended.

Details

02

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: AI crawler accessibility

Score

55/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: AI crawler accessibility scored 55/100 and needs improvement.

Evidence
{
  "textWords": 1049,
  "htmlBytes": 813420,
  "robots": {
    "checkedCrawlers": [
      "gptbot",
      "chatgpt-user",
      "claudebot",
      "perplexitybot",
      "google-extended"
    ],
    "blocked": [
      "chatgpt-user",
      "claudebot",
      "perplexitybot",
      "google-extended"
    ],
    "allows": false
  },
  "schemaBlocks": 1,
  "finalUrl": "https://www.thrillist.com/",
  "robotsExcerpt": "\nUser-agent: Amazonbot\nAllow: /\n\nUser-agent: Applebot\nAllow: /\n\nUser-agent: GPTBot\nAllow: /\n\nUser-agent: A6-Indexer\nDisallow: /\nAllow: /sp/\n\nUser-agent: AhrefsBot\nDisallow: /\nAllow: /sp/\n\nUser-agent: AI2Bot\nDisallow: /\nAllow: /sp/\n\nUser-agent: AI2Bot-DeepResearchEval\nDisallow: /\nAllow: /sp/\n\nUser-agent: Ai2Bot-Dolma\nDisallow: /\nAllow: /sp/\n\nUser-agent: aiHitBot\nDisallow: /\nAllow: /sp/\n\nUser-agent: Anchor Browser\nDisallow: /\nAllow: /sp/\n\nUser-agent: anthropic-ai\nDisallow: /\nAllow: /sp/\n\nUser-agent: ApifyBot\nDisallow: /\nAllow: /sp/\n\nUser-agent: ApifyWebsiteContentCrawler\nDisallow: /\nAllow: /sp/\n\nUser-agent: Applebot-Extended\nDisallow: /\nAllow: /sp/\n\nUser-agent: Baiduspider\nDisallow: /\nAllow: /sp/\n\nUser-agent: betaBot\nDisallow: /\nAllow: /sp/\n\nUser-agent: BLEXBot\nDisallow: /\nAllow: /sp/\n\nUser-",
  "score": 55,
  "weight": 26
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

AEO: Answer evidence and trust

AEO: Answer evidence and trust scored 60/100 and needs improvement.

4 Warning

Needs attention

AEO: Answer evidence and trust

Warning
01

Issue

Missing AIO trust signals: publisher, freshnessDate.

Details

02

Why it matters

Answer engines need concise answers, question-led structure, entity clarity, visible evidence, and trust signals that can be extracted without relying on search-only metadata checks.

Check name

AEO: Answer evidence and trust

Score

60/100

Status

warning

Category

GEO, AIO & AEO

Maturity

Emerging recommendation

Goal

Make page content easy for answer engines and assistants to answer from directly.

Result

AEO: Answer evidence and trust scored 60/100 and needs improvement.

Evidence
{
  "signals": {
    "author": true,
    "publisher": false,
    "freshnessDate": false,
    "aboutOrContact": true,
    "policyLinks": true
  },
  "missing": [
    "publisher",
    "freshnessDate"
  ],
  "authorMeta": "Thrillist",
  "schemaAuthors": [],
  "schemaPublishers": [],
  "schemaDates": [],
  "visibleDates": [],
  "aboutLinks": [
    {
      "href": "https://www.thrillist.com/thrillist-about-us",
      "text": "About Us",
      "html": "<a href=\"https://www.thrillist.com/thrillist-about-us\" data-vars-href=\"https://www.thrillist.com/thrillist-about-us\" data-vars-ga-action=\"about-us\" target=\"_top\" rel=\"nofollow\">About Us</a>"
    },
    {
      "href": "https://www.thrillist.com/thrillist-about-us",
      "text": "About Us",
      "html": "<a href=\"https://www.thrillist.com/thrillist-about-us\" data-vars-href=\"https://www.thrillist.com/thrillist-about-us\" data-vars-ga-action=\"about-us\" target=\"_top\" rel=\"nofollow\">About Us</a>"
    }
  ],
  "contactLinks": [],
  "privacyLinks": [
    {
      "href": "https://www.voxmedia.com/legal/privacy-notice",
      "text": "Privacy",
      "html": "<a href=\"https://www.voxmedia.com/legal/privacy-notice\" data-vars-href=\"https://www.voxmedia.com/legal/privacy-notice\" data-vars-ga-action=\"privacy policy\" target=\"_top\" rel=\"nofollow\">Privacy</a>"
    },
    {
      "href": "https://www.voxmedia.com/legal/terms-of-use",
      "text": "Terms + Conditions",
      "html": "<a href=\"https://www.voxmedia.com/legal/terms-of-use\" data-vars-href=\"https://www.voxmedia.com/legal/terms-of-use\" data-vars-ga-action=\"terms and conditions\" target=\"_top\" rel=\"nofollow\">Terms + Conditions</a>"
    },
    {
      "href": "https://www.voxmedia.com/legal/terms-of-use",
      "text": "Terms",
      "html": "<a href=\"https://www.voxmedia.com/legal/terms-of-use\" target=\"_blank\" rel=\"noopener noreferrer\">Terms</a>"
    },
    {
      "href": "https://www.voxmedia.com/legal/privacy-notice",
      "text": "Privacy Policy.",
      "html": "<a href=\"https://www.voxmedia.com/legal/privacy-notice\" target=\"_blank\" rel=\"noopener noreferrer\"> <!-- -->Privacy Policy.</a>"
    },
    {
      "href": "https://www.voxmedia.com/legal/privacy-notice",
      "text": "Privacy",
      "html": "<a href=\"https://www.voxmedia.com/legal/privacy-notice\" data-vars-href=\"https://www.voxmedia.com/legal/privacy-notice\" data-vars-ga-action=\"privacy policy\" target=\"_top\" rel=\"nofollow\">Privacy</a>"
    },
    {
      "href": "https://www.voxmedia.com/legal/terms-of-use",
      "text": "Terms + Conditions",
      "html": "<a href=\"https://www.voxmedia.com/legal/terms-of-use\" data-vars-href=\"https://www.voxmedia.com/legal/terms-of-use\" data-vars-ga-action=\"terms and conditions\" target=\"_top\" rel=\"nofollow\">Terms + Conditions</a>"
    }
  ],
  "score": 60,
  "weight": 22
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

GEO: Entity clarity

GEO: Entity clarity scored 76/100 and needs improvement.

2 Warning

Needs attention

GEO: Entity clarity

Warning
01

Issue

Title/H1 terms missing from description: adventure, always, around, corner.

Details

02

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

76/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 76/100 and needs improvement.

Evidence
{
  "title": "Thrillist - Adventure is always around the corner.",
  "h1": "Thrillist",
  "description": "Thrillist is an online media website covering travel, experiences, and local neighborhoods. Thrillist was founded in 2004 by Ben Lerer and Adam Rich. Thrillist covers national and international travel, news, and, as of 2023, 18 cities across the United States.",
  "topicOverlap": 0.2,
  "topicTerms": [
    "thrillist",
    "adventure",
    "always",
    "around",
    "corner"
  ],
  "descriptionTerms": [
    "thrillist",
    "online",
    "media",
    "website",
    "covering",
    "travel",
    "experiences",
    "local",
    "neighborhoods",
    "was",
    "founded",
    "2004",
    "ben",
    "lerer",
    "adam",
    "rich",
    "covers",
    "national"
  ],
  "missingFromDescription": [
    "adventure",
    "always",
    "around",
    "corner"
  ],
  "score": 76,
  "weight": 28
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

AEO: Entity and definition clarity

AEO: Entity and definition clarity scored 80/100 and needs improvement.

2 Warning

Needs attention

AEO: Entity and definition clarity

Warning
01

Issue

Entity or definition gaps: adventure, always, around, corner.

Details

02

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

80/100

Status

warning

Category

GEO, AIO & AEO

Maturity

Emerging recommendation

Goal

Make page content easy for answer engines and assistants to answer from directly.

Result

AEO: Entity and definition clarity scored 80/100 and needs improvement.

Evidence
{
  "title": "Thrillist - Adventure is always around the corner.",
  "h1": "Thrillist",
  "description": "Thrillist is an online media website covering travel, experiences, and local neighborhoods. Thrillist was founded in 2004 by Ben Lerer and Adam Rich. Thrillist covers national and international travel, news, and, as of 2023, 18 cities across the United States.",
  "topicOverlap": 0.2,
  "definitionCount": 5,
  "topicTerms": [
    "thrillist",
    "adventure",
    "always",
    "around",
    "corner"
  ],
  "descriptionTerms": [
    "thrillist",
    "online",
    "media",
    "website",
    "covering",
    "travel",
    "experiences",
    "local",
    "neighborhoods",
    "was",
    "founded",
    "2004",
    "ben",
    "lerer",
    "adam",
    "rich",
    "covers",
    "national"
  ],
  "missingFromDescription": [
    "adventure",
    "always",
    "around",
    "corner"
  ],
  "score": 80,
  "weight": 18
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

GEO: Explanatory content depth

GEO: Explanatory content depth scored 75/100 and needs improvement.

2 Warning

Needs attention

GEO: Explanatory content depth

Warning
01

Issue

No substantial explanatory paragraphs were found.

02

Why it matters

Generative engines favor pages with self-contained answer passages, clear entities, structured data, summaries, FAQ patterns, and crawler-accessible HTML that can be cited without extra interpretation.

Check name

GEO: Explanatory content depth

Score

75/100

Status

warning

Category

GEO, AIO & AEO

Maturity

Emerging recommendation

Goal

Make page content easy for AI answer engines to extract, cite, and attribute.

Result

GEO: Explanatory content depth scored 75/100 and needs improvement.

Evidence
{
  "candidatePassages": 1,
  "citablePassages": 0,
  "failingCandidateParagraphs": [],
  "citableParagraphs": [],
  "score": 75,
  "weight": 18
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

AIO: Answer block readiness

AIO: Answer block readiness scored 65/100 and needs improvement.

2 Warning

Needs attention

AIO: Answer block readiness

Warning
01

Issue

51 section(s) may benefit from a clearer opening answer; this is optional for feature/card sections.

Details

02

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": 51,
  "passing": 0,
  "failing": [
    {
      "heading": "Check us out on social",
      "headingHtml": "<h3 class=\"sr-only\">Check us out on social</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Navigation",
      "headingHtml": "<h3 class=\"sr-only\">Navigation</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Navigation",
      "headingHtml": "<h3 class=\"sr-only\">Navigation</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Two Adventurous Days of Hikes, Onsens, Orchards, and More in Tōhoku, Japan",
      "headingHtml": "<h2 data-testid=\"ucc-headline\" class=\"UniversalContentCardstyles__UCCHeadline-sc-zezg1y-1 hVhMCq\">Two Adventurous Days of Hikes, Onsens, Orchards, and More in T&#x14d;hoku, Japan</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "With its rugged mountain landscapes, refreshing hot springs, and hikes among waterfalls and temples, Japan's northern region makes a refreshing escape",
      "headingHtml": "<h3 data-testid=\"ucc-subheadline\" class=\"UniversalContentCardstyles__UCCSubheadline-sc-zezg1y-2 cqbUpH\">With its rugged mountain landscapes, refreshing hot springs, and hikes among waterfalls and temples, Japan&apos;s northern region makes a refreshing escape</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Soak Up Japanese Culture Without the Crowds in Kanazawa",
      "headingHtml": "<h2 data-testid=\"ucc-headline\" class=\"UniversalContentCardstyles__UCCHeadline-sc-zezg1y-1 gPVCxz\">Soak Up Japanese Culture Without the Crowds in Kanazawa</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Nicknamed “Little Kyoto,” Kanazawa blends geisha and samurai heritage with contemporary design – and it’s just a scenic drive away from Shirakawa-go’s picturesque farmhouses too",
      "headingHtml": "<h3 data-testid=\"ucc-subheadline\" class=\"UniversalContentCardstyles__UCCSubheadline-sc-zezg1y-2 cdJaFc\">Nicknamed &#x201c;Little Kyoto,&#x201d; Kanazawa blends geisha and samurai heritage with contemporary design &#x2013; and it&#x2019;s just a scenic drive away from Shirakawa-go&#x2019;s picturesque farmhouses too</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Two Days of Castles, Anime, and Cars in Nagoya, Japan",
      "headingHtml": "<h2 data-testid=\"ucc-headline\" class=\"UniversalContentCardstyles__UCCHeadline-sc-zezg1y-1 gPVCxz\">Two Days of Castles, Anime, and Cars in Nagoya, Japan</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "What to do in Japan’s often overlooked central city, from dining on delicious grilled eel to visiting centuries-old shrines",
      "headingHtml": "<h3 data-testid=\"ucc-subheadline\" class=\"UniversalContentCardstyles__UCCSubheadline-sc-zezg1y-2 cdJaFc\">What to do in Japan&#x2019;s often overlooked central city, from dining on delicious grilled eel to visiting centuries-old shrines</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "How to Spend Two Adventurous Days in Shikoku, Japan",
      "headingHtml": "<h2 data-testid=\"ucc-headline\" class=\"UniversalContentCardstyles__UCCHeadline-sc-zezg1y-1 gPVCxz\">How to Spend Two Adventurous Days in Shikoku, Japan</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Explore vine bridges, river gorges, and gorgeous landscapes on an outdoor adventure in Shikoku",
      "headingHtml": "<h3 data-testid=\"ucc-subheadline\" class=\"UniversalContentCardstyles__UCCSubheadline-sc-zezg1y-2 cdJaFc\">Explore vine bridges, river gorges, and gorgeous landscapes on an outdoor adventure in Shikoku</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Popular Reads",
      "headingHtml": "<h2>Popular Reads</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "At Women-Only Dance Parties in Europe, Moms Just Want to Have Fun",
      "headingHtml": "<h2 data-testid=\"ucc-headline\" class=\"UniversalContentCardstyles__UCCHeadline-sc-zezg1y-1 gPVCxz\">At Women-Only Dance Parties in Europe, Moms Just Want to Have Fun</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Family-friendly hours, plenty of Spice Girls, and, most importantly, no men makes for one helluva good night out",
      "headingHtml": "<h3 data-testid=\"ucc-subheadline\" class=\"UniversalContentCardstyles__UCCSubheadline-sc-zezg1y-2 klMXwt\">Family-friendly hours, plenty of Spice Girls, and, most importantly, no men makes for one helluva good night out </h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "How Does Gen Z Travel So Much? Payment Plans",
      "headingHtml": "<h2 data-testid=\"ucc-headline\" class=\"UniversalContentCardstyles__UCCHeadline-sc-zezg1y-1 gPVCxz\">How Does Gen Z Travel So Much? Payment Plans</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Travelers are increasingly dependent on buy-now-pay-later lenders to make trips happen. Is wanderlust worth the debt and added interest?",
      "headingHtml": "<h3 data-testid=\"ucc-subheadline\" class=\"UniversalContentCardstyles__UCCSubheadline-sc-zezg1y-2 klMXwt\">Travelers are increasingly dependent on buy-now-pay-later lenders to make trips happen. Is wanderlust worth the debt and added interest?</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Planning a Trip? AI Will Do That For You",
      "headingHtml": "<h2 data-testid=\"ucc-headline\" class=\"UniversalContentCardstyles__UCCHeadline-sc-zezg1y-1 gPVCxz\">Planning a Trip? AI Will Do That For You</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "From Chatbot travel assistants to Instagram reel-generated itineraries, the latest AI innovations are transforming how we book a vacation",
      "headingHtml": "<h3 data-testid=\"ucc-subheadline\" class=\"UniversalContentCardstyles__UCCSubheadline-sc-zezg1y-2 klMXwt\">From Chatbot travel assistants to Instagram reel-generated itineraries, the latest AI innovations are transforming how we book a vacation</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Thrillist Itineraries",
      "headingHtml": "<h2 data-testid=\"ucc-headline\" class=\"UniversalContentCardstyles__UCCHeadline-sc-zezg1y-1 hVhMCq\">Thrillist Itineraries</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "We turn your deepest passions into unforgettable travel experiences.",
      "headingHtml": "<h3 data-testid=\"ucc-subheadline\" class=\"UniversalContentCardstyles__UCCSubheadline-sc-zezg1y-2 cqbUpH\"><div>We turn your deepest passions into unforgettable travel experiences.<br> &#xa0;</div></h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Guides & Destinations",
      "headingHtml": "<h2>Guides &amp; Destinations</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "How to Have the Best Group Trip Ever in Ann Arbor, Michigan",
      "headingHtml": "<h2 data-testid=\"ucc-headline\" class=\"UniversalContentCardstyles__UCCHeadline-sc-zezg1y-1 hVhMCq\">How to Have the Best Group Trip Ever in Ann Arbor, Michigan</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "What to do on a vacation in Ann Arbor with family and friends, from campus landmarks and shopping to kayaking, museums, and lively nights on Main Street.",
      "headingHtml": "<h3 data-testid=\"ucc-subheadline\" class=\"UniversalContentCardstyles__UCCSubheadline-sc-zezg1y-2 cqbUpH\">What to do on a vacation in Ann Arbor with family and friends, from campus landmarks and shopping to kayaking, museums, and lively nights on Main Street.</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "How an Arts and Culture Lover Should Spend Two Days in Santa Ana",
      "headingHtml": "<h2 data-testid=\"ucc-headline\" class=\"UniversalContentCardstyles__UCCHeadline-sc-zezg1y-1 gPVCxz\">How an Arts and Culture Lover Should Spend Two Days in Santa Ana</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "The ultimate weekend of gallery hopping, arthouse flims, and cumbia block parties in Santa Ana, California.",
      "headingHtml": "<h3 data-testid=\"ucc-subheadline\" class=\"UniversalContentCardstyles__UCCSubheadline-sc-zezg1y-2 cdJaFc\">The ultimate weekend of gallery hopping, arthouse flims, and cumbia block parties in Santa Ana, California. </h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "How to Soak Up Southwest Florida’s Nature and Historic Charm in Two Days",
      "headingHtml": "<h2 data-testid=\"ucc-headline\" class=\"UniversalContentCardstyles__UCCHeadline-sc-zezg1y-1 gPVCxz\">How to Soak Up Southwest Florida&#x2019;s Nature and Historic Charm in Two Days</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Kayak, kick back on the sand, take a history tour, and eat a huge slice of orange crunch cake",
      "headingHtml": "<h3 data-testid=\"ucc-subheadline\" class=\"UniversalContentCardstyles__UCCSubheadline-sc-zezg1y-2 cdJaFc\">Kayak, kick back on the sand, take a history tour, and eat a huge slice of orange crunch cake</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "How to Eat and Drink Your Way Through Milan in Two Days",
      "headingHtml": "<h2 data-testid=\"ucc-headline\" class=\"UniversalContentCardstyles__UCCHeadline-sc-zezg1y-1 gPVCxz\">How to Eat and Drink Your Way Through Milan in Two Days</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Load up on pastries, embrace aperitivo, and dive in to all the risotto and pasta you can handle",
      "headingHtml": "<h3 data-testid=\"ucc-subheadline\" class=\"UniversalContentCardstyles__UCCSubheadline-sc-zezg1y-2 cdJaFc\">Load up on pastries, embrace aperitivo, and dive in to all the risotto and pasta you can handle</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Plan Your Trip",
      "headingHtml": "<h2>Plan Your Trip</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Drag Legend and Travel Pro Sasha Velour Knows How to “Werq the World”",
      "headingHtml": "<h2 data-testid=\"ucc-headline\" class=\"UniversalContentCardstyles__UCCHeadline-sc-zezg1y-1 hVhMCq\">Drag Legend and Travel Pro Sasha Velour Knows How to &#x201c;Werq the World&#x201d; </h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "The RuPaul’s Drag Race winner shares her favorite travel memory, dream cities to perform in, and tricks for traveling for drag",
      "headingHtml": "<h3 data-testid=\"ucc-subheadline\" class=\"UniversalContentCardstyles__UCCSubheadline-sc-zezg1y-2 cqbUpH\">The RuPaul&#x2019;s Drag Race winner shares her favorite travel memory, dream cities to perform in, and tricks for traveling for drag</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Barge Cruising Is a Slow-Travel Antidote to Overtourism",
      "headingHtml": "<h2 data-testid=\"ucc-headline\" class=\"UniversalContentCardstyles__UCCHeadline-sc-zezg1y-1 gPVCxz\">Barge Cruising Is a Slow-Travel Antidote to Overtourism</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Drift down narrow waterways on a small boat in the French countryside, sipping local wine and snacking on cheese with a handful of friends and family",
      "headingHtml": "<h3 data-testid=\"ucc-subheadline\" class=\"UniversalContentCardstyles__UCCSubheadline-sc-zezg1y-2 cdJaFc\">Drift down narrow waterways on a small boat in the French countryside, sipping local wine and snacking on cheese with a handful of friends and family</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Three Family-Friendly Days in Northern California’s Shasta Cascades",
      "headingHtml": "<h2 data-testid=\"ucc-headline\" class=\"UniversalContentCardstyles__UCCHeadline-sc-zezg1y-1 gPVCxz\">Three Family-Friendly Days in Northern California&#x2019;s Shasta Cascades</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Big water, big sky, and big family adventures",
      "headingHtml": "<h3 data-testid=\"ucc-subheadline\" class=\"UniversalContentCardstyles__UCCSubheadline-sc-zezg1y-2 cdJaFc\">Big water, big sky, and big family adventures</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Staying in a Timeshare Might Be Your Best Travel Hack Yet",
      "headingHtml": "<h2 data-testid=\"ucc-headline\" class=\"UniversalContentCardstyles__UCCHeadline-sc-zezg1y-1 gPVCxz\">Staying in a Timeshare Might Be Your Best Travel Hack Yet </h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "It's also a great way to unwind and reset after the hectic holiday season.",
      "headingHtml": "<h3 data-testid=\"ucc-subheadline\" class=\"UniversalContentCardstyles__UCCSubheadline-sc-zezg1y-2 cdJaFc\">It&apos;s also a great way to unwind and reset after the hectic holiday season. </h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Latest Stories",
      "headingHtml": "<h2>Latest Stories</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "How to Winter Like An Olympian",
      "headingHtml": "<h2 data-testid=\"ucc-headline\" class=\"UniversalContentCardstyles__UCCHeadline-sc-zezg1y-1 bEmXWt\">How to Winter Like An Olympian</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Get pumped for the 2026 Games by skiing, skating, and even bobsledding at past Olympic venues this year",
      "headingHtml": "<h3 data-testid=\"ucc-subheadline\" class=\"UniversalContentCardstyles__UCCSubheadline-sc-zezg1y-2 jLxroo\">Get pumped for the 2026 Games by skiing, skating, and even bobsledding at past Olympic venues this year</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "How to See Milan’s Magnificent Art and Design Scene in Two Days",
      "headingHtml": "<h2 data-testid=\"ucc-headline\" class=\"UniversalContentCardstyles__UCCHeadline-sc-zezg1y-1 bEmXWt\">How to See Milan&#x2019;s Magnificent Art and Design Scene in Two Days</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Make the most of a visit to Italy’s design capital, admiring Renaissance paintings, visiting contemporary art installations, and joining chic locals for fine dining and wine at Michelin-starred restaurants",
      "headingHtml": "<h3 data-testid=\"ucc-subheadline\" class=\"UniversalContentCardstyles__UCCSubheadline-sc-zezg1y-2 jLxroo\">Make the most of a visit to Italy&#x2019;s design capital, admiring Renaissance paintings, visiting contemporary art installations, and joining chic locals for fine dining and wine at Michelin-starred restaurants</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "How to Spend Two Family-Friendly Days on California's Central Coast",
      "headingHtml": "<h2 data-testid=\"ucc-headline\" class=\"UniversalContentCardstyles__UCCHeadline-sc-zezg1y-1 bEmXWt\">How to Spend Two Family-Friendly Days on California&apos;s Central Coast</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Explore tide pools, feed farm animals, watch elephant seals, and make time for local wine and coffee for the adults",
      "headingHtml": "<h3 data-testid=\"ucc-subheadline\" class=\"UniversalContentCardstyles__UCCSubheadline-sc-zezg1y-2 jLxroo\">Explore tide pools, feed farm animals, watch elephant seals, and make time for local wine and coffee for the adults</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "How to Spend a Weekend in Yosemite With Kids",
      "headingHtml": "<h2 data-testid=\"ucc-headline\" class=\"UniversalContentCardstyles__UCCHeadline-sc-zezg1y-1 bEmXWt\">How to Spend a Weekend in Yosemite With Kids</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Hike, bike, and explore one of the most beautiful places in the world with the whole family",
      "headingHtml": "<h3 data-testid=\"ucc-subheadline\" class=\"UniversalContentCardstyles__UCCSubheadline-sc-zezg1y-2 jLxroo\">Hike, bike, and explore one of the most beautiful places in the world with the whole family</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "How to Spend Two Family-Friendly Days in Sonoma and Mendocino",
      "headingHtml": "<h2 data-testid=\"ucc-headline\" class=\"UniversalContentCardstyles__UCCHeadline-sc-zezg1y-1 bEmXWt\">How to Spend Two Family-Friendly Days in Sonoma and Mendocino</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "California's northern coast has whale watching hikes, kayaking, and lots of local wine and cheese",
      "headingHtml": "<h3 data-testid=\"ucc-subheadline\" class=\"UniversalContentCardstyles__UCCSubheadline-sc-zezg1y-2 jLxroo\">California&apos;s northern coast has whale watching hikes, kayaking, and lots of local wine and cheese</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Alien Encounters and Ghostly Spirits on a Paranormal Road Trip Through the Southwest",
      "headingHtml": "<h2 data-testid=\"ucc-headline\" class=\"UniversalContentCardstyles__UCCHeadline-sc-zezg1y-1 bEmXWt\">Alien Encounters and Ghostly Spirits on a Paranormal Road Trip Through the Southwest</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Chasing the supernatural — and the super kitschy — on a drive through the Arizona and New Mexico desert",
      "headingHtml": "<h3 data-testid=\"ucc-subheadline\" class=\"UniversalContentCardstyles__UCCSubheadline-sc-zezg1y-2 jLxroo\">Chasing the supernatural &#x2014; and the super kitschy &#x2014; on a drive through the Arizona and New Mexico desert</h3>",
      "firstParagraph": "",
      "paragraphHtml": "<p aria-live=\"assertive\" id=\"__next-route-announcer__\" role=\"alert\" style=\"border: 0px; clip: rect(0px, 0px, 0px, 0px); height: 1px; margin: -1px; overflow: hidden; padding: 0px; position: absolute; width: 1px; white-space: nowrap; overflow-wrap: normal;\"></p>",
      "words": 0,
      "direct": false,
      "issue": "First paragraph is 0 words and does not look like a concise direct answer."
    }
  ],
  "score": 65,
  "weight": 8
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

GEO: Extraction-friendly structure

GEO: Extraction-friendly structure scored 85/100 and needs improvement.

1 Warning

Needs attention

GEO: Extraction-friendly structure

Warning
01

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.

Details

02

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": true,
  "definitionPatterns": 5,
  "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"
  ],
  "score": 85,
  "weight": 24
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

AEO: Answer intent coverage

AEO: Answer intent coverage scored 70/100 and needs improvement.

1 Warning

Needs attention

AEO: Answer intent coverage

Warning
01

Issue

Missing likely AI Overview intent sections: what, benefits, compare.

Details

02

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": "Two Adventurous Days of Hikes, Onsens, Orchards, and More in Tōhoku, Japan",
      "html": "<h2 data-testid=\"ucc-headline\" class=\"UniversalContentCardstyles__UCCHeadline-sc-zezg1y-1 hVhMCq\">Two Adventurous Days of Hikes, Onsens, Orchards, and More in T&#x14d;hoku, Japan</h2>"
    },
    {
      "text": "Soak Up Japanese Culture Without the Crowds in Kanazawa",
      "html": "<h2 data-testid=\"ucc-headline\" class=\"UniversalContentCardstyles__UCCHeadline-sc-zezg1y-1 gPVCxz\">Soak Up Japanese Culture Without the Crowds in Kanazawa</h2>"
    },
    {
      "text": "Two Days of Castles, Anime, and Cars in Nagoya, Japan",
      "html": "<h2 data-testid=\"ucc-headline\" class=\"UniversalContentCardstyles__UCCHeadline-sc-zezg1y-1 gPVCxz\">Two Days of Castles, Anime, and Cars in Nagoya, Japan</h2>"
    },
    {
      "text": "How to Spend Two Adventurous Days in Shikoku, Japan",
      "html": "<h2 data-testid=\"ucc-headline\" class=\"UniversalContentCardstyles__UCCHeadline-sc-zezg1y-1 gPVCxz\">How to Spend Two Adventurous Days in Shikoku, Japan</h2>"
    },
    {
      "text": "Popular Reads",
      "html": "<h2>Popular Reads</h2>"
    },
    {
      "text": "At Women-Only Dance Parties in Europe, Moms Just Want to Have Fun",
      "html": "<h2 data-testid=\"ucc-headline\" class=\"UniversalContentCardstyles__UCCHeadline-sc-zezg1y-1 gPVCxz\">At Women-Only Dance Parties in Europe, Moms Just Want to Have Fun</h2>"
    },
    {
      "text": "How Does Gen Z Travel So Much? Payment Plans",
      "html": "<h2 data-testid=\"ucc-headline\" class=\"UniversalContentCardstyles__UCCHeadline-sc-zezg1y-1 gPVCxz\">How Does Gen Z Travel So Much? Payment Plans</h2>"
    },
    {
      "text": "Planning a Trip? AI Will Do That For You",
      "html": "<h2 data-testid=\"ucc-headline\" class=\"UniversalContentCardstyles__UCCHeadline-sc-zezg1y-1 gPVCxz\">Planning a Trip? AI Will Do That For You</h2>"
    },
    {
      "text": "Thrillist Itineraries",
      "html": "<h2 data-testid=\"ucc-headline\" class=\"UniversalContentCardstyles__UCCHeadline-sc-zezg1y-1 hVhMCq\">Thrillist Itineraries</h2>"
    },
    {
      "text": "Guides & Destinations",
      "html": "<h2>Guides &amp; Destinations</h2>"
    },
    {
      "text": "How to Have the Best Group Trip Ever in Ann Arbor, Michigan",
      "html": "<h2 data-testid=\"ucc-headline\" class=\"UniversalContentCardstyles__UCCHeadline-sc-zezg1y-1 hVhMCq\">How to Have the Best Group Trip Ever in Ann Arbor, Michigan</h2>"
    },
    {
      "text": "How an Arts and Culture Lover Should Spend Two Days in Santa Ana",
      "html": "<h2 data-testid=\"ucc-headline\" class=\"UniversalContentCardstyles__UCCHeadline-sc-zezg1y-1 gPVCxz\">How an Arts and Culture Lover Should Spend Two Days in Santa Ana</h2>"
    },
    {
      "text": "How to Soak Up Southwest Florida’s Nature and Historic Charm in Two Days",
      "html": "<h2 data-testid=\"ucc-headline\" class=\"UniversalContentCardstyles__UCCHeadline-sc-zezg1y-1 gPVCxz\">How to Soak Up Southwest Florida&#x2019;s Nature and Historic Charm in Two Days</h2>"
    },
    {
      "text": "How to Eat and Drink Your Way Through Milan in Two Days",
      "html": "<h2 data-testid=\"ucc-headline\" class=\"UniversalContentCardstyles__UCCHeadline-sc-zezg1y-1 gPVCxz\">How to Eat and Drink Your Way Through Milan in Two Days</h2>"
    },
    {
      "text": "Plan Your Trip",
      "html": "<h2>Plan Your Trip</h2>"
    },
    {
      "text": "Drag Legend and Travel Pro Sasha Velour Knows How to “Werq the World”",
      "html": "<h2 data-testid=\"ucc-headline\" class=\"UniversalContentCardstyles__UCCHeadline-sc-zezg1y-1 hVhMCq\">Drag Legend and Travel Pro Sasha Velour Knows How to &#x201c;Werq the World&#x201d; </h2>"
    },
    {
      "text": "Barge Cruising Is a Slow-Travel Antidote to Overtourism",
      "html": "<h2 data-testid=\"ucc-headline\" class=\"UniversalContentCardstyles__UCCHeadline-sc-zezg1y-1 gPVCxz\">Barge Cruising Is a Slow-Travel Antidote to Overtourism</h2>"
    },
    {
      "text": "Three Family-Friendly Days in Northern California’s Shasta Cascades",
      "html": "<h2 data-testid=\"ucc-headline\" class=\"UniversalContentCardstyles__UCCHeadline-sc-zezg1y-1 gPVCxz\">Three Family-Friendly Days in Northern California&#x2019;s Shasta Cascades</h2>"
    },
    {
      "text": "Staying in a Timeshare Might Be Your Best Travel Hack Yet",
      "html": "<h2 data-testid=\"ucc-headline\" class=\"UniversalContentCardstyles__UCCHeadline-sc-zezg1y-1 gPVCxz\">Staying in a Timeshare Might Be Your Best Travel Hack Yet </h2>"
    },
    {
      "text": "Latest Stories",
      "html": "<h2>Latest Stories</h2>"
    },
    {
      "text": "How to Winter Like An Olympian",
      "html": "<h2 data-testid=\"ucc-headline\" class=\"UniversalContentCardstyles__UCCHeadline-sc-zezg1y-1 bEmXWt\">How to Winter Like An Olympian</h2>"
    },
    {
      "text": "How to See Milan’s Magnificent Art and Design Scene in Two Days",
      "html": "<h2 data-testid=\"ucc-headline\" class=\"UniversalContentCardstyles__UCCHeadline-sc-zezg1y-1 bEmXWt\">How to See Milan&#x2019;s Magnificent Art and Design Scene in Two Days</h2>"
    },
    {
      "text": "How to Spend Two Family-Friendly Days on California's Central Coast",
      "html": "<h2 data-testid=\"ucc-headline\" class=\"UniversalContentCardstyles__UCCHeadline-sc-zezg1y-1 bEmXWt\">How to Spend Two Family-Friendly Days on California&apos;s Central Coast</h2>"
    },
    {
      "text": "How to Spend a Weekend in Yosemite With Kids",
      "html": "<h2 data-testid=\"ucc-headline\" class=\"UniversalContentCardstyles__UCCHeadline-sc-zezg1y-1 bEmXWt\">How to Spend a Weekend in Yosemite With Kids</h2>"
    },
    {
      "text": "How to Spend Two Family-Friendly Days in Sonoma and Mendocino",
      "html": "<h2 data-testid=\"ucc-headline\" class=\"UniversalContentCardstyles__UCCHeadline-sc-zezg1y-1 bEmXWt\">How to Spend Two Family-Friendly Days in Sonoma and Mendocino</h2>"
    },
    {
      "text": "Alien Encounters and Ghostly Spirits on a Paranormal Road Trip Through the Southwest",
      "html": "<h2 data-testid=\"ucc-headline\" class=\"UniversalContentCardstyles__UCCHeadline-sc-zezg1y-1 bEmXWt\">Alien Encounters and Ghostly Spirits on a Paranormal Road Trip Through the Southwest</h2>"
    }
  ],
  "expected": [
    {
      "id": "what",
      "label": "What is Thrillist - Adventure is always around the co...?",
      "pattern": {}
    },
    {
      "id": "how",
      "label": "How does Thrillist - Adventure is always around the co... work?",
      "pattern": {}
    },
    {
      "id": "benefits",
      "label": "Why use Thrillist - Adventure is always around the co...?",
      "pattern": {}
    },
    {
      "id": "cost",
      "label": "Is Thrillist - Adventure is always around the co... free or paid?",
      "pattern": {}
    },
    {
      "id": "compare",
      "label": "How does Thrillist - Adventure is always around the co... compare with alternatives?",
      "pattern": {}
    }
  ],
  "missing": [
    {
      "id": "what",
      "label": "What is Thrillist - Adventure is always around the co...?",
      "pattern": {}
    },
    {
      "id": "benefits",
      "label": "Why use Thrillist - Adventure is always around the co...?",
      "pattern": {}
    },
    {
      "id": "compare",
      "label": "How does Thrillist - Adventure is always around the co... compare with alternatives?",
      "pattern": {}
    }
  ],
  "score": 70,
  "weight": 8
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

AIO: Page experience for AIO

AIO: Page experience for AIO scored 85/100 and needs improvement.

1 Warning

Needs attention

AIO: Page experience for AIO

Warning
01

Issue

3 image(s) are missing width/height attributes.

Details

02

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

85/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 85/100 and needs improvement.

Evidence
{
  "viewportContent": "initial-scale=1.0, width=device-width",
  "visibleWords": 1049,
  "htmlBytes": 813420,
  "imagesMissingDimensions": [
    {
      "src": "https://assets3.thrillist.com/v1/image/3201363/size/_original;webp=auto;jpeg_quality=60.png",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"https://assets3.thrillist.com/v1/image/3201363/size/_original;webp=auto;jpeg_quality=60.png\" alt=\"Take a trip\">"
    },
    {
      "src": "https://assets3.thrillist.com/v1/image/3193844/size/_original;webp=auto;jpeg_quality=60.png",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"https://assets3.thrillist.com/v1/image/3193844/size/_original;webp=auto;jpeg_quality=60.png\" alt=\"Take a trip \">"
    },
    {
      "src": "https://assets3.thrillist.com/v1/image/3193843/size/_original;webp=auto;jpeg_quality=60.png",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"https://assets3.thrillist.com/v1/image/3193843/size/_original;webp=auto;jpeg_quality=60.png\" alt=\"Find Out \">"
    }
  ],
  "possibleDialogs": [],
  "score": 85,
  "weight": 10
}

Agent Ease of UseAPIEmerging recommendation

AI context endpoint

AI context endpoint is informational for this page.

Informational

Needs attention

AI context endpoint

Informational
01

Issue

AI context endpoint is informational for this page.

02

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

  1. Fetch to find resource

    AI context endpoint was not found at the expected path.

Evidence
{
  "steps": [
    {
      "id": "fetch",
      "title": "Fetch to find resource",
      "status": "informational",
      "evidence": {
        "checked": [
          {
            "path": "/api/ai/context",
            "statusCode": 404,
            "contentType": "text/html; charset=utf-8",
            "length": 319999
          },
          {
            "path": "/api/context",
            "statusCode": 404,
            "contentType": "text/html; charset=utf-8",
            "length": 318062
          },
          {
            "path": "/context",
            "statusCode": 404,
            "contentType": "text/html; charset=utf-8",
            "length": 339889
          }
        ]
      },
      "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

Needs attention

AIO: Query intent coverage

Informational
01

Issue

Missing likely AI Overview intent sections: what, benefits, compare.

Details

02

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": "Two Adventurous Days of Hikes, Onsens, Orchards, and More in Tōhoku, Japan",
      "html": "<h2 data-testid=\"ucc-headline\" class=\"UniversalContentCardstyles__UCCHeadline-sc-zezg1y-1 hVhMCq\">Two Adventurous Days of Hikes, Onsens, Orchards, and More in T&#x14d;hoku, Japan</h2>"
    },
    {
      "text": "Soak Up Japanese Culture Without the Crowds in Kanazawa",
      "html": "<h2 data-testid=\"ucc-headline\" class=\"UniversalContentCardstyles__UCCHeadline-sc-zezg1y-1 gPVCxz\">Soak Up Japanese Culture Without the Crowds in Kanazawa</h2>"
    },
    {
      "text": "Two Days of Castles, Anime, and Cars in Nagoya, Japan",
      "html": "<h2 data-testid=\"ucc-headline\" class=\"UniversalContentCardstyles__UCCHeadline-sc-zezg1y-1 gPVCxz\">Two Days of Castles, Anime, and Cars in Nagoya, Japan</h2>"
    },
    {
      "text": "How to Spend Two Adventurous Days in Shikoku, Japan",
      "html": "<h2 data-testid=\"ucc-headline\" class=\"UniversalContentCardstyles__UCCHeadline-sc-zezg1y-1 gPVCxz\">How to Spend Two Adventurous Days in Shikoku, Japan</h2>"
    },
    {
      "text": "Popular Reads",
      "html": "<h2>Popular Reads</h2>"
    },
    {
      "text": "At Women-Only Dance Parties in Europe, Moms Just Want to Have Fun",
      "html": "<h2 data-testid=\"ucc-headline\" class=\"UniversalContentCardstyles__UCCHeadline-sc-zezg1y-1 gPVCxz\">At Women-Only Dance Parties in Europe, Moms Just Want to Have Fun</h2>"
    },
    {
      "text": "How Does Gen Z Travel So Much? Payment Plans",
      "html": "<h2 data-testid=\"ucc-headline\" class=\"UniversalContentCardstyles__UCCHeadline-sc-zezg1y-1 gPVCxz\">How Does Gen Z Travel So Much? Payment Plans</h2>"
    },
    {
      "text": "Planning a Trip? AI Will Do That For You",
      "html": "<h2 data-testid=\"ucc-headline\" class=\"UniversalContentCardstyles__UCCHeadline-sc-zezg1y-1 gPVCxz\">Planning a Trip? AI Will Do That For You</h2>"
    },
    {
      "text": "Thrillist Itineraries",
      "html": "<h2 data-testid=\"ucc-headline\" class=\"UniversalContentCardstyles__UCCHeadline-sc-zezg1y-1 hVhMCq\">Thrillist Itineraries</h2>"
    },
    {
      "text": "Guides & Destinations",
      "html": "<h2>Guides &amp; Destinations</h2>"
    },
    {
      "text": "How to Have the Best Group Trip Ever in Ann Arbor, Michigan",
      "html": "<h2 data-testid=\"ucc-headline\" class=\"UniversalContentCardstyles__UCCHeadline-sc-zezg1y-1 hVhMCq\">How to Have the Best Group Trip Ever in Ann Arbor, Michigan</h2>"
    },
    {
      "text": "How an Arts and Culture Lover Should Spend Two Days in Santa Ana",
      "html": "<h2 data-testid=\"ucc-headline\" class=\"UniversalContentCardstyles__UCCHeadline-sc-zezg1y-1 gPVCxz\">How an Arts and Culture Lover Should Spend Two Days in Santa Ana</h2>"
    },
    {
      "text": "How to Soak Up Southwest Florida’s Nature and Historic Charm in Two Days",
      "html": "<h2 data-testid=\"ucc-headline\" class=\"UniversalContentCardstyles__UCCHeadline-sc-zezg1y-1 gPVCxz\">How to Soak Up Southwest Florida&#x2019;s Nature and Historic Charm in Two Days</h2>"
    },
    {
      "text": "How to Eat and Drink Your Way Through Milan in Two Days",
      "html": "<h2 data-testid=\"ucc-headline\" class=\"UniversalContentCardstyles__UCCHeadline-sc-zezg1y-1 gPVCxz\">How to Eat and Drink Your Way Through Milan in Two Days</h2>"
    },
    {
      "text": "Plan Your Trip",
      "html": "<h2>Plan Your Trip</h2>"
    },
    {
      "text": "Drag Legend and Travel Pro Sasha Velour Knows How to “Werq the World”",
      "html": "<h2 data-testid=\"ucc-headline\" class=\"UniversalContentCardstyles__UCCHeadline-sc-zezg1y-1 hVhMCq\">Drag Legend and Travel Pro Sasha Velour Knows How to &#x201c;Werq the World&#x201d; </h2>"
    },
    {
      "text": "Barge Cruising Is a Slow-Travel Antidote to Overtourism",
      "html": "<h2 data-testid=\"ucc-headline\" class=\"UniversalContentCardstyles__UCCHeadline-sc-zezg1y-1 gPVCxz\">Barge Cruising Is a Slow-Travel Antidote to Overtourism</h2>"
    },
    {
      "text": "Three Family-Friendly Days in Northern California’s Shasta Cascades",
      "html": "<h2 data-testid=\"ucc-headline\" class=\"UniversalContentCardstyles__UCCHeadline-sc-zezg1y-1 gPVCxz\">Three Family-Friendly Days in Northern California&#x2019;s Shasta Cascades</h2>"
    },
    {
      "text": "Staying in a Timeshare Might Be Your Best Travel Hack Yet",
      "html": "<h2 data-testid=\"ucc-headline\" class=\"UniversalContentCardstyles__UCCHeadline-sc-zezg1y-1 gPVCxz\">Staying in a Timeshare Might Be Your Best Travel Hack Yet </h2>"
    },
    {
      "text": "Latest Stories",
      "html": "<h2>Latest Stories</h2>"
    },
    {
      "text": "How to Winter Like An Olympian",
      "html": "<h2 data-testid=\"ucc-headline\" class=\"UniversalContentCardstyles__UCCHeadline-sc-zezg1y-1 bEmXWt\">How to Winter Like An Olympian</h2>"
    },
    {
      "text": "How to See Milan’s Magnificent Art and Design Scene in Two Days",
      "html": "<h2 data-testid=\"ucc-headline\" class=\"UniversalContentCardstyles__UCCHeadline-sc-zezg1y-1 bEmXWt\">How to See Milan&#x2019;s Magnificent Art and Design Scene in Two Days</h2>"
    },
    {
      "text": "How to Spend Two Family-Friendly Days on California's Central Coast",
      "html": "<h2 data-testid=\"ucc-headline\" class=\"UniversalContentCardstyles__UCCHeadline-sc-zezg1y-1 bEmXWt\">How to Spend Two Family-Friendly Days on California&apos;s Central Coast</h2>"
    },
    {
      "text": "How to Spend a Weekend in Yosemite With Kids",
      "html": "<h2 data-testid=\"ucc-headline\" class=\"UniversalContentCardstyles__UCCHeadline-sc-zezg1y-1 bEmXWt\">How to Spend a Weekend in Yosemite With Kids</h2>"
    },
    {
      "text": "How to Spend Two Family-Friendly Days in Sonoma and Mendocino",
      "html": "<h2 data-testid=\"ucc-headline\" class=\"UniversalContentCardstyles__UCCHeadline-sc-zezg1y-1 bEmXWt\">How to Spend Two Family-Friendly Days in Sonoma and Mendocino</h2>"
    },
    {
      "text": "Alien Encounters and Ghostly Spirits on a Paranormal Road Trip Through the Southwest",
      "html": "<h2 data-testid=\"ucc-headline\" class=\"UniversalContentCardstyles__UCCHeadline-sc-zezg1y-1 bEmXWt\">Alien Encounters and Ghostly Spirits on a Paranormal Road Trip Through the Southwest</h2>"
    }
  ],
  "expected": [
    {
      "id": "what",
      "label": "What is Thrillist - Adventure is always around the co...?",
      "pattern": {}
    },
    {
      "id": "how",
      "label": "How does Thrillist - Adventure is always around the co... work?",
      "pattern": {}
    },
    {
      "id": "benefits",
      "label": "Why use Thrillist - Adventure is always around the co...?",
      "pattern": {}
    },
    {
      "id": "cost",
      "label": "Is Thrillist - Adventure is always around the co... free or paid?",
      "pattern": {}
    },
    {
      "id": "compare",
      "label": "How does Thrillist - Adventure is always around the co... compare with alternatives?",
      "pattern": {}
    }
  ],
  "missing": [
    {
      "id": "what",
      "label": "What is Thrillist - Adventure is always around the co...?",
      "pattern": {}
    },
    {
      "id": "benefits",
      "label": "Why use Thrillist - Adventure is always around the co...?",
      "pattern": {}
    },
    {
      "id": "compare",
      "label": "How does Thrillist - Adventure is always around the co... compare with alternatives?",
      "pattern": {}
    }
  ],
  "score": 70,
  "weight": 4
}

AI DiscoverabilityDiscoverabilityEstablished

IndexNow key

IndexNow key is informational for this page.

Informational

Needs attention

IndexNow key

Informational
01

Issue

IndexNow key is informational for this page.

02

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

  1. Find advertised IndexNow key location

    No IndexNow key location was advertised in HTML, Link headers, or robots.txt.

  2. Fetch and validate IndexNow key file

    No discoverable IndexNow key file was found.

Evidence
{
  "steps": [
    {
      "id": "advertised-location",
      "title": "Find advertised IndexNow key location",
      "status": "informational",
      "evidence": {
        "advertised": []
      },
      "issue": "No IndexNow key location was advertised in HTML, Link headers, or robots.txt.",
      "howToFix": "Advertise the key location with robots.txt IndexNow-Key, rel=\"indexnow-key\", or meta name=\"indexnow-key-location\" if you want scanners to verify it."
    },
    {
      "id": "fetch-key",
      "title": "Fetch and validate IndexNow key file",
      "status": "informational",
      "evidence": {
        "advertised": [],
        "checked": []
      },
      "issue": "No discoverable IndexNow key file was found.",
      "howToFix": "Host a UTF-8 text file named {key}.txt using a 32-character hexadecimal key whose body exactly matches the key."
    }
  ]
}

Performance and AccessibilityBest PracticesBrowser audit

Issues were logged in the `Issues` panel in Chrome Devtools

100 Fail

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 do not have descriptive text

100 Fail

Check name

Links do not have descriptive text

Score

0/100

Status

fail

Device

desktop

Category

SEO

Estimated savings

1 link found

Fix guidance

Descriptive link text helps search engines understand your content. [Learn how to make links more accessible](https://developer.chrome.com/docs/lighthouse/seo/link-text/).

Evidence
{
  "displayValue": "1 link found",
  "description": "Descriptive link text helps search engines understand your content. [Learn how to make links more accessible](https://developer.chrome.com/docs/lighthouse/seo/link-text/)."
}

Performance and AccessibilityAccessibilityBrowser audit

Background and foreground colors do not have a sufficient contrast ratio.

50 Fail

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).

Evidence
{
  "description": "Low-contrast text is difficult or impossible for many users to read. [Learn how to provide sufficient color contrast](https://dequeuniversity.com/rules/axe/4.11/color-contrast)."
}

Performance and AccessibilityAccessibilityBrowser audit

Heading elements are not in a sequentially-descending order

50 Fail

Check name

Heading elements are not in a sequentially-descending order

Score

0/100

Status

fail

Device

desktop

Category

Accessibility

Fix guidance

Properly ordered headings that do not skip levels convey the semantic structure of the page, making it easier to navigate and understand when using assistive technologies. [Learn more about heading order](https://dequeuniversity.com/rules/axe/4.11/heading-order).

Evidence
{
  "description": "Properly ordered headings that do not skip levels convey the semantic structure of the page, making it easier to navigate and understand when using assistive technologies. [Learn more about heading order](https://dequeuniversity.com/rules/axe/4.11/heading-order)."
}

Performance and AccessibilityPerformanceBrowser audit

Document does not have a main landmark.

13 Fail

Check name

Document does not have a main landmark.

Score

0/100

Status

fail

Device

desktop

Category

Performance

Fix guidance

One main landmark helps screen reader users navigate a web page. [Learn more about landmarks](https://dequeuniversity.com/rules/axe/4.11/landmark-one-main).

Evidence
{
  "description": "One main landmark helps screen reader users navigate a web page. [Learn more about landmarks](https://dequeuniversity.com/rules/axe/4.11/landmark-one-main)."
}

Performance and AccessibilityPerformanceBrowser audit

Forced reflow

13 Fail

Check name

Forced reflow

Score

0/100

Status

fail

Device

desktop

Category

Performance

Fix guidance

A forced reflow occurs when JavaScript queries geometric properties (such as offsetWidth) after styles have been invalidated by a change to the DOM state. This can result in poor performance. Learn more about [forced reflows](https://developer.chrome.com/docs/performance/insights/forced-reflow) and possible mitigations.

Evidence
{
  "description": "A forced reflow occurs when JavaScript queries geometric properties (such as offsetWidth) after styles have been invalidated by a change to the DOM state. This can result in poor performance. Learn more about [forced reflows](https://developer.chrome.com/docs/performance/insights/forced-reflow) and possible mitigations."
}

Performance and AccessibilityPerformanceBrowser audit

Reduce JavaScript execution time

13 Fail

Check name

Reduce JavaScript execution time

Score

0/100

Status

fail

Device

desktop

Category

Performance

Estimated savings

7.4 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/).

Evidence
{
  "displayValue": "7.4 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": 7449.790999999855
}

Performance and AccessibilityPerformanceBrowser audit

Touch targets do not have sufficient size or spacing.

13 Fail

Check name

Touch targets do not have sufficient size or spacing.

Score

0/100

Status

fail

Device

desktop

Category

Performance

Fix guidance

Touch targets with sufficient size and spacing help users who may have difficulty targeting small controls to activate the targets. [Learn more about touch targets](https://dequeuniversity.com/rules/axe/4.11/target-size).

Evidence
{
  "description": "Touch targets with sufficient size and spacing help users who may have difficulty targeting small controls to activate the targets. [Learn more about touch targets](https://dequeuniversity.com/rules/axe/4.11/target-size)."
}

Performance and AccessibilityPerformanceBrowser audit

Avoid enormous network payloads

6 Warning

Check name

Avoid enormous network payloads

Score

50/100

Status

warning

Device

desktop

Category

Performance

Estimated savings

Total size was 5,414 KiB

Fix guidance

Large network payloads cost users real money and are highly correlated with long load times. [Learn how to reduce payload sizes](https://developer.chrome.com/docs/lighthouse/performance/total-byte-weight/).

Evidence
{
  "displayValue": "Total size was 5,414 KiB",
  "description": "Large network payloads cost users real money and are highly correlated with long load times. [Learn how to reduce payload sizes](https://developer.chrome.com/docs/lighthouse/performance/total-byte-weight/).",
  "numericValue": 5543528
}

Performance and AccessibilityPerformanceBrowser audit

Minify JavaScript

6 Warning

Check name

Minify JavaScript

Score

50/100

Status

warning

Device

desktop

Category

Performance

Estimated savings

Est savings of 14 KiB

Fix guidance

Minifying JavaScript files can reduce payload sizes and script parse time. [Learn how to minify JavaScript](https://developer.chrome.com/docs/lighthouse/performance/unminified-javascript/).

Evidence
{
  "displayValue": "Est savings of 14 KiB",
  "description": "Minifying JavaScript files can reduce payload sizes and script parse time. [Learn how to minify JavaScript](https://developer.chrome.com/docs/lighthouse/performance/unminified-javascript/).",
  "numericValue": 0
}

Performance and AccessibilityPerformanceBrowser audit

Reduce unused CSS

6 Warning

Check name

Reduce unused CSS

Score

50/100

Status

warning

Device

desktop

Category

Performance

Estimated savings

Est savings of 35 KiB

Fix guidance

Reduce unused rules from stylesheets and defer CSS not used for above-the-fold content to decrease bytes consumed by network activity. [Learn how to reduce unused CSS](https://developer.chrome.com/docs/lighthouse/performance/unused-css-rules/).

Evidence
{
  "displayValue": "Est savings of 35 KiB",
  "description": "Reduce unused rules from stylesheets and defer CSS not used for above-the-fold content to decrease bytes consumed by network activity. [Learn how to reduce unused CSS](https://developer.chrome.com/docs/lighthouse/performance/unused-css-rules/).",
  "numericValue": 0
}

Performance and AccessibilityPerformanceBrowser audit

Loading performance

6 Fail

Check name

Loading performance

Score

52/100

Status

fail

Device

desktop

Category

Performance

Fix guidance

Review the grouped loading performance checks and improve the failing sub-checks listed in evidence.

Evidence
{
  "checks": [
    {
      "id": "total-blocking-time",
      "title": "Total Blocking Time",
      "score": 0,
      "displayValue": "3,670 ms",
      "numericValue": 3668.925362023091
    },
    {
      "id": "largest-contentful-paint",
      "title": "Largest Contentful Paint",
      "score": 68,
      "displayValue": "1.8 s",
      "numericValue": 1838.0219732992507
    },
    {
      "id": "speed-index",
      "title": "Speed Index",
      "score": 45,
      "displayValue": "2.4 s",
      "numericValue": 2409.5151717978815
    },
    {
      "id": "interactive",
      "title": "Time to Interactive",
      "score": 2,
      "displayValue": "11.7 s",
      "numericValue": 11705.852772358321
    },
    {
      "id": "max-potential-fid",
      "title": "Max Potential First Input Delay",
      "score": 0,
      "displayValue": "840 ms",
      "numericValue": 837.9999999999991
    },
    {
      "id": "server-response-time",
      "title": "Initial server response time was short",
      "score": 100,
      "displayValue": "Root document took 60 ms",
      "numericValue": 55
    },
    {
      "id": "first-contentful-paint",
      "title": "First Contentful Paint",
      "score": 100,
      "displayValue": "0.4 s",
      "numericValue": 442.0057321650219
    },
    {
      "id": "network-rtt",
      "title": "Network Round Trip Times",
      "score": 100,
      "displayValue": "210 ms",
      "numericValue": 205.05906000000002
    }
  ]
}

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.

1 reports
Public score history report links
Scan dateScoreReadinessReport
51/100Level 3, Bot-AwareCurrent report
thrillist.com AI SEO Report: 51/100 (Level 3, Bot-Aware)