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

OVERALL SCORE

Level 3, Bot-Aware

Moderate readiness for AI agents
AIDiscoverability54%Agent Easeof Use10%Security& Trust40%GEO, AIO, AEO79%SEO92%Performance& Accessibility81%
  • AI Discoverability 54 out of 100
  • Agent Ease of Use 10 out of 100
  • Security & Trust 40 out of 100
  • GEO, AIO and AEO 79 out of 100
  • SEO 92 out of 100
  • Performance and Accessibility 81 out of 100

CAPTURED SCREENSHOT

Captured website desktop screenshot

What AI sees of your website

Avoma — AI Platform for Note-taking, Scheduling & Coaching favicon

Avoma — AI Platform for Note-taking, Scheduling & Coaching

Accelerate your growth with Avoma’s all-in-one AI platform: Automate note-taking, scheduling, call coaching, CRM updates, and more. Pay only for what you need.

Next step

Turn this report into a fix workflow

24 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
54
Needs work11121View details
Discoverability
71
Needs work540View details
Content Readiness
54
Needs work551View details
Bot Access Control
33
Priority fix130View details
Agent Ease of Use
10
Priority fix6291View details
API
0
Priority fix060View details
Auth
Not Applicable
Not Applicable070View details
MCP
25
Priority fix260View details
Skill Discovery
5
Priority fix0101View details
Agent Commerce
Not Applicable
Not Applicable400
GEO, AIO and AEO
79
Mostly ready7010
GEO Readiness
Not Applicable
Not Applicable300
AIO Readiness
78
Mostly ready205
AEO Readiness
69
Needs work205
SEO
92
Strong1010View details
SEO
92
Strong1010View details
Security & Trust
40
Priority fix630View details
Security & Trust
40
Priority fix230View details
AI Training Exposure
Not Applicable
Not Applicable400
Performance and Accessibility
81
Mostly ready1952View details
Performance
78
Mostly ready1342View details
Accessibility
87
Mostly ready610View details

Prioritized recommendations

Issues ranked by score impact

42 items need attention

Agent Ease of UseAPIEstablished

API Catalog

API Catalog failed at "Fetch API catalog".

50 Fail

Needs attention

API Catalog

Failed check
01

Issue

The API catalog endpoint did not return HTTP 2xx.

02

Why it matters

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

Check name

API Catalog

Score

0/100

Status

fail

Category

API

Maturity

Established

Goal

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

Result

API Catalog failed at "Fetch API catalog".

Validation steps

  1. Fetch API catalog

    The API catalog endpoint did not return HTTP 2xx.

  2. Validate RFC 9727 linkset

    Response is not valid JSON.

  3. Fetch advertised API catalog targets

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

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

AI DiscoverabilityBot Access ControlInformational

Content Signal

Content Signal is missing or incomplete.

50 Fail

Needs attention

Content Signal

Failed check
01

Issue

No Content Signal found in robots.txt

02

Why it matters

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

Check name

Content Signal

Score

0/100

Status

fail

Category

Bot Access Control

Maturity

Informational

Goal

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

Result

Content Signal is missing or incomplete.

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

AI DiscoverabilityDiscoverabilityEstablished

FAQPage schema

FAQPage schema is missing or incomplete.

50 Fail

Needs attention

FAQPage schema

Failed check
01

Issue

FAQ content was detected but no FAQPage schema was found.

02

Why it matters

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

Check name

FAQPage schema

Score

0/100

Status

fail

Category

Discoverability

Maturity

Established

Goal

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

Result

FAQPage schema is missing or incomplete.

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

AI DiscoverabilityDiscoverabilityEstablished

Link headers

Link headers failed at "Find useful Link headers".

50 Fail

Needs attention

Link headers

Failed check
01

Issue

No useful agent discovery Link headers were found.

02

Why it matters

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

Check name

Link headers

Score

0/100

Status

fail

Category

Discoverability

Maturity

Established

Goal

Include Link response headers for agent discovery using RFC 8288.

Result

Link headers failed at "Find useful Link headers".

Validation steps

  1. Find useful Link headers

    No useful agent discovery Link headers were found.

  2. Fetch same-origin Link header targets

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

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

Agent Ease of UseAPIEstablished

OpenAPI discovery

OpenAPI discovery failed at "Find valid OpenAPI document".

50 Fail

Needs attention

OpenAPI discovery

Failed check
01

Issue

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

02

Why it matters

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

Check name

OpenAPI discovery

Score

0/100

Status

fail

Category

API

Maturity

Established

Goal

Publish a valid OpenAPI or Swagger document for API discovery.

Result

OpenAPI discovery failed at "Find valid OpenAPI document".

Validation steps

  1. Find valid OpenAPI document

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

Evidence
{
  "failedStep": "fetch",
  "steps": [
    {
      "id": "fetch",
      "title": "Find valid OpenAPI document",
      "status": "fail",
      "evidence": {
        "checked": [
          {
            "path": "/openapi.json",
            "statusCode": 404,
            "contentType": "text/html; charset=utf-8",
            "valid": false,
            "issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html; charset=utf-8\" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
            "compatibleContentType": false,
            "format": "yaml",
            "version": "",
            "pathCount": 0,
            "operationCount": 0,
            "rawExcerpt": "<!DOCTYPE html><!-- Last Published: Tue Jun 09 2026 20:41:43 GMT+0000 (Coordinated Universal Time) --><html data-wf-domain=\"www.avoma.com\" data-wf-page=\"65cfc196702dc1cdd65a6a0d\" data-wf-site=\"5de236b4d41434460ade73ac\"><head><meta charset=\"utf-8\"/><link href=\"https://cdn.prod.website-files.com\" rel=\"preconnect\" crossorigin=\"anonymous\"/><title>Not Found</title><meta content=\"Not Found\" property=\"og:title\"/><meta content=\"Not Found\" name=\"twitter:title\"/><meta content=\"width=device-width, initial-scale=1\" name=\"viewport\"/><link href=\"https://cdn.prod.website-files.com/5de236b4d41434460ade73ac/css/avoma.shared.1621c51c8.min.css\" rel=\"stylesheet\" type=\"text/css\" integrity=\"sha384-FiHFHIH8N/fiyJAfAPxWYQem1UCsmuOaFKXqs1WOTMBG0P+jyADuUXxNLnyAeLX0\" crossorigin=\"anonymous\"/><link href=\"https://font"
          },
          {
            "path": "/openapi.yaml",
            "statusCode": 404,
            "contentType": "text/html; charset=utf-8",
            "valid": false,
            "issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html; charset=utf-8\" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
            "compatibleContentType": false,
            "format": "yaml",
            "version": "",
            "pathCount": 0,
            "operationCount": 0,
            "rawExcerpt": "<!DOCTYPE html><!-- Last Published: Tue Jun 09 2026 20:41:43 GMT+0000 (Coordinated Universal Time) --><html data-wf-domain=\"www.avoma.com\" data-wf-page=\"65cfc196702dc1cdd65a6a0d\" data-wf-site=\"5de236b4d41434460ade73ac\"><head><meta charset=\"utf-8\"/><link href=\"https://cdn.prod.website-files.com\" rel=\"preconnect\" crossorigin=\"anonymous\"/><title>Not Found</title><meta content=\"Not Found\" property=\"og:title\"/><meta content=\"Not Found\" name=\"twitter:title\"/><meta content=\"width=device-width, initial-scale=1\" name=\"viewport\"/><link href=\"https://cdn.prod.website-files.com/5de236b4d41434460ade73ac/css/avoma.shared.1621c51c8.min.css\" rel=\"stylesheet\" type=\"text/css\" integrity=\"sha384-FiHFHIH8N/fiyJAfAPxWYQem1UCsmuOaFKXqs1WOTMBG0P+jyADuUXxNLnyAeLX0\" crossorigin=\"anonymous\"/><link href=\"https://font"
          },
          {
            "path": "/swagger.json",
            "statusCode": 404,
            "contentType": "text/html; charset=utf-8",
            "valid": false,
            "issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html; charset=utf-8\" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
            "compatibleContentType": false,
            "format": "yaml",
            "version": "",
            "pathCount": 0,
            "operationCount": 0,
            "rawExcerpt": "<!DOCTYPE html><!-- Last Published: Tue Jun 09 2026 20:41:43 GMT+0000 (Coordinated Universal Time) --><html data-wf-domain=\"www.avoma.com\" data-wf-page=\"65cfc196702dc1cdd65a6a0d\" data-wf-site=\"5de236b4d41434460ade73ac\"><head><meta charset=\"utf-8\"/><link href=\"https://cdn.prod.website-files.com\" rel=\"preconnect\" crossorigin=\"anonymous\"/><title>Not Found</title><meta content=\"Not Found\" property=\"og:title\"/><meta content=\"Not Found\" name=\"twitter:title\"/><meta content=\"width=device-width, initial-scale=1\" name=\"viewport\"/><link href=\"https://cdn.prod.website-files.com/5de236b4d41434460ade73ac/css/avoma.shared.1621c51c8.min.css\" rel=\"stylesheet\" type=\"text/css\" integrity=\"sha384-FiHFHIH8N/fiyJAfAPxWYQem1UCsmuOaFKXqs1WOTMBG0P+jyADuUXxNLnyAeLX0\" crossorigin=\"anonymous\"/><link href=\"https://font"
          },
          {
            "path": "/swagger.yaml",
            "statusCode": 404,
            "contentType": "text/html; charset=utf-8",
            "valid": false,
            "issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html; charset=utf-8\" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
            "compatibleContentType": false,
            "format": "yaml",
            "version": "",
            "pathCount": 0,
            "operationCount": 0,
            "rawExcerpt": "<!DOCTYPE html><!-- Last Published: Tue Jun 09 2026 20:41:43 GMT+0000 (Coordinated Universal Time) --><html data-wf-domain=\"www.avoma.com\" data-wf-page=\"65cfc196702dc1cdd65a6a0d\" data-wf-site=\"5de236b4d41434460ade73ac\"><head><meta charset=\"utf-8\"/><link href=\"https://cdn.prod.website-files.com\" rel=\"preconnect\" crossorigin=\"anonymous\"/><title>Not Found</title><meta content=\"Not Found\" property=\"og:title\"/><meta content=\"Not Found\" name=\"twitter:title\"/><meta content=\"width=device-width, initial-scale=1\" name=\"viewport\"/><link href=\"https://cdn.prod.website-files.com/5de236b4d41434460ade73ac/css/avoma.shared.1621c51c8.min.css\" rel=\"stylesheet\" type=\"text/css\" integrity=\"sha384-FiHFHIH8N/fiyJAfAPxWYQem1UCsmuOaFKXqs1WOTMBG0P+jyADuUXxNLnyAeLX0\" crossorigin=\"anonymous\"/><link href=\"https://font"
          },
          {
            "path": "/api/openapi.json",
            "statusCode": 404,
            "contentType": "text/html; charset=utf-8",
            "valid": false,
            "issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html; charset=utf-8\" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
            "compatibleContentType": false,
            "format": "yaml",
            "version": "",
            "pathCount": 0,
            "operationCount": 0,
            "rawExcerpt": "<!DOCTYPE html><!-- Last Published: Tue Jun 09 2026 20:41:43 GMT+0000 (Coordinated Universal Time) --><html data-wf-domain=\"www.avoma.com\" data-wf-page=\"65cfc196702dc1cdd65a6a0d\" data-wf-site=\"5de236b4d41434460ade73ac\"><head><meta charset=\"utf-8\"/><link href=\"https://cdn.prod.website-files.com\" rel=\"preconnect\" crossorigin=\"anonymous\"/><title>Not Found</title><meta content=\"Not Found\" property=\"og:title\"/><meta content=\"Not Found\" name=\"twitter:title\"/><meta content=\"width=device-width, initial-scale=1\" name=\"viewport\"/><link href=\"https://cdn.prod.website-files.com/5de236b4d41434460ade73ac/css/avoma.shared.1621c51c8.min.css\" rel=\"stylesheet\" type=\"text/css\" integrity=\"sha384-FiHFHIH8N/fiyJAfAPxWYQem1UCsmuOaFKXqs1WOTMBG0P+jyADuUXxNLnyAeLX0\" crossorigin=\"anonymous\"/><link href=\"https://font"
          },
          {
            "path": "/api/swagger.json",
            "statusCode": 404,
            "contentType": "text/html; charset=utf-8",
            "valid": false,
            "issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html; charset=utf-8\" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
            "compatibleContentType": false,
            "format": "yaml",
            "version": "",
            "pathCount": 0,
            "operationCount": 0,
            "rawExcerpt": "<!DOCTYPE html><!-- Last Published: Tue Jun 09 2026 20:41:43 GMT+0000 (Coordinated Universal Time) --><html data-wf-domain=\"www.avoma.com\" data-wf-page=\"65cfc196702dc1cdd65a6a0d\" data-wf-site=\"5de236b4d41434460ade73ac\"><head><meta charset=\"utf-8\"/><link href=\"https://cdn.prod.website-files.com\" rel=\"preconnect\" crossorigin=\"anonymous\"/><title>Not Found</title><meta content=\"Not Found\" property=\"og:title\"/><meta content=\"Not Found\" name=\"twitter:title\"/><meta content=\"width=device-width, initial-scale=1\" name=\"viewport\"/><link href=\"https://cdn.prod.website-files.com/5de236b4d41434460ade73ac/css/avoma.shared.1621c51c8.min.css\" rel=\"stylesheet\" type=\"text/css\" integrity=\"sha384-FiHFHIH8N/fiyJAfAPxWYQem1UCsmuOaFKXqs1WOTMBG0P+jyADuUXxNLnyAeLX0\" crossorigin=\"anonymous\"/><link href=\"https://font"
          },
          {
            "path": "/docs/openapi.json",
            "statusCode": 404,
            "contentType": "text/html; charset=utf-8",
            "valid": false,
            "issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html; charset=utf-8\" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
            "compatibleContentType": false,
            "format": "yaml",
            "version": "",
            "pathCount": 0,
            "operationCount": 0,
            "rawExcerpt": "<!DOCTYPE html><!-- Last Published: Tue Jun 09 2026 20:41:43 GMT+0000 (Coordinated Universal Time) --><html data-wf-domain=\"www.avoma.com\" data-wf-page=\"65cfc196702dc1cdd65a6a0d\" data-wf-site=\"5de236b4d41434460ade73ac\"><head><meta charset=\"utf-8\"/><link href=\"https://cdn.prod.website-files.com\" rel=\"preconnect\" crossorigin=\"anonymous\"/><title>Not Found</title><meta content=\"Not Found\" property=\"og:title\"/><meta content=\"Not Found\" name=\"twitter:title\"/><meta content=\"width=device-width, initial-scale=1\" name=\"viewport\"/><link href=\"https://cdn.prod.website-files.com/5de236b4d41434460ade73ac/css/avoma.shared.1621c51c8.min.css\" rel=\"stylesheet\" type=\"text/css\" integrity=\"sha384-FiHFHIH8N/fiyJAfAPxWYQem1UCsmuOaFKXqs1WOTMBG0P+jyADuUXxNLnyAeLX0\" crossorigin=\"anonymous\"/><link href=\"https://font"
          }
        ]
      },
      "issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html; charset=utf-8\" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
      "howToFix": "Publish a valid OpenAPI 3.x or Swagger 2.0 JSON/YAML document with info, paths, operations, and responses."
    }
  ]
}

AI DiscoverabilityBot Access ControlInformational

Web Bot Auth request signing

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

50 Fail

Needs attention

Web Bot Auth request signing

Failed check
01

Issue

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

02

Why it matters

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

Check name

Web Bot Auth request signing

Score

0/100

Status

fail

Category

Bot Access Control

Maturity

Informational

Goal

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

Result

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

Validation steps

  1. Fetch to find resource

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

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

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

AI DiscoverabilityContent ReadinessEstablished

Markdown negotiation

Markdown negotiation failed at "Markdown content type".

33 Fail

Needs attention

Markdown negotiation

Failed check
01

Issue

Content-Type "text/html; charset=utf-8" does not indicate Markdown when requested with Accept: text/markdown.

02

Why it matters

Markdown negotiation gives agents a cleaner representation of page content while preserving normal HTML for browsers.

Check name

Markdown negotiation

Score

0/100

Status

fail

Category

Content Readiness

Maturity

Established

Goal

Return HTML responses as markdown when agents request it.

Result

Markdown negotiation failed at "Markdown content type".

Validation steps

  1. Markdown content type

    Content-Type "text/html; charset=utf-8" does not indicate Markdown when requested with Accept: text/markdown.

  2. Vary: Accept header

    Markdown negotiation is missing Vary: Accept; current Vary header is "accept-encoding".

  3. Structured Markdown body

    Markdown response is missing a heading.

Evidence
{
  "failedStep": "content-type",
  "steps": [
    {
      "id": "content-type",
      "title": "Markdown content type",
      "status": "fail",
      "evidence": {
        "statusCode": 200,
        "contentType": "text/html; charset=utf-8"
      },
      "issue": "Content-Type \"text/html; charset=utf-8\" does not indicate Markdown when requested with Accept: text/markdown.",
      "howToFix": "Return Content-Type: text/markdown; charset=utf-8 for requests with Accept: text/markdown."
    },
    {
      "id": "vary-accept",
      "title": "Vary: Accept header",
      "status": "fail",
      "evidence": {
        "vary": "accept-encoding"
      },
      "issue": "Markdown negotiation is missing Vary: Accept; current Vary header is \"accept-encoding\".",
      "howToFix": "Add Vary: Accept on negotiated Markdown responses so shared caches keep HTML and Markdown variants separate."
    },
    {
      "id": "markdown-content",
      "title": "Structured Markdown body",
      "status": "fail",
      "evidence": {
        "valid": false,
        "hasHeading": false,
        "wordCount": 34585,
        "excerpt": "<!DOCTYPE html><!-- Last Published: Tue Jun 09 2026 20:41:43 GMT+0000 (Coordinated Universal Time) --><html data-wf-domain=\"www.avoma.com\" data-wf-page=\"65cfc196702dc1cdd65a69d7\" data-wf-site=\"5de236b4d41434460ade73ac\"><head><meta charset=\"",
        "issue": "Markdown response is missing a heading."
      },
      "issue": "Markdown response is missing a heading.",
      "howToFix": "Return Markdown with at least one heading and substantive page content, including useful links or instructions for agents."
    }
  ]
}

Agent Ease of UseMCPEmerging recommendation

MCP Server Card

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

33 Fail

Needs attention

MCP Server Card

Failed check
01

Issue

MCP Server Card was not found at the expected path.

02

Why it matters

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

Check name

MCP Server Card

Score

0/100

Status

fail

Category

MCP

Maturity

Emerging recommendation

Goal

Publish an MCP Server Card for agent discovery.

Result

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

Validation steps

  1. Fetch to find resource

    MCP Server Card was not found at the expected path.

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

Agent Ease of UseMCPEmerging recommendation

mcp.json

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

33 Fail

Needs attention

mcp.json

Failed check
01

Issue

mcp.json was not found at the expected path.

02

Why it matters

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

Check name

mcp.json

Score

0/100

Status

fail

Category

MCP

Maturity

Emerging recommendation

Goal

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

Result

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

Validation steps

  1. Fetch to find resource

    mcp.json was not found at the expected path.

Evidence
{
  "failedStep": "fetch",
  "steps": [
    {
      "id": "fetch",
      "title": "Fetch to find resource",
      "status": "fail",
      "evidence": {
        "checked": [
          {
            "path": "/mcp.json",
            "statusCode": 404,
            "contentType": "text/html; charset=utf-8",
            "length": 95953
          },
          {
            "path": "/.well-known/mcp.json",
            "statusCode": 404,
            "contentType": "text/html; charset=utf-8",
            "length": 88
          },
          {
            "path": "/.well-known/mcp/server-card.json",
            "statusCode": 404,
            "contentType": "text/html; charset=utf-8",
            "length": 88
          }
        ]
      },
      "issue": "mcp.json was not found at the expected path.",
      "howToFix": "Publish mcp.json or an MCP server card with serverInfo, protocolVersion, transport endpoint, and capabilities."
    }
  ]
}

Security & TrustSecurity & TrustEstablished

Referrer-Policy

Referrer-Policy is missing or incomplete.

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 DiscoverabilityContent ReadinessEstablished

Semantic HTML

Semantic HTML is missing or incomplete.

33 Fail

Needs attention

Semantic HTML

Failed check
01

Issue

