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

OVERALL SCORE

Level 3, Bot-Aware

Moderate readiness for AI agents
AIDiscoverability35%Agent Easeof Use6%Security& Trust0%GEO, AIO, AEO77%SEO92%Performance& Accessibility95%
  • AI Discoverability 35 out of 100
  • Agent Ease of Use 6 out of 100
  • Security & Trust 0 out of 100
  • GEO, AIO and AEO 77 out of 100
  • SEO 92 out of 100
  • Performance and Accessibility 95 out of 100

CAPTURED SCREENSHOT

Captured website desktop screenshot

What AI sees of your website

Luxury Custom Tours, Vacations & Safaris | Zicasso favicon

Luxury Custom Tours, Vacations & Safaris | Zicasso

Life-enriching and immersive custom tours, vacations, and safaris by Zicasso, the world’s most-reviewed and highest-rated luxury travel company.

Next step

Turn this report into a fix workflow

29 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
35
Priority fix6161View details
Discoverability
57
Needs work450View details
Content Readiness
38
Priority fix271View details
Bot Access Control
0
Priority fix040View details
Agent Ease of Use
6
Priority fix4293View details
API
0
Priority fix060View details
Auth
Not Applicable
Not Applicable070View details
MCP
13
Priority fix062View details
Skill Discovery
5
Priority fix0101View details
Agent Commerce
Not Applicable
Not Applicable400
GEO, AIO and AEO
77
Mostly ready828View details
GEO Readiness
Not Applicable
Not Applicable400
AIO Readiness
74
Needs work214View details
AEO Readiness
67
Needs work214View details
SEO
92
Strong1010View details
SEO
92
Strong1010View details
Security & Trust
0
Priority fix450View details
Security & Trust
0
Priority fix050View details
AI Training Exposure
Not Applicable
Not Applicable400
Performance and Accessibility
95
Strong2312View details
Performance
92
Strong1502
Accessibility
100
Strong810View details

Prioritized recommendations

Issues ranked by score impact

44 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"
      },
      "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\" data-original-tag=\"html\"><head><meta charSet=\"utf-8\"/><meta name=\"viewport\" content=\"width=device-width, initial-scale=1, shrink-to-fit=no\"/><meta http-equiv=\"x-ua-compatible\" content=\"ie=edge\"/><link rel=\"preload\" href=\"https://try.abtasty.com/23a1752d498643c3b0266fdd03e71a04.js\" as=\"script\"/><link crossorigin=\"anonymous\" href=\"https://widget.trustpilot.com\" rel=\"dns-prefetch\"/><link crossorigin=\"anonymous\" href=\"https://bat.bing.com\" rel=\"dns-prefetch\"/><link crossorigin=\"anonymous\" href=\"https://www.google-analytics.com\" rel=\"dns-prefetch\"/><link crossorigin=\"anonymous\" href=\"https://tags.srv.stackadapt.com\" rel=\"preconnect\"/><link crossorigin=\"anonymous\" href=\"https://www.googletagmanager.com\" rel=\"preconnect\"/><link crossorigin=\"use-credentials\" href=\"ht"
      },
      "issue": "Response is not valid JSON.",
      "howToFix": "Use application/linkset+json with service-desc, service-doc, and status relations that each include href."
    },
    {
      "id": "target-validation",
      "title": "Fetch advertised API catalog targets",
      "status": "fail",
      "evidence": {
        "checked": [],
        "failures": [
          {
            "reason": "No same-origin API catalog hrefs were available to fetch."
          }
        ]
      },
      "issue": "API Catalog did not expose any same-origin hrefs to validate.",
      "howToFix": "Make each same-origin API catalog href reachable and serve the advertised media type."
    }
  ]
}

Agent Ease of UseAPIEstablished

OpenAPI discovery

OpenAPI discovery failed at "Find valid OpenAPI document".

50 Fail

Needs attention

OpenAPI discovery

Failed check
01

Issue

OpenAPI YAML document did not match the expected shape. Content-Type "text/html" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.

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" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.

Evidence
{
  "failedStep": "fetch",
  "steps": [
    {
      "id": "fetch",
      "title": "Find valid OpenAPI document",
      "status": "fail",
      "evidence": {
        "checked": [
          {
            "path": "/openapi.json",
            "statusCode": 404,
            "contentType": "text/html",
            "valid": false,
            "issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html\" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
            "compatibleContentType": false,
            "format": "yaml",
            "version": "",
            "pathCount": 0,
            "operationCount": 0,
            "rawExcerpt": "<!DOCTYPE html><html lang=\"en\" data-original-tag=\"html\"><head><meta charSet=\"utf-8\"/><meta name=\"viewport\" content=\"width=device-width, initial-scale=1, shrink-to-fit=no\"/><meta http-equiv=\"x-ua-compatible\" content=\"ie=edge\"/><link rel=\"preload\" href=\"https://try.abtasty.com/23a1752d498643c3b0266fdd03e71a04.js\" as=\"script\"/><link crossorigin=\"anonymous\" href=\"https://widget.trustpilot.com\" rel=\"dns-prefetch\"/><link crossorigin=\"anonymous\" href=\"https://bat.bing.com\" rel=\"dns-prefetch\"/><link crossorigin=\"anonymous\" href=\"https://www.google-analytics.com\" rel=\"dns-prefetch\"/><link crossorigin=\"anonymous\" href=\"https://tags.srv.stackadapt.com\" rel=\"preconnect\"/><link crossorigin=\"anonymous\" href=\"https://www.googletagmanager.com\" rel=\"preconnect\"/><link crossorigin=\"use-credentials\" href=\"ht"
          },
          {
            "path": "/openapi.yaml",
            "statusCode": 404,
            "contentType": "text/html",
            "valid": false,
            "issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html\" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
            "compatibleContentType": false,
            "format": "yaml",
            "version": "",
            "pathCount": 0,
            "operationCount": 0,
            "rawExcerpt": "<!DOCTYPE html><html lang=\"en\" data-original-tag=\"html\"><head><meta charSet=\"utf-8\"/><meta name=\"viewport\" content=\"width=device-width, initial-scale=1, shrink-to-fit=no\"/><meta http-equiv=\"x-ua-compatible\" content=\"ie=edge\"/><link rel=\"preload\" href=\"https://try.abtasty.com/23a1752d498643c3b0266fdd03e71a04.js\" as=\"script\"/><link crossorigin=\"anonymous\" href=\"https://widget.trustpilot.com\" rel=\"dns-prefetch\"/><link crossorigin=\"anonymous\" href=\"https://bat.bing.com\" rel=\"dns-prefetch\"/><link crossorigin=\"anonymous\" href=\"https://www.google-analytics.com\" rel=\"dns-prefetch\"/><link crossorigin=\"anonymous\" href=\"https://tags.srv.stackadapt.com\" rel=\"preconnect\"/><link crossorigin=\"anonymous\" href=\"https://www.googletagmanager.com\" rel=\"preconnect\"/><link crossorigin=\"use-credentials\" href=\"ht"
          },
          {
            "path": "/swagger.json",
            "statusCode": 404,
            "contentType": "text/html",
            "valid": false,
            "issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html\" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
            "compatibleContentType": false,
            "format": "yaml",
            "version": "",
            "pathCount": 0,
            "operationCount": 0,
            "rawExcerpt": "<!DOCTYPE html><html lang=\"en\" data-original-tag=\"html\"><head><meta charSet=\"utf-8\"/><meta name=\"viewport\" content=\"width=device-width, initial-scale=1, shrink-to-fit=no\"/><meta http-equiv=\"x-ua-compatible\" content=\"ie=edge\"/><link rel=\"preload\" href=\"https://try.abtasty.com/23a1752d498643c3b0266fdd03e71a04.js\" as=\"script\"/><link crossorigin=\"anonymous\" href=\"https://widget.trustpilot.com\" rel=\"dns-prefetch\"/><link crossorigin=\"anonymous\" href=\"https://bat.bing.com\" rel=\"dns-prefetch\"/><link crossorigin=\"anonymous\" href=\"https://www.google-analytics.com\" rel=\"dns-prefetch\"/><link crossorigin=\"anonymous\" href=\"https://tags.srv.stackadapt.com\" rel=\"preconnect\"/><link crossorigin=\"anonymous\" href=\"https://www.googletagmanager.com\" rel=\"preconnect\"/><link crossorigin=\"use-credentials\" href=\"ht"
          },
          {
            "path": "/swagger.yaml",
            "statusCode": 404,
            "contentType": "text/html",
            "valid": false,
            "issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html\" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
            "compatibleContentType": false,
            "format": "yaml",
            "version": "",
            "pathCount": 0,
            "operationCount": 0,
            "rawExcerpt": "<!DOCTYPE html><html lang=\"en\" data-original-tag=\"html\"><head><meta charSet=\"utf-8\"/><meta name=\"viewport\" content=\"width=device-width, initial-scale=1, shrink-to-fit=no\"/><meta http-equiv=\"x-ua-compatible\" content=\"ie=edge\"/><link rel=\"preload\" href=\"https://try.abtasty.com/23a1752d498643c3b0266fdd03e71a04.js\" as=\"script\"/><link crossorigin=\"anonymous\" href=\"https://widget.trustpilot.com\" rel=\"dns-prefetch\"/><link crossorigin=\"anonymous\" href=\"https://bat.bing.com\" rel=\"dns-prefetch\"/><link crossorigin=\"anonymous\" href=\"https://www.google-analytics.com\" rel=\"dns-prefetch\"/><link crossorigin=\"anonymous\" href=\"https://tags.srv.stackadapt.com\" rel=\"preconnect\"/><link crossorigin=\"anonymous\" href=\"https://www.googletagmanager.com\" rel=\"preconnect\"/><link crossorigin=\"use-credentials\" href=\"ht"
          },
          {
            "path": "/api/openapi.json",
            "statusCode": 404,
            "contentType": "text/html",
            "valid": false,
            "issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html\" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
            "compatibleContentType": false,
            "format": "yaml",
            "version": "",
            "pathCount": 0,
            "operationCount": 0,
            "rawExcerpt": "<!DOCTYPE html><html lang=\"en\" data-original-tag=\"html\"><head><meta charSet=\"utf-8\"/><meta name=\"viewport\" content=\"width=device-width, initial-scale=1, shrink-to-fit=no\"/><meta http-equiv=\"x-ua-compatible\" content=\"ie=edge\"/><link rel=\"preload\" href=\"https://try.abtasty.com/23a1752d498643c3b0266fdd03e71a04.js\" as=\"script\"/><link crossorigin=\"anonymous\" href=\"https://widget.trustpilot.com\" rel=\"dns-prefetch\"/><link crossorigin=\"anonymous\" href=\"https://bat.bing.com\" rel=\"dns-prefetch\"/><link crossorigin=\"anonymous\" href=\"https://www.google-analytics.com\" rel=\"dns-prefetch\"/><link crossorigin=\"anonymous\" href=\"https://tags.srv.stackadapt.com\" rel=\"preconnect\"/><link crossorigin=\"anonymous\" href=\"https://www.googletagmanager.com\" rel=\"preconnect\"/><link crossorigin=\"use-credentials\" href=\"ht"
          },
          {
            "path": "/api/swagger.json",
            "statusCode": 404,
            "contentType": "text/html",
            "valid": false,
            "issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html\" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
            "compatibleContentType": false,
            "format": "yaml",
            "version": "",
            "pathCount": 0,
            "operationCount": 0,
            "rawExcerpt": "<!DOCTYPE html><html lang=\"en\" data-original-tag=\"html\"><head><meta charSet=\"utf-8\"/><meta name=\"viewport\" content=\"width=device-width, initial-scale=1, shrink-to-fit=no\"/><meta http-equiv=\"x-ua-compatible\" content=\"ie=edge\"/><link rel=\"preload\" href=\"https://try.abtasty.com/23a1752d498643c3b0266fdd03e71a04.js\" as=\"script\"/><link crossorigin=\"anonymous\" href=\"https://widget.trustpilot.com\" rel=\"dns-prefetch\"/><link crossorigin=\"anonymous\" href=\"https://bat.bing.com\" rel=\"dns-prefetch\"/><link crossorigin=\"anonymous\" href=\"https://www.google-analytics.com\" rel=\"dns-prefetch\"/><link crossorigin=\"anonymous\" href=\"https://tags.srv.stackadapt.com\" rel=\"preconnect\"/><link crossorigin=\"anonymous\" href=\"https://www.googletagmanager.com\" rel=\"preconnect\"/><link crossorigin=\"use-credentials\" href=\"ht"
          },
          {
            "path": "/docs/openapi.json",
            "statusCode": 404,
            "contentType": "text/html",
            "valid": false,
            "issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html\" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
            "compatibleContentType": false,
            "format": "yaml",
            "version": "",
            "pathCount": 0,
            "operationCount": 0,
            "rawExcerpt": "<!DOCTYPE html><html lang=\"en\" data-original-tag=\"html\"><head><meta charSet=\"utf-8\"/><meta name=\"viewport\" content=\"width=device-width, initial-scale=1, shrink-to-fit=no\"/><meta http-equiv=\"x-ua-compatible\" content=\"ie=edge\"/><link rel=\"preload\" href=\"https://try.abtasty.com/23a1752d498643c3b0266fdd03e71a04.js\" as=\"script\"/><link crossorigin=\"anonymous\" href=\"https://widget.trustpilot.com\" rel=\"dns-prefetch\"/><link crossorigin=\"anonymous\" href=\"https://bat.bing.com\" rel=\"dns-prefetch\"/><link crossorigin=\"anonymous\" href=\"https://www.google-analytics.com\" rel=\"dns-prefetch\"/><link crossorigin=\"anonymous\" href=\"https://tags.srv.stackadapt.com\" rel=\"preconnect\"/><link crossorigin=\"anonymous\" href=\"https://www.googletagmanager.com\" rel=\"preconnect\"/><link crossorigin=\"use-credentials\" href=\"ht"
          }
        ]
      },
      "issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html\" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
      "howToFix": "Publish a valid OpenAPI 3.x or Swagger 2.0 JSON/YAML document with info, paths, operations, and responses."
    }
  ]
}

AI DiscoverabilityBot Access ControlEstablished

AI bot rules in robots.txt

AI bot rules in robots.txt is missing or incomplete.

33 Fail

Needs attention

AI bot rules in robots.txt

Failed check
01

Issue

No specific User-agent rules found for major AI crawlers (GPTBot, ClaudeBot, etc.) in robots.txt.

02

Why it matters

Explicit AI bot rules reduce ambiguity for crawler operators and make training, indexing, or retrieval access policy auditable.

Check name

AI bot rules in robots.txt

Score

0/100

Status

fail

Category

Bot Access Control

Maturity

Established

Goal

Add User-agent rules for AI crawlers like GPTBot, Claude-Web, and others.

Result

AI bot rules in robots.txt is missing or incomplete.

Evidence
{
  "expectedBots": [
    "GPTBot",
    "ChatGPT-User",
    "ClaudeBot",
    "Claude-Web",
    "Anthropic-AI",
    "Google-Extended",
    "PerplexityBot",
    "CCBot",
    "Applebot-Extended",
    "Meta-ExternalAgent",
    "Bytespider",
    "Amazonbot",
    "Cohere-AI"
  ],
  "configuredBots": []
}

AI DiscoverabilityBot Access ControlInformational

Content Signal

Content Signal is missing or incomplete.

33 Fail

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
}

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": [
    "Organization"
  ]
}

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": [
    "Organization"
  ]
}

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

AI DiscoverabilityBot Access ControlInformational

Web Bot Auth request signing

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

33 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",
            "length": 219881
          }
        ]
      },
      "issue": "Web Bot Auth request signing was not found at the expected path.",
      "howToFix": "If publishing Web Bot Auth keys, return a JSON key directory with a non-empty keys array and the draft media type."
    }
  ]
}

AI DiscoverabilityContent ReadinessEmerging recommendation

llms.txt

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

25 Fail

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",
            "length": 219881
          },
          {
            "path": "/llms-full.txt",
            "statusCode": 404,
            "contentType": "text/html",
            "length": 219881
          }
        ]
      },
      "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" 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" 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"
      },
      "issue": "Content-Type \"text/html\" 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": 63530,
        "excerpt": "<!DOCTYPE html><html lang=\"en\" data-original-tag=\"html\"><head><meta charSet=\"utf-8\"/><meta name=\"viewport\" content=\"width=device-width, initial-scale=1, shrink-to-fit=no\"/><meta http-equiv=\"x-ua-compatible\" content=\"ie=edge\"/><link rel=\"pre",
        "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",
            "length": 219881
          },
          {
            "path": "/.well-known/mcp/server-cards.json",
            "statusCode": 404,
            "contentType": "text/html",
            "length": 219881
          },
          {
            "path": "/.well-known/mcp.json",
            "statusCode": 404,
            "contentType": "text/html",
            "length": 219881
          }
        ]
      },
      "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",
            "length": 219881
          },
          {
            "path": "/.well-known/mcp.json",
            "statusCode": 404,
            "contentType": "text/html",
            "length": 219881
          },
          {
            "path": "/.well-known/mcp/server-card.json",
            "statusCode": 404,
            "contentType": "text/html",
            "length": 219881
          }
        ]
      },
      "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: 1/3 applicable form inputs have autocomplete attributes (2 missing).

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": true,
  "nav": true,
  "footer": true,
  "meaningfulH1": true,
  "headingOrder": true,
  "accessibleLinks": true,
  "accessibleButtons": true,
  "imageAltCoverage": true,
  "formAutocompleteCoverage": false,
  "details": {
    "inaccessibleLinks": [],
    "inaccessibleButtons": [],
    "missingAutocompleteInputs": [
      "<input aria-autocomplete=\"list\" aria-controls=\"hero-input-listbox\" aria-expanded=\"false\" aria-label=\"Search for a destination\" class=\"hero-input-module--input--7c40c\" id=\"hero-input\" placeholder=\"Let&apos;s Discover...\" role=\"combobox\" type=\"text\" value>",
      "<input aria-label=\"Full name\" class=\" input-text-module--input--519b2 newsletter-form-module--newsletter__input--503f5 \" id=\"name-footer\" placeholder=\"Full name\" spellcheck=\"false\" tabindex=\"0\" type=\"text\" name=\"name-footer\" value>"
    ],
    "imagesMissingAlt": [],
    "skippedHeadingLevels": []
  },
  "counts": {
    "h1": 1,
    "headings": 124,
    "links": 366,
    "inaccessibleLinks": 0,
    "buttons": 96,
    "inaccessibleButtons": 0,
    "images": 136,
    "imagesWithAlt": 136,
    "autocompleteInputs": 3,
    "inputsWithAutocomplete": 1,
    "missingAutocompleteInputs": 2
  }
}

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",
            "length": 219881
          },
          {
            "path": "/webmcp.json",
            "statusCode": 404,
            "contentType": "text/html",
            "length": 219881
          },
          {
            "path": "/mcp.json",
            "statusCode": 404,
            "contentType": "text/html",
            "length": 219881
          }
        ]
      },
      "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",
            "length": 219881
          },
          {
            "path": "/.well-known/a2a/agent-card.json",
            "statusCode": 404,
            "contentType": "text/html",
            "length": 219881
          },
          {
            "path": "/agent-card.json",
            "statusCode": 404,
            "contentType": "text/html",
            "length": 219881
          }
        ]
      },
      "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",
            "length": 219881
          },
          {
            "path": "/.well-known/skills/index.json",
            "statusCode": 404,
            "contentType": "text/html",
            "length": 219881
          }
        ]
      },
      "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",
            "length": 219881
          },
          {
            "path": "/agent.json",
            "statusCode": 404,
            "contentType": "text/html",
            "length": 219881
          }
        ]
      },
      "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",
            "length": 219881
          },
          {
            "path": "/agents.json",
            "statusCode": 404,
            "contentType": "text/html",
            "length": 219881
          }
        ]
      },
      "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."
    }
  ]
}

Security & TrustSecurity & TrustEstablished

Content-Security-Policy

Content-Security-Policy is missing or incomplete.

20 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
}

Security & TrustSecurity & TrustEstablished

Frame protection

Frame protection is missing or incomplete.

20 Fail

Needs attention

Frame protection

Failed check
01

Issue

Frame protection is missing or incomplete.

02

Why it matters

Frame protection blocks hostile sites from embedding pages in deceptive frames, reducing clickjacking risk.

Check name

Frame protection

Score

0/100

Status

fail

Category

Security & Trust

Maturity

Established

Goal

Prevent unwanted framing with X-Frame-Options or CSP frame-ancestors.

Result

Frame protection is missing or incomplete.

Evidence
{
  "xFrameOptions": null,
  "validXFrame": false,
  "contentSecurityPolicy": null,
  "cspFrameAncestors": false
}

Security & TrustSecurity & TrustEstablished

HSTS header

HSTS header is missing or incomplete.

20 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
}

Security & TrustSecurity & TrustEstablished

Referrer-Policy

Referrer-Policy is missing or incomplete.

20 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
}

Security & TrustSecurity & TrustEstablished

X-Content-Type-Options

X-Content-Type-Options is missing or incomplete.

20 Fail

Needs attention

X-Content-Type-Options

Failed check
01

Issue

X-Content-Type-Options is missing or incomplete.

02

Why it matters

X-Content-Type-Options prevents browsers from treating mislabeled files as executable content, reducing content-sniffing attacks.

Check name

X-Content-Type-Options

Score

0/100

Status

fail

Category

Security & Trust

Maturity

Established

Goal

Prevent MIME sniffing for browser-loaded resources.

Result

X-Content-Type-Options is missing or incomplete.

Evidence
{
  "header": "x-content-type-options",
  "value": null
}

AI DiscoverabilityContent ReadinessEstablished

Content freshness signals

Content freshness signals is partially implemented.

19 Warning

Needs attention

Content freshness signals

Warning
01

Issue

Content freshness signals are incomplete: 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

25/100

Status

warning

Category

Content Readiness

Maturity

Established

Goal

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

Result

Content freshness signals is partially implemented.

Evidence
{
  "lastModified": "Tue, 09 Jun 2026 11:41:44 GMT",
  "schemaDates": [],
  "metaDateCount": 0,
  "timeDateCount": 0
}

Agent Ease of UseSkill DiscoveryEmerging recommendation

DNS-AID Agent Discovery

DNS-AID Agent Discovery failed at "Resolve DNS-AID SVCB/HTTPS records".

