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

OVERALL SCORE

Level 3, Bot-Aware

Moderate readiness for AI agents
AIDiscoverability36%Agent Easeof Use6%Security& Trust40%GEO, AIO, AEO66%SEO100%Performance& Accessibility89%
  • AI Discoverability 36 out of 100
  • Agent Ease of Use 6 out of 100
  • Security & Trust 40 out of 100
  • GEO, AIO and AEO 66 out of 100
  • SEO 100 out of 100
  • Performance and Accessibility 89 out of 100

CAPTURED SCREENSHOT

Captured website desktop screenshot

What AI sees of your website

Cal.com | Scheduling Software for Online Bookings favicon

Cal.com | Scheduling Software for Online Bookings

A fully customizable scheduling software for individuals, businesses taking calls and developers building scheduling platforms where users meet users.

Next step

Turn this report into a fix workflow

27 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
36
Priority fix11121View details
Discoverability
29
Priority fix270View details
Content Readiness
71
Needs work911View details
Bot Access Control
0
Priority fix040View details
Agent Ease of Use
6
Priority fix4293View details
API
0
Priority fix060View details
Auth
Not Applicable
Not Applicable070View details
MCP
13
Priority fix062View details
Skill Discovery
5
Priority fix0101View details
Agent Commerce
Not Applicable
Not Applicable400
GEO, AIO and AEO
66
Needs work5312View details
GEO Readiness
78
Mostly ready204
AIO Readiness
57
Needs work223View details
AEO Readiness
62
Needs work115View details
SEO
100
Strong1100
SEO
100
Strong1100
Security & Trust
40
Priority fix630View details
Security & Trust
40
Priority fix230View details
AI Training Exposure
Not Applicable
Not Applicable400
Performance and Accessibility
89
Mostly ready1542View details
Performance
90
Strong1342View details
Accessibility
86
Mostly ready200

Prioritized recommendations

Issues ranked by score impact

48 items need attention

Agent Ease of UseAPIEstablished

API Catalog

API Catalog failed at "Fetch API catalog".

50 Fail

Needs attention

API Catalog

Failed check
01

Issue

The API catalog endpoint did not return HTTP 2xx.

02

Why it matters

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

Check name

API Catalog

Score

0/100

Status

fail

Category

API

Maturity

Established

Goal

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

Result

API Catalog failed at "Fetch API catalog".

Validation steps

  1. Fetch API catalog

    The API catalog endpoint did not return HTTP 2xx.

  2. Validate RFC 9727 linkset

    Response is not valid JSON.

  3. Fetch advertised API catalog targets

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

Evidence
{
  "failedStep": "fetch",
  "steps": [
    {
      "id": "fetch",
      "title": "Fetch API catalog",
      "status": "fail",
      "evidence": {
        "statusCode": 404,
        "contentType": "text/html; charset=utf-8"
      },
      "issue": "The API catalog endpoint did not return HTTP 2xx.",
      "howToFix": "Publish /.well-known/api-catalog."
    },
    {
      "id": "validate",
      "title": "Validate RFC 9727 linkset",
      "status": "fail",
      "evidence": {
        "valid": false,
        "compatibleContentType": false,
        "issue": "Response is not valid JSON.",
        "rawExcerpt": "<!DOCTYPE html><html id=\"__next_error__\"><head><meta charSet=\"utf-8\"/><meta name=\"viewport\" content=\"width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no, viewport-fit=cover\"/><link rel=\"preload\" as=\"script\" fetchPriority=\"low\" href=\"/_next/static/chunks/0k6c9i47ki3cm.js\"/><script src=\"/_next/static/chunks/0o5t4ne2jgzk3.js\" async=\"\"></script><script src=\"/_next/static/chunks/167g48xo7_p0m.js\" async=\"\"></script><script src=\"/_next/static/chunks/05nq3oru2i5mz.js\" async=\"\"></script><script src=\"/_next/static/chunks/15pnfa8o~gp4f.js\" async=\"\"></script><script src=\"/_next/static/chunks/0nsg83rho0qg4.js\" async=\"\"></script><script src=\"/_next/static/chunks/08ld4xo-bkhwm.js\" async=\"\"></script><script src=\"/_next/static/chunks/turbopack-0d~o~gpakzsdb.js\" async=\"\"></script><script "
      },
      "issue": "Response is not valid JSON.",
      "howToFix": "Use application/linkset+json with service-desc, service-doc, and status relations that each include href."
    },
    {
      "id": "target-validation",
      "title": "Fetch advertised API catalog targets",
      "status": "fail",
      "evidence": {
        "checked": [],
        "failures": [
          {
            "reason": "No same-origin API catalog hrefs were available to fetch."
          }
        ]
      },
      "issue": "API Catalog did not expose any same-origin hrefs to validate.",
      "howToFix": "Make each same-origin API catalog href reachable and serve the advertised media type."
    }
  ]
}

Agent Ease of UseAPIEstablished

OpenAPI discovery

OpenAPI discovery failed at "Find valid OpenAPI document".

50 Fail

Needs attention

OpenAPI discovery

Failed check
01

Issue

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

02

Why it matters

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

Check name

OpenAPI discovery

Score

0/100

Status

fail

Category

API

Maturity

Established

Goal

Publish a valid OpenAPI or Swagger document for API discovery.

Result

OpenAPI discovery failed at "Find valid OpenAPI document".

Validation steps

  1. Find valid OpenAPI document

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

Evidence
{
  "failedStep": "fetch",
  "steps": [
    {
      "id": "fetch",
      "title": "Find valid OpenAPI document",
      "status": "fail",
      "evidence": {
        "checked": [
          {
            "path": "/openapi.json",
            "statusCode": 404,
            "contentType": "text/html; charset=utf-8",
            "valid": false,
            "issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html; charset=utf-8\" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
            "compatibleContentType": false,
            "format": "yaml",
            "version": "",
            "pathCount": 0,
            "operationCount": 0,
            "rawExcerpt": "<!DOCTYPE html><html id=\"__next_error__\"><head><meta charSet=\"utf-8\"/><meta name=\"viewport\" content=\"width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no, viewport-fit=cover\"/><link rel=\"preload\" as=\"script\" fetchPriority=\"low\" href=\"/_next/static/chunks/0k6c9i47ki3cm.js\"/><script src=\"/_next/static/chunks/0o5t4ne2jgzk3.js\" async=\"\"></script><script src=\"/_next/static/chunks/167g48xo7_p0m.js\" async=\"\"></script><script src=\"/_next/static/chunks/05nq3oru2i5mz.js\" async=\"\"></script><script src=\"/_next/static/chunks/15pnfa8o~gp4f.js\" async=\"\"></script><script src=\"/_next/static/chunks/0nsg83rho0qg4.js\" async=\"\"></script><script src=\"/_next/static/chunks/08ld4xo-bkhwm.js\" async=\"\"></script><script src=\"/_next/static/chunks/turbopack-0d~o~gpakzsdb.js\" async=\"\"></script><script "
          },
          {
            "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 id=\"__next_error__\"><head><meta charSet=\"utf-8\"/><meta name=\"viewport\" content=\"width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no, viewport-fit=cover\"/><link rel=\"preload\" as=\"script\" fetchPriority=\"low\" href=\"/_next/static/chunks/0k6c9i47ki3cm.js\"/><script src=\"/_next/static/chunks/0o5t4ne2jgzk3.js\" async=\"\"></script><script src=\"/_next/static/chunks/167g48xo7_p0m.js\" async=\"\"></script><script src=\"/_next/static/chunks/05nq3oru2i5mz.js\" async=\"\"></script><script src=\"/_next/static/chunks/15pnfa8o~gp4f.js\" async=\"\"></script><script src=\"/_next/static/chunks/0nsg83rho0qg4.js\" async=\"\"></script><script src=\"/_next/static/chunks/08ld4xo-bkhwm.js\" async=\"\"></script><script src=\"/_next/static/chunks/turbopack-0d~o~gpakzsdb.js\" async=\"\"></script><script "
          },
          {
            "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 id=\"__next_error__\"><head><meta charSet=\"utf-8\"/><meta name=\"viewport\" content=\"width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no, viewport-fit=cover\"/><link rel=\"preload\" as=\"script\" fetchPriority=\"low\" href=\"/_next/static/chunks/0k6c9i47ki3cm.js\"/><script src=\"/_next/static/chunks/0o5t4ne2jgzk3.js\" async=\"\"></script><script src=\"/_next/static/chunks/167g48xo7_p0m.js\" async=\"\"></script><script src=\"/_next/static/chunks/05nq3oru2i5mz.js\" async=\"\"></script><script src=\"/_next/static/chunks/15pnfa8o~gp4f.js\" async=\"\"></script><script src=\"/_next/static/chunks/0nsg83rho0qg4.js\" async=\"\"></script><script src=\"/_next/static/chunks/08ld4xo-bkhwm.js\" async=\"\"></script><script src=\"/_next/static/chunks/turbopack-0d~o~gpakzsdb.js\" async=\"\"></script><script "
          },
          {
            "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 id=\"__next_error__\"><head><meta charSet=\"utf-8\"/><meta name=\"viewport\" content=\"width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no, viewport-fit=cover\"/><link rel=\"preload\" as=\"script\" fetchPriority=\"low\" href=\"/_next/static/chunks/0k6c9i47ki3cm.js\"/><script src=\"/_next/static/chunks/0o5t4ne2jgzk3.js\" async=\"\"></script><script src=\"/_next/static/chunks/167g48xo7_p0m.js\" async=\"\"></script><script src=\"/_next/static/chunks/05nq3oru2i5mz.js\" async=\"\"></script><script src=\"/_next/static/chunks/15pnfa8o~gp4f.js\" async=\"\"></script><script src=\"/_next/static/chunks/0nsg83rho0qg4.js\" async=\"\"></script><script src=\"/_next/static/chunks/08ld4xo-bkhwm.js\" async=\"\"></script><script src=\"/_next/static/chunks/turbopack-0d~o~gpakzsdb.js\" async=\"\"></script><script "
          },
          {
            "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 id=\"__next_error__\"><head><meta charSet=\"utf-8\"/><meta name=\"viewport\" content=\"width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no, viewport-fit=cover\"/><link rel=\"preload\" as=\"script\" fetchPriority=\"low\" href=\"/_next/static/chunks/0k6c9i47ki3cm.js\"/><script src=\"/_next/static/chunks/0o5t4ne2jgzk3.js\" async=\"\"></script><script src=\"/_next/static/chunks/167g48xo7_p0m.js\" async=\"\"></script><script src=\"/_next/static/chunks/05nq3oru2i5mz.js\" async=\"\"></script><script src=\"/_next/static/chunks/15pnfa8o~gp4f.js\" async=\"\"></script><script src=\"/_next/static/chunks/0nsg83rho0qg4.js\" async=\"\"></script><script src=\"/_next/static/chunks/08ld4xo-bkhwm.js\" async=\"\"></script><script src=\"/_next/static/chunks/turbopack-0d~o~gpakzsdb.js\" async=\"\"></script><script "
          },
          {
            "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 id=\"__next_error__\"><head><meta charSet=\"utf-8\"/><meta name=\"viewport\" content=\"width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no, viewport-fit=cover\"/><link rel=\"preload\" as=\"script\" fetchPriority=\"low\" href=\"/_next/static/chunks/0k6c9i47ki3cm.js\"/><script src=\"/_next/static/chunks/0o5t4ne2jgzk3.js\" async=\"\"></script><script src=\"/_next/static/chunks/167g48xo7_p0m.js\" async=\"\"></script><script src=\"/_next/static/chunks/05nq3oru2i5mz.js\" async=\"\"></script><script src=\"/_next/static/chunks/15pnfa8o~gp4f.js\" async=\"\"></script><script src=\"/_next/static/chunks/0nsg83rho0qg4.js\" async=\"\"></script><script src=\"/_next/static/chunks/08ld4xo-bkhwm.js\" async=\"\"></script><script src=\"/_next/static/chunks/turbopack-0d~o~gpakzsdb.js\" async=\"\"></script><script "
          },
          {
            "path": "/docs/openapi.json",
            "statusCode": 404,
            "contentType": "text/plain;charset=UTF-8",
            "valid": false,
            "issue": "OpenAPI YAML document did not match the expected shape. unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
            "compatibleContentType": true,
            "format": "yaml",
            "version": "",
            "pathCount": 0,
            "operationCount": 0,
            "rawExcerpt": "Asset not found"
          }
        ]
      },
      "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: missing <main> landmark; missing <nav> landmark; missing <footer> landmark; 6 links 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": false,
  "nav": false,
  "footer": false,
  "meaningfulH1": true,
  "headingOrder": true,
  "accessibleLinks": false,
  "accessibleButtons": true,
  "imageAltCoverage": true,
  "formAutocompleteCoverage": true,
  "details": {
    "inaccessibleLinks": [
      "<a as=\"a\" class=\"framer-vp3foh framer-5g7h5d\" href=\"https://www.g2.com/products/cal-com/reviews\" target=\"_blank\" rel=\"noopener\"><div style=\"position:absolute;border-radius:inherit;corner-shape:inherit;top:0;right:0;bottom:0;left:0\" data-framer-background-image-wrapper=\"true\"><img decoding=\"async\" width=\"162\" height=\"81\" src=\"https://framerusercontent.com/images/aXxgHMCxbnBWku8jq0lXGA7bfc.svg?width=162&amp;height=81\" alt style=\"display:block;width:100%;height:100%;border-radius:inherit;corner-sha",
      "<a as=\"a\" class=\"framer-10o4bl8 framer-5g7h5d\" href=\"https://trustpilot.com/review/cal.com\" target=\"_blank\" rel=\"noopener\"><div style=\"position:absolute;border-radius:inherit;corner-shape:inherit;top:0;right:0;bottom:0;left:0\" data-framer-background-image-wrapper=\"true\"><img decoding=\"async\" width=\"162\" height=\"81\" src=\"https://framerusercontent.com/images/SSPYlhuS6JVtxGrJEt7qIAsiUA.svg?width=162&amp;height=81\" alt style=\"display:block;width:100%;height:100%;border-radius:inherit;corner-shape:in",
      "<a as=\"a\" class=\"framer-vp3foh framer-5g7h5d\" href=\"https://www.g2.com/products/cal-com/reviews\" target=\"_blank\" rel=\"noopener\"><div style=\"position:absolute;border-radius:inherit;corner-shape:inherit;top:0;right:0;bottom:0;left:0\" data-framer-background-image-wrapper=\"true\"><img decoding=\"async\" width=\"162\" height=\"81\" src=\"https://framerusercontent.com/images/aXxgHMCxbnBWku8jq0lXGA7bfc.svg?width=162&amp;height=81\" alt style=\"display:block;width:100%;height:100%;border-radius:inherit;corner-sha",
      "<a as=\"a\" class=\"framer-10o4bl8 framer-5g7h5d\" href=\"https://trustpilot.com/review/cal.com\" target=\"_blank\" rel=\"noopener\"><div style=\"position:absolute;border-radius:inherit;corner-shape:inherit;top:0;right:0;bottom:0;left:0\" data-framer-background-image-wrapper=\"true\"><img decoding=\"async\" width=\"162\" height=\"81\" src=\"https://framerusercontent.com/images/SSPYlhuS6JVtxGrJEt7qIAsiUA.svg?width=162&amp;height=81\" alt style=\"display:block;width:100%;height:100%;border-radius:inherit;corner-shape:in",
      "<a as=\"a\" class=\"framer-vp3foh framer-5g7h5d\" href=\"https://www.g2.com/products/cal-com/reviews\" target=\"_blank\" rel=\"noopener\"><div style=\"position:absolute;border-radius:inherit;corner-shape:inherit;top:0;right:0;bottom:0;left:0\" data-framer-background-image-wrapper=\"true\"><img decoding=\"async\" width=\"162\" height=\"81\" src=\"https://framerusercontent.com/images/aXxgHMCxbnBWku8jq0lXGA7bfc.svg?width=162&amp;height=81\" alt style=\"display:block;width:100%;height:100%;border-radius:inherit;corner-sha",
      "<a as=\"a\" class=\"framer-10o4bl8 framer-5g7h5d\" href=\"https://trustpilot.com/review/cal.com\" target=\"_blank\" rel=\"noopener\"><div style=\"position:absolute;border-radius:inherit;corner-shape:inherit;top:0;right:0;bottom:0;left:0\" data-framer-background-image-wrapper=\"true\"><img decoding=\"async\" width=\"162\" height=\"81\" src=\"https://framerusercontent.com/images/SSPYlhuS6JVtxGrJEt7qIAsiUA.svg?width=162&amp;height=81\" alt style=\"display:block;width:100%;height:100%;border-radius:inherit;corner-shape:in"
    ],
    "inaccessibleButtons": [],
    "missingAutocompleteInputs": [],
    "imagesMissingAlt": [
      "<img src=\"https://t.co/1/i/adsct?bci=4&amp;dv=Asia%2FCalcutta%26en-US%2Cen%26Google%20Inc.%26Linux%20x86_64%26255%26800%26600%261%2624%26800%26600%260%26na&amp;eci=3&amp;event=%7B%7D&amp;event_id=ce94906d-18aa-41ef-b554-bf195e73fc49&amp;integration=advertiser&amp;p_id=Twitter&amp;p_user_id=0&amp;pl_id=23e525e3-98fa-4791-8dc8-6c1f4c5a8595&amp;pt=Cal.com%20%7C%20Scheduling%20Software%20for%20Online%20Bookings&amp;tw_document_href=https%3A%2F%2Fcal.com%2F&amp;tw_iframe_status=0&amp;tw_pid_src=1&amp",
      "<img src=\"https://analytics.twitter.com/1/i/adsct?bci=4&amp;dv=Asia%2FCalcutta%26en-US%2Cen%26Google%20Inc.%26Linux%20x86_64%26255%26800%26600%261%2624%26800%26600%260%26na&amp;eci=3&amp;event=%7B%7D&amp;event_id=ce94906d-18aa-41ef-b554-bf195e73fc49&amp;integration=advertiser&amp;p_id=Twitter&amp;p_user_id=0&amp;pl_id=23e525e3-98fa-4791-8dc8-6c1f4c5a8595&amp;pt=Cal.com%20%7C%20Scheduling%20Software%20for%20Online%20Bookings&amp;tw_document_href=https%3A%2F%2Fcal.com%2F&amp;tw_iframe_status=0&amp"
    ],
    "skippedHeadingLevels": []
  },
  "counts": {
    "h1": 1,
    "headings": 42,
    "links": 294,
    "inaccessibleLinks": 6,
    "buttons": 7,
    "inaccessibleButtons": 0,
    "images": 185,
    "imagesWithAlt": 183,
    "autocompleteInputs": 0,
    "inputsWithAutocomplete": 0,
    "missingAutocompleteInputs": 0
  }
}

AI DiscoverabilityContent ReadinessEstablished

Content freshness signals

Content freshness signals is partially implemented.

38 Warning

Needs attention

Content freshness signals

Warning
01

Issue

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

02

Why it matters

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

Check name

Content freshness signals

Score

25/100

Status

warning

Category

Content Readiness

Maturity

Established

Goal

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

Result

Content freshness signals is partially implemented.

Evidence
{
  "lastModified": "Tue, 09 Jun 2026 17:49:03 GMT",
  "schemaDates": [],
  "metaDateCount": 0,
  "timeDateCount": 0
}

AI DiscoverabilityBot Access ControlEstablished

AI bot rules in robots.txt

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

33 Fail

Needs attention

AI bot rules in robots.txt

Failed check
01

Issue

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

02

Why it matters

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

Check name

AI bot rules in robots.txt

Score

0/100

Status

fail

Category

Bot Access Control

Maturity

Established

Goal

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

Result

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

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

AI DiscoverabilityBot Access ControlInformational

Content Signal

Content Signal is missing or incomplete.

33 Fail

Needs attention

Content Signal

Failed check
01

Issue

No Content Signal found in robots.txt

02

Why it matters

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

Check name

Content Signal

Score

0/100

Status

fail

Category

Bot Access Control

Maturity

Informational

Goal

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

Result

Content Signal is missing or incomplete.

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

Security & TrustSecurity & TrustEstablished

Content-Security-Policy

Content-Security-Policy is missing or incomplete.

33 Fail

Needs attention

Content-Security-Policy

Failed check
01

Issue

Content-Security-Policy is missing or incomplete.

02

Why it matters

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

Check name

Content-Security-Policy

Score

0/100

Status

fail

Category

Security & Trust

Maturity

Established

Goal

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

Result

Content-Security-Policy is missing or incomplete.

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

Security & TrustSecurity & TrustEstablished

Frame protection

Frame protection is missing or incomplete.

33 Fail

Needs attention

Frame protection

Failed check
01

Issue

Frame protection is missing or incomplete.

02

Why it matters

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

Check name

Frame protection

Score

0/100

Status

fail

Category

Security & Trust

Maturity

Established

Goal

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

Result

Frame protection is missing or incomplete.

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

Security & TrustSecurity & TrustEstablished

Referrer-Policy

Referrer-Policy is missing or incomplete.

33 Fail

Needs attention

Referrer-Policy

Failed check
01

Issue

Referrer-Policy is missing or incomplete.

02

Why it matters

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

Check name

Referrer-Policy

Score

0/100

Status

fail

Category

Security & Trust

Maturity

Established

Goal

Limit how much referrer data leaves the site.

Result

Referrer-Policy is missing or incomplete.

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

AI DiscoverabilityBot Access ControlInformational

Web Bot Auth request signing

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

33 Fail

Needs attention

Web Bot Auth request signing

Failed check
01

Issue

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

02

Why it matters

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

Check name

Web Bot Auth request signing

Score

0/100

Status

fail

Category

Bot Access Control

Maturity

Informational

Goal

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

Result

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

Validation steps

  1. Fetch to find resource

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

Evidence
{
  "failedStep": "fetch",
  "steps": [
    {
      "id": "fetch",
      "title": "Fetch to find resource",
      "status": "fail",
      "evidence": {
        "checked": [
          {
            "path": "/.well-known/http-message-signatures-directory",
            "statusCode": 404,
            "contentType": "text/html; charset=utf-8",
            "length": 427092
          }
        ]
      },
      "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 UseMCPEmerging recommendation

MCP Server Card

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

25 Fail

Needs attention

MCP Server Card

Failed check
01

Issue

MCP Server Card was not found at the expected path.

02

Why it matters

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

Check name

MCP Server Card

Score

0/100

Status

fail

Category

MCP

Maturity

Emerging recommendation

Goal

Publish an MCP Server Card for agent discovery.

Result

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

Validation steps

  1. Fetch to find resource

    MCP Server Card was not found at the expected path.

Evidence
{
  "failedStep": "fetch",
  "steps": [
    {
      "id": "fetch",
      "title": "Fetch to find resource",
      "status": "fail",
      "evidence": {
        "checked": [
          {
            "path": "/.well-known/mcp/server-card.json",
            "statusCode": 404,
            "contentType": "text/html; charset=utf-8",
            "length": 424176
          },
          {
            "path": "/.well-known/mcp/server-cards.json",
            "statusCode": 404,
            "contentType": "text/html; charset=utf-8",
            "length": 424177
          },
          {
            "path": "/.well-known/mcp.json",
            "statusCode": 404,
            "contentType": "text/html; charset=utf-8",
            "length": 427042
          }
        ]
      },
      "issue": "MCP Server Card was not found at the expected path.",
      "howToFix": "Publish an MCP server card with valid transports and make each advertised local endpoint answer an MCP initialize request."
    }
  ]
}

Agent Ease of UseMCPEmerging recommendation

mcp.json

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

25 Fail

Needs attention

mcp.json

Failed check
01

Issue

mcp.json was not found at the expected path.

02

Why it matters

MCP clients need trustworthy server metadata, protocol version, transport details, and capability hints before connecting to a remote MCP server.

Check name

mcp.json

Score

0/100

Status

fail

Category

MCP

Maturity

Emerging recommendation

Goal

Expose a stable MCP server metadata document that points agents to the site's MCP endpoint.

Result

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

Validation steps

  1. Fetch to find resource

    mcp.json was not found at the expected path.

Evidence
{
  "failedStep": "fetch",
  "steps": [
    {
      "id": "fetch",
      "title": "Fetch to find resource",
      "status": "fail",
      "evidence": {
        "checked": [
          {
            "path": "/mcp.json",
            "statusCode": 404,
            "contentType": "text/html; charset=utf-8",
            "length": 424277
          },
          {
            "path": "/.well-known/mcp.json",
            "statusCode": 404,
            "contentType": "text/html; charset=utf-8",
            "length": 427042
          },
          {
            "path": "/.well-known/mcp/server-card.json",
            "statusCode": 404,
            "contentType": "text/html; charset=utf-8",
            "length": 424176
          }
        ]
      },
      "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."
    }
  ]
}

Agent Ease of UseMCPInformational

WebMCP manifest

WebMCP manifest failed at "Fetch to find resource".

25 Fail

Needs attention

WebMCP manifest

Failed check
01

Issue

WebMCP manifest was not found at the expected path.

02

Why it matters

A WebMCP manifest advertises browser-exposed tools declaratively so agents can understand available site actions before invoking them.

Check name

WebMCP manifest

Score

0/100

Status

fail

Category

MCP

Maturity

Informational

Goal

Publish a WebMCP manifest for declarative browser tool discovery when using the draft manifest convention.

Result

WebMCP manifest failed at "Fetch to find resource".

Validation steps

  1. Fetch to find resource

    WebMCP manifest was not found at the expected path.

Evidence
{
  "failedStep": "fetch",
  "steps": [
    {
      "id": "fetch",
      "title": "Fetch to find resource",
      "status": "fail",
      "evidence": {
        "checked": [
          {
            "path": "/.well-known/webmcp.json",
            "statusCode": 404,
            "contentType": "text/html; charset=utf-8",
            "length": 427048
          },
          {
            "path": "/webmcp.json",
            "statusCode": 404,
            "contentType": "text/html; charset=utf-8",
            "length": 424283
          },
          {
            "path": "/mcp.json",
            "statusCode": 404,
            "contentType": "text/html; charset=utf-8",
            "length": 424277
          }
        ]
      },
      "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": 427056
          },
          {
            "path": "/.well-known/a2a/agent-card.json",
            "statusCode": 404,
            "contentType": "text/html; charset=utf-8",
            "length": 424175
          },
          {
            "path": "/agent-card.json",
            "statusCode": 404,
            "contentType": "text/html; charset=utf-8",
            "length": 424291
          }
        ]
      },
      "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": 424179
          },
          {
            "path": "/.well-known/skills/index.json",
            "statusCode": 404,
            "contentType": "text/html; charset=utf-8",
            "length": 424173
          }
        ]
      },
      "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": 427046
          },
          {
            "path": "/agent.json",
            "statusCode": 404,
            "contentType": "text/html; charset=utf-8",
            "length": 424281
          }
        ]
      },
      "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": 427048
          },
          {
            "path": "/agents.json",
            "statusCode": 404,
            "contentType": "text/html; charset=utf-8",
            "length": 424283
          }
        ]
      },
      "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": [
          {
            "url": "https://framerusercontent.com",
            "rel": "preconnect"
          },
          {
            "url": "https://framerusercontent.com",
            "rel": "preconnect"
          }
        ]
      },
      "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": "cal.com",
        "probes": [
          {
            "name": "_index._agents.cal.com",
            "found": false,
            "recordCount": 1,
            "records": [],
            "hasAlpn": false,
            "hasEndpoint": false
          },
          {
            "name": "_a2a._agents.cal.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": "cal.com",
            "dnssecTypes": [],
            "dnssecRecordCount": 0
          }
        ]
      },
      "issue": "DNSSEC material was not visible for the hostname or parent zone from this resolver.",
      "howToFix": "Sign the public discovery zone with DNSSEC so validating resolvers can return authenticated data."
    }
  ]
}

