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 Use10%Security& Trust40%GEO, AIO, AEO68%SEO92%Performance& Accessibility84%
  • AI Discoverability 24 out of 100
  • Agent Ease of Use 10 out of 100
  • Security & Trust 40 out of 100
  • GEO, AIO and AEO 68 out of 100
  • SEO 92 out of 100
  • Performance and Accessibility 84 out of 100

CAPTURED SCREENSHOT

Captured website desktop screenshot

What AI sees of your website

Pathstream – Home favicon

Pathstream – Home

Fortune 500 business leaders select Pathstream to energize and equip each frontline team member to excel.

Next step

Turn this report into a fix workflow

29 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 fix5180View details
Discoverability
33
Priority fix360View details
Content Readiness
33
Priority fix280View details
Bot Access Control
0
Priority fix040View details
Agent Ease of Use
10
Priority fix6291View details
API
0
Priority fix060View details
Auth
Not Applicable
Not Applicable070View details
MCP
25
Priority fix260View details
Skill Discovery
5
Priority fix0101View details
Agent Commerce
Not Applicable
Not Applicable400
GEO, AIO and AEO
68
Needs work4312View details
GEO Readiness
79
Mostly ready104
AIO Readiness
60
Needs work223View details
AEO Readiness
64
Needs work115View details
SEO
92
Strong1010View details
SEO
92
Strong1010View details
Security & Trust
40
Priority fix630View details
Security & Trust
40
Priority fix230View details
AI Training Exposure
Not Applicable
Not Applicable400
Performance and Accessibility
84
Mostly ready2350View details
Performance
87
Mostly ready1350View details
Accessibility
78
Mostly ready1000

Prioritized recommendations

Issues ranked by score impact

49 items need attention

Agent Ease of UseAPIEstablished

API Catalog

API Catalog failed at "Fetch API catalog".

50 Fail

Needs attention

API Catalog

Failed check
01

Issue

The API catalog endpoint did not return HTTP 2xx.

02

Why it matters

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

Check name

API Catalog

Score

0/100

Status

fail

Category

API

Maturity

Established

Goal

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

Result

API Catalog failed at "Fetch API catalog".

Validation steps

  1. Fetch API catalog

    The API catalog endpoint did not return HTTP 2xx.

  2. Validate RFC 9727 linkset

    Response is not valid JSON.

  3. Fetch advertised API catalog targets

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

Evidence
{
  "failedStep": "fetch",
  "steps": [
    {
      "id": "fetch",
      "title": "Fetch API catalog",
      "status": "fail",
      "evidence": {
        "statusCode": 404,
        "contentType": "text/html; charset=UTF-8"
      },
      "issue": "The API catalog endpoint did not return HTTP 2xx.",
      "howToFix": "Publish /.well-known/api-catalog."
    },
    {
      "id": "validate",
      "title": "Validate RFC 9727 linkset",
      "status": "fail",
      "evidence": {
        "valid": false,
        "compatibleContentType": false,
        "issue": "Response is not valid JSON.",
        "rawExcerpt": "<!DOCTYPE html>\n<html lang=\"en\" >\n<head>\n  <script charset=\"utf-8\" type=\"text/javascript\" src=\"//js.hsforms.net/forms/embed/v2.js\"></script>\n<script type=\"text/javascript\" id=\"hs-script-loader\" async defer src=\"//js.hs-scripts.com/22286298.js\"></script>\n\n<!-- <script src=\"https://cdn.userway.org/widget.js\" data-account=\"UpqJjfMt1O\"></script> -->\n\n<!-- Google tag (gtag.js) -->\n<script async src=\"https://www.googletagmanager.com/gtag/js?id=G-57W5MRK1R4\"></script>\n\n<!-- Google Tag Manager -->\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':\nnew Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],\nj=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=\n'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);\n})(window,d"
      },
      "issue": "Response is not valid JSON.",
      "howToFix": "Use application/linkset+json with service-desc, service-doc, and status relations that each include href."
    },
    {
      "id": "target-validation",
      "title": "Fetch advertised API catalog targets",
      "status": "fail",
      "evidence": {
        "checked": [],
        "failures": [
          {
            "reason": "No same-origin API catalog hrefs were available to fetch."
          }
        ]
      },
      "issue": "API Catalog did not expose any same-origin hrefs to validate.",
      "howToFix": "Make each same-origin API catalog href reachable and serve the advertised media type."
    }
  ]
}

Agent Ease of UseAPIEstablished

OpenAPI discovery

OpenAPI discovery failed at "Find valid OpenAPI document".

50 Fail

Needs attention

OpenAPI discovery

Failed check
01

Issue

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

02

Why it matters

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

Check name

OpenAPI discovery

Score

0/100

Status

fail

Category

API

Maturity

Established

Goal

Publish a valid OpenAPI or Swagger document for API discovery.

Result

OpenAPI discovery failed at "Find valid OpenAPI document".

Validation steps

  1. Find valid OpenAPI document

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