15 Fail

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.zicasso.com",
        "probes": [
          {
            "name": "_index._agents.www.zicasso.com",
            "found": false,
            "recordCount": 1,
            "records": [],
            "hasAlpn": false,
            "hasEndpoint": false
          },
          {
            "name": "_a2a._agents.www.zicasso.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.zicasso.com",
            "dnssecTypes": [],
            "dnssecRecordCount": 0
          },
          {
            "name": "zicasso.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> is missing a name attribute.
    • <input> is missing tool-param-description.
    • <input name="name-footer"> is missing tool-param-description.
    • <input name="email-footer"> is missing tool-param-description.
    • <input name="subscribeNews-footer"> 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": 1,
        "formsWithTags": 0,
        "totalInteractive": 466,
        "interactiveWithTags": 0,
        "totalCount": 467,
        "taggedCount": 0,
        "dataMcpToolCount": 0,
        "dataMcpTools": [],
        "coverage": 0,
        "annotationIssues": [
          "<input> is missing a name attribute.",
          "<input> is missing tool-param-description.",
          "<input name=\"name-footer\"> is missing tool-param-description.",
          "<input name=\"email-footer\"> is missing tool-param-description.",
          "<input name=\"subscribeNews-footer\"> 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": 5,
        "issues": [
          "<input> is missing a name attribute.",
          "<input> is missing tool-param-description.",
          "<input name=\"name-footer\"> is missing tool-param-description.",
          "<input name=\"email-footer\"> is missing tool-param-description.",
          "<input name=\"subscribeNews-footer\"> is missing tool-param-description."
        ]
      },
      "issue": "WebMCP declarative annotations need fixes.",
      "issueDetails": [
        {
          "title": "WebMCP declarative annotation issues",
          "items": [
            {
              "type": "code",
              "value": "<input> is missing a name attribute."
            },
            {
              "type": "code",
              "value": "<input> is missing tool-param-description."
            },
            {
              "type": "code",
              "value": "<input name=\"name-footer\"> is missing tool-param-description."
            },
            {
              "type": "code",
              "value": "<input name=\"email-footer\"> is missing tool-param-description."
            },
            {
              "type": "code",
              "value": "<input name=\"subscribeNews-footer\"> is missing tool-param-description."
            }
          ]
        }
      ],
      "howToFix": "Use snake_case tool-name values, descriptive tool-description values, named and labeled fields, and tool-param-description on inputs."
    },
    {
      "id": "imperative-api",
      "title": "Detect WebMCP imperative API usage",
      "status": "informational",
      "evidence": {
        "staticSignals": {
          "detected": false,
          "matched": []
        },
        "browser": {
          "checked": true,
          "detected": false,
          "hasNavigatorModelContext": false,
          "modelContextType": "undefined",
          "hasProvideContext": false,
          "hasRegisterTool": false
        }
      },
      "issue": "navigator.modelContext.provideContext(), navigator.modelContext.registerTool(), or other imperative signals were not detected in rendered browser state.",
      "howToFix": "Use navigator.modelContext.provideContext() to register tools programmatically."
    },
    {
      "id": "browser-navigator-injection",
      "title": "Detect WebMCP browser navigator injection",
      "status": "informational",
      "evidence": {
        "browser": {
          "checked": true,
          "detected": false,
          "hasNavigatorModelContext": false,
          "modelContextType": "undefined",
          "hasProvideContext": false,
          "hasRegisterTool": false
        }
      },
      "issue": "navigator.modelContext was not detected in the rendered browser page.",
      "howToFix": "Expose WebMCP through navigator.modelContext in the browser runtime when the page is intended to provide in-page tools."
    },
    {
      "id": "surface-coverage",
      "title": "Interactive surface coverage",
      "status": "informational",
      "evidence": {
        "totalForms": 1,
        "formsWithTags": 0,
        "totalInteractive": 466,
        "interactiveWithTags": 0,
        "totalCount": 467,
        "taggedCount": 0,
        "dataMcpToolCount": 0,
        "dataMcpTools": [],
        "coverage": 0,
        "annotationIssues": [
          "<input> is missing a name attribute.",
          "<input> is missing tool-param-description.",
          "<input name=\"name-footer\"> is missing tool-param-description.",
          "<input name=\"email-footer\"> is missing tool-param-description.",
          "<input name=\"subscribeNews-footer\"> is missing tool-param-description."
        ]
      },
      "issue": "Only 0% of interactive surfaces are annotated.",
      "howToFix": "Add WebMCP annotations to all forms and interactive elements to increase agent coverage."
    }
  ],
  "staticSignals": {
    "detected": false,
    "matched": []
  },
  "coverage": {
    "totalForms": 1,
    "formsWithTags": 0,
    "totalInteractive": 466,
    "interactiveWithTags": 0,
    "totalCount": 467,
    "taggedCount": 0,
    "dataMcpToolCount": 0,
    "dataMcpTools": [],
    "coverage": 0,
    "annotationIssues": [
      "<input> is missing a name attribute.",
      "<input> is missing tool-param-description.",
      "<input name=\"name-footer\"> is missing tool-param-description.",
      "<input name=\"email-footer\"> is missing tool-param-description.",
      "<input name=\"subscribeNews-footer\"> 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: Source and trust signals

AIO: Source and trust signals scored 40/100 and needs a fix.

6 Fail

Needs attention

AIO: Source and trust signals

Failed check
01

Issue

Missing AIO trust signals: author, 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

40/100

Status

fail

Category

GEO, AIO & AEO

Maturity

Emerging recommendation

Goal

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

Result

AIO: Source and trust signals scored 40/100 and needs a fix.

Evidence
{
  "signals": {
    "author": false,
    "publisher": false,
    "freshnessDate": false,
    "aboutOrContact": true,
    "policyLinks": true
  },
  "missing": [
    "author",
    "publisher",
    "freshnessDate"
  ],
  "authorMeta": "",
  "schemaAuthors": [],
  "schemaPublishers": [],
  "schemaDates": [],
  "visibleDates": [],
  "aboutLinks": [
    {
      "href": "/about-us",
      "text": "About Us",
      "html": "<a class=\"link-list-module--links-link--3713a\" rel role=\"menuitem\" aria-describedby=\"our-story-link-instructions\" tabindex=\"-1\" href=\"/about-us\">About Us</a>"
    },
    {
      "href": "/contact-travel-company",
      "text": "Specialists",
      "html": "<a class=\"link-list-module--links-link--3713a\" rel role=\"menuitem\" tabindex=\"-1\" href=\"/contact-travel-company\">Specialists</a>"
    },
    {
      "href": "/news",
      "text": "Zicasso is featured in New York Times, Wall Street Journal, Forbes & BBC.Personal travel expertise with hand-picked tour operatorsPersonalized itineraries for tours in more than 100 countriesSpecialized luxury travel with exclusive experiences and insider accessHigh-end travel-planning company for personalized journeys",
      "html": "<a class=\"social-proof-module--social-proof__list--fe341\" href=\"/news\" rel=\"noopener\" target=\"_blank\"><span class=\"sr-only\">Zicasso is featured in New York Times, Wall Street Journal, Forbes &amp; BBC.</span><div class=\"social-proof-module--social-proof__item--751b3 social-proof-module--press-mention--19ac9\"><div class=\"social-proof-module--press-mention-logo--259d5\"><svg height=\"32\" width=\"170\" viewBox=\"0 0 228 32\" fill=\"none\"><path fill=\"#333\" fill-rule=\"evenodd\" d=\"M166.084 17.715V9.129l-2..."
    },
    {
      "href": "/about-us",
      "text": "Learn More",
      "html": "<a class=\"link-button-module--link-button--cd105 link-button-module--secondary--20153 md benefits-boxes-module--benefits-steps__btn--b982c\" rel href=\"/about-us\">Learn More</a>"
    },
    {
      "href": "/news",
      "text": "Zicasso is featured in New York Times, Wall Street Journal, Forbes & BBC.Personal travel expertise with hand-picked tour operatorsPersonalized itineraries for tours in more than 100 countriesSpecialized luxury travel with exclusive experiences and insider accessHigh-end travel-planning company for personalized journeys",
      "html": "<a class=\"social-proof-module--social-proof__list--fe341\" href=\"/news\" rel=\"noopener\" target=\"_blank\"><span class=\"sr-only\">Zicasso is featured in New York Times, Wall Street Journal, Forbes &amp; BBC.</span><div class=\"social-proof-module--social-proof__item--751b3 social-proof-module--press-mention--19ac9\"><div class=\"social-proof-module--press-mention-logo--259d5\"><svg height=\"32\" width=\"170\" viewBox=\"0 0 228 32\" fill=\"none\"><path fill=\"#333\" fill-rule=\"evenodd\" d=\"M166.084 17.715V9.129l-2..."
    },
    {
      "href": "/contact-travel-company",
      "text": "Click here to contact us.",
      "html": "<a href=\"/contact-travel-company\" aria-label=\"Contact form for top travel specialists\">Click here to contact us.</a>"
    },
    {
      "href": "/about-us",
      "text": "About Us",
      "html": "<a href=\"/about-us\">About Us</a>"
    },
    {
      "href": "/contact-travel-company",
      "text": "Travel Specialist Application",
      "html": "<a href=\"/contact-travel-company\">Travel Specialist Application</a>"
    },
    {
      "href": "https://www.linkedin.com/company/zicasso/",
      "text": "",
      "html": "<a class=\"footer-module--footer__connect--link--ccf0b\" href=\"https://www.linkedin.com/company/zicasso/\" rel=\"noopener noreferrer\" target=\"_blank\" aria-label=\"Link to our LinkedIn page\" alt=\"Go to our LinkedIn page\"><svg width=\"20\" height=\"18\" fill=\"none\"><path d=\"M5.048 17.7V5.96H1.147V17.7h3.901ZM3.098 4.356c1.36 0 2.207-.9 2.207-2.028C5.281 1.176 4.46.3 3.125.3 1.788.3.915 1.177.915 2.328c0 1.128.847 2.028 2.156 2.028h.026ZM11.074 17.7v-6.557c0-.35.026-.702.13-.952.281-.7.923-1.427 2.002-1...."
    }
  ],
  "contactLinks": [
    {
      "href": "/contact",
      "text": "888 441-2418",
      "html": "<a class=\"phone-module--phone--943a5 phone-module--phone-desktop--1af87\" href=\"/contact\" aria-label=\"Call us at (888) 441-2418\"><svg class=\"phone-module--phone-icon--cf1e2\" aria-hidden=\"true\" width=\"24\" height=\"24\" fill=\"none\"><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"m9.243 3 1.121 4.469.005.023a2.88 2.88 0 0 1-.15 1.613l-.381 1.047c.527.82 1.128 1.586 1.846 2.3a14.022 14.022 0 0 0 2.246 1.82l1.157-.504a2.74 2.74 0 0 1 1.7-.213l.022.004 4.191.957L20.33 21l-.941-.048c-4.278-.219-8.308-..."
    },
    {
      "href": "/contact",
      "text": "Contact Us",
      "html": "<a class=\"sub-menu-module--submenu-item-button--69c7d\" rel tabindex=\"-1\" href=\"/contact\">Contact Us</a>"
    },
    {
      "href": "/contact-travel-company",
      "text": "Specialists",
      "html": "<a class=\"link-list-module--links-link--3713a\" rel role=\"menuitem\" tabindex=\"-1\" href=\"/contact-travel-company\">Specialists</a>"
    },
    {
      "href": "/contact-travel-company",
      "text": "Click here to contact us.",
      "html": "<a href=\"/contact-travel-company\" aria-label=\"Contact form for top travel specialists\">Click here to contact us.</a>"
    },
    {
      "href": "/contact-travel-company",
      "text": "Travel Specialist Application",
      "html": "<a href=\"/contact-travel-company\">Travel Specialist Application</a>"
    },
    {
      "href": "/contact",
      "text": "Contact Us",
      "html": "<a href=\"/contact\">Contact Us</a>"
    },
    {
      "href": "/contact",
      "text": "",
      "html": "<a class=\"footer-module--footer__connect--link--ccf0b\" href=\"/contact\" rel=\"noopener\" target=\"_blank\" aria-label=\"Link to our contact page\" alt=\"Go to our contact page\"><svg width=\"20\" height=\"20\" fill=\"none\" viewBox=\"0 0 20 20\"><path d=\"M0 5a2.5 2.5 0 0 1 2.5-2.5h15A2.5 2.5 0 0 1 20 5v10a2.5 2.5 0 0 1-2.5 2.5h-15A2.5 2.5 0 0 1 0 15V5Zm2.5-1.25A1.25 1.25 0 0 0 1.25 5v.271l8.75 5.25 8.75-5.25V5a1.25 1.25 0 0 0-1.25-1.25h-15Zm16.25 2.979-5.885 3.531 5.885 3.621V6.73Zm-.043 8.595-7.05-4.339-1.65..."
    },
    {
      "href": "/contact",
      "text": "Contact Support",
      "html": "<a href=\"/contact\">Contact Support</a>"
    }
  ],
  "privacyLinks": [
    {
      "href": "/zicasso-privacy-policy",
      "text": "Privacy Policy",
      "html": "<a href=\"/zicasso-privacy-policy\">Privacy Policy</a>"
    },
    {
      "href": "/zicasso-terms-use",
      "text": "Terms of Use",
      "html": "<a href=\"/zicasso-terms-use\">Terms of Use</a>"
    }
  ],
  "score": 40,
  "weight": 20
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

AEO: Answer evidence and trust

AEO: Answer evidence and trust scored 40/100 and needs a fix.

6 Fail

Needs attention

AEO: Answer evidence and trust

Failed check
01

Issue

Missing AIO trust signals: author, 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

40/100

Status

fail

Category

GEO, AIO & AEO

Maturity

Emerging recommendation

Goal

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

Result

AEO: Answer evidence and trust scored 40/100 and needs a fix.

Evidence
{
  "signals": {
    "author": false,
    "publisher": false,
    "freshnessDate": false,
    "aboutOrContact": true,
    "policyLinks": true
  },
  "missing": [
    "author",
    "publisher",
    "freshnessDate"
  ],
  "authorMeta": "",
  "schemaAuthors": [],
  "schemaPublishers": [],
  "schemaDates": [],
  "visibleDates": [],
  "aboutLinks": [
    {
      "href": "/about-us",
      "text": "About Us",
      "html": "<a class=\"link-list-module--links-link--3713a\" rel role=\"menuitem\" aria-describedby=\"our-story-link-instructions\" tabindex=\"-1\" href=\"/about-us\">About Us</a>"
    },
    {
      "href": "/contact-travel-company",
      "text": "Specialists",
      "html": "<a class=\"link-list-module--links-link--3713a\" rel role=\"menuitem\" tabindex=\"-1\" href=\"/contact-travel-company\">Specialists</a>"
    },
    {
      "href": "/news",
      "text": "Zicasso is featured in New York Times, Wall Street Journal, Forbes & BBC.Personal travel expertise with hand-picked tour operatorsPersonalized itineraries for tours in more than 100 countriesSpecialized luxury travel with exclusive experiences and insider accessHigh-end travel-planning company for personalized journeys",
      "html": "<a class=\"social-proof-module--social-proof__list--fe341\" href=\"/news\" rel=\"noopener\" target=\"_blank\"><span class=\"sr-only\">Zicasso is featured in New York Times, Wall Street Journal, Forbes &amp; BBC.</span><div class=\"social-proof-module--social-proof__item--751b3 social-proof-module--press-mention--19ac9\"><div class=\"social-proof-module--press-mention-logo--259d5\"><svg height=\"32\" width=\"170\" viewBox=\"0 0 228 32\" fill=\"none\"><path fill=\"#333\" fill-rule=\"evenodd\" d=\"M166.084 17.715V9.129l-2..."
    },
    {
      "href": "/about-us",
      "text": "Learn More",
      "html": "<a class=\"link-button-module--link-button--cd105 link-button-module--secondary--20153 md benefits-boxes-module--benefits-steps__btn--b982c\" rel href=\"/about-us\">Learn More</a>"
    },
    {
      "href": "/news",
      "text": "Zicasso is featured in New York Times, Wall Street Journal, Forbes & BBC.Personal travel expertise with hand-picked tour operatorsPersonalized itineraries for tours in more than 100 countriesSpecialized luxury travel with exclusive experiences and insider accessHigh-end travel-planning company for personalized journeys",
      "html": "<a class=\"social-proof-module--social-proof__list--fe341\" href=\"/news\" rel=\"noopener\" target=\"_blank\"><span class=\"sr-only\">Zicasso is featured in New York Times, Wall Street Journal, Forbes &amp; BBC.</span><div class=\"social-proof-module--social-proof__item--751b3 social-proof-module--press-mention--19ac9\"><div class=\"social-proof-module--press-mention-logo--259d5\"><svg height=\"32\" width=\"170\" viewBox=\"0 0 228 32\" fill=\"none\"><path fill=\"#333\" fill-rule=\"evenodd\" d=\"M166.084 17.715V9.129l-2..."
    },
    {
      "href": "/contact-travel-company",
      "text": "Click here to contact us.",
      "html": "<a href=\"/contact-travel-company\" aria-label=\"Contact form for top travel specialists\">Click here to contact us.</a>"
    },
    {
      "href": "/about-us",
      "text": "About Us",
      "html": "<a href=\"/about-us\">About Us</a>"
    },
    {
      "href": "/contact-travel-company",
      "text": "Travel Specialist Application",
      "html": "<a href=\"/contact-travel-company\">Travel Specialist Application</a>"
    },
    {
      "href": "https://www.linkedin.com/company/zicasso/",
      "text": "",
      "html": "<a class=\"footer-module--footer__connect--link--ccf0b\" href=\"https://www.linkedin.com/company/zicasso/\" rel=\"noopener noreferrer\" target=\"_blank\" aria-label=\"Link to our LinkedIn page\" alt=\"Go to our LinkedIn page\"><svg width=\"20\" height=\"18\" fill=\"none\"><path d=\"M5.048 17.7V5.96H1.147V17.7h3.901ZM3.098 4.356c1.36 0 2.207-.9 2.207-2.028C5.281 1.176 4.46.3 3.125.3 1.788.3.915 1.177.915 2.328c0 1.128.847 2.028 2.156 2.028h.026ZM11.074 17.7v-6.557c0-.35.026-.702.13-.952.281-.7.923-1.427 2.002-1...."
    }
  ],
  "contactLinks": [
    {
      "href": "/contact",
      "text": "888 441-2418",
      "html": "<a class=\"phone-module--phone--943a5 phone-module--phone-desktop--1af87\" href=\"/contact\" aria-label=\"Call us at (888) 441-2418\"><svg class=\"phone-module--phone-icon--cf1e2\" aria-hidden=\"true\" width=\"24\" height=\"24\" fill=\"none\"><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"m9.243 3 1.121 4.469.005.023a2.88 2.88 0 0 1-.15 1.613l-.381 1.047c.527.82 1.128 1.586 1.846 2.3a14.022 14.022 0 0 0 2.246 1.82l1.157-.504a2.74 2.74 0 0 1 1.7-.213l.022.004 4.191.957L20.33 21l-.941-.048c-4.278-.219-8.308-..."
    },
    {
      "href": "/contact",
      "text": "Contact Us",
      "html": "<a class=\"sub-menu-module--submenu-item-button--69c7d\" rel tabindex=\"-1\" href=\"/contact\">Contact Us</a>"
    },
    {
      "href": "/contact-travel-company",
      "text": "Specialists",
      "html": "<a class=\"link-list-module--links-link--3713a\" rel role=\"menuitem\" tabindex=\"-1\" href=\"/contact-travel-company\">Specialists</a>"
    },
    {
      "href": "/contact-travel-company",
      "text": "Click here to contact us.",
      "html": "<a href=\"/contact-travel-company\" aria-label=\"Contact form for top travel specialists\">Click here to contact us.</a>"
    },
    {
      "href": "/contact-travel-company",
      "text": "Travel Specialist Application",
      "html": "<a href=\"/contact-travel-company\">Travel Specialist Application</a>"
    },
    {
      "href": "/contact",
      "text": "Contact Us",
      "html": "<a href=\"/contact\">Contact Us</a>"
    },
    {
      "href": "/contact",
      "text": "",
      "html": "<a class=\"footer-module--footer__connect--link--ccf0b\" href=\"/contact\" rel=\"noopener\" target=\"_blank\" aria-label=\"Link to our contact page\" alt=\"Go to our contact page\"><svg width=\"20\" height=\"20\" fill=\"none\" viewBox=\"0 0 20 20\"><path d=\"M0 5a2.5 2.5 0 0 1 2.5-2.5h15A2.5 2.5 0 0 1 20 5v10a2.5 2.5 0 0 1-2.5 2.5h-15A2.5 2.5 0 0 1 0 15V5Zm2.5-1.25A1.25 1.25 0 0 0 1.25 5v.271l8.75 5.25 8.75-5.25V5a1.25 1.25 0 0 0-1.25-1.25h-15Zm16.25 2.979-5.885 3.531 5.885 3.621V6.73Zm-.043 8.595-7.05-4.339-1.65..."
    },
    {
      "href": "/contact",
      "text": "Contact Support",
      "html": "<a href=\"/contact\">Contact Support</a>"
    }
  ],
  "privacyLinks": [
    {
      "href": "/zicasso-privacy-policy",
      "text": "Privacy Policy",
      "html": "<a href=\"/zicasso-privacy-policy\">Privacy Policy</a>"
    },
    {
      "href": "/zicasso-terms-use",
      "text": "Terms of Use",
      "html": "<a href=\"/zicasso-terms-use\">Terms of Use</a>"
    }
  ],
  "score": 40,
  "weight": 22
}

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

112 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": 123,
  "passing": 11,
  "failing": [
    {
      "heading": "Experience the world beyond belief",
      "headingHtml": "<h2 id=\"experience-the-world-beyond-belief\" class=\"section-title-module--section-title__title--c15ea\">Experience the world beyond belief</h2>",
      "firstParagraph": "Join a vintner to taste Tuscan wines privately at a historic estate. Soar over the Serengeti in a hot-air balloon to witness the Great Migration. Climb through jungle-clad temples in the hidden corners of Southeast Asia. Discover the world in unforgettable ways on immersive custom tours, vacations, and safaris by Zi...",
      "paragraphHtml": "<p class=\"section-title-module--section-title__description--7b313\">Join a vintner to taste Tuscan wines privately at a historic estate. Soar over the Serengeti in a hot-air balloon to witness the Great Migration. Climb through jungle-clad temples in the hidden corners of Southeast Asia. Discover the world in unforgettable ways on immersive custom tours, vacations, and safaris by Zicasso, the most-reviewed and highest-rated luxury travel company.</p>",
      "words": 58,
      "direct": false,
      "issue": "First paragraph is 58 words and does not look like a concise direct answer."
    },
    {
      "heading": "Destinations you've always dreamed of",
      "headingHtml": "<h2 id=\"dream-destinations-title\" class=\"section-title-module--section-title__title--c15ea\">Destinations you&apos;ve always dreamed of</h2>",
      "firstParagraph": "Discover extraordinary places and those rarely explored—these are a few to inspire your travels.",
      "paragraphHtml": "<p class=\"section-title-module--section-title__description--7b313\">Discover extraordinary places and those rarely explored&#x2014;these are a few to inspire your travels.</p>",
      "words": 15,
      "direct": false,
      "issue": "First paragraph is 15 words and does not look like a concise direct answer."
    },
    {
      "heading": "GREECE",
      "headingHtml": "<h3 class=\"destination-card-module--destination-card__title--f54d7\">GREECE</h3>",
      "firstParagraph": "Unravel ancient myths at historic sites, swim in the crystal Aegean sea, and cruise between sun-kissed islands as the sun slips below the horizon.",
      "paragraphHtml": "<p class=\"destination-card-module--destination-card__description--b1ca4\">Unravel ancient myths at historic sites, swim in the crystal Aegean sea, and cruise between sun-kissed islands as the sun slips below the horizon.</p>",
      "words": 24,
      "direct": false,
      "issue": "First paragraph is 24 words and does not look like a concise direct answer."
    },
    {
      "heading": "JAPAN",
      "headingHtml": "<h3 class=\"destination-card-module--destination-card__title--f54d7\">JAPAN</h3>",
      "firstParagraph": "Traditional, modern, ancient, and new. Immerse yourself in a country unlike any other, with a culture that will captivate all your senses.",
      "paragraphHtml": "<p class=\"destination-card-module--destination-card__description--b1ca4\">Traditional, modern, ancient, and new. Immerse yourself in a country unlike any other, with a culture that will captivate all your senses.</p>",
      "words": 22,
      "direct": false,
      "issue": "First paragraph is 22 words and does not look like a concise direct answer."
    },
    {
      "heading": "TANZANIA",
      "headingHtml": "<h3 class=\"destination-card-module--destination-card__title--f54d7\">TANZANIA</h3>",
      "firstParagraph": "Experience the thrill of witnessing wildlife in its natural habitat, gaze on the Great Migration across the Serengeti, and discover the true meaning of safari in Tanzania.",
      "paragraphHtml": "<p class=\"destination-card-module--destination-card__description--b1ca4\">Experience the thrill of witnessing wildlife in its natural habitat, gaze on the Great Migration across the Serengeti, and discover the true meaning of safari in Tanzania.</p>",
      "words": 27,
      "direct": false,
      "issue": "First paragraph is 27 words and does not look like a concise direct answer."
    },
    {
      "heading": "ARGENTINA",
      "headingHtml": "<h3 class=\"destination-card-module--destination-card__title--f54d7\">ARGENTINA</h3>",
      "firstParagraph": "Tango through vibrant cities, roam vast pampas, and admire icy Patagonian glaciers. Embrace the cultural and scenic beauty of Argentina.",
      "paragraphHtml": "<p class=\"destination-card-module--destination-card__description--b1ca4\">Tango through vibrant cities, roam vast pampas, and admire icy Patagonian glaciers. Embrace the cultural and scenic beauty of Argentina.</p>",
      "words": 20,
      "direct": false,
      "issue": "First paragraph is 20 words and does not look like a concise direct answer."
    },
    {
      "heading": "Extensive Tour of Spain: Madrid, Andalusia, Barcelona",
      "headingHtml": "<h3 class=\"life-enriching-item-module--life-enriching-item__title--84e70\">Extensive Tour of Spain: Madrid, Andalusia, Barcelona</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "A Scenic North and South Island New Zealand Discovery",
      "headingHtml": "<h3 class=\"life-enriching-item-module--life-enriching-item__title--84e70\">A Scenic North and South Island New Zealand Discovery</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Exquisite South Africa Exploration: Culture to Safari",
      "headingHtml": "<h3 class=\"life-enriching-item-module--life-enriching-item__title--84e70\">Exquisite South Africa Exploration: Culture to Safari</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Best of Chile Tour: Patagonia, Atacama, Santiago, and More",
      "headingHtml": "<h3 class=\"life-enriching-item-module--life-enriching-item__title--84e70\">Best of Chile Tour: Patagonia, Atacama, Santiago, and More</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Enchanted Highlights of Thailand Tour",
      "headingHtml": "<h3 class=\"life-enriching-item-module--life-enriching-item__title--84e70\">Enchanted Highlights of Thailand Tour</h3>",
      "firstParagraph": "Navigate through testimonials using the navigation dots or with the arrow keys, Page Up and Page Down, Home and End keys to go to first and last testimonials.",
      "paragraphHtml": "<p class=\"sr-only\">Navigate through testimonials using the navigation dots or with the arrow keys, Page Up and Page Down, Home and End keys to go to first and last testimonials.</p>",
      "words": 28,
      "direct": false,
      "issue": "First paragraph is 28 words and does not look like a concise direct answer."
    },
    {
      "heading": "Explore where to go by month",
      "headingHtml": "<h2 id=\"months-explorer-title\" class=\"section-title-module--section-title__title--c15ea\">Explore where to go by month</h2>",
      "firstParagraph": "Ready for adventure right now? Searching for a stunning voyage you'll remember forever? Whether traveling to New Zealand in June to escape Europe’s summer crowds or discovering Italy’s Christmas markets in December, you choose the time and we'll take you somewhere truly special.",
      "paragraphHtml": "<p class=\"section-title-module--section-title__description--7b313\">Ready for adventure right now? Searching for a stunning voyage you&apos;ll remember forever? Whether traveling to New Zealand in June to escape Europe&#x2019;s summer crowds or discovering Italy&#x2019;s Christmas markets in December, you choose the time and we&apos;ll take you somewhere truly special.</p>",
      "words": 45,
      "direct": false,
      "issue": "First paragraph is 45 words and does not look like a concise direct answer."
    },
    {
      "heading": "South Africa",
      "headingHtml": "<h3 class=\"destination-card-module--destination-card__title--f54d7\">South Africa</h3>",
      "firstParagraph": "Bask in South Africa's summer, when wildlife sightings abound and vineyards rustle gently under endless sunshine.",
      "paragraphHtml": "<p class=\"destination-card-module--destination-card__description--b1ca4\">Bask in South Africa&apos;s summer, when wildlife sightings abound and vineyards rustle gently under endless sunshine.</p>",
      "words": 16,
      "direct": false,
      "issue": "First paragraph is 16 words and does not look like a concise direct answer."
    },
    {
      "heading": "Galápagos",
      "headingHtml": "<h3 class=\"destination-card-module--destination-card__title--f54d7\">Gal&#xe1;pagos</h3>",
      "firstParagraph": "The Galápagos comes alive in January with fascinating wildlife encounters, from marine iguanas to sea turtles, and tranquil waters.",
      "paragraphHtml": "<p class=\"destination-card-module--destination-card__description--b1ca4\">The Gal&#xe1;pagos comes alive in January with fascinating wildlife encounters, from marine iguanas to sea turtles, and tranquil waters.</p>",
      "words": 20,
      "direct": false,
      "issue": "First paragraph is 20 words and does not look like a concise direct answer."
    },
    {
      "heading": "Thailand",
      "headingHtml": "<h3 class=\"destination-card-module--destination-card__title--f54d7\">Thailand</h3>",
      "firstParagraph": "January unveils pleasant temperatures, exceptional underwater visibility, and vibrant local celebrations in Thailand.",
      "paragraphHtml": "<p class=\"destination-card-module--destination-card__description--b1ca4\">January unveils pleasant temperatures, exceptional underwater visibility, and vibrant local celebrations in Thailand.</p>",
      "words": 13,
      "direct": false,
      "issue": "First paragraph is 13 words and does not look like a concise direct answer."
    },
    {
      "heading": "Australia",
      "headingHtml": "<h3 class=\"destination-card-module--destination-card__title--f54d7\">Australia</h3>",
      "firstParagraph": "Australia's summer peaks in January, with endless sunshine perfect for city sightseeing, pristine beaches, and vibrant coral reefs.",
      "paragraphHtml": "<p class=\"destination-card-module--destination-card__description--b1ca4\">Australia&apos;s summer peaks in January, with endless sunshine perfect for city sightseeing, pristine beaches, and vibrant coral reefs.</p>",
      "words": 18,
      "direct": false,
      "issue": "First paragraph is 18 words and does not look like a concise direct answer."
    },
    {
      "heading": "Switzerland",
      "headingHtml": "<h3 class=\"destination-card-module--destination-card__title--f54d7\">Switzerland</h3>",
      "firstParagraph": "Switzerland's winter sparkles in January, with world-class skiing and pristine alpine landscapes awaiting intrepid travelers.",
      "paragraphHtml": "<p class=\"destination-card-module--destination-card__description--b1ca4\">Switzerland&apos;s winter sparkles in January, with world-class skiing and pristine alpine landscapes awaiting intrepid travelers.</p>",
      "words": 15,
      "direct": false,
      "issue": "First paragraph is 15 words and does not look like a concise direct answer."
    },
    {
      "heading": "Tanzania",
      "headingHtml": "<h3 class=\"destination-card-module--destination-card__title--f54d7\">Tanzania</h3>",
      "firstParagraph": "January brings the Great Migration's calving season, when thousands of wildebeest give birth on the Serengeti, offering dramatic wildlife viewing.",
      "paragraphHtml": "<p class=\"destination-card-module--destination-card__description--b1ca4\">January brings the Great Migration&apos;s calving season, when thousands of wildebeest give birth on the Serengeti, offering dramatic wildlife viewing.</p>",
      "words": 20,
      "direct": false,
      "issue": "First paragraph is 20 words and does not look like a concise direct answer."
    },
    {
      "heading": "Brazil",
      "headingHtml": "<h3 class=\"destination-card-module--destination-card__title--f54d7\">Brazil</h3>",
      "firstParagraph": "Brazil pulses with summer energy in January, from Carnival preparations to the Amazon's thriving biodiversity.",
      "paragraphHtml": "<p class=\"destination-card-module--destination-card__description--b1ca4\">Brazil pulses with summer energy in January, from Carnival preparations to the Amazon&apos;s thriving biodiversity.</p>",
      "words": 15,
      "direct": false,
      "issue": "First paragraph is 15 words and does not look like a concise direct answer."
    },
    {
      "heading": "Croatia",
      "headingHtml": "<h3 class=\"destination-card-module--destination-card__title--f54d7\">Croatia</h3>",
      "firstParagraph": "Discover Croatia's coastal treasures without the crowds, while locals celebrate winter traditions in authentic style.",
      "paragraphHtml": "<p class=\"destination-card-module--destination-card__description--b1ca4\">Discover Croatia&apos;s coastal treasures without the crowds, while locals celebrate winter traditions in authentic style.</p>",
      "words": 15,
      "direct": false,
      "issue": "First paragraph is 15 words and does not look like a concise direct answer."
    },
    {
      "heading": "Australia",
      "headingHtml": "<h3 class=\"destination-card-module--destination-card__title--f54d7\">Australia</h3>",
      "firstParagraph": "Summer peaks in February across Australia, delivering sunlit beaches, active wildlife, and energetic urban atmospheres.",
      "paragraphHtml": "<p class=\"destination-card-module--destination-card__description--b1ca4\">Summer peaks in February across Australia, delivering sunlit beaches, active wildlife, and energetic urban atmospheres.</p>",
      "words": 15,
      "direct": false,
      "issue": "First paragraph is 15 words and does not look like a concise direct answer."
    },
    {
      "heading": "India",
      "headingHtml": "<h3 class=\"destination-card-module--destination-card__title--f54d7\">India</h3>",
      "firstParagraph": "February's moderate climate creates a photographer's dream across India's kaleidoscope of landscapes and traditions.",
      "paragraphHtml": "<p class=\"destination-card-module--destination-card__description--b1ca4\">February&apos;s moderate climate creates a photographer&apos;s dream across India&apos;s kaleidoscope of landscapes and traditions.</p>",
      "words": 14,
      "direct": false,
      "issue": "First paragraph is 14 words and does not look like a concise direct answer."
    },
    {
      "heading": "Kenya",
      "headingHtml": "<h3 class=\"destination-card-module--destination-card__title--f54d7\">Kenya</h3>",
      "firstParagraph": "February offers Kenya's driest conditions and clearest skies, ideal for spectacular views of Mount Kilimanjaro in Tanzania.",
      "paragraphHtml": "<p class=\"destination-card-module--destination-card__description--b1ca4\">February offers Kenya&apos;s driest conditions and clearest skies, ideal for spectacular views of Mount Kilimanjaro in Tanzania.</p>",
      "words": 17,
      "direct": false,
      "issue": "First paragraph is 17 words and does not look like a concise direct answer."
    },
    {
      "heading": "Italy",
      "headingHtml": "<h3 class=\"destination-card-module--destination-card__title--f54d7\">Italy</h3>",
      "firstParagraph": "Italy's winter charm unfolds in February, with fewer crowds at iconic sites, opportunities to immerse in local culture, and black truffle season in Umbria.",
      "paragraphHtml": "<p class=\"destination-card-module--destination-card__description--b1ca4\">Italy&apos;s winter charm unfolds in February, with fewer crowds at iconic sites, opportunities to immerse in local culture, and black truffle season in Umbria.</p>",
      "words": 24,
      "direct": false,
      "issue": "First paragraph is 24 words and does not look like a concise direct answer."
    },
    {
      "heading": "Costa Rica",
      "headingHtml": "<h3 class=\"destination-card-module--destination-card__title--f54d7\">Costa Rica</h3>",
      "firstParagraph": "February showcases Costa Rica at its driest and sunniest, perfect for wildlife spotting and visiting the breathtaking coastlines.",
      "paragraphHtml": "<p class=\"destination-card-module--destination-card__description--b1ca4\">February showcases Costa Rica at its driest and sunniest, perfect for wildlife spotting and visiting the breathtaking coastlines.</p>",
      "words": 18,
      "direct": false,
      "issue": "First paragraph is 18 words and does not look like a concise direct answer."
    },
    {
      "heading": "Argentina",
      "headingHtml": "<h3 class=\"destination-card-module--destination-card__title--f54d7\">Argentina</h3>",
      "firstParagraph": "Argentina's summer reaches full swing in February, offering perfect conditions for Patagonia and Buenos Aires, to name a few.",
      "paragraphHtml": "<p class=\"destination-card-module--destination-card__description--b1ca4\">Argentina&apos;s summer reaches full swing in February, offering perfect conditions for Patagonia and Buenos Aires, to name a few.</p>",
      "words": 19,
      "direct": false,
      "issue": "First paragraph is 19 words and does not look like a concise direct answer."
    },
    {
      "heading": "Norway",
      "headingHtml": "<h3 class=\"destination-card-module--destination-card__title--f54d7\">Norway</h3>",
      "firstParagraph": "February provides Norway's best aurora viewing opportunities, with long polar nights and peak winter activities.",
      "paragraphHtml": "<p class=\"destination-card-module--destination-card__description--b1ca4\">February provides Norway&apos;s best aurora viewing opportunities, with long polar nights and peak winter activities.</p>",
      "words": 15,
      "direct": false,
      "issue": "First paragraph is 15 words and does not look like a concise direct answer."
    },
    {
      "heading": "Italy",
      "headingHtml": "<h3 class=\"destination-card-module--destination-card__title--f54d7\">Italy</h3>",
      "firstParagraph": "As spring awakens Italy in March, tourist numbers remain manageable, while landscapes burst with Mediterranean color.",
      "paragraphHtml": "<p class=\"destination-card-module--destination-card__description--b1ca4\">As spring awakens Italy in March, tourist numbers remain manageable, while landscapes burst with Mediterranean color.</p>",
      "words": 16,
      "direct": false,
      "issue": "First paragraph is 16 words and does not look like a concise direct answer."
    },
    {
      "heading": "Japan",
      "headingHtml": "<h3 class=\"destination-card-module--destination-card__title--f54d7\">Japan</h3>",
      "firstParagraph": "Nothing compares to late March in Japan, when cherry blossom season turns the landscapes pink with sakura petals.",
      "paragraphHtml": "<p class=\"destination-card-module--destination-card__description--b1ca4\">Nothing compares to late March in Japan, when cherry blossom season turns the landscapes pink with sakura petals.</p>",
      "words": 18,
      "direct": false,
      "issue": "First paragraph is 18 words and does not look like a concise direct answer."
    },
    {
      "heading": "Morocco",
      "headingHtml": "<h3 class=\"destination-card-module--destination-card__title--f54d7\">Morocco</h3>",
      "firstParagraph": "March paints Morocco's landscapes with wildflowers, offering the sweet spot between winter chill and summer's intense heat.",
      "paragraphHtml": "<p class=\"destination-card-module--destination-card__description--b1ca4\">March paints Morocco&apos;s landscapes with wildflowers, offering the sweet spot between winter chill and summer&apos;s intense heat.</p>",
      "words": 17,
      "direct": false,
      "issue": "First paragraph is 17 words and does not look like a concise direct answer."
    },
    {
      "heading": "Chile",
      "headingHtml": "<h3 class=\"destination-card-module--destination-card__title--f54d7\">Chile</h3>",
      "firstParagraph": "March brings Chile's harvest season, with vineyard activity and moderate temperatures from Atacama to Patagonia.",
      "paragraphHtml": "<p class=\"destination-card-module--destination-card__description--b1ca4\">March brings Chile&apos;s harvest season, with vineyard activity and moderate temperatures from Atacama to Patagonia.</p>",
      "words": 15,
      "direct": false,
      "issue": "First paragraph is 15 words and does not look like a concise direct answer."
    },
    {
      "heading": "Maldives",
      "headingHtml": "<h3 class=\"destination-card-module--destination-card__title--f54d7\">Maldives</h3>",
      "firstParagraph": "The Maldives transitions into its dry season during March, with crystal-clear waters and gentle breezes along the coastlines.",
      "paragraphHtml": "<p class=\"destination-card-module--destination-card__description--b1ca4\">The Maldives transitions into its dry season during March, with crystal-clear waters and gentle breezes along the coastlines.</p>",
      "words": 18,
      "direct": false,
      "issue": "First paragraph is 18 words and does not look like a concise direct answer."
    },
    {
      "heading": "South Africa",
      "headingHtml": "<h3 class=\"destination-card-module--destination-card__title--f54d7\">South Africa</h3>",
      "firstParagraph": "March delivers South Africa's fall harvest season, with comfortable temperatures for wine tasting and wildlife viewing.",
      "paragraphHtml": "<p class=\"destination-card-module--destination-card__description--b1ca4\">March delivers South Africa&apos;s fall harvest season, with comfortable temperatures for wine tasting and wildlife viewing.</p>",
      "words": 16,
      "direct": false,
      "issue": "First paragraph is 16 words and does not look like a concise direct answer."
    },
    {
      "heading": "Spain",
      "headingHtml": "<h3 class=\"destination-card-module--destination-card__title--f54d7\">Spain</h3>",
      "firstParagraph": "Spain awakens from winter in March, with wildflowers blooming across Andalusia and authentic Easter celebrations.",
      "paragraphHtml": "<p class=\"destination-card-module--destination-card__description--b1ca4\">Spain awakens from winter in March, with wildflowers blooming across Andalusia and authentic Easter celebrations.</p>",
      "words": 15,
      "direct": false,
      "issue": "First paragraph is 15 words and does not look like a concise direct answer."
    },
    {
      "heading": "United Kingdom",
      "headingHtml": "<h3 class=\"destination-card-module--destination-card__title--f54d7\">United Kingdom</h3>",
      "firstParagraph": "The UK shakes off winter's grip in April, when gardens explode with color and historic sites breathe freely before summer crowds arrive.",
      "paragraphHtml": "<p class=\"destination-card-module--destination-card__description--b1ca4\">The UK shakes off winter&apos;s grip in April, when gardens explode with color and historic sites breathe freely before summer crowds arrive.</p>",
      "words": 22,
      "direct": false,
      "issue": "First paragraph is 22 words and does not look like a concise direct answer."
    },
    {
      "heading": "Bali",
      "headingHtml": "<h3 class=\"destination-card-module--destination-card__title--f54d7\">Bali</h3>",
      "firstParagraph": "As Bali transitions toward the dry season in April, expect comfortable temperatures and fewer tourists for more authentic cultural moments.",
      "paragraphHtml": "<p class=\"destination-card-module--destination-card__description--b1ca4\">As Bali transitions toward the dry season in April, expect comfortable temperatures and fewer tourists for more authentic cultural moments.</p>",
      "words": 20,
      "direct": false,
      "issue": "First paragraph is 20 words and does not look like a concise direct answer."
    },
    {
      "heading": "Egypt",
      "headingHtml": "<h3 class=\"destination-card-module--destination-card__title--f54d7\">Egypt</h3>",
      "firstParagraph": "Ancient wonders reveal themselves most comfortably in April's moderate temperatures, before the summer heat blankets the desert.",
      "paragraphHtml": "<p class=\"destination-card-module--destination-card__description--b1ca4\">Ancient wonders reveal themselves most comfortably in April&apos;s moderate temperatures, before the summer heat blankets the desert.</p>",
      "words": 17,
      "direct": false,
      "issue": "First paragraph is 17 words and does not look like a concise direct answer."
    },
    {
      "heading": "Argentina",
      "headingHtml": "<h3 class=\"destination-card-module--destination-card__title--f54d7\">Argentina</h3>",
      "firstParagraph": "April brings Argentina's stunning fall colors and ideal weather for visiting the wine country before the Patagonian winter.",
      "paragraphHtml": "<p class=\"destination-card-module--destination-card__description--b1ca4\">April brings Argentina&apos;s stunning fall colors and ideal weather for visiting the wine country before the Patagonian winter.</p>",
      "words": 18,
      "direct": false,
      "issue": "First paragraph is 18 words and does not look like a concise direct answer."
    },
    {
      "heading": "Botswana",
      "headingHtml": "<h3 class=\"destination-card-module--destination-card__title--f54d7\">Botswana</h3>",
      "firstParagraph": "April marks the start of Botswana's dry season, with pleasant temperatures and lush landscapes as the Okavango Delta's floodwaters begin to arrive.",
      "paragraphHtml": "<p class=\"destination-card-module--destination-card__description--b1ca4\">April marks the start of Botswana&apos;s dry season, with pleasant temperatures and lush landscapes as the Okavango Delta&apos;s floodwaters begin to arrive.</p>",
      "words": 22,
      "direct": false,
      "issue": "First paragraph is 22 words and does not look like a concise direct answer."
    },
    {
      "heading": "Japan",
      "headingHtml": "<h3 class=\"destination-card-module--destination-card__title--f54d7\">Japan</h3>",
      "firstParagraph": "Japan's cherry blossom season peaks in April, creating ethereal pink canopies over temples and gardens.",
      "paragraphHtml": "<p class=\"destination-card-module--destination-card__description--b1ca4\">Japan&apos;s cherry blossom season peaks in April, creating ethereal pink canopies over temples and gardens.</p>",
      "words": 15,
      "direct": false,
      "issue": "First paragraph is 15 words and does not look like a concise direct answer."
    },
    {
      "heading": "France",
      "headingHtml": "<h3 class=\"destination-card-module--destination-card__title--f54d7\">France</h3>",
      "firstParagraph": "May's pleasant temperatures transform many regions of France, inviting leisurely exploration and cultural immersion.",
      "paragraphHtml": "<p class=\"destination-card-module--destination-card__description--b1ca4\">May&apos;s pleasant temperatures transform many regions of France, inviting leisurely exploration and cultural immersion.</p>",
      "words": 14,
      "direct": false,
      "issue": "First paragraph is 14 words and does not look like a concise direct answer."
    },
    {
      "heading": "Greece",
      "headingHtml": "<h3 class=\"destination-card-module--destination-card__title--f54d7\">Greece</h3>",
      "firstParagraph": "Dive into Greece's crystal waters as they begin to warm up before summer crowds claim the perfect beach spots.",
      "paragraphHtml": "<p class=\"destination-card-module--destination-card__description--b1ca4\">Dive into Greece&apos;s crystal waters as they begin to warm up before summer crowds claim the perfect beach spots.</p>",
      "words": 19,
      "direct": false,
      "issue": "First paragraph is 19 words and does not look like a concise direct answer."
    },
    {
      "heading": "Ireland",
      "headingHtml": "<h3 class=\"destination-card-module--destination-card__title--f54d7\">Ireland</h3>",
      "firstParagraph": "The Emerald Isle earns its name in May, when rolling landscapes reach peak lushness under extended daylight hours.",
      "paragraphHtml": "<p class=\"destination-card-module--destination-card__description--b1ca4\">The Emerald Isle earns its name in May, when rolling landscapes reach peak lushness under extended daylight hours.</p>",
      "words": 18,
      "direct": false,
      "issue": "First paragraph is 18 words and does not look like a concise direct answer."
    },
    {
      "heading": "Croatia",
      "headingHtml": "<h3 class=\"destination-card-module--destination-card__title--f54d7\">Croatia</h3>",
      "firstParagraph": "Croatia's shoulder-season charm shines in May, with warming Adriatic waters and historic towns free from crowds.",
      "paragraphHtml": "<p class=\"destination-card-module--destination-card__description--b1ca4\">Croatia&apos;s shoulder-season charm shines in May, with warming Adriatic waters and historic towns free from crowds.</p>",
      "words": 16,
      "direct": false,
      "issue": "First paragraph is 16 words and does not look like a concise direct answer."
    },
    {
      "heading": "Galápagos",
      "headingHtml": "<h3 class=\"destination-card-module--destination-card__title--f54d7\">Gal&#xe1;pagos</h3>",
      "firstParagraph": "May brings calmer seas and excellent visibility for snorkeling with sea lions and observing unique endemic species in the Galápagos.",
      "paragraphHtml": "<p class=\"destination-card-module--destination-card__description--b1ca4\">May brings calmer seas and excellent visibility for snorkeling with sea lions and observing unique endemic species in the Gal&#xe1;pagos.</p>",
      "words": 21,
      "direct": false,
      "issue": "First paragraph is 21 words and does not look like a concise direct answer."
    },
    {
      "heading": "Tahiti",
      "headingHtml": "<h3 class=\"destination-card-module--destination-card__title--f54d7\">Tahiti</h3>",
      "firstParagraph": "Tahiti's dry season begins in May, with less humidity and ideal conditions for exploring lagoons and visiting the coastal regions.",
      "paragraphHtml": "<p class=\"destination-card-module--destination-card__description--b1ca4\">Tahiti&apos;s dry season begins in May, with less humidity and ideal conditions for exploring lagoons and visiting the coastal regions.</p>",
      "words": 20,
      "direct": false,
      "issue": "First paragraph is 20 words and does not look like a concise direct answer."
    },
    {
      "heading": "Sri Lanka",
      "headingHtml": "<h3 class=\"destination-card-module--destination-card__title--f54d7\">Sri Lanka</h3>",
      "firstParagraph": "In May, Sri Lanka’s hill country remains pleasant, with lush tea plantations and exciting opportunities for cultural immersion.",
      "paragraphHtml": "<p class=\"destination-card-module--destination-card__description--b1ca4\">In May, Sri Lanka&#x2019;s hill country remains pleasant, with lush tea plantations and exciting opportunities for cultural immersion.</p>",
      "words": 19,
      "direct": false,
      "issue": "First paragraph is 19 words and does not look like a concise direct answer."
    },
    {
      "heading": "Peru",
      "headingHtml": "<h3 class=\"destination-card-module--destination-card__title--f54d7\">Peru</h3>",
      "firstParagraph": "Dry, clear skies make June the golden month for experiencing Peru's archaeological wonders and breathtaking mountain scenery.",
      "paragraphHtml": "<p class=\"destination-card-module--destination-card__description--b1ca4\">Dry, clear skies make June the golden month for experiencing Peru&apos;s archaeological wonders and breathtaking mountain scenery.</p>",
      "words": 17,
      "direct": false,
      "issue": "First paragraph is 17 words and does not look like a concise direct answer."
    },
    {
      "heading": "New Zealand",
      "headingHtml": "<h3 class=\"destination-card-module--destination-card__title--f54d7\">New Zealand</h3>",
      "firstParagraph": "Winter takes hold in June across New Zealand's alpine scenery, offering pristine powder and cozy atmospheres.",
      "paragraphHtml": "<p class=\"destination-card-module--destination-card__description--b1ca4\">Winter takes hold in June across New Zealand&apos;s alpine scenery, offering pristine powder and cozy atmospheres.</p>",
      "words": 16,
      "direct": false,
      "issue": "First paragraph is 16 words and does not look like a concise direct answer."
    },
    {
      "heading": "Fiji",
      "headingHtml": "<h3 class=\"destination-card-module--destination-card__title--f54d7\">Fiji</h3>",
      "firstParagraph": "June delivers a perfect balance of sunny skies, cool evenings, and underwater visibility in Fiji, delighting divers.",
      "paragraphHtml": "<p class=\"destination-card-module--destination-card__description--b1ca4\">June delivers a perfect balance of sunny skies, cool evenings, and underwater visibility in Fiji, delighting divers.</p>",
      "words": 17,
      "direct": false,
      "issue": "First paragraph is 17 words and does not look like a concise direct answer."
    },
    {
      "heading": "Greece",
      "headingHtml": "<h3 class=\"destination-card-module--destination-card__title--f54d7\">Greece</h3>",
      "firstParagraph": "June brings Greece's perfect balance of warm weather and manageable crowds, with wildflowers still blooming.",
      "paragraphHtml": "<p class=\"destination-card-module--destination-card__description--b1ca4\">June brings Greece&apos;s perfect balance of warm weather and manageable crowds, with wildflowers still blooming.</p>",
      "words": 15,
      "direct": false,
      "issue": "First paragraph is 15 words and does not look like a concise direct answer."
    },
    {
      "heading": "Sweden",
      "headingHtml": "<h3 class=\"destination-card-module--destination-card__title--f54d7\">Sweden</h3>",
      "firstParagraph": "Sweden celebrates bright nights in June, with nearly 24 hours of daylight and mid-summer traditions captivating travelers.",
      "paragraphHtml": "<p class=\"destination-card-module--destination-card__description--b1ca4\">Sweden celebrates bright nights in June, with nearly 24 hours of daylight and mid-summer traditions captivating travelers.</p>",
      "words": 17,
      "direct": false,
      "issue": "First paragraph is 17 words and does not look like a concise direct answer."
    },
    {
      "heading": "Rwanda",
      "headingHtml": "<h3 class=\"destination-card-module--destination-card__title--f54d7\">Rwanda</h3>",
      "firstParagraph": "June delivers Rwanda's dry season, with clear mountain views ideal for gorilla-trekking adventures and outdoor exploration.",
      "paragraphHtml": "<p class=\"destination-card-module--destination-card__description--b1ca4\">June delivers Rwanda&apos;s dry season, with clear mountain views ideal for gorilla-trekking adventures and outdoor exploration.</p>",
      "words": 16,
      "direct": false,
      "issue": "First paragraph is 16 words and does not look like a concise direct answer."
    },
    {
      "heading": "Turkey",
      "headingHtml": "<h3 class=\"destination-card-module--destination-card__title--f54d7\">Turkey</h3>",
      "firstParagraph": "Turkey's Mediterranean coast reaches perfection in June, with warm seas and comfortable weather for touring ancient ruins.",
      "paragraphHtml": "<p class=\"destination-card-module--destination-card__description--b1ca4\">Turkey&apos;s Mediterranean coast reaches perfection in June, with warm seas and comfortable weather for touring ancient ruins.</p>",
      "words": 17,
      "direct": false,
      "issue": "First paragraph is 17 words and does not look like a concise direct answer."
    },
    {
      "heading": "Norway",
      "headingHtml": "<h3 class=\"destination-card-module--destination-card__title--f54d7\">Norway</h3>",
      "firstParagraph": "Norway's midnight sun illuminates dramatic fjords throughout June, creating magical conditions for hiking and adventure.",
      "paragraphHtml": "<p class=\"destination-card-module--destination-card__description--b1ca4\">Norway&apos;s midnight sun illuminates dramatic fjords throughout June, creating magical conditions for hiking and adventure.</p>",
      "words": 15,
      "direct": false,
      "issue": "First paragraph is 15 words and does not look like a concise direct answer."
    },
    {
      "heading": "Tahiti",
      "headingHtml": "<h3 class=\"destination-card-module--destination-card__title--f54d7\">Tahiti</h3>",
      "firstParagraph": "Tahiti shines brightest in July, when dry skies, cultural performances, and warm ocean temperatures create sensational conditions.",
      "paragraphHtml": "<p class=\"destination-card-module--destination-card__description--b1ca4\">Tahiti shines brightest in July, when dry skies, cultural performances, and warm ocean temperatures create sensational conditions.</p>",
      "words": 17,
      "direct": false,
      "issue": "First paragraph is 17 words and does not look like a concise direct answer."
    },
    {
      "heading": "Kenya",
      "headingHtml": "<h3 class=\"destination-card-module--destination-card__title--f54d7\">Kenya</h3>",
      "firstParagraph": "Nature's greatest spectacle unfolds in July as millions of wildebeest draw big cats and photographers to Kenya's legendary plains.",
      "paragraphHtml": "<p class=\"destination-card-module--destination-card__description--b1ca4\">Nature&apos;s greatest spectacle unfolds in July as millions of wildebeest draw big cats and photographers to Kenya&apos;s legendary plains.</p>",
      "words": 19,
      "direct": false,
      "issue": "First paragraph is 19 words and does not look like a concise direct answer."
    },
    {
      "heading": "Portugal",
      "headingHtml": "<h3 class=\"destination-card-module--destination-card__title--f54d7\">Portugal</h3>",
      "firstParagraph": "Portugal's summer peak arrives in July, with perfect beach weather and vibrant festivals throughout the country.",
      "paragraphHtml": "<p class=\"destination-card-module--destination-card__description--b1ca4\">Portugal&apos;s summer peak arrives in July, with perfect beach weather and vibrant festivals throughout the country.</p>",
      "words": 16,
      "direct": false,
      "issue": "First paragraph is 16 words and does not look like a concise direct answer."
    },
    {
      "heading": "Finland",
      "headingHtml": "<h3 class=\"destination-card-module--destination-card__title--f54d7\">Finland</h3>",
      "firstParagraph": "Finland's July nights offer endless daylight, perfect for exploring pristine wilderness and the sparkling lakes.",
      "paragraphHtml": "<p class=\"destination-card-module--destination-card__description--b1ca4\">Finland&apos;s July nights offer endless daylight, perfect for exploring pristine wilderness and the sparkling lakes.</p>",
      "words": 15,
      "direct": false,
      "issue": "First paragraph is 15 words and does not look like a concise direct answer."
    },
    {
      "heading": "Costa Rica",
      "headingHtml": "<h3 class=\"destination-card-module--destination-card__title--f54d7\">Costa Rica</h3>",
      "firstParagraph": "July brings Costa Rica's brief dry spell during the rainy season, offering excellent wildlife-viewing opportunities.",
      "paragraphHtml": "<p class=\"destination-card-module--destination-card__description--b1ca4\">July brings Costa Rica&apos;s brief dry spell during the rainy season, offering excellent wildlife-viewing opportunities.</p>",
      "words": 15,
      "direct": false,
      "issue": "First paragraph is 15 words and does not look like a concise direct answer."
    },
    {
      "heading": "New Zealand",
      "headingHtml": "<h3 class=\"destination-card-module--destination-card__title--f54d7\">New Zealand</h3>",
      "firstParagraph": "New Zealand's winter sports season peaks in July, with excellent skiing conditions in the Southern Alps.",
      "paragraphHtml": "<p class=\"destination-card-module--destination-card__description--b1ca4\">New Zealand&apos;s winter sports season peaks in July, with excellent skiing conditions in the Southern Alps.</p>",
      "words": 16,
      "direct": false,
      "issue": "First paragraph is 16 words and does not look like a concise direct answer."
    },
    {
      "heading": "Tanzania",
      "headingHtml": "<h3 class=\"destination-card-module--destination-card__title--f54d7\">Tanzania</h3>",
      "firstParagraph": "July delivers Tanzania's Great Migration at its most dramatic, when massive herds cross the Mara River.",
      "paragraphHtml": "<p class=\"destination-card-module--destination-card__description--b1ca4\">July delivers Tanzania&apos;s Great Migration at its most dramatic, when massive herds cross the Mara River.</p>",
      "words": 16,
      "direct": false,
      "issue": "First paragraph is 16 words and does not look like a concise direct answer."
    },
    {
      "heading": "Scotland",
      "headingHtml": "<h3 class=\"destination-card-module--destination-card__title--f54d7\">Scotland</h3>",
      "firstParagraph": "August ignites Scotland's cultural heart, with world-class performances, Highland traditions, and landscapes bathed in golden light.",
      "paragraphHtml": "<p class=\"destination-card-module--destination-card__description--b1ca4\">August ignites Scotland&apos;s cultural heart, with world-class performances, Highland traditions, and landscapes bathed in golden light.</p>",
      "words": 16,
      "direct": false,
      "issue": "First paragraph is 16 words and does not look like a concise direct answer."
    },
    {
      "heading": "Iceland",
      "headingHtml": "<h3 class=\"destination-card-module--destination-card__title--f54d7\">Iceland</h3>",
      "firstParagraph": "Long summer days illuminate Iceland's otherworldly terrain in August, providing extended hours for exploring its dramatic landscapes.",
      "paragraphHtml": "<p class=\"destination-card-module--destination-card__description--b1ca4\">Long summer days illuminate Iceland&apos;s otherworldly terrain in August, providing extended hours for exploring its dramatic landscapes.</p>",
      "words": 17,
      "direct": false,
      "issue": "First paragraph is 17 words and does not look like a concise direct answer."
    },
    {
      "heading": "Botswana",
      "headingHtml": "<h3 class=\"destination-card-module--destination-card__title--f54d7\">Botswana</h3>",
      "firstParagraph": "Wildlife viewing reaches its dramatic peak in August, when animals converge around Botswana's shrinking water sources.",
      "paragraphHtml": "<p class=\"destination-card-module--destination-card__description--b1ca4\">Wildlife viewing reaches its dramatic peak in August, when animals converge around Botswana&apos;s shrinking water sources.</p>",
      "words": 16,
      "direct": false,
      "issue": "First paragraph is 16 words and does not look like a concise direct answer."
    },
    {
      "heading": "Austria",
      "headingHtml": "<h3 class=\"destination-card-module--destination-card__title--f54d7\">Austria</h3>",
      "firstParagraph": "Austria's summer festivals reach their crescendo in August, with classical music and perfect alpine hiking conditions.",
      "paragraphHtml": "<p class=\"destination-card-module--destination-card__description--b1ca4\">Austria&apos;s summer festivals reach their crescendo in August, with classical music and perfect alpine hiking conditions.</p>",
      "words": 16,
      "direct": false,
      "issue": "First paragraph is 16 words and does not look like a concise direct answer."
    },
    {
      "heading": "Germany",
      "headingHtml": "<h3 class=\"destination-card-module--destination-card__title--f54d7\">Germany</h3>",
      "firstParagraph": "Germany's summer peak brings August festivals, lively outdoor beer gardens, and perfect weather for castle exploration.",
      "paragraphHtml": "<p class=\"destination-card-module--destination-card__description--b1ca4\">Germany&apos;s summer peak brings August festivals, lively outdoor beer gardens, and perfect weather for castle exploration.</p>",
      "words": 16,
      "direct": false,
      "issue": "First paragraph is 16 words and does not look like a concise direct answer."
    },
    {
      "heading": "Zimbabwe",
      "headingHtml": "<h3 class=\"destination-card-module--destination-card__title--f54d7\">Zimbabwe</h3>",
      "firstParagraph": "August offers prime wildlife viewing in Zimbabwe, when animals gather around rivers, creating dramatic photography scenes.",
      "paragraphHtml": "<p class=\"destination-card-module--destination-card__description--b1ca4\">August offers prime wildlife viewing in Zimbabwe, when animals gather around rivers, creating dramatic photography scenes.</p>",
      "words": 16,
      "direct": false,
      "issue": "First paragraph is 16 words and does not look like a concise direct answer."
    },
    {
      "heading": "Brazil",
      "headingHtml": "<h3 class=\"destination-card-module--destination-card__title--f54d7\">Brazil</h3>",
      "firstParagraph": "Brazil's winter brings clear skies and comfortable temperatures to the Pantanal for exceptional wildlife viewing.",
      "paragraphHtml": "<p class=\"destination-card-module--destination-card__description--b1ca4\">Brazil&apos;s winter brings clear skies and comfortable temperatures to the Pantanal for exceptional wildlife viewing.</p>",
      "words": 15,
      "direct": false,
      "issue": "First paragraph is 15 words and does not look like a concise direct answer."
    },
    {
      "heading": "Kenya",
      "headingHtml": "<h3 class=\"destination-card-module--destination-card__title--f54d7\">Kenya</h3>",
      "firstParagraph": "August marks Kenya's Great Migration at its most spectacular, when wildebeest herds thunder across the Maasai Mara.",
      "paragraphHtml": "<p class=\"destination-card-module--destination-card__description--b1ca4\">August marks Kenya&apos;s Great Migration at its most spectacular, when wildebeest herds thunder across the Maasai Mara.</p>",
      "words": 17,
      "direct": false,
      "issue": "First paragraph is 17 words and does not look like a concise direct answer."
    },
    {
      "heading": "Zimbabwe",
      "headingHtml": "<h3 class=\"destination-card-module--destination-card__title--f54d7\">Zimbabwe</h3>",
      "firstParagraph": "Witness nature's raw drama in September, when Zimbabwe's wildlife congregates around watering holes.",
      "paragraphHtml": "<p class=\"destination-card-module--destination-card__description--b1ca4\">Witness nature&apos;s raw drama in September, when Zimbabwe&apos;s wildlife congregates around watering holes.</p>",
      "words": 13,
      "direct": false,
      "issue": "First paragraph is 13 words and does not look like a concise direct answer."
    },
    {
      "heading": "Spain",
      "headingHtml": "<h3 class=\"destination-card-module--destination-card__title--f54d7\">Spain</h3>",
      "firstParagraph": "Spain relaxes into September's golden glow, when summer heat subsides, tourist crowds thin, and wine country bursts with activity.",
      "paragraphHtml": "<p class=\"destination-card-module--destination-card__description--b1ca4\">Spain relaxes into September&apos;s golden glow, when summer heat subsides, tourist crowds thin, and wine country bursts with activity.</p>",
      "words": 19,
      "direct": false,
      "issue": "First paragraph is 19 words and does not look like a concise direct answer."
    },
    {
      "heading": "Turkey",
      "headingHtml": "<h3 class=\"destination-card-module--destination-card__title--f54d7\">Turkey</h3>",
      "firstParagraph": "Turkey reveals its authentic charm in September, when summer crowds depart, but Mediterranean waters remain blissfully warm.",
      "paragraphHtml": "<p class=\"destination-card-module--destination-card__description--b1ca4\">Turkey reveals its authentic charm in September, when summer crowds depart, but Mediterranean waters remain blissfully warm.</p>",
      "words": 17,
      "direct": false,
      "issue": "First paragraph is 17 words and does not look like a concise direct answer."
    },
    {
      "heading": "Norway",
      "headingHtml": "<h3 class=\"destination-card-module--destination-card__title--f54d7\">Norway</h3>",
      "firstParagraph": "September brings Norway's fall colors and renewed aurora activity as darkness returns for Northern Lights photography.",
      "paragraphHtml": "<p class=\"destination-card-module--destination-card__description--b1ca4\">September brings Norway&apos;s fall colors and renewed aurora activity as darkness returns for Northern Lights photography.</p>",
      "words": 16,
      "direct": false,
      "issue": "First paragraph is 16 words and does not look like a concise direct answer."
    },
    {
      "heading": "Italy",
      "headingHtml": "<h3 class=\"destination-card-module--destination-card__title--f54d7\">Italy</h3>",
      "firstParagraph": "Italy's harvest season creates a marvelous September, with truffle hunting, wine festivals, and comfortable temperatures.",
      "paragraphHtml": "<p class=\"destination-card-module--destination-card__description--b1ca4\">Italy&apos;s harvest season creates a marvelous September, with truffle hunting, wine festivals, and comfortable temperatures.</p>",
      "words": 15,
      "direct": false,
      "issue": "First paragraph is 15 words and does not look like a concise direct answer."
    },
    {
      "heading": "South Africa",
      "headingHtml": "<h3 class=\"destination-card-module--destination-card__title--f54d7\">South Africa</h3>",
      "firstParagraph": "September ushers in South Africa's spring, with wildflowers carpeting the Western Cape and whale-watching season.",
      "paragraphHtml": "<p class=\"destination-card-module--destination-card__description--b1ca4\">September ushers in South Africa&apos;s spring, with wildflowers carpeting the Western Cape and whale-watching season.</p>",
      "words": 15,
      "direct": false,
      "issue": "First paragraph is 15 words and does not look like a concise direct answer."
    },
    {
      "heading": "Slovenia",
      "headingHtml": "<h3 class=\"destination-card-module--destination-card__title--f54d7\">Slovenia</h3>",
      "firstParagraph": "Slovenia's fall beauty peaks in September, with golden vineyards and comfortable hiking weather in the Julian Alps.",
      "paragraphHtml": "<p class=\"destination-card-module--destination-card__description--b1ca4\">Slovenia&apos;s fall beauty peaks in September, with golden vineyards and comfortable hiking weather in the Julian Alps.</p>",
      "words": 17,
      "direct": false,
      "issue": "First paragraph is 17 words and does not look like a concise direct answer."
    },
    {
      "heading": "United Kingdom",
      "headingHtml": "<h3 class=\"destination-card-module--destination-card__title--f54d7\">United Kingdom</h3>",
      "firstParagraph": "The UK's fall foliage begins appearing in September, while the weather remains mild for exploring the countryside.",
      "paragraphHtml": "<p class=\"destination-card-module--destination-card__description--b1ca4\">The UK&apos;s fall foliage begins appearing in September, while the weather remains mild for exploring the countryside.</p>",
      "words": 17,
      "direct": false,
      "issue": "First paragraph is 17 words and does not look like a concise direct answer."
    },
    {
      "heading": "Italy",
      "headingHtml": "<h3 class=\"destination-card-module--destination-card__title--f54d7\">Italy</h3>",
      "firstParagraph": "Fall casts its spell over Italy in October, bringing harvest bounties, comfortable sightseeing weather, and richly-colored landscapes.",
      "paragraphHtml": "<p class=\"destination-card-module--destination-card__description--b1ca4\">Fall casts its spell over Italy in October, bringing harvest bounties, comfortable sightseeing weather, and richly-colored landscapes.</p>",
      "words": 17,
      "direct": false,
      "issue": "First paragraph is 17 words and does not look like a concise direct answer."
    },
    {
      "heading": "Nepal",
      "headingHtml": "<h3 class=\"destination-card-module--destination-card__title--f54d7\">Nepal</h3>",
      "firstParagraph": "Trekkers dream of October in Nepal, when monsoon clouds lift to reveal crystal-clear mountain panoramas and comfortable hiking conditions.",
      "paragraphHtml": "<p class=\"destination-card-module--destination-card__description--b1ca4\">Trekkers dream of October in Nepal, when monsoon clouds lift to reveal crystal-clear mountain panoramas and comfortable hiking conditions.</p>",
      "words": 19,
      "direct": false,
      "issue": "First paragraph is 19 words and does not look like a concise direct answer."
    },
    {
      "heading": "Chile",
      "headingHtml": "<h3 class=\"destination-card-module--destination-card__title--f54d7\">Chile</h3>",
      "firstParagraph": "Chilean Patagonia awakens dramatically in October, as spring breathes life and color into one of Earth's most spectacular regions.",
      "paragraphHtml": "<p class=\"destination-card-module--destination-card__description--b1ca4\">Chilean Patagonia awakens dramatically in October, as spring breathes life and color into one of Earth&apos;s most spectacular regions.</p>",
      "words": 19,
      "direct": false,
      "issue": "First paragraph is 19 words and does not look like a concise direct answer."
    },
    {
      "heading": "Croatia",
      "headingHtml": "<h3 class=\"destination-card-module--destination-card__title--f54d7\">Croatia</h3>",
      "firstParagraph": "Croatia's fall charm invites travelers in October with still-warm Adriatic waters and golden light illuminating historic cities.",
      "paragraphHtml": "<p class=\"destination-card-module--destination-card__description--b1ca4\">Croatia&apos;s fall charm invites travelers in October with still-warm Adriatic waters and golden light illuminating historic cities.</p>",
      "words": 17,
      "direct": false,
      "issue": "First paragraph is 17 words and does not look like a concise direct answer."
    },
    {
      "heading": "Japan",
      "headingHtml": "<h3 class=\"destination-card-module--destination-card__title--f54d7\">Japan</h3>",
      "firstParagraph": "Japan's fall foliage season begins in October, painting temples and gardens in brilliant reds and golds.",
      "paragraphHtml": "<p class=\"destination-card-module--destination-card__description--b1ca4\">Japan&apos;s fall foliage season begins in October, painting temples and gardens in brilliant reds and golds.</p>",
      "words": 16,
      "direct": false,
      "issue": "First paragraph is 16 words and does not look like a concise direct answer."
    },
    {
      "heading": "Tahiti",
      "headingHtml": "<h3 class=\"destination-card-module--destination-card__title--f54d7\">Tahiti</h3>",
      "firstParagraph": "October brings Tahiti's trade wind season, with consistent breezes and excellent diving conditions.",
      "paragraphHtml": "<p class=\"destination-card-module--destination-card__description--b1ca4\">October brings Tahiti&apos;s trade wind season, with consistent breezes and excellent diving conditions.</p>",
      "words": 13,
      "direct": false,
      "issue": "First paragraph is 13 words and does not look like a concise direct answer."
    },
    {
      "heading": "Egypt",
      "headingHtml": "<h3 class=\"destination-card-module--destination-card__title--f54d7\">Egypt</h3>",
      "firstParagraph": "October offers Egypt's return to comfortable temperatures, ideal for exploring ancient monuments and sailing the Nile.",
      "paragraphHtml": "<p class=\"destination-card-module--destination-card__description--b1ca4\">October offers Egypt&apos;s return to comfortable temperatures, ideal for exploring ancient monuments and sailing the Nile.</p>",
      "words": 16,
      "direct": false,
      "issue": "First paragraph is 16 words and does not look like a concise direct answer."
    },
    {
      "heading": "Jordan",
      "headingHtml": "<h3 class=\"destination-card-module--destination-card__title--f54d7\">Jordan</h3>",
      "firstParagraph": "Jordan's pleasant fall weather arrives in October, perfect for exploring Petra and Wadi Rum under clear skies.",
      "paragraphHtml": "<p class=\"destination-card-module--destination-card__description--b1ca4\">Jordan&apos;s pleasant fall weather arrives in October, perfect for exploring Petra and Wadi Rum under clear skies.</p>",
      "words": 17,
      "direct": false,
      "issue": "First paragraph is 17 words and does not look like a concise direct answer."
    },
    {
      "heading": "Portugal",
      "headingHtml": "<h3 class=\"destination-card-module--destination-card__title--f54d7\">Portugal</h3>",
      "firstParagraph": "November in Portugal offers uncrowded historic sites and authentic cultural experiences at every turn.",
      "paragraphHtml": "<p class=\"destination-card-module--destination-card__description--b1ca4\">November in Portugal offers uncrowded historic sites and authentic cultural experiences at every turn.</p>",
      "words": 14,
      "direct": false,
      "issue": "First paragraph is 14 words and does not look like a concise direct answer."
    },
    {
      "heading": "Antarctica",
      "headingHtml": "<h3 class=\"destination-card-module--destination-card__title--f54d7\">Antarctica</h3>",
      "firstParagraph": "Antarctica emerges from winter isolation in November, revealing pristine snowscapes and bustling penguin rookeries to the season's first visitors.",
      "paragraphHtml": "<p class=\"destination-card-module--destination-card__description--b1ca4\">Antarctica emerges from winter isolation in November, revealing pristine snowscapes and bustling penguin rookeries to the season&apos;s first visitors.</p>",
      "words": 19,
      "direct": false,
      "issue": "First paragraph is 19 words and does not look like a concise direct answer."
    },
    {
      "heading": "Vietnam",
      "headingHtml": "<h3 class=\"destination-card-module--destination-card__title--f54d7\">Vietnam</h3>",
      "firstParagraph": "Vietnam's diverse regions align perfectly in November, when dry, comfortable conditions span from mountain terraces to delta waterways.",
      "paragraphHtml": "<p class=\"destination-card-module--destination-card__description--b1ca4\">Vietnam&apos;s diverse regions align perfectly in November, when dry, comfortable conditions span from mountain terraces to delta waterways.</p>",
      "words": 18,
      "direct": false,
      "issue": "First paragraph is 18 words and does not look like a concise direct answer."
    },
    {
      "heading": "Turkey",
      "headingHtml": "<h3 class=\"destination-card-module--destination-card__title--f54d7\">Turkey</h3>",
      "firstParagraph": "Turkey's shoulder season charm emerges in November, with fewer crowds and comfortable temperatures in its coastal and central regions.",
      "paragraphHtml": "<p class=\"destination-card-module--destination-card__description--b1ca4\">Turkey&apos;s shoulder season charm emerges in November, with fewer crowds and comfortable temperatures in its coastal and central regions.</p>",
      "words": 19,
      "direct": false,
      "issue": "First paragraph is 19 words and does not look like a concise direct answer."
    },
    {
      "heading": "Argentina",
      "headingHtml": "<h3 class=\"destination-card-module--destination-card__title--f54d7\">Argentina</h3>",
      "firstParagraph": "Argentina's spring blooms in November, with comfortable temperatures perfect for wine regions and Buenos Aires exploration.",
      "paragraphHtml": "<p class=\"destination-card-module--destination-card__description--b1ca4\">Argentina&apos;s spring blooms in November, with comfortable temperatures perfect for wine regions and Buenos Aires exploration.</p>",
      "words": 16,
      "direct": false,
      "issue": "First paragraph is 16 words and does not look like a concise direct answer."
    },
    {
      "heading": "Tanzania",
      "headingHtml": "<h3 class=\"destination-card-module--destination-card__title--f54d7\">Tanzania</h3>",
      "firstParagraph": "November brings Tanzania's short rains, refreshing landscapes, and concentrated wildlife for excellent game viewing.",
      "paragraphHtml": "<p class=\"destination-card-module--destination-card__description--b1ca4\">November brings Tanzania&apos;s short rains, refreshing landscapes, and concentrated wildlife for excellent game viewing.</p>",
      "words": 14,
      "direct": false,
      "issue": "First paragraph is 14 words and does not look like a concise direct answer."
    },
    {
      "heading": "Australia",
      "headingHtml": "<h3 class=\"destination-card-module--destination-card__title--f54d7\">Australia</h3>",
      "firstParagraph": "Australia's spring reaches full bloom in November, with wildflowers carpeting the Outback and perfect city temperatures.",
      "paragraphHtml": "<p class=\"destination-card-module--destination-card__description--b1ca4\">Australia&apos;s spring reaches full bloom in November, with wildflowers carpeting the Outback and perfect city temperatures.</p>",
      "words": 16,
      "direct": false,
      "issue": "First paragraph is 16 words and does not look like a concise direct answer."
    },
    {
      "heading": "Morocco",
      "headingHtml": "<h3 class=\"destination-card-module--destination-card__title--f54d7\">Morocco</h3>",
      "firstParagraph": "Morocco's comfortable fall weather makes November ideal for exploring imperial cities and Atlas Mountain trekking.",
      "paragraphHtml": "<p class=\"destination-card-module--destination-card__description--b1ca4\">Morocco&apos;s comfortable fall weather makes November ideal for exploring imperial cities and Atlas Mountain trekking.</p>",
      "words": 15,
      "direct": false,
      "issue": "First paragraph is 15 words and does not look like a concise direct answer."
    },
    {
      "heading": "France",
      "headingHtml": "<h3 class=\"destination-card-module--destination-card__title--f54d7\">France</h3>",
      "firstParagraph": "Winter transforms France into a country of twinkling lights, seasonal markets, and perfect conditions across alpine ski terrain.",
      "paragraphHtml": "<p class=\"destination-card-module--destination-card__description--b1ca4\">Winter transforms France into a country of twinkling lights, seasonal markets, and perfect conditions across alpine ski terrain.</p>",
      "words": 18,
      "direct": false,
      "issue": "First paragraph is 18 words and does not look like a concise direct answer."
    },
    {
      "heading": "Bhutan",
      "headingHtml": "<h3 class=\"destination-card-module--destination-card__title--f54d7\">Bhutan</h3>",
      "firstParagraph": "December unveils Bhutan at its most photogenic, with crystal-clear mountain vistas set against deep-blue skies and minimal crowds to disturb the serenity.",
      "paragraphHtml": "<p class=\"destination-card-module--destination-card__description--b1ca4\">December unveils Bhutan at its most photogenic, with crystal-clear mountain vistas set against deep-blue skies and minimal crowds to disturb the serenity.</p>",
      "words": 22,
      "direct": false,
      "issue": "First paragraph is 22 words and does not look like a concise direct answer."
    },
    {
      "heading": "Argentina",
      "headingHtml": "<h3 class=\"destination-card-module--destination-card__title--f54d7\">Argentina</h3>",
      "firstParagraph": "Summer blooms across Argentina in December, offering perfect conditions for exploring everything from glacial landscapes to sophisticated Buenos Aires neighborhoods.",
      "paragraphHtml": "<p class=\"destination-card-module--destination-card__description--b1ca4\">Summer blooms across Argentina in December, offering perfect conditions for exploring everything from glacial landscapes to sophisticated Buenos Aires neighborhoods.</p>",
      "words": 20,
      "direct": false,
      "issue": "First paragraph is 20 words and does not look like a concise direct answer."
    },
    {
      "heading": "Austria",
      "headingHtml": "<h3 class=\"destination-card-module--destination-card__title--f54d7\">Austria</h3>",
      "firstParagraph": "Austria's Christmas markets create December magic, with twinkling lights and world-class skiing under crisp winter skies.",
      "paragraphHtml": "<p class=\"destination-card-module--destination-card__description--b1ca4\">Austria&apos;s Christmas markets create December magic, with twinkling lights and world-class skiing under crisp winter skies.</p>",
      "words": 16,
      "direct": false,
      "issue": "First paragraph is 16 words and does not look like a concise direct answer."
    },
    {
      "heading": "Italy",
      "headingHtml": "<h3 class=\"destination-card-module--destination-card__title--f54d7\">Italy</h3>",
      "firstParagraph": "Italy's winter charm unfolds in December, with festive Christmas markets and fewer crowds at major attractions.",
      "paragraphHtml": "<p class=\"destination-card-module--destination-card__description--b1ca4\">Italy&apos;s winter charm unfolds in December, with festive Christmas markets and fewer crowds at major attractions.</p>",
      "words": 16,
      "direct": false,
      "issue": "First paragraph is 16 words and does not look like a concise direct answer."
    },
    {
      "heading": "New Zealand",
      "headingHtml": "<h3 class=\"destination-card-module--destination-card__title--f54d7\">New Zealand</h3>",
      "firstParagraph": "New Zealand's summer begins in December, with long daylight hours and perfect conditions for outdoor adventures.",
      "paragraphHtml": "<p class=\"destination-card-module--destination-card__description--b1ca4\">New Zealand&apos;s summer begins in December, with long daylight hours and perfect conditions for outdoor adventures.</p>",
      "words": 16,
      "direct": false,
      "issue": "First paragraph is 16 words and does not look like a concise direct answer."
    },
    {
      "heading": "Maldives",
      "headingHtml": "<h3 class=\"destination-card-module--destination-card__title--f54d7\">Maldives</h3>",
      "firstParagraph": "December brings the Maldives' peak dry season, with crystal-clear waters and gentle breezes for water sports.",
      "paragraphHtml": "<p class=\"destination-card-module--destination-card__description--b1ca4\">December brings the Maldives&apos; peak dry season, with crystal-clear waters and gentle breezes for water sports.</p>",
      "words": 16,
      "direct": false,
      "issue": "First paragraph is 16 words and does not look like a concise direct answer."
    },
    {
      "heading": "Cambodia",
      "headingHtml": "<h3 class=\"destination-card-module--destination-card__title--f54d7\">Cambodia</h3>",
      "firstParagraph": "Cambodia's cool, dry season arrives in December, offering perfect temperatures for exploring Angkor Wat's ancient temples.",
      "paragraphHtml": "<p class=\"destination-card-module--destination-card__description--b1ca4\">Cambodia&apos;s cool, dry season arrives in December, offering perfect temperatures for exploring Angkor Wat&apos;s ancient temples.</p>",
      "words": 16,
      "direct": false,
      "issue": "First paragraph is 16 words and does not look like a concise direct answer."
    },
    {
      "heading": "How Zicasso Works",
      "headingHtml": "<h2 class=\"how-zicasso-works-module--how__title--5963e\">How Zicasso Works</h2>",
      "firstParagraph": "Here's how we create life-enriching, luxury travel experiences",
      "paragraphHtml": "<p class=\"how-zicasso-works-module--how__subTitle--0d637\">Here&apos;s how we create life-enriching, luxury travel experiences</p>",
      "words": 8,
      "direct": false,
      "issue": "First paragraph is 8 words and does not look like a concise direct answer."
    },
    {
      "heading": "Experiences beyond your wildest dreams",
      "headingHtml": "<h2 id=\"explore-trip-ideas-title\" class=\"section-title-module--section-title__title--c15ea\">Experiences beyond your wildest dreams</h2>",
      "firstParagraph": "Whether exploring as a family or escaping on a romantic trip with your partner, discover extraordinary experiences to bring your travel dreams to life.",
      "paragraphHtml": "<p class=\"section-title-module--section-title__description--7b313\">Whether exploring as a family or escaping on a romantic trip with your partner, discover extraordinary experiences to bring your travel dreams to life.</p>",
      "words": 24,
      "direct": false,
      "issue": "First paragraph is 24 words and does not look like a concise direct answer."
    },
    {
      "heading": "Immersive, authentic tours",
      "headingHtml": "<h3 class=\"explore-trip-ideas-module--explore-trip-ideas__card-title--3805c\">Immersive, authentic tours</h3>",
      "firstParagraph": "Uncover ancient mysteries, retrace the steps of legends, and gaze upon iconic paintings, sculptures, and sketches. Dance in vibrant festivals, explore crumbling ruins, and delight in the different cultures and traditions that make our world so captivating.",
      "paragraphHtml": "<p class=\"explore-trip-ideas-module--explore-trip-ideas__card-description--aaa84\">Uncover ancient mysteries, retrace the steps of legends, and gaze upon iconic paintings, sculptures, and sketches. Dance in vibrant festivals, explore crumbling ruins, and delight in the different cultures and traditions that make our world so captivating.</p>",
      "words": 37,
      "direct": false,
      "issue": "First paragraph is 37 words and does not look like a concise direct answer."
    },
    {
      "heading": "Exciting outdoor exploration",
      "headingHtml": "<h3 class=\"explore-trip-ideas-module--explore-trip-ideas__card-title--3805c\">Exciting outdoor exploration</h3>",
      "firstParagraph": "Lace up your boots and get set to explore. Whether it's a gentle approach or pushing your limits, let us curate your thrilling active adventure. Scale craggy peaks, kayak through crystalline fjords, and cycle across undulating roads, with each twist and turn revealing breathtaking views.",
      "paragraphHtml": "<p class=\"explore-trip-ideas-module--explore-trip-ideas__card-description--aaa84\">Lace up your boots and get set to explore. Whether it&apos;s a gentle approach or pushing your limits, let us curate your thrilling active adventure. Scale craggy peaks, kayak through crystalline fjords, and cycle across undulating roads, with each twist and turn revealing breathtaking views.</p>",
      "words": 45,
      "direct": false,
      "issue": "First paragraph is 45 words and does not look like a concise direct answer."
    },
    {
      "heading": "Private, guided safaris",
      "headingHtml": "<h3 class=\"explore-trip-ideas-module--explore-trip-ideas__card-title--3805c\">Private, guided safaris</h3>",
      "firstParagraph": "Rewrite the rules of adventure in the wild heart of Africa. Traverse sun-dappled savannas and misty rainforests led by world-class safari guides. Toast to your discoveries around campfires, where stories of daily wildlife encounters mingle with the symphony of nocturnal calls.",
      "paragraphHtml": "<p class=\"explore-trip-ideas-module--explore-trip-ideas__card-description--aaa84\">Rewrite the rules of adventure in the wild heart of Africa. Traverse sun-dappled savannas and misty rainforests led by world-class safari guides. Toast to your discoveries around campfires, where stories of daily wildlife encounters mingle with the symphony of nocturnal calls.</p>",
      "words": 41,
      "direct": false,
      "issue": "First paragraph is 41 words and does not look like a concise direct answer."
    },
    {
      "heading": "Collect lifelong memories",
      "headingHtml": "<h2 id=\"customer-reviews-heading\" class=\"section-title-module--section-title__title--c15ea\">Collect lifelong memories</h2>",
      "firstParagraph": "Here’s what our travelers are sharing about their experiences",
      "paragraphHtml": "<p class=\"section-title-module--section-title__description--7b313\">Here&#x2019;s what our travelers are sharing about their experiences</p>",
      "words": 10,
      "direct": false,
      "issue": "First paragraph is 10 words and does not look like a concise direct answer."
    },
    {
      "heading": "Personalized,Expert-Designed Tours",
      "headingHtml": "<h3 class=\"benefits-boxes-module--benefits-steps__title--bf18a\">Personalized,<br>Expert-Designed Tours</h3>",
      "firstParagraph": "Compare and customize itineraries from two travel specialists, ensuring you receive a more creative and expertly crafted tour.",
      "paragraphHtml": "<p class=\"benefits-boxes-module--benefits-steps__description--d0465\">Compare and customize itineraries from two travel specialists, ensuring you receive a more creative and expertly crafted tour.</p>",
      "words": 18,
      "direct": false,
      "issue": "First paragraph is 18 words and does not look like a concise direct answer."
    },
    {
      "heading": "Seamless,Stress-Free Logistics",
      "headingHtml": "<h3 class=\"benefits-boxes-module--benefits-steps__title--bf18a\">Seamless,<br>Stress-Free Logistics</h3>",
      "firstParagraph": "Pack your bags and travel with confidence, knowing our specialists take care of every detail and offer 24/7 support during your trip.",
      "paragraphHtml": "<p class=\"benefits-boxes-module--benefits-steps__description--d0465\">Pack your bags and travel with confidence, knowing our specialists take care of every detail and offer 24/7 support during your trip.</p>",
      "words": 23,
      "direct": false,
      "issue": "First paragraph is 23 words and does not look like a concise direct answer."
    },
    {
      "heading": "Unique,Exclusive Experiences",
      "headingHtml": "<h3 class=\"benefits-boxes-module--benefits-steps__title--bf18a\">Unique,<br>Exclusive Experiences</h3>",
      "firstParagraph": "With VIP treatment every step of the way, our specialists open doors to luxury travel experiences beyond your wildest dreams.",
      "paragraphHtml": "<p class=\"benefits-boxes-module--benefits-steps__description--d0465\">With VIP treatment every step of the way, our specialists open doors to luxury travel experiences beyond your wildest dreams.</p>",
      "words": 20,
      "direct": false,
      "issue": "First paragraph is 20 words and does not look like a concise direct answer."
    },
    {
      "heading": "The latest ideas in luxury travel",
      "headingHtml": "<h3 class=\"newsletter-light-module--newsletter__title--0b916\">The latest ideas in luxury travel</h3>",
      "firstParagraph": "Join our weekly travel newsletter",
      "paragraphHtml": "<p class=\"newsletter-light-module--newsletter__p--16802\">Join our weekly travel newsletter</p>",
      "words": 5,
      "direct": false,
      "issue": "First paragraph is 5 words and does not look like a concise direct answer."
    }
  ],
  "score": 65,
  "weight": 28
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

AIO: Visible structured data match

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

3 Warning

Needs attention

AIO: Visible structured data match

Warning
01

Issue

3 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

70/100

Status

warning

Category

GEO, AIO & AEO

Maturity

Emerging recommendation

Goal

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

Result

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

Evidence
{
  "schemaCount": 1,
  "checkedFields": [
    {
      "path": "$[0].brand.description",
      "value": "Zicasso is a luxury travel company offering custom-designed tours, vacations, and safaris. Each itinerary is meticulously crafted by a handpicked destination expert to align with the individual traveler's specific preferences and interests."
    },
    {
      "path": "$[0].brand.name",
      "value": "Zicasso"
    },
    {
      "path": "$[0].contactPoint[0].availableLanguage[0].name",
      "value": "English"
    },
    {
      "path": "$[0].description",
      "value": "Zicasso is a luxury travel company specializing in custom tours, vacations, and safaris. Zicasso's travel specialists are pre-vetted boutique tour operators and travel agents. Zicasso handpicks two specialists to compete in creating personalized trips. Travelers compare itineraries from each specialist and book their preferred, ensuring a more creative and expertly crafted trip."
    },
    {
      "path": "$[0].founder[0].worksFor.name",
      "value": "Zicasso"
    },
    {
      "path": "$[0].founder[0].name",
      "value": "Brian Tan"
    },
    {
      "path": "$[0].founder[1].worksFor.name",
      "value": "Zicasso"
    },
    {
      "path": "$[0].founder[1].name",
      "value": "Yuchun Ku"
    },
    {
      "path": "$[0].image.description",
      "value": "The official logomark for luxury travel company, Zicasso. The logomark features a \"Z\", the first letter of the brand name Zicasso, and a degree symbol \"°\", a unit used for geographic coordinates. This combination represents Zicasso's role in creating custom tours, vacations, and safaris around the world."
    },
    {
      "path": "$[0].name",
      "value": "Zicasso"
    }
  ],
  "mismatches": [
    {
      "path": "$[0].contactPoint[0].availableLanguage[0].name",
      "value": "English"
    },
    {
      "path": "$[0].founder[1].name",
      "value": "Yuchun Ku"
    },
    {
      "path": "$[0].image.description",
      "value": "The official logomark for luxury travel company, Zicasso. The logomark features a \"Z\", the first letter of the brand name Zicasso, and a degree symbol \"°\", a unit used for geographic coordinates. This combination represents Zicasso's role in creating custom tours, vacations, and safaris around the world."
    }
  ],
  "score": 70,
  "weight": 18
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

AEO: Question-led structure

AEO: Question-led structure scored 70/100 and needs improvement.

2 Warning

Needs attention

AEO: Question-led structure

Warning
01

Issue

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

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: Question-led structure

Score

70/100

Status

warning

Category

GEO, AIO & AEO

Maturity

Emerging recommendation

Goal

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

Result

AEO: Question-led structure scored 70/100 and needs improvement.

Evidence
{
  "h2Count": 7,
  "questionH2s": [
    {
      "index": 5,
      "text": "How Zicasso Works",
      "isQuestion": true,
      "html": "<h2 class=\"how-zicasso-works-module--how__title--5963e\">How Zicasso Works</h2>"
    }
  ],
  "hasFaq": false,
  "score": 70,
  "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

112 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": 123,
  "passing": 11,
  "failing": [
    {
      "heading": "Experience the world beyond belief",
      "headingHtml": "<h2 id=\"experience-the-world-beyond-belief\" class=\"section-title-module--section-title__title--c15ea\">Experience the world beyond belief</h2>",
      "firstParagraph": "Join a vintner to taste Tuscan wines privately at a historic estate. Soar over the Serengeti in a hot-air balloon to witness the Great Migration. Climb through jungle-clad temples in the hidden corners of Southeast Asia. Discover the world in unforgettable ways on immersive custom tours, vacations, and safaris by Zi...",
      "paragraphHtml": "<p class=\"section-title-module--section-title__description--7b313\">Join a vintner to taste Tuscan wines privately at a historic estate. Soar over the Serengeti in a hot-air balloon to witness the Great Migration. Climb through jungle-clad temples in the hidden corners of Southeast Asia. Discover the world in unforgettable ways on immersive custom tours, vacations, and safaris by Zicasso, the most-reviewed and highest-rated luxury travel company.</p>",
      "words": 58,
      "direct": false,
      "issue": "First paragraph is 58 words and does not look like a concise direct answer."
    },
    {
      "heading": "Destinations you've always dreamed of",
      "headingHtml": "<h2 id=\"dream-destinations-title\" class=\"section-title-module--section-title__title--c15ea\">Destinations you&apos;ve always dreamed of</h2>",
      "firstParagraph": "Discover extraordinary places and those rarely explored—these are a few to inspire your travels.",
      "paragraphHtml": "<p class=\"section-title-module--section-title__description--7b313\">Discover extraordinary places and those rarely explored&#x2014;these are a few to inspire your travels.</p>",
      "words": 15,
      "direct": false,
      "issue": "First paragraph is 15 words and does not look like a concise direct answer."
    },
    {
      "heading": "GREECE",
      "headingHtml": "<h3 class=\"destination-card-module--destination-card__title--f54d7\">GREECE</h3>",
      "firstParagraph": "Unravel ancient myths at historic sites, swim in the crystal Aegean sea, and cruise between sun-kissed islands as the sun slips below the horizon.",
      "paragraphHtml": "<p class=\"destination-card-module--destination-card__description--b1ca4\">Unravel ancient myths at historic sites, swim in the crystal Aegean sea, and cruise between sun-kissed islands as the sun slips below the horizon.</p>",
      "words": 24,
      "direct": false,
      "issue": "First paragraph is 24 words and does not look like a concise direct answer."
    },
    {
      "heading": "JAPAN",
      "headingHtml": "<h3 class=\"destination-card-module--destination-card__title--f54d7\">JAPAN</h3>",
      "firstParagraph": "Traditional, modern, ancient, and new. Immerse yourself in a country unlike any other, with a culture that will captivate all your senses.",
      "paragraphHtml": "<p class=\"destination-card-module--destination-card__description--b1ca4\">Traditional, modern, ancient, and new. Immerse yourself in a country unlike any other, with a culture that will captivate all your senses.</p>",
      "words": 22,
      "direct": false,
      "issue": "First paragraph is 22 words and does not look like a concise direct answer."
    },
    {
      "heading": "TANZANIA",
      "headingHtml": "<h3 class=\"destination-card-module--destination-card__title--f54d7\">TANZANIA</h3>",
      "firstParagraph": "Experience the thrill of witnessing wildlife in its natural habitat, gaze on the Great Migration across the Serengeti, and discover the true meaning of safari in Tanzania.",
      "paragraphHtml": "<p class=\"destination-card-module--destination-card__description--b1ca4\">Experience the thrill of witnessing wildlife in its natural habitat, gaze on the Great Migration across the Serengeti, and discover the true meaning of safari in Tanzania.</p>",
      "words": 27,
      "direct": false,
      "issue": "First paragraph is 27 words and does not look like a concise direct answer."
    },
    {
      "heading": "ARGENTINA",
      "headingHtml": "<h3 class=\"destination-card-module--destination-card__title--f54d7\">ARGENTINA</h3>",
      "firstParagraph": "Tango through vibrant cities, roam vast pampas, and admire icy Patagonian glaciers. Embrace the cultural and scenic beauty of Argentina.",
      "paragraphHtml": "<p class=\"destination-card-module--destination-card__description--b1ca4\">Tango through vibrant cities, roam vast pampas, and admire icy Patagonian glaciers. Embrace the cultural and scenic beauty of Argentina.</p>",
      "words": 20,
      "direct": false,
      "issue": "First paragraph is 20 words and does not look like a concise direct answer."
    },
    {
      "heading": "Extensive Tour of Spain: Madrid, Andalusia, Barcelona",
      "headingHtml": "<h3 class=\"life-enriching-item-module--life-enriching-item__title--84e70\">Extensive Tour of Spain: Madrid, Andalusia, Barcelona</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "A Scenic North and South Island New Zealand Discovery",
      "headingHtml": "<h3 class=\"life-enriching-item-module--life-enriching-item__title--84e70\">A Scenic North and South Island New Zealand Discovery</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Exquisite South Africa Exploration: Culture to Safari",
      "headingHtml": "<h3 class=\"life-enriching-item-module--life-enriching-item__title--84e70\">Exquisite South Africa Exploration: Culture to Safari</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Best of Chile Tour: Patagonia, Atacama, Santiago, and More",
      "headingHtml": "<h3 class=\"life-enriching-item-module--life-enriching-item__title--84e70\">Best of Chile Tour: Patagonia, Atacama, Santiago, and More</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Enchanted Highlights of Thailand Tour",
      "headingHtml": "<h3 class=\"life-enriching-item-module--life-enriching-item__title--84e70\">Enchanted Highlights of Thailand Tour</h3>",
      "firstParagraph": "Navigate through testimonials using the navigation dots or with the arrow keys, Page Up and Page Down, Home and End keys to go to first and last testimonials.",
      "paragraphHtml": "<p class=\"sr-only\">Navigate through testimonials using the navigation dots or with the arrow keys, Page Up and Page Down, Home and End keys to go to first and last testimonials.</p>",
      "words": 28,
      "direct": false,
      "issue": "First paragraph is 28 words and does not look like a concise direct answer."
    },
    {
      "heading": "Explore where to go by month",
      "headingHtml": "<h2 id=\"months-explorer-title\" class=\"section-title-module--section-title__title--c15ea\">Explore where to go by month</h2>",
      "firstParagraph": "Ready for adventure right now? Searching for a stunning voyage you'll remember forever? Whether traveling to New Zealand in June to escape Europe’s summer crowds or discovering Italy’s Christmas markets in December, you choose the time and we'll take you somewhere truly special.",
      "paragraphHtml": "<p class=\"section-title-module--section-title__description--7b313\">Ready for adventure right now? Searching for a stunning voyage you&apos;ll remember forever? Whether traveling to New Zealand in June to escape Europe&#x2019;s summer crowds or discovering Italy&#x2019;s Christmas markets in December, you choose the time and we&apos;ll take you somewhere truly special.</p>",
      "words": 45,
      "direct": false,
      "issue": "First paragraph is 45 words and does not look like a concise direct answer."
    },
    {
      "heading": "South Africa",
      "headingHtml": "<h3 class=\"destination-card-module--destination-card__title--f54d7\">South Africa</h3>",
      "firstParagraph": "Bask in South Africa's summer, when wildlife sightings abound and vineyards rustle gently under endless sunshine.",
      "paragraphHtml": "<p class=\"destination-card-module--destination-card__description--b1ca4\">Bask in South Africa&apos;s summer, when wildlife sightings abound and vineyards rustle gently under endless sunshine.</p>",
      "words": 16,
      "direct": false,
      "issue": "First paragraph is 16 words and does not look like a concise direct answer."
    },
    {
      "heading": "Galápagos",
      "headingHtml": "<h3 class=\"destination-card-module--destination-card__title--f54d7\">Gal&#xe1;pagos</h3>",
      "firstParagraph": "The Galápagos comes alive in January with fascinating wildlife encounters, from marine iguanas to sea turtles, and tranquil waters.",
      "paragraphHtml": "<p class=\"destination-card-module--destination-card__description--b1ca4\">The Gal&#xe1;pagos comes alive in January with fascinating wildlife encounters, from marine iguanas to sea turtles, and tranquil waters.</p>",
      "words": 20,
      "direct": false,
      "issue": "First paragraph is 20 words and does not look like a concise direct answer."
    },
    {
      "heading": "Thailand",
      "headingHtml": "<h3 class=\"destination-card-module--destination-card__title--f54d7\">Thailand</h3>",
      "firstParagraph": "January unveils pleasant temperatures, exceptional underwater visibility, and vibrant local celebrations in Thailand.",
      "paragraphHtml": "<p class=\"destination-card-module--destination-card__description--b1ca4\">January unveils pleasant temperatures, exceptional underwater visibility, and vibrant local celebrations in Thailand.</p>",
      "words": 13,
      "direct": false,
      "issue": "First paragraph is 13 words and does not look like a concise direct answer."
    },
    {
      "heading": "Australia",
      "headingHtml": "<h3 class=\"destination-card-module--destination-card__title--f54d7\">Australia</h3>",
      "firstParagraph": "Australia's summer peaks in January, with endless sunshine perfect for city sightseeing, pristine beaches, and vibrant coral reefs.",
      "paragraphHtml": "<p class=\"destination-card-module--destination-card__description--b1ca4\">Australia&apos;s summer peaks in January, with endless sunshine perfect for city sightseeing, pristine beaches, and vibrant coral reefs.</p>",
      "words": 18,
      "direct": false,
      "issue": "First paragraph is 18 words and does not look like a concise direct answer."
    },
    {
      "heading": "Switzerland",
      "headingHtml": "<h3 class=\"destination-card-module--destination-card__title--f54d7\">Switzerland</h3>",
      "firstParagraph": "Switzerland's winter sparkles in January, with world-class skiing and pristine alpine landscapes awaiting intrepid travelers.",
      "paragraphHtml": "<p class=\"destination-card-module--destination-card__description--b1ca4\">Switzerland&apos;s winter sparkles in January, with world-class skiing and pristine alpine landscapes awaiting intrepid travelers.</p>",
      "words": 15,
      "direct": false,
      "issue": "First paragraph is 15 words and does not look like a concise direct answer."
    },
    {
      "heading": "Tanzania",
      "headingHtml": "<h3 class=\"destination-card-module--destination-card__title--f54d7\">Tanzania</h3>",
      "firstParagraph": "January brings the Great Migration's calving season, when thousands of wildebeest give birth on the Serengeti, offering dramatic wildlife viewing.",
      "paragraphHtml": "<p class=\"destination-card-module--destination-card__description--b1ca4\">January brings the Great Migration&apos;s calving season, when thousands of wildebeest give birth on the Serengeti, offering dramatic wildlife viewing.</p>",
      "words": 20,
      "direct": false,
      "issue": "First paragraph is 20 words and does not look like a concise direct answer."
    },
    {
      "heading": "Brazil",
      "headingHtml": "<h3 class=\"destination-card-module--destination-card__title--f54d7\">Brazil</h3>",
      "firstParagraph": "Brazil pulses with summer energy in January, from Carnival preparations to the Amazon's thriving biodiversity.",
      "paragraphHtml": "<p class=\"destination-card-module--destination-card__description--b1ca4\">Brazil pulses with summer energy in January, from Carnival preparations to the Amazon&apos;s thriving biodiversity.</p>",
      "words": 15,
      "direct": false,
      "issue": "First paragraph is 15 words and does not look like a concise direct answer."
    },
    {
      "heading": "Croatia",
      "headingHtml": "<h3 class=\"destination-card-module--destination-card__title--f54d7\">Croatia</h3>",
      "firstParagraph": "Discover Croatia's coastal treasures without the crowds, while locals celebrate winter traditions in authentic style.",
      "paragraphHtml": "<p class=\"destination-card-module--destination-card__description--b1ca4\">Discover Croatia&apos;s coastal treasures without the crowds, while locals celebrate winter traditions in authentic style.</p>",
      "words": 15,
      "direct": false,
      "issue": "First paragraph is 15 words and does not look like a concise direct answer."
    },
    {
      "heading": "Australia",
      "headingHtml": "<h3 class=\"destination-card-module--destination-card__title--f54d7\">Australia</h3>",
      "firstParagraph": "Summer peaks in February across Australia, delivering sunlit beaches, active wildlife, and energetic urban atmospheres.",
      "paragraphHtml": "<p class=\"destination-card-module--destination-card__description--b1ca4\">Summer peaks in February across Australia, delivering sunlit beaches, active wildlife, and energetic urban atmospheres.</p>",
      "words": 15,
      "direct": false,
      "issue": "First paragraph is 15 words and does not look like a concise direct answer."
    },
    {
      "heading": "India",
      "headingHtml": "<h3 class=\"destination-card-module--destination-card__title--f54d7\">India</h3>",
      "firstParagraph": "February's moderate climate creates a photographer's dream across India's kaleidoscope of landscapes and traditions.",
      "paragraphHtml": "<p class=\"destination-card-module--destination-card__description--b1ca4\">February&apos;s moderate climate creates a photographer&apos;s dream across India&apos;s kaleidoscope of landscapes and traditions.</p>",
      "words": 14,
      "direct": false,
      "issue": "First paragraph is 14 words and does not look like a concise direct answer."
    },
    {
      "heading": "Kenya",
      "headingHtml": "<h3 class=\"destination-card-module--destination-card__title--f54d7\">Kenya</h3>",
      "firstParagraph": "February offers Kenya's driest conditions and clearest skies, ideal for spectacular views of Mount Kilimanjaro in Tanzania.",
      "paragraphHtml": "<p class=\"destination-card-module--destination-card__description--b1ca4\">February offers Kenya&apos;s driest conditions and clearest skies, ideal for spectacular views of Mount Kilimanjaro in Tanzania.</p>",
      "words": 17,
      "direct": false,
      "issue": "First paragraph is 17 words and does not look like a concise direct answer."
    },
    {
      "heading": "Italy",
      "headingHtml": "<h3 class=\"destination-card-module--destination-card__title--f54d7\">Italy</h3>",
      "firstParagraph": "Italy's winter charm unfolds in February, with fewer crowds at iconic sites, opportunities to immerse in local culture, and black truffle season in Umbria.",
      "paragraphHtml": "<p class=\"destination-card-module--destination-card__description--b1ca4\">Italy&apos;s winter charm unfolds in February, with fewer crowds at iconic sites, opportunities to immerse in local culture, and black truffle season in Umbria.</p>",
      "words": 24,
      "direct": false,
      "issue": "First paragraph is 24 words and does not look like a concise direct answer."
    },
    {
      "heading": "Costa Rica",
      "headingHtml": "<h3 class=\"destination-card-module--destination-card__title--f54d7\">Costa Rica</h3>",
      "firstParagraph": "February showcases Costa Rica at its driest and sunniest, perfect for wildlife spotting and visiting the breathtaking coastlines.",
      "paragraphHtml": "<p class=\"destination-card-module--destination-card__description--b1ca4\">February showcases Costa Rica at its driest and sunniest, perfect for wildlife spotting and visiting the breathtaking coastlines.</p>",
      "words": 18,
      "direct": false,
      "issue": "First paragraph is 18 words and does not look like a concise direct answer."
    },
    {
      "heading": "Argentina",
      "headingHtml": "<h3 class=\"destination-card-module--destination-card__title--f54d7\">Argentina</h3>",
      "firstParagraph": "Argentina's summer reaches full swing in February, offering perfect conditions for Patagonia and Buenos Aires, to name a few.",
      "paragraphHtml": "<p class=\"destination-card-module--destination-card__description--b1ca4\">Argentina&apos;s summer reaches full swing in February, offering perfect conditions for Patagonia and Buenos Aires, to name a few.</p>",
      "words": 19,
      "direct": false,
      "issue": "First paragraph is 19 words and does not look like a concise direct answer."
    },
    {
      "heading": "Norway",
      "headingHtml": "<h3 class=\"destination-card-module--destination-card__title--f54d7\">Norway</h3>",
      "firstParagraph": "February provides Norway's best aurora viewing opportunities, with long polar nights and peak winter activities.",
      "paragraphHtml": "<p class=\"destination-card-module--destination-card__description--b1ca4\">February provides Norway&apos;s best aurora viewing opportunities, with long polar nights and peak winter activities.</p>",
      "words": 15,
      "direct": false,
      "issue": "First paragraph is 15 words and does not look like a concise direct answer."
    },
    {
      "heading": "Italy",
      "headingHtml": "<h3 class=\"destination-card-module--destination-card__title--f54d7\">Italy</h3>",
      "firstParagraph": "As spring awakens Italy in March, tourist numbers remain manageable, while landscapes burst with Mediterranean color.",
      "paragraphHtml": "<p class=\"destination-card-module--destination-card__description--b1ca4\">As spring awakens Italy in March, tourist numbers remain manageable, while landscapes burst with Mediterranean color.</p>",
      "words": 16,
      "direct": false,
      "issue": "First paragraph is 16 words and does not look like a concise direct answer."
    },
    {
      "heading": "Japan",
      "headingHtml": "<h3 class=\"destination-card-module--destination-card__title--f54d7\">Japan</h3>",
      "firstParagraph": "Nothing compares to late March in Japan, when cherry blossom season turns the landscapes pink with sakura petals.",
      "paragraphHtml": "<p class=\"destination-card-module--destination-card__description--b1ca4\">Nothing compares to late March in Japan, when cherry blossom season turns the landscapes pink with sakura petals.</p>",
      "words": 18,
      "direct": false,
      "issue": "First paragraph is 18 words and does not look like a concise direct answer."
    },
    {
      "heading": "Morocco",
      "headingHtml": "<h3 class=\"destination-card-module--destination-card__title--f54d7\">Morocco</h3>",
      "firstParagraph": "March paints Morocco's landscapes with wildflowers, offering the sweet spot between winter chill and summer's intense heat.",
      "paragraphHtml": "<p class=\"destination-card-module--destination-card__description--b1ca4\">March paints Morocco&apos;s landscapes with wildflowers, offering the sweet spot between winter chill and summer&apos;s intense heat.</p>",
      "words": 17,
      "direct": false,
      "issue": "First paragraph is 17 words and does not look like a concise direct answer."
    },
    {
      "heading": "Chile",
      "headingHtml": "<h3 class=\"destination-card-module--destination-card__title--f54d7\">Chile</h3>",
      "firstParagraph": "March brings Chile's harvest season, with vineyard activity and moderate temperatures from Atacama to Patagonia.",
      "paragraphHtml": "<p class=\"destination-card-module--destination-card__description--b1ca4\">March brings Chile&apos;s harvest season, with vineyard activity and moderate temperatures from Atacama to Patagonia.</p>",
      "words": 15,
      "direct": false,
      "issue": "First paragraph is 15 words and does not look like a concise direct answer."
    },
    {
      "heading": "Maldives",
      "headingHtml": "<h3 class=\"destination-card-module--destination-card__title--f54d7\">Maldives</h3>",
      "firstParagraph": "The Maldives transitions into its dry season during March, with crystal-clear waters and gentle breezes along the coastlines.",
      "paragraphHtml": "<p class=\"destination-card-module--destination-card__description--b1ca4\">The Maldives transitions into its dry season during March, with crystal-clear waters and gentle breezes along the coastlines.</p>",
      "words": 18,
      "direct": false,
      "issue": "First paragraph is 18 words and does not look like a concise direct answer."
    },
    {
      "heading": "South Africa",
      "headingHtml": "<h3 class=\"destination-card-module--destination-card__title--f54d7\">South Africa</h3>",
      "firstParagraph": "March delivers South Africa's fall harvest season, with comfortable temperatures for wine tasting and wildlife viewing.",
      "paragraphHtml": "<p class=\"destination-card-module--destination-card__description--b1ca4\">March delivers South Africa&apos;s fall harvest season, with comfortable temperatures for wine tasting and wildlife viewing.</p>",
      "words": 16,
      "direct": false,
      "issue": "First paragraph is 16 words and does not look like a concise direct answer."
    },
    {
      "heading": "Spain",
      "headingHtml": "<h3 class=\"destination-card-module--destination-card__title--f54d7\">Spain</h3>",
      "firstParagraph": "Spain awakens from winter in March, with wildflowers blooming across Andalusia and authentic Easter celebrations.",
      "paragraphHtml": "<p class=\"destination-card-module--destination-card__description--b1ca4\">Spain awakens from winter in March, with wildflowers blooming across Andalusia and authentic Easter celebrations.</p>",
      "words": 15,
      "direct": false,
      "issue": "First paragraph is 15 words and does not look like a concise direct answer."
    },
    {
      "heading": "United Kingdom",
      "headingHtml": "<h3 class=\"destination-card-module--destination-card__title--f54d7\">United Kingdom</h3>",
      "firstParagraph": "The UK shakes off winter's grip in April, when gardens explode with color and historic sites breathe freely before summer crowds arrive.",
      "paragraphHtml": "<p class=\"destination-card-module--destination-card__description--b1ca4\">The UK shakes off winter&apos;s grip in April, when gardens explode with color and historic sites breathe freely before summer crowds arrive.</p>",
      "words": 22,
      "direct": false,
      "issue": "First paragraph is 22 words and does not look like a concise direct answer."
    },
    {
      "heading": "Bali",
      "headingHtml": "<h3 class=\"destination-card-module--destination-card__title--f54d7\">Bali</h3>",
      "firstParagraph": "As Bali transitions toward the dry season in April, expect comfortable temperatures and fewer tourists for more authentic cultural moments.",
      "paragraphHtml": "<p class=\"destination-card-module--destination-card__description--b1ca4\">As Bali transitions toward the dry season in April, expect comfortable temperatures and fewer tourists for more authentic cultural moments.</p>",
      "words": 20,
      "direct": false,
      "issue": "First paragraph is 20 words and does not look like a concise direct answer."
    },
    {
      "heading": "Egypt",
      "headingHtml": "<h3 class=\"destination-card-module--destination-card__title--f54d7\">Egypt</h3>",
      "firstParagraph": "Ancient wonders reveal themselves most comfortably in April's moderate temperatures, before the summer heat blankets the desert.",
      "paragraphHtml": "<p class=\"destination-card-module--destination-card__description--b1ca4\">Ancient wonders reveal themselves most comfortably in April&apos;s moderate temperatures, before the summer heat blankets the desert.</p>",
      "words": 17,
      "direct": false,
      "issue": "First paragraph is 17 words and does not look like a concise direct answer."
    },
    {
      "heading": "Argentina",
      "headingHtml": "<h3 class=\"destination-card-module--destination-card__title--f54d7\">Argentina</h3>",
      "firstParagraph": "April brings Argentina's stunning fall colors and ideal weather for visiting the wine country before the Patagonian winter.",
      "paragraphHtml": "<p class=\"destination-card-module--destination-card__description--b1ca4\">April brings Argentina&apos;s stunning fall colors and ideal weather for visiting the wine country before the Patagonian winter.</p>",
      "words": 18,
      "direct": false,
      "issue": "First paragraph is 18 words and does not look like a concise direct answer."
    },
    {
      "heading": "Botswana",
      "headingHtml": "<h3 class=\"destination-card-module--destination-card__title--f54d7\">Botswana</h3>",
      "firstParagraph": "April marks the start of Botswana's dry season, with pleasant temperatures and lush landscapes as the Okavango Delta's floodwaters begin to arrive.",
      "paragraphHtml": "<p class=\"destination-card-module--destination-card__description--b1ca4\">April marks the start of Botswana&apos;s dry season, with pleasant temperatures and lush landscapes as the Okavango Delta&apos;s floodwaters begin to arrive.</p>",
      "words": 22,
      "direct": false,
      "issue": "First paragraph is 22 words and does not look like a concise direct answer."
    },
    {
      "heading": "Japan",
      "headingHtml": "<h3 class=\"destination-card-module--destination-card__title--f54d7\">Japan</h3>",
      "firstParagraph": "Japan's cherry blossom season peaks in April, creating ethereal pink canopies over temples and gardens.",
      "paragraphHtml": "<p class=\"destination-card-module--destination-card__description--b1ca4\">Japan&apos;s cherry blossom season peaks in April, creating ethereal pink canopies over temples and gardens.</p>",
      "words": 15,
      "direct": false,
      "issue": "First paragraph is 15 words and does not look like a concise direct answer."
    },
    {
      "heading": "France",
      "headingHtml": "<h3 class=\"destination-card-module--destination-card__title--f54d7\">France</h3>",
      "firstParagraph": "May's pleasant temperatures transform many regions of France, inviting leisurely exploration and cultural immersion.",
      "paragraphHtml": "<p class=\"destination-card-module--destination-card__description--b1ca4\">May&apos;s pleasant temperatures transform many regions of France, inviting leisurely exploration and cultural immersion.</p>",
      "words": 14,
      "direct": false,
      "issue": "First paragraph is 14 words and does not look like a concise direct answer."
    },
    {
      "heading": "Greece",
      "headingHtml": "<h3 class=\"destination-card-module--destination-card__title--f54d7\">Greece</h3>",
      "firstParagraph": "Dive into Greece's crystal waters as they begin to warm up before summer crowds claim the perfect beach spots.",
      "paragraphHtml": "<p class=\"destination-card-module--destination-card__description--b1ca4\">Dive into Greece&apos;s crystal waters as they begin to warm up before summer crowds claim the perfect beach spots.</p>",
      "words": 19,
      "direct": false,
      "issue": "First paragraph is 19 words and does not look like a concise direct answer."
    },
    {
      "heading": "Ireland",
      "headingHtml": "<h3 class=\"destination-card-module--destination-card__title--f54d7\">Ireland</h3>",
      "firstParagraph": "The Emerald Isle earns its name in May, when rolling landscapes reach peak lushness under extended daylight hours.",
      "paragraphHtml": "<p class=\"destination-card-module--destination-card__description--b1ca4\">The Emerald Isle earns its name in May, when rolling landscapes reach peak lushness under extended daylight hours.</p>",
      "words": 18,
      "direct": false,
      "issue": "First paragraph is 18 words and does not look like a concise direct answer."
    },
    {
      "heading": "Croatia",
      "headingHtml": "<h3 class=\"destination-card-module--destination-card__title--f54d7\">Croatia</h3>",
      "firstParagraph": "Croatia's shoulder-season charm shines in May, with warming Adriatic waters and historic towns free from crowds.",
      "paragraphHtml": "<p class=\"destination-card-module--destination-card__description--b1ca4\">Croatia&apos;s shoulder-season charm shines in May, with warming Adriatic waters and historic towns free from crowds.</p>",
      "words": 16,
      "direct": false,
      "issue": "First paragraph is 16 words and does not look like a concise direct answer."
    },
    {
      "heading": "Galápagos",
      "headingHtml": "<h3 class=\"destination-card-module--destination-card__title--f54d7\">Gal&#xe1;pagos</h3>",
      "firstParagraph": "May brings calmer seas and excellent visibility for snorkeling with sea lions and observing unique endemic species in the Galápagos.",
      "paragraphHtml": "<p class=\"destination-card-module--destination-card__description--b1ca4\">May brings calmer seas and excellent visibility for snorkeling with sea lions and observing unique endemic species in the Gal&#xe1;pagos.</p>",
      "words": 21,
      "direct": false,
      "issue": "First paragraph is 21 words and does not look like a concise direct answer."
    },
    {
      "heading": "Tahiti",
      "headingHtml": "<h3 class=\"destination-card-module--destination-card__title--f54d7\">Tahiti</h3>",
      "firstParagraph": "Tahiti's dry season begins in May, with less humidity and ideal conditions for exploring lagoons and visiting the coastal regions.",
      "paragraphHtml": "<p class=\"destination-card-module--destination-card__description--b1ca4\">Tahiti&apos;s dry season begins in May, with less humidity and ideal conditions for exploring lagoons and visiting the coastal regions.</p>",
      "words": 20,
      "direct": false,
      "issue": "First paragraph is 20 words and does not look like a concise direct answer."
    },
    {
      "heading": "Sri Lanka",
      "headingHtml": "<h3 class=\"destination-card-module--destination-card__title--f54d7\">Sri Lanka</h3>",
      "firstParagraph": "In May, Sri Lanka’s hill country remains pleasant, with lush tea plantations and exciting opportunities for cultural immersion.",
      "paragraphHtml": "<p class=\"destination-card-module--destination-card__description--b1ca4\">In May, Sri Lanka&#x2019;s hill country remains pleasant, with lush tea plantations and exciting opportunities for cultural immersion.</p>",
      "words": 19,
      "direct": false,
      "issue": "First paragraph is 19 words and does not look like a concise direct answer."
    },
    {
      "heading": "Peru",
      "headingHtml": "<h3 class=\"destination-card-module--destination-card__title--f54d7\">Peru</h3>",
      "firstParagraph": "Dry, clear skies make June the golden month for experiencing Peru's archaeological wonders and breathtaking mountain scenery.",
      "paragraphHtml": "<p class=\"destination-card-module--destination-card__description--b1ca4\">Dry, clear skies make June the golden month for experiencing Peru&apos;s archaeological wonders and breathtaking mountain scenery.</p>",
      "words": 17,
      "direct": false,
      "issue": "First paragraph is 17 words and does not look like a concise direct answer."
    },
    {
      "heading": "New Zealand",
      "headingHtml": "<h3 class=\"destination-card-module--destination-card__title--f54d7\">New Zealand</h3>",
      "firstParagraph": "Winter takes hold in June across New Zealand's alpine scenery, offering pristine powder and cozy atmospheres.",
      "paragraphHtml": "<p class=\"destination-card-module--destination-card__description--b1ca4\">Winter takes hold in June across New Zealand&apos;s alpine scenery, offering pristine powder and cozy atmospheres.</p>",
      "words": 16,
      "direct": false,
      "issue": "First paragraph is 16 words and does not look like a concise direct answer."
    },
    {
      "heading": "Fiji",
      "headingHtml": "<h3 class=\"destination-card-module--destination-card__title--f54d7\">Fiji</h3>",
      "firstParagraph": "June delivers a perfect balance of sunny skies, cool evenings, and underwater visibility in Fiji, delighting divers.",
      "paragraphHtml": "<p class=\"destination-card-module--destination-card__description--b1ca4\">June delivers a perfect balance of sunny skies, cool evenings, and underwater visibility in Fiji, delighting divers.</p>",
      "words": 17,
      "direct": false,
      "issue": "First paragraph is 17 words and does not look like a concise direct answer."
    },
    {
      "heading": "Greece",
      "headingHtml": "<h3 class=\"destination-card-module--destination-card__title--f54d7\">Greece</h3>",
      "firstParagraph": "June brings Greece's perfect balance of warm weather and manageable crowds, with wildflowers still blooming.",
      "paragraphHtml": "<p class=\"destination-card-module--destination-card__description--b1ca4\">June brings Greece&apos;s perfect balance of warm weather and manageable crowds, with wildflowers still blooming.</p>",
      "words": 15,
      "direct": false,
      "issue": "First paragraph is 15 words and does not look like a concise direct answer."
    },
    {
      "heading": "Sweden",
      "headingHtml": "<h3 class=\"destination-card-module--destination-card__title--f54d7\">Sweden</h3>",
      "firstParagraph": "Sweden celebrates bright nights in June, with nearly 24 hours of daylight and mid-summer traditions captivating travelers.",
      "paragraphHtml": "<p class=\"destination-card-module--destination-card__description--b1ca4\">Sweden celebrates bright nights in June, with nearly 24 hours of daylight and mid-summer traditions captivating travelers.</p>",
      "words": 17,
      "direct": false,
      "issue": "First paragraph is 17 words and does not look like a concise direct answer."
    },
    {
      "heading": "Rwanda",
      "headingHtml": "<h3 class=\"destination-card-module--destination-card__title--f54d7\">Rwanda</h3>",
      "firstParagraph": "June delivers Rwanda's dry season, with clear mountain views ideal for gorilla-trekking adventures and outdoor exploration.",
      "paragraphHtml": "<p class=\"destination-card-module--destination-card__description--b1ca4\">June delivers Rwanda&apos;s dry season, with clear mountain views ideal for gorilla-trekking adventures and outdoor exploration.</p>",
      "words": 16,
      "direct": false,
      "issue": "First paragraph is 16 words and does not look like a concise direct answer."
    },
    {
      "heading": "Turkey",
      "headingHtml": "<h3 class=\"destination-card-module--destination-card__title--f54d7\">Turkey</h3>",
      "firstParagraph": "Turkey's Mediterranean coast reaches perfection in June, with warm seas and comfortable weather for touring ancient ruins.",
      "paragraphHtml": "<p class=\"destination-card-module--destination-card__description--b1ca4\">Turkey&apos;s Mediterranean coast reaches perfection in June, with warm seas and comfortable weather for touring ancient ruins.</p>",
      "words": 17,
      "direct": false,
      "issue": "First paragraph is 17 words and does not look like a concise direct answer."
    },
    {
      "heading": "Norway",
      "headingHtml": "<h3 class=\"destination-card-module--destination-card__title--f54d7\">Norway</h3>",
      "firstParagraph": "Norway's midnight sun illuminates dramatic fjords throughout June, creating magical conditions for hiking and adventure.",
      "paragraphHtml": "<p class=\"destination-card-module--destination-card__description--b1ca4\">Norway&apos;s midnight sun illuminates dramatic fjords throughout June, creating magical conditions for hiking and adventure.</p>",
      "words": 15,
      "direct": false,
      "issue": "First paragraph is 15 words and does not look like a concise direct answer."
    },
    {
      "heading": "Tahiti",
      "headingHtml": "<h3 class=\"destination-card-module--destination-card__title--f54d7\">Tahiti</h3>",
      "firstParagraph": "Tahiti shines brightest in July, when dry skies, cultural performances, and warm ocean temperatures create sensational conditions.",
      "paragraphHtml": "<p class=\"destination-card-module--destination-card__description--b1ca4\">Tahiti shines brightest in July, when dry skies, cultural performances, and warm ocean temperatures create sensational conditions.</p>",
      "words": 17,
      "direct": false,
      "issue": "First paragraph is 17 words and does not look like a concise direct answer."
    },
    {
      "heading": "Kenya",
      "headingHtml": "<h3 class=\"destination-card-module--destination-card__title--f54d7\">Kenya</h3>",
      "firstParagraph": "Nature's greatest spectacle unfolds in July as millions of wildebeest draw big cats and photographers to Kenya's legendary plains.",
      "paragraphHtml": "<p class=\"destination-card-module--destination-card__description--b1ca4\">Nature&apos;s greatest spectacle unfolds in July as millions of wildebeest draw big cats and photographers to Kenya&apos;s legendary plains.</p>",
      "words": 19,
      "direct": false,
      "issue": "First paragraph is 19 words and does not look like a concise direct answer."
    },
    {
      "heading": "Portugal",
      "headingHtml": "<h3 class=\"destination-card-module--destination-card__title--f54d7\">Portugal</h3>",
      "firstParagraph": "Portugal's summer peak arrives in July, with perfect beach weather and vibrant festivals throughout the country.",
      "paragraphHtml": "<p class=\"destination-card-module--destination-card__description--b1ca4\">Portugal&apos;s summer peak arrives in July, with perfect beach weather and vibrant festivals throughout the country.</p>",
      "words": 16,
      "direct": false,
      "issue": "First paragraph is 16 words and does not look like a concise direct answer."
    },
    {
      "heading": "Finland",
      "headingHtml": "<h3 class=\"destination-card-module--destination-card__title--f54d7\">Finland</h3>",
      "firstParagraph": "Finland's July nights offer endless daylight, perfect for exploring pristine wilderness and the sparkling lakes.",
      "paragraphHtml": "<p class=\"destination-card-module--destination-card__description--b1ca4\">Finland&apos;s July nights offer endless daylight, perfect for exploring pristine wilderness and the sparkling lakes.</p>",
      "words": 15,
      "direct": false,
      "issue": "First paragraph is 15 words and does not look like a concise direct answer."
    },
    {
      "heading": "Costa Rica",
      "headingHtml": "<h3 class=\"destination-card-module--destination-card__title--f54d7\">Costa Rica</h3>",
      "firstParagraph": "July brings Costa Rica's brief dry spell during the rainy season, offering excellent wildlife-viewing opportunities.",
      "paragraphHtml": "<p class=\"destination-card-module--destination-card__description--b1ca4\">July brings Costa Rica&apos;s brief dry spell during the rainy season, offering excellent wildlife-viewing opportunities.</p>",
      "words": 15,
      "direct": false,
      "issue": "First paragraph is 15 words and does not look like a concise direct answer."
    },
    {
      "heading": "New Zealand",
      "headingHtml": "<h3 class=\"destination-card-module--destination-card__title--f54d7\">New Zealand</h3>",
      "firstParagraph": "New Zealand's winter sports season peaks in July, with excellent skiing conditions in the Southern Alps.",
      "paragraphHtml": "<p class=\"destination-card-module--destination-card__description--b1ca4\">New Zealand&apos;s winter sports season peaks in July, with excellent skiing conditions in the Southern Alps.</p>",
      "words": 16,
      "direct": false,
      "issue": "First paragraph is 16 words and does not look like a concise direct answer."
    },
    {
      "heading": "Tanzania",
      "headingHtml": "<h3 class=\"destination-card-module--destination-card__title--f54d7\">Tanzania</h3>",
      "firstParagraph": "July delivers Tanzania's Great Migration at its most dramatic, when massive herds cross the Mara River.",
      "paragraphHtml": "<p class=\"destination-card-module--destination-card__description--b1ca4\">July delivers Tanzania&apos;s Great Migration at its most dramatic, when massive herds cross the Mara River.</p>",
      "words": 16,
      "direct": false,
      "issue": "First paragraph is 16 words and does not look like a concise direct answer."
    },
    {
      "heading": "Scotland",
      "headingHtml": "<h3 class=\"destination-card-module--destination-card__title--f54d7\">Scotland</h3>",
      "firstParagraph": "August ignites Scotland's cultural heart, with world-class performances, Highland traditions, and landscapes bathed in golden light.",
      "paragraphHtml": "<p class=\"destination-card-module--destination-card__description--b1ca4\">August ignites Scotland&apos;s cultural heart, with world-class performances, Highland traditions, and landscapes bathed in golden light.</p>",
      "words": 16,
      "direct": false,
      "issue": "First paragraph is 16 words and does not look like a concise direct answer."
    },
    {
      "heading": "Iceland",
      "headingHtml": "<h3 class=\"destination-card-module--destination-card__title--f54d7\">Iceland</h3>",
      "firstParagraph": "Long summer days illuminate Iceland's otherworldly terrain in August, providing extended hours for exploring its dramatic landscapes.",
      "paragraphHtml": "<p class=\"destination-card-module--destination-card__description--b1ca4\">Long summer days illuminate Iceland&apos;s otherworldly terrain in August, providing extended hours for exploring its dramatic landscapes.</p>",
      "words": 17,
      "direct": false,
      "issue": "First paragraph is 17 words and does not look like a concise direct answer."
    },
    {
      "heading": "Botswana",
      "headingHtml": "<h3 class=\"destination-card-module--destination-card__title--f54d7\">Botswana</h3>",
      "firstParagraph": "Wildlife viewing reaches its dramatic peak in August, when animals converge around Botswana's shrinking water sources.",
      "paragraphHtml": "<p class=\"destination-card-module--destination-card__description--b1ca4\">Wildlife viewing reaches its dramatic peak in August, when animals converge around Botswana&apos;s shrinking water sources.</p>",
      "words": 16,
      "direct": false,
      "issue": "First paragraph is 16 words and does not look like a concise direct answer."
    },
    {
      "heading": "Austria",
      "headingHtml": "<h3 class=\"destination-card-module--destination-card__title--f54d7\">Austria</h3>",
      "firstParagraph": "Austria's summer festivals reach their crescendo in August, with classical music and perfect alpine hiking conditions.",
      "paragraphHtml": "<p class=\"destination-card-module--destination-card__description--b1ca4\">Austria&apos;s summer festivals reach their crescendo in August, with classical music and perfect alpine hiking conditions.</p>",
      "words": 16,
      "direct": false,
      "issue": "First paragraph is 16 words and does not look like a concise direct answer."
    },
    {
      "heading": "Germany",
      "headingHtml": "<h3 class=\"destination-card-module--destination-card__title--f54d7\">Germany</h3>",
      "firstParagraph": "Germany's summer peak brings August festivals, lively outdoor beer gardens, and perfect weather for castle exploration.",
      "paragraphHtml": "<p class=\"destination-card-module--destination-card__description--b1ca4\">Germany&apos;s summer peak brings August festivals, lively outdoor beer gardens, and perfect weather for castle exploration.</p>",
      "words": 16,
      "direct": false,
      "issue": "First paragraph is 16 words and does not look like a concise direct answer."
    },
    {
      "heading": "Zimbabwe",
      "headingHtml": "<h3 class=\"destination-card-module--destination-card__title--f54d7\">Zimbabwe</h3>",
      "firstParagraph": "August offers prime wildlife viewing in Zimbabwe, when animals gather around rivers, creating dramatic photography scenes.",
      "paragraphHtml": "<p class=\"destination-card-module--destination-card__description--b1ca4\">August offers prime wildlife viewing in Zimbabwe, when animals gather around rivers, creating dramatic photography scenes.</p>",
      "words": 16,
      "direct": false,
      "issue": "First paragraph is 16 words and does not look like a concise direct answer."
    },
    {
      "heading": "Brazil",
      "headingHtml": "<h3 class=\"destination-card-module--destination-card__title--f54d7\">Brazil</h3>",
      "firstParagraph": "Brazil's winter brings clear skies and comfortable temperatures to the Pantanal for exceptional wildlife viewing.",
      "paragraphHtml": "<p class=\"destination-card-module--destination-card__description--b1ca4\">Brazil&apos;s winter brings clear skies and comfortable temperatures to the Pantanal for exceptional wildlife viewing.</p>",
      "words": 15,
      "direct": false,
      "issue": "First paragraph is 15 words and does not look like a concise direct answer."
    },
    {
      "heading": "Kenya",
      "headingHtml": "<h3 class=\"destination-card-module--destination-card__title--f54d7\">Kenya</h3>",
      "firstParagraph": "August marks Kenya's Great Migration at its most spectacular, when wildebeest herds thunder across the Maasai Mara.",
      "paragraphHtml": "<p class=\"destination-card-module--destination-card__description--b1ca4\">August marks Kenya&apos;s Great Migration at its most spectacular, when wildebeest herds thunder across the Maasai Mara.</p>",
      "words": 17,
      "direct": false,
      "issue": "First paragraph is 17 words and does not look like a concise direct answer."
    },
    {
      "heading": "Zimbabwe",
      "headingHtml": "<h3 class=\"destination-card-module--destination-card__title--f54d7\">Zimbabwe</h3>",
      "firstParagraph": "Witness nature's raw drama in September, when Zimbabwe's wildlife congregates around watering holes.",
      "paragraphHtml": "<p class=\"destination-card-module--destination-card__description--b1ca4\">Witness nature&apos;s raw drama in September, when Zimbabwe&apos;s wildlife congregates around watering holes.</p>",
      "words": 13,
      "direct": false,
      "issue": "First paragraph is 13 words and does not look like a concise direct answer."
    },
    {
      "heading": "Spain",
      "headingHtml": "<h3 class=\"destination-card-module--destination-card__title--f54d7\">Spain</h3>",
      "firstParagraph": "Spain relaxes into September's golden glow, when summer heat subsides, tourist crowds thin, and wine country bursts with activity.",
      "paragraphHtml": "<p class=\"destination-card-module--destination-card__description--b1ca4\">Spain relaxes into September&apos;s golden glow, when summer heat subsides, tourist crowds thin, and wine country bursts with activity.</p>",
      "words": 19,
      "direct": false,
      "issue": "First paragraph is 19 words and does not look like a concise direct answer."
    },
    {
      "heading": "Turkey",
      "headingHtml": "<h3 class=\"destination-card-module--destination-card__title--f54d7\">Turkey</h3>",
      "firstParagraph": "Turkey reveals its authentic charm in September, when summer crowds depart, but Mediterranean waters remain blissfully warm.",
      "paragraphHtml": "<p class=\"destination-card-module--destination-card__description--b1ca4\">Turkey reveals its authentic charm in September, when summer crowds depart, but Mediterranean waters remain blissfully warm.</p>",
      "words": 17,
      "direct": false,
      "issue": "First paragraph is 17 words and does not look like a concise direct answer."
    },
    {
      "heading": "Norway",
      "headingHtml": "<h3 class=\"destination-card-module--destination-card__title--f54d7\">Norway</h3>",
      "firstParagraph": "September brings Norway's fall colors and renewed aurora activity as darkness returns for Northern Lights photography.",
      "paragraphHtml": "<p class=\"destination-card-module--destination-card__description--b1ca4\">September brings Norway&apos;s fall colors and renewed aurora activity as darkness returns for Northern Lights photography.</p>",
      "words": 16,
      "direct": false,
      "issue": "First paragraph is 16 words and does not look like a concise direct answer."
    },
    {
      "heading": "Italy",
      "headingHtml": "<h3 class=\"destination-card-module--destination-card__title--f54d7\">Italy</h3>",
      "firstParagraph": "Italy's harvest season creates a marvelous September, with truffle hunting, wine festivals, and comfortable temperatures.",
      "paragraphHtml": "<p class=\"destination-card-module--destination-card__description--b1ca4\">Italy&apos;s harvest season creates a marvelous September, with truffle hunting, wine festivals, and comfortable temperatures.</p>",
      "words": 15,
      "direct": false,
      "issue": "First paragraph is 15 words and does not look like a concise direct answer."
    },
    {
      "heading": "South Africa",
      "headingHtml": "<h3 class=\"destination-card-module--destination-card__title--f54d7\">South Africa</h3>",
      "firstParagraph": "September ushers in South Africa's spring, with wildflowers carpeting the Western Cape and whale-watching season.",
      "paragraphHtml": "<p class=\"destination-card-module--destination-card__description--b1ca4\">September ushers in South Africa&apos;s spring, with wildflowers carpeting the Western Cape and whale-watching season.</p>",
      "words": 15,
      "direct": false,
      "issue": "First paragraph is 15 words and does not look like a concise direct answer."
    },
    {
      "heading": "Slovenia",
      "headingHtml": "<h3 class=\"destination-card-module--destination-card__title--f54d7\">Slovenia</h3>",
      "firstParagraph": "Slovenia's fall beauty peaks in September, with golden vineyards and comfortable hiking weather in the Julian Alps.",
      "paragraphHtml": "<p class=\"destination-card-module--destination-card__description--b1ca4\">Slovenia&apos;s fall beauty peaks in September, with golden vineyards and comfortable hiking weather in the Julian Alps.</p>",
      "words": 17,
      "direct": false,
      "issue": "First paragraph is 17 words and does not look like a concise direct answer."
    },
    {
      "heading": "United Kingdom",
      "headingHtml": "<h3 class=\"destination-card-module--destination-card__title--f54d7\">United Kingdom</h3>",
      "firstParagraph": "The UK's fall foliage begins appearing in September, while the weather remains mild for exploring the countryside.",
      "paragraphHtml": "<p class=\"destination-card-module--destination-card__description--b1ca4\">The UK&apos;s fall foliage begins appearing in September, while the weather remains mild for exploring the countryside.</p>",
      "words": 17,
      "direct": false,
      "issue": "First paragraph is 17 words and does not look like a concise direct answer."
    },
    {
      "heading": "Italy",
      "headingHtml": "<h3 class=\"destination-card-module--destination-card__title--f54d7\">Italy</h3>",
      "firstParagraph": "Fall casts its spell over Italy in October, bringing harvest bounties, comfortable sightseeing weather, and richly-colored landscapes.",
      "paragraphHtml": "<p class=\"destination-card-module--destination-card__description--b1ca4\">Fall casts its spell over Italy in October, bringing harvest bounties, comfortable sightseeing weather, and richly-colored landscapes.</p>",
      "words": 17,
      "direct": false,
      "issue": "First paragraph is 17 words and does not look like a concise direct answer."
    },
    {
      "heading": "Nepal",
      "headingHtml": "<h3 class=\"destination-card-module--destination-card__title--f54d7\">Nepal</h3>",
      "firstParagraph": "Trekkers dream of October in Nepal, when monsoon clouds lift to reveal crystal-clear mountain panoramas and comfortable hiking conditions.",
      "paragraphHtml": "<p class=\"destination-card-module--destination-card__description--b1ca4\">Trekkers dream of October in Nepal, when monsoon clouds lift to reveal crystal-clear mountain panoramas and comfortable hiking conditions.</p>",
      "words": 19,
      "direct": false,
      "issue": "First paragraph is 19 words and does not look like a concise direct answer."
    },
    {
      "heading": "Chile",
      "headingHtml": "<h3 class=\"destination-card-module--destination-card__title--f54d7\">Chile</h3>",
      "firstParagraph": "Chilean Patagonia awakens dramatically in October, as spring breathes life and color into one of Earth's most spectacular regions.",
      "paragraphHtml": "<p class=\"destination-card-module--destination-card__description--b1ca4\">Chilean Patagonia awakens dramatically in October, as spring breathes life and color into one of Earth&apos;s most spectacular regions.</p>",
      "words": 19,
      "direct": false,
      "issue": "First paragraph is 19 words and does not look like a concise direct answer."
    },
    {
      "heading": "Croatia",
      "headingHtml": "<h3 class=\"destination-card-module--destination-card__title--f54d7\">Croatia</h3>",
      "firstParagraph": "Croatia's fall charm invites travelers in October with still-warm Adriatic waters and golden light illuminating historic cities.",
      "paragraphHtml": "<p class=\"destination-card-module--destination-card__description--b1ca4\">Croatia&apos;s fall charm invites travelers in October with still-warm Adriatic waters and golden light illuminating historic cities.</p>",
      "words": 17,
      "direct": false,
      "issue": "First paragraph is 17 words and does not look like a concise direct answer."
    },
    {
      "heading": "Japan",
      "headingHtml": "<h3 class=\"destination-card-module--destination-card__title--f54d7\">Japan</h3>",
      "firstParagraph": "Japan's fall foliage season begins in October, painting temples and gardens in brilliant reds and golds.",
      "paragraphHtml": "<p class=\"destination-card-module--destination-card__description--b1ca4\">Japan&apos;s fall foliage season begins in October, painting temples and gardens in brilliant reds and golds.</p>",
      "words": 16,
      "direct": false,
      "issue": "First paragraph is 16 words and does not look like a concise direct answer."
    },
    {
      "heading": "Tahiti",
      "headingHtml": "<h3 class=\"destination-card-module--destination-card__title--f54d7\">Tahiti</h3>",
      "firstParagraph": "October brings Tahiti's trade wind season, with consistent breezes and excellent diving conditions.",
      "paragraphHtml": "<p class=\"destination-card-module--destination-card__description--b1ca4\">October brings Tahiti&apos;s trade wind season, with consistent breezes and excellent diving conditions.</p>",
      "words": 13,
      "direct": false,
      "issue": "First paragraph is 13 words and does not look like a concise direct answer."
    },
    {
      "heading": "Egypt",
      "headingHtml": "<h3 class=\"destination-card-module--destination-card__title--f54d7\">Egypt</h3>",
      "firstParagraph": "October offers Egypt's return to comfortable temperatures, ideal for exploring ancient monuments and sailing the Nile.",
      "paragraphHtml": "<p class=\"destination-card-module--destination-card__description--b1ca4\">October offers Egypt&apos;s return to comfortable temperatures, ideal for exploring ancient monuments and sailing the Nile.</p>",
      "words": 16,
      "direct": false,
      "issue": "First paragraph is 16 words and does not look like a concise direct answer."
    },
    {
      "heading": "Jordan",
      "headingHtml": "<h3 class=\"destination-card-module--destination-card__title--f54d7\">Jordan</h3>",
      "firstParagraph": "Jordan's pleasant fall weather arrives in October, perfect for exploring Petra and Wadi Rum under clear skies.",
      "paragraphHtml": "<p class=\"destination-card-module--destination-card__description--b1ca4\">Jordan&apos;s pleasant fall weather arrives in October, perfect for exploring Petra and Wadi Rum under clear skies.</p>",
      "words": 17,
      "direct": false,
      "issue": "First paragraph is 17 words and does not look like a concise direct answer."
    },
    {
      "heading": "Portugal",
      "headingHtml": "<h3 class=\"destination-card-module--destination-card__title--f54d7\">Portugal</h3>",
      "firstParagraph": "November in Portugal offers uncrowded historic sites and authentic cultural experiences at every turn.",
      "paragraphHtml": "<p class=\"destination-card-module--destination-card__description--b1ca4\">November in Portugal offers uncrowded historic sites and authentic cultural experiences at every turn.</p>",
      "words": 14,
      "direct": false,
      "issue": "First paragraph is 14 words and does not look like a concise direct answer."
    },
    {
      "heading": "Antarctica",
      "headingHtml": "<h3 class=\"destination-card-module--destination-card__title--f54d7\">Antarctica</h3>",
      "firstParagraph": "Antarctica emerges from winter isolation in November, revealing pristine snowscapes and bustling penguin rookeries to the season's first visitors.",
      "paragraphHtml": "<p class=\"destination-card-module--destination-card__description--b1ca4\">Antarctica emerges from winter isolation in November, revealing pristine snowscapes and bustling penguin rookeries to the season&apos;s first visitors.</p>",
      "words": 19,
      "direct": false,
      "issue": "First paragraph is 19 words and does not look like a concise direct answer."
    },
    {
      "heading": "Vietnam",
      "headingHtml": "<h3 class=\"destination-card-module--destination-card__title--f54d7\">Vietnam</h3>",
      "firstParagraph": "Vietnam's diverse regions align perfectly in November, when dry, comfortable conditions span from mountain terraces to delta waterways.",
      "paragraphHtml": "<p class=\"destination-card-module--destination-card__description--b1ca4\">Vietnam&apos;s diverse regions align perfectly in November, when dry, comfortable conditions span from mountain terraces to delta waterways.</p>",
      "words": 18,
      "direct": false,
      "issue": "First paragraph is 18 words and does not look like a concise direct answer."
    },
    {
      "heading": "Turkey",
      "headingHtml": "<h3 class=\"destination-card-module--destination-card__title--f54d7\">Turkey</h3>",
      "firstParagraph": "Turkey's shoulder season charm emerges in November, with fewer crowds and comfortable temperatures in its coastal and central regions.",
      "paragraphHtml": "<p class=\"destination-card-module--destination-card__description--b1ca4\">Turkey&apos;s shoulder season charm emerges in November, with fewer crowds and comfortable temperatures in its coastal and central regions.</p>",
      "words": 19,
      "direct": false,
      "issue": "First paragraph is 19 words and does not look like a concise direct answer."
    },
    {
      "heading": "Argentina",
      "headingHtml": "<h3 class=\"destination-card-module--destination-card__title--f54d7\">Argentina</h3>",
      "firstParagraph": "Argentina's spring blooms in November, with comfortable temperatures perfect for wine regions and Buenos Aires exploration.",
      "paragraphHtml": "<p class=\"destination-card-module--destination-card__description--b1ca4\">Argentina&apos;s spring blooms in November, with comfortable temperatures perfect for wine regions and Buenos Aires exploration.</p>",
      "words": 16,
      "direct": false,
      "issue": "First paragraph is 16 words and does not look like a concise direct answer."
    },
    {
      "heading": "Tanzania",
      "headingHtml": "<h3 class=\"destination-card-module--destination-card__title--f54d7\">Tanzania</h3>",
      "firstParagraph": "November brings Tanzania's short rains, refreshing landscapes, and concentrated wildlife for excellent game viewing.",
      "paragraphHtml": "<p class=\"destination-card-module--destination-card__description--b1ca4\">November brings Tanzania&apos;s short rains, refreshing landscapes, and concentrated wildlife for excellent game viewing.</p>",
      "words": 14,
      "direct": false,
      "issue": "First paragraph is 14 words and does not look like a concise direct answer."
    },
    {
      "heading": "Australia",
      "headingHtml": "<h3 class=\"destination-card-module--destination-card__title--f54d7\">Australia</h3>",
      "firstParagraph": "Australia's spring reaches full bloom in November, with wildflowers carpeting the Outback and perfect city temperatures.",
      "paragraphHtml": "<p class=\"destination-card-module--destination-card__description--b1ca4\">Australia&apos;s spring reaches full bloom in November, with wildflowers carpeting the Outback and perfect city temperatures.</p>",
      "words": 16,
      "direct": false,
      "issue": "First paragraph is 16 words and does not look like a concise direct answer."
    },
    {
      "heading": "Morocco",
      "headingHtml": "<h3 class=\"destination-card-module--destination-card__title--f54d7\">Morocco</h3>",
      "firstParagraph": "Morocco's comfortable fall weather makes November ideal for exploring imperial cities and Atlas Mountain trekking.",
      "paragraphHtml": "<p class=\"destination-card-module--destination-card__description--b1ca4\">Morocco&apos;s comfortable fall weather makes November ideal for exploring imperial cities and Atlas Mountain trekking.</p>",
      "words": 15,
      "direct": false,
      "issue": "First paragraph is 15 words and does not look like a concise direct answer."
    },
    {
      "heading": "France",
      "headingHtml": "<h3 class=\"destination-card-module--destination-card__title--f54d7\">France</h3>",
      "firstParagraph": "Winter transforms France into a country of twinkling lights, seasonal markets, and perfect conditions across alpine ski terrain.",
      "paragraphHtml": "<p class=\"destination-card-module--destination-card__description--b1ca4\">Winter transforms France into a country of twinkling lights, seasonal markets, and perfect conditions across alpine ski terrain.</p>",
      "words": 18,
      "direct": false,
      "issue": "First paragraph is 18 words and does not look like a concise direct answer."
    },
    {
      "heading": "Bhutan",
      "headingHtml": "<h3 class=\"destination-card-module--destination-card__title--f54d7\">Bhutan</h3>",
      "firstParagraph": "December unveils Bhutan at its most photogenic, with crystal-clear mountain vistas set against deep-blue skies and minimal crowds to disturb the serenity.",
      "paragraphHtml": "<p class=\"destination-card-module--destination-card__description--b1ca4\">December unveils Bhutan at its most photogenic, with crystal-clear mountain vistas set against deep-blue skies and minimal crowds to disturb the serenity.</p>",
      "words": 22,
      "direct": false,
      "issue": "First paragraph is 22 words and does not look like a concise direct answer."
    },
    {
      "heading": "Argentina",
      "headingHtml": "<h3 class=\"destination-card-module--destination-card__title--f54d7\">Argentina</h3>",
      "firstParagraph": "Summer blooms across Argentina in December, offering perfect conditions for exploring everything from glacial landscapes to sophisticated Buenos Aires neighborhoods.",
      "paragraphHtml": "<p class=\"destination-card-module--destination-card__description--b1ca4\">Summer blooms across Argentina in December, offering perfect conditions for exploring everything from glacial landscapes to sophisticated Buenos Aires neighborhoods.</p>",
      "words": 20,
      "direct": false,
      "issue": "First paragraph is 20 words and does not look like a concise direct answer."
    },
    {
      "heading": "Austria",
      "headingHtml": "<h3 class=\"destination-card-module--destination-card__title--f54d7\">Austria</h3>",
      "firstParagraph": "Austria's Christmas markets create December magic, with twinkling lights and world-class skiing under crisp winter skies.",
      "paragraphHtml": "<p class=\"destination-card-module--destination-card__description--b1ca4\">Austria&apos;s Christmas markets create December magic, with twinkling lights and world-class skiing under crisp winter skies.</p>",
      "words": 16,
      "direct": false,
      "issue": "First paragraph is 16 words and does not look like a concise direct answer."
    },
    {
      "heading": "Italy",
      "headingHtml": "<h3 class=\"destination-card-module--destination-card__title--f54d7\">Italy</h3>",
      "firstParagraph": "Italy's winter charm unfolds in December, with festive Christmas markets and fewer crowds at major attractions.",
      "paragraphHtml": "<p class=\"destination-card-module--destination-card__description--b1ca4\">Italy&apos;s winter charm unfolds in December, with festive Christmas markets and fewer crowds at major attractions.</p>",
      "words": 16,
      "direct": false,
      "issue": "First paragraph is 16 words and does not look like a concise direct answer."
    },
    {
      "heading": "New Zealand",
      "headingHtml": "<h3 class=\"destination-card-module--destination-card__title--f54d7\">New Zealand</h3>",
      "firstParagraph": "New Zealand's summer begins in December, with long daylight hours and perfect conditions for outdoor adventures.",
      "paragraphHtml": "<p class=\"destination-card-module--destination-card__description--b1ca4\">New Zealand&apos;s summer begins in December, with long daylight hours and perfect conditions for outdoor adventures.</p>",
      "words": 16,
      "direct": false,
      "issue": "First paragraph is 16 words and does not look like a concise direct answer."
    },
    {
      "heading": "Maldives",
      "headingHtml": "<h3 class=\"destination-card-module--destination-card__title--f54d7\">Maldives</h3>",
      "firstParagraph": "December brings the Maldives' peak dry season, with crystal-clear waters and gentle breezes for water sports.",
      "paragraphHtml": "<p class=\"destination-card-module--destination-card__description--b1ca4\">December brings the Maldives&apos; peak dry season, with crystal-clear waters and gentle breezes for water sports.</p>",
      "words": 16,
      "direct": false,
      "issue": "First paragraph is 16 words and does not look like a concise direct answer."
    },
    {
      "heading": "Cambodia",
      "headingHtml": "<h3 class=\"destination-card-module--destination-card__title--f54d7\">Cambodia</h3>",
      "firstParagraph": "Cambodia's cool, dry season arrives in December, offering perfect temperatures for exploring Angkor Wat's ancient temples.",
      "paragraphHtml": "<p class=\"destination-card-module--destination-card__description--b1ca4\">Cambodia&apos;s cool, dry season arrives in December, offering perfect temperatures for exploring Angkor Wat&apos;s ancient temples.</p>",
      "words": 16,
      "direct": false,
      "issue": "First paragraph is 16 words and does not look like a concise direct answer."
    },
    {
      "heading": "How Zicasso Works",
      "headingHtml": "<h2 class=\"how-zicasso-works-module--how__title--5963e\">How Zicasso Works</h2>",
      "firstParagraph": "Here's how we create life-enriching, luxury travel experiences",
      "paragraphHtml": "<p class=\"how-zicasso-works-module--how__subTitle--0d637\">Here&apos;s how we create life-enriching, luxury travel experiences</p>",
      "words": 8,
      "direct": false,
      "issue": "First paragraph is 8 words and does not look like a concise direct answer."
    },
    {
      "heading": "Experiences beyond your wildest dreams",
      "headingHtml": "<h2 id=\"explore-trip-ideas-title\" class=\"section-title-module--section-title__title--c15ea\">Experiences beyond your wildest dreams</h2>",
      "firstParagraph": "Whether exploring as a family or escaping on a romantic trip with your partner, discover extraordinary experiences to bring your travel dreams to life.",
      "paragraphHtml": "<p class=\"section-title-module--section-title__description--7b313\">Whether exploring as a family or escaping on a romantic trip with your partner, discover extraordinary experiences to bring your travel dreams to life.</p>",
      "words": 24,
      "direct": false,
      "issue": "First paragraph is 24 words and does not look like a concise direct answer."
    },
    {
      "heading": "Immersive, authentic tours",
      "headingHtml": "<h3 class=\"explore-trip-ideas-module--explore-trip-ideas__card-title--3805c\">Immersive, authentic tours</h3>",
      "firstParagraph": "Uncover ancient mysteries, retrace the steps of legends, and gaze upon iconic paintings, sculptures, and sketches. Dance in vibrant festivals, explore crumbling ruins, and delight in the different cultures and traditions that make our world so captivating.",
      "paragraphHtml": "<p class=\"explore-trip-ideas-module--explore-trip-ideas__card-description--aaa84\">Uncover ancient mysteries, retrace the steps of legends, and gaze upon iconic paintings, sculptures, and sketches. Dance in vibrant festivals, explore crumbling ruins, and delight in the different cultures and traditions that make our world so captivating.</p>",
      "words": 37,
      "direct": false,
      "issue": "First paragraph is 37 words and does not look like a concise direct answer."
    },
    {
      "heading": "Exciting outdoor exploration",
      "headingHtml": "<h3 class=\"explore-trip-ideas-module--explore-trip-ideas__card-title--3805c\">Exciting outdoor exploration</h3>",
      "firstParagraph": "Lace up your boots and get set to explore. Whether it's a gentle approach or pushing your limits, let us curate your thrilling active adventure. Scale craggy peaks, kayak through crystalline fjords, and cycle across undulating roads, with each twist and turn revealing breathtaking views.",
      "paragraphHtml": "<p class=\"explore-trip-ideas-module--explore-trip-ideas__card-description--aaa84\">Lace up your boots and get set to explore. Whether it&apos;s a gentle approach or pushing your limits, let us curate your thrilling active adventure. Scale craggy peaks, kayak through crystalline fjords, and cycle across undulating roads, with each twist and turn revealing breathtaking views.</p>",
      "words": 45,
      "direct": false,
      "issue": "First paragraph is 45 words and does not look like a concise direct answer."
    },
    {
      "heading": "Private, guided safaris",
      "headingHtml": "<h3 class=\"explore-trip-ideas-module--explore-trip-ideas__card-title--3805c\">Private, guided safaris</h3>",
      "firstParagraph": "Rewrite the rules of adventure in the wild heart of Africa. Traverse sun-dappled savannas and misty rainforests led by world-class safari guides. Toast to your discoveries around campfires, where stories of daily wildlife encounters mingle with the symphony of nocturnal calls.",
      "paragraphHtml": "<p class=\"explore-trip-ideas-module--explore-trip-ideas__card-description--aaa84\">Rewrite the rules of adventure in the wild heart of Africa. Traverse sun-dappled savannas and misty rainforests led by world-class safari guides. Toast to your discoveries around campfires, where stories of daily wildlife encounters mingle with the symphony of nocturnal calls.</p>",
      "words": 41,
      "direct": false,
      "issue": "First paragraph is 41 words and does not look like a concise direct answer."
    },
    {
      "heading": "Collect lifelong memories",
      "headingHtml": "<h2 id=\"customer-reviews-heading\" class=\"section-title-module--section-title__title--c15ea\">Collect lifelong memories</h2>",
      "firstParagraph": "Here’s what our travelers are sharing about their experiences",
      "paragraphHtml": "<p class=\"section-title-module--section-title__description--7b313\">Here&#x2019;s what our travelers are sharing about their experiences</p>",
      "words": 10,
      "direct": false,
      "issue": "First paragraph is 10 words and does not look like a concise direct answer."
    },
    {
      "heading": "Personalized,Expert-Designed Tours",
      "headingHtml": "<h3 class=\"benefits-boxes-module--benefits-steps__title--bf18a\">Personalized,<br>Expert-Designed Tours</h3>",
      "firstParagraph": "Compare and customize itineraries from two travel specialists, ensuring you receive a more creative and expertly crafted tour.",
      "paragraphHtml": "<p class=\"benefits-boxes-module--benefits-steps__description--d0465\">Compare and customize itineraries from two travel specialists, ensuring you receive a more creative and expertly crafted tour.</p>",
      "words": 18,
      "direct": false,
      "issue": "First paragraph is 18 words and does not look like a concise direct answer."
    },
    {
      "heading": "Seamless,Stress-Free Logistics",
      "headingHtml": "<h3 class=\"benefits-boxes-module--benefits-steps__title--bf18a\">Seamless,<br>Stress-Free Logistics</h3>",
      "firstParagraph": "Pack your bags and travel with confidence, knowing our specialists take care of every detail and offer 24/7 support during your trip.",
      "paragraphHtml": "<p class=\"benefits-boxes-module--benefits-steps__description--d0465\">Pack your bags and travel with confidence, knowing our specialists take care of every detail and offer 24/7 support during your trip.</p>",
      "words": 23,
      "direct": false,
      "issue": "First paragraph is 23 words and does not look like a concise direct answer."
    },
    {
      "heading": "Unique,Exclusive Experiences",
      "headingHtml": "<h3 class=\"benefits-boxes-module--benefits-steps__title--bf18a\">Unique,<br>Exclusive Experiences</h3>",
      "firstParagraph": "With VIP treatment every step of the way, our specialists open doors to luxury travel experiences beyond your wildest dreams.",
      "paragraphHtml": "<p class=\"benefits-boxes-module--benefits-steps__description--d0465\">With VIP treatment every step of the way, our specialists open doors to luxury travel experiences beyond your wildest dreams.</p>",
      "words": 20,
      "direct": false,
      "issue": "First paragraph is 20 words and does not look like a concise direct answer."
    },
    {
      "heading": "The latest ideas in luxury travel",
      "headingHtml": "<h3 class=\"newsletter-light-module--newsletter__title--0b916\">The latest ideas in luxury travel</h3>",
      "firstParagraph": "Join our weekly travel newsletter",
      "paragraphHtml": "<p class=\"newsletter-light-module--newsletter__p--16802\">Join our weekly travel newsletter</p>",
      "words": 5,
      "direct": false,
      "issue": "First paragraph is 5 words and does not look like a concise direct answer."
    }
  ],
  "score": 65,
  "weight": 8
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

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, cost, 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": "Experience the world beyond belief",
      "html": "<h2 id=\"experience-the-world-beyond-belief\" class=\"section-title-module--section-title__title--c15ea\">Experience the world beyond belief</h2>"
    },
    {
      "text": "Destinations you've always dreamed of",
      "html": "<h2 id=\"dream-destinations-title\" class=\"section-title-module--section-title__title--c15ea\">Destinations you&apos;ve always dreamed of</h2>"
    },
    {
      "text": "Life-enriching journeys to inspire you",
      "html": "<h2>Life-enriching journeys to inspire you</h2>"
    },
    {
      "text": "Explore where to go by month",
      "html": "<h2 id=\"months-explorer-title\" class=\"section-title-module--section-title__title--c15ea\">Explore where to go by month</h2>"
    },
    {
      "text": "How Zicasso Works",
      "html": "<h2 class=\"how-zicasso-works-module--how__title--5963e\">How Zicasso Works</h2>"
    },
    {
      "text": "Experiences beyond your wildest dreams",
      "html": "<h2 id=\"explore-trip-ideas-title\" class=\"section-title-module--section-title__title--c15ea\">Experiences beyond your wildest dreams</h2>"
    },
    {
      "text": "Collect lifelong memories",
      "html": "<h2 id=\"customer-reviews-heading\" class=\"section-title-module--section-title__title--c15ea\">Collect lifelong memories</h2>"
    }
  ],
  "expected": [
    {
      "id": "what",
      "label": "What is Luxury Custom Tours, Vacations & Safaris?",
      "pattern": {}
    },
    {
      "id": "how",
      "label": "How does Luxury Custom Tours, Vacations & Safaris work?",
      "pattern": {}
    },
    {
      "id": "benefits",
      "label": "Why use Luxury Custom Tours, Vacations & Safaris?",
      "pattern": {}
    },
    {
      "id": "cost",
      "label": "Is Luxury Custom Tours, Vacations & Safaris free or paid?",
      "pattern": {}
    },
    {
      "id": "compare",
      "label": "How does Luxury Custom Tours, Vacations & Safaris compare with alternatives?",
      "pattern": {}
    }
  ],
  "missing": [
    {
      "id": "what",
      "label": "What is Luxury Custom Tours, Vacations & Safaris?",
      "pattern": {}
    },
    {
      "id": "benefits",
      "label": "Why use Luxury Custom Tours, Vacations & Safaris?",
      "pattern": {}
    },
    {
      "id": "cost",
      "label": "Is Luxury Custom Tours, Vacations & Safaris free or paid?",
      "pattern": {}
    },
    {
      "id": "compare",
      "label": "How does Luxury Custom Tours, Vacations & Safaris 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 80/100 and needs improvement.

1 Warning

Needs attention

AIO: Page experience for AIO

Warning
01

Issue

5 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

80/100

Status

warning

Category

GEO, AIO & AEO

Maturity

Emerging recommendation

Goal

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

Result

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

Evidence
{
  "viewportContent": "width=device-width, initial-scale=1, shrink-to-fit=no",
  "visibleWords": 4433,
  "htmlBytes": 577620,
  "imagesMissingDimensions": [
    {
      "src": "/static/2f592af954a62e67c2ef21a13743584b/e3fd2/2f592af954a62e67c2ef21a13743584b.jpg",
      "width": "",
      "height": "",
      "loading": "eager",
      "html": "<img data-gatsby-image-ssr fetchpriority=\"high\" title=\"Scenic landscape of a mountain lake in Bariloche, Patagonia, Argentina, with snow-capped peaks and forests\" data-main-image style=\"opacity: 1;\" sizes=\"100vw\" decoding=\"async\" loading=\"eager\" src=\"/static/2f592af954a62e67c2ef21a13743584b/e3fd2/2f592af954a62e67c2ef21a13743584b.jpg\" srcset=\"/static/2f592af954a62e67c2ef21a13743584b/86e27/2f592af954a62e67c2ef21a13743584b.jpg 750w,/static/2f592af954a62e67c2ef21a13743584b/e3fd2/2f592af954a62e67c..."
    },
    {
      "src": "/static/2f592af954a62e67c2ef21a13743584b/e3fd2/2f592af954a62e67c2ef21a13743584b.jpg",
      "width": "",
      "height": "",
      "loading": "eager",
      "html": "<img data-gatsby-image-ssr fetchpriority=\"high\" title=\"Scenic landscape of a mountain lake in Bariloche, Patagonia, Argentina, with snow-capped peaks and forests\" data-main-image style=\"opacity:0\" sizes=\"100vw\" decoding=\"async\" loading=\"eager\" src=\"/static/2f592af954a62e67c2ef21a13743584b/e3fd2/2f592af954a62e67c2ef21a13743584b.jpg\" srcset=\"/static/2f592af954a62e67c2ef21a13743584b/86e27/2f592af954a62e67c2ef21a13743584b.jpg 750w,/static/2f592af954a62e67c2ef21a13743584b/e3fd2/2f592af954a62e67c2e..."
    },
    {
      "src": "https://res.cloudinary.com/zicasso/image/fetch/c_scale/q_auto/dpr_auto/f_auto/https://images.zicasso.com/a49397c0c77829ead027bc281c93c75c.png",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img alt=\"Topographic background\" class=\"life-enriching-module--life-enriching__topographic--95ddc\" fetchpriority=\"auto\" loading=\"lazy\" src=\"https://res.cloudinary.com/zicasso/image/fetch/c_scale/q_auto/dpr_auto/f_auto/https://images.zicasso.com/a49397c0c77829ead027bc281c93c75c.png\">"
    },
    {
      "src": "https://res.cloudinary.com/zicasso/image/fetch/c_fill,h_372,w_450/e_sharpen:70/q_auto/dpr_auto/f_auto/https://images.zicasso.com/cc092afb2c6001339405bab60db1fccb.jpg",
      "width": "",
      "height": "372",
      "loading": "lazy",
      "html": "<img alt class=\"testimonials-module--carousel-image--3ab76 z-image-module--responsive--ddbe5\" height=\"372\" fetchpriority=\"auto\" loading=\"lazy\" src=\"https://res.cloudinary.com/zicasso/image/fetch/c_fill,h_372,w_450/e_sharpen:70/q_auto/dpr_auto/f_auto/https://images.zicasso.com/cc092afb2c6001339405bab60db1fccb.jpg\">"
    },
    {
      "src": "https://res.cloudinary.com/zicasso/image/fetch/c_fill,h_282,w_539/e_sharpen:60/q_auto:best/dpr_auto/f_auto/https://images.zicasso.com/62c5a19f9ab7ff0ae8d4797a41a3461b.jpg",
      "width": "",
      "height": "282",
      "loading": "lazy",
      "html": "<img alt=\"Portofino, Italy - Newsletter sign-up\" class=\"newsletter-light-module--newsletter__imageEl--3cc3a z-image-module--responsive--ddbe5\" height=\"282\" fetchpriority=\"auto\" loading=\"lazy\" src=\"https://res.cloudinary.com/zicasso/image/fetch/c_fill,h_282,w_539/e_sharpen:60/q_auto:best/dpr_auto/f_auto/https://images.zicasso.com/62c5a19f9ab7ff0ae8d4797a41a3461b.jpg\">"
    }
  ],
  "possibleDialogs": [],
  "score": 80,
  "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",
            "length": 219881
          },
          {
            "path": "/api/context",
            "statusCode": 404,
            "contentType": "text/html",
            "length": 219881
          },
          {
            "path": "/context",
            "statusCode": 404,
            "contentType": "text/html",
            "length": 219881
          }
        ]
      },
      "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, cost, 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": "Experience the world beyond belief",
      "html": "<h2 id=\"experience-the-world-beyond-belief\" class=\"section-title-module--section-title__title--c15ea\">Experience the world beyond belief</h2>"
    },
    {
      "text": "Destinations you've always dreamed of",
      "html": "<h2 id=\"dream-destinations-title\" class=\"section-title-module--section-title__title--c15ea\">Destinations you&apos;ve always dreamed of</h2>"
    },
    {
      "text": "Life-enriching journeys to inspire you",
      "html": "<h2>Life-enriching journeys to inspire you</h2>"
    },
    {
      "text": "Explore where to go by month",
      "html": "<h2 id=\"months-explorer-title\" class=\"section-title-module--section-title__title--c15ea\">Explore where to go by month</h2>"
    },
    {
      "text": "How Zicasso Works",
      "html": "<h2 class=\"how-zicasso-works-module--how__title--5963e\">How Zicasso Works</h2>"
    },
    {
      "text": "Experiences beyond your wildest dreams",
      "html": "<h2 id=\"explore-trip-ideas-title\" class=\"section-title-module--section-title__title--c15ea\">Experiences beyond your wildest dreams</h2>"
    },
    {
      "text": "Collect lifelong memories",
      "html": "<h2 id=\"customer-reviews-heading\" class=\"section-title-module--section-title__title--c15ea\">Collect lifelong memories</h2>"
    }
  ],
  "expected": [
    {
      "id": "what",
      "label": "What is Luxury Custom Tours, Vacations & Safaris?",
      "pattern": {}
    },
    {
      "id": "how",
      "label": "How does Luxury Custom Tours, Vacations & Safaris work?",
      "pattern": {}
    },
    {
      "id": "benefits",
      "label": "Why use Luxury Custom Tours, Vacations & Safaris?",
      "pattern": {}
    },
    {
      "id": "cost",
      "label": "Is Luxury Custom Tours, Vacations & Safaris free or paid?",
      "pattern": {}
    },
    {
      "id": "compare",
      "label": "How does Luxury Custom Tours, Vacations & Safaris compare with alternatives?",
      "pattern": {}
    }
  ],
  "missing": [
    {
      "id": "what",
      "label": "What is Luxury Custom Tours, Vacations & Safaris?",
      "pattern": {}
    },
    {
      "id": "benefits",
      "label": "Why use Luxury Custom Tours, Vacations & Safaris?",
      "pattern": {}
    },
    {
      "id": "cost",
      "label": "Is Luxury Custom Tours, Vacations & Safaris free or paid?",
      "pattern": {}
    },
    {
      "id": "compare",
      "label": "How does Luxury Custom Tours, Vacations & Safaris compare with alternatives?",
      "pattern": {}
    }
  ],
  "score": 70,
  "weight": 4
}

