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

OVERALL SCORE

Level 3, Bot-Aware

Moderate readiness for AI agents
AIDiscoverability49%Agent Easeof Use6%Security& Trust20%GEO, AIO, AEO72%SEO100%Performance& Accessibility65%
  • AI Discoverability 49 out of 100
  • Agent Ease of Use 6 out of 100
  • Security & Trust 20 out of 100
  • GEO, AIO and AEO 72 out of 100
  • SEO 100 out of 100
  • Performance and Accessibility 65 out of 100

CAPTURED SCREENSHOT

Captured website desktop screenshot

What AI sees of your website

Free Phone Call Captioning App | Rylo favicon

Free Phone Call Captioning App | Rylo

The completely free call captioning app making it easy to communicate with anyone, anywhere. FCC certified, 100% private.

Next step

Turn this report into a fix workflow

23 failed checks are ready to move into MCP or CLI remediation. Generate a repair prompt, connect the scanner to your coding agent, or open the integration docs before your next rescan.

Detailed report scores grouped by capability area
MetricScoreStatusPassedFailedWarningEvidence
AI Discoverability
49
Priority fix8141View details
Discoverability
71
Needs work540View details
Content Readiness
38
Priority fix271View details
Bot Access Control
33
Priority fix130View details
Agent Ease of Use
6
Priority fix15223View details
API
0
Priority fix060View details
Auth
Not Applicable
Not Applicable1100
MCP
13
Priority fix062View details
Skill Discovery
5
Priority fix0101View details
Agent Commerce
Not Applicable
Not Applicable400
GEO, AIO and AEO
72
Needs work4015
GEO Readiness
69
Needs work005
AIO Readiness
84
Mostly ready304
AEO Readiness
65
Needs work106
SEO
100
Strong1100
SEO
100
Strong1100
Security & Trust
20
Priority fix540View details
Security & Trust
20
Priority fix140View details
AI Training Exposure
Not Applicable
Not Applicable400
Performance and Accessibility
65
Needs work1871View details
Performance
52
Needs work1361View details
Accessibility
88
Mostly ready510View details

Prioritized recommendations

Issues ranked by score impact

47 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

Missing Content-Signal(s): ai-input. Found: ai-train, search

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": [
    "search=yes",
    "ai-train=no"
  ],
  "ai-train": true,
  "search": true,
  "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",
    "WebSite"
  ]
}

AI DiscoverabilityDiscoverabilityEstablished

Link headers

Link headers failed at "Find useful Link headers".

50 Fail

Needs attention

Link headers

Failed check
01

Issue

No useful agent discovery Link headers were found.

02

Why it matters

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

Check name

Link headers

Score

0/100

Status

fail

Category

Discoverability

Maturity

Established

Goal

Include Link response headers for agent discovery using RFC 8288.

Result

Link headers failed at "Find useful Link headers".

Validation steps

  1. Find useful Link headers

    No useful agent discovery Link headers were found.

  2. Fetch same-origin Link header targets

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

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

Agent Ease of UseAPIEstablished

OpenAPI discovery

OpenAPI discovery failed at "Find valid OpenAPI document".

50 Fail

Needs attention

OpenAPI discovery

Failed check
01

Issue

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

02

Why it matters

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

Check name

OpenAPI discovery

Score

0/100

Status

fail

Category

API

Maturity

Established

Goal

Publish a valid OpenAPI or Swagger document for API discovery.

Result

OpenAPI discovery failed at "Find valid OpenAPI document".

Validation steps

  1. Find valid OpenAPI document

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

Evidence
{
  "failedStep": "fetch",
  "steps": [
    {
      "id": "fetch",
      "title": "Find valid OpenAPI document",
      "status": "fail",
      "evidence": {
        "checked": [
          {
            "path": "/openapi.json",
            "statusCode": 404,
            "contentType": "text/html; charset=utf-8",
            "valid": false,
            "issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html; charset=utf-8\" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
            "compatibleContentType": false,
            "format": "yaml",
            "version": "",
            "pathCount": 0,
            "operationCount": 0,
            "rawExcerpt": "<!DOCTYPE html><!-- Last Published: Wed Jun 10 2026 21:48:56 GMT+0000 (Coordinated Universal Time) --><html data-wf-domain=\"rylo.com\" data-wf-page=\"6989e185e0e0dcb387c19436\" data-wf-site=\"6989e183e0e0dcb387c193b5\" lang=\"en\"><head><meta charset=\"utf-8\"/><link href=\"https://cdn.prod.website-files.com\" rel=\"preconnect\" crossorigin=\"anonymous\"/><title>Not Found</title><meta content=\"Not Found\" property=\"og:title\"/><meta content=\"https://cdn.prod.website-files.com/6989e183e0e0dcb387c193b5/6a271a09ef9d0e4a2d316e71_OG%20-%20Generic.jpg\" property=\"og:image\"/><meta content=\"Not Found\" name=\"twitter:title\"/><meta content=\"width=device-width, initial-scale=1\" name=\"viewport\"/><meta content=\"Um4OJOABg7Fj_rZpSX3ToVSF2k-JSxkBtbqrA7_fVhE\" name=\"google-site-verification\"/><link href=\"https://cdn.prod.webs"
          },
          {
            "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: Wed Jun 10 2026 21:48:56 GMT+0000 (Coordinated Universal Time) --><html data-wf-domain=\"rylo.com\" data-wf-page=\"6989e185e0e0dcb387c19436\" data-wf-site=\"6989e183e0e0dcb387c193b5\" lang=\"en\"><head><meta charset=\"utf-8\"/><link href=\"https://cdn.prod.website-files.com\" rel=\"preconnect\" crossorigin=\"anonymous\"/><title>Not Found</title><meta content=\"Not Found\" property=\"og:title\"/><meta content=\"https://cdn.prod.website-files.com/6989e183e0e0dcb387c193b5/6a271a09ef9d0e4a2d316e71_OG%20-%20Generic.jpg\" property=\"og:image\"/><meta content=\"Not Found\" name=\"twitter:title\"/><meta content=\"width=device-width, initial-scale=1\" name=\"viewport\"/><meta content=\"Um4OJOABg7Fj_rZpSX3ToVSF2k-JSxkBtbqrA7_fVhE\" name=\"google-site-verification\"/><link href=\"https://cdn.prod.webs"
          },
          {
            "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: Wed Jun 10 2026 21:48:56 GMT+0000 (Coordinated Universal Time) --><html data-wf-domain=\"rylo.com\" data-wf-page=\"6989e185e0e0dcb387c19436\" data-wf-site=\"6989e183e0e0dcb387c193b5\" lang=\"en\"><head><meta charset=\"utf-8\"/><link href=\"https://cdn.prod.website-files.com\" rel=\"preconnect\" crossorigin=\"anonymous\"/><title>Not Found</title><meta content=\"Not Found\" property=\"og:title\"/><meta content=\"https://cdn.prod.website-files.com/6989e183e0e0dcb387c193b5/6a271a09ef9d0e4a2d316e71_OG%20-%20Generic.jpg\" property=\"og:image\"/><meta content=\"Not Found\" name=\"twitter:title\"/><meta content=\"width=device-width, initial-scale=1\" name=\"viewport\"/><meta content=\"Um4OJOABg7Fj_rZpSX3ToVSF2k-JSxkBtbqrA7_fVhE\" name=\"google-site-verification\"/><link href=\"https://cdn.prod.webs"
          },
          {
            "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: Wed Jun 10 2026 21:48:56 GMT+0000 (Coordinated Universal Time) --><html data-wf-domain=\"rylo.com\" data-wf-page=\"6989e185e0e0dcb387c19436\" data-wf-site=\"6989e183e0e0dcb387c193b5\" lang=\"en\"><head><meta charset=\"utf-8\"/><link href=\"https://cdn.prod.website-files.com\" rel=\"preconnect\" crossorigin=\"anonymous\"/><title>Not Found</title><meta content=\"Not Found\" property=\"og:title\"/><meta content=\"https://cdn.prod.website-files.com/6989e183e0e0dcb387c193b5/6a271a09ef9d0e4a2d316e71_OG%20-%20Generic.jpg\" property=\"og:image\"/><meta content=\"Not Found\" name=\"twitter:title\"/><meta content=\"width=device-width, initial-scale=1\" name=\"viewport\"/><meta content=\"Um4OJOABg7Fj_rZpSX3ToVSF2k-JSxkBtbqrA7_fVhE\" name=\"google-site-verification\"/><link href=\"https://cdn.prod.webs"
          },
          {
            "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: Wed Jun 10 2026 21:48:56 GMT+0000 (Coordinated Universal Time) --><html data-wf-domain=\"rylo.com\" data-wf-page=\"6989e185e0e0dcb387c19436\" data-wf-site=\"6989e183e0e0dcb387c193b5\" lang=\"en\"><head><meta charset=\"utf-8\"/><link href=\"https://cdn.prod.website-files.com\" rel=\"preconnect\" crossorigin=\"anonymous\"/><title>Not Found</title><meta content=\"Not Found\" property=\"og:title\"/><meta content=\"https://cdn.prod.website-files.com/6989e183e0e0dcb387c193b5/6a271a09ef9d0e4a2d316e71_OG%20-%20Generic.jpg\" property=\"og:image\"/><meta content=\"Not Found\" name=\"twitter:title\"/><meta content=\"width=device-width, initial-scale=1\" name=\"viewport\"/><meta content=\"Um4OJOABg7Fj_rZpSX3ToVSF2k-JSxkBtbqrA7_fVhE\" name=\"google-site-verification\"/><link href=\"https://cdn.prod.webs"
          },
          {
            "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: Wed Jun 10 2026 21:48:56 GMT+0000 (Coordinated Universal Time) --><html data-wf-domain=\"rylo.com\" data-wf-page=\"6989e185e0e0dcb387c19436\" data-wf-site=\"6989e183e0e0dcb387c193b5\" lang=\"en\"><head><meta charset=\"utf-8\"/><link href=\"https://cdn.prod.website-files.com\" rel=\"preconnect\" crossorigin=\"anonymous\"/><title>Not Found</title><meta content=\"Not Found\" property=\"og:title\"/><meta content=\"https://cdn.prod.website-files.com/6989e183e0e0dcb387c193b5/6a271a09ef9d0e4a2d316e71_OG%20-%20Generic.jpg\" property=\"og:image\"/><meta content=\"Not Found\" name=\"twitter:title\"/><meta content=\"width=device-width, initial-scale=1\" name=\"viewport\"/><meta content=\"Um4OJOABg7Fj_rZpSX3ToVSF2k-JSxkBtbqrA7_fVhE\" name=\"google-site-verification\"/><link href=\"https://cdn.prod.webs"
          },
          {
            "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: Wed Jun 10 2026 21:48:56 GMT+0000 (Coordinated Universal Time) --><html data-wf-domain=\"rylo.com\" data-wf-page=\"6989e185e0e0dcb387c19436\" data-wf-site=\"6989e183e0e0dcb387c193b5\" lang=\"en\"><head><meta charset=\"utf-8\"/><link href=\"https://cdn.prod.website-files.com\" rel=\"preconnect\" crossorigin=\"anonymous\"/><title>Not Found</title><meta content=\"Not Found\" property=\"og:title\"/><meta content=\"https://cdn.prod.website-files.com/6989e183e0e0dcb387c193b5/6a271a09ef9d0e4a2d316e71_OG%20-%20Generic.jpg\" property=\"og:image\"/><meta content=\"Not Found\" name=\"twitter:title\"/><meta content=\"width=device-width, initial-scale=1\" name=\"viewport\"/><meta content=\"Um4OJOABg7Fj_rZpSX3ToVSF2k-JSxkBtbqrA7_fVhE\" name=\"google-site-verification\"/><link href=\"https://cdn.prod.webs"
          }
        ]
      },
      "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.

25 Fail

Needs attention

Content-Security-Policy

Failed check
01

Issue

Content-Security-Policy is missing or incomplete.

02

Why it matters

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

Check name

Content-Security-Policy

Score

0/100

Status

fail

Category

Security & Trust

Maturity

Established

Goal

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

Result

Content-Security-Policy is missing or incomplete.

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

Security & TrustSecurity & TrustEstablished

Frame protection

Frame protection is missing or incomplete.

25 Fail

Needs attention

Frame protection

Failed check
01

Issue

Frame protection is missing or incomplete.

02

Why it matters

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

Check name

Frame protection

Score

0/100

Status

fail

Category

Security & Trust

Maturity

Established

Goal

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

Result

Frame protection is missing or incomplete.

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

AI DiscoverabilityContent ReadinessEmerging recommendation

llms.txt

llms.txt failed at "Fetch to find resource".

25 Fail

Needs attention

llms.txt

Failed check
01

Issue

llms.txt was not found at the expected path.

02

Why it matters

llms.txt gives language-model clients a concise, curated summary of important site context and links before they crawl broadly.

Check name

llms.txt

Score

0/100

Status

fail

Category

Content Readiness

Maturity

Emerging recommendation

Goal

Publish llms.txt to summarize agent-readable site guidance.

Result

llms.txt failed at "Fetch to find resource".

Validation steps

  1. Fetch to find resource

    llms.txt was not found at the expected path.

Evidence
{
  "failedStep": "fetch",
  "steps": [
    {
      "id": "fetch",
      "title": "Fetch to find resource",
      "status": "fail",
      "evidence": {
        "checked": [
          {
            "path": "/llms.txt",
            "statusCode": 404,
            "contentType": "text/html; charset=utf-8",
            "length": 25134
          },
          {
            "path": "/llms-full.txt",
            "statusCode": 404,
            "contentType": "text/html; charset=utf-8",
            "length": 25134
          }
        ]
      },
      "issue": "llms.txt was not found at the expected path.",
      "howToFix": "Publish /llms.txt as Markdown with a clear title, concise site summary, and useful links for agents."
    }
  ]
}

AI DiscoverabilityContent ReadinessEstablished

Markdown negotiation

Markdown negotiation failed at "Markdown content type".

25 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": 35688,
        "excerpt": "<!DOCTYPE html><!-- Last Published: Wed Jun 10 2026 21:48:56 GMT+0000 (Coordinated Universal Time) --><html data-wf-domain=\"rylo.com\" data-wf-page=\"6989e185e0e0dcb387c19433\" data-wf-site=\"6989e183e0e0dcb387c193b5\" lang=\"en\"><head><meta char",
        "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".

25 Fail

Needs attention

MCP Server Card

Failed check
01

Issue

MCP Server Card was not found at the expected path.

02

Why it matters

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

Check name

MCP Server Card

Score

0/100

Status

fail

Category

MCP

Maturity

Emerging recommendation

Goal

Publish an MCP Server Card for agent discovery.

Result

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

Validation steps

  1. Fetch to find resource

    MCP Server Card was not found at the expected path.

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

Agent Ease of UseMCPEmerging recommendation

mcp.json

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

25 Fail

Needs attention

mcp.json

Failed check
01

Issue

mcp.json was not found at the expected path.

02

Why it matters

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

Check name

mcp.json

Score

0/100

Status

fail

Category

MCP

Maturity

Emerging recommendation

Goal

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

Result

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

Validation steps

  1. Fetch to find resource

    mcp.json was not found at the expected path.

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

Security & TrustSecurity & TrustEstablished

Referrer-Policy

Referrer-Policy is missing or incomplete.

25 Fail

Needs attention

Referrer-Policy

Failed check
01

Issue

Referrer-Policy is missing or incomplete.

02

Why it matters

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

Check name

Referrer-Policy

Score

0/100

Status

fail

Category

Security & Trust

Maturity

Established

Goal

Limit how much referrer data leaves the site.

Result

Referrer-Policy is missing or incomplete.

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

AI DiscoverabilityContent ReadinessEstablished

Semantic HTML

Semantic HTML is missing or incomplete.

25 Fail

Needs attention

Semantic HTML

Failed check
01

Issue

Semantic HTML is incomplete: invalid h1 (found 0); 5 links missing accessible names; 0/1 applicable form inputs have autocomplete attributes (1 missing).

Details

02

Why it matters

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

Check name

Semantic HTML

Score

0/100

Status

fail

Category

Content Readiness

Maturity

Established

Goal

Expose readable page structure through semantic HTML and accessible controls.

Result

Semantic HTML is missing or incomplete.

Evidence
{
  "main": true,
  "nav": true,
  "footer": true,
  "meaningfulH1": false,
  "headingOrder": true,
  "accessibleLinks": false,
  "accessibleButtons": true,
  "imageAltCoverage": true,
  "formAutocompleteCoverage": false,
  "details": {
    "inaccessibleLinks": [
      "<a href=\"https://x.com/RyloHQ\" target=\"_blank\" class=\"footer_social_link w-inline-block\"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"100%\" viewBox=\"0 0 24 24\" fill=\"none\" class=\"u-svg\"><path d=\"M17.5652 3.25H20.5319L14.0505 10.6628L21.6753 20.75H15.7052L11.0291 14.6322L5.67867 20.75H2.71018L9.64264 12.8212L2.32812 3.25H8.44986L12.6766 8.84192L17.5652 3.25ZM16.524 18.9731H18.1679L7.55663 4.93359H5.79257L16.524 18.9731Z\" fill=\"currentColor\"/></svg></a>",
      "<a href=\"https://www.linkedin.com/company/rylohq\" target=\"_blank\" class=\"footer_social_link w-inline-block\"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"100%\" viewBox=\"0 0 24 24\" fill=\"none\" class=\"u-svg\"><path d=\"M19.65 3H4.35C3.99196 3 3.64858 3.14223 3.39541 3.39541C3.14223 3.64858 3 3.99196 3 4.35V19.65C3 20.008 3.14223 20.3514 3.39541 20.6046C3.64858 20.8578 3.99196 21 4.35 21H19.65C20.008 21 20.3514 20.8578 20.6046 20.6046C20.8578 20.3514 21 20.008 21 19.65V4.35C21 3.99196 20.8578 3.6485",
      "<a href=\"https://www.tiktok.com/@Rylo_HQ\" target=\"_blank\" class=\"footer_social_link w-inline-block\"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"100%\" viewBox=\"0 0 24 24\" fill=\"none\" class=\"u-svg\"><path d=\"M20.7153 10.2134C18.9357 10.2134 17.288 9.64796 15.9425 8.68698V15.6726C15.9425 19.1671 13.1082 22 9.61201 22C8.30752 22 7.09504 21.6058 6.08784 20.9298C4.39549 19.7941 3.28125 17.863 3.28125 15.6726C3.28125 12.1783 6.11561 9.34543 9.61211 9.3455C9.90268 9.34536 10.1929 9.36509 10.4807 9.404",
      "<a href=\"https://www.instagram.com/Rylo_HQ\" target=\"_blank\" class=\"footer_social_link w-inline-block\"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"100%\" viewBox=\"0 0 24 24\" fill=\"none\" class=\"u-svg\"><path d=\"M12 4.21173C14.5365 4.21173 14.837 4.22123 15.8389 4.267C16.4411 4.27427 17.0377 4.38499 17.6024 4.59432C18.0151 4.74662 18.3884 4.9895 18.6949 5.30509C19.0105 5.61156 19.2534 5.98488 19.4057 6.39759C19.615 6.96235 19.7257 7.55888 19.733 8.16114C19.7788 9.16295 19.7883 9.4635 19.7883 12C19",
      "<a href=\"https://www.facebook.com/ryloHQ/\" target=\"_blank\" class=\"footer_social_link w-inline-block\"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"100%\" viewBox=\"0 0 24 24\" fill=\"none\" class=\"u-svg\"><path d=\"M9.58404 21.706V15.0561H7.52015V12H9.58404V10.6833C9.58404 7.27944 11.124 5.70333 14.464 5.70333C15.0963 5.70333 16.1879 5.82722 16.6363 5.95111V8.71944C16.4001 8.69556 15.9879 8.68333 15.4801 8.68333C13.8401 8.68333 13.2079 9.30333 13.2079 10.9194V12H16.4763L15.9163 15.0556H13.2124V21.9277"
    ],
    "inaccessibleButtons": [],
    "missingAutocompleteInputs": [
      "<input class=\"modal_qr_input u-padding-2 w-input\" autofocus=\"true\" maxlength=\"256\" name=\"phone-number\" data-name=\"phone-number\" placeholder=\"555-555-1111\" type=\"tel\" id=\"phone-number\" required>"
    ],
    "imagesMissingAlt": [],
    "skippedHeadingLevels": []
  },
  "counts": {
    "h1": 0,
    "headings": 31,
    "links": 51,
    "inaccessibleLinks": 5,
    "buttons": 7,
    "inaccessibleButtons": 0,
    "images": 49,
    "imagesWithAlt": 49,
    "autocompleteInputs": 1,
    "inputsWithAutocomplete": 0,
    "missingAutocompleteInputs": 1
  }
}

Agent Ease of UseMCPInformational

WebMCP manifest

WebMCP manifest failed at "Fetch to find resource".

25 Fail

Needs attention

WebMCP manifest

Failed check
01

Issue

WebMCP manifest was not found at the expected path.

02

Why it matters

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

Check name

WebMCP manifest

Score

0/100

Status

fail

Category

MCP

Maturity

Informational

Goal

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

Result

WebMCP manifest failed at "Fetch to find resource".

Validation steps

  1. Fetch to find resource

    WebMCP manifest was not found at the expected path.

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

Security & TrustSecurity & TrustEstablished

X-Content-Type-Options

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

25 Fail

Needs attention

X-Content-Type-Options

Failed check
01

Issue

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

02

Why it matters

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

Check name

X-Content-Type-Options

Score

0/100

Status

fail

Category

Security & Trust

Maturity

Established

Goal

Prevent MIME sniffing for browser-loaded resources.

Result

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

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

Agent Ease of UseSkill DiscoveryEmerging recommendation

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": 25134
          }
        ]
      },
      "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": 25134
          }
        ]
      },
      "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": 25134
          }
        ]
      },
      "issue": "agents.json was not found at the expected path.",
      "howToFix": "If this site uses agents.json, publish JSON with an agents array containing name and url for each agent."
    }
  ]
}

