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

OVERALL SCORE

Level 2, Agent-Limited

Priority improvements needed for AI agents
AIDiscoverability39%Agent Easeof Use6%Security& Trust0%GEO, AIO, AEO77%SEO85%Performance& Accessibility42%
  • AI Discoverability 39 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 85 out of 100
  • Performance and Accessibility 42 out of 100

CAPTURED SCREENSHOT

Captured website desktop screenshot

What AI sees of your website

City Experiences – Iconic Experiences in Top Cities favicon

City Experiences – Iconic Experiences in Top Cities

We provide bucket list tours such as dining and sightseeing cruises, walking tours, food tours, ferries to national parks, and more. Book your tour today.

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
39
Priority fix7160View details
Discoverability
57
Needs work450View details
Content Readiness
50
Needs work370View 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 ready6014
GEO Readiness
84
Mostly ready204
AIO Readiness
83
Mostly ready304
AEO Readiness
66
Needs work106
SEO
85
Mostly ready920View details
SEO
85
Mostly ready920View details
Security & Trust
0
Priority fix450View details
Security & Trust
0
Priority fix050View details
AI Training Exposure
Not Applicable
Not Applicable400
Performance and Accessibility
42
Priority fix1782View details
Performance
24
Priority fix1172View details
Accessibility
76
Mostly ready610View details

Prioritized recommendations

Issues ranked by score impact

54 items need attention

Agent Ease of UseAPIEstablished

API Catalog

API Catalog failed at "Fetch API catalog".

50 Fail

Needs attention

API Catalog

Failed check
01

Issue

The API catalog endpoint did not return HTTP 2xx.

02

Why it matters

API catalogs help agents find service descriptions, documentation, and status resources without guessing API entry points.

Check name

API Catalog

Score

0/100

Status

fail

Category

API

Maturity

Established

Goal

Publish an API catalog for automated API discovery using RFC 9727.

Result

API Catalog failed at "Fetch API catalog".

Validation steps

  1. Fetch API catalog

    The API catalog endpoint did not return HTTP 2xx.

  2. Validate RFC 9727 linkset

    Response is not valid JSON.

  3. Fetch advertised API catalog targets

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

Evidence
{
  "failedStep": "fetch",
  "steps": [
    {
      "id": "fetch",
      "title": "Fetch API catalog",
      "status": "fail",
      "evidence": {
        "statusCode": 404,
        "contentType": "text/html; charset=utf-8"
      },
      "issue": "The API catalog endpoint did not return HTTP 2xx.",
      "howToFix": "Publish /.well-known/api-catalog."
    },
    {
      "id": "validate",
      "title": "Validate RFC 9727 linkset",
      "status": "fail",
      "evidence": {
        "valid": false,
        "compatibleContentType": false,
        "issue": "Response is not valid JSON.",
        "rawExcerpt": "<html>\n<head><title>404 Not Found</title></head>\n<body>\n<h1>404 Not Found</h1>\n<ul>\n<li>Code: NoSuchKey</li>\n<li>Message: The specified key does not exist.</li>\n<li>Key: .well-known/api-catalog/index.html</li>\n<li>RequestId: 2WERM1AK8MH07JWF</li>\n<li>HostId: HVP0XYPm2M9Vvu23DnuZcouZoeSCmikQWQnUkUamWAhcotcJcrG7erXXVjkvB+j7AZTX0SbHE3A=</li>\n</ul>\n<hr/>\n</body>\n</html>\n"
      },
      "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; charset=utf-8" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.

02

Why it matters

OpenAPI documents let agents understand available operations, schemas, authentication, and request formats before calling an API.

Check name

OpenAPI discovery

Score

0/100

Status

fail

Category

API

Maturity

Established

Goal

Publish a valid OpenAPI or Swagger document for API discovery.

Result

OpenAPI discovery failed at "Find valid OpenAPI document".

Validation steps

  1. Find valid OpenAPI document

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

Evidence
{
  "failedStep": "fetch",
  "steps": [
    {
      "id": "fetch",
      "title": "Find valid OpenAPI document",
      "status": "fail",
      "evidence": {
        "checked": [
          {
            "path": "/openapi.json",
            "statusCode": 404,
            "contentType": "text/html; charset=utf-8",
            "valid": false,
            "issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html; charset=utf-8\" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
            "compatibleContentType": false,
            "format": "yaml",
            "version": "",
            "pathCount": 0,
            "operationCount": 0,
            "rawExcerpt": "<html>\n<head><title>404 Not Found</title></head>\n<body>\n<h1>404 Not Found</h1>\n<ul>\n<li>Code: NoSuchKey</li>\n<li>Message: The specified key does not exist.</li>\n<li>Key: openapi.json</li>\n<li>RequestId: 5YBRHVWKESYYS3KQ</li>\n<li>HostId: TQSBoI4rpC0BI6O2H5rVZvtfTF6ABXtJv0LzeRWjgP8lQN9MjM9DvpD6nqq4y9ZSAunhRga4fy2TTHjWDY8DS35blLUdLRmZ</li>\n</ul>\n<hr/>\n<script>(function(){function c(){var b=a.contentDocument||a.contentWindow.document;if(b){var d=b.createElement('script');d.innerHTML=\"window.__CF$cv$params={r:'a099d074ca1157c8',t:'MTc4MTEwOTU4OQ=='};var a=document.createElement('script');a.src='/cdn-cgi/challenge-platform/scripts/jsd/main.js';document.getElementsByTagName('head')[0].appendChild(a);\";b.getElementsByTagName('head')[0].appendChild(d)}}if(document.body){var a=document.createElement"
          },
          {
            "path": "/openapi.yaml",
            "statusCode": 404,
            "contentType": "text/html; charset=utf-8",
            "valid": false,
            "issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html; charset=utf-8\" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
            "compatibleContentType": false,
            "format": "yaml",
            "version": "",
            "pathCount": 0,
            "operationCount": 0,
            "rawExcerpt": "<html>\n<head><title>404 Not Found</title></head>\n<body>\n<h1>404 Not Found</h1>\n<ul>\n<li>Code: NoSuchKey</li>\n<li>Message: The specified key does not exist.</li>\n<li>Key: openapi.yaml</li>\n<li>RequestId: 5YBQPQD1Q6JPX9BN</li>\n<li>HostId: mCnWDJkSBw4r4v9nZdZhrw/cDTIiGsLeC2e6KXMDJhNGlQW4a+wuGAugZkvw5v2LZLiOyNFxlRM=</li>\n</ul>\n<hr/>\n<script>(function(){function c(){var b=a.contentDocument||a.contentWindow.document;if(b){var d=b.createElement('script');d.innerHTML=\"window.__CF$cv$params={r:'a099d0755b3957c8',t:'MTc4MTEwOTU4OQ=='};var a=document.createElement('script');a.src='/cdn-cgi/challenge-platform/scripts/jsd/main.js';document.getElementsByTagName('head')[0].appendChild(a);\";b.getElementsByTagName('head')[0].appendChild(d)}}if(document.body){var a=document.createElement('iframe');a.height="
          },
          {
            "path": "/swagger.json",
            "statusCode": 404,
            "contentType": "text/html; charset=utf-8",
            "valid": false,
            "issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html; charset=utf-8\" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
            "compatibleContentType": false,
            "format": "yaml",
            "version": "",
            "pathCount": 0,
            "operationCount": 0,
            "rawExcerpt": "<html>\n<head><title>404 Not Found</title></head>\n<body>\n<h1>404 Not Found</h1>\n<ul>\n<li>Code: NoSuchKey</li>\n<li>Message: The specified key does not exist.</li>\n<li>Key: swagger.json</li>\n<li>RequestId: E674HV5JX8V381FE</li>\n<li>HostId: 4XxjdDS6nzuSCJDqimJTLbECnTwKyDhQfDYF1CPM9WR2SC9CF8QGXwnt9zH/PmgOvrp5xk3ilIc=</li>\n</ul>\n<hr/>\n<script>(function(){function c(){var b=a.contentDocument||a.contentWindow.document;if(b){var d=b.createElement('script');d.innerHTML=\"window.__CF$cv$params={r:'a099d075fc3357c8',t:'MTc4MTEwOTU4OQ=='};var a=document.createElement('script');a.src='/cdn-cgi/challenge-platform/scripts/jsd/main.js';document.getElementsByTagName('head')[0].appendChild(a);\";b.getElementsByTagName('head')[0].appendChild(d)}}if(document.body){var a=document.createElement('iframe');a.height="
          },
          {
            "path": "/swagger.yaml",
            "statusCode": 404,
            "contentType": "text/html; charset=utf-8",
            "valid": false,
            "issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html; charset=utf-8\" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
            "compatibleContentType": false,
            "format": "yaml",
            "version": "",
            "pathCount": 0,
            "operationCount": 0,
            "rawExcerpt": "<html>\n<head><title>404 Not Found</title></head>\n<body>\n<h1>404 Not Found</h1>\n<ul>\n<li>Code: NoSuchKey</li>\n<li>Message: The specified key does not exist.</li>\n<li>Key: swagger.yaml</li>\n<li>RequestId: 2WEWX04P74F2H3XF</li>\n<li>HostId: f/krfjCGqPNNV8/UpPe++w5GVPHWniMV/Uql/A6LsbK90IyIDyi1KSetZo9UG3uDB6fNZKws55U=</li>\n</ul>\n<hr/>\n<script>(function(){function c(){var b=a.contentDocument||a.contentWindow.document;if(b){var d=b.createElement('script');d.innerHTML=\"window.__CF$cv$params={r:'a099d0767d0757c8',t:'MTc4MTEwOTU4OQ=='};var a=document.createElement('script');a.src='/cdn-cgi/challenge-platform/scripts/jsd/main.js';document.getElementsByTagName('head')[0].appendChild(a);\";b.getElementsByTagName('head')[0].appendChild(d)}}if(document.body){var a=document.createElement('iframe');a.height="
          },
          {
            "path": "/api/openapi.json",
            "statusCode": 404,
            "contentType": "text/html; charset=utf-8",
            "valid": false,
            "issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html; charset=utf-8\" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
            "compatibleContentType": false,
            "format": "yaml",
            "version": "",
            "pathCount": 0,
            "operationCount": 0,
            "rawExcerpt": "<html>\n<head><title>404 Not Found</title></head>\n<body>\n<h1>404 Not Found</h1>\n<ul>\n<li>Code: NoSuchKey</li>\n<li>Message: The specified key does not exist.</li>\n<li>Key: api/openapi.json</li>\n<li>RequestId: C31YH8MEAC5C2MWB</li>\n<li>HostId: eldpT4MUDdbVjIbbSE5fr1ypzcCJgm5xj5mWAxGxLIobqv1q3jXj7cUQiOBATmQ57pf8ySXPm+E=</li>\n</ul>\n<hr/>\n<script>(function(){function c(){var b=a.contentDocument||a.contentWindow.document;if(b){var d=b.createElement('script');d.innerHTML=\"window.__CF$cv$params={r:'a099d07a3b9057c8',t:'MTc4MTEwOTU5MA=='};var a=document.createElement('script');a.src='/cdn-cgi/challenge-platform/scripts/jsd/main.js';document.getElementsByTagName('head')[0].appendChild(a);\";b.getElementsByTagName('head')[0].appendChild(d)}}if(document.body){var a=document.createElement('iframe');a.hei"
          },
          {
            "path": "/api/swagger.json",
            "statusCode": 404,
            "contentType": "text/html; charset=utf-8",
            "valid": false,
            "issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html; charset=utf-8\" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
            "compatibleContentType": false,
            "format": "yaml",
            "version": "",
            "pathCount": 0,
            "operationCount": 0,
            "rawExcerpt": "<html>\n<head><title>404 Not Found</title></head>\n<body>\n<h1>404 Not Found</h1>\n<ul>\n<li>Code: NoSuchKey</li>\n<li>Message: The specified key does not exist.</li>\n<li>Key: api/swagger.json</li>\n<li>RequestId: XR1RPSRJC60E90YE</li>\n<li>HostId: FwGceYO9SC5yyTwX+3aER8YMwfX+d29KzWJv0x4lPe5JtppAxS5wVYbxe00Rzljl8mS1J/ARFhE=</li>\n</ul>\n<hr/>\n<script>(function(){function c(){var b=a.contentDocument||a.contentWindow.document;if(b){var d=b.createElement('script');d.innerHTML=\"window.__CF$cv$params={r:'a099d07acc8e57c8',t:'MTc4MTEwOTU5MA=='};var a=document.createElement('script');a.src='/cdn-cgi/challenge-platform/scripts/jsd/main.js';document.getElementsByTagName('head')[0].appendChild(a);\";b.getElementsByTagName('head')[0].appendChild(d)}}if(document.body){var a=document.createElement('iframe');a.hei"
          },
          {
            "path": "/docs/openapi.json",
            "statusCode": 404,
            "contentType": "text/html; charset=utf-8",
            "valid": false,
            "issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html; charset=utf-8\" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
            "compatibleContentType": false,
            "format": "yaml",
            "version": "",
            "pathCount": 0,
            "operationCount": 0,
            "rawExcerpt": "<html>\n<head><title>404 Not Found</title></head>\n<body>\n<h1>404 Not Found</h1>\n<ul>\n<li>Code: NoSuchKey</li>\n<li>Message: The specified key does not exist.</li>\n<li>Key: docs/openapi.json</li>\n<li>RequestId: 4QBSZSFT1864R39Y</li>\n<li>HostId: gMNC1KONKKXrBHBYRLCjUEr/KzhbBbV8nh57KU93pG6ekUzIF1bxtdUYFZtF4/NU0rg0F307lEI=</li>\n</ul>\n<hr/>\n<script>(function(){function c(){var b=a.contentDocument||a.contentWindow.document;if(b){var d=b.createElement('script');d.innerHTML=\"window.__CF$cv$params={r:'a099d07e8a4057c8',t:'MTc4MTEwOTU5MA=='};var a=document.createElement('script');a.src='/cdn-cgi/challenge-platform/scripts/jsd/main.js';document.getElementsByTagName('head')[0].appendChild(a);\";b.getElementsByTagName('head')[0].appendChild(d)}}if(document.body){var a=document.createElement('iframe');a.he"
          }
        ]
      },
      "issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html; charset=utf-8\" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
      "howToFix": "Publish a valid OpenAPI 3.x or Swagger 2.0 JSON/YAML document with info, paths, operations, and responses."
    }
  ]
}

AI DiscoverabilityBot Access ControlEstablished

AI bot rules in robots.txt

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

33 Fail

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": [
    "BreadcrumbList",
    "ImageObject",
    "Organization",
    "WebPage",
    "WebSite"
  ]
}

AI DiscoverabilityDiscoverabilityEstablished

High-value schema types

High-value schema types is missing or incomplete.

33 Fail

Needs attention

High-value schema types

Failed check
01

Issue

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

02

Why it matters

High-value schema types tell agents whether a page is an article, product, event, service, or other actionable content type.

Check name

High-value schema types

Score

0/100

Status

fail

Category

Discoverability

Maturity

Established

Goal

Use schema types that describe the page's primary content or offering.

Result

High-value schema types is missing or incomplete.

Evidence
{
  "found": [],
  "expected": [
    "Article",
    "BlogPosting",
    "NewsArticle",
    "Product",
    "SoftwareApplication",
    "FAQPage",
    "LocalBusiness",
    "VideoObject",
    "HowTo",
    "Event",
    "Course",
    "Review",
    "Service"
  ],
  "allTypes": [
    "BreadcrumbList",
    "ImageObject",
    "Organization",
    "WebPage",
    "WebSite"
  ]
}

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 DiscoverabilityContent ReadinessEmerging recommendation

llms.txt

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

33 Fail

Needs attention

llms.txt

Failed check
01

Issue

llms.txt was not found at the expected path.

02

Why it matters

llms.txt gives language-model clients a concise, curated summary of important site context and links before they crawl broadly.

Check name

llms.txt

Score

0/100

Status

fail

Category

Content Readiness

Maturity

Emerging recommendation

Goal

Publish llms.txt to summarize agent-readable site guidance.

Result

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

Validation steps

  1. Fetch to find resource

    llms.txt was not found at the expected path.

Evidence
{
  "failedStep": "fetch",
  "steps": [
    {
      "id": "fetch",
      "title": "Fetch to find resource",
      "status": "fail",
      "evidence": {
        "checked": [
          {
            "path": "/llms.txt",
            "statusCode": 404,
            "contentType": "text/html; charset=utf-8",
            "length": 343
          },
          {
            "path": "/llms-full.txt",
            "statusCode": 404,
            "contentType": "text/html; charset=utf-8",
            "length": 348
          }
        ]
      },
      "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".

33 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": 51874,
        "excerpt": "<!DOCTYPE html>\n<html lang=\"en-US\">\n<head><meta charset=\"UTF-8\">\n\n<meta name=\"viewport\" content=\"width=device-width, initial-scale=1, maximum-scale=1\">\n<meta name=\"facebook-domain-verification\" content=\"xs324hqefjqpe3analg8rx7p3wpqb1\">\n<met",
        "issue": "Markdown response is missing a heading."
      },
      "issue": "Markdown response is missing a heading.",
      "howToFix": "Return Markdown with at least one heading and substantive page content, including useful links or instructions for agents."
    }
  ]
}

AI DiscoverabilityContent ReadinessEstablished

Semantic HTML

Semantic HTML is missing or incomplete.

33 Fail

Needs attention

Semantic HTML

Failed check
01

Issue