Agent Ease of UseAuthEmerging recommendation

Auth.md Agent Registration

Auth.md Agent Registration has an informational finding because the page appears to support authentication.

Informational

Needs attention

Auth.md Agent Registration

Informational
01

Issue

auth.md response did not match the expected agent registration shape. Content-Type "text/html" is not Markdown or text/plain; missing registration instructions; missing /.well-known/oauth-protected-resource link; missing /.well-known/oauth-authorization-server link; missing credential type language.

02

Why it matters

Agent registration metadata lets automated clients find the registration path, supported identity types, credential types, and related claim or revocation endpoints without scraping human docs.

Check name

Auth.md Agent Registration

Score

0/100

Status

informational

Category

Auth

Maturity

Emerging recommendation

Goal

Publish Auth.md and agent_auth metadata so agents can discover registration and credential requirements.

Result

Auth.md Agent Registration has an informational finding because the page appears to support authentication.

Validation steps

  1. Fetch and validate /auth.md

    auth.md response did not match the expected agent registration shape. Content-Type "text/html" is not Markdown or text/plain; missing registration instructions; missing /.well-known/oauth-protected-resource link; missing /.well-known/oauth-authorization-server link; missing credential type language.

  2. Publish protected resource metadata

    The OAuth Protected Resource metadata endpoint did not return HTTP 2xx.

  3. Validate agent_auth authorization metadata

    OAuth authorization server metadata could not be fetched.

