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

OVERALL SCORE

Level 3, Bot-Aware

Moderate readiness for AI agents
AIDiscoverability70%Agent Easeof Use18%Security& Trust20%GEO, AIO, AEO75%SEO92%Performance& Accessibility53%
  • AI Discoverability 70 out of 100
  • Agent Ease of Use 18 out of 100
  • Security & Trust 20 out of 100
  • GEO, AIO and AEO 75 out of 100
  • SEO 92 out of 100
  • Performance and Accessibility 53 out of 100

CAPTURED SCREENSHOT

Captured website desktop screenshot

What AI sees of your website

Supabase | The Postgres Development Platform. favicon

Supabase | The Postgres Development Platform.

Build production-grade applications with a Postgres database, Authentication, instant APIs, Realtime, Functions, Storage and Vector embeddings. Start for free.

Next step

Turn this report into a fix workflow

21 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
70
Needs work1851View details
Discoverability
71
Needs work720View details
Content Readiness
71
Needs work911View details
Bot Access Control
67
Needs work220View details
Agent Ease of Use
18
Priority fix7232View details
API
34
Priority fix240View details
Auth
Not Applicable
Not Applicable040View details
MCP
13
Priority fix062View details
Skill Discovery
8
Priority fix190View details
Agent Commerce
Not Applicable
Not Applicable400
GEO, AIO and AEO
75
Mostly ready5212View details
GEO Readiness
85
Mostly ready104
AIO Readiness
80
Mostly ready313View details
AEO Readiness
62
Needs work115View details
SEO
92
Strong1010View details
SEO
92
Strong1010View details
Security & Trust
20
Priority fix540View details
Security & Trust
20
Priority fix140View details
AI Training Exposure
Not Applicable
Not Applicable400
Performance and Accessibility
53
Needs work2520View details
Performance
33
Priority fix1220View details
Accessibility
91
Strong1300

Prioritized recommendations

Issues ranked by score impact

39 items need attention

AI DiscoverabilityBot Access ControlInformational

Web Bot Auth request signing

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

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

AI DiscoverabilityDiscoverabilityEstablished

FAQPage schema

FAQPage schema is missing or incomplete.

50 Fail

Needs attention

FAQPage schema

Failed check
01

Issue

FAQ content was detected but no FAQPage schema was found.

02

Why it matters

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

Check name

FAQPage schema

Score

0/100

Status

fail

Category

Discoverability

Maturity

Established

Goal

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

Result

FAQPage schema is missing or incomplete.

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

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

Agent Ease of UseAPIEstablished

OpenAPI discovery

OpenAPI discovery failed at "Find valid OpenAPI document".

50 Fail

Needs attention

OpenAPI discovery

Failed check
01

Issue

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

02

Why it matters

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

Check name

OpenAPI discovery

Score

0/100

Status

fail

Category

API

Maturity

Established

Goal

Publish a valid OpenAPI or Swagger document for API discovery.

Result

OpenAPI discovery failed at "Find valid OpenAPI document".

Validation steps

  1. Find valid OpenAPI document

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

Evidence
{
  "failedStep": "fetch",
  "steps": [
    {
      "id": "fetch",
      "title": "Find valid OpenAPI document",
      "status": "fail",
      "evidence": {
        "checked": [
          {
            "path": "/openapi.json",
            "statusCode": 404,
            "contentType": "text/html; charset=utf-8",
            "valid": false,
            "issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html; charset=utf-8\" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
            "compatibleContentType": false,
            "format": "yaml",
            "version": "",
            "pathCount": 0,
            "operationCount": 0,
            "rawExcerpt": "<!DOCTYPE html><html lang=\"en\"><head><meta charSet=\"utf-8\" data-next-head=\"\"/><meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\" data-next-head=\"\"/><link rel=\"apple-touch-icon-precomposed\" sizes=\"57x57\" href=\"/favicon/apple-icon-57x57.png\" data-next-head=\"\"/><link rel=\"apple-touch-icon-precomposed\" sizes=\"60x60\" href=\"/favicon/apple-icon-60x60.png\" data-next-head=\"\"/><link rel=\"apple-touch-icon-precomposed\" sizes=\"72x72\" href=\"/favicon/apple-icon-72x72.png\" data-next-head=\"\"/><link rel=\"apple-touch-icon-precomposed\" sizes=\"76x76\" href=\"/favicon/apple-icon-76x76.png\" data-next-head=\"\"/><link rel=\"apple-touch-icon-precomposed\" sizes=\"114x114\" href=\"/favicon/apple-icon-114x114.png\" data-next-head=\"\"/><link rel=\"apple-touch-icon-precomposed\" sizes=\"120x120\" href=\"/favicon/ap"
          },
          {
            "path": "/openapi.yaml",
            "statusCode": 404,
            "contentType": "text/html; charset=utf-8",
            "valid": false,
            "issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html; charset=utf-8\" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
            "compatibleContentType": false,
            "format": "yaml",
            "version": "",
            "pathCount": 0,
            "operationCount": 0,
            "rawExcerpt": "<!DOCTYPE html><html lang=\"en\"><head><meta charSet=\"utf-8\" data-next-head=\"\"/><meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\" data-next-head=\"\"/><link rel=\"apple-touch-icon-precomposed\" sizes=\"57x57\" href=\"/favicon/apple-icon-57x57.png\" data-next-head=\"\"/><link rel=\"apple-touch-icon-precomposed\" sizes=\"60x60\" href=\"/favicon/apple-icon-60x60.png\" data-next-head=\"\"/><link rel=\"apple-touch-icon-precomposed\" sizes=\"72x72\" href=\"/favicon/apple-icon-72x72.png\" data-next-head=\"\"/><link rel=\"apple-touch-icon-precomposed\" sizes=\"76x76\" href=\"/favicon/apple-icon-76x76.png\" data-next-head=\"\"/><link rel=\"apple-touch-icon-precomposed\" sizes=\"114x114\" href=\"/favicon/apple-icon-114x114.png\" data-next-head=\"\"/><link rel=\"apple-touch-icon-precomposed\" sizes=\"120x120\" href=\"/favicon/ap"
          },
          {
            "path": "/swagger.json",
            "statusCode": 404,
            "contentType": "text/html; charset=utf-8",
            "valid": false,
            "issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html; charset=utf-8\" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
            "compatibleContentType": false,
            "format": "yaml",
            "version": "",
            "pathCount": 0,
            "operationCount": 0,
            "rawExcerpt": "<!DOCTYPE html><html lang=\"en\"><head><meta charSet=\"utf-8\" data-next-head=\"\"/><meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\" data-next-head=\"\"/><link rel=\"apple-touch-icon-precomposed\" sizes=\"57x57\" href=\"/favicon/apple-icon-57x57.png\" data-next-head=\"\"/><link rel=\"apple-touch-icon-precomposed\" sizes=\"60x60\" href=\"/favicon/apple-icon-60x60.png\" data-next-head=\"\"/><link rel=\"apple-touch-icon-precomposed\" sizes=\"72x72\" href=\"/favicon/apple-icon-72x72.png\" data-next-head=\"\"/><link rel=\"apple-touch-icon-precomposed\" sizes=\"76x76\" href=\"/favicon/apple-icon-76x76.png\" data-next-head=\"\"/><link rel=\"apple-touch-icon-precomposed\" sizes=\"114x114\" href=\"/favicon/apple-icon-114x114.png\" data-next-head=\"\"/><link rel=\"apple-touch-icon-precomposed\" sizes=\"120x120\" href=\"/favicon/ap"
          },
          {
            "path": "/swagger.yaml",
            "statusCode": 404,
            "contentType": "text/html; charset=utf-8",
            "valid": false,
            "issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html; charset=utf-8\" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
            "compatibleContentType": false,
            "format": "yaml",
            "version": "",
            "pathCount": 0,
            "operationCount": 0,
            "rawExcerpt": "<!DOCTYPE html><html lang=\"en\"><head><meta charSet=\"utf-8\" data-next-head=\"\"/><meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\" data-next-head=\"\"/><link rel=\"apple-touch-icon-precomposed\" sizes=\"57x57\" href=\"/favicon/apple-icon-57x57.png\" data-next-head=\"\"/><link rel=\"apple-touch-icon-precomposed\" sizes=\"60x60\" href=\"/favicon/apple-icon-60x60.png\" data-next-head=\"\"/><link rel=\"apple-touch-icon-precomposed\" sizes=\"72x72\" href=\"/favicon/apple-icon-72x72.png\" data-next-head=\"\"/><link rel=\"apple-touch-icon-precomposed\" sizes=\"76x76\" href=\"/favicon/apple-icon-76x76.png\" data-next-head=\"\"/><link rel=\"apple-touch-icon-precomposed\" sizes=\"114x114\" href=\"/favicon/apple-icon-114x114.png\" data-next-head=\"\"/><link rel=\"apple-touch-icon-precomposed\" sizes=\"120x120\" href=\"/favicon/ap"
          },
          {
            "path": "/api/openapi.json",
            "statusCode": 404,
            "contentType": "text/html; charset=utf-8",
            "valid": false,
            "issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html; charset=utf-8\" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
            "compatibleContentType": false,
            "format": "yaml",
            "version": "",
            "pathCount": 0,
            "operationCount": 0,
            "rawExcerpt": "<!DOCTYPE html><html lang=\"en\"><head><meta charSet=\"utf-8\" data-next-head=\"\"/><meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\" data-next-head=\"\"/><link rel=\"apple-touch-icon-precomposed\" sizes=\"57x57\" href=\"/favicon/apple-icon-57x57.png\" data-next-head=\"\"/><link rel=\"apple-touch-icon-precomposed\" sizes=\"60x60\" href=\"/favicon/apple-icon-60x60.png\" data-next-head=\"\"/><link rel=\"apple-touch-icon-precomposed\" sizes=\"72x72\" href=\"/favicon/apple-icon-72x72.png\" data-next-head=\"\"/><link rel=\"apple-touch-icon-precomposed\" sizes=\"76x76\" href=\"/favicon/apple-icon-76x76.png\" data-next-head=\"\"/><link rel=\"apple-touch-icon-precomposed\" sizes=\"114x114\" href=\"/favicon/apple-icon-114x114.png\" data-next-head=\"\"/><link rel=\"apple-touch-icon-precomposed\" sizes=\"120x120\" href=\"/favicon/ap"
          },
          {
            "path": "/api/swagger.json",
            "statusCode": 404,
            "contentType": "text/html; charset=utf-8",
            "valid": false,
            "issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html; charset=utf-8\" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
            "compatibleContentType": false,
            "format": "yaml",
            "version": "",
            "pathCount": 0,
            "operationCount": 0,
            "rawExcerpt": "<!DOCTYPE html><html lang=\"en\"><head><meta charSet=\"utf-8\" data-next-head=\"\"/><meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\" data-next-head=\"\"/><link rel=\"apple-touch-icon-precomposed\" sizes=\"57x57\" href=\"/favicon/apple-icon-57x57.png\" data-next-head=\"\"/><link rel=\"apple-touch-icon-precomposed\" sizes=\"60x60\" href=\"/favicon/apple-icon-60x60.png\" data-next-head=\"\"/><link rel=\"apple-touch-icon-precomposed\" sizes=\"72x72\" href=\"/favicon/apple-icon-72x72.png\" data-next-head=\"\"/><link rel=\"apple-touch-icon-precomposed\" sizes=\"76x76\" href=\"/favicon/apple-icon-76x76.png\" data-next-head=\"\"/><link rel=\"apple-touch-icon-precomposed\" sizes=\"114x114\" href=\"/favicon/apple-icon-114x114.png\" data-next-head=\"\"/><link rel=\"apple-touch-icon-precomposed\" sizes=\"120x120\" href=\"/favicon/ap"
          },
          {
            "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><!--AmiCgDkCr2yjyoomvxjS2--><html lang=\"en\"><head><meta charSet=\"utf-8\"/><meta name=\"viewport\" content=\"width=device-width, initial-scale=1\"/><link rel=\"preload\" as=\"image\" href=\"/docs/supabase-dark.svg\"/><link rel=\"preload\" as=\"image\" href=\"/docs/supabase-light.svg\"/><link rel=\"stylesheet\" href=\"https://frontend-assets.supabase.com/docs/c0e0501c010d/_next/static/css/687bedd39cd96b29.css?dpl=dpl_HDQYZ327u4mVQDjXdqoGzofGt5GW\" data-precedence=\"next\"/><link rel=\"stylesheet\" href=\"https://frontend-assets.supabase.com/docs/c0e0501c010d/_next/static/css/dcc076c2aa1ce222.css?dpl=dpl_HDQYZ327u4mVQDjXdqoGzofGt5GW\" data-precedence=\"next\"/><link rel=\"stylesheet\" href=\"https://frontend-assets.supabase.com/docs/c0e0501c010d/_next/static/css/2b1ffffc6f13eef5.css?dpl=dpl_HDQYZ327u4mVQDjXdq"
          }
        ]
      },
      "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: skipped heading levels; 12 links missing accessible names; 0/1 applicable form inputs have autocomplete attributes (1 missing).

Details

02

Why it matters

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

Check name

Semantic HTML

Score

0/100

Status

fail

Category

Content Readiness

Maturity

Established

Goal

Expose readable page structure through semantic HTML and accessible controls.

Result

Semantic HTML is missing or incomplete.

Evidence
{
  "main": true,
  "nav": true,
  "footer": true,
  "meaningfulH1": true,
  "headingOrder": false,
  "accessibleLinks": false,
  "accessibleButtons": true,
  "imageAltCoverage": true,
  "formAutocompleteCoverage": false,
  "details": {
    "inaccessibleLinks": [
      "<a class=\"block w-auto h-6 focus-visible:ring-2 focus-visible:outline-hidden focus-visible:ring-foreground-lighter focus-visible:ring-offset-4 focus-visible:ring-offset-background-alternative focus-visible:rounded-xs\" type=\"button\" id=\"radix-_R_amela6_\" aria-haspopup=\"menu\" aria-expanded=\"false\" data-state=\"closed\" href=\"/\"><svg viewBox=\"0 0 581 113\" fill=\"none\" width=\"124\" height=\"24\" aria-label=\"Supabase Logo\" role=\"img\"><path d=\"M151.397 66.7608C151.996 72.3621 157.091 81.9642 171.877 81.9642",
      "<a class=\"transition-opacity group\" href=\"https://supabase.com/docs/guides/getting-started/quickstarts/reactjs\"><div class=\"m-1 bg-(--color-bg-darkest) h-16 w-16 flex items-center justify-center rounded-md group-hover:border transition-all text-foreground-light border-foreground-light hover:shadow-sm\"><svg width=\"45\" height=\"45\" fill-rule=\"evenodd\" clip-rule=\"evenodd\" viewBox=\"0 0 61 61\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M45.74 23.6983C45.2739 23.5379 44.7909 23.3861 44.293",
      "<a class=\"transition-opacity group\" href=\"https://supabase.com/docs/guides/getting-started/quickstarts/nextjs\"><div class=\"m-1 bg-(--color-bg-darkest) h-16 w-16 flex items-center justify-center rounded-md group-hover:border transition-all text-foreground-light border-foreground-light hover:shadow-sm\"><svg width=\"45\" height=\"45\" fill-rule=\"evenodd\" clip-rule=\"evenodd\" viewBox=\"0 0 61 61\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M42.3148 48.6796C38.9009 50.9525 34.8014 52.2771 30.39",
      "<a class=\"transition-opacity group\" href=\"https://supabase.com/docs/guides/getting-started/quickstarts/redwoodjs\"><div class=\"m-1 bg-(--color-bg-darkest) h-16 w-16 flex items-center justify-center rounded-md group-hover:border transition-all text-foreground-light border-foreground-light hover:shadow-sm\"><svg width=\"45\" height=\"45\" fill-rule=\"evenodd\" clip-rule=\"evenodd\" viewBox=\"0 0 61 61\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M21.7716 14.6475L31.2847 21.1184C31.4993 21.2609 31",
      "<a class=\"transition-opacity group\" href=\"https://supabase.com/docs/guides/getting-started/quickstarts/flutter\"><div class=\"m-1 bg-(--color-bg-darkest) h-16 w-16 flex items-center justify-center rounded-md group-hover:border transition-all text-foreground-light border-foreground-light hover:shadow-sm\"><svg width=\"45\" height=\"45\" fill-rule=\"evenodd\" clip-rule=\"evenodd\" viewBox=\"0 0 61 61\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M46.5067 10.3828L34.3509 10.3962L14.75 29.9971L20.797",
      "<a class=\"transition-opacity group\" href=\"https://supabase.com/docs/guides/getting-started/quickstarts/kotlin\"><div class=\"m-1 bg-(--color-bg-darkest) h-16 w-16 flex items-center justify-center rounded-md group-hover:border transition-all text-foreground-light border-foreground-light hover:shadow-sm\"><svg width=\"45\" height=\"45\" fill-rule=\"evenodd\" clip-rule=\"evenodd\" viewBox=\"0 0 61 61\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M51.7395 51.7398H12.2598V12.2601H51.7395L31.591 31.713",
      "<a class=\"transition-opacity group\" href=\"https://supabase.com/docs/guides/getting-started/quickstarts/sveltekit\"><div class=\"m-1 bg-(--color-bg-darkest) h-16 w-16 flex items-center justify-center rounded-md group-hover:border transition-all text-foreground-light border-foreground-light hover:shadow-sm\"><svg width=\"45\" height=\"45\" fill-rule=\"evenodd\" clip-rule=\"evenodd\" viewBox=\"0 0 61 61\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M29.9094 11.2292C35.956 7.37668 44.3187 9.17299 48.",
      "<a class=\"transition-opacity group\" href=\"https://supabase.com/docs/guides/getting-started/quickstarts/solidjs\"><div class=\"m-1 bg-(--color-bg-darkest) h-16 w-16 flex items-center justify-center rounded-md group-hover:border transition-all text-foreground-light border-foreground-light hover:shadow-sm\"><svg width=\"45\" height=\"45\" fill-rule=\"evenodd\" clip-rule=\"evenodd\" viewBox=\"0 0 61 61\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M26.7069 8.48157C39.8712 5.45973 56.8336 18.3919 56.8",
      "<a class=\"transition-opacity group\" href=\"https://supabase.com/docs/guides/getting-started/quickstarts/vue\"><div class=\"m-1 bg-(--color-bg-darkest) h-16 w-16 flex items-center justify-center rounded-md group-hover:border transition-all text-foreground-light border-foreground-light hover:shadow-sm\"><svg width=\"45\" height=\"45\" fill-rule=\"evenodd\" clip-rule=\"evenodd\" viewBox=\"0 0 61 61\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M43.0532 13.4531H50.1147L30.2756 47.8158L10.4365 13.4531H",
      "<a class=\"transition-opacity group\" href=\"https://supabase.com/docs/guides/getting-started/quickstarts/nuxtjs\"><div class=\"m-1 bg-(--color-bg-darkest) h-16 w-16 flex items-center justify-center rounded-md group-hover:border transition-all text-foreground-light border-foreground-light hover:shadow-sm\"><svg width=\"45\" height=\"45\" fill-rule=\"evenodd\" clip-rule=\"evenodd\" viewBox=\"0 0 61 61\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M32.5784 45.4741H50.2199C50.7802 45.4741 51.3307 45.33",
      "<a class=\"transition-opacity group\" href=\"https://supabase.com/docs/guides/getting-started/quickstarts/refine\"><div class=\"m-1 bg-(--color-bg-darkest) h-16 w-16 flex items-center justify-center rounded-md group-hover:border transition-all text-foreground-light border-foreground-light hover:shadow-sm\"><svg width=\"45\" height=\"45\" fill-rule=\"evenodd\" clip-rule=\"evenodd\" viewBox=\"0 0 61 61\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M33.4814 11.2038C31.6046 10.2654 29.3954 10.2654 27.51",
      "<a class=\"w-40\" href=\"/\"><svg viewBox=\"0 0 581 113\" fill=\"none\" width=\"124\" height=\"24\" class=\"w-40 h-[30px]\" aria-label=\"Supabase Logo\" role=\"img\"><path d=\"M151.397 66.7608C151.996 72.3621 157.091 81.9642 171.877 81.9642C184.764 81.9642 190.959 73.7624 190.959 65.7607C190.959 58.559 186.063 52.6577 176.373 50.6571L169.379 49.1569C166.682 48.6568 164.884 47.1565 164.884 44.7559C164.884 41.9552 167.681 39.8549 171.178 39.8549C176.772 39.8549 178.87 43.5556 179.27 46.4564L190.359 43.9558C189.76 38"
    ],
    "inaccessibleButtons": [],
    "missingAutocompleteInputs": [
      "<input type=\"email\" placeholder=\"Your email\" aria-label=\"Email for newsletter\" required class=\"flex w-full rounded-md border border-control read-only:border-button bg-foreground/[.026] file:border-0 file:bg-transparent file:text-sm file:font-medium placeholder:text-foreground-muted read-only:text-foreground-light focus:ring-background-control focus:border-control focus-visible:outline-hidden focus-visible:ring-2 focus-visible:ring-background-control focus-visible:ring-offset-2 focus-visible:ring"
    ],
    "imagesMissingAlt": [],
    "skippedHeadingLevels": [
      "h1: Build in a weekendScale to millions",
      "h2: Postgres Database",
      "h2: Authentication",
      "h2: Edge Functions",
      "h2: Storage",
      "h2: Realtime",
      "h2: Vector",
      "h2: Data APIs",
      "h3: Trusted by the world’s most innovative companies.",
      "h3: Start building in seconds",
      "h4: Stripe Subscriptions Starter",
      "h4: Next.js Starter",
      "h4: AI Chatbot",
      "h4: LangChain + Next.js Starter",
      "h4: Flutter User Management",
      "h4: Expo React Native Starter",
      "h4: Stripe Subscriptions Starter",
      "h4: Next.js Starter",
      "h4: AI Chatbot",
      "h4: LangChain + Next.js Starter",
      "h4: Flutter User Management",
      "h4: Expo React Native Starter",
      "h3: Stay productive and manage your app without leaving the dashboard",
      "h3: Join the community",
      "h2: Open source from day one",
      "h2: Build in a weekend, scale to millions",
      "h2: Footer",
      "h6: Product",
      "h6: Solutions",
      "h6: Resources",
      "h6: Developers",
      "h6: Community",
      "h6: Company"
    ]
  },
  "counts": {
    "h1": 1,
    "headings": 33,
    "links": 177,
    "inaccessibleLinks": 12,
    "buttons": 22,
    "inaccessibleButtons": 0,
    "images": 158,
    "imagesWithAlt": 158,
    "autocompleteInputs": 1,
    "inputsWithAutocomplete": 0,
    "missingAutocompleteInputs": 1
  }
}

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": "Fri, 05 Jun 2026 18:12:53 GMT",
  "schemaDates": [],
  "metaDateCount": 0,
  "timeDateCount": 0
}

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": 10571
          },
          {
            "path": "/.well-known/a2a/agent-card.json",
            "statusCode": 404,
            "contentType": "text/html; charset=utf-8",
            "length": 10571
          },
          {
            "path": "/agent-card.json",
            "statusCode": 404,
            "contentType": "text/html; charset=utf-8",
            "length": 10571
          }
        ]
      },
      "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.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": 10571
          },
          {
            "path": "/agent.json",
            "statusCode": 404,
            "contentType": "text/html; charset=utf-8",
            "length": 10571
          }
        ]
      },
      "issue": "agent.json was not found at the expected path.",
      "howToFix": "Publish agent.json with awp_version, domain, intent, and typed actions that point to real same-origin API or protocol endpoints."
    }
  ]
}

