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

OVERALL SCORE

Level 2, Agent-Limited

Priority improvements needed for AI agents
AIDiscoverability26%Agent Easeof Use10%Security& Trust80%GEO, AIO, AEO69%SEO92%Performance& Accessibility66%
  • AI Discoverability 26 out of 100
  • Agent Ease of Use 10 out of 100
  • Security & Trust 80 out of 100
  • GEO, AIO and AEO 69 out of 100
  • SEO 92 out of 100
  • Performance and Accessibility 66 out of 100

CAPTURED SCREENSHOT

Captured website desktop screenshot

What AI sees of your website

CyberCube - Cyber Risk Analytics & Modeling for the Insurance Market favicon

CyberCube - Cyber Risk Analytics & Modeling for the Insurance Market

CyberCube is the leading cyber risk analytics provider for the insurance industry, translating cyber risk into financial impact across businesses, markets, and society as a whole.

Next step

Turn this report into a fix workflow

26 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
26
Priority fix5171View details
Discoverability
33
Priority fix360View details
Content Readiness
38
Priority fix271View details
Bot Access Control
0
Priority fix040View details
Agent Ease of Use
10
Priority fix6291View details
API
0
Priority fix060View details
Auth
Not Applicable
Not Applicable070View details
MCP
25
Priority fix260View details
Skill Discovery
5
Priority fix0101View details
Agent Commerce
Not Applicable
Not Applicable400
GEO, AIO and AEO
69
Needs work5312View details
GEO Readiness
79
Mostly ready204
AIO Readiness
60
Needs work223View details
AEO Readiness
67
Needs work115View details
SEO
92
Strong1010View details
SEO
92
Strong1010View details
Security & Trust
80
Mostly ready810View details
Security & Trust
80
Mostly ready410View details
AI Training Exposure
Not Applicable
Not Applicable400
Performance and Accessibility
66
Needs work2151View details
Performance
53
Needs work1641View details
Accessibility
90
Strong510View details

Prioritized recommendations

Issues ranked by score impact

47 items need attention

Security & TrustSecurity & TrustEstablished

Content-Security-Policy

Content-Security-Policy is missing or incomplete.

100 Fail

Needs attention

Content-Security-Policy

Failed check
01

Issue

Content-Security-Policy is missing or incomplete.

02

Why it matters

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

Check name

Content-Security-Policy

Score

0/100

Status

fail

Category

Security & Trust

Maturity

Established

Goal

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

Result

Content-Security-Policy is missing or incomplete.

Evidence
{
  "header": "content-security-policy",
  "value": "upgrade-insecure-requests"
}

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"
      },
      "issue": "The API catalog endpoint did not return HTTP 2xx.",
      "howToFix": "Publish /.well-known/api-catalog."
    },
    {
      "id": "validate",
      "title": "Validate RFC 9727 linkset",
      "status": "fail",
      "evidence": {
        "valid": false,
        "compatibleContentType": false,
        "issue": "Response is not valid JSON.",
        "rawExcerpt": "<!doctype html><html lang=\"en\"><head><script type=\"application/javascript\" id=\"hs-cookie-banner-scan\" data-hs-allowed=\"true\" src=\"/_hcms/cookie-banner/auto-blocking.js?portalId=6965604&amp;domain=insights.cybcube.com\"></script>\n    <meta charset=\"utf-8\">\n    <title>Error 404 | Page not found</title>\n    <link rel=\"shortcut icon\" href=\"https://insights.cybcube.com/hubfs/CyberCube-RGB-C%20device-Square%20Solid.ico\">\n    <meta name=\"description\" content=\"\">\n\n    \n    \n    \n    \n\n    \n    \n    \n    \n\n    <link rel=\"preconnect\" href=\"https://fonts.googleapis.com\">\n    <link rel=\"preconnect\" href=\"https://fonts.gstatic.com\" crossorigin>\n    <link href=\"https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100..900;1,100..900&amp;display=swap\" rel=\"stylesheet\">\n\n    \n    \n      \n    \n\n  "
      },
      "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" 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" 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",
            "valid": false,
            "issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html\" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
            "compatibleContentType": false,
            "format": "yaml",
            "version": "",
            "pathCount": 0,
            "operationCount": 0,
            "rawExcerpt": "<!doctype html><html lang=\"en\"><head><script type=\"application/javascript\" id=\"hs-cookie-banner-scan\" data-hs-allowed=\"true\" src=\"/_hcms/cookie-banner/auto-blocking.js?portalId=6965604&amp;domain=insights.cybcube.com\"></script>\n    <meta charset=\"utf-8\">\n    <title>Error 404 | Page not found</title>\n    <link rel=\"shortcut icon\" href=\"https://insights.cybcube.com/hubfs/CyberCube-RGB-C%20device-Square%20Solid.ico\">\n    <meta name=\"description\" content=\"\">\n\n    \n    \n    \n    \n\n    \n    \n    \n    \n\n    <link rel=\"preconnect\" href=\"https://fonts.googleapis.com\">\n    <link rel=\"preconnect\" href=\"https://fonts.gstatic.com\" crossorigin>\n    <link href=\"https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100..900;1,100..900&amp;display=swap\" rel=\"stylesheet\">\n\n    \n    \n      \n    \n\n  "
          },
          {
            "path": "/openapi.yaml",
            "statusCode": 404,
            "contentType": "text/html",
            "valid": false,
            "issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html\" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
            "compatibleContentType": false,
            "format": "yaml",
            "version": "",
            "pathCount": 0,
            "operationCount": 0,
            "rawExcerpt": "<!doctype html><html lang=\"en\"><head><script type=\"application/javascript\" id=\"hs-cookie-banner-scan\" data-hs-allowed=\"true\" src=\"/_hcms/cookie-banner/auto-blocking.js?portalId=6965604&amp;domain=insights.cybcube.com\"></script>\n    <meta charset=\"utf-8\">\n    <title>Error 404 | Page not found</title>\n    <link rel=\"shortcut icon\" href=\"https://insights.cybcube.com/hubfs/CyberCube-RGB-C%20device-Square%20Solid.ico\">\n    <meta name=\"description\" content=\"\">\n\n    \n    \n    \n    \n\n    \n    \n    \n    \n\n    <link rel=\"preconnect\" href=\"https://fonts.googleapis.com\">\n    <link rel=\"preconnect\" href=\"https://fonts.gstatic.com\" crossorigin>\n    <link href=\"https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100..900;1,100..900&amp;display=swap\" rel=\"stylesheet\">\n\n    \n    \n      \n    \n\n  "
          },
          {
            "path": "/swagger.json",
            "statusCode": 404,
            "contentType": "text/html",
            "valid": false,
            "issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html\" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
            "compatibleContentType": false,
            "format": "yaml",
            "version": "",
            "pathCount": 0,
            "operationCount": 0,
            "rawExcerpt": "<!doctype html><html lang=\"en\"><head><script type=\"application/javascript\" id=\"hs-cookie-banner-scan\" data-hs-allowed=\"true\" src=\"/_hcms/cookie-banner/auto-blocking.js?portalId=6965604&amp;domain=insights.cybcube.com\"></script>\n    <meta charset=\"utf-8\">\n    <title>Error 404 | Page not found</title>\n    <link rel=\"shortcut icon\" href=\"https://insights.cybcube.com/hubfs/CyberCube-RGB-C%20device-Square%20Solid.ico\">\n    <meta name=\"description\" content=\"\">\n\n    \n    \n    \n    \n\n    \n    \n    \n    \n\n    <link rel=\"preconnect\" href=\"https://fonts.googleapis.com\">\n    <link rel=\"preconnect\" href=\"https://fonts.gstatic.com\" crossorigin>\n    <link href=\"https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100..900;1,100..900&amp;display=swap\" rel=\"stylesheet\">\n\n    \n    \n      \n    \n\n  "
          },
          {
            "path": "/swagger.yaml",
            "statusCode": 404,
            "contentType": "text/html",
            "valid": false,
            "issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html\" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
            "compatibleContentType": false,
            "format": "yaml",
            "version": "",
            "pathCount": 0,
            "operationCount": 0,
            "rawExcerpt": "<!doctype html><html lang=\"en\"><head><script type=\"application/javascript\" id=\"hs-cookie-banner-scan\" data-hs-allowed=\"true\" src=\"/_hcms/cookie-banner/auto-blocking.js?portalId=6965604&amp;domain=insights.cybcube.com\"></script>\n    <meta charset=\"utf-8\">\n    <title>Error 404 | Page not found</title>\n    <link rel=\"shortcut icon\" href=\"https://insights.cybcube.com/hubfs/CyberCube-RGB-C%20device-Square%20Solid.ico\">\n    <meta name=\"description\" content=\"\">\n\n    \n    \n    \n    \n\n    \n    \n    \n    \n\n    <link rel=\"preconnect\" href=\"https://fonts.googleapis.com\">\n    <link rel=\"preconnect\" href=\"https://fonts.gstatic.com\" crossorigin>\n    <link href=\"https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100..900;1,100..900&amp;display=swap\" rel=\"stylesheet\">\n\n    \n    \n      \n    \n\n  "
          },
          {
            "path": "/api/openapi.json",
            "statusCode": 404,
            "contentType": "text/html",
            "valid": false,
            "issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html\" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
            "compatibleContentType": false,
            "format": "yaml",
            "version": "",
            "pathCount": 0,
            "operationCount": 0,
            "rawExcerpt": "<!doctype html><html lang=\"en\"><head><script type=\"application/javascript\" id=\"hs-cookie-banner-scan\" data-hs-allowed=\"true\" src=\"/_hcms/cookie-banner/auto-blocking.js?portalId=6965604&amp;domain=insights.cybcube.com\"></script>\n    <meta charset=\"utf-8\">\n    <title>Error 404 | Page not found</title>\n    <link rel=\"shortcut icon\" href=\"https://insights.cybcube.com/hubfs/CyberCube-RGB-C%20device-Square%20Solid.ico\">\n    <meta name=\"description\" content=\"\">\n\n    \n    \n    \n    \n\n    \n    \n    \n    \n\n    <link rel=\"preconnect\" href=\"https://fonts.googleapis.com\">\n    <link rel=\"preconnect\" href=\"https://fonts.gstatic.com\" crossorigin>\n    <link href=\"https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100..900;1,100..900&amp;display=swap\" rel=\"stylesheet\">\n\n    \n    \n      \n    \n\n  "
          },
          {
            "path": "/api/swagger.json",
            "statusCode": 404,
            "contentType": "text/html",
            "valid": false,
            "issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html\" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
            "compatibleContentType": false,
            "format": "yaml",
            "version": "",
            "pathCount": 0,
            "operationCount": 0,
            "rawExcerpt": "<!doctype html><html lang=\"en\"><head><script type=\"application/javascript\" id=\"hs-cookie-banner-scan\" data-hs-allowed=\"true\" src=\"/_hcms/cookie-banner/auto-blocking.js?portalId=6965604&amp;domain=insights.cybcube.com\"></script>\n    <meta charset=\"utf-8\">\n    <title>Error 404 | Page not found</title>\n    <link rel=\"shortcut icon\" href=\"https://insights.cybcube.com/hubfs/CyberCube-RGB-C%20device-Square%20Solid.ico\">\n    <meta name=\"description\" content=\"\">\n\n    \n    \n    \n    \n\n    \n    \n    \n    \n\n    <link rel=\"preconnect\" href=\"https://fonts.googleapis.com\">\n    <link rel=\"preconnect\" href=\"https://fonts.gstatic.com\" crossorigin>\n    <link href=\"https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100..900;1,100..900&amp;display=swap\" rel=\"stylesheet\">\n\n    \n    \n      \n    \n\n  "
          },
          {
            "path": "/docs/openapi.json",
            "statusCode": 404,
            "contentType": "text/html",
            "valid": false,
            "issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html\" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
            "compatibleContentType": false,
            "format": "yaml",
            "version": "",
            "pathCount": 0,
            "operationCount": 0,
            "rawExcerpt": "<!doctype html><html lang=\"en\"><head><script type=\"application/javascript\" id=\"hs-cookie-banner-scan\" data-hs-allowed=\"true\" src=\"/_hcms/cookie-banner/auto-blocking.js?portalId=6965604&amp;domain=insights.cybcube.com\"></script>\n    <meta charset=\"utf-8\">\n    <title>Error 404 | Page not found</title>\n    <link rel=\"shortcut icon\" href=\"https://insights.cybcube.com/hubfs/CyberCube-RGB-C%20device-Square%20Solid.ico\">\n    <meta name=\"description\" content=\"\">\n\n    \n    \n    \n    \n\n    \n    \n    \n    \n\n    <link rel=\"preconnect\" href=\"https://fonts.googleapis.com\">\n    <link rel=\"preconnect\" href=\"https://fonts.gstatic.com\" crossorigin>\n    <link href=\"https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100..900;1,100..900&amp;display=swap\" rel=\"stylesheet\">\n\n    \n    \n      \n    \n\n  "
          }
        ]
      },
      "issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html\" 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
}

Agent Ease of UseMCPEmerging recommendation

MCP Server Card

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

33 Fail

Needs attention

MCP Server Card

Failed check
01

Issue

MCP Server Card was not found at the expected path.

02

Why it matters

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

Check name

MCP Server Card

Score

0/100

Status

fail

Category

MCP

Maturity

Emerging recommendation

Goal

Publish an MCP Server Card for agent discovery.

Result

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

Validation steps

  1. Fetch to find resource

    MCP Server Card was not found at the expected path.

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

Agent Ease of UseMCPEmerging recommendation

mcp.json

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

33 Fail

Needs attention

mcp.json

Failed check
01

Issue

mcp.json was not found at the expected path.

02

Why it matters

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

Check name

mcp.json

Score

0/100

Status

fail

Category

MCP

Maturity

Emerging recommendation

Goal

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

Result

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

Validation steps

  1. Fetch to find resource

    mcp.json was not found at the expected path.

Evidence
{
  "failedStep": "fetch",
  "steps": [
    {
      "id": "fetch",
      "title": "Fetch to find resource",
      "status": "fail",
      "evidence": {
        "checked": [
          {
            "path": "/mcp.json",
            "statusCode": 404,
            "contentType": "text/html",
            "length": 134517
          },
          {
            "path": "/.well-known/mcp.json",
            "statusCode": 404,
            "contentType": "text/html",
            "length": 134517
          },
          {
            "path": "/.well-known/mcp/server-card.json",
            "statusCode": 404,
            "contentType": "text/html",
            "length": 134517
          }
        ]
      },
      "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 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",
            "length": 134517
          }
        ]
      },
      "issue": "Web Bot Auth request signing was not found at the expected path.",
      "howToFix": "If publishing Web Bot Auth keys, return a JSON key directory with a non-empty keys array and the draft media type."
    }
  ]
}

Agent Ease of UseMCPInformational

WebMCP manifest

WebMCP manifest failed at "Fetch to find resource".

33 Fail

Needs attention

WebMCP manifest

Failed check
01

Issue

WebMCP manifest was not found at the expected path.

02

Why it matters

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

Check name

WebMCP manifest

Score

0/100

Status

fail

Category

MCP

Maturity

Informational

Goal

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

Result

WebMCP manifest failed at "Fetch to find resource".

Validation steps

  1. Fetch to find resource

    WebMCP manifest was not found at the expected path.

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

AI DiscoverabilityDiscoverabilityEstablished

High-value schema types

High-value schema types is missing or incomplete.

25 Fail

Needs attention

High-value schema types

Failed check
01

Issue

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

02

Why it matters

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

Check name

High-value schema types

Score

0/100

Status

fail

Category

Discoverability

Maturity

Established

Goal

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

Result

High-value schema types is missing or incomplete.

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

AI DiscoverabilityDiscoverabilityEstablished

JSON-LD present

JSON-LD present is missing or incomplete.

25 Fail

Needs attention

JSON-LD present

Failed check
01

Issue

No JSON-LD blocks found.

02

Why it matters

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

Check name

JSON-LD present

Score

0/100

Status

fail

Category

Discoverability

Maturity

Established

Goal

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

Result

JSON-LD present is missing or incomplete.

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

AI DiscoverabilityDiscoverabilityEstablished

Link headers

Link headers failed at "Find useful Link headers".

25 Fail

Needs attention

Link headers

Failed check
01

Issue

No useful agent discovery Link headers were found.

02

Why it matters

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

Check name

Link headers

Score

0/100

Status

fail

Category

Discoverability

Maturity

Established

Goal

Include Link response headers for agent discovery using RFC 8288.

Result

Link headers failed at "Find useful Link headers".

Validation steps

  1. Find useful Link headers

    No useful agent discovery Link headers were found.

  2. Fetch same-origin Link header targets

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

Evidence
{
  "failedStep": "presence",
  "steps": [
    {
      "id": "presence",
      "title": "Find useful Link headers",
      "status": "fail",
      "evidence": {
        "links": [
          {
            "url": "/_hcms/cookie-banner/auto-blocking.js?portalId=6965604&domain=www.cybcube.com",
            "rel": "preload"
          },
          {
            "url": "https://fonts.googleapis.com",
            "rel": "preconnect"
          },
          {
            "url": "https://fonts.gstatic.com",
            "rel": "preconnect"
          },
          {
            "url": "https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100..900;1,100..900&display=swap",
            "rel": "preload"
          },
          {
            "url": "https://unpkg.com/@lottiefiles/lottie-player@latest/dist/lottie-player.js",
            "rel": "preload"
          },
          {
            "url": "https://www.cybcube.com/hubfs/hub_generated/template_assets/1/168387856926/1780393114327/template_main.min.css",
            "rel": "preload"
          },
          {
            "url": "https://www.cybcube.com/hubfs/hub_generated/template_assets/1/168393435653/1780393112913/template_output.min.css",
            "rel": "preload"
          },
          {
            "url": "https://www.cybcube.com/hubfs/hub_generated/template_assets/1/168392643239/1780393111869/template_theme-overrides.min.css",
            "rel": "preload"
          },
          {
            "url": "https://www.cybcube.com/hubfs/hub_generated/module_assets/1/168387856902/1749471678793/module_mega-menu.min.css",
            "rel": "preload"
          }
        ]
      },
      "issue": "No useful agent discovery Link headers were found.",
      "howToFix": "Expose useful Link headers such as rel=\"api-catalog\", rel=\"service-doc\", and rel=\"service-desc\"."
    },
    {
      "id": "target-validation",
      "title": "Fetch same-origin Link header targets",
      "status": "fail",
      "evidence": {
        "checked": [],
        "failures": [
          {
            "reason": "No same-origin Link header targets were available to fetch."
          }
        ]
      },
      "issue": "Link headers did not expose any same-origin targets to validate.",
      "howToFix": "Make each same-origin Link href reachable and serve the advertised media type."
    }
  ]
}

AI DiscoverabilityContent ReadinessEmerging recommendation

llms.txt

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

25 Fail

Needs attention

llms.txt

Failed check
01

Issue

llms.txt was not found at the expected path.

02

Why it matters

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

Check name

llms.txt

Score

0/100

Status

fail

Category

Content Readiness

Maturity

Emerging recommendation

Goal

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

Result

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

Validation steps

  1. Fetch to find resource

    llms.txt was not found at the expected path.

Evidence
{
  "failedStep": "fetch",
  "steps": [
    {
      "id": "fetch",
      "title": "Fetch to find resource",
      "status": "fail",
      "evidence": {
        "checked": [
          {
            "path": "/llms.txt",
            "statusCode": 404,
            "contentType": "text/html",
            "length": 134517
          },
          {
            "path": "/llms-full.txt",
            "statusCode": 404,
            "contentType": "text/html",
            "length": 134517
          }
        ]
      },
      "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": 21838,
        "excerpt": "<!doctype html><html lang=\"en\"><head><script type=\"application/javascript\" id=\"hs-cookie-banner-scan\" data-hs-allowed=\"true\" src=\"/_hcms/cookie-banner/auto-blocking.js?portalId=6965604&amp;domain=www.cybcube.com\"></script>\n    <meta charset",
        "issue": "Markdown response is missing a heading."
      },
      "issue": "Markdown response is missing a heading.",
      "howToFix": "Return Markdown with at least one heading and substantive page content, including useful links or instructions for agents."
    }
  ]
}