Evidence
{
  "failedStep": "auth-md",
  "steps": [
    {
      "id": "auth-md",
      "title": "Fetch and validate /auth.md",
      "status": "fail",
      "evidence": {
        "path": "/auth.md",
        "ok": false,
        "statusCode": 404,
        "contentType": "text/html",
        "length": 219881,
        "validation": {
          "valid": false,
          "issue": "auth.md response did not match the expected agent registration shape. Content-Type \"text/html\" is not Markdown or text/plain; missing registration instructions; missing /.well-known/oauth-protected-resource link; missing /.well-known/oauth-authorization-server link; missing credential type language.",
          "compatibleContentType": false,
          "contentLength": 216057,
          "hasRegisterInstructions": false,
          "hasProtectedResourceLink": false,
          "hasAuthorizationServerLink": false,
          "mentionsIdentity": true,
          "mentionsCredential": false,
          "links": [
            "https://try.abtasty.com/23a1752d498643c3b0266fdd03e71a04.js\"",
            "https://widget.trustpilot.com\"",
            "https://bat.bing.com\"",
            "https://www.google-analytics.com\"",
            "https://tags.srv.stackadapt.com\"",
            "https://www.googletagmanager.com\"",
            "https://api.zicasso.com/\"",
            "https://res.cloudinary.com\"",
            "/favicon-32x32.png",
            "/png"
          ],
          "rawExcerpt": "<!DOCTYPE html><html lang=\"en\" data-original-tag=\"html\"><head><meta charSet=\"utf-8\"/><meta name=\"viewport\" content=\"width=device-width, initial-scale=1, shrink-to-fit=no\"/><meta http-equiv=\"x-ua-compatible\" content=\"ie=edge\"/><link rel=\"preload\" href=\"https://try.abtasty.com/23a1752d498643c3b0266fdd03e71a04.js\" as=\"script\"/><link crossorigin=\"anonymous\" href=\"https://widget.trustpilot.com\" rel=\"dns-prefetch\"/><link crossorigin=\"anonymous\" href=\"https://bat.bing.com\" rel=\"dns-prefetch\"/><link crossorigin=\"anonymous\" href=\"https://www.google-analytics.com\" rel=\"dns-prefetch\"/><link crossorigin=\"anonymous\" href=\"https://tags.srv.stackadapt.com\" rel=\"preconnect\"/><link crossorigin=\"anonymous\" href=\"https://www.googletagmanager.com\" rel=\"preconnect\"/><link crossorigin=\"use-credentials\" href=\"ht"
        }
      },
      "issue": "auth.md response did not match the expected agent registration shape. Content-Type \"text/html\" is not Markdown or text/plain; missing registration instructions; missing /.well-known/oauth-protected-resource link; missing /.well-known/oauth-authorization-server link; missing credential type language.",
      "howToFix": "Serve /auth.md at the site root as Markdown with agent registration instructions and links to OAuth metadata."
    },
    {
      "id": "oauth-protected-resource",
      "title": "Publish protected resource metadata",
      "status": "fail",
      "evidence": {
        "path": "/.well-known/oauth-protected-resource",
        "ok": false,
        "statusCode": 404,
        "contentType": "text/html",
        "length": 219881,
        "text": "<!DOCTYPE html><html lang=\"en\" data-original-tag=\"html\"><head><meta charSet=\"utf-8\"/><meta name=\"viewport\" content=\"width=device-width, initial-scale=1, shrink-to-fit=no\"/><meta http-equiv=\"x-ua-compatible\" content=\"ie=edge\"/><link rel=\"preload\" href=\"https://try.abtasty.com/23a1752d498643c3b0266fdd03e71a04.js\" as=\"script\"/><link crossorigin=\"anonymous\" href=\"https://widget.trustpilot.com\" rel=\"dns-prefetch\"/><link crossorigin=\"anonymous\" href=\"https://bat.bing.com\" rel=\"dns-prefetch\"/><link crossorigin=\"anonymous\" href=\"https://www.google-analytics.com\" rel=\"dns-prefetch\"/><link crossorigin=\"anonymous\" href=\"https://tags.srv.stackadapt.com\" rel=\"preconnect\"/><link crossorigin=\"anonymous\" href=\"https://www.googletagmanager.com\" rel=\"preconnect\"/><link crossorigin=\"use-credentials\" href=\"https://api.zicasso.com/\" rel=\"preconnect\"/><link crossorigin=\"anonymous\" href=\"https://res.cloudinary.com\" rel=\"preconnect\"/><meta name=\"generator\" content=\"Gatsby 5.16.1\"/><meta name=\"theme-color\" content=\"#E6E3DF\"/><meta name=\"title\" content=\"404: Not found | Zicasso\" data-gatsby-head=\"true\"/><meta name=\"description\" content=\"\" data-gatsby-head=\"true\"/><meta name=\"keywords\" content=\"\" data-gatsby-head=\"true\"/><meta name=\"robots\" content=\"noindex, nofollow\" data-gatsby-head=\"true\"/><meta property=\"og:title\" content=\"404: Not found | Zicasso\" data-gatsby-head=\"true\"/><meta property=\"og:description\" content=\"\" data-gatsby-head=\"true\"/><link rel=\"icon\" href=\"/favicon-32x32.png\" type=\"image/png\"/><link rel=\"manifest\" href=\"/manifest.webmanifest\" crossorigin=\"anonymous\"/><link rel=\"apple-touch-icon\" sizes=\"48x48\" href=\"/icons/icon-48x48.png\"/><link rel=\"apple-touch-icon\" sizes=\"72x72\" href=\"/icons/icon-72x72.png\"/><link rel=\"apple-touch-icon\" sizes=\"96x96\" href=\"/icons/icon-96x96.png\"/><link rel=\"apple-touch-icon\" sizes=\"144x144\" href=\"/icons/icon-144x144.png\"/><link rel=\"apple-touch-icon\" sizes=\"192x192\" href=\"/icons/icon-192x192.png\"/><link rel=\"apple-touch-icon\" sizes=\"256x256\" href=\"/icons/icon-256x256.png\"/><link rel=\"apple-touch-icon\" sizes=\"384x384\" href=\"/icons/icon-384x384.png\"/><link rel=\"apple-touch-icon\" sizes=\"512x512\" href=\"/icons/icon-512x512.png\"/><title data-gatsby-head=\"true\">404: Not found | Zicasso</title><link rel=\"preload\" href=\"/fonts/Satoshi-Variable.woff2\" as=\"font\" type=\"font/woff2\" crossorigin=\"anonymous\" data-gatsby-head=\"true\"/><link rel=\"preload\" href=\"/fonts/theseasons-bd-webfont.woff2\" as=\"font\" type=\"font/woff2\" crossorigin=\"anonymous\" data-gatsby-head=\"true\"/><script src=\"https://try.abtasty.com/23a1752d498643c3b0266fdd03e71a04.js\" type=\"text/javascript\"></script><script async=\"\" src=\"https://www.googletagmanager.com/gtm.js?id=GTM-W6FFCQ\" type=\"text/javascript\"></script><style data-href=\"/component---src-components-404-index-js.d5bba36063437a2cb03f.css\" data-identity=\"gatsby-global-css\">.gatsby-hero-image-module--gatsby-image-wrapper-ie--ca7cc div:first-of-type{padding-top:0!important}.gatsby-hero-image-module--gatsby-image-wrapper-ie--ca7cc picture:first-of-type{position:static!important}.four04-module--four04--828f3{background-color:#fff}.four04-module--four04__container--91bba{align-items:center;display:flex;flex-direction:column;justify-content:center;margin:3.5rem auto;max-width:1200px;padding:0 1rem}@media only screen and (min-width:768px){.four04-module--four04__container--91bba{padding:0 1.75rem}}.four04-module--four04__title--39fbc{color:#070707;font-size:24px;line-height:36px;margin:0}@media only screen and (min-width:768px){.four04-module--four04__title--39fbc{font-size:38px;line-height:48px}}.four04-module--four04__text--8d529{color:#070707;font-size:17px;font-weight:400;line-height:26px;margin:2rem 0;max-width:640px;text-align:center}.four04-module--four04__text--8d529 a{text-decoration:none}@media(min-width:1280px){.four04-module--four04__text--8d529{margin:2.25rem 0}}.four04-module--four04__location-tiles--de753{width:100%}.four04-module--four04__header--6532a{height:419px;position:relative}.four04-"
      },
      "issue": "The OAuth Protected Resource metadata endpoint did not return HTTP 2xx.",
      "howToFix": "Publish /.well-known/oauth-protected-resource with resource and authorization_servers fields."
    },
    {
      "id": "agent-auth-block",
      "title": "Validate agent_auth authorization metadata",
      "status": "fail",
      "evidence": {
        "valid": false,
        "issue": "OAuth authorization server metadata could not be fetched.",
        "fetch": {
          "ok": false,
          "statusCode": 404,
          "contentType": "text/html",
          "length": 219881,
          "text": "<!DOCTYPE html><html lang=\"en\" data-original-tag=\"html\"><head><meta charSet=\"utf-8\"/><meta name=\"viewport\" content=\"width=device-width, initial-scale=1, shrink-to-fit=no\"/><meta http-equiv=\"x-ua-compatible\" content=\"ie=edge\"/><link rel=\"preload\" href=\"https://try.abtasty.com/23a1752d498643c3b0266fdd03e71a04.js\" as=\"script\"/><link crossorigin=\"anonymous\" href=\"https://widget.trustpilot.com\" rel=\"dns-prefetch\"/><link crossorigin=\"anonymous\" href=\"https://bat.bing.com\" rel=\"dns-prefetch\"/><link crossorigin=\"anonymous\" href=\"https://www.google-analytics.com\" rel=\"dns-prefetch\"/><link crossorigin=\"anonymous\" href=\"https://tags.srv.stackadapt.com\" rel=\"preconnect\"/><link crossorigin=\"anonymous\" href=\"https://www.googletagmanager.com\" rel=\"preconnect\"/><link crossorigin=\"use-credentials\" href=\"https://api.zicasso.com/\" rel=\"preconnect\"/><link crossorigin=\"anonymous\" href=\"https://res.cloudinary.com\" rel=\"preconnect\"/><meta name=\"generator\" content=\"Gatsby 5.16.1\"/><meta name=\"theme-color\" content=\"#E6E3DF\"/><meta name=\"title\" content=\"404: Not found | Zicasso\" data-gatsby-head=\"true\"/><meta name=\"description\" content=\"\" data-gatsby-head=\"true\"/><meta name=\"keywords\" content=\"\" data-gatsby-head=\"true\"/><meta name=\"robots\" content=\"noindex, nofollow\" data-gatsby-head=\"true\"/><meta property=\"og:title\" content=\"404: Not found | Zicasso\" data-gatsby-head=\"true\"/><meta property=\"og:description\" content=\"\" data-gatsby-head=\"true\"/><link rel=\"icon\" href=\"/favicon-32x32.png\" type=\"image/png\"/><link rel=\"manifest\" href=\"/manifest.webmanifest\" crossorigin=\"anonymous\"/><link rel=\"apple-touch-icon\" sizes=\"48x48\" href=\"/icons/icon-48x48.png\"/><link rel=\"apple-touch-icon\" sizes=\"72x72\" href=\"/icons/icon-72x72.png\"/><link rel=\"apple-touch-icon\" sizes=\"96x96\" href=\"/icons/icon-96x96.png\"/><link rel=\"apple-touch-icon\" sizes=\"144x144\" href=\"/icons/icon-144x144.png\"/><link rel=\"apple-touch-icon\" sizes=\"192x192\" href=\"/icons/icon-192x192.png\"/><link rel=\"apple-touch-icon\" sizes=\"256x256\" href=\"/icons/icon-256x256.png\"/><link rel=\"apple-touch-icon\" sizes=\"384x384\" href=\"/icons/icon-384x384.png\"/><link rel=\"apple-touch-icon\" sizes=\"512x512\" href=\"/icons/icon-512x512.png\"/><title data-gatsby-head=\"true\">404: Not found | Zicasso</title><link rel=\"preload\" href=\"/fonts/Satoshi-Variable.woff2\" as=\"font\" type=\"font/woff2\" crossorigin=\"anonymous\" data-gatsby-head=\"true\"/><link rel=\"preload\" href=\"/fonts/theseasons-bd-webfont.woff2\" as=\"font\" type=\"font/woff2\" crossorigin=\"anonymous\" data-gatsby-head=\"true\"/><script src=\"https://try.abtasty.com/23a1752d498643c3b0266fdd03e71a04.js\" type=\"text/javascript\"></script><script async=\"\" src=\"https://www.googletagmanager.com/gtm.js?id=GTM-W6FFCQ\" type=\"text/javascript\"></script><style data-href=\"/component---src-components-404-index-js.d5bba36063437a2cb03f.css\" data-identity=\"gatsby-global-css\">.gatsby-hero-image-module--gatsby-image-wrapper-ie--ca7cc div:first-of-type{padding-top:0!important}.gatsby-hero-image-module--gatsby-image-wrapper-ie--ca7cc picture:first-of-type{position:static!important}.four04-module--four04--828f3{background-color:#fff}.four04-module--four04__container--91bba{align-items:center;display:flex;flex-direction:column;justify-content:center;margin:3.5rem auto;max-width:1200px;padding:0 1rem}@media only screen and (min-width:768px){.four04-module--four04__container--91bba{padding:0 1.75rem}}.four04-module--four04__title--39fbc{color:#070707;font-size:24px;line-height:36px;margin:0}@media only screen and (min-width:768px){.four04-module--four04__title--39fbc{font-size:38px;line-height:48px}}.four04-module--four04__text--8d529{color:#070707;font-size:17px;font-weight:400;line-height:26px;margin:2rem 0;max-width:640px;text-align:center}.four04-module--four04__text--8d529 a{text-decoration:none}@media(min-width:1280px){.four04-module--four04__text--8d529{margin:2.25rem 0}}.four04-module--four04__location-tiles--de753{width:100%}.four04-module--four04__header--6532a{height:419px;position:relative}.four04-"
        }
      },
      "issue": "OAuth authorization server metadata could not be fetched.",
      "howToFix": "Add agent_auth to /.well-known/oauth-authorization-server with register_uri, supported identity types, credential types, and claim or revocation URLs where applicable."
    }
  ],
  "authApplicability": {
    "supportsAuth": true,
    "score": 6,
    "signals": [
      {
        "source": "link:href",
        "weight": 3,
        "match": "auth link"
      },
      {
        "source": "button:attribute",
        "weight": 3,
        "match": "auth control annotation"
      }
    ]
  },
  "resourceFetchSucceeded": false
}

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

