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

OVERALL SCORE

Level 3, Bot-Aware

Moderate readiness for AI agents
AIDiscoverability35%Agent Easeof Use10%Security& Trust80%GEO, AIO, AEO74%SEO100%Performance& Accessibility60%
  • AI Discoverability 35 out of 100
  • Agent Ease of Use 10 out of 100
  • Security & Trust 80 out of 100
  • GEO, AIO and AEO 74 out of 100
  • SEO 100 out of 100
  • Performance and Accessibility 60 out of 100

CAPTURED SCREENSHOT

Captured website desktop screenshot

What AI sees of your website

Fast Open-Source OLAP DBMS - ClickHouse favicon

Fast Open-Source OLAP DBMS - ClickHouse

ClickHouse is a fast open-source column-oriented database management system that allows generating analytical data reports in real-time using SQL queries

Next step

Turn this report into a fix workflow

26 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
35
Priority fix11130View details
Discoverability
29
Priority fix270View details
Content Readiness
67
Needs work920View details
Bot Access Control
0
Priority fix040View details
Agent Ease of Use
10
Priority fix6291View details
API
0
Priority fix060View details
Auth
Not Applicable
Not Applicable070View details
MCP
25
Priority fix260View details
Skill Discovery
5
Priority fix0101View details
Agent Commerce
Not Applicable
Not Applicable400
GEO, AIO and AEO
74
Needs work6113View details
GEO Readiness
81
Mostly ready204
AIO Readiness
67
Needs work313View details
AEO Readiness
72
Needs work106
SEO
100
Strong1100
SEO
100
Strong1100
Security & Trust
80
Mostly ready810View details
Security & Trust
80
Mostly ready410View details
AI Training Exposure
Not Applicable
Not Applicable400
Performance and Accessibility
60
Needs work1942View details
Performance
42
Priority fix1232View details
Accessibility
92
Strong710View details

Prioritized recommendations

Issues ranked by score impact

46 items need attention

Security & TrustSecurity & TrustEstablished

HSTS header

HSTS header is missing or incomplete.

100 Fail

Needs attention

HSTS header

Failed check
01

Issue

HSTS header is missing or incomplete.

02

Why it matters

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

Check name

HSTS header

Score

0/100

Status

fail

Category

Security & Trust

Maturity

Established

Goal

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

Result

HSTS header is missing or incomplete.

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

Agent Ease of UseAPIEstablished

API Catalog

API Catalog failed at "Fetch API catalog".

50 Fail

Needs attention

API Catalog

Failed check
01

Issue

The API catalog endpoint did not return HTTP 2xx.

02

Why it matters

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

Check name

API Catalog

Score

0/100

Status

fail

Category

API

Maturity

Established

Goal

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

Result

API Catalog failed at "Fetch API catalog".

Validation steps

  1. Fetch API catalog

    The API catalog endpoint did not return HTTP 2xx.

  2. Validate RFC 9727 linkset

    Response is not valid JSON.

  3. Fetch advertised API catalog targets

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

Evidence
{
  "failedStep": "fetch",
  "steps": [
    {
      "id": "fetch",
      "title": "Fetch API catalog",
      "status": "fail",
      "evidence": {
        "statusCode": 404,
        "contentType": "text/html; charset=utf-8"
      },
      "issue": "The API catalog endpoint did not return HTTP 2xx.",
      "howToFix": "Publish /.well-known/api-catalog."
    },
    {
      "id": "validate",
      "title": "Validate RFC 9727 linkset",
      "status": "fail",
      "evidence": {
        "valid": false,
        "compatibleContentType": false,
        "issue": "Response is not valid JSON.",
        "rawExcerpt": "<!DOCTYPE html><html lang=\"en\" class=\"light scroll-smooth\" style=\"color-scheme:light\"><script>(function(){try{window.__cfbm=Object.freeze({\"score\":1,\"verified\":false,\"category\":\"\",\"bucket\":\"automated\"});window.sessionStorage.setItem('__cfbm', JSON.stringify(window.__cfbm));}catch(e){}})();</script>\n    <script src=\"https://cdn-prod.securiti.ai/consent/cookie_banner/8555e54b-cd0b-45d7-9c1c-e9e088bf774a/e058d040-977c-4594-aa2c-84b844ce5cf0/google_consent_defaults.js\"></script>\n    <script src=\"https://cdn-prod.securiti.ai/consent/cookie-consent-sdk-loader-strict-csp.js\" data-tenant-uuid=\"8555e54b-cd0b-45d7-9c1c-e9e088bf774a\" data-domain-uuid=\"e058d040-977c-4594-aa2c-84b844ce5cf0\" data-backend-url=\"https://app.securiti.ai\" data-skip-css=\"false\" data-strict-csp=\"true\" defer=\"\"></script>\n    <l"
      },
      "issue": "Response is not valid JSON.",
      "howToFix": "Use application/linkset+json with service-desc, service-doc, and status relations that each include href."
    },
    {
      "id": "target-validation",
      "title": "Fetch advertised API catalog targets",
      "status": "fail",
      "evidence": {
        "checked": [],
        "failures": [
          {
            "reason": "No same-origin API catalog hrefs were available to fetch."
          }
        ]
      },
      "issue": "API Catalog did not expose any same-origin hrefs to validate.",
      "howToFix": "Make each same-origin API catalog href reachable and serve the advertised media type."
    }
  ]
}

AI DiscoverabilityContent ReadinessEstablished

Content freshness signals

Content freshness signals is missing or incomplete.

50 Fail

Needs attention

Content freshness signals

Failed check
01

Issue

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

02

Why it matters

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

Check name

Content freshness signals

Score

0/100

Status

fail

Category

Content Readiness

Maturity

Established

Goal

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

Result

Content freshness signals is missing or incomplete.

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

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\" class=\"light scroll-smooth\" style=\"color-scheme:light\"><script>(function(){try{window.__cfbm=Object.freeze({\"score\":1,\"verified\":false,\"category\":\"\",\"bucket\":\"automated\"});window.sessionStorage.setItem('__cfbm', JSON.stringify(window.__cfbm));}catch(e){}})();</script>\n    <script src=\"https://cdn-prod.securiti.ai/consent/cookie_banner/8555e54b-cd0b-45d7-9c1c-e9e088bf774a/e058d040-977c-4594-aa2c-84b844ce5cf0/google_consent_defaults.js\"></script>\n    <script src=\"https://cdn-prod.securiti.ai/consent/cookie-consent-sdk-loader-strict-csp.js\" data-tenant-uuid=\"8555e54b-cd0b-45d7-9c1c-e9e088bf774a\" data-domain-uuid=\"e058d040-977c-4594-aa2c-84b844ce5cf0\" data-backend-url=\"https://app.securiti.ai\" data-skip-css=\"false\" data-strict-csp=\"true\" defer=\"\"></script>\n    <l"
          },
          {
            "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\" class=\"light scroll-smooth\" style=\"color-scheme:light\"><script>(function(){try{window.__cfbm=Object.freeze({\"score\":1,\"verified\":false,\"category\":\"\",\"bucket\":\"automated\"});window.sessionStorage.setItem('__cfbm', JSON.stringify(window.__cfbm));}catch(e){}})();</script>\n    <script src=\"https://cdn-prod.securiti.ai/consent/cookie_banner/8555e54b-cd0b-45d7-9c1c-e9e088bf774a/e058d040-977c-4594-aa2c-84b844ce5cf0/google_consent_defaults.js\"></script>\n    <script src=\"https://cdn-prod.securiti.ai/consent/cookie-consent-sdk-loader-strict-csp.js\" data-tenant-uuid=\"8555e54b-cd0b-45d7-9c1c-e9e088bf774a\" data-domain-uuid=\"e058d040-977c-4594-aa2c-84b844ce5cf0\" data-backend-url=\"https://app.securiti.ai\" data-skip-css=\"false\" data-strict-csp=\"true\" defer=\"\"></script>\n    <l"
          },
          {
            "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\" class=\"light scroll-smooth\" style=\"color-scheme:light\"><script>(function(){try{window.__cfbm=Object.freeze({\"score\":1,\"verified\":false,\"category\":\"\",\"bucket\":\"automated\"});window.sessionStorage.setItem('__cfbm', JSON.stringify(window.__cfbm));}catch(e){}})();</script>\n    <script src=\"https://cdn-prod.securiti.ai/consent/cookie_banner/8555e54b-cd0b-45d7-9c1c-e9e088bf774a/e058d040-977c-4594-aa2c-84b844ce5cf0/google_consent_defaults.js\"></script>\n    <script src=\"https://cdn-prod.securiti.ai/consent/cookie-consent-sdk-loader-strict-csp.js\" data-tenant-uuid=\"8555e54b-cd0b-45d7-9c1c-e9e088bf774a\" data-domain-uuid=\"e058d040-977c-4594-aa2c-84b844ce5cf0\" data-backend-url=\"https://app.securiti.ai\" data-skip-css=\"false\" data-strict-csp=\"true\" defer=\"\"></script>\n    <l"
          },
          {
            "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\" class=\"light scroll-smooth\" style=\"color-scheme:light\"><script>(function(){try{window.__cfbm=Object.freeze({\"score\":1,\"verified\":false,\"category\":\"\",\"bucket\":\"automated\"});window.sessionStorage.setItem('__cfbm', JSON.stringify(window.__cfbm));}catch(e){}})();</script>\n    <script src=\"https://cdn-prod.securiti.ai/consent/cookie_banner/8555e54b-cd0b-45d7-9c1c-e9e088bf774a/e058d040-977c-4594-aa2c-84b844ce5cf0/google_consent_defaults.js\"></script>\n    <script src=\"https://cdn-prod.securiti.ai/consent/cookie-consent-sdk-loader-strict-csp.js\" data-tenant-uuid=\"8555e54b-cd0b-45d7-9c1c-e9e088bf774a\" data-domain-uuid=\"e058d040-977c-4594-aa2c-84b844ce5cf0\" data-backend-url=\"https://app.securiti.ai\" data-skip-css=\"false\" data-strict-csp=\"true\" defer=\"\"></script>\n    <l"
          },
          {
            "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\" class=\"light scroll-smooth\" style=\"color-scheme:light\"><script>(function(){try{window.__cfbm=Object.freeze({\"score\":1,\"verified\":false,\"category\":\"\",\"bucket\":\"automated\"});window.sessionStorage.setItem('__cfbm', JSON.stringify(window.__cfbm));}catch(e){}})();</script>\n    <script src=\"https://cdn-prod.securiti.ai/consent/cookie_banner/8555e54b-cd0b-45d7-9c1c-e9e088bf774a/e058d040-977c-4594-aa2c-84b844ce5cf0/google_consent_defaults.js\"></script>\n    <script src=\"https://cdn-prod.securiti.ai/consent/cookie-consent-sdk-loader-strict-csp.js\" data-tenant-uuid=\"8555e54b-cd0b-45d7-9c1c-e9e088bf774a\" data-domain-uuid=\"e058d040-977c-4594-aa2c-84b844ce5cf0\" data-backend-url=\"https://app.securiti.ai\" data-skip-css=\"false\" data-strict-csp=\"true\" defer=\"\"></script>\n    <l"
          },
          {
            "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\" class=\"light scroll-smooth\" style=\"color-scheme:light\"><script>(function(){try{window.__cfbm=Object.freeze({\"score\":1,\"verified\":false,\"category\":\"\",\"bucket\":\"automated\"});window.sessionStorage.setItem('__cfbm', JSON.stringify(window.__cfbm));}catch(e){}})();</script>\n    <script src=\"https://cdn-prod.securiti.ai/consent/cookie_banner/8555e54b-cd0b-45d7-9c1c-e9e088bf774a/e058d040-977c-4594-aa2c-84b844ce5cf0/google_consent_defaults.js\"></script>\n    <script src=\"https://cdn-prod.securiti.ai/consent/cookie-consent-sdk-loader-strict-csp.js\" data-tenant-uuid=\"8555e54b-cd0b-45d7-9c1c-e9e088bf774a\" data-domain-uuid=\"e058d040-977c-4594-aa2c-84b844ce5cf0\" data-backend-url=\"https://app.securiti.ai\" data-skip-css=\"false\" data-strict-csp=\"true\" defer=\"\"></script>\n    <l"
          },
          {
            "path": "/docs/openapi.json",
            "statusCode": 404,
            "contentType": "text/html; charset=utf-8",
            "valid": false,
            "issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html; charset=utf-8\" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
            "compatibleContentType": false,
            "format": "yaml",
            "version": "",
            "pathCount": 0,
            "operationCount": 0,
            "rawExcerpt": "<!doctype html><html lang=en dir=ltr class=\"docs-wrapper plugin-docs plugin-id-default docs-version-current\" data-has-hydrated=false><script>(function(){try{window.__cfbm=Object.freeze({\"score\":1,\"verified\":false,\"category\":\"\",\"bucket\":\"automated\"});window.sessionStorage.setItem('__cfbm', JSON.stringify(window.__cfbm));}catch(e){}})();</script><meta charset=UTF-8><meta name=generator content=\"Docusaurus v3.7.0\"><title data-rh=true>ClickHouse Docs</title><meta data-rh=true property=og:title content=\"ClickHouse Docs\"><meta data-rh=true name=viewport content=\"width=device-width, initial-scale=1.0\"><meta data-rh=true name=twitter:card content=summary_large_image><meta data-rh=true property=og:image content=https://clickhouse.com/docs/img/docs_social_share.png><meta data-rh=true name=twitter:im"
          }
        ]
      },
      "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: 61 links missing accessible names; 4 buttons missing accessible names.

Details

02

Why it matters

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

Check name

Semantic HTML

Score

0/100

Status

fail

Category

Content Readiness

Maturity

Established

Goal

Expose readable page structure through semantic HTML and accessible controls.

Result

Semantic HTML is missing or incomplete.

