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

OVERALL SCORE

Level 3, Bot-Aware

Moderate readiness for AI agents
AIDiscoverability50%Agent Easeof Use9%Security& Trust20%GEO, AIO, AEO77%SEO100%Performance& Accessibility78%
  • AI Discoverability 50 out of 100
  • Agent Ease of Use 9 out of 100
  • Security & Trust 20 out of 100
  • GEO, AIO and AEO 77 out of 100
  • SEO 100 out of 100
  • Performance and Accessibility 78 out of 100

CAPTURED SCREENSHOT

Captured website desktop screenshot

What AI sees of your website

The AI Developer Cloud | Runpod favicon

The AI Developer Cloud | Runpod

AI infrastructure with on-demand GPUs and serverless compute. Run training, inference, and batch workloads on the cloud with Runpod.

Next step

Turn this report into a fix workflow

23 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
50
Needs work1491View details
Discoverability
67
Needs work540View details
Content Readiness
71
Needs work911View details
Bot Access Control
0
Priority fix040View details
Agent Ease of Use
9
Priority fix5242View details
API
0
Priority fix060View details
Auth
Not Applicable
Not Applicable040View details
MCP
13
Priority fix062View details
Skill Discovery
13
Priority fix180View details
Agent Commerce
Not Applicable
Not Applicable400
GEO, AIO and AEO
77
Mostly ready7210View details
GEO Readiness
89
Mostly ready203
AIO Readiness
78
Mostly ready313View details
AEO Readiness
64
Needs work214View details
SEO
100
Strong1100
SEO
100
Strong1100
Security & Trust
20
Priority fix540View details
Security & Trust
20
Priority fix140View details
AI Training Exposure
Not Applicable
Not Applicable400
Performance and Accessibility
78
Mostly ready2331View details
Performance
67
Needs work1431View details
Accessibility
97
Strong900

Prioritized recommendations

Issues ranked by score impact

41 items need attention

Agent Ease of UseAPIEstablished

API Catalog

API Catalog failed at "Fetch API catalog".

50 Fail

Needs attention

API Catalog

Failed check
01

Issue

The API catalog endpoint did not return HTTP 2xx.

02

Why it matters

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

Check name

API Catalog

Score

0/100

Status

fail

Category

API

Maturity

Established

Goal

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

Result

API Catalog failed at "Fetch API catalog".

Validation steps

  1. Fetch API catalog

    The API catalog endpoint did not return HTTP 2xx.

  2. Validate RFC 9727 linkset

    Response is not valid JSON.

  3. Fetch advertised API catalog targets

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

Evidence
{
  "failedStep": "fetch",
  "steps": [
    {
      "id": "fetch",
      "title": "Fetch API catalog",
      "status": "fail",
      "evidence": {
        "statusCode": 404,
        "contentType": "text/html; charset=utf-8"
      },
      "issue": "The API catalog endpoint did not return HTTP 2xx.",
      "howToFix": "Publish /.well-known/api-catalog."
    },
    {
      "id": "validate",
      "title": "Validate RFC 9727 linkset",
      "status": "fail",
      "evidence": {
        "valid": false,
        "compatibleContentType": false,
        "issue": "Response is not valid JSON.",
        "rawExcerpt": "<!DOCTYPE html>\n<html>\n  <body>\n    <p>Invalid .well-known request</p>\n  </body>\n</html>"
      },
      "issue": "Response is not valid JSON.",
      "howToFix": "Use application/linkset+json with service-desc, service-doc, and status relations that each include href."
    },
    {
      "id": "target-validation",
      "title": "Fetch advertised API catalog targets",
      "status": "fail",
      "evidence": {
        "checked": [],
        "failures": [
          {
            "reason": "No same-origin API catalog hrefs were available to fetch."
          }
        ]
      },
      "issue": "API Catalog did not expose any same-origin hrefs to validate.",
      "howToFix": "Make each same-origin API catalog href reachable and serve the advertised media type."
    }
  ]
}

AI DiscoverabilityDiscoverabilityEstablished

High-value schema types

High-value schema types is missing or incomplete.

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

AI DiscoverabilityDiscoverabilityEstablished

Link headers

Link headers failed at "Find useful Link headers".

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

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><!-- Last Published: Sun Jun 07 2026 22:45:04 GMT+0000 (Coordinated Universal Time) --><html data-wf-domain=\"www.runpod.io\" data-wf-page=\"69ce570adca53340abab8371\" data-wf-site=\"69ce570adca53340abab8376\" lang=\"en\"><head><meta charset=\"utf-8\"/><link href=\"https://cdn.prod.website-files.com\" rel=\"preconnect\" crossorigin=\"anonymous\"/><title>Not Found</title><meta content=\"The requested Runpod page could not be found. Return to Runpod to explore GPU cloud, serverless inference, and AI infrastructure resources.\" name=\"description\"/><meta content=\"Not Found\" property=\"og:title\"/><meta content=\"The requested Runpod page could not be found. Return to Runpod to explore GPU cloud, serverless inference, and AI infrastructure resources.\" property=\"og:description\"/><meta content=\"Not Fou"
          },
          {
            "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><!-- Last Published: Sun Jun 07 2026 22:45:04 GMT+0000 (Coordinated Universal Time) --><html data-wf-domain=\"www.runpod.io\" data-wf-page=\"69ce570adca53340abab8371\" data-wf-site=\"69ce570adca53340abab8376\" lang=\"en\"><head><meta charset=\"utf-8\"/><link href=\"https://cdn.prod.website-files.com\" rel=\"preconnect\" crossorigin=\"anonymous\"/><title>Not Found</title><meta content=\"The requested Runpod page could not be found. Return to Runpod to explore GPU cloud, serverless inference, and AI infrastructure resources.\" name=\"description\"/><meta content=\"Not Found\" property=\"og:title\"/><meta content=\"The requested Runpod page could not be found. Return to Runpod to explore GPU cloud, serverless inference, and AI infrastructure resources.\" property=\"og:description\"/><meta content=\"Not Fou"
          },
          {
            "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><!-- Last Published: Sun Jun 07 2026 22:45:04 GMT+0000 (Coordinated Universal Time) --><html data-wf-domain=\"www.runpod.io\" data-wf-page=\"69ce570adca53340abab8371\" data-wf-site=\"69ce570adca53340abab8376\" lang=\"en\"><head><meta charset=\"utf-8\"/><link href=\"https://cdn.prod.website-files.com\" rel=\"preconnect\" crossorigin=\"anonymous\"/><title>Not Found</title><meta content=\"The requested Runpod page could not be found. Return to Runpod to explore GPU cloud, serverless inference, and AI infrastructure resources.\" name=\"description\"/><meta content=\"Not Found\" property=\"og:title\"/><meta content=\"The requested Runpod page could not be found. Return to Runpod to explore GPU cloud, serverless inference, and AI infrastructure resources.\" property=\"og:description\"/><meta content=\"Not Fou"
          },
          {
            "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><!-- Last Published: Sun Jun 07 2026 22:45:04 GMT+0000 (Coordinated Universal Time) --><html data-wf-domain=\"www.runpod.io\" data-wf-page=\"69ce570adca53340abab8371\" data-wf-site=\"69ce570adca53340abab8376\" lang=\"en\"><head><meta charset=\"utf-8\"/><link href=\"https://cdn.prod.website-files.com\" rel=\"preconnect\" crossorigin=\"anonymous\"/><title>Not Found</title><meta content=\"The requested Runpod page could not be found. Return to Runpod to explore GPU cloud, serverless inference, and AI infrastructure resources.\" name=\"description\"/><meta content=\"Not Found\" property=\"og:title\"/><meta content=\"The requested Runpod page could not be found. Return to Runpod to explore GPU cloud, serverless inference, and AI infrastructure resources.\" property=\"og:description\"/><meta content=\"Not Fou"
          },
          {
            "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><!-- Last Published: Sun Jun 07 2026 22:45:04 GMT+0000 (Coordinated Universal Time) --><html data-wf-domain=\"www.runpod.io\" data-wf-page=\"69ce570adca53340abab8371\" data-wf-site=\"69ce570adca53340abab8376\" lang=\"en\"><head><meta charset=\"utf-8\"/><link href=\"https://cdn.prod.website-files.com\" rel=\"preconnect\" crossorigin=\"anonymous\"/><title>Not Found</title><meta content=\"The requested Runpod page could not be found. Return to Runpod to explore GPU cloud, serverless inference, and AI infrastructure resources.\" name=\"description\"/><meta content=\"Not Found\" property=\"og:title\"/><meta content=\"The requested Runpod page could not be found. Return to Runpod to explore GPU cloud, serverless inference, and AI infrastructure resources.\" property=\"og:description\"/><meta content=\"Not Fou"
          },
          {
            "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><!-- Last Published: Sun Jun 07 2026 22:45:04 GMT+0000 (Coordinated Universal Time) --><html data-wf-domain=\"www.runpod.io\" data-wf-page=\"69ce570adca53340abab8371\" data-wf-site=\"69ce570adca53340abab8376\" lang=\"en\"><head><meta charset=\"utf-8\"/><link href=\"https://cdn.prod.website-files.com\" rel=\"preconnect\" crossorigin=\"anonymous\"/><title>Not Found</title><meta content=\"The requested Runpod page could not be found. Return to Runpod to explore GPU cloud, serverless inference, and AI infrastructure resources.\" name=\"description\"/><meta content=\"Not Found\" property=\"og:title\"/><meta content=\"The requested Runpod page could not be found. Return to Runpod to explore GPU cloud, serverless inference, and AI infrastructure resources.\" property=\"og:description\"/><meta content=\"Not Fou"
          },
          {
            "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><!-- Last Published: Sun Jun 07 2026 22:45:04 GMT+0000 (Coordinated Universal Time) --><html data-wf-domain=\"www.runpod.io\" data-wf-page=\"69ce570adca53340abab8371\" data-wf-site=\"69ce570adca53340abab8376\" lang=\"en\"><head><meta charset=\"utf-8\"/><link href=\"https://cdn.prod.website-files.com\" rel=\"preconnect\" crossorigin=\"anonymous\"/><title>Not Found</title><meta content=\"The requested Runpod page could not be found. Return to Runpod to explore GPU cloud, serverless inference, and AI infrastructure resources.\" name=\"description\"/><meta content=\"Not Found\" property=\"og:title\"/><meta content=\"The requested Runpod page could not be found. Return to Runpod to explore GPU cloud, serverless inference, and AI infrastructure resources.\" property=\"og:description\"/><meta content=\"Not Fou"
          }
        ]
      },
      "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 DiscoverabilityContent ReadinessEstablished

Semantic HTML

Semantic HTML is missing or incomplete.

50 Fail

Needs attention

Semantic HTML

Failed check
01

Issue

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

Details

02

Why it matters

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

Check name

Semantic HTML

Score

0/100

Status

fail

Category

Content Readiness

Maturity

Established

Goal

Expose readable page structure through semantic HTML and accessible controls.

Result

Semantic HTML is missing or incomplete.

