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

OVERALL SCORE

Level 3, Bot-Aware

Moderate readiness for AI agents
AIDiscoverability24%Agent Easeof Use6%Security& Trust80%GEO, AIO, AEO79%SEO92%Performance& Accessibility73%
  • AI Discoverability 24 out of 100
  • Agent Ease of Use 6 out of 100
  • Security & Trust 80 out of 100
  • GEO, AIO and AEO 79 out of 100
  • SEO 92 out of 100
  • Performance and Accessibility 73 out of 100

CAPTURED SCREENSHOT

Captured website desktop screenshot

What AI sees of your website

Headway – Mental Health Care Covered by Insurance favicon

Headway – Mental Health Care Covered by Insurance

Headway connects you with 70,000+ licensed therapists and psychiatrists who accept insurance. Match with a provider who understands you, online or in-person.

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
24
Priority fix4181View details
Discoverability
29
Priority fix270View details
Content Readiness
38
Priority fix271View details
Bot Access Control
0
Priority fix040View details
Agent Ease of Use
6
Priority fix15223View details
API
0
Priority fix060View details
Auth
Not Applicable
Not Applicable1100
MCP
13
Priority fix062View details
Skill Discovery
5
Priority fix0101View details
Agent Commerce
Not Applicable
Not Applicable400
GEO, AIO and AEO
79
Mostly ready7211View details
GEO Readiness
89
Mostly ready303
AIO Readiness
74
Needs work214View details
AEO Readiness
72
Needs work214View details
SEO
92
Strong1010View details
SEO
92
Strong1010View details
Security & Trust
80
Mostly ready810View details
Security & Trust
80
Mostly ready410View details
AI Training Exposure
Not Applicable
Not Applicable400
Performance and Accessibility
73
Needs work1842View details
Performance
59
Needs work1242View details
Accessibility
98
Strong600

Prioritized recommendations

Issues ranked by score impact

45 items need attention

Security & TrustSecurity & TrustEstablished

Content-Security-Policy

Content-Security-Policy is missing or incomplete.

100 Fail

Needs attention

Content-Security-Policy

Failed check
01

Issue

Content-Security-Policy is missing or incomplete.

02

Why it matters

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

Check name

Content-Security-Policy

Score

0/100

Status

fail

Category

Security & Trust

Maturity

Established

Goal

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

Result

Content-Security-Policy is missing or incomplete.

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

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": 403,
        "contentType": "text/html; charset=UTF-8"
      },
      "issue": "The API catalog endpoint did not return HTTP 2xx.",
      "howToFix": "Publish /.well-known/api-catalog."
    },
    {
      "id": "validate",
      "title": "Validate RFC 9727 linkset",
      "status": "fail",
      "evidence": {
        "valid": false,
        "compatibleContentType": false,
        "issue": "Response is not valid JSON.",
        "rawExcerpt": "<!DOCTYPE html><html lang=\"en-US\"><head><title>Just a moment...</title><meta http-equiv=\"Content-Type\" content=\"text/html; charset=UTF-8\"><meta http-equiv=\"X-UA-Compatible\" content=\"IE=Edge\"><meta name=\"robots\" content=\"noindex,nofollow\"><meta name=\"viewport\" content=\"width=device-width,initial-scale=1\"><meta http-equiv=\"content-security-policy\" content=\"default-src &#39;none&#39;; script-src &#39;nonce-aRf8Q5wV52rf1KwJHtkphC&#39; &#39;unsafe-eval&#39; https://challenges.cloudflare.com; script-src-attr &#39;none&#39;; style-src &#39;unsafe-inline&#39;; img-src &#39;self&#39; https://challenges.cloudflare.com; connect-src &#39;self&#39; https://challenges.cloudflare.com; frame-src &#39;self&#39; https://challenges.cloudflare.com blob:; child-src &#39;self&#39; https://challenges.cloudflare."
      },
      "issue": "Response is not valid JSON.",
      "howToFix": "Use application/linkset+json with service-desc, service-doc, and status relations that each include href."
    },
    {
      "id": "target-validation",
      "title": "Fetch advertised API catalog targets",
      "status": "fail",
      "evidence": {
        "checked": [],
        "failures": [
          {
            "reason": "No same-origin API catalog hrefs were available to fetch."
          }
        ]
      },
      "issue": "API Catalog did not expose any same-origin hrefs to validate.",
      "howToFix": "Make each same-origin API catalog href reachable and serve the advertised media type."
    }
  ]
}

Agent Ease of UseAPIEstablished

OpenAPI discovery

OpenAPI discovery failed at "Find valid OpenAPI document".

50 Fail

Needs attention

OpenAPI discovery

Failed check
01

Issue

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

02

Why it matters

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

Check name

OpenAPI discovery

Score

0/100

Status

fail

Category

API

Maturity

Established

Goal

Publish a valid OpenAPI or Swagger document for API discovery.

Result

OpenAPI discovery failed at "Find valid OpenAPI document".

Validation steps

  1. Find valid OpenAPI document

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

Evidence
{
  "failedStep": "fetch",
  "steps": [
    {
      "id": "fetch",
      "title": "Find valid OpenAPI document",
      "status": "fail",
      "evidence": {
        "checked": [
          {
            "path": "/openapi.json",
            "statusCode": 403,
            "contentType": "text/html; charset=UTF-8",
            "valid": false,
            "issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html; charset=UTF-8\" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
            "compatibleContentType": false,
            "format": "yaml",
            "version": "",
            "pathCount": 0,
            "operationCount": 0,
            "rawExcerpt": "<!DOCTYPE html><html lang=\"en-US\"><head><title>Just a moment...</title><meta http-equiv=\"Content-Type\" content=\"text/html; charset=UTF-8\"><meta http-equiv=\"X-UA-Compatible\" content=\"IE=Edge\"><meta name=\"robots\" content=\"noindex,nofollow\"><meta name=\"viewport\" content=\"width=device-width,initial-scale=1\"><meta http-equiv=\"content-security-policy\" content=\"default-src &#39;none&#39;; script-src &#39;nonce-cB4GofVNjpwChvj1t1VLcS&#39; &#39;unsafe-eval&#39; https://challenges.cloudflare.com; script-src-attr &#39;none&#39;; style-src &#39;unsafe-inline&#39;; img-src &#39;self&#39; https://challenges.cloudflare.com; connect-src &#39;self&#39; https://challenges.cloudflare.com; frame-src &#39;self&#39; https://challenges.cloudflare.com blob:; child-src &#39;self&#39; https://challenges.cloudflare."
          },
          {
            "path": "/openapi.yaml",
            "statusCode": 403,
            "contentType": "text/html; charset=UTF-8",
            "valid": false,
            "issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html; charset=UTF-8\" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
            "compatibleContentType": false,
            "format": "yaml",
            "version": "",
            "pathCount": 0,
            "operationCount": 0,
            "rawExcerpt": "<!DOCTYPE html><html lang=\"en-US\"><head><title>Just a moment...</title><meta http-equiv=\"Content-Type\" content=\"text/html; charset=UTF-8\"><meta http-equiv=\"X-UA-Compatible\" content=\"IE=Edge\"><meta name=\"robots\" content=\"noindex,nofollow\"><meta name=\"viewport\" content=\"width=device-width,initial-scale=1\"><meta http-equiv=\"content-security-policy\" content=\"default-src &#39;none&#39;; script-src &#39;nonce-3juu9RbFiXryYKGVZmIggj&#39; &#39;unsafe-eval&#39; https://challenges.cloudflare.com; script-src-attr &#39;none&#39;; style-src &#39;unsafe-inline&#39;; img-src &#39;self&#39; https://challenges.cloudflare.com; connect-src &#39;self&#39; https://challenges.cloudflare.com; frame-src &#39;self&#39; https://challenges.cloudflare.com blob:; child-src &#39;self&#39; https://challenges.cloudflare."
          },
          {
            "path": "/swagger.json",
            "statusCode": 403,
            "contentType": "text/html; charset=UTF-8",
            "valid": false,
            "issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html; charset=UTF-8\" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
            "compatibleContentType": false,
            "format": "yaml",
            "version": "",
            "pathCount": 0,
            "operationCount": 0,
            "rawExcerpt": "<!DOCTYPE html><html lang=\"en-US\"><head><title>Just a moment...</title><meta http-equiv=\"Content-Type\" content=\"text/html; charset=UTF-8\"><meta http-equiv=\"X-UA-Compatible\" content=\"IE=Edge\"><meta name=\"robots\" content=\"noindex,nofollow\"><meta name=\"viewport\" content=\"width=device-width,initial-scale=1\"><meta http-equiv=\"content-security-policy\" content=\"default-src &#39;none&#39;; script-src &#39;nonce-P04jJ8mRzFdMEc3DPfPelr&#39; &#39;unsafe-eval&#39; https://challenges.cloudflare.com; script-src-attr &#39;none&#39;; style-src &#39;unsafe-inline&#39;; img-src &#39;self&#39; https://challenges.cloudflare.com; connect-src &#39;self&#39; https://challenges.cloudflare.com; frame-src &#39;self&#39; https://challenges.cloudflare.com blob:; child-src &#39;self&#39; https://challenges.cloudflare."
          },
          {
            "path": "/swagger.yaml",
            "statusCode": 403,
            "contentType": "text/html; charset=UTF-8",
            "valid": false,
            "issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html; charset=UTF-8\" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
            "compatibleContentType": false,
            "format": "yaml",
            "version": "",
            "pathCount": 0,
            "operationCount": 0,
            "rawExcerpt": "<!DOCTYPE html><html lang=\"en-US\"><head><title>Just a moment...</title><meta http-equiv=\"Content-Type\" content=\"text/html; charset=UTF-8\"><meta http-equiv=\"X-UA-Compatible\" content=\"IE=Edge\"><meta name=\"robots\" content=\"noindex,nofollow\"><meta name=\"viewport\" content=\"width=device-width,initial-scale=1\"><meta http-equiv=\"content-security-policy\" content=\"default-src &#39;none&#39;; script-src &#39;nonce-XTnNMTlQsQ8ehPo6CTXYGh&#39; &#39;unsafe-eval&#39; https://challenges.cloudflare.com; script-src-attr &#39;none&#39;; style-src &#39;unsafe-inline&#39;; img-src &#39;self&#39; https://challenges.cloudflare.com; connect-src &#39;self&#39; https://challenges.cloudflare.com; frame-src &#39;self&#39; https://challenges.cloudflare.com blob:; child-src &#39;self&#39; https://challenges.cloudflare."
          },
          {
            "path": "/api/openapi.json",
            "statusCode": 403,
            "contentType": "text/html; charset=UTF-8",
            "valid": false,
            "issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html; charset=UTF-8\" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
            "compatibleContentType": false,
            "format": "yaml",
            "version": "",
            "pathCount": 0,
            "operationCount": 0,
            "rawExcerpt": "<!DOCTYPE html><html lang=\"en-US\"><head><title>Just a moment...</title><meta http-equiv=\"Content-Type\" content=\"text/html; charset=UTF-8\"><meta http-equiv=\"X-UA-Compatible\" content=\"IE=Edge\"><meta name=\"robots\" content=\"noindex,nofollow\"><meta name=\"viewport\" content=\"width=device-width,initial-scale=1\"><meta http-equiv=\"content-security-policy\" content=\"default-src &#39;none&#39;; script-src &#39;nonce-PZtlaIwTwK7wApjRS6rdAc&#39; &#39;unsafe-eval&#39; https://challenges.cloudflare.com; script-src-attr &#39;none&#39;; style-src &#39;unsafe-inline&#39;; img-src &#39;self&#39; https://challenges.cloudflare.com; connect-src &#39;self&#39; https://challenges.cloudflare.com; frame-src &#39;self&#39; https://challenges.cloudflare.com blob:; child-src &#39;self&#39; https://challenges.cloudflare."
          },
          {
            "path": "/api/swagger.json",
            "statusCode": 403,
            "contentType": "text/html; charset=UTF-8",
            "valid": false,
            "issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html; charset=UTF-8\" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
            "compatibleContentType": false,
            "format": "yaml",
            "version": "",
            "pathCount": 0,
            "operationCount": 0,
            "rawExcerpt": "<!DOCTYPE html><html lang=\"en-US\"><head><title>Just a moment...</title><meta http-equiv=\"Content-Type\" content=\"text/html; charset=UTF-8\"><meta http-equiv=\"X-UA-Compatible\" content=\"IE=Edge\"><meta name=\"robots\" content=\"noindex,nofollow\"><meta name=\"viewport\" content=\"width=device-width,initial-scale=1\"><meta http-equiv=\"content-security-policy\" content=\"default-src &#39;none&#39;; script-src &#39;nonce-U9sAI2NSavJzZbjclpJUs9&#39; &#39;unsafe-eval&#39; https://challenges.cloudflare.com; script-src-attr &#39;none&#39;; style-src &#39;unsafe-inline&#39;; img-src &#39;self&#39; https://challenges.cloudflare.com; connect-src &#39;self&#39; https://challenges.cloudflare.com; frame-src &#39;self&#39; https://challenges.cloudflare.com blob:; child-src &#39;self&#39; https://challenges.cloudflare."
          },
          {
            "path": "/docs/openapi.json",
            "statusCode": 403,
            "contentType": "text/html; charset=UTF-8",
            "valid": false,
            "issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html; charset=UTF-8\" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
            "compatibleContentType": false,
            "format": "yaml",
            "version": "",
            "pathCount": 0,
            "operationCount": 0,
            "rawExcerpt": "<!DOCTYPE html><html lang=\"en-US\"><head><title>Just a moment...</title><meta http-equiv=\"Content-Type\" content=\"text/html; charset=UTF-8\"><meta http-equiv=\"X-UA-Compatible\" content=\"IE=Edge\"><meta name=\"robots\" content=\"noindex,nofollow\"><meta name=\"viewport\" content=\"width=device-width,initial-scale=1\"><meta http-equiv=\"content-security-policy\" content=\"default-src &#39;none&#39;; script-src &#39;nonce-4eRQ0pf7vwDZJDBetMzwc4&#39; &#39;unsafe-eval&#39; https://challenges.cloudflare.com; script-src-attr &#39;none&#39;; style-src &#39;unsafe-inline&#39;; img-src &#39;self&#39; https://challenges.cloudflare.com; connect-src &#39;self&#39; https://challenges.cloudflare.com; frame-src &#39;self&#39; https://challenges.cloudflare.com blob:; child-src &#39;self&#39; https://challenges.cloudflare."
          }
        ]
      },
      "issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html; charset=UTF-8\" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
      "howToFix": "Publish a valid OpenAPI 3.x or Swagger 2.0 JSON/YAML document with info, paths, operations, and responses."
    }
  ]
}

AI DiscoverabilityBot Access 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": 403,
            "contentType": "text/html; charset=UTF-8",
            "length": 5621
          }
        ]
      },
      "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": 403,
            "contentType": "text/html; charset=UTF-8",
            "length": 5468
          },
          {
            "path": "/llms-full.txt",
            "statusCode": 403,
            "contentType": "text/html; charset=UTF-8",
            "length": 5483
          }
        ]
      },
      "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 "(none)".

  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": 403,
        "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": ""
      },
      "issue": "Markdown negotiation is missing Vary: Accept; current Vary header is \"(none)\".",
      "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": 354,
        "excerpt": "<!DOCTYPE html><html lang=\"en-US\"><head><title>Just a moment...</title><meta http-equiv=\"Content-Type\" content=\"text/html; charset=UTF-8\"><meta http-equiv=\"X-UA-Compatible\" content=\"IE=Edge\"><meta name=\"robots\" content=\"noindex,nofollow\"><m",
        "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": 403,
            "contentType": "text/html; charset=UTF-8",
            "length": 5561
          },
          {
            "path": "/.well-known/mcp/server-cards.json",
            "statusCode": 403,
            "contentType": "text/html; charset=UTF-8",
            "length": 5564
          },
          {
            "path": "/.well-known/mcp.json",
            "statusCode": 403,
            "contentType": "text/html; charset=UTF-8",
            "length": 5504
          }
        ]
      },
      "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": 403,
            "contentType": "text/html; charset=UTF-8",
            "length": 5468
          },
          {
            "path": "/.well-known/mcp.json",
            "statusCode": 403,
            "contentType": "text/html; charset=UTF-8",
            "length": 5504
          },
          {
            "path": "/.well-known/mcp/server-card.json",
            "statusCode": 403,
            "contentType": "text/html; charset=UTF-8",
            "length": 5561
          }
        ]
      },
      "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: skipped heading levels; 2/5 applicable form inputs have autocomplete attributes (3 missing).

Details

02

Why it matters

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

Check name

Semantic HTML

Score

0/100

Status

fail

Category

Content Readiness

Maturity

Established

Goal

Expose readable page structure through semantic HTML and accessible controls.

Result

Semantic HTML is missing or incomplete.

Evidence
{
  "main": true,
  "nav": true,
  "footer": true,
  "meaningfulH1": true,
  "headingOrder": false,
  "accessibleLinks": true,
  "accessibleButtons": true,
  "imageAltCoverage": true,
  "formAutocompleteCoverage": false,
  "details": {
    "inaccessibleLinks": [],
    "inaccessibleButtons": [],
    "missingAutocompleteInputs": [
      "<input aria-invalid=\"false\" id=\"_R_gb69ab35_-input\" placeholder=\"11111\" type=\"tel\" class=\"MuiInputBase-input MuiOutlinedInput-input MuiInputBase-inputAdornedStart css-1ixds2g\" name=\"zipCode\" value>",
      "<input aria-invalid=\"false\" id=\"_R_9ccab35_-input\" placeholder=\"11111\" type=\"tel\" class=\"MuiInputBase-input MuiOutlinedInput-input MuiInputBase-inputAdornedStart css-1ixds2g\" name=\"zipCode\" value>",
      "<input aria-invalid=\"false\" id=\"_R_15tab35_-input\" placeholder=\"11111\" type=\"tel\" class=\"MuiInputBase-input MuiOutlinedInput-input MuiInputBase-inputAdornedStart css-1ixds2g\" name=\"zipCode\" value>"
    ],
    "imagesMissingAlt": [],
    "skippedHeadingLevels": [
      "h1: 70,000+ therapists and psychiatrists. All covered by insurance.",
      "h3: Millions have found support",
      "h3: Millions have found support",
      "h4: 30M+",
      "h4: 65K+",
      "h4: 100+",
      "h2: Find care for whatever's on your mind",
      "h3: Managing stress",
      "h3: Challenges with family",
      "h3: Career-related anxiety",
      "h3: Feeling down or lacking motivation",
      "h3: Struggling to focus",
      "h3: Loss of someone I care for",
      "h3: Gender and/or sexual identity",
      "h3: Divorce or separation in my life",
      "h3: Challenges with my personal relationships",
      "h3: Being a new parent",
      "h3: Challenges with food and nourishment",
      "h2: Use your insurance",
      "h2: See how much you save on sessions",
      "h2: Nationwide access",
      "h2: Get mental health care, covered by insurance",
      "h2: Getting started",
      "h2: How it works",
      "h3: Find the right fit",
      "h3: Get the in-network price",
      "h3: Book your session",
      "h2: Are you a mental health care provider or group practice?",
      "h2: Find a therapist without the guesswork",
      "h3: Need help finding the right fit?",
      "h3: Need help finding the right fit?",
      "h3: Need help finding the right fit?"
    ]
  },
  "counts": {
    "h1": 1,
    "headings": 32,
    "links": 166,
    "inaccessibleLinks": 0,
    "buttons": 50,
    "inaccessibleButtons": 0,
    "images": 121,
    "imagesWithAlt": 121,
    "autocompleteInputs": 5,
    "inputsWithAutocomplete": 2,
    "missingAutocompleteInputs": 3
  }
}

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": 403,
            "contentType": "text/html; charset=UTF-8",
            "length": 5534
          },
          {
            "path": "/webmcp.json",
            "statusCode": 403,
            "contentType": "text/html; charset=UTF-8",
            "length": 5477
          },
          {
            "path": "/mcp.json",
            "statusCode": 403,
            "contentType": "text/html; charset=UTF-8",
            "length": 5468
          }
        ]
      },
      "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": 403,
            "contentType": "text/html; charset=UTF-8",
            "length": 5546
          },
          {
            "path": "/.well-known/a2a/agent-card.json",
            "statusCode": 403,
            "contentType": "text/html; charset=UTF-8",
            "length": 5558
          },
          {
            "path": "/agent-card.json",
            "statusCode": 403,
            "contentType": "text/html; charset=UTF-8",
            "length": 5489
          }
        ]
      },
      "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": 403,
            "contentType": "text/html; charset=UTF-8",
            "length": 5570
          },
          {
            "path": "/.well-known/skills/index.json",
            "statusCode": 403,
            "contentType": "text/html; charset=UTF-8",
            "length": 5552
          }
        ]
      },
      "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": 403,
            "contentType": "text/html; charset=UTF-8",
            "length": 5531
          },
          {
            "path": "/agent.json",
            "statusCode": 403,
            "contentType": "text/html; charset=UTF-8",
            "length": 5474
          }
        ]
      },
      "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": 403,
            "contentType": "text/html; charset=UTF-8",
            "length": 5534
          },
          {
            "path": "/agents.json",
            "statusCode": 403,
            "contentType": "text/html; charset=UTF-8",
            "length": 5477
          }
        ]
      },
      "issue": "agents.json was not found at the expected path.",
      "howToFix": "If this site uses agents.json, publish JSON with an agents array containing name and url for each agent."
    }
  ]
}

AI DiscoverabilityDiscoverabilityEstablished

FAQPage schema

FAQPage schema is missing or incomplete.

20 Fail

Needs attention

FAQPage schema

Failed check
01

Issue

FAQ content was detected but no FAQPage schema was found.

02

Why it matters

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

Check name

FAQPage schema

Score

0/100

Status

fail

Category

Discoverability

Maturity

Established

Goal

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

Result

FAQPage schema is missing or incomplete.

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

AI DiscoverabilityDiscoverabilityEstablished

High-value schema types

High-value schema types is missing or incomplete.

20 Fail

Needs attention

High-value schema types

Failed check
01

Issue

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

02

Why it matters

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

Check name

High-value schema types

Score

0/100

Status

fail

Category

Discoverability

Maturity

Established

Goal

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

Result

High-value schema types is missing or incomplete.

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

AI DiscoverabilityDiscoverabilityEstablished

Link headers

Link headers failed at "Find useful Link headers".

20 Fail

Needs attention

Link headers

Failed check
01

Issue

No useful agent discovery Link headers were found.

02

Why it matters

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

Check name

Link headers

Score

0/100

Status

fail

Category

Discoverability

Maturity

Established

Goal

Include Link response headers for agent discovery using RFC 8288.

Result

Link headers failed at "Find useful Link headers".

Validation steps

  1. Find useful Link headers

    No useful agent discovery Link headers were found.

  2. Fetch same-origin Link header targets

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

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

AI DiscoverabilityDiscoverabilityEstablished

robots.txt

robots.txt is missing or incomplete.

20 Fail

Needs attention

robots.txt

Failed check
01

Issue

Failed to fetch /robots.txt (Status: 403).

02

Why it matters

robots.txt gives crawlers and agents a standard place to read crawl permissions, disallowed paths, and sitemap locations before requesting site content.

Check name

robots.txt

Score

0/100

Status

fail

Category

Discoverability

Maturity

Established

Goal

Publish /robots.txt with clear crawl rules.

Result

robots.txt is missing or incomplete.