Evidence
{
  "main": true,
  "nav": true,
  "footer": true,
  "meaningfulH1": true,
  "headingOrder": true,
  "accessibleLinks": false,
  "accessibleButtons": false,
  "imageAltCoverage": true,
  "formAutocompleteCoverage": true,
  "details": {
    "inaccessibleLinks": [
      "<a class=\"inline\" href=\"/blog/poolside-using-clickhouse-to-build-next-gen-ai-for-software-development\"><img alt width=\"222\" height=\"41\" decoding=\"async\" data-nimg=\"1\" class=\"max-w-full\" style=\"color:transparent\" src=\"/uploads/poolside_1c835dc37f.svg\"></a>",
      "<a class=\"inline\" href=\"/user-stories?loc=sony&amp;search=sony\"><img alt width=\"111\" height=\"56\" decoding=\"async\" data-nimg=\"1\" class=\"max-w-full\" style=\"color:transparent\" src=\"/uploads/trusted_by_sony_2117ab6ef9.svg\"></a>",
      "<a class=\"inline\" href=\"/blog/hifis-migration-from-bigquery-to-clickhouse?loc=carousel\"><img alt width=\"202\" height=\"41\" decoding=\"async\" data-nimg=\"1\" class=\"max-w-full\" style=\"color:transparent\" src=\"/uploads/block_logo_black_min_2f6978c0c1.svg\"></a>",
      "<a class=\"inline\" href=\"/user-stories?loc=vercel\"><img alt width=\"106\" height=\"21\" decoding=\"async\" data-nimg=\"1\" class=\"max-w-full\" style=\"color:transparent\" src=\"/uploads/vercel_fa4c139b66.svg\"></a>",
      "<a class=\"inline\" href=\"/user-stories?loc=meta\"><img alt width=\"151\" height=\"34\" decoding=\"async\" data-nimg=\"1\" class=\"max-w-full\" style=\"color:transparent\" src=\"/uploads/meta_9f582e8e5f.svg\"></a>",
      "<a class=\"inline\" href=\"/user-stories?loc=ebay\"><img alt width=\"85\" height=\"56\" decoding=\"async\" data-nimg=\"1\" class=\"max-w-full\" style=\"color:transparent\" src=\"/uploads/trusted_by_ebay_7dd3883842.svg\"></a>",
      "<a class=\"inline\" href=\"/user-stories?loc=microsoft&amp;search=microsoft\"><img alt loading=\"lazy\" width=\"151\" height=\"56\" decoding=\"async\" data-nimg=\"1\" class=\"max-w-full\" style=\"color:transparent\" src=\"/uploads/trusted_by_microsoft_e9aa6af7ab.svg\"></a>",
      "<a class=\"inline\" href=\"/user-stories?loc=spotify\"><img alt loading=\"lazy\" width=\"134\" height=\"56\" decoding=\"async\" data-nimg=\"1\" class=\"max-w-full\" style=\"color:transparent\" src=\"/uploads/trusted_by_spotify_32c0f01d76.svg\"></a>",
      "<a class=\"inline\" href=\"/videos/lyft-user-story?loc=lyft-homepage\"><img alt loading=\"lazy\" width=\"64\" height=\"56\" decoding=\"async\" data-nimg=\"1\" class=\"max-w-full\" style=\"color:transparent\" src=\"/uploads/trusted_by_lyft_596cb8757f.svg\"></a>",
      "<a class=\"inline\" href=\"/user-stories?loc=hubspot\"><img alt loading=\"lazy\" width=\"106\" height=\"56\" decoding=\"async\" data-nimg=\"1\" class=\"max-w-full\" style=\"color:transparent\" src=\"/uploads/trusted_by_hubspot_9f26e263c1.svg\"></a>",
      "<a class=\"inline\" href=\"/blog/langchain-why-we-choose-clickhouse-to-power-langchain?loc=langchain-homepage\"><img alt loading=\"lazy\" width=\"200\" height=\"36\" decoding=\"async\" data-nimg=\"1\" class=\"max-w-full\" style=\"color:transparent\" src=\"/uploads/langchain_logo_1_1e23793e69.svg\"></a>",
      "<a class=\"inline\" href=\"/user-stories?loc=instacart&amp;search=instacart\"><img alt loading=\"lazy\" width=\"150\" height=\"24\" decoding=\"async\" data-nimg=\"1\" class=\"max-w-full\" style=\"color:transparent\" src=\"/uploads/instacart_logo_1_ef7bb3b645.svg\"></a>",
      "<a class=\"inline\" href=\"/user-stories?loc=contentsquare&amp;search=contentsquare\"><img alt width=\"241\" height=\"56\" decoding=\"async\" data-nimg=\"1\" class=\"max-w-full\" style=\"color:transparent\" src=\"/uploads/trusted_by_contentsquare_bfc3a95c9e.svg\"></a>",
      "<a class=\"inline\" href=\"/user-stories?loc=cisco\"><img alt width=\"78\" height=\"56\" decoding=\"async\" data-nimg=\"1\" class=\"max-w-full\" style=\"color:transparent\" src=\"/uploads/trusted_by_cisco_f3dc337b62.svg\"></a>",
      "<a class=\"inline\" href=\"/user-stories?loc=nginx\"><img alt width=\"120\" height=\"56\" decoding=\"async\" data-nimg=\"1\" class=\"max-w-full\" style=\"color:transparent\" src=\"/uploads/trusted_by_nginx_8a94641c8c.svg\"></a>",
      "<a class=\"inline\" href=\"/user-stories?loc=cloudflare&amp;search=cloudflare\"><img alt width=\"134\" height=\"56\" decoding=\"async\" data-nimg=\"1\" class=\"max-w-full\" style=\"color:transparent\" src=\"/uploads/trusted_by_cloudflare_74f4bc587e.svg\"></a>",
      "<a class=\"inline\" href=\"/blog/nyc-meetup-report-real-time-slicing-and-dicing-reporting-with-clickhouse?loc=carousel\"><img alt width=\"101\" height=\"56\" decoding=\"async\" data-nimg=\"1\" class=\"max-w-full\" style=\"color:transparent\" src=\"/uploads/trusted_by_rokt_66bd8a7f52.svg\"></a>",
      "<a class=\"inline\" href=\"/user-stories?loc=fisker\"><img alt width=\"51\" height=\"56\" decoding=\"async\" data-nimg=\"1\" class=\"max-w-full\" style=\"color:transparent\" src=\"/uploads/trusted_by_fisker_86170377b2.svg\"></a>",
      "<a class=\"inline\" href=\"/blog/trackingplan-web-analytics-with-clickhouse?loc=homepage-trackingplan\"><img alt loading=\"lazy\" width=\"200\" height=\"56\" decoding=\"async\" data-nimg=\"1\" class=\"max-w-full\" style=\"color:transparent\" src=\"/uploads/trusted_by_trackingplan_5b83d6c4cd.svg\"></a>",
      "<a class=\"inline\" href=\"/blog/serving-real-time-analytics-across-marketplaces-at-adevinta?loc=carousel\"><img alt loading=\"lazy\" width=\"129\" height=\"56\" decoding=\"async\" data-nimg=\"1\" class=\"max-w-full\" style=\"color:transparent\" src=\"/uploads/trusted_by_adevinta_534745a01e.svg\"></a>",
      "<a class=\"inline\" href=\"/user-stories?loc=ibm&amp;search=ibm\"><img alt loading=\"lazy\" width=\"70\" height=\"56\" decoding=\"async\" data-nimg=\"1\" class=\"max-w-full\" style=\"color:transparent\" src=\"/uploads/trusted_by_ibm_21b6e36895.svg\"></a>",
      "<a class=\"inline\" href=\"/user-stories?loc=gitlab\"><img alt loading=\"lazy\" width=\"138\" height=\"56\" decoding=\"async\" data-nimg=\"1\" class=\"max-w-full\" style=\"color:transparent\" src=\"/uploads/trusted_by_gitlab_2c2904bdb2.svg\"></a>",
      "<a class=\"inline\" href=\"/user-stories?loc=mux\"><img alt loading=\"lazy\" width=\"93\" height=\"56\" decoding=\"async\" data-nimg=\"1\" class=\"max-w-full\" style=\"color:transparent\" src=\"/uploads/trusted_by_mux_23ad0faaa5.svg\"></a>",
      "<a class=\"inline\" href=\"/user-stories?loc=netapp\"><img alt loading=\"lazy\" width=\"139\" height=\"56\" decoding=\"async\" data-nimg=\"1\" class=\"max-w-full\" style=\"color:transparent\" src=\"/uploads/trusted_by_netapp_0a850a883a.svg\"></a>",
      "<a class=\"inline\" href=\"/user-stories?loc=servicenow\"><img alt loading=\"lazy\" width=\"191\" height=\"56\" decoding=\"async\" data-nimg=\"1\" class=\"max-w-full\" style=\"color:transparent\" src=\"/uploads/trusted_by_servicenow_739afc9282.svg\"></a>",
      "<a class=\"inline\" href=\"/user-stories?loc=posthog\"><img alt loading=\"lazy\" width=\"157\" height=\"56\" decoding=\"async\" data-nimg=\"1\" class=\"max-w-full\" style=\"color:transparent\" src=\"/uploads/trusted_by_posthog_b6eb41ddb8.svg\"></a>",
      "<a class=\"inline\" href=\"/blog/weights-and-biases-scale-ai-development?loc=carousel\"><img alt loading=\"lazy\" width=\"320\" height=\"38\" decoding=\"async\" data-nimg=\"1\" class=\"max-w-full\" style=\"color:transparent\" src=\"/uploads/weights_and_biases_full_6a8e4d8d35.svg\"></a>",
      "<a class=\"inline\" href=\"/user-stories?loc=deutsche-bank&amp;search=deutsche\"><img alt loading=\"lazy\" width=\"197\" height=\"56\" decoding=\"async\" data-nimg=\"1\" class=\"max-w-full\" style=\"color:transparent\" src=\"/uploads/trusted_by_deutsche_bank_2b245b5b17.svg\"></a>",
      "<a class=\"inline\" href=\"/blog/behind-the-scenes-how-clickhouse-helps-vimeo-power-video-analytics-at-scale?loc=carousel\"><img alt loading=\"lazy\" width=\"90\" height=\"26\" decoding=\"async\" data-nimg=\"1\" class=\"max-w-full\" style=\"color:transparent\" src=\"/uploads/vimeo_logo_userstories_7ed2d7c19c.svg\"></a>",
      "<a class=\"inline\" href=\"/videos/funnel-analytics-and-distributed-queries-in-clickhouse\"><img alt loading=\"lazy\" width=\"129\" height=\"38\" decoding=\"async\" data-nimg=\"1\" class=\"max-w-full\" style=\"color:transparent\" src=\"/uploads/klaviyo_black_19bddb4bb1.svg\"></a>",
      "<a class=\"inline\" href=\"/blog/unlocking-the-power-of-onchain-analytics-how-nansen-transformed-their-data-infrastructure-with-clickhouse-cloud\"><img alt loading=\"lazy\" width=\"170\" height=\"41\" decoding=\"async\" data-nimg=\"1\" class=\"max-w-full\" style=\"color:transparent\" src=\"/uploads/nansen_946382124a.svg\"></a>",
      "<a class=\"inline\" href=\"/blog/observing-in-style-how-poizon-rebuilt-its-data-platform-with-clickhouse-enterprise-edition\"><img alt width=\"110\" height=\"40\" decoding=\"async\" data-nimg=\"1\" class=\"max-w-full\" style=\"color:transparent\" src=\"/uploads/poizon_c9aa5431c5_fc90e5bbf0.svg\"></a>",
      "<a class=\"inline\" href=\"/blog/how-real-estate-analytics-made-its-data-pipeline-50x-faster-with-clickhouse\"><img alt width=\"138\" height=\"40\" decoding=\"async\" data-nimg=\"1\" class=\"max-w-full\" style=\"color:transparent\" src=\"/uploads/rea_logo_830fcadc53_d4251b9a35.svg\"></a>",
      "<a class=\"inline\" href=\"/blog/how-anthropic-is-using-clickhouse-to-scale-observability-for-ai-era\"><img alt width=\"200\" height=\"41\" decoding=\"async\" data-nimg=\"1\" class=\"max-w-full\" style=\"color:transparent\" src=\"/uploads/anthropic_small_a6ab486d34.svg\"></a>",
      "<a class=\"inline\" href=\"/blog/scaling-observabilty-for-thousands-of-gpus-at-character-ai\"><img alt loading=\"lazy\" width=\"140\" height=\"38\" decoding=\"async\" data-nimg=\"1\" class=\"max-w-full\" style=\"color:transparent\" src=\"/uploads/character_3a9027ce90_4085d9ac89.svg\"></a>",
      "<a class=\"inline\" href=\"/videos/ramp?loc=carousel\"><img alt loading=\"lazy\" width=\"132\" height=\"35\" decoding=\"async\" data-nimg=\"1\" class=\"max-w-full\" style=\"color:transparent\" src=\"/uploads/ramp_1db2955d50.svg\"></a>",
      "<a class=\"inline\" href=\"/blog/transforming-ad-tech-how-cognitiv-uses-clickhouse-to-build-better-machine-learning-models?loc=carousel\"><img alt loading=\"lazy\" width=\"246\" height=\"41\" decoding=\"async\" data-nimg=\"1\" class=\"max-w-full\" style=\"color:transparent\" src=\"/uploads/cognitiv_94d115644c.svg\"></a>",
      "<a class=\"inline\" href=\"/user-stories?loc=statsig\"><img alt loading=\"lazy\" width=\"153\" height=\"56\" decoding=\"async\" data-nimg=\"1\" class=\"max-w-full\" style=\"color:transparent\" src=\"/uploads/trusted_by_statsig_041ca89e1e.svg\"></a>",
      "<a class=\"inline\" href=\"/user-stories?loc=didi&amp;search=didi\"><img alt loading=\"lazy\" width=\"110\" height=\"35\" decoding=\"async\" data-nimg=\"1\" class=\"max-w-full\" style=\"color:transparent\" src=\"/uploads/didi_e12c39680b.svg\"></a>",
      "<a class=\"inline\" href=\"/blog/prefect-event-driven-workflow-orchestration-powered-by-clickhouse?loc=prefect\"><img alt loading=\"lazy\" width=\"201\" height=\"25\" decoding=\"async\" data-nimg=\"1\" class=\"max-w-full\" style=\"color:transparent\" src=\"/uploads/prefect_logo_42849dddbe.svg\"></a>",
      "<a class=\"inline\" href=\"/user-stories?loc=cursor\"><img alt width=\"139\" height=\"35\" decoding=\"async\" data-nimg=\"1\" class=\"max-w-full\" style=\"color:transparent\" src=\"/uploads/cursor_136f34ab68.svg\"></a>",
      "<a class=\"inline\" href=\"/blog/how-trip.com-migrated-from-elasticsearch-and-built-a-50pb-logging-solution-with-clickhouse\"><img alt width=\"135\" height=\"33\" decoding=\"async\" data-nimg=\"1\" class=\"max-w-full\" style=\"color:transparent\" src=\"/uploads/Trip_com_logo_1_4cd2a2bf27.svg\"></a>",
      "<a class=\"inline\" href=\"/videos/sierraai?loc=sierra\"><img alt width=\"118\" height=\"39\" decoding=\"async\" data-nimg=\"1\" class=\"max-w-full\" style=\"color:transparent\" src=\"/uploads/sierra_321b705206.svg\"></a>",
      "<a class=\"inline\" href=\"/blog/seeing-the-big-picture-shopees-journey-to-distributed-tracing-with-clickhouse?loc=carousel\"><img alt width=\"127\" height=\"40\" decoding=\"async\" data-nimg=\"1\" class=\"max-w-full\" style=\"color:transparent\" src=\"/uploads/shopee_logo_1_f68ba1df69.svg\"></a>",
      "<a class=\"inline\" href=\"/blog/clickhouse-replaces-postgres-to-power-real-time-analytics-in-common-room-customer-portal?loc=carousel\"><img alt width=\"228\" height=\"34\" decoding=\"async\" data-nimg=\"1\" class=\"max-w-full\" style=\"color:transparent\" src=\"/uploads/commonroom_logo_f48efdb4bb.svg\"></a>",
      "<a class=\"inline\" href=\"/blog/tekion-adopts-clickhouse-cloud-to-power-application-performance-and-metrics-monitoring?loc=carousel\"><img alt width=\"151\" height=\"17\" decoding=\"async\" data-nimg=\"1\" class=\"max-w-full\" style=\"color:transparent\" src=\"/uploads/teckion_logo_1_13bcd52b4b.svg\"></a>",
      "<a class=\"inline\" href=\"/user-stories?loc=whatnot\"><img alt loading=\"lazy\" width=\"140\" height=\"36\" decoding=\"async\" data-nimg=\"1\" class=\"max-w-full\" style=\"color:transparent\" src=\"/uploads/whatnot_b6c297442a.svg\"></a>",
      "<a class=\"inline\" href=\"/videos/scaling-graphite-with-clickhouse?loc=carousel\"><img alt loading=\"lazy\" width=\"98\" height=\"38\" decoding=\"async\" data-nimg=\"1\" class=\"max-w-full\" style=\"color:transparent\" src=\"/uploads/fastly_carousel_be77939630.svg\"></a>",
      "<a class=\"inline\" href=\"/blog/why-astronomer-chose-clickhouse-to-power-its-new-data-observability-platform-astro-observe\"><img alt loading=\"lazy\" width=\"219\" height=\"40\" decoding=\"async\" data-nimg=\"1\" class=\"max-w-full\" style=\"color:transparent\" src=\"/uploads/astonomer_d6b1876f31_606414fa24.svg\"></a>",
      "<a class=\"inline\" href=\"/blog/corsearch-replaces-mysql-with-clickhouse-for-content-and-brand-protection?loc=carousel\"><img alt loading=\"lazy\" width=\"180\" height=\"22\" decoding=\"async\" data-nimg=\"1\" class=\"max-w-full\" style=\"color:transparent\" src=\"/uploads/corsearch_logo_b67fc34ee9.svg\"></a>",
      "<a class=\"inline\" href=\"/blog/upollos-journey-from-bigquery-to-clickhouse?loc=carousel\"><img alt loading=\"lazy\" width=\"139\" height=\"40\" decoding=\"async\" data-nimg=\"1\" class=\"max-w-full\" style=\"color:transparent\" src=\"/uploads/upollo_1_5b302120ad.svg\"></a>",
      "<a class=\"inline\" href=\"/blog/amp-clickhouse-oss-to-clickhouse-cloud?loc=carousel\"><img alt loading=\"lazy\" width=\"175\" height=\"41\" decoding=\"async\" data-nimg=\"1\" class=\"max-w-full\" style=\"color:transparent\" src=\"/uploads/amp_d170d43f74.svg\"></a>",
      "<a class=\"inline\" href=\"/blog/electrum-driving-net-zero-carbon-future-with-clickhouse\"><img alt loading=\"lazy\" width=\"176\" height=\"38\" decoding=\"async\" data-nimg=\"1\" class=\"max-w-full\" style=\"color:transparent\" src=\"/uploads/electrum_ffcca287a1.svg\"></a>",
      "<a class=\"inline\" href=\"/user-stories?loc=spoton\"><img alt loading=\"lazy\" width=\"136\" height=\"40\" decoding=\"async\" data-nimg=\"1\" class=\"max-w-full\" style=\"color:transparent\" src=\"/uploads/spoton_d78dc818fe.svg\"></a>",
      "<a class=\"inline\" href=\"/blog/how-memorial-sloan-kettering-cancer-center-is-using-clickhouse-to-accelerate-cancer-research\"><img alt loading=\"lazy\" width=\"172\" height=\"40\" decoding=\"async\" data-nimg=\"1\" class=\"max-w-full\" style=\"color:transparent\" src=\"/uploads/mskcc_159a51fd5d_05a5a8c972.svg\"></a>",
      "<a class=\"inline\" href=\"/blog/migrating-to-clickhouse-cloud-in-just-three-months-with-no-downtime-a-120-terabyte-data-journey-and-its-benefits\"><img alt loading=\"lazy\" width=\"100\" height=\"40\" decoding=\"async\" data-nimg=\"1\" class=\"max-w-full\" style=\"color:transparent\" src=\"/uploads/azur_games_808e0a358a.svg\"></a>",
      "<a class=\"inline\" href=\"/videos/vantage\"><img alt loading=\"lazy\" width=\"102\" height=\"27\" decoding=\"async\" data-nimg=\"1\" class=\"max-w-full\" style=\"color:transparent\" src=\"/uploads/vantage_logo_black_e5022f7336.svg\"></a>",
      "<a class=\"inline\" href=\"/blog/how-solarwinds-uses-clickhouse-for-realtime-observability-at-scale\"><img alt loading=\"lazy\" width=\"180\" height=\"36\" decoding=\"async\" data-nimg=\"1\" class=\"max-w-full\" style=\"color:transparent\" src=\"/uploads/solarwinds_76ad8bad7f_100b26114c.svg\"></a>",
      "<a class=\"inline\" href=\"/blog/longbridge-technology-simplifies-their-architecture-and-achieves-10x-performance-boost-with-clickhouse\"><img alt width=\"163\" height=\"41\" decoding=\"async\" data-nimg=\"1\" class=\"max-w-full\" style=\"color:transparent\" src=\"/uploads/longbridge_logo_a5b9c10d39_06cea9ccd9.svg\"></a>",
      "<a class=\"inline\" href=\"/blog/how-harvey-uses-clickhouse-for-proactive-threat-detection\"><img alt width=\"113\" height=\"40\" decoding=\"async\" data-nimg=\"1\" class=\"max-w-full\" style=\"color:transparent\" src=\"/uploads/harvey_d075e8174c_668bdfaf9a.svg\"></a>",
      "<a class=\"inline\" href=\"/user-stories?loc=royal-bank&amp;search=royal+bank\"><img alt width=\"100\" height=\"41\" decoding=\"async\" data-nimg=\"1\" class=\"max-w-full\" style=\"color:transparent\" src=\"/uploads/rbc_logo_4aaac37282.svg\"></a>"
    ],
    "inaccessibleButtons": [
      "<button class=\"group/playButton w-max cursor-pointer rounded-full p-0.5 shadow-lg backdrop-blur-lg backdrop-brightness-150 transition duration-300 hover:scale-105 hover:shadow-2xl absolute left-1/2 top-1/2 z-10 -translate-x-1/2 -translate-y-1/2 \"><span class=\"flex items-center rounded-full bg-neutral-750/95 transition-colors duration-300 group-hover/playButton:bg-neutral-750\"><span class=\"flex aspect-square w-20 flex-shrink-0 flex-grow-0 items-center justify-center text-primary-300\"><svg xmlns=\"",
      "<button class=\"group/playButton w-max cursor-pointer rounded-full p-0.5 shadow-lg backdrop-blur-lg backdrop-brightness-150 transition duration-300 hover:scale-105 hover:shadow-2xl absolute left-1/2 top-1/2 z-10 -translate-x-1/2 -translate-y-1/2 \"><span class=\"flex items-center rounded-full bg-neutral-750/95 transition-colors duration-300 group-hover/playButton:bg-neutral-750\"><span class=\"flex aspect-square w-20 flex-shrink-0 flex-grow-0 items-center justify-center text-primary-300\"><svg xmlns=\"",
      "<button class=\"group/playButton w-max cursor-pointer rounded-full p-0.5 shadow-lg backdrop-blur-lg backdrop-brightness-150 transition duration-300 hover:scale-105 hover:shadow-2xl absolute left-1/2 top-1/2 z-10 -translate-x-1/2 -translate-y-1/2 \"><span class=\"flex items-center rounded-full bg-neutral-750/95 transition-colors duration-300 group-hover/playButton:bg-neutral-750\"><span class=\"flex aspect-square w-20 flex-shrink-0 flex-grow-0 items-center justify-center text-primary-300\"><svg xmlns=\"",
      "<button type=\"button\" class=\"absolute inset-0 z-30 grid place-items-center md:bottom-auto md:left-auto md:right-8 md:top-6 md:h-6 md:w-6 md:rounded md:text-neutral-400 md:hover:bg-neutral-800 md:hover:text-neutral-500\" data-state=\"closed\"><svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"2\" stroke=\"currentColor\" aria-hidden=\"true\" class=\"hidden h-4 w-4 md:block\"><path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M8 16H6a2 2 0 01-2-2V6a2 2 0 012-2h8a2 2 0 "
    ],
    "missingAutocompleteInputs": [],
    "imagesMissingAlt": [],
    "skippedHeadingLevels": []
  },
  "counts": {
    "h1": 1,
    "headings": 25,
    "links": 202,
    "inaccessibleLinks": 61,
    "buttons": 34,
    "inaccessibleButtons": 4,
    "images": 93,
    "imagesWithAlt": 93,
    "autocompleteInputs": 0,
    "inputsWithAutocomplete": 0,
    "missingAutocompleteInputs": 0
  }
}

