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

OVERALL SCORE

Level 3, Bot-Aware

Moderate readiness for AI agents
AIDiscoverability48%Agent Easeof Use6%Security& Trust40%GEO, AIO, AEO81%SEO100%Performance& Accessibility67%
  • AI Discoverability 48 out of 100
  • Agent Ease of Use 6 out of 100
  • Security & Trust 40 out of 100
  • GEO, AIO and AEO 81 out of 100
  • SEO 100 out of 100
  • Performance and Accessibility 67 out of 100

CAPTURED SCREENSHOT

Captured website desktop screenshot

What AI sees of your website

Adaptive Security: Security Awareness Training Built for AI Threats favicon

Adaptive Security: Security Awareness Training Built for AI Threats

Adaptive's next-generation security training and phishing simulation platform protects businesses from deepfakes, generative AI phishing, SMS attacks, voice phishing, and more emerging threats.

Next step

Turn this report into a fix workflow

25 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
48
Priority fix8141View details
Discoverability
86
Mostly ready630View details
Content Readiness
46
Priority fix271View details
Bot Access Control
0
Priority fix040View details
Agent Ease of Use
6
Priority fix4293View details
API
0
Priority fix060View details
Auth
Not Applicable
Not Applicable070View details
MCP
13
Priority fix062View details
Skill Discovery
5
Priority fix0101View details
Agent Commerce
Not Applicable
Not Applicable400
GEO, AIO and AEO
81
Mostly ready5015
GEO Readiness
88
Mostly ready204
AIO Readiness
83
Mostly ready205
AEO Readiness
72
Needs work106
SEO
100
Strong1100
SEO
100
Strong1100
Security & Trust
40
Priority fix630View details
Security & Trust
40
Priority fix230View details
AI Training Exposure
Not Applicable
Not Applicable400
Performance and Accessibility
67
Needs work1962View details
Performance
58
Needs work1352View details
Accessibility
84
Mostly ready610View details

Prioritized recommendations

Issues ranked by score impact

50 items need attention

AI DiscoverabilityDiscoverabilityEstablished

Link headers

Link headers failed at "Find useful Link headers".

100 Fail

Needs attention

Link headers

Failed check
01

Issue

No useful agent discovery Link headers were found.

02

Why it matters

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

Check name

Link headers

Score

0/100

Status

fail

Category

Discoverability

Maturity

Established

Goal

Include Link response headers for agent discovery using RFC 8288.

Result

Link headers failed at "Find useful Link headers".

Validation steps

  1. Find useful Link headers

    No useful agent discovery Link headers were found.

  2. Fetch same-origin Link header targets

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

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

Agent Ease of UseAPIEstablished

API Catalog

API Catalog failed at "Fetch API catalog".

50 Fail

Needs attention

API Catalog

Failed check
01

Issue

The API catalog endpoint did not return HTTP 2xx.

02

Why it matters

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

Check name

API Catalog

Score

0/100

Status

fail

Category

API

Maturity

Established

Goal

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

Result

API Catalog failed at "Fetch API catalog".

Validation steps

  1. Fetch API catalog

    The API catalog endpoint did not return HTTP 2xx.

  2. Validate RFC 9727 linkset

    Response is not valid JSON.

  3. Fetch advertised API catalog targets

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

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

Agent Ease of UseAPIEstablished

OpenAPI discovery

OpenAPI discovery failed at "Find valid OpenAPI document".

50 Fail

Needs attention

OpenAPI discovery

Failed check
01

Issue

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

02

Why it matters

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

Check name

OpenAPI discovery

Score

0/100

Status

fail

Category

API

Maturity

Established

Goal

Publish a valid OpenAPI or Swagger document for API discovery.

Result

OpenAPI discovery failed at "Find valid OpenAPI document".

Validation steps

  1. Find valid OpenAPI document

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

Evidence
{
  "failedStep": "fetch",
  "steps": [
    {
      "id": "fetch",
      "title": "Find valid OpenAPI document",
      "status": "fail",
      "evidence": {
        "checked": [
          {
            "path": "/openapi.json",
            "statusCode": 404,
            "contentType": "text/html; charset=utf-8",
            "valid": false,
            "issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html; charset=utf-8\" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
            "compatibleContentType": false,
            "format": "yaml",
            "version": "",
            "pathCount": 0,
            "operationCount": 0,
            "rawExcerpt": "<!DOCTYPE html><!-- Last Published: Mon Jun 08 2026 13:19:27 GMT+0000 (Coordinated Universal Time) --><html data-wf-domain=\"www.adaptivesecurity.com\" data-wf-page=\"6678499d9a616f8ae8e1c397\" data-wf-site=\"6678499d9a616f8ae8e1c2f0\" data-wf-intellimize-customer-id=\"117130790\" lang=\"en\"><head><meta charset=\"utf-8\"/><link href=\"https://cdn.prod.website-files.com\" rel=\"preconnect\" crossorigin=\"anonymous\"/><title>Not Found</title><meta content=\"Not Found\" property=\"og:title\"/><meta content=\"Not Found\" name=\"twitter:title\"/><meta content=\"width=device-width, initial-scale=1\" name=\"viewport\"/><meta content=\"OnTExGdCkRDX_PK9fVBD5-JuDs1AuNCLON5oHCynurY\" name=\"google-site-verification\"/><link href=\"https://cdn.prod.website-files.com/6678499d9a616f8ae8e1c2f0/css/bx-adaptive.shared.e111d2b5b.min.css\" re"
          },
          {
            "path": "/openapi.yaml",
            "statusCode": 404,
            "contentType": "text/html; charset=utf-8",
            "valid": false,
            "issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html; charset=utf-8\" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
            "compatibleContentType": false,
            "format": "yaml",
            "version": "",
            "pathCount": 0,
            "operationCount": 0,
            "rawExcerpt": "<!DOCTYPE html><!-- Last Published: Mon Jun 08 2026 13:19:27 GMT+0000 (Coordinated Universal Time) --><html data-wf-domain=\"www.adaptivesecurity.com\" data-wf-page=\"6678499d9a616f8ae8e1c397\" data-wf-site=\"6678499d9a616f8ae8e1c2f0\" data-wf-intellimize-customer-id=\"117130790\" lang=\"en\"><head><meta charset=\"utf-8\"/><link href=\"https://cdn.prod.website-files.com\" rel=\"preconnect\" crossorigin=\"anonymous\"/><title>Not Found</title><meta content=\"Not Found\" property=\"og:title\"/><meta content=\"Not Found\" name=\"twitter:title\"/><meta content=\"width=device-width, initial-scale=1\" name=\"viewport\"/><meta content=\"OnTExGdCkRDX_PK9fVBD5-JuDs1AuNCLON5oHCynurY\" name=\"google-site-verification\"/><link href=\"https://cdn.prod.website-files.com/6678499d9a616f8ae8e1c2f0/css/bx-adaptive.shared.e111d2b5b.min.css\" re"
          },
          {
            "path": "/swagger.json",
            "statusCode": 404,
            "contentType": "text/html; charset=utf-8",
            "valid": false,
            "issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html; charset=utf-8\" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
            "compatibleContentType": false,
            "format": "yaml",
            "version": "",
            "pathCount": 0,
            "operationCount": 0,
            "rawExcerpt": "<!DOCTYPE html><!-- Last Published: Mon Jun 08 2026 13:19:27 GMT+0000 (Coordinated Universal Time) --><html data-wf-domain=\"www.adaptivesecurity.com\" data-wf-page=\"6678499d9a616f8ae8e1c397\" data-wf-site=\"6678499d9a616f8ae8e1c2f0\" data-wf-intellimize-customer-id=\"117130790\" lang=\"en\"><head><meta charset=\"utf-8\"/><link href=\"https://cdn.prod.website-files.com\" rel=\"preconnect\" crossorigin=\"anonymous\"/><title>Not Found</title><meta content=\"Not Found\" property=\"og:title\"/><meta content=\"Not Found\" name=\"twitter:title\"/><meta content=\"width=device-width, initial-scale=1\" name=\"viewport\"/><meta content=\"OnTExGdCkRDX_PK9fVBD5-JuDs1AuNCLON5oHCynurY\" name=\"google-site-verification\"/><link href=\"https://cdn.prod.website-files.com/6678499d9a616f8ae8e1c2f0/css/bx-adaptive.shared.e111d2b5b.min.css\" re"
          },
          {
            "path": "/swagger.yaml",
            "statusCode": 404,
            "contentType": "text/html; charset=utf-8",
            "valid": false,
            "issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html; charset=utf-8\" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
            "compatibleContentType": false,
            "format": "yaml",
            "version": "",
            "pathCount": 0,
            "operationCount": 0,
            "rawExcerpt": "<!DOCTYPE html><!-- Last Published: Mon Jun 08 2026 13:19:27 GMT+0000 (Coordinated Universal Time) --><html data-wf-domain=\"www.adaptivesecurity.com\" data-wf-page=\"6678499d9a616f8ae8e1c397\" data-wf-site=\"6678499d9a616f8ae8e1c2f0\" data-wf-intellimize-customer-id=\"117130790\" lang=\"en\"><head><meta charset=\"utf-8\"/><link href=\"https://cdn.prod.website-files.com\" rel=\"preconnect\" crossorigin=\"anonymous\"/><title>Not Found</title><meta content=\"Not Found\" property=\"og:title\"/><meta content=\"Not Found\" name=\"twitter:title\"/><meta content=\"width=device-width, initial-scale=1\" name=\"viewport\"/><meta content=\"OnTExGdCkRDX_PK9fVBD5-JuDs1AuNCLON5oHCynurY\" name=\"google-site-verification\"/><link href=\"https://cdn.prod.website-files.com/6678499d9a616f8ae8e1c2f0/css/bx-adaptive.shared.e111d2b5b.min.css\" re"
          },
          {
            "path": "/api/openapi.json",
            "statusCode": 404,
            "contentType": "text/html; charset=utf-8",
            "valid": false,
            "issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html; charset=utf-8\" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
            "compatibleContentType": false,
            "format": "yaml",
            "version": "",
            "pathCount": 0,
            "operationCount": 0,
            "rawExcerpt": "<!DOCTYPE html><!-- Last Published: Mon Jun 08 2026 13:19:27 GMT+0000 (Coordinated Universal Time) --><html data-wf-domain=\"www.adaptivesecurity.com\" data-wf-page=\"6678499d9a616f8ae8e1c397\" data-wf-site=\"6678499d9a616f8ae8e1c2f0\" data-wf-intellimize-customer-id=\"117130790\" lang=\"en\"><head><meta charset=\"utf-8\"/><link href=\"https://cdn.prod.website-files.com\" rel=\"preconnect\" crossorigin=\"anonymous\"/><title>Not Found</title><meta content=\"Not Found\" property=\"og:title\"/><meta content=\"Not Found\" name=\"twitter:title\"/><meta content=\"width=device-width, initial-scale=1\" name=\"viewport\"/><meta content=\"OnTExGdCkRDX_PK9fVBD5-JuDs1AuNCLON5oHCynurY\" name=\"google-site-verification\"/><link href=\"https://cdn.prod.website-files.com/6678499d9a616f8ae8e1c2f0/css/bx-adaptive.shared.e111d2b5b.min.css\" re"
          },
          {
            "path": "/api/swagger.json",
            "statusCode": 404,
            "contentType": "text/html; charset=utf-8",
            "valid": false,
            "issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html; charset=utf-8\" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
            "compatibleContentType": false,
            "format": "yaml",
            "version": "",
            "pathCount": 0,
            "operationCount": 0,
            "rawExcerpt": "<!DOCTYPE html><!-- Last Published: Mon Jun 08 2026 13:19:27 GMT+0000 (Coordinated Universal Time) --><html data-wf-domain=\"www.adaptivesecurity.com\" data-wf-page=\"6678499d9a616f8ae8e1c397\" data-wf-site=\"6678499d9a616f8ae8e1c2f0\" data-wf-intellimize-customer-id=\"117130790\" lang=\"en\"><head><meta charset=\"utf-8\"/><link href=\"https://cdn.prod.website-files.com\" rel=\"preconnect\" crossorigin=\"anonymous\"/><title>Not Found</title><meta content=\"Not Found\" property=\"og:title\"/><meta content=\"Not Found\" name=\"twitter:title\"/><meta content=\"width=device-width, initial-scale=1\" name=\"viewport\"/><meta content=\"OnTExGdCkRDX_PK9fVBD5-JuDs1AuNCLON5oHCynurY\" name=\"google-site-verification\"/><link href=\"https://cdn.prod.website-files.com/6678499d9a616f8ae8e1c2f0/css/bx-adaptive.shared.e111d2b5b.min.css\" re"
          },
          {
            "path": "/docs/openapi.json",
            "statusCode": 404,
            "contentType": "text/html; charset=utf-8",
            "valid": false,
            "issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html; charset=utf-8\" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
            "compatibleContentType": false,
            "format": "yaml",
            "version": "",
            "pathCount": 0,
            "operationCount": 0,
            "rawExcerpt": "<!DOCTYPE html><!-- Last Published: Mon Jun 08 2026 13:19:27 GMT+0000 (Coordinated Universal Time) --><html data-wf-domain=\"www.adaptivesecurity.com\" data-wf-page=\"6678499d9a616f8ae8e1c397\" data-wf-site=\"6678499d9a616f8ae8e1c2f0\" data-wf-intellimize-customer-id=\"117130790\" lang=\"en\"><head><meta charset=\"utf-8\"/><link href=\"https://cdn.prod.website-files.com\" rel=\"preconnect\" crossorigin=\"anonymous\"/><title>Not Found</title><meta content=\"Not Found\" property=\"og:title\"/><meta content=\"Not Found\" name=\"twitter:title\"/><meta content=\"width=device-width, initial-scale=1\" name=\"viewport\"/><meta content=\"OnTExGdCkRDX_PK9fVBD5-JuDs1AuNCLON5oHCynurY\" name=\"google-site-verification\"/><link href=\"https://cdn.prod.website-files.com/6678499d9a616f8ae8e1c2f0/css/bx-adaptive.shared.e111d2b5b.min.css\" re"
          }
        ]
      },
      "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": "frame-ancestors 'self'"
}

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": 88
          }
        ]
      },
      "issue": "Web Bot Auth request signing was not found at the expected path.",
      "howToFix": "If publishing Web Bot Auth keys, return a JSON key directory with a non-empty keys array and the draft media type."
    }
  ]
}

Security & TrustSecurity & TrustEstablished

X-Content-Type-Options

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

33 Fail

Needs attention

X-Content-Type-Options

Failed check
01

Issue

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

02

Why it matters

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

Check name

X-Content-Type-Options

Score

0/100

Status

fail

Category

Security & Trust

Maturity

Established

Goal

Prevent MIME sniffing for browser-loaded resources.

Result

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

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

AI DiscoverabilityContent 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": 148827
          },
          {
            "path": "/llms-full.txt",
            "statusCode": 404,
            "contentType": "text/html; charset=utf-8",
            "length": 148827
          }
        ]
      },
      "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": 27329,
        "excerpt": "<!DOCTYPE html><!-- Last Published: Mon Jun 08 2026 13:19:27 GMT+0000 (Coordinated Universal Time) --><html data-wf-domain=\"www.adaptivesecurity.com\" data-wf-page=\"68ca818dfd09ef3ac6e2c230\" data-wf-site=\"6678499d9a616f8ae8e1c2f0\" data-wf-in",
        "issue": "Markdown response is missing a heading."
      },
      "issue": "Markdown response is missing a heading.",
      "howToFix": "Return Markdown with at least one heading and substantive page content, including useful links or instructions for agents."
    }
  ]
}

Agent Ease of UseMCPEmerging recommendation

MCP Server Card

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

25 Fail

Needs attention

MCP Server Card

Failed check
01

Issue