Semantic HTML is incomplete: missing <footer> landmark; skipped heading levels; 5 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": true,
  "nav": true,
  "footer": false,
  "meaningfulH1": true,
  "headingOrder": false,
  "accessibleLinks": false,
  "accessibleButtons": true,
  "imageAltCoverage": true,
  "formAutocompleteCoverage": true,
  "details": {
    "inaccessibleLinks": [
      "<a href=\"/integrations/zoho\" class=\"integration_img-wrapper w-inline-block\"><img loading=\"lazy\" src=\"https://cdn.prod.website-files.com/5de236b4d41434460ade73ac/675ab9f42d833efdf09ffff9_slack.webp\" alt class=\"calendar_img\"></a>",
      "<a href=\"/integrations/zendesk-sell\" target=\"_blank\" class=\"integration_img-wrapper w-inline-block\"><img loading=\"lazy\" src=\"https://cdn.prod.website-files.com/5de236b4d41434460ade73ac/675ab9f46d5c7f00c431130b_clickup.webp\" alt class=\"calendar_img\"></a>",
      "<a href=\"/integrations/salesforce\" target=\"_blank\" class=\"integration_img-wrapper w-inline-block\"><img loading=\"lazy\" src=\"https://cdn.prod.website-files.com/5de236b4d41434460ade73ac/675ab9f46d0ece672ad88b22_zapier.webp\" alt class=\"calendar_img\"></a>",
      "<a href=\"https://linkedin.com/company/avoma/\" class=\"footer-button socialmedia w-inline-block\"><div class=\"linkedin w-embed\"><svg width=\"100%\" height=\"100%\" viewBox=\"0 0 25 25\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M5.60169 24.5H0.522313V8.14275H5.60169V24.5ZM3.05894 5.9115C1.43494 5.9115 0.117188 4.56575 0.117188 2.94175C0.117187 2.16155 0.427121 1.4133 0.978806 0.861619C1.53049 0.309934 2.27874 0 3.05894 0C3.83914 0 4.58738 0.309934 5.13907 0.861619C5.69075 1.4133 6.00069 2.",
      "<a href=\"https://twitter.com/avomainc\" class=\"footer-button socialmedia w-inline-block\"><div class=\"twitter w-embed\"><svg width=\"100%\" height=\"100%\" viewBox=\"0 0 29 28\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M27.9513 5.76147C26.9771 6.19314 25.9306 6.4848 24.8304 6.61664C25.9656 5.93739 26.8149 4.86835 27.2198 3.60897C26.1533 4.24246 24.986 4.68836 23.7688 4.9273C22.9502 4.05331 21.866 3.47402 20.6845 3.27936C19.503 3.08469 18.2902 3.28556 17.2345 3.85076C16.1789 4.41597 15.339"
    ],
    "inaccessibleButtons": [],
    "missingAutocompleteInputs": [],
    "imagesMissingAlt": [],
    "skippedHeadingLevels": [
      "h1: An all-in-won AI to automate note-taking, scheduling, coaching, forecasting, and more",
      "h5: All-in-one doesn't mean you have to buy all at once.Start with what you need, and then scale with confidence.",
      "h3: Trusted by 1000+ large and small next generation modern organizations across the globe.",
      "h4: We want to grow slowly and inefficiently",
      "h3: But, fragmented workflows, data silos, and high costs of point solutions are slowing down your growth.",
      "h3: To accelerate your growth, you need to increase both –",
      "h5: Increase efficiency with AI automation",
      "h3: AI Meeting Assistant",
      "h3: Scheduler & Lead Router",
      "h5: Increase effectiveness with AI insights",
      "h3: Conversation Intelligence",
      "h3: Revenue Intelligence",
      "h2: AI Meeting Assistant",
      "h3: Real-time Transcription",
      "h3: AI-generated Note-taking",
      "h3: Al-generated Smart Chapters",
      "h3: Al-generated Follow-up Email",
      "h3: Automatic CRM Data Entry",
      "h3: “Ask Avoma” AI Copilot",
      "h2: Scheduler & Lead Router",
      "h3: Unlimited 1:1 Scheduling",
      "h3: Group and Round-robin Scheduling",
      "h3: Advanced Distributon Rules",
      "h3: Inbound Routing for Website Forms",
      "h3: Outbound Handoff Routing",
      "h2: Conversation Intelligence",
      "h3: Live Answer Assistant",
      "h3: AI Call Scoring",
      "h3: Talk-pattern Insights",
      "h3: Custom Smart Trackers",
      "h3: Activity & Engagement Insights",
      "h2: Revenue Intelligence",
      "h3: Deal & Churn Risk Alerts",
      "h3: AI Sales Methodology Scoring",
      "h3: Pipeline Review & CRM Updates",
      "h3: Forecasting & Reports",
      "h3: AI Win-Loss Analysis",
      "h2: All-in-one doesn’t mean you have to buy all at once.",
      "h2: Start with an unlimited Al Meeting Assistant for meeting hosts",
      "h2: $19",
      "h2: Get Conversation Intelligence add on for revenue teams",
      "h2: $29",
      "h2: Collaborate easily with Free view-only seats for everyone",
      "h2: $0",
      "h4: Why compromise between “advanced functionality” and “affordability” when you can get the best of both worlds?",
      "h4: Don’t overpay for glorified call recordingsolutions for their “brand”.‍Don’t settle with cheap transcription appsand “get what you pay for“.",
      "h4: Invest in Avoma – the only tool that givesyou the most bang for your buck.‍It’s the right tool for your current needs,that scales perfectly well with your futureneeds.",
      "h2: We don’t believe in superficial relationships, especially not with our integrations.",
      "h3: Your data is critical, we keep it safe and secure.",
      "h2: Thinking about these questions? We’ve got the one answer you need.",
      "h4: Yes, you can",
      "h6: Did we just “read” your mind or “blow” it?",
      "h4: The results speak for themselves, so do our customers.",
      "h2: Incredibly easy to use on your own. Immensely powerful with our little help.",
      "h3: What's stopping you fromturning every conversation intoactionable insights?",
      "h4: Get started today."
    ]
  },
  "counts": {
    "h1": 1,
    "headings": 56,
    "links": 175,
    "inaccessibleLinks": 5,
    "buttons": 0,
    "inaccessibleButtons": 0,
    "images": 153,
    "imagesWithAlt": 153,
    "autocompleteInputs": 0,
    "inputsWithAutocomplete": 0,
    "missingAutocompleteInputs": 0
  }
}

Agent Ease of UseMCPInformational

WebMCP manifest

WebMCP manifest failed at "Fetch to find resource".

33 Fail

Needs attention

WebMCP manifest

Failed check
01

Issue

WebMCP manifest was not found at the expected path.

02

Why it matters

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

Check name

WebMCP manifest

Score

0/100

Status

fail

Category

MCP

Maturity

Informational

Goal

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

Result

WebMCP manifest failed at "Fetch to find resource".

Validation steps

  1. Fetch to find resource

    WebMCP manifest was not found at the expected path.

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

Security & TrustSecurity & TrustEstablished

X-Content-Type-Options

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

33 Fail

Needs attention

X-Content-Type-Options

Failed check
01

Issue

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

02

Why it matters

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

Check name

X-Content-Type-Options

Score

0/100

Status

fail

Category

Security & Trust

Maturity

Established

Goal

Prevent MIME sniffing for browser-loaded resources.

Result

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

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

AI DiscoverabilityContent ReadinessEstablished

Content freshness signals

Content freshness signals is partially implemented.

25 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": "Wed, 10 Jun 2026 00:29:07 GMT",
  "schemaDates": [],
  "metaDateCount": 0,
  "timeDateCount": 0
}

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": 88
          },
          {
            "path": "/.well-known/a2a/agent-card.json",
            "statusCode": 404,
            "contentType": "text/html; charset=utf-8",
            "length": 88
          },
          {
            "path": "/agent-card.json",
            "statusCode": 404,
            "contentType": "text/html; charset=utf-8",
            "length": 95953
          }
        ]
      },
      "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": 88
          },
          {
            "path": "/.well-known/skills/index.json",
            "statusCode": 404,
            "contentType": "text/html; charset=utf-8",
            "length": 88
          }
        ]
      },
      "issue": "Agent Skills index was not found at the expected path.",
      "howToFix": "Publish an index with a non-empty skills array and reachable SKILL.md URLs."
    }
  ]
}

Agent Ease of UseSkill DiscoveryEmerging recommendation

agent.json

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

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

Agent Ease of UseSkill DiscoveryEmerging recommendation

DNS-AID Agent Discovery

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

15 Fail

Needs attention

DNS-AID Agent Discovery

Failed check
01

Issue

No DNS-AID entrypoint records were found under _agents.

02

Why it matters

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

Check name

DNS-AID Agent Discovery

Score

25/100

Status

fail

Category

Skill Discovery

Maturity

Emerging recommendation

Goal

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

Result

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

Validation steps

  1. Resolve DNS-AID SVCB/HTTPS records

    No DNS-AID entrypoint records were found under _agents.

  2. Validate alpn and endpoint parameters

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

  3. Check DNSSEC material

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

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

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

AEO: Answer-first sections

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

5 Warning

Needs attention

AEO: Answer-first sections

Warning
01

Issue

44 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": 44,
  "passing": 0,
  "failing": [
    {
      "heading": "Trusted by 1000+ large and small next generation modern organizations across the globe.",
      "headingHtml": "<h3 class=\"heading-style-h6 trust-heading\">Trusted by 1000+ large and small next generation modern organizations across the globe.</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "But, fragmented workflows, data silos, and high costs of point solutions are slowing down your growth.",
      "headingHtml": "<h3 class=\"heading-style-h5 problem-heading\">But, fragmented workflows, data silos, and high costs of point solutions are slowing down your growth.</h3>",
      "firstParagraph": "Stop juggling between many point solutions",
      "paragraphHtml": "<p class=\"text-size-large problem-statement-text\">Stop juggling between many point solutions</p>",
      "words": 6,
      "direct": false,
      "issue": "First paragraph is 6 words and does not look like a concise direct answer."
    },
    {
      "heading": "To accelerate your growth, you need to increase both –",
      "headingHtml": "<h3 class=\"text-align-center heading-style-h3\">To accelerate your growth, you need to increase both &#x2013; </h3>",
      "firstParagraph": "Save time, reduce costs and do more with less",
      "paragraphHtml": "<p class=\"text-size-large workflow_subtext\">Save time, reduce costs and do more with less</p>",
      "words": 9,
      "direct": false,
      "issue": "First paragraph is 9 words and does not look like a concise direct answer."
    },
    {
      "heading": "AI Meeting Assistant",
      "headingHtml": "<h3 class=\"workflow_card-heading\">AI Meeting Assistant</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Scheduler & Lead Router",
      "headingHtml": "<h3 class=\"workflow_card-heading is-blue\">Scheduler &amp; Lead Router</h3>",
      "firstParagraph": "Prioritize the right deals and improve win rates",
      "paragraphHtml": "<p class=\"text-size-large workflow_subtext\">Prioritize the right deals and improve win rates</p>",
      "words": 8,
      "direct": false,
      "issue": "First paragraph is 8 words and does not look like a concise direct answer."
    },
    {
      "heading": "Conversation Intelligence",
      "headingHtml": "<h3 class=\"workflow_card-heading is-purple\">Conversation Intelligence</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Revenue Intelligence",
      "headingHtml": "<h3 class=\"workflow_card-heading is-green\">Revenue Intelligence</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "AI Meeting Assistant",
      "headingHtml": "<h2 class=\"heading-style-h5 feature_heading\">AI Meeting Assistant</h2>",
      "firstParagraph": "Save 4+ hrs/week by automating note-taking, email follow-ups and CRM data entry. Get objective and accurate answers using an Al Copilot.",
      "paragraphHtml": "<p class=\"text-size-medium\">Save 4+ hrs/week by automating note-taking, email follow-ups and CRM data entry. Get objective and accurate answers using an Al Copilot.</p>",
      "words": 22,
      "direct": false,
      "issue": "First paragraph is 22 words and does not look like a concise direct answer."
    },
    {
      "heading": "Real-time Transcription",
      "headingHtml": "<h3 class=\"feature_tab-link-heading\">Real-time Transcription</h3>",
      "firstParagraph": "Automatic live transcription in 40+ languages",
      "paragraphHtml": "<p class=\"mb-0 feature_tab-link-desc\">Automatic live transcription in 40+ languages</p>",
      "words": 6,
      "direct": false,
      "issue": "First paragraph is 6 words and does not look like a concise direct answer."
    },
    {
      "heading": "AI-generated Note-taking",
      "headingHtml": "<h3 class=\"feature_tab-link-heading\">AI-generated Note-taking</h3>",
      "firstParagraph": "Automate Note-taking with custom templates for meetings",
      "paragraphHtml": "<p class=\"mb-0 feature_tab-link-desc\">Automate Note-taking with custom templates for meetings</p>",
      "words": 7,
      "direct": false,
      "issue": "First paragraph is 7 words and does not look like a concise direct answer."
    },
    {
      "heading": "Al-generated Smart Chapters",
      "headingHtml": "<h3 class=\"feature_tab-link-heading\">Al-generated Smart Chapters</h3>",
      "firstParagraph": "Review topics of interest with AI-generated Smart Chapters",
      "paragraphHtml": "<p class=\"mb-0 feature_tab-link-desc\">Review topics of interest with AI-generated Smart Chapters</p>",
      "words": 8,
      "direct": false,
      "issue": "First paragraph is 8 words and does not look like a concise direct answer."
    },
    {
      "heading": "Al-generated Follow-up Email",
      "headingHtml": "<h3 class=\"feature_tab-link-heading\">Al-generated Follow-up Email</h3>",
      "firstParagraph": "Speed-up follow-ups with AI-generated email drafts",
      "paragraphHtml": "<p class=\"mb-0 feature_tab-link-desc\">Speed-up follow-ups with AI-generated email drafts</p>",
      "words": 6,
      "direct": false,
      "issue": "First paragraph is 6 words and does not look like a concise direct answer."
    },
    {
      "heading": "Automatic CRM Data Entry",
      "headingHtml": "<h3 class=\"feature_tab-link-heading\">Automatic CRM Data Entry</h3>",
      "firstParagraph": "Automate custom CRM field updates for MEDDIC, SPICED, etc.",
      "paragraphHtml": "<p class=\"mb-0 feature_tab-link-desc\">Automate custom CRM field updates for MEDDIC, SPICED, etc.</p>",
      "words": 9,
      "direct": false,
      "issue": "First paragraph is 9 words and does not look like a concise direct answer."
    },
    {
      "heading": "“Ask Avoma” AI Copilot",
      "headingHtml": "<h3 class=\"feature_tab-link-heading\">&#x201c;Ask Avoma&#x201d; AI Copilot</h3>",
      "firstParagraph": "Get objective and accurate answers from an AI chatbot",
      "paragraphHtml": "<p class=\"mb-0 feature_tab-link-desc\">Get objective and accurate answers from an AI chatbot</p>",
      "words": 9,
      "direct": false,
      "issue": "First paragraph is 9 words and does not look like a concise direct answer."
    },
    {
      "heading": "Scheduler & Lead Router",
      "headingHtml": "<h2 class=\"heading-style-h5 feature_heading\">Scheduler &amp; Lead Router</h2>",
      "firstParagraph": "Deliver frictionless buying experience by automating scheduling, lead qualification, and routing so customers can instantly book time with your team.",
      "paragraphHtml": "<p class=\"text-size-medium\">Deliver frictionless buying experience by automating scheduling, lead qualification, and routing so customers can instantly book time with your team.</p>",
      "words": 20,
      "direct": false,
      "issue": "First paragraph is 20 words and does not look like a concise direct answer."
    },
    {
      "heading": "Unlimited 1:1 Scheduling",
      "headingHtml": "<h3 class=\"feature_tab-link-heading\">Unlimited 1:1 Scheduling</h3>",
      "firstParagraph": "Automate scheduling with 1:1, group, and round-robin pages",
      "paragraphHtml": "<p class=\"mb-0 feature_tab-link-desc\">Automate scheduling with 1:1, group, and round-robin pages</p>",
      "words": 9,
      "direct": false,
      "issue": "First paragraph is 9 words and does not look like a concise direct answer."
    },
    {
      "heading": "Group and Round-robin Scheduling",
      "headingHtml": "<h3 class=\"feature_tab-link-heading\">Group and Round-robin Scheduling</h3>",
      "firstParagraph": "Automate scheduling with 1:1, group, and round-robin pages",
      "paragraphHtml": "<p class=\"mb-0 feature_tab-link-desc\">Automate scheduling with 1:1, group, and round-robin pages</p>",
      "words": 9,
      "direct": false,
      "issue": "First paragraph is 9 words and does not look like a concise direct answer."
    },
    {
      "heading": "Advanced Distributon Rules",
      "headingHtml": "<h3 class=\"feature_tab-link-heading\">Advanced Distributon Rules</h3>",
      "firstParagraph": "Automate qualification of prospects directly from your web forms",
      "paragraphHtml": "<p class=\"mb-0 feature_tab-link-desc\">Automate qualification of prospects directly from your web forms</p>",
      "words": 9,
      "direct": false,
      "issue": "First paragraph is 9 words and does not look like a concise direct answer."
    },
    {
      "heading": "Inbound Routing for Website Forms",
      "headingHtml": "<h3 class=\"feature_tab-link-heading\">Inbound Routing for Website Forms</h3>",
      "firstParagraph": "Automate inbound lead routing with complex rules",
      "paragraphHtml": "<p class=\"mb-0 feature_tab-link-desc\">Automate inbound lead routing with complex rules</p>",
      "words": 7,
      "direct": false,
      "issue": "First paragraph is 7 words and does not look like a concise direct answer."
    },
    {
      "heading": "Outbound Handoff Routing",
      "headingHtml": "<h3 class=\"feature_tab-link-heading\">Outbound Handoff Routing</h3>",
      "firstParagraph": "Automate lead handoff and scheduling between SDRs and AEs",
      "paragraphHtml": "<p class=\"mb-0 feature_tab-link-desc\">Automate lead handoff and scheduling between SDRs and AEs</p>",
      "words": 9,
      "direct": false,
      "issue": "First paragraph is 9 words and does not look like a concise direct answer."
    },
    {
      "heading": "Conversation Intelligence",
      "headingHtml": "<h2 class=\"heading-style-h5 feature_heading\">Conversation Intelligence</h2>",
      "firstParagraph": "Increase win rates and shorten onboarding by automating call scoring, personalized coaching, and getting visibility into talk patterns and topic trends.",
      "paragraphHtml": "<p class=\"text-size-medium\">Increase win rates and shorten onboarding by automating call scoring, personalized coaching, and getting visibility into talk patterns and topic trends.</p>",
      "words": 21,
      "direct": false,
      "issue": "First paragraph is 21 words and does not look like a concise direct answer."
    },
    {
      "heading": "Live Answer Assistant",
      "headingHtml": "<h3 class=\"feature_tab-link-heading\">Live Answer Assistant</h3>",
      "firstParagraph": "Handle objections in real-time with answers from an AI assistant",
      "paragraphHtml": "<p class=\"mb-0 feature_tab-link-desc\">Handle objections in real-time with answers from an AI assistant</p>",
      "words": 10,
      "direct": false,
      "issue": "First paragraph is 10 words and does not look like a concise direct answer."
    },
    {
      "heading": "AI Call Scoring",
      "headingHtml": "<h3 class=\"feature_tab-link-heading\">AI Call Scoring</h3>",
      "firstParagraph": "Automate call coaching and scoring for 100% coverage using AI",
      "paragraphHtml": "<p class=\"mb-0 feature_tab-link-desc\">Automate call coaching and scoring for 100% coverage using AI</p>",
      "words": 10,
      "direct": false,
      "issue": "First paragraph is 10 words and does not look like a concise direct answer."
    },
    {
      "heading": "Talk-pattern Insights",
      "headingHtml": "<h3 class=\"feature_tab-link-heading\">Talk-pattern Insights</h3>",
      "firstParagraph": "Clone your top performers by learning their talk patterns and trends",
      "paragraphHtml": "<p class=\"mb-0 feature_tab-link-desc\">Clone your top performers by learning their talk patterns and trends</p>",
      "words": 11,
      "direct": false,
      "issue": "First paragraph is 11 words and does not look like a concise direct answer."
    },
    {
      "heading": "Custom Smart Trackers",
      "headingHtml": "<h3 class=\"feature_tab-link-heading\">Custom Smart Trackers</h3>",
      "firstParagraph": "Track keywords and topics accurately with semantic matching",
      "paragraphHtml": "<p class=\"mb-0 feature_tab-link-desc\">Track keywords and topics accurately with semantic matching</p>",
      "words": 8,
      "direct": false,
      "issue": "First paragraph is 8 words and does not look like a concise direct answer."
    },
    {
      "heading": "Activity & Engagement Insights",
      "headingHtml": "<h3 class=\"feature_tab-link-heading\">Activity &amp; Engagement Insights</h3>",
      "firstParagraph": "Get visibility into the team’s usage, engagement, and ROI",
      "paragraphHtml": "<p class=\"mb-0 feature_tab-link-desc\">Get visibility into the team&#x2019;s usage, engagement, and ROI</p>",
      "words": 10,
      "direct": false,
      "issue": "First paragraph is 10 words and does not look like a concise direct answer."
    },
    {
      "heading": "Revenue Intelligence",
      "headingHtml": "<h2 class=\"heading-style-h5 feature_heading\">Revenue Intelligence</h2>",
      "firstParagraph": "Improve forecasting and quota attainment with proactive deal and churn risk alerts, automatic Sales methodology tracking, pipeline inspection and Al win-loss analysis.",
      "paragraphHtml": "<p class=\"text-size-medium\">Improve forecasting and quota attainment with proactive deal and churn risk alerts, automatic Sales methodology tracking, pipeline inspection and Al win-loss analysis.</p>",
      "words": 22,
      "direct": false,
      "issue": "First paragraph is 22 words and does not look like a concise direct answer."
    },
    {
      "heading": "Deal & Churn Risk Alerts",
      "headingHtml": "<h3 class=\"feature_tab-link-heading\">Deal &amp; Churn Risk Alerts</h3>",
      "firstParagraph": "Get risk alerts based on conversations and CRM engagement",
      "paragraphHtml": "<p class=\"mb-0 feature_tab-link-desc\">Get risk alerts based on conversations and CRM engagement</p>",
      "words": 9,
      "direct": false,
      "issue": "First paragraph is 9 words and does not look like a concise direct answer."
    },
    {
      "heading": "AI Sales Methodology Scoring",
      "headingHtml": "<h3 class=\"feature_tab-link-heading\">AI Sales Methodology Scoring</h3>",
      "firstParagraph": "Automatically track and score Sales methodologies (MEDDIC, BANT, etc.)",
      "paragraphHtml": "<p class=\"mb-0 feature_tab-link-desc\">Automatically track and score Sales methodologies (MEDDIC, BANT, etc.)</p>",
      "words": 9,
      "direct": false,
      "issue": "First paragraph is 9 words and does not look like a concise direct answer."
    },
    {
      "heading": "Pipeline Review & CRM Updates",
      "headingHtml": "<h3 class=\"feature_tab-link-heading\">Pipeline Review &amp; CRM Updates</h3>",
      "firstParagraph": "Inspect health of all deals and instantly update CRM from one view",
      "paragraphHtml": "<p class=\"mb-0 feature_tab-link-desc\">Inspect health of all deals and instantly update CRM from one view</p>",
      "words": 12,
      "direct": false,
      "issue": "First paragraph is 12 words and does not look like a concise direct answer."
    },
    {
      "heading": "Forecasting & Reports",
      "headingHtml": "<h3 class=\"feature_tab-link-heading\">Forecasting &amp; Reports</h3>",
      "firstParagraph": "Submit accurate revenue forecasts based on Deal Risk score",
      "paragraphHtml": "<p class=\"mb-0 feature_tab-link-desc\">Submit accurate revenue forecasts based on Deal Risk score</p>",
      "words": 9,
      "direct": false,
      "issue": "First paragraph is 9 words and does not look like a concise direct answer."
    },
    {
      "heading": "AI Win-Loss Analysis",
      "headingHtml": "<h3 class=\"feature_tab-link-heading\">AI Win-Loss Analysis</h3>",
      "firstParagraph": "Get AI-generated objective Win-Loss analysis for every deal",
      "paragraphHtml": "<p class=\"mb-0 feature_tab-link-desc\">Get AI-generated objective Win-Loss analysis for every deal</p>",
      "words": 8,
      "direct": false,
      "issue": "First paragraph is 8 words and does not look like a concise direct answer."
    },
    {
      "heading": "All-in-one doesn’t mean you have to buy all at once.",
      "headingHtml": "<h2 class=\"heading-style-h3\">All-in-one doesn&#x2019;t mean you have to buy all at once.</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Start with an unlimited Al Meeting Assistant for meeting hosts",
      "headingHtml": "<h2 class=\"heading-style-h7\">Start with an unlimited <span class=\"text-color-yellow\">Al Meeting Assistant</span> for meeting hosts</h2>",
      "firstParagraph": "Annual billing",
      "paragraphHtml": "<p class=\"text-size-medium text-weight-medium\">Annual billing</p>",
      "words": 2,
      "direct": false,
      "issue": "First paragraph is 2 words and does not look like a concise direct answer."
    },
    {
      "heading": "$19",
      "headingHtml": "<h2 class=\"heading-style-h2 pricing_block-price-heading\">&#x24;19</h2>",
      "firstParagraph": "/user/month",
      "paragraphHtml": "<p class=\"text-size-medium text-weight-medium text_light\">/user/month</p>",
      "words": 2,
      "direct": false,
      "issue": "First paragraph is 2 words and does not look like a concise direct answer."
    },
    {
      "heading": "Get Conversation Intelligence add on for revenue teams",
      "headingHtml": "<h2 class=\"heading-style-h7 pricing_card-heading\">Get <span class=\"font-color-green\">Conversation Intelligence </span>add on for revenue teams</h2>",
      "firstParagraph": "Annual billing",
      "paragraphHtml": "<p class=\"text-size-medium text-weight-medium\">Annual billing</p>",
      "words": 2,
      "direct": false,
      "issue": "First paragraph is 2 words and does not look like a concise direct answer."
    },
    {
      "heading": "$29",
      "headingHtml": "<h2 class=\"heading-style-h2 pricing_block-price-heading\">&#x24;29</h2>",
      "firstParagraph": "/user/month",
      "paragraphHtml": "<p class=\"text-size-medium text-weight-medium text_light\">/user/month</p>",
      "words": 2,
      "direct": false,
      "issue": "First paragraph is 2 words and does not look like a concise direct answer."
    },
    {
      "heading": "Collaborate easily with Free view-only seats for everyone",
      "headingHtml": "<h2 class=\"heading-style-h7\">Collaborate easily with <span class=\"text-color-pink\">Free view-only</span> seats for everyone</h2>",
      "firstParagraph": "Always free",
      "paragraphHtml": "<p class=\"text-size-medium text-weight-medium\">Always free</p>",
      "words": 2,
      "direct": false,
      "issue": "First paragraph is 2 words and does not look like a concise direct answer."
    },
    {
      "heading": "$0",
      "headingHtml": "<h2 class=\"heading-style-h2 pricing_block-price-heading\">&#x24;0</h2>",
      "firstParagraph": "/user/month",
      "paragraphHtml": "<p class=\"text-size-medium text-weight-medium text_light\">/user/month</p>",
      "words": 2,
      "direct": false,
      "issue": "First paragraph is 2 words and does not look like a concise direct answer."
    },
    {
      "heading": "We don’t believe in superficial relationships, especially not with our integrations.",
      "headingHtml": "<h2 class=\"heading-style-h5\">We don&#x2019;t believe in superficial relationships, especially not with our integrations.</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Your data is critical, we keep it safe and secure.",
      "headingHtml": "<h3 class=\"heading-style-h4 security-heading\">Your data is critical, <br>we keep it safe and secure.</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Thinking about these questions? We’ve got the one answer you need.",
      "headingHtml": "<h2 class=\"heading-style-h4 text-color-white\"><span class=\"text-color-highlight\">Thinking about these questions?</span> We&#x2019;ve got the one answer you need.</h2>",
      "firstParagraph": "Can I just buy what I need and not everything?",
      "paragraphHtml": "<p class=\"text-size-medium text-weight-medium\">Can I just buy what I need and not everything?</p>",
      "words": 10,
      "direct": false,
      "issue": "First paragraph is 10 words and does not look like a concise direct answer."
    },
    {
      "heading": "Incredibly easy to use on your own. Immensely powerful with our little help.",
      "headingHtml": "<h2 class=\"heading-style-h5 contact-cards_heading\">Incredibly easy to use on your own. Immensely powerful with our little help.</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "What's stopping you fromturning every conversation intoactionable insights?",
      "headingHtml": "<h3 class=\"heading-style-h3 cta-heading split-word\"><div class=\"line\" style=\"display: block; text-align: center; width: 100%;\"><div class=\"word\" style=\"display: inline-block;\">What&apos;s<div class=\"line-mask\"></div></div> <div class=\"word\" style=\"display: inline-block;\">stopping<div class=\"line-mask\"></div></div> <div class=\"word\" style=\"display: inline-block;\">you<div class=\"line-mask\"></div></div> <div class=\"word\" style=\"display: inline-block;\">from<div class=\"line-mask\"></div></div></div...",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    }
  ],
  "score": 65,
  "weight": 28
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