AI DiscoverabilityBot Access ControlEstablished

AI bot rules in robots.txt

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

33 Fail

Needs attention

AI bot rules in robots.txt

Failed check
01

Issue

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

02

Why it matters

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

Check name

AI bot rules in robots.txt

Score

0/100

Status

fail

Category

Bot Access Control

Maturity

Established

Goal

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

Result

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

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

AI DiscoverabilityBot Access ControlInformational

Content Signal

Content Signal is missing or incomplete.

33 Fail

Needs attention

Content Signal

Failed check
01

Issue

No Content Signal found in robots.txt

02

Why it matters

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

Check name

Content Signal

Score

0/100

Status

fail

Category

Bot Access Control

Maturity

Informational

Goal

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

Result

Content Signal is missing or incomplete.

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

Agent Ease of UseMCPEmerging recommendation

MCP Server Card

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

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

33 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": 49922
          },
          {
            "path": "/.well-known/mcp.json",
            "statusCode": 404,
            "contentType": "text/html; charset=utf-8",
            "length": 49922
          },
          {
            "path": "/.well-known/mcp/server-card.json",
            "statusCode": 404,
            "contentType": "text/html; charset=utf-8",
            "length": 49922
          }
        ]
      },
      "issue": "mcp.json was not found at the expected path.",
      "howToFix": "Publish mcp.json or an MCP server card with serverInfo, protocolVersion, transport endpoint, and capabilities."
    }
  ]
}

AI DiscoverabilityBot Access ControlInformational

Web Bot Auth request signing

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

33 Fail

Needs attention

Web Bot Auth request signing

Failed check
01

Issue

Web Bot Auth request signing was not found at the expected path.

02

Why it matters

Web Bot Auth discovery lets servers and clients find signing keys for bot identity workflows based on HTTP Message Signatures.

Check name

Web Bot Auth request signing

Score

0/100

Status

fail

Category

Bot Access Control

Maturity

Informational

Goal

Advertise HTTP Message Signatures keys when this site operates signed bot clients or supports Web Bot Auth workflows.

Result

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

Validation steps

  1. Fetch to find resource

    Web Bot Auth request signing was not found at the expected path.

Evidence
{
  "failedStep": "fetch",
  "steps": [
    {
      "id": "fetch",
      "title": "Fetch to find resource",
      "status": "fail",
      "evidence": {
        "checked": [
          {
            "path": "/.well-known/http-message-signatures-directory",
            "statusCode": 404,
            "contentType": "text/html; charset=utf-8",
            "length": 49922
          }
        ]
      },
      "issue": "Web Bot Auth request signing was not found at the expected path.",
      "howToFix": "If publishing Web Bot Auth keys, return a JSON key directory with a non-empty keys array and the draft media type."
    }
  ]
}

Agent Ease of UseMCPInformational

WebMCP manifest

WebMCP manifest failed at "Fetch to find resource".

33 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": 49922
          },
          {
            "path": "/webmcp.json",
            "statusCode": 404,
            "contentType": "text/html; charset=utf-8",
            "length": 49922
          },
          {
            "path": "/mcp.json",
            "statusCode": 404,
            "contentType": "text/html; charset=utf-8",
            "length": 49922
          }
        ]
      },
      "issue": "WebMCP manifest was not found at the expected path.",
      "howToFix": "Keep declarative WebMCP manifest discovery informational until the manifest shape stabilizes; validate tools if you publish one."
    }
  ]
}

Agent Ease of UseSkill DiscoveryEmerging recommendation

A2A Agent Card

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

20 Fail

Needs attention

A2A Agent Card

Failed check
01

Issue

A2A Agent Card was not found at the expected path.

02

Why it matters

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

Check name

A2A Agent Card

Score

0/100

Status

fail

Category

Skill Discovery

Maturity

Emerging recommendation

Goal

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

Result

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

Validation steps

  1. Fetch to find resource

    A2A Agent Card was not found at the expected path.

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

Agent Ease of UseSkill DiscoveryEmerging recommendation

Agent Skills index

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

20 Fail

Needs attention

Agent Skills index

Failed check
01

Issue

Agent Skills index was not found at the expected path.

02

Why it matters

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

Check name

Agent Skills index

Score

0/100

Status

fail

Category

Skill Discovery

Maturity

Emerging recommendation

Goal

Publish an agent skills discovery index.

Result

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

Validation steps

  1. Fetch to find resource

    Agent Skills index was not found at the expected path.

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

Agent Ease of UseSkill DiscoveryEmerging recommendation

agent.json

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

20 Fail

Needs attention

agent.json

Failed check
01

Issue

agent.json was not found at the expected path.

02

Why it matters

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

Check name

agent.json

Score

0/100

Status

fail

Category

Skill Discovery

Maturity

Emerging recommendation

Goal

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

Result

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

Validation steps

  1. Fetch to find resource

    agent.json was not found at the expected path.

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

Agent Ease of UseSkill DiscoveryInformational

agents.json

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

20 Fail

Needs attention

agents.json

Failed check
01

Issue

agents.json was not found at the expected path.

02

Why it matters

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

Check name

agents.json

Score

0/100

Status

fail

Category

Skill Discovery

Maturity

Informational

Goal

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

Result

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

Validation steps

  1. Fetch to find resource

    agents.json was not found at the expected path.

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

AI DiscoverabilityDiscoverabilityEstablished

FAQPage schema

FAQPage schema is missing or incomplete.

20 Fail

Needs attention

FAQPage schema

Failed check
01

Issue

FAQ content was detected but no FAQPage schema was found.

02

Why it matters

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

Check name

FAQPage schema

Score

0/100

Status

fail

Category

Discoverability

Maturity

Established

Goal

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

Result

FAQPage schema is missing or incomplete.

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