MCP Server Card was not found at the expected path.

02

Why it matters

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

Check name

MCP Server Card

Score

0/100

Status

fail

Category

MCP

Maturity

Emerging recommendation

Goal

Publish an MCP Server Card for agent discovery.

Result

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

Validation steps

  1. Fetch to find resource

    MCP Server Card was not found at the expected path.

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

Agent Ease of UseMCPEmerging recommendation

mcp.json

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

25 Fail

Needs attention

mcp.json

Failed check
01

Issue

mcp.json was not found at the expected path.

02

Why it matters

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

Check name

mcp.json

Score

0/100

Status

fail

Category

MCP

Maturity

Emerging recommendation

Goal

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

Result

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

Validation steps

  1. Fetch to find resource

    mcp.json was not found at the expected path.

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

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: 0/1 applicable form inputs have autocomplete attributes (1 missing).

Details

02

Why it matters

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

Check name

Semantic HTML

Score

0/100

Status

fail

Category

Content Readiness

Maturity

Established

Goal

Expose readable page structure through semantic HTML and accessible controls.

Result

Semantic HTML is missing or incomplete.

Evidence
{
  "main": true,
  "nav": true,
  "footer": true,
  "meaningfulH1": true,
  "headingOrder": true,
  "accessibleLinks": true,
  "accessibleButtons": true,
  "imageAltCoverage": true,
  "formAutocompleteCoverage": false,
  "details": {
    "inaccessibleLinks": [],
    "inaccessibleButtons": [],
    "missingAutocompleteInputs": [
      "<input class=\"email-only_input text-align-center-mobile w-input\" maxlength=\"256\" name=\"source\" data-name=\"source\" placeholder=\"Your work email...\" type=\"email\" id=\"source-footer\" required pattern=\"(^[a-zA-Z0-9._%+-]+@(?!gmail\\.com&#x24;|yahoo\\.com&#x24;|hotmail\\.com&#x24;|outlook\\.com&#x24;|icloud\\.com&#x24;|aol\\.com&#x24;|live\\.com&#x24;|msn\\.com&#x24;|protonmail\\.com&#x24;|gmx\\.com&#x24;|yandex\\.com&#x24;|mail\\.ru&#x24;|zoho\\.com&#x24;)[a-zA-Z0-9.-]+\\.[a-zA-Z]{2,}&#x24;)\" title=\"Please enter a"
    ],
    "imagesMissingAlt": [],
    "skippedHeadingLevels": []
  },
  "counts": {
    "h1": 1,
    "headings": 22,
    "links": 195,
    "inaccessibleLinks": 0,
    "buttons": 0,
    "inaccessibleButtons": 0,
    "images": 67,
    "imagesWithAlt": 67,
    "autocompleteInputs": 1,
    "inputsWithAutocomplete": 0,
    "missingAutocompleteInputs": 1
  }
}

Agent Ease of UseMCPInformational

WebMCP manifest

WebMCP manifest failed at "Fetch to find resource".

25 Fail

Needs attention

WebMCP manifest

Failed check
01

Issue

WebMCP manifest was not found at the expected path.

02

Why it matters

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

Check name

WebMCP manifest

Score

0/100

Status

fail

Category

MCP

Maturity

Informational

Goal

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

Result

WebMCP manifest failed at "Fetch to find resource".

Validation steps

  1. Fetch to find resource

    WebMCP manifest was not found at the expected path.

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

Agent Ease of UseSkill DiscoveryEmerging recommendation

A2A Agent Card

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

20 Fail

Needs attention

A2A Agent Card

Failed check
01

Issue

A2A Agent Card was not found at the expected path.

02

Why it matters

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

Check name

A2A Agent Card

Score

0/100

Status

fail

Category

Skill Discovery

Maturity

Emerging recommendation

Goal

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

Result

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

Validation steps

  1. Fetch to find resource

    A2A Agent Card was not found at the expected path.

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

Agent Ease of UseSkill DiscoveryEmerging recommendation

Agent Skills index

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

20 Fail

Needs attention

Agent Skills index

Failed check
01

Issue

Agent Skills index was not found at the expected path.

02

Why it matters

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

Check name

Agent Skills index

Score

0/100

Status

fail

Category

Skill Discovery

Maturity

Emerging recommendation

Goal

Publish an agent skills discovery index.

Result

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

Validation steps

  1. Fetch to find resource

    Agent Skills index was not found at the expected path.

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

Agent Ease of UseSkill DiscoveryEmerging recommendation

agent.json

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

20 Fail

Needs attention

agent.json

Failed check
01

Issue

agent.json was not found at the expected path.

02

Why it matters

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

Check name

agent.json

Score

0/100

Status

fail

Category

Skill Discovery

Maturity

Emerging recommendation

Goal

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

Result

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

Validation steps

  1. Fetch to find resource

    agent.json was not found at the expected path.

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

Agent Ease of UseSkill DiscoveryInformational

agents.json

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

20 Fail

Needs attention

agents.json

Failed check
01

Issue

agents.json was not found at the expected path.

02

Why it matters

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

Check name

agents.json

Score

0/100

Status

fail

Category

Skill Discovery

Maturity

Informational

Goal

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

Result

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

Validation steps

  1. Fetch to find resource

    agents.json was not found at the expected path.

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

Agent Ease of UseSkill DiscoveryEmerging recommendation

DNS-AID Agent Discovery

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

15 Fail

Needs attention

DNS-AID Agent Discovery

Failed check
01

Issue

No DNS-AID entrypoint records were found under _agents.

02

Why it matters

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

Check name

DNS-AID Agent Discovery

Score

25/100

Status

fail

Category

Skill Discovery

Maturity

Emerging recommendation

Goal

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

Result

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

Validation steps

  1. Resolve DNS-AID SVCB/HTTPS records

    No DNS-AID entrypoint records were found under _agents.

  2. Validate alpn and endpoint parameters

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

  3. Check DNSSEC material

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

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

Agent Ease of UseMCPInformational

WebMCP

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

13 Warning

Needs attention

WebMCP

Warning
01

Issue

WebMCP declarative annotations need fixes.

Details

02

Why it matters

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

Check name

WebMCP

Score

50/100

Status

warning

Category

MCP

Maturity

Informational

Goal

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

Result

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

Validation steps

  1. Detect data-mcp-tool annotations

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

  2. Detect WebMCP declarative tags

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

  3. Validate WebMCP declarative annotation quality

    WebMCP declarative annotations need fixes.

    WebMCP declarative annotation issues
    • <input name="source"> is missing tool-param-description.
  4. Detect WebMCP imperative API usage

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

  5. Detect WebMCP browser navigator injection

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

  6. Interactive surface coverage

    Only 0% of interactive surfaces are annotated.

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

AI DiscoverabilityContent ReadinessEstablished

Content freshness signals

Content freshness signals is partially implemented.

6 Warning

Needs attention

Content freshness signals

Warning
01

Issue

Content freshness signals are incomplete: 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

75/100

Status

warning

Category

Content Readiness

Maturity

Established

Goal

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

Result

Content freshness signals is partially implemented.

Evidence
{
  "lastModified": "Mon, 08 Jun 2026 16:38:04 GMT",
  "schemaDates": [
    "2026-04-09",
    "2023-01-01"
  ],
  "metaDateCount": 0,
  "timeDateCount": 0
}

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