Agent Ease of UseSkill DiscoveryInformational

agents.json

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

25 Fail

Needs attention

agents.json

Failed check
01

Issue

agents.json was not found at the expected path.

02

Why it matters

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

Check name

agents.json

Score

0/100

Status

fail

Category

Skill Discovery

Maturity

Informational

Goal

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

Result

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

Validation steps

  1. Fetch to find resource

    agents.json was not found at the expected path.

Evidence
{
  "failedStep": "fetch",
  "steps": [
    {
      "id": "fetch",
      "title": "Fetch to find resource",
      "status": "fail",
      "evidence": {
        "checked": [
          {
            "path": "/.well-known/agents.json",
            "statusCode": 404,
            "contentType": "text/html; charset=utf-8",
            "length": 10571
          },
          {
            "path": "/agents.json",
            "statusCode": 404,
            "contentType": "text/html; charset=utf-8",
            "length": 10571
          }
        ]
      },
      "issue": "agents.json was not found at the expected path.",
      "howToFix": "If this site uses agents.json, publish JSON with an agents array containing name and url for each agent."
    }
  ]
}

Security & TrustSecurity & TrustEstablished

Content-Security-Policy

Content-Security-Policy is missing or incomplete.

25 Fail

Needs attention

Content-Security-Policy

Failed check
01

Issue

Content-Security-Policy is missing or incomplete.

02

Why it matters

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

Check name

Content-Security-Policy

Score

0/100

Status

fail

Category

Security & Trust

Maturity

Established

Goal

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

Result

Content-Security-Policy is missing or incomplete.

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

Security & TrustSecurity & TrustEstablished

Frame protection

Frame protection is missing or incomplete.

25 Fail

Needs attention

Frame protection

Failed check
01

Issue

Frame protection is missing or incomplete.

02

Why it matters

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

Check name

Frame protection

Score

0/100

Status

fail

Category

Security & Trust

Maturity

Established

Goal

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

Result

Frame protection is missing or incomplete.

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

Agent Ease of UseMCPEmerging recommendation

MCP Server Card

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

25 Fail

Needs attention

MCP Server Card

Failed check
01

Issue

MCP Server Card was not found at the expected path.

02

Why it matters

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

Check name

MCP Server Card

Score

0/100

Status

fail

Category

MCP

Maturity

Emerging recommendation

Goal

Publish an MCP Server Card for agent discovery.

Result

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

Validation steps

  1. Fetch to find resource

    MCP Server Card was not found at the expected path.

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

Security & TrustSecurity & TrustEstablished

X-Content-Type-Options

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

25 Fail

Needs attention

X-Content-Type-Options

Failed check
01

Issue

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

02

Why it matters

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

Check name

X-Content-Type-Options

Score

0/100

Status

fail

Category

Security & Trust

Maturity

Established

Goal

Prevent MIME sniffing for browser-loaded resources.

Result

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

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

Agent Ease of UseSkill DiscoveryEmerging recommendation

Agent Skills index

Agent Skills index failed at "Validate resource body".

17 Fail

Needs attention

Agent Skills index

Failed check
01

Issue

Agent Skills Index response did not match the expected shape. missing or invalid top-level fields: version=0.2.0.

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

33/100

Status

fail

Category

Skill Discovery

Maturity

Emerging recommendation

Goal

Publish an agent skills discovery index.

Result

Agent Skills index failed at "Validate resource body".

Validation steps

  1. Validate resource body

    Agent Skills Index response did not match the expected shape. missing or invalid top-level fields: version=0.2.0.

  2. Fetch advertised SKILL.md files

    One or more advertised skill URLs were missing, did not look like SKILL.md Markdown, or failed digest verification.

Evidence
{
  "failedStep": "validate",
  "steps": [
    {
      "id": "fetch",
      "title": "Fetch discovery resource",
      "status": "pass",
      "evidence": {
        "path": "/.well-known/agent-skills/index.json",
        "statusCode": 200,
        "contentType": "application/json; charset=utf-8"
      }
    },
    {
      "id": "validate",
      "title": "Validate resource body",
      "status": "fail",
      "evidence": {
        "valid": false,
        "validJson": true,
        "compatibleContentType": true,
        "document": {
          "$schema": "https://schemas.agentskills.io/discovery/0.2.0/schema.json",
          "skills": [
            {
              "name": "supabase",
              "type": "archive",
              "description": "Use when doing ANY task involving Supabase. Triggers: Supabase products (Database, Auth, Edge Functions, Realtime, Storage, Vectors, Cron, Queues); client libraries and SSR integrations (supabase-js, @supabase/ssr) in Next.js, React, SvelteKit, Astro, Remix; auth issues (login, logout, sessions, JWT, cookies, getSession, getUser, getClaims, RLS); Supabase CLI or MCP server; schema changes, migrations, security audits, Postgres extensions (pg_graphql, pg_cron, pg_vector).",
              "url": "https://github.com/supabase/agent-skills/releases/download/v0.1.5/supabase.tar.gz",
              "digest": "sha256:5acb0974e54db43ac66fcb55170dee2059b423d5253a9c1f14a51df44358f07a"
            },
            {
              "name": "supabase-postgres-best-practices",
              "type": "archive",
              "description": "Postgres performance optimization and best practices from Supabase. Use this skill when writing, reviewing, or optimizing Postgres queries, schema designs, or database configurations.",
              "url": "https://github.com/supabase/agent-skills/releases/download/v0.1.5/supabase-postgres-best-practices.tar.gz",
              "digest": "sha256:2db40cf84865e73c908ff080d101ab1ca60829cd379f4e6c15d7287d33ce61e5"
            }
          ]
        },
        "rawExcerpt": "{\n  \"$schema\": \"https://schemas.agentskills.io/discovery/0.2.0/schema.json\",\n  \"skills\": [\n    {\n      \"name\": \"supabase\",\n      \"type\": \"archive\",\n      \"description\": \"Use when doing ANY task involving Supabase. Triggers: Supabase products (Database, Auth, Edge Functions, Realtime, Storage, Vectors, Cron, Queues); client libraries and SSR integrations (supabase-js, @supabase/ssr) in Next.js, React, SvelteKit, Astro, Remix; auth issues (login, logout, sessions, JWT, cookies, getSession, getUser, getClaims, RLS); Supabase CLI or MCP server; schema changes, migrations, security audits, Postgres extensions (pg_graphql, pg_cron, pg_vector).\",\n      \"url\": \"https://github.com/supabase/agent-skills/releases/download/v0.1.5/supabase.tar.gz\",\n      \"digest\": \"sha256:5acb0974e54db43ac66fcb55170dee",
        "issue": "Agent Skills Index response did not match the expected shape. missing or invalid top-level fields: version=0.2.0.",
        "schema": "https://schemas.agentskills.io/discovery/0.2.0/schema.json",
        "skillCount": 2,
        "validSkillCount": 2,
        "invalidSkills": [],
        "skills": [
          {
            "name": "supabase",
            "type": "archive",
            "description": "Use when doing ANY task involving Supabase. Triggers: Supabase products (Database, Auth, Edge Functions, Realtime, Storage, Vectors, Cron, Queues); client libraries and SSR integrations (supabase-js, @supabase/ssr) in Next.js, React, SvelteKit, Astro, Remix; auth issues (login, logout, sessions, JWT, cookies, getSession, getUser, getClaims, RLS); Supabase CLI or MCP server; schema changes, migrations, security audits, Postgres extensions (pg_graphql, pg_cron, pg_vector).",
            "url": "https://github.com/supabase/agent-skills/releases/download/v0.1.5/supabase.tar.gz",
            "digest": "sha256:5acb0974e54db43ac66fcb55170dee2059b423d5253a9c1f14a51df44358f07a"
          },
          {
            "name": "supabase-postgres-best-practices",
            "type": "archive",
            "description": "Postgres performance optimization and best practices from Supabase. Use this skill when writing, reviewing, or optimizing Postgres queries, schema designs, or database configurations.",
            "url": "https://github.com/supabase/agent-skills/releases/download/v0.1.5/supabase-postgres-best-practices.tar.gz",
            "digest": "sha256:2db40cf84865e73c908ff080d101ab1ca60829cd379f4e6c15d7287d33ce61e5"
          }
        ]
      },
      "issue": "Agent Skills Index response did not match the expected shape. missing or invalid top-level fields: version=0.2.0.",
      "howToFix": "Publish an index with a non-empty skills array and reachable SKILL.md URLs."
    },
    {
      "id": "skill-documents",
      "title": "Fetch advertised SKILL.md files",
      "status": "fail",
      "evidence": {
        "checkedCount": 2,
        "totalCount": 2,
        "checked": [
          {
            "url": "https://github.com/supabase/agent-skills/releases/download/v0.1.5/supabase.tar.gz",
            "statusCode": 200,
            "contentType": "application/octet-stream",
            "hasSkillHeading": false,
            "length": 5169,
            "advertisedDigest": "sha256:5acb0974e54db43ac66fcb55170dee2059b423d5253a9c1f14a51df44358f07a",
            "actualDigest": "sha256:9b1a1411259bb0a5a0df8f6197abe0d6bb837d351a43236ac1117ce8fece6d2b",
            "digestMatches": false
          },
          {
            "url": "https://github.com/supabase/agent-skills/releases/download/v0.1.5/supabase-postgres-best-practices.tar.gz",
            "statusCode": 200,
            "contentType": "application/octet-stream",
            "hasSkillHeading": false,
            "length": 17920,
            "advertisedDigest": "sha256:2db40cf84865e73c908ff080d101ab1ca60829cd379f4e6c15d7287d33ce61e5",
            "actualDigest": "sha256:3b926560926123e5cfe30fd2d58cecf52f5bb87eb4927428a27e984a1cb5290a",
            "digestMatches": false
          }
        ]
      },
      "issue": "One or more advertised skill URLs were missing, did not look like SKILL.md Markdown, or failed digest verification.",
      "howToFix": "Make every advertised skill URL return Markdown with a top-level heading and a matching sha256 digest, or remove broken entries from the index."
    }
  ]
}

Agent Ease of UseAPIEstablished

API Catalog

API Catalog failed at "Fetch advertised API catalog targets".

17 Fail

Needs attention

API Catalog

Failed check
01

Issue

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

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

67/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 advertised API catalog targets".

Validation steps

  1. Fetch advertised API catalog targets

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