AI DiscoverabilityDiscoverabilityEstablished

Organization / WebSite schema

Organization / WebSite schema is missing or incomplete.

25 Fail

Needs attention

Organization / WebSite schema

Failed check
01

Issue

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

02

Why it matters

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

Check name

Organization / WebSite schema

Score

0/100

Status

fail

Category

Discoverability

Maturity

Established

Goal

Identify the site owner and website entity in structured data.

Result

Organization / WebSite schema is missing or incomplete.

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

AI DiscoverabilityContent ReadinessEstablished

Semantic HTML

Semantic HTML is missing or incomplete.

25 Fail

Needs attention

Semantic HTML

Failed check
01

Issue

Semantic HTML is incomplete: invalid h1 (found 2); skipped heading levels; missing alt text on >10% of images.

Details

02

Why it matters

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

Check name

Semantic HTML

Score

0/100

Status

fail

Category

Content Readiness

Maturity

Established

Goal

Expose readable page structure through semantic HTML and accessible controls.

Result

Semantic HTML is missing or incomplete.

Evidence
{
  "main": true,
  "nav": true,
  "footer": true,
  "meaningfulH1": false,
  "headingOrder": false,
  "accessibleLinks": true,
  "accessibleButtons": true,
  "imageAltCoverage": false,
  "formAutocompleteCoverage": true,
  "details": {
    "inaccessibleLinks": [],
    "inaccessibleButtons": [],
    "missingAutocompleteInputs": [],
    "imagesMissingAlt": [
      "<img src=\"https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/1.webp\">",
      "<img src=\"https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/2.webp\">",
      "<img src=\"https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/3.webp\">",
      "<img src=\"https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/4.webp\">",
      "<img src=\"https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/5.webp\">",
      "<img src=\"https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/6.webp\">",
      "<img src=\"https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/7.webp\">",
      "<img src=\"https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/8.webp\">",
      "<img src=\"https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/9.webp\">",
      "<img src=\"https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/10.webp\">",
      "<img src=\"https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/11.webp\">",
      "<img src=\"https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/12.webp\">",
      "<img src=\"https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/13.webp\">",
      "<img src=\"https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/14.webp\">",
      "<img src=\"https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/15.webp\">",
      "<img src=\"https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/16.webp\">",
      "<img src=\"https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/17.webp\">",
      "<img src=\"https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/18.webp\">",
      "<img src=\"https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/19.webp\">",
      "<img src=\"https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/20.webp\">",
      "<img src=\"https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/21.webp\">",
      "<img src=\"https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/22.webp\">",
      "<img src=\"https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/23.webp\">",
      "<img src=\"https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/24.webp\">",
      "<img src=\"https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/25.webp\">",
      "<img src=\"https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/26.webp\">",
      "<img src=\"https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/27.webp\">",
      "<img src=\"https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/28.webp\">",
      "<img src=\"https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/29.webp\">",
      "<img src=\"https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/30.webp\">",
      "<img src=\"https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/31.webp\">",
      "<img src=\"https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/32.webp\">",
      "<img src=\"https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/33.webp\">",
      "<img src=\"https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/34.webp\">",
      "<img src=\"https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/35.webp\">",
      "<img src=\"https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/36.webp\">",
      "<img src=\"https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/37.webp\">",
      "<img src=\"https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/38.webp\">",
      "<img src=\"https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/39.webp\">",
      "<img src=\"https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/40.webp\">",
      "<img src=\"https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/41.webp\">",
      "<img src=\"https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/42.webp\">",
      "<img src=\"https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/43.webp\">",
      "<img src=\"https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/44.webp\">",
      "<img src=\"https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/45.webp\">",
      "<img src=\"https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/46.webp\">",
      "<img src=\"https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/47.webp\">",
      "<img src=\"https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/48.webp\">",
      "<img src=\"https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/49.webp\">",
      "<img src=\"https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/50.webp\">",
      "<img src=\"https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/51.webp\">",
      "<img src=\"https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/52.webp\">",
      "<img src=\"https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/53.webp\">",
      "<img src=\"https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/54.webp\">",
      "<img src=\"https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/55.webp\">",
      "<img src=\"https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/56.webp\">",
      "<img src=\"https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/57.webp\">",
      "<img src=\"https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/58.webp\">",
      "<img src=\"https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/59.webp\">",
      "<img src=\"https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/60.webp\">",
      "<img src=\"https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/61.webp\">",
      "<img src=\"https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/62.webp\">",
      "<img src=\"https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/63.webp\">",
      "<img src=\"https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/64.webp\">",
      "<img src=\"https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/65.webp\">",
      "<img src=\"https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/66.webp\">",
      "<img src=\"https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/67.webp\">",
      "<img src=\"https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/68.webp\">",
      "<img src=\"https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/69.webp\">",
      "<img src=\"https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/70.webp\">",
      "<img src=\"https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/71.webp\">",
      "<img src=\"https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/72.webp\">",
      "<img src=\"https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/73.webp\">",
      "<img src=\"https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/74.webp\">",
      "<img src=\"https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/75.webp\">",
      "<img src=\"https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/76.webp\">",
      "<img src=\"https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/77.webp\">",
      "<img src=\"https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/78.webp\">",
      "<img src=\"https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/79.webp\">",
      "<img src=\"https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/80.webp\">",
      "<img src=\"https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/81.webp\">",
      "<img src=\"https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/82.webp\">",
      "<img src=\"https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/83.webp\">",
      "<img src=\"https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/84.webp\">",
      "<img src=\"https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/85.webp\">",
      "<img src=\"https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/86.webp\">",
      "<img src=\"https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/87.webp\">",
      "<img src=\"https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/88.webp\">",
      "<img src=\"https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/89.webp\">",
      "<img src=\"https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/90.webp\">",
      "<img src=\"https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/91.webp\">",
      "<img src=\"https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/92.webp\">",
      "<img src=\"https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/93.webp\">",
      "<img src=\"https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/94.webp\">",
      "<img src=\"https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/95.webp\">",
      "<img src=\"https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/96.webp\">",
      "<img src=\"https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/97.webp\">",
      "<img src=\"https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/98.webp\">",
      "<img src=\"https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/99.webp\">",
      "<img src=\"https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/100.webp\">",
      "<img src=\"https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/101.webp\">",
      "<img src=\"https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/102.webp\">",
      "<img src=\"https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/103.webp\">",
      "<img src=\"https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/104.webp\">",
      "<img src=\"https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/105.webp\">",
      "<img src=\"https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/106.webp\">",
      "<img src=\"https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/107.webp\">",
      "<img src=\"https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/108.webp\">",
      "<img src=\"https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/109.webp\">",
      "<img src=\"https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/110.webp\">",
      "<img src=\"https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/111.webp\">",
      "<img src=\"https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/112.webp\">",
      "<img src=\"https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/113.webp\">",
      "<img src=\"https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/114.webp\">",
      "<img src=\"https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/115.webp\">",
      "<img src=\"https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/116.webp\">",
      "<img src=\"https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/117.webp\">",
      "<img src=\"https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/118.webp\">",
      "<img src=\"https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/119.webp\">",
      "<img src=\"https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/120.webp\">",
      "<img src=\"https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/121.webp\">",
      "<img src=\"https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/122.webp\">",
      "<img src=\"https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/123.webp\">",
      "<img src=\"https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/124.webp\">",
      "<img src=\"https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/125.webp\">",
      "<img src=\"https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/126.webp\">",
      "<img src=\"https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/127.webp\">",
      "<img src=\"https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/128.webp\">",
      "<img src=\"https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/129.webp\">",
      "<img src=\"https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/130.webp\">",
      "<img src=\"https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/131.webp\">",
      "<img src=\"https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/132.webp\">",
      "<img src=\"https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/133.webp\">",
      "<img src=\"https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/134.webp\">",
      "<img src=\"https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/135.webp\">",
      "<img src=\"https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/136.webp\">",
      "<img src=\"https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/137.webp\">",
      "<img src=\"https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/138.webp\">",
      "<img src=\"https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/139.webp\">",
      "<img src=\"https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/140.webp\">",
      "<img src=\"https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/141.webp\">",
      "<img src=\"https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/142.webp\">",
      "<img src=\"https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/143.webp\">",
      "<img src=\"https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/144.webp\">",
      "<img src=\"https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/145.webp\">",
      "<img src=\"https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/146.webp\">",
      "<img src=\"https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/147.webp\">",
      "<img src=\"https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/148.webp\">",
      "<img src=\"https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/149.webp\">",
      "<img src=\"https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/150.webp\">",
      "<img src=\"https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/151.webp\">",
      "<img src=\"https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/152.webp\">",
      "<img src=\"https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/153.webp\">",
      "<img src=\"https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/154.webp\">",
      "<img src=\"https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/155.webp\">",
      "<img src=\"https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/156.webp\">",
      "<img src=\"https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/157.webp\">",
      "<img src=\"https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/158.webp\">",
      "<img src=\"https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/159.webp\">",
      "<img src=\"https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/160.webp\">",
      "<img src=\"https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/161.webp\">",
      "<img src=\"https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/162.webp\">",
      "<img src=\"https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/163.webp\">",
      "<img src=\"https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/164.webp\">",
      "<img src=\"https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/165.webp\">",
      "<img src=\"https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/166.webp\">",
      "<img src=\"https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/167.webp\">",
      "<img src=\"https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/168.webp\">",
      "<img src=\"https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/169.webp\">",
      "<img src=\"https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/170.webp\">",
      "<img src=\"https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/171.webp\">",
      "<img src=\"https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/172.webp\">",
      "<img src=\"https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/173.webp\">",
      "<img src=\"https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/174.webp\">",
      "<img src=\"https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/175.webp\">",
      "<img src=\"https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/176.webp\">",
      "<img src=\"https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/177.webp\">",
      "<img src=\"https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/178.webp\">",
      "<img src=\"https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/179.webp\">",
      "<img src=\"https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/180.webp\">",
      "<img src=\"https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/181.webp\">",
      "<img src=\"https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/182.webp\">",
      "<img src=\"https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/183.webp\">",
      "<img src=\"https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/184.webp\">",
      "<img src=\"https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/185.webp\">",
      "<img src=\"https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/186.webp\">",
      "<img src=\"https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/187.webp\">",
      "<img src=\"https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/188.webp\">",
      "<img src=\"https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/189.webp\">",
      "<img src=\"https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/190.webp\">",
      "<img src=\"https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/191.webp\">",
      "<img src=\"https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/192.webp\">",
      "<img src=\"https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/193.webp\">",
      "<img src=\"https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/194.webp\">",
      "<img src=\"https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/195.webp\">",
      "<img src=\"https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/196.webp\">",
      "<img src=\"https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/197.webp\">",
      "<img src=\"https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/198.webp\">",
      "<img src=\"https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/199.webp\">",
      "<img src=\"https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/200.webp\">",
      "<img src=\"https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/201.webp\">",
      "<img src=\"https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/202.webp\">",
      "<img src=\"https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/203.webp\">",
      "<img src=\"https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/204.webp\">",
      "<img src=\"https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/205.webp\">",
      "<img src=\"https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/206.webp\">",
      "<img src=\"https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/207.webp\">",
      "<img src=\"https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/208.webp\">",
      "<img src=\"https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/209.webp\">",
      "<img src=\"https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/210.webp\">",
      "<img src=\"https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/211.webp\">",
      "<img src=\"https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/212.webp\">",
      "<img src=\"https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/213.webp\">",
      "<img src=\"https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/214.webp\">",
      "<img src=\"https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/215.webp\">",
      "<img src=\"https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/216.webp\">"
    ],
    "skippedHeadingLevels": [
      "h4: Insurance Brokers",
      "h3: Products",
      "h3: Services",
      "h4: MGAs",
      "h3: Products",
      "h3: Services",
      "h4: Insurers",
      "h3: Products",
      "h3: Services",
      "h4: Reinsurance Brokers",
      "h3: Products",
      "h3: Services",
      "h4: Reinsurers",
      "h3: Products",
      "h3: Services",
      "h4: Insurance-Linked Securities",
      "h3: Products",
      "h3: Services",
      "h3: Products",
      "h3: Services",
      "h3: Featured",
      "h2: Enabling exceptional outcomes for our clients",
      "h3: Featured",
      "h2: Industry Awards",
      "h3: Insights",
      "h3: Content Topics",
      "h3: Featured Resources",
      "h2: The Cyber Data Paradox",
      "h3: Clients & Testimonials",
      "h1: The trusted partner in cyber risk quantification",
      "h1: Delivering the world’s leading cyber risk analytics",
      "h3: Partnering with leading institutions to power their growth",
      "h2: Reshaping the boundaries of cyber risk quantification",
      "h3: Used to model over 70% of global cyber premiums",
      "h3: Industry-leading expertise, services & solutions",
      "h3: 75% of the top 40 European and US cyber insurance carriers utilize CyberCube analytics",
      "h3: Over 1 billion technology dependencies",
      "h3: The most risk differentiation for cyber underwriting",
      "h3: Widest array of representative, explainable cyber scenarios",
      "h3: 70% of the top ten reinsurance brokers use CyberCube",
      "h3: The broadest range of solutions designed for your workflow",
      "h3: 50% of the top 20 reinsurance carriers analyze their portfolios with CyberCube",
      "h2: Tailored cyber risk solutions for each industry segment",
      "h5: Insurance Brokers",
      "h5: Insurers",
      "h5: Reinsurance Brokers",
      "h5: Reinsurers",
      "h5: MGAs",
      "h5: Insurance-Linked Securities",
      "h5: Government",
      "h5: Regulators/Rating Agencies",
      "h4: The CyberCube Advantage",
      "h2: Why our partners choose CyberCube",
      "h2: Fit for purpose solutions",
      "h2: Transparency at our core",
      "h2: Embracing innovation",
      "h2: Dedicated support",
      "h2: Streamlined efficiency",
      "h2: A complete set of products",
      "h2: Improving the resilience of organizations and society with our cyber analytics",
      "h5: Unlock capital for cyber risk to drive innovation",
      "h5: Translate cyber risk into financial impact for organizations",
      "h5: Enable societal resilience to systemic risk",
      "h2: Utilizing Artificial Intelligence within CyberCube's Products",
      "h3: Ready to start a conversation?"
    ]
  },
  "counts": {
    "h1": 2,
    "headings": 65,
    "links": 139,
    "inaccessibleLinks": 0,
    "buttons": 20,
    "inaccessibleButtons": 0,
    "images": 231,
    "imagesWithAlt": 15,
    "autocompleteInputs": 0,
    "inputsWithAutocomplete": 0,
    "missingAutocompleteInputs": 0
  }
}

Agent Ease of UseSkill DiscoveryEmerging recommendation

A2A Agent Card

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

20 Fail

Needs attention

A2A Agent Card

Failed check
01

Issue

A2A Agent Card was not found at the expected path.

02

Why it matters

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

Check name

A2A Agent Card

Score

0/100

Status

fail

Category

Skill Discovery

Maturity

Emerging recommendation

Goal

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

Result

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

Validation steps

  1. Fetch to find resource

    A2A Agent Card was not found at the expected path.

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

AI DiscoverabilityContent ReadinessEstablished

Content freshness signals

Content freshness signals is partially implemented.

19 Warning

Needs attention

Content freshness signals

Warning
01

Issue

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

02

Why it matters

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

Check name

Content freshness signals

Score

25/100

Status

warning

Category

Content Readiness

Maturity

Established

Goal

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

Result

Content freshness signals is partially implemented.

Evidence
{
  "lastModified": "Tue, 09 Jun 2026 12:43:58 GMT",
  "schemaDates": [],
  "metaDateCount": 0,
  "timeDateCount": 0
}

Agent Ease of UseSkill DiscoveryEmerging recommendation

DNS-AID Agent Discovery

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

15 Fail

Needs attention

DNS-AID Agent Discovery

Failed check
01

Issue

No DNS-AID entrypoint records were found under _agents.

02

Why it matters

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

Check name

DNS-AID Agent Discovery

Score

25/100

Status

fail

Category

Skill Discovery

Maturity

Emerging recommendation

Goal

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

Result

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

Validation steps

  1. Resolve DNS-AID SVCB/HTTPS records

    No DNS-AID entrypoint records were found under _agents.

  2. Validate alpn and endpoint parameters

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

  3. Check DNSSEC material

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

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

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

AIO: Visible structured data match

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

10 Fail

Needs attention

AIO: Visible structured data match

Failed check
01

Issue

No JSON-LD structured data was detected.

Details

02

Why it matters

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

Check name

AIO: Visible structured data match

Score

0/100

Status

fail

Category

GEO, AIO & AEO

Maturity

Emerging recommendation

Goal

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

Result

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

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

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

AIO: Source and trust signals

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

6 Fail

Needs attention

AIO: Source and trust signals

Failed check
01

Issue

Missing AIO trust signals: author, publisher, freshnessDate.

Details

02

Why it matters

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

Check name

AIO: Source and trust signals

Score

40/100

Status

fail

Category

GEO, AIO & AEO

Maturity

Emerging recommendation

Goal

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

Result

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

