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

OVERALL SCORE

Level 2, Agent-Limited

Priority improvements needed for AI agents
AIDiscoverability19%Agent Easeof Use6%Security& Trust40%GEO, AIO, AEO72%SEO92%Performance& Accessibility60%
  • AI Discoverability 19 out of 100
  • Agent Ease of Use 6 out of 100
  • Security & Trust 40 out of 100
  • GEO, AIO and AEO 72 out of 100
  • SEO 92 out of 100
  • Performance and Accessibility 60 out of 100

CAPTURED SCREENSHOT

Captured website desktop screenshot

What AI sees of your website

Movie Tickets & Movie Times | Fandango favicon

Movie Tickets & Movie Times | Fandango

Buy movie tickets in advance, find movie times, watch trailers, read movie reviews, and more at Fandango.

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
19
Priority fix5180View details
Discoverability
33
Priority fix360View details
Content Readiness
20
Priority fix280View 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
72
Needs work739View details
GEO Readiness
89
Mostly ready302
AIO Readiness
58
Needs work223View details
AEO Readiness
66
Needs work214View details
SEO
92
Strong1010View details
SEO
92
Strong1010View details
Security & Trust
40
Priority fix630View details
Security & Trust
40
Priority fix230View details
AI Training Exposure
Not Applicable
Not Applicable400
Performance and Accessibility
60
Needs work2153View details
Performance
42
Priority fix1053View details
Accessibility
94
Strong1100

Prioritized recommendations

Issues ranked by score impact

50 items need attention

Agent Ease of UseAPIEstablished

API Catalog

API Catalog failed at "Fetch API catalog".

50 Fail

Needs attention

API Catalog

Failed check
01

Issue

The API catalog endpoint did not return HTTP 2xx.

02

Why it matters

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

Check name

API Catalog

Score

0/100

Status

fail

Category

API

Maturity

Established

Goal

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

Result

API Catalog failed at "Fetch API catalog".

Validation steps

  1. Fetch API catalog

    The API catalog endpoint did not return HTTP 2xx.

  2. Validate RFC 9727 linkset

    Response is not valid JSON.

  3. Fetch advertised API catalog targets

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

Evidence
{
  "failedStep": "fetch",
  "steps": [
    {
      "id": "fetch",
      "title": "Fetch API catalog",
      "status": "fail",
      "evidence": {
        "statusCode": 404,
        "contentType": "text/html; charset=utf-8"
      },
      "issue": "The API catalog endpoint did not return HTTP 2xx.",
      "howToFix": "Publish /.well-known/api-catalog."
    },
    {
      "id": "validate",
      "title": "Validate RFC 9727 linkset",
      "status": "fail",
      "evidence": {
        "valid": false,
        "compatibleContentType": false,
        "issue": "Response is not valid JSON.",
        "rawExcerpt": "<!DOCTYPE html>\n<html lang=\"en\" >\n<head>\n    \n    <script type=\"importmap\">\n{\n  \"imports\": {\n    \"require-core\": \"//images.fandango.com/fandango-www/screenplay/assets/v2/javascripts/bundles/transpiled/require-core.a9juei4g.js\",\n    \"base-libraries\": \"//images.fandango.com/fandango-www/screenplay/assets/v2/javascripts/bundles/transpiled/base/libraries.71gkj74c.js\",\n    \"require-global\": \"//images.fandango.com/fandango-www/screenplay/assets/v2/javascripts/bundles/transpiled/require-global.fg65uism.js\",\n    \"@take-2/assets/versions\": \"//images.fandango.com/fandango-www/screenplay/assets/v2/versions.2segggor.js\"\n  }\n}\n    </script>\n    \n    <meta charset=\"utf-8\">\n    <meta name=\"viewport\" content=\"width=device-width\">\n    <title>Fandango | Page Not Found</title>\n    <meta name=\"description\" co"
      },
      "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": "<!DOCTYPE html>\n<html lang=\"en\" >\n<head>\n    \n    <script type=\"importmap\">\n{\n  \"imports\": {\n    \"require-core\": \"//images.fandango.com/fandango-www/screenplay/assets/v2/javascripts/bundles/transpiled/require-core.a9juei4g.js\",\n    \"base-libraries\": \"//images.fandango.com/fandango-www/screenplay/assets/v2/javascripts/bundles/transpiled/base/libraries.71gkj74c.js\",\n    \"require-global\": \"//images.fandango.com/fandango-www/screenplay/assets/v2/javascripts/bundles/transpiled/require-global.fg65uism.js\",\n    \"@take-2/assets/versions\": \"//images.fandango.com/fandango-www/screenplay/assets/v2/versions.2segggor.js\"\n  }\n}\n    </script>\n    \n    <meta charset=\"utf-8\">\n    <meta name=\"viewport\" content=\"width=device-width\">\n    <title>Fandango | Page Not Found</title>\n    <meta name=\"description\" co"
          },
          {
            "path": "/openapi.yaml",
            "statusCode": 404,
            "contentType": "text/html; charset=utf-8",
            "valid": false,
            "issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html; charset=utf-8\" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
            "compatibleContentType": false,
            "format": "yaml",
            "version": "",
            "pathCount": 0,
            "operationCount": 0,
            "rawExcerpt": "<!DOCTYPE html>\n<html lang=\"en\" >\n<head>\n    \n    <script type=\"importmap\">\n{\n  \"imports\": {\n    \"require-core\": \"//images.fandango.com/fandango-www/screenplay/assets/v2/javascripts/bundles/transpiled/require-core.a9juei4g.js\",\n    \"base-libraries\": \"//images.fandango.com/fandango-www/screenplay/assets/v2/javascripts/bundles/transpiled/base/libraries.71gkj74c.js\",\n    \"require-global\": \"//images.fandango.com/fandango-www/screenplay/assets/v2/javascripts/bundles/transpiled/require-global.fg65uism.js\",\n    \"@take-2/assets/versions\": \"//images.fandango.com/fandango-www/screenplay/assets/v2/versions.2segggor.js\"\n  }\n}\n    </script>\n    \n    <meta charset=\"utf-8\">\n    <meta name=\"viewport\" content=\"width=device-width\">\n    <title>Fandango | Page Not Found</title>\n    <meta name=\"description\" co"
          },
          {
            "path": "/swagger.json",
            "statusCode": 404,
            "contentType": "text/html; charset=utf-8",
            "valid": false,
            "issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html; charset=utf-8\" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
            "compatibleContentType": false,
            "format": "yaml",
            "version": "",
            "pathCount": 0,
            "operationCount": 0,
            "rawExcerpt": "<!DOCTYPE html>\n<html lang=\"en\" >\n<head>\n    \n    <script type=\"importmap\">\n{\n  \"imports\": {\n    \"require-core\": \"//images.fandango.com/fandango-www/screenplay/assets/v2/javascripts/bundles/transpiled/require-core.a9juei4g.js\",\n    \"base-libraries\": \"//images.fandango.com/fandango-www/screenplay/assets/v2/javascripts/bundles/transpiled/base/libraries.71gkj74c.js\",\n    \"require-global\": \"//images.fandango.com/fandango-www/screenplay/assets/v2/javascripts/bundles/transpiled/require-global.fg65uism.js\",\n    \"@take-2/assets/versions\": \"//images.fandango.com/fandango-www/screenplay/assets/v2/versions.2segggor.js\"\n  }\n}\n    </script>\n    \n    <meta charset=\"utf-8\">\n    <meta name=\"viewport\" content=\"width=device-width\">\n    <title>Fandango | Page Not Found</title>\n    <meta name=\"description\" co"
          },
          {
            "path": "/swagger.yaml",
            "statusCode": 404,
            "contentType": "text/html; charset=utf-8",
            "valid": false,
            "issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html; charset=utf-8\" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
            "compatibleContentType": false,
            "format": "yaml",
            "version": "",
            "pathCount": 0,
            "operationCount": 0,
            "rawExcerpt": "<!DOCTYPE html>\n<html lang=\"en\" >\n<head>\n    \n    <script type=\"importmap\">\n{\n  \"imports\": {\n    \"require-core\": \"//images.fandango.com/fandango-www/screenplay/assets/v2/javascripts/bundles/transpiled/require-core.a9juei4g.js\",\n    \"base-libraries\": \"//images.fandango.com/fandango-www/screenplay/assets/v2/javascripts/bundles/transpiled/base/libraries.71gkj74c.js\",\n    \"require-global\": \"//images.fandango.com/fandango-www/screenplay/assets/v2/javascripts/bundles/transpiled/require-global.fg65uism.js\",\n    \"@take-2/assets/versions\": \"//images.fandango.com/fandango-www/screenplay/assets/v2/versions.2segggor.js\"\n  }\n}\n    </script>\n    \n    <meta charset=\"utf-8\">\n    <meta name=\"viewport\" content=\"width=device-width\">\n    <title>Fandango | Page Not Found</title>\n    <meta name=\"description\" co"
          },
          {
            "path": "/api/openapi.json",
            "error": "TimeoutError: The operation was aborted due to timeout"
          },
          {
            "path": "/api/swagger.json",
            "statusCode": 404,
            "contentType": "text/html; charset=utf-8",
            "valid": false,
            "issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html; charset=utf-8\" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
            "compatibleContentType": false,
            "format": "yaml",
            "version": "",
            "pathCount": 0,
            "operationCount": 0,
            "rawExcerpt": "<!DOCTYPE html>\n<html lang=\"en\" >\n<head>\n    \n    <script type=\"importmap\">\n{\n  \"imports\": {\n    \"require-core\": \"//images.fandango.com/fandango-www/screenplay/assets/v2/javascripts/bundles/transpiled/require-core.a9juei4g.js\",\n    \"base-libraries\": \"//images.fandango.com/fandango-www/screenplay/assets/v2/javascripts/bundles/transpiled/base/libraries.71gkj74c.js\",\n    \"require-global\": \"//images.fandango.com/fandango-www/screenplay/assets/v2/javascripts/bundles/transpiled/require-global.fg65uism.js\",\n    \"@take-2/assets/versions\": \"//images.fandango.com/fandango-www/screenplay/assets/v2/versions.2segggor.js\"\n  }\n}\n    </script>\n    \n    <meta charset=\"utf-8\">\n    <meta name=\"viewport\" content=\"width=device-width\">\n    <title>Fandango | Page Not Found</title>\n    <meta name=\"description\" co"
          },
          {
            "path": "/docs/openapi.json",
            "statusCode": 404,
            "contentType": "text/html; charset=utf-8",
            "valid": false,
            "issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html; charset=utf-8\" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
            "compatibleContentType": false,
            "format": "yaml",
            "version": "",
            "pathCount": 0,
            "operationCount": 0,
            "rawExcerpt": "<!DOCTYPE html>\n<html lang=\"en\" >\n<head>\n    \n    <script type=\"importmap\">\n{\n  \"imports\": {\n    \"require-core\": \"//images.fandango.com/fandango-www/screenplay/assets/v2/javascripts/bundles/transpiled/require-core.a9juei4g.js\",\n    \"base-libraries\": \"//images.fandango.com/fandango-www/screenplay/assets/v2/javascripts/bundles/transpiled/base/libraries.71gkj74c.js\",\n    \"require-global\": \"//images.fandango.com/fandango-www/screenplay/assets/v2/javascripts/bundles/transpiled/require-global.fg65uism.js\",\n    \"@take-2/assets/versions\": \"//images.fandango.com/fandango-www/screenplay/assets/v2/versions.2segggor.js\"\n  }\n}\n    </script>\n    \n    <meta charset=\"utf-8\">\n    <meta name=\"viewport\" content=\"width=device-width\">\n    <title>Fandango | Page Not Found</title>\n    <meta name=\"description\" co"
          }
        ]
      },
      "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
}

Security & TrustSecurity & TrustEstablished

Content-Security-Policy

Content-Security-Policy is missing or incomplete.

33 Fail

Needs attention

Content-Security-Policy

Failed check
01

Issue

Content-Security-Policy is missing or incomplete.

02

Why it matters

Content Security Policy limits where scripts, styles, frames, and connections can load from, reducing the impact of injection bugs.

Check name

Content-Security-Policy

Score

0/100

Status

fail

Category

Security & Trust

Maturity

Established

Goal

Constrain script, style, frame, and resource loading with a Content-Security-Policy header.

Result

Content-Security-Policy is missing or incomplete.

Evidence
{
  "header": "content-security-policy",
  "value": "upgrade-insecure-requests; block-all-mixed-content"
}

Security & TrustSecurity & TrustEstablished

HSTS header

HSTS header is missing or incomplete.

33 Fail

Needs attention

HSTS header

Failed check
01

Issue

HSTS header is missing or incomplete.

02

Why it matters

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

Check name

HSTS header

Score

0/100

Status

fail

Category

Security & Trust

Maturity

Established

Goal

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

Result

HSTS header is missing or incomplete.

Evidence
{
  "header": "strict-transport-security",
  "value": "max-age=86400; includeSubDomains max-age=15768000 ; includeSubDomains"
}

Security & TrustSecurity & TrustEstablished

Referrer-Policy

Referrer-Policy is missing or incomplete.

33 Fail

Needs attention

Referrer-Policy

Failed check
01

Issue

Referrer-Policy is missing or incomplete.

02

Why it matters

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

Check name

Referrer-Policy

Score

0/100

Status

fail

Category

Security & Trust

Maturity

Established

Goal

Limit how much referrer data leaves the site.

Result

Referrer-Policy is missing or incomplete.

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

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

AI DiscoverabilityContent ReadinessEstablished

Content freshness signals

Content freshness signals is missing or incomplete.

25 Fail

Needs attention

Content freshness signals

Failed check
01

Issue

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

02

Why it matters

Freshness signals help agents decide whether content is current enough to cite, summarize, or compare against newer sources.

Check name

Content freshness signals

Score

0/100

Status

fail

Category

Content Readiness

Maturity

Established

Goal

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

Result

Content freshness signals is missing or incomplete.

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

AI DiscoverabilityDiscoverabilityEstablished

High-value schema types

High-value schema types is missing or incomplete.

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

AI DiscoverabilityDiscoverabilityEstablished

JSON-LD present

JSON-LD present is missing or incomplete.

25 Fail

Needs attention

JSON-LD present

Failed check
01

Issue

No JSON-LD blocks found.

02

Why it matters

JSON-LD is a low-friction structured data format that agents can extract without interpreting page presentation or microdata markup.

Check name

JSON-LD present

Score

0/100

Status

fail

Category

Discoverability

Maturity

Established

Goal

Expose schema.org JSON-LD so AI search systems can parse page entities.

Result

JSON-LD present is missing or incomplete.

Evidence
{
  "blocks": 0,
  "validBlocks": 0,
  "schemaContextBlocks": 0,
  "errors": [],
  "documents": [],
  "nodes": []
}

AI DiscoverabilityDiscoverabilityEstablished

Link headers

Link headers failed at "Find useful Link headers".

25 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".

25 Fail

Needs attention

llms.txt

Failed check
01

Issue

llms.txt was not found at the expected path.

02

Why it matters

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

Check name

llms.txt

Score

0/100

Status

fail

Category

Content Readiness

Maturity

Emerging recommendation

Goal

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

Result

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

Validation steps

  1. Fetch to find resource

    llms.txt was not found at the expected path.

Evidence
{
  "failedStep": "fetch",
  "steps": [
    {
      "id": "fetch",
      "title": "Fetch to find resource",
      "status": "fail",
      "evidence": {
        "checked": [
          {
            "path": "/llms.txt",
            "statusCode": 404,
            "contentType": "text/html; charset=utf-8",
            "length": 3112
          },
          {
            "path": "/llms-full.txt",
            "statusCode": 404,
            "contentType": "text/html; charset=utf-8",
            "length": 3112
          }
        ]
      },
      "issue": "llms.txt was not found at the expected path.",
      "howToFix": "Publish /llms.txt as Markdown with a clear title, concise site summary, and useful links for agents."
    }
  ]
}

AI DiscoverabilityContent ReadinessEstablished

Markdown negotiation

Markdown negotiation failed at "Markdown content type".

25 Fail

Needs attention

Markdown negotiation

Failed check
01

Issue

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

02

Why it matters

Markdown negotiation gives agents a cleaner representation of page content while preserving normal HTML for browsers.

Check name

Markdown negotiation

Score

0/100

Status

fail

Category

Content Readiness

Maturity

Established

Goal

Return HTML responses as markdown when agents request it.

Result

Markdown negotiation failed at "Markdown content type".

Validation steps

  1. Markdown content type

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

  2. Vary: Accept header

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

  3. Structured Markdown body

    Markdown response is missing a heading.

Evidence
{
  "failedStep": "content-type",
  "steps": [
    {
      "id": "content-type",
      "title": "Markdown content type",
      "status": "fail",
      "evidence": {
        "statusCode": 200,
        "contentType": "text/html; charset=utf-8"
      },
      "issue": "Content-Type \"text/html; charset=utf-8\" does not indicate Markdown when requested with Accept: text/markdown.",
      "howToFix": "Return Content-Type: text/markdown; charset=utf-8 for requests with Accept: text/markdown."
    },
    {
      "id": "vary-accept",
      "title": "Vary: Accept header",
      "status": "fail",
      "evidence": {
        "vary": "Accept-Encoding"
      },
      "issue": "Markdown negotiation is missing Vary: Accept; current Vary header is \"Accept-Encoding\".",
      "howToFix": "Add Vary: Accept on negotiated Markdown responses so shared caches keep HTML and Markdown variants separate."
    },
    {
      "id": "markdown-content",
      "title": "Structured Markdown body",
      "status": "fail",
      "evidence": {
        "valid": false,
        "hasHeading": false,
        "wordCount": 17588,
        "excerpt": "<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n\n    \n    <script type=\"importmap\">\n{\n  \"imports\": {\n    \"require-core\": \"//images.fandango.com/fandango-www/screenplay/assets/v2/javascripts/bundles/transpiled/require-core.a9juei4g.js\",\n    \"base-li",
        "issue": "Markdown response is missing a heading."
      },
      "issue": "Markdown response is missing a heading.",
      "howToFix": "Return Markdown with at least one heading and substantive page content, including useful links or instructions for agents."
    }
  ]
}

Agent Ease of UseMCPEmerging recommendation

MCP Server Card

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

25 Fail

Needs attention

MCP Server Card

Failed check
01

Issue

MCP Server Card was not found at the expected path.

02

Why it matters

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

Check name

MCP Server Card

Score

0/100

Status

fail

Category

MCP

Maturity

Emerging recommendation

Goal

Publish an MCP Server Card for agent discovery.

Result

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

Validation steps

  1. Fetch to find resource

    MCP Server Card was not found at the expected path.

Evidence
{
  "failedStep": "fetch",
  "steps": [
    {
      "id": "fetch",
      "title": "Fetch to find resource",
      "status": "fail",
      "evidence": {
        "checked": [
          {
            "path": "/.well-known/mcp/server-card.json",
            "statusCode": 404,
            "contentType": "text/html; charset=utf-8",
            "length": 3112
          },
          {
            "path": "/.well-known/mcp/server-cards.json",
            "statusCode": 404,
            "contentType": "text/html; charset=utf-8",
            "length": 3112
          },
          {
            "path": "/.well-known/mcp.json",
            "statusCode": 404,
            "contentType": "text/html; charset=utf-8",
            "length": 2827
          }
        ]
      },
      "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": 3112
          },
          {
            "path": "/.well-known/mcp.json",
            "statusCode": 404,
            "contentType": "text/html; charset=utf-8",
            "length": 2827
          },
          {
            "path": "/.well-known/mcp/server-card.json",
            "statusCode": 404,
            "contentType": "text/html; charset=utf-8",
            "length": 3112
          }
        ]
      },
      "issue": "mcp.json was not found at the expected path.",
      "howToFix": "Publish mcp.json or an MCP server card with serverInfo, protocolVersion, transport endpoint, and capabilities."
    }
  ]
}

AI DiscoverabilityDiscoverabilityEstablished

Organization / WebSite schema

Organization / WebSite schema is missing or incomplete.

25 Fail

Needs attention

Organization / WebSite schema

Failed check
01

Issue

Neither Organization nor WebSite schema types were found in JSON-LD.

02

Why it matters

Organization and WebSite schema help agents identify the publisher, canonical site identity, logo, and related profiles for attribution.

Check name

Organization / WebSite schema

Score

0/100

Status

fail

Category

Discoverability

Maturity

Established

Goal

Identify the site owner and website entity in structured data.

Result

Organization / WebSite schema is missing or incomplete.

Evidence
{
  "found": [],
  "allTypes": []
}

AI DiscoverabilityContent ReadinessEstablished

Semantic HTML

Semantic HTML is missing or incomplete.

25 Fail

Needs attention

Semantic HTML

Failed check
01

Issue

Semantic HTML is incomplete: 2 buttons missing accessible names; 0/1 applicable form inputs have autocomplete attributes (1 missing).

Details

02

Why it matters

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

Check name

Semantic HTML

Score

0/100

Status

fail

Category

Content Readiness

Maturity

Established

Goal

Expose readable page structure through semantic HTML and accessible controls.

Result

Semantic HTML is missing or incomplete.

Evidence
{
  "main": true,
  "nav": true,
  "footer": true,
  "meaningfulH1": true,
  "headingOrder": true,
  "accessibleLinks": true,
  "accessibleButtons": false,
  "imageAltCoverage": true,
  "formAutocompleteCoverage": false,
  "details": {
    "inaccessibleLinks": [],
    "inaccessibleButtons": [
      "<button class=\"js-location-overlay location__btn dark__link\"> <span class=\"icon-location-light location__icon\"></span> <span class=\"js-location-name location__value\"></span> </button>",
      "<button id=\"ot-sdk-btn\" class=\"ot-sdk-show-settings a footer-site-info__link dark__link__second us-privacy\"></button>"
    ],
    "missingAutocompleteInputs": [
      "<input aria-label=\"Search by city, state, zip or movie\" class=\"nav-bar__search-input\" id=\"global-header-search-input\" name=\"q\" placeholder=\"Search by city, state, zip or movie\" type=\"text\" value>"
    ],
    "imagesMissingAlt": [],
    "skippedHeadingLevels": []
  },
  "counts": {
    "h1": 1,
    "headings": 105,
    "links": 159,
    "inaccessibleLinks": 0,
    "buttons": 52,
    "inaccessibleButtons": 2,
    "images": 112,
    "imagesWithAlt": 112,
    "autocompleteInputs": 1,
    "inputsWithAutocomplete": 0,
    "missingAutocompleteInputs": 1
  }
}

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": 2827
          },
          {
            "path": "/webmcp.json",
            "statusCode": 404,
            "contentType": "text/html; charset=utf-8",
            "length": 3112
          },
          {
            "path": "/mcp.json",
            "statusCode": 404,
            "contentType": "text/html; charset=utf-8",
            "length": 3112
          }
        ]
      },
      "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": 2827
          },
          {
            "path": "/.well-known/a2a/agent-card.json",
            "statusCode": 404,
            "contentType": "text/html; charset=utf-8",
            "length": 3112
          },
          {
            "path": "/agent-card.json",
            "statusCode": 404,
            "contentType": "text/html; charset=utf-8",
            "length": 3112
          }
        ]
      },
      "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": 3112
          },
          {
            "path": "/.well-known/skills/index.json",
            "statusCode": 404,
            "contentType": "text/html; charset=utf-8",
            "length": 3112
          }
        ]
      },
      "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": 2827
          },
          {
            "path": "/agent.json",
            "statusCode": 404,
            "contentType": "text/html; charset=utf-8",
            "length": 3112
          }
        ]
      },
      "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": 2827
          },
          {
            "path": "/agents.json",
            "statusCode": 404,
            "contentType": "text/html; charset=utf-8",
            "length": 3112
          }
        ]
      },
      "issue": "agents.json was not found at the expected path.",
      "howToFix": "If this site uses agents.json, publish JSON with an agents array containing name and url for each agent."
    }
  ]
}

Agent Ease of UseSkill DiscoveryEmerging recommendation

DNS-AID Agent Discovery

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

15 Fail

Needs attention

DNS-AID Agent Discovery

Failed check
01

Issue

No DNS-AID entrypoint records were found under _agents.

02

Why it matters

DNS-AID lets agents discover index, A2A, and other agent entrypoints before fetching HTTP metadata, while DNSSEC can authenticate the discovery zone.

Check name

DNS-AID Agent Discovery

Score

25/100

Status

fail

Category

Skill Discovery

Maturity

Emerging recommendation

Goal

Publish DNS for AI Discovery records under _agents for DNS-based agent entrypoint discovery.

Result

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

Validation steps

  1. Resolve DNS-AID SVCB/HTTPS records

    No DNS-AID entrypoint records were found under _agents.

  2. Validate alpn and endpoint parameters

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

  3. Check DNSSEC material

    DNSSEC material was not visible for the hostname or parent zone from this resolver.

Evidence
{
  "failedStep": "svcb-https-records",
  "steps": [
    {
      "id": "svcb-https-records",
      "title": "Resolve DNS-AID SVCB/HTTPS records",
      "status": "fail",
      "evidence": {
        "hostname": "www.fandango.com",
        "probes": [
          {
            "name": "_index._agents.www.fandango.com",
            "found": false,
            "recordCount": 1,
            "records": [],
            "hasAlpn": false,
            "hasEndpoint": false
          },
          {
            "name": "_a2a._agents.www.fandango.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.fandango.com",
            "dnssecTypes": [],
            "dnssecRecordCount": 0
          },
          {
            "name": "fandango.com",
            "dnssecTypes": [],
            "dnssecRecordCount": 0
          }
        ]
      },
      "issue": "DNSSEC material was not visible for the hostname or parent zone from this resolver.",
      "howToFix": "Sign the public discovery zone with DNSSEC so validating resolvers can return authenticated data."
    }
  ]
}

Agent Ease of UseMCPInformational

WebMCP

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

13 Warning

Needs attention

WebMCP

Warning
01

Issue

WebMCP declarative annotations need fixes.

Details

02

Why it matters

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

Check name

WebMCP

Score

50/100

Status

warning

Category

MCP

Maturity

Informational

Goal

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

Result

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

Validation steps

  1. Detect data-mcp-tool annotations

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

  2. Detect WebMCP declarative tags

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

  3. Validate WebMCP declarative annotation quality

    WebMCP declarative annotations need fixes.

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

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

  5. Detect WebMCP browser navigator injection

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

  6. Interactive surface coverage

    Only 0% of interactive surfaces are annotated.