Agent Ease of UseAuthEstablished

OAuth / OIDC discovery

OAuth / OIDC discovery has an informational finding because the page appears to support authentication.

Informational

Needs attention

OAuth / OIDC discovery

Informational
01

Issue

OAuth / OIDC discovery was not found at the expected path.

02

Why it matters

OAuth and OIDC discovery let agents find authorization, token, and key endpoints programmatically instead of relying on human documentation.

Check name

OAuth / OIDC discovery

Score

0/100

Status

informational

Category

Auth

Maturity

Established

Goal

Publish OAuth/OIDC discovery metadata so agents can authenticate with your APIs.

Result

OAuth / OIDC discovery has an informational finding because the page appears to support authentication.

Validation steps

  1. Fetch to find resource

    OAuth / OIDC discovery was not found at the expected path.

Evidence
{
  "failedStep": "fetch",
  "steps": [
    {
      "id": "fetch",
      "title": "Fetch to find resource",
      "status": "fail",
      "evidence": {
        "checked": [
          {
            "path": "/.well-known/openid-configuration",
            "statusCode": 404,
            "contentType": "text/html",
            "length": 219881
          },
          {
            "path": "/.well-known/oauth-authorization-server",
            "statusCode": 404,
            "contentType": "text/html",
            "length": 219881
          }
        ]
      },
      "issue": "OAuth / OIDC discovery was not found at the expected path.",
      "howToFix": "Publish valid OAuth/OIDC metadata only when the site actually supports OAuth/OIDC. Otherwise omit provider discovery and document any unauthenticated public APIs separately."
    }
  ],
  "authApplicability": {
    "supportsAuth": true,
    "score": 6,
    "signals": [
      {
        "source": "link:href",
        "weight": 3,
        "match": "auth link"
      },
      {
        "source": "button:attribute",
        "weight": 3,
        "match": "auth control annotation"
      }
    ]
  },
  "resourceFetchSucceeded": false
}