Evidence
{
  "signals": {
    "author": false,
    "publisher": false,
    "freshnessDate": false,
    "aboutOrContact": true,
    "policyLinks": true
  },
  "missing": [
    "author",
    "publisher",
    "freshnessDate"
  ],
  "authorMeta": "",
  "schemaAuthors": [],
  "schemaPublishers": [],
  "schemaDates": [],
  "visibleDates": [],
  "aboutLinks": [
    {
      "href": "https://www.cybcube.com/services/cybercube-concierge",
      "text": "Concierge Bring our team’s cyber expertise directly to your company",
      "html": "<a href=\"https://www.cybcube.com/services/cybercube-concierge\" aria-label=\"Navigate to Concierge page\"> <div class=\"item-title\"> <span> <svg viewBox=\"0 0 18 18\"> <path d=\" M10.4 10.4H7.6V7.6h2.8v1H15V3H3v12h12V9.3h-4.6v1Z \"/> </svg> </span> Concierge </div> <p>Bring our team&#x2019;s cyber expertise directly to your company</p> </a>"
    },
    {
      "href": "https://www.cybcube.com/services/cybercube-concierge",
      "text": "Concierge Bring our team’s cyber expertise directly to your company",
      "html": "<a href=\"https://www.cybcube.com/services/cybercube-concierge\" aria-label=\"Navigate to Concierge page\"> <div class=\"item-title\"> <span> <svg viewBox=\"0 0 18 18\"> <path d=\" M10.4 10.4H7.6V7.6h2.8v1H15V3H3v12h12V9.3h-4.6v1Z \"/> </svg> </span> Concierge </div> <p>Bring our team&#x2019;s cyber expertise directly to your company</p> </a>"
    },
    {
      "href": "https://www.cybcube.com/services/cybercube-concierge",
      "text": "Concierge Bring our team’s cyber expertise directly to your company",
      "html": "<a href=\"https://www.cybcube.com/services/cybercube-concierge\" aria-label=\"Navigate to Concierge page\"> <div class=\"item-title\"> <span> <svg viewBox=\"0 0 18 18\"> <path d=\" M10.4 10.4H7.6V7.6h2.8v1H15V3H3v12h12V9.3h-4.6v1Z \"/> </svg> </span> Concierge </div> <p>Bring our team&#x2019;s cyber expertise directly to your company</p> </a>"
    },
    {
      "href": "https://www.cybcube.com/services/cybercube-concierge",
      "text": "Concierge Bring our team’s cyber expertise directly to your company",
      "html": "<a href=\"https://www.cybcube.com/services/cybercube-concierge\" aria-label=\"Navigate to Concierge page\"> <div class=\"item-title\"> <span> <svg viewBox=\"0 0 18 18\"> <path d=\" M10.4 10.4H7.6V7.6h2.8v1H15V3H3v12h12V9.3h-4.6v1Z \"/> </svg> </span> Concierge </div> <p>Bring our team&#x2019;s cyber expertise directly to your company</p> </a>"
    },
    {
      "href": "https://www.cybcube.com/services/cybercube-concierge",
      "text": "Concierge Bring our team’s cyber expertise directly to your company",
      "html": "<a href=\"https://www.cybcube.com/services/cybercube-concierge\" aria-label=\"Navigate to Concierge page\"> <div class=\"item-title\"> <span> <svg viewBox=\"0 0 18 18\"> <path d=\" M10.4 10.4H7.6V7.6h2.8v1H15V3H3v12h12V9.3h-4.6v1Z \"/> </svg> </span> Concierge </div> <p>Bring our team&#x2019;s cyber expertise directly to your company</p> </a>"
    },
    {
      "href": "https://www.cybcube.com/services/cybercube-concierge",
      "text": "Concierge Bring our team’s cyber expertise directly to your company",
      "html": "<a href=\"https://www.cybcube.com/services/cybercube-concierge\" aria-label=\"Navigate to Concierge page\"> <div class=\"item-title\"> <span> <svg viewBox=\"0 0 18 18\"> <path d=\" M10.4 10.4H7.6V7.6h2.8v1H15V3H3v12h12V9.3h-4.6v1Z \"/> </svg> </span> Concierge </div> <p>Bring our team&#x2019;s cyber expertise directly to your company</p> </a>"
    },
    {
      "href": "https://www.cybcube.com/about",
      "text": "About Us We deliver the world’s leading analytics to quantify cyber risk",
      "html": "<a href=\"https://www.cybcube.com/about\" aria-label=\"Navigate to About Us page\"> <div class=\"item-title\"> <span> <svg viewBox=\"0 0 18 18\"> <path d=\" M6.377 7.875c0-.995.395-1.948 1.098-2.652s1.657-1.098 2.651-1.098 1.948.395 2.651 1.098c.703.703 1.098 1.657 1.098 2.652s-.395 1.948-1.098 2.652c-.703.703-1.657 1.098-2.651 1.098s-1.948-.395-2.651-1.098c-.703-.704-1.098-1.657-1.098-2.652zm.724 3.823c.83.659 1.882 1.052 3.025 1.052 2.692 0 4.874-2.182 4.874-4.875S12.818 3 10.126 3 5.252 5.182 5.252..."
    },
    {
      "href": "https://www.cybcube.com/cybercube-ai",
      "text": "CyberCube's AI Learn about how CyberCube has leveraged AI since our founding",
      "html": "<a href=\"https://www.cybcube.com/cybercube-ai\" aria-label=\"Navigate to CyberCube&apos;s AI page\"> <div class=\"item-title\"> <span> <svg viewBox=\"0 0 18 18\"> <path d=\" M6.377 7.875c0-.995.395-1.948 1.098-2.652s1.657-1.098 2.651-1.098 1.948.395 2.651 1.098c.703.703 1.098 1.657 1.098 2.652s-.395 1.948-1.098 2.652c-.703.703-1.657 1.098-2.651 1.098s-1.948-.395-2.651-1.098c-.703-.704-1.098-1.657-1.098-2.652zm.724 3.823c.83.659 1.882 1.052 3.025 1.052 2.692 0 4.874-2.182 4.874-4.875S12.818 3 10.126 3..."
    },
    {
      "href": "https://insights.cybcube.com/en/cyber-risk-quantification",
      "text": "Cyber Risk Quantification Learn more about cyber risk quantification in the insurance space",
      "html": "<a href=\"https://insights.cybcube.com/en/cyber-risk-quantification\" aria-label=\"Navigate to Cyber Risk Quantification page\"> <div class=\"item-title\"> <span> <svg viewBox=\"0 0 18 18\"> <path d=\" M6.377 7.875c0-.995.395-1.948 1.098-2.652s1.657-1.098 2.651-1.098 1.948.395 2.651 1.098c.703.703 1.098 1.657 1.098 2.652s-.395 1.948-1.098 2.652c-.703.703-1.657 1.098-2.651 1.098s-1.948-.395-2.651-1.098c-.703-.704-1.098-1.657-1.098-2.652zm.724 3.823c.83.659 1.882 1.052 3.025 1.052 2.692 0 4.874-2.182 4...."
    },
    {
      "href": "https://insights.cybcube.com/en/cyber-risk-modeling",
      "text": "Cyber Risk Modeling Learn more about cyber risk modeling and how to financially quantify cyber exposure",
      "html": "<a href=\"https://insights.cybcube.com/en/cyber-risk-modeling\" aria-label=\"Navigate to Cyber Risk Modeling page\"> <div class=\"item-title\"> <span> <svg viewBox=\"0 0 18 18\"> <path d=\" M6.377 7.875c0-.995.395-1.948 1.098-2.652s1.657-1.098 2.651-1.098 1.948.395 2.651 1.098c.703.703 1.098 1.657 1.098 2.652s-.395 1.948-1.098 2.652c-.703.703-1.657 1.098-2.651 1.098s-1.948-.395-2.651-1.098c-.703-.704-1.098-1.657-1.098-2.652zm.724 3.823c.83.659 1.882 1.052 3.025 1.052 2.692 0 4.874-2.182 4.874-4.875S12..."
    },
    {
      "href": "https://insights.cybcube.com/en/tag/underwriting-cyber-risk",
      "text": "Underwriting Cyber Risk Learn more about underwriting cyber risk",
      "html": "<a href=\"https://insights.cybcube.com/en/tag/underwriting-cyber-risk\" aria-label=\"Navigate to Underwriting Cyber Risk page\"> <div class=\"item-title\"> <span> <svg viewBox=\"0 0 18 18\"> <path d=\" M6.377 7.875c0-.995.395-1.948 1.098-2.652s1.657-1.098 2.651-1.098 1.948.395 2.651 1.098c.703.703 1.098 1.657 1.098 2.652s-.395 1.948-1.098 2.652c-.703.703-1.657 1.098-2.651 1.098s-1.948-.395-2.651-1.098c-.703-.704-1.098-1.657-1.098-2.652zm.724 3.823c.83.659 1.882 1.052 3.025 1.052 2.692 0 4.874-2.182 4...."
    },
    {
      "href": "#about",
      "text": "Learn More",
      "html": "<a href=\"#about\" class=\"button white-outline with-arrow\"> <span>Learn More</span> </a>"
    },
    {
      "href": "#about",
      "text": "About",
      "html": "<a href=\"#about\" class=\"button sm white-outline with-arrow\"> <span>About</span> </a>"
    },
    {
      "href": "https://www.cybcube.com/about",
      "text": "About Us",
      "html": "<a href=\"https://www.cybcube.com/about\" role=\"menuitem\" target=\"_self\">About Us</a>"
    },
    {
      "href": "https://www.linkedin.com/company/cybercube-analytics/",
      "text": "LinkedIn",
      "html": "<a class=\"block\" href=\"https://www.linkedin.com/company/cybercube-analytics/\" target=\"_blank\" rel=\"noopener\"> LinkedIn </a>"
    }
  ],
  "contactLinks": [
    {
      "href": "https://www.cybcube.com/services/cybercube-consulting",
      "text": "Consulting Helping you to answer challenging cyber questions",
      "html": "<a href=\"https://www.cybcube.com/services/cybercube-consulting\" aria-label=\"Navigate to Consulting page\"> <div class=\"item-title\"> <span> <svg viewBox=\"0 0 18 18\"> <path d=\" M10.4 10.4H7.6V7.6h2.8v1H15V3H3v12h12V9.3h-4.6v1Z \"/> </svg> </span> Consulting </div> <p>Helping you to answer challenging cyber questions</p> </a>"
    },
    {
      "href": "https://www.cybcube.com/services/cybercube-consulting",
      "text": "Consulting Helping you to answer challenging cyber questions",
      "html": "<a href=\"https://www.cybcube.com/services/cybercube-consulting\" aria-label=\"Navigate to Consulting page\"> <div class=\"item-title\"> <span> <svg viewBox=\"0 0 18 18\"> <path d=\" M10.4 10.4H7.6V7.6h2.8v1H15V3H3v12h12V9.3h-4.6v1Z \"/> </svg> </span> Consulting </div> <p>Helping you to answer challenging cyber questions</p> </a>"
    },
    {
      "href": "https://www.cybcube.com/services/cybercube-consulting",
      "text": "Consulting Helping you to answer challenging cyber questions",
      "html": "<a href=\"https://www.cybcube.com/services/cybercube-consulting\" aria-label=\"Navigate to Consulting page\"> <div class=\"item-title\"> <span> <svg viewBox=\"0 0 18 18\"> <path d=\" M10.4 10.4H7.6V7.6h2.8v1H15V3H3v12h12V9.3h-4.6v1Z \"/> </svg> </span> Consulting </div> <p>Helping you to answer challenging cyber questions</p> </a>"
    },
    {
      "href": "https://www.cybcube.com/services/cybercube-consulting",
      "text": "Consulting Helping you to answer challenging cyber questions",
      "html": "<a href=\"https://www.cybcube.com/services/cybercube-consulting\" aria-label=\"Navigate to Consulting page\"> <div class=\"item-title\"> <span> <svg viewBox=\"0 0 18 18\"> <path d=\" M10.4 10.4H7.6V7.6h2.8v1H15V3H3v12h12V9.3h-4.6v1Z \"/> </svg> </span> Consulting </div> <p>Helping you to answer challenging cyber questions</p> </a>"
    },
    {
      "href": "https://www.cybcube.com/services/cybercube-consulting",
      "text": "Consulting Helping you to answer challenging cyber questions",
      "html": "<a href=\"https://www.cybcube.com/services/cybercube-consulting\" aria-label=\"Navigate to Consulting page\"> <div class=\"item-title\"> <span> <svg viewBox=\"0 0 18 18\"> <path d=\" M10.4 10.4H7.6V7.6h2.8v1H15V3H3v12h12V9.3h-4.6v1Z \"/> </svg> </span> Consulting </div> <p>Helping you to answer challenging cyber questions</p> </a>"
    },
    {
      "href": "https://www.cybcube.com/services/cybercube-consulting",
      "text": "Consulting Helping you to answer challenging cyber questions",
      "html": "<a href=\"https://www.cybcube.com/services/cybercube-consulting\" aria-label=\"Navigate to Consulting page\"> <div class=\"item-title\"> <span> <svg viewBox=\"0 0 18 18\"> <path d=\" M10.4 10.4H7.6V7.6h2.8v1H15V3H3v12h12V9.3h-4.6v1Z \"/> </svg> </span> Consulting </div> <p>Helping you to answer challenging cyber questions</p> </a>"
    },
    {
      "href": "https://www.cybcube.com/contact/",
      "text": "Contact Contact us to request more information",
      "html": "<a href=\"https://www.cybcube.com/contact/\" aria-label=\"Navigate to Contact page\"> <div class=\"item-title\"> <span> <svg viewBox=\"0 0 18 18\"> <path d=\" M6.377 7.875c0-.995.395-1.948 1.098-2.652s1.657-1.098 2.651-1.098 1.948.395 2.651 1.098c.703.703 1.098 1.657 1.098 2.652s-.395 1.948-1.098 2.652c-.703.703-1.657 1.098-2.651 1.098s-1.948-.395-2.651-1.098c-.703-.704-1.098-1.657-1.098-2.652zm.724 3.823c.83.659 1.882 1.052 3.025 1.052 2.692 0 4.874-2.182 4.874-4.875S12.818 3 10.126 3 5.252 5.182 5.2..."
    },
    {
      "href": "https://insights.cybcube.com/the-cyber-data-paradox-part-1",
      "text": "The Cyber Data Paradox In 2026 with AI creating data noise, insurers must move from abundance to decision clarity with a more focused approach to cyber risk data that can support both underwriting performance and long-term portfolio resilience. Explore",
      "html": "<a class=\"sidepanel w-full relative stacked\" href=\"https://insights.cybcube.com/the-cyber-data-paradox-part-1\" aria-label=\"More info on - The Cyber Data Paradox\"> <img src=\"https://www.cybcube.com/hubfs/IMAGES%20-%20Backgrounds/010.jpg\" alt=\"010\" loading=\"eager\"> <div class=\"absolute inset-0 h-full bg-gradient-to-t from-black\"></div> <div class=\"relative\"> <h2>The Cyber Data Paradox</h2> <p>In 2026 with AI creating data noise, insurers must move from abundance to decision clarity with a more..."
    },
    {
      "href": "https://www.cybcube.com/contact/",
      "text": "Contact Us",
      "html": "<a href=\"https://www.cybcube.com/contact/\" class=\"button sm accent-fill \"> <span>Contact Us</span> </a>"
    },
    {
      "href": "https://www.cybcube.com/insurance-linked-securities",
      "text": "Insurance-Linked Securities Access the rigorous analysis and support required to create investment vehicles with confidence. Learn more",
      "html": "<a href=\"https://www.cybcube.com/insurance-linked-securities\" class> <div class=\"flex flex-col items-start gap-y-lg min-h-full\"> <div class=\"space-y-md\"> <h5 class=\"mb-0\">Insurance-Linked Securities</h5> <div>Access the rigorous analysis and support required to create investment vehicles with confidence.</div> </div> <span class=\"underline-link mt-auto ml-auto\"> Learn more </span> </div> </a>"
    },
    {
      "href": "https://www.cybcube.com/contact/",
      "text": "Contact us",
      "html": "<a href=\"https://www.cybcube.com/contact/\" class=\"button with-arrow flex-none\"> <span>Contact us</span> </a>"
    },
    {
      "href": "https://www.cybcube.com/help/",
      "text": "Existing User",
      "html": "<a href=\"https://www.cybcube.com/help/\" role=\"menuitem\" target=\"_self\">Existing User</a>"
    }
  ],
  "privacyLinks": [
    {
      "href": "https://www.cybcube.com/terms-of-service/",
      "text": "Terms of Service",
      "html": "<a href=\"https://www.cybcube.com/terms-of-service/\" role=\"menuitem\" target=\"_self\">Terms of Service</a>"
    },
    {
      "href": "https://www.cybcube.com/privacy-policy/",
      "text": "Privacy Policy",
      "html": "<a href=\"https://www.cybcube.com/privacy-policy/\" role=\"menuitem\" target=\"_self\">Privacy Policy</a>"
    }
  ],
  "score": 40,
  "weight": 20
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

AEO: Answer evidence and trust

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

5 Fail

Needs attention

AEO: Answer evidence and trust

Failed check
01

Issue

Missing AIO trust signals: author, publisher, freshnessDate.

Details

02

Why it matters

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

Check name

AEO: Answer evidence and trust

Score

40/100

Status

fail

Category

GEO, AIO & AEO

Maturity

Emerging recommendation

Goal

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

Result

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

Evidence
{
  "signals": {
    "author": false,
    "publisher": false,
    "freshnessDate": false,
    "aboutOrContact": true,
    "policyLinks": true
  },
  "missing": [
    "author",
    "publisher",
    "freshnessDate"
  ],
  "authorMeta": "",
  "schemaAuthors": [],
  "schemaPublishers": [],
  "schemaDates": [],
  "visibleDates": [],
  "aboutLinks": [
    {
      "href": "https://www.cybcube.com/services/cybercube-concierge",
      "text": "Concierge Bring our team’s cyber expertise directly to your company",
      "html": "<a href=\"https://www.cybcube.com/services/cybercube-concierge\" aria-label=\"Navigate to Concierge page\"> <div class=\"item-title\"> <span> <svg viewBox=\"0 0 18 18\"> <path d=\" M10.4 10.4H7.6V7.6h2.8v1H15V3H3v12h12V9.3h-4.6v1Z \"/> </svg> </span> Concierge </div> <p>Bring our team&#x2019;s cyber expertise directly to your company</p> </a>"
    },
    {
      "href": "https://www.cybcube.com/services/cybercube-concierge",
      "text": "Concierge Bring our team’s cyber expertise directly to your company",
      "html": "<a href=\"https://www.cybcube.com/services/cybercube-concierge\" aria-label=\"Navigate to Concierge page\"> <div class=\"item-title\"> <span> <svg viewBox=\"0 0 18 18\"> <path d=\" M10.4 10.4H7.6V7.6h2.8v1H15V3H3v12h12V9.3h-4.6v1Z \"/> </svg> </span> Concierge </div> <p>Bring our team&#x2019;s cyber expertise directly to your company</p> </a>"
    },
    {
      "href": "https://www.cybcube.com/services/cybercube-concierge",
      "text": "Concierge Bring our team’s cyber expertise directly to your company",
      "html": "<a href=\"https://www.cybcube.com/services/cybercube-concierge\" aria-label=\"Navigate to Concierge page\"> <div class=\"item-title\"> <span> <svg viewBox=\"0 0 18 18\"> <path d=\" M10.4 10.4H7.6V7.6h2.8v1H15V3H3v12h12V9.3h-4.6v1Z \"/> </svg> </span> Concierge </div> <p>Bring our team&#x2019;s cyber expertise directly to your company</p> </a>"
    },
    {
      "href": "https://www.cybcube.com/services/cybercube-concierge",
      "text": "Concierge Bring our team’s cyber expertise directly to your company",
      "html": "<a href=\"https://www.cybcube.com/services/cybercube-concierge\" aria-label=\"Navigate to Concierge page\"> <div class=\"item-title\"> <span> <svg viewBox=\"0 0 18 18\"> <path d=\" M10.4 10.4H7.6V7.6h2.8v1H15V3H3v12h12V9.3h-4.6v1Z \"/> </svg> </span> Concierge </div> <p>Bring our team&#x2019;s cyber expertise directly to your company</p> </a>"
    },
    {
      "href": "https://www.cybcube.com/services/cybercube-concierge",
      "text": "Concierge Bring our team’s cyber expertise directly to your company",
      "html": "<a href=\"https://www.cybcube.com/services/cybercube-concierge\" aria-label=\"Navigate to Concierge page\"> <div class=\"item-title\"> <span> <svg viewBox=\"0 0 18 18\"> <path d=\" M10.4 10.4H7.6V7.6h2.8v1H15V3H3v12h12V9.3h-4.6v1Z \"/> </svg> </span> Concierge </div> <p>Bring our team&#x2019;s cyber expertise directly to your company</p> </a>"
    },
    {
      "href": "https://www.cybcube.com/services/cybercube-concierge",
      "text": "Concierge Bring our team’s cyber expertise directly to your company",
      "html": "<a href=\"https://www.cybcube.com/services/cybercube-concierge\" aria-label=\"Navigate to Concierge page\"> <div class=\"item-title\"> <span> <svg viewBox=\"0 0 18 18\"> <path d=\" M10.4 10.4H7.6V7.6h2.8v1H15V3H3v12h12V9.3h-4.6v1Z \"/> </svg> </span> Concierge </div> <p>Bring our team&#x2019;s cyber expertise directly to your company</p> </a>"
    },
    {
      "href": "https://www.cybcube.com/about",
      "text": "About Us We deliver the world’s leading analytics to quantify cyber risk",
      "html": "<a href=\"https://www.cybcube.com/about\" aria-label=\"Navigate to About Us page\"> <div class=\"item-title\"> <span> <svg viewBox=\"0 0 18 18\"> <path d=\" M6.377 7.875c0-.995.395-1.948 1.098-2.652s1.657-1.098 2.651-1.098 1.948.395 2.651 1.098c.703.703 1.098 1.657 1.098 2.652s-.395 1.948-1.098 2.652c-.703.703-1.657 1.098-2.651 1.098s-1.948-.395-2.651-1.098c-.703-.704-1.098-1.657-1.098-2.652zm.724 3.823c.83.659 1.882 1.052 3.025 1.052 2.692 0 4.874-2.182 4.874-4.875S12.818 3 10.126 3 5.252 5.182 5.252..."
    },
    {
      "href": "https://www.cybcube.com/cybercube-ai",
      "text": "CyberCube's AI Learn about how CyberCube has leveraged AI since our founding",
      "html": "<a href=\"https://www.cybcube.com/cybercube-ai\" aria-label=\"Navigate to CyberCube&apos;s AI page\"> <div class=\"item-title\"> <span> <svg viewBox=\"0 0 18 18\"> <path d=\" M6.377 7.875c0-.995.395-1.948 1.098-2.652s1.657-1.098 2.651-1.098 1.948.395 2.651 1.098c.703.703 1.098 1.657 1.098 2.652s-.395 1.948-1.098 2.652c-.703.703-1.657 1.098-2.651 1.098s-1.948-.395-2.651-1.098c-.703-.704-1.098-1.657-1.098-2.652zm.724 3.823c.83.659 1.882 1.052 3.025 1.052 2.692 0 4.874-2.182 4.874-4.875S12.818 3 10.126 3..."
    },
    {
      "href": "https://insights.cybcube.com/en/cyber-risk-quantification",
      "text": "Cyber Risk Quantification Learn more about cyber risk quantification in the insurance space",
      "html": "<a href=\"https://insights.cybcube.com/en/cyber-risk-quantification\" aria-label=\"Navigate to Cyber Risk Quantification page\"> <div class=\"item-title\"> <span> <svg viewBox=\"0 0 18 18\"> <path d=\" M6.377 7.875c0-.995.395-1.948 1.098-2.652s1.657-1.098 2.651-1.098 1.948.395 2.651 1.098c.703.703 1.098 1.657 1.098 2.652s-.395 1.948-1.098 2.652c-.703.703-1.657 1.098-2.651 1.098s-1.948-.395-2.651-1.098c-.703-.704-1.098-1.657-1.098-2.652zm.724 3.823c.83.659 1.882 1.052 3.025 1.052 2.692 0 4.874-2.182 4...."
    },
    {
      "href": "https://insights.cybcube.com/en/cyber-risk-modeling",
      "text": "Cyber Risk Modeling Learn more about cyber risk modeling and how to financially quantify cyber exposure",
      "html": "<a href=\"https://insights.cybcube.com/en/cyber-risk-modeling\" aria-label=\"Navigate to Cyber Risk Modeling page\"> <div class=\"item-title\"> <span> <svg viewBox=\"0 0 18 18\"> <path d=\" M6.377 7.875c0-.995.395-1.948 1.098-2.652s1.657-1.098 2.651-1.098 1.948.395 2.651 1.098c.703.703 1.098 1.657 1.098 2.652s-.395 1.948-1.098 2.652c-.703.703-1.657 1.098-2.651 1.098s-1.948-.395-2.651-1.098c-.703-.704-1.098-1.657-1.098-2.652zm.724 3.823c.83.659 1.882 1.052 3.025 1.052 2.692 0 4.874-2.182 4.874-4.875S12..."
    },
    {
      "href": "https://insights.cybcube.com/en/tag/underwriting-cyber-risk",
      "text": "Underwriting Cyber Risk Learn more about underwriting cyber risk",
      "html": "<a href=\"https://insights.cybcube.com/en/tag/underwriting-cyber-risk\" aria-label=\"Navigate to Underwriting Cyber Risk page\"> <div class=\"item-title\"> <span> <svg viewBox=\"0 0 18 18\"> <path d=\" M6.377 7.875c0-.995.395-1.948 1.098-2.652s1.657-1.098 2.651-1.098 1.948.395 2.651 1.098c.703.703 1.098 1.657 1.098 2.652s-.395 1.948-1.098 2.652c-.703.703-1.657 1.098-2.651 1.098s-1.948-.395-2.651-1.098c-.703-.704-1.098-1.657-1.098-2.652zm.724 3.823c.83.659 1.882 1.052 3.025 1.052 2.692 0 4.874-2.182 4...."
    },
    {
      "href": "#about",
      "text": "Learn More",
      "html": "<a href=\"#about\" class=\"button white-outline with-arrow\"> <span>Learn More</span> </a>"
    },
    {
      "href": "#about",
      "text": "About",
      "html": "<a href=\"#about\" class=\"button sm white-outline with-arrow\"> <span>About</span> </a>"
    },
    {
      "href": "https://www.cybcube.com/about",
      "text": "About Us",
      "html": "<a href=\"https://www.cybcube.com/about\" role=\"menuitem\" target=\"_self\">About Us</a>"
    },
    {
      "href": "https://www.linkedin.com/company/cybercube-analytics/",
      "text": "LinkedIn",
      "html": "<a class=\"block\" href=\"https://www.linkedin.com/company/cybercube-analytics/\" target=\"_blank\" rel=\"noopener\"> LinkedIn </a>"
    }
  ],
  "contactLinks": [
    {
      "href": "https://www.cybcube.com/services/cybercube-consulting",
      "text": "Consulting Helping you to answer challenging cyber questions",
      "html": "<a href=\"https://www.cybcube.com/services/cybercube-consulting\" aria-label=\"Navigate to Consulting page\"> <div class=\"item-title\"> <span> <svg viewBox=\"0 0 18 18\"> <path d=\" M10.4 10.4H7.6V7.6h2.8v1H15V3H3v12h12V9.3h-4.6v1Z \"/> </svg> </span> Consulting </div> <p>Helping you to answer challenging cyber questions</p> </a>"
    },
    {
      "href": "https://www.cybcube.com/services/cybercube-consulting",
      "text": "Consulting Helping you to answer challenging cyber questions",
      "html": "<a href=\"https://www.cybcube.com/services/cybercube-consulting\" aria-label=\"Navigate to Consulting page\"> <div class=\"item-title\"> <span> <svg viewBox=\"0 0 18 18\"> <path d=\" M10.4 10.4H7.6V7.6h2.8v1H15V3H3v12h12V9.3h-4.6v1Z \"/> </svg> </span> Consulting </div> <p>Helping you to answer challenging cyber questions</p> </a>"
    },
    {
      "href": "https://www.cybcube.com/services/cybercube-consulting",
      "text": "Consulting Helping you to answer challenging cyber questions",
      "html": "<a href=\"https://www.cybcube.com/services/cybercube-consulting\" aria-label=\"Navigate to Consulting page\"> <div class=\"item-title\"> <span> <svg viewBox=\"0 0 18 18\"> <path d=\" M10.4 10.4H7.6V7.6h2.8v1H15V3H3v12h12V9.3h-4.6v1Z \"/> </svg> </span> Consulting </div> <p>Helping you to answer challenging cyber questions</p> </a>"
    },
    {
      "href": "https://www.cybcube.com/services/cybercube-consulting",
      "text": "Consulting Helping you to answer challenging cyber questions",
      "html": "<a href=\"https://www.cybcube.com/services/cybercube-consulting\" aria-label=\"Navigate to Consulting page\"> <div class=\"item-title\"> <span> <svg viewBox=\"0 0 18 18\"> <path d=\" M10.4 10.4H7.6V7.6h2.8v1H15V3H3v12h12V9.3h-4.6v1Z \"/> </svg> </span> Consulting </div> <p>Helping you to answer challenging cyber questions</p> </a>"
    },
    {
      "href": "https://www.cybcube.com/services/cybercube-consulting",
      "text": "Consulting Helping you to answer challenging cyber questions",
      "html": "<a href=\"https://www.cybcube.com/services/cybercube-consulting\" aria-label=\"Navigate to Consulting page\"> <div class=\"item-title\"> <span> <svg viewBox=\"0 0 18 18\"> <path d=\" M10.4 10.4H7.6V7.6h2.8v1H15V3H3v12h12V9.3h-4.6v1Z \"/> </svg> </span> Consulting </div> <p>Helping you to answer challenging cyber questions</p> </a>"
    },
    {
      "href": "https://www.cybcube.com/services/cybercube-consulting",
      "text": "Consulting Helping you to answer challenging cyber questions",
      "html": "<a href=\"https://www.cybcube.com/services/cybercube-consulting\" aria-label=\"Navigate to Consulting page\"> <div class=\"item-title\"> <span> <svg viewBox=\"0 0 18 18\"> <path d=\" M10.4 10.4H7.6V7.6h2.8v1H15V3H3v12h12V9.3h-4.6v1Z \"/> </svg> </span> Consulting </div> <p>Helping you to answer challenging cyber questions</p> </a>"
    },
    {
      "href": "https://www.cybcube.com/contact/",
      "text": "Contact Contact us to request more information",
      "html": "<a href=\"https://www.cybcube.com/contact/\" aria-label=\"Navigate to Contact page\"> <div class=\"item-title\"> <span> <svg viewBox=\"0 0 18 18\"> <path d=\" M6.377 7.875c0-.995.395-1.948 1.098-2.652s1.657-1.098 2.651-1.098 1.948.395 2.651 1.098c.703.703 1.098 1.657 1.098 2.652s-.395 1.948-1.098 2.652c-.703.703-1.657 1.098-2.651 1.098s-1.948-.395-2.651-1.098c-.703-.704-1.098-1.657-1.098-2.652zm.724 3.823c.83.659 1.882 1.052 3.025 1.052 2.692 0 4.874-2.182 4.874-4.875S12.818 3 10.126 3 5.252 5.182 5.2..."
    },
    {
      "href": "https://insights.cybcube.com/the-cyber-data-paradox-part-1",
      "text": "The Cyber Data Paradox In 2026 with AI creating data noise, insurers must move from abundance to decision clarity with a more focused approach to cyber risk data that can support both underwriting performance and long-term portfolio resilience. Explore",
      "html": "<a class=\"sidepanel w-full relative stacked\" href=\"https://insights.cybcube.com/the-cyber-data-paradox-part-1\" aria-label=\"More info on - The Cyber Data Paradox\"> <img src=\"https://www.cybcube.com/hubfs/IMAGES%20-%20Backgrounds/010.jpg\" alt=\"010\" loading=\"eager\"> <div class=\"absolute inset-0 h-full bg-gradient-to-t from-black\"></div> <div class=\"relative\"> <h2>The Cyber Data Paradox</h2> <p>In 2026 with AI creating data noise, insurers must move from abundance to decision clarity with a more..."
    },
    {
      "href": "https://www.cybcube.com/contact/",
      "text": "Contact Us",
      "html": "<a href=\"https://www.cybcube.com/contact/\" class=\"button sm accent-fill \"> <span>Contact Us</span> </a>"
    },
    {
      "href": "https://www.cybcube.com/insurance-linked-securities",
      "text": "Insurance-Linked Securities Access the rigorous analysis and support required to create investment vehicles with confidence. Learn more",
      "html": "<a href=\"https://www.cybcube.com/insurance-linked-securities\" class> <div class=\"flex flex-col items-start gap-y-lg min-h-full\"> <div class=\"space-y-md\"> <h5 class=\"mb-0\">Insurance-Linked Securities</h5> <div>Access the rigorous analysis and support required to create investment vehicles with confidence.</div> </div> <span class=\"underline-link mt-auto ml-auto\"> Learn more </span> </div> </a>"
    },
    {
      "href": "https://www.cybcube.com/contact/",
      "text": "Contact us",
      "html": "<a href=\"https://www.cybcube.com/contact/\" class=\"button with-arrow flex-none\"> <span>Contact us</span> </a>"
    },
    {
      "href": "https://www.cybcube.com/help/",
      "text": "Existing User",
      "html": "<a href=\"https://www.cybcube.com/help/\" role=\"menuitem\" target=\"_self\">Existing User</a>"
    }
  ],
  "privacyLinks": [
    {
      "href": "https://www.cybcube.com/terms-of-service/",
      "text": "Terms of Service",
      "html": "<a href=\"https://www.cybcube.com/terms-of-service/\" role=\"menuitem\" target=\"_self\">Terms of Service</a>"
    },
    {
      "href": "https://www.cybcube.com/privacy-policy/",
      "text": "Privacy Policy",
      "html": "<a href=\"https://www.cybcube.com/privacy-policy/\" role=\"menuitem\" target=\"_self\">Privacy Policy</a>"
    }
  ],
  "score": 40,
  "weight": 22
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

GEO: Extraction-friendly structure

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

5 Warning

Needs attention

GEO: Extraction-friendly structure

Warning
01

Issue

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

Details

02

Why it matters

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

Check name

GEO: Extraction-friendly structure

Score

60/100

Status

warning

Category

GEO, AIO & AEO

Maturity

Emerging recommendation

Goal

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

Result

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

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

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

AEO: Answer-first sections

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

4 Warning

Needs attention

AEO: Answer-first sections

Warning
01

Issue

44 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": 45,
  "passing": 1,
  "failing": [
    {
      "heading": "Products",
      "headingHtml": "<h3>Products</h3>",
      "firstParagraph": "Navigate your clients through the turbulent cyber insurance space with clarity and data-driven analytics",
      "paragraphHtml": "<p>Navigate your clients through the turbulent cyber insurance space with clarity and data-driven analytics</p>",
      "words": 14,
      "direct": false,
      "issue": "First paragraph is 14 words and does not look like a concise direct answer."
    },
    {
      "heading": "Services",
      "headingHtml": "<h3 class=\"pt-8 mt-8 md:mt-0\">Services</h3>",
      "firstParagraph": "Bring our team’s cyber expertise directly to your company",
      "paragraphHtml": "<p>Bring our team&#x2019;s cyber expertise directly to your company</p>",
      "words": 10,
      "direct": false,
      "issue": "First paragraph is 10 words and does not look like a concise direct answer."
    },
    {
      "heading": "Products",
      "headingHtml": "<h3>Products</h3>",
      "firstParagraph": "The industry’s most advanced cyber underwriting solution",
      "paragraphHtml": "<p>The industry&#x2019;s most advanced cyber underwriting solution</p>",
      "words": 8,
      "direct": false,
      "issue": "First paragraph is 8 words and does not look like a concise direct answer."
    },
    {
      "heading": "Services",
      "headingHtml": "<h3 class=\"pt-8 mt-8 md:mt-0\">Services</h3>",
      "firstParagraph": "Bring our team’s cyber expertise directly to your company",
      "paragraphHtml": "<p>Bring our team&#x2019;s cyber expertise directly to your company</p>",
      "words": 10,
      "direct": false,
      "issue": "First paragraph is 10 words and does not look like a concise direct answer."
    },
    {
      "heading": "Products",
      "headingHtml": "<h3>Products</h3>",
      "firstParagraph": "The industry’s most advanced cyber underwriting solution",
      "paragraphHtml": "<p>The industry&#x2019;s most advanced cyber underwriting solution</p>",
      "words": 8,
      "direct": false,
      "issue": "First paragraph is 8 words and does not look like a concise direct answer."
    },
    {
      "heading": "Services",
      "headingHtml": "<h3 class=\"pt-8 mt-8 md:mt-0\">Services</h3>",
      "firstParagraph": "Bring our team’s cyber expertise directly to your company",
      "paragraphHtml": "<p>Bring our team&#x2019;s cyber expertise directly to your company</p>",
      "words": 10,
      "direct": false,
      "issue": "First paragraph is 10 words and does not look like a concise direct answer."
    },
    {
      "heading": "Products",
      "headingHtml": "<h3>Products</h3>",
      "firstParagraph": "The cyber insurance industry’s cyber modeling solution of choice",
      "paragraphHtml": "<p>The cyber insurance industry&#x2019;s cyber modeling solution of choice</p>",
      "words": 10,
      "direct": false,
      "issue": "First paragraph is 10 words and does not look like a concise direct answer."
    },
    {
      "heading": "Services",
      "headingHtml": "<h3 class=\"pt-8 mt-8 md:mt-0\">Services</h3>",
      "firstParagraph": "Bring our team’s cyber expertise directly to your company",
      "paragraphHtml": "<p>Bring our team&#x2019;s cyber expertise directly to your company</p>",
      "words": 10,
      "direct": false,
      "issue": "First paragraph is 10 words and does not look like a concise direct answer."
    },
    {
      "heading": "Products",
      "headingHtml": "<h3>Products</h3>",
      "firstParagraph": "The industry’s most advanced cyber underwriting solution",
      "paragraphHtml": "<p>The industry&#x2019;s most advanced cyber underwriting solution</p>",
      "words": 8,
      "direct": false,
      "issue": "First paragraph is 8 words and does not look like a concise direct answer."
    },
    {
      "heading": "Services",
      "headingHtml": "<h3 class=\"pt-8 mt-8 md:mt-0\">Services</h3>",
      "firstParagraph": "Bring our team’s cyber expertise directly to your company",
      "paragraphHtml": "<p>Bring our team&#x2019;s cyber expertise directly to your company</p>",
      "words": 10,
      "direct": false,
      "issue": "First paragraph is 10 words and does not look like a concise direct answer."
    },
    {
      "heading": "Products",
      "headingHtml": "<h3>Products</h3>",
      "firstParagraph": "The cyber insurance industry’s cyber modeling solution of choice",
      "paragraphHtml": "<p>The cyber insurance industry&#x2019;s cyber modeling solution of choice</p>",
      "words": 10,
      "direct": false,
      "issue": "First paragraph is 10 words and does not look like a concise direct answer."
    },
    {
      "heading": "Services",
      "headingHtml": "<h3 class=\"pt-8 mt-8 md:mt-0\">Services</h3>",
      "firstParagraph": "Bring our team’s cyber expertise directly to your company",
      "paragraphHtml": "<p>Bring our team&#x2019;s cyber expertise directly to your company</p>",
      "words": 10,
      "direct": false,
      "issue": "First paragraph is 10 words and does not look like a concise direct answer."
    },
    {
      "heading": "Products",
      "headingHtml": "<h3>Products</h3>",
      "firstParagraph": "Quantify risk to understand the financial health of an institution's balance sheet.",
      "paragraphHtml": "<p>Quantify risk to understand the financial health of an institution&apos;s balance sheet.</p>",
      "words": 12,
      "direct": false,
      "issue": "First paragraph is 12 words and does not look like a concise direct answer."
    },
    {
      "heading": "Services",
      "headingHtml": "<h3 class=\"pt-8 mt-8 md:mt-0\">Services</h3>",
      "firstParagraph": "Bring our team’s cyber expertise directly to your company",
      "paragraphHtml": "<p>Bring our team&#x2019;s cyber expertise directly to your company</p>",
      "words": 10,
      "direct": false,
      "issue": "First paragraph is 10 words and does not look like a concise direct answer."
    },
    {
      "heading": "Featured",
      "headingHtml": "<h3>Featured</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Featured",
      "headingHtml": "<h3>Featured</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Industry Awards",
      "headingHtml": "<h2>Industry Awards</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Insights",
      "headingHtml": "<h3>Insights</h3>",
      "firstParagraph": "Read our insights on the latest industry developments",
      "paragraphHtml": "<p>Read our insights on the latest industry developments</p>",
      "words": 8,
      "direct": false,
      "issue": "First paragraph is 8 words and does not look like a concise direct answer."
    },
    {
      "heading": "Content Topics",
      "headingHtml": "<h3>Content Topics</h3>",
      "firstParagraph": "Learn more about cyber risk quantification in the insurance space",
      "paragraphHtml": "<p>Learn more about cyber risk quantification in the insurance space</p>",
      "words": 10,
      "direct": false,
      "issue": "First paragraph is 10 words and does not look like a concise direct answer."
    },
    {
      "heading": "Featured Resources",
      "headingHtml": "<h3>Featured Resources</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "The Cyber Data Paradox",
      "headingHtml": "<h2>The Cyber Data Paradox</h2>",
      "firstParagraph": "In 2026 with AI creating data noise, insurers must move from abundance to decision clarity with a more focused approach to cyber risk data that can support both underwriting performance and long-term portfolio resilience.",
      "paragraphHtml": "<p>In 2026 with AI creating data noise, insurers must move from abundance to decision clarity with a more focused approach to cyber risk data that can support both underwriting performance and long-term portfolio resilience.</p>",
      "words": 34,
      "direct": false,
      "issue": "First paragraph is 34 words and does not look like a concise direct answer."
    },
    {
      "heading": "Clients & Testimonials",
      "headingHtml": "<h3>Clients &amp; Testimonials</h3>",
      "firstParagraph": "CyberCube partners with global insurance institutions",
      "paragraphHtml": "<p>CyberCube partners with global insurance institutions</p>",
      "words": 6,
      "direct": false,
      "issue": "First paragraph is 6 words and does not look like a concise direct answer."
    },
    {
      "heading": "Partnering with leading institutions to power their growth",
      "headingHtml": "<h3 class=\"animated-heading text-3xl text-black\" style=\"opacity: 1;\"><span style=\"translate: none; rotate: none; scale: none; opacity: 0; visibility: hidden; transform: translate(0px, 50px);\">Partnering</span> <span style=\"translate: none; rotate: none; scale: none; opacity: 0; visibility: hidden; transform: translate(0px, 50px);\">with</span> <span style=\"translate: none; rotate: none; scale: none; opacity: 0; visibility: hidden; transform: translate(0px, 50px);\">leading</span> <span style=\"t...",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Reshaping the boundaries of cyber risk quantification",
      "headingHtml": "<h2 class=\"animated-heading text-3xl text-black\" style=\"opacity: 1;\"><span style=\"translate: none; rotate: none; scale: none; opacity: 0; visibility: hidden; transform: translate(0px, 50px);\">Reshaping</span> <span style=\"translate: none; rotate: none; scale: none; opacity: 0; visibility: hidden; transform: translate(0px, 50px);\">the</span> <span style=\"translate: none; rotate: none; scale: none; opacity: 0; visibility: hidden; transform: translate(0px, 50px);\">boundaries</span> <span style=\"...",
      "firstParagraph": "We deliver the data, analytics, and expertise to empower cyber risk quantification and build resilience — so you can understand your cyber risk from all sides.",
      "paragraphHtml": "<p style=\"font-weight: bold;\">We deliver the data, analytics, and expertise to empower cyber risk quantification and build resilience &#x2014; so you can understand your cyber risk from all sides.</p>",
      "words": 25,
      "direct": false,
      "issue": "First paragraph is 25 words and does not look like a concise direct answer."
    },
    {
      "heading": "Used to model over 70% of global cyber premiums",
      "headingHtml": "<h3 class=\"text-2xl mb-0\">Used to model over <span class=\"text-accent\">70%</span> of global cyber premiums</h3>",
      "firstParagraph": "2024 Reinsurance News",
      "paragraphHtml": "<p><span style=\"font-size: 13px; color: #1a1a1a;\">2024 Reinsurance News</span></p>",
      "words": 3,
      "direct": false,
      "issue": "First paragraph is 3 words and does not look like a concise direct answer."
    },
    {
      "heading": "Industry-leading expertise, services & solutions",
      "headingHtml": "<h3 class=\"text-2xl mb-0\"><span class=\"text-accent\">Industry-leading</span> expertise, services &amp; solutions</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "75% of the top 40 European and US cyber insurance carriers utilize CyberCube analytics",
      "headingHtml": "<h3 class=\"text-2xl mb-0\"><span class=\"text-accent\">75%</span> of the top 40 European and US cyber insurance carriers utilize CyberCube analytics</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Over 1 billion technology dependencies",
      "headingHtml": "<h3 class=\"text-2xl mb-0\">Over <span class=\"text-accent\">1 billion</span> technology dependencies</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "The most risk differentiation for cyber underwriting",
      "headingHtml": "<h3 class=\"text-2xl mb-0\">The <span class=\"text-accent\">most</span> risk differentiation for cyber underwriting</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Widest array of representative, explainable cyber scenarios",
      "headingHtml": "<h3 class=\"text-2xl mb-0\"><span class=\"text-accent\"> Widest array </span> of representative, explainable cyber scenarios</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "70% of the top ten reinsurance brokers use CyberCube",
      "headingHtml": "<h3 class=\"text-2xl mb-0\"><span class=\"text-accent\">70%</span> of the top ten reinsurance brokers use CyberCube</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "The broadest range of solutions designed for your workflow",
      "headingHtml": "<h3 class=\"text-2xl mb-0\">The <span class=\"text-accent\">broadest</span> range of solutions designed for your workflow</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "50% of the top 20 reinsurance carriers analyze their portfolios with CyberCube",
      "headingHtml": "<h3 class=\"text-2xl mb-0\"><span class=\"text-accent\">50%</span> of the top 20 reinsurance carriers analyze their portfolios with CyberCube</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Tailored cyber risk solutions for each industry segment",
      "headingHtml": "<h2 class=\"animated-heading text-3xl text-black\" style=\"opacity: 1;\"><span style=\"translate: none; rotate: none; scale: none; opacity: 0; visibility: hidden; transform: translate(0px, 50px);\">Tailored</span> <span style=\"translate: none; rotate: none; scale: none; opacity: 0; visibility: hidden; transform: translate(0px, 50px);\">cyber</span> <span style=\"translate: none; rotate: none; scale: none; opacity: 0; visibility: hidden; transform: translate(0px, 50px);\">risk</span> <span style=\"trans...",
      "firstParagraph": "Gain deeper insights to understand the dynamic cyber risk landscape and better advise clients.",
      "paragraphHtml": "<p>Gain deeper insights to understand the dynamic cyber risk landscape and better advise clients.</p>",
      "words": 14,
      "direct": false,
      "issue": "First paragraph is 14 words and does not look like a concise direct answer."
    },
    {
      "heading": "Why our partners choose CyberCube",
      "headingHtml": "<h2 class=\"animated-heading text-3xl text-white m-0\" style=\"opacity: 1;\"><span style=\"translate: none; rotate: none; scale: none; opacity: 0; visibility: hidden; transform: translate(0px, 50px);\">Why</span> <span style=\"translate: none; rotate: none; scale: none; opacity: 0; visibility: hidden; transform: translate(0px, 50px);\">our</span> <span style=\"translate: none; rotate: none; scale: none; opacity: 0; visibility: hidden; transform: translate(0px, 50px);\">partners</span> <span style=\"tran...",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Fit for purpose solutions",
      "headingHtml": "<h2 class=\"text-2xl text-white\">Fit for purpose solutions</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Transparency at our core",
      "headingHtml": "<h2 class=\"text-2xl text-white\">Transparency at our core</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Embracing innovation",
      "headingHtml": "<h2 class=\"text-2xl text-white\">Embracing innovation</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Dedicated support",
      "headingHtml": "<h2 class=\"text-2xl text-white\">Dedicated support</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Streamlined efficiency",
      "headingHtml": "<h2 class=\"text-2xl text-white\">Streamlined efficiency</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "A complete set of products",
      "headingHtml": "<h2 class=\"text-2xl text-white\">A complete set of products</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Improving the resilience of organizations and society with our cyber analytics",
      "headingHtml": "<h2 class=\"animated-heading text-2xl text-black\" style=\"opacity: 1;\"><span style=\"translate: none; rotate: none; scale: none; opacity: 0; visibility: hidden; transform: translate(0px, 50px);\">Improving</span> <span style=\"translate: none; rotate: none; scale: none; opacity: 0; visibility: hidden; transform: translate(0px, 50px);\">the</span> <span style=\"translate: none; rotate: none; scale: none; opacity: 0; visibility: hidden; transform: translate(0px, 50px);\">resilience</span> <span style=\"...",
      "firstParagraph": "We're committed to transforming complex cyber threats into clear, actionable strategies, translating cyber risk into financial impact for businesses, markets and society.",
      "paragraphHtml": "<p style=\"font-weight: normal;\">We&apos;re committed to transforming complex cyber threats into clear, actionable strategies,&#xa0;translating cyber&#xa0;risk into financial impact for businesses, markets and society.</p>",
      "words": 22,
      "direct": false,
      "issue": "First paragraph is 22 words and does not look like a concise direct answer."
    },
    {
      "heading": "Utilizing Artificial Intelligence within CyberCube's Products",
      "headingHtml": "<h2>Utilizing Artificial Intelligence within CyberCube&apos;s Products</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Ready to start a conversation?",
      "headingHtml": "<h3 class=\"animated-heading text-3xl mb-0 w-full text-center | md:text-5xl xl:w-8/12 lg:text-left\" style=\"opacity: 1;\"><span style=\"translate: none; rotate: none; scale: none; opacity: 0; visibility: hidden; transform: translate(0px, 50px);\">Ready</span> <span style=\"translate: none; rotate: none; scale: none; opacity: 0; visibility: hidden; transform: translate(0px, 50px);\">to</span> <span style=\"translate: none; rotate: none; scale: none; opacity: 0; visibility: hidden; transform: translate...",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    }
  ],
  "score": 65,
  "weight": 28
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

GEO: Explanatory content depth

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

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

GEO: Entity clarity

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

2 Warning

Needs attention

GEO: Entity clarity

Warning
01

Issue

Title/H1 terms missing from description: modeling, market, trusted, partner, quantification.

Details

02

Why it matters

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

Check name

GEO: Entity clarity

Score

85/100

Status

warning

Category

GEO, AIO & AEO

Maturity

Emerging recommendation

Goal

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

Result

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

Evidence
{
  "title": "CyberCube - Cyber Risk Analytics & Modeling for the Insurance Market",
  "h1": "The trusted partner in cyber risk quantification",
  "description": "CyberCube is the leading cyber risk analytics provider for the insurance industry, translating cyber risk into financial impact across businesses, markets, and society as a whole.",
  "topicOverlap": 0.5,
  "topicTerms": [
    "cybercube",
    "cyber",
    "risk",
    "analytics",
    "modeling",
    "insurance",
    "market",
    "trusted",
    "partner",
    "quantification"
  ],
  "descriptionTerms": [
    "cybercube",
    "leading",
    "cyber",
    "risk",
    "analytics",
    "provider",
    "insurance",
    "industry",
    "translating",
    "into",
    "financial",
    "impact",
    "across",
    "businesses",
    "markets",
    "society",
    "whole"
  ],
  "missingFromDescription": [
    "modeling",
    "market",
    "trusted",
    "partner",
    "quantification"
  ],
  "score": 85,
  "weight": 28
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

AEO: Question-led structure

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

2 Warning

Needs attention

AEO: Question-led structure

Warning
01

Issue

44 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

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: Question-led structure scored 70/100 and needs improvement.

Evidence
{
  "h2Count": 14,
  "questionH2s": [
    {
      "index": 6,
      "text": "Why our partners choose CyberCube",
      "isQuestion": true,
      "html": "<h2 class=\"animated-heading text-3xl text-white m-0\" style=\"opacity: 1;\"><span style=\"translate: none; rotate: none; scale: none; opacity: 0; visibility: hidden; transform: translate(0px, 50px);\">Why</span> <span style=\"translate: none; rotate: none; scale: none; opacity: 0; visibility: hidden; transform: translate(0px, 50px);\">our</span> <span style=\"translate: none; rotate: none; scale: none; opacity: 0; visibility: hidden; transform: translate(0px, 50px);\">partners</span> <span style=\"tran..."
    }
  ],
  "hasFaq": false,
  "score": 70,
  "weight": 18
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

AIO: Answer block readiness

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

2 Warning

Needs attention

AIO: Answer block readiness

Warning
01

Issue

44 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": 45,
  "passing": 1,
  "failing": [
    {
      "heading": "Products",
      "headingHtml": "<h3>Products</h3>",
      "firstParagraph": "Navigate your clients through the turbulent cyber insurance space with clarity and data-driven analytics",
      "paragraphHtml": "<p>Navigate your clients through the turbulent cyber insurance space with clarity and data-driven analytics</p>",
      "words": 14,
      "direct": false,
      "issue": "First paragraph is 14 words and does not look like a concise direct answer."
    },
    {
      "heading": "Services",
      "headingHtml": "<h3 class=\"pt-8 mt-8 md:mt-0\">Services</h3>",
      "firstParagraph": "Bring our team’s cyber expertise directly to your company",
      "paragraphHtml": "<p>Bring our team&#x2019;s cyber expertise directly to your company</p>",
      "words": 10,
      "direct": false,
      "issue": "First paragraph is 10 words and does not look like a concise direct answer."
    },
    {
      "heading": "Products",
      "headingHtml": "<h3>Products</h3>",
      "firstParagraph": "The industry’s most advanced cyber underwriting solution",
      "paragraphHtml": "<p>The industry&#x2019;s most advanced cyber underwriting solution</p>",
      "words": 8,
      "direct": false,
      "issue": "First paragraph is 8 words and does not look like a concise direct answer."
    },
    {
      "heading": "Services",
      "headingHtml": "<h3 class=\"pt-8 mt-8 md:mt-0\">Services</h3>",
      "firstParagraph": "Bring our team’s cyber expertise directly to your company",
      "paragraphHtml": "<p>Bring our team&#x2019;s cyber expertise directly to your company</p>",
      "words": 10,
      "direct": false,
      "issue": "First paragraph is 10 words and does not look like a concise direct answer."
    },
    {
      "heading": "Products",
      "headingHtml": "<h3>Products</h3>",
      "firstParagraph": "The industry’s most advanced cyber underwriting solution",
      "paragraphHtml": "<p>The industry&#x2019;s most advanced cyber underwriting solution</p>",
      "words": 8,
      "direct": false,
      "issue": "First paragraph is 8 words and does not look like a concise direct answer."
    },
    {
      "heading": "Services",
      "headingHtml": "<h3 class=\"pt-8 mt-8 md:mt-0\">Services</h3>",
      "firstParagraph": "Bring our team’s cyber expertise directly to your company",
      "paragraphHtml": "<p>Bring our team&#x2019;s cyber expertise directly to your company</p>",
      "words": 10,
      "direct": false,
      "issue": "First paragraph is 10 words and does not look like a concise direct answer."
    },
    {
      "heading": "Products",
      "headingHtml": "<h3>Products</h3>",
      "firstParagraph": "The cyber insurance industry’s cyber modeling solution of choice",
      "paragraphHtml": "<p>The cyber insurance industry&#x2019;s cyber modeling solution of choice</p>",
      "words": 10,
      "direct": false,
      "issue": "First paragraph is 10 words and does not look like a concise direct answer."
    },
    {
      "heading": "Services",
      "headingHtml": "<h3 class=\"pt-8 mt-8 md:mt-0\">Services</h3>",
      "firstParagraph": "Bring our team’s cyber expertise directly to your company",
      "paragraphHtml": "<p>Bring our team&#x2019;s cyber expertise directly to your company</p>",
      "words": 10,
      "direct": false,
      "issue": "First paragraph is 10 words and does not look like a concise direct answer."
    },
    {
      "heading": "Products",
      "headingHtml": "<h3>Products</h3>",
      "firstParagraph": "The industry’s most advanced cyber underwriting solution",
      "paragraphHtml": "<p>The industry&#x2019;s most advanced cyber underwriting solution</p>",
      "words": 8,
      "direct": false,
      "issue": "First paragraph is 8 words and does not look like a concise direct answer."
    },
    {
      "heading": "Services",
      "headingHtml": "<h3 class=\"pt-8 mt-8 md:mt-0\">Services</h3>",
      "firstParagraph": "Bring our team’s cyber expertise directly to your company",
      "paragraphHtml": "<p>Bring our team&#x2019;s cyber expertise directly to your company</p>",
      "words": 10,
      "direct": false,
      "issue": "First paragraph is 10 words and does not look like a concise direct answer."
    },
    {
      "heading": "Products",
      "headingHtml": "<h3>Products</h3>",
      "firstParagraph": "The cyber insurance industry’s cyber modeling solution of choice",
      "paragraphHtml": "<p>The cyber insurance industry&#x2019;s cyber modeling solution of choice</p>",
      "words": 10,
      "direct": false,
      "issue": "First paragraph is 10 words and does not look like a concise direct answer."
    },
    {
      "heading": "Services",
      "headingHtml": "<h3 class=\"pt-8 mt-8 md:mt-0\">Services</h3>",
      "firstParagraph": "Bring our team’s cyber expertise directly to your company",
      "paragraphHtml": "<p>Bring our team&#x2019;s cyber expertise directly to your company</p>",
      "words": 10,
      "direct": false,
      "issue": "First paragraph is 10 words and does not look like a concise direct answer."
    },
    {
      "heading": "Products",
      "headingHtml": "<h3>Products</h3>",
      "firstParagraph": "Quantify risk to understand the financial health of an institution's balance sheet.",
      "paragraphHtml": "<p>Quantify risk to understand the financial health of an institution&apos;s balance sheet.</p>",
      "words": 12,
      "direct": false,
      "issue": "First paragraph is 12 words and does not look like a concise direct answer."
    },
    {
      "heading": "Services",
      "headingHtml": "<h3 class=\"pt-8 mt-8 md:mt-0\">Services</h3>",
      "firstParagraph": "Bring our team’s cyber expertise directly to your company",
      "paragraphHtml": "<p>Bring our team&#x2019;s cyber expertise directly to your company</p>",
      "words": 10,
      "direct": false,
      "issue": "First paragraph is 10 words and does not look like a concise direct answer."
    },
    {
      "heading": "Featured",
      "headingHtml": "<h3>Featured</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Featured",
      "headingHtml": "<h3>Featured</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Industry Awards",
      "headingHtml": "<h2>Industry Awards</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Insights",
      "headingHtml": "<h3>Insights</h3>",
      "firstParagraph": "Read our insights on the latest industry developments",
      "paragraphHtml": "<p>Read our insights on the latest industry developments</p>",
      "words": 8,
      "direct": false,
      "issue": "First paragraph is 8 words and does not look like a concise direct answer."
    },
    {
      "heading": "Content Topics",
      "headingHtml": "<h3>Content Topics</h3>",
      "firstParagraph": "Learn more about cyber risk quantification in the insurance space",
      "paragraphHtml": "<p>Learn more about cyber risk quantification in the insurance space</p>",
      "words": 10,
      "direct": false,
      "issue": "First paragraph is 10 words and does not look like a concise direct answer."
    },
    {
      "heading": "Featured Resources",
      "headingHtml": "<h3>Featured Resources</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "The Cyber Data Paradox",
      "headingHtml": "<h2>The Cyber Data Paradox</h2>",
      "firstParagraph": "In 2026 with AI creating data noise, insurers must move from abundance to decision clarity with a more focused approach to cyber risk data that can support both underwriting performance and long-term portfolio resilience.",
      "paragraphHtml": "<p>In 2026 with AI creating data noise, insurers must move from abundance to decision clarity with a more focused approach to cyber risk data that can support both underwriting performance and long-term portfolio resilience.</p>",
      "words": 34,
      "direct": false,
      "issue": "First paragraph is 34 words and does not look like a concise direct answer."
    },
    {
      "heading": "Clients & Testimonials",
      "headingHtml": "<h3>Clients &amp; Testimonials</h3>",
      "firstParagraph": "CyberCube partners with global insurance institutions",
      "paragraphHtml": "<p>CyberCube partners with global insurance institutions</p>",
      "words": 6,
      "direct": false,
      "issue": "First paragraph is 6 words and does not look like a concise direct answer."
    },
    {
      "heading": "Partnering with leading institutions to power their growth",
      "headingHtml": "<h3 class=\"animated-heading text-3xl text-black\" style=\"opacity: 1;\"><span style=\"translate: none; rotate: none; scale: none; opacity: 0; visibility: hidden; transform: translate(0px, 50px);\">Partnering</span> <span style=\"translate: none; rotate: none; scale: none; opacity: 0; visibility: hidden; transform: translate(0px, 50px);\">with</span> <span style=\"translate: none; rotate: none; scale: none; opacity: 0; visibility: hidden; transform: translate(0px, 50px);\">leading</span> <span style=\"t...",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Reshaping the boundaries of cyber risk quantification",
      "headingHtml": "<h2 class=\"animated-heading text-3xl text-black\" style=\"opacity: 1;\"><span style=\"translate: none; rotate: none; scale: none; opacity: 0; visibility: hidden; transform: translate(0px, 50px);\">Reshaping</span> <span style=\"translate: none; rotate: none; scale: none; opacity: 0; visibility: hidden; transform: translate(0px, 50px);\">the</span> <span style=\"translate: none; rotate: none; scale: none; opacity: 0; visibility: hidden; transform: translate(0px, 50px);\">boundaries</span> <span style=\"...",
      "firstParagraph": "We deliver the data, analytics, and expertise to empower cyber risk quantification and build resilience — so you can understand your cyber risk from all sides.",
      "paragraphHtml": "<p style=\"font-weight: bold;\">We deliver the data, analytics, and expertise to empower cyber risk quantification and build resilience &#x2014; so you can understand your cyber risk from all sides.</p>",
      "words": 25,
      "direct": false,
      "issue": "First paragraph is 25 words and does not look like a concise direct answer."
    },
    {
      "heading": "Used to model over 70% of global cyber premiums",
      "headingHtml": "<h3 class=\"text-2xl mb-0\">Used to model over <span class=\"text-accent\">70%</span> of global cyber premiums</h3>",
      "firstParagraph": "2024 Reinsurance News",
      "paragraphHtml": "<p><span style=\"font-size: 13px; color: #1a1a1a;\">2024 Reinsurance News</span></p>",
      "words": 3,
      "direct": false,
      "issue": "First paragraph is 3 words and does not look like a concise direct answer."
    },
    {
      "heading": "Industry-leading expertise, services & solutions",
      "headingHtml": "<h3 class=\"text-2xl mb-0\"><span class=\"text-accent\">Industry-leading</span> expertise, services &amp; solutions</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "75% of the top 40 European and US cyber insurance carriers utilize CyberCube analytics",
      "headingHtml": "<h3 class=\"text-2xl mb-0\"><span class=\"text-accent\">75%</span> of the top 40 European and US cyber insurance carriers utilize CyberCube analytics</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Over 1 billion technology dependencies",
      "headingHtml": "<h3 class=\"text-2xl mb-0\">Over <span class=\"text-accent\">1 billion</span> technology dependencies</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "The most risk differentiation for cyber underwriting",
      "headingHtml": "<h3 class=\"text-2xl mb-0\">The <span class=\"text-accent\">most</span> risk differentiation for cyber underwriting</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Widest array of representative, explainable cyber scenarios",
      "headingHtml": "<h3 class=\"text-2xl mb-0\"><span class=\"text-accent\"> Widest array </span> of representative, explainable cyber scenarios</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "70% of the top ten reinsurance brokers use CyberCube",
      "headingHtml": "<h3 class=\"text-2xl mb-0\"><span class=\"text-accent\">70%</span> of the top ten reinsurance brokers use CyberCube</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "The broadest range of solutions designed for your workflow",
      "headingHtml": "<h3 class=\"text-2xl mb-0\">The <span class=\"text-accent\">broadest</span> range of solutions designed for your workflow</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "50% of the top 20 reinsurance carriers analyze their portfolios with CyberCube",
      "headingHtml": "<h3 class=\"text-2xl mb-0\"><span class=\"text-accent\">50%</span> of the top 20 reinsurance carriers analyze their portfolios with CyberCube</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Tailored cyber risk solutions for each industry segment",
      "headingHtml": "<h2 class=\"animated-heading text-3xl text-black\" style=\"opacity: 1;\"><span style=\"translate: none; rotate: none; scale: none; opacity: 0; visibility: hidden; transform: translate(0px, 50px);\">Tailored</span> <span style=\"translate: none; rotate: none; scale: none; opacity: 0; visibility: hidden; transform: translate(0px, 50px);\">cyber</span> <span style=\"translate: none; rotate: none; scale: none; opacity: 0; visibility: hidden; transform: translate(0px, 50px);\">risk</span> <span style=\"trans...",
      "firstParagraph": "Gain deeper insights to understand the dynamic cyber risk landscape and better advise clients.",
      "paragraphHtml": "<p>Gain deeper insights to understand the dynamic cyber risk landscape and better advise clients.</p>",
      "words": 14,
      "direct": false,
      "issue": "First paragraph is 14 words and does not look like a concise direct answer."
    },
    {
      "heading": "Why our partners choose CyberCube",
      "headingHtml": "<h2 class=\"animated-heading text-3xl text-white m-0\" style=\"opacity: 1;\"><span style=\"translate: none; rotate: none; scale: none; opacity: 0; visibility: hidden; transform: translate(0px, 50px);\">Why</span> <span style=\"translate: none; rotate: none; scale: none; opacity: 0; visibility: hidden; transform: translate(0px, 50px);\">our</span> <span style=\"translate: none; rotate: none; scale: none; opacity: 0; visibility: hidden; transform: translate(0px, 50px);\">partners</span> <span style=\"tran...",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Fit for purpose solutions",
      "headingHtml": "<h2 class=\"text-2xl text-white\">Fit for purpose solutions</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Transparency at our core",
      "headingHtml": "<h2 class=\"text-2xl text-white\">Transparency at our core</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Embracing innovation",
      "headingHtml": "<h2 class=\"text-2xl text-white\">Embracing innovation</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Dedicated support",
      "headingHtml": "<h2 class=\"text-2xl text-white\">Dedicated support</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Streamlined efficiency",
      "headingHtml": "<h2 class=\"text-2xl text-white\">Streamlined efficiency</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "A complete set of products",
      "headingHtml": "<h2 class=\"text-2xl text-white\">A complete set of products</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Improving the resilience of organizations and society with our cyber analytics",
      "headingHtml": "<h2 class=\"animated-heading text-2xl text-black\" style=\"opacity: 1;\"><span style=\"translate: none; rotate: none; scale: none; opacity: 0; visibility: hidden; transform: translate(0px, 50px);\">Improving</span> <span style=\"translate: none; rotate: none; scale: none; opacity: 0; visibility: hidden; transform: translate(0px, 50px);\">the</span> <span style=\"translate: none; rotate: none; scale: none; opacity: 0; visibility: hidden; transform: translate(0px, 50px);\">resilience</span> <span style=\"...",
      "firstParagraph": "We're committed to transforming complex cyber threats into clear, actionable strategies, translating cyber risk into financial impact for businesses, markets and society.",
      "paragraphHtml": "<p style=\"font-weight: normal;\">We&apos;re committed to transforming complex cyber threats into clear, actionable strategies,&#xa0;translating cyber&#xa0;risk into financial impact for businesses, markets and society.</p>",
      "words": 22,
      "direct": false,
      "issue": "First paragraph is 22 words and does not look like a concise direct answer."
    },
    {
      "heading": "Utilizing Artificial Intelligence within CyberCube's Products",
      "headingHtml": "<h2>Utilizing Artificial Intelligence within CyberCube&apos;s Products</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Ready to start a conversation?",
      "headingHtml": "<h3 class=\"animated-heading text-3xl mb-0 w-full text-center | md:text-5xl xl:w-8/12 lg:text-left\" style=\"opacity: 1;\"><span style=\"translate: none; rotate: none; scale: none; opacity: 0; visibility: hidden; transform: translate(0px, 50px);\">Ready</span> <span style=\"translate: none; rotate: none; scale: none; opacity: 0; visibility: hidden; transform: translate(0px, 50px);\">to</span> <span style=\"translate: none; rotate: none; scale: none; opacity: 0; visibility: hidden; transform: translate...",
      "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

230 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": 1674,
  "htmlBytes": 243803,
  "imagesMissingDimensions": [
    {
      "src": "https://www.cybcube.com/hubfs/foresight_london_2024.webp",
      "width": "",
      "height": "",
      "loading": "eager",
      "html": "<img src=\"https://www.cybcube.com/hubfs/foresight_london_2024.webp\" alt=\"Image of the CyberCube team at the 2024 Foresight event in London\" loading=\"eager\">"
    },
    {
      "src": "https://www.cybcube.com/hubfs/img_2162.jpg",
      "width": "",
      "height": "",
      "loading": "eager",
      "html": "<img src=\"https://www.cybcube.com/hubfs/img_2162.jpg\" alt=\"img_2162\" loading=\"eager\">"
    },
    {
      "src": "https://www.cybcube.com/hubfs/IMAGES%20-%20Backgrounds/010.jpg",
      "width": "",
      "height": "",
      "loading": "eager",
      "html": "<img src=\"https://www.cybcube.com/hubfs/IMAGES%20-%20Backgrounds/010.jpg\" alt=\"010\" loading=\"eager\">"
    },
    {
      "src": "https://www.cybcube.com/hubfs/integra%20logo.svg",
      "width": "",
      "height": "",
      "loading": "eager",
      "html": "<img class=\"mix-blend-multiply\" src=\"https://www.cybcube.com/hubfs/integra%20logo.svg\" alt=\"Integra logo\" loading=\"eager\">"
    },
    {
      "src": "https://www.cybcube.com/hubfs/Lockton-logo.png",
      "width": "",
      "height": "",
      "loading": "eager",
      "html": "<img class=\"mix-blend-multiply\" src=\"https://www.cybcube.com/hubfs/Lockton-logo.png\" alt=\"Lockton Re logo\" loading=\"eager\">"
    },
    {
      "src": "https://www.cybcube.com/hubfs/usi_logo.png",
      "width": "",
      "height": "",
      "loading": "eager",
      "html": "<img class=\"mix-blend-multiply\" src=\"https://www.cybcube.com/hubfs/usi_logo.png\" alt=\"USI logo\" loading=\"eager\">"
    },
    {
      "src": "https://www.cybcube.com/hubfs/Woodruff-Swayer.png",
      "width": "",
      "height": "",
      "loading": "eager",
      "html": "<img class=\"mix-blend-multiply\" src=\"https://www.cybcube.com/hubfs/Woodruff-Swayer.png\" alt=\"Woodruff Sawyer logo\" loading=\"eager\">"
    },
    {
      "src": "https://www.cybcube.com/hubfs/Aviva_Logo.png",
      "width": "",
      "height": "",
      "loading": "eager",
      "html": "<img class=\"mix-blend-multiply\" src=\"https://www.cybcube.com/hubfs/Aviva_Logo.png\" alt=\"Aviva logo\" loading=\"eager\">"
    },
    {
      "src": "https://www.cybcube.com/hubfs/Munich-re-logo.png",
      "width": "",
      "height": "",
      "loading": "eager",
      "html": "<img class=\"mix-blend-multiply\" src=\"https://www.cybcube.com/hubfs/Munich-re-logo.png\" alt=\"MunichRe logo\" loading=\"eager\">"
    },
    {
      "src": "https://www.cybcube.com/hubfs/CHUBB_Logo.png",
      "width": "",
      "height": "",
      "loading": "eager",
      "html": "<img class=\"mix-blend-multiply\" src=\"https://www.cybcube.com/hubfs/CHUBB_Logo.png\" alt=\"Chubb INA Group logo\" loading=\"eager\">"
    },
    {
      "src": "https://www.cybcube.com/hubfs/Hiscox-2.png",
      "width": "",
      "height": "",
      "loading": "eager",
      "html": "<img class=\"mix-blend-multiply\" src=\"https://www.cybcube.com/hubfs/Hiscox-2.png\" alt=\"Hiscox USA Group logo\" loading=\"eager\">"
    },
    {
      "src": "https://www.cybcube.com/hubfs/Aon_Corporation_logo.png",
      "width": "",
      "height": "",
      "loading": "eager",
      "html": "<img class=\"mix-blend-multiply\" src=\"https://www.cybcube.com/hubfs/Aon_Corporation_logo.png\" alt=\"Aon logo\" loading=\"eager\">"
    },
    {
      "src": "https://www.cybcube.com/hubfs/beazley_logo.png",
      "width": "",
      "height": "",
      "loading": "eager",
      "html": "<img class=\"mix-blend-multiply\" src=\"https://www.cybcube.com/hubfs/beazley_logo.png\" alt=\"Beazley Insurance Group logo\" loading=\"eager\">"
    },
    {
      "src": "https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/1.webp",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/1.webp\">"
    },
    {
      "src": "https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/2.webp",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/2.webp\">"
    },
    {
      "src": "https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/3.webp",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/3.webp\">"
    },
    {
      "src": "https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/4.webp",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/4.webp\">"
    },
    {
      "src": "https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/5.webp",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/5.webp\">"
    },
    {
      "src": "https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/6.webp",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/6.webp\">"
    },
    {
      "src": "https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/7.webp",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/7.webp\">"
    },
    {
      "src": "https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/8.webp",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/8.webp\">"
    },
    {
      "src": "https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/9.webp",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/9.webp\">"
    },
    {
      "src": "https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/10.webp",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/10.webp\">"
    },
    {
      "src": "https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/11.webp",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/11.webp\">"
    },
    {
      "src": "https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/12.webp",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/12.webp\">"
    },
    {
      "src": "https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/13.webp",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/13.webp\">"
    },
    {
      "src": "https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/14.webp",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/14.webp\">"
    },
    {
      "src": "https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/15.webp",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/15.webp\">"
    },
    {
      "src": "https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/16.webp",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/16.webp\">"
    },
    {
      "src": "https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/17.webp",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/17.webp\">"
    },
    {
      "src": "https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/18.webp",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/18.webp\">"
    },
    {
      "src": "https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/19.webp",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/19.webp\">"
    },
    {
      "src": "https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/20.webp",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/20.webp\">"
    },
    {
      "src": "https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/21.webp",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/21.webp\">"
    },
    {
      "src": "https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/22.webp",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/22.webp\">"
    },
    {
      "src": "https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/23.webp",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/23.webp\">"
    },
    {
      "src": "https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/24.webp",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/24.webp\">"
    },
    {
      "src": "https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/25.webp",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/25.webp\">"
    },
    {
      "src": "https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/26.webp",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/26.webp\">"
    },
    {
      "src": "https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/27.webp",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/27.webp\">"
    },
    {
      "src": "https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/28.webp",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/28.webp\">"
    },
    {
      "src": "https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/29.webp",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/29.webp\">"
    },
    {
      "src": "https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/30.webp",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/30.webp\">"
    },
    {
      "src": "https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/31.webp",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/31.webp\">"
    },
    {
      "src": "https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/32.webp",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/32.webp\">"
    },
    {
      "src": "https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/33.webp",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/33.webp\">"
    },
    {
      "src": "https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/34.webp",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/34.webp\">"
    },
    {
      "src": "https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/35.webp",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/35.webp\">"
    },
    {
      "src": "https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/36.webp",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/36.webp\">"
    },
    {
      "src": "https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/37.webp",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/37.webp\">"
    },
    {
      "src": "https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/38.webp",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/38.webp\">"
    },
    {
      "src": "https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/39.webp",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/39.webp\">"
    },
    {
      "src": "https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/40.webp",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/40.webp\">"
    },
    {
      "src": "https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/41.webp",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/41.webp\">"
    },
    {
      "src": "https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/42.webp",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/42.webp\">"
    },
    {
      "src": "https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/43.webp",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/43.webp\">"
    },
    {
      "src": "https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/44.webp",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/44.webp\">"
    },
    {
      "src": "https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/45.webp",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/45.webp\">"
    },
    {
      "src": "https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/46.webp",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/46.webp\">"
    },
    {
      "src": "https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/47.webp",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/47.webp\">"
    },
    {
      "src": "https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/48.webp",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/48.webp\">"
    },
    {
      "src": "https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/49.webp",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/49.webp\">"
    },
    {
      "src": "https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/50.webp",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/50.webp\">"
    },
    {
      "src": "https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/51.webp",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/51.webp\">"
    },
    {
      "src": "https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/52.webp",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/52.webp\">"
    },
    {
      "src": "https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/53.webp",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/53.webp\">"
    },
    {
      "src": "https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/54.webp",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/54.webp\">"
    },
    {
      "src": "https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/55.webp",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/55.webp\">"
    },
    {
      "src": "https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/56.webp",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/56.webp\">"
    },
    {
      "src": "https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/57.webp",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/57.webp\">"
    },
    {
      "src": "https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/58.webp",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/58.webp\">"
    },
    {
      "src": "https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/59.webp",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/59.webp\">"
    },
    {
      "src": "https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/60.webp",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/60.webp\">"
    },
    {
      "src": "https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/61.webp",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/61.webp\">"
    },
    {
      "src": "https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/62.webp",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/62.webp\">"
    },
    {
      "src": "https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/63.webp",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/63.webp\">"
    },
    {
      "src": "https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/64.webp",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/64.webp\">"
    },
    {
      "src": "https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/65.webp",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/65.webp\">"
    },
    {
      "src": "https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/66.webp",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/66.webp\">"
    },
    {
      "src": "https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/67.webp",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/67.webp\">"
    },
    {
      "src": "https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/68.webp",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/68.webp\">"
    },
    {
      "src": "https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/69.webp",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/69.webp\">"
    },
    {
      "src": "https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/70.webp",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/70.webp\">"
    },
    {
      "src": "https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/71.webp",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/71.webp\">"
    },
    {
      "src": "https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/72.webp",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/72.webp\">"
    },
    {
      "src": "https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/73.webp",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/73.webp\">"
    },
    {
      "src": "https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/74.webp",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/74.webp\">"
    },
    {
      "src": "https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/75.webp",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/75.webp\">"
    },
    {
      "src": "https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/76.webp",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/76.webp\">"
    },
    {
      "src": "https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/77.webp",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/77.webp\">"
    },
    {
      "src": "https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/78.webp",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/78.webp\">"
    },
    {
      "src": "https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/79.webp",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/79.webp\">"
    },
    {
      "src": "https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/80.webp",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/80.webp\">"
    },
    {
      "src": "https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/81.webp",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/81.webp\">"
    },
    {
      "src": "https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/82.webp",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/82.webp\">"
    },
    {
      "src": "https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/83.webp",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/83.webp\">"
    },
    {
      "src": "https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/84.webp",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/84.webp\">"
    },
    {
      "src": "https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/85.webp",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/85.webp\">"
    },
    {
      "src": "https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/86.webp",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/86.webp\">"
    },
    {
      "src": "https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/87.webp",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/87.webp\">"
    },
    {
      "src": "https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/88.webp",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/88.webp\">"
    },
    {
      "src": "https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/89.webp",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/89.webp\">"
    },
    {
      "src": "https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/90.webp",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/90.webp\">"
    },
    {
      "src": "https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/91.webp",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/91.webp\">"
    },
    {
      "src": "https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/92.webp",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/92.webp\">"
    },
    {
      "src": "https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/93.webp",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/93.webp\">"
    },
    {
      "src": "https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/94.webp",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/94.webp\">"
    },
    {
      "src": "https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/95.webp",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/95.webp\">"
    },
    {
      "src": "https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/96.webp",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/96.webp\">"
    },
    {
      "src": "https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/97.webp",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/97.webp\">"
    },
    {
      "src": "https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/98.webp",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/98.webp\">"
    },
    {
      "src": "https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/99.webp",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/99.webp\">"
    },
    {
      "src": "https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/100.webp",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/100.webp\">"
    },
    {
      "src": "https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/101.webp",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/101.webp\">"
    },
    {
      "src": "https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/102.webp",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/102.webp\">"
    },
    {
      "src": "https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/103.webp",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/103.webp\">"
    },
    {
      "src": "https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/104.webp",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/104.webp\">"
    },
    {
      "src": "https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/105.webp",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/105.webp\">"
    },
    {
      "src": "https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/106.webp",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/106.webp\">"
    },
    {
      "src": "https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/107.webp",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/107.webp\">"
    },
    {
      "src": "https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/108.webp",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/108.webp\">"
    },
    {
      "src": "https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/109.webp",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/109.webp\">"
    },
    {
      "src": "https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/110.webp",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/110.webp\">"
    },
    {
      "src": "https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/111.webp",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/111.webp\">"
    },
    {
      "src": "https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/112.webp",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/112.webp\">"
    },
    {
      "src": "https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/113.webp",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/113.webp\">"
    },
    {
      "src": "https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/114.webp",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/114.webp\">"
    },
    {
      "src": "https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/115.webp",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/115.webp\">"
    },
    {
      "src": "https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/116.webp",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/116.webp\">"
    },
    {
      "src": "https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/117.webp",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/117.webp\">"
    },
    {
      "src": "https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/118.webp",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/118.webp\">"
    },
    {
      "src": "https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/119.webp",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/119.webp\">"
    },
    {
      "src": "https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/120.webp",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/120.webp\">"
    },
    {
      "src": "https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/121.webp",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/121.webp\">"
    },
    {
      "src": "https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/122.webp",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/122.webp\">"
    },
    {
      "src": "https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/123.webp",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/123.webp\">"
    },
    {
      "src": "https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/124.webp",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/124.webp\">"
    },
    {
      "src": "https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/125.webp",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/125.webp\">"
    },
    {
      "src": "https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/126.webp",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/126.webp\">"
    },
    {
      "src": "https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/127.webp",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/127.webp\">"
    },
    {
      "src": "https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/128.webp",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/128.webp\">"
    },
    {
      "src": "https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/129.webp",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/129.webp\">"
    },
    {
      "src": "https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/130.webp",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/130.webp\">"
    },
    {
      "src": "https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/131.webp",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/131.webp\">"
    },
    {
      "src": "https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/132.webp",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/132.webp\">"
    },
    {
      "src": "https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/133.webp",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/133.webp\">"
    },
    {
      "src": "https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/134.webp",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/134.webp\">"
    },
    {
      "src": "https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/135.webp",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/135.webp\">"
    },
    {
      "src": "https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/136.webp",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/136.webp\">"
    },
    {
      "src": "https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/137.webp",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/137.webp\">"
    },
    {
      "src": "https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/138.webp",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/138.webp\">"
    },
    {
      "src": "https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/139.webp",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/139.webp\">"
    },
    {
      "src": "https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/140.webp",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/140.webp\">"
    },
    {
      "src": "https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/141.webp",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/141.webp\">"
    },
    {
      "src": "https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/142.webp",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/142.webp\">"
    },
    {
      "src": "https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/143.webp",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/143.webp\">"
    },
    {
      "src": "https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/144.webp",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/144.webp\">"
    },
    {
      "src": "https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/145.webp",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/145.webp\">"
    },
    {
      "src": "https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/146.webp",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/146.webp\">"
    },
    {
      "src": "https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/147.webp",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/147.webp\">"
    },
    {
      "src": "https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/148.webp",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/148.webp\">"
    },
    {
      "src": "https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/149.webp",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/149.webp\">"
    },
    {
      "src": "https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/150.webp",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/150.webp\">"
    },
    {
      "src": "https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/151.webp",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/151.webp\">"
    },
    {
      "src": "https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/152.webp",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/152.webp\">"
    },
    {
      "src": "https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/153.webp",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/153.webp\">"
    },
    {
      "src": "https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/154.webp",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/154.webp\">"
    },
    {
      "src": "https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/155.webp",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/155.webp\">"
    },
    {
      "src": "https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/156.webp",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/156.webp\">"
    },
    {
      "src": "https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/157.webp",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/157.webp\">"
    },
    {
      "src": "https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/158.webp",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/158.webp\">"
    },
    {
      "src": "https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/159.webp",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/159.webp\">"
    },
    {
      "src": "https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/160.webp",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/160.webp\">"
    },
    {
      "src": "https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/161.webp",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/161.webp\">"
    },
    {
      "src": "https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/162.webp",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/162.webp\">"
    },
    {
      "src": "https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/163.webp",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/163.webp\">"
    },
    {
      "src": "https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/164.webp",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/164.webp\">"
    },
    {
      "src": "https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/165.webp",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/165.webp\">"
    },
    {
      "src": "https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/166.webp",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/166.webp\">"
    },
    {
      "src": "https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/167.webp",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/167.webp\">"
    },
    {
      "src": "https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/168.webp",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/168.webp\">"
    },
    {
      "src": "https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/169.webp",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/169.webp\">"
    },
    {
      "src": "https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/170.webp",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/170.webp\">"
    },
    {
      "src": "https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/171.webp",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/171.webp\">"
    },
    {
      "src": "https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/172.webp",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/172.webp\">"
    },
    {
      "src": "https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/173.webp",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/173.webp\">"
    },
    {
      "src": "https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/174.webp",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/174.webp\">"
    },
    {
      "src": "https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/175.webp",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/175.webp\">"
    },
    {
      "src": "https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/176.webp",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/176.webp\">"
    },
    {
      "src": "https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/177.webp",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/177.webp\">"
    },
    {
      "src": "https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/178.webp",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/178.webp\">"
    },
    {
      "src": "https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/179.webp",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/179.webp\">"
    },
    {
      "src": "https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/180.webp",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/180.webp\">"
    },
    {
      "src": "https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/181.webp",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/181.webp\">"
    },
    {
      "src": "https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/182.webp",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/182.webp\">"
    },
    {
      "src": "https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/183.webp",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/183.webp\">"
    },
    {
      "src": "https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/184.webp",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/184.webp\">"
    },
    {
      "src": "https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/185.webp",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/185.webp\">"
    },
    {
      "src": "https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/186.webp",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/186.webp\">"
    },
    {
      "src": "https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/187.webp",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/187.webp\">"
    },
    {
      "src": "https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/188.webp",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/188.webp\">"
    },
    {
      "src": "https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/189.webp",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/189.webp\">"
    },
    {
      "src": "https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/190.webp",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/190.webp\">"
    },
    {
      "src": "https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/191.webp",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/191.webp\">"
    },
    {
      "src": "https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/192.webp",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/192.webp\">"
    },
    {
      "src": "https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/193.webp",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/193.webp\">"
    },
    {
      "src": "https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/194.webp",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/194.webp\">"
    },
    {
      "src": "https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/195.webp",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/195.webp\">"
    },
    {
      "src": "https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/196.webp",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/196.webp\">"
    },
    {
      "src": "https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/197.webp",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/197.webp\">"
    },
    {
      "src": "https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/198.webp",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/198.webp\">"
    },
    {
      "src": "https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/199.webp",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/199.webp\">"
    },
    {
      "src": "https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/200.webp",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/200.webp\">"
    },
    {
      "src": "https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/201.webp",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/201.webp\">"
    },
    {
      "src": "https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/202.webp",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/202.webp\">"
    },
    {
      "src": "https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/203.webp",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/203.webp\">"
    },
    {
      "src": "https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/204.webp",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/204.webp\">"
    },
    {
      "src": "https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/205.webp",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/205.webp\">"
    },
    {
      "src": "https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/206.webp",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/206.webp\">"
    },
    {
      "src": "https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/207.webp",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/207.webp\">"
    },
    {
      "src": "https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/208.webp",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/208.webp\">"
    },
    {
      "src": "https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/209.webp",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/209.webp\">"
    },
    {
      "src": "https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/210.webp",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/210.webp\">"
    },
    {
      "src": "https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/211.webp",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/211.webp\">"
    },
    {
      "src": "https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/212.webp",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/212.webp\">"
    },
    {
      "src": "https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/213.webp",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/213.webp\">"
    },
    {
      "src": "https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/214.webp",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/214.webp\">"
    },
    {
      "src": "https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/215.webp",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/215.webp\">"
    },
    {
      "src": "https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/216.webp",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"https://6965604.fs1.hubspotusercontent-na1.net/hubfs/6965604/cube-animation-two/216.webp\">"
    },
    {
      "src": "https://www.cybcube.com/hubfs/AI-webpage-report-no-border%20(1).jpg",
      "width": "",
      "height": "",
      "loading": "eager",
      "html": "<img src=\"https://www.cybcube.com/hubfs/AI-webpage-report-no-border%20(1).jpg\" class=\"w-full h-full object-contain\" alt=\"AI-webpage-report-no-border (1)\" loading=\"eager\">"
    }
  ],
  "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, 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": "Enabling exceptional outcomes for our clients",
      "html": "<h2>Enabling exceptional outcomes for our clients</h2>"
    },
    {
      "text": "Industry Awards",
      "html": "<h2>Industry Awards</h2>"
    },
    {
      "text": "The Cyber Data Paradox",
      "html": "<h2>The Cyber Data Paradox</h2>"
    },
    {
      "text": "Reshaping the boundaries of cyber risk quantification",
      "html": "<h2 class=\"animated-heading text-3xl text-black\" style=\"opacity: 1;\"><span style=\"translate: none; rotate: none; scale: none; opacity: 0; visibility: hidden; transform: translate(0px, 50px);\">Reshaping</span> <span style=\"translate: none; rotate: none; scale: none; opacity: 0; visibility: hidden; transform: translate(0px, 50px);\">the</span> <span style=\"translate: none; rotate: none; scale: none; opacity: 0; visibility: hidden; transform: translate(0px, 50px);\">boundaries</span> <span style=\"..."
    },
    {
      "text": "Tailored cyber risk solutions for each industry segment",
      "html": "<h2 class=\"animated-heading text-3xl text-black\" style=\"opacity: 1;\"><span style=\"translate: none; rotate: none; scale: none; opacity: 0; visibility: hidden; transform: translate(0px, 50px);\">Tailored</span> <span style=\"translate: none; rotate: none; scale: none; opacity: 0; visibility: hidden; transform: translate(0px, 50px);\">cyber</span> <span style=\"translate: none; rotate: none; scale: none; opacity: 0; visibility: hidden; transform: translate(0px, 50px);\">risk</span> <span style=\"trans..."
    },
    {
      "text": "Why our partners choose CyberCube",
      "html": "<h2 class=\"animated-heading text-3xl text-white m-0\" style=\"opacity: 1;\"><span style=\"translate: none; rotate: none; scale: none; opacity: 0; visibility: hidden; transform: translate(0px, 50px);\">Why</span> <span style=\"translate: none; rotate: none; scale: none; opacity: 0; visibility: hidden; transform: translate(0px, 50px);\">our</span> <span style=\"translate: none; rotate: none; scale: none; opacity: 0; visibility: hidden; transform: translate(0px, 50px);\">partners</span> <span style=\"tran..."
    },
    {
      "text": "Fit for purpose solutions",
      "html": "<h2 class=\"text-2xl text-white\">Fit for purpose solutions</h2>"
    },
    {
      "text": "Transparency at our core",
      "html": "<h2 class=\"text-2xl text-white\">Transparency at our core</h2>"
    },
    {
      "text": "Embracing innovation",
      "html": "<h2 class=\"text-2xl text-white\">Embracing innovation</h2>"
    },
    {
      "text": "Dedicated support",
      "html": "<h2 class=\"text-2xl text-white\">Dedicated support</h2>"
    },
    {
      "text": "Streamlined efficiency",
      "html": "<h2 class=\"text-2xl text-white\">Streamlined efficiency</h2>"
    },
    {
      "text": "A complete set of products",
      "html": "<h2 class=\"text-2xl text-white\">A complete set of products</h2>"
    },
    {
      "text": "Improving the resilience of organizations and society with our cyber analytics",
      "html": "<h2 class=\"animated-heading text-2xl text-black\" style=\"opacity: 1;\"><span style=\"translate: none; rotate: none; scale: none; opacity: 0; visibility: hidden; transform: translate(0px, 50px);\">Improving</span> <span style=\"translate: none; rotate: none; scale: none; opacity: 0; visibility: hidden; transform: translate(0px, 50px);\">the</span> <span style=\"translate: none; rotate: none; scale: none; opacity: 0; visibility: hidden; transform: translate(0px, 50px);\">resilience</span> <span style=\"..."
    },
    {
      "text": "Utilizing Artificial Intelligence within CyberCube's Products",
      "html": "<h2>Utilizing Artificial Intelligence within CyberCube&apos;s Products</h2>"
    }
  ],
  "expected": [
    {
      "id": "what",
      "label": "What is CyberCube - Cyber Risk Analytics & Modeling f...?",
      "pattern": {}
    },
    {
      "id": "how",
      "label": "How does CyberCube - Cyber Risk Analytics & Modeling f... work?",
      "pattern": {}
    },
    {
      "id": "benefits",
      "label": "Why use CyberCube - Cyber Risk Analytics & Modeling f...?",
      "pattern": {}
    },
    {
      "id": "cost",
      "label": "Is CyberCube - Cyber Risk Analytics & Modeling f... free or paid?",
      "pattern": {}
    },
    {
      "id": "compare",
      "label": "How does CyberCube - Cyber Risk Analytics & Modeling f... compare with alternatives?",
      "pattern": {}
    }
  ],
  "missing": [
    {
      "id": "what",
      "label": "What is CyberCube - Cyber Risk Analytics & Modeling f...?",
      "pattern": {}
    },
    {
      "id": "how",
      "label": "How does CyberCube - Cyber Risk Analytics & Modeling f... work?",
      "pattern": {}
    },
    {
      "id": "cost",
      "label": "Is CyberCube - Cyber Risk Analytics & Modeling f... free or paid?",
      "pattern": {}
    },
    {
      "id": "compare",
      "label": "How does CyberCube - Cyber Risk Analytics & Modeling f... 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 88/100 and needs improvement.

1 Warning

Needs attention

AEO: Entity and definition clarity

Warning
01

Issue

Entity or definition gaps: modeling, market, trusted, partner, quantification.

Details

02

Why it matters

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

Check name

AEO: Entity and definition clarity

Score

88/100

Status

warning

Category

GEO, AIO & AEO

Maturity

Emerging recommendation

Goal

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

Result

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

Evidence
{
  "title": "CyberCube - Cyber Risk Analytics & Modeling for the Insurance Market",
  "h1": "The trusted partner in cyber risk quantification",
  "description": "CyberCube is the leading cyber risk analytics provider for the insurance industry, translating cyber risk into financial impact across businesses, markets, and society as a whole.",
  "topicOverlap": 0.5,
  "definitionCount": 5,
  "topicTerms": [
    "cybercube",
    "cyber",
    "risk",
    "analytics",
    "modeling",
    "insurance",
    "market",
    "trusted",
    "partner",
    "quantification"
  ],
  "descriptionTerms": [
    "cybercube",
    "leading",
    "cyber",
    "risk",
    "analytics",
    "provider",
    "insurance",
    "industry",
    "translating",
    "into",
    "financial",
    "impact",
    "across",
    "businesses",
    "markets",
    "society",
    "whole"
  ],
  "missingFromDescription": [
    "modeling",
    "market",
    "trusted",
    "partner",
    "quantification"
  ],
  "score": 88,
  "weight": 18
}

Agent Ease of UseAPIEmerging recommendation

AI context endpoint

AI context endpoint is informational for this page.

Informational

Needs attention

AI context endpoint

Informational
01

Issue

AI context endpoint is informational for this page.

02

Why it matters

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

Check name

AI context endpoint

Score

100/100

Status

informational

Category

API

Maturity

Emerging recommendation

Goal

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

Result

AI context endpoint is informational for this page.

Validation steps

  1. Fetch to find resource

    AI context endpoint was not found at the expected path.

Evidence
{
  "steps": [
    {
      "id": "fetch",
      "title": "Fetch to find resource",
      "status": "informational",
      "evidence": {
        "checked": [
          {
            "path": "/api/ai/context",
            "statusCode": 404,
            "contentType": "text/html",
            "length": 134517
          },
          {
            "path": "/api/context",
            "statusCode": 404,
            "contentType": "text/html",
            "length": 134517
          },
          {
            "path": "/context",
            "statusCode": 404,
            "contentType": "text/html",
            "length": 134517
          }
        ]
      },
      "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, 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": "Enabling exceptional outcomes for our clients",
      "html": "<h2>Enabling exceptional outcomes for our clients</h2>"
    },
    {
      "text": "Industry Awards",
      "html": "<h2>Industry Awards</h2>"
    },
    {
      "text": "The Cyber Data Paradox",
      "html": "<h2>The Cyber Data Paradox</h2>"
    },
    {
      "text": "Reshaping the boundaries of cyber risk quantification",
      "html": "<h2 class=\"animated-heading text-3xl text-black\" style=\"opacity: 1;\"><span style=\"translate: none; rotate: none; scale: none; opacity: 0; visibility: hidden; transform: translate(0px, 50px);\">Reshaping</span> <span style=\"translate: none; rotate: none; scale: none; opacity: 0; visibility: hidden; transform: translate(0px, 50px);\">the</span> <span style=\"translate: none; rotate: none; scale: none; opacity: 0; visibility: hidden; transform: translate(0px, 50px);\">boundaries</span> <span style=\"..."
    },
    {
      "text": "Tailored cyber risk solutions for each industry segment",
      "html": "<h2 class=\"animated-heading text-3xl text-black\" style=\"opacity: 1;\"><span style=\"translate: none; rotate: none; scale: none; opacity: 0; visibility: hidden; transform: translate(0px, 50px);\">Tailored</span> <span style=\"translate: none; rotate: none; scale: none; opacity: 0; visibility: hidden; transform: translate(0px, 50px);\">cyber</span> <span style=\"translate: none; rotate: none; scale: none; opacity: 0; visibility: hidden; transform: translate(0px, 50px);\">risk</span> <span style=\"trans..."
    },
    {
      "text": "Why our partners choose CyberCube",
      "html": "<h2 class=\"animated-heading text-3xl text-white m-0\" style=\"opacity: 1;\"><span style=\"translate: none; rotate: none; scale: none; opacity: 0; visibility: hidden; transform: translate(0px, 50px);\">Why</span> <span style=\"translate: none; rotate: none; scale: none; opacity: 0; visibility: hidden; transform: translate(0px, 50px);\">our</span> <span style=\"translate: none; rotate: none; scale: none; opacity: 0; visibility: hidden; transform: translate(0px, 50px);\">partners</span> <span style=\"tran..."
    },
    {
      "text": "Fit for purpose solutions",
      "html": "<h2 class=\"text-2xl text-white\">Fit for purpose solutions</h2>"
    },
    {
      "text": "Transparency at our core",
      "html": "<h2 class=\"text-2xl text-white\">Transparency at our core</h2>"
    },
    {
      "text": "Embracing innovation",
      "html": "<h2 class=\"text-2xl text-white\">Embracing innovation</h2>"
    },
    {
      "text": "Dedicated support",
      "html": "<h2 class=\"text-2xl text-white\">Dedicated support</h2>"
    },
    {
      "text": "Streamlined efficiency",
      "html": "<h2 class=\"text-2xl text-white\">Streamlined efficiency</h2>"
    },
    {
      "text": "A complete set of products",
      "html": "<h2 class=\"text-2xl text-white\">A complete set of products</h2>"
    },
    {
      "text": "Improving the resilience of organizations and society with our cyber analytics",
      "html": "<h2 class=\"animated-heading text-2xl text-black\" style=\"opacity: 1;\"><span style=\"translate: none; rotate: none; scale: none; opacity: 0; visibility: hidden; transform: translate(0px, 50px);\">Improving</span> <span style=\"translate: none; rotate: none; scale: none; opacity: 0; visibility: hidden; transform: translate(0px, 50px);\">the</span> <span style=\"translate: none; rotate: none; scale: none; opacity: 0; visibility: hidden; transform: translate(0px, 50px);\">resilience</span> <span style=\"..."
    },
    {
      "text": "Utilizing Artificial Intelligence within CyberCube's Products",
      "html": "<h2>Utilizing Artificial Intelligence within CyberCube&apos;s Products</h2>"
    }
  ],
  "expected": [
    {
      "id": "what",
      "label": "What is CyberCube - Cyber Risk Analytics & Modeling f...?",
      "pattern": {}
    },
    {
      "id": "how",
      "label": "How does CyberCube - Cyber Risk Analytics & Modeling f... work?",
      "pattern": {}
    },
    {
      "id": "benefits",
      "label": "Why use CyberCube - Cyber Risk Analytics & Modeling f...?",
      "pattern": {}
    },
    {
      "id": "cost",
      "label": "Is CyberCube - Cyber Risk Analytics & Modeling f... free or paid?",
      "pattern": {}
    },
    {
      "id": "compare",
      "label": "How does CyberCube - Cyber Risk Analytics & Modeling f... compare with alternatives?",
      "pattern": {}
    }
  ],
  "missing": [
    {
      "id": "what",
      "label": "What is CyberCube - Cyber Risk Analytics & Modeling f...?",
      "pattern": {}
    },
    {
      "id": "how",
      "label": "How does CyberCube - Cyber Risk Analytics & Modeling f... work?",
      "pattern": {}
    },
    {
      "id": "cost",
      "label": "Is CyberCube - Cyber Risk Analytics & Modeling f... free or paid?",
      "pattern": {}
    },
    {
      "id": "compare",
      "label": "How does CyberCube - Cyber Risk Analytics & Modeling f... 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" is not Markdown or text/plain; missing registration instructions; missing /.well-known/oauth-protected-resource link; missing /.well-known/oauth-authorization-server link; missing supported identity type language; missing credential type language.

02

Why it matters

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

Check name

Auth.md Agent Registration

Score

0/100

Status

informational

Category

Auth

Maturity

Emerging recommendation

Goal

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

Result

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

Validation steps

  1. Fetch and validate /auth.md

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

  2. Publish protected resource metadata

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

  3. Validate agent_auth authorization metadata

    OAuth authorization server metadata could not be fetched.

Evidence
{
  "failedStep": "auth-md",
  "steps": [
    {
      "id": "auth-md",
      "title": "Fetch and validate /auth.md",
      "status": "fail",
      "evidence": {
        "path": "/auth.md",
        "ok": false,
        "statusCode": 404,
        "contentType": "text/html",
        "length": 134517,
        "validation": {
          "valid": false,
          "issue": "auth.md response did not match the expected agent registration shape. Content-Type \"text/html\" is not Markdown or text/plain; missing registration instructions; missing /.well-known/oauth-protected-resource link; missing /.well-known/oauth-authorization-server link; missing supported identity type language; missing credential type language.",
          "compatibleContentType": false,
          "contentLength": 106476,
          "hasRegisterInstructions": false,
          "hasProtectedResourceLink": false,
          "hasAuthorizationServerLink": false,
          "mentionsIdentity": false,
          "mentionsCredential": false,
          "links": [
            "/javascript",
            "/_hcms/cookie-banner/auto-blocking.js",
            "/script",
            "/title",
            "https://insights.cybcube.com/hubfs/CyberCube-RGB-C%20device-Square%20Solid.ico\">",
            "https://fonts.googleapis.com\">",
            "https://fonts.gstatic.com\"",
            "https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100..900;1,100..900&amp;display=swap\"",
            "https://cdn.jsdelivr.net/npm/[email protected]/dist/cdn.min.js\"></script>",
            "https://unpkg.com/@lottiefiles/lottie-player@latest/dist/lottie-player.js\"></script>"
          ],
          "rawExcerpt": "<!doctype html><html lang=\"en\"><head><script type=\"application/javascript\" id=\"hs-cookie-banner-scan\" data-hs-allowed=\"true\" src=\"/_hcms/cookie-banner/auto-blocking.js?portalId=6965604&amp;domain=insights.cybcube.com\"></script>\n    <meta charset=\"utf-8\">\n    <title>Error 404 | Page not found</title>\n    <link rel=\"shortcut icon\" href=\"https://insights.cybcube.com/hubfs/CyberCube-RGB-C%20device-Square%20Solid.ico\">\n    <meta name=\"description\" content=\"\">\n\n    \n    \n    \n    \n\n    \n    \n    \n    \n\n    <link rel=\"preconnect\" href=\"https://fonts.googleapis.com\">\n    <link rel=\"preconnect\" href=\"https://fonts.gstatic.com\" crossorigin>\n    <link href=\"https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100..900;1,100..900&amp;display=swap\" rel=\"stylesheet\">\n\n    \n    \n      \n    \n\n  "
        }
      },
      "issue": "auth.md response did not match the expected agent registration shape. Content-Type \"text/html\" is not Markdown or text/plain; missing registration instructions; missing /.well-known/oauth-protected-resource link; missing /.well-known/oauth-authorization-server link; missing supported identity type language; missing credential type language.",
      "howToFix": "Serve /auth.md at the site root as Markdown with agent registration instructions and links to OAuth metadata."
    },
    {
      "id": "oauth-protected-resource",
      "title": "Publish protected resource metadata",
      "status": "fail",
      "evidence": {
        "path": "/.well-known/oauth-protected-resource",
        "ok": false,
        "statusCode": 404,
        "contentType": "text/html",
        "length": 134517,
        "text": "<!doctype html><html lang=\"en\"><head><script type=\"application/javascript\" id=\"hs-cookie-banner-scan\" data-hs-allowed=\"true\" src=\"/_hcms/cookie-banner/auto-blocking.js?portalId=6965604&amp;domain=insights.cybcube.com\"></script>\n    <meta charset=\"utf-8\">\n    <title>Error 404 | Page not found</title>\n    <link rel=\"shortcut icon\" href=\"https://insights.cybcube.com/hubfs/CyberCube-RGB-C%20device-Square%20Solid.ico\">\n    <meta name=\"description\" content=\"\">\n\n    \n    \n    \n    \n\n    \n    \n    \n    \n\n    <link rel=\"preconnect\" href=\"https://fonts.googleapis.com\">\n    <link rel=\"preconnect\" href=\"https://fonts.gstatic.com\" crossorigin>\n    <link href=\"https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100..900;1,100..900&amp;display=swap\" rel=\"stylesheet\">\n\n    \n    \n      \n    \n\n    \n   \n\n\n    <script defer src=\"https://cdn.jsdelivr.net/npm/[email protected]/dist/cdn.min.js\"></script>\n    <script src=\"https://unpkg.com/@lottiefiles/lottie-player@latest/dist/lottie-player.js\"></script>\n    \n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1\">\n\n    \n    <meta property=\"og:description\" content=\"\">\n    <meta property=\"og:title\" content=\"\">\n    <meta name=\"twitter:description\" content=\"\">\n    <meta name=\"twitter:title\" content=\"\">\n\n    \n\n    \n\n    <style>\na.cta_button{-moz-box-sizing:content-box !important;-webkit-box-sizing:content-box !important;box-sizing:content-box !important;vertical-align:middle}.hs-breadcrumb-menu{list-style-type:none;margin:0px 0px 0px 0px;padding:0px 0px 0px 0px}.hs-breadcrumb-menu-item{float:left;padding:10px 0px 10px 10px}.hs-breadcrumb-menu-divider:before{content:'›';padding-left:10px}.hs-featured-image-link{border:0}.hs-featured-image{float:right;margin:0 0 20px 20px;max-width:50%}@media (max-width: 568px){.hs-featured-image{float:none;margin:0;width:100%;max-width:100%}}.hs-screen-reader-text{clip:rect(1px, 1px, 1px, 1px);height:1px;overflow:hidden;position:absolute !important;width:1px}\n</style>\n\n\n      <style>\n\n:root {\n    /* Containers */\n    --container-width: 1600px;\n    \n    /* Colors */\n    --color--green-50: #edfff5;\n    --color--green-100: #d5ffe9;\n    --color--green-200: #aeffd4;\n    --color--green-300: #70ffb4;\n    --color--green-400: #2bfd8c;\n    --color--green-500: #00e068;\n    --color--green-600: #00c054;\n    --color--green-700: #009645;\n    --color--green-800: #06753b;\n    --color--green-900: #076033;\n    --color--green-950: #00371a;\n\n    --color--blue-50: #eef5ff;\n    --color--blue-100: #d9e9ff;\n    --color--blue-200: #bcd9ff;\n    --color--blue-300: #8ec1ff;\n    --color--blue-400: #599eff;\n    --color--blue-500: #367bff;\n    --color--blue-600: #1b57f5;\n    --color--blue-700: #1443e1;\n    --color--blue-800: #1736b6;\n    --color--blue-900: #19338f;\n    --color--blue-950: #142157;\n\n    --color--grey-50: #f6f6f6;\n    --color--grey-100: #e7e7e7;\n    --color--grey-200: #d1d1d1;\n    --color--grey-300: #b0b0b0;\n    --color--grey-400: #888888;\n    --color--grey-500: #6d6d6d;\n    --color--grey-600: #5d5d5d;\n    --color--grey-700: #4f4f4f;\n    --color--grey-800: #454545;\n    --color--grey-900: #3d3d3d;\n    --color--grey-950: #1a1a1a;\n\n    --color--orange-50: #fffbec;\n    --color--orange-100: #fff7d3;\n    --color--orange-200: #ffeba5;\n    --color--orange-300: #ffdb6d;\n    --color--orange-400: #ffbf32;\n    --color--orange-500: #ffa80a;\n    --color--orange-600: #ff9100;\n    --color--orange-700: #cc6b02;\n    --color--orange-800: #a1520b;\n    --color--orange-900: #82450c;\n    --color--orange-950: #462104;\n\n    --color--royal-blue-50: #e6dcfe;\n    --color--royal-blue-100: #cdbafd;\n    --color--royal-blue-200: #976ffb;\n    --color--royal-blue-300: #642af9;\n    --color--royal-blue-400: #3f06d0;\n    --color--royal-blue-500: #2b048a;\n    --color--royal-blue-600: #21036d;\n    --color--royal-blue-700: #1a0254;\n    --color--royal-blue-800: #110237;\n    --color--royal-blue-900: #09011e;\n    --color--royal-blue-950: #05000f;\n\n    --color--acid-50: #fdffe6;\n    --color--acid-100: #f9fdc"
      },
      "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",
          "length": 134517,
          "text": "<!doctype html><html lang=\"en\"><head><script type=\"application/javascript\" id=\"hs-cookie-banner-scan\" data-hs-allowed=\"true\" src=\"/_hcms/cookie-banner/auto-blocking.js?portalId=6965604&amp;domain=insights.cybcube.com\"></script>\n    <meta charset=\"utf-8\">\n    <title>Error 404 | Page not found</title>\n    <link rel=\"shortcut icon\" href=\"https://insights.cybcube.com/hubfs/CyberCube-RGB-C%20device-Square%20Solid.ico\">\n    <meta name=\"description\" content=\"\">\n\n    \n    \n    \n    \n\n    \n    \n    \n    \n\n    <link rel=\"preconnect\" href=\"https://fonts.googleapis.com\">\n    <link rel=\"preconnect\" href=\"https://fonts.gstatic.com\" crossorigin>\n    <link href=\"https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100..900;1,100..900&amp;display=swap\" rel=\"stylesheet\">\n\n    \n    \n      \n    \n\n    \n   \n\n\n    <script defer src=\"https://cdn.jsdelivr.net/npm/[email protected]/dist/cdn.min.js\"></script>\n    <script src=\"https://unpkg.com/@lottiefiles/lottie-player@latest/dist/lottie-player.js\"></script>\n    \n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1\">\n\n    \n    <meta property=\"og:description\" content=\"\">\n    <meta property=\"og:title\" content=\"\">\n    <meta name=\"twitter:description\" content=\"\">\n    <meta name=\"twitter:title\" content=\"\">\n\n    \n\n    \n\n    <style>\na.cta_button{-moz-box-sizing:content-box !important;-webkit-box-sizing:content-box !important;box-sizing:content-box !important;vertical-align:middle}.hs-breadcrumb-menu{list-style-type:none;margin:0px 0px 0px 0px;padding:0px 0px 0px 0px}.hs-breadcrumb-menu-item{float:left;padding:10px 0px 10px 10px}.hs-breadcrumb-menu-divider:before{content:'›';padding-left:10px}.hs-featured-image-link{border:0}.hs-featured-image{float:right;margin:0 0 20px 20px;max-width:50%}@media (max-width: 568px){.hs-featured-image{float:none;margin:0;width:100%;max-width:100%}}.hs-screen-reader-text{clip:rect(1px, 1px, 1px, 1px);height:1px;overflow:hidden;position:absolute !important;width:1px}\n</style>\n\n\n      <style>\n\n:root {\n    /* Containers */\n    --container-width: 1600px;\n    \n    /* Colors */\n    --color--green-50: #edfff5;\n    --color--green-100: #d5ffe9;\n    --color--green-200: #aeffd4;\n    --color--green-300: #70ffb4;\n    --color--green-400: #2bfd8c;\n    --color--green-500: #00e068;\n    --color--green-600: #00c054;\n    --color--green-700: #009645;\n    --color--green-800: #06753b;\n    --color--green-900: #076033;\n    --color--green-950: #00371a;\n\n    --color--blue-50: #eef5ff;\n    --color--blue-100: #d9e9ff;\n    --color--blue-200: #bcd9ff;\n    --color--blue-300: #8ec1ff;\n    --color--blue-400: #599eff;\n    --color--blue-500: #367bff;\n    --color--blue-600: #1b57f5;\n    --color--blue-700: #1443e1;\n    --color--blue-800: #1736b6;\n    --color--blue-900: #19338f;\n    --color--blue-950: #142157;\n\n    --color--grey-50: #f6f6f6;\n    --color--grey-100: #e7e7e7;\n    --color--grey-200: #d1d1d1;\n    --color--grey-300: #b0b0b0;\n    --color--grey-400: #888888;\n    --color--grey-500: #6d6d6d;\n    --color--grey-600: #5d5d5d;\n    --color--grey-700: #4f4f4f;\n    --color--grey-800: #454545;\n    --color--grey-900: #3d3d3d;\n    --color--grey-950: #1a1a1a;\n\n    --color--orange-50: #fffbec;\n    --color--orange-100: #fff7d3;\n    --color--orange-200: #ffeba5;\n    --color--orange-300: #ffdb6d;\n    --color--orange-400: #ffbf32;\n    --color--orange-500: #ffa80a;\n    --color--orange-600: #ff9100;\n    --color--orange-700: #cc6b02;\n    --color--orange-800: #a1520b;\n    --color--orange-900: #82450c;\n    --color--orange-950: #462104;\n\n    --color--royal-blue-50: #e6dcfe;\n    --color--royal-blue-100: #cdbafd;\n    --color--royal-blue-200: #976ffb;\n    --color--royal-blue-300: #642af9;\n    --color--royal-blue-400: #3f06d0;\n    --color--royal-blue-500: #2b048a;\n    --color--royal-blue-600: #21036d;\n    --color--royal-blue-700: #1a0254;\n    --color--royal-blue-800: #110237;\n    --color--royal-blue-900: #09011e;\n    --color--royal-blue-950: #05000f;\n\n    --color--acid-50: #fdffe6;\n    --color--acid-100: #f9fdc"
        }
      },
      "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": "login"
      }
    ]
  },
  "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",
            "length": 134517
          },
          {
            "path": "/.well-known/oauth-authorization-server",
            "statusCode": 404,
            "contentType": "text/html",
            "length": 134517
          }
        ]
      },
      "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": "login"
      }
    ]
  },
  "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"
      },
      "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><html lang=\"en\"><head><script type=\"application/javascript\" id=\"hs-cookie-banner-scan\" data-hs-allowed=\"true\" src=\"/_hcms/cookie-banner/auto-blocking.js?portalId=6965604&amp;domain=insights.cybcube.com\"></script>\n    <meta charset=\"utf-8\">\n    <title>Error 404 | Page not found</title>\n    <link rel=\"shortcut icon\" href=\"https://insights.cybcube.com/hubfs/CyberCube-RGB-C%20device-Square%20Solid.ico\">\n    <meta name=\"description\" content=\"\">\n\n    \n    \n    \n    \n\n    \n    \n    \n    \n\n    <link rel=\"preconnect\" href=\"https://fonts.googleapis.com\">\n    <link rel=\"preconnect\" href=\"https://fonts.gstatic.com\" crossorigin>\n    <link href=\"https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100..900;1,100..900&amp;display=swap\" rel=\"stylesheet\">\n\n    \n    \n      \n    \n\n  "
      },
      "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.cybcube.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.cybcube.com/.well-known/oauth-protected-resource",
            "metadataUrlMatches": true,
            "resourceMatchesRequestContext": true
          },
          {
            "path": "/api/admin/summary",
            "statusCode": 404,
            "wwwAuthenticate": {
              "valid": false,
              "present": false
            },
            "expectedMetadataUrl": "https://www.cybcube.com/.well-known/oauth-protected-resource",
            "metadataUrlMatches": true,
            "resourceMatchesRequestContext": true
          },
          {
            "path": "/api/scans",
            "statusCode": 404,
            "wwwAuthenticate": {
              "valid": false,
              "present": false
            },
            "expectedMetadataUrl": "https://www.cybcube.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": "login"
      }
    ]
  },
  "resourceFetchSucceeded": false
}

