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

OVERALL SCORE

Level 3, Bot-Aware

Moderate readiness for AI agents
AIDiscoverability29%Agent Easeof Use6%Security& Trust20%GEO, AIO, AEO66%SEO92%Performance& Accessibility81%
  • AI Discoverability 29 out of 100
  • Agent Ease of Use 6 out of 100
  • Security & Trust 20 out of 100
  • GEO, AIO and AEO 66 out of 100
  • SEO 92 out of 100
  • Performance and Accessibility 81 out of 100

CAPTURED SCREENSHOT

Captured website desktop screenshot

What AI sees of your website

Video API for developers | Mux favicon

Video API for developers | Mux

Mux helps teams ship high-performance and cost-effective video in minutes, not months. Build better video into anything from websites to platforms to AI workflows.

Next step

Turn this report into a fix workflow

30 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
29
Priority fix7170View details
Discoverability
29
Priority fix270View details
Content Readiness
50
Needs work560View 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
66
Needs work4313View details
GEO Readiness
79
Mostly ready204
AIO Readiness
54
Needs work124View details
AEO Readiness
63
Needs work115View details
SEO
92
Strong1010View details
SEO
92
Strong1010View details
Security & Trust
20
Priority fix540View details
Security & Trust
20
Priority fix140View details
AI Training Exposure
Not Applicable
Not Applicable400
Performance and Accessibility
81
Mostly ready2540View details
Performance
74
Needs work1530View details
Accessibility
94
Strong1010View details

Prioritized recommendations

Issues ranked by score impact

50 items need attention

Agent Ease of UseAPIEstablished

API Catalog

API Catalog failed at "Fetch API catalog".

50 Fail

Needs attention

API Catalog

Failed check
01

Issue

The API catalog endpoint did not return HTTP 2xx.

02

Why it matters

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

Check name

API Catalog

Score

0/100

Status

fail

Category

API

Maturity

Established

Goal

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

Result

API Catalog failed at "Fetch API catalog".

Validation steps

  1. Fetch API catalog

    The API catalog endpoint did not return HTTP 2xx.

  2. Validate RFC 9727 linkset

    Response is not valid JSON.

  3. Fetch advertised API catalog targets

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

Evidence
{
  "failedStep": "fetch",
  "steps": [
    {
      "id": "fetch",
      "title": "Fetch API catalog",
      "status": "fail",
      "evidence": {
        "statusCode": 404,
        "contentType": "text/html; charset=utf-8"
      },
      "issue": "The API catalog endpoint did not return HTTP 2xx.",
      "howToFix": "Publish /.well-known/api-catalog."
    },
    {
      "id": "validate",
      "title": "Validate RFC 9727 linkset",
      "status": "fail",
      "evidence": {
        "valid": false,
        "compatibleContentType": false,
        "issue": "Response is not valid JSON.",
        "rawExcerpt": "<!DOCTYPE html><html data-dpl-id=\"dpl_2Hv8c8h9MkfVURDsDPeJYTGgWKCo\" lang=\"en\" class=\"no-chat font-body antialiased aeonik_724ce46a-module__BNMA4q__variable rotonto_b96e03a7-module__4fiIjG__variable jetbrainsmono_f15ec2a5-module__33L7EG__variable\" style=\"min-width:20rem\"><head><meta charSet=\"utf-8\"/><meta name=\"viewport\" content=\"width=device-width, initial-scale=1, viewport-fit=cover\"/><link rel=\"stylesheet\" href=\"/_next/static/chunks/0mfrjx2-6_cn5.css?dpl=dpl_2Hv8c8h9MkfVURDsDPeJYTGgWKCo\" data-precedence=\"next\"/><link rel=\"stylesheet\" href=\"/_next/static/chunks/02bwwu6gzz8qn.css?dpl=dpl_2Hv8c8h9MkfVURDsDPeJYTGgWKCo\" data-precedence=\"next\"/><link rel=\"preload\" as=\"script\" fetchPriority=\"low\" href=\"/_next/static/chunks/0jswr96a0mtm5.js?dpl=dpl_2Hv8c8h9MkfVURDsDPeJYTGgWKCo\"/><script src=\"/_n"
      },
      "issue": "Response is not valid JSON.",
      "howToFix": "Use application/linkset+json with service-desc, service-doc, and status relations that each include href."
    },
    {
      "id": "target-validation",
      "title": "Fetch advertised API catalog targets",
      "status": "fail",
      "evidence": {
        "checked": [],
        "failures": [
          {
            "reason": "No same-origin API catalog hrefs were available to fetch."
          }
        ]
      },
      "issue": "API Catalog did not expose any same-origin hrefs to validate.",
      "howToFix": "Make each same-origin API catalog href reachable and serve the advertised media type."
    }
  ]
}

Agent Ease of UseAPIEstablished

OpenAPI discovery

OpenAPI discovery failed at "Find valid OpenAPI document".

50 Fail

Needs attention

OpenAPI discovery

Failed check
01

Issue

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

02

Why it matters

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

Check name

OpenAPI discovery

Score

0/100

Status

fail

Category

API

Maturity

Established

Goal

Publish a valid OpenAPI or Swagger document for API discovery.

Result

OpenAPI discovery failed at "Find valid OpenAPI document".

Validation steps

  1. Find valid OpenAPI document

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

Evidence
{
  "failedStep": "fetch",
  "steps": [
    {
      "id": "fetch",
      "title": "Find valid OpenAPI document",
      "status": "fail",
      "evidence": {
        "checked": [
          {
            "path": "/openapi.json",
            "statusCode": 404,
            "contentType": "text/html; charset=utf-8",
            "valid": false,
            "issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html; charset=utf-8\" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
            "compatibleContentType": false,
            "format": "yaml",
            "version": "",
            "pathCount": 0,
            "operationCount": 0,
            "rawExcerpt": "<!DOCTYPE html><html data-dpl-id=\"dpl_2Hv8c8h9MkfVURDsDPeJYTGgWKCo\" id=\"__next_error__\"><head><meta charSet=\"utf-8\"/><meta name=\"viewport\" content=\"width=device-width, initial-scale=1, viewport-fit=cover\"/><link rel=\"preload\" as=\"script\" fetchPriority=\"low\" href=\"/_next/static/chunks/0jswr96a0mtm5.js?dpl=dpl_2Hv8c8h9MkfVURDsDPeJYTGgWKCo\"/><script src=\"/_next/static/chunks/0o9tpc~yjm3fl.js?dpl=dpl_2Hv8c8h9MkfVURDsDPeJYTGgWKCo\" async=\"\"></script><script src=\"/_next/static/chunks/0dfjq-_3bf0.7.js?dpl=dpl_2Hv8c8h9MkfVURDsDPeJYTGgWKCo\" async=\"\"></script><script src=\"/_next/static/chunks/06c909s869qtp.js?dpl=dpl_2Hv8c8h9MkfVURDsDPeJYTGgWKCo\" async=\"\"></script><script src=\"/_next/static/chunks/turbopack-12vd_i-._nh76.js?dpl=dpl_2Hv8c8h9MkfVURDsDPeJYTGgWKCo\" async=\"\"></script><script src=\"/_next/s"
          },
          {
            "path": "/openapi.yaml",
            "statusCode": 404,
            "contentType": "text/html; charset=utf-8",
            "valid": false,
            "issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html; charset=utf-8\" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
            "compatibleContentType": false,
            "format": "yaml",
            "version": "",
            "pathCount": 0,
            "operationCount": 0,
            "rawExcerpt": "<!DOCTYPE html><html data-dpl-id=\"dpl_2Hv8c8h9MkfVURDsDPeJYTGgWKCo\" id=\"__next_error__\"><head><meta charSet=\"utf-8\"/><meta name=\"viewport\" content=\"width=device-width, initial-scale=1, viewport-fit=cover\"/><link rel=\"preload\" as=\"script\" fetchPriority=\"low\" href=\"/_next/static/chunks/0jswr96a0mtm5.js?dpl=dpl_2Hv8c8h9MkfVURDsDPeJYTGgWKCo\"/><script src=\"/_next/static/chunks/0o9tpc~yjm3fl.js?dpl=dpl_2Hv8c8h9MkfVURDsDPeJYTGgWKCo\" async=\"\"></script><script src=\"/_next/static/chunks/0dfjq-_3bf0.7.js?dpl=dpl_2Hv8c8h9MkfVURDsDPeJYTGgWKCo\" async=\"\"></script><script src=\"/_next/static/chunks/06c909s869qtp.js?dpl=dpl_2Hv8c8h9MkfVURDsDPeJYTGgWKCo\" async=\"\"></script><script src=\"/_next/static/chunks/turbopack-12vd_i-._nh76.js?dpl=dpl_2Hv8c8h9MkfVURDsDPeJYTGgWKCo\" async=\"\"></script><script src=\"/_next/s"
          },
          {
            "path": "/swagger.json",
            "statusCode": 404,
            "contentType": "text/html; charset=utf-8",
            "valid": false,
            "issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html; charset=utf-8\" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
            "compatibleContentType": false,
            "format": "yaml",
            "version": "",
            "pathCount": 0,
            "operationCount": 0,
            "rawExcerpt": "<!DOCTYPE html><html data-dpl-id=\"dpl_2Hv8c8h9MkfVURDsDPeJYTGgWKCo\" id=\"__next_error__\"><head><meta charSet=\"utf-8\"/><meta name=\"viewport\" content=\"width=device-width, initial-scale=1, viewport-fit=cover\"/><link rel=\"preload\" as=\"script\" fetchPriority=\"low\" href=\"/_next/static/chunks/0jswr96a0mtm5.js?dpl=dpl_2Hv8c8h9MkfVURDsDPeJYTGgWKCo\"/><script src=\"/_next/static/chunks/0o9tpc~yjm3fl.js?dpl=dpl_2Hv8c8h9MkfVURDsDPeJYTGgWKCo\" async=\"\"></script><script src=\"/_next/static/chunks/0dfjq-_3bf0.7.js?dpl=dpl_2Hv8c8h9MkfVURDsDPeJYTGgWKCo\" async=\"\"></script><script src=\"/_next/static/chunks/06c909s869qtp.js?dpl=dpl_2Hv8c8h9MkfVURDsDPeJYTGgWKCo\" async=\"\"></script><script src=\"/_next/static/chunks/turbopack-12vd_i-._nh76.js?dpl=dpl_2Hv8c8h9MkfVURDsDPeJYTGgWKCo\" async=\"\"></script><script src=\"/_next/s"
          },
          {
            "path": "/swagger.yaml",
            "statusCode": 404,
            "contentType": "text/html; charset=utf-8",
            "valid": false,
            "issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html; charset=utf-8\" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
            "compatibleContentType": false,
            "format": "yaml",
            "version": "",
            "pathCount": 0,
            "operationCount": 0,
            "rawExcerpt": "<!DOCTYPE html><html data-dpl-id=\"dpl_2Hv8c8h9MkfVURDsDPeJYTGgWKCo\" id=\"__next_error__\"><head><meta charSet=\"utf-8\"/><meta name=\"viewport\" content=\"width=device-width, initial-scale=1, viewport-fit=cover\"/><link rel=\"preload\" as=\"script\" fetchPriority=\"low\" href=\"/_next/static/chunks/0jswr96a0mtm5.js?dpl=dpl_2Hv8c8h9MkfVURDsDPeJYTGgWKCo\"/><script src=\"/_next/static/chunks/0o9tpc~yjm3fl.js?dpl=dpl_2Hv8c8h9MkfVURDsDPeJYTGgWKCo\" async=\"\"></script><script src=\"/_next/static/chunks/0dfjq-_3bf0.7.js?dpl=dpl_2Hv8c8h9MkfVURDsDPeJYTGgWKCo\" async=\"\"></script><script src=\"/_next/static/chunks/06c909s869qtp.js?dpl=dpl_2Hv8c8h9MkfVURDsDPeJYTGgWKCo\" async=\"\"></script><script src=\"/_next/static/chunks/turbopack-12vd_i-._nh76.js?dpl=dpl_2Hv8c8h9MkfVURDsDPeJYTGgWKCo\" async=\"\"></script><script src=\"/_next/s"
          },
          {
            "path": "/api/openapi.json",
            "statusCode": 404,
            "contentType": "text/html; charset=utf-8",
            "valid": false,
            "issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html; charset=utf-8\" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
            "compatibleContentType": false,
            "format": "yaml",
            "version": "",
            "pathCount": 0,
            "operationCount": 0,
            "rawExcerpt": "<!DOCTYPE html><html data-dpl-id=\"dpl_2Hv8c8h9MkfVURDsDPeJYTGgWKCo\" lang=\"en\" class=\"no-chat font-body antialiased aeonik_724ce46a-module__BNMA4q__variable rotonto_b96e03a7-module__4fiIjG__variable jetbrainsmono_f15ec2a5-module__33L7EG__variable\" style=\"min-width:20rem\"><head><meta charSet=\"utf-8\"/><meta name=\"viewport\" content=\"width=device-width, initial-scale=1, viewport-fit=cover\"/><link rel=\"stylesheet\" href=\"/_next/static/chunks/0mfrjx2-6_cn5.css?dpl=dpl_2Hv8c8h9MkfVURDsDPeJYTGgWKCo\" data-precedence=\"next\"/><link rel=\"stylesheet\" href=\"/_next/static/chunks/02bwwu6gzz8qn.css?dpl=dpl_2Hv8c8h9MkfVURDsDPeJYTGgWKCo\" data-precedence=\"next\"/><link rel=\"preload\" as=\"script\" fetchPriority=\"low\" href=\"/_next/static/chunks/0jswr96a0mtm5.js?dpl=dpl_2Hv8c8h9MkfVURDsDPeJYTGgWKCo\"/><script src=\"/_n"
          },
          {
            "path": "/api/swagger.json",
            "statusCode": 404,
            "contentType": "text/html; charset=utf-8",
            "valid": false,
            "issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html; charset=utf-8\" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
            "compatibleContentType": false,
            "format": "yaml",
            "version": "",
            "pathCount": 0,
            "operationCount": 0,
            "rawExcerpt": "<!DOCTYPE html><html data-dpl-id=\"dpl_2Hv8c8h9MkfVURDsDPeJYTGgWKCo\" lang=\"en\" class=\"no-chat font-body antialiased aeonik_724ce46a-module__BNMA4q__variable rotonto_b96e03a7-module__4fiIjG__variable jetbrainsmono_f15ec2a5-module__33L7EG__variable\" style=\"min-width:20rem\"><head><meta charSet=\"utf-8\"/><meta name=\"viewport\" content=\"width=device-width, initial-scale=1, viewport-fit=cover\"/><link rel=\"stylesheet\" href=\"/_next/static/chunks/0mfrjx2-6_cn5.css?dpl=dpl_2Hv8c8h9MkfVURDsDPeJYTGgWKCo\" data-precedence=\"next\"/><link rel=\"stylesheet\" href=\"/_next/static/chunks/02bwwu6gzz8qn.css?dpl=dpl_2Hv8c8h9MkfVURDsDPeJYTGgWKCo\" data-precedence=\"next\"/><link rel=\"preload\" as=\"script\" fetchPriority=\"low\" href=\"/_next/static/chunks/0jswr96a0mtm5.js?dpl=dpl_2Hv8c8h9MkfVURDsDPeJYTGgWKCo\"/><script src=\"/_n"
          },
          {
            "path": "/docs/openapi.json",
            "statusCode": 404,
            "contentType": "text/html; charset=utf-8",
            "valid": false,
            "issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html; charset=utf-8\" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
            "compatibleContentType": false,
            "format": "yaml",
            "version": "",
            "pathCount": 0,
            "operationCount": 0,
            "rawExcerpt": "<!DOCTYPE html><html data-dpl-id=\"dpl_2Hv8c8h9MkfVURDsDPeJYTGgWKCo\" id=\"__next_error__\"><head><meta charSet=\"utf-8\"/><meta name=\"viewport\" content=\"width=device-width, initial-scale=1, viewport-fit=cover\"/><link rel=\"preload\" as=\"script\" fetchPriority=\"low\" href=\"/_next/static/chunks/0jswr96a0mtm5.js?dpl=dpl_2Hv8c8h9MkfVURDsDPeJYTGgWKCo\"/><script src=\"/_next/static/chunks/0o9tpc~yjm3fl.js?dpl=dpl_2Hv8c8h9MkfVURDsDPeJYTGgWKCo\" async=\"\"></script><script src=\"/_next/static/chunks/0dfjq-_3bf0.7.js?dpl=dpl_2Hv8c8h9MkfVURDsDPeJYTGgWKCo\" async=\"\"></script><script src=\"/_next/static/chunks/06c909s869qtp.js?dpl=dpl_2Hv8c8h9MkfVURDsDPeJYTGgWKCo\" async=\"\"></script><script src=\"/_next/static/chunks/turbopack-12vd_i-._nh76.js?dpl=dpl_2Hv8c8h9MkfVURDsDPeJYTGgWKCo\" async=\"\"></script><script src=\"/_next/s"
          }
        ]
      },
      "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 DiscoverabilityContent ReadinessEstablished

Content freshness signals

Content freshness signals is missing or incomplete.

33 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 DiscoverabilityBot Access ControlInformational

Content Signal

Content Signal is missing or incomplete.

33 Fail

Needs attention

Content Signal

Failed check
01

Issue

No Content Signal found in robots.txt

02

Why it matters

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

Check name

Content Signal

Score

0/100

Status

fail

Category

Bot Access Control

Maturity

Informational

Goal

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

Result

Content Signal is missing or incomplete.

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

AI DiscoverabilityContent ReadinessEstablished

Markdown negotiation

Markdown negotiation failed at "Markdown content type".

33 Fail

Needs attention

Markdown negotiation

Failed check
01

Issue

Content-Type "text/html; 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 "rsc, next-router-state-tree, next-router-prefetch, next-router-segment-prefetch".

  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": "rsc, next-router-state-tree, next-router-prefetch, next-router-segment-prefetch"
      },
      "issue": "Markdown negotiation is missing Vary: Accept; current Vary header is \"rsc, next-router-state-tree, next-router-prefetch, next-router-segment-prefetch\".",
      "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": 76295,
        "excerpt": "<!DOCTYPE html><html data-dpl-id=\"dpl_2Hv8c8h9MkfVURDsDPeJYTGgWKCo\" lang=\"en\" class=\"no-chat font-body antialiased aeonik_724ce46a-module__BNMA4q__variable rotonto_b96e03a7-module__4fiIjG__variable jetbrainsmono_f15ec2a5-module__33L7EG__var",
        "issue": "Markdown response is missing a heading."
      },
      "issue": "Markdown response is missing a heading.",
      "howToFix": "Return Markdown with at least one heading and substantive page content, including useful links or instructions for agents."
    }
  ]
}

AI DiscoverabilityContent ReadinessEstablished

Semantic HTML

Semantic HTML is missing or incomplete.

33 Fail

Needs attention

Semantic HTML

Failed check
01

Issue

Semantic HTML is incomplete: missing <main> landmark; skipped heading levels.

Details

02

Why it matters

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

Check name

Semantic HTML

Score

0/100

Status

fail

Category

Content Readiness

Maturity

Established

Goal

Expose readable page structure through semantic HTML and accessible controls.

Result

Semantic HTML is missing or incomplete.

Evidence
{
  "main": false,
  "nav": true,
  "footer": true,
  "meaningfulH1": true,
  "headingOrder": false,
  "accessibleLinks": true,
  "accessibleButtons": true,
  "imageAltCoverage": true,
  "formAutocompleteCoverage": true,
  "details": {
    "inaccessibleLinks": [],
    "inaccessibleButtons": [],
    "missingAutocompleteInputs": [],
    "imagesMissingAlt": [],
    "skippedHeadingLevels": [
      "h1: Video for developers",
      "h2: Trusted by top brands",
      "h2: Features",
      "h4: Unlock the data in your video",
      "h2: Embedding a video with Mux is simple",
      "h4: Turn video files into video features",
      "h3: Transcript",
      "h3: Understand video analytics at a glance",
      "h3: How much will this video cost?",
      "h3: Mux Robots",
      "h3: Caption translation",
      "h3: Ask questions",
      "h3: Summarization",
      "h3: Content moderation",
      "h3: Chaptering",
      "h2: The video infrastructure for your website",
      "h2: We speak your language",
      "h2: Mux love from around the world",
      "h3: Product",
      "h3: Resources",
      "h3: Developers",
      "h3: Integrations",
      "h3: Solutions",
      "h3: Company"
    ]
  },
  "counts": {
    "h1": 1,
    "headings": 24,
    "links": 132,
    "inaccessibleLinks": 0,
    "buttons": 36,
    "inaccessibleButtons": 0,
    "images": 71,
    "imagesWithAlt": 71,
    "autocompleteInputs": 0,
    "inputsWithAutocomplete": 0,
    "missingAutocompleteInputs": 0
  }
}

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