Agent Ease of UseAuthEmerging recommendation

OAuth Protected Resource

OAuth Protected Resource has an informational finding because the page appears to support authentication.

Informational

Needs attention

OAuth Protected Resource

Informational
01

Issue

The OAuth Protected Resource metadata endpoint did not return HTTP 2xx.

02

Why it matters

Protected Resource metadata tells agents which authorization servers protect an API and how to connect authentication challenges to the right resource.

Check name

OAuth Protected Resource

Score

0/100

Status

informational

Category

Auth

Maturity

Emerging recommendation

Goal

Publish OAuth Protected Resource Metadata so agents can discover how to authenticate.

Result

OAuth Protected Resource has an informational finding because the page appears to support authentication.

Validation steps

  1. Fetch protected resource metadata

    The OAuth Protected Resource metadata endpoint did not return HTTP 2xx.

  2. Validate protected resource metadata

    Response is not valid JSON.

  3. Validate protected resource identity

    Protected resource metadata `resource` did not match the resource identifier used to retrieve it.

  4. Probe protected API Bearer challenge

    No protected route with a 401 Bearer challenge was detected; metadata alone does not prove a protected resource.

Evidence
{
  "failedStep": "fetch",
  "steps": [
    {
      "id": "fetch",
      "title": "Fetch protected resource metadata",
      "status": "fail",
      "evidence": {
        "path": "/.well-known/oauth-protected-resource",
        "statusCode": 404,
        "contentType": "text/html"
      },
      "issue": "The OAuth Protected Resource metadata endpoint did not return HTTP 2xx.",
      "howToFix": "Publish /.well-known/oauth-protected-resource JSON."
    },
    {
      "id": "metadata",
      "title": "Validate protected resource metadata",
      "status": "fail",
      "evidence": {
        "valid": false,
        "compatibleContentType": false,
        "issue": "Response is not valid JSON.",
        "rawExcerpt": "<!DOCTYPE html><html lang=\"en\" data-original-tag=\"html\"><head><meta charSet=\"utf-8\"/><meta name=\"viewport\" content=\"width=device-width, initial-scale=1, shrink-to-fit=no\"/><meta http-equiv=\"x-ua-compatible\" content=\"ie=edge\"/><link rel=\"preload\" href=\"https://try.abtasty.com/23a1752d498643c3b0266fdd03e71a04.js\" as=\"script\"/><link crossorigin=\"anonymous\" href=\"https://widget.trustpilot.com\" rel=\"dns-prefetch\"/><link crossorigin=\"anonymous\" href=\"https://bat.bing.com\" rel=\"dns-prefetch\"/><link crossorigin=\"anonymous\" href=\"https://www.google-analytics.com\" rel=\"dns-prefetch\"/><link crossorigin=\"anonymous\" href=\"https://tags.srv.stackadapt.com\" rel=\"preconnect\"/><link crossorigin=\"anonymous\" href=\"https://www.googletagmanager.com\" rel=\"preconnect\"/><link crossorigin=\"use-credentials\" href=\"ht"
      },
      "issue": "Response is not valid JSON.",
      "howToFix": "Publish resource and authorization_servers as absolute URLs."
    },
    {
      "id": "resource-identity",
      "title": "Validate protected resource identity",
      "status": "fail",
      "evidence": {
        "expectedResource": "https://www.zicasso.com"
      },
      "issue": "Protected resource metadata `resource` did not match the resource identifier used to retrieve it.",
      "howToFix": "Set `resource` to the origin/resource identifier represented by /.well-known/oauth-protected-resource."
    },
    {
      "id": "protected-route-challenge",
      "title": "Probe protected API Bearer challenge",
      "status": "informational",
      "evidence": {
        "checked": [
          {
            "path": "/api/admin/scans",
            "statusCode": 404,
            "wwwAuthenticate": {
              "valid": false,
              "present": false
            },
            "expectedMetadataUrl": "https://www.zicasso.com/.well-known/oauth-protected-resource",
            "metadataUrlMatches": true,
            "resourceMatchesRequestContext": true
          },
          {
            "path": "/api/admin/summary",
            "statusCode": 404,
            "wwwAuthenticate": {
              "valid": false,
              "present": false
            },
            "expectedMetadataUrl": "https://www.zicasso.com/.well-known/oauth-protected-resource",
            "metadataUrlMatches": true,
            "resourceMatchesRequestContext": true
          },
          {
            "path": "/api/scans",
            "statusCode": 404,
            "wwwAuthenticate": {
              "valid": false,
              "present": false
            },
            "expectedMetadataUrl": "https://www.zicasso.com/.well-known/oauth-protected-resource",
            "metadataUrlMatches": true,
            "resourceMatchesRequestContext": true
          }
        ]
      },
      "issue": "No protected route with a 401 Bearer challenge was detected; metadata alone does not prove a protected resource.",
      "howToFix": "When this site exposes bearer-protected APIs, return 401 with WWW-Authenticate: Bearer and link resource_metadata."
    }
  ],
  "authApplicability": {
    "supportsAuth": true,
    "score": 6,
    "signals": [
      {
        "source": "link:href",
        "weight": 3,
        "match": "auth link"
      },
      {
        "source": "button:attribute",
        "weight": 3,
        "match": "auth control annotation"
      }
    ]
  },
  "resourceFetchSucceeded": false
}