Semantic HTML is incomplete: invalid h1 (found 2); skipped heading levels; 35 links missing accessible names; 5 buttons missing accessible names; 2/3 applicable form inputs have autocomplete attributes (1 missing); missing alt text on >10% of images.

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": false,
  "headingOrder": false,
  "accessibleLinks": false,
  "accessibleButtons": false,
  "imageAltCoverage": false,
  "formAutocompleteCoverage": false,
  "details": {
    "inaccessibleLinks": [
      "<a href=\"#mobile-search-modal\" class=\"mobile-search \" data-toggle=\"modal\" data-target=\"#mobile-search-modal\"><i class=\"fas fa-search\" aria-hidden=\"true\"></i></a>",
      "<a href=\"#mobile-account-modal\" class=\"mobile-account user-not-login\" data-toggle=\"modal\" data-target=\"#modalLogin\"><i class=\"fa fa-user\" aria-hidden=\"true\"></i></a>",
      "<a href=\"#mobile-account-modal\" class=\"mobile-account nav-logged-in-mobile hide\" data-toggle=\"modal\" data-target=\"#mobile-account-modal\" style=\"justify-content: center;\"><span class=\"initial\"></span></a>",
      "<a href=\"#\" class=\"fake-link-behind-nav\"></a>",
      "<a href=\"#\" class=\"mobile-close-nav\"><i class=\"fas fa-times\" aria-hidden=\"true\"></i></a>",
      "<a href=\"https://www.cityexperiences.com/city-cruises/\" class target=\"_self\" rel=\"noopener noreferrer\" tabindex=\"0\"> <img decoding=\"async\" src=\"https://assets.cityexperiences.com/wp-content/uploads/2025/05/city-cruises-logo.png\" alt class> </a>",
      "<a href=\"https://www.cityexperiences.com/city-cruises/live/\" class target=\"_self\" rel=\"noopener noreferrer\" tabindex=\"0\"> <img decoding=\"async\" src=\"https://assets.cityexperiences.com/wp-content/uploads/2025/05/city-cruises-live-logo.png\" alt class> </a>",
      "<a href=\"https://www.cityexperiences.com/new-york/city-cruises/statue/\" class target=\"_self\" rel=\"noopener noreferrer\" tabindex=\"0\"> <img decoding=\"async\" src=\"https://assets.cityexperiences.com/wp-content/uploads/2025/05/statue-logo.png\" alt class> </a>",
      "<a href=\"https://www.cityexperiences.com/san-francisco/city-cruises/alcatraz/\" class target=\"_self\" rel=\"noopener noreferrer\" tabindex=\"0\"> <img decoding=\"async\" src=\"https://assets.cityexperiences.com/wp-content/uploads/2025/05/alcatraz-logo.png\" alt class> </a>",
      "<a href=\"https://www.cityexperiences.com/niagara-ca/city-cruises/niagara/\" class target=\"_self\" rel=\"noopener noreferrer\" tabindex=\"0\"> <img decoding=\"async\" src=\"https://assets.cityexperiences.com/wp-content/uploads/2025/05/niagara-logo.png\" alt class> </a>",
      "<a href=\"https://www.cityexperiences.com/walks/\" class target=\"_self\" rel=\"noopener noreferrer\" tabindex=\"-1\"> <img decoding=\"async\" src=\"https://assets.cityexperiences.com/wp-content/uploads/2025/05/walks-logo.png\" alt class> </a>",
      "<a href=\"https://www.cityexperiences.com/devour-tours/\" class target=\"_self\" rel=\"noopener noreferrer\" tabindex=\"-1\"> <img decoding=\"async\" src=\"https://assets.cityexperiences.com/wp-content/uploads/2025/05/devour-logo.png\" alt class> </a>",
      "<a href=\"https://www.cityferry.com/\" class target=\"_blank\" rel=\"noopener noreferrer\" tabindex=\"-1\"> <img decoding=\"async\" src=\"https://assets.cityexperiences.com/wp-content/uploads/2025/05/city-ferry-logo.png\" alt class> </a>",
      "<a href=\"https://www.cityexperiences.com/search-results/?pageNo=1&amp;query%3D&amp;sortBy%3Dprodv3_ce_experiences&amp;specialCouponCategories%3D&amp;city%3D&amp;country%3D&amp;categoryTheme%3D&amp;webCategoriesMain%3D&amp;durationTiming%3D&amp;brandTag%3DCity+Experiences+Partner&amp;dateMin%3D&amp;dateMax%3D&amp;hierarchical.lvl0%3D&amp;showPriceWithFees%3Dfalse\" class target=\"_self\" rel=\"noopener noreferrer\" tabindex=\"-1\"> <img decoding=\"async\" src=\"https://assets.cityexperiences.com/wp-content",
      "<a href=\"https://www.cityexperiences.com/new-york/city-cruises/statue/new-york-reserve/\" class target=\"_self\" rel=\"noopener noreferrer\" tabindex=\"0\"> <img decoding=\"async\" src=\"https://images.hornblower.com/640x420/images/tours/hstatueco/19e82ef9-c557-4178-8c51-bc6d917f8bad.jpeg\" alt class> </a>",
      "<a href=\"https://www.cityexperiences.com/san-francisco/city-cruises/alcatraz/tour-options/alcatraz-day-tour/\" class target=\"_self\" rel=\"noopener noreferrer\" tabindex=\"0\"> <img decoding=\"async\" src=\"https://images.hornblower.com/640x420/images/tours/hacco/ec9aa226-bd16-4f2b-8f20-f48eea6e4187.jpeg\" alt class> </a>",
      "<a href=\"https://www.cityexperiences.com/niagara-ca/city-cruises/voyage-to-the-falls-boat-tour/\" class target=\"_self\" rel=\"noopener noreferrer\" tabindex=\"0\"> <img decoding=\"async\" src=\"https://images.hornblower.com/640x420/images/tours/hncco/b8a6ca56-3c8e-4fa7-992e-5f4270ba4f2f.jpeg\" alt class> </a>",
      "<a href=\"https://www.cityexperiences.com/san-diego/city-cruises/san-diego-whale-dolphin-watch-adventure/\" class target=\"_self\" rel=\"noopener noreferrer\" tabindex=\"0\"> <img decoding=\"async\" src=\"https://images.hornblower.com/640x420/images/products/hbsd/9ea380f0-37ee-45ec-9c09-6315afe7b8bd.jpeg\" alt class> </a>",
      "<a href=\"https://www.cityexperiences.com/new-york/city-cruises/bateaux-dinner-cruise/\" class target=\"_self\" rel=\"noopener noreferrer\" tabindex=\"-1\"> <img decoding=\"async\" src=\"https://images.hornblower.com/640x420/images/tours/hbnyco/8b00658b-0574-499f-82f1-00aa835e5976.jpeg\" alt class> </a>",
      "<a href=\"https://www.cityexperiences.com/london/city-cruises/24h-hop-on-hop-off-river-pass/\" class target=\"_self\" rel=\"noopener noreferrer\" tabindex=\"-1\"> <img decoding=\"async\" src=\"https://images.hornblower.com/640x420/images/tours/hblonco/18f6d016-fe3f-42c9-852b-b35f3488f97f.jpeg\" alt class> </a>",
      "<a href=\"https://www.cityexperiences.com/chicago/city-cruises/architecture-cruise-brunch-chicago-river/\" class target=\"_self\" rel=\"noopener noreferrer\" tabindex=\"-1\"> <img decoding=\"async\" src=\"https://images.hornblower.com/640x420/images/tours/hbchico/07618464-3351-4e02-aaea-ec090cead281.jpeg\" alt class> </a>",
      "<a href=\"https://www.cityexperiences.com/florence/walks/florence-best-of-walking-tour/\" class target=\"_self\" rel=\"noopener noreferrer\" tabindex=\"-1\"> <img decoding=\"async\" src=\"https://images.hornblower.com/640x420/images/tours/hwlkus/1349f092-5b5a-4a30-beed-cd08c1163d59.jpeg\" alt class> </a>",
      "<a href=\"https://www.cityexperiences.com/madrid/madrid-ultimate-spanish-cuisine-tour/\" class target=\"_self\" rel=\"noopener noreferrer\" tabindex=\"-1\"> <img decoding=\"async\" src=\"https://images.hornblower.com/640x420/images/tours/ventrwalkseu/3f1777c8-c85f-4e3d-ba9f-9f5d6626c652.jpeg\" alt class> </a>",
      "<a href=\"#\" class=\"close-shopping-cart-link\"></a>",
      "<a href=\"#\" class=\"close-calendar-drawer-link\"></a>",
      "<a href=\"https://www.cityexperiences.com/city-cruises/4th-of-july/\" class=\"FourthOfJulyEarlyBirdPopup-popup-cta\" data-source=\"popup\"><img src=\"https://assets.cityexperiences.com/wp-content/uploads/2026/05/2026_4th_of_July_Campaign-GA-Web-Pop_Up.jpg\"></a>",
      "<a href=\"https://www.cityexperiences.com/city-cruises/mothers-day/\" class=\"MothersDay2026GA-popup-cta\" data-source=\"popup\"><img src=\"https://assets.cityexperiences.com/wp-content/uploads/2026/04/2026_11243899021_Mothers-Day-Campaign-Sleek-Note-General-Awareness.jpg\"></a>",
      "<a href=\"https://www.cityexperiences.com/city-cruises/mothers-day/\" class=\"MothersDay2026-popup-cta\" data-source=\"popup\"><img src=\"https://assets.cityexperiences.com/wp-content/uploads/2026/04/no_discalimer.png\"></a>",
      "<a href=\"https://www.cityexperiences.com/holiday/?pageNo=1&amp;query=Easter&amp;sortBy=prodv3_ce_experiences_geo&amp;specialCouponCategories&amp;city&amp;country&amp;categoryTheme=Holiday+%26+Festive+Cruises&amp;webCategoriesMain&amp;durationTiming&amp;brandTag&amp;dateMin&amp;dateMax&amp;hierarchical_lvl0&amp;showPriceWithFees=false\" class=\"easter-popup-3-11-4-4-popup-cta\" data-source=\"popup\"><img src=\"https://assets.cityexperiences.com/wp-content/uploads/2026/03/1b517a34-74d8-4cc9-955b-b6b6956",
      "<a href=\"https://www.cityexperiences.com/holiday/?query=Valentine%27s+Day&amp;categoryTheme=Holiday+%26+Festive+Cruises\" class=\"vdayGA2026-popup-cta\" data-source=\"popup\"><img src=\"https://assets.cityexperiences.com/wp-content/uploads/2026/01/2025_10515298626_CCUS_ValentinesDay_PopUp_General_600x600_V3_full-image.jpg\"></a>",
      "<a href=\"https://www.cityexperiences.com/holiday/?query=Valentine%27s+Day&amp;categoryTheme=Holiday+%26+Festive+Cruises\" class=\"vdayEB2026-popup-cta\" data-source=\"popup\"><img src=\"https://assets.cityexperiences.com/wp-content/uploads/2026/01/2025_10515298626_CCUS_ValentinesDay_PopUp_EarlyBird_600x600_V3_full-image.jpg\"></a>",
      "<a href=\"https://www.cityexperiences.com/holiday/?query=New+Years&amp;categoryTheme=Holiday+%26+Festive+Cruises\" class=\"winterNYEGAPopup2025-popup-cta\" data-source=\"popup\"><img src=\"https://assets.cityexperiences.com/wp-content/uploads/2025/12/HORN-010-14_NYE_DIGITAL_PopUpBanner_600x600_V2.png\"></a>",
      "<a href=\"https://www.cityexperiences.com/holiday/\" class=\"winterHoilidayGAPopup2025-popup-cta\" data-source=\"popup\"><img src=\"https://assets.cityexperiences.com/wp-content/uploads/2025/12/HORN-010-18_Winter_DIGITAL_PopUpBanner_V3-1.png\"></a>",
      "<a href=\"https://www.cityexperiences.com/holiday/?categoryTheme=Dining+Cruises\" class=\"cyberSalePopup2025-popup-cta\" data-source=\"popup\"><img src=\"https://assets.cityexperiences.com/wp-content/uploads/2025/11/HORN-010-14_Holiday_PopUp_600x600_CYBER_V5_with_CTA.png\"></a>",
      "<a href=\"https://www.cityexperiences.com/holiday/?query=Thanksgiving&amp;categoryTheme=Holiday+%26+Festive+Cruises\" class=\"thanksgivingGAPopup2025-popup-cta\" data-source=\"popup\"><img src=\"https://assets.cityexperiences.com/wp-content/uploads/2025/11/Thanksgiving_DIGITAL_WebPopUp_V1.png\"></a>"
    ],
    "inaccessibleButtons": [
      "<button aria-expanded=\"false\" ot-accordion=\"true\" aria-controls=\"ot-desc-id-C0001\" aria-labelledby=\"ot-header-id-C0001 ot-status-id-C0001\"></button>",
      "<button aria-expanded=\"false\" ot-accordion=\"true\" aria-controls=\"ot-desc-id-C0003\" aria-labelledby=\"ot-header-id-C0003\"></button>",
      "<button aria-expanded=\"false\" ot-accordion=\"true\" aria-controls=\"ot-desc-id-C0002\" aria-labelledby=\"ot-header-id-C0002\"></button>",
      "<button aria-expanded=\"false\" ot-accordion=\"true\" aria-controls=\"ot-desc-id-C0004\" aria-labelledby=\"ot-header-id-C0004\"></button>",
      "<button aria-expanded=\"false\" ot-accordion=\"true\" aria-controls=\"ot-desc-id-C0005\" aria-labelledby=\"ot-header-id-C0005\"></button>"
    ],
    "missingAutocompleteInputs": [
      "<input id=\"vendor-search-handler\" type=\"text\" name=\"vendor-search-handler\" placeholder=\"Search&#x2026;\" aria-label=\"Cookie list search\">"
    ],
    "imagesMissingAlt": [
      "<img src=\"https://assets.cityexperiences.com/wp-content/uploads/2023/05/loading-gif.gif\">",
      "<img src=\"https://assets.cityexperiences.com/wp-content/uploads/2022/03/NY_day_liberty-01-Large.jpeg\">",
      "<img src=\"https://assets.cityexperiences.com/wp-content/uploads/2022/02/London_Photo.jpg\">",
      "<img src=\"https://assets.cityexperiences.com/wp-content/uploads/2022/11/San_Fran_Photo.jpg\">",
      "<img src=\"https://assets.cityexperiences.com/wp-content/uploads/2022/06/SPR-lifestyle-digital-ss-CHI-viewsOB-35.jpeg\">",
      "<img src=\"https://assets.cityexperiences.com/wp-content/uploads/2022/11/ELI-Boston-Ship-OB-7-1.jpg\">",
      "<img src=\"https://assets.cityexperiences.com/wp-content/uploads/2022/03/381b3aed-1856-4e02-ae10-d7f444483615.jpeg\">",
      "<img src=\"https://assets.cityexperiences.com/wp-content/uploads/2022/03/Walks-20181109-Rome_-_Premium_Colosseum_-_16x9-0001.jpg\">",
      "<img src=\"https://assets.cityexperiences.com/wp-content/uploads/2023/12/shutterstock_1121116367-min.jpg\">",
      "<img decoding=\"async\" src=\"https://assets.cityexperiences.com/wp-content/uploads/2023/05/cal-2-150x150.png\" style=\"max-width: 70px; margin: 0 auto 10px;\">",
      "<img decoding=\"async\" src=\"https://assets.cityexperiences.com/wp-content/uploads/2023/05/unforgettable-icon-150x150.png\" style=\"max-width: 70px; margin: 0 auto 10px;\">",
      "<img decoding=\"async\" src=\"https://assets.cityexperiences.com/wp-content/uploads/2023/05/award-icon-usp-150x150.png\" style=\"max-width: 70px; margin: 0 auto 10px;\">",
      "<img decoding=\"async\" src=\"https://assets.cityexperiences.com/wp-content/uploads/2023/05/cal-2-150x150.png\" style=\"max-width: 70px; margin: 0 auto 10px;\">",
      "<img decoding=\"async\" src=\"https://assets.cityexperiences.com/wp-content/uploads/2023/05/unforgettable-icon-150x150.png\" style=\"max-width: 70px; margin: 0 auto 10px;\">",
      "<img decoding=\"async\" src=\"https://assets.cityexperiences.com/wp-content/uploads/2023/05/award-icon-usp-150x150.png\" style=\"max-width: 70px; margin: 0 auto 10px;\">",
      "<img decoding=\"async\" src=\"https://assets.cityexperiences.com/wp-content/uploads/2023/05/cal-2-150x150.png\" style=\"max-width: 70px; margin: 0 auto 10px;\">",
      "<img src=\"https://assets.cityexperiences.com/wp-content/uploads/2026/05/2026_4th_of_July_Campaign-GA-Web-Pop_Up.jpg\">",
      "<img src=\"https://assets.cityexperiences.com/wp-content/uploads/2026/04/2026_11243899021_Mothers-Day-Campaign-Sleek-Note-General-Awareness.jpg\">",
      "<img src=\"https://assets.cityexperiences.com/wp-content/uploads/2026/04/no_discalimer.png\">",
      "<img src=\"https://assets.cityexperiences.com/wp-content/uploads/2026/03/1b517a34-74d8-4cc9-955b-b6b6956f75e5.png\">",
      "<img src=\"https://assets.cityexperiences.com/wp-content/uploads/2026/01/2025_10515298626_CCUS_ValentinesDay_PopUp_General_600x600_V3_full-image.jpg\">",
      "<img src=\"https://assets.cityexperiences.com/wp-content/uploads/2026/01/2025_10515298626_CCUS_ValentinesDay_PopUp_EarlyBird_600x600_V3_full-image.jpg\">",
      "<img src=\"https://assets.cityexperiences.com/wp-content/uploads/2025/12/HORN-010-14_NYE_DIGITAL_PopUpBanner_600x600_V2.png\">",
      "<img src=\"https://assets.cityexperiences.com/wp-content/uploads/2025/12/HORN-010-18_Winter_DIGITAL_PopUpBanner_V3-1.png\">",
      "<img src=\"https://assets.cityexperiences.com/wp-content/uploads/2025/11/HORN-010-14_Holiday_PopUp_600x600_CYBER_V5_with_CTA.png\">",
      "<img src=\"https://assets.cityexperiences.com/wp-content/uploads/2025/11/Thanksgiving_DIGITAL_WebPopUp_V1.png\">",
      "<img src=\"https://assets.cityexperiences.com/wp-content/uploads/2023/05/loading-gif.gif\">"
    ],
    "skippedHeadingLevels": [
      "h1: Homepage",
      "h1: Iconic City Experiences Await",
      "h2: Choose from City Cruises, Walking Tours & City Adventures",
      "h2: Explore By Land Or Sea",
      "h2: Explore Our Top Experiences",
      "h3: Statue of Liberty General Admission (New York City)",
      "h3: Alcatraz Day Tour",
      "h3: Niagara Falls Voyage to the Falls Boat Tour",
      "h3: San Diego Whale & Dolphin Watching Adventure",
      "h3: New York Bateaux Premier Plus Dinner Cruise",
      "h3: London 24h Hop-On Hop-Off River Pass",
      "h3: Bottomless Mimosa Architectural Brunch Cruise on the Chicago River",
      "h3: Best of Florence Walking Tour With David & The Duomo",
      "h3: Madrid Ultimate Spanish Cuisine Tour",
      "h2: Explore A Few Of Our Top Destinations",
      "h4: Unforgettable Experiences",
      "h4: Expert Crew & Tour Guides",
      "h4: Flexible Booking",
      "h3: Flexible Booking",
      "h3: Unforgettable Experiences",
      "h3: Expert Crew & Tour Guides",
      "h3: Flexible Booking",
      "h3: Unforgettable Experiences",
      "h3: Expert Crew & Tour Guides",
      "h3: Flexible Booking",
      "h2: Top Destinations",
      "h4: Popular Cities",
      "h4: Popular Attractions",
      "h4: Popular Cruises",
      "h2: Shopping Cart",
      "h4: Dining, Events & Sightseeing",
      "h4: Land Experiences",
      "h4: Ferry & Transportation",
      "h3: Explore City Experiences on Social Media",
      "h5: Checkout",
      "h5: Alert",
      "h5: Account",
      "h3: Find Your Experience",
      "h3: Account",
      "h2: Privacy Preference Center",
      "h3: Manage Consent Preferences",
      "h4: Strictly Necessary Cookies",
      "h4: Functional Cookies",
      "h4: Performance Cookies",
      "h4: Targeting Cookies",
      "h4: Social Media Cookies",
      "h3: Cookie List"
    ]
  },
  "counts": {
    "h1": 2,
    "headings": 47,
    "links": 535,
    "inaccessibleLinks": 35,
    "buttons": 59,
    "inaccessibleButtons": 5,
    "images": 61,
    "imagesWithAlt": 34,
    "autocompleteInputs": 3,
    "inputsWithAutocomplete": 2,
    "missingAutocompleteInputs": 1
  }
}

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

Agent Ease of UseMCPEmerging recommendation

MCP Server Card

MCP Server Card failed at "Fetch to find resource".

25 Fail

Needs attention

MCP Server Card

Failed check
01

Issue

MCP Server Card was not found at the expected path.

02

Why it matters

MCP Server Cards help agents discover server transports, capabilities, and protocol details before opening an MCP session.

Check name

MCP Server Card

Score

0/100

Status

fail

Category

MCP

Maturity

Emerging recommendation

Goal

Publish an MCP Server Card for agent discovery.

Result

MCP Server Card failed at "Fetch to find resource".

Validation steps

  1. Fetch to find resource

    MCP Server Card was not found at the expected path.

Evidence
{
  "failedStep": "fetch",
  "steps": [
    {
      "id": "fetch",
      "title": "Fetch to find resource",
      "status": "fail",
      "evidence": {
        "checked": [
          {
            "path": "/.well-known/mcp/server-card.json",
            "statusCode": 404,
            "contentType": "text/html; charset=utf-8",
            "length": 367
          },
          {
            "path": "/.well-known/mcp/server-cards.json",
            "statusCode": 404,
            "contentType": "text/html; charset=utf-8",
            "length": 368
          },
          {
            "path": "/.well-known/mcp.json",
            "statusCode": 404,
            "contentType": "text/html; charset=utf-8",
            "length": 375
          }
        ]
      },
      "issue": "MCP Server Card was not found at the expected path.",
      "howToFix": "Publish an MCP server card with valid transports and make each advertised local endpoint answer an MCP initialize request."
    }
  ]
}

Agent Ease of UseMCPEmerging recommendation

mcp.json

mcp.json failed at "Fetch to find resource".

25 Fail

Needs attention

mcp.json

Failed check
01

Issue

mcp.json was not found at the expected path.

02

Why it matters

MCP clients need trustworthy server metadata, protocol version, transport details, and capability hints before connecting to a remote MCP server.

Check name

mcp.json

Score

0/100

Status

fail

Category

MCP

Maturity

Emerging recommendation

Goal

Expose a stable MCP server metadata document that points agents to the site's MCP endpoint.

Result

mcp.json failed at "Fetch to find resource".

Validation steps

  1. Fetch to find resource

    mcp.json was not found at the expected path.

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

Agent Ease of UseMCPInformational

WebMCP manifest

WebMCP manifest failed at "Fetch to find resource".

25 Fail

Needs attention

WebMCP manifest

Failed check
01

Issue

WebMCP manifest was not found at the expected path.

02

Why it matters

A WebMCP manifest advertises browser-exposed tools declaratively so agents can understand available site actions before invoking them.

Check name

WebMCP manifest

Score

0/100

Status

fail

Category

MCP

Maturity

Informational

Goal

Publish a WebMCP manifest for declarative browser tool discovery when using the draft manifest convention.

Result

WebMCP manifest failed at "Fetch to find resource".

Validation steps

  1. Fetch to find resource

    WebMCP manifest was not found at the expected path.

Evidence
{
  "failedStep": "fetch",
  "steps": [
    {
      "id": "fetch",
      "title": "Fetch to find resource",
      "status": "fail",
      "evidence": {
        "checked": [
          {
            "path": "/.well-known/webmcp.json",
            "statusCode": 404,
            "contentType": "text/html; charset=utf-8",
            "length": 358
          },
          {
            "path": "/webmcp.json",
            "statusCode": 404,
            "contentType": "text/html; charset=utf-8",
            "length": 1265
          },
          {
            "path": "/mcp.json",
            "statusCode": 404,
            "contentType": "text/html; charset=utf-8",
            "length": 1262
          }
        ]
      },
      "issue": "WebMCP manifest was not found at the expected path.",
      "howToFix": "Keep declarative WebMCP manifest discovery informational until the manifest shape stabilizes; validate tools if you publish one."
    }
  ]
}

Agent Ease of UseSkill DiscoveryEmerging recommendation

A2A Agent Card

A2A Agent Card failed at "Fetch to find resource".

20 Fail

Needs attention

A2A Agent Card

Failed check
01

Issue

A2A Agent Card was not found at the expected path.

02

Why it matters

A2A Agent Cards let compatible clients discover agent skills, input and output modes, and the endpoint used to invoke those skills.

Check name

A2A Agent Card

Score

0/100

Status

fail

Category

Skill Discovery

Maturity

Emerging recommendation

Goal

Publish an agent card so A2A-compatible clients can discover capabilities.

Result

A2A Agent Card failed at "Fetch to find resource".

Validation steps

  1. Fetch to find resource

    A2A Agent Card was not found at the expected path.

Evidence
{
  "failedStep": "fetch",
  "steps": [
    {
      "id": "fetch",
      "title": "Fetch to find resource",
      "status": "fail",
      "evidence": {
        "checked": [
          {
            "path": "/.well-known/agent-card.json",
            "statusCode": 404,
            "contentType": "text/html; charset=utf-8",
            "length": 362
          },
          {
            "path": "/.well-known/a2a/agent-card.json",
            "statusCode": 404,
            "contentType": "text/html; charset=utf-8",
            "length": 366
          },
          {
            "path": "/agent-card.json",
            "statusCode": 404,
            "contentType": "text/html; charset=utf-8",
            "length": 1289
          }
        ]
      },
      "issue": "A2A Agent Card was not found at the expected path.",
      "howToFix": "Publish an A2A Agent Card with required skill details and make the advertised url answer A2A JSON-RPC requests."
    }
  ]
}

Agent Ease of UseSkill DiscoveryEmerging recommendation

Agent Skills index

Agent Skills index failed at "Fetch to find resource".

20 Fail

Needs attention

Agent Skills index

Failed check
01

Issue

Agent Skills index was not found at the expected path.

02

Why it matters

An Agent Skills index lets clients find task-specific SKILL.md documents that describe how to use site capabilities correctly.

Check name

Agent Skills index

Score

0/100

Status

fail

Category

Skill Discovery

Maturity

Emerging recommendation

Goal

Publish an agent skills discovery index.