Security & TrustSecurity & TrustEstablished

Content-Security-Policy

Content-Security-Policy is missing or incomplete.

25 Fail

Needs attention

Content-Security-Policy

Failed check
01

Issue

Content-Security-Policy is missing or incomplete.

02

Why it matters

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

Check name

Content-Security-Policy

Score

0/100

Status

fail

Category

Security & Trust

Maturity

Established

Goal

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

Result

Content-Security-Policy is missing or incomplete.

Evidence
{
  "header": "content-security-policy",
  "value": null
}

Security & TrustSecurity & TrustEstablished

Frame protection

Frame protection is missing or incomplete.

25 Fail

Needs attention

Frame protection

Failed check
01

Issue

Frame protection is missing or incomplete.

02

Why it matters

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

Check name

Frame protection

Score

0/100

Status

fail

Category

Security & Trust

Maturity

Established

Goal

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

Result

Frame protection is missing or incomplete.

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

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": 234197
          },
          {
            "path": "/.well-known/mcp/server-cards.json",
            "statusCode": 404,
            "contentType": "text/html; charset=utf-8",
            "length": 234197
          },
          {
            "path": "/.well-known/mcp.json",
            "statusCode": 404,
            "contentType": "text/html; charset=utf-8",
            "length": 234197
          }
        ]
      },
      "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": 186810
          },
          {
            "path": "/.well-known/mcp.json",
            "statusCode": 404,
            "contentType": "text/html; charset=utf-8",
            "length": 234197
          },
          {
            "path": "/.well-known/mcp/server-card.json",
            "statusCode": 404,
            "contentType": "text/html; charset=utf-8",
            "length": 234197
          }
        ]
      },
      "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."
    }
  ]
}

Security & TrustSecurity & TrustEstablished

Referrer-Policy

Referrer-Policy is missing or incomplete.

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

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": 234197
          },
          {
            "path": "/webmcp.json",
            "statusCode": 404,
            "contentType": "text/html; charset=utf-8",
            "length": 186859
          },
          {
            "path": "/mcp.json",
            "statusCode": 404,
            "contentType": "text/html; charset=utf-8",
            "length": 186810
          }
        ]
      },
      "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."
    }
  ]
}

Security & TrustSecurity & TrustEstablished

X-Content-Type-Options

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

25 Fail

Needs attention

X-Content-Type-Options

Failed check
01

Issue

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

02

Why it matters

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

Check name

X-Content-Type-Options

Score

0/100

Status

fail

Category

Security & Trust

Maturity

Established

Goal

Prevent MIME sniffing for browser-loaded resources.

Result

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

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

Agent Ease of UseSkill DiscoveryEmerging recommendation

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": 234197
          },
          {
            "path": "/.well-known/a2a/agent-card.json",
            "statusCode": 404,
            "contentType": "text/html; charset=utf-8",
            "length": 234197
          },
          {
            "path": "/agent-card.json",
            "statusCode": 404,
            "contentType": "text/html; charset=utf-8",
            "length": 186867
          }
        ]
      },
      "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": 234197
          },
          {
            "path": "/.well-known/skills/index.json",
            "statusCode": 404,
            "contentType": "text/html; charset=utf-8",
            "length": 234197
          }
        ]
      },
      "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": 234197
          },
          {
            "path": "/agent.json",
            "statusCode": 404,
            "contentType": "text/html; charset=utf-8",
            "length": 186814
          }
        ]
      },
      "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": 234197
          },
          {
            "path": "/agents.json",
            "statusCode": 404,
            "contentType": "text/html; charset=utf-8",
            "length": 186859
          }
        ]
      },
      "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."
    }
  ]
}

AI DiscoverabilityDiscoverabilityEstablished

FAQPage schema

FAQPage schema is missing or incomplete.

20 Fail

Needs attention

FAQPage schema

Failed check
01

Issue

FAQ content was detected but no FAQPage schema was found.

02

Why it matters

FAQPage schema lets agents extract visible question-and-answer content cleanly and avoid guessing which text is an answer.

Check name

FAQPage schema

Score

0/100

Status

fail

Category

Discoverability

Maturity

Established

Goal

Expose question-and-answer content in FAQPage structured data when FAQs are present.

Result

FAQPage schema is missing or incomplete.

Evidence
{
  "found": false,
  "visibleFaq": true,
  "allTypes": []
}

AI DiscoverabilityDiscoverabilityEstablished

High-value schema types

High-value schema types is missing or incomplete.

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

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

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

Organization / WebSite schema

Organization / WebSite schema is missing or incomplete.

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

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.mux.com",
        "probes": [
          {
            "name": "_index._agents.www.mux.com",
            "found": false,
            "recordCount": 1,
            "records": [],
            "hasAlpn": false,
            "hasEndpoint": false
          },
          {
            "name": "_a2a._agents.www.mux.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.mux.com",
            "dnssecTypes": [],
            "dnssecRecordCount": 0
          },
          {
            "name": "mux.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
    • <select> is missing a name attribute.
    • <select> is missing a label.
    • <select> is missing tool-param-description.
  4. Detect WebMCP imperative API usage

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

  5. Detect WebMCP browser navigator injection

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

  6. Interactive surface coverage

    Only 0% of interactive surfaces are annotated.

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

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

AIO: Visible structured data match

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

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

5 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": "/articles",
      "text": "Learn about video",
      "html": "<a style=\"line-height:2\" class=\"normal-case underline-offset-normal cursor-pointer hover:underline focus-visible:underline group-hover:underline group-focus-visible:underline\" href=\"/articles\">Learn about video</a>"
    },
    {
      "href": "https://www.linkedin.com/company/mux/",
      "text": "Mux on LinkedInLinkedIn",
      "html": "<a class=\"normal-case underline-offset-normal cursor-pointer hover:underline focus-visible:underline group-hover:underline group-focus-visible:underline block\" href=\"https://www.linkedin.com/company/mux/\"><span class=\"sr-only\">Mux on LinkedIn</span><svg role=\"img\" aria-describedby=\"_S_2g_\" width=\"56\" height=\"56\" viewBox=\"0 0 20 20\" xmlns=\"http://www.w3.org/2000/svg\" class=\"h-0.75 w-0.75\"><text class=\"sr-only\" font-size=\"0\" id=\"_S_2g_\" data-nosnippet=\"true\">LinkedIn</text><path fill-rule=\"even..."
    }
  ],
  "contactLinks": [
    {
      "href": "/sales-contact",
      "text": "Talk to usTalk to us",
      "html": "<a data-analytics-selector=\"navbar-sales-contact\" class=\"relative group/button block -m-1px w-full-2px h-full-2px whitespace-nowrap\" href=\"/sales-contact\"><span class=\"w-full h-full flex items-center justify-center cursor-pointer px-1.5 text-center bg-ctx border border-ctx-yellow-dark user-select-none min-h-0 py-0\">Talk to us</span><span class=\"absolute inset-0 flex items-center justify-center cursor-pointer px-1.5 text-center text-black bg-yellow border border-ctx-yellow-dark transition-[bor..."
    },
    {
      "href": "https://www.mux.com/blog/an-interview-with-maestro",
      "text": "Maestro helps creators like Billie Eilish",
      "html": "<a class=\"normal-case underline-offset-normal cursor-pointer underline hover:no-underline focus-visible:no-underline group-hover:no-underline group-focus-visible:no-underline decoration-ctx-gray-underline dark:decoration-gray-text-dark\" href=\"https://www.mux.com/blog/an-interview-with-maestro\">Maestro helps creators like Billie Eilish</a>"
    },
    {
      "href": "/sales-contact",
      "text": "DemoGet a demoLet's chatDemoGet a demoLet's chat",
      "html": "<a data-analytics-selector=\"prefooter-sales-contact\" class=\"relative group/button block -m-1px w-full-2px h-full-2px group\" href=\"/sales-contact\"><span class=\"w-full h-full min-h-2 flex items-center justify-center cursor-pointer px-2 bg-ctx border border-ctx-yellow-dark user-select-none text-center md:text-left py-2\"><div class=\"flex flex-col items-center justify-center md:flex-row\"><div><svg role=\"img\" aria-describedby=\"_S_2i_\" width=\"56\" height=\"56\" viewBox=\"0 0 56 56\" fill=\"none\" class=\"mb..."
    },
    {
      "href": "/support",
      "text": "Contact support",
      "html": "<a style=\"line-height:2\" class=\"normal-case underline-offset-normal cursor-pointer hover:underline focus-visible:underline group-hover:underline group-focus-visible:underline\" href=\"/support\">Contact support</a>"
    }
  ],
  "privacyLinks": [
    {
      "href": "/terms",
      "text": "Terms",
      "html": "<a style=\"line-height:2\" class=\"font-body tracking-wide text-base leading-normal font-normal normal-case underline-offset-normal cursor-pointer hover:underline focus-visible:underline group-hover:underline group-focus-visible:underline\" href=\"/terms\">Terms</a>"
    },
    {
      "href": "/privacy",
      "text": "Privacy",
      "html": "<a style=\"line-height:2\" class=\"font-body tracking-wide text-base leading-normal font-normal normal-case underline-offset-normal cursor-pointer hover:underline focus-visible:underline group-hover:underline group-focus-visible:underline\" href=\"/privacy\">Privacy</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.

5 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": "/articles",
      "text": "Learn about video",
      "html": "<a style=\"line-height:2\" class=\"normal-case underline-offset-normal cursor-pointer hover:underline focus-visible:underline group-hover:underline group-focus-visible:underline\" href=\"/articles\">Learn about video</a>"
    },
    {
      "href": "https://www.linkedin.com/company/mux/",
      "text": "Mux on LinkedInLinkedIn",
      "html": "<a class=\"normal-case underline-offset-normal cursor-pointer hover:underline focus-visible:underline group-hover:underline group-focus-visible:underline block\" href=\"https://www.linkedin.com/company/mux/\"><span class=\"sr-only\">Mux on LinkedIn</span><svg role=\"img\" aria-describedby=\"_S_2g_\" width=\"56\" height=\"56\" viewBox=\"0 0 20 20\" xmlns=\"http://www.w3.org/2000/svg\" class=\"h-0.75 w-0.75\"><text class=\"sr-only\" font-size=\"0\" id=\"_S_2g_\" data-nosnippet=\"true\">LinkedIn</text><path fill-rule=\"even..."
    }
  ],
  "contactLinks": [
    {
      "href": "/sales-contact",
      "text": "Talk to usTalk to us",
      "html": "<a data-analytics-selector=\"navbar-sales-contact\" class=\"relative group/button block -m-1px w-full-2px h-full-2px whitespace-nowrap\" href=\"/sales-contact\"><span class=\"w-full h-full flex items-center justify-center cursor-pointer px-1.5 text-center bg-ctx border border-ctx-yellow-dark user-select-none min-h-0 py-0\">Talk to us</span><span class=\"absolute inset-0 flex items-center justify-center cursor-pointer px-1.5 text-center text-black bg-yellow border border-ctx-yellow-dark transition-[bor..."
    },
    {
      "href": "https://www.mux.com/blog/an-interview-with-maestro",
      "text": "Maestro helps creators like Billie Eilish",
      "html": "<a class=\"normal-case underline-offset-normal cursor-pointer underline hover:no-underline focus-visible:no-underline group-hover:no-underline group-focus-visible:no-underline decoration-ctx-gray-underline dark:decoration-gray-text-dark\" href=\"https://www.mux.com/blog/an-interview-with-maestro\">Maestro helps creators like Billie Eilish</a>"
    },
    {
      "href": "/sales-contact",
      "text": "DemoGet a demoLet's chatDemoGet a demoLet's chat",
      "html": "<a data-analytics-selector=\"prefooter-sales-contact\" class=\"relative group/button block -m-1px w-full-2px h-full-2px group\" href=\"/sales-contact\"><span class=\"w-full h-full min-h-2 flex items-center justify-center cursor-pointer px-2 bg-ctx border border-ctx-yellow-dark user-select-none text-center md:text-left py-2\"><div class=\"flex flex-col items-center justify-center md:flex-row\"><div><svg role=\"img\" aria-describedby=\"_S_2i_\" width=\"56\" height=\"56\" viewBox=\"0 0 56 56\" fill=\"none\" class=\"mb..."
    },
    {
      "href": "/support",
      "text": "Contact support",
      "html": "<a style=\"line-height:2\" class=\"normal-case underline-offset-normal cursor-pointer hover:underline focus-visible:underline group-hover:underline group-focus-visible:underline\" href=\"/support\">Contact support</a>"
    }
  ],
  "privacyLinks": [
    {
      "href": "/terms",
      "text": "Terms",
      "html": "<a style=\"line-height:2\" class=\"font-body tracking-wide text-base leading-normal font-normal normal-case underline-offset-normal cursor-pointer hover:underline focus-visible:underline group-hover:underline group-focus-visible:underline\" href=\"/terms\">Terms</a>"
    },
    {
      "href": "/privacy",
      "text": "Privacy",
      "html": "<a style=\"line-height:2\" class=\"font-body tracking-wide text-base leading-normal font-normal normal-case underline-offset-normal cursor-pointer hover:underline focus-visible:underline group-hover:underline group-focus-visible:underline\" href=\"/privacy\">Privacy</a>"
    }
  ],
  "score": 40,
  "weight": 22
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

GEO: Extraction-friendly structure

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

5 Warning

Needs attention

GEO: Extraction-friendly structure

Warning
01

Issue

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

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

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

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

AEO: Answer-first sections

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

4 Warning

Needs attention

AEO: Answer-first sections

Warning
01

Issue

20 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": 21,
  "passing": 1,
  "failing": [
    {
      "heading": "Trusted by top brands",
      "headingHtml": "<h2 class=\"font-mono text-sm leading-mono font-normal uppercase mx-auto text-center [text-wrap:balance]\">Trusted by top brands<!-- --></h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Features",
      "headingHtml": "<h2 class=\"sr-only\">Features</h2>",
      "firstParagraph": "More than just content, video contains a boatload of data for you to build with. Select a video to see Mux in action.",
      "paragraphHtml": "<p class=\"font-body tracking-wide text-base leading-normal font-normal normal-case px-1 text-center text-gray-dark\">More than just content, video contains a boatload of data for you to build with. Select a video to see Mux in action.</p>",
      "words": 23,
      "direct": false,
      "issue": "First paragraph is 23 words and does not look like a concise direct answer."
    },
    {
      "heading": "Embedding a video with Mux is simple",
      "headingHtml": "<h2 class=\"font-body text-xl leading-heading font-bold normal-case p-1 pt-2 text-center\">Embedding a video with Mux is simple</h2>",
      "firstParagraph": "We give you the building blocks to create live and on-demand video exactly how you want.",
      "paragraphHtml": "<p style=\"max-width:385px\" class=\"font-body tracking-wide text-base leading-normal font-normal normal-case text-center text-gray-text-dark\">We give you the building blocks to create live and on-demand video exactly how you want.</p>",
      "words": 16,
      "direct": false,
      "issue": "First paragraph is 16 words and does not look like a concise direct answer."
    },
    {
      "heading": "Transcript",
      "headingHtml": "<h3 class=\"font-body text-lg leading-heading font-bold normal-case mb-1 pt-1 lg:px-1\">Transcript</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Understand video analytics at a glance",
      "headingHtml": "<h3 class=\"font-body text-xl leading-heading font-bold normal-case mb-1 [text-wrap:balance] lg:mb-0.75 xl:mb-1\">Understand video analytics at a glance</h3>",
      "firstParagraph": "Track key engagement and quality of experience metrics: views, playing time, viewer retention, startup time, rebuffering, and more.",
      "paragraphHtml": "<p class=\"font-body tracking-wide text-base leading-normal font-normal normal-case [text-wrap:pretty]\">Track key engagement and quality of experience metrics: views, playing time, viewer retention, startup time, rebuffering, and more.</p>",
      "words": 18,
      "direct": false,
      "issue": "First paragraph is 18 words and does not look like a concise direct answer."
    },
    {
      "heading": "How much will this video cost?",
      "headingHtml": "<h3 class=\"font-body tracking-wide text-base leading-heading font-bold normal-case mb-1 px-1 [text-wrap:balance] sm:text-lg md:mx-auto md:px-2 md:text-center lg:px-1 xl:px-2\">How much will this video cost?</h3>",
      "firstParagraph": "Uploading this 1m 40s video: Free",
      "paragraphHtml": "<p class=\"font-body tracking-wide text-sm font-normal normal-case mb-0.5 items-center justify-between gap-0.5 px-1 leading-heading sm:text-base md:mb-0.125 md:flex md:px-2 md:leading-normal lg:px-1 xl:px-2\"><span>Uploading this 1m 40s video</span><span class=\"md:hidden\">: </span><button class=\"group text-gray-dark hover:text-black focus:text-black group mx-0\" type=\"button\" aria-haspopup=\"dialog\" aria-expanded=\"false\" aria-controls=\"radix-_R_3kvek9bsnmbslb_\" data-state=\"closed\"><span class=\"fo...",
      "words": 6,
      "direct": false,
      "issue": "First paragraph is 6 words and does not look like a concise direct answer."
    },
    {
      "heading": "Caption translation",
      "headingHtml": "<h3 class=\"font-body text-lg leading-heading font-bold normal-case shrink-0 px-1 pt-2 text-center sm:px-2 md:pt-0 lg:px-1 xl:px-2\">Caption translation</h3>",
      "firstParagraph": "",
      "paragraphHtml": "<p style=\"line-height:1.4\" class=\"font-body tracking-wide text-base leading-normal font-normal normal-case mx-auto w-full break-words text-black\"><span class=\"animate-fade-in bg-white opacity-0\" style=\"animation-fill-mode:forwards\"></span></p>",
      "words": 0,
      "direct": false,
      "issue": "First paragraph is 0 words and does not look like a concise direct answer."
    },
    {
      "heading": "Ask questions",
      "headingHtml": "<h3 class=\"font-body text-lg leading-heading font-bold normal-case mb-1 text-center\">Ask questions</h3>",
      "firstParagraph": "Is this video a cartoon?",
      "paragraphHtml": "<p class=\"font-body tracking-wide text-base leading-normal font-normal normal-case py-0.25 text-white\">Is this video a cartoon?</p>",
      "words": 5,
      "direct": false,
      "issue": "First paragraph is 5 words and does not look like a concise direct answer."
    },
    {
      "heading": "Summarization",
      "headingHtml": "<h3 class=\"font-body text-lg leading-heading font-bold normal-case mx-auto mb-0 px-0 pb-1 pt-2 text-center sm:px-1 xl:px-2\">Summarization</h3>",
      "firstParagraph": "|",
      "paragraphHtml": "<p class=\"font-body tracking-wide text-base leading-normal font-normal normal-case\"><span class=\"animate-blink\">|</span></p>",
      "words": 0,
      "direct": false,
      "issue": "First paragraph is 0 words and does not look like a concise direct answer."
    },
    {
      "heading": "Content moderation",
      "headingHtml": "<h3 class=\"font-body text-lg leading-heading font-bold normal-case mb-1 px-1 pt-2 text-center xl:px-2\">Content moderation</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Chaptering",
      "headingHtml": "<h3 class=\"font-body text-lg leading-heading font-bold normal-case\">Chaptering</h3>",
      "firstParagraph": "Analyze your video to identify natural breakpoints, create descriptive chapter titles, and add timestamps",
      "paragraphHtml": "<p style=\"text-wrap:pretty\" class=\"font-body tracking-wide text-base leading-normal font-normal normal-case mt-0.5 text-center text-gray-text-dark\">Analyze your video to identify natural breakpoints, create descriptive chapter titles, and add timestamps</p>",
      "words": 14,
      "direct": false,
      "issue": "First paragraph is 14 words and does not look like a concise direct answer."
    },
    {
      "heading": "The video infrastructure for your website",
      "headingHtml": "<h2 class=\"font-body text-2xl leading-heading-2 font-bold normal-case max-w-26 px-1 pb-1.5 pt-2 sm:px-2 md:text-3xl md:leading-heading lg:pr-1 lg:pt-3 lg:text-5xl lg:leading-heading-2\">The video infrastructure for your <span class=\"normal-case underline underline-offset-normal\">website</span></h2>",
      "firstParagraph": "From background videos to simple player embeds, we’ve got you covered.",
      "paragraphHtml": "<p class=\"font-body tracking-wide text-base leading-normal font-bold normal-case [text-wrap:pretty] md:text-md\">From background videos to simple player embeds, we&#x2019;ve got you covered.</p>",
      "words": 12,
      "direct": false,
      "issue": "First paragraph is 12 words and does not look like a concise direct answer."
    },
    {
      "heading": "We speak your language",
      "headingHtml": "<h2 class=\"font-body text-2xl leading-heading-2 font-bold normal-case md:text-3xl md:leading-heading lg:text-5xl lg:leading-heading-2\">We speak your language</h2>",
      "firstParagraph": "You don’t have to reinvent your stack to get great video. We’re compatible with your favorite languages and frameworks.",
      "paragraphHtml": "<p class=\"font-body tracking-wide text-base leading-normal font-normal normal-case [text-wrap:pretty] md:text-md\">You don&#x2019;t have to reinvent your stack to get great video. We&#x2019;re compatible with your favorite languages and frameworks.</p>",
      "words": 21,
      "direct": false,
      "issue": "First paragraph is 21 words and does not look like a concise direct answer."
    },
    {
      "heading": "Mux love from around the world",
      "headingHtml": "<h2 class=\"font-display tracking-wide text-3xl md:text-5xl leading-heading-2 font-normal normal-case p-1 pb-2 text-center [text-wrap:balance] sm:text-left sm:text-3xl md:p-2 md:pb-3\">Mux love from around the world</h2>",
      "firstParagraph": "Working with the Mux team felt like we were all working together, as opposed to the typical vendor/client relationship. Mux was with us every step of the way, from ideation to delivery.",
      "paragraphHtml": "<p class=\"font-body tracking-wide text-base leading-normal last:mb-0 mb-1 font-normal normal-case break-words [text-wrap:pretty]\">Working with the Mux team felt like we were all working together, as opposed to the typical vendor/client relationship. Mux was with us every step of the way, from ideation to delivery.</p>",
      "words": 33,
      "direct": false,
      "issue": "First paragraph is 33 words and does not look like a concise direct answer."
    },
    {
      "heading": "Product",
      "headingHtml": "<h3 style=\"line-height:2;--mb:0;--mb-md:2rem\" class=\"font-body tracking-wide text-base leading-normal font-bold normal-case mb-[--mb] md:mb-[--mb-md]\">Product</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Resources",
      "headingHtml": "<h3 style=\"line-height:2;--mb:0;--mb-md:2rem\" class=\"font-body tracking-wide text-base leading-normal font-bold normal-case mb-[--mb] md:mb-[--mb-md]\">Resources</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Developers",
      "headingHtml": "<h3 style=\"line-height:2;--mb:0;--mb-md:2rem\" class=\"font-body tracking-wide text-base leading-normal font-bold normal-case mb-[--mb] md:mb-[--mb-md]\">Developers</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Integrations",
      "headingHtml": "<h3 style=\"line-height:2;--mb:0;--mb-md:2rem\" class=\"font-body tracking-wide text-base leading-normal font-bold normal-case mb-[--mb] md:mb-[--mb-md]\">Integrations</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Solutions",
      "headingHtml": "<h3 style=\"line-height:2;--mb:0;--mb-md:2rem\" class=\"font-body tracking-wide text-base leading-normal font-bold normal-case mb-[--mb] md:mb-[--mb-md]\">Solutions</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Company",
      "headingHtml": "<h3 style=\"line-height:2;--mb:0;--mb-md:2rem\" class=\"font-body tracking-wide text-base leading-normal font-bold normal-case mb-[--mb] md:mb-[--mb-md]\">Company</h3>",
      "firstParagraph": "Looking for standalone Mux Data?",
      "paragraphHtml": "<p class=\"font-body tracking-wide text-base leading-normal font-bold normal-case text-center\">Looking for standalone <span class=\"whitespace-nowrap\">Mux Data?</span></p>",
      "words": 5,
      "direct": false,
      "issue": "First paragraph is 5 words and does not look like a concise direct answer."
    }
  ],
  "score": 65,
  "weight": 28
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