Agent Ease of UseMCPInformational

WebMCP

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

13 Warning

Needs attention

WebMCP

Warning
01

Issue

WebMCP declarative annotations need fixes.

Details

02

Why it matters

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

Check name

WebMCP

Score

50/100

Status

warning

Category

MCP

Maturity

Informational

Goal

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

Result

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

Validation steps

  1. Detect data-mcp-tool annotations

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

  2. Detect WebMCP declarative tags

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

  3. Validate WebMCP declarative annotation quality

    WebMCP declarative annotations need fixes.

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

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

  5. Detect WebMCP browser navigator injection

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

  6. Interactive surface coverage

    Only 0% of interactive surfaces are annotated.

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

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

AIO: Visible structured data match

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

10 Fail

Needs attention

AIO: Visible structured data match

Failed check
01

Issue

No JSON-LD structured data was detected.

Details

02

Why it matters

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

Check name

AIO: Visible structured data match

Score

0/100

Status

fail

Category

GEO, AIO & AEO

Maturity

Emerging recommendation

Goal

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

Result

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

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

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

AIO: Source and trust signals

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

6 Fail

Needs attention

AIO: Source and trust signals

Failed check
01

Issue

Missing AIO trust signals: author, publisher, freshnessDate.

Details

02

Why it matters

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

Check name

AIO: Source and trust signals

Score

40/100

Status

fail

Category

GEO, AIO & AEO

Maturity

Emerging recommendation

Goal

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

Result

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