Evidence
{
  "failedStep": "target-validation",
  "steps": [
    {
      "id": "fetch",
      "title": "Fetch API catalog",
      "status": "pass",
      "evidence": {
        "statusCode": 200,
        "contentType": "application/linkset+json"
      },
      "howToFix": "Publish /.well-known/api-catalog."
    },
    {
      "id": "validate",
      "title": "Validate RFC 9727 linkset",
      "status": "pass",
      "evidence": {
        "valid": true,
        "compatibleContentType": true,
        "linksetItems": 1,
        "relations": [
          "service-desc",
          "service-doc",
          "status"
        ],
        "usefulRelations": [
          "service-desc",
          "service-doc",
          "status"
        ],
        "legacyRelations": [],
        "hrefIssues": [],
        "targetUrlIssues": [],
        "links": [
          {
            "anchor": "https://api.supabase.com/v1",
            "rel": "service-desc",
            "href": "https://api.supabase.com/api/v1-json",
            "type": "application/openapi+json"
          },
          {
            "anchor": "https://api.supabase.com/v1",
            "rel": "service-doc",
            "href": "https://api.supabase.com/api/v1"
          },
          {
            "anchor": "https://api.supabase.com/v1",
            "rel": "status",
            "href": "https://status.supabase.com"
          }
        ],
        "parsedSummary": [
          {
            "anchor": "https://api.supabase.com/v1",
            "service-desc": [
              {
                "href": "https://api.supabase.com/api/v1-json",
                "type": "application/openapi+json"
              }
            ],
            "service-doc": [
              {
                "href": "https://api.supabase.com/api/v1"
              }
            ],
            "status": [
              {
                "href": "https://status.supabase.com"
              }
            ]
          }
        ],
        "rawExcerpt": "{\n  \"linkset\": [\n    {\n      \"anchor\": \"https://api.supabase.com/v1\",\n      \"service-desc\": [\n        {\n          \"href\": \"https://api.supabase.com/api/v1-json\",\n          \"type\": \"application/openapi+json\"\n        }\n      ],\n      \"service-doc\": [\n        {\n          \"href\": \"https://api.supabase.com/api/v1\"\n        }\n      ],\n      \"status\": [\n        {\n          \"href\": \"https://status.supabase.com\"\n        }\n      ]\n    }\n  ]\n}\n"
      },
      "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": [
          {
            "rel": "service-desc",
            "href": "https://api.supabase.com/api/v1-json",
            "skipped": "External target was not fetched."
          },
          {
            "rel": "service-doc",
            "href": "https://api.supabase.com/api/v1",
            "skipped": "External target was not fetched."
          },
          {
            "rel": "status",
            "href": "https://status.supabase.com",
            "skipped": "External target was not fetched."
          }
        ],
        "failures": [
          {
            "reason": "No same-origin API catalog hrefs were available to fetch."
          }
        ]
      },
      "issue": "API Catalog did not expose any same-origin hrefs to validate.",
      "howToFix": "Make each same-origin API catalog href reachable and serve the advertised media type."
    }
  ]
}

Agent Ease of UseMCPInformational

WebMCP

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

13 Warning

Needs attention

WebMCP

Warning
01

Issue

WebMCP declarative annotations need fixes.

Details

02

Why it matters

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

Check name

WebMCP

Score

50/100

Status

warning

Category

MCP

Maturity

Informational

Goal

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

Result

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

Validation steps

  1. Detect data-mcp-tool annotations

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

  2. Detect WebMCP declarative tags

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

  3. Validate WebMCP declarative annotation quality

    WebMCP declarative annotations need fixes.

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

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

  5. Detect WebMCP browser navigator injection

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

  6. Interactive surface coverage

    Only 0% of interactive surfaces are annotated.

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

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

AIO: Source and trust signals

AIO: Source and trust signals scored 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": "https://x.com/pontusab/status/1958603243401183701",
      "text": "@pontusabI love everything about Supabase.",
      "html": "<a target=\"_blank\" class=\"mb-4 z-0 break-inside-avoid-column block group\" href=\"https://x.com/pontusab/status/1958603243401183701\"><div class=\"bg-surface-75 border group-hover/tweet-card:border-foreground-muted transition-colors rounded-2xl p-6 drop-shadow-xs\"><div class=\"relative\"><div class=\"flex items-center gap-2\"><div class=\"h-10 w-10 overflow-hidden rounded-full border border-control\"><img alt=\"@pontusab twitter image\" loading=\"lazy\" width=\"64\" height=\"64\" decoding=\"async\" data-nimg=\"1\"..."
    },
    {
      "href": "/company",
      "text": "Company",
      "html": "<a href=\"/company\"><div class=\"text-sm transition-colors text-foreground-lighter hover:text-foreground \">Company</div></a>"
    }
  ],
  "contactLinks": [
    {
      "href": "/contact/sales",
      "text": "Request a demo",
      "html": "<a data-size=\"medium\" type=\"button\" tabindex=\"0\" class=\"relative justify-center cursor-pointer inline-flex items-center space-x-2 text-center font-regular ease-out duration-200 rounded-md outline-hidden transition-all outline-0 focus-visible:outline-4 focus-visible:outline-offset-1 border text-foreground bg-alternative dark:bg-muted hover:bg-selection border-strong hover:border-stronger focus-visible:outline-brand-600 data-[state=open]:bg-selection data-[state=open]:outline-brand-600 data-[st..."
    },
    {
      "href": "/customers/maergo",
      "text": "Maergo's Express Delivery: How Supabase Helped Achieve Scalability, Speed, and Cost Saving",
      "html": "<a class=\"col-span-12 md:col-span-4 w-full md:w-[450px] h-full\" href=\"/customers/maergo\"><div class=\"group/panel rounded-lg md:rounded-xl p-px bg-surface-75 bg-linear-to-b from-border to-border/50 dark:to-surface-100 hover:shadow-md flex items-center justify-center hover:bg-none hover:bg-border-stronger! relative w-full h-full group cursor-pointer overflow-hidden text-left transition\"><div class=\"relative z-10 w-full rounded-[7px] md:rounded-[11px] bg-surface-75 overflow-hidden text-foregroun..."
    },
    {
      "href": "/customers/maergo",
      "text": "Maergo's Express Delivery: How Supabase Helped Achieve Scalability, Speed, and Cost Saving",
      "html": "<a class=\"col-span-12 md:col-span-4 w-full md:w-[450px] h-full\" href=\"/customers/maergo\"><div class=\"group/panel rounded-lg md:rounded-xl p-px bg-surface-75 bg-linear-to-b from-border to-border/50 dark:to-surface-100 hover:shadow-md flex items-center justify-center hover:bg-none hover:bg-border-stronger! relative w-full h-full group cursor-pointer overflow-hidden text-left transition\"><div class=\"relative z-10 w-full rounded-[7px] md:rounded-[11px] bg-surface-75 overflow-hidden text-foregroun..."
    },
    {
      "href": "/customers/maergo",
      "text": "Maergo's Express Delivery: How Supabase Helped Achieve Scalability, Speed, and Cost Saving",
      "html": "<a class=\"col-span-12 md:col-span-4 w-full md:w-[450px] h-full\" href=\"/customers/maergo\"><div class=\"group/panel rounded-lg md:rounded-xl p-px bg-surface-75 bg-linear-to-b from-border to-border/50 dark:to-surface-100 hover:shadow-md flex items-center justify-center hover:bg-none hover:bg-border-stronger! relative w-full h-full group cursor-pointer overflow-hidden text-left transition\"><div class=\"relative z-10 w-full rounded-[7px] md:rounded-[11px] bg-surface-75 overflow-hidden text-foregroun..."
    },
    {
      "href": "https://x.com/adeelibr/status/1981356783818985774",
      "text": "@adeelibr@supabase shout out, their MCP is awesome. It's helping me create better row securities and telling me best practises for setting up a supabase app",
      "html": "<a target=\"_blank\" class=\"mb-4 z-0 break-inside-avoid-column block group\" href=\"https://x.com/adeelibr/status/1981356783818985774\"><div class=\"bg-surface-75 border group-hover/tweet-card:border-foreground-muted transition-colors rounded-2xl p-6 drop-shadow-xs\"><div class=\"relative\"><div class=\"flex items-center gap-2\"><div class=\"h-10 w-10 overflow-hidden rounded-full border border-control\"><img alt=\"@adeelibr twitter image\" loading=\"lazy\" width=\"64\" height=\"64\" decoding=\"async\" data-nimg=\"1\"..."
    },
    {
      "href": "https://x.com/TyronBache/status/1924425289959928039",
      "text": "@TyronBacheReally impressed with @supabase's Assistant. It has helped me troubleshoot and solve complex CORS Configuration issues on Pinger.",
      "html": "<a target=\"_blank\" class=\"mb-4 z-0 break-inside-avoid-column block group\" href=\"https://x.com/TyronBache/status/1924425289959928039\"><div class=\"bg-surface-75 border group-hover/tweet-card:border-foreground-muted transition-colors rounded-2xl p-6 drop-shadow-xs\"><div class=\"relative\"><div class=\"flex items-center gap-2\"><div class=\"h-10 w-10 overflow-hidden rounded-full border border-control\"><img alt=\"@TyronBache twitter image\" loading=\"lazy\" width=\"64\" height=\"64\" decoding=\"async\" data-nimg..."
    },
    {
      "href": "https://x.com/MinimEditor/status/1954422981708722372",
      "text": "@MinimEditorI’ve always used Supabase just as a database. Yesterday, I helped debug a founder’s vibe-coding project built with React + React Router — no backend server. The “backend” was entirely Supabase Edge Functions as the API. First time using Supabase this way. Impressive.",
      "html": "<a target=\"_blank\" class=\"mb-4 z-0 break-inside-avoid-column block group\" href=\"https://x.com/MinimEditor/status/1954422981708722372\"><div class=\"bg-surface-75 border group-hover/tweet-card:border-foreground-muted transition-colors rounded-2xl p-6 drop-shadow-xs\"><div class=\"relative\"><div class=\"flex items-center gap-2\"><div class=\"h-10 w-10 overflow-hidden rounded-full border border-control\"><img alt=\"@MinimEditor twitter image\" loading=\"lazy\" width=\"64\" height=\"64\" decoding=\"async\" data-ni..."
    },
    {
      "href": "https://x.com/adeelibr/status/1981356783818985774",
      "text": "@adeelibr@supabase shout out, their MCP is awesome. It's helping me create better row securities and telling me best practises for setting up a supabase app",
      "html": "<a target=\"_blank\" class=\"min-w-[200px] mb-4 z-0 break-inside-avoid-column block group/tweet-card\" href=\"https://x.com/adeelibr/status/1981356783818985774\"><div class=\"bg-surface-75 border group-hover/tweet-card:border-foreground-muted transition-colors rounded-2xl p-6 drop-shadow-xs\"><div class=\"relative\"><div class=\"flex items-center gap-2\"><div class=\"h-10 w-10 overflow-hidden rounded-full border border-control\"><img alt=\"@adeelibr twitter image\" loading=\"lazy\" width=\"64\" height=\"64\" decod..."
    },
    {
      "href": "https://x.com/TyronBache/status/1924425289959928039",
      "text": "@TyronBacheReally impressed with @supabase's Assistant. It has helped me troubleshoot and solve complex CORS Configuration issues on Pinger.",
      "html": "<a target=\"_blank\" class=\"min-w-[200px] mb-4 z-0 break-inside-avoid-column block group/tweet-card\" href=\"https://x.com/TyronBache/status/1924425289959928039\"><div class=\"bg-surface-75 border group-hover/tweet-card:border-foreground-muted transition-colors rounded-2xl p-6 drop-shadow-xs\"><div class=\"relative\"><div class=\"flex items-center gap-2\"><div class=\"h-10 w-10 overflow-hidden rounded-full border border-control\"><img alt=\"@TyronBache twitter image\" loading=\"lazy\" width=\"64\" height=\"64\" d..."
    },
    {
      "href": "https://x.com/MinimEditor/status/1954422981708722372",
      "text": "@MinimEditorI’ve always used Supabase just as a database. Yesterday, I helped debug a founder’s vibe-coding project built with React + React Router — no backend server. The “backend” was entirely Supabase Edge Functions as the API. First time using Supabase this way. Impressive.",
      "html": "<a target=\"_blank\" class=\"min-w-[200px] mb-4 z-0 break-inside-avoid-column block group/tweet-card\" href=\"https://x.com/MinimEditor/status/1954422981708722372\"><div class=\"bg-surface-75 border group-hover/tweet-card:border-foreground-muted transition-colors rounded-2xl p-6 drop-shadow-xs\"><div class=\"relative\"><div class=\"flex items-center gap-2\"><div class=\"h-10 w-10 overflow-hidden rounded-full border border-control\"><img alt=\"@MinimEditor twitter image\" loading=\"lazy\" width=\"64\" height=\"64\"..."
    },
    {
      "href": "https://x.com/adeelibr/status/1981356783818985774",
      "text": "@adeelibr@supabase shout out, their MCP is awesome. It's helping me create better row securities and telling me best practises for setting up a supabase app",
      "html": "<a target=\"_blank\" class=\"min-w-[200px] mb-4 z-0 break-inside-avoid-column block group/tweet-card\" href=\"https://x.com/adeelibr/status/1981356783818985774\"><div class=\"bg-surface-75 border group-hover/tweet-card:border-foreground-muted transition-colors rounded-2xl p-6 drop-shadow-xs\"><div class=\"relative\"><div class=\"flex items-center gap-2\"><div class=\"h-10 w-10 overflow-hidden rounded-full border border-control\"><img alt=\"@adeelibr twitter image\" loading=\"lazy\" width=\"64\" height=\"64\" decod..."
    },
    {
      "href": "https://x.com/TyronBache/status/1924425289959928039",
      "text": "@TyronBacheReally impressed with @supabase's Assistant. It has helped me troubleshoot and solve complex CORS Configuration issues on Pinger.",
      "html": "<a target=\"_blank\" class=\"min-w-[200px] mb-4 z-0 break-inside-avoid-column block group/tweet-card\" href=\"https://x.com/TyronBache/status/1924425289959928039\"><div class=\"bg-surface-75 border group-hover/tweet-card:border-foreground-muted transition-colors rounded-2xl p-6 drop-shadow-xs\"><div class=\"relative\"><div class=\"flex items-center gap-2\"><div class=\"h-10 w-10 overflow-hidden rounded-full border border-control\"><img alt=\"@TyronBache twitter image\" loading=\"lazy\" width=\"64\" height=\"64\" d..."
    },
    {
      "href": "https://x.com/MinimEditor/status/1954422981708722372",
      "text": "@MinimEditorI’ve always used Supabase just as a database. Yesterday, I helped debug a founder’s vibe-coding project built with React + React Router — no backend server. The “backend” was entirely Supabase Edge Functions as the API. First time using Supabase this way. Impressive.",
      "html": "<a target=\"_blank\" class=\"min-w-[200px] mb-4 z-0 break-inside-avoid-column block group/tweet-card\" href=\"https://x.com/MinimEditor/status/1954422981708722372\"><div class=\"bg-surface-75 border group-hover/tweet-card:border-foreground-muted transition-colors rounded-2xl p-6 drop-shadow-xs\"><div class=\"relative\"><div class=\"flex items-center gap-2\"><div class=\"h-10 w-10 overflow-hidden rounded-full border border-control\"><img alt=\"@MinimEditor twitter image\" loading=\"lazy\" width=\"64\" height=\"64\"..."
    },
    {
      "href": "https://x.com/adeelibr/status/1981356783818985774",
      "text": "@adeelibr@supabase shout out, their MCP is awesome. It's helping me create better row securities and telling me best practises for setting up a supabase app",
      "html": "<a target=\"_blank\" class=\"min-w-[200px] mb-4 z-0 break-inside-avoid-column block group/tweet-card\" href=\"https://x.com/adeelibr/status/1981356783818985774\"><div class=\"bg-surface-75 border group-hover/tweet-card:border-foreground-muted transition-colors rounded-2xl p-6 drop-shadow-xs\"><div class=\"relative\"><div class=\"flex items-center gap-2\"><div class=\"h-10 w-10 overflow-hidden rounded-full border border-control\"><img alt=\"@adeelibr twitter image\" loading=\"lazy\" width=\"64\" height=\"64\" decod..."
    },
    {
      "href": "https://x.com/TyronBache/status/1924425289959928039",
      "text": "@TyronBacheReally impressed with @supabase's Assistant. It has helped me troubleshoot and solve complex CORS Configuration issues on Pinger.",
      "html": "<a target=\"_blank\" class=\"min-w-[200px] mb-4 z-0 break-inside-avoid-column block group/tweet-card\" href=\"https://x.com/TyronBache/status/1924425289959928039\"><div class=\"bg-surface-75 border group-hover/tweet-card:border-foreground-muted transition-colors rounded-2xl p-6 drop-shadow-xs\"><div class=\"relative\"><div class=\"flex items-center gap-2\"><div class=\"h-10 w-10 overflow-hidden rounded-full border border-control\"><img alt=\"@TyronBache twitter image\" loading=\"lazy\" width=\"64\" height=\"64\" d..."
    },
    {
      "href": "https://x.com/MinimEditor/status/1954422981708722372",
      "text": "@MinimEditorI’ve always used Supabase just as a database. Yesterday, I helped debug a founder’s vibe-coding project built with React + React Router — no backend server. The “backend” was entirely Supabase Edge Functions as the API. First time using Supabase this way. Impressive.",
      "html": "<a target=\"_blank\" class=\"min-w-[200px] mb-4 z-0 break-inside-avoid-column block group/tweet-card\" href=\"https://x.com/MinimEditor/status/1954422981708722372\"><div class=\"bg-surface-75 border group-hover/tweet-card:border-foreground-muted transition-colors rounded-2xl p-6 drop-shadow-xs\"><div class=\"relative\"><div class=\"flex items-center gap-2\"><div class=\"h-10 w-10 overflow-hidden rounded-full border border-control\"><img alt=\"@MinimEditor twitter image\" loading=\"lazy\" width=\"64\" height=\"64\"..."
    },
    {
      "href": "/contact/sales",
      "text": "Request a demo",
      "html": "<a data-size=\"medium\" type=\"button\" tabindex=\"0\" class=\"relative justify-center cursor-pointer inline-flex items-center space-x-2 text-center font-regular ease-out duration-200 rounded-md outline-hidden transition-all outline-0 focus-visible:outline-4 focus-visible:outline-offset-1 border text-foreground bg-alternative dark:bg-muted hover:bg-selection border-strong hover:border-stronger focus-visible:outline-brand-600 data-[state=open]:bg-selection data-[state=open]:outline-brand-600 data-[st..."
    },
    {
      "href": "/support",
      "text": "Support",
      "html": "<a href=\"/support\"><div class=\"text-sm transition-colors text-foreground-lighter hover:text-foreground \">Support</div></a>"
    },
    {
      "href": "/support-policy",
      "text": "Support Policy",
      "html": "<a href=\"/support-policy\"><div class=\"text-sm transition-colors text-foreground-lighter hover:text-foreground \">Support Policy</div></a>"
    },
    {
      "href": "/contact-us",
      "text": "Contact Us",
      "html": "<a href=\"/contact-us\"><div class=\"text-sm transition-colors text-foreground-lighter hover:text-foreground \">Contact Us</div></a>"
    }
  ],
  "privacyLinks": [
    {
      "href": "/terms",
      "text": "Terms of Service",
      "html": "<a href=\"/terms\"><div class=\"text-sm transition-colors text-foreground-lighter hover:text-foreground \">Terms of Service</div></a>"
    },
    {
      "href": "/privacy",
      "text": "Privacy Policy",
      "html": "<a href=\"/privacy\"><div class=\"text-sm transition-colors text-foreground-lighter hover:text-foreground \">Privacy Policy</div></a>"
    }
  ],
  "score": 40,
  "weight": 20
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