Evidence
{
  "failedStep": "fetch",
  "steps": [
    {
      "id": "fetch",
      "title": "Find valid OpenAPI document",
      "status": "fail",
      "evidence": {
        "checked": [
          {
            "path": "/openapi.json",
            "statusCode": 404,
            "contentType": "text/html; charset=UTF-8",
            "valid": false,
            "issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html; charset=UTF-8\" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
            "compatibleContentType": false,
            "format": "yaml",
            "version": "",
            "pathCount": 0,
            "operationCount": 0,
            "rawExcerpt": "<!DOCTYPE html>\n<html lang=\"en\" >\n<head>\n  <script charset=\"utf-8\" type=\"text/javascript\" src=\"//js.hsforms.net/forms/embed/v2.js\"></script>\n<script type=\"text/javascript\" id=\"hs-script-loader\" async defer src=\"//js.hs-scripts.com/22286298.js\"></script>\n\n<!-- <script src=\"https://cdn.userway.org/widget.js\" data-account=\"UpqJjfMt1O\"></script> -->\n\n<!-- Google tag (gtag.js) -->\n<script async src=\"https://www.googletagmanager.com/gtag/js?id=G-57W5MRK1R4\"></script>\n\n<!-- Google Tag Manager -->\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':\nnew Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],\nj=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=\n'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);\n})(window,d"
          },
          {
            "path": "/openapi.yaml",
            "statusCode": 404,
            "contentType": "text/html; charset=UTF-8",
            "valid": false,
            "issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html; charset=UTF-8\" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
            "compatibleContentType": false,
            "format": "yaml",
            "version": "",
            "pathCount": 0,
            "operationCount": 0,
            "rawExcerpt": "<!DOCTYPE html>\n<html lang=\"en\" >\n<head>\n  <script charset=\"utf-8\" type=\"text/javascript\" src=\"//js.hsforms.net/forms/embed/v2.js\"></script>\n<script type=\"text/javascript\" id=\"hs-script-loader\" async defer src=\"//js.hs-scripts.com/22286298.js\"></script>\n\n<!-- <script src=\"https://cdn.userway.org/widget.js\" data-account=\"UpqJjfMt1O\"></script> -->\n\n<!-- Google tag (gtag.js) -->\n<script async src=\"https://www.googletagmanager.com/gtag/js?id=G-57W5MRK1R4\"></script>\n\n<!-- Google Tag Manager -->\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':\nnew Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],\nj=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=\n'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);\n})(window,d"
          },
          {
            "path": "/swagger.json",
            "statusCode": 404,
            "contentType": "text/html; charset=UTF-8",
            "valid": false,
            "issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html; charset=UTF-8\" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
            "compatibleContentType": false,
            "format": "yaml",
            "version": "",
            "pathCount": 0,
            "operationCount": 0,
            "rawExcerpt": "<!DOCTYPE html>\n<html lang=\"en\" >\n<head>\n  <script charset=\"utf-8\" type=\"text/javascript\" src=\"//js.hsforms.net/forms/embed/v2.js\"></script>\n<script type=\"text/javascript\" id=\"hs-script-loader\" async defer src=\"//js.hs-scripts.com/22286298.js\"></script>\n\n<!-- <script src=\"https://cdn.userway.org/widget.js\" data-account=\"UpqJjfMt1O\"></script> -->\n\n<!-- Google tag (gtag.js) -->\n<script async src=\"https://www.googletagmanager.com/gtag/js?id=G-57W5MRK1R4\"></script>\n\n<!-- Google Tag Manager -->\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':\nnew Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],\nj=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=\n'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);\n})(window,d"
          },
          {
            "path": "/swagger.yaml",
            "statusCode": 404,
            "contentType": "text/html; charset=UTF-8",
            "valid": false,
            "issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html; charset=UTF-8\" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
            "compatibleContentType": false,
            "format": "yaml",
            "version": "",
            "pathCount": 0,
            "operationCount": 0,
            "rawExcerpt": "<!DOCTYPE html>\n<html lang=\"en\" >\n<head>\n  <script charset=\"utf-8\" type=\"text/javascript\" src=\"//js.hsforms.net/forms/embed/v2.js\"></script>\n<script type=\"text/javascript\" id=\"hs-script-loader\" async defer src=\"//js.hs-scripts.com/22286298.js\"></script>\n\n<!-- <script src=\"https://cdn.userway.org/widget.js\" data-account=\"UpqJjfMt1O\"></script> -->\n\n<!-- Google tag (gtag.js) -->\n<script async src=\"https://www.googletagmanager.com/gtag/js?id=G-57W5MRK1R4\"></script>\n\n<!-- Google Tag Manager -->\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':\nnew Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],\nj=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=\n'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);\n})(window,d"
          },
          {
            "path": "/api/openapi.json",
            "statusCode": 404,
            "contentType": "text/html; charset=UTF-8",
            "valid": false,
            "issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html; charset=UTF-8\" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
            "compatibleContentType": false,
            "format": "yaml",
            "version": "",
            "pathCount": 0,
            "operationCount": 0,
            "rawExcerpt": "<!DOCTYPE html>\n<html lang=\"en\" >\n<head>\n  <script charset=\"utf-8\" type=\"text/javascript\" src=\"//js.hsforms.net/forms/embed/v2.js\"></script>\n<script type=\"text/javascript\" id=\"hs-script-loader\" async defer src=\"//js.hs-scripts.com/22286298.js\"></script>\n\n<!-- <script src=\"https://cdn.userway.org/widget.js\" data-account=\"UpqJjfMt1O\"></script> -->\n\n<!-- Google tag (gtag.js) -->\n<script async src=\"https://www.googletagmanager.com/gtag/js?id=G-57W5MRK1R4\"></script>\n\n<!-- Google Tag Manager -->\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':\nnew Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],\nj=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=\n'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);\n})(window,d"
          },
          {
            "path": "/api/swagger.json",
            "statusCode": 404,
            "contentType": "text/html; charset=UTF-8",
            "valid": false,
            "issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html; charset=UTF-8\" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
            "compatibleContentType": false,
            "format": "yaml",
            "version": "",
            "pathCount": 0,
            "operationCount": 0,
            "rawExcerpt": "<!DOCTYPE html>\n<html lang=\"en\" >\n<head>\n  <script charset=\"utf-8\" type=\"text/javascript\" src=\"//js.hsforms.net/forms/embed/v2.js\"></script>\n<script type=\"text/javascript\" id=\"hs-script-loader\" async defer src=\"//js.hs-scripts.com/22286298.js\"></script>\n\n<!-- <script src=\"https://cdn.userway.org/widget.js\" data-account=\"UpqJjfMt1O\"></script> -->\n\n<!-- Google tag (gtag.js) -->\n<script async src=\"https://www.googletagmanager.com/gtag/js?id=G-57W5MRK1R4\"></script>\n\n<!-- Google Tag Manager -->\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':\nnew Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],\nj=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=\n'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);\n})(window,d"
          },
          {
            "path": "/docs/openapi.json",
            "statusCode": 404,
            "contentType": "text/html; charset=UTF-8",
            "valid": false,
            "issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html; charset=UTF-8\" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
            "compatibleContentType": false,
            "format": "yaml",
            "version": "",
            "pathCount": 0,
            "operationCount": 0,
            "rawExcerpt": "<!DOCTYPE html>\n<html lang=\"en\" >\n<head>\n  <script charset=\"utf-8\" type=\"text/javascript\" src=\"//js.hsforms.net/forms/embed/v2.js\"></script>\n<script type=\"text/javascript\" id=\"hs-script-loader\" async defer src=\"//js.hs-scripts.com/22286298.js\"></script>\n\n<!-- <script src=\"https://cdn.userway.org/widget.js\" data-account=\"UpqJjfMt1O\"></script> -->\n\n<!-- Google tag (gtag.js) -->\n<script async src=\"https://www.googletagmanager.com/gtag/js?id=G-57W5MRK1R4\"></script>\n\n<!-- Google Tag Manager -->\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':\nnew Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],\nj=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=\n'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);\n})(window,d"
          }
        ]
      },
      "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
}

Security & TrustSecurity & TrustEstablished

Content-Security-Policy

Content-Security-Policy is missing or incomplete.

33 Fail

Needs attention

Content-Security-Policy

Failed check
01

Issue

Content-Security-Policy is missing or incomplete.

02

Why it matters

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

Check name

Content-Security-Policy

Score

0/100

Status

fail

Category

Security & Trust

Maturity

Established

Goal

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

Result

Content-Security-Policy is missing or incomplete.

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

Security & TrustSecurity & TrustEstablished

HSTS header

HSTS header is missing or incomplete.

33 Fail

Needs attention

HSTS header

Failed check
01

Issue

HSTS header is missing or incomplete.

02

Why it matters

HSTS tells browsers to keep using HTTPS after the first secure visit, reducing downgrade and mixed-transport risk for repeat users.

Check name

HSTS header

Score

0/100

Status

fail

Category

Security & Trust

Maturity

Established

Goal

Require HTTPS for repeat visits with Strict-Transport-Security.

Result

HSTS header is missing or incomplete.

Evidence
{
  "header": "strict-transport-security",
  "value": "max-age=2592000"
}

Agent Ease of UseMCPEmerging recommendation

MCP Server Card

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

33 Fail

Needs attention

MCP Server Card

Failed check
01

Issue

MCP Server Card was not found at the expected path.

02

Why it matters

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

Check name

MCP Server Card

Score

0/100

Status

fail

Category

MCP

Maturity

Emerging recommendation

Goal

Publish an MCP Server Card for agent discovery.

Result

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

Validation steps

  1. Fetch to find resource

    MCP Server Card was not found at the expected path.

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

Agent Ease of UseMCPEmerging recommendation

mcp.json

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

33 Fail

Needs attention

mcp.json

Failed check
01

Issue

mcp.json was not found at the expected path.

02

Why it matters

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

Check name

mcp.json

Score

0/100

Status

fail

Category

MCP

Maturity

Emerging recommendation

Goal

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

Result

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

Validation steps

  1. Fetch to find resource

    mcp.json was not found at the expected path.

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

Security & TrustSecurity & TrustEstablished

Referrer-Policy

Referrer-Policy is missing or incomplete.

33 Fail

Needs attention

Referrer-Policy

Failed check
01

Issue

Referrer-Policy is missing or incomplete.

02

Why it matters

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

Check name

Referrer-Policy

Score

0/100

Status

fail

Category

Security & Trust

Maturity

Established

Goal

Limit how much referrer data leaves the site.

Result

Referrer-Policy is missing or incomplete.

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

AI DiscoverabilityBot Access ControlInformational

Web Bot Auth request signing

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

33 Fail

Needs attention

Web Bot Auth request signing

Failed check
01

Issue

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

02

Why it matters

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

Check name

Web Bot Auth request signing

Score

0/100

Status

fail

Category

Bot Access Control

Maturity

Informational

Goal

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

Result

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

Validation steps

  1. Fetch to find resource

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

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

Agent Ease of UseMCPInformational

WebMCP manifest

WebMCP manifest failed at "Fetch to find resource".

33 Fail

Needs attention

WebMCP manifest

Failed check
01

Issue

WebMCP manifest was not found at the expected path.

02

Why it matters

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

Check name

WebMCP manifest

Score

0/100

Status

fail

Category

MCP

Maturity

Informational

Goal

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

Result

WebMCP manifest failed at "Fetch to find resource".

Validation steps

  1. Fetch to find resource

    WebMCP manifest was not found at the expected path.

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

AI DiscoverabilityContent ReadinessEstablished

Content freshness signals

Content freshness signals is missing or incomplete.

25 Fail

Needs attention

Content freshness signals

Failed check
01

Issue

Content freshness signals are incomplete: missing Last-Modified HTTP header; 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

0/100

Status

fail

Category

Content Readiness

Maturity

Established

Goal

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

Result

Content freshness signals is missing or incomplete.

Evidence
{
  "lastModified": null,
  "schemaDates": [],
  "metaDateCount": 0,
  "timeDateCount": 0
}

AI DiscoverabilityDiscoverabilityEstablished

High-value schema types

High-value schema types is missing or incomplete.

25 Fail

Needs attention

High-value schema types

Failed check
01

Issue

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

02

Why it matters

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

Check name

High-value schema types

Score

0/100

Status

fail

Category

Discoverability

Maturity

Established

Goal

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

Result

High-value schema types is missing or incomplete.

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

AI DiscoverabilityDiscoverabilityEstablished

JSON-LD present

JSON-LD present is missing or incomplete.

25 Fail

Needs attention

JSON-LD present

Failed check
01

Issue

No JSON-LD blocks found.

02

Why it matters

JSON-LD is a low-friction structured data format that agents can extract without interpreting page presentation or microdata markup.

Check name

JSON-LD present

Score

0/100

Status

fail

Category

Discoverability

Maturity

Established

Goal

Expose schema.org JSON-LD so AI search systems can parse page entities.

Result

JSON-LD present is missing or incomplete.

Evidence
{
  "blocks": 0,
  "validBlocks": 0,
  "schemaContextBlocks": 0,
  "errors": [],
  "documents": [],
  "nodes": []
}

AI DiscoverabilityDiscoverabilityEstablished

Link headers

Link headers failed at "Find useful Link headers".

25 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 DiscoverabilityContent ReadinessEmerging recommendation

llms.txt

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

25 Fail

Needs attention

llms.txt

Failed check
01

Issue

llms.txt was not found at the expected path.

02

Why it matters

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

Check name

llms.txt

Score

0/100

Status

fail

Category

Content Readiness

Maturity

Emerging recommendation

Goal

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

Result

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

Validation steps

  1. Fetch to find resource

    llms.txt was not found at the expected path.

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

AI DiscoverabilityContent ReadinessEstablished

Markdown negotiation

Markdown negotiation failed at "Markdown content type".

25 Fail

Needs attention

Markdown negotiation

Failed check
01

Issue

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

02

Why it matters

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

Check name

Markdown negotiation

Score

0/100

Status

fail

Category

Content Readiness

Maturity

Established

Goal

Return HTML responses as markdown when agents request it.

Result

Markdown negotiation failed at "Markdown content type".

Validation steps

  1. Markdown content type

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

  2. Vary: Accept header

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

  3. Structured Markdown body

    Markdown response is missing a heading.

Evidence
{
  "failedStep": "content-type",
  "steps": [
    {
      "id": "content-type",
      "title": "Markdown content type",
      "status": "fail",
      "evidence": {
        "statusCode": 200,
        "contentType": "text/html; charset=UTF-8"
      },
      "issue": "Content-Type \"text/html; charset=UTF-8\" does not indicate Markdown when requested with Accept: text/markdown.",
      "howToFix": "Return Content-Type: text/markdown; charset=utf-8 for requests with Accept: text/markdown."
    },
    {
      "id": "vary-accept",
      "title": "Vary: Accept header",
      "status": "fail",
      "evidence": {
        "vary": "accept-encoding"
      },
      "issue": "Markdown negotiation is missing Vary: Accept; current Vary header is \"accept-encoding\".",
      "howToFix": "Add Vary: Accept on negotiated Markdown responses so shared caches keep HTML and Markdown variants separate."
    },
    {
      "id": "markdown-content",
      "title": "Structured Markdown body",
      "status": "fail",
      "evidence": {
        "valid": false,
        "hasHeading": false,
        "wordCount": 19022,
        "excerpt": "<!DOCTYPE html>\n<html lang=\"en\" >\n<head>\n  <script charset=\"utf-8\" type=\"text/javascript\" src=\"//js.hsforms.net/forms/embed/v2.js\"></script>\n<script type=\"text/javascript\" id=\"hs-script-loader\" async defer src=\"//js.hs-scripts.com/22286298.",
        "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."
    }
  ]
}

AI DiscoverabilityDiscoverabilityEstablished

Organization / WebSite schema

Organization / WebSite schema is missing or incomplete.

25 Fail

Needs attention

Organization / WebSite schema

Failed check
01

Issue

Neither Organization nor WebSite schema types were found in JSON-LD.

02

Why it matters

Organization and WebSite schema help agents identify the publisher, canonical site identity, logo, and related profiles for attribution.

Check name

Organization / WebSite schema

Score

0/100

Status

fail

Category

Discoverability

Maturity

Established

Goal

Identify the site owner and website entity in structured data.

Result

Organization / WebSite schema is missing or incomplete.

Evidence
{
  "found": [],
  "allTypes": []
}

AI DiscoverabilityContent ReadinessEstablished

Semantic HTML

Semantic HTML is missing or incomplete.

25 Fail

Needs attention

Semantic HTML

Failed check
01

Issue

Semantic HTML is incomplete: invalid h1 (found 2); skipped heading levels; 1 links missing accessible names; 2 buttons missing accessible names.

Details

02

Why it matters

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

Check name

Semantic HTML

Score

0/100

Status

fail

Category

Content Readiness

Maturity

Established

Goal

Expose readable page structure through semantic HTML and accessible controls.

Result

Semantic HTML is missing or incomplete.

Evidence
{
  "main": true,
  "nav": true,
  "footer": true,
  "meaningfulH1": false,
  "headingOrder": false,
  "accessibleLinks": false,
  "accessibleButtons": false,
  "imageAltCoverage": true,
  "formAutocompleteCoverage": true,
  "details": {
    "inaccessibleLinks": [
      "<a class=\"Header-logoLink block\" href=\"/\"> <svg width=\"153\" wxmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_2\" data-name=\"Layer 2\" viewBox=\"0 0 2562.28 481.32\"> <g id=\"Layer_1-2\" data-name=\"Layer 1\"> <g> <g> <path d=\"M523.32,385.67V91.92h118.74c62.06,0,102.19,39.31,102.19,94.75s-40.13,94.33-102.19,94.33h-69.09v104.68h-49.65ZM640,237.56c34.75,0,53.37-15.31,53.37-43.44v-14.89c0-28.13-18.62-43.44-53.37-43.44h-67.03v101.78h67.03Z\"/> <path d=\"M825,389.4c-46.75,0-74.89-22.76-74.89-61.65,0-36.41,23.58-55"
    ],
    "inaccessibleButtons": [
      "<button class=\"Button Button--circle\" data-expand-nav> <span class=\"Button-icon\"> <svg class=\"w-[10px] h-[10px]\" fill=\"none\" height=\"24\" viewBox=\"0 0 24 24\" width=\"24\" xmlns=\"http://www.w3.org/2000/svg\"><path clip-rule=\"evenodd\" d=\"m11 0v8c0 1.65685-1.34315 3-3 3h-8v2h8c1.65685 0 3 1.3431 3 3v8h2v-8c0-1.6569 1.3431-3 3-3h8v-2h-8c-1.6569 0-3-1.34315-3-3v-8z\" fill=\"#000\" fill-rule=\"evenodd\"/></svg> </span> </button>",
      "<button data-video-modal-close class=\"flex flex-col rounded-full justify-center items-center w-40 h-40 bg-black/[0.05] hover:bg-black/[0.15] transition-colors bg-white/80 hover:bg-white\"> <svg class=\"rotate-45 w-12 h-12\" fill=\"none\" height=\"24\" viewBox=\"0 0 24 24\" width=\"24\" xmlns=\"http://www.w3.org/2000/svg\"><path clip-rule=\"evenodd\" d=\"m11 0v8c0 1.65685-1.34315 3-3 3h-8v2h8c1.65685 0 3 1.3431 3 3v8h2v-8c0-1.6569 1.3431-3 3-3h8v-2h-8c-1.6569 0-3-1.34315-3-3v-8z\" fill=\"#000\" fill-rule=\"evenodd\"/"
    ],
    "missingAutocompleteInputs": [],
    "imagesMissingAlt": [
      "<img height=\"1\" width=\"1\" style=\"display:none\" src=\"https://www.facebook.com/tr?id=423330175062716&amp;ev=PageView&amp;noscript=1\">"
    ],
    "skippedHeadingLevels": [
      "h1: Energize & Equip Your Frontline Team To Achieve Exceptional Results",
      "h2: Trusted By Fortune 500 Business Leaders",
      "h2: Purpose-Built To Serve Frontline Teams & Leaders",
      "h3: Equip Division Leaders To Do More With Less",
      "h3: Fill Unaddressed Gaps In Foundational Capabilities",
      "h3: Deliver Off-The-Clock, With 70%+ Adoption Rate",
      "h3: Launch In <1 Month & Get Results Within 2 Weeks",
      "h3: Equip Division Leaders To Do More With Less",
      "h3: Fill Unaddressed Gaps In Foundational Capabilities",
      "h3: Deliver Off-The-Clock, With 70%+ Adoption Rate",
      "h3: Launch In <1 Month & Get Results Within 2 Weeks",
      "h2: Equip Each Team Member To Excel In Their Role",
      "h3: Essential Capabilities",
      "h3: Continuous Growth",
      "h3: Peak Performance",
      "h2: Success Stories",
      "h1: Loved By Frontline Team Members Everywhere",
      "h3: College Credit",
      "h4: $5K",
      "h3: Confidence",
      "h4: 96%",
      "h3: Satisfaction",
      "h4: 65 NPS",
      "h2: Drive Success For Your Customers, Company, And Team Members",
      "h3: Outperform Your AOP Budget Within 90 Days",
      "h2: Testimonials",
      "h2: Tailored To Your Business Priorities",
      "h3: Drive In-Role Performance Improvement",
      "h3: Increase Engagement Within The Organization",
      "h3: Equip Team Members To Adapt To Change",
      "h3: Reinforce Key Messaging From Leadership",
      "h2: Designed For Frontline Teams",
      "h2: Easy To Set Up & Scale",
      "h3: Special Pilot Pricing",
      "h3: No Sensitive Data Sharing Required",
      "h3: Minimal Contracting",
      "h3: Special Pilot Pricing",
      "h3: No Sensitive Data Sharing Required",
      "h3: Minimal Contracting",
      "h2: Learn How To Unlock Everyday Wins For Your Team",
      "h2: Solutions",
      "h3: Financial Services",
      "h3: Healthcare & Health Insurance",
      "h3: Other Insurance",
      "h3: Retail & Distribution",
      "h3: Telecommunications",
      "h2: Getting Started",
      "h2: Resources",
      "h2: Company",
      "h2: Legal",
      "h2: Social"
    ]
  },
  "counts": {
    "h1": 2,
    "headings": 51,
    "links": 118,
    "inaccessibleLinks": 1,
    "buttons": 18,
    "inaccessibleButtons": 2,
    "images": 60,
    "imagesWithAlt": 59,
    "autocompleteInputs": 0,
    "inputsWithAutocomplete": 0,
    "missingAutocompleteInputs": 0
  }
}

Agent Ease of UseSkill DiscoveryEmerging recommendation

A2A Agent Card

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

20 Fail

Needs attention

A2A Agent Card

Failed check
01

Issue

A2A Agent Card was not found at the expected path.

02

Why it matters

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

Check name

A2A Agent Card

Score

0/100

Status

fail

Category

Skill Discovery

Maturity

Emerging recommendation

Goal

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

Result

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

Validation steps

  1. Fetch to find resource

    A2A Agent Card was not found at the expected path.

Evidence
{
  "failedStep": "fetch",
  "steps": [
    {
      "id": "fetch",
      "title": "Fetch to find resource",
      "status": "fail",
      "evidence": {
        "checked": [
          {
            "path": "/.well-known/agent-card.json",
            "statusCode": 404,
            "contentType": "text/html; charset=UTF-8",
            "length": 7027
          },
          {
            "path": "/.well-known/a2a/agent-card.json",
            "statusCode": 404,
            "contentType": "text/html; charset=UTF-8",
            "length": 7035
          },
          {
            "path": "/agent-card.json",
            "statusCode": 404,
            "contentType": "text/html; charset=UTF-8",
            "length": 7003
          }
        ]
      },
      "issue": "A2A Agent Card was not found at the expected path.",
      "howToFix": "Publish an A2A Agent Card with required skill details and make the advertised url answer A2A JSON-RPC requests."
    }
  ]
}

Agent Ease of UseSkill DiscoveryEmerging recommendation

Agent Skills index

Agent Skills index failed at "Fetch to find resource".

20 Fail

Needs attention

Agent Skills index

Failed check
01

Issue

Agent Skills index was not found at the expected path.

02

Why it matters

An Agent Skills index lets clients find task-specific SKILL.md documents that describe how to use site capabilities correctly.

Check name

Agent Skills index

Score

0/100

Status

fail

Category

Skill Discovery

Maturity

Emerging recommendation

Goal

Publish an agent skills discovery index.

Result

Agent Skills index failed at "Fetch to find resource".

Validation steps

  1. Fetch to find resource

    Agent Skills index was not found at the expected path.

Evidence
{
  "failedStep": "fetch",
  "steps": [
    {
      "id": "fetch",
      "title": "Fetch to find resource",
      "status": "fail",
      "evidence": {
        "checked": [
          {
            "path": "/.well-known/agent-skills/index.json",
            "statusCode": 404,
            "contentType": "text/html; charset=UTF-8",
            "length": 7043
          },
          {
            "path": "/.well-known/skills/index.json",
            "statusCode": 404,
            "contentType": "text/html; charset=UTF-8",
            "length": 7031
          }
        ]
      },
      "issue": "Agent Skills index was not found at the expected path.",
      "howToFix": "Publish an index with a non-empty skills array and reachable SKILL.md URLs."
    }
  ]
}

Agent Ease of UseSkill DiscoveryEmerging recommendation

agent.json

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

20 Fail

Needs attention

agent.json

Failed check
01

Issue

agent.json was not found at the expected path.

02

Why it matters

agent.json is an emerging machine-readable manifest for declaring what a website does, how agents authenticate, and which actions or protocols are available.

Check name

agent.json

Score

0/100

Status

fail

Category

Skill Discovery

Maturity

Emerging recommendation

Goal

Publish the singular Agent Web Protocol agent.json manifest without confusing it with the separate agents.json directory convention.

Result

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

Validation steps

  1. Fetch to find resource

    agent.json was not found at the expected path.

Evidence
{
  "failedStep": "fetch",
  "steps": [
    {
      "id": "fetch",
      "title": "Fetch to find resource",
      "status": "fail",
      "evidence": {
        "checked": [
          {
            "path": "/.well-known/agent.json",
            "statusCode": 404,
            "contentType": "text/html; charset=UTF-8",
            "length": 7017
          },
          {
            "path": "/agent.json",
            "statusCode": 404,
            "contentType": "text/html; charset=UTF-8",
            "length": 6993
          }
        ]
      },
      "issue": "agent.json was not found at the expected path.",
      "howToFix": "Publish agent.json with awp_version, domain, intent, and typed actions that point to real same-origin API or protocol endpoints."
    }
  ]
}

Agent Ease of UseSkill DiscoveryInformational

agents.json

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

20 Fail

Needs attention

agents.json

Failed check
01

Issue

agents.json was not found at the expected path.

02

Why it matters

agents.json gives clients a simple directory of agent-facing capabilities and contacts when a site chooses to advertise them.

Check name

agents.json

Score

0/100

Status

fail

Category

Skill Discovery

Maturity

Informational

Goal

Publish an agents.json directory for agent-facing capabilities and contacts when using this convention.

Result

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

Validation steps

  1. Fetch to find resource

    agents.json was not found at the expected path.

Evidence
{
  "failedStep": "fetch",
  "steps": [
    {
      "id": "fetch",
      "title": "Fetch to find resource",
      "status": "fail",
      "evidence": {
        "checked": [
          {
            "path": "/.well-known/agents.json",
            "statusCode": 404,
            "contentType": "text/html; charset=UTF-8",
            "length": 7019
          },
          {
            "path": "/agents.json",
            "statusCode": 404,
            "contentType": "text/html; charset=UTF-8",
            "length": 6995
          }
        ]
      },
      "issue": "agents.json was not found at the expected path.",
      "howToFix": "If this site uses agents.json, publish JSON with an agents array containing name and url for each agent."
    }
  ]
}

Agent Ease of UseSkill DiscoveryEmerging recommendation

DNS-AID Agent Discovery

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

15 Fail

Needs attention

DNS-AID Agent Discovery

Failed check
01

Issue

No DNS-AID entrypoint records were found under _agents.

02

Why it matters

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

Check name

DNS-AID Agent Discovery

Score

25/100

Status

fail

Category

Skill Discovery

Maturity

Emerging recommendation

Goal

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

Result

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

Validation steps

  1. Resolve DNS-AID SVCB/HTTPS records

    No DNS-AID entrypoint records were found under _agents.

  2. Validate alpn and endpoint parameters

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

  3. Check DNSSEC material

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

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

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

AIO: Visible structured data match

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

10 Fail

Needs attention

AIO: Visible structured data match

Failed check
01

Issue

No JSON-LD structured data was detected.

Details

02

Why it matters

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

Check name

AIO: Visible structured data match

Score

0/100

Status

fail

Category

GEO, AIO & AEO

Maturity

Emerging recommendation

Goal

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

Result

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

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

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

AIO: Source and trust signals

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

6 Fail

Needs attention

AIO: Source and trust signals

Failed check
01

Issue

Missing AIO trust signals: author, publisher, freshnessDate.

Details

02

Why it matters

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

Check name

AIO: Source and trust signals

Score

40/100

Status

fail

Category

GEO, AIO & AEO

Maturity

Emerging recommendation

Goal

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

Result

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

Evidence
{
  "signals": {
    "author": false,
    "publisher": false,
    "freshnessDate": false,
    "aboutOrContact": true,
    "policyLinks": true
  },
  "missing": [
    "author",
    "publisher",
    "freshnessDate"
  ],
  "authorMeta": "",
  "schemaAuthors": [],
  "schemaPublishers": [],
  "schemaDates": [],
  "visibleDates": [],
  "aboutLinks": [
    {
      "href": "/about",
      "text": "About",
      "html": "<a href=\"/about\" class=\"Header-subNavLink \"> About </a>"
    },
    {
      "href": "/about",
      "text": "Learn More",
      "html": "<a href=\"/about\" class=\"Button Button--tight Button--outlined\"> Learn More <span class=\"Button-icon\"> <svg class=\"\" width=\"13\" height=\"11\" viewBox=\"0 0 13 11\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M7.5 10L7.5 1C7.83333 3.33333 9.66667 5.16667 12 5.5C9.66667 5.83333 7.83333 7.66667 7.5 10Z\" fill=\"black\" stroke=\"black\"/> <path d=\"M8 5.5L0 5.5\" stroke=\"black\"/> </svg> </span> </a>"
    },
    {
      "href": "/about",
      "text": "About",
      "html": "<a href=\"/about\" class=\" \"> About </a>"
    },
    {
      "href": "https://www.linkedin.com/company/pathstream",
      "text": "LinkedIn",
      "html": "<a href=\"https://www.linkedin.com/company/pathstream\" class=\" \" target=\"_blank\"> LinkedIn </a>"
    }
  ],
  "contactLinks": [
    {
      "href": "/contact",
      "text": "Get in touch",
      "html": "<a href=\"/contact\" class=\"Button Button--salmon \"> Get in touch </a>"
    },
    {
      "href": "/financial-services#customer-contact",
      "text": "Customer Contact",
      "html": "<a class=\"Pill\" href=\"/financial-services#customer-contact\"> Customer Contact </a>"
    },
    {
      "href": "/healthcare-health-insurance#customer-contact",
      "text": "Customer Contact",
      "html": "<a class=\"Pill\" href=\"/healthcare-health-insurance#customer-contact\"> Customer Contact </a>"
    },
    {
      "href": "/other-insurance#customer-contact",
      "text": "Customer Contact",
      "html": "<a class=\"Pill\" href=\"/other-insurance#customer-contact\"> Customer Contact </a>"
    },
    {
      "href": "/retail-distribution#customer-contact",
      "text": "Customer Contact",
      "html": "<a class=\"Pill\" href=\"/retail-distribution#customer-contact\"> Customer Contact </a>"
    },
    {
      "href": "/telecommunications#customer-contact",
      "text": "Customer Contact",
      "html": "<a class=\"Pill\" href=\"/telecommunications#customer-contact\"> Customer Contact </a>"
    },
    {
      "href": "/contact",
      "text": "Get in touch",
      "html": "<a href=\"/contact\" class=\"Header-mobileFooterButton Button Button--salmon \"> Get in touch </a>"
    },
    {
      "href": "/financial-services#customer-contact",
      "text": "Customer Contact",
      "html": "<a href=\"/financial-services#customer-contact\" class=\"hover:opacity-[0.33] transition-opacity duration-300 leading-none text-sans-24 sm:text-sans-48 lg:text-sans-60\"> Customer Contact </a>"
    },
    {
      "href": "/healthcare-health-insurance#customer-contact",
      "text": "Customer Contact",
      "html": "<a href=\"/healthcare-health-insurance#customer-contact\" class=\"hover:opacity-[0.33] transition-opacity duration-300 leading-none text-sans-24 sm:text-sans-48 lg:text-sans-60\"> Customer Contact </a>"
    },
    {
      "href": "/other-insurance#customer-contact",
      "text": "Customer Contact",
      "html": "<a href=\"/other-insurance#customer-contact\" class=\"hover:opacity-[0.33] transition-opacity duration-300 leading-none text-sans-24 sm:text-sans-48 lg:text-sans-60\"> Customer Contact </a>"
    },
    {
      "href": "/retail-distribution#customer-contact",
      "text": "Customer Contact",
      "html": "<a href=\"/retail-distribution#customer-contact\" class=\"hover:opacity-[0.33] transition-opacity duration-300 leading-none text-sans-24 sm:text-sans-48 lg:text-sans-60\"> Customer Contact </a>"
    },
    {
      "href": "/telecommunications#customer-contact",
      "text": "Customer Contact",
      "html": "<a href=\"/telecommunications#customer-contact\" class=\"hover:opacity-[0.33] transition-opacity duration-300 leading-none text-sans-24 sm:text-sans-48 lg:text-sans-60\"> Customer Contact </a>"
    },
    {
      "href": "/contact",
      "text": "Get in Touch",
      "html": "<a href=\"/contact\" class=\"Button Button Button--big\"> <span class=\"Button-text\">Get in Touch</span> <span class=\"Button-icon\"> <svg class=\"\" width=\"13\" height=\"11\" viewBox=\"0 0 13 11\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M7.5 10L7.5 1C7.83333 3.33333 9.66667 5.16667 12 5.5C9.66667 5.83333 7.83333 7.66667 7.5 10Z\" fill=\"black\" stroke=\"black\"/> <path d=\"M8 5.5L0 5.5\" stroke=\"black\"/> </svg> </span> </a>"
    },
    {
      "href": "/financial-services#customer-contact",
      "text": "Customer Contact",
      "html": "<a href=\"/financial-services#customer-contact\" class=\" \"> Customer Contact </a>"
    },
    {
      "href": "/healthcare-health-insurance#customer-contact",
      "text": "Customer Contact",
      "html": "<a href=\"/healthcare-health-insurance#customer-contact\" class=\" \"> Customer Contact </a>"
    },
    {
      "href": "/other-insurance#customer-contact",
      "text": "Customer Contact",
      "html": "<a href=\"/other-insurance#customer-contact\" class=\" \"> Customer Contact </a>"
    },
    {
      "href": "/retail-distribution#customer-contact",
      "text": "Customer Contact",
      "html": "<a href=\"/retail-distribution#customer-contact\" class=\" \"> Customer Contact </a>"
    },
    {
      "href": "/telecommunications#customer-contact",
      "text": "Customer Contact",
      "html": "<a href=\"/telecommunications#customer-contact\" class=\" \"> Customer Contact </a>"
    },
    {
      "href": "/contact",
      "text": "Contact",
      "html": "<a href=\"/contact\" class=\" \"> Contact </a>"
    }
  ],
  "privacyLinks": [
    {
      "href": "/privacy-policy",
      "text": "Privacy Policy",
      "html": "<a href=\"/privacy-policy\" class=\" \"> Privacy Policy </a>"
    },
    {
      "href": "#",
      "text": "Your Privacy Choices",
      "html": "<a href=\"#\" class=\" cky-banner-element\"> Your Privacy Choices </a>"
    },
    {
      "href": "/terms-of-use-enterprise",
      "text": "Terms of Use",
      "html": "<a href=\"/terms-of-use-enterprise\" class=\" \"> Terms of Use </a>"
    }
  ],
  "score": 40,
  "weight": 20
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

AEO: Answer evidence and trust

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

5 Fail

Needs attention

AEO: Answer evidence and trust

Failed check
01

Issue

Missing AIO trust signals: author, publisher, freshnessDate.

Details

02

Why it matters

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

Check name

AEO: Answer evidence and trust

Score

40/100

Status

fail

Category

GEO, AIO & AEO

Maturity

Emerging recommendation

Goal

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

Result

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

Evidence
{
  "signals": {
    "author": false,
    "publisher": false,
    "freshnessDate": false,
    "aboutOrContact": true,
    "policyLinks": true
  },
  "missing": [
    "author",
    "publisher",
    "freshnessDate"
  ],
  "authorMeta": "",
  "schemaAuthors": [],
  "schemaPublishers": [],
  "schemaDates": [],
  "visibleDates": [],
  "aboutLinks": [
    {
      "href": "/about",
      "text": "About",
      "html": "<a href=\"/about\" class=\"Header-subNavLink \"> About </a>"
    },
    {
      "href": "/about",
      "text": "Learn More",
      "html": "<a href=\"/about\" class=\"Button Button--tight Button--outlined\"> Learn More <span class=\"Button-icon\"> <svg class=\"\" width=\"13\" height=\"11\" viewBox=\"0 0 13 11\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M7.5 10L7.5 1C7.83333 3.33333 9.66667 5.16667 12 5.5C9.66667 5.83333 7.83333 7.66667 7.5 10Z\" fill=\"black\" stroke=\"black\"/> <path d=\"M8 5.5L0 5.5\" stroke=\"black\"/> </svg> </span> </a>"
    },
    {
      "href": "/about",
      "text": "About",
      "html": "<a href=\"/about\" class=\" \"> About </a>"
    },
    {
      "href": "https://www.linkedin.com/company/pathstream",
      "text": "LinkedIn",
      "html": "<a href=\"https://www.linkedin.com/company/pathstream\" class=\" \" target=\"_blank\"> LinkedIn </a>"
    }
  ],
  "contactLinks": [
    {
      "href": "/contact",
      "text": "Get in touch",
      "html": "<a href=\"/contact\" class=\"Button Button--salmon \"> Get in touch </a>"
    },
    {
      "href": "/financial-services#customer-contact",
      "text": "Customer Contact",
      "html": "<a class=\"Pill\" href=\"/financial-services#customer-contact\"> Customer Contact </a>"
    },
    {
      "href": "/healthcare-health-insurance#customer-contact",
      "text": "Customer Contact",
      "html": "<a class=\"Pill\" href=\"/healthcare-health-insurance#customer-contact\"> Customer Contact </a>"
    },
    {
      "href": "/other-insurance#customer-contact",
      "text": "Customer Contact",
      "html": "<a class=\"Pill\" href=\"/other-insurance#customer-contact\"> Customer Contact </a>"
    },
    {
      "href": "/retail-distribution#customer-contact",
      "text": "Customer Contact",
      "html": "<a class=\"Pill\" href=\"/retail-distribution#customer-contact\"> Customer Contact </a>"
    },
    {
      "href": "/telecommunications#customer-contact",
      "text": "Customer Contact",
      "html": "<a class=\"Pill\" href=\"/telecommunications#customer-contact\"> Customer Contact </a>"
    },
    {
      "href": "/contact",
      "text": "Get in touch",
      "html": "<a href=\"/contact\" class=\"Header-mobileFooterButton Button Button--salmon \"> Get in touch </a>"
    },
    {
      "href": "/financial-services#customer-contact",
      "text": "Customer Contact",
      "html": "<a href=\"/financial-services#customer-contact\" class=\"hover:opacity-[0.33] transition-opacity duration-300 leading-none text-sans-24 sm:text-sans-48 lg:text-sans-60\"> Customer Contact </a>"
    },
    {
      "href": "/healthcare-health-insurance#customer-contact",
      "text": "Customer Contact",
      "html": "<a href=\"/healthcare-health-insurance#customer-contact\" class=\"hover:opacity-[0.33] transition-opacity duration-300 leading-none text-sans-24 sm:text-sans-48 lg:text-sans-60\"> Customer Contact </a>"
    },
    {
      "href": "/other-insurance#customer-contact",
      "text": "Customer Contact",
      "html": "<a href=\"/other-insurance#customer-contact\" class=\"hover:opacity-[0.33] transition-opacity duration-300 leading-none text-sans-24 sm:text-sans-48 lg:text-sans-60\"> Customer Contact </a>"
    },
    {
      "href": "/retail-distribution#customer-contact",
      "text": "Customer Contact",
      "html": "<a href=\"/retail-distribution#customer-contact\" class=\"hover:opacity-[0.33] transition-opacity duration-300 leading-none text-sans-24 sm:text-sans-48 lg:text-sans-60\"> Customer Contact </a>"
    },
    {
      "href": "/telecommunications#customer-contact",
      "text": "Customer Contact",
      "html": "<a href=\"/telecommunications#customer-contact\" class=\"hover:opacity-[0.33] transition-opacity duration-300 leading-none text-sans-24 sm:text-sans-48 lg:text-sans-60\"> Customer Contact </a>"
    },
    {
      "href": "/contact",
      "text": "Get in Touch",
      "html": "<a href=\"/contact\" class=\"Button Button Button--big\"> <span class=\"Button-text\">Get in Touch</span> <span class=\"Button-icon\"> <svg class=\"\" width=\"13\" height=\"11\" viewBox=\"0 0 13 11\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M7.5 10L7.5 1C7.83333 3.33333 9.66667 5.16667 12 5.5C9.66667 5.83333 7.83333 7.66667 7.5 10Z\" fill=\"black\" stroke=\"black\"/> <path d=\"M8 5.5L0 5.5\" stroke=\"black\"/> </svg> </span> </a>"
    },
    {
      "href": "/financial-services#customer-contact",
      "text": "Customer Contact",
      "html": "<a href=\"/financial-services#customer-contact\" class=\" \"> Customer Contact </a>"
    },
    {
      "href": "/healthcare-health-insurance#customer-contact",
      "text": "Customer Contact",
      "html": "<a href=\"/healthcare-health-insurance#customer-contact\" class=\" \"> Customer Contact </a>"
    },
    {
      "href": "/other-insurance#customer-contact",
      "text": "Customer Contact",
      "html": "<a href=\"/other-insurance#customer-contact\" class=\" \"> Customer Contact </a>"
    },
    {
      "href": "/retail-distribution#customer-contact",
      "text": "Customer Contact",
      "html": "<a href=\"/retail-distribution#customer-contact\" class=\" \"> Customer Contact </a>"
    },
    {
      "href": "/telecommunications#customer-contact",
      "text": "Customer Contact",
      "html": "<a href=\"/telecommunications#customer-contact\" class=\" \"> Customer Contact </a>"
    },
    {
      "href": "/contact",
      "text": "Contact",
      "html": "<a href=\"/contact\" class=\" \"> Contact </a>"
    }
  ],
  "privacyLinks": [
    {
      "href": "/privacy-policy",
      "text": "Privacy Policy",
      "html": "<a href=\"/privacy-policy\" class=\" \"> Privacy Policy </a>"
    },
    {
      "href": "#",
      "text": "Your Privacy Choices",
      "html": "<a href=\"#\" class=\" cky-banner-element\"> Your Privacy Choices </a>"
    },
    {
      "href": "/terms-of-use-enterprise",
      "text": "Terms of Use",
      "html": "<a href=\"/terms-of-use-enterprise\" class=\" \"> Terms of Use </a>"
    }
  ],
  "score": 40,
  "weight": 22
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

GEO: Extraction-friendly structure

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

5 Warning

Needs attention

GEO: Extraction-friendly structure

Warning
01

Issue

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

Details

02

Why it matters

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

Check name

GEO: Extraction-friendly structure

Score

60/100

Status

warning

Category

GEO, AIO & AEO

Maturity

Emerging recommendation

Goal

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

Result

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

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

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

AEO: Answer-first sections

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

4 Warning

Needs attention

AEO: Answer-first sections

Warning
01

Issue

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

Details

02

Why it matters

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

Check name

AEO: Answer-first sections

Score

65/100

Status

warning

Category

GEO, AIO & AEO

Maturity

Emerging recommendation

Goal

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

Result

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

Evidence
{
  "sectionCount": 46,
  "passing": 5,
  "failing": [
    {
      "heading": "Trusted By Fortune 500 Business Leaders",
      "headingHtml": "<h2 class=\"mb-48 u-caption\"> Trusted By Fortune 500 Business Leaders </h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Purpose-Built To Serve Frontline Teams & Leaders",
      "headingHtml": "<h2 class=\" u-caption\">Purpose-Built To Serve Frontline Teams &amp; Leaders</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Equip Division Leaders To Do More With Less",
      "headingHtml": "<h3 class=\"font-medium text-sans-20 mb-24\"> Equip Division Leaders To Do More With Less </h3>",
      "firstParagraph": "You're under pressure to do more with less: cut costs, adopt new technology, and meet rising customer demands. We're here to help with a scalable solution tailored to equip each leader and team member to perform at their best.",
      "paragraphHtml": "<p><span style=\"white-space:pre-wrap;\">You&apos;re under pressure to do more with less: cut costs, adopt new technology, and meet rising customer demands. We&apos;re here to help with a scalable solution tailored to equip each leader and team member to perform at their best.&#xa0;</span></p>",
      "words": 39,
      "direct": false,
      "issue": "First paragraph is 39 words and does not look like a concise direct answer."
    },
    {
      "heading": "Fill Unaddressed Gaps In Foundational Capabilities",
      "headingHtml": "<h3 class=\"font-medium text-sans-20 mb-24\"> Fill Unaddressed Gaps In Foundational Capabilities </h3>",
      "firstParagraph": "As frontline roles evolve from transactional to relational and tech-enabled, we specialize in building a broad range of core capabilities, such as critical thinking, problem-solving, adaptability, and emotional intelligence.",
      "paragraphHtml": "<p><span style=\"white-space:pre-wrap;\">As frontline roles evolve from transactional to relational and tech-enabled, we specialize in building a broad range of core capabilities, such as critical thinking, problem-solving, adaptability, and emotional intelligence.</span></p>",
      "words": 29,
      "direct": false,
      "issue": "First paragraph is 29 words and does not look like a concise direct answer."
    },
    {
      "heading": "Deliver Off-The-Clock, With 70%+ Adoption Rate",
      "headingHtml": "<h3 class=\"font-medium text-sans-20 mb-24\"> Deliver Off-The-Clock, With 70%+ Adoption Rate </h3>",
      "firstParagraph": "Uniquely delivered outside work hours as a benefit, our programs offer frontline leaders and team members the personalized professional development support they crave without impacting operations or compensable hours.",
      "paragraphHtml": "<p><span style=\"white-space:pre-wrap;\">Uniquely delivered outside work hours as a benefit, our programs offer frontline leaders and team members the personalized professional development support they crave without impacting operations or compensable hours.</span></p>",
      "words": 29,
      "direct": false,
      "issue": "First paragraph is 29 words and does not look like a concise direct answer."
    },
    {
      "heading": "Equip Division Leaders To Do More With Less",
      "headingHtml": "<h3 class=\"u-h4 col-span-12 flex flex-row justify-between flex-nowrap gap-x-16\" data-accordion-toggle> <span class=\"flex flex-row items-center gap-x-20\"> <img class=\"aspect-square object-fit w-[35px] h-[35px]\" src=\"https://pathstream-website.files.svdcdn.com/production/Icons/icon-1.svg?dm=1746643123\" alt=\"Pathstream icon &#x2013; scalable leadership training for teams\"> Equip Division Leaders To Do More With Less </span> <span class=\"Accordion-icons \" data-accordion-icons> <span data-accordio...",
      "firstParagraph": "You're under pressure to do more with less: cut costs, adopt new technology, and meet rising customer demands. We're here to help with a scalable solution tailored to equip each leader and team member to perform at their best.",
      "paragraphHtml": "<p><span style=\"white-space:pre-wrap;\">You&apos;re under pressure to do more with less: cut costs, adopt new technology, and meet rising customer demands. We&apos;re here to help with a scalable solution tailored to equip each leader and team member to perform at their best.&#xa0;</span></p>",
      "words": 39,
      "direct": false,
      "issue": "First paragraph is 39 words and does not look like a concise direct answer."
    },
    {
      "heading": "Fill Unaddressed Gaps In Foundational Capabilities",
      "headingHtml": "<h3 class=\"u-h4 col-span-12 flex flex-row justify-between flex-nowrap gap-x-16\" data-accordion-toggle> <span class=\"flex flex-row items-center gap-x-20\"> <img class=\"aspect-square object-fit w-[35px] h-[35px]\" src=\"https://pathstream-website.files.svdcdn.com/production/Icons/Capabilities.svg?dm=1746643111\" alt=\"Pathstream compass icon &#x2013; building core capabilities for evolving frontline roles\"> Fill Unaddressed Gaps In Foundational Capabilities </span> <span class=\"Accordion-icons \" dat...",
      "firstParagraph": "As frontline roles evolve from transactional to relational and tech-enabled, we specialize in building a broad range of core capabilities, such as critical thinking, problem-solving, adaptability, and emotional intelligence.",
      "paragraphHtml": "<p><span style=\"white-space:pre-wrap;\">As frontline roles evolve from transactional to relational and tech-enabled, we specialize in building a broad range of core capabilities, such as critical thinking, problem-solving, adaptability, and emotional intelligence.</span></p>",
      "words": 29,
      "direct": false,
      "issue": "First paragraph is 29 words and does not look like a concise direct answer."
    },
    {
      "heading": "Deliver Off-The-Clock, With 70%+ Adoption Rate",
      "headingHtml": "<h3 class=\"u-h4 col-span-12 flex flex-row justify-between flex-nowrap gap-x-16\" data-accordion-toggle> <span class=\"flex flex-row items-center gap-x-20\"> <img class=\"aspect-square object-fit w-[35px] h-[35px]\" src=\"https://pathstream-website.files.svdcdn.com/production/Icons/Off-the-clock-icon.svg?dm=1746643102\" alt=\"Pathstream parachute icon &#x2013; professional development outside work hours\"> Deliver Off-The-Clock, With 70%+ Adoption Rate </span> <span class=\"Accordion-icons \" data-accord...",
      "firstParagraph": "Uniquely delivered outside work hours as a benefit, our programs offer frontline leaders and team members the personalized professional development support they crave without impacting operations or compensable hours.",
      "paragraphHtml": "<p><span style=\"white-space:pre-wrap;\">Uniquely delivered outside work hours as a benefit, our programs offer frontline leaders and team members the personalized professional development support they crave without impacting operations or compensable hours.</span></p>",
      "words": 29,
      "direct": false,
      "issue": "First paragraph is 29 words and does not look like a concise direct answer."
    },
    {
      "heading": "Equip Each Team Member To Excel In Their Role",
      "headingHtml": "<h2 class=\"u-h1 max-w-[780px] mb-48 sm:mb-96\">Equip Each Team Member To Excel In Their Role</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Essential Capabilities",
      "headingHtml": "<h3 class=\"u-caption flex flex-row items-center gap-x-8\" data-checkpoint-box-title style=\"opacity: 0;\"> <img src=\"https://pathstream-website.files.svdcdn.com/production/Icons/icon-circle.svg?dm=1746643463\" alt=\"Essential capabilities icon\" class=\"h-12 w-auto\"> Essential Capabilities </h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Continuous Growth",
      "headingHtml": "<h3 class=\"u-caption flex flex-row items-center gap-x-8\" data-checkpoint-box-title style=\"opacity: 0;\"> <img src=\"https://pathstream-website.files.svdcdn.com/production/Icons/icon-chart-black.svg?dm=1746643716\" alt=\"Forward arrow icon representing continuous growth\" class=\"h-12 w-auto\"> Continuous Growth </h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Peak Performance",
      "headingHtml": "<h3 class=\"u-caption flex flex-row items-center gap-x-8\" data-checkpoint-box-title style=\"opacity: 0;\"> <img src=\"https://pathstream-website.files.svdcdn.com/production/Icons/icon-star.svg?dm=1746643883\" alt=\"Arrow icon representing peak performance\" class=\"h-12 w-auto\"> Peak Performance </h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Success Stories",
      "headingHtml": "<h2 class=\"u-caption relative\">Success Stories</h2>",
      "firstParagraph": "\"I oversee 30 associates, and I'm proud to say my team successfully reduced resolution time by 20% directly from what I've learned about communicating as a leader from working with Pathstream. I changed the way I ran my regular check-ins with my team to really focus on encouraging them to proactively surface the obs...",
      "paragraphHtml": "<p>&quot;I oversee 30 associates, and I&apos;m proud to say my team successfully reduced resolution time by 20% directly from what I&apos;ve learned about communicating as a leader from working with Pathstream. I changed the way I ran my regular check-ins with my team to really focus on encouraging them to proactively surface the obstacles they face and incorporate those into our issue prioritization process. This open communication motivated the team and helped us identify inefficiencies in...",
      "words": 89,
      "direct": false,
      "issue": "First paragraph is 89 words and does not look like a concise direct answer."
    },
    {
      "heading": "College Credit",
      "headingHtml": "<h3 class=\"u-h4 text-white absolute bottom-24 left-24\"> College Credit </h3>",
      "firstParagraph": "Of college credit earned on average",
      "paragraphHtml": "<p class=\"u-caption\"> Of college credit earned on average </p>",
      "words": 6,
      "direct": false,
      "issue": "First paragraph is 6 words and does not look like a concise direct answer."
    },
    {
      "heading": "Confidence",
      "headingHtml": "<h3 class=\"u-h4 text-white absolute bottom-24 left-24\"> Confidence </h3>",
      "firstParagraph": "Report increased confidence in their ability to succeed as a professional",
      "paragraphHtml": "<p class=\"u-caption\"> Report increased confidence in their ability to succeed as a professional </p>",
      "words": 11,
      "direct": false,
      "issue": "First paragraph is 11 words and does not look like a concise direct answer."
    },
    {
      "heading": "Satisfaction",
      "headingHtml": "<h3 class=\"u-h4 text-white absolute bottom-24 left-24\"> Satisfaction </h3>",
      "firstParagraph": "Top 1% of software companies",
      "paragraphHtml": "<p class=\"u-caption\"> Top 1% of software companies </p>",
      "words": 5,
      "direct": false,
      "issue": "First paragraph is 5 words and does not look like a concise direct answer."
    },
    {
      "heading": "Drive Success For Your Customers, Company, And Team Members",
      "headingHtml": "<h2 class=\"u-h1 max-w-[840px] mb-64 sm:mb-96\">Drive Success For Your Customers, Company, And Team Members</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Outperform Your AOP Budget Within 90 Days",
      "headingHtml": "<h3 class=\"u-h4 mb-20\"> Outperform Your AOP Budget Within 90 Days </h3>",
      "firstParagraph": "Driven by increased productivity & retention and reduced hiring needs",
      "paragraphHtml": "<p class=\"text-sans-14 opacity-60 mb-64 sm:mb-96\"> Driven by increased productivity &amp; retention and reduced hiring needs </p>",
      "words": 9,
      "direct": false,
      "issue": "First paragraph is 9 words and does not look like a concise direct answer."
    },
    {
      "heading": "Tailored To Your Business Priorities",
      "headingHtml": "<h2 class=\"u-h1 max-w-[607px] mb-48 sm:mb-96\">Tailored To Your Business Priorities</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Drive In-Role Performance Improvement",
      "headingHtml": "<h3 class=\"u-h4 flex flex-row justify-between flex-nowrap gap-x-16\" data-accordion-toggle> <span>Drive In-Role Performance Improvement&#xa0;</span> <span class=\"Accordion-icons \" data-accordion-icons> <span data-accordion-open-icon class=\"bg-salmon rounded-full w-24 h-24 flex flex-col justify-center items-center\"> <svg class=\"Accordion-icons--open w-12\" width=\"24\" height=\"3\" viewBox=\"0 0 24 3\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M0 1.5H12H24\" stroke=\"#044C66\" stroke-width...",
      "firstParagraph": "Tailored and aligned to your team's critical performance metrics – productivity (e.g., AHT, SLA adherence, problem resolution), quality scores, and customer experience (NPS, CSAT).",
      "paragraphHtml": "<p><span style=\"white-space:pre-wrap;\">Tailored and aligned to your team&apos;s critical performance metrics &#x2013; productivity (e.g., AHT, SLA adherence, problem resolution), quality scores, and customer experience (NPS, CSAT).</span></p>",
      "words": 24,
      "direct": false,
      "issue": "First paragraph is 24 words and does not look like a concise direct answer."
    },
    {
      "heading": "Increase Engagement Within The Organization",
      "headingHtml": "<h3 class=\"u-h4 flex flex-row justify-between flex-nowrap gap-x-16\" data-accordion-toggle> <span>Increase Engagement Within The Organization</span> <span class=\"Accordion-icons \" data-accordion-icons> <span data-accordion-open-icon class=\"bg-salmon rounded-full w-24 h-24 flex flex-col justify-center items-center\"> <svg class=\"Accordion-icons--open w-12\" width=\"24\" height=\"3\" viewBox=\"0 0 24 3\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M0 1.5H12H24\" stroke=\"#044C66\" stroke-width...",
      "firstParagraph": "Create a sustained commitment to the organization that results in improved employee engagement, reduced regrettable attrition, and associated cost savings.",
      "paragraphHtml": "<p><span style=\"white-space:pre-wrap;\">Create a sustained commitment to the organization that results in improved employee engagement, reduced regrettable attrition, and associated cost savings.</span></p>",
      "words": 20,
      "direct": false,
      "issue": "First paragraph is 20 words and does not look like a concise direct answer."
    },
    {
      "heading": "Equip Team Members To Adapt To Change",
      "headingHtml": "<h3 class=\"u-h4 flex flex-row justify-between flex-nowrap gap-x-16\" data-accordion-toggle> <span>Equip Team Members To Adapt To Change</span> <span class=\"Accordion-icons \" data-accordion-icons> <span data-accordion-open-icon class=\"bg-salmon rounded-full w-24 h-24 flex flex-col justify-center items-center\"> <svg class=\"Accordion-icons--open w-12\" width=\"24\" height=\"3\" viewBox=\"0 0 24 3\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M0 1.5H12H24\" stroke=\"#044C66\" stroke-width=\"2\"/>...",
      "firstParagraph": "Our programs help team members adjust to and embrace the ongoing rollout of new technologies while equipping leaders with change management.",
      "paragraphHtml": "<p><span style=\"white-space:pre-wrap;\">Our programs help team members adjust to and embrace the ongoing rollout of new technologies while equipping leaders with change management.</span></p>",
      "words": 21,
      "direct": false,
      "issue": "First paragraph is 21 words and does not look like a concise direct answer."
    },
    {
      "heading": "Reinforce Key Messaging From Leadership",
      "headingHtml": "<h3 class=\"u-h4 flex flex-row justify-between flex-nowrap gap-x-16\" data-accordion-toggle> <span>Reinforce Key Messaging From Leadership</span> <span class=\"Accordion-icons \" data-accordion-icons> <span data-accordion-open-icon class=\"bg-salmon rounded-full w-24 h-24 flex flex-col justify-center items-center\"> <svg class=\"Accordion-icons--open w-12\" width=\"24\" height=\"3\" viewBox=\"0 0 24 3\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M0 1.5H12H24\" stroke=\"#044C66\" stroke-width=\"2\"...",
      "firstParagraph": "We provide a scalable solution for ensuring each frontline team member internalizes key messaging – from urgent priorities and individual metrics to your organization's values and behaviors.",
      "paragraphHtml": "<p><span style=\"white-space:pre-wrap;\">We provide a scalable solution for ensuring each frontline team member internalizes key messaging &#x2013; from urgent priorities and individual metrics to your organization&apos;s values and behaviors.&#xa0;</span></p>",
      "words": 26,
      "direct": false,
      "issue": "First paragraph is 26 words and does not look like a concise direct answer."
    },
    {
      "heading": "Designed For Frontline Teams",
      "headingHtml": "<h2 class=\"u-caption mb-32\">Designed For Frontline Teams</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Easy To Set Up & Scale",
      "headingHtml": "<h2 class=\" u-h1\">Easy To Set Up &amp; Scale</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "No Sensitive Data Sharing Required",
      "headingHtml": "<h3 class=\"font-medium text-sans-20 mb-24\"> No Sensitive Data Sharing Required </h3>",
      "firstParagraph": "Easy to set up without any PII exchange—team members simply opt-in with their name and email.",
      "paragraphHtml": "<p><span style=\"white-space:pre-wrap;\">Easy to set up without any PII exchange&#x2014;team members simply opt-in with their name and email.</span></p>",
      "words": 17,
      "direct": false,
      "issue": "First paragraph is 17 words and does not look like a concise direct answer."
    },
    {
      "heading": "Minimal Contracting",
      "headingHtml": "<h3 class=\"font-medium text-sans-20 mb-24\"> Minimal Contracting </h3>",
      "firstParagraph": "An NDA and simple purchase order are all you need to get started.",
      "paragraphHtml": "<p><span style=\"white-space:pre-wrap;\">An NDA and simple purchase order are all you need to get started.</span></p>",
      "words": 13,
      "direct": false,
      "issue": "First paragraph is 13 words and does not look like a concise direct answer."
    },
    {
      "heading": "No Sensitive Data Sharing Required",
      "headingHtml": "<h3 class=\"u-h4 col-span-12 flex flex-row justify-between flex-nowrap gap-x-16\" data-accordion-toggle> <span class=\"flex flex-row items-center gap-x-20\"> <img class=\"aspect-square object-fit w-[35px] h-[35px]\" src=\"https://pathstream-website.files.svdcdn.com/production/Icons/no-exchnage-of-pii.svg?dm=1746723232\" alt=\"Abstract lock icon representing how a Pathstream requires no sensitive data sharing\"> No Sensitive Data Sharing Required </span> <span class=\"Accordion-icons \" data-accordion-ico...",
      "firstParagraph": "Easy to set up without any PII exchange—team members simply opt-in with their name and email.",
      "paragraphHtml": "<p><span style=\"white-space:pre-wrap;\">Easy to set up without any PII exchange&#x2014;team members simply opt-in with their name and email.</span></p>",
      "words": 17,
      "direct": false,
      "issue": "First paragraph is 17 words and does not look like a concise direct answer."
    },
    {
      "heading": "Minimal Contracting",
      "headingHtml": "<h3 class=\"u-h4 col-span-12 flex flex-row justify-between flex-nowrap gap-x-16\" data-accordion-toggle> <span class=\"flex flex-row items-center gap-x-20\"> <img class=\"aspect-square object-fit w-[35px] h-[35px]\" src=\"https://pathstream-website.files.svdcdn.com/production/Icons/minimal-contracting.svg?dm=1735587013\" alt=\"Minimal contracting\"> Minimal Contracting </span> <span class=\"Accordion-icons \" data-accordion-icons> <span data-accordion-open-icon class=\"bg-salmon rounded-full w-24 h-24 fle...",
      "firstParagraph": "An NDA and simple purchase order are all you need to get started.",
      "paragraphHtml": "<p><span style=\"white-space:pre-wrap;\">An NDA and simple purchase order are all you need to get started.</span></p>",
      "words": 13,
      "direct": false,
      "issue": "First paragraph is 13 words and does not look like a concise direct answer."
    },
    {
      "heading": "Learn How To Unlock Everyday Wins For Your Team",
      "headingHtml": "<h2 class=\"u-h1 max-w-[308px] sm:max-w-[645px] lg:max-w-[800px]\"> Learn How To Unlock Everyday Wins For Your Team </h2>",
      "firstParagraph": "Grow, empower, and retain top performers across all your frontline roles.",
      "paragraphHtml": "<p>Grow, empower, and retain top performers across all your frontline roles.</p>",
      "words": 11,
      "direct": false,
      "issue": "First paragraph is 11 words and does not look like a concise direct answer."
    },
    {
      "heading": "Solutions",
      "headingHtml": "<h2 class=\"FooterNav-sectionTitle\"> Solutions <span class=\"FooterNav-expandIcons \" data-accordion-icons> <span data-accordion-open-icon class> <svg class=\"FooterNav-expandIcons--open \" width=\"24\" height=\"3\" viewBox=\"0 0 24 3\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M0 1.5H12H24\" stroke=\"#000\" stroke-width=\"2\"/> </svg> </span> <span data-accordion-closed-icon class> <svg class=\"FooterNav-expandIcons--closed \" fill=\"none\" height=\"24\" viewBox=\"0 0 24 24\" width=\"24\" xmlns=\"http:/...",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Financial Services",
      "headingHtml": "<h3 class=\"FooterMenu-title\"> Financial Services </h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Healthcare & Health Insurance",
      "headingHtml": "<h3 class=\"FooterMenu-title\"> Healthcare &amp; Health Insurance </h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Other Insurance",
      "headingHtml": "<h3 class=\"FooterMenu-title\"> Other Insurance </h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Retail & Distribution",
      "headingHtml": "<h3 class=\"FooterMenu-title\"> Retail &amp; Distribution </h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Telecommunications",
      "headingHtml": "<h3 class=\"FooterMenu-title\"> Telecommunications </h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Getting Started",
      "headingHtml": "<h2 class=\"FooterNav-sectionTitle\"> Getting Started <span class=\"FooterNav-expandIcons \" data-accordion-icons> <span data-accordion-open-icon class> <svg class=\"FooterNav-expandIcons--open \" width=\"24\" height=\"3\" viewBox=\"0 0 24 3\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M0 1.5H12H24\" stroke=\"#000\" stroke-width=\"2\"/> </svg> </span> <span data-accordion-closed-icon class> <svg class=\"FooterNav-expandIcons--closed \" fill=\"none\" height=\"24\" viewBox=\"0 0 24 24\" width=\"24\" xmlns=\"...",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Resources",
      "headingHtml": "<h2 class=\"FooterNav-sectionTitle\"> Resources <span class=\"FooterNav-expandIcons \" data-accordion-icons> <span data-accordion-open-icon class> <svg class=\"FooterNav-expandIcons--open \" width=\"24\" height=\"3\" viewBox=\"0 0 24 3\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M0 1.5H12H24\" stroke=\"#000\" stroke-width=\"2\"/> </svg> </span> <span data-accordion-closed-icon class> <svg class=\"FooterNav-expandIcons--closed \" fill=\"none\" height=\"24\" viewBox=\"0 0 24 24\" width=\"24\" xmlns=\"http:/...",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Company",
      "headingHtml": "<h2 class=\"FooterNav-sectionTitle\"> Company <span class=\"FooterNav-expandIcons \" data-accordion-icons> <span data-accordion-open-icon class> <svg class=\"FooterNav-expandIcons--open \" width=\"24\" height=\"3\" viewBox=\"0 0 24 3\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M0 1.5H12H24\" stroke=\"#000\" stroke-width=\"2\"/> </svg> </span> <span data-accordion-closed-icon class> <svg class=\"FooterNav-expandIcons--closed \" fill=\"none\" height=\"24\" viewBox=\"0 0 24 24\" width=\"24\" xmlns=\"http://w...",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Legal",
      "headingHtml": "<h2 class=\"FooterNav-sectionTitle\"> Legal <span class=\"FooterNav-expandIcons \" data-accordion-icons> <span data-accordion-open-icon class> <svg class=\"FooterNav-expandIcons--open \" width=\"24\" height=\"3\" viewBox=\"0 0 24 3\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M0 1.5H12H24\" stroke=\"#000\" stroke-width=\"2\"/> </svg> </span> <span data-accordion-closed-icon class> <svg class=\"FooterNav-expandIcons--closed \" fill=\"none\" height=\"24\" viewBox=\"0 0 24 24\" width=\"24\" xmlns=\"http://www...",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Social",
      "headingHtml": "<h2 class=\"FooterNav-sectionTitle\"> Social <span class=\"FooterNav-expandIcons \" data-accordion-icons> <span data-accordion-open-icon class> <svg class=\"FooterNav-expandIcons--open \" width=\"24\" height=\"3\" viewBox=\"0 0 24 3\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M0 1.5H12H24\" stroke=\"#000\" stroke-width=\"2\"/> </svg> </span> <span data-accordion-closed-icon class> <svg class=\"FooterNav-expandIcons--closed \" fill=\"none\" height=\"24\" viewBox=\"0 0 24 24\" width=\"24\" xmlns=\"http://ww...",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    }
  ],
  "score": 65,
  "weight": 28
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

AEO: Question-led structure

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

3 Warning

Needs attention

AEO: Question-led structure

Warning
01

Issue

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

Details

02

Why it matters

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

Check name

AEO: Question-led structure

Score

50/100

Status

warning

Category

GEO, AIO & AEO

Maturity

Emerging recommendation

Goal

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

Result

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

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

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

GEO: Explanatory content depth

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

2 Warning

Needs attention

GEO: Explanatory content depth

Warning
01

Issue

9 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": 10,
  "citablePassages": 1,
  "failingCandidateParagraphs": [
    {
      "index": 19,
      "heading": "H3: Launch In <1 Month & Get Results Within 2 Weeks",
      "text": "We know you're busy, so we made this easy. Set up and launch require less than 5 hours of your time. No need to share PII or sensitive data. An NDA and simple order form are all you need to get started.",
      "words": 42,
      "hasEvidence": true,
      "reasons": [
        "Too short for a citation-ready passage (42 words; target 80-220)."
      ],
      "html": "<p><span style=\"white-space:pre-wrap;\">We know you&apos;re busy, so we made this easy. Set up and launch require less than 5 hours of your time. No need to share PII or sensitive data. An NDA and simple order form are all you need to get started.</span></p>"
    },
    {
      "index": 23,
      "heading": "H3: Launch In <1 Month & Get Results Within 2 Weeks",
      "text": "We know you're busy, so we made this easy. Set up and launch require less than 5 hours of your time. No need to share PII or sensitive data. An NDA and simple order form are all you need to get started.",
      "words": 42,
      "hasEvidence": true,
      "reasons": [
        "Too short for a citation-ready passage (42 words; target 80-220)."
      ],
      "html": "<p><span style=\"white-space:pre-wrap;\">We know you&apos;re busy, so we made this easy. Set up and launch require less than 5 hours of your time. No need to share PII or sensitive data. An NDA and simple order form are all you need to get started.</span></p>"
    },
    {
      "index": 25,
      "heading": "H2: Success Stories",
      "text": "\"After working with Pathstream, I truly understood what being a manager means. I was promoted to manager, but there wasn’t any real ‘training’ about it, which is crazy now that I see what I was missing. Having the opportunity to learn and practice these skills in Pathstream and with my coach has made all the difference.\"",
      "words": 57,
      "hasEvidence": false,
      "reasons": [
        "Too short for a citation-ready passage (57 words; target 80-220).",
        "Missing a named source, statistic, date, percentage, report, or other evidence signal."
      ],
      "html": "<p><span style=\"white-space:pre-wrap;\">&quot;After working with Pathstream, I truly understood what being a manager means. I was promoted to manager, but there wasn&#x2019;t any real &#x2018;training&#x2019; about it, which is crazy now that I see what I was missing. Having the opportunity to learn and practice these skills in Pathstream and with my coach has made all the difference.&quot;</span></p>"
    },
    {
      "index": 26,
      "heading": "H2: Success Stories",
      "text": "\"I wanted to take this opportunity to thank you for getting Pathstream involved, for helping us, and for showing how we might even be able to move up in or around the company. I have already met with my coach and adored our meeting. It was so wonderful to talk to someone who seemed as excited as I was. I can’t wait to see where this takes me!!",
      "words": 69,
      "hasEvidence": false,
      "reasons": [
        "Too short for a citation-ready passage (69 words; target 80-220).",
        "Missing a named source, statistic, date, percentage, report, or other evidence signal."
      ],
      "html": "<p><span style=\"white-space:pre-wrap;\">&quot;I wanted to take this opportunity to thank you for getting Pathstream involved, for helping us, and for showing how we might even be able to move up in or around the company. &#xa0;</span><br><br><span style=\"white-space:pre-wrap;\">I have already met with my coach and adored our meeting. It was so wonderful to talk to someone who seemed as excited as I was. I can&#x2019;t wait to see where this takes me!!</span></p>"
    },
    {
      "index": 28,
      "heading": "H2: Success Stories",
      "text": "\"For me, a big win was being recognized by leadership for contributing to a 25% reduction in order fulfillment time and a 10% increase in on-time deliveries. From Pathstream, I learned how to break down and analyze the process step by step. I used this to reduce order processing time for high-demand products with improvements in each step, from monitoring stock levels to optimizing storage layout for quicker acces...",
      "words": 75,
      "hasEvidence": true,
      "reasons": [
        "Too short for a citation-ready passage (75 words; target 80-220)."
      ],
      "html": "<p><span style=\"white-space:pre-wrap;\">&quot;For me, a big win was being recognized by leadership for contributing to a 25% reduction in order fulfillment time and a 10% increase in on-time deliveries. From Pathstream, I learned how to break down and analyze the process step by step. I used this to reduce order processing time for high-demand products with improvements in each step, from monitoring stock levels to optimizing storage layout for quicker access to integrating the automated picki..."
    },
    {
      "index": 29,
      "heading": "H2: Success Stories",
      "text": "\"I felt my hard work pay off when the QA initiative I led was recognized by leadership as a significant achievement in optimizing our operational process. Working with Pathstream, I practiced tactics for leading change management and practical ways to structure and delegate the work to ensure tasks were assigned with the right follow-ups for everything to ultimately get completed ahead of schedule.\"",
      "words": 63,
      "hasEvidence": false,
      "reasons": [
        "Too short for a citation-ready passage (63 words; target 80-220).",
        "Missing a named source, statistic, date, percentage, report, or other evidence signal."
      ],
      "html": "<p><span style=\"white-space:pre-wrap;\">&quot;I felt my hard work pay off when the QA initiative I led was recognized by leadership as a significant achievement in optimizing our operational process. Working with Pathstream, I practiced tactics for leading change management and practical ways to structure and delegate the work to ensure tasks were assigned with the right follow-ups for everything to ultimately get completed ahead of schedule.&quot;</span></p>"
    },
    {
      "index": 31,
      "heading": "H2: Success Stories",
      "text": "\"I now better understand how to think from my manager and leadership's perspective. Particularly for things like introducing new systems which can cause a lot of frustrations. When I stop and ask questions, I can understand how these changes align with the company's vision and that they are often designed to improve our team's efficiency. It's not only made me a better team member but also helps me contribute more...",
      "words": 74,
      "hasEvidence": false,
      "reasons": [
        "Too short for a citation-ready passage (74 words; target 80-220).",
        "Missing a named source, statistic, date, percentage, report, or other evidence signal."
      ],
      "html": "<p><span style=\"white-space:pre-wrap;\">&quot;I now better understand how to think from my manager and leadership&apos;s perspective. Particularly for things like introducing new systems which can cause a lot of frustrations. When I stop and ask questions, I can understand how these changes align with the company&apos;s vision and that they are often designed to improve our team&apos;s efficiency. It&apos;s not only made me a better team member but also helps me contribute more meaningfully to..."
    },
    {
      "index": 33,
      "heading": "H2: Success Stories",
      "text": "\"The best thing about Pathstream is how easy it is to apply what I’ve learned in the workplace. For example, I recently used skills from the AI simulations to resolve a recurring issue where there was no commitment or follow-up. I communicated clear expectations around accountability, responses, and delivery, which led to a successful resolution.\"",
      "words": 56,
      "hasEvidence": false,
      "reasons": [
        "Too short for a citation-ready passage (56 words; target 80-220).",
        "Missing a named source, statistic, date, percentage, report, or other evidence signal."
      ],
      "html": "<p>&quot;The best thing about Pathstream is how easy it is to apply what I&#x2019;ve learned in the workplace. For example, I recently used skills from the AI simulations to resolve a recurring issue where there was no commitment or follow-up. I communicated clear expectations around accountability, responses, and delivery, which led to a successful resolution.&quot;</p>"
    },
    {
      "index": 39,
      "heading": "H2: Testimonials",
      "text": "\"Employee engagement and retention have been a challenge for us, and we’ve done a complete 180° with Pathstream. The results speak for themselves, and I’m proud to say our department is setting the tone for the rest of the organization.\"",
      "words": 42,
      "hasEvidence": true,
      "reasons": [
        "Too short for a citation-ready passage (42 words; target 80-220)."
      ],
      "html": "<p><span style=\"white-space:pre-wrap;\">&quot;Employee engagement and retention have been a challenge for us, and we&#x2019;ve done a complete 180&#xb0; with Pathstream. The results speak for themselves, and I&#x2019;m proud to say our department is setting the tone for the rest of the organization.&quot;</span></p>"
    }
  ],
  "citableParagraphs": [
    {
      "index": 24,
      "heading": "H2: Success Stories",
      "text": "\"I oversee 30 associates, and I'm proud to say my team successfully reduced resolution time by 20% directly from what I've learned about communicating as a leader from working with Pathstream. I changed the way I ran my regular check-ins with my team to really focus on encouraging them to proactively surface the obstacles they face and incorporate those into our issue prioritization process. This open communicatio...",
      "words": 89,
      "hasEvidence": true,
      "reasons": [],
      "html": "<p>&quot;I oversee 30 associates, and I&apos;m proud to say my team successfully reduced resolution time by 20% directly from what I&apos;ve learned about communicating as a leader from working with Pathstream. I changed the way I ran my regular check-ins with my team to really focus on encouraging them to proactively surface the obstacles they face and incorporate those into our issue prioritization process. This open communication motivated the team and helped us identify inefficiencies in..."
    }
  ],
  "score": 75,
  "weight": 18
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

GEO: Entity clarity

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

2 Warning

Needs attention

GEO: Entity clarity

Warning
01

Issue

Title/H1 terms missing from description: home, achieve, exceptional, results.

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

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

Evidence
{
  "title": "Pathstream – Home",
  "h1": "Energize & Equip Your Frontline Team To Achieve Exceptional Results",
  "description": "Fortune 500 business leaders select Pathstream to energize and equip each frontline team member to excel.",
  "topicOverlap": 0.5555555555555556,
  "topicTerms": [
    "pathstream",
    "home",
    "energize",
    "equip",
    "frontline",
    "team",
    "achieve",
    "exceptional",
    "results"
  ],
  "descriptionTerms": [
    "fortune",
    "500",
    "business",
    "leaders",
    "select",
    "pathstream",
    "energize",
    "equip",
    "each",
    "frontline",
    "team",
    "member",
    "excel"
  ],
  "missingFromDescription": [
    "home",
    "achieve",
    "exceptional",
    "results"
  ],
  "score": 87,
  "weight": 28
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

AIO: Answer block readiness

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

2 Warning

Needs attention

AIO: Answer block readiness

Warning
01

Issue

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

Details

02

Why it matters

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

Check name

AIO: Answer block readiness

Score

65/100

Status

warning

Category

GEO, AIO & AEO

Maturity

Emerging recommendation

Goal

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

Result

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

Evidence
{
  "sectionCount": 46,
  "passing": 5,
  "failing": [
    {
      "heading": "Trusted By Fortune 500 Business Leaders",
      "headingHtml": "<h2 class=\"mb-48 u-caption\"> Trusted By Fortune 500 Business Leaders </h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Purpose-Built To Serve Frontline Teams & Leaders",
      "headingHtml": "<h2 class=\" u-caption\">Purpose-Built To Serve Frontline Teams &amp; Leaders</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Equip Division Leaders To Do More With Less",
      "headingHtml": "<h3 class=\"font-medium text-sans-20 mb-24\"> Equip Division Leaders To Do More With Less </h3>",
      "firstParagraph": "You're under pressure to do more with less: cut costs, adopt new technology, and meet rising customer demands. We're here to help with a scalable solution tailored to equip each leader and team member to perform at their best.",
      "paragraphHtml": "<p><span style=\"white-space:pre-wrap;\">You&apos;re under pressure to do more with less: cut costs, adopt new technology, and meet rising customer demands. We&apos;re here to help with a scalable solution tailored to equip each leader and team member to perform at their best.&#xa0;</span></p>",
      "words": 39,
      "direct": false,
      "issue": "First paragraph is 39 words and does not look like a concise direct answer."
    },
    {
      "heading": "Fill Unaddressed Gaps In Foundational Capabilities",
      "headingHtml": "<h3 class=\"font-medium text-sans-20 mb-24\"> Fill Unaddressed Gaps In Foundational Capabilities </h3>",
      "firstParagraph": "As frontline roles evolve from transactional to relational and tech-enabled, we specialize in building a broad range of core capabilities, such as critical thinking, problem-solving, adaptability, and emotional intelligence.",
      "paragraphHtml": "<p><span style=\"white-space:pre-wrap;\">As frontline roles evolve from transactional to relational and tech-enabled, we specialize in building a broad range of core capabilities, such as critical thinking, problem-solving, adaptability, and emotional intelligence.</span></p>",
      "words": 29,
      "direct": false,
      "issue": "First paragraph is 29 words and does not look like a concise direct answer."
    },
    {
      "heading": "Deliver Off-The-Clock, With 70%+ Adoption Rate",
      "headingHtml": "<h3 class=\"font-medium text-sans-20 mb-24\"> Deliver Off-The-Clock, With 70%+ Adoption Rate </h3>",
      "firstParagraph": "Uniquely delivered outside work hours as a benefit, our programs offer frontline leaders and team members the personalized professional development support they crave without impacting operations or compensable hours.",
      "paragraphHtml": "<p><span style=\"white-space:pre-wrap;\">Uniquely delivered outside work hours as a benefit, our programs offer frontline leaders and team members the personalized professional development support they crave without impacting operations or compensable hours.</span></p>",
      "words": 29,
      "direct": false,
      "issue": "First paragraph is 29 words and does not look like a concise direct answer."
    },
    {
      "heading": "Equip Division Leaders To Do More With Less",
      "headingHtml": "<h3 class=\"u-h4 col-span-12 flex flex-row justify-between flex-nowrap gap-x-16\" data-accordion-toggle> <span class=\"flex flex-row items-center gap-x-20\"> <img class=\"aspect-square object-fit w-[35px] h-[35px]\" src=\"https://pathstream-website.files.svdcdn.com/production/Icons/icon-1.svg?dm=1746643123\" alt=\"Pathstream icon &#x2013; scalable leadership training for teams\"> Equip Division Leaders To Do More With Less </span> <span class=\"Accordion-icons \" data-accordion-icons> <span data-accordio...",
      "firstParagraph": "You're under pressure to do more with less: cut costs, adopt new technology, and meet rising customer demands. We're here to help with a scalable solution tailored to equip each leader and team member to perform at their best.",
      "paragraphHtml": "<p><span style=\"white-space:pre-wrap;\">You&apos;re under pressure to do more with less: cut costs, adopt new technology, and meet rising customer demands. We&apos;re here to help with a scalable solution tailored to equip each leader and team member to perform at their best.&#xa0;</span></p>",
      "words": 39,
      "direct": false,
      "issue": "First paragraph is 39 words and does not look like a concise direct answer."
    },
    {
      "heading": "Fill Unaddressed Gaps In Foundational Capabilities",
      "headingHtml": "<h3 class=\"u-h4 col-span-12 flex flex-row justify-between flex-nowrap gap-x-16\" data-accordion-toggle> <span class=\"flex flex-row items-center gap-x-20\"> <img class=\"aspect-square object-fit w-[35px] h-[35px]\" src=\"https://pathstream-website.files.svdcdn.com/production/Icons/Capabilities.svg?dm=1746643111\" alt=\"Pathstream compass icon &#x2013; building core capabilities for evolving frontline roles\"> Fill Unaddressed Gaps In Foundational Capabilities </span> <span class=\"Accordion-icons \" dat...",
      "firstParagraph": "As frontline roles evolve from transactional to relational and tech-enabled, we specialize in building a broad range of core capabilities, such as critical thinking, problem-solving, adaptability, and emotional intelligence.",
      "paragraphHtml": "<p><span style=\"white-space:pre-wrap;\">As frontline roles evolve from transactional to relational and tech-enabled, we specialize in building a broad range of core capabilities, such as critical thinking, problem-solving, adaptability, and emotional intelligence.</span></p>",
      "words": 29,
      "direct": false,
      "issue": "First paragraph is 29 words and does not look like a concise direct answer."
    },
    {
      "heading": "Deliver Off-The-Clock, With 70%+ Adoption Rate",
      "headingHtml": "<h3 class=\"u-h4 col-span-12 flex flex-row justify-between flex-nowrap gap-x-16\" data-accordion-toggle> <span class=\"flex flex-row items-center gap-x-20\"> <img class=\"aspect-square object-fit w-[35px] h-[35px]\" src=\"https://pathstream-website.files.svdcdn.com/production/Icons/Off-the-clock-icon.svg?dm=1746643102\" alt=\"Pathstream parachute icon &#x2013; professional development outside work hours\"> Deliver Off-The-Clock, With 70%+ Adoption Rate </span> <span class=\"Accordion-icons \" data-accord...",
      "firstParagraph": "Uniquely delivered outside work hours as a benefit, our programs offer frontline leaders and team members the personalized professional development support they crave without impacting operations or compensable hours.",
      "paragraphHtml": "<p><span style=\"white-space:pre-wrap;\">Uniquely delivered outside work hours as a benefit, our programs offer frontline leaders and team members the personalized professional development support they crave without impacting operations or compensable hours.</span></p>",
      "words": 29,
      "direct": false,
      "issue": "First paragraph is 29 words and does not look like a concise direct answer."
    },
    {
      "heading": "Equip Each Team Member To Excel In Their Role",
      "headingHtml": "<h2 class=\"u-h1 max-w-[780px] mb-48 sm:mb-96\">Equip Each Team Member To Excel In Their Role</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Essential Capabilities",
      "headingHtml": "<h3 class=\"u-caption flex flex-row items-center gap-x-8\" data-checkpoint-box-title style=\"opacity: 0;\"> <img src=\"https://pathstream-website.files.svdcdn.com/production/Icons/icon-circle.svg?dm=1746643463\" alt=\"Essential capabilities icon\" class=\"h-12 w-auto\"> Essential Capabilities </h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Continuous Growth",
      "headingHtml": "<h3 class=\"u-caption flex flex-row items-center gap-x-8\" data-checkpoint-box-title style=\"opacity: 0;\"> <img src=\"https://pathstream-website.files.svdcdn.com/production/Icons/icon-chart-black.svg?dm=1746643716\" alt=\"Forward arrow icon representing continuous growth\" class=\"h-12 w-auto\"> Continuous Growth </h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Peak Performance",
      "headingHtml": "<h3 class=\"u-caption flex flex-row items-center gap-x-8\" data-checkpoint-box-title style=\"opacity: 0;\"> <img src=\"https://pathstream-website.files.svdcdn.com/production/Icons/icon-star.svg?dm=1746643883\" alt=\"Arrow icon representing peak performance\" class=\"h-12 w-auto\"> Peak Performance </h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Success Stories",
      "headingHtml": "<h2 class=\"u-caption relative\">Success Stories</h2>",
      "firstParagraph": "\"I oversee 30 associates, and I'm proud to say my team successfully reduced resolution time by 20% directly from what I've learned about communicating as a leader from working with Pathstream. I changed the way I ran my regular check-ins with my team to really focus on encouraging them to proactively surface the obs...",
      "paragraphHtml": "<p>&quot;I oversee 30 associates, and I&apos;m proud to say my team successfully reduced resolution time by 20% directly from what I&apos;ve learned about communicating as a leader from working with Pathstream. I changed the way I ran my regular check-ins with my team to really focus on encouraging them to proactively surface the obstacles they face and incorporate those into our issue prioritization process. This open communication motivated the team and helped us identify inefficiencies in...",
      "words": 89,
      "direct": false,
      "issue": "First paragraph is 89 words and does not look like a concise direct answer."
    },
    {
      "heading": "College Credit",
      "headingHtml": "<h3 class=\"u-h4 text-white absolute bottom-24 left-24\"> College Credit </h3>",
      "firstParagraph": "Of college credit earned on average",
      "paragraphHtml": "<p class=\"u-caption\"> Of college credit earned on average </p>",
      "words": 6,
      "direct": false,
      "issue": "First paragraph is 6 words and does not look like a concise direct answer."
    },
    {
      "heading": "Confidence",
      "headingHtml": "<h3 class=\"u-h4 text-white absolute bottom-24 left-24\"> Confidence </h3>",
      "firstParagraph": "Report increased confidence in their ability to succeed as a professional",
      "paragraphHtml": "<p class=\"u-caption\"> Report increased confidence in their ability to succeed as a professional </p>",
      "words": 11,
      "direct": false,
      "issue": "First paragraph is 11 words and does not look like a concise direct answer."
    },
    {
      "heading": "Satisfaction",
      "headingHtml": "<h3 class=\"u-h4 text-white absolute bottom-24 left-24\"> Satisfaction </h3>",
      "firstParagraph": "Top 1% of software companies",
      "paragraphHtml": "<p class=\"u-caption\"> Top 1% of software companies </p>",
      "words": 5,
      "direct": false,
      "issue": "First paragraph is 5 words and does not look like a concise direct answer."
    },
    {
      "heading": "Drive Success For Your Customers, Company, And Team Members",
      "headingHtml": "<h2 class=\"u-h1 max-w-[840px] mb-64 sm:mb-96\">Drive Success For Your Customers, Company, And Team Members</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Outperform Your AOP Budget Within 90 Days",
      "headingHtml": "<h3 class=\"u-h4 mb-20\"> Outperform Your AOP Budget Within 90 Days </h3>",
      "firstParagraph": "Driven by increased productivity & retention and reduced hiring needs",
      "paragraphHtml": "<p class=\"text-sans-14 opacity-60 mb-64 sm:mb-96\"> Driven by increased productivity &amp; retention and reduced hiring needs </p>",
      "words": 9,
      "direct": false,
      "issue": "First paragraph is 9 words and does not look like a concise direct answer."
    },
    {
      "heading": "Tailored To Your Business Priorities",
      "headingHtml": "<h2 class=\"u-h1 max-w-[607px] mb-48 sm:mb-96\">Tailored To Your Business Priorities</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Drive In-Role Performance Improvement",
      "headingHtml": "<h3 class=\"u-h4 flex flex-row justify-between flex-nowrap gap-x-16\" data-accordion-toggle> <span>Drive In-Role Performance Improvement&#xa0;</span> <span class=\"Accordion-icons \" data-accordion-icons> <span data-accordion-open-icon class=\"bg-salmon rounded-full w-24 h-24 flex flex-col justify-center items-center\"> <svg class=\"Accordion-icons--open w-12\" width=\"24\" height=\"3\" viewBox=\"0 0 24 3\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M0 1.5H12H24\" stroke=\"#044C66\" stroke-width...",
      "firstParagraph": "Tailored and aligned to your team's critical performance metrics – productivity (e.g., AHT, SLA adherence, problem resolution), quality scores, and customer experience (NPS, CSAT).",
      "paragraphHtml": "<p><span style=\"white-space:pre-wrap;\">Tailored and aligned to your team&apos;s critical performance metrics &#x2013; productivity (e.g., AHT, SLA adherence, problem resolution), quality scores, and customer experience (NPS, CSAT).</span></p>",
      "words": 24,
      "direct": false,
      "issue": "First paragraph is 24 words and does not look like a concise direct answer."
    },
    {
      "heading": "Increase Engagement Within The Organization",
      "headingHtml": "<h3 class=\"u-h4 flex flex-row justify-between flex-nowrap gap-x-16\" data-accordion-toggle> <span>Increase Engagement Within The Organization</span> <span class=\"Accordion-icons \" data-accordion-icons> <span data-accordion-open-icon class=\"bg-salmon rounded-full w-24 h-24 flex flex-col justify-center items-center\"> <svg class=\"Accordion-icons--open w-12\" width=\"24\" height=\"3\" viewBox=\"0 0 24 3\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M0 1.5H12H24\" stroke=\"#044C66\" stroke-width...",
      "firstParagraph": "Create a sustained commitment to the organization that results in improved employee engagement, reduced regrettable attrition, and associated cost savings.",
      "paragraphHtml": "<p><span style=\"white-space:pre-wrap;\">Create a sustained commitment to the organization that results in improved employee engagement, reduced regrettable attrition, and associated cost savings.</span></p>",
      "words": 20,
      "direct": false,
      "issue": "First paragraph is 20 words and does not look like a concise direct answer."
    },
    {
      "heading": "Equip Team Members To Adapt To Change",
      "headingHtml": "<h3 class=\"u-h4 flex flex-row justify-between flex-nowrap gap-x-16\" data-accordion-toggle> <span>Equip Team Members To Adapt To Change</span> <span class=\"Accordion-icons \" data-accordion-icons> <span data-accordion-open-icon class=\"bg-salmon rounded-full w-24 h-24 flex flex-col justify-center items-center\"> <svg class=\"Accordion-icons--open w-12\" width=\"24\" height=\"3\" viewBox=\"0 0 24 3\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M0 1.5H12H24\" stroke=\"#044C66\" stroke-width=\"2\"/>...",
      "firstParagraph": "Our programs help team members adjust to and embrace the ongoing rollout of new technologies while equipping leaders with change management.",
      "paragraphHtml": "<p><span style=\"white-space:pre-wrap;\">Our programs help team members adjust to and embrace the ongoing rollout of new technologies while equipping leaders with change management.</span></p>",
      "words": 21,
      "direct": false,
      "issue": "First paragraph is 21 words and does not look like a concise direct answer."
    },
    {
      "heading": "Reinforce Key Messaging From Leadership",
      "headingHtml": "<h3 class=\"u-h4 flex flex-row justify-between flex-nowrap gap-x-16\" data-accordion-toggle> <span>Reinforce Key Messaging From Leadership</span> <span class=\"Accordion-icons \" data-accordion-icons> <span data-accordion-open-icon class=\"bg-salmon rounded-full w-24 h-24 flex flex-col justify-center items-center\"> <svg class=\"Accordion-icons--open w-12\" width=\"24\" height=\"3\" viewBox=\"0 0 24 3\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M0 1.5H12H24\" stroke=\"#044C66\" stroke-width=\"2\"...",
      "firstParagraph": "We provide a scalable solution for ensuring each frontline team member internalizes key messaging – from urgent priorities and individual metrics to your organization's values and behaviors.",
      "paragraphHtml": "<p><span style=\"white-space:pre-wrap;\">We provide a scalable solution for ensuring each frontline team member internalizes key messaging &#x2013; from urgent priorities and individual metrics to your organization&apos;s values and behaviors.&#xa0;</span></p>",
      "words": 26,
      "direct": false,
      "issue": "First paragraph is 26 words and does not look like a concise direct answer."
    },
    {
      "heading": "Designed For Frontline Teams",
      "headingHtml": "<h2 class=\"u-caption mb-32\">Designed For Frontline Teams</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Easy To Set Up & Scale",
      "headingHtml": "<h2 class=\" u-h1\">Easy To Set Up &amp; Scale</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "No Sensitive Data Sharing Required",
      "headingHtml": "<h3 class=\"font-medium text-sans-20 mb-24\"> No Sensitive Data Sharing Required </h3>",
      "firstParagraph": "Easy to set up without any PII exchange—team members simply opt-in with their name and email.",
      "paragraphHtml": "<p><span style=\"white-space:pre-wrap;\">Easy to set up without any PII exchange&#x2014;team members simply opt-in with their name and email.</span></p>",
      "words": 17,
      "direct": false,
      "issue": "First paragraph is 17 words and does not look like a concise direct answer."
    },
    {
      "heading": "Minimal Contracting",
      "headingHtml": "<h3 class=\"font-medium text-sans-20 mb-24\"> Minimal Contracting </h3>",
      "firstParagraph": "An NDA and simple purchase order are all you need to get started.",
      "paragraphHtml": "<p><span style=\"white-space:pre-wrap;\">An NDA and simple purchase order are all you need to get started.</span></p>",
      "words": 13,
      "direct": false,
      "issue": "First paragraph is 13 words and does not look like a concise direct answer."
    },
    {
      "heading": "No Sensitive Data Sharing Required",
      "headingHtml": "<h3 class=\"u-h4 col-span-12 flex flex-row justify-between flex-nowrap gap-x-16\" data-accordion-toggle> <span class=\"flex flex-row items-center gap-x-20\"> <img class=\"aspect-square object-fit w-[35px] h-[35px]\" src=\"https://pathstream-website.files.svdcdn.com/production/Icons/no-exchnage-of-pii.svg?dm=1746723232\" alt=\"Abstract lock icon representing how a Pathstream requires no sensitive data sharing\"> No Sensitive Data Sharing Required </span> <span class=\"Accordion-icons \" data-accordion-ico...",
      "firstParagraph": "Easy to set up without any PII exchange—team members simply opt-in with their name and email.",
      "paragraphHtml": "<p><span style=\"white-space:pre-wrap;\">Easy to set up without any PII exchange&#x2014;team members simply opt-in with their name and email.</span></p>",
      "words": 17,
      "direct": false,
      "issue": "First paragraph is 17 words and does not look like a concise direct answer."
    },
    {
      "heading": "Minimal Contracting",
      "headingHtml": "<h3 class=\"u-h4 col-span-12 flex flex-row justify-between flex-nowrap gap-x-16\" data-accordion-toggle> <span class=\"flex flex-row items-center gap-x-20\"> <img class=\"aspect-square object-fit w-[35px] h-[35px]\" src=\"https://pathstream-website.files.svdcdn.com/production/Icons/minimal-contracting.svg?dm=1735587013\" alt=\"Minimal contracting\"> Minimal Contracting </span> <span class=\"Accordion-icons \" data-accordion-icons> <span data-accordion-open-icon class=\"bg-salmon rounded-full w-24 h-24 fle...",
      "firstParagraph": "An NDA and simple purchase order are all you need to get started.",
      "paragraphHtml": "<p><span style=\"white-space:pre-wrap;\">An NDA and simple purchase order are all you need to get started.</span></p>",
      "words": 13,
      "direct": false,
      "issue": "First paragraph is 13 words and does not look like a concise direct answer."
    },
    {
      "heading": "Learn How To Unlock Everyday Wins For Your Team",
      "headingHtml": "<h2 class=\"u-h1 max-w-[308px] sm:max-w-[645px] lg:max-w-[800px]\"> Learn How To Unlock Everyday Wins For Your Team </h2>",
      "firstParagraph": "Grow, empower, and retain top performers across all your frontline roles.",
      "paragraphHtml": "<p>Grow, empower, and retain top performers across all your frontline roles.</p>",
      "words": 11,
      "direct": false,
      "issue": "First paragraph is 11 words and does not look like a concise direct answer."
    },
    {
      "heading": "Solutions",
      "headingHtml": "<h2 class=\"FooterNav-sectionTitle\"> Solutions <span class=\"FooterNav-expandIcons \" data-accordion-icons> <span data-accordion-open-icon class> <svg class=\"FooterNav-expandIcons--open \" width=\"24\" height=\"3\" viewBox=\"0 0 24 3\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M0 1.5H12H24\" stroke=\"#000\" stroke-width=\"2\"/> </svg> </span> <span data-accordion-closed-icon class> <svg class=\"FooterNav-expandIcons--closed \" fill=\"none\" height=\"24\" viewBox=\"0 0 24 24\" width=\"24\" xmlns=\"http:/...",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Financial Services",
      "headingHtml": "<h3 class=\"FooterMenu-title\"> Financial Services </h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Healthcare & Health Insurance",
      "headingHtml": "<h3 class=\"FooterMenu-title\"> Healthcare &amp; Health Insurance </h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Other Insurance",
      "headingHtml": "<h3 class=\"FooterMenu-title\"> Other Insurance </h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Retail & Distribution",
      "headingHtml": "<h3 class=\"FooterMenu-title\"> Retail &amp; Distribution </h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Telecommunications",
      "headingHtml": "<h3 class=\"FooterMenu-title\"> Telecommunications </h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Getting Started",
      "headingHtml": "<h2 class=\"FooterNav-sectionTitle\"> Getting Started <span class=\"FooterNav-expandIcons \" data-accordion-icons> <span data-accordion-open-icon class> <svg class=\"FooterNav-expandIcons--open \" width=\"24\" height=\"3\" viewBox=\"0 0 24 3\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M0 1.5H12H24\" stroke=\"#000\" stroke-width=\"2\"/> </svg> </span> <span data-accordion-closed-icon class> <svg class=\"FooterNav-expandIcons--closed \" fill=\"none\" height=\"24\" viewBox=\"0 0 24 24\" width=\"24\" xmlns=\"...",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Resources",
      "headingHtml": "<h2 class=\"FooterNav-sectionTitle\"> Resources <span class=\"FooterNav-expandIcons \" data-accordion-icons> <span data-accordion-open-icon class> <svg class=\"FooterNav-expandIcons--open \" width=\"24\" height=\"3\" viewBox=\"0 0 24 3\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M0 1.5H12H24\" stroke=\"#000\" stroke-width=\"2\"/> </svg> </span> <span data-accordion-closed-icon class> <svg class=\"FooterNav-expandIcons--closed \" fill=\"none\" height=\"24\" viewBox=\"0 0 24 24\" width=\"24\" xmlns=\"http:/...",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Company",
      "headingHtml": "<h2 class=\"FooterNav-sectionTitle\"> Company <span class=\"FooterNav-expandIcons \" data-accordion-icons> <span data-accordion-open-icon class> <svg class=\"FooterNav-expandIcons--open \" width=\"24\" height=\"3\" viewBox=\"0 0 24 3\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M0 1.5H12H24\" stroke=\"#000\" stroke-width=\"2\"/> </svg> </span> <span data-accordion-closed-icon class> <svg class=\"FooterNav-expandIcons--closed \" fill=\"none\" height=\"24\" viewBox=\"0 0 24 24\" width=\"24\" xmlns=\"http://w...",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Legal",
      "headingHtml": "<h2 class=\"FooterNav-sectionTitle\"> Legal <span class=\"FooterNav-expandIcons \" data-accordion-icons> <span data-accordion-open-icon class> <svg class=\"FooterNav-expandIcons--open \" width=\"24\" height=\"3\" viewBox=\"0 0 24 3\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M0 1.5H12H24\" stroke=\"#000\" stroke-width=\"2\"/> </svg> </span> <span data-accordion-closed-icon class> <svg class=\"FooterNav-expandIcons--closed \" fill=\"none\" height=\"24\" viewBox=\"0 0 24 24\" width=\"24\" xmlns=\"http://www...",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Social",
      "headingHtml": "<h2 class=\"FooterNav-sectionTitle\"> Social <span class=\"FooterNav-expandIcons \" data-accordion-icons> <span data-accordion-open-icon class> <svg class=\"FooterNav-expandIcons--open \" width=\"24\" height=\"3\" viewBox=\"0 0 24 3\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M0 1.5H12H24\" stroke=\"#000\" stroke-width=\"2\"/> </svg> </span> <span data-accordion-closed-icon class> <svg class=\"FooterNav-expandIcons--closed \" fill=\"none\" height=\"24\" viewBox=\"0 0 24 24\" width=\"24\" xmlns=\"http://ww...",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    }
  ],
  "score": 65,
  "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

59 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, maximum-scale=1, user-scalable=no",
  "visibleWords": 2397,
  "htmlBytes": 252803,
  "imagesMissingDimensions": [
    {
      "src": "https://pathstream-website.files.svdcdn.com/production/Logos/Amazon/amazon.svg?dm=1746643172",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img style=\"transform: scale(1);\" class=\"aspect-[2/1] object-fit\" src=\"https://pathstream-website.files.svdcdn.com/production/Logos/Amazon/amazon.svg?dm=1746643172\" alt=\"Amazon logo &#x2013; Pathstream corporate partner\">"
    },
    {
      "src": "https://pathstream-website.files.svdcdn.com/production/Logos/Citi/Group-4.svg?dm=1746643159",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img style=\"transform: scale(1);\" class=\"aspect-[2/1] object-fit\" src=\"https://pathstream-website.files.svdcdn.com/production/Logos/Citi/Group-4.svg?dm=1746643159\" alt=\"Citibank logo &#x2013; Pathstream corporate partner\">"
    },
    {
      "src": "https://pathstream-website.files.svdcdn.com/production/Logos/MC/mastercard.svg?dm=1746643188",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img style=\"transform: scale(1);\" class=\"aspect-[2/1] object-fit\" src=\"https://pathstream-website.files.svdcdn.com/production/Logos/MC/mastercard.svg?dm=1746643188\" alt=\"Mastercard logo &#x2013; Pathstream corporate partner\">"
    },
    {
      "src": "https://pathstream-website.files.svdcdn.com/production/Logos/Centene/centene.svg?dm=1746643196",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img style=\"transform: scale(1);\" class=\"aspect-[2/1] object-fit\" src=\"https://pathstream-website.files.svdcdn.com/production/Logos/Centene/centene.svg?dm=1746643196\" alt=\"Centene logo &#x2013; Pathstream corporate partner\">"
    },
    {
      "src": "https://pathstream-website.files.svdcdn.com/production/Logos/NWM/northwestern-mutual.svg?dm=1746643204",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img style=\"transform: scale(1);\" class=\"aspect-[2/1] object-fit\" src=\"https://pathstream-website.files.svdcdn.com/production/Logos/NWM/northwestern-mutual.svg?dm=1746643204\" alt=\"Northwestern Mutual logo &#x2013; Pathstream corporate partner\">"
    },
    {
      "src": "https://pathstream-website.files.svdcdn.com/production/Logos/Salesforcelogo.svg?dm=1746643212",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img style=\"transform: scale(1);\" class=\"aspect-[2/1] object-fit\" src=\"https://pathstream-website.files.svdcdn.com/production/Logos/Salesforcelogo.svg?dm=1746643212\" alt=\"Salesforce logo &#x2013; Pathstream corporate partner\">"
    },
    {
      "src": "https://pathstream-website.files.svdcdn.com/production/Logos/Nestle%CC%81-1-1.svg?dm=1746643220",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img style=\"transform: scale(1);\" class=\"aspect-[2/1] object-fit\" src=\"https://pathstream-website.files.svdcdn.com/production/Logos/Nestle%CC%81-1-1.svg?dm=1746643220\" alt=\"Nestl&#xe9; logo &#x2013; Pathstream corporate partner\">"
    },
    {
      "src": "https://pathstream-website.files.svdcdn.com/production/Icons/icon-1.svg?dm=1746643123",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img class=\"aspect-square object-fit mb-48 sm:mb-96 lg:mb-64 h-80 sm:h-48\" src=\"https://pathstream-website.files.svdcdn.com/production/Icons/icon-1.svg?dm=1746643123\" alt=\"Pathstream icon &#x2013; scalable leadership training for teams\">"
    },
    {
      "src": "https://pathstream-website.files.svdcdn.com/production/Icons/Capabilities.svg?dm=1746643111",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img class=\"aspect-square object-fit mb-48 sm:mb-96 lg:mb-64 h-80 sm:h-48\" src=\"https://pathstream-website.files.svdcdn.com/production/Icons/Capabilities.svg?dm=1746643111\" alt=\"Pathstream compass icon &#x2013; building core capabilities for evolving frontline roles\">"
    },
    {
      "src": "https://pathstream-website.files.svdcdn.com/production/Icons/Off-the-clock-icon.svg?dm=1746643102",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img class=\"aspect-square object-fit mb-48 sm:mb-96 lg:mb-64 h-80 sm:h-48\" src=\"https://pathstream-website.files.svdcdn.com/production/Icons/Off-the-clock-icon.svg?dm=1746643102\" alt=\"Pathstream parachute icon &#x2013; professional development outside work hours\">"
    },
    {
      "src": "https://pathstream-website.files.svdcdn.com/production/Icons/Easy-Setup-icon.svg?dm=1746820958",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img class=\"aspect-square object-fit mb-48 sm:mb-96 lg:mb-64 h-80 sm:h-48\" src=\"https://pathstream-website.files.svdcdn.com/production/Icons/Easy-Setup-icon.svg?dm=1746820958\" alt=\"Pathstream fast-start icon &#x2013; easy setup and quick results\">"
    },
    {
      "src": "https://pathstream-website.files.svdcdn.com/production/Icons/icon-1.svg?dm=1746643123",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img class=\"aspect-square object-fit w-[35px] h-[35px]\" src=\"https://pathstream-website.files.svdcdn.com/production/Icons/icon-1.svg?dm=1746643123\" alt=\"Pathstream icon &#x2013; scalable leadership training for teams\">"
    },
    {
      "src": "https://pathstream-website.files.svdcdn.com/production/Icons/Capabilities.svg?dm=1746643111",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img class=\"aspect-square object-fit w-[35px] h-[35px]\" src=\"https://pathstream-website.files.svdcdn.com/production/Icons/Capabilities.svg?dm=1746643111\" alt=\"Pathstream compass icon &#x2013; building core capabilities for evolving frontline roles\">"
    },
    {
      "src": "https://pathstream-website.files.svdcdn.com/production/Icons/Off-the-clock-icon.svg?dm=1746643102",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img class=\"aspect-square object-fit w-[35px] h-[35px]\" src=\"https://pathstream-website.files.svdcdn.com/production/Icons/Off-the-clock-icon.svg?dm=1746643102\" alt=\"Pathstream parachute icon &#x2013; professional development outside work hours\">"
    },
    {
      "src": "https://pathstream-website.files.svdcdn.com/production/Icons/Easy-Setup-icon.svg?dm=1746820958",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img class=\"aspect-square object-fit w-[35px] h-[35px]\" src=\"https://pathstream-website.files.svdcdn.com/production/Icons/Easy-Setup-icon.svg?dm=1746820958\" alt=\"Pathstream fast-start icon &#x2013; easy setup and quick results\">"
    },
    {
      "src": "https://pathstream-website.files.svdcdn.com/production/Icons/icon-circle.svg?dm=1746643463",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"https://pathstream-website.files.svdcdn.com/production/Icons/icon-circle.svg?dm=1746643463\" alt=\"Essential capabilities icon\" class=\"h-12 w-auto\">"
    },
    {
      "src": "https://pathstream-website.transforms.svdcdn.com/production/Headshots-for-Speech-Bubbles/headshots-woman-earbuds.webp?w=100&h=100&q=75&auto=format&fit=clip&dm=1746643562&s=6367f91a67828b5e0d67e468275caefa",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"https://pathstream-website.transforms.svdcdn.com/production/Headshots-for-Speech-Bubbles/headshots-woman-earbuds.webp?w=100&amp;h=100&amp;q=75&amp;auto=format&amp;fit=clip&amp;dm=1746643562&amp;s=6367f91a67828b5e0d67e468275caefa\" alt=\"Frontline team member learning time and workload management with Pathstream\" class=\"h-12 h-48 w-48 object-cover rounded-full aspect-square\">"
    },
    {
      "src": "https://pathstream-website.transforms.svdcdn.com/production/Headshots-for-Speech-Bubbles/headshot-woman-night.webp?w=100&h=100&q=75&auto=format&fit=clip&dm=1746643663&s=70c100313175952c8270b92b3324ab3e",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"https://pathstream-website.transforms.svdcdn.com/production/Headshots-for-Speech-Bubbles/headshot-woman-night.webp?w=100&amp;h=100&amp;q=75&amp;auto=format&amp;fit=clip&amp;dm=1746643663&amp;s=70c100313175952c8270b92b3324ab3e\" alt=\"Frontline worker building communication and collaboration skills with Pathstream\" class=\"h-12 h-48 w-48 object-cover rounded-full aspect-square\">"
    },
    {
      "src": "https://pathstream-website.files.svdcdn.com/production/Icons/icon-chart-black.svg?dm=1746643716",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"https://pathstream-website.files.svdcdn.com/production/Icons/icon-chart-black.svg?dm=1746643716\" alt=\"Forward arrow icon representing continuous growth\" class=\"h-12 w-auto\">"
    },
    {
      "src": "https://pathstream-website.transforms.svdcdn.com/production/Headshots-for-Speech-Bubbles/headshot-bald-headphones.webp?w=100&h=100&q=75&auto=format&fit=clip&dm=1746643781&s=ad4399dfaa8c3910d43649fd43a0d1cc",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"https://pathstream-website.transforms.svdcdn.com/production/Headshots-for-Speech-Bubbles/headshot-bald-headphones.webp?w=100&amp;h=100&amp;q=75&amp;auto=format&amp;fit=clip&amp;dm=1746643781&amp;s=ad4399dfaa8c3910d43649fd43a0d1cc\" alt=\"Frontline employee gaining confidence to articulate challenges and seek solutions with Pathstream\" class=\"h-12 h-48 w-48 object-cover rounded-full aspect-square\">"
    },
    {
      "src": "https://pathstream-website.transforms.svdcdn.com/production/Headshots-for-Speech-Bubbles/headshot-woman-lip-ring.webp?w=100&h=100&q=75&auto=format&fit=clip&dm=1746643835&s=ed879b63fa4c7f91d09493db902be8d2",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"https://pathstream-website.transforms.svdcdn.com/production/Headshots-for-Speech-Bubbles/headshot-woman-lip-ring.webp?w=100&amp;h=100&amp;q=75&amp;auto=format&amp;fit=clip&amp;dm=1746643835&amp;s=ed879b63fa4c7f91d09493db902be8d2\" alt=\"Frontline employee developing through feedback and continuous growth with Pathstream\" class=\"h-12 h-48 w-48 object-cover rounded-full aspect-square\">"
    },
    {
      "src": "https://pathstream-website.files.svdcdn.com/production/Icons/icon-star.svg?dm=1746643883",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"https://pathstream-website.files.svdcdn.com/production/Icons/icon-star.svg?dm=1746643883\" alt=\"Arrow icon representing peak performance\" class=\"h-12 w-auto\">"
    },
    {
      "src": "https://pathstream-website.transforms.svdcdn.com/production/Headshots-for-Speech-Bubbles/headshot-woman-earring.webp?w=100&h=100&q=75&auto=format&fit=clip&dm=1746643928&s=dac807ce53272bef1ab9f48167bebf8e",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"https://pathstream-website.transforms.svdcdn.com/production/Headshots-for-Speech-Bubbles/headshot-woman-earring.webp?w=100&amp;h=100&amp;q=75&amp;auto=format&amp;fit=clip&amp;dm=1746643928&amp;s=dac807ce53272bef1ab9f48167bebf8e\" alt=\"Frontline employee growing influence beyond their team with Pathstream\" class=\"h-12 h-48 w-48 object-cover rounded-full aspect-square\">"
    },
    {
      "src": "https://pathstream-website.transforms.svdcdn.com/production/Headshots-for-Speech-Bubbles/headshot-redhair.webp?w=100&h=100&q=75&auto=format&fit=clip&dm=1746643987&s=7d5601d3ec341ea0d66eec8910259b47",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"https://pathstream-website.transforms.svdcdn.com/production/Headshots-for-Speech-Bubbles/headshot-redhair.webp?w=100&amp;h=100&amp;q=75&amp;auto=format&amp;fit=clip&amp;dm=1746643987&amp;s=7d5601d3ec341ea0d66eec8910259b47\" alt=\"Frontline employee contributing to the bigger picture with Pathstream support\" class=\"h-12 h-48 w-48 object-cover rounded-full aspect-square\">"
    },
    {
      "src": "https://pathstream-website.transforms.svdcdn.com/production/Homepage/Testimonials/home-testimonials-workshop.webp?w=2000&h=2000&q=75&auto=format&fit=clip&dm=1746710943&s=b22e7f7e09be2d646958260fcc02925d",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img class=\"object-cover absolute w-full h-full top-0 left-0\" src=\"https://pathstream-website.transforms.svdcdn.com/production/Homepage/Testimonials/home-testimonials-workshop.webp?w=2000&amp;h=2000&amp;q=75&amp;auto=format&amp;fit=clip&amp;dm=1746710943&amp;s=b22e7f7e09be2d646958260fcc02925d\" alt=\"Alrick H., Process Assistant at Amazon, improved team resolution time through Pathstream leadership training\" style=\" object-position: 60.09% 8.56%;\">"
    },
    {
      "src": "https://pathstream-website.transforms.svdcdn.com/production/Homepage/Testimonials/home-testimonials-christian-1.webp?w=2000&h=2000&q=75&auto=format&fit=clip&dm=1746714815&s=101efe489dbe48e4a0a422dbae7b4f31",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img class=\"object-cover absolute w-full h-full top-0 left-0\" src=\"https://pathstream-website.transforms.svdcdn.com/production/Homepage/Testimonials/home-testimonials-christian-1.webp?w=2000&amp;h=2000&amp;q=75&amp;auto=format&amp;fit=clip&amp;dm=1746714815&amp;s=101efe489dbe48e4a0a422dbae7b4f31\" alt=\"Christian S., Team Lead at Fidelity, gained practical leadership skills through Pathstream coaching\" style>"
    },
    {
      "src": "https://pathstream-website.transforms.svdcdn.com/production/Homepage/Testimonials/home-testimonials-outside.webp?w=2000&h=2000&q=75&auto=format&fit=clip&dm=1746714890&s=6a98853200d197fa344c9326a1967ed7",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img class=\"object-cover absolute w-full h-full top-0 left-0\" src=\"https://pathstream-website.transforms.svdcdn.com/production/Homepage/Testimonials/home-testimonials-outside.webp?w=2000&amp;h=2000&amp;q=75&amp;auto=format&amp;fit=clip&amp;dm=1746714890&amp;s=6a98853200d197fa344c9326a1967ed7\" alt=\"Jeremy C., Intake Coordinator at Centene, gained career confidence and coaching support through Pathstream\" style>"
    },
    {
      "src": "https://pathstream-website.transforms.svdcdn.com/production/Homepage/Testimonials/home-testimonials-family.webp?w=2000&h=2000&q=75&auto=format&fit=clip&dm=1746714941&s=48cd51281af71a0cba836f76f6271d16",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img class=\"object-cover absolute w-full h-full top-0 left-0\" src=\"https://pathstream-website.transforms.svdcdn.com/production/Homepage/Testimonials/home-testimonials-family.webp?w=2000&amp;h=2000&amp;q=75&amp;auto=format&amp;fit=clip&amp;dm=1746714941&amp;s=48cd51281af71a0cba836f76f6271d16\" alt=\"Joey B., Associate at Amazon, improved order fulfillment efficiency through Pathstream training\" style=\" object-position: 43.47% 19.46%;\">"
    },
    {
      "src": "https://pathstream-website.transforms.svdcdn.com/production/Homepage/Testimonials/home-testimonials-transit-1.webp?w=2000&h=2000&q=75&auto=format&fit=clip&dm=1746715031&s=d5fb14d0c557be717c7684ecd5b3b45e",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img class=\"object-cover absolute w-full h-full top-0 left-0\" src=\"https://pathstream-website.transforms.svdcdn.com/production/Homepage/Testimonials/home-testimonials-transit-1.webp?w=2000&amp;h=2000&amp;q=75&amp;auto=format&amp;fit=clip&amp;dm=1746715031&amp;s=d5fb14d0c557be717c7684ecd5b3b45e\" alt=\"Kenyata M., Team Lead at Allstate, led a successful QA initiative after Pathstream change management training\" style=\" object-position: 41.57% 29.38%;\">"
    },
    {
      "src": "https://pathstream-website.transforms.svdcdn.com/production/Homepage/Testimonials/home-testimonials-logan-1.webp?w=2000&h=2000&q=75&auto=format&fit=clip&dm=1746715093&s=35ef342301d37a000b805bfc7717fb60",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img class=\"object-cover absolute w-full h-full top-0 left-0\" src=\"https://pathstream-website.transforms.svdcdn.com/production/Homepage/Testimonials/home-testimonials-logan-1.webp?w=2000&amp;h=2000&amp;q=75&amp;auto=format&amp;fit=clip&amp;dm=1746715093&amp;s=35ef342301d37a000b805bfc7717fb60\" alt=\"Logan E., Account Manager at T-Mobile, enhanced customer engagement and sales strategy through Pathstream\" style>"
    },
    {
      "src": "https://pathstream-website.transforms.svdcdn.com/production/Homepage/Testimonials/home-testimonials-hoodie.webp?w=2000&h=2000&q=75&auto=format&fit=clip&dm=1746715153&s=d31b731d0c0dc7c1c38b23a42df3dfd3",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img class=\"object-cover absolute w-full h-full top-0 left-0\" src=\"https://pathstream-website.transforms.svdcdn.com/production/Homepage/Testimonials/home-testimonials-hoodie.webp?w=2000&amp;h=2000&amp;q=75&amp;auto=format&amp;fit=clip&amp;dm=1746715153&amp;s=d31b731d0c0dc7c1c38b23a42df3dfd3\" alt=\"Somer C., Process Improvement Specialist at BCBS Palmetto, strengthened leadership alignment and project impact with Pathstream\" style=\" object-position: 60.18% 14.52%;\">"
    },
    {
      "src": "https://pathstream-website.transforms.svdcdn.com/production/Homepage/Testimonials/home-testimonials-christina-1.webp?w=2000&h=2000&q=75&auto=format&fit=clip&dm=1746715216&s=166f2ac25b718cedd3597ab820cd1433",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img class=\"object-cover absolute w-full h-full top-0 left-0\" src=\"https://pathstream-website.transforms.svdcdn.com/production/Homepage/Testimonials/home-testimonials-christina-1.webp?w=2000&amp;h=2000&amp;q=75&amp;auto=format&amp;fit=clip&amp;dm=1746715216&amp;s=166f2ac25b718cedd3597ab820cd1433\" alt=\"Laura M., Fraud Specialist at Citi, used SQL skills from Pathstream to resolve a major fraud case\" style>"
    },
    {
      "src": "https://pathstream-website.transforms.svdcdn.com/production/Homepage/Testimonials/home-testimonials-customer-service-lowes.webp?w=2000&h=2000&q=75&auto=format&fit=clip&dm=1746715292&s=8e2edee4542b85a7cbfeb87e302035eb",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img class=\"object-cover absolute w-full h-full top-0 left-0\" src=\"https://pathstream-website.transforms.svdcdn.com/production/Homepage/Testimonials/home-testimonials-customer-service-lowes.webp?w=2000&amp;h=2000&amp;q=75&amp;auto=format&amp;fit=clip&amp;dm=1746715292&amp;s=8e2edee4542b85a7cbfeb87e302035eb\" alt=\"Amanda N., Associate at Amazon, applied skills from Pathstream AI simulations to resolve workplace accountability issues\" style=\" object-position: 15.07% 9.42%;\">"
    },
    {
      "src": "https://pathstream-website.transforms.svdcdn.com/production/Homepage/Loved-by-every-one/tuition.webp?w=2000&h=2000&q=75&auto=format&fit=clip&dm=1746716349&s=ad82e17d7be8aba073fa6c613ee4dbeb",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img class=\"object-cover absolute w-full h-full top-0 left-0\" src=\"https://pathstream-website.transforms.svdcdn.com/production/Homepage/Loved-by-every-one/tuition.webp?w=2000&amp;h=2000&amp;q=75&amp;auto=format&amp;fit=clip&amp;dm=1746716349&amp;s=ad82e17d7be8aba073fa6c613ee4dbeb\" alt=\"Frontline worker earning college credit through Pathstream university-credentialed certificate programs\" style>"
    },
    {
      "src": "https://pathstream-website.transforms.svdcdn.com/production/Homepage/Testimonials/home-testimonials-office-manager.webp?w=2000&h=2000&q=75&auto=format&fit=clip&dm=1746721246&s=19f1ae68b640ac8e848bd8158e4540ca",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img class=\"object-cover absolute w-full h-full top-0 left-0\" src=\"https://pathstream-website.transforms.svdcdn.com/production/Homepage/Testimonials/home-testimonials-office-manager.webp?w=2000&amp;h=2000&amp;q=75&amp;auto=format&amp;fit=clip&amp;dm=1746721246&amp;s=19f1ae68b640ac8e848bd8158e4540ca\" alt=\"Frontline employee reporting increased professional confidence after Pathstream program\" style=\" object-position: 44.88% 17.88%;\">"
    },
    {
      "src": "https://pathstream-website.transforms.svdcdn.com/production/Homepage/Testimonials/home-testimonials-car.webp?w=2000&h=2000&q=75&auto=format&fit=clip&dm=1746721335&s=a0dc5dbdfd39be2bc48fe38675c0ccbb",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img class=\"object-cover absolute w-full h-full top-0 left-0\" src=\"https://pathstream-website.transforms.svdcdn.com/production/Homepage/Testimonials/home-testimonials-car.webp?w=2000&amp;h=2000&amp;q=75&amp;auto=format&amp;fit=clip&amp;dm=1746721335&amp;s=a0dc5dbdfd39be2bc48fe38675c0ccbb\" alt=\"Frontline employee in scrubs smiling from her car, reflecting high satisfaction with Pathstream program\" style>"
    },
    {
      "src": "https://pathstream-website.files.svdcdn.com/production/Placeholders/chart.svg?dm=1746721473",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img class src=\"https://pathstream-website.files.svdcdn.com/production/Placeholders/chart.svg?dm=1746721473\" alt=\"Bar chart showing &#x24;4.2M in cost savings per 1,000 employees over 12 months with Pathstream, starting within 90 days\" style>"
    },
    {
      "src": "https://pathstream-website.files.svdcdn.com/production/Icons/Uparrow-icon.svg?dm=1746721731",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"https://pathstream-website.files.svdcdn.com/production/Icons/Uparrow-icon.svg?dm=1746721731\" alt=\"increase in customer satisfaction\" class=\"w-16 relative top-4\">"
    },
    {
      "src": "https://pathstream-website.files.svdcdn.com/production/Icons/Employees-icon.svg?dm=1746721648",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"https://pathstream-website.files.svdcdn.com/production/Icons/Employees-icon.svg?dm=1746721648\" alt=\"increase in employee retention\" class=\"w-16 relative top-4\">"
    },
    {
      "src": "https://pathstream-website.files.svdcdn.com/production/Icons/Uparrow-icon.svg?dm=1746721731",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"https://pathstream-website.files.svdcdn.com/production/Icons/Uparrow-icon.svg?dm=1746721731\" alt=\"increase in employee engagement\" class=\"w-16 relative top-4\">"
    },
    {
      "src": "https://pathstream-website.files.svdcdn.com/production/Icons/chart-icon.svg?dm=1746721823",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"https://pathstream-website.files.svdcdn.com/production/Icons/chart-icon.svg?dm=1746721823\" alt=\"more likely to exceed expectations on performance review\" class=\"w-16 relative top-4\">"
    },
    {
      "src": "https://pathstream-website.transforms.svdcdn.com/production/Homepage/Case-Study/home-case-study-5.webp?w=2000&h=2000&q=75&auto=format&fit=clip&dm=1746721959&s=ee05faf1cad71721410ab0a30c3b9818",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img class=\"object-cover absolute w-full h-full top-0 left-0\" src=\"https://pathstream-website.transforms.svdcdn.com/production/Homepage/Case-Study/home-case-study-5.webp?w=2000&amp;h=2000&amp;q=75&amp;auto=format&amp;fit=clip&amp;dm=1746721959&amp;s=ee05faf1cad71721410ab0a30c3b9818\" alt=\"Laura M., SVP of Customer Care Operations at a Fortune 50 healthcare company, shares success improving engagement and retention with Pathstream\" style=\" object-position: 55.34% 36.51%;\">"
    },
    {
      "src": "https://pathstream-website.transforms.svdcdn.com/production/Homepage/Case-Study/home-case-study-4.webp?w=2000&h=2000&q=75&auto=format&fit=clip&dm=1746722016&s=83f8234e1855480529fd352c9a77e5d0",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img class=\"object-cover absolute w-full h-full top-0 left-0\" src=\"https://pathstream-website.transforms.svdcdn.com/production/Homepage/Case-Study/home-case-study-4.webp?w=2000&amp;h=2000&amp;q=75&amp;auto=format&amp;fit=clip&amp;dm=1746722016&amp;s=83f8234e1855480529fd352c9a77e5d0\" alt=\"Jamie R., VP of Business Operations at a Fortune 500 financial services firm, on how Pathstream strengthens frontline mindsets and capabilities\" style=\" object-position: 69.44% 28.62%;\">"
    },
    {
      "src": "https://pathstream-website.transforms.svdcdn.com/production/Homepage/Case-Study/home-case-study-1.webp?w=2000&h=2000&q=75&auto=format&fit=clip&dm=1746722062&s=ab1d9f21edfd47791d63f32b2a076897",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img class=\"object-cover absolute w-full h-full top-0 left-0\" src=\"https://pathstream-website.transforms.svdcdn.com/production/Homepage/Case-Study/home-case-study-1.webp?w=2000&amp;h=2000&amp;q=75&amp;auto=format&amp;fit=clip&amp;dm=1746722062&amp;s=ab1d9f21edfd47791d63f32b2a076897\" alt=\"Jeff M., Director of Global Customer Care at a Fortune 100 telecom company, shares how Pathstream closes the frontline development gap\" style=\" object-position: 72.75% 43.25%;\">"
    },
    {
      "src": "https://pathstream-website.transforms.svdcdn.com/production/Homepage/Case-Study/home-case-study-3.webp?w=2000&h=2000&q=75&auto=format&fit=clip&dm=1746722121&s=5f6b6149eee194d0768ec0ebd67b78cb",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img class=\"object-cover absolute w-full h-full top-0 left-0\" src=\"https://pathstream-website.transforms.svdcdn.com/production/Homepage/Case-Study/home-case-study-3.webp?w=2000&amp;h=2000&amp;q=75&amp;auto=format&amp;fit=clip&amp;dm=1746722121&amp;s=5f6b6149eee194d0768ec0ebd67b78cb\" alt=\"David S., President of Commercial &amp; Government Solutions at a Fortune 500 insurance company, praises Pathstream as their top vendor partner\" style=\" object-position: 66.12% 32.59%;\">"
    },
    {
      "src": "https://pathstream-website.transforms.svdcdn.com/production/Homepage/Tailored-to-business-needs/Drive-in-role-performance-improvement.png?w=2000&h=2000&q=75&auto=format&fit=clip&dm=1746722339&s=6a08ab3021cbf216ff09ac4de82531ed",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img class=\"object-cover absolute top-0 left-0 w-full h-full\" src=\"https://pathstream-website.transforms.svdcdn.com/production/Homepage/Tailored-to-business-needs/Drive-in-role-performance-improvement.png?w=2000&amp;h=2000&amp;q=75&amp;auto=format&amp;fit=clip&amp;dm=1746722339&amp;s=6a08ab3021cbf216ff09ac4de82531ed\" alt=\"Pathstream dashboard showing team member performance metrics and tracked capabilities like problem solving and time management\" style>"
    },
    {
      "src": "https://pathstream-website.transforms.svdcdn.com/production/Homepage/Tailored-to-business-needs/1Increase-engagement-to-the-organization.png?w=2000&h=2000&q=75&auto=format&fit=clip&dm=1746722420&s=c434fe0aa6dd92b9395b24968b9e93cd",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img class=\"object-cover absolute top-0 left-0 w-full h-full\" src=\"https://pathstream-website.transforms.svdcdn.com/production/Homepage/Tailored-to-business-needs/1Increase-engagement-to-the-organization.png?w=2000&amp;h=2000&amp;q=75&amp;auto=format&amp;fit=clip&amp;dm=1746722420&amp;s=c434fe0aa6dd92b9395b24968b9e93cd\" alt=\"Pathstream dashboard showing rising employee engagement and survey scores on motivation, values alignment, and retention\" style>"
    },
    {
      "src": "https://pathstream-website.transforms.svdcdn.com/production/Homepage/Tailored-to-business-needs/1Equip-team-members-to-adapt-to-change.png?w=2000&h=2000&q=75&auto=format&fit=clip&dm=1746722489&s=a307b782668ada8f81e1134075a3ce4b",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img class=\"object-cover absolute top-0 left-0 w-full h-full\" src=\"https://pathstream-website.transforms.svdcdn.com/production/Homepage/Tailored-to-business-needs/1Equip-team-members-to-adapt-to-change.png?w=2000&amp;h=2000&amp;q=75&amp;auto=format&amp;fit=clip&amp;dm=1746722489&amp;s=a307b782668ada8f81e1134075a3ce4b\" alt=\"Pathstream interface showing learning modules on Gen AI, stress management, and solution-oriented thinking, with testimonial from a TD Bank employee\" style>"
    },
    {
      "src": "https://pathstream-website.transforms.svdcdn.com/production/Homepage/Tailored-to-business-needs/reinforce-key-messaging-from-leadership.png?w=2000&h=2000&q=75&auto=format&fit=clip&dm=1746722559&s=5d3721ad43dd6446a526e6c242ca332f",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img class=\"object-cover absolute top-0 left-0 w-full h-full\" src=\"https://pathstream-website.transforms.svdcdn.com/production/Homepage/Tailored-to-business-needs/reinforce-key-messaging-from-leadership.png?w=2000&amp;h=2000&amp;q=75&amp;auto=format&amp;fit=clip&amp;dm=1746722559&amp;s=5d3721ad43dd6446a526e6c242ca332f\" alt=\"Pathstream interface showing employee recognition and a testimonial highlighting growth and alignment with company values\" style>"
    },
    {
      "src": "https://pathstream-website.transforms.svdcdn.com/production/Homepage/Tailored-to-business-needs/Drive-in-role-performance-improvement.png?w=2000&h=2000&q=75&auto=format&fit=clip&dm=1746722339&s=6a08ab3021cbf216ff09ac4de82531ed",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img class=\"object-cover absolute top-0 left-0 w-full h-full\" src=\"https://pathstream-website.transforms.svdcdn.com/production/Homepage/Tailored-to-business-needs/Drive-in-role-performance-improvement.png?w=2000&amp;h=2000&amp;q=75&amp;auto=format&amp;fit=clip&amp;dm=1746722339&amp;s=6a08ab3021cbf216ff09ac4de82531ed\" alt=\"Pathstream dashboard showing team member performance metrics and tracked capabilities like problem solving and time management\" style>"
    },
    {
      "src": "https://pathstream-website.transforms.svdcdn.com/production/Homepage/Tailored-to-business-needs/1Increase-engagement-to-the-organization.png?w=2000&h=2000&q=75&auto=format&fit=clip&dm=1746722420&s=c434fe0aa6dd92b9395b24968b9e93cd",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img class=\"object-cover absolute top-0 left-0 w-full h-full\" src=\"https://pathstream-website.transforms.svdcdn.com/production/Homepage/Tailored-to-business-needs/1Increase-engagement-to-the-organization.png?w=2000&amp;h=2000&amp;q=75&amp;auto=format&amp;fit=clip&amp;dm=1746722420&amp;s=c434fe0aa6dd92b9395b24968b9e93cd\" alt=\"Pathstream dashboard showing rising employee engagement and survey scores on motivation, values alignment, and retention\" style>"
    },
    {
      "src": "https://pathstream-website.transforms.svdcdn.com/production/Homepage/Tailored-to-business-needs/1Equip-team-members-to-adapt-to-change.png?w=2000&h=2000&q=75&auto=format&fit=clip&dm=1746722489&s=a307b782668ada8f81e1134075a3ce4b",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img class=\"object-cover absolute top-0 left-0 w-full h-full\" src=\"https://pathstream-website.transforms.svdcdn.com/production/Homepage/Tailored-to-business-needs/1Equip-team-members-to-adapt-to-change.png?w=2000&amp;h=2000&amp;q=75&amp;auto=format&amp;fit=clip&amp;dm=1746722489&amp;s=a307b782668ada8f81e1134075a3ce4b\" alt=\"Pathstream interface showing learning modules on Gen AI, stress management, and solution-oriented thinking, with testimonial from a TD Bank employee\" style>"
    },
    {
      "src": "https://pathstream-website.transforms.svdcdn.com/production/Homepage/Tailored-to-business-needs/reinforce-key-messaging-from-leadership.png?w=2000&h=2000&q=75&auto=format&fit=clip&dm=1746722559&s=5d3721ad43dd6446a526e6c242ca332f",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img class=\"object-cover absolute top-0 left-0 w-full h-full\" src=\"https://pathstream-website.transforms.svdcdn.com/production/Homepage/Tailored-to-business-needs/reinforce-key-messaging-from-leadership.png?w=2000&amp;h=2000&amp;q=75&amp;auto=format&amp;fit=clip&amp;dm=1746722559&amp;s=5d3721ad43dd6446a526e6c242ca332f\" alt=\"Pathstream interface showing employee recognition and a testimonial highlighting growth and alignment with company values\" style>"
    },
    {
      "src": "https://pathstream-website.files.svdcdn.com/production/Icons/Pay-per-use.svg?dm=1746723152",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img class=\"aspect-square object-fit mb-48 sm:mb-64 h-80 sm:h-64 lg:h-104\" src=\"https://pathstream-website.files.svdcdn.com/production/Icons/Pay-per-use.svg?dm=1746723152\" alt=\"Three interlocking hexagons icon representing the Pathstream pilot pricing structure\">"
    },
    {
      "src": "https://pathstream-website.files.svdcdn.com/production/Icons/no-exchnage-of-pii.svg?dm=1746723232",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img class=\"aspect-square object-fit mb-48 sm:mb-64 h-80 sm:h-64 lg:h-104\" src=\"https://pathstream-website.files.svdcdn.com/production/Icons/no-exchnage-of-pii.svg?dm=1746723232\" alt=\"Abstract lock icon representing how a Pathstream requires no sensitive data sharing\">"
    },
    {
      "src": "https://pathstream-website.files.svdcdn.com/production/Icons/minimal-contracting.svg?dm=1735587013",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img class=\"aspect-square object-fit mb-48 sm:mb-64 h-80 sm:h-64 lg:h-104\" src=\"https://pathstream-website.files.svdcdn.com/production/Icons/minimal-contracting.svg?dm=1735587013\" alt=\"Minimal contracting\">"
    },
    {
      "src": "https://pathstream-website.files.svdcdn.com/production/Icons/Pay-per-use.svg?dm=1746723152",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img class=\"aspect-square object-fit w-[35px] h-[35px]\" src=\"https://pathstream-website.files.svdcdn.com/production/Icons/Pay-per-use.svg?dm=1746723152\" alt=\"Three interlocking hexagons icon representing the Pathstream pilot pricing structure\">"
    },
    {
      "src": "https://pathstream-website.files.svdcdn.com/production/Icons/no-exchnage-of-pii.svg?dm=1746723232",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img class=\"aspect-square object-fit w-[35px] h-[35px]\" src=\"https://pathstream-website.files.svdcdn.com/production/Icons/no-exchnage-of-pii.svg?dm=1746723232\" alt=\"Abstract lock icon representing how a Pathstream requires no sensitive data sharing\">"
    },
    {
      "src": "https://pathstream-website.files.svdcdn.com/production/Icons/minimal-contracting.svg?dm=1735587013",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img class=\"aspect-square object-fit w-[35px] h-[35px]\" src=\"https://pathstream-website.files.svdcdn.com/production/Icons/minimal-contracting.svg?dm=1735587013\" alt=\"Minimal contracting\">"
    }
  ],
  "possibleDialogs": [],
  "score": 80,
  "weight": 10
}

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, benefits, cost, compare.

Details

02

Why it matters

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

Check name

AEO: Answer intent coverage

Score

70/100

Status

warning

Category

GEO, AIO & AEO

Maturity

Emerging recommendation

Goal

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

Result

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

Evidence
{
  "headings": [
    {
      "text": "Trusted By Fortune 500 Business Leaders",
      "html": "<h2 class=\"mb-48 u-caption\"> Trusted By Fortune 500 Business Leaders </h2>"
    },
    {
      "text": "Purpose-Built To Serve Frontline Teams & Leaders",
      "html": "<h2 class=\" u-caption\">Purpose-Built To Serve Frontline Teams &amp; Leaders</h2>"
    },
    {
      "text": "Equip Each Team Member To Excel In Their Role",
      "html": "<h2 class=\"u-h1 max-w-[780px] mb-48 sm:mb-96\">Equip Each Team Member To Excel In Their Role</h2>"
    },
    {
      "text": "Success Stories",
      "html": "<h2 class=\"u-caption relative\">Success Stories</h2>"
    },
    {
      "text": "Drive Success For Your Customers, Company, And Team Members",
      "html": "<h2 class=\"u-h1 max-w-[840px] mb-64 sm:mb-96\">Drive Success For Your Customers, Company, And Team Members</h2>"
    },
    {
      "text": "Testimonials",
      "html": "<h2 class=\"u-caption relative\">Testimonials</h2>"
    },
    {
      "text": "Tailored To Your Business Priorities",
      "html": "<h2 class=\"u-h1 max-w-[607px] mb-48 sm:mb-96\">Tailored To Your Business Priorities</h2>"
    },
    {
      "text": "Designed For Frontline Teams",
      "html": "<h2 class=\"u-caption mb-32\">Designed For Frontline Teams</h2>"
    },
    {
      "text": "Easy To Set Up & Scale",
      "html": "<h2 class=\" u-h1\">Easy To Set Up &amp; Scale</h2>"
    },
    {
      "text": "Learn How To Unlock Everyday Wins For Your Team",
      "html": "<h2 class=\"u-h1 max-w-[308px] sm:max-w-[645px] lg:max-w-[800px]\"> Learn How To Unlock Everyday Wins For Your Team </h2>"
    },
    {
      "text": "Solutions",
      "html": "<h2 class=\"FooterNav-sectionTitle\"> Solutions <span class=\"FooterNav-expandIcons \" data-accordion-icons> <span data-accordion-open-icon class> <svg class=\"FooterNav-expandIcons--open \" width=\"24\" height=\"3\" viewBox=\"0 0 24 3\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M0 1.5H12H24\" stroke=\"#000\" stroke-width=\"2\"/> </svg> </span> <span data-accordion-closed-icon class> <svg class=\"FooterNav-expandIcons--closed \" fill=\"none\" height=\"24\" viewBox=\"0 0 24 24\" width=\"24\" xmlns=\"http:/..."
    },
    {
      "text": "Getting Started",
      "html": "<h2 class=\"FooterNav-sectionTitle\"> Getting Started <span class=\"FooterNav-expandIcons \" data-accordion-icons> <span data-accordion-open-icon class> <svg class=\"FooterNav-expandIcons--open \" width=\"24\" height=\"3\" viewBox=\"0 0 24 3\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M0 1.5H12H24\" stroke=\"#000\" stroke-width=\"2\"/> </svg> </span> <span data-accordion-closed-icon class> <svg class=\"FooterNav-expandIcons--closed \" fill=\"none\" height=\"24\" viewBox=\"0 0 24 24\" width=\"24\" xmlns=\"..."
    },
    {
      "text": "Resources",
      "html": "<h2 class=\"FooterNav-sectionTitle\"> Resources <span class=\"FooterNav-expandIcons \" data-accordion-icons> <span data-accordion-open-icon class> <svg class=\"FooterNav-expandIcons--open \" width=\"24\" height=\"3\" viewBox=\"0 0 24 3\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M0 1.5H12H24\" stroke=\"#000\" stroke-width=\"2\"/> </svg> </span> <span data-accordion-closed-icon class> <svg class=\"FooterNav-expandIcons--closed \" fill=\"none\" height=\"24\" viewBox=\"0 0 24 24\" width=\"24\" xmlns=\"http:/..."
    },
    {
      "text": "Company",
      "html": "<h2 class=\"FooterNav-sectionTitle\"> Company <span class=\"FooterNav-expandIcons \" data-accordion-icons> <span data-accordion-open-icon class> <svg class=\"FooterNav-expandIcons--open \" width=\"24\" height=\"3\" viewBox=\"0 0 24 3\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M0 1.5H12H24\" stroke=\"#000\" stroke-width=\"2\"/> </svg> </span> <span data-accordion-closed-icon class> <svg class=\"FooterNav-expandIcons--closed \" fill=\"none\" height=\"24\" viewBox=\"0 0 24 24\" width=\"24\" xmlns=\"http://w..."
    },
    {
      "text": "Legal",
      "html": "<h2 class=\"FooterNav-sectionTitle\"> Legal <span class=\"FooterNav-expandIcons \" data-accordion-icons> <span data-accordion-open-icon class> <svg class=\"FooterNav-expandIcons--open \" width=\"24\" height=\"3\" viewBox=\"0 0 24 3\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M0 1.5H12H24\" stroke=\"#000\" stroke-width=\"2\"/> </svg> </span> <span data-accordion-closed-icon class> <svg class=\"FooterNav-expandIcons--closed \" fill=\"none\" height=\"24\" viewBox=\"0 0 24 24\" width=\"24\" xmlns=\"http://www..."
    },
    {
      "text": "Social",
      "html": "<h2 class=\"FooterNav-sectionTitle\"> Social <span class=\"FooterNav-expandIcons \" data-accordion-icons> <span data-accordion-open-icon class> <svg class=\"FooterNav-expandIcons--open \" width=\"24\" height=\"3\" viewBox=\"0 0 24 3\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M0 1.5H12H24\" stroke=\"#000\" stroke-width=\"2\"/> </svg> </span> <span data-accordion-closed-icon class> <svg class=\"FooterNav-expandIcons--closed \" fill=\"none\" height=\"24\" viewBox=\"0 0 24 24\" width=\"24\" xmlns=\"http://ww..."
    }
  ],
  "expected": [
    {
      "id": "what",
      "label": "What is Pathstream – Home?",
      "pattern": {}
    },
    {
      "id": "how",
      "label": "How does Pathstream – Home work?",
      "pattern": {}
    },
    {
      "id": "benefits",
      "label": "Why use Pathstream – Home?",
      "pattern": {}
    },
    {
      "id": "cost",
      "label": "Is Pathstream – Home free or paid?",
      "pattern": {}
    },
    {
      "id": "compare",
      "label": "How does Pathstream – Home compare with alternatives?",
      "pattern": {}
    }
  ],
  "missing": [
    {
      "id": "what",
      "label": "What is Pathstream – Home?",
      "pattern": {}
    },
    {
      "id": "benefits",
      "label": "Why use Pathstream – Home?",
      "pattern": {}
    },
    {
      "id": "cost",
      "label": "Is Pathstream – Home free or paid?",
      "pattern": {}
    },
    {
      "id": "compare",
      "label": "How does Pathstream – Home compare with alternatives?",
      "pattern": {}
    }
  ],
  "score": 70,
  "weight": 8
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

AEO: Entity and definition clarity

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

1 Warning

Needs attention

AEO: Entity and definition clarity

Warning
01

Issue

Entity or definition gaps: home, achieve, exceptional, results.

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

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

Evidence
{
  "title": "Pathstream – Home",
  "h1": "Energize & Equip Your Frontline Team To Achieve Exceptional Results",
  "description": "Fortune 500 business leaders select Pathstream to energize and equip each frontline team member to excel.",
  "topicOverlap": 0.5555555555555556,
  "definitionCount": 11,
  "topicTerms": [
    "pathstream",
    "home",
    "energize",
    "equip",
    "frontline",
    "team",
    "achieve",
    "exceptional",
    "results"
  ],
  "descriptionTerms": [
    "fortune",
    "500",
    "business",
    "leaders",
    "select",
    "pathstream",
    "energize",
    "equip",
    "each",
    "frontline",
    "team",
    "member",
    "excel"
  ],
  "missingFromDescription": [
    "home",
    "achieve",
    "exceptional",
    "results"
  ],
  "score": 89,
  "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": 404,
            "contentType": "text/html; charset=UTF-8",
            "length": 7001
          },
          {
            "path": "/api/context",
            "statusCode": 404,
            "contentType": "text/html; charset=UTF-8",
            "length": 6995
          },
          {
            "path": "/context",
            "statusCode": 404,
            "contentType": "text/html; charset=UTF-8",
            "length": 6987
          }
        ]
      },
      "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, benefits, cost, compare.

Details

02

Why it matters

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

Check name

AIO: Query intent coverage

Score

70/100

Status

informational

Category

GEO, AIO & AEO

Maturity

Emerging recommendation

Goal

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

Result

AIO: Query intent coverage is informational for this page.

Evidence
{
  "headings": [
    {
      "text": "Trusted By Fortune 500 Business Leaders",
      "html": "<h2 class=\"mb-48 u-caption\"> Trusted By Fortune 500 Business Leaders </h2>"
    },
    {
      "text": "Purpose-Built To Serve Frontline Teams & Leaders",
      "html": "<h2 class=\" u-caption\">Purpose-Built To Serve Frontline Teams &amp; Leaders</h2>"
    },
    {
      "text": "Equip Each Team Member To Excel In Their Role",
      "html": "<h2 class=\"u-h1 max-w-[780px] mb-48 sm:mb-96\">Equip Each Team Member To Excel In Their Role</h2>"
    },
    {
      "text": "Success Stories",
      "html": "<h2 class=\"u-caption relative\">Success Stories</h2>"
    },
    {
      "text": "Drive Success For Your Customers, Company, And Team Members",
      "html": "<h2 class=\"u-h1 max-w-[840px] mb-64 sm:mb-96\">Drive Success For Your Customers, Company, And Team Members</h2>"
    },
    {
      "text": "Testimonials",
      "html": "<h2 class=\"u-caption relative\">Testimonials</h2>"
    },
    {
      "text": "Tailored To Your Business Priorities",
      "html": "<h2 class=\"u-h1 max-w-[607px] mb-48 sm:mb-96\">Tailored To Your Business Priorities</h2>"
    },
    {
      "text": "Designed For Frontline Teams",
      "html": "<h2 class=\"u-caption mb-32\">Designed For Frontline Teams</h2>"
    },
    {
      "text": "Easy To Set Up & Scale",
      "html": "<h2 class=\" u-h1\">Easy To Set Up &amp; Scale</h2>"
    },
    {
      "text": "Learn How To Unlock Everyday Wins For Your Team",
      "html": "<h2 class=\"u-h1 max-w-[308px] sm:max-w-[645px] lg:max-w-[800px]\"> Learn How To Unlock Everyday Wins For Your Team </h2>"
    },
    {
      "text": "Solutions",
      "html": "<h2 class=\"FooterNav-sectionTitle\"> Solutions <span class=\"FooterNav-expandIcons \" data-accordion-icons> <span data-accordion-open-icon class> <svg class=\"FooterNav-expandIcons--open \" width=\"24\" height=\"3\" viewBox=\"0 0 24 3\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M0 1.5H12H24\" stroke=\"#000\" stroke-width=\"2\"/> </svg> </span> <span data-accordion-closed-icon class> <svg class=\"FooterNav-expandIcons--closed \" fill=\"none\" height=\"24\" viewBox=\"0 0 24 24\" width=\"24\" xmlns=\"http:/..."
    },
    {
      "text": "Getting Started",
      "html": "<h2 class=\"FooterNav-sectionTitle\"> Getting Started <span class=\"FooterNav-expandIcons \" data-accordion-icons> <span data-accordion-open-icon class> <svg class=\"FooterNav-expandIcons--open \" width=\"24\" height=\"3\" viewBox=\"0 0 24 3\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M0 1.5H12H24\" stroke=\"#000\" stroke-width=\"2\"/> </svg> </span> <span data-accordion-closed-icon class> <svg class=\"FooterNav-expandIcons--closed \" fill=\"none\" height=\"24\" viewBox=\"0 0 24 24\" width=\"24\" xmlns=\"..."
    },
    {
      "text": "Resources",
      "html": "<h2 class=\"FooterNav-sectionTitle\"> Resources <span class=\"FooterNav-expandIcons \" data-accordion-icons> <span data-accordion-open-icon class> <svg class=\"FooterNav-expandIcons--open \" width=\"24\" height=\"3\" viewBox=\"0 0 24 3\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M0 1.5H12H24\" stroke=\"#000\" stroke-width=\"2\"/> </svg> </span> <span data-accordion-closed-icon class> <svg class=\"FooterNav-expandIcons--closed \" fill=\"none\" height=\"24\" viewBox=\"0 0 24 24\" width=\"24\" xmlns=\"http:/..."
    },
    {
      "text": "Company",
      "html": "<h2 class=\"FooterNav-sectionTitle\"> Company <span class=\"FooterNav-expandIcons \" data-accordion-icons> <span data-accordion-open-icon class> <svg class=\"FooterNav-expandIcons--open \" width=\"24\" height=\"3\" viewBox=\"0 0 24 3\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M0 1.5H12H24\" stroke=\"#000\" stroke-width=\"2\"/> </svg> </span> <span data-accordion-closed-icon class> <svg class=\"FooterNav-expandIcons--closed \" fill=\"none\" height=\"24\" viewBox=\"0 0 24 24\" width=\"24\" xmlns=\"http://w..."
    },
    {
      "text": "Legal",
      "html": "<h2 class=\"FooterNav-sectionTitle\"> Legal <span class=\"FooterNav-expandIcons \" data-accordion-icons> <span data-accordion-open-icon class> <svg class=\"FooterNav-expandIcons--open \" width=\"24\" height=\"3\" viewBox=\"0 0 24 3\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M0 1.5H12H24\" stroke=\"#000\" stroke-width=\"2\"/> </svg> </span> <span data-accordion-closed-icon class> <svg class=\"FooterNav-expandIcons--closed \" fill=\"none\" height=\"24\" viewBox=\"0 0 24 24\" width=\"24\" xmlns=\"http://www..."
    },
    {
      "text": "Social",
      "html": "<h2 class=\"FooterNav-sectionTitle\"> Social <span class=\"FooterNav-expandIcons \" data-accordion-icons> <span data-accordion-open-icon class> <svg class=\"FooterNav-expandIcons--open \" width=\"24\" height=\"3\" viewBox=\"0 0 24 3\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M0 1.5H12H24\" stroke=\"#000\" stroke-width=\"2\"/> </svg> </span> <span data-accordion-closed-icon class> <svg class=\"FooterNav-expandIcons--closed \" fill=\"none\" height=\"24\" viewBox=\"0 0 24 24\" width=\"24\" xmlns=\"http://ww..."
    }
  ],
  "expected": [
    {
      "id": "what",
      "label": "What is Pathstream – Home?",
      "pattern": {}
    },
    {
      "id": "how",
      "label": "How does Pathstream – Home work?",
      "pattern": {}
    },
    {
      "id": "benefits",
      "label": "Why use Pathstream – Home?",
      "pattern": {}
    },
    {
      "id": "cost",
      "label": "Is Pathstream – Home free or paid?",
      "pattern": {}
    },
    {
      "id": "compare",
      "label": "How does Pathstream – Home compare with alternatives?",
      "pattern": {}
    }
  ],
  "missing": [
    {
      "id": "what",
      "label": "What is Pathstream – Home?",
      "pattern": {}
    },
    {
      "id": "benefits",
      "label": "Why use Pathstream – Home?",
      "pattern": {}
    },
    {
      "id": "cost",
      "label": "Is Pathstream – Home free or paid?",
      "pattern": {}
    },
    {
      "id": "compare",
      "label": "How does Pathstream – Home compare with alternatives?",
      "pattern": {}
    }
  ],
  "score": 70,
  "weight": 4
}

Agent Ease of UseAuthEmerging recommendation

Auth.md Agent Registration

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

Informational

Needs attention

Auth.md Agent Registration

Informational
01

Issue

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

02

Why it matters

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

Check name

Auth.md Agent Registration

Score

0/100

Status

informational

Category

Auth

Maturity

Emerging recommendation

Goal

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

Result

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

Validation steps

  1. Fetch and validate /auth.md

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

  2. Publish protected resource metadata

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

  3. Validate agent_auth authorization metadata

    OAuth authorization server metadata could not be fetched.

Evidence
{
  "failedStep": "auth-md",
  "steps": [
    {
      "id": "auth-md",
      "title": "Fetch and validate /auth.md",
      "status": "fail",
      "evidence": {
        "path": "/auth.md",
        "ok": false,
        "statusCode": 404,
        "contentType": "text/html; charset=UTF-8",
        "length": 6987,
        "validation": {
          "valid": false,
          "issue": "auth.md response did not match the expected agent registration shape. Content-Type \"text/html; charset=UTF-8\" is not Markdown or text/plain; missing registration instructions; missing /.well-known/oauth-protected-resource link; missing /.well-known/oauth-authorization-server link; missing supported identity type language; missing credential type language.",
          "compatibleContentType": false,
          "contentLength": 6519,
          "hasRegisterInstructions": false,
          "hasProtectedResourceLink": false,
          "hasAuthorizationServerLink": false,
          "mentionsIdentity": false,
          "mentionsCredential": false,
          "links": [
            "/javascript",
            "//js.hsforms.net/forms/embed/v2.js",
            "/script",
            "/javascript",
            "//js.hs-scripts.com/22286298.js",
            "/script",
            "https://cdn.userway.org/widget.js\"",
            "/script",
            "https://www.googletagmanager.com/gtag/js?id=G-57W5MRK1R4\"></script>",
            "https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f"
          ],
          "rawExcerpt": "<!DOCTYPE html>\n<html lang=\"en\" >\n<head>\n  <script charset=\"utf-8\" type=\"text/javascript\" src=\"//js.hsforms.net/forms/embed/v2.js\"></script>\n<script type=\"text/javascript\" id=\"hs-script-loader\" async defer src=\"//js.hs-scripts.com/22286298.js\"></script>\n\n<!-- <script src=\"https://cdn.userway.org/widget.js\" data-account=\"UpqJjfMt1O\"></script> -->\n\n<!-- Google tag (gtag.js) -->\n<script async src=\"https://www.googletagmanager.com/gtag/js?id=G-57W5MRK1R4\"></script>\n\n<!-- Google Tag Manager -->\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':\nnew Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],\nj=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=\n'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);\n})(window,d"
        }
      },
      "issue": "auth.md response did not match the expected agent registration shape. Content-Type \"text/html; charset=UTF-8\" is not Markdown or text/plain; missing registration instructions; missing /.well-known/oauth-protected-resource link; missing /.well-known/oauth-authorization-server link; missing supported identity type language; missing credential type language.",
      "howToFix": "Serve /auth.md at the site root as Markdown with agent registration instructions and links to OAuth metadata."
    },
    {
      "id": "oauth-protected-resource",
      "title": "Publish protected resource metadata",
      "status": "fail",
      "evidence": {
        "path": "/.well-known/oauth-protected-resource",
        "ok": false,
        "statusCode": 404,
        "contentType": "text/html; charset=UTF-8",
        "length": 7045,
        "text": "<!DOCTYPE html>\n<html lang=\"en\" >\n<head>\n  <script charset=\"utf-8\" type=\"text/javascript\" src=\"//js.hsforms.net/forms/embed/v2.js\"></script>\n<script type=\"text/javascript\" id=\"hs-script-loader\" async defer src=\"//js.hs-scripts.com/22286298.js\"></script>\n\n<!-- <script src=\"https://cdn.userway.org/widget.js\" data-account=\"UpqJjfMt1O\"></script> -->\n\n<!-- Google tag (gtag.js) -->\n<script async src=\"https://www.googletagmanager.com/gtag/js?id=G-57W5MRK1R4\"></script>\n\n<!-- Google Tag Manager -->\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':\nnew Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],\nj=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=\n'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);\n})(window,document,'script','dataLayer','GTM-P9C6785P');</script>\n<!-- End Google Tag Manager -->\n\n<script>\n  window.dataLayer = window.dataLayer || [];\n  function gtag(){dataLayer.push(arguments);}\n  gtag('js', new Date());\n\n  gtag('config', 'G-57W5MRK1R4');\n</script>\n\n<script>\nwindow['_fs_host'] = 'fullstory.com';\nwindow['_fs_script'] = 'edge.fullstory.com/s/fs.js';\nwindow['_fs_org'] = 'DYN58';\nwindow['_fs_namespace'] = 'FS';\n!function(m,n,e,t,l,o,g,y){var s,f,a=function(h){\nreturn!(h in m)||(m.console&&m.console.log&&m.console.log('FullStory namespace conflict. Please set window[\"_fs_namespace\"].'),!1)}(e)\n;function p(b){var h,d=[];function j(){h&&(d.forEach((function(b){var d;try{d=b[h[0]]&&b[h[0]](h[1])}catch(h){return void(b[3]&&b[3](h))}\nd&&d.then?d.then(b[2],b[3]):b[2]&&b[2](d)})),d.length=0)}function r(b){return function(d){h||(h=[b,d],j())}}return b(r(0),r(1)),{\nthen:function(b,h){return p((function(r,i){d.push([b,h,r,i]),j()}))}}}a&&(g=m[e]=function(){var b=function(b,d,j,r){function i(i,c){\nh(b,d,j,i,c,r)}r=r||2;var c,u=/Async$/;return u.test(b)?(b=b.replace(u,\"\"),\"function\"==typeof Promise?new Promise(i):p(i)):h(b,d,j,c,c,r)}\n;function h(h,d,j,r,i,c){return b._api?b._api(h,d,j,r,i,c):(b.q&&b.q.push([h,d,j,r,i,c]),null)}return b.q=[],b}(),y=function(b){function h(h){\n\"function\"==typeof h[4]&&h[4](new Error(b))}var d=g.q;if(d){for(var j=0;j<d.length;j++)h(d[j]);d.length=0,d.push=h}},function(){\n(o=n.createElement(t)).async=!0,o.crossOrigin=\"anonymous\",o.src=\"https://\"+l,o.onerror=function(){y(\"Error loading \"+l)}\n;var b=n.getElementsByTagName(t)[0];b&&b.parentNode?b.parentNode.insertBefore(o,b):n.head.appendChild(o)}(),function(){function b(){}\nfunction h(b,h,d){g(b,h,d,1)}function d(b,d,j){h(\"setProperties\",{type:b,properties:d},j)}function j(b,h){d(\"user\",b,h)}function r(b,h,d){j({\nuid:b},d),h&&j(h,d)}g.identify=r,g.setUserVars=j,g.identifyAccount=b,g.clearUserCookie=b,g.setVars=d,g.event=function(b,d,j){h(\"trackEvent\",{\nname:b,properties:d},j)},g.anonymize=function(){r(!1)},g.shutdown=function(){h(\"shutdown\")},g.restart=function(){h(\"restart\")},\ng.log=function(b,d){h(\"log\",{level:b,msg:d})},g.consent=function(b){h(\"setIdentity\",{consent:!arguments.length||b})}}(),s=\"fetch\",\nf=\"XMLHttpRequest\",g._w={},g._w[f]=m[f],g._w[s]=m[s],m[s]&&(m[s]=function(){return g._w[s].apply(this,arguments)}),g._v=\"2.0.0\")\n}(window,document,window._fs_namespace,\"script\",window._fs_script);\n</script>\n\n<!-- Meta Pixel Code -->\n<script>\n!function(f,b,e,v,n,t,s)\n{if(f.fbq)return;n=f.fbq=function(){n.callMethod?\nn.callMethod.apply(n,arguments):n.queue.push(arguments)};\nif(!f._fbq)f._fbq=n;n.push=n;n.loaded=!0;n.version='2.0';\nn.queue=[];t=b.createElement(e);t.async=!0;\nt.src=v;s=b.getElementsByTagName(e)[0];\ns.parentNode.insertBefore(t,s)}(window, document,'script',\n'https://connect.facebook.net/en_US/fbevents.js');\nfbq('init', '423330175062716');\nfbq('track', 'PageView');\n</script>\n<noscript><img height=\"1\" width=\"1\" style=\"display:none\"\nsrc=\"https://www.facebook.com/tr?id=423330175062716&ev=PageView&noscript=1\"\n/></noscript>\n<!-- End Meta Pixel Code -->\n\n\n<!-- Start of HubSpot Embed Code -->\n<script type=\"text/javascript\" id=\"hs-script-loader\" async defer src=\"//js"
      },
      "issue": "The OAuth Protected Resource metadata endpoint did not return HTTP 2xx.",
      "howToFix": "Publish /.well-known/oauth-protected-resource with resource and authorization_servers fields."
    },
    {
      "id": "agent-auth-block",
      "title": "Validate agent_auth authorization metadata",
      "status": "fail",
      "evidence": {
        "valid": false,
        "issue": "OAuth authorization server metadata could not be fetched.",
        "fetch": {
          "ok": false,
          "statusCode": 404,
          "contentType": "text/html; charset=UTF-8",
          "length": 7049,
          "text": "<!DOCTYPE html>\n<html lang=\"en\" >\n<head>\n  <script charset=\"utf-8\" type=\"text/javascript\" src=\"//js.hsforms.net/forms/embed/v2.js\"></script>\n<script type=\"text/javascript\" id=\"hs-script-loader\" async defer src=\"//js.hs-scripts.com/22286298.js\"></script>\n\n<!-- <script src=\"https://cdn.userway.org/widget.js\" data-account=\"UpqJjfMt1O\"></script> -->\n\n<!-- Google tag (gtag.js) -->\n<script async src=\"https://www.googletagmanager.com/gtag/js?id=G-57W5MRK1R4\"></script>\n\n<!-- Google Tag Manager -->\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':\nnew Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],\nj=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=\n'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);\n})(window,document,'script','dataLayer','GTM-P9C6785P');</script>\n<!-- End Google Tag Manager -->\n\n<script>\n  window.dataLayer = window.dataLayer || [];\n  function gtag(){dataLayer.push(arguments);}\n  gtag('js', new Date());\n\n  gtag('config', 'G-57W5MRK1R4');\n</script>\n\n<script>\nwindow['_fs_host'] = 'fullstory.com';\nwindow['_fs_script'] = 'edge.fullstory.com/s/fs.js';\nwindow['_fs_org'] = 'DYN58';\nwindow['_fs_namespace'] = 'FS';\n!function(m,n,e,t,l,o,g,y){var s,f,a=function(h){\nreturn!(h in m)||(m.console&&m.console.log&&m.console.log('FullStory namespace conflict. Please set window[\"_fs_namespace\"].'),!1)}(e)\n;function p(b){var h,d=[];function j(){h&&(d.forEach((function(b){var d;try{d=b[h[0]]&&b[h[0]](h[1])}catch(h){return void(b[3]&&b[3](h))}\nd&&d.then?d.then(b[2],b[3]):b[2]&&b[2](d)})),d.length=0)}function r(b){return function(d){h||(h=[b,d],j())}}return b(r(0),r(1)),{\nthen:function(b,h){return p((function(r,i){d.push([b,h,r,i]),j()}))}}}a&&(g=m[e]=function(){var b=function(b,d,j,r){function i(i,c){\nh(b,d,j,i,c,r)}r=r||2;var c,u=/Async$/;return u.test(b)?(b=b.replace(u,\"\"),\"function\"==typeof Promise?new Promise(i):p(i)):h(b,d,j,c,c,r)}\n;function h(h,d,j,r,i,c){return b._api?b._api(h,d,j,r,i,c):(b.q&&b.q.push([h,d,j,r,i,c]),null)}return b.q=[],b}(),y=function(b){function h(h){\n\"function\"==typeof h[4]&&h[4](new Error(b))}var d=g.q;if(d){for(var j=0;j<d.length;j++)h(d[j]);d.length=0,d.push=h}},function(){\n(o=n.createElement(t)).async=!0,o.crossOrigin=\"anonymous\",o.src=\"https://\"+l,o.onerror=function(){y(\"Error loading \"+l)}\n;var b=n.getElementsByTagName(t)[0];b&&b.parentNode?b.parentNode.insertBefore(o,b):n.head.appendChild(o)}(),function(){function b(){}\nfunction h(b,h,d){g(b,h,d,1)}function d(b,d,j){h(\"setProperties\",{type:b,properties:d},j)}function j(b,h){d(\"user\",b,h)}function r(b,h,d){j({\nuid:b},d),h&&j(h,d)}g.identify=r,g.setUserVars=j,g.identifyAccount=b,g.clearUserCookie=b,g.setVars=d,g.event=function(b,d,j){h(\"trackEvent\",{\nname:b,properties:d},j)},g.anonymize=function(){r(!1)},g.shutdown=function(){h(\"shutdown\")},g.restart=function(){h(\"restart\")},\ng.log=function(b,d){h(\"log\",{level:b,msg:d})},g.consent=function(b){h(\"setIdentity\",{consent:!arguments.length||b})}}(),s=\"fetch\",\nf=\"XMLHttpRequest\",g._w={},g._w[f]=m[f],g._w[s]=m[s],m[s]&&(m[s]=function(){return g._w[s].apply(this,arguments)}),g._v=\"2.0.0\")\n}(window,document,window._fs_namespace,\"script\",window._fs_script);\n</script>\n\n<!-- Meta Pixel Code -->\n<script>\n!function(f,b,e,v,n,t,s)\n{if(f.fbq)return;n=f.fbq=function(){n.callMethod?\nn.callMethod.apply(n,arguments):n.queue.push(arguments)};\nif(!f._fbq)f._fbq=n;n.push=n;n.loaded=!0;n.version='2.0';\nn.queue=[];t=b.createElement(e);t.async=!0;\nt.src=v;s=b.getElementsByTagName(e)[0];\ns.parentNode.insertBefore(t,s)}(window, document,'script',\n'https://connect.facebook.net/en_US/fbevents.js');\nfbq('init', '423330175062716');\nfbq('track', 'PageView');\n</script>\n<noscript><img height=\"1\" width=\"1\" style=\"display:none\"\nsrc=\"https://www.facebook.com/tr?id=423330175062716&ev=PageView&noscript=1\"\n/></noscript>\n<!-- End Meta Pixel Code -->\n\n\n<!-- Start of HubSpot Embed Code -->\n<script type=\"text/javascript\" id=\"hs-script-loader\" async defer src=\"//js"
        }
      },
      "issue": "OAuth authorization server metadata could not be fetched.",
      "howToFix": "Add agent_auth to /.well-known/oauth-authorization-server with register_uri, supported identity types, credential types, and claim or revocation URLs where applicable."
    }
  ],
  "authApplicability": {
    "supportsAuth": true,
    "score": 6,
    "signals": [
      {
        "source": "visible-text",
        "weight": 3,
        "match": "sign in"
      },
      {
        "source": "visible-text",
        "weight": 3,
        "match": "sign up"
      }
    ]
  },
  "resourceFetchSucceeded": false
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

GEO: Q&A and FAQ opportunities

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

Informational

Needs attention

GEO: Q&A and FAQ opportunities

Informational
01

Issue

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

Details

02

Why it matters

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

Check name

GEO: Q&A and FAQ opportunities

Score

75/100

Status

informational

Category

GEO, AIO & AEO

Maturity

Emerging recommendation

Goal

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

Result

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

Evidence
{
  "h2Count": 16,
  "questionH2s": 0,
  "hasFaq": false,
  "nonQuestionH2s": [
    {
      "index": 1,
      "text": "Trusted By Fortune 500 Business Leaders",
      "isQuestion": false,
      "html": "<h2 class=\"mb-48 u-caption\"> Trusted By Fortune 500 Business Leaders </h2>"
    },
    {
      "index": 2,
      "text": "Purpose-Built To Serve Frontline Teams & Leaders",
      "isQuestion": false,
      "html": "<h2 class=\" u-caption\">Purpose-Built To Serve Frontline Teams &amp; Leaders</h2>"
    },
    {
      "index": 3,
      "text": "Equip Each Team Member To Excel In Their Role",
      "isQuestion": false,
      "html": "<h2 class=\"u-h1 max-w-[780px] mb-48 sm:mb-96\">Equip Each Team Member To Excel In Their Role</h2>"
    },
    {
      "index": 4,
      "text": "Success Stories",
      "isQuestion": false,
      "html": "<h2 class=\"u-caption relative\">Success Stories</h2>"
    },
    {
      "index": 5,
      "text": "Drive Success For Your Customers, Company, And Team Members",
      "isQuestion": false,
      "html": "<h2 class=\"u-h1 max-w-[840px] mb-64 sm:mb-96\">Drive Success For Your Customers, Company, And Team Members</h2>"
    },
    {
      "index": 6,
      "text": "Testimonials",
      "isQuestion": false,
      "html": "<h2 class=\"u-caption relative\">Testimonials</h2>"
    },
    {
      "index": 7,
      "text": "Tailored To Your Business Priorities",
      "isQuestion": false,
      "html": "<h2 class=\"u-h1 max-w-[607px] mb-48 sm:mb-96\">Tailored To Your Business Priorities</h2>"
    },
    {
      "index": 8,
      "text": "Designed For Frontline Teams",
      "isQuestion": false,
      "html": "<h2 class=\"u-caption mb-32\">Designed For Frontline Teams</h2>"
    },
    {
      "index": 9,
      "text": "Easy To Set Up & Scale",
      "isQuestion": false,
      "html": "<h2 class=\" u-h1\">Easy To Set Up &amp; Scale</h2>"
    },
    {
      "index": 10,
      "text": "Learn How To Unlock Everyday Wins For Your Team",
      "isQuestion": false,
      "html": "<h2 class=\"u-h1 max-w-[308px] sm:max-w-[645px] lg:max-w-[800px]\"> Learn How To Unlock Everyday Wins For Your Team </h2>"
    },
    {
      "index": 11,
      "text": "Solutions",
      "isQuestion": false,
      "html": "<h2 class=\"FooterNav-sectionTitle\"> Solutions <span class=\"FooterNav-expandIcons \" data-accordion-icons> <span data-accordion-open-icon class> <svg class=\"FooterNav-expandIcons--open \" width=\"24\" height=\"3\" viewBox=\"0 0 24 3\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M0 1.5H12H24\" stroke=\"#000\" stroke-width=\"2\"/> </svg> </span> <span data-accordion-closed-icon class> <svg class=\"FooterNav-expandIcons--closed \" fill=\"none\" height=\"24\" viewBox=\"0 0 24 24\" width=\"24\" xmlns=\"http:/..."
    },
    {
      "index": 12,
      "text": "Getting Started",
      "isQuestion": false,
      "html": "<h2 class=\"FooterNav-sectionTitle\"> Getting Started <span class=\"FooterNav-expandIcons \" data-accordion-icons> <span data-accordion-open-icon class> <svg class=\"FooterNav-expandIcons--open \" width=\"24\" height=\"3\" viewBox=\"0 0 24 3\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M0 1.5H12H24\" stroke=\"#000\" stroke-width=\"2\"/> </svg> </span> <span data-accordion-closed-icon class> <svg class=\"FooterNav-expandIcons--closed \" fill=\"none\" height=\"24\" viewBox=\"0 0 24 24\" width=\"24\" xmlns=\"..."
    },
    {
      "index": 13,
      "text": "Resources",
      "isQuestion": false,
      "html": "<h2 class=\"FooterNav-sectionTitle\"> Resources <span class=\"FooterNav-expandIcons \" data-accordion-icons> <span data-accordion-open-icon class> <svg class=\"FooterNav-expandIcons--open \" width=\"24\" height=\"3\" viewBox=\"0 0 24 3\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M0 1.5H12H24\" stroke=\"#000\" stroke-width=\"2\"/> </svg> </span> <span data-accordion-closed-icon class> <svg class=\"FooterNav-expandIcons--closed \" fill=\"none\" height=\"24\" viewBox=\"0 0 24 24\" width=\"24\" xmlns=\"http:/..."
    },
    {
      "index": 14,
      "text": "Company",
      "isQuestion": false,
      "html": "<h2 class=\"FooterNav-sectionTitle\"> Company <span class=\"FooterNav-expandIcons \" data-accordion-icons> <span data-accordion-open-icon class> <svg class=\"FooterNav-expandIcons--open \" width=\"24\" height=\"3\" viewBox=\"0 0 24 3\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M0 1.5H12H24\" stroke=\"#000\" stroke-width=\"2\"/> </svg> </span> <span data-accordion-closed-icon class> <svg class=\"FooterNav-expandIcons--closed \" fill=\"none\" height=\"24\" viewBox=\"0 0 24 24\" width=\"24\" xmlns=\"http://w..."
    },
    {
      "index": 15,
      "text": "Legal",
      "isQuestion": false,
      "html": "<h2 class=\"FooterNav-sectionTitle\"> Legal <span class=\"FooterNav-expandIcons \" data-accordion-icons> <span data-accordion-open-icon class> <svg class=\"FooterNav-expandIcons--open \" width=\"24\" height=\"3\" viewBox=\"0 0 24 3\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M0 1.5H12H24\" stroke=\"#000\" stroke-width=\"2\"/> </svg> </span> <span data-accordion-closed-icon class> <svg class=\"FooterNav-expandIcons--closed \" fill=\"none\" height=\"24\" viewBox=\"0 0 24 24\" width=\"24\" xmlns=\"http://www..."
    },
    {
      "index": 16,
      "text": "Social",
      "isQuestion": false,
      "html": "<h2 class=\"FooterNav-sectionTitle\"> Social <span class=\"FooterNav-expandIcons \" data-accordion-icons> <span data-accordion-open-icon class> <svg class=\"FooterNav-expandIcons--open \" width=\"24\" height=\"3\" viewBox=\"0 0 24 3\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M0 1.5H12H24\" stroke=\"#000\" stroke-width=\"2\"/> </svg> </span> <span data-accordion-closed-icon class> <svg class=\"FooterNav-expandIcons--closed \" fill=\"none\" height=\"24\" viewBox=\"0 0 24 24\" width=\"24\" xmlns=\"http://ww..."
    }
  ],
  "score": 75,
  "weight": 4
}

AI DiscoverabilityDiscoverabilityEstablished

IndexNow key

IndexNow key is informational for this page.

Informational

Needs attention

IndexNow key

Informational
01

Issue

IndexNow key is informational for this page.

02

Why it matters

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

Check name

IndexNow key

Score

100/100

Status

informational

Category

Discoverability

Maturity

Established

Goal

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

Result

IndexNow key is informational for this page.

Validation steps

  1. Find advertised IndexNow key location

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

  2. Fetch and validate IndexNow key file

    No discoverable IndexNow key file was found.

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

Agent Ease of UseAuthEstablished

OAuth / OIDC discovery

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

Informational

Needs attention

OAuth / OIDC discovery

Informational
01

Issue

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

02

Why it matters

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

Check name

OAuth / OIDC discovery

Score

0/100

Status

informational

Category

Auth

Maturity

Established

Goal

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

Result

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

Validation steps

  1. Fetch to find resource

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

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

Agent Ease of UseAuthEmerging recommendation

OAuth Protected Resource

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

Informational

Needs attention

OAuth Protected Resource

Informational
01

Issue

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

02

Why it matters

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

Check name

OAuth Protected Resource

Score

0/100

Status

informational

Category

Auth

Maturity

Emerging recommendation

Goal

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

Result

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

Validation steps

  1. Fetch protected resource metadata

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

  2. Validate protected resource metadata

    Response is not valid JSON.

  3. Validate protected resource identity

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

  4. Probe protected API Bearer challenge

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

Evidence
{
  "failedStep": "fetch",
  "steps": [
    {
      "id": "fetch",
      "title": "Fetch protected resource metadata",
      "status": "fail",
      "evidence": {
        "path": "/.well-known/oauth-protected-resource",
        "statusCode": 404,
        "contentType": "text/html; charset=UTF-8"
      },
      "issue": "The OAuth Protected Resource metadata endpoint did not return HTTP 2xx.",
      "howToFix": "Publish /.well-known/oauth-protected-resource JSON."
    },
    {
      "id": "metadata",
      "title": "Validate protected resource metadata",
      "status": "fail",
      "evidence": {
        "valid": false,
        "compatibleContentType": false,
        "issue": "Response is not valid JSON.",
        "rawExcerpt": "<!DOCTYPE html>\n<html lang=\"en\" >\n<head>\n  <script charset=\"utf-8\" type=\"text/javascript\" src=\"//js.hsforms.net/forms/embed/v2.js\"></script>\n<script type=\"text/javascript\" id=\"hs-script-loader\" async defer src=\"//js.hs-scripts.com/22286298.js\"></script>\n\n<!-- <script src=\"https://cdn.userway.org/widget.js\" data-account=\"UpqJjfMt1O\"></script> -->\n\n<!-- Google tag (gtag.js) -->\n<script async src=\"https://www.googletagmanager.com/gtag/js?id=G-57W5MRK1R4\"></script>\n\n<!-- Google Tag Manager -->\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':\nnew Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],\nj=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=\n'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);\n})(window,d"
      },
      "issue": "Response is not valid JSON.",
      "howToFix": "Publish resource and authorization_servers as absolute URLs."
    },
    {
      "id": "resource-identity",
      "title": "Validate protected resource identity",
      "status": "fail",
      "evidence": {
        "expectedResource": "https://pathstream.com"
      },
      "issue": "Protected resource metadata `resource` did not match the resource identifier used to retrieve it.",
      "howToFix": "Set `resource` to the origin/resource identifier represented by /.well-known/oauth-protected-resource."
    },
    {
      "id": "protected-route-challenge",
      "title": "Probe protected API Bearer challenge",
      "status": "informational",
      "evidence": {
        "checked": [
          {
            "path": "/api/admin/scans",
            "statusCode": 404,
            "wwwAuthenticate": {
              "valid": false,
              "present": false
            },
            "expectedMetadataUrl": "https://pathstream.com/.well-known/oauth-protected-resource",
            "metadataUrlMatches": true,
            "resourceMatchesRequestContext": true
          },
          {
            "path": "/api/admin/summary",
            "statusCode": 404,
            "wwwAuthenticate": {
              "valid": false,
              "present": false
            },
            "expectedMetadataUrl": "https://pathstream.com/.well-known/oauth-protected-resource",
            "metadataUrlMatches": true,
            "resourceMatchesRequestContext": true
          },
          {
            "path": "/api/scans",
            "statusCode": 404,
            "wwwAuthenticate": {
              "valid": false,
              "present": false
            },
            "expectedMetadataUrl": "https://pathstream.com/.well-known/oauth-protected-resource",
            "metadataUrlMatches": true,
            "resourceMatchesRequestContext": true
          }
        ]
      },
      "issue": "No protected route with a 401 Bearer challenge was detected; metadata alone does not prove a protected resource.",
      "howToFix": "When this site exposes bearer-protected APIs, return 401 with WWW-Authenticate: Bearer and link resource_metadata."
    }
  ],
  "authApplicability": {
    "supportsAuth": true,
    "score": 6,
    "signals": [
      {
        "source": "visible-text",
        "weight": 3,
        "match": "sign in"
      },
      {
        "source": "visible-text",
        "weight": 3,
        "match": "sign up"
      }
    ]
  },
  "resourceFetchSucceeded": false
}

SEOSEOBrowser audit

Links do not have descriptive text

100 Fail

Check name

Links do not have descriptive text

Score

0/100

Status

fail

Device

desktop

Category

SEO

Estimated savings

12 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": "12 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

Legacy JavaScript

20 Fail

Check name

Legacy JavaScript

Score

0/100

Status

fail

Device

desktop

Category

Performance

Estimated savings

Est savings of 13 KiB

Fix guidance

Polyfills and transforms enable older browsers to use new JavaScript features. However, many aren't necessary for modern browsers. Consider modifying your JavaScript build process to not transpile [Baseline](https://web.dev/articles/baseline-and-polyfills) features, unless you know you must support older browsers. [Learn why most sites can deploy ES6+ code without transpiling](https://developer.chrome.com/docs/performance/insights/legacy-javascript)

Evidence
{
  "displayValue": "Est savings of 13 KiB",
  "description": "Polyfills and transforms enable older browsers to use new JavaScript features. However, many aren't necessary for modern browsers. Consider modifying your JavaScript build process to not transpile [Baseline](https://web.dev/articles/baseline-and-polyfills) features, unless you know you must support older browsers. [Learn why most sites can deploy ES6+ code without transpiling](https://developer.chrome.com/docs/performance/insights/legacy-javascript)"
}

Performance and AccessibilityPerformanceBrowser audit

Network dependency tree

20 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

Touch targets do not have sufficient size or spacing.

20 Fail

Check name

Touch targets do not have sufficient size or spacing.

Score

0/100

Status

fail

Device

desktop

Category

Performance

Fix guidance

Touch targets with sufficient size and spacing help users who may have difficulty targeting small controls to activate the targets. [Learn more about touch targets](https://dequeuniversity.com/rules/axe/4.11/target-size).

Evidence
{
  "description": "Touch targets with sufficient size and spacing help users who may have difficulty targeting small controls to activate the targets. [Learn more about touch targets](https://dequeuniversity.com/rules/axe/4.11/target-size)."
}

Performance and AccessibilityPerformanceBrowser audit

Use efficient cache lifetimes

20 Fail

Check name

Use efficient cache lifetimes

Score

0/100

Status

fail

Device

desktop

Category

Performance

Estimated savings

Est savings of 463 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 463 KiB",
  "description": "A long cache lifetime can speed up repeat visits to your page. [Learn more about caching](https://developer.chrome.com/docs/performance/insights/cache)."
}

Performance and AccessibilityPerformanceBrowser audit

Loading performance

3 Fail

Check name

Loading performance

Score

83/100

Status

fail

Device

desktop

Category

Performance

Fix guidance

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

Evidence
{
  "checks": [
    {
      "id": "largest-contentful-paint",
      "title": "Largest Contentful Paint",
      "score": 76,
      "displayValue": "1.6 s",
      "numericValue": 1629.616313219265
    },
    {
      "id": "max-potential-fid",
      "title": "Max Potential First Input Delay",
      "score": 56,
      "displayValue": "230 ms",
      "numericValue": 231
    },
    {
      "id": "server-response-time",
      "title": "Initial server response time was short",
      "score": 100,
      "displayValue": "Root document took 40 ms",
      "numericValue": 36
    },
    {
      "id": "network-rtt",
      "title": "Network Round Trip Times",
      "score": 100,
      "displayValue": "30 ms",
      "numericValue": 27.400679999999998
    },
    {
      "id": "total-blocking-time",
      "title": "Total Blocking Time",
      "score": 90,
      "displayValue": "150 ms",
      "numericValue": 146.5
    },
    {
      "id": "speed-index",
      "title": "Speed Index",
      "score": 74,
      "displayValue": "1.7 s",
      "numericValue": 1723.6510151735665
    },
    {
      "id": "first-contentful-paint",
      "title": "First Contentful Paint",
      "score": 84,
      "displayValue": "1.1 s",
      "numericValue": 1051.004298951783
    },
    {
      "id": "interactive",
      "title": "Time to Interactive",
      "score": 87,
      "displayValue": "2.6 s",
      "numericValue": 2637.5432809901336
    }
  ]
}

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
pathstream.com AI SEO Report: 52/100 (Level 3, Bot-Aware)