Result

Agent Skills index failed at "Fetch to find resource".

Validation steps

  1. Fetch to find resource

    Agent Skills index was not found at the expected path.

Evidence
{
  "failedStep": "fetch",
  "steps": [
    {
      "id": "fetch",
      "title": "Fetch to find resource",
      "status": "fail",
      "evidence": {
        "checked": [
          {
            "path": "/.well-known/agent-skills/index.json",
            "statusCode": 404,
            "contentType": "text/html; charset=utf-8",
            "length": 370
          },
          {
            "path": "/.well-known/skills/index.json",
            "statusCode": 404,
            "contentType": "text/html; charset=utf-8",
            "length": 364
          }
        ]
      },
      "issue": "Agent Skills index was not found at the expected path.",
      "howToFix": "Publish an index with a non-empty skills array and reachable SKILL.md URLs."
    }
  ]
}

Agent Ease of UseSkill DiscoveryEmerging recommendation

agent.json

agent.json failed at "Fetch to find resource".

20 Fail

Needs attention

agent.json

Failed check
01

Issue

agent.json was not found at the expected path.

02

Why it matters

agent.json is an emerging machine-readable manifest for declaring what a website does, how agents authenticate, and which actions or protocols are available.

Check name

agent.json

Score

0/100

Status

fail

Category

Skill Discovery

Maturity

Emerging recommendation

Goal

Publish the singular Agent Web Protocol agent.json manifest without confusing it with the separate agents.json directory convention.

Result

agent.json failed at "Fetch to find resource".

Validation steps

  1. Fetch to find resource

    agent.json was not found at the expected path.

Evidence
{
  "failedStep": "fetch",
  "steps": [
    {
      "id": "fetch",
      "title": "Fetch to find resource",
      "status": "fail",
      "evidence": {
        "checked": [
          {
            "path": "/.well-known/agent.json",
            "statusCode": 404,
            "contentType": "text/html; charset=utf-8",
            "length": 357
          },
          {
            "path": "/agent.json",
            "statusCode": 404,
            "contentType": "text/html; charset=utf-8",
            "length": 1264
          }
        ]
      },
      "issue": "agent.json was not found at the expected path.",
      "howToFix": "Publish agent.json with awp_version, domain, intent, and typed actions that point to real same-origin API or protocol endpoints."
    }
  ]
}

Agent Ease of UseSkill DiscoveryInformational

agents.json

agents.json failed at "Fetch to find resource".

20 Fail

Needs attention

agents.json

Failed check
01

Issue

agents.json was not found at the expected path.

02

Why it matters

agents.json gives clients a simple directory of agent-facing capabilities and contacts when a site chooses to advertise them.

Check name

agents.json

Score

0/100

Status

fail

Category

Skill Discovery

Maturity

Informational

Goal

Publish an agents.json directory for agent-facing capabilities and contacts when using this convention.

Result

agents.json failed at "Fetch to find resource".

Validation steps

  1. Fetch to find resource

    agents.json was not found at the expected path.

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

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

Agent Ease of UseMCPInformational

WebMCP

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

13 Warning

Needs attention

WebMCP

Warning
01

Issue

WebMCP declarative annotations need fixes.

Details

02

Why it matters

WebMCP can expose page context and actions directly through the browser, giving agents safer structured hooks than screen scraping alone.

Check name

WebMCP

Score

50/100

Status

warning

Category

MCP

Maturity

Informational

Goal

Support WebMCP to expose site tools to AI agents via the browser.

Result

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