AEO: Question-led structure

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

3 Warning

Needs attention

AEO: Question-led structure

Warning
01

Issue

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

02

Why it matters

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

Check name

AEO: Question-led structure

Score

50/100

Status

warning

Category

GEO, AIO & AEO

Maturity

Emerging recommendation

Goal

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

Result

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

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

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

GEO: Explanatory content depth

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

2 Warning

Needs attention

GEO: Explanatory content depth

Warning
01

Issue

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

Details

02

Why it matters

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

Check name

GEO: Explanatory content depth

Score

75/100

Status

warning

Category

GEO, AIO & AEO

Maturity

Emerging recommendation

Goal

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

Result

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

Evidence
{
  "candidatePassages": 9,
  "citablePassages": 0,
  "failingCandidateParagraphs": [
    {
      "index": 38,
      "heading": "H2: Mux love from around the world",
      "text": "I could have created a custom solution like Amazon S3 to host my video, but it was extremely complex and extremely expensive. And then someone said, but there is Mux and I checked it's exactly what I needed and for much cheaper than using AWS. That's why I had no choice. It was the best solution.",
      "words": 56,
      "hasEvidence": false,
      "reasons": [
        "Too short for a citation-ready passage (56 words; target 80-220).",
        "Missing a named source, statistic, date, percentage, report, or other evidence signal."
      ],
      "html": "<p class=\"font-body tracking-wide text-base leading-normal last:mb-0 mb-1 font-normal normal-case break-words [text-wrap:pretty]\">I could have created a custom solution like Amazon S3 to host my video, but it was extremely complex and extremely expensive. And then someone said, but there is Mux and I checked it&apos;s exactly what I needed and for much cheaper than using AWS. That&apos;s why I had no choice. It was the best solution.</p>"
    },
    {
      "index": 42,
      "heading": "H2: Mux love from around the world",
      "text": "We built an in-house MVP solution for video, but rather than spending our engineering team’s time navigating and maintaining video infrastructure, we turned to Mux. With Mux, video just works, which means we can focus on building the best product for Substack creators and trust that video is solved.",
      "words": 50,
      "hasEvidence": false,
      "reasons": [
        "Too short for a citation-ready passage (50 words; target 80-220).",
        "Missing a named source, statistic, date, percentage, report, or other evidence signal."
      ],
      "html": "<p class=\"font-body tracking-wide text-base leading-normal last:mb-0 mb-1 font-normal normal-case break-words [text-wrap:pretty]\">We built an in-house MVP solution for video, but rather than spending our engineering team&#x2019;s time navigating and maintaining video infrastructure, we turned to Mux. With Mux, video just works, which means we can focus on building the best product for Substack creators and trust that video is solved.</p>"
    },
    {
      "index": 49,
      "heading": "H2: Mux love from around the world",
      "text": "@MuxHQ is such a great product. Managed to have a live streaming solution set up for a live demo in less than a day. Was able to stream from a second device and display that stream in a player. Converted a prospect into a customer.",
      "words": 45,
      "hasEvidence": false,
      "reasons": [
        "Too short for a citation-ready passage (45 words; target 80-220).",
        "Missing a named source, statistic, date, percentage, report, or other evidence signal."
      ],
      "html": "<p class=\"font-body tracking-wide text-base leading-normal last:mb-0 mb-1 font-normal normal-case break-words [text-wrap:pretty]\"><a class=\"normal-case underline-offset-normal cursor-pointer hover:underline focus-visible:underline group-hover:underline group-focus-visible:underline font-bold text-blue-link-dark\" href=\"https://twitter.com/MuxHQ\">@MuxHQ</a> is such a great product. Managed to have a live streaming solution set up for a live demo in less than a day. Was able to stream from a sec..."
    },
    {
      "index": 50,
      "heading": "H2: Mux love from around the world",
      "text": "Mux has enabled WBD to observe the quality of our viewers' streaming experiences. Being able to filter data across a variety of dimensions helps us pinpoint issues in content and technical systems to ensure that our viewers are enjoying the highest quality experience possible.",
      "words": 44,
      "hasEvidence": true,
      "reasons": [
        "Too short for a citation-ready passage (44 words; target 80-220)."
      ],
      "html": "<p class=\"font-body tracking-wide text-base leading-normal last:mb-0 mb-1 font-normal normal-case break-words [text-wrap:pretty]\">Mux has enabled WBD to observe the quality of our viewers&apos; streaming experiences. Being able to filter data across a variety of dimensions helps us pinpoint issues in content and technical systems to ensure that our viewers are enjoying the highest quality experience possible.</p>"
    },
    {
      "index": 52,
      "heading": "H2: Mux love from around the world",
      "text": "I could have created a custom solution like Amazon S3 to host my video, but it was extremely complex and extremely expensive. And then someone said, but there is Mux and I checked it's exactly what I needed and for much cheaper than using AWS. That's why I had no choice. It was the best solution.",
      "words": 56,
      "hasEvidence": false,
      "reasons": [
        "Too short for a citation-ready passage (56 words; target 80-220).",
        "Missing a named source, statistic, date, percentage, report, or other evidence signal."
      ],
      "html": "<p class=\"font-body tracking-wide text-base leading-normal last:mb-0 mb-1 font-normal normal-case break-words [text-wrap:pretty]\">I could have created a custom solution like Amazon S3 to host my video, but it was extremely complex and extremely expensive. And then someone said, but there is Mux and I checked it&apos;s exactly what I needed and for much cheaper than using AWS. That&apos;s why I had no choice. It was the best solution.</p>"
    },
    {
      "index": 56,
      "heading": "H2: Mux love from around the world",
      "text": "I could have created a custom solution like Amazon S3 to host my video, but it was extremely complex and extremely expensive. And then someone said, but there is Mux and I checked it's exactly what I needed and for much cheaper than using AWS. That's why I had no choice. It was the best solution.",
      "words": 56,
      "hasEvidence": false,
      "reasons": [
        "Too short for a citation-ready passage (56 words; target 80-220).",
        "Missing a named source, statistic, date, percentage, report, or other evidence signal."
      ],
      "html": "<p class=\"font-body tracking-wide text-base leading-normal last:mb-0 mb-1 font-normal normal-case break-words [text-wrap:pretty]\">I could have created a custom solution like Amazon S3 to host my video, but it was extremely complex and extremely expensive. And then someone said, but there is Mux and I checked it&apos;s exactly what I needed and for much cheaper than using AWS. That&apos;s why I had no choice. It was the best solution.</p>"
    },
    {
      "index": 60,
      "heading": "H2: Mux love from around the world",
      "text": "@MuxHQ is such a great product. Managed to have a live streaming solution set up for a live demo in less than a day. Was able to stream from a second device and display that stream in a player. Converted a prospect into a customer.",
      "words": 45,
      "hasEvidence": false,
      "reasons": [
        "Too short for a citation-ready passage (45 words; target 80-220).",
        "Missing a named source, statistic, date, percentage, report, or other evidence signal."
      ],
      "html": "<p class=\"font-body tracking-wide text-base leading-normal last:mb-0 mb-1 font-normal normal-case break-words [text-wrap:pretty]\"><a class=\"normal-case underline-offset-normal cursor-pointer hover:underline focus-visible:underline group-hover:underline group-focus-visible:underline font-bold text-blue-link-dark\" href=\"https://twitter.com/MuxHQ\">@MuxHQ</a> is such a great product. Managed to have a live streaming solution set up for a live demo in less than a day. Was able to stream from a sec..."
    },
    {
      "index": 61,
      "heading": "H2: Mux love from around the world",
      "text": "Mux has enabled WBD to observe the quality of our viewers' streaming experiences. Being able to filter data across a variety of dimensions helps us pinpoint issues in content and technical systems to ensure that our viewers are enjoying the highest quality experience possible.",
      "words": 44,
      "hasEvidence": true,
      "reasons": [
        "Too short for a citation-ready passage (44 words; target 80-220)."
      ],
      "html": "<p class=\"font-body tracking-wide text-base leading-normal last:mb-0 mb-1 font-normal normal-case break-words [text-wrap:pretty]\">Mux has enabled WBD to observe the quality of our viewers&apos; streaming experiences. Being able to filter data across a variety of dimensions helps us pinpoint issues in content and technical systems to ensure that our viewers are enjoying the highest quality experience possible.</p>"
    },
    {
      "index": 63,
      "heading": "H2: Mux love from around the world",
      "text": "I could have created a custom solution like Amazon S3 to host my video, but it was extremely complex and extremely expensive. And then someone said, but there is Mux and I checked it's exactly what I needed and for much cheaper than using AWS. That's why I had no choice. It was the best solution.",
      "words": 56,
      "hasEvidence": false,
      "reasons": [
        "Too short for a citation-ready passage (56 words; target 80-220).",
        "Missing a named source, statistic, date, percentage, report, or other evidence signal."
      ],
      "html": "<p class=\"font-body tracking-wide text-base leading-normal last:mb-0 mb-1 font-normal normal-case break-words [text-wrap:pretty]\">I could have created a custom solution like Amazon S3 to host my video, but it was extremely complex and extremely expensive. And then someone said, but there is Mux and I checked it&apos;s exactly what I needed and for much cheaper than using AWS. That&apos;s why I had no choice. It was the best solution.</p>"
    }
  ],
  "citableParagraphs": [],
  "score": 75,
  "weight": 18
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

AIO: AI preview controls

AIO: AI preview controls scored 60/100 and needs improvement.

2 Warning

Needs attention

AIO: AI preview controls

Warning
01

Issue

45 data-nosnippet element(s) found.

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: AI preview controls

Score

60/100

Status

warning

Category

GEO, AIO & AEO

Maturity

Emerging recommendation

Goal

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

Result

AIO: AI preview controls scored 60/100 and needs improvement.

Evidence
{
  "restrictiveDirectives": [],
  "dataNoSnippetElements": [
    "<text class=\"sr-only\" font-size=\"0\" id=\"_R_jkc5bsnmbslb_\" data-nosnippet=\"true\">X</text>",
    "<text class=\"sr-only\" font-size=\"0\" id=\"_R_15itc5bsnmbslb_\" data-nosnippet=\"true\">Caret</text>",
    "<text class=\"sr-only\" font-size=\"0\" id=\"_R_15ktc5bsnmbslb_\" data-nosnippet=\"true\">Caret</text>",
    "<text class=\"sr-only\" font-size=\"0\" id=\"_R_15mtc5bsnmbslb_\" data-nosnippet=\"true\">Caret</text>",
    "<text class=\"sr-only\" font-size=\"0\" id=\"_R_59a9bsnmbslb_\" data-nosnippet=\"true\">Arrow Right</text>",
    "<text class=\"sr-only\" font-size=\"0\" id=\"_S_1l_\" data-nosnippet=\"true\">Upload</text>",
    "<text class=\"sr-only\" font-size=\"0\" id=\"_R_5atmk9bsnmbslb_\" data-nosnippet=\"true\">Caret</text>",
    "<text class=\"sr-only\" font-size=\"0\" id=\"_R_2eqk9bsnmbslb_\" data-nosnippet=\"true\">Code</text>",
    "<text class=\"sr-only\" font-size=\"0\" id=\"_R_iqk9bsnmbslb_\" data-nosnippet=\"true\">Close</text>",
    "<text class=\"sr-only\" font-size=\"0\" id=\"_S_1p_\" data-nosnippet=\"true\">Cursor</text>",
    "<text class=\"sr-only\" font-size=\"0\" id=\"_R_2edlak9bsnmbslb_\" data-nosnippet=\"true\">Code</text>",
    "<text class=\"sr-only\" font-size=\"0\" id=\"_R_idlak9bsnmbslb_\" data-nosnippet=\"true\">Close</text>",
    "<text class=\"sr-only\" font-size=\"0\" id=\"_S_1q_\" data-nosnippet=\"true\">Video views and unique viewers are up, average completion is slightly up, and playing time is down.</text>",
    "<text class=\"sr-only\" font-size=\"0\" id=\"_R_fek9bsnmbslb_\" data-nosnippet=\"true\">Price Tag</text>",
    "<text class=\"sr-only\" font-size=\"0\" id=\"_R_7ddhs9bsnmbslb_\" data-nosnippet=\"true\">Code</text>",
    "<text class=\"sr-only\" font-size=\"0\" id=\"_R_7dehs9bsnmbslb_\" data-nosnippet=\"true\">Code</text>",
    "<text class=\"sr-only\" font-size=\"0\" id=\"_R_18qs9bsnmbslb_\" data-nosnippet=\"true\">AI</text>",
    "<text class=\"sr-only\" font-size=\"0\" id=\"_R_eqqs9bsnmbslb_\" data-nosnippet=\"true\">Code</text>",
    "<text class=\"sr-only\" font-size=\"0\" id=\"_R_eqrs9bsnmbslb_\" data-nosnippet=\"true\">Code</text>",
    "<text class=\"sr-only\" font-size=\"0\" id=\"_R_3mncs9bsnmbslb_\" data-nosnippet=\"true\">Code</text>",
    "<text class=\"sr-only\" font-size=\"0\" id=\"_R_edbsnmbslb_\" data-nosnippet=\"true\">Arrow Right</text>",
    "<text class=\"sr-only\" font-size=\"0\" id=\"_R_2mdbsnmbslb_\" data-nosnippet=\"true\">Pause</text>",
    "<text class=\"sr-only\" font-size=\"0\" id=\"_R_udbsnmbslb_\" data-nosnippet=\"true\">Arrow Right</text>",
    "<text class=\"sr-only\" font-size=\"0\" id=\"_S_1r_\" data-nosnippet=\"true\">Python</text>",
    "<text class=\"sr-only\" font-size=\"0\" id=\"_S_1u_\" data-nosnippet=\"true\">Go</text>",
    "<text class=\"sr-only\" font-size=\"0\" id=\"_S_1v_\" data-nosnippet=\"true\">Elixir</text>",
    "<text class=\"sr-only\" font-size=\"0\" id=\"_S_20_\" data-nosnippet=\"true\">Javascript</text>",
    "<text class=\"sr-only\" font-size=\"0\" id=\"_S_21_\" data-nosnippet=\"true\">Ruby</text>",
    "<text class=\"sr-only\" font-size=\"0\" id=\"_S_22_\" data-nosnippet=\"true\">Php</text>",
    "<text class=\"sr-only\" font-size=\"0\" id=\"_S_23_\" data-nosnippet=\"true\">Twitter, or I guess it&apos;s called X now</text>",
    "<text class=\"sr-only\" font-size=\"0\" id=\"_S_24_\" data-nosnippet=\"true\">Twitter, or I guess it&apos;s called X now</text>",
    "<text class=\"sr-only\" font-size=\"0\" id=\"_S_25_\" data-nosnippet=\"true\">Twitter, or I guess it&apos;s called X now</text>",
    "<text class=\"sr-only\" font-size=\"0\" id=\"_S_26_\" data-nosnippet=\"true\">Twitter, or I guess it&apos;s called X now</text>",
    "<text class=\"sr-only\" font-size=\"0\" id=\"_S_2a_\" data-nosnippet=\"true\">Twitter, or I guess it&apos;s called X now</text>",
    "<text class=\"sr-only\" font-size=\"0\" id=\"_S_2e_\" data-nosnippet=\"true\">Docs</text>",
    "<text class=\"sr-only\" font-size=\"0\" id=\"_S_2e_\" data-nosnippet=\"true\">Docs</text>",
    "<text class=\"sr-only\" font-size=\"0\" id=\"_S_2i_\" data-nosnippet=\"true\">Demo</text>",
    "<text class=\"sr-only\" font-size=\"0\" id=\"_S_2i_\" data-nosnippet=\"true\">Demo</text>",
    "<text class=\"sr-only\" font-size=\"0\" id=\"_S_2b_\" data-nosnippet=\"true\">Arrow Up Right</text>",
    "<text class=\"sr-only\" font-size=\"0\" id=\"_S_2c_\" data-nosnippet=\"true\">Arrow Up Right</text>",
    "<text class=\"sr-only\" font-size=\"0\" id=\"_S_2d_\" data-nosnippet=\"true\">Arrow Up Right</text>",
    "<text class=\"sr-only\" font-size=\"0\" id=\"_S_2f_\" data-nosnippet=\"true\">Twitter, or I guess it&apos;s called X now</text>",
    "<text class=\"sr-only\" font-size=\"0\" id=\"_S_2g_\" data-nosnippet=\"true\">LinkedIn</text>",
    "<text class=\"sr-only\" font-size=\"0\" id=\"_S_2h_\" data-nosnippet=\"true\">GitHub</text>",
    "<text class=\"sr-only\" font-size=\"0\" id=\"_S_2j_\" data-nosnippet=\"true\">YouTube</text>"
  ],
  "score": 60,
  "weight": 12
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

GEO: Entity clarity

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

2 Warning

Needs attention

GEO: Entity clarity

Warning
01

Issue

Title/H1 terms missing from description: api, developers.

Details

02

Why it matters

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

Check name

GEO: Entity clarity

Score

85/100

Status

warning

Category

GEO, AIO & AEO

Maturity

Emerging recommendation

Goal

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

Result

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

Evidence
{
  "title": "Video API for developers | Mux",
  "h1": "Video for developers",
  "description": "Mux helps teams ship high-performance and cost-effective video in minutes, not months. Build better video into anything from websites to platforms to AI workflows.",
  "topicOverlap": 0.5,
  "topicTerms": [
    "video",
    "api",
    "developers",
    "mux"
  ],
  "descriptionTerms": [
    "mux",
    "helps",
    "teams",
    "ship",
    "high",
    "performance",
    "cost",
    "effective",
    "video",
    "minutes",
    "not",
    "months",
    "build",
    "better",
    "into",
    "anything",
    "websites",
    "platforms",
    "workflows"
  ],
  "missingFromDescription": [
    "api",
    "developers"
  ],
  "score": 85,
  "weight": 28
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

AIO: Answer block readiness

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

1 Warning

Needs attention

AIO: Answer block readiness

Warning
01

Issue

20 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": 21,
  "passing": 1,
  "failing": [
    {
      "heading": "Trusted by top brands",
      "headingHtml": "<h2 class=\"font-mono text-sm leading-mono font-normal uppercase mx-auto text-center [text-wrap:balance]\">Trusted by top brands<!-- --></h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Features",
      "headingHtml": "<h2 class=\"sr-only\">Features</h2>",
      "firstParagraph": "More than just content, video contains a boatload of data for you to build with. Select a video to see Mux in action.",
      "paragraphHtml": "<p class=\"font-body tracking-wide text-base leading-normal font-normal normal-case px-1 text-center text-gray-dark\">More than just content, video contains a boatload of data for you to build with. Select a video to see Mux in action.</p>",
      "words": 23,
      "direct": false,
      "issue": "First paragraph is 23 words and does not look like a concise direct answer."
    },
    {
      "heading": "Embedding a video with Mux is simple",
      "headingHtml": "<h2 class=\"font-body text-xl leading-heading font-bold normal-case p-1 pt-2 text-center\">Embedding a video with Mux is simple</h2>",
      "firstParagraph": "We give you the building blocks to create live and on-demand video exactly how you want.",
      "paragraphHtml": "<p style=\"max-width:385px\" class=\"font-body tracking-wide text-base leading-normal font-normal normal-case text-center text-gray-text-dark\">We give you the building blocks to create live and on-demand video exactly how you want.</p>",
      "words": 16,
      "direct": false,
      "issue": "First paragraph is 16 words and does not look like a concise direct answer."
    },
    {
      "heading": "Transcript",
      "headingHtml": "<h3 class=\"font-body text-lg leading-heading font-bold normal-case mb-1 pt-1 lg:px-1\">Transcript</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Understand video analytics at a glance",
      "headingHtml": "<h3 class=\"font-body text-xl leading-heading font-bold normal-case mb-1 [text-wrap:balance] lg:mb-0.75 xl:mb-1\">Understand video analytics at a glance</h3>",
      "firstParagraph": "Track key engagement and quality of experience metrics: views, playing time, viewer retention, startup time, rebuffering, and more.",
      "paragraphHtml": "<p class=\"font-body tracking-wide text-base leading-normal font-normal normal-case [text-wrap:pretty]\">Track key engagement and quality of experience metrics: views, playing time, viewer retention, startup time, rebuffering, and more.</p>",
      "words": 18,
      "direct": false,
      "issue": "First paragraph is 18 words and does not look like a concise direct answer."
    },
    {
      "heading": "How much will this video cost?",
      "headingHtml": "<h3 class=\"font-body tracking-wide text-base leading-heading font-bold normal-case mb-1 px-1 [text-wrap:balance] sm:text-lg md:mx-auto md:px-2 md:text-center lg:px-1 xl:px-2\">How much will this video cost?</h3>",
      "firstParagraph": "Uploading this 1m 40s video: Free",
      "paragraphHtml": "<p class=\"font-body tracking-wide text-sm font-normal normal-case mb-0.5 items-center justify-between gap-0.5 px-1 leading-heading sm:text-base md:mb-0.125 md:flex md:px-2 md:leading-normal lg:px-1 xl:px-2\"><span>Uploading this 1m 40s video</span><span class=\"md:hidden\">: </span><button class=\"group text-gray-dark hover:text-black focus:text-black group mx-0\" type=\"button\" aria-haspopup=\"dialog\" aria-expanded=\"false\" aria-controls=\"radix-_R_3kvek9bsnmbslb_\" data-state=\"closed\"><span class=\"fo...",
      "words": 6,
      "direct": false,
      "issue": "First paragraph is 6 words and does not look like a concise direct answer."
    },
    {
      "heading": "Caption translation",
      "headingHtml": "<h3 class=\"font-body text-lg leading-heading font-bold normal-case shrink-0 px-1 pt-2 text-center sm:px-2 md:pt-0 lg:px-1 xl:px-2\">Caption translation</h3>",
      "firstParagraph": "",
      "paragraphHtml": "<p style=\"line-height:1.4\" class=\"font-body tracking-wide text-base leading-normal font-normal normal-case mx-auto w-full break-words text-black\"><span class=\"animate-fade-in bg-white opacity-0\" style=\"animation-fill-mode:forwards\"></span></p>",
      "words": 0,
      "direct": false,
      "issue": "First paragraph is 0 words and does not look like a concise direct answer."
    },
    {
      "heading": "Ask questions",
      "headingHtml": "<h3 class=\"font-body text-lg leading-heading font-bold normal-case mb-1 text-center\">Ask questions</h3>",
      "firstParagraph": "Is this video a cartoon?",
      "paragraphHtml": "<p class=\"font-body tracking-wide text-base leading-normal font-normal normal-case py-0.25 text-white\">Is this video a cartoon?</p>",
      "words": 5,
      "direct": false,
      "issue": "First paragraph is 5 words and does not look like a concise direct answer."
    },
    {
      "heading": "Summarization",
      "headingHtml": "<h3 class=\"font-body text-lg leading-heading font-bold normal-case mx-auto mb-0 px-0 pb-1 pt-2 text-center sm:px-1 xl:px-2\">Summarization</h3>",
      "firstParagraph": "|",
      "paragraphHtml": "<p class=\"font-body tracking-wide text-base leading-normal font-normal normal-case\"><span class=\"animate-blink\">|</span></p>",
      "words": 0,
      "direct": false,
      "issue": "First paragraph is 0 words and does not look like a concise direct answer."
    },
    {
      "heading": "Content moderation",
      "headingHtml": "<h3 class=\"font-body text-lg leading-heading font-bold normal-case mb-1 px-1 pt-2 text-center xl:px-2\">Content moderation</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Chaptering",
      "headingHtml": "<h3 class=\"font-body text-lg leading-heading font-bold normal-case\">Chaptering</h3>",
      "firstParagraph": "Analyze your video to identify natural breakpoints, create descriptive chapter titles, and add timestamps",
      "paragraphHtml": "<p style=\"text-wrap:pretty\" class=\"font-body tracking-wide text-base leading-normal font-normal normal-case mt-0.5 text-center text-gray-text-dark\">Analyze your video to identify natural breakpoints, create descriptive chapter titles, and add timestamps</p>",
      "words": 14,
      "direct": false,
      "issue": "First paragraph is 14 words and does not look like a concise direct answer."
    },
    {
      "heading": "The video infrastructure for your website",
      "headingHtml": "<h2 class=\"font-body text-2xl leading-heading-2 font-bold normal-case max-w-26 px-1 pb-1.5 pt-2 sm:px-2 md:text-3xl md:leading-heading lg:pr-1 lg:pt-3 lg:text-5xl lg:leading-heading-2\">The video infrastructure for your <span class=\"normal-case underline underline-offset-normal\">website</span></h2>",
      "firstParagraph": "From background videos to simple player embeds, we’ve got you covered.",
      "paragraphHtml": "<p class=\"font-body tracking-wide text-base leading-normal font-bold normal-case [text-wrap:pretty] md:text-md\">From background videos to simple player embeds, we&#x2019;ve got you covered.</p>",
      "words": 12,
      "direct": false,
      "issue": "First paragraph is 12 words and does not look like a concise direct answer."
    },
    {
      "heading": "We speak your language",
      "headingHtml": "<h2 class=\"font-body text-2xl leading-heading-2 font-bold normal-case md:text-3xl md:leading-heading lg:text-5xl lg:leading-heading-2\">We speak your language</h2>",
      "firstParagraph": "You don’t have to reinvent your stack to get great video. We’re compatible with your favorite languages and frameworks.",
      "paragraphHtml": "<p class=\"font-body tracking-wide text-base leading-normal font-normal normal-case [text-wrap:pretty] md:text-md\">You don&#x2019;t have to reinvent your stack to get great video. We&#x2019;re compatible with your favorite languages and frameworks.</p>",
      "words": 21,
      "direct": false,
      "issue": "First paragraph is 21 words and does not look like a concise direct answer."
    },
    {
      "heading": "Mux love from around the world",
      "headingHtml": "<h2 class=\"font-display tracking-wide text-3xl md:text-5xl leading-heading-2 font-normal normal-case p-1 pb-2 text-center [text-wrap:balance] sm:text-left sm:text-3xl md:p-2 md:pb-3\">Mux love from around the world</h2>",
      "firstParagraph": "Working with the Mux team felt like we were all working together, as opposed to the typical vendor/client relationship. Mux was with us every step of the way, from ideation to delivery.",
      "paragraphHtml": "<p class=\"font-body tracking-wide text-base leading-normal last:mb-0 mb-1 font-normal normal-case break-words [text-wrap:pretty]\">Working with the Mux team felt like we were all working together, as opposed to the typical vendor/client relationship. Mux was with us every step of the way, from ideation to delivery.</p>",
      "words": 33,
      "direct": false,
      "issue": "First paragraph is 33 words and does not look like a concise direct answer."
    },
    {
      "heading": "Product",
      "headingHtml": "<h3 style=\"line-height:2;--mb:0;--mb-md:2rem\" class=\"font-body tracking-wide text-base leading-normal font-bold normal-case mb-[--mb] md:mb-[--mb-md]\">Product</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Resources",
      "headingHtml": "<h3 style=\"line-height:2;--mb:0;--mb-md:2rem\" class=\"font-body tracking-wide text-base leading-normal font-bold normal-case mb-[--mb] md:mb-[--mb-md]\">Resources</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Developers",
      "headingHtml": "<h3 style=\"line-height:2;--mb:0;--mb-md:2rem\" class=\"font-body tracking-wide text-base leading-normal font-bold normal-case mb-[--mb] md:mb-[--mb-md]\">Developers</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Integrations",
      "headingHtml": "<h3 style=\"line-height:2;--mb:0;--mb-md:2rem\" class=\"font-body tracking-wide text-base leading-normal font-bold normal-case mb-[--mb] md:mb-[--mb-md]\">Integrations</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Solutions",
      "headingHtml": "<h3 style=\"line-height:2;--mb:0;--mb-md:2rem\" class=\"font-body tracking-wide text-base leading-normal font-bold normal-case mb-[--mb] md:mb-[--mb-md]\">Solutions</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Company",
      "headingHtml": "<h3 style=\"line-height:2;--mb:0;--mb-md:2rem\" class=\"font-body tracking-wide text-base leading-normal font-bold normal-case mb-[--mb] md:mb-[--mb-md]\">Company</h3>",
      "firstParagraph": "Looking for standalone Mux Data?",
      "paragraphHtml": "<p class=\"font-body tracking-wide text-base leading-normal font-bold normal-case text-center\">Looking for standalone <span class=\"whitespace-nowrap\">Mux Data?</span></p>",
      "words": 5,
      "direct": false,
      "issue": "First paragraph is 5 words and does not look like a concise direct answer."
    }
  ],
  "score": 65,
  "weight": 8
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

AEO: Answer intent coverage

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

1 Warning

Needs attention

AEO: Answer intent coverage

Warning
01

Issue

Missing likely AI Overview intent sections: what, 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": "Trusted by top brands",
      "html": "<h2 class=\"font-mono text-sm leading-mono font-normal uppercase mx-auto text-center [text-wrap:balance]\">Trusted by top brands<!-- --></h2>"
    },
    {
      "text": "Features",
      "html": "<h2 class=\"sr-only\">Features</h2>"
    },
    {
      "text": "Embedding a video with Mux is simple",
      "html": "<h2 class=\"font-body text-xl leading-heading font-bold normal-case p-1 pt-2 text-center\">Embedding a video with Mux is simple</h2>"
    },
    {
      "text": "The video infrastructure for your website",
      "html": "<h2 class=\"font-body text-2xl leading-heading-2 font-bold normal-case max-w-26 px-1 pb-1.5 pt-2 sm:px-2 md:text-3xl md:leading-heading lg:pr-1 lg:pt-3 lg:text-5xl lg:leading-heading-2\">The video infrastructure for your <span class=\"normal-case underline underline-offset-normal\">website</span></h2>"
    },
    {
      "text": "We speak your language",
      "html": "<h2 class=\"font-body text-2xl leading-heading-2 font-bold normal-case md:text-3xl md:leading-heading lg:text-5xl lg:leading-heading-2\">We speak your language</h2>"
    },
    {
      "text": "Mux love from around the world",
      "html": "<h2 class=\"font-display tracking-wide text-3xl md:text-5xl leading-heading-2 font-normal normal-case p-1 pb-2 text-center [text-wrap:balance] sm:text-left sm:text-3xl md:p-2 md:pb-3\">Mux love from around the world</h2>"
    }
  ],
  "expected": [
    {
      "id": "what",
      "label": "What is Video API for developers?",
      "pattern": {}
    },
    {
      "id": "how",
      "label": "How does Video API for developers work?",
      "pattern": {}
    },
    {
      "id": "benefits",
      "label": "Why use Video API for developers?",
      "pattern": {}
    },
    {
      "id": "cost",
      "label": "Is Video API for developers free or paid?",
      "pattern": {}
    },
    {
      "id": "compare",
      "label": "How does Video API for developers compare with alternatives?",
      "pattern": {}
    }
  ],
  "missing": [
    {
      "id": "what",
      "label": "What is Video API for developers?",
      "pattern": {}
    },
    {
      "id": "how",
      "label": "How does Video API for developers work?",
      "pattern": {}
    },
    {
      "id": "benefits",
      "label": "Why use Video API for developers?",
      "pattern": {}
    },
    {
      "id": "cost",
      "label": "Is Video API for developers free or paid?",
      "pattern": {}
    },
    {
      "id": "compare",
      "label": "How does Video API for developers compare with alternatives?",
      "pattern": {}
    }
  ],
  "score": 70,
  "weight": 8
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

AIO: Page experience for AIO

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

1 Warning

Needs attention

AIO: Page experience for AIO

Warning
01

Issue

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

Details

02

Why it matters

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

Check name

AIO: Page experience for AIO

Score

80/100

Status

warning

Category

GEO, AIO & AEO

Maturity

Emerging recommendation

Goal

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

Result

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

Evidence
{
  "viewportContent": "width=device-width, initial-scale=1, viewport-fit=cover",
  "visibleWords": 2422,
  "htmlBytes": 869101,
  "imagesMissingDimensions": [
    {
      "src": "https://cdn.sanity.io/images/2ejqxsnu/production/7d8925312aed3d83ed67fc27e65743cada225d29-1423x236.svg?auto=format&fit=max&w=3840",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img alt=\"Patreon\" _type=\"sanity\" decoding=\"async\" data-nimg=\"fill\" class=\"object-contain\" style=\"position:absolute;height:100%;width:100%;left:0;top:0;right:0;bottom:0;color:transparent\" sizes=\"(max-width: 504px) 100vw, (max-width: 784px) 100vw, (max-width: 1176px) 100vw, (max-width: 1456px) 100vw, 1456px\" srcset=\"https://cdn.sanity.io/images/2ejqxsnu/production/7d8925312aed3d83ed67fc27e65743cada225d29-1423x236.svg?auto=format&amp;fit=max&amp;w=640 640w, https://cdn.sanity.io/images/2ejqxsnu..."
    },
    {
      "src": "https://cdn.sanity.io/images/2ejqxsnu/production/6753dcc5dae52c7cd593fab595a72d05772b9e8a-1655x279.svg?auto=format&fit=max&w=3840",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img alt=\"Cursor\" _type=\"sanity\" decoding=\"async\" data-nimg=\"fill\" class=\"object-contain\" style=\"position:absolute;height:100%;width:100%;left:0;top:0;right:0;bottom:0;color:transparent\" sizes=\"(max-width: 504px) 100vw, (max-width: 784px) 100vw, (max-width: 1176px) 100vw, (max-width: 1456px) 100vw, 1456px\" srcset=\"https://cdn.sanity.io/images/2ejqxsnu/production/6753dcc5dae52c7cd593fab595a72d05772b9e8a-1655x279.svg?auto=format&amp;fit=max&amp;w=640 640w, https://cdn.sanity.io/images/2ejqxsnu/..."
    },
    {
      "src": "https://cdn.sanity.io/images/2ejqxsnu/production/7ef6cc5cc573af827c20c5d58b8eeb1889b2ea50-1000x225.svg?auto=format&fit=max&w=3840",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img alt=\"Typeform\" _type=\"sanity\" decoding=\"async\" data-nimg=\"fill\" class=\"object-contain\" style=\"position:absolute;height:100%;width:100%;left:0;top:0;right:0;bottom:0;color:transparent\" sizes=\"(max-width: 504px) 100vw, (max-width: 784px) 100vw, (max-width: 1176px) 100vw, (max-width: 1456px) 100vw, 1456px\" srcset=\"https://cdn.sanity.io/images/2ejqxsnu/production/7ef6cc5cc573af827c20c5d58b8eeb1889b2ea50-1000x225.svg?auto=format&amp;fit=max&amp;w=640 640w, https://cdn.sanity.io/images/2ejqxsn..."
    },
    {
      "src": "https://cdn.sanity.io/images/2ejqxsnu/production/626fcf4522b73eb3bac1a66bbc0caed804422497-75x32.svg?auto=format&fit=max&w=3840",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img alt=\"Fox\" _type=\"sanity\" decoding=\"async\" data-nimg=\"fill\" class=\"object-contain\" style=\"position:absolute;height:100%;width:100%;left:0;top:0;right:0;bottom:0;color:transparent\" sizes=\"(max-width: 504px) 100vw, (max-width: 784px) 100vw, (max-width: 1176px) 100vw, (max-width: 1456px) 100vw, 1456px\" srcset=\"https://cdn.sanity.io/images/2ejqxsnu/production/626fcf4522b73eb3bac1a66bbc0caed804422497-75x32.svg?auto=format&amp;fit=max&amp;w=640 640w, https://cdn.sanity.io/images/2ejqxsnu/produc..."
    },
    {
      "src": "https://cdn.sanity.io/images/2ejqxsnu/production/3c30990cd139d5fcc986e9619639f73ea839f81e-600x103.png?auto=format&fit=max&w=3840",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img alt=\"Substack\" _type=\"sanity\" decoding=\"async\" data-nimg=\"fill\" class=\"object-contain\" style=\"position:absolute;height:100%;width:100%;left:0;top:0;right:0;bottom:0;color:transparent\" sizes=\"(max-width: 504px) 100vw, (max-width: 784px) 100vw, (max-width: 1176px) 100vw, (max-width: 1456px) 100vw, 1456px\" srcset=\"https://cdn.sanity.io/images/2ejqxsnu/production/3c30990cd139d5fcc986e9619639f73ea839f81e-600x103.png?auto=format&amp;fit=max&amp;w=640 640w, https://cdn.sanity.io/images/2ejqxsnu..."
    },
    {
      "src": "https://cdn.sanity.io/images/2ejqxsnu/production/37980207d40f980265ee101d4956b33663203738-446x128.svg?auto=format&fit=max&w=3840",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img alt=\"Shopify\" _type=\"sanity\" decoding=\"async\" data-nimg=\"fill\" class=\"object-contain\" style=\"position:absolute;height:100%;width:100%;left:0;top:0;right:0;bottom:0;color:transparent\" sizes=\"(max-width: 504px) 100vw, (max-width: 784px) 100vw, (max-width: 1176px) 100vw, (max-width: 1456px) 100vw, 1456px\" srcset=\"https://cdn.sanity.io/images/2ejqxsnu/production/37980207d40f980265ee101d4956b33663203738-446x128.svg?auto=format&amp;fit=max&amp;w=640 640w, https://cdn.sanity.io/images/2ejqxsnu/..."
    },
    {
      "src": "https://cdn.sanity.io/images/2ejqxsnu/production/1dac4d8a96e7130a5cc1aefcd49a2b387cce90e7-744x120.svg?auto=format&fit=max&w=3840",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img alt=\"synthesia\" _type=\"sanity\" decoding=\"async\" data-nimg=\"fill\" class=\"object-contain\" style=\"position:absolute;height:100%;width:100%;left:0;top:0;right:0;bottom:0;color:transparent\" sizes=\"(max-width: 504px) 100vw, (max-width: 784px) 100vw, (max-width: 1176px) 100vw, (max-width: 1456px) 100vw, 1456px\" srcset=\"https://cdn.sanity.io/images/2ejqxsnu/production/1dac4d8a96e7130a5cc1aefcd49a2b387cce90e7-744x120.svg?auto=format&amp;fit=max&amp;w=640 640w, https://cdn.sanity.io/images/2ejqxsn..."
    },
    {
      "src": "https://cdn.sanity.io/images/2ejqxsnu/production/58a6518c4aa2b2cfd6a528d7ce209245a2b45bc2-140x23.svg?auto=format&fit=max&w=3840",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img alt=\"Bandcamp\" _type=\"sanity\" decoding=\"async\" data-nimg=\"fill\" class=\"object-contain\" style=\"position:absolute;height:100%;width:100%;left:0;top:0;right:0;bottom:0;color:transparent\" sizes=\"(max-width: 504px) 100vw, (max-width: 784px) 100vw, (max-width: 1176px) 100vw, (max-width: 1456px) 100vw, 1456px\" srcset=\"https://cdn.sanity.io/images/2ejqxsnu/production/58a6518c4aa2b2cfd6a528d7ce209245a2b45bc2-140x23.svg?auto=format&amp;fit=max&amp;w=640 640w, https://cdn.sanity.io/images/2ejqxsnu/..."
    },
    {
      "src": "https://cdn.sanity.io/images/2ejqxsnu/production/0182713dc696cfcce046d3fd544b026b6ba628e2-730x212.png?auto=format&fit=max&w=3840",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img alt=\"UpScrolled\" _type=\"sanity\" decoding=\"async\" data-nimg=\"fill\" class=\"object-contain\" style=\"position:absolute;height:100%;width:100%;left:0;top:0;right:0;bottom:0;color:transparent\" sizes=\"(max-width: 504px) 100vw, (max-width: 784px) 100vw, (max-width: 1176px) 100vw, (max-width: 1456px) 100vw, 1456px\" srcset=\"https://cdn.sanity.io/images/2ejqxsnu/production/0182713dc696cfcce046d3fd544b026b6ba628e2-730x212.png?auto=format&amp;fit=max&amp;w=640 640w, https://cdn.sanity.io/images/2ejqxs..."
    },
    {
      "src": "https://cdn.sanity.io/images/2ejqxsnu/production/f7c510c53925cfe26e15d1dc0b5206264e376e39-334x75.svg?auto=format&fit=max&w=3840",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img alt=\"Runway\" _type=\"sanity\" decoding=\"async\" data-nimg=\"fill\" class=\"object-contain\" style=\"position:absolute;height:100%;width:100%;left:0;top:0;right:0;bottom:0;color:transparent\" sizes=\"(max-width: 504px) 100vw, (max-width: 784px) 100vw, (max-width: 1176px) 100vw, (max-width: 1456px) 100vw, 1456px\" srcset=\"https://cdn.sanity.io/images/2ejqxsnu/production/f7c510c53925cfe26e15d1dc0b5206264e376e39-334x75.svg?auto=format&amp;fit=max&amp;w=640 640w, https://cdn.sanity.io/images/2ejqxsnu/pr..."
    },
    {
      "src": "https://cdn.sanity.io/images/2ejqxsnu/production/870155531f03fab95ae2a8d80a12830a651c6d30-70x25.svg?auto=format&fit=max&w=3840",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img alt=\"LTK\" _type=\"sanity\" decoding=\"async\" data-nimg=\"fill\" class=\"object-contain\" style=\"position:absolute;height:100%;width:100%;left:0;top:0;right:0;bottom:0;color:transparent\" sizes=\"(max-width: 504px) 100vw, (max-width: 784px) 100vw, (max-width: 1176px) 100vw, (max-width: 1456px) 100vw, 1456px\" srcset=\"https://cdn.sanity.io/images/2ejqxsnu/production/870155531f03fab95ae2a8d80a12830a651c6d30-70x25.svg?auto=format&amp;fit=max&amp;w=640 640w, https://cdn.sanity.io/images/2ejqxsnu/produc..."
    },
    {
      "src": "https://cdn.sanity.io/images/2ejqxsnu/production/fc49bb080d1693264d934964c5d34ea701438960-473x76.svg?auto=format&fit=max&w=3840",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img alt=\"Citizen\" _type=\"sanity\" decoding=\"async\" data-nimg=\"fill\" class=\"object-contain\" style=\"position:absolute;height:100%;width:100%;left:0;top:0;right:0;bottom:0;color:transparent\" sizes=\"(max-width: 504px) 100vw, (max-width: 784px) 100vw, (max-width: 1176px) 100vw, (max-width: 1456px) 100vw, 1456px\" srcset=\"https://cdn.sanity.io/images/2ejqxsnu/production/fc49bb080d1693264d934964c5d34ea701438960-473x76.svg?auto=format&amp;fit=max&amp;w=640 640w, https://cdn.sanity.io/images/2ejqxsnu/p..."
    },
    {
      "src": "https://cdn.sanity.io/images/2ejqxsnu/production/f2f5bfa16d81ed7f8451e1e6f391d38e87a68ad5-115x33.svg?auto=format&fit=max&w=3840",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img alt=\"Hubspot\" _type=\"sanity\" decoding=\"async\" data-nimg=\"fill\" class=\"object-contain\" style=\"position:absolute;height:100%;width:100%;left:0;top:0;right:0;bottom:0;color:transparent\" sizes=\"(max-width: 504px) 100vw, (max-width: 784px) 100vw, (max-width: 1176px) 100vw, (max-width: 1456px) 100vw, 1456px\" srcset=\"https://cdn.sanity.io/images/2ejqxsnu/production/f2f5bfa16d81ed7f8451e1e6f391d38e87a68ad5-115x33.svg?auto=format&amp;fit=max&amp;w=640 640w, https://cdn.sanity.io/images/2ejqxsnu/p..."
    },
    {
      "src": "https://cdn.sanity.io/images/2ejqxsnu/production/753e357620893a2c3c1a716c17042865719a0ff2-1808x419.svg?auto=format&fit=max&w=3840",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img alt=\"Dropbox\" _type=\"sanity\" decoding=\"async\" data-nimg=\"fill\" class=\"object-contain\" style=\"position:absolute;height:100%;width:100%;left:0;top:0;right:0;bottom:0;color:transparent\" sizes=\"(max-width: 504px) 100vw, (max-width: 784px) 100vw, (max-width: 1176px) 100vw, (max-width: 1456px) 100vw, 1456px\" srcset=\"https://cdn.sanity.io/images/2ejqxsnu/production/753e357620893a2c3c1a716c17042865719a0ff2-1808x419.svg?auto=format&amp;fit=max&amp;w=640 640w, https://cdn.sanity.io/images/2ejqxsnu..."
    },
    {
      "src": "https://cdn.sanity.io/images/2ejqxsnu/production/f8171bf7f41a903d5cafb6ebd95b71b32a69ea1a-140x39.svg?auto=format&fit=max&w=3840",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img alt=\"Paramount\" _type=\"sanity\" decoding=\"async\" data-nimg=\"fill\" class=\"object-contain\" style=\"position:absolute;height:100%;width:100%;left:0;top:0;right:0;bottom:0;color:transparent\" sizes=\"(max-width: 504px) 100vw, (max-width: 784px) 100vw, (max-width: 1176px) 100vw, (max-width: 1456px) 100vw, 1456px\" srcset=\"https://cdn.sanity.io/images/2ejqxsnu/production/f8171bf7f41a903d5cafb6ebd95b71b32a69ea1a-140x39.svg?auto=format&amp;fit=max&amp;w=640 640w, https://cdn.sanity.io/images/2ejqxsnu..."
    },
    {
      "src": "https://cdn.sanity.io/images/2ejqxsnu/production/24674cb84f1c6dedfc2594a5ef57d933e8acfd54-1410x307.svg?auto=format&fit=max&w=3840",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img alt=\"Glassdoor\" _type=\"sanity\" decoding=\"async\" data-nimg=\"fill\" class=\"object-contain\" style=\"position:absolute;height:100%;width:100%;left:0;top:0;right:0;bottom:0;color:transparent\" sizes=\"(max-width: 504px) 100vw, (max-width: 784px) 100vw, (max-width: 1176px) 100vw, (max-width: 1456px) 100vw, 1456px\" srcset=\"https://cdn.sanity.io/images/2ejqxsnu/production/24674cb84f1c6dedfc2594a5ef57d933e8acfd54-1410x307.svg?auto=format&amp;fit=max&amp;w=640 640w, https://cdn.sanity.io/images/2ejqxs..."
    },
    {
      "src": "https://cdn.sanity.io/images/2ejqxsnu/production/4fbd38e6ac6561bcf5ae9b35f7993203646b7dd8-115x26.svg?auto=format&fit=max&w=3840",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img alt=\"Vercel\" _type=\"sanity\" decoding=\"async\" data-nimg=\"fill\" class=\"object-contain\" style=\"position:absolute;height:100%;width:100%;left:0;top:0;right:0;bottom:0;color:transparent\" sizes=\"(max-width: 504px) 100vw, (max-width: 784px) 100vw, (max-width: 1176px) 100vw, (max-width: 1456px) 100vw, 1456px\" srcset=\"https://cdn.sanity.io/images/2ejqxsnu/production/4fbd38e6ac6561bcf5ae9b35f7993203646b7dd8-115x26.svg?auto=format&amp;fit=max&amp;w=640 640w, https://cdn.sanity.io/images/2ejqxsnu/pr..."
    },
    {
      "src": "https://cdn.sanity.io/images/2ejqxsnu/production/454c44f419e4f1856ebc18743433c6eefe6d7284-1000x385.svg?auto=format&fit=max&w=3840",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img alt=\"Yelp\" _type=\"sanity\" decoding=\"async\" data-nimg=\"fill\" class=\"object-contain\" style=\"position:absolute;height:100%;width:100%;left:0;top:0;right:0;bottom:0;color:transparent\" sizes=\"(max-width: 504px) 100vw, (max-width: 784px) 100vw, (max-width: 1176px) 100vw, (max-width: 1456px) 100vw, 1456px\" srcset=\"https://cdn.sanity.io/images/2ejqxsnu/production/454c44f419e4f1856ebc18743433c6eefe6d7284-1000x385.svg?auto=format&amp;fit=max&amp;w=640 640w, https://cdn.sanity.io/images/2ejqxsnu/pr..."
    },
    {
      "src": "https://cdn.sanity.io/images/2ejqxsnu/production/e916f25fac0fc2154772203105dd6d0464eb3ad6-210x37.svg?auto=format&fit=max&w=3840",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img alt=\"MotherDuck\" _type=\"sanity\" decoding=\"async\" data-nimg=\"fill\" class=\"object-contain\" style=\"position:absolute;height:100%;width:100%;left:0;top:0;right:0;bottom:0;color:transparent\" sizes=\"(max-width: 504px) 100vw, (max-width: 784px) 100vw, (max-width: 1176px) 100vw, (max-width: 1456px) 100vw, 1456px\" srcset=\"https://cdn.sanity.io/images/2ejqxsnu/production/e916f25fac0fc2154772203105dd6d0464eb3ad6-210x37.svg?auto=format&amp;fit=max&amp;w=640 640w, https://cdn.sanity.io/images/2ejqxsn..."
    },
    {
      "src": "https://cdn.sanity.io/images/2ejqxsnu/production/3403885d80c7fd9f36a2176eea439a54dc3e5215-140x29.svg?auto=format&fit=max&w=3840",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img alt=\"Robinhood\" _type=\"sanity\" decoding=\"async\" data-nimg=\"fill\" class=\"object-contain\" style=\"position:absolute;height:100%;width:100%;left:0;top:0;right:0;bottom:0;color:transparent\" sizes=\"(max-width: 504px) 100vw, (max-width: 784px) 100vw, (max-width: 1176px) 100vw, (max-width: 1456px) 100vw, 1456px\" srcset=\"https://cdn.sanity.io/images/2ejqxsnu/production/3403885d80c7fd9f36a2176eea439a54dc3e5215-140x29.svg?auto=format&amp;fit=max&amp;w=640 640w, https://cdn.sanity.io/images/2ejqxsnu..."
    },
    {
      "src": "/_next/image?url=https%3A%2F%2Fimage.mux.com%2F61zK4LlhV9P00tpGpsH7Fc00T58eR7m63b%2Fthumbnail.jpg%3Ftime%3D0&w=3840&q=75",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img alt decoding=\"async\" data-nimg=\"fill\" style=\"position:absolute;height:100%;width:100%;left:0;top:0;right:0;bottom:0;object-fit:var(--media-object-fit);color:transparent\" sizes=\"(max-width: 504px) 100vw, (max-width: 784px) 100vw, (max-width: 1176px) 50vw, (max-width: 1456px) 50vw, 728px\" srcset=\"/_next/image?url=https%3A%2F%2Fimage.mux.com%2F61zK4LlhV9P00tpGpsH7Fc00T58eR7m63b%2Fthumbnail.jpg%3Ftime%3D0&amp;w=384&amp;q=75 384w, /_next/image?url=https%3A%2F%2Fimage.mux.com%2F61zK4LlhV9P00tp..."
    },
    {
      "src": "https://cdn.sanity.io/images/2ejqxsnu/production/89bbd86582cc71978acbee5bf407133066e573fd-1344x895.png?auto=format&fit=max&w=3840",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img alt=\"Commerce-UI case study\" loading=\"lazy\" decoding=\"async\" data-nimg=\"fill\" class=\"object-cover object-center\" style=\"position:absolute;height:100%;width:100%;left:0;top:0;right:0;bottom:0;color:transparent\" sizes=\"(max-width: 504px) 100vw, (max-width: 784px) 100vw, (max-width: 1176px) 100vw, (max-width: 1456px) 25vw, 364px\" srcset=\"https://cdn.sanity.io/images/2ejqxsnu/production/89bbd86582cc71978acbee5bf407133066e573fd-1344x895.png?auto=format&amp;fit=max&amp;w=256 256w, https://cdn...."
    },
    {
      "src": "https://cdn.sanity.io/images/2ejqxsnu/production/4291ea211a548eef582028ec96cfb90261154978-1621x361.png?auto=format&fit=max&w=3840",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img alt loading=\"lazy\" decoding=\"async\" data-nimg=\"fill\" class=\"object-contain object-center\" style=\"position:absolute;height:100%;width:100%;left:0;top:0;right:0;bottom:0;color:transparent\" sizes=\"(max-width: 504px) 100vw, (max-width: 784px) 100vw, (max-width: 1176px) 100vw, (max-width: 1456px) 25vw, 364px\" srcset=\"https://cdn.sanity.io/images/2ejqxsnu/production/4291ea211a548eef582028ec96cfb90261154978-1621x361.png?auto=format&amp;fit=max&amp;w=256 256w, https://cdn.sanity.io/images/2ejqxs..."
    },
    {
      "src": "https://cdn.sanity.io/images/2ejqxsnu/production/95029071d9c97d3ccb85218439750586845e4853-1344x896.png?auto=format&fit=max&w=3840",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img alt=\"Synthesia case study\" loading=\"lazy\" decoding=\"async\" data-nimg=\"fill\" class=\"object-cover object-center\" style=\"position:absolute;height:100%;width:100%;left:0;top:0;right:0;bottom:0;color:transparent\" sizes=\"(max-width: 504px) 100vw, (max-width: 784px) 100vw, (max-width: 1176px) 100vw, (max-width: 1456px) 25vw, 364px\" srcset=\"https://cdn.sanity.io/images/2ejqxsnu/production/95029071d9c97d3ccb85218439750586845e4853-1344x896.png?auto=format&amp;fit=max&amp;w=256 256w, https://cdn.sa..."
    },
    {
      "src": "https://cdn.sanity.io/images/2ejqxsnu/production/fee5d4381be38da2bbe29ba8d6fa5dcc7ce77694-1423x230.svg?auto=format&fit=max&w=3840",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img alt loading=\"lazy\" decoding=\"async\" data-nimg=\"fill\" class=\"object-contain object-center\" style=\"position:absolute;height:100%;width:100%;left:0;top:0;right:0;bottom:0;color:transparent\" sizes=\"(max-width: 504px) 100vw, (max-width: 784px) 100vw, (max-width: 1176px) 100vw, (max-width: 1456px) 25vw, 364px\" srcset=\"https://cdn.sanity.io/images/2ejqxsnu/production/fee5d4381be38da2bbe29ba8d6fa5dcc7ce77694-1423x230.svg?auto=format&amp;fit=max&amp;w=256 256w, https://cdn.sanity.io/images/2ejqxs..."
    },
    {
      "src": "https://cdn.sanity.io/images/2ejqxsnu/production/afe7aa10af7f1718cf7464931bca1d48f14d0695-1344x896.jpg?auto=format&fit=max&w=3840",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img alt=\"Glassdoor case study\" loading=\"lazy\" decoding=\"async\" data-nimg=\"fill\" class=\"object-cover object-center\" style=\"position:absolute;height:100%;width:100%;left:0;top:0;right:0;bottom:0;color:transparent\" sizes=\"(max-width: 504px) 100vw, (max-width: 784px) 100vw, (max-width: 1176px) 100vw, (max-width: 1456px) 25vw, 364px\" srcset=\"https://cdn.sanity.io/images/2ejqxsnu/production/afe7aa10af7f1718cf7464931bca1d48f14d0695-1344x896.jpg?auto=format&amp;fit=max&amp;w=256 256w, https://cdn.sa..."
    },
    {
      "src": "https://cdn.sanity.io/images/2ejqxsnu/production/18f311683cfc0b41d10217a150b2d37651be811e-306x69.svg?auto=format&fit=max&w=3840",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img alt loading=\"lazy\" decoding=\"async\" data-nimg=\"fill\" class=\"object-contain object-center\" style=\"position:absolute;height:100%;width:100%;left:0;top:0;right:0;bottom:0;color:transparent\" sizes=\"(max-width: 504px) 100vw, (max-width: 784px) 100vw, (max-width: 1176px) 100vw, (max-width: 1456px) 25vw, 364px\" srcset=\"https://cdn.sanity.io/images/2ejqxsnu/production/18f311683cfc0b41d10217a150b2d37651be811e-306x69.svg?auto=format&amp;fit=max&amp;w=256 256w, https://cdn.sanity.io/images/2ejqxsnu..."
    },
    {
      "src": "https://cdn.sanity.io/images/2ejqxsnu/production/2f9e0e385d0ccd9ccbaf01a5eb9f1c00d178f4ef-1344x896.png?auto=format&fit=max&w=3840",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img alt=\"Patreon case study\" loading=\"lazy\" decoding=\"async\" data-nimg=\"fill\" class=\"object-cover object-center\" style=\"position:absolute;height:100%;width:100%;left:0;top:0;right:0;bottom:0;color:transparent\" sizes=\"(max-width: 504px) 100vw, (max-width: 784px) 100vw, (max-width: 1176px) 100vw, (max-width: 1456px) 25vw, 364px\" srcset=\"https://cdn.sanity.io/images/2ejqxsnu/production/2f9e0e385d0ccd9ccbaf01a5eb9f1c00d178f4ef-1344x896.png?auto=format&amp;fit=max&amp;w=256 256w, https://cdn.sani..."
    },
    {
      "src": "https://cdn.sanity.io/images/2ejqxsnu/production/af160af7560bcb711c1346857e191b1db7c6f3a3-291x48.svg?auto=format&fit=max&w=3840",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img alt loading=\"lazy\" decoding=\"async\" data-nimg=\"fill\" class=\"object-contain object-center\" style=\"position:absolute;height:100%;width:100%;left:0;top:0;right:0;bottom:0;color:transparent\" sizes=\"(max-width: 504px) 100vw, (max-width: 784px) 100vw, (max-width: 1176px) 100vw, (max-width: 1456px) 25vw, 364px\" srcset=\"https://cdn.sanity.io/images/2ejqxsnu/production/af160af7560bcb711c1346857e191b1db7c6f3a3-291x48.svg?auto=format&amp;fit=max&amp;w=256 256w, https://cdn.sanity.io/images/2ejqxsnu..."
    },
    {
      "src": "https://cdn.sanity.io/images/2ejqxsnu/production/168691e89496a8f38a96f9804b97590d50266384-1344x896.png?auto=format&fit=max&w=3840",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img alt=\"Typeform case study\" loading=\"lazy\" decoding=\"async\" data-nimg=\"fill\" class=\"object-cover object-center\" style=\"position:absolute;height:100%;width:100%;left:0;top:0;right:0;bottom:0;color:transparent\" sizes=\"(max-width: 504px) 100vw, (max-width: 784px) 100vw, (max-width: 1176px) 100vw, (max-width: 1456px) 25vw, 364px\" srcset=\"https://cdn.sanity.io/images/2ejqxsnu/production/168691e89496a8f38a96f9804b97590d50266384-1344x896.png?auto=format&amp;fit=max&amp;w=256 256w, https://cdn.san..."
    },
    {
      "src": "https://cdn.sanity.io/images/2ejqxsnu/production/0faca0f7d46cb72f2c7b39432546d7116ec6a2b3-402x64.svg?auto=format&fit=max&w=3840",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img alt loading=\"lazy\" decoding=\"async\" data-nimg=\"fill\" class=\"object-contain object-center\" style=\"position:absolute;height:100%;width:100%;left:0;top:0;right:0;bottom:0;color:transparent\" sizes=\"(max-width: 504px) 100vw, (max-width: 784px) 100vw, (max-width: 1176px) 100vw, (max-width: 1456px) 25vw, 364px\" srcset=\"https://cdn.sanity.io/images/2ejqxsnu/production/0faca0f7d46cb72f2c7b39432546d7116ec6a2b3-402x64.svg?auto=format&amp;fit=max&amp;w=256 256w, https://cdn.sanity.io/images/2ejqxsnu..."
    },
    {
      "src": "https://cdn.sanity.io/images/2ejqxsnu/production/b905d2c85be123c707a2b7e55397cdb842922f00-1344x896.jpg?auto=format&fit=max&w=3840",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img alt=\"undefined case study\" loading=\"lazy\" decoding=\"async\" data-nimg=\"fill\" class=\"object-cover object-center\" style=\"position:absolute;height:100%;width:100%;left:0;top:0;right:0;bottom:0;color:transparent\" sizes=\"(max-width: 504px) 100vw, (max-width: 784px) 100vw, (max-width: 1176px) 100vw, (max-width: 1456px) 25vw, 364px\" srcset=\"https://cdn.sanity.io/images/2ejqxsnu/production/b905d2c85be123c707a2b7e55397cdb842922f00-1344x896.jpg?auto=format&amp;fit=max&amp;w=256 256w, https://cdn.sa..."
    },
    {
      "src": "https://cdn.sanity.io/images/2ejqxsnu/production/3d94a3a0f1c5be9389ee0a1f3837e7e67a41616f-160x36.svg?auto=format&fit=max&w=3840",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img alt loading=\"lazy\" decoding=\"async\" data-nimg=\"fill\" class=\"object-contain object-center\" style=\"position:absolute;height:100%;width:100%;left:0;top:0;right:0;bottom:0;color:transparent\" sizes=\"(max-width: 504px) 100vw, (max-width: 784px) 100vw, (max-width: 1176px) 100vw, (max-width: 1456px) 25vw, 364px\" srcset=\"https://cdn.sanity.io/images/2ejqxsnu/production/3d94a3a0f1c5be9389ee0a1f3837e7e67a41616f-160x36.svg?auto=format&amp;fit=max&amp;w=256 256w, https://cdn.sanity.io/images/2ejqxsnu..."
    },
    {
      "src": "https://cdn.sanity.io/images/2ejqxsnu/production/0b0e4f229af2b3d4a4b2bcbea4eb73da880282de-115x26.svg?auto=format&fit=max&w=3840",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img alt=\"Vercel logo\" loading=\"lazy\" decoding=\"async\" data-nimg=\"fill\" style=\"position:absolute;height:100%;width:100%;left:0;top:0;right:0;bottom:0;color:transparent\" sizes=\"(max-width: 504px) 100vw, (max-width: 784px) 100vw, (max-width: 1176px) 50vw, (max-width: 1456px) 25vw, 364px\" srcset=\"https://cdn.sanity.io/images/2ejqxsnu/production/0b0e4f229af2b3d4a4b2bcbea4eb73da880282de-115x26.svg?auto=format&amp;fit=max&amp;w=256 256w, https://cdn.sanity.io/images/2ejqxsnu/production/0b0e4f229af2..."
    },
    {
      "src": "https://cdn.sanity.io/images/2ejqxsnu/production/74e49bbf29297b02f874b1342c4cc6f0d3979828-152x32.svg?auto=format&fit=max&w=3840",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img alt=\"Next.js logo\" loading=\"lazy\" decoding=\"async\" data-nimg=\"fill\" style=\"position:absolute;height:100%;width:100%;left:0;top:0;right:0;bottom:0;color:transparent\" sizes=\"(max-width: 504px) 100vw, (max-width: 784px) 100vw, (max-width: 1176px) 50vw, (max-width: 1456px) 25vw, 364px\" srcset=\"https://cdn.sanity.io/images/2ejqxsnu/production/74e49bbf29297b02f874b1342c4cc6f0d3979828-152x32.svg?auto=format&amp;fit=max&amp;w=256 256w, https://cdn.sanity.io/images/2ejqxsnu/production/74e49bbf292..."
    },
    {
      "src": "https://cdn.sanity.io/images/2ejqxsnu/production/a27fd4a2e58cc63062d4281b41476a80290a7bfe-128x34.svg?auto=format&fit=max&w=3840",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img alt=\"Astro logo\" loading=\"lazy\" decoding=\"async\" data-nimg=\"fill\" style=\"position:absolute;height:100%;width:100%;left:0;top:0;right:0;bottom:0;color:transparent\" sizes=\"(max-width: 504px) 100vw, (max-width: 784px) 100vw, (max-width: 1176px) 50vw, (max-width: 1456px) 25vw, 364px\" srcset=\"https://cdn.sanity.io/images/2ejqxsnu/production/a27fd4a2e58cc63062d4281b41476a80290a7bfe-128x34.svg?auto=format&amp;fit=max&amp;w=256 256w, https://cdn.sanity.io/images/2ejqxsnu/production/a27fd4a2e58cc..."
    },
    {
      "src": "https://cdn.sanity.io/images/2ejqxsnu/production/1a4df5db1d2d909d43c5e6f9dadd783744b653f3-84x20.svg?auto=format&fit=max&w=3840",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img alt=\"VSCO\" loading=\"lazy\" decoding=\"async\" data-nimg=\"fill\" class=\"object-contain object-top md:object-right\" style=\"position:absolute;height:100%;width:100%;left:0;top:0;right:0;bottom:0;color:transparent\" sizes=\"(max-width: 504px) 100vw, (max-width: 784px) 100vw, (max-width: 1176px) 100vw, (max-width: 1456px) 100vw, 1456px\" srcset=\"https://cdn.sanity.io/images/2ejqxsnu/production/1a4df5db1d2d909d43c5e6f9dadd783744b653f3-84x20.svg?auto=format&amp;fit=max&amp;w=640 640w, https://cdn.sani..."
    },
    {
      "src": "https://cdn.sanity.io/images/2ejqxsnu/production/f6ab42a16b25155eaa765e79fce6a88f04222e40-140x20.svg?auto=format&fit=max&w=3840",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img alt=\"three.js journey\" loading=\"lazy\" decoding=\"async\" data-nimg=\"fill\" class=\"object-contain object-top md:object-right\" style=\"position:absolute;height:100%;width:100%;left:0;top:0;right:0;bottom:0;color:transparent\" sizes=\"(max-width: 504px) 100vw, (max-width: 784px) 100vw, (max-width: 1176px) 100vw, (max-width: 1456px) 100vw, 1456px\" srcset=\"https://cdn.sanity.io/images/2ejqxsnu/production/f6ab42a16b25155eaa765e79fce6a88f04222e40-140x20.svg?auto=format&amp;fit=max&amp;w=640 640w, htt..."
    },
    {
      "src": "https://cdn.sanity.io/images/2ejqxsnu/production/d23443dc184d9775e606fd3170bdd43150bb7b89-1423x230.svg?auto=format&fit=max&w=3840",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img alt=\"Synthesia logo\" loading=\"lazy\" decoding=\"async\" data-nimg=\"fill\" class=\"object-contain object-top md:object-right\" style=\"position:absolute;height:100%;width:100%;left:0;top:0;right:0;bottom:0;color:transparent\" sizes=\"(max-width: 504px) 100vw, (max-width: 784px) 100vw, (max-width: 1176px) 100vw, (max-width: 1456px) 100vw, 1456px\" srcset=\"https://cdn.sanity.io/images/2ejqxsnu/production/d23443dc184d9775e606fd3170bdd43150bb7b89-1423x230.svg?auto=format&amp;fit=max&amp;w=640 640w, htt..."
    },
    {
      "src": "https://cdn.sanity.io/images/2ejqxsnu/production/3bf409a013d79695c31ca1a347cc6dc03062bac8-140x38.svg?auto=format&fit=max&w=3840",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img alt=\"Fourthwall\" loading=\"lazy\" decoding=\"async\" data-nimg=\"fill\" class=\"object-contain object-top md:object-right\" style=\"position:absolute;height:100%;width:100%;left:0;top:0;right:0;bottom:0;color:transparent\" sizes=\"(max-width: 504px) 100vw, (max-width: 784px) 100vw, (max-width: 1176px) 100vw, (max-width: 1456px) 100vw, 1456px\" srcset=\"https://cdn.sanity.io/images/2ejqxsnu/production/3bf409a013d79695c31ca1a347cc6dc03062bac8-140x38.svg?auto=format&amp;fit=max&amp;w=640 640w, https://c..."
    },
    {
      "src": "https://cdn.sanity.io/images/2ejqxsnu/production/80618204e013e9f1446b4c480866eacc6e203ee8-152x32.svg?auto=format&fit=max&w=3840",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img alt=\"Captions logo\" loading=\"lazy\" decoding=\"async\" data-nimg=\"fill\" class=\"object-contain object-top md:object-right\" style=\"position:absolute;height:100%;width:100%;left:0;top:0;right:0;bottom:0;color:transparent\" sizes=\"(max-width: 504px) 100vw, (max-width: 784px) 100vw, (max-width: 1176px) 100vw, (max-width: 1456px) 100vw, 1456px\" srcset=\"https://cdn.sanity.io/images/2ejqxsnu/production/80618204e013e9f1446b4c480866eacc6e203ee8-152x32.svg?auto=format&amp;fit=max&amp;w=640 640w, https:..."
    },
    {
      "src": "https://cdn.sanity.io/images/2ejqxsnu/production/3018ded4b1220fd0329c82e150fd22fcbd832ce3-280x48.png?auto=format&fit=max&w=3840",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img alt=\"Substack\" loading=\"lazy\" decoding=\"async\" data-nimg=\"fill\" class=\"object-contain object-top md:object-right\" style=\"position:absolute;height:100%;width:100%;left:0;top:0;right:0;bottom:0;color:transparent\" sizes=\"(max-width: 504px) 100vw, (max-width: 784px) 100vw, (max-width: 1176px) 100vw, (max-width: 1456px) 100vw, 1456px\" srcset=\"https://cdn.sanity.io/images/2ejqxsnu/production/3018ded4b1220fd0329c82e150fd22fcbd832ce3-280x48.png?auto=format&amp;fit=max&amp;w=640 640w, https://cdn..."
    },
    {
      "src": "https://cdn.sanity.io/images/2ejqxsnu/production/ec82347c0fcbccf4c215204945e881ec8225750d-140x26.svg?auto=format&fit=max&w=3840",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img alt=\"Sendspark\" loading=\"lazy\" decoding=\"async\" data-nimg=\"fill\" class=\"object-contain object-top md:object-right\" style=\"position:absolute;height:100%;width:100%;left:0;top:0;right:0;bottom:0;color:transparent\" sizes=\"(max-width: 504px) 100vw, (max-width: 784px) 100vw, (max-width: 1176px) 100vw, (max-width: 1456px) 100vw, 1456px\" srcset=\"https://cdn.sanity.io/images/2ejqxsnu/production/ec82347c0fcbccf4c215204945e881ec8225750d-140x26.svg?auto=format&amp;fit=max&amp;w=640 640w, https://cd..."
    },
    {
      "src": "https://cdn.sanity.io/images/2ejqxsnu/production/1a4df5db1d2d909d43c5e6f9dadd783744b653f3-84x20.svg?auto=format&fit=max&w=3840",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img alt=\"VSCO\" loading=\"lazy\" decoding=\"async\" data-nimg=\"fill\" class=\"object-contain object-top md:object-right\" style=\"position:absolute;height:100%;width:100%;left:0;top:0;right:0;bottom:0;color:transparent\" sizes=\"(max-width: 504px) 100vw, (max-width: 784px) 100vw, (max-width: 1176px) 100vw, (max-width: 1456px) 100vw, 1456px\" srcset=\"https://cdn.sanity.io/images/2ejqxsnu/production/1a4df5db1d2d909d43c5e6f9dadd783744b653f3-84x20.svg?auto=format&amp;fit=max&amp;w=640 640w, https://cdn.sani..."
    },
    {
      "src": "https://cdn.sanity.io/images/2ejqxsnu/production/f89d4d6e9683ecb799dd0f9a1d4e2de58726aa12-89x32.svg?auto=format&fit=max&w=3840",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img alt=\"TED\" loading=\"lazy\" decoding=\"async\" data-nimg=\"fill\" class=\"object-contain object-top md:object-right\" style=\"position:absolute;height:100%;width:100%;left:0;top:0;right:0;bottom:0;color:transparent\" sizes=\"(max-width: 504px) 100vw, (max-width: 784px) 100vw, (max-width: 1176px) 100vw, (max-width: 1456px) 100vw, 1456px\" srcset=\"https://cdn.sanity.io/images/2ejqxsnu/production/f89d4d6e9683ecb799dd0f9a1d4e2de58726aa12-89x32.svg?auto=format&amp;fit=max&amp;w=640 640w, https://cdn.sanit..."
    },
    {
      "src": "https://cdn.sanity.io/images/2ejqxsnu/production/64a62b8ff5f542f563eb3aa781a333172fe6831f-280x34.png?auto=format&fit=max&w=3840",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img alt=\"SweatWorks\" loading=\"lazy\" decoding=\"async\" data-nimg=\"fill\" class=\"object-contain object-top md:object-right\" style=\"position:absolute;height:100%;width:100%;left:0;top:0;right:0;bottom:0;color:transparent\" sizes=\"(max-width: 504px) 100vw, (max-width: 784px) 100vw, (max-width: 1176px) 100vw, (max-width: 1456px) 100vw, 1456px\" srcset=\"https://cdn.sanity.io/images/2ejqxsnu/production/64a62b8ff5f542f563eb3aa781a333172fe6831f-280x34.png?auto=format&amp;fit=max&amp;w=640 640w, https://c..."
    },
    {
      "src": "https://cdn.sanity.io/images/2ejqxsnu/production/5026dcc608de53df0afe2140663cf804d185bd8c-140x30.svg?auto=format&fit=max&w=3840",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img alt=\"Warner Bros. Discovery\" loading=\"lazy\" decoding=\"async\" data-nimg=\"fill\" class=\"object-contain object-top md:object-right\" style=\"position:absolute;height:100%;width:100%;left:0;top:0;right:0;bottom:0;color:transparent\" sizes=\"(max-width: 504px) 100vw, (max-width: 784px) 100vw, (max-width: 1176px) 100vw, (max-width: 1456px) 100vw, 1456px\" srcset=\"https://cdn.sanity.io/images/2ejqxsnu/production/5026dcc608de53df0afe2140663cf804d185bd8c-140x30.svg?auto=format&amp;fit=max&amp;w=640 640..."
    },
    {
      "src": "https://cdn.sanity.io/images/2ejqxsnu/production/c4c4bb1a0bab49820d4a8ab9464431e7bee31173-120x38.svg?auto=format&fit=max&w=3840",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img alt=\"Spotify\" loading=\"lazy\" decoding=\"async\" data-nimg=\"fill\" class=\"object-contain object-top md:object-right\" style=\"position:absolute;height:100%;width:100%;left:0;top:0;right:0;bottom:0;color:transparent\" sizes=\"(max-width: 504px) 100vw, (max-width: 784px) 100vw, (max-width: 1176px) 100vw, (max-width: 1456px) 100vw, 1456px\" srcset=\"https://cdn.sanity.io/images/2ejqxsnu/production/c4c4bb1a0bab49820d4a8ab9464431e7bee31173-120x38.svg?auto=format&amp;fit=max&amp;w=640 640w, https://cdn...."
    },
    {
      "src": "https://cdn.sanity.io/images/2ejqxsnu/production/f6ab42a16b25155eaa765e79fce6a88f04222e40-140x20.svg?auto=format&fit=max&w=3840",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img alt=\"three.js journey\" loading=\"lazy\" decoding=\"async\" data-nimg=\"fill\" class=\"object-contain object-top md:object-right\" style=\"position:absolute;height:100%;width:100%;left:0;top:0;right:0;bottom:0;color:transparent\" sizes=\"(max-width: 504px) 100vw, (max-width: 784px) 100vw, (max-width: 1176px) 100vw, (max-width: 1456px) 100vw, 1456px\" srcset=\"https://cdn.sanity.io/images/2ejqxsnu/production/f6ab42a16b25155eaa765e79fce6a88f04222e40-140x20.svg?auto=format&amp;fit=max&amp;w=640 640w, htt..."
    },
    {
      "src": "https://cdn.sanity.io/images/2ejqxsnu/production/d23443dc184d9775e606fd3170bdd43150bb7b89-1423x230.svg?auto=format&fit=max&w=3840",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img alt=\"Synthesia logo\" loading=\"lazy\" decoding=\"async\" data-nimg=\"fill\" class=\"object-contain object-top md:object-right\" style=\"position:absolute;height:100%;width:100%;left:0;top:0;right:0;bottom:0;color:transparent\" sizes=\"(max-width: 504px) 100vw, (max-width: 784px) 100vw, (max-width: 1176px) 100vw, (max-width: 1456px) 100vw, 1456px\" srcset=\"https://cdn.sanity.io/images/2ejqxsnu/production/d23443dc184d9775e606fd3170bdd43150bb7b89-1423x230.svg?auto=format&amp;fit=max&amp;w=640 640w, htt..."
    },
    {
      "src": "https://cdn.sanity.io/images/2ejqxsnu/production/3bf409a013d79695c31ca1a347cc6dc03062bac8-140x38.svg?auto=format&fit=max&w=3840",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img alt=\"Fourthwall\" loading=\"lazy\" decoding=\"async\" data-nimg=\"fill\" class=\"object-contain object-top md:object-right\" style=\"position:absolute;height:100%;width:100%;left:0;top:0;right:0;bottom:0;color:transparent\" sizes=\"(max-width: 504px) 100vw, (max-width: 784px) 100vw, (max-width: 1176px) 100vw, (max-width: 1456px) 100vw, 1456px\" srcset=\"https://cdn.sanity.io/images/2ejqxsnu/production/3bf409a013d79695c31ca1a347cc6dc03062bac8-140x38.svg?auto=format&amp;fit=max&amp;w=640 640w, https://c..."
    },
    {
      "src": "https://cdn.sanity.io/images/2ejqxsnu/production/80618204e013e9f1446b4c480866eacc6e203ee8-152x32.svg?auto=format&fit=max&w=3840",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img alt=\"Captions logo\" loading=\"lazy\" decoding=\"async\" data-nimg=\"fill\" class=\"object-contain object-top md:object-right\" style=\"position:absolute;height:100%;width:100%;left:0;top:0;right:0;bottom:0;color:transparent\" sizes=\"(max-width: 504px) 100vw, (max-width: 784px) 100vw, (max-width: 1176px) 100vw, (max-width: 1456px) 100vw, 1456px\" srcset=\"https://cdn.sanity.io/images/2ejqxsnu/production/80618204e013e9f1446b4c480866eacc6e203ee8-152x32.svg?auto=format&amp;fit=max&amp;w=640 640w, https:..."
    },
    {
      "src": "https://cdn.sanity.io/images/2ejqxsnu/production/f6ab42a16b25155eaa765e79fce6a88f04222e40-140x20.svg?auto=format&fit=max&w=3840",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img alt=\"three.js journey\" loading=\"lazy\" decoding=\"async\" data-nimg=\"fill\" class=\"object-contain object-top md:object-right\" style=\"position:absolute;height:100%;width:100%;left:0;top:0;right:0;bottom:0;color:transparent\" sizes=\"(max-width: 504px) 100vw, (max-width: 784px) 100vw, (max-width: 1176px) 100vw, (max-width: 1456px) 100vw, 1456px\" srcset=\"https://cdn.sanity.io/images/2ejqxsnu/production/f6ab42a16b25155eaa765e79fce6a88f04222e40-140x20.svg?auto=format&amp;fit=max&amp;w=640 640w, htt..."
    },
    {
      "src": "https://cdn.sanity.io/images/2ejqxsnu/production/d23443dc184d9775e606fd3170bdd43150bb7b89-1423x230.svg?auto=format&fit=max&w=3840",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img alt=\"Synthesia logo\" loading=\"lazy\" decoding=\"async\" data-nimg=\"fill\" class=\"object-contain object-top md:object-right\" style=\"position:absolute;height:100%;width:100%;left:0;top:0;right:0;bottom:0;color:transparent\" sizes=\"(max-width: 504px) 100vw, (max-width: 784px) 100vw, (max-width: 1176px) 100vw, (max-width: 1456px) 100vw, 1456px\" srcset=\"https://cdn.sanity.io/images/2ejqxsnu/production/d23443dc184d9775e606fd3170bdd43150bb7b89-1423x230.svg?auto=format&amp;fit=max&amp;w=640 640w, htt..."
    },
    {
      "src": "https://cdn.sanity.io/images/2ejqxsnu/production/f89d4d6e9683ecb799dd0f9a1d4e2de58726aa12-89x32.svg?auto=format&fit=max&w=3840",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img alt=\"TED\" loading=\"lazy\" decoding=\"async\" data-nimg=\"fill\" class=\"object-contain object-top md:object-right\" style=\"position:absolute;height:100%;width:100%;left:0;top:0;right:0;bottom:0;color:transparent\" sizes=\"(max-width: 504px) 100vw, (max-width: 784px) 100vw, (max-width: 1176px) 100vw, (max-width: 1456px) 100vw, 1456px\" srcset=\"https://cdn.sanity.io/images/2ejqxsnu/production/f89d4d6e9683ecb799dd0f9a1d4e2de58726aa12-89x32.svg?auto=format&amp;fit=max&amp;w=640 640w, https://cdn.sanit..."
    },
    {
      "src": "https://cdn.sanity.io/images/2ejqxsnu/production/64a62b8ff5f542f563eb3aa781a333172fe6831f-280x34.png?auto=format&fit=max&w=3840",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img alt=\"SweatWorks\" loading=\"lazy\" decoding=\"async\" data-nimg=\"fill\" class=\"object-contain object-top md:object-right\" style=\"position:absolute;height:100%;width:100%;left:0;top:0;right:0;bottom:0;color:transparent\" sizes=\"(max-width: 504px) 100vw, (max-width: 784px) 100vw, (max-width: 1176px) 100vw, (max-width: 1456px) 100vw, 1456px\" srcset=\"https://cdn.sanity.io/images/2ejqxsnu/production/64a62b8ff5f542f563eb3aa781a333172fe6831f-280x34.png?auto=format&amp;fit=max&amp;w=640 640w, https://c..."
    },
    {
      "src": "https://cdn.sanity.io/images/2ejqxsnu/production/5026dcc608de53df0afe2140663cf804d185bd8c-140x30.svg?auto=format&fit=max&w=3840",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img alt=\"Warner Bros. Discovery\" loading=\"lazy\" decoding=\"async\" data-nimg=\"fill\" class=\"object-contain object-top md:object-right\" style=\"position:absolute;height:100%;width:100%;left:0;top:0;right:0;bottom:0;color:transparent\" sizes=\"(max-width: 504px) 100vw, (max-width: 784px) 100vw, (max-width: 1176px) 100vw, (max-width: 1456px) 100vw, 1456px\" srcset=\"https://cdn.sanity.io/images/2ejqxsnu/production/5026dcc608de53df0afe2140663cf804d185bd8c-140x30.svg?auto=format&amp;fit=max&amp;w=640 640..."
    },
    {
      "src": "https://cdn.sanity.io/images/2ejqxsnu/production/c4c4bb1a0bab49820d4a8ab9464431e7bee31173-120x38.svg?auto=format&fit=max&w=3840",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img alt=\"Spotify\" loading=\"lazy\" decoding=\"async\" data-nimg=\"fill\" class=\"object-contain object-top md:object-right\" style=\"position:absolute;height:100%;width:100%;left:0;top:0;right:0;bottom:0;color:transparent\" sizes=\"(max-width: 504px) 100vw, (max-width: 784px) 100vw, (max-width: 1176px) 100vw, (max-width: 1456px) 100vw, 1456px\" srcset=\"https://cdn.sanity.io/images/2ejqxsnu/production/c4c4bb1a0bab49820d4a8ab9464431e7bee31173-120x38.svg?auto=format&amp;fit=max&amp;w=640 640w, https://cdn...."
    },
    {
      "src": "https://cdn.sanity.io/images/2ejqxsnu/production/f6ab42a16b25155eaa765e79fce6a88f04222e40-140x20.svg?auto=format&fit=max&w=3840",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img alt=\"three.js journey\" loading=\"lazy\" decoding=\"async\" data-nimg=\"fill\" class=\"object-contain object-top md:object-right\" style=\"position:absolute;height:100%;width:100%;left:0;top:0;right:0;bottom:0;color:transparent\" sizes=\"(max-width: 504px) 100vw, (max-width: 784px) 100vw, (max-width: 1176px) 100vw, (max-width: 1456px) 100vw, 1456px\" srcset=\"https://cdn.sanity.io/images/2ejqxsnu/production/f6ab42a16b25155eaa765e79fce6a88f04222e40-140x20.svg?auto=format&amp;fit=max&amp;w=640 640w, htt..."
    },
    {
      "src": "https://cdn.sanity.io/images/2ejqxsnu/production/d23443dc184d9775e606fd3170bdd43150bb7b89-1423x230.svg?auto=format&fit=max&w=3840",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img alt=\"Synthesia logo\" loading=\"lazy\" decoding=\"async\" data-nimg=\"fill\" class=\"object-contain object-top md:object-right\" style=\"position:absolute;height:100%;width:100%;left:0;top:0;right:0;bottom:0;color:transparent\" sizes=\"(max-width: 504px) 100vw, (max-width: 784px) 100vw, (max-width: 1176px) 100vw, (max-width: 1456px) 100vw, 1456px\" srcset=\"https://cdn.sanity.io/images/2ejqxsnu/production/d23443dc184d9775e606fd3170bdd43150bb7b89-1423x230.svg?auto=format&amp;fit=max&amp;w=640 640w, htt..."
    },
    {
      "src": "https://cdn.sanity.io/images/2ejqxsnu/production/f89d4d6e9683ecb799dd0f9a1d4e2de58726aa12-89x32.svg?auto=format&fit=max&w=3840",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img alt=\"TED\" loading=\"lazy\" decoding=\"async\" data-nimg=\"fill\" class=\"object-contain object-top md:object-right\" style=\"position:absolute;height:100%;width:100%;left:0;top:0;right:0;bottom:0;color:transparent\" sizes=\"(max-width: 504px) 100vw, (max-width: 784px) 100vw, (max-width: 1176px) 100vw, (max-width: 1456px) 100vw, 1456px\" srcset=\"https://cdn.sanity.io/images/2ejqxsnu/production/f89d4d6e9683ecb799dd0f9a1d4e2de58726aa12-89x32.svg?auto=format&amp;fit=max&amp;w=640 640w, https://cdn.sanit..."
    },
    {
      "src": "https://cdn.sanity.io/images/2ejqxsnu/production/64a62b8ff5f542f563eb3aa781a333172fe6831f-280x34.png?auto=format&fit=max&w=3840",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img alt=\"SweatWorks\" loading=\"lazy\" decoding=\"async\" data-nimg=\"fill\" class=\"object-contain object-top md:object-right\" style=\"position:absolute;height:100%;width:100%;left:0;top:0;right:0;bottom:0;color:transparent\" sizes=\"(max-width: 504px) 100vw, (max-width: 784px) 100vw, (max-width: 1176px) 100vw, (max-width: 1456px) 100vw, 1456px\" srcset=\"https://cdn.sanity.io/images/2ejqxsnu/production/64a62b8ff5f542f563eb3aa781a333172fe6831f-280x34.png?auto=format&amp;fit=max&amp;w=640 640w, https://c..."
    },
    {
      "src": "/_next/static/media/purple-hand.0uyk.hklcdtqj.svg?dpl=dpl_2Hv8c8h9MkfVURDsDPeJYTGgWKCo",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img alt=\"Two fists bump together. This fist is a purple fist with a yellow fingernail.\" loading=\"lazy\" decoding=\"async\" data-nimg=\"fill\" class=\"object-contain object-center md:object-top\" style=\"position:absolute;height:100%;width:100%;left:0;top:0;right:0;bottom:0;color:transparent\" src=\"/_next/static/media/purple-hand.0uyk.hklcdtqj.svg?dpl=dpl_2Hv8c8h9MkfVURDsDPeJYTGgWKCo\">"
    },
    {
      "src": "/_next/static/media/robot-hand.133j9~y2mca~y.svg?dpl=dpl_2Hv8c8h9MkfVURDsDPeJYTGgWKCo",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img alt=\"Two fists bump together. This fist is a robotic fist. Its hand is gray, with blue accents. Its wrist is made up of a gray lattice.\" loading=\"lazy\" decoding=\"async\" data-nimg=\"fill\" class=\"object-contain object-center md:object-top\" style=\"position:absolute;height:100%;width:100%;left:0;top:0;right:0;bottom:0;color:transparent\" src=\"/_next/static/media/robot-hand.133j9~y2mca~y.svg?dpl=dpl_2Hv8c8h9MkfVURDsDPeJYTGgWKCo\">"
    }
  ],
  "possibleDialogs": [],
  "score": 80,
  "weight": 10
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

AEO: Entity and definition clarity

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

1 Warning

Needs attention

AEO: Entity and definition clarity

Warning
01

Issue

Entity or definition gaps: api, developers.

Details

02

Why it matters

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

Check name

AEO: Entity and definition clarity

Score

88/100

Status

warning

Category

GEO, AIO & AEO

Maturity

Emerging recommendation

Goal

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

Result

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

Evidence
{
  "title": "Video API for developers | Mux",
  "h1": "Video for developers",
  "description": "Mux helps teams ship high-performance and cost-effective video in minutes, not months. Build better video into anything from websites to platforms to AI workflows.",
  "topicOverlap": 0.5,
  "definitionCount": 10,
  "topicTerms": [
    "video",
    "api",
    "developers",
    "mux"
  ],
  "descriptionTerms": [
    "mux",
    "helps",
    "teams",
    "ship",
    "high",
    "performance",
    "cost",
    "effective",
    "video",
    "minutes",
    "not",
    "months",
    "build",
    "better",
    "into",
    "anything",
    "websites",
    "platforms",
    "workflows"
  ],
  "missingFromDescription": [
    "api",
    "developers"
  ],
  "score": 88,
  "weight": 18
}

Agent Ease of UseAPIEmerging recommendation

AI context endpoint

AI context endpoint is informational for this page.

Informational

Needs attention

AI context endpoint

Informational
01

Issue

AI context endpoint is informational for this page.

02

Why it matters

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

Check name

AI context endpoint

Score

100/100

Status

informational

Category

API

Maturity

Emerging recommendation

Goal

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

Result

AI context endpoint is informational for this page.

Validation steps

  1. Fetch to find resource

    AI context endpoint was not found at the expected path.

Evidence
{
  "steps": [
    {
      "id": "fetch",
      "title": "Fetch to find resource",
      "status": "informational",
      "evidence": {
        "checked": [
          {
            "path": "/api/ai/context",
            "statusCode": 404,
            "contentType": "text/html; charset=utf-8",
            "length": 234197
          },
          {
            "path": "/api/context",
            "statusCode": 404,
            "contentType": "text/html; charset=utf-8",
            "length": 234197
          },
          {
            "path": "/context",
            "statusCode": 404,
            "contentType": "text/html; charset=utf-8",
            "length": 186851
          }
        ]
      },
      "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": "Trusted by top brands",
      "html": "<h2 class=\"font-mono text-sm leading-mono font-normal uppercase mx-auto text-center [text-wrap:balance]\">Trusted by top brands<!-- --></h2>"
    },
    {
      "text": "Features",
      "html": "<h2 class=\"sr-only\">Features</h2>"
    },
    {
      "text": "Embedding a video with Mux is simple",
      "html": "<h2 class=\"font-body text-xl leading-heading font-bold normal-case p-1 pt-2 text-center\">Embedding a video with Mux is simple</h2>"
    },
    {
      "text": "The video infrastructure for your website",
      "html": "<h2 class=\"font-body text-2xl leading-heading-2 font-bold normal-case max-w-26 px-1 pb-1.5 pt-2 sm:px-2 md:text-3xl md:leading-heading lg:pr-1 lg:pt-3 lg:text-5xl lg:leading-heading-2\">The video infrastructure for your <span class=\"normal-case underline underline-offset-normal\">website</span></h2>"
    },
    {
      "text": "We speak your language",
      "html": "<h2 class=\"font-body text-2xl leading-heading-2 font-bold normal-case md:text-3xl md:leading-heading lg:text-5xl lg:leading-heading-2\">We speak your language</h2>"
    },
    {
      "text": "Mux love from around the world",
      "html": "<h2 class=\"font-display tracking-wide text-3xl md:text-5xl leading-heading-2 font-normal normal-case p-1 pb-2 text-center [text-wrap:balance] sm:text-left sm:text-3xl md:p-2 md:pb-3\">Mux love from around the world</h2>"
    }
  ],
  "expected": [
    {
      "id": "what",
      "label": "What is Video API for developers?",
      "pattern": {}
    },
    {
      "id": "how",
      "label": "How does Video API for developers work?",
      "pattern": {}
    },
    {
      "id": "benefits",
      "label": "Why use Video API for developers?",
      "pattern": {}
    },
    {
      "id": "cost",
      "label": "Is Video API for developers free or paid?",
      "pattern": {}
    },
    {
      "id": "compare",
      "label": "How does Video API for developers compare with alternatives?",
      "pattern": {}
    }
  ],
  "missing": [
    {
      "id": "what",
      "label": "What is Video API for developers?",
      "pattern": {}
    },
    {
      "id": "how",
      "label": "How does Video API for developers work?",
      "pattern": {}
    },
    {
      "id": "benefits",
      "label": "Why use Video API for developers?",
      "pattern": {}
    },
    {
      "id": "cost",
      "label": "Is Video API for developers free or paid?",
      "pattern": {}
    },
    {
      "id": "compare",
      "label": "How does Video API for developers 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": 186808,
        "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": 185586,
          "hasRegisterInstructions": false,
          "hasProtectedResourceLink": false,
          "hasAuthorizationServerLink": false,
          "mentionsIdentity": false,
          "mentionsCredential": false,
          "links": [
            "/_next/static/chunks/0jswr96a0mtm5.js",
            "/_next/static/chunks/0o9tpc~yjm3fl.js",
            "/script",
            "/_next/static/chunks/0dfjq-_3bf0.7.js",
            "/script",
            "/_next/static/chunks/06c909s869qtp.js",
            "/script",
            "/_next/static/chunks/turbopack-12vd_i-._nh76.js",
            "/script",
            "/_next/static/chunks/0a9wk_r7_wgwi.js"
          ],
          "rawExcerpt": "<!DOCTYPE html><html data-dpl-id=\"dpl_2Hv8c8h9MkfVURDsDPeJYTGgWKCo\" id=\"__next_error__\"><head><meta charSet=\"utf-8\"/><meta name=\"viewport\" content=\"width=device-width, initial-scale=1, viewport-fit=cover\"/><link rel=\"preload\" as=\"script\" fetchPriority=\"low\" href=\"/_next/static/chunks/0jswr96a0mtm5.js?dpl=dpl_2Hv8c8h9MkfVURDsDPeJYTGgWKCo\"/><script src=\"/_next/static/chunks/0o9tpc~yjm3fl.js?dpl=dpl_2Hv8c8h9MkfVURDsDPeJYTGgWKCo\" async=\"\"></script><script src=\"/_next/static/chunks/0dfjq-_3bf0.7.js?dpl=dpl_2Hv8c8h9MkfVURDsDPeJYTGgWKCo\" async=\"\"></script><script src=\"/_next/static/chunks/06c909s869qtp.js?dpl=dpl_2Hv8c8h9MkfVURDsDPeJYTGgWKCo\" async=\"\"></script><script src=\"/_next/static/chunks/turbopack-12vd_i-._nh76.js?dpl=dpl_2Hv8c8h9MkfVURDsDPeJYTGgWKCo\" async=\"\"></script><script src=\"/_next/s"
        }
      },
      "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": 234197,
        "text": "<!DOCTYPE html><html data-dpl-id=\"dpl_2Hv8c8h9MkfVURDsDPeJYTGgWKCo\" lang=\"en\" class=\"no-chat font-body antialiased aeonik_724ce46a-module__BNMA4q__variable rotonto_b96e03a7-module__4fiIjG__variable jetbrainsmono_f15ec2a5-module__33L7EG__variable\" style=\"min-width:20rem\"><head><meta charSet=\"utf-8\"/><meta name=\"viewport\" content=\"width=device-width, initial-scale=1, viewport-fit=cover\"/><link rel=\"stylesheet\" href=\"/_next/static/chunks/0mfrjx2-6_cn5.css?dpl=dpl_2Hv8c8h9MkfVURDsDPeJYTGgWKCo\" data-precedence=\"next\"/><link rel=\"stylesheet\" href=\"/_next/static/chunks/02bwwu6gzz8qn.css?dpl=dpl_2Hv8c8h9MkfVURDsDPeJYTGgWKCo\" data-precedence=\"next\"/><link rel=\"preload\" as=\"script\" fetchPriority=\"low\" href=\"/_next/static/chunks/0jswr96a0mtm5.js?dpl=dpl_2Hv8c8h9MkfVURDsDPeJYTGgWKCo\"/><script src=\"/_next/static/chunks/0o9tpc~yjm3fl.js?dpl=dpl_2Hv8c8h9MkfVURDsDPeJYTGgWKCo\" async=\"\"></script><script src=\"/_next/static/chunks/0dfjq-_3bf0.7.js?dpl=dpl_2Hv8c8h9MkfVURDsDPeJYTGgWKCo\" async=\"\"></script><script src=\"/_next/static/chunks/06c909s869qtp.js?dpl=dpl_2Hv8c8h9MkfVURDsDPeJYTGgWKCo\" async=\"\"></script><script src=\"/_next/static/chunks/turbopack-12vd_i-._nh76.js?dpl=dpl_2Hv8c8h9MkfVURDsDPeJYTGgWKCo\" async=\"\"></script><script src=\"/_next/static/chunks/0a9wk_r7_wgwi.js?dpl=dpl_2Hv8c8h9MkfVURDsDPeJYTGgWKCo\" async=\"\"></script><script src=\"/_next/static/chunks/0o0_xes~iwoz9.js?dpl=dpl_2Hv8c8h9MkfVURDsDPeJYTGgWKCo\" async=\"\"></script><script src=\"/_next/static/chunks/0bcy03ev_ad61.js?dpl=dpl_2Hv8c8h9MkfVURDsDPeJYTGgWKCo\" async=\"\"></script><script src=\"/_next/static/chunks/0i.l9589uvx0j.js?dpl=dpl_2Hv8c8h9MkfVURDsDPeJYTGgWKCo\" async=\"\"></script><script src=\"/_next/static/chunks/0or7s~6dpx2n8.js?dpl=dpl_2Hv8c8h9MkfVURDsDPeJYTGgWKCo\" async=\"\"></script><script src=\"/_next/static/chunks/00inx8o0.vqaz.js?dpl=dpl_2Hv8c8h9MkfVURDsDPeJYTGgWKCo\" async=\"\"></script><script src=\"/_next/static/chunks/0janf64zsas-9.js?dpl=dpl_2Hv8c8h9MkfVURDsDPeJYTGgWKCo\" async=\"\"></script><script src=\"/_next/static/chunks/0f1l_7a00364f.js?dpl=dpl_2Hv8c8h9MkfVURDsDPeJYTGgWKCo\" async=\"\"></script><script src=\"/_next/static/chunks/08mveedlku_rg.js?dpl=dpl_2Hv8c8h9MkfVURDsDPeJYTGgWKCo\" async=\"\"></script><script src=\"/_next/static/chunks/105vt3-8dwe1s.js?dpl=dpl_2Hv8c8h9MkfVURDsDPeJYTGgWKCo\" async=\"\"></script><script src=\"/_next/static/chunks/0so7rh.0f01~v.js?dpl=dpl_2Hv8c8h9MkfVURDsDPeJYTGgWKCo\" async=\"\"></script><script src=\"/_next/static/chunks/0gh9xjd2n6_yp.js?dpl=dpl_2Hv8c8h9MkfVURDsDPeJYTGgWKCo\" async=\"\"></script><link rel=\"preload\" href=\"https://www.googletagmanager.com/gtm.js?id=GTM-KRJFZJ7\" as=\"script\"/><meta name=\"robots\" content=\"noindex\"/><meta name=\"next-size-adjust\" content=\"\"/><meta name=\"theme-color\" content=\"#242628\"/><link rel=\"icon\" href=\"/favicon.ico?favicon.0nabt5-f0kozh.ico?dpl=dpl_2Hv8c8h9MkfVURDsDPeJYTGgWKCo\" sizes=\"32x32\" type=\"image/x-icon\"/><script src=\"/_next/static/chunks/03~yq9q893hmn.js?dpl=dpl_2Hv8c8h9MkfVURDsDPeJYTGgWKCo\" noModule=\"\"></script></head><body><div hidden=\"\"><!--$--><!--/$--></div><!--$!--><template data-dgst=\"BAILOUT_TO_CLIENT_SIDE_RENDERING\"></template><!--/$--><div class=\"bg-putty [--nav-h:theme(spacing.2)] selection:bg-pink-neon/60 md:[--nav-h:theme(spacing.3)]\"><div class=\"-my-1px border-y grid grid-cols-xs md:grid-cols-sm lg:grid-cols-lg xl:grid-cols-xl bg-putty border-ctx-gray text-black set-bg-ctx-putty set-border-ctx-gray sticky -top-1px z-50\"><div class=\"col-start-2 col-end-3 border-x border-ctx-gray\"><div class=\"-m-0.5px grid-cols-1 relative h-[--nav-h] flex items-center justify-end\"><a href=\"#skip-nav\" class=\"group/button block h-full absolute left-0 top-0 z-10 transition-opacity duration-short ease-in-out-energetic pointer-events-none opacity-0 focus:pointer-events-auto focus:opacity-100\"><span class=\"h-full min-h-2 flex items-center justify-center cursor-pointer px-2 py-0.5 text-center text-white bg-black border border-ctx-charcoal rounded-4\">Skip to content</span></a><div class=\"mr-auto flex h-full\"><a class=\"group relative c"
      },
      "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": 234197,
          "text": "<!DOCTYPE html><html data-dpl-id=\"dpl_2Hv8c8h9MkfVURDsDPeJYTGgWKCo\" lang=\"en\" class=\"no-chat font-body antialiased aeonik_724ce46a-module__BNMA4q__variable rotonto_b96e03a7-module__4fiIjG__variable jetbrainsmono_f15ec2a5-module__33L7EG__variable\" style=\"min-width:20rem\"><head><meta charSet=\"utf-8\"/><meta name=\"viewport\" content=\"width=device-width, initial-scale=1, viewport-fit=cover\"/><link rel=\"stylesheet\" href=\"/_next/static/chunks/0mfrjx2-6_cn5.css?dpl=dpl_2Hv8c8h9MkfVURDsDPeJYTGgWKCo\" data-precedence=\"next\"/><link rel=\"stylesheet\" href=\"/_next/static/chunks/02bwwu6gzz8qn.css?dpl=dpl_2Hv8c8h9MkfVURDsDPeJYTGgWKCo\" data-precedence=\"next\"/><link rel=\"preload\" as=\"script\" fetchPriority=\"low\" href=\"/_next/static/chunks/0jswr96a0mtm5.js?dpl=dpl_2Hv8c8h9MkfVURDsDPeJYTGgWKCo\"/><script src=\"/_next/static/chunks/0o9tpc~yjm3fl.js?dpl=dpl_2Hv8c8h9MkfVURDsDPeJYTGgWKCo\" async=\"\"></script><script src=\"/_next/static/chunks/0dfjq-_3bf0.7.js?dpl=dpl_2Hv8c8h9MkfVURDsDPeJYTGgWKCo\" async=\"\"></script><script src=\"/_next/static/chunks/06c909s869qtp.js?dpl=dpl_2Hv8c8h9MkfVURDsDPeJYTGgWKCo\" async=\"\"></script><script src=\"/_next/static/chunks/turbopack-12vd_i-._nh76.js?dpl=dpl_2Hv8c8h9MkfVURDsDPeJYTGgWKCo\" async=\"\"></script><script src=\"/_next/static/chunks/0a9wk_r7_wgwi.js?dpl=dpl_2Hv8c8h9MkfVURDsDPeJYTGgWKCo\" async=\"\"></script><script src=\"/_next/static/chunks/0o0_xes~iwoz9.js?dpl=dpl_2Hv8c8h9MkfVURDsDPeJYTGgWKCo\" async=\"\"></script><script src=\"/_next/static/chunks/0bcy03ev_ad61.js?dpl=dpl_2Hv8c8h9MkfVURDsDPeJYTGgWKCo\" async=\"\"></script><script src=\"/_next/static/chunks/0i.l9589uvx0j.js?dpl=dpl_2Hv8c8h9MkfVURDsDPeJYTGgWKCo\" async=\"\"></script><script src=\"/_next/static/chunks/0or7s~6dpx2n8.js?dpl=dpl_2Hv8c8h9MkfVURDsDPeJYTGgWKCo\" async=\"\"></script><script src=\"/_next/static/chunks/00inx8o0.vqaz.js?dpl=dpl_2Hv8c8h9MkfVURDsDPeJYTGgWKCo\" async=\"\"></script><script src=\"/_next/static/chunks/0janf64zsas-9.js?dpl=dpl_2Hv8c8h9MkfVURDsDPeJYTGgWKCo\" async=\"\"></script><script src=\"/_next/static/chunks/0f1l_7a00364f.js?dpl=dpl_2Hv8c8h9MkfVURDsDPeJYTGgWKCo\" async=\"\"></script><script src=\"/_next/static/chunks/08mveedlku_rg.js?dpl=dpl_2Hv8c8h9MkfVURDsDPeJYTGgWKCo\" async=\"\"></script><script src=\"/_next/static/chunks/105vt3-8dwe1s.js?dpl=dpl_2Hv8c8h9MkfVURDsDPeJYTGgWKCo\" async=\"\"></script><script src=\"/_next/static/chunks/0so7rh.0f01~v.js?dpl=dpl_2Hv8c8h9MkfVURDsDPeJYTGgWKCo\" async=\"\"></script><script src=\"/_next/static/chunks/0gh9xjd2n6_yp.js?dpl=dpl_2Hv8c8h9MkfVURDsDPeJYTGgWKCo\" async=\"\"></script><link rel=\"preload\" href=\"https://www.googletagmanager.com/gtm.js?id=GTM-KRJFZJ7\" as=\"script\"/><meta name=\"robots\" content=\"noindex\"/><meta name=\"next-size-adjust\" content=\"\"/><meta name=\"theme-color\" content=\"#242628\"/><link rel=\"icon\" href=\"/favicon.ico?favicon.0nabt5-f0kozh.ico?dpl=dpl_2Hv8c8h9MkfVURDsDPeJYTGgWKCo\" sizes=\"32x32\" type=\"image/x-icon\"/><script src=\"/_next/static/chunks/03~yq9q893hmn.js?dpl=dpl_2Hv8c8h9MkfVURDsDPeJYTGgWKCo\" noModule=\"\"></script></head><body><div hidden=\"\"><!--$--><!--/$--></div><!--$!--><template data-dgst=\"BAILOUT_TO_CLIENT_SIDE_RENDERING\"></template><!--/$--><div class=\"bg-putty [--nav-h:theme(spacing.2)] selection:bg-pink-neon/60 md:[--nav-h:theme(spacing.3)]\"><div class=\"-my-1px border-y grid grid-cols-xs md:grid-cols-sm lg:grid-cols-lg xl:grid-cols-xl bg-putty border-ctx-gray text-black set-bg-ctx-putty set-border-ctx-gray sticky -top-1px z-50\"><div class=\"col-start-2 col-end-3 border-x border-ctx-gray\"><div class=\"-m-0.5px grid-cols-1 relative h-[--nav-h] flex items-center justify-end\"><a href=\"#skip-nav\" class=\"group/button block h-full absolute left-0 top-0 z-10 transition-opacity duration-short ease-in-out-energetic pointer-events-none opacity-0 focus:pointer-events-auto focus:opacity-100\"><span class=\"h-full min-h-2 flex items-center justify-center cursor-pointer px-2 py-0.5 text-center text-white bg-black border border-ctx-charcoal rounded-4\">Skip to content</span></a><div class=\"mr-auto flex h-full\"><a class=\"group relative c"
        }
      },
      "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": 9,
    "signals": [
      {
        "source": "link:href",
        "weight": 3,
        "match": "auth link"
      },
      {
        "source": "visible-text",
        "weight": 3,
        "match": "log in"
      },
      {
        "source": "visible-text",
        "weight": 3,
        "match": "sign up"
      }
    ]
  },
  "resourceFetchSucceeded": false
}