Evidence
{
  "main": true,
  "nav": true,
  "footer": true,
  "meaningfulH1": true,
  "headingOrder": true,
  "accessibleLinks": false,
  "accessibleButtons": false,
  "imageAltCoverage": true,
  "formAutocompleteCoverage": false,
  "details": {
    "inaccessibleLinks": [
      "<a href=\"/\" aria-current=\"page\" class=\"navbar_logo-link w-nav-brand w--current\"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"100%\" viewBox=\"0 0 907 206\" fill=\"none\" class=\"navbar2_logo\"><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M170.04 163.76C180.216 157.899 186.485 147.067 186.485 135.344L186.485 70.656C186.485 58.9334 180.216 48.1013 170.04 42.24L113.887 9.89597C103.71 4.03467 91.1731 4.03468 80.997 9.89598L24.8432 42.24C14.6671 48.1013 8.39844 58.9334 8.39844 70.656L8.39844 135.344C8"
    ],
    "inaccessibleButtons": [
      "<button class=\"splide__arrow splide__arrow--prev\"><div class=\"icon-embed-small\"><svg data-wf--arrow--variant=\"left\" xmlns=\"http://www.w3.org/2000/svg\" width=\"100%\" viewBox=\"0 0 14 15\" fill=\"none\" class=\"arrow-icon w-variant-58fbf777-2d11-e27e-d430-50d8c2e1b541\"><path d=\"M0.839966 8.11999H12.6M12.6 8.11999L6.71997 2.23999M12.6 8.11999L6.71997 14\" stroke=\"currentColor\" stroke-width=\"1.68\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/></svg></div></button>",
      "<button class=\"splide__arrow splide__arrow--next\"><div class=\"icon-embed-small\"><svg data-wf--arrow--variant=\"right\" xmlns=\"http://www.w3.org/2000/svg\" width=\"100%\" viewBox=\"0 0 14 15\" fill=\"none\" class=\"arrow-icon\"><path d=\"M0.839966 8.11999H12.6M12.6 8.11999L6.71997 2.23999M12.6 8.11999L6.71997 14\" stroke=\"currentColor\" stroke-width=\"1.68\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/></svg></div></button>",
      "<button class=\"splide__arrow splide__arrow--prev\"><div class=\"icon-embed-small\"><svg data-wf--arrow--variant=\"left\" xmlns=\"http://www.w3.org/2000/svg\" width=\"100%\" viewBox=\"0 0 14 15\" fill=\"none\" class=\"arrow-icon w-variant-58fbf777-2d11-e27e-d430-50d8c2e1b541\"><path d=\"M0.839966 8.11999H12.6M12.6 8.11999L6.71997 2.23999M12.6 8.11999L6.71997 14\" stroke=\"currentColor\" stroke-width=\"1.68\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/></svg></div></button>",
      "<button class=\"splide__arrow splide__arrow--next\"><div class=\"icon-embed-small\"><svg data-wf--arrow--variant=\"right\" xmlns=\"http://www.w3.org/2000/svg\" width=\"100%\" viewBox=\"0 0 14 15\" fill=\"none\" class=\"arrow-icon\"><path d=\"M0.839966 8.11999H12.6M12.6 8.11999L6.71997 2.23999M12.6 8.11999L6.71997 14\" stroke=\"currentColor\" stroke-width=\"1.68\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/></svg></div></button>"
    ],
    "missingAutocompleteInputs": [
      "<input class=\"form_input is-home w-input\" maxlength=\"256\" name=\"email\" data-name=\"Email\" pattern=\"^[A-Z0-9a-z._%+\\-]+@[A-Za-z0-9.\\-]+\\.[A-Za-z]{2,64}&#x24;\" placeholder=\"What&#x2019;s your work email?\" title=\"Enter a valid email address\" type=\"email\" id=\"email\" required>",
      "<input class=\"footer-form_input w-input\" maxlength=\"256\" name=\"Email\" data-name=\"Email\" aria-label=\"Your work email\" pattern=\"^[A-Z0-9a-z._%+\\-]+@[A-Za-z0-9.\\-]+\\.[A-Za-z]{2,64}&#x24;\" placeholder=\"Your work email\" title=\"Enter a valid email address.\" type=\"email\" id=\"footer-email\" required>"
    ],
    "imagesMissingAlt": [],
    "skippedHeadingLevels": []
  },
  "counts": {
    "h1": 1,
    "headings": 29,
    "links": 81,
    "inaccessibleLinks": 1,
    "buttons": 14,
    "inaccessibleButtons": 4,
    "images": 71,
    "imagesWithAlt": 71,
    "autocompleteInputs": 2,
    "inputsWithAutocomplete": 0,
    "missingAutocompleteInputs": 2
  }
}

AI DiscoverabilityContent ReadinessEstablished

Content freshness signals

Content freshness signals is partially implemented.

38 Warning

Needs attention

Content freshness signals

Warning
01

Issue

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

02

Why it matters

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

Check name

Content freshness signals

Score

25/100

Status

warning

Category

Content Readiness

Maturity

Established

Goal

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

Result

Content freshness signals is partially implemented.

Evidence
{
  "lastModified": "Mon, 08 Jun 2026 02:54:25 GMT",
  "schemaDates": [],
  "metaDateCount": 0,
  "timeDateCount": 0
}

AI DiscoverabilityBot Access ControlEstablished

AI bot rules in robots.txt

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

33 Fail

Needs attention

AI bot rules in robots.txt

Failed check
01

Issue

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

02

Why it matters

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

Check name

AI bot rules in robots.txt

Score

0/100

Status

fail

Category

Bot Access Control

Maturity

Established

Goal

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

Result

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

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

AI DiscoverabilityBot Access ControlInformational

Content Signal

Content Signal is missing or incomplete.

33 Fail

Needs attention

Content Signal

Failed check
01

Issue

No Content Signal found in robots.txt

02

Why it matters

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

Check name

Content Signal

Score

0/100

Status

fail

Category

Bot Access Control

Maturity

Informational

Goal

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

Result

Content Signal is missing or incomplete.

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

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

Agent Ease of UseSkill DiscoveryEmerging recommendation

A2A Agent Card

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

25 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": 88
          },
          {
            "path": "/.well-known/a2a/agent-card.json",
            "statusCode": 404,
            "contentType": "text/html; charset=utf-8",
            "length": 88
          },
          {
            "path": "/agent-card.json",
            "statusCode": 404,
            "contentType": "text/html; charset=utf-8",
            "length": 101894
          }
        ]
      },
      "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".

25 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": 88
          },
          {
            "path": "/.well-known/skills/index.json",
            "statusCode": 404,
            "contentType": "text/html; charset=utf-8",
            "length": 88
          }
        ]
      },
      "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".

25 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": 88
          },
          {
            "path": "/agent.json",
            "statusCode": 404,
            "contentType": "text/html; charset=utf-8",
            "length": 101894
          }
        ]
      },
      "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."
    }
  ]
}

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": "frame-ancestors 'self'"
}

Security & TrustSecurity & TrustEstablished

HSTS header

HSTS header is missing or incomplete.

25 Fail

Needs attention

HSTS header

Failed check
01

Issue

HSTS header is missing or incomplete.

02

Why it matters

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

Check name

HSTS header

Score

0/100

Status

fail

Category

Security & Trust

Maturity

Established

Goal

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

Result

HSTS header is missing or incomplete.

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

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

agents.json

agents.json failed at "Validate resource body".

13 Fail

Needs attention

agents.json

Failed check
01

Issue

Response is not valid JSON.

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

50/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 "Validate resource body".

Validation steps

  1. Validate resource body

    Response is not valid JSON.

Evidence
{
  "failedStep": "validate",
  "steps": [
    {
      "id": "fetch",
      "title": "Fetch discovery resource",
      "status": "pass",
      "evidence": {
        "path": "/agents.json",
        "statusCode": 200,
        "contentType": "application/json"
      }
    },
    {
      "id": "validate",
      "title": "Validate resource body",
      "status": "fail",
      "evidence": {
        "valid": false,
        "validJson": false,
        "compatibleContentType": true,
        "issue": "Response is not valid JSON.",
        "rawExcerpt": "\u001f�\b\u0000\u0000\u0000\u0000\u0000\u0000\u0003��#7�&�*B�\u0018�\u001b(��xg�+��݅��5�r�F�l\u0004\u0016����V*Ժ��}\f���'�'9`H�\f)(��R�\u0002f���R(�Grqq����\t�������:^]_i�<S\"@b�G����0��^\\�)�����+θ\u001e25d�=s��]�~������\r�i�s�e6��\u001e/F�\u0017W����W/��q\u0018-\"�\u0019���t�����tA/����i\u0016��,��u3�)>|��\u000eohvu�?�n������oC\u001c��L���#�Y=�a�G4{\u0019��o�\u000b�\f�\u0018P\t!\u0019z�V\u0018��v�,&�u$.m��|d1T̈́�7S��\u000eC��:�{�_�������j6����\u001eUs󾞏h\r��c\u0013���Ϳk���#���a����͜�\u001fl�d�E�`Mz��ۅ�\u001e��n������,����R\u001c6�\u0017v0v?����\u001e��y�����G��f��p�aN�ɼn�ˇz\u001fo\u0012X~�çv���\u0013�f���F������ߍ�Ʉ�?�鴎\u001b����|���f5�~���q����l�\u0017�h>H�t�7�?���|0\u000b8�A=��q<\u001f}~1�Q}W�qN�:�h\u0010��|�b��8��q�䶾�\u001d�o����v��\u000f>6��F\r���\u0016U�Ƙ��pO=�}�f�jI��\u001d��\u0018O�8xG�\u000f4\u001d�l��\\�%��\u0017W�՛^�?X������E\n8n�u�ѯ�����Y3�1�\u000b�t�y��xq�wMw�7Mq��!��\u0001���\u0006�Ri��~�9z�Q��H�HY\u0016��\n��^�\u0004W/�\u0012~�C3n�=3{�\u0014A\u0013�\f�KAQ�V\u0014��\u001f?V�v:���\u0004�$��������\bg���r?(=d�=��\u0002��{������_'1��6?8ƻ<����}C\u0001'�p���?\u0017�4�|����d)�Y�)�&�xV���[2�ߛq��w4�\u0003~�c3�^�o"
      },
      "issue": "Response is not valid JSON.",
      "howToFix": "If this site uses agents.json, publish JSON with an agents array containing name and url for each agent."
    }
  ]
}

Agent Ease of UseMCPInformational

WebMCP

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

13 Warning

Needs attention

WebMCP

Warning
01

Issue

WebMCP declarative annotations need fixes.

Details

02

Why it matters

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

Check name

WebMCP

Score

50/100

Status

warning

Category

MCP

Maturity

Informational

Goal

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

Result

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

Validation steps

  1. Detect data-mcp-tool annotations

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

  2. Detect WebMCP declarative tags

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

  3. Validate WebMCP declarative annotation quality

    WebMCP declarative annotations need fixes.

    WebMCP declarative annotation issues
    • <input name="email"> is missing tool-param-description.
    • <input> is missing a name attribute.
    • <input> is missing a label.
    • <input> is missing tool-param-description.
    • <input name="Email"> is missing tool-param-description.
    • <input> is missing a name attribute.
    • <input> is missing a label.
    • <input> is missing tool-param-description.
  4. Detect WebMCP imperative API usage

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

  5. Detect WebMCP browser navigator injection

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

  6. Interactive surface coverage

    Only 0% of interactive surfaces are annotated.

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

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

AIO: Source and trust signals

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