AIO: Source and trust signals

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

4 Warning

Needs attention

AIO: Source and trust signals

Warning
01

Issue

Missing AIO trust signals: publisher, freshnessDate.

Details

02

Why it matters

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

Check name

AIO: Source and trust signals

Score

60/100

Status

warning

Category

GEO, AIO & AEO

Maturity

Emerging recommendation

Goal

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

Result

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

Evidence
{
  "signals": {
    "author": true,
    "publisher": false,
    "freshnessDate": false,
    "aboutOrContact": true,
    "policyLinks": true
  },
  "missing": [
    "publisher",
    "freshnessDate"
  ],
  "authorMeta": "",
  "schemaAuthors": [
    "https://www.avoma.com"
  ],
  "schemaPublishers": [],
  "schemaDates": [],
  "visibleDates": [],
  "aboutLinks": [
    {
      "href": "/company",
      "text": "Company",
      "html": "<a href=\"/company\" class=\"nav_dropdown-link-wrapper w-inline-block\"><div class=\"nav_dropdown-headings-contain\"><div class=\"nav_dropdown-headings-icon w-embed\"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M3.42885 0.857178C2.00868 0.857178 0.857422 2.00844 0.857422 3.42861V22.2857C0.857422 22.7591 1.24118 23.1429 1.71456 23.1429H6.42885V19.2857C6.42885 18.5757 7.00449 18 7.71456 18C8.424..."
    },
    {
      "href": "https://linkedin.com/company/avoma/",
      "text": "",
      "html": "<a href=\"https://linkedin.com/company/avoma/\" class=\"footer-button socialmedia w-inline-block\"><div class=\"linkedin w-embed\"><svg width=\"100%\" height=\"100%\" viewBox=\"0 0 25 25\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M5.60169 24.5H0.522313V8.14275H5.60169V24.5ZM3.05894 5.9115C1.43494 5.9115 0.117188 4.56575 0.117188 2.94175C0.117187 2.16155 0.427121 1.4133 0.978806 0.861619C1.53049 0.309934 2.27874 0 3.05894 0C3.83914 0 4.58738 0.309934 5.13907 0.861619C5.69075 1.4133 6.00069..."
    },
    {
      "href": "/company",
      "text": "About Us",
      "html": "<a href=\"/company\" class=\"footer_link w-inline-block\"><div class=\"footer_link-text\">About Us</div></a>"
    }
  ],
  "contactLinks": [
    {
      "href": "https://help.avoma.com/",
      "text": "Help Documentation",
      "html": "<a href=\"https://help.avoma.com/\" class=\"nav_dropdown-link-wrapper w-inline-block\"><div class=\"nav_dropdown-headings-contain\"><div class=\"nav_dropdown-headings-icon w-embed\"><svg width=\"100%\" height=\"100%\" viewBox=\"0 0 24 25\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <g clip-path=\"url(#clip0_800_71940)\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M3.80324 0.0256348C2.64985 0.0256348 1.71484 0.960644 1.71484 2.11403V10.6629C1.71484 11.8163 2.64985 12.7513 3.80324 12.7513H20.1979C21..."
    },
    {
      "href": "#",
      "text": "Live Chat Support",
      "html": "<a href=\"#\" class=\"contact-cards_wrapper hide w-inline-block\"><div class=\"contact-cards_logo w-embed\"><svg width=\"100%\" height=\"100%\" viewBox=\"0 0 38 38\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M10.4297 13.2868C10.4297 8.55297 14.2673 4.7154 19.0011 4.7154C23.735 4.7154 27.5725 8.55297 27.5725 13.2868V27.5725C27.5725 29.0491 26.6749 30.3203 25.3933 30.8631C24.6208 29.7385 23.3257 29.0011 21.8583 29.0011H16.144C13.777 29.0011 11.8583 30...."
    },
    {
      "href": "https://book.avoma.com/avoma/avoma-onboarding-kickoff/",
      "text": "Onboarding and Training Support",
      "html": "<a href=\"https://book.avoma.com/avoma/avoma-onboarding-kickoff/\" class=\"contact-cards_wrapper w-inline-block\"><div class=\"contact-cards_logo w-embed\"><svg width=\"100%\" height=\"100%\" viewBox=\"0 0 40 35\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M19.4321 0.973212C19.7944 0.816221 20.2056 0.816221 20.5679 0.973212L39.1394 9.01976C39.6617 9.24613 40 9.76116 40 10.3306C40 10.9 39.6617 11.415 39.1394 11.6414L20.5679 19.6879C20.2056 19.8449 19.7..."
    },
    {
      "href": "https://help.avoma.com/",
      "text": "Help Documentation Support",
      "html": "<a href=\"https://help.avoma.com/\" class=\"contact-cards_wrapper w-inline-block\"><div class=\"contact-cards_logo w-embed\"><svg width=\"100%\" height=\"100%\" viewBox=\"0 0 32 32\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M6.28516 0C4.07601 0 2.28516 1.79086 2.28516 4V26.5714C2.28516 29.5696 4.7156 32 7.71373 32H27.9994C28.9462 32 29.7137 31.2325 29.7137 30.2857C29.7137 29.339 28.9462 28.5714 27.9994 28.5714H26.8566V24.5241C28.4781 24.2519 29.7137..."
    },
    {
      "href": "https://help.avoma.com/",
      "text": "Help Documentation",
      "html": "<a href=\"https://help.avoma.com/\" class=\"footer_link w-inline-block\"><div class=\"footer_link-text\">Help Documentation</div></a>"
    },
    {
      "href": "/contact-us",
      "text": "Contact Us",
      "html": "<a href=\"/contact-us\" class=\"footer_link w-inline-block\"><div class=\"footer_link-text\">Contact Us</div></a>"
    }
  ],
  "privacyLinks": [
    {
      "href": "/terms",
      "text": "Terms of Service",
      "html": "<a href=\"/terms\" class=\"text-size-regular footer_legal-links\">Terms of Service</a>"
    },
    {
      "href": "/privacy-policy",
      "text": "Privacy policy",
      "html": "<a href=\"/privacy-policy\" class=\"text-size-regular footer_legal-links\">Privacy policy</a>"
    }
  ],
  "score": 60,
  "weight": 20
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

AEO: Question-led structure

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

4 Warning

Needs attention

AEO: Question-led structure

Warning
01

Issue

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

Details

02

Why it matters

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

Check name

AEO: Question-led structure

Score

50/100

Status

warning

Category

GEO, AIO & AEO

Maturity

Emerging recommendation

Goal

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

Result

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

Evidence
{
  "h2Count": 14,
  "questionH2s": [],
  "hasFaq": false,
  "score": 50,
  "weight": 18
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

AEO: Answer evidence and trust

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

4 Warning

Needs attention

AEO: Answer evidence and trust

Warning
01

Issue

Missing AIO trust signals: publisher, freshnessDate.

Details

02

Why it matters

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

Check name

AEO: Answer evidence and trust

Score

60/100

Status

warning

Category

GEO, AIO & AEO

Maturity

Emerging recommendation

Goal

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

Result

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

Evidence
{
  "signals": {
    "author": true,
    "publisher": false,
    "freshnessDate": false,
    "aboutOrContact": true,
    "policyLinks": true
  },
  "missing": [
    "publisher",
    "freshnessDate"
  ],
  "authorMeta": "",
  "schemaAuthors": [
    "https://www.avoma.com"
  ],
  "schemaPublishers": [],
  "schemaDates": [],
  "visibleDates": [],
  "aboutLinks": [
    {
      "href": "/company",
      "text": "Company",
      "html": "<a href=\"/company\" class=\"nav_dropdown-link-wrapper w-inline-block\"><div class=\"nav_dropdown-headings-contain\"><div class=\"nav_dropdown-headings-icon w-embed\"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M3.42885 0.857178C2.00868 0.857178 0.857422 2.00844 0.857422 3.42861V22.2857C0.857422 22.7591 1.24118 23.1429 1.71456 23.1429H6.42885V19.2857C6.42885 18.5757 7.00449 18 7.71456 18C8.424..."
    },
    {
      "href": "https://linkedin.com/company/avoma/",
      "text": "",
      "html": "<a href=\"https://linkedin.com/company/avoma/\" class=\"footer-button socialmedia w-inline-block\"><div class=\"linkedin w-embed\"><svg width=\"100%\" height=\"100%\" viewBox=\"0 0 25 25\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M5.60169 24.5H0.522313V8.14275H5.60169V24.5ZM3.05894 5.9115C1.43494 5.9115 0.117188 4.56575 0.117188 2.94175C0.117187 2.16155 0.427121 1.4133 0.978806 0.861619C1.53049 0.309934 2.27874 0 3.05894 0C3.83914 0 4.58738 0.309934 5.13907 0.861619C5.69075 1.4133 6.00069..."
    },
    {
      "href": "/company",
      "text": "About Us",
      "html": "<a href=\"/company\" class=\"footer_link w-inline-block\"><div class=\"footer_link-text\">About Us</div></a>"
    }
  ],
  "contactLinks": [
    {
      "href": "https://help.avoma.com/",
      "text": "Help Documentation",
      "html": "<a href=\"https://help.avoma.com/\" class=\"nav_dropdown-link-wrapper w-inline-block\"><div class=\"nav_dropdown-headings-contain\"><div class=\"nav_dropdown-headings-icon w-embed\"><svg width=\"100%\" height=\"100%\" viewBox=\"0 0 24 25\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <g clip-path=\"url(#clip0_800_71940)\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M3.80324 0.0256348C2.64985 0.0256348 1.71484 0.960644 1.71484 2.11403V10.6629C1.71484 11.8163 2.64985 12.7513 3.80324 12.7513H20.1979C21..."
    },
    {
      "href": "#",
      "text": "Live Chat Support",
      "html": "<a href=\"#\" class=\"contact-cards_wrapper hide w-inline-block\"><div class=\"contact-cards_logo w-embed\"><svg width=\"100%\" height=\"100%\" viewBox=\"0 0 38 38\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M10.4297 13.2868C10.4297 8.55297 14.2673 4.7154 19.0011 4.7154C23.735 4.7154 27.5725 8.55297 27.5725 13.2868V27.5725C27.5725 29.0491 26.6749 30.3203 25.3933 30.8631C24.6208 29.7385 23.3257 29.0011 21.8583 29.0011H16.144C13.777 29.0011 11.8583 30...."
    },
    {
      "href": "https://book.avoma.com/avoma/avoma-onboarding-kickoff/",
      "text": "Onboarding and Training Support",
      "html": "<a href=\"https://book.avoma.com/avoma/avoma-onboarding-kickoff/\" class=\"contact-cards_wrapper w-inline-block\"><div class=\"contact-cards_logo w-embed\"><svg width=\"100%\" height=\"100%\" viewBox=\"0 0 40 35\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M19.4321 0.973212C19.7944 0.816221 20.2056 0.816221 20.5679 0.973212L39.1394 9.01976C39.6617 9.24613 40 9.76116 40 10.3306C40 10.9 39.6617 11.415 39.1394 11.6414L20.5679 19.6879C20.2056 19.8449 19.7..."
    },
    {
      "href": "https://help.avoma.com/",
      "text": "Help Documentation Support",
      "html": "<a href=\"https://help.avoma.com/\" class=\"contact-cards_wrapper w-inline-block\"><div class=\"contact-cards_logo w-embed\"><svg width=\"100%\" height=\"100%\" viewBox=\"0 0 32 32\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M6.28516 0C4.07601 0 2.28516 1.79086 2.28516 4V26.5714C2.28516 29.5696 4.7156 32 7.71373 32H27.9994C28.9462 32 29.7137 31.2325 29.7137 30.2857C29.7137 29.339 28.9462 28.5714 27.9994 28.5714H26.8566V24.5241C28.4781 24.2519 29.7137..."
    },
    {
      "href": "https://help.avoma.com/",
      "text": "Help Documentation",
      "html": "<a href=\"https://help.avoma.com/\" class=\"footer_link w-inline-block\"><div class=\"footer_link-text\">Help Documentation</div></a>"
    },
    {
      "href": "/contact-us",
      "text": "Contact Us",
      "html": "<a href=\"/contact-us\" class=\"footer_link w-inline-block\"><div class=\"footer_link-text\">Contact Us</div></a>"
    }
  ],
  "privacyLinks": [
    {
      "href": "/terms",
      "text": "Terms of Service",
      "html": "<a href=\"/terms\" class=\"text-size-regular footer_legal-links\">Terms of Service</a>"
    },
    {
      "href": "/privacy-policy",
      "text": "Privacy policy",
      "html": "<a href=\"/privacy-policy\" class=\"text-size-regular footer_legal-links\">Privacy policy</a>"
    }
  ],
  "score": 60,
  "weight": 22
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

AIO: Visible structured data match

AIO: Visible structured data match scored 67/100 and needs improvement.

3 Warning

Needs attention

AIO: Visible structured data match

Warning
01

Issue

2 structured-data value(s) were not found in visible page text.

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

67/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: Visible structured data match scored 67/100 and needs improvement.

Evidence
{
  "schemaCount": 2,
  "checkedFields": [
    {
      "path": "$[0].name",
      "value": "Avoma, Inc."
    },
    {
      "path": "$[0].description",
      "value": "Avoma is an all-in-one AI platform to automate scheduling, note-taking, CRM sync, coaching & deal intelligence. Combining an AI Meeting Assistant, Conversation Intelligence & Revenue Intelligence, it empowers revenue teams to boost win and renewal rates."
    },
    {
      "path": "$[1].name",
      "value": "Avoma"
    },
    {
      "path": "$[1].offers.priceSpecification[0].name",
      "value": "Startup plan"
    },
    {
      "path": "$[1].offers.priceSpecification[1].name",
      "value": "Organization plan"
    },
    {
      "path": "$[1].offers.priceSpecification[2].name",
      "value": "Enterprise plan"
    }
  ],
  "mismatches": [
    {
      "path": "$[1].offers.priceSpecification[0].name",
      "value": "Startup plan"
    },
    {
      "path": "$[1].offers.priceSpecification[2].name",
      "value": "Enterprise plan"
    }
  ],
  "score": 67,
  "weight": 18
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

AIO: Answer block readiness

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

2 Warning

Needs attention

AIO: Answer block readiness

Warning
01

Issue

44 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": 44,
  "passing": 0,
  "failing": [
    {
      "heading": "Trusted by 1000+ large and small next generation modern organizations across the globe.",
      "headingHtml": "<h3 class=\"heading-style-h6 trust-heading\">Trusted by 1000+ large and small next generation modern organizations across the globe.</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "But, fragmented workflows, data silos, and high costs of point solutions are slowing down your growth.",
      "headingHtml": "<h3 class=\"heading-style-h5 problem-heading\">But, fragmented workflows, data silos, and high costs of point solutions are slowing down your growth.</h3>",
      "firstParagraph": "Stop juggling between many point solutions",
      "paragraphHtml": "<p class=\"text-size-large problem-statement-text\">Stop juggling between many point solutions</p>",
      "words": 6,
      "direct": false,
      "issue": "First paragraph is 6 words and does not look like a concise direct answer."
    },
    {
      "heading": "To accelerate your growth, you need to increase both –",
      "headingHtml": "<h3 class=\"text-align-center heading-style-h3\">To accelerate your growth, you need to increase both &#x2013; </h3>",
      "firstParagraph": "Save time, reduce costs and do more with less",
      "paragraphHtml": "<p class=\"text-size-large workflow_subtext\">Save time, reduce costs and do more with less</p>",
      "words": 9,
      "direct": false,
      "issue": "First paragraph is 9 words and does not look like a concise direct answer."
    },
    {
      "heading": "AI Meeting Assistant",
      "headingHtml": "<h3 class=\"workflow_card-heading\">AI Meeting Assistant</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Scheduler & Lead Router",
      "headingHtml": "<h3 class=\"workflow_card-heading is-blue\">Scheduler &amp; Lead Router</h3>",
      "firstParagraph": "Prioritize the right deals and improve win rates",
      "paragraphHtml": "<p class=\"text-size-large workflow_subtext\">Prioritize the right deals and improve win rates</p>",
      "words": 8,
      "direct": false,
      "issue": "First paragraph is 8 words and does not look like a concise direct answer."
    },
    {
      "heading": "Conversation Intelligence",
      "headingHtml": "<h3 class=\"workflow_card-heading is-purple\">Conversation Intelligence</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Revenue Intelligence",
      "headingHtml": "<h3 class=\"workflow_card-heading is-green\">Revenue Intelligence</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "AI Meeting Assistant",
      "headingHtml": "<h2 class=\"heading-style-h5 feature_heading\">AI Meeting Assistant</h2>",
      "firstParagraph": "Save 4+ hrs/week by automating note-taking, email follow-ups and CRM data entry. Get objective and accurate answers using an Al Copilot.",
      "paragraphHtml": "<p class=\"text-size-medium\">Save 4+ hrs/week by automating note-taking, email follow-ups and CRM data entry. Get objective and accurate answers using an Al Copilot.</p>",
      "words": 22,
      "direct": false,
      "issue": "First paragraph is 22 words and does not look like a concise direct answer."
    },
    {
      "heading": "Real-time Transcription",
      "headingHtml": "<h3 class=\"feature_tab-link-heading\">Real-time Transcription</h3>",
      "firstParagraph": "Automatic live transcription in 40+ languages",
      "paragraphHtml": "<p class=\"mb-0 feature_tab-link-desc\">Automatic live transcription in 40+ languages</p>",
      "words": 6,
      "direct": false,
      "issue": "First paragraph is 6 words and does not look like a concise direct answer."
    },
    {
      "heading": "AI-generated Note-taking",
      "headingHtml": "<h3 class=\"feature_tab-link-heading\">AI-generated Note-taking</h3>",
      "firstParagraph": "Automate Note-taking with custom templates for meetings",
      "paragraphHtml": "<p class=\"mb-0 feature_tab-link-desc\">Automate Note-taking with custom templates for meetings</p>",
      "words": 7,
      "direct": false,
      "issue": "First paragraph is 7 words and does not look like a concise direct answer."
    },
    {
      "heading": "Al-generated Smart Chapters",
      "headingHtml": "<h3 class=\"feature_tab-link-heading\">Al-generated Smart Chapters</h3>",
      "firstParagraph": "Review topics of interest with AI-generated Smart Chapters",
      "paragraphHtml": "<p class=\"mb-0 feature_tab-link-desc\">Review topics of interest with AI-generated Smart Chapters</p>",
      "words": 8,
      "direct": false,
      "issue": "First paragraph is 8 words and does not look like a concise direct answer."
    },
    {
      "heading": "Al-generated Follow-up Email",
      "headingHtml": "<h3 class=\"feature_tab-link-heading\">Al-generated Follow-up Email</h3>",
      "firstParagraph": "Speed-up follow-ups with AI-generated email drafts",
      "paragraphHtml": "<p class=\"mb-0 feature_tab-link-desc\">Speed-up follow-ups with AI-generated email drafts</p>",
      "words": 6,
      "direct": false,
      "issue": "First paragraph is 6 words and does not look like a concise direct answer."
    },
    {
      "heading": "Automatic CRM Data Entry",
      "headingHtml": "<h3 class=\"feature_tab-link-heading\">Automatic CRM Data Entry</h3>",
      "firstParagraph": "Automate custom CRM field updates for MEDDIC, SPICED, etc.",
      "paragraphHtml": "<p class=\"mb-0 feature_tab-link-desc\">Automate custom CRM field updates for MEDDIC, SPICED, etc.</p>",
      "words": 9,
      "direct": false,
      "issue": "First paragraph is 9 words and does not look like a concise direct answer."
    },
    {
      "heading": "“Ask Avoma” AI Copilot",
      "headingHtml": "<h3 class=\"feature_tab-link-heading\">&#x201c;Ask Avoma&#x201d; AI Copilot</h3>",
      "firstParagraph": "Get objective and accurate answers from an AI chatbot",
      "paragraphHtml": "<p class=\"mb-0 feature_tab-link-desc\">Get objective and accurate answers from an AI chatbot</p>",
      "words": 9,
      "direct": false,
      "issue": "First paragraph is 9 words and does not look like a concise direct answer."
    },
    {
      "heading": "Scheduler & Lead Router",
      "headingHtml": "<h2 class=\"heading-style-h5 feature_heading\">Scheduler &amp; Lead Router</h2>",
      "firstParagraph": "Deliver frictionless buying experience by automating scheduling, lead qualification, and routing so customers can instantly book time with your team.",
      "paragraphHtml": "<p class=\"text-size-medium\">Deliver frictionless buying experience by automating scheduling, lead qualification, and routing so customers can instantly book time with your team.</p>",
      "words": 20,
      "direct": false,
      "issue": "First paragraph is 20 words and does not look like a concise direct answer."
    },
    {
      "heading": "Unlimited 1:1 Scheduling",
      "headingHtml": "<h3 class=\"feature_tab-link-heading\">Unlimited 1:1 Scheduling</h3>",
      "firstParagraph": "Automate scheduling with 1:1, group, and round-robin pages",
      "paragraphHtml": "<p class=\"mb-0 feature_tab-link-desc\">Automate scheduling with 1:1, group, and round-robin pages</p>",
      "words": 9,
      "direct": false,
      "issue": "First paragraph is 9 words and does not look like a concise direct answer."
    },
    {
      "heading": "Group and Round-robin Scheduling",
      "headingHtml": "<h3 class=\"feature_tab-link-heading\">Group and Round-robin Scheduling</h3>",
      "firstParagraph": "Automate scheduling with 1:1, group, and round-robin pages",
      "paragraphHtml": "<p class=\"mb-0 feature_tab-link-desc\">Automate scheduling with 1:1, group, and round-robin pages</p>",
      "words": 9,
      "direct": false,
      "issue": "First paragraph is 9 words and does not look like a concise direct answer."
    },
    {
      "heading": "Advanced Distributon Rules",
      "headingHtml": "<h3 class=\"feature_tab-link-heading\">Advanced Distributon Rules</h3>",
      "firstParagraph": "Automate qualification of prospects directly from your web forms",
      "paragraphHtml": "<p class=\"mb-0 feature_tab-link-desc\">Automate qualification of prospects directly from your web forms</p>",
      "words": 9,
      "direct": false,
      "issue": "First paragraph is 9 words and does not look like a concise direct answer."
    },
    {
      "heading": "Inbound Routing for Website Forms",
      "headingHtml": "<h3 class=\"feature_tab-link-heading\">Inbound Routing for Website Forms</h3>",
      "firstParagraph": "Automate inbound lead routing with complex rules",
      "paragraphHtml": "<p class=\"mb-0 feature_tab-link-desc\">Automate inbound lead routing with complex rules</p>",
      "words": 7,
      "direct": false,
      "issue": "First paragraph is 7 words and does not look like a concise direct answer."
    },
    {
      "heading": "Outbound Handoff Routing",
      "headingHtml": "<h3 class=\"feature_tab-link-heading\">Outbound Handoff Routing</h3>",
      "firstParagraph": "Automate lead handoff and scheduling between SDRs and AEs",
      "paragraphHtml": "<p class=\"mb-0 feature_tab-link-desc\">Automate lead handoff and scheduling between SDRs and AEs</p>",
      "words": 9,
      "direct": false,
      "issue": "First paragraph is 9 words and does not look like a concise direct answer."
    },
    {
      "heading": "Conversation Intelligence",
      "headingHtml": "<h2 class=\"heading-style-h5 feature_heading\">Conversation Intelligence</h2>",
      "firstParagraph": "Increase win rates and shorten onboarding by automating call scoring, personalized coaching, and getting visibility into talk patterns and topic trends.",
      "paragraphHtml": "<p class=\"text-size-medium\">Increase win rates and shorten onboarding by automating call scoring, personalized coaching, and getting visibility into talk patterns and topic trends.</p>",
      "words": 21,
      "direct": false,
      "issue": "First paragraph is 21 words and does not look like a concise direct answer."
    },
    {
      "heading": "Live Answer Assistant",
      "headingHtml": "<h3 class=\"feature_tab-link-heading\">Live Answer Assistant</h3>",
      "firstParagraph": "Handle objections in real-time with answers from an AI assistant",
      "paragraphHtml": "<p class=\"mb-0 feature_tab-link-desc\">Handle objections in real-time with answers from an AI assistant</p>",
      "words": 10,
      "direct": false,
      "issue": "First paragraph is 10 words and does not look like a concise direct answer."
    },
    {
      "heading": "AI Call Scoring",
      "headingHtml": "<h3 class=\"feature_tab-link-heading\">AI Call Scoring</h3>",
      "firstParagraph": "Automate call coaching and scoring for 100% coverage using AI",
      "paragraphHtml": "<p class=\"mb-0 feature_tab-link-desc\">Automate call coaching and scoring for 100% coverage using AI</p>",
      "words": 10,
      "direct": false,
      "issue": "First paragraph is 10 words and does not look like a concise direct answer."
    },
    {
      "heading": "Talk-pattern Insights",
      "headingHtml": "<h3 class=\"feature_tab-link-heading\">Talk-pattern Insights</h3>",
      "firstParagraph": "Clone your top performers by learning their talk patterns and trends",
      "paragraphHtml": "<p class=\"mb-0 feature_tab-link-desc\">Clone your top performers by learning their talk patterns and trends</p>",
      "words": 11,
      "direct": false,
      "issue": "First paragraph is 11 words and does not look like a concise direct answer."
    },
    {
      "heading": "Custom Smart Trackers",
      "headingHtml": "<h3 class=\"feature_tab-link-heading\">Custom Smart Trackers</h3>",
      "firstParagraph": "Track keywords and topics accurately with semantic matching",
      "paragraphHtml": "<p class=\"mb-0 feature_tab-link-desc\">Track keywords and topics accurately with semantic matching</p>",
      "words": 8,
      "direct": false,
      "issue": "First paragraph is 8 words and does not look like a concise direct answer."
    },
    {
      "heading": "Activity & Engagement Insights",
      "headingHtml": "<h3 class=\"feature_tab-link-heading\">Activity &amp; Engagement Insights</h3>",
      "firstParagraph": "Get visibility into the team’s usage, engagement, and ROI",
      "paragraphHtml": "<p class=\"mb-0 feature_tab-link-desc\">Get visibility into the team&#x2019;s usage, engagement, and ROI</p>",
      "words": 10,
      "direct": false,
      "issue": "First paragraph is 10 words and does not look like a concise direct answer."
    },
    {
      "heading": "Revenue Intelligence",
      "headingHtml": "<h2 class=\"heading-style-h5 feature_heading\">Revenue Intelligence</h2>",
      "firstParagraph": "Improve forecasting and quota attainment with proactive deal and churn risk alerts, automatic Sales methodology tracking, pipeline inspection and Al win-loss analysis.",
      "paragraphHtml": "<p class=\"text-size-medium\">Improve forecasting and quota attainment with proactive deal and churn risk alerts, automatic Sales methodology tracking, pipeline inspection and Al win-loss analysis.</p>",
      "words": 22,
      "direct": false,
      "issue": "First paragraph is 22 words and does not look like a concise direct answer."
    },
    {
      "heading": "Deal & Churn Risk Alerts",
      "headingHtml": "<h3 class=\"feature_tab-link-heading\">Deal &amp; Churn Risk Alerts</h3>",
      "firstParagraph": "Get risk alerts based on conversations and CRM engagement",
      "paragraphHtml": "<p class=\"mb-0 feature_tab-link-desc\">Get risk alerts based on conversations and CRM engagement</p>",
      "words": 9,
      "direct": false,
      "issue": "First paragraph is 9 words and does not look like a concise direct answer."
    },
    {
      "heading": "AI Sales Methodology Scoring",
      "headingHtml": "<h3 class=\"feature_tab-link-heading\">AI Sales Methodology Scoring</h3>",
      "firstParagraph": "Automatically track and score Sales methodologies (MEDDIC, BANT, etc.)",
      "paragraphHtml": "<p class=\"mb-0 feature_tab-link-desc\">Automatically track and score Sales methodologies (MEDDIC, BANT, etc.)</p>",
      "words": 9,
      "direct": false,
      "issue": "First paragraph is 9 words and does not look like a concise direct answer."
    },
    {
      "heading": "Pipeline Review & CRM Updates",
      "headingHtml": "<h3 class=\"feature_tab-link-heading\">Pipeline Review &amp; CRM Updates</h3>",
      "firstParagraph": "Inspect health of all deals and instantly update CRM from one view",
      "paragraphHtml": "<p class=\"mb-0 feature_tab-link-desc\">Inspect health of all deals and instantly update CRM from one view</p>",
      "words": 12,
      "direct": false,
      "issue": "First paragraph is 12 words and does not look like a concise direct answer."
    },
    {
      "heading": "Forecasting & Reports",
      "headingHtml": "<h3 class=\"feature_tab-link-heading\">Forecasting &amp; Reports</h3>",
      "firstParagraph": "Submit accurate revenue forecasts based on Deal Risk score",
      "paragraphHtml": "<p class=\"mb-0 feature_tab-link-desc\">Submit accurate revenue forecasts based on Deal Risk score</p>",
      "words": 9,
      "direct": false,
      "issue": "First paragraph is 9 words and does not look like a concise direct answer."
    },
    {
      "heading": "AI Win-Loss Analysis",
      "headingHtml": "<h3 class=\"feature_tab-link-heading\">AI Win-Loss Analysis</h3>",
      "firstParagraph": "Get AI-generated objective Win-Loss analysis for every deal",
      "paragraphHtml": "<p class=\"mb-0 feature_tab-link-desc\">Get AI-generated objective Win-Loss analysis for every deal</p>",
      "words": 8,
      "direct": false,
      "issue": "First paragraph is 8 words and does not look like a concise direct answer."
    },
    {
      "heading": "All-in-one doesn’t mean you have to buy all at once.",
      "headingHtml": "<h2 class=\"heading-style-h3\">All-in-one doesn&#x2019;t mean you have to buy all at once.</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Start with an unlimited Al Meeting Assistant for meeting hosts",
      "headingHtml": "<h2 class=\"heading-style-h7\">Start with an unlimited <span class=\"text-color-yellow\">Al Meeting Assistant</span> for meeting hosts</h2>",
      "firstParagraph": "Annual billing",
      "paragraphHtml": "<p class=\"text-size-medium text-weight-medium\">Annual billing</p>",
      "words": 2,
      "direct": false,
      "issue": "First paragraph is 2 words and does not look like a concise direct answer."
    },
    {
      "heading": "$19",
      "headingHtml": "<h2 class=\"heading-style-h2 pricing_block-price-heading\">&#x24;19</h2>",
      "firstParagraph": "/user/month",
      "paragraphHtml": "<p class=\"text-size-medium text-weight-medium text_light\">/user/month</p>",
      "words": 2,
      "direct": false,
      "issue": "First paragraph is 2 words and does not look like a concise direct answer."
    },
    {
      "heading": "Get Conversation Intelligence add on for revenue teams",
      "headingHtml": "<h2 class=\"heading-style-h7 pricing_card-heading\">Get <span class=\"font-color-green\">Conversation Intelligence </span>add on for revenue teams</h2>",
      "firstParagraph": "Annual billing",
      "paragraphHtml": "<p class=\"text-size-medium text-weight-medium\">Annual billing</p>",
      "words": 2,
      "direct": false,
      "issue": "First paragraph is 2 words and does not look like a concise direct answer."
    },
    {
      "heading": "$29",
      "headingHtml": "<h2 class=\"heading-style-h2 pricing_block-price-heading\">&#x24;29</h2>",
      "firstParagraph": "/user/month",
      "paragraphHtml": "<p class=\"text-size-medium text-weight-medium text_light\">/user/month</p>",
      "words": 2,
      "direct": false,
      "issue": "First paragraph is 2 words and does not look like a concise direct answer."
    },
    {
      "heading": "Collaborate easily with Free view-only seats for everyone",
      "headingHtml": "<h2 class=\"heading-style-h7\">Collaborate easily with <span class=\"text-color-pink\">Free view-only</span> seats for everyone</h2>",
      "firstParagraph": "Always free",
      "paragraphHtml": "<p class=\"text-size-medium text-weight-medium\">Always free</p>",
      "words": 2,
      "direct": false,
      "issue": "First paragraph is 2 words and does not look like a concise direct answer."
    },
    {
      "heading": "$0",
      "headingHtml": "<h2 class=\"heading-style-h2 pricing_block-price-heading\">&#x24;0</h2>",
      "firstParagraph": "/user/month",
      "paragraphHtml": "<p class=\"text-size-medium text-weight-medium text_light\">/user/month</p>",
      "words": 2,
      "direct": false,
      "issue": "First paragraph is 2 words and does not look like a concise direct answer."
    },
    {
      "heading": "We don’t believe in superficial relationships, especially not with our integrations.",
      "headingHtml": "<h2 class=\"heading-style-h5\">We don&#x2019;t believe in superficial relationships, especially not with our integrations.</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Your data is critical, we keep it safe and secure.",
      "headingHtml": "<h3 class=\"heading-style-h4 security-heading\">Your data is critical, <br>we keep it safe and secure.</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Thinking about these questions? We’ve got the one answer you need.",
      "headingHtml": "<h2 class=\"heading-style-h4 text-color-white\"><span class=\"text-color-highlight\">Thinking about these questions?</span> We&#x2019;ve got the one answer you need.</h2>",
      "firstParagraph": "Can I just buy what I need and not everything?",
      "paragraphHtml": "<p class=\"text-size-medium text-weight-medium\">Can I just buy what I need and not everything?</p>",
      "words": 10,
      "direct": false,
      "issue": "First paragraph is 10 words and does not look like a concise direct answer."
    },
    {
      "heading": "Incredibly easy to use on your own. Immensely powerful with our little help.",
      "headingHtml": "<h2 class=\"heading-style-h5 contact-cards_heading\">Incredibly easy to use on your own. Immensely powerful with our little help.</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "What's stopping you fromturning every conversation intoactionable insights?",
      "headingHtml": "<h3 class=\"heading-style-h3 cta-heading split-word\"><div class=\"line\" style=\"display: block; text-align: center; width: 100%;\"><div class=\"word\" style=\"display: inline-block;\">What&apos;s<div class=\"line-mask\"></div></div> <div class=\"word\" style=\"display: inline-block;\">stopping<div class=\"line-mask\"></div></div> <div class=\"word\" style=\"display: inline-block;\">you<div class=\"line-mask\"></div></div> <div class=\"word\" style=\"display: inline-block;\">from<div class=\"line-mask\"></div></div></div...",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    }
  ],
  "score": 65,
  "weight": 8
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

AEO: Answer intent coverage

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

1 Warning

Needs attention

AEO: Answer intent coverage

Warning
01

Issue

Missing likely AI Overview intent sections: what, how, 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": "AI Meeting Assistant",
      "html": "<h2 class=\"heading-style-h5 feature_heading\">AI Meeting Assistant</h2>"
    },
    {
      "text": "Scheduler & Lead Router",
      "html": "<h2 class=\"heading-style-h5 feature_heading\">Scheduler &amp; Lead Router</h2>"
    },
    {
      "text": "Conversation Intelligence",
      "html": "<h2 class=\"heading-style-h5 feature_heading\">Conversation Intelligence</h2>"
    },
    {
      "text": "Revenue Intelligence",
      "html": "<h2 class=\"heading-style-h5 feature_heading\">Revenue Intelligence</h2>"
    },
    {
      "text": "All-in-one doesn’t mean you have to buy all at once.",
      "html": "<h2 class=\"heading-style-h3\">All-in-one doesn&#x2019;t mean you have to buy all at once.</h2>"
    },
    {
      "text": "Start with an unlimited Al Meeting Assistant for meeting hosts",
      "html": "<h2 class=\"heading-style-h7\">Start with an unlimited <span class=\"text-color-yellow\">Al Meeting Assistant</span> for meeting hosts</h2>"
    },
    {
      "text": "$19",
      "html": "<h2 class=\"heading-style-h2 pricing_block-price-heading\">&#x24;19</h2>"
    },
    {
      "text": "Get Conversation Intelligence add on for revenue teams",
      "html": "<h2 class=\"heading-style-h7 pricing_card-heading\">Get <span class=\"font-color-green\">Conversation Intelligence </span>add on for revenue teams</h2>"
    },
    {
      "text": "$29",
      "html": "<h2 class=\"heading-style-h2 pricing_block-price-heading\">&#x24;29</h2>"
    },
    {
      "text": "Collaborate easily with Free view-only seats for everyone",
      "html": "<h2 class=\"heading-style-h7\">Collaborate easily with <span class=\"text-color-pink\">Free view-only</span> seats for everyone</h2>"
    },
    {
      "text": "$0",
      "html": "<h2 class=\"heading-style-h2 pricing_block-price-heading\">&#x24;0</h2>"
    },
    {
      "text": "We don’t believe in superficial relationships, especially not with our integrations.",
      "html": "<h2 class=\"heading-style-h5\">We don&#x2019;t believe in superficial relationships, especially not with our integrations.</h2>"
    },
    {
      "text": "Thinking about these questions? We’ve got the one answer you need.",
      "html": "<h2 class=\"heading-style-h4 text-color-white\"><span class=\"text-color-highlight\">Thinking about these questions?</span> We&#x2019;ve got the one answer you need.</h2>"
    },
    {
      "text": "Incredibly easy to use on your own. Immensely powerful with our little help.",
      "html": "<h2 class=\"heading-style-h5 contact-cards_heading\">Incredibly easy to use on your own. Immensely powerful with our little help.</h2>"
    }
  ],
  "expected": [
    {
      "id": "what",
      "label": "What is Avoma — AI Platform for Note-taking, Scheduli...?",
      "pattern": {}
    },
    {
      "id": "how",
      "label": "How does Avoma — AI Platform for Note-taking, Scheduli... work?",
      "pattern": {}
    },
    {
      "id": "benefits",
      "label": "Why use Avoma — AI Platform for Note-taking, Scheduli...?",
      "pattern": {}
    },
    {
      "id": "cost",
      "label": "Is Avoma — AI Platform for Note-taking, Scheduli... free or paid?",
      "pattern": {}
    },
    {
      "id": "compare",
      "label": "How does Avoma — AI Platform for Note-taking, Scheduli... compare with alternatives?",
      "pattern": {}
    }
  ],
  "missing": [
    {
      "id": "what",
      "label": "What is Avoma — AI Platform for Note-taking, Scheduli...?",
      "pattern": {}
    },
    {
      "id": "how",
      "label": "How does Avoma — AI Platform for Note-taking, Scheduli... work?",
      "pattern": {}
    },
    {
      "id": "compare",
      "label": "How does Avoma — AI Platform for Note-taking, Scheduli... compare with alternatives?",
      "pattern": {}
    }
  ],
  "score": 70,
  "weight": 8
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

AIO: Page experience for AIO

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

1 Warning

Needs attention

AIO: Page experience for AIO

Warning
01

Issue

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

Details

02

Why it matters

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

Check name

AIO: Page experience for AIO

Score

80/100

Status

warning

Category

GEO, AIO & AEO

Maturity

Emerging recommendation

Goal

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

Result

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

Evidence
{
  "viewportContent": "width=device-width, initial-scale=1",
  "visibleWords": 1752,
  "htmlBytes": 340683,
  "imagesMissingDimensions": [
    {
      "src": "https://cdn.prod.website-files.com/5de236b4d41434460ade73ac/673f79f36506b81af5484b7b_Avoma%20Logo.webp",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img loading=\"lazy\" src=\"https://cdn.prod.website-files.com/5de236b4d41434460ade73ac/673f79f36506b81af5484b7b_Avoma%20Logo.webp\" alt=\"Avoma logo \" class=\"navbar_brand-logo\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/5de236b4d41434460ade73ac/673f7a32ce15b4cfbdec9546_note-taking.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img loading=\"lazy\" src=\"https://cdn.prod.website-files.com/5de236b4d41434460ade73ac/673f7a32ce15b4cfbdec9546_note-taking.svg\" alt=\"note taking icon\" class=\"nav_dropdown-headings-image\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/5de236b4d41434460ade73ac/675991d99646a3d856a93f38_scheduler.webp",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img loading=\"lazy\" src=\"https://cdn.prod.website-files.com/5de236b4d41434460ade73ac/675991d99646a3d856a93f38_scheduler.webp\" alt class=\"nav_dropdown-headings-image\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/5de236b4d41434460ade73ac/675991d95503be0b3148822f_Intelligence.webp",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img loading=\"lazy\" src=\"https://cdn.prod.website-files.com/5de236b4d41434460ade73ac/675991d95503be0b3148822f_Intelligence.webp\" alt class=\"nav_dropdown-headings-image\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/5de236b4d41434460ade73ac/675991da885ad864b35ad10b_Revenue.webp",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img loading=\"lazy\" src=\"https://cdn.prod.website-files.com/5de236b4d41434460ade73ac/675991da885ad864b35ad10b_Revenue.webp\" alt class=\"nav_dropdown-headings-image\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/5de236b4d41434460ade73ac/673f7a32ce15b4cfbdec9546_note-taking.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img loading=\"lazy\" src=\"https://cdn.prod.website-files.com/5de236b4d41434460ade73ac/673f7a32ce15b4cfbdec9546_note-taking.svg\" alt=\"note taking icon\" class=\"nav_dropdown-headings-image\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/5de236b4d41434460ade73ac/673f7a32ce15b4cfbdec9547_calendar.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img loading=\"lazy\" src=\"https://cdn.prod.website-files.com/5de236b4d41434460ade73ac/673f7a32ce15b4cfbdec9547_calendar.svg\" alt=\"calendar icon\" class=\"nav_dropdown-headings-image\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/5de236b4d41434460ade73ac/675991d95503be0b3148822f_Intelligence.webp",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img loading=\"lazy\" src=\"https://cdn.prod.website-files.com/5de236b4d41434460ade73ac/675991d95503be0b3148822f_Intelligence.webp\" alt class=\"nav_dropdown-headings-image\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/5de236b4d41434460ade73ac/674bb950206aa065de53a16c_Dashboard.webp",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img sizes=\"100vw\" srcset=\"https://cdn.prod.website-files.com/5de236b4d41434460ade73ac/674bb950206aa065de53a16c_Dashboard-p-500.webp 500w, https://cdn.prod.website-files.com/5de236b4d41434460ade73ac/674bb950206aa065de53a16c_Dashboard.webp 682w\" alt src=\"https://cdn.prod.website-files.com/5de236b4d41434460ade73ac/674bb950206aa065de53a16c_Dashboard.webp\" loading=\"lazy\" class=\"nav_dropdown-callout-image\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/5de236b4d41434460ade73ac/674bc0ea6541130c2b3e185e_vector2.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img loading=\"lazy\" src=\"https://cdn.prod.website-files.com/5de236b4d41434460ade73ac/674bc0ea6541130c2b3e185e_vector2.svg\" alt class=\"nav_dropdown-tab-vector\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/5de236b4d41434460ade73ac/674bbf71348704112f929637_vector.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img loading=\"lazy\" src=\"https://cdn.prod.website-files.com/5de236b4d41434460ade73ac/674bbf71348704112f929637_vector.svg\" alt class=\"nav_dropdown-tab-link-vector\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/5de236b4d41434460ade73ac/674bb950206aa065de53a16c_Dashboard.webp",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img sizes=\"100vw\" srcset=\"https://cdn.prod.website-files.com/5de236b4d41434460ade73ac/674bb950206aa065de53a16c_Dashboard-p-500.webp 500w, https://cdn.prod.website-files.com/5de236b4d41434460ade73ac/674bb950206aa065de53a16c_Dashboard.webp 682w\" alt src=\"https://cdn.prod.website-files.com/5de236b4d41434460ade73ac/674bb950206aa065de53a16c_Dashboard.webp\" loading=\"lazy\" class=\"nav_dropdown-callout-image\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/5de236b4d41434460ade73ac/674bc0ea6541130c2b3e185e_vector2.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img loading=\"lazy\" src=\"https://cdn.prod.website-files.com/5de236b4d41434460ade73ac/674bc0ea6541130c2b3e185e_vector2.svg\" alt class=\"nav_dropdown-tab-vector _2\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/5de236b4d41434460ade73ac/674bbf71348704112f929637_vector.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img loading=\"lazy\" src=\"https://cdn.prod.website-files.com/5de236b4d41434460ade73ac/674bbf71348704112f929637_vector.svg\" alt class=\"nav_dropdown-tab-link-vector _2\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/5de236b4d41434460ade73ac/674bb950206aa065de53a16c_Dashboard.webp",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img sizes=\"100vw\" srcset=\"https://cdn.prod.website-files.com/5de236b4d41434460ade73ac/674bb950206aa065de53a16c_Dashboard-p-500.webp 500w, https://cdn.prod.website-files.com/5de236b4d41434460ade73ac/674bb950206aa065de53a16c_Dashboard.webp 682w\" alt src=\"https://cdn.prod.website-files.com/5de236b4d41434460ade73ac/674bb950206aa065de53a16c_Dashboard.webp\" loading=\"lazy\" class=\"nav_dropdown-callout-image\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/5de236b4d41434460ade73ac/674bc0ea6541130c2b3e185e_vector2.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img loading=\"lazy\" src=\"https://cdn.prod.website-files.com/5de236b4d41434460ade73ac/674bc0ea6541130c2b3e185e_vector2.svg\" alt class=\"nav_dropdown-tab-vector _3\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/5de236b4d41434460ade73ac/674bbf71348704112f929637_vector.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img loading=\"lazy\" src=\"https://cdn.prod.website-files.com/5de236b4d41434460ade73ac/674bbf71348704112f929637_vector.svg\" alt class=\"nav_dropdown-tab-link-vector _3\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/5de236b4d41434460ade73ac/674bb950206aa065de53a16c_Dashboard.webp",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img sizes=\"100vw\" srcset=\"https://cdn.prod.website-files.com/5de236b4d41434460ade73ac/674bb950206aa065de53a16c_Dashboard-p-500.webp 500w, https://cdn.prod.website-files.com/5de236b4d41434460ade73ac/674bb950206aa065de53a16c_Dashboard.webp 682w\" alt src=\"https://cdn.prod.website-files.com/5de236b4d41434460ade73ac/674bb950206aa065de53a16c_Dashboard.webp\" loading=\"lazy\" class=\"nav_dropdown-callout-image\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/5de236b4d41434460ade73ac/674bc0ea6541130c2b3e185e_vector2.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img loading=\"lazy\" src=\"https://cdn.prod.website-files.com/5de236b4d41434460ade73ac/674bc0ea6541130c2b3e185e_vector2.svg\" alt class=\"nav_dropdown-tab-vector\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/5de236b4d41434460ade73ac/674bbf71348704112f929637_vector.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img loading=\"lazy\" src=\"https://cdn.prod.website-files.com/5de236b4d41434460ade73ac/674bbf71348704112f929637_vector.svg\" alt class=\"nav_dropdown-tab-link-vector\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/5de236b4d41434460ade73ac/674bb950206aa065de53a16c_Dashboard.webp",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img sizes=\"100vw\" srcset=\"https://cdn.prod.website-files.com/5de236b4d41434460ade73ac/674bb950206aa065de53a16c_Dashboard-p-500.webp 500w, https://cdn.prod.website-files.com/5de236b4d41434460ade73ac/674bb950206aa065de53a16c_Dashboard.webp 682w\" alt src=\"https://cdn.prod.website-files.com/5de236b4d41434460ade73ac/674bb950206aa065de53a16c_Dashboard.webp\" loading=\"lazy\" class=\"nav_dropdown-callout-image\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/5de236b4d41434460ade73ac/674bc0ea6541130c2b3e185e_vector2.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img loading=\"lazy\" src=\"https://cdn.prod.website-files.com/5de236b4d41434460ade73ac/674bc0ea6541130c2b3e185e_vector2.svg\" alt class=\"nav_dropdown-tab-vector _2\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/5de236b4d41434460ade73ac/674bbf71348704112f929637_vector.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img loading=\"lazy\" src=\"https://cdn.prod.website-files.com/5de236b4d41434460ade73ac/674bbf71348704112f929637_vector.svg\" alt class=\"nav_dropdown-tab-link-vector _2\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/5de236b4d41434460ade73ac/674bb950206aa065de53a16c_Dashboard.webp",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img sizes=\"100vw\" srcset=\"https://cdn.prod.website-files.com/5de236b4d41434460ade73ac/674bb950206aa065de53a16c_Dashboard-p-500.webp 500w, https://cdn.prod.website-files.com/5de236b4d41434460ade73ac/674bb950206aa065de53a16c_Dashboard.webp 682w\" alt src=\"https://cdn.prod.website-files.com/5de236b4d41434460ade73ac/674bb950206aa065de53a16c_Dashboard.webp\" loading=\"lazy\" class=\"nav_dropdown-callout-image\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/5de236b4d41434460ade73ac/674bc0ea6541130c2b3e185e_vector2.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img loading=\"lazy\" src=\"https://cdn.prod.website-files.com/5de236b4d41434460ade73ac/674bc0ea6541130c2b3e185e_vector2.svg\" alt class=\"nav_dropdown-tab-vector _3\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/5de236b4d41434460ade73ac/674bbf71348704112f929637_vector.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img loading=\"lazy\" src=\"https://cdn.prod.website-files.com/5de236b4d41434460ade73ac/674bbf71348704112f929637_vector.svg\" alt class=\"nav_dropdown-tab-link-vector _3\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/5de236b4d41434460ade73ac/6748fbcc3ba69a572ed608ba_nav-image.webp",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/5de236b4d41434460ade73ac/6748fbcc3ba69a572ed608ba_nav-image.webp\" loading=\"lazy\" sizes=\"100vw\" srcset=\"https://cdn.prod.website-files.com/5de236b4d41434460ade73ac/6748fbcc3ba69a572ed608ba_nav-image-p-500.webp 500w, https://cdn.prod.website-files.com/5de236b4d41434460ade73ac/6748fbcc3ba69a572ed608ba_nav-image.webp 982w\" alt class=\"nav_dropdown-info-image\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/5de236b4d41434460ade73ac/691afdad9864f859846cf0b3_conversation-intelligence-software.webp",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/5de236b4d41434460ade73ac/691afdad9864f859846cf0b3_conversation-intelligence-software.webp\" loading=\"lazy\" sizes=\"100vw\" srcset=\"https://cdn.prod.website-files.com/5de236b4d41434460ade73ac/691afdad9864f859846cf0b3_conversation-intelligence-software-p-500.webp 500w, https://cdn.prod.website-files.com/5de236b4d41434460ade73ac/691afdad9864f859846cf0b3_conversation-intelligence-software-p-800.webp 800w, https://cdn.prod.website-files.com/5de236b4d414344..."
    },
    {
      "src": "https://cdn.prod.website-files.com/5de236b4d41434460ade73ac/691afe1f80c37c2818075227_Aditya_kothadiya.png",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/5de236b4d41434460ade73ac/691afe1f80c37c2818075227_Aditya_kothadiya.png\" loading=\"lazy\" alt class=\"nav_dropdown-resource-author-image\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/5de236b4d41434460ade73ac/675991d9e87814911283c277_Note%20Taking.webp",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img loading=\"lazy\" src=\"https://cdn.prod.website-files.com/5de236b4d41434460ade73ac/675991d9e87814911283c277_Note%20Taking.webp\" alt class=\"hero_tab-link-icon\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/5de236b4d41434460ade73ac/675991d99646a3d856a93f38_scheduler.webp",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img loading=\"lazy\" src=\"https://cdn.prod.website-files.com/5de236b4d41434460ade73ac/675991d99646a3d856a93f38_scheduler.webp\" alt class=\"hero_tab-link-icon\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/5de236b4d41434460ade73ac/675991d95503be0b3148822f_Intelligence.webp",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img loading=\"lazy\" src=\"https://cdn.prod.website-files.com/5de236b4d41434460ade73ac/675991d95503be0b3148822f_Intelligence.webp\" alt class=\"hero_tab-link-icon\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/5de236b4d41434460ade73ac/675991da885ad864b35ad10b_Revenue.webp",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img loading=\"lazy\" src=\"https://cdn.prod.website-files.com/5de236b4d41434460ade73ac/675991da885ad864b35ad10b_Revenue.webp\" alt class=\"hero_tab-link-icon\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/5de236b4d41434460ade73ac/6758c8329914eca37e06480f_home-page-bg-yellow.webp",
      "width": "",
      "height": "",
      "loading": "eager",
      "html": "<img class=\"hero-bg yellow\" src=\"https://cdn.prod.website-files.com/5de236b4d41434460ade73ac/6758c8329914eca37e06480f_home-page-bg-yellow.webp\" data-hero-tab=\"1\" alt sizes=\"100vw\" loading=\"eager\" srcset=\"https://cdn.prod.website-files.com/5de236b4d41434460ade73ac/6758c8329914eca37e06480f_home-page-bg-yellow-p-500.webp 500w, https://cdn.prod.website-files.com/5de236b4d41434460ade73ac/6758c8329914eca37e06480f_home-page-bg-yellow-p-800.webp 800w, https://cdn.prod.website-files.com/5de236b4d41434..."
    },
    {
      "src": "https://cdn.prod.website-files.com/5de236b4d41434460ade73ac/6758c833e7d23892c4b2126c_home-page-bg-blue.webp",
      "width": "",
      "height": "",
      "loading": "eager",
      "html": "<img class=\"hero-bg blue\" src=\"https://cdn.prod.website-files.com/5de236b4d41434460ade73ac/6758c833e7d23892c4b2126c_home-page-bg-blue.webp\" data-hero-tab=\"2\" alt sizes=\"100vw\" loading=\"eager\" srcset=\"https://cdn.prod.website-files.com/5de236b4d41434460ade73ac/6758c833e7d23892c4b2126c_home-page-bg-blue-p-500.webp 500w, https://cdn.prod.website-files.com/5de236b4d41434460ade73ac/6758c833e7d23892c4b2126c_home-page-bg-blue-p-800.webp 800w, https://cdn.prod.website-files.com/5de236b4d41434460ade73..."
    },
    {
      "src": "https://cdn.prod.website-files.com/5de236b4d41434460ade73ac/6758c833ccb52d75b06c6547_home-page-bg-purple.webp",
      "width": "",
      "height": "",
      "loading": "eager",
      "html": "<img class=\"hero-bg purple\" src=\"https://cdn.prod.website-files.com/5de236b4d41434460ade73ac/6758c833ccb52d75b06c6547_home-page-bg-purple.webp\" data-hero-tab=\"3\" alt sizes=\"100vw\" loading=\"eager\" srcset=\"https://cdn.prod.website-files.com/5de236b4d41434460ade73ac/6758c833ccb52d75b06c6547_home-page-bg-purple-p-500.webp 500w, https://cdn.prod.website-files.com/5de236b4d41434460ade73ac/6758c833ccb52d75b06c6547_home-page-bg-purple-p-800.webp 800w, https://cdn.prod.website-files.com/5de236b4d41434..."
    },
    {
      "src": "https://cdn.prod.website-files.com/5de236b4d41434460ade73ac/6758c833e3cf6313f747d436_home-page-bg-green.webp",
      "width": "",
      "height": "",
      "loading": "eager",
      "html": "<img class=\"hero-bg green\" src=\"https://cdn.prod.website-files.com/5de236b4d41434460ade73ac/6758c833e3cf6313f747d436_home-page-bg-green.webp\" data-hero-tab=\"4\" alt sizes=\"100vw\" loading=\"eager\" srcset=\"https://cdn.prod.website-files.com/5de236b4d41434460ade73ac/6758c833e3cf6313f747d436_home-page-bg-green-p-500.webp 500w, https://cdn.prod.website-files.com/5de236b4d41434460ade73ac/6758c833e3cf6313f747d436_home-page-bg-green-p-800.webp 800w, https://cdn.prod.website-files.com/5de236b4d41434460a..."
    },
    {
      "src": "https://cdn.prod.website-files.com/5de236b4d41434460ade73ac/673f7a32ce15b4cfbdec9492_o-icon.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img loading=\"lazy\" src=\"https://cdn.prod.website-files.com/5de236b4d41434460ade73ac/673f7a32ce15b4cfbdec9492_o-icon.svg\" alt=\"o icon \" class=\"trust_images\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/5de236b4d41434460ade73ac/675991d9ca97704fb7b56cf7_athelas.webp",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img loading=\"lazy\" src=\"https://cdn.prod.website-files.com/5de236b4d41434460ade73ac/675991d9ca97704fb7b56cf7_athelas.webp\" alt class=\"trust_images\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/5de236b4d41434460ade73ac/675991d80fd4d8c7a1ce80f6_rho.webp",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img loading=\"lazy\" src=\"https://cdn.prod.website-files.com/5de236b4d41434460ade73ac/675991d80fd4d8c7a1ce80f6_rho.webp\" alt class=\"trust_images rho_img\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/5de236b4d41434460ade73ac/673f7a32ce15b4cfbdec94d9_athelas-icon.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img loading=\"lazy\" src=\"https://cdn.prod.website-files.com/5de236b4d41434460ade73ac/673f7a32ce15b4cfbdec94d9_athelas-icon.svg\" alt=\"Athelas Logo\" class=\"trust_images\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/5de236b4d41434460ade73ac/673f7a32ce15b4cfbdec9491_x-icons.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img loading=\"lazy\" src=\"https://cdn.prod.website-files.com/5de236b4d41434460ade73ac/673f7a32ce15b4cfbdec9491_x-icons.svg\" alt=\"X icon \" class=\"trust_images\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/5de236b4d41434460ade73ac/675991d9e1ceb649a71fdcdf_esper.webp",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img loading=\"lazy\" src=\"https://cdn.prod.website-files.com/5de236b4d41434460ade73ac/675991d9e1ceb649a71fdcdf_esper.webp\" alt class=\"trust_images\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/5de236b4d41434460ade73ac/675991d9505ce35c5cd76272_boomcloud.webp",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img loading=\"lazy\" src=\"https://cdn.prod.website-files.com/5de236b4d41434460ade73ac/675991d9505ce35c5cd76272_boomcloud.webp\" alt class=\"trust_images\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/5de236b4d41434460ade73ac/673f7a32ce15b4cfbdec94da_esper-icon.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img loading=\"lazy\" src=\"https://cdn.prod.website-files.com/5de236b4d41434460ade73ac/673f7a32ce15b4cfbdec94da_esper-icon.svg\" alt=\"Esper Logo\" class=\"trust_images\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/5de236b4d41434460ade73ac/673f7a32ce15b4cfbdec9491_x-icons.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img loading=\"lazy\" src=\"https://cdn.prod.website-files.com/5de236b4d41434460ade73ac/673f7a32ce15b4cfbdec9491_x-icons.svg\" alt=\"X icon \" class=\"trust_images\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/5de236b4d41434460ade73ac/675991d95cfdde8351a71262_moxe.webp",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img loading=\"lazy\" src=\"https://cdn.prod.website-files.com/5de236b4d41434460ade73ac/675991d95cfdde8351a71262_moxe.webp\" alt class=\"trust_images\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/5de236b4d41434460ade73ac/675991d9090e53f378829394_onfleet.webp",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img loading=\"lazy\" src=\"https://cdn.prod.website-files.com/5de236b4d41434460ade73ac/675991d9090e53f378829394_onfleet.webp\" alt class=\"trust_images\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/5de236b4d41434460ade73ac/673f7a32ce15b4cfbdec94d3_moxe-icon.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img loading=\"lazy\" src=\"https://cdn.prod.website-files.com/5de236b4d41434460ade73ac/673f7a32ce15b4cfbdec94d3_moxe-icon.svg\" alt=\"moxe logo\" class=\"trust_images\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/5de236b4d41434460ade73ac/673f7a32ce15b4cfbdec9492_o-icon.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img loading=\"lazy\" src=\"https://cdn.prod.website-files.com/5de236b4d41434460ade73ac/673f7a32ce15b4cfbdec9492_o-icon.svg\" alt=\"o icon \" class=\"trust_images\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/5de236b4d41434460ade73ac/675991da1dcf7244c3dd1cfd_leandata.webp",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img loading=\"lazy\" src=\"https://cdn.prod.website-files.com/5de236b4d41434460ade73ac/675991da1dcf7244c3dd1cfd_leandata.webp\" alt class=\"trust_images\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/5de236b4d41434460ade73ac/675991d9028c69e412c6bc59_buildzoom.webp",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img loading=\"lazy\" src=\"https://cdn.prod.website-files.com/5de236b4d41434460ade73ac/675991d9028c69e412c6bc59_buildzoom.webp\" alt class=\"trust_images\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/5de236b4d41434460ade73ac/673f7a32ce15b4cfbdec94d7_leandata-icon.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img loading=\"lazy\" src=\"https://cdn.prod.website-files.com/5de236b4d41434460ade73ac/673f7a32ce15b4cfbdec94d7_leandata-icon.svg\" alt=\"Leandata logo\" class=\"trust_images\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/5de236b4d41434460ade73ac/673f7a32ce15b4cfbdec9491_x-icons.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img loading=\"lazy\" src=\"https://cdn.prod.website-files.com/5de236b4d41434460ade73ac/673f7a32ce15b4cfbdec9491_x-icons.svg\" alt=\"X icon \" class=\"trust_images\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/5de236b4d41434460ade73ac/673f7a32ce15b4cfbdec9494_XCircle.webp",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img loading=\"lazy\" src=\"https://cdn.prod.website-files.com/5de236b4d41434460ade73ac/673f7a32ce15b4cfbdec9494_XCircle.webp\" alt=\"Cross Icon\" class=\"x_icon\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/5de236b4d41434460ade73ac/673f7a32ce15b4cfbdec9494_XCircle.webp",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img loading=\"lazy\" src=\"https://cdn.prod.website-files.com/5de236b4d41434460ade73ac/673f7a32ce15b4cfbdec9494_XCircle.webp\" alt=\"Cross Icon\" class=\"x_icon\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/5de236b4d41434460ade73ac/673f7a32ce15b4cfbdec9494_XCircle.webp",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img loading=\"lazy\" src=\"https://cdn.prod.website-files.com/5de236b4d41434460ade73ac/673f7a32ce15b4cfbdec9494_XCircle.webp\" alt=\"Cross Icon\" class=\"x_icon\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/5de236b4d41434460ade73ac/67b45402b2783d6ea97c11d9_Group%202147224745%20(1).svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img loading=\"lazy\" src=\"https://cdn.prod.website-files.com/5de236b4d41434460ade73ac/67b45402b2783d6ea97c11d9_Group%202147224745%20(1).svg\" alt class=\"workflow_card-img\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/5de236b4d41434460ade73ac/675991d9e87814911283c277_Note%20Taking.webp",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img loading=\"lazy\" src=\"https://cdn.prod.website-files.com/5de236b4d41434460ade73ac/675991d9e87814911283c277_Note%20Taking.webp\" alt class=\"workflow_card-icon\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/5de236b4d41434460ade73ac/675991d99646a3d856a93f38_scheduler.webp",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img loading=\"lazy\" src=\"https://cdn.prod.website-files.com/5de236b4d41434460ade73ac/675991d99646a3d856a93f38_scheduler.webp\" alt class=\"workflow_card-icon\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/5de236b4d41434460ade73ac/67b453ab7ba679c17431a801_Group%202147224744%20(1).svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img loading=\"lazy\" src=\"https://cdn.prod.website-files.com/5de236b4d41434460ade73ac/67b453ab7ba679c17431a801_Group%202147224744%20(1).svg\" alt class=\"workflow_card-img\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/5de236b4d41434460ade73ac/675991d95503be0b3148822f_Intelligence.webp",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img loading=\"lazy\" src=\"https://cdn.prod.website-files.com/5de236b4d41434460ade73ac/675991d95503be0b3148822f_Intelligence.webp\" alt class=\"workflow_card-icon\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/5de236b4d41434460ade73ac/675991da885ad864b35ad10b_Revenue.webp",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img loading=\"lazy\" src=\"https://cdn.prod.website-files.com/5de236b4d41434460ade73ac/675991da885ad864b35ad10b_Revenue.webp\" alt class=\"workflow_card-icon\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/5de236b4d41434460ade73ac/675991d9e87814911283c277_Note%20Taking.webp",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img loading=\"lazy\" src=\"https://cdn.prod.website-files.com/5de236b4d41434460ade73ac/675991d9e87814911283c277_Note%20Taking.webp\" alt class=\"icon-1x1-large\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/5de236b4d41434460ade73ac/6751959ba40f201e8dbaadf1_automatic-recording.webp",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img sizes=\"100vw\" srcset=\"https://cdn.prod.website-files.com/5de236b4d41434460ade73ac/6751959ba40f201e8dbaadf1_automatic-recording-p-500.webp 500w, https://cdn.prod.website-files.com/5de236b4d41434460ade73ac/6751959ba40f201e8dbaadf1_automatic-recording-p-800.webp 800w, https://cdn.prod.website-files.com/5de236b4d41434460ade73ac/6751959ba40f201e8dbaadf1_automatic-recording.webp 1712w\" alt=\"Auto recording\" src=\"https://cdn.prod.website-files.com/5de236b4d41434460ade73ac/6751959ba40f201e8dbaadf..."
    },
    {
      "src": "https://cdn.prod.website-files.com/5de236b4d41434460ade73ac/6751959b65eb72ddee504bec_real-time-transcript.webp",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img sizes=\"100vw\" srcset=\"https://cdn.prod.website-files.com/5de236b4d41434460ade73ac/6751959b65eb72ddee504bec_real-time-transcript-p-500.webp 500w, https://cdn.prod.website-files.com/5de236b4d41434460ade73ac/6751959b65eb72ddee504bec_real-time-transcript-p-800.webp 800w, https://cdn.prod.website-files.com/5de236b4d41434460ade73ac/6751959b65eb72ddee504bec_real-time-transcript-p-1080.webp 1080w, https://cdn.prod.website-files.com/5de236b4d41434460ade73ac/6751959b65eb72ddee504bec_real-time-tran..."
    },
    {
      "src": "https://cdn.prod.website-files.com/5de236b4d41434460ade73ac/6751959bf00364aac878ec64_Al-generated-note-taking.webp",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img sizes=\"100vw\" srcset=\"https://cdn.prod.website-files.com/5de236b4d41434460ade73ac/6751959bf00364aac878ec64_Al-generated-note-taking-p-500.webp 500w, https://cdn.prod.website-files.com/5de236b4d41434460ade73ac/6751959bf00364aac878ec64_Al-generated-note-taking-p-800.webp 800w, https://cdn.prod.website-files.com/5de236b4d41434460ade73ac/6751959bf00364aac878ec64_Al-generated-note-taking.webp 1712w\" alt=\"AI Generated Note Taking\" src=\"https://cdn.prod.website-files.com/5de236b4d41434460ade73a..."
    },
    {
      "src": "https://cdn.prod.website-files.com/5de236b4d41434460ade73ac/6751959a5c2a32815463e333_smart-chapters.avif",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img loading=\"lazy\" src=\"https://cdn.prod.website-files.com/5de236b4d41434460ade73ac/6751959a5c2a32815463e333_smart-chapters.avif\" alt=\"Smart Chapters\" class=\"feature_tab-pane-img\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/5de236b4d41434460ade73ac/6751959b93004d5869da48c4_Al-generated-follow-up-email.avif",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img sizes=\"100vw\" srcset=\"https://cdn.prod.website-files.com/5de236b4d41434460ade73ac/6751959b93004d5869da48c4_Al-generated-follow-up-email-p-500.avif 500w, https://cdn.prod.website-files.com/5de236b4d41434460ade73ac/6751959b93004d5869da48c4_Al-generated-follow-up-email-p-800.avif 800w, https://cdn.prod.website-files.com/5de236b4d41434460ade73ac/6751959b93004d5869da48c4_Al-generated-follow-up-email.avif 1712w\" alt=\"Ai Generated Follow up\" src=\"https://cdn.prod.website-files.com/5de236b4d4143..."
    },
    {
      "src": "https://cdn.prod.website-files.com/5de236b4d41434460ade73ac/6751959bcd303da7aaee0e2e_automatic-CRM-data-entry.webp",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img sizes=\"100vw\" srcset=\"https://cdn.prod.website-files.com/5de236b4d41434460ade73ac/6751959bcd303da7aaee0e2e_automatic-CRM-data-entry-p-500.webp 500w, https://cdn.prod.website-files.com/5de236b4d41434460ade73ac/6751959bcd303da7aaee0e2e_automatic-CRM-data-entry-p-800.webp 800w, https://cdn.prod.website-files.com/5de236b4d41434460ade73ac/6751959bcd303da7aaee0e2e_automatic-CRM-data-entry.webp 1712w\" alt=\"Automatic CRM data enrty\" src=\"https://cdn.prod.website-files.com/5de236b4d41434460ade73a..."
    },
    {
      "src": "https://cdn.prod.website-files.com/5de236b4d41434460ade73ac/673f7a32ce15b4cfbdec948d_Feature%20Tab%20Dot%20Grid.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img loading=\"lazy\" src=\"https://cdn.prod.website-files.com/5de236b4d41434460ade73ac/673f7a32ce15b4cfbdec948d_Feature%20Tab%20Dot%20Grid.svg\" alt=\"circle shapes\" class=\"feature_dot-grid-img\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/5de236b4d41434460ade73ac/675991d99646a3d856a93f38_scheduler.webp",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img loading=\"lazy\" src=\"https://cdn.prod.website-files.com/5de236b4d41434460ade73ac/675991d99646a3d856a93f38_scheduler.webp\" alt class=\"icon-1x1-large\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/5de236b4d41434460ade73ac/675aa126ca8e3da0488c01d7_unlimited-1_1-scheduling-min.webp",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img sizes=\"100vw\" srcset=\"https://cdn.prod.website-files.com/5de236b4d41434460ade73ac/675aa126ca8e3da0488c01d7_unlimited-1_1-scheduling-min-p-500.webp 500w, https://cdn.prod.website-files.com/5de236b4d41434460ade73ac/675aa126ca8e3da0488c01d7_unlimited-1_1-scheduling-min-p-800.webp 800w, https://cdn.prod.website-files.com/5de236b4d41434460ade73ac/675aa126ca8e3da0488c01d7_unlimited-1_1-scheduling-min-p-1080.webp 1080w, https://cdn.prod.website-files.com/5de236b4d41434460ade73ac/675aa126ca8e3da..."
    },
    {
      "src": "https://cdn.prod.website-files.com/5de236b4d41434460ade73ac/675aa1262a6f585681f041e5_group-round-robin-scheduling-min.webp",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img sizes=\"100vw\" srcset=\"https://cdn.prod.website-files.com/5de236b4d41434460ade73ac/675aa1262a6f585681f041e5_group-round-robin-scheduling-min-p-500.webp 500w, https://cdn.prod.website-files.com/5de236b4d41434460ade73ac/675aa1262a6f585681f041e5_group-round-robin-scheduling-min-p-800.webp 800w, https://cdn.prod.website-files.com/5de236b4d41434460ade73ac/675aa1262a6f585681f041e5_group-round-robin-scheduling-min-p-1080.webp 1080w, https://cdn.prod.website-files.com/5de236b4d41434460ade73ac/675..."
    },
    {
      "src": "https://cdn.prod.website-files.com/5de236b4d41434460ade73ac/675aa1265842c987949a7585_advanced-distributon-rules-min.webp",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img sizes=\"100vw\" srcset=\"https://cdn.prod.website-files.com/5de236b4d41434460ade73ac/675aa1265842c987949a7585_advanced-distributon-rules-min-p-500.webp 500w, https://cdn.prod.website-files.com/5de236b4d41434460ade73ac/675aa1265842c987949a7585_advanced-distributon-rules-min-p-800.webp 800w, https://cdn.prod.website-files.com/5de236b4d41434460ade73ac/675aa1265842c987949a7585_advanced-distributon-rules-min-p-1080.webp 1080w, https://cdn.prod.website-files.com/5de236b4d41434460ade73ac/675aa1265..."
    },
    {
      "src": "https://cdn.prod.website-files.com/5de236b4d41434460ade73ac/675aa126e3dd4937c911746c_inbound-routing-for-website-forms-min.webp",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img sizes=\"100vw\" srcset=\"https://cdn.prod.website-files.com/5de236b4d41434460ade73ac/675aa126e3dd4937c911746c_inbound-routing-for-website-forms-min-p-500.webp 500w, https://cdn.prod.website-files.com/5de236b4d41434460ade73ac/675aa126e3dd4937c911746c_inbound-routing-for-website-forms-min-p-800.webp 800w, https://cdn.prod.website-files.com/5de236b4d41434460ade73ac/675aa126e3dd4937c911746c_inbound-routing-for-website-forms-min-p-1080.webp 1080w, https://cdn.prod.website-files.com/5de236b4d4143..."
    },
    {
      "src": "https://cdn.prod.website-files.com/5de236b4d41434460ade73ac/675aa126c6c211ac45e66a69_outbound-handoff-routing-min.webp",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img sizes=\"100vw\" srcset=\"https://cdn.prod.website-files.com/5de236b4d41434460ade73ac/675aa126c6c211ac45e66a69_outbound-handoff-routing-min-p-500.webp 500w, https://cdn.prod.website-files.com/5de236b4d41434460ade73ac/675aa126c6c211ac45e66a69_outbound-handoff-routing-min-p-800.webp 800w, https://cdn.prod.website-files.com/5de236b4d41434460ade73ac/675aa126c6c211ac45e66a69_outbound-handoff-routing-min-p-1080.webp 1080w, https://cdn.prod.website-files.com/5de236b4d41434460ade73ac/675aa126c6c211a..."
    },
    {
      "src": "https://cdn.prod.website-files.com/5de236b4d41434460ade73ac/673f7a32ce15b4cfbdec948e_Blue%20Dot.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img loading=\"lazy\" src=\"https://cdn.prod.website-files.com/5de236b4d41434460ade73ac/673f7a32ce15b4cfbdec948e_Blue%20Dot.svg\" alt=\"circle shapes\" class=\"feature_dot-grid-img is-blue\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/5de236b4d41434460ade73ac/675991d95503be0b3148822f_Intelligence.webp",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img loading=\"lazy\" src=\"https://cdn.prod.website-files.com/5de236b4d41434460ade73ac/675991d95503be0b3148822f_Intelligence.webp\" alt class=\"icon-1x1-large\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/5de236b4d41434460ade73ac/67519856c394bf4deece77d0_live-answer-assistant-min.webp",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img sizes=\"100vw\" srcset=\"https://cdn.prod.website-files.com/5de236b4d41434460ade73ac/67519856c394bf4deece77d0_live-answer-assistant-min-p-500.webp 500w, https://cdn.prod.website-files.com/5de236b4d41434460ade73ac/67519856c394bf4deece77d0_live-answer-assistant-min-p-800.webp 800w, https://cdn.prod.website-files.com/5de236b4d41434460ade73ac/67519856c394bf4deece77d0_live-answer-assistant-min.webp 1284w\" alt=\"Live Answer Assistant\" src=\"https://cdn.prod.website-files.com/5de236b4d41434460ade73a..."
    },
    {
      "src": "https://cdn.prod.website-files.com/5de236b4d41434460ade73ac/675198561ade174e605b30f0_AI-call-scoring-min.webp",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img sizes=\"100vw\" srcset=\"https://cdn.prod.website-files.com/5de236b4d41434460ade73ac/675198561ade174e605b30f0_AI-call-scoring-min-p-500.webp 500w, https://cdn.prod.website-files.com/5de236b4d41434460ade73ac/675198561ade174e605b30f0_AI-call-scoring-min-p-800.webp 800w, https://cdn.prod.website-files.com/5de236b4d41434460ade73ac/675198561ade174e605b30f0_AI-call-scoring-min-p-1080.webp 1080w, https://cdn.prod.website-files.com/5de236b4d41434460ade73ac/675198561ade174e605b30f0_AI-call-scoring-m..."
    },
    {
      "src": "https://cdn.prod.website-files.com/5de236b4d41434460ade73ac/6751985658468fbcf5b25e2c_talk-pattern-insights-min.webp",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img sizes=\"100vw\" srcset=\"https://cdn.prod.website-files.com/5de236b4d41434460ade73ac/6751985658468fbcf5b25e2c_talk-pattern-insights-min-p-500.webp 500w, https://cdn.prod.website-files.com/5de236b4d41434460ade73ac/6751985658468fbcf5b25e2c_talk-pattern-insights-min-p-800.webp 800w, https://cdn.prod.website-files.com/5de236b4d41434460ade73ac/6751985658468fbcf5b25e2c_talk-pattern-insights-min.webp 1251w\" alt=\"Talk Patterns Insights\" src=\"https://cdn.prod.website-files.com/5de236b4d41434460ade73..."
    },
    {
      "src": "https://cdn.prod.website-files.com/5de236b4d41434460ade73ac/67519856ab4ca3dc3514f65a_smart-topic-tracking-min.avif",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img sizes=\"100vw\" srcset=\"https://cdn.prod.website-files.com/5de236b4d41434460ade73ac/67519856ab4ca3dc3514f65a_smart-topic-tracking-min-p-500.avif 500w, https://cdn.prod.website-files.com/5de236b4d41434460ade73ac/67519856ab4ca3dc3514f65a_smart-topic-tracking-min.avif 1251w\" alt=\"Smart Topic Tracking \" src=\"https://cdn.prod.website-files.com/5de236b4d41434460ade73ac/67519856ab4ca3dc3514f65a_smart-topic-tracking-min.avif\" loading=\"lazy\" class=\"feature_tab-pane-img\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/5de236b4d41434460ade73ac/67519856fc9b3a1ecebda09d_activity-and-engagement-insights-min.webp",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img sizes=\"100vw\" srcset=\"https://cdn.prod.website-files.com/5de236b4d41434460ade73ac/67519856fc9b3a1ecebda09d_activity-and-engagement-insights-min-p-500.webp 500w, https://cdn.prod.website-files.com/5de236b4d41434460ade73ac/67519856fc9b3a1ecebda09d_activity-and-engagement-insights-min-p-800.webp 800w, https://cdn.prod.website-files.com/5de236b4d41434460ade73ac/67519856fc9b3a1ecebda09d_activity-and-engagement-insights-min.webp 1284w\" alt=\"Activity And Engagement Insights\" src=\"https://cdn.pr..."
    },
    {
      "src": "https://cdn.prod.website-files.com/5de236b4d41434460ade73ac/673f7a32ce15b4cfbdec948f_Purple%20Dot%20Grid.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img loading=\"lazy\" src=\"https://cdn.prod.website-files.com/5de236b4d41434460ade73ac/673f7a32ce15b4cfbdec948f_Purple%20Dot%20Grid.svg\" alt=\"circle shapes\" class=\"feature_dot-grid-img is-purple\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/5de236b4d41434460ade73ac/675991da885ad864b35ad10b_Revenue.webp",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img loading=\"lazy\" src=\"https://cdn.prod.website-files.com/5de236b4d41434460ade73ac/675991da885ad864b35ad10b_Revenue.webp\" alt class=\"icon-1x1-large\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/5de236b4d41434460ade73ac/67519aadc394bf4deed0bf75_deal-and-churn-risk-alerts-min.webp",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img sizes=\"100vw\" srcset=\"https://cdn.prod.website-files.com/5de236b4d41434460ade73ac/67519aadc394bf4deed0bf75_deal-and-churn-risk-alerts-min-p-500.webp 500w, https://cdn.prod.website-files.com/5de236b4d41434460ade73ac/67519aadc394bf4deed0bf75_deal-and-churn-risk-alerts-min-p-800.webp 800w, https://cdn.prod.website-files.com/5de236b4d41434460ade73ac/67519aadc394bf4deed0bf75_deal-and-churn-risk-alerts-min.webp 1284w\" alt=\"Deal and Churn Risk Alearts\" src=\"https://cdn.prod.website-files.com/5d..."
    },
    {
      "src": "https://cdn.prod.website-files.com/5de236b4d41434460ade73ac/67519aad2d1e5c9c1fb275cc_AI-sales-methodology-scoring-min.webp",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img sizes=\"100vw\" srcset=\"https://cdn.prod.website-files.com/5de236b4d41434460ade73ac/67519aad2d1e5c9c1fb275cc_AI-sales-methodology-scoring-min-p-500.webp 500w, https://cdn.prod.website-files.com/5de236b4d41434460ade73ac/67519aad2d1e5c9c1fb275cc_AI-sales-methodology-scoring-min-p-800.webp 800w, https://cdn.prod.website-files.com/5de236b4d41434460ade73ac/67519aad2d1e5c9c1fb275cc_AI-sales-methodology-scoring-min.webp 1284w\" alt=\"AI Sales Methodology Scoring\" src=\"https://cdn.prod.website-files..."
    },
    {
      "src": "https://cdn.prod.website-files.com/5de236b4d41434460ade73ac/67519aad5fe3653a0fcfcf48_pipeline-review-CRM-updates-min.webp",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img sizes=\"100vw\" srcset=\"https://cdn.prod.website-files.com/5de236b4d41434460ade73ac/67519aad5fe3653a0fcfcf48_pipeline-review-CRM-updates-min-p-500.webp 500w, https://cdn.prod.website-files.com/5de236b4d41434460ade73ac/67519aad5fe3653a0fcfcf48_pipeline-review-CRM-updates-min-p-800.webp 800w, https://cdn.prod.website-files.com/5de236b4d41434460ade73ac/67519aad5fe3653a0fcfcf48_pipeline-review-CRM-updates-min.webp 1284w\" alt=\"Pipeline Review and CRM Updates\" src=\"https://cdn.prod.website-files..."
    },
    {
      "src": "https://cdn.prod.website-files.com/5de236b4d41434460ade73ac/67519aadbf544cb91e37b1e4_forecasting-and-reports-min.avif",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img sizes=\"100vw\" srcset=\"https://cdn.prod.website-files.com/5de236b4d41434460ade73ac/67519aadbf544cb91e37b1e4_forecasting-and-reports-min-p-500.avif 500w, https://cdn.prod.website-files.com/5de236b4d41434460ade73ac/67519aadbf544cb91e37b1e4_forecasting-and-reports-min.avif 1267w\" alt=\"Forecasting Reports\" src=\"https://cdn.prod.website-files.com/5de236b4d41434460ade73ac/67519aadbf544cb91e37b1e4_forecasting-and-reports-min.avif\" loading=\"lazy\" class=\"feature_tab-pane-img\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/5de236b4d41434460ade73ac/67519aad6c29abe4327d8fea_AI-win-loss-analysis-min.webp",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img sizes=\"100vw\" srcset=\"https://cdn.prod.website-files.com/5de236b4d41434460ade73ac/67519aad6c29abe4327d8fea_AI-win-loss-analysis-min-p-500.webp 500w, https://cdn.prod.website-files.com/5de236b4d41434460ade73ac/67519aad6c29abe4327d8fea_AI-win-loss-analysis-min-p-800.webp 800w, https://cdn.prod.website-files.com/5de236b4d41434460ade73ac/67519aad6c29abe4327d8fea_AI-win-loss-analysis-min.webp 1284w\" alt=\"AI Win Loss Analysis\" src=\"https://cdn.prod.website-files.com/5de236b4d41434460ade73ac/67..."
    },
    {
      "src": "https://cdn.prod.website-files.com/5de236b4d41434460ade73ac/673f7a32ce15b4cfbdec9490_Green%20Dot%20Grid.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img loading=\"lazy\" src=\"https://cdn.prod.website-files.com/5de236b4d41434460ade73ac/673f7a32ce15b4cfbdec9490_Green%20Dot%20Grid.svg\" alt=\"circle shapes\" class=\"feature_dot-grid-img\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/5de236b4d41434460ade73ac/675991d9e87814911283c277_Note%20Taking.webp",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img loading=\"lazy\" src=\"https://cdn.prod.website-files.com/5de236b4d41434460ade73ac/675991d9e87814911283c277_Note%20Taking.webp\" alt class=\"pricing_blocks-icon-image\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/5de236b4d41434460ade73ac/675991da885ad864b35ad10b_Revenue.webp",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img loading=\"lazy\" src=\"https://cdn.prod.website-files.com/5de236b4d41434460ade73ac/675991da885ad864b35ad10b_Revenue.webp\" alt class=\"pricing_blocks-icon-image\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/5de236b4d41434460ade73ac/675991d94b78ec8eb2d81685_user.webp",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img loading=\"lazy\" src=\"https://cdn.prod.website-files.com/5de236b4d41434460ade73ac/675991d94b78ec8eb2d81685_user.webp\" alt class=\"pricing_blocks-icon-image\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/5de236b4d41434460ade73ac/67598196cfd868596d70a744_otter_symbol.webp",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img loading=\"lazy\" src=\"https://cdn.prod.website-files.com/5de236b4d41434460ade73ac/67598196cfd868596d70a744_otter_symbol.webp\" alt class=\"comparison_logo-icon\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/5de236b4d41434460ade73ac/6759819632f1873379b46b08_firefliesai_symbol.avif",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img loading=\"lazy\" src=\"https://cdn.prod.website-files.com/5de236b4d41434460ade73ac/6759819632f1873379b46b08_firefliesai_symbol.avif\" alt class=\"comparison_logo-icon\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/5de236b4d41434460ade73ac/6759819682136e716c04166a_fathom_symbol.webp",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img loading=\"lazy\" src=\"https://cdn.prod.website-files.com/5de236b4d41434460ade73ac/6759819682136e716c04166a_fathom_symbol.webp\" alt class=\"comparison_logo-icon\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/5de236b4d41434460ade73ac/6759819686621658138d73c0_automated_meeting.avif",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img loading=\"lazy\" src=\"https://cdn.prod.website-files.com/5de236b4d41434460ade73ac/6759819686621658138d73c0_automated_meeting.avif\" alt class=\"comparison_logo-icon _17px\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/5de236b4d41434460ade73ac/673f7a32ce15b4cfbdec9478_avoma%20white.webp",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img loading=\"lazy\" src=\"https://cdn.prod.website-files.com/5de236b4d41434460ade73ac/673f7a32ce15b4cfbdec9478_avoma%20white.webp\" alt=\"Avoma logo \" class=\"comparison_avoma-logo\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/5de236b4d41434460ade73ac/6759823d3b377f69fec2b0fc_gong.webp",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img loading=\"lazy\" src=\"https://cdn.prod.website-files.com/5de236b4d41434460ade73ac/6759823d3b377f69fec2b0fc_gong.webp\" alt class=\"comparison_logo-icon\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/5de236b4d41434460ade73ac/6759823d08accabe9efb9015_jiminny.webp",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img loading=\"lazy\" src=\"https://cdn.prod.website-files.com/5de236b4d41434460ade73ac/6759823d08accabe9efb9015_jiminny.webp\" alt class=\"comparison_logo-icon\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/5de236b4d41434460ade73ac/6759823da5c9ab4c91d6ef78_chorus.webp",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img loading=\"lazy\" src=\"https://cdn.prod.website-files.com/5de236b4d41434460ade73ac/6759823da5c9ab4c91d6ef78_chorus.webp\" alt class=\"comparison_logo-icon\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/5de236b4d41434460ade73ac/6759823d0b549bc94730143c_clari.webp",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img loading=\"lazy\" src=\"https://cdn.prod.website-files.com/5de236b4d41434460ade73ac/6759823d0b549bc94730143c_clari.webp\" alt class=\"comparison_logo-icon\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/5de236b4d41434460ade73ac/673f7a32ce15b4cfbdec9496_circles.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img loading=\"lazy\" src=\"https://cdn.prod.website-files.com/5de236b4d41434460ade73ac/673f7a32ce15b4cfbdec9496_circles.svg\" alt=\"circles shape\" class=\"circle_svg-right\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/5de236b4d41434460ade73ac/673f7a32ce15b4cfbdec9497_circle-img.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img loading=\"lazy\" src=\"https://cdn.prod.website-files.com/5de236b4d41434460ade73ac/673f7a32ce15b4cfbdec9497_circle-img.svg\" alt=\"circles bg\" class=\"circle_svg-left\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/5de236b4d41434460ade73ac/673f7a32ce15b4cfbdec94f0_calendar-min.webp",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img loading=\"lazy\" src=\"https://cdn.prod.website-files.com/5de236b4d41434460ade73ac/673f7a32ce15b4cfbdec94f0_calendar-min.webp\" alt=\"Calendar Image\" class=\"calendar_img\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/5de236b4d41434460ade73ac/673f7a32ce15b4cfbdec94f3_outlook-min.avif",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img loading=\"lazy\" src=\"https://cdn.prod.website-files.com/5de236b4d41434460ade73ac/673f7a32ce15b4cfbdec94f3_outlook-min.avif\" alt=\"Outlook Image\" class=\"calendar_img\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/5de236b4d41434460ade73ac/673f7a32ce15b4cfbdec94f6_exchange-min-min.avif",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img loading=\"lazy\" src=\"https://cdn.prod.website-files.com/5de236b4d41434460ade73ac/673f7a32ce15b4cfbdec94f6_exchange-min-min.avif\" alt=\"Exchange Image\" class=\"calendar_img\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/5de236b4d41434460ade73ac/673f7a32ce15b4cfbdec94f9_highfive.webp",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img loading=\"lazy\" src=\"https://cdn.prod.website-files.com/5de236b4d41434460ade73ac/673f7a32ce15b4cfbdec94f9_highfive.webp\" alt=\"Highfive\" class=\"calendar_img\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/5de236b4d41434460ade73ac/673f7a32ce15b4cfbdec9507_lifesize.webp",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img loading=\"lazy\" src=\"https://cdn.prod.website-files.com/5de236b4d41434460ade73ac/673f7a32ce15b4cfbdec9507_lifesize.webp\" alt=\"lifesize logo\" class=\"calendar_img\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/5de236b4d41434460ade73ac/673f7a32ce15b4cfbdec950a_teams.webp",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img loading=\"lazy\" src=\"https://cdn.prod.website-files.com/5de236b4d41434460ade73ac/673f7a32ce15b4cfbdec950a_teams.webp\" alt=\"microsoft teams logo\" class=\"calendar_img\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/5de236b4d41434460ade73ac/673f7a32ce15b4cfbdec94fc_bluejeans-min.avif",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img loading=\"lazy\" src=\"https://cdn.prod.website-files.com/5de236b4d41434460ade73ac/673f7a32ce15b4cfbdec94fc_bluejeans-min.avif\" alt=\"blue jeans logo \" class=\"calendar_img\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/5de236b4d41434460ade73ac/673f7a32ce15b4cfbdec950e_uberconference.webp",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img sizes=\"100vw\" srcset=\"https://cdn.prod.website-files.com/5de236b4d41434460ade73ac/673f7a32ce15b4cfbdec950e_uberconference-p-500.webp 500w, https://cdn.prod.website-files.com/5de236b4d41434460ade73ac/673f7a32ce15b4cfbdec950e_uberconference.webp 576w\" alt=\"uber conference logo\" src=\"https://cdn.prod.website-files.com/5de236b4d41434460ade73ac/673f7a32ce15b4cfbdec950e_uberconference.webp\" loading=\"lazy\" class=\"calendar_img\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/5de236b4d41434460ade73ac/673f7a32ce15b4cfbdec9512_zoom.webp",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img loading=\"lazy\" src=\"https://cdn.prod.website-files.com/5de236b4d41434460ade73ac/673f7a32ce15b4cfbdec9512_zoom.webp\" alt=\"zoom logo\" class=\"calendar_img\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/5de236b4d41434460ade73ac/673f7a32ce15b4cfbdec9503_google-meet-min.avif",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img loading=\"lazy\" src=\"https://cdn.prod.website-files.com/5de236b4d41434460ade73ac/673f7a32ce15b4cfbdec9503_google-meet-min.avif\" alt=\"google meet logo\" class=\"calendar_img\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/5de236b4d41434460ade73ac/673f7a32ce15b4cfbdec94ff_goto-meetings-min.webp",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img loading=\"lazy\" src=\"https://cdn.prod.website-files.com/5de236b4d41434460ade73ac/673f7a32ce15b4cfbdec94ff_goto-meetings-min.webp\" alt=\"go to meetings logo \" class=\"calendar_img\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/5de236b4d41434460ade73ac/673f7a32ce15b4cfbdec9529_zoomphone.webp",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img sizes=\"100vw\" srcset=\"https://cdn.prod.website-files.com/5de236b4d41434460ade73ac/673f7a32ce15b4cfbdec9529_zoomphone-p-500.png 500w, https://cdn.prod.website-files.com/5de236b4d41434460ade73ac/673f7a32ce15b4cfbdec9529_zoomphone.webp 586w\" alt=\"zoomphone logo \" src=\"https://cdn.prod.website-files.com/5de236b4d41434460ade73ac/673f7a32ce15b4cfbdec9529_zoomphone.webp\" loading=\"lazy\" class=\"calendar_img\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/5de236b4d41434460ade73ac/673f7a32ce15b4cfbdec952d_salesloft.webp",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img loading=\"lazy\" src=\"https://cdn.prod.website-files.com/5de236b4d41434460ade73ac/673f7a32ce15b4cfbdec952d_salesloft.webp\" alt=\"salesloft logo\" class=\"calendar_img\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/5de236b4d41434460ade73ac/673f7a32ce15b4cfbdec9518_kixie.webp",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img loading=\"lazy\" src=\"https://cdn.prod.website-files.com/5de236b4d41434460ade73ac/673f7a32ce15b4cfbdec9518_kixie.webp\" alt=\"kixie logo \" class=\"calendar_img\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/5de236b4d41434460ade73ac/673f7a32ce15b4cfbdec951b_groove.webp",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img loading=\"lazy\" src=\"https://cdn.prod.website-files.com/5de236b4d41434460ade73ac/673f7a32ce15b4cfbdec951b_groove.webp\" alt=\"groove logo \" class=\"calendar_img\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/5de236b4d41434460ade73ac/673f7a32ce15b4cfbdec951f_ringcentral.webp",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img loading=\"lazy\" src=\"https://cdn.prod.website-files.com/5de236b4d41434460ade73ac/673f7a32ce15b4cfbdec951f_ringcentral.webp\" alt=\"RingCentral\" class=\"calendar_img\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/5de236b4d41434460ade73ac/673f7a32ce15b4cfbdec9522_aircol.webp",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img loading=\"lazy\" src=\"https://cdn.prod.website-files.com/5de236b4d41434460ade73ac/673f7a32ce15b4cfbdec9522_aircol.webp\" alt=\"aircall logo \" class=\"calendar_img\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/5de236b4d41434460ade73ac/673f7a32ce15b4cfbdec9515_outreach.webp",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img loading=\"lazy\" src=\"https://cdn.prod.website-files.com/5de236b4d41434460ade73ac/673f7a32ce15b4cfbdec9515_outreach.webp\" alt=\"outreach logo \" class=\"calendar_img\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/5de236b4d41434460ade73ac/673f7a32ce15b4cfbdec9525_koncert.webp",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img loading=\"lazy\" src=\"https://cdn.prod.website-files.com/5de236b4d41434460ade73ac/673f7a32ce15b4cfbdec9525_koncert.webp\" alt=\"koncert logo\" class=\"calendar_img\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/5de236b4d41434460ade73ac/673f7a32ce15b4cfbdec9541_zoho.webp",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img loading=\"lazy\" src=\"https://cdn.prod.website-files.com/5de236b4d41434460ade73ac/673f7a32ce15b4cfbdec9541_zoho.webp\" alt=\"zoho logo\" class=\"calendar_img\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/5de236b4d41434460ade73ac/673f7a32ce15b4cfbdec9538_zendesk.webp",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img loading=\"lazy\" src=\"https://cdn.prod.website-files.com/5de236b4d41434460ade73ac/673f7a32ce15b4cfbdec9538_zendesk.webp\" alt=\"zendesk logo \" class=\"calendar_img\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/5de236b4d41434460ade73ac/673f7a32ce15b4cfbdec9532_salesforce.webp",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img loading=\"lazy\" src=\"https://cdn.prod.website-files.com/5de236b4d41434460ade73ac/673f7a32ce15b4cfbdec9532_salesforce.webp\" alt=\"salesforce\" class=\"calendar_img\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/5de236b4d41434460ade73ac/673f7a32ce15b4cfbdec953e_pipedrive.webp",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img loading=\"lazy\" src=\"https://cdn.prod.website-files.com/5de236b4d41434460ade73ac/673f7a32ce15b4cfbdec953e_pipedrive.webp\" alt=\"Pipedrive\" class=\"calendar_img\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/5de236b4d41434460ade73ac/673f7a32ce15b4cfbdec9535_hubspot.webp",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img loading=\"lazy\" src=\"https://cdn.prod.website-files.com/5de236b4d41434460ade73ac/673f7a32ce15b4cfbdec9535_hubspot.webp\" alt=\"hubspot\" class=\"calendar_img\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/5de236b4d41434460ade73ac/673f7a32ce15b4cfbdec953b_copper.webp",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img loading=\"lazy\" src=\"https://cdn.prod.website-files.com/5de236b4d41434460ade73ac/673f7a32ce15b4cfbdec953b_copper.webp\" alt=\"copper logo \" class=\"calendar_img\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/5de236b4d41434460ade73ac/673f7a32ce15b4cfbdec94ed_Avoma-Icon.webp",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img loading=\"lazy\" src=\"https://cdn.prod.website-files.com/5de236b4d41434460ade73ac/673f7a32ce15b4cfbdec94ed_Avoma-Icon.webp\" alt=\"Avoma Icon \" class=\"avoma_icon\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/5de236b4d41434460ade73ac/675ab9f42d833efdf09ffff9_slack.webp",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img loading=\"lazy\" src=\"https://cdn.prod.website-files.com/5de236b4d41434460ade73ac/675ab9f42d833efdf09ffff9_slack.webp\" alt class=\"calendar_img\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/5de236b4d41434460ade73ac/675ab9f46d5c7f00c431130b_clickup.webp",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img loading=\"lazy\" src=\"https://cdn.prod.website-files.com/5de236b4d41434460ade73ac/675ab9f46d5c7f00c431130b_clickup.webp\" alt class=\"calendar_img\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/5de236b4d41434460ade73ac/675ab9f46d0ece672ad88b22_zapier.webp",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img loading=\"lazy\" src=\"https://cdn.prod.website-files.com/5de236b4d41434460ade73ac/675ab9f46d0ece672ad88b22_zapier.webp\" alt class=\"calendar_img\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/5de236b4d41434460ade73ac/673f7a32ce15b4cfbdec9545_integration-mobile-visual.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img loading=\"lazy\" src=\"https://cdn.prod.website-files.com/5de236b4d41434460ade73ac/673f7a32ce15b4cfbdec9545_integration-mobile-visual.svg\" alt=\"integration mobile view\" class=\"integration_mobile-img\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/5de236b4d41434460ade73ac/673f7a32ce15b4cfbdec9499_avoma%20white%20icon.webp",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img loading=\"lazy\" src=\"https://cdn.prod.website-files.com/5de236b4d41434460ade73ac/673f7a32ce15b4cfbdec9499_avoma%20white%20icon.webp\" alt=\"avoma white icon\" class=\"questions_profile-highlight-profile-icon\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/5de236b4d41434460ade73ac/673f7a32ce15b4cfbdec9499_avoma%20white%20icon.webp",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img loading=\"lazy\" src=\"https://cdn.prod.website-files.com/5de236b4d41434460ade73ac/673f7a32ce15b4cfbdec9499_avoma%20white%20icon.webp\" alt=\"avoma white icon\" class=\"questions_profile-highlight-profile-icon\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/5de236b4d41434460ade73ac/67aae1c79b753a5a0b3ef448_AISalesAssistant_Leader_Leader.png",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img loading=\"lazy\" src=\"https://cdn.prod.website-files.com/5de236b4d41434460ade73ac/67aae1c79b753a5a0b3ef448_AISalesAssistant_Leader_Leader.png\" alt class=\"result_header-image\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/5de236b4d41434460ade73ac/67aae1c863fbe5319b66a1d2_RevenueOperations%26Intelligence(RO%26I)_BestEstimatedROI_Small-Business_Roi.png",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img loading=\"lazy\" src=\"https://cdn.prod.website-files.com/5de236b4d41434460ade73ac/67aae1c863fbe5319b66a1d2_RevenueOperations%26Intelligence(RO%26I)_BestEstimatedROI_Small-Business_Roi.png\" alt class=\"result_header-image\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/5de236b4d41434460ade73ac/67aae1c8d411daa04e0d345d_AIMeetingAssistants_BestResults_Mid-Market_Total.png",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img loading=\"lazy\" src=\"https://cdn.prod.website-files.com/5de236b4d41434460ade73ac/67aae1c8d411daa04e0d345d_AIMeetingAssistants_BestResults_Mid-Market_Total.png\" alt class=\"result_header-image\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/5de236b4d41434460ade73ac/673f7a32ce15b4cfbdec94ac_mailsake.webp",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img loading=\"lazy\" src=\"https://cdn.prod.website-files.com/5de236b4d41434460ade73ac/673f7a32ce15b4cfbdec94ac_mailsake.webp\" alt=\"Mailshake\" class=\"result_card-logo _1\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/5de236b4d41434460ade73ac/673f7a32ce15b4cfbdec94a7_image%20146.webp",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img sizes=\"100vw\" srcset=\"https://cdn.prod.website-files.com/5de236b4d41434460ade73ac/673f7a32ce15b4cfbdec94a7_image%2520146-p-500.webp 500w, https://cdn.prod.website-files.com/5de236b4d41434460ade73ac/673f7a32ce15b4cfbdec94a7_image%20146.webp 820w\" alt=\"customer image\" src=\"https://cdn.prod.website-files.com/5de236b4d41434460ade73ac/673f7a32ce15b4cfbdec94a7_image%20146.webp\" loading=\"lazy\" class=\"result_card-image\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/5de236b4d41434460ade73ac/673f7a32ce15b4cfbdec94cb_image%20166.webp",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img loading=\"lazy\" src=\"https://cdn.prod.website-files.com/5de236b4d41434460ade73ac/673f7a32ce15b4cfbdec94cb_image%20166.webp\" alt=\"Zilliant\" class=\"result_card-logo _2\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/5de236b4d41434460ade73ac/673f7a32ce15b4cfbdec94bc_test2.webp",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img sizes=\"100vw\" srcset=\"https://cdn.prod.website-files.com/5de236b4d41434460ade73ac/673f7a32ce15b4cfbdec94bc_test2-p-500.webp 500w, https://cdn.prod.website-files.com/5de236b4d41434460ade73ac/673f7a32ce15b4cfbdec94bc_test2.webp 820w\" alt=\"customer image\" src=\"https://cdn.prod.website-files.com/5de236b4d41434460ade73ac/673f7a32ce15b4cfbdec94bc_test2.webp\" loading=\"lazy\" class=\"result_card-image\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/5de236b4d41434460ade73ac/673f7a32ce15b4cfbdec94c8_image%20165.webp",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img loading=\"lazy\" src=\"https://cdn.prod.website-files.com/5de236b4d41434460ade73ac/673f7a32ce15b4cfbdec94c8_image%20165.webp\" alt=\"Spot On \" class=\"result_card-logo _3\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/5de236b4d41434460ade73ac/673f7a32ce15b4cfbdec94c3_test3.webp",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img sizes=\"100vw\" srcset=\"https://cdn.prod.website-files.com/5de236b4d41434460ade73ac/673f7a32ce15b4cfbdec94c3_test3-p-500.webp 500w, https://cdn.prod.website-files.com/5de236b4d41434460ade73ac/673f7a32ce15b4cfbdec94c3_test3.webp 820w\" alt=\"customer image\" src=\"https://cdn.prod.website-files.com/5de236b4d41434460ade73ac/673f7a32ce15b4cfbdec94c3_test3.webp\" loading=\"lazy\" class=\"result_card-image\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/5de236b4d41434460ade73ac/673f7a32ce15b4cfbdec94b7_cta-circle-right.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img loading=\"lazy\" src=\"https://cdn.prod.website-files.com/5de236b4d41434460ade73ac/673f7a32ce15b4cfbdec94b7_cta-circle-right.svg\" alt=\"CTA Circles image\" class=\"cta_circle-right\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/5de236b4d41434460ade73ac/673f7a32ce15b4cfbdec94b7_cta-circle-right.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img loading=\"lazy\" src=\"https://cdn.prod.website-files.com/5de236b4d41434460ade73ac/673f7a32ce15b4cfbdec94b7_cta-circle-right.svg\" alt=\"CTA Circles image\" class=\"cta_circle-left\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/5de236b4d41434460ade73ac/675ab109e58fe5e923ff6c0e_cta-image.webp",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img sizes=\"100vw\" srcset=\"https://cdn.prod.website-files.com/5de236b4d41434460ade73ac/675ab109e58fe5e923ff6c0e_cta-image-p-500.webp 500w, https://cdn.prod.website-files.com/5de236b4d41434460ade73ac/675ab109e58fe5e923ff6c0e_cta-image-p-800.webp 800w, https://cdn.prod.website-files.com/5de236b4d41434460ade73ac/675ab109e58fe5e923ff6c0e_cta-image-p-1080.webp 1080w, https://cdn.prod.website-files.com/5de236b4d41434460ade73ac/675ab109e58fe5e923ff6c0e_cta-image-p-1600.webp 1600w, https://cdn.prod.w..."
    },
    {
      "src": "https://cdn.prod.website-files.com/5de236b4d41434460ade73ac/673f7a32ce15b4cfbdec94af_image%20156.webp",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img loading=\"lazy\" src=\"https://cdn.prod.website-files.com/5de236b4d41434460ade73ac/673f7a32ce15b4cfbdec94af_image%20156.webp\" alt=\"avoma logo \" class=\"footer_logo\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/5de236b4d41434460ade73ac/673f7a32ce15b4cfbdec94b2_image%20161.webp",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img loading=\"lazy\" src=\"https://cdn.prod.website-files.com/5de236b4d41434460ade73ac/673f7a32ce15b4cfbdec94b2_image%20161.webp\" alt=\"Play icon\" class=\"marketplace-image\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/5de236b4d41434460ade73ac/673f7a32ce15b4cfbdec94b5_image.webp",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img loading=\"lazy\" src=\"https://cdn.prod.website-files.com/5de236b4d41434460ade73ac/673f7a32ce15b4cfbdec94b5_image.webp\" alt=\"apple logo \" class=\"marketplace-image\">"
    }
  ],
  "possibleDialogs": [],
  "score": 80,
  "weight": 10
}

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": 95953
          },
          {
            "path": "/api/context",
            "statusCode": 404,
            "contentType": "text/html; charset=utf-8",
            "length": 95953
          },
          {
            "path": "/context",
            "statusCode": 404,
            "contentType": "text/html; charset=utf-8",
            "length": 95953
          }
        ]
      },
      "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, 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": "AI Meeting Assistant",
      "html": "<h2 class=\"heading-style-h5 feature_heading\">AI Meeting Assistant</h2>"
    },
    {
      "text": "Scheduler & Lead Router",
      "html": "<h2 class=\"heading-style-h5 feature_heading\">Scheduler &amp; Lead Router</h2>"
    },
    {
      "text": "Conversation Intelligence",
      "html": "<h2 class=\"heading-style-h5 feature_heading\">Conversation Intelligence</h2>"
    },
    {
      "text": "Revenue Intelligence",
      "html": "<h2 class=\"heading-style-h5 feature_heading\">Revenue Intelligence</h2>"
    },
    {
      "text": "All-in-one doesn’t mean you have to buy all at once.",
      "html": "<h2 class=\"heading-style-h3\">All-in-one doesn&#x2019;t mean you have to buy all at once.</h2>"
    },
    {
      "text": "Start with an unlimited Al Meeting Assistant for meeting hosts",
      "html": "<h2 class=\"heading-style-h7\">Start with an unlimited <span class=\"text-color-yellow\">Al Meeting Assistant</span> for meeting hosts</h2>"
    },
    {
      "text": "$19",
      "html": "<h2 class=\"heading-style-h2 pricing_block-price-heading\">&#x24;19</h2>"
    },
    {
      "text": "Get Conversation Intelligence add on for revenue teams",
      "html": "<h2 class=\"heading-style-h7 pricing_card-heading\">Get <span class=\"font-color-green\">Conversation Intelligence </span>add on for revenue teams</h2>"
    },
    {
      "text": "$29",
      "html": "<h2 class=\"heading-style-h2 pricing_block-price-heading\">&#x24;29</h2>"
    },
    {
      "text": "Collaborate easily with Free view-only seats for everyone",
      "html": "<h2 class=\"heading-style-h7\">Collaborate easily with <span class=\"text-color-pink\">Free view-only</span> seats for everyone</h2>"
    },
    {
      "text": "$0",
      "html": "<h2 class=\"heading-style-h2 pricing_block-price-heading\">&#x24;0</h2>"
    },
    {
      "text": "We don’t believe in superficial relationships, especially not with our integrations.",
      "html": "<h2 class=\"heading-style-h5\">We don&#x2019;t believe in superficial relationships, especially not with our integrations.</h2>"
    },
    {
      "text": "Thinking about these questions? We’ve got the one answer you need.",
      "html": "<h2 class=\"heading-style-h4 text-color-white\"><span class=\"text-color-highlight\">Thinking about these questions?</span> We&#x2019;ve got the one answer you need.</h2>"
    },
    {
      "text": "Incredibly easy to use on your own. Immensely powerful with our little help.",
      "html": "<h2 class=\"heading-style-h5 contact-cards_heading\">Incredibly easy to use on your own. Immensely powerful with our little help.</h2>"
    }
  ],
  "expected": [
    {
      "id": "what",
      "label": "What is Avoma — AI Platform for Note-taking, Scheduli...?",
      "pattern": {}
    },
    {
      "id": "how",
      "label": "How does Avoma — AI Platform for Note-taking, Scheduli... work?",
      "pattern": {}
    },
    {
      "id": "benefits",
      "label": "Why use Avoma — AI Platform for Note-taking, Scheduli...?",
      "pattern": {}
    },
    {
      "id": "cost",
      "label": "Is Avoma — AI Platform for Note-taking, Scheduli... free or paid?",
      "pattern": {}
    },
    {
      "id": "compare",
      "label": "How does Avoma — AI Platform for Note-taking, Scheduli... compare with alternatives?",
      "pattern": {}
    }
  ],
  "missing": [
    {
      "id": "what",
      "label": "What is Avoma — AI Platform for Note-taking, Scheduli...?",
      "pattern": {}
    },
    {
      "id": "how",
      "label": "How does Avoma — AI Platform for Note-taking, Scheduli... work?",
      "pattern": {}
    },
    {
      "id": "compare",
      "label": "How does Avoma — AI Platform for Note-taking, Scheduli... compare with alternatives?",
      "pattern": {}
    }
  ],
  "score": 70,
  "weight": 4
}