Evidence
{
  "statusCode": 403,
  "contentType": "text/html; charset=UTF-8",
  "parsedUserAgents": [],
  "sitemapDirectives": [],
  "rawExcerpt": "<!DOCTYPE html><html lang=\"en-US\"><head><title>Just a moment...</title><meta http-equiv=\"Content-Type\" content=\"text/html; charset=UTF-8\"><meta http-equiv=\"X-UA-Compatible\" content=\"IE=Edge\"><meta name=\"robots\" content=\"noindex,nofollow\"><meta name=\"viewport\" content=\"width=device-width,initial-scale=1\"><meta http-equiv=\"content-security-policy\" content=\"default-src &#39;none&#39;; script-src &#39;nonce-cHD9a1o4MGT6Yo4SBC01SH&#39; &#39;unsafe-eval&#39; https://challenges.cloudflare.com; script-src-attr &#39;none&#39;; style-src &#39;unsafe-inline&#39;; img-src &#39;self&#39; https://challenges.cloudflare.com; connect-src &#39;self&#39; https://challenges.cloudflare.com; frame-src &#39;self&#39; https://challenges.cloudflare.com blob:; child-src &#39;self&#39; https://challenges.cloudflare."
}

AI DiscoverabilityDiscoverabilityEstablished

Sitemap

Sitemap is missing or incomplete.

20 Fail

Needs attention

Sitemap

Failed check
01

Issue

No valid XML sitemap found at checked locations: https://headway.co/sitemap.xml, https://headway.co/sitemap_index.xml, https://headway.co/sitemap-index.xml.

02

Why it matters

Sitemaps help crawlers and agents discover canonical URLs, updated pages, and deeper content that may not be obvious from the homepage navigation.

Check name

Sitemap

Score

0/100

Status

fail

Category

Discoverability

Maturity

Established

Goal

Publish a sitemap and reference it from robots.txt.

Result

Sitemap is missing or incomplete.

Evidence
{
  "checked": [
    "https://headway.co/sitemap.xml",
    "https://headway.co/sitemap_index.xml",
    "https://headway.co/sitemap-index.xml"
  ]
}

AI DiscoverabilityContent ReadinessEstablished

Content freshness signals

Content freshness signals is partially implemented.

19 Warning

Needs attention

Content freshness signals

Warning
01

Issue

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

02

Why it matters

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

Check name

Content freshness signals

Score

25/100

Status

warning

Category

Content Readiness

Maturity

Established

Goal

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

Result

Content freshness signals is partially implemented.

Evidence
{
  "lastModified": "Tue, 09 Jun 2026 01:15:05 GMT",
  "schemaDates": [],
  "metaDateCount": 0,
  "timeDateCount": 0
}

Agent Ease of UseSkill DiscoveryEmerging recommendation

DNS-AID Agent Discovery

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

15 Fail

Needs attention

DNS-AID Agent Discovery

Failed check
01

Issue

No DNS-AID entrypoint records were found under _agents.

02

Why it matters

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

Check name

DNS-AID Agent Discovery

Score

25/100

Status

fail

Category

Skill Discovery

Maturity

Emerging recommendation

Goal

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

Result

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

Validation steps

  1. Resolve DNS-AID SVCB/HTTPS records

    No DNS-AID entrypoint records were found under _agents.

  2. Validate alpn and endpoint parameters

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

  3. Check DNSSEC material

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

Evidence
{
  "failedStep": "svcb-https-records",
  "steps": [
    {
      "id": "svcb-https-records",
      "title": "Resolve DNS-AID SVCB/HTTPS records",
      "status": "fail",
      "evidence": {
        "hostname": "headway.co",
        "probes": [
          {
            "name": "_index._agents.headway.co",
            "found": false,
            "recordCount": 1,
            "records": [],
            "hasAlpn": false,
            "hasEndpoint": false
          },
          {
            "name": "_a2a._agents.headway.co",
            "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": "headway.co",
            "dnssecTypes": [],
            "dnssecRecordCount": 0
          }
        ]
      },
      "issue": "DNSSEC material was not visible for the hostname or parent zone from this resolver.",
      "howToFix": "Sign the public discovery zone with DNSSEC so validating resolvers can return authenticated data."
    }
  ]
}

Agent Ease of UseMCPInformational

WebMCP

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

13 Warning

Needs attention

WebMCP

Warning
01

Issue

WebMCP declarative annotations need fixes.

Details

02

Why it matters

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

Check name

WebMCP

Score

50/100

Status

warning

Category

MCP

Maturity

Informational

Goal

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

Result

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