9 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": "/press",
      "text": "PressCompany news and media coverage.",
      "html": "<a href=\"/press\" class=\"navbar2_dropdown-link w-inline-block\"><div class=\"dropdown_link-heading\">Press</div><div class=\"dropdown_link-subheading\">Company news and media coverage.</div></a>"
    },
    {
      "href": "/about",
      "text": "AboutRedefining cloud compute with speed, scale, and innovation.",
      "html": "<a href=\"/about\" class=\"navbar2_dropdown-link w-inline-block\"><div class=\"dropdown_link-heading\">About</div><div class=\"dropdown_link-subheading\">Redefining cloud compute with speed, scale, and innovation.</div></a>"
    },
    {
      "href": "/product/serverless",
      "text": "Learn about autoscaling",
      "html": "<a target href=\"/product/serverless\" class=\"button w-variant-128884fe-aa55-ea31-af70-57201893ea7f w-inline-block\"><span class=\"button-text\">Learn about autoscaling</span><span aria-hidden=\"true\" class=\"icon-1x1-small\"><svg data-wf--arrow--variant=\"right\" xmlns=\"http://www.w3.org/2000/svg\" width=\"100%\" viewBox=\"0 0 14 15\" fill=\"none\" class=\"arrow-icon\"><path d=\"M0.839966 8.11999H12.6M12.6 8.11999L6.71997 2.23999M12.6 8.11999L6.71997 14\" stroke=\"currentColor\" stroke-width=\"1.68\" stroke-linecap=..."
    },
    {
      "href": "/product/serverless",
      "text": "Learn about always-on",
      "html": "<a target href=\"/product/serverless\" class=\"button w-variant-128884fe-aa55-ea31-af70-57201893ea7f w-inline-block\"><span class=\"button-text\">Learn about always-on</span><span aria-hidden=\"true\" class=\"icon-1x1-small\"><svg data-wf--arrow--variant=\"right\" xmlns=\"http://www.w3.org/2000/svg\" width=\"100%\" viewBox=\"0 0 14 15\" fill=\"none\" class=\"arrow-icon\"><path d=\"M0.839966 8.11999H12.6M12.6 8.11999L6.71997 2.23999M12.6 8.11999L6.71997 14\" stroke=\"currentColor\" stroke-width=\"1.68\" stroke-linecap=\"r..."
    },
    {
      "href": "/product/serverless",
      "text": "Learn about autoscaling",
      "html": "<a target href=\"/product/serverless\" class=\"button w-variant-128884fe-aa55-ea31-af70-57201893ea7f w-inline-block\"><span class=\"button-text\">Learn about autoscaling</span><span aria-hidden=\"true\" class=\"icon-1x1-small\"><svg data-wf--arrow--variant=\"right\" xmlns=\"http://www.w3.org/2000/svg\" width=\"100%\" viewBox=\"0 0 14 15\" fill=\"none\" class=\"arrow-icon\"><path d=\"M0.839966 8.11999H12.6M12.6 8.11999L6.71997 2.23999M12.6 8.11999L6.71997 14\" stroke=\"currentColor\" stroke-width=\"1.68\" stroke-linecap=..."
    },
    {
      "href": "/about",
      "text": "About",
      "html": "<a href=\"/about\" class=\"footer_link w-inline-block\"><div>About</div></a>"
    },
    {
      "href": "https://www.linkedin.com/company/runpod-io/",
      "text": "",
      "html": "<a aria-label=\"Visit Runpod&apos;s Linkedin (opens in a new tab)\" href=\"https://www.linkedin.com/company/runpod-io/\" target=\"_blank\" class=\"uui-footer05_social-link w-inline-block\"><div class=\"uui-footer05_social-icon w-embed\"><svg xmlns:xlink=\"http://www.w3.org/1999/xlink\" xmlns=\"http://www.w3.org/2000/svg\" width=\"21\" height=\"21\" viewBox=\"0 0 21 21\" fill=\"none\" role=\"none\"> <path d=\"M4.08655 0.0390625C1.93126 0.0390625 0.167282 1.80299 0.167282 3.95832V16.1205C0.167282 18.2757 1.93121 20.039..."
    }
  ],
  "contactLinks": [
    {
      "href": "https://contact.runpod.io/hc/en-us",
      "text": "Contact",
      "html": "<a href=\"https://contact.runpod.io/hc/en-us\" target=\"_blank\" class=\"footer_link w-inline-block\"><div>Contact</div><div class=\"icon-embed-small w-embed\"><svg xmlns:xlink=\"http://www.w3.org/1999/xlink\" xmlns=\"http://www.w3.org/2000/svg\" width=\"11\" height=\"11\" viewBox=\"0 0 11 11\" fill=\"none\" role=\"none\"> <path d=\"M10 10.2891V1.28906H1M9.35714 1.93192L1 10.2891\" stroke=\"currentColor\" stroke-width=\"1.25px\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-opacity=\"0.7\" fill=\"none\"/> </svg></di..."
    }
  ],
  "privacyLinks": [
    {
      "href": "/legal/terms-of-service",
      "text": "Terms of Service",
      "html": "<a role=\"listitem\" href=\"/legal/terms-of-service\" class=\"uui-footer05_legal-link\">Terms of Service</a>"
    },
    {
      "href": "/legal/privacy-policy",
      "text": "Privacy Policy",
      "html": "<a role=\"listitem\" href=\"/legal/privacy-policy\" class=\"uui-footer05_legal-link\">Privacy Policy</a>"
    }
  ],
  "score": 40,
  "weight": 20
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

AEO: Answer evidence and trust

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

6 Fail

Needs attention

AEO: Answer evidence and trust

Failed check
01

Issue

Missing AIO trust signals: author, publisher, freshnessDate.

Details

02

Why it matters

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

Check name

AEO: Answer evidence and trust

Score

40/100

Status

fail

Category

GEO, AIO & AEO

Maturity

Emerging recommendation

Goal

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

Result

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