Validation steps

  1. Detect data-mcp-tool annotations

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

  2. Detect WebMCP declarative tags

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

  3. Validate WebMCP declarative annotation quality

    WebMCP declarative annotations need fixes.

    WebMCP declarative annotation issues
    • <input name="menu"> is missing tool-param-description.
    • <input name="menu"> is missing tool-param-description.
    • <input> is missing a name attribute.
    • <input> is missing a label.
    • <input> is missing tool-param-description.
    • <input> is missing a name attribute.
    • <input> is missing a label.
    • <input> is missing tool-param-description.
    • <input name="search-exp-button"> is missing a label.
    • <input name="search-exp-button"> is missing tool-param-description.
    • <input name="ot-group-id-C0003"> is missing tool-param-description.
    • <input name="ot-group-id-C0002"> is missing tool-param-description.
    • <input name="ot-group-id-C0004"> is missing tool-param-description.
    • <input name="ot-group-id-C0005"> is missing tool-param-description.
    • <input name="vendor-search-handler"> is missing tool-param-description.
    • <input> is missing a name attribute.
    • <input> is missing tool-param-description.
    • <input> is missing a name attribute.
    • <input> is missing tool-param-description.
    • <input> is missing a name attribute.
    • <input> is missing tool-param-description.
    • <input> is missing a name attribute.
    • <input> is missing tool-param-description.
  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": 0,
        "formsWithTags": 0,
        "totalInteractive": 608,
        "interactiveWithTags": 0,
        "totalCount": 608,
        "taggedCount": 0,
        "dataMcpToolCount": 0,
        "dataMcpTools": [],
        "coverage": 0,
        "annotationIssues": [
          "<input name=\"menu\"> is missing tool-param-description.",
          "<input name=\"menu\"> is missing tool-param-description.",
          "<input> is missing a name attribute.",
          "<input> is missing a label.",
          "<input> is missing tool-param-description.",
          "<input> is missing a name attribute.",
          "<input> is missing a label.",
          "<input> is missing tool-param-description.",
          "<input name=\"search-exp-button\"> is missing a label.",
          "<input name=\"search-exp-button\"> is missing tool-param-description.",
          "<input name=\"ot-group-id-C0003\"> is missing tool-param-description.",
          "<input name=\"ot-group-id-C0002\"> is missing tool-param-description.",
          "<input name=\"ot-group-id-C0004\"> is missing tool-param-description.",
          "<input name=\"ot-group-id-C0005\"> is missing tool-param-description.",
          "<input name=\"vendor-search-handler\"> is missing tool-param-description.",
          "<input> is missing a name attribute.",
          "<input> is missing tool-param-description.",
          "<input> is missing a name attribute.",
          "<input> is missing tool-param-description.",
          "<input> is missing a name attribute.",
          "<input> is missing tool-param-description.",
          "<input> is missing a name attribute.",
          "<input> is missing tool-param-description."
        ]
      },
      "issue": "No elements found with tool-name or tool-description attributes.",
      "howToFix": "Add tool-name and tool-description attributes to forms and interactive elements."
    },
    {
      "id": "declarative-annotation-quality",
      "title": "Validate WebMCP declarative annotation quality",
      "status": "warning",
      "evidence": {
        "issueCount": 23,
        "issues": [
          "<input name=\"menu\"> is missing tool-param-description.",
          "<input name=\"menu\"> is missing tool-param-description.",
          "<input> is missing a name attribute.",
          "<input> is missing a label.",
          "<input> is missing tool-param-description.",
          "<input> is missing a name attribute.",
          "<input> is missing a label.",
          "<input> is missing tool-param-description.",
          "<input name=\"search-exp-button\"> is missing a label.",
          "<input name=\"search-exp-button\"> is missing tool-param-description.",
          "<input name=\"ot-group-id-C0003\"> is missing tool-param-description.",
          "<input name=\"ot-group-id-C0002\"> is missing tool-param-description.",
          "<input name=\"ot-group-id-C0004\"> is missing tool-param-description.",
          "<input name=\"ot-group-id-C0005\"> is missing tool-param-description.",
          "<input name=\"vendor-search-handler\"> is missing tool-param-description.",
          "<input> is missing a name attribute.",
          "<input> is missing tool-param-description.",
          "<input> is missing a name attribute.",
          "<input> is missing tool-param-description.",
          "<input> is missing a name attribute.",
          "<input> is missing tool-param-description.",
          "<input> is missing a name attribute.",
          "<input> is missing tool-param-description."
        ]
      },
      "issue": "WebMCP declarative annotations need fixes.",
      "issueDetails": [
        {
          "title": "WebMCP declarative annotation issues",
          "items": [
            {
              "type": "code",
              "value": "<input name=\"menu\"> is missing tool-param-description."
            },
            {
              "type": "code",
              "value": "<input name=\"menu\"> is missing tool-param-description."
            },
            {
              "type": "code",
              "value": "<input> is missing a name attribute."
            },
            {
              "type": "code",
              "value": "<input> is missing a label."
            },
            {
              "type": "code",
              "value": "<input> is missing tool-param-description."
            },
            {
              "type": "code",
              "value": "<input> is missing a name attribute."
            },
            {
              "type": "code",
              "value": "<input> is missing a label."
            },
            {
              "type": "code",
              "value": "<input> is missing tool-param-description."
            },
            {
              "type": "code",
              "value": "<input name=\"search-exp-button\"> is missing a label."
            },
            {
              "type": "code",
              "value": "<input name=\"search-exp-button\"> is missing tool-param-description."
            },
            {
              "type": "code",
              "value": "<input name=\"ot-group-id-C0003\"> is missing tool-param-description."
            },
            {
              "type": "code",
              "value": "<input name=\"ot-group-id-C0002\"> is missing tool-param-description."
            },
            {
              "type": "code",
              "value": "<input name=\"ot-group-id-C0004\"> is missing tool-param-description."
            },
            {
              "type": "code",
              "value": "<input name=\"ot-group-id-C0005\"> is missing tool-param-description."
            },
            {
              "type": "code",
              "value": "<input name=\"vendor-search-handler\"> is missing tool-param-description."
            },
            {
              "type": "code",
              "value": "<input> is missing a name attribute."
            },
            {
              "type": "code",
              "value": "<input> is missing tool-param-description."
            },
            {
              "type": "code",
              "value": "<input> is missing a name attribute."
            },
            {
              "type": "code",
              "value": "<input> is missing tool-param-description."
            },
            {
              "type": "code",
              "value": "<input> is missing a name attribute."
            },
            {
              "type": "code",
              "value": "<input> is missing tool-param-description."
            },
            {
              "type": "code",
              "value": "<input> is missing a name attribute."
            },
            {
              "type": "code",
              "value": "<input> is missing 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": 0,
        "formsWithTags": 0,
        "totalInteractive": 608,
        "interactiveWithTags": 0,
        "totalCount": 608,
        "taggedCount": 0,
        "dataMcpToolCount": 0,
        "dataMcpTools": [],
        "coverage": 0,
        "annotationIssues": [
          "<input name=\"menu\"> is missing tool-param-description.",
          "<input name=\"menu\"> is missing tool-param-description.",
          "<input> is missing a name attribute.",
          "<input> is missing a label.",
          "<input> is missing tool-param-description.",
          "<input> is missing a name attribute.",
          "<input> is missing a label.",
          "<input> is missing tool-param-description.",
          "<input name=\"search-exp-button\"> is missing a label.",
          "<input name=\"search-exp-button\"> is missing tool-param-description.",
          "<input name=\"ot-group-id-C0003\"> is missing tool-param-description.",
          "<input name=\"ot-group-id-C0002\"> is missing tool-param-description.",
          "<input name=\"ot-group-id-C0004\"> is missing tool-param-description.",
          "<input name=\"ot-group-id-C0005\"> is missing tool-param-description.",
          "<input name=\"vendor-search-handler\"> is missing tool-param-description.",
          "<input> is missing a name attribute.",
          "<input> is missing tool-param-description.",
          "<input> is missing a name attribute.",
          "<input> is missing tool-param-description.",
          "<input> is missing a name attribute.",
          "<input> is missing tool-param-description.",
          "<input> is missing a name attribute.",
          "<input> is missing tool-param-description."
        ]
      },
      "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": 0,
    "formsWithTags": 0,
    "totalInteractive": 608,
    "interactiveWithTags": 0,
    "totalCount": 608,
    "taggedCount": 0,
    "dataMcpToolCount": 0,
    "dataMcpTools": [],
    "coverage": 0,
    "annotationIssues": [
      "<input name=\"menu\"> is missing tool-param-description.",
      "<input name=\"menu\"> is missing tool-param-description.",
      "<input> is missing a name attribute.",
      "<input> is missing a label.",
      "<input> is missing tool-param-description.",
      "<input> is missing a name attribute.",
      "<input> is missing a label.",
      "<input> is missing tool-param-description.",
      "<input name=\"search-exp-button\"> is missing a label.",
      "<input name=\"search-exp-button\"> is missing tool-param-description.",
      "<input name=\"ot-group-id-C0003\"> is missing tool-param-description.",
      "<input name=\"ot-group-id-C0002\"> is missing tool-param-description.",
      "<input name=\"ot-group-id-C0004\"> is missing tool-param-description.",
      "<input name=\"ot-group-id-C0005\"> is missing tool-param-description.",
      "<input name=\"vendor-search-handler\"> is missing tool-param-description.",
      "<input> is missing a name attribute.",
      "<input> is missing tool-param-description.",
      "<input> is missing a name attribute.",
      "<input> is missing tool-param-description.",
      "<input> is missing a name attribute.",
      "<input> is missing tool-param-description.",
      "<input> is missing a name attribute.",
      "<input> is missing tool-param-description."
    ]
  },
  "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 60/100 and needs improvement.

6 Warning

Needs attention

AIO: Source and trust signals

Warning
01

Issue

Missing AIO trust signals: author, publisher.

Details

02

Why it matters

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

Check name

AIO: Source and trust signals

Score

60/100

Status

warning

Category

GEO, AIO & AEO

Maturity

Emerging recommendation

Goal

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

Result

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

Evidence
{
  "signals": {
    "author": false,
    "publisher": false,
    "freshnessDate": true,
    "aboutOrContact": true,
    "policyLinks": true
  },
  "missing": [
    "author",
    "publisher"
  ],
  "authorMeta": "",
  "schemaAuthors": [],
  "schemaPublishers": [],
  "schemaDates": [
    "2019-04-30T10:48:18+00:00",
    "2026-01-12T22:18:49+00:00"
  ],
  "visibleDates": [],
  "aboutLinks": [
    {
      "href": "https://www.hornblowercorp.com/",
      "text": "About Hornblower Group",
      "html": "<a href=\"https://www.hornblowercorp.com/\" target=\"_blank\" data-acsb-tooltip=\"New Window\" aria-label=\"Open About Hornblower Group in New Window\">About Hornblower Group</a>"
    }
  ],
  "contactLinks": [
    {
      "href": "https://www.cityexperiences.com/contact-us/",
      "text": "Contact Us",
      "html": "<a href=\"https://www.cityexperiences.com/contact-us/\" target data-acsb-tooltip aria-label>Contact Us</a>"
    }
  ],
  "privacyLinks": [
    {
      "href": "https://www.cityexperiences.com/terms-conditions-city-experiences/",
      "text": "Terms & Conditions",
      "html": "<a href=\"https://www.cityexperiences.com/terms-conditions-city-experiences/\" target data-acsb-tooltip aria-label>Terms &amp; Conditions</a>"
    },
    {
      "href": "https://www.cityexperiences.com/terms-of-use/",
      "text": "Terms of Use",
      "html": "<a href=\"https://www.cityexperiences.com/terms-of-use/\" target data-acsb-tooltip aria-label>Terms of Use</a>"
    },
    {
      "href": "https://www.cityexperiences.com/privacy-policy/",
      "text": "Privacy Policy",
      "html": "<a href=\"https://www.cityexperiences.com/privacy-policy/\" target data-acsb-tooltip aria-label>Privacy Policy</a>"
    },
    {
      "href": "https://www.cityexperiences.com/privacy-policy/",
      "text": "Privacy Policy",
      "html": "<a class=\"ot-cookie-policy-link\" href=\"https://www.cityexperiences.com/privacy-policy/\" aria-label=\"More information about your privacy, opens in a new tab\" rel=\"noopener\" target=\"_blank\">Privacy Policy</a>"
    },
    {
      "href": "https://www.cityexperiences.com/privacy-policy/",
      "text": "https://www.cityexperiences.com/privacy-policy/",
      "html": "<a href=\"https://www.cityexperiences.com/privacy-policy/\" class=\"privacy-notice-link\" rel=\"noopener\" target=\"_blank\" aria-label=\"More information about our Privacy Policy, opens in a new tab\">https://www.cityexperiences.com/privacy-policy/</a>"
    }
  ],
  "score": 60,
  "weight": 20
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

GEO: Entity clarity

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

4 Warning

Needs attention

GEO: Entity clarity

Warning
01

Issue

Title/H1 terms missing from description: city, experiences, iconic, top, cities, homepage.

Details

02

Why it matters

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

Check name

GEO: Entity clarity

Score

70/100

Status

warning

Category

GEO, AIO & AEO

Maturity

Emerging recommendation

Goal

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

Result

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

Evidence
{
  "title": "City Experiences – Iconic Experiences in Top Cities",
  "h1": "Homepage",
  "description": "We provide bucket list tours such as dining and sightseeing cruises, walking tours, food tours, ferries to national parks, and more. Book your tour today.",
  "topicOverlap": 0,
  "topicTerms": [
    "city",
    "experiences",
    "iconic",
    "top",
    "cities",
    "homepage"
  ],
  "descriptionTerms": [
    "provide",
    "bucket",
    "list",
    "tours",
    "such",
    "dining",
    "sightseeing",
    "cruises",
    "walking",
    "food",
    "ferries",
    "national",
    "parks",
    "more",
    "book",
    "tour",
    "today"
  ],
  "missingFromDescription": [
    "city",
    "experiences",
    "iconic",
    "top",
    "cities",
    "homepage"
  ],
  "score": 70,
  "weight": 28
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

AEO: Answer-first sections

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

4 Warning

Needs attention

AEO: Answer-first sections

Warning
01

Issue

27 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": 28,
  "passing": 1,
  "failing": [
    {
      "heading": "Choose from City Cruises, Walking Tours & City Adventures",
      "headingHtml": "<h2 class=\"homepage-hero-subtitle text-center\">Choose from City Cruises, Walking Tours &amp; City Adventures</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Explore By Land Or Sea",
      "headingHtml": "<h2 class=\"title \">Explore By Land Or Sea</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Explore Our Top Experiences",
      "headingHtml": "<h2 class=\"title \">Explore Our Top Experiences</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Statue of Liberty General Admission (New York City)",
      "headingHtml": "<h3 class=\"item-title-class \"> Statue of Liberty General Admission (New York City) </h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Alcatraz Day Tour",
      "headingHtml": "<h3 class=\"item-title-class \"> Alcatraz Day Tour </h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Niagara Falls Voyage to the Falls Boat Tour",
      "headingHtml": "<h3 class=\"item-title-class \"> Niagara Falls Voyage to the Falls Boat Tour </h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "San Diego Whale & Dolphin Watching Adventure",
      "headingHtml": "<h3 class=\"item-title-class \"> San Diego Whale &amp; Dolphin Watching Adventure </h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "New York Bateaux Premier Plus Dinner Cruise",
      "headingHtml": "<h3 class=\"item-title-class \"> New York Bateaux Premier Plus Dinner Cruise </h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "London 24h Hop-On Hop-Off River Pass",
      "headingHtml": "<h3 class=\"item-title-class \"> London 24h Hop-On Hop-Off River Pass </h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Bottomless Mimosa Architectural Brunch Cruise on the Chicago River",
      "headingHtml": "<h3 class=\"item-title-class \"> Bottomless Mimosa Architectural Brunch Cruise on the Chicago River </h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Best of Florence Walking Tour With David & The Duomo",
      "headingHtml": "<h3 class=\"item-title-class \"> Best of Florence Walking Tour With David &amp; The Duomo </h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Madrid Ultimate Spanish Cuisine Tour",
      "headingHtml": "<h3 class=\"item-title-class \"> Madrid Ultimate Spanish Cuisine Tour </h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Explore A Few Of Our Top Destinations",
      "headingHtml": "<h2 class=\"title mb-4\">Explore A Few Of Our Top Destinations</h2>",
      "firstParagraph": "Get ready for iconic, one-of-a-kind, experiences.",
      "paragraphHtml": "<p style=\"text-align: center;\">Get ready for iconic, one-of-a-kind, experiences.</p>",
      "words": 6,
      "direct": false,
      "issue": "First paragraph is 6 words and does not look like a concise direct answer."
    },
    {
      "heading": "Flexible Booking",
      "headingHtml": "<h3 class=\"item-title-class text-center \"> Flexible Booking </h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Unforgettable Experiences",
      "headingHtml": "<h3 class=\"item-title-class text-center \"> Unforgettable Experiences </h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Expert Crew & Tour Guides",
      "headingHtml": "<h3 class=\"item-title-class text-center \"> Expert Crew &amp; Tour Guides </h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Flexible Booking",
      "headingHtml": "<h3 class=\"item-title-class text-center \"> Flexible Booking </h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Unforgettable Experiences",
      "headingHtml": "<h3 class=\"item-title-class text-center \"> Unforgettable Experiences </h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Expert Crew & Tour Guides",
      "headingHtml": "<h3 class=\"item-title-class text-center \"> Expert Crew &amp; Tour Guides </h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Flexible Booking",
      "headingHtml": "<h3 class=\"item-title-class text-center \"> Flexible Booking </h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Top Destinations",
      "headingHtml": "<h2 class=\"text-dark\">Top Destinations</h2>",
      "firstParagraph": "Things to do in Berkeley | Things to do in Long Beach | Things to do in Marina del Rey | Things to do in Newport Beach | Things to do in Sacramento | Things to do in San Diego | Things to do in San Francisco | Things to do in Alexandria | Things to do in Washington DC | Things to do in Baltimore | Things to do in Ph...",
      "paragraphHtml": "<p><a class=\"Hyperlink SCXW166761178 BCX0\" href=\"https://www.cityexperiences.com/berkeley/\" target=\"_blank\" rel=\"noreferrer noopener\"><span class=\"TextRun Underlined SCXW166761178 BCX0\" lang=\"EN-US\" xml:lang=\"EN-US\" data-contrast=\"none\"><span class=\"NormalTextRun SCXW166761178 BCX0\" data-ccp-charstyle=\"Hyperlink\">Things to do in Berkeley</span></span></a><span class=\"TextRun SCXW166761178 BCX0\" lang=\"EN-US\" xml:lang=\"EN-US\" data-contrast=\"auto\"><span class=\"NormalTextRun SCXW166761178 BCX0\">...",
      "words": 145,
      "direct": false,
      "issue": "First paragraph is 145 words and does not look like a concise direct answer."
    },
    {
      "heading": "Shopping Cart",
      "headingHtml": "<h2 class=\"title\">Shopping Cart</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Explore City Experiences on Social Media",
      "headingHtml": "<h3 class=\"text-white\">Explore City Experiences on Social Media</h3>",
      "firstParagraph": "4901 Vineland Rd., Ste. 200, Orlando, FL 32811",
      "paragraphHtml": "<p> 4901 Vineland Rd., Ste. 200, Orlando, FL 32811 </p>",
      "words": 8,
      "direct": false,
      "issue": "First paragraph is 8 words and does not look like a concise direct answer."
    },
    {
      "heading": "Find Your Experience",
      "headingHtml": "<h3 class=\"title \">Find Your Experience</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Account",
      "headingHtml": "<h3 class=\"title \">Account</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Privacy Preference Center",
      "headingHtml": "<h2 id=\"ot-pc-title\">Privacy Preference Center</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Cookie List",
      "headingHtml": "<h3>Cookie List</h3>",
      "firstParagraph": "",
      "paragraphHtml": "<p role=\"status\" class=\"ot-scrn-rdr\"></p>",
      "words": 0,
      "direct": false,
      "issue": "First paragraph is 0 words and does not look like a concise direct answer."
    }
  ],
  "score": 65,
  "weight": 28
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

AEO: Question-led structure

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

3 Warning

Needs attention

AEO: Question-led structure

Warning
01

Issue

27 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

50/100

Status

warning

Category

GEO, AIO & AEO

Maturity

Emerging recommendation

Goal

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

Result

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

Evidence
{
  "h2Count": 7,
  "questionH2s": [],
  "hasFaq": true,
  "score": 50,
  "weight": 18
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

AEO: Answer evidence and trust

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

3 Warning

Needs attention

AEO: Answer evidence and trust

Warning
01

Issue

Missing AIO trust signals: author, publisher.

Details

02

Why it matters

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

Check name

AEO: Answer evidence and trust

Score

60/100

Status

warning

Category

GEO, AIO & AEO

Maturity

Emerging recommendation

Goal

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

Result

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

Evidence
{
  "signals": {
    "author": false,
    "publisher": false,
    "freshnessDate": true,
    "aboutOrContact": true,
    "policyLinks": true
  },
  "missing": [
    "author",
    "publisher"
  ],
  "authorMeta": "",
  "schemaAuthors": [],
  "schemaPublishers": [],
  "schemaDates": [
    "2019-04-30T10:48:18+00:00",
    "2026-01-12T22:18:49+00:00"
  ],
  "visibleDates": [],
  "aboutLinks": [
    {
      "href": "https://www.hornblowercorp.com/",
      "text": "About Hornblower Group",
      "html": "<a href=\"https://www.hornblowercorp.com/\" target=\"_blank\" data-acsb-tooltip=\"New Window\" aria-label=\"Open About Hornblower Group in New Window\">About Hornblower Group</a>"
    }
  ],
  "contactLinks": [
    {
      "href": "https://www.cityexperiences.com/contact-us/",
      "text": "Contact Us",
      "html": "<a href=\"https://www.cityexperiences.com/contact-us/\" target data-acsb-tooltip aria-label>Contact Us</a>"
    }
  ],
  "privacyLinks": [
    {
      "href": "https://www.cityexperiences.com/terms-conditions-city-experiences/",
      "text": "Terms & Conditions",
      "html": "<a href=\"https://www.cityexperiences.com/terms-conditions-city-experiences/\" target data-acsb-tooltip aria-label>Terms &amp; Conditions</a>"
    },
    {
      "href": "https://www.cityexperiences.com/terms-of-use/",
      "text": "Terms of Use",
      "html": "<a href=\"https://www.cityexperiences.com/terms-of-use/\" target data-acsb-tooltip aria-label>Terms of Use</a>"
    },
    {
      "href": "https://www.cityexperiences.com/privacy-policy/",
      "text": "Privacy Policy",
      "html": "<a href=\"https://www.cityexperiences.com/privacy-policy/\" target data-acsb-tooltip aria-label>Privacy Policy</a>"
    },
    {
      "href": "https://www.cityexperiences.com/privacy-policy/",
      "text": "Privacy Policy",
      "html": "<a class=\"ot-cookie-policy-link\" href=\"https://www.cityexperiences.com/privacy-policy/\" aria-label=\"More information about your privacy, opens in a new tab\" rel=\"noopener\" target=\"_blank\">Privacy Policy</a>"
    },
    {
      "href": "https://www.cityexperiences.com/privacy-policy/",
      "text": "https://www.cityexperiences.com/privacy-policy/",
      "html": "<a href=\"https://www.cityexperiences.com/privacy-policy/\" class=\"privacy-notice-link\" rel=\"noopener\" target=\"_blank\" aria-label=\"More information about our Privacy Policy, opens in a new tab\">https://www.cityexperiences.com/privacy-policy/</a>"
    }
  ],
  "score": 60,
  "weight": 22
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

AIO: Page experience for AIO

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

2 Warning

Needs attention

AIO: Page experience for AIO

Warning
01

Issue

56 image(s) are missing width/height attributes. 102 possible modal/interstitial element(s) detected.

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

70/100

Status

warning

Category

GEO, AIO & AEO

Maturity

Emerging recommendation

Goal

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

Result

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

Evidence
{
  "viewportContent": "width=device-width, initial-scale=1, maximum-scale=1",
  "visibleWords": 2389,
  "htmlBytes": 757707,
  "imagesMissingDimensions": [
    {
      "src": "https://assets.cityexperiences.com/wp-content/uploads/2023/05/loading-gif.gif",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"https://assets.cityexperiences.com/wp-content/uploads/2023/05/loading-gif.gif\">"
    },
    {
      "src": "https://assets.cityexperiences.com/wp-content/uploads/2025/05/city-cruises-logo.png",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img decoding=\"async\" src=\"https://assets.cityexperiences.com/wp-content/uploads/2025/05/city-cruises-logo.png\" alt class>"
    },
    {
      "src": "https://assets.cityexperiences.com/wp-content/uploads/2025/05/city-cruises-live-logo.png",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img decoding=\"async\" src=\"https://assets.cityexperiences.com/wp-content/uploads/2025/05/city-cruises-live-logo.png\" alt class>"
    },
    {
      "src": "https://assets.cityexperiences.com/wp-content/uploads/2025/05/statue-logo.png",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img decoding=\"async\" src=\"https://assets.cityexperiences.com/wp-content/uploads/2025/05/statue-logo.png\" alt class>"
    },
    {
      "src": "https://assets.cityexperiences.com/wp-content/uploads/2025/05/alcatraz-logo.png",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img decoding=\"async\" src=\"https://assets.cityexperiences.com/wp-content/uploads/2025/05/alcatraz-logo.png\" alt class>"
    },
    {
      "src": "https://assets.cityexperiences.com/wp-content/uploads/2025/05/niagara-logo.png",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img decoding=\"async\" src=\"https://assets.cityexperiences.com/wp-content/uploads/2025/05/niagara-logo.png\" alt class>"
    },
    {
      "src": "https://assets.cityexperiences.com/wp-content/uploads/2025/05/walks-logo.png",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img decoding=\"async\" src=\"https://assets.cityexperiences.com/wp-content/uploads/2025/05/walks-logo.png\" alt class>"
    },
    {
      "src": "https://assets.cityexperiences.com/wp-content/uploads/2025/05/devour-logo.png",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img decoding=\"async\" src=\"https://assets.cityexperiences.com/wp-content/uploads/2025/05/devour-logo.png\" alt class>"
    },
    {
      "src": "https://assets.cityexperiences.com/wp-content/uploads/2025/05/city-ferry-logo.png",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img decoding=\"async\" src=\"https://assets.cityexperiences.com/wp-content/uploads/2025/05/city-ferry-logo.png\" alt class>"
    },
    {
      "src": "https://assets.cityexperiences.com/wp-content/uploads/2025/05/cex-partners-logo.png",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img decoding=\"async\" src=\"https://assets.cityexperiences.com/wp-content/uploads/2025/05/cex-partners-logo.png\" alt class>"
    },
    {
      "src": "https://images.hornblower.com/640x420/images/tours/hstatueco/19e82ef9-c557-4178-8c51-bc6d917f8bad.jpeg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img decoding=\"async\" src=\"https://images.hornblower.com/640x420/images/tours/hstatueco/19e82ef9-c557-4178-8c51-bc6d917f8bad.jpeg\" alt class>"
    },
    {
      "src": "https://images.hornblower.com/640x420/images/tours/hacco/ec9aa226-bd16-4f2b-8f20-f48eea6e4187.jpeg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img decoding=\"async\" src=\"https://images.hornblower.com/640x420/images/tours/hacco/ec9aa226-bd16-4f2b-8f20-f48eea6e4187.jpeg\" alt class>"
    },
    {
      "src": "https://images.hornblower.com/640x420/images/tours/hncco/b8a6ca56-3c8e-4fa7-992e-5f4270ba4f2f.jpeg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img decoding=\"async\" src=\"https://images.hornblower.com/640x420/images/tours/hncco/b8a6ca56-3c8e-4fa7-992e-5f4270ba4f2f.jpeg\" alt class>"
    },
    {
      "src": "https://images.hornblower.com/640x420/images/products/hbsd/9ea380f0-37ee-45ec-9c09-6315afe7b8bd.jpeg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img decoding=\"async\" src=\"https://images.hornblower.com/640x420/images/products/hbsd/9ea380f0-37ee-45ec-9c09-6315afe7b8bd.jpeg\" alt class>"
    },
    {
      "src": "https://images.hornblower.com/640x420/images/tours/hbnyco/8b00658b-0574-499f-82f1-00aa835e5976.jpeg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img decoding=\"async\" src=\"https://images.hornblower.com/640x420/images/tours/hbnyco/8b00658b-0574-499f-82f1-00aa835e5976.jpeg\" alt class>"
    },
    {
      "src": "https://images.hornblower.com/640x420/images/tours/hblonco/18f6d016-fe3f-42c9-852b-b35f3488f97f.jpeg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img decoding=\"async\" src=\"https://images.hornblower.com/640x420/images/tours/hblonco/18f6d016-fe3f-42c9-852b-b35f3488f97f.jpeg\" alt class>"
    },
    {
      "src": "https://images.hornblower.com/640x420/images/tours/hbchico/07618464-3351-4e02-aaea-ec090cead281.jpeg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img decoding=\"async\" src=\"https://images.hornblower.com/640x420/images/tours/hbchico/07618464-3351-4e02-aaea-ec090cead281.jpeg\" alt class>"
    },
    {
      "src": "https://images.hornblower.com/640x420/images/tours/hwlkus/1349f092-5b5a-4a30-beed-cd08c1163d59.jpeg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img decoding=\"async\" src=\"https://images.hornblower.com/640x420/images/tours/hwlkus/1349f092-5b5a-4a30-beed-cd08c1163d59.jpeg\" alt class>"
    },
    {
      "src": "https://images.hornblower.com/640x420/images/tours/ventrwalkseu/3f1777c8-c85f-4e3d-ba9f-9f5d6626c652.jpeg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img decoding=\"async\" src=\"https://images.hornblower.com/640x420/images/tours/ventrwalkseu/3f1777c8-c85f-4e3d-ba9f-9f5d6626c652.jpeg\" alt class>"
    },
    {
      "src": "https://assets.cityexperiences.com/wp-content/uploads/2022/03/NY_day_liberty-01-Large.jpeg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"https://assets.cityexperiences.com/wp-content/uploads/2022/03/NY_day_liberty-01-Large.jpeg\">"
    },
    {
      "src": "https://assets.cityexperiences.com/wp-content/uploads/2022/02/London_Photo.jpg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"https://assets.cityexperiences.com/wp-content/uploads/2022/02/London_Photo.jpg\">"
    },
    {
      "src": "https://assets.cityexperiences.com/wp-content/uploads/2022/11/San_Fran_Photo.jpg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"https://assets.cityexperiences.com/wp-content/uploads/2022/11/San_Fran_Photo.jpg\">"
    },
    {
      "src": "https://assets.cityexperiences.com/wp-content/uploads/2022/06/SPR-lifestyle-digital-ss-CHI-viewsOB-35.jpeg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"https://assets.cityexperiences.com/wp-content/uploads/2022/06/SPR-lifestyle-digital-ss-CHI-viewsOB-35.jpeg\">"
    },
    {
      "src": "https://assets.cityexperiences.com/wp-content/uploads/2022/11/ELI-Boston-Ship-OB-7-1.jpg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"https://assets.cityexperiences.com/wp-content/uploads/2022/11/ELI-Boston-Ship-OB-7-1.jpg\">"
    },
    {
      "src": "https://assets.cityexperiences.com/wp-content/uploads/2022/03/381b3aed-1856-4e02-ae10-d7f444483615.jpeg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"https://assets.cityexperiences.com/wp-content/uploads/2022/03/381b3aed-1856-4e02-ae10-d7f444483615.jpeg\">"
    },
    {
      "src": "https://assets.cityexperiences.com/wp-content/uploads/2022/03/Walks-20181109-Rome_-_Premium_Colosseum_-_16x9-0001.jpg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"https://assets.cityexperiences.com/wp-content/uploads/2022/03/Walks-20181109-Rome_-_Premium_Colosseum_-_16x9-0001.jpg\">"
    },
    {
      "src": "https://assets.cityexperiences.com/wp-content/uploads/2023/12/shutterstock_1121116367-min.jpg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"https://assets.cityexperiences.com/wp-content/uploads/2023/12/shutterstock_1121116367-min.jpg\">"
    },
    {
      "src": "https://assets.cityexperiences.com/wp-content/uploads/2023/05/cal-2-150x150.png",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img decoding=\"async\" src=\"https://assets.cityexperiences.com/wp-content/uploads/2023/05/cal-2-150x150.png\" style=\"max-width: 70px; margin: 0 auto 10px;\">"
    },
    {
      "src": "https://assets.cityexperiences.com/wp-content/uploads/2023/05/unforgettable-icon-150x150.png",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img decoding=\"async\" src=\"https://assets.cityexperiences.com/wp-content/uploads/2023/05/unforgettable-icon-150x150.png\" style=\"max-width: 70px; margin: 0 auto 10px;\">"
    },
    {
      "src": "https://assets.cityexperiences.com/wp-content/uploads/2023/05/award-icon-usp-150x150.png",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img decoding=\"async\" src=\"https://assets.cityexperiences.com/wp-content/uploads/2023/05/award-icon-usp-150x150.png\" style=\"max-width: 70px; margin: 0 auto 10px;\">"
    },
    {
      "src": "https://assets.cityexperiences.com/wp-content/uploads/2023/05/cal-2-150x150.png",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img decoding=\"async\" src=\"https://assets.cityexperiences.com/wp-content/uploads/2023/05/cal-2-150x150.png\" style=\"max-width: 70px; margin: 0 auto 10px;\">"
    },
    {
      "src": "https://assets.cityexperiences.com/wp-content/uploads/2023/05/unforgettable-icon-150x150.png",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img decoding=\"async\" src=\"https://assets.cityexperiences.com/wp-content/uploads/2023/05/unforgettable-icon-150x150.png\" style=\"max-width: 70px; margin: 0 auto 10px;\">"
    },
    {
      "src": "https://assets.cityexperiences.com/wp-content/uploads/2023/05/award-icon-usp-150x150.png",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img decoding=\"async\" src=\"https://assets.cityexperiences.com/wp-content/uploads/2023/05/award-icon-usp-150x150.png\" style=\"max-width: 70px; margin: 0 auto 10px;\">"
    },
    {
      "src": "https://assets.cityexperiences.com/wp-content/uploads/2023/05/cal-2-150x150.png",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img decoding=\"async\" src=\"https://assets.cityexperiences.com/wp-content/uploads/2023/05/cal-2-150x150.png\" style=\"max-width: 70px; margin: 0 auto 10px;\">"
    },
    {
      "src": "https://assets.cityexperiences.com/wp-content/uploads/2023/02/CITY-EXPERIENCES-TM.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://assets.cityexperiences.com/wp-content/uploads/2023/02/CITY-EXPERIENCES-TM.svg\" alt=\"City Experiences Logo\" loading=\"lazy\">"
    },
    {
      "src": "https://assets.cityexperiences.com/wp-content/uploads/2023/02/CITY-CRUISES-TM.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://assets.cityexperiences.com/wp-content/uploads/2023/02/CITY-CRUISES-TM.svg\" alt=\"City Cruises Logo\" loading=\"lazy\" class=\"mb-4\">"
    },
    {
      "src": "https://assets.cityexperiences.com/wp-content/uploads/2023/02/NIAGARA-CITY-CRUISES-TM.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://assets.cityexperiences.com/wp-content/uploads/2023/02/NIAGARA-CITY-CRUISES-TM.svg\" alt=\"Niagara City Cruises Logo\" loading=\"lazy\" class=\"mb-4\">"
    },
    {
      "src": "https://assets.cityexperiences.com/wp-content/uploads/2023/02/BOSTON-HARBOR-CITY-CRUISES-TM.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://assets.cityexperiences.com/wp-content/uploads/2023/02/BOSTON-HARBOR-CITY-CRUISES-TM.svg\" alt=\"Boston Harbor City Cruises Logo\" loading=\"lazy\" class=\"mb-4\">"
    },
    {
      "src": "https://assets.cityexperiences.com/wp-content/uploads/2023/02/ALCATRAZ-CITY-CRUISES-TM.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://assets.cityexperiences.com/wp-content/uploads/2023/02/ALCATRAZ-CITY-CRUISES-TM.svg\" alt=\"Alcatraz City Cruises Logo\" loading=\"lazy\" class=\"mb-4\">"
    },
    {
      "src": "https://assets.cityexperiences.com/wp-content/uploads/2023/02/STATUE-CITY-CRUISES-TM.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://assets.cityexperiences.com/wp-content/uploads/2023/02/STATUE-CITY-CRUISES-TM.svg\" alt=\"Statue City Cruises Logo\" loading=\"lazy\" class=\"mb-4\">"
    },
    {
      "src": "https://assets.cityexperiences.com/wp-content/uploads/2023/02/WALKS.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://assets.cityexperiences.com/wp-content/uploads/2023/02/WALKS.svg\" alt=\"Walks Logo\" loading=\"lazy\" class=\"mb-4\">"
    },
    {
      "src": "https://assets.cityexperiences.com/wp-content/uploads/2023/02/DEVOUR.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://assets.cityexperiences.com/wp-content/uploads/2023/02/DEVOUR.svg\" alt=\"Devour Logo\" loading=\"lazy\" class=\"mb-4\">"
    },
    {
      "src": "https://assets.cityexperiences.com/wp-content/uploads/2023/02/CITY-FERRY-ANCHORED-BY-HORNBLOWER-TM.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://assets.cityexperiences.com/wp-content/uploads/2023/02/CITY-FERRY-ANCHORED-BY-HORNBLOWER-TM.svg\" alt=\"City Ferry Logo\" loading=\"lazy\" class=\"mb-4\">"
    },
    {
      "src": "https://assets.cityexperiences.com/wp-content/uploads/2026/05/2026_4th_of_July_Campaign-GA-Web-Pop_Up.jpg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"https://assets.cityexperiences.com/wp-content/uploads/2026/05/2026_4th_of_July_Campaign-GA-Web-Pop_Up.jpg\">"
    },
    {
      "src": "https://assets.cityexperiences.com/wp-content/uploads/2026/04/2026_11243899021_Mothers-Day-Campaign-Sleek-Note-General-Awareness.jpg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"https://assets.cityexperiences.com/wp-content/uploads/2026/04/2026_11243899021_Mothers-Day-Campaign-Sleek-Note-General-Awareness.jpg\">"
    },
    {
      "src": "https://assets.cityexperiences.com/wp-content/uploads/2026/04/no_discalimer.png",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"https://assets.cityexperiences.com/wp-content/uploads/2026/04/no_discalimer.png\">"
    },
    {
      "src": "https://assets.cityexperiences.com/wp-content/uploads/2026/03/1b517a34-74d8-4cc9-955b-b6b6956f75e5.png",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"https://assets.cityexperiences.com/wp-content/uploads/2026/03/1b517a34-74d8-4cc9-955b-b6b6956f75e5.png\">"
    },
    {
      "src": "https://assets.cityexperiences.com/wp-content/uploads/2026/01/2025_10515298626_CCUS_ValentinesDay_PopUp_General_600x600_V3_full-image.jpg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"https://assets.cityexperiences.com/wp-content/uploads/2026/01/2025_10515298626_CCUS_ValentinesDay_PopUp_General_600x600_V3_full-image.jpg\">"
    },
    {
      "src": "https://assets.cityexperiences.com/wp-content/uploads/2026/01/2025_10515298626_CCUS_ValentinesDay_PopUp_EarlyBird_600x600_V3_full-image.jpg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"https://assets.cityexperiences.com/wp-content/uploads/2026/01/2025_10515298626_CCUS_ValentinesDay_PopUp_EarlyBird_600x600_V3_full-image.jpg\">"
    },
    {
      "src": "https://assets.cityexperiences.com/wp-content/uploads/2025/12/HORN-010-14_NYE_DIGITAL_PopUpBanner_600x600_V2.png",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"https://assets.cityexperiences.com/wp-content/uploads/2025/12/HORN-010-14_NYE_DIGITAL_PopUpBanner_600x600_V2.png\">"
    },
    {
      "src": "https://assets.cityexperiences.com/wp-content/uploads/2025/12/HORN-010-18_Winter_DIGITAL_PopUpBanner_V3-1.png",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"https://assets.cityexperiences.com/wp-content/uploads/2025/12/HORN-010-18_Winter_DIGITAL_PopUpBanner_V3-1.png\">"
    },
    {
      "src": "https://assets.cityexperiences.com/wp-content/uploads/2025/11/HORN-010-14_Holiday_PopUp_600x600_CYBER_V5_with_CTA.png",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"https://assets.cityexperiences.com/wp-content/uploads/2025/11/HORN-010-14_Holiday_PopUp_600x600_CYBER_V5_with_CTA.png\">"
    },
    {
      "src": "https://assets.cityexperiences.com/wp-content/uploads/2025/11/Thanksgiving_DIGITAL_WebPopUp_V1.png",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"https://assets.cityexperiences.com/wp-content/uploads/2025/11/Thanksgiving_DIGITAL_WebPopUp_V1.png\">"
    },
    {
      "src": "https://assets.cityexperiences.com/wp-content/uploads/2023/05/loading-gif.gif",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"https://assets.cityexperiences.com/wp-content/uploads/2023/05/loading-gif.gif\">"
    },
    {
      "src": "https://cdn.cookielaw.org/logos/ece87140-0836-4acd-b5a9-d2c18e238fdd/3839ae04-e5ad-445f-9ac2-75f2ba3560ef/f0b315b7-18a0-4005-bcc0-a906e23f6d1e/CE-Logo-RGB-Stacked-FullColor.png",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img alt=\"city experiences\" src=\"https://cdn.cookielaw.org/logos/ece87140-0836-4acd-b5a9-d2c18e238fdd/3839ae04-e5ad-445f-9ac2-75f2ba3560ef/f0b315b7-18a0-4005-bcc0-a906e23f6d1e/CE-Logo-RGB-Stacked-FullColor.png\">"
    },
    {
      "src": "https://cdn.cookielaw.org/logos/static/powered_by_logo.svg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img alt=\"Powered by Onetrust\" src=\"https://cdn.cookielaw.org/logos/static/powered_by_logo.svg\" title=\"Powered by OneTrust Opens in a new Tab\">"
    }
  ],
  "possibleDialogs": [
    "<div class=\"modal fade\" id=\"modalSingleCheckout\" tabindex=\"-1\" role=\"dialog\" aria-labelledby=\"modalSingleCheckout\" aria-hidden=\"true\"> <div class=\"modal-dialog modal-dialog-centered modal-xl\" role=\"document\"> <div class=\"modal-content\"> <div class=\"modal-header\"> <h5 class=\"modal-title\" id=\"exampleModalLongTitle\">Checkout</h5> <button type=\"button\" class=\"close\" data-dismiss=\"modal\" aria-label=\"Close\"> <span aria-hidden=\"true\">&#xd7;</span> </button> </div> <div class=\"modal-body\"> <div class...",
    "<div class=\"modal-dialog modal-dialog-centered modal-xl\" role=\"document\"> <div class=\"modal-content\"> <div class=\"modal-header\"> <h5 class=\"modal-title\" id=\"exampleModalLongTitle\">Checkout</h5> <button type=\"button\" class=\"close\" data-dismiss=\"modal\" aria-label=\"Close\"> <span aria-hidden=\"true\">&#xd7;</span> </button> </div> <div class=\"modal-body\"> <div class=\"modal-single-checkout\" id=\"modalSingleCheckoutSDK\"> </div> </div> </div> </div>",
    "<div class=\"modal-content\"> <div class=\"modal-header\"> <h5 class=\"modal-title\" id=\"exampleModalLongTitle\">Checkout</h5> <button type=\"button\" class=\"close\" data-dismiss=\"modal\" aria-label=\"Close\"> <span aria-hidden=\"true\">&#xd7;</span> </button> </div> <div class=\"modal-body\"> <div class=\"modal-single-checkout\" id=\"modalSingleCheckoutSDK\"> </div> </div> </div>",
    "<div class=\"modal-header\"> <h5 class=\"modal-title\" id=\"exampleModalLongTitle\">Checkout</h5> <button type=\"button\" class=\"close\" data-dismiss=\"modal\" aria-label=\"Close\"> <span aria-hidden=\"true\">&#xd7;</span> </button> </div>",
    "<h5 class=\"modal-title\" id=\"exampleModalLongTitle\">Checkout</h5>",
    "<div class=\"modal-body\"> <div class=\"modal-single-checkout\" id=\"modalSingleCheckoutSDK\"> </div> </div>",
    "<div class=\"modal-single-checkout\" id=\"modalSingleCheckoutSDK\"> </div>",
    "<div class=\"modal fade\" id=\"modalLeavingSite\" tabindex=\"-1\" role=\"dialog\" aria-labelledby=\"modalLeavingSite\" aria-hidden=\"true\"> <div class=\"modal-dialog modal-dialog-centered\" role=\"document\"> <div class=\"modal-content\"> <div class=\"modal-header\"> <h5 class=\"modal-title\" id=\"exampleModalLongTitle\">Alert</h5> <button type=\"button\" class=\"close\" data-dismiss=\"modal\" aria-label=\"Close\"> <span aria-hidden=\"true\">&#xd7;</span> </button> </div> <div class=\"modal-body\"> You are about to leave City...",
    "<div class=\"modal-dialog modal-dialog-centered\" role=\"document\"> <div class=\"modal-content\"> <div class=\"modal-header\"> <h5 class=\"modal-title\" id=\"exampleModalLongTitle\">Alert</h5> <button type=\"button\" class=\"close\" data-dismiss=\"modal\" aria-label=\"Close\"> <span aria-hidden=\"true\">&#xd7;</span> </button> </div> <div class=\"modal-body\"> You are about to leave City Experiences site. </div> <div class=\"modal-footer\"> Are you sure you want to continue? &#xa0; &#xa0; <button id=\"leavingSiteFromM...",
    "<div class=\"modal-content\"> <div class=\"modal-header\"> <h5 class=\"modal-title\" id=\"exampleModalLongTitle\">Alert</h5> <button type=\"button\" class=\"close\" data-dismiss=\"modal\" aria-label=\"Close\"> <span aria-hidden=\"true\">&#xd7;</span> </button> </div> <div class=\"modal-body\"> You are about to leave City Experiences site. </div> <div class=\"modal-footer\"> Are you sure you want to continue? &#xa0; &#xa0; <button id=\"leavingSiteFromModal\" type=\"button\" class=\"btn btn-primary\">Yes</button> </div> <...",
    "<div class=\"modal-header\"> <h5 class=\"modal-title\" id=\"exampleModalLongTitle\">Alert</h5> <button type=\"button\" class=\"close\" data-dismiss=\"modal\" aria-label=\"Close\"> <span aria-hidden=\"true\">&#xd7;</span> </button> </div>",
    "<h5 class=\"modal-title\" id=\"exampleModalLongTitle\">Alert</h5>",
    "<div class=\"modal-body\"> You are about to leave City Experiences site. </div>",
    "<div class=\"modal-footer\"> Are you sure you want to continue? &#xa0; &#xa0; <button id=\"leavingSiteFromModal\" type=\"button\" class=\"btn btn-primary\">Yes</button> </div>",
    "<button id=\"leavingSiteFromModal\" type=\"button\" class=\"btn btn-primary\">Yes</button>",
    "<div class=\"modal fade\" id=\"modalLogin\" tabindex=\"-1\" role=\"dialog\" aria-labelledby=\"modalLogin\" aria-hidden=\"true\"> <div class=\"modal-dialog modal-dialog-centered\" role=\"document\"> <div class=\"modal-content\"> <div class=\"modal-header\"> <h5 class=\"modal-title\" id=\"exampleModalLongTitle\">Account</h5> <button type=\"button\" class=\"close\" data-dismiss=\"modal\" aria-label=\"Close\"> <span aria-hidden=\"true\">&#xd7;</span> </button> </div> <div class=\"modal-body\"> <div class=\"show-login-section-inner\"...",
    "<div class=\"modal-dialog modal-dialog-centered\" role=\"document\"> <div class=\"modal-content\"> <div class=\"modal-header\"> <h5 class=\"modal-title\" id=\"exampleModalLongTitle\">Account</h5> <button type=\"button\" class=\"close\" data-dismiss=\"modal\" aria-label=\"Close\"> <span aria-hidden=\"true\">&#xd7;</span> </button> </div> <div class=\"modal-body\"> <div class=\"show-login-section-inner\" id=\"modalSdkLogin\"></div> </div> </div> </div>",
    "<div class=\"modal-content\"> <div class=\"modal-header\"> <h5 class=\"modal-title\" id=\"exampleModalLongTitle\">Account</h5> <button type=\"button\" class=\"close\" data-dismiss=\"modal\" aria-label=\"Close\"> <span aria-hidden=\"true\">&#xd7;</span> </button> </div> <div class=\"modal-body\"> <div class=\"show-login-section-inner\" id=\"modalSdkLogin\"></div> </div> </div>",
    "<div class=\"modal-header\"> <h5 class=\"modal-title\" id=\"exampleModalLongTitle\">Account</h5> <button type=\"button\" class=\"close\" data-dismiss=\"modal\" aria-label=\"Close\"> <span aria-hidden=\"true\">&#xd7;</span> </button> </div>",
    "<h5 class=\"modal-title\" id=\"exampleModalLongTitle\">Account</h5>",
    "<div class=\"modal-body\"> <div class=\"show-login-section-inner\" id=\"modalSdkLogin\"></div> </div>",
    "<div class=\"show-login-section-inner\" id=\"modalSdkLogin\"></div>",
    "<div class=\"modal\" tabindex=\"-1\" id=\"FourthOfJulyEarlyBirdPopup\" aria-modal=\"true\" role=\"dialog\" data-popup-start=\"06/01/26\" data-popup-end=\"06/14/26\"> <div class=\"modal-dialog\"> <div class=\"modal-content\"> <div class=\"modal-header p-0 position-relative\" style=\"border: none;z-index: 2;\"> <button type=\"button\" class=\"close\" data-dismiss=\"modal\" aria-label=\"Close\"> <span aria-hidden=\"true\">&#xd7;</span> </button> </div> <div class=\"modal-body p-0 \"> <a href=\"https://www.cityexperiences.com/city...",
    "<div class=\"modal-dialog\"> <div class=\"modal-content\"> <div class=\"modal-header p-0 position-relative\" style=\"border: none;z-index: 2;\"> <button type=\"button\" class=\"close\" data-dismiss=\"modal\" aria-label=\"Close\"> <span aria-hidden=\"true\">&#xd7;</span> </button> </div> <div class=\"modal-body p-0 \"> <a href=\"https://www.cityexperiences.com/city-cruises/4th-of-july/\" class=\"FourthOfJulyEarlyBirdPopup-popup-cta\" data-source=\"popup\"><img src=\"https://assets.cityexperiences.com/wp-content/uploads/...",
    "<div class=\"modal-content\"> <div class=\"modal-header p-0 position-relative\" style=\"border: none;z-index: 2;\"> <button type=\"button\" class=\"close\" data-dismiss=\"modal\" aria-label=\"Close\"> <span aria-hidden=\"true\">&#xd7;</span> </button> </div> <div class=\"modal-body p-0 \"> <a href=\"https://www.cityexperiences.com/city-cruises/4th-of-july/\" class=\"FourthOfJulyEarlyBirdPopup-popup-cta\" data-source=\"popup\"><img src=\"https://assets.cityexperiences.com/wp-content/uploads/2026/05/2026_4th_of_July_Ca...",
    "<div class=\"modal-header p-0 position-relative\" style=\"border: none;z-index: 2;\"> <button type=\"button\" class=\"close\" data-dismiss=\"modal\" aria-label=\"Close\"> <span aria-hidden=\"true\">&#xd7;</span> </button> </div>",
    "<div class=\"modal-body p-0 \"> <a href=\"https://www.cityexperiences.com/city-cruises/4th-of-july/\" class=\"FourthOfJulyEarlyBirdPopup-popup-cta\" data-source=\"popup\"><img src=\"https://assets.cityexperiences.com/wp-content/uploads/2026/05/2026_4th_of_July_Campaign-GA-Web-Pop_Up.jpg\"></a> </div>",
    "<a href=\"https://www.cityexperiences.com/city-cruises/4th-of-july/\" class=\"FourthOfJulyEarlyBirdPopup-popup-cta\" data-source=\"popup\"><img src=\"https://assets.cityexperiences.com/wp-content/uploads/2026/05/2026_4th_of_July_Campaign-GA-Web-Pop_Up.jpg\"></a>",
    "<div class=\"modal\" tabindex=\"-1\" id=\"MothersDay2026GA\" aria-modal=\"true\" role=\"dialog\" data-popup-start=\"04/20/26\" data-popup-end=\"05/09/26\"> <div class=\"modal-dialog\"> <div class=\"modal-content\"> <div class=\"modal-header p-0 position-relative\" style=\"border: none;z-index: 2;\"> <button type=\"button\" class=\"close\" data-dismiss=\"modal\" aria-label=\"Close\"> <span aria-hidden=\"true\">&#xd7;</span> </button> </div> <div class=\"modal-body p-0 \"> <a href=\"https://www.cityexperiences.com/city-cruises/m...",
    "<div class=\"modal-dialog\"> <div class=\"modal-content\"> <div class=\"modal-header p-0 position-relative\" style=\"border: none;z-index: 2;\"> <button type=\"button\" class=\"close\" data-dismiss=\"modal\" aria-label=\"Close\"> <span aria-hidden=\"true\">&#xd7;</span> </button> </div> <div class=\"modal-body p-0 \"> <a href=\"https://www.cityexperiences.com/city-cruises/mothers-day/\" class=\"MothersDay2026GA-popup-cta\" data-source=\"popup\"><img src=\"https://assets.cityexperiences.com/wp-content/uploads/2026/04/20...",
    "<div class=\"modal-content\"> <div class=\"modal-header p-0 position-relative\" style=\"border: none;z-index: 2;\"> <button type=\"button\" class=\"close\" data-dismiss=\"modal\" aria-label=\"Close\"> <span aria-hidden=\"true\">&#xd7;</span> </button> </div> <div class=\"modal-body p-0 \"> <a href=\"https://www.cityexperiences.com/city-cruises/mothers-day/\" class=\"MothersDay2026GA-popup-cta\" data-source=\"popup\"><img src=\"https://assets.cityexperiences.com/wp-content/uploads/2026/04/2026_11243899021_Mothers-Day-...",
    "<div class=\"modal-header p-0 position-relative\" style=\"border: none;z-index: 2;\"> <button type=\"button\" class=\"close\" data-dismiss=\"modal\" aria-label=\"Close\"> <span aria-hidden=\"true\">&#xd7;</span> </button> </div>",
    "<div class=\"modal-body p-0 \"> <a href=\"https://www.cityexperiences.com/city-cruises/mothers-day/\" class=\"MothersDay2026GA-popup-cta\" data-source=\"popup\"><img src=\"https://assets.cityexperiences.com/wp-content/uploads/2026/04/2026_11243899021_Mothers-Day-Campaign-Sleek-Note-General-Awareness.jpg\"></a> </div>",
    "<a href=\"https://www.cityexperiences.com/city-cruises/mothers-day/\" class=\"MothersDay2026GA-popup-cta\" data-source=\"popup\"><img src=\"https://assets.cityexperiences.com/wp-content/uploads/2026/04/2026_11243899021_Mothers-Day-Campaign-Sleek-Note-General-Awareness.jpg\"></a>",
    "<div class=\"modal\" tabindex=\"-1\" id=\"MothersDay2026\" aria-modal=\"true\" role=\"dialog\" data-popup-start=\"04/06/26\" data-popup-end=\"04/20/26\"> <div class=\"modal-dialog\"> <div class=\"modal-content\"> <div class=\"modal-header p-0 position-relative\" style=\"border: none;z-index: 2;\"> <button type=\"button\" class=\"close\" data-dismiss=\"modal\" aria-label=\"Close\"> <span aria-hidden=\"true\">&#xd7;</span> </button> </div> <div class=\"modal-body p-0 \"> <a href=\"https://www.cityexperiences.com/city-cruises/mot...",
    "<div class=\"modal-dialog\"> <div class=\"modal-content\"> <div class=\"modal-header p-0 position-relative\" style=\"border: none;z-index: 2;\"> <button type=\"button\" class=\"close\" data-dismiss=\"modal\" aria-label=\"Close\"> <span aria-hidden=\"true\">&#xd7;</span> </button> </div> <div class=\"modal-body p-0 \"> <a href=\"https://www.cityexperiences.com/city-cruises/mothers-day/\" class=\"MothersDay2026-popup-cta\" data-source=\"popup\"><img src=\"https://assets.cityexperiences.com/wp-content/uploads/2026/04/no_d...",
    "<div class=\"modal-content\"> <div class=\"modal-header p-0 position-relative\" style=\"border: none;z-index: 2;\"> <button type=\"button\" class=\"close\" data-dismiss=\"modal\" aria-label=\"Close\"> <span aria-hidden=\"true\">&#xd7;</span> </button> </div> <div class=\"modal-body p-0 \"> <a href=\"https://www.cityexperiences.com/city-cruises/mothers-day/\" class=\"MothersDay2026-popup-cta\" data-source=\"popup\"><img src=\"https://assets.cityexperiences.com/wp-content/uploads/2026/04/no_discalimer.png\"></a> </div>...",
    "<div class=\"modal-header p-0 position-relative\" style=\"border: none;z-index: 2;\"> <button type=\"button\" class=\"close\" data-dismiss=\"modal\" aria-label=\"Close\"> <span aria-hidden=\"true\">&#xd7;</span> </button> </div>",
    "<div class=\"modal-body p-0 \"> <a href=\"https://www.cityexperiences.com/city-cruises/mothers-day/\" class=\"MothersDay2026-popup-cta\" data-source=\"popup\"><img src=\"https://assets.cityexperiences.com/wp-content/uploads/2026/04/no_discalimer.png\"></a> </div>",
    "<a href=\"https://www.cityexperiences.com/city-cruises/mothers-day/\" class=\"MothersDay2026-popup-cta\" data-source=\"popup\"><img src=\"https://assets.cityexperiences.com/wp-content/uploads/2026/04/no_discalimer.png\"></a>",
    "<div class=\"modal\" tabindex=\"-1\" id=\"easter-popup-3-11-4-4\" aria-modal=\"true\" role=\"dialog\" data-popup-start=\"03/11/26\" data-popup-end=\"04/04/26\"> <div class=\"modal-dialog\"> <div class=\"modal-content\"> <div class=\"modal-header p-0 position-relative\" style=\"border: none;z-index: 2;\"> <button type=\"button\" class=\"close\" data-dismiss=\"modal\" aria-label=\"Close\"> <span aria-hidden=\"true\">&#xd7;</span> </button> </div> <div class=\"modal-body p-0 popup-has-button\"> <a href=\"https://www.cityexperienc...",
    "<div class=\"modal-dialog\"> <div class=\"modal-content\"> <div class=\"modal-header p-0 position-relative\" style=\"border: none;z-index: 2;\"> <button type=\"button\" class=\"close\" data-dismiss=\"modal\" aria-label=\"Close\"> <span aria-hidden=\"true\">&#xd7;</span> </button> </div> <div class=\"modal-body p-0 popup-has-button\"> <a href=\"https://www.cityexperiences.com/holiday/?pageNo=1&amp;query=Easter&amp;sortBy=prodv3_ce_experiences_geo&amp;specialCouponCategories&amp;city&amp;country&amp;categoryTheme=H...",
    "<div class=\"modal-content\"> <div class=\"modal-header p-0 position-relative\" style=\"border: none;z-index: 2;\"> <button type=\"button\" class=\"close\" data-dismiss=\"modal\" aria-label=\"Close\"> <span aria-hidden=\"true\">&#xd7;</span> </button> </div> <div class=\"modal-body p-0 popup-has-button\"> <a href=\"https://www.cityexperiences.com/holiday/?pageNo=1&amp;query=Easter&amp;sortBy=prodv3_ce_experiences_geo&amp;specialCouponCategories&amp;city&amp;country&amp;categoryTheme=Holiday+%26+Festive+Cruises&...",
    "<div class=\"modal-header p-0 position-relative\" style=\"border: none;z-index: 2;\"> <button type=\"button\" class=\"close\" data-dismiss=\"modal\" aria-label=\"Close\"> <span aria-hidden=\"true\">&#xd7;</span> </button> </div>",
    "<div class=\"modal-body p-0 popup-has-button\"> <a href=\"https://www.cityexperiences.com/holiday/?pageNo=1&amp;query=Easter&amp;sortBy=prodv3_ce_experiences_geo&amp;specialCouponCategories&amp;city&amp;country&amp;categoryTheme=Holiday+%26+Festive+Cruises&amp;webCategoriesMain&amp;durationTiming&amp;brandTag&amp;dateMin&amp;dateMax&amp;hierarchical_lvl0&amp;showPriceWithFees=false\" class=\"easter-popup-3-11-4-4-popup-cta\" data-source=\"popup\"><img src=\"https://assets.cityexperiences.com/wp-conten...",
    "<a href=\"https://www.cityexperiences.com/holiday/?pageNo=1&amp;query=Easter&amp;sortBy=prodv3_ce_experiences_geo&amp;specialCouponCategories&amp;city&amp;country&amp;categoryTheme=Holiday+%26+Festive+Cruises&amp;webCategoriesMain&amp;durationTiming&amp;brandTag&amp;dateMin&amp;dateMax&amp;hierarchical_lvl0&amp;showPriceWithFees=false\" class=\"easter-popup-3-11-4-4-popup-cta\" data-source=\"popup\"><img src=\"https://assets.cityexperiences.com/wp-content/uploads/2026/03/1b517a34-74d8-4cc9-955b-b6b6...",
    "<div class=\"modal\" tabindex=\"-1\" id=\"vdayGA2026\" aria-modal=\"true\" role=\"dialog\" data-popup-start=\"01/19/26\" data-popup-end=\"02/15/26\"> <div class=\"modal-dialog\"> <div class=\"modal-content\"> <div class=\"modal-header p-0 position-relative\" style=\"border: none;z-index: 2;\"> <button type=\"button\" class=\"close\" data-dismiss=\"modal\" aria-label=\"Close\"> <span aria-hidden=\"true\">&#xd7;</span> </button> </div> <div class=\"modal-body p-0 popup-has-button\"> <a href=\"https://www.cityexperiences.com/holi...",
    "<div class=\"modal-dialog\"> <div class=\"modal-content\"> <div class=\"modal-header p-0 position-relative\" style=\"border: none;z-index: 2;\"> <button type=\"button\" class=\"close\" data-dismiss=\"modal\" aria-label=\"Close\"> <span aria-hidden=\"true\">&#xd7;</span> </button> </div> <div class=\"modal-body p-0 popup-has-button\"> <a href=\"https://www.cityexperiences.com/holiday/?query=Valentine%27s+Day&amp;categoryTheme=Holiday+%26+Festive+Cruises\" class=\"vdayGA2026-popup-cta\" data-source=\"popup\"><img src=\"h...",
    "<div class=\"modal-content\"> <div class=\"modal-header p-0 position-relative\" style=\"border: none;z-index: 2;\"> <button type=\"button\" class=\"close\" data-dismiss=\"modal\" aria-label=\"Close\"> <span aria-hidden=\"true\">&#xd7;</span> </button> </div> <div class=\"modal-body p-0 popup-has-button\"> <a href=\"https://www.cityexperiences.com/holiday/?query=Valentine%27s+Day&amp;categoryTheme=Holiday+%26+Festive+Cruises\" class=\"vdayGA2026-popup-cta\" data-source=\"popup\"><img src=\"https://assets.cityexperienc...",
    "<div class=\"modal-header p-0 position-relative\" style=\"border: none;z-index: 2;\"> <button type=\"button\" class=\"close\" data-dismiss=\"modal\" aria-label=\"Close\"> <span aria-hidden=\"true\">&#xd7;</span> </button> </div>",
    "<div class=\"modal-body p-0 popup-has-button\"> <a href=\"https://www.cityexperiences.com/holiday/?query=Valentine%27s+Day&amp;categoryTheme=Holiday+%26+Festive+Cruises\" class=\"vdayGA2026-popup-cta\" data-source=\"popup\"><img src=\"https://assets.cityexperiences.com/wp-content/uploads/2026/01/2025_10515298626_CCUS_ValentinesDay_PopUp_General_600x600_V3_full-image.jpg\"></a> </div>",
    "<a href=\"https://www.cityexperiences.com/holiday/?query=Valentine%27s+Day&amp;categoryTheme=Holiday+%26+Festive+Cruises\" class=\"vdayGA2026-popup-cta\" data-source=\"popup\"><img src=\"https://assets.cityexperiences.com/wp-content/uploads/2026/01/2025_10515298626_CCUS_ValentinesDay_PopUp_General_600x600_V3_full-image.jpg\"></a>",
    "<div class=\"modal\" tabindex=\"-1\" id=\"vdayEB2026\" aria-modal=\"true\" role=\"dialog\" data-popup-start=\"01/12/26\" data-popup-end=\"01/19/26\"> <div class=\"modal-dialog\"> <div class=\"modal-content\"> <div class=\"modal-header p-0 position-relative\" style=\"border: none;z-index: 2;\"> <button type=\"button\" class=\"close\" data-dismiss=\"modal\" aria-label=\"Close\"> <span aria-hidden=\"true\">&#xd7;</span> </button> </div> <div class=\"modal-body p-0 popup-has-button\"> <a href=\"https://www.cityexperiences.com/holi...",
    "<div class=\"modal-dialog\"> <div class=\"modal-content\"> <div class=\"modal-header p-0 position-relative\" style=\"border: none;z-index: 2;\"> <button type=\"button\" class=\"close\" data-dismiss=\"modal\" aria-label=\"Close\"> <span aria-hidden=\"true\">&#xd7;</span> </button> </div> <div class=\"modal-body p-0 popup-has-button\"> <a href=\"https://www.cityexperiences.com/holiday/?query=Valentine%27s+Day&amp;categoryTheme=Holiday+%26+Festive+Cruises\" class=\"vdayEB2026-popup-cta\" data-source=\"popup\"><img src=\"h...",
    "<div class=\"modal-content\"> <div class=\"modal-header p-0 position-relative\" style=\"border: none;z-index: 2;\"> <button type=\"button\" class=\"close\" data-dismiss=\"modal\" aria-label=\"Close\"> <span aria-hidden=\"true\">&#xd7;</span> </button> </div> <div class=\"modal-body p-0 popup-has-button\"> <a href=\"https://www.cityexperiences.com/holiday/?query=Valentine%27s+Day&amp;categoryTheme=Holiday+%26+Festive+Cruises\" class=\"vdayEB2026-popup-cta\" data-source=\"popup\"><img src=\"https://assets.cityexperienc...",
    "<div class=\"modal-header p-0 position-relative\" style=\"border: none;z-index: 2;\"> <button type=\"button\" class=\"close\" data-dismiss=\"modal\" aria-label=\"Close\"> <span aria-hidden=\"true\">&#xd7;</span> </button> </div>",
    "<div class=\"modal-body p-0 popup-has-button\"> <a href=\"https://www.cityexperiences.com/holiday/?query=Valentine%27s+Day&amp;categoryTheme=Holiday+%26+Festive+Cruises\" class=\"vdayEB2026-popup-cta\" data-source=\"popup\"><img src=\"https://assets.cityexperiences.com/wp-content/uploads/2026/01/2025_10515298626_CCUS_ValentinesDay_PopUp_EarlyBird_600x600_V3_full-image.jpg\"></a> </div>",
    "<a href=\"https://www.cityexperiences.com/holiday/?query=Valentine%27s+Day&amp;categoryTheme=Holiday+%26+Festive+Cruises\" class=\"vdayEB2026-popup-cta\" data-source=\"popup\"><img src=\"https://assets.cityexperiences.com/wp-content/uploads/2026/01/2025_10515298626_CCUS_ValentinesDay_PopUp_EarlyBird_600x600_V3_full-image.jpg\"></a>",
    "<div class=\"modal\" tabindex=\"-1\" id=\"winterNYEGAPopup2025\" aria-modal=\"true\" role=\"dialog\" data-popup-start=\"12/17/25\" data-popup-end=\"01/01/26\"> <div class=\"modal-dialog\"> <div class=\"modal-content\"> <div class=\"modal-header p-0 position-relative\" style=\"border: none;z-index: 2;\"> <button type=\"button\" class=\"close\" data-dismiss=\"modal\" aria-label=\"Close\"> <span aria-hidden=\"true\">&#xd7;</span> </button> </div> <div class=\"modal-body p-0 popup-has-button\"> <a href=\"https://www.cityexperience...",
    "<div class=\"modal-dialog\"> <div class=\"modal-content\"> <div class=\"modal-header p-0 position-relative\" style=\"border: none;z-index: 2;\"> <button type=\"button\" class=\"close\" data-dismiss=\"modal\" aria-label=\"Close\"> <span aria-hidden=\"true\">&#xd7;</span> </button> </div> <div class=\"modal-body p-0 popup-has-button\"> <a href=\"https://www.cityexperiences.com/holiday/?query=New+Years&amp;categoryTheme=Holiday+%26+Festive+Cruises\" class=\"winterNYEGAPopup2025-popup-cta\" data-source=\"popup\"><img src=...",
    "<div class=\"modal-content\"> <div class=\"modal-header p-0 position-relative\" style=\"border: none;z-index: 2;\"> <button type=\"button\" class=\"close\" data-dismiss=\"modal\" aria-label=\"Close\"> <span aria-hidden=\"true\">&#xd7;</span> </button> </div> <div class=\"modal-body p-0 popup-has-button\"> <a href=\"https://www.cityexperiences.com/holiday/?query=New+Years&amp;categoryTheme=Holiday+%26+Festive+Cruises\" class=\"winterNYEGAPopup2025-popup-cta\" data-source=\"popup\"><img src=\"https://assets.cityexperie...",
    "<div class=\"modal-header p-0 position-relative\" style=\"border: none;z-index: 2;\"> <button type=\"button\" class=\"close\" data-dismiss=\"modal\" aria-label=\"Close\"> <span aria-hidden=\"true\">&#xd7;</span> </button> </div>",
    "<div class=\"modal-body p-0 popup-has-button\"> <a href=\"https://www.cityexperiences.com/holiday/?query=New+Years&amp;categoryTheme=Holiday+%26+Festive+Cruises\" class=\"winterNYEGAPopup2025-popup-cta\" data-source=\"popup\"><img src=\"https://assets.cityexperiences.com/wp-content/uploads/2025/12/HORN-010-14_NYE_DIGITAL_PopUpBanner_600x600_V2.png\"></a> </div>",
    "<a href=\"https://www.cityexperiences.com/holiday/?query=New+Years&amp;categoryTheme=Holiday+%26+Festive+Cruises\" class=\"winterNYEGAPopup2025-popup-cta\" data-source=\"popup\"><img src=\"https://assets.cityexperiences.com/wp-content/uploads/2025/12/HORN-010-14_NYE_DIGITAL_PopUpBanner_600x600_V2.png\"></a>",
    "<div class=\"modal\" tabindex=\"-1\" id=\"winterHoilidayGAPopup2025\" aria-modal=\"true\" role=\"dialog\" data-popup-start=\"12/03/25\" data-popup-end=\"12/17/25\"> <div class=\"modal-dialog\"> <div class=\"modal-content\"> <div class=\"modal-header p-0 position-relative\" style=\"border: none;z-index: 2;\"> <button type=\"button\" class=\"close\" data-dismiss=\"modal\" aria-label=\"Close\"> <span aria-hidden=\"true\">&#xd7;</span> </button> </div> <div class=\"modal-body p-0 popup-has-button\"> <a href=\"https://www.cityexper...",
    "<div class=\"modal-dialog\"> <div class=\"modal-content\"> <div class=\"modal-header p-0 position-relative\" style=\"border: none;z-index: 2;\"> <button type=\"button\" class=\"close\" data-dismiss=\"modal\" aria-label=\"Close\"> <span aria-hidden=\"true\">&#xd7;</span> </button> </div> <div class=\"modal-body p-0 popup-has-button\"> <a href=\"https://www.cityexperiences.com/holiday/\" class=\"winterHoilidayGAPopup2025-popup-cta\" data-source=\"popup\"><img src=\"https://assets.cityexperiences.com/wp-content/uploads/20...",
    "<div class=\"modal-content\"> <div class=\"modal-header p-0 position-relative\" style=\"border: none;z-index: 2;\"> <button type=\"button\" class=\"close\" data-dismiss=\"modal\" aria-label=\"Close\"> <span aria-hidden=\"true\">&#xd7;</span> </button> </div> <div class=\"modal-body p-0 popup-has-button\"> <a href=\"https://www.cityexperiences.com/holiday/\" class=\"winterHoilidayGAPopup2025-popup-cta\" data-source=\"popup\"><img src=\"https://assets.cityexperiences.com/wp-content/uploads/2025/12/HORN-010-18_Winter_DI...",
    "<div class=\"modal-header p-0 position-relative\" style=\"border: none;z-index: 2;\"> <button type=\"button\" class=\"close\" data-dismiss=\"modal\" aria-label=\"Close\"> <span aria-hidden=\"true\">&#xd7;</span> </button> </div>",
    "<div class=\"modal-body p-0 popup-has-button\"> <a href=\"https://www.cityexperiences.com/holiday/\" class=\"winterHoilidayGAPopup2025-popup-cta\" data-source=\"popup\"><img src=\"https://assets.cityexperiences.com/wp-content/uploads/2025/12/HORN-010-18_Winter_DIGITAL_PopUpBanner_V3-1.png\"></a> </div>",
    "<a href=\"https://www.cityexperiences.com/holiday/\" class=\"winterHoilidayGAPopup2025-popup-cta\" data-source=\"popup\"><img src=\"https://assets.cityexperiences.com/wp-content/uploads/2025/12/HORN-010-18_Winter_DIGITAL_PopUpBanner_V3-1.png\"></a>",
    "<div class=\"modal\" tabindex=\"-1\" id=\"cyberSalePopup2025\" aria-modal=\"true\" role=\"dialog\" data-popup-start=\"11/28/25\" data-popup-end=\"12/03/25\"> <div class=\"modal-dialog\"> <div class=\"modal-content\"> <div class=\"modal-header p-0 position-relative\" style=\"border: none;z-index: 2;\"> <button type=\"button\" class=\"close\" data-dismiss=\"modal\" aria-label=\"Close\"> <span aria-hidden=\"true\">&#xd7;</span> </button> </div> <div class=\"modal-body p-0 popup-has-button\"> <a href=\"https://www.cityexperiences....",
    "<div class=\"modal-dialog\"> <div class=\"modal-content\"> <div class=\"modal-header p-0 position-relative\" style=\"border: none;z-index: 2;\"> <button type=\"button\" class=\"close\" data-dismiss=\"modal\" aria-label=\"Close\"> <span aria-hidden=\"true\">&#xd7;</span> </button> </div> <div class=\"modal-body p-0 popup-has-button\"> <a href=\"https://www.cityexperiences.com/holiday/?categoryTheme=Dining+Cruises\" class=\"cyberSalePopup2025-popup-cta\" data-source=\"popup\"><img src=\"https://assets.cityexperiences.com...",
    "<div class=\"modal-content\"> <div class=\"modal-header p-0 position-relative\" style=\"border: none;z-index: 2;\"> <button type=\"button\" class=\"close\" data-dismiss=\"modal\" aria-label=\"Close\"> <span aria-hidden=\"true\">&#xd7;</span> </button> </div> <div class=\"modal-body p-0 popup-has-button\"> <a href=\"https://www.cityexperiences.com/holiday/?categoryTheme=Dining+Cruises\" class=\"cyberSalePopup2025-popup-cta\" data-source=\"popup\"><img src=\"https://assets.cityexperiences.com/wp-content/uploads/2025/11...",
    "<div class=\"modal-header p-0 position-relative\" style=\"border: none;z-index: 2;\"> <button type=\"button\" class=\"close\" data-dismiss=\"modal\" aria-label=\"Close\"> <span aria-hidden=\"true\">&#xd7;</span> </button> </div>",
    "<div class=\"modal-body p-0 popup-has-button\"> <a href=\"https://www.cityexperiences.com/holiday/?categoryTheme=Dining+Cruises\" class=\"cyberSalePopup2025-popup-cta\" data-source=\"popup\"><img src=\"https://assets.cityexperiences.com/wp-content/uploads/2025/11/HORN-010-14_Holiday_PopUp_600x600_CYBER_V5_with_CTA.png\"></a> </div>",
    "<a href=\"https://www.cityexperiences.com/holiday/?categoryTheme=Dining+Cruises\" class=\"cyberSalePopup2025-popup-cta\" data-source=\"popup\"><img src=\"https://assets.cityexperiences.com/wp-content/uploads/2025/11/HORN-010-14_Holiday_PopUp_600x600_CYBER_V5_with_CTA.png\"></a>",
    "<div class=\"modal\" tabindex=\"-1\" id=\"thanksgivingGAPopup2025\" aria-modal=\"true\" role=\"dialog\" data-popup-start=\"11/17/25\" data-popup-end=\"11/28/25\"> <div class=\"modal-dialog\"> <div class=\"modal-content\"> <div class=\"modal-header p-0 position-relative\" style=\"border: none;z-index: 2;\"> <button type=\"button\" class=\"close\" data-dismiss=\"modal\" aria-label=\"Close\"> <span aria-hidden=\"true\">&#xd7;</span> </button> </div> <div class=\"modal-body p-0 popup-has-button\"> <a href=\"https://www.cityexperie...",
    "<div class=\"modal-dialog\"> <div class=\"modal-content\"> <div class=\"modal-header p-0 position-relative\" style=\"border: none;z-index: 2;\"> <button type=\"button\" class=\"close\" data-dismiss=\"modal\" aria-label=\"Close\"> <span aria-hidden=\"true\">&#xd7;</span> </button> </div> <div class=\"modal-body p-0 popup-has-button\"> <a href=\"https://www.cityexperiences.com/holiday/?query=Thanksgiving&amp;categoryTheme=Holiday+%26+Festive+Cruises\" class=\"thanksgivingGAPopup2025-popup-cta\" data-source=\"popup\"><im...",
    "<div class=\"modal-content\"> <div class=\"modal-header p-0 position-relative\" style=\"border: none;z-index: 2;\"> <button type=\"button\" class=\"close\" data-dismiss=\"modal\" aria-label=\"Close\"> <span aria-hidden=\"true\">&#xd7;</span> </button> </div> <div class=\"modal-body p-0 popup-has-button\"> <a href=\"https://www.cityexperiences.com/holiday/?query=Thanksgiving&amp;categoryTheme=Holiday+%26+Festive+Cruises\" class=\"thanksgivingGAPopup2025-popup-cta\" data-source=\"popup\"><img src=\"https://assets.citye...",
    "<div class=\"modal-header p-0 position-relative\" style=\"border: none;z-index: 2;\"> <button type=\"button\" class=\"close\" data-dismiss=\"modal\" aria-label=\"Close\"> <span aria-hidden=\"true\">&#xd7;</span> </button> </div>",
    "<div class=\"modal-body p-0 popup-has-button\"> <a href=\"https://www.cityexperiences.com/holiday/?query=Thanksgiving&amp;categoryTheme=Holiday+%26+Festive+Cruises\" class=\"thanksgivingGAPopup2025-popup-cta\" data-source=\"popup\"><img src=\"https://assets.cityexperiences.com/wp-content/uploads/2025/11/Thanksgiving_DIGITAL_WebPopUp_V1.png\"></a> </div>",
    "<a href=\"https://www.cityexperiences.com/holiday/?query=Thanksgiving&amp;categoryTheme=Holiday+%26+Festive+Cruises\" class=\"thanksgivingGAPopup2025-popup-cta\" data-source=\"popup\"><img src=\"https://assets.cityexperiences.com/wp-content/uploads/2025/11/Thanksgiving_DIGITAL_WebPopUp_V1.png\"></a>",
    "<div class=\"modal hbg-custom-block hbchdzkpyyrkp9z8fue mobile-search-modal fade\" id=\"mobile-search-modal\" tabindex=\"-1\" role=\"dialog\" aria-labelledby=\"hbchdzkpyyrkp9z8fue_box\" style=\"display: none;\" aria-hidden=\"true\"> <div class=\"modal-dialog modal-dialog-centered \"> <div class=\"modal-content\" tabindex=\"0\"> <div class=\"modal-header\"> <div class=\"modal-title\"> <h3 class=\"title \">Find Your Experience</h3> </div> <button type=\"button\" class=\"close\" data-dismiss=\"modal\" aria-label=\"Close\"> <span...",
    "<div class=\"modal-dialog modal-dialog-centered \"> <div class=\"modal-content\" tabindex=\"0\"> <div class=\"modal-header\"> <div class=\"modal-title\"> <h3 class=\"title \">Find Your Experience</h3> </div> <button type=\"button\" class=\"close\" data-dismiss=\"modal\" aria-label=\"Close\"> <span aria-hidden=\"true\"><i class=\"fa fa-times\" aria-hidden=\"true\"></i></span> </button> </div> <div class=\"modal-body ng-binding\" ng-bind-html=\"modal.body\"> <div class=\"module-wrapper \"> <div class=\"module-inner-wrapper \">...",
    "<div class=\"modal-content\" tabindex=\"0\"> <div class=\"modal-header\"> <div class=\"modal-title\"> <h3 class=\"title \">Find Your Experience</h3> </div> <button type=\"button\" class=\"close\" data-dismiss=\"modal\" aria-label=\"Close\"> <span aria-hidden=\"true\"><i class=\"fa fa-times\" aria-hidden=\"true\"></i></span> </button> </div> <div class=\"modal-body ng-binding\" ng-bind-html=\"modal.body\"> <div class=\"module-wrapper \"> <div class=\"module-inner-wrapper \"> <div class=\"hb-sdk-place-holder \" id=\"hbSDKFleetLi...",
    "<div class=\"modal-header\"> <div class=\"modal-title\"> <h3 class=\"title \">Find Your Experience</h3> </div> <button type=\"button\" class=\"close\" data-dismiss=\"modal\" aria-label=\"Close\"> <span aria-hidden=\"true\"><i class=\"fa fa-times\" aria-hidden=\"true\"></i></span> </button> </div>",
    "<div class=\"modal-title\"> <h3 class=\"title \">Find Your Experience</h3> </div>",
    "<div class=\"modal-body ng-binding\" ng-bind-html=\"modal.body\"> <div class=\"module-wrapper \"> <div class=\"module-inner-wrapper \"> <div class=\"hb-sdk-place-holder \" id=\"hbSDKFleetList\"> <div class=\"content \"> <div class=\"activate-searchxp \"> <ul class=\"list-unstyled actual-searchxp\"> <li class=\"searchxpword\"> <!--<input type=\"text\" id=\"searchxpword-mobile\" name=\"searchxpword\" placeholder=\"Search Experiences\" /> <div class=\"mobile-search-suggestion-wrapper\"> <div class=\"mobile-previous-keywords-w...",
    "<div class=\"modal hbg-custom-block hbchdzkpyyrkp9z8fue mobile-search-modal \" id=\"mobile-account-modal\" tabindex=\"-1\" role=\"dialog\" aria-labelledby=\"hbchdzkpyyrkp9z8fue_box\" style=\"display: none;\" aria-hidden=\"true\"> <div class=\"modal-dialog modal-dialog-centered \"> <div class=\"modal-content\"> <div class=\"modal-header\"> <div class=\"modal-title\"> <h3 class=\"title \">Account</h3> </div> <button type=\"button\" class=\"close\" data-dismiss=\"modal\" aria-label=\"Close\"> <span aria-hidden=\"true\"><i class=...",
    "<div class=\"modal-dialog modal-dialog-centered \"> <div class=\"modal-content\"> <div class=\"modal-header\"> <div class=\"modal-title\"> <h3 class=\"title \">Account</h3> </div> <button type=\"button\" class=\"close\" data-dismiss=\"modal\" aria-label=\"Close\"> <span aria-hidden=\"true\"><i class=\"fa fa-times\" aria-hidden=\"true\"></i></span> </button> </div> <div class=\"modal-body ng-binding\" ng-bind-html=\"modal.body\"> <div class=\"module-wrapper \"> <div class=\"module-inner-wrapper \"> <div class=\"show-login-log...",
    "<div class=\"modal-content\"> <div class=\"modal-header\"> <div class=\"modal-title\"> <h3 class=\"title \">Account</h3> </div> <button type=\"button\" class=\"close\" data-dismiss=\"modal\" aria-label=\"Close\"> <span aria-hidden=\"true\"><i class=\"fa fa-times\" aria-hidden=\"true\"></i></span> </button> </div> <div class=\"modal-body ng-binding\" ng-bind-html=\"modal.body\"> <div class=\"module-wrapper \"> <div class=\"module-inner-wrapper \"> <div class=\"show-login-logged-section\"> <div class=\"show-login-section \"> <d...",
    "<div class=\"modal-header\"> <div class=\"modal-title\"> <h3 class=\"title \">Account</h3> </div> <button type=\"button\" class=\"close\" data-dismiss=\"modal\" aria-label=\"Close\"> <span aria-hidden=\"true\"><i class=\"fa fa-times\" aria-hidden=\"true\"></i></span> </button> </div>",
    "<div class=\"modal-title\"> <h3 class=\"title \">Account</h3> </div>",
    "<div class=\"modal-body ng-binding\" ng-bind-html=\"modal.body\"> <div class=\"module-wrapper \"> <div class=\"module-inner-wrapper \"> <div class=\"show-login-logged-section\"> <div class=\"show-login-section \"> <div class=\"show-login-section-inner\" id=\"navSdkLoginMobile\"></div> </div> <div class=\"show-logged-section hide\"> <div class=\"show-logged-section-inner\"> <ul class=\"logged-user-menu\"> <li><a href=\"https://www.cityexperiences.com/my-account/\"><i class=\"fas fa-home\" aria-hidden=\"true\"></i><span>H...",
    "<div class=\"modal\" tabindex=\"-1\" id=\"flipbook_modal\" aria-modal=\"true\" role=\"dialog\"> <div class=\"modal-dialog\"> <div class=\"modal-content\"> <div class=\"modal-header p-0 position-relative\"> <button type=\"button\" class=\"close\" data-dismiss=\"modal\" aria-label=\"Close\" onclick=\"return jQuery(&apos;#flipbook_modal&apos;).modal(&apos;close&apos;)\"> <span aria-hidden=\"true\">&#xd7;</span> </button> </div> <div class=\"modal-body p-0\"> </div> </div> </div> </div>",
    "<div class=\"modal-dialog\"> <div class=\"modal-content\"> <div class=\"modal-header p-0 position-relative\"> <button type=\"button\" class=\"close\" data-dismiss=\"modal\" aria-label=\"Close\" onclick=\"return jQuery(&apos;#flipbook_modal&apos;).modal(&apos;close&apos;)\"> <span aria-hidden=\"true\">&#xd7;</span> </button> </div> <div class=\"modal-body p-0\"> </div> </div> </div>",
    "<div class=\"modal-content\"> <div class=\"modal-header p-0 position-relative\"> <button type=\"button\" class=\"close\" data-dismiss=\"modal\" aria-label=\"Close\" onclick=\"return jQuery(&apos;#flipbook_modal&apos;).modal(&apos;close&apos;)\"> <span aria-hidden=\"true\">&#xd7;</span> </button> </div> <div class=\"modal-body p-0\"> </div> </div>",
    "<div class=\"modal-header p-0 position-relative\"> <button type=\"button\" class=\"close\" data-dismiss=\"modal\" aria-label=\"Close\" onclick=\"return jQuery(&apos;#flipbook_modal&apos;).modal(&apos;close&apos;)\"> <span aria-hidden=\"true\">&#xd7;</span> </button> </div>",
    "<div class=\"modal-body p-0\"> </div>",
    "<div role=\"dialog\" aria-label=\"Privacy\"><div class=\"ot-sdk-container\"><div class=\"ot-sdk-row\"><div id=\"onetrust-group-container\" class=\"ot-sdk-eight ot-sdk-columns\"><div class=\"banner_logo\"></div><div id=\"onetrust-policy\"><div id=\"onetrust-policy-text\">This website stores data such as cookies to enable site functionality, as well as marketing, personalization, and analytics. By remaining on this website and/or continuing to browse this website, you indicate your consent. <a class=\"ot-cookie-p...",
    "<div role=\"dialog\" aria-modal=\"true\" style=\"height: 100%;\" aria-label=\"Privacy Preference Center\"><!-- Close Button --><div class=\"ot-pc-header\"><!-- Logo Tag --><div class=\"ot-pc-logo\" role=\"img\" aria-label=\"city experiences\"><img alt=\"city experiences\" src=\"https://cdn.cookielaw.org/logos/ece87140-0836-4acd-b5a9-d2c18e238fdd/3839ae04-e5ad-445f-9ac2-75f2ba3560ef/f0b315b7-18a0-4005-bcc0-a906e23f6d1e/CE-Logo-RGB-Stacked-FullColor.png\"></div><button id=\"close-pc-btn-handler\" class=\"ot-close-ico...",
    "<section id=\"ot-fltr-modal\"><div id=\"ot-fltr-cnt\"><button id=\"clear-filters-handler\">Clear</button><div class=\"ot-fltr-scrlcnt ot-pc-scrollbar\"><div class=\"ot-fltr-opts\"><div class=\"ot-fltr-opt\"><div class=\"ot-chkbox\"><input id=\"chkbox-id\" type=\"checkbox\" class=\"category-filter-handler\"> <label for=\"chkbox-id\"><span class=\"ot-label-txt\">checkbox label</span></label> <span class=\"ot-label-status\">label</span></div></div></div><div class=\"ot-fltr-btns\"><button id=\"filter-apply-handler\">Apply</b..."
  ],
  "score": 70,
  "weight": 10
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

GEO: Explanatory content depth

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

2 Warning

Needs attention

GEO: Explanatory content depth

Warning
01

Issue

8 explanatory paragraph(s) could be stronger for citation or AI extraction.

Details

02

Why it matters

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

Check name

GEO: Explanatory content depth

Score

75/100

Status

warning

Category

GEO, AIO & AEO

Maturity

Emerging recommendation

Goal

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

Result

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

Evidence
{
  "candidatePassages": 8,
  "citablePassages": 0,
  "failingCandidateParagraphs": [
    {
      "index": 12,
      "heading": "H4: Popular Cities",
      "text": "Things to do in Berkeley | Things to do in Long Beach | Things to do in Marina del Rey | Things to do in Newport Beach | Things to do in Sacramento | Things to do in San Diego | Things to do in San Francisco | Things to do in Alexandria | Things to do in Washington DC | Things to do in Baltimore | Things to do in Philadelphia | Things to do in Boston | Things to do in Norfolk | Things to do in Chicago | Things to...",
      "words": 145,
      "hasEvidence": false,
      "reasons": [
        "Missing a named source, statistic, date, percentage, report, or other evidence signal."
      ],
      "html": "<p><a class=\"Hyperlink SCXW166761178 BCX0\" href=\"https://www.cityexperiences.com/berkeley/\" target=\"_blank\" rel=\"noreferrer noopener\"><span class=\"TextRun Underlined SCXW166761178 BCX0\" lang=\"EN-US\" xml:lang=\"EN-US\" data-contrast=\"none\"><span class=\"NormalTextRun SCXW166761178 BCX0\" data-ccp-charstyle=\"Hyperlink\">Things to do in Berkeley</span></span></a><span class=\"TextRun SCXW166761178 BCX0\" lang=\"EN-US\" xml:lang=\"EN-US\" data-contrast=\"auto\"><span class=\"NormalTextRun SCXW166761178 BCX0\">..."
    },
    {
      "index": 13,
      "heading": "H4: Popular Attractions",
      "text": "Statue of Liberty Tours | Niagara Falls Tours | Alcatraz Tours | Walking Tours | Food Tours | Rome in a Day | Paris in a Day | London Experience | Best of Athens | Barcelona Tours | Codzilla Speed Boat | San Francisco Downtown Experience | NYC Downtown Sightseeing | DC Monuments Tours",
      "words": 41,
      "hasEvidence": false,
      "reasons": [
        "Too short for a citation-ready passage (41 words; target 80-220).",
        "Missing a named source, statistic, date, percentage, report, or other evidence signal."
      ],
      "html": "<p><a class=\"Hyperlink SCXW59292600 BCX0\" href=\"https://www.cityexperiences.com/new-york/city-cruises/statue/statue-liberty-and-ellis-island-tickets/\" target=\"_blank\" rel=\"noreferrer noopener\"><span class=\"TextRun Underlined SCXW59292600 BCX0\" lang=\"EN-US\" xml:lang=\"EN-US\" data-contrast=\"none\"><span class=\"NormalTextRun SCXW59292600 BCX0\" data-ccp-charstyle=\"Hyperlink\">Statue of Liberty Tours</span></span></a><span class=\"TextRun SCXW59292600 BCX0\" lang=\"EN-US\" xml:lang=\"EN-US\" data-contrast=..."
    },
    {
      "index": 14,
      "heading": "H4: Popular Cruises",
      "text": "NYC Cruises | Boston Cruises | Chicago Cruises | London Cruises | San Francisco Cruises | San Diego Cruises | Philadelphia Cruises | Baltimore Cruises | Toronto Cruises | Washington DC Cruises | Newport Beach Cruises | Marina del Rey Cruises | Sacramento Cruises | Long Beach Cruises | Private Event Cruises | Wedding Cruises | Corporate Cruises | Boston Whale Watching | San Diego Whale Watching | Dining Cruises",
      "words": 51,
      "hasEvidence": false,
      "reasons": [
        "Too short for a citation-ready passage (51 words; target 80-220).",
        "Missing a named source, statistic, date, percentage, report, or other evidence signal."
      ],
      "html": "<p><a class=\"Hyperlink SCXW112455067 BCX0\" href=\"https://www.cityexperiences.com/new-york/city-cruises/\" target=\"_blank\" rel=\"noreferrer noopener\"><span class=\"TextRun Underlined SCXW112455067 BCX0\" lang=\"EN-US\" xml:lang=\"EN-US\" data-contrast=\"none\"><span class=\"NormalTextRun SCXW112455067 BCX0\" data-ccp-charstyle=\"Hyperlink\">NYC Cruises</span></span></a><span class=\"TextRun SCXW112455067 BCX0\" lang=\"EN-US\" xml:lang=\"EN-US\" data-contrast=\"auto\"><span class=\"NormalTextRun SCXW112455067 BCX0\">..."
    },
    {
      "index": 16,
      "heading": "H4: Strictly Necessary Cookies",
      "text": "These cookies are necessary for the website to function and cannot be switched off in our systems. They are usually only set in response to actions made by you which amount to a request for services, such as setting your privacy preferences, logging in or filling in forms. You can set your browser to block or alert you about these cookies, but some parts of the site will not then work. These cookies do not store a...",
      "words": 80,
      "hasEvidence": false,
      "reasons": [
        "Missing a named source, statistic, date, percentage, report, or other evidence signal."
      ],
      "html": "<p class=\"ot-acc-grpdesc ot-category-desc\" id=\"ot-desc-id-C0001\">These cookies are necessary for the website to function and cannot be switched off in our systems. They are usually only set in response to actions made by you which amount to a request for services, such as setting your privacy preferences, logging in or filling in forms. You can set your browser to block or alert you about these cookies, but some parts of the site will not then work. These cookies do not store any personally i..."
    },
    {
      "index": 17,
      "heading": "H4: Functional Cookies",
      "text": "These cookies enable the website to provide enhanced functionality and personalisation. They may be set by us or by third party providers whose services we have added to our pages. If you do not allow these cookies then some or all of these services may not function properly.",
      "words": 48,
      "hasEvidence": false,
      "reasons": [
        "Too short for a citation-ready passage (48 words; target 80-220).",
        "Missing a named source, statistic, date, percentage, report, or other evidence signal."
      ],
      "html": "<p class=\"ot-acc-grpdesc ot-category-desc\" id=\"ot-desc-id-C0003\">These cookies enable the website to provide enhanced functionality and personalisation. They may be set by us or by third party providers whose services we have added to our pages. If you do not allow these cookies then some or all of these services may not function properly.</p>"
    },
    {
      "index": 18,
      "heading": "H4: Performance Cookies",
      "text": "These cookies allow us to count visits and traffic sources so we can measure and improve the performance of our site. They help us to know which pages are the most and least popular and see how visitors move around the site. All information these cookies collect is aggregated and therefore anonymous. If you do not allow these cookies we will not know when you have visited our site, and will not be able to monitor...",
      "words": 78,
      "hasEvidence": false,
      "reasons": [
        "Too short for a citation-ready passage (78 words; target 80-220).",
        "Missing a named source, statistic, date, percentage, report, or other evidence signal."
      ],
      "html": "<p class=\"ot-acc-grpdesc ot-category-desc\" id=\"ot-desc-id-C0002\">These cookies allow us to count visits and traffic sources so we can measure and improve the performance of our site. They help us to know which pages are the most and least popular and see how visitors move around the site. All information these cookies collect is aggregated and therefore anonymous. If you do not allow these cookies we will not know when you have visited our site, and will not be able to monitor its performance..."
    },
    {
      "index": 19,
      "heading": "H4: Targeting Cookies",
      "text": "These cookies may be set through our site by our advertising partners. They may be used by those companies to build a profile of your interests and show you relevant adverts on other sites. They do not store directly personal information, but are based on uniquely identifying your browser and internet device. If you do not allow these cookies, you will experience less targeted advertising.",
      "words": 65,
      "hasEvidence": false,
      "reasons": [
        "Too short for a citation-ready passage (65 words; target 80-220).",
        "Missing a named source, statistic, date, percentage, report, or other evidence signal."
      ],
      "html": "<p class=\"ot-acc-grpdesc ot-category-desc\" id=\"ot-desc-id-C0004\">These cookies may be set through our site by our advertising partners. They may be used by those companies to build a profile of your interests and show you relevant adverts on other sites. They do not store directly personal information, but are based on uniquely identifying your browser and internet device. If you do not allow these cookies, you will experience less targeted advertising.</p>"
    },
    {
      "index": 20,
      "heading": "H4: Social Media Cookies",
      "text": "These cookies are set by a range of social media services that we have added to the site to enable you to share our content with your friends and networks. They are capable of tracking your browser across other sites and building up a profile of your interests. This may impact the content and messages you see on other websites you visit. If you do not allow these cookies you may not be able to use or see these sha...",
      "words": 81,
      "hasEvidence": false,
      "reasons": [
        "Missing a named source, statistic, date, percentage, report, or other evidence signal."
      ],
      "html": "<p class=\"ot-acc-grpdesc ot-category-desc\" id=\"ot-desc-id-C0005\">These cookies are set by a range of social media services that we have added to the site to enable you to share our content with your friends and networks. They are capable of tracking your browser across other sites and building up a profile of your interests. This may impact the content and messages you see on other websites you visit. If you do not allow these cookies you may not be able to use or see these sharing tools.</p>"
    }
  ],
  "citableParagraphs": [],
  "score": 75,
  "weight": 18
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

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

27 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": 28,
  "passing": 1,
  "failing": [
    {
      "heading": "Choose from City Cruises, Walking Tours & City Adventures",
      "headingHtml": "<h2 class=\"homepage-hero-subtitle text-center\">Choose from City Cruises, Walking Tours &amp; City Adventures</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Explore By Land Or Sea",
      "headingHtml": "<h2 class=\"title \">Explore By Land Or Sea</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Explore Our Top Experiences",
      "headingHtml": "<h2 class=\"title \">Explore Our Top Experiences</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Statue of Liberty General Admission (New York City)",
      "headingHtml": "<h3 class=\"item-title-class \"> Statue of Liberty General Admission (New York City) </h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Alcatraz Day Tour",
      "headingHtml": "<h3 class=\"item-title-class \"> Alcatraz Day Tour </h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Niagara Falls Voyage to the Falls Boat Tour",
      "headingHtml": "<h3 class=\"item-title-class \"> Niagara Falls Voyage to the Falls Boat Tour </h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "San Diego Whale & Dolphin Watching Adventure",
      "headingHtml": "<h3 class=\"item-title-class \"> San Diego Whale &amp; Dolphin Watching Adventure </h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "New York Bateaux Premier Plus Dinner Cruise",
      "headingHtml": "<h3 class=\"item-title-class \"> New York Bateaux Premier Plus Dinner Cruise </h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "London 24h Hop-On Hop-Off River Pass",
      "headingHtml": "<h3 class=\"item-title-class \"> London 24h Hop-On Hop-Off River Pass </h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Bottomless Mimosa Architectural Brunch Cruise on the Chicago River",
      "headingHtml": "<h3 class=\"item-title-class \"> Bottomless Mimosa Architectural Brunch Cruise on the Chicago River </h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Best of Florence Walking Tour With David & The Duomo",
      "headingHtml": "<h3 class=\"item-title-class \"> Best of Florence Walking Tour With David &amp; The Duomo </h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Madrid Ultimate Spanish Cuisine Tour",
      "headingHtml": "<h3 class=\"item-title-class \"> Madrid Ultimate Spanish Cuisine Tour </h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Explore A Few Of Our Top Destinations",
      "headingHtml": "<h2 class=\"title mb-4\">Explore A Few Of Our Top Destinations</h2>",
      "firstParagraph": "Get ready for iconic, one-of-a-kind, experiences.",
      "paragraphHtml": "<p style=\"text-align: center;\">Get ready for iconic, one-of-a-kind, experiences.</p>",
      "words": 6,
      "direct": false,
      "issue": "First paragraph is 6 words and does not look like a concise direct answer."
    },
    {
      "heading": "Flexible Booking",
      "headingHtml": "<h3 class=\"item-title-class text-center \"> Flexible Booking </h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Unforgettable Experiences",
      "headingHtml": "<h3 class=\"item-title-class text-center \"> Unforgettable Experiences </h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Expert Crew & Tour Guides",
      "headingHtml": "<h3 class=\"item-title-class text-center \"> Expert Crew &amp; Tour Guides </h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Flexible Booking",
      "headingHtml": "<h3 class=\"item-title-class text-center \"> Flexible Booking </h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Unforgettable Experiences",
      "headingHtml": "<h3 class=\"item-title-class text-center \"> Unforgettable Experiences </h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Expert Crew & Tour Guides",
      "headingHtml": "<h3 class=\"item-title-class text-center \"> Expert Crew &amp; Tour Guides </h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Flexible Booking",
      "headingHtml": "<h3 class=\"item-title-class text-center \"> Flexible Booking </h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Top Destinations",
      "headingHtml": "<h2 class=\"text-dark\">Top Destinations</h2>",
      "firstParagraph": "Things to do in Berkeley | Things to do in Long Beach | Things to do in Marina del Rey | Things to do in Newport Beach | Things to do in Sacramento | Things to do in San Diego | Things to do in San Francisco | Things to do in Alexandria | Things to do in Washington DC | Things to do in Baltimore | Things to do in Ph...",
      "paragraphHtml": "<p><a class=\"Hyperlink SCXW166761178 BCX0\" href=\"https://www.cityexperiences.com/berkeley/\" target=\"_blank\" rel=\"noreferrer noopener\"><span class=\"TextRun Underlined SCXW166761178 BCX0\" lang=\"EN-US\" xml:lang=\"EN-US\" data-contrast=\"none\"><span class=\"NormalTextRun SCXW166761178 BCX0\" data-ccp-charstyle=\"Hyperlink\">Things to do in Berkeley</span></span></a><span class=\"TextRun SCXW166761178 BCX0\" lang=\"EN-US\" xml:lang=\"EN-US\" data-contrast=\"auto\"><span class=\"NormalTextRun SCXW166761178 BCX0\">...",
      "words": 145,
      "direct": false,
      "issue": "First paragraph is 145 words and does not look like a concise direct answer."
    },
    {
      "heading": "Shopping Cart",
      "headingHtml": "<h2 class=\"title\">Shopping Cart</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Explore City Experiences on Social Media",
      "headingHtml": "<h3 class=\"text-white\">Explore City Experiences on Social Media</h3>",
      "firstParagraph": "4901 Vineland Rd., Ste. 200, Orlando, FL 32811",
      "paragraphHtml": "<p> 4901 Vineland Rd., Ste. 200, Orlando, FL 32811 </p>",
      "words": 8,
      "direct": false,
      "issue": "First paragraph is 8 words and does not look like a concise direct answer."
    },
    {
      "heading": "Find Your Experience",
      "headingHtml": "<h3 class=\"title \">Find Your Experience</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Account",
      "headingHtml": "<h3 class=\"title \">Account</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Privacy Preference Center",
      "headingHtml": "<h2 id=\"ot-pc-title\">Privacy Preference Center</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Cookie List",
      "headingHtml": "<h3>Cookie List</h3>",
      "firstParagraph": "",
      "paragraphHtml": "<p role=\"status\" class=\"ot-scrn-rdr\"></p>",
      "words": 0,
      "direct": false,
      "issue": "First paragraph is 0 words and does not look like a concise direct answer."
    }
  ],
  "score": 65,
  "weight": 8
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

GEO: Extraction-friendly structure

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

2 Warning

Needs attention

GEO: Extraction-friendly structure

Warning
01

Issue

Missing extraction signals: optional top summary / TL;DR / key takeaways block, table with <thead> only if the page already has tabular/comparative data, ordered list only if the page explains a workflow/process.

Details

02

Why it matters

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

Check name

GEO: Extraction-friendly structure

Score

85/100

Status

warning

Category

GEO, AIO & AEO

Maturity

Emerging recommendation

Goal

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

Result

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

Evidence
{
  "hasSummary": false,
  "tableCount": 0,
  "tablesWithHead": 0,
  "tablesMissingThead": [],
  "orderedLists": 0,
  "hasFaq": true,
  "definitionPatterns": 10,
  "schemaBlocks": 1,
  "missingSignals": [
    "optional top summary / TL;DR / key takeaways block",
    "table with <thead> only if the page already has tabular/comparative data",
    "ordered list only if the page explains a workflow/process"
  ],
  "score": 85,
  "weight": 24
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

AEO: Entity and definition clarity

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

2 Warning

Needs attention

AEO: Entity and definition clarity

Warning
01

Issue

Entity or definition gaps: city, experiences, iconic, top, cities, homepage.

Details

02

Why it matters

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

Check name

AEO: Entity and definition clarity

Score

75/100

Status

warning

Category

GEO, AIO & AEO

Maturity

Emerging recommendation

Goal

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

Result

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

Evidence
{
  "title": "City Experiences – Iconic Experiences in Top Cities",
  "h1": "Homepage",
  "description": "We provide bucket list tours such as dining and sightseeing cruises, walking tours, food tours, ferries to national parks, and more. Book your tour today.",
  "topicOverlap": 0,
  "definitionCount": 10,
  "topicTerms": [
    "city",
    "experiences",
    "iconic",
    "top",
    "cities",
    "homepage"
  ],
  "descriptionTerms": [
    "provide",
    "bucket",
    "list",
    "tours",
    "such",
    "dining",
    "sightseeing",
    "cruises",
    "walking",
    "food",
    "ferries",
    "national",
    "parks",
    "more",
    "book",
    "tour",
    "today"
  ],
  "missingFromDescription": [
    "city",
    "experiences",
    "iconic",
    "top",
    "cities",
    "homepage"
  ],
  "score": 75,
  "weight": 18
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

AEO: Answer intent coverage

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

1 Warning

Needs attention

AEO: Answer intent coverage

Warning
01

Issue

Missing likely AI Overview intent sections: what, how, 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": "Choose from City Cruises, Walking Tours & City Adventures",
      "html": "<h2 class=\"homepage-hero-subtitle text-center\">Choose from City Cruises, Walking Tours &amp; City Adventures</h2>"
    },
    {
      "text": "Explore By Land Or Sea",
      "html": "<h2 class=\"title \">Explore By Land Or Sea</h2>"
    },
    {
      "text": "Explore Our Top Experiences",
      "html": "<h2 class=\"title \">Explore Our Top Experiences</h2>"
    },
    {
      "text": "Explore A Few Of Our Top Destinations",
      "html": "<h2 class=\"title mb-4\">Explore A Few Of Our Top Destinations</h2>"
    },
    {
      "text": "Top Destinations",
      "html": "<h2 class=\"text-dark\">Top Destinations</h2>"
    },
    {
      "text": "Shopping Cart",
      "html": "<h2 class=\"title\">Shopping Cart</h2>"
    },
    {
      "text": "Privacy Preference Center",
      "html": "<h2 id=\"ot-pc-title\">Privacy Preference Center</h2>"
    }
  ],
  "expected": [
    {
      "id": "what",
      "label": "What is City Experiences – Iconic Experiences in Top...?",
      "pattern": {}
    },
    {
      "id": "how",
      "label": "How does City Experiences – Iconic Experiences in Top... work?",
      "pattern": {}
    },
    {
      "id": "benefits",
      "label": "Why use City Experiences – Iconic Experiences in Top...?",
      "pattern": {}
    },
    {
      "id": "cost",
      "label": "Is City Experiences – Iconic Experiences in Top... free or paid?",
      "pattern": {}
    },
    {
      "id": "compare",
      "label": "How does City Experiences – Iconic Experiences in Top... compare with alternatives?",
      "pattern": {}
    }
  ],
  "missing": [
    {
      "id": "what",
      "label": "What is City Experiences – Iconic Experiences in Top...?",
      "pattern": {}
    },
    {
      "id": "how",
      "label": "How does City Experiences – Iconic Experiences in Top... work?",
      "pattern": {}
    },
    {
      "id": "benefits",
      "label": "Why use City Experiences – Iconic Experiences in Top...?",
      "pattern": {}
    },
    {
      "id": "cost",
      "label": "Is City Experiences – Iconic Experiences in Top... free or paid?",
      "pattern": {}
    },
    {
      "id": "compare",
      "label": "How does City Experiences – Iconic Experiences in Top... compare with alternatives?",
      "pattern": {}
    }
  ],
  "score": 70,
  "weight": 8
}

Agent Ease of UseAPIEmerging recommendation

AI context endpoint

AI context endpoint is informational for this page.

Informational

Needs attention

AI context endpoint

Informational
01

Issue

AI context endpoint is informational for this page.

02

Why it matters

A context endpoint gives agents a small, low-latency summary of product purpose, safe actions, and canonical machine-readable resources without scraping the whole site.

Check name

AI context endpoint

Score

100/100

Status

informational

Category

API

Maturity

Emerging recommendation

Goal

Expose a compact API context endpoint agents can fetch before deciding which public API or discovery resource to use.

Result

AI context endpoint is informational for this page.

Validation steps

  1. Fetch to find resource

    AI context endpoint was not found at the expected path.

Evidence
{
  "steps": [
    {
      "id": "fetch",
      "title": "Fetch to find resource",
      "status": "informational",
      "evidence": {
        "checked": [
          {
            "path": "/api/ai/context",
            "statusCode": 404,
            "contentType": "text/html; charset=utf-8",
            "length": 1279
          },
          {
            "path": "/api/context",
            "statusCode": 404,
            "contentType": "text/html; charset=utf-8",
            "length": 1276
          },
          {
            "path": "/context",
            "statusCode": 404,
            "contentType": "text/html; charset=utf-8",
            "length": 1292
          }
        ]
      },
      "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, how, 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": "Choose from City Cruises, Walking Tours & City Adventures",
      "html": "<h2 class=\"homepage-hero-subtitle text-center\">Choose from City Cruises, Walking Tours &amp; City Adventures</h2>"
    },
    {
      "text": "Explore By Land Or Sea",
      "html": "<h2 class=\"title \">Explore By Land Or Sea</h2>"
    },
    {
      "text": "Explore Our Top Experiences",
      "html": "<h2 class=\"title \">Explore Our Top Experiences</h2>"
    },
    {
      "text": "Explore A Few Of Our Top Destinations",
      "html": "<h2 class=\"title mb-4\">Explore A Few Of Our Top Destinations</h2>"
    },
    {
      "text": "Top Destinations",
      "html": "<h2 class=\"text-dark\">Top Destinations</h2>"
    },
    {
      "text": "Shopping Cart",
      "html": "<h2 class=\"title\">Shopping Cart</h2>"
    },
    {
      "text": "Privacy Preference Center",
      "html": "<h2 id=\"ot-pc-title\">Privacy Preference Center</h2>"
    }
  ],
  "expected": [
    {
      "id": "what",
      "label": "What is City Experiences – Iconic Experiences in Top...?",
      "pattern": {}
    },
    {
      "id": "how",
      "label": "How does City Experiences – Iconic Experiences in Top... work?",
      "pattern": {}
    },
    {
      "id": "benefits",
      "label": "Why use City Experiences – Iconic Experiences in Top...?",
      "pattern": {}
    },
    {
      "id": "cost",
      "label": "Is City Experiences – Iconic Experiences in Top... free or paid?",
      "pattern": {}
    },
    {
      "id": "compare",
      "label": "How does City Experiences – Iconic Experiences in Top... compare with alternatives?",
      "pattern": {}
    }
  ],
  "missing": [
    {
      "id": "what",
      "label": "What is City Experiences – Iconic Experiences in Top...?",
      "pattern": {}
    },
    {
      "id": "how",
      "label": "How does City Experiences – Iconic Experiences in Top... work?",
      "pattern": {}
    },
    {
      "id": "benefits",
      "label": "Why use City Experiences – Iconic Experiences in Top...?",
      "pattern": {}
    },
    {
      "id": "cost",
      "label": "Is City Experiences – Iconic Experiences in Top... free or paid?",
      "pattern": {}
    },
    {
      "id": "compare",
      "label": "How does City Experiences – Iconic Experiences in Top... 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; charset=utf-8" is not Markdown or text/plain; missing registration instructions; missing /.well-known/oauth-protected-resource link; missing /.well-known/oauth-authorization-server link; missing supported identity type language; missing credential type language.

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; charset=utf-8" is not Markdown or text/plain; missing registration instructions; missing /.well-known/oauth-protected-resource link; missing /.well-known/oauth-authorization-server link; missing supported identity type language; missing credential type language.

  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; charset=utf-8",
        "length": 1281,
        "validation": {
          "valid": false,
          "issue": "auth.md response did not match the expected agent registration shape. Content-Type \"text/html; charset=utf-8\" is not Markdown or text/plain; missing registration instructions; missing /.well-known/oauth-protected-resource link; missing /.well-known/oauth-authorization-server link; missing supported identity type language; missing credential type language.",
          "compatibleContentType": false,
          "contentLength": 1254,
          "hasRegisterInstructions": false,
          "hasProtectedResourceLink": false,
          "hasAuthorizationServerLink": false,
          "mentionsIdentity": false,
          "mentionsCredential": false,
          "links": [
            "/title",
            "/head",
            "/h1",
            "/li",
            "/li",
            "/li",
            "/li",
            "/no2CSG6dTbSpoUiPfElXVlnm66uDVhcmmOnmvUoU5YMETBhyr4Hjs6/DX",
            "/li",
            "/ul"
          ],
          "rawExcerpt": "<html>\n<head><title>404 Not Found</title></head>\n<body>\n<h1>404 Not Found</h1>\n<ul>\n<li>Code: NoSuchKey</li>\n<li>Message: The specified key does not exist.</li>\n<li>Key: auth.md</li>\n<li>RequestId: 40X63GS4XCB4DNQ3</li>\n<li>HostId: UeBsCCj96UmBaNldpw1CPep2jqs+XCFutAYc9H/no2CSG6dTbSpoUiPfElXVlnm66uDVhcmmOnmvUoU5YMETBhyr4Hjs6/DX</li>\n</ul>\n<hr/>\n<script>(function(){function c(){var b=a.contentDocument||a.contentWindow.document;if(b){var d=b.createElement('script');d.innerHTML=\"window.__CF$cv$params={r:'a099d096a90457c8',t:'MTc4MTEwOTU5NA=='};var a=document.createElement('script');a.src='/cdn-cgi/challenge-platform/scripts/jsd/main.js';document.getElementsByTagName('head')[0].appendChild(a);\";b.getElementsByTagName('head')[0].appendChild(d)}}if(document.body){var a=document.createElement('ifr"
        }
      },
      "issue": "auth.md response did not match the expected agent registration shape. Content-Type \"text/html; charset=utf-8\" is not Markdown or text/plain; missing registration instructions; missing /.well-known/oauth-protected-resource link; missing /.well-known/oauth-authorization-server link; missing supported identity type language; missing credential type language.",
      "howToFix": "Serve /auth.md at the site root as Markdown with agent registration instructions and links to OAuth metadata."
    },
    {
      "id": "oauth-protected-resource",
      "title": "Publish protected resource metadata",
      "status": "fail",
      "evidence": {
        "path": "/.well-known/oauth-protected-resource",
        "ok": false,
        "statusCode": 404,
        "contentType": "text/html; charset=utf-8",
        "length": 382,
        "text": "<html>\n<head><title>404 Not Found</title></head>\n<body>\n<h1>404 Not Found</h1>\n<ul>\n<li>Code: NoSuchKey</li>\n<li>Message: The specified key does not exist.</li>\n<li>Key: .well-known/oauth-protected-resource/index.html</li>\n<li>RequestId: R7SG4NYK3892V7B8</li>\n<li>HostId: cNBltqLK4Bf+uoygj5CqWhfyQmJre9rk39AWWj1m7aMzXab6DbPnFztZnstjyIh5OXyosqSAr58=</li>\n</ul>\n<hr/>\n</body>\n</html>\n"
      },
      "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; charset=utf-8",
          "length": 384,
          "text": "<html>\n<head><title>404 Not Found</title></head>\n<body>\n<h1>404 Not Found</h1>\n<ul>\n<li>Code: NoSuchKey</li>\n<li>Message: The specified key does not exist.</li>\n<li>Key: .well-known/oauth-authorization-server/index.html</li>\n<li>RequestId: R7SHZEC6MC9A7KBY</li>\n<li>HostId: ni4wpAZ0bJjnyFDsKa63AlTsuyA6RQyKk9zROiSli6oSUYL6dEhOPCskx3K8trTtGREPuE3B7Ao=</li>\n</ul>\n<hr/>\n</body>\n</html>\n"
        }
      },
      "issue": "OAuth authorization server metadata could not be fetched.",
      "howToFix": "Add agent_auth to /.well-known/oauth-authorization-server with register_uri, supported identity types, credential types, and claim or revocation URLs where applicable."
    }
  ],
  "authApplicability": {
    "supportsAuth": true,
    "score": 3,
    "signals": [
      {
        "source": "link:href",
        "weight": 3,
        "match": "auth link"
      }
    ]
  },
  "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; charset=utf-8",
            "length": 398
          },
          {
            "path": "/.well-known/oauth-authorization-server",
            "statusCode": 404,
            "contentType": "text/html; charset=utf-8",
            "length": 384
          }
        ]
      },
      "issue": "OAuth / OIDC discovery was not found at the expected path.",
      "howToFix": "Publish valid OAuth/OIDC metadata only when the site actually supports OAuth/OIDC. Otherwise omit provider discovery and document any unauthenticated public APIs separately."
    }
  ],
  "authApplicability": {
    "supportsAuth": true,
    "score": 3,
    "signals": [
      {
        "source": "link:href",
        "weight": 3,
        "match": "auth link"
      }
    ]
  },
  "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; charset=utf-8"
      },
      "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": "<html>\n<head><title>404 Not Found</title></head>\n<body>\n<h1>404 Not Found</h1>\n<ul>\n<li>Code: NoSuchKey</li>\n<li>Message: The specified key does not exist.</li>\n<li>Key: .well-known/oauth-protected-resource/index.html</li>\n<li>RequestId: R7SG4NYK3892V7B8</li>\n<li>HostId: cNBltqLK4Bf+uoygj5CqWhfyQmJre9rk39AWWj1m7aMzXab6DbPnFztZnstjyIh5OXyosqSAr58=</li>\n</ul>\n<hr/>\n</body>\n</html>\n"
      },
      "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.cityexperiences.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.cityexperiences.com/.well-known/oauth-protected-resource",
            "metadataUrlMatches": true,
            "resourceMatchesRequestContext": true
          },
          {
            "path": "/api/admin/summary",
            "statusCode": 404,
            "wwwAuthenticate": {
              "valid": false,
              "present": false
            },
            "expectedMetadataUrl": "https://www.cityexperiences.com/.well-known/oauth-protected-resource",
            "metadataUrlMatches": true,
            "resourceMatchesRequestContext": true
          },
          {
            "path": "/api/scans",
            "statusCode": 404,
            "wwwAuthenticate": {
              "valid": false,
              "present": false
            },
            "expectedMetadataUrl": "https://www.cityexperiences.com/.well-known/oauth-protected-resource",
            "metadataUrlMatches": true,
            "resourceMatchesRequestContext": true
          }
        ]
      },
      "issue": "No protected route with a 401 Bearer challenge was detected; metadata alone does not prove a protected resource.",
      "howToFix": "When this site exposes bearer-protected APIs, return 401 with WWW-Authenticate: Bearer and link resource_metadata."
    }
  ],
  "authApplicability": {
    "supportsAuth": true,
    "score": 3,
    "signals": [
      {
        "source": "link:href",
        "weight": 3,
        "match": "auth link"
      }
    ]
  },
  "resourceFetchSucceeded": false
}