AI DiscoverabilityDiscoverabilityEstablished

IndexNow key

IndexNow key is informational for this page.

Informational

Needs attention

IndexNow key

Informational
01

Issue

IndexNow key is informational for this page.

02

Why it matters

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

Check name

IndexNow key

Score

100/100

Status

informational

Category

Discoverability

Maturity

Established

Goal

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

Result

IndexNow key is informational for this page.

Validation steps

  1. Find advertised IndexNow key location

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

  2. Fetch and validate IndexNow key file

    No discoverable IndexNow key file was found.

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

Agent Ease of UseAuthEstablished

OAuth / OIDC discovery

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

Informational

Needs attention

OAuth / OIDC discovery

Informational
01

Issue

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

02

Why it matters

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

Check name

OAuth / OIDC discovery

Score

0/100

Status

informational

Category

Auth

Maturity

Established

Goal

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

Result

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

Validation steps

  1. Fetch to find resource

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

Evidence
{
  "failedStep": "fetch",
  "steps": [
    {
      "id": "fetch",
      "title": "Fetch to find resource",
      "status": "fail",
      "evidence": {
        "checked": [
          {
            "path": "/.well-known/openid-configuration",
            "statusCode": 404,
            "contentType": "text/html; charset=utf-8",
            "length": 234197
          },
          {
            "path": "/.well-known/oauth-authorization-server",
            "statusCode": 404,
            "contentType": "text/html; charset=utf-8",
            "length": 234197
          }
        ]
      },
      "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": 9,
    "signals": [
      {
        "source": "link:href",
        "weight": 3,
        "match": "auth link"
      },
      {
        "source": "visible-text",
        "weight": 3,
        "match": "log in"
      },
      {
        "source": "visible-text",
        "weight": 3,
        "match": "sign up"
      }
    ]
  },
  "resourceFetchSucceeded": false
}

Agent Ease of UseAuthEmerging recommendation

OAuth Protected Resource

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

Informational

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><html data-dpl-id=\"dpl_2Hv8c8h9MkfVURDsDPeJYTGgWKCo\" lang=\"en\" class=\"no-chat font-body antialiased aeonik_724ce46a-module__BNMA4q__variable rotonto_b96e03a7-module__4fiIjG__variable jetbrainsmono_f15ec2a5-module__33L7EG__variable\" style=\"min-width:20rem\"><head><meta charSet=\"utf-8\"/><meta name=\"viewport\" content=\"width=device-width, initial-scale=1, viewport-fit=cover\"/><link rel=\"stylesheet\" href=\"/_next/static/chunks/0mfrjx2-6_cn5.css?dpl=dpl_2Hv8c8h9MkfVURDsDPeJYTGgWKCo\" data-precedence=\"next\"/><link rel=\"stylesheet\" href=\"/_next/static/chunks/02bwwu6gzz8qn.css?dpl=dpl_2Hv8c8h9MkfVURDsDPeJYTGgWKCo\" data-precedence=\"next\"/><link rel=\"preload\" as=\"script\" fetchPriority=\"low\" href=\"/_next/static/chunks/0jswr96a0mtm5.js?dpl=dpl_2Hv8c8h9MkfVURDsDPeJYTGgWKCo\"/><script src=\"/_n"
      },
      "issue": "Response is not valid JSON.",
      "howToFix": "Publish resource and authorization_servers as absolute URLs."
    },
    {
      "id": "resource-identity",
      "title": "Validate protected resource identity",
      "status": "fail",
      "evidence": {
        "expectedResource": "https://www.mux.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.mux.com/.well-known/oauth-protected-resource",
            "metadataUrlMatches": true,
            "resourceMatchesRequestContext": true
          },
          {
            "path": "/api/admin/summary",
            "statusCode": 404,
            "wwwAuthenticate": {
              "valid": false,
              "present": false
            },
            "expectedMetadataUrl": "https://www.mux.com/.well-known/oauth-protected-resource",
            "metadataUrlMatches": true,
            "resourceMatchesRequestContext": true
          },
          {
            "path": "/api/scans",
            "statusCode": 404,
            "wwwAuthenticate": {
              "valid": false,
              "present": false
            },
            "expectedMetadataUrl": "https://www.mux.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": 9,
    "signals": [
      {
        "source": "link:href",
        "weight": 3,
        "match": "auth link"
      },
      {
        "source": "visible-text",
        "weight": 3,
        "match": "log in"
      },
      {
        "source": "visible-text",
        "weight": 3,
        "match": "sign up"
      }
    ]
  },
  "resourceFetchSucceeded": false
}