Evidence
{
  "failedStep": "declarative-annotation-quality",
  "steps": [
    {
      "id": "data-mcp-tool-attributes",
      "title": "Detect data-mcp-tool annotations",
      "status": "informational",
      "evidence": {
        "dataMcpToolCount": 0,
        "dataMcpTools": []
      },
      "issue": "No data-mcp-tool attributes were found on interactive elements.",
      "howToFix": "Add data-mcp-tool attributes to high-value forms, buttons, and links so generic MCP-aware tooling can identify intended actions."
    },
    {
      "id": "declarative-tags",
      "title": "Detect WebMCP declarative tags",
      "status": "informational",
      "evidence": {
        "totalForms": 1,
        "formsWithTags": 0,
        "totalInteractive": 212,
        "interactiveWithTags": 0,
        "totalCount": 213,
        "taggedCount": 0,
        "dataMcpToolCount": 0,
        "dataMcpTools": [],
        "coverage": 0,
        "annotationIssues": [
          "<input name=\"q\"> 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": 1,
        "issues": [
          "<input name=\"q\"> is missing tool-param-description."
        ]
      },
      "issue": "WebMCP declarative annotations need fixes.",
      "issueDetails": [
        {
          "title": "WebMCP declarative annotation issues",
          "items": [
            {
              "type": "code",
              "value": "<input name=\"q\"> is missing tool-param-description."
            }
          ]
        }
      ],
      "howToFix": "Use snake_case tool-name values, descriptive tool-description values, named and labeled fields, and tool-param-description on inputs."
    },
    {
      "id": "imperative-api",
      "title": "Detect WebMCP imperative API usage",
      "status": "informational",
      "evidence": {
        "staticSignals": {
          "detected": false,
          "matched": []
        },
        "browser": {
          "checked": true,
          "detected": false,
          "hasNavigatorModelContext": false,
          "modelContextType": "undefined",
          "hasProvideContext": false,
          "hasRegisterTool": false
        }
      },
      "issue": "navigator.modelContext.provideContext(), navigator.modelContext.registerTool(), or other imperative signals were not detected in rendered browser state.",
      "howToFix": "Use navigator.modelContext.provideContext() to register tools programmatically."
    },
    {
      "id": "browser-navigator-injection",
      "title": "Detect WebMCP browser navigator injection",
      "status": "informational",
      "evidence": {
        "browser": {
          "checked": true,
          "detected": false,
          "hasNavigatorModelContext": false,
          "modelContextType": "undefined",
          "hasProvideContext": false,
          "hasRegisterTool": false
        }
      },
      "issue": "navigator.modelContext was not detected in the rendered browser page.",
      "howToFix": "Expose WebMCP through navigator.modelContext in the browser runtime when the page is intended to provide in-page tools."
    },
    {
      "id": "surface-coverage",
      "title": "Interactive surface coverage",
      "status": "informational",
      "evidence": {
        "totalForms": 1,
        "formsWithTags": 0,
        "totalInteractive": 212,
        "interactiveWithTags": 0,
        "totalCount": 213,
        "taggedCount": 0,
        "dataMcpToolCount": 0,
        "dataMcpTools": [],
        "coverage": 0,
        "annotationIssues": [
          "<input name=\"q\"> is missing tool-param-description."
        ]
      },
      "issue": "Only 0% of interactive surfaces are annotated.",
      "howToFix": "Add WebMCP annotations to all forms and interactive elements to increase agent coverage."
    }
  ],
  "staticSignals": {
    "detected": false,
    "matched": []
  },
  "coverage": {
    "totalForms": 1,
    "formsWithTags": 0,
    "totalInteractive": 212,
    "interactiveWithTags": 0,
    "totalCount": 213,
    "taggedCount": 0,
    "dataMcpToolCount": 0,
    "dataMcpTools": [],
    "coverage": 0,
    "annotationIssues": [
      "<input name=\"q\"> 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

GEO: Extraction-friendly structure

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

12 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, optional visible FAQ or FAQPage schema, JSON-LD structured data.

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

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

Evidence
{
  "hasSummary": false,
  "tableCount": 0,
  "tablesWithHead": 0,
  "tablesMissingThead": [],
  "orderedLists": 1,
  "hasFaq": false,
  "definitionPatterns": 35,
  "schemaBlocks": 0,
  "missingSignals": [
    "optional top summary / TL;DR / key takeaways block",
    "table with <thead> only if the page already has tabular/comparative data",
    "optional visible FAQ or FAQPage schema",
    "JSON-LD structured data"
  ],
  "score": 65,
  "weight": 24
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

AIO: Visible structured data match

AIO: Visible structured data match scored 0/100 and needs a fix.

10 Fail

Needs attention

AIO: Visible structured data match

Failed check
01

Issue

No JSON-LD structured data was 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: Visible structured data match

Score

0/100

Status

fail

Category

GEO, AIO & AEO

Maturity

Emerging recommendation

Goal

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

Result

AIO: Visible structured data match scored 0/100 and needs a fix.

Evidence
{
  "schemaCount": 0,
  "mismatches": [],
  "score": 0,
  "weight": 18
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

AIO: Source and trust signals

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

6 Fail

Needs attention

AIO: Source and trust signals

Failed check
01

Issue

Missing AIO trust signals: author, publisher, freshnessDate.

Details

02

Why it matters

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

Check name

AIO: Source and trust signals

Score

40/100

Status

fail

Category

GEO, AIO & AEO

Maturity

Emerging recommendation

Goal

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

Result

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

Evidence
{
  "signals": {
    "author": false,
    "publisher": false,
    "freshnessDate": false,
    "aboutOrContact": true,
    "policyLinks": true
  },
  "missing": [
    "author",
    "publisher",
    "freshnessDate"
  ],
  "authorMeta": "",
  "schemaAuthors": [],
  "schemaPublishers": [],
  "schemaDates": [],
  "visibleDates": [],
  "aboutLinks": [
    {
      "href": "https://athome.fandango.com/content/browse/details/Theres-Something-About-Mary-Theatrical/8892?cmp=fandango_hpcarousel_HE__Poster_web",
      "text": "There's Something About Mary Free to Watch Buy Tickets",
      "html": "<a class=\"js-fd-carousel-focus-elem fd-carousel__link\" aria-label=\"There&apos;s Something About Mary\" data-id href=\"https://athome.fandango.com/content/browse/details/Theres-Something-About-Mary-Theatrical/8892?cmp=fandango_hpcarousel_HE__Poster_web\" tabindex=\"-1\"> <figure class=\"fd-carousel__fig\"> <div class=\"fd-carousel__img-wrap\"> <img alt class=\"fd-carousel__img\" role=\"presentation\" src=\"https://images2.vudu.com/assets/content/poster/8892-144\" onload=\"this.removeAttribute(&apos;onerror&ap..."
    },
    {
      "href": "https://youtu.be/8B_3hfWQHkw",
      "text": "Interview: 'Disclosure Day' Emily Blunt & Josh O'Connor talk about ‘Disclosure Day’",
      "html": "<a href=\"https://youtu.be/8B_3hfWQHkw\" class=\"js-fd-carousel-focus-elem fd-carousel__link\"> <figure class=\"fd-carousel__fig\"> <div class=\"fd-carousel__img-wrap fd-carousel__img-wrap--is-video\"> <img src=\"https://images.fandango.com/render/interlace/quality-65/resize-500/images.fandango.com/cms/assets/d433c5a0-6057-11f1-8ac1-ff979c70f771--oconnor-thumb.jpg\" class=\"fd-carousel__img\" alt role=\"presentation\"> </div> <figcaption> <h3 class=\"fd-carousel__title dark__text\">Interview: &apos;Disclosur..."
    },
    {
      "href": "https://www.fandango.com/movie-news/seen-on-the-screen-podcast-colman-domingo-explains-the-big-idea-behind-steven-spielbergs-disclosure-day-755278",
      "text": "Seen On The Screen: 'Disclosure Day' Colman Domingo breaks down 'Disclosure Day' and talks about working with Spielberg",
      "html": "<a href=\"https://www.fandango.com/movie-news/seen-on-the-screen-podcast-colman-domingo-explains-the-big-idea-behind-steven-spielbergs-disclosure-day-755278\" class=\"js-fd-carousel-focus-elem fd-carousel__link\"> <figure class=\"fd-carousel__fig\"> <div class=\"fd-carousel__img-wrap \"> <img src=\"https://images.fandango.com/render/interlace/quality-65/resize-500/images.fandango.com/cms/assets/5e9dadc0-5ecb-11f1-a158-a1288b53df76--colman-thumb.jpg\" class=\"fd-carousel__img\" alt role=\"presentation\"> </..."
    },
    {
      "href": "/about-us",
      "text": "About Fandango",
      "html": "<a class=\"footer-site-info__link dark__link__second\" href=\"/about-us\" rel=\"nofollow\"> About Fandango </a>"
    },
    {
      "href": "https://versantmedia.com/",
      "text": "A Versant Media Company",
      "html": "<a class=\"global-footer__copyright--link\" href=\"https://versantmedia.com/\" target=\"_blank\"> A Versant Media Company </a>"
    }
  ],
  "contactLinks": [
    {
      "href": "https://support.fandango.com/",
      "text": "Help",
      "html": "<a class=\"footer-site-info__link dark__link__second\" href=\"https://support.fandango.com/\" rel=\"nofollow\"> Help </a>"
    },
    {
      "href": "https://support.fandango.com/en_us/accessibility-ryfc4Tz85",
      "text": "Accessibility",
      "html": "<a class=\"footer-site-info__link dark__link__second\" href=\"https://support.fandango.com/en_us/accessibility-ryfc4Tz85\" rel=\"nofollow\"> Accessibility </a>"
    }
  ],
  "privacyLinks": [
    {
      "href": "/policies/privacy-policy",
      "text": "Privacy Policy",
      "html": "<a class=\"footer-site-info__link dark__link__second\" href=\"/policies/privacy-policy\" rel=\"nofollow\"> Privacy Policy </a>"
    },
    {
      "href": "/policies/terms-and-policies",
      "text": "Terms and Policies",
      "html": "<a class=\"footer-site-info__link dark__link__second\" href=\"/policies/terms-and-policies\" rel=\"nofollow\"> Terms and Policies </a>"
    }
  ],
  "score": 40,
  "weight": 20
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

AEO: Answer evidence and trust

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

6 Fail

Needs attention

AEO: Answer evidence and trust

Failed check
01

Issue

Missing AIO trust signals: author, publisher, freshnessDate.

Details

02

Why it matters

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

Check name

AEO: Answer evidence and trust

Score

40/100

Status

fail

Category

GEO, AIO & AEO

Maturity

Emerging recommendation

Goal

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

Result

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

Evidence
{
  "signals": {
    "author": false,
    "publisher": false,
    "freshnessDate": false,
    "aboutOrContact": true,
    "policyLinks": true
  },
  "missing": [
    "author",
    "publisher",
    "freshnessDate"
  ],
  "authorMeta": "",
  "schemaAuthors": [],
  "schemaPublishers": [],
  "schemaDates": [],
  "visibleDates": [],
  "aboutLinks": [
    {
      "href": "https://athome.fandango.com/content/browse/details/Theres-Something-About-Mary-Theatrical/8892?cmp=fandango_hpcarousel_HE__Poster_web",
      "text": "There's Something About Mary Free to Watch Buy Tickets",
      "html": "<a class=\"js-fd-carousel-focus-elem fd-carousel__link\" aria-label=\"There&apos;s Something About Mary\" data-id href=\"https://athome.fandango.com/content/browse/details/Theres-Something-About-Mary-Theatrical/8892?cmp=fandango_hpcarousel_HE__Poster_web\" tabindex=\"-1\"> <figure class=\"fd-carousel__fig\"> <div class=\"fd-carousel__img-wrap\"> <img alt class=\"fd-carousel__img\" role=\"presentation\" src=\"https://images2.vudu.com/assets/content/poster/8892-144\" onload=\"this.removeAttribute(&apos;onerror&ap..."
    },
    {
      "href": "https://youtu.be/8B_3hfWQHkw",
      "text": "Interview: 'Disclosure Day' Emily Blunt & Josh O'Connor talk about ‘Disclosure Day’",
      "html": "<a href=\"https://youtu.be/8B_3hfWQHkw\" class=\"js-fd-carousel-focus-elem fd-carousel__link\"> <figure class=\"fd-carousel__fig\"> <div class=\"fd-carousel__img-wrap fd-carousel__img-wrap--is-video\"> <img src=\"https://images.fandango.com/render/interlace/quality-65/resize-500/images.fandango.com/cms/assets/d433c5a0-6057-11f1-8ac1-ff979c70f771--oconnor-thumb.jpg\" class=\"fd-carousel__img\" alt role=\"presentation\"> </div> <figcaption> <h3 class=\"fd-carousel__title dark__text\">Interview: &apos;Disclosur..."
    },
    {
      "href": "https://www.fandango.com/movie-news/seen-on-the-screen-podcast-colman-domingo-explains-the-big-idea-behind-steven-spielbergs-disclosure-day-755278",
      "text": "Seen On The Screen: 'Disclosure Day' Colman Domingo breaks down 'Disclosure Day' and talks about working with Spielberg",
      "html": "<a href=\"https://www.fandango.com/movie-news/seen-on-the-screen-podcast-colman-domingo-explains-the-big-idea-behind-steven-spielbergs-disclosure-day-755278\" class=\"js-fd-carousel-focus-elem fd-carousel__link\"> <figure class=\"fd-carousel__fig\"> <div class=\"fd-carousel__img-wrap \"> <img src=\"https://images.fandango.com/render/interlace/quality-65/resize-500/images.fandango.com/cms/assets/5e9dadc0-5ecb-11f1-a158-a1288b53df76--colman-thumb.jpg\" class=\"fd-carousel__img\" alt role=\"presentation\"> </..."
    },
    {
      "href": "/about-us",
      "text": "About Fandango",
      "html": "<a class=\"footer-site-info__link dark__link__second\" href=\"/about-us\" rel=\"nofollow\"> About Fandango </a>"
    },
    {
      "href": "https://versantmedia.com/",
      "text": "A Versant Media Company",
      "html": "<a class=\"global-footer__copyright--link\" href=\"https://versantmedia.com/\" target=\"_blank\"> A Versant Media Company </a>"
    }
  ],
  "contactLinks": [
    {
      "href": "https://support.fandango.com/",
      "text": "Help",
      "html": "<a class=\"footer-site-info__link dark__link__second\" href=\"https://support.fandango.com/\" rel=\"nofollow\"> Help </a>"
    },
    {
      "href": "https://support.fandango.com/en_us/accessibility-ryfc4Tz85",
      "text": "Accessibility",
      "html": "<a class=\"footer-site-info__link dark__link__second\" href=\"https://support.fandango.com/en_us/accessibility-ryfc4Tz85\" rel=\"nofollow\"> Accessibility </a>"
    }
  ],
  "privacyLinks": [
    {
      "href": "/policies/privacy-policy",
      "text": "Privacy Policy",
      "html": "<a class=\"footer-site-info__link dark__link__second\" href=\"/policies/privacy-policy\" rel=\"nofollow\"> Privacy Policy </a>"
    },
    {
      "href": "/policies/terms-and-policies",
      "text": "Terms and Policies",
      "html": "<a class=\"footer-site-info__link dark__link__second\" href=\"/policies/terms-and-policies\" rel=\"nofollow\"> Terms and Policies </a>"
    }
  ],
  "score": 40,
  "weight": 22
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

AEO: Answer-first sections

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

5 Warning

Needs attention

AEO: Answer-first sections

Warning
01

Issue

104 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": 104,
  "passing": 0,
  "failing": [
    {
      "heading": "Offers",
      "headingHtml": "<h2 class=\"sr-only\">Offers</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Movies in Theaters",
      "headingHtml": "<h2 class=\"movie-tickets-header--heading heading-style-3\">Movies in Theaters</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Disclosure Day (2026)",
      "headingHtml": "<h3 class=\"fd-carousel__title dark__text\">Disclosure Day (2026)</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "BTS WORLD TOUR 'ARIRANG' IN BUSAN: LIVE VIEWING (2026)",
      "headingHtml": "<h3 class=\"fd-carousel__title dark__text\">BTS WORLD TOUR &apos;ARIRANG&apos; IN BUSAN: LIVE VIEWING (2026)</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Stop! That! Train! (2026)",
      "headingHtml": "<h3 class=\"fd-carousel__title dark__text\">Stop! That! Train! (2026)</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "The Furious (2026)",
      "headingHtml": "<h3 class=\"fd-carousel__title dark__text\">The Furious (2026)</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Scary Movie (2026)",
      "headingHtml": "<h3 class=\"fd-carousel__title dark__text\">Scary Movie (2026)</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Masters of the Universe (2026)",
      "headingHtml": "<h3 class=\"fd-carousel__title dark__text\">Masters of the Universe (2026)</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "The Amazing Digital Circus: The Last Act (2026)",
      "headingHtml": "<h3 class=\"fd-carousel__title dark__text\">The Amazing Digital Circus: The Last Act (2026)</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Backrooms (2026)",
      "headingHtml": "<h3 class=\"fd-carousel__title dark__text\">Backrooms (2026)</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Obsession (2026)",
      "headingHtml": "<h3 class=\"fd-carousel__title dark__text\">Obsession (2026)</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Sacred Heart: His Reign Has No End",
      "headingHtml": "<h3 class=\"fd-carousel__title dark__text\">Sacred Heart: His Reign Has No End</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Carolina Caroline (2026)",
      "headingHtml": "<h3 class=\"fd-carousel__title dark__text\">Carolina Caroline (2026)</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Star Wars: The Mandalorian and Grogu (2026)",
      "headingHtml": "<h3 class=\"fd-carousel__title dark__text\">Star Wars: The Mandalorian and Grogu (2026)</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "The Breadwinner (2026)",
      "headingHtml": "<h3 class=\"fd-carousel__title dark__text\">The Breadwinner (2026)</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Michael (2026)",
      "headingHtml": "<h3 class=\"fd-carousel__title dark__text\">Michael (2026)</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "The Devil Wears Prada 2 (2026)",
      "headingHtml": "<h3 class=\"fd-carousel__title dark__text\">The Devil Wears Prada 2 (2026)</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Power Ballad (2026)",
      "headingHtml": "<h3 class=\"fd-carousel__title dark__text\">Power Ballad (2026)</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Pressure (2026)",
      "headingHtml": "<h3 class=\"fd-carousel__title dark__text\">Pressure (2026)</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "I Love Boosters (2026)",
      "headingHtml": "<h3 class=\"fd-carousel__title dark__text\">I Love Boosters (2026)</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Tuner (2026)",
      "headingHtml": "<h3 class=\"fd-carousel__title dark__text\">Tuner (2026)</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Mortal Kombat II (2026)",
      "headingHtml": "<h3 class=\"fd-carousel__title dark__text\">Mortal Kombat II (2026)</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Passenger (2026)",
      "headingHtml": "<h3 class=\"fd-carousel__title dark__text\">Passenger (2026)</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "The Sheep Detectives (2026)",
      "headingHtml": "<h3 class=\"fd-carousel__title dark__text\">The Sheep Detectives (2026)</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Shrek 25th Anniversary (2026)",
      "headingHtml": "<h3 class=\"fd-carousel__title dark__text\">Shrek 25th Anniversary (2026)</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Is God Is (2026)",
      "headingHtml": "<h3 class=\"fd-carousel__title dark__text\">Is God Is (2026)</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "The Super Mario Galaxy Movie (2026)",
      "headingHtml": "<h3 class=\"fd-carousel__title dark__text\">The Super Mario Galaxy Movie (2026)</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Animal Farm (2026)",
      "headingHtml": "<h3 class=\"fd-carousel__title dark__text\">Animal Farm (2026)</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Project Hail Mary (2026)",
      "headingHtml": "<h3 class=\"fd-carousel__title dark__text\">Project Hail Mary (2026)</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Coming Soon To Theaters",
      "headingHtml": "<h2 class=\"movie-tickets-header--heading heading-style-3\">Coming Soon To Theaters</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "The Odyssey (2026)",
      "headingHtml": "<h3 class=\"fd-carousel__title dark__text\">The Odyssey (2026)</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Hadestown: The Musical (2026)",
      "headingHtml": "<h3 class=\"fd-carousel__title dark__text\">Hadestown: The Musical (2026)</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Supergirl (2026)",
      "headingHtml": "<h3 class=\"fd-carousel__title dark__text\">Supergirl (2026)</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Toy Story 5 (2026)",
      "headingHtml": "<h3 class=\"fd-carousel__title dark__text\">Toy Story 5 (2026)</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Minions & Monsters (2026)",
      "headingHtml": "<h3 class=\"fd-carousel__title dark__text\">Minions &amp; Monsters (2026)</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Jackass: Best and Last (2026)",
      "headingHtml": "<h3 class=\"fd-carousel__title dark__text\">Jackass: Best and Last (2026)</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "¡La Copa Mundial de la FIFA 2026™ por Telemundo!",
      "headingHtml": "<h3 class=\"fd-carousel__title dark__text\">&#xa1;La Copa Mundial de la FIFA 2026&#x2122; por Telemundo!</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Minions & Monsters: Xfinity Early Access Screenings (2026)",
      "headingHtml": "<h3 class=\"fd-carousel__title dark__text\">Minions &amp; Monsters: Xfinity Early Access Screenings (2026)</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Supergirl: Fan First Screenings (2026)",
      "headingHtml": "<h3 class=\"fd-carousel__title dark__text\">Supergirl: Fan First Screenings (2026)</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Young Washington (2026)",
      "headingHtml": "<h3 class=\"fd-carousel__title dark__text\">Young Washington (2026)</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Girls Like Girls (2026)",
      "headingHtml": "<h3 class=\"fd-carousel__title dark__text\">Girls Like Girls (2026)</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "BLEACH: Thousand-Year Blood War - The Calamity (2026)",
      "headingHtml": "<h3 class=\"fd-carousel__title dark__text\">BLEACH: Thousand-Year Blood War - The Calamity (2026)</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Six: The Musical Live! (2026)",
      "headingHtml": "<h3 class=\"fd-carousel__title dark__text\">Six: The Musical Live! (2026)</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Dune: Part Three (2026)",
      "headingHtml": "<h3 class=\"fd-carousel__title dark__text\">Dune: Part Three (2026)</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Moana (2026)",
      "headingHtml": "<h3 class=\"fd-carousel__title dark__text\">Moana (2026)</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "The End of Oak Street (2026)",
      "headingHtml": "<h3 class=\"fd-carousel__title dark__text\">The End of Oak Street (2026)</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "The Death of Robin Hood (2026)",
      "headingHtml": "<h3 class=\"fd-carousel__title dark__text\">The Death of Robin Hood (2026)</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Ice Cream Man (2026)",
      "headingHtml": "<h3 class=\"fd-carousel__title dark__text\">Ice Cream Man (2026)</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Spider-Man: Brand New Day (2026)",
      "headingHtml": "<h3 class=\"fd-carousel__title dark__text\">Spider-Man: Brand New Day (2026)</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Watch At Home",
      "headingHtml": "<h2 class=\"movie-tickets-header--heading heading-style-3\">Watch At Home</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Michael",
      "headingHtml": "<h3 class=\"fd-carousel__title dark__text\">Michael</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Mortal Kombat II",
      "headingHtml": "<h3 class=\"fd-carousel__title dark__text\">Mortal Kombat II</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "White House Down",
      "headingHtml": "<h3 class=\"fd-carousel__title dark__text\">White House Down</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "The Super Mario Galaxy Movie",
      "headingHtml": "<h3 class=\"fd-carousel__title dark__text\">The Super Mario Galaxy Movie</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Project Hail Mary",
      "headingHtml": "<h3 class=\"fd-carousel__title dark__text\">Project Hail Mary</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "The Ministry of Ungentlemanly Warfare",
      "headingHtml": "<h3 class=\"fd-carousel__title dark__text\">The Ministry of Ungentlemanly Warfare</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Hokum",
      "headingHtml": "<h3 class=\"fd-carousel__title dark__text\">Hokum</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "In the Grey",
      "headingHtml": "<h3 class=\"fd-carousel__title dark__text\">In the Grey</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Desert Warrior",
      "headingHtml": "<h3 class=\"fd-carousel__title dark__text\">Desert Warrior</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "The Super Mario Bros. Movie",
      "headingHtml": "<h3 class=\"fd-carousel__title dark__text\">The Super Mario Bros. Movie</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Lee Cronin's The Mummy",
      "headingHtml": "<h3 class=\"fd-carousel__title dark__text\">Lee Cronin&apos;s The Mummy</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Pacific Rim",
      "headingHtml": "<h3 class=\"fd-carousel__title dark__text\">Pacific Rim</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Is God Is",
      "headingHtml": "<h3 class=\"fd-carousel__title dark__text\">Is God Is</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Hoppers",
      "headingHtml": "<h3 class=\"fd-carousel__title dark__text\">Hoppers</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Over Your Dead Body",
      "headingHtml": "<h3 class=\"fd-carousel__title dark__text\">Over Your Dead Body</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "There's Something About Mary",
      "headingHtml": "<h3 class=\"fd-carousel__title dark__text\">There&apos;s Something About Mary</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Fuze",
      "headingHtml": "<h3 class=\"fd-carousel__title dark__text\">Fuze</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Normal",
      "headingHtml": "<h3 class=\"fd-carousel__title dark__text\">Normal</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Sully",
      "headingHtml": "<h3 class=\"fd-carousel__title dark__text\">Sully</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "The Housemaid",
      "headingHtml": "<h3 class=\"fd-carousel__title dark__text\">The Housemaid</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "M3GAN",
      "headingHtml": "<h3 class=\"fd-carousel__title dark__text\">M3GAN</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Good Luck, Have Fun, Don't Die",
      "headingHtml": "<h3 class=\"fd-carousel__title dark__text\">Good Luck, Have Fun, Don&apos;t Die</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "The Day After Tomorrow",
      "headingHtml": "<h3 class=\"fd-carousel__title dark__text\">The Day After Tomorrow</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Features",
      "headingHtml": "<h2 class=\"fd-carousel__heading\">Features</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Interview: 'Disclosure Day'",
      "headingHtml": "<h3 class=\"fd-carousel__title dark__text\">Interview: &apos;Disclosure Day&apos;</h3>",
      "firstParagraph": "Emily Blunt & Josh O'Connor talk about ‘Disclosure Day’",
      "paragraphHtml": "<p class=\"fd-carousel__description dark__text\">Emily Blunt &amp; Josh O&apos;Connor talk about &#x2018;Disclosure Day&#x2019;</p>",
      "words": 8,
      "direct": false,
      "issue": "First paragraph is 8 words and does not look like a concise direct answer."
    },
    {
      "heading": "Oral History: 'Scary Movie'",
      "headingHtml": "<h3 class=\"fd-carousel__title dark__text\">Oral History: &apos;Scary Movie&apos;</h3>",
      "firstParagraph": "The cast breaks down the 'Scary Movie' franchise timeline",
      "paragraphHtml": "<p class=\"fd-carousel__description dark__text\">The cast breaks down the &apos;Scary Movie&apos; franchise timeline</p>",
      "words": 9,
      "direct": false,
      "issue": "First paragraph is 9 words and does not look like a concise direct answer."
    },
    {
      "heading": "Seen On The Screen: 'Disclosure Day'",
      "headingHtml": "<h3 class=\"fd-carousel__title dark__text\">Seen On The Screen: &apos;Disclosure Day&apos;</h3>",
      "firstParagraph": "Colman Domingo breaks down 'Disclosure Day' and talks about working with Spielberg",
      "paragraphHtml": "<p class=\"fd-carousel__description dark__text\">Colman Domingo breaks down &apos;Disclosure Day&apos; and talks about working with Spielberg</p>",
      "words": 12,
      "direct": false,
      "issue": "First paragraph is 12 words and does not look like a concise direct answer."
    },
    {
      "heading": "Big Ticket: 'Supergirl'",
      "headingHtml": "<h3 class=\"fd-carousel__title dark__text\">Big Ticket: &apos;Supergirl&apos;</h3>",
      "firstParagraph": "Milly Alcock & Jason Momoa on the \"messed up\" things they did in 'Supergirl'",
      "paragraphHtml": "<p class=\"fd-carousel__description dark__text\">Milly Alcock &amp; Jason Momoa on the &quot;messed up&quot; things they did in &apos;Supergirl&apos;</p>",
      "words": 13,
      "direct": false,
      "issue": "First paragraph is 13 words and does not look like a concise direct answer."
    },
    {
      "heading": "Theaters Near You",
      "headingHtml": "<h2 class=\"theaters-module__title dark__text\">Theaters Near You</h2>",
      "firstParagraph": "Enter city, state, or zipcode",
      "paragraphHtml": "<p class=\"location__text dark__text--secondary\">Enter city, state, or zipcode</p>",
      "words": 5,
      "direct": false,
      "issue": "First paragraph is 5 words and does not look like a concise direct answer."
    },
    {
      "heading": "Offers",
      "headingHtml": "<h2 class=\"emu__heading--medium emu-override\">Offers</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "The Odyssey Signature Set",
      "headingHtml": "<h3 class=\"emu__heading--small dark__text\">The Odyssey Signature Set</h3>",
      "firstParagraph": "Includes a ticket to The Odyssey plus a exclusive Premium Collectible Print!",
      "paragraphHtml": "<p class=\"emu__description footer-offer__description dark__text\">Includes a ticket to The Odyssey plus a exclusive Premium Collectible Print!</p>",
      "words": 12,
      "direct": false,
      "issue": "First paragraph is 12 words and does not look like a concise direct answer."
    },
    {
      "heading": "Join FanClub to get 1 Free Ticket",
      "headingHtml": "<h3 class=\"emu__heading--small dark__text\">Join FanClub to get 1 Free Ticket</h3>",
      "firstParagraph": "Get 1 free ticket instantly when you join FanClub with your The Odyssey ticket order.",
      "paragraphHtml": "<p class=\"emu__description footer-offer__description dark__text\">Get 1 free ticket instantly when you join FanClub with your The Odyssey ticket order.</p>",
      "words": 15,
      "direct": false,
      "issue": "First paragraph is 15 words and does not look like a concise direct answer."
    },
    {
      "heading": "Way Down Hadestown Bundle",
      "headingHtml": "<h3 class=\"emu__heading--small dark__text\">Way Down Hadestown Bundle</h3>",
      "firstParagraph": "Includes a ticket to Hadestown: The Musical plus an exclusive engraved coin!",
      "paragraphHtml": "<p class=\"emu__description footer-offer__description dark__text\">Includes a ticket to Hadestown: The Musical plus an exclusive engraved coin!</p>",
      "words": 12,
      "direct": false,
      "issue": "First paragraph is 12 words and does not look like a concise direct answer."
    },
    {
      "heading": "Inside Disclosure Day with Colman Domingo",
      "headingHtml": "<h3 class=\"emu__heading--small dark__text\">Inside Disclosure Day with Colman Domingo</h3>",
      "firstParagraph": "Colman Domingo breaks down Disclosure Day, working with Spielberg, and Emily Blunt's unforgettable performance.",
      "paragraphHtml": "<p class=\"emu__description footer-offer__description dark__text\">Colman Domingo breaks down Disclosure Day, working with Spielberg, and Emily Blunt&apos;s unforgettable performance.</p>",
      "words": 14,
      "direct": false,
      "issue": "First paragraph is 14 words and does not look like a concise direct answer."
    },
    {
      "heading": "New & Coming soon",
      "headingHtml": "<h2 class=\"emu__heading--medium dark__text\">New &amp; Coming soon</h2>",
      "firstParagraph": "Backrooms (2026)",
      "paragraphHtml": "<p class=\"footer-coming-soon__sr-only dark__text\">Backrooms (2026)</p>",
      "words": 2,
      "direct": false,
      "issue": "First paragraph is 2 words and does not look like a concise direct answer."
    },
    {
      "heading": "Experience + Explore",
      "headingHtml": "<h3 class=\"heading-style-1 heading-size-m footer-nav__heading dark__text\">Experience + Explore</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Editorial Features",
      "headingHtml": "<h3 class=\"heading-style-1 heading-size-m footer-nav__heading dark__text\">Editorial Features</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Videos",
      "headingHtml": "<h3 class=\"heading-style-1 heading-size-m footer-nav__heading dark__text\">Videos</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Exclusives",
      "headingHtml": "<h3 class=\"heading-style-1 heading-size-m footer-nav__heading dark__text\">Exclusives</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Follow Us",
      "headingHtml": "<h3 class=\"footer-utility-links__heading dark__text\">Follow Us</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Get Fandango Apps",
      "headingHtml": "<h3 class=\"footer-utility-links__heading dark__text\">Get Fandango Apps</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Special Offer",
      "headingHtml": "<h3 class=\"offer-modal__title dark__text\">Special Offer</h3>",
      "firstParagraph": "Get The Odyssey Signature Set and receive one movie ticket to The Odyssey plus an exclusive Premium Collectible print.",
      "paragraphHtml": "<p class=\"offer-modal__description\">Get The Odyssey Signature Set and receive one movie ticket to The Odyssey plus an exclusive Premium Collectible print.</p>",
      "words": 19,
      "direct": false,
      "issue": "First paragraph is 19 words and does not look like a concise direct answer."
    },
    {
      "heading": "¡La Copa Mundial de la FIFA 2026™ por Telemundo!",
      "headingHtml": "<h3 class=\"offer-modal__title dark__text\">&#xa1;La Copa Mundial de la FIFA 2026&#x2122; por Telemundo!</h3>",
      "firstParagraph": "Disfruta la transmisión en español de la Copa Mundial de la FIFA 2026™ por Telemundo en la gran pantalla.",
      "paragraphHtml": "<p class=\"offer-modal__description\">Disfruta la transmisi&#xf3;n en espa&#xf1;ol de la Copa Mundial de la FIFA 2026&#x2122; por Telemundo en la gran pantalla.</p>",
      "words": 21,
      "direct": false,
      "issue": "First paragraph is 21 words and does not look like a concise direct answer."
    },
    {
      "heading": "Join FanClub to get 1 free ticket",
      "headingHtml": "<h3 class=\"offer-modal__title dark__text\">Join FanClub to get 1 free ticket</h3>",
      "firstParagraph": "Get 1 free ticket instantly when you join FanClub with your The Odyssey ticket order.",
      "paragraphHtml": "<p class=\"offer-modal__description\">Get 1 free ticket instantly when you join FanClub with your The Odyssey ticket order.</p>",
      "words": 15,
      "direct": false,
      "issue": "First paragraph is 15 words and does not look like a concise direct answer."
    },
    {
      "heading": "Inside Disclosure Day with Colman Domingo",
      "headingHtml": "<h3 class=\"offer-modal__title dark__text\">Inside Disclosure Day with Colman Domingo</h3>",
      "firstParagraph": "Colman Domingo breaks down Disclosure Day, working with Spielberg, and Emily Blunt's unforgettable performance.",
      "paragraphHtml": "<p class=\"offer-modal__description\">Colman Domingo breaks down Disclosure Day, working with Spielberg, and Emily Blunt&apos;s unforgettable performance.</p>",
      "words": 14,
      "direct": false,
      "issue": "First paragraph is 14 words and does not look like a concise direct answer."
    },
    {
      "heading": "Special Offer",
      "headingHtml": "<h3 class=\"offer-modal__title dark__text\">Special Offer</h3>",
      "firstParagraph": "Buy 2 tickets to jackass: best and last, get 1 ticket free (equal or lesser price, up to $20 total ticket price and fees) with code JACKASSB2G1",
      "paragraphHtml": "<p class=\"offer-modal__description\">Buy 2 tickets to jackass: best and last, get 1 ticket free (equal or lesser price, up to &#x24;20 total ticket price and fees) with code JACKASSB2G1</p>",
      "words": 27,
      "direct": false,
      "issue": "First paragraph is 27 words and does not look like a concise direct answer."
    },
    {
      "heading": "Special Offer",
      "headingHtml": "<h3 class=\"offer-modal__title dark__text\">Special Offer</h3>",
      "firstParagraph": "Get The Beyond Infinity Bundle and receive one movie ticket to Toy Story 5 plus a limited-edition Animation Print!",
      "paragraphHtml": "<p class=\"offer-modal__description\">Get The Beyond Infinity Bundle and receive one movie ticket to Toy Story 5 plus a limited-edition Animation Print!</p>",
      "words": 19,
      "direct": false,
      "issue": "First paragraph is 19 words and does not look like a concise direct answer."
    },
    {
      "heading": "Special Offer",
      "headingHtml": "<h3 class=\"offer-modal__title dark__text\">Special Offer</h3>",
      "firstParagraph": "Buy a ticket to watch Illumination’s Minions & Monsters and you could win a Universal theme park vacation in Hollywood or Orlando",
      "paragraphHtml": "<p class=\"offer-modal__description\">Buy a ticket to watch Illumination&#x2019;s Minions &amp; Monsters and you could win a Universal theme park vacation in Hollywood or Orlando</p>",
      "words": 22,
      "direct": false,
      "issue": "First paragraph is 22 words and does not look like a concise direct answer."
    },
    {
      "heading": "YOU HAVE THE POWER!",
      "headingHtml": "<h3 class=\"offer-modal__title dark__text\">YOU HAVE THE POWER!</h3>",
      "firstParagraph": "Step into the battle for Eternia like never before. Grab your Masters of the Universe Power Pint bundle and witness He-Man and Skeletor clash in Dolby Cinema—plus receive Fandango-exclusive collectible pint glasses that bring the power with you.",
      "paragraphHtml": "<p class=\"offer-modal__description\">Step into the battle for Eternia like never before. Grab your Masters of the Universe Power Pint bundle and witness He-Man and Skeletor clash in Dolby Cinema&#x2014;plus receive Fandango-exclusive collectible pint glasses that bring the power with you.</p>",
      "words": 39,
      "direct": false,
      "issue": "First paragraph is 39 words and does not look like a concise direct answer."
    },
    {
      "heading": "Special Offer",
      "headingHtml": "<h3 class=\"offer-modal__title dark__text\">Special Offer</h3>",
      "firstParagraph": "Be the first to see Minions & Monsters at an exclusive early screening for Xfinity members and Fandango account holders, exclusively on Fandango.",
      "paragraphHtml": "<p class=\"offer-modal__description\">Be the first to see Minions &amp; Monsters at an exclusive early screening for Xfinity members and Fandango account holders, exclusively on Fandango.</p>",
      "words": 22,
      "direct": false,
      "issue": "First paragraph is 22 words and does not look like a concise direct answer."
    },
    {
      "heading": "Special Offer",
      "headingHtml": "<h3 class=\"offer-modal__title dark__text\">Special Offer</h3>",
      "firstParagraph": "See it in RealD 3D and get $5 off a ticket with code MINIONSIN3D.",
      "paragraphHtml": "<p class=\"offer-modal__description\">See it in RealD 3D and get &#x24;5 off a ticket with code MINIONSIN3D.</p>",
      "words": 14,
      "direct": false,
      "issue": "First paragraph is 14 words and does not look like a concise direct answer."
    },
    {
      "heading": "Special Offer",
      "headingHtml": "<h3 class=\"offer-modal__title dark__text\">Special Offer</h3>",
      "firstParagraph": "Experience Supergirl in RealD 3D and get $5 off a 3D ticket with the code SUPERGIRL3D",
      "paragraphHtml": "<p class=\"offer-modal__description\"> Experience&#xa0;Supergirl&#xa0;in RealD 3D and get &#x24;5 off a 3D ticket with the code SUPERGIRL3D</p>",
      "words": 16,
      "direct": false,
      "issue": "First paragraph is 16 words and does not look like a concise direct answer."
    },
    {
      "heading": "Join FanClub to get 1 free ticket",
      "headingHtml": "<h3 class=\"offer-modal__title dark__text\">Join FanClub to get 1 free ticket</h3>",
      "firstParagraph": "Get 1 free ticket instantly when you join FanClub with your Disclosure Day ticket order.",
      "paragraphHtml": "<p class=\"offer-modal__description\">Get 1 free ticket instantly when you join FanClub with your Disclosure Day ticket order.</p>",
      "words": 15,
      "direct": false,
      "issue": "First paragraph is 15 words and does not look like a concise direct answer."
    },
    {
      "heading": "Special Offer",
      "headingHtml": "<h3 class=\"offer-modal__title dark__text\">Special Offer</h3>",
      "firstParagraph": "Buy a Toy Story 5 IMAX ticket and receive $5 off your AMC concessions order.",
      "paragraphHtml": "<p class=\"offer-modal__description\">Buy a Toy Story 5 IMAX ticket and receive &#x24;5 off your AMC concessions order.</p>",
      "words": 15,
      "direct": false,
      "issue": "First paragraph is 15 words and does not look like a concise direct answer."
    }
  ],
  "score": 65,
  "weight": 28
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

AEO: Question-led structure

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

4 Warning

Needs attention

AEO: Question-led structure

Warning
01

Issue

No question-led h2 sections or FAQ pattern was detected.

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: 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": 8,
  "questionH2s": [],
  "hasFaq": false,
  "score": 50,
  "weight": 18
}

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

112 image(s) are missing width/height attributes. 182 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, viewport-fit=cover",
  "visibleWords": 3391,
  "htmlBytes": 298014,
  "imagesMissingDimensions": [
    {
      "src": "https://images.fandango.com/cms/assets/8e509170-3d0d-11f1-a2dc-ab6c01e84288--global-offers-gift.svg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img class=\"global-offer-banner__icon\" src=\"https://images.fandango.com/cms/assets/8e509170-3d0d-11f1-a2dc-ab6c01e84288--global-offers-gift.svg\" alt=\"offer icon\" role=\"presentation\">"
    },
    {
      "src": "https://images.fandango.com/cms/assets/89589870-3d0d-11f1-a8a7-69091d5e2e68--global-offers-ticket.svg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img class=\"global-offer-banner__icon\" src=\"https://images.fandango.com/cms/assets/89589870-3d0d-11f1-a8a7-69091d5e2e68--global-offers-ticket.svg\" alt=\"offer icon\" role=\"presentation\">"
    },
    {
      "src": "https://images.fandango.com/cms/assets/89589870-3d0d-11f1-a8a7-69091d5e2e68--global-offers-ticket.svg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img class=\"global-offer-banner__icon\" src=\"https://images.fandango.com/cms/assets/89589870-3d0d-11f1-a8a7-69091d5e2e68--global-offers-ticket.svg\" alt=\"offer icon\" role=\"presentation\">"
    },
    {
      "src": "https://images.fandango.com/cms/assets/8e509170-3d0d-11f1-a2dc-ab6c01e84288--global-offers-gift.svg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img class=\"global-offer-banner__icon\" src=\"https://images.fandango.com/cms/assets/8e509170-3d0d-11f1-a2dc-ab6c01e84288--global-offers-gift.svg\" alt=\"offer icon\" role=\"presentation\">"
    },
    {
      "src": "https://images.fandango.com/cms/assets/89589870-3d0d-11f1-a8a7-69091d5e2e68--global-offers-ticket.svg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img class=\"global-offer-banner__icon\" src=\"https://images.fandango.com/cms/assets/89589870-3d0d-11f1-a8a7-69091d5e2e68--global-offers-ticket.svg\" alt=\"offer icon\" role=\"presentation\">"
    },
    {
      "src": "https://images.fandango.com/cms/assets/8e509170-3d0d-11f1-a2dc-ab6c01e84288--global-offers-gift.svg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img class=\"global-offer-banner__icon\" src=\"https://images.fandango.com/cms/assets/8e509170-3d0d-11f1-a2dc-ab6c01e84288--global-offers-gift.svg\" alt=\"offer icon\" role=\"presentation\">"
    },
    {
      "src": "https://images.fandango.com/cms/assets/89589870-3d0d-11f1-a8a7-69091d5e2e68--global-offers-ticket.svg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img class=\"global-offer-banner__icon\" src=\"https://images.fandango.com/cms/assets/89589870-3d0d-11f1-a8a7-69091d5e2e68--global-offers-ticket.svg\" alt=\"offer icon\" role=\"presentation\">"
    },
    {
      "src": "https://images.fandango.com/cms/assets/89589870-3d0d-11f1-a8a7-69091d5e2e68--global-offers-ticket.svg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img class=\"global-offer-banner__icon\" src=\"https://images.fandango.com/cms/assets/89589870-3d0d-11f1-a8a7-69091d5e2e68--global-offers-ticket.svg\" alt=\"offer icon\" role=\"presentation\">"
    },
    {
      "src": "https://images.fandango.com/cms/assets/89589870-3d0d-11f1-a8a7-69091d5e2e68--global-offers-ticket.svg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img class=\"global-offer-banner__icon\" src=\"https://images.fandango.com/cms/assets/89589870-3d0d-11f1-a8a7-69091d5e2e68--global-offers-ticket.svg\" alt=\"offer icon\" role=\"presentation\">"
    },
    {
      "src": "https://images.fandango.com/cms/assets/8e509170-3d0d-11f1-a2dc-ab6c01e84288--global-offers-gift.svg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img class=\"global-offer-banner__icon\" src=\"https://images.fandango.com/cms/assets/8e509170-3d0d-11f1-a2dc-ab6c01e84288--global-offers-gift.svg\" alt=\"offer icon\" role=\"presentation\">"
    },
    {
      "src": "https://images.fandango.com/cms/assets/89589870-3d0d-11f1-a8a7-69091d5e2e68--global-offers-ticket.svg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img class=\"global-offer-banner__icon\" src=\"https://images.fandango.com/cms/assets/89589870-3d0d-11f1-a8a7-69091d5e2e68--global-offers-ticket.svg\" alt=\"offer icon\" role=\"presentation\">"
    },
    {
      "src": "https://images.fandango.com/cms/assets/89589870-3d0d-11f1-a8a7-69091d5e2e68--global-offers-ticket.svg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img class=\"global-offer-banner__icon\" src=\"https://images.fandango.com/cms/assets/89589870-3d0d-11f1-a8a7-69091d5e2e68--global-offers-ticket.svg\" alt=\"offer icon\" role=\"presentation\">"
    },
    {
      "src": "https://images.fandango.com/cms/assets/8e509170-3d0d-11f1-a2dc-ab6c01e84288--global-offers-gift.svg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img class=\"global-offer-banner__icon\" src=\"https://images.fandango.com/cms/assets/8e509170-3d0d-11f1-a2dc-ab6c01e84288--global-offers-gift.svg\" alt=\"offer icon\" role=\"presentation\">"
    },
    {
      "src": "https://images.fandango.com/ImageRenderer/200/0/redesign/static/img/default_poster--dark-mode.png/0/images/masterrepository/Fandango/244050/NVW_AdvanceEye1Sheet2_1080x1350pxH_RGB_3.jpg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img alt class=\"fd-carousel__img\" role=\"presentation\" src=\"https://images.fandango.com/ImageRenderer/200/0/redesign/static/img/default_poster--dark-mode.png/0/images/masterrepository/Fandango/244050/NVW_AdvanceEye1Sheet2_1080x1350pxH_RGB_3.jpg\">"
    },
    {
      "src": "https://images.fandango.com/ImageRenderer/200/0/redesign/static/img/default_poster--dark-mode.png/0/images/masterrepository/Fandango/245861/BTS-BusanTicketing-900-x-1333-Fandango.jpg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img alt class=\"fd-carousel__img\" role=\"presentation\" src=\"https://images.fandango.com/ImageRenderer/200/0/redesign/static/img/default_poster--dark-mode.png/0/images/masterrepository/Fandango/245861/BTS-BusanTicketing-900-x-1333-Fandango.jpg\">"
    },
    {
      "src": "https://images.fandango.com/ImageRenderer/200/0/redesign/static/img/default_poster--dark-mode.png/0/images/masterrepository/Fandango/244811/StopThatTrain_DigitalLobby_1033x1530.jpg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img alt class=\"fd-carousel__img\" role=\"presentation\" src=\"https://images.fandango.com/ImageRenderer/200/0/redesign/static/img/default_poster--dark-mode.png/0/images/masterrepository/Fandango/244811/StopThatTrain_DigitalLobby_1033x1530.jpg\">"
    },
    {
      "src": "https://images.fandango.com/ImageRenderer/200/0/redesign/static/img/default_poster--dark-mode.png/0/images/masterrepository/Fandango/245071/FURIOUS_2000x3000_ONLINE_1SHT_2x3_PAYOFF_V3.jpg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img alt class=\"fd-carousel__img\" role=\"presentation\" src=\"https://images.fandango.com/ImageRenderer/200/0/redesign/static/img/default_poster--dark-mode.png/0/images/masterrepository/Fandango/245071/FURIOUS_2000x3000_ONLINE_1SHT_2x3_PAYOFF_V3.jpg\">"
    },
    {
      "src": "https://images.fandango.com/ImageRenderer/200/0/redesign/static/img/default_poster--dark-mode.png/0/images/masterrepository/Fandango/245093/SCRY_THEATRE_OnLine_Teaser_One_Sheet_2025x3000_04.30.26_NO_TECH.jpg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img alt class=\"fd-carousel__img\" role=\"presentation\" src=\"https://images.fandango.com/ImageRenderer/200/0/redesign/static/img/default_poster--dark-mode.png/0/images/masterrepository/Fandango/245093/SCRY_THEATRE_OnLine_Teaser_One_Sheet_2025x3000_04.30.26_NO_TECH.jpg\">"
    },
    {
      "src": "https://images.fandango.com/ImageRenderer/200/0/redesign/static/img/default_poster--dark-mode.png/0/images/masterrepository/Fandango/239690/MOTU_2026_Payoff_Static_Poster_2765x4096.jpg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img alt class=\"fd-carousel__img\" role=\"presentation\" src=\"https://images.fandango.com/ImageRenderer/200/0/redesign/static/img/default_poster--dark-mode.png/0/images/masterrepository/Fandango/239690/MOTU_2026_Payoff_Static_Poster_2765x4096.jpg\">"
    },
    {
      "src": "https://images.fandango.com/ImageRenderer/200/0/redesign/static/img/default_poster--dark-mode.png/0/images/masterrepository/Fandango/245189/1000x1480_TADC_TixThumb_Exh_2026_Final.png",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img alt class=\"fd-carousel__img\" role=\"presentation\" src=\"https://images.fandango.com/ImageRenderer/200/0/redesign/static/img/default_poster--dark-mode.png/0/images/masterrepository/Fandango/245189/1000x1480_TADC_TixThumb_Exh_2026_Final.png\">"
    },
    {
      "src": "https://images.fandango.com/ImageRenderer/200/0/redesign/static/img/default_poster--dark-mode.png/0/images/masterrepository/Fandango/244954/BACKROOMS_Digi_1-Sheet.jpg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img alt class=\"fd-carousel__img\" role=\"presentation\" src=\"https://images.fandango.com/ImageRenderer/200/0/redesign/static/img/default_poster--dark-mode.png/0/images/masterrepository/Fandango/244954/BACKROOMS_Digi_1-Sheet.jpg\">"
    },
    {
      "src": "https://images.fandango.com/ImageRenderer/200/0/redesign/static/img/default_poster--dark-mode.png/0/images/masterrepository/Fandango/242812/OBSESSION_OFFICIAL_POSTER.jpg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img alt class=\"fd-carousel__img\" role=\"presentation\" src=\"https://images.fandango.com/ImageRenderer/200/0/redesign/static/img/default_poster--dark-mode.png/0/images/masterrepository/Fandango/242812/OBSESSION_OFFICIAL_POSTER.jpg\">"
    },
    {
      "src": "https://images.fandango.com/ImageRenderer/200/0/redesign/static/img/default_poster--dark-mode.png/0/images/masterrepository/Fandango/245098/SH-TicketingThumbnailPoster-1000x1480.png",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img alt class=\"fd-carousel__img\" role=\"presentation\" src=\"https://images.fandango.com/ImageRenderer/200/0/redesign/static/img/default_poster--dark-mode.png/0/images/masterrepository/Fandango/245098/SH-TicketingThumbnailPoster-1000x1480.png\">"
    },
    {
      "src": "https://images.fandango.com/ImageRenderer/200/0/redesign/static/img/default_poster--dark-mode.png/0/images/masterrepository/Fandango/244956/CarolinaCaroline-Poster.jpg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img alt class=\"fd-carousel__img\" role=\"presentation\" src=\"https://images.fandango.com/ImageRenderer/200/0/redesign/static/img/default_poster--dark-mode.png/0/images/masterrepository/Fandango/244956/CarolinaCaroline-Poster.jpg\">"
    },
    {
      "src": "https://images.fandango.com/ImageRenderer/200/0/redesign/static/img/default_poster--dark-mode.png/0/images/masterrepository/Fandango/242515/THA_4DX-KEYART_v20_CinemaCon_Mech3.jpg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img alt class=\"fd-carousel__img\" role=\"presentation\" src=\"https://images.fandango.com/ImageRenderer/200/0/redesign/static/img/default_poster--dark-mode.png/0/images/masterrepository/Fandango/242515/THA_4DX-KEYART_v20_CinemaCon_Mech3.jpg\">"
    },
    {
      "src": "https://images.fandango.com/ImageRenderer/200/0/redesign/static/img/default_poster--dark-mode.png/0/images/masterrepository/Fandango/243767/BW_Online_1400x2100_.jpg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img alt class=\"fd-carousel__img\" role=\"presentation\" src=\"https://images.fandango.com/ImageRenderer/200/0/redesign/static/img/default_poster--dark-mode.png/0/images/masterrepository/Fandango/243767/BW_Online_1400x2100_.jpg\">"
    },
    {
      "src": "https://images.fandango.com/ImageRenderer/200/0/redesign/static/img/default_poster--dark-mode.png/0/images/masterrepository/Fandango/243301/MAVEN_27x40_1SHT_KA_VRT_RGB_V16_ONLINE_CROP.jpg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img alt class=\"fd-carousel__img\" role=\"presentation\" src=\"https://images.fandango.com/ImageRenderer/200/0/redesign/static/img/default_poster--dark-mode.png/0/images/masterrepository/Fandango/243301/MAVEN_27x40_1SHT_KA_VRT_RGB_V16_ONLINE_CROP.jpg\">"
    },
    {
      "src": "https://images.fandango.com/ImageRenderer/200/0/redesign/static/img/default_poster--dark-mode.png/0/images/masterrepository/Fandango/243909/DWP2_OOH_SHELTER_STAIRCASE_GROUP_FIN-12_Simplified_Mech7.jpg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img alt class=\"fd-carousel__img\" role=\"presentation\" src=\"https://images.fandango.com/ImageRenderer/200/0/redesign/static/img/default_poster--dark-mode.png/0/images/masterrepository/Fandango/243909/DWP2_OOH_SHELTER_STAIRCASE_GROUP_FIN-12_Simplified_Mech7.jpg\">"
    },
    {
      "src": "https://images.fandango.com/ImageRenderer/200/0/redesign/static/img/default_poster--dark-mode.png/0/images/masterrepository/Fandango/244979/POWER_BALLAD_2025x3000_ONLINE_1SHT_QUOTES_RGB_V4.jpg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img alt class=\"fd-carousel__img\" role=\"presentation\" src=\"https://images.fandango.com/ImageRenderer/200/0/redesign/static/img/default_poster--dark-mode.png/0/images/masterrepository/Fandango/244979/POWER_BALLAD_2025x3000_ONLINE_1SHT_QUOTES_RGB_V4.jpg\">"
    },
    {
      "src": "https://images.fandango.com/ImageRenderer/200/0/redesign/static/img/default_poster--dark-mode.png/0/images/masterrepository/Fandango/244744/PRESSURE_OFFICIAL_POSTER.jpg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img alt class=\"fd-carousel__img\" role=\"presentation\" src=\"https://images.fandango.com/ImageRenderer/200/0/redesign/static/img/default_poster--dark-mode.png/0/images/masterrepository/Fandango/244744/PRESSURE_OFFICIAL_POSTER.jpg\">"
    },
    {
      "src": "https://images.fandango.com/ImageRenderer/200/0/redesign/static/img/default_poster--dark-mode.png/0/images/masterrepository/Fandango/245151/I%20Love%20Boosters%20-%20Final%20Poster%20-%2027x40.jpg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img alt class=\"fd-carousel__img\" role=\"presentation\" src=\"https://images.fandango.com/ImageRenderer/200/0/redesign/static/img/default_poster--dark-mode.png/0/images/masterrepository/Fandango/245151/I%20Love%20Boosters%20-%20Final%20Poster%20-%2027x40.jpg\">"
    },
    {
      "src": "https://images.fandango.com/ImageRenderer/200/0/redesign/static/img/default_poster--dark-mode.png/0/images/masterrepository/Fandango/244115/BB_Tuner_KeyartResize_FB_X_1080x1600_R2A_Alt.jpg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img alt class=\"fd-carousel__img\" role=\"presentation\" src=\"https://images.fandango.com/ImageRenderer/200/0/redesign/static/img/default_poster--dark-mode.png/0/images/masterrepository/Fandango/244115/BB_Tuner_KeyartResize_FB_X_1080x1600_R2A_Alt.jpg\">"
    },
    {
      "src": "https://images.fandango.com/ImageRenderer/200/0/redesign/static/img/default_poster--dark-mode.png/0/images/masterrepository/Fandango/241451/KOMBAT2_VERT_MAIN_2764x4096_DOM.jpg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img alt class=\"fd-carousel__img\" role=\"presentation\" src=\"https://images.fandango.com/ImageRenderer/200/0/redesign/static/img/default_poster--dark-mode.png/0/images/masterrepository/Fandango/241451/KOMBAT2_VERT_MAIN_2764x4096_DOM.jpg\">"
    },
    {
      "src": "https://images.fandango.com/ImageRenderer/200/0/redesign/static/img/default_poster--dark-mode.png/0/images/masterrepository/Fandango/245440/passenger.jpg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img alt class=\"fd-carousel__img\" role=\"presentation\" src=\"https://images.fandango.com/ImageRenderer/200/0/redesign/static/img/default_poster--dark-mode.png/0/images/masterrepository/Fandango/245440/passenger.jpg\">"
    },
    {
      "src": "https://images.fandango.com/ImageRenderer/200/0/redesign/static/img/default_poster--dark-mode.png/0/images/masterrepository/Fandango/236788/THE-SHEEP-DETECTIVES-Poster-2.jpg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img alt class=\"fd-carousel__img\" role=\"presentation\" src=\"https://images.fandango.com/ImageRenderer/200/0/redesign/static/img/default_poster--dark-mode.png/0/images/masterrepository/Fandango/236788/THE-SHEEP-DETECTIVES-Poster-2.jpg\">"
    },
    {
      "src": "https://images.fandango.com/ImageRenderer/200/0/redesign/static/img/default_poster--dark-mode.png/0/images/masterrepository/Fandango/245013/402870-1_id1b_Shrk25_27x40_VIEW_1Sht_PF_RGB.jpg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img alt class=\"fd-carousel__img\" role=\"presentation\" src=\"https://images.fandango.com/ImageRenderer/200/0/redesign/static/img/default_poster--dark-mode.png/0/images/masterrepository/Fandango/245013/402870-1_id1b_Shrk25_27x40_VIEW_1Sht_PF_RGB.jpg\">"
    },
    {
      "src": "https://images.fandango.com/ImageRenderer/200/0/redesign/static/img/default_poster--dark-mode.png/0/images/masterrepository/Fandango/241834/is-god-is-new.jpg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img alt class=\"fd-carousel__img\" role=\"presentation\" src=\"https://images.fandango.com/ImageRenderer/200/0/redesign/static/img/default_poster--dark-mode.png/0/images/masterrepository/Fandango/241834/is-god-is-new.jpg\">"
    },
    {
      "src": "https://images.fandango.com/ImageRenderer/200/0/redesign/static/img/default_poster--dark-mode.png/0/images/masterrepository/Fandango/242307/MOG_Payoff_1Sheet_1080x1920_2_adjusted.jpg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img alt class=\"fd-carousel__img\" role=\"presentation\" src=\"https://images.fandango.com/ImageRenderer/200/0/redesign/static/img/default_poster--dark-mode.png/0/images/masterrepository/Fandango/242307/MOG_Payoff_1Sheet_1080x1920_2_adjusted.jpg\">"
    },
    {
      "src": "https://images.fandango.com/ImageRenderer/200/0/redesign/static/img/default_poster--dark-mode.png/0/images/masterrepository/Fandango/243709/FIN01_AnimalFarm_KeyArt_Digital_1Sheet_64_Trim.jpg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img alt class=\"fd-carousel__img\" role=\"presentation\" src=\"https://images.fandango.com/ImageRenderer/200/0/redesign/static/img/default_poster--dark-mode.png/0/images/masterrepository/Fandango/243709/FIN01_AnimalFarm_KeyArt_Digital_1Sheet_64_Trim.jpg\">"
    },
    {
      "src": "https://images.fandango.com/ImageRenderer/200/0/redesign/static/img/default_poster--dark-mode.png/0/images/masterrepository/Fandango/243816/projecthailmary-finalart.jpg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img alt class=\"fd-carousel__img\" role=\"presentation\" src=\"https://images.fandango.com/ImageRenderer/200/0/redesign/static/img/default_poster--dark-mode.png/0/images/masterrepository/Fandango/243816/projecthailmary-finalart.jpg\">"
    },
    {
      "src": "https://images.fandango.com/ImageRenderer/200/0/redesign/static/img/default_poster--dark-mode.png/0/images/masterrepository/Fandango/241283/odyssey_presale.jpg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img alt class=\"fd-carousel__img\" role=\"presentation\" src=\"https://images.fandango.com/ImageRenderer/200/0/redesign/static/img/default_poster--dark-mode.png/0/images/masterrepository/Fandango/241283/odyssey_presale.jpg\">"
    },
    {
      "src": "https://images.fandango.com/ImageRenderer/200/0/redesign/static/img/default_poster--dark-mode.png/0/images/masterrepository/Fandango/245859/Hadestown_presale.jpg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img alt class=\"fd-carousel__img\" role=\"presentation\" src=\"https://images.fandango.com/ImageRenderer/200/0/redesign/static/img/default_poster--dark-mode.png/0/images/masterrepository/Fandango/245859/Hadestown_presale.jpg\">"
    },
    {
      "src": "https://images.fandango.com/ImageRenderer/200/0/redesign/static/img/default_poster--dark-mode.png/0/images/masterrepository/Fandango/243716/supergirl_presale.jpg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img alt class=\"fd-carousel__img\" role=\"presentation\" src=\"https://images.fandango.com/ImageRenderer/200/0/redesign/static/img/default_poster--dark-mode.png/0/images/masterrepository/Fandango/243716/supergirl_presale.jpg\">"
    },
    {
      "src": "https://images.fandango.com/ImageRenderer/200/0/redesign/static/img/default_poster--dark-mode.png/0/images/masterrepository/Fandango/243393/toystory5_presale.jpg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img alt class=\"fd-carousel__img\" role=\"presentation\" src=\"https://images.fandango.com/ImageRenderer/200/0/redesign/static/img/default_poster--dark-mode.png/0/images/masterrepository/Fandango/243393/toystory5_presale.jpg\">"
    },
    {
      "src": "https://images.fandango.com/ImageRenderer/200/0/redesign/static/img/default_poster--dark-mode.png/0/images/masterrepository/Fandango/244409/minionsmonsters_presale.jpg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img alt class=\"fd-carousel__img\" role=\"presentation\" src=\"https://images.fandango.com/ImageRenderer/200/0/redesign/static/img/default_poster--dark-mode.png/0/images/masterrepository/Fandango/244409/minionsmonsters_presale.jpg\">"
    },
    {
      "src": "https://images.fandango.com/ImageRenderer/200/0/redesign/static/img/default_poster--dark-mode.png/0/images/masterrepository/Fandango/245528/jackass_presale.jpg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img alt class=\"fd-carousel__img\" role=\"presentation\" src=\"https://images.fandango.com/ImageRenderer/200/0/redesign/static/img/default_poster--dark-mode.png/0/images/masterrepository/Fandango/245528/jackass_presale.jpg\">"
    },
    {
      "src": "https://images.fandango.com/cms/assets/9bfd86b0-59f1-11f1-8b42-5f4160afa8cb--fan-telemundo-worldcup-mop-900x1333-pbfan-espanol.jpg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img alt class=\"fd-carousel__img\" role=\"presentation\" src=\"https://images.fandango.com/cms/assets/9bfd86b0-59f1-11f1-8b42-5f4160afa8cb--fan-telemundo-worldcup-mop-900x1333-pbfan-espanol.jpg\">"
    },
    {
      "src": "https://images.fandango.com/ImageRenderer/200/0/redesign/static/img/default_poster--dark-mode.png/0/images/masterrepository/Fandango/245605/minionsmonsters_ea.jpg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img alt class=\"fd-carousel__img\" role=\"presentation\" src=\"https://images.fandango.com/ImageRenderer/200/0/redesign/static/img/default_poster--dark-mode.png/0/images/masterrepository/Fandango/245605/minionsmonsters_ea.jpg\">"
    },
    {
      "src": "https://images.fandango.com/ImageRenderer/200/0/redesign/static/img/default_poster--dark-mode.png/0/images/masterrepository/Fandango/245966/supergirlfanevent_presale.jpg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img alt class=\"fd-carousel__img\" role=\"presentation\" src=\"https://images.fandango.com/ImageRenderer/200/0/redesign/static/img/default_poster--dark-mode.png/0/images/masterrepository/Fandango/245966/supergirlfanevent_presale.jpg\">"
    },
    {
      "src": "https://images.fandango.com/ImageRenderer/200/0/redesign/static/img/default_poster--dark-mode.png/0/images/masterrepository/Fandango/244774/youngwashington_presale.jpg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img alt class=\"fd-carousel__img\" role=\"presentation\" src=\"https://images.fandango.com/ImageRenderer/200/0/redesign/static/img/default_poster--dark-mode.png/0/images/masterrepository/Fandango/244774/youngwashington_presale.jpg\">"
    },
    {
      "src": "https://images.fandango.com/ImageRenderer/200/0/redesign/static/img/default_poster--dark-mode.png/0/images/masterrepository/Fandango/244464/girlslikegirls_presale.jpg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img alt class=\"fd-carousel__img\" role=\"presentation\" src=\"https://images.fandango.com/ImageRenderer/200/0/redesign/static/img/default_poster--dark-mode.png/0/images/masterrepository/Fandango/244464/girlslikegirls_presale.jpg\">"
    },
    {
      "src": "https://images.fandango.com/ImageRenderer/200/0/redesign/static/img/default_poster--dark-mode.png/0/images/masterrepository/Fandango/245728/BLEACH_TYBW_Fathom_partner_1000x1480.jpg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img alt class=\"fd-carousel__img\" role=\"presentation\" src=\"https://images.fandango.com/ImageRenderer/200/0/redesign/static/img/default_poster--dark-mode.png/0/images/masterrepository/Fandango/245728/BLEACH_TYBW_Fathom_partner_1000x1480.jpg\">"
    },
    {
      "src": "https://images.fandango.com/ImageRenderer/200/0/redesign/static/img/default_poster--dark-mode.png/0/images/masterrepository/Fandango/245872/six_themusical_presale.jpg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img alt class=\"fd-carousel__img\" role=\"presentation\" src=\"https://images.fandango.com/ImageRenderer/200/0/redesign/static/img/default_poster--dark-mode.png/0/images/masterrepository/Fandango/245872/six_themusical_presale.jpg\">"
    },
    {
      "src": "https://images.fandango.com/ImageRenderer/200/0/redesign/static/img/default_poster--dark-mode.png/0/images/masterrepository/Fandango/244800/dunepart3_presale.jpg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img alt class=\"fd-carousel__img\" role=\"presentation\" src=\"https://images.fandango.com/ImageRenderer/200/0/redesign/static/img/default_poster--dark-mode.png/0/images/masterrepository/Fandango/244800/dunepart3_presale.jpg\">"
    },
    {
      "src": "https://images.fandango.com/ImageRenderer/200/0/redesign/static/img/default_poster--dark-mode.png/0/images/masterrepository/Fandango/243429/Canon_853_1SheetIG_KeyArt_FIN041_FINAL_KA_Mech4.jpg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img alt class=\"fd-carousel__img\" role=\"presentation\" src=\"https://images.fandango.com/ImageRenderer/200/0/redesign/static/img/default_poster--dark-mode.png/0/images/masterrepository/Fandango/243429/Canon_853_1SheetIG_KeyArt_FIN041_FINAL_KA_Mech4.jpg\">"
    },
    {
      "src": "https://images.fandango.com/ImageRenderer/200/0/redesign/static/img/default_poster--dark-mode.png/0/images/masterrepository/Fandango/245149/OAKST_VERT_TSR_2764x4096_NIRD.jpg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img alt class=\"fd-carousel__img\" role=\"presentation\" src=\"https://images.fandango.com/ImageRenderer/200/0/redesign/static/img/default_poster--dark-mode.png/0/images/masterrepository/Fandango/245149/OAKST_VERT_TSR_2764x4096_NIRD.jpg\">"
    },
    {
      "src": "https://images.fandango.com/ImageRenderer/200/0/redesign/static/img/default_poster--dark-mode.png/0/images/masterrepository/Fandango/243756/DRH_321_DIGITAL-FINISH_2025x3000_V70.jpg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img alt class=\"fd-carousel__img\" role=\"presentation\" src=\"https://images.fandango.com/ImageRenderer/200/0/redesign/static/img/default_poster--dark-mode.png/0/images/masterrepository/Fandango/243756/DRH_321_DIGITAL-FINISH_2025x3000_V70.jpg\">"
    },
    {
      "src": "https://images.fandango.com/ImageRenderer/200/0/redesign/static/img/default_poster--dark-mode.png/0/images/masterrepository/Fandango/245123/IceCreamMan_1Sht_27x40_192_ONLINE_WW_M02_web_2x3.jpg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img alt class=\"fd-carousel__img\" role=\"presentation\" src=\"https://images.fandango.com/ImageRenderer/200/0/redesign/static/img/default_poster--dark-mode.png/0/images/masterrepository/Fandango/245123/IceCreamMan_1Sht_27x40_192_ONLINE_WW_M02_web_2x3.jpg\">"
    },
    {
      "src": "https://images.fandango.com/ImageRenderer/200/0/redesign/static/img/default_poster--dark-mode.png/0/images/masterrepository/Fandango/243819/SMBND_Online_1400x2100_Reflection_03.jpg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img alt class=\"fd-carousel__img\" role=\"presentation\" src=\"https://images.fandango.com/ImageRenderer/200/0/redesign/static/img/default_poster--dark-mode.png/0/images/masterrepository/Fandango/243819/SMBND_Online_1400x2100_Reflection_03.jpg\">"
    },
    {
      "src": "https://images2.vudu.com/assets/content/poster/4962342-144",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img alt class=\"fd-carousel__img\" role=\"presentation\" src=\"https://images2.vudu.com/assets/content/poster/4962342-144\" onload=\"this.removeAttribute(&apos;onerror&apos;);this.removeAttribute(&apos;onload&apos;);\" crossorigin=\"anonymous\">"
    },
    {
      "src": "https://images2.vudu.com/assets/content/poster/4951903-144",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img alt class=\"fd-carousel__img\" role=\"presentation\" src=\"https://images2.vudu.com/assets/content/poster/4951903-144\" onload=\"this.removeAttribute(&apos;onerror&apos;);this.removeAttribute(&apos;onload&apos;);\" crossorigin=\"anonymous\">"
    },
    {
      "src": "https://images2.vudu.com/assets/content/poster/451170-144",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img alt class=\"fd-carousel__img\" role=\"presentation\" src=\"https://images2.vudu.com/assets/content/poster/451170-144\" onload=\"this.removeAttribute(&apos;onerror&apos;);this.removeAttribute(&apos;onload&apos;);\" crossorigin=\"anonymous\">"
    },
    {
      "src": "https://images2.vudu.com/assets/content/poster/4935551-144",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img alt class=\"fd-carousel__img\" role=\"presentation\" src=\"https://images2.vudu.com/assets/content/poster/4935551-144\" onload=\"this.removeAttribute(&apos;onerror&apos;);this.removeAttribute(&apos;onload&apos;);\" crossorigin=\"anonymous\">"
    },
    {
      "src": "https://images2.vudu.com/assets/content/poster/4929485-144",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img alt class=\"fd-carousel__img\" role=\"presentation\" src=\"https://images2.vudu.com/assets/content/poster/4929485-144\" onload=\"this.removeAttribute(&apos;onerror&apos;);this.removeAttribute(&apos;onload&apos;);\" crossorigin=\"anonymous\">"
    },
    {
      "src": "https://images2.vudu.com/assets/content/poster/3101060-144",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img alt class=\"fd-carousel__img\" role=\"presentation\" src=\"https://images2.vudu.com/assets/content/poster/3101060-144\" onload=\"this.removeAttribute(&apos;onerror&apos;);this.removeAttribute(&apos;onload&apos;);\" crossorigin=\"anonymous\">"
    },
    {
      "src": "https://images2.vudu.com/assets/content/poster/4953714-144",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img alt class=\"fd-carousel__img\" role=\"presentation\" src=\"https://images2.vudu.com/assets/content/poster/4953714-144\" onload=\"this.removeAttribute(&apos;onerror&apos;);this.removeAttribute(&apos;onload&apos;);\" crossorigin=\"anonymous\">"
    },
    {
      "src": "https://images2.vudu.com/assets/content/poster/4957760-144",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img alt class=\"fd-carousel__img\" role=\"presentation\" src=\"https://images2.vudu.com/assets/content/poster/4957760-144\" onload=\"this.removeAttribute(&apos;onerror&apos;);this.removeAttribute(&apos;onload&apos;);\" crossorigin=\"anonymous\">"
    },
    {
      "src": "https://images2.vudu.com/assets/content/poster/4952235-144",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img alt class=\"fd-carousel__img\" role=\"presentation\" src=\"https://images2.vudu.com/assets/content/poster/4952235-144\" onload=\"this.removeAttribute(&apos;onerror&apos;);this.removeAttribute(&apos;onload&apos;);\" crossorigin=\"anonymous\">"
    },
    {
      "src": "https://images2.vudu.com/assets/content/poster/2302740-144",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img alt class=\"fd-carousel__img\" role=\"presentation\" src=\"https://images2.vudu.com/assets/content/poster/2302740-144\" onload=\"this.removeAttribute(&apos;onerror&apos;);this.removeAttribute(&apos;onload&apos;);\" crossorigin=\"anonymous\">"
    },
    {
      "src": "https://images2.vudu.com/assets/content/poster/4935499-144",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img alt class=\"fd-carousel__img\" role=\"presentation\" src=\"https://images2.vudu.com/assets/content/poster/4935499-144\" onload=\"this.removeAttribute(&apos;onerror&apos;);this.removeAttribute(&apos;onload&apos;);\" crossorigin=\"anonymous\">"
    },
    {
      "src": "https://images2.vudu.com/assets/content/poster/454501-144",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img alt class=\"fd-carousel__img\" role=\"presentation\" src=\"https://images2.vudu.com/assets/content/poster/454501-144\" onload=\"this.removeAttribute(&apos;onerror&apos;);this.removeAttribute(&apos;onload&apos;);\" crossorigin=\"anonymous\">"
    },
    {
      "src": "https://images2.vudu.com/assets/content/poster/4966588-144",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img alt class=\"fd-carousel__img\" role=\"presentation\" src=\"https://images2.vudu.com/assets/content/poster/4966588-144\" onload=\"this.removeAttribute(&apos;onerror&apos;);this.removeAttribute(&apos;onload&apos;);\" crossorigin=\"anonymous\">"
    },
    {
      "src": "https://images2.vudu.com/assets/content/poster/4952324-144",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img alt class=\"fd-carousel__img\" role=\"presentation\" src=\"https://images2.vudu.com/assets/content/poster/4952324-144\" onload=\"this.removeAttribute(&apos;onerror&apos;);this.removeAttribute(&apos;onload&apos;);\" crossorigin=\"anonymous\">"
    },
    {
      "src": "https://images2.vudu.com/assets/content/poster/4932591-144",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img alt class=\"fd-carousel__img\" role=\"presentation\" src=\"https://images2.vudu.com/assets/content/poster/4932591-144\" onload=\"this.removeAttribute(&apos;onerror&apos;);this.removeAttribute(&apos;onload&apos;);\" crossorigin=\"anonymous\">"
    },
    {
      "src": "https://images2.vudu.com/assets/content/poster/8892-144",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img alt class=\"fd-carousel__img\" role=\"presentation\" src=\"https://images2.vudu.com/assets/content/poster/8892-144\" onload=\"this.removeAttribute(&apos;onerror&apos;);this.removeAttribute(&apos;onload&apos;);\" crossorigin=\"anonymous\">"
    },
    {
      "src": "https://images2.vudu.com/assets/content/poster/4958162-144",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img alt class=\"fd-carousel__img\" role=\"presentation\" src=\"https://images2.vudu.com/assets/content/poster/4958162-144\" onload=\"this.removeAttribute(&apos;onerror&apos;);this.removeAttribute(&apos;onload&apos;);\" crossorigin=\"anonymous\">"
    },
    {
      "src": "https://images2.vudu.com/assets/content/poster/4930252-144",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img alt class=\"fd-carousel__img\" role=\"presentation\" src=\"https://images2.vudu.com/assets/content/poster/4930252-144\" onload=\"this.removeAttribute(&apos;onerror&apos;);this.removeAttribute(&apos;onload&apos;);\" crossorigin=\"anonymous\">"
    },
    {
      "src": "https://images2.vudu.com/assets/content/poster/791247-144",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img alt class=\"fd-carousel__img\" role=\"presentation\" src=\"https://images2.vudu.com/assets/content/poster/791247-144\" onload=\"this.removeAttribute(&apos;onerror&apos;);this.removeAttribute(&apos;onload&apos;);\" crossorigin=\"anonymous\">"
    },
    {
      "src": "https://images2.vudu.com/assets/content/poster/4731943-144",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img alt class=\"fd-carousel__img\" role=\"presentation\" src=\"https://images2.vudu.com/assets/content/poster/4731943-144\" onload=\"this.removeAttribute(&apos;onerror&apos;);this.removeAttribute(&apos;onload&apos;);\" crossorigin=\"anonymous\">"
    },
    {
      "src": "https://images2.vudu.com/assets/content/poster/2193251-144",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img alt class=\"fd-carousel__img\" role=\"presentation\" src=\"https://images2.vudu.com/assets/content/poster/2193251-144\" onload=\"this.removeAttribute(&apos;onerror&apos;);this.removeAttribute(&apos;onload&apos;);\" crossorigin=\"anonymous\">"
    },
    {
      "src": "https://images2.vudu.com/assets/content/poster/4895121-144",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img alt class=\"fd-carousel__img\" role=\"presentation\" src=\"https://images2.vudu.com/assets/content/poster/4895121-144\" onload=\"this.removeAttribute(&apos;onerror&apos;);this.removeAttribute(&apos;onload&apos;);\" crossorigin=\"anonymous\">"
    },
    {
      "src": "https://images2.vudu.com/assets/content/poster/8887-144",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img alt class=\"fd-carousel__img\" role=\"presentation\" src=\"https://images2.vudu.com/assets/content/poster/8887-144\" onload=\"this.removeAttribute(&apos;onerror&apos;);this.removeAttribute(&apos;onload&apos;);\" crossorigin=\"anonymous\">"
    },
    {
      "src": "https://images.fandango.com/render/interlace/quality-65/resize-500/images.fandango.com/cms/assets/d433c5a0-6057-11f1-8ac1-ff979c70f771--oconnor-thumb.jpg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"https://images.fandango.com/render/interlace/quality-65/resize-500/images.fandango.com/cms/assets/d433c5a0-6057-11f1-8ac1-ff979c70f771--oconnor-thumb.jpg\" class=\"fd-carousel__img\" alt role=\"presentation\">"
    },
    {
      "src": "https://images.fandango.com/render/interlace/quality-65/resize-500/images.fandango.com/cms/assets/597c27c0-50a9-11f1-8ac1-ff979c70f771--scary-movie-thumb.jpg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"https://images.fandango.com/render/interlace/quality-65/resize-500/images.fandango.com/cms/assets/597c27c0-50a9-11f1-8ac1-ff979c70f771--scary-movie-thumb.jpg\" class=\"fd-carousel__img\" alt role=\"presentation\">"
    },
    {
      "src": "https://images.fandango.com/render/interlace/quality-65/resize-500/images.fandango.com/cms/assets/5e9dadc0-5ecb-11f1-a158-a1288b53df76--colman-thumb.jpg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"https://images.fandango.com/render/interlace/quality-65/resize-500/images.fandango.com/cms/assets/5e9dadc0-5ecb-11f1-a158-a1288b53df76--colman-thumb.jpg\" class=\"fd-carousel__img\" alt role=\"presentation\">"
    },
    {
      "src": "https://images.fandango.com/render/interlace/quality-65/resize-500/images.fandango.com/cms/assets/b3592f80-5ec9-11f1-8b42-5f4160afa8cb--supergirl-big-ticket.jpg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"https://images.fandango.com/render/interlace/quality-65/resize-500/images.fandango.com/cms/assets/b3592f80-5ec9-11f1-8b42-5f4160afa8cb--supergirl-big-ticket.jpg\" class=\"fd-carousel__img\" alt role=\"presentation\">"
    },
    {
      "src": "https://images.fandango.com/render/interlace/quality-65/resize-300/images.fandango.com/cms/assets/da7ff300-5ea1-11f1-80ca-fd5ae7980af3--fan-globalofferunit-hp-theodysseybundle-292x118.png",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img class=\"footer-offer__img\" src=\"https://images.fandango.com/render/interlace/quality-65/resize-300/images.fandango.com/cms/assets/da7ff300-5ea1-11f1-80ca-fd5ae7980af3--fan-globalofferunit-hp-theodysseybundle-292x118.png\" alt=\"The Odyssey Signature Set\">"
    },
    {
      "src": "https://images.fandango.com/render/interlace/quality-65/resize-300/images.fandango.com/cms/assets/266d37b0-6388-11f1-8ac1-ff979c70f771--fan-globalofferunit-hp-theodysseyfanclub-1freeticketoffer-292x118-v2.jpg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img class=\"footer-offer__img\" src=\"https://images.fandango.com/render/interlace/quality-65/resize-300/images.fandango.com/cms/assets/266d37b0-6388-11f1-8ac1-ff979c70f771--fan-globalofferunit-hp-theodysseyfanclub-1freeticketoffer-292x118-v2.jpg\" alt=\"Join FanClub to get 1 Free Ticket\">"
    },
    {
      "src": "https://images.fandango.com/render/interlace/quality-65/resize-300/images.fandango.com/cms/assets/fc165f30-6389-11f1-a158-a1288b53df76--fan-globalofferunit-hp-hadestownbundle-292x118.png",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img class=\"footer-offer__img\" src=\"https://images.fandango.com/render/interlace/quality-65/resize-300/images.fandango.com/cms/assets/fc165f30-6389-11f1-a158-a1288b53df76--fan-globalofferunit-hp-hadestownbundle-292x118.png\" alt=\"Way Down Hadestown Bundle\">"
    },
    {
      "src": "https://images.fandango.com/render/interlace/quality-65/resize-300/images.fandango.com/cms/assets/c1552800-6036-11f1-8ac1-ff979c70f771--fan-globalofferunit-hp-seenonthescreen-colman-292x118-v1-1.jpg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img class=\"footer-offer__img\" src=\"https://images.fandango.com/render/interlace/quality-65/resize-300/images.fandango.com/cms/assets/c1552800-6036-11f1-8ac1-ff979c70f771--fan-globalofferunit-hp-seenonthescreen-colman-292x118-v1-1.jpg\" alt=\"Inside Disclosure Day with Colman Domingo\">"
    },
    {
      "src": "https://images.fandango.com/ImageRenderer/200/0/redesign/static/img/default_poster--dark-mode.png/0/images/masterrepository/Fandango/244954/BACKROOMS_Digi_1-Sheet.jpg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img class=\"footer-coming-soon__img visual-thumb\" src=\"https://images.fandango.com/ImageRenderer/200/0/redesign/static/img/default_poster--dark-mode.png/0/images/masterrepository/Fandango/244954/BACKROOMS_Digi_1-Sheet.jpg\" alt role=\"presentation\">"
    },
    {
      "src": "https://images.fandango.com/ImageRenderer/200/0/redesign/static/img/default_poster--dark-mode.png/0/images/masterrepository/Fandango/245093/SCRY_THEATRE_OnLine_Teaser_One_Sheet_2025x3000_04.30.26_NO_TECH.jpg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img class=\"footer-coming-soon__img visual-thumb\" src=\"https://images.fandango.com/ImageRenderer/200/0/redesign/static/img/default_poster--dark-mode.png/0/images/masterrepository/Fandango/245093/SCRY_THEATRE_OnLine_Teaser_One_Sheet_2025x3000_04.30.26_NO_TECH.jpg\" alt role=\"presentation\">"
    },
    {
      "src": "https://images.fandango.com/ImageRenderer/200/0/redesign/static/img/default_poster--dark-mode.png/0/images/masterrepository/Fandango/244050/NVW_AdvanceEye1Sheet2_1080x1350pxH_RGB_3.jpg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img class=\"footer-coming-soon__img visual-thumb\" src=\"https://images.fandango.com/ImageRenderer/200/0/redesign/static/img/default_poster--dark-mode.png/0/images/masterrepository/Fandango/244050/NVW_AdvanceEye1Sheet2_1080x1350pxH_RGB_3.jpg\" alt role=\"presentation\">"
    },
    {
      "src": "https://images.fandango.com/ImageRenderer/200/0/redesign/static/img/default_poster--dark-mode.png/0/images/masterrepository/Fandango/243909/DWP2_OOH_SHELTER_STAIRCASE_GROUP_FIN-12_Simplified_Mech7.jpg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img class=\"footer-coming-soon__img visual-thumb\" src=\"https://images.fandango.com/ImageRenderer/200/0/redesign/static/img/default_poster--dark-mode.png/0/images/masterrepository/Fandango/243909/DWP2_OOH_SHELTER_STAIRCASE_GROUP_FIN-12_Simplified_Mech7.jpg\" alt role=\"presentation\">"
    },
    {
      "src": "https://images.fandango.com/ImageRenderer/200/0/redesign/static/img/default_poster--dark-mode.png/0/images/masterrepository/Fandango/242812/OBSESSION_OFFICIAL_POSTER.jpg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img class=\"footer-coming-soon__img visual-thumb\" src=\"https://images.fandango.com/ImageRenderer/200/0/redesign/static/img/default_poster--dark-mode.png/0/images/masterrepository/Fandango/242812/OBSESSION_OFFICIAL_POSTER.jpg\" alt role=\"presentation\">"
    },
    {
      "src": "https://images.fandango.com/ImageRenderer/200/0/redesign/static/img/default_poster--dark-mode.png/0/images/masterrepository/Fandango/243301/MAVEN_27x40_1SHT_KA_VRT_RGB_V16_ONLINE_CROP.jpg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img class=\"footer-coming-soon__img visual-thumb\" src=\"https://images.fandango.com/ImageRenderer/200/0/redesign/static/img/default_poster--dark-mode.png/0/images/masterrepository/Fandango/243301/MAVEN_27x40_1SHT_KA_VRT_RGB_V16_ONLINE_CROP.jpg\" alt role=\"presentation\">"
    },
    {
      "src": "https://images.fandango.com/ImageRenderer/200/0/redesign/static/img/default_poster--dark-mode.png/0/images/masterrepository/Fandango/242515/THA_4DX-KEYART_v20_CinemaCon_Mech3.jpg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img class=\"footer-coming-soon__img visual-thumb\" src=\"https://images.fandango.com/ImageRenderer/200/0/redesign/static/img/default_poster--dark-mode.png/0/images/masterrepository/Fandango/242515/THA_4DX-KEYART_v20_CinemaCon_Mech3.jpg\" alt role=\"presentation\">"
    },
    {
      "src": "https://images.fandango.com/ImageRenderer/200/0/redesign/static/img/default_poster--dark-mode.png/0/images/masterrepository/Fandango/239690/MOTU_2026_Payoff_Static_Poster_2765x4096.jpg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img class=\"footer-coming-soon__img visual-thumb\" src=\"https://images.fandango.com/ImageRenderer/200/0/redesign/static/img/default_poster--dark-mode.png/0/images/masterrepository/Fandango/239690/MOTU_2026_Payoff_Static_Poster_2765x4096.jpg\" alt role=\"presentation\">"
    },
    {
      "src": "//images.fandango.com/cms/assets/6c0448c0-76ab-11ef-a588-3b078e6b3d8a--studio-logos-footer.png",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img class=\"studio-banner\" src=\"//images.fandango.com/cms/assets/6c0448c0-76ab-11ef-a588-3b078e6b3d8a--studio-logos-footer.png\" alt>"
    },
    {
      "src": "https://images.fandango.com/cms/assets/f500bdb0-5ea4-11f1-8b42-5f4160afa8cb--fan-merch-modalpopup-theodysseybundle-343x362.jpg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img class=\"offer-modal__image\" src=\"https://images.fandango.com/cms/assets/f500bdb0-5ea4-11f1-8b42-5f4160afa8cb--fan-merch-modalpopup-theodysseybundle-343x362.jpg\" alt=\"The Odyssey Bundle\">"
    },
    {
      "src": "https://images.fandango.com/cms/assets/78be5b80-5946-11f1-8b42-5f4160afa8cb--fan-telemundo-worldcup-globalnavbar-343x362-espanol.png",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img class=\"offer-modal__image\" src=\"https://images.fandango.com/cms/assets/78be5b80-5946-11f1-8b42-5f4160afa8cb--fan-telemundo-worldcup-globalnavbar-343x362-espanol.png\" alt=\"Copa Mundial de la FIFA 2026&#x2122;\">"
    },
    {
      "src": "https://images.fandango.com/cms/assets/9465f390-6047-11f1-8ac1-ff979c70f771--fan-globalnavbar-theodysseyfanclub-1freeticketoffer-343x362-v2.jpg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img class=\"offer-modal__image\" src=\"https://images.fandango.com/cms/assets/9465f390-6047-11f1-8ac1-ff979c70f771--fan-globalnavbar-theodysseyfanclub-1freeticketoffer-343x362-v2.jpg\" alt=\"The Odyssey\">"
    },
    {
      "src": "https://images.fandango.com/cms/assets/2bee8d60-6045-11f1-a158-a1288b53df76--fan-globalnavbar-seenonthescreen-colman-343x362-v1.jpg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img class=\"offer-modal__image\" src=\"https://images.fandango.com/cms/assets/2bee8d60-6045-11f1-a158-a1288b53df76--fan-globalnavbar-seenonthescreen-colman-343x362-v1.jpg\" alt=\"Disclosure Day with Colman Domingo\">"
    },
    {
      "src": "https://images.fandango.com/cms/assets/96502cd0-6046-11f1-8ac1-ff979c70f771--fan-globalnavbar-jackassbestandlastb2g1-343x362-v2.jpg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img class=\"offer-modal__image\" src=\"https://images.fandango.com/cms/assets/96502cd0-6046-11f1-8ac1-ff979c70f771--fan-globalnavbar-jackassbestandlastb2g1-343x362-v2.jpg\" alt=\"ONE LAST BROFFER!\">"
    },
    {
      "src": "https://images.fandango.com/cms/assets/15336390-5639-11f1-80ca-fd5ae7980af3--fan-merch-modalpopup-toystory5-printbundle-343x362.jpg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img class=\"offer-modal__image\" src=\"https://images.fandango.com/cms/assets/15336390-5639-11f1-80ca-fd5ae7980af3--fan-merch-modalpopup-toystory5-printbundle-343x362.jpg\" alt=\"The Beyond Infinity Bundle\">"
    },
    {
      "src": "https://images.fandango.com/cms/assets/fecd51a0-6043-11f1-8b42-5f4160afa8cb--fan-globalnavbar-minionsandmonsters-sweepstakes-343x362.jpg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img class=\"offer-modal__image\" src=\"https://images.fandango.com/cms/assets/fecd51a0-6043-11f1-8b42-5f4160afa8cb--fan-globalnavbar-minionsandmonsters-sweepstakes-343x362.jpg\" alt=\"Buy a ticket to Minions &amp; Monsters\">"
    },
    {
      "src": "https://images.fandango.com/cms/assets/97d1d6f0-49a1-11f1-9c09-5bfb619e39b2--fan-merch-modalpopup-mastersoftheuniverse-bundle-343x362.png",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img class=\"offer-modal__image\" src=\"https://images.fandango.com/cms/assets/97d1d6f0-49a1-11f1-9c09-5bfb619e39b2--fan-merch-modalpopup-mastersoftheuniverse-bundle-343x362.png\" alt=\"Witness the Ultimate Battle for Eternia\">"
    },
    {
      "src": "https://images.fandango.com/cms/assets/355272c0-5bb5-11f1-8b42-5f4160afa8cb--fan-merch-modalpopup-minionsandmonsters-xfinityeascreening-343x362.jpg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img class=\"offer-modal__image\" src=\"https://images.fandango.com/cms/assets/355272c0-5bb5-11f1-8b42-5f4160afa8cb--fan-merch-modalpopup-minionsandmonsters-xfinityeascreening-343x362.jpg\" alt=\"SPECIAL EARLY SCREENING\">"
    },
    {
      "src": "https://images.fandango.com/cms/assets/9a486540-5bb5-11f1-8ac1-ff979c70f771--fan-merch-modalpopup-minionsandmonsters-reald3doffer-343x362-v2.jpg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img class=\"offer-modal__image\" src=\"https://images.fandango.com/cms/assets/9a486540-5bb5-11f1-8ac1-ff979c70f771--fan-merch-modalpopup-minionsandmonsters-reald3doffer-343x362-v2.jpg\" alt=\"See Minions &amp; Monsters in 3D!\">"
    },
    {
      "src": "https://images.fandango.com/cms/assets/ab878780-5df6-11f1-8ac1-ff979c70f771--fan-merch-modalpopup-supergirl-realdoffer-343x362-v2.jpg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img class=\"offer-modal__image\" src=\"https://images.fandango.com/cms/assets/ab878780-5df6-11f1-8ac1-ff979c70f771--fan-merch-modalpopup-supergirl-realdoffer-343x362-v2.jpg\" alt=\"Special RealD 3D offer for Supergirl!\">"
    },
    {
      "src": "https://images.fandango.com/cms/assets/c5cc7520-592c-11f1-8ac1-ff979c70f771--fan-merch-modalpopup-disclosureday-fanclub1freeticket-343x362-v1.jpg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img class=\"offer-modal__image\" src=\"https://images.fandango.com/cms/assets/c5cc7520-592c-11f1-8ac1-ff979c70f771--fan-merch-modalpopup-disclosureday-fanclub1freeticket-343x362-v1.jpg\" alt=\"Disclosure Day\">"
    },
    {
      "src": "https://images.fandango.com/cms/assets/b978e020-5638-11f1-850a-8d5f1bed4e4a--fan-merch-globalnavbar-toystory5-imaxconcessions-343x362.jpg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img class=\"offer-modal__image\" src=\"https://images.fandango.com/cms/assets/b978e020-5638-11f1-850a-8d5f1bed4e4a--fan-merch-globalnavbar-toystory5-imaxconcessions-343x362.jpg\" alt=\"Get &#x24;5 towards your concessions order\">"
    }
  ],
  "possibleDialogs": [
    "<button class=\"js-global-offer-tracking js-offer-modal-cta global-offer-banner__link js-fd-carousel-focus-elem\" data-offer-id=\"6094a\" data-promo-name=\"The Odyssey Bundle\" data-promo-position=\"1\"> <img class=\"global-offer-banner__icon\" src=\"https://images.fandango.com/cms/assets/8e509170-3d0d-11f1-a2dc-ab6c01e84288--global-offers-gift.svg\" alt=\"offer icon\" role=\"presentation\"> <span class=\"global-offer-banner__text\"> <strong class=\"global-offer-banner__label\">The Odyssey Bundle</strong> <span...",
    "<button class=\"js-global-offer-tracking js-offer-modal-cta global-offer-banner__link js-fd-carousel-focus-elem\" data-offer-id=\"1094a\" data-promo-name=\"Copa Mundial de la FIFA 2026&#x2122;\" data-promo-position=\"2\"> <img class=\"global-offer-banner__icon\" src=\"https://images.fandango.com/cms/assets/89589870-3d0d-11f1-a8a7-69091d5e2e68--global-offers-ticket.svg\" alt=\"offer icon\" role=\"presentation\"> <span class=\"global-offer-banner__text\"> <strong class=\"global-offer-banner__label\">Copa Mundial d...",
    "<button class=\"js-global-offer-tracking js-offer-modal-cta global-offer-banner__link js-fd-carousel-focus-elem\" data-offer-id=\"4142a\" data-promo-name=\"The Odyssey\" data-promo-position=\"3\"> <img class=\"global-offer-banner__icon\" src=\"https://images.fandango.com/cms/assets/89589870-3d0d-11f1-a8a7-69091d5e2e68--global-offers-ticket.svg\" alt=\"offer icon\" role=\"presentation\"> <span class=\"global-offer-banner__text\"> <strong class=\"global-offer-banner__label\">The Odyssey</strong> <span class=\"globa...",
    "<button class=\"js-global-offer-tracking js-offer-modal-cta global-offer-banner__link js-fd-carousel-focus-elem\" data-offer-id=\"9978a\" data-promo-name=\"Disclosure Day with Colman Domingo\" data-promo-position=\"4\"> <img class=\"global-offer-banner__icon\" src=\"https://images.fandango.com/cms/assets/8e509170-3d0d-11f1-a2dc-ab6c01e84288--global-offers-gift.svg\" alt=\"offer icon\" role=\"presentation\"> <span class=\"global-offer-banner__text\"> <strong class=\"global-offer-banner__label\">Disclosure Day wit...",
    "<button class=\"js-global-offer-tracking js-offer-modal-cta global-offer-banner__link js-fd-carousel-focus-elem\" data-offer-id=\"8680a\" data-promo-name=\"ONE LAST BROFFER!\" data-promo-position=\"5\"> <img class=\"global-offer-banner__icon\" src=\"https://images.fandango.com/cms/assets/89589870-3d0d-11f1-a8a7-69091d5e2e68--global-offers-ticket.svg\" alt=\"offer icon\" role=\"presentation\"> <span class=\"global-offer-banner__text\"> <strong class=\"global-offer-banner__label\">ONE LAST BROFFER!</strong> <span...",
    "<button class=\"js-global-offer-tracking js-offer-modal-cta global-offer-banner__link js-fd-carousel-focus-elem\" data-offer-id=\"3614a\" data-promo-name=\"The Beyond Infinity Bundle\" data-promo-position=\"6\"> <img class=\"global-offer-banner__icon\" src=\"https://images.fandango.com/cms/assets/8e509170-3d0d-11f1-a2dc-ab6c01e84288--global-offers-gift.svg\" alt=\"offer icon\" role=\"presentation\"> <span class=\"global-offer-banner__text\"> <strong class=\"global-offer-banner__label\">The Beyond Infinity Bundle...",
    "<button class=\"js-global-offer-tracking js-offer-modal-cta global-offer-banner__link js-fd-carousel-focus-elem\" data-offer-id=\"4807a\" data-promo-name=\"Buy a ticket to Minions &amp; Monsters\" data-promo-position=\"7\"> <img class=\"global-offer-banner__icon\" src=\"https://images.fandango.com/cms/assets/89589870-3d0d-11f1-a8a7-69091d5e2e68--global-offers-ticket.svg\" alt=\"offer icon\" role=\"presentation\"> <span class=\"global-offer-banner__text\"> <strong class=\"global-offer-banner__label\">Buy a ticket...",
    "<button class=\"js-global-offer-tracking js-offer-modal-cta global-offer-banner__link js-fd-carousel-focus-elem\" data-offer-id=\"1117a\" data-promo-name=\"Witness the Ultimate Battle for Eternia\" data-promo-position=\"8\"> <img class=\"global-offer-banner__icon\" src=\"https://images.fandango.com/cms/assets/89589870-3d0d-11f1-a8a7-69091d5e2e68--global-offers-ticket.svg\" alt=\"offer icon\" role=\"presentation\"> <span class=\"global-offer-banner__text\"> <strong class=\"global-offer-banner__label\">Witness the...",
    "<button class=\"js-global-offer-tracking js-offer-modal-cta global-offer-banner__link js-fd-carousel-focus-elem\" data-offer-id=\"9264a\" data-promo-name=\"SPECIAL EARLY SCREENING\" data-promo-position=\"9\"> <img class=\"global-offer-banner__icon\" src=\"https://images.fandango.com/cms/assets/89589870-3d0d-11f1-a8a7-69091d5e2e68--global-offers-ticket.svg\" alt=\"offer icon\" role=\"presentation\"> <span class=\"global-offer-banner__text\"> <strong class=\"global-offer-banner__label\">SPECIAL EARLY SCREENING</st...",
    "<button class=\"js-global-offer-tracking js-offer-modal-cta global-offer-banner__link js-fd-carousel-focus-elem\" data-offer-id=\"4146a\" data-promo-name=\"See Minions &amp; Monsters in 3D!\" data-promo-position=\"10\"> <img class=\"global-offer-banner__icon\" src=\"https://images.fandango.com/cms/assets/8e509170-3d0d-11f1-a2dc-ab6c01e84288--global-offers-gift.svg\" alt=\"offer icon\" role=\"presentation\"> <span class=\"global-offer-banner__text\"> <strong class=\"global-offer-banner__label\">See Minions &amp;...",
    "<button class=\"js-global-offer-tracking js-offer-modal-cta global-offer-banner__link js-fd-carousel-focus-elem\" data-offer-id=\"3312a\" data-promo-name=\"Special RealD 3D offer for Supergirl!\" data-promo-position=\"11\"> <img class=\"global-offer-banner__icon\" src=\"https://images.fandango.com/cms/assets/89589870-3d0d-11f1-a8a7-69091d5e2e68--global-offers-ticket.svg\" alt=\"offer icon\" role=\"presentation\"> <span class=\"global-offer-banner__text\"> <strong class=\"global-offer-banner__label\">Special Real...",
    "<button class=\"js-global-offer-tracking js-offer-modal-cta global-offer-banner__link js-fd-carousel-focus-elem\" data-offer-id=\"743a\" data-promo-name=\"Disclosure Day\" data-promo-position=\"12\"> <img class=\"global-offer-banner__icon\" src=\"https://images.fandango.com/cms/assets/89589870-3d0d-11f1-a8a7-69091d5e2e68--global-offers-ticket.svg\" alt=\"offer icon\" role=\"presentation\"> <span class=\"global-offer-banner__text\"> <strong class=\"global-offer-banner__label\">Disclosure Day</strong> <span class=...",
    "<button class=\"js-global-offer-tracking js-offer-modal-cta global-offer-banner__link js-fd-carousel-focus-elem\" data-offer-id=\"7353a\" data-promo-name=\"Get &#x24;5 towards your concessions order\" data-promo-position=\"13\"> <img class=\"global-offer-banner__icon\" src=\"https://images.fandango.com/cms/assets/8e509170-3d0d-11f1-a2dc-ab6c01e84288--global-offers-gift.svg\" alt=\"offer icon\" role=\"presentation\"> <span class=\"global-offer-banner__text\"> <strong class=\"global-offer-banner__label\">Get &#x24...",
    "<div id=\"offer-modal-6094a\" class=\"dialog style-lightbox animate-fade-in animate-speed-slow offer-banner--hide\" aria-hidden=\"true\" data-micromodal-close=\"true\" style=\"display: none;\"> <div class=\"animate-slide-down animate-speed-normal dialog-content offer-modal__content\"> <div class=\"offer-modal__header\"> <h3 class=\"offer-modal__title dark__text\">Special Offer</h3> <button class=\"js-modal-close-btn offer-modal__close icon icon-close--small-dark-mode\">Close</button> </div> <div class=\"offer-m...",
    "<div class=\"animate-slide-down animate-speed-normal dialog-content offer-modal__content\"> <div class=\"offer-modal__header\"> <h3 class=\"offer-modal__title dark__text\">Special Offer</h3> <button class=\"js-modal-close-btn offer-modal__close icon icon-close--small-dark-mode\">Close</button> </div> <div class=\"offer-modal__body\"> <div class=\"offer-modal__image-wrap\"> <img class=\"offer-modal__image\" src=\"https://images.fandango.com/cms/assets/f500bdb0-5ea4-11f1-8b42-5f4160afa8cb--fan-merch-modalpopu...",
    "<div class=\"offer-modal__header\"> <h3 class=\"offer-modal__title dark__text\">Special Offer</h3> <button class=\"js-modal-close-btn offer-modal__close icon icon-close--small-dark-mode\">Close</button> </div>",
    "<h3 class=\"offer-modal__title dark__text\">Special Offer</h3>",
    "<button class=\"js-modal-close-btn offer-modal__close icon icon-close--small-dark-mode\">Close</button>",
    "<div class=\"offer-modal__body\"> <div class=\"offer-modal__image-wrap\"> <img class=\"offer-modal__image\" src=\"https://images.fandango.com/cms/assets/f500bdb0-5ea4-11f1-8b42-5f4160afa8cb--fan-merch-modalpopup-theodysseybundle-343x362.jpg\" alt=\"The Odyssey Bundle\"> <p class=\"offer-modal__description\">Get The Odyssey Signature Set and receive one movie ticket to The Odyssey plus an exclusive Premium Collectible print.</p> </div> <div class=\"offer-modal__legal-wrap\"> <button class=\"offer-modal__term...",
    "<div class=\"offer-modal__image-wrap\"> <img class=\"offer-modal__image\" src=\"https://images.fandango.com/cms/assets/f500bdb0-5ea4-11f1-8b42-5f4160afa8cb--fan-merch-modalpopup-theodysseybundle-343x362.jpg\" alt=\"The Odyssey Bundle\"> <p class=\"offer-modal__description\">Get The Odyssey Signature Set and receive one movie ticket to The Odyssey plus an exclusive Premium Collectible print.</p> </div>",
    "<img class=\"offer-modal__image\" src=\"https://images.fandango.com/cms/assets/f500bdb0-5ea4-11f1-8b42-5f4160afa8cb--fan-merch-modalpopup-theodysseybundle-343x362.jpg\" alt=\"The Odyssey Bundle\">",
    "<p class=\"offer-modal__description\">Get The Odyssey Signature Set and receive one movie ticket to The Odyssey plus an exclusive Premium Collectible print.</p>",
    "<div class=\"offer-modal__legal-wrap\"> <button class=\"offer-modal__terms-toggle\">See Terms</button> <p class=\"offer-modal__terms-and-conditions dark__text\"> *The Odyssey Signature Set is non-refundable. Domestic shipping will be added at checkout. Limited time offer. While supplies last. Movie ticket is non-refundable and non-exchangeable.&#x202f;Fandango reserves the right to modify or cancel this offer at any time and without notice. You must be 18 years of age or older to purchase a bundle....",
    "<button class=\"offer-modal__terms-toggle\">See Terms</button>",
    "<p class=\"offer-modal__terms-and-conditions dark__text\"> *The Odyssey Signature Set is non-refundable. Domestic shipping will be added at checkout. Limited time offer. While supplies last. Movie ticket is non-refundable and non-exchangeable.&#x202f;Fandango reserves the right to modify or cancel this offer at any time and without notice. You must be 18 years of age or older to purchase a bundle. The premium collectible art print will begin shipping in July. Please use a physical U.S. address...",
    "<a class=\"offer-modal__button\" href=\"https://redeem.fandango.com/products/the-odyssey-signature-set\" target=\"_self\"> Learn More </a>",
    "<div id=\"offer-modal-1094a\" class=\"dialog style-lightbox animate-fade-in animate-speed-slow offer-banner--hide\" aria-hidden=\"true\" data-micromodal-close=\"true\" style=\"display: none;\"> <div class=\"animate-slide-down animate-speed-normal dialog-content offer-modal__content\"> <div class=\"offer-modal__header\"> <h3 class=\"offer-modal__title dark__text\">&#xa1;La Copa Mundial de la FIFA 2026&#x2122; por Telemundo!</h3> <button class=\"js-modal-close-btn offer-modal__close icon icon-close--small-dark-...",
    "<div class=\"animate-slide-down animate-speed-normal dialog-content offer-modal__content\"> <div class=\"offer-modal__header\"> <h3 class=\"offer-modal__title dark__text\">&#xa1;La Copa Mundial de la FIFA 2026&#x2122; por Telemundo!</h3> <button class=\"js-modal-close-btn offer-modal__close icon icon-close--small-dark-mode\">Close</button> </div> <div class=\"offer-modal__body\"> <div class=\"offer-modal__image-wrap\"> <img class=\"offer-modal__image\" src=\"https://images.fandango.com/cms/assets/78be5b80-5...",
    "<div class=\"offer-modal__header\"> <h3 class=\"offer-modal__title dark__text\">&#xa1;La Copa Mundial de la FIFA 2026&#x2122; por Telemundo!</h3> <button class=\"js-modal-close-btn offer-modal__close icon icon-close--small-dark-mode\">Close</button> </div>",
    "<h3 class=\"offer-modal__title dark__text\">&#xa1;La Copa Mundial de la FIFA 2026&#x2122; por Telemundo!</h3>",
    "<button class=\"js-modal-close-btn offer-modal__close icon icon-close--small-dark-mode\">Close</button>",
    "<div class=\"offer-modal__body\"> <div class=\"offer-modal__image-wrap\"> <img class=\"offer-modal__image\" src=\"https://images.fandango.com/cms/assets/78be5b80-5946-11f1-8b42-5f4160afa8cb--fan-telemundo-worldcup-globalnavbar-343x362-espanol.png\" alt=\"Copa Mundial de la FIFA 2026&#x2122;\"> <p class=\"offer-modal__description\">Disfruta la transmisi&#xf3;n en espa&#xf1;ol de la Copa Mundial de la FIFA 2026&#x2122; por Telemundo en la gran pantalla.</p> </div> <div class=\"offer-modal__legal-wrap\"> <but...",
    "<div class=\"offer-modal__image-wrap\"> <img class=\"offer-modal__image\" src=\"https://images.fandango.com/cms/assets/78be5b80-5946-11f1-8b42-5f4160afa8cb--fan-telemundo-worldcup-globalnavbar-343x362-espanol.png\" alt=\"Copa Mundial de la FIFA 2026&#x2122;\"> <p class=\"offer-modal__description\">Disfruta la transmisi&#xf3;n en espa&#xf1;ol de la Copa Mundial de la FIFA 2026&#x2122; por Telemundo en la gran pantalla.</p> </div>",
    "<img class=\"offer-modal__image\" src=\"https://images.fandango.com/cms/assets/78be5b80-5946-11f1-8b42-5f4160afa8cb--fan-telemundo-worldcup-globalnavbar-343x362-espanol.png\" alt=\"Copa Mundial de la FIFA 2026&#x2122;\">",
    "<p class=\"offer-modal__description\">Disfruta la transmisi&#xf3;n en espa&#xf1;ol de la Copa Mundial de la FIFA 2026&#x2122; por Telemundo en la gran pantalla.</p>",
    "<div class=\"offer-modal__legal-wrap\"> <button class=\"offer-modal__terms-toggle\">See Terms</button> <p class=\"offer-modal__terms-and-conditions dark__text\"> </p> </div>",
    "<button class=\"offer-modal__terms-toggle\">See Terms</button>",
    "<p class=\"offer-modal__terms-and-conditions dark__text\"> </p>",
    "<a class=\"offer-modal__button\" href=\"https://www.fandangomovietickets.com/copamundialdelafifa2026/?cmp=TARS~FANDANGO~2026WorldCuppromomodule\" target=\"_self\"> Oferta Especial </a>",
    "<div id=\"offer-modal-4142a\" class=\"dialog style-lightbox animate-fade-in animate-speed-slow offer-banner--hide\" aria-hidden=\"true\" data-micromodal-close=\"true\" style=\"display: none;\"> <div class=\"animate-slide-down animate-speed-normal dialog-content offer-modal__content\"> <div class=\"offer-modal__header\"> <h3 class=\"offer-modal__title dark__text\">Join FanClub to get 1 free ticket</h3> <button class=\"js-modal-close-btn offer-modal__close icon icon-close--small-dark-mode\">Close</button> </div>...",
    "<div class=\"animate-slide-down animate-speed-normal dialog-content offer-modal__content\"> <div class=\"offer-modal__header\"> <h3 class=\"offer-modal__title dark__text\">Join FanClub to get 1 free ticket</h3> <button class=\"js-modal-close-btn offer-modal__close icon icon-close--small-dark-mode\">Close</button> </div> <div class=\"offer-modal__body\"> <div class=\"offer-modal__image-wrap\"> <img class=\"offer-modal__image\" src=\"https://images.fandango.com/cms/assets/9465f390-6047-11f1-8ac1-ff979c70f771-...",
    "<div class=\"offer-modal__header\"> <h3 class=\"offer-modal__title dark__text\">Join FanClub to get 1 free ticket</h3> <button class=\"js-modal-close-btn offer-modal__close icon icon-close--small-dark-mode\">Close</button> </div>",
    "<h3 class=\"offer-modal__title dark__text\">Join FanClub to get 1 free ticket</h3>",
    "<button class=\"js-modal-close-btn offer-modal__close icon icon-close--small-dark-mode\">Close</button>",
    "<div class=\"offer-modal__body\"> <div class=\"offer-modal__image-wrap\"> <img class=\"offer-modal__image\" src=\"https://images.fandango.com/cms/assets/9465f390-6047-11f1-8ac1-ff979c70f771--fan-globalnavbar-theodysseyfanclub-1freeticketoffer-343x362-v2.jpg\" alt=\"The Odyssey\"> <p class=\"offer-modal__description\">Get 1 free ticket instantly when you join FanClub with your The Odyssey ticket order.</p> </div> <div class=\"offer-modal__legal-wrap\"> <button class=\"offer-modal__terms-toggle\">See Terms</bu...",
    "<div class=\"offer-modal__image-wrap\"> <img class=\"offer-modal__image\" src=\"https://images.fandango.com/cms/assets/9465f390-6047-11f1-8ac1-ff979c70f771--fan-globalnavbar-theodysseyfanclub-1freeticketoffer-343x362-v2.jpg\" alt=\"The Odyssey\"> <p class=\"offer-modal__description\">Get 1 free ticket instantly when you join FanClub with your The Odyssey ticket order.</p> </div>",
    "<img class=\"offer-modal__image\" src=\"https://images.fandango.com/cms/assets/9465f390-6047-11f1-8ac1-ff979c70f771--fan-globalnavbar-theodysseyfanclub-1freeticketoffer-343x362-v2.jpg\" alt=\"The Odyssey\">",
    "<p class=\"offer-modal__description\">Get 1 free ticket instantly when you join FanClub with your The Odyssey ticket order.</p>",
    "<div class=\"offer-modal__legal-wrap\"> <button class=\"offer-modal__terms-toggle\">See Terms</button> <p class=\"offer-modal__terms-and-conditions dark__text\"> The &#x2018;The Odyssey &#x2013; 1 free ticket FanClub Promotion&apos; offer (the &#x201c;Offer&#x201d;) begins 6/9/26 and will run for a limited time. Offer valid for new FanClub members only. To be eligible, you must subscribe to a 1-month paid FanClub membership (&#x24;9.99 per month + tax) when purchasing tickets to The Odyssey on the...",
    "<button class=\"offer-modal__terms-toggle\">See Terms</button>",
    "<p class=\"offer-modal__terms-and-conditions dark__text\"> The &#x2018;The Odyssey &#x2013; 1 free ticket FanClub Promotion&apos; offer (the &#x201c;Offer&#x201d;) begins 6/9/26 and will run for a limited time. Offer valid for new FanClub members only. To be eligible, you must subscribe to a 1-month paid FanClub membership (&#x24;9.99 per month + tax) when purchasing tickets to The Odyssey on the Fandango website or mobile app, and the Offer will be automatically applied at checkout. To redeem...",
    "<a class=\"offer-modal__button\" href=\"https://www.fandangomovietickets.com/fanclub_theodyssey?cmp=TARS~FANDANGO~FanClub_The Odyssey_promomodule\" target=\"_self\"> Learn More </a>",
    "<div id=\"offer-modal-9978a\" class=\"dialog style-lightbox animate-fade-in animate-speed-slow offer-banner--hide\" aria-hidden=\"true\" data-micromodal-close=\"true\" style=\"display: none;\"> <div class=\"animate-slide-down animate-speed-normal dialog-content offer-modal__content\"> <div class=\"offer-modal__header\"> <h3 class=\"offer-modal__title dark__text\">Inside Disclosure Day with Colman Domingo</h3> <button class=\"js-modal-close-btn offer-modal__close icon icon-close--small-dark-mode\">Close</button...",
    "<div class=\"animate-slide-down animate-speed-normal dialog-content offer-modal__content\"> <div class=\"offer-modal__header\"> <h3 class=\"offer-modal__title dark__text\">Inside Disclosure Day with Colman Domingo</h3> <button class=\"js-modal-close-btn offer-modal__close icon icon-close--small-dark-mode\">Close</button> </div> <div class=\"offer-modal__body\"> <div class=\"offer-modal__image-wrap\"> <img class=\"offer-modal__image\" src=\"https://images.fandango.com/cms/assets/2bee8d60-6045-11f1-a158-a1288...",
    "<div class=\"offer-modal__header\"> <h3 class=\"offer-modal__title dark__text\">Inside Disclosure Day with Colman Domingo</h3> <button class=\"js-modal-close-btn offer-modal__close icon icon-close--small-dark-mode\">Close</button> </div>",
    "<h3 class=\"offer-modal__title dark__text\">Inside Disclosure Day with Colman Domingo</h3>",
    "<button class=\"js-modal-close-btn offer-modal__close icon icon-close--small-dark-mode\">Close</button>",
    "<div class=\"offer-modal__body\"> <div class=\"offer-modal__image-wrap\"> <img class=\"offer-modal__image\" src=\"https://images.fandango.com/cms/assets/2bee8d60-6045-11f1-a158-a1288b53df76--fan-globalnavbar-seenonthescreen-colman-343x362-v1.jpg\" alt=\"Disclosure Day with Colman Domingo\"> <p class=\"offer-modal__description\">Colman Domingo breaks down Disclosure Day, working with Spielberg, and Emily Blunt&apos;s unforgettable performance.</p> </div> <div class=\"offer-modal__legal-wrap\"> <button class...",
    "<div class=\"offer-modal__image-wrap\"> <img class=\"offer-modal__image\" src=\"https://images.fandango.com/cms/assets/2bee8d60-6045-11f1-a158-a1288b53df76--fan-globalnavbar-seenonthescreen-colman-343x362-v1.jpg\" alt=\"Disclosure Day with Colman Domingo\"> <p class=\"offer-modal__description\">Colman Domingo breaks down Disclosure Day, working with Spielberg, and Emily Blunt&apos;s unforgettable performance.</p> </div>",
    "<img class=\"offer-modal__image\" src=\"https://images.fandango.com/cms/assets/2bee8d60-6045-11f1-a158-a1288b53df76--fan-globalnavbar-seenonthescreen-colman-343x362-v1.jpg\" alt=\"Disclosure Day with Colman Domingo\">",
    "<p class=\"offer-modal__description\">Colman Domingo breaks down Disclosure Day, working with Spielberg, and Emily Blunt&apos;s unforgettable performance.</p>",
    "<div class=\"offer-modal__legal-wrap\"> <button class=\"offer-modal__terms-toggle\">See Terms</button> <p class=\"offer-modal__terms-and-conditions dark__text\"> </p> </div>",
    "<button class=\"offer-modal__terms-toggle\">See Terms</button>",
    "<p class=\"offer-modal__terms-and-conditions dark__text\"> </p>",
    "<a class=\"offer-modal__button\" href=\"https://www.fandango.com/movie-news/seen-on-the-screen-podcast-colman-domingo-explains-the-big-idea-behind-steven-spielbergs-disclosure-day-755278\" target=\"_self\"> Tune In </a>",
    "<div id=\"offer-modal-8680a\" class=\"dialog style-lightbox animate-fade-in animate-speed-slow offer-banner--hide\" aria-hidden=\"true\" data-micromodal-close=\"true\" style=\"display: none;\"> <div class=\"animate-slide-down animate-speed-normal dialog-content offer-modal__content\"> <div class=\"offer-modal__header\"> <h3 class=\"offer-modal__title dark__text\">Special Offer</h3> <button class=\"js-modal-close-btn offer-modal__close icon icon-close--small-dark-mode\">Close</button> </div> <div class=\"offer-m...",
    "<div class=\"animate-slide-down animate-speed-normal dialog-content offer-modal__content\"> <div class=\"offer-modal__header\"> <h3 class=\"offer-modal__title dark__text\">Special Offer</h3> <button class=\"js-modal-close-btn offer-modal__close icon icon-close--small-dark-mode\">Close</button> </div> <div class=\"offer-modal__body\"> <div class=\"offer-modal__image-wrap\"> <img class=\"offer-modal__image\" src=\"https://images.fandango.com/cms/assets/96502cd0-6046-11f1-8ac1-ff979c70f771--fan-globalnavbar-ja...",
    "<div class=\"offer-modal__header\"> <h3 class=\"offer-modal__title dark__text\">Special Offer</h3> <button class=\"js-modal-close-btn offer-modal__close icon icon-close--small-dark-mode\">Close</button> </div>",
    "<h3 class=\"offer-modal__title dark__text\">Special Offer</h3>",
    "<button class=\"js-modal-close-btn offer-modal__close icon icon-close--small-dark-mode\">Close</button>",
    "<div class=\"offer-modal__body\"> <div class=\"offer-modal__image-wrap\"> <img class=\"offer-modal__image\" src=\"https://images.fandango.com/cms/assets/96502cd0-6046-11f1-8ac1-ff979c70f771--fan-globalnavbar-jackassbestandlastb2g1-343x362-v2.jpg\" alt=\"ONE LAST BROFFER!\"> <p class=\"offer-modal__description\">Buy 2 tickets to jackass: best and last, get 1 ticket free (equal or lesser price, up to &#x24;20 total ticket price and fees) with code JACKASSB2G1</p> </div> <div class=\"offer-modal__legal-wrap\"...",
    "<div class=\"offer-modal__image-wrap\"> <img class=\"offer-modal__image\" src=\"https://images.fandango.com/cms/assets/96502cd0-6046-11f1-8ac1-ff979c70f771--fan-globalnavbar-jackassbestandlastb2g1-343x362-v2.jpg\" alt=\"ONE LAST BROFFER!\"> <p class=\"offer-modal__description\">Buy 2 tickets to jackass: best and last, get 1 ticket free (equal or lesser price, up to &#x24;20 total ticket price and fees) with code JACKASSB2G1</p> </div>",
    "<img class=\"offer-modal__image\" src=\"https://images.fandango.com/cms/assets/96502cd0-6046-11f1-8ac1-ff979c70f771--fan-globalnavbar-jackassbestandlastb2g1-343x362-v2.jpg\" alt=\"ONE LAST BROFFER!\">",
    "<p class=\"offer-modal__description\">Buy 2 tickets to jackass: best and last, get 1 ticket free (equal or lesser price, up to &#x24;20 total ticket price and fees) with code JACKASSB2G1</p>",
    "<div class=\"offer-modal__legal-wrap\"> <button class=\"offer-modal__terms-toggle\">See Terms</button> <p class=\"offer-modal__terms-and-conditions dark__text\"> Limited time offer. While supplies last. There is a limited quantity of Code redemptions allowed in this promotion. Log into your Fandango account on Fandango.com or via the Fandango app between 6:00am PT on 6/8/26 and 11:59pm PT on 7/5/26, purchase two (2) or more tickets to see Jackass: Best and Last, and use the Fandango Promotional Cod...",
    "<button class=\"offer-modal__terms-toggle\">See Terms</button>",
    "<p class=\"offer-modal__terms-and-conditions dark__text\"> Limited time offer. While supplies last. There is a limited quantity of Code redemptions allowed in this promotion. Log into your Fandango account on Fandango.com or via the Fandango app between 6:00am PT on 6/8/26 and 11:59pm PT on 7/5/26, purchase two (2) or more tickets to see Jackass: Best and Last, and use the Fandango Promotional Code JACKASSB2G1 (&#x201c;Code&#x201d;) to get up to &#x24;20 off one (1) additional ticket for the sa...",
    "<a class=\"offer-modal__button\" href=\"https://www.fandangomovietickets.com/jackassb2g1?cmp=TARS~FANDANGO~JackassB2G1_promomodule\" target=\"_self\"> LEARN MORE </a>",
    "<div id=\"offer-modal-3614a\" class=\"dialog style-lightbox animate-fade-in animate-speed-slow offer-banner--hide\" aria-hidden=\"true\" data-micromodal-close=\"true\" style=\"display: none;\"> <div class=\"animate-slide-down animate-speed-normal dialog-content offer-modal__content\"> <div class=\"offer-modal__header\"> <h3 class=\"offer-modal__title dark__text\">Special Offer</h3> <button class=\"js-modal-close-btn offer-modal__close icon icon-close--small-dark-mode\">Close</button> </div> <div class=\"offer-m...",
    "<div class=\"animate-slide-down animate-speed-normal dialog-content offer-modal__content\"> <div class=\"offer-modal__header\"> <h3 class=\"offer-modal__title dark__text\">Special Offer</h3> <button class=\"js-modal-close-btn offer-modal__close icon icon-close--small-dark-mode\">Close</button> </div> <div class=\"offer-modal__body\"> <div class=\"offer-modal__image-wrap\"> <img class=\"offer-modal__image\" src=\"https://images.fandango.com/cms/assets/15336390-5639-11f1-80ca-fd5ae7980af3--fan-merch-modalpopu...",
    "<div class=\"offer-modal__header\"> <h3 class=\"offer-modal__title dark__text\">Special Offer</h3> <button class=\"js-modal-close-btn offer-modal__close icon icon-close--small-dark-mode\">Close</button> </div>",
    "<h3 class=\"offer-modal__title dark__text\">Special Offer</h3>",
    "<button class=\"js-modal-close-btn offer-modal__close icon icon-close--small-dark-mode\">Close</button>",
    "<div class=\"offer-modal__body\"> <div class=\"offer-modal__image-wrap\"> <img class=\"offer-modal__image\" src=\"https://images.fandango.com/cms/assets/15336390-5639-11f1-80ca-fd5ae7980af3--fan-merch-modalpopup-toystory5-printbundle-343x362.jpg\" alt=\"The Beyond Infinity Bundle\"> <p class=\"offer-modal__description\">Get The Beyond Infinity Bundle and receive one movie ticket to Toy Story 5 plus a limited-edition Animation Print!</p> </div> <div class=\"offer-modal__legal-wrap\"> <button class=\"offer-mo...",
    "<div class=\"offer-modal__image-wrap\"> <img class=\"offer-modal__image\" src=\"https://images.fandango.com/cms/assets/15336390-5639-11f1-80ca-fd5ae7980af3--fan-merch-modalpopup-toystory5-printbundle-343x362.jpg\" alt=\"The Beyond Infinity Bundle\"> <p class=\"offer-modal__description\">Get The Beyond Infinity Bundle and receive one movie ticket to Toy Story 5 plus a limited-edition Animation Print!</p> </div>",
    "<img class=\"offer-modal__image\" src=\"https://images.fandango.com/cms/assets/15336390-5639-11f1-80ca-fd5ae7980af3--fan-merch-modalpopup-toystory5-printbundle-343x362.jpg\" alt=\"The Beyond Infinity Bundle\">",
    "<p class=\"offer-modal__description\">Get The Beyond Infinity Bundle and receive one movie ticket to Toy Story 5 plus a limited-edition Animation Print!</p>",
    "<div class=\"offer-modal__legal-wrap\"> <button class=\"offer-modal__terms-toggle\">See Terms</button> <p class=\"offer-modal__terms-and-conditions dark__text\"> *Beyond Infinity Bundle is non-refundable. Domestic shipping will be added at checkout. Limited time offer. While supplies last. Movie ticket is non-refundable and non-exchangeable.&#x202f;Fandango reserves the right to modify or cancel this offer at any time and without notice. You must be 18 years of age or older to purchase a bundle. Pl...",
    "<button class=\"offer-modal__terms-toggle\">See Terms</button>",
    "<p class=\"offer-modal__terms-and-conditions dark__text\"> *Beyond Infinity Bundle is non-refundable. Domestic shipping will be added at checkout. Limited time offer. While supplies last. Movie ticket is non-refundable and non-exchangeable.&#x202f;Fandango reserves the right to modify or cancel this offer at any time and without notice. You must be 18 years of age or older to purchase a bundle. Please use a physical U.S. address where the&#x202f;Limited-Edition Concept Art Print shipment can be...",
    "<a class=\"offer-modal__button\" href=\"https://store.fandango.com/products/beyond-infinity-bundle\" target=\"_self\"> Learn More </a>",
    "<div id=\"offer-modal-4807a\" class=\"dialog style-lightbox animate-fade-in animate-speed-slow offer-banner--hide\" aria-hidden=\"true\" data-micromodal-close=\"true\" style=\"display: none;\"> <div class=\"animate-slide-down animate-speed-normal dialog-content offer-modal__content\"> <div class=\"offer-modal__header\"> <h3 class=\"offer-modal__title dark__text\">Special Offer</h3> <button class=\"js-modal-close-btn offer-modal__close icon icon-close--small-dark-mode\">Close</button> </div> <div class=\"offer-m...",
    "<div class=\"animate-slide-down animate-speed-normal dialog-content offer-modal__content\"> <div class=\"offer-modal__header\"> <h3 class=\"offer-modal__title dark__text\">Special Offer</h3> <button class=\"js-modal-close-btn offer-modal__close icon icon-close--small-dark-mode\">Close</button> </div> <div class=\"offer-modal__body\"> <div class=\"offer-modal__image-wrap\"> <img class=\"offer-modal__image\" src=\"https://images.fandango.com/cms/assets/fecd51a0-6043-11f1-8b42-5f4160afa8cb--fan-globalnavbar-mi...",
    "<div class=\"offer-modal__header\"> <h3 class=\"offer-modal__title dark__text\">Special Offer</h3> <button class=\"js-modal-close-btn offer-modal__close icon icon-close--small-dark-mode\">Close</button> </div>",
    "<h3 class=\"offer-modal__title dark__text\">Special Offer</h3>",
    "<button class=\"js-modal-close-btn offer-modal__close icon icon-close--small-dark-mode\">Close</button>",
    "<div class=\"offer-modal__body\"> <div class=\"offer-modal__image-wrap\"> <img class=\"offer-modal__image\" src=\"https://images.fandango.com/cms/assets/fecd51a0-6043-11f1-8b42-5f4160afa8cb--fan-globalnavbar-minionsandmonsters-sweepstakes-343x362.jpg\" alt=\"Buy a ticket to Minions &amp; Monsters\"> <p class=\"offer-modal__description\">Buy a ticket to watch Illumination&#x2019;s Minions &amp; Monsters and you could win a Universal theme park vacation in Hollywood or Orlando</p> </div> <div class=\"offer-...",
    "<div class=\"offer-modal__image-wrap\"> <img class=\"offer-modal__image\" src=\"https://images.fandango.com/cms/assets/fecd51a0-6043-11f1-8b42-5f4160afa8cb--fan-globalnavbar-minionsandmonsters-sweepstakes-343x362.jpg\" alt=\"Buy a ticket to Minions &amp; Monsters\"> <p class=\"offer-modal__description\">Buy a ticket to watch Illumination&#x2019;s Minions &amp; Monsters and you could win a Universal theme park vacation in Hollywood or Orlando</p> </div>",
    "<img class=\"offer-modal__image\" src=\"https://images.fandango.com/cms/assets/fecd51a0-6043-11f1-8b42-5f4160afa8cb--fan-globalnavbar-minionsandmonsters-sweepstakes-343x362.jpg\" alt=\"Buy a ticket to Minions &amp; Monsters\">",
    "<p class=\"offer-modal__description\">Buy a ticket to watch Illumination&#x2019;s Minions &amp; Monsters and you could win a Universal theme park vacation in Hollywood or Orlando</p>",
    "<div class=\"offer-modal__legal-wrap\"> <button class=\"offer-modal__terms-toggle\">See Terms</button> <p class=\"offer-modal__terms-and-conditions dark__text\"> NO PURCHASE OR APP NECESSARY. Purchase does not increase chances of winning. Open to legal residents of the 50 United States and D.C., 21 years of age and older. Void where prohibited. Ends July 31, 2026, visit https://www.fandangomovietickets.com/UniversalDreamEscapeSweepstakes. Sponsor: Fandango Media, LLC, 10 Universal City Plaza, Unive...",
    "<button class=\"offer-modal__terms-toggle\">See Terms</button>",
    "<p class=\"offer-modal__terms-and-conditions dark__text\"> NO PURCHASE OR APP NECESSARY. Purchase does not increase chances of winning. Open to legal residents of the 50 United States and D.C., 21 years of age and older. Void where prohibited. Ends July 31, 2026, visit https://www.fandangomovietickets.com/UniversalDreamEscapeSweepstakes. Sponsor: Fandango Media, LLC, 10 Universal City Plaza, Universal City, CA 91608. </p>",
    "<a class=\"offer-modal__button\" href=\"https://www.fandangomovietickets.com/UniversalDreamEscapeSweepstakes?cmp=TARS~FANDANGO~UniversalDreamEscapeSweepstakes_promomodule\" target=\"_self\"> BUY TICKETS </a>",
    "<div id=\"offer-modal-1117a\" class=\"dialog style-lightbox animate-fade-in animate-speed-slow offer-banner--hide\" aria-hidden=\"true\" data-micromodal-close=\"true\" style=\"display: none;\"> <div class=\"animate-slide-down animate-speed-normal dialog-content offer-modal__content\"> <div class=\"offer-modal__header\"> <h3 class=\"offer-modal__title dark__text\">YOU HAVE THE POWER!</h3> <button class=\"js-modal-close-btn offer-modal__close icon icon-close--small-dark-mode\">Close</button> </div> <div class=\"o...",
    "<div class=\"animate-slide-down animate-speed-normal dialog-content offer-modal__content\"> <div class=\"offer-modal__header\"> <h3 class=\"offer-modal__title dark__text\">YOU HAVE THE POWER!</h3> <button class=\"js-modal-close-btn offer-modal__close icon icon-close--small-dark-mode\">Close</button> </div> <div class=\"offer-modal__body\"> <div class=\"offer-modal__image-wrap\"> <img class=\"offer-modal__image\" src=\"https://images.fandango.com/cms/assets/97d1d6f0-49a1-11f1-9c09-5bfb619e39b2--fan-merch-mod...",
    "<div class=\"offer-modal__header\"> <h3 class=\"offer-modal__title dark__text\">YOU HAVE THE POWER!</h3> <button class=\"js-modal-close-btn offer-modal__close icon icon-close--small-dark-mode\">Close</button> </div>",
    "<h3 class=\"offer-modal__title dark__text\">YOU HAVE THE POWER!</h3>",
    "<button class=\"js-modal-close-btn offer-modal__close icon icon-close--small-dark-mode\">Close</button>",
    "<div class=\"offer-modal__body\"> <div class=\"offer-modal__image-wrap\"> <img class=\"offer-modal__image\" src=\"https://images.fandango.com/cms/assets/97d1d6f0-49a1-11f1-9c09-5bfb619e39b2--fan-merch-modalpopup-mastersoftheuniverse-bundle-343x362.png\" alt=\"Witness the Ultimate Battle for Eternia\"> <p class=\"offer-modal__description\">Step into the battle for Eternia like never before. Grab your Masters of the Universe Power Pint bundle and witness He-Man and Skeletor clash in Dolby Cinema&#x2014;plu...",
    "<div class=\"offer-modal__image-wrap\"> <img class=\"offer-modal__image\" src=\"https://images.fandango.com/cms/assets/97d1d6f0-49a1-11f1-9c09-5bfb619e39b2--fan-merch-modalpopup-mastersoftheuniverse-bundle-343x362.png\" alt=\"Witness the Ultimate Battle for Eternia\"> <p class=\"offer-modal__description\">Step into the battle for Eternia like never before. Grab your Masters of the Universe Power Pint bundle and witness He-Man and Skeletor clash in Dolby Cinema&#x2014;plus receive Fandango-exclusive col...",
    "<img class=\"offer-modal__image\" src=\"https://images.fandango.com/cms/assets/97d1d6f0-49a1-11f1-9c09-5bfb619e39b2--fan-merch-modalpopup-mastersoftheuniverse-bundle-343x362.png\" alt=\"Witness the Ultimate Battle for Eternia\">",
    "<p class=\"offer-modal__description\">Step into the battle for Eternia like never before. Grab your Masters of the Universe Power Pint bundle and witness He-Man and Skeletor clash in Dolby Cinema&#x2014;plus receive Fandango-exclusive collectible pint glasses that bring the power with you.</p>",
    "<div class=\"offer-modal__legal-wrap\"> <button class=\"offer-modal__terms-toggle\">See Terms</button> <p class=\"offer-modal__terms-and-conditions dark__text\"> *Power Pint Bundle&#xa0;is non-refundable.&#xa0;Domestic shipping will be added at checkout.&#xa0;Limited time offer. While supplies last.&#xa0;Movie ticket is non-refundable and non-exchangeable.&#x202f;Fandango reserves the right to modify or cancel this offer at any time and without notice. You must be 18 years of age or older to purcha...",
    "<button class=\"offer-modal__terms-toggle\">See Terms</button>",
    "<p class=\"offer-modal__terms-and-conditions dark__text\"> *Power Pint Bundle&#xa0;is non-refundable.&#xa0;Domestic shipping will be added at checkout.&#xa0;Limited time offer. While supplies last.&#xa0;Movie ticket is non-refundable and non-exchangeable.&#x202f;Fandango reserves the right to modify or cancel this offer at any time and without notice. You must be 18 years of age or older to purchase a bundle.&#xa0;The&#xa0;set of&#xa0;two collectible pint glasses&#xa0;will&#xa0;begin&#xa0;shipp...",
    "<a class=\"offer-modal__button\" href=\"https://store.fandango.com/products/power-pint-bundle\" target=\"_self\"> LEARN MORE </a>",
    "<div id=\"offer-modal-9264a\" class=\"dialog style-lightbox animate-fade-in animate-speed-slow offer-banner--hide\" aria-hidden=\"true\" data-micromodal-close=\"true\" style=\"display: none;\"> <div class=\"animate-slide-down animate-speed-normal dialog-content offer-modal__content\"> <div class=\"offer-modal__header\"> <h3 class=\"offer-modal__title dark__text\">Special Offer</h3> <button class=\"js-modal-close-btn offer-modal__close icon icon-close--small-dark-mode\">Close</button> </div> <div class=\"offer-m...",
    "<div class=\"animate-slide-down animate-speed-normal dialog-content offer-modal__content\"> <div class=\"offer-modal__header\"> <h3 class=\"offer-modal__title dark__text\">Special Offer</h3> <button class=\"js-modal-close-btn offer-modal__close icon icon-close--small-dark-mode\">Close</button> </div> <div class=\"offer-modal__body\"> <div class=\"offer-modal__image-wrap\"> <img class=\"offer-modal__image\" src=\"https://images.fandango.com/cms/assets/355272c0-5bb5-11f1-8b42-5f4160afa8cb--fan-merch-modalpopu...",
    "<div class=\"offer-modal__header\"> <h3 class=\"offer-modal__title dark__text\">Special Offer</h3> <button class=\"js-modal-close-btn offer-modal__close icon icon-close--small-dark-mode\">Close</button> </div>",
    "<h3 class=\"offer-modal__title dark__text\">Special Offer</h3>",
    "<button class=\"js-modal-close-btn offer-modal__close icon icon-close--small-dark-mode\">Close</button>",
    "<div class=\"offer-modal__body\"> <div class=\"offer-modal__image-wrap\"> <img class=\"offer-modal__image\" src=\"https://images.fandango.com/cms/assets/355272c0-5bb5-11f1-8b42-5f4160afa8cb--fan-merch-modalpopup-minionsandmonsters-xfinityeascreening-343x362.jpg\" alt=\"SPECIAL EARLY SCREENING\"> <p class=\"offer-modal__description\">Be the first to see Minions &amp; Monsters at an exclusive early screening for Xfinity members and Fandango account holders, exclusively on Fandango.</p> </div> <div class=\"o...",
    "<div class=\"offer-modal__image-wrap\"> <img class=\"offer-modal__image\" src=\"https://images.fandango.com/cms/assets/355272c0-5bb5-11f1-8b42-5f4160afa8cb--fan-merch-modalpopup-minionsandmonsters-xfinityeascreening-343x362.jpg\" alt=\"SPECIAL EARLY SCREENING\"> <p class=\"offer-modal__description\">Be the first to see Minions &amp; Monsters at an exclusive early screening for Xfinity members and Fandango account holders, exclusively on Fandango.</p> </div>",
    "<img class=\"offer-modal__image\" src=\"https://images.fandango.com/cms/assets/355272c0-5bb5-11f1-8b42-5f4160afa8cb--fan-merch-modalpopup-minionsandmonsters-xfinityeascreening-343x362.jpg\" alt=\"SPECIAL EARLY SCREENING\">",
    "<p class=\"offer-modal__description\">Be the first to see Minions &amp; Monsters at an exclusive early screening for Xfinity members and Fandango account holders, exclusively on Fandango.</p>",
    "<div class=\"offer-modal__legal-wrap\"> <button class=\"offer-modal__terms-toggle\">See Terms</button> <p class=\"offer-modal__terms-and-conditions dark__text\"> </p> </div>",
    "<button class=\"offer-modal__terms-toggle\">See Terms</button>",
    "<p class=\"offer-modal__terms-and-conditions dark__text\"> </p>",
    "<a class=\"offer-modal__button\" href=\"https://rewards.fandango.com/minionsandmonstersxfinityscreening?cmp=TARS~FANDANGO~MinionsandMonstersEAScreening_promomodule\" target=\"_self\"> BUY TICKETS </a>",
    "<div id=\"offer-modal-4146a\" class=\"dialog style-lightbox animate-fade-in animate-speed-slow offer-banner--hide\" aria-hidden=\"true\" data-micromodal-close=\"true\" style=\"display: none;\"> <div class=\"animate-slide-down animate-speed-normal dialog-content offer-modal__content\"> <div class=\"offer-modal__header\"> <h3 class=\"offer-modal__title dark__text\">Special Offer</h3> <button class=\"js-modal-close-btn offer-modal__close icon icon-close--small-dark-mode\">Close</button> </div> <div class=\"offer-m...",
    "<div class=\"animate-slide-down animate-speed-normal dialog-content offer-modal__content\"> <div class=\"offer-modal__header\"> <h3 class=\"offer-modal__title dark__text\">Special Offer</h3> <button class=\"js-modal-close-btn offer-modal__close icon icon-close--small-dark-mode\">Close</button> </div> <div class=\"offer-modal__body\"> <div class=\"offer-modal__image-wrap\"> <img class=\"offer-modal__image\" src=\"https://images.fandango.com/cms/assets/9a486540-5bb5-11f1-8ac1-ff979c70f771--fan-merch-modalpopu...",
    "<div class=\"offer-modal__header\"> <h3 class=\"offer-modal__title dark__text\">Special Offer</h3> <button class=\"js-modal-close-btn offer-modal__close icon icon-close--small-dark-mode\">Close</button> </div>",
    "<h3 class=\"offer-modal__title dark__text\">Special Offer</h3>",
    "<button class=\"js-modal-close-btn offer-modal__close icon icon-close--small-dark-mode\">Close</button>",
    "<div class=\"offer-modal__body\"> <div class=\"offer-modal__image-wrap\"> <img class=\"offer-modal__image\" src=\"https://images.fandango.com/cms/assets/9a486540-5bb5-11f1-8ac1-ff979c70f771--fan-merch-modalpopup-minionsandmonsters-reald3doffer-343x362-v2.jpg\" alt=\"See Minions &amp; Monsters in 3D!\"> <p class=\"offer-modal__description\">See it in RealD 3D and get &#x24;5 off a ticket with code MINIONSIN3D.</p> </div> <div class=\"offer-modal__legal-wrap\"> <button class=\"offer-modal__terms-toggle\">See T...",
    "<div class=\"offer-modal__image-wrap\"> <img class=\"offer-modal__image\" src=\"https://images.fandango.com/cms/assets/9a486540-5bb5-11f1-8ac1-ff979c70f771--fan-merch-modalpopup-minionsandmonsters-reald3doffer-343x362-v2.jpg\" alt=\"See Minions &amp; Monsters in 3D!\"> <p class=\"offer-modal__description\">See it in RealD 3D and get &#x24;5 off a ticket with code MINIONSIN3D.</p> </div>",
    "<img class=\"offer-modal__image\" src=\"https://images.fandango.com/cms/assets/9a486540-5bb5-11f1-8ac1-ff979c70f771--fan-merch-modalpopup-minionsandmonsters-reald3doffer-343x362-v2.jpg\" alt=\"See Minions &amp; Monsters in 3D!\">",
    "<p class=\"offer-modal__description\">See it in RealD 3D and get &#x24;5 off a ticket with code MINIONSIN3D.</p>",
    "<div class=\"offer-modal__legal-wrap\"> <button class=\"offer-modal__terms-toggle\">See Terms</button> <p class=\"offer-modal__terms-and-conditions dark__text\"> *Limited time offer. While supplies last. There is a limited quantity of Code redemptions allowed in this promotion. Log in to your Fandango account on Fandango.com or via the Fandango app between 6/1/26 and 7/31/26, purchase at least one (1) RealD 3D ticket to see &#x2018;Minions &amp; Monsters&#x2019;, and enter the Fandango promotional...",
    "<button class=\"offer-modal__terms-toggle\">See Terms</button>",
    "<p class=\"offer-modal__terms-and-conditions dark__text\"> *Limited time offer. While supplies last. There is a limited quantity of Code redemptions allowed in this promotion. Log in to your Fandango account on Fandango.com or via the Fandango app between 6/1/26 and 7/31/26, purchase at least one (1) RealD 3D ticket to see &#x2018;Minions &amp; Monsters&#x2019;, and enter the Fandango promotional code MINIONSIN3D (&#x201c;Code&#x201d;) to get up to &#x24;5 off your purchase. Code expires, and c...",
    "<a class=\"offer-modal__button\" href=\"https://www.fandangomovietickets.com/MinionsandMonsters3DOffer?cmp=TARS~FANDANGO~MinionsandMonsters3DOffer_promomodule\" target=\"_self\"> BUY TICKETS </a>",
    "<div id=\"offer-modal-3312a\" class=\"dialog style-lightbox animate-fade-in animate-speed-slow offer-banner--hide\" aria-hidden=\"true\" data-micromodal-close=\"true\" style=\"display: none;\"> <div class=\"animate-slide-down animate-speed-normal dialog-content offer-modal__content\"> <div class=\"offer-modal__header\"> <h3 class=\"offer-modal__title dark__text\">Special Offer</h3> <button class=\"js-modal-close-btn offer-modal__close icon icon-close--small-dark-mode\">Close</button> </div> <div class=\"offer-m...",
    "<div class=\"animate-slide-down animate-speed-normal dialog-content offer-modal__content\"> <div class=\"offer-modal__header\"> <h3 class=\"offer-modal__title dark__text\">Special Offer</h3> <button class=\"js-modal-close-btn offer-modal__close icon icon-close--small-dark-mode\">Close</button> </div> <div class=\"offer-modal__body\"> <div class=\"offer-modal__image-wrap\"> <img class=\"offer-modal__image\" src=\"https://images.fandango.com/cms/assets/ab878780-5df6-11f1-8ac1-ff979c70f771--fan-merch-modalpopu...",
    "<div class=\"offer-modal__header\"> <h3 class=\"offer-modal__title dark__text\">Special Offer</h3> <button class=\"js-modal-close-btn offer-modal__close icon icon-close--small-dark-mode\">Close</button> </div>",
    "<h3 class=\"offer-modal__title dark__text\">Special Offer</h3>",
    "<button class=\"js-modal-close-btn offer-modal__close icon icon-close--small-dark-mode\">Close</button>",
    "<div class=\"offer-modal__body\"> <div class=\"offer-modal__image-wrap\"> <img class=\"offer-modal__image\" src=\"https://images.fandango.com/cms/assets/ab878780-5df6-11f1-8ac1-ff979c70f771--fan-merch-modalpopup-supergirl-realdoffer-343x362-v2.jpg\" alt=\"Special RealD 3D offer for Supergirl!\"> <p class=\"offer-modal__description\"> Experience&#xa0;Supergirl&#xa0;in RealD 3D and get &#x24;5 off a 3D ticket with the code SUPERGIRL3D</p> </div> <div class=\"offer-modal__legal-wrap\"> <button class=\"offer-mo...",
    "<div class=\"offer-modal__image-wrap\"> <img class=\"offer-modal__image\" src=\"https://images.fandango.com/cms/assets/ab878780-5df6-11f1-8ac1-ff979c70f771--fan-merch-modalpopup-supergirl-realdoffer-343x362-v2.jpg\" alt=\"Special RealD 3D offer for Supergirl!\"> <p class=\"offer-modal__description\"> Experience&#xa0;Supergirl&#xa0;in RealD 3D and get &#x24;5 off a 3D ticket with the code SUPERGIRL3D</p> </div>",
    "<img class=\"offer-modal__image\" src=\"https://images.fandango.com/cms/assets/ab878780-5df6-11f1-8ac1-ff979c70f771--fan-merch-modalpopup-supergirl-realdoffer-343x362-v2.jpg\" alt=\"Special RealD 3D offer for Supergirl!\">",
    "<p class=\"offer-modal__description\"> Experience&#xa0;Supergirl&#xa0;in RealD 3D and get &#x24;5 off a 3D ticket with the code SUPERGIRL3D</p>",
    "<div class=\"offer-modal__legal-wrap\"> <button class=\"offer-modal__terms-toggle\">See Terms</button> <p class=\"offer-modal__terms-and-conditions dark__text\"> Limited time offer. While supplies last. There is a limited quantity of Code redemptions allowed in this promotion. Log in to your Fandango account on Fandango.com or via the Fandango app between 6/3/26 and 7/12/26, purchase one or more RealD 3D tickets to see Supergirl at a participating Fandango theater, and enter the Fandango promotiona...",
    "<button class=\"offer-modal__terms-toggle\">See Terms</button>",
    "<p class=\"offer-modal__terms-and-conditions dark__text\"> Limited time offer. While supplies last. There is a limited quantity of Code redemptions allowed in this promotion. Log in to your Fandango account on Fandango.com or via the Fandango app between 6/3/26 and 7/12/26, purchase one or more RealD 3D tickets to see Supergirl at a participating Fandango theater, and enter the Fandango promotional code SUPERGIRL3D (&quot;Code&quot;) to receive up to &#x24;5 off your purchase. Code expires, and...",
    "<a class=\"offer-modal__button\" href=\"https://www.fandangomovietickets.com/supergirlrealdoffer?cmp=TARS~FANDANGO~supergirlrealdoffer_promomodule\" target=\"_self\"> LEARN MORE </a>",
    "<div id=\"offer-modal-743a\" class=\"dialog style-lightbox animate-fade-in animate-speed-slow offer-banner--hide\" aria-hidden=\"true\" data-micromodal-close=\"true\" style=\"display: none;\"> <div class=\"animate-slide-down animate-speed-normal dialog-content offer-modal__content\"> <div class=\"offer-modal__header\"> <h3 class=\"offer-modal__title dark__text\">Join FanClub to get 1 free ticket</h3> <button class=\"js-modal-close-btn offer-modal__close icon icon-close--small-dark-mode\">Close</button> </div>...",
    "<div class=\"animate-slide-down animate-speed-normal dialog-content offer-modal__content\"> <div class=\"offer-modal__header\"> <h3 class=\"offer-modal__title dark__text\">Join FanClub to get 1 free ticket</h3> <button class=\"js-modal-close-btn offer-modal__close icon icon-close--small-dark-mode\">Close</button> </div> <div class=\"offer-modal__body\"> <div class=\"offer-modal__image-wrap\"> <img class=\"offer-modal__image\" src=\"https://images.fandango.com/cms/assets/c5cc7520-592c-11f1-8ac1-ff979c70f771-...",
    "<div class=\"offer-modal__header\"> <h3 class=\"offer-modal__title dark__text\">Join FanClub to get 1 free ticket</h3> <button class=\"js-modal-close-btn offer-modal__close icon icon-close--small-dark-mode\">Close</button> </div>",
    "<h3 class=\"offer-modal__title dark__text\">Join FanClub to get 1 free ticket</h3>",
    "<button class=\"js-modal-close-btn offer-modal__close icon icon-close--small-dark-mode\">Close</button>",
    "<div class=\"offer-modal__body\"> <div class=\"offer-modal__image-wrap\"> <img class=\"offer-modal__image\" src=\"https://images.fandango.com/cms/assets/c5cc7520-592c-11f1-8ac1-ff979c70f771--fan-merch-modalpopup-disclosureday-fanclub1freeticket-343x362-v1.jpg\" alt=\"Disclosure Day\"> <p class=\"offer-modal__description\">Get 1 free ticket instantly when you join FanClub with your Disclosure Day ticket order.</p> </div> <div class=\"offer-modal__legal-wrap\"> <button class=\"offer-modal__terms-toggle\">See T...",
    "<div class=\"offer-modal__image-wrap\"> <img class=\"offer-modal__image\" src=\"https://images.fandango.com/cms/assets/c5cc7520-592c-11f1-8ac1-ff979c70f771--fan-merch-modalpopup-disclosureday-fanclub1freeticket-343x362-v1.jpg\" alt=\"Disclosure Day\"> <p class=\"offer-modal__description\">Get 1 free ticket instantly when you join FanClub with your Disclosure Day ticket order.</p> </div>",
    "<img class=\"offer-modal__image\" src=\"https://images.fandango.com/cms/assets/c5cc7520-592c-11f1-8ac1-ff979c70f771--fan-merch-modalpopup-disclosureday-fanclub1freeticket-343x362-v1.jpg\" alt=\"Disclosure Day\">",
    "<p class=\"offer-modal__description\">Get 1 free ticket instantly when you join FanClub with your Disclosure Day ticket order.</p>",
    "<div class=\"offer-modal__legal-wrap\"> <button class=\"offer-modal__terms-toggle\">See Terms</button> <p class=\"offer-modal__terms-and-conditions dark__text\"> The &#x2018;Disclosure Day &#x2013; 1 free ticket FanClub Promotion&apos; offer (the &#x201c;Offer&#x201d;) begins 5/6/26 and will run for a limited time. Offer valid for new FanClub members only. To be eligible, you must subscribe to a 1-month paid FanClub membership (&#x24;9.99 per month + tax) when purchasing tickets Disclosure Day on t...",
    "<button class=\"offer-modal__terms-toggle\">See Terms</button>",
    "<p class=\"offer-modal__terms-and-conditions dark__text\"> The &#x2018;Disclosure Day &#x2013; 1 free ticket FanClub Promotion&apos; offer (the &#x201c;Offer&#x201d;) begins 5/6/26 and will run for a limited time. Offer valid for new FanClub members only. To be eligible, you must subscribe to a 1-month paid FanClub membership (&#x24;9.99 per month + tax) when purchasing tickets Disclosure Day on the Fandango website or mobile app, and Offer will be automatically applied at checkout. To redeem t...",
    "<a class=\"offer-modal__button\" href=\"https://www.fandangomovietickets.com/fanclub_disclosureday?cmp=TARS~FANDANGO~FanClub_DisclosureDay_promomodule\" target=\"_self\"> Learn More </a>",
    "<div id=\"offer-modal-7353a\" class=\"dialog style-lightbox animate-fade-in animate-speed-slow offer-banner--hide\" aria-hidden=\"true\" data-micromodal-close=\"true\" style=\"display: none;\"> <div class=\"animate-slide-down animate-speed-normal dialog-content offer-modal__content\"> <div class=\"offer-modal__header\"> <h3 class=\"offer-modal__title dark__text\">Special Offer</h3> <button class=\"js-modal-close-btn offer-modal__close icon icon-close--small-dark-mode\">Close</button> </div> <div class=\"offer-m...",
    "<div class=\"animate-slide-down animate-speed-normal dialog-content offer-modal__content\"> <div class=\"offer-modal__header\"> <h3 class=\"offer-modal__title dark__text\">Special Offer</h3> <button class=\"js-modal-close-btn offer-modal__close icon icon-close--small-dark-mode\">Close</button> </div> <div class=\"offer-modal__body\"> <div class=\"offer-modal__image-wrap\"> <img class=\"offer-modal__image\" src=\"https://images.fandango.com/cms/assets/b978e020-5638-11f1-850a-8d5f1bed4e4a--fan-merch-globalnav...",
    "<div class=\"offer-modal__header\"> <h3 class=\"offer-modal__title dark__text\">Special Offer</h3> <button class=\"js-modal-close-btn offer-modal__close icon icon-close--small-dark-mode\">Close</button> </div>",
    "<h3 class=\"offer-modal__title dark__text\">Special Offer</h3>",
    "<button class=\"js-modal-close-btn offer-modal__close icon icon-close--small-dark-mode\">Close</button>",
    "<div class=\"offer-modal__body\"> <div class=\"offer-modal__image-wrap\"> <img class=\"offer-modal__image\" src=\"https://images.fandango.com/cms/assets/b978e020-5638-11f1-850a-8d5f1bed4e4a--fan-merch-globalnavbar-toystory5-imaxconcessions-343x362.jpg\" alt=\"Get &#x24;5 towards your concessions order\"> <p class=\"offer-modal__description\">Buy a Toy Story 5 IMAX ticket and receive &#x24;5 off your AMC concessions order.</p> </div> <div class=\"offer-modal__legal-wrap\"> <button class=\"offer-modal__terms-...",
    "<div class=\"offer-modal__image-wrap\"> <img class=\"offer-modal__image\" src=\"https://images.fandango.com/cms/assets/b978e020-5638-11f1-850a-8d5f1bed4e4a--fan-merch-globalnavbar-toystory5-imaxconcessions-343x362.jpg\" alt=\"Get &#x24;5 towards your concessions order\"> <p class=\"offer-modal__description\">Buy a Toy Story 5 IMAX ticket and receive &#x24;5 off your AMC concessions order.</p> </div>",
    "<img class=\"offer-modal__image\" src=\"https://images.fandango.com/cms/assets/b978e020-5638-11f1-850a-8d5f1bed4e4a--fan-merch-globalnavbar-toystory5-imaxconcessions-343x362.jpg\" alt=\"Get &#x24;5 towards your concessions order\">",
    "<p class=\"offer-modal__description\">Buy a Toy Story 5 IMAX ticket and receive &#x24;5 off your AMC concessions order.</p>",
    "<div class=\"offer-modal__legal-wrap\"> <button class=\"offer-modal__terms-toggle\">See Terms</button> <p class=\"offer-modal__terms-and-conditions dark__text\"> There is a limited number of Code redemptions allowed in this offer. Limited time offer. While supplies last. Offer only valid for participating AMC Theatres. Check [https://www.fandangomovietickets.com/AMCTheatreConcessions] to see whether your preferred AMC Theatre offers concessions through Fandango. Log in to your account on Fandango.c...",
    "<button class=\"offer-modal__terms-toggle\">See Terms</button>",
    "<p class=\"offer-modal__terms-and-conditions dark__text\"> There is a limited number of Code redemptions allowed in this offer. Limited time offer. While supplies last. Offer only valid for participating AMC Theatres. Check [https://www.fandangomovietickets.com/AMCTheatreConcessions] to see whether your preferred AMC Theatre offers concessions through Fandango. Log in to your account on Fandango.com or the Fandango app and purchase, between 6:00am PT on 5/26/26 and 11:59pm PT on 6/21/26, at lea...",
    "<a class=\"offer-modal__button\" href=\"https://www.fandangomovietickets.com/ToyStory5IMAXConcessionsOffer?cmp=TARS~FANDANGO~ToyStory5IMAXConcessionsOfferpromomodule\" target=\"_self\"> GET TICKETS </a>"
  ],
  "score": 70,
  "weight": 10
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

AIO: Answer block readiness

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

2 Warning

Needs attention

AIO: Answer block readiness

Warning
01

Issue

104 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": 104,
  "passing": 0,
  "failing": [
    {
      "heading": "Offers",
      "headingHtml": "<h2 class=\"sr-only\">Offers</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Movies in Theaters",
      "headingHtml": "<h2 class=\"movie-tickets-header--heading heading-style-3\">Movies in Theaters</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Disclosure Day (2026)",
      "headingHtml": "<h3 class=\"fd-carousel__title dark__text\">Disclosure Day (2026)</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "BTS WORLD TOUR 'ARIRANG' IN BUSAN: LIVE VIEWING (2026)",
      "headingHtml": "<h3 class=\"fd-carousel__title dark__text\">BTS WORLD TOUR &apos;ARIRANG&apos; IN BUSAN: LIVE VIEWING (2026)</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Stop! That! Train! (2026)",
      "headingHtml": "<h3 class=\"fd-carousel__title dark__text\">Stop! That! Train! (2026)</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "The Furious (2026)",
      "headingHtml": "<h3 class=\"fd-carousel__title dark__text\">The Furious (2026)</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Scary Movie (2026)",
      "headingHtml": "<h3 class=\"fd-carousel__title dark__text\">Scary Movie (2026)</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Masters of the Universe (2026)",
      "headingHtml": "<h3 class=\"fd-carousel__title dark__text\">Masters of the Universe (2026)</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "The Amazing Digital Circus: The Last Act (2026)",
      "headingHtml": "<h3 class=\"fd-carousel__title dark__text\">The Amazing Digital Circus: The Last Act (2026)</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Backrooms (2026)",
      "headingHtml": "<h3 class=\"fd-carousel__title dark__text\">Backrooms (2026)</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Obsession (2026)",
      "headingHtml": "<h3 class=\"fd-carousel__title dark__text\">Obsession (2026)</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Sacred Heart: His Reign Has No End",
      "headingHtml": "<h3 class=\"fd-carousel__title dark__text\">Sacred Heart: His Reign Has No End</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Carolina Caroline (2026)",
      "headingHtml": "<h3 class=\"fd-carousel__title dark__text\">Carolina Caroline (2026)</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Star Wars: The Mandalorian and Grogu (2026)",
      "headingHtml": "<h3 class=\"fd-carousel__title dark__text\">Star Wars: The Mandalorian and Grogu (2026)</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "The Breadwinner (2026)",
      "headingHtml": "<h3 class=\"fd-carousel__title dark__text\">The Breadwinner (2026)</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Michael (2026)",
      "headingHtml": "<h3 class=\"fd-carousel__title dark__text\">Michael (2026)</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "The Devil Wears Prada 2 (2026)",
      "headingHtml": "<h3 class=\"fd-carousel__title dark__text\">The Devil Wears Prada 2 (2026)</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Power Ballad (2026)",
      "headingHtml": "<h3 class=\"fd-carousel__title dark__text\">Power Ballad (2026)</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Pressure (2026)",
      "headingHtml": "<h3 class=\"fd-carousel__title dark__text\">Pressure (2026)</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "I Love Boosters (2026)",
      "headingHtml": "<h3 class=\"fd-carousel__title dark__text\">I Love Boosters (2026)</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Tuner (2026)",
      "headingHtml": "<h3 class=\"fd-carousel__title dark__text\">Tuner (2026)</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Mortal Kombat II (2026)",
      "headingHtml": "<h3 class=\"fd-carousel__title dark__text\">Mortal Kombat II (2026)</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Passenger (2026)",
      "headingHtml": "<h3 class=\"fd-carousel__title dark__text\">Passenger (2026)</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "The Sheep Detectives (2026)",
      "headingHtml": "<h3 class=\"fd-carousel__title dark__text\">The Sheep Detectives (2026)</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Shrek 25th Anniversary (2026)",
      "headingHtml": "<h3 class=\"fd-carousel__title dark__text\">Shrek 25th Anniversary (2026)</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Is God Is (2026)",
      "headingHtml": "<h3 class=\"fd-carousel__title dark__text\">Is God Is (2026)</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "The Super Mario Galaxy Movie (2026)",
      "headingHtml": "<h3 class=\"fd-carousel__title dark__text\">The Super Mario Galaxy Movie (2026)</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Animal Farm (2026)",
      "headingHtml": "<h3 class=\"fd-carousel__title dark__text\">Animal Farm (2026)</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Project Hail Mary (2026)",
      "headingHtml": "<h3 class=\"fd-carousel__title dark__text\">Project Hail Mary (2026)</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Coming Soon To Theaters",
      "headingHtml": "<h2 class=\"movie-tickets-header--heading heading-style-3\">Coming Soon To Theaters</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "The Odyssey (2026)",
      "headingHtml": "<h3 class=\"fd-carousel__title dark__text\">The Odyssey (2026)</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Hadestown: The Musical (2026)",
      "headingHtml": "<h3 class=\"fd-carousel__title dark__text\">Hadestown: The Musical (2026)</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Supergirl (2026)",
      "headingHtml": "<h3 class=\"fd-carousel__title dark__text\">Supergirl (2026)</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Toy Story 5 (2026)",
      "headingHtml": "<h3 class=\"fd-carousel__title dark__text\">Toy Story 5 (2026)</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Minions & Monsters (2026)",
      "headingHtml": "<h3 class=\"fd-carousel__title dark__text\">Minions &amp; Monsters (2026)</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Jackass: Best and Last (2026)",
      "headingHtml": "<h3 class=\"fd-carousel__title dark__text\">Jackass: Best and Last (2026)</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "¡La Copa Mundial de la FIFA 2026™ por Telemundo!",
      "headingHtml": "<h3 class=\"fd-carousel__title dark__text\">&#xa1;La Copa Mundial de la FIFA 2026&#x2122; por Telemundo!</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Minions & Monsters: Xfinity Early Access Screenings (2026)",
      "headingHtml": "<h3 class=\"fd-carousel__title dark__text\">Minions &amp; Monsters: Xfinity Early Access Screenings (2026)</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Supergirl: Fan First Screenings (2026)",
      "headingHtml": "<h3 class=\"fd-carousel__title dark__text\">Supergirl: Fan First Screenings (2026)</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Young Washington (2026)",
      "headingHtml": "<h3 class=\"fd-carousel__title dark__text\">Young Washington (2026)</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Girls Like Girls (2026)",
      "headingHtml": "<h3 class=\"fd-carousel__title dark__text\">Girls Like Girls (2026)</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "BLEACH: Thousand-Year Blood War - The Calamity (2026)",
      "headingHtml": "<h3 class=\"fd-carousel__title dark__text\">BLEACH: Thousand-Year Blood War - The Calamity (2026)</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Six: The Musical Live! (2026)",
      "headingHtml": "<h3 class=\"fd-carousel__title dark__text\">Six: The Musical Live! (2026)</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Dune: Part Three (2026)",
      "headingHtml": "<h3 class=\"fd-carousel__title dark__text\">Dune: Part Three (2026)</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Moana (2026)",
      "headingHtml": "<h3 class=\"fd-carousel__title dark__text\">Moana (2026)</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "The End of Oak Street (2026)",
      "headingHtml": "<h3 class=\"fd-carousel__title dark__text\">The End of Oak Street (2026)</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "The Death of Robin Hood (2026)",
      "headingHtml": "<h3 class=\"fd-carousel__title dark__text\">The Death of Robin Hood (2026)</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Ice Cream Man (2026)",
      "headingHtml": "<h3 class=\"fd-carousel__title dark__text\">Ice Cream Man (2026)</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Spider-Man: Brand New Day (2026)",
      "headingHtml": "<h3 class=\"fd-carousel__title dark__text\">Spider-Man: Brand New Day (2026)</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Watch At Home",
      "headingHtml": "<h2 class=\"movie-tickets-header--heading heading-style-3\">Watch At Home</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Michael",
      "headingHtml": "<h3 class=\"fd-carousel__title dark__text\">Michael</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Mortal Kombat II",
      "headingHtml": "<h3 class=\"fd-carousel__title dark__text\">Mortal Kombat II</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "White House Down",
      "headingHtml": "<h3 class=\"fd-carousel__title dark__text\">White House Down</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "The Super Mario Galaxy Movie",
      "headingHtml": "<h3 class=\"fd-carousel__title dark__text\">The Super Mario Galaxy Movie</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Project Hail Mary",
      "headingHtml": "<h3 class=\"fd-carousel__title dark__text\">Project Hail Mary</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "The Ministry of Ungentlemanly Warfare",
      "headingHtml": "<h3 class=\"fd-carousel__title dark__text\">The Ministry of Ungentlemanly Warfare</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Hokum",
      "headingHtml": "<h3 class=\"fd-carousel__title dark__text\">Hokum</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "In the Grey",
      "headingHtml": "<h3 class=\"fd-carousel__title dark__text\">In the Grey</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Desert Warrior",
      "headingHtml": "<h3 class=\"fd-carousel__title dark__text\">Desert Warrior</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "The Super Mario Bros. Movie",
      "headingHtml": "<h3 class=\"fd-carousel__title dark__text\">The Super Mario Bros. Movie</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Lee Cronin's The Mummy",
      "headingHtml": "<h3 class=\"fd-carousel__title dark__text\">Lee Cronin&apos;s The Mummy</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Pacific Rim",
      "headingHtml": "<h3 class=\"fd-carousel__title dark__text\">Pacific Rim</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Is God Is",
      "headingHtml": "<h3 class=\"fd-carousel__title dark__text\">Is God Is</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Hoppers",
      "headingHtml": "<h3 class=\"fd-carousel__title dark__text\">Hoppers</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Over Your Dead Body",
      "headingHtml": "<h3 class=\"fd-carousel__title dark__text\">Over Your Dead Body</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "There's Something About Mary",
      "headingHtml": "<h3 class=\"fd-carousel__title dark__text\">There&apos;s Something About Mary</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Fuze",
      "headingHtml": "<h3 class=\"fd-carousel__title dark__text\">Fuze</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Normal",
      "headingHtml": "<h3 class=\"fd-carousel__title dark__text\">Normal</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Sully",
      "headingHtml": "<h3 class=\"fd-carousel__title dark__text\">Sully</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "The Housemaid",
      "headingHtml": "<h3 class=\"fd-carousel__title dark__text\">The Housemaid</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "M3GAN",
      "headingHtml": "<h3 class=\"fd-carousel__title dark__text\">M3GAN</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Good Luck, Have Fun, Don't Die",
      "headingHtml": "<h3 class=\"fd-carousel__title dark__text\">Good Luck, Have Fun, Don&apos;t Die</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "The Day After Tomorrow",
      "headingHtml": "<h3 class=\"fd-carousel__title dark__text\">The Day After Tomorrow</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Features",
      "headingHtml": "<h2 class=\"fd-carousel__heading\">Features</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Interview: 'Disclosure Day'",
      "headingHtml": "<h3 class=\"fd-carousel__title dark__text\">Interview: &apos;Disclosure Day&apos;</h3>",
      "firstParagraph": "Emily Blunt & Josh O'Connor talk about ‘Disclosure Day’",
      "paragraphHtml": "<p class=\"fd-carousel__description dark__text\">Emily Blunt &amp; Josh O&apos;Connor talk about &#x2018;Disclosure Day&#x2019;</p>",
      "words": 8,
      "direct": false,
      "issue": "First paragraph is 8 words and does not look like a concise direct answer."
    },
    {
      "heading": "Oral History: 'Scary Movie'",
      "headingHtml": "<h3 class=\"fd-carousel__title dark__text\">Oral History: &apos;Scary Movie&apos;</h3>",
      "firstParagraph": "The cast breaks down the 'Scary Movie' franchise timeline",
      "paragraphHtml": "<p class=\"fd-carousel__description dark__text\">The cast breaks down the &apos;Scary Movie&apos; franchise timeline</p>",
      "words": 9,
      "direct": false,
      "issue": "First paragraph is 9 words and does not look like a concise direct answer."
    },
    {
      "heading": "Seen On The Screen: 'Disclosure Day'",
      "headingHtml": "<h3 class=\"fd-carousel__title dark__text\">Seen On The Screen: &apos;Disclosure Day&apos;</h3>",
      "firstParagraph": "Colman Domingo breaks down 'Disclosure Day' and talks about working with Spielberg",
      "paragraphHtml": "<p class=\"fd-carousel__description dark__text\">Colman Domingo breaks down &apos;Disclosure Day&apos; and talks about working with Spielberg</p>",
      "words": 12,
      "direct": false,
      "issue": "First paragraph is 12 words and does not look like a concise direct answer."
    },
    {
      "heading": "Big Ticket: 'Supergirl'",
      "headingHtml": "<h3 class=\"fd-carousel__title dark__text\">Big Ticket: &apos;Supergirl&apos;</h3>",
      "firstParagraph": "Milly Alcock & Jason Momoa on the \"messed up\" things they did in 'Supergirl'",
      "paragraphHtml": "<p class=\"fd-carousel__description dark__text\">Milly Alcock &amp; Jason Momoa on the &quot;messed up&quot; things they did in &apos;Supergirl&apos;</p>",
      "words": 13,
      "direct": false,
      "issue": "First paragraph is 13 words and does not look like a concise direct answer."
    },
    {
      "heading": "Theaters Near You",
      "headingHtml": "<h2 class=\"theaters-module__title dark__text\">Theaters Near You</h2>",
      "firstParagraph": "Enter city, state, or zipcode",
      "paragraphHtml": "<p class=\"location__text dark__text--secondary\">Enter city, state, or zipcode</p>",
      "words": 5,
      "direct": false,
      "issue": "First paragraph is 5 words and does not look like a concise direct answer."
    },
    {
      "heading": "Offers",
      "headingHtml": "<h2 class=\"emu__heading--medium emu-override\">Offers</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "The Odyssey Signature Set",
      "headingHtml": "<h3 class=\"emu__heading--small dark__text\">The Odyssey Signature Set</h3>",
      "firstParagraph": "Includes a ticket to The Odyssey plus a exclusive Premium Collectible Print!",
      "paragraphHtml": "<p class=\"emu__description footer-offer__description dark__text\">Includes a ticket to The Odyssey plus a exclusive Premium Collectible Print!</p>",
      "words": 12,
      "direct": false,
      "issue": "First paragraph is 12 words and does not look like a concise direct answer."
    },
    {
      "heading": "Join FanClub to get 1 Free Ticket",
      "headingHtml": "<h3 class=\"emu__heading--small dark__text\">Join FanClub to get 1 Free Ticket</h3>",
      "firstParagraph": "Get 1 free ticket instantly when you join FanClub with your The Odyssey ticket order.",
      "paragraphHtml": "<p class=\"emu__description footer-offer__description dark__text\">Get 1 free ticket instantly when you join FanClub with your The Odyssey ticket order.</p>",
      "words": 15,
      "direct": false,
      "issue": "First paragraph is 15 words and does not look like a concise direct answer."
    },
    {
      "heading": "Way Down Hadestown Bundle",
      "headingHtml": "<h3 class=\"emu__heading--small dark__text\">Way Down Hadestown Bundle</h3>",
      "firstParagraph": "Includes a ticket to Hadestown: The Musical plus an exclusive engraved coin!",
      "paragraphHtml": "<p class=\"emu__description footer-offer__description dark__text\">Includes a ticket to Hadestown: The Musical plus an exclusive engraved coin!</p>",
      "words": 12,
      "direct": false,
      "issue": "First paragraph is 12 words and does not look like a concise direct answer."
    },
    {
      "heading": "Inside Disclosure Day with Colman Domingo",
      "headingHtml": "<h3 class=\"emu__heading--small dark__text\">Inside Disclosure Day with Colman Domingo</h3>",
      "firstParagraph": "Colman Domingo breaks down Disclosure Day, working with Spielberg, and Emily Blunt's unforgettable performance.",
      "paragraphHtml": "<p class=\"emu__description footer-offer__description dark__text\">Colman Domingo breaks down Disclosure Day, working with Spielberg, and Emily Blunt&apos;s unforgettable performance.</p>",
      "words": 14,
      "direct": false,
      "issue": "First paragraph is 14 words and does not look like a concise direct answer."
    },
    {
      "heading": "New & Coming soon",
      "headingHtml": "<h2 class=\"emu__heading--medium dark__text\">New &amp; Coming soon</h2>",
      "firstParagraph": "Backrooms (2026)",
      "paragraphHtml": "<p class=\"footer-coming-soon__sr-only dark__text\">Backrooms (2026)</p>",
      "words": 2,
      "direct": false,
      "issue": "First paragraph is 2 words and does not look like a concise direct answer."
    },
    {
      "heading": "Experience + Explore",
      "headingHtml": "<h3 class=\"heading-style-1 heading-size-m footer-nav__heading dark__text\">Experience + Explore</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Editorial Features",
      "headingHtml": "<h3 class=\"heading-style-1 heading-size-m footer-nav__heading dark__text\">Editorial Features</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Videos",
      "headingHtml": "<h3 class=\"heading-style-1 heading-size-m footer-nav__heading dark__text\">Videos</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Exclusives",
      "headingHtml": "<h3 class=\"heading-style-1 heading-size-m footer-nav__heading dark__text\">Exclusives</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Follow Us",
      "headingHtml": "<h3 class=\"footer-utility-links__heading dark__text\">Follow Us</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Get Fandango Apps",
      "headingHtml": "<h3 class=\"footer-utility-links__heading dark__text\">Get Fandango Apps</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Special Offer",
      "headingHtml": "<h3 class=\"offer-modal__title dark__text\">Special Offer</h3>",
      "firstParagraph": "Get The Odyssey Signature Set and receive one movie ticket to The Odyssey plus an exclusive Premium Collectible print.",
      "paragraphHtml": "<p class=\"offer-modal__description\">Get The Odyssey Signature Set and receive one movie ticket to The Odyssey plus an exclusive Premium Collectible print.</p>",
      "words": 19,
      "direct": false,
      "issue": "First paragraph is 19 words and does not look like a concise direct answer."
    },
    {
      "heading": "¡La Copa Mundial de la FIFA 2026™ por Telemundo!",
      "headingHtml": "<h3 class=\"offer-modal__title dark__text\">&#xa1;La Copa Mundial de la FIFA 2026&#x2122; por Telemundo!</h3>",
      "firstParagraph": "Disfruta la transmisión en español de la Copa Mundial de la FIFA 2026™ por Telemundo en la gran pantalla.",
      "paragraphHtml": "<p class=\"offer-modal__description\">Disfruta la transmisi&#xf3;n en espa&#xf1;ol de la Copa Mundial de la FIFA 2026&#x2122; por Telemundo en la gran pantalla.</p>",
      "words": 21,
      "direct": false,
      "issue": "First paragraph is 21 words and does not look like a concise direct answer."
    },
    {
      "heading": "Join FanClub to get 1 free ticket",
      "headingHtml": "<h3 class=\"offer-modal__title dark__text\">Join FanClub to get 1 free ticket</h3>",
      "firstParagraph": "Get 1 free ticket instantly when you join FanClub with your The Odyssey ticket order.",
      "paragraphHtml": "<p class=\"offer-modal__description\">Get 1 free ticket instantly when you join FanClub with your The Odyssey ticket order.</p>",
      "words": 15,
      "direct": false,
      "issue": "First paragraph is 15 words and does not look like a concise direct answer."
    },
    {
      "heading": "Inside Disclosure Day with Colman Domingo",
      "headingHtml": "<h3 class=\"offer-modal__title dark__text\">Inside Disclosure Day with Colman Domingo</h3>",
      "firstParagraph": "Colman Domingo breaks down Disclosure Day, working with Spielberg, and Emily Blunt's unforgettable performance.",
      "paragraphHtml": "<p class=\"offer-modal__description\">Colman Domingo breaks down Disclosure Day, working with Spielberg, and Emily Blunt&apos;s unforgettable performance.</p>",
      "words": 14,
      "direct": false,
      "issue": "First paragraph is 14 words and does not look like a concise direct answer."
    },
    {
      "heading": "Special Offer",
      "headingHtml": "<h3 class=\"offer-modal__title dark__text\">Special Offer</h3>",
      "firstParagraph": "Buy 2 tickets to jackass: best and last, get 1 ticket free (equal or lesser price, up to $20 total ticket price and fees) with code JACKASSB2G1",
      "paragraphHtml": "<p class=\"offer-modal__description\">Buy 2 tickets to jackass: best and last, get 1 ticket free (equal or lesser price, up to &#x24;20 total ticket price and fees) with code JACKASSB2G1</p>",
      "words": 27,
      "direct": false,
      "issue": "First paragraph is 27 words and does not look like a concise direct answer."
    },
    {
      "heading": "Special Offer",
      "headingHtml": "<h3 class=\"offer-modal__title dark__text\">Special Offer</h3>",
      "firstParagraph": "Get The Beyond Infinity Bundle and receive one movie ticket to Toy Story 5 plus a limited-edition Animation Print!",
      "paragraphHtml": "<p class=\"offer-modal__description\">Get The Beyond Infinity Bundle and receive one movie ticket to Toy Story 5 plus a limited-edition Animation Print!</p>",
      "words": 19,
      "direct": false,
      "issue": "First paragraph is 19 words and does not look like a concise direct answer."
    },
    {
      "heading": "Special Offer",
      "headingHtml": "<h3 class=\"offer-modal__title dark__text\">Special Offer</h3>",
      "firstParagraph": "Buy a ticket to watch Illumination’s Minions & Monsters and you could win a Universal theme park vacation in Hollywood or Orlando",
      "paragraphHtml": "<p class=\"offer-modal__description\">Buy a ticket to watch Illumination&#x2019;s Minions &amp; Monsters and you could win a Universal theme park vacation in Hollywood or Orlando</p>",
      "words": 22,
      "direct": false,
      "issue": "First paragraph is 22 words and does not look like a concise direct answer."
    },
    {
      "heading": "YOU HAVE THE POWER!",
      "headingHtml": "<h3 class=\"offer-modal__title dark__text\">YOU HAVE THE POWER!</h3>",
      "firstParagraph": "Step into the battle for Eternia like never before. Grab your Masters of the Universe Power Pint bundle and witness He-Man and Skeletor clash in Dolby Cinema—plus receive Fandango-exclusive collectible pint glasses that bring the power with you.",
      "paragraphHtml": "<p class=\"offer-modal__description\">Step into the battle for Eternia like never before. Grab your Masters of the Universe Power Pint bundle and witness He-Man and Skeletor clash in Dolby Cinema&#x2014;plus receive Fandango-exclusive collectible pint glasses that bring the power with you.</p>",
      "words": 39,
      "direct": false,
      "issue": "First paragraph is 39 words and does not look like a concise direct answer."
    },
    {
      "heading": "Special Offer",
      "headingHtml": "<h3 class=\"offer-modal__title dark__text\">Special Offer</h3>",
      "firstParagraph": "Be the first to see Minions & Monsters at an exclusive early screening for Xfinity members and Fandango account holders, exclusively on Fandango.",
      "paragraphHtml": "<p class=\"offer-modal__description\">Be the first to see Minions &amp; Monsters at an exclusive early screening for Xfinity members and Fandango account holders, exclusively on Fandango.</p>",
      "words": 22,
      "direct": false,
      "issue": "First paragraph is 22 words and does not look like a concise direct answer."
    },
    {
      "heading": "Special Offer",
      "headingHtml": "<h3 class=\"offer-modal__title dark__text\">Special Offer</h3>",
      "firstParagraph": "See it in RealD 3D and get $5 off a ticket with code MINIONSIN3D.",
      "paragraphHtml": "<p class=\"offer-modal__description\">See it in RealD 3D and get &#x24;5 off a ticket with code MINIONSIN3D.</p>",
      "words": 14,
      "direct": false,
      "issue": "First paragraph is 14 words and does not look like a concise direct answer."
    },
    {
      "heading": "Special Offer",
      "headingHtml": "<h3 class=\"offer-modal__title dark__text\">Special Offer</h3>",
      "firstParagraph": "Experience Supergirl in RealD 3D and get $5 off a 3D ticket with the code SUPERGIRL3D",
      "paragraphHtml": "<p class=\"offer-modal__description\"> Experience&#xa0;Supergirl&#xa0;in RealD 3D and get &#x24;5 off a 3D ticket with the code SUPERGIRL3D</p>",
      "words": 16,
      "direct": false,
      "issue": "First paragraph is 16 words and does not look like a concise direct answer."
    },
    {
      "heading": "Join FanClub to get 1 free ticket",
      "headingHtml": "<h3 class=\"offer-modal__title dark__text\">Join FanClub to get 1 free ticket</h3>",
      "firstParagraph": "Get 1 free ticket instantly when you join FanClub with your Disclosure Day ticket order.",
      "paragraphHtml": "<p class=\"offer-modal__description\">Get 1 free ticket instantly when you join FanClub with your Disclosure Day ticket order.</p>",
      "words": 15,
      "direct": false,
      "issue": "First paragraph is 15 words and does not look like a concise direct answer."
    },
    {
      "heading": "Special Offer",
      "headingHtml": "<h3 class=\"offer-modal__title dark__text\">Special Offer</h3>",
      "firstParagraph": "Buy a Toy Story 5 IMAX ticket and receive $5 off your AMC concessions order.",
      "paragraphHtml": "<p class=\"offer-modal__description\">Buy a Toy Story 5 IMAX ticket and receive &#x24;5 off your AMC concessions order.</p>",
      "words": 15,
      "direct": false,
      "issue": "First paragraph is 15 words and does not look like a concise direct answer."
    }
  ],
  "score": 65,
  "weight": 8
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

AEO: Answer intent coverage

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

1 Warning

Needs attention

AEO: Answer intent coverage

Warning
01

Issue

Missing likely AI Overview intent sections: what, 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": "Offers",
      "html": "<h2 class=\"sr-only\">Offers</h2>"
    },
    {
      "text": "Movies in Theaters",
      "html": "<h2 class=\"movie-tickets-header--heading heading-style-3\">Movies in Theaters</h2>"
    },
    {
      "text": "Coming Soon To Theaters",
      "html": "<h2 class=\"movie-tickets-header--heading heading-style-3\">Coming Soon To Theaters</h2>"
    },
    {
      "text": "Watch At Home",
      "html": "<h2 class=\"movie-tickets-header--heading heading-style-3\">Watch At Home</h2>"
    },
    {
      "text": "Features",
      "html": "<h2 class=\"fd-carousel__heading\">Features</h2>"
    },
    {
      "text": "Theaters Near You",
      "html": "<h2 class=\"theaters-module__title dark__text\">Theaters Near You</h2>"
    },
    {
      "text": "Offers",
      "html": "<h2 class=\"emu__heading--medium emu-override\">Offers</h2>"
    },
    {
      "text": "New & Coming soon",
      "html": "<h2 class=\"emu__heading--medium dark__text\">New &amp; Coming soon</h2>"
    }
  ],
  "expected": [
    {
      "id": "what",
      "label": "What is Movie Tickets & Movie Times?",
      "pattern": {}
    },
    {
      "id": "how",
      "label": "How does Movie Tickets & Movie Times work?",
      "pattern": {}
    },
    {
      "id": "benefits",
      "label": "Why use Movie Tickets & Movie Times?",
      "pattern": {}
    },
    {
      "id": "cost",
      "label": "Is Movie Tickets & Movie Times free or paid?",
      "pattern": {}
    },
    {
      "id": "compare",
      "label": "How does Movie Tickets & Movie Times compare with alternatives?",
      "pattern": {}
    }
  ],
  "missing": [
    {
      "id": "what",
      "label": "What is Movie Tickets & Movie Times?",
      "pattern": {}
    },
    {
      "id": "how",
      "label": "How does Movie Tickets & Movie Times work?",
      "pattern": {}
    },
    {
      "id": "benefits",
      "label": "Why use Movie Tickets & Movie Times?",
      "pattern": {}
    },
    {
      "id": "cost",
      "label": "Is Movie Tickets & Movie Times free or paid?",
      "pattern": {}
    },
    {
      "id": "compare",
      "label": "How does Movie Tickets & Movie Times 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": "application/json; charset=utf-8",
            "length": 121
          },
          {
            "path": "/api/context",
            "statusCode": 404,
            "contentType": "text/html; charset=utf-8",
            "length": 3112
          },
          {
            "path": "/context",
            "statusCode": 404,
            "contentType": "text/html; charset=utf-8",
            "length": 3112
          }
        ]
      },
      "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": "Offers",
      "html": "<h2 class=\"sr-only\">Offers</h2>"
    },
    {
      "text": "Movies in Theaters",
      "html": "<h2 class=\"movie-tickets-header--heading heading-style-3\">Movies in Theaters</h2>"
    },
    {
      "text": "Coming Soon To Theaters",
      "html": "<h2 class=\"movie-tickets-header--heading heading-style-3\">Coming Soon To Theaters</h2>"
    },
    {
      "text": "Watch At Home",
      "html": "<h2 class=\"movie-tickets-header--heading heading-style-3\">Watch At Home</h2>"
    },
    {
      "text": "Features",
      "html": "<h2 class=\"fd-carousel__heading\">Features</h2>"
    },
    {
      "text": "Theaters Near You",
      "html": "<h2 class=\"theaters-module__title dark__text\">Theaters Near You</h2>"
    },
    {
      "text": "Offers",
      "html": "<h2 class=\"emu__heading--medium emu-override\">Offers</h2>"
    },
    {
      "text": "New & Coming soon",
      "html": "<h2 class=\"emu__heading--medium dark__text\">New &amp; Coming soon</h2>"
    }
  ],
  "expected": [
    {
      "id": "what",
      "label": "What is Movie Tickets & Movie Times?",
      "pattern": {}
    },
    {
      "id": "how",
      "label": "How does Movie Tickets & Movie Times work?",
      "pattern": {}
    },
    {
      "id": "benefits",
      "label": "Why use Movie Tickets & Movie Times?",
      "pattern": {}
    },
    {
      "id": "cost",
      "label": "Is Movie Tickets & Movie Times free or paid?",
      "pattern": {}
    },
    {
      "id": "compare",
      "label": "How does Movie Tickets & Movie Times compare with alternatives?",
      "pattern": {}
    }
  ],
  "missing": [
    {
      "id": "what",
      "label": "What is Movie Tickets & Movie Times?",
      "pattern": {}
    },
    {
      "id": "how",
      "label": "How does Movie Tickets & Movie Times work?",
      "pattern": {}
    },
    {
      "id": "benefits",
      "label": "Why use Movie Tickets & Movie Times?",
      "pattern": {}
    },
    {
      "id": "cost",
      "label": "Is Movie Tickets & Movie Times free or paid?",
      "pattern": {}
    },
    {
      "id": "compare",
      "label": "How does Movie Tickets & Movie Times 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": 3112,
        "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": 2534,
          "hasRegisterInstructions": false,
          "hasProtectedResourceLink": false,
          "hasAuthorizationServerLink": false,
          "mentionsIdentity": false,
          "mentionsCredential": false,
          "links": [
            "//images.fandango.com/fandango-www/screenplay/assets/v2/javascripts/bundles/transpiled/require-core.a9juei4g.js",
            "//images.fandango.com/fandango-www/screenplay/assets/v2/javascripts/bundles/transpiled/base/libraries.71gkj74c.js",
            "//images.fandango.com/fandango-www/screenplay/assets/v2/javascripts/bundles/transpiled/require-global.fg65uism.js",
            "/assets/versions",
            "//images.fandango.com/fandango-www/screenplay/assets/v2/versions.2segggor.js",
            "/script",
            "/title",
            "//images.fandango.com/fandango-www/screenplay/assets/v2/stylesheets/bundles/error.638bvar5.css",
            "/script",
            "/script"
          ],
          "rawExcerpt": "<!DOCTYPE html>\n<html lang=\"en\" >\n<head>\n    \n    <script type=\"importmap\">\n{\n  \"imports\": {\n    \"require-core\": \"//images.fandango.com/fandango-www/screenplay/assets/v2/javascripts/bundles/transpiled/require-core.a9juei4g.js\",\n    \"base-libraries\": \"//images.fandango.com/fandango-www/screenplay/assets/v2/javascripts/bundles/transpiled/base/libraries.71gkj74c.js\",\n    \"require-global\": \"//images.fandango.com/fandango-www/screenplay/assets/v2/javascripts/bundles/transpiled/require-global.fg65uism.js\",\n    \"@take-2/assets/versions\": \"//images.fandango.com/fandango-www/screenplay/assets/v2/versions.2segggor.js\"\n  }\n}\n    </script>\n    \n    <meta charset=\"utf-8\">\n    <meta name=\"viewport\" content=\"width=device-width\">\n    <title>Fandango | Page Not Found</title>\n    <meta name=\"description\" co"
        }
      },
      "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": 2827,
        "text": "<!DOCTYPE html>\n<html lang=\"en\" >\n<head>\n    \n    <script type=\"importmap\">\n{\n  \"imports\": {\n    \"require-core\": \"//images.fandango.com/fandango-www/screenplay/assets/v2/javascripts/bundles/transpiled/require-core.a9juei4g.js\",\n    \"base-libraries\": \"//images.fandango.com/fandango-www/screenplay/assets/v2/javascripts/bundles/transpiled/base/libraries.71gkj74c.js\",\n    \"require-global\": \"//images.fandango.com/fandango-www/screenplay/assets/v2/javascripts/bundles/transpiled/require-global.fg65uism.js\",\n    \"@take-2/assets/versions\": \"//images.fandango.com/fandango-www/screenplay/assets/v2/versions.2segggor.js\"\n  }\n}\n    </script>\n    \n    <meta charset=\"utf-8\">\n    <meta name=\"viewport\" content=\"width=device-width\">\n    <title>Fandango | Page Not Found</title>\n    <meta name=\"description\" content=\"\" />\n    <meta name=\"keywords\" content=\"\" />\n\n    <link rel=\"stylesheet\" href=\"//images.fandango.com/fandango-www/screenplay/assets/v2/stylesheets/bundles/error.638bvar5.css\" />\n\n    \n    \n\n    <script>\n        window.Fandango = {};\n    </script>\n\n    \n        <script>\n            window.dataLayer = window.dataLayer || [];\n        </script>\n    \n\n    \n</head>\n<body class=\"error-page\">\n    <header role=\"banner\" id=\"site-header\" class=\"error-page__header\">\n        <nav>\n            <div class=\"error-page__logo\">\n                <a href=\"\">\n                    <img class=\"brand-img\" alt=\"Fandango Logo\" src=\"//images.fandango.com/fandango-www/screenplay/assets/v2/images/desktop/icons/global/fandango-logo.c6oofd9h.svg\">\n                </a>\n            </div>\n        </nav>\n    </header>\n\n    \n    <div class=\"error-page__subheader\">\n        <div class=\"error-message__status-wrapper\">\n            <h1 class=\"font-sans-serif uppercase error-message__status\">Error 404: page not found</h1>\n        </div>\n    </div>\n    <main>\n        <div class=\"font-sans-serif error-message--404\">\n            <h2 class=\"error-message__large-text uppercase\">Hold up</h2>\n            <h3 class=\"error-message__small-text\">Looks like the page you are looking for cannot be found</h3>\n            <a href=\"\">\n                <div class=\"error-page__btn font-sans-serif-alt uppercase\">Head back home</div>\n            </a>\n        </div>\n    </main>\n\n\n    \n        <script>\n            window.dataLayer.push({\"event\":\"pageview\",\"pageName\":\"404 Error Page\",\"pageType\":\"error page\"});\n        </script>\n    \n    \n    <script>\n        window.Fandango.dtmData = {\"webVersion\":\"node\",\"site\":\"desktop\",\"pageName\":\"404 Error Page\",\"errorType\":\"404\",\"errorTypeDescription\":\"Not Found\"}\n    </script>\n    \n    \n        <script type=\"text/javascript\">\n            if (typeof (window._satellite) == 'object' && window._satellite.pageBottom) {\n                window._satellite.pageBottom();\n            }\n        </script>\n    \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": 2827,
          "text": "<!DOCTYPE html>\n<html lang=\"en\" >\n<head>\n    \n    <script type=\"importmap\">\n{\n  \"imports\": {\n    \"require-core\": \"//images.fandango.com/fandango-www/screenplay/assets/v2/javascripts/bundles/transpiled/require-core.a9juei4g.js\",\n    \"base-libraries\": \"//images.fandango.com/fandango-www/screenplay/assets/v2/javascripts/bundles/transpiled/base/libraries.71gkj74c.js\",\n    \"require-global\": \"//images.fandango.com/fandango-www/screenplay/assets/v2/javascripts/bundles/transpiled/require-global.fg65uism.js\",\n    \"@take-2/assets/versions\": \"//images.fandango.com/fandango-www/screenplay/assets/v2/versions.2segggor.js\"\n  }\n}\n    </script>\n    \n    <meta charset=\"utf-8\">\n    <meta name=\"viewport\" content=\"width=device-width\">\n    <title>Fandango | Page Not Found</title>\n    <meta name=\"description\" content=\"\" />\n    <meta name=\"keywords\" content=\"\" />\n\n    <link rel=\"stylesheet\" href=\"//images.fandango.com/fandango-www/screenplay/assets/v2/stylesheets/bundles/error.638bvar5.css\" />\n\n    \n    \n\n    <script>\n        window.Fandango = {};\n    </script>\n\n    \n        <script>\n            window.dataLayer = window.dataLayer || [];\n        </script>\n    \n\n    \n</head>\n<body class=\"error-page\">\n    <header role=\"banner\" id=\"site-header\" class=\"error-page__header\">\n        <nav>\n            <div class=\"error-page__logo\">\n                <a href=\"\">\n                    <img class=\"brand-img\" alt=\"Fandango Logo\" src=\"//images.fandango.com/fandango-www/screenplay/assets/v2/images/desktop/icons/global/fandango-logo.c6oofd9h.svg\">\n                </a>\n            </div>\n        </nav>\n    </header>\n\n    \n    <div class=\"error-page__subheader\">\n        <div class=\"error-message__status-wrapper\">\n            <h1 class=\"font-sans-serif uppercase error-message__status\">Error 404: page not found</h1>\n        </div>\n    </div>\n    <main>\n        <div class=\"font-sans-serif error-message--404\">\n            <h2 class=\"error-message__large-text uppercase\">Hold up</h2>\n            <h3 class=\"error-message__small-text\">Looks like the page you are looking for cannot be found</h3>\n            <a href=\"\">\n                <div class=\"error-page__btn font-sans-serif-alt uppercase\">Head back home</div>\n            </a>\n        </div>\n    </main>\n\n\n    \n        <script>\n            window.dataLayer.push({\"event\":\"pageview\",\"pageName\":\"404 Error Page\",\"pageType\":\"error page\"});\n        </script>\n    \n    \n    <script>\n        window.Fandango.dtmData = {\"webVersion\":\"node\",\"site\":\"desktop\",\"pageName\":\"404 Error Page\",\"errorType\":\"404\",\"errorTypeDescription\":\"Not Found\"}\n    </script>\n    \n    \n        <script type=\"text/javascript\">\n            if (typeof (window._satellite) == 'object' && window._satellite.pageBottom) {\n                window._satellite.pageBottom();\n            }\n        </script>\n    \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": 11,
    "signals": [
      {
        "source": "link:href",
        "weight": 3,
        "match": "auth link"
      },
      {
        "source": "visible-text",
        "weight": 3,
        "match": "log in"
      },
      {
        "source": "visible-text",
        "weight": 3,
        "match": "sign in"
      },
      {
        "source": "visible-text",
        "weight": 2,
        "match": "my account"
      }
    ]
  },
  "resourceFetchSucceeded": false
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

GEO: Q&A and FAQ opportunities

GEO: Q&A and FAQ opportunities is informational for this page.

Informational

Needs attention

GEO: Q&A and FAQ opportunities

Informational
01

Issue

8 h2 heading(s) are not phrased as questions; this is optional and only useful where Q&A wording is natural. No visible FAQ or FAQPage schema was detected; this is optional unless the page answers common questions.

Details

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: Q&A and FAQ opportunities

Score

75/100

Status

informational

Category

GEO, AIO & AEO

Maturity

Emerging recommendation

Goal

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

Result

GEO: Q&A and FAQ opportunities is informational for this page.

Evidence
{
  "h2Count": 8,
  "questionH2s": 0,
  "hasFaq": false,
  "nonQuestionH2s": [
    {
      "index": 1,
      "text": "Offers",
      "isQuestion": false,
      "html": "<h2 class=\"sr-only\">Offers</h2>"
    },
    {
      "index": 2,
      "text": "Movies in Theaters",
      "isQuestion": false,
      "html": "<h2 class=\"movie-tickets-header--heading heading-style-3\">Movies in Theaters</h2>"
    },
    {
      "index": 3,
      "text": "Coming Soon To Theaters",
      "isQuestion": false,
      "html": "<h2 class=\"movie-tickets-header--heading heading-style-3\">Coming Soon To Theaters</h2>"
    },
    {
      "index": 4,
      "text": "Watch At Home",
      "isQuestion": false,
      "html": "<h2 class=\"movie-tickets-header--heading heading-style-3\">Watch At Home</h2>"
    },
    {
      "index": 5,
      "text": "Features",
      "isQuestion": false,
      "html": "<h2 class=\"fd-carousel__heading\">Features</h2>"
    },
    {
      "index": 6,
      "text": "Theaters Near You",
      "isQuestion": false,
      "html": "<h2 class=\"theaters-module__title dark__text\">Theaters Near You</h2>"
    },
    {
      "index": 7,
      "text": "Offers",
      "isQuestion": false,
      "html": "<h2 class=\"emu__heading--medium emu-override\">Offers</h2>"
    },
    {
      "index": 8,
      "text": "New & Coming soon",
      "isQuestion": false,
      "html": "<h2 class=\"emu__heading--medium dark__text\">New &amp; Coming soon</h2>"
    }
  ],
  "score": 75,
  "weight": 4
}

AI DiscoverabilityDiscoverabilityEstablished

IndexNow key

IndexNow key is informational for this page.

Informational

Needs attention

IndexNow key

Informational
01

Issue

IndexNow key is informational for this page.

02

Why it matters

IndexNow lets sites notify participating search engines about changed URLs, but ownership verification requires a UTF-8 key file whose filename matches the key.

Check name

IndexNow key

Score

100/100

Status

informational

Category

Discoverability

Maturity

Established

Goal

Verify that IndexNow ownership key placement is detectable when the site advertises it.

Result

IndexNow key is informational for this page.

Validation steps

  1. Find advertised IndexNow key location

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

  2. Fetch and validate IndexNow key file

    No discoverable IndexNow key file was found.

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

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": 2827
          },
          {
            "path": "/.well-known/oauth-authorization-server",
            "statusCode": 404,
            "contentType": "text/html; charset=utf-8",
            "length": 2827
          }
        ]
      },
      "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": 11,
    "signals": [
      {
        "source": "link:href",
        "weight": 3,
        "match": "auth link"
      },
      {
        "source": "visible-text",
        "weight": 3,
        "match": "log in"
      },
      {
        "source": "visible-text",
        "weight": 3,
        "match": "sign in"
      },
      {
        "source": "visible-text",
        "weight": 2,
        "match": "my account"
      }
    ]
  },
  "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": "<!DOCTYPE html>\n<html lang=\"en\" >\n<head>\n    \n    <script type=\"importmap\">\n{\n  \"imports\": {\n    \"require-core\": \"//images.fandango.com/fandango-www/screenplay/assets/v2/javascripts/bundles/transpiled/require-core.a9juei4g.js\",\n    \"base-libraries\": \"//images.fandango.com/fandango-www/screenplay/assets/v2/javascripts/bundles/transpiled/base/libraries.71gkj74c.js\",\n    \"require-global\": \"//images.fandango.com/fandango-www/screenplay/assets/v2/javascripts/bundles/transpiled/require-global.fg65uism.js\",\n    \"@take-2/assets/versions\": \"//images.fandango.com/fandango-www/screenplay/assets/v2/versions.2segggor.js\"\n  }\n}\n    </script>\n    \n    <meta charset=\"utf-8\">\n    <meta name=\"viewport\" content=\"width=device-width\">\n    <title>Fandango | Page Not Found</title>\n    <meta name=\"description\" co"
      },
      "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.fandango.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.fandango.com/.well-known/oauth-protected-resource",
            "metadataUrlMatches": true,
            "resourceMatchesRequestContext": true
          },
          {
            "path": "/api/admin/summary",
            "statusCode": 404,
            "wwwAuthenticate": {
              "valid": false,
              "present": false
            },
            "expectedMetadataUrl": "https://www.fandango.com/.well-known/oauth-protected-resource",
            "metadataUrlMatches": true,
            "resourceMatchesRequestContext": true
          },
          {
            "path": "/api/scans",
            "statusCode": 404,
            "wwwAuthenticate": {
              "valid": false,
              "present": false
            },
            "expectedMetadataUrl": "https://www.fandango.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": 11,
    "signals": [
      {
        "source": "link:href",
        "weight": 3,
        "match": "auth link"
      },
      {
        "source": "visible-text",
        "weight": 3,
        "match": "log in"
      },
      {
        "source": "visible-text",
        "weight": 3,
        "match": "sign in"
      },
      {
        "source": "visible-text",
        "weight": 2,
        "match": "my account"
      }
    ]
  },
  "resourceFetchSucceeded": false
}