Validation steps

  1. Detect data-mcp-tool annotations

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

  2. Detect WebMCP declarative tags

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

  3. Validate WebMCP declarative annotation quality

    WebMCP declarative annotations need fixes.

    WebMCP declarative annotation issues
    • <input> is missing a name attribute.
    • <input> is missing tool-param-description.
    • <input name="zipCode"> is missing tool-param-description.
    • <input> is missing a name attribute.
    • <input> is missing tool-param-description.
    • <input name="zipCode"> is missing tool-param-description.
    • <input name="zipCode"> 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": 3,
        "formsWithTags": 0,
        "totalInteractive": 216,
        "interactiveWithTags": 0,
        "totalCount": 219,
        "taggedCount": 0,
        "dataMcpToolCount": 0,
        "dataMcpTools": [],
        "coverage": 0,
        "annotationIssues": [
          "<input> is missing a name attribute.",
          "<input> is missing tool-param-description.",
          "<input name=\"zipCode\"> is missing tool-param-description.",
          "<input> is missing a name attribute.",
          "<input> is missing tool-param-description.",
          "<input name=\"zipCode\"> is missing tool-param-description.",
          "<input name=\"zipCode\"> 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": 7,
        "issues": [
          "<input> is missing a name attribute.",
          "<input> is missing tool-param-description.",
          "<input name=\"zipCode\"> is missing tool-param-description.",
          "<input> is missing a name attribute.",
          "<input> is missing tool-param-description.",
          "<input name=\"zipCode\"> is missing tool-param-description.",
          "<input name=\"zipCode\"> is missing tool-param-description."
        ]
      },
      "issue": "WebMCP declarative annotations need fixes.",
      "issueDetails": [
        {
          "title": "WebMCP declarative annotation issues",
          "items": [
            {
              "type": "code",
              "value": "<input> is missing a name attribute."
            },
            {
              "type": "code",
              "value": "<input> is missing tool-param-description."
            },
            {
              "type": "code",
              "value": "<input name=\"zipCode\"> is missing tool-param-description."
            },
            {
              "type": "code",
              "value": "<input> is missing a name attribute."
            },
            {
              "type": "code",
              "value": "<input> is missing tool-param-description."
            },
            {
              "type": "code",
              "value": "<input name=\"zipCode\"> is missing tool-param-description."
            },
            {
              "type": "code",
              "value": "<input name=\"zipCode\"> 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": 3,
        "formsWithTags": 0,
        "totalInteractive": 216,
        "interactiveWithTags": 0,
        "totalCount": 219,
        "taggedCount": 0,
        "dataMcpToolCount": 0,
        "dataMcpTools": [],
        "coverage": 0,
        "annotationIssues": [
          "<input> is missing a name attribute.",
          "<input> is missing tool-param-description.",
          "<input name=\"zipCode\"> is missing tool-param-description.",
          "<input> is missing a name attribute.",
          "<input> is missing tool-param-description.",
          "<input name=\"zipCode\"> is missing tool-param-description.",
          "<input name=\"zipCode\"> 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": 3,
    "formsWithTags": 0,
    "totalInteractive": 216,
    "interactiveWithTags": 0,
    "totalCount": 219,
    "taggedCount": 0,
    "dataMcpToolCount": 0,
    "dataMcpTools": [],
    "coverage": 0,
    "annotationIssues": [
      "<input> is missing a name attribute.",
      "<input> is missing tool-param-description.",
      "<input name=\"zipCode\"> is missing tool-param-description.",
      "<input> is missing a name attribute.",
      "<input> is missing tool-param-description.",
      "<input name=\"zipCode\"> is missing tool-param-description.",
      "<input name=\"zipCode\"> 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 40/100 and needs a fix.

6 Fail

Needs attention

AIO: Source and trust signals

Failed check
01

Issue

Missing AIO trust signals: author, publisher, freshnessDate.

Details

02

Why it matters

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

Check name

AIO: Source and trust signals

Score

40/100

Status

fail

Category

GEO, AIO & AEO

Maturity

Emerging recommendation

Goal

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

Result

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

Evidence
{
  "signals": {
    "author": false,
    "publisher": false,
    "freshnessDate": false,
    "aboutOrContact": true,
    "policyLinks": true
  },
  "missing": [
    "author",
    "publisher",
    "freshnessDate"
  ],
  "authorMeta": "",
  "schemaAuthors": [],
  "schemaPublishers": [],
  "schemaDates": [],
  "visibleDates": [],
  "aboutLinks": [
    {
      "href": "/about-us",
      "text": "About us",
      "html": "<a class=\"MuiButtonBase-root MuiButton-root MuiButton-text MuiButton-textGray MuiButton-sizeLarge MuiButton-textSizeLarge MuiButton-colorGray MuiButton-disableElevation MuiButton-fullWidth MuiButton-root MuiButton-text MuiButton-textGray MuiButton-sizeLarge MuiButton-textSizeLarge MuiButton-colorGray MuiButton-disableElevation MuiButton-fullWidth hover:!bg-[#E8F7F0] css-7607is\" tabindex=\"0\" href=\"/about-us\" data-discover=\"true\"><span class=\"MuiButton-icon MuiButton-startIcon MuiButton-iconSiz..."
    },
    {
      "href": "/blog",
      "text": "Company blog",
      "html": "<a class=\"MuiButtonBase-root MuiButton-root MuiButton-text MuiButton-textGray MuiButton-sizeLarge MuiButton-textSizeLarge MuiButton-colorGray MuiButton-disableElevation MuiButton-fullWidth MuiButton-root MuiButton-text MuiButton-textGray MuiButton-sizeLarge MuiButton-textSizeLarge MuiButton-colorGray MuiButton-disableElevation MuiButton-fullWidth hover:!bg-[#E8F7F0] css-7607is\" tabindex=\"0\" href=\"/blog\" data-discover=\"true\"><span class=\"MuiButton-icon MuiButton-startIcon MuiButton-iconSizeLar..."
    },
    {
      "href": "/about-us",
      "text": "About us",
      "html": "<a class=\"hlx-typography-content-body mobile:hlx-typography-content-body-large mobile:mb-1 text-foreground-primary mb-2\" href=\"/about-us\" data-discover=\"true\">About us</a>"
    },
    {
      "href": "/blog",
      "text": "Company blog",
      "html": "<a class=\"hlx-typography-content-body mobile:hlx-typography-content-body-large mobile:mb-1 text-foreground-primary mb-2\" href=\"/blog\" data-discover=\"true\">Company blog</a>"
    },
    {
      "href": "https://www.linkedin.com/company/find-headway-com",
      "text": "",
      "html": "<a href=\"https://www.linkedin.com/company/find-headway-com\" aria-label=\"LinkedIn\" target=\"_blank\" rel=\"noopener noreferrer\" class=\" hover:border-primary-brandGreen mr-3 inline-flex h-10 w-10 items-center justify-center rounded-full border border-[var(--hlx-color-gray-100A)] bg-white transition-colors \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" fill=\"none\" viewBox=\"0 0 16 16\" class=\"!h-[18px] !w-[18px]\"><g clip-path=\"url(#a)\"><path fill=\"var(--hlx-color-foreground-primary)..."
    },
    {
      "href": "https://www.linkedin.com/company/find-headway-com",
      "text": "",
      "html": "<a href=\"https://www.linkedin.com/company/find-headway-com\" aria-label=\"LinkedIn\" target=\"_blank\" rel=\"noopener noreferrer\" class=\" hover:border-primary-brandGreen mr-3 inline-flex h-10 w-10 items-center justify-center rounded-full border border-[var(--hlx-color-gray-100A)] bg-white transition-colors \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" fill=\"none\" viewBox=\"0 0 16 16\" class=\"!h-[18px] !w-[18px]\"><g clip-path=\"url(#a)\"><path fill=\"var(--hlx-color-foreground-primary)..."
    }
  ],
  "contactLinks": [
    {
      "href": "https://help.headway.co/hc/en-us",
      "text": "Help center",
      "html": "<a class=\"hlx-typography-content-body mobile:hlx-typography-content-body-large mobile:mb-1 text-foreground-primary mb-2\" href=\"https://help.headway.co/hc/en-us\">Help center</a>"
    },
    {
      "href": "https://care.headway.co/contact?tags=agora_footer_entrypoint",
      "text": "Contact us",
      "html": "<a href=\"https://care.headway.co/contact?tags=agora_footer_entrypoint\" class=\"hlx-typography-content-body mobile:hlx-typography-content-body-large mobile:mb-1 text-foreground-primary mb-2\">Contact us</a>"
    }
  ],
  "privacyLinks": [
    {
      "href": "/legal/terms",
      "text": "Terms of Service",
      "html": "<a class=\"hlx-typography-content-body mobile:hlx-typography-content-body-large mobile:mb-1 text-foreground-primary mb-2\" href=\"/legal/terms\" data-discover=\"true\"><span class=\"hlx-typography-content-body-small\" style=\"color:var(--hlx-theme-foreground-default)\">Terms of Service</span></a>"
    },
    {
      "href": "/legal/privacy",
      "text": "Privacy Policy",
      "html": "<a class=\"hlx-typography-content-body mobile:hlx-typography-content-body-large mobile:mb-1 text-foreground-primary mb-2\" href=\"/legal/privacy\" data-discover=\"true\"><span class=\"hlx-typography-content-body-small\" style=\"color:var(--hlx-theme-foreground-default)\">Privacy Policy</span></a>"
    },
    {
      "href": "/legal/payment",
      "text": "Supplemental Payment Terms",
      "html": "<a class=\"hlx-typography-content-body mobile:hlx-typography-content-body-large mobile:mb-1 text-foreground-primary mb-2\" href=\"/legal/payment\" data-discover=\"true\"><span class=\"hlx-typography-content-body-small\" style=\"color:var(--hlx-theme-foreground-default)\">Supplemental Payment Terms</span></a>"
    },
    {
      "href": "/legal/privacy-practices",
      "text": "HIPAA Notice of Privacy Practices",
      "html": "<a class=\"hlx-typography-content-body mobile:hlx-typography-content-body-large mobile:mb-1 text-foreground-primary mb-2\" href=\"/legal/privacy-practices\" data-discover=\"true\"><span class=\"hlx-typography-content-body-small\" style=\"color:var(--hlx-theme-foreground-default)\">HIPAA Notice of Privacy Practices</span></a>"
    },
    {
      "href": "/legal/ca-privacy",
      "text": "CA Privacy Policy for Business Customers",
      "html": "<a class=\"hlx-typography-content-body mobile:hlx-typography-content-body-large mobile:mb-1 text-foreground-primary mb-2\" href=\"/legal/ca-privacy\" data-discover=\"true\"><span class=\"hlx-typography-content-body-small\" style=\"color:var(--hlx-theme-foreground-default)\">CA Privacy Policy for Business Customers</span></a>"
    },
    {
      "href": "/legal/wa-privacy",
      "text": "Washington State Consumer Health Data Privacy Policy",
      "html": "<a class=\"hlx-typography-content-body mobile:hlx-typography-content-body-large mobile:mb-1 text-foreground-primary mb-2\" href=\"/legal/wa-privacy\" data-discover=\"true\"><span class=\"hlx-typography-content-body-small\" style=\"color:var(--hlx-theme-foreground-default)\">Washington State Consumer Health Data Privacy Policy</span></a>"
    }
  ],
  "score": 40,
  "weight": 20
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

AEO: Answer evidence and trust

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

6 Fail

Needs attention

AEO: Answer evidence and trust

Failed check
01

Issue

Missing AIO trust signals: author, publisher, freshnessDate.

Details

02

Why it matters

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

Check name

AEO: Answer evidence and trust

Score

40/100

Status

fail

Category

GEO, AIO & AEO

Maturity

Emerging recommendation

Goal

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

Result

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

Evidence
{
  "signals": {
    "author": false,
    "publisher": false,
    "freshnessDate": false,
    "aboutOrContact": true,
    "policyLinks": true
  },
  "missing": [
    "author",
    "publisher",
    "freshnessDate"
  ],
  "authorMeta": "",
  "schemaAuthors": [],
  "schemaPublishers": [],
  "schemaDates": [],
  "visibleDates": [],
  "aboutLinks": [
    {
      "href": "/about-us",
      "text": "About us",
      "html": "<a class=\"MuiButtonBase-root MuiButton-root MuiButton-text MuiButton-textGray MuiButton-sizeLarge MuiButton-textSizeLarge MuiButton-colorGray MuiButton-disableElevation MuiButton-fullWidth MuiButton-root MuiButton-text MuiButton-textGray MuiButton-sizeLarge MuiButton-textSizeLarge MuiButton-colorGray MuiButton-disableElevation MuiButton-fullWidth hover:!bg-[#E8F7F0] css-7607is\" tabindex=\"0\" href=\"/about-us\" data-discover=\"true\"><span class=\"MuiButton-icon MuiButton-startIcon MuiButton-iconSiz..."
    },
    {
      "href": "/blog",
      "text": "Company blog",
      "html": "<a class=\"MuiButtonBase-root MuiButton-root MuiButton-text MuiButton-textGray MuiButton-sizeLarge MuiButton-textSizeLarge MuiButton-colorGray MuiButton-disableElevation MuiButton-fullWidth MuiButton-root MuiButton-text MuiButton-textGray MuiButton-sizeLarge MuiButton-textSizeLarge MuiButton-colorGray MuiButton-disableElevation MuiButton-fullWidth hover:!bg-[#E8F7F0] css-7607is\" tabindex=\"0\" href=\"/blog\" data-discover=\"true\"><span class=\"MuiButton-icon MuiButton-startIcon MuiButton-iconSizeLar..."
    },
    {
      "href": "/about-us",
      "text": "About us",
      "html": "<a class=\"hlx-typography-content-body mobile:hlx-typography-content-body-large mobile:mb-1 text-foreground-primary mb-2\" href=\"/about-us\" data-discover=\"true\">About us</a>"
    },
    {
      "href": "/blog",
      "text": "Company blog",
      "html": "<a class=\"hlx-typography-content-body mobile:hlx-typography-content-body-large mobile:mb-1 text-foreground-primary mb-2\" href=\"/blog\" data-discover=\"true\">Company blog</a>"
    },
    {
      "href": "https://www.linkedin.com/company/find-headway-com",
      "text": "",
      "html": "<a href=\"https://www.linkedin.com/company/find-headway-com\" aria-label=\"LinkedIn\" target=\"_blank\" rel=\"noopener noreferrer\" class=\" hover:border-primary-brandGreen mr-3 inline-flex h-10 w-10 items-center justify-center rounded-full border border-[var(--hlx-color-gray-100A)] bg-white transition-colors \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" fill=\"none\" viewBox=\"0 0 16 16\" class=\"!h-[18px] !w-[18px]\"><g clip-path=\"url(#a)\"><path fill=\"var(--hlx-color-foreground-primary)..."
    },
    {
      "href": "https://www.linkedin.com/company/find-headway-com",
      "text": "",
      "html": "<a href=\"https://www.linkedin.com/company/find-headway-com\" aria-label=\"LinkedIn\" target=\"_blank\" rel=\"noopener noreferrer\" class=\" hover:border-primary-brandGreen mr-3 inline-flex h-10 w-10 items-center justify-center rounded-full border border-[var(--hlx-color-gray-100A)] bg-white transition-colors \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" fill=\"none\" viewBox=\"0 0 16 16\" class=\"!h-[18px] !w-[18px]\"><g clip-path=\"url(#a)\"><path fill=\"var(--hlx-color-foreground-primary)..."
    }
  ],
  "contactLinks": [
    {
      "href": "https://help.headway.co/hc/en-us",
      "text": "Help center",
      "html": "<a class=\"hlx-typography-content-body mobile:hlx-typography-content-body-large mobile:mb-1 text-foreground-primary mb-2\" href=\"https://help.headway.co/hc/en-us\">Help center</a>"
    },
    {
      "href": "https://care.headway.co/contact?tags=agora_footer_entrypoint",
      "text": "Contact us",
      "html": "<a href=\"https://care.headway.co/contact?tags=agora_footer_entrypoint\" class=\"hlx-typography-content-body mobile:hlx-typography-content-body-large mobile:mb-1 text-foreground-primary mb-2\">Contact us</a>"
    }
  ],
  "privacyLinks": [
    {
      "href": "/legal/terms",
      "text": "Terms of Service",
      "html": "<a class=\"hlx-typography-content-body mobile:hlx-typography-content-body-large mobile:mb-1 text-foreground-primary mb-2\" href=\"/legal/terms\" data-discover=\"true\"><span class=\"hlx-typography-content-body-small\" style=\"color:var(--hlx-theme-foreground-default)\">Terms of Service</span></a>"
    },
    {
      "href": "/legal/privacy",
      "text": "Privacy Policy",
      "html": "<a class=\"hlx-typography-content-body mobile:hlx-typography-content-body-large mobile:mb-1 text-foreground-primary mb-2\" href=\"/legal/privacy\" data-discover=\"true\"><span class=\"hlx-typography-content-body-small\" style=\"color:var(--hlx-theme-foreground-default)\">Privacy Policy</span></a>"
    },
    {
      "href": "/legal/payment",
      "text": "Supplemental Payment Terms",
      "html": "<a class=\"hlx-typography-content-body mobile:hlx-typography-content-body-large mobile:mb-1 text-foreground-primary mb-2\" href=\"/legal/payment\" data-discover=\"true\"><span class=\"hlx-typography-content-body-small\" style=\"color:var(--hlx-theme-foreground-default)\">Supplemental Payment Terms</span></a>"
    },
    {
      "href": "/legal/privacy-practices",
      "text": "HIPAA Notice of Privacy Practices",
      "html": "<a class=\"hlx-typography-content-body mobile:hlx-typography-content-body-large mobile:mb-1 text-foreground-primary mb-2\" href=\"/legal/privacy-practices\" data-discover=\"true\"><span class=\"hlx-typography-content-body-small\" style=\"color:var(--hlx-theme-foreground-default)\">HIPAA Notice of Privacy Practices</span></a>"
    },
    {
      "href": "/legal/ca-privacy",
      "text": "CA Privacy Policy for Business Customers",
      "html": "<a class=\"hlx-typography-content-body mobile:hlx-typography-content-body-large mobile:mb-1 text-foreground-primary mb-2\" href=\"/legal/ca-privacy\" data-discover=\"true\"><span class=\"hlx-typography-content-body-small\" style=\"color:var(--hlx-theme-foreground-default)\">CA Privacy Policy for Business Customers</span></a>"
    },
    {
      "href": "/legal/wa-privacy",
      "text": "Washington State Consumer Health Data Privacy Policy",
      "html": "<a class=\"hlx-typography-content-body mobile:hlx-typography-content-body-large mobile:mb-1 text-foreground-primary mb-2\" href=\"/legal/wa-privacy\" data-discover=\"true\"><span class=\"hlx-typography-content-body-small\" style=\"color:var(--hlx-theme-foreground-default)\">Washington State Consumer Health Data Privacy Policy</span></a>"
    }
  ],
  "score": 40,
  "weight": 22
}

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

27 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": 28,
  "passing": 1,
  "failing": [
    {
      "heading": "Millions have found support",
      "headingHtml": "<h3><span class=\"hlx-typography-headline-h2\">Millions have found support</span></h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Find care for whatever's on your mind",
      "headingHtml": "<h2 class=\"[grid-area:header]\"><span class=\"hlx-typography-headline-h3-legacy\">Find care for whatever&apos;s on your mind</span></h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Managing stress",
      "headingHtml": "<h3 class=\"hlx-typography-content-body\"><a href=\"https://care.headway.co/search?issues=stress\" data-ld-metric=\"topic-based-search-card\">Managing stress</a></h3>",
      "firstParagraph": "Identifying and handling stressors within my life",
      "paragraphHtml": "<p class=\"mb-3 mt-8\"><span class=\"hlx-typography-content-body-small\" style=\"color:var(--hlx-theme-foreground-default)\">Identifying and handling stressors within my life</span></p>",
      "words": 7,
      "direct": false,
      "issue": "First paragraph is 7 words and does not look like a concise direct answer."
    },
    {
      "heading": "Challenges with family",
      "headingHtml": "<h3 class=\"hlx-typography-content-body\"><a href=\"https://care.headway.co/search?issues=family\" data-ld-metric=\"topic-based-search-card\">Challenges with family</a></h3>",
      "firstParagraph": "Difficulties in my family relationships",
      "paragraphHtml": "<p class=\"mb-3 mt-8\"><span class=\"hlx-typography-content-body-small\" style=\"color:var(--hlx-theme-foreground-default)\">Difficulties in my family relationships</span></p>",
      "words": 5,
      "direct": false,
      "issue": "First paragraph is 5 words and does not look like a concise direct answer."
    },
    {
      "heading": "Career-related anxiety",
      "headingHtml": "<h3 class=\"hlx-typography-content-body\"><a href=\"https://care.headway.co/search?issues=anxiety\" data-ld-metric=\"topic-based-search-card\">Career-related anxiety</a></h3>",
      "firstParagraph": "Uncertainty and stress caused by my career",
      "paragraphHtml": "<p class=\"mb-3 mt-8\"><span class=\"hlx-typography-content-body-small\" style=\"color:var(--hlx-theme-foreground-default)\">Uncertainty and stress caused by my career</span></p>",
      "words": 7,
      "direct": false,
      "issue": "First paragraph is 7 words and does not look like a concise direct answer."
    },
    {
      "heading": "Feeling down or lacking motivation",
      "headingHtml": "<h3 class=\"hlx-typography-content-body\"><a href=\"https://care.headway.co/search?issues=depression\" data-ld-metric=\"topic-based-search-card\">Feeling down or lacking motivation</a></h3>",
      "firstParagraph": "Feelings of sadness, indifference, or apathy",
      "paragraphHtml": "<p class=\"mb-3 mt-8\"><span class=\"hlx-typography-content-body-small\" style=\"color:var(--hlx-theme-foreground-default)\">Feelings of sadness, indifference, or apathy</span></p>",
      "words": 6,
      "direct": false,
      "issue": "First paragraph is 6 words and does not look like a concise direct answer."
    },
    {
      "heading": "Struggling to focus",
      "headingHtml": "<h3 class=\"hlx-typography-content-body\"><a href=\"https://care.headway.co/search?issues=add_adhd\" data-ld-metric=\"topic-based-search-card\">Struggling to focus</a></h3>",
      "firstParagraph": "Concentration or commitment challenges in my day-to-day life",
      "paragraphHtml": "<p class=\"mb-3 mt-8\"><span class=\"hlx-typography-content-body-small\" style=\"color:var(--hlx-theme-foreground-default)\">Concentration or commitment challenges in my day-to-day life</span></p>",
      "words": 8,
      "direct": false,
      "issue": "First paragraph is 8 words and does not look like a concise direct answer."
    },
    {
      "heading": "Loss of someone I care for",
      "headingHtml": "<h3 class=\"hlx-typography-content-body\"><a href=\"https://care.headway.co/search?issues=bereavement\" data-ld-metric=\"topic-based-search-card\">Loss of someone I care for</a></h3>",
      "firstParagraph": "Coping with grief and loss",
      "paragraphHtml": "<p class=\"mb-3 mt-8\"><span class=\"hlx-typography-content-body-small\" style=\"color:var(--hlx-theme-foreground-default)\">Coping with grief and loss</span></p>",
      "words": 5,
      "direct": false,
      "issue": "First paragraph is 5 words and does not look like a concise direct answer."
    },
    {
      "heading": "Gender and/or sexual identity",
      "headingHtml": "<h3 class=\"hlx-typography-content-body\"><a href=\"https://care.headway.co/search?issues=lgbtq\" data-ld-metric=\"topic-based-search-card\">Gender and/or sexual identity</a></h3>",
      "firstParagraph": "Challenges related to my gender and/or sexual identity",
      "paragraphHtml": "<p class=\"mb-3 mt-8\"><span class=\"hlx-typography-content-body-small\" style=\"color:var(--hlx-theme-foreground-default)\">Challenges related to my gender and/or sexual identity</span></p>",
      "words": 9,
      "direct": false,
      "issue": "First paragraph is 9 words and does not look like a concise direct answer."
    },
    {
      "heading": "Divorce or separation in my life",
      "headingHtml": "<h3 class=\"hlx-typography-content-body\"><a href=\"https://care.headway.co/search?issues=relationships\" data-ld-metric=\"topic-based-search-card\">Divorce or separation in my life</a></h3>",
      "firstParagraph": "Emotions and stress in relationship changes",
      "paragraphHtml": "<p class=\"mb-3 mt-8\"><span class=\"hlx-typography-content-body-small\" style=\"color:var(--hlx-theme-foreground-default)\">Emotions and stress in relationship changes</span></p>",
      "words": 6,
      "direct": false,
      "issue": "First paragraph is 6 words and does not look like a concise direct answer."
    },
    {
      "heading": "Challenges with my personal relationships",
      "headingHtml": "<h3 class=\"hlx-typography-content-body\"><a href=\"https://care.headway.co/search?issues=relationships\" data-ld-metric=\"topic-based-search-card\">Challenges with my personal relationships</a></h3>",
      "firstParagraph": "Difficulties in friendships and romantic relationships",
      "paragraphHtml": "<p class=\"mb-3 mt-8\"><span class=\"hlx-typography-content-body-small\" style=\"color:var(--hlx-theme-foreground-default)\">Difficulties in friendships and romantic relationships</span></p>",
      "words": 6,
      "direct": false,
      "issue": "First paragraph is 6 words and does not look like a concise direct answer."
    },
    {
      "heading": "Being a new parent",
      "headingHtml": "<h3 class=\"hlx-typography-content-body\"><a href=\"https://care.headway.co/search?issues=maternal\" data-ld-metric=\"topic-based-search-card\">Being a new parent</a></h3>",
      "firstParagraph": "Navigating the emotions and responsibility of parenthood",
      "paragraphHtml": "<p class=\"mb-3 mt-8\"><span class=\"hlx-typography-content-body-small\" style=\"color:var(--hlx-theme-foreground-default)\">Navigating the emotions and responsibility of parenthood</span></p>",
      "words": 7,
      "direct": false,
      "issue": "First paragraph is 7 words and does not look like a concise direct answer."
    },
    {
      "heading": "Challenges with food and nourishment",
      "headingHtml": "<h3 class=\"hlx-typography-content-body\"><a href=\"https://care.headway.co/search?issues=eating_disorders\" data-ld-metric=\"topic-based-search-card\">Challenges with food and nourishment</a></h3>",
      "firstParagraph": "Support with disordered eating",
      "paragraphHtml": "<p class=\"mb-3 mt-8\"><span class=\"hlx-typography-content-body-small\" style=\"color:var(--hlx-theme-foreground-default)\">Support with disordered eating</span></p>",
      "words": 4,
      "direct": false,
      "issue": "First paragraph is 4 words and does not look like a concise direct answer."
    },
    {
      "heading": "Use your insurance",
      "headingHtml": "<h2 class=\"hlx-typography-content-eyebrow text-foreground-secondary m-0\">Use your insurance</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "See how much you save on sessions",
      "headingHtml": "<h2 class=\"m-0 mt-[-24px]\"><span class=\"hlx-typography-headline-h3-legacy\">See how much you save on sessions</span></h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Nationwide access",
      "headingHtml": "<h2 class=\"hlx-typography-content-eyebrow text-foreground-secondary m-0\">Nationwide access</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Get mental health care, covered by insurance",
      "headingHtml": "<h2 class=\"m-0\"><span class=\"hlx-typography-headline-h3-legacy\">Get mental health care, covered by insurance</span></h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Getting started",
      "headingHtml": "<h2 class=\"hlx-typography-content-eyebrow text-foreground-secondary m-0\">Getting started</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "How it works",
      "headingHtml": "<h2 class=\"m-0\"><span class=\"hlx-typography-headline-h3-legacy\">How it works</span></h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Find the right fit",
      "headingHtml": "<h3 class=\"hlx-typography-content-body-medium mb-[10px] mt-0\">Find the right fit</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Get the in-network price",
      "headingHtml": "<h3 class=\"hlx-typography-content-body-medium mb-[10px] mt-0\">Get the in-network price</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Book your session",
      "headingHtml": "<h3 class=\"hlx-typography-content-body-medium mb-[10px] mt-0\">Book your session</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Are you a mental health care provider or group practice?",
      "headingHtml": "<h2 class=\"m-0 [&amp;&gt;.hlx-typography-headline-h2]:!text-[#084428]\"><span class=\"hlx-typography-headline-h2\">Are you a mental health care provider or group practice?</span></h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Find a therapist without the guesswork",
      "headingHtml": "<h2 class=\"m-0\"><span class=\"hlx-typography-headline-h2\">Find a therapist without the guesswork</span></h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Need help finding the right fit?",
      "headingHtml": "<h3 class=\"hlx-typography-headline-h3 tablet:hidden\" style=\"color:var(--hlx-color-foreground-inverted-primary)\">Need help finding the right fit?</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Need help finding the right fit?",
      "headingHtml": "<h3 class=\"hlx-typography-headline-h4 tablet:block desktop:hidden hidden\" style=\"color:var(--hlx-color-foreground-inverted-primary)\">Need help finding the right fit?</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Need help finding the right fit?",
      "headingHtml": "<h3 class=\"hlx-typography-headline-h3 desktop:block hidden\" style=\"color:var(--hlx-color-foreground-inverted-primary)\">Need help finding the right fit?</h3>",
      "firstParagraph": "Filter 65K+ providers with your preferences",
      "paragraphHtml": "<p class=\"desktop:hidden\"><span class=\"hlx-typography-content-body\" style=\"color:var(--hlx-theme-foreground-inverse)\">Filter 65K+ providers with your preferences</span></p>",
      "words": 6,
      "direct": false,
      "issue": "First paragraph is 6 words and does not look like a concise direct answer."
    }
  ],
  "score": 65,
  "weight": 28
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

GEO: Explanatory content depth

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

3 Warning

Needs attention

GEO: Explanatory content depth

Warning
01

Issue

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

Details

02

Why it matters

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

Check name

GEO: Explanatory content depth

Score

75/100

Status

warning

Category

GEO, AIO & AEO

Maturity

Emerging recommendation

Goal

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

Result

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

Evidence
{
  "candidatePassages": 2,
  "citablePassages": 0,
  "failingCandidateParagraphs": [
    {
      "index": 5,
      "heading": "H4: 100+",
      "text": "\"If you're looking for a good therapist, Headway is awesome. You plug in your insurance info and it gives you a list of therapists who take your insurance. They also process all the payment and billing without you or your provider having to worry about it.\"",
      "words": 46,
      "hasEvidence": false,
      "reasons": [
        "Too short for a citation-ready passage (46 words; target 80-220).",
        "Missing a named source, statistic, date, percentage, report, or other evidence signal."
      ],
      "html": "<p><span class=\"hlx-typography-content-body\" style=\"color:var(--hlx-theme-foreground-default)\">&quot;<!-- -->If you&apos;re looking for a good therapist,<!-- --> <!-- -->Headway<!-- --> <!-- -->is awesome. You plug in your insurance info and it gives you a list of therapists who take your insurance. They also process all the payment and billing without you or your provider having to worry about it.<!-- -->&quot;</span></p>"
    },
    {
      "index": 6,
      "heading": "H4: 100+",
      "text": "\"I found my therapist through Headway and love her! I found trying to search via my insurance’s website to be v clunky and overall not great. Headway accepts insurance but they take out the hassle of search & payment so you focus on finding a good fit!\"",
      "words": 47,
      "hasEvidence": false,
      "reasons": [
        "Too short for a citation-ready passage (47 words; target 80-220).",
        "Missing a named source, statistic, date, percentage, report, or other evidence signal."
      ],
      "html": "<p><span class=\"hlx-typography-content-body\" style=\"color:var(--hlx-theme-foreground-default)\">&quot;<!-- -->I found my therapist through<!-- --> <!-- -->Headway<!-- --> <!-- -->and love her! I found trying to search via my insurance&#x2019;s website to be v clunky and overall not great. Headway accepts insurance but they take out the hassle of search &amp; payment so you focus on finding a good fit!<!-- -->&quot;</span></p>"
    }
  ],
  "citableParagraphs": [],
  "score": 75,
  "weight": 18
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

GEO: Entity clarity

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

3 Warning

Needs attention

GEO: Entity clarity

Warning
01

Issue

Title/H1 terms missing from description: mental, health, care, covered, all.

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

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: Entity clarity scored 85/100 and needs improvement.

Evidence
{
  "title": "Headway – Mental Health Care Covered by Insurance",
  "h1": "70,000+ therapists and psychiatrists. All covered by insurance.",
  "description": "Headway connects you with 70,000+ licensed therapists and psychiatrists who accept insurance. Match with a provider who understands you, online or in-person.",
  "topicOverlap": 0.5,
  "topicTerms": [
    "headway",
    "mental",
    "health",
    "care",
    "covered",
    "insurance",
    "000",
    "therapists",
    "psychiatrists",
    "all"
  ],
  "descriptionTerms": [
    "headway",
    "connects",
    "000",
    "licensed",
    "therapists",
    "psychiatrists",
    "who",
    "accept",
    "insurance",
    "match",
    "provider",
    "understands",
    "online",
    "person"
  ],
  "missingFromDescription": [
    "mental",
    "health",
    "care",
    "covered",
    "all"
  ],
  "score": 85,
  "weight": 28
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

AIO: Visible structured data match

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

3 Warning

Needs attention

AIO: Visible structured data match

Warning
01

Issue

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

Details

02

Why it matters

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

Check name

AIO: Visible structured data match

Score

67/100

Status

warning

Category

GEO, AIO & AEO

Maturity

Emerging recommendation

Goal

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

Result

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

Evidence
{
  "schemaCount": 2,
  "checkedFields": [
    {
      "path": "$[0].name",
      "value": "Headway"
    },
    {
      "path": "$[0].description",
      "value": "Headway is building a new mental health care system that everyone can access by making it easy for therapists to take insurance and scale their practice. Today, we’re the largest mental health provider network in the country, with 34,000 providers across race, gender, ethnicity and specialty working with Headway to run their private practice. Patients can schedule care within 48 hours via one-click booking at headway.co, or can get care through a referral. The company operates in all 50 states and the District of Columbia."
    },
    {
      "path": "$[1].name",
      "value": "Headway"
    }
  ],
  "mismatches": [
    {
      "path": "$[0].description",
      "value": "Headway is building a new mental health care system that everyone can access by making it easy for therapists to take insurance and scale their practice. Today, we’re the largest mental health provider network in the country, with 34,000 providers across race, gender, ethnicity and specialty working with Headway to run their private practice. Patients can schedule care within 48 hours via one-click booking at headway.co, or can get care through a referral. The company operates in all 50 states and the District of Columbia."
    }
  ],
  "score": 67,
  "weight": 18
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

AIO: Answer block readiness

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

2 Warning

Needs attention

AIO: Answer block readiness

Warning
01

Issue

27 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": 28,
  "passing": 1,
  "failing": [
    {
      "heading": "Millions have found support",
      "headingHtml": "<h3><span class=\"hlx-typography-headline-h2\">Millions have found support</span></h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Find care for whatever's on your mind",
      "headingHtml": "<h2 class=\"[grid-area:header]\"><span class=\"hlx-typography-headline-h3-legacy\">Find care for whatever&apos;s on your mind</span></h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Managing stress",
      "headingHtml": "<h3 class=\"hlx-typography-content-body\"><a href=\"https://care.headway.co/search?issues=stress\" data-ld-metric=\"topic-based-search-card\">Managing stress</a></h3>",
      "firstParagraph": "Identifying and handling stressors within my life",
      "paragraphHtml": "<p class=\"mb-3 mt-8\"><span class=\"hlx-typography-content-body-small\" style=\"color:var(--hlx-theme-foreground-default)\">Identifying and handling stressors within my life</span></p>",
      "words": 7,
      "direct": false,
      "issue": "First paragraph is 7 words and does not look like a concise direct answer."
    },
    {
      "heading": "Challenges with family",
      "headingHtml": "<h3 class=\"hlx-typography-content-body\"><a href=\"https://care.headway.co/search?issues=family\" data-ld-metric=\"topic-based-search-card\">Challenges with family</a></h3>",
      "firstParagraph": "Difficulties in my family relationships",
      "paragraphHtml": "<p class=\"mb-3 mt-8\"><span class=\"hlx-typography-content-body-small\" style=\"color:var(--hlx-theme-foreground-default)\">Difficulties in my family relationships</span></p>",
      "words": 5,
      "direct": false,
      "issue": "First paragraph is 5 words and does not look like a concise direct answer."
    },
    {
      "heading": "Career-related anxiety",
      "headingHtml": "<h3 class=\"hlx-typography-content-body\"><a href=\"https://care.headway.co/search?issues=anxiety\" data-ld-metric=\"topic-based-search-card\">Career-related anxiety</a></h3>",
      "firstParagraph": "Uncertainty and stress caused by my career",
      "paragraphHtml": "<p class=\"mb-3 mt-8\"><span class=\"hlx-typography-content-body-small\" style=\"color:var(--hlx-theme-foreground-default)\">Uncertainty and stress caused by my career</span></p>",
      "words": 7,
      "direct": false,
      "issue": "First paragraph is 7 words and does not look like a concise direct answer."
    },
    {
      "heading": "Feeling down or lacking motivation",
      "headingHtml": "<h3 class=\"hlx-typography-content-body\"><a href=\"https://care.headway.co/search?issues=depression\" data-ld-metric=\"topic-based-search-card\">Feeling down or lacking motivation</a></h3>",
      "firstParagraph": "Feelings of sadness, indifference, or apathy",
      "paragraphHtml": "<p class=\"mb-3 mt-8\"><span class=\"hlx-typography-content-body-small\" style=\"color:var(--hlx-theme-foreground-default)\">Feelings of sadness, indifference, or apathy</span></p>",
      "words": 6,
      "direct": false,
      "issue": "First paragraph is 6 words and does not look like a concise direct answer."
    },
    {
      "heading": "Struggling to focus",
      "headingHtml": "<h3 class=\"hlx-typography-content-body\"><a href=\"https://care.headway.co/search?issues=add_adhd\" data-ld-metric=\"topic-based-search-card\">Struggling to focus</a></h3>",
      "firstParagraph": "Concentration or commitment challenges in my day-to-day life",
      "paragraphHtml": "<p class=\"mb-3 mt-8\"><span class=\"hlx-typography-content-body-small\" style=\"color:var(--hlx-theme-foreground-default)\">Concentration or commitment challenges in my day-to-day life</span></p>",
      "words": 8,
      "direct": false,
      "issue": "First paragraph is 8 words and does not look like a concise direct answer."
    },
    {
      "heading": "Loss of someone I care for",
      "headingHtml": "<h3 class=\"hlx-typography-content-body\"><a href=\"https://care.headway.co/search?issues=bereavement\" data-ld-metric=\"topic-based-search-card\">Loss of someone I care for</a></h3>",
      "firstParagraph": "Coping with grief and loss",
      "paragraphHtml": "<p class=\"mb-3 mt-8\"><span class=\"hlx-typography-content-body-small\" style=\"color:var(--hlx-theme-foreground-default)\">Coping with grief and loss</span></p>",
      "words": 5,
      "direct": false,
      "issue": "First paragraph is 5 words and does not look like a concise direct answer."
    },
    {
      "heading": "Gender and/or sexual identity",
      "headingHtml": "<h3 class=\"hlx-typography-content-body\"><a href=\"https://care.headway.co/search?issues=lgbtq\" data-ld-metric=\"topic-based-search-card\">Gender and/or sexual identity</a></h3>",
      "firstParagraph": "Challenges related to my gender and/or sexual identity",
      "paragraphHtml": "<p class=\"mb-3 mt-8\"><span class=\"hlx-typography-content-body-small\" style=\"color:var(--hlx-theme-foreground-default)\">Challenges related to my gender and/or sexual identity</span></p>",
      "words": 9,
      "direct": false,
      "issue": "First paragraph is 9 words and does not look like a concise direct answer."
    },
    {
      "heading": "Divorce or separation in my life",
      "headingHtml": "<h3 class=\"hlx-typography-content-body\"><a href=\"https://care.headway.co/search?issues=relationships\" data-ld-metric=\"topic-based-search-card\">Divorce or separation in my life</a></h3>",
      "firstParagraph": "Emotions and stress in relationship changes",
      "paragraphHtml": "<p class=\"mb-3 mt-8\"><span class=\"hlx-typography-content-body-small\" style=\"color:var(--hlx-theme-foreground-default)\">Emotions and stress in relationship changes</span></p>",
      "words": 6,
      "direct": false,
      "issue": "First paragraph is 6 words and does not look like a concise direct answer."
    },
    {
      "heading": "Challenges with my personal relationships",
      "headingHtml": "<h3 class=\"hlx-typography-content-body\"><a href=\"https://care.headway.co/search?issues=relationships\" data-ld-metric=\"topic-based-search-card\">Challenges with my personal relationships</a></h3>",
      "firstParagraph": "Difficulties in friendships and romantic relationships",
      "paragraphHtml": "<p class=\"mb-3 mt-8\"><span class=\"hlx-typography-content-body-small\" style=\"color:var(--hlx-theme-foreground-default)\">Difficulties in friendships and romantic relationships</span></p>",
      "words": 6,
      "direct": false,
      "issue": "First paragraph is 6 words and does not look like a concise direct answer."
    },
    {
      "heading": "Being a new parent",
      "headingHtml": "<h3 class=\"hlx-typography-content-body\"><a href=\"https://care.headway.co/search?issues=maternal\" data-ld-metric=\"topic-based-search-card\">Being a new parent</a></h3>",
      "firstParagraph": "Navigating the emotions and responsibility of parenthood",
      "paragraphHtml": "<p class=\"mb-3 mt-8\"><span class=\"hlx-typography-content-body-small\" style=\"color:var(--hlx-theme-foreground-default)\">Navigating the emotions and responsibility of parenthood</span></p>",
      "words": 7,
      "direct": false,
      "issue": "First paragraph is 7 words and does not look like a concise direct answer."
    },
    {
      "heading": "Challenges with food and nourishment",
      "headingHtml": "<h3 class=\"hlx-typography-content-body\"><a href=\"https://care.headway.co/search?issues=eating_disorders\" data-ld-metric=\"topic-based-search-card\">Challenges with food and nourishment</a></h3>",
      "firstParagraph": "Support with disordered eating",
      "paragraphHtml": "<p class=\"mb-3 mt-8\"><span class=\"hlx-typography-content-body-small\" style=\"color:var(--hlx-theme-foreground-default)\">Support with disordered eating</span></p>",
      "words": 4,
      "direct": false,
      "issue": "First paragraph is 4 words and does not look like a concise direct answer."
    },
    {
      "heading": "Use your insurance",
      "headingHtml": "<h2 class=\"hlx-typography-content-eyebrow text-foreground-secondary m-0\">Use your insurance</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "See how much you save on sessions",
      "headingHtml": "<h2 class=\"m-0 mt-[-24px]\"><span class=\"hlx-typography-headline-h3-legacy\">See how much you save on sessions</span></h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Nationwide access",
      "headingHtml": "<h2 class=\"hlx-typography-content-eyebrow text-foreground-secondary m-0\">Nationwide access</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Get mental health care, covered by insurance",
      "headingHtml": "<h2 class=\"m-0\"><span class=\"hlx-typography-headline-h3-legacy\">Get mental health care, covered by insurance</span></h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Getting started",
      "headingHtml": "<h2 class=\"hlx-typography-content-eyebrow text-foreground-secondary m-0\">Getting started</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "How it works",
      "headingHtml": "<h2 class=\"m-0\"><span class=\"hlx-typography-headline-h3-legacy\">How it works</span></h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Find the right fit",
      "headingHtml": "<h3 class=\"hlx-typography-content-body-medium mb-[10px] mt-0\">Find the right fit</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Get the in-network price",
      "headingHtml": "<h3 class=\"hlx-typography-content-body-medium mb-[10px] mt-0\">Get the in-network price</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Book your session",
      "headingHtml": "<h3 class=\"hlx-typography-content-body-medium mb-[10px] mt-0\">Book your session</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Are you a mental health care provider or group practice?",
      "headingHtml": "<h2 class=\"m-0 [&amp;&gt;.hlx-typography-headline-h2]:!text-[#084428]\"><span class=\"hlx-typography-headline-h2\">Are you a mental health care provider or group practice?</span></h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Find a therapist without the guesswork",
      "headingHtml": "<h2 class=\"m-0\"><span class=\"hlx-typography-headline-h2\">Find a therapist without the guesswork</span></h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Need help finding the right fit?",
      "headingHtml": "<h3 class=\"hlx-typography-headline-h3 tablet:hidden\" style=\"color:var(--hlx-color-foreground-inverted-primary)\">Need help finding the right fit?</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Need help finding the right fit?",
      "headingHtml": "<h3 class=\"hlx-typography-headline-h4 tablet:block desktop:hidden hidden\" style=\"color:var(--hlx-color-foreground-inverted-primary)\">Need help finding the right fit?</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Need help finding the right fit?",
      "headingHtml": "<h3 class=\"hlx-typography-headline-h3 desktop:block hidden\" style=\"color:var(--hlx-color-foreground-inverted-primary)\">Need help finding the right fit?</h3>",
      "firstParagraph": "Filter 65K+ providers with your preferences",
      "paragraphHtml": "<p class=\"desktop:hidden\"><span class=\"hlx-typography-content-body\" style=\"color:var(--hlx-theme-foreground-inverse)\">Filter 65K+ providers with your preferences</span></p>",
      "words": 6,
      "direct": false,
      "issue": "First paragraph is 6 words and does not look like a concise direct answer."
    }
  ],
  "score": 65,
  "weight": 8
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

AEO: Answer intent coverage

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

1 Warning

Needs attention

AEO: Answer intent coverage

Warning
01

Issue

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

Details

02

Why it matters

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

Check name

AEO: Answer intent coverage

Score

70/100

Status

warning

Category

GEO, AIO & AEO

Maturity

Emerging recommendation

Goal

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

Result

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

Evidence
{
  "headings": [
    {
      "text": "Find care for whatever's on your mind",
      "html": "<h2 class=\"[grid-area:header]\"><span class=\"hlx-typography-headline-h3-legacy\">Find care for whatever&apos;s on your mind</span></h2>"
    },
    {
      "text": "Use your insurance",
      "html": "<h2 class=\"hlx-typography-content-eyebrow text-foreground-secondary m-0\">Use your insurance</h2>"
    },
    {
      "text": "See how much you save on sessions",
      "html": "<h2 class=\"m-0 mt-[-24px]\"><span class=\"hlx-typography-headline-h3-legacy\">See how much you save on sessions</span></h2>"
    },
    {
      "text": "Nationwide access",
      "html": "<h2 class=\"hlx-typography-content-eyebrow text-foreground-secondary m-0\">Nationwide access</h2>"
    },
    {
      "text": "Get mental health care, covered by insurance",
      "html": "<h2 class=\"m-0\"><span class=\"hlx-typography-headline-h3-legacy\">Get mental health care, covered by insurance</span></h2>"
    },
    {
      "text": "Getting started",
      "html": "<h2 class=\"hlx-typography-content-eyebrow text-foreground-secondary m-0\">Getting started</h2>"
    },
    {
      "text": "How it works",
      "html": "<h2 class=\"m-0\"><span class=\"hlx-typography-headline-h3-legacy\">How it works</span></h2>"
    },
    {
      "text": "Are you a mental health care provider or group practice?",
      "html": "<h2 class=\"m-0 [&amp;&gt;.hlx-typography-headline-h2]:!text-[#084428]\"><span class=\"hlx-typography-headline-h2\">Are you a mental health care provider or group practice?</span></h2>"
    },
    {
      "text": "Find a therapist without the guesswork",
      "html": "<h2 class=\"m-0\"><span class=\"hlx-typography-headline-h2\">Find a therapist without the guesswork</span></h2>"
    }
  ],
  "expected": [
    {
      "id": "what",
      "label": "What is Headway – Mental Health Care Covered by Insur...?",
      "pattern": {}
    },
    {
      "id": "how",
      "label": "How does Headway – Mental Health Care Covered by Insur... work?",
      "pattern": {}
    },
    {
      "id": "benefits",
      "label": "Why use Headway – Mental Health Care Covered by Insur...?",
      "pattern": {}
    },
    {
      "id": "cost",
      "label": "Is Headway – Mental Health Care Covered by Insur... free or paid?",
      "pattern": {}
    },
    {
      "id": "compare",
      "label": "How does Headway – Mental Health Care Covered by Insur... compare with alternatives?",
      "pattern": {}
    }
  ],
  "missing": [
    {
      "id": "what",
      "label": "What is Headway – Mental Health Care Covered by Insur...?",
      "pattern": {}
    },
    {
      "id": "cost",
      "label": "Is Headway – Mental Health Care Covered by Insur... free or paid?",
      "pattern": {}
    },
    {
      "id": "compare",
      "label": "How does Headway – Mental Health Care Covered by Insur... compare with alternatives?",
      "pattern": {}
    }
  ],
  "score": 70,
  "weight": 8
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

AIO: Page experience for AIO

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

1 Warning

Needs attention

AIO: Page experience for AIO

Warning
01

Issue

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

Details

02

Why it matters

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

Check name

AIO: Page experience for AIO

Score

80/100

Status

warning

Category

GEO, AIO & AEO

Maturity

Emerging recommendation

Goal

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

Result

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

Evidence
{
  "viewportContent": "width=device-width,initial-scale=1",
  "visibleWords": 1731,
  "htmlBytes": 1319192,
  "imagesMissingDimensions": [
    {
      "src": "/cdn-cgi/image/width=456,quality=70,fit=contain,height=418,f=auto/https%3A%2F%2Fassets.headway.co%2Fweb%2Fmarketing%2Fassets%2Fseated_therapy_session-Crfd-GcD.webp",
      "width": "",
      "height": "",
      "loading": "eager",
      "html": "<img alt=\"Therapist and patient in a therapy session\" sizes=\"(max-width: 456px) 375px, 456px\" class=\"absolute h-full w-full rounded-[8px] object-cover object-top\" loading=\"eager\" fetchpriority=\"high\" style=\"object-fit:cover;max-width:456px;max-height:418px;aspect-ratio:1.0909090909090908;width:100%\" srcset=\"/cdn-cgi/image/width=456,quality=70,fit=contain,height=418,f=auto/https%3A%2F%2Fassets.headway.co%2Fweb%2Fmarketing%2Fassets%2Fseated_therapy_session-Crfd-GcD.webp 456w, /cdn-cgi/image/wid..."
    },
    {
      "src": "/cdn-cgi/image/width=56,quality=70,fit=contain,height=56,f=auto/https%3A%2F%2Fassets.headway.co%2Fweb%2Fmarketing%2Fassets%2FCalculator-DZO1npBE.webp",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img alt=\"Calculator Illustration\" sizes=\"(max-width: 56px) 56px, 56px\" loading=\"lazy\" decoding=\"async\" style=\"object-fit:contain;max-width:56px;max-height:56px;aspect-ratio:1;width:100%\" srcset=\"/cdn-cgi/image/width=56,quality=70,fit=contain,height=56,f=auto/https%3A%2F%2Fassets.headway.co%2Fweb%2Fmarketing%2Fassets%2FCalculator-DZO1npBE.webp 56w, /cdn-cgi/image/width=112,quality=70,fit=contain,height=112,f=auto/https%3A%2F%2Fassets.headway.co%2Fweb%2Fmarketing%2Fassets%2FCalculator-DZO1npBE..."
    },
    {
      "src": "/cdn-cgi/image/width=536,height=460,quality=85,format=auto,fit=cover,gravity=face/https%3A%2F%2Fassets.headway.co%2Fprovider_photos%2F115893%2Fb93b592c-d81b-11ef-9304-0a58a9feac02-115893-1737479905142.jpeg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img alt=\"Headshot of Shannon Fatjo, LCSW\" src=\"/cdn-cgi/image/width=536,height=460,quality=85,format=auto,fit=cover,gravity=face/https%3A%2F%2Fassets.headway.co%2Fprovider_photos%2F115893%2Fb93b592c-d81b-11ef-9304-0a58a9feac02-115893-1737479905142.jpeg\" class=\"MuiAvatar-img css-1hy9t21\">"
    },
    {
      "src": "/cdn-cgi/image/width=536,height=460,quality=85,format=auto,fit=cover,gravity=face/https%3A%2F%2Fassets.headway.co%2Fprovider_photos%2F115893%2Fb93b592c-d81b-11ef-9304-0a58a9feac02-115893-1737479905142.jpeg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img alt=\"Headshot of Shannon Fatjo, LCSW\" src=\"/cdn-cgi/image/width=536,height=460,quality=85,format=auto,fit=cover,gravity=face/https%3A%2F%2Fassets.headway.co%2Fprovider_photos%2F115893%2Fb93b592c-d81b-11ef-9304-0a58a9feac02-115893-1737479905142.jpeg\" class=\"MuiAvatar-img css-1hy9t21\">"
    },
    {
      "src": "/cdn-cgi/image/width=536,height=460,quality=85,format=auto,fit=cover,gravity=face/https%3A%2F%2Fassets.headway.co%2Fprovider_photos%2F199801%2F0b83731a-36c4-11f1-9593-314960a2e826-199801-1776035105847.jpeg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img alt=\"Headshot of Maria Muscente, LCSW\" src=\"/cdn-cgi/image/width=536,height=460,quality=85,format=auto,fit=cover,gravity=face/https%3A%2F%2Fassets.headway.co%2Fprovider_photos%2F199801%2F0b83731a-36c4-11f1-9593-314960a2e826-199801-1776035105847.jpeg\" class=\"MuiAvatar-img css-1hy9t21\">"
    },
    {
      "src": "/cdn-cgi/image/width=536,height=460,quality=85,format=auto,fit=cover,gravity=face/https%3A%2F%2Fassets.headway.co%2Fprovider_photos%2F128117%2F764f6ad2-c4d7-11f0-a48b-0a58a9feac02-128117-1763509012935.jpeg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img alt=\"Headshot of Crystal Carson, LPC\" src=\"/cdn-cgi/image/width=536,height=460,quality=85,format=auto,fit=cover,gravity=face/https%3A%2F%2Fassets.headway.co%2Fprovider_photos%2F128117%2F764f6ad2-c4d7-11f0-a48b-0a58a9feac02-128117-1763509012935.jpeg\" class=\"MuiAvatar-img css-1hy9t21\">"
    },
    {
      "src": "/cdn-cgi/image/width=536,height=460,quality=85,format=auto,fit=cover,gravity=face/https%3A%2F%2Fassets.headway.co%2Fprovider_photos%2F128117%2F764f6ad2-c4d7-11f0-a48b-0a58a9feac02-128117-1763509012935.jpeg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img alt=\"Headshot of Crystal Carson, LPCMH\" src=\"/cdn-cgi/image/width=536,height=460,quality=85,format=auto,fit=cover,gravity=face/https%3A%2F%2Fassets.headway.co%2Fprovider_photos%2F128117%2F764f6ad2-c4d7-11f0-a48b-0a58a9feac02-128117-1763509012935.jpeg\" class=\"MuiAvatar-img css-1hy9t21\">"
    },
    {
      "src": "/cdn-cgi/image/width=536,height=460,quality=85,format=auto,fit=cover,gravity=face/https%3A%2F%2Fassets.headway.co%2Fprovider_photos%2F128117%2F764f6ad2-c4d7-11f0-a48b-0a58a9feac02-128117-1763509012935.jpeg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img alt=\"Headshot of Crystal Carson, LPC\" src=\"/cdn-cgi/image/width=536,height=460,quality=85,format=auto,fit=cover,gravity=face/https%3A%2F%2Fassets.headway.co%2Fprovider_photos%2F128117%2F764f6ad2-c4d7-11f0-a48b-0a58a9feac02-128117-1763509012935.jpeg\" class=\"MuiAvatar-img css-1hy9t21\">"
    },
    {
      "src": "/cdn-cgi/image/width=536,height=460,quality=85,format=auto,fit=cover,gravity=face/https%3A%2F%2Fassets.headway.co%2Fprovider_photos%2F201831%2Fe725648a-391e-11f1-9232-0d8234433f90-IMG_5241.jpeg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img alt=\"Headshot of Kiahlei Yaste, LCSW\" src=\"/cdn-cgi/image/width=536,height=460,quality=85,format=auto,fit=cover,gravity=face/https%3A%2F%2Fassets.headway.co%2Fprovider_photos%2F201831%2Fe725648a-391e-11f1-9232-0d8234433f90-IMG_5241.jpeg\" class=\"MuiAvatar-img css-1hy9t21\">"
    },
    {
      "src": "/cdn-cgi/image/width=536,height=460,quality=85,format=auto,fit=cover,gravity=face/https%3A%2F%2Fassets.headway.co%2Fprovider_photos%2F199783%2F9953002c-3226-11f1-9d2b-0a58a9feac02-199783-1775527678522.jpeg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img alt=\"Headshot of Huda Kaake, LPCC\" src=\"/cdn-cgi/image/width=536,height=460,quality=85,format=auto,fit=cover,gravity=face/https%3A%2F%2Fassets.headway.co%2Fprovider_photos%2F199783%2F9953002c-3226-11f1-9d2b-0a58a9feac02-199783-1775527678522.jpeg\" class=\"MuiAvatar-img css-1hy9t21\">"
    },
    {
      "src": "/cdn-cgi/image/width=536,height=460,quality=85,format=auto,fit=cover,gravity=face/https%3A%2F%2Fassets.headway.co%2Fprovider_photos%2F203865%2F71f74d52-462c-11f1-8602-a7244f492461-203865-1777729212860.jpeg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img alt=\"Headshot of Bita Saad Adel, NP\" src=\"/cdn-cgi/image/width=536,height=460,quality=85,format=auto,fit=cover,gravity=face/https%3A%2F%2Fassets.headway.co%2Fprovider_photos%2F203865%2F71f74d52-462c-11f1-8602-a7244f492461-203865-1777729212860.jpeg\" class=\"MuiAvatar-img css-1hy9t21\">"
    },
    {
      "src": "/cdn-cgi/image/width=536,height=460,quality=85,format=auto,fit=cover,gravity=face/https%3A%2F%2Fassets.headway.co%2Fprovider_photos%2F207870%2F4e3c702c-50ae-11f1-9342-43006f7f50de-207870-1778884499106.jpeg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img alt=\"Headshot of Jessica Dineen, LPCC\" src=\"/cdn-cgi/image/width=536,height=460,quality=85,format=auto,fit=cover,gravity=face/https%3A%2F%2Fassets.headway.co%2Fprovider_photos%2F207870%2F4e3c702c-50ae-11f1-9342-43006f7f50de-207870-1778884499106.jpeg\" class=\"MuiAvatar-img css-1hy9t21\">"
    },
    {
      "src": "/cdn-cgi/image/width=536,height=460,quality=85,format=auto,fit=cover,gravity=face/https%3A%2F%2Fassets.headway.co%2Fprovider_photos%2F193467%2F1de4403e-1f09-11f1-9dbf-0a58a9feac02-193467-1773425944029.jpeg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img alt=\"Headshot of Mary Bolin, LCSW\" src=\"/cdn-cgi/image/width=536,height=460,quality=85,format=auto,fit=cover,gravity=face/https%3A%2F%2Fassets.headway.co%2Fprovider_photos%2F193467%2F1de4403e-1f09-11f1-9dbf-0a58a9feac02-193467-1773425944029.jpeg\" class=\"MuiAvatar-img css-1hy9t21\">"
    },
    {
      "src": "/cdn-cgi/image/width=536,height=460,quality=85,format=auto,fit=cover,gravity=face/https%3A%2F%2Fassets.headway.co%2Fprovider_photos%2F17336%2Fe8993a68-2ba3-11ec-b4bb-0242ac110003-headshot.jpg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img alt=\"Headshot of Loree Siegfried, LCSW\" src=\"/cdn-cgi/image/width=536,height=460,quality=85,format=auto,fit=cover,gravity=face/https%3A%2F%2Fassets.headway.co%2Fprovider_photos%2F17336%2Fe8993a68-2ba3-11ec-b4bb-0242ac110003-headshot.jpg\" class=\"MuiAvatar-img css-1hy9t21\">"
    },
    {
      "src": "/cdn-cgi/image/width=536,height=460,quality=85,format=auto,fit=cover,gravity=face/https%3A%2F%2Fassets.headway.co%2Fprovider_photos%2F211897%2Fc845eea4-5f70-11f1-9ada-cde54a79acae-211897-1780507342483.jpeg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img alt=\"Headshot of Nicole Christian, LPC\" src=\"/cdn-cgi/image/width=536,height=460,quality=85,format=auto,fit=cover,gravity=face/https%3A%2F%2Fassets.headway.co%2Fprovider_photos%2F211897%2Fc845eea4-5f70-11f1-9ada-cde54a79acae-211897-1780507342483.jpeg\" class=\"MuiAvatar-img css-1hy9t21\">"
    },
    {
      "src": "/cdn-cgi/image/width=536,height=460,quality=85,format=auto,fit=cover,gravity=face/https%3A%2F%2Fassets.headway.co%2Fprovider_photos%2F160584%2Fbc326962-850a-11f0-af40-0a58a9feac02-160584-1756494159880.jpeg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img alt=\"Headshot of Angel-Lynna Tran, LMFT\" src=\"/cdn-cgi/image/width=536,height=460,quality=85,format=auto,fit=cover,gravity=face/https%3A%2F%2Fassets.headway.co%2Fprovider_photos%2F160584%2Fbc326962-850a-11f0-af40-0a58a9feac02-160584-1756494159880.jpeg\" class=\"MuiAvatar-img css-1hy9t21\">"
    },
    {
      "src": "/cdn-cgi/image/width=536,height=460,quality=85,format=auto,fit=cover,gravity=face/https%3A%2F%2Fassets.headway.co%2Fprovider_photos%2F191948%2F9894b740-39bd-11f1-873d-1d10acba6fa8-191948-1776362190761.jpeg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img alt=\"Headshot of Katie Cerar, LPC\" src=\"/cdn-cgi/image/width=536,height=460,quality=85,format=auto,fit=cover,gravity=face/https%3A%2F%2Fassets.headway.co%2Fprovider_photos%2F191948%2F9894b740-39bd-11f1-873d-1d10acba6fa8-191948-1776362190761.jpeg\" class=\"MuiAvatar-img css-1hy9t21\">"
    },
    {
      "src": "/cdn-cgi/image/width=536,height=460,quality=85,format=auto,fit=cover,gravity=face/https%3A%2F%2Fassets.headway.co%2Fprovider_photos%2F204229%2F92aa6d0a-53cd-11f1-a25f-8b3fe8b11479-Headshot.png",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img alt=\"Headshot of Lindey Bartolucci, PSYCHOLOGIST\" src=\"/cdn-cgi/image/width=536,height=460,quality=85,format=auto,fit=cover,gravity=face/https%3A%2F%2Fassets.headway.co%2Fprovider_photos%2F204229%2F92aa6d0a-53cd-11f1-a25f-8b3fe8b11479-Headshot.png\" class=\"MuiAvatar-img css-1hy9t21\">"
    },
    {
      "src": "/cdn-cgi/image/width=536,height=460,quality=85,format=auto,fit=cover,gravity=face/https%3A%2F%2Fassets.headway.co%2Fprovider_photos%2F101799%2F180d37ec-27bf-11f1-9384-0a58a9feac02-101799-1774383711903.jpeg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img alt=\"Headshot of Manuela Aguilar, LPC\" src=\"/cdn-cgi/image/width=536,height=460,quality=85,format=auto,fit=cover,gravity=face/https%3A%2F%2Fassets.headway.co%2Fprovider_photos%2F101799%2F180d37ec-27bf-11f1-9384-0a58a9feac02-101799-1774383711903.jpeg\" class=\"MuiAvatar-img css-1hy9t21\">"
    },
    {
      "src": "/cdn-cgi/image/width=536,height=460,quality=85,format=auto,fit=cover,gravity=face/https%3A%2F%2Fassets.headway.co%2Fprovider_photos%2F169373%2F835f3c42-b754-11f0-b089-0a58a9feac02-169373-1762023416940.jpeg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img alt=\"Headshot of Sheela Joshi, PSYCHOLOGIST\" src=\"/cdn-cgi/image/width=536,height=460,quality=85,format=auto,fit=cover,gravity=face/https%3A%2F%2Fassets.headway.co%2Fprovider_photos%2F169373%2F835f3c42-b754-11f0-b089-0a58a9feac02-169373-1762023416940.jpeg\" class=\"MuiAvatar-img css-1hy9t21\">"
    },
    {
      "src": "/cdn-cgi/image/width=536,height=460,quality=85,format=auto,fit=cover,gravity=face/https%3A%2F%2Fassets.headway.co%2Fprovider_photos%2F79242%2Fe4739452-4952-11f1-bf12-230bb1abb33a-79242-1778075579305.jpeg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img alt=\"Headshot of Monet Clark, LPCMH\" src=\"/cdn-cgi/image/width=536,height=460,quality=85,format=auto,fit=cover,gravity=face/https%3A%2F%2Fassets.headway.co%2Fprovider_photos%2F79242%2Fe4739452-4952-11f1-bf12-230bb1abb33a-79242-1778075579305.jpeg\" class=\"MuiAvatar-img css-1hy9t21\">"
    },
    {
      "src": "/cdn-cgi/image/width=536,height=460,quality=85,format=auto,fit=cover,gravity=face/https%3A%2F%2Fassets.headway.co%2Fprovider_photos%2F103807%2Fc89f8e80-93ef-11ef-948b-0a58a9feac02-103807-1729984354155.jpeg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img alt=\"Headshot of Teneisha Craighead, APRN_CNP\" src=\"/cdn-cgi/image/width=536,height=460,quality=85,format=auto,fit=cover,gravity=face/https%3A%2F%2Fassets.headway.co%2Fprovider_photos%2F103807%2Fc89f8e80-93ef-11ef-948b-0a58a9feac02-103807-1729984354155.jpeg\" class=\"MuiAvatar-img css-1hy9t21\">"
    },
    {
      "src": "/cdn-cgi/image/width=536,height=460,quality=85,format=auto,fit=cover,gravity=face/https%3A%2F%2Fassets.headway.co%2Fprovider_photos%2F182228%2F5ef043f4-5a35-11f1-ac15-77e0b2c57158-182228-1779932069586.jpeg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img alt=\"Headshot of Kristen Ecklund, LPC\" src=\"/cdn-cgi/image/width=536,height=460,quality=85,format=auto,fit=cover,gravity=face/https%3A%2F%2Fassets.headway.co%2Fprovider_photos%2F182228%2F5ef043f4-5a35-11f1-ac15-77e0b2c57158-182228-1779932069586.jpeg\" class=\"MuiAvatar-img css-1hy9t21\">"
    },
    {
      "src": "/cdn-cgi/image/width=536,height=460,quality=85,format=auto,fit=cover,gravity=face/https%3A%2F%2Fassets.headway.co%2Fprovider_photos%2F52567%2F22fb4d58-2103-11ee-8399-0a58a9feac02-Work%20picture%202.jpg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img alt=\"Headshot of Debra Horn, LPC\" src=\"/cdn-cgi/image/width=536,height=460,quality=85,format=auto,fit=cover,gravity=face/https%3A%2F%2Fassets.headway.co%2Fprovider_photos%2F52567%2F22fb4d58-2103-11ee-8399-0a58a9feac02-Work%20picture%202.jpg\" class=\"MuiAvatar-img css-1hy9t21\">"
    },
    {
      "src": "/cdn-cgi/image/width=536,height=460,quality=85,format=auto,fit=cover,gravity=face/https%3A%2F%2Fassets.headway.co%2Fprovider_photos%2F66858%2F438d4152-20ec-11f1-940b-0a58a9feac02-66858-1773633454038.jpeg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img alt=\"Headshot of Trina Thomas, LPCC\" src=\"/cdn-cgi/image/width=536,height=460,quality=85,format=auto,fit=cover,gravity=face/https%3A%2F%2Fassets.headway.co%2Fprovider_photos%2F66858%2F438d4152-20ec-11f1-940b-0a58a9feac02-66858-1773633454038.jpeg\" class=\"MuiAvatar-img css-1hy9t21\">"
    },
    {
      "src": "/cdn-cgi/image/width=536,height=460,quality=85,format=auto,fit=cover,gravity=face/https%3A%2F%2Fassets.headway.co%2Fprovider_photos%2F95448%2Ff0529fb8-333f-11f0-b3da-0a58a9feac02-95448-1747501014788.jpeg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img alt=\"Headshot of Dennies Libert, LCSW\" src=\"/cdn-cgi/image/width=536,height=460,quality=85,format=auto,fit=cover,gravity=face/https%3A%2F%2Fassets.headway.co%2Fprovider_photos%2F95448%2Ff0529fb8-333f-11f0-b3da-0a58a9feac02-95448-1747501014788.jpeg\" class=\"MuiAvatar-img css-1hy9t21\">"
    },
    {
      "src": "/cdn-cgi/image/width=536,height=460,quality=85,format=auto,fit=cover,gravity=face/https%3A%2F%2Fassets.headway.co%2Fprovider_photos%2F43837%2F13f6a7a6-499d-11f1-8e47-1770693f948f-43837-1778107441699.jpeg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img alt=\"Headshot of Ana Rivera Gonzalez, LMFT\" src=\"/cdn-cgi/image/width=536,height=460,quality=85,format=auto,fit=cover,gravity=face/https%3A%2F%2Fassets.headway.co%2Fprovider_photos%2F43837%2F13f6a7a6-499d-11f1-8e47-1770693f948f-43837-1778107441699.jpeg\" class=\"MuiAvatar-img css-1hy9t21\">"
    },
    {
      "src": "/cdn-cgi/image/width=536,height=460,quality=85,format=auto,fit=cover,gravity=face/https%3A%2F%2Fassets.headway.co%2Fprovider_photos%2F68403%2F8b931b64-4ae8-11f0-a367-0a58a9feac02-heathshot02.png",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img alt=\"Headshot of Nikki Ruoss, APN\" src=\"/cdn-cgi/image/width=536,height=460,quality=85,format=auto,fit=cover,gravity=face/https%3A%2F%2Fassets.headway.co%2Fprovider_photos%2F68403%2F8b931b64-4ae8-11f0-a367-0a58a9feac02-heathshot02.png\" class=\"MuiAvatar-img css-1hy9t21\">"
    },
    {
      "src": "/cdn-cgi/image/width=536,height=460,quality=85,format=auto,fit=cover,gravity=face/https%3A%2F%2Fassets.headway.co%2Fprovider_photos%2F199545%2F24ba7d80-4d56-11f1-af20-fd8a6eed19dd-199545-1778516780253.jpeg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img alt=\"Headshot of Kathleen Freaney, LCSW\" src=\"/cdn-cgi/image/width=536,height=460,quality=85,format=auto,fit=cover,gravity=face/https%3A%2F%2Fassets.headway.co%2Fprovider_photos%2F199545%2F24ba7d80-4d56-11f1-af20-fd8a6eed19dd-199545-1778516780253.jpeg\" class=\"MuiAvatar-img css-1hy9t21\">"
    },
    {
      "src": "/cdn-cgi/image/width=536,height=460,quality=85,format=auto,fit=cover,gravity=face/https%3A%2F%2Fassets.headway.co%2Fprovider_photos%2F29438%2F0763e9be-2151-11f1-aa32-0a58a9feac02-29438-1773676732356.jpeg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img alt=\"Headshot of Leah Manzella, LICSW\" src=\"/cdn-cgi/image/width=536,height=460,quality=85,format=auto,fit=cover,gravity=face/https%3A%2F%2Fassets.headway.co%2Fprovider_photos%2F29438%2F0763e9be-2151-11f1-aa32-0a58a9feac02-29438-1773676732356.jpeg\" class=\"MuiAvatar-img css-1hy9t21\">"
    },
    {
      "src": "/cdn-cgi/image/width=536,height=460,quality=85,format=auto,fit=cover,gravity=face/https%3A%2F%2Fassets.headway.co%2Fprovider_photos%2F105212%2F2214ad16-923c-11ef-9343-0a58a9feac02-105212-1729797243127.jpeg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img alt=\"Headshot of Okechuku Nwanganga, LCSW\" src=\"/cdn-cgi/image/width=536,height=460,quality=85,format=auto,fit=cover,gravity=face/https%3A%2F%2Fassets.headway.co%2Fprovider_photos%2F105212%2F2214ad16-923c-11ef-9343-0a58a9feac02-105212-1729797243127.jpeg\" class=\"MuiAvatar-img css-1hy9t21\">"
    },
    {
      "src": "/cdn-cgi/image/width=536,height=460,quality=85,format=auto,fit=cover,gravity=face/https%3A%2F%2Fassets.headway.co%2Fprovider_photos%2F196648%2F41012b6a-5abc-11f1-9e48-539fea909450-IMG_2937%20(1).jpeg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img alt=\"Headshot of Jim Mock, LMFT\" src=\"/cdn-cgi/image/width=536,height=460,quality=85,format=auto,fit=cover,gravity=face/https%3A%2F%2Fassets.headway.co%2Fprovider_photos%2F196648%2F41012b6a-5abc-11f1-9e48-539fea909450-IMG_2937%20(1).jpeg\" class=\"MuiAvatar-img css-1hy9t21\">"
    },
    {
      "src": "/cdn-cgi/image/width=536,height=460,quality=85,format=auto,fit=cover,gravity=face/https%3A%2F%2Fassets.headway.co%2Fprovider_photos%2F180143%2F5b0ff8c0-dfa0-11f0-a8bd-0a58a9feac02-180143-1766454025821.jpeg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img alt=\"Headshot of Hector Gallardo, LPC\" src=\"/cdn-cgi/image/width=536,height=460,quality=85,format=auto,fit=cover,gravity=face/https%3A%2F%2Fassets.headway.co%2Fprovider_photos%2F180143%2F5b0ff8c0-dfa0-11f0-a8bd-0a58a9feac02-180143-1766454025821.jpeg\" class=\"MuiAvatar-img css-1hy9t21\">"
    },
    {
      "src": "/cdn-cgi/image/width=536,height=460,quality=85,format=auto,fit=cover,gravity=face/https%3A%2F%2Fassets.headway.co%2Fprovider_photos%2F194367%2Fe7acf6f2-4c06-11f1-9810-43b0656a891d-194367-1778372796342.jpeg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img alt=\"Headshot of Sydney Stevens, LCPC\" src=\"/cdn-cgi/image/width=536,height=460,quality=85,format=auto,fit=cover,gravity=face/https%3A%2F%2Fassets.headway.co%2Fprovider_photos%2F194367%2Fe7acf6f2-4c06-11f1-9810-43b0656a891d-194367-1778372796342.jpeg\" class=\"MuiAvatar-img css-1hy9t21\">"
    },
    {
      "src": "/cdn-cgi/image/width=536,height=460,quality=85,format=auto,fit=cover,gravity=face/https%3A%2F%2Fassets.headway.co%2Fprovider_photos%2F80419%2Fb98199a0-fdd8-11ee-a4bc-0a58a9feac02-80419-1713481776099.jpeg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img alt=\"Headshot of Marcie Mitchell, LPCC\" src=\"/cdn-cgi/image/width=536,height=460,quality=85,format=auto,fit=cover,gravity=face/https%3A%2F%2Fassets.headway.co%2Fprovider_photos%2F80419%2Fb98199a0-fdd8-11ee-a4bc-0a58a9feac02-80419-1713481776099.jpeg\" class=\"MuiAvatar-img css-1hy9t21\">"
    },
    {
      "src": "/cdn-cgi/image/width=536,height=460,quality=85,format=auto,fit=cover,gravity=face/https%3A%2F%2Fassets.headway.co%2Fprovider_photos%2F174503%2Fd9f5ed4e-c19f-11f0-80a7-0a58a9feac02-174503-1763155275233.jpeg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img alt=\"Headshot of Amanda McIntosh, LPCC\" src=\"/cdn-cgi/image/width=536,height=460,quality=85,format=auto,fit=cover,gravity=face/https%3A%2F%2Fassets.headway.co%2Fprovider_photos%2F174503%2Fd9f5ed4e-c19f-11f0-80a7-0a58a9feac02-174503-1763155275233.jpeg\" class=\"MuiAvatar-img css-1hy9t21\">"
    },
    {
      "src": "/cdn-cgi/image/width=536,height=460,quality=85,format=auto,fit=cover,gravity=face/https%3A%2F%2Fassets.headway.co%2Fprovider_photos%2F190872%2F14a7ebae-1015-11f1-b6c5-0a58a9feac02-190872-1771781814232.jpeg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img alt=\"Headshot of Madeline Vielmann, LICSW\" src=\"/cdn-cgi/image/width=536,height=460,quality=85,format=auto,fit=cover,gravity=face/https%3A%2F%2Fassets.headway.co%2Fprovider_photos%2F190872%2F14a7ebae-1015-11f1-b6c5-0a58a9feac02-190872-1771781814232.jpeg\" class=\"MuiAvatar-img css-1hy9t21\">"
    },
    {
      "src": "/cdn-cgi/image/width=536,height=460,quality=85,format=auto,fit=cover,gravity=face/https%3A%2F%2Fassets.headway.co%2Fprovider_photos%2F195376%2F23a2823a-2353-11f1-a5f6-0a58a9feac02-1767680772347.jpg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img alt=\"Headshot of Kyle Avery, LCSW\" src=\"/cdn-cgi/image/width=536,height=460,quality=85,format=auto,fit=cover,gravity=face/https%3A%2F%2Fassets.headway.co%2Fprovider_photos%2F195376%2F23a2823a-2353-11f1-a5f6-0a58a9feac02-1767680772347.jpg\" class=\"MuiAvatar-img css-1hy9t21\">"
    },
    {
      "src": "/cdn-cgi/image/width=536,height=460,quality=85,format=auto,fit=cover,gravity=face/https%3A%2F%2Fassets.headway.co%2Fprovider_photos%2F107091%2F83545110-5e7b-11f0-ade0-0a58a9feac02-107091-1752254502352.jpeg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img alt=\"Headshot of Chinyere Turner, APRN_CNP\" src=\"/cdn-cgi/image/width=536,height=460,quality=85,format=auto,fit=cover,gravity=face/https%3A%2F%2Fassets.headway.co%2Fprovider_photos%2F107091%2F83545110-5e7b-11f0-ade0-0a58a9feac02-107091-1752254502352.jpeg\" class=\"MuiAvatar-img css-1hy9t21\">"
    },
    {
      "src": "/cdn-cgi/image/width=536,height=460,quality=85,format=auto,fit=cover,gravity=face/https%3A%2F%2Fassets.headway.co%2Fprovider_photos%2F107091%2F83545110-5e7b-11f0-ade0-0a58a9feac02-107091-1752254502352.jpeg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img alt=\"Headshot of Chinyere Turner, ARNP\" src=\"/cdn-cgi/image/width=536,height=460,quality=85,format=auto,fit=cover,gravity=face/https%3A%2F%2Fassets.headway.co%2Fprovider_photos%2F107091%2F83545110-5e7b-11f0-ade0-0a58a9feac02-107091-1752254502352.jpeg\" class=\"MuiAvatar-img css-1hy9t21\">"
    },
    {
      "src": "/cdn-cgi/image/width=536,height=460,quality=85,format=auto,fit=cover,gravity=face/https%3A%2F%2Fassets.headway.co%2Fprovider_photos%2F134938%2F0566e12e-34d6-11f0-9a2c-0a58a9feac02-134938-1747675426284.jpeg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img alt=\"Headshot of Tracey Hemmings, LCSW\" src=\"/cdn-cgi/image/width=536,height=460,quality=85,format=auto,fit=cover,gravity=face/https%3A%2F%2Fassets.headway.co%2Fprovider_photos%2F134938%2F0566e12e-34d6-11f0-9a2c-0a58a9feac02-134938-1747675426284.jpeg\" class=\"MuiAvatar-img css-1hy9t21\">"
    },
    {
      "src": "/cdn-cgi/image/width=536,height=460,quality=85,format=auto,fit=cover,gravity=face/https%3A%2F%2Fassets.headway.co%2Fprovider_photos%2F163549%2Fb1a120a8-53d9-11f1-8b53-5de60583dccf-163549-1779232987686.jpeg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img alt=\"Headshot of Liliana (Lily) Ramirez, LPCC\" src=\"/cdn-cgi/image/width=536,height=460,quality=85,format=auto,fit=cover,gravity=face/https%3A%2F%2Fassets.headway.co%2Fprovider_photos%2F163549%2Fb1a120a8-53d9-11f1-8b53-5de60583dccf-163549-1779232987686.jpeg\" class=\"MuiAvatar-img css-1hy9t21\">"
    },
    {
      "src": "/cdn-cgi/image/width=536,height=460,quality=85,format=auto,fit=cover,gravity=face/https%3A%2F%2Fassets.headway.co%2Fprovider_photos%2F200363%2F844ae746-40de-11f1-8725-cd9cce2a5ee4-200363-1777145986720.jpeg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img alt=\"Headshot of Irene Epshteyn, MD\" src=\"/cdn-cgi/image/width=536,height=460,quality=85,format=auto,fit=cover,gravity=face/https%3A%2F%2Fassets.headway.co%2Fprovider_photos%2F200363%2F844ae746-40de-11f1-8725-cd9cce2a5ee4-200363-1777145986720.jpeg\" class=\"MuiAvatar-img css-1hy9t21\">"
    },
    {
      "src": "/cdn-cgi/image/width=536,height=460,quality=85,format=auto,fit=cover,gravity=face/https%3A%2F%2Fassets.headway.co%2Fprovider_photos%2F65165%2F36cd4f3e-9471-11ee-9e1c-0a58a9feac02-65165-1701892446590.jpeg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img alt=\"Headshot of Janet Distefan, LMFT\" src=\"/cdn-cgi/image/width=536,height=460,quality=85,format=auto,fit=cover,gravity=face/https%3A%2F%2Fassets.headway.co%2Fprovider_photos%2F65165%2F36cd4f3e-9471-11ee-9e1c-0a58a9feac02-65165-1701892446590.jpeg\" class=\"MuiAvatar-img css-1hy9t21\">"
    },
    {
      "src": "/cdn-cgi/image/width=536,height=460,quality=85,format=auto,fit=cover,gravity=face/https%3A%2F%2Fassets.headway.co%2Fprovider_photos%2F87668%2F0f3637a6-0477-11f1-a8fe-0a58a9feac02-87668-1770504482664.jpeg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img alt=\"Headshot of Ashley McGuffee, LMFT\" src=\"/cdn-cgi/image/width=536,height=460,quality=85,format=auto,fit=cover,gravity=face/https%3A%2F%2Fassets.headway.co%2Fprovider_photos%2F87668%2F0f3637a6-0477-11f1-a8fe-0a58a9feac02-87668-1770504482664.jpeg\" class=\"MuiAvatar-img css-1hy9t21\">"
    },
    {
      "src": "/cdn-cgi/image/width=536,height=460,quality=85,format=auto,fit=cover,gravity=face/https%3A%2F%2Fassets.headway.co%2Fprovider_photos%2F87668%2F0f3637a6-0477-11f1-a8fe-0a58a9feac02-87668-1770504482664.jpeg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img alt=\"Headshot of Ashley McGuffee, LCMHC\" src=\"/cdn-cgi/image/width=536,height=460,quality=85,format=auto,fit=cover,gravity=face/https%3A%2F%2Fassets.headway.co%2Fprovider_photos%2F87668%2F0f3637a6-0477-11f1-a8fe-0a58a9feac02-87668-1770504482664.jpeg\" class=\"MuiAvatar-img css-1hy9t21\">"
    },
    {
      "src": "/cdn-cgi/image/width=536,height=460,quality=85,format=auto,fit=cover,gravity=face/https%3A%2F%2Fassets.headway.co%2Fprovider_photos%2F208469%2F784239b4-506e-11f1-86da-bd6fe597ab8e-208469-1778857081790.jpeg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img alt=\"Headshot of Arthur Bain, LMHC\" src=\"/cdn-cgi/image/width=536,height=460,quality=85,format=auto,fit=cover,gravity=face/https%3A%2F%2Fassets.headway.co%2Fprovider_photos%2F208469%2F784239b4-506e-11f1-86da-bd6fe597ab8e-208469-1778857081790.jpeg\" class=\"MuiAvatar-img css-1hy9t21\">"
    },
    {
      "src": "/cdn-cgi/image/width=536,height=460,quality=85,format=auto,fit=cover,gravity=face/https%3A%2F%2Fassets.headway.co%2Fprovider_photos%2F208469%2F784239b4-506e-11f1-86da-bd6fe597ab8e-208469-1778857081790.jpeg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img alt=\"Headshot of Arthur Bain, LPC\" src=\"/cdn-cgi/image/width=536,height=460,quality=85,format=auto,fit=cover,gravity=face/https%3A%2F%2Fassets.headway.co%2Fprovider_photos%2F208469%2F784239b4-506e-11f1-86da-bd6fe597ab8e-208469-1778857081790.jpeg\" class=\"MuiAvatar-img css-1hy9t21\">"
    },
    {
      "src": "/cdn-cgi/image/width=536,height=460,quality=85,format=auto,fit=cover,gravity=face/https%3A%2F%2Fassets.headway.co%2Fprovider_photos%2F99924%2F2efdf816-5630-11f1-9974-6307a78351d8-99924-1779490037062.jpeg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img alt=\"Headshot of Capricia Hollis, LCSW\" src=\"/cdn-cgi/image/width=536,height=460,quality=85,format=auto,fit=cover,gravity=face/https%3A%2F%2Fassets.headway.co%2Fprovider_photos%2F99924%2F2efdf816-5630-11f1-9974-6307a78351d8-99924-1779490037062.jpeg\" class=\"MuiAvatar-img css-1hy9t21\">"
    },
    {
      "src": "/cdn-cgi/image/width=536,height=460,quality=85,format=auto,fit=cover,gravity=face/https%3A%2F%2Fassets.headway.co%2Fprovider_photos%2F143382%2Fbd891ca8-9e36-11f0-8961-0a58a9feac02-143382-1759261839156.jpeg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img alt=\"Headshot of Obioma Nwokeohuru, APN\" src=\"/cdn-cgi/image/width=536,height=460,quality=85,format=auto,fit=cover,gravity=face/https%3A%2F%2Fassets.headway.co%2Fprovider_photos%2F143382%2Fbd891ca8-9e36-11f0-8961-0a58a9feac02-143382-1759261839156.jpeg\" class=\"MuiAvatar-img css-1hy9t21\">"
    },
    {
      "src": "/cdn-cgi/image/width=536,height=460,quality=85,format=auto,fit=cover,gravity=face/https%3A%2F%2Fassets.headway.co%2Fprovider_photos%2F164132%2F2e362346-a2fc-11f0-b81e-0a58a9feac02-164132-1759786443728.jpeg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img alt=\"Headshot of An Thinh Sam, APRN_CNP\" src=\"/cdn-cgi/image/width=536,height=460,quality=85,format=auto,fit=cover,gravity=face/https%3A%2F%2Fassets.headway.co%2Fprovider_photos%2F164132%2F2e362346-a2fc-11f0-b81e-0a58a9feac02-164132-1759786443728.jpeg\" class=\"MuiAvatar-img css-1hy9t21\">"
    },
    {
      "src": "/cdn-cgi/image/width=536,height=460,quality=85,format=auto,fit=cover,gravity=face/https%3A%2F%2Fassets.headway.co%2Fprovider_photos%2F104756%2Fcfa6fc8e-ac74-11ef-9f1b-0a58a9feac02-104756-1732680316729.jpeg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img alt=\"Headshot of Maytee Cuevas Rojas, APRN\" src=\"/cdn-cgi/image/width=536,height=460,quality=85,format=auto,fit=cover,gravity=face/https%3A%2F%2Fassets.headway.co%2Fprovider_photos%2F104756%2Fcfa6fc8e-ac74-11ef-9f1b-0a58a9feac02-104756-1732680316729.jpeg\" class=\"MuiAvatar-img css-1hy9t21\">"
    },
    {
      "src": "/cdn-cgi/image/width=536,height=460,quality=85,format=auto,fit=cover,gravity=face/https%3A%2F%2Fassets.headway.co%2Fprovider_photos%2F92414%2F1cd5ecb8-4bdb-11ef-821c-0a58a9feac02-92414-1722058986525.jpeg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img alt=\"Headshot of Krystal Davis, LPC\" src=\"/cdn-cgi/image/width=536,height=460,quality=85,format=auto,fit=cover,gravity=face/https%3A%2F%2Fassets.headway.co%2Fprovider_photos%2F92414%2F1cd5ecb8-4bdb-11ef-821c-0a58a9feac02-92414-1722058986525.jpeg\" class=\"MuiAvatar-img css-1hy9t21\">"
    },
    {
      "src": "/cdn-cgi/image/width=536,height=460,quality=85,format=auto,fit=cover,gravity=face/https%3A%2F%2Fassets.headway.co%2Fprovider_photos%2F204452%2F18919678-47fd-11f1-accc-0ffc261ef785-204452-1777928778789.jpeg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img alt=\"Headshot of Jaime Collins, LMFT\" src=\"/cdn-cgi/image/width=536,height=460,quality=85,format=auto,fit=cover,gravity=face/https%3A%2F%2Fassets.headway.co%2Fprovider_photos%2F204452%2F18919678-47fd-11f1-accc-0ffc261ef785-204452-1777928778789.jpeg\" class=\"MuiAvatar-img css-1hy9t21\">"
    },
    {
      "src": "/cdn-cgi/image/width=536,height=460,quality=85,format=auto,fit=cover,gravity=face/https%3A%2F%2Fassets.headway.co%2Fprovider_photos%2F172569%2F729957ac-b9e4-11f0-a7c2-0a58a9feac02-172569-1762305127422.jpeg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img alt=\"Headshot of Sheletta Slough, APRN\" src=\"/cdn-cgi/image/width=536,height=460,quality=85,format=auto,fit=cover,gravity=face/https%3A%2F%2Fassets.headway.co%2Fprovider_photos%2F172569%2F729957ac-b9e4-11f0-a7c2-0a58a9feac02-172569-1762305127422.jpeg\" class=\"MuiAvatar-img css-1hy9t21\">"
    },
    {
      "src": "/cdn-cgi/image/width=536,height=460,quality=85,format=auto,fit=cover,gravity=face/https%3A%2F%2Fassets.headway.co%2Fprovider_photos%2F200400%2Fea9e014c-33cb-11f1-817f-c1ffc96e10e6-Screenshot_20250723_151016_Gallery.jpg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img alt=\"Headshot of Candance Grayson, LCSW\" src=\"/cdn-cgi/image/width=536,height=460,quality=85,format=auto,fit=cover,gravity=face/https%3A%2F%2Fassets.headway.co%2Fprovider_photos%2F200400%2Fea9e014c-33cb-11f1-817f-c1ffc96e10e6-Screenshot_20250723_151016_Gallery.jpg\" class=\"MuiAvatar-img css-1hy9t21\">"
    },
    {
      "src": "/cdn-cgi/image/width=536,height=460,quality=85,format=auto,fit=cover,gravity=face/https%3A%2F%2Fassets.headway.co%2Fprovider_photos%2F211346%2F74065dd4-6073-11f1-bcbc-4d078c3d85fc-211346-1780618441034.jpeg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img alt=\"Headshot of Gerard Dickmu, APRN\" src=\"/cdn-cgi/image/width=536,height=460,quality=85,format=auto,fit=cover,gravity=face/https%3A%2F%2Fassets.headway.co%2Fprovider_photos%2F211346%2F74065dd4-6073-11f1-bcbc-4d078c3d85fc-211346-1780618441034.jpeg\" class=\"MuiAvatar-img css-1hy9t21\">"
    },
    {
      "src": "/cdn-cgi/image/width=536,height=460,quality=85,format=auto,fit=cover,gravity=face/https%3A%2F%2Fassets.headway.co%2Fprovider_photos%2F211346%2F74065dd4-6073-11f1-bcbc-4d078c3d85fc-211346-1780618441034.jpeg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img alt=\"Headshot of Gerard Dickmu, APRN\" src=\"/cdn-cgi/image/width=536,height=460,quality=85,format=auto,fit=cover,gravity=face/https%3A%2F%2Fassets.headway.co%2Fprovider_photos%2F211346%2F74065dd4-6073-11f1-bcbc-4d078c3d85fc-211346-1780618441034.jpeg\" class=\"MuiAvatar-img css-1hy9t21\">"
    },
    {
      "src": "/cdn-cgi/image/width=360,quality=70,fit=contain,height=360,f=auto/https%3A%2F%2Fassets.headway.co%2Fweb%2Fmarketing%2Fassets%2FWatering-_k7kAdpd.webp",
      "width": "",
      "height": "",
      "loading": "eager",
      "html": "<img alt=\"Therapist session\" sizes=\"(max-width: 360px) 332px, 368px\" loading=\"eager\" fetchpriority=\"high\" decoding=\"async\" style=\"object-fit:cover;max-width:360px;max-height:360px;aspect-ratio:1;width:100%\" srcset=\"/cdn-cgi/image/width=360,quality=70,fit=contain,height=360,f=auto/https%3A%2F%2Fassets.headway.co%2Fweb%2Fmarketing%2Fassets%2FWatering-_k7kAdpd.webp 360w, /cdn-cgi/image/width=640,quality=70,fit=contain,height=640,f=auto/https%3A%2F%2Fassets.headway.co%2Fweb%2Fmarketing%2Fassets%2..."
    },
    {
      "src": "/cdn-cgi/image/width=78,quality=100,fit=contain,height=78,f=auto/https%3A%2F%2Fassets.headway.co%2Fweb%2Fmarketing%2Fassets%2Frmbouton-EB4nFiJJ.webp",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img alt=\"Rachel Bouton&apos;s photo\" sizes=\"96px\" loading=\"lazy\" decoding=\"async\" style=\"object-fit:cover;max-width:78px;max-height:78px;aspect-ratio:1;width:100%\" srcset=\"/cdn-cgi/image/width=78,quality=100,fit=contain,height=78,f=auto/https%3A%2F%2Fassets.headway.co%2Fweb%2Fmarketing%2Fassets%2Frmbouton-EB4nFiJJ.webp 78w, /cdn-cgi/image/width=156,quality=100,fit=contain,height=156,f=auto/https%3A%2F%2Fassets.headway.co%2Fweb%2Fmarketing%2Fassets%2Frmbouton-EB4nFiJJ.webp 156w\" src=\"/cdn-cgi..."
    },
    {
      "src": "/cdn-cgi/image/width=78,quality=100,fit=contain,height=78,f=auto/https%3A%2F%2Fassets.headway.co%2Fweb%2Fmarketing%2Fassets%2Fcaiti326-Dh1uxFqZ.webp",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img alt=\"Caiti Donovan&apos;s photo\" sizes=\"96px\" loading=\"lazy\" decoding=\"async\" style=\"object-fit:cover;max-width:78px;max-height:78px;aspect-ratio:1;width:100%\" srcset=\"/cdn-cgi/image/width=78,quality=100,fit=contain,height=78,f=auto/https%3A%2F%2Fassets.headway.co%2Fweb%2Fmarketing%2Fassets%2Fcaiti326-Dh1uxFqZ.webp 78w, /cdn-cgi/image/width=156,quality=100,fit=contain,height=156,f=auto/https%3A%2F%2Fassets.headway.co%2Fweb%2Fmarketing%2Fassets%2Fcaiti326-Dh1uxFqZ.webp 156w\" src=\"/cdn-cgi..."
    },
    {
      "src": "/cdn-cgi/image/width=78,quality=100,fit=contain,height=78,f=auto/https%3A%2F%2Fassets.headway.co%2Fweb%2Fmarketing%2Fassets%2Ftikhbana-tCrSkGj9.webp",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img alt=\"tikh&apos;s photo\" sizes=\"96px\" loading=\"lazy\" decoding=\"async\" style=\"object-fit:cover;max-width:78px;max-height:78px;aspect-ratio:1;width:100%\" srcset=\"/cdn-cgi/image/width=78,quality=100,fit=contain,height=78,f=auto/https%3A%2F%2Fassets.headway.co%2Fweb%2Fmarketing%2Fassets%2Ftikhbana-tCrSkGj9.webp 78w, /cdn-cgi/image/width=156,quality=100,fit=contain,height=156,f=auto/https%3A%2F%2Fassets.headway.co%2Fweb%2Fmarketing%2Fassets%2Ftikhbana-tCrSkGj9.webp 156w\" src=\"/cdn-cgi/image/wi..."
    },
    {
      "src": "/cdn-cgi/image/width=78,quality=100,fit=contain,height=78,f=auto/https%3A%2F%2Fassets.headway.co%2Fweb%2Fmarketing%2Fassets%2Fsamimain-C60uIq1h.webp",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img alt=\"Sami Main, CLC&apos;s photo\" sizes=\"96px\" loading=\"lazy\" decoding=\"async\" style=\"object-fit:cover;max-width:78px;max-height:78px;aspect-ratio:1;width:100%\" srcset=\"/cdn-cgi/image/width=78,quality=100,fit=contain,height=78,f=auto/https%3A%2F%2Fassets.headway.co%2Fweb%2Fmarketing%2Fassets%2Fsamimain-C60uIq1h.webp 78w, /cdn-cgi/image/width=156,quality=100,fit=contain,height=156,f=auto/https%3A%2F%2Fassets.headway.co%2Fweb%2Fmarketing%2Fassets%2Fsamimain-C60uIq1h.webp 156w\" src=\"/cdn-cg..."
    },
    {
      "src": "/cdn-cgi/image/width=78,quality=100,fit=contain,height=78,f=auto/https%3A%2F%2Fassets.headway.co%2Fweb%2Fmarketing%2Fassets%2Fninarstepanov-B3oVyBZB.webp",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img alt=\"Nina Stepanov&apos;s photo\" sizes=\"96px\" loading=\"lazy\" decoding=\"async\" style=\"object-fit:cover;max-width:78px;max-height:78px;aspect-ratio:1;width:100%\" srcset=\"/cdn-cgi/image/width=78,quality=100,fit=contain,height=78,f=auto/https%3A%2F%2Fassets.headway.co%2Fweb%2Fmarketing%2Fassets%2Fninarstepanov-B3oVyBZB.webp 78w, /cdn-cgi/image/width=156,quality=100,fit=contain,height=156,f=auto/https%3A%2F%2Fassets.headway.co%2Fweb%2Fmarketing%2Fassets%2Fninarstepanov-B3oVyBZB.webp 156w\" src..."
    },
    {
      "src": "/cdn-cgi/image/width=288,quality=100,fit=contain,height=162,f=auto/https%3A%2F%2Fassets.headway.co%2Fweb%2Fmarketing%2Fassets%2Fstress-Cegx8dQV.webp",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img alt sizes=\"33vw\" loading=\"lazy\" class=\"w-full h-full object-cover\" decoding=\"async\" role=\"presentation\" style=\"object-fit:cover;max-width:288px;max-height:162px;aspect-ratio:1.7777777777777777;width:100%\" srcset=\"/cdn-cgi/image/width=288,quality=100,fit=contain,height=162,f=auto/https%3A%2F%2Fassets.headway.co%2Fweb%2Fmarketing%2Fassets%2Fstress-Cegx8dQV.webp 288w, /cdn-cgi/image/width=576,quality=100,fit=contain,height=324,f=auto/https%3A%2F%2Fassets.headway.co%2Fweb%2Fmarketing%2Fasset..."
    },
    {
      "src": "/cdn-cgi/image/width=25,quality=100,fit=contain,height=25,f=auto/https%3A%2F%2Fassets.headway.co%2Fweb%2Fmarketing%2Fassets%2F21450-KTg_kRYV.webp",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img alt=\"provider-headshot\" sizes=\"48px\" loading=\"lazy\" decoding=\"async\" style=\"object-fit:cover;max-width:25px;max-height:25px;aspect-ratio:1;width:100%\" srcset=\"/cdn-cgi/image/width=25,quality=100,fit=contain,height=25,f=auto/https%3A%2F%2Fassets.headway.co%2Fweb%2Fmarketing%2Fassets%2F21450-KTg_kRYV.webp 25w, /cdn-cgi/image/width=50,quality=100,fit=contain,height=50,f=auto/https%3A%2F%2Fassets.headway.co%2Fweb%2Fmarketing%2Fassets%2F21450-KTg_kRYV.webp 50w\" src=\"/cdn-cgi/image/width=25,qu..."
    },
    {
      "src": "/cdn-cgi/image/width=25,quality=100,fit=contain,height=25,f=auto/https%3A%2F%2Fassets.headway.co%2Fweb%2Fmarketing%2Fassets%2F27226-C_Lzqalm.webp",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img alt=\"provider-headshot\" sizes=\"48px\" loading=\"lazy\" decoding=\"async\" style=\"object-fit:cover;max-width:25px;max-height:25px;aspect-ratio:1;width:100%\" srcset=\"/cdn-cgi/image/width=25,quality=100,fit=contain,height=25,f=auto/https%3A%2F%2Fassets.headway.co%2Fweb%2Fmarketing%2Fassets%2F27226-C_Lzqalm.webp 25w, /cdn-cgi/image/width=50,quality=100,fit=contain,height=50,f=auto/https%3A%2F%2Fassets.headway.co%2Fweb%2Fmarketing%2Fassets%2F27226-C_Lzqalm.webp 50w\" src=\"/cdn-cgi/image/width=25,qu..."
    },
    {
      "src": "/cdn-cgi/image/width=24,quality=100,fit=contain,height=25,f=auto/https%3A%2F%2Fassets.headway.co%2Fweb%2Fmarketing%2Fassets%2F18322-iK_ViwuE.webp",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img alt=\"provider-headshot\" sizes=\"48px\" loading=\"lazy\" decoding=\"async\" style=\"object-fit:cover;max-width:24px;max-height:25px;aspect-ratio:0.96;width:100%\" srcset=\"/cdn-cgi/image/width=24,quality=100,fit=contain,height=25,f=auto/https%3A%2F%2Fassets.headway.co%2Fweb%2Fmarketing%2Fassets%2F18322-iK_ViwuE.webp 24w, /cdn-cgi/image/width=48,quality=100,fit=contain,height=50,f=auto/https%3A%2F%2Fassets.headway.co%2Fweb%2Fmarketing%2Fassets%2F18322-iK_ViwuE.webp 48w\" src=\"/cdn-cgi/image/width=24..."
    },
    {
      "src": "/cdn-cgi/image/width=25,quality=100,fit=contain,height=25,f=auto/https%3A%2F%2Fassets.headway.co%2Fweb%2Fmarketing%2Fassets%2F24007-BKz8mVlg.webp",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img alt=\"provider-headshot\" sizes=\"48px\" loading=\"lazy\" decoding=\"async\" style=\"object-fit:cover;max-width:25px;max-height:25px;aspect-ratio:1;width:100%\" srcset=\"/cdn-cgi/image/width=25,quality=100,fit=contain,height=25,f=auto/https%3A%2F%2Fassets.headway.co%2Fweb%2Fmarketing%2Fassets%2F24007-BKz8mVlg.webp 25w, /cdn-cgi/image/width=50,quality=100,fit=contain,height=50,f=auto/https%3A%2F%2Fassets.headway.co%2Fweb%2Fmarketing%2Fassets%2F24007-BKz8mVlg.webp 50w\" src=\"/cdn-cgi/image/width=25,qu..."
    },
    {
      "src": "/cdn-cgi/image/width=288,quality=100,fit=contain,height=162,f=auto/https%3A%2F%2Fassets.headway.co%2Fweb%2Fmarketing%2Fassets%2Ffamily-struggles-B-IRZqM1.webp",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img alt sizes=\"33vw\" loading=\"lazy\" class=\"w-full h-full object-cover\" decoding=\"async\" role=\"presentation\" style=\"object-fit:cover;max-width:288px;max-height:162px;aspect-ratio:1.7777777777777777;width:100%\" srcset=\"/cdn-cgi/image/width=288,quality=100,fit=contain,height=162,f=auto/https%3A%2F%2Fassets.headway.co%2Fweb%2Fmarketing%2Fassets%2Ffamily-struggles-B-IRZqM1.webp 288w, /cdn-cgi/image/width=576,quality=100,fit=contain,height=324,f=auto/https%3A%2F%2Fassets.headway.co%2Fweb%2Fmarketi..."
    },
    {
      "src": "/cdn-cgi/image/width=25,quality=100,fit=contain,height=25,f=auto/https%3A%2F%2Fassets.headway.co%2Fweb%2Fmarketing%2Fassets%2F3293-nsNHJebn.webp",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img alt=\"provider-headshot\" sizes=\"48px\" loading=\"lazy\" decoding=\"async\" style=\"object-fit:cover;max-width:25px;max-height:25px;aspect-ratio:1;width:100%\" srcset=\"/cdn-cgi/image/width=25,quality=100,fit=contain,height=25,f=auto/https%3A%2F%2Fassets.headway.co%2Fweb%2Fmarketing%2Fassets%2F3293-nsNHJebn.webp 25w, /cdn-cgi/image/width=50,quality=100,fit=contain,height=50,f=auto/https%3A%2F%2Fassets.headway.co%2Fweb%2Fmarketing%2Fassets%2F3293-nsNHJebn.webp 50w\" src=\"/cdn-cgi/image/width=25,qual..."
    },
    {
      "src": "/cdn-cgi/image/width=24,quality=100,fit=contain,height=25,f=auto/https%3A%2F%2Fassets.headway.co%2Fweb%2Fmarketing%2Fassets%2F9746-DsWJADbR.webp",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img alt=\"provider-headshot\" sizes=\"48px\" loading=\"lazy\" decoding=\"async\" style=\"object-fit:cover;max-width:24px;max-height:25px;aspect-ratio:0.96;width:100%\" srcset=\"/cdn-cgi/image/width=24,quality=100,fit=contain,height=25,f=auto/https%3A%2F%2Fassets.headway.co%2Fweb%2Fmarketing%2Fassets%2F9746-DsWJADbR.webp 24w, /cdn-cgi/image/width=48,quality=100,fit=contain,height=50,f=auto/https%3A%2F%2Fassets.headway.co%2Fweb%2Fmarketing%2Fassets%2F9746-DsWJADbR.webp 48w\" src=\"/cdn-cgi/image/width=24,q..."
    },
    {
      "src": "/cdn-cgi/image/width=25,quality=100,fit=contain,height=25,f=auto/https%3A%2F%2Fassets.headway.co%2Fweb%2Fmarketing%2Fassets%2F16957-BXbRadt0.webp",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img alt=\"provider-headshot\" sizes=\"48px\" loading=\"lazy\" decoding=\"async\" style=\"object-fit:cover;max-width:25px;max-height:25px;aspect-ratio:1;width:100%\" srcset=\"/cdn-cgi/image/width=25,quality=100,fit=contain,height=25,f=auto/https%3A%2F%2Fassets.headway.co%2Fweb%2Fmarketing%2Fassets%2F16957-BXbRadt0.webp 25w, /cdn-cgi/image/width=50,quality=100,fit=contain,height=50,f=auto/https%3A%2F%2Fassets.headway.co%2Fweb%2Fmarketing%2Fassets%2F16957-BXbRadt0.webp 50w\" src=\"/cdn-cgi/image/width=25,qu..."
    },
    {
      "src": "/cdn-cgi/image/width=25,quality=100,fit=contain,height=25,f=auto/https%3A%2F%2Fassets.headway.co%2Fweb%2Fmarketing%2Fassets%2F25516-B1e1iHTT.webp",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img alt=\"provider-headshot\" sizes=\"48px\" loading=\"lazy\" decoding=\"async\" style=\"object-fit:cover;max-width:25px;max-height:25px;aspect-ratio:1;width:100%\" srcset=\"/cdn-cgi/image/width=25,quality=100,fit=contain,height=25,f=auto/https%3A%2F%2Fassets.headway.co%2Fweb%2Fmarketing%2Fassets%2F25516-B1e1iHTT.webp 25w, /cdn-cgi/image/width=50,quality=100,fit=contain,height=50,f=auto/https%3A%2F%2Fassets.headway.co%2Fweb%2Fmarketing%2Fassets%2F25516-B1e1iHTT.webp 50w\" src=\"/cdn-cgi/image/width=25,qu..."
    },
    {
      "src": "/cdn-cgi/image/width=288,quality=100,fit=contain,height=162,f=auto/https%3A%2F%2Fassets.headway.co%2Fweb%2Fmarketing%2Fassets%2Fcareer-anxiety-Ds5lqCkI.webp",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img alt sizes=\"33vw\" loading=\"lazy\" class=\"w-full h-full object-cover\" decoding=\"async\" role=\"presentation\" style=\"object-fit:cover;max-width:288px;max-height:162px;aspect-ratio:1.7777777777777777;width:100%\" srcset=\"/cdn-cgi/image/width=288,quality=100,fit=contain,height=162,f=auto/https%3A%2F%2Fassets.headway.co%2Fweb%2Fmarketing%2Fassets%2Fcareer-anxiety-Ds5lqCkI.webp 288w, /cdn-cgi/image/width=576,quality=100,fit=contain,height=324,f=auto/https%3A%2F%2Fassets.headway.co%2Fweb%2Fmarketing..."
    },
    {
      "src": "/cdn-cgi/image/width=25,quality=100,fit=contain,height=25,f=auto/https%3A%2F%2Fassets.headway.co%2Fweb%2Fmarketing%2Fassets%2F19611-DW9vvx6W.webp",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img alt=\"provider-headshot\" sizes=\"48px\" loading=\"lazy\" decoding=\"async\" style=\"object-fit:cover;max-width:25px;max-height:25px;aspect-ratio:1;width:100%\" srcset=\"/cdn-cgi/image/width=25,quality=100,fit=contain,height=25,f=auto/https%3A%2F%2Fassets.headway.co%2Fweb%2Fmarketing%2Fassets%2F19611-DW9vvx6W.webp 25w, /cdn-cgi/image/width=50,quality=100,fit=contain,height=50,f=auto/https%3A%2F%2Fassets.headway.co%2Fweb%2Fmarketing%2Fassets%2F19611-DW9vvx6W.webp 50w\" src=\"/cdn-cgi/image/width=25,qu..."
    },
    {
      "src": "/cdn-cgi/image/width=22,quality=100,fit=contain,height=25,f=auto/https%3A%2F%2Fassets.headway.co%2Fweb%2Fmarketing%2Fassets%2F19616-BQ2FxeH9.webp",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img alt=\"provider-headshot\" sizes=\"48px\" loading=\"lazy\" decoding=\"async\" style=\"object-fit:cover;max-width:22px;max-height:25px;aspect-ratio:0.88;width:100%\" srcset=\"/cdn-cgi/image/width=22,quality=100,fit=contain,height=25,f=auto/https%3A%2F%2Fassets.headway.co%2Fweb%2Fmarketing%2Fassets%2F19616-BQ2FxeH9.webp 22w, /cdn-cgi/image/width=44,quality=100,fit=contain,height=50,f=auto/https%3A%2F%2Fassets.headway.co%2Fweb%2Fmarketing%2Fassets%2F19616-BQ2FxeH9.webp 44w\" src=\"/cdn-cgi/image/width=22..."
    },
    {
      "src": "/cdn-cgi/image/width=25,quality=100,fit=contain,height=23,f=auto/https%3A%2F%2Fassets.headway.co%2Fweb%2Fmarketing%2Fassets%2F19617-BVd1Z_Dx.webp",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img alt=\"provider-headshot\" sizes=\"48px\" loading=\"lazy\" decoding=\"async\" style=\"object-fit:cover;max-width:25px;max-height:23px;aspect-ratio:1.0869565217391304;width:100%\" srcset=\"/cdn-cgi/image/width=25,quality=100,fit=contain,height=23,f=auto/https%3A%2F%2Fassets.headway.co%2Fweb%2Fmarketing%2Fassets%2F19617-BVd1Z_Dx.webp 25w, /cdn-cgi/image/width=50,quality=100,fit=contain,height=46,f=auto/https%3A%2F%2Fassets.headway.co%2Fweb%2Fmarketing%2Fassets%2F19617-BVd1Z_Dx.webp 50w\" src=\"/cdn-cgi/..."
    },
    {
      "src": "/cdn-cgi/image/width=19,quality=100,fit=contain,height=25,f=auto/https%3A%2F%2Fassets.headway.co%2Fweb%2Fmarketing%2Fassets%2F19638-CcP5cwgX.webp",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img alt=\"provider-headshot\" sizes=\"48px\" loading=\"lazy\" decoding=\"async\" style=\"object-fit:cover;max-width:19px;max-height:25px;aspect-ratio:0.76;width:100%\" srcset=\"/cdn-cgi/image/width=19,quality=100,fit=contain,height=25,f=auto/https%3A%2F%2Fassets.headway.co%2Fweb%2Fmarketing%2Fassets%2F19638-CcP5cwgX.webp 19w, /cdn-cgi/image/width=38,quality=100,fit=contain,height=50,f=auto/https%3A%2F%2Fassets.headway.co%2Fweb%2Fmarketing%2Fassets%2F19638-CcP5cwgX.webp 38w\" src=\"/cdn-cgi/image/width=19..."
    },
    {
      "src": "/cdn-cgi/image/width=288,quality=100,fit=contain,height=162,f=auto/https%3A%2F%2Fassets.headway.co%2Fweb%2Fmarketing%2Fassets%2Ffeeling-down-BjWApEOv.webp",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img alt sizes=\"33vw\" loading=\"lazy\" class=\"w-full h-full object-cover\" decoding=\"async\" role=\"presentation\" style=\"object-fit:cover;max-width:288px;max-height:162px;aspect-ratio:1.7777777777777777;width:100%\" srcset=\"/cdn-cgi/image/width=288,quality=100,fit=contain,height=162,f=auto/https%3A%2F%2Fassets.headway.co%2Fweb%2Fmarketing%2Fassets%2Ffeeling-down-BjWApEOv.webp 288w, /cdn-cgi/image/width=576,quality=100,fit=contain,height=324,f=auto/https%3A%2F%2Fassets.headway.co%2Fweb%2Fmarketing%2..."
    },
    {
      "src": "/cdn-cgi/image/width=25,quality=100,fit=contain,height=25,f=auto/https%3A%2F%2Fassets.headway.co%2Fweb%2Fmarketing%2Fassets%2F25591-Cb6D2lUB.webp",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img alt=\"provider-headshot\" sizes=\"48px\" loading=\"lazy\" decoding=\"async\" style=\"object-fit:cover;max-width:25px;max-height:25px;aspect-ratio:1;width:100%\" srcset=\"/cdn-cgi/image/width=25,quality=100,fit=contain,height=25,f=auto/https%3A%2F%2Fassets.headway.co%2Fweb%2Fmarketing%2Fassets%2F25591-Cb6D2lUB.webp 25w, /cdn-cgi/image/width=50,quality=100,fit=contain,height=50,f=auto/https%3A%2F%2Fassets.headway.co%2Fweb%2Fmarketing%2Fassets%2F25591-Cb6D2lUB.webp 50w\" src=\"/cdn-cgi/image/width=25,qu..."
    },
    {
      "src": "/cdn-cgi/image/width=25,quality=100,fit=contain,height=25,f=auto/https%3A%2F%2Fassets.headway.co%2Fweb%2Fmarketing%2Fassets%2F26793-CwhOuEuM.webp",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img alt=\"provider-headshot\" sizes=\"48px\" loading=\"lazy\" decoding=\"async\" style=\"object-fit:cover;max-width:25px;max-height:25px;aspect-ratio:1;width:100%\" srcset=\"/cdn-cgi/image/width=25,quality=100,fit=contain,height=25,f=auto/https%3A%2F%2Fassets.headway.co%2Fweb%2Fmarketing%2Fassets%2F26793-CwhOuEuM.webp 25w, /cdn-cgi/image/width=50,quality=100,fit=contain,height=50,f=auto/https%3A%2F%2Fassets.headway.co%2Fweb%2Fmarketing%2Fassets%2F26793-CwhOuEuM.webp 50w\" src=\"/cdn-cgi/image/width=25,qu..."
    },
    {
      "src": "/cdn-cgi/image/width=25,quality=100,fit=contain,height=25,f=auto/https%3A%2F%2Fassets.headway.co%2Fweb%2Fmarketing%2Fassets%2F21965-zbkgcdln.webp",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img alt=\"provider-headshot\" sizes=\"48px\" loading=\"lazy\" decoding=\"async\" style=\"object-fit:cover;max-width:25px;max-height:25px;aspect-ratio:1;width:100%\" srcset=\"/cdn-cgi/image/width=25,quality=100,fit=contain,height=25,f=auto/https%3A%2F%2Fassets.headway.co%2Fweb%2Fmarketing%2Fassets%2F21965-zbkgcdln.webp 25w, /cdn-cgi/image/width=50,quality=100,fit=contain,height=50,f=auto/https%3A%2F%2Fassets.headway.co%2Fweb%2Fmarketing%2Fassets%2F21965-zbkgcdln.webp 50w\" src=\"/cdn-cgi/image/width=25,qu..."
    },
    {
      "src": "/cdn-cgi/image/width=25,quality=100,fit=contain,height=25,f=auto/https%3A%2F%2Fassets.headway.co%2Fweb%2Fmarketing%2Fassets%2F20772-B6A4sXY_.webp",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img alt=\"provider-headshot\" sizes=\"48px\" loading=\"lazy\" decoding=\"async\" style=\"object-fit:cover;max-width:25px;max-height:25px;aspect-ratio:1;width:100%\" srcset=\"/cdn-cgi/image/width=25,quality=100,fit=contain,height=25,f=auto/https%3A%2F%2Fassets.headway.co%2Fweb%2Fmarketing%2Fassets%2F20772-B6A4sXY_.webp 25w, /cdn-cgi/image/width=50,quality=100,fit=contain,height=50,f=auto/https%3A%2F%2Fassets.headway.co%2Fweb%2Fmarketing%2Fassets%2F20772-B6A4sXY_.webp 50w\" src=\"/cdn-cgi/image/width=25,qu..."
    },
    {
      "src": "/cdn-cgi/image/width=288,quality=100,fit=contain,height=162,f=auto/https%3A%2F%2Fassets.headway.co%2Fweb%2Fmarketing%2Fassets%2Fstruggle-with-focus--CGVrdTJ.webp",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img alt sizes=\"33vw\" loading=\"lazy\" class=\"w-full h-full object-cover\" decoding=\"async\" role=\"presentation\" style=\"object-fit:cover;max-width:288px;max-height:162px;aspect-ratio:1.7777777777777777;width:100%\" srcset=\"/cdn-cgi/image/width=288,quality=100,fit=contain,height=162,f=auto/https%3A%2F%2Fassets.headway.co%2Fweb%2Fmarketing%2Fassets%2Fstruggle-with-focus--CGVrdTJ.webp 288w, /cdn-cgi/image/width=576,quality=100,fit=contain,height=324,f=auto/https%3A%2F%2Fassets.headway.co%2Fweb%2Fmark..."
    },
    {
      "src": "/cdn-cgi/image/width=25,quality=100,fit=contain,height=20,f=auto/https%3A%2F%2Fassets.headway.co%2Fweb%2Fmarketing%2Fassets%2F17531-B6KRCuid.webp",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img alt=\"provider-headshot\" sizes=\"48px\" loading=\"lazy\" decoding=\"async\" style=\"object-fit:cover;max-width:25px;max-height:20px;aspect-ratio:1.25;width:100%\" srcset=\"/cdn-cgi/image/width=25,quality=100,fit=contain,height=20,f=auto/https%3A%2F%2Fassets.headway.co%2Fweb%2Fmarketing%2Fassets%2F17531-B6KRCuid.webp 25w, /cdn-cgi/image/width=50,quality=100,fit=contain,height=40,f=auto/https%3A%2F%2Fassets.headway.co%2Fweb%2Fmarketing%2Fassets%2F17531-B6KRCuid.webp 50w\" src=\"/cdn-cgi/image/width=25..."
    },
    {
      "src": "/cdn-cgi/image/width=19,quality=100,fit=contain,height=25,f=auto/https%3A%2F%2Fassets.headway.co%2Fweb%2Fmarketing%2Fassets%2F17548-D89AfGHm.webp",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img alt=\"provider-headshot\" sizes=\"48px\" loading=\"lazy\" decoding=\"async\" style=\"object-fit:cover;max-width:19px;max-height:25px;aspect-ratio:0.76;width:100%\" srcset=\"/cdn-cgi/image/width=19,quality=100,fit=contain,height=25,f=auto/https%3A%2F%2Fassets.headway.co%2Fweb%2Fmarketing%2Fassets%2F17548-D89AfGHm.webp 19w, /cdn-cgi/image/width=38,quality=100,fit=contain,height=50,f=auto/https%3A%2F%2Fassets.headway.co%2Fweb%2Fmarketing%2Fassets%2F17548-D89AfGHm.webp 38w\" src=\"/cdn-cgi/image/width=19..."
    },
    {
      "src": "/cdn-cgi/image/width=25,quality=100,fit=contain,height=25,f=auto/https%3A%2F%2Fassets.headway.co%2Fweb%2Fmarketing%2Fassets%2F17554-BzW8kVt2.webp",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img alt=\"provider-headshot\" sizes=\"48px\" loading=\"lazy\" decoding=\"async\" style=\"object-fit:cover;max-width:25px;max-height:25px;aspect-ratio:1;width:100%\" srcset=\"/cdn-cgi/image/width=25,quality=100,fit=contain,height=25,f=auto/https%3A%2F%2Fassets.headway.co%2Fweb%2Fmarketing%2Fassets%2F17554-BzW8kVt2.webp 25w, /cdn-cgi/image/width=50,quality=100,fit=contain,height=50,f=auto/https%3A%2F%2Fassets.headway.co%2Fweb%2Fmarketing%2Fassets%2F17554-BzW8kVt2.webp 50w\" src=\"/cdn-cgi/image/width=25,qu..."
    },
    {
      "src": "/cdn-cgi/image/width=21,quality=100,fit=contain,height=25,f=auto/https%3A%2F%2Fassets.headway.co%2Fweb%2Fmarketing%2Fassets%2F17571-CLXXyDAe.webp",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img alt=\"provider-headshot\" sizes=\"48px\" loading=\"lazy\" decoding=\"async\" style=\"object-fit:cover;max-width:21px;max-height:25px;aspect-ratio:0.84;width:100%\" srcset=\"/cdn-cgi/image/width=21,quality=100,fit=contain,height=25,f=auto/https%3A%2F%2Fassets.headway.co%2Fweb%2Fmarketing%2Fassets%2F17571-CLXXyDAe.webp 21w, /cdn-cgi/image/width=42,quality=100,fit=contain,height=50,f=auto/https%3A%2F%2Fassets.headway.co%2Fweb%2Fmarketing%2Fassets%2F17571-CLXXyDAe.webp 42w\" src=\"/cdn-cgi/image/width=21..."
    },
    {
      "src": "/cdn-cgi/image/width=288,quality=100,fit=contain,height=162,f=auto/https%3A%2F%2Fassets.headway.co%2Fweb%2Fmarketing%2Fassets%2Frecent-loss-ClPkVnMi.webp",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img alt sizes=\"33vw\" loading=\"lazy\" class=\"w-full h-full object-cover\" decoding=\"async\" role=\"presentation\" style=\"object-fit:cover;max-width:288px;max-height:162px;aspect-ratio:1.7777777777777777;width:100%\" srcset=\"/cdn-cgi/image/width=288,quality=100,fit=contain,height=162,f=auto/https%3A%2F%2Fassets.headway.co%2Fweb%2Fmarketing%2Fassets%2Frecent-loss-ClPkVnMi.webp 288w, /cdn-cgi/image/width=576,quality=100,fit=contain,height=324,f=auto/https%3A%2F%2Fassets.headway.co%2Fweb%2Fmarketing%2F..."
    },
    {
      "src": "/cdn-cgi/image/width=25,quality=100,fit=contain,height=20,f=auto/https%3A%2F%2Fassets.headway.co%2Fweb%2Fmarketing%2Fassets%2F20872-DNpVmmQT.webp",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img alt=\"provider-headshot\" sizes=\"48px\" loading=\"lazy\" decoding=\"async\" style=\"object-fit:cover;max-width:25px;max-height:20px;aspect-ratio:1.25;width:100%\" srcset=\"/cdn-cgi/image/width=25,quality=100,fit=contain,height=20,f=auto/https%3A%2F%2Fassets.headway.co%2Fweb%2Fmarketing%2Fassets%2F20872-DNpVmmQT.webp 25w, /cdn-cgi/image/width=50,quality=100,fit=contain,height=40,f=auto/https%3A%2F%2Fassets.headway.co%2Fweb%2Fmarketing%2Fassets%2F20872-DNpVmmQT.webp 50w\" src=\"/cdn-cgi/image/width=25..."
    },
    {
      "src": "/cdn-cgi/image/width=25,quality=100,fit=contain,height=25,f=auto/https%3A%2F%2Fassets.headway.co%2Fweb%2Fmarketing%2Fassets%2F20882-fgCB2yyp.webp",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img alt=\"provider-headshot\" sizes=\"48px\" loading=\"lazy\" decoding=\"async\" style=\"object-fit:cover;max-width:25px;max-height:25px;aspect-ratio:1;width:100%\" srcset=\"/cdn-cgi/image/width=25,quality=100,fit=contain,height=25,f=auto/https%3A%2F%2Fassets.headway.co%2Fweb%2Fmarketing%2Fassets%2F20882-fgCB2yyp.webp 25w, /cdn-cgi/image/width=50,quality=100,fit=contain,height=50,f=auto/https%3A%2F%2Fassets.headway.co%2Fweb%2Fmarketing%2Fassets%2F20882-fgCB2yyp.webp 50w\" src=\"/cdn-cgi/image/width=25,qu..."
    },
    {
      "src": "/cdn-cgi/image/width=25,quality=100,fit=contain,height=25,f=auto/https%3A%2F%2Fassets.headway.co%2Fweb%2Fmarketing%2Fassets%2F20924-DGKgCIdn.webp",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img alt=\"provider-headshot\" sizes=\"48px\" loading=\"lazy\" decoding=\"async\" style=\"object-fit:cover;max-width:25px;max-height:25px;aspect-ratio:1;width:100%\" srcset=\"/cdn-cgi/image/width=25,quality=100,fit=contain,height=25,f=auto/https%3A%2F%2Fassets.headway.co%2Fweb%2Fmarketing%2Fassets%2F20924-DGKgCIdn.webp 25w, /cdn-cgi/image/width=50,quality=100,fit=contain,height=50,f=auto/https%3A%2F%2Fassets.headway.co%2Fweb%2Fmarketing%2Fassets%2F20924-DGKgCIdn.webp 50w\" src=\"/cdn-cgi/image/width=25,qu..."
    },
    {
      "src": "/cdn-cgi/image/width=25,quality=100,fit=contain,height=25,f=auto/https%3A%2F%2Fassets.headway.co%2Fweb%2Fmarketing%2Fassets%2F20892-CKS-b7Il.webp",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img alt=\"provider-headshot\" sizes=\"48px\" loading=\"lazy\" decoding=\"async\" style=\"object-fit:cover;max-width:25px;max-height:25px;aspect-ratio:1;width:100%\" srcset=\"/cdn-cgi/image/width=25,quality=100,fit=contain,height=25,f=auto/https%3A%2F%2Fassets.headway.co%2Fweb%2Fmarketing%2Fassets%2F20892-CKS-b7Il.webp 25w, /cdn-cgi/image/width=50,quality=100,fit=contain,height=50,f=auto/https%3A%2F%2Fassets.headway.co%2Fweb%2Fmarketing%2Fassets%2F20892-CKS-b7Il.webp 50w\" src=\"/cdn-cgi/image/width=25,qu..."
    },
    {
      "src": "/cdn-cgi/image/width=288,quality=100,fit=contain,height=162,f=auto/https%3A%2F%2Fassets.headway.co%2Fweb%2Fmarketing%2Fassets%2Fgender-sexual-identity-B4Oc0y7f.webp",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img alt sizes=\"33vw\" loading=\"lazy\" class=\"w-full h-full object-cover\" decoding=\"async\" role=\"presentation\" style=\"object-fit:cover;max-width:288px;max-height:162px;aspect-ratio:1.7777777777777777;width:100%\" srcset=\"/cdn-cgi/image/width=288,quality=100,fit=contain,height=162,f=auto/https%3A%2F%2Fassets.headway.co%2Fweb%2Fmarketing%2Fassets%2Fgender-sexual-identity-B4Oc0y7f.webp 288w, /cdn-cgi/image/width=576,quality=100,fit=contain,height=324,f=auto/https%3A%2F%2Fassets.headway.co%2Fweb%2Fm..."
    },
    {
      "src": "/cdn-cgi/image/width=19,quality=100,fit=contain,height=25,f=auto/https%3A%2F%2Fassets.headway.co%2Fweb%2Fmarketing%2Fassets%2F1902-4K3dGM50.webp",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img alt=\"provider-headshot\" sizes=\"48px\" loading=\"lazy\" decoding=\"async\" style=\"object-fit:cover;max-width:19px;max-height:25px;aspect-ratio:0.76;width:100%\" srcset=\"/cdn-cgi/image/width=19,quality=100,fit=contain,height=25,f=auto/https%3A%2F%2Fassets.headway.co%2Fweb%2Fmarketing%2Fassets%2F1902-4K3dGM50.webp 19w, /cdn-cgi/image/width=38,quality=100,fit=contain,height=50,f=auto/https%3A%2F%2Fassets.headway.co%2Fweb%2Fmarketing%2Fassets%2F1902-4K3dGM50.webp 38w\" src=\"/cdn-cgi/image/width=19,q..."
    },
    {
      "src": "/cdn-cgi/image/width=17,quality=100,fit=contain,height=25,f=auto/https%3A%2F%2Fassets.headway.co%2Fweb%2Fmarketing%2Fassets%2F3050-ByjUUT-C.webp",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img alt=\"provider-headshot\" sizes=\"48px\" loading=\"lazy\" decoding=\"async\" style=\"object-fit:cover;max-width:17px;max-height:25px;aspect-ratio:0.68;width:100%\" srcset=\"/cdn-cgi/image/width=17,quality=100,fit=contain,height=25,f=auto/https%3A%2F%2Fassets.headway.co%2Fweb%2Fmarketing%2Fassets%2F3050-ByjUUT-C.webp 17w, /cdn-cgi/image/width=34,quality=100,fit=contain,height=50,f=auto/https%3A%2F%2Fassets.headway.co%2Fweb%2Fmarketing%2Fassets%2F3050-ByjUUT-C.webp 34w\" src=\"/cdn-cgi/image/width=17,q..."
    },
    {
      "src": "/cdn-cgi/image/width=25,quality=100,fit=contain,height=25,f=auto/https%3A%2F%2Fassets.headway.co%2Fweb%2Fmarketing%2Fassets%2F3060-xTaBX-e7.webp",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img alt=\"provider-headshot\" sizes=\"48px\" loading=\"lazy\" decoding=\"async\" style=\"object-fit:cover;max-width:25px;max-height:25px;aspect-ratio:1;width:100%\" srcset=\"/cdn-cgi/image/width=25,quality=100,fit=contain,height=25,f=auto/https%3A%2F%2Fassets.headway.co%2Fweb%2Fmarketing%2Fassets%2F3060-xTaBX-e7.webp 25w, /cdn-cgi/image/width=50,quality=100,fit=contain,height=50,f=auto/https%3A%2F%2Fassets.headway.co%2Fweb%2Fmarketing%2Fassets%2F3060-xTaBX-e7.webp 50w\" src=\"/cdn-cgi/image/width=25,qual..."
    },
    {
      "src": "/cdn-cgi/image/width=17,quality=100,fit=contain,height=25,f=auto/https%3A%2F%2Fassets.headway.co%2Fweb%2Fmarketing%2Fassets%2F3064-DUur_Ka3.webp",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img alt=\"provider-headshot\" sizes=\"48px\" loading=\"lazy\" decoding=\"async\" style=\"object-fit:cover;max-width:17px;max-height:25px;aspect-ratio:0.68;width:100%\" srcset=\"/cdn-cgi/image/width=17,quality=100,fit=contain,height=25,f=auto/https%3A%2F%2Fassets.headway.co%2Fweb%2Fmarketing%2Fassets%2F3064-DUur_Ka3.webp 17w, /cdn-cgi/image/width=34,quality=100,fit=contain,height=50,f=auto/https%3A%2F%2Fassets.headway.co%2Fweb%2Fmarketing%2Fassets%2F3064-DUur_Ka3.webp 34w\" src=\"/cdn-cgi/image/width=17,q..."
    },
    {
      "src": "/cdn-cgi/image/width=288,quality=100,fit=contain,height=162,f=auto/https%3A%2F%2Fassets.headway.co%2Fweb%2Fmarketing%2Fassets%2Fdivorce-separation-Cxf71cYY.webp",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img alt sizes=\"33vw\" loading=\"lazy\" class=\"w-full h-full object-cover\" decoding=\"async\" role=\"presentation\" style=\"object-fit:cover;max-width:288px;max-height:162px;aspect-ratio:1.7777777777777777;width:100%\" srcset=\"/cdn-cgi/image/width=288,quality=100,fit=contain,height=162,f=auto/https%3A%2F%2Fassets.headway.co%2Fweb%2Fmarketing%2Fassets%2Fdivorce-separation-Cxf71cYY.webp 288w, /cdn-cgi/image/width=576,quality=100,fit=contain,height=324,f=auto/https%3A%2F%2Fassets.headway.co%2Fweb%2Fmarke..."
    },
    {
      "src": "/cdn-cgi/image/width=25,quality=100,fit=contain,height=22,f=auto/https%3A%2F%2Fassets.headway.co%2Fweb%2Fmarketing%2Fassets%2F17778-KTle1jlL.webp",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img alt=\"provider-headshot\" sizes=\"48px\" loading=\"lazy\" decoding=\"async\" style=\"object-fit:cover;max-width:25px;max-height:22px;aspect-ratio:1.1363636363636365;width:100%\" srcset=\"/cdn-cgi/image/width=25,quality=100,fit=contain,height=22,f=auto/https%3A%2F%2Fassets.headway.co%2Fweb%2Fmarketing%2Fassets%2F17778-KTle1jlL.webp 25w, /cdn-cgi/image/width=50,quality=100,fit=contain,height=44,f=auto/https%3A%2F%2Fassets.headway.co%2Fweb%2Fmarketing%2Fassets%2F17778-KTle1jlL.webp 50w\" src=\"/cdn-cgi/..."
    },
    {
      "src": "/cdn-cgi/image/width=25,quality=100,fit=contain,height=23,f=auto/https%3A%2F%2Fassets.headway.co%2Fweb%2Fmarketing%2Fassets%2F17788-BOCmpo9M.webp",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img alt=\"provider-headshot\" sizes=\"48px\" loading=\"lazy\" decoding=\"async\" style=\"object-fit:cover;max-width:25px;max-height:23px;aspect-ratio:1.0869565217391304;width:100%\" srcset=\"/cdn-cgi/image/width=25,quality=100,fit=contain,height=23,f=auto/https%3A%2F%2Fassets.headway.co%2Fweb%2Fmarketing%2Fassets%2F17788-BOCmpo9M.webp 25w, /cdn-cgi/image/width=50,quality=100,fit=contain,height=46,f=auto/https%3A%2F%2Fassets.headway.co%2Fweb%2Fmarketing%2Fassets%2F17788-BOCmpo9M.webp 50w\" src=\"/cdn-cgi/..."
    },
    {
      "src": "/cdn-cgi/image/width=19,quality=100,fit=contain,height=25,f=auto/https%3A%2F%2Fassets.headway.co%2Fweb%2Fmarketing%2Fassets%2F17822-NpxUmV1r.webp",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img alt=\"provider-headshot\" sizes=\"48px\" loading=\"lazy\" decoding=\"async\" style=\"object-fit:cover;max-width:19px;max-height:25px;aspect-ratio:0.76;width:100%\" srcset=\"/cdn-cgi/image/width=19,quality=100,fit=contain,height=25,f=auto/https%3A%2F%2Fassets.headway.co%2Fweb%2Fmarketing%2Fassets%2F17822-NpxUmV1r.webp 19w, /cdn-cgi/image/width=38,quality=100,fit=contain,height=50,f=auto/https%3A%2F%2Fassets.headway.co%2Fweb%2Fmarketing%2Fassets%2F17822-NpxUmV1r.webp 38w\" src=\"/cdn-cgi/image/width=19..."
    },
    {
      "src": "/cdn-cgi/image/width=25,quality=100,fit=contain,height=25,f=auto/https%3A%2F%2Fassets.headway.co%2Fweb%2Fmarketing%2Fassets%2F17832-PLHefPST.webp",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img alt=\"provider-headshot\" sizes=\"48px\" loading=\"lazy\" decoding=\"async\" style=\"object-fit:cover;max-width:25px;max-height:25px;aspect-ratio:1;width:100%\" srcset=\"/cdn-cgi/image/width=25,quality=100,fit=contain,height=25,f=auto/https%3A%2F%2Fassets.headway.co%2Fweb%2Fmarketing%2Fassets%2F17832-PLHefPST.webp 25w, /cdn-cgi/image/width=50,quality=100,fit=contain,height=50,f=auto/https%3A%2F%2Fassets.headway.co%2Fweb%2Fmarketing%2Fassets%2F17832-PLHefPST.webp 50w\" src=\"/cdn-cgi/image/width=25,qu..."
    },
    {
      "src": "/cdn-cgi/image/width=288,quality=100,fit=contain,height=162,f=auto/https%3A%2F%2Fassets.headway.co%2Fweb%2Fmarketing%2Fassets%2Frelationships-JchKBWc3.webp",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img alt sizes=\"33vw\" loading=\"lazy\" class=\"w-full h-full object-cover\" decoding=\"async\" role=\"presentation\" style=\"object-fit:cover;max-width:288px;max-height:162px;aspect-ratio:1.7777777777777777;width:100%\" srcset=\"/cdn-cgi/image/width=288,quality=100,fit=contain,height=162,f=auto/https%3A%2F%2Fassets.headway.co%2Fweb%2Fmarketing%2Fassets%2Frelationships-JchKBWc3.webp 288w, /cdn-cgi/image/width=576,quality=100,fit=contain,height=324,f=auto/https%3A%2F%2Fassets.headway.co%2Fweb%2Fmarketing%..."
    },
    {
      "src": "/cdn-cgi/image/width=22,quality=100,fit=contain,height=25,f=auto/https%3A%2F%2Fassets.headway.co%2Fweb%2Fmarketing%2Fassets%2F19510-DVnjcOEK.webp",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img alt=\"provider-headshot\" sizes=\"48px\" loading=\"lazy\" decoding=\"async\" style=\"object-fit:cover;max-width:22px;max-height:25px;aspect-ratio:0.88;width:100%\" srcset=\"/cdn-cgi/image/width=22,quality=100,fit=contain,height=25,f=auto/https%3A%2F%2Fassets.headway.co%2Fweb%2Fmarketing%2Fassets%2F19510-DVnjcOEK.webp 22w, /cdn-cgi/image/width=44,quality=100,fit=contain,height=50,f=auto/https%3A%2F%2Fassets.headway.co%2Fweb%2Fmarketing%2Fassets%2F19510-DVnjcOEK.webp 44w\" src=\"/cdn-cgi/image/width=22..."
    },
    {
      "src": "/cdn-cgi/image/width=17,quality=100,fit=contain,height=25,f=auto/https%3A%2F%2Fassets.headway.co%2Fweb%2Fmarketing%2Fassets%2F19519-y5djFYci.webp",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img alt=\"provider-headshot\" sizes=\"48px\" loading=\"lazy\" decoding=\"async\" style=\"object-fit:cover;max-width:17px;max-height:25px;aspect-ratio:0.68;width:100%\" srcset=\"/cdn-cgi/image/width=17,quality=100,fit=contain,height=25,f=auto/https%3A%2F%2Fassets.headway.co%2Fweb%2Fmarketing%2Fassets%2F19519-y5djFYci.webp 17w, /cdn-cgi/image/width=34,quality=100,fit=contain,height=50,f=auto/https%3A%2F%2Fassets.headway.co%2Fweb%2Fmarketing%2Fassets%2F19519-y5djFYci.webp 34w\" src=\"/cdn-cgi/image/width=17..."
    },
    {
      "src": "/cdn-cgi/image/width=18,quality=100,fit=contain,height=25,f=auto/https%3A%2F%2Fassets.headway.co%2Fweb%2Fmarketing%2Fassets%2F19521-BJlL9Qoj.webp",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img alt=\"provider-headshot\" sizes=\"48px\" loading=\"lazy\" decoding=\"async\" style=\"object-fit:cover;max-width:18px;max-height:25px;aspect-ratio:0.72;width:100%\" srcset=\"/cdn-cgi/image/width=18,quality=100,fit=contain,height=25,f=auto/https%3A%2F%2Fassets.headway.co%2Fweb%2Fmarketing%2Fassets%2F19521-BJlL9Qoj.webp 18w, /cdn-cgi/image/width=36,quality=100,fit=contain,height=50,f=auto/https%3A%2F%2Fassets.headway.co%2Fweb%2Fmarketing%2Fassets%2F19521-BJlL9Qoj.webp 36w\" src=\"/cdn-cgi/image/width=18..."
    },
    {
      "src": "/cdn-cgi/image/width=19,quality=100,fit=contain,height=25,f=auto/https%3A%2F%2Fassets.headway.co%2Fweb%2Fmarketing%2Fassets%2F19570-DBfpaLP7.webp",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img alt=\"provider-headshot\" sizes=\"48px\" loading=\"lazy\" decoding=\"async\" style=\"object-fit:cover;max-width:19px;max-height:25px;aspect-ratio:0.76;width:100%\" srcset=\"/cdn-cgi/image/width=19,quality=100,fit=contain,height=25,f=auto/https%3A%2F%2Fassets.headway.co%2Fweb%2Fmarketing%2Fassets%2F19570-DBfpaLP7.webp 19w, /cdn-cgi/image/width=38,quality=100,fit=contain,height=50,f=auto/https%3A%2F%2Fassets.headway.co%2Fweb%2Fmarketing%2Fassets%2F19570-DBfpaLP7.webp 38w\" src=\"/cdn-cgi/image/width=19..."
    },
    {
      "src": "/cdn-cgi/image/width=288,quality=100,fit=contain,height=162,f=auto/https%3A%2F%2Fassets.headway.co%2Fweb%2Fmarketing%2Fassets%2Frecent-child-BzevZj5N.webp",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img alt sizes=\"33vw\" loading=\"lazy\" class=\"w-full h-full object-cover\" decoding=\"async\" role=\"presentation\" style=\"object-fit:cover;max-width:288px;max-height:162px;aspect-ratio:1.7777777777777777;width:100%\" srcset=\"/cdn-cgi/image/width=288,quality=100,fit=contain,height=162,f=auto/https%3A%2F%2Fassets.headway.co%2Fweb%2Fmarketing%2Fassets%2Frecent-child-BzevZj5N.webp 288w, /cdn-cgi/image/width=576,quality=100,fit=contain,height=324,f=auto/https%3A%2F%2Fassets.headway.co%2Fweb%2Fmarketing%2..."
    },
    {
      "src": "/cdn-cgi/image/width=17,quality=100,fit=contain,height=25,f=auto/https%3A%2F%2Fassets.headway.co%2Fweb%2Fmarketing%2Fassets%2F16755-cU2Y2qw9.webp",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img alt=\"provider-headshot\" sizes=\"48px\" loading=\"lazy\" decoding=\"async\" style=\"object-fit:cover;max-width:17px;max-height:25px;aspect-ratio:0.68;width:100%\" srcset=\"/cdn-cgi/image/width=17,quality=100,fit=contain,height=25,f=auto/https%3A%2F%2Fassets.headway.co%2Fweb%2Fmarketing%2Fassets%2F16755-cU2Y2qw9.webp 17w, /cdn-cgi/image/width=34,quality=100,fit=contain,height=50,f=auto/https%3A%2F%2Fassets.headway.co%2Fweb%2Fmarketing%2Fassets%2F16755-cU2Y2qw9.webp 34w\" src=\"/cdn-cgi/image/width=17..."
    },
    {
      "src": "/cdn-cgi/image/width=25,quality=100,fit=contain,height=25,f=auto/https%3A%2F%2Fassets.headway.co%2Fweb%2Fmarketing%2Fassets%2F16759-CTy3tIe6.webp",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img alt=\"provider-headshot\" sizes=\"48px\" loading=\"lazy\" decoding=\"async\" style=\"object-fit:cover;max-width:25px;max-height:25px;aspect-ratio:1;width:100%\" srcset=\"/cdn-cgi/image/width=25,quality=100,fit=contain,height=25,f=auto/https%3A%2F%2Fassets.headway.co%2Fweb%2Fmarketing%2Fassets%2F16759-CTy3tIe6.webp 25w, /cdn-cgi/image/width=50,quality=100,fit=contain,height=50,f=auto/https%3A%2F%2Fassets.headway.co%2Fweb%2Fmarketing%2Fassets%2F16759-CTy3tIe6.webp 50w\" src=\"/cdn-cgi/image/width=25,qu..."
    },
    {
      "src": "/cdn-cgi/image/width=25,quality=100,fit=contain,height=23,f=auto/https%3A%2F%2Fassets.headway.co%2Fweb%2Fmarketing%2Fassets%2F16816-ZZFkOhcl.webp",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img alt=\"provider-headshot\" sizes=\"48px\" loading=\"lazy\" decoding=\"async\" style=\"object-fit:cover;max-width:25px;max-height:23px;aspect-ratio:1.0869565217391304;width:100%\" srcset=\"/cdn-cgi/image/width=25,quality=100,fit=contain,height=23,f=auto/https%3A%2F%2Fassets.headway.co%2Fweb%2Fmarketing%2Fassets%2F16816-ZZFkOhcl.webp 25w, /cdn-cgi/image/width=50,quality=100,fit=contain,height=46,f=auto/https%3A%2F%2Fassets.headway.co%2Fweb%2Fmarketing%2Fassets%2F16816-ZZFkOhcl.webp 50w\" src=\"/cdn-cgi/..."
    },
    {
      "src": "/cdn-cgi/image/width=25,quality=100,fit=contain,height=25,f=auto/https%3A%2F%2Fassets.headway.co%2Fweb%2Fmarketing%2Fassets%2F16763-CxuLV-Fw.webp",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img alt=\"provider-headshot\" sizes=\"48px\" loading=\"lazy\" decoding=\"async\" style=\"object-fit:cover;max-width:25px;max-height:25px;aspect-ratio:1;width:100%\" srcset=\"/cdn-cgi/image/width=25,quality=100,fit=contain,height=25,f=auto/https%3A%2F%2Fassets.headway.co%2Fweb%2Fmarketing%2Fassets%2F16763-CxuLV-Fw.webp 25w, /cdn-cgi/image/width=50,quality=100,fit=contain,height=50,f=auto/https%3A%2F%2Fassets.headway.co%2Fweb%2Fmarketing%2Fassets%2F16763-CxuLV-Fw.webp 50w\" src=\"/cdn-cgi/image/width=25,qu..."
    },
    {
      "src": "/cdn-cgi/image/width=288,quality=100,fit=contain,height=162,f=auto/https%3A%2F%2Fassets.headway.co%2Fweb%2Fmarketing%2Fassets%2Fchallenges-with-food-D3sUWEBj.webp",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img alt sizes=\"33vw\" loading=\"lazy\" class=\"w-full h-full object-cover\" decoding=\"async\" role=\"presentation\" style=\"object-fit:cover;max-width:288px;max-height:162px;aspect-ratio:1.7777777777777777;width:100%\" srcset=\"/cdn-cgi/image/width=288,quality=100,fit=contain,height=162,f=auto/https%3A%2F%2Fassets.headway.co%2Fweb%2Fmarketing%2Fassets%2Fchallenges-with-food-D3sUWEBj.webp 288w, /cdn-cgi/image/width=576,quality=100,fit=contain,height=324,f=auto/https%3A%2F%2Fassets.headway.co%2Fweb%2Fmar..."
    },
    {
      "src": "/cdn-cgi/image/width=25,quality=100,fit=contain,height=25,f=auto/https%3A%2F%2Fassets.headway.co%2Fweb%2Fmarketing%2Fassets%2F22814-MHmZSmgq.webp",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img alt=\"provider-headshot\" sizes=\"48px\" loading=\"lazy\" decoding=\"async\" style=\"object-fit:cover;max-width:25px;max-height:25px;aspect-ratio:1;width:100%\" srcset=\"/cdn-cgi/image/width=25,quality=100,fit=contain,height=25,f=auto/https%3A%2F%2Fassets.headway.co%2Fweb%2Fmarketing%2Fassets%2F22814-MHmZSmgq.webp 25w, /cdn-cgi/image/width=50,quality=100,fit=contain,height=50,f=auto/https%3A%2F%2Fassets.headway.co%2Fweb%2Fmarketing%2Fassets%2F22814-MHmZSmgq.webp 50w\" src=\"/cdn-cgi/image/width=25,qu..."
    },
    {
      "src": "/cdn-cgi/image/width=25,quality=100,fit=contain,height=25,f=auto/https%3A%2F%2Fassets.headway.co%2Fweb%2Fmarketing%2Fassets%2F9272-D9THOovl.webp",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img alt=\"provider-headshot\" sizes=\"48px\" loading=\"lazy\" decoding=\"async\" style=\"object-fit:cover;max-width:25px;max-height:25px;aspect-ratio:1;width:100%\" srcset=\"/cdn-cgi/image/width=25,quality=100,fit=contain,height=25,f=auto/https%3A%2F%2Fassets.headway.co%2Fweb%2Fmarketing%2Fassets%2F9272-D9THOovl.webp 25w, /cdn-cgi/image/width=50,quality=100,fit=contain,height=50,f=auto/https%3A%2F%2Fassets.headway.co%2Fweb%2Fmarketing%2Fassets%2F9272-D9THOovl.webp 50w\" src=\"/cdn-cgi/image/width=25,qual..."
    },
    {
      "src": "/cdn-cgi/image/width=25,quality=100,fit=contain,height=25,f=auto/https%3A%2F%2Fassets.headway.co%2Fweb%2Fmarketing%2Fassets%2F10396-HD7RimZl.webp",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img alt=\"provider-headshot\" sizes=\"48px\" loading=\"lazy\" decoding=\"async\" style=\"object-fit:cover;max-width:25px;max-height:25px;aspect-ratio:1;width:100%\" srcset=\"/cdn-cgi/image/width=25,quality=100,fit=contain,height=25,f=auto/https%3A%2F%2Fassets.headway.co%2Fweb%2Fmarketing%2Fassets%2F10396-HD7RimZl.webp 25w, /cdn-cgi/image/width=50,quality=100,fit=contain,height=50,f=auto/https%3A%2F%2Fassets.headway.co%2Fweb%2Fmarketing%2Fassets%2F10396-HD7RimZl.webp 50w\" src=\"/cdn-cgi/image/width=25,qu..."
    },
    {
      "src": "/cdn-cgi/image/width=25,quality=100,fit=contain,height=23,f=auto/https%3A%2F%2Fassets.headway.co%2Fweb%2Fmarketing%2Fassets%2F12039-CJRtnmi-.webp",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img alt=\"provider-headshot\" sizes=\"48px\" loading=\"lazy\" decoding=\"async\" style=\"object-fit:cover;max-width:25px;max-height:23px;aspect-ratio:1.0869565217391304;width:100%\" srcset=\"/cdn-cgi/image/width=25,quality=100,fit=contain,height=23,f=auto/https%3A%2F%2Fassets.headway.co%2Fweb%2Fmarketing%2Fassets%2F12039-CJRtnmi-.webp 25w, /cdn-cgi/image/width=50,quality=100,fit=contain,height=46,f=auto/https%3A%2F%2Fassets.headway.co%2Fweb%2Fmarketing%2Fassets%2F12039-CJRtnmi-.webp 50w\" src=\"/cdn-cgi/..."
    },
    {
      "src": "/cdn-cgi/image/width=800,quality=70,fit=contain,height=709,f=auto/https%3A%2F%2Fassets.headway.co%2Fweb%2Fmarketing%2Fassets%2FTea-Bqkntor6.webp",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img alt=\"Two people drinking tea\" sizes=\"(max-width: 768px) 375px, 850px\" loading=\"lazy\" decoding=\"async\" style=\"object-fit:cover;max-width:800px;max-height:709px;aspect-ratio:1.1283497884344147;width:100%\" srcset=\"/cdn-cgi/image/width=640,quality=70,fit=contain,height=567,f=auto/https%3A%2F%2Fassets.headway.co%2Fweb%2Fmarketing%2Fassets%2FTea-Bqkntor6.webp 640w, /cdn-cgi/image/width=750,quality=70,fit=contain,height=665,f=auto/https%3A%2F%2Fassets.headway.co%2Fweb%2Fmarketing%2Fassets%2FTea..."
    },
    {
      "src": "/cdn-cgi/image/width=720,quality=70,fit=contain,height=585,f=auto/https%3A%2F%2Fassets.headway.co%2Fweb%2Fmarketing%2Fassets%2FHiking-DiZIYJdN.webp",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img alt=\"Two people hiking.\" sizes=\"(max-width: 768px) 375px, 850px\" loading=\"lazy\" decoding=\"async\" style=\"object-fit:cover;max-width:720px;max-height:585px;aspect-ratio:1.2307692307692308;width:100%\" srcset=\"/cdn-cgi/image/width=640,quality=70,fit=contain,height=520,f=auto/https%3A%2F%2Fassets.headway.co%2Fweb%2Fmarketing%2Fassets%2FHiking-DiZIYJdN.webp 640w, /cdn-cgi/image/width=720,quality=70,fit=contain,height=585,f=auto/https%3A%2F%2Fassets.headway.co%2Fweb%2Fmarketing%2Fassets%2FHikin..."
    }
  ],
  "possibleDialogs": [],
  "score": 80,
  "weight": 10
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

AEO: Entity and definition clarity

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

1 Warning

Needs attention

AEO: Entity and definition clarity

Warning
01

Issue

Entity or definition gaps: mental, health, care, covered, all.

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

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

Evidence
{
  "title": "Headway – Mental Health Care Covered by Insurance",
  "h1": "70,000+ therapists and psychiatrists. All covered by insurance.",
  "description": "Headway connects you with 70,000+ licensed therapists and psychiatrists who accept insurance. Match with a provider who understands you, online or in-person.",
  "topicOverlap": 0.5,
  "definitionCount": 4,
  "topicTerms": [
    "headway",
    "mental",
    "health",
    "care",
    "covered",
    "insurance",
    "000",
    "therapists",
    "psychiatrists",
    "all"
  ],
  "descriptionTerms": [
    "headway",
    "connects",
    "000",
    "licensed",
    "therapists",
    "psychiatrists",
    "who",
    "accept",
    "insurance",
    "match",
    "provider",
    "understands",
    "online",
    "person"
  ],
  "missingFromDescription": [
    "mental",
    "health",
    "care",
    "covered",
    "all"
  ],
  "score": 88,
  "weight": 18
}

Agent Ease of UseAPIEmerging recommendation

AI context endpoint

AI context endpoint is informational for this page.

Informational

Needs attention

AI context endpoint

Informational
01

Issue

AI context endpoint is informational for this page.

02

Why it matters

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

Check name

AI context endpoint

Score

100/100

Status

informational

Category

API

Maturity

Emerging recommendation

Goal

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

Result

AI context endpoint is informational for this page.

Validation steps

  1. Fetch to find resource

    AI context endpoint was not found at the expected path.

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

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

AIO: Query intent coverage

AIO: Query intent coverage is informational for this page.

Informational

Needs attention

AIO: Query intent coverage

Informational
01

Issue

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

Details

02

Why it matters

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

Check name

AIO: Query intent coverage

Score

70/100

Status

informational

Category

GEO, AIO & AEO

Maturity

Emerging recommendation

Goal

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

Result

AIO: Query intent coverage is informational for this page.

Evidence
{
  "headings": [
    {
      "text": "Find care for whatever's on your mind",
      "html": "<h2 class=\"[grid-area:header]\"><span class=\"hlx-typography-headline-h3-legacy\">Find care for whatever&apos;s on your mind</span></h2>"
    },
    {
      "text": "Use your insurance",
      "html": "<h2 class=\"hlx-typography-content-eyebrow text-foreground-secondary m-0\">Use your insurance</h2>"
    },
    {
      "text": "See how much you save on sessions",
      "html": "<h2 class=\"m-0 mt-[-24px]\"><span class=\"hlx-typography-headline-h3-legacy\">See how much you save on sessions</span></h2>"
    },
    {
      "text": "Nationwide access",
      "html": "<h2 class=\"hlx-typography-content-eyebrow text-foreground-secondary m-0\">Nationwide access</h2>"
    },
    {
      "text": "Get mental health care, covered by insurance",
      "html": "<h2 class=\"m-0\"><span class=\"hlx-typography-headline-h3-legacy\">Get mental health care, covered by insurance</span></h2>"
    },
    {
      "text": "Getting started",
      "html": "<h2 class=\"hlx-typography-content-eyebrow text-foreground-secondary m-0\">Getting started</h2>"
    },
    {
      "text": "How it works",
      "html": "<h2 class=\"m-0\"><span class=\"hlx-typography-headline-h3-legacy\">How it works</span></h2>"
    },
    {
      "text": "Are you a mental health care provider or group practice?",
      "html": "<h2 class=\"m-0 [&amp;&gt;.hlx-typography-headline-h2]:!text-[#084428]\"><span class=\"hlx-typography-headline-h2\">Are you a mental health care provider or group practice?</span></h2>"
    },
    {
      "text": "Find a therapist without the guesswork",
      "html": "<h2 class=\"m-0\"><span class=\"hlx-typography-headline-h2\">Find a therapist without the guesswork</span></h2>"
    }
  ],
  "expected": [
    {
      "id": "what",
      "label": "What is Headway – Mental Health Care Covered by Insur...?",
      "pattern": {}
    },
    {
      "id": "how",
      "label": "How does Headway – Mental Health Care Covered by Insur... work?",
      "pattern": {}
    },
    {
      "id": "benefits",
      "label": "Why use Headway – Mental Health Care Covered by Insur...?",
      "pattern": {}
    },
    {
      "id": "cost",
      "label": "Is Headway – Mental Health Care Covered by Insur... free or paid?",
      "pattern": {}
    },
    {
      "id": "compare",
      "label": "How does Headway – Mental Health Care Covered by Insur... compare with alternatives?",
      "pattern": {}
    }
  ],
  "missing": [
    {
      "id": "what",
      "label": "What is Headway – Mental Health Care Covered by Insur...?",
      "pattern": {}
    },
    {
      "id": "cost",
      "label": "Is Headway – Mental Health Care Covered by Insur... free or paid?",
      "pattern": {}
    },
    {
      "id": "compare",
      "label": "How does Headway – Mental Health Care Covered by Insur... compare with alternatives?",
      "pattern": {}
    }
  ],
  "score": 70,
  "weight": 4
}

AI DiscoverabilityDiscoverabilityEstablished

IndexNow key

IndexNow key is informational for this page.

Informational

Needs attention

IndexNow key

Informational
01

Issue

IndexNow key is informational for this page.

02

Why it matters

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

Check name

IndexNow key

Score

100/100

Status

informational

Category

Discoverability

Maturity

Established

Goal

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

Result

IndexNow key is informational for this page.

Validation steps

  1. Find advertised IndexNow key location

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

  2. Fetch and validate IndexNow key file

    No discoverable IndexNow key file was found.

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

Performance and AccessibilityBest PracticesBrowser audit

Browser errors were logged to the console

100 Fail

Check name

Browser errors were logged to the console

Score

0/100

Status

fail

Device

desktop

Category

Best Practices

Fix guidance

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

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

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

2 links found

Fix guidance

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

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

Performance and AccessibilityPerformanceBrowser audit

Forced reflow

17 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 breakdown

17 Fail

Check name

LCP breakdown

Score

0/100

Status

fail

Device

desktop

Category

Performance

Fix guidance

Each [subpart has specific improvement strategies](https://developer.chrome.com/docs/performance/insights/lcp-breakdown). Ideally, most of the LCP time should be spent on loading the resources, not within delays.

Evidence
{
  "description": "Each [subpart has specific improvement strategies](https://developer.chrome.com/docs/performance/insights/lcp-breakdown). Ideally, most of the LCP time should be spent on loading the resources, not within delays."
}

Performance and AccessibilityPerformanceBrowser audit

Network dependency tree

17 Fail

Check name

Network dependency tree

Score

0/100

Status

fail

Device

desktop

Category

Performance

Fix guidance

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

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

Performance and AccessibilityPerformanceBrowser audit

Loading performance

10 Fail

Check name

Loading performance

Score

42/100

Status

fail

Device

desktop

Category

Performance

Fix guidance

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

Evidence
{
  "checks": [
    {
      "id": "first-contentful-paint",
      "title": "First Contentful Paint",
      "score": 5,
      "displayValue": "3.2 s",
      "numericValue": 3180.9664371290996
    },
    {
      "id": "speed-index",
      "title": "Speed Index",
      "score": 10,
      "displayValue": "4.0 s",
      "numericValue": 3951.7040325875414
    },
    {
      "id": "interactive",
      "title": "Time to Interactive",
      "score": 29,
      "displayValue": "5.8 s",
      "numericValue": 5754.447198170234
    },
    {
      "id": "network-rtt",
      "title": "Network Round Trip Times",
      "score": 100,
      "displayValue": "30 ms",
      "numericValue": 25.143629999999995
    },
    {
      "id": "largest-contentful-paint",
      "title": "Largest Contentful Paint",
      "score": 21,
      "displayValue": "3.7 s",
      "numericValue": 3700.959831477986
    },
    {
      "id": "server-response-time",
      "title": "Reduce initial server response time",
      "score": 0,
      "displayValue": "Root document took 700 ms",
      "numericValue": 698
    },
    {
      "id": "max-potential-fid",
      "title": "Max Potential First Input Delay",
      "score": 84,
      "displayValue": "150 ms",
      "numericValue": 150
    },
    {
      "id": "total-blocking-time",
      "title": "Total Blocking Time",
      "score": 90,
      "displayValue": "150 ms",
      "numericValue": 146
    }
  ]
}

Performance and AccessibilityPerformanceBrowser audit

Render-blocking requests

8 Warning

Check name

Render-blocking requests

Score

50/100

Status

warning

Device

desktop

Category

Performance

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
{
  "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

8 Warning

Check name

Use efficient cache lifetimes

Score

50/100

Status

warning

Device

desktop

Category

Performance

Estimated savings

Est savings of 1,375 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 1,375 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
52/100Level 3, Bot-AwareCurrent report
headway.co AI SEO Report: 52/100 (Level 3, Bot-Aware)