AEO: Answer evidence and trust

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

5 Fail

Needs attention

AEO: Answer evidence and trust

Failed check
01

Issue

Missing AIO trust signals: author, publisher, freshnessDate.

Details

02

Why it matters

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

Check name

AEO: Answer evidence and trust

Score

40/100

Status

fail

Category

GEO, AIO & AEO

Maturity

Emerging recommendation

Goal

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

Result

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

Evidence
{
  "signals": {
    "author": false,
    "publisher": false,
    "freshnessDate": false,
    "aboutOrContact": true,
    "policyLinks": true
  },
  "missing": [
    "author",
    "publisher",
    "freshnessDate"
  ],
  "authorMeta": "",
  "schemaAuthors": [],
  "schemaPublishers": [],
  "schemaDates": [],
  "visibleDates": [],
  "aboutLinks": [
    {
      "href": "https://x.com/pontusab/status/1958603243401183701",
      "text": "@pontusabI love everything about Supabase.",
      "html": "<a target=\"_blank\" class=\"mb-4 z-0 break-inside-avoid-column block group\" href=\"https://x.com/pontusab/status/1958603243401183701\"><div class=\"bg-surface-75 border group-hover/tweet-card:border-foreground-muted transition-colors rounded-2xl p-6 drop-shadow-xs\"><div class=\"relative\"><div class=\"flex items-center gap-2\"><div class=\"h-10 w-10 overflow-hidden rounded-full border border-control\"><img alt=\"@pontusab twitter image\" loading=\"lazy\" width=\"64\" height=\"64\" decoding=\"async\" data-nimg=\"1\"..."
    },
    {
      "href": "/company",
      "text": "Company",
      "html": "<a href=\"/company\"><div class=\"text-sm transition-colors text-foreground-lighter hover:text-foreground \">Company</div></a>"
    }
  ],
  "contactLinks": [
    {
      "href": "/contact/sales",
      "text": "Request a demo",
      "html": "<a data-size=\"medium\" type=\"button\" tabindex=\"0\" class=\"relative justify-center cursor-pointer inline-flex items-center space-x-2 text-center font-regular ease-out duration-200 rounded-md outline-hidden transition-all outline-0 focus-visible:outline-4 focus-visible:outline-offset-1 border text-foreground bg-alternative dark:bg-muted hover:bg-selection border-strong hover:border-stronger focus-visible:outline-brand-600 data-[state=open]:bg-selection data-[state=open]:outline-brand-600 data-[st..."
    },
    {
      "href": "/customers/maergo",
      "text": "Maergo's Express Delivery: How Supabase Helped Achieve Scalability, Speed, and Cost Saving",
      "html": "<a class=\"col-span-12 md:col-span-4 w-full md:w-[450px] h-full\" href=\"/customers/maergo\"><div class=\"group/panel rounded-lg md:rounded-xl p-px bg-surface-75 bg-linear-to-b from-border to-border/50 dark:to-surface-100 hover:shadow-md flex items-center justify-center hover:bg-none hover:bg-border-stronger! relative w-full h-full group cursor-pointer overflow-hidden text-left transition\"><div class=\"relative z-10 w-full rounded-[7px] md:rounded-[11px] bg-surface-75 overflow-hidden text-foregroun..."
    },
    {
      "href": "/customers/maergo",
      "text": "Maergo's Express Delivery: How Supabase Helped Achieve Scalability, Speed, and Cost Saving",
      "html": "<a class=\"col-span-12 md:col-span-4 w-full md:w-[450px] h-full\" href=\"/customers/maergo\"><div class=\"group/panel rounded-lg md:rounded-xl p-px bg-surface-75 bg-linear-to-b from-border to-border/50 dark:to-surface-100 hover:shadow-md flex items-center justify-center hover:bg-none hover:bg-border-stronger! relative w-full h-full group cursor-pointer overflow-hidden text-left transition\"><div class=\"relative z-10 w-full rounded-[7px] md:rounded-[11px] bg-surface-75 overflow-hidden text-foregroun..."
    },
    {
      "href": "/customers/maergo",
      "text": "Maergo's Express Delivery: How Supabase Helped Achieve Scalability, Speed, and Cost Saving",
      "html": "<a class=\"col-span-12 md:col-span-4 w-full md:w-[450px] h-full\" href=\"/customers/maergo\"><div class=\"group/panel rounded-lg md:rounded-xl p-px bg-surface-75 bg-linear-to-b from-border to-border/50 dark:to-surface-100 hover:shadow-md flex items-center justify-center hover:bg-none hover:bg-border-stronger! relative w-full h-full group cursor-pointer overflow-hidden text-left transition\"><div class=\"relative z-10 w-full rounded-[7px] md:rounded-[11px] bg-surface-75 overflow-hidden text-foregroun..."
    },
    {
      "href": "https://x.com/adeelibr/status/1981356783818985774",
      "text": "@adeelibr@supabase shout out, their MCP is awesome. It's helping me create better row securities and telling me best practises for setting up a supabase app",
      "html": "<a target=\"_blank\" class=\"mb-4 z-0 break-inside-avoid-column block group\" href=\"https://x.com/adeelibr/status/1981356783818985774\"><div class=\"bg-surface-75 border group-hover/tweet-card:border-foreground-muted transition-colors rounded-2xl p-6 drop-shadow-xs\"><div class=\"relative\"><div class=\"flex items-center gap-2\"><div class=\"h-10 w-10 overflow-hidden rounded-full border border-control\"><img alt=\"@adeelibr twitter image\" loading=\"lazy\" width=\"64\" height=\"64\" decoding=\"async\" data-nimg=\"1\"..."
    },
    {
      "href": "https://x.com/TyronBache/status/1924425289959928039",
      "text": "@TyronBacheReally impressed with @supabase's Assistant. It has helped me troubleshoot and solve complex CORS Configuration issues on Pinger.",
      "html": "<a target=\"_blank\" class=\"mb-4 z-0 break-inside-avoid-column block group\" href=\"https://x.com/TyronBache/status/1924425289959928039\"><div class=\"bg-surface-75 border group-hover/tweet-card:border-foreground-muted transition-colors rounded-2xl p-6 drop-shadow-xs\"><div class=\"relative\"><div class=\"flex items-center gap-2\"><div class=\"h-10 w-10 overflow-hidden rounded-full border border-control\"><img alt=\"@TyronBache twitter image\" loading=\"lazy\" width=\"64\" height=\"64\" decoding=\"async\" data-nimg..."
    },
    {
      "href": "https://x.com/MinimEditor/status/1954422981708722372",
      "text": "@MinimEditorI’ve always used Supabase just as a database. Yesterday, I helped debug a founder’s vibe-coding project built with React + React Router — no backend server. The “backend” was entirely Supabase Edge Functions as the API. First time using Supabase this way. Impressive.",
      "html": "<a target=\"_blank\" class=\"mb-4 z-0 break-inside-avoid-column block group\" href=\"https://x.com/MinimEditor/status/1954422981708722372\"><div class=\"bg-surface-75 border group-hover/tweet-card:border-foreground-muted transition-colors rounded-2xl p-6 drop-shadow-xs\"><div class=\"relative\"><div class=\"flex items-center gap-2\"><div class=\"h-10 w-10 overflow-hidden rounded-full border border-control\"><img alt=\"@MinimEditor twitter image\" loading=\"lazy\" width=\"64\" height=\"64\" decoding=\"async\" data-ni..."
    },
    {
      "href": "https://x.com/adeelibr/status/1981356783818985774",
      "text": "@adeelibr@supabase shout out, their MCP is awesome. It's helping me create better row securities and telling me best practises for setting up a supabase app",
      "html": "<a target=\"_blank\" class=\"min-w-[200px] mb-4 z-0 break-inside-avoid-column block group/tweet-card\" href=\"https://x.com/adeelibr/status/1981356783818985774\"><div class=\"bg-surface-75 border group-hover/tweet-card:border-foreground-muted transition-colors rounded-2xl p-6 drop-shadow-xs\"><div class=\"relative\"><div class=\"flex items-center gap-2\"><div class=\"h-10 w-10 overflow-hidden rounded-full border border-control\"><img alt=\"@adeelibr twitter image\" loading=\"lazy\" width=\"64\" height=\"64\" decod..."
    },
    {
      "href": "https://x.com/TyronBache/status/1924425289959928039",
      "text": "@TyronBacheReally impressed with @supabase's Assistant. It has helped me troubleshoot and solve complex CORS Configuration issues on Pinger.",
      "html": "<a target=\"_blank\" class=\"min-w-[200px] mb-4 z-0 break-inside-avoid-column block group/tweet-card\" href=\"https://x.com/TyronBache/status/1924425289959928039\"><div class=\"bg-surface-75 border group-hover/tweet-card:border-foreground-muted transition-colors rounded-2xl p-6 drop-shadow-xs\"><div class=\"relative\"><div class=\"flex items-center gap-2\"><div class=\"h-10 w-10 overflow-hidden rounded-full border border-control\"><img alt=\"@TyronBache twitter image\" loading=\"lazy\" width=\"64\" height=\"64\" d..."
    },
    {
      "href": "https://x.com/MinimEditor/status/1954422981708722372",
      "text": "@MinimEditorI’ve always used Supabase just as a database. Yesterday, I helped debug a founder’s vibe-coding project built with React + React Router — no backend server. The “backend” was entirely Supabase Edge Functions as the API. First time using Supabase this way. Impressive.",
      "html": "<a target=\"_blank\" class=\"min-w-[200px] mb-4 z-0 break-inside-avoid-column block group/tweet-card\" href=\"https://x.com/MinimEditor/status/1954422981708722372\"><div class=\"bg-surface-75 border group-hover/tweet-card:border-foreground-muted transition-colors rounded-2xl p-6 drop-shadow-xs\"><div class=\"relative\"><div class=\"flex items-center gap-2\"><div class=\"h-10 w-10 overflow-hidden rounded-full border border-control\"><img alt=\"@MinimEditor twitter image\" loading=\"lazy\" width=\"64\" height=\"64\"..."
    },
    {
      "href": "https://x.com/adeelibr/status/1981356783818985774",
      "text": "@adeelibr@supabase shout out, their MCP is awesome. It's helping me create better row securities and telling me best practises for setting up a supabase app",
      "html": "<a target=\"_blank\" class=\"min-w-[200px] mb-4 z-0 break-inside-avoid-column block group/tweet-card\" href=\"https://x.com/adeelibr/status/1981356783818985774\"><div class=\"bg-surface-75 border group-hover/tweet-card:border-foreground-muted transition-colors rounded-2xl p-6 drop-shadow-xs\"><div class=\"relative\"><div class=\"flex items-center gap-2\"><div class=\"h-10 w-10 overflow-hidden rounded-full border border-control\"><img alt=\"@adeelibr twitter image\" loading=\"lazy\" width=\"64\" height=\"64\" decod..."
    },
    {
      "href": "https://x.com/TyronBache/status/1924425289959928039",
      "text": "@TyronBacheReally impressed with @supabase's Assistant. It has helped me troubleshoot and solve complex CORS Configuration issues on Pinger.",
      "html": "<a target=\"_blank\" class=\"min-w-[200px] mb-4 z-0 break-inside-avoid-column block group/tweet-card\" href=\"https://x.com/TyronBache/status/1924425289959928039\"><div class=\"bg-surface-75 border group-hover/tweet-card:border-foreground-muted transition-colors rounded-2xl p-6 drop-shadow-xs\"><div class=\"relative\"><div class=\"flex items-center gap-2\"><div class=\"h-10 w-10 overflow-hidden rounded-full border border-control\"><img alt=\"@TyronBache twitter image\" loading=\"lazy\" width=\"64\" height=\"64\" d..."
    },
    {
      "href": "https://x.com/MinimEditor/status/1954422981708722372",
      "text": "@MinimEditorI’ve always used Supabase just as a database. Yesterday, I helped debug a founder’s vibe-coding project built with React + React Router — no backend server. The “backend” was entirely Supabase Edge Functions as the API. First time using Supabase this way. Impressive.",
      "html": "<a target=\"_blank\" class=\"min-w-[200px] mb-4 z-0 break-inside-avoid-column block group/tweet-card\" href=\"https://x.com/MinimEditor/status/1954422981708722372\"><div class=\"bg-surface-75 border group-hover/tweet-card:border-foreground-muted transition-colors rounded-2xl p-6 drop-shadow-xs\"><div class=\"relative\"><div class=\"flex items-center gap-2\"><div class=\"h-10 w-10 overflow-hidden rounded-full border border-control\"><img alt=\"@MinimEditor twitter image\" loading=\"lazy\" width=\"64\" height=\"64\"..."
    },
    {
      "href": "https://x.com/adeelibr/status/1981356783818985774",
      "text": "@adeelibr@supabase shout out, their MCP is awesome. It's helping me create better row securities and telling me best practises for setting up a supabase app",
      "html": "<a target=\"_blank\" class=\"min-w-[200px] mb-4 z-0 break-inside-avoid-column block group/tweet-card\" href=\"https://x.com/adeelibr/status/1981356783818985774\"><div class=\"bg-surface-75 border group-hover/tweet-card:border-foreground-muted transition-colors rounded-2xl p-6 drop-shadow-xs\"><div class=\"relative\"><div class=\"flex items-center gap-2\"><div class=\"h-10 w-10 overflow-hidden rounded-full border border-control\"><img alt=\"@adeelibr twitter image\" loading=\"lazy\" width=\"64\" height=\"64\" decod..."
    },
    {
      "href": "https://x.com/TyronBache/status/1924425289959928039",
      "text": "@TyronBacheReally impressed with @supabase's Assistant. It has helped me troubleshoot and solve complex CORS Configuration issues on Pinger.",
      "html": "<a target=\"_blank\" class=\"min-w-[200px] mb-4 z-0 break-inside-avoid-column block group/tweet-card\" href=\"https://x.com/TyronBache/status/1924425289959928039\"><div class=\"bg-surface-75 border group-hover/tweet-card:border-foreground-muted transition-colors rounded-2xl p-6 drop-shadow-xs\"><div class=\"relative\"><div class=\"flex items-center gap-2\"><div class=\"h-10 w-10 overflow-hidden rounded-full border border-control\"><img alt=\"@TyronBache twitter image\" loading=\"lazy\" width=\"64\" height=\"64\" d..."
    },
    {
      "href": "https://x.com/MinimEditor/status/1954422981708722372",
      "text": "@MinimEditorI’ve always used Supabase just as a database. Yesterday, I helped debug a founder’s vibe-coding project built with React + React Router — no backend server. The “backend” was entirely Supabase Edge Functions as the API. First time using Supabase this way. Impressive.",
      "html": "<a target=\"_blank\" class=\"min-w-[200px] mb-4 z-0 break-inside-avoid-column block group/tweet-card\" href=\"https://x.com/MinimEditor/status/1954422981708722372\"><div class=\"bg-surface-75 border group-hover/tweet-card:border-foreground-muted transition-colors rounded-2xl p-6 drop-shadow-xs\"><div class=\"relative\"><div class=\"flex items-center gap-2\"><div class=\"h-10 w-10 overflow-hidden rounded-full border border-control\"><img alt=\"@MinimEditor twitter image\" loading=\"lazy\" width=\"64\" height=\"64\"..."
    },
    {
      "href": "/contact/sales",
      "text": "Request a demo",
      "html": "<a data-size=\"medium\" type=\"button\" tabindex=\"0\" class=\"relative justify-center cursor-pointer inline-flex items-center space-x-2 text-center font-regular ease-out duration-200 rounded-md outline-hidden transition-all outline-0 focus-visible:outline-4 focus-visible:outline-offset-1 border text-foreground bg-alternative dark:bg-muted hover:bg-selection border-strong hover:border-stronger focus-visible:outline-brand-600 data-[state=open]:bg-selection data-[state=open]:outline-brand-600 data-[st..."
    },
    {
      "href": "/support",
      "text": "Support",
      "html": "<a href=\"/support\"><div class=\"text-sm transition-colors text-foreground-lighter hover:text-foreground \">Support</div></a>"
    },
    {
      "href": "/support-policy",
      "text": "Support Policy",
      "html": "<a href=\"/support-policy\"><div class=\"text-sm transition-colors text-foreground-lighter hover:text-foreground \">Support Policy</div></a>"
    },
    {
      "href": "/contact-us",
      "text": "Contact Us",
      "html": "<a href=\"/contact-us\"><div class=\"text-sm transition-colors text-foreground-lighter hover:text-foreground \">Contact Us</div></a>"
    }
  ],
  "privacyLinks": [
    {
      "href": "/terms",
      "text": "Terms of Service",
      "html": "<a href=\"/terms\"><div class=\"text-sm transition-colors text-foreground-lighter hover:text-foreground \">Terms of Service</div></a>"
    },
    {
      "href": "/privacy",
      "text": "Privacy Policy",
      "html": "<a href=\"/privacy\"><div class=\"text-sm transition-colors text-foreground-lighter hover:text-foreground \">Privacy Policy</div></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.

4 Warning

Needs attention

AEO: Answer-first sections

Warning
01

Issue

13 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": 14,
  "passing": 1,
  "failing": [
    {
      "heading": "Postgres Database",
      "headingHtml": "<h2 class>Postgres Database</h2>",
      "firstParagraph": "Every project is a full Postgres database, the world's most trusted relational database.",
      "paragraphHtml": "<p class=\"text-sm [&amp;_strong]:text-foreground!\">Every project is <strong>a full Postgres database</strong>, the world&apos;s most trusted relational database.</p>",
      "words": 13,
      "direct": false,
      "issue": "First paragraph is 13 words and does not look like a concise direct answer."
    },
    {
      "heading": "Authentication",
      "headingHtml": "<h2 class>Authentication</h2>",
      "firstParagraph": "Add user sign ups and logins, securing your data with Row Level Security.",
      "paragraphHtml": "<p class=\"text-sm [&amp;_strong]:text-foreground!\"><strong>Add user sign ups and logins</strong>,<br class=\"hidden lg:inline-block\"> securing your data with Row Level Security.</p>",
      "words": 13,
      "direct": false,
      "issue": "First paragraph is 13 words and does not look like a concise direct answer."
    },
    {
      "heading": "Edge Functions",
      "headingHtml": "<h2 class>Edge Functions</h2>",
      "firstParagraph": "Easily write custom code without deploying or scaling servers.",
      "paragraphHtml": "<p class=\"text-sm [&amp;_strong]:text-foreground!\">Easily write custom code<br class=\"hidden sm:inline-block\"> <strong>without deploying or scaling servers.</strong></p>",
      "words": 9,
      "direct": false,
      "issue": "First paragraph is 9 words and does not look like a concise direct answer."
    },
    {
      "heading": "Storage",
      "headingHtml": "<h2 class>Storage</h2>",
      "firstParagraph": "Store, organize, and serve large files, from videos to images.",
      "paragraphHtml": "<p class=\"text-sm [&amp;_strong]:text-foreground!\"><strong>Store, organize, and serve</strong><br class=\"hidden sm:inline-block xl:hidden 2xl:inline-block\"> large files, from videos to images.</p>",
      "words": 10,
      "direct": false,
      "issue": "First paragraph is 10 words and does not look like a concise direct answer."
    },
    {
      "heading": "Realtime",
      "headingHtml": "<h2 class>Realtime</h2>",
      "firstParagraph": "Build multiplayer experiences with real-time data synchronization.",
      "paragraphHtml": "<p class=\"text-sm [&amp;_strong]:text-foreground!\"><strong>Build multiplayer experiences</strong><br class=\"hidden sm:inline-block\"> with real-time data synchronization.</p>",
      "words": 7,
      "direct": false,
      "issue": "First paragraph is 7 words and does not look like a concise direct answer."
    },
    {
      "heading": "Vector",
      "headingHtml": "<h2 class>Vector</h2>",
      "firstParagraph": "Integrate your favorite ML-models to store, index and search vector embeddings.",
      "paragraphHtml": "<p class=\"text-sm [&amp;_strong]:text-foreground!\">Integrate your favorite ML-models to <br class=\"hidden sm:inline-block md:hidden\"><strong>store, index and search vector embeddings</strong>.</p>",
      "words": 11,
      "direct": false,
      "issue": "First paragraph is 11 words and does not look like a concise direct answer."
    },
    {
      "heading": "Data APIs",
      "headingHtml": "<h2 class>Data APIs</h2>",
      "firstParagraph": "Instant ready-to-use Restful APIs.",
      "paragraphHtml": "<p class=\"text-sm [&amp;_strong]:text-foreground!\">Instant ready-to-use <strong>Restful APIs</strong>.</p>",
      "words": 4,
      "direct": false,
      "issue": "First paragraph is 4 words and does not look like a concise direct answer."
    },
    {
      "heading": "Trusted by the world’s most innovative companies.",
      "headingHtml": "<h3 class=\"h2 lg:max-w-md\"><span>Trusted by the world&#x2019;s</span><span class=\"text-foreground-light inline\"> most innovative companies.</span></h3>",
      "firstParagraph": "See how Supabase empowers companies of all sizes to accelerate their growth and streamline their work.",
      "paragraphHtml": "<p class=\"text-foreground-lighter max-w-3xl text-lg sm:mt-4\">See how Supabase empowers companies of all sizes to accelerate their growth and streamline their work.</p>",
      "words": 16,
      "direct": false,
      "issue": "First paragraph is 16 words and does not look like a concise direct answer."
    },
    {
      "heading": "Start building in seconds",
      "headingHtml": "<h3 class=\"h2\">Start building in seconds</h3>",
      "firstParagraph": "Kickstart your next project with templates built by us and our community.",
      "paragraphHtml": "<p class=\"p max-w-[300px] md:max-w-none\">Kickstart your next project with templates built by us and our community.</p>",
      "words": 12,
      "direct": false,
      "issue": "First paragraph is 12 words and does not look like a concise direct answer."
    },
    {
      "heading": "Stay productive and manage your app without leaving the dashboard",
      "headingHtml": "<h3 class=\"mb-8 text-2xl md:text-4xl max-w-[300px] sm:max-w-none mx-auto text-foreground-lighter\"><span class=\"text-foreground\">Stay productive and manage your app</span><br class=\"hidden sm:block\"> without leaving the dashboard</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Join the community",
      "headingHtml": "<h3 class=\"h2\">Join the community</h3>",
      "firstParagraph": "Discover what our community has to say about their Supabase experience.",
      "paragraphHtml": "<p class=\"p max-w-[300px] md:max-w-none\">Discover what our community has to say about their Supabase experience.</p>",
      "words": 11,
      "direct": false,
      "issue": "First paragraph is 11 words and does not look like a concise direct answer."
    },
    {
      "heading": "Build in a weekend, scale to millions",
      "headingHtml": "<h2 class=\"h2\"><span class=\"text-foreground-lighter\">Build in a weekend,</span><span class=\"text-foreground block sm:inline\"> scale to millions</span></h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Footer",
      "headingHtml": "<h2 id=\"footerHeading\" class=\"sr-only\">Footer</h2>",
      "firstParagraph": "Get product updates and news from Supabase.",
      "paragraphHtml": "<p class=\"text-foreground-lighter text-sm\">Get product updates and news from Supabase.</p>",
      "words": 7,
      "direct": false,
      "issue": "First paragraph is 7 words and does not look like a concise direct answer."
    }
  ],
  "score": 65,
  "weight": 28
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

AEO: Question-led structure

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

3 Warning

Needs attention

AEO: Question-led structure

Warning
01

Issue

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

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

GEO: Entity clarity

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

3 Warning

Needs attention

GEO: Entity clarity

Warning
01

Issue

Title/H1 terms missing from description: supabase, development, platform, weekendscale, millions.

Details

02

Why it matters

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

Check name

GEO: Entity clarity

Score

79/100

Status

warning

Category

GEO, AIO & AEO

Maturity

Emerging recommendation

Goal

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

Result

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

Evidence
{
  "title": "Supabase | The Postgres Development Platform.",
  "h1": "Build in a weekendScale to millions",
  "description": "Build production-grade applications with a Postgres database, Authentication, instant APIs, Realtime, Functions, Storage and Vector embeddings. Start for free.",
  "topicOverlap": 0.2857142857142857,
  "topicTerms": [
    "supabase",
    "postgres",
    "development",
    "platform",
    "build",
    "weekendscale",
    "millions"
  ],
  "descriptionTerms": [
    "build",
    "production",
    "grade",
    "applications",
    "postgres",
    "database",
    "authentication",
    "instant",
    "apis",
    "realtime",
    "functions",
    "storage",
    "vector",
    "embeddings",
    "start",
    "free"
  ],
  "missingFromDescription": [
    "supabase",
    "development",
    "platform",
    "weekendscale",
    "millions"
  ],
  "score": 79,
  "weight": 28
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

GEO: Explanatory content depth

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

2 Warning

Needs attention

GEO: Explanatory content depth

Warning
01

Issue

10 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": 10,
  "citablePassages": 0,
  "failingCandidateParagraphs": [
    {
      "index": 45,
      "heading": "H3: Join the community",
      "text": "Supabase is the best product experience I've had in years. Not just tech - taste. From docs to latency to the URL structure that makes you think \"oh, that's obvious\" Feels like every other platform should study how they built it @supabase I love you",
      "words": 44,
      "hasEvidence": true,
      "reasons": [
        "Too short for a citation-ready passage (44 words; target 80-220)."
      ],
      "html": "<p class=\"text-foreground-lighter mt-3 text-base whitespace-pre-line\">Supabase is the best product experience I&apos;ve had in years. Not just tech - taste. From docs to latency to the URL structure that makes you think &quot;oh, that&apos;s obvious&quot; Feels like every other platform should study how they built it @supabase I love you</p>"
    },
    {
      "index": 51,
      "heading": "H3: Join the community",
      "text": "I’ve always used Supabase just as a database. Yesterday, I helped debug a founder’s vibe-coding project built with React + React Router — no backend server. The “backend” was entirely Supabase Edge Functions as the API. First time using Supabase this way. Impressive.",
      "words": 43,
      "hasEvidence": false,
      "reasons": [
        "Too short for a citation-ready passage (43 words; target 80-220).",
        "Missing a named source, statistic, date, percentage, report, or other evidence signal."
      ],
      "html": "<p class=\"text-foreground-lighter mt-3 text-base whitespace-pre-line\">I&#x2019;ve always used Supabase just as a database. Yesterday, I helped debug a founder&#x2019;s vibe-coding project built with React + React Router &#x2014; no backend server. The &#x201c;backend&#x201d; was entirely Supabase Edge Functions as the API. First time using Supabase this way. Impressive.</p>"
    },
    {
      "index": 59,
      "heading": "H3: Join the community",
      "text": "Working with @supabase has been one of the best dev experiences I've had lately. Incredibly easy to set up, great documentation, and so many fewer hoops to jump through than the competition. I definitely plan to use it on any and all future projects.",
      "words": 44,
      "hasEvidence": false,
      "reasons": [
        "Too short for a citation-ready passage (44 words; target 80-220).",
        "Missing a named source, statistic, date, percentage, report, or other evidence signal."
      ],
      "html": "<p class=\"text-foreground-lighter mt-3 text-base whitespace-pre-line\">Working with @supabase has been one of the best dev experiences I&apos;ve had lately. Incredibly easy to set up, great documentation, and so many fewer hoops to jump through than the competition. I definitely plan to use it on any and all future projects.</p>"
    },
    {
      "index": 69,
      "heading": "H3: Join the community",
      "text": "Lately been using Supabase over AWS/ GCP for products to save on costs and rapid builds(Vibe Code) that do not need all the Infra and the hefty costs that come with AWS/ GCP out the door. Great solution overall.",
      "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=\"text-foreground-lighter mt-3 text-base whitespace-pre-line\">Lately been using Supabase over AWS/ GCP for products to save on costs and rapid builds(Vibe Code) that do not need all the Infra and the hefty costs that come with AWS/ GCP out the door. Great solution overall.</p>"
    },
    {
      "index": 81,
      "heading": "H3: Join the community",
      "text": "Supabase is the best product experience I've had in years. Not just tech - taste. From docs to latency to the URL structure that makes you think \"oh, that's obvious\" Feels like every other platform should study how they built it @supabase I love you",
      "words": 44,
      "hasEvidence": true,
      "reasons": [
        "Too short for a citation-ready passage (44 words; target 80-220)."
      ],
      "html": "<p class=\"text-foreground-lighter mt-3 text-base whitespace-pre-line\">Supabase is the best product experience I&apos;ve had in years. Not just tech - taste. From docs to latency to the URL structure that makes you think &quot;oh, that&apos;s obvious&quot; Feels like every other platform should study how they built it @supabase I love you</p>"
    },
    {
      "index": 87,
      "heading": "H3: Join the community",
      "text": "I’ve always used Supabase just as a database. Yesterday, I helped debug a founder’s vibe-coding project built with React + React Router — no backend server. The “backend” was entirely Supabase Edge Functions as the API. First time using Supabase this way. Impressive.",
      "words": 43,
      "hasEvidence": false,
      "reasons": [
        "Too short for a citation-ready passage (43 words; target 80-220).",
        "Missing a named source, statistic, date, percentage, report, or other evidence signal."
      ],
      "html": "<p class=\"text-foreground-lighter mt-3 text-base whitespace-pre-line\">I&#x2019;ve always used Supabase just as a database. Yesterday, I helped debug a founder&#x2019;s vibe-coding project built with React + React Router &#x2014; no backend server. The &#x201c;backend&#x201d; was entirely Supabase Edge Functions as the API. First time using Supabase this way. Impressive.</p>"
    },
    {
      "index": 99,
      "heading": "H3: Join the community",
      "text": "Supabase is the best product experience I've had in years. Not just tech - taste. From docs to latency to the URL structure that makes you think \"oh, that's obvious\" Feels like every other platform should study how they built it @supabase I love you",
      "words": 44,
      "hasEvidence": true,
      "reasons": [
        "Too short for a citation-ready passage (44 words; target 80-220)."
      ],
      "html": "<p class=\"text-foreground-lighter mt-3 text-base whitespace-pre-line\">Supabase is the best product experience I&apos;ve had in years. Not just tech - taste. From docs to latency to the URL structure that makes you think &quot;oh, that&apos;s obvious&quot; Feels like every other platform should study how they built it @supabase I love you</p>"
    },
    {
      "index": 105,
      "heading": "H3: Join the community",
      "text": "I’ve always used Supabase just as a database. Yesterday, I helped debug a founder’s vibe-coding project built with React + React Router — no backend server. The “backend” was entirely Supabase Edge Functions as the API. First time using Supabase this way. Impressive.",
      "words": 43,
      "hasEvidence": false,
      "reasons": [
        "Too short for a citation-ready passage (43 words; target 80-220).",
        "Missing a named source, statistic, date, percentage, report, or other evidence signal."
      ],
      "html": "<p class=\"text-foreground-lighter mt-3 text-base whitespace-pre-line\">I&#x2019;ve always used Supabase just as a database. Yesterday, I helped debug a founder&#x2019;s vibe-coding project built with React + React Router &#x2014; no backend server. The &#x201c;backend&#x201d; was entirely Supabase Edge Functions as the API. First time using Supabase this way. Impressive.</p>"
    },
    {
      "index": 117,
      "heading": "H3: Join the community",
      "text": "Supabase is the best product experience I've had in years. Not just tech - taste. From docs to latency to the URL structure that makes you think \"oh, that's obvious\" Feels like every other platform should study how they built it @supabase I love you",
      "words": 44,
      "hasEvidence": true,
      "reasons": [
        "Too short for a citation-ready passage (44 words; target 80-220)."
      ],
      "html": "<p class=\"text-foreground-lighter mt-3 text-base whitespace-pre-line\">Supabase is the best product experience I&apos;ve had in years. Not just tech - taste. From docs to latency to the URL structure that makes you think &quot;oh, that&apos;s obvious&quot; Feels like every other platform should study how they built it @supabase I love you</p>"
    },
    {
      "index": 123,
      "heading": "H3: Join the community",
      "text": "I’ve always used Supabase just as a database. Yesterday, I helped debug a founder’s vibe-coding project built with React + React Router — no backend server. The “backend” was entirely Supabase Edge Functions as the API. First time using Supabase this way. Impressive.",
      "words": 43,
      "hasEvidence": false,
      "reasons": [
        "Too short for a citation-ready passage (43 words; target 80-220).",
        "Missing a named source, statistic, date, percentage, report, or other evidence signal."
      ],
      "html": "<p class=\"text-foreground-lighter mt-3 text-base whitespace-pre-line\">I&#x2019;ve always used Supabase just as a database. Yesterday, I helped debug a founder&#x2019;s vibe-coding project built with React + React Router &#x2014; no backend server. The &#x201c;backend&#x201d; was entirely Supabase Edge Functions as the API. First time using Supabase this way. Impressive.</p>"
    }
  ],
  "citableParagraphs": [],
  "score": 75,
  "weight": 18
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

AIO: Answer block readiness

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

2 Warning

Needs attention

AIO: Answer block readiness

Warning
01

Issue

13 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": 14,
  "passing": 1,
  "failing": [
    {
      "heading": "Postgres Database",
      "headingHtml": "<h2 class>Postgres Database</h2>",
      "firstParagraph": "Every project is a full Postgres database, the world's most trusted relational database.",
      "paragraphHtml": "<p class=\"text-sm [&amp;_strong]:text-foreground!\">Every project is <strong>a full Postgres database</strong>, the world&apos;s most trusted relational database.</p>",
      "words": 13,
      "direct": false,
      "issue": "First paragraph is 13 words and does not look like a concise direct answer."
    },
    {
      "heading": "Authentication",
      "headingHtml": "<h2 class>Authentication</h2>",
      "firstParagraph": "Add user sign ups and logins, securing your data with Row Level Security.",
      "paragraphHtml": "<p class=\"text-sm [&amp;_strong]:text-foreground!\"><strong>Add user sign ups and logins</strong>,<br class=\"hidden lg:inline-block\"> securing your data with Row Level Security.</p>",
      "words": 13,
      "direct": false,
      "issue": "First paragraph is 13 words and does not look like a concise direct answer."
    },
    {
      "heading": "Edge Functions",
      "headingHtml": "<h2 class>Edge Functions</h2>",
      "firstParagraph": "Easily write custom code without deploying or scaling servers.",
      "paragraphHtml": "<p class=\"text-sm [&amp;_strong]:text-foreground!\">Easily write custom code<br class=\"hidden sm:inline-block\"> <strong>without deploying or scaling servers.</strong></p>",
      "words": 9,
      "direct": false,
      "issue": "First paragraph is 9 words and does not look like a concise direct answer."
    },
    {
      "heading": "Storage",
      "headingHtml": "<h2 class>Storage</h2>",
      "firstParagraph": "Store, organize, and serve large files, from videos to images.",
      "paragraphHtml": "<p class=\"text-sm [&amp;_strong]:text-foreground!\"><strong>Store, organize, and serve</strong><br class=\"hidden sm:inline-block xl:hidden 2xl:inline-block\"> large files, from videos to images.</p>",
      "words": 10,
      "direct": false,
      "issue": "First paragraph is 10 words and does not look like a concise direct answer."
    },
    {
      "heading": "Realtime",
      "headingHtml": "<h2 class>Realtime</h2>",
      "firstParagraph": "Build multiplayer experiences with real-time data synchronization.",
      "paragraphHtml": "<p class=\"text-sm [&amp;_strong]:text-foreground!\"><strong>Build multiplayer experiences</strong><br class=\"hidden sm:inline-block\"> with real-time data synchronization.</p>",
      "words": 7,
      "direct": false,
      "issue": "First paragraph is 7 words and does not look like a concise direct answer."
    },
    {
      "heading": "Vector",
      "headingHtml": "<h2 class>Vector</h2>",
      "firstParagraph": "Integrate your favorite ML-models to store, index and search vector embeddings.",
      "paragraphHtml": "<p class=\"text-sm [&amp;_strong]:text-foreground!\">Integrate your favorite ML-models to <br class=\"hidden sm:inline-block md:hidden\"><strong>store, index and search vector embeddings</strong>.</p>",
      "words": 11,
      "direct": false,
      "issue": "First paragraph is 11 words and does not look like a concise direct answer."
    },
    {
      "heading": "Data APIs",
      "headingHtml": "<h2 class>Data APIs</h2>",
      "firstParagraph": "Instant ready-to-use Restful APIs.",
      "paragraphHtml": "<p class=\"text-sm [&amp;_strong]:text-foreground!\">Instant ready-to-use <strong>Restful APIs</strong>.</p>",
      "words": 4,
      "direct": false,
      "issue": "First paragraph is 4 words and does not look like a concise direct answer."
    },
    {
      "heading": "Trusted by the world’s most innovative companies.",
      "headingHtml": "<h3 class=\"h2 lg:max-w-md\"><span>Trusted by the world&#x2019;s</span><span class=\"text-foreground-light inline\"> most innovative companies.</span></h3>",
      "firstParagraph": "See how Supabase empowers companies of all sizes to accelerate their growth and streamline their work.",
      "paragraphHtml": "<p class=\"text-foreground-lighter max-w-3xl text-lg sm:mt-4\">See how Supabase empowers companies of all sizes to accelerate their growth and streamline their work.</p>",
      "words": 16,
      "direct": false,
      "issue": "First paragraph is 16 words and does not look like a concise direct answer."
    },
    {
      "heading": "Start building in seconds",
      "headingHtml": "<h3 class=\"h2\">Start building in seconds</h3>",
      "firstParagraph": "Kickstart your next project with templates built by us and our community.",
      "paragraphHtml": "<p class=\"p max-w-[300px] md:max-w-none\">Kickstart your next project with templates built by us and our community.</p>",
      "words": 12,
      "direct": false,
      "issue": "First paragraph is 12 words and does not look like a concise direct answer."
    },
    {
      "heading": "Stay productive and manage your app without leaving the dashboard",
      "headingHtml": "<h3 class=\"mb-8 text-2xl md:text-4xl max-w-[300px] sm:max-w-none mx-auto text-foreground-lighter\"><span class=\"text-foreground\">Stay productive and manage your app</span><br class=\"hidden sm:block\"> without leaving the dashboard</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Join the community",
      "headingHtml": "<h3 class=\"h2\">Join the community</h3>",
      "firstParagraph": "Discover what our community has to say about their Supabase experience.",
      "paragraphHtml": "<p class=\"p max-w-[300px] md:max-w-none\">Discover what our community has to say about their Supabase experience.</p>",
      "words": 11,
      "direct": false,
      "issue": "First paragraph is 11 words and does not look like a concise direct answer."
    },
    {
      "heading": "Build in a weekend, scale to millions",
      "headingHtml": "<h2 class=\"h2\"><span class=\"text-foreground-lighter\">Build in a weekend,</span><span class=\"text-foreground block sm:inline\"> scale to millions</span></h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Footer",
      "headingHtml": "<h2 id=\"footerHeading\" class=\"sr-only\">Footer</h2>",
      "firstParagraph": "Get product updates and news from Supabase.",
      "paragraphHtml": "<p class=\"text-foreground-lighter text-sm\">Get product updates and news from Supabase.</p>",
      "words": 7,
      "direct": false,
      "issue": "First paragraph is 7 words and does not look like a concise direct answer."
    }
  ],
  "score": 65,
  "weight": 8
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

GEO: Extraction-friendly structure

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

2 Warning

Needs attention

GEO: Extraction-friendly structure

Warning
01

Issue

Missing extraction signals: optional top summary / TL;DR / key takeaways block, table with <thead> only if the page already has tabular/comparative data, ordered list only if the page explains a workflow/process, 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": 17,
  "schemaBlocks": 1,
  "missingSignals": [
    "optional top summary / TL;DR / key takeaways block",
    "table with <thead> only if the page already has tabular/comparative data",
    "ordered list only if the page explains a workflow/process",
    "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 80/100 and needs improvement.

2 Warning

Needs attention

AIO: Page experience for AIO

Warning
01

Issue

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

Details

02

Why it matters

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

Check name

AIO: Page experience for AIO

Score

80/100

Status

warning

Category

GEO, AIO & AEO

Maturity

Emerging recommendation

Goal

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

Result

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

Evidence
{
  "viewportContent": "width=device-width, initial-scale=1.0",
  "visibleWords": 2062,
  "htmlBytes": 585464,
  "imagesMissingDimensions": [
    {
      "src": "/images/logos/publicity/mozilla.svg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"/images/logos/publicity/mozilla.svg\" alt=\"mozilla\" class=\"h-12 lg:h-12 min-h-12! lg:min-h-12! w-auto block\" draggable=\"false\">"
    },
    {
      "src": "/images/logos/publicity/github.svg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"/images/logos/publicity/github.svg\" alt=\"github\" class=\"h-12 lg:h-12 min-h-12! lg:min-h-12! w-auto block\" draggable=\"false\">"
    },
    {
      "src": "/images/logos/publicity/1password.svg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"/images/logos/publicity/1password.svg\" alt=\"1password\" class=\"h-12 lg:h-12 min-h-12! lg:min-h-12! w-auto block\" draggable=\"false\">"
    },
    {
      "src": "/images/logos/publicity/pwc.svg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"/images/logos/publicity/pwc.svg\" alt=\"pwc\" class=\"h-12 lg:h-12 min-h-12! lg:min-h-12! w-auto block\" draggable=\"false\">"
    },
    {
      "src": "/images/logos/publicity/pika.svg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"/images/logos/publicity/pika.svg\" alt=\"pika\" class=\"h-12 lg:h-12 min-h-12! lg:min-h-12! w-auto block\" draggable=\"false\">"
    },
    {
      "src": "/images/logos/publicity/humata.svg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"/images/logos/publicity/humata.svg\" alt=\"humata\" class=\"h-12 lg:h-12 min-h-12! lg:min-h-12! w-auto block\" draggable=\"false\">"
    },
    {
      "src": "/images/logos/publicity/udio.svg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"/images/logos/publicity/udio.svg\" alt=\"udio\" class=\"h-12 lg:h-12 min-h-12! lg:min-h-12! w-auto block\" draggable=\"false\">"
    },
    {
      "src": "/images/logos/publicity/langchain.svg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"/images/logos/publicity/langchain.svg\" alt=\"langchain\" class=\"h-12 lg:h-12 min-h-12! lg:min-h-12! w-auto block\" draggable=\"false\">"
    },
    {
      "src": "/images/logos/publicity/resend.svg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"/images/logos/publicity/resend.svg\" alt=\"resend\" class=\"h-12 lg:h-12 min-h-12! lg:min-h-12! w-auto block\" draggable=\"false\">"
    },
    {
      "src": "/images/logos/publicity/loops.svg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"/images/logos/publicity/loops.svg\" alt=\"loops\" class=\"h-12 lg:h-12 min-h-12! lg:min-h-12! w-auto block\" draggable=\"false\">"
    },
    {
      "src": "/images/logos/publicity/mobbin.svg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"/images/logos/publicity/mobbin.svg\" alt=\"mobbin\" class=\"h-12 lg:h-12 min-h-12! lg:min-h-12! w-auto block\" draggable=\"false\">"
    },
    {
      "src": "/images/logos/publicity/gopuff.svg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"/images/logos/publicity/gopuff.svg\" alt=\"gopuff\" class=\"h-12 lg:h-12 min-h-12! lg:min-h-12! w-auto block\" draggable=\"false\">"
    },
    {
      "src": "/images/logos/publicity/chatbase.svg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"/images/logos/publicity/chatbase.svg\" alt=\"chatbase\" class=\"h-12 lg:h-12 min-h-12! lg:min-h-12! w-auto block\" draggable=\"false\">"
    },
    {
      "src": "/images/logos/publicity/betashares.svg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"/images/logos/publicity/betashares.svg\" alt=\"betashares\" class=\"h-12 lg:h-12 min-h-12! lg:min-h-12! w-auto block\" draggable=\"false\">"
    },
    {
      "src": "/images/logos/publicity/submagic.svg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"/images/logos/publicity/submagic.svg\" alt=\"submagic\" class=\"h-12 lg:h-12 min-h-12! lg:min-h-12! w-auto block\" draggable=\"false\">"
    },
    {
      "src": "/images/logos/publicity/mozilla.svg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"/images/logos/publicity/mozilla.svg\" alt=\"mozilla\" class=\"h-12 lg:h-12 min-h-12! lg:min-h-12! w-auto block\" draggable=\"false\">"
    },
    {
      "src": "/images/logos/publicity/github.svg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"/images/logos/publicity/github.svg\" alt=\"github\" class=\"h-12 lg:h-12 min-h-12! lg:min-h-12! w-auto block\" draggable=\"false\">"
    },
    {
      "src": "/images/logos/publicity/1password.svg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"/images/logos/publicity/1password.svg\" alt=\"1password\" class=\"h-12 lg:h-12 min-h-12! lg:min-h-12! w-auto block\" draggable=\"false\">"
    },
    {
      "src": "/images/logos/publicity/pwc.svg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"/images/logos/publicity/pwc.svg\" alt=\"pwc\" class=\"h-12 lg:h-12 min-h-12! lg:min-h-12! w-auto block\" draggable=\"false\">"
    },
    {
      "src": "/images/logos/publicity/pika.svg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"/images/logos/publicity/pika.svg\" alt=\"pika\" class=\"h-12 lg:h-12 min-h-12! lg:min-h-12! w-auto block\" draggable=\"false\">"
    },
    {
      "src": "/images/logos/publicity/humata.svg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"/images/logos/publicity/humata.svg\" alt=\"humata\" class=\"h-12 lg:h-12 min-h-12! lg:min-h-12! w-auto block\" draggable=\"false\">"
    },
    {
      "src": "/images/logos/publicity/udio.svg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"/images/logos/publicity/udio.svg\" alt=\"udio\" class=\"h-12 lg:h-12 min-h-12! lg:min-h-12! w-auto block\" draggable=\"false\">"
    },
    {
      "src": "/images/logos/publicity/langchain.svg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"/images/logos/publicity/langchain.svg\" alt=\"langchain\" class=\"h-12 lg:h-12 min-h-12! lg:min-h-12! w-auto block\" draggable=\"false\">"
    },
    {
      "src": "/images/logos/publicity/resend.svg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"/images/logos/publicity/resend.svg\" alt=\"resend\" class=\"h-12 lg:h-12 min-h-12! lg:min-h-12! w-auto block\" draggable=\"false\">"
    },
    {
      "src": "/images/logos/publicity/loops.svg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"/images/logos/publicity/loops.svg\" alt=\"loops\" class=\"h-12 lg:h-12 min-h-12! lg:min-h-12! w-auto block\" draggable=\"false\">"
    },
    {
      "src": "/images/logos/publicity/mobbin.svg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"/images/logos/publicity/mobbin.svg\" alt=\"mobbin\" class=\"h-12 lg:h-12 min-h-12! lg:min-h-12! w-auto block\" draggable=\"false\">"
    },
    {
      "src": "/images/logos/publicity/gopuff.svg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"/images/logos/publicity/gopuff.svg\" alt=\"gopuff\" class=\"h-12 lg:h-12 min-h-12! lg:min-h-12! w-auto block\" draggable=\"false\">"
    },
    {
      "src": "/images/logos/publicity/chatbase.svg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"/images/logos/publicity/chatbase.svg\" alt=\"chatbase\" class=\"h-12 lg:h-12 min-h-12! lg:min-h-12! w-auto block\" draggable=\"false\">"
    },
    {
      "src": "/images/logos/publicity/betashares.svg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"/images/logos/publicity/betashares.svg\" alt=\"betashares\" class=\"h-12 lg:h-12 min-h-12! lg:min-h-12! w-auto block\" draggable=\"false\">"
    },
    {
      "src": "/images/logos/publicity/submagic.svg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"/images/logos/publicity/submagic.svg\" alt=\"submagic\" class=\"h-12 lg:h-12 min-h-12! lg:min-h-12! w-auto block\" draggable=\"false\">"
    },
    {
      "src": "/images/logos/publicity/mozilla.svg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"/images/logos/publicity/mozilla.svg\" alt=\"mozilla\" class=\"h-12 lg:h-12 min-h-12! lg:min-h-12! w-auto block\" draggable=\"false\">"
    },
    {
      "src": "/images/logos/publicity/github.svg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"/images/logos/publicity/github.svg\" alt=\"github\" class=\"h-12 lg:h-12 min-h-12! lg:min-h-12! w-auto block\" draggable=\"false\">"
    },
    {
      "src": "/images/logos/publicity/1password.svg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"/images/logos/publicity/1password.svg\" alt=\"1password\" class=\"h-12 lg:h-12 min-h-12! lg:min-h-12! w-auto block\" draggable=\"false\">"
    },
    {
      "src": "/images/logos/publicity/pwc.svg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"/images/logos/publicity/pwc.svg\" alt=\"pwc\" class=\"h-12 lg:h-12 min-h-12! lg:min-h-12! w-auto block\" draggable=\"false\">"
    },
    {
      "src": "/images/logos/publicity/pika.svg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"/images/logos/publicity/pika.svg\" alt=\"pika\" class=\"h-12 lg:h-12 min-h-12! lg:min-h-12! w-auto block\" draggable=\"false\">"
    },
    {
      "src": "/images/logos/publicity/humata.svg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"/images/logos/publicity/humata.svg\" alt=\"humata\" class=\"h-12 lg:h-12 min-h-12! lg:min-h-12! w-auto block\" draggable=\"false\">"
    },
    {
      "src": "/images/logos/publicity/udio.svg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"/images/logos/publicity/udio.svg\" alt=\"udio\" class=\"h-12 lg:h-12 min-h-12! lg:min-h-12! w-auto block\" draggable=\"false\">"
    },
    {
      "src": "/images/logos/publicity/langchain.svg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"/images/logos/publicity/langchain.svg\" alt=\"langchain\" class=\"h-12 lg:h-12 min-h-12! lg:min-h-12! w-auto block\" draggable=\"false\">"
    },
    {
      "src": "/images/logos/publicity/resend.svg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"/images/logos/publicity/resend.svg\" alt=\"resend\" class=\"h-12 lg:h-12 min-h-12! lg:min-h-12! w-auto block\" draggable=\"false\">"
    },
    {
      "src": "/images/logos/publicity/loops.svg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"/images/logos/publicity/loops.svg\" alt=\"loops\" class=\"h-12 lg:h-12 min-h-12! lg:min-h-12! w-auto block\" draggable=\"false\">"
    },
    {
      "src": "/images/logos/publicity/mobbin.svg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"/images/logos/publicity/mobbin.svg\" alt=\"mobbin\" class=\"h-12 lg:h-12 min-h-12! lg:min-h-12! w-auto block\" draggable=\"false\">"
    },
    {
      "src": "/images/logos/publicity/gopuff.svg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"/images/logos/publicity/gopuff.svg\" alt=\"gopuff\" class=\"h-12 lg:h-12 min-h-12! lg:min-h-12! w-auto block\" draggable=\"false\">"
    },
    {
      "src": "/images/logos/publicity/chatbase.svg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"/images/logos/publicity/chatbase.svg\" alt=\"chatbase\" class=\"h-12 lg:h-12 min-h-12! lg:min-h-12! w-auto block\" draggable=\"false\">"
    },
    {
      "src": "/images/logos/publicity/betashares.svg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"/images/logos/publicity/betashares.svg\" alt=\"betashares\" class=\"h-12 lg:h-12 min-h-12! lg:min-h-12! w-auto block\" draggable=\"false\">"
    },
    {
      "src": "/images/logos/publicity/submagic.svg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"/images/logos/publicity/submagic.svg\" alt=\"submagic\" class=\"h-12 lg:h-12 min-h-12! lg:min-h-12! w-auto block\" draggable=\"false\">"
    },
    {
      "src": "/images/logos/publicity/mozilla.svg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"/images/logos/publicity/mozilla.svg\" alt=\"mozilla\" class=\"h-12 lg:h-12 min-h-12! lg:min-h-12! w-auto block\" draggable=\"false\">"
    },
    {
      "src": "/images/logos/publicity/github.svg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"/images/logos/publicity/github.svg\" alt=\"github\" class=\"h-12 lg:h-12 min-h-12! lg:min-h-12! w-auto block\" draggable=\"false\">"
    },
    {
      "src": "/images/logos/publicity/1password.svg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"/images/logos/publicity/1password.svg\" alt=\"1password\" class=\"h-12 lg:h-12 min-h-12! lg:min-h-12! w-auto block\" draggable=\"false\">"
    },
    {
      "src": "/images/logos/publicity/pwc.svg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"/images/logos/publicity/pwc.svg\" alt=\"pwc\" class=\"h-12 lg:h-12 min-h-12! lg:min-h-12! w-auto block\" draggable=\"false\">"
    },
    {
      "src": "/images/logos/publicity/pika.svg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"/images/logos/publicity/pika.svg\" alt=\"pika\" class=\"h-12 lg:h-12 min-h-12! lg:min-h-12! w-auto block\" draggable=\"false\">"
    },
    {
      "src": "/images/logos/publicity/humata.svg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"/images/logos/publicity/humata.svg\" alt=\"humata\" class=\"h-12 lg:h-12 min-h-12! lg:min-h-12! w-auto block\" draggable=\"false\">"
    },
    {
      "src": "/images/logos/publicity/udio.svg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"/images/logos/publicity/udio.svg\" alt=\"udio\" class=\"h-12 lg:h-12 min-h-12! lg:min-h-12! w-auto block\" draggable=\"false\">"
    },
    {
      "src": "/images/logos/publicity/langchain.svg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"/images/logos/publicity/langchain.svg\" alt=\"langchain\" class=\"h-12 lg:h-12 min-h-12! lg:min-h-12! w-auto block\" draggable=\"false\">"
    },
    {
      "src": "/images/logos/publicity/resend.svg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"/images/logos/publicity/resend.svg\" alt=\"resend\" class=\"h-12 lg:h-12 min-h-12! lg:min-h-12! w-auto block\" draggable=\"false\">"
    },
    {
      "src": "/images/logos/publicity/loops.svg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"/images/logos/publicity/loops.svg\" alt=\"loops\" class=\"h-12 lg:h-12 min-h-12! lg:min-h-12! w-auto block\" draggable=\"false\">"
    },
    {
      "src": "/images/logos/publicity/mobbin.svg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"/images/logos/publicity/mobbin.svg\" alt=\"mobbin\" class=\"h-12 lg:h-12 min-h-12! lg:min-h-12! w-auto block\" draggable=\"false\">"
    },
    {
      "src": "/images/logos/publicity/gopuff.svg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"/images/logos/publicity/gopuff.svg\" alt=\"gopuff\" class=\"h-12 lg:h-12 min-h-12! lg:min-h-12! w-auto block\" draggable=\"false\">"
    },
    {
      "src": "/images/logos/publicity/chatbase.svg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"/images/logos/publicity/chatbase.svg\" alt=\"chatbase\" class=\"h-12 lg:h-12 min-h-12! lg:min-h-12! w-auto block\" draggable=\"false\">"
    },
    {
      "src": "/images/logos/publicity/betashares.svg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"/images/logos/publicity/betashares.svg\" alt=\"betashares\" class=\"h-12 lg:h-12 min-h-12! lg:min-h-12! w-auto block\" draggable=\"false\">"
    },
    {
      "src": "/images/logos/publicity/submagic.svg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"/images/logos/publicity/submagic.svg\" alt=\"submagic\" class=\"h-12 lg:h-12 min-h-12! lg:min-h-12! w-auto block\" draggable=\"false\">"
    },
    {
      "src": "/_next/image?url=%2Fimages%2Findex%2Fproducts%2Fdatabase-dark.png&w=3840&q=100",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img alt=\"Supabase Postgres database\" draggable=\"false\" decoding=\"async\" data-nimg=\"fill\" class=\"hidden dark:block absolute antialiased inset-0 object-contain object-center z-0 w-full md:w-auto h-full transition-opacity group-hover:opacity-80\" style=\"position:absolute;height:100%;width:100%;left:0;top:0;right:0;bottom:0;color:transparent\" sizes=\"100%\" srcset=\"/_next/image?url=%2Fimages%2Findex%2Fproducts%2Fdatabase-dark.png&amp;w=16&amp;q=100 16w, /_next/image?url=%2Fimages%2Findex%2Fproducts..."
    },
    {
      "src": "/_next/image?url=%2Fimages%2Findex%2Fproducts%2Fdatabase-light.png&w=3840&q=100",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img alt=\"Supabase Postgres database\" draggable=\"false\" decoding=\"async\" data-nimg=\"fill\" class=\"dark:hidden absolute antialiased inset-0 object-contain object-center z-0 w-full md:w-auto h-full transition-opacity group-hover:opacity-80\" style=\"position:absolute;height:100%;width:100%;left:0;top:0;right:0;bottom:0;color:transparent\" sizes=\"100%\" srcset=\"/_next/image?url=%2Fimages%2Findex%2Fproducts%2Fdatabase-light.png&amp;w=16&amp;q=100 16w, /_next/image?url=%2Fimages%2Findex%2Fproducts%2Fda..."
    },
    {
      "src": "/images/index/products/auth.svg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img draggable=\"false\" alt=\"Supabase Authentication user db rows\" decoding=\"async\" data-nimg=\"fill\" class=\"hidden dark:block absolute inset-0 object-cover object-center xl:object-bottom\" style=\"position:absolute;height:100%;width:100%;left:0;top:0;right:0;bottom:0;color:transparent\" src=\"/images/index/products/auth.svg\">"
    },
    {
      "src": "/images/index/products/auth-active.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img draggable=\"false\" alt=\"Supabase Authentication user db rows\" aria-hidden=\"true\" loading=\"lazy\" decoding=\"async\" data-nimg=\"fill\" class=\"hidden dark:block absolute inset-0 object-cover object-center xl:object-bottom opacity-0 group-hover:opacity-100 transition-opacity\" style=\"position:absolute;height:100%;width:100%;left:0;top:0;right:0;bottom:0;color:transparent\" src=\"/images/index/products/auth-active.svg\">"
    },
    {
      "src": "/images/index/products/auth-light.svg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img draggable=\"false\" alt=\"Supabase Authentication user db rows\" decoding=\"async\" data-nimg=\"fill\" class=\"dark:hidden absolute inset-0 object-cover object-center xl:object-bottom\" style=\"position:absolute;height:100%;width:100%;left:0;top:0;right:0;bottom:0;color:transparent\" src=\"/images/index/products/auth-light.svg\">"
    },
    {
      "src": "/images/index/products/auth-active-light.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img draggable=\"false\" alt=\"Supabase Authentication user db rows\" aria-hidden=\"true\" loading=\"lazy\" decoding=\"async\" data-nimg=\"fill\" class=\"dark:hidden absolute inset-0 object-cover object-center xl:object-bottom opacity-0 group-hover:opacity-100 transition-opacity\" style=\"position:absolute;height:100%;width:100%;left:0;top:0;right:0;bottom:0;color:transparent\" src=\"/images/index/products/auth-active-light.svg\">"
    },
    {
      "src": "/images/index/products/edge-functions-dark.svg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img alt=\"Supabase Edge Functions globe\" decoding=\"async\" data-nimg=\"fill\" class=\"hidden dark:block absolute inset-0 object-cover object-center\" style=\"position:absolute;height:100%;width:100%;left:0;top:0;right:0;bottom:0;color:transparent\" src=\"/images/index/products/edge-functions-dark.svg\">"
    },
    {
      "src": "/images/index/products/edge-functions-light.svg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img alt=\"Supabase Edge Functions globe\" decoding=\"async\" data-nimg=\"fill\" class=\"dark:hidden absolute inset-0 object-cover object-center\" style=\"position:absolute;height:100%;width:100%;left:0;top:0;right:0;bottom:0;color:transparent\" src=\"/images/index/products/edge-functions-light.svg\">"
    },
    {
      "src": "/images/index/products/realtime-dark.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img alt=\"Supabase Realtime\" loading=\"lazy\" decoding=\"async\" data-nimg=\"fill\" class=\"hidden dark:block absolute object-cover xl:object-center inset-0\" style=\"position:absolute;height:100%;width:100%;left:0;top:0;right:0;bottom:0;color:transparent\" src=\"/images/index/products/realtime-dark.svg\">"
    },
    {
      "src": "/images/index/products/realtime-light.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img alt=\"Supabase Realtime\" loading=\"lazy\" decoding=\"async\" data-nimg=\"fill\" class=\"dark:hidden absolute object-cover xl:object-center inset-0\" style=\"position:absolute;height:100%;width:100%;left:0;top:0;right:0;bottom:0;color:transparent\" src=\"/images/index/products/realtime-light.svg\">"
    },
    {
      "src": "/images/index/products/vector-dark.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img alt=\"Supabase Vector graph\" loading=\"lazy\" decoding=\"async\" data-nimg=\"fill\" class=\"hidden dark:block absolute inset-0 z-0 object-contain object-center\" style=\"position:absolute;height:100%;width:100%;left:0;top:0;right:0;bottom:0;color:transparent\" src=\"/images/index/products/vector-dark.svg\">"
    },
    {
      "src": "/images/index/products/vector-light.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img alt=\"Supabase Vector graph\" loading=\"lazy\" decoding=\"async\" data-nimg=\"fill\" class=\"dark:hidden absolute inset-0 z-0 object-contain object-center\" style=\"position:absolute;height:100%;width:100%;left:0;top:0;right:0;bottom:0;color:transparent\" src=\"/images/index/products/vector-light.svg\">"
    },
    {
      "src": "/images/index/products/data-apis-dark.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img draggable=\"false\" alt=\"Supabase restful DataAPIs\" loading=\"lazy\" decoding=\"async\" data-nimg=\"fill\" class=\"hidden dark:block absolute h-full! aspect-330/430 inset-0 z-10 object-contain -mt-1.5 object-center bottom-0\" style=\"position:absolute;height:100%;width:100%;left:0;top:0;right:0;bottom:0;color:transparent\" src=\"/images/index/products/data-apis-dark.svg\">"
    },
    {
      "src": "/images/index/products/data-apis-light.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img draggable=\"false\" alt=\"Supabase restful DataAPIs\" loading=\"lazy\" decoding=\"async\" data-nimg=\"fill\" class=\"dark:hidden absolute h-full aspect-330/430 inset-0 z-10 object-contain -mt-1.5 object-center bottom-0\" style=\"position:absolute;height:100%;width:100%;left:0;top:0;right:0;bottom:0;color:transparent\" src=\"/images/index/products/data-apis-light.svg\">"
    },
    {
      "src": "/_next/image?url=%2Fimages%2Fcustomers%2Flogos%2Fmaergo.png&w=3840&q=75",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img alt=\"Maergo&apos;s Express Delivery: How Supabase Helped Achieve Scalability, Speed, and Cost Saving\" decoding=\"async\" data-nimg=\"fill\" class=\"object-contain object-left\" sizes=\"100%\" srcset=\"/_next/image?url=%2Fimages%2Fcustomers%2Flogos%2Fmaergo.png&amp;w=16&amp;q=75 16w, /_next/image?url=%2Fimages%2Fcustomers%2Flogos%2Fmaergo.png&amp;w=32&amp;q=75 32w, /_next/image?url=%2Fimages%2Fcustomers%2Flogos%2Fmaergo.png&amp;w=48&amp;q=75 48w, /_next/image?url=%2Fimages%2Fcustomers%2Flogos%2Fma..."
    },
    {
      "src": "/_next/image?url=%2Fimages%2Fcustomers%2Flogos%2Fchatbase.png&w=3840&q=75",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img alt=\"Chatbase goes upmarket on Supabase\" decoding=\"async\" data-nimg=\"fill\" class=\"object-contain object-left\" sizes=\"100%\" srcset=\"/_next/image?url=%2Fimages%2Fcustomers%2Flogos%2Fchatbase.png&amp;w=16&amp;q=75 16w, /_next/image?url=%2Fimages%2Fcustomers%2Flogos%2Fchatbase.png&amp;w=32&amp;q=75 32w, /_next/image?url=%2Fimages%2Fcustomers%2Flogos%2Fchatbase.png&amp;w=48&amp;q=75 48w, /_next/image?url=%2Fimages%2Fcustomers%2Flogos%2Fchatbase.png&amp;w=64&amp;q=75 64w, /_next/image?url=%2Fi..."
    },
    {
      "src": "/_next/image?url=%2Fimages%2Fcustomers%2Flogos%2Fpebblely.png&w=3840&q=75",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img alt=\"Scaling securely: one million users in 7 months protected with Supabase Auth\" decoding=\"async\" data-nimg=\"fill\" class=\"object-contain object-left\" sizes=\"100%\" srcset=\"/_next/image?url=%2Fimages%2Fcustomers%2Flogos%2Fpebblely.png&amp;w=16&amp;q=75 16w, /_next/image?url=%2Fimages%2Fcustomers%2Flogos%2Fpebblely.png&amp;w=32&amp;q=75 32w, /_next/image?url=%2Fimages%2Fcustomers%2Flogos%2Fpebblely.png&amp;w=48&amp;q=75 48w, /_next/image?url=%2Fimages%2Fcustomers%2Flogos%2Fpebblely.png&am..."
    },
    {
      "src": "/_next/image?url=%2Fimages%2Fcustomers%2Flogos%2Fmaergo.png&w=3840&q=75",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img alt=\"Maergo&apos;s Express Delivery: How Supabase Helped Achieve Scalability, Speed, and Cost Saving\" decoding=\"async\" data-nimg=\"fill\" class=\"object-contain object-left\" sizes=\"100%\" srcset=\"/_next/image?url=%2Fimages%2Fcustomers%2Flogos%2Fmaergo.png&amp;w=16&amp;q=75 16w, /_next/image?url=%2Fimages%2Fcustomers%2Flogos%2Fmaergo.png&amp;w=32&amp;q=75 32w, /_next/image?url=%2Fimages%2Fcustomers%2Flogos%2Fmaergo.png&amp;w=48&amp;q=75 48w, /_next/image?url=%2Fimages%2Fcustomers%2Flogos%2Fma..."
    },
    {
      "src": "/_next/image?url=%2Fimages%2Fcustomers%2Flogos%2Fchatbase.png&w=3840&q=75",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img alt=\"Chatbase goes upmarket on Supabase\" decoding=\"async\" data-nimg=\"fill\" class=\"object-contain object-left\" sizes=\"100%\" srcset=\"/_next/image?url=%2Fimages%2Fcustomers%2Flogos%2Fchatbase.png&amp;w=16&amp;q=75 16w, /_next/image?url=%2Fimages%2Fcustomers%2Flogos%2Fchatbase.png&amp;w=32&amp;q=75 32w, /_next/image?url=%2Fimages%2Fcustomers%2Flogos%2Fchatbase.png&amp;w=48&amp;q=75 48w, /_next/image?url=%2Fimages%2Fcustomers%2Flogos%2Fchatbase.png&amp;w=64&amp;q=75 64w, /_next/image?url=%2Fi..."
    },
    {
      "src": "/_next/image?url=%2Fimages%2Fcustomers%2Flogos%2Fpebblely.png&w=3840&q=75",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img alt=\"Scaling securely: one million users in 7 months protected with Supabase Auth\" decoding=\"async\" data-nimg=\"fill\" class=\"object-contain object-left\" sizes=\"100%\" srcset=\"/_next/image?url=%2Fimages%2Fcustomers%2Flogos%2Fpebblely.png&amp;w=16&amp;q=75 16w, /_next/image?url=%2Fimages%2Fcustomers%2Flogos%2Fpebblely.png&amp;w=32&amp;q=75 32w, /_next/image?url=%2Fimages%2Fcustomers%2Flogos%2Fpebblely.png&amp;w=48&amp;q=75 48w, /_next/image?url=%2Fimages%2Fcustomers%2Flogos%2Fpebblely.png&am..."
    },
    {
      "src": "/_next/image?url=%2Fimages%2Fcustomers%2Flogos%2Fmaergo.png&w=3840&q=75",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img alt=\"Maergo&apos;s Express Delivery: How Supabase Helped Achieve Scalability, Speed, and Cost Saving\" decoding=\"async\" data-nimg=\"fill\" class=\"object-contain object-left\" sizes=\"100%\" srcset=\"/_next/image?url=%2Fimages%2Fcustomers%2Flogos%2Fmaergo.png&amp;w=16&amp;q=75 16w, /_next/image?url=%2Fimages%2Fcustomers%2Flogos%2Fmaergo.png&amp;w=32&amp;q=75 32w, /_next/image?url=%2Fimages%2Fcustomers%2Flogos%2Fmaergo.png&amp;w=48&amp;q=75 48w, /_next/image?url=%2Fimages%2Fcustomers%2Flogos%2Fma..."
    },
    {
      "src": "/_next/image?url=%2Fimages%2Fcustomers%2Flogos%2Fchatbase.png&w=3840&q=75",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img alt=\"Chatbase goes upmarket on Supabase\" decoding=\"async\" data-nimg=\"fill\" class=\"object-contain object-left\" sizes=\"100%\" srcset=\"/_next/image?url=%2Fimages%2Fcustomers%2Flogos%2Fchatbase.png&amp;w=16&amp;q=75 16w, /_next/image?url=%2Fimages%2Fcustomers%2Flogos%2Fchatbase.png&amp;w=32&amp;q=75 32w, /_next/image?url=%2Fimages%2Fcustomers%2Flogos%2Fchatbase.png&amp;w=48&amp;q=75 48w, /_next/image?url=%2Fimages%2Fcustomers%2Flogos%2Fchatbase.png&amp;w=64&amp;q=75 64w, /_next/image?url=%2Fi..."
    },
    {
      "src": "/_next/image?url=%2Fimages%2Fcustomers%2Flogos%2Fpebblely.png&w=3840&q=75",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img alt=\"Scaling securely: one million users in 7 months protected with Supabase Auth\" decoding=\"async\" data-nimg=\"fill\" class=\"object-contain object-left\" sizes=\"100%\" srcset=\"/_next/image?url=%2Fimages%2Fcustomers%2Flogos%2Fpebblely.png&amp;w=16&amp;q=75 16w, /_next/image?url=%2Fimages%2Fcustomers%2Flogos%2Fpebblely.png&amp;w=32&amp;q=75 32w, /_next/image?url=%2Fimages%2Fcustomers%2Flogos%2Fpebblely.png&amp;w=48&amp;q=75 48w, /_next/image?url=%2Fimages%2Fcustomers%2Flogos%2Fpebblely.png&am..."
    }
  ],
  "possibleDialogs": [],
  "score": 80,
  "weight": 10
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

AEO: Entity and definition clarity

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

1 Warning

Needs attention

AEO: Entity and definition clarity

Warning
01

Issue

Entity or definition gaps: supabase, development, platform, weekendscale, millions.

Details

02

Why it matters

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

Check name

AEO: Entity and definition clarity

Score

82/100

Status

warning

Category

GEO, AIO & AEO

Maturity

Emerging recommendation

Goal

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

Result

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

Evidence
{
  "title": "Supabase | The Postgres Development Platform.",
  "h1": "Build in a weekendScale to millions",
  "description": "Build production-grade applications with a Postgres database, Authentication, instant APIs, Realtime, Functions, Storage and Vector embeddings. Start for free.",
  "topicOverlap": 0.2857142857142857,
  "definitionCount": 17,
  "topicTerms": [
    "supabase",
    "postgres",
    "development",
    "platform",
    "build",
    "weekendscale",
    "millions"
  ],
  "descriptionTerms": [
    "build",
    "production",
    "grade",
    "applications",
    "postgres",
    "database",
    "authentication",
    "instant",
    "apis",
    "realtime",
    "functions",
    "storage",
    "vector",
    "embeddings",
    "start",
    "free"
  ],
  "missingFromDescription": [
    "supabase",
    "development",
    "platform",
    "weekendscale",
    "millions"
  ],
  "score": 82,
  "weight": 18
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

AEO: Answer intent coverage

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

1 Warning

Needs attention

AEO: Answer intent coverage

Warning
01

Issue

Missing likely AI Overview intent sections: what, how, benefits, cost, compare.

Details

02

Why it matters

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

Check name

AEO: Answer intent coverage

Score

70/100

Status

warning

Category

GEO, AIO & AEO

Maturity

Emerging recommendation

Goal

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

Result

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

Evidence
{
  "headings": [
    {
      "text": "Postgres Database",
      "html": "<h2 class>Postgres Database</h2>"
    },
    {
      "text": "Authentication",
      "html": "<h2 class>Authentication</h2>"
    },
    {
      "text": "Edge Functions",
      "html": "<h2 class>Edge Functions</h2>"
    },
    {
      "text": "Storage",
      "html": "<h2 class>Storage</h2>"
    },
    {
      "text": "Realtime",
      "html": "<h2 class>Realtime</h2>"
    },
    {
      "text": "Vector",
      "html": "<h2 class>Vector</h2>"
    },
    {
      "text": "Data APIs",
      "html": "<h2 class>Data APIs</h2>"
    },
    {
      "text": "Open source from day one",
      "html": "<h2 class=\"h2\">Open source from day one</h2>"
    },
    {
      "text": "Build in a weekend, scale to millions",
      "html": "<h2 class=\"h2\"><span class=\"text-foreground-lighter\">Build in a weekend,</span><span class=\"text-foreground block sm:inline\"> scale to millions</span></h2>"
    },
    {
      "text": "Footer",
      "html": "<h2 id=\"footerHeading\" class=\"sr-only\">Footer</h2>"
    }
  ],
  "expected": [
    {
      "id": "what",
      "label": "What is Supabase?",
      "pattern": {}
    },
    {
      "id": "how",
      "label": "How does Supabase work?",
      "pattern": {}
    },
    {
      "id": "benefits",
      "label": "Why use Supabase?",
      "pattern": {}
    },
    {
      "id": "cost",
      "label": "Is Supabase free or paid?",
      "pattern": {}
    },
    {
      "id": "compare",
      "label": "How does Supabase compare with alternatives?",
      "pattern": {}
    }
  ],
  "missing": [
    {
      "id": "what",
      "label": "What is Supabase?",
      "pattern": {}
    },
    {
      "id": "how",
      "label": "How does Supabase work?",
      "pattern": {}
    },
    {
      "id": "benefits",
      "label": "Why use Supabase?",
      "pattern": {}
    },
    {
      "id": "cost",
      "label": "Is Supabase free or paid?",
      "pattern": {}
    },
    {
      "id": "compare",
      "label": "How does Supabase 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": 10571
          },
          {
            "path": "/api/context",
            "statusCode": 404,
            "contentType": "text/html; charset=utf-8",
            "length": 10571
          },
          {
            "path": "/context",
            "statusCode": 404,
            "contentType": "text/html; charset=utf-8",
            "length": 10571
          }
        ]
      },
      "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": "Postgres Database",
      "html": "<h2 class>Postgres Database</h2>"
    },
    {
      "text": "Authentication",
      "html": "<h2 class>Authentication</h2>"
    },
    {
      "text": "Edge Functions",
      "html": "<h2 class>Edge Functions</h2>"
    },
    {
      "text": "Storage",
      "html": "<h2 class>Storage</h2>"
    },
    {
      "text": "Realtime",
      "html": "<h2 class>Realtime</h2>"
    },
    {
      "text": "Vector",
      "html": "<h2 class>Vector</h2>"
    },
    {
      "text": "Data APIs",
      "html": "<h2 class>Data APIs</h2>"
    },
    {
      "text": "Open source from day one",
      "html": "<h2 class=\"h2\">Open source from day one</h2>"
    },
    {
      "text": "Build in a weekend, scale to millions",
      "html": "<h2 class=\"h2\"><span class=\"text-foreground-lighter\">Build in a weekend,</span><span class=\"text-foreground block sm:inline\"> scale to millions</span></h2>"
    },
    {
      "text": "Footer",
      "html": "<h2 id=\"footerHeading\" class=\"sr-only\">Footer</h2>"
    }
  ],
  "expected": [
    {
      "id": "what",
      "label": "What is Supabase?",
      "pattern": {}
    },
    {
      "id": "how",
      "label": "How does Supabase work?",
      "pattern": {}
    },
    {
      "id": "benefits",
      "label": "Why use Supabase?",
      "pattern": {}
    },
    {
      "id": "cost",
      "label": "Is Supabase free or paid?",
      "pattern": {}
    },
    {
      "id": "compare",
      "label": "How does Supabase compare with alternatives?",
      "pattern": {}
    }
  ],
  "missing": [
    {
      "id": "what",
      "label": "What is Supabase?",
      "pattern": {}
    },
    {
      "id": "how",
      "label": "How does Supabase work?",
      "pattern": {}
    },
    {
      "id": "benefits",
      "label": "Why use Supabase?",
      "pattern": {}
    },
    {
      "id": "cost",
      "label": "Is Supabase free or paid?",
      "pattern": {}
    },
    {
      "id": "compare",
      "label": "How does Supabase 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

10 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": 10,
  "questionH2s": 0,
  "hasFaq": false,
  "nonQuestionH2s": [
    {
      "index": 1,
      "text": "Postgres Database",
      "isQuestion": false,
      "html": "<h2 class>Postgres Database</h2>"
    },
    {
      "index": 2,
      "text": "Authentication",
      "isQuestion": false,
      "html": "<h2 class>Authentication</h2>"
    },
    {
      "index": 3,
      "text": "Edge Functions",
      "isQuestion": false,
      "html": "<h2 class>Edge Functions</h2>"
    },
    {
      "index": 4,
      "text": "Storage",
      "isQuestion": false,
      "html": "<h2 class>Storage</h2>"
    },
    {
      "index": 5,
      "text": "Realtime",
      "isQuestion": false,
      "html": "<h2 class>Realtime</h2>"
    },
    {
      "index": 6,
      "text": "Vector",
      "isQuestion": false,
      "html": "<h2 class>Vector</h2>"
    },
    {
      "index": 7,
      "text": "Data APIs",
      "isQuestion": false,
      "html": "<h2 class>Data APIs</h2>"
    },
    {
      "index": 8,
      "text": "Open source from day one",
      "isQuestion": false,
      "html": "<h2 class=\"h2\">Open source from day one</h2>"
    },
    {
      "index": 9,
      "text": "Build in a weekend, scale to millions",
      "isQuestion": false,
      "html": "<h2 class=\"h2\"><span class=\"text-foreground-lighter\">Build in a weekend,</span><span class=\"text-foreground block sm:inline\"> scale to millions</span></h2>"
    },
    {
      "index": 10,
      "text": "Footer",
      "isQuestion": false,
      "html": "<h2 id=\"footerHeading\" class=\"sr-only\">Footer</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": 10571
          },
          {
            "path": "/.well-known/oauth-authorization-server",
            "statusCode": 404,
            "contentType": "text/html; charset=utf-8",
            "length": 10571
          }
        ]
      },
      "issue": "OAuth / OIDC discovery was not found at the expected path.",
      "howToFix": "Publish valid OAuth/OIDC metadata only when the site actually supports OAuth/OIDC. Otherwise omit provider discovery and document any unauthenticated public APIs separately."
    }
  ],
  "authApplicability": {
    "supportsAuth": true,
    "score": 6,
    "signals": [
      {
        "source": "link:href",
        "weight": 3,
        "match": "auth link"
      },
      {
        "source": "visible-text",
        "weight": 3,
        "match": "sign in"
      }
    ]
  },
  "resourceFetchSucceeded": false
}

Agent Ease of UseAuthEmerging recommendation

OAuth Protected Resource

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

Informational

Needs attention

OAuth Protected Resource

Informational
01

Issue

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

02

Why it matters

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

Check name

OAuth Protected Resource

Score

0/100

Status

informational

Category

Auth

Maturity

Emerging recommendation

Goal

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

Result

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

Validation steps

  1. Fetch protected resource metadata

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

  2. Validate protected resource metadata

    Response is not valid JSON.

  3. Validate protected resource identity

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

  4. Probe protected API Bearer challenge

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

Evidence
{
  "failedStep": "fetch",
  "steps": [
    {
      "id": "fetch",
      "title": "Fetch protected resource metadata",
      "status": "fail",
      "evidence": {
        "path": "/.well-known/oauth-protected-resource",
        "statusCode": 404,
        "contentType": "text/html; charset=utf-8"
      },
      "issue": "The OAuth Protected Resource metadata endpoint did not return HTTP 2xx.",
      "howToFix": "Publish /.well-known/oauth-protected-resource JSON."
    },
    {
      "id": "metadata",
      "title": "Validate protected resource metadata",
      "status": "fail",
      "evidence": {
        "valid": false,
        "compatibleContentType": false,
        "issue": "Response is not valid JSON.",
        "rawExcerpt": "<!DOCTYPE html><html lang=\"en\"><head><meta charSet=\"utf-8\" data-next-head=\"\"/><meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\" data-next-head=\"\"/><link rel=\"apple-touch-icon-precomposed\" sizes=\"57x57\" href=\"/favicon/apple-icon-57x57.png\" data-next-head=\"\"/><link rel=\"apple-touch-icon-precomposed\" sizes=\"60x60\" href=\"/favicon/apple-icon-60x60.png\" data-next-head=\"\"/><link rel=\"apple-touch-icon-precomposed\" sizes=\"72x72\" href=\"/favicon/apple-icon-72x72.png\" data-next-head=\"\"/><link rel=\"apple-touch-icon-precomposed\" sizes=\"76x76\" href=\"/favicon/apple-icon-76x76.png\" data-next-head=\"\"/><link rel=\"apple-touch-icon-precomposed\" sizes=\"114x114\" href=\"/favicon/apple-icon-114x114.png\" data-next-head=\"\"/><link rel=\"apple-touch-icon-precomposed\" sizes=\"120x120\" href=\"/favicon/ap"
      },
      "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://supabase.com"
      },
      "issue": "Protected resource metadata `resource` did not match the resource identifier used to retrieve it.",
      "howToFix": "Set `resource` to the origin/resource identifier represented by /.well-known/oauth-protected-resource."
    },
    {
      "id": "protected-route-challenge",
      "title": "Probe protected API Bearer challenge",
      "status": "informational",
      "evidence": {
        "checked": [
          {
            "path": "/api/admin/scans",
            "statusCode": 404,
            "wwwAuthenticate": {
              "valid": false,
              "present": false
            },
            "expectedMetadataUrl": "https://supabase.com/.well-known/oauth-protected-resource",
            "metadataUrlMatches": true,
            "resourceMatchesRequestContext": true
          },
          {
            "path": "/api/admin/summary",
            "statusCode": 404,
            "wwwAuthenticate": {
              "valid": false,
              "present": false
            },
            "expectedMetadataUrl": "https://supabase.com/.well-known/oauth-protected-resource",
            "metadataUrlMatches": true,
            "resourceMatchesRequestContext": true
          },
          {
            "path": "/api/scans",
            "statusCode": 404,
            "wwwAuthenticate": {
              "valid": false,
              "present": false
            },
            "expectedMetadataUrl": "https://supabase.com/.well-known/oauth-protected-resource",
            "metadataUrlMatches": true,
            "resourceMatchesRequestContext": true
          }
        ]
      },
      "issue": "No protected route with a 401 Bearer challenge was detected; metadata alone does not prove a protected resource.",
      "howToFix": "When this site exposes bearer-protected APIs, return 401 with WWW-Authenticate: Bearer and link resource_metadata."
    }
  ],
  "authApplicability": {
    "supportsAuth": true,
    "score": 6,
    "signals": [
      {
        "source": "link:href",
        "weight": 3,
        "match": "auth link"
      },
      {
        "source": "visible-text",
        "weight": 3,
        "match": "sign in"
      }
    ]
  },
  "resourceFetchSucceeded": false
}

SEOSEOBrowser audit

robots.txt is not valid

100 Fail

Check name

robots.txt is not valid

Score

0/100

Status

fail

Device

desktop

Category

SEO

Estimated savings

1 error found

Fix guidance

If your robots.txt file is malformed, crawlers may not be able to understand how you want your website to be crawled or indexed. [Learn more about robots.txt](https://developer.chrome.com/docs/lighthouse/seo/invalid-robots-txt/).

Evidence
{
  "displayValue": "1 error found",
  "description": "If your robots.txt file is malformed, crawlers may not be able to understand how you want your website to be crawled or indexed. [Learn more about robots.txt](https://developer.chrome.com/docs/lighthouse/seo/invalid-robots-txt/)."
}

Performance and AccessibilityPerformanceBrowser audit

Reduce JavaScript execution time

50 Fail

Check name

Reduce JavaScript execution time

Score

0/100

Status

fail

Device

desktop

Category

Performance

Estimated savings

51.5 s

Fix guidance

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

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

Performance and AccessibilityPerformanceBrowser audit

Loading performance

30 Fail

Check name

Loading performance

Score

41/100

Status

fail

Device

desktop

Category

Performance

Fix guidance

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

Evidence
{
  "checks": [
    {
      "id": "first-contentful-paint",
      "title": "First Contentful Paint",
      "score": 24,
      "displayValue": "2.1 s",
      "numericValue": 2144.4454
    },
    {
      "id": "largest-contentful-paint",
      "title": "Largest Contentful Paint",
      "score": 22,
      "displayValue": "3.6 s",
      "numericValue": 3632.9122000000007
    },
    {
      "id": "speed-index",
      "title": "Speed Index",
      "score": 0,
      "displayValue": "13.9 s",
      "numericValue": 13949.998998757907
    },
    {
      "id": "total-blocking-time",
      "title": "Total Blocking Time",
      "score": 0,
      "displayValue": "65,200 ms",
      "numericValue": 65203
    },
    {
      "id": "max-potential-fid",
      "title": "Max Potential First Input Delay",
      "score": 0,
      "displayValue": "9,360 ms",
      "numericValue": 9362
    },
    {
      "id": "server-response-time",
      "title": "Initial server response time was short",
      "score": 100,
      "displayValue": "Root document took 10 ms",
      "numericValue": 14.096
    },
    {
      "id": "interactive",
      "title": "Time to Interactive",
      "score": 0,
      "displayValue": "80.7 s",
      "numericValue": 80739.3154
    },
    {
      "id": "uses-rel-preconnect",
      "title": "Preconnect to required origins",
      "score": 100,
      "displayValue": "",
      "numericValue": 0
    },
    {
      "id": "network-rtt",
      "title": "Network Round Trip Times",
      "score": 100,
      "displayValue": "20 ms",
      "numericValue": 15.054000000000002
    },
    {
      "id": "third-party-summary",
      "title": "Minimize third-party usage",
      "score": 100,
      "displayValue": "Third-party code blocked the main thread for 0 ms"
    },
    {
      "id": "largest-contentful-paint-element",
      "title": "Largest Contentful Paint element",
      "score": 0,
      "displayValue": "3,630 ms"
    }
  ]
}

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
54/100Level 3, Bot-AwareCurrent report
Report ID 7201e499-98bf-4341-a322-d05e4b546dd3. Scanned Jun 7, 2026, 3:12 AM.
supabase.com AI SEO Report: 54/100 (Level 3, Bot-Aware)