SEOSEOBrowser audit

Links do not have descriptive text

100 Fail

Check name

Links do not have descriptive text

Score

0/100

Status

fail

Device

desktop

Category

SEO

Estimated savings

12 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": "12 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

Forced reflow

13 Fail

Check name

Forced reflow

Score

0/100

Status

fail

Device

desktop

Category

Performance

Fix guidance

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

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

Performance and AccessibilityPerformanceBrowser audit

Image optimization

13 Fail

Check name

Image optimization

Score

0/100

Status

fail

Device

desktop

Category

Performance

Fix guidance

Review the grouped image optimization checks and improve the failing sub-checks listed in evidence.

Evidence
{
  "checks": [
    {
      "id": "image-aspect-ratio",
      "title": "Displays images with incorrect aspect ratio",
      "score": 0
    }
  ]
}

Performance and AccessibilityPerformanceBrowser audit

LCP request discovery

13 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

Reduce JavaScript execution time

13 Fail

Check name

Reduce JavaScript execution time

Score

0/100

Status

fail

Device

desktop

Category

Performance

Estimated savings

3.7 s

Fix guidance

Consider reducing the time spent parsing, compiling, and executing JS. You may find delivering smaller JS payloads helps with this. [Learn how to reduce Javascript execution time](https://developer.chrome.com/docs/lighthouse/performance/bootup-time/).

Evidence
{
  "displayValue": "3.7 s",
  "description": "Consider reducing the time spent parsing, compiling, and executing JS. You may find delivering smaller JS payloads helps with this. [Learn how to reduce Javascript execution time](https://developer.chrome.com/docs/lighthouse/performance/bootup-time/).",
  "numericValue": 3652.227999999994
}

Performance and AccessibilityPerformanceBrowser audit

Loading performance

6 Fail

Check name

Loading performance

Score

50/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": "network-rtt",
      "title": "Network Round Trip Times",
      "score": 100,
      "displayValue": "310 ms",
      "numericValue": 309.99942
    },
    {
      "id": "interactive",
      "title": "Time to Interactive",
      "score": 6,
      "displayValue": "9.2 s",
      "numericValue": 9223.383961339314
    },
    {
      "id": "server-response-time",
      "title": "Initial server response time was short",
      "score": 100,
      "displayValue": "Root document took 10 ms",
      "numericValue": 5
    },
    {
      "id": "largest-contentful-paint",
      "title": "Largest Contentful Paint",
      "score": 18,
      "displayValue": "3.9 s",
      "numericValue": 3927.699610473316
    },
    {
      "id": "total-blocking-time",
      "title": "Total Blocking Time",
      "score": 12,
      "displayValue": "760 ms",
      "numericValue": 760.4999999999995
    },
    {
      "id": "first-contentful-paint",
      "title": "First Contentful Paint",
      "score": 80,
      "displayValue": "1.1 s",
      "numericValue": 1114.4002330677683
    },
    {
      "id": "max-potential-fid",
      "title": "Max Potential First Input Delay",
      "score": 69,
      "displayValue": "190 ms",
      "numericValue": 192
    },
    {
      "id": "speed-index",
      "title": "Speed Index",
      "score": 13,
      "displayValue": "3.7 s",
      "numericValue": 3713.7261073926784
    }
  ]
}

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 7,349 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 7,349 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": 7525117
}

