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

OVERALL SCORE

Level 3, Bot-Aware

Moderate readiness for AI agents
AIDiscoverability47%Agent Easeof Use6%Security& Trust60%GEO, AIO, AEO80%SEO92%Performance& Accessibility89%
  • AI Discoverability 47 out of 100
  • Agent Ease of Use 6 out of 100
  • Security & Trust 60 out of 100
  • GEO, AIO and AEO 80 out of 100
  • SEO 92 out of 100
  • Performance and Accessibility 89 out of 100

CAPTURED SCREENSHOT

Captured website desktop screenshot

What AI sees of your website

Talkspace - #1 Rated Online Therapy, 1 Million+ Users favicon

Talkspace - #1 Rated Online Therapy, 1 Million+ Users

Connect with licensed therapists and experience the most convenient, affordable way to improve your mental health — with or without insurance. Start today.

Next step

Turn this report into a fix workflow

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

Detailed report scores grouped by capability area
MetricScoreStatusPassedFailedWarningEvidence
AI Discoverability
47
Priority fix8141View details
Discoverability
86
Mostly ready630View details
Content Readiness
42
Priority fix271View details
Bot Access Control
0
Priority fix040View details
Agent Ease of Use
6
Priority fix4293View details
API
0
Priority fix060View details
Auth
Not Applicable
Not Applicable070View details
MCP
13
Priority fix062View details
Skill Discovery
5
Priority fix0101View details
Agent Commerce
Not Applicable
Not Applicable400
GEO, AIO and AEO
80
Mostly ready7013
GEO Readiness
84
Mostly ready204
AIO Readiness
82
Mostly ready304
AEO Readiness
75
Mostly ready205
SEO
92
Strong1010View details
SEO
92
Strong1010View details
Security & Trust
60
Needs work720View details
Security & Trust
60
Needs work320View details
AI Training Exposure
Not Applicable
Not Applicable400
Performance and Accessibility
89
Mostly ready2450View details
Performance
87
Mostly ready1350View details
Accessibility
94
Strong1100

Prioritized recommendations

Issues ranked by score impact

43 items need attention

AI DiscoverabilityDiscoverabilityEstablished

Link headers

Link headers failed at "Find useful Link headers".

100 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

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><!-- Last Published: Thu Jun 04 2026 20:04:51 GMT+0000 (Coordinated Universal Time) --><html data-wf-domain=\"coverage.talkspace.com\" data-wf-page=\"6967b7b04491bce4d2f4d909\" data-wf-site=\"5f1b10a955e49d279bdc2192\" data-wf-intellimize-customer-id=\"117526738\" 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=\"Not Found\" name=\"twitter:title\"/><meta content=\"width=device-width, initial-scale=1\" name=\"viewport\"/><meta content=\"-awGB4Hq-R0Rf0CNpkn5bb6qBeXLk0FQT2ykGtYcZRg\" name=\"google-site-verification\"/><link href=\"https://cdn.prod.website-files.com/5f1b10a955e49d279bdc2192/css/insurance-269705.shared.652ad6ee4.min.css\""
      },
      "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."
    }
  ]
}

Security & TrustSecurity & TrustEstablished

Content-Security-Policy

Content-Security-Policy is missing or incomplete.

50 Fail

Needs attention

Content-Security-Policy

Failed check
01

Issue

Content-Security-Policy is missing or incomplete.

02

Why it matters

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

Check name

Content-Security-Policy

Score

0/100

Status

fail

Category

Security & Trust

Maturity

Established

Goal

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

Result

Content-Security-Policy is missing or incomplete.

Evidence
{
  "header": "content-security-policy",
  "value": "frame-ancestors 'self' frame-ancestors 'self' *.talkspace.com;"
}

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: Thu Jun 04 2026 20:04:51 GMT+0000 (Coordinated Universal Time) --><html data-wf-domain=\"coverage.talkspace.com\" data-wf-page=\"6967b7b04491bce4d2f4d909\" data-wf-site=\"5f1b10a955e49d279bdc2192\" data-wf-intellimize-customer-id=\"117526738\" 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=\"Not Found\" name=\"twitter:title\"/><meta content=\"width=device-width, initial-scale=1\" name=\"viewport\"/><meta content=\"-awGB4Hq-R0Rf0CNpkn5bb6qBeXLk0FQT2ykGtYcZRg\" name=\"google-site-verification\"/><link href=\"https://cdn.prod.website-files.com/5f1b10a955e49d279bdc2192/css/insurance-269705.shared.652ad6ee4.min.css\""
          },
          {
            "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: Thu Jun 04 2026 20:04:51 GMT+0000 (Coordinated Universal Time) --><html data-wf-domain=\"coverage.talkspace.com\" data-wf-page=\"6967b7b04491bce4d2f4d909\" data-wf-site=\"5f1b10a955e49d279bdc2192\" data-wf-intellimize-customer-id=\"117526738\" 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=\"Not Found\" name=\"twitter:title\"/><meta content=\"width=device-width, initial-scale=1\" name=\"viewport\"/><meta content=\"-awGB4Hq-R0Rf0CNpkn5bb6qBeXLk0FQT2ykGtYcZRg\" name=\"google-site-verification\"/><link href=\"https://cdn.prod.website-files.com/5f1b10a955e49d279bdc2192/css/insurance-269705.shared.652ad6ee4.min.css\""
          },
          {
            "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: Thu Jun 04 2026 20:04:51 GMT+0000 (Coordinated Universal Time) --><html data-wf-domain=\"coverage.talkspace.com\" data-wf-page=\"6967b7b04491bce4d2f4d909\" data-wf-site=\"5f1b10a955e49d279bdc2192\" data-wf-intellimize-customer-id=\"117526738\" 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=\"Not Found\" name=\"twitter:title\"/><meta content=\"width=device-width, initial-scale=1\" name=\"viewport\"/><meta content=\"-awGB4Hq-R0Rf0CNpkn5bb6qBeXLk0FQT2ykGtYcZRg\" name=\"google-site-verification\"/><link href=\"https://cdn.prod.website-files.com/5f1b10a955e49d279bdc2192/css/insurance-269705.shared.652ad6ee4.min.css\""
          },
          {
            "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: Thu Jun 04 2026 20:04:51 GMT+0000 (Coordinated Universal Time) --><html data-wf-domain=\"coverage.talkspace.com\" data-wf-page=\"6967b7b04491bce4d2f4d909\" data-wf-site=\"5f1b10a955e49d279bdc2192\" data-wf-intellimize-customer-id=\"117526738\" 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=\"Not Found\" name=\"twitter:title\"/><meta content=\"width=device-width, initial-scale=1\" name=\"viewport\"/><meta content=\"-awGB4Hq-R0Rf0CNpkn5bb6qBeXLk0FQT2ykGtYcZRg\" name=\"google-site-verification\"/><link href=\"https://cdn.prod.website-files.com/5f1b10a955e49d279bdc2192/css/insurance-269705.shared.652ad6ee4.min.css\""
          },
          {
            "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: Thu Jun 04 2026 20:04:51 GMT+0000 (Coordinated Universal Time) --><html data-wf-domain=\"coverage.talkspace.com\" data-wf-page=\"6967b7b04491bce4d2f4d909\" data-wf-site=\"5f1b10a955e49d279bdc2192\" data-wf-intellimize-customer-id=\"117526738\" 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=\"Not Found\" name=\"twitter:title\"/><meta content=\"width=device-width, initial-scale=1\" name=\"viewport\"/><meta content=\"-awGB4Hq-R0Rf0CNpkn5bb6qBeXLk0FQT2ykGtYcZRg\" name=\"google-site-verification\"/><link href=\"https://cdn.prod.website-files.com/5f1b10a955e49d279bdc2192/css/insurance-269705.shared.652ad6ee4.min.css\""
          },
          {
            "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: Thu Jun 04 2026 20:04:51 GMT+0000 (Coordinated Universal Time) --><html data-wf-domain=\"coverage.talkspace.com\" data-wf-page=\"6967b7b04491bce4d2f4d909\" data-wf-site=\"5f1b10a955e49d279bdc2192\" data-wf-intellimize-customer-id=\"117526738\" 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=\"Not Found\" name=\"twitter:title\"/><meta content=\"width=device-width, initial-scale=1\" name=\"viewport\"/><meta content=\"-awGB4Hq-R0Rf0CNpkn5bb6qBeXLk0FQT2ykGtYcZRg\" name=\"google-site-verification\"/><link href=\"https://cdn.prod.website-files.com/5f1b10a955e49d279bdc2192/css/insurance-269705.shared.652ad6ee4.min.css\""
          },
          {
            "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: Thu Jun 04 2026 20:04:51 GMT+0000 (Coordinated Universal Time) --><html data-wf-domain=\"coverage.talkspace.com\" data-wf-page=\"6967b7b04491bce4d2f4d909\" data-wf-site=\"5f1b10a955e49d279bdc2192\" data-wf-intellimize-customer-id=\"117526738\" 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=\"Not Found\" name=\"twitter:title\"/><meta content=\"width=device-width, initial-scale=1\" name=\"viewport\"/><meta content=\"-awGB4Hq-R0Rf0CNpkn5bb6qBeXLk0FQT2ykGtYcZRg\" name=\"google-site-verification\"/><link href=\"https://cdn.prod.website-files.com/5f1b10a955e49d279bdc2192/css/insurance-269705.shared.652ad6ee4.min.css\""
          }
        ]
      },
      "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."
    }
  ]
}

Security & TrustSecurity & TrustEstablished

Referrer-Policy

Referrer-Policy is missing or incomplete.

50 Fail

Needs attention

Referrer-Policy

Failed check
01

Issue

Referrer-Policy is missing or incomplete.

02

Why it matters

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

Check name

Referrer-Policy

Score

0/100

Status

fail

Category

Security & Trust

Maturity

Established

Goal

Limit how much referrer data leaves the site.

Result

Referrer-Policy is missing or incomplete.

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

AI DiscoverabilityBot Access ControlEstablished

AI bot rules in robots.txt

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

33 Fail

Needs attention

AI bot rules in robots.txt

Failed check
01

Issue

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

02

Why it matters

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

Check name

AI bot rules in robots.txt

Score

0/100

Status

fail

Category

Bot Access Control

Maturity

Established

Goal

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

Result

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

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

AI DiscoverabilityBot Access ControlInformational

Content Signal

Content Signal is missing or incomplete.

33 Fail

Needs attention

Content Signal

Failed check
01

Issue

No Content Signal found in robots.txt

02

Why it matters

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

Check name

Content Signal

Score

0/100

Status

fail

Category

Bot Access Control

Maturity

Informational

Goal

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

Result

Content Signal is missing or incomplete.

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

AI DiscoverabilityBot Access ControlInformational

Web Bot Auth request signing

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

33 Fail

Needs attention

Web Bot Auth request signing

Failed check
01

Issue

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

02

Why it matters

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

Check name

Web Bot Auth request signing

Score

0/100

Status

fail

Category

Bot Access Control

Maturity

Informational

Goal

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

Result

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

Validation steps

  1. Fetch to find resource

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

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

AI 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": 134255
          },
          {
            "path": "/llms-full.txt",
            "statusCode": 404,
            "contentType": "text/html; charset=utf-8",
            "length": 134255
          }
        ]
      },
      "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": 47708,
        "excerpt": "<!DOCTYPE html><!-- Last Published: Thu Jun 04 2026 20:04:51 GMT+0000 (Coordinated Universal Time) --><html data-wf-domain=\"coverage.talkspace.com\" data-wf-page=\"677d78e8b8da788272810515\" data-wf-site=\"5f1b10a955e49d279bdc2192\" data-wf-inte",
        "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": 134255
          },
          {
            "path": "/.well-known/mcp/server-cards.json",
            "statusCode": 404,
            "contentType": "text/html; charset=utf-8",
            "length": 134255
          },
          {
            "path": "/.well-known/mcp.json",
            "statusCode": 404,
            "contentType": "text/html; charset=utf-8",
            "length": 134255
          }
        ]
      },
      "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": 135174
          },
          {
            "path": "/.well-known/mcp.json",
            "statusCode": 404,
            "contentType": "text/html; charset=utf-8",
            "length": 134255
          },
          {
            "path": "/.well-known/mcp/server-card.json",
            "statusCode": 404,
            "contentType": "text/html; charset=utf-8",
            "length": 134255
          }
        ]
      },
      "issue": "mcp.json was not found at the expected path.",
      "howToFix": "Publish mcp.json or an MCP server card with serverInfo, protocolVersion, transport endpoint, and capabilities."
    }
  ]
}

AI DiscoverabilityContent ReadinessEstablished

Semantic HTML

Semantic HTML is missing or incomplete.

25 Fail

Needs attention

Semantic HTML

Failed check
01

Issue

Semantic HTML is incomplete: missing <footer> landmark; 0/2 applicable form inputs have autocomplete attributes (2 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": false,
  "meaningfulH1": true,
  "headingOrder": true,
  "accessibleLinks": true,
  "accessibleButtons": true,
  "imageAltCoverage": true,
  "formAutocompleteCoverage": false,
  "details": {
    "inaccessibleLinks": [],
    "inaccessibleButtons": [],
    "missingAutocompleteInputs": [
      "<input class=\"components--footer_form-field w-input\" maxlength=\"256\" name=\"email\" data-name=\"Email\" placeholder=\"Enter email\" type=\"email\" id=\"email\" required>",
      "<input class=\"components--interstitial-modal-email-field w-input\" maxlength=\"256\" name=\"Email\" data-name=\"Email\" placeholder=\"Enter email\" type=\"email\" id=\"leadgen-popup-email-field\" required>"
    ],
    "imagesMissingAlt": [],
    "skippedHeadingLevels": []
  },
  "counts": {
    "h1": 1,
    "headings": 39,
    "links": 497,
    "inaccessibleLinks": 0,
    "buttons": 2,
    "inaccessibleButtons": 0,
    "images": 82,
    "imagesWithAlt": 82,
    "autocompleteInputs": 2,
    "inputsWithAutocomplete": 0,
    "missingAutocompleteInputs": 2
  }
}

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

Agent Ease of UseSkill DiscoveryEmerging recommendation

A2A Agent Card

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

20 Fail

Needs attention

A2A Agent Card

Failed check
01

Issue

A2A Agent Card was not found at the expected path.

02

Why it matters

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

Check name

A2A Agent Card

Score

0/100

Status

fail

Category

Skill Discovery

Maturity

Emerging recommendation

Goal

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

Result

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

Validation steps

  1. Fetch to find resource

    A2A Agent Card was not found at the expected path.

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

Agent Ease of UseSkill DiscoveryEmerging recommendation

DNS-AID Agent Discovery

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

15 Fail

Needs attention

DNS-AID Agent Discovery

Failed check
01

Issue

No DNS-AID entrypoint records were found under _agents.

02

Why it matters

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

Check name

DNS-AID Agent Discovery

Score

25/100

Status

fail

Category

Skill Discovery

Maturity

Emerging recommendation

Goal

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

Result

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

Validation steps

  1. Resolve DNS-AID SVCB/HTTPS records

    No DNS-AID entrypoint records were found under _agents.

  2. Validate alpn and endpoint parameters

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

  3. Check DNSSEC material

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