Evidence
{
  "signals": {
    "author": false,
    "publisher": false,
    "freshnessDate": false,
    "aboutOrContact": true,
    "policyLinks": true
  },
  "missing": [
    "author",
    "publisher",
    "freshnessDate"
  ],
  "authorMeta": "",
  "schemaAuthors": [],
  "schemaPublishers": [],
  "schemaDates": [],
  "visibleDates": [],
  "aboutLinks": [
    {
      "href": "https://cal.com/help",
      "text": "Help DocsNeed to learn more about our system? Check the help docs",
      "html": "<a class=\"framer-A2TVE framer-s4171 framer-0WlW3 framer-hoodn5 framer-v-hoodn5 framer-772sy5\" data-framer-name=\"Default\" href=\"https://cal.com/help\" rel=\"noopener\" style=\"--border-bottom-width:0px;--border-color:rgba(0, 0, 0, 0);--border-left-width:0px;--border-right-width:0px;--border-style:solid;--border-top-width:0px;background-color:rgba(244, 244, 244, 0);width:100%;border-bottom-left-radius:12px;border-bottom-right-radius:12px;border-top-left-radius:12px;border-top-right-radius:12px\"><di..."
    },
    {
      "href": "https://cal.com/about",
      "text": "About",
      "html": "<a class=\"framer-text framer-styles-preset-1d6403i\" data-styles-preset=\"FS2pLLeiB\" href=\"https://cal.com/about\" rel=\"noopener\">About</a>"
    },
    {
      "href": "https://cal.com/about",
      "text": "About",
      "html": "<a class=\"framer-text framer-styles-preset-1d6403i\" data-styles-preset=\"FS2pLLeiB\" href=\"https://cal.com/about\" rel=\"noopener\">About</a>"
    },
    {
      "href": "https://cal.com/about",
      "text": "About",
      "html": "<a class=\"framer-text framer-styles-preset-1d6403i\" data-styles-preset=\"FS2pLLeiB\" href=\"https://cal.com/about\" rel=\"noopener\">About</a>"
    }
  ],
  "contactLinks": [
    {
      "href": "./scheduling/customer-support",
      "text": "Support",
      "html": "<a class=\"framer-A2TVE framer-s4171 framer-0WlW3 framer-hoodn5 framer-v-hoodn5 framer-772sy5\" data-framer-name=\"Default\" href=\"./scheduling/customer-support\" style=\"--border-bottom-width:0px;--border-color:rgba(0, 0, 0, 0);--border-left-width:0px;--border-right-width:0px;--border-style:solid;--border-top-width:0px;background-color:rgba(244, 244, 244, 0);width:100%;border-bottom-left-radius:12px;border-bottom-right-radius:12px;border-top-left-radius:12px;border-top-right-radius:12px\"><div clas..."
    },
    {
      "href": "https://cal.com/help",
      "text": "Help DocsNeed to learn more about our system? Check the help docs",
      "html": "<a class=\"framer-A2TVE framer-s4171 framer-0WlW3 framer-hoodn5 framer-v-hoodn5 framer-772sy5\" data-framer-name=\"Default\" href=\"https://cal.com/help\" rel=\"noopener\" style=\"--border-bottom-width:0px;--border-color:rgba(0, 0, 0, 0);--border-left-width:0px;--border-right-width:0px;--border-style:solid;--border-top-width:0px;background-color:rgba(244, 244, 244, 0);width:100%;border-bottom-left-radius:12px;border-bottom-right-radius:12px;border-top-left-radius:12px;border-top-right-radius:12px\"><di..."
    },
    {
      "href": "mailto:[email protected]",
      "text": "[email protected]",
      "html": "<a class=\"framer-text\" href=\"mailto:[email protected]\" rel=\"noopener\">[email protected]</a>"
    },
    {
      "href": "https://cal.com/help",
      "text": "cal.com/help",
      "html": "<a class=\"framer-text\" href=\"https://cal.com/help\" rel=\"noopener\">cal.com/help</a>"
    },
    {
      "href": "./scheduling/customer-support",
      "text": "Customer Support",
      "html": "<a class=\"framer-text framer-styles-preset-1d6403i\" data-styles-preset=\"FS2pLLeiB\" href=\"./scheduling/customer-support\">Customer Support</a>"
    },
    {
      "href": "https://cal.com/help",
      "text": "Help Docs",
      "html": "<a class=\"framer-text framer-styles-preset-1d6403i\" data-styles-preset=\"FS2pLLeiB\" href=\"https://cal.com/help\" rel=\"noopener\">Help Docs</a>"
    },
    {
      "href": "https://app.cal.com/support?_gl=1*1tq2plh*_gcl_au*OTk1OTIzMTMyLjE3NDA3NDM3ODI.*_ga*MTU5NzExNTE5My4xNzQwNzQzNzgy*_ga_RX4HHQ613S*MTc0MTc5Mjk5MC40Ni4xLjE3NDE3OTUxNjAuNjAuMC4xNzAxNzQ1ODY0",
      "text": "Support",
      "html": "<a class=\"framer-text framer-styles-preset-1d6403i\" data-styles-preset=\"FS2pLLeiB\" href=\"https://app.cal.com/support?_gl=1*1tq2plh*_gcl_au*OTk1OTIzMTMyLjE3NDA3NDM3ODI.*_ga*MTU5NzExNTE5My4xNzQwNzQzNzgy*_ga_RX4HHQ613S*MTc0MTc5Mjk5MC40Ni4xLjE3NDE3OTUxNjAuNjAuMC4xNzAxNzQ1ODY0\" rel=\"noopener\">Support</a>"
    },
    {
      "href": "mailto:[email protected]",
      "text": "[email protected]",
      "html": "<a class=\"framer-text\" href=\"mailto:[email protected]\" rel=\"noopener\">[email protected]</a>"
    },
    {
      "href": "https://cal.com/help",
      "text": "cal.com/help",
      "html": "<a class=\"framer-text\" href=\"https://cal.com/help\" rel=\"noopener\">cal.com/help</a>"
    },
    {
      "href": "./scheduling/customer-support",
      "text": "Customer Support",
      "html": "<a class=\"framer-text framer-styles-preset-1d6403i\" data-styles-preset=\"FS2pLLeiB\" href=\"./scheduling/customer-support\">Customer Support</a>"
    },
    {
      "href": "https://cal.com/help",
      "text": "Help Docs",
      "html": "<a class=\"framer-text framer-styles-preset-1d6403i\" data-styles-preset=\"FS2pLLeiB\" href=\"https://cal.com/help\" rel=\"noopener\">Help Docs</a>"
    },
    {
      "href": "https://app.cal.com/support?_gl=1*1tq2plh*_gcl_au*OTk1OTIzMTMyLjE3NDA3NDM3ODI.*_ga*MTU5NzExNTE5My4xNzQwNzQzNzgy*_ga_RX4HHQ613S*MTc0MTc5Mjk5MC40Ni4xLjE3NDE3OTUxNjAuNjAuMC4xNzAxNzQ1ODY0",
      "text": "Support",
      "html": "<a class=\"framer-text framer-styles-preset-1d6403i\" data-styles-preset=\"FS2pLLeiB\" href=\"https://app.cal.com/support?_gl=1*1tq2plh*_gcl_au*OTk1OTIzMTMyLjE3NDA3NDM3ODI.*_ga*MTU5NzExNTE5My4xNzQwNzQzNzgy*_ga_RX4HHQ613S*MTc0MTc5Mjk5MC40Ni4xLjE3NDE3OTUxNjAuNjAuMC4xNzAxNzQ1ODY0\" rel=\"noopener\">Support</a>"
    },
    {
      "href": "mailto:[email protected]",
      "text": "[email protected]",
      "html": "<a class=\"framer-text\" href=\"mailto:[email protected]\" rel=\"noopener\">[email protected]</a>"
    },
    {
      "href": "https://cal.com/help",
      "text": "cal.com/help",
      "html": "<a class=\"framer-text\" href=\"https://cal.com/help\" rel=\"noopener\">cal.com/help</a>"
    },
    {
      "href": "./scheduling/customer-support",
      "text": "Customer Support",
      "html": "<a class=\"framer-text framer-styles-preset-1d6403i\" data-styles-preset=\"FS2pLLeiB\" href=\"./scheduling/customer-support\">Customer Support</a>"
    },
    {
      "href": "https://cal.com/help",
      "text": "Help Docs",
      "html": "<a class=\"framer-text framer-styles-preset-1d6403i\" data-styles-preset=\"FS2pLLeiB\" href=\"https://cal.com/help\" rel=\"noopener\">Help Docs</a>"
    },
    {
      "href": "https://app.cal.com/support?_gl=1*1tq2plh*_gcl_au*OTk1OTIzMTMyLjE3NDA3NDM3ODI.*_ga*MTU5NzExNTE5My4xNzQwNzQzNzgy*_ga_RX4HHQ613S*MTc0MTc5Mjk5MC40Ni4xLjE3NDE3OTUxNjAuNjAuMC4xNzAxNzQ1ODY0",
      "text": "Support",
      "html": "<a class=\"framer-text framer-styles-preset-1d6403i\" data-styles-preset=\"FS2pLLeiB\" href=\"https://app.cal.com/support?_gl=1*1tq2plh*_gcl_au*OTk1OTIzMTMyLjE3NDA3NDM3ODI.*_ga*MTU5NzExNTE5My4xNzQwNzQzNzgy*_ga_RX4HHQ613S*MTc0MTc5Mjk5MC40Ni4xLjE3NDE3OTUxNjAuNjAuMC4xNzAxNzQ1ODY0\" rel=\"noopener\">Support</a>"
    }
  ],
  "privacyLinks": [
    {
      "href": "./privacy",
      "text": "Privacy",
      "html": "<a class=\"framer-text framer-styles-preset-1d6403i\" data-styles-preset=\"FS2pLLeiB\" href=\"./privacy\">Privacy</a>"
    },
    {
      "href": "./terms",
      "text": "Terms",
      "html": "<a class=\"framer-text framer-styles-preset-1d6403i\" data-styles-preset=\"FS2pLLeiB\" href=\"./terms\">Terms</a>"
    },
    {
      "href": "./privacy",
      "text": "Privacy",
      "html": "<a class=\"framer-text framer-styles-preset-1d6403i\" data-styles-preset=\"FS2pLLeiB\" href=\"./privacy\">Privacy</a>"
    },
    {
      "href": "./terms",
      "text": "Terms",
      "html": "<a class=\"framer-text framer-styles-preset-1d6403i\" data-styles-preset=\"FS2pLLeiB\" href=\"./terms\">Terms</a>"
    },
    {
      "href": "./privacy",
      "text": "Privacy",
      "html": "<a class=\"framer-text framer-styles-preset-1d6403i\" data-styles-preset=\"FS2pLLeiB\" href=\"./privacy\">Privacy</a>"
    },
    {
      "href": "./terms",
      "text": "Terms",
      "html": "<a class=\"framer-text framer-styles-preset-1d6403i\" data-styles-preset=\"FS2pLLeiB\" href=\"./terms\">Terms</a>"
    }
  ],
  "score": 40,
  "weight": 20
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

AEO: Answer evidence and trust

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

5 Fail

Needs attention

AEO: Answer evidence and trust

Failed check
01

Issue

Missing AIO trust signals: author, publisher, freshnessDate.

Details

02

Why it matters

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

Check name

AEO: Answer evidence and trust

Score

40/100

Status

fail

Category

GEO, AIO & AEO

Maturity

Emerging recommendation

Goal

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

Result

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

Evidence
{
  "signals": {
    "author": false,
    "publisher": false,
    "freshnessDate": false,
    "aboutOrContact": true,
    "policyLinks": true
  },
  "missing": [
    "author",
    "publisher",
    "freshnessDate"
  ],
  "authorMeta": "",
  "schemaAuthors": [],
  "schemaPublishers": [],
  "schemaDates": [],
  "visibleDates": [],
  "aboutLinks": [
    {
      "href": "https://cal.com/help",
      "text": "Help DocsNeed to learn more about our system? Check the help docs",
      "html": "<a class=\"framer-A2TVE framer-s4171 framer-0WlW3 framer-hoodn5 framer-v-hoodn5 framer-772sy5\" data-framer-name=\"Default\" href=\"https://cal.com/help\" rel=\"noopener\" style=\"--border-bottom-width:0px;--border-color:rgba(0, 0, 0, 0);--border-left-width:0px;--border-right-width:0px;--border-style:solid;--border-top-width:0px;background-color:rgba(244, 244, 244, 0);width:100%;border-bottom-left-radius:12px;border-bottom-right-radius:12px;border-top-left-radius:12px;border-top-right-radius:12px\"><di..."
    },
    {
      "href": "https://cal.com/about",
      "text": "About",
      "html": "<a class=\"framer-text framer-styles-preset-1d6403i\" data-styles-preset=\"FS2pLLeiB\" href=\"https://cal.com/about\" rel=\"noopener\">About</a>"
    },
    {
      "href": "https://cal.com/about",
      "text": "About",
      "html": "<a class=\"framer-text framer-styles-preset-1d6403i\" data-styles-preset=\"FS2pLLeiB\" href=\"https://cal.com/about\" rel=\"noopener\">About</a>"
    },
    {
      "href": "https://cal.com/about",
      "text": "About",
      "html": "<a class=\"framer-text framer-styles-preset-1d6403i\" data-styles-preset=\"FS2pLLeiB\" href=\"https://cal.com/about\" rel=\"noopener\">About</a>"
    }
  ],
  "contactLinks": [
    {
      "href": "./scheduling/customer-support",
      "text": "Support",
      "html": "<a class=\"framer-A2TVE framer-s4171 framer-0WlW3 framer-hoodn5 framer-v-hoodn5 framer-772sy5\" data-framer-name=\"Default\" href=\"./scheduling/customer-support\" style=\"--border-bottom-width:0px;--border-color:rgba(0, 0, 0, 0);--border-left-width:0px;--border-right-width:0px;--border-style:solid;--border-top-width:0px;background-color:rgba(244, 244, 244, 0);width:100%;border-bottom-left-radius:12px;border-bottom-right-radius:12px;border-top-left-radius:12px;border-top-right-radius:12px\"><div clas..."
    },
    {
      "href": "https://cal.com/help",
      "text": "Help DocsNeed to learn more about our system? Check the help docs",
      "html": "<a class=\"framer-A2TVE framer-s4171 framer-0WlW3 framer-hoodn5 framer-v-hoodn5 framer-772sy5\" data-framer-name=\"Default\" href=\"https://cal.com/help\" rel=\"noopener\" style=\"--border-bottom-width:0px;--border-color:rgba(0, 0, 0, 0);--border-left-width:0px;--border-right-width:0px;--border-style:solid;--border-top-width:0px;background-color:rgba(244, 244, 244, 0);width:100%;border-bottom-left-radius:12px;border-bottom-right-radius:12px;border-top-left-radius:12px;border-top-right-radius:12px\"><di..."
    },
    {
      "href": "mailto:[email protected]",
      "text": "[email protected]",
      "html": "<a class=\"framer-text\" href=\"mailto:[email protected]\" rel=\"noopener\">[email protected]</a>"
    },
    {
      "href": "https://cal.com/help",
      "text": "cal.com/help",
      "html": "<a class=\"framer-text\" href=\"https://cal.com/help\" rel=\"noopener\">cal.com/help</a>"
    },
    {
      "href": "./scheduling/customer-support",
      "text": "Customer Support",
      "html": "<a class=\"framer-text framer-styles-preset-1d6403i\" data-styles-preset=\"FS2pLLeiB\" href=\"./scheduling/customer-support\">Customer Support</a>"
    },
    {
      "href": "https://cal.com/help",
      "text": "Help Docs",
      "html": "<a class=\"framer-text framer-styles-preset-1d6403i\" data-styles-preset=\"FS2pLLeiB\" href=\"https://cal.com/help\" rel=\"noopener\">Help Docs</a>"
    },
    {
      "href": "https://app.cal.com/support?_gl=1*1tq2plh*_gcl_au*OTk1OTIzMTMyLjE3NDA3NDM3ODI.*_ga*MTU5NzExNTE5My4xNzQwNzQzNzgy*_ga_RX4HHQ613S*MTc0MTc5Mjk5MC40Ni4xLjE3NDE3OTUxNjAuNjAuMC4xNzAxNzQ1ODY0",
      "text": "Support",
      "html": "<a class=\"framer-text framer-styles-preset-1d6403i\" data-styles-preset=\"FS2pLLeiB\" href=\"https://app.cal.com/support?_gl=1*1tq2plh*_gcl_au*OTk1OTIzMTMyLjE3NDA3NDM3ODI.*_ga*MTU5NzExNTE5My4xNzQwNzQzNzgy*_ga_RX4HHQ613S*MTc0MTc5Mjk5MC40Ni4xLjE3NDE3OTUxNjAuNjAuMC4xNzAxNzQ1ODY0\" rel=\"noopener\">Support</a>"
    },
    {
      "href": "mailto:[email protected]",
      "text": "[email protected]",
      "html": "<a class=\"framer-text\" href=\"mailto:[email protected]\" rel=\"noopener\">[email protected]</a>"
    },
    {
      "href": "https://cal.com/help",
      "text": "cal.com/help",
      "html": "<a class=\"framer-text\" href=\"https://cal.com/help\" rel=\"noopener\">cal.com/help</a>"
    },
    {
      "href": "./scheduling/customer-support",
      "text": "Customer Support",
      "html": "<a class=\"framer-text framer-styles-preset-1d6403i\" data-styles-preset=\"FS2pLLeiB\" href=\"./scheduling/customer-support\">Customer Support</a>"
    },
    {
      "href": "https://cal.com/help",
      "text": "Help Docs",
      "html": "<a class=\"framer-text framer-styles-preset-1d6403i\" data-styles-preset=\"FS2pLLeiB\" href=\"https://cal.com/help\" rel=\"noopener\">Help Docs</a>"
    },
    {
      "href": "https://app.cal.com/support?_gl=1*1tq2plh*_gcl_au*OTk1OTIzMTMyLjE3NDA3NDM3ODI.*_ga*MTU5NzExNTE5My4xNzQwNzQzNzgy*_ga_RX4HHQ613S*MTc0MTc5Mjk5MC40Ni4xLjE3NDE3OTUxNjAuNjAuMC4xNzAxNzQ1ODY0",
      "text": "Support",
      "html": "<a class=\"framer-text framer-styles-preset-1d6403i\" data-styles-preset=\"FS2pLLeiB\" href=\"https://app.cal.com/support?_gl=1*1tq2plh*_gcl_au*OTk1OTIzMTMyLjE3NDA3NDM3ODI.*_ga*MTU5NzExNTE5My4xNzQwNzQzNzgy*_ga_RX4HHQ613S*MTc0MTc5Mjk5MC40Ni4xLjE3NDE3OTUxNjAuNjAuMC4xNzAxNzQ1ODY0\" rel=\"noopener\">Support</a>"
    },
    {
      "href": "mailto:[email protected]",
      "text": "[email protected]",
      "html": "<a class=\"framer-text\" href=\"mailto:[email protected]\" rel=\"noopener\">[email protected]</a>"
    },
    {
      "href": "https://cal.com/help",
      "text": "cal.com/help",
      "html": "<a class=\"framer-text\" href=\"https://cal.com/help\" rel=\"noopener\">cal.com/help</a>"
    },
    {
      "href": "./scheduling/customer-support",
      "text": "Customer Support",
      "html": "<a class=\"framer-text framer-styles-preset-1d6403i\" data-styles-preset=\"FS2pLLeiB\" href=\"./scheduling/customer-support\">Customer Support</a>"
    },
    {
      "href": "https://cal.com/help",
      "text": "Help Docs",
      "html": "<a class=\"framer-text framer-styles-preset-1d6403i\" data-styles-preset=\"FS2pLLeiB\" href=\"https://cal.com/help\" rel=\"noopener\">Help Docs</a>"
    },
    {
      "href": "https://app.cal.com/support?_gl=1*1tq2plh*_gcl_au*OTk1OTIzMTMyLjE3NDA3NDM3ODI.*_ga*MTU5NzExNTE5My4xNzQwNzQzNzgy*_ga_RX4HHQ613S*MTc0MTc5Mjk5MC40Ni4xLjE3NDE3OTUxNjAuNjAuMC4xNzAxNzQ1ODY0",
      "text": "Support",
      "html": "<a class=\"framer-text framer-styles-preset-1d6403i\" data-styles-preset=\"FS2pLLeiB\" href=\"https://app.cal.com/support?_gl=1*1tq2plh*_gcl_au*OTk1OTIzMTMyLjE3NDA3NDM3ODI.*_ga*MTU5NzExNTE5My4xNzQwNzQzNzgy*_ga_RX4HHQ613S*MTc0MTc5Mjk5MC40Ni4xLjE3NDE3OTUxNjAuNjAuMC4xNzAxNzQ1ODY0\" rel=\"noopener\">Support</a>"
    }
  ],
  "privacyLinks": [
    {
      "href": "./privacy",
      "text": "Privacy",
      "html": "<a class=\"framer-text framer-styles-preset-1d6403i\" data-styles-preset=\"FS2pLLeiB\" href=\"./privacy\">Privacy</a>"
    },
    {
      "href": "./terms",
      "text": "Terms",
      "html": "<a class=\"framer-text framer-styles-preset-1d6403i\" data-styles-preset=\"FS2pLLeiB\" href=\"./terms\">Terms</a>"
    },
    {
      "href": "./privacy",
      "text": "Privacy",
      "html": "<a class=\"framer-text framer-styles-preset-1d6403i\" data-styles-preset=\"FS2pLLeiB\" href=\"./privacy\">Privacy</a>"
    },
    {
      "href": "./terms",
      "text": "Terms",
      "html": "<a class=\"framer-text framer-styles-preset-1d6403i\" data-styles-preset=\"FS2pLLeiB\" href=\"./terms\">Terms</a>"
    },
    {
      "href": "./privacy",
      "text": "Privacy",
      "html": "<a class=\"framer-text framer-styles-preset-1d6403i\" data-styles-preset=\"FS2pLLeiB\" href=\"./privacy\">Privacy</a>"
    },
    {
      "href": "./terms",
      "text": "Terms",
      "html": "<a class=\"framer-text framer-styles-preset-1d6403i\" data-styles-preset=\"FS2pLLeiB\" href=\"./terms\">Terms</a>"
    }
  ],
  "score": 40,
  "weight": 22
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

GEO: Extraction-friendly structure

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

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, ordered list only if the page explains a workflow/process, JSON-LD structured data.

Details

02

Why it matters

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

Check name

GEO: Extraction-friendly structure

Score

60/100

Status

warning

Category

GEO, AIO & AEO

Maturity

Emerging recommendation

Goal

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

Result

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

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

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

AEO: Answer-first sections

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

4 Warning

Needs attention

AEO: Answer-first sections

Warning
01

Issue

41 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": 41,
  "passing": 0,
  "failing": [
    {
      "heading": "Supercharged scheduling with AI-powered calls",
      "headingHtml": "<h3 class=\"framer-text\" style=\"--font-selector:Qkk7Q2FsIFNhbnMvU2VtaUJvbGQvdjA=;--framer-font-family:&quot;Cal Sans&quot;, sans-serif;--framer-font-weight:600;--framer-line-height:1.1em;--framer-text-alignment:center;--framer-text-color:var(--extracted-a0htzi, var(--token-dfc22ccd-cb7d-477e-862b-97507724854f, rgb(255, 255, 255)))\">Supercharged scheduling with AI-powered calls</h3>",
      "firstParagraph": "Enterprise",
      "paragraphHtml": "<p class=\"framer-text framer-styles-preset-1ezf1w0\" data-styles-preset=\"G_5l8856e\" dir=\"auto\" style=\"--framer-text-color:var(--extracted-r6o4lv, var(--token-04285ea8-7979-4c0d-9108-9b979d0dc201, rgb(41, 41, 41)))\">Enterprise</p>",
      "words": 1,
      "direct": false,
      "issue": "First paragraph is 1 words and does not look like a concise direct answer."
    },
    {
      "heading": "With us, appointment scheduling is easy",
      "headingHtml": "<h2 class=\"framer-text framer-styles-preset-14lqleo\" data-styles-preset=\"zwSjrKK5f\" dir=\"auto\" style=\"--framer-text-alignment:center\">With us, appointment scheduling is easy</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "With us, appointment scheduling is easy",
      "headingHtml": "<h2 class=\"framer-text framer-styles-preset-14lqleo\" data-styles-preset=\"zwSjrKK5f\" dir=\"auto\" style=\"--framer-text-alignment:left\">With us, appointment scheduling is easy</h2>",
      "firstParagraph": "Effortless scheduling for business and individuals, powerful solutions for fast-growing modern companies.",
      "paragraphHtml": "<p class=\"framer-text framer-styles-preset-shfang\" data-styles-preset=\"KoWNMF2TN\" dir=\"auto\" style=\"--framer-text-alignment:center\">Effortless scheduling for business and individuals, powerful solutions for fast-growing modern companies.</p>",
      "words": 12,
      "direct": false,
      "issue": "First paragraph is 12 words and does not look like a concise direct answer."
    },
    {
      "heading": "Connect your calendar",
      "headingHtml": "<h3 class=\"framer-text framer-styles-preset-1c21fzh\" data-styles-preset=\"N1Zon30Yj\" dir=\"auto\">Connect your calendar</h3>",
      "firstParagraph": "We'll handle all the cross-referencing, so you don't have to worry about double bookings.",
      "paragraphHtml": "<p class=\"framer-text framer-styles-preset-shfang\" data-styles-preset=\"KoWNMF2TN\" dir=\"auto\" style=\"--framer-text-alignment:left\">We&apos;ll handle all the cross-referencing, so you don&apos;t have to worry about double bookings.</p>",
      "words": 14,
      "direct": false,
      "issue": "First paragraph is 14 words and does not look like a concise direct answer."
    },
    {
      "heading": "Cal.com",
      "headingHtml": "<h2 class=\"framer-text\" style=\"--font-selector:Qkk7Q2FsIFNhbnMvU2VtaUJvbGQvdjA=;--framer-font-family:&quot;Cal Sans&quot;, sans-serif;--framer-font-weight:600;--framer-line-height:1.1em;--framer-text-alignment:center;--framer-text-color:var(--extracted-1of0zx5, var(--token-fe0d69fb-0445-4f97-b1b4-d5035d890a7a, rgb(20, 20, 20)))\">Cal.com</h2>",
      "firstParagraph": "02",
      "paragraphHtml": "<p dir=\"auto\" style=\"--font-selector:R0Y7Um9ib3RvIE1vbm8tNjAw;--framer-font-family:&quot;Roboto Mono&quot;, monospace;--framer-font-size:14px;--framer-font-weight:600;--framer-letter-spacing:0px;--framer-line-height:1em;--framer-text-color:rgba(20, 20, 20, 0.6)\" class=\"framer-text\">02</p>",
      "words": 1,
      "direct": false,
      "issue": "First paragraph is 1 words and does not look like a concise direct answer."
    },
    {
      "heading": "Set your availability",
      "headingHtml": "<h3 class=\"framer-text framer-styles-preset-1c21fzh\" data-styles-preset=\"N1Zon30Yj\" dir=\"auto\">Set your availability</h3>",
      "firstParagraph": "Want to block off weekends? Set up any buffers? We make that easy.",
      "paragraphHtml": "<p class=\"framer-text framer-styles-preset-shfang\" data-styles-preset=\"KoWNMF2TN\" dir=\"auto\" style=\"--framer-text-alignment:left\">Want to block off weekends? Set up any buffers? We make that easy.</p>",
      "words": 13,
      "direct": false,
      "issue": "First paragraph is 13 words and does not look like a concise direct answer."
    },
    {
      "heading": "Choose how to meet",
      "headingHtml": "<h3 class=\"framer-text framer-styles-preset-1c21fzh\" data-styles-preset=\"N1Zon30Yj\" dir=\"auto\">Choose how to meet</h3>",
      "firstParagraph": "It could be a video chat, phone call, or a walk in the park!",
      "paragraphHtml": "<p class=\"framer-text framer-styles-preset-shfang\" data-styles-preset=\"KoWNMF2TN\" dir=\"auto\" style=\"--framer-text-alignment:left\">It could be a video chat, phone call, or a walk in the park!</p>",
      "words": 14,
      "direct": false,
      "issue": "First paragraph is 14 words and does not look like a concise direct answer."
    },
    {
      "heading": "Your all-purpose scheduling app",
      "headingHtml": "<h2 class=\"framer-text framer-styles-preset-14lqleo\" data-styles-preset=\"zwSjrKK5f\" dir=\"auto\" style=\"--framer-text-alignment:center\">Your all-purpose scheduling app</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Your all-purpose scheduling app",
      "headingHtml": "<h2 class=\"framer-text framer-styles-preset-14lqleo\" data-styles-preset=\"zwSjrKK5f\" dir=\"auto\" style=\"--framer-text-alignment:left\">Your all-purpose scheduling app</h2>",
      "firstParagraph": "Discover a variety of our advanced features. Unlimited and free for individuals.",
      "paragraphHtml": "<p class=\"framer-text framer-styles-preset-shfang\" data-styles-preset=\"KoWNMF2TN\" dir=\"auto\" style=\"--framer-text-alignment:center\">Discover a variety of our advanced features. Unlimited and free for individuals.</p>",
      "words": 12,
      "direct": false,
      "issue": "First paragraph is 12 words and does not look like a concise direct answer."
    },
    {
      "heading": "Avoid meeting overload",
      "headingHtml": "<h3 class=\"framer-text framer-styles-preset-1c21fzh\" data-styles-preset=\"N1Zon30Yj\" dir=\"auto\">Avoid meeting overload</h3>",
      "firstParagraph": "Only get booked when you want to. Set daily, weekly or monthly limits and add buffers around your events to allow you to focus or take a break.",
      "paragraphHtml": "<p class=\"framer-text framer-styles-preset-shfang\" data-styles-preset=\"KoWNMF2TN\" dir=\"auto\" style=\"--framer-text-alignment:left\">Only get booked when you want to. Set daily, weekly or monthly limits and add buffers around your events to allow you to focus or take a break.</p>",
      "words": 28,
      "direct": false,
      "issue": "First paragraph is 28 words and does not look like a concise direct answer."
    },
    {
      "heading": "Stand out with a custom booking link",
      "headingHtml": "<h3 class=\"framer-text framer-styles-preset-1c21fzh\" data-styles-preset=\"N1Zon30Yj\" dir=\"auto\">Stand out with a custom booking link</h3>",
      "firstParagraph": "Customize your booking link so it’s short and easy to remember for your bookers. No more long, complicated links one can easily forget.",
      "paragraphHtml": "<p class=\"framer-text framer-styles-preset-shfang\" data-styles-preset=\"KoWNMF2TN\" dir=\"auto\" style=\"--framer-text-alignment:left\">Customize your booking link so it&#x2019;s short and easy to remember for your bookers. No more long, complicated links one can easily forget.</p>",
      "words": 24,
      "direct": false,
      "issue": "First paragraph is 24 words and does not look like a concise direct answer."
    },
    {
      "heading": "Streamline your bookers’ experience",
      "headingHtml": "<h3 class=\"framer-text framer-styles-preset-1c21fzh\" data-styles-preset=\"N1Zon30Yj\" dir=\"auto\">Streamline your bookers&#x2019; experience</h3>",
      "firstParagraph": "Let your bookers overlay their calendar, receive booking confirmations via text or email, get events added to their calendar, and allow them to reschedule with ease.",
      "paragraphHtml": "<p class=\"framer-text framer-styles-preset-shfang\" data-styles-preset=\"KoWNMF2TN\" dir=\"auto\" style=\"--framer-text-alignment:left\">Let your bookers overlay their calendar, receive booking confirmations via text or email, get events added to their calendar, and allow them to reschedule with ease.</p>",
      "words": 26,
      "direct": false,
      "issue": "First paragraph is 26 words and does not look like a concise direct answer."
    },
    {
      "heading": "Reduce no-shows with automated meeting reminders",
      "headingHtml": "<h3 class=\"framer-text framer-styles-preset-1c21fzh\" data-styles-preset=\"N1Zon30Yj\" dir=\"auto\">Reduce no-shows with automated meeting reminders</h3>",
      "firstParagraph": "Easily send sms or meeting reminder emails about bookings, and send automated follow-ups to gather any relevant information before the meeting.",
      "paragraphHtml": "<p class=\"framer-text framer-styles-preset-shfang\" data-styles-preset=\"KoWNMF2TN\" dir=\"auto\" style=\"--framer-text-alignment:left\">Easily send sms or meeting reminder emails about bookings, and send automated follow-ups to gather any relevant information before the meeting.</p>",
      "words": 21,
      "direct": false,
      "issue": "First paragraph is 21 words and does not look like a concise direct answer."
    },
    {
      "heading": "Meeting is starting now",
      "headingHtml": "<h3 class=\"framer-text\" style=\"--font-selector:Qkk7Q2FsIFNhbnMvU2VtaUJvbGQvdjA=;--framer-font-family:&quot;Cal Sans&quot;, sans-serif;--framer-font-size:12px;--framer-font-weight:600;--framer-line-height:1.5em;--framer-text-alignment:left;--framer-text-color:var(--extracted-a0htzi, var(--token-fe0d69fb-0445-4f97-b1b4-d5035d890a7a, rgb(20, 20, 20)))\">Meeting is starting now</h3>",
      "firstParagraph": "Your meeting is starting now. Hurry up!",
      "paragraphHtml": "<p class=\"framer-text\" style=\"--font-selector:Q1VTVE9NO01hdHRlciBSZWd1bGFy;--framer-font-family:&quot;Matter Regular&quot;, &quot;Matter Regular Placeholder&quot;, sans-serif;--framer-font-size:10px;--framer-line-height:1.4em;--framer-text-alignment:left;--framer-text-color:var(--extracted-r6o4lv, var(--token-73a9b904-5ed0-4590-a8cc-d5ddf2346358, rgb(137, 137, 137)))\">Your meeting is starting now. Hurry up!</p>",
      "words": 7,
      "direct": false,
      "issue": "First paragraph is 7 words and does not look like a concise direct answer."
    },
    {
      "heading": "Meeting canceled",
      "headingHtml": "<h3 class=\"framer-text\" style=\"--font-selector:Qkk7Q2FsIFNhbnMvU2VtaUJvbGQvdjA=;--framer-font-family:&quot;Cal Sans&quot;, sans-serif;--framer-font-size:12px;--framer-font-weight:600;--framer-line-height:1.5em;--framer-text-alignment:left;--framer-text-color:var(--extracted-a0htzi, var(--token-fe0d69fb-0445-4f97-b1b4-d5035d890a7a, rgb(20, 20, 20)))\">Meeting canceled</h3>",
      "firstParagraph": "James Carwell has just canceled the meeting.",
      "paragraphHtml": "<p class=\"framer-text\" style=\"--font-selector:Q1VTVE9NO01hdHRlciBSZWd1bGFy;--framer-font-family:&quot;Matter Regular&quot;, &quot;Matter Regular Placeholder&quot;, sans-serif;--framer-font-size:10px;--framer-line-height:1.4em;--framer-text-alignment:left;--framer-text-color:var(--extracted-r6o4lv, var(--token-73a9b904-5ed0-4590-a8cc-d5ddf2346358, rgb(137, 137, 137)))\">James Carwell has just canceled the meeting.</p>",
      "words": 7,
      "direct": false,
      "issue": "First paragraph is 7 words and does not look like a concise direct answer."
    },
    {
      "heading": "Meeting starts in 15 mins",
      "headingHtml": "<h3 class=\"framer-text\" style=\"--font-selector:Qkk7Q2FsIFNhbnMvU2VtaUJvbGQvdjA=;--framer-font-family:&quot;Cal Sans&quot;, sans-serif;--framer-font-size:12px;--framer-font-weight:600;--framer-line-height:1.5em;--framer-text-alignment:left;--framer-text-color:var(--extracted-a0htzi, var(--token-fe0d69fb-0445-4f97-b1b4-d5035d890a7a, rgb(20, 20, 20)))\">Meeting starts in 15 mins</h3>",
      "firstParagraph": "Your next meeting is starting in 15 mins",
      "paragraphHtml": "<p class=\"framer-text\" style=\"--font-selector:Q1VTVE9NO01hdHRlciBSZWd1bGFy;--framer-font-family:&quot;Matter Regular&quot;, &quot;Matter Regular Placeholder&quot;, sans-serif;--framer-font-size:10px;--framer-line-height:1.4em;--framer-text-alignment:left;--framer-text-color:var(--extracted-r6o4lv, var(--token-73a9b904-5ed0-4590-a8cc-d5ddf2346358, rgb(137, 137, 137)))\">Your next meeting is starting in 15 mins</p>",
      "words": 8,
      "direct": false,
      "issue": "First paragraph is 8 words and does not look like a concise direct answer."
    },
    {
      "heading": "Booking rescheduled",
      "headingHtml": "<h3 class=\"framer-text\" style=\"--font-selector:Qkk7Q2FsIFNhbnMvU2VtaUJvbGQvdjA=;--framer-font-family:&quot;Cal Sans&quot;, sans-serif;--framer-font-size:12px;--framer-font-weight:600;--framer-line-height:1.5em;--framer-text-alignment:left;--framer-text-color:var(--extracted-a0htzi, var(--token-fe0d69fb-0445-4f97-b1b4-d5035d890a7a, rgb(20, 20, 20)))\">Booking rescheduled</h3>",
      "firstParagraph": "Melissa Smith has rescheduled the meeting to Wed, 25 Mar 15:00.",
      "paragraphHtml": "<p class=\"framer-text\" style=\"--font-selector:Q1VTVE9NO01hdHRlciBSZWd1bGFy;--framer-font-family:&quot;Matter Regular&quot;, &quot;Matter Regular Placeholder&quot;, sans-serif;--framer-font-size:10px;--framer-line-height:1.4em;--framer-text-alignment:left;--framer-text-color:var(--extracted-r6o4lv, var(--token-73a9b904-5ed0-4590-a8cc-d5ddf2346358, rgb(137, 137, 137)))\">Melissa Smith has rescheduled the meeting to Wed, 25 Mar 15:00.</p>",
      "words": 12,
      "direct": false,
      "issue": "First paragraph is 12 words and does not look like a concise direct answer."
    },
    {
      "heading": "New booking confirmed",
      "headingHtml": "<h3 class=\"framer-text\" style=\"--font-selector:Qkk7Q2FsIFNhbnMvU2VtaUJvbGQvdjA=;--framer-font-family:&quot;Cal Sans&quot;, sans-serif;--framer-font-size:12px;--framer-font-weight:600;--framer-line-height:1.5em;--framer-text-alignment:left;--framer-text-color:var(--extracted-a0htzi, var(--token-fe0d69fb-0445-4f97-b1b4-d5035d890a7a, rgb(20, 20, 20)))\">New booking confirmed</h3>",
      "firstParagraph": "James Oliver booked a 30min discovery call with you.",
      "paragraphHtml": "<p class=\"framer-text\" style=\"--font-selector:Q1VTVE9NO01hdHRlciBSZWd1bGFy;--framer-font-family:&quot;Matter Regular&quot;, &quot;Matter Regular Placeholder&quot;, sans-serif;--framer-font-size:10px;--framer-line-height:1.4em;--framer-text-alignment:left;--framer-text-color:var(--extracted-r6o4lv, var(--token-73a9b904-5ed0-4590-a8cc-d5ddf2346358, rgb(137, 137, 137)))\">James Oliver booked a 30min discovery call with you.</p>",
      "words": 9,
      "direct": false,
      "issue": "First paragraph is 9 words and does not look like a concise direct answer."
    },
    {
      "heading": "…and so much more!",
      "headingHtml": "<h2 class=\"framer-text framer-styles-preset-14lqleo\" data-styles-preset=\"zwSjrKK5f\" dir=\"auto\" style=\"--framer-text-alignment:center\">&#x2026;and so much more!</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "…and so much more!",
      "headingHtml": "<h2 class=\"framer-text framer-styles-preset-14lqleo\" data-styles-preset=\"zwSjrKK5f\" dir=\"auto\" style=\"--framer-text-alignment:left\">&#x2026;and so much more!</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Accept payments",
      "headingHtml": "<h3 class=\"framer-text\" style=\"--font-selector:Q1VTVE9NO01hdHRlciBTZW1pQm9sZA==;--framer-font-family:&quot;Matter SemiBold&quot;, &quot;Matter SemiBold Placeholder&quot;, sans-serif;--framer-font-size:14px;--framer-line-height:1.3em;--framer-text-alignment:center;--framer-text-color:var(--extracted-a0htzi, var(--token-fe0d69fb-0445-4f97-b1b4-d5035d890a7a, rgb(20, 20, 20)))\">Accept payments</h3>",
      "firstParagraph": "Accept payments",
      "paragraphHtml": "<p class=\"framer-text framer-styles-preset-16d3d8n\" data-styles-preset=\"gVG3buNsm\" dir=\"auto\" style=\"--framer-text-alignment:center;--framer-text-color:var(--extracted-r6o4lv, var(--token-04285ea8-7979-4c0d-9108-9b979d0dc201, rgb(41, 41, 41)))\">Accept payments</p>",
      "words": 2,
      "direct": false,
      "issue": "First paragraph is 2 words and does not look like a concise direct answer."
    },
    {
      "heading": "Built-in video conferencing",
      "headingHtml": "<h3 class=\"framer-text\" style=\"--font-selector:Q1VTVE9NO01hdHRlciBTZW1pQm9sZA==;--framer-font-family:&quot;Matter SemiBold&quot;, &quot;Matter SemiBold Placeholder&quot;, sans-serif;--framer-font-size:14px;--framer-line-height:1.3em;--framer-text-alignment:center;--framer-text-color:var(--extracted-a0htzi, var(--token-fe0d69fb-0445-4f97-b1b4-d5035d890a7a, rgb(20, 20, 20)))\">Built-in video conferencing</h3>",
      "firstParagraph": "Built-in video conferencing",
      "paragraphHtml": "<p class=\"framer-text framer-styles-preset-16d3d8n\" data-styles-preset=\"gVG3buNsm\" dir=\"auto\" style=\"--framer-text-alignment:center;--framer-text-color:var(--extracted-r6o4lv, var(--token-04285ea8-7979-4c0d-9108-9b979d0dc201, rgb(41, 41, 41)))\">Built-in video conferencing</p>",
      "words": 3,
      "direct": false,
      "issue": "First paragraph is 3 words and does not look like a concise direct answer."
    },
    {
      "heading": "Short booking links",
      "headingHtml": "<h3 class=\"framer-text\" style=\"--font-selector:Q1VTVE9NO01hdHRlciBTZW1pQm9sZA==;--framer-font-family:&quot;Matter SemiBold&quot;, &quot;Matter SemiBold Placeholder&quot;, sans-serif;--framer-font-size:14px;--framer-line-height:1.3em;--framer-text-alignment:center;--framer-text-color:var(--extracted-a0htzi, var(--token-fe0d69fb-0445-4f97-b1b4-d5035d890a7a, rgb(20, 20, 20)))\">Short booking links</h3>",
      "firstParagraph": "Short booking links",
      "paragraphHtml": "<p class=\"framer-text framer-styles-preset-16d3d8n\" data-styles-preset=\"gVG3buNsm\" dir=\"auto\" style=\"--framer-text-alignment:center;--framer-text-color:var(--extracted-r6o4lv, var(--token-04285ea8-7979-4c0d-9108-9b979d0dc201, rgb(41, 41, 41)))\">Short booking links</p>",
      "words": 3,
      "direct": false,
      "issue": "First paragraph is 3 words and does not look like a concise direct answer."
    },
    {
      "heading": "Privacy first",
      "headingHtml": "<h3 class=\"framer-text\" style=\"--font-selector:Q1VTVE9NO01hdHRlciBTZW1pQm9sZA==;--framer-font-family:&quot;Matter SemiBold&quot;, &quot;Matter SemiBold Placeholder&quot;, sans-serif;--framer-font-size:14px;--framer-line-height:1.3em;--framer-text-alignment:center;--framer-text-color:var(--extracted-a0htzi, var(--token-fe0d69fb-0445-4f97-b1b4-d5035d890a7a, rgb(20, 20, 20)))\">Privacy first</h3>",
      "firstParagraph": "Privacy first",
      "paragraphHtml": "<p class=\"framer-text framer-styles-preset-16d3d8n\" data-styles-preset=\"gVG3buNsm\" dir=\"auto\" style=\"--framer-text-alignment:center;--framer-text-color:var(--extracted-r6o4lv, var(--token-04285ea8-7979-4c0d-9108-9b979d0dc201, rgb(41, 41, 41)))\">Privacy first</p>",
      "words": 2,
      "direct": false,
      "issue": "First paragraph is 2 words and does not look like a concise direct answer."
    },
    {
      "heading": "65+ languages",
      "headingHtml": "<h3 class=\"framer-text\" style=\"--font-selector:Q1VTVE9NO01hdHRlciBTZW1pQm9sZA==;--framer-font-family:&quot;Matter SemiBold&quot;, &quot;Matter SemiBold Placeholder&quot;, sans-serif;--framer-font-size:14px;--framer-line-height:1.3em;--framer-text-alignment:center;--framer-text-color:var(--extracted-a0htzi, var(--token-fe0d69fb-0445-4f97-b1b4-d5035d890a7a, rgb(20, 20, 20)))\">65+ languages</h3>",
      "firstParagraph": "65+ languages",
      "paragraphHtml": "<p class=\"framer-text framer-styles-preset-16d3d8n\" data-styles-preset=\"gVG3buNsm\" dir=\"auto\" style=\"--framer-text-alignment:center;--framer-text-color:var(--extracted-r6o4lv, var(--token-04285ea8-7979-4c0d-9108-9b979d0dc201, rgb(41, 41, 41)))\">65+ languages</p>",
      "words": 2,
      "direct": false,
      "issue": "First paragraph is 2 words and does not look like a concise direct answer."
    },
    {
      "heading": "Easy embeds",
      "headingHtml": "<h3 class=\"framer-text\" style=\"--font-selector:Q1VTVE9NO01hdHRlciBTZW1pQm9sZA==;--framer-font-family:&quot;Matter SemiBold&quot;, &quot;Matter SemiBold Placeholder&quot;, sans-serif;--framer-font-size:14px;--framer-line-height:1.3em;--framer-text-alignment:center;--framer-text-color:var(--extracted-a0htzi, var(--token-fe0d69fb-0445-4f97-b1b4-d5035d890a7a, rgb(20, 20, 20)))\">Easy embeds</h3>",
      "firstParagraph": "Easy embeds",
      "paragraphHtml": "<p class=\"framer-text framer-styles-preset-16d3d8n\" data-styles-preset=\"gVG3buNsm\" dir=\"auto\" style=\"--framer-text-alignment:center;--framer-text-color:var(--extracted-r6o4lv, var(--token-04285ea8-7979-4c0d-9108-9b979d0dc201, rgb(41, 41, 41)))\">Easy embeds</p>",
      "words": 2,
      "direct": false,
      "issue": "First paragraph is 2 words and does not look like a concise direct answer."
    },
    {
      "heading": "All your favorite apps",
      "headingHtml": "<h3 class=\"framer-text\" style=\"--font-selector:Q1VTVE9NO01hdHRlciBTZW1pQm9sZA==;--framer-font-family:&quot;Matter SemiBold&quot;, &quot;Matter SemiBold Placeholder&quot;, sans-serif;--framer-font-size:14px;--framer-line-height:1.3em;--framer-text-alignment:center;--framer-text-color:var(--extracted-a0htzi, var(--token-fe0d69fb-0445-4f97-b1b4-d5035d890a7a, rgb(20, 20, 20)))\">All your favorite apps</h3>",
      "firstParagraph": "All your favorite apps",
      "paragraphHtml": "<p class=\"framer-text framer-styles-preset-16d3d8n\" data-styles-preset=\"gVG3buNsm\" dir=\"auto\" style=\"--framer-text-alignment:center;--framer-text-color:var(--extracted-r6o4lv, var(--token-04285ea8-7979-4c0d-9108-9b979d0dc201, rgb(41, 41, 41)))\">All your favorite apps</p>",
      "words": 4,
      "direct": false,
      "issue": "First paragraph is 4 words and does not look like a concise direct answer."
    },
    {
      "heading": "Simple customization",
      "headingHtml": "<h3 class=\"framer-text\" style=\"--font-selector:Q1VTVE9NO01hdHRlciBTZW1pQm9sZA==;--framer-font-family:&quot;Matter SemiBold&quot;, &quot;Matter SemiBold Placeholder&quot;, sans-serif;--framer-font-size:14px;--framer-line-height:1.3em;--framer-text-alignment:center;--framer-text-color:var(--extracted-a0htzi, var(--token-fe0d69fb-0445-4f97-b1b4-d5035d890a7a, rgb(20, 20, 20)))\">Simple customization</h3>",
      "firstParagraph": "Simple customization",
      "paragraphHtml": "<p class=\"framer-text framer-styles-preset-16d3d8n\" data-styles-preset=\"gVG3buNsm\" dir=\"auto\" style=\"--framer-text-alignment:center;--framer-text-color:var(--extracted-r6o4lv, var(--token-04285ea8-7979-4c0d-9108-9b979d0dc201, rgb(41, 41, 41)))\">Simple customization</p>",
      "words": 2,
      "direct": false,
      "issue": "First paragraph is 2 words and does not look like a concise direct answer."
    },
    {
      "heading": "Don’t just take our word for it",
      "headingHtml": "<h2 class=\"framer-text framer-styles-preset-14lqleo\" data-styles-preset=\"zwSjrKK5f\">Don&#x2019;t just take our word for it</h2>",
      "firstParagraph": "Our users are our best ambassadors. Discover why we're the top choice for scheduling meetings.",
      "paragraphHtml": "<p class=\"framer-text framer-styles-preset-shfang\" data-styles-preset=\"KoWNMF2TN\" style=\"--framer-text-alignment:center\">Our users are our best ambassadors. Discover why we&apos;re the top choice for scheduling meetings.</p>",
      "words": 15,
      "direct": false,
      "issue": "First paragraph is 15 words and does not look like a concise direct answer."
    },
    {
      "heading": "Don’t just take our word for it",
      "headingHtml": "<h2 class=\"framer-text framer-styles-preset-14lqleo\" data-styles-preset=\"zwSjrKK5f\">Don&#x2019;t just take our word for it</h2>",
      "firstParagraph": "Our users are our best ambassadors. Discover why we're the top choice for scheduling meetings.",
      "paragraphHtml": "<p class=\"framer-text framer-styles-preset-shfang\" data-styles-preset=\"KoWNMF2TN\" style=\"--framer-text-alignment:center\">Our users are our best ambassadors. Discover why we&apos;re the top choice for scheduling meetings.</p>",
      "words": 15,
      "direct": false,
      "issue": "First paragraph is 15 words and does not look like a concise direct answer."
    },
    {
      "heading": "Don’t just take our word for it",
      "headingHtml": "<h2 class=\"framer-text framer-styles-preset-14lqleo\" data-styles-preset=\"zwSjrKK5f\" style=\"--framer-text-alignment:left\">Don&#x2019;t just take our word for it</h2>",
      "firstParagraph": "Our users are our best ambassadors. Discover why we're the top choice for scheduling meetings.",
      "paragraphHtml": "<p class=\"framer-text framer-styles-preset-shfang\" data-styles-preset=\"KoWNMF2TN\" style=\"--framer-text-alignment:left\">Our users are our best ambassadors. Discover why we&apos;re the top choice for scheduling meetings.</p>",
      "words": 15,
      "direct": false,
      "issue": "First paragraph is 15 words and does not look like a concise direct answer."
    },
    {
      "heading": "All your key tools in-sync with your meetings",
      "headingHtml": "<h2 class=\"framer-text framer-styles-preset-14lqleo\" data-styles-preset=\"zwSjrKK5f\" style=\"--framer-text-alignment:left\">All your key tools in-sync with your meetings</h2>",
      "firstParagraph": "Cal.com works with all apps already in your flow ensuring everything works perfectly together.",
      "paragraphHtml": "<p class=\"framer-text framer-styles-preset-shfang\" data-styles-preset=\"KoWNMF2TN\" style=\"--framer-text-alignment:left\">Cal.com works with all apps already in your flow ensuring everything works perfectly together.</p>",
      "words": 15,
      "direct": false,
      "issue": "First paragraph is 15 words and does not look like a concise direct answer."
    },
    {
      "heading": "All your key tools in-sync with your meetings",
      "headingHtml": "<h2 class=\"framer-text framer-styles-preset-14lqleo\" data-styles-preset=\"zwSjrKK5f\" style=\"--framer-text-alignment:left\">All your key tools in-sync with your meetings</h2>",
      "firstParagraph": "Cal.com works with all apps already in your flow ensuring everything works perfectly together.",
      "paragraphHtml": "<p class=\"framer-text framer-styles-preset-shfang\" data-styles-preset=\"KoWNMF2TN\" style=\"--framer-text-alignment:left\">Cal.com works with all apps already in your flow ensuring everything works perfectly together.</p>",
      "words": 15,
      "direct": false,
      "issue": "First paragraph is 15 words and does not look like a concise direct answer."
    },
    {
      "heading": "All your key tools in-sync with your meetings",
      "headingHtml": "<h2 class=\"framer-text framer-styles-preset-14lqleo\" data-styles-preset=\"zwSjrKK5f\" style=\"--framer-text-alignment:left\">All your key tools in-sync with your meetings</h2>",
      "firstParagraph": "Cal.com works with all apps already in your flow ensuring everything works perfectly together.",
      "paragraphHtml": "<p class=\"framer-text framer-styles-preset-shfang\" data-styles-preset=\"KoWNMF2TN\" style=\"--framer-text-alignment:left\">Cal.com works with all apps already in your flow ensuring everything works perfectly together.</p>",
      "words": 15,
      "direct": false,
      "issue": "First paragraph is 15 words and does not look like a concise direct answer."
    },
    {
      "heading": "See why our users love Cal.com",
      "headingHtml": "<h2 class=\"framer-text framer-styles-preset-14lqleo\" data-styles-preset=\"zwSjrKK5f\" dir=\"auto\" style=\"--framer-text-alignment:center\">See why our users love Cal.com</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "See why our users love Cal.com",
      "headingHtml": "<h2 class=\"framer-text framer-styles-preset-14lqleo\" data-styles-preset=\"zwSjrKK5f\" dir=\"auto\" style=\"--framer-text-alignment:left\">See why our users love Cal.com</h2>",
      "firstParagraph": "Read the impact we've had from those who matter most - our customers.",
      "paragraphHtml": "<p class=\"framer-text framer-styles-preset-shfang\" data-styles-preset=\"KoWNMF2TN\" dir=\"auto\" style=\"--framer-text-alignment:center\"> Read the impact we&apos;ve had from those who matter most - our customers.</p>",
      "words": 12,
      "direct": false,
      "issue": "First paragraph is 12 words and does not look like a concise direct answer."
    },
    {
      "heading": "Frequently asked questions",
      "headingHtml": "<h2 class=\"framer-text framer-styles-preset-14lqleo\" data-styles-preset=\"zwSjrKK5f\" dir=\"auto\" style=\"--framer-text-alignment:center\">Frequently asked questions</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Frequently asked questions",
      "headingHtml": "<h2 class=\"framer-text framer-styles-preset-14lqleo\" data-styles-preset=\"zwSjrKK5f\" dir=\"auto\" style=\"--framer-text-alignment:left\">Frequently asked questions</h2>",
      "firstParagraph": "These are some of our most frequently asked questions.",
      "paragraphHtml": "<p class=\"framer-text framer-styles-preset-shfang\" data-styles-preset=\"KoWNMF2TN\" dir=\"auto\" style=\"--framer-text-alignment:center\">These are some of our most frequently asked questions.</p>",
      "words": 9,
      "direct": false,
      "issue": "First paragraph is 9 words and does not look like a concise direct answer."
    },
    {
      "heading": "Smarter, simpler scheduling",
      "headingHtml": "<h2 class=\"framer-text framer-styles-preset-14lqleo\" data-styles-preset=\"zwSjrKK5f\" style=\"--framer-text-alignment:center\">Smarter, simpler scheduling</h2>",
      "firstParagraph": "Get started",
      "paragraphHtml": "<p dir=\"auto\" class=\"framer-text\" style=\"--font-selector:Q1VTVE9NVjI7Q2FsIFNhbnMgVUkgVmFyaWFibGUgTGlnaHRWRj1JbmRuYUhRaUlEUXdNQ3dnSWtkRlQwMGlJREE9;--framer-font-family:&quot;Cal Sans UI Variable Light&quot;, &quot;Cal Sans UI Variable Light Placeholder&quot;, sans-serif;--framer-font-size:14px;--framer-font-variation-axes:var(--extracted-2gg91v, &quot;wght&quot; 400, &quot;GEOM&quot; 0);--framer-font-weight:300;--framer-letter-spacing:-0.2px;--framer-line-height:20px;--framer-text-color:var(--...",
      "words": 2,
      "direct": false,
      "issue": "First paragraph is 2 words and does not look like a concise direct answer."
    },
    {
      "heading": "Smarter, simpler scheduling",
      "headingHtml": "<h2 class=\"framer-text framer-styles-preset-14lqleo\" data-styles-preset=\"zwSjrKK5f\" style=\"--framer-text-alignment:center\">Smarter, simpler scheduling</h2>",
      "firstParagraph": "Get started",
      "paragraphHtml": "<p dir=\"auto\" class=\"framer-text\" style=\"--font-selector:Q1VTVE9NVjI7Q2FsIFNhbnMgVUkgVmFyaWFibGUgTGlnaHRWRj1JbmRuYUhRaUlEUXdNQ3dnSWtkRlQwMGlJREE9;--framer-font-family:&quot;Cal Sans UI Variable Light&quot;, &quot;Cal Sans UI Variable Light Placeholder&quot;, sans-serif;--framer-font-size:14px;--framer-font-variation-axes:var(--extracted-2gg91v, &quot;wght&quot; 400, &quot;GEOM&quot; 0);--framer-font-weight:300;--framer-letter-spacing:-0.2px;--framer-line-height:20px;--framer-text-color:var(--...",
      "words": 2,
      "direct": false,
      "issue": "First paragraph is 2 words and does not look like a concise direct answer."
    },
    {
      "heading": "Smarter, simpler scheduling",
      "headingHtml": "<h2 class=\"framer-text framer-styles-preset-14lqleo\" data-styles-preset=\"zwSjrKK5f\" style=\"--framer-text-alignment:center\">Smarter, simpler scheduling</h2>",
      "firstParagraph": "Get started",
      "paragraphHtml": "<p dir=\"auto\" class=\"framer-text\" style=\"--font-selector:Q1VTVE9NVjI7Q2FsIFNhbnMgVUkgVmFyaWFibGUgTGlnaHRWRj1JbmRuYUhRaUlEUXdNQ3dnSWtkRlQwMGlJREE9;--framer-font-family:&quot;Cal Sans UI Variable Light&quot;, &quot;Cal Sans UI Variable Light Placeholder&quot;, sans-serif;--framer-font-size:14px;--framer-font-variation-axes:var(--extracted-2gg91v, &quot;wght&quot; 400, &quot;GEOM&quot; 0);--framer-font-weight:300;--framer-letter-spacing:-0.2px;--framer-line-height:20px;--framer-text-color:var(--...",
      "words": 2,
      "direct": false,
      "issue": "First paragraph is 2 words and does not look like a concise direct answer."
    }
  ],
  "score": 65,
  "weight": 28
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

AEO: Question-led structure

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

3 Warning

Needs attention

AEO: Question-led structure

Warning
01

Issue

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

02

Why it matters

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

Check name

AEO: Question-led structure

Score

50/100

Status

warning

Category

GEO, AIO & AEO

Maturity

Emerging recommendation

Goal

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

Result

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

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

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

GEO: Entity clarity

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

3 Warning

Needs attention

GEO: Entity clarity

Warning
01

Issue

Title/H1 terms missing from description: cal, com, online, bookings, better, way, schedule, meetings.

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

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

Evidence
{
  "title": "Cal.com | Scheduling Software for Online Bookings",
  "h1": "The better way to schedule your meetings",
  "description": "A fully customizable scheduling software for individuals, businesses taking calls and developers building scheduling platforms where users meet users.",
  "topicOverlap": 0.2,
  "topicTerms": [
    "cal",
    "com",
    "scheduling",
    "software",
    "online",
    "bookings",
    "better",
    "way",
    "schedule",
    "meetings"
  ],
  "descriptionTerms": [
    "fully",
    "customizable",
    "scheduling",
    "software",
    "individuals",
    "businesses",
    "taking",
    "calls",
    "developers",
    "building",
    "platforms",
    "where",
    "users",
    "meet"
  ],
  "missingFromDescription": [
    "cal",
    "com",
    "online",
    "bookings",
    "better",
    "way",
    "schedule",
    "meetings"
  ],
  "score": 76,
  "weight": 28
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

GEO: AI crawler accessibility

GEO: AI crawler accessibility scored 80/100 and needs improvement.

2 Warning

Needs attention

GEO: AI crawler accessibility

Warning
01

Issue

No rendered JSON-LD schema block was detected. HTML is large (2361777 bytes).

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: AI crawler accessibility

Score

80/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: AI crawler accessibility scored 80/100 and needs improvement.

Evidence
{
  "textWords": 3965,
  "htmlBytes": 2361777,
  "robots": {
    "checkedCrawlers": [
      "gptbot",
      "chatgpt-user",
      "claudebot",
      "perplexitybot",
      "google-extended"
    ],
    "blocked": [],
    "allows": true
  },
  "schemaBlocks": 0,
  "finalUrl": "https://cal.com/",
  "robotsExcerpt": "User-agent: *\nDisallow: /sandbox\nDisallow: /api\nDisallow: /settings\nDisallow: /settings/my-account\n\n# Specifically allow access to OG Image api, otherwise eg Twitter won't render these images.\nAllow: /api/social/og/image\n# Specifically allow access to api/app-store to allow search engines to fetch assets\nAllow: /api/app-store/\n",
  "score": 80,
  "weight": 26
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

AIO: Page experience for AIO

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

2 Warning

Needs attention

AIO: Page experience for AIO

Warning
01

Issue

HTML size is large (2361777 bytes). 7 image(s) are missing width/height attributes.

Details

02

Why it matters

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

Check name

AIO: Page experience for AIO

Score

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: Page experience for AIO scored 60/100 and needs improvement.

Evidence
{
  "viewportContent": "width=device-width",
  "visibleWords": 3965,
  "htmlBytes": 2361777,
  "imagesMissingDimensions": [
    {
      "src": "data:image/svg+xml,<svg display=\"block\" role=\"presentation\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M 16.071 12.955 L 16.071 9.651 C 16.071 8.941 15.496 8.365 14.786 8.365 L 9.643 8.365 L 9.643 5.061 C 10.897 4.737 11.714 3.532 11.551 2.247 C 11.388 0.963 10.295 0 9 0 C 7.705 0 6.612 0.963 6.449 2.247 C 6.286 3.532 7.103 4.737 8.357 5.061 L 8.357 8.365 L 3.214 8.365 C 2.504 8.365 1.929 8.941 1.929 9.651 L 1.929 12.955 C 0.675 13.279 -0.142 14.484 0.021 15.769 C 0.184 17.053 1.277 18.016 2.572 18.016 C 3.866 18.016 4.959 17.053 5.122 15.769 C 5.286 14.484 4.468 13.279 3.214 12.955 L 3.214 9.651 L 14.786 9.651 L 14.786 12.955 C 13.532 13.279 12.714 14.484 12.878 15.769 C 13.041 17.053 14.134 18.016 15.428 18.016 C 16.723 18.016 17.816 17.053 17.979 15.769 C 18.142 14.484 17.325 13.279 16.071 12.955 M 3.857 15.437 C 3.857 16.147 3.282 16.722 2.572 16.722 C 1.861 16.722 1.286 16.147 1.286 15.437 C 1.286 14.727 1.861 14.151 2.572 14.151 C 3.282 14.151 3.857 14.727 3.857 15.437 M 7.714 2.58 C 7.714 1.87 8.29 1.294 9 1.294 C 9.71 1.294 10.286 1.87 10.286 2.58 C 10.286 3.29 9.71 3.865 9 3.865 C 8.29 3.865 7.714 3.29 7.714 2.58 M 15.428 16.722 C 14.718 16.722 14.143 16.147 14.143 15.437 C 14.143 14.727 14.718 14.151 15.428 14.151 C 16.139 14.151 16.714 14.727 16.714 15.437 C 16.714 16.147 16.139 16.722 15.428 16.722\" fill=\"rgb(0, 0, 0)\" height=\"18.016311920580208px\" id=\"GKXyVanMq\" stroke-dasharray=\"0\" stroke-linecap=\"butt\" stroke-linejoin=\"miter\" stroke-miterlimit=\"10\" stroke-width=\"0.5\" stroke=\"rgb(0, 0, 0)\" transform=\"translate(3 3)\" width=\"18px\"/></svg>",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img alt class=\"framer-LwAiI framer-1gcjq93\" src=\"data:image/svg+xml,&lt;svg display=&quot;block&quot; role=&quot;presentation&quot; viewBox=&quot;0 0 24 24&quot; xmlns=&quot;http://www.w3.org/2000/svg&quot;&gt;&lt;path d=&quot;M 16.071 12.955 L 16.071 9.651 C 16.071 8.941 15.496 8.365 14.786 8.365 L 9.643 8.365 L 9.643 5.061 C 10.897 4.737 11.714 3.532 11.551 2.247 C 11.388 0.963 10.295 0 9 0 C 7.705 0 6.612 0.963 6.449 2.247 C 6.286 3.532 7.103 4.737 8.357 5.061 L 8.357 8.365 L 3.214 8.365..."
    },
    {
      "src": "data:image/svg+xml,<svg display=\"block\" role=\"presentation\" viewBox=\"0 0 16 16\" xmlns=\"http://www.w3.org/2000/svg\"><defs ><linearGradient id=\"t2lXByE48-2031533640-linear-gradient\" x1=\"0.49751243781094523\" x2=\"0.5024875621890548\" y1=\"0\" y2=\"1\"><stop offset=\"0\" stop-color=\"rgb(255, 255, 255)\"/><stop offset=\"1\" stop-color=\"rgb(227, 224, 244)\"/></linearGradient><linearGradient id=\"CBS1bzkxF-2031533640-linear-gradient\" x1=\"0.49751243781094523\" x2=\"0.5024875621890548\" y1=\"0\" y2=\"1\"><stop offset=\"0\" stop-color=\"rgb(255, 255, 255)\"/><stop offset=\"1\" stop-color=\"rgb(227, 224, 244)\"/></linearGradient><linearGradient id=\"Jd7AK81w9-2031533640-linear-gradient\" x1=\"0.49751243781094523\" x2=\"0.5024875621890548\" y1=\"0\" y2=\"1\"><stop offset=\"0\" stop-color=\"rgb(255, 255, 255)\"/><stop offset=\"1\" stop-color=\"rgb(227, 224, 244)\"/></linearGradient></defs><g d=\"M 0 16 L 0 0 L 16 0 L 16 16 Z M 9.167 5.167 C 9.167 4.891 8.943 4.667 8.667 4.667 C 8.391 4.667 8.167 4.891 8.167 5.167 C 8.167 6.784 7.809 7.834 7.155 8.488 C 6.501 9.143 5.451 9.5 3.833 9.5 C 3.557 9.5 3.333 9.724 3.333 10 C 3.333 10.276 3.557 10.5 3.833 10.5 C 5.451 10.5 6.501 10.857 7.155 11.512 C 7.809 12.166 8.167 13.216 8.167 14.833 C 8.167 15.109 8.391 15.333 8.667 15.333 C 8.943 15.333 9.167 15.109 9.167 14.833 C 9.167 13.216 9.524 12.166 10.178 11.512 C 10.832 10.857 11.883 10.5 13.5 10.5 C 13.776 10.5 14 10.276 14 10 C 14 9.724 13.776 9.5 13.5 9.5 C 11.883 9.5 10.832 9.143 10.178 8.488 C 9.524 7.834 9.167 6.784 9.167 5.167 Z M 4 3.667 C 4 3.483 3.851 3.333 3.667 3.333 C 3.483 3.333 3.333 3.483 3.333 3.667 C 3.333 4.32 3.189 4.715 2.952 4.952 C 2.715 5.189 2.32 5.333 1.667 5.333 C 1.483 5.333 1.333 5.483 1.333 5.667 C 1.333 5.851 1.483 6 1.667 6 C 2.32 6 2.715 6.145 2.952 6.382 C 3.189 6.618 3.333 7.013 3.333 7.667 C 3.333 7.851 3.483 8 3.667 8 C 3.851 8 4 7.851 4 7.667 C 4 7.013 4.145 6.618 4.382 6.382 C 4.618 6.145 5.013 6 5.667 6 C 5.851 6 6 5.851 6 5.667 C 6 5.483 5.851 5.333 5.667 5.333 C 5.013 5.333 4.618 5.189 4.382 4.952 C 4.145 4.715 4 4.32 4 3.667 Z M 7.333 1 C 7.333 0.816 7.184 0.667 7 0.667 C 6.816 0.667 6.667 0.816 6.667 1 C 6.667 1.422 6.573 1.65 6.445 1.778 C 6.317 1.906 6.089 2 5.667 2 C 5.483 2 5.333 2.149 5.333 2.333 C 5.333 2.517 5.483 2.667 5.667 2.667 C 6.089 2.667 6.317 2.761 6.445 2.889 C 6.573 3.016 6.667 3.244 6.667 3.667 C 6.667 3.851 6.816 4 7 4 C 7.184 4 7.333 3.851 7.333 3.667 C 7.333 3.244 7.427 3.016 7.555 2.889 C 7.683 2.761 7.911 2.667 8.333 2.667 C 8.517 2.667 8.667 2.517 8.667 2.333 C 8.667 2.149 8.517 2 8.333 2 C 7.911 2 7.683 1.906 7.555 1.778 C 7.427 1.65 7.333 1.422 7.333 1 Z\" fill=\"transparent\" height=\"16px\" id=\"aoZYv33vR\" width=\"16px\"><path d=\"M 0 16 L 0 0 L 16 0 L 16 16 Z\" fill=\"transparent\" height=\"16px\" id=\"Z2uGmhW9f\" width=\"16px\"/><g d=\"M 7.833 4.5 C 7.833 4.224 7.609 4 7.333 4 C 7.057 4 6.833 4.224 6.833 4.5 C 6.833 6.117 6.476 7.168 5.822 7.822 C 5.168 8.476 4.117 8.833 2.5 8.833 C 2.224 8.833 2 9.057 2 9.333 C 2 9.61 2.224 9.833 2.5 9.833 C 4.117 9.833 5.168 10.191 5.822 10.845 C 6.476 11.499 6.833 12.549 6.833 14.167 C 6.833 14.443 7.057 14.667 7.333 14.667 C 7.609 14.667 7.833 14.443 7.833 14.167 C 7.833 12.549 8.191 11.499 8.845 10.845 C 9.499 10.191 10.549 9.833 12.167 9.833 C 12.443 9.833 12.667 9.61 12.667 9.333 C 12.667 9.057 12.443 8.833 12.167 8.833 C 10.549 8.833 9.499 8.476 8.845 7.822 C 8.191 7.168 7.833 6.117 7.833 4.5 Z M 2.667 3 C 2.667 2.816 2.517 2.667 2.333 2.667 C 2.149 2.667 2 2.816 2 3 C 2 3.654 1.855 4.048 1.618 4.285 C 1.382 4.522 0.987 4.667 0.333 4.667 C 0.149 4.667 0 4.816 0 5 C 0 5.184 0.149 5.333 0.333 5.333 C 0.987 5.333 1.382 5.478 1.618 5.715 C 1.855 5.952 2 6.346 2 7 C 2 7.184 2.149 7.333 2.333 7.333 C 2.517 7.333 2.667 7.184 2.667 7 C 2.667 6.346 2.811 5.952 3.048 5.715 C 3.285 5.478 3.68 5.333 4.333 5.333 C 4.517 5.333 4.667 5.184 4.667 5 C 4.667 4.816 4.517 4.667 4.333 4.667 C 3.68 4.667 3.285 4.522 3.048 4.285 C 2.811 4.048 2.667 3.654 2.667 3 Z M 6 0.333 C 6 0.149 5.851 0 5.667 0 C 5.483 0 5.333 0.149 5.333 0.333 C 5.333 0.756 5.239 0.984 5.112 1.112 C 4.984 1.239 4.756 1.333 4.333 1.333 C 4.149 1.333 4 1.483 4 1.667 C 4 1.851 4.149 2 4.333 2 C 4.756 2 4.984 2.094 5.112 2.222 C 5.239 2.35 5.333 2.578 5.333 3 C 5.333 3.184 5.483 3.333 5.667 3.333 C 5.851 3.333 6 3.184 6 3 C 6 2.578 6.094 2.35 6.222 2.222 C 6.35 2.094 6.578 2 7 2 C 7.184 2 7.333 1.851 7.333 1.667 C 7.333 1.483 7.184 1.333 7 1.333 C 6.578 1.333 6.35 1.239 6.222 1.112 C 6.094 0.984 6 0.756 6 0.333 Z\" fill=\"transparent\" height=\"14.66671286102295px\" id=\"ae6ccdFme\" transform=\"translate(1.333 0.667)\" width=\"12.66663px\"><path d=\"M 5.833 0.5 C 5.833 0.224 5.609 0 5.333 0 C 5.057 0 4.833 0.224 4.833 0.5 C 4.833 2.117 4.476 3.168 3.822 3.822 C 3.168 4.476 2.117 4.833 0.5 4.833 C 0.224 4.833 0 5.057 0 5.333 C 0 5.61 0.224 5.833 0.5 5.833 C 2.117 5.833 3.168 6.191 3.822 6.845 C 4.476 7.499 4.833 8.549 4.833 10.167 C 4.833 10.443 5.057 10.667 5.333 10.667 C 5.609 10.667 5.833 10.443 5.833 10.167 C 5.833 8.549 6.191 7.499 6.845 6.845 C 7.499 6.191 8.549 5.833 10.167 5.833 C 10.443 5.833 10.667 5.61 10.667 5.333 C 10.667 5.057 10.443 4.833 10.167 4.833 C 8.549 4.833 7.499 4.476 6.845 3.822 C 6.191 3.168 5.833 2.117 5.833 0.5 Z\" fill=\"url(%23t2lXByE48-2031533640-linear-gradient)\" height=\"10.66671px\" id=\"t2lXByE48\" transform=\"translate(2 4)\" width=\"10.66663px\"/><path d=\"M 2.667 0.333 C 2.667 0.149 2.517 0 2.333 0 C 2.149 0 2 0.149 2 0.333 C 2 0.987 1.855 1.382 1.618 1.618 C 1.382 1.855 0.987 2 0.333 2 C 0.149 2 0 2.149 0 2.333 C 0 2.517 0.149 2.667 0.333 2.667 C 0.987 2.667 1.382 2.811 1.618 3.048 C 1.855 3.285 2 3.68 2 4.333 C 2 4.517 2.149 4.667 2.333 4.667 C 2.517 4.667 2.667 4.517 2.667 4.333 C 2.667 3.68 2.811 3.285 3.048 3.048 C 3.285 2.811 3.68 2.667 4.333 2.667 C 4.517 2.667 4.667 2.517 4.667 2.333 C 4.667 2.149 4.517 2 4.333 2 C 3.68 2 3.285 1.855 3.048 1.618 C 2.811 1.382 2.667 0.987 2.667 0.333 Z\" fill=\"url(%23CBS1bzkxF-2031533640-linear-gradient)\" height=\"4.66667px\" id=\"CBS1bzkxF\" transform=\"translate(0 2.667)\" width=\"4.66667px\"/><path d=\"M 2 0.333 C 2 0.149 1.851 0 1.667 0 C 1.483 0 1.333 0.149 1.333 0.333 C 1.333 0.756 1.239 0.984 1.112 1.112 C 0.984 1.239 0.756 1.333 0.333 1.333 C 0.149 1.333 0 1.483 0 1.667 C 0 1.851 0.149 2 0.333 2 C 0.756 2 0.984 2.094 1.112 2.222 C 1.239 2.35 1.333 2.578 1.333 3 C 1.333 3.184 1.483 3.333 1.667 3.333 C 1.851 3.333 2 3.184 2 3 C 2 2.578 2.094 2.35 2.222 2.222 C 2.35 2.094 2.578 2 3 2 C 3.184 2 3.333 1.851 3.333 1.667 C 3.333 1.483 3.184 1.333 3 1.333 C 2.578 1.333 2.35 1.239 2.222 1.112 C 2.094 0.984 2 0.756 2 0.333 Z\" fill=\"url(%23Jd7AK81w9-2031533640-linear-gradient)\" height=\"3.333333px\" id=\"Jd7AK81w9\" transform=\"translate(4 0)\" width=\"3.3333399999999997px\"/></g></g></svg>",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img alt class=\"framer-pWbA4 framer-8rrn1o\" src=\"data:image/svg+xml,&lt;svg display=&quot;block&quot; role=&quot;presentation&quot; viewBox=&quot;0 0 16 16&quot; xmlns=&quot;http://www.w3.org/2000/svg&quot;&gt;&lt;defs &gt;&lt;linearGradient id=&quot;t2lXByE48-2031533640-linear-gradient&quot; x1=&quot;0.49751243781094523&quot; x2=&quot;0.5024875621890548&quot; y1=&quot;0&quot; y2=&quot;1&quot;&gt;&lt;stop offset=&quot;0&quot; stop-color=&quot;rgb(255, 255, 255)&quot;/&gt;&lt;stop offset=&quot..."
    },
    {
      "src": "data:image/svg+xml,<svg display=\"block\" role=\"presentation\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><g d=\"M 1.882 24 C 0.843 24 0 23.157 0 22.118 L 0 1.882 C 0 0.843 0.843 0 1.882 0 L 22.118 0 C 23.157 0 24 0.843 24 1.882 L 24 22.118 C 24 23.157 23.157 24 22.118 24 Z M 7.892 15.992 C 5.674 15.992 4 14.264 4 12.132 C 4 9.988 5.589 8.25 7.892 8.25 C 9.107 8.25 9.951 8.624 10.623 9.423 L 9.566 10.34 C 9.118 9.871 8.564 9.636 7.892 9.636 C 6.452 9.636 5.547 10.767 5.547 12.132 C 5.547 13.496 6.452 14.606 7.924 14.606 C 8.649 14.606 9.193 14.361 9.63 13.88 L 10.718 14.808 C 10.153 15.49 9.193 15.992 7.892 15.992 Z M 13.24 15.922 C 11.715 15.922 10.5 14.632 10.5 13.032 C 10.5 11.433 11.715 10.122 13.24 10.122 C 14.2 10.122 14.701 10.516 15 11.113 L 15 10.239 L 16.428 10.239 L 16.428 15.784 L 15.031 15.784 L 15.031 14.877 C 14.733 15.507 14.231 15.922 13.24 15.922 Z M 11.939 13.023 C 11.939 13.865 12.557 14.622 13.475 14.622 C 14.424 14.622 15.031 13.897 15.031 13.033 C 15.031 12.169 14.424 11.423 13.475 11.423 C 12.557 11.423 11.939 12.159 11.939 13.022 Z M 17.284 15.784 L 17.284 8 L 18.724 8 L 18.724 15.784 L 17.284 15.784 Z\" fill=\"transparent\" height=\"24px\" id=\"ZMViDDkUi\" width=\"24px\"><path d=\"M 1.882 24 C 0.843 24 0 23.157 0 22.118 L 0 1.882 C 0 0.843 0.843 0 1.882 0 L 22.118 0 C 23.157 0 24 0.843 24 1.882 L 24 22.118 C 24 23.157 23.157 24 22.118 24 Z\" fill=\"rgb(36, 36, 36)\" height=\"24px\" id=\"WCm44spAV\" width=\"24px\"/><path d=\"M 3.892 7.742 C 1.674 7.742 0 6.014 0 3.882 C 0 1.738 1.589 0 3.892 0 C 5.107 0 5.951 0.374 6.623 1.173 L 5.566 2.09 C 5.118 1.621 4.564 1.386 3.892 1.386 C 2.452 1.386 1.547 2.517 1.547 3.882 C 1.547 5.246 2.452 6.356 3.924 6.356 C 4.649 6.356 5.193 6.111 5.63 5.63 L 6.718 6.558 C 6.153 7.24 5.193 7.742 3.892 7.742 Z\" fill=\"rgb(255, 255, 255)\" height=\"7.741500000000002px\" id=\"XEPpGD7l5\" transform=\"translate(4 8.25)\" width=\"6.717999999999989px\"/><path d=\"M 2.74 7.922 C 1.215 7.922 0 6.632 0 5.032 C 0 3.433 1.215 2.122 2.74 2.122 C 3.7 2.122 4.201 2.516 4.5 3.113 L 4.5 2.239 L 5.928 2.239 L 5.928 7.784 L 4.531 7.784 L 4.531 6.877 C 4.233 7.507 3.731 7.922 2.74 7.922 Z M 1.439 5.023 C 1.439 5.865 2.057 6.622 2.975 6.622 C 3.924 6.622 4.531 5.897 4.531 5.033 C 4.531 4.169 3.924 3.423 2.975 3.423 C 2.057 3.423 1.439 4.159 1.439 5.022 Z M 6.784 7.784 L 6.784 0 L 8.224 0 L 8.224 7.784 L 6.784 7.784 Z\" fill=\"rgb(255, 255, 255)\" height=\"7.9224997406005855px\" id=\"lGDJupIUR\" transform=\"translate(10.5 8)\" width=\"8.223500194549558px\"/></g></svg>",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img alt class=\"framer-uwug7 framer-1gcjq93\" src=\"data:image/svg+xml,&lt;svg display=&quot;block&quot; role=&quot;presentation&quot; viewBox=&quot;0 0 24 24&quot; xmlns=&quot;http://www.w3.org/2000/svg&quot;&gt;&lt;g d=&quot;M 1.882 24 C 0.843 24 0 23.157 0 22.118 L 0 1.882 C 0 0.843 0.843 0 1.882 0 L 22.118 0 C 23.157 0 24 0.843 24 1.882 L 24 22.118 C 24 23.157 23.157 24 22.118 24 Z M 7.892 15.992 C 5.674 15.992 4 14.264 4 12.132 C 4 9.988 5.589 8.25 7.892 8.25 C 9.107 8.25 9.951 8.624 10.62..."
    },
    {
      "src": "data:image/svg+xml,<svg display=\"block\" role=\"presentation\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><g d=\"M 2 8 C 0.895 8 0 7.105 0 6 L 0 2 C 0 0.895 0.895 0 2 0 L 6 0 C 7.105 0 8 0.895 8 2 L 8 6 C 8 7.105 7.105 8 6 8 Z M 4 8 L 4 12 C 4 13.105 4.895 14 6 14 L 10 14 M 12 18 C 10.895 18 10 17.105 10 16 L 10 12 C 10 10.895 10.895 10 12 10 L 16 10 C 17.105 10 18 10.895 18 12 L 18 16 C 18 17.105 17.105 18 16 18 Z\" fill=\"transparent\" height=\"18px\" id=\"Ioh1JC5rr\" transform=\"translate(3 3)\" width=\"18px\"><path d=\"M 2 8 C 0.895 8 0 7.105 0 6 L 0 2 C 0 0.895 0.895 0 2 0 L 6 0 C 7.105 0 8 0.895 8 2 L 8 6 C 8 7.105 7.105 8 6 8 Z\" fill=\"transparent\" height=\"8px\" id=\"ZrCrI93dV\" stroke-dasharray=\"\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" stroke=\"rgb(0, 0, 0)\" width=\"8px\"/><path d=\"M 0 0 L 0 4 C 0 5.105 0.895 6 2 6 L 6 6\" fill=\"transparent\" height=\"6px\" id=\"emltWYAiE\" stroke-dasharray=\"\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" stroke=\"rgb(0, 0, 0)\" transform=\"translate(4 8)\" width=\"6px\"/><path d=\"M 2 8 C 0.895 8 0 7.105 0 6 L 0 2 C 0 0.895 0.895 0 2 0 L 6 0 C 7.105 0 8 0.895 8 2 L 8 6 C 8 7.105 7.105 8 6 8 Z\" fill=\"transparent\" height=\"8px\" id=\"WpBecYDfi\" stroke-dasharray=\"\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" stroke=\"rgb(0, 0, 0)\" transform=\"translate(10 10)\" width=\"8px\"/></g></svg>",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img alt class=\"framer-aKXHv framer-1gcjq93\" src=\"data:image/svg+xml,&lt;svg display=&quot;block&quot; role=&quot;presentation&quot; viewBox=&quot;0 0 24 24&quot; xmlns=&quot;http://www.w3.org/2000/svg&quot;&gt;&lt;g d=&quot;M 2 8 C 0.895 8 0 7.105 0 6 L 0 2 C 0 0.895 0.895 0 2 0 L 6 0 C 7.105 0 8 0.895 8 2 L 8 6 C 8 7.105 7.105 8 6 8 Z M 4 8 L 4 12 C 4 13.105 4.895 14 6 14 L 10 14 M 12 18 C 10.895 18 10 17.105 10 16 L 10 12 C 10 10.895 10.895 10 12 10 L 16 10 C 17.105 10 18 10.895 18 12 L 18..."
    },
    {
      "src": "https://cal.openstatus.dev/badge/v2",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"https://cal.openstatus.dev/badge/v2\" style=\"position:absolute;left:0;right:0;top:0;bottom:0;width:100%;height:100%;border-radius:7px\" alt=\"Logo\">"
    },
    {
      "src": "https://cal.openstatus.dev/badge/v2",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"https://cal.openstatus.dev/badge/v2\" style=\"position:absolute;left:0;right:0;top:0;bottom:0;width:100%;height:100%;border-radius:7px\" alt=\"Logo\">"
    },
    {
      "src": "https://cal.openstatus.dev/badge/v2",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"https://cal.openstatus.dev/badge/v2\" style=\"position:absolute;left:0;right:0;top:0;bottom:0;width:100%;height:100%;border-radius:7px\" alt=\"Logo\">"
    }
  ],
  "possibleDialogs": [],
  "score": 60,
  "weight": 10
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

AIO: Answer block readiness

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

2 Warning

Needs attention

AIO: Answer block readiness

Warning
01

Issue

41 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": 41,
  "passing": 0,
  "failing": [
    {
      "heading": "Supercharged scheduling with AI-powered calls",
      "headingHtml": "<h3 class=\"framer-text\" style=\"--font-selector:Qkk7Q2FsIFNhbnMvU2VtaUJvbGQvdjA=;--framer-font-family:&quot;Cal Sans&quot;, sans-serif;--framer-font-weight:600;--framer-line-height:1.1em;--framer-text-alignment:center;--framer-text-color:var(--extracted-a0htzi, var(--token-dfc22ccd-cb7d-477e-862b-97507724854f, rgb(255, 255, 255)))\">Supercharged scheduling with AI-powered calls</h3>",
      "firstParagraph": "Enterprise",
      "paragraphHtml": "<p class=\"framer-text framer-styles-preset-1ezf1w0\" data-styles-preset=\"G_5l8856e\" dir=\"auto\" style=\"--framer-text-color:var(--extracted-r6o4lv, var(--token-04285ea8-7979-4c0d-9108-9b979d0dc201, rgb(41, 41, 41)))\">Enterprise</p>",
      "words": 1,
      "direct": false,
      "issue": "First paragraph is 1 words and does not look like a concise direct answer."
    },
    {
      "heading": "With us, appointment scheduling is easy",
      "headingHtml": "<h2 class=\"framer-text framer-styles-preset-14lqleo\" data-styles-preset=\"zwSjrKK5f\" dir=\"auto\" style=\"--framer-text-alignment:center\">With us, appointment scheduling is easy</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "With us, appointment scheduling is easy",
      "headingHtml": "<h2 class=\"framer-text framer-styles-preset-14lqleo\" data-styles-preset=\"zwSjrKK5f\" dir=\"auto\" style=\"--framer-text-alignment:left\">With us, appointment scheduling is easy</h2>",
      "firstParagraph": "Effortless scheduling for business and individuals, powerful solutions for fast-growing modern companies.",
      "paragraphHtml": "<p class=\"framer-text framer-styles-preset-shfang\" data-styles-preset=\"KoWNMF2TN\" dir=\"auto\" style=\"--framer-text-alignment:center\">Effortless scheduling for business and individuals, powerful solutions for fast-growing modern companies.</p>",
      "words": 12,
      "direct": false,
      "issue": "First paragraph is 12 words and does not look like a concise direct answer."
    },
    {
      "heading": "Connect your calendar",
      "headingHtml": "<h3 class=\"framer-text framer-styles-preset-1c21fzh\" data-styles-preset=\"N1Zon30Yj\" dir=\"auto\">Connect your calendar</h3>",
      "firstParagraph": "We'll handle all the cross-referencing, so you don't have to worry about double bookings.",
      "paragraphHtml": "<p class=\"framer-text framer-styles-preset-shfang\" data-styles-preset=\"KoWNMF2TN\" dir=\"auto\" style=\"--framer-text-alignment:left\">We&apos;ll handle all the cross-referencing, so you don&apos;t have to worry about double bookings.</p>",
      "words": 14,
      "direct": false,
      "issue": "First paragraph is 14 words and does not look like a concise direct answer."
    },
    {
      "heading": "Cal.com",
      "headingHtml": "<h2 class=\"framer-text\" style=\"--font-selector:Qkk7Q2FsIFNhbnMvU2VtaUJvbGQvdjA=;--framer-font-family:&quot;Cal Sans&quot;, sans-serif;--framer-font-weight:600;--framer-line-height:1.1em;--framer-text-alignment:center;--framer-text-color:var(--extracted-1of0zx5, var(--token-fe0d69fb-0445-4f97-b1b4-d5035d890a7a, rgb(20, 20, 20)))\">Cal.com</h2>",
      "firstParagraph": "02",
      "paragraphHtml": "<p dir=\"auto\" style=\"--font-selector:R0Y7Um9ib3RvIE1vbm8tNjAw;--framer-font-family:&quot;Roboto Mono&quot;, monospace;--framer-font-size:14px;--framer-font-weight:600;--framer-letter-spacing:0px;--framer-line-height:1em;--framer-text-color:rgba(20, 20, 20, 0.6)\" class=\"framer-text\">02</p>",
      "words": 1,
      "direct": false,
      "issue": "First paragraph is 1 words and does not look like a concise direct answer."
    },
    {
      "heading": "Set your availability",
      "headingHtml": "<h3 class=\"framer-text framer-styles-preset-1c21fzh\" data-styles-preset=\"N1Zon30Yj\" dir=\"auto\">Set your availability</h3>",
      "firstParagraph": "Want to block off weekends? Set up any buffers? We make that easy.",
      "paragraphHtml": "<p class=\"framer-text framer-styles-preset-shfang\" data-styles-preset=\"KoWNMF2TN\" dir=\"auto\" style=\"--framer-text-alignment:left\">Want to block off weekends? Set up any buffers? We make that easy.</p>",
      "words": 13,
      "direct": false,
      "issue": "First paragraph is 13 words and does not look like a concise direct answer."
    },
    {
      "heading": "Choose how to meet",
      "headingHtml": "<h3 class=\"framer-text framer-styles-preset-1c21fzh\" data-styles-preset=\"N1Zon30Yj\" dir=\"auto\">Choose how to meet</h3>",
      "firstParagraph": "It could be a video chat, phone call, or a walk in the park!",
      "paragraphHtml": "<p class=\"framer-text framer-styles-preset-shfang\" data-styles-preset=\"KoWNMF2TN\" dir=\"auto\" style=\"--framer-text-alignment:left\">It could be a video chat, phone call, or a walk in the park!</p>",
      "words": 14,
      "direct": false,
      "issue": "First paragraph is 14 words and does not look like a concise direct answer."
    },
    {
      "heading": "Your all-purpose scheduling app",
      "headingHtml": "<h2 class=\"framer-text framer-styles-preset-14lqleo\" data-styles-preset=\"zwSjrKK5f\" dir=\"auto\" style=\"--framer-text-alignment:center\">Your all-purpose scheduling app</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Your all-purpose scheduling app",
      "headingHtml": "<h2 class=\"framer-text framer-styles-preset-14lqleo\" data-styles-preset=\"zwSjrKK5f\" dir=\"auto\" style=\"--framer-text-alignment:left\">Your all-purpose scheduling app</h2>",
      "firstParagraph": "Discover a variety of our advanced features. Unlimited and free for individuals.",
      "paragraphHtml": "<p class=\"framer-text framer-styles-preset-shfang\" data-styles-preset=\"KoWNMF2TN\" dir=\"auto\" style=\"--framer-text-alignment:center\">Discover a variety of our advanced features. Unlimited and free for individuals.</p>",
      "words": 12,
      "direct": false,
      "issue": "First paragraph is 12 words and does not look like a concise direct answer."
    },
    {
      "heading": "Avoid meeting overload",
      "headingHtml": "<h3 class=\"framer-text framer-styles-preset-1c21fzh\" data-styles-preset=\"N1Zon30Yj\" dir=\"auto\">Avoid meeting overload</h3>",
      "firstParagraph": "Only get booked when you want to. Set daily, weekly or monthly limits and add buffers around your events to allow you to focus or take a break.",
      "paragraphHtml": "<p class=\"framer-text framer-styles-preset-shfang\" data-styles-preset=\"KoWNMF2TN\" dir=\"auto\" style=\"--framer-text-alignment:left\">Only get booked when you want to. Set daily, weekly or monthly limits and add buffers around your events to allow you to focus or take a break.</p>",
      "words": 28,
      "direct": false,
      "issue": "First paragraph is 28 words and does not look like a concise direct answer."
    },
    {
      "heading": "Stand out with a custom booking link",
      "headingHtml": "<h3 class=\"framer-text framer-styles-preset-1c21fzh\" data-styles-preset=\"N1Zon30Yj\" dir=\"auto\">Stand out with a custom booking link</h3>",
      "firstParagraph": "Customize your booking link so it’s short and easy to remember for your bookers. No more long, complicated links one can easily forget.",
      "paragraphHtml": "<p class=\"framer-text framer-styles-preset-shfang\" data-styles-preset=\"KoWNMF2TN\" dir=\"auto\" style=\"--framer-text-alignment:left\">Customize your booking link so it&#x2019;s short and easy to remember for your bookers. No more long, complicated links one can easily forget.</p>",
      "words": 24,
      "direct": false,
      "issue": "First paragraph is 24 words and does not look like a concise direct answer."
    },
    {
      "heading": "Streamline your bookers’ experience",
      "headingHtml": "<h3 class=\"framer-text framer-styles-preset-1c21fzh\" data-styles-preset=\"N1Zon30Yj\" dir=\"auto\">Streamline your bookers&#x2019; experience</h3>",
      "firstParagraph": "Let your bookers overlay their calendar, receive booking confirmations via text or email, get events added to their calendar, and allow them to reschedule with ease.",
      "paragraphHtml": "<p class=\"framer-text framer-styles-preset-shfang\" data-styles-preset=\"KoWNMF2TN\" dir=\"auto\" style=\"--framer-text-alignment:left\">Let your bookers overlay their calendar, receive booking confirmations via text or email, get events added to their calendar, and allow them to reschedule with ease.</p>",
      "words": 26,
      "direct": false,
      "issue": "First paragraph is 26 words and does not look like a concise direct answer."
    },
    {
      "heading": "Reduce no-shows with automated meeting reminders",
      "headingHtml": "<h3 class=\"framer-text framer-styles-preset-1c21fzh\" data-styles-preset=\"N1Zon30Yj\" dir=\"auto\">Reduce no-shows with automated meeting reminders</h3>",
      "firstParagraph": "Easily send sms or meeting reminder emails about bookings, and send automated follow-ups to gather any relevant information before the meeting.",
      "paragraphHtml": "<p class=\"framer-text framer-styles-preset-shfang\" data-styles-preset=\"KoWNMF2TN\" dir=\"auto\" style=\"--framer-text-alignment:left\">Easily send sms or meeting reminder emails about bookings, and send automated follow-ups to gather any relevant information before the meeting.</p>",
      "words": 21,
      "direct": false,
      "issue": "First paragraph is 21 words and does not look like a concise direct answer."
    },
    {
      "heading": "Meeting is starting now",
      "headingHtml": "<h3 class=\"framer-text\" style=\"--font-selector:Qkk7Q2FsIFNhbnMvU2VtaUJvbGQvdjA=;--framer-font-family:&quot;Cal Sans&quot;, sans-serif;--framer-font-size:12px;--framer-font-weight:600;--framer-line-height:1.5em;--framer-text-alignment:left;--framer-text-color:var(--extracted-a0htzi, var(--token-fe0d69fb-0445-4f97-b1b4-d5035d890a7a, rgb(20, 20, 20)))\">Meeting is starting now</h3>",
      "firstParagraph": "Your meeting is starting now. Hurry up!",
      "paragraphHtml": "<p class=\"framer-text\" style=\"--font-selector:Q1VTVE9NO01hdHRlciBSZWd1bGFy;--framer-font-family:&quot;Matter Regular&quot;, &quot;Matter Regular Placeholder&quot;, sans-serif;--framer-font-size:10px;--framer-line-height:1.4em;--framer-text-alignment:left;--framer-text-color:var(--extracted-r6o4lv, var(--token-73a9b904-5ed0-4590-a8cc-d5ddf2346358, rgb(137, 137, 137)))\">Your meeting is starting now. Hurry up!</p>",
      "words": 7,
      "direct": false,
      "issue": "First paragraph is 7 words and does not look like a concise direct answer."
    },
    {
      "heading": "Meeting canceled",
      "headingHtml": "<h3 class=\"framer-text\" style=\"--font-selector:Qkk7Q2FsIFNhbnMvU2VtaUJvbGQvdjA=;--framer-font-family:&quot;Cal Sans&quot;, sans-serif;--framer-font-size:12px;--framer-font-weight:600;--framer-line-height:1.5em;--framer-text-alignment:left;--framer-text-color:var(--extracted-a0htzi, var(--token-fe0d69fb-0445-4f97-b1b4-d5035d890a7a, rgb(20, 20, 20)))\">Meeting canceled</h3>",
      "firstParagraph": "James Carwell has just canceled the meeting.",
      "paragraphHtml": "<p class=\"framer-text\" style=\"--font-selector:Q1VTVE9NO01hdHRlciBSZWd1bGFy;--framer-font-family:&quot;Matter Regular&quot;, &quot;Matter Regular Placeholder&quot;, sans-serif;--framer-font-size:10px;--framer-line-height:1.4em;--framer-text-alignment:left;--framer-text-color:var(--extracted-r6o4lv, var(--token-73a9b904-5ed0-4590-a8cc-d5ddf2346358, rgb(137, 137, 137)))\">James Carwell has just canceled the meeting.</p>",
      "words": 7,
      "direct": false,
      "issue": "First paragraph is 7 words and does not look like a concise direct answer."
    },
    {
      "heading": "Meeting starts in 15 mins",
      "headingHtml": "<h3 class=\"framer-text\" style=\"--font-selector:Qkk7Q2FsIFNhbnMvU2VtaUJvbGQvdjA=;--framer-font-family:&quot;Cal Sans&quot;, sans-serif;--framer-font-size:12px;--framer-font-weight:600;--framer-line-height:1.5em;--framer-text-alignment:left;--framer-text-color:var(--extracted-a0htzi, var(--token-fe0d69fb-0445-4f97-b1b4-d5035d890a7a, rgb(20, 20, 20)))\">Meeting starts in 15 mins</h3>",
      "firstParagraph": "Your next meeting is starting in 15 mins",
      "paragraphHtml": "<p class=\"framer-text\" style=\"--font-selector:Q1VTVE9NO01hdHRlciBSZWd1bGFy;--framer-font-family:&quot;Matter Regular&quot;, &quot;Matter Regular Placeholder&quot;, sans-serif;--framer-font-size:10px;--framer-line-height:1.4em;--framer-text-alignment:left;--framer-text-color:var(--extracted-r6o4lv, var(--token-73a9b904-5ed0-4590-a8cc-d5ddf2346358, rgb(137, 137, 137)))\">Your next meeting is starting in 15 mins</p>",
      "words": 8,
      "direct": false,
      "issue": "First paragraph is 8 words and does not look like a concise direct answer."
    },
    {
      "heading": "Booking rescheduled",
      "headingHtml": "<h3 class=\"framer-text\" style=\"--font-selector:Qkk7Q2FsIFNhbnMvU2VtaUJvbGQvdjA=;--framer-font-family:&quot;Cal Sans&quot;, sans-serif;--framer-font-size:12px;--framer-font-weight:600;--framer-line-height:1.5em;--framer-text-alignment:left;--framer-text-color:var(--extracted-a0htzi, var(--token-fe0d69fb-0445-4f97-b1b4-d5035d890a7a, rgb(20, 20, 20)))\">Booking rescheduled</h3>",
      "firstParagraph": "Melissa Smith has rescheduled the meeting to Wed, 25 Mar 15:00.",
      "paragraphHtml": "<p class=\"framer-text\" style=\"--font-selector:Q1VTVE9NO01hdHRlciBSZWd1bGFy;--framer-font-family:&quot;Matter Regular&quot;, &quot;Matter Regular Placeholder&quot;, sans-serif;--framer-font-size:10px;--framer-line-height:1.4em;--framer-text-alignment:left;--framer-text-color:var(--extracted-r6o4lv, var(--token-73a9b904-5ed0-4590-a8cc-d5ddf2346358, rgb(137, 137, 137)))\">Melissa Smith has rescheduled the meeting to Wed, 25 Mar 15:00.</p>",
      "words": 12,
      "direct": false,
      "issue": "First paragraph is 12 words and does not look like a concise direct answer."
    },
    {
      "heading": "New booking confirmed",
      "headingHtml": "<h3 class=\"framer-text\" style=\"--font-selector:Qkk7Q2FsIFNhbnMvU2VtaUJvbGQvdjA=;--framer-font-family:&quot;Cal Sans&quot;, sans-serif;--framer-font-size:12px;--framer-font-weight:600;--framer-line-height:1.5em;--framer-text-alignment:left;--framer-text-color:var(--extracted-a0htzi, var(--token-fe0d69fb-0445-4f97-b1b4-d5035d890a7a, rgb(20, 20, 20)))\">New booking confirmed</h3>",
      "firstParagraph": "James Oliver booked a 30min discovery call with you.",
      "paragraphHtml": "<p class=\"framer-text\" style=\"--font-selector:Q1VTVE9NO01hdHRlciBSZWd1bGFy;--framer-font-family:&quot;Matter Regular&quot;, &quot;Matter Regular Placeholder&quot;, sans-serif;--framer-font-size:10px;--framer-line-height:1.4em;--framer-text-alignment:left;--framer-text-color:var(--extracted-r6o4lv, var(--token-73a9b904-5ed0-4590-a8cc-d5ddf2346358, rgb(137, 137, 137)))\">James Oliver booked a 30min discovery call with you.</p>",
      "words": 9,
      "direct": false,
      "issue": "First paragraph is 9 words and does not look like a concise direct answer."
    },
    {
      "heading": "…and so much more!",
      "headingHtml": "<h2 class=\"framer-text framer-styles-preset-14lqleo\" data-styles-preset=\"zwSjrKK5f\" dir=\"auto\" style=\"--framer-text-alignment:center\">&#x2026;and so much more!</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "…and so much more!",
      "headingHtml": "<h2 class=\"framer-text framer-styles-preset-14lqleo\" data-styles-preset=\"zwSjrKK5f\" dir=\"auto\" style=\"--framer-text-alignment:left\">&#x2026;and so much more!</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Accept payments",
      "headingHtml": "<h3 class=\"framer-text\" style=\"--font-selector:Q1VTVE9NO01hdHRlciBTZW1pQm9sZA==;--framer-font-family:&quot;Matter SemiBold&quot;, &quot;Matter SemiBold Placeholder&quot;, sans-serif;--framer-font-size:14px;--framer-line-height:1.3em;--framer-text-alignment:center;--framer-text-color:var(--extracted-a0htzi, var(--token-fe0d69fb-0445-4f97-b1b4-d5035d890a7a, rgb(20, 20, 20)))\">Accept payments</h3>",
      "firstParagraph": "Accept payments",
      "paragraphHtml": "<p class=\"framer-text framer-styles-preset-16d3d8n\" data-styles-preset=\"gVG3buNsm\" dir=\"auto\" style=\"--framer-text-alignment:center;--framer-text-color:var(--extracted-r6o4lv, var(--token-04285ea8-7979-4c0d-9108-9b979d0dc201, rgb(41, 41, 41)))\">Accept payments</p>",
      "words": 2,
      "direct": false,
      "issue": "First paragraph is 2 words and does not look like a concise direct answer."
    },
    {
      "heading": "Built-in video conferencing",
      "headingHtml": "<h3 class=\"framer-text\" style=\"--font-selector:Q1VTVE9NO01hdHRlciBTZW1pQm9sZA==;--framer-font-family:&quot;Matter SemiBold&quot;, &quot;Matter SemiBold Placeholder&quot;, sans-serif;--framer-font-size:14px;--framer-line-height:1.3em;--framer-text-alignment:center;--framer-text-color:var(--extracted-a0htzi, var(--token-fe0d69fb-0445-4f97-b1b4-d5035d890a7a, rgb(20, 20, 20)))\">Built-in video conferencing</h3>",
      "firstParagraph": "Built-in video conferencing",
      "paragraphHtml": "<p class=\"framer-text framer-styles-preset-16d3d8n\" data-styles-preset=\"gVG3buNsm\" dir=\"auto\" style=\"--framer-text-alignment:center;--framer-text-color:var(--extracted-r6o4lv, var(--token-04285ea8-7979-4c0d-9108-9b979d0dc201, rgb(41, 41, 41)))\">Built-in video conferencing</p>",
      "words": 3,
      "direct": false,
      "issue": "First paragraph is 3 words and does not look like a concise direct answer."
    },
    {
      "heading": "Short booking links",
      "headingHtml": "<h3 class=\"framer-text\" style=\"--font-selector:Q1VTVE9NO01hdHRlciBTZW1pQm9sZA==;--framer-font-family:&quot;Matter SemiBold&quot;, &quot;Matter SemiBold Placeholder&quot;, sans-serif;--framer-font-size:14px;--framer-line-height:1.3em;--framer-text-alignment:center;--framer-text-color:var(--extracted-a0htzi, var(--token-fe0d69fb-0445-4f97-b1b4-d5035d890a7a, rgb(20, 20, 20)))\">Short booking links</h3>",
      "firstParagraph": "Short booking links",
      "paragraphHtml": "<p class=\"framer-text framer-styles-preset-16d3d8n\" data-styles-preset=\"gVG3buNsm\" dir=\"auto\" style=\"--framer-text-alignment:center;--framer-text-color:var(--extracted-r6o4lv, var(--token-04285ea8-7979-4c0d-9108-9b979d0dc201, rgb(41, 41, 41)))\">Short booking links</p>",
      "words": 3,
      "direct": false,
      "issue": "First paragraph is 3 words and does not look like a concise direct answer."
    },
    {
      "heading": "Privacy first",
      "headingHtml": "<h3 class=\"framer-text\" style=\"--font-selector:Q1VTVE9NO01hdHRlciBTZW1pQm9sZA==;--framer-font-family:&quot;Matter SemiBold&quot;, &quot;Matter SemiBold Placeholder&quot;, sans-serif;--framer-font-size:14px;--framer-line-height:1.3em;--framer-text-alignment:center;--framer-text-color:var(--extracted-a0htzi, var(--token-fe0d69fb-0445-4f97-b1b4-d5035d890a7a, rgb(20, 20, 20)))\">Privacy first</h3>",
      "firstParagraph": "Privacy first",
      "paragraphHtml": "<p class=\"framer-text framer-styles-preset-16d3d8n\" data-styles-preset=\"gVG3buNsm\" dir=\"auto\" style=\"--framer-text-alignment:center;--framer-text-color:var(--extracted-r6o4lv, var(--token-04285ea8-7979-4c0d-9108-9b979d0dc201, rgb(41, 41, 41)))\">Privacy first</p>",
      "words": 2,
      "direct": false,
      "issue": "First paragraph is 2 words and does not look like a concise direct answer."
    },
    {
      "heading": "65+ languages",
      "headingHtml": "<h3 class=\"framer-text\" style=\"--font-selector:Q1VTVE9NO01hdHRlciBTZW1pQm9sZA==;--framer-font-family:&quot;Matter SemiBold&quot;, &quot;Matter SemiBold Placeholder&quot;, sans-serif;--framer-font-size:14px;--framer-line-height:1.3em;--framer-text-alignment:center;--framer-text-color:var(--extracted-a0htzi, var(--token-fe0d69fb-0445-4f97-b1b4-d5035d890a7a, rgb(20, 20, 20)))\">65+ languages</h3>",
      "firstParagraph": "65+ languages",
      "paragraphHtml": "<p class=\"framer-text framer-styles-preset-16d3d8n\" data-styles-preset=\"gVG3buNsm\" dir=\"auto\" style=\"--framer-text-alignment:center;--framer-text-color:var(--extracted-r6o4lv, var(--token-04285ea8-7979-4c0d-9108-9b979d0dc201, rgb(41, 41, 41)))\">65+ languages</p>",
      "words": 2,
      "direct": false,
      "issue": "First paragraph is 2 words and does not look like a concise direct answer."
    },
    {
      "heading": "Easy embeds",
      "headingHtml": "<h3 class=\"framer-text\" style=\"--font-selector:Q1VTVE9NO01hdHRlciBTZW1pQm9sZA==;--framer-font-family:&quot;Matter SemiBold&quot;, &quot;Matter SemiBold Placeholder&quot;, sans-serif;--framer-font-size:14px;--framer-line-height:1.3em;--framer-text-alignment:center;--framer-text-color:var(--extracted-a0htzi, var(--token-fe0d69fb-0445-4f97-b1b4-d5035d890a7a, rgb(20, 20, 20)))\">Easy embeds</h3>",
      "firstParagraph": "Easy embeds",
      "paragraphHtml": "<p class=\"framer-text framer-styles-preset-16d3d8n\" data-styles-preset=\"gVG3buNsm\" dir=\"auto\" style=\"--framer-text-alignment:center;--framer-text-color:var(--extracted-r6o4lv, var(--token-04285ea8-7979-4c0d-9108-9b979d0dc201, rgb(41, 41, 41)))\">Easy embeds</p>",
      "words": 2,
      "direct": false,
      "issue": "First paragraph is 2 words and does not look like a concise direct answer."
    },
    {
      "heading": "All your favorite apps",
      "headingHtml": "<h3 class=\"framer-text\" style=\"--font-selector:Q1VTVE9NO01hdHRlciBTZW1pQm9sZA==;--framer-font-family:&quot;Matter SemiBold&quot;, &quot;Matter SemiBold Placeholder&quot;, sans-serif;--framer-font-size:14px;--framer-line-height:1.3em;--framer-text-alignment:center;--framer-text-color:var(--extracted-a0htzi, var(--token-fe0d69fb-0445-4f97-b1b4-d5035d890a7a, rgb(20, 20, 20)))\">All your favorite apps</h3>",
      "firstParagraph": "All your favorite apps",
      "paragraphHtml": "<p class=\"framer-text framer-styles-preset-16d3d8n\" data-styles-preset=\"gVG3buNsm\" dir=\"auto\" style=\"--framer-text-alignment:center;--framer-text-color:var(--extracted-r6o4lv, var(--token-04285ea8-7979-4c0d-9108-9b979d0dc201, rgb(41, 41, 41)))\">All your favorite apps</p>",
      "words": 4,
      "direct": false,
      "issue": "First paragraph is 4 words and does not look like a concise direct answer."
    },
    {
      "heading": "Simple customization",
      "headingHtml": "<h3 class=\"framer-text\" style=\"--font-selector:Q1VTVE9NO01hdHRlciBTZW1pQm9sZA==;--framer-font-family:&quot;Matter SemiBold&quot;, &quot;Matter SemiBold Placeholder&quot;, sans-serif;--framer-font-size:14px;--framer-line-height:1.3em;--framer-text-alignment:center;--framer-text-color:var(--extracted-a0htzi, var(--token-fe0d69fb-0445-4f97-b1b4-d5035d890a7a, rgb(20, 20, 20)))\">Simple customization</h3>",
      "firstParagraph": "Simple customization",
      "paragraphHtml": "<p class=\"framer-text framer-styles-preset-16d3d8n\" data-styles-preset=\"gVG3buNsm\" dir=\"auto\" style=\"--framer-text-alignment:center;--framer-text-color:var(--extracted-r6o4lv, var(--token-04285ea8-7979-4c0d-9108-9b979d0dc201, rgb(41, 41, 41)))\">Simple customization</p>",
      "words": 2,
      "direct": false,
      "issue": "First paragraph is 2 words and does not look like a concise direct answer."
    },
    {
      "heading": "Don’t just take our word for it",
      "headingHtml": "<h2 class=\"framer-text framer-styles-preset-14lqleo\" data-styles-preset=\"zwSjrKK5f\">Don&#x2019;t just take our word for it</h2>",
      "firstParagraph": "Our users are our best ambassadors. Discover why we're the top choice for scheduling meetings.",
      "paragraphHtml": "<p class=\"framer-text framer-styles-preset-shfang\" data-styles-preset=\"KoWNMF2TN\" style=\"--framer-text-alignment:center\">Our users are our best ambassadors. Discover why we&apos;re the top choice for scheduling meetings.</p>",
      "words": 15,
      "direct": false,
      "issue": "First paragraph is 15 words and does not look like a concise direct answer."
    },
    {
      "heading": "Don’t just take our word for it",
      "headingHtml": "<h2 class=\"framer-text framer-styles-preset-14lqleo\" data-styles-preset=\"zwSjrKK5f\">Don&#x2019;t just take our word for it</h2>",
      "firstParagraph": "Our users are our best ambassadors. Discover why we're the top choice for scheduling meetings.",
      "paragraphHtml": "<p class=\"framer-text framer-styles-preset-shfang\" data-styles-preset=\"KoWNMF2TN\" style=\"--framer-text-alignment:center\">Our users are our best ambassadors. Discover why we&apos;re the top choice for scheduling meetings.</p>",
      "words": 15,
      "direct": false,
      "issue": "First paragraph is 15 words and does not look like a concise direct answer."
    },
    {
      "heading": "Don’t just take our word for it",
      "headingHtml": "<h2 class=\"framer-text framer-styles-preset-14lqleo\" data-styles-preset=\"zwSjrKK5f\" style=\"--framer-text-alignment:left\">Don&#x2019;t just take our word for it</h2>",
      "firstParagraph": "Our users are our best ambassadors. Discover why we're the top choice for scheduling meetings.",
      "paragraphHtml": "<p class=\"framer-text framer-styles-preset-shfang\" data-styles-preset=\"KoWNMF2TN\" style=\"--framer-text-alignment:left\">Our users are our best ambassadors. Discover why we&apos;re the top choice for scheduling meetings.</p>",
      "words": 15,
      "direct": false,
      "issue": "First paragraph is 15 words and does not look like a concise direct answer."
    },
    {
      "heading": "All your key tools in-sync with your meetings",
      "headingHtml": "<h2 class=\"framer-text framer-styles-preset-14lqleo\" data-styles-preset=\"zwSjrKK5f\" style=\"--framer-text-alignment:left\">All your key tools in-sync with your meetings</h2>",
      "firstParagraph": "Cal.com works with all apps already in your flow ensuring everything works perfectly together.",
      "paragraphHtml": "<p class=\"framer-text framer-styles-preset-shfang\" data-styles-preset=\"KoWNMF2TN\" style=\"--framer-text-alignment:left\">Cal.com works with all apps already in your flow ensuring everything works perfectly together.</p>",
      "words": 15,
      "direct": false,
      "issue": "First paragraph is 15 words and does not look like a concise direct answer."
    },
    {
      "heading": "All your key tools in-sync with your meetings",
      "headingHtml": "<h2 class=\"framer-text framer-styles-preset-14lqleo\" data-styles-preset=\"zwSjrKK5f\" style=\"--framer-text-alignment:left\">All your key tools in-sync with your meetings</h2>",
      "firstParagraph": "Cal.com works with all apps already in your flow ensuring everything works perfectly together.",
      "paragraphHtml": "<p class=\"framer-text framer-styles-preset-shfang\" data-styles-preset=\"KoWNMF2TN\" style=\"--framer-text-alignment:left\">Cal.com works with all apps already in your flow ensuring everything works perfectly together.</p>",
      "words": 15,
      "direct": false,
      "issue": "First paragraph is 15 words and does not look like a concise direct answer."
    },
    {
      "heading": "All your key tools in-sync with your meetings",
      "headingHtml": "<h2 class=\"framer-text framer-styles-preset-14lqleo\" data-styles-preset=\"zwSjrKK5f\" style=\"--framer-text-alignment:left\">All your key tools in-sync with your meetings</h2>",
      "firstParagraph": "Cal.com works with all apps already in your flow ensuring everything works perfectly together.",
      "paragraphHtml": "<p class=\"framer-text framer-styles-preset-shfang\" data-styles-preset=\"KoWNMF2TN\" style=\"--framer-text-alignment:left\">Cal.com works with all apps already in your flow ensuring everything works perfectly together.</p>",
      "words": 15,
      "direct": false,
      "issue": "First paragraph is 15 words and does not look like a concise direct answer."
    },
    {
      "heading": "See why our users love Cal.com",
      "headingHtml": "<h2 class=\"framer-text framer-styles-preset-14lqleo\" data-styles-preset=\"zwSjrKK5f\" dir=\"auto\" style=\"--framer-text-alignment:center\">See why our users love Cal.com</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "See why our users love Cal.com",
      "headingHtml": "<h2 class=\"framer-text framer-styles-preset-14lqleo\" data-styles-preset=\"zwSjrKK5f\" dir=\"auto\" style=\"--framer-text-alignment:left\">See why our users love Cal.com</h2>",
      "firstParagraph": "Read the impact we've had from those who matter most - our customers.",
      "paragraphHtml": "<p class=\"framer-text framer-styles-preset-shfang\" data-styles-preset=\"KoWNMF2TN\" dir=\"auto\" style=\"--framer-text-alignment:center\"> Read the impact we&apos;ve had from those who matter most - our customers.</p>",
      "words": 12,
      "direct": false,
      "issue": "First paragraph is 12 words and does not look like a concise direct answer."
    },
    {
      "heading": "Frequently asked questions",
      "headingHtml": "<h2 class=\"framer-text framer-styles-preset-14lqleo\" data-styles-preset=\"zwSjrKK5f\" dir=\"auto\" style=\"--framer-text-alignment:center\">Frequently asked questions</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Frequently asked questions",
      "headingHtml": "<h2 class=\"framer-text framer-styles-preset-14lqleo\" data-styles-preset=\"zwSjrKK5f\" dir=\"auto\" style=\"--framer-text-alignment:left\">Frequently asked questions</h2>",
      "firstParagraph": "These are some of our most frequently asked questions.",
      "paragraphHtml": "<p class=\"framer-text framer-styles-preset-shfang\" data-styles-preset=\"KoWNMF2TN\" dir=\"auto\" style=\"--framer-text-alignment:center\">These are some of our most frequently asked questions.</p>",
      "words": 9,
      "direct": false,
      "issue": "First paragraph is 9 words and does not look like a concise direct answer."
    },
    {
      "heading": "Smarter, simpler scheduling",
      "headingHtml": "<h2 class=\"framer-text framer-styles-preset-14lqleo\" data-styles-preset=\"zwSjrKK5f\" style=\"--framer-text-alignment:center\">Smarter, simpler scheduling</h2>",
      "firstParagraph": "Get started",
      "paragraphHtml": "<p dir=\"auto\" class=\"framer-text\" style=\"--font-selector:Q1VTVE9NVjI7Q2FsIFNhbnMgVUkgVmFyaWFibGUgTGlnaHRWRj1JbmRuYUhRaUlEUXdNQ3dnSWtkRlQwMGlJREE9;--framer-font-family:&quot;Cal Sans UI Variable Light&quot;, &quot;Cal Sans UI Variable Light Placeholder&quot;, sans-serif;--framer-font-size:14px;--framer-font-variation-axes:var(--extracted-2gg91v, &quot;wght&quot; 400, &quot;GEOM&quot; 0);--framer-font-weight:300;--framer-letter-spacing:-0.2px;--framer-line-height:20px;--framer-text-color:var(--...",
      "words": 2,
      "direct": false,
      "issue": "First paragraph is 2 words and does not look like a concise direct answer."
    },
    {
      "heading": "Smarter, simpler scheduling",
      "headingHtml": "<h2 class=\"framer-text framer-styles-preset-14lqleo\" data-styles-preset=\"zwSjrKK5f\" style=\"--framer-text-alignment:center\">Smarter, simpler scheduling</h2>",
      "firstParagraph": "Get started",
      "paragraphHtml": "<p dir=\"auto\" class=\"framer-text\" style=\"--font-selector:Q1VTVE9NVjI7Q2FsIFNhbnMgVUkgVmFyaWFibGUgTGlnaHRWRj1JbmRuYUhRaUlEUXdNQ3dnSWtkRlQwMGlJREE9;--framer-font-family:&quot;Cal Sans UI Variable Light&quot;, &quot;Cal Sans UI Variable Light Placeholder&quot;, sans-serif;--framer-font-size:14px;--framer-font-variation-axes:var(--extracted-2gg91v, &quot;wght&quot; 400, &quot;GEOM&quot; 0);--framer-font-weight:300;--framer-letter-spacing:-0.2px;--framer-line-height:20px;--framer-text-color:var(--...",
      "words": 2,
      "direct": false,
      "issue": "First paragraph is 2 words and does not look like a concise direct answer."
    },
    {
      "heading": "Smarter, simpler scheduling",
      "headingHtml": "<h2 class=\"framer-text framer-styles-preset-14lqleo\" data-styles-preset=\"zwSjrKK5f\" style=\"--framer-text-alignment:center\">Smarter, simpler scheduling</h2>",
      "firstParagraph": "Get started",
      "paragraphHtml": "<p dir=\"auto\" class=\"framer-text\" style=\"--font-selector:Q1VTVE9NVjI7Q2FsIFNhbnMgVUkgVmFyaWFibGUgTGlnaHRWRj1JbmRuYUhRaUlEUXdNQ3dnSWtkRlQwMGlJREE9;--framer-font-family:&quot;Cal Sans UI Variable Light&quot;, &quot;Cal Sans UI Variable Light Placeholder&quot;, sans-serif;--framer-font-size:14px;--framer-font-variation-axes:var(--extracted-2gg91v, &quot;wght&quot; 400, &quot;GEOM&quot; 0);--framer-font-weight:300;--framer-letter-spacing:-0.2px;--framer-line-height:20px;--framer-text-color:var(--...",
      "words": 2,
      "direct": false,
      "issue": "First paragraph is 2 words and does not look like a concise direct answer."
    }
  ],
  "score": 65,
  "weight": 8
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

AEO: Entity and definition clarity

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

1 Warning

Needs attention

AEO: Entity and definition clarity

Warning
01

Issue

Entity or definition gaps: cal, com, online, bookings, better, way, schedule, meetings.

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

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

Evidence
{
  "title": "Cal.com | Scheduling Software for Online Bookings",
  "h1": "The better way to schedule your meetings",
  "description": "A fully customizable scheduling software for individuals, businesses taking calls and developers building scheduling platforms where users meet users.",
  "topicOverlap": 0.2,
  "definitionCount": 16,
  "topicTerms": [
    "cal",
    "com",
    "scheduling",
    "software",
    "online",
    "bookings",
    "better",
    "way",
    "schedule",
    "meetings"
  ],
  "descriptionTerms": [
    "fully",
    "customizable",
    "scheduling",
    "software",
    "individuals",
    "businesses",
    "taking",
    "calls",
    "developers",
    "building",
    "platforms",
    "where",
    "users",
    "meet"
  ],
  "missingFromDescription": [
    "cal",
    "com",
    "online",
    "bookings",
    "better",
    "way",
    "schedule",
    "meetings"
  ],
  "score": 80,
  "weight": 18
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

AEO: Answer intent coverage

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

1 Warning

Needs attention

AEO: Answer intent coverage

Warning
01

Issue

Missing likely AI Overview intent sections: what, how, 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": "With us, appointment scheduling is easy",
      "html": "<h2 class=\"framer-text framer-styles-preset-14lqleo\" data-styles-preset=\"zwSjrKK5f\" dir=\"auto\" style=\"--framer-text-alignment:center\">With us, appointment scheduling is easy</h2>"
    },
    {
      "text": "With us, appointment scheduling is easy",
      "html": "<h2 class=\"framer-text framer-styles-preset-14lqleo\" data-styles-preset=\"zwSjrKK5f\" dir=\"auto\" style=\"--framer-text-alignment:left\">With us, appointment scheduling is easy</h2>"
    },
    {
      "text": "Cal.com",
      "html": "<h2 class=\"framer-text\" style=\"--font-selector:Qkk7Q2FsIFNhbnMvU2VtaUJvbGQvdjA=;--framer-font-family:&quot;Cal Sans&quot;, sans-serif;--framer-font-weight:600;--framer-line-height:1.1em;--framer-text-alignment:center;--framer-text-color:var(--extracted-1of0zx5, var(--token-fe0d69fb-0445-4f97-b1b4-d5035d890a7a, rgb(20, 20, 20)))\">Cal.com</h2>"
    },
    {
      "text": "Your all-purpose scheduling app",
      "html": "<h2 class=\"framer-text framer-styles-preset-14lqleo\" data-styles-preset=\"zwSjrKK5f\" dir=\"auto\" style=\"--framer-text-alignment:center\">Your all-purpose scheduling app</h2>"
    },
    {
      "text": "Your all-purpose scheduling app",
      "html": "<h2 class=\"framer-text framer-styles-preset-14lqleo\" data-styles-preset=\"zwSjrKK5f\" dir=\"auto\" style=\"--framer-text-alignment:left\">Your all-purpose scheduling app</h2>"
    },
    {
      "text": "…and so much more!",
      "html": "<h2 class=\"framer-text framer-styles-preset-14lqleo\" data-styles-preset=\"zwSjrKK5f\" dir=\"auto\" style=\"--framer-text-alignment:center\">&#x2026;and so much more!</h2>"
    },
    {
      "text": "…and so much more!",
      "html": "<h2 class=\"framer-text framer-styles-preset-14lqleo\" data-styles-preset=\"zwSjrKK5f\" dir=\"auto\" style=\"--framer-text-alignment:left\">&#x2026;and so much more!</h2>"
    },
    {
      "text": "Don’t just take our word for it",
      "html": "<h2 class=\"framer-text framer-styles-preset-14lqleo\" data-styles-preset=\"zwSjrKK5f\">Don&#x2019;t just take our word for it</h2>"
    },
    {
      "text": "Don’t just take our word for it",
      "html": "<h2 class=\"framer-text framer-styles-preset-14lqleo\" data-styles-preset=\"zwSjrKK5f\">Don&#x2019;t just take our word for it</h2>"
    },
    {
      "text": "Don’t just take our word for it",
      "html": "<h2 class=\"framer-text framer-styles-preset-14lqleo\" data-styles-preset=\"zwSjrKK5f\" style=\"--framer-text-alignment:left\">Don&#x2019;t just take our word for it</h2>"
    },
    {
      "text": "All your key tools in-sync with your meetings",
      "html": "<h2 class=\"framer-text framer-styles-preset-14lqleo\" data-styles-preset=\"zwSjrKK5f\" style=\"--framer-text-alignment:left\">All your key tools in-sync with your meetings</h2>"
    },
    {
      "text": "All your key tools in-sync with your meetings",
      "html": "<h2 class=\"framer-text framer-styles-preset-14lqleo\" data-styles-preset=\"zwSjrKK5f\" style=\"--framer-text-alignment:left\">All your key tools in-sync with your meetings</h2>"
    },
    {
      "text": "All your key tools in-sync with your meetings",
      "html": "<h2 class=\"framer-text framer-styles-preset-14lqleo\" data-styles-preset=\"zwSjrKK5f\" style=\"--framer-text-alignment:left\">All your key tools in-sync with your meetings</h2>"
    },
    {
      "text": "See why our users love Cal.com",
      "html": "<h2 class=\"framer-text framer-styles-preset-14lqleo\" data-styles-preset=\"zwSjrKK5f\" dir=\"auto\" style=\"--framer-text-alignment:center\">See why our users love Cal.com</h2>"
    },
    {
      "text": "See why our users love Cal.com",
      "html": "<h2 class=\"framer-text framer-styles-preset-14lqleo\" data-styles-preset=\"zwSjrKK5f\" dir=\"auto\" style=\"--framer-text-alignment:left\">See why our users love Cal.com</h2>"
    },
    {
      "text": "Frequently asked questions",
      "html": "<h2 class=\"framer-text framer-styles-preset-14lqleo\" data-styles-preset=\"zwSjrKK5f\" dir=\"auto\" style=\"--framer-text-alignment:center\">Frequently asked questions</h2>"
    },
    {
      "text": "Frequently asked questions",
      "html": "<h2 class=\"framer-text framer-styles-preset-14lqleo\" data-styles-preset=\"zwSjrKK5f\" dir=\"auto\" style=\"--framer-text-alignment:left\">Frequently asked questions</h2>"
    },
    {
      "text": "Smarter, simpler scheduling",
      "html": "<h2 class=\"framer-text framer-styles-preset-14lqleo\" data-styles-preset=\"zwSjrKK5f\" style=\"--framer-text-alignment:center\">Smarter, simpler scheduling</h2>"
    },
    {
      "text": "Smarter, simpler scheduling",
      "html": "<h2 class=\"framer-text framer-styles-preset-14lqleo\" data-styles-preset=\"zwSjrKK5f\" style=\"--framer-text-alignment:center\">Smarter, simpler scheduling</h2>"
    },
    {
      "text": "Smarter, simpler scheduling",
      "html": "<h2 class=\"framer-text framer-styles-preset-14lqleo\" data-styles-preset=\"zwSjrKK5f\" style=\"--framer-text-alignment:center\">Smarter, simpler scheduling</h2>"
    }
  ],
  "expected": [
    {
      "id": "what",
      "label": "What is Cal.com?",
      "pattern": {}
    },
    {
      "id": "how",
      "label": "How does Cal.com work?",
      "pattern": {}
    },
    {
      "id": "benefits",
      "label": "Why use Cal.com?",
      "pattern": {}
    },
    {
      "id": "cost",
      "label": "Is Cal.com free or paid?",
      "pattern": {}
    },
    {
      "id": "compare",
      "label": "How does Cal.com compare with alternatives?",
      "pattern": {}
    }
  ],
  "missing": [
    {
      "id": "what",
      "label": "What is Cal.com?",
      "pattern": {}
    },
    {
      "id": "how",
      "label": "How does Cal.com work?",
      "pattern": {}
    },
    {
      "id": "cost",
      "label": "Is Cal.com free or paid?",
      "pattern": {}
    },
    {
      "id": "compare",
      "label": "How does Cal.com compare with alternatives?",
      "pattern": {}
    }
  ],
  "score": 70,
  "weight": 8
}

Agent Ease of UseAPIEmerging recommendation

AI context endpoint

AI context endpoint is informational for this page.

Informational

Needs attention

AI context endpoint

Informational
01

Issue

AI context endpoint is informational for this page.

02

Why it matters

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

Check name

AI context endpoint

Score

100/100

Status

informational

Category

API

Maturity

Emerging recommendation

Goal

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

Result

AI context endpoint is informational for this page.

Validation steps

  1. Fetch to find resource

    AI context endpoint was not found at the expected path.

Evidence
{
  "steps": [
    {
      "id": "fetch",
      "title": "Fetch to find resource",
      "status": "informational",
      "evidence": {
        "checked": [
          {
            "path": "/api/ai/context",
            "statusCode": 404,
            "contentType": "text/html; charset=utf-8",
            "length": 424158
          },
          {
            "path": "/api/context",
            "statusCode": 404,
            "contentType": "text/html; charset=utf-8",
            "length": 427011
          },
          {
            "path": "/context",
            "statusCode": 404,
            "contentType": "text/html; charset=utf-8",
            "length": 424275
          }
        ]
      },
      "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": "With us, appointment scheduling is easy",
      "html": "<h2 class=\"framer-text framer-styles-preset-14lqleo\" data-styles-preset=\"zwSjrKK5f\" dir=\"auto\" style=\"--framer-text-alignment:center\">With us, appointment scheduling is easy</h2>"
    },
    {
      "text": "With us, appointment scheduling is easy",
      "html": "<h2 class=\"framer-text framer-styles-preset-14lqleo\" data-styles-preset=\"zwSjrKK5f\" dir=\"auto\" style=\"--framer-text-alignment:left\">With us, appointment scheduling is easy</h2>"
    },
    {
      "text": "Cal.com",
      "html": "<h2 class=\"framer-text\" style=\"--font-selector:Qkk7Q2FsIFNhbnMvU2VtaUJvbGQvdjA=;--framer-font-family:&quot;Cal Sans&quot;, sans-serif;--framer-font-weight:600;--framer-line-height:1.1em;--framer-text-alignment:center;--framer-text-color:var(--extracted-1of0zx5, var(--token-fe0d69fb-0445-4f97-b1b4-d5035d890a7a, rgb(20, 20, 20)))\">Cal.com</h2>"
    },
    {
      "text": "Your all-purpose scheduling app",
      "html": "<h2 class=\"framer-text framer-styles-preset-14lqleo\" data-styles-preset=\"zwSjrKK5f\" dir=\"auto\" style=\"--framer-text-alignment:center\">Your all-purpose scheduling app</h2>"
    },
    {
      "text": "Your all-purpose scheduling app",
      "html": "<h2 class=\"framer-text framer-styles-preset-14lqleo\" data-styles-preset=\"zwSjrKK5f\" dir=\"auto\" style=\"--framer-text-alignment:left\">Your all-purpose scheduling app</h2>"
    },
    {
      "text": "…and so much more!",
      "html": "<h2 class=\"framer-text framer-styles-preset-14lqleo\" data-styles-preset=\"zwSjrKK5f\" dir=\"auto\" style=\"--framer-text-alignment:center\">&#x2026;and so much more!</h2>"
    },
    {
      "text": "…and so much more!",
      "html": "<h2 class=\"framer-text framer-styles-preset-14lqleo\" data-styles-preset=\"zwSjrKK5f\" dir=\"auto\" style=\"--framer-text-alignment:left\">&#x2026;and so much more!</h2>"
    },
    {
      "text": "Don’t just take our word for it",
      "html": "<h2 class=\"framer-text framer-styles-preset-14lqleo\" data-styles-preset=\"zwSjrKK5f\">Don&#x2019;t just take our word for it</h2>"
    },
    {
      "text": "Don’t just take our word for it",
      "html": "<h2 class=\"framer-text framer-styles-preset-14lqleo\" data-styles-preset=\"zwSjrKK5f\">Don&#x2019;t just take our word for it</h2>"
    },
    {
      "text": "Don’t just take our word for it",
      "html": "<h2 class=\"framer-text framer-styles-preset-14lqleo\" data-styles-preset=\"zwSjrKK5f\" style=\"--framer-text-alignment:left\">Don&#x2019;t just take our word for it</h2>"
    },
    {
      "text": "All your key tools in-sync with your meetings",
      "html": "<h2 class=\"framer-text framer-styles-preset-14lqleo\" data-styles-preset=\"zwSjrKK5f\" style=\"--framer-text-alignment:left\">All your key tools in-sync with your meetings</h2>"
    },
    {
      "text": "All your key tools in-sync with your meetings",
      "html": "<h2 class=\"framer-text framer-styles-preset-14lqleo\" data-styles-preset=\"zwSjrKK5f\" style=\"--framer-text-alignment:left\">All your key tools in-sync with your meetings</h2>"
    },
    {
      "text": "All your key tools in-sync with your meetings",
      "html": "<h2 class=\"framer-text framer-styles-preset-14lqleo\" data-styles-preset=\"zwSjrKK5f\" style=\"--framer-text-alignment:left\">All your key tools in-sync with your meetings</h2>"
    },
    {
      "text": "See why our users love Cal.com",
      "html": "<h2 class=\"framer-text framer-styles-preset-14lqleo\" data-styles-preset=\"zwSjrKK5f\" dir=\"auto\" style=\"--framer-text-alignment:center\">See why our users love Cal.com</h2>"
    },
    {
      "text": "See why our users love Cal.com",
      "html": "<h2 class=\"framer-text framer-styles-preset-14lqleo\" data-styles-preset=\"zwSjrKK5f\" dir=\"auto\" style=\"--framer-text-alignment:left\">See why our users love Cal.com</h2>"
    },
    {
      "text": "Frequently asked questions",
      "html": "<h2 class=\"framer-text framer-styles-preset-14lqleo\" data-styles-preset=\"zwSjrKK5f\" dir=\"auto\" style=\"--framer-text-alignment:center\">Frequently asked questions</h2>"
    },
    {
      "text": "Frequently asked questions",
      "html": "<h2 class=\"framer-text framer-styles-preset-14lqleo\" data-styles-preset=\"zwSjrKK5f\" dir=\"auto\" style=\"--framer-text-alignment:left\">Frequently asked questions</h2>"
    },
    {
      "text": "Smarter, simpler scheduling",
      "html": "<h2 class=\"framer-text framer-styles-preset-14lqleo\" data-styles-preset=\"zwSjrKK5f\" style=\"--framer-text-alignment:center\">Smarter, simpler scheduling</h2>"
    },
    {
      "text": "Smarter, simpler scheduling",
      "html": "<h2 class=\"framer-text framer-styles-preset-14lqleo\" data-styles-preset=\"zwSjrKK5f\" style=\"--framer-text-alignment:center\">Smarter, simpler scheduling</h2>"
    },
    {
      "text": "Smarter, simpler scheduling",
      "html": "<h2 class=\"framer-text framer-styles-preset-14lqleo\" data-styles-preset=\"zwSjrKK5f\" style=\"--framer-text-alignment:center\">Smarter, simpler scheduling</h2>"
    }
  ],
  "expected": [
    {
      "id": "what",
      "label": "What is Cal.com?",
      "pattern": {}
    },
    {
      "id": "how",
      "label": "How does Cal.com work?",
      "pattern": {}
    },
    {
      "id": "benefits",
      "label": "Why use Cal.com?",
      "pattern": {}
    },
    {
      "id": "cost",
      "label": "Is Cal.com free or paid?",
      "pattern": {}
    },
    {
      "id": "compare",
      "label": "How does Cal.com compare with alternatives?",
      "pattern": {}
    }
  ],
  "missing": [
    {
      "id": "what",
      "label": "What is Cal.com?",
      "pattern": {}
    },
    {
      "id": "how",
      "label": "How does Cal.com work?",
      "pattern": {}
    },
    {
      "id": "cost",
      "label": "Is Cal.com free or paid?",
      "pattern": {}
    },
    {
      "id": "compare",
      "label": "How does Cal.com 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.

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.

  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": 424275,
        "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.",
          "compatibleContentType": false,
          "contentLength": 423990,
          "hasRegisterInstructions": true,
          "hasProtectedResourceLink": false,
          "hasAuthorizationServerLink": false,
          "mentionsIdentity": true,
          "mentionsCredential": true,
          "links": [
            "/_next/static/chunks/0k6c9i47ki3cm.js",
            "/_next/static/chunks/0o5t4ne2jgzk3.js",
            "/script",
            "/_next/static/chunks/167g48xo7_p0m.js",
            "/script",
            "/_next/static/chunks/05nq3oru2i5mz.js",
            "/script",
            "/_next/static/chunks/15pnfa8o~gp4f.js",
            "/script",
            "/_next/static/chunks/0nsg83rho0qg4.js"
          ],
          "rawExcerpt": "<!DOCTYPE html><html id=\"__next_error__\"><head><meta charSet=\"utf-8\"/><meta name=\"viewport\" content=\"width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no, viewport-fit=cover\"/><link rel=\"preload\" as=\"script\" fetchPriority=\"low\" href=\"/_next/static/chunks/0k6c9i47ki3cm.js\"/><script src=\"/_next/static/chunks/0o5t4ne2jgzk3.js\" async=\"\"></script><script src=\"/_next/static/chunks/167g48xo7_p0m.js\" async=\"\"></script><script src=\"/_next/static/chunks/05nq3oru2i5mz.js\" async=\"\"></script><script src=\"/_next/static/chunks/15pnfa8o~gp4f.js\" async=\"\"></script><script src=\"/_next/static/chunks/0nsg83rho0qg4.js\" async=\"\"></script><script src=\"/_next/static/chunks/08ld4xo-bkhwm.js\" async=\"\"></script><script src=\"/_next/static/chunks/turbopack-0d~o~gpakzsdb.js\" async=\"\"></script><script "
        }
      },
      "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.",
      "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": 427074,
        "text": "<!DOCTYPE html><html id=\"__next_error__\"><head><meta charSet=\"utf-8\"/><meta name=\"viewport\" content=\"width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no, viewport-fit=cover\"/><link rel=\"preload\" as=\"script\" fetchPriority=\"low\" href=\"/_next/static/chunks/0k6c9i47ki3cm.js\"/><script src=\"/_next/static/chunks/0o5t4ne2jgzk3.js\" async=\"\"></script><script src=\"/_next/static/chunks/167g48xo7_p0m.js\" async=\"\"></script><script src=\"/_next/static/chunks/05nq3oru2i5mz.js\" async=\"\"></script><script src=\"/_next/static/chunks/15pnfa8o~gp4f.js\" async=\"\"></script><script src=\"/_next/static/chunks/0nsg83rho0qg4.js\" async=\"\"></script><script src=\"/_next/static/chunks/08ld4xo-bkhwm.js\" async=\"\"></script><script src=\"/_next/static/chunks/turbopack-0d~o~gpakzsdb.js\" async=\"\"></script><script src=\"/_next/static/chunks/0qw_414qnywst.js\" async=\"\"></script><script src=\"/_next/static/chunks/0q83mxd0wwi.o.js\" async=\"\"></script><script src=\"/_next/static/chunks/0zvq8yn3iesnm.js\" async=\"\"></script><script src=\"/_next/static/chunks/0z1_f_8x.4tv..js\" async=\"\"></script><script src=\"/_next/static/chunks/0iwyb1c284fxh.js\" async=\"\"></script><script src=\"/_next/static/chunks/0pbr0n_y3hnvz.js\" async=\"\"></script><script src=\"/_next/static/chunks/17b9rec39ws.u.js\" async=\"\"></script><script src=\"/_next/static/chunks/05yj15pgs~ity.js\" async=\"\"></script><script src=\"/_next/static/chunks/0ickv.kkb4pog.js\" async=\"\"></script><script src=\"/_next/static/chunks/0_ehl1jgv6n9h.js\" async=\"\"></script><script src=\"/_next/static/chunks/0plkoqvkerwnr.js\" async=\"\"></script><script src=\"/_next/static/chunks/0itjzgh2lghd7.js\" async=\"\"></script><script src=\"/_next/static/chunks/0dey-yqq3zu9j.js\" async=\"\"></script><script src=\"/_next/static/chunks/0702bpg_h0u5_.js\" async=\"\"></script><script src=\"/_next/static/chunks/0sj~x.3xjc_0b.js\" async=\"\"></script><script src=\"/_next/static/chunks/0u4v0k~~qqnan.js\" async=\"\"></script><script src=\"/_next/static/chunks/08.1wtiz~4r7q.js\" async=\"\"></script><link rel=\"preload\" href=\"/_next/static/chunks/093rd3b9u5ucm.css\" as=\"style\"/><link rel=\"preload\" href=\"/_next/static/chunks/0i9mcmmua6qb~.css\" as=\"style\"/><meta name=\"robots\" content=\"noindex\"/><meta name=\"theme-color\" content=\"#f9fafb\" media=\"(prefers-color-scheme: light)\"/><meta name=\"theme-color\" content=\"#1C1C1C\" media=\"(prefers-color-scheme: dark)\"/><title>404: This page could not be found. | Cal.com</title><meta name=\"description\" content=\"404: This page could not be found.\"/><link rel=\"manifest\" href=\"/site.webmanifest\"/><meta name=\"robots\" content=\"noindex, nofollow\"/><meta name=\"application-TileColor\" content=\"#ff0000\"/><link rel=\"canonical\" href=\"https://cal.com\"/><meta property=\"og:title\" content=\"404: This page could not be found. | Cal.com\"/><meta property=\"og:description\" content=\"404: This page could not be found.\"/><meta property=\"og:url\" content=\"https://cal.com\"/><meta property=\"og:site_name\" content=\"Cal.com\"/><meta property=\"og:image\" content=\"https://cal.com/_next/image?w=1200&amp;q=100&amp;url=%2Fapi%2Fsocial%2Fog%2Fimage%3Ftype%3Dgeneric%26title%3D404%253A%2BThis%2Bpage%2Bcould%2Bnot%2Bbe%2Bfound.%2B%257C%2BCal.com%26description%3D404%253A%2BThis%2Bpage%2Bcould%2Bnot%2Bbe%2Bfound.%26v%3D09218e81\"/><meta property=\"og:type\" content=\"website\"/><meta name=\"twitter:card\" content=\"summary_large_image\"/><meta name=\"twitter:site\" content=\"@calcom\"/><meta name=\"twitter:creator\" content=\"@calcom\"/><meta name=\"twitter:title\" content=\"404: This page could not be found. | Cal.com\"/><meta name=\"twitter:description\" content=\"404: This page could not be found.\"/><meta name=\"twitter:image\" content=\"https://cal.com/_next/image?w=1200&amp;q=100&amp;url=%2Fapi%2Fsocial%2Fog%2Fimage%3Ftype%3Dgeneric%26title%3D404%253A%2BThis%2Bpage%2Bcould%2Bnot%2Bbe%2Bfound.%2B%257C%2BCal.com%26description%3D404%253A%2BThis%2Bpage%2Bcould%2Bnot%2Bbe%2Bfound.%26v%3D09218e81\"/><link rel=\"icon\" href=\"/favicon.ico?favicon.0776-zo3l-hti.ico\" sizes=\"48x48\" type=\"image/x-icon\"/><link rel=\"icon\" href=\"/a"
      },
      "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": 427078,
          "text": "<!DOCTYPE html><html id=\"__next_error__\"><head><meta charSet=\"utf-8\"/><meta name=\"viewport\" content=\"width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no, viewport-fit=cover\"/><link rel=\"preload\" as=\"script\" fetchPriority=\"low\" href=\"/_next/static/chunks/0k6c9i47ki3cm.js\"/><script src=\"/_next/static/chunks/0o5t4ne2jgzk3.js\" async=\"\"></script><script src=\"/_next/static/chunks/167g48xo7_p0m.js\" async=\"\"></script><script src=\"/_next/static/chunks/05nq3oru2i5mz.js\" async=\"\"></script><script src=\"/_next/static/chunks/15pnfa8o~gp4f.js\" async=\"\"></script><script src=\"/_next/static/chunks/0nsg83rho0qg4.js\" async=\"\"></script><script src=\"/_next/static/chunks/08ld4xo-bkhwm.js\" async=\"\"></script><script src=\"/_next/static/chunks/turbopack-0d~o~gpakzsdb.js\" async=\"\"></script><script src=\"/_next/static/chunks/0qw_414qnywst.js\" async=\"\"></script><script src=\"/_next/static/chunks/0q83mxd0wwi.o.js\" async=\"\"></script><script src=\"/_next/static/chunks/0zvq8yn3iesnm.js\" async=\"\"></script><script src=\"/_next/static/chunks/0z1_f_8x.4tv..js\" async=\"\"></script><script src=\"/_next/static/chunks/0iwyb1c284fxh.js\" async=\"\"></script><script src=\"/_next/static/chunks/0pbr0n_y3hnvz.js\" async=\"\"></script><script src=\"/_next/static/chunks/17b9rec39ws.u.js\" async=\"\"></script><script src=\"/_next/static/chunks/05yj15pgs~ity.js\" async=\"\"></script><script src=\"/_next/static/chunks/0ickv.kkb4pog.js\" async=\"\"></script><script src=\"/_next/static/chunks/0_ehl1jgv6n9h.js\" async=\"\"></script><script src=\"/_next/static/chunks/0plkoqvkerwnr.js\" async=\"\"></script><script src=\"/_next/static/chunks/0itjzgh2lghd7.js\" async=\"\"></script><script src=\"/_next/static/chunks/0dey-yqq3zu9j.js\" async=\"\"></script><script src=\"/_next/static/chunks/0702bpg_h0u5_.js\" async=\"\"></script><script src=\"/_next/static/chunks/0sj~x.3xjc_0b.js\" async=\"\"></script><script src=\"/_next/static/chunks/0u4v0k~~qqnan.js\" async=\"\"></script><script src=\"/_next/static/chunks/08.1wtiz~4r7q.js\" async=\"\"></script><link rel=\"preload\" href=\"/_next/static/chunks/093rd3b9u5ucm.css\" as=\"style\"/><link rel=\"preload\" href=\"/_next/static/chunks/0i9mcmmua6qb~.css\" as=\"style\"/><meta name=\"robots\" content=\"noindex\"/><meta name=\"theme-color\" content=\"#f9fafb\" media=\"(prefers-color-scheme: light)\"/><meta name=\"theme-color\" content=\"#1C1C1C\" media=\"(prefers-color-scheme: dark)\"/><title>404: This page could not be found. | Cal.com</title><meta name=\"description\" content=\"404: This page could not be found.\"/><link rel=\"manifest\" href=\"/site.webmanifest\"/><meta name=\"robots\" content=\"noindex, nofollow\"/><meta name=\"application-TileColor\" content=\"#ff0000\"/><link rel=\"canonical\" href=\"https://cal.com\"/><meta property=\"og:title\" content=\"404: This page could not be found. | Cal.com\"/><meta property=\"og:description\" content=\"404: This page could not be found.\"/><meta property=\"og:url\" content=\"https://cal.com\"/><meta property=\"og:site_name\" content=\"Cal.com\"/><meta property=\"og:image\" content=\"https://cal.com/_next/image?w=1200&amp;q=100&amp;url=%2Fapi%2Fsocial%2Fog%2Fimage%3Ftype%3Dgeneric%26title%3D404%253A%2BThis%2Bpage%2Bcould%2Bnot%2Bbe%2Bfound.%2B%257C%2BCal.com%26description%3D404%253A%2BThis%2Bpage%2Bcould%2Bnot%2Bbe%2Bfound.%26v%3D09218e81\"/><meta property=\"og:type\" content=\"website\"/><meta name=\"twitter:card\" content=\"summary_large_image\"/><meta name=\"twitter:site\" content=\"@calcom\"/><meta name=\"twitter:creator\" content=\"@calcom\"/><meta name=\"twitter:title\" content=\"404: This page could not be found. | Cal.com\"/><meta name=\"twitter:description\" content=\"404: This page could not be found.\"/><meta name=\"twitter:image\" content=\"https://cal.com/_next/image?w=1200&amp;q=100&amp;url=%2Fapi%2Fsocial%2Fog%2Fimage%3Ftype%3Dgeneric%26title%3D404%253A%2BThis%2Bpage%2Bcould%2Bnot%2Bbe%2Bfound.%2B%257C%2BCal.com%26description%3D404%253A%2BThis%2Bpage%2Bcould%2Bnot%2Bbe%2Bfound.%26v%3D09218e81\"/><link rel=\"icon\" href=\"/favicon.ico?favicon.0776-zo3l-hti.ico\" sizes=\"48x48\" type=\"image/x-icon\"/><link rel=\"icon\" href=\"/a"
        }
      },
      "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": 12,
    "signals": [
      {
        "source": "link:href",
        "weight": 3,
        "match": "auth link"
      },
      {
        "source": "visible-text",
        "weight": 3,
        "match": "sign in"
      },
      {
        "source": "visible-text",
        "weight": 3,
        "match": "sign up"
      },
      {
        "source": "visible-text",
        "weight": 3,
        "match": "oauth"
      }
    ]
  },
  "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": 427066
          },
          {
            "path": "/.well-known/oauth-authorization-server",
            "statusCode": 404,
            "contentType": "text/html; charset=utf-8",
            "length": 427078
          }
        ]
      },
      "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": 12,
    "signals": [
      {
        "source": "link:href",
        "weight": 3,
        "match": "auth link"
      },
      {
        "source": "visible-text",
        "weight": 3,
        "match": "sign in"
      },
      {
        "source": "visible-text",
        "weight": 3,
        "match": "sign up"
      },
      {
        "source": "visible-text",
        "weight": 3,
        "match": "oauth"
      }
    ]
  },
  "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 id=\"__next_error__\"><head><meta charSet=\"utf-8\"/><meta name=\"viewport\" content=\"width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no, viewport-fit=cover\"/><link rel=\"preload\" as=\"script\" fetchPriority=\"low\" href=\"/_next/static/chunks/0k6c9i47ki3cm.js\"/><script src=\"/_next/static/chunks/0o5t4ne2jgzk3.js\" async=\"\"></script><script src=\"/_next/static/chunks/167g48xo7_p0m.js\" async=\"\"></script><script src=\"/_next/static/chunks/05nq3oru2i5mz.js\" async=\"\"></script><script src=\"/_next/static/chunks/15pnfa8o~gp4f.js\" async=\"\"></script><script src=\"/_next/static/chunks/0nsg83rho0qg4.js\" async=\"\"></script><script src=\"/_next/static/chunks/08ld4xo-bkhwm.js\" async=\"\"></script><script src=\"/_next/static/chunks/turbopack-0d~o~gpakzsdb.js\" async=\"\"></script><script "
      },
      "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://cal.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://cal.com/.well-known/oauth-protected-resource",
            "metadataUrlMatches": true,
            "resourceMatchesRequestContext": true
          },
          {
            "path": "/api/admin/summary",
            "statusCode": 404,
            "wwwAuthenticate": {
              "valid": false,
              "present": false
            },
            "expectedMetadataUrl": "https://cal.com/.well-known/oauth-protected-resource",
            "metadataUrlMatches": true,
            "resourceMatchesRequestContext": true
          },
          {
            "path": "/api/scans",
            "statusCode": 404,
            "wwwAuthenticate": {
              "valid": false,
              "present": false
            },
            "expectedMetadataUrl": "https://cal.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": 12,
    "signals": [
      {
        "source": "link:href",
        "weight": 3,
        "match": "auth link"
      },
      {
        "source": "visible-text",
        "weight": 3,
        "match": "sign in"
      },
      {
        "source": "visible-text",
        "weight": 3,
        "match": "sign up"
      },
      {
        "source": "visible-text",
        "weight": 3,
        "match": "oauth"
      }
    ]
  },
  "resourceFetchSucceeded": false
}