Performance and AccessibilityAccessibilityBrowser audit

Elements with visible text labels do not have matching accessible names.

100 Fail

Check name

Elements with visible text labels do not have matching accessible names.

Score

0/100

Status

fail

Device

desktop

Category

Accessibility

Fix guidance

Visible text labels that do not match the accessible name can result in a confusing experience for screen reader users. [Learn more about accessible names](https://dequeuniversity.com/rules/axe/4.11/label-content-name-mismatch).

Evidence
{
  "description": "Visible text labels that do not match the accessible name can result in a confusing experience for screen reader users. [Learn more about accessible names](https://dequeuniversity.com/rules/axe/4.11/label-content-name-mismatch)."
}

SEOSEOBrowser audit

Image elements do not have `[alt]` attributes

100 Fail

Check name

Image elements do not have `[alt]` attributes

Score

0/100

Status

fail

Device

desktop

Category

SEO

Fix guidance

Informative elements should aim for short, descriptive alternate text. Decorative elements can be ignored with an empty alt attribute. [Learn more about the `alt` attribute](https://dequeuniversity.com/rules/axe/4.11/image-alt).

Evidence
{
  "description": "Informative elements should aim for short, descriptive alternate text. Decorative elements can be ignored with an empty alt attribute. [Learn more about the `alt` attribute](https://dequeuniversity.com/rules/axe/4.11/image-alt)."
}

Performance and AccessibilityPerformanceBrowser audit

Network dependency tree

20 Fail

Check name

Network dependency tree

Score

0/100

Status

fail

Device

desktop

Category

Performance

Fix guidance

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

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

Performance and AccessibilityPerformanceBrowser audit

Reduce JavaScript execution time

20 Fail

Check name

Reduce JavaScript execution time

Score

0/100

Status

fail

Device

desktop

Category

Performance

Estimated savings

5.1 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": "5.1 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": 5149.639999999997
}

Performance and AccessibilityPerformanceBrowser audit

Render-blocking requests

20 Fail

Check name

Render-blocking requests

Score

0/100

Status

fail

Device

desktop

Category

Performance

Estimated savings

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

Legacy JavaScript

10 Warning

Check name

Legacy JavaScript

Score

50/100

Status

warning

Device

desktop

Category

Performance

Estimated savings

Est savings of 26 KiB

Fix guidance

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

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

Performance and AccessibilityPerformanceBrowser audit

Loading performance

9 Fail

Check name

Loading performance

Score

54/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": "server-response-time",
      "title": "Initial server response time was short",
      "score": 100,
      "displayValue": "Root document took 10 ms",
      "numericValue": 11
    },
    {
      "id": "network-rtt",
      "title": "Network Round Trip Times",
      "score": 100,
      "displayValue": "40 ms",
      "numericValue": 39.85735499999999
    },
    {
      "id": "total-blocking-time",
      "title": "Total Blocking Time",
      "score": 0,
      "displayValue": "2,710 ms",
      "numericValue": 2708.499999999997
    },
    {
      "id": "interactive",
      "title": "Time to Interactive",
      "score": 19,
      "displayValue": "6.7 s",
      "numericValue": 6708.111022510346
    },
    {
      "id": "first-contentful-paint",
      "title": "First Contentful Paint",
      "score": 95,
      "displayValue": "0.8 s",
      "numericValue": 796.2058220565658
    },
    {
      "id": "max-potential-fid",
      "title": "Max Potential First Input Delay",
      "score": 9,
      "displayValue": "490 ms",
      "numericValue": 494.99999999999955
    },
    {
      "id": "largest-contentful-paint",
      "title": "Largest Contentful Paint",
      "score": 50,
      "displayValue": "2.4 s",
      "numericValue": 2381.084847417429
    },
    {
      "id": "speed-index",
      "title": "Speed Index",
      "score": 58,
      "displayValue": "2.1 s",
      "numericValue": 2097.182360516993
    }
  ]
}

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
49/100Level 2, Agent-LimitedCurrent report
cybcube.com AI SEO Report: 49/100 (Level 2, Agent-Limited)