Performance and AccessibilityAccessibilityBrowser audit

Elements with visible text labels do not have matching accessible names.

100 Fail

Check name

Elements with visible text labels do not have matching accessible names.

Score

0/100

Status

fail

Device

desktop

Category

Accessibility

Fix guidance

Visible text labels that do not match the accessible name can result in a confusing experience for screen reader users. [Learn more about accessible names](https://dequeuniversity.com/rules/axe/4.11/label-content-name-mismatch).

Evidence
{
  "description": "Visible text labels that do not match the accessible name can result in a confusing experience for screen reader users. [Learn more about accessible names](https://dequeuniversity.com/rules/axe/4.11/label-content-name-mismatch)."
}

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

7 links found

Fix guidance

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

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

Performance and AccessibilityPerformanceBrowser audit

Avoid enormous network payloads

25 Warning

Check name

Avoid enormous network payloads

Score

50/100

Status

warning

Device

desktop

Category

Performance

Estimated savings

Total size was 10,887 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 10,887 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": 11148121
}

Performance and AccessibilityPerformanceBrowser audit

Improve image delivery

25 Warning

Check name

Improve image delivery

Score

50/100

Status

warning

Device

desktop

Category

Performance

Estimated savings

Est savings of 206 KiB

Fix guidance

Reducing the download time of images can improve the perceived load time of the page and LCP. [Learn more about optimizing image size](https://developer.chrome.com/docs/performance/insights/image-delivery)

Evidence
{
  "displayValue": "Est savings of 206 KiB",
  "description": "Reducing the download time of images can improve the perceived load time of the page and LCP. [Learn more about optimizing image size](https://developer.chrome.com/docs/performance/insights/image-delivery)"
}

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
57/100Level 3, Bot-AwareCurrent report
zicasso.com AI SEO Report: 57/100 (Level 3, Bot-Aware)