Evidence
{
  "signals": {
    "author": false,
    "publisher": false,
    "freshnessDate": false,
    "aboutOrContact": true,
    "policyLinks": true
  },
  "missing": [
    "author",
    "publisher",
    "freshnessDate"
  ],
  "authorMeta": "",
  "schemaAuthors": [],
  "schemaPublishers": [],
  "schemaDates": [],
  "visibleDates": [],
  "aboutLinks": [
    {
      "href": "/press",
      "text": "PressCompany news and media coverage.",
      "html": "<a href=\"/press\" class=\"navbar2_dropdown-link w-inline-block\"><div class=\"dropdown_link-heading\">Press</div><div class=\"dropdown_link-subheading\">Company news and media coverage.</div></a>"
    },
    {
      "href": "/about",
      "text": "AboutRedefining cloud compute with speed, scale, and innovation.",
      "html": "<a href=\"/about\" class=\"navbar2_dropdown-link w-inline-block\"><div class=\"dropdown_link-heading\">About</div><div class=\"dropdown_link-subheading\">Redefining cloud compute with speed, scale, and innovation.</div></a>"
    },
    {
      "href": "/product/serverless",
      "text": "Learn about autoscaling",
      "html": "<a target href=\"/product/serverless\" class=\"button w-variant-128884fe-aa55-ea31-af70-57201893ea7f w-inline-block\"><span class=\"button-text\">Learn about autoscaling</span><span aria-hidden=\"true\" class=\"icon-1x1-small\"><svg data-wf--arrow--variant=\"right\" xmlns=\"http://www.w3.org/2000/svg\" width=\"100%\" viewBox=\"0 0 14 15\" fill=\"none\" class=\"arrow-icon\"><path d=\"M0.839966 8.11999H12.6M12.6 8.11999L6.71997 2.23999M12.6 8.11999L6.71997 14\" stroke=\"currentColor\" stroke-width=\"1.68\" stroke-linecap=..."
    },
    {
      "href": "/product/serverless",
      "text": "Learn about always-on",
      "html": "<a target href=\"/product/serverless\" class=\"button w-variant-128884fe-aa55-ea31-af70-57201893ea7f w-inline-block\"><span class=\"button-text\">Learn about always-on</span><span aria-hidden=\"true\" class=\"icon-1x1-small\"><svg data-wf--arrow--variant=\"right\" xmlns=\"http://www.w3.org/2000/svg\" width=\"100%\" viewBox=\"0 0 14 15\" fill=\"none\" class=\"arrow-icon\"><path d=\"M0.839966 8.11999H12.6M12.6 8.11999L6.71997 2.23999M12.6 8.11999L6.71997 14\" stroke=\"currentColor\" stroke-width=\"1.68\" stroke-linecap=\"r..."
    },
    {
      "href": "/product/serverless",
      "text": "Learn about autoscaling",
      "html": "<a target href=\"/product/serverless\" class=\"button w-variant-128884fe-aa55-ea31-af70-57201893ea7f w-inline-block\"><span class=\"button-text\">Learn about autoscaling</span><span aria-hidden=\"true\" class=\"icon-1x1-small\"><svg data-wf--arrow--variant=\"right\" xmlns=\"http://www.w3.org/2000/svg\" width=\"100%\" viewBox=\"0 0 14 15\" fill=\"none\" class=\"arrow-icon\"><path d=\"M0.839966 8.11999H12.6M12.6 8.11999L6.71997 2.23999M12.6 8.11999L6.71997 14\" stroke=\"currentColor\" stroke-width=\"1.68\" stroke-linecap=..."
    },
    {
      "href": "/about",
      "text": "About",
      "html": "<a href=\"/about\" class=\"footer_link w-inline-block\"><div>About</div></a>"
    },
    {
      "href": "https://www.linkedin.com/company/runpod-io/",
      "text": "",
      "html": "<a aria-label=\"Visit Runpod&apos;s Linkedin (opens in a new tab)\" href=\"https://www.linkedin.com/company/runpod-io/\" target=\"_blank\" class=\"uui-footer05_social-link w-inline-block\"><div class=\"uui-footer05_social-icon w-embed\"><svg xmlns:xlink=\"http://www.w3.org/1999/xlink\" xmlns=\"http://www.w3.org/2000/svg\" width=\"21\" height=\"21\" viewBox=\"0 0 21 21\" fill=\"none\" role=\"none\"> <path d=\"M4.08655 0.0390625C1.93126 0.0390625 0.167282 1.80299 0.167282 3.95832V16.1205C0.167282 18.2757 1.93121 20.039..."
    }
  ],
  "contactLinks": [
    {
      "href": "https://contact.runpod.io/hc/en-us",
      "text": "Contact",
      "html": "<a href=\"https://contact.runpod.io/hc/en-us\" target=\"_blank\" class=\"footer_link w-inline-block\"><div>Contact</div><div class=\"icon-embed-small w-embed\"><svg xmlns:xlink=\"http://www.w3.org/1999/xlink\" xmlns=\"http://www.w3.org/2000/svg\" width=\"11\" height=\"11\" viewBox=\"0 0 11 11\" fill=\"none\" role=\"none\"> <path d=\"M10 10.2891V1.28906H1M9.35714 1.93192L1 10.2891\" stroke=\"currentColor\" stroke-width=\"1.25px\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-opacity=\"0.7\" fill=\"none\"/> </svg></di..."
    }
  ],
  "privacyLinks": [
    {
      "href": "/legal/terms-of-service",
      "text": "Terms of Service",
      "html": "<a role=\"listitem\" href=\"/legal/terms-of-service\" class=\"uui-footer05_legal-link\">Terms of Service</a>"
    },
    {
      "href": "/legal/privacy-policy",
      "text": "Privacy Policy",
      "html": "<a role=\"listitem\" href=\"/legal/privacy-policy\" class=\"uui-footer05_legal-link\">Privacy Policy</a>"
    }
  ],
  "score": 40,
  "weight": 22
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

AEO: Answer-first sections

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

5 Warning

Needs attention

AEO: Answer-first sections

Warning
01

Issue

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

Details

02

Why it matters

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

Check name

AEO: Answer-first sections

Score

65/100

Status

warning

Category

GEO, AIO & AEO

Maturity

Emerging recommendation

Goal

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

Result

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

Evidence
{
  "sectionCount": 28,
  "passing": 0,
  "failing": [
    {
      "heading": "Runpod launches Flash",
      "headingHtml": "<h2 class=\"heading-style-h2\">Runpod launches Flash</h2>",
      "firstParagraph": "What’s new",
      "paragraphHtml": "<p class=\"section-tag-text\">What&#x2019;s new</p>",
      "words": 3,
      "direct": false,
      "issue": "First paragraph is 3 words and does not look like a concise direct answer."
    },
    {
      "heading": "The Chips Got Faster. The Stack Didn't.",
      "headingHtml": "<h3 class=\"whats-new_card-title\">The Chips Got Faster. The Stack Didn&apos;t.</h3>",
      "firstParagraph": "The bottleneck has moved.",
      "paragraphHtml": "<p class=\"text-color-secondary max-width-medium\">The bottleneck has moved.</p>",
      "words": 4,
      "direct": false,
      "issue": "First paragraph is 4 words and does not look like a concise direct answer."
    },
    {
      "heading": "Multi-Instance GPUs on Runpod: Stop Paying for Compute You Don't Need",
      "headingHtml": "<h3 class=\"whats-new_card-title\">Multi-Instance GPUs on Runpod: Stop Paying for Compute You Don&apos;t Need</h3>",
      "firstParagraph": "With MIG, we can partition RTX 6000 Pro cards into isolated 24 GB instances. Here's when it makes sense for your workloads.",
      "paragraphHtml": "<p class=\"text-color-secondary max-width-medium\">With MIG, we can partition RTX 6000 Pro cards into isolated 24 GB instances. Here&apos;s when it makes sense for your workloads.</p>",
      "words": 22,
      "direct": false,
      "issue": "First paragraph is 22 words and does not look like a concise direct answer."
    },
    {
      "heading": "State of AI infrastructure report",
      "headingHtml": "<h2 class=\"heading-style-h2\">State of AI infrastructure report</h2>",
      "firstParagraph": "Solution",
      "paragraphHtml": "<p class=\"section-tag-text\">Solution</p>",
      "words": 1,
      "direct": false,
      "issue": "First paragraph is 1 words and does not look like a concise direct answer."
    },
    {
      "heading": "One platform. Full lifecycle.",
      "headingHtml": "<h2 class=\"heading-style-h2\">One platform. Full lifecycle.</h2>",
      "firstParagraph": "Go from experiment to production without replatforming. Pods, Serverless, and Clusters — all in one account.",
      "paragraphHtml": "<p class=\"section-subheading max-width-medium\">Go from experiment to production without replatforming. Pods, Serverless, and Clusters &#x2014; all in one account.</p>",
      "words": 15,
      "direct": false,
      "issue": "First paragraph is 15 words and does not look like a concise direct answer."
    },
    {
      "heading": "Launch a GPU pod in seconds.",
      "headingHtml": "<h3 class=\"heading-style-h4\">Launch a GPU pod in seconds.</h3>",
      "firstParagraph": "Spin up a fully-loaded, GPU-enabled environment in under a minute. From B200s to RTX 4090s, Runpod supports over 30 GPU SKUs.",
      "paragraphHtml": "<p class=\"text-color-secondary\">Spin up a fully-loaded, GPU-enabled environment in under a minute. From B200s to RTX 4090s, Runpod supports over 30 GPU SKUs.</p>",
      "words": 21,
      "direct": false,
      "issue": "First paragraph is 21 words and does not look like a concise direct answer."
    },
    {
      "heading": "Deploy globally with a few clicks.",
      "headingHtml": "<h3 class=\"heading-style-h4\">Deploy globally with a few clicks.</h3>",
      "firstParagraph": "Run workloads across 8+ regions worldwide, with low-latency performance and global reliability.",
      "paragraphHtml": "<p class=\"text-color-secondary\">Run workloads across 8+ regions worldwide, with low-latency performance and global reliability.</p>",
      "words": 12,
      "direct": false,
      "issue": "First paragraph is 12 words and does not look like a concise direct answer."
    },
    {
      "heading": "Scale on autopilot with Serverless.",
      "headingHtml": "<h3 class=\"heading-style-h4\">Scale on autopilot with Serverless.</h3>",
      "firstParagraph": "From 0 to 100 compute workers, adapting to your workload in real-time—only pay for what you use.",
      "paragraphHtml": "<p class=\"text-color-secondary\">From 0 to 100 compute workers, adapting to your workload in real-time&#x2014;only pay for what you use.</p>",
      "words": 18,
      "direct": false,
      "issue": "First paragraph is 18 words and does not look like a concise direct answer."
    },
    {
      "heading": "Go from experiment to production in one flow.",
      "headingHtml": "<h2 class=\"heading-style-h2\">Go from experiment to production in one flow.</h2>",
      "firstParagraph": "One account. No migrations between stages.",
      "paragraphHtml": "<p class=\"section-subheading\">One account. No migrations between stages.</p>",
      "words": 6,
      "direct": false,
      "issue": "First paragraph is 6 words and does not look like a concise direct answer."
    },
    {
      "heading": "Spin up",
      "headingHtml": "<h3 class=\"heading-style-h4\">Spin up</h3>",
      "firstParagraph": "GPU environment in under 30 seconds. 30+ GPU SKUs, 31 global regions.",
      "paragraphHtml": "<p class=\"text-size-medium text-color-secondary\">GPU environment in under 30 seconds. 30+ GPU SKUs, 31 global regions.</p>",
      "words": 12,
      "direct": false,
      "issue": "First paragraph is 12 words and does not look like a concise direct answer."
    },
    {
      "heading": "Build",
      "headingHtml": "<h3 class=\"heading-style-h4\">Build</h3>",
      "firstParagraph": "Train models, fine-tune, process data. Your containers, your framework, your code.",
      "paragraphHtml": "<p class=\"text-size-medium text-color-secondary\">Train models, fine-tune, process data. Your containers, your framework, your code.</p>",
      "words": 11,
      "direct": false,
      "issue": "First paragraph is 11 words and does not look like a concise direct answer."
    },
    {
      "heading": "Deploy",
      "headingHtml": "<h3 class=\"heading-style-h4\">Deploy</h3>",
      "firstParagraph": "Write your handler. Push to Serverless. Live inference endpoint, auto-scaling, zero idle cost.",
      "paragraphHtml": "<p class=\"text-size-medium text-color-secondary\">Write your handler. Push to Serverless. Live inference endpoint, auto-scaling, zero idle cost.</p>",
      "words": 13,
      "direct": false,
      "issue": "First paragraph is 13 words and does not look like a concise direct answer."
    },
    {
      "heading": "Scale",
      "headingHtml": "<h3 class=\"heading-style-h4\">Scale</h3>",
      "firstParagraph": "0 to hundreds of concurrent workers in under 250ms.",
      "paragraphHtml": "<p class=\"text-size-medium text-color-secondary\">0 to hundreds of concurrent workers in under 250ms.</p>",
      "words": 9,
      "direct": false,
      "issue": "First paragraph is 9 words and does not look like a concise direct answer."
    },
    {
      "heading": "Enterprise grade uptime.",
      "headingHtml": "<h3 class=\"heading-style-h4\">Enterprise grade uptime.</h3>",
      "firstParagraph": "Runpod handles failovers, ensuring your workloads run smoothly—even when resources don’t.",
      "paragraphHtml": "<p class=\"text-size-medium text-color-secondary\">Runpod handles failovers, ensuring your workloads run smoothly&#x2014;even when resources don&#x2019;t.</p>",
      "words": 13,
      "direct": false,
      "issue": "First paragraph is 13 words and does not look like a concise direct answer."
    },
    {
      "heading": "Managed orchestration.",
      "headingHtml": "<h3 class=\"heading-style-h4\">Managed orchestration.</h3>",
      "firstParagraph": "Runpod Serverless queues and distributes tasks seamlessly, saving you from building orchestration systems.",
      "paragraphHtml": "<p class=\"text-size-medium text-color-secondary\">Runpod Serverless queues and distributes tasks seamlessly, saving you from building orchestration systems.</p>",
      "words": 13,
      "direct": false,
      "issue": "First paragraph is 13 words and does not look like a concise direct answer."
    },
    {
      "heading": "Real-time logs.",
      "headingHtml": "<h3 class=\"heading-style-h4\">Real-time logs.</h3>",
      "firstParagraph": "Get real-time logs, monitoring, and metrics—no custom frameworks required.",
      "paragraphHtml": "<p class=\"text-size-medium text-color-secondary\">Get real-time logs, monitoring, and metrics&#x2014;no custom frameworks required.</p>",
      "words": 10,
      "direct": false,
      "issue": "First paragraph is 10 words and does not look like a concise direct answer."
    },
    {
      "heading": "Production inference without the warm-up tax.",
      "headingHtml": "<h2 class=\"heading-style-h2 text-wrap-balance\">Production inference without the warm-up tax.</h2>",
      "firstParagraph": "Most serverless GPU options make you choose: pay for idle capacity, or eat cold-start latency. Runpod Serverless does neither.",
      "paragraphHtml": "<p class=\"section-subheading max-width-medium\">Most serverless GPU options make you choose: pay for idle capacity, or eat cold-start latency. Runpod Serverless does neither.</p>",
      "words": 19,
      "direct": false,
      "issue": "First paragraph is 19 words and does not look like a concise direct answer."
    },
    {
      "heading": "Autoscale in seconds",
      "headingHtml": "<h3 class=\"heading-style-h3\">Autoscale in seconds</h3>",
      "firstParagraph": "0 to thousands of workers. Automatically. No config files.",
      "paragraphHtml": "<p class=\"text-size-medium text-color-secondary\">0 to thousands of workers. Automatically. No config files.</p>",
      "words": 9,
      "direct": false,
      "issue": "First paragraph is 9 words and does not look like a concise direct answer."
    },
    {
      "heading": "Sub-200ms cold starts",
      "headingHtml": "<h3 class=\"heading-style-h3\">Sub-200ms cold starts</h3>",
      "firstParagraph": "FlashBoot eliminates warm-up engineering. Sub-200ms.",
      "paragraphHtml": "<p class=\"text-size-medium text-color-secondary\">FlashBoot eliminates warm-up engineering. Sub-200ms.</p>",
      "words": 5,
      "direct": false,
      "issue": "First paragraph is 5 words and does not look like a concise direct answer."
    },
    {
      "heading": "Zero idle cost",
      "headingHtml": "<h3 class=\"heading-style-h3\">Zero idle cost</h3>",
      "firstParagraph": "Your endpoint costs nothing when it's not running.",
      "paragraphHtml": "<p class=\"text-size-medium text-color-secondary\">Your endpoint costs nothing when it&apos;s not running.</p>",
      "words": 8,
      "direct": false,
      "issue": "First paragraph is 8 words and does not look like a concise direct answer."
    },
    {
      "heading": "Persistent network storage",
      "headingHtml": "<h3 class=\"heading-style-h3\">Persistent network storage</h3>",
      "firstParagraph": "Full AI pipelines, no egress fees.",
      "paragraphHtml": "<p class=\"text-size-medium text-color-secondary\">Full AI pipelines, no egress fees.</p>",
      "words": 6,
      "direct": false,
      "issue": "First paragraph is 6 words and does not look like a concise direct answer."
    },
    {
      "heading": "In production. At scale.",
      "headingHtml": "<h2 class=\"heading-style-h2\">In production. At scale.</h2>",
      "firstParagraph": "\"All of these projects, the renders for AMD, the Coca-Cola builds, that has to do with scalability. If we can't scale, we can't deliver. Runpod makes that possible.\"",
      "paragraphHtml": "<p class=\"cstudy_quote\">&quot;All of these projects, the renders for AMD, the Coca-Cola builds, that has to do with scalability. If we can&apos;t scale, we can&apos;t deliver. Runpod makes that possible.&quot;</p>",
      "words": 28,
      "direct": false,
      "issue": "First paragraph is 28 words and does not look like a concise direct answer."
    },
    {
      "heading": "Get more done for every dollar.",
      "headingHtml": "<h2 class=\"heading-style-h2\">Get more done for every dollar.</h2>",
      "firstParagraph": "More throughput, faster scaling, and higher efficiency—with Runpod, every dollar works harder.",
      "paragraphHtml": "<p class=\"text-size-medium text-color-secondary text-wrap-balance\">More throughput, faster scaling, and higher efficiency&#x2014;with Runpod, every dollar works harder.</p>",
      "words": 13,
      "direct": false,
      "issue": "First paragraph is 13 words and does not look like a concise direct answer."
    },
    {
      "heading": "Enterprise-grade from day one",
      "headingHtml": "<h2 class=\"heading-style-h2 text-wrap-balance\">Enterprise-grade from day one</h2>",
      "firstParagraph": "Built for scale, secured for trust, and designed to meet your most demanding needs.",
      "paragraphHtml": "<p class=\"section-subheading\">Built for scale, secured for trust, and designed &#xa0;to meet your most demanding needs.</p>",
      "words": 14,
      "direct": false,
      "issue": "First paragraph is 14 words and does not look like a concise direct answer."
    },
    {
      "heading": "99.9% Uptime",
      "headingHtml": "<h3 class=\"heading-style-h5 is-gradient\">99.9% Uptime</h3>",
      "firstParagraph": "Run critical workloads with confidence, backed by industry-leading reliability.",
      "paragraphHtml": "<p class=\"text-color-secondary\">Run critical workloads with confidence, backed by industry-leading reliability.</p>",
      "words": 9,
      "direct": false,
      "issue": "First paragraph is 9 words and does not look like a concise direct answer."
    },
    {
      "heading": "Secure by default",
      "headingHtml": "<h3 class=\"heading-style-h5 is-gradient\">Secure by default</h3>",
      "firstParagraph": "Independently audited SOC 2 Type II compliance for end-to-end data protection.",
      "paragraphHtml": "<p class=\"text-color-secondary\">Independently audited SOC 2 Type II compliance for end-to-end data protection.</p>",
      "words": 11,
      "direct": false,
      "issue": "First paragraph is 11 words and does not look like a concise direct answer."
    },
    {
      "heading": "Scale to thousandsof GPUs",
      "headingHtml": "<h3 class=\"heading-style-h5 is-gradient\">Scale to thousands<br>of GPUs</h3>",
      "firstParagraph": "Adapt instantly to demand with infrastructure that grows with you.",
      "paragraphHtml": "<p class=\"text-color-secondary\">Adapt instantly to demand with infrastructure that grows with you.</p>",
      "words": 10,
      "direct": false,
      "issue": "First paragraph is 10 words and does not look like a concise direct answer."
    },
    {
      "heading": "The AI developer cloud.",
      "headingHtml": "<h2 class=\"heading-style-h2\">The AI developer cloud.</h2>",
      "firstParagraph": "No replatforming. No lock-in. No hyperscaler tax. Ready when you are.",
      "paragraphHtml": "<p class=\"section-subheading cta-subheading\">No replatforming. No lock-in. No hyperscaler tax. Ready when you are.</p>",
      "words": 11,
      "direct": false,
      "issue": "First paragraph is 11 words and does not look like a concise direct answer."
    }
  ],
  "score": 65,
  "weight": 28
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

AEO: Question-led structure

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

4 Warning

Needs attention

AEO: Question-led structure

Warning
01

Issue

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

Details

02

Why it matters

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

Check name

AEO: Question-led structure

Score

50/100

Status

warning

Category

GEO, AIO & AEO

Maturity

Emerging recommendation

Goal

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

Result

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

Evidence
{
  "h2Count": 9,
  "questionH2s": [],
  "hasFaq": false,
  "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.

4 Warning

Needs attention

GEO: Explanatory content depth

Warning
01

Issue

1 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": 1,
  "citablePassages": 0,
  "failingCandidateParagraphs": [
    {
      "index": 28,
      "heading": "H2: In production. At scale.",
      "text": "\"Runpod has allowed the team to focus more on the features that are core to our product and that are within our skill set, rather than spending time focusing on infrastructure, which can sometimes be a bit of a distraction.”",
      "words": 40,
      "hasEvidence": false,
      "reasons": [
        "Too short for a citation-ready passage (40 words; target 80-220).",
        "Missing a named source, statistic, date, percentage, report, or other evidence signal."
      ],
      "html": "<p class=\"cstudy_quote\">&quot;Runpod has allowed the team to focus more on the features that are core to our product and that are within our skill set, rather than spending time focusing on infrastructure, which can sometimes be a bit of a distraction.&#x201d;</p>"
    }
  ],
  "citableParagraphs": [],
  "score": 75,
  "weight": 18
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

GEO: Extraction-friendly structure

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

3 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, optional visible FAQ or FAQPage schema.

Details

02

Why it matters

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

Check name

GEO: Extraction-friendly structure

Score

85/100

Status

warning

Category

GEO, AIO & AEO

Maturity

Emerging recommendation

Goal

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

Result

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

Evidence
{
  "hasSummary": false,
  "tableCount": 0,
  "tablesWithHead": 0,
  "tablesMissingThead": [],
  "orderedLists": 0,
  "hasFaq": false,
  "definitionPatterns": 3,
  "schemaBlocks": 2,
  "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",
    "optional visible FAQ or FAQPage schema"
  ],
  "score": 85,
  "weight": 24
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

AIO: Page experience for AIO

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

2 Warning

Needs attention

AIO: Page experience for AIO

Warning
01

Issue

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

Details

02

Why it matters

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

Check name

AIO: Page experience for AIO

Score

70/100

Status

warning

Category

GEO, AIO & AEO

Maturity

Emerging recommendation

Goal

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

Result

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

Evidence
{
  "viewportContent": "width=device-width, initial-scale=1",
  "visibleWords": 1129,
  "htmlBytes": 192559,
  "imagesMissingDimensions": [
    {
      "src": "https://cdn.prod.website-files.com/69de1fe580cd645a46bb3cf1/69de2286530a8ba9a53beec3_69de2214ad54818f797a1eba_civitai.svg",
      "width": "",
      "height": "60",
      "loading": "eager",
      "html": "<img alt=\"Civit AI\" height=\"60\" src=\"https://cdn.prod.website-files.com/69de1fe580cd645a46bb3cf1/69de2286530a8ba9a53beec3_69de2214ad54818f797a1eba_civitai.svg\" loading=\"eager\" class=\"logo_logo\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/69de1fe580cd645a46bb3cf1/69de2287530a8ba9a53beeda_69de2214c89d5e3522243345_cognition.svg",
      "width": "",
      "height": "60",
      "loading": "eager",
      "html": "<img alt=\"Cognition\" height=\"60\" src=\"https://cdn.prod.website-files.com/69de1fe580cd645a46bb3cf1/69de2287530a8ba9a53beeda_69de2214c89d5e3522243345_cognition.svg\" loading=\"eager\" class=\"logo_logo\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/69de1fe580cd645a46bb3cf1/69e8c4fb98a853d988a89881_69de2287530a8ba9a53beef1_69de2214bdffe1d2ceaf2030_cursor.svg",
      "width": "",
      "height": "60",
      "loading": "eager",
      "html": "<img alt=\"Cursor\" height=\"60\" src=\"https://cdn.prod.website-files.com/69de1fe580cd645a46bb3cf1/69e8c4fb98a853d988a89881_69de2287530a8ba9a53beef1_69de2214bdffe1d2ceaf2030_cursor.svg\" loading=\"eager\" class=\"logo_logo\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/69de1fe580cd645a46bb3cf1/69de2286530a8ba9a53beebb_69de2214f03a2f20a6d77fa4_huggingface.svg",
      "width": "",
      "height": "60",
      "loading": "eager",
      "html": "<img alt=\"Hugging Face\" height=\"60\" src=\"https://cdn.prod.website-files.com/69de1fe580cd645a46bb3cf1/69de2286530a8ba9a53beebb_69de2214f03a2f20a6d77fa4_huggingface.svg\" loading=\"eager\" class=\"logo_logo\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/69de1fe580cd645a46bb3cf1/69de2286530a8ba9a53beec9_69de2214fffd9c55242f86df_magic.svg",
      "width": "",
      "height": "60",
      "loading": "eager",
      "html": "<img alt=\"Magic\" height=\"60\" src=\"https://cdn.prod.website-files.com/69de1fe580cd645a46bb3cf1/69de2286530a8ba9a53beec9_69de2214fffd9c55242f86df_magic.svg\" loading=\"eager\" class=\"logo_logo\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/69de1fe580cd645a46bb3cf1/69de2286530a8ba9a53beecc_69de2214a985341f9eea4651_otovo.svg",
      "width": "",
      "height": "60",
      "loading": "eager",
      "html": "<img alt=\"Otovo\" height=\"60\" src=\"https://cdn.prod.website-files.com/69de1fe580cd645a46bb3cf1/69de2286530a8ba9a53beecc_69de2214a985341f9eea4651_otovo.svg\" loading=\"eager\" class=\"logo_logo\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/69de1fe580cd645a46bb3cf1/69de2287530a8ba9a53beed3_69de22144fcab52b786c5dc8_perplexity.svg",
      "width": "",
      "height": "60",
      "loading": "eager",
      "html": "<img alt=\"Perplexity\" height=\"60\" src=\"https://cdn.prod.website-files.com/69de1fe580cd645a46bb3cf1/69de2287530a8ba9a53beed3_69de22144fcab52b786c5dc8_perplexity.svg\" loading=\"eager\" class=\"logo_logo\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/69de1fe580cd645a46bb3cf1/69de2287530a8ba9a53beed6_69de2214655635fcba5af8c5_replit.svg",
      "width": "",
      "height": "60",
      "loading": "eager",
      "html": "<img alt=\"Replit\" height=\"60\" src=\"https://cdn.prod.website-files.com/69de1fe580cd645a46bb3cf1/69de2287530a8ba9a53beed6_69de2214655635fcba5af8c5_replit.svg\" loading=\"eager\" class=\"logo_logo\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/69ce570adca53340abab8376/69cfe3cbae080603816c6b69_680bdd6f4e2537aa58f58c70_glow-medium.avif",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/69ce570adca53340abab8376/69cfe3cbae080603816c6b69_680bdd6f4e2537aa58f58c70_glow-medium.avif\" loading=\"lazy\" sizes=\"(max-width: 680px) 100vw, 680px\" srcset=\"https://cdn.prod.website-files.com/69ce570adca53340abab8376/69cfe3cbae080603816c6b69_680bdd6f4e2537aa58f58c70_glow-medium-p-500.avif 500w, https://cdn.prod.website-files.com/69ce570adca53340abab8376/69cfe3cbae080603816c6b69_680bdd6f4e2537aa58f58c70_glow-medium.avif 680w\" alt class=\"feature_image..."
    },
    {
      "src": "https://cdn.prod.website-files.com/69ce570adca53340abab8376/69cfe3cbae080603816c6b69_680bdd6f4e2537aa58f58c70_glow-medium.avif",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/69ce570adca53340abab8376/69cfe3cbae080603816c6b69_680bdd6f4e2537aa58f58c70_glow-medium.avif\" loading=\"lazy\" sizes=\"(max-width: 680px) 100vw, 680px\" srcset=\"https://cdn.prod.website-files.com/69ce570adca53340abab8376/69cfe3cbae080603816c6b69_680bdd6f4e2537aa58f58c70_glow-medium-p-500.avif 500w, https://cdn.prod.website-files.com/69ce570adca53340abab8376/69cfe3cbae080603816c6b69_680bdd6f4e2537aa58f58c70_glow-medium.avif 680w\" alt class=\"feature_image..."
    },
    {
      "src": "https://cdn.prod.website-files.com/69ce570adca53340abab8376/69cfe3cbae080603816c6b69_680bdd6f4e2537aa58f58c70_glow-medium.avif",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/69ce570adca53340abab8376/69cfe3cbae080603816c6b69_680bdd6f4e2537aa58f58c70_glow-medium.avif\" loading=\"lazy\" sizes=\"(max-width: 680px) 100vw, 680px\" srcset=\"https://cdn.prod.website-files.com/69ce570adca53340abab8376/69cfe3cbae080603816c6b69_680bdd6f4e2537aa58f58c70_glow-medium-p-500.avif 500w, https://cdn.prod.website-files.com/69ce570adca53340abab8376/69cfe3cbae080603816c6b69_680bdd6f4e2537aa58f58c70_glow-medium.avif 680w\" alt class=\"feature_image..."
    },
    {
      "src": "https://cdn.prod.website-files.com/69ce570adca53340abab8376/69cfe3cbae080603816c6b69_680bdd6f4e2537aa58f58c70_glow-medium.avif",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/69ce570adca53340abab8376/69cfe3cbae080603816c6b69_680bdd6f4e2537aa58f58c70_glow-medium.avif\" loading=\"lazy\" sizes=\"(max-width: 680px) 100vw, 680px\" srcset=\"https://cdn.prod.website-files.com/69ce570adca53340abab8376/69cfe3cbae080603816c6b69_680bdd6f4e2537aa58f58c70_glow-medium-p-500.avif 500w, https://cdn.prod.website-files.com/69ce570adca53340abab8376/69cfe3cbae080603816c6b69_680bdd6f4e2537aa58f58c70_glow-medium.avif 680w\" alt class=\"feature_image..."
    },
    {
      "src": "https://cdn.prod.website-files.com/69ce570adca53340abab8376/69df3777f96b96b86ab03b85_Background%20Stars.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img loading=\"lazy\" src=\"https://cdn.prod.website-files.com/69ce570adca53340abab8376/69df3777f96b96b86ab03b85_Background%20Stars.svg\" alt class=\"cta-background\">"
    }
  ],
  "possibleDialogs": [
    "<div id=\"hubspot_modal-wrapper\" role=\"dialog\" aria-modal=\"true\" aria-hidden=\"true\" aria-label=\"Contact form\" class=\"hubspot_modal-wrapper\"><div class=\"hubspot_modal\"><button aria-label=\"Close modal\" class=\"hubspot-close\"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"100%\" viewBox=\"0 0 16 16\" fill=\"none\" class=\"icon-embed-xsmall\"><g clip-path=\"url(#clip0_4374_1182)\" fill=\"none\"><path d=\"M9.89914 8.00036L15.8418 2.05813C16.0527 1.84711 16.0527 1.50563 15.8418 1.29468L14.706 0.158544C14.6049 0....",
    "<div class=\"hubspot_modal\"><button aria-label=\"Close modal\" class=\"hubspot-close\"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"100%\" viewBox=\"0 0 16 16\" fill=\"none\" class=\"icon-embed-xsmall\"><g clip-path=\"url(#clip0_4374_1182)\" fill=\"none\"><path d=\"M9.89914 8.00036L15.8418 2.05813C16.0527 1.84711 16.0527 1.50563 15.8418 1.29468L14.706 0.158544C14.6049 0.0574621 14.4676 0.000549316 14.3243 0.000549316C14.181 0.000549316 14.0438 0.0574621 13.9426 0.158544L8.00001 6.10123L2.05739 0.158544C1.95...",
    "<div id=\"video-modal\" role=\"dialog\" aria-modal=\"true\" aria-labelledby=\"Testimonial video\" class=\"video-modal\"><div class=\"video-wrapper\"><div class=\"w-embed\"><video id=\"video-player\" controls controlslist=\"nodownload\" disablepictureinpicture oncontextmenu=\"return false;\" style=\"width: 100%; border-radius: 8px\"> <source id=\"video-source\" src type=\"video/mp4\"> </video> <style> .play-button-path { color: black; } .video-trigger:hover .play-button-path { color: white; } </style></div><button id=\"...",
    "<button id=\"close-modal\" aria-label=\"Close video\" class=\"close-modal\"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"100%\" viewBox=\"0 0 16 16\" fill=\"none\" class=\"icon-embed-small\"><g clip-path=\"url(#clip0_4374_1182)\" fill=\"none\"><path d=\"M9.89914 8.00036L15.8418 2.05813C16.0527 1.84711 16.0527 1.50563 15.8418 1.29468L14.706 0.158544C14.6049 0.0574621 14.4676 0.000549316 14.3243 0.000549316C14.181 0.000549316 14.0438 0.0574621 13.9426 0.158544L8.00001 6.10123L2.05739 0.158544C1.95624 0.0574621...",
    "<div id=\"hubspot_modal-wrapper\" role=\"dialog\" aria-modal=\"true\" aria-hidden=\"true\" aria-label=\"Contact form\" class=\"hubspot_modal-wrapper\"><div class=\"hubspot_modal\"><button aria-label=\"Close modal\" class=\"hubspot-close\"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"100%\" viewBox=\"0 0 16 16\" fill=\"none\" class=\"icon-embed-xsmall\"><g clip-path=\"url(#clip0_4374_1182)\" fill=\"none\"><path d=\"M9.89914 8.00036L15.8418 2.05813C16.0527 1.84711 16.0527 1.50563 15.8418 1.29468L14.706 0.158544C14.6049 0....",
    "<div class=\"hubspot_modal\"><button aria-label=\"Close modal\" class=\"hubspot-close\"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"100%\" viewBox=\"0 0 16 16\" fill=\"none\" class=\"icon-embed-xsmall\"><g clip-path=\"url(#clip0_4374_1182)\" fill=\"none\"><path d=\"M9.89914 8.00036L15.8418 2.05813C16.0527 1.84711 16.0527 1.50563 15.8418 1.29468L14.706 0.158544C14.6049 0.0574621 14.4676 0.000549316 14.3243 0.000549316C14.181 0.000549316 14.0438 0.0574621 13.9426 0.158544L8.00001 6.10123L2.05739 0.158544C1.95..."
  ],
  "score": 70,
  "weight": 10
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

AIO: Answer block readiness

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

2 Warning

Needs attention

AIO: Answer block readiness

Warning
01

Issue

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

Details

02

Why it matters

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

Check name

AIO: Answer block readiness

Score

65/100

Status

warning

Category

GEO, AIO & AEO

Maturity

Emerging recommendation

Goal

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

Result

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

Evidence
{
  "sectionCount": 28,
  "passing": 0,
  "failing": [
    {
      "heading": "Runpod launches Flash",
      "headingHtml": "<h2 class=\"heading-style-h2\">Runpod launches Flash</h2>",
      "firstParagraph": "What’s new",
      "paragraphHtml": "<p class=\"section-tag-text\">What&#x2019;s new</p>",
      "words": 3,
      "direct": false,
      "issue": "First paragraph is 3 words and does not look like a concise direct answer."
    },
    {
      "heading": "The Chips Got Faster. The Stack Didn't.",
      "headingHtml": "<h3 class=\"whats-new_card-title\">The Chips Got Faster. The Stack Didn&apos;t.</h3>",
      "firstParagraph": "The bottleneck has moved.",
      "paragraphHtml": "<p class=\"text-color-secondary max-width-medium\">The bottleneck has moved.</p>",
      "words": 4,
      "direct": false,
      "issue": "First paragraph is 4 words and does not look like a concise direct answer."
    },
    {
      "heading": "Multi-Instance GPUs on Runpod: Stop Paying for Compute You Don't Need",
      "headingHtml": "<h3 class=\"whats-new_card-title\">Multi-Instance GPUs on Runpod: Stop Paying for Compute You Don&apos;t Need</h3>",
      "firstParagraph": "With MIG, we can partition RTX 6000 Pro cards into isolated 24 GB instances. Here's when it makes sense for your workloads.",
      "paragraphHtml": "<p class=\"text-color-secondary max-width-medium\">With MIG, we can partition RTX 6000 Pro cards into isolated 24 GB instances. Here&apos;s when it makes sense for your workloads.</p>",
      "words": 22,
      "direct": false,
      "issue": "First paragraph is 22 words and does not look like a concise direct answer."
    },
    {
      "heading": "State of AI infrastructure report",
      "headingHtml": "<h2 class=\"heading-style-h2\">State of AI infrastructure report</h2>",
      "firstParagraph": "Solution",
      "paragraphHtml": "<p class=\"section-tag-text\">Solution</p>",
      "words": 1,
      "direct": false,
      "issue": "First paragraph is 1 words and does not look like a concise direct answer."
    },
    {
      "heading": "One platform. Full lifecycle.",
      "headingHtml": "<h2 class=\"heading-style-h2\">One platform. Full lifecycle.</h2>",
      "firstParagraph": "Go from experiment to production without replatforming. Pods, Serverless, and Clusters — all in one account.",
      "paragraphHtml": "<p class=\"section-subheading max-width-medium\">Go from experiment to production without replatforming. Pods, Serverless, and Clusters &#x2014; all in one account.</p>",
      "words": 15,
      "direct": false,
      "issue": "First paragraph is 15 words and does not look like a concise direct answer."
    },
    {
      "heading": "Launch a GPU pod in seconds.",
      "headingHtml": "<h3 class=\"heading-style-h4\">Launch a GPU pod in seconds.</h3>",
      "firstParagraph": "Spin up a fully-loaded, GPU-enabled environment in under a minute. From B200s to RTX 4090s, Runpod supports over 30 GPU SKUs.",
      "paragraphHtml": "<p class=\"text-color-secondary\">Spin up a fully-loaded, GPU-enabled environment in under a minute. From B200s to RTX 4090s, Runpod supports over 30 GPU SKUs.</p>",
      "words": 21,
      "direct": false,
      "issue": "First paragraph is 21 words and does not look like a concise direct answer."
    },
    {
      "heading": "Deploy globally with a few clicks.",
      "headingHtml": "<h3 class=\"heading-style-h4\">Deploy globally with a few clicks.</h3>",
      "firstParagraph": "Run workloads across 8+ regions worldwide, with low-latency performance and global reliability.",
      "paragraphHtml": "<p class=\"text-color-secondary\">Run workloads across 8+ regions worldwide, with low-latency performance and global reliability.</p>",
      "words": 12,
      "direct": false,
      "issue": "First paragraph is 12 words and does not look like a concise direct answer."
    },
    {
      "heading": "Scale on autopilot with Serverless.",
      "headingHtml": "<h3 class=\"heading-style-h4\">Scale on autopilot with Serverless.</h3>",
      "firstParagraph": "From 0 to 100 compute workers, adapting to your workload in real-time—only pay for what you use.",
      "paragraphHtml": "<p class=\"text-color-secondary\">From 0 to 100 compute workers, adapting to your workload in real-time&#x2014;only pay for what you use.</p>",
      "words": 18,
      "direct": false,
      "issue": "First paragraph is 18 words and does not look like a concise direct answer."
    },
    {
      "heading": "Go from experiment to production in one flow.",
      "headingHtml": "<h2 class=\"heading-style-h2\">Go from experiment to production in one flow.</h2>",
      "firstParagraph": "One account. No migrations between stages.",
      "paragraphHtml": "<p class=\"section-subheading\">One account. No migrations between stages.</p>",
      "words": 6,
      "direct": false,
      "issue": "First paragraph is 6 words and does not look like a concise direct answer."
    },
    {
      "heading": "Spin up",
      "headingHtml": "<h3 class=\"heading-style-h4\">Spin up</h3>",
      "firstParagraph": "GPU environment in under 30 seconds. 30+ GPU SKUs, 31 global regions.",
      "paragraphHtml": "<p class=\"text-size-medium text-color-secondary\">GPU environment in under 30 seconds. 30+ GPU SKUs, 31 global regions.</p>",
      "words": 12,
      "direct": false,
      "issue": "First paragraph is 12 words and does not look like a concise direct answer."
    },
    {
      "heading": "Build",
      "headingHtml": "<h3 class=\"heading-style-h4\">Build</h3>",
      "firstParagraph": "Train models, fine-tune, process data. Your containers, your framework, your code.",
      "paragraphHtml": "<p class=\"text-size-medium text-color-secondary\">Train models, fine-tune, process data. Your containers, your framework, your code.</p>",
      "words": 11,
      "direct": false,
      "issue": "First paragraph is 11 words and does not look like a concise direct answer."
    },
    {
      "heading": "Deploy",
      "headingHtml": "<h3 class=\"heading-style-h4\">Deploy</h3>",
      "firstParagraph": "Write your handler. Push to Serverless. Live inference endpoint, auto-scaling, zero idle cost.",
      "paragraphHtml": "<p class=\"text-size-medium text-color-secondary\">Write your handler. Push to Serverless. Live inference endpoint, auto-scaling, zero idle cost.</p>",
      "words": 13,
      "direct": false,
      "issue": "First paragraph is 13 words and does not look like a concise direct answer."
    },
    {
      "heading": "Scale",
      "headingHtml": "<h3 class=\"heading-style-h4\">Scale</h3>",
      "firstParagraph": "0 to hundreds of concurrent workers in under 250ms.",
      "paragraphHtml": "<p class=\"text-size-medium text-color-secondary\">0 to hundreds of concurrent workers in under 250ms.</p>",
      "words": 9,
      "direct": false,
      "issue": "First paragraph is 9 words and does not look like a concise direct answer."
    },
    {
      "heading": "Enterprise grade uptime.",
      "headingHtml": "<h3 class=\"heading-style-h4\">Enterprise grade uptime.</h3>",
      "firstParagraph": "Runpod handles failovers, ensuring your workloads run smoothly—even when resources don’t.",
      "paragraphHtml": "<p class=\"text-size-medium text-color-secondary\">Runpod handles failovers, ensuring your workloads run smoothly&#x2014;even when resources don&#x2019;t.</p>",
      "words": 13,
      "direct": false,
      "issue": "First paragraph is 13 words and does not look like a concise direct answer."
    },
    {
      "heading": "Managed orchestration.",
      "headingHtml": "<h3 class=\"heading-style-h4\">Managed orchestration.</h3>",
      "firstParagraph": "Runpod Serverless queues and distributes tasks seamlessly, saving you from building orchestration systems.",
      "paragraphHtml": "<p class=\"text-size-medium text-color-secondary\">Runpod Serverless queues and distributes tasks seamlessly, saving you from building orchestration systems.</p>",
      "words": 13,
      "direct": false,
      "issue": "First paragraph is 13 words and does not look like a concise direct answer."
    },
    {
      "heading": "Real-time logs.",
      "headingHtml": "<h3 class=\"heading-style-h4\">Real-time logs.</h3>",
      "firstParagraph": "Get real-time logs, monitoring, and metrics—no custom frameworks required.",
      "paragraphHtml": "<p class=\"text-size-medium text-color-secondary\">Get real-time logs, monitoring, and metrics&#x2014;no custom frameworks required.</p>",
      "words": 10,
      "direct": false,
      "issue": "First paragraph is 10 words and does not look like a concise direct answer."
    },
    {
      "heading": "Production inference without the warm-up tax.",
      "headingHtml": "<h2 class=\"heading-style-h2 text-wrap-balance\">Production inference without the warm-up tax.</h2>",
      "firstParagraph": "Most serverless GPU options make you choose: pay for idle capacity, or eat cold-start latency. Runpod Serverless does neither.",
      "paragraphHtml": "<p class=\"section-subheading max-width-medium\">Most serverless GPU options make you choose: pay for idle capacity, or eat cold-start latency. Runpod Serverless does neither.</p>",
      "words": 19,
      "direct": false,
      "issue": "First paragraph is 19 words and does not look like a concise direct answer."
    },
    {
      "heading": "Autoscale in seconds",
      "headingHtml": "<h3 class=\"heading-style-h3\">Autoscale in seconds</h3>",
      "firstParagraph": "0 to thousands of workers. Automatically. No config files.",
      "paragraphHtml": "<p class=\"text-size-medium text-color-secondary\">0 to thousands of workers. Automatically. No config files.</p>",
      "words": 9,
      "direct": false,
      "issue": "First paragraph is 9 words and does not look like a concise direct answer."
    },
    {
      "heading": "Sub-200ms cold starts",
      "headingHtml": "<h3 class=\"heading-style-h3\">Sub-200ms cold starts</h3>",
      "firstParagraph": "FlashBoot eliminates warm-up engineering. Sub-200ms.",
      "paragraphHtml": "<p class=\"text-size-medium text-color-secondary\">FlashBoot eliminates warm-up engineering. Sub-200ms.</p>",
      "words": 5,
      "direct": false,
      "issue": "First paragraph is 5 words and does not look like a concise direct answer."
    },
    {
      "heading": "Zero idle cost",
      "headingHtml": "<h3 class=\"heading-style-h3\">Zero idle cost</h3>",
      "firstParagraph": "Your endpoint costs nothing when it's not running.",
      "paragraphHtml": "<p class=\"text-size-medium text-color-secondary\">Your endpoint costs nothing when it&apos;s not running.</p>",
      "words": 8,
      "direct": false,
      "issue": "First paragraph is 8 words and does not look like a concise direct answer."
    },
    {
      "heading": "Persistent network storage",
      "headingHtml": "<h3 class=\"heading-style-h3\">Persistent network storage</h3>",
      "firstParagraph": "Full AI pipelines, no egress fees.",
      "paragraphHtml": "<p class=\"text-size-medium text-color-secondary\">Full AI pipelines, no egress fees.</p>",
      "words": 6,
      "direct": false,
      "issue": "First paragraph is 6 words and does not look like a concise direct answer."
    },
    {
      "heading": "In production. At scale.",
      "headingHtml": "<h2 class=\"heading-style-h2\">In production. At scale.</h2>",
      "firstParagraph": "\"All of these projects, the renders for AMD, the Coca-Cola builds, that has to do with scalability. If we can't scale, we can't deliver. Runpod makes that possible.\"",
      "paragraphHtml": "<p class=\"cstudy_quote\">&quot;All of these projects, the renders for AMD, the Coca-Cola builds, that has to do with scalability. If we can&apos;t scale, we can&apos;t deliver. Runpod makes that possible.&quot;</p>",
      "words": 28,
      "direct": false,
      "issue": "First paragraph is 28 words and does not look like a concise direct answer."
    },
    {
      "heading": "Get more done for every dollar.",
      "headingHtml": "<h2 class=\"heading-style-h2\">Get more done for every dollar.</h2>",
      "firstParagraph": "More throughput, faster scaling, and higher efficiency—with Runpod, every dollar works harder.",
      "paragraphHtml": "<p class=\"text-size-medium text-color-secondary text-wrap-balance\">More throughput, faster scaling, and higher efficiency&#x2014;with Runpod, every dollar works harder.</p>",
      "words": 13,
      "direct": false,
      "issue": "First paragraph is 13 words and does not look like a concise direct answer."
    },
    {
      "heading": "Enterprise-grade from day one",
      "headingHtml": "<h2 class=\"heading-style-h2 text-wrap-balance\">Enterprise-grade from day one</h2>",
      "firstParagraph": "Built for scale, secured for trust, and designed to meet your most demanding needs.",
      "paragraphHtml": "<p class=\"section-subheading\">Built for scale, secured for trust, and designed &#xa0;to meet your most demanding needs.</p>",
      "words": 14,
      "direct": false,
      "issue": "First paragraph is 14 words and does not look like a concise direct answer."
    },
    {
      "heading": "99.9% Uptime",
      "headingHtml": "<h3 class=\"heading-style-h5 is-gradient\">99.9% Uptime</h3>",
      "firstParagraph": "Run critical workloads with confidence, backed by industry-leading reliability.",
      "paragraphHtml": "<p class=\"text-color-secondary\">Run critical workloads with confidence, backed by industry-leading reliability.</p>",
      "words": 9,
      "direct": false,
      "issue": "First paragraph is 9 words and does not look like a concise direct answer."
    },
    {
      "heading": "Secure by default",
      "headingHtml": "<h3 class=\"heading-style-h5 is-gradient\">Secure by default</h3>",
      "firstParagraph": "Independently audited SOC 2 Type II compliance for end-to-end data protection.",
      "paragraphHtml": "<p class=\"text-color-secondary\">Independently audited SOC 2 Type II compliance for end-to-end data protection.</p>",
      "words": 11,
      "direct": false,
      "issue": "First paragraph is 11 words and does not look like a concise direct answer."
    },
    {
      "heading": "Scale to thousandsof GPUs",
      "headingHtml": "<h3 class=\"heading-style-h5 is-gradient\">Scale to thousands<br>of GPUs</h3>",
      "firstParagraph": "Adapt instantly to demand with infrastructure that grows with you.",
      "paragraphHtml": "<p class=\"text-color-secondary\">Adapt instantly to demand with infrastructure that grows with you.</p>",
      "words": 10,
      "direct": false,
      "issue": "First paragraph is 10 words and does not look like a concise direct answer."
    },
    {
      "heading": "The AI developer cloud.",
      "headingHtml": "<h2 class=\"heading-style-h2\">The AI developer cloud.</h2>",
      "firstParagraph": "No replatforming. No lock-in. No hyperscaler tax. Ready when you are.",
      "paragraphHtml": "<p class=\"section-subheading cta-subheading\">No replatforming. No lock-in. No hyperscaler tax. Ready when you are.</p>",
      "words": 11,
      "direct": false,
      "issue": "First paragraph is 11 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": "Runpod launches Flash",
      "html": "<h2 class=\"heading-style-h2\">Runpod launches Flash</h2>"
    },
    {
      "text": "State of AI infrastructure report",
      "html": "<h2 class=\"heading-style-h2\">State of AI infrastructure report</h2>"
    },
    {
      "text": "One platform. Full lifecycle.",
      "html": "<h2 class=\"heading-style-h2\">One platform. Full lifecycle.</h2>"
    },
    {
      "text": "Go from experiment to production in one flow.",
      "html": "<h2 class=\"heading-style-h2\">Go from experiment to production in one flow.</h2>"
    },
    {
      "text": "Production inference without the warm-up tax.",
      "html": "<h2 class=\"heading-style-h2 text-wrap-balance\">Production inference without the warm-up tax.</h2>"
    },
    {
      "text": "In production. At scale.",
      "html": "<h2 class=\"heading-style-h2\">In production. At scale.</h2>"
    },
    {
      "text": "Get more done for every dollar.",
      "html": "<h2 class=\"heading-style-h2\">Get more done for every dollar.</h2>"
    },
    {
      "text": "Enterprise-grade from day one",
      "html": "<h2 class=\"heading-style-h2 text-wrap-balance\">Enterprise-grade from day one</h2>"
    },
    {
      "text": "The AI developer cloud.",
      "html": "<h2 class=\"heading-style-h2\">The AI developer cloud.</h2>"
    }
  ],
  "expected": [
    {
      "id": "what",
      "label": "What is The AI Developer Cloud?",
      "pattern": {}
    },
    {
      "id": "how",
      "label": "How does The AI Developer Cloud work?",
      "pattern": {}
    },
    {
      "id": "benefits",
      "label": "Why use The AI Developer Cloud?",
      "pattern": {}
    },
    {
      "id": "cost",
      "label": "Is The AI Developer Cloud free or paid?",
      "pattern": {}
    },
    {
      "id": "compare",
      "label": "How does The AI Developer Cloud compare with alternatives?",
      "pattern": {}
    }
  ],
  "missing": [
    {
      "id": "what",
      "label": "What is The AI Developer Cloud?",
      "pattern": {}
    },
    {
      "id": "how",
      "label": "How does The AI Developer Cloud work?",
      "pattern": {}
    },
    {
      "id": "benefits",
      "label": "Why use The AI Developer Cloud?",
      "pattern": {}
    },
    {
      "id": "cost",
      "label": "Is The AI Developer Cloud free or paid?",
      "pattern": {}
    },
    {
      "id": "compare",
      "label": "How does The AI Developer Cloud compare with alternatives?",
      "pattern": {}
    }
  ],
  "score": 70,
  "weight": 8
}

Agent Ease of UseAPIEmerging recommendation

AI context endpoint

AI context endpoint is informational for this page.

Informational

Needs attention

AI context endpoint

Informational
01

Issue

AI context endpoint is informational for this page.

02

Why it matters

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

Check name

AI context endpoint

Score

100/100

Status

informational

Category

API

Maturity

Emerging recommendation

Goal

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

Result

AI context endpoint is informational for this page.

Validation steps

  1. Fetch to find resource

    AI context endpoint was not found at the expected path.

Evidence
{
  "steps": [
    {
      "id": "fetch",
      "title": "Fetch to find resource",
      "status": "informational",
      "evidence": {
        "checked": [
          {
            "path": "/api/ai/context",
            "statusCode": 404,
            "contentType": "text/html; charset=utf-8",
            "length": 101894
          },
          {
            "path": "/api/context",
            "statusCode": 404,
            "contentType": "text/html; charset=utf-8",
            "length": 101894
          },
          {
            "path": "/context",
            "statusCode": 404,
            "contentType": "text/html; charset=utf-8",
            "length": 101894
          }
        ]
      },
      "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": "Runpod launches Flash",
      "html": "<h2 class=\"heading-style-h2\">Runpod launches Flash</h2>"
    },
    {
      "text": "State of AI infrastructure report",
      "html": "<h2 class=\"heading-style-h2\">State of AI infrastructure report</h2>"
    },
    {
      "text": "One platform. Full lifecycle.",
      "html": "<h2 class=\"heading-style-h2\">One platform. Full lifecycle.</h2>"
    },
    {
      "text": "Go from experiment to production in one flow.",
      "html": "<h2 class=\"heading-style-h2\">Go from experiment to production in one flow.</h2>"
    },
    {
      "text": "Production inference without the warm-up tax.",
      "html": "<h2 class=\"heading-style-h2 text-wrap-balance\">Production inference without the warm-up tax.</h2>"
    },
    {
      "text": "In production. At scale.",
      "html": "<h2 class=\"heading-style-h2\">In production. At scale.</h2>"
    },
    {
      "text": "Get more done for every dollar.",
      "html": "<h2 class=\"heading-style-h2\">Get more done for every dollar.</h2>"
    },
    {
      "text": "Enterprise-grade from day one",
      "html": "<h2 class=\"heading-style-h2 text-wrap-balance\">Enterprise-grade from day one</h2>"
    },
    {
      "text": "The AI developer cloud.",
      "html": "<h2 class=\"heading-style-h2\">The AI developer cloud.</h2>"
    }
  ],
  "expected": [
    {
      "id": "what",
      "label": "What is The AI Developer Cloud?",
      "pattern": {}
    },
    {
      "id": "how",
      "label": "How does The AI Developer Cloud work?",
      "pattern": {}
    },
    {
      "id": "benefits",
      "label": "Why use The AI Developer Cloud?",
      "pattern": {}
    },
    {
      "id": "cost",
      "label": "Is The AI Developer Cloud free or paid?",
      "pattern": {}
    },
    {
      "id": "compare",
      "label": "How does The AI Developer Cloud compare with alternatives?",
      "pattern": {}
    }
  ],
  "missing": [
    {
      "id": "what",
      "label": "What is The AI Developer Cloud?",
      "pattern": {}
    },
    {
      "id": "how",
      "label": "How does The AI Developer Cloud work?",
      "pattern": {}
    },
    {
      "id": "benefits",
      "label": "Why use The AI Developer Cloud?",
      "pattern": {}
    },
    {
      "id": "cost",
      "label": "Is The AI Developer Cloud free or paid?",
      "pattern": {}
    },
    {
      "id": "compare",
      "label": "How does The AI Developer Cloud compare with alternatives?",
      "pattern": {}
    }
  ],
  "score": 70,
  "weight": 4
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

GEO: Q&A and FAQ opportunities

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

Informational

Needs attention

GEO: Q&A and FAQ opportunities

Informational
01

Issue

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

Details

02

Why it matters

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

Check name

GEO: Q&A and FAQ opportunities

Score

75/100

Status

informational

Category

GEO, AIO & AEO

Maturity

Emerging recommendation

Goal

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

Result

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

Evidence
{
  "h2Count": 9,
  "questionH2s": 0,
  "hasFaq": false,
  "nonQuestionH2s": [
    {
      "index": 1,
      "text": "Runpod launches Flash",
      "isQuestion": false,
      "html": "<h2 class=\"heading-style-h2\">Runpod launches Flash</h2>"
    },
    {
      "index": 2,
      "text": "State of AI infrastructure report",
      "isQuestion": false,
      "html": "<h2 class=\"heading-style-h2\">State of AI infrastructure report</h2>"
    },
    {
      "index": 3,
      "text": "One platform. Full lifecycle.",
      "isQuestion": false,
      "html": "<h2 class=\"heading-style-h2\">One platform. Full lifecycle.</h2>"
    },
    {
      "index": 4,
      "text": "Go from experiment to production in one flow.",
      "isQuestion": false,
      "html": "<h2 class=\"heading-style-h2\">Go from experiment to production in one flow.</h2>"
    },
    {
      "index": 5,
      "text": "Production inference without the warm-up tax.",
      "isQuestion": false,
      "html": "<h2 class=\"heading-style-h2 text-wrap-balance\">Production inference without the warm-up tax.</h2>"
    },
    {
      "index": 6,
      "text": "In production. At scale.",
      "isQuestion": false,
      "html": "<h2 class=\"heading-style-h2\">In production. At scale.</h2>"
    },
    {
      "index": 7,
      "text": "Get more done for every dollar.",
      "isQuestion": false,
      "html": "<h2 class=\"heading-style-h2\">Get more done for every dollar.</h2>"
    },
    {
      "index": 8,
      "text": "Enterprise-grade from day one",
      "isQuestion": false,
      "html": "<h2 class=\"heading-style-h2 text-wrap-balance\">Enterprise-grade from day one</h2>"
    },
    {
      "index": 9,
      "text": "The AI developer cloud.",
      "isQuestion": false,
      "html": "<h2 class=\"heading-style-h2\">The AI developer cloud.</h2>"
    }
  ],
  "score": 75,
  "weight": 4
}

AI DiscoverabilityDiscoverabilityEstablished

IndexNow key

IndexNow key is informational for this page.

Informational

Needs attention

IndexNow key

Informational
01

Issue

IndexNow key is informational for this page.

02

Why it matters

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

Check name

IndexNow key

Score

100/100

Status

informational

Category

Discoverability

Maturity

Established

Goal

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

Result

IndexNow key is informational for this page.

Validation steps

  1. Find advertised IndexNow key location

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

  2. Fetch and validate IndexNow key file

    No discoverable IndexNow key file was found.

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

Agent Ease of UseAuthEstablished

OAuth / OIDC discovery

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

Informational

Needs attention

OAuth / OIDC discovery

Informational
01

Issue

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

02

Why it matters

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

Check name

OAuth / OIDC discovery

Score

0/100

Status

informational

Category

Auth

Maturity

Established

Goal

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

Result

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

Validation steps

  1. Fetch to find resource

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

Evidence
{
  "failedStep": "fetch",
  "steps": [
    {
      "id": "fetch",
      "title": "Fetch to find resource",
      "status": "fail",
      "evidence": {
        "checked": [
          {
            "path": "/.well-known/openid-configuration",
            "statusCode": 404,
            "contentType": "text/html; charset=utf-8",
            "length": 88
          },
          {
            "path": "/.well-known/oauth-authorization-server",
            "statusCode": 404,
            "contentType": "text/html; charset=utf-8",
            "length": 88
          }
        ]
      },
      "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": "sign 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>\n<html>\n  <body>\n    <p>Invalid .well-known request</p>\n  </body>\n</html>"
      },
      "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.runpod.io"
      },
      "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.runpod.io/.well-known/oauth-protected-resource",
            "metadataUrlMatches": true,
            "resourceMatchesRequestContext": true
          },
          {
            "path": "/api/admin/summary",
            "statusCode": 404,
            "wwwAuthenticate": {
              "valid": false,
              "present": false
            },
            "expectedMetadataUrl": "https://www.runpod.io/.well-known/oauth-protected-resource",
            "metadataUrlMatches": true,
            "resourceMatchesRequestContext": true
          },
          {
            "path": "/api/scans",
            "statusCode": 404,
            "wwwAuthenticate": {
              "valid": false,
              "present": false
            },
            "expectedMetadataUrl": "https://www.runpod.io/.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": "sign in"
      },
      {
        "source": "visible-text",
        "weight": 3,
        "match": "sign up"
      }
    ]
  },
  "resourceFetchSucceeded": false
}

Performance and AccessibilityBest PracticesBrowser audit

Uses deprecated APIs

100 Fail

Check name

Uses deprecated APIs

Score

0/100

Status

fail

Device

desktop

Category

Best Practices

Estimated savings

1 warning found

Fix guidance

Deprecated APIs will eventually be removed from the browser. [Learn more about deprecated APIs](https://developer.chrome.com/docs/lighthouse/best-practices/deprecations/).

Evidence
{
  "displayValue": "1 warning found",
  "description": "Deprecated APIs will eventually be removed from the browser. [Learn more about deprecated APIs](https://developer.chrome.com/docs/lighthouse/best-practices/deprecations/)."
}

Performance and AccessibilityPerformanceBrowser audit

Network dependency tree

25 Fail

Check name

Network dependency tree

Score

0/100

Status

fail

Device

desktop

Category

Performance

Fix guidance

[Avoid chaining critical requests](https://developer.chrome.com/docs/performance/insights/network-dependency-tree) by reducing the length of chains, reducing the download size of resources, or deferring the download of unnecessary resources to improve page load.

Evidence
{
  "description": "[Avoid chaining critical requests](https://developer.chrome.com/docs/performance/insights/network-dependency-tree) by reducing the length of chains, reducing the download size of resources, or deferring the download of unnecessary resources to improve page load."
}

Performance and AccessibilityPerformanceBrowser audit

Use efficient cache lifetimes

25 Fail

Check name

Use efficient cache lifetimes

Score

0/100

Status

fail

Device

desktop

Category

Performance

Estimated savings

Est savings of 1,918 KiB

Fix guidance

A long cache lifetime can speed up repeat visits to your page. [Learn more about caching](https://developer.chrome.com/docs/performance/insights/cache).

Evidence
{
  "displayValue": "Est savings of 1,918 KiB",
  "description": "A long cache lifetime can speed up repeat visits to your page. [Learn more about caching](https://developer.chrome.com/docs/performance/insights/cache)."
}

Performance and AccessibilityPerformanceBrowser audit

Reduce unused CSS

13 Warning

Check name

Reduce unused CSS

Score

50/100

Status

warning

Device

desktop

Category

Performance

Estimated savings

Est savings of 29 KiB

Fix guidance

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

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

Performance and AccessibilityPerformanceBrowser audit

Loading performance

9 Fail

Check name

Loading performance

Score

66/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": "speed-index",
      "title": "Speed Index",
      "score": 67,
      "displayValue": "1.9 s",
      "numericValue": 1874.2581028058125
    },
    {
      "id": "largest-contentful-paint",
      "title": "Largest Contentful Paint",
      "score": 89,
      "displayValue": "1.2 s",
      "numericValue": 1213.0088579572443
    },
    {
      "id": "network-rtt",
      "title": "Network Round Trip Times",
      "score": 100,
      "displayValue": "60 ms",
      "numericValue": 55.271655
    },
    {
      "id": "max-potential-fid",
      "title": "Max Potential First Input Delay",
      "score": 11,
      "displayValue": "470 ms",
      "numericValue": 467.0000000000009
    },
    {
      "id": "server-response-time",
      "title": "Initial server response time was short",
      "score": 100,
      "displayValue": "Root document took 10 ms",
      "numericValue": 7
    },
    {
      "id": "first-contentful-paint",
      "title": "First Contentful Paint",
      "score": 97,
      "displayValue": "0.7 s",
      "numericValue": 721.7727441830668
    },
    {
      "id": "total-blocking-time",
      "title": "Total Blocking Time",
      "score": 10,
      "displayValue": "810 ms",
      "numericValue": 809.5000000000005
    },
    {
      "id": "interactive",
      "title": "Time to Interactive",
      "score": 53,
      "displayValue": "4.3 s",
      "numericValue": 4294.578472853686
    }
  ]
}

Fix with MCP or CLI

Use this report as the handoff into remediation. Generate a coding-agent prompt with the failing checks attached, or jump to the MCP and CLI setup docs before your next rescan.

Score history

Public scan score over time

Public reports for this website origin. Select any point or report link to open that canonical report.

1 reports
Public score history report links
Scan dateScoreReadinessReport
57/100Level 3, Bot-AwareCurrent report
Report ID 7db09fe7-6d9d-4e96-a618-172d6531704e. Scanned Jun 8, 2026, 5:05 PM.
runpod.io AI SEO Report: 57/100 (Level 3, Bot-Aware)