AI DiscoverabilityDiscoverabilityEstablished

High-value schema types

High-value schema types is missing or incomplete.

20 Fail

Needs attention

High-value schema types

Failed check
01

Issue

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

02

Why it matters

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

Check name

High-value schema types

Score

0/100

Status

fail

Category

Discoverability

Maturity

Established

Goal

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

Result

High-value schema types is missing or incomplete.

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

AI DiscoverabilityDiscoverabilityEstablished

JSON-LD present

JSON-LD present is missing or incomplete.

20 Fail

Needs attention

JSON-LD present

Failed check
01

Issue

No JSON-LD blocks found.

02

Why it matters

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

Check name

JSON-LD present

Score

0/100

Status

fail

Category

Discoverability

Maturity

Established

Goal

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

Result

JSON-LD present is missing or incomplete.

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

AI DiscoverabilityDiscoverabilityEstablished

Link headers

Link headers failed at "Find useful Link headers".

20 Fail

Needs attention

Link headers

Failed check
01

Issue

No useful agent discovery Link headers were found.

02

Why it matters

Link headers let automated clients discover API catalogs, documentation, and machine-readable alternates without parsing page markup first.

Check name

Link headers

Score

0/100

Status

fail

Category

Discoverability

Maturity

Established

Goal

Include Link response headers for agent discovery using RFC 8288.

Result

Link headers failed at "Find useful Link headers".

Validation steps

  1. Find useful Link headers

    No useful agent discovery Link headers were found.

  2. Fetch same-origin Link header targets

    Link headers did not expose any same-origin targets to validate.

Evidence
{
  "failedStep": "presence",
  "steps": [
    {
      "id": "presence",
      "title": "Find useful Link headers",
      "status": "fail",
      "evidence": {
        "links": []
      },
      "issue": "No useful agent discovery Link headers were found.",
      "howToFix": "Expose useful Link headers such as rel=\"api-catalog\", rel=\"service-doc\", and rel=\"service-desc\"."
    },
    {
      "id": "target-validation",
      "title": "Fetch same-origin Link header targets",
      "status": "fail",
      "evidence": {
        "checked": [],
        "failures": [
          {
            "reason": "No same-origin Link header targets were available to fetch."
          }
        ]
      },
      "issue": "Link headers did not expose any same-origin targets to validate.",
      "howToFix": "Make each same-origin Link href reachable and serve the advertised media type."
    }
  ]
}

AI DiscoverabilityDiscoverabilityEstablished

Organization / WebSite schema

Organization / WebSite schema is missing or incomplete.

20 Fail

Needs attention

Organization / WebSite schema

Failed check
01

Issue

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

02

Why it matters

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

Check name

Organization / WebSite schema

Score

0/100

Status

fail

Category

Discoverability

Maturity

Established

Goal

Identify the site owner and website entity in structured data.

Result

Organization / WebSite schema is missing or incomplete.

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

Agent Ease of UseSkill DiscoveryEmerging recommendation

DNS-AID Agent Discovery

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

15 Fail

Needs attention

DNS-AID Agent Discovery

Failed check
01

Issue

No DNS-AID entrypoint records were found under _agents.

02

Why it matters

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

Check name

DNS-AID Agent Discovery

Score

25/100

Status

fail

Category

Skill Discovery

Maturity

Emerging recommendation

Goal

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

Result

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

Validation steps

  1. Resolve DNS-AID SVCB/HTTPS records

    No DNS-AID entrypoint records were found under _agents.

  2. Validate alpn and endpoint parameters

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

  3. Check DNSSEC material

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