AI DiscoverabilityContent ReadinessEstablished

Content freshness signals

Content freshness signals is partially implemented.

19 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": "Thu, 11 Jun 2026 02:59:09 GMT",
  "schemaDates": [],
  "metaDateCount": 0,
  "timeDateCount": 0
}

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": "rylo.com",
        "probes": [
          {
            "name": "_index._agents.rylo.com",
            "found": false,
            "recordCount": 1,
            "records": [],
            "hasAlpn": false,
            "hasEndpoint": false
          },
          {
            "name": "_a2a._agents.rylo.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": "rylo.com",
            "dnssecTypes": [],
            "dnssecRecordCount": 0
          }
        ]
      },
      "issue": "DNSSEC material was not visible for the hostname or parent zone from this resolver.",
      "howToFix": "Sign the public discovery zone with DNSSEC so validating resolvers can return authenticated data."
    }
  ]
}

Agent Ease of UseMCPInformational

WebMCP

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

13 Warning

Needs attention

WebMCP

Warning
01

Issue

WebMCP declarative annotations need fixes.

Details

02

Why it matters

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

Check name

WebMCP

Score

50/100

Status

warning

Category

MCP

Maturity

Informational

Goal

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

Result

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

Validation steps

  1. Detect data-mcp-tool annotations

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

  2. Detect WebMCP declarative tags

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

  3. Validate WebMCP declarative annotation quality

    WebMCP declarative annotations need fixes.

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

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

  5. Detect WebMCP browser navigator injection

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

  6. Interactive surface coverage

    Only 0% of interactive surfaces are annotated.

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

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

AIO: Source and trust signals

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

6 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": [
    "Carolyn Porter",
    "Robert Kerns",
    "Lorita Mayor",
    "Chris Dahl",
    "Michelle Lett",
    "Katharine Hernden",
    "Ruth Griffith",
    "Tom Allen",
    "Stacey Sumner",
    "Hannah Currier",
    "E.E. Garcia",
    "Kevin Ward",
    "Roger Guillaumes",
    "Maggie Botek",
    "Michelle Cha",
    "Doug Jones",
    "Carolyn Narramore",
    "Cindy Stone",
    "Mary Beth Maynard",
    "Charles Davis",
    "Wanda Craig"
  ],
  "schemaPublishers": [],
  "schemaDates": [],
  "visibleDates": [],
  "aboutLinks": [
    {
      "href": "/about",
      "text": "About",
      "html": "<a href=\"/about\" class=\"nav_dropdown_link w-variant-23049969-09ac-2789-520b-3c6ae895bbc6 w-inline-block\"><div class=\"nav_dropdown_text w-variant-23049969-09ac-2789-520b-3c6ae895bbc6\">About</div></a>"
    },
    {
      "href": "/about",
      "text": "About",
      "html": "<a href=\"/about\" class=\"nav_dropdown_link w-inline-block\"><div class=\"nav_dropdown_text\">About</div></a>"
    },
    {
      "href": "/about",
      "text": "About",
      "html": "<a href=\"/about\" class=\"footer_link u-text-style-h4\">About</a>"
    },
    {
      "href": "https://www.linkedin.com/company/rylohq",
      "text": "",
      "html": "<a href=\"https://www.linkedin.com/company/rylohq\" target=\"_blank\" class=\"footer_social_link w-inline-block\"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"100%\" viewBox=\"0 0 24 24\" fill=\"none\" class=\"u-svg\"><path d=\"M19.65 3H4.35C3.99196 3 3.64858 3.14223 3.39541 3.39541C3.14223 3.64858 3 3.99196 3 4.35V19.65C3 20.008 3.14223 20.3514 3.39541 20.6046C3.64858 20.8578 3.99196 21 4.35 21H19.65C20.008 21 20.3514 20.8578 20.6046 20.6046C20.8578 20.3514 21 20.008 21 19.65V4.35C21 3.99196 20.8578 3.6..."
    }
  ],
  "contactLinks": [
    {
      "href": "/contact",
      "text": "Support",
      "html": "<a href=\"/contact\" class=\"nav_links_link w-variant-23049969-09ac-2789-520b-3c6ae895bbc6 w-inline-block\"><div class=\"nav_links_text w-variant-23049969-09ac-2789-520b-3c6ae895bbc6\">Support</div></a>"
    },
    {
      "href": "/contact",
      "text": "Support",
      "html": "<a href=\"/contact\" class=\"nav_links_link w-inline-block\"><div class=\"nav_links_text\">Support</div></a>"
    },
    {
      "href": "/contact",
      "text": "Contact",
      "html": "<a href=\"/contact\" class=\"footer_link u-text-style-h4\">Contact </a>"
    },
    {
      "href": "https://help.rylo.com/en/",
      "text": "Help Center",
      "html": "<a href=\"https://help.rylo.com/en/\" class=\"footer_link u-text-style-h4\">Help Center</a>"
    }
  ],
  "privacyLinks": [
    {
      "href": "/legal/privacy",
      "text": "Privacy",
      "html": "<a href=\"/legal/privacy\" class=\"footer_bottom_link u-text-style-small\">Privacy</a>"
    },
    {
      "href": "/legal/terms",
      "text": "Terms",
      "html": "<a href=\"/legal/terms\" class=\"footer_bottom_link u-text-style-small\">Terms</a>"
    },
    {
      "href": "https://rylo.com/legal/terms#annex-1-rylo-e911-services",
      "text": "911 Notice",
      "html": "<a href=\"https://rylo.com/legal/terms#annex-1-rylo-e911-services\" class=\"footer_bottom_link u-text-style-small\">911 Notice</a>"
    }
  ],
  "score": 60,
  "weight": 20
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

GEO: AI crawler accessibility

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

4 Warning

Needs attention

GEO: AI crawler accessibility

Warning
01

Issue

robots.txt blocks these AI crawlers: gptbot, claudebot, google-extended.

Details

02

Why it matters

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

Check name

GEO: AI crawler accessibility

Score

55/100

Status

warning

Category

GEO, AIO & AEO

Maturity

Emerging recommendation

Goal

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

Result

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