Performance and AccessibilityAccessibilityBrowser audit

Buttons do not have an accessible name

100 Fail

Check name

Buttons do not have an accessible name

Score

0/100

Status

fail

Device

desktop

Category

Accessibility

Fix guidance

When a button doesn't have an accessible name, screen readers announce it as "button", making it unusable for users who rely on screen readers. [Learn how to make buttons more accessible](https://dequeuniversity.com/rules/axe/4.11/button-name).

Evidence
{
  "description": "When a button doesn't have an accessible name, screen readers announce it as \"button\", making it unusable for users who rely on screen readers. [Learn how to make buttons more accessible](https://dequeuniversity.com/rules/axe/4.11/button-name)."
}

SEOSEOBrowser audit

Links do not have descriptive text

100 Fail

Check name

Links do not have descriptive text

Score

0/100

Status

fail

Device

desktop

Category

SEO

Estimated savings

1 link found

Fix guidance

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

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

Performance and AccessibilityPerformanceBrowser audit

LCP request discovery

33 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

Render-blocking requests

33 Fail

Check name

Render-blocking requests

Score

0/100

Status

fail

Device

desktop

Category

Performance

Estimated savings

Est savings of 220 ms

Fix guidance

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

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

Performance and AccessibilityPerformanceBrowser audit