Evidence
{
  "failedStep": "svcb-https-records",
  "steps": [
    {
      "id": "svcb-https-records",
      "title": "Resolve DNS-AID SVCB/HTTPS records",
      "status": "fail",
      "evidence": {
        "hostname": "clickhouse.com",
        "probes": [
          {
            "name": "_index._agents.clickhouse.com",
            "found": false,
            "recordCount": 1,
            "records": [],
            "hasAlpn": false,
            "hasEndpoint": false
          },
          {
            "name": "_a2a._agents.clickhouse.com",
            "found": false,
            "recordCount": 1,
            "records": [],
            "hasAlpn": false,
            "hasEndpoint": false
          }
        ]
      },
      "issue": "No DNS-AID entrypoint records were found under _agents.",
      "howToFix": "Publish ServiceMode SVCB/HTTPS records such as _index._agents.example.com or _a2a._agents.example.com."
    },
    {
      "id": "service-params",
      "title": "Validate alpn and endpoint parameters",
      "status": "informational",
      "evidence": {
        "discovered": []
      },
      "howToFix": "Include alpn and endpoint service parameters in each DNS-AID record so agents know the protocol and target entrypoint."
    },
    {
      "id": "dnssec",
      "title": "Check DNSSEC material",
      "status": "warning",
      "evidence": {
        "hasDnssecMaterial": false,
        "checked": [
          {
            "name": "clickhouse.com",
            "dnssecTypes": [],
            "dnssecRecordCount": 0
          }
        ]
      },
      "issue": "DNSSEC material was not visible for the hostname or parent zone from this resolver.",
      "howToFix": "Sign the public discovery zone with DNSSEC so validating resolvers can return authenticated data."
    }
  ]
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

AIO: Visible structured data match

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

12 Fail

Needs attention

AIO: Visible structured data match

Failed check
01

Issue

No JSON-LD structured data was detected.

Details

02

Why it matters

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

Check name

AIO: Visible structured data match

Score

0/100

Status

fail

Category

GEO, AIO & AEO

Maturity

Emerging recommendation

Goal

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

Result

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

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

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

AIO: Source and trust signals

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

5 Warning

Needs attention

AIO: Source and trust signals

Warning
01

Issue

Missing AIO trust signals: 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

60/100

Status

warning

Category

GEO, AIO & AEO

Maturity

Emerging recommendation

Goal

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

Result

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

Evidence
{
  "signals": {
    "author": true,
    "publisher": false,
    "freshnessDate": false,
    "aboutOrContact": true,
    "policyLinks": true
  },
  "missing": [
    "publisher",
    "freshnessDate"
  ],
  "authorMeta": "ClickHouse",
  "schemaAuthors": [],
  "schemaPublishers": [],
  "schemaDates": [],
  "visibleDates": [],
  "aboutLinks": [
    {
      "href": "/company/events",
      "text": "Events",
      "html": "<a target=\"_self\" class=\"flex flex-wrap rounded-lg px-2 py-2.5 text-sm font-medium transition-colors hover:bg-neutral-700/25 hover:text-primary-300 md-mid:inline-flex block w-full \" href=\"/company/events\">Events</a>"
    },
    {
      "href": "/company/news",
      "text": "News",
      "html": "<a target=\"_self\" class=\"flex flex-wrap rounded-lg px-2 py-2.5 text-sm font-medium transition-colors hover:bg-neutral-700/25 hover:text-primary-300 md-mid:inline-flex block w-full \" href=\"/company/news\">News</a>"
    },
    {
      "href": "/company/contact?loc=nav",
      "text": "Contact us",
      "html": "<a target=\"_self\" class=\"flex flex-wrap rounded-lg px-2 py-2.5 text-sm font-medium transition-colors hover:bg-neutral-700/25 hover:text-primary-300 md-mid:inline-flex group/navItem items-center md-mid:!px-4 undefined \" href=\"/company/contact?loc=nav\"><span class=\"flex-1\">Contact us</span></a>"
    },
    {
      "href": "/company/contact?loc=homepage-hero",
      "text": "Contact sales",
      "html": "<a class=\" w-full sm:w-auto\" href=\"/company/contact?loc=homepage-hero\"><button class=\"styles_button__3smpn w-full sm:w-auto sm:!px-8 font-semibold\" data-type=\"secondary\" data-size=\"lg\"><span class=\"flex items-center whitespace-nowrap\">Contact sales</span></button></a>"
    },
    {
      "href": "https://www.linkedin.com/company/clickhouseinc",
      "text": "LinkedIn",
      "html": "<a target=\"_blank\" title=\"LinkedIn\" class=\"grid size-16 place-items-center rounded border border-neutral-700/80 bg-neutral-900 transition-colors hover:bg-neutral-800\" href=\"https://www.linkedin.com/company/clickhouseinc\"><img alt=\"LinkedIn\" loading=\"lazy\" width=\"32\" height=\"32\" decoding=\"async\" data-nimg=\"1\" class=\"size-8 max-w-none object-scale-down object-center\" style=\"color:transparent\" src=\"/socials/linkedin.svg\"><span class=\"sr-only\">LinkedIn</span></a>"
    },
    {
      "href": "/company/events/getting-started-with-clickhouse?loc=getting-started",
      "text": "getting started video",
      "html": "<a class=\"text-primary-300\" href=\"/company/events/getting-started-with-clickhouse?loc=getting-started\">getting started video</a>"
    },
    {
      "href": "/company/our-story",
      "text": "Our story",
      "html": "<a class=\"text-sm text-neutral-400 transition-colors hover:text-neutral-0\" href=\"/company/our-story\">Our story</a>"
    },
    {
      "href": "/company/careers",
      "text": "Careers",
      "html": "<a class=\"text-sm text-neutral-400 transition-colors hover:text-neutral-0\" href=\"/company/careers\">Careers</a>"
    },
    {
      "href": "/company/contact?loc=footer",
      "text": "Contact us",
      "html": "<a class=\"text-sm text-neutral-400 transition-colors hover:text-neutral-0\" href=\"/company/contact?loc=footer\">Contact us</a>"
    },
    {
      "href": "/company/events",
      "text": "Events",
      "html": "<a class=\"text-sm text-neutral-400 transition-colors hover:text-neutral-0\" href=\"/company/events\">Events</a>"
    },
    {
      "href": "/company/news",
      "text": "News",
      "html": "<a class=\"text-sm text-neutral-400 transition-colors hover:text-neutral-0\" href=\"/company/news\">News</a>"
    },
    {
      "href": "https://www.linkedin.com/company/clickhouseinc",
      "text": "LinkedIn",
      "html": "<a target=\"_blank\" class=\"text-sm text-neutral-400 transition-colors hover:text-neutral-0\" href=\"https://www.linkedin.com/company/clickhouseinc\">LinkedIn</a>"
    }
  ],
  "contactLinks": [
    {
      "href": "/company/contact?loc=nav",
      "text": "Contact us",
      "html": "<a target=\"_self\" class=\"flex flex-wrap rounded-lg px-2 py-2.5 text-sm font-medium transition-colors hover:bg-neutral-700/25 hover:text-primary-300 md-mid:inline-flex group/navItem items-center md-mid:!px-4 undefined \" href=\"/company/contact?loc=nav\"><span class=\"flex-1\">Contact us</span></a>"
    },
    {
      "href": "/company/contact?loc=homepage-hero",
      "text": "Contact sales",
      "html": "<a class=\" w-full sm:w-auto\" href=\"/company/contact?loc=homepage-hero\"><button class=\"styles_button__3smpn w-full sm:w-auto sm:!px-8 font-semibold\" data-type=\"secondary\" data-size=\"lg\"><span class=\"flex items-center whitespace-nowrap\">Contact sales</span></button></a>"
    },
    {
      "href": "/blog/behind-the-scenes-how-clickhouse-helps-vimeo-power-video-analytics-at-scale?loc=carousel",
      "text": "",
      "html": "<a class=\"inline\" href=\"/blog/behind-the-scenes-how-clickhouse-helps-vimeo-power-video-analytics-at-scale?loc=carousel\"><img alt loading=\"lazy\" width=\"90\" height=\"26\" decoding=\"async\" data-nimg=\"1\" class=\"max-w-full\" style=\"color:transparent\" src=\"/uploads/vimeo_logo_userstories_7ed2d7c19c.svg\"></a>"
    },
    {
      "href": "/support/program",
      "text": "Ask us anything",
      "html": "<a target=\"_self\" class=\"mt-6 inline-flex items-center justify-center gap-4 text-primary-300 hover:underline lg:justify-start\" href=\"/support/program\">Ask us anything <svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"2\" stroke=\"currentColor\" aria-hidden=\"true\" class=\"h-4 w-4\"><path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M10 6H6a2 2 0 00-2 2v10a2 2 0 002 2h10a2 2 0 002-2v-4M14 4h6m0 0v6m0-6L10 14\"/></svg></a>"
    },
    {
      "href": "/support/program",
      "text": "Support",
      "html": "<a class=\"text-sm text-neutral-400 transition-colors hover:text-neutral-0\" href=\"/support/program\">Support</a>"
    },
    {
      "href": "/company/contact?loc=footer",
      "text": "Contact us",
      "html": "<a class=\"text-sm text-neutral-400 transition-colors hover:text-neutral-0\" href=\"/company/contact?loc=footer\">Contact us</a>"
    }
  ],
  "privacyLinks": [
    {
      "href": "/legal/privacy-policy",
      "text": "Privacy",
      "html": "<a class=\"whitespace-nowrap first:pl-0 hover:text-neutral-0\" href=\"/legal/privacy-policy\">Privacy</a>"
    }
  ],
  "score": 60,
  "weight": 20
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

GEO: Extraction-friendly structure

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

4 Warning

Needs attention

GEO: Extraction-friendly structure

Warning
01

Issue

Missing extraction signals: optional top summary / TL;DR / key takeaways block, table with <thead> only if the page already has tabular/comparative data, optional visible FAQ or FAQPage schema, JSON-LD structured data.

Details

02

Why it matters

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

Check name

GEO: Extraction-friendly structure

Score

65/100

Status

warning

Category

GEO, AIO & AEO

Maturity

Emerging recommendation

Goal

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

Result

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

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

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

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

23 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": 24,
  "passing": 1,
  "failing": [
    {
      "heading": "Built for every modern data challenge",
      "headingHtml": "<h2 class=\"text-inherit undefined Typography_suiTitleh2__deFQc undefined\">Built for every modern data challenge</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Real-time analytics",
      "headingHtml": "<h3 class=\"font-bold xl:text-xl\">Real-time analytics</h3>",
      "firstParagraph": "Deliver instant insights and dashboards at scale. Analyze billions of rows in real time with millisecond results.",
      "paragraphHtml": "<p class=\"hidden text-sm text-neutral-200 sm:block xl:text-base\">Deliver instant insights and dashboards at scale. Analyze billions of rows in real time with millisecond results.</p>",
      "words": 17,
      "direct": false,
      "issue": "First paragraph is 17 words and does not look like a concise direct answer."
    },
    {
      "heading": "Observability",
      "headingHtml": "<h3 class=\"font-bold xl:text-xl\">Observability</h3>",
      "firstParagraph": "Store and query logs, metrics and traces at scale using ClickStack, the open source observability stack powered by ClickHouse.",
      "paragraphHtml": "<p class=\"hidden text-sm text-neutral-200 sm:block xl:text-base\">Store and query logs, metrics and traces at scale using ClickStack, the open source observability stack powered by ClickHouse.</p>",
      "words": 19,
      "direct": false,
      "issue": "First paragraph is 19 words and does not look like a concise direct answer."
    },
    {
      "heading": "Data warehousing",
      "headingHtml": "<h3 class=\"font-bold xl:text-xl\">Data warehousing</h3>",
      "firstParagraph": "Analyze and explore data instantly for insights and apps. Scale faster by offloading heavy workloads.",
      "paragraphHtml": "<p class=\"hidden text-sm text-neutral-200 sm:block xl:text-base\">Analyze and explore data instantly for insights and apps. Scale faster by offloading heavy workloads.</p>",
      "words": 15,
      "direct": false,
      "issue": "First paragraph is 15 words and does not look like a concise direct answer."
    },
    {
      "heading": "ML & GenAI",
      "headingHtml": "<h3 class=\"font-bold xl:text-xl\">ML &amp; GenAI</h3>",
      "firstParagraph": "Power machine learning and GenAI with blazing-fast vector search, instant aggregations, and scalable training.",
      "paragraphHtml": "<p class=\"hidden text-sm text-neutral-200 sm:block xl:text-base\">Power machine learning and GenAI with blazing-fast vector search, instant aggregations, and scalable training.</p>",
      "words": 14,
      "direct": false,
      "issue": "First paragraph is 14 words and does not look like a concise direct answer."
    },
    {
      "heading": "Build real-time data products that scale",
      "headingHtml": "<h2 class=\"text-inherit undefined Typography_suiTitleh2__deFQc mb-4 text-balance xl:pr-12\">Build real-time data products that scale</h2>",
      "firstParagraph": "“ClickHouse played an instrumental role in helping us develop and ship Claude 4.”",
      "paragraphHtml": "<p class=\"mb-4 text-balance text-2xl\">&#x201c;ClickHouse played an instrumental role in helping us develop and ship Claude 4.&#x201d;</p>",
      "words": 13,
      "direct": false,
      "issue": "First paragraph is 13 words and does not look like a concise direct answer."
    },
    {
      "heading": "Why ClickHouse?",
      "headingHtml": "<h2 class=\"text-inherit undefined Typography_suiTitleh2__deFQc mb-4\">Why ClickHouse?</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Blazing fast",
      "headingHtml": "<h3 class=\"text-inherit undefined Typography_suiTitleh3__JlLe2 undefined\">Blazing fast</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Developer friendly",
      "headingHtml": "<h3 class=\"text-inherit undefined Typography_suiTitleh3__JlLe2 undefined\">Developer friendly</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Cost effective",
      "headingHtml": "<h3 class=\"text-inherit undefined Typography_suiTitleh3__JlLe2 undefined\">Cost effective</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "OpenSource",
      "headingHtml": "<h3 class=\"text-inherit undefined Typography_suiTitleh3__JlLe2 flex-1\">Open<br>Source</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Secure,compliant",
      "headingHtml": "<h3 class=\"text-inherit undefined Typography_suiTitleh3__JlLe2 flex-1\">Secure,<br>compliant</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Resourceoptimized",
      "headingHtml": "<h3 class=\"text-inherit undefined Typography_suiTitleh3__JlLe2 flex-1\">Resource<br>optimized</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Provenat scale",
      "headingHtml": "<h3 class=\"text-inherit undefined Typography_suiTitleh3__JlLe2 flex-1\">Proven<br>at scale</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "100+integrations",
      "headingHtml": "<h3 class=\"text-inherit undefined Typography_suiTitleh3__JlLe2 flex-1\">100+<br>integrations</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Seamlessly integrate with your stack",
      "headingHtml": "<h2 class=\"text-inherit undefined Typography_suiTitleh2__deFQc mb-4\">Seamlessly integrate with your stack</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Why is ClickHouse so fast?",
      "headingHtml": "<h2 class=\"text-inherit undefined Typography_suiTitleh2__deFQc mb-4\">Why is ClickHouse so fast?</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Deploy your way",
      "headingHtml": "<h2 class=\"text-inherit undefined Typography_suiTitleh2__deFQc undefined\">Deploy your way</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "ClickHouse Cloud",
      "headingHtml": "<h3 class=\"text-inherit undefined Typography_suiTitleh3__JlLe2 !text-[24px]\">ClickHouse Cloud</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "ClickHouse",
      "headingHtml": "<h3 class=\"text-inherit undefined Typography_suiTitleh3__JlLe2 !text-[24px]\">ClickHouse</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "ClickHouse Local",
      "headingHtml": "<h3 class=\"text-inherit undefined Typography_suiTitleh3__JlLe2 !text-[24px]\">ClickHouse Local</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Join the 100k+ developers using ClickHouse today",
      "headingHtml": "<h2 class=\"text-inherit undefined Typography_suiTitleh2__deFQc undefined\">Join the<!-- --> <span class=\"relative isolate flip-selection px-2\"><span class=\"absolute inset-0 -z-10 -skew-y-3 bg-primary-300\"></span><span class=\"text-neutral-900\">100k+</span></span> <!-- -->developers using ClickHouse today</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Start using ClickHouse in seconds",
      "headingHtml": "<h2 class=\"text-neutral-0 undefined Typography_suiTitleh2__deFQc undefined\">Start using<!-- --> <span class=\"tilted tilted-yellow\"><span class=\"tilted-content\">ClickHouse</span></span> <!-- -->in seconds</h2>",
      "firstParagraph": "Watch this getting started video to learn more about ClickHouse.",
      "paragraphHtml": "<p class=\"mt-5\">Watch this<!-- --> <a class=\"text-primary-300\" href=\"/company/events/getting-started-with-clickhouse?loc=getting-started\">getting started video</a> <!-- -->to learn more about ClickHouse.</p>",
      "words": 10,
      "direct": false,
      "issue": "First paragraph is 10 words and does not look like a concise direct answer."
    }
  ],
  "score": 65,
  "weight": 28
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

AEO: Answer evidence and trust

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

3 Warning

Needs attention

AEO: Answer evidence and trust

Warning
01

Issue

Missing AIO trust signals: 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

60/100

Status

warning

Category

GEO, AIO & AEO

Maturity

Emerging recommendation

Goal

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

Result

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

Evidence
{
  "signals": {
    "author": true,
    "publisher": false,
    "freshnessDate": false,
    "aboutOrContact": true,
    "policyLinks": true
  },
  "missing": [
    "publisher",
    "freshnessDate"
  ],
  "authorMeta": "ClickHouse",
  "schemaAuthors": [],
  "schemaPublishers": [],
  "schemaDates": [],
  "visibleDates": [],
  "aboutLinks": [
    {
      "href": "/company/events",
      "text": "Events",
      "html": "<a target=\"_self\" class=\"flex flex-wrap rounded-lg px-2 py-2.5 text-sm font-medium transition-colors hover:bg-neutral-700/25 hover:text-primary-300 md-mid:inline-flex block w-full \" href=\"/company/events\">Events</a>"
    },
    {
      "href": "/company/news",
      "text": "News",
      "html": "<a target=\"_self\" class=\"flex flex-wrap rounded-lg px-2 py-2.5 text-sm font-medium transition-colors hover:bg-neutral-700/25 hover:text-primary-300 md-mid:inline-flex block w-full \" href=\"/company/news\">News</a>"
    },
    {
      "href": "/company/contact?loc=nav",
      "text": "Contact us",
      "html": "<a target=\"_self\" class=\"flex flex-wrap rounded-lg px-2 py-2.5 text-sm font-medium transition-colors hover:bg-neutral-700/25 hover:text-primary-300 md-mid:inline-flex group/navItem items-center md-mid:!px-4 undefined \" href=\"/company/contact?loc=nav\"><span class=\"flex-1\">Contact us</span></a>"
    },
    {
      "href": "/company/contact?loc=homepage-hero",
      "text": "Contact sales",
      "html": "<a class=\" w-full sm:w-auto\" href=\"/company/contact?loc=homepage-hero\"><button class=\"styles_button__3smpn w-full sm:w-auto sm:!px-8 font-semibold\" data-type=\"secondary\" data-size=\"lg\"><span class=\"flex items-center whitespace-nowrap\">Contact sales</span></button></a>"
    },
    {
      "href": "https://www.linkedin.com/company/clickhouseinc",
      "text": "LinkedIn",
      "html": "<a target=\"_blank\" title=\"LinkedIn\" class=\"grid size-16 place-items-center rounded border border-neutral-700/80 bg-neutral-900 transition-colors hover:bg-neutral-800\" href=\"https://www.linkedin.com/company/clickhouseinc\"><img alt=\"LinkedIn\" loading=\"lazy\" width=\"32\" height=\"32\" decoding=\"async\" data-nimg=\"1\" class=\"size-8 max-w-none object-scale-down object-center\" style=\"color:transparent\" src=\"/socials/linkedin.svg\"><span class=\"sr-only\">LinkedIn</span></a>"
    },
    {
      "href": "/company/events/getting-started-with-clickhouse?loc=getting-started",
      "text": "getting started video",
      "html": "<a class=\"text-primary-300\" href=\"/company/events/getting-started-with-clickhouse?loc=getting-started\">getting started video</a>"
    },
    {
      "href": "/company/our-story",
      "text": "Our story",
      "html": "<a class=\"text-sm text-neutral-400 transition-colors hover:text-neutral-0\" href=\"/company/our-story\">Our story</a>"
    },
    {
      "href": "/company/careers",
      "text": "Careers",
      "html": "<a class=\"text-sm text-neutral-400 transition-colors hover:text-neutral-0\" href=\"/company/careers\">Careers</a>"
    },
    {
      "href": "/company/contact?loc=footer",
      "text": "Contact us",
      "html": "<a class=\"text-sm text-neutral-400 transition-colors hover:text-neutral-0\" href=\"/company/contact?loc=footer\">Contact us</a>"
    },
    {
      "href": "/company/events",
      "text": "Events",
      "html": "<a class=\"text-sm text-neutral-400 transition-colors hover:text-neutral-0\" href=\"/company/events\">Events</a>"
    },
    {
      "href": "/company/news",
      "text": "News",
      "html": "<a class=\"text-sm text-neutral-400 transition-colors hover:text-neutral-0\" href=\"/company/news\">News</a>"
    },
    {
      "href": "https://www.linkedin.com/company/clickhouseinc",
      "text": "LinkedIn",
      "html": "<a target=\"_blank\" class=\"text-sm text-neutral-400 transition-colors hover:text-neutral-0\" href=\"https://www.linkedin.com/company/clickhouseinc\">LinkedIn</a>"
    }
  ],
  "contactLinks": [
    {
      "href": "/company/contact?loc=nav",
      "text": "Contact us",
      "html": "<a target=\"_self\" class=\"flex flex-wrap rounded-lg px-2 py-2.5 text-sm font-medium transition-colors hover:bg-neutral-700/25 hover:text-primary-300 md-mid:inline-flex group/navItem items-center md-mid:!px-4 undefined \" href=\"/company/contact?loc=nav\"><span class=\"flex-1\">Contact us</span></a>"
    },
    {
      "href": "/company/contact?loc=homepage-hero",
      "text": "Contact sales",
      "html": "<a class=\" w-full sm:w-auto\" href=\"/company/contact?loc=homepage-hero\"><button class=\"styles_button__3smpn w-full sm:w-auto sm:!px-8 font-semibold\" data-type=\"secondary\" data-size=\"lg\"><span class=\"flex items-center whitespace-nowrap\">Contact sales</span></button></a>"
    },
    {
      "href": "/blog/behind-the-scenes-how-clickhouse-helps-vimeo-power-video-analytics-at-scale?loc=carousel",
      "text": "",
      "html": "<a class=\"inline\" href=\"/blog/behind-the-scenes-how-clickhouse-helps-vimeo-power-video-analytics-at-scale?loc=carousel\"><img alt loading=\"lazy\" width=\"90\" height=\"26\" decoding=\"async\" data-nimg=\"1\" class=\"max-w-full\" style=\"color:transparent\" src=\"/uploads/vimeo_logo_userstories_7ed2d7c19c.svg\"></a>"
    },
    {
      "href": "/support/program",
      "text": "Ask us anything",
      "html": "<a target=\"_self\" class=\"mt-6 inline-flex items-center justify-center gap-4 text-primary-300 hover:underline lg:justify-start\" href=\"/support/program\">Ask us anything <svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"2\" stroke=\"currentColor\" aria-hidden=\"true\" class=\"h-4 w-4\"><path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M10 6H6a2 2 0 00-2 2v10a2 2 0 002 2h10a2 2 0 002-2v-4M14 4h6m0 0v6m0-6L10 14\"/></svg></a>"
    },
    {
      "href": "/support/program",
      "text": "Support",
      "html": "<a class=\"text-sm text-neutral-400 transition-colors hover:text-neutral-0\" href=\"/support/program\">Support</a>"
    },
    {
      "href": "/company/contact?loc=footer",
      "text": "Contact us",
      "html": "<a class=\"text-sm text-neutral-400 transition-colors hover:text-neutral-0\" href=\"/company/contact?loc=footer\">Contact us</a>"
    }
  ],
  "privacyLinks": [
    {
      "href": "/legal/privacy-policy",
      "text": "Privacy",
      "html": "<a class=\"whitespace-nowrap first:pl-0 hover:text-neutral-0\" href=\"/legal/privacy-policy\">Privacy</a>"
    }
  ],
  "score": 60,
  "weight": 22
}

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

2 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": 2,
  "citablePassages": 0,
  "failingCandidateParagraphs": [
    {
      "index": 20,
      "heading": "H2: FAQs",
      "text": "ClickHouse is faster than most traditional data warehouses and databases and is most often used when real-time queries on large datasets are necessary at an affordable cost. However, developers also often use ClickHouse on top of their CDWH or OLTP databases to act as a “speed layer” within their existing infrastructure.",
      "words": 51,
      "hasEvidence": true,
      "reasons": [
        "Too short for a citation-ready passage (51 words; target 80-220)."
      ],
      "html": "<p>ClickHouse is faster than most traditional data warehouses and databases and is most often used when real-time queries on large datasets are necessary at an affordable cost. However, developers also often use ClickHouse on top of their CDWH or OLTP databases to act as a &#x201c;speed layer&#x201d; within their existing infrastructure.</p>"
    },
    {
      "index": 24,
      "heading": "H2: FAQs",
      "text": "Self-managed ClickHouse is dependent on the cost of your compute and data storage resources, as well as headcount necessary to manage the ClickHouse deployment. For the most affordable way to run ClickHouse, use ClickHouse Cloud, which starts at $50/month.",
      "words": 40,
      "hasEvidence": true,
      "reasons": [
        "Too short for a citation-ready passage (40 words; target 80-220)."
      ],
      "html": "<p>Self-managed ClickHouse is dependent on the cost of your compute and data storage resources, as well as headcount necessary to manage the ClickHouse deployment. For the most affordable way to run ClickHouse, use<!-- --> <a class=\"text-primary-300 hover:underline\" href=\"https://console.clickhouse.cloud/signUp?loc=homepage-faq-accordion&amp;glxid=b03a79b9-f2dc-4376-aa1f-5618f0b19b8e&amp;pagePath=%2F&amp;origPath=%2F\">ClickHouse Cloud</a>, which starts at &#x24;50/month.</p>"
    }
  ],
  "citableParagraphs": [],
  "score": 75,
  "weight": 18
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

AEO: Question-led structure

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

2 Warning

Needs attention

AEO: Question-led structure

Warning
01

Issue

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

02

Why it matters

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

Check name

AEO: Question-led structure

Score

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: Question-led structure scored 70/100 and needs improvement.

Evidence
{
  "h2Count": 9,
  "questionH2s": [
    {
      "index": 3,
      "text": "Why ClickHouse?",
      "isQuestion": true,
      "html": "<h2 class=\"text-inherit undefined Typography_suiTitleh2__deFQc mb-4\">Why ClickHouse?</h2>"
    },
    {
      "index": 5,
      "text": "Why is ClickHouse so fast?",
      "isQuestion": true,
      "html": "<h2 class=\"text-inherit undefined Typography_suiTitleh2__deFQc mb-4\">Why is ClickHouse so fast?</h2>"
    }
  ],
  "hasFaq": false,
  "score": 70,
  "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

23 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": 24,
  "passing": 1,
  "failing": [
    {
      "heading": "Built for every modern data challenge",
      "headingHtml": "<h2 class=\"text-inherit undefined Typography_suiTitleh2__deFQc undefined\">Built for every modern data challenge</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Real-time analytics",
      "headingHtml": "<h3 class=\"font-bold xl:text-xl\">Real-time analytics</h3>",
      "firstParagraph": "Deliver instant insights and dashboards at scale. Analyze billions of rows in real time with millisecond results.",
      "paragraphHtml": "<p class=\"hidden text-sm text-neutral-200 sm:block xl:text-base\">Deliver instant insights and dashboards at scale. Analyze billions of rows in real time with millisecond results.</p>",
      "words": 17,
      "direct": false,
      "issue": "First paragraph is 17 words and does not look like a concise direct answer."
    },
    {
      "heading": "Observability",
      "headingHtml": "<h3 class=\"font-bold xl:text-xl\">Observability</h3>",
      "firstParagraph": "Store and query logs, metrics and traces at scale using ClickStack, the open source observability stack powered by ClickHouse.",
      "paragraphHtml": "<p class=\"hidden text-sm text-neutral-200 sm:block xl:text-base\">Store and query logs, metrics and traces at scale using ClickStack, the open source observability stack powered by ClickHouse.</p>",
      "words": 19,
      "direct": false,
      "issue": "First paragraph is 19 words and does not look like a concise direct answer."
    },
    {
      "heading": "Data warehousing",
      "headingHtml": "<h3 class=\"font-bold xl:text-xl\">Data warehousing</h3>",
      "firstParagraph": "Analyze and explore data instantly for insights and apps. Scale faster by offloading heavy workloads.",
      "paragraphHtml": "<p class=\"hidden text-sm text-neutral-200 sm:block xl:text-base\">Analyze and explore data instantly for insights and apps. Scale faster by offloading heavy workloads.</p>",
      "words": 15,
      "direct": false,
      "issue": "First paragraph is 15 words and does not look like a concise direct answer."
    },
    {
      "heading": "ML & GenAI",
      "headingHtml": "<h3 class=\"font-bold xl:text-xl\">ML &amp; GenAI</h3>",
      "firstParagraph": "Power machine learning and GenAI with blazing-fast vector search, instant aggregations, and scalable training.",
      "paragraphHtml": "<p class=\"hidden text-sm text-neutral-200 sm:block xl:text-base\">Power machine learning and GenAI with blazing-fast vector search, instant aggregations, and scalable training.</p>",
      "words": 14,
      "direct": false,
      "issue": "First paragraph is 14 words and does not look like a concise direct answer."
    },
    {
      "heading": "Build real-time data products that scale",
      "headingHtml": "<h2 class=\"text-inherit undefined Typography_suiTitleh2__deFQc mb-4 text-balance xl:pr-12\">Build real-time data products that scale</h2>",
      "firstParagraph": "“ClickHouse played an instrumental role in helping us develop and ship Claude 4.”",
      "paragraphHtml": "<p class=\"mb-4 text-balance text-2xl\">&#x201c;ClickHouse played an instrumental role in helping us develop and ship Claude 4.&#x201d;</p>",
      "words": 13,
      "direct": false,
      "issue": "First paragraph is 13 words and does not look like a concise direct answer."
    },
    {
      "heading": "Why ClickHouse?",
      "headingHtml": "<h2 class=\"text-inherit undefined Typography_suiTitleh2__deFQc mb-4\">Why ClickHouse?</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Blazing fast",
      "headingHtml": "<h3 class=\"text-inherit undefined Typography_suiTitleh3__JlLe2 undefined\">Blazing fast</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Developer friendly",
      "headingHtml": "<h3 class=\"text-inherit undefined Typography_suiTitleh3__JlLe2 undefined\">Developer friendly</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Cost effective",
      "headingHtml": "<h3 class=\"text-inherit undefined Typography_suiTitleh3__JlLe2 undefined\">Cost effective</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "OpenSource",
      "headingHtml": "<h3 class=\"text-inherit undefined Typography_suiTitleh3__JlLe2 flex-1\">Open<br>Source</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Secure,compliant",
      "headingHtml": "<h3 class=\"text-inherit undefined Typography_suiTitleh3__JlLe2 flex-1\">Secure,<br>compliant</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Resourceoptimized",
      "headingHtml": "<h3 class=\"text-inherit undefined Typography_suiTitleh3__JlLe2 flex-1\">Resource<br>optimized</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Provenat scale",
      "headingHtml": "<h3 class=\"text-inherit undefined Typography_suiTitleh3__JlLe2 flex-1\">Proven<br>at scale</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "100+integrations",
      "headingHtml": "<h3 class=\"text-inherit undefined Typography_suiTitleh3__JlLe2 flex-1\">100+<br>integrations</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Seamlessly integrate with your stack",
      "headingHtml": "<h2 class=\"text-inherit undefined Typography_suiTitleh2__deFQc mb-4\">Seamlessly integrate with your stack</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Why is ClickHouse so fast?",
      "headingHtml": "<h2 class=\"text-inherit undefined Typography_suiTitleh2__deFQc mb-4\">Why is ClickHouse so fast?</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Deploy your way",
      "headingHtml": "<h2 class=\"text-inherit undefined Typography_suiTitleh2__deFQc undefined\">Deploy your way</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "ClickHouse Cloud",
      "headingHtml": "<h3 class=\"text-inherit undefined Typography_suiTitleh3__JlLe2 !text-[24px]\">ClickHouse Cloud</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "ClickHouse",
      "headingHtml": "<h3 class=\"text-inherit undefined Typography_suiTitleh3__JlLe2 !text-[24px]\">ClickHouse</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "ClickHouse Local",
      "headingHtml": "<h3 class=\"text-inherit undefined Typography_suiTitleh3__JlLe2 !text-[24px]\">ClickHouse Local</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Join the 100k+ developers using ClickHouse today",
      "headingHtml": "<h2 class=\"text-inherit undefined Typography_suiTitleh2__deFQc undefined\">Join the<!-- --> <span class=\"relative isolate flip-selection px-2\"><span class=\"absolute inset-0 -z-10 -skew-y-3 bg-primary-300\"></span><span class=\"text-neutral-900\">100k+</span></span> <!-- -->developers using ClickHouse today</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Start using ClickHouse in seconds",
      "headingHtml": "<h2 class=\"text-neutral-0 undefined Typography_suiTitleh2__deFQc undefined\">Start using<!-- --> <span class=\"tilted tilted-yellow\"><span class=\"tilted-content\">ClickHouse</span></span> <!-- -->in seconds</h2>",
      "firstParagraph": "Watch this getting started video to learn more about ClickHouse.",
      "paragraphHtml": "<p class=\"mt-5\">Watch this<!-- --> <a class=\"text-primary-300\" href=\"/company/events/getting-started-with-clickhouse?loc=getting-started\">getting started video</a> <!-- -->to learn more about ClickHouse.</p>",
      "words": 10,
      "direct": false,
      "issue": "First paragraph is 10 words and does not look like a concise direct answer."
    }
  ],
  "score": 65,
  "weight": 8
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

GEO: Entity clarity

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

2 Warning

Needs attention

GEO: Entity clarity

Warning
01

Issue

Title/H1 terms missing from description: olap, dbms, leadingdatabase.

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

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

Evidence
{
  "title": "Fast Open-Source OLAP DBMS - ClickHouse",
  "h1": "The leadingdatabase for AI",
  "description": "ClickHouse is a fast open-source column-oriented database management system that allows generating analytical data reports in real-time using SQL queries",
  "topicOverlap": 0.5714285714285714,
  "topicTerms": [
    "fast",
    "open",
    "source",
    "olap",
    "dbms",
    "clickhouse",
    "leadingdatabase"
  ],
  "descriptionTerms": [
    "clickhouse",
    "fast",
    "open",
    "source",
    "column",
    "oriented",
    "database",
    "management",
    "system",
    "allows",
    "generating",
    "analytical",
    "data",
    "reports",
    "real",
    "time",
    "sql",
    "queries"
  ],
  "missingFromDescription": [
    "olap",
    "dbms",
    "leadingdatabase"
  ],
  "score": 87,
  "weight": 28
}

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, 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": "Built for every modern data challenge",
      "html": "<h2 class=\"text-inherit undefined Typography_suiTitleh2__deFQc undefined\">Built for every modern data challenge</h2>"
    },
    {
      "text": "Build real-time data products that scale",
      "html": "<h2 class=\"text-inherit undefined Typography_suiTitleh2__deFQc mb-4 text-balance xl:pr-12\">Build real-time data products that scale</h2>"
    },
    {
      "text": "Why ClickHouse?",
      "html": "<h2 class=\"text-inherit undefined Typography_suiTitleh2__deFQc mb-4\">Why ClickHouse?</h2>"
    },
    {
      "text": "Seamlessly integrate with your stack",
      "html": "<h2 class=\"text-inherit undefined Typography_suiTitleh2__deFQc mb-4\">Seamlessly integrate with your stack</h2>"
    },
    {
      "text": "Why is ClickHouse so fast?",
      "html": "<h2 class=\"text-inherit undefined Typography_suiTitleh2__deFQc mb-4\">Why is ClickHouse so fast?</h2>"
    },
    {
      "text": "Deploy your way",
      "html": "<h2 class=\"text-inherit undefined Typography_suiTitleh2__deFQc undefined\">Deploy your way</h2>"
    },
    {
      "text": "Join the 100k+ developers using ClickHouse today",
      "html": "<h2 class=\"text-inherit undefined Typography_suiTitleh2__deFQc undefined\">Join the<!-- --> <span class=\"relative isolate flip-selection px-2\"><span class=\"absolute inset-0 -z-10 -skew-y-3 bg-primary-300\"></span><span class=\"text-neutral-900\">100k+</span></span> <!-- -->developers using ClickHouse today</h2>"
    },
    {
      "text": "FAQs",
      "html": "<h2 class=\"text-inherit undefined Typography_suiTitleh2__deFQc my-6 lg:text-left\">FAQs</h2>"
    },
    {
      "text": "Start using ClickHouse in seconds",
      "html": "<h2 class=\"text-neutral-0 undefined Typography_suiTitleh2__deFQc undefined\">Start using<!-- --> <span class=\"tilted tilted-yellow\"><span class=\"tilted-content\">ClickHouse</span></span> <!-- -->in seconds</h2>"
    }
  ],
  "expected": [
    {
      "id": "what",
      "label": "What is Fast Open-Source OLAP DBMS - ClickHouse?",
      "pattern": {}
    },
    {
      "id": "how",
      "label": "How does Fast Open-Source OLAP DBMS - ClickHouse work?",
      "pattern": {}
    },
    {
      "id": "benefits",
      "label": "Why use Fast Open-Source OLAP DBMS - ClickHouse?",
      "pattern": {}
    },
    {
      "id": "cost",
      "label": "Is Fast Open-Source OLAP DBMS - ClickHouse free or paid?",
      "pattern": {}
    },
    {
      "id": "compare",
      "label": "How does Fast Open-Source OLAP DBMS - ClickHouse compare with alternatives?",
      "pattern": {}
    }
  ],
  "missing": [
    {
      "id": "what",
      "label": "What is Fast Open-Source OLAP DBMS - ClickHouse?",
      "pattern": {}
    },
    {
      "id": "how",
      "label": "How does Fast Open-Source OLAP DBMS - ClickHouse work?",
      "pattern": {}
    },
    {
      "id": "cost",
      "label": "Is Fast Open-Source OLAP DBMS - ClickHouse free or paid?",
      "pattern": {}
    },
    {
      "id": "compare",
      "label": "How does Fast Open-Source OLAP DBMS - ClickHouse compare with alternatives?",
      "pattern": {}
    }
  ],
  "score": 70,
  "weight": 8
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

AEO: Entity and definition clarity

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

1 Warning

Needs attention

AEO: Entity and definition clarity

Warning
01

Issue

Entity or definition gaps: olap, dbms, leadingdatabase.

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

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

Evidence
{
  "title": "Fast Open-Source OLAP DBMS - ClickHouse",
  "h1": "The leadingdatabase for AI",
  "description": "ClickHouse is a fast open-source column-oriented database management system that allows generating analytical data reports in real-time using SQL queries",
  "topicOverlap": 0.5714285714285714,
  "definitionCount": 10,
  "topicTerms": [
    "fast",
    "open",
    "source",
    "olap",
    "dbms",
    "clickhouse",
    "leadingdatabase"
  ],
  "descriptionTerms": [
    "clickhouse",
    "fast",
    "open",
    "source",
    "column",
    "oriented",
    "database",
    "management",
    "system",
    "allows",
    "generating",
    "analytical",
    "data",
    "reports",
    "real",
    "time",
    "sql",
    "queries"
  ],
  "missingFromDescription": [
    "olap",
    "dbms",
    "leadingdatabase"
  ],
  "score": 89,
  "weight": 18
}

Agent Ease of UseAPIEmerging recommendation

AI context endpoint

AI context endpoint is informational for this page.

Informational

Needs attention

AI context endpoint

Informational
01

Issue

AI context endpoint is informational for this page.

02

Why it matters

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

Check name

AI context endpoint

Score

100/100

Status

informational

Category

API

Maturity

Emerging recommendation

Goal

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

Result

AI context endpoint is informational for this page.

Validation steps

  1. Fetch to find resource

    AI context endpoint was not found at the expected path.

Evidence
{
  "steps": [
    {
      "id": "fetch",
      "title": "Fetch to find resource",
      "status": "informational",
      "evidence": {
        "checked": [
          {
            "path": "/api/ai/context",
            "statusCode": 404,
            "contentType": "text/html; charset=utf-8",
            "length": 49922
          },
          {
            "path": "/api/context",
            "statusCode": 404,
            "contentType": "text/html; charset=utf-8",
            "length": 49922
          },
          {
            "path": "/context",
            "statusCode": 404,
            "contentType": "text/html; charset=utf-8",
            "length": 49922
          }
        ]
      },
      "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, 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": "Built for every modern data challenge",
      "html": "<h2 class=\"text-inherit undefined Typography_suiTitleh2__deFQc undefined\">Built for every modern data challenge</h2>"
    },
    {
      "text": "Build real-time data products that scale",
      "html": "<h2 class=\"text-inherit undefined Typography_suiTitleh2__deFQc mb-4 text-balance xl:pr-12\">Build real-time data products that scale</h2>"
    },
    {
      "text": "Why ClickHouse?",
      "html": "<h2 class=\"text-inherit undefined Typography_suiTitleh2__deFQc mb-4\">Why ClickHouse?</h2>"
    },
    {
      "text": "Seamlessly integrate with your stack",
      "html": "<h2 class=\"text-inherit undefined Typography_suiTitleh2__deFQc mb-4\">Seamlessly integrate with your stack</h2>"
    },
    {
      "text": "Why is ClickHouse so fast?",
      "html": "<h2 class=\"text-inherit undefined Typography_suiTitleh2__deFQc mb-4\">Why is ClickHouse so fast?</h2>"
    },
    {
      "text": "Deploy your way",
      "html": "<h2 class=\"text-inherit undefined Typography_suiTitleh2__deFQc undefined\">Deploy your way</h2>"
    },
    {
      "text": "Join the 100k+ developers using ClickHouse today",
      "html": "<h2 class=\"text-inherit undefined Typography_suiTitleh2__deFQc undefined\">Join the<!-- --> <span class=\"relative isolate flip-selection px-2\"><span class=\"absolute inset-0 -z-10 -skew-y-3 bg-primary-300\"></span><span class=\"text-neutral-900\">100k+</span></span> <!-- -->developers using ClickHouse today</h2>"
    },
    {
      "text": "FAQs",
      "html": "<h2 class=\"text-inherit undefined Typography_suiTitleh2__deFQc my-6 lg:text-left\">FAQs</h2>"
    },
    {
      "text": "Start using ClickHouse in seconds",
      "html": "<h2 class=\"text-neutral-0 undefined Typography_suiTitleh2__deFQc undefined\">Start using<!-- --> <span class=\"tilted tilted-yellow\"><span class=\"tilted-content\">ClickHouse</span></span> <!-- -->in seconds</h2>"
    }
  ],
  "expected": [
    {
      "id": "what",
      "label": "What is Fast Open-Source OLAP DBMS - ClickHouse?",
      "pattern": {}
    },
    {
      "id": "how",
      "label": "How does Fast Open-Source OLAP DBMS - ClickHouse work?",
      "pattern": {}
    },
    {
      "id": "benefits",
      "label": "Why use Fast Open-Source OLAP DBMS - ClickHouse?",
      "pattern": {}
    },
    {
      "id": "cost",
      "label": "Is Fast Open-Source OLAP DBMS - ClickHouse free or paid?",
      "pattern": {}
    },
    {
      "id": "compare",
      "label": "How does Fast Open-Source OLAP DBMS - ClickHouse compare with alternatives?",
      "pattern": {}
    }
  ],
  "missing": [
    {
      "id": "what",
      "label": "What is Fast Open-Source OLAP DBMS - ClickHouse?",
      "pattern": {}
    },
    {
      "id": "how",
      "label": "How does Fast Open-Source OLAP DBMS - ClickHouse work?",
      "pattern": {}
    },
    {
      "id": "cost",
      "label": "Is Fast Open-Source OLAP DBMS - ClickHouse free or paid?",
      "pattern": {}
    },
    {
      "id": "compare",
      "label": "How does Fast Open-Source OLAP DBMS - ClickHouse compare with alternatives?",
      "pattern": {}
    }
  ],
  "score": 70,
  "weight": 4
}

Agent Ease of UseAuthEmerging recommendation

Auth.md Agent Registration

Auth.md Agent Registration has an informational finding because the page appears to support authentication.

Informational

Needs attention

Auth.md Agent Registration

Informational
01

Issue

auth.md response did not match the expected agent registration shape. Content-Type "text/html; charset=utf-8" is not Markdown or text/plain; missing /.well-known/oauth-protected-resource link; missing /.well-known/oauth-authorization-server link; missing supported identity type language; missing credential type language.

02

Why it matters

Agent registration metadata lets automated clients find the registration path, supported identity types, credential types, and related claim or revocation endpoints without scraping human docs.

Check name

Auth.md Agent Registration

Score

0/100

Status

informational

Category

Auth

Maturity

Emerging recommendation

Goal

Publish Auth.md and agent_auth metadata so agents can discover registration and credential requirements.

Result

Auth.md Agent Registration has an informational finding because the page appears to support authentication.

Validation steps

  1. Fetch and validate /auth.md

    auth.md response did not match the expected agent registration shape. Content-Type "text/html; charset=utf-8" is not Markdown or text/plain; missing /.well-known/oauth-protected-resource link; missing /.well-known/oauth-authorization-server link; missing supported identity type language; missing credential type language.

  2. Publish protected resource metadata

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

  3. Validate agent_auth authorization metadata

    OAuth authorization server metadata could not be fetched.

Evidence
{
  "failedStep": "auth-md",
  "steps": [
    {
      "id": "auth-md",
      "title": "Fetch and validate /auth.md",
      "status": "fail",
      "evidence": {
        "path": "/auth.md",
        "ok": false,
        "statusCode": 404,
        "contentType": "text/html; charset=utf-8",
        "length": 49922,
        "validation": {
          "valid": false,
          "issue": "auth.md response did not match the expected agent registration shape. Content-Type \"text/html; charset=utf-8\" is not Markdown or text/plain; missing /.well-known/oauth-protected-resource link; missing /.well-known/oauth-authorization-server link; missing supported identity type language; missing credential type language.",
          "compatibleContentType": false,
          "contentLength": 49792,
          "hasRegisterInstructions": true,
          "hasProtectedResourceLink": false,
          "hasAuthorizationServerLink": false,
          "mentionsIdentity": false,
          "mentionsCredential": false,
          "links": [
            "/script",
            "https://cdn-prod.securiti.ai/consent/cookie_banner/8555e54b-cd0b-45d7-9c1c-e9e088bf774a/e058d040-977c-4594-aa2c-84b844ce5cf0/google_consent_defaults.js\"></script>",
            "https://cdn-prod.securiti.ai/consent/cookie-consent-sdk-loader-strict-csp.js\"",
            "https://app.securiti.ai\"",
            "/script",
            "https://discover.clickhouse.com/rs/238-FPC-317/images/securiti-cookie-banner-styles.css?version=0\">",
            "/site.webmanifest",
            "/favicon.ico",
            "/x-icon",
            "/favicon.ico"
          ],
          "rawExcerpt": "<!DOCTYPE html><html lang=\"en\" class=\"light scroll-smooth\" style=\"color-scheme:light\"><script>(function(){try{window.__cfbm=Object.freeze({\"score\":1,\"verified\":false,\"category\":\"\",\"bucket\":\"automated\"});window.sessionStorage.setItem('__cfbm', JSON.stringify(window.__cfbm));}catch(e){}})();</script>\n    <script src=\"https://cdn-prod.securiti.ai/consent/cookie_banner/8555e54b-cd0b-45d7-9c1c-e9e088bf774a/e058d040-977c-4594-aa2c-84b844ce5cf0/google_consent_defaults.js\"></script>\n    <script src=\"https://cdn-prod.securiti.ai/consent/cookie-consent-sdk-loader-strict-csp.js\" data-tenant-uuid=\"8555e54b-cd0b-45d7-9c1c-e9e088bf774a\" data-domain-uuid=\"e058d040-977c-4594-aa2c-84b844ce5cf0\" data-backend-url=\"https://app.securiti.ai\" data-skip-css=\"false\" data-strict-csp=\"true\" defer=\"\"></script>\n    <l"
        }
      },
      "issue": "auth.md response did not match the expected agent registration shape. Content-Type \"text/html; charset=utf-8\" is not Markdown or text/plain; missing /.well-known/oauth-protected-resource link; missing /.well-known/oauth-authorization-server link; missing supported identity type language; missing credential type language.",
      "howToFix": "Serve /auth.md at the site root as Markdown with agent registration instructions and links to OAuth metadata."
    },
    {
      "id": "oauth-protected-resource",
      "title": "Publish protected resource metadata",
      "status": "fail",
      "evidence": {
        "path": "/.well-known/oauth-protected-resource",
        "ok": false,
        "statusCode": 404,
        "contentType": "text/html; charset=utf-8",
        "length": 49922,
        "text": "<!DOCTYPE html><html lang=\"en\" class=\"light scroll-smooth\" style=\"color-scheme:light\"><script>(function(){try{window.__cfbm=Object.freeze({\"score\":1,\"verified\":false,\"category\":\"\",\"bucket\":\"automated\"});window.sessionStorage.setItem('__cfbm', JSON.stringify(window.__cfbm));}catch(e){}})();</script>\n    <script src=\"https://cdn-prod.securiti.ai/consent/cookie_banner/8555e54b-cd0b-45d7-9c1c-e9e088bf774a/e058d040-977c-4594-aa2c-84b844ce5cf0/google_consent_defaults.js\"></script>\n    <script src=\"https://cdn-prod.securiti.ai/consent/cookie-consent-sdk-loader-strict-csp.js\" data-tenant-uuid=\"8555e54b-cd0b-45d7-9c1c-e9e088bf774a\" data-domain-uuid=\"e058d040-977c-4594-aa2c-84b844ce5cf0\" data-backend-url=\"https://app.securiti.ai\" data-skip-css=\"false\" data-strict-csp=\"true\" defer=\"\"></script>\n    <link rel=\"stylesheet\" href=\"https://discover.clickhouse.com/rs/238-FPC-317/images/securiti-cookie-banner-styles.css?version=0\">\n  <head><meta charSet=\"utf-8\"/><base href=\"/\"/><meta content=\"width=device-width, initial-scale=1\" name=\"viewport\"/><meta content=\"telephone=no, address=no, email=no\" name=\"format-detection\"/><meta name=\"apple-mobile-web-app-title\" content=\"ClickHouse\"/><link rel=\"manifest\" href=\"/site.webmanifest\"/><link href=\"/favicon.ico\" rel=\"icon\" sizes=\"48x48\" type=\"image/x-icon\"/><link rel=\"shortcut icon\" href=\"/favicon.ico\"/><link rel=\"icon\" type=\"image/png\" href=\"/favicons/favicon-96x96.png\" sizes=\"96x96\"/><link rel=\"icon\" type=\"image/svg+xml\" href=\"/favicons/favicon.svg\"/><link rel=\"apple-touch-icon\" sizes=\"180x180\" href=\"/favicons/apple-touch-icon.png\"/><meta name=\"robots\" content=\"noindex\"/><title>404 | ClickHouse</title><meta name=\"description\" content=\"\"/><meta name=\"author\" content=\"ClickHouse\"/><meta name=\"keywords\" content=\"\"/><link rel=\"alternate\" type=\"application/rss+xml\" title=\"ClickHouse Blog\" href=\"https://clickhouse.com/rss.xml\"/><link rel=\"canonical\" href=\"https://clickhouse.com/404\"/><meta property=\"og:title\" content=\"404 | ClickHouse\"/><meta property=\"og:description\" content=\"\"/><meta property=\"og:type\" content=\"website\"/><meta property=\"og:image\" content=\"https://clickhouse.com/_next/image?url=%2Fimages%2Fsocial_share.png&amp;w=1200&amp;h=630&amp;q=80\"/><meta property=\"og:site_name\" content=\"ClickHouse\"/><meta property=\"og:locale\" content=\"en_US\"/><meta name=\"twitter:card\" content=\"summary_large_image\"/><meta name=\"twitter:site\" content=\"@ClickHouseDB\"/><meta name=\"twitter:creator\" content=\"@ClickHouseDB\"/><meta name=\"twitter:title\" content=\"404 | ClickHouse\"/><meta name=\"twitter:description\" content=\"\"/><meta name=\"twitter:image\" content=\"https://clickhouse.com/_next/image?url=%2Fimages%2Fsocial_share.png&amp;w=1200&amp;h=630&amp;q=80\"/><meta name=\"twitter:image:alt\" content=\"404 | ClickHouse\"/><meta name=\"twitter:domain\" content=\"clickhouse.com\"/><link rel=\"preload\" href=\"/_next/static/media/logo-full.ac8102d5.svg\" as=\"image\" fetchpriority=\"high\"/><meta name=\"next-head-count\" content=\"33\"/><link rel=\"preload\" href=\"/_next/static/media/27388ed889759f5f-s.p.woff\" as=\"font\" type=\"font/woff\" crossorigin=\"anonymous\" data-next-font=\"size-adjust\"/><link rel=\"preload\" href=\"/_next/static/media/6e8200c122e80191-s.p.woff\" as=\"font\" type=\"font/woff\" crossorigin=\"anonymous\" data-next-font=\"size-adjust\"/><link rel=\"preload\" href=\"/_next/static/media/f500045cc492a7fa-s.p.woff\" as=\"font\" type=\"font/woff\" crossorigin=\"anonymous\" data-next-font=\"size-adjust\"/><link rel=\"preload\" href=\"/_next/static/css/04c8caa89421583c.css\" as=\"style\"/><link rel=\"stylesheet\" href=\"/_next/static/css/04c8caa89421583c.css\" data-n-g=\"\"/><link rel=\"preload\" href=\"/_next/static/css/447b4e37f6871c95.css\" as=\"style\"/><link rel=\"stylesheet\" href=\"/_next/static/css/447b4e37f6871c95.css\" data-n-p=\"\"/><noscript data-n-css=\"\"></noscript><script defer=\"\" nomodule=\"\" src=\"/_next/static/chunks/polyfills-42372ed130431b0a.js\"></script><script src=\"/_next/static/chunks/webpack-6b8420c554c45871.js\" defer=\"\"></script><script src=\"/_next/static/chunks/framewor"
      },
      "issue": "The OAuth Protected Resource metadata endpoint did not return HTTP 2xx.",
      "howToFix": "Publish /.well-known/oauth-protected-resource with resource and authorization_servers fields."
    },
    {
      "id": "agent-auth-block",
      "title": "Validate agent_auth authorization metadata",
      "status": "fail",
      "evidence": {
        "valid": false,
        "issue": "OAuth authorization server metadata could not be fetched.",
        "fetch": {
          "ok": false,
          "statusCode": 404,
          "contentType": "text/html; charset=utf-8",
          "length": 49922,
          "text": "<!DOCTYPE html><html lang=\"en\" class=\"light scroll-smooth\" style=\"color-scheme:light\"><script>(function(){try{window.__cfbm=Object.freeze({\"score\":1,\"verified\":false,\"category\":\"\",\"bucket\":\"automated\"});window.sessionStorage.setItem('__cfbm', JSON.stringify(window.__cfbm));}catch(e){}})();</script>\n    <script src=\"https://cdn-prod.securiti.ai/consent/cookie_banner/8555e54b-cd0b-45d7-9c1c-e9e088bf774a/e058d040-977c-4594-aa2c-84b844ce5cf0/google_consent_defaults.js\"></script>\n    <script src=\"https://cdn-prod.securiti.ai/consent/cookie-consent-sdk-loader-strict-csp.js\" data-tenant-uuid=\"8555e54b-cd0b-45d7-9c1c-e9e088bf774a\" data-domain-uuid=\"e058d040-977c-4594-aa2c-84b844ce5cf0\" data-backend-url=\"https://app.securiti.ai\" data-skip-css=\"false\" data-strict-csp=\"true\" defer=\"\"></script>\n    <link rel=\"stylesheet\" href=\"https://discover.clickhouse.com/rs/238-FPC-317/images/securiti-cookie-banner-styles.css?version=0\">\n  <head><meta charSet=\"utf-8\"/><base href=\"/\"/><meta content=\"width=device-width, initial-scale=1\" name=\"viewport\"/><meta content=\"telephone=no, address=no, email=no\" name=\"format-detection\"/><meta name=\"apple-mobile-web-app-title\" content=\"ClickHouse\"/><link rel=\"manifest\" href=\"/site.webmanifest\"/><link href=\"/favicon.ico\" rel=\"icon\" sizes=\"48x48\" type=\"image/x-icon\"/><link rel=\"shortcut icon\" href=\"/favicon.ico\"/><link rel=\"icon\" type=\"image/png\" href=\"/favicons/favicon-96x96.png\" sizes=\"96x96\"/><link rel=\"icon\" type=\"image/svg+xml\" href=\"/favicons/favicon.svg\"/><link rel=\"apple-touch-icon\" sizes=\"180x180\" href=\"/favicons/apple-touch-icon.png\"/><meta name=\"robots\" content=\"noindex\"/><title>404 | ClickHouse</title><meta name=\"description\" content=\"\"/><meta name=\"author\" content=\"ClickHouse\"/><meta name=\"keywords\" content=\"\"/><link rel=\"alternate\" type=\"application/rss+xml\" title=\"ClickHouse Blog\" href=\"https://clickhouse.com/rss.xml\"/><link rel=\"canonical\" href=\"https://clickhouse.com/404\"/><meta property=\"og:title\" content=\"404 | ClickHouse\"/><meta property=\"og:description\" content=\"\"/><meta property=\"og:type\" content=\"website\"/><meta property=\"og:image\" content=\"https://clickhouse.com/_next/image?url=%2Fimages%2Fsocial_share.png&amp;w=1200&amp;h=630&amp;q=80\"/><meta property=\"og:site_name\" content=\"ClickHouse\"/><meta property=\"og:locale\" content=\"en_US\"/><meta name=\"twitter:card\" content=\"summary_large_image\"/><meta name=\"twitter:site\" content=\"@ClickHouseDB\"/><meta name=\"twitter:creator\" content=\"@ClickHouseDB\"/><meta name=\"twitter:title\" content=\"404 | ClickHouse\"/><meta name=\"twitter:description\" content=\"\"/><meta name=\"twitter:image\" content=\"https://clickhouse.com/_next/image?url=%2Fimages%2Fsocial_share.png&amp;w=1200&amp;h=630&amp;q=80\"/><meta name=\"twitter:image:alt\" content=\"404 | ClickHouse\"/><meta name=\"twitter:domain\" content=\"clickhouse.com\"/><link rel=\"preload\" href=\"/_next/static/media/logo-full.ac8102d5.svg\" as=\"image\" fetchpriority=\"high\"/><meta name=\"next-head-count\" content=\"33\"/><link rel=\"preload\" href=\"/_next/static/media/27388ed889759f5f-s.p.woff\" as=\"font\" type=\"font/woff\" crossorigin=\"anonymous\" data-next-font=\"size-adjust\"/><link rel=\"preload\" href=\"/_next/static/media/6e8200c122e80191-s.p.woff\" as=\"font\" type=\"font/woff\" crossorigin=\"anonymous\" data-next-font=\"size-adjust\"/><link rel=\"preload\" href=\"/_next/static/media/f500045cc492a7fa-s.p.woff\" as=\"font\" type=\"font/woff\" crossorigin=\"anonymous\" data-next-font=\"size-adjust\"/><link rel=\"preload\" href=\"/_next/static/css/04c8caa89421583c.css\" as=\"style\"/><link rel=\"stylesheet\" href=\"/_next/static/css/04c8caa89421583c.css\" data-n-g=\"\"/><link rel=\"preload\" href=\"/_next/static/css/447b4e37f6871c95.css\" as=\"style\"/><link rel=\"stylesheet\" href=\"/_next/static/css/447b4e37f6871c95.css\" data-n-p=\"\"/><noscript data-n-css=\"\"></noscript><script defer=\"\" nomodule=\"\" src=\"/_next/static/chunks/polyfills-42372ed130431b0a.js\"></script><script src=\"/_next/static/chunks/webpack-6b8420c554c45871.js\" defer=\"\"></script><script src=\"/_next/static/chunks/framewor"
        }
      },
      "issue": "OAuth authorization server metadata could not be fetched.",
      "howToFix": "Add agent_auth to /.well-known/oauth-authorization-server with register_uri, supported identity types, credential types, and claim or revocation URLs where applicable."
    }
  ],
  "authApplicability": {
    "supportsAuth": true,
    "score": 6,
    "signals": [
      {
        "source": "link:href",
        "weight": 3,
        "match": "auth link"
      },
      {
        "source": "visible-text",
        "weight": 3,
        "match": "sign in"
      }
    ]
  },
  "resourceFetchSucceeded": false
}

AI DiscoverabilityDiscoverabilityEstablished

IndexNow key

IndexNow key is informational for this page.

Informational

Needs attention

IndexNow key

Informational
01

Issue

IndexNow key is informational for this page.

02

Why it matters

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

Check name

IndexNow key

Score

100/100

Status

informational

Category

Discoverability

Maturity

Established

Goal

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

Result

IndexNow key is informational for this page.

Validation steps

  1. Find advertised IndexNow key location

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

  2. Fetch and validate IndexNow key file

    No discoverable IndexNow key file was found.

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

Agent Ease of UseAuthEstablished

OAuth / OIDC discovery

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

Informational

Needs attention

OAuth / OIDC discovery

Informational
01

Issue

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

02

Why it matters

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

Check name

OAuth / OIDC discovery

Score

0/100

Status

informational

Category

Auth

Maturity

Established

Goal

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

Result

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

Validation steps

  1. Fetch to find resource

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

Evidence
{
  "failedStep": "fetch",
  "steps": [
    {
      "id": "fetch",
      "title": "Fetch to find resource",
      "status": "fail",
      "evidence": {
        "checked": [
          {
            "path": "/.well-known/openid-configuration",
            "statusCode": 404,
            "contentType": "text/html; charset=utf-8",
            "length": 49922
          },
          {
            "path": "/.well-known/oauth-authorization-server",
            "statusCode": 404,
            "contentType": "text/html; charset=utf-8",
            "length": 49922
          }
        ]
      },
      "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\" class=\"light scroll-smooth\" style=\"color-scheme:light\"><script>(function(){try{window.__cfbm=Object.freeze({\"score\":1,\"verified\":false,\"category\":\"\",\"bucket\":\"automated\"});window.sessionStorage.setItem('__cfbm', JSON.stringify(window.__cfbm));}catch(e){}})();</script>\n    <script src=\"https://cdn-prod.securiti.ai/consent/cookie_banner/8555e54b-cd0b-45d7-9c1c-e9e088bf774a/e058d040-977c-4594-aa2c-84b844ce5cf0/google_consent_defaults.js\"></script>\n    <script src=\"https://cdn-prod.securiti.ai/consent/cookie-consent-sdk-loader-strict-csp.js\" data-tenant-uuid=\"8555e54b-cd0b-45d7-9c1c-e9e088bf774a\" data-domain-uuid=\"e058d040-977c-4594-aa2c-84b844ce5cf0\" data-backend-url=\"https://app.securiti.ai\" data-skip-css=\"false\" data-strict-csp=\"true\" defer=\"\"></script>\n    <l"
      },
      "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://clickhouse.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://clickhouse.com/.well-known/oauth-protected-resource",
            "metadataUrlMatches": true,
            "resourceMatchesRequestContext": true
          },
          {
            "path": "/api/admin/summary",
            "statusCode": 404,
            "wwwAuthenticate": {
              "valid": false,
              "present": false
            },
            "expectedMetadataUrl": "https://clickhouse.com/.well-known/oauth-protected-resource",
            "metadataUrlMatches": true,
            "resourceMatchesRequestContext": true
          },
          {
            "path": "/api/scans",
            "statusCode": 404,
            "wwwAuthenticate": {
              "valid": false,
              "present": false
            },
            "expectedMetadataUrl": "https://clickhouse.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
}

Performance and AccessibilityAccessibilityBrowser audit

Buttons do not have an accessible name

100 Fail

Check name

Buttons do not have an accessible name

Score

0/100

Status

fail

Device

desktop

Category

Accessibility

Fix guidance

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

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

Performance and AccessibilityBest PracticesBrowser audit

Browser errors were logged to the console

50 Fail

Check name

Browser errors were logged to the console

Score

0/100

Status

fail

Device

desktop

Category

Best Practices

Fix guidance

Errors logged to the console indicate unresolved problems. They can come from network request failures and other browser concerns. [Learn more about this errors in console diagnostic audit](https://developer.chrome.com/docs/lighthouse/best-practices/errors-in-console/)

Evidence
{
  "description": "Errors logged to the console indicate unresolved problems. They can come from network request failures and other browser concerns. [Learn more about this errors in console diagnostic audit](https://developer.chrome.com/docs/lighthouse/best-practices/errors-in-console/)"
}

Performance and AccessibilityBest PracticesBrowser audit

Issues were logged in the `Issues` panel in Chrome Devtools

50 Fail

Check name

Issues were logged in the `Issues` panel in Chrome Devtools

Score

0/100

Status

fail

Device

desktop

Category

Best Practices

Fix guidance

Issues logged to the `Issues` panel in Chrome Devtools indicate unresolved problems. They can come from network request failures, insufficient security controls, and other browser concerns. Open up the Issues panel in Chrome DevTools for more details on each issue.

Evidence
{
  "description": "Issues logged to the `Issues` panel in Chrome Devtools indicate unresolved problems. They can come from network request failures, insufficient security controls, and other browser concerns. Open up the Issues panel in Chrome DevTools for more details on each issue."
}

Performance and AccessibilityPerformanceBrowser audit

Forced reflow

20 Fail

Check name

Forced reflow

Score

0/100

Status

fail

Device

desktop

Category

Performance

Fix guidance

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

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

Performance and AccessibilityPerformanceBrowser audit

Network dependency tree

20 Fail

Check name

Network dependency tree

Score

0/100

Status

fail

Device

desktop

Category

Performance

Fix guidance

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

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

Performance and AccessibilityPerformanceBrowser audit

Avoid enormous network payloads

10 Warning

Check name

Avoid enormous network payloads

Score

50/100

Status

warning

Device

desktop

Category

Performance

Estimated savings

Total size was 6,747 KiB

Fix guidance

Large network payloads cost users real money and are highly correlated with long load times. [Learn how to reduce payload sizes](https://developer.chrome.com/docs/lighthouse/performance/total-byte-weight/).

Evidence
{
  "displayValue": "Total size was 6,747 KiB",
  "description": "Large network payloads cost users real money and are highly correlated with long load times. [Learn how to reduce payload sizes](https://developer.chrome.com/docs/lighthouse/performance/total-byte-weight/).",
  "numericValue": 6908521
}

Performance and AccessibilityPerformanceBrowser audit

Improve image delivery

10 Warning

Check name

Improve image delivery

Score

50/100

Status

warning

Device

desktop

Category

Performance

Estimated savings

Est savings of 106 KiB

Fix guidance

Reducing the download time of images can improve the perceived load time of the page and LCP. [Learn more about optimizing image size](https://developer.chrome.com/docs/performance/insights/image-delivery)

Evidence
{
  "displayValue": "Est savings of 106 KiB",
  "description": "Reducing the download time of images can improve the perceived load time of the page and LCP. [Learn more about optimizing image size](https://developer.chrome.com/docs/performance/insights/image-delivery)"
}

Performance and AccessibilityPerformanceBrowser audit

Loading performance

9 Fail

Check name

Loading performance

Score

53/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": "interactive",
      "title": "Time to Interactive",
      "score": 14,
      "displayValue": "7.4 s",
      "numericValue": 7385.795683730945
    },
    {
      "id": "total-blocking-time",
      "title": "Total Blocking Time",
      "score": 6,
      "displayValue": "970 ms",
      "numericValue": 974.4918329804505
    },
    {
      "id": "largest-contentful-paint",
      "title": "Largest Contentful Paint",
      "score": 14,
      "displayValue": "4.3 s",
      "numericValue": 4253.716075685625
    },
    {
      "id": "first-contentful-paint",
      "title": "First Contentful Paint",
      "score": 99,
      "displayValue": "0.6 s",
      "numericValue": 601.00275031126
    },
    {
      "id": "server-response-time",
      "title": "Initial server response time was short",
      "score": 100,
      "displayValue": "Root document took 40 ms",
      "numericValue": 40
    },
    {
      "id": "max-potential-fid",
      "title": "Max Potential First Input Delay",
      "score": 47,
      "displayValue": "260 ms",
      "numericValue": 258.0000000000009
    },
    {
      "id": "speed-index",
      "title": "Speed Index",
      "score": 43,
      "displayValue": "2.5 s",
      "numericValue": 2466.758175490316
    },
    {
      "id": "network-rtt",
      "title": "Network Round Trip Times",
      "score": 100,
      "displayValue": "20 ms",
      "numericValue": 23.024835
    }
  ]
}

Fix with MCP or CLI

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

Score history

Public scan score over time

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

1 reports
Public score history report links
Scan dateScoreReadinessReport
50/100Level 3, Bot-AwareCurrent report
Report ID 36609443-ca3c-4ea4-afb3-9670a25fa8e3. Scanned Jun 8, 2026, 7:32 PM.
clickhouse.com AI SEO Report: 50/100 (Level 3, Bot-Aware)