Evidence
{
  "textWords": 2799,
  "htmlBytes": 488396,
  "robots": {
    "checkedCrawlers": [
      "gptbot",
      "chatgpt-user",
      "claudebot",
      "perplexitybot",
      "google-extended"
    ],
    "blocked": [
      "gptbot",
      "claudebot",
      "google-extended"
    ],
    "allows": false
  },
  "schemaBlocks": 1,
  "finalUrl": "https://rylo.com/",
  "robotsExcerpt": "# As a condition of accessing this website, you agree to abide by the following\n# content signals:\n\n# (a)  If a Content-Signal = yes, you may collect content for the corresponding\n#      use.\n# (b)  If a Content-Signal = no, you may not collect content for the\n#      corresponding use.\n# (c)  If the website operator does not include a Content-Signal for a\n#      corresponding use, the website operator neither grants nor restricts\n#      permission via Content-Signal with respect to the corresponding use.\n\n# The content signals and their meanings are:\n\n# search:   building a search index and providing search results (e.g., returning\n#           hyperlinks and short excerpts from your website's contents). Search does not\n#           include providing AI-generated search summaries.\n# ai-input",
  "score": 55,
  "weight": 26
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

AEO: Answer-first sections

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

4 Warning

Needs attention

AEO: Answer-first sections

Warning
01

Issue

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

Details

02

Why it matters

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

Check name

AEO: Answer-first sections

Score

65/100

Status

warning

Category

GEO, AIO & AEO

Maturity

Emerging recommendation

Goal

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

Result

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

Evidence
{
  "sectionCount": 31,
  "passing": 8,
  "failing": [
    {
      "heading": "Download the app",
      "headingHtml": "<h2>Download the app</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "We've sent a link to download the app, and it should arrive shortly. SMS delivery is available in supported regions only.",
      "headingHtml": "<h2>We&apos;ve sent a link to download the app, and it should arrive shortly. SMS delivery is available in supported regions only.</h2>",
      "firstParagraph": "The completely free call captioning and live transcription app",
      "paragraphHtml": "<p>The completely free call captioning and live transcription app</p>",
      "words": 9,
      "direct": false,
      "issue": "First paragraph is 9 words and does not look like a concise direct answer."
    },
    {
      "heading": "They talk",
      "headingHtml": "<h2>They talk</h2>",
      "firstParagraph": "Hey love! What time are we meeting today?",
      "paragraphHtml": "<p class=\"explainer_marquee_text u-text-style-small u-weight-semibold\">Hey love! What time are we meeting today?</p>",
      "words": 8,
      "direct": false,
      "issue": "First paragraph is 8 words and does not look like a concise direct answer."
    },
    {
      "heading": "You read",
      "headingHtml": "<h2>You read</h2>",
      "firstParagraph": "Hey love! What time are we meeting today?",
      "paragraphHtml": "<p class=\"explainer_marquee_text u-text-style-small u-weight-semibold\">Hey love! What time are we meeting today?</p>",
      "words": 8,
      "direct": false,
      "issue": "First paragraph is 8 words and does not look like a concise direct answer."
    },
    {
      "heading": "Caption calls accurately in real-time",
      "headingHtml": "<h3 class=\"content_item_heading u-text-style-h4\">Caption calls accurately in real-time</h3>",
      "firstParagraph": "When you make calls through the Rylo app, our highly accurate technology instantly translates what’s said into text you can read and follow along with",
      "paragraphHtml": "<p class=\"tab_description\">When you make calls through the Rylo app, our highly accurate technology instantly translates what&#x2019;s said into text you can read and follow along with</p>",
      "words": 26,
      "direct": false,
      "issue": "First paragraph is 26 words and does not look like a concise direct answer."
    },
    {
      "heading": "Speak or type to reply",
      "headingHtml": "<h3 class=\"content_item_heading u-text-style-h4\">Speak or type to reply</h3>",
      "firstParagraph": "Use your voice or your device's keyboard - the call is yours",
      "paragraphHtml": "<p class=\"tab_description\">Use your voice or your device&apos;s keyboard - the call is yours</p>",
      "words": 11,
      "direct": false,
      "issue": "First paragraph is 11 words and does not look like a concise direct answer."
    },
    {
      "heading": "Adjust the features to feel most like you",
      "headingHtml": "<h3 class=\"content_item_heading u-text-style-h4\">Adjust the features to feel most like you</h3>",
      "firstParagraph": "Rylo is always personalized for your needs - learning and improving for you",
      "paragraphHtml": "<p class=\"tab_description\">Rylo is always personalized for your needs - learning and improving for you </p>",
      "words": 12,
      "direct": false,
      "issue": "First paragraph is 12 words and does not look like a concise direct answer."
    },
    {
      "heading": "Save your secured transcripts for later",
      "headingHtml": "<h3 class=\"content_item_heading u-text-style-h4\">Save your secured transcripts for later</h3>",
      "firstParagraph": "All Rylo calls are fully private with transcripts saved locally on your device",
      "paragraphHtml": "<p class=\"tab_description\">All Rylo calls are fully private with transcripts saved locally on your device</p>",
      "words": 13,
      "direct": false,
      "issue": "First paragraph is 13 words and does not look like a concise direct answer."
    },
    {
      "heading": "Shape the way your words sound",
      "headingHtml": "<h3>Shape the way your words sound</h3>",
      "firstParagraph": "Adjust the tone and pace of talk-to-text audio with keyboard shortcuts",
      "paragraphHtml": "<p>Adjust the tone and pace of talk-to-text audio with keyboard shortcuts</p>",
      "words": 11,
      "direct": false,
      "issue": "First paragraph is 11 words and does not look like a concise direct answer."
    },
    {
      "heading": "Track non-verbal cues",
      "headingHtml": "<h3><strong>Track non-verbal cues</strong></h3>",
      "firstParagraph": "Understand speaker sentiment and know who is speaking, typing, or pausing",
      "paragraphHtml": "<p>Understand speaker sentiment and know who is speaking, typing, or pausing</p>",
      "words": 11,
      "direct": false,
      "issue": "First paragraph is 11 words and does not look like a concise direct answer."
    },
    {
      "heading": "Use any language, almost",
      "headingHtml": "<h3><strong>Use any language, almost</strong></h3>",
      "firstParagraph": "Rylo supports 50+ languages and auto-detects language changes in real time",
      "paragraphHtml": "<p>Rylo supports 50+ languages and auto-detects language changes in real time</p>",
      "words": 11,
      "direct": false,
      "issue": "First paragraph is 11 words and does not look like a concise direct answer."
    },
    {
      "heading": "Works with your other devices",
      "headingHtml": "<h3>Works with your other devices</h3>",
      "firstParagraph": "Pair Rylo with your hearing aids, cochlear implants, and bluetooth headsets",
      "paragraphHtml": "<p>Pair Rylo with your hearing aids, cochlear implants, and bluetooth headsets</p>",
      "words": 11,
      "direct": false,
      "issue": "First paragraph is 11 words and does not look like a concise direct answer."
    },
    {
      "heading": "Professionally recommended. Personally loved.",
      "headingHtml": "<h2>Professionally recommended. Personally loved.</h2>",
      "firstParagraph": "“I’ve seen countless patients grow more confident with themselves and in their relationships since using the Rylo app.”",
      "paragraphHtml": "<p>&#x201c;I&#x2019;ve seen countless patients grow more confident with themselves and in their relationships since using the Rylo app.&#x201d;</p>",
      "words": 19,
      "direct": false,
      "issue": "First paragraph is 19 words and does not look like a concise direct answer."
    },
    {
      "heading": "Live Transcribe",
      "headingHtml": "<h2>Live Transcribe</h2>",
      "firstParagraph": "Use Rylo Live Transcribe to caption the world around you. In-person interactions just got a whole lot better.",
      "paragraphHtml": "<p>Use Rylo Live Transcribe to caption the world around you. <br>In-person interactions just got a whole lot better.</p>",
      "words": 18,
      "direct": false,
      "issue": "First paragraph is 18 words and does not look like a concise direct answer."
    },
    {
      "heading": "Conversations",
      "headingHtml": "<h2>Conversations</h2>",
      "firstParagraph": "Read the latest from our community",
      "paragraphHtml": "<p>Read the latest from our community</p>",
      "words": 6,
      "direct": false,
      "issue": "First paragraph is 6 words and does not look like a concise direct answer."
    },
    {
      "heading": "Start captioning",
      "headingHtml": "<h2>Start captioning</h2>",
      "firstParagraph": "The completely free call captioning app making it easy to communicate with anyone, anywhere.",
      "paragraphHtml": "<p>The completely free call captioning app making it easy to communicate with anyone, anywhere.</p>",
      "words": 14,
      "direct": false,
      "issue": "First paragraph is 14 words and does not look like a concise direct answer."
    },
    {
      "heading": "FAQs",
      "headingHtml": "<h2>FAQs</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Can Rylo caption voicemail messages?",
      "headingHtml": "<h3 class=\"accordion-css_item-h3 u-text-style-h4\">Can Rylo caption voicemail messages?</h3>",
      "firstParagraph": "Yes. Rylo Captions every single voicemail automatically - transcripts stay fully private.",
      "paragraphHtml": "<p class=\"accordion-css__item-p u-text-style-main u-color-faded\">Yes. Rylo Captions every single voicemail automatically - transcripts stay fully private.</p>",
      "words": 11,
      "direct": false,
      "issue": "First paragraph is 11 words and does not look like a concise direct answer."
    },
    {
      "heading": "Does Rylo offer real-time transcription of face-to-face conversations?",
      "headingHtml": "<h3 class=\"accordion-css_item-h3 u-text-style-h4\">Does Rylo offer real-time transcription of face-to-face conversations?</h3>",
      "firstParagraph": "Yes. Rylo Live Transcribe provides real-time speech-to-text transcription for in-person conversations.",
      "paragraphHtml": "<p class=\"accordion-css__item-p u-text-style-main u-color-faded\">Yes. Rylo Live Transcribe provides real-time speech-to-text transcription for in-person conversations. </p>",
      "words": 11,
      "direct": false,
      "issue": "First paragraph is 11 words and does not look like a concise direct answer."
    },
    {
      "heading": "Does Rylo need internet connectivity?",
      "headingHtml": "<h3 class=\"accordion-css_item-h3 u-text-style-h4\">Does Rylo need internet connectivity?</h3>",
      "firstParagraph": "Yes. Rylo requires an active internet connection to provide real-time phone call captions, but can work offline for live transcriptions. You can connect using Wi-Fi or mobile data on your smartphone or other compatible mobile device.",
      "paragraphHtml": "<p class=\"accordion-css__item-p u-text-style-main u-color-faded\">Yes. Rylo requires an active internet connection to provide real-time phone call captions, but can work offline for live transcriptions. You can connect using Wi-Fi or mobile data on your smartphone or other compatible mobile device.</p>",
      "words": 36,
      "direct": false,
      "issue": "First paragraph is 36 words and does not look like a concise direct answer."
    },
    {
      "heading": "What languages does Rylo support?",
      "headingHtml": "<h3 class=\"accordion-css_item-h3 u-text-style-h4\">What languages does Rylo support?</h3>",
      "firstParagraph": "Rylo currently supports over 50 languages.The platform can automatically detect language changes during conversations, helping users communicate more naturally. Rylo regularly introduces new features and language support updates as part of its mission to make communication more accessible for Deaf and hard of hearin...",
      "paragraphHtml": "<p class=\"accordion-css__item-p u-text-style-main u-color-faded\">Rylo currently supports over 50 languages.<br><br>The platform can automatically detect language changes during conversations, helping users communicate more naturally. Rylo regularly introduces new features and language support updates as part of its mission to make communication more accessible for Deaf and hard of hearing communities.</p>",
      "words": 46,
      "direct": false,
      "issue": "First paragraph is 46 words and does not look like a concise direct answer."
    },
    {
      "heading": "Resources",
      "headingHtml": "<h2 class=\"footer_link_heading u-text-style-h6 u-color-faded\">Resources</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Support",
      "headingHtml": "<h2 class=\"footer_link_heading u-text-style-h6 u-color-faded\">Support</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    }
  ],
  "score": 65,
  "weight": 28
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

GEO: Entity clarity

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

4 Warning

Needs attention

GEO: Entity clarity

Warning
01

Issue

Title/H1 terms missing from description: phone, rylo.

Details

02

Why it matters

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

Check name

GEO: Entity clarity

Score

65/100

Status

warning

Category

GEO, AIO & AEO

Maturity

Emerging recommendation

Goal

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

Result

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

Evidence
{
  "title": "Free Phone Call Captioning App | Rylo",
  "h1": "",
  "description": "The completely free call captioning app making it easy to communicate with anyone, anywhere. FCC certified, 100% private.",
  "topicOverlap": 0.6666666666666666,
  "topicTerms": [
    "free",
    "phone",
    "call",
    "captioning",
    "app",
    "rylo"
  ],
  "descriptionTerms": [
    "completely",
    "free",
    "call",
    "captioning",
    "app",
    "making",
    "easy",
    "communicate",
    "anyone",
    "anywhere",
    "fcc",
    "certified",
    "100",
    "private"
  ],
  "missingFromDescription": [
    "phone",
    "rylo"
  ],
  "score": 65,
  "weight": 28
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

AEO: Question-led structure

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

3 Warning

Needs attention

AEO: Question-led structure

Warning
01

Issue

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

Details

02

Why it matters

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

Check name

AEO: Question-led structure

Score

50/100

Status

warning

Category

GEO, AIO & AEO

Maturity

Emerging recommendation

Goal

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

Result

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

Evidence
{
  "h2Count": 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.

3 Warning

Needs attention

AEO: Answer evidence and trust

Warning
01

Issue

Missing AIO trust signals: publisher, freshnessDate.

Details

02

Why it matters

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

Check name

AEO: Answer evidence and trust

Score

60/100

Status

warning

Category

GEO, AIO & AEO

Maturity

Emerging recommendation

Goal

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

Result

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

Evidence
{
  "signals": {
    "author": true,
    "publisher": false,
    "freshnessDate": false,
    "aboutOrContact": true,
    "policyLinks": true
  },
  "missing": [
    "publisher",
    "freshnessDate"
  ],
  "authorMeta": "",
  "schemaAuthors": [
    "Carolyn Porter",
    "Robert Kerns",
    "Lorita Mayor",
    "Chris Dahl",
    "Michelle Lett",
    "Katharine Hernden",
    "Ruth Griffith",
    "Tom Allen",
    "Stacey Sumner",
    "Hannah Currier",
    "E.E. Garcia",
    "Kevin Ward",
    "Roger Guillaumes",
    "Maggie Botek",
    "Michelle Cha",
    "Doug Jones",
    "Carolyn Narramore",
    "Cindy Stone",
    "Mary Beth Maynard",
    "Charles Davis",
    "Wanda Craig"
  ],
  "schemaPublishers": [],
  "schemaDates": [],
  "visibleDates": [],
  "aboutLinks": [
    {
      "href": "/about",
      "text": "About",
      "html": "<a href=\"/about\" class=\"nav_dropdown_link w-variant-23049969-09ac-2789-520b-3c6ae895bbc6 w-inline-block\"><div class=\"nav_dropdown_text w-variant-23049969-09ac-2789-520b-3c6ae895bbc6\">About</div></a>"
    },
    {
      "href": "/about",
      "text": "About",
      "html": "<a href=\"/about\" class=\"nav_dropdown_link w-inline-block\"><div class=\"nav_dropdown_text\">About</div></a>"
    },
    {
      "href": "/about",
      "text": "About",
      "html": "<a href=\"/about\" class=\"footer_link u-text-style-h4\">About</a>"
    },
    {
      "href": "https://www.linkedin.com/company/rylohq",
      "text": "",
      "html": "<a href=\"https://www.linkedin.com/company/rylohq\" target=\"_blank\" class=\"footer_social_link w-inline-block\"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"100%\" viewBox=\"0 0 24 24\" fill=\"none\" class=\"u-svg\"><path d=\"M19.65 3H4.35C3.99196 3 3.64858 3.14223 3.39541 3.39541C3.14223 3.64858 3 3.99196 3 4.35V19.65C3 20.008 3.14223 20.3514 3.39541 20.6046C3.64858 20.8578 3.99196 21 4.35 21H19.65C20.008 21 20.3514 20.8578 20.6046 20.6046C20.8578 20.3514 21 20.008 21 19.65V4.35C21 3.99196 20.8578 3.6..."
    }
  ],
  "contactLinks": [
    {
      "href": "/contact",
      "text": "Support",
      "html": "<a href=\"/contact\" class=\"nav_links_link w-variant-23049969-09ac-2789-520b-3c6ae895bbc6 w-inline-block\"><div class=\"nav_links_text w-variant-23049969-09ac-2789-520b-3c6ae895bbc6\">Support</div></a>"
    },
    {
      "href": "/contact",
      "text": "Support",
      "html": "<a href=\"/contact\" class=\"nav_links_link w-inline-block\"><div class=\"nav_links_text\">Support</div></a>"
    },
    {
      "href": "/contact",
      "text": "Contact",
      "html": "<a href=\"/contact\" class=\"footer_link u-text-style-h4\">Contact </a>"
    },
    {
      "href": "https://help.rylo.com/en/",
      "text": "Help Center",
      "html": "<a href=\"https://help.rylo.com/en/\" class=\"footer_link u-text-style-h4\">Help Center</a>"
    }
  ],
  "privacyLinks": [
    {
      "href": "/legal/privacy",
      "text": "Privacy",
      "html": "<a href=\"/legal/privacy\" class=\"footer_bottom_link u-text-style-small\">Privacy</a>"
    },
    {
      "href": "/legal/terms",
      "text": "Terms",
      "html": "<a href=\"/legal/terms\" class=\"footer_bottom_link u-text-style-small\">Terms</a>"
    },
    {
      "href": "https://rylo.com/legal/terms#annex-1-rylo-e911-services",
      "text": "911 Notice",
      "html": "<a href=\"https://rylo.com/legal/terms#annex-1-rylo-e911-services\" class=\"footer_bottom_link u-text-style-small\">911 Notice</a>"
    }
  ],
  "score": 60,
  "weight": 22
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

AIO: Page experience for AIO

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

2 Warning

Needs attention

AIO: Page experience for AIO

Warning
01

Issue

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

Details

02

Why it matters

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

Check name

AIO: Page experience for AIO

Score

70/100

Status

warning

Category

GEO, AIO & AEO

Maturity

Emerging recommendation

Goal

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

Result

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

Evidence
{
  "viewportContent": "width=device-width, initial-scale=1",
  "visibleWords": 2799,
  "htmlBytes": 488396,
  "imagesMissingDimensions": [
    {
      "src": "https://cdn.prod.website-files.com/6989e183e0e0dcb387c193b5/698c96d766046b1dd5d5a946_rylo-hero-foreground-2.avif",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/6989e183e0e0dcb387c193b5/698c96d766046b1dd5d5a946_rylo-hero-foreground-2.avif\" loading=\"lazy\" alt=\"Smiling older man with gray hair and beard wearing round glasses and orange sweater looking at a green smartphone.\" class=\"hero_home_img\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/6989e183e0e0dcb387c193b5/698c4ecf188c3fb591c8d352_rylo-hero-background.avif",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/6989e183e0e0dcb387c193b5/698c4ecf188c3fb591c8d352_rylo-hero-background.avif\" loading=\"lazy\" alt class=\"hero_home_bg\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/698f4f88d37acaa6f98d6062/699350af6ad740432cf20398_press-logo_forbes.avif",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/698f4f88d37acaa6f98d6062/699350af6ad740432cf20398_press-logo_forbes.avif\" loading=\"lazy\" alt=\"Forbes\" class=\"u-image\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/698f4f88d37acaa6f98d6062/699350c8637137e68ff6e5e3_press-logo_nbc.avif",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/698f4f88d37acaa6f98d6062/699350c8637137e68ff6e5e3_press-logo_nbc.avif\" loading=\"lazy\" alt=\"Comcast NBC Universal\" class=\"u-image\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/698f4f88d37acaa6f98d6062/699350e22852b607ffbf4732_press-logo_wsj.avif",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/698f4f88d37acaa6f98d6062/699350e22852b607ffbf4732_press-logo_wsj.avif\" loading=\"lazy\" alt=\"The Wall Street Journal\" class=\"u-image\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/698f4f88d37acaa6f98d6062/699350f5a7a266d5d8f329b2_press-logo_hearing.avif",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/698f4f88d37acaa6f98d6062/699350f5a7a266d5d8f329b2_press-logo_hearing.avif\" loading=\"lazy\" alt=\"The Hearing Review\" class=\"u-image\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/698f4f88d37acaa6f98d6062/69935104e35c71b2384c88ab_press-logo_yahoo.avif",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/698f4f88d37acaa6f98d6062/69935104e35c71b2384c88ab_press-logo_yahoo.avif\" loading=\"lazy\" alt=\"Yahoo Finance\" class=\"u-image\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/698f4f88d37acaa6f98d6062/699350af6ad740432cf20398_press-logo_forbes.avif",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/698f4f88d37acaa6f98d6062/699350af6ad740432cf20398_press-logo_forbes.avif\" loading=\"lazy\" alt=\"Forbes\" class=\"u-image\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/698f4f88d37acaa6f98d6062/699350c8637137e68ff6e5e3_press-logo_nbc.avif",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/698f4f88d37acaa6f98d6062/699350c8637137e68ff6e5e3_press-logo_nbc.avif\" loading=\"lazy\" alt=\"Comcast NBC Universal\" class=\"u-image\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/698f4f88d37acaa6f98d6062/699350e22852b607ffbf4732_press-logo_wsj.avif",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/698f4f88d37acaa6f98d6062/699350e22852b607ffbf4732_press-logo_wsj.avif\" loading=\"lazy\" alt=\"The Wall Street Journal\" class=\"u-image\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/698f4f88d37acaa6f98d6062/699350f5a7a266d5d8f329b2_press-logo_hearing.avif",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/698f4f88d37acaa6f98d6062/699350f5a7a266d5d8f329b2_press-logo_hearing.avif\" loading=\"lazy\" alt=\"The Hearing Review\" class=\"u-image\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/698f4f88d37acaa6f98d6062/69935104e35c71b2384c88ab_press-logo_yahoo.avif",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/698f4f88d37acaa6f98d6062/69935104e35c71b2384c88ab_press-logo_yahoo.avif\" loading=\"lazy\" alt=\"Yahoo Finance\" class=\"u-image\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/698f4f88d37acaa6f98d6062/699350af6ad740432cf20398_press-logo_forbes.avif",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/698f4f88d37acaa6f98d6062/699350af6ad740432cf20398_press-logo_forbes.avif\" loading=\"lazy\" alt=\"Forbes\" class=\"u-image\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/698f4f88d37acaa6f98d6062/699350c8637137e68ff6e5e3_press-logo_nbc.avif",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/698f4f88d37acaa6f98d6062/699350c8637137e68ff6e5e3_press-logo_nbc.avif\" loading=\"lazy\" alt=\"Comcast NBC Universal\" class=\"u-image\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/698f4f88d37acaa6f98d6062/699350e22852b607ffbf4732_press-logo_wsj.avif",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/698f4f88d37acaa6f98d6062/699350e22852b607ffbf4732_press-logo_wsj.avif\" loading=\"lazy\" alt=\"The Wall Street Journal\" class=\"u-image\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/698f4f88d37acaa6f98d6062/699350f5a7a266d5d8f329b2_press-logo_hearing.avif",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/698f4f88d37acaa6f98d6062/699350f5a7a266d5d8f329b2_press-logo_hearing.avif\" loading=\"lazy\" alt=\"The Hearing Review\" class=\"u-image\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/698f4f88d37acaa6f98d6062/69935104e35c71b2384c88ab_press-logo_yahoo.avif",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/698f4f88d37acaa6f98d6062/69935104e35c71b2384c88ab_press-logo_yahoo.avif\" loading=\"lazy\" alt=\"Yahoo Finance\" class=\"u-image\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/698f4f88d37acaa6f98d6062/699350af6ad740432cf20398_press-logo_forbes.avif",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/698f4f88d37acaa6f98d6062/699350af6ad740432cf20398_press-logo_forbes.avif\" loading=\"lazy\" alt=\"Forbes\" class=\"u-image\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/698f4f88d37acaa6f98d6062/699350c8637137e68ff6e5e3_press-logo_nbc.avif",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/698f4f88d37acaa6f98d6062/699350c8637137e68ff6e5e3_press-logo_nbc.avif\" loading=\"lazy\" alt=\"Comcast NBC Universal\" class=\"u-image\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/698f4f88d37acaa6f98d6062/699350e22852b607ffbf4732_press-logo_wsj.avif",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/698f4f88d37acaa6f98d6062/699350e22852b607ffbf4732_press-logo_wsj.avif\" loading=\"lazy\" alt=\"The Wall Street Journal\" class=\"u-image\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/698f4f88d37acaa6f98d6062/699350f5a7a266d5d8f329b2_press-logo_hearing.avif",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/698f4f88d37acaa6f98d6062/699350f5a7a266d5d8f329b2_press-logo_hearing.avif\" loading=\"lazy\" alt=\"The Hearing Review\" class=\"u-image\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/698f4f88d37acaa6f98d6062/69935104e35c71b2384c88ab_press-logo_yahoo.avif",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/698f4f88d37acaa6f98d6062/69935104e35c71b2384c88ab_press-logo_yahoo.avif\" loading=\"lazy\" alt=\"Yahoo Finance\" class=\"u-image\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/6989e183e0e0dcb387c193b5/699b23f8db4abfc4907ffa10_IconNewspaper_active.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/6989e183e0e0dcb387c193b5/699b23f8db4abfc4907ffa10_IconNewspaper_active.svg\" loading=\"lazy\" alt class=\"content_item_icon_img-hover\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/6989e183e0e0dcb387c193b5/699b23f815b4fa1c466c9a34_IconNewspaper.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/6989e183e0e0dcb387c193b5/699b23f815b4fa1c466c9a34_IconNewspaper.svg\" loading=\"lazy\" alt class=\"content_item_icon_img\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/6989e183e0e0dcb387c193b5/699b23f86736184bd6d406e1_IconCall_active.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/6989e183e0e0dcb387c193b5/699b23f86736184bd6d406e1_IconCall_active.svg\" loading=\"lazy\" alt class=\"content_item_icon_img-hover\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/6989e183e0e0dcb387c193b5/699b23f8d6e9321e84142009_IconCall.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/6989e183e0e0dcb387c193b5/699b23f8d6e9321e84142009_IconCall.svg\" loading=\"lazy\" alt class=\"content_item_icon_img\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/6989e183e0e0dcb387c193b5/699b23f8852c368c0d7939e5_IconPhoneDynamicIsland_active.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/6989e183e0e0dcb387c193b5/699b23f8852c368c0d7939e5_IconPhoneDynamicIsland_active.svg\" loading=\"lazy\" alt class=\"content_item_icon_img-hover\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/6989e183e0e0dcb387c193b5/699b23f896c8e741f2268ef7_IconPhoneDynamicIsland.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/6989e183e0e0dcb387c193b5/699b23f896c8e741f2268ef7_IconPhoneDynamicIsland.svg\" loading=\"lazy\" alt class=\"content_item_icon_img\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/6989e183e0e0dcb387c193b5/699b23f8e940b2742d91e105_IconAdjustPhoto_active.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/6989e183e0e0dcb387c193b5/699b23f8e940b2742d91e105_IconAdjustPhoto_active.svg\" loading=\"lazy\" alt class=\"content_item_icon_img-hover\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/6989e183e0e0dcb387c193b5/699b23f8a738d35f70797c16_IconAdjustPhoto.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/6989e183e0e0dcb387c193b5/699b23f8a738d35f70797c16_IconAdjustPhoto.svg\" loading=\"lazy\" alt class=\"content_item_icon_img\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/6989e183e0e0dcb387c193b5/699b23f85caeeb920b43ea06_IconNewspaper2_active.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/6989e183e0e0dcb387c193b5/699b23f85caeeb920b43ea06_IconNewspaper2_active.svg\" loading=\"lazy\" alt class=\"content_item_icon_img-hover\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/6989e183e0e0dcb387c193b5/699b23f83889ea18b16015de_IconNewspaper2.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/6989e183e0e0dcb387c193b5/699b23f83889ea18b16015de_IconNewspaper2.svg\" loading=\"lazy\" alt class=\"content_item_icon_img\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/6989e183e0e0dcb387c193b5/6a077a51c0ef9c05684a6d77_ClosedCaptioning.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/6989e183e0e0dcb387c193b5/6a077a51c0ef9c05684a6d77_ClosedCaptioning.svg\" loading=\"lazy\" alt class=\"u-image\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/6989e183e0e0dcb387c193b5/6a077a51063d4101557e9339_BubbleText6.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/6989e183e0e0dcb387c193b5/6a077a51063d4101557e9339_BubbleText6.svg\" loading=\"lazy\" alt class=\"u-image\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/6989e183e0e0dcb387c193b5/69f113fd7e16ae8133f87956_VoiceSparkle.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/6989e183e0e0dcb387c193b5/69f113fd7e16ae8133f87956_VoiceSparkle.svg\" loading=\"lazy\" alt class=\"u-image\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/6989e183e0e0dcb387c193b5/6a077a51ce582d19949e4e1c_Translate.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/6989e183e0e0dcb387c193b5/6a077a51ce582d19949e4e1c_Translate.svg\" loading=\"lazy\" alt class=\"u-image\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/6989e183e0e0dcb387c193b5/69f113fd7dc602606c0c150f_RaisingHand4Finger.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/6989e183e0e0dcb387c193b5/69f113fd7dc602606c0c150f_RaisingHand4Finger.svg\" loading=\"lazy\" alt class=\"u-image\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/6989e183e0e0dcb387c193b5/6a077a5173eab4bff57659cf_Bluetooth.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/6989e183e0e0dcb387c193b5/6a077a5173eab4bff57659cf_Bluetooth.svg\" loading=\"lazy\" alt class=\"u-image\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/6989e183e0e0dcb387c193b5/69ece072999454cd5a2a7721_AdjustPhoto.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/6989e183e0e0dcb387c193b5/69ece072999454cd5a2a7721_AdjustPhoto.svg\" loading=\"lazy\" alt class=\"u-image\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/6989e183e0e0dcb387c193b5/69931610f39e66f67d0a169a_review_background-2_bloom_subtle_1x.avif",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/6989e183e0e0dcb387c193b5/69931610f39e66f67d0a169a_review_background-2_bloom_subtle_1x.avif\" loading=\"lazy\" alt class=\"reviews_card_bg\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/6989e183e0e0dcb387c193b5/699301f5d590a798e0e15eec_review_foreground.avif",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/6989e183e0e0dcb387c193b5/699301f5d590a798e0e15eec_review_foreground.avif\" loading=\"lazy\" alt=\"Smiling middle-aged man with short gray hair wearing round glasses and a light blue button-up shirt.\" class=\"reviews_img\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/6989e183e0e0dcb387c193b5/6993231a7d60ced6d8af86f1_prod-cta_foreground.avif",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/6989e183e0e0dcb387c193b5/6993231a7d60ced6d8af86f1_prod-cta_foreground.avif\" loading=\"lazy\" alt=\"Middle-aged man in orange sweater shows a smartphone to a woman in a cream sweater and jeans as they engage in conversation.\" class=\"reviews_img\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/6989e183e0e0dcb387c193b5/6993231a916ccb44cfd986e3_prod-cta_background.avif",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/6989e183e0e0dcb387c193b5/6993231a916ccb44cfd986e3_prod-cta_background.avif\" loading=\"lazy\" alt class=\"prod-cta_bg\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/698f4f88d37acaa6f98d6062/6a28223db42c66b339181d30_rylo-nagish.jpg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/698f4f88d37acaa6f98d6062/6a28223db42c66b339181d30_rylo-nagish.jpg\" loading=\"lazy\" alt sizes=\"(max-width: 2500px) 100vw, 2500px\" srcset=\"https://cdn.prod.website-files.com/698f4f88d37acaa6f98d6062/6a28223db42c66b339181d30_rylo-nagish-p-500.jpg 500w, https://cdn.prod.website-files.com/698f4f88d37acaa6f98d6062/6a28223db42c66b339181d30_rylo-nagish-p-800.jpg 800w, https://cdn.prod.website-files.com/698f4f88d37acaa6f98d6062/6a28223db42c66b339181d30_rylo-..."
    },
    {
      "src": "https://cdn.prod.website-files.com/698f4f88d37acaa6f98d6062/6a2169c2bd11ad9a903ecbc2_6a20b2c189ed620f9888f83c_5-best-bluetooth-hearing-aids-in-2026--bluetooth-hearing-aids.avif",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/698f4f88d37acaa6f98d6062/6a2169c2bd11ad9a903ecbc2_6a20b2c189ed620f9888f83c_5-best-bluetooth-hearing-aids-in-2026--bluetooth-hearing-aids.avif\" loading=\"lazy\" alt class=\"u-image\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/698f4f88d37acaa6f98d6062/6a216a9f91352b3e2d4a1818_6a20b2c397bfa8485e656e2e_13-best-apps-for-deaf-and-hard-of-hearing-people-2026--useful-apps-for-deaf-people.avif",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/698f4f88d37acaa6f98d6062/6a216a9f91352b3e2d4a1818_6a20b2c397bfa8485e656e2e_13-best-apps-for-deaf-and-hard-of-hearing-people-2026--useful-apps-for-deaf-people.avif\" loading=\"lazy\" alt class=\"u-image\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/6989e183e0e0dcb387c193b5/69f07a862c4f80385abf13e5_cta_visual.avif",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/6989e183e0e0dcb387c193b5/69f07a862c4f80385abf13e5_cta_visual.avif\" loading=\"lazy\" alt class=\"cta_image\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/6989e183e0e0dcb387c193b5/69933df6b80b846a019e3c9d_cta_bg.avif",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/6989e183e0e0dcb387c193b5/69933df6b80b846a019e3c9d_cta_bg.avif\" loading=\"lazy\" alt class=\"cta_bg\">"
    }
  ],
  "possibleDialogs": [
    "<div data-modal-group-status=\"not-active\" class=\"modal\"><div data-hover data-modal-close class=\"modal_overlay\"></div><div data-modal-status=\"not-active\" data-modal-name=\"app-download\" class=\"modal_card\"><div class=\"modal_scroll\"><div class=\"modal_content\"><div class=\"modal_header\"><div class=\"modal_icon\"><span><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"100%\" viewBox=\"0 0 96 96\" fill=\"none\" class=\"u-svg\"><path d=\"M42.1672 53.776C46.1895 57.79 51.4236 62.0969 55.2663 61.6799C61.1944 61.0356...",
    "<div data-hover data-modal-close class=\"modal_overlay\"></div>",
    "<div data-modal-status=\"not-active\" data-modal-name=\"app-download\" class=\"modal_card\"><div class=\"modal_scroll\"><div class=\"modal_content\"><div class=\"modal_header\"><div class=\"modal_icon\"><span><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"100%\" viewBox=\"0 0 96 96\" fill=\"none\" class=\"u-svg\"><path d=\"M42.1672 53.776C46.1895 57.79 51.4236 62.0969 55.2663 61.6799C61.1944 61.0356 58.8363 55.1335 63.922 55.4367C69.4254 55.7641 77.1523 58.8788 76.9969 64.4363C76.7587 72.957 68.8281 78.8522 58.201...",
    "<div class=\"modal_scroll\"><div class=\"modal_content\"><div class=\"modal_header\"><div class=\"modal_icon\"><span><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"100%\" viewBox=\"0 0 96 96\" fill=\"none\" class=\"u-svg\"><path d=\"M42.1672 53.776C46.1895 57.79 51.4236 62.0969 55.2663 61.6799C61.1944 61.0356 58.8363 55.1335 63.922 55.4367C69.4254 55.7641 77.1523 58.8788 76.9969 64.4363C76.7587 72.957 68.8281 78.8522 58.201 76.2922C45.4472 73.2189 34.3644 61.5628 34.3644 61.5628C34.3644 61.5628 22.6843 50.50...",
    "<div class=\"modal_content\"><div class=\"modal_header\"><div class=\"modal_icon\"><span><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"100%\" viewBox=\"0 0 96 96\" fill=\"none\" class=\"u-svg\"><path d=\"M42.1672 53.776C46.1895 57.79 51.4236 62.0969 55.2663 61.6799C61.1944 61.0356 58.8363 55.1335 63.922 55.4367C69.4254 55.7641 77.1523 58.8788 76.9969 64.4363C76.7587 72.957 68.8281 78.8522 58.201 76.2922C45.4472 73.2189 34.3644 61.5628 34.3644 61.5628C34.3644 61.5628 22.6843 50.5028 19.6046 37.7786C17.0393...",
    "<div class=\"modal_header\"><div class=\"modal_icon\"><span><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"100%\" viewBox=\"0 0 96 96\" fill=\"none\" class=\"u-svg\"><path d=\"M42.1672 53.776C46.1895 57.79 51.4236 62.0969 55.2663 61.6799C61.1944 61.0356 58.8363 55.1335 63.922 55.4367C69.4254 55.7641 77.1523 58.8788 76.9969 64.4363C76.7587 72.957 68.8281 78.8522 58.201 76.2922C45.4472 73.2189 34.3644 61.5628 34.3644 61.5628C34.3644 61.5628 22.6843 50.5028 19.6046 37.7786C17.0393 27.17 22.9467 19.2592 31.4...",
    "<div class=\"modal_icon\"><span><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"100%\" viewBox=\"0 0 96 96\" fill=\"none\" class=\"u-svg\"><path d=\"M42.1672 53.776C46.1895 57.79 51.4236 62.0969 55.2663 61.6799C61.1944 61.0356 58.8363 55.1335 63.922 55.4367C69.4254 55.7641 77.1523 58.8788 76.9969 64.4363C76.7587 72.957 68.8281 78.8522 58.201 76.2922C45.4472 73.2189 34.3644 61.5628 34.3644 61.5628C34.3644 61.5628 22.6843 50.5028 19.6046 37.7786C17.0393 27.17 22.9467 19.2592 31.4849 19.018C37.0539 18.8629...",
    "<div class=\"modal_qr_wrap\"><div id=\"af-qr-code\" class=\"download_qr\"></div><div class=\"modal_qr_form-wrap w-form\"><form id=\"wf-form-Send-SMS-Form\" name=\"wf-form-Send-SMS-Form\" data-name=\"Send SMS Form\" redirect=\"/tutorials\" data-redirect=\"/tutorials\" action=\"https://eo1v0x3ycklpjr2.m.pipedream.net\" method=\"post\" class=\"modal_qr_form\" data-wf-page-id=\"6989e185e0e0dcb387c19433\" data-wf-element-id=\"58d7e9cc-6d0e-10c7-fcf7-2e25bfc7062e\"><div class=\"modal_qr_field\"><div class=\"modal_qr_flag u-paddi...",
    "<div class=\"modal_qr_form-wrap w-form\"><form id=\"wf-form-Send-SMS-Form\" name=\"wf-form-Send-SMS-Form\" data-name=\"Send SMS Form\" redirect=\"/tutorials\" data-redirect=\"/tutorials\" action=\"https://eo1v0x3ycklpjr2.m.pipedream.net\" method=\"post\" class=\"modal_qr_form\" data-wf-page-id=\"6989e185e0e0dcb387c19433\" data-wf-element-id=\"58d7e9cc-6d0e-10c7-fcf7-2e25bfc7062e\"><div class=\"modal_qr_field\"><div class=\"modal_qr_flag u-padding-2 u-gap-1\"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"100%\" viewBox...",
    "<form id=\"wf-form-Send-SMS-Form\" name=\"wf-form-Send-SMS-Form\" data-name=\"Send SMS Form\" redirect=\"/tutorials\" data-redirect=\"/tutorials\" action=\"https://eo1v0x3ycklpjr2.m.pipedream.net\" method=\"post\" class=\"modal_qr_form\" data-wf-page-id=\"6989e185e0e0dcb387c19433\" data-wf-element-id=\"58d7e9cc-6d0e-10c7-fcf7-2e25bfc7062e\"><div class=\"modal_qr_field\"><div class=\"modal_qr_flag u-padding-2 u-gap-1\"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"100%\" viewBox=\"0 0 56 39\" fill=\"none\" class=\"modal_q...",
    "<div class=\"modal_qr_field\"><div class=\"modal_qr_flag u-padding-2 u-gap-1\"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"100%\" viewBox=\"0 0 56 39\" fill=\"none\" class=\"modal_qr_usa\"><g clip-path=\"url(#clip0_7318_1074)\"><path d=\"M3.03 0H52.16C53.83 0 55.19 1.36 55.19 3.03V35.36C55.19 37.03 53.83 38.39 52.16 38.39H3.03C1.36 38.4 0 37.04 0 35.37V3.03C0 1.36 1.36 0 3.03 0Z\" fill=\"#B22234\"/><path d=\"M0.02 2.72998H55.19C55.2 2.82998 55.21 2.92998 55.21 3.03998V5.97998H0V3.02998C0 2.92998 0.01 2.8299...",
    "<div class=\"modal_qr_flag u-padding-2 u-gap-1\"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"100%\" viewBox=\"0 0 56 39\" fill=\"none\" class=\"modal_qr_usa\"><g clip-path=\"url(#clip0_7318_1074)\"><path d=\"M3.03 0H52.16C53.83 0 55.19 1.36 55.19 3.03V35.36C55.19 37.03 53.83 38.39 52.16 38.39H3.03C1.36 38.4 0 37.04 0 35.37V3.03C0 1.36 1.36 0 3.03 0Z\" fill=\"#B22234\"/><path d=\"M0.02 2.72998H55.19C55.2 2.82998 55.21 2.92998 55.21 3.03998V5.97998H0V3.02998C0 2.92998 0.01 2.82998 0.02 2.72998ZM55.2 8.66998...",
    "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"100%\" viewBox=\"0 0 56 39\" fill=\"none\" class=\"modal_qr_usa\"><g clip-path=\"url(#clip0_7318_1074)\"><path d=\"M3.03 0H52.16C53.83 0 55.19 1.36 55.19 3.03V35.36C55.19 37.03 53.83 38.39 52.16 38.39H3.03C1.36 38.4 0 37.04 0 35.37V3.03C0 1.36 1.36 0 3.03 0Z\" fill=\"#B22234\"/><path d=\"M0.02 2.72998H55.19C55.2 2.82998 55.21 2.92998 55.21 3.03998V5.97998H0V3.02998C0 2.92998 0.01 2.82998 0.02 2.72998ZM55.2 8.66998V11.91H0V8.66998H55.2ZM55.2 14.61V17.85H0V14.61...",
    "<input class=\"modal_qr_input u-padding-2 w-input\" autofocus=\"true\" maxlength=\"256\" name=\"phone-number\" data-name=\"phone-number\" placeholder=\"555-555-1111\" type=\"tel\" id=\"phone-number\" required>",
    "<div class=\"modal_qr_submit\"><input type=\"submit\" data-wait=\"Please wait...\" class=\"modal_qr_button w-button\" value=\"Submit\"><div data-wf--button-primary--variant=\"main\" class=\"button_primary_wrap download-link\" data-button=\" \" data-trigger=\"hover focus\"><div class=\"clickable_wrap u-cover-absolute\"><button type=\"button\" aria-label=\"Send link\" data-app-download-cta=\"true\" class=\"clickable_btn\"></button></div><span data-button-animate-chars aria-hidden=\"true\" class=\"button_primary_chars\"><span...",
    "<input type=\"submit\" data-wait=\"Please wait...\" class=\"modal_qr_button w-button\" value=\"Submit\">",
    "<div data-trigger=\"hover focus\" data-modal-close data-hover data-button class=\"modal_btn_close\"><div class=\"modal_btn_close_svg\"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"100%\" viewBox=\"0 0 24 24\" fill=\"none\" class=\"u-svg\"><path d=\"M4.75 4.75L19.25 19.25M19.25 4.75L4.75 19.25\" stroke=\"currentColor\" stroke-opacity=\"0.7\" stroke-width=\"1.5\" stroke-linecap=\"round\"/></svg></div></div>",
    "<div class=\"modal_btn_close_svg\"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"100%\" viewBox=\"0 0 24 24\" fill=\"none\" class=\"u-svg\"><path d=\"M4.75 4.75L19.25 19.25M19.25 4.75L4.75 19.25\" stroke=\"currentColor\" stroke-opacity=\"0.7\" stroke-width=\"1.5\" stroke-linecap=\"round\"/></svg></div>",
    "<div data-sms-success class=\"modal\"><div class=\"modal_overlay\"></div><div class=\"modal_card\"><div class=\"modal_success u-gap-4\"><div class=\"modal_success_check\"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"100%\" viewBox=\"0 0 18 18\" fill=\"none\" class=\"u-svg\"><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M9 18C10.1819 18 11.3522 17.7672 12.4442 17.3149C13.5361 16.8626 14.5282 16.1997 15.364 15.364C16.1997 14.5282 16.8626 13.5361 17.3149 12.4442C17.7672 11.3522 18 10.1819 18 9C18 7.8181 17....",
    "<div class=\"modal_overlay\"></div>",
    "<div class=\"modal_card\"><div class=\"modal_success u-gap-4\"><div class=\"modal_success_check\"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"100%\" viewBox=\"0 0 18 18\" fill=\"none\" class=\"u-svg\"><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M9 18C10.1819 18 11.3522 17.7672 12.4442 17.3149C13.5361 16.8626 14.5282 16.1997 15.364 15.364C16.1997 14.5282 16.8626 13.5361 17.3149 12.4442C17.7672 11.3522 18 10.1819 18 9C18 7.8181 17.7672 6.64778 17.3149 5.55585C16.8626 4.46392 16.1997 3.47177 15.364 2...",
    "<div class=\"modal_success u-gap-4\"><div class=\"modal_success_check\"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"100%\" viewBox=\"0 0 18 18\" fill=\"none\" class=\"u-svg\"><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M9 18C10.1819 18 11.3522 17.7672 12.4442 17.3149C13.5361 16.8626 14.5282 16.1997 15.364 15.364C16.1997 14.5282 16.8626 13.5361 17.3149 12.4442C17.7672 11.3522 18 10.1819 18 9C18 7.8181 17.7672 6.64778 17.3149 5.55585C16.8626 4.46392 16.1997 3.47177 15.364 2.63604C14.5282 1.80031 1...",
    "<div class=\"modal_success_check\"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"100%\" viewBox=\"0 0 18 18\" fill=\"none\" class=\"u-svg\"><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M9 18C10.1819 18 11.3522 17.7672 12.4442 17.3149C13.5361 16.8626 14.5282 16.1997 15.364 15.364C16.1997 14.5282 16.8626 13.5361 17.3149 12.4442C17.7672 11.3522 18 10.1819 18 9C18 7.8181 17.7672 6.64778 17.3149 5.55585C16.8626 4.46392 16.1997 3.47177 15.364 2.63604C14.5282 1.80031 13.5361 1.13738 12.4442 0.685084C11....",
    "<div data-sms-success-close data-hover data-button data-trigger=\"hover focus\" class=\"modal_btn_close\"><div class=\"modal_btn_close_svg\"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"100%\" viewBox=\"0 0 24 24\" fill=\"none\" class=\"u-svg\"><path d=\"M4.75 4.75L19.25 19.25M19.25 4.75L4.75 19.25\" stroke=\"currentColor\" stroke-opacity=\"0.7\" stroke-width=\"1.5\" stroke-linecap=\"round\"/></svg></div></div>",
    "<div class=\"modal_btn_close_svg\"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"100%\" viewBox=\"0 0 24 24\" fill=\"none\" class=\"u-svg\"><path d=\"M4.75 4.75L19.25 19.25M19.25 4.75L4.75 19.25\" stroke=\"currentColor\" stroke-opacity=\"0.7\" stroke-width=\"1.5\" stroke-linecap=\"round\"/></svg></div>"
  ],
  "score": 70,
  "weight": 10
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

AIO: Answer block readiness

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

2 Warning

Needs attention

AIO: Answer block readiness

Warning
01

Issue

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

Details

02

Why it matters

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

Check name

AIO: Answer block readiness

Score

65/100

Status

warning

Category

GEO, AIO & AEO

Maturity

Emerging recommendation

Goal

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

Result

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

Evidence
{
  "sectionCount": 31,
  "passing": 8,
  "failing": [
    {
      "heading": "Download the app",
      "headingHtml": "<h2>Download the app</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "We've sent a link to download the app, and it should arrive shortly. SMS delivery is available in supported regions only.",
      "headingHtml": "<h2>We&apos;ve sent a link to download the app, and it should arrive shortly. SMS delivery is available in supported regions only.</h2>",
      "firstParagraph": "The completely free call captioning and live transcription app",
      "paragraphHtml": "<p>The completely free call captioning and live transcription app</p>",
      "words": 9,
      "direct": false,
      "issue": "First paragraph is 9 words and does not look like a concise direct answer."
    },
    {
      "heading": "They talk",
      "headingHtml": "<h2>They talk</h2>",
      "firstParagraph": "Hey love! What time are we meeting today?",
      "paragraphHtml": "<p class=\"explainer_marquee_text u-text-style-small u-weight-semibold\">Hey love! What time are we meeting today?</p>",
      "words": 8,
      "direct": false,
      "issue": "First paragraph is 8 words and does not look like a concise direct answer."
    },
    {
      "heading": "You read",
      "headingHtml": "<h2>You read</h2>",
      "firstParagraph": "Hey love! What time are we meeting today?",
      "paragraphHtml": "<p class=\"explainer_marquee_text u-text-style-small u-weight-semibold\">Hey love! What time are we meeting today?</p>",
      "words": 8,
      "direct": false,
      "issue": "First paragraph is 8 words and does not look like a concise direct answer."
    },
    {
      "heading": "Caption calls accurately in real-time",
      "headingHtml": "<h3 class=\"content_item_heading u-text-style-h4\">Caption calls accurately in real-time</h3>",
      "firstParagraph": "When you make calls through the Rylo app, our highly accurate technology instantly translates what’s said into text you can read and follow along with",
      "paragraphHtml": "<p class=\"tab_description\">When you make calls through the Rylo app, our highly accurate technology instantly translates what&#x2019;s said into text you can read and follow along with</p>",
      "words": 26,
      "direct": false,
      "issue": "First paragraph is 26 words and does not look like a concise direct answer."
    },
    {
      "heading": "Speak or type to reply",
      "headingHtml": "<h3 class=\"content_item_heading u-text-style-h4\">Speak or type to reply</h3>",
      "firstParagraph": "Use your voice or your device's keyboard - the call is yours",
      "paragraphHtml": "<p class=\"tab_description\">Use your voice or your device&apos;s keyboard - the call is yours</p>",
      "words": 11,
      "direct": false,
      "issue": "First paragraph is 11 words and does not look like a concise direct answer."
    },
    {
      "heading": "Adjust the features to feel most like you",
      "headingHtml": "<h3 class=\"content_item_heading u-text-style-h4\">Adjust the features to feel most like you</h3>",
      "firstParagraph": "Rylo is always personalized for your needs - learning and improving for you",
      "paragraphHtml": "<p class=\"tab_description\">Rylo is always personalized for your needs - learning and improving for you </p>",
      "words": 12,
      "direct": false,
      "issue": "First paragraph is 12 words and does not look like a concise direct answer."
    },
    {
      "heading": "Save your secured transcripts for later",
      "headingHtml": "<h3 class=\"content_item_heading u-text-style-h4\">Save your secured transcripts for later</h3>",
      "firstParagraph": "All Rylo calls are fully private with transcripts saved locally on your device",
      "paragraphHtml": "<p class=\"tab_description\">All Rylo calls are fully private with transcripts saved locally on your device</p>",
      "words": 13,
      "direct": false,
      "issue": "First paragraph is 13 words and does not look like a concise direct answer."
    },
    {
      "heading": "Shape the way your words sound",
      "headingHtml": "<h3>Shape the way your words sound</h3>",
      "firstParagraph": "Adjust the tone and pace of talk-to-text audio with keyboard shortcuts",
      "paragraphHtml": "<p>Adjust the tone and pace of talk-to-text audio with keyboard shortcuts</p>",
      "words": 11,
      "direct": false,
      "issue": "First paragraph is 11 words and does not look like a concise direct answer."
    },
    {
      "heading": "Track non-verbal cues",
      "headingHtml": "<h3><strong>Track non-verbal cues</strong></h3>",
      "firstParagraph": "Understand speaker sentiment and know who is speaking, typing, or pausing",
      "paragraphHtml": "<p>Understand speaker sentiment and know who is speaking, typing, or pausing</p>",
      "words": 11,
      "direct": false,
      "issue": "First paragraph is 11 words and does not look like a concise direct answer."
    },
    {
      "heading": "Use any language, almost",
      "headingHtml": "<h3><strong>Use any language, almost</strong></h3>",
      "firstParagraph": "Rylo supports 50+ languages and auto-detects language changes in real time",
      "paragraphHtml": "<p>Rylo supports 50+ languages and auto-detects language changes in real time</p>",
      "words": 11,
      "direct": false,
      "issue": "First paragraph is 11 words and does not look like a concise direct answer."
    },
    {
      "heading": "Works with your other devices",
      "headingHtml": "<h3>Works with your other devices</h3>",
      "firstParagraph": "Pair Rylo with your hearing aids, cochlear implants, and bluetooth headsets",
      "paragraphHtml": "<p>Pair Rylo with your hearing aids, cochlear implants, and bluetooth headsets</p>",
      "words": 11,
      "direct": false,
      "issue": "First paragraph is 11 words and does not look like a concise direct answer."
    },
    {
      "heading": "Professionally recommended. Personally loved.",
      "headingHtml": "<h2>Professionally recommended. Personally loved.</h2>",
      "firstParagraph": "“I’ve seen countless patients grow more confident with themselves and in their relationships since using the Rylo app.”",
      "paragraphHtml": "<p>&#x201c;I&#x2019;ve seen countless patients grow more confident with themselves and in their relationships since using the Rylo app.&#x201d;</p>",
      "words": 19,
      "direct": false,
      "issue": "First paragraph is 19 words and does not look like a concise direct answer."
    },
    {
      "heading": "Live Transcribe",
      "headingHtml": "<h2>Live Transcribe</h2>",
      "firstParagraph": "Use Rylo Live Transcribe to caption the world around you. In-person interactions just got a whole lot better.",
      "paragraphHtml": "<p>Use Rylo Live Transcribe to caption the world around you. <br>In-person interactions just got a whole lot better.</p>",
      "words": 18,
      "direct": false,
      "issue": "First paragraph is 18 words and does not look like a concise direct answer."
    },
    {
      "heading": "Conversations",
      "headingHtml": "<h2>Conversations</h2>",
      "firstParagraph": "Read the latest from our community",
      "paragraphHtml": "<p>Read the latest from our community</p>",
      "words": 6,
      "direct": false,
      "issue": "First paragraph is 6 words and does not look like a concise direct answer."
    },
    {
      "heading": "Start captioning",
      "headingHtml": "<h2>Start captioning</h2>",
      "firstParagraph": "The completely free call captioning app making it easy to communicate with anyone, anywhere.",
      "paragraphHtml": "<p>The completely free call captioning app making it easy to communicate with anyone, anywhere.</p>",
      "words": 14,
      "direct": false,
      "issue": "First paragraph is 14 words and does not look like a concise direct answer."
    },
    {
      "heading": "FAQs",
      "headingHtml": "<h2>FAQs</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Can Rylo caption voicemail messages?",
      "headingHtml": "<h3 class=\"accordion-css_item-h3 u-text-style-h4\">Can Rylo caption voicemail messages?</h3>",
      "firstParagraph": "Yes. Rylo Captions every single voicemail automatically - transcripts stay fully private.",
      "paragraphHtml": "<p class=\"accordion-css__item-p u-text-style-main u-color-faded\">Yes. Rylo Captions every single voicemail automatically - transcripts stay fully private.</p>",
      "words": 11,
      "direct": false,
      "issue": "First paragraph is 11 words and does not look like a concise direct answer."
    },
    {
      "heading": "Does Rylo offer real-time transcription of face-to-face conversations?",
      "headingHtml": "<h3 class=\"accordion-css_item-h3 u-text-style-h4\">Does Rylo offer real-time transcription of face-to-face conversations?</h3>",
      "firstParagraph": "Yes. Rylo Live Transcribe provides real-time speech-to-text transcription for in-person conversations.",
      "paragraphHtml": "<p class=\"accordion-css__item-p u-text-style-main u-color-faded\">Yes. Rylo Live Transcribe provides real-time speech-to-text transcription for in-person conversations. </p>",
      "words": 11,
      "direct": false,
      "issue": "First paragraph is 11 words and does not look like a concise direct answer."
    },
    {
      "heading": "Does Rylo need internet connectivity?",
      "headingHtml": "<h3 class=\"accordion-css_item-h3 u-text-style-h4\">Does Rylo need internet connectivity?</h3>",
      "firstParagraph": "Yes. Rylo requires an active internet connection to provide real-time phone call captions, but can work offline for live transcriptions. You can connect using Wi-Fi or mobile data on your smartphone or other compatible mobile device.",
      "paragraphHtml": "<p class=\"accordion-css__item-p u-text-style-main u-color-faded\">Yes. Rylo requires an active internet connection to provide real-time phone call captions, but can work offline for live transcriptions. You can connect using Wi-Fi or mobile data on your smartphone or other compatible mobile device.</p>",
      "words": 36,
      "direct": false,
      "issue": "First paragraph is 36 words and does not look like a concise direct answer."
    },
    {
      "heading": "What languages does Rylo support?",
      "headingHtml": "<h3 class=\"accordion-css_item-h3 u-text-style-h4\">What languages does Rylo support?</h3>",
      "firstParagraph": "Rylo currently supports over 50 languages.The platform can automatically detect language changes during conversations, helping users communicate more naturally. Rylo regularly introduces new features and language support updates as part of its mission to make communication more accessible for Deaf and hard of hearin...",
      "paragraphHtml": "<p class=\"accordion-css__item-p u-text-style-main u-color-faded\">Rylo currently supports over 50 languages.<br><br>The platform can automatically detect language changes during conversations, helping users communicate more naturally. Rylo regularly introduces new features and language support updates as part of its mission to make communication more accessible for Deaf and hard of hearing communities.</p>",
      "words": 46,
      "direct": false,
      "issue": "First paragraph is 46 words and does not look like a concise direct answer."
    },
    {
      "heading": "Resources",
      "headingHtml": "<h2 class=\"footer_link_heading u-text-style-h6 u-color-faded\">Resources</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Support",
      "headingHtml": "<h2 class=\"footer_link_heading u-text-style-h6 u-color-faded\">Support</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    }
  ],
  "score": 65,
  "weight": 8
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

AEO: Entity and definition clarity

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

2 Warning

Needs attention

AEO: Entity and definition clarity

Warning
01

Issue

Entity or definition gaps: phone, rylo.

Details

02

Why it matters

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

Check name

AEO: Entity and definition clarity

Score

72/100

Status

warning

Category

GEO, AIO & AEO

Maturity

Emerging recommendation

Goal

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

Result

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

Evidence
{
  "title": "Free Phone Call Captioning App | Rylo",
  "h1": "",
  "description": "The completely free call captioning app making it easy to communicate with anyone, anywhere. FCC certified, 100% private.",
  "topicOverlap": 0.6666666666666666,
  "definitionCount": 67,
  "topicTerms": [
    "free",
    "phone",
    "call",
    "captioning",
    "app",
    "rylo"
  ],
  "descriptionTerms": [
    "completely",
    "free",
    "call",
    "captioning",
    "app",
    "making",
    "easy",
    "communicate",
    "anyone",
    "anywhere",
    "fcc",
    "certified",
    "100",
    "private"
  ],
  "missingFromDescription": [
    "phone",
    "rylo"
  ],
  "score": 72,
  "weight": 18
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

GEO: Explanatory content depth

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

2 Warning

Needs attention

GEO: Explanatory content depth

Warning
01

Issue

5 explanatory paragraph(s) could be stronger for citation or AI extraction.

Details

02

Why it matters

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

Check name

GEO: Explanatory content depth

Score

75/100

Status

warning

Category

GEO, AIO & AEO

Maturity

Emerging recommendation

Goal

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

Result

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

Evidence
{
  "candidatePassages": 6,
  "citablePassages": 1,
  "failingCandidateParagraphs": [
    {
      "index": 35,
      "heading": "H3: What is Rylo?",
      "text": "Rylo is a free call captioning and live transcription app that provides real-time captions for phone conversations and in-person communication.Designed for people who are Deaf, hard of hearing, or have speech disabilities, Rylo combines automated speech recognition, text-to-speech and the latest tech to make communication more accessible.",
      "words": 48,
      "hasEvidence": false,
      "reasons": [
        "Too short for a citation-ready passage (48 words; target 80-220).",
        "Missing a named source, statistic, date, percentage, report, or other evidence signal."
      ],
      "html": "<p class=\"accordion-css__item-p u-text-style-main u-color-faded\">Rylo is a free call captioning and live transcription app that provides real-time captions for phone conversations and in-person communication.<br><br>Designed for people who are Deaf, hard of hearing, or have speech disabilities, Rylo combines automated speech recognition, text-to-speech and the latest tech to make communication more accessible.</p>"
    },
    {
      "index": 36,
      "heading": "H3: Is there an app that captions phone calls?",
      "text": "Yes. Rylo is a free app that captions incoming and outgoing phone conversations in real time. Using advanced speech recognition technology, Rylo generates accurate captions that appear on your mobile device while you talk.Caption telephone calls, video calls, conference calls, and calls on speakerphone.The call captioning and live transcription app is available for iPhone and Android phones, helping users stay con...",
      "words": 72,
      "hasEvidence": false,
      "reasons": [
        "Too short for a citation-ready passage (72 words; target 80-220).",
        "Missing a named source, statistic, date, percentage, report, or other evidence signal."
      ],
      "html": "<p class=\"accordion-css__item-p u-text-style-main u-color-faded\">Yes. Rylo is a free app that captions incoming and outgoing phone conversations in real time. Using advanced speech recognition technology, Rylo generates accurate captions that appear on your mobile device while you talk.<br>Caption telephone calls, video calls, conference calls, and calls on speakerphone.<br>The call captioning and live transcription app is available for iPhone and Android phones, helping users stay connected..."
    },
    {
      "index": 37,
      "heading": "H3: How do you start using Rylo?",
      "text": "Download the Rylo mobile app from the App Store for iOS devices or Google Play Store for Android phones. After registering, you can place and receive captioned calls from your cell phone, access live captions, and use text-to-speech features.Rylo is designed to work with your existing phone number and includes helpful functionality such as call transcripts and accessibility settings.",
      "words": 60,
      "hasEvidence": false,
      "reasons": [
        "Too short for a citation-ready passage (60 words; target 80-220).",
        "Missing a named source, statistic, date, percentage, report, or other evidence signal."
      ],
      "html": "<p class=\"accordion-css__item-p u-text-style-main u-color-faded\">Download the Rylo mobile app from the App Store for iOS devices or Google Play Store for Android phones. After registering, you can place and receive captioned calls from your cell phone, access live captions, and use text-to-speech features.<br><br>Rylo is designed to work with your existing phone number and includes helpful functionality such as call transcripts and accessibility settings.</p>"
    },
    {
      "index": 40,
      "heading": "H3: Is Rylo really free?",
      "text": "Yes. Rylo is free for eligible users who are Deaf, hard of hearing, or have a speech disability. As an FCC-certified captioned telephone service and IP Relay provider, Rylo is reimbursed through a federally administered fund, allowing users to access call captioning services at no cost.",
      "words": 46,
      "hasEvidence": false,
      "reasons": [
        "Too short for a citation-ready passage (46 words; target 80-220).",
        "Missing a named source, statistic, date, percentage, report, or other evidence signal."
      ],
      "html": "<p class=\"accordion-css__item-p u-text-style-main u-color-faded\">Yes. Rylo is free for eligible users who are Deaf, hard of hearing, or have a speech disability. As an FCC-certified captioned telephone service and IP Relay provider, Rylo is reimbursed through a federally administered fund, allowing users to access call captioning services at no cost.<br><br></p>"
    },
    {
      "index": 42,
      "heading": "H3: What languages does Rylo support?",
      "text": "Rylo currently supports over 50 languages.The platform can automatically detect language changes during conversations, helping users communicate more naturally. Rylo regularly introduces new features and language support updates as part of its mission to make communication more accessible for Deaf and hard of hearing communities.",
      "words": 46,
      "hasEvidence": true,
      "reasons": [
        "Too short for a citation-ready passage (46 words; target 80-220)."
      ],
      "html": "<p class=\"accordion-css__item-p u-text-style-main u-color-faded\">Rylo currently supports over 50 languages.<br><br>The platform can automatically detect language changes during conversations, helping users communicate more naturally. Rylo regularly introduces new features and language support updates as part of its mission to make communication more accessible for Deaf and hard of hearing communities.</p>"
    }
  ],
  "citableParagraphs": [
    {
      "index": 46,
      "heading": "H2: company",
      "text": "FEDERAL LAW PROHIBITS ANYONE BUT REGISTERED USERS WITH HEARING LOSS FROM USING INTERNET PROTOCOL (IP) CAPTIONED TELEPHONES WITH THE CAPTIONS TURNED ON. There is a cost for each minute of captions generated, paid from a federally administered fund. There are also eligibility requirements and a cost, paid by a federally administered fund for each minute of IP Relay service. Emergency calling through Rylo works simil...",
      "words": 87,
      "hasEvidence": true,
      "reasons": [],
      "html": "<p class=\"footer_disclaimer_text u-text-style-small u-color-faded\">FEDERAL LAW PROHIBITS ANYONE BUT REGISTERED USERS WITH HEARING LOSS FROM USING INTERNET PROTOCOL (IP) CAPTIONED TELEPHONES WITH THE CAPTIONS TURNED ON. There is a cost for each minute of captions generated, paid from a federally administered fund. There are also eligibility requirements and a cost, paid by a federally administered fund for each minute of IP Relay service. Emergency calling through Rylo works similar to, but no..."
    }
  ],
  "score": 75,
  "weight": 18
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

GEO: Extraction-friendly structure

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

1 Warning

Needs attention

GEO: Extraction-friendly structure

Warning
01

Issue

Missing extraction signals: optional top summary / TL;DR / key takeaways block, table with <thead> only if the page already has tabular/comparative data, ordered list only if the page explains a workflow/process, optional visible FAQ or FAQPage schema.

Details

02

Why it matters

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

Check name

GEO: Extraction-friendly structure

Score

85/100

Status

warning

Category

GEO, AIO & AEO

Maturity

Emerging recommendation

Goal

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

Result

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

Evidence
{
  "hasSummary": false,
  "tableCount": 0,
  "tablesWithHead": 0,
  "tablesMissingThead": [],
  "orderedLists": 0,
  "hasFaq": false,
  "definitionPatterns": 67,
  "schemaBlocks": 1,
  "missingSignals": [
    "optional top summary / TL;DR / key takeaways block",
    "table with <thead> only if the page already has tabular/comparative data",
    "ordered list only if the page explains a workflow/process",
    "optional visible FAQ or FAQPage schema"
  ],
  "score": 85,
  "weight": 24
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

AEO: Answer intent coverage

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

1 Warning

Needs attention

AEO: Answer intent coverage

Warning
01

Issue

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

Details

02

Why it matters

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

Check name

AEO: Answer intent coverage

Score

70/100

Status

warning

Category

GEO, AIO & AEO

Maturity

Emerging recommendation

Goal

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

Result

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

Evidence
{
  "headings": [
    {
      "text": "Download the app",
      "html": "<h2>Download the app</h2>"
    },
    {
      "text": "We've sent a link to download the app, and it should arrive shortly. SMS delivery is available in supported regions only.",
      "html": "<h2>We&apos;ve sent a link to download the app, and it should arrive shortly. SMS delivery is available in supported regions only.</h2>"
    },
    {
      "text": "Communication without confusion",
      "html": "<h2>Communication without confusion</h2>"
    },
    {
      "text": "They talk",
      "html": "<h2>They talk</h2>"
    },
    {
      "text": "You read",
      "html": "<h2>You read</h2>"
    },
    {
      "text": "Call with clarity",
      "html": "<h2>Call <strong>with clarity</strong></h2>"
    },
    {
      "text": "Professionally recommended. Personally loved.",
      "html": "<h2>Professionally recommended. Personally loved.</h2>"
    },
    {
      "text": "Live Transcribe",
      "html": "<h2>Live Transcribe</h2>"
    },
    {
      "text": "Conversations",
      "html": "<h2>Conversations</h2>"
    },
    {
      "text": "Start captioning",
      "html": "<h2>Start captioning</h2>"
    },
    {
      "text": "FAQs",
      "html": "<h2>FAQs</h2>"
    },
    {
      "text": "Resources",
      "html": "<h2 class=\"footer_link_heading u-text-style-h6 u-color-faded\">Resources</h2>"
    },
    {
      "text": "Support",
      "html": "<h2 class=\"footer_link_heading u-text-style-h6 u-color-faded\">Support</h2>"
    },
    {
      "text": "company",
      "html": "<h2 class=\"footer_link_heading u-text-style-h6 u-color-faded\">company</h2>"
    }
  ],
  "expected": [
    {
      "id": "what",
      "label": "What is Phone Call Captioning App?",
      "pattern": {}
    },
    {
      "id": "how",
      "label": "How does Phone Call Captioning App work?",
      "pattern": {}
    },
    {
      "id": "benefits",
      "label": "Why use Phone Call Captioning App?",
      "pattern": {}
    },
    {
      "id": "cost",
      "label": "Is Phone Call Captioning App free or paid?",
      "pattern": {}
    },
    {
      "id": "compare",
      "label": "How does Phone Call Captioning App compare with alternatives?",
      "pattern": {}
    }
  ],
  "missing": [
    {
      "id": "what",
      "label": "What is Phone Call Captioning App?",
      "pattern": {}
    },
    {
      "id": "how",
      "label": "How does Phone Call Captioning App work?",
      "pattern": {}
    },
    {
      "id": "benefits",
      "label": "Why use Phone Call Captioning App?",
      "pattern": {}
    },
    {
      "id": "cost",
      "label": "Is Phone Call Captioning App free or paid?",
      "pattern": {}
    },
    {
      "id": "compare",
      "label": "How does Phone Call Captioning App compare with alternatives?",
      "pattern": {}
    }
  ],
  "score": 70,
  "weight": 8
}

Agent Ease of UseAPIEmerging recommendation

AI context endpoint

AI context endpoint is informational for this page.

Informational

Needs attention

AI context endpoint

Informational
01

Issue

AI context endpoint is informational for this page.

02

Why it matters

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

Check name

AI context endpoint

Score

100/100

Status

informational

Category

API

Maturity

Emerging recommendation

Goal

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

Result

AI context endpoint is informational for this page.

Validation steps

  1. Fetch to find resource

    AI context endpoint was not found at the expected path.

Evidence
{
  "steps": [
    {
      "id": "fetch",
      "title": "Fetch to find resource",
      "status": "informational",
      "evidence": {
        "checked": [
          {
            "path": "/api/ai/context",
            "statusCode": 404,
            "contentType": "text/html; charset=utf-8",
            "length": 25134
          },
          {
            "path": "/api/context",
            "statusCode": 404,
            "contentType": "text/html; charset=utf-8",
            "length": 25134
          },
          {
            "path": "/context",
            "statusCode": 404,
            "contentType": "text/html; charset=utf-8",
            "length": 25134
          }
        ]
      },
      "issue": "AI context endpoint was not found at the expected path.",
      "howToFix": "Publish a concise JSON or Markdown AI context endpoint describing the product, public actions, and machine-readable resources."
    }
  ]
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

AIO: Query intent coverage

AIO: Query intent coverage is informational for this page.

Informational

Needs attention

AIO: Query intent coverage

Informational
01

Issue

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

Details

02

Why it matters

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

Check name

AIO: Query intent coverage

Score

70/100

Status

informational

Category

GEO, AIO & AEO

Maturity

Emerging recommendation

Goal

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

Result

AIO: Query intent coverage is informational for this page.

Evidence
{
  "headings": [
    {
      "text": "Download the app",
      "html": "<h2>Download the app</h2>"
    },
    {
      "text": "We've sent a link to download the app, and it should arrive shortly. SMS delivery is available in supported regions only.",
      "html": "<h2>We&apos;ve sent a link to download the app, and it should arrive shortly. SMS delivery is available in supported regions only.</h2>"
    },
    {
      "text": "Communication without confusion",
      "html": "<h2>Communication without confusion</h2>"
    },
    {
      "text": "They talk",
      "html": "<h2>They talk</h2>"
    },
    {
      "text": "You read",
      "html": "<h2>You read</h2>"
    },
    {
      "text": "Call with clarity",
      "html": "<h2>Call <strong>with clarity</strong></h2>"
    },
    {
      "text": "Professionally recommended. Personally loved.",
      "html": "<h2>Professionally recommended. Personally loved.</h2>"
    },
    {
      "text": "Live Transcribe",
      "html": "<h2>Live Transcribe</h2>"
    },
    {
      "text": "Conversations",
      "html": "<h2>Conversations</h2>"
    },
    {
      "text": "Start captioning",
      "html": "<h2>Start captioning</h2>"
    },
    {
      "text": "FAQs",
      "html": "<h2>FAQs</h2>"
    },
    {
      "text": "Resources",
      "html": "<h2 class=\"footer_link_heading u-text-style-h6 u-color-faded\">Resources</h2>"
    },
    {
      "text": "Support",
      "html": "<h2 class=\"footer_link_heading u-text-style-h6 u-color-faded\">Support</h2>"
    },
    {
      "text": "company",
      "html": "<h2 class=\"footer_link_heading u-text-style-h6 u-color-faded\">company</h2>"
    }
  ],
  "expected": [
    {
      "id": "what",
      "label": "What is Phone Call Captioning App?",
      "pattern": {}
    },
    {
      "id": "how",
      "label": "How does Phone Call Captioning App work?",
      "pattern": {}
    },
    {
      "id": "benefits",
      "label": "Why use Phone Call Captioning App?",
      "pattern": {}
    },
    {
      "id": "cost",
      "label": "Is Phone Call Captioning App free or paid?",
      "pattern": {}
    },
    {
      "id": "compare",
      "label": "How does Phone Call Captioning App compare with alternatives?",
      "pattern": {}
    }
  ],
  "missing": [
    {
      "id": "what",
      "label": "What is Phone Call Captioning App?",
      "pattern": {}
    },
    {
      "id": "how",
      "label": "How does Phone Call Captioning App work?",
      "pattern": {}
    },
    {
      "id": "benefits",
      "label": "Why use Phone Call Captioning App?",
      "pattern": {}
    },
    {
      "id": "cost",
      "label": "Is Phone Call Captioning App free or paid?",
      "pattern": {}
    },
    {
      "id": "compare",
      "label": "How does Phone Call Captioning App compare with alternatives?",
      "pattern": {}
    }
  ],
  "score": 70,
  "weight": 4
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

GEO: Q&A and FAQ opportunities

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

Informational

Needs attention

GEO: Q&A and FAQ opportunities

Informational
01

Issue

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

Details

02

Why it matters

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

Check name

GEO: Q&A and FAQ opportunities

Score

75/100

Status

informational

Category

GEO, AIO & AEO

Maturity

Emerging recommendation

Goal

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

Result

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

Evidence
{
  "h2Count": 14,
  "questionH2s": 0,
  "hasFaq": false,
  "nonQuestionH2s": [
    {
      "index": 1,
      "text": "Download the app",
      "isQuestion": false,
      "html": "<h2>Download the app</h2>"
    },
    {
      "index": 2,
      "text": "We've sent a link to download the app, and it should arrive shortly. SMS delivery is available in supported regions only.",
      "isQuestion": false,
      "html": "<h2>We&apos;ve sent a link to download the app, and it should arrive shortly. SMS delivery is available in supported regions only.</h2>"
    },
    {
      "index": 3,
      "text": "Communication without confusion",
      "isQuestion": false,
      "html": "<h2>Communication without confusion</h2>"
    },
    {
      "index": 4,
      "text": "They talk",
      "isQuestion": false,
      "html": "<h2>They talk</h2>"
    },
    {
      "index": 5,
      "text": "You read",
      "isQuestion": false,
      "html": "<h2>You read</h2>"
    },
    {
      "index": 6,
      "text": "Call with clarity",
      "isQuestion": false,
      "html": "<h2>Call <strong>with clarity</strong></h2>"
    },
    {
      "index": 7,
      "text": "Professionally recommended. Personally loved.",
      "isQuestion": false,
      "html": "<h2>Professionally recommended. Personally loved.</h2>"
    },
    {
      "index": 8,
      "text": "Live Transcribe",
      "isQuestion": false,
      "html": "<h2>Live Transcribe</h2>"
    },
    {
      "index": 9,
      "text": "Conversations",
      "isQuestion": false,
      "html": "<h2>Conversations</h2>"
    },
    {
      "index": 10,
      "text": "Start captioning",
      "isQuestion": false,
      "html": "<h2>Start captioning</h2>"
    },
    {
      "index": 11,
      "text": "FAQs",
      "isQuestion": false,
      "html": "<h2>FAQs</h2>"
    },
    {
      "index": 12,
      "text": "Resources",
      "isQuestion": false,
      "html": "<h2 class=\"footer_link_heading u-text-style-h6 u-color-faded\">Resources</h2>"
    },
    {
      "index": 13,
      "text": "Support",
      "isQuestion": false,
      "html": "<h2 class=\"footer_link_heading u-text-style-h6 u-color-faded\">Support</h2>"
    },
    {
      "index": 14,
      "text": "company",
      "isQuestion": false,
      "html": "<h2 class=\"footer_link_heading u-text-style-h6 u-color-faded\">company</h2>"
    }
  ],
  "score": 75,
  "weight": 4
}

AI DiscoverabilityDiscoverabilityEstablished

IndexNow key

IndexNow key is informational for this page.

Informational

Needs attention

IndexNow key

Informational
01

Issue

IndexNow key is informational for this page.

02

Why it matters

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

Check name

IndexNow key

Score

100/100

Status

informational

Category

Discoverability

Maturity

Established

Goal

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

Result

IndexNow key is informational for this page.

Validation steps

  1. Find advertised IndexNow key location

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

  2. Fetch and validate IndexNow key file

    No discoverable IndexNow key file was found.

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

Performance and AccessibilityAccessibilityBrowser audit

`[role]`s are not contained by their required parent element

100 Fail

Check name

`[role]`s are not contained by their required parent element

Score

0/100

Status

fail

Device

desktop

Category

Accessibility

Fix guidance

Some ARIA child roles must be contained by specific parent roles to properly perform their intended accessibility functions. [Learn more about ARIA roles and required parent element](https://dequeuniversity.com/rules/axe/4.11/aria-required-parent).

Evidence
{
  "description": "Some ARIA child roles must be contained by specific parent roles to properly perform their intended accessibility functions. [Learn more about ARIA roles and required parent element](https://dequeuniversity.com/rules/axe/4.11/aria-required-parent)."
}

Performance and AccessibilityPerformanceBrowser audit

LCP request discovery

14 Fail

Check name

LCP request discovery

Score

0/100

Status

fail

Device

desktop

Category

Performance

Fix guidance

[Optimize LCP](https://developer.chrome.com/docs/performance/insights/lcp-discovery) by making the LCP image discoverable from the HTML immediately, and avoiding lazy-loading

Evidence
{
  "description": "[Optimize LCP](https://developer.chrome.com/docs/performance/insights/lcp-discovery) by making the LCP image discoverable from the HTML immediately, and avoiding lazy-loading"
}

Performance and AccessibilityPerformanceBrowser audit

Minify CSS

14 Fail

Check name

Minify CSS

Score

0/100

Status

fail

Device

desktop

Category

Performance

Estimated savings

Est savings of 17 KiB

Fix guidance

Minifying CSS files can reduce network payload sizes. [Learn how to minify CSS](https://developer.chrome.com/docs/lighthouse/performance/unminified-css/).

Evidence
{
  "displayValue": "Est savings of 17 KiB",
  "description": "Minifying CSS files can reduce network payload sizes. [Learn how to minify CSS](https://developer.chrome.com/docs/lighthouse/performance/unminified-css/).",
  "numericValue": 60
}

Performance and AccessibilityPerformanceBrowser audit

Reduce unused CSS

14 Fail

Check name

Reduce unused CSS

Score

0/100

Status

fail

Device

desktop

Category

Performance

Estimated savings

Est savings of 55 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 55 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": 80
}

Performance and AccessibilityPerformanceBrowser audit

Reduce unused JavaScript

14 Fail

Check name

Reduce unused JavaScript

Score

0/100

Status

fail

Device

desktop

Category

Performance

Estimated savings

Est savings of 834 KiB

Fix guidance

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

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

Performance and AccessibilityPerformanceBrowser audit

Use efficient cache lifetimes

14 Fail

Check name

Use efficient cache lifetimes

Score

0/100

Status

fail

Device

desktop

Category

Performance

Estimated savings

Est savings of 592 KiB

Fix guidance

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

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

Performance and AccessibilityPerformanceBrowser audit

Minify JavaScript

7 Warning

Check name

Minify JavaScript

Score

50/100

Status

warning

Device

desktop

Category

Performance

Estimated savings

Est savings of 83 KiB

Fix guidance

Minifying JavaScript files can reduce payload sizes and script parse time. [Learn how to minify JavaScript](https://developer.chrome.com/docs/lighthouse/performance/unminified-javascript/).

Evidence
{
  "displayValue": "Est savings of 83 KiB",
  "description": "Minifying JavaScript files can reduce payload sizes and script parse time. [Learn how to minify JavaScript](https://developer.chrome.com/docs/lighthouse/performance/unminified-javascript/).",
  "numericValue": 0
}

Performance and AccessibilityPerformanceBrowser audit

Loading performance

7 Fail

Check name

Loading performance

Score

53/100

Status

fail

Device

desktop

Category

Performance

Fix guidance

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

Evidence
{
  "checks": [
    {
      "id": "largest-contentful-paint",
      "title": "Largest Contentful Paint",
      "score": 58,
      "displayValue": "2.1 s",
      "numericValue": 2146.3925830850117
    },
    {
      "id": "speed-index",
      "title": "Speed Index",
      "score": 26,
      "displayValue": "3.0 s",
      "numericValue": 3012.796451039063
    },
    {
      "id": "total-blocking-time",
      "title": "Total Blocking Time",
      "score": 1,
      "displayValue": "1,460 ms",
      "numericValue": 1455.8873329971445
    },
    {
      "id": "server-response-time",
      "title": "Initial server response time was short",
      "score": 100,
      "displayValue": "Root document took 10 ms",
      "numericValue": 6
    },
    {
      "id": "max-potential-fid",
      "title": "Max Potential First Input Delay",
      "score": 4,
      "displayValue": "610 ms",
      "numericValue": 606.0000000000005
    },
    {
      "id": "interactive",
      "title": "Time to Interactive",
      "score": 36,
      "displayValue": "5.3 s",
      "numericValue": 5316.036166856423
    },
    {
      "id": "first-contentful-paint",
      "title": "First Contentful Paint",
      "score": 98,
      "displayValue": "0.6 s",
      "numericValue": 648.0093355825659
    },
    {
      "id": "network-rtt",
      "title": "Network Round Trip Times",
      "score": 100,
      "displayValue": "70 ms",
      "numericValue": 71.75551499999999
    }
  ]
}

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