Agent Ease of UseAuthEmerging recommendation

Auth.md Agent Registration

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

Informational

Needs attention

Auth.md Agent Registration

Informational
01

Issue

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

02

Why it matters

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

Check name

Auth.md Agent Registration

Score

0/100

Status

informational

Category

Auth

Maturity

Emerging recommendation

Goal

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

Result

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

Validation steps

  1. Fetch and validate /auth.md

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

  2. Publish protected resource metadata

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

  3. Validate agent_auth authorization metadata

    OAuth authorization server metadata could not be fetched.

Evidence
{
  "failedStep": "auth-md",
  "steps": [
    {
      "id": "auth-md",
      "title": "Fetch and validate /auth.md",
      "status": "fail",
      "evidence": {
        "path": "/auth.md",
        "ok": false,
        "statusCode": 404,
        "contentType": "text/html; charset=utf-8",
        "length": 95953,
        "validation": {
          "valid": false,
          "issue": "auth.md response did not match the expected agent registration shape. Content-Type \"text/html; charset=utf-8\" is not Markdown or text/plain; missing registration instructions; missing /.well-known/oauth-protected-resource link; missing /.well-known/oauth-authorization-server link; missing supported identity type language; missing credential type language.",
          "compatibleContentType": false,
          "contentLength": 94668,
          "hasRegisterInstructions": false,
          "hasProtectedResourceLink": false,
          "hasAuthorizationServerLink": false,
          "mentionsIdentity": false,
          "mentionsCredential": false,
          "links": [
            "https://cdn.prod.website-files.com\"",
            "/title",
            "https://cdn.prod.website-files.com/5de236b4d41434460ade73ac/css/avoma.shared.1621c51c8.min.css\"",
            "/css",
            "/fiyJAfAPxWYQem1UCsmuOaFKXqs1WOTMBG0P+jyADuUXxNLnyAeLX0",
            "https://fonts.googleapis.com\"",
            "https://fonts.gstatic.com\"",
            "https://ajax.googleapis.com/ajax/libs/webfont/1.6.26/webfont.js\"",
            "/javascript",
            "/script"
          ],
          "rawExcerpt": "<!DOCTYPE html><!-- Last Published: Tue Jun 09 2026 20:41:43 GMT+0000 (Coordinated Universal Time) --><html data-wf-domain=\"www.avoma.com\" data-wf-page=\"65cfc196702dc1cdd65a6a0d\" data-wf-site=\"5de236b4d41434460ade73ac\"><head><meta charset=\"utf-8\"/><link href=\"https://cdn.prod.website-files.com\" rel=\"preconnect\" crossorigin=\"anonymous\"/><title>Not Found</title><meta content=\"Not Found\" property=\"og:title\"/><meta content=\"Not Found\" name=\"twitter:title\"/><meta content=\"width=device-width, initial-scale=1\" name=\"viewport\"/><link href=\"https://cdn.prod.website-files.com/5de236b4d41434460ade73ac/css/avoma.shared.1621c51c8.min.css\" rel=\"stylesheet\" type=\"text/css\" integrity=\"sha384-FiHFHIH8N/fiyJAfAPxWYQem1UCsmuOaFKXqs1WOTMBG0P+jyADuUXxNLnyAeLX0\" crossorigin=\"anonymous\"/><link href=\"https://font"
        }
      },
      "issue": "auth.md response did not match the expected agent registration shape. Content-Type \"text/html; charset=utf-8\" is not Markdown or text/plain; missing registration instructions; missing /.well-known/oauth-protected-resource link; missing /.well-known/oauth-authorization-server link; missing supported identity type language; missing credential type language.",
      "howToFix": "Serve /auth.md at the site root as Markdown with agent registration instructions and links to OAuth metadata."
    },
    {
      "id": "oauth-protected-resource",
      "title": "Publish protected resource metadata",
      "status": "fail",
      "evidence": {
        "path": "/.well-known/oauth-protected-resource",
        "ok": false,
        "statusCode": 404,
        "contentType": "text/html; charset=utf-8",
        "length": 88,
        "text": "<!DOCTYPE html>\n<html>\n  <body>\n    <p>Invalid .well-known request</p>\n  </body>\n</html>"
      },
      "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": 88,
          "text": "<!DOCTYPE html>\n<html>\n  <body>\n    <p>Invalid .well-known request</p>\n  </body>\n</html>"
        }
      },
      "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": 11,
    "signals": [
      {
        "source": "link:href",
        "weight": 3,
        "match": "auth link"
      },
      {
        "source": "visible-text",
        "weight": 3,
        "match": "login"
      },
      {
        "source": "visible-text",
        "weight": 3,
        "match": "sign up"
      },
      {
        "source": "visible-text",
        "weight": 2,
        "match": "my account"
      }
    ]
  },
  "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": 88
          },
          {
            "path": "/.well-known/oauth-authorization-server",
            "statusCode": 404,
            "contentType": "text/html; charset=utf-8",
            "length": 88
          }
        ]
      },
      "issue": "OAuth / OIDC discovery was not found at the expected path.",
      "howToFix": "Publish valid OAuth/OIDC metadata only when the site actually supports OAuth/OIDC. Otherwise omit provider discovery and document any unauthenticated public APIs separately."
    }
  ],
  "authApplicability": {
    "supportsAuth": true,
    "score": 11,
    "signals": [
      {
        "source": "link:href",
        "weight": 3,
        "match": "auth link"
      },
      {
        "source": "visible-text",
        "weight": 3,
        "match": "login"
      },
      {
        "source": "visible-text",
        "weight": 3,
        "match": "sign up"
      },
      {
        "source": "visible-text",
        "weight": 2,
        "match": "my account"
      }
    ]
  },
  "resourceFetchSucceeded": false
}