20 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": 20,
  "passing": 0,
  "failing": [
    {
      "heading": "Adaptive security awareness training.",
      "headingHtml": "<h2 class=\"bx_heading-style-h2\">Adaptive security awareness training.</h2>",
      "firstParagraph": "Engage employees with interactive security awareness training and fully editable, expert-vetted content.",
      "paragraphHtml": "<p class=\"bx_text-color-secondary\">Engage employees with interactive security awareness training and fully editable, expert-vetted content.</p>",
      "words": 12,
      "direct": false,
      "issue": "First paragraph is 12 words and does not look like a concise direct answer."
    },
    {
      "heading": "Interactive training modules onsecurity, compliance, and AI threats",
      "headingHtml": "<h3 class=\"bx_heading-style-h5\">Interactive training modules on<br>security, compliance, and AI threats</h3>",
      "firstParagraph": "Engaging, scenario-based modules that build real-world skills in security, compliance, and navigating emerging AI-driven threats.",
      "paragraphHtml": "<p class=\"bx_text-color-secondary\">Engaging, scenario-based modules that build real-world skills in security, compliance, and navigating emerging AI-driven threats.</p>",
      "words": 15,
      "direct": false,
      "issue": "First paragraph is 15 words and does not look like a concise direct answer."
    },
    {
      "heading": "Customize any training in secondswith AI content creator",
      "headingHtml": "<h3 class=\"bx_heading-style-h5\">Customize any training in seconds<br>with AI content creator</h3>",
      "firstParagraph": "Tailor training modules to your organization with an AI-powered content creator built for usability, speed, and precision.",
      "paragraphHtml": "<p class=\"bx_text-color-secondary\">Tailor training modules to your organization with an AI-powered content creator built for usability, speed, and precision.</p>",
      "words": 17,
      "direct": false,
      "issue": "First paragraph is 17 words and does not look like a concise direct answer."
    },
    {
      "heading": "Personalized to each employee with executive deepfakes and company OSINT",
      "headingHtml": "<h3 class=\"bx_heading-style-h5\">Personalized to each employee with executive deepfakes and company OSINT</h3>",
      "firstParagraph": "Role-specific training powered by real-world intelligence and featuring hyperrealistic AI executive deepfakes.",
      "paragraphHtml": "<p class=\"bx_text-color-secondary\">Role-specific training powered by real-world intelligence and featuring hyperrealistic AI executive deepfakes.</p>",
      "words": 12,
      "direct": false,
      "issue": "First paragraph is 12 words and does not look like a concise direct answer."
    },
    {
      "heading": "Phishing simulations for an AI world.",
      "headingHtml": "<h2 class=\"bx_heading-style-h2\">Phishing simulations for an AI world.</h2>",
      "firstParagraph": "Train employees with hyper-realistic, multi-channel phishing simulations powered by AI and OSINT.",
      "paragraphHtml": "<p class=\"bx_text-color-secondary\">Train employees with hyper-realistic, multi-channel phishing simulations powered by AI and OSINT.</p>",
      "words": 12,
      "direct": false,
      "issue": "First paragraph is 12 words and does not look like a concise direct answer."
    },
    {
      "heading": "Spear phishing simulations featuring company OSINT",
      "headingHtml": "<h3 class=\"bx_heading-style-h5\">Spear phishing simulations &#xa0;featuring company OSINT</h3>",
      "firstParagraph": "Phishing simulations that mirror how attackers actually leverage AI to target your organization.",
      "paragraphHtml": "<p class=\"bx_text-color-secondary\">Phishing simulations that mirror how attackers actually leverage AI to target your organization.</p>",
      "words": 13,
      "direct": false,
      "issue": "First paragraph is 13 words and does not look like a concise direct answer."
    },
    {
      "heading": "Run phishing tests with custom AI personas on any attack surface",
      "headingHtml": "<h3 class=\"bx_heading-style-h5\">Run phishing tests with custom &#xa0;AI personas on any attack surface</h3>",
      "firstParagraph": "Launch phishing simulations across email, phone, and SMS using lifelike AI-driven personas.",
      "paragraphHtml": "<p class=\"bx_text-color-secondary\">Launch phishing simulations across email, phone, and SMS using lifelike AI-driven personas.</p>",
      "words": 12,
      "direct": false,
      "issue": "First paragraph is 12 words and does not look like a concise direct answer."
    },
    {
      "heading": "Phish reporting button with AI-powered phishing triage",
      "headingHtml": "<h3 class=\"bx_heading-style-h5\">Phish reporting button with AI-powered phishing triage</h3>",
      "firstParagraph": "Empower employees to flag attacks while AI handles triage at scale.",
      "paragraphHtml": "<p class=\"bx_text-color-secondary\">Empower employees to flag attacks while AI handles triage at scale.</p>",
      "words": 11,
      "direct": false,
      "issue": "First paragraph is 11 words and does not look like a concise direct answer."
    },
    {
      "heading": "Human risk monitoring and mitigation.",
      "headingHtml": "<h2 class=\"bx_heading-style-h2\">Human risk monitoring and mitigation.</h2>",
      "firstParagraph": "Turn behavior and exposure into measurable security risk reduction.",
      "paragraphHtml": "<p class=\"bx_text-color-secondary\">Turn behavior and exposure into measurable security risk reduction.</p>",
      "words": 9,
      "direct": false,
      "issue": "First paragraph is 9 words and does not look like a concise direct answer."
    },
    {
      "heading": "Dynamic risk scoring",
      "headingHtml": "<h3 class=\"bx_heading-style-h5\">Dynamic risk scoring</h3>",
      "firstParagraph": "",
      "paragraphHtml": "<p class=\"bx_text-color-secondary\"></p>",
      "words": 0,
      "direct": false,
      "issue": "First paragraph is 0 words and does not look like a concise direct answer."
    },
    {
      "heading": "Personalized risk remediation",
      "headingHtml": "<h3 class=\"bx_heading-style-h5\">Personalized risk remediation</h3>",
      "firstParagraph": "Automatically launch custom training and phishing simulations based on user risk.",
      "paragraphHtml": "<p class=\"bx_text-color-secondary\">Automatically launch custom training and phishing simulations based on user risk.</p>",
      "words": 11,
      "direct": false,
      "issue": "First paragraph is 11 words and does not look like a concise direct answer."
    },
    {
      "heading": "Executive exposure monitoring",
      "headingHtml": "<h3 class=\"bx_heading-style-h5\">Executive exposure monitoring</h3>",
      "firstParagraph": "Risks identified through OSINT analysis requiring immediate attention and action.",
      "paragraphHtml": "<p class=\"bx_text-color-secondary\">Risks identified through OSINT analysis requiring immediate attention and action.</p>",
      "words": 10,
      "direct": false,
      "issue": "First paragraph is 10 words and does not look like a concise direct answer."
    },
    {
      "heading": "Everything that powers your experience.",
      "headingHtml": "<h2 class=\"bx_heading-style-h2\">Everything that powers your experience.</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Executive dashboards and board-ready reporting.",
      "headingHtml": "<h3 class=\"bx_heading-style-h5\">Executive dashboards and board-ready reporting.</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Seamless integrations with your entire tech stack.",
      "headingHtml": "<h3 class=\"bx_heading-style-h5\">Seamless integrations with your entire tech stack.</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Product updates",
      "headingHtml": "<h2 class=\"bx_heading-style-h2 bx_text-color-primary _w-tour-link-5\">Product updates</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "New Release: Custom Admin Notifications",
      "headingHtml": "<h3 class=\"bx_heading-style-h6 bx_text-color-primary _w-tour-link-14\">New Release: Custom Admin Notifications</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "New Release: Autoplay Training Content",
      "headingHtml": "<h3 class=\"bx_heading-style-h6 bx_text-color-primary _w-tour-link-14\">New Release: Autoplay Training Content</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "New Release: Branded Training",
      "headingHtml": "<h3 class=\"bx_heading-style-h6 bx_text-color-primary _w-tour-link-14\">New Release: Branded Training</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Take a self-guided product tour",
      "headingHtml": "<h3 class=\"bx_heading-style-h4 _w-tour-link-16\">Take a self-guided product tour</h3>",
      "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

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

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": 5,
  "questionH2s": [],
  "hasFaq": true,
  "score": 50,
  "weight": 18
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

AIO: Visible structured data match

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

3 Warning

Needs attention

AIO: Visible structured data match

Warning
01

Issue

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

Details

02

Why it matters

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

Check name

AIO: Visible structured data match

Score

68/100

Status

warning

Category

GEO, AIO & AEO

Maturity

Emerging recommendation

Goal

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

Result

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

Evidence
{
  "schemaCount": 7,
  "checkedFields": [
    {
      "path": "$[0].@graph[0].name",
      "value": "Adaptive Security"
    },
    {
      "path": "$[0].@graph[0].alternateName",
      "value": "TeamGuard AI Inc"
    },
    {
      "path": "$[0].@graph[0].description",
      "value": "Next-generation AI-native security awareness training platform. OpenAI's first and only cybersecurity investment, backed by $146.5M in total funding from Andreessen Horowitz and OpenAI Startup Fund. Protecting organizations from deepfakes, AI phishing, and next-gen social engineering attacks."
    },
    {
      "path": "$[0].@graph[0].founder[0].name",
      "value": "Brian Long"
    },
    {
      "path": "$[0].@graph[0].founder[0].description",
      "value": "Previously founded TapCommerce (acquired by Twitter) and Attentive. Led Attentive to $500M+ annual revenue with 8,000+ customers."
    },
    {
      "path": "$[0].@graph[0].founder[0].alumniOf.name",
      "value": "University of Pennsylvania"
    },
    {
      "path": "$[0].@graph[0].founder[1].name",
      "value": "Andrew Jones"
    },
    {
      "path": "$[0].@graph[0].founder[1].description",
      "value": "Co-founded Attentive (Chief Product Officer) and TapCommerce. Led product development serving 8,000+ customers."
    },
    {
      "path": "$[0].@graph[0].founder[1].alumniOf.name",
      "value": "New York University"
    },
    {
      "path": "$[0].@graph[1].name",
      "value": "Adaptive Security"
    },
    {
      "path": "$[0].@graph[1].description",
      "value": "AI-native security awareness training platform protecting organizations from deepfakes and next-gen threats"
    },
    {
      "path": "$[0].@graph[2].name",
      "value": "Adaptive Security: AI-Native Security Awareness Training for Deepfakes & AI Threats"
    },
    {
      "path": "$[0].@graph[2].description",
      "value": "Security awareness training and phishing simulations built for AI threats. Protect against deepfakes, AI phishing, SMS and voice attacks with personalized training, executive deepfakes, and 200+ integrations. Trusted by leading organizations."
    },
    {
      "path": "$[0].@graph[2].breadcrumb.itemListElement[0].name",
      "value": "Home"
    },
    {
      "path": "$[0].@graph[3].name",
      "value": "Adaptive Security Platform"
    },
    {
      "path": "$[0].@graph[3].alternateName",
      "value": "Adaptive"
    },
    {
      "path": "$[0].@graph[3].description",
      "value": "AI-native cybersecurity awareness and phishing simulation platform with executive deepfake training, multi-channel attack simulations (email, SMS, voice), and 200+ enterprise integrations. The only security platform backed by OpenAI."
    },
    {
      "path": "$[0].@graph[3].review[0].author.name",
      "value": "Phillip McKibbins"
    },
    {
      "path": "$[0].@graph[3].review[1].author.name",
      "value": "Joshua Lopez"
    },
    {
      "path": "$[0].@graph[3].review[2].author.name",
      "value": "Jake Kienholz"
    },
    {
      "path": "$[0].@graph[3].review[3].author.name",
      "value": "Chris Ott"
    },
    {
      "path": "$[0].@graph[3].offers.priceSpecification.description",
      "value": "Quote-based pricing. Contact Adaptive Security for a custom quote."
    },
    {
      "path": "$[0].@graph[3].offers.description",
      "value": "Book a personalized demo to explore the platform"
    },
    {
      "path": "$[0].@graph[4].areaServed.name",
      "value": "United States"
    },
    {
      "path": "$[0].@graph[4].hasOfferCatalog.name",
      "value": "Security Training Services"
    },
    {
      "path": "$[0].@graph[4].hasOfferCatalog.itemListElement[0].itemOffered.name",
      "value": "AI Phishing Simulations"
    },
    {
      "path": "$[0].@graph[4].hasOfferCatalog.itemListElement[0].itemOffered.description",
      "value": "Multi-channel phishing simulations across email, SMS, voice, and video with AI-powered threat scenarios"
    },
    {
      "path": "$[0].@graph[4].hasOfferCatalog.itemListElement[1].itemOffered.name",
      "value": "Executive Deepfake Training"
    },
    {
      "path": "$[0].@graph[4].hasOfferCatalog.itemListElement[1].itemOffered.description",
      "value": "Personalized deepfake simulations using company executives to train employees on AI-powered social engineering"
    },
    {
      "path": "$[0].@graph[4].hasOfferCatalog.itemListElement[2].itemOffered.name",
      "value": "Phish Triage"
    },
    {
      "path": "$[0].@graph[4].hasOfferCatalog.itemListElement[2].itemOffered.description",
      "value": "AI-powered email threat detection and response with automated classification and org-wide remediation"
    },
    {
      "path": "$[0].@graph[4].hasOfferCatalog.itemListElement[3].itemOffered.name",
      "value": "Compliance Training"
    },
    {
      "path": "$[0].@graph[4].hasOfferCatalog.itemListElement[3].itemOffered.description",
      "value": "Industry-specific compliance training including HIPAA, SOC 2, and GDPR requirements"
    },
    {
      "path": "$[0].@graph[4].hasOfferCatalog.itemListElement[4].itemOffered.name",
      "value": "Security Awareness Training"
    },
    {
      "path": "$[0].@graph[4].hasOfferCatalog.itemListElement[4].itemOffered.description",
      "value": "AI-powered cybersecurity training with interactive modules, personalized learning paths, and continuous education"
    },
    {
      "path": "$[0].@graph[4].hasOfferCatalog.itemListElement[5].itemOffered.name",
      "value": "Risk Monitoring and Mitigation"
    },
    {
      "path": "$[0].@graph[4].hasOfferCatalog.itemListElement[5].itemOffered.description",
      "value": "Dynamic employee risk scoring, executive exposure monitoring, and automated risk remediation"
    },
    {
      "path": "$[0].@graph[5].mainEntity[0].name",
      "value": "What is Adaptive Security?"
    },
    {
      "path": "$[0].@graph[5].mainEntity[1].name",
      "value": "What makes Adaptive Security different from other security training platforms?"
    },
    {
      "path": "$[0].@graph[5].mainEntity[2].name",
      "value": "What industries does Adaptive Security serve?"
    }
  ],
  "mismatches": [
    {
      "path": "$[0].@graph[0].description",
      "value": "Next-generation AI-native security awareness training platform. OpenAI's first and only cybersecurity investment, backed by $146.5M in total funding from Andreessen Horowitz and OpenAI Startup Fund. Protecting organizations from deepfakes, AI phishing, and next-gen social engineering attacks."
    },
    {
      "path": "$[0].@graph[0].founder[0].name",
      "value": "Brian Long"
    },
    {
      "path": "$[0].@graph[0].founder[0].description",
      "value": "Previously founded TapCommerce (acquired by Twitter) and Attentive. Led Attentive to $500M+ annual revenue with 8,000+ customers."
    },
    {
      "path": "$[0].@graph[0].founder[0].alumniOf.name",
      "value": "University of Pennsylvania"
    },
    {
      "path": "$[0].@graph[0].founder[1].name",
      "value": "Andrew Jones"
    },
    {
      "path": "$[0].@graph[0].founder[1].description",
      "value": "Co-founded Attentive (Chief Product Officer) and TapCommerce. Led product development serving 8,000+ customers."
    },
    {
      "path": "$[0].@graph[3].review[0].author.name",
      "value": "Phillip McKibbins"
    },
    {
      "path": "$[0].@graph[3].review[1].author.name",
      "value": "Joshua Lopez"
    },
    {
      "path": "$[0].@graph[3].review[2].author.name",
      "value": "Jake Kienholz"
    },
    {
      "path": "$[0].@graph[4].areaServed.name",
      "value": "United States"
    },
    {
      "path": "$[0].@graph[4].hasOfferCatalog.itemListElement[3].itemOffered.description",
      "value": "Industry-specific compliance training including HIPAA, SOC 2, and GDPR requirements"
    },
    {
      "path": "$[0].@graph[5].mainEntity[1].name",
      "value": "What makes Adaptive Security different from other security training platforms?"
    },
    {
      "path": "$[0].@graph[5].mainEntity[2].name",
      "value": "What industries does Adaptive Security serve?"
    }
  ],
  "score": 68,
  "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

No substantial explanatory paragraphs were found.

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": 1,
  "citablePassages": 0,
  "failingCandidateParagraphs": [],
  "citableParagraphs": [],
  "score": 75,
  "weight": 18
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

AIO: Source and trust signals

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

2 Warning

Needs attention

AIO: Source and trust signals

Warning
01

Issue

Missing AIO trust signals: publisher.

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

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: Source and trust signals scored 80/100 and needs improvement.

Evidence
{
  "signals": {
    "author": true,
    "publisher": false,
    "freshnessDate": true,
    "aboutOrContact": true,
    "policyLinks": true
  },
  "missing": [
    "publisher"
  ],
  "authorMeta": "",
  "schemaAuthors": [
    "Phillip McKibbins",
    "Joshua Lopez",
    "Jake Kienholz",
    "Chris Ott"
  ],
  "schemaPublishers": [],
  "schemaDates": [
    "2023-01-01",
    "2026-04-09",
    "2024-09-15",
    "2024-08-22",
    "2024-07-10"
  ],
  "visibleDates": [],
  "aboutLinks": [
    {
      "href": "/about",
      "text": "About us",
      "html": "<a href=\"/about\" class=\"nav_dropdown-grid-link is-black w-inline-block\"><div class=\"bx_icon-1x1-regular w-embed\"><svg width=\"20\" height=\"20\" viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M13.3327 17.5V15.8333C13.3327 14.9493 12.9815 14.1014 12.3564 13.4763C11.7313 12.8512 10.8834 12.5 9.99935 12.5H4.99935C4.11529 12.5 3.26745 12.8512 2.64233 13.4763C2.01721 14.1014 1.66602 14.9493 1.66602 15.8333V17.5M18.3327 17.4999V15.8332C18.3321 15.0947 18.0863 14.3772 17.63..."
    },
    {
      "href": "/about",
      "text": "About",
      "html": "<a href=\"/about\" class=\"footer_link\">About</a>"
    },
    {
      "href": "https://www.linkedin.com/company/adaptivesecurity/",
      "text": "visit linkedin page",
      "html": "<a href=\"https://www.linkedin.com/company/adaptivesecurity/\" class=\"footer_social-link w-inline-block\"><div class=\"bx_icon-1x1-regular w-embed\"><svg width=\"20\" height=\"20\" viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M16.7974 0.960938C17.5946 0.960938 18.2409 1.6068 18.2409 2.4045V16.7974C18.2409 17.5946 17.5951 18.2409 16.7974 18.2409H2.4045C1.60724 18.2409 0.960938 17.5951 0.960938 16.7974V2.4045C0.960938 1.60724 1.6068..."
    }
  ],
  "contactLinks": [
    {
      "href": "/support",
      "text": "Support",
      "html": "<a href=\"/support\" class=\"banner_text-link\">Support</a>"
    },
    {
      "href": "/protecting-older-adults",
      "text": "FEATURED Adaptive is providing free, interactive training to help older adults recognize and stop deepfake-enabled fraud.Learn more",
      "html": "<a href=\"/protecting-older-adults\" class=\"nav_dropdown-featured-item hide-tablet w-inline-block\"><div class=\"bx_text-size-tiny bx_text-color-tertiary bx_text-weight-medium hide-tablet\">FEATURED</div><div class=\"nav-dropdown_feature-img-wrap\"><img src=\"https://cdn.prod.website-files.com/6678499d9a616f8ae8e1c2f0/69a882f9cb2f102a6b0fcf85_GARY_Still_v1.webp\" loading=\"lazy\" sizes=\"100vw\" srcset=\"https://cdn.prod.website-files.com/6678499d9a616f8ae8e1c2f0/69a882f9cb2f102a6b0fcf85_GARY_Still_v1-p-50..."
    },
    {
      "href": "https://help.adaptivesecurity.com/en/?_gl=1*rw3jt9*_gcl_aw*R0NMLjE3NjQ2MjIwNzQuQ2p3S0NBaUFsclhKQmhCQUVpd0EtNXBnd2drVHFXcXVfMkJpZ2xuTXNZVm9iVi1udGpRTi0wWkFXV2p1cVdZMlBqdVg4UWZDdEZ2bmpob0NYQUVRQXZEX0J3RQ..*_gcl_au*MTM3MDU3MjE2Ny4xNzY0MTA4NTQ3LjMwNzE3NTU1LjE3NjQ3Nzc3OTQuMTc2NDc3Nzc5NA..",
      "text": "Help center",
      "html": "<a href=\"https://help.adaptivesecurity.com/en/?_gl=1*rw3jt9*_gcl_aw*R0NMLjE3NjQ2MjIwNzQuQ2p3S0NBaUFsclhKQmhCQUVpd0EtNXBnd2drVHFXcXVfMkJpZ2xuTXNZVm9iVi1udGpRTi0wWkFXV2p1cVdZMlBqdVg4UWZDdEZ2bmpob0NYQUVRQXZEX0J3RQ..*_gcl_au*MTM3MDU3MjE2Ny4xNzY0MTA4NTQ3LjMwNzE3NTU1LjE3NjQ3Nzc3OTQuMTc2NDc3Nzc5NA..\" class=\"nav_dropdown-bottom-link margin-left w-inline-block\"><div class=\"icon-1x1-small w-embed\"><svg width=\"14\" height=\"14\" viewBox=\"0 0 14 14\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <g clip-pa..."
    },
    {
      "href": "https://help.adaptivesecurity.com/en/?_gl=1*rw3jt9*_gcl_aw*R0NMLjE3NjQ2MjIwNzQuQ2p3S0NBaUFsclhKQmhCQUVpd0EtNXBnd2drVHFXcXVfMkJpZ2xuTXNZVm9iVi1udGpRTi0wWkFXV2p1cVdZMlBqdVg4UWZDdEZ2bmpob0NYQUVRQXZEX0J3RQ..*_gcl_au*MTM3MDU3MjE2Ny4xNzY0MTA4NTQ3LjMwNzE3NTU1LjE3NjQ3Nzc3OTQuMTc2NDc3Nzc5NA..",
      "text": "Knowledge hub",
      "html": "<a href=\"https://help.adaptivesecurity.com/en/?_gl=1*rw3jt9*_gcl_aw*R0NMLjE3NjQ2MjIwNzQuQ2p3S0NBaUFsclhKQmhCQUVpd0EtNXBnd2drVHFXcXVfMkJpZ2xuTXNZVm9iVi1udGpRTi0wWkFXV2p1cVdZMlBqdVg4UWZDdEZ2bmpob0NYQUVRQXZEX0J3RQ..*_gcl_au*MTM3MDU3MjE2Ny4xNzY0MTA4NTQ3LjMwNzE3NTU1LjE3NjQ3Nzc3OTQuMTc2NDc3Nzc5NA..\" class=\"nav_dropdown-bottom-link padding-right w-inline-block\"><div class=\"icon-1x1-small w-embed\"><svg width=\"14\" height=\"14\" viewBox=\"0 0 14 14\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=..."
    },
    {
      "href": "/contact",
      "text": "Contact",
      "html": "<a href=\"/contact\" class=\"nav_dropdown-bottom-link padding-right w-inline-block\"><div class=\"icon-1x1-small w-embed\"><svg width=\"14\" height=\"14\" viewBox=\"0 0 14 14\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M12.8327 4.08594L7.60018 7.41094C7.42009 7.52377 7.21187 7.58361 6.99935 7.58361C6.78683 7.58361 6.57861 7.52377 6.39852 7.41094L1.16602 4.08594M2.33268 2.33594H11.666C12.3103 2.33594 12.8327 2.85827 12.8327 3.5026V10.5026C12.8327 11.1469 12.3103 11.6693 11.666 11.6693H2.332..."
    },
    {
      "href": "https://help.adaptivesecurity.com/en/?_gl=1*17f3lc1*_gcl_au*NzQzMzU4NzA1LjE3NjU0OTgyMDkuMTQyNzY4NzM1NS4xNzY1NDk4MjE5LjE3NjU0OTgzMzY.",
      "text": "Knowledge Hub",
      "html": "<a href=\"https://help.adaptivesecurity.com/en/?_gl=1*17f3lc1*_gcl_au*NzQzMzU4NzA1LjE3NjU0OTgyMDkuMTQyNzY4NzM1NS4xNzY1NDk4MjE5LjE3NjU0OTgzMzY.\" class=\"footer_link\">Knowledge Hub</a>"
    },
    {
      "href": "https://help.adaptivesecurity.com/en/?_gl=1*hzjw4i*_gcl_au*NzQzMzU4NzA1LjE3NjU0OTgyMDkuMTQyNzY4NzM1NS4xNzY1NDk4MjE5LjE3NjU0OTgzMzY.",
      "text": "Help Center",
      "html": "<a href=\"https://help.adaptivesecurity.com/en/?_gl=1*hzjw4i*_gcl_au*NzQzMzU4NzA1LjE3NjU0OTgyMDkuMTQyNzY4NzM1NS4xNzY1NDk4MjE5LjE3NjU0OTgzMzY.\" class=\"footer_link\">Help Center</a>"
    },
    {
      "href": "/support",
      "text": "Support",
      "html": "<a href=\"/support\" class=\"footer_link\">Support</a>"
    }
  ],
  "privacyLinks": [
    {
      "href": "/legal#terms-of-service",
      "text": "Terms of use",
      "html": "<a href=\"/legal#terms-of-service\" class=\"footer_link\">Terms of use</a>"
    },
    {
      "href": "/legal#privacy-policy",
      "text": "Privacy policy",
      "html": "<a href=\"/legal#privacy-policy\" class=\"footer_link\">Privacy policy</a>"
    },
    {
      "href": "#",
      "text": "Your privacy choices",
      "html": "<a data-ccpa=\"open\" href=\"#\" class=\"footer_link\">Your privacy choices</a>"
    }
  ],
  "score": 80,
  "weight": 20
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

GEO: Entity clarity

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

2 Warning

Needs attention

GEO: Entity clarity

Warning
01

Issue

Title/H1 terms missing from description: awareness, built, protect, against, powered.

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

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

Evidence
{
  "title": "Adaptive Security: Security Awareness Training Built for AI Threats",
  "h1": "Protect against deepfakes and AI-powered attacks",
  "description": "Adaptive's next-generation security training and phishing simulation platform protects businesses from deepfakes, generative AI phishing, SMS attacks, voice phishing, and more emerging threats.",
  "topicOverlap": 0.5454545454545454,
  "topicTerms": [
    "adaptive",
    "security",
    "awareness",
    "training",
    "built",
    "threats",
    "protect",
    "against",
    "deepfakes",
    "powered",
    "attacks"
  ],
  "descriptionTerms": [
    "adaptive",
    "next",
    "generation",
    "security",
    "training",
    "phishing",
    "simulation",
    "platform",
    "protects",
    "businesses",
    "deepfakes",
    "generative",
    "sms",
    "attacks",
    "voice",
    "more",
    "emerging",
    "threats"
  ],
  "missingFromDescription": [
    "awareness",
    "built",
    "protect",
    "against",
    "powered"
  ],
  "score": 86,
  "weight": 28
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

GEO: Extraction-friendly structure

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

2 Warning

Needs attention

GEO: Extraction-friendly structure

Warning
01

Issue

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

Details

02

Why it matters

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

Check name

GEO: Extraction-friendly structure

Score

85/100

Status

warning

Category

GEO, AIO & AEO

Maturity

Emerging recommendation

Goal

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

Result

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

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

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

AEO: Answer evidence and trust

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

2 Warning

Needs attention

AEO: Answer evidence and trust

Warning
01

Issue

Missing AIO trust signals: publisher.

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

80/100

Status

warning

Category

GEO, AIO & AEO

Maturity

Emerging recommendation

Goal

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

Result

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

Evidence
{
  "signals": {
    "author": true,
    "publisher": false,
    "freshnessDate": true,
    "aboutOrContact": true,
    "policyLinks": true
  },
  "missing": [
    "publisher"
  ],
  "authorMeta": "",
  "schemaAuthors": [
    "Phillip McKibbins",
    "Joshua Lopez",
    "Jake Kienholz",
    "Chris Ott"
  ],
  "schemaPublishers": [],
  "schemaDates": [
    "2023-01-01",
    "2026-04-09",
    "2024-09-15",
    "2024-08-22",
    "2024-07-10"
  ],
  "visibleDates": [],
  "aboutLinks": [
    {
      "href": "/about",
      "text": "About us",
      "html": "<a href=\"/about\" class=\"nav_dropdown-grid-link is-black w-inline-block\"><div class=\"bx_icon-1x1-regular w-embed\"><svg width=\"20\" height=\"20\" viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M13.3327 17.5V15.8333C13.3327 14.9493 12.9815 14.1014 12.3564 13.4763C11.7313 12.8512 10.8834 12.5 9.99935 12.5H4.99935C4.11529 12.5 3.26745 12.8512 2.64233 13.4763C2.01721 14.1014 1.66602 14.9493 1.66602 15.8333V17.5M18.3327 17.4999V15.8332C18.3321 15.0947 18.0863 14.3772 17.63..."
    },
    {
      "href": "/about",
      "text": "About",
      "html": "<a href=\"/about\" class=\"footer_link\">About</a>"
    },
    {
      "href": "https://www.linkedin.com/company/adaptivesecurity/",
      "text": "visit linkedin page",
      "html": "<a href=\"https://www.linkedin.com/company/adaptivesecurity/\" class=\"footer_social-link w-inline-block\"><div class=\"bx_icon-1x1-regular w-embed\"><svg width=\"20\" height=\"20\" viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M16.7974 0.960938C17.5946 0.960938 18.2409 1.6068 18.2409 2.4045V16.7974C18.2409 17.5946 17.5951 18.2409 16.7974 18.2409H2.4045C1.60724 18.2409 0.960938 17.5951 0.960938 16.7974V2.4045C0.960938 1.60724 1.6068..."
    }
  ],
  "contactLinks": [
    {
      "href": "/support",
      "text": "Support",
      "html": "<a href=\"/support\" class=\"banner_text-link\">Support</a>"
    },
    {
      "href": "/protecting-older-adults",
      "text": "FEATURED Adaptive is providing free, interactive training to help older adults recognize and stop deepfake-enabled fraud.Learn more",
      "html": "<a href=\"/protecting-older-adults\" class=\"nav_dropdown-featured-item hide-tablet w-inline-block\"><div class=\"bx_text-size-tiny bx_text-color-tertiary bx_text-weight-medium hide-tablet\">FEATURED</div><div class=\"nav-dropdown_feature-img-wrap\"><img src=\"https://cdn.prod.website-files.com/6678499d9a616f8ae8e1c2f0/69a882f9cb2f102a6b0fcf85_GARY_Still_v1.webp\" loading=\"lazy\" sizes=\"100vw\" srcset=\"https://cdn.prod.website-files.com/6678499d9a616f8ae8e1c2f0/69a882f9cb2f102a6b0fcf85_GARY_Still_v1-p-50..."
    },
    {
      "href": "https://help.adaptivesecurity.com/en/?_gl=1*rw3jt9*_gcl_aw*R0NMLjE3NjQ2MjIwNzQuQ2p3S0NBaUFsclhKQmhCQUVpd0EtNXBnd2drVHFXcXVfMkJpZ2xuTXNZVm9iVi1udGpRTi0wWkFXV2p1cVdZMlBqdVg4UWZDdEZ2bmpob0NYQUVRQXZEX0J3RQ..*_gcl_au*MTM3MDU3MjE2Ny4xNzY0MTA4NTQ3LjMwNzE3NTU1LjE3NjQ3Nzc3OTQuMTc2NDc3Nzc5NA..",
      "text": "Help center",
      "html": "<a href=\"https://help.adaptivesecurity.com/en/?_gl=1*rw3jt9*_gcl_aw*R0NMLjE3NjQ2MjIwNzQuQ2p3S0NBaUFsclhKQmhCQUVpd0EtNXBnd2drVHFXcXVfMkJpZ2xuTXNZVm9iVi1udGpRTi0wWkFXV2p1cVdZMlBqdVg4UWZDdEZ2bmpob0NYQUVRQXZEX0J3RQ..*_gcl_au*MTM3MDU3MjE2Ny4xNzY0MTA4NTQ3LjMwNzE3NTU1LjE3NjQ3Nzc3OTQuMTc2NDc3Nzc5NA..\" class=\"nav_dropdown-bottom-link margin-left w-inline-block\"><div class=\"icon-1x1-small w-embed\"><svg width=\"14\" height=\"14\" viewBox=\"0 0 14 14\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <g clip-pa..."
    },
    {
      "href": "https://help.adaptivesecurity.com/en/?_gl=1*rw3jt9*_gcl_aw*R0NMLjE3NjQ2MjIwNzQuQ2p3S0NBaUFsclhKQmhCQUVpd0EtNXBnd2drVHFXcXVfMkJpZ2xuTXNZVm9iVi1udGpRTi0wWkFXV2p1cVdZMlBqdVg4UWZDdEZ2bmpob0NYQUVRQXZEX0J3RQ..*_gcl_au*MTM3MDU3MjE2Ny4xNzY0MTA4NTQ3LjMwNzE3NTU1LjE3NjQ3Nzc3OTQuMTc2NDc3Nzc5NA..",
      "text": "Knowledge hub",
      "html": "<a href=\"https://help.adaptivesecurity.com/en/?_gl=1*rw3jt9*_gcl_aw*R0NMLjE3NjQ2MjIwNzQuQ2p3S0NBaUFsclhKQmhCQUVpd0EtNXBnd2drVHFXcXVfMkJpZ2xuTXNZVm9iVi1udGpRTi0wWkFXV2p1cVdZMlBqdVg4UWZDdEZ2bmpob0NYQUVRQXZEX0J3RQ..*_gcl_au*MTM3MDU3MjE2Ny4xNzY0MTA4NTQ3LjMwNzE3NTU1LjE3NjQ3Nzc3OTQuMTc2NDc3Nzc5NA..\" class=\"nav_dropdown-bottom-link padding-right w-inline-block\"><div class=\"icon-1x1-small w-embed\"><svg width=\"14\" height=\"14\" viewBox=\"0 0 14 14\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=..."
    },
    {
      "href": "/contact",
      "text": "Contact",
      "html": "<a href=\"/contact\" class=\"nav_dropdown-bottom-link padding-right w-inline-block\"><div class=\"icon-1x1-small w-embed\"><svg width=\"14\" height=\"14\" viewBox=\"0 0 14 14\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M12.8327 4.08594L7.60018 7.41094C7.42009 7.52377 7.21187 7.58361 6.99935 7.58361C6.78683 7.58361 6.57861 7.52377 6.39852 7.41094L1.16602 4.08594M2.33268 2.33594H11.666C12.3103 2.33594 12.8327 2.85827 12.8327 3.5026V10.5026C12.8327 11.1469 12.3103 11.6693 11.666 11.6693H2.332..."
    },
    {
      "href": "https://help.adaptivesecurity.com/en/?_gl=1*17f3lc1*_gcl_au*NzQzMzU4NzA1LjE3NjU0OTgyMDkuMTQyNzY4NzM1NS4xNzY1NDk4MjE5LjE3NjU0OTgzMzY.",
      "text": "Knowledge Hub",
      "html": "<a href=\"https://help.adaptivesecurity.com/en/?_gl=1*17f3lc1*_gcl_au*NzQzMzU4NzA1LjE3NjU0OTgyMDkuMTQyNzY4NzM1NS4xNzY1NDk4MjE5LjE3NjU0OTgzMzY.\" class=\"footer_link\">Knowledge Hub</a>"
    },
    {
      "href": "https://help.adaptivesecurity.com/en/?_gl=1*hzjw4i*_gcl_au*NzQzMzU4NzA1LjE3NjU0OTgyMDkuMTQyNzY4NzM1NS4xNzY1NDk4MjE5LjE3NjU0OTgzMzY.",
      "text": "Help Center",
      "html": "<a href=\"https://help.adaptivesecurity.com/en/?_gl=1*hzjw4i*_gcl_au*NzQzMzU4NzA1LjE3NjU0OTgyMDkuMTQyNzY4NzM1NS4xNzY1NDk4MjE5LjE3NjU0OTgzMzY.\" class=\"footer_link\">Help Center</a>"
    },
    {
      "href": "/support",
      "text": "Support",
      "html": "<a href=\"/support\" class=\"footer_link\">Support</a>"
    }
  ],
  "privacyLinks": [
    {
      "href": "/legal#terms-of-service",
      "text": "Terms of use",
      "html": "<a href=\"/legal#terms-of-service\" class=\"footer_link\">Terms of use</a>"
    },
    {
      "href": "/legal#privacy-policy",
      "text": "Privacy policy",
      "html": "<a href=\"/legal#privacy-policy\" class=\"footer_link\">Privacy policy</a>"
    },
    {
      "href": "#",
      "text": "Your privacy choices",
      "html": "<a data-ccpa=\"open\" href=\"#\" class=\"footer_link\">Your privacy choices</a>"
    }
  ],
  "score": 80,
  "weight": 22
}

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

20 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": 20,
  "passing": 0,
  "failing": [
    {
      "heading": "Adaptive security awareness training.",
      "headingHtml": "<h2 class=\"bx_heading-style-h2\">Adaptive security awareness training.</h2>",
      "firstParagraph": "Engage employees with interactive security awareness training and fully editable, expert-vetted content.",
      "paragraphHtml": "<p class=\"bx_text-color-secondary\">Engage employees with interactive security awareness training and fully editable, expert-vetted content.</p>",
      "words": 12,
      "direct": false,
      "issue": "First paragraph is 12 words and does not look like a concise direct answer."
    },
    {
      "heading": "Interactive training modules onsecurity, compliance, and AI threats",
      "headingHtml": "<h3 class=\"bx_heading-style-h5\">Interactive training modules on<br>security, compliance, and AI threats</h3>",
      "firstParagraph": "Engaging, scenario-based modules that build real-world skills in security, compliance, and navigating emerging AI-driven threats.",
      "paragraphHtml": "<p class=\"bx_text-color-secondary\">Engaging, scenario-based modules that build real-world skills in security, compliance, and navigating emerging AI-driven threats.</p>",
      "words": 15,
      "direct": false,
      "issue": "First paragraph is 15 words and does not look like a concise direct answer."
    },
    {
      "heading": "Customize any training in secondswith AI content creator",
      "headingHtml": "<h3 class=\"bx_heading-style-h5\">Customize any training in seconds<br>with AI content creator</h3>",
      "firstParagraph": "Tailor training modules to your organization with an AI-powered content creator built for usability, speed, and precision.",
      "paragraphHtml": "<p class=\"bx_text-color-secondary\">Tailor training modules to your organization with an AI-powered content creator built for usability, speed, and precision.</p>",
      "words": 17,
      "direct": false,
      "issue": "First paragraph is 17 words and does not look like a concise direct answer."
    },
    {
      "heading": "Personalized to each employee with executive deepfakes and company OSINT",
      "headingHtml": "<h3 class=\"bx_heading-style-h5\">Personalized to each employee with executive deepfakes and company OSINT</h3>",
      "firstParagraph": "Role-specific training powered by real-world intelligence and featuring hyperrealistic AI executive deepfakes.",
      "paragraphHtml": "<p class=\"bx_text-color-secondary\">Role-specific training powered by real-world intelligence and featuring hyperrealistic AI executive deepfakes.</p>",
      "words": 12,
      "direct": false,
      "issue": "First paragraph is 12 words and does not look like a concise direct answer."
    },
    {
      "heading": "Phishing simulations for an AI world.",
      "headingHtml": "<h2 class=\"bx_heading-style-h2\">Phishing simulations for an AI world.</h2>",
      "firstParagraph": "Train employees with hyper-realistic, multi-channel phishing simulations powered by AI and OSINT.",
      "paragraphHtml": "<p class=\"bx_text-color-secondary\">Train employees with hyper-realistic, multi-channel phishing simulations powered by AI and OSINT.</p>",
      "words": 12,
      "direct": false,
      "issue": "First paragraph is 12 words and does not look like a concise direct answer."
    },
    {
      "heading": "Spear phishing simulations featuring company OSINT",
      "headingHtml": "<h3 class=\"bx_heading-style-h5\">Spear phishing simulations &#xa0;featuring company OSINT</h3>",
      "firstParagraph": "Phishing simulations that mirror how attackers actually leverage AI to target your organization.",
      "paragraphHtml": "<p class=\"bx_text-color-secondary\">Phishing simulations that mirror how attackers actually leverage AI to target your organization.</p>",
      "words": 13,
      "direct": false,
      "issue": "First paragraph is 13 words and does not look like a concise direct answer."
    },
    {
      "heading": "Run phishing tests with custom AI personas on any attack surface",
      "headingHtml": "<h3 class=\"bx_heading-style-h5\">Run phishing tests with custom &#xa0;AI personas on any attack surface</h3>",
      "firstParagraph": "Launch phishing simulations across email, phone, and SMS using lifelike AI-driven personas.",
      "paragraphHtml": "<p class=\"bx_text-color-secondary\">Launch phishing simulations across email, phone, and SMS using lifelike AI-driven personas.</p>",
      "words": 12,
      "direct": false,
      "issue": "First paragraph is 12 words and does not look like a concise direct answer."
    },
    {
      "heading": "Phish reporting button with AI-powered phishing triage",
      "headingHtml": "<h3 class=\"bx_heading-style-h5\">Phish reporting button with AI-powered phishing triage</h3>",
      "firstParagraph": "Empower employees to flag attacks while AI handles triage at scale.",
      "paragraphHtml": "<p class=\"bx_text-color-secondary\">Empower employees to flag attacks while AI handles triage at scale.</p>",
      "words": 11,
      "direct": false,
      "issue": "First paragraph is 11 words and does not look like a concise direct answer."
    },
    {
      "heading": "Human risk monitoring and mitigation.",
      "headingHtml": "<h2 class=\"bx_heading-style-h2\">Human risk monitoring and mitigation.</h2>",
      "firstParagraph": "Turn behavior and exposure into measurable security risk reduction.",
      "paragraphHtml": "<p class=\"bx_text-color-secondary\">Turn behavior and exposure into measurable security risk reduction.</p>",
      "words": 9,
      "direct": false,
      "issue": "First paragraph is 9 words and does not look like a concise direct answer."
    },
    {
      "heading": "Dynamic risk scoring",
      "headingHtml": "<h3 class=\"bx_heading-style-h5\">Dynamic risk scoring</h3>",
      "firstParagraph": "",
      "paragraphHtml": "<p class=\"bx_text-color-secondary\"></p>",
      "words": 0,
      "direct": false,
      "issue": "First paragraph is 0 words and does not look like a concise direct answer."
    },
    {
      "heading": "Personalized risk remediation",
      "headingHtml": "<h3 class=\"bx_heading-style-h5\">Personalized risk remediation</h3>",
      "firstParagraph": "Automatically launch custom training and phishing simulations based on user risk.",
      "paragraphHtml": "<p class=\"bx_text-color-secondary\">Automatically launch custom training and phishing simulations based on user risk.</p>",
      "words": 11,
      "direct": false,
      "issue": "First paragraph is 11 words and does not look like a concise direct answer."
    },
    {
      "heading": "Executive exposure monitoring",
      "headingHtml": "<h3 class=\"bx_heading-style-h5\">Executive exposure monitoring</h3>",
      "firstParagraph": "Risks identified through OSINT analysis requiring immediate attention and action.",
      "paragraphHtml": "<p class=\"bx_text-color-secondary\">Risks identified through OSINT analysis requiring immediate attention and action.</p>",
      "words": 10,
      "direct": false,
      "issue": "First paragraph is 10 words and does not look like a concise direct answer."
    },
    {
      "heading": "Everything that powers your experience.",
      "headingHtml": "<h2 class=\"bx_heading-style-h2\">Everything that powers your experience.</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Executive dashboards and board-ready reporting.",
      "headingHtml": "<h3 class=\"bx_heading-style-h5\">Executive dashboards and board-ready reporting.</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Seamless integrations with your entire tech stack.",
      "headingHtml": "<h3 class=\"bx_heading-style-h5\">Seamless integrations with your entire tech stack.</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Product updates",
      "headingHtml": "<h2 class=\"bx_heading-style-h2 bx_text-color-primary _w-tour-link-5\">Product updates</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "New Release: Custom Admin Notifications",
      "headingHtml": "<h3 class=\"bx_heading-style-h6 bx_text-color-primary _w-tour-link-14\">New Release: Custom Admin Notifications</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "New Release: Autoplay Training Content",
      "headingHtml": "<h3 class=\"bx_heading-style-h6 bx_text-color-primary _w-tour-link-14\">New Release: Autoplay Training Content</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "New Release: Branded Training",
      "headingHtml": "<h3 class=\"bx_heading-style-h6 bx_text-color-primary _w-tour-link-14\">New Release: Branded Training</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Take a self-guided product tour",
      "headingHtml": "<h3 class=\"bx_heading-style-h4 _w-tour-link-16\">Take a self-guided product tour</h3>",
      "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

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

Details

02

Why it matters

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

Check name

AIO: Page experience for AIO

Score

80/100

Status

warning

Category

GEO, AIO & AEO

Maturity

Emerging recommendation

Goal

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

Result

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

Evidence
{
  "viewportContent": "width=device-width, initial-scale=1",
  "visibleWords": 1208,
  "htmlBytes": 259873,
  "imagesMissingDimensions": [
    {
      "src": "https://cdn.prod.website-files.com/6678499d9a616f8ae8e1c2f0/68c061b78d2c2d28e6d7c497_Flush%20Black%20Icon.svg",
      "width": "",
      "height": "",
      "loading": "eager",
      "html": "<img loading=\"eager\" src=\"https://cdn.prod.website-files.com/6678499d9a616f8ae8e1c2f0/68c061b78d2c2d28e6d7c497_Flush%20Black%20Icon.svg\" alt class=\"adaptive-nav-logo is-dark\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/6678499d9a616f8ae8e1c2f0/691392270ef819aa2f482baa_adaptive-logo-dark.svg",
      "width": "",
      "height": "",
      "loading": "eager",
      "html": "<img loading=\"eager\" src=\"https://cdn.prod.website-files.com/6678499d9a616f8ae8e1c2f0/691392270ef819aa2f482baa_adaptive-logo-dark.svg\" alt=\"adaptive wordmark logo\" class=\"adaptive-nav-logo is-light\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/6678499d9a616f8ae8e1c2f0/69a882f9cb2f102a6b0fcf85_GARY_Still_v1.webp",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/6678499d9a616f8ae8e1c2f0/69a882f9cb2f102a6b0fcf85_GARY_Still_v1.webp\" loading=\"lazy\" sizes=\"100vw\" srcset=\"https://cdn.prod.website-files.com/6678499d9a616f8ae8e1c2f0/69a882f9cb2f102a6b0fcf85_GARY_Still_v1-p-500.webp 500w, https://cdn.prod.website-files.com/6678499d9a616f8ae8e1c2f0/69a882f9cb2f102a6b0fcf85_GARY_Still_v1-p-800.webp 800w, https://cdn.prod.website-files.com/6678499d9a616f8ae8e1c2f0/69a882f9cb2f102a6b0fcf85_GARY_Still_v1-p-1080.webp 10..."
    },
    {
      "src": "https://cdn.prod.website-files.com/6678499d9a616f8ae8e1c2f0/693c25ba48e0adca11c53427_openAI-nvidia.webp",
      "width": "",
      "height": "",
      "loading": "eager",
      "html": "<img src=\"https://cdn.prod.website-files.com/6678499d9a616f8ae8e1c2f0/693c25ba48e0adca11c53427_openAI-nvidia.webp\" loading=\"eager\" alt class=\"bx_social-proof-badge_icon w-variant-7c22c29c-29ce-a92c-fd92-5d8c3003c82a\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/6678499d9a616f8ae8e1c2f0/693c6812abad9f6e3808c2b0_gartner.svg",
      "width": "",
      "height": "",
      "loading": "eager",
      "html": "<img src=\"https://cdn.prod.website-files.com/6678499d9a616f8ae8e1c2f0/693c6812abad9f6e3808c2b0_gartner.svg\" loading=\"eager\" alt class=\"bx_social-proof-badge_icon\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/6678499d9a616f8ae8e1c2f0/693c2535e89c6c6b2159698d_G2.svg",
      "width": "",
      "height": "",
      "loading": "eager",
      "html": "<img src=\"https://cdn.prod.website-files.com/6678499d9a616f8ae8e1c2f0/693c2535e89c6c6b2159698d_G2.svg\" loading=\"eager\" alt class=\"bx_social-proof-badge_icon\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/6678499d9a616f8ae8e1c2f0/690e015c222f9de1197a5d6e_hero-img-mobile.webp",
      "width": "",
      "height": "",
      "loading": "eager",
      "html": "<img class=\"hero_img-mobile is-hero\" src=\"https://cdn.prod.website-files.com/6678499d9a616f8ae8e1c2f0/690e015c222f9de1197a5d6e_hero-img-mobile.webp\" alt=\"User interface showing phishing simulations options, interactive training modules including voice AI phishing, and AI personas for creating deepfake videos by uploading image and audio.\" sizes=\"(max-width: 1066px) 100vw, 1066px\" loading=\"eager\" fetchpriority=\"high\" srcset=\"https://cdn.prod.website-files.com/6678499d9a616f8ae8e1c2f0/690e015c2..."
    },
    {
      "src": "https://cdn.prod.website-files.com/6678499d9a616f8ae8e1c2f0/693c295fb8054be7017404fe_c52129e0aeddf2343dcd6d1197513351_home-hero-v2.webp",
      "width": "",
      "height": "",
      "loading": "eager",
      "html": "<img class=\"home-hero_bg\" src=\"https://cdn.prod.website-files.com/6678499d9a616f8ae8e1c2f0/693c295fb8054be7017404fe_c52129e0aeddf2343dcd6d1197513351_home-hero-v2.webp\" alt sizes=\"(max-width: 4800px) 100vw, 4800px\" loading=\"eager\" fetchpriority=\"high\" srcset=\"https://cdn.prod.website-files.com/6678499d9a616f8ae8e1c2f0/693c295fb8054be7017404fe_c52129e0aeddf2343dcd6d1197513351_home-hero-v2-p-500.webp 500w, https://cdn.prod.website-files.com/6678499d9a616f8ae8e1c2f0/693c295fb8054be7017404fe_c5212..."
    },
    {
      "src": "https://cdn.prod.website-files.com/6684f90e2a5375354f613ff8/68dd70aca58979dadad2dca2_Lennar_Logo%20logo.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/6684f90e2a5375354f613ff8/68dd70aca58979dadad2dca2_Lennar_Logo%20logo.svg\" loading=\"lazy\" alt=\"Lennar logo\" class=\"bx_home_marquee_image w-variant-ab2cc93d-2e5b-4a64-2674-619f9455e3fc\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/6684f90e2a5375354f613ff8/68dd7051dd08fb5fc9b720f5_Xerox%20logo.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/6684f90e2a5375354f613ff8/68dd7051dd08fb5fc9b720f5_Xerox%20logo.svg\" loading=\"lazy\" alt=\"Xerox logo\" class=\"bx_home_marquee_image w-variant-ab2cc93d-2e5b-4a64-2674-619f9455e3fc\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/6684f90e2a5375354f613ff8/68dd70f5b39afe9eb119f1c4_mlb.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/6684f90e2a5375354f613ff8/68dd70f5b39afe9eb119f1c4_mlb.svg\" loading=\"lazy\" alt=\"MLB logo\" class=\"bx_home_marquee_image w-variant-ab2cc93d-2e5b-4a64-2674-619f9455e3fc\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/6684f90e2a5375354f613ff8/68dd71168b112ae781128651_ramp.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/6684f90e2a5375354f613ff8/68dd71168b112ae781128651_ramp.svg\" loading=\"lazy\" alt=\"Ramp logo\" class=\"bx_home_marquee_image w-variant-ab2cc93d-2e5b-4a64-2674-619f9455e3fc\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/6684f90e2a5375354f613ff8/68dd713caa6be54f4526d5f3_figma-5%20logo.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/6684f90e2a5375354f613ff8/68dd713caa6be54f4526d5f3_figma-5%20logo.svg\" loading=\"lazy\" alt=\"Figma logo\" class=\"bx_home_marquee_image w-variant-ab2cc93d-2e5b-4a64-2674-619f9455e3fc\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/6684f90e2a5375354f613ff8/68dd716e214506e24906ec8e_logitech.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/6684f90e2a5375354f613ff8/68dd716e214506e24906ec8e_logitech.svg\" loading=\"lazy\" alt=\"Logitech logo\" class=\"bx_home_marquee_image w-variant-ab2cc93d-2e5b-4a64-2674-619f9455e3fc\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/6684f90e2a5375354f613ff8/69cc317443897d74341bd755_Hanes-logo.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/6684f90e2a5375354f613ff8/69cc317443897d74341bd755_Hanes-logo.svg\" loading=\"lazy\" alt=\"Hanes logo\" class=\"bx_home_marquee_image w-variant-ab2cc93d-2e5b-4a64-2674-619f9455e3fc\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/6684f90e2a5375354f613ff8/68db5ae2c0ec2d8d65f8bcc1_Plaid_logo.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/6684f90e2a5375354f613ff8/68db5ae2c0ec2d8d65f8bcc1_Plaid_logo.svg\" loading=\"lazy\" alt=\"Plaid logo\" class=\"bx_home_marquee_image w-variant-ab2cc93d-2e5b-4a64-2674-619f9455e3fc\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/6684f90e2a5375354f613ff8/68d2558970dca4466a5214e2_US%20SENATE.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/6684f90e2a5375354f613ff8/68d2558970dca4466a5214e2_US%20SENATE.svg\" loading=\"lazy\" alt=\"United States Senate seal\" class=\"bx_home_marquee_image w-variant-ab2cc93d-2e5b-4a64-2674-619f9455e3fc\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/6684f90e2a5375354f613ff8/694143b388571435d7ade951_PayPal_Logo_Alternative_0.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/6684f90e2a5375354f613ff8/694143b388571435d7ade951_PayPal_Logo_Alternative_0.svg\" loading=\"lazy\" alt=\"PayPal logo\" class=\"bx_home_marquee_image w-variant-ab2cc93d-2e5b-4a64-2674-619f9455e3fc\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/6684f90e2a5375354f613ff8/69414436a064fc442b80872d_Bose%20logo.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/6684f90e2a5375354f613ff8/69414436a064fc442b80872d_Bose%20logo.svg\" loading=\"lazy\" alt=\"Bose logo\" class=\"bx_home_marquee_image w-variant-ab2cc93d-2e5b-4a64-2674-619f9455e3fc\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/6684f90e2a5375354f613ff8/69cc3129f54f51794674df03_05_NHL_Shield.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/6684f90e2a5375354f613ff8/69cc3129f54f51794674df03_05_NHL_Shield.svg\" loading=\"lazy\" alt=\"NHL logo\" class=\"bx_home_marquee_image w-variant-ab2cc93d-2e5b-4a64-2674-619f9455e3fc\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/6684f90e2a5375354f613ff8/694145fdb972221e76070cbc_Perplexity%20Logo%20Dark%20(1).png",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/6684f90e2a5375354f613ff8/694145fdb972221e76070cbc_Perplexity%20Logo%20Dark%20(1).png\" loading=\"lazy\" alt=\"Perplexity logo\" sizes=\"100vw\" srcset=\"https://cdn.prod.website-files.com/6684f90e2a5375354f613ff8/694145fdb972221e76070cbc_Perplexity%20Logo%20Dark%20(1)-p-500.png 500w, https://cdn.prod.website-files.com/6684f90e2a5375354f613ff8/694145fdb972221e76070cbc_Perplexity%20Logo%20Dark%20(1)-p-800.png 800w, https://cdn.prod.website-files.com/6684f90e..."
    },
    {
      "src": "https://cdn.prod.website-files.com/6684f90e2a5375354f613ff8/68dd70aca58979dadad2dca2_Lennar_Logo%20logo.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/6684f90e2a5375354f613ff8/68dd70aca58979dadad2dca2_Lennar_Logo%20logo.svg\" loading=\"lazy\" alt=\"Lennar logo\" class=\"bx_home_marquee_image w-variant-ab2cc93d-2e5b-4a64-2674-619f9455e3fc\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/6684f90e2a5375354f613ff8/68dd7051dd08fb5fc9b720f5_Xerox%20logo.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/6684f90e2a5375354f613ff8/68dd7051dd08fb5fc9b720f5_Xerox%20logo.svg\" loading=\"lazy\" alt=\"Xerox logo\" class=\"bx_home_marquee_image w-variant-ab2cc93d-2e5b-4a64-2674-619f9455e3fc\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/6684f90e2a5375354f613ff8/68dd70f5b39afe9eb119f1c4_mlb.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/6684f90e2a5375354f613ff8/68dd70f5b39afe9eb119f1c4_mlb.svg\" loading=\"lazy\" alt=\"MLB logo\" class=\"bx_home_marquee_image w-variant-ab2cc93d-2e5b-4a64-2674-619f9455e3fc\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/6684f90e2a5375354f613ff8/68dd71168b112ae781128651_ramp.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/6684f90e2a5375354f613ff8/68dd71168b112ae781128651_ramp.svg\" loading=\"lazy\" alt=\"Ramp logo\" class=\"bx_home_marquee_image w-variant-ab2cc93d-2e5b-4a64-2674-619f9455e3fc\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/6684f90e2a5375354f613ff8/68dd713caa6be54f4526d5f3_figma-5%20logo.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/6684f90e2a5375354f613ff8/68dd713caa6be54f4526d5f3_figma-5%20logo.svg\" loading=\"lazy\" alt=\"Figma logo\" class=\"bx_home_marquee_image w-variant-ab2cc93d-2e5b-4a64-2674-619f9455e3fc\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/6684f90e2a5375354f613ff8/68dd716e214506e24906ec8e_logitech.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/6684f90e2a5375354f613ff8/68dd716e214506e24906ec8e_logitech.svg\" loading=\"lazy\" alt=\"Logitech logo\" class=\"bx_home_marquee_image w-variant-ab2cc93d-2e5b-4a64-2674-619f9455e3fc\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/6684f90e2a5375354f613ff8/69cc317443897d74341bd755_Hanes-logo.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/6684f90e2a5375354f613ff8/69cc317443897d74341bd755_Hanes-logo.svg\" loading=\"lazy\" alt=\"Hanes logo\" class=\"bx_home_marquee_image w-variant-ab2cc93d-2e5b-4a64-2674-619f9455e3fc\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/6684f90e2a5375354f613ff8/68db5ae2c0ec2d8d65f8bcc1_Plaid_logo.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/6684f90e2a5375354f613ff8/68db5ae2c0ec2d8d65f8bcc1_Plaid_logo.svg\" loading=\"lazy\" alt=\"Plaid logo\" class=\"bx_home_marquee_image w-variant-ab2cc93d-2e5b-4a64-2674-619f9455e3fc\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/6684f90e2a5375354f613ff8/68d2558970dca4466a5214e2_US%20SENATE.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/6684f90e2a5375354f613ff8/68d2558970dca4466a5214e2_US%20SENATE.svg\" loading=\"lazy\" alt=\"United States Senate seal\" class=\"bx_home_marquee_image w-variant-ab2cc93d-2e5b-4a64-2674-619f9455e3fc\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/6684f90e2a5375354f613ff8/694143b388571435d7ade951_PayPal_Logo_Alternative_0.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/6684f90e2a5375354f613ff8/694143b388571435d7ade951_PayPal_Logo_Alternative_0.svg\" loading=\"lazy\" alt=\"PayPal logo\" class=\"bx_home_marquee_image w-variant-ab2cc93d-2e5b-4a64-2674-619f9455e3fc\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/6684f90e2a5375354f613ff8/69414436a064fc442b80872d_Bose%20logo.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/6684f90e2a5375354f613ff8/69414436a064fc442b80872d_Bose%20logo.svg\" loading=\"lazy\" alt=\"Bose logo\" class=\"bx_home_marquee_image w-variant-ab2cc93d-2e5b-4a64-2674-619f9455e3fc\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/6684f90e2a5375354f613ff8/69cc3129f54f51794674df03_05_NHL_Shield.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/6684f90e2a5375354f613ff8/69cc3129f54f51794674df03_05_NHL_Shield.svg\" loading=\"lazy\" alt=\"NHL logo\" class=\"bx_home_marquee_image w-variant-ab2cc93d-2e5b-4a64-2674-619f9455e3fc\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/6684f90e2a5375354f613ff8/694145fdb972221e76070cbc_Perplexity%20Logo%20Dark%20(1).png",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/6684f90e2a5375354f613ff8/694145fdb972221e76070cbc_Perplexity%20Logo%20Dark%20(1).png\" loading=\"lazy\" alt=\"Perplexity logo\" sizes=\"100vw\" srcset=\"https://cdn.prod.website-files.com/6684f90e2a5375354f613ff8/694145fdb972221e76070cbc_Perplexity%20Logo%20Dark%20(1)-p-500.png 500w, https://cdn.prod.website-files.com/6684f90e2a5375354f613ff8/694145fdb972221e76070cbc_Perplexity%20Logo%20Dark%20(1)-p-800.png 800w, https://cdn.prod.website-files.com/6684f90e..."
    },
    {
      "src": "https://cdn.prod.website-files.com/6684f90e2a5375354f613ff8/68f6806d0d006acb745713a4_Nerdwallet%20Testimonial%20Cover.webp",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/6684f90e2a5375354f613ff8/68f6806d0d006acb745713a4_Nerdwallet%20Testimonial%20Cover.webp\" loading=\"lazy\" alt sizes=\"100vw\" srcset=\"https://cdn.prod.website-files.com/6684f90e2a5375354f613ff8/68f6806d0d006acb745713a4_Nerdwallet%20Testimonial%20Cover-p-500.webp 500w, https://cdn.prod.website-files.com/6684f90e2a5375354f613ff8/68f6806d0d006acb745713a4_Nerdwallet%20Testimonial%20Cover-p-800.webp 800w, https://cdn.prod.website-files.com/6684f90e2a5375354..."
    },
    {
      "src": "https://cdn.prod.website-files.com/6684f90e2a5375354f613ff8/68ddcf6ac691c6207d3369e1_NerdWallet_idjGRVh_kU_0.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/6684f90e2a5375354f613ff8/68ddcf6ac691c6207d3369e1_NerdWallet_idjGRVh_kU_0.svg\" loading=\"lazy\" alt class=\"bx_video-blade-logo is-inverted\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/6684f90e2a5375354f613ff8/68f67fa6320e8f8e7252fda9_Lennar%20Testimonial%20Cover.webp",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/6684f90e2a5375354f613ff8/68f67fa6320e8f8e7252fda9_Lennar%20Testimonial%20Cover.webp\" loading=\"lazy\" alt sizes=\"100vw\" srcset=\"https://cdn.prod.website-files.com/6684f90e2a5375354f613ff8/68f67fa6320e8f8e7252fda9_Lennar%20Testimonial%20Cover-p-500.webp 500w, https://cdn.prod.website-files.com/6684f90e2a5375354f613ff8/68f67fa6320e8f8e7252fda9_Lennar%20Testimonial%20Cover-p-800.webp 800w, https://cdn.prod.website-files.com/6684f90e2a5375354f613ff8/68f6..."
    },
    {
      "src": "https://cdn.prod.website-files.com/6684f90e2a5375354f613ff8/68ddcdc21ea2948567883736_lennar-white.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/6684f90e2a5375354f613ff8/68ddcdc21ea2948567883736_lennar-white.svg\" loading=\"lazy\" alt class=\"bx_video-blade-logo is-inverted\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/6684f90e2a5375354f613ff8/68f681208bbdc89565c392e6_Plaid%20Testimonial%20Cover.webp",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/6684f90e2a5375354f613ff8/68f681208bbdc89565c392e6_Plaid%20Testimonial%20Cover.webp\" loading=\"lazy\" alt sizes=\"100vw\" srcset=\"https://cdn.prod.website-files.com/6684f90e2a5375354f613ff8/68f681208bbdc89565c392e6_Plaid%20Testimonial%20Cover-p-500.webp 500w, https://cdn.prod.website-files.com/6684f90e2a5375354f613ff8/68f681208bbdc89565c392e6_Plaid%20Testimonial%20Cover-p-800.webp 800w, https://cdn.prod.website-files.com/6684f90e2a5375354f613ff8/68f6812..."
    },
    {
      "src": "https://cdn.prod.website-files.com/6684f90e2a5375354f613ff8/68e5214e8d0fa6543d199ead_plaid-white.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/6684f90e2a5375354f613ff8/68e5214e8d0fa6543d199ead_plaid-white.svg\" loading=\"lazy\" alt class=\"bx_video-blade-logo is-inverted\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/6684f90e2a5375354f613ff8/68f67fe37a2ffc0d86acfd28_Ramp%20Testimonial%20Cover.webp",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/6684f90e2a5375354f613ff8/68f67fe37a2ffc0d86acfd28_Ramp%20Testimonial%20Cover.webp\" loading=\"lazy\" alt sizes=\"100vw\" srcset=\"https://cdn.prod.website-files.com/6684f90e2a5375354f613ff8/68f67fe37a2ffc0d86acfd28_Ramp%20Testimonial%20Cover-p-500.webp 500w, https://cdn.prod.website-files.com/6684f90e2a5375354f613ff8/68f67fe37a2ffc0d86acfd28_Ramp%20Testimonial%20Cover-p-800.webp 800w, https://cdn.prod.website-files.com/6684f90e2a5375354f613ff8/68f67fe37a..."
    },
    {
      "src": "https://cdn.prod.website-files.com/6684f90e2a5375354f613ff8/68e521aee24fa9059f873135_ramp-white.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/6684f90e2a5375354f613ff8/68e521aee24fa9059f873135_ramp-white.svg\" loading=\"lazy\" alt class=\"bx_video-blade-logo is-inverted\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/6684f90e2a5375354f613ff8/68f67f36b2f26e90457a1d37_Podium%20Testimonial.webp",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/6684f90e2a5375354f613ff8/68f67f36b2f26e90457a1d37_Podium%20Testimonial.webp\" loading=\"lazy\" alt sizes=\"100vw\" srcset=\"https://cdn.prod.website-files.com/6684f90e2a5375354f613ff8/68f67f36b2f26e90457a1d37_Podium%20Testimonial-p-500.webp 500w, https://cdn.prod.website-files.com/6684f90e2a5375354f613ff8/68f67f36b2f26e90457a1d37_Podium%20Testimonial-p-800.webp 800w, https://cdn.prod.website-files.com/6684f90e2a5375354f613ff8/68f67f36b2f26e90457a1d37_Pod..."
    },
    {
      "src": "https://cdn.prod.website-files.com/6684f90e2a5375354f613ff8/68dc01eeb96df14e738e66ef_podium-white.png",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/6684f90e2a5375354f613ff8/68dc01eeb96df14e738e66ef_podium-white.png\" loading=\"lazy\" alt class=\"bx_video-blade-logo is-inverted\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/6678499d9a616f8ae8e1c2f0/6900f91fc2cbc4694ca6e0c1_e2a91be5817a551ec0b4480d560cace9_Platform%20UI%201.webp",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img sizes=\"100vw\" srcset=\"https://cdn.prod.website-files.com/6678499d9a616f8ae8e1c2f0/6900f91fc2cbc4694ca6e0c1_e2a91be5817a551ec0b4480d560cace9_Platform%20UI%201-p-500.webp 500w, https://cdn.prod.website-files.com/6678499d9a616f8ae8e1c2f0/6900f91fc2cbc4694ca6e0c1_e2a91be5817a551ec0b4480d560cace9_Platform%20UI%201-p-800.webp 800w, https://cdn.prod.website-files.com/6678499d9a616f8ae8e1c2f0/6900f91fc2cbc4694ca6e0c1_e2a91be5817a551ec0b4480d560cace9_Platform%20UI%201-p-1080.webp 1080w, https://c..."
    },
    {
      "src": "https://cdn.prod.website-files.com/6678499d9a616f8ae8e1c2f0/6901072665ba38ee07bb51b5_081ed3b9bd74607cfb8e8799f81e642b_Platform%20Feature%202.webp",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img sizes=\"100vw\" srcset=\"https://cdn.prod.website-files.com/6678499d9a616f8ae8e1c2f0/6901072665ba38ee07bb51b5_081ed3b9bd74607cfb8e8799f81e642b_Platform%20Feature%202-p-500.webp 500w, https://cdn.prod.website-files.com/6678499d9a616f8ae8e1c2f0/6901072665ba38ee07bb51b5_081ed3b9bd74607cfb8e8799f81e642b_Platform%20Feature%202-p-800.webp 800w, https://cdn.prod.website-files.com/6678499d9a616f8ae8e1c2f0/6901072665ba38ee07bb51b5_081ed3b9bd74607cfb8e8799f81e642b_Platform%20Feature%202-p-1080.webp 1..."
    },
    {
      "src": "https://cdn.prod.website-files.com/6678499d9a616f8ae8e1c2f0/68ed4c4eeeda98d2e304f56e_Feature%20Card%203.webp",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img sizes=\"100vw\" srcset=\"https://cdn.prod.website-files.com/6678499d9a616f8ae8e1c2f0/68ed4c4eeeda98d2e304f56e_Feature%20Card%203-p-500.webp 500w, https://cdn.prod.website-files.com/6678499d9a616f8ae8e1c2f0/68ed4c4eeeda98d2e304f56e_Feature%20Card%203-p-800.webp 800w, https://cdn.prod.website-files.com/6678499d9a616f8ae8e1c2f0/68ed4c4eeeda98d2e304f56e_Feature%20Card%203-p-1080.webp 1080w, https://cdn.prod.website-files.com/6678499d9a616f8ae8e1c2f0/68ed4c4eeeda98d2e304f56e_Feature%20Card%203.w..."
    },
    {
      "src": "https://cdn.prod.website-files.com/6678499d9a616f8ae8e1c2f0/69025d59fba4862c48ba7e7f_e610ce1126e03751e4a547685c1c7ceb_Phishing%20Feature%201.webp",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/6678499d9a616f8ae8e1c2f0/69025d59fba4862c48ba7e7f_e610ce1126e03751e4a547685c1c7ceb_Phishing%20Feature%201.webp\" loading=\"lazy\" sizes=\"100vw\" srcset=\"https://cdn.prod.website-files.com/6678499d9a616f8ae8e1c2f0/69025d59fba4862c48ba7e7f_e610ce1126e03751e4a547685c1c7ceb_Phishing%20Feature%201-p-500.webp 500w, https://cdn.prod.website-files.com/6678499d9a616f8ae8e1c2f0/69025d59fba4862c48ba7e7f_e610ce1126e03751e4a547685c1c7ceb_Phishing%20Feature%201-p-80..."
    },
    {
      "src": "https://cdn.prod.website-files.com/6678499d9a616f8ae8e1c2f0/69025d93dd72404af679bab2_2714cdff70a33cbb3b08ef75392cbc12_Phishing%20Feature%202.webp",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/6678499d9a616f8ae8e1c2f0/69025d93dd72404af679bab2_2714cdff70a33cbb3b08ef75392cbc12_Phishing%20Feature%202.webp\" loading=\"lazy\" sizes=\"100vw\" srcset=\"https://cdn.prod.website-files.com/6678499d9a616f8ae8e1c2f0/69025d93dd72404af679bab2_2714cdff70a33cbb3b08ef75392cbc12_Phishing%20Feature%202-p-500.webp 500w, https://cdn.prod.website-files.com/6678499d9a616f8ae8e1c2f0/69025d93dd72404af679bab2_2714cdff70a33cbb3b08ef75392cbc12_Phishing%20Feature%202-p-80..."
    },
    {
      "src": "https://cdn.prod.website-files.com/6678499d9a616f8ae8e1c2f0/693c6ea4a03949cff6b8117d_772817a0512332a560db49542e1beeed_phish-feat-3-tab.webp",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/6678499d9a616f8ae8e1c2f0/693c6ea4a03949cff6b8117d_772817a0512332a560db49542e1beeed_phish-feat-3-tab.webp\" loading=\"lazy\" sizes=\"100vw\" srcset=\"https://cdn.prod.website-files.com/6678499d9a616f8ae8e1c2f0/693c6ea4a03949cff6b8117d_772817a0512332a560db49542e1beeed_phish-feat-3-tab-p-500.webp 500w, https://cdn.prod.website-files.com/6678499d9a616f8ae8e1c2f0/693c6ea4a03949cff6b8117d_772817a0512332a560db49542e1beeed_phish-feat-3-tab-p-800.webp 800w, https..."
    },
    {
      "src": "https://cdn.prod.website-files.com/6678499d9a616f8ae8e1c2f0/693c4332fa51038bd882778a_risk-feature.webp",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/6678499d9a616f8ae8e1c2f0/693c4332fa51038bd882778a_risk-feature.webp\" loading=\"lazy\" sizes=\"100vw\" srcset=\"https://cdn.prod.website-files.com/6678499d9a616f8ae8e1c2f0/693c4332fa51038bd882778a_risk-feature-p-500.webp 500w, https://cdn.prod.website-files.com/6678499d9a616f8ae8e1c2f0/693c4332fa51038bd882778a_risk-feature-p-800.webp 800w, https://cdn.prod.website-files.com/6678499d9a616f8ae8e1c2f0/693c4332fa51038bd882778a_risk-feature.webp 1027w\" alt=\"R..."
    },
    {
      "src": "https://cdn.prod.website-files.com/6678499d9a616f8ae8e1c2f0/6936f813e63a8073e0958dfb_prod-feat-img-2.webp",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/6678499d9a616f8ae8e1c2f0/6936f813e63a8073e0958dfb_prod-feat-img-2.webp\" loading=\"lazy\" sizes=\"100vw\" srcset=\"https://cdn.prod.website-files.com/6678499d9a616f8ae8e1c2f0/6936f813e63a8073e0958dfb_prod-feat-img-2-p-500.webp 500w, https://cdn.prod.website-files.com/6678499d9a616f8ae8e1c2f0/6936f813e63a8073e0958dfb_prod-feat-img-2-p-800.webp 800w, https://cdn.prod.website-files.com/6678499d9a616f8ae8e1c2f0/6936f813e63a8073e0958dfb_prod-feat-img-2.webp 9..."
    },
    {
      "src": "https://cdn.prod.website-files.com/6678499d9a616f8ae8e1c2f0/693c546e3e7ded650dae640d_risk-tabs-feature-3.webp",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/6678499d9a616f8ae8e1c2f0/693c546e3e7ded650dae640d_risk-tabs-feature-3.webp\" loading=\"lazy\" sizes=\"100vw\" srcset=\"https://cdn.prod.website-files.com/6678499d9a616f8ae8e1c2f0/693c546e3e7ded650dae640d_risk-tabs-feature-3-p-500.webp 500w, https://cdn.prod.website-files.com/6678499d9a616f8ae8e1c2f0/693c546e3e7ded650dae640d_risk-tabs-feature-3-p-800.webp 800w, https://cdn.prod.website-files.com/6678499d9a616f8ae8e1c2f0/693c546e3e7ded650dae640d_risk-tabs-..."
    },
    {
      "src": "https://cdn.prod.website-files.com/6678499d9a616f8ae8e1c2f0/693c4db73e7ded650dacd34f_35b1ba5cf36cf180b10e4c6d3f13188e_home-dark-dashboard.avif",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/6678499d9a616f8ae8e1c2f0/693c4db73e7ded650dacd34f_35b1ba5cf36cf180b10e4c6d3f13188e_home-dark-dashboard.avif\" loading=\"lazy\" sizes=\"100vw\" srcset=\"https://cdn.prod.website-files.com/6678499d9a616f8ae8e1c2f0/693c4db73e7ded650dacd34f_35b1ba5cf36cf180b10e4c6d3f13188e_home-dark-dashboard-p-500.avif 500w, https://cdn.prod.website-files.com/6678499d9a616f8ae8e1c2f0/693c4db73e7ded650dacd34f_35b1ba5cf36cf180b10e4c6d3f13188e_home-dark-dashboard-p-800.avif 80..."
    },
    {
      "src": "https://cdn.prod.website-files.com/6678499d9a616f8ae8e1c2f0/693c4e5fe268a789521941a5_3518664175205c9a96852620a4ec9621_home-dark-img-2.png",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/6678499d9a616f8ae8e1c2f0/693c4e5fe268a789521941a5_3518664175205c9a96852620a4ec9621_home-dark-img-2.png\" loading=\"lazy\" sizes=\"100vw\" srcset=\"https://cdn.prod.website-files.com/6678499d9a616f8ae8e1c2f0/693c4e5fe268a789521941a5_3518664175205c9a96852620a4ec9621_home-dark-img-2-p-500.png 500w, https://cdn.prod.website-files.com/6678499d9a616f8ae8e1c2f0/693c4e5fe268a789521941a5_3518664175205c9a96852620a4ec9621_home-dark-img-2-p-800.png 800w, https://cdn..."
    },
    {
      "src": "https://cdn.prod.website-files.com/6684f90e2a5375354f613ff8/6a22f43baafdf707a66efe47_Custom%20Admin%20Notifications.webp",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img loading=\"lazy\" src=\"https://cdn.prod.website-files.com/6684f90e2a5375354f613ff8/6a22f43baafdf707a66efe47_Custom%20Admin%20Notifications.webp\" alt sizes=\"100vw\" srcset=\"https://cdn.prod.website-files.com/6684f90e2a5375354f613ff8/6a22f43baafdf707a66efe47_Custom%20Admin%20Notifications-p-500.webp 500w, https://cdn.prod.website-files.com/6684f90e2a5375354f613ff8/6a22f43baafdf707a66efe47_Custom%20Admin%20Notifications-p-800.webp 800w, https://cdn.prod.website-files.com/6684f90e2a5375354f613ff..."
    },
    {
      "src": "https://cdn.prod.website-files.com/img/placeholder-thumb.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/img/placeholder-thumb.svg\" loading=\"lazy\" alt class=\"w-dyn-bind-empty\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/6684f90e2a5375354f613ff8/69f3662c19db6461d41a41d8_Autoplay%20Training%20Content%20Cover%20Image.webp",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img loading=\"lazy\" src=\"https://cdn.prod.website-files.com/6684f90e2a5375354f613ff8/69f3662c19db6461d41a41d8_Autoplay%20Training%20Content%20Cover%20Image.webp\" alt sizes=\"100vw\" srcset=\"https://cdn.prod.website-files.com/6684f90e2a5375354f613ff8/69f3662c19db6461d41a41d8_Autoplay%20Training%20Content%20Cover%20Image-p-500.webp 500w, https://cdn.prod.website-files.com/6684f90e2a5375354f613ff8/69f3662c19db6461d41a41d8_Autoplay%20Training%20Content%20Cover%20Image-p-800.webp 800w, https://cdn.p..."
    },
    {
      "src": "https://cdn.prod.website-files.com/img/placeholder-thumb.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/img/placeholder-thumb.svg\" loading=\"lazy\" alt class=\"w-dyn-bind-empty\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/6684f90e2a5375354f613ff8/69f22026f715a0b8d2b9ff42_Screenshot%202026-04-29%20at%2011.05.30%E2%80%AFAM.png",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img loading=\"lazy\" src=\"https://cdn.prod.website-files.com/6684f90e2a5375354f613ff8/69f22026f715a0b8d2b9ff42_Screenshot%202026-04-29%20at%2011.05.30%E2%80%AFAM.png\" alt sizes=\"100vw\" srcset=\"https://cdn.prod.website-files.com/6684f90e2a5375354f613ff8/69f22026f715a0b8d2b9ff42_Screenshot%202026-04-29%20at%2011.05.30%E2%80%AFAM-p-500.png 500w, https://cdn.prod.website-files.com/6684f90e2a5375354f613ff8/69f22026f715a0b8d2b9ff42_Screenshot%202026-04-29%20at%2011.05.30%E2%80%AFAM-p-800.png 800w, h..."
    },
    {
      "src": "https://cdn.prod.website-files.com/6684f90e2a5375354f613ff8/69f22026f715a0b8d2b9ff42_Screenshot%202026-04-29%20at%2011.05.30%E2%80%AFAM.png",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/6684f90e2a5375354f613ff8/69f22026f715a0b8d2b9ff42_Screenshot%202026-04-29%20at%2011.05.30%E2%80%AFAM.png\" loading=\"lazy\" alt sizes=\"100vw\" srcset=\"https://cdn.prod.website-files.com/6684f90e2a5375354f613ff8/69f22026f715a0b8d2b9ff42_Screenshot%202026-04-29%20at%2011.05.30%E2%80%AFAM-p-500.png 500w, https://cdn.prod.website-files.com/6684f90e2a5375354f613ff8/69f22026f715a0b8d2b9ff42_Screenshot%202026-04-29%20at%2011.05.30%E2%80%AFAM-p-800.png 800w, h..."
    },
    {
      "src": "https://cdn.prod.website-files.com/6678499d9a616f8ae8e1c2f0/693c4f6a7c506cde8ce0281b_tours.webp",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img sizes=\"100vw\" srcset=\"https://cdn.prod.website-files.com/6678499d9a616f8ae8e1c2f0/693c4f6a7c506cde8ce0281b_tours-p-500.webp 500w, https://cdn.prod.website-files.com/6678499d9a616f8ae8e1c2f0/693c4f6a7c506cde8ce0281b_tours-p-800.webp 800w, https://cdn.prod.website-files.com/6678499d9a616f8ae8e1c2f0/693c4f6a7c506cde8ce0281b_tours-p-1080.webp 1080w, https://cdn.prod.website-files.com/6678499d9a616f8ae8e1c2f0/693c4f6a7c506cde8ce0281b_tours.webp 1565w\" alt=\"User interface showing cybersecurity..."
    },
    {
      "src": "https://cdn.prod.website-files.com/6678499d9a616f8ae8e1c2f0/691392270ef819aa2f482baa_adaptive-logo-dark.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/6678499d9a616f8ae8e1c2f0/691392270ef819aa2f482baa_adaptive-logo-dark.svg\" loading=\"lazy\" alt=\"adaptive wordmark logo\" class=\"footer_logo\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/6678499d9a616f8ae8e1c2f0/693c5df5e5219cc1aa2e2514_Security%20Badge.webp",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img loading=\"lazy\" src=\"https://cdn.prod.website-files.com/6678499d9a616f8ae8e1c2f0/693c5df5e5219cc1aa2e2514_Security%20Badge.webp\" alt=\"AICPA SOC 2 security badge with a circular black background and a white logo above the text.\" class=\"bx_image w-variant-94c746db-3084-e82b-4c21-cc1a7d0b6ccc\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/6678499d9a616f8ae8e1c2f0/693c5df5d730da30158b6681_badge-2.webp",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img loading=\"lazy\" src=\"https://cdn.prod.website-files.com/6678499d9a616f8ae8e1c2f0/693c5df5d730da30158b6681_badge-2.webp\" alt=\"Circular badge with a lock icon in the center surrounded by twelve stars, symbolizing privacy or security.\" class=\"bx_image w-variant-11d2e735-1ea2-725d-f86c-1d2bb394de15\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/6678499d9a616f8ae8e1c2f0/693c5df5bfb4b3b272ab3e27_badge-3.webp",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/6678499d9a616f8ae8e1c2f0/693c5df5bfb4b3b272ab3e27_badge-3.webp\" loading=\"lazy\" alt=\"Circular badge with the caduceus medical symbol above the text &apos;HIPAA&apos;.\" class=\"bx_image w-variant-77d7ce9b-4d18-98ac-74b3-62b749f16bac\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/6678499d9a616f8ae8e1c2f0/69b822ee845d3513c2fc8f30_ai-act-badge.webp",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/6678499d9a616f8ae8e1c2f0/69b822ee845d3513c2fc8f30_ai-act-badge.webp\" loading=\"lazy\" alt=\"Round badge with stars forming a circle around the text &apos;AI ACT&apos;.\" class=\"bx_image w-variant-77d7ce9b-4d18-98ac-74b3-62b749f16bac\">"
    }
  ],
  "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, how, benefits, cost, compare.

Details

02

Why it matters

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

Check name

AEO: Answer intent coverage

Score

70/100

Status

warning

Category

GEO, AIO & AEO

Maturity

Emerging recommendation

Goal

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

Result

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

Evidence
{
  "headings": [
    {
      "text": "Adaptive security awareness training.",
      "html": "<h2 class=\"bx_heading-style-h2\">Adaptive security awareness training.</h2>"
    },
    {
      "text": "Phishing simulations for an AI world.",
      "html": "<h2 class=\"bx_heading-style-h2\">Phishing simulations for an AI world.</h2>"
    },
    {
      "text": "Human risk monitoring and mitigation.",
      "html": "<h2 class=\"bx_heading-style-h2\">Human risk monitoring and mitigation.</h2>"
    },
    {
      "text": "Everything that powers your experience.",
      "html": "<h2 class=\"bx_heading-style-h2\">Everything that powers your experience.</h2>"
    },
    {
      "text": "Product updates",
      "html": "<h2 class=\"bx_heading-style-h2 bx_text-color-primary _w-tour-link-5\">Product updates</h2>"
    }
  ],
  "expected": [
    {
      "id": "what",
      "label": "What is Adaptive Security: Security Awareness Trainin...?",
      "pattern": {}
    },
    {
      "id": "how",
      "label": "How does Adaptive Security: Security Awareness Trainin... work?",
      "pattern": {}
    },
    {
      "id": "benefits",
      "label": "Why use Adaptive Security: Security Awareness Trainin...?",
      "pattern": {}
    },
    {
      "id": "cost",
      "label": "Is Adaptive Security: Security Awareness Trainin... free or paid?",
      "pattern": {}
    },
    {
      "id": "compare",
      "label": "How does Adaptive Security: Security Awareness Trainin... compare with alternatives?",
      "pattern": {}
    }
  ],
  "missing": [
    {
      "id": "what",
      "label": "What is Adaptive Security: Security Awareness Trainin...?",
      "pattern": {}
    },
    {
      "id": "how",
      "label": "How does Adaptive Security: Security Awareness Trainin... work?",
      "pattern": {}
    },
    {
      "id": "benefits",
      "label": "Why use Adaptive Security: Security Awareness Trainin...?",
      "pattern": {}
    },
    {
      "id": "cost",
      "label": "Is Adaptive Security: Security Awareness Trainin... free or paid?",
      "pattern": {}
    },
    {
      "id": "compare",
      "label": "How does Adaptive Security: Security Awareness Trainin... 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: awareness, built, protect, against, powered.

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": "Adaptive Security: Security Awareness Training Built for AI Threats",
  "h1": "Protect against deepfakes and AI-powered attacks",
  "description": "Adaptive's next-generation security training and phishing simulation platform protects businesses from deepfakes, generative AI phishing, SMS attacks, voice phishing, and more emerging threats.",
  "topicOverlap": 0.5454545454545454,
  "definitionCount": 3,
  "topicTerms": [
    "adaptive",
    "security",
    "awareness",
    "training",
    "built",
    "threats",
    "protect",
    "against",
    "deepfakes",
    "powered",
    "attacks"
  ],
  "descriptionTerms": [
    "adaptive",
    "next",
    "generation",
    "security",
    "training",
    "phishing",
    "simulation",
    "platform",
    "protects",
    "businesses",
    "deepfakes",
    "generative",
    "sms",
    "attacks",
    "voice",
    "more",
    "emerging",
    "threats"
  ],
  "missingFromDescription": [
    "awareness",
    "built",
    "protect",
    "against",
    "powered"
  ],
  "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": 148827
          },
          {
            "path": "/api/context",
            "statusCode": 404,
            "contentType": "text/html; charset=utf-8",
            "length": 148827
          },
          {
            "path": "/context",
            "statusCode": 404,
            "contentType": "text/html; charset=utf-8",
            "length": 148827
          }
        ]
      },
      "issue": "AI context endpoint was not found at the expected path.",
      "howToFix": "Publish a concise JSON or Markdown AI context endpoint describing the product, public actions, and machine-readable resources."
    }
  ]
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

AIO: Query intent coverage

AIO: Query intent coverage is informational for this page.

Informational

Needs attention

AIO: Query intent coverage

Informational
01

Issue

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

Details

02

Why it matters

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

Check name

AIO: Query intent coverage

Score

70/100

Status

informational

Category

GEO, AIO & AEO

Maturity

Emerging recommendation

Goal

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

Result

AIO: Query intent coverage is informational for this page.

Evidence
{
  "headings": [
    {
      "text": "Adaptive security awareness training.",
      "html": "<h2 class=\"bx_heading-style-h2\">Adaptive security awareness training.</h2>"
    },
    {
      "text": "Phishing simulations for an AI world.",
      "html": "<h2 class=\"bx_heading-style-h2\">Phishing simulations for an AI world.</h2>"
    },
    {
      "text": "Human risk monitoring and mitigation.",
      "html": "<h2 class=\"bx_heading-style-h2\">Human risk monitoring and mitigation.</h2>"
    },
    {
      "text": "Everything that powers your experience.",
      "html": "<h2 class=\"bx_heading-style-h2\">Everything that powers your experience.</h2>"
    },
    {
      "text": "Product updates",
      "html": "<h2 class=\"bx_heading-style-h2 bx_text-color-primary _w-tour-link-5\">Product updates</h2>"
    }
  ],
  "expected": [
    {
      "id": "what",
      "label": "What is Adaptive Security: Security Awareness Trainin...?",
      "pattern": {}
    },
    {
      "id": "how",
      "label": "How does Adaptive Security: Security Awareness Trainin... work?",
      "pattern": {}
    },
    {
      "id": "benefits",
      "label": "Why use Adaptive Security: Security Awareness Trainin...?",
      "pattern": {}
    },
    {
      "id": "cost",
      "label": "Is Adaptive Security: Security Awareness Trainin... free or paid?",
      "pattern": {}
    },
    {
      "id": "compare",
      "label": "How does Adaptive Security: Security Awareness Trainin... compare with alternatives?",
      "pattern": {}
    }
  ],
  "missing": [
    {
      "id": "what",
      "label": "What is Adaptive Security: Security Awareness Trainin...?",
      "pattern": {}
    },
    {
      "id": "how",
      "label": "How does Adaptive Security: Security Awareness Trainin... work?",
      "pattern": {}
    },
    {
      "id": "benefits",
      "label": "Why use Adaptive Security: Security Awareness Trainin...?",
      "pattern": {}
    },
    {
      "id": "cost",
      "label": "Is Adaptive Security: Security Awareness Trainin... free or paid?",
      "pattern": {}
    },
    {
      "id": "compare",
      "label": "How does Adaptive Security: Security Awareness Trainin... 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 /.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 /.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": 148827,
        "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 /.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": 144901,
          "hasRegisterInstructions": true,
          "hasProtectedResourceLink": false,
          "hasAuthorizationServerLink": false,
          "mentionsIdentity": false,
          "mentionsCredential": false,
          "links": [
            "https://cdn.prod.website-files.com\"",
            "/title",
            "https://cdn.prod.website-files.com/6678499d9a616f8ae8e1c2f0/css/bx-adaptive.shared.e111d2b5b.min.css\"",
            "/css",
            "https://cdn.prod.website-files.com/6678499d9a616f8ae8e1c2f0/css/bx-adaptive.6678499d9a616f8ae8e1c397.64a70f235.opt.min.css\"",
            "/css",
            "/1ezr3co1tzia6me2OIcJw16Xeb7zcMFcocra9lpe",
            "/javascript",
            "/script",
            "https://cdn.prod.website-files.com/6678499d9a616f8ae8e1c2f0/68bf510f129c55ef73f0e821_Favicon%20White%20Solid%20Square.png\""
          ],
          "rawExcerpt": "<!DOCTYPE html><!-- Last Published: Mon Jun 08 2026 13:19:27 GMT+0000 (Coordinated Universal Time) --><html data-wf-domain=\"www.adaptivesecurity.com\" data-wf-page=\"6678499d9a616f8ae8e1c397\" data-wf-site=\"6678499d9a616f8ae8e1c2f0\" data-wf-intellimize-customer-id=\"117130790\" lang=\"en\"><head><meta charset=\"utf-8\"/><link href=\"https://cdn.prod.website-files.com\" rel=\"preconnect\" crossorigin=\"anonymous\"/><title>Not Found</title><meta content=\"Not Found\" property=\"og:title\"/><meta content=\"Not Found\" name=\"twitter:title\"/><meta content=\"width=device-width, initial-scale=1\" name=\"viewport\"/><meta content=\"OnTExGdCkRDX_PK9fVBD5-JuDs1AuNCLON5oHCynurY\" name=\"google-site-verification\"/><link href=\"https://cdn.prod.website-files.com/6678499d9a616f8ae8e1c2f0/css/bx-adaptive.shared.e111d2b5b.min.css\" re"
        }
      },
      "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 /.well-known/oauth-protected-resource link; missing /.well-known/oauth-authorization-server link; missing supported identity type language; missing credential type language.",
      "howToFix": "Serve /auth.md at the site root as Markdown with agent registration instructions and links to OAuth metadata."
    },
    {
      "id": "oauth-protected-resource",
      "title": "Publish protected resource metadata",
      "status": "fail",
      "evidence": {
        "path": "/.well-known/oauth-protected-resource",
        "ok": false,
        "statusCode": 404,
        "contentType": "text/html; charset=utf-8",
        "length": 88,
        "text": "<!DOCTYPE html>\n<html>\n  <body>\n    <p>Invalid .well-known request</p>\n  </body>\n</html>"
      },
      "issue": "The OAuth Protected Resource metadata endpoint did not return HTTP 2xx.",
      "howToFix": "Publish /.well-known/oauth-protected-resource with resource and authorization_servers fields."
    },
    {
      "id": "agent-auth-block",
      "title": "Validate agent_auth authorization metadata",
      "status": "fail",
      "evidence": {
        "valid": false,
        "issue": "OAuth authorization server metadata could not be fetched.",
        "fetch": {
          "ok": false,
          "statusCode": 404,
          "contentType": "text/html; charset=utf-8",
          "length": 88,
          "text": "<!DOCTYPE html>\n<html>\n  <body>\n    <p>Invalid .well-known request</p>\n  </body>\n</html>"
        }
      },
      "issue": "OAuth authorization server metadata could not be fetched.",
      "howToFix": "Add agent_auth to /.well-known/oauth-authorization-server with register_uri, supported identity types, credential types, and claim or revocation URLs where applicable."
    }
  ],
  "authApplicability": {
    "supportsAuth": true,
    "score": 6,
    "signals": [
      {
        "source": "link:href",
        "weight": 3,
        "match": "auth link"
      },
      {
        "source": "visible-text",
        "weight": 3,
        "match": "log in"
      }
    ]
  },
  "resourceFetchSucceeded": false
}

AI DiscoverabilityDiscoverabilityEstablished

IndexNow key

IndexNow key is informational for this page.

Informational

Needs attention

IndexNow key

Informational
01

Issue

IndexNow key is informational for this page.

02

Why it matters

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

Check name

IndexNow key

Score

100/100

Status

informational

Category

Discoverability

Maturity

Established

Goal

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

Result

IndexNow key is informational for this page.

Validation steps

  1. Find advertised IndexNow key location

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

  2. Fetch and validate IndexNow key file

    No discoverable IndexNow key file was found.

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

Agent Ease of UseAuthEstablished

OAuth / OIDC discovery

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

Informational

Needs attention

OAuth / OIDC discovery

Informational
01

Issue

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

02

Why it matters

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

Check name

OAuth / OIDC discovery

Score

0/100

Status

informational

Category

Auth

Maturity

Established

Goal

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

Result

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

Validation steps

  1. Fetch to find resource

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

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

Agent Ease of UseAuthEmerging recommendation

OAuth Protected Resource

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

Informational

Needs attention

OAuth Protected Resource

Informational
01

Issue

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

02

Why it matters

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

Check name

OAuth Protected Resource

Score

0/100

Status

informational

Category

Auth

Maturity

Emerging recommendation

Goal

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

Result

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

Validation steps

  1. Fetch protected resource metadata

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

  2. Validate protected resource metadata

    Response is not valid JSON.

  3. Validate protected resource identity

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

  4. Probe protected API Bearer challenge

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

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

Performance and AccessibilityAccessibilityBrowser audit

Background and foreground colors do not have a sufficient contrast ratio.

100 Fail

Check name

Background and foreground colors do not have a sufficient contrast ratio.

Score

0/100

Status

fail

Device

desktop

Category

Accessibility

Fix guidance

Low-contrast text is difficult or impossible for many users to read. [Learn how to provide sufficient color contrast](https://dequeuniversity.com/rules/axe/4.11/color-contrast).

Evidence
{
  "description": "Low-contrast text is difficult or impossible for many users to read. [Learn how to provide sufficient color contrast](https://dequeuniversity.com/rules/axe/4.11/color-contrast)."
}

Performance and AccessibilityBest PracticesBrowser audit

Browser errors were logged to the console

50 Fail

Check name

Browser errors were logged to the console

Score

0/100

Status

fail

Device

desktop

Category

Best Practices

Fix guidance

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

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

Performance and AccessibilityBest PracticesBrowser audit

Uses deprecated APIs

50 Fail

Check name

Uses deprecated APIs

Score

0/100

Status

fail

Device

desktop

Category

Best Practices

Estimated savings

1 warning found

Fix guidance

Deprecated APIs will eventually be removed from the browser. [Learn more about deprecated APIs](https://developer.chrome.com/docs/lighthouse/best-practices/deprecations/).

Evidence
{
  "displayValue": "1 warning found",
  "description": "Deprecated APIs will eventually be removed from the browser. [Learn more about deprecated APIs](https://developer.chrome.com/docs/lighthouse/best-practices/deprecations/)."
}

Performance and AccessibilityPerformanceBrowser audit

Links do not have a discernible name

14 Fail

Check name

Links do not have a discernible name

Score

0/100

Status

fail

Device

desktop

Category

Performance

Fix guidance

Link text (and alternate text for images, when used as links) that is discernible, unique, and focusable improves the navigation experience for screen reader users. [Learn how to make links accessible](https://dequeuniversity.com/rules/axe/4.11/link-name).

Evidence
{
  "description": "Link text (and alternate text for images, when used as links) that is discernible, unique, and focusable improves the navigation experience for screen reader users. [Learn how to make links accessible](https://dequeuniversity.com/rules/axe/4.11/link-name)."
}

Performance and AccessibilityPerformanceBrowser audit

Network dependency tree

14 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

Reduce JavaScript execution time

14 Fail

Check name

Reduce JavaScript execution time

Score

0/100

Status

fail

Device

desktop

Category

Performance

Estimated savings

4.7 s

Fix guidance

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

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

Performance and AccessibilityPerformanceBrowser audit

Render-blocking requests

14 Fail

Check name

Render-blocking requests

Score

0/100

Status

fail

Device

desktop

Category

Performance

Estimated savings

Est savings of 270 ms

Fix guidance

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

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

Performance and AccessibilityPerformanceBrowser audit

Improve image delivery

7 Warning

Check name

Improve image delivery

Score

50/100

Status

warning

Device

desktop

Category

Performance

Estimated savings

Est savings of 175 KiB

Fix guidance

Reducing the download time of images can improve the perceived load time of the page and LCP. [Learn more about optimizing image size](https://developer.chrome.com/docs/performance/insights/image-delivery)

Evidence
{
  "displayValue": "Est savings of 175 KiB",
  "description": "Reducing the download time of images can improve the perceived load time of the page and LCP. [Learn more about optimizing image size](https://developer.chrome.com/docs/performance/insights/image-delivery)"
}

Performance and AccessibilityPerformanceBrowser audit

Use efficient cache lifetimes

7 Warning

Check name

Use efficient cache lifetimes

Score

50/100

Status

warning

Device

desktop

Category

Performance

Estimated savings

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

7 Fail

Check name

Loading performance

Score

53/100

Status

fail

Device

desktop

Category

Performance

Fix guidance

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

Evidence
{
  "checks": [
    {
      "id": "total-blocking-time",
      "title": "Total Blocking Time",
      "score": 0,
      "displayValue": "2,500 ms",
      "numericValue": 2497.9999999999995
    },
    {
      "id": "interactive",
      "title": "Time to Interactive",
      "score": 23,
      "displayValue": "6.3 s",
      "numericValue": 6340.585146796121
    },
    {
      "id": "server-response-time",
      "title": "Initial server response time was short",
      "score": 100,
      "displayValue": "Root document took 10 ms",
      "numericValue": 6
    },
    {
      "id": "largest-contentful-paint",
      "title": "Largest Contentful Paint",
      "score": 90,
      "displayValue": "1.2 s",
      "numericValue": 1185.0007720091241
    },
    {
      "id": "max-potential-fid",
      "title": "Max Potential First Input Delay",
      "score": 0,
      "displayValue": "1,970 ms",
      "numericValue": 1968.0000000000002
    },
    {
      "id": "first-contentful-paint",
      "title": "First Contentful Paint",
      "score": 99,
      "displayValue": "0.6 s",
      "numericValue": 571.505560041381
    },
    {
      "id": "speed-index",
      "title": "Speed Index",
      "score": 8,
      "displayValue": "4.2 s",
      "numericValue": 4190.87312893806
    },
    {
      "id": "network-rtt",
      "title": "Network Round Trip Times",
      "score": 100,
      "displayValue": "140 ms",
      "numericValue": 137.78766
    }
  ]
}

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
53/100Level 3, Bot-AwareCurrent report
Report ID fa783085-4d29-466c-b2dc-d090c85f1485. Scanned Jun 8, 2026, 10:10 PM.
adaptivesecurity.com AI SEO Report: 53/100 (Level 3, Bot-Aware)