Performance and AccessibilityPerformanceBrowser audit

Document does not have a main landmark.

17 Fail

Check name

Document does not have a main landmark.

Score

0/100

Status

fail

Device

desktop

Category

Performance

Fix guidance

One main landmark helps screen reader users navigate a web page. [Learn more about landmarks](https://dequeuniversity.com/rules/axe/4.11/landmark-one-main).

Evidence
{
  "description": "One main landmark helps screen reader users navigate a web page. [Learn more about landmarks](https://dequeuniversity.com/rules/axe/4.11/landmark-one-main)."
}

Performance and AccessibilityPerformanceBrowser audit

Font display

17 Fail

Check name

Font display

Score

0/100

Status

fail

Device

desktop

Category

Performance

Estimated savings

Est savings of 40 ms

Fix guidance

Consider setting [font-display](https://developer.chrome.com/docs/performance/insights/font-display) to swap or optional to ensure text is consistently visible. swap can be further optimized to mitigate layout shifts with [font metric overrides](https://developer.chrome.com/blog/font-fallbacks).

Evidence
{
  "displayValue": "Est savings of 40 ms",
  "description": "Consider setting [font-display](https://developer.chrome.com/docs/performance/insights/font-display) to swap or optional to ensure text is consistently visible. swap can be further optimized to mitigate layout shifts with [font metric overrides](https://developer.chrome.com/blog/font-fallbacks)."
}

Performance and AccessibilityPerformanceBrowser audit

Links do not have a discernible name

17 Fail

Check name

Links do not have a discernible name

Score

0/100

Status

fail

Device

desktop

Category

Performance

Fix guidance

Link text (and alternate text for images, when used as links) that is discernible, unique, and focusable improves the navigation experience for screen reader users. [Learn how to make links accessible](https://dequeuniversity.com/rules/axe/4.11/link-name).

Evidence
{
  "description": "Link text (and alternate text for images, when used as links) that is discernible, unique, and focusable improves the navigation experience for screen reader users. [Learn how to make links accessible](https://dequeuniversity.com/rules/axe/4.11/link-name)."
}

Performance and AccessibilityPerformanceBrowser audit

Network dependency tree

17 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

Improve image delivery

8 Warning

Check name

Improve image delivery

Score

50/100

Status

warning

Device

desktop

Category

Performance

Estimated savings

Est savings of 138 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 138 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

Reduce unused JavaScript

8 Warning

Check name

Reduce unused JavaScript

Score

50/100

Status

warning

Device

desktop

Category

Performance

Estimated savings

Est savings of 246 KiB

Fix guidance

Reduce unused JavaScript and defer loading scripts until they are required to decrease bytes consumed by network activity. [Learn how to reduce unused JavaScript](https://developer.chrome.com/docs/lighthouse/performance/unused-javascript/).

Evidence
{
  "displayValue": "Est savings of 246 KiB",
  "description": "Reduce unused JavaScript and defer loading scripts until they are required to decrease bytes consumed by network activity. [Learn how to reduce unused JavaScript](https://developer.chrome.com/docs/lighthouse/performance/unused-javascript/).",
  "numericValue": 0
}

Fix with MCP or CLI

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

Score history

Public scan score over time

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

1 reports
Public score history report links
Scan dateScoreReadinessReport
57/100Level 3, Bot-AwareCurrent report
cal.com AI SEO Report: 57/100 (Level 3, Bot-Aware)