Performance and AccessibilityAccessibilityBrowser audit

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

100 Fail

Check name

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

Score

0/100

Status

fail

Device

desktop

Category

Accessibility

Fix guidance

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

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

SEOSEOBrowser audit

Image elements do not have `[alt]` attributes

50 Fail

Check name

Image elements do not have `[alt]` attributes

Score

0/100

Status

fail

Device

desktop

Category

SEO

Fix guidance

Informative elements should aim for short, descriptive alternate text. Decorative elements can be ignored with an empty alt attribute. [Learn more about the `alt` attribute](https://dequeuniversity.com/rules/axe/4.11/image-alt).

Evidence
{
  "description": "Informative elements should aim for short, descriptive alternate text. Decorative elements can be ignored with an empty alt attribute. [Learn more about the `alt` attribute](https://dequeuniversity.com/rules/axe/4.11/image-alt)."
}

SEOSEOBrowser audit

Links do not have descriptive text

50 Fail

Check name

Links do not have descriptive text

Score

0/100

Status

fail

Device

desktop

Category

SEO

Estimated savings

3 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": "3 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 large layout shifts

11 Fail

Check name

Avoid large layout shifts

Score

0/100

Status

fail

Device

desktop

Category

Performance

Estimated savings

11 layout shifts found

Fix guidance

These are the largest layout shifts observed on the page. Each table item represents a single layout shift, and shows the element that shifted the most. Below each item are possible root causes that led to the layout shift. Some of these layout shifts may not be included in the CLS metric value due to [windowing](https://web.dev/articles/cls#what_is_cls). [Learn how to improve CLS](https://web.dev/articles/optimize-cls)

Evidence
{
  "displayValue": "11 layout shifts found",
  "description": "These are the largest layout shifts observed on the page. Each table item represents a single layout shift, and shows the element that shifted the most. Below each item are possible root causes that led to the layout shift. Some of these layout shifts may not be included in the CLS metric value due to [windowing](https://web.dev/articles/cls#what_is_cls). [Learn how to improve CLS](https://web.dev/articles/optimize-cls)"
}

Performance and AccessibilityPerformanceBrowser audit

Improve image delivery

11 Fail

Check name

Improve image delivery

Score

0/100

Status

fail

Device

desktop

Category

Performance

Estimated savings

Est savings of 760 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 760 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)"
}