Loading performance

6 Fail

Check name

Loading performance

Score

81/100

Status

fail

Device

desktop

Category

Performance

Fix guidance

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

Evidence
{
  "checks": [
    {
      "id": "first-contentful-paint",
      "title": "First Contentful Paint",
      "score": 100,
      "displayValue": "0.4 s",
      "numericValue": 363.00166732221146
    },
    {
      "id": "interactive",
      "title": "Time to Interactive",
      "score": 79,
      "displayValue": "3.1 s",
      "numericValue": 3080.061604677117
    },
    {
      "id": "server-response-time",
      "title": "Initial server response time was short",
      "score": 100,
      "displayValue": "Root document took 40 ms",
      "numericValue": 43
    },
    {
      "id": "speed-index",
      "title": "Speed Index",
      "score": 75,
      "displayValue": "1.7 s",
      "numericValue": 1702.4184776663299
    },
    {
      "id": "total-blocking-time",
      "title": "Total Blocking Time",
      "score": 29,
      "displayValue": "500 ms",
      "numericValue": 504.00157627325007
    },
    {
      "id": "largest-contentful-paint",
      "title": "Largest Contentful Paint",
      "score": 91,
      "displayValue": "1.2 s",
      "numericValue": 1157.0088368077209
    },
    {
      "id": "max-potential-fid",
      "title": "Max Potential First Input Delay",
      "score": 76,
      "displayValue": "170 ms",
      "numericValue": 173
    },
    {
      "id": "network-rtt",
      "title": "Network Round Trip Times",
      "score": 100,
      "displayValue": "30 ms",
      "numericValue": 26.003789999999995
    }
  ]
}

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