Performance and AccessibilityPerformanceBrowser audit

Improve image delivery

6 Warning

Check name

Improve image delivery

Score

50/100

Status

warning

Device

desktop

Category

Performance

Estimated savings

Est savings of 1,060 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 1,060 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

Legacy JavaScript

6 Warning

Check name

Legacy JavaScript

Score

50/100

Status

warning

Device

desktop

Category

Performance

Estimated savings

Est savings of 200 KiB

Fix guidance

Polyfills and transforms enable older browsers to use new JavaScript features. However, many aren't necessary for modern browsers. Consider modifying your JavaScript build process to not transpile [Baseline](https://web.dev/articles/baseline-and-polyfills) features, unless you know you must support older browsers. [Learn why most sites can deploy ES6+ code without transpiling](https://developer.chrome.com/docs/performance/insights/legacy-javascript)

Evidence
{
  "displayValue": "Est savings of 200 KiB",
  "description": "Polyfills and transforms enable older browsers to use new JavaScript features. However, many aren't necessary for modern browsers. Consider modifying your JavaScript build process to not transpile [Baseline](https://web.dev/articles/baseline-and-polyfills) features, unless you know you must support older browsers. [Learn why most sites can deploy ES6+ code without transpiling](https://developer.chrome.com/docs/performance/insights/legacy-javascript)"
}

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