Performance and AccessibilityPerformanceBrowser audit

LCP request discovery

11 Fail

Check name

LCP request discovery

Score

0/100

Status

fail

Device

desktop

Category

Performance

Fix guidance

[Optimize LCP](https://developer.chrome.com/docs/performance/insights/lcp-discovery) by making the LCP image discoverable from the HTML immediately, and avoiding lazy-loading

Evidence
{
  "description": "[Optimize LCP](https://developer.chrome.com/docs/performance/insights/lcp-discovery) by making the LCP image discoverable from the HTML immediately, and avoiding lazy-loading"
}

Performance and AccessibilityPerformanceBrowser audit

Minify CSS

11 Fail

Check name

Minify CSS

Score

0/100

Status

fail

Device

desktop

Category

Performance

Estimated savings

Est savings of 23 KiB

Fix guidance

Minifying CSS files can reduce network payload sizes. [Learn how to minify CSS](https://developer.chrome.com/docs/lighthouse/performance/unminified-css/).

Evidence
{
  "displayValue": "Est savings of 23 KiB",
  "description": "Minifying CSS files can reduce network payload sizes. [Learn how to minify CSS](https://developer.chrome.com/docs/lighthouse/performance/unminified-css/).",
  "numericValue": 30
}

Performance and AccessibilityPerformanceBrowser audit

Reduce unused JavaScript

11 Fail

Check name

Reduce unused JavaScript

Score

0/100

Status

fail

Device

desktop

Category

Performance

Estimated savings

Est savings of 3,775 KiB

Fix guidance

Reduce unused JavaScript and defer loading scripts until they are required to decrease bytes consumed by network activity. [Learn how to reduce unused JavaScript](https://developer.chrome.com/docs/lighthouse/performance/unused-javascript/).

Evidence
{
  "displayValue": "Est savings of 3,775 KiB",
  "description": "Reduce unused JavaScript and defer loading scripts until they are required to decrease bytes consumed by network activity. [Learn how to reduce unused JavaScript](https://developer.chrome.com/docs/lighthouse/performance/unused-javascript/).",
  "numericValue": 270
}

Performance and AccessibilityPerformanceBrowser audit

Render-blocking requests

11 Fail

Check name

Render-blocking requests

Score

0/100

Status

fail

Device

desktop

Category

Performance

Estimated savings

Est savings of 1,110 ms

Fix guidance

Requests are blocking the page's initial render, which may delay LCP. [Deferring or inlining](https://developer.chrome.com/docs/performance/insights/render-blocking) can move these network requests out of the critical path.

Evidence
{
  "displayValue": "Est savings of 1,110 ms",
  "description": "Requests are blocking the page's initial render, which may delay LCP. [Deferring or inlining](https://developer.chrome.com/docs/performance/insights/render-blocking) can move these network requests out of the critical path."
}

Performance and AccessibilityPerformanceBrowser audit

Loading performance

7 Fail

Check name

Loading performance

Score

36/100

Status

fail

Device

desktop

Category

Performance

Fix guidance

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

Evidence
{
  "checks": [
    {
      "id": "first-contentful-paint",
      "title": "First Contentful Paint",
      "score": 70,
      "displayValue": "1.3 s",
      "numericValue": 1274.006746560814
    },
    {
      "id": "interactive",
      "title": "Time to Interactive",
      "score": 0,
      "displayValue": "15.3 s",
      "numericValue": 15280.32225797819
    },
    {
      "id": "speed-index",
      "title": "Speed Index",
      "score": 0,
      "displayValue": "9.5 s",
      "numericValue": 9481.79206715212
    },
    {
      "id": "server-response-time",
      "title": "Initial server response time was short",
      "score": 100,
      "displayValue": "Root document took 20 ms",
      "numericValue": 21
    },
    {
      "id": "total-blocking-time",
      "title": "Total Blocking Time",
      "score": 0,
      "displayValue": "3,920 ms",
      "numericValue": 3916.000000000002
    },
    {
      "id": "max-potential-fid",
      "title": "Max Potential First Input Delay",
      "score": 0,
      "displayValue": "2,710 ms",
      "numericValue": 2713.999999999998
    },
    {
      "id": "largest-contentful-paint",
      "title": "Largest Contentful Paint",
      "score": 15,
      "displayValue": "4.1 s",
      "numericValue": 4122.800133685426
    },
    {
      "id": "network-rtt",
      "title": "Network Round Trip Times",
      "score": 100,
      "displayValue": "50 ms",
      "numericValue": 49.363019999999985
    }
  ]
}

Performance and AccessibilityPerformanceBrowser audit

Avoid enormous network payloads

6 Warning

Check name

Avoid enormous network payloads

Score

50/100

Status

warning

Device

desktop

Category

Performance

Estimated savings

Total size was 12,188 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 12,188 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": 12480845
}

Performance and AccessibilityPerformanceBrowser audit

Minify JavaScript

6 Warning

Check name

Minify JavaScript

Score

50/100

Status

warning

Device

desktop

Category

Performance

Estimated savings

Est savings of 39 KiB

Fix guidance

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

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

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
37/100Level 2, Agent-LimitedCurrent report
cityexperiences.com AI SEO Report: 37/100 (Level 2, Agent-Limited)