Agent Ease of UseAuthEmerging recommendation

OAuth Protected Resource

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

Informational

Needs attention

OAuth Protected Resource

Informational
01

Issue

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

02

Why it matters

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

Check name

OAuth Protected Resource

Score

0/100

Status

informational

Category

Auth

Maturity

Emerging recommendation

Goal

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

Result

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

Validation steps

  1. Fetch protected resource metadata

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

  2. Validate protected resource metadata

    Response is not valid JSON.

  3. Validate protected resource identity

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

  4. Probe protected API Bearer challenge

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

Evidence
{
  "failedStep": "fetch",
  "steps": [
    {
      "id": "fetch",
      "title": "Fetch protected resource metadata",
      "status": "fail",
      "evidence": {
        "path": "/.well-known/oauth-protected-resource",
        "statusCode": 404,
        "contentType": "text/html; charset=utf-8"
      },
      "issue": "The OAuth Protected Resource metadata endpoint did not return HTTP 2xx.",
      "howToFix": "Publish /.well-known/oauth-protected-resource JSON."
    },
    {
      "id": "metadata",
      "title": "Validate protected resource metadata",
      "status": "fail",
      "evidence": {
        "valid": false,
        "compatibleContentType": false,
        "issue": "Response is not valid JSON.",
        "rawExcerpt": "<!DOCTYPE html>\n<html>\n  <body>\n    <p>Invalid .well-known request</p>\n  </body>\n</html>"
      },
      "issue": "Response is not valid JSON.",
      "howToFix": "Publish resource and authorization_servers as absolute URLs."
    },
    {
      "id": "resource-identity",
      "title": "Validate protected resource identity",
      "status": "fail",
      "evidence": {
        "expectedResource": "https://www.avoma.com"
      },
      "issue": "Protected resource metadata `resource` did not match the resource identifier used to retrieve it.",
      "howToFix": "Set `resource` to the origin/resource identifier represented by /.well-known/oauth-protected-resource."
    },
    {
      "id": "protected-route-challenge",
      "title": "Probe protected API Bearer challenge",
      "status": "informational",
      "evidence": {
        "checked": [
          {
            "path": "/api/admin/scans",
            "statusCode": 404,
            "wwwAuthenticate": {
              "valid": false,
              "present": false
            },
            "expectedMetadataUrl": "https://www.avoma.com/.well-known/oauth-protected-resource",
            "metadataUrlMatches": true,
            "resourceMatchesRequestContext": true
          },
          {
            "path": "/api/admin/summary",
            "statusCode": 404,
            "wwwAuthenticate": {
              "valid": false,
              "present": false
            },
            "expectedMetadataUrl": "https://www.avoma.com/.well-known/oauth-protected-resource",
            "metadataUrlMatches": true,
            "resourceMatchesRequestContext": true
          },
          {
            "path": "/api/scans",
            "statusCode": 404,
            "wwwAuthenticate": {
              "valid": false,
              "present": false
            },
            "expectedMetadataUrl": "https://www.avoma.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": 11,
    "signals": [
      {
        "source": "link:href",
        "weight": 3,
        "match": "auth link"
      },
      {
        "source": "visible-text",
        "weight": 3,
        "match": "login"
      },
      {
        "source": "visible-text",
        "weight": 3,
        "match": "sign up"
      },
      {
        "source": "visible-text",
        "weight": 2,
        "match": "my account"
      }
    ]
  },
  "resourceFetchSucceeded": false
}

Performance and AccessibilityAccessibilityBrowser audit

Elements with visible text labels do not have matching accessible names.

100 Fail

Check name

Elements with visible text labels do not have matching accessible names.

Score

0/100

Status

fail

Device

desktop

Category

Accessibility

Fix guidance

Visible text labels that do not match the accessible name can result in a confusing experience for screen reader users. [Learn more about accessible names](https://dequeuniversity.com/rules/axe/4.11/label-content-name-mismatch).

Evidence
{
  "description": "Visible text labels that do not match the accessible name can result in a confusing experience for screen reader users. [Learn more about accessible names](https://dequeuniversity.com/rules/axe/4.11/label-content-name-mismatch)."
}

SEOSEOBrowser audit

Links do not have descriptive text

100 Fail

Check name

Links do not have descriptive text

Score

0/100

Status

fail

Device

desktop

Category

SEO

Estimated savings

8 links found

Fix guidance

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

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

Performance and AccessibilityPerformanceBrowser audit

Reduce JavaScript execution time

17 Fail

Check name

Reduce JavaScript execution time

Score

0/100

Status

fail

Device

desktop

Category

Performance

Estimated savings

1.4 s

Fix guidance

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

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

Performance and AccessibilityPerformanceBrowser audit

Reduce unused CSS

17 Fail

Check name

Reduce unused CSS

Score

0/100

Status

fail

Device

desktop

Category

Performance

Estimated savings

Est savings of 103 KiB

Fix guidance

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

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

Performance and AccessibilityPerformanceBrowser audit

Render-blocking requests

17 Fail

Check name

Render-blocking requests

Score

0/100

Status

fail

Device

desktop

Category

Performance

Estimated savings

Est savings of 290 ms

Fix guidance

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

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

Performance and AccessibilityPerformanceBrowser audit

Avoid enormous network payloads

8 Warning

Check name

Avoid enormous network payloads

Score

50/100

Status

warning

Device

desktop

Category

Performance

Estimated savings

Total size was 2,779 KiB

Fix guidance

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

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

Performance and AccessibilityPerformanceBrowser audit

Font display

8 Warning

Check name

Font display

Score

50/100

Status

warning

Device

desktop

Category

Performance

Estimated savings

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

Loading performance

4 Fail

Check name

Loading performance

Score

76/100

Status

fail

Device

desktop

Category

Performance

Fix guidance

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

Evidence
{
  "checks": [
    {
      "id": "total-blocking-time",
      "title": "Total Blocking Time",
      "score": 36,
      "displayValue": "440 ms",
      "numericValue": 440.9999999999998
    },
    {
      "id": "speed-index",
      "title": "Speed Index",
      "score": 84,
      "displayValue": "1.5 s",
      "numericValue": 1467.5078228791365
    },
    {
      "id": "interactive",
      "title": "Time to Interactive",
      "score": 79,
      "displayValue": "3.1 s",
      "numericValue": 3071.5035370300166
    },
    {
      "id": "network-rtt",
      "title": "Network Round Trip Times",
      "score": 100,
      "displayValue": "40 ms",
      "numericValue": 38.20194
    },
    {
      "id": "server-response-time",
      "title": "Initial server response time was short",
      "score": 100,
      "displayValue": "Root document took 10 ms",
      "numericValue": 7
    },
    {
      "id": "first-contentful-paint",
      "title": "First Contentful Paint",
      "score": 96,
      "displayValue": "0.7 s",
      "numericValue": 743.5035370300161
    },
    {
      "id": "max-potential-fid",
      "title": "Max Potential First Input Delay",
      "score": 16,
      "displayValue": "410 ms",
      "numericValue": 407
    },
    {
      "id": "largest-contentful-paint",
      "title": "Largest Contentful Paint",
      "score": 97,
      "displayValue": "0.9 s",
      "numericValue": 863.5035370300161
    }
  ]
}

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