Evidence
{
  "failedStep": "svcb-https-records",
  "steps": [
    {
      "id": "svcb-https-records",
      "title": "Resolve DNS-AID SVCB/HTTPS records",
      "status": "fail",
      "evidence": {
        "hostname": "www.talkspace.com",
        "probes": [
          {
            "name": "_index._agents.www.talkspace.com",
            "found": false,
            "recordCount": 1,
            "records": [],
            "hasAlpn": false,
            "hasEndpoint": false
          },
          {
            "name": "_a2a._agents.www.talkspace.com",
            "found": false,
            "recordCount": 1,
            "records": [],
            "hasAlpn": false,
            "hasEndpoint": false
          }
        ]
      },
      "issue": "No DNS-AID entrypoint records were found under _agents.",
      "howToFix": "Publish ServiceMode SVCB/HTTPS records such as _index._agents.example.com or _a2a._agents.example.com."
    },
    {
      "id": "service-params",
      "title": "Validate alpn and endpoint parameters",
      "status": "informational",
      "evidence": {
        "discovered": []
      },
      "howToFix": "Include alpn and endpoint service parameters in each DNS-AID record so agents know the protocol and target entrypoint."
    },
    {
      "id": "dnssec",
      "title": "Check DNSSEC material",
      "status": "warning",
      "evidence": {
        "hasDnssecMaterial": false,
        "checked": [
          {
            "name": "www.talkspace.com",
            "dnssecTypes": [],
            "dnssecRecordCount": 0
          },
          {
            "name": "talkspace.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."
    }
  ]
}

AI DiscoverabilityContent ReadinessEstablished

Content freshness signals

Content freshness signals is partially implemented.

13 Warning

Needs attention

Content freshness signals

Warning
01

Issue

Content freshness signals are incomplete: missing dateModified/datePublished in JSON-LD.

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

50/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": "Mon, 08 Jun 2026 04:26:16 GMT",
  "schemaDates": [],
  "metaDateCount": 1,
  "timeDateCount": 0
}

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="email"> is missing tool-param-description.
    • <input> is missing a name attribute.
    • <input> is missing a label.
    • <input> is missing tool-param-description.
    • <input name="Email"> is missing a label.
    • <input name="Email"> 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": 2,
        "formsWithTags": 0,
        "totalInteractive": 491,
        "interactiveWithTags": 0,
        "totalCount": 493,
        "taggedCount": 0,
        "dataMcpToolCount": 0,
        "dataMcpTools": [],
        "coverage": 0,
        "annotationIssues": [
          "<input name=\"email\"> is missing tool-param-description.",
          "<input> is missing a name attribute.",
          "<input> is missing a label.",
          "<input> is missing tool-param-description.",
          "<input name=\"Email\"> is missing a label.",
          "<input name=\"Email\"> 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": 9,
        "issues": [
          "<input name=\"email\"> is missing tool-param-description.",
          "<input> is missing a name attribute.",
          "<input> is missing a label.",
          "<input> is missing tool-param-description.",
          "<input name=\"Email\"> is missing a label.",
          "<input name=\"Email\"> 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=\"email\"> 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."
            },
            {
              "type": "code",
              "value": "<input name=\"Email\"> is missing a label."
            },
            {
              "type": "code",
              "value": "<input name=\"Email\"> 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": 2,
        "formsWithTags": 0,
        "totalInteractive": 491,
        "interactiveWithTags": 0,
        "totalCount": 493,
        "taggedCount": 0,
        "dataMcpToolCount": 0,
        "dataMcpTools": [],
        "coverage": 0,
        "annotationIssues": [
          "<input name=\"email\"> is missing tool-param-description.",
          "<input> is missing a name attribute.",
          "<input> is missing a label.",
          "<input> is missing tool-param-description.",
          "<input name=\"Email\"> is missing a label.",
          "<input name=\"Email\"> 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": 2,
    "formsWithTags": 0,
    "totalInteractive": 491,
    "interactiveWithTags": 0,
    "totalCount": 493,
    "taggedCount": 0,
    "dataMcpToolCount": 0,
    "dataMcpTools": [],
    "coverage": 0,
    "annotationIssues": [
      "<input name=\"email\"> is missing tool-param-description.",
      "<input> is missing a name attribute.",
      "<input> is missing a label.",
      "<input> is missing tool-param-description.",
      "<input name=\"Email\"> is missing a label.",
      "<input name=\"Email\"> 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": "Talkspace",
  "schemaAuthors": [],
  "schemaPublishers": [],
  "schemaDates": [],
  "visibleDates": [],
  "aboutLinks": [
    {
      "href": "https://www.linkedin.com/company/talkspace-online-therapy",
      "text": "",
      "html": "<a rel=\"noopener noreferrer\" data-wf-native-id-path=\"4049c672-ec77-54aa-6847-fd6e270e0d6e:6e1ca4df-7c74-ef42-b713-bfa41f9a236b\" data-wf-ao-click-engagement-tracking=\"true\" data-wf-element-id=\"6e1ca4df-7c74-ef42-b713-bfa41f9a236b\" data-wf-component-context=\"%5B%7B%22componentId%22%3A%226e1ca4df-7c74-ef42-b713-bfa41f9a22db%22%2C%22instanceId%22%3A%224049c672-ec77-54aa-6847-fd6e270e0d6e%22%7D%5D\" href=\"https://www.linkedin.com/company/talkspace-online-therapy\" target=\"_blank\" class=\"components--..."
    }
  ],
  "contactLinks": [
    {
      "href": "https://www.talkspace.com/ai-at-talkspace",
      "text": "AI-supported therapy",
      "html": "<a data-wf-native-id-path=\"9b474861-dece-86bd-31b4-ecae9bc8dfeb:8a1906a0-b172-855e-189a-5cfe2905eb89\" data-wf-ao-click-engagement-tracking=\"true\" data-wf-element-id=\"8a1906a0-b172-855e-189a-5cfe2905eb89\" data-wf-component-context=\"%5B%7B%22componentId%22%3A%228a1906a0-b172-855e-189a-5cfe2905eb5c%22%2C%22instanceId%22%3A%229b474861-dece-86bd-31b4-ecae9bc8dfeb%22%7D%5D\" href=\"https://www.talkspace.com/ai-at-talkspace\" class=\"components--menu-link components--dynamic-url\">AI-supported therapy</a>"
    },
    {
      "href": "https://www.talkspace.com/ai-at-talkspace",
      "text": "AI-supported therapy",
      "html": "<a data-wf-native-id-path=\"9b474861-dece-86bd-31b4-ecae9bc8dfeb:8a1906a0-b172-855e-189a-5cfe2905ec20\" data-wf-ao-click-engagement-tracking=\"true\" data-wf-element-id=\"8a1906a0-b172-855e-189a-5cfe2905ec20\" data-wf-component-context=\"%5B%7B%22componentId%22%3A%228a1906a0-b172-855e-189a-5cfe2905eb5c%22%2C%22instanceId%22%3A%229b474861-dece-86bd-31b4-ecae9bc8dfeb%22%7D%5D\" href=\"https://www.talkspace.com/ai-at-talkspace\" class=\"components--menu-link components--dynamic-url\">AI-supported therapy</a>"
    },
    {
      "href": "https://www.talkspace.com/ai-at-talkspace",
      "text": "AI-supported therapy",
      "html": "<a data-wf-native-id-path=\"9b474861-dece-86bd-31b4-ecae9bc8dfeb:8a1906a0-b172-855e-189a-5cfe2905ec5d\" data-wf-ao-click-engagement-tracking=\"true\" data-wf-element-id=\"8a1906a0-b172-855e-189a-5cfe2905ec5d\" data-wf-component-context=\"%5B%7B%22componentId%22%3A%228a1906a0-b172-855e-189a-5cfe2905eb5c%22%2C%22instanceId%22%3A%229b474861-dece-86bd-31b4-ecae9bc8dfeb%22%7D%5D\" href=\"https://www.talkspace.com/ai-at-talkspace\" class=\"components--menu-link components--dynamic-url\">AI-supported therapy</a>"
    },
    {
      "href": "https://www.talkspace.com/ai-at-talkspace",
      "text": "AI-supported therapy",
      "html": "<a data-wf-native-id-path=\"b96cf61d-b150-f3db-4e88-096b9acff187:8a1906a0-b172-855e-189a-5cfe2905eb89\" data-wf-ao-click-engagement-tracking=\"true\" data-wf-element-id=\"8a1906a0-b172-855e-189a-5cfe2905eb89\" data-wf-component-context=\"%5B%7B%22componentId%22%3A%228a1906a0-b172-855e-189a-5cfe2905eb5c%22%2C%22instanceId%22%3A%22b96cf61d-b150-f3db-4e88-096b9acff187%22%7D%5D\" href=\"https://www.talkspace.com/ai-at-talkspace\" class=\"components--menu-link components--dynamic-url\">AI-supported therapy</a>"
    },
    {
      "href": "https://www.talkspace.com/ai-at-talkspace",
      "text": "AI-supported therapy",
      "html": "<a data-wf-native-id-path=\"b96cf61d-b150-f3db-4e88-096b9acff187:8a1906a0-b172-855e-189a-5cfe2905ec20\" data-wf-ao-click-engagement-tracking=\"true\" data-wf-element-id=\"8a1906a0-b172-855e-189a-5cfe2905ec20\" data-wf-component-context=\"%5B%7B%22componentId%22%3A%228a1906a0-b172-855e-189a-5cfe2905eb5c%22%2C%22instanceId%22%3A%22b96cf61d-b150-f3db-4e88-096b9acff187%22%7D%5D\" href=\"https://www.talkspace.com/ai-at-talkspace\" class=\"components--menu-link components--dynamic-url\">AI-supported therapy</a>"
    },
    {
      "href": "https://www.talkspace.com/ai-at-talkspace",
      "text": "AI-supported therapy",
      "html": "<a data-wf-native-id-path=\"b96cf61d-b150-f3db-4e88-096b9acff187:8a1906a0-b172-855e-189a-5cfe2905ec5d\" data-wf-ao-click-engagement-tracking=\"true\" data-wf-element-id=\"8a1906a0-b172-855e-189a-5cfe2905ec5d\" data-wf-component-context=\"%5B%7B%22componentId%22%3A%228a1906a0-b172-855e-189a-5cfe2905eb5c%22%2C%22instanceId%22%3A%22b96cf61d-b150-f3db-4e88-096b9acff187%22%7D%5D\" href=\"https://www.talkspace.com/ai-at-talkspace\" class=\"components--menu-link components--dynamic-url\">AI-supported therapy</a>"
    },
    {
      "href": "https://www.talkspace.com/ai-at-talkspace",
      "text": "AI-supported therapy",
      "html": "<a data-wf-native-id-path=\"8e051f47-6bf7-42bc-3a86-084ca24efc0d:8a1906a0-b172-855e-189a-5cfe2905eb89\" data-wf-ao-click-engagement-tracking=\"true\" data-wf-element-id=\"8a1906a0-b172-855e-189a-5cfe2905eb89\" data-wf-component-context=\"%5B%7B%22componentId%22%3A%228a1906a0-b172-855e-189a-5cfe2905eb5c%22%2C%22instanceId%22%3A%228e051f47-6bf7-42bc-3a86-084ca24efc0d%22%7D%5D\" href=\"https://www.talkspace.com/ai-at-talkspace\" class=\"components--menu-link components--dynamic-url\">AI-supported therapy</a>"
    },
    {
      "href": "https://www.talkspace.com/ai-at-talkspace",
      "text": "AI-supported therapy",
      "html": "<a data-wf-native-id-path=\"8e051f47-6bf7-42bc-3a86-084ca24efc0d:8a1906a0-b172-855e-189a-5cfe2905ec20\" data-wf-ao-click-engagement-tracking=\"true\" data-wf-element-id=\"8a1906a0-b172-855e-189a-5cfe2905ec20\" data-wf-component-context=\"%5B%7B%22componentId%22%3A%228a1906a0-b172-855e-189a-5cfe2905eb5c%22%2C%22instanceId%22%3A%228e051f47-6bf7-42bc-3a86-084ca24efc0d%22%7D%5D\" href=\"https://www.talkspace.com/ai-at-talkspace\" class=\"components--menu-link components--dynamic-url\">AI-supported therapy</a>"
    },
    {
      "href": "https://www.talkspace.com/ai-at-talkspace",
      "text": "AI-supported therapy",
      "html": "<a data-wf-native-id-path=\"8e051f47-6bf7-42bc-3a86-084ca24efc0d:8a1906a0-b172-855e-189a-5cfe2905ec5d\" data-wf-ao-click-engagement-tracking=\"true\" data-wf-element-id=\"8a1906a0-b172-855e-189a-5cfe2905ec5d\" data-wf-component-context=\"%5B%7B%22componentId%22%3A%228a1906a0-b172-855e-189a-5cfe2905eb5c%22%2C%22instanceId%22%3A%228e051f47-6bf7-42bc-3a86-084ca24efc0d%22%7D%5D\" href=\"https://www.talkspace.com/ai-at-talkspace\" class=\"components--menu-link components--dynamic-url\">AI-supported therapy</a>"
    },
    {
      "href": "https://www.talkspace.com/ai-at-talkspace",
      "text": "AI-supported therapy",
      "html": "<a data-wf-native-id-path=\"f71520c4-7609-b655-1c51-6be51746529b:8a1906a0-b172-855e-189a-5cfe2905eb89\" data-wf-ao-click-engagement-tracking=\"true\" data-wf-element-id=\"8a1906a0-b172-855e-189a-5cfe2905eb89\" data-wf-component-context=\"%5B%7B%22componentId%22%3A%228a1906a0-b172-855e-189a-5cfe2905eb5c%22%2C%22instanceId%22%3A%22f71520c4-7609-b655-1c51-6be51746529b%22%7D%5D\" href=\"https://www.talkspace.com/ai-at-talkspace\" class=\"components--menu-link components--dynamic-url\">AI-supported therapy</a>"
    },
    {
      "href": "https://www.talkspace.com/ai-at-talkspace",
      "text": "AI-supported therapy",
      "html": "<a data-wf-native-id-path=\"f71520c4-7609-b655-1c51-6be51746529b:8a1906a0-b172-855e-189a-5cfe2905ec20\" data-wf-ao-click-engagement-tracking=\"true\" data-wf-element-id=\"8a1906a0-b172-855e-189a-5cfe2905ec20\" data-wf-component-context=\"%5B%7B%22componentId%22%3A%228a1906a0-b172-855e-189a-5cfe2905eb5c%22%2C%22instanceId%22%3A%22f71520c4-7609-b655-1c51-6be51746529b%22%7D%5D\" href=\"https://www.talkspace.com/ai-at-talkspace\" class=\"components--menu-link components--dynamic-url\">AI-supported therapy</a>"
    },
    {
      "href": "https://www.talkspace.com/ai-at-talkspace",
      "text": "AI-supported therapy",
      "html": "<a data-wf-native-id-path=\"f71520c4-7609-b655-1c51-6be51746529b:8a1906a0-b172-855e-189a-5cfe2905ec5d\" data-wf-ao-click-engagement-tracking=\"true\" data-wf-element-id=\"8a1906a0-b172-855e-189a-5cfe2905ec5d\" data-wf-component-context=\"%5B%7B%22componentId%22%3A%228a1906a0-b172-855e-189a-5cfe2905eb5c%22%2C%22instanceId%22%3A%22f71520c4-7609-b655-1c51-6be51746529b%22%7D%5D\" href=\"https://www.talkspace.com/ai-at-talkspace\" class=\"components--menu-link components--dynamic-url\">AI-supported therapy</a>"
    },
    {
      "href": "https://match.talkspace.com/dispatcher?cta_source=unknown&",
      "text": "Get help deciding what’sright for youGet started",
      "html": "<a data-w-id=\"b350dd42-bd37-f295-24dd-d3cfb9bdd723\" data-wf-native-id-path=\"b350dd42-bd37-f295-24dd-d3cfb9bdd723\" data-wf-ao-click-engagement-tracking=\"true\" data-wf-element-id=\"b350dd42-bd37-f295-24dd-d3cfb9bdd723\" href=\"https://match.talkspace.com/dispatcher?cta_source=unknown&amp;\" class=\"join_tile track-cta dynamic-url w-inline-block\"><div class=\"w-layout-vflex join_icon-wrap\"><img src=\"https://cdn.prod.website-files.com/5f1b10a955e49d279bdc2192/68dd59e40801d86906b61240_get-help-icon.svg\"..."
    },
    {
      "href": "https://help.talkspace.com/hc/en-us/articles/360000287406-How-do-I-change-my-provider-",
      "text": "Learn how to change providers",
      "html": "<a href=\"https://help.talkspace.com/hc/en-us/articles/360000287406-How-do-I-change-my-provider-\" data-wf-native-id-path=\"86898121-2d06-11c4-30c4-bc8adc979ae8\" data-wf-ao-click-engagement-tracking=\"true\" data-wf-element-id=\"86898121-2d06-11c4-30c4-bc8adc979ae8\"><strong>Learn how to change providers</strong></a>"
    },
    {
      "href": "https://help.talkspace.com/hc/en-us",
      "text": "Help center",
      "html": "<a data-wf-native-id-path=\"4049c672-ec77-54aa-6847-fd6e270e0d6e:6e1ca4df-7c74-ef42-b713-bfa41f9a231e\" data-wf-ao-click-engagement-tracking=\"true\" data-wf-element-id=\"6e1ca4df-7c74-ef42-b713-bfa41f9a231e\" data-wf-component-context=\"%5B%7B%22componentId%22%3A%226e1ca4df-7c74-ef42-b713-bfa41f9a22db%22%2C%22instanceId%22%3A%224049c672-ec77-54aa-6847-fd6e270e0d6e%22%7D%5D\" href=\"https://help.talkspace.com/hc/en-us\" target=\"_blank\" class=\"components--footer_list-link components--dynamic-url\">Help c..."
    },
    {
      "href": "https://apps.apple.com/us/app/talkspace-therapy-and-support/id661829386",
      "text": "Download on the app store",
      "html": "<a data-wf-native-id-path=\"4049c672-ec77-54aa-6847-fd6e270e0d6e:6e1ca4df-7c74-ef42-b713-bfa41f9a2374\" data-wf-ao-click-engagement-tracking=\"true\" data-wf-element-id=\"6e1ca4df-7c74-ef42-b713-bfa41f9a2374\" data-wf-component-context=\"%5B%7B%22componentId%22%3A%226e1ca4df-7c74-ef42-b713-bfa41f9a22db%22%2C%22instanceId%22%3A%224049c672-ec77-54aa-6847-fd6e270e0d6e%22%7D%5D\" href=\"https://apps.apple.com/us/app/talkspace-therapy-and-support/id661829386\" target=\"_blank\" class=\"w-inline-block\"><div cla..."
    },
    {
      "href": "https://helpnow.talkspace.com/",
      "text": "these resources",
      "html": "<a href=\"https://helpnow.talkspace.com/\" data-wf-native-id-path=\"4049c672-ec77-54aa-6847-fd6e270e0d6e:6e1ca4df-7c74-ef42-b713-bfa41f9a2382\" data-wf-ao-click-engagement-tracking=\"true\" data-wf-element-id=\"6e1ca4df-7c74-ef42-b713-bfa41f9a2382\" data-wf-component-context=\"%5B%7B%22componentId%22%3A%226e1ca4df-7c74-ef42-b713-bfa41f9a22db%22%2C%22instanceId%22%3A%224049c672-ec77-54aa-6847-fd6e270e0d6e%22%7D%5D\">these resources</a>"
    }
  ],
  "privacyLinks": [
    {
      "href": "https://www.talkspace.com/public/terms",
      "text": "Terms of Use",
      "html": "<a href=\"https://www.talkspace.com/public/terms\" data-wf-native-id-path=\"4049c672-ec77-54aa-6847-fd6e270e0d6e:6e1ca4df-7c74-ef42-b713-bfa41f9a22ee\" data-wf-ao-click-engagement-tracking=\"true\" data-wf-element-id=\"6e1ca4df-7c74-ef42-b713-bfa41f9a22ee\" data-wf-component-context=\"%5B%7B%22componentId%22%3A%226e1ca4df-7c74-ef42-b713-bfa41f9a22db%22%2C%22instanceId%22%3A%224049c672-ec77-54aa-6847-fd6e270e0d6e%22%7D%5D\" target=\"_blank\">Terms of Use</a>"
    },
    {
      "href": "https://www.talkspace.com/public/privacy-policy",
      "text": "Privacy policy",
      "html": "<a on data-wf-native-id-path=\"4049c672-ec77-54aa-6847-fd6e270e0d6e:6e1ca4df-7c74-ef42-b713-bfa41f9a2338\" data-wf-ao-click-engagement-tracking=\"true\" data-wf-element-id=\"6e1ca4df-7c74-ef42-b713-bfa41f9a2338\" data-wf-component-context=\"%5B%7B%22componentId%22%3A%226e1ca4df-7c74-ef42-b713-bfa41f9a22db%22%2C%22instanceId%22%3A%224049c672-ec77-54aa-6847-fd6e270e0d6e%22%7D%5D\" href=\"https://www.talkspace.com/public/privacy-policy\" class=\"components--footer_list-link components--dynamic-url\">Privacy..."
    },
    {
      "href": "https://www.talkspace.com/public/teenspace-privacy-policy",
      "text": "Teenspace privacy policy",
      "html": "<a data-wf-native-id-path=\"4049c672-ec77-54aa-6847-fd6e270e0d6e:6e1ca4df-7c74-ef42-b713-bfa41f9a233b\" data-wf-ao-click-engagement-tracking=\"true\" data-wf-element-id=\"6e1ca4df-7c74-ef42-b713-bfa41f9a233b\" data-wf-component-context=\"%5B%7B%22componentId%22%3A%226e1ca4df-7c74-ef42-b713-bfa41f9a22db%22%2C%22instanceId%22%3A%224049c672-ec77-54aa-6847-fd6e270e0d6e%22%7D%5D\" href=\"https://www.talkspace.com/public/teenspace-privacy-policy\" class=\"components--footer_list-link components--dynamic-url\">..."
    },
    {
      "href": "https://www.talkspace.com/public/terms",
      "text": "Terms of use",
      "html": "<a data-wf-native-id-path=\"4049c672-ec77-54aa-6847-fd6e270e0d6e:6e1ca4df-7c74-ef42-b713-bfa41f9a233e\" data-wf-ao-click-engagement-tracking=\"true\" data-wf-element-id=\"6e1ca4df-7c74-ef42-b713-bfa41f9a233e\" data-wf-component-context=\"%5B%7B%22componentId%22%3A%226e1ca4df-7c74-ef42-b713-bfa41f9a22db%22%2C%22instanceId%22%3A%224049c672-ec77-54aa-6847-fd6e270e0d6e%22%7D%5D\" href=\"https://www.talkspace.com/public/terms\" class=\"components--footer_list-link components--dynamic-url\">Terms of use</a>"
    },
    {
      "href": "#",
      "text": "Privacy settings",
      "html": "<a id=\"footer-preference-center-link\" data-wf-native-id-path=\"4049c672-ec77-54aa-6847-fd6e270e0d6e:6e1ca4df-7c74-ef42-b713-bfa41f9a2344\" data-wf-ao-click-engagement-tracking=\"true\" data-wf-element-id=\"6e1ca4df-7c74-ef42-b713-bfa41f9a2344\" data-wf-component-context=\"%5B%7B%22componentId%22%3A%226e1ca4df-7c74-ef42-b713-bfa41f9a22db%22%2C%22instanceId%22%3A%224049c672-ec77-54aa-6847-fd6e270e0d6e%22%7D%5D\" href=\"#\" class=\"components--footer_list-link components--dynamic-url\">Privacy settings</a>"
    },
    {
      "href": "https://www.talkspace.com/public/notice-of-us-state-privacy-rights",
      "text": "Notice of US state privacy rights",
      "html": "<a id=\"footer-do-not-sell-link\" data-wf-native-id-path=\"4049c672-ec77-54aa-6847-fd6e270e0d6e:6e1ca4df-7c74-ef42-b713-bfa41f9a2347\" data-wf-ao-click-engagement-tracking=\"true\" data-wf-element-id=\"6e1ca4df-7c74-ef42-b713-bfa41f9a2347\" data-wf-component-context=\"%5B%7B%22componentId%22%3A%226e1ca4df-7c74-ef42-b713-bfa41f9a22db%22%2C%22instanceId%22%3A%224049c672-ec77-54aa-6847-fd6e270e0d6e%22%7D%5D\" href=\"https://www.talkspace.com/public/notice-of-us-state-privacy-rights\" class=\"components--foot..."
    }
  ],
  "score": 60,
  "weight": 20
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

AEO: Answer-first sections

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

5 Warning

Needs attention

AEO: Answer-first sections

Warning
01

Issue

35 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": 38,
  "passing": 3,
  "failing": [
    {
      "heading": "Most insured members have a $0 copay",
      "headingHtml": "<h2 class=\"components--heading-style-h3 components--margin-bottom components--margin-small\">Most insured members have a &#x24;0 copay</h2>",
      "firstParagraph": "Choose your insurer to learn more:",
      "paragraphHtml": "<p class=\"components--margin-0\">Choose your insurer to learn more:</p>",
      "words": 6,
      "direct": false,
      "issue": "First paragraph is 6 words and does not look like a concise direct answer."
    },
    {
      "heading": "What’s included with Talkspace",
      "headingHtml": "<h2 data-w-id=\"b187f1fe-c6dd-5f3d-0e14-ca6db13de62b\" class=\"margin-bottom margin-medium-2 max-width-small\">What&#x2019;s included <span class=\"exp--30\">with Talkspace</span></h2>",
      "firstParagraph": "*May vary by insurance coverage",
      "paragraphHtml": "<p class=\"text-color-black margin-0\">*May vary by insurance coverage</p>",
      "words": 5,
      "direct": false,
      "issue": "First paragraph is 5 words and does not look like a concise direct answer."
    },
    {
      "heading": "More than 60,000‍5-star reviews",
      "headingHtml": "<h2 data-w-id=\"529e2403-0eb8-9c67-dcb2-c641cfa048bc\" class=\"components--heading-style-h2 components--max-width-medium\">More <span class=\"exp--20\">than</span> <span class=\"exp--30\">60,000<br>&#x200d;</span><span class=\"exp--40\">5-star</span> <span class=\"exp--50\">reviews</span></h2>",
      "firstParagraph": "Read why people love using Talkspace.See all reviews",
      "paragraphHtml": "<p>Read why people love using Talkspace.<br><a href=\"https://www.talkspace.com/reviews\" data-wf-native-id-path=\"40e83b3c-99e5-f746-860f-2403b09a8ad7:529e2403-0eb8-9c67-dcb2-c641cfa048c1\" data-wf-ao-click-engagement-tracking=\"true\" data-wf-element-id=\"529e2403-0eb8-9c67-dcb2-c641cfa048c1\" data-wf-component-context=\"%5B%7B%22componentId%22%3A%22529e2403-0eb8-9c67-dcb2-c641cfa048b7%22%2C%22instanceId%22%3A%2240e83b3c-99e5-f746-860f-2403b09a8ad7%22%7D%5D\" class=\"components--dynamic-url\">See all r...",
      "words": 9,
      "direct": false,
      "issue": "First paragraph is 9 words and does not look like a concise direct answer."
    },
    {
      "heading": "How Talkspace works",
      "headingHtml": "<h2 class=\"components--h2-exp components--show-mobile-landscape components--text-align-center\">How Talkspace works</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "How Talkspace works",
      "headingHtml": "<h2 class=\"components--h2-exp components--hide-mobile-landscape\">How Talkspace works</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Check eligibility",
      "headingHtml": "<h3 class=\"components--step-heading\">Check eligibility</h3>",
      "firstParagraph": "We're in-network with most major plans, and you can check your coverage in minutes. You can also pay out-of-pocket.",
      "paragraphHtml": "<p class=\"components--mb-0\">We&apos;re in-network with most major plans, and you can check your coverage in minutes. You can also pay out-of-pocket.</p>",
      "words": 19,
      "direct": false,
      "issue": "First paragraph is 19 words and does not look like a concise direct answer."
    },
    {
      "heading": "Get matched with a therapist",
      "headingHtml": "<h3 class=\"components--step-heading\">Get matched with a therapist</h3>",
      "firstParagraph": "Answer a few questions online and we'll match you with a licensed provider.",
      "paragraphHtml": "<p class=\"components--mb-0\">Answer a few questions online and we&apos;ll match you with a licensed provider.</p>",
      "words": 13,
      "direct": false,
      "issue": "First paragraph is 13 words and does not look like a concise direct answer."
    },
    {
      "heading": "Start therapy",
      "headingHtml": "<h3 class=\"components--step-heading\">Start therapy</h3>",
      "firstParagraph": "Communicate with your therapist through live sessions, messaging, or both.",
      "paragraphHtml": "<p class=\"components--mb-0\">Communicate with your therapist through live sessions, messaging, or both.</p>",
      "words": 10,
      "direct": false,
      "issue": "First paragraph is 10 words and does not look like a concise direct answer."
    },
    {
      "heading": "Switch providers any time",
      "headingHtml": "<h3 class=\"components--step-heading\">Switch providers any time</h3>",
      "firstParagraph": "If your first therapist isn't a fit, it's easy to select a new one, at no additional cost.",
      "paragraphHtml": "<p class=\"components--mb-0\">If your first therapist isn&apos;t a fit, it&apos;s easy to select a new one, at no additional cost.</p>",
      "words": 18,
      "direct": false,
      "issue": "First paragraph is 18 words and does not look like a concise direct answer."
    },
    {
      "heading": "What Talkspace offers",
      "headingHtml": "<h2 data-w-id=\"7b579eaa-a2f5-5145-785b-f4ac4262813c\"><span class=\"exp--10\">What</span> <span class=\"exp--30\">Talkspace</span> <span class=\"exp--50\">offers</span></h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Individual",
      "headingHtml": "<h2 class=\"heading-style-h3-2 margin-bottom margin-small\">Individual</h2>",
      "firstParagraph": "Therapy for 18+",
      "paragraphHtml": "<p class=\"margin-bottom margin-xsmall\">Therapy for 18+</p>",
      "words": 3,
      "direct": false,
      "issue": "First paragraph is 3 words and does not look like a concise direct answer."
    },
    {
      "heading": "Teens",
      "headingHtml": "<h2 class=\"heading-style-h3-2 margin-bottom margin-small\">Teens</h2>",
      "firstParagraph": "For ages 13-17",
      "paragraphHtml": "<p class=\"margin-bottom margin-xsmall\">For ages 13-17</p>",
      "words": 3,
      "direct": false,
      "issue": "First paragraph is 3 words and does not look like a concise direct answer."
    },
    {
      "heading": "Couples",
      "headingHtml": "<h2 class=\"heading-style-h3-2 margin-bottom margin-small\">Couples</h2>",
      "firstParagraph": "Therapy for us",
      "paragraphHtml": "<p class=\"margin-bottom margin-xsmall\">Therapy for us</p>",
      "words": 3,
      "direct": false,
      "issue": "First paragraph is 3 words and does not look like a concise direct answer."
    },
    {
      "heading": "Medication",
      "headingHtml": "<h2 class=\"heading-style-h3-2 margin-bottom margin-small\">Medication</h2>",
      "firstParagraph": "Psychiatry & prescriptions",
      "paragraphHtml": "<p class=\"margin-bottom margin-xsmall\">Psychiatry &amp; prescriptions</p>",
      "words": 2,
      "direct": false,
      "issue": "First paragraph is 2 words and does not look like a concise direct answer."
    },
    {
      "heading": "Experts in virtual mental health care",
      "headingHtml": "<h2><span class=\"exp--30\">Experts in virtual mental health care</span></h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Comprehensive treatment with therapy and psychiatry",
      "headingHtml": "<h2 data-w-id=\"b350dd42-bd37-f295-24dd-d3cfb9bdd706\" class=\"max-width-large\">Comprehensive treatment with therapy and psychiatry</h2>",
      "firstParagraph": "Combining therapy and medication has been proven to bring the best results for most mental health conditions.",
      "paragraphHtml": "<p>Combining therapy and medication has been proven to bring the best results for most mental health conditions.</p>",
      "words": 17,
      "direct": false,
      "issue": "First paragraph is 17 words and does not look like a concise direct answer."
    },
    {
      "heading": "Explore therapy andmedication combined (18+)",
      "headingHtml": "<h2 class=\"join_title home\">Explore therapy and<br>medication <span style=\"font-variation-settings:&quot;EXPO&quot; 0\" class=\"exp--40\">combined</span> (18+)</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Get help deciding what’sright for you",
      "headingHtml": "<h2 class=\"join_title home\">Get help deciding what&#x2019;s<br><span style=\"font-variation-settings:&quot;EXPO&quot; 0\" class=\"exp--40\">right for you</span></h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Talkspace vs. In-person",
      "headingHtml": "<h2 class=\"margin-bottom margin-large\">Talkspace vs. In-person</h2>",
      "firstParagraph": "In-person",
      "paragraphHtml": "<p id=\"w-node-_03067e69-4274-839f-fb76-fe2eeab52e43-eab52e37\" class=\"paragraph-med margin-0 text-align-center text-weight-medium\">In-person</p>",
      "words": 1,
      "direct": false,
      "issue": "First paragraph is 1 words and does not look like a concise direct answer."
    },
    {
      "heading": "Meet the Talkspace licensed providers",
      "headingHtml": "<h2 class=\"heading-style-h1\">Meet the Talkspace licensed providers</h2>",
      "firstParagraph": "Our network of therapists and psychiatric providers have specialization in 150+ conditions, treatment approaches, and mental health needs.",
      "paragraphHtml": "<p>Our network of therapists and psychiatric providers have specialization in 150+ conditions, treatment approaches, and mental health needs.</p>",
      "words": 18,
      "direct": false,
      "issue": "First paragraph is 18 words and does not look like a concise direct answer."
    },
    {
      "heading": "Meet the Talkspace licensed providers",
      "headingHtml": "<h2 class=\"heading-style-h1\">Meet the Talkspace licensed providers</h2>",
      "firstParagraph": "Our network of therapists and psychiatric providers have specialization in 150+ conditions, treatment approaches, and mental health needs.",
      "paragraphHtml": "<p>Our network of therapists and psychiatric providers have specialization in 150+ conditions, treatment approaches, and mental health needs.</p>",
      "words": 18,
      "direct": false,
      "issue": "First paragraph is 18 words and does not look like a concise direct answer."
    },
    {
      "heading": "Elizabeth Keohan, LCSW-C",
      "headingHtml": "<h3 class=\"heading-style-h3-2 exp--30 provider-name\">Elizabeth Keohan, LCSW-C</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Jill Daino, LCSW-R",
      "headingHtml": "<h3 class=\"heading-style-h3-2 exp--30 provider-name\">Jill Daino, LCSW-R</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Nikole Benders-Hadi, MD, CMO",
      "headingHtml": "<h3 class=\"heading-style-h3-2 exp--30 provider-name\">Nikole Benders-Hadi, MD, CMO</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "High-quality care backed by evidence",
      "headingHtml": "<h2 class=\"components--heading-style-h2\">High-quality care backed by evidence</h2>",
      "firstParagraph": "Talkspace partners with major research institutions to validate the quality of our treatment methods.",
      "paragraphHtml": "<p>Talkspace partners with major research institutions to validate the quality of our treatment methods.</p>",
      "words": 14,
      "direct": false,
      "issue": "First paragraph is 14 words and does not look like a concise direct answer."
    },
    {
      "heading": "70%",
      "headingHtml": "<h3 class=\"components--h2-exp-xl\">70%</h3>",
      "firstParagraph": "saw improvement of anxiety or depression symptoms within 3 months.",
      "paragraphHtml": "<p id=\"w-node-d4ee6274-9294-bbf4-740f-7258dee82395-dee8238a\">saw improvement of anxiety or depression symptoms <span class=\"components--text-weight-medium\">within 3 months.</span></p>",
      "words": 10,
      "direct": false,
      "issue": "First paragraph is 10 words and does not look like a concise direct answer."
    },
    {
      "heading": "80%",
      "headingHtml": "<h3 class=\"components--h2-exp-xl\">80%</h3>",
      "firstParagraph": "reported Talkspace was as or more effective than face-to-face therapy.",
      "paragraphHtml": "<p id=\"w-node-d4ee6274-9294-bbf4-740f-7258dee8239e-dee8238a\">reported Talkspace was <span class=\"components--text-weight-medium\">as or more effective</span> than face-to-face therapy.</p>",
      "words": 10,
      "direct": false,
      "issue": "First paragraph is 10 words and does not look like a concise direct answer."
    },
    {
      "heading": "98%",
      "headingHtml": "<h3 class=\"components--h2-exp-xl\">98%</h3>",
      "firstParagraph": "found Talkspace to be more convenient than face-to-face therapy.",
      "paragraphHtml": "<p id=\"w-node-d4ee6274-9294-bbf4-740f-7258dee823a8-dee8238a\">found Talkspace to be <span class=\"components--text-weight-medium\">more convenient</span> than face-to-face therapy.</p>",
      "words": 9,
      "direct": false,
      "issue": "First paragraph is 9 words and does not look like a concise direct answer."
    },
    {
      "heading": "Any questions?",
      "headingHtml": "<h2 data-w-id=\"d095742b-8f12-5264-cddb-954a57aadc99\" class=\"components--h2-exp-xl\">Any <span class=\"components--exp--20\">questions?</span></h2>",
      "firstParagraph": "Find trust-worthy answers on all things mental health at Talkspace.",
      "paragraphHtml": "<p>Find trust-worthy answers on all things mental health at Talkspace.</p>",
      "words": 10,
      "direct": false,
      "issue": "First paragraph is 10 words and does not look like a concise direct answer."
    },
    {
      "heading": "How much is Talkspace online therapy?",
      "headingHtml": "<h3 class=\"components--font-exposure components--margin-0\">How much is Talkspace online therapy?</h3>",
      "firstParagraph": "Talkspace makes online therapy convenient, accessible, and, also importantly, affordable. Cost depends on how you pay: through US health insurance, Medicare, EAP, employer, organization, or out-of-pocket. Many employers cover Talkspace for free, either directly with an employer code or through an Employee Assistance...",
      "paragraphHtml": "<p>Talkspace makes online therapy convenient, accessible, and, also importantly, affordable. Cost depends on how you pay: through US health insurance, Medicare, EAP, employer, organization, or out-of-pocket. Many employers cover Talkspace for free, either directly with an employer code or through an Employee Assistance Plan (EAP). Most major health insurance plans cover Talkspace therapy, and if your plan does you&#x2019;ll likely only pay a copay (typically &#x24;15). If you pay out-of-pocke...",
      "words": 78,
      "direct": false,
      "issue": "First paragraph is 78 words and does not look like a concise direct answer."
    },
    {
      "heading": "What is the difference between therapy and psychiatry?",
      "headingHtml": "<h3 class=\"components--font-exposure components--margin-0\">What is the difference between therapy and psychiatry?</h3>",
      "firstParagraph": "Therapy and psychiatry can both play an important role in your mental health treatment plan. In therapy, licensed therapists work with you to discuss personal challenges and devise a personalized plan, but they aren't able to prescribe medication. A therapist will help to understand your feelings, provide support, a...",
      "paragraphHtml": "<p>Therapy and psychiatry can both play an important role in your mental health treatment plan. In therapy, licensed therapists work with you to discuss personal challenges and devise a personalized plan, but they aren&apos;t able to prescribe medication. A therapist will help to understand your feelings, provide support, and help create a plan for the future.</p>",
      "words": 56,
      "direct": false,
      "issue": "First paragraph is 56 words and does not look like a concise direct answer."
    },
    {
      "heading": "Company",
      "headingHtml": "<h3 class=\"components--footer_heading\">Company</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Resources",
      "headingHtml": "<h3 class=\"components--footer_heading\">Resources</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Legal",
      "headingHtml": "<h3 class=\"components--footer_heading\">Legal</h3>",
      "firstParagraph": "Download the app",
      "paragraphHtml": "<p><strong>Download the app</strong></p>",
      "words": 3,
      "direct": false,
      "issue": "First paragraph is 3 words and does not look like a concise direct answer."
    },
    {
      "heading": "Ready to get started?",
      "headingHtml": "<h3 class=\"components--interstitial-modal-title\">Ready <span class=\"components--text-span\">to</span> <span class=\"components--text-span-2\">get</span> <span class=\"components--text-span-3\">started?</span></h3>",
      "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 70/100 and needs improvement.

4 Warning

Needs attention

GEO: Entity clarity

Warning
01

Issue

Title/H1 terms missing from description: talkspace, rated, online, therapy, million, users, space, figure, things, out.

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

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

Evidence
{
  "title": "Talkspace - #1 Rated Online Therapy, 1 Million+ Users",
  "h1": "Space to figure things out",
  "description": "Connect with licensed therapists and experience the most convenient, affordable way to improve your mental health — with or without insurance. Start today.",
  "topicOverlap": 0,
  "topicTerms": [
    "talkspace",
    "rated",
    "online",
    "therapy",
    "million",
    "users",
    "space",
    "figure",
    "things",
    "out"
  ],
  "descriptionTerms": [
    "connect",
    "licensed",
    "therapists",
    "experience",
    "most",
    "convenient",
    "affordable",
    "way",
    "improve",
    "mental",
    "health",
    "without",
    "insurance",
    "start",
    "today"
  ],
  "missingFromDescription": [
    "talkspace",
    "rated",
    "online",
    "therapy",
    "million",
    "users",
    "space",
    "figure",
    "things",
    "out"
  ],
  "score": 70,
  "weight": 28
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

AEO: Answer evidence and trust

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

4 Warning

Needs attention

AEO: Answer evidence and trust

Warning
01

Issue

Missing AIO trust signals: publisher, freshnessDate.

Details

02

Why it matters

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

Check name

AEO: Answer evidence and trust

Score

60/100

Status

warning

Category

GEO, AIO & AEO

Maturity

Emerging recommendation

Goal

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

Result

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

Evidence
{
  "signals": {
    "author": true,
    "publisher": false,
    "freshnessDate": false,
    "aboutOrContact": true,
    "policyLinks": true
  },
  "missing": [
    "publisher",
    "freshnessDate"
  ],
  "authorMeta": "Talkspace",
  "schemaAuthors": [],
  "schemaPublishers": [],
  "schemaDates": [],
  "visibleDates": [],
  "aboutLinks": [
    {
      "href": "https://www.linkedin.com/company/talkspace-online-therapy",
      "text": "",
      "html": "<a rel=\"noopener noreferrer\" data-wf-native-id-path=\"4049c672-ec77-54aa-6847-fd6e270e0d6e:6e1ca4df-7c74-ef42-b713-bfa41f9a236b\" data-wf-ao-click-engagement-tracking=\"true\" data-wf-element-id=\"6e1ca4df-7c74-ef42-b713-bfa41f9a236b\" data-wf-component-context=\"%5B%7B%22componentId%22%3A%226e1ca4df-7c74-ef42-b713-bfa41f9a22db%22%2C%22instanceId%22%3A%224049c672-ec77-54aa-6847-fd6e270e0d6e%22%7D%5D\" href=\"https://www.linkedin.com/company/talkspace-online-therapy\" target=\"_blank\" class=\"components--..."
    }
  ],
  "contactLinks": [
    {
      "href": "https://www.talkspace.com/ai-at-talkspace",
      "text": "AI-supported therapy",
      "html": "<a data-wf-native-id-path=\"9b474861-dece-86bd-31b4-ecae9bc8dfeb:8a1906a0-b172-855e-189a-5cfe2905eb89\" data-wf-ao-click-engagement-tracking=\"true\" data-wf-element-id=\"8a1906a0-b172-855e-189a-5cfe2905eb89\" data-wf-component-context=\"%5B%7B%22componentId%22%3A%228a1906a0-b172-855e-189a-5cfe2905eb5c%22%2C%22instanceId%22%3A%229b474861-dece-86bd-31b4-ecae9bc8dfeb%22%7D%5D\" href=\"https://www.talkspace.com/ai-at-talkspace\" class=\"components--menu-link components--dynamic-url\">AI-supported therapy</a>"
    },
    {
      "href": "https://www.talkspace.com/ai-at-talkspace",
      "text": "AI-supported therapy",
      "html": "<a data-wf-native-id-path=\"9b474861-dece-86bd-31b4-ecae9bc8dfeb:8a1906a0-b172-855e-189a-5cfe2905ec20\" data-wf-ao-click-engagement-tracking=\"true\" data-wf-element-id=\"8a1906a0-b172-855e-189a-5cfe2905ec20\" data-wf-component-context=\"%5B%7B%22componentId%22%3A%228a1906a0-b172-855e-189a-5cfe2905eb5c%22%2C%22instanceId%22%3A%229b474861-dece-86bd-31b4-ecae9bc8dfeb%22%7D%5D\" href=\"https://www.talkspace.com/ai-at-talkspace\" class=\"components--menu-link components--dynamic-url\">AI-supported therapy</a>"
    },
    {
      "href": "https://www.talkspace.com/ai-at-talkspace",
      "text": "AI-supported therapy",
      "html": "<a data-wf-native-id-path=\"9b474861-dece-86bd-31b4-ecae9bc8dfeb:8a1906a0-b172-855e-189a-5cfe2905ec5d\" data-wf-ao-click-engagement-tracking=\"true\" data-wf-element-id=\"8a1906a0-b172-855e-189a-5cfe2905ec5d\" data-wf-component-context=\"%5B%7B%22componentId%22%3A%228a1906a0-b172-855e-189a-5cfe2905eb5c%22%2C%22instanceId%22%3A%229b474861-dece-86bd-31b4-ecae9bc8dfeb%22%7D%5D\" href=\"https://www.talkspace.com/ai-at-talkspace\" class=\"components--menu-link components--dynamic-url\">AI-supported therapy</a>"
    },
    {
      "href": "https://www.talkspace.com/ai-at-talkspace",
      "text": "AI-supported therapy",
      "html": "<a data-wf-native-id-path=\"b96cf61d-b150-f3db-4e88-096b9acff187:8a1906a0-b172-855e-189a-5cfe2905eb89\" data-wf-ao-click-engagement-tracking=\"true\" data-wf-element-id=\"8a1906a0-b172-855e-189a-5cfe2905eb89\" data-wf-component-context=\"%5B%7B%22componentId%22%3A%228a1906a0-b172-855e-189a-5cfe2905eb5c%22%2C%22instanceId%22%3A%22b96cf61d-b150-f3db-4e88-096b9acff187%22%7D%5D\" href=\"https://www.talkspace.com/ai-at-talkspace\" class=\"components--menu-link components--dynamic-url\">AI-supported therapy</a>"
    },
    {
      "href": "https://www.talkspace.com/ai-at-talkspace",
      "text": "AI-supported therapy",
      "html": "<a data-wf-native-id-path=\"b96cf61d-b150-f3db-4e88-096b9acff187:8a1906a0-b172-855e-189a-5cfe2905ec20\" data-wf-ao-click-engagement-tracking=\"true\" data-wf-element-id=\"8a1906a0-b172-855e-189a-5cfe2905ec20\" data-wf-component-context=\"%5B%7B%22componentId%22%3A%228a1906a0-b172-855e-189a-5cfe2905eb5c%22%2C%22instanceId%22%3A%22b96cf61d-b150-f3db-4e88-096b9acff187%22%7D%5D\" href=\"https://www.talkspace.com/ai-at-talkspace\" class=\"components--menu-link components--dynamic-url\">AI-supported therapy</a>"
    },
    {
      "href": "https://www.talkspace.com/ai-at-talkspace",
      "text": "AI-supported therapy",
      "html": "<a data-wf-native-id-path=\"b96cf61d-b150-f3db-4e88-096b9acff187:8a1906a0-b172-855e-189a-5cfe2905ec5d\" data-wf-ao-click-engagement-tracking=\"true\" data-wf-element-id=\"8a1906a0-b172-855e-189a-5cfe2905ec5d\" data-wf-component-context=\"%5B%7B%22componentId%22%3A%228a1906a0-b172-855e-189a-5cfe2905eb5c%22%2C%22instanceId%22%3A%22b96cf61d-b150-f3db-4e88-096b9acff187%22%7D%5D\" href=\"https://www.talkspace.com/ai-at-talkspace\" class=\"components--menu-link components--dynamic-url\">AI-supported therapy</a>"
    },
    {
      "href": "https://www.talkspace.com/ai-at-talkspace",
      "text": "AI-supported therapy",
      "html": "<a data-wf-native-id-path=\"8e051f47-6bf7-42bc-3a86-084ca24efc0d:8a1906a0-b172-855e-189a-5cfe2905eb89\" data-wf-ao-click-engagement-tracking=\"true\" data-wf-element-id=\"8a1906a0-b172-855e-189a-5cfe2905eb89\" data-wf-component-context=\"%5B%7B%22componentId%22%3A%228a1906a0-b172-855e-189a-5cfe2905eb5c%22%2C%22instanceId%22%3A%228e051f47-6bf7-42bc-3a86-084ca24efc0d%22%7D%5D\" href=\"https://www.talkspace.com/ai-at-talkspace\" class=\"components--menu-link components--dynamic-url\">AI-supported therapy</a>"
    },
    {
      "href": "https://www.talkspace.com/ai-at-talkspace",
      "text": "AI-supported therapy",
      "html": "<a data-wf-native-id-path=\"8e051f47-6bf7-42bc-3a86-084ca24efc0d:8a1906a0-b172-855e-189a-5cfe2905ec20\" data-wf-ao-click-engagement-tracking=\"true\" data-wf-element-id=\"8a1906a0-b172-855e-189a-5cfe2905ec20\" data-wf-component-context=\"%5B%7B%22componentId%22%3A%228a1906a0-b172-855e-189a-5cfe2905eb5c%22%2C%22instanceId%22%3A%228e051f47-6bf7-42bc-3a86-084ca24efc0d%22%7D%5D\" href=\"https://www.talkspace.com/ai-at-talkspace\" class=\"components--menu-link components--dynamic-url\">AI-supported therapy</a>"
    },
    {
      "href": "https://www.talkspace.com/ai-at-talkspace",
      "text": "AI-supported therapy",
      "html": "<a data-wf-native-id-path=\"8e051f47-6bf7-42bc-3a86-084ca24efc0d:8a1906a0-b172-855e-189a-5cfe2905ec5d\" data-wf-ao-click-engagement-tracking=\"true\" data-wf-element-id=\"8a1906a0-b172-855e-189a-5cfe2905ec5d\" data-wf-component-context=\"%5B%7B%22componentId%22%3A%228a1906a0-b172-855e-189a-5cfe2905eb5c%22%2C%22instanceId%22%3A%228e051f47-6bf7-42bc-3a86-084ca24efc0d%22%7D%5D\" href=\"https://www.talkspace.com/ai-at-talkspace\" class=\"components--menu-link components--dynamic-url\">AI-supported therapy</a>"
    },
    {
      "href": "https://www.talkspace.com/ai-at-talkspace",
      "text": "AI-supported therapy",
      "html": "<a data-wf-native-id-path=\"f71520c4-7609-b655-1c51-6be51746529b:8a1906a0-b172-855e-189a-5cfe2905eb89\" data-wf-ao-click-engagement-tracking=\"true\" data-wf-element-id=\"8a1906a0-b172-855e-189a-5cfe2905eb89\" data-wf-component-context=\"%5B%7B%22componentId%22%3A%228a1906a0-b172-855e-189a-5cfe2905eb5c%22%2C%22instanceId%22%3A%22f71520c4-7609-b655-1c51-6be51746529b%22%7D%5D\" href=\"https://www.talkspace.com/ai-at-talkspace\" class=\"components--menu-link components--dynamic-url\">AI-supported therapy</a>"
    },
    {
      "href": "https://www.talkspace.com/ai-at-talkspace",
      "text": "AI-supported therapy",
      "html": "<a data-wf-native-id-path=\"f71520c4-7609-b655-1c51-6be51746529b:8a1906a0-b172-855e-189a-5cfe2905ec20\" data-wf-ao-click-engagement-tracking=\"true\" data-wf-element-id=\"8a1906a0-b172-855e-189a-5cfe2905ec20\" data-wf-component-context=\"%5B%7B%22componentId%22%3A%228a1906a0-b172-855e-189a-5cfe2905eb5c%22%2C%22instanceId%22%3A%22f71520c4-7609-b655-1c51-6be51746529b%22%7D%5D\" href=\"https://www.talkspace.com/ai-at-talkspace\" class=\"components--menu-link components--dynamic-url\">AI-supported therapy</a>"
    },
    {
      "href": "https://www.talkspace.com/ai-at-talkspace",
      "text": "AI-supported therapy",
      "html": "<a data-wf-native-id-path=\"f71520c4-7609-b655-1c51-6be51746529b:8a1906a0-b172-855e-189a-5cfe2905ec5d\" data-wf-ao-click-engagement-tracking=\"true\" data-wf-element-id=\"8a1906a0-b172-855e-189a-5cfe2905ec5d\" data-wf-component-context=\"%5B%7B%22componentId%22%3A%228a1906a0-b172-855e-189a-5cfe2905eb5c%22%2C%22instanceId%22%3A%22f71520c4-7609-b655-1c51-6be51746529b%22%7D%5D\" href=\"https://www.talkspace.com/ai-at-talkspace\" class=\"components--menu-link components--dynamic-url\">AI-supported therapy</a>"
    },
    {
      "href": "https://match.talkspace.com/dispatcher?cta_source=unknown&",
      "text": "Get help deciding what’sright for youGet started",
      "html": "<a data-w-id=\"b350dd42-bd37-f295-24dd-d3cfb9bdd723\" data-wf-native-id-path=\"b350dd42-bd37-f295-24dd-d3cfb9bdd723\" data-wf-ao-click-engagement-tracking=\"true\" data-wf-element-id=\"b350dd42-bd37-f295-24dd-d3cfb9bdd723\" href=\"https://match.talkspace.com/dispatcher?cta_source=unknown&amp;\" class=\"join_tile track-cta dynamic-url w-inline-block\"><div class=\"w-layout-vflex join_icon-wrap\"><img src=\"https://cdn.prod.website-files.com/5f1b10a955e49d279bdc2192/68dd59e40801d86906b61240_get-help-icon.svg\"..."
    },
    {
      "href": "https://help.talkspace.com/hc/en-us/articles/360000287406-How-do-I-change-my-provider-",
      "text": "Learn how to change providers",
      "html": "<a href=\"https://help.talkspace.com/hc/en-us/articles/360000287406-How-do-I-change-my-provider-\" data-wf-native-id-path=\"86898121-2d06-11c4-30c4-bc8adc979ae8\" data-wf-ao-click-engagement-tracking=\"true\" data-wf-element-id=\"86898121-2d06-11c4-30c4-bc8adc979ae8\"><strong>Learn how to change providers</strong></a>"
    },
    {
      "href": "https://help.talkspace.com/hc/en-us",
      "text": "Help center",
      "html": "<a data-wf-native-id-path=\"4049c672-ec77-54aa-6847-fd6e270e0d6e:6e1ca4df-7c74-ef42-b713-bfa41f9a231e\" data-wf-ao-click-engagement-tracking=\"true\" data-wf-element-id=\"6e1ca4df-7c74-ef42-b713-bfa41f9a231e\" data-wf-component-context=\"%5B%7B%22componentId%22%3A%226e1ca4df-7c74-ef42-b713-bfa41f9a22db%22%2C%22instanceId%22%3A%224049c672-ec77-54aa-6847-fd6e270e0d6e%22%7D%5D\" href=\"https://help.talkspace.com/hc/en-us\" target=\"_blank\" class=\"components--footer_list-link components--dynamic-url\">Help c..."
    },
    {
      "href": "https://apps.apple.com/us/app/talkspace-therapy-and-support/id661829386",
      "text": "Download on the app store",
      "html": "<a data-wf-native-id-path=\"4049c672-ec77-54aa-6847-fd6e270e0d6e:6e1ca4df-7c74-ef42-b713-bfa41f9a2374\" data-wf-ao-click-engagement-tracking=\"true\" data-wf-element-id=\"6e1ca4df-7c74-ef42-b713-bfa41f9a2374\" data-wf-component-context=\"%5B%7B%22componentId%22%3A%226e1ca4df-7c74-ef42-b713-bfa41f9a22db%22%2C%22instanceId%22%3A%224049c672-ec77-54aa-6847-fd6e270e0d6e%22%7D%5D\" href=\"https://apps.apple.com/us/app/talkspace-therapy-and-support/id661829386\" target=\"_blank\" class=\"w-inline-block\"><div cla..."
    },
    {
      "href": "https://helpnow.talkspace.com/",
      "text": "these resources",
      "html": "<a href=\"https://helpnow.talkspace.com/\" data-wf-native-id-path=\"4049c672-ec77-54aa-6847-fd6e270e0d6e:6e1ca4df-7c74-ef42-b713-bfa41f9a2382\" data-wf-ao-click-engagement-tracking=\"true\" data-wf-element-id=\"6e1ca4df-7c74-ef42-b713-bfa41f9a2382\" data-wf-component-context=\"%5B%7B%22componentId%22%3A%226e1ca4df-7c74-ef42-b713-bfa41f9a22db%22%2C%22instanceId%22%3A%224049c672-ec77-54aa-6847-fd6e270e0d6e%22%7D%5D\">these resources</a>"
    }
  ],
  "privacyLinks": [
    {
      "href": "https://www.talkspace.com/public/terms",
      "text": "Terms of Use",
      "html": "<a href=\"https://www.talkspace.com/public/terms\" data-wf-native-id-path=\"4049c672-ec77-54aa-6847-fd6e270e0d6e:6e1ca4df-7c74-ef42-b713-bfa41f9a22ee\" data-wf-ao-click-engagement-tracking=\"true\" data-wf-element-id=\"6e1ca4df-7c74-ef42-b713-bfa41f9a22ee\" data-wf-component-context=\"%5B%7B%22componentId%22%3A%226e1ca4df-7c74-ef42-b713-bfa41f9a22db%22%2C%22instanceId%22%3A%224049c672-ec77-54aa-6847-fd6e270e0d6e%22%7D%5D\" target=\"_blank\">Terms of Use</a>"
    },
    {
      "href": "https://www.talkspace.com/public/privacy-policy",
      "text": "Privacy policy",
      "html": "<a on data-wf-native-id-path=\"4049c672-ec77-54aa-6847-fd6e270e0d6e:6e1ca4df-7c74-ef42-b713-bfa41f9a2338\" data-wf-ao-click-engagement-tracking=\"true\" data-wf-element-id=\"6e1ca4df-7c74-ef42-b713-bfa41f9a2338\" data-wf-component-context=\"%5B%7B%22componentId%22%3A%226e1ca4df-7c74-ef42-b713-bfa41f9a22db%22%2C%22instanceId%22%3A%224049c672-ec77-54aa-6847-fd6e270e0d6e%22%7D%5D\" href=\"https://www.talkspace.com/public/privacy-policy\" class=\"components--footer_list-link components--dynamic-url\">Privacy..."
    },
    {
      "href": "https://www.talkspace.com/public/teenspace-privacy-policy",
      "text": "Teenspace privacy policy",
      "html": "<a data-wf-native-id-path=\"4049c672-ec77-54aa-6847-fd6e270e0d6e:6e1ca4df-7c74-ef42-b713-bfa41f9a233b\" data-wf-ao-click-engagement-tracking=\"true\" data-wf-element-id=\"6e1ca4df-7c74-ef42-b713-bfa41f9a233b\" data-wf-component-context=\"%5B%7B%22componentId%22%3A%226e1ca4df-7c74-ef42-b713-bfa41f9a22db%22%2C%22instanceId%22%3A%224049c672-ec77-54aa-6847-fd6e270e0d6e%22%7D%5D\" href=\"https://www.talkspace.com/public/teenspace-privacy-policy\" class=\"components--footer_list-link components--dynamic-url\">..."
    },
    {
      "href": "https://www.talkspace.com/public/terms",
      "text": "Terms of use",
      "html": "<a data-wf-native-id-path=\"4049c672-ec77-54aa-6847-fd6e270e0d6e:6e1ca4df-7c74-ef42-b713-bfa41f9a233e\" data-wf-ao-click-engagement-tracking=\"true\" data-wf-element-id=\"6e1ca4df-7c74-ef42-b713-bfa41f9a233e\" data-wf-component-context=\"%5B%7B%22componentId%22%3A%226e1ca4df-7c74-ef42-b713-bfa41f9a22db%22%2C%22instanceId%22%3A%224049c672-ec77-54aa-6847-fd6e270e0d6e%22%7D%5D\" href=\"https://www.talkspace.com/public/terms\" class=\"components--footer_list-link components--dynamic-url\">Terms of use</a>"
    },
    {
      "href": "#",
      "text": "Privacy settings",
      "html": "<a id=\"footer-preference-center-link\" data-wf-native-id-path=\"4049c672-ec77-54aa-6847-fd6e270e0d6e:6e1ca4df-7c74-ef42-b713-bfa41f9a2344\" data-wf-ao-click-engagement-tracking=\"true\" data-wf-element-id=\"6e1ca4df-7c74-ef42-b713-bfa41f9a2344\" data-wf-component-context=\"%5B%7B%22componentId%22%3A%226e1ca4df-7c74-ef42-b713-bfa41f9a22db%22%2C%22instanceId%22%3A%224049c672-ec77-54aa-6847-fd6e270e0d6e%22%7D%5D\" href=\"#\" class=\"components--footer_list-link components--dynamic-url\">Privacy settings</a>"
    },
    {
      "href": "https://www.talkspace.com/public/notice-of-us-state-privacy-rights",
      "text": "Notice of US state privacy rights",
      "html": "<a id=\"footer-do-not-sell-link\" data-wf-native-id-path=\"4049c672-ec77-54aa-6847-fd6e270e0d6e:6e1ca4df-7c74-ef42-b713-bfa41f9a2347\" data-wf-ao-click-engagement-tracking=\"true\" data-wf-element-id=\"6e1ca4df-7c74-ef42-b713-bfa41f9a2347\" data-wf-component-context=\"%5B%7B%22componentId%22%3A%226e1ca4df-7c74-ef42-b713-bfa41f9a22db%22%2C%22instanceId%22%3A%224049c672-ec77-54aa-6847-fd6e270e0d6e%22%7D%5D\" href=\"https://www.talkspace.com/public/notice-of-us-state-privacy-rights\" class=\"components--foot..."
    }
  ],
  "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

82 image(s) are missing width/height attributes. 12 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": 3643,
  "htmlBytes": 505898,
  "imagesMissingDimensions": [
    {
      "src": "https://cdn.prod.website-files.com/5f1b10a955e49d279bdc2192/679b97f79015434b2de4e0c9_4ca2643510d0cec22066fd0ab23acc07_secure_logos.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/5f1b10a955e49d279bdc2192/679b97f79015434b2de4e0c9_4ca2643510d0cec22066fd0ab23acc07_secure_logos.svg\" loading=\"lazy\" alt=\"HIPAA and SSL logos\" class=\"components--c-hero__badges\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/5f1b10a955e49d279bdc2192/68192accea58e1b596a62ed9_Home-hero-q1-2025.jpg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/5f1b10a955e49d279bdc2192/68192accea58e1b596a62ed9_Home-hero-q1-2025.jpg\" loading=\"lazy\" id=\"w-node-_6f97967f-a0bb-f33b-7a70-f0b0e6600bf9-e6600bec\" data-mobile-vis=\"hidden\" alt=\"Woman with long black hair wearing a light blue sweater and gold necklaces standing indoors near a staircase.\" sizes=\"(max-width: 1462px) 100vw, 1462px\" srcset=\"https://cdn.prod.website-files.com/5f1b10a955e49d279bdc2192/68192accea58e1b596a62ed9_Home-hero-q1-2025-p-500.jpg 5..."
    },
    {
      "src": "https://cdn.prod.website-files.com/5f1b10a955e49d279bdc2192/679b97f79015434b2de4e131_c6873fa786dd310820df986d5d72153a_Cigna-white.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img loading=\"lazy\" src=\"https://cdn.prod.website-files.com/5f1b10a955e49d279bdc2192/679b97f79015434b2de4e131_c6873fa786dd310820df986d5d72153a_Cigna-white.svg\" alt=\"Cigna logo\" class=\"components--insurance-grid-logo\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/5f1b10a955e49d279bdc2192/679b97f79015434b2de4e132_403e9ebf37dbcf582db9c4eee41d2dc9_Cigna-teal.svg",
      "width": "Auto",
      "height": "",
      "loading": "lazy",
      "html": "<img width=\"Auto\" loading=\"lazy\" alt=\"Cigna logo\" src=\"https://cdn.prod.website-files.com/5f1b10a955e49d279bdc2192/679b97f79015434b2de4e132_403e9ebf37dbcf582db9c4eee41d2dc9_Cigna-teal.svg\" class=\"components--insurance-logo-hover\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/5f1b10a955e49d279bdc2192/679b97f79015434b2de4e133_c35598bad0b4749d72398d70b317882d_Aetna-white.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img loading=\"lazy\" src=\"https://cdn.prod.website-files.com/5f1b10a955e49d279bdc2192/679b97f79015434b2de4e133_c35598bad0b4749d72398d70b317882d_Aetna-white.svg\" alt=\"Aetna logo\" class=\"components--insurance-grid-logo\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/5f1b10a955e49d279bdc2192/679b97f79015434b2de4e134_22600a3a85f4610df90d534ac2d0b5c5_Aetna-teal.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img loading=\"lazy\" src=\"https://cdn.prod.website-files.com/5f1b10a955e49d279bdc2192/679b97f79015434b2de4e134_22600a3a85f4610df90d534ac2d0b5c5_Aetna-teal.svg\" alt=\"Aetna logo\" class=\"components--insurance-logo-hover\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/5f1b10a955e49d279bdc2192/679b97f79015434b2de4e135_a36f7d7aa43416e15ee07aa60d5ed2f7_Optum-white.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img loading=\"lazy\" src=\"https://cdn.prod.website-files.com/5f1b10a955e49d279bdc2192/679b97f79015434b2de4e135_a36f7d7aa43416e15ee07aa60d5ed2f7_Optum-white.svg\" alt=\"Optum logo\" class=\"components--insurance-grid-logo\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/5f1b10a955e49d279bdc2192/679b97f79015434b2de4e136_881208c7ebdd60e3536bb449d13174a3_Optum-teal.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img loading=\"lazy\" src=\"https://cdn.prod.website-files.com/5f1b10a955e49d279bdc2192/679b97f79015434b2de4e136_881208c7ebdd60e3536bb449d13174a3_Optum-teal.svg\" alt=\"Optum logo\" class=\"components--insurance-logo-hover\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/5f1b10a955e49d279bdc2192/69330d40b2fd02a7b4548e27_5b28269da1ed68d5495f50911bd55e72_Anthem-white.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img loading=\"lazy\" src=\"https://cdn.prod.website-files.com/5f1b10a955e49d279bdc2192/69330d40b2fd02a7b4548e27_5b28269da1ed68d5495f50911bd55e72_Anthem-white.svg\" alt=\"Anthem insurance logo\" class=\"components--insurance-grid-logo\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/5f1b10a955e49d279bdc2192/69330d40b2fd02a7b4548e26_162697a764043e68b418edabb32fcd49_anthem-teal.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img loading=\"lazy\" src=\"https://cdn.prod.website-files.com/5f1b10a955e49d279bdc2192/69330d40b2fd02a7b4548e26_162697a764043e68b418edabb32fcd49_anthem-teal.svg\" alt=\"Anthem insurance logo\" class=\"components--insurance-logo-hover\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/5f1b10a955e49d279bdc2192/69330d40b2fd02a7b4548e24_ae024ff363d0919a33cb5406c03ead8c_TRICARElogo-white.svg",
      "width": "Auto",
      "height": "",
      "loading": "lazy",
      "html": "<img width=\"Auto\" loading=\"lazy\" alt=\"TRICARE Insurance Logo\" src=\"https://cdn.prod.website-files.com/5f1b10a955e49d279bdc2192/69330d40b2fd02a7b4548e24_ae024ff363d0919a33cb5406c03ead8c_TRICARElogo-white.svg\" class=\"components--insurance-grid-logo\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/5f1b10a955e49d279bdc2192/69330d40b2fd02a7b4548e25_e0fe6202b570af618aaaea5f55916bf4_TRICARElogo-teal.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img loading=\"lazy\" src=\"https://cdn.prod.website-files.com/5f1b10a955e49d279bdc2192/69330d40b2fd02a7b4548e25_e0fe6202b570af618aaaea5f55916bf4_TRICARElogo-teal.svg\" alt=\"TRICARE Insurance Logo\" class=\"components--insurance-logo-hover\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/5f1b10a955e49d279bdc2192/6781a226d743e9460fc76cc6_7a8af8ebef3fbe5da71ce34cf906a6e5_MedicareLogo.svg",
      "width": "Auto",
      "height": "",
      "loading": "lazy",
      "html": "<img width=\"Auto\" loading=\"lazy\" alt=\"Medicare logo\" src=\"https://cdn.prod.website-files.com/5f1b10a955e49d279bdc2192/6781a226d743e9460fc76cc6_7a8af8ebef3fbe5da71ce34cf906a6e5_MedicareLogo.svg\" class=\"components--insurance-grid-logo\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/5f1b10a955e49d279bdc2192/6781a226d743e9460fc76cc7_ea3bd04cf61f1055d67599ce06df1e9d_MedicareLogo%20green.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img loading=\"lazy\" src=\"https://cdn.prod.website-files.com/5f1b10a955e49d279bdc2192/6781a226d743e9460fc76cc7_ea3bd04cf61f1055d67599ce06df1e9d_MedicareLogo%20green.svg\" alt=\"Medicare logo\" class=\"components--insurance-logo-hover\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/5f1b10a955e49d279bdc2192/68d5a42c3d1df43def67ee01_whats-included.avif",
      "width": "426.5",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/5f1b10a955e49d279bdc2192/68d5a42c3d1df43def67ee01_whats-included.avif\" loading=\"lazy\" width=\"426.5\" sizes=\"(max-width: 479px) 100vw, 427px\" alt=\"Smiling woman with braided hair waving while using a laptop, sitting indoors with green plants in the background.\" srcset=\"https://cdn.prod.website-files.com/5f1b10a955e49d279bdc2192/68d5a42c3d1df43def67ee01_whats-included-p-500.avif 500w, https://cdn.prod.website-files.com/5f1b10a955e49d279bdc2192/68d5a42..."
    },
    {
      "src": "https://cdn.prod.website-files.com/5f1b10a955e49d279bdc2192/695d5179162245c581a3ec85_da7ea0d5dea193a28bf7a95cb667fbda_Sal.png",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img sizes=\"(max-width: 590px) 100vw, 590px\" srcset=\"https://cdn.prod.website-files.com/5f1b10a955e49d279bdc2192/695d5179162245c581a3ec85_da7ea0d5dea193a28bf7a95cb667fbda_Sal-p-500.png 500w, https://cdn.prod.website-files.com/5f1b10a955e49d279bdc2192/695d5179162245c581a3ec85_da7ea0d5dea193a28bf7a95cb667fbda_Sal.png 590w\" alt src=\"https://cdn.prod.website-files.com/5f1b10a955e49d279bdc2192/695d5179162245c581a3ec85_da7ea0d5dea193a28bf7a95cb667fbda_Sal.png\" loading=\"lazy\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/5f1b10a955e49d279bdc2192/695d5179162245c581a3ec73_bbff073fb101da4590f8e53cd8949b77_Sidney.png",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img sizes=\"(max-width: 590px) 100vw, 590px\" srcset=\"https://cdn.prod.website-files.com/5f1b10a955e49d279bdc2192/695d5179162245c581a3ec73_bbff073fb101da4590f8e53cd8949b77_Sidney-p-500.png 500w, https://cdn.prod.website-files.com/5f1b10a955e49d279bdc2192/695d5179162245c581a3ec73_bbff073fb101da4590f8e53cd8949b77_Sidney.png 590w\" alt src=\"https://cdn.prod.website-files.com/5f1b10a955e49d279bdc2192/695d5179162245c581a3ec73_bbff073fb101da4590f8e53cd8949b77_Sidney.png\" loading=\"lazy\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/5f1b10a955e49d279bdc2192/695d5179162245c581a3ec82_874066c797a6b4f689060b3242a5dc57_Meghan.png",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img sizes=\"(max-width: 590px) 100vw, 590px\" srcset=\"https://cdn.prod.website-files.com/5f1b10a955e49d279bdc2192/695d5179162245c581a3ec82_874066c797a6b4f689060b3242a5dc57_Meghan-p-500.png 500w, https://cdn.prod.website-files.com/5f1b10a955e49d279bdc2192/695d5179162245c581a3ec82_874066c797a6b4f689060b3242a5dc57_Meghan.png 590w\" alt src=\"https://cdn.prod.website-files.com/5f1b10a955e49d279bdc2192/695d5179162245c581a3ec82_874066c797a6b4f689060b3242a5dc57_Meghan.png\" loading=\"lazy\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/5f1b10a955e49d279bdc2192/695d5179162245c581a3ec79_acc25f9cd604b044fb5f9e49d11dfeb3_Julie.png",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img sizes=\"(max-width: 590px) 100vw, 590px\" srcset=\"https://cdn.prod.website-files.com/5f1b10a955e49d279bdc2192/695d5179162245c581a3ec79_acc25f9cd604b044fb5f9e49d11dfeb3_Julie-p-500.png 500w, https://cdn.prod.website-files.com/5f1b10a955e49d279bdc2192/695d5179162245c581a3ec79_acc25f9cd604b044fb5f9e49d11dfeb3_Julie.png 590w\" alt=\"Photo of a young girl wearing a sweatshirt slightly smiling at the camera in an urban setting.\" src=\"https://cdn.prod.website-files.com/5f1b10a955e49d279bdc2192/695d..."
    },
    {
      "src": "https://cdn.prod.website-files.com/5f1b10a955e49d279bdc2192/695d5179162245c581a3ec7c_664361701b4964c17b4e291c6972b516_Evan.png",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img sizes=\"(max-width: 590px) 100vw, 590px\" srcset=\"https://cdn.prod.website-files.com/5f1b10a955e49d279bdc2192/695d5179162245c581a3ec7c_664361701b4964c17b4e291c6972b516_Evan-p-500.png 500w, https://cdn.prod.website-files.com/5f1b10a955e49d279bdc2192/695d5179162245c581a3ec7c_664361701b4964c17b4e291c6972b516_Evan.png 590w\" alt=\"Man wearing yellow round glasses looking thoughtfully toward the camera in a room with art on the wall in the background.\" src=\"https://cdn.prod.website-files.com/5f1b..."
    },
    {
      "src": "https://cdn.prod.website-files.com/5f1b10a955e49d279bdc2192/695d5179162245c581a3ec76_c4ac7a056a2c534f5e96398b3e8f6d08_Darianny.png",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img sizes=\"(max-width: 590px) 100vw, 590px\" srcset=\"https://cdn.prod.website-files.com/5f1b10a955e49d279bdc2192/695d5179162245c581a3ec76_c4ac7a056a2c534f5e96398b3e8f6d08_Darianny-p-500.png 500w, https://cdn.prod.website-files.com/5f1b10a955e49d279bdc2192/695d5179162245c581a3ec76_c4ac7a056a2c534f5e96398b3e8f6d08_Darianny.png 590w\" alt src=\"https://cdn.prod.website-files.com/5f1b10a955e49d279bdc2192/695d5179162245c581a3ec76_c4ac7a056a2c534f5e96398b3e8f6d08_Darianny.png\" loading=\"lazy\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/5f1b10a955e49d279bdc2192/695d5179162245c581a3ec70_ab535455338192b4543b88e714d46a33_Natiah.png",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img sizes=\"(max-width: 590px) 100vw, 590px\" srcset=\"https://cdn.prod.website-files.com/5f1b10a955e49d279bdc2192/695d5179162245c581a3ec70_ab535455338192b4543b88e714d46a33_Natiah-p-500.png 500w, https://cdn.prod.website-files.com/5f1b10a955e49d279bdc2192/695d5179162245c581a3ec70_ab535455338192b4543b88e714d46a33_Natiah.png 590w\" alt=\"Portrait of a woman with braided hair, wearing gold earrings and red lipstick, sitting against a yellow and green background.\" src=\"https://cdn.prod.website-files...."
    },
    {
      "src": "https://cdn.prod.website-files.com/5f1b10a955e49d279bdc2192/695d5179162245c581a3ec7f_c01b7552e5483f09d68b7c77c0dc16ba_Tara.png",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img sizes=\"(max-width: 590px) 100vw, 590px\" srcset=\"https://cdn.prod.website-files.com/5f1b10a955e49d279bdc2192/695d5179162245c581a3ec7f_c01b7552e5483f09d68b7c77c0dc16ba_Tara-p-500.png 500w, https://cdn.prod.website-files.com/5f1b10a955e49d279bdc2192/695d5179162245c581a3ec7f_c01b7552e5483f09d68b7c77c0dc16ba_Tara.png 590w\" alt src=\"https://cdn.prod.website-files.com/5f1b10a955e49d279bdc2192/695d5179162245c581a3ec7f_c01b7552e5483f09d68b7c77c0dc16ba_Tara.png\" loading=\"lazy\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/5f1b10a955e49d279bdc2192/695d5179162245c581a3ec85_da7ea0d5dea193a28bf7a95cb667fbda_Sal.png",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img sizes=\"(max-width: 590px) 100vw, 590px\" srcset=\"https://cdn.prod.website-files.com/5f1b10a955e49d279bdc2192/695d5179162245c581a3ec85_da7ea0d5dea193a28bf7a95cb667fbda_Sal-p-500.png 500w, https://cdn.prod.website-files.com/5f1b10a955e49d279bdc2192/695d5179162245c581a3ec85_da7ea0d5dea193a28bf7a95cb667fbda_Sal.png 590w\" alt src=\"https://cdn.prod.website-files.com/5f1b10a955e49d279bdc2192/695d5179162245c581a3ec85_da7ea0d5dea193a28bf7a95cb667fbda_Sal.png\" loading=\"lazy\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/5f1b10a955e49d279bdc2192/695d5179162245c581a3ec73_bbff073fb101da4590f8e53cd8949b77_Sidney.png",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img sizes=\"(max-width: 590px) 100vw, 590px\" srcset=\"https://cdn.prod.website-files.com/5f1b10a955e49d279bdc2192/695d5179162245c581a3ec73_bbff073fb101da4590f8e53cd8949b77_Sidney-p-500.png 500w, https://cdn.prod.website-files.com/5f1b10a955e49d279bdc2192/695d5179162245c581a3ec73_bbff073fb101da4590f8e53cd8949b77_Sidney.png 590w\" alt src=\"https://cdn.prod.website-files.com/5f1b10a955e49d279bdc2192/695d5179162245c581a3ec73_bbff073fb101da4590f8e53cd8949b77_Sidney.png\" loading=\"lazy\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/5f1b10a955e49d279bdc2192/695d5179162245c581a3ec82_874066c797a6b4f689060b3242a5dc57_Meghan.png",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img sizes=\"(max-width: 590px) 100vw, 590px\" srcset=\"https://cdn.prod.website-files.com/5f1b10a955e49d279bdc2192/695d5179162245c581a3ec82_874066c797a6b4f689060b3242a5dc57_Meghan-p-500.png 500w, https://cdn.prod.website-files.com/5f1b10a955e49d279bdc2192/695d5179162245c581a3ec82_874066c797a6b4f689060b3242a5dc57_Meghan.png 590w\" alt src=\"https://cdn.prod.website-files.com/5f1b10a955e49d279bdc2192/695d5179162245c581a3ec82_874066c797a6b4f689060b3242a5dc57_Meghan.png\" loading=\"lazy\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/5f1b10a955e49d279bdc2192/695d5179162245c581a3ec79_acc25f9cd604b044fb5f9e49d11dfeb3_Julie.png",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img sizes=\"(max-width: 590px) 100vw, 590px\" srcset=\"https://cdn.prod.website-files.com/5f1b10a955e49d279bdc2192/695d5179162245c581a3ec79_acc25f9cd604b044fb5f9e49d11dfeb3_Julie-p-500.png 500w, https://cdn.prod.website-files.com/5f1b10a955e49d279bdc2192/695d5179162245c581a3ec79_acc25f9cd604b044fb5f9e49d11dfeb3_Julie.png 590w\" alt=\"Photo of a young girl wearing a sweatshirt slightly smiling at the camera in an urban setting.\" src=\"https://cdn.prod.website-files.com/5f1b10a955e49d279bdc2192/695d..."
    },
    {
      "src": "https://cdn.prod.website-files.com/5f1b10a955e49d279bdc2192/695d5179162245c581a3ec7c_664361701b4964c17b4e291c6972b516_Evan.png",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img sizes=\"(max-width: 590px) 100vw, 590px\" srcset=\"https://cdn.prod.website-files.com/5f1b10a955e49d279bdc2192/695d5179162245c581a3ec7c_664361701b4964c17b4e291c6972b516_Evan-p-500.png 500w, https://cdn.prod.website-files.com/5f1b10a955e49d279bdc2192/695d5179162245c581a3ec7c_664361701b4964c17b4e291c6972b516_Evan.png 590w\" alt=\"Man wearing yellow round glasses looking thoughtfully toward the camera in a room with art on the wall in the background.\" src=\"https://cdn.prod.website-files.com/5f1b..."
    },
    {
      "src": "https://cdn.prod.website-files.com/5f1b10a955e49d279bdc2192/695d5179162245c581a3ec76_c4ac7a056a2c534f5e96398b3e8f6d08_Darianny.png",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img sizes=\"(max-width: 590px) 100vw, 590px\" srcset=\"https://cdn.prod.website-files.com/5f1b10a955e49d279bdc2192/695d5179162245c581a3ec76_c4ac7a056a2c534f5e96398b3e8f6d08_Darianny-p-500.png 500w, https://cdn.prod.website-files.com/5f1b10a955e49d279bdc2192/695d5179162245c581a3ec76_c4ac7a056a2c534f5e96398b3e8f6d08_Darianny.png 590w\" alt src=\"https://cdn.prod.website-files.com/5f1b10a955e49d279bdc2192/695d5179162245c581a3ec76_c4ac7a056a2c534f5e96398b3e8f6d08_Darianny.png\" loading=\"lazy\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/5f1b10a955e49d279bdc2192/695d5179162245c581a3ec70_ab535455338192b4543b88e714d46a33_Natiah.png",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img sizes=\"(max-width: 590px) 100vw, 590px\" srcset=\"https://cdn.prod.website-files.com/5f1b10a955e49d279bdc2192/695d5179162245c581a3ec70_ab535455338192b4543b88e714d46a33_Natiah-p-500.png 500w, https://cdn.prod.website-files.com/5f1b10a955e49d279bdc2192/695d5179162245c581a3ec70_ab535455338192b4543b88e714d46a33_Natiah.png 590w\" alt=\"Portrait of a woman with braided hair, wearing gold earrings and red lipstick, sitting against a yellow and green background.\" src=\"https://cdn.prod.website-files...."
    },
    {
      "src": "https://cdn.prod.website-files.com/5f1b10a955e49d279bdc2192/695d5179162245c581a3ec7f_c01b7552e5483f09d68b7c77c0dc16ba_Tara.png",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img sizes=\"(max-width: 590px) 100vw, 590px\" srcset=\"https://cdn.prod.website-files.com/5f1b10a955e49d279bdc2192/695d5179162245c581a3ec7f_c01b7552e5483f09d68b7c77c0dc16ba_Tara-p-500.png 500w, https://cdn.prod.website-files.com/5f1b10a955e49d279bdc2192/695d5179162245c581a3ec7f_c01b7552e5483f09d68b7c77c0dc16ba_Tara.png 590w\" alt src=\"https://cdn.prod.website-files.com/5f1b10a955e49d279bdc2192/695d5179162245c581a3ec7f_c01b7552e5483f09d68b7c77c0dc16ba_Tara.png\" loading=\"lazy\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/5f1b10a955e49d279bdc2192/695d5179162245c581a3ec85_da7ea0d5dea193a28bf7a95cb667fbda_Sal.png",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img sizes=\"(max-width: 590px) 100vw, 590px\" srcset=\"https://cdn.prod.website-files.com/5f1b10a955e49d279bdc2192/695d5179162245c581a3ec85_da7ea0d5dea193a28bf7a95cb667fbda_Sal-p-500.png 500w, https://cdn.prod.website-files.com/5f1b10a955e49d279bdc2192/695d5179162245c581a3ec85_da7ea0d5dea193a28bf7a95cb667fbda_Sal.png 590w\" alt src=\"https://cdn.prod.website-files.com/5f1b10a955e49d279bdc2192/695d5179162245c581a3ec85_da7ea0d5dea193a28bf7a95cb667fbda_Sal.png\" loading=\"lazy\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/5f1b10a955e49d279bdc2192/695d5179162245c581a3ec73_bbff073fb101da4590f8e53cd8949b77_Sidney.png",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img sizes=\"(max-width: 590px) 100vw, 590px\" srcset=\"https://cdn.prod.website-files.com/5f1b10a955e49d279bdc2192/695d5179162245c581a3ec73_bbff073fb101da4590f8e53cd8949b77_Sidney-p-500.png 500w, https://cdn.prod.website-files.com/5f1b10a955e49d279bdc2192/695d5179162245c581a3ec73_bbff073fb101da4590f8e53cd8949b77_Sidney.png 590w\" alt src=\"https://cdn.prod.website-files.com/5f1b10a955e49d279bdc2192/695d5179162245c581a3ec73_bbff073fb101da4590f8e53cd8949b77_Sidney.png\" loading=\"lazy\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/5f1b10a955e49d279bdc2192/695d5179162245c581a3ec82_874066c797a6b4f689060b3242a5dc57_Meghan.png",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img sizes=\"(max-width: 590px) 100vw, 590px\" srcset=\"https://cdn.prod.website-files.com/5f1b10a955e49d279bdc2192/695d5179162245c581a3ec82_874066c797a6b4f689060b3242a5dc57_Meghan-p-500.png 500w, https://cdn.prod.website-files.com/5f1b10a955e49d279bdc2192/695d5179162245c581a3ec82_874066c797a6b4f689060b3242a5dc57_Meghan.png 590w\" alt src=\"https://cdn.prod.website-files.com/5f1b10a955e49d279bdc2192/695d5179162245c581a3ec82_874066c797a6b4f689060b3242a5dc57_Meghan.png\" loading=\"lazy\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/5f1b10a955e49d279bdc2192/695d5179162245c581a3ec79_acc25f9cd604b044fb5f9e49d11dfeb3_Julie.png",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img sizes=\"(max-width: 590px) 100vw, 590px\" srcset=\"https://cdn.prod.website-files.com/5f1b10a955e49d279bdc2192/695d5179162245c581a3ec79_acc25f9cd604b044fb5f9e49d11dfeb3_Julie-p-500.png 500w, https://cdn.prod.website-files.com/5f1b10a955e49d279bdc2192/695d5179162245c581a3ec79_acc25f9cd604b044fb5f9e49d11dfeb3_Julie.png 590w\" alt=\"Photo of a young girl wearing a sweatshirt slightly smiling at the camera in an urban setting.\" src=\"https://cdn.prod.website-files.com/5f1b10a955e49d279bdc2192/695d..."
    },
    {
      "src": "https://cdn.prod.website-files.com/5f1b10a955e49d279bdc2192/695d5179162245c581a3ec7c_664361701b4964c17b4e291c6972b516_Evan.png",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img sizes=\"(max-width: 590px) 100vw, 590px\" srcset=\"https://cdn.prod.website-files.com/5f1b10a955e49d279bdc2192/695d5179162245c581a3ec7c_664361701b4964c17b4e291c6972b516_Evan-p-500.png 500w, https://cdn.prod.website-files.com/5f1b10a955e49d279bdc2192/695d5179162245c581a3ec7c_664361701b4964c17b4e291c6972b516_Evan.png 590w\" alt=\"Man wearing yellow round glasses looking thoughtfully toward the camera in a room with art on the wall in the background.\" src=\"https://cdn.prod.website-files.com/5f1b..."
    },
    {
      "src": "https://cdn.prod.website-files.com/5f1b10a955e49d279bdc2192/68114f712c1b3d0b67562277_step-1-mobile-BASE.avif",
      "width": "",
      "height": "",
      "loading": "eager",
      "html": "<img src=\"https://cdn.prod.website-files.com/5f1b10a955e49d279bdc2192/68114f712c1b3d0b67562277_step-1-mobile-BASE.avif\" loading=\"eager\" id=\"w-node-b87e998b-c3e9-c407-1c15-3352e8703e19-e8703e0f\" alt=\"Talkspace app screen showing health insurance coverage details including therapist matching, unlimited sessions, video and messaging, and &#x24;33 copay per session.\" class=\"components--mobile-step\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/5f1b10a955e49d279bdc2192/68112a8cb8114ec600d56126_ebd228b022e10791bcdcc822ff7d16d2_step-2-mobile-BASE.avif",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/5f1b10a955e49d279bdc2192/68112a8cb8114ec600d56126_ebd228b022e10791bcdcc822ff7d16d2_step-2-mobile-BASE.avif\" loading=\"lazy\" id=\"w-node-b87e998b-c3e9-c407-1c15-3352e8703e21-e8703e0f\" alt sizes=\"(max-width: 767px) 40px, 100vw\" srcset=\"https://cdn.prod.website-files.com/5f1b10a955e49d279bdc2192/68112a8cb8114ec600d56126_ebd228b022e10791bcdcc822ff7d16d2_step-2-mobile-BASE.avif 500w, https://cdn.prod.website-files.com/5f1b10a955e49d279bdc2192/68112a8cb811..."
    },
    {
      "src": "https://cdn.prod.website-files.com/5f1b10a955e49d279bdc2192/68112a8cb8114ec600d5612b_354dcaf2c5f6409f9bd1ab886ba9bade_step-3-mobile-BASE.avif",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/5f1b10a955e49d279bdc2192/68112a8cb8114ec600d5612b_354dcaf2c5f6409f9bd1ab886ba9bade_step-3-mobile-BASE.avif\" loading=\"lazy\" id=\"w-node-b87e998b-c3e9-c407-1c15-3352e8703e2b-e8703e0f\" alt sizes=\"(max-width: 767px) 40px, 100vw\" srcset=\"https://cdn.prod.website-files.com/5f1b10a955e49d279bdc2192/68112a8cb8114ec600d5612b_354dcaf2c5f6409f9bd1ab886ba9bade_step-3-mobile-BASE.avif 500w, https://cdn.prod.website-files.com/5f1b10a955e49d279bdc2192/68112a8cb811..."
    },
    {
      "src": "https://cdn.prod.website-files.com/5f1b10a955e49d279bdc2192/67acf56b482a745d48737406_5ae9114679c796ffc3462c716ed5a45e_step4-mobile.png",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/5f1b10a955e49d279bdc2192/67acf56b482a745d48737406_5ae9114679c796ffc3462c716ed5a45e_step4-mobile.png\" loading=\"lazy\" id=\"w-node-b87e998b-c3e9-c407-1c15-3352e8703e33-e8703e0f\" alt=\"Switch providers screen in Talkspace app experience\" sizes=\"100vw\" srcset=\"https://cdn.prod.website-files.com 500w, https://cdn.prod.website-files.com/5f1b10a955e49d279bdc2192/67acf56b482a745d48737406_5ae9114679c796ffc3462c716ed5a45e_step4-mobile.png 560w\" class=\"component..."
    },
    {
      "src": "https://cdn.prod.website-files.com/5f1b10a955e49d279bdc2192/679b97f79015434b2de4e12f_98c1f894a1206cacd945eef12721dcb1_Blank-phone.png",
      "width": "302",
      "height": "",
      "loading": "eager",
      "html": "<img src=\"https://cdn.prod.website-files.com/5f1b10a955e49d279bdc2192/679b97f79015434b2de4e12f_98c1f894a1206cacd945eef12721dcb1_Blank-phone.png\" loading=\"eager\" width=\"302\" alt class=\"components--phone-screen_blank\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/5f1b10a955e49d279bdc2192/6788623f89a65a2751eacb2f_90c318d618b0cbc04bb9317aee84c49d_step1.png",
      "width": "302",
      "height": "",
      "loading": "eager",
      "html": "<img src=\"https://cdn.prod.website-files.com/5f1b10a955e49d279bdc2192/6788623f89a65a2751eacb2f_90c318d618b0cbc04bb9317aee84c49d_step1.png\" loading=\"eager\" width=\"302\" alt=\"&quot;You&apos;re covered&quot; screen in Talkspace app experience\" class=\"components--phone-screen_img\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/5f1b10a955e49d279bdc2192/67acf56b482a745d487373f2_c5bea54156108305ad18aae868e69503_step2.png",
      "width": "302",
      "height": "",
      "loading": "eager",
      "html": "<img src=\"https://cdn.prod.website-files.com/5f1b10a955e49d279bdc2192/67acf56b482a745d487373f2_c5bea54156108305ad18aae868e69503_step2.png\" loading=\"eager\" width=\"302\" alt=\"Meet your provider screen in Talkspace app experience\" class=\"components--phone-screen_img components--second components--new\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/5f1b10a955e49d279bdc2192/679b97f79015434b2de4e11f_3b99ece1d6d568e2f6fbbd7817811a19_step3.png",
      "width": "302",
      "height": "",
      "loading": "eager",
      "html": "<img src=\"https://cdn.prod.website-files.com/5f1b10a955e49d279bdc2192/679b97f79015434b2de4e11f_3b99ece1d6d568e2f6fbbd7817811a19_step3.png\" loading=\"eager\" width=\"302\" alt=\"Live video therapy screen in Talkspace app experience\" class=\"components--phone-screen_img components--third components--new\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/5f1b10a955e49d279bdc2192/6788623f89a65a2751eacb41_83d6b59ad04aedb0524228d4724821a0_step4.png",
      "width": "302",
      "height": "",
      "loading": "eager",
      "html": "<img src=\"https://cdn.prod.website-files.com/5f1b10a955e49d279bdc2192/6788623f89a65a2751eacb41_83d6b59ad04aedb0524228d4724821a0_step4.png\" loading=\"eager\" width=\"302\" alt=\"Switch providers screen in Talkspace app experience\" class=\"components--phone-screen_img components--fourth\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/5f1b10a955e49d279bdc2192/69779e15cb30adf1f55864f3_Individual.avif",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img loading=\"lazy\" src=\"https://cdn.prod.website-files.com/5f1b10a955e49d279bdc2192/69779e15cb30adf1f55864f3_Individual.avif\" alt=\"Young woman with long black hair wearing a white sweater, standing in front of a tropical foliage background.\" class=\"hero__service-img\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/5f1b10a955e49d279bdc2192/69779e151a612882f3ef71f9_Teen.avif",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img loading=\"lazy\" src=\"https://cdn.prod.website-files.com/5f1b10a955e49d279bdc2192/69779e151a612882f3ef71f9_Teen.avif\" alt=\"Young man with curly reddish-brown hair wearing a gray hoodie, posing in front of a yellow wall with black graffiti.\" class=\"hero__service-img\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/5f1b10a955e49d279bdc2192/69779e14011e6434d5f05714_Couples.avif",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img loading=\"lazy\" src=\"https://cdn.prod.website-files.com/5f1b10a955e49d279bdc2192/69779e14011e6434d5f05714_Couples.avif\" alt=\"Smiling couple sitting outdoors with a brick building in the background.\" class=\"hero__service-img\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/5f1b10a955e49d279bdc2192/69779e141208bb8d7438f112_Psychiatry.avif",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img loading=\"lazy\" src=\"https://cdn.prod.website-files.com/5f1b10a955e49d279bdc2192/69779e141208bb8d7438f112_Psychiatry.avif\" alt=\"Smiling young woman with dark hair standing outdoors on a city street with buildings and trees in the background.\" class=\"hero__service-img\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/5f1b10a955e49d279bdc2192/690bd30b4de5e04d296e2040_Chapters%20by%20Talkspace%20logo.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/5f1b10a955e49d279bdc2192/690bd30b4de5e04d296e2040_Chapters%20by%20Talkspace%20logo.svg\" loading=\"lazy\" alt=\"Chapters by Talkspace logo\" class=\"margin-bottom margin-custom1 max-width-small\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/5f1b10a955e49d279bdc2192/68dd59e409c49faa7b5833a1_combined-icon.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/5f1b10a955e49d279bdc2192/68dd59e409c49faa7b5833a1_combined-icon.svg\" loading=\"lazy\" alt=\"Illustration of conversation bubbles alongside a written prescription\" class=\"join_icon double\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/5f1b10a955e49d279bdc2192/68dd59e40801d86906b61240_get-help-icon.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/5f1b10a955e49d279bdc2192/68dd59e40801d86906b61240_get-help-icon.svg\" loading=\"lazy\" style=\"-webkit-transform:translate3d(0, 0, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);-moz-transform:translate3d(0, 0, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);-ms-transform:translate3d(0, 0, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);transform:translate3d(0, 0, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0..."
    },
    {
      "src": "https://cdn.prod.website-files.com/5f1b10a955e49d279bdc2192/6615b924c329fbddd891ca7b_Wordmark.svg",
      "width": "123",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/5f1b10a955e49d279bdc2192/6615b924c329fbddd891ca7b_Wordmark.svg\" loading=\"lazy\" width=\"123\" id=\"w-node-_03067e69-4274-839f-fb76-fe2eeab52e41-eab52e37\" alt=\"Talkspace logo\" class=\"hide-mobile\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/5f1b10a955e49d279bdc2192/6625d0995206d00386e17e4c_T-white.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/5f1b10a955e49d279bdc2192/6625d0995206d00386e17e4c_T-white.svg\" loading=\"lazy\" alt=\"Talkspace white logo\" class=\"show-mobile\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/5f1b10a955e49d279bdc2192/6615b94988cef2f0aacdd9e5_white-check.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/5f1b10a955e49d279bdc2192/6615b94988cef2f0aacdd9e5_white-check.svg\" loading=\"lazy\" alt=\"white checkmark\" class=\"z-index-2\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/5f1b10a955e49d279bdc2192/6615b949f2b82ce4170b0540_orange-check.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img loading=\"lazy\" src=\"https://cdn.prod.website-files.com/5f1b10a955e49d279bdc2192/6615b949f2b82ce4170b0540_orange-check.svg\" alt=\"Check icon\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/5f1b10a955e49d279bdc2192/6615b94988cef2f0aacdd9e5_white-check.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/5f1b10a955e49d279bdc2192/6615b94988cef2f0aacdd9e5_white-check.svg\" loading=\"lazy\" alt=\"white checkmark\" class=\"z-index-2\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/5f1b10a955e49d279bdc2192/6615cab293eecc7e1fe2eb58_orange-x.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img loading=\"lazy\" src=\"https://cdn.prod.website-files.com/5f1b10a955e49d279bdc2192/6615cab293eecc7e1fe2eb58_orange-x.svg\" alt=\"X icon\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/5f1b10a955e49d279bdc2192/6615b94988cef2f0aacdd9e5_white-check.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/5f1b10a955e49d279bdc2192/6615b94988cef2f0aacdd9e5_white-check.svg\" loading=\"lazy\" alt=\"white checkmark\" class=\"z-index-2\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/5f1b10a955e49d279bdc2192/6615cab293eecc7e1fe2eb58_orange-x.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img loading=\"lazy\" src=\"https://cdn.prod.website-files.com/5f1b10a955e49d279bdc2192/6615cab293eecc7e1fe2eb58_orange-x.svg\" alt=\"X icon\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/5f1b10a955e49d279bdc2192/6615b94988cef2f0aacdd9e5_white-check.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/5f1b10a955e49d279bdc2192/6615b94988cef2f0aacdd9e5_white-check.svg\" loading=\"lazy\" alt=\"white checkmark\" class=\"z-index-2\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/5f1b10a955e49d279bdc2192/6615cab293eecc7e1fe2eb58_orange-x.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/5f1b10a955e49d279bdc2192/6615cab293eecc7e1fe2eb58_orange-x.svg\" loading=\"lazy\" alt=\"X icon\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/5f1b10a955e49d279bdc2192/6615b94988cef2f0aacdd9e5_white-check.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/5f1b10a955e49d279bdc2192/6615b94988cef2f0aacdd9e5_white-check.svg\" loading=\"lazy\" alt=\"white checkmark\" class=\"z-index-2\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/5f1b10a955e49d279bdc2192/6615cab293eecc7e1fe2eb58_orange-x.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img loading=\"lazy\" src=\"https://cdn.prod.website-files.com/5f1b10a955e49d279bdc2192/6615cab293eecc7e1fe2eb58_orange-x.svg\" alt=\"X icon\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/5f1b10a955e49d279bdc2192/6615b94988cef2f0aacdd9e5_white-check.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/5f1b10a955e49d279bdc2192/6615b94988cef2f0aacdd9e5_white-check.svg\" loading=\"lazy\" alt=\"white checkmark\" class=\"z-index-2\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/5f1b10a955e49d279bdc2192/6615cab293eecc7e1fe2eb58_orange-x.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img loading=\"lazy\" src=\"https://cdn.prod.website-files.com/5f1b10a955e49d279bdc2192/6615cab293eecc7e1fe2eb58_orange-x.svg\" alt=\"X icon\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/5f1b10a955e49d279bdc2192/6615b94988cef2f0aacdd9e5_white-check.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/5f1b10a955e49d279bdc2192/6615b94988cef2f0aacdd9e5_white-check.svg\" loading=\"lazy\" alt=\"white checkmark\" class=\"z-index-2\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/5f1b10a955e49d279bdc2192/6615cab293eecc7e1fe2eb58_orange-x.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img loading=\"lazy\" src=\"https://cdn.prod.website-files.com/5f1b10a955e49d279bdc2192/6615cab293eecc7e1fe2eb58_orange-x.svg\" alt=\"X icon\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/5f1b10a955e49d279bdc2192/6785a1cf8ba79359082b8a7c_%C2%A0Elizabeth%20Keohan%2C%20LCSW-C.jpg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img sizes=\"100vw\" srcset=\"https://cdn.prod.website-files.com/5f1b10a955e49d279bdc2192/6785a1cf8ba79359082b8a7c_%25C2%25A0Elizabeth%2520Keohan%252C%2520LCSW-C-p-500.jpg 500w, https://cdn.prod.website-files.com/5f1b10a955e49d279bdc2192/6785a1cf8ba79359082b8a7c_%25C2%25A0Elizabeth%2520Keohan%252C%2520LCSW-C-p-800.jpg 800w, https://cdn.prod.website-files.com/5f1b10a955e49d279bdc2192/6785a1cf8ba79359082b8a7c_%C2%A0Elizabeth%20Keohan%2C%20LCSW-C.jpg 1010w\" alt=\"Licensed Talkspace provider Elizabet..."
    },
    {
      "src": "https://cdn.prod.website-files.com/5f1b10a955e49d279bdc2192/6785a1cf8ba79359082b8a88_Jill%20Daino%2C%20LCSW-R.jpg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img sizes=\"100vw\" srcset=\"https://cdn.prod.website-files.com/5f1b10a955e49d279bdc2192/6785a1cf8ba79359082b8a88_Jill%2520Daino%252C%2520LCSW-R-p-500.jpg 500w, https://cdn.prod.website-files.com/5f1b10a955e49d279bdc2192/6785a1cf8ba79359082b8a88_Jill%2520Daino%252C%2520LCSW-R-p-800.jpg 800w, https://cdn.prod.website-files.com/5f1b10a955e49d279bdc2192/6785a1cf8ba79359082b8a88_Jill%20Daino%2C%20LCSW-R.jpg 1010w\" alt=\"Licensed Talkspace provider Jill Daino, LCSW-R\" src=\"https://cdn.prod.website-fi..."
    },
    {
      "src": "https://cdn.prod.website-files.com/5f1b10a955e49d279bdc2192/6785a1cf8ba79359082b8a82_Nikole%20Benders-Hadi%2C%20MD%2C%20CMO.jpg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img sizes=\"100vw\" srcset=\"https://cdn.prod.website-files.com/5f1b10a955e49d279bdc2192/6785a1cf8ba79359082b8a82_Nikole%2520Benders-Hadi%252C%2520MD%252C%2520CMO-p-500.jpg 500w, https://cdn.prod.website-files.com/5f1b10a955e49d279bdc2192/6785a1cf8ba79359082b8a82_Nikole%2520Benders-Hadi%252C%2520MD%252C%2520CMO-p-800.jpg 800w, https://cdn.prod.website-files.com/5f1b10a955e49d279bdc2192/6785a1cf8ba79359082b8a82_Nikole%20Benders-Hadi%2C%20MD%2C%20CMO.jpg 1010w\" alt=\"Chief Medical Officer at Talks..."
    },
    {
      "src": "https://cdn.prod.website-files.com/5f1b10a955e49d279bdc2192/6781867ab536d97d5d24034f_57f2149d3fd6d995b8dafaeba7d9cf62_orange-fill.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/5f1b10a955e49d279bdc2192/6781867ab536d97d5d24034f_57f2149d3fd6d995b8dafaeba7d9cf62_orange-fill.svg\" loading=\"lazy\" alt class=\"components--t-fill\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/5f1b10a955e49d279bdc2192/67acf56b482a745d48737436_3564233c83c4547eb508590de37f6e6e_green-fill.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/5f1b10a955e49d279bdc2192/67acf56b482a745d48737436_3564233c83c4547eb508590de37f6e6e_green-fill.svg\" loading=\"lazy\" alt class=\"components--t-fill\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/5f1b10a955e49d279bdc2192/6781867ab536d97d5d24034d_0a8ff2a05d35bd81dfd3dd5fe643cd8a_blue-fill.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/5f1b10a955e49d279bdc2192/6781867ab536d97d5d24034d_0a8ff2a05d35bd81dfd3dd5fe643cd8a_blue-fill.svg\" loading=\"lazy\" alt class=\"components--t-fill\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/5f1b10a955e49d279bdc2192/679b97f79015434b2de4e0cd_50fec98e3cf4caf895c3ff37ead9c4a7_faq-img.png",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img sizes=\"100vw\" srcset=\"https://cdn.prod.website-files.com/5f1b10a955e49d279bdc2192/679b97f79015434b2de4e0cd_50fec98e3cf4caf895c3ff37ead9c4a7_faq-img-p-500.png 500w, https://cdn.prod.website-files.com/5f1b10a955e49d279bdc2192/679b97f79015434b2de4e0cd_50fec98e3cf4caf895c3ff37ead9c4a7_faq-img-p-800.png 800w, https://cdn.prod.website-files.com/5f1b10a955e49d279bdc2192/679b97f79015434b2de4e0cd_50fec98e3cf4caf895c3ff37ead9c4a7_faq-img.png 1026w\" alt=\"Illustration of two hands holding soil with..."
    },
    {
      "src": "https://cdn.prod.website-files.com/5f1b10a955e49d279bdc2192/67a3dc787244fc70606765bf_26c1fada85c0bab1a257c13185aeba25_Social%20Icons.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/5f1b10a955e49d279bdc2192/67a3dc787244fc70606765bf_26c1fada85c0bab1a257c13185aeba25_Social%20Icons.svg\" loading=\"lazy\" alt=\"Facebook icon\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/5f1b10a955e49d279bdc2192/67a3dc777244fc70606765be_47f6362bc4b3a0a3138100fe01a7dfeb_Social%20Icons-1.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/5f1b10a955e49d279bdc2192/67a3dc777244fc70606765be_47f6362bc4b3a0a3138100fe01a7dfeb_Social%20Icons-1.svg\" loading=\"lazy\" alt=\"X icon\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/5f1b10a955e49d279bdc2192/67acf56b482a745d487373e2_c5cc935fdde62bb17182f9d16a0cb957_Social%20Icons-2.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/5f1b10a955e49d279bdc2192/67acf56b482a745d487373e2_c5cc935fdde62bb17182f9d16a0cb957_Social%20Icons-2.svg\" loading=\"lazy\" alt=\"Instagram icon\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/5f1b10a955e49d279bdc2192/67acf56b482a745d487373e3_07ca2dbc8bea7b5772e59bfa99b8536f_Social%20Icons-3.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/5f1b10a955e49d279bdc2192/67acf56b482a745d487373e3_07ca2dbc8bea7b5772e59bfa99b8536f_Social%20Icons-3.svg\" loading=\"lazy\" alt=\"LinkedIn icon\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/5f1b10a955e49d279bdc2192/68a4d1ebeb7ba59d315780b9_ed0e5d1291f9c72779ad446983780f89_QR_app.png",
      "width": "110",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/5f1b10a955e49d279bdc2192/68a4d1ebeb7ba59d315780b9_ed0e5d1291f9c72779ad446983780f89_QR_app.png\" loading=\"lazy\" width=\"110\" alt class=\"components--hide-tablet\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/5f1b10a955e49d279bdc2192/68a4d1ebeb7ba59d315780b7_7cdca70cc70cd078350f8943c3f9cb1f_Footer_screen.png",
      "width": "206",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/5f1b10a955e49d279bdc2192/68a4d1ebeb7ba59d315780b7_7cdca70cc70cd078350f8943c3f9cb1f_Footer_screen.png\" loading=\"lazy\" width=\"206\" id=\"w-node-_6e1ca4df-7c74-ef42-b713-bfa41f9a237c-1f9a22db\" alt class=\"components--footer_screen-img\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/5f1b10a955e49d279bdc2192/69738aa005e84aa0fd0c75cf_893b72abc364e8562e29417b23bfee20_241217__speech%20bubbles.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img loading=\"lazy\" src=\"https://cdn.prod.website-files.com/5f1b10a955e49d279bdc2192/69738aa005e84aa0fd0c75cf_893b72abc364e8562e29417b23bfee20_241217__speech%20bubbles.svg\" alt>"
    }
  ],
  "possibleDialogs": [
    "<div data-redirect=\"/dispatcher\" data-trigger=\"a[data-cta=&quot;hero_cta&quot;]\" data-cta_source=\"homepage_popup_leadgen\" class=\"components--interstitial-modal-wrapper\"><div class=\"components--interstitial-modal-content\"><div class=\"components--interstitial-modal-close-btn-wrapper\"><div class=\"components--interstitial-modal-close-btn w-embed\"><svg fill=\"#a6aeb9\" width=\"24\" height=\"24\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"> <rect y=\"3.05176e-05\" width=\"24\" height=\"24\" rx=\"12\"...",
    "<div class=\"components--interstitial-modal-content\"><div class=\"components--interstitial-modal-close-btn-wrapper\"><div class=\"components--interstitial-modal-close-btn w-embed\"><svg fill=\"#a6aeb9\" width=\"24\" height=\"24\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"> <rect y=\"3.05176e-05\" width=\"24\" height=\"24\" rx=\"12\" fill=\"black\" fill-opacity=\"0.2\"/> <path d=\"M13.4086 11.9991L17.7045 7.71268H17.7045C18.0962 7.32088 18.0962 6.68565 17.7045 6.29385C17.3127 5.90205 16.6776 5.90205 16.28...",
    "<div class=\"components--interstitial-modal-close-btn-wrapper\"><div class=\"components--interstitial-modal-close-btn w-embed\"><svg fill=\"#a6aeb9\" width=\"24\" height=\"24\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"> <rect y=\"3.05176e-05\" width=\"24\" height=\"24\" rx=\"12\" fill=\"black\" fill-opacity=\"0.2\"/> <path d=\"M13.4086 11.9991L17.7045 7.71268H17.7045C18.0962 7.32088 18.0962 6.68565 17.7045 6.29385C17.3127 5.90205 16.6776 5.90205 16.2859 6.29385L12 10.5903L7.71414 6.29385C7.3224 5.90205...",
    "<div class=\"components--interstitial-modal-close-btn w-embed\"><svg fill=\"#a6aeb9\" width=\"24\" height=\"24\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"> <rect y=\"3.05176e-05\" width=\"24\" height=\"24\" rx=\"12\" fill=\"black\" fill-opacity=\"0.2\"/> <path d=\"M13.4086 11.9991L17.7045 7.71268H17.7045C18.0962 7.32088 18.0962 6.68565 17.7045 6.29385C17.3127 5.90205 16.6776 5.90205 16.2859 6.29385L12 10.5903L7.71414 6.29385C7.3224 5.90205 6.68725 5.90205 6.29551 6.29385C5.90377 6.68565 5.90377 7.320...",
    "<div class=\"components--interstitial-modal-inner-wrapper\"><img loading=\"lazy\" src=\"https://cdn.prod.website-files.com/5f1b10a955e49d279bdc2192/69738aa005e84aa0fd0c75cf_893b72abc364e8562e29417b23bfee20_241217__speech%20bubbles.svg\" alt><h3 class=\"components--interstitial-modal-title\">Ready <span class=\"components--text-span\">to</span> <span class=\"components--text-span-2\">get</span> <span class=\"components--text-span-3\">started?</span></h3><div class=\"components--interstitial-modal-tagline\">Ad...",
    "<h3 class=\"components--interstitial-modal-title\">Ready <span class=\"components--text-span\">to</span> <span class=\"components--text-span-2\">get</span> <span class=\"components--text-span-3\">started?</span></h3>",
    "<div class=\"components--interstitial-modal-tagline\">Add your email to continue</div>",
    "<div class=\"components--interstitial-modal-form-wrapper w-form\"><form id=\"wf-form-leadgen\" name=\"wf-form-leadgen\" data-name=\"leadgen\" method=\"post\" data-campaign=\"homepage_leadgen_interstitial\" class=\"components--interstitial-modal-form\" data-wf-page-id=\"677d78e8b8da788272810515\" data-wf-element-id=\"c3bfc467-3ee7-7c0b-3dba-254ec9a75407\"><input class=\"components--interstitial-modal-email-field w-input\" maxlength=\"256\" name=\"Email\" data-name=\"Email\" placeholder=\"Enter email\" type=\"email\" id=\"le...",
    "<form id=\"wf-form-leadgen\" name=\"wf-form-leadgen\" data-name=\"leadgen\" method=\"post\" data-campaign=\"homepage_leadgen_interstitial\" class=\"components--interstitial-modal-form\" data-wf-page-id=\"677d78e8b8da788272810515\" data-wf-element-id=\"c3bfc467-3ee7-7c0b-3dba-254ec9a75407\"><input class=\"components--interstitial-modal-email-field w-input\" maxlength=\"256\" name=\"Email\" data-name=\"Email\" placeholder=\"Enter email\" type=\"email\" id=\"leadgen-popup-email-field\" required><input type=\"submit\" data-wait...",
    "<input class=\"components--interstitial-modal-email-field w-input\" maxlength=\"256\" name=\"Email\" data-name=\"Email\" placeholder=\"Enter email\" type=\"email\" id=\"leadgen-popup-email-field\" required>",
    "<input type=\"submit\" data-wait=\"Please wait...\" data-wf-native-id-path=\"1c0b7daa-cc0f-0200-17d3-3b5224847a76:c3bfc467-3ee7-7c0b-3dba-254ec9a75409\" data-wf-ao-click-engagement-tracking=\"true\" data-wf-element-id=\"c3bfc467-3ee7-7c0b-3dba-254ec9a75409\" data-wf-component-context=\"%5B%7B%22componentId%22%3A%22c3bfc467-3ee7-7c0b-3dba-254ec9a753f4%22%2C%22instanceId%22%3A%221c0b7daa-cc0f-0200-17d3-3b5224847a76%22%7D%5D\" class=\"components--interstitial-modal-cta components--dynamic-url w-button\" value...",
    "<div class=\"components--interstital-modal-disclaimer\">By submitting your email, you agree to receive reminders and marketing communications.</div>"
  ],
  "score": 70,
  "weight": 10
}

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": 7,
  "citablePassages": 2,
  "failingCandidateParagraphs": [
    {
      "index": 17,
      "heading": "H2: Medication",
      "text": "Hormonal shifts, evolving identities, and societal expectations that accompany certain life stages can powerfully impact women’s mental health. We created Chapters to quickly connect women with mental health care providers with expertise in their needs, providing fast access to specialized therapy and psychiatry.",
      "words": 44,
      "hasEvidence": false,
      "reasons": [
        "Too short for a citation-ready passage (44 words; target 80-220).",
        "Missing a named source, statistic, date, percentage, report, or other evidence signal."
      ],
      "html": "<p class=\"margin-bottom margin-medium-2\">Hormonal shifts, evolving identities, and societal expectations that accompany certain life stages can powerfully impact women&#x2019;s mental health. We created Chapters to quickly connect women with mental health care providers with expertise in their needs, providing fast access to specialized therapy and psychiatry.</p>"
    },
    {
      "index": 34,
      "heading": "H3: How much is Talkspace online therapy?",
      "text": "Talkspace makes online therapy convenient, accessible, and, also importantly, affordable. Cost depends on how you pay: through US health insurance, Medicare, EAP, employer, organization, or out-of-pocket. Many employers cover Talkspace for free, either directly with an employer code or through an Employee Assistance Plan (EAP). Most major health insurance plans cover Talkspace therapy, and if your plan does you’ll...",
      "words": 78,
      "hasEvidence": true,
      "reasons": [
        "Too short for a citation-ready passage (78 words; target 80-220)."
      ],
      "html": "<p>Talkspace makes online therapy convenient, accessible, and, also importantly, affordable. Cost depends on how you pay: through US health insurance, Medicare, EAP, employer, organization, or out-of-pocket. Many employers cover Talkspace for free, either directly with an employer code or through an Employee Assistance Plan (EAP). Most major health insurance plans cover Talkspace therapy, and if your plan does you&#x2019;ll likely only pay a copay (typically &#x24;15). If you pay out-of-pocke..."
    },
    {
      "index": 37,
      "heading": "H3: What is the difference between therapy and psychiatry?",
      "text": "Therapy and psychiatry can both play an important role in your mental health treatment plan. In therapy, licensed therapists work with you to discuss personal challenges and devise a personalized plan, but they aren't able to prescribe medication. A therapist will help to understand your feelings, provide support, and help create a plan for the future.",
      "words": 56,
      "hasEvidence": false,
      "reasons": [
        "Too short for a citation-ready passage (56 words; target 80-220).",
        "Missing a named source, statistic, date, percentage, report, or other evidence signal."
      ],
      "html": "<p>Therapy and psychiatry can both play an important role in your mental health treatment plan. In therapy, licensed therapists work with you to discuss personal challenges and devise a personalized plan, but they aren&apos;t able to prescribe medication. A therapist will help to understand your feelings, provide support, and help create a plan for the future.</p>"
    },
    {
      "index": 38,
      "heading": "H3: What is the difference between therapy and psychiatry?",
      "text": "Psychiatry is a medical specialty that prescribes and monitors medication to treat mental health symptoms. Psychiatrists and psychiatric providers are licensed medical providers who specialize in mental health treatment and can provide psychiatric care services and personalized medication management. Talkspace connects you with an online psychiatric provider within a week, for an evaluation, prescription, and ongo...",
      "words": 57,
      "hasEvidence": false,
      "reasons": [
        "Too short for a citation-ready passage (57 words; target 80-220).",
        "Missing a named source, statistic, date, percentage, report, or other evidence signal."
      ],
      "html": "<p>Psychiatry is a medical specialty that prescribes and monitors medication to treat mental health symptoms. Psychiatrists and psychiatric providers are licensed medical providers who specialize in mental health treatment and can provide psychiatric care services and personalized medication management. Talkspace connects you with an online psychiatric provider within a week, for an evaluation, prescription, and ongoing care.</p>"
    },
    {
      "index": 39,
      "heading": "H3: How do I get matched with a therapist?",
      "text": "After you answer a few online questions about your symptoms and preferences you’ll be matched with a therapist who is licensed in your state and who is likely to be a good fit for your needs. Talkspace therapists are a diverse group with a wide range of specializations. After receiving your personalized match, you’ll be able to communicate with your licensed therapist through text, audio, or video. If you don’t cl...",
      "words": 87,
      "hasEvidence": false,
      "reasons": [
        "Missing a named source, statistic, date, percentage, report, or other evidence signal."
      ],
      "html": "<p>After you answer a few online questions about your symptoms and preferences you&#x2019;ll be matched with a therapist who is licensed in your state and who is likely to be a good fit for your needs. Talkspace therapists are a diverse group with a wide range of specializations. After receiving your personalized match, you&#x2019;ll be able to communicate with your licensed therapist through text, audio, or video. If you don&#x2019;t click with your therapist, it&#x2019;s easy to switch. <a..."
    }
  ],
  "citableParagraphs": [
    {
      "index": 35,
      "heading": "H3: Does insurance cover online therapy?",
      "text": "Typically, yes. Talkspace is in-network with many major insurance plans, and most insured members have a $0 copay. Our extensive network ensures you can get the treatment you need without worrying about cost. So Talkspace therapy may be covered by your employer’s healthcare plan. Or you may receive it for free as a direct benefit from your employer. Coverage will depend on your insurance company and health plan. S...",
      "words": 101,
      "hasEvidence": true,
      "reasons": [],
      "html": "<p>Typically, yes. Talkspace is in-network with many major insurance plans, and most insured members have a &#x24;0 copay. Our extensive network ensures you can get the treatment you need without worrying about cost. So Talkspace therapy may be covered by your employer&#x2019;s healthcare plan. Or you may receive it for free as a direct benefit from your employer. Coverage will depend on your insurance company and health plan. Some of the mental health services most often covered include: tal..."
    },
    {
      "index": 36,
      "heading": "H3: Is online therapy effective?",
      "text": "Online therapy is proven to be as effective, if not more effective than face-to-face therapy. A study conducted by Talkspace & the Journal of Telemedicine and e-Health showed that text-based therapy through Talkspace was highly effective and comparable to traditional therapy. Talkspace also generated greater satisfaction in terms of its delivery, accessibility, and affordability. With online therapy, you’re able t...",
      "words": 82,
      "hasEvidence": true,
      "reasons": [],
      "html": "<p>Online therapy is proven to be as <a href=\"https://www.ncbi.nlm.nih.gov/pubmed/23886401/\" data-wf-native-id-path=\"83bea248-6226-97f9-12f9-e111b63bc15c\" data-wf-ao-click-engagement-tracking=\"true\" data-wf-element-id=\"83bea248-6226-97f9-12f9-e111b63bc15c\"><strong>effective</strong></a>, if not more effective than face-to-face therapy. A study conducted by Talkspace &amp; the <a href=\"https://www.liebertpub.com/doi/abs/10.1089/tmj.2016.0114?journalCode=tmj/&amp;&amp;\" data-wf-native-id-path=\"..."
    }
  ],
  "score": 75,
  "weight": 18
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

AIO: Answer block readiness

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

2 Warning

Needs attention

AIO: Answer block readiness

Warning
01

Issue

35 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": 38,
  "passing": 3,
  "failing": [
    {
      "heading": "Most insured members have a $0 copay",
      "headingHtml": "<h2 class=\"components--heading-style-h3 components--margin-bottom components--margin-small\">Most insured members have a &#x24;0 copay</h2>",
      "firstParagraph": "Choose your insurer to learn more:",
      "paragraphHtml": "<p class=\"components--margin-0\">Choose your insurer to learn more:</p>",
      "words": 6,
      "direct": false,
      "issue": "First paragraph is 6 words and does not look like a concise direct answer."
    },
    {
      "heading": "What’s included with Talkspace",
      "headingHtml": "<h2 data-w-id=\"b187f1fe-c6dd-5f3d-0e14-ca6db13de62b\" class=\"margin-bottom margin-medium-2 max-width-small\">What&#x2019;s included <span class=\"exp--30\">with Talkspace</span></h2>",
      "firstParagraph": "*May vary by insurance coverage",
      "paragraphHtml": "<p class=\"text-color-black margin-0\">*May vary by insurance coverage</p>",
      "words": 5,
      "direct": false,
      "issue": "First paragraph is 5 words and does not look like a concise direct answer."
    },
    {
      "heading": "More than 60,000‍5-star reviews",
      "headingHtml": "<h2 data-w-id=\"529e2403-0eb8-9c67-dcb2-c641cfa048bc\" class=\"components--heading-style-h2 components--max-width-medium\">More <span class=\"exp--20\">than</span> <span class=\"exp--30\">60,000<br>&#x200d;</span><span class=\"exp--40\">5-star</span> <span class=\"exp--50\">reviews</span></h2>",
      "firstParagraph": "Read why people love using Talkspace.See all reviews",
      "paragraphHtml": "<p>Read why people love using Talkspace.<br><a href=\"https://www.talkspace.com/reviews\" data-wf-native-id-path=\"40e83b3c-99e5-f746-860f-2403b09a8ad7:529e2403-0eb8-9c67-dcb2-c641cfa048c1\" data-wf-ao-click-engagement-tracking=\"true\" data-wf-element-id=\"529e2403-0eb8-9c67-dcb2-c641cfa048c1\" data-wf-component-context=\"%5B%7B%22componentId%22%3A%22529e2403-0eb8-9c67-dcb2-c641cfa048b7%22%2C%22instanceId%22%3A%2240e83b3c-99e5-f746-860f-2403b09a8ad7%22%7D%5D\" class=\"components--dynamic-url\">See all r...",
      "words": 9,
      "direct": false,
      "issue": "First paragraph is 9 words and does not look like a concise direct answer."
    },
    {
      "heading": "How Talkspace works",
      "headingHtml": "<h2 class=\"components--h2-exp components--show-mobile-landscape components--text-align-center\">How Talkspace works</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "How Talkspace works",
      "headingHtml": "<h2 class=\"components--h2-exp components--hide-mobile-landscape\">How Talkspace works</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Check eligibility",
      "headingHtml": "<h3 class=\"components--step-heading\">Check eligibility</h3>",
      "firstParagraph": "We're in-network with most major plans, and you can check your coverage in minutes. You can also pay out-of-pocket.",
      "paragraphHtml": "<p class=\"components--mb-0\">We&apos;re in-network with most major plans, and you can check your coverage in minutes. You can also pay out-of-pocket.</p>",
      "words": 19,
      "direct": false,
      "issue": "First paragraph is 19 words and does not look like a concise direct answer."
    },
    {
      "heading": "Get matched with a therapist",
      "headingHtml": "<h3 class=\"components--step-heading\">Get matched with a therapist</h3>",
      "firstParagraph": "Answer a few questions online and we'll match you with a licensed provider.",
      "paragraphHtml": "<p class=\"components--mb-0\">Answer a few questions online and we&apos;ll match you with a licensed provider.</p>",
      "words": 13,
      "direct": false,
      "issue": "First paragraph is 13 words and does not look like a concise direct answer."
    },
    {
      "heading": "Start therapy",
      "headingHtml": "<h3 class=\"components--step-heading\">Start therapy</h3>",
      "firstParagraph": "Communicate with your therapist through live sessions, messaging, or both.",
      "paragraphHtml": "<p class=\"components--mb-0\">Communicate with your therapist through live sessions, messaging, or both.</p>",
      "words": 10,
      "direct": false,
      "issue": "First paragraph is 10 words and does not look like a concise direct answer."
    },
    {
      "heading": "Switch providers any time",
      "headingHtml": "<h3 class=\"components--step-heading\">Switch providers any time</h3>",
      "firstParagraph": "If your first therapist isn't a fit, it's easy to select a new one, at no additional cost.",
      "paragraphHtml": "<p class=\"components--mb-0\">If your first therapist isn&apos;t a fit, it&apos;s easy to select a new one, at no additional cost.</p>",
      "words": 18,
      "direct": false,
      "issue": "First paragraph is 18 words and does not look like a concise direct answer."
    },
    {
      "heading": "What Talkspace offers",
      "headingHtml": "<h2 data-w-id=\"7b579eaa-a2f5-5145-785b-f4ac4262813c\"><span class=\"exp--10\">What</span> <span class=\"exp--30\">Talkspace</span> <span class=\"exp--50\">offers</span></h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Individual",
      "headingHtml": "<h2 class=\"heading-style-h3-2 margin-bottom margin-small\">Individual</h2>",
      "firstParagraph": "Therapy for 18+",
      "paragraphHtml": "<p class=\"margin-bottom margin-xsmall\">Therapy for 18+</p>",
      "words": 3,
      "direct": false,
      "issue": "First paragraph is 3 words and does not look like a concise direct answer."
    },
    {
      "heading": "Teens",
      "headingHtml": "<h2 class=\"heading-style-h3-2 margin-bottom margin-small\">Teens</h2>",
      "firstParagraph": "For ages 13-17",
      "paragraphHtml": "<p class=\"margin-bottom margin-xsmall\">For ages 13-17</p>",
      "words": 3,
      "direct": false,
      "issue": "First paragraph is 3 words and does not look like a concise direct answer."
    },
    {
      "heading": "Couples",
      "headingHtml": "<h2 class=\"heading-style-h3-2 margin-bottom margin-small\">Couples</h2>",
      "firstParagraph": "Therapy for us",
      "paragraphHtml": "<p class=\"margin-bottom margin-xsmall\">Therapy for us</p>",
      "words": 3,
      "direct": false,
      "issue": "First paragraph is 3 words and does not look like a concise direct answer."
    },
    {
      "heading": "Medication",
      "headingHtml": "<h2 class=\"heading-style-h3-2 margin-bottom margin-small\">Medication</h2>",
      "firstParagraph": "Psychiatry & prescriptions",
      "paragraphHtml": "<p class=\"margin-bottom margin-xsmall\">Psychiatry &amp; prescriptions</p>",
      "words": 2,
      "direct": false,
      "issue": "First paragraph is 2 words and does not look like a concise direct answer."
    },
    {
      "heading": "Experts in virtual mental health care",
      "headingHtml": "<h2><span class=\"exp--30\">Experts in virtual mental health care</span></h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Comprehensive treatment with therapy and psychiatry",
      "headingHtml": "<h2 data-w-id=\"b350dd42-bd37-f295-24dd-d3cfb9bdd706\" class=\"max-width-large\">Comprehensive treatment with therapy and psychiatry</h2>",
      "firstParagraph": "Combining therapy and medication has been proven to bring the best results for most mental health conditions.",
      "paragraphHtml": "<p>Combining therapy and medication has been proven to bring the best results for most mental health conditions.</p>",
      "words": 17,
      "direct": false,
      "issue": "First paragraph is 17 words and does not look like a concise direct answer."
    },
    {
      "heading": "Explore therapy andmedication combined (18+)",
      "headingHtml": "<h2 class=\"join_title home\">Explore therapy and<br>medication <span style=\"font-variation-settings:&quot;EXPO&quot; 0\" class=\"exp--40\">combined</span> (18+)</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Get help deciding what’sright for you",
      "headingHtml": "<h2 class=\"join_title home\">Get help deciding what&#x2019;s<br><span style=\"font-variation-settings:&quot;EXPO&quot; 0\" class=\"exp--40\">right for you</span></h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Talkspace vs. In-person",
      "headingHtml": "<h2 class=\"margin-bottom margin-large\">Talkspace vs. In-person</h2>",
      "firstParagraph": "In-person",
      "paragraphHtml": "<p id=\"w-node-_03067e69-4274-839f-fb76-fe2eeab52e43-eab52e37\" class=\"paragraph-med margin-0 text-align-center text-weight-medium\">In-person</p>",
      "words": 1,
      "direct": false,
      "issue": "First paragraph is 1 words and does not look like a concise direct answer."
    },
    {
      "heading": "Meet the Talkspace licensed providers",
      "headingHtml": "<h2 class=\"heading-style-h1\">Meet the Talkspace licensed providers</h2>",
      "firstParagraph": "Our network of therapists and psychiatric providers have specialization in 150+ conditions, treatment approaches, and mental health needs.",
      "paragraphHtml": "<p>Our network of therapists and psychiatric providers have specialization in 150+ conditions, treatment approaches, and mental health needs.</p>",
      "words": 18,
      "direct": false,
      "issue": "First paragraph is 18 words and does not look like a concise direct answer."
    },
    {
      "heading": "Meet the Talkspace licensed providers",
      "headingHtml": "<h2 class=\"heading-style-h1\">Meet the Talkspace licensed providers</h2>",
      "firstParagraph": "Our network of therapists and psychiatric providers have specialization in 150+ conditions, treatment approaches, and mental health needs.",
      "paragraphHtml": "<p>Our network of therapists and psychiatric providers have specialization in 150+ conditions, treatment approaches, and mental health needs.</p>",
      "words": 18,
      "direct": false,
      "issue": "First paragraph is 18 words and does not look like a concise direct answer."
    },
    {
      "heading": "Elizabeth Keohan, LCSW-C",
      "headingHtml": "<h3 class=\"heading-style-h3-2 exp--30 provider-name\">Elizabeth Keohan, LCSW-C</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Jill Daino, LCSW-R",
      "headingHtml": "<h3 class=\"heading-style-h3-2 exp--30 provider-name\">Jill Daino, LCSW-R</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Nikole Benders-Hadi, MD, CMO",
      "headingHtml": "<h3 class=\"heading-style-h3-2 exp--30 provider-name\">Nikole Benders-Hadi, MD, CMO</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "High-quality care backed by evidence",
      "headingHtml": "<h2 class=\"components--heading-style-h2\">High-quality care backed by evidence</h2>",
      "firstParagraph": "Talkspace partners with major research institutions to validate the quality of our treatment methods.",
      "paragraphHtml": "<p>Talkspace partners with major research institutions to validate the quality of our treatment methods.</p>",
      "words": 14,
      "direct": false,
      "issue": "First paragraph is 14 words and does not look like a concise direct answer."
    },
    {
      "heading": "70%",
      "headingHtml": "<h3 class=\"components--h2-exp-xl\">70%</h3>",
      "firstParagraph": "saw improvement of anxiety or depression symptoms within 3 months.",
      "paragraphHtml": "<p id=\"w-node-d4ee6274-9294-bbf4-740f-7258dee82395-dee8238a\">saw improvement of anxiety or depression symptoms <span class=\"components--text-weight-medium\">within 3 months.</span></p>",
      "words": 10,
      "direct": false,
      "issue": "First paragraph is 10 words and does not look like a concise direct answer."
    },
    {
      "heading": "80%",
      "headingHtml": "<h3 class=\"components--h2-exp-xl\">80%</h3>",
      "firstParagraph": "reported Talkspace was as or more effective than face-to-face therapy.",
      "paragraphHtml": "<p id=\"w-node-d4ee6274-9294-bbf4-740f-7258dee8239e-dee8238a\">reported Talkspace was <span class=\"components--text-weight-medium\">as or more effective</span> than face-to-face therapy.</p>",
      "words": 10,
      "direct": false,
      "issue": "First paragraph is 10 words and does not look like a concise direct answer."
    },
    {
      "heading": "98%",
      "headingHtml": "<h3 class=\"components--h2-exp-xl\">98%</h3>",
      "firstParagraph": "found Talkspace to be more convenient than face-to-face therapy.",
      "paragraphHtml": "<p id=\"w-node-d4ee6274-9294-bbf4-740f-7258dee823a8-dee8238a\">found Talkspace to be <span class=\"components--text-weight-medium\">more convenient</span> than face-to-face therapy.</p>",
      "words": 9,
      "direct": false,
      "issue": "First paragraph is 9 words and does not look like a concise direct answer."
    },
    {
      "heading": "Any questions?",
      "headingHtml": "<h2 data-w-id=\"d095742b-8f12-5264-cddb-954a57aadc99\" class=\"components--h2-exp-xl\">Any <span class=\"components--exp--20\">questions?</span></h2>",
      "firstParagraph": "Find trust-worthy answers on all things mental health at Talkspace.",
      "paragraphHtml": "<p>Find trust-worthy answers on all things mental health at Talkspace.</p>",
      "words": 10,
      "direct": false,
      "issue": "First paragraph is 10 words and does not look like a concise direct answer."
    },
    {
      "heading": "How much is Talkspace online therapy?",
      "headingHtml": "<h3 class=\"components--font-exposure components--margin-0\">How much is Talkspace online therapy?</h3>",
      "firstParagraph": "Talkspace makes online therapy convenient, accessible, and, also importantly, affordable. Cost depends on how you pay: through US health insurance, Medicare, EAP, employer, organization, or out-of-pocket. Many employers cover Talkspace for free, either directly with an employer code or through an Employee Assistance...",
      "paragraphHtml": "<p>Talkspace makes online therapy convenient, accessible, and, also importantly, affordable. Cost depends on how you pay: through US health insurance, Medicare, EAP, employer, organization, or out-of-pocket. Many employers cover Talkspace for free, either directly with an employer code or through an Employee Assistance Plan (EAP). Most major health insurance plans cover Talkspace therapy, and if your plan does you&#x2019;ll likely only pay a copay (typically &#x24;15). If you pay out-of-pocke...",
      "words": 78,
      "direct": false,
      "issue": "First paragraph is 78 words and does not look like a concise direct answer."
    },
    {
      "heading": "What is the difference between therapy and psychiatry?",
      "headingHtml": "<h3 class=\"components--font-exposure components--margin-0\">What is the difference between therapy and psychiatry?</h3>",
      "firstParagraph": "Therapy and psychiatry can both play an important role in your mental health treatment plan. In therapy, licensed therapists work with you to discuss personal challenges and devise a personalized plan, but they aren't able to prescribe medication. A therapist will help to understand your feelings, provide support, a...",
      "paragraphHtml": "<p>Therapy and psychiatry can both play an important role in your mental health treatment plan. In therapy, licensed therapists work with you to discuss personal challenges and devise a personalized plan, but they aren&apos;t able to prescribe medication. A therapist will help to understand your feelings, provide support, and help create a plan for the future.</p>",
      "words": 56,
      "direct": false,
      "issue": "First paragraph is 56 words and does not look like a concise direct answer."
    },
    {
      "heading": "Company",
      "headingHtml": "<h3 class=\"components--footer_heading\">Company</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Resources",
      "headingHtml": "<h3 class=\"components--footer_heading\">Resources</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Legal",
      "headingHtml": "<h3 class=\"components--footer_heading\">Legal</h3>",
      "firstParagraph": "Download the app",
      "paragraphHtml": "<p><strong>Download the app</strong></p>",
      "words": 3,
      "direct": false,
      "issue": "First paragraph is 3 words and does not look like a concise direct answer."
    },
    {
      "heading": "Ready to get started?",
      "headingHtml": "<h3 class=\"components--interstitial-modal-title\">Ready <span class=\"components--text-span\">to</span> <span class=\"components--text-span-2\">get</span> <span class=\"components--text-span-3\">started?</span></h3>",
      "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 75/100 and needs improvement.

2 Warning

Needs attention

AEO: Entity and definition clarity

Warning
01

Issue

Entity or definition gaps: talkspace, rated, online, therapy, million, users, space, figure, things, out.

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

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

Evidence
{
  "title": "Talkspace - #1 Rated Online Therapy, 1 Million+ Users",
  "h1": "Space to figure things out",
  "description": "Connect with licensed therapists and experience the most convenient, affordable way to improve your mental health — with or without insurance. Start today.",
  "topicOverlap": 0,
  "definitionCount": 11,
  "topicTerms": [
    "talkspace",
    "rated",
    "online",
    "therapy",
    "million",
    "users",
    "space",
    "figure",
    "things",
    "out"
  ],
  "descriptionTerms": [
    "connect",
    "licensed",
    "therapists",
    "experience",
    "most",
    "convenient",
    "affordable",
    "way",
    "improve",
    "mental",
    "health",
    "without",
    "insurance",
    "start",
    "today"
  ],
  "missingFromDescription": [
    "talkspace",
    "rated",
    "online",
    "therapy",
    "million",
    "users",
    "space",
    "figure",
    "things",
    "out"
  ],
  "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.

2 Warning

Needs attention

GEO: Extraction-friendly structure

Warning
01

Issue

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

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": true,
  "definitionPatterns": 11,
  "schemaBlocks": 3,
  "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"
  ],
  "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: benefits, cost.

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": "Most insured members have a $0 copay",
      "html": "<h2 class=\"components--heading-style-h3 components--margin-bottom components--margin-small\">Most insured members have a &#x24;0 copay</h2>"
    },
    {
      "text": "What’s included with Talkspace",
      "html": "<h2 data-w-id=\"b187f1fe-c6dd-5f3d-0e14-ca6db13de62b\" class=\"margin-bottom margin-medium-2 max-width-small\">What&#x2019;s included <span class=\"exp--30\">with Talkspace</span></h2>"
    },
    {
      "text": "More than 60,000‍5-star reviews",
      "html": "<h2 data-w-id=\"529e2403-0eb8-9c67-dcb2-c641cfa048bc\" class=\"components--heading-style-h2 components--max-width-medium\">More <span class=\"exp--20\">than</span> <span class=\"exp--30\">60,000<br>&#x200d;</span><span class=\"exp--40\">5-star</span> <span class=\"exp--50\">reviews</span></h2>"
    },
    {
      "text": "How Talkspace works",
      "html": "<h2 class=\"components--h2-exp components--show-mobile-landscape components--text-align-center\">How Talkspace works</h2>"
    },
    {
      "text": "How Talkspace works",
      "html": "<h2 class=\"components--h2-exp components--hide-mobile-landscape\">How Talkspace works</h2>"
    },
    {
      "text": "What Talkspace offers",
      "html": "<h2 data-w-id=\"7b579eaa-a2f5-5145-785b-f4ac4262813c\"><span class=\"exp--10\">What</span> <span class=\"exp--30\">Talkspace</span> <span class=\"exp--50\">offers</span></h2>"
    },
    {
      "text": "Individual",
      "html": "<h2 class=\"heading-style-h3-2 margin-bottom margin-small\">Individual</h2>"
    },
    {
      "text": "Teens",
      "html": "<h2 class=\"heading-style-h3-2 margin-bottom margin-small\">Teens</h2>"
    },
    {
      "text": "Couples",
      "html": "<h2 class=\"heading-style-h3-2 margin-bottom margin-small\">Couples</h2>"
    },
    {
      "text": "Medication",
      "html": "<h2 class=\"heading-style-h3-2 margin-bottom margin-small\">Medication</h2>"
    },
    {
      "text": "Experts in virtual mental health care",
      "html": "<h2><span class=\"exp--30\">Experts in virtual mental health care</span></h2>"
    },
    {
      "text": "Comprehensive treatment with therapy and psychiatry",
      "html": "<h2 data-w-id=\"b350dd42-bd37-f295-24dd-d3cfb9bdd706\" class=\"max-width-large\">Comprehensive treatment with therapy and psychiatry</h2>"
    },
    {
      "text": "Explore therapy andmedication combined (18+)",
      "html": "<h2 class=\"join_title home\">Explore therapy and<br>medication <span style=\"font-variation-settings:&quot;EXPO&quot; 0\" class=\"exp--40\">combined</span> (18+)</h2>"
    },
    {
      "text": "Get help deciding what’sright for you",
      "html": "<h2 class=\"join_title home\">Get help deciding what&#x2019;s<br><span style=\"font-variation-settings:&quot;EXPO&quot; 0\" class=\"exp--40\">right for you</span></h2>"
    },
    {
      "text": "Talkspace vs. In-person",
      "html": "<h2 class=\"margin-bottom margin-large\">Talkspace vs. In-person</h2>"
    },
    {
      "text": "Meet the Talkspace licensed providers",
      "html": "<h2 class=\"heading-style-h1\">Meet the Talkspace licensed providers</h2>"
    },
    {
      "text": "Meet the Talkspace licensed providers",
      "html": "<h2 class=\"heading-style-h1\">Meet the Talkspace licensed providers</h2>"
    },
    {
      "text": "High-quality care backed by evidence",
      "html": "<h2 class=\"components--heading-style-h2\">High-quality care backed by evidence</h2>"
    },
    {
      "text": "Any questions?",
      "html": "<h2 data-w-id=\"d095742b-8f12-5264-cddb-954a57aadc99\" class=\"components--h2-exp-xl\">Any <span class=\"components--exp--20\">questions?</span></h2>"
    }
  ],
  "expected": [
    {
      "id": "what",
      "label": "What is Talkspace - #1 Rated Online Therapy, 1 Millio...?",
      "pattern": {}
    },
    {
      "id": "how",
      "label": "How does Talkspace - #1 Rated Online Therapy, 1 Millio... work?",
      "pattern": {}
    },
    {
      "id": "benefits",
      "label": "Why use Talkspace - #1 Rated Online Therapy, 1 Millio...?",
      "pattern": {}
    },
    {
      "id": "cost",
      "label": "Is Talkspace - #1 Rated Online Therapy, 1 Millio... free or paid?",
      "pattern": {}
    },
    {
      "id": "compare",
      "label": "How does Talkspace - #1 Rated Online Therapy, 1 Millio... compare with alternatives?",
      "pattern": {}
    }
  ],
  "missing": [
    {
      "id": "benefits",
      "label": "Why use Talkspace - #1 Rated Online Therapy, 1 Millio...?",
      "pattern": {}
    },
    {
      "id": "cost",
      "label": "Is Talkspace - #1 Rated Online Therapy, 1 Millio... free or paid?",
      "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": 135174
          },
          {
            "path": "/api/context",
            "statusCode": 404,
            "contentType": "text/html; charset=utf-8",
            "length": 135174
          },
          {
            "path": "/context",
            "statusCode": 404,
            "contentType": "text/html; charset=utf-8",
            "length": 135174
          }
        ]
      },
      "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: benefits, cost.

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": "Most insured members have a $0 copay",
      "html": "<h2 class=\"components--heading-style-h3 components--margin-bottom components--margin-small\">Most insured members have a &#x24;0 copay</h2>"
    },
    {
      "text": "What’s included with Talkspace",
      "html": "<h2 data-w-id=\"b187f1fe-c6dd-5f3d-0e14-ca6db13de62b\" class=\"margin-bottom margin-medium-2 max-width-small\">What&#x2019;s included <span class=\"exp--30\">with Talkspace</span></h2>"
    },
    {
      "text": "More than 60,000‍5-star reviews",
      "html": "<h2 data-w-id=\"529e2403-0eb8-9c67-dcb2-c641cfa048bc\" class=\"components--heading-style-h2 components--max-width-medium\">More <span class=\"exp--20\">than</span> <span class=\"exp--30\">60,000<br>&#x200d;</span><span class=\"exp--40\">5-star</span> <span class=\"exp--50\">reviews</span></h2>"
    },
    {
      "text": "How Talkspace works",
      "html": "<h2 class=\"components--h2-exp components--show-mobile-landscape components--text-align-center\">How Talkspace works</h2>"
    },
    {
      "text": "How Talkspace works",
      "html": "<h2 class=\"components--h2-exp components--hide-mobile-landscape\">How Talkspace works</h2>"
    },
    {
      "text": "What Talkspace offers",
      "html": "<h2 data-w-id=\"7b579eaa-a2f5-5145-785b-f4ac4262813c\"><span class=\"exp--10\">What</span> <span class=\"exp--30\">Talkspace</span> <span class=\"exp--50\">offers</span></h2>"
    },
    {
      "text": "Individual",
      "html": "<h2 class=\"heading-style-h3-2 margin-bottom margin-small\">Individual</h2>"
    },
    {
      "text": "Teens",
      "html": "<h2 class=\"heading-style-h3-2 margin-bottom margin-small\">Teens</h2>"
    },
    {
      "text": "Couples",
      "html": "<h2 class=\"heading-style-h3-2 margin-bottom margin-small\">Couples</h2>"
    },
    {
      "text": "Medication",
      "html": "<h2 class=\"heading-style-h3-2 margin-bottom margin-small\">Medication</h2>"
    },
    {
      "text": "Experts in virtual mental health care",
      "html": "<h2><span class=\"exp--30\">Experts in virtual mental health care</span></h2>"
    },
    {
      "text": "Comprehensive treatment with therapy and psychiatry",
      "html": "<h2 data-w-id=\"b350dd42-bd37-f295-24dd-d3cfb9bdd706\" class=\"max-width-large\">Comprehensive treatment with therapy and psychiatry</h2>"
    },
    {
      "text": "Explore therapy andmedication combined (18+)",
      "html": "<h2 class=\"join_title home\">Explore therapy and<br>medication <span style=\"font-variation-settings:&quot;EXPO&quot; 0\" class=\"exp--40\">combined</span> (18+)</h2>"
    },
    {
      "text": "Get help deciding what’sright for you",
      "html": "<h2 class=\"join_title home\">Get help deciding what&#x2019;s<br><span style=\"font-variation-settings:&quot;EXPO&quot; 0\" class=\"exp--40\">right for you</span></h2>"
    },
    {
      "text": "Talkspace vs. In-person",
      "html": "<h2 class=\"margin-bottom margin-large\">Talkspace vs. In-person</h2>"
    },
    {
      "text": "Meet the Talkspace licensed providers",
      "html": "<h2 class=\"heading-style-h1\">Meet the Talkspace licensed providers</h2>"
    },
    {
      "text": "Meet the Talkspace licensed providers",
      "html": "<h2 class=\"heading-style-h1\">Meet the Talkspace licensed providers</h2>"
    },
    {
      "text": "High-quality care backed by evidence",
      "html": "<h2 class=\"components--heading-style-h2\">High-quality care backed by evidence</h2>"
    },
    {
      "text": "Any questions?",
      "html": "<h2 data-w-id=\"d095742b-8f12-5264-cddb-954a57aadc99\" class=\"components--h2-exp-xl\">Any <span class=\"components--exp--20\">questions?</span></h2>"
    }
  ],
  "expected": [
    {
      "id": "what",
      "label": "What is Talkspace - #1 Rated Online Therapy, 1 Millio...?",
      "pattern": {}
    },
    {
      "id": "how",
      "label": "How does Talkspace - #1 Rated Online Therapy, 1 Millio... work?",
      "pattern": {}
    },
    {
      "id": "benefits",
      "label": "Why use Talkspace - #1 Rated Online Therapy, 1 Millio...?",
      "pattern": {}
    },
    {
      "id": "cost",
      "label": "Is Talkspace - #1 Rated Online Therapy, 1 Millio... free or paid?",
      "pattern": {}
    },
    {
      "id": "compare",
      "label": "How does Talkspace - #1 Rated Online Therapy, 1 Millio... compare with alternatives?",
      "pattern": {}
    }
  ],
  "missing": [
    {
      "id": "benefits",
      "label": "Why use Talkspace - #1 Rated Online Therapy, 1 Millio...?",
      "pattern": {}
    },
    {
      "id": "cost",
      "label": "Is Talkspace - #1 Rated Online Therapy, 1 Millio... free or paid?",
      "pattern": {}
    }
  ],
  "score": 70,
  "weight": 4
}

Agent Ease of UseAuthEmerging recommendation

Auth.md Agent Registration

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

Informational

Needs attention

Auth.md Agent Registration

Informational
01

Issue

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

02

Why it matters

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

Check name

Auth.md Agent Registration

Score

0/100

Status

informational

Category

Auth

Maturity

Emerging recommendation

Goal

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

Result

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

Validation steps

  1. Fetch and validate /auth.md

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

  2. Publish protected resource metadata

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

  3. Validate agent_auth authorization metadata

    OAuth authorization server metadata could not be fetched.

Evidence
{
  "failedStep": "auth-md",
  "steps": [
    {
      "id": "auth-md",
      "title": "Fetch and validate /auth.md",
      "status": "fail",
      "evidence": {
        "path": "/auth.md",
        "ok": false,
        "statusCode": 404,
        "contentType": "text/html; charset=utf-8",
        "length": 135174,
        "validation": {
          "valid": false,
          "issue": "auth.md response did not match the expected agent registration shape. Content-Type \"text/html; charset=utf-8\" is not Markdown or text/plain; missing registration instructions; missing /.well-known/oauth-protected-resource link; missing /.well-known/oauth-authorization-server link; missing supported identity type language; missing credential type language.",
          "compatibleContentType": false,
          "contentLength": 132212,
          "hasRegisterInstructions": false,
          "hasProtectedResourceLink": false,
          "hasAuthorizationServerLink": false,
          "mentionsIdentity": false,
          "mentionsCredential": false,
          "links": [
            "https://cdn.prod.website-files.com\"",
            "/title",
            "https://cdn.prod.website-files.com/5f1b10a955e49d279bdc2192/css/insurance-269705.shared.652ad6ee4.min.css\"",
            "/css",
            "/Y7EP75TqGxl58jW6hG1yo3ZU3h4",
            "https://cdn.prod.website-files.com/5f1b10a955e49d279bdc2192/css/insurance-269705.6967b7b04491bce4d2f4d909.3c0a6cb25.opt.min.css\"",
            "/css",
            "https://fonts.googleapis.com\"",
            "https://fonts.gstatic.com\"",
            "https://ajax.googleapis.com/ajax/libs/webfont/1.6.26/webfont.js\""
          ],
          "rawExcerpt": "<!DOCTYPE html><!-- Last Published: Thu Jun 04 2026 20:04:51 GMT+0000 (Coordinated Universal Time) --><html data-wf-domain=\"coverage.talkspace.com\" data-wf-page=\"6967b7b04491bce4d2f4d909\" data-wf-site=\"5f1b10a955e49d279bdc2192\" data-wf-intellimize-customer-id=\"117526738\" 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=\"Not Found\" name=\"twitter:title\"/><meta content=\"width=device-width, initial-scale=1\" name=\"viewport\"/><meta content=\"-awGB4Hq-R0Rf0CNpkn5bb6qBeXLk0FQT2ykGtYcZRg\" name=\"google-site-verification\"/><link href=\"https://cdn.prod.website-files.com/5f1b10a955e49d279bdc2192/css/insurance-269705.shared.652ad6ee4.min.css\""
        }
      },
      "issue": "auth.md response did not match the expected agent registration shape. Content-Type \"text/html; charset=utf-8\" is not Markdown or text/plain; missing registration instructions; missing /.well-known/oauth-protected-resource link; missing /.well-known/oauth-authorization-server link; missing supported identity type language; missing credential type language.",
      "howToFix": "Serve /auth.md at the site root as Markdown with agent registration instructions and links to OAuth metadata."
    },
    {
      "id": "oauth-protected-resource",
      "title": "Publish protected resource metadata",
      "status": "fail",
      "evidence": {
        "path": "/.well-known/oauth-protected-resource",
        "ok": false,
        "statusCode": 404,
        "contentType": "text/html; charset=utf-8",
        "length": 134255,
        "text": "<!DOCTYPE html><!-- Last Published: Thu Jun 04 2026 20:04:51 GMT+0000 (Coordinated Universal Time) --><html data-wf-domain=\"coverage.talkspace.com\" data-wf-page=\"6967b7b04491bce4d2f4d909\" data-wf-site=\"5f1b10a955e49d279bdc2192\" data-wf-intellimize-customer-id=\"117526738\" 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=\"Not Found\" name=\"twitter:title\"/><meta content=\"width=device-width, initial-scale=1\" name=\"viewport\"/><meta content=\"-awGB4Hq-R0Rf0CNpkn5bb6qBeXLk0FQT2ykGtYcZRg\" name=\"google-site-verification\"/><link href=\"https://cdn.prod.website-files.com/5f1b10a955e49d279bdc2192/css/insurance-269705.shared.652ad6ee4.min.css\" rel=\"stylesheet\" type=\"text/css\" integrity=\"sha384-ZSrW7kH49BV3rGsJ7AcfiYObrAfzU5R4iQrC/Y7EP75TqGxl58jW6hG1yo3ZU3h4\" crossorigin=\"anonymous\"/><link href=\"https://cdn.prod.website-files.com/5f1b10a955e49d279bdc2192/css/insurance-269705.6967b7b04491bce4d2f4d909.3c0a6cb25.opt.min.css\" rel=\"stylesheet\" type=\"text/css\" integrity=\"sha384-PApsslXT7Z6Aj47PyFQhkKvFrVd2sbppSgo+aKLGT1ZuhJVZzWQLj5ysE9tNrINa\" crossorigin=\"anonymous\"/><link href=\"https://fonts.googleapis.com\" rel=\"preconnect\"/><link href=\"https://fonts.gstatic.com\" rel=\"preconnect\" crossorigin=\"anonymous\"/><script src=\"https://ajax.googleapis.com/ajax/libs/webfont/1.6.26/webfont.js\" type=\"text/javascript\"></script><script type=\"text/javascript\">WebFont.load({  google: {    families: [\"Open Sans:300,300italic,400,400italic,600,600italic,700,700italic,800,800italic\",\"Caveat:300,400,500,600,700\",\"Roboto:300,400,500,600,700\",\"Roboto Condensed:300,400,500,600,700\"]  }});</script><script type=\"text/javascript\">!function(o,c){var n=c.documentElement,t=\" w-mod-\";n.className+=t+\"js\",(\"ontouchstart\"in o||o.DocumentTouch&&c instanceof DocumentTouch)&&(n.className+=t+\"touch\")}(window,document);</script><link href=\"https://cdn.prod.website-files.com/5f1b10a955e49d279bdc2192/6632511297e71620b046a2ba_Talkspace%20favicon.png\" rel=\"shortcut icon\" type=\"image/x-icon\"/><link href=\"https://cdn.prod.website-files.com/5f1b10a955e49d279bdc2192/663251151e1d86ae8193dc3b_webclip.png\" rel=\"apple-touch-icon\"/><link href=\"https://www.talkspace.com/404\" rel=\"canonical\"/><style>.anti-flicker, .anti-flicker * {visibility: hidden !important; opacity: 0 !important;}</style><style>[data-wf-hidden-variation], [data-wf-hidden-variation] * {\n        display: none !important;\n      }</style><script type=\"text/javascript\">if (localStorage.getItem('intellimize_data_tracking_type') !== 'disabled') { localStorage.setItem('intellimize_opt_out_117526738', 'true'); } if (localStorage.getItem('intellimize_data_tracking_type') !== 'disabled') { localStorage.setItem('intellimize_data_tracking_type', 'disabled'); }</script><script type=\"text/javascript\">(function(e){var s={r:[]};e.wf={r:s.r,ready:t=>{s.r.push(t)}}})(window)</script><script type=\"text/javascript\">(function(e,t,p){var n=document.documentElement,s={p:[],r:[]},u={p:s.p,r:s.r,push:function(e){s.p.push(e)},ready:function(e){s.r.push(e)}};e.intellimize=u,n.className+=\" \"+p,setTimeout(function(){n.className=n.className.replace(RegExp(\" ?\"+p),\"\")},t)})(window, 4000, 'anti-flicker')</script><link href=\"https://cdn.intellimize.co/snippet/117526738.js\" rel=\"preload\" as=\"script\"/><script type=\"text/javascript\">var wfClientScript=document.createElement(\"script\");wfClientScript.src=\"https://cdn.intellimize.co/snippet/117526738.js\",wfClientScript.async=!0,wfClientScript.onerror=function(){document.documentElement.className=document.documentElement.className.replace(RegExp(\" ?anti-flicker\"),\"\")},document.head.appendChild(wfClientScript);</script><link href=\"https://api.intellimize.co\" rel=\"preconnect\" crossorigin=\"true\"/><link href=\"https://log.intellimize.co\" rel=\"preconnect\" crossorigin=\"true\"/><link href=\"https://117526738.intellimizeio.com\" rel=\"preconnect\"/><!-- OneTrust Cookies Con"
      },
      "issue": "The OAuth Protected Resource metadata endpoint did not return HTTP 2xx.",
      "howToFix": "Publish /.well-known/oauth-protected-resource with resource and authorization_servers fields."
    },
    {
      "id": "agent-auth-block",
      "title": "Validate agent_auth authorization metadata",
      "status": "fail",
      "evidence": {
        "valid": false,
        "issue": "OAuth authorization server metadata could not be fetched.",
        "fetch": {
          "ok": false,
          "statusCode": 404,
          "contentType": "text/html; charset=utf-8",
          "length": 134255,
          "text": "<!DOCTYPE html><!-- Last Published: Thu Jun 04 2026 20:04:51 GMT+0000 (Coordinated Universal Time) --><html data-wf-domain=\"coverage.talkspace.com\" data-wf-page=\"6967b7b04491bce4d2f4d909\" data-wf-site=\"5f1b10a955e49d279bdc2192\" data-wf-intellimize-customer-id=\"117526738\" 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=\"Not Found\" name=\"twitter:title\"/><meta content=\"width=device-width, initial-scale=1\" name=\"viewport\"/><meta content=\"-awGB4Hq-R0Rf0CNpkn5bb6qBeXLk0FQT2ykGtYcZRg\" name=\"google-site-verification\"/><link href=\"https://cdn.prod.website-files.com/5f1b10a955e49d279bdc2192/css/insurance-269705.shared.652ad6ee4.min.css\" rel=\"stylesheet\" type=\"text/css\" integrity=\"sha384-ZSrW7kH49BV3rGsJ7AcfiYObrAfzU5R4iQrC/Y7EP75TqGxl58jW6hG1yo3ZU3h4\" crossorigin=\"anonymous\"/><link href=\"https://cdn.prod.website-files.com/5f1b10a955e49d279bdc2192/css/insurance-269705.6967b7b04491bce4d2f4d909.3c0a6cb25.opt.min.css\" rel=\"stylesheet\" type=\"text/css\" integrity=\"sha384-PApsslXT7Z6Aj47PyFQhkKvFrVd2sbppSgo+aKLGT1ZuhJVZzWQLj5ysE9tNrINa\" crossorigin=\"anonymous\"/><link href=\"https://fonts.googleapis.com\" rel=\"preconnect\"/><link href=\"https://fonts.gstatic.com\" rel=\"preconnect\" crossorigin=\"anonymous\"/><script src=\"https://ajax.googleapis.com/ajax/libs/webfont/1.6.26/webfont.js\" type=\"text/javascript\"></script><script type=\"text/javascript\">WebFont.load({  google: {    families: [\"Open Sans:300,300italic,400,400italic,600,600italic,700,700italic,800,800italic\",\"Caveat:300,400,500,600,700\",\"Roboto:300,400,500,600,700\",\"Roboto Condensed:300,400,500,600,700\"]  }});</script><script type=\"text/javascript\">!function(o,c){var n=c.documentElement,t=\" w-mod-\";n.className+=t+\"js\",(\"ontouchstart\"in o||o.DocumentTouch&&c instanceof DocumentTouch)&&(n.className+=t+\"touch\")}(window,document);</script><link href=\"https://cdn.prod.website-files.com/5f1b10a955e49d279bdc2192/6632511297e71620b046a2ba_Talkspace%20favicon.png\" rel=\"shortcut icon\" type=\"image/x-icon\"/><link href=\"https://cdn.prod.website-files.com/5f1b10a955e49d279bdc2192/663251151e1d86ae8193dc3b_webclip.png\" rel=\"apple-touch-icon\"/><link href=\"https://www.talkspace.com/404\" rel=\"canonical\"/><style>.anti-flicker, .anti-flicker * {visibility: hidden !important; opacity: 0 !important;}</style><style>[data-wf-hidden-variation], [data-wf-hidden-variation] * {\n        display: none !important;\n      }</style><script type=\"text/javascript\">if (localStorage.getItem('intellimize_data_tracking_type') !== 'disabled') { localStorage.setItem('intellimize_opt_out_117526738', 'true'); } if (localStorage.getItem('intellimize_data_tracking_type') !== 'disabled') { localStorage.setItem('intellimize_data_tracking_type', 'disabled'); }</script><script type=\"text/javascript\">(function(e){var s={r:[]};e.wf={r:s.r,ready:t=>{s.r.push(t)}}})(window)</script><script type=\"text/javascript\">(function(e,t,p){var n=document.documentElement,s={p:[],r:[]},u={p:s.p,r:s.r,push:function(e){s.p.push(e)},ready:function(e){s.r.push(e)}};e.intellimize=u,n.className+=\" \"+p,setTimeout(function(){n.className=n.className.replace(RegExp(\" ?\"+p),\"\")},t)})(window, 4000, 'anti-flicker')</script><link href=\"https://cdn.intellimize.co/snippet/117526738.js\" rel=\"preload\" as=\"script\"/><script type=\"text/javascript\">var wfClientScript=document.createElement(\"script\");wfClientScript.src=\"https://cdn.intellimize.co/snippet/117526738.js\",wfClientScript.async=!0,wfClientScript.onerror=function(){document.documentElement.className=document.documentElement.className.replace(RegExp(\" ?anti-flicker\"),\"\")},document.head.appendChild(wfClientScript);</script><link href=\"https://api.intellimize.co\" rel=\"preconnect\" crossorigin=\"true\"/><link href=\"https://log.intellimize.co\" rel=\"preconnect\" crossorigin=\"true\"/><link href=\"https://117526738.intellimizeio.com\" rel=\"preconnect\"/><!-- OneTrust Cookies Con"
        }
      },
      "issue": "OAuth authorization server metadata could not be fetched.",
      "howToFix": "Add agent_auth to /.well-known/oauth-authorization-server with register_uri, supported identity types, credential types, and claim or revocation URLs where applicable."
    }
  ],
  "authApplicability": {
    "supportsAuth": true,
    "score": 3,
    "signals": [
      {
        "source": "visible-text",
        "weight": 3,
        "match": "log in"
      }
    ]
  },
  "resourceFetchSucceeded": false
}

AI DiscoverabilityDiscoverabilityEstablished

IndexNow key

IndexNow key is informational for this page.

Informational

Needs attention

IndexNow key

Informational
01

Issue

IndexNow key is informational for this page.

02

Why it matters

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

Check name

IndexNow key

Score

100/100

Status

informational

Category

Discoverability

Maturity

Established

Goal

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

Result

IndexNow key is informational for this page.

Validation steps

  1. Find advertised IndexNow key location

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

  2. Fetch and validate IndexNow key file

    No discoverable IndexNow key file was found.

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

Agent Ease of UseAuthEstablished

OAuth / OIDC discovery

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

Informational

Needs attention

OAuth / OIDC discovery

Informational
01

Issue

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

02

Why it matters

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

Check name

OAuth / OIDC discovery

Score

0/100

Status

informational

Category

Auth

Maturity

Established

Goal

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

Result

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

Validation steps

  1. Fetch to find resource

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

Evidence
{
  "failedStep": "fetch",
  "steps": [
    {
      "id": "fetch",
      "title": "Fetch to find resource",
      "status": "fail",
      "evidence": {
        "checked": [
          {
            "path": "/.well-known/openid-configuration",
            "statusCode": 404,
            "contentType": "text/html; charset=utf-8",
            "length": 134255
          },
          {
            "path": "/.well-known/oauth-authorization-server",
            "statusCode": 404,
            "contentType": "text/html; charset=utf-8",
            "length": 134255
          }
        ]
      },
      "issue": "OAuth / OIDC discovery was not found at the expected path.",
      "howToFix": "Publish valid OAuth/OIDC metadata only when the site actually supports OAuth/OIDC. Otherwise omit provider discovery and document any unauthenticated public APIs separately."
    }
  ],
  "authApplicability": {
    "supportsAuth": true,
    "score": 3,
    "signals": [
      {
        "source": "visible-text",
        "weight": 3,
        "match": "log in"
      }
    ]
  },
  "resourceFetchSucceeded": false
}

Agent Ease of UseAuthEmerging recommendation

OAuth Protected Resource

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

Informational

Needs attention

OAuth Protected Resource

Informational
01

Issue

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

02

Why it matters

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

Check name

OAuth Protected Resource

Score

0/100

Status

informational

Category

Auth

Maturity

Emerging recommendation

Goal

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

Result

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

Validation steps

  1. Fetch protected resource metadata

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

  2. Validate protected resource metadata

    Response is not valid JSON.

  3. Validate protected resource identity

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

  4. Probe protected API Bearer challenge

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

Evidence
{
  "failedStep": "fetch",
  "steps": [
    {
      "id": "fetch",
      "title": "Fetch protected resource metadata",
      "status": "fail",
      "evidence": {
        "path": "/.well-known/oauth-protected-resource",
        "statusCode": 404,
        "contentType": "text/html; charset=utf-8"
      },
      "issue": "The OAuth Protected Resource metadata endpoint did not return HTTP 2xx.",
      "howToFix": "Publish /.well-known/oauth-protected-resource JSON."
    },
    {
      "id": "metadata",
      "title": "Validate protected resource metadata",
      "status": "fail",
      "evidence": {
        "valid": false,
        "compatibleContentType": false,
        "issue": "Response is not valid JSON.",
        "rawExcerpt": "<!DOCTYPE html><!-- Last Published: Thu Jun 04 2026 20:04:51 GMT+0000 (Coordinated Universal Time) --><html data-wf-domain=\"coverage.talkspace.com\" data-wf-page=\"6967b7b04491bce4d2f4d909\" data-wf-site=\"5f1b10a955e49d279bdc2192\" data-wf-intellimize-customer-id=\"117526738\" 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=\"Not Found\" name=\"twitter:title\"/><meta content=\"width=device-width, initial-scale=1\" name=\"viewport\"/><meta content=\"-awGB4Hq-R0Rf0CNpkn5bb6qBeXLk0FQT2ykGtYcZRg\" name=\"google-site-verification\"/><link href=\"https://cdn.prod.website-files.com/5f1b10a955e49d279bdc2192/css/insurance-269705.shared.652ad6ee4.min.css\""
      },
      "issue": "Response is not valid JSON.",
      "howToFix": "Publish resource and authorization_servers as absolute URLs."
    },
    {
      "id": "resource-identity",
      "title": "Validate protected resource identity",
      "status": "fail",
      "evidence": {
        "expectedResource": "https://www.talkspace.com"
      },
      "issue": "Protected resource metadata `resource` did not match the resource identifier used to retrieve it.",
      "howToFix": "Set `resource` to the origin/resource identifier represented by /.well-known/oauth-protected-resource."
    },
    {
      "id": "protected-route-challenge",
      "title": "Probe protected API Bearer challenge",
      "status": "informational",
      "evidence": {
        "checked": [
          {
            "path": "/api/admin/scans",
            "statusCode": 404,
            "wwwAuthenticate": {
              "valid": false,
              "present": false
            },
            "expectedMetadataUrl": "https://www.talkspace.com/.well-known/oauth-protected-resource",
            "metadataUrlMatches": true,
            "resourceMatchesRequestContext": true
          },
          {
            "path": "/api/admin/summary",
            "statusCode": 404,
            "wwwAuthenticate": {
              "valid": false,
              "present": false
            },
            "expectedMetadataUrl": "https://www.talkspace.com/.well-known/oauth-protected-resource",
            "metadataUrlMatches": true,
            "resourceMatchesRequestContext": true
          },
          {
            "path": "/api/scans",
            "statusCode": 404,
            "wwwAuthenticate": {
              "valid": false,
              "present": false
            },
            "expectedMetadataUrl": "https://www.talkspace.com/.well-known/oauth-protected-resource",
            "metadataUrlMatches": true,
            "resourceMatchesRequestContext": true
          }
        ]
      },
      "issue": "No protected route with a 401 Bearer challenge was detected; metadata alone does not prove a protected resource.",
      "howToFix": "When this site exposes bearer-protected APIs, return 401 with WWW-Authenticate: Bearer and link resource_metadata."
    }
  ],
  "authApplicability": {
    "supportsAuth": true,
    "score": 3,
    "signals": [
      {
        "source": "visible-text",
        "weight": 3,
        "match": "log in"
      }
    ]
  },
  "resourceFetchSucceeded": false
}

SEOSEOBrowser audit

Links do not have descriptive text

100 Fail

Check name

Links do not have descriptive text

Score

0/100

Status

fail

Device

desktop

Category

SEO

Estimated savings

1 link found

Fix guidance

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

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

Performance and AccessibilityPerformanceBrowser audit

Forced reflow

20 Fail

Check name

Forced reflow

Score

0/100

Status

fail

Device

desktop

Category

Performance

Fix guidance

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

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

Performance and AccessibilityPerformanceBrowser audit

LCP request discovery

20 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

Reduce unused CSS

20 Fail

Check name

Reduce unused CSS

Score

0/100

Status

fail

Device

desktop

Category

Performance

Estimated savings

Est savings of 29 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 29 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": 40
}

Performance and AccessibilityPerformanceBrowser audit

Render-blocking requests

20 Fail

Check name

Render-blocking requests

Score

0/100

Status

fail

Device

desktop

Category

Performance

Estimated savings

Est savings of 80 ms

Fix guidance

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

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

Performance and AccessibilityPerformanceBrowser audit

Use efficient cache lifetimes

20 Fail

Check name

Use efficient cache lifetimes

Score

0/100

Status

fail

Device

desktop

Category

Performance

Estimated savings

Est savings of 11 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 11 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)."
}

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