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

OVERALL SCORE

Level 3, Bot-Aware

Moderate readiness for AI agents
AIDiscoverability38%Agent Easeof Use6%Security& Trust40%GEO, AIO, AEO84%SEO100%Performance& Accessibility68%
  • AI Discoverability 38 out of 100
  • Agent Ease of Use 6 out of 100
  • Security & Trust 40 out of 100
  • GEO, AIO and AEO 84 out of 100
  • SEO 100 out of 100
  • Performance and Accessibility 68 out of 100

CAPTURED SCREENSHOT

Captured website desktop screenshot

What AI sees of your website

Hive: Your marketing platform for live events favicon

Hive: Your marketing platform for live events

Elevate your event marketing with Hive – the custom-built platform for live events. Automate campaigns, measure success, and sell more tickets effortlessly.

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
38
Priority fix7151View details
Discoverability
67
Needs work540View details
Content Readiness
38
Priority fix271View details
Bot Access Control
0
Priority fix040View details
Agent Ease of Use
6
Priority fix4293View details
API
0
Priority fix060View details
Auth
Not Applicable
Not Applicable070View details
MCP
13
Priority fix062View details
Skill Discovery
5
Priority fix0101View details
Agent Commerce
Not Applicable
Not Applicable400
GEO, AIO and AEO
84
Mostly ready8010
GEO Readiness
Not Applicable
Not Applicable400
AIO Readiness
86
Mostly ready205
AEO Readiness
77
Mostly ready205
SEO
100
Strong1100
SEO
100
Strong1100
Security & Trust
40
Priority fix630View details
Security & Trust
40
Priority fix230View details
AI Training Exposure
Not Applicable
Not Applicable400
Performance and Accessibility
68
Needs work1552View details
Performance
58
Needs work852View details
Accessibility
86
Mostly ready700

Prioritized recommendations

Issues ranked by score impact

44 items need attention

Agent Ease of UseAPIEstablished

API Catalog

API Catalog failed at "Fetch API catalog".

50 Fail

Needs attention

API Catalog

Failed check
01

Issue

The API catalog endpoint did not return HTTP 2xx.

02

Why it matters

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

Check name

API Catalog

Score

0/100

Status

fail

Category

API

Maturity

Established

Goal

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

Result

API Catalog failed at "Fetch API catalog".

Validation steps

  1. Fetch API catalog

    The API catalog endpoint did not return HTTP 2xx.

  2. Validate RFC 9727 linkset

    Response is not valid JSON.

  3. Fetch advertised API catalog targets

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

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

AI DiscoverabilityDiscoverabilityEstablished

Link headers

Link headers failed at "Find useful Link headers".

50 Fail

Needs attention

Link headers

Failed check
01

Issue

No useful agent discovery Link headers were found.

02

Why it matters

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

Check name

Link headers

Score

0/100

Status

fail

Category

Discoverability

Maturity

Established

Goal

Include Link response headers for agent discovery using RFC 8288.

Result

Link headers failed at "Find useful Link headers".

Validation steps

  1. Find useful Link headers

    No useful agent discovery Link headers were found.

  2. Fetch same-origin Link header targets

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

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

Agent Ease of UseAPIEstablished

OpenAPI discovery

OpenAPI discovery failed at "Find valid OpenAPI document".

50 Fail

Needs attention

OpenAPI discovery

Failed check
01

Issue

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

02

Why it matters

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

Check name

OpenAPI discovery

Score

0/100

Status

fail

Category

API

Maturity

Established

Goal

Publish a valid OpenAPI or Swagger document for API discovery.

Result

OpenAPI discovery failed at "Find valid OpenAPI document".

Validation steps

  1. Find valid OpenAPI document

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

Evidence
{
  "failedStep": "fetch",
  "steps": [
    {
      "id": "fetch",
      "title": "Find valid OpenAPI document",
      "status": "fail",
      "evidence": {
        "checked": [
          {
            "path": "/openapi.json",
            "statusCode": 404,
            "contentType": "text/html; charset=utf-8",
            "valid": false,
            "issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html; charset=utf-8\" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
            "compatibleContentType": false,
            "format": "yaml",
            "version": "",
            "pathCount": 0,
            "operationCount": 0,
            "rawExcerpt": "<!DOCTYPE html><!-- Last Published: Wed Jun 10 2026 16:55:35 GMT+0000 (Coordinated Universal Time) --><html data-wf-domain=\"webflow.hive.co\" data-wf-page=\"63c1c2be487492fd2e724db4\" data-wf-site=\"60a44f9f6f0feb58e51ad877\" data-wf-intellimize-customer-id=\"117234970\" lang=\"en\"><head><meta charset=\"utf-8\"/><link href=\"https://cdn.prod.website-files.com\" rel=\"preconnect\" crossorigin=\"anonymous\"/><title>Not Found</title><meta content=\"Not Found\" property=\"og:title\"/><meta content=\"Not Found\" name=\"twitter:title\"/><meta content=\"width=device-width, initial-scale=1\" name=\"viewport\"/><link href=\"https://cdn.prod.website-files.com/60a44f9f6f0feb58e51ad877/css/hiveco.webflow.shared.f48c59a13.min.css\" rel=\"stylesheet\" type=\"text/css\" integrity=\"sha384-9IxZoT4ysw84fzvgOmVab4xZdRKTxa34Wsc2dHJ4UcCjVVUZqo"
          },
          {
            "path": "/openapi.yaml",
            "statusCode": 404,
            "contentType": "text/html; charset=utf-8",
            "valid": false,
            "issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html; charset=utf-8\" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
            "compatibleContentType": false,
            "format": "yaml",
            "version": "",
            "pathCount": 0,
            "operationCount": 0,
            "rawExcerpt": "<!DOCTYPE html><!-- Last Published: Wed Jun 10 2026 16:55:35 GMT+0000 (Coordinated Universal Time) --><html data-wf-domain=\"webflow.hive.co\" data-wf-page=\"63c1c2be487492fd2e724db4\" data-wf-site=\"60a44f9f6f0feb58e51ad877\" data-wf-intellimize-customer-id=\"117234970\" lang=\"en\"><head><meta charset=\"utf-8\"/><link href=\"https://cdn.prod.website-files.com\" rel=\"preconnect\" crossorigin=\"anonymous\"/><title>Not Found</title><meta content=\"Not Found\" property=\"og:title\"/><meta content=\"Not Found\" name=\"twitter:title\"/><meta content=\"width=device-width, initial-scale=1\" name=\"viewport\"/><link href=\"https://cdn.prod.website-files.com/60a44f9f6f0feb58e51ad877/css/hiveco.webflow.shared.f48c59a13.min.css\" rel=\"stylesheet\" type=\"text/css\" integrity=\"sha384-9IxZoT4ysw84fzvgOmVab4xZdRKTxa34Wsc2dHJ4UcCjVVUZqo"
          },
          {
            "path": "/swagger.json",
            "statusCode": 404,
            "contentType": "text/html; charset=utf-8",
            "valid": false,
            "issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html; charset=utf-8\" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
            "compatibleContentType": false,
            "format": "yaml",
            "version": "",
            "pathCount": 0,
            "operationCount": 0,
            "rawExcerpt": "<!DOCTYPE html><!-- Last Published: Wed Jun 10 2026 16:55:35 GMT+0000 (Coordinated Universal Time) --><html data-wf-domain=\"webflow.hive.co\" data-wf-page=\"63c1c2be487492fd2e724db4\" data-wf-site=\"60a44f9f6f0feb58e51ad877\" data-wf-intellimize-customer-id=\"117234970\" lang=\"en\"><head><meta charset=\"utf-8\"/><link href=\"https://cdn.prod.website-files.com\" rel=\"preconnect\" crossorigin=\"anonymous\"/><title>Not Found</title><meta content=\"Not Found\" property=\"og:title\"/><meta content=\"Not Found\" name=\"twitter:title\"/><meta content=\"width=device-width, initial-scale=1\" name=\"viewport\"/><link href=\"https://cdn.prod.website-files.com/60a44f9f6f0feb58e51ad877/css/hiveco.webflow.shared.f48c59a13.min.css\" rel=\"stylesheet\" type=\"text/css\" integrity=\"sha384-9IxZoT4ysw84fzvgOmVab4xZdRKTxa34Wsc2dHJ4UcCjVVUZqo"
          },
          {
            "path": "/swagger.yaml",
            "statusCode": 404,
            "contentType": "text/html; charset=utf-8",
            "valid": false,
            "issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html; charset=utf-8\" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
            "compatibleContentType": false,
            "format": "yaml",
            "version": "",
            "pathCount": 0,
            "operationCount": 0,
            "rawExcerpt": "<!DOCTYPE html><!-- Last Published: Wed Jun 10 2026 16:55:35 GMT+0000 (Coordinated Universal Time) --><html data-wf-domain=\"webflow.hive.co\" data-wf-page=\"63c1c2be487492fd2e724db4\" data-wf-site=\"60a44f9f6f0feb58e51ad877\" data-wf-intellimize-customer-id=\"117234970\" lang=\"en\"><head><meta charset=\"utf-8\"/><link href=\"https://cdn.prod.website-files.com\" rel=\"preconnect\" crossorigin=\"anonymous\"/><title>Not Found</title><meta content=\"Not Found\" property=\"og:title\"/><meta content=\"Not Found\" name=\"twitter:title\"/><meta content=\"width=device-width, initial-scale=1\" name=\"viewport\"/><link href=\"https://cdn.prod.website-files.com/60a44f9f6f0feb58e51ad877/css/hiveco.webflow.shared.f48c59a13.min.css\" rel=\"stylesheet\" type=\"text/css\" integrity=\"sha384-9IxZoT4ysw84fzvgOmVab4xZdRKTxa34Wsc2dHJ4UcCjVVUZqo"
          },
          {
            "path": "/api/openapi.json",
            "statusCode": 404,
            "contentType": "text/html; charset=utf-8",
            "valid": false,
            "issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html; charset=utf-8\" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
            "compatibleContentType": false,
            "format": "yaml",
            "version": "",
            "pathCount": 0,
            "operationCount": 0,
            "rawExcerpt": "<!DOCTYPE html><!-- Last Published: Wed Jun 10 2026 16:55:35 GMT+0000 (Coordinated Universal Time) --><html data-wf-domain=\"webflow.hive.co\" data-wf-page=\"63c1c2be487492fd2e724db4\" data-wf-site=\"60a44f9f6f0feb58e51ad877\" data-wf-intellimize-customer-id=\"117234970\" lang=\"en\"><head><meta charset=\"utf-8\"/><link href=\"https://cdn.prod.website-files.com\" rel=\"preconnect\" crossorigin=\"anonymous\"/><title>Not Found</title><meta content=\"Not Found\" property=\"og:title\"/><meta content=\"Not Found\" name=\"twitter:title\"/><meta content=\"width=device-width, initial-scale=1\" name=\"viewport\"/><link href=\"https://cdn.prod.website-files.com/60a44f9f6f0feb58e51ad877/css/hiveco.webflow.shared.f48c59a13.min.css\" rel=\"stylesheet\" type=\"text/css\" integrity=\"sha384-9IxZoT4ysw84fzvgOmVab4xZdRKTxa34Wsc2dHJ4UcCjVVUZqo"
          },
          {
            "path": "/api/swagger.json",
            "statusCode": 404,
            "contentType": "text/html; charset=utf-8",
            "valid": false,
            "issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html; charset=utf-8\" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
            "compatibleContentType": false,
            "format": "yaml",
            "version": "",
            "pathCount": 0,
            "operationCount": 0,
            "rawExcerpt": "<!DOCTYPE html><!-- Last Published: Wed Jun 10 2026 16:55:35 GMT+0000 (Coordinated Universal Time) --><html data-wf-domain=\"webflow.hive.co\" data-wf-page=\"63c1c2be487492fd2e724db4\" data-wf-site=\"60a44f9f6f0feb58e51ad877\" data-wf-intellimize-customer-id=\"117234970\" lang=\"en\"><head><meta charset=\"utf-8\"/><link href=\"https://cdn.prod.website-files.com\" rel=\"preconnect\" crossorigin=\"anonymous\"/><title>Not Found</title><meta content=\"Not Found\" property=\"og:title\"/><meta content=\"Not Found\" name=\"twitter:title\"/><meta content=\"width=device-width, initial-scale=1\" name=\"viewport\"/><link href=\"https://cdn.prod.website-files.com/60a44f9f6f0feb58e51ad877/css/hiveco.webflow.shared.f48c59a13.min.css\" rel=\"stylesheet\" type=\"text/css\" integrity=\"sha384-9IxZoT4ysw84fzvgOmVab4xZdRKTxa34Wsc2dHJ4UcCjVVUZqo"
          },
          {
            "path": "/docs/openapi.json",
            "statusCode": 404,
            "contentType": "text/html; charset=utf-8",
            "valid": false,
            "issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html; charset=utf-8\" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
            "compatibleContentType": false,
            "format": "yaml",
            "version": "",
            "pathCount": 0,
            "operationCount": 0,
            "rawExcerpt": "<!DOCTYPE html><!-- Last Published: Wed Jun 10 2026 16:55:35 GMT+0000 (Coordinated Universal Time) --><html data-wf-domain=\"webflow.hive.co\" data-wf-page=\"63c1c2be487492fd2e724db4\" data-wf-site=\"60a44f9f6f0feb58e51ad877\" data-wf-intellimize-customer-id=\"117234970\" lang=\"en\"><head><meta charset=\"utf-8\"/><link href=\"https://cdn.prod.website-files.com\" rel=\"preconnect\" crossorigin=\"anonymous\"/><title>Not Found</title><meta content=\"Not Found\" property=\"og:title\"/><meta content=\"Not Found\" name=\"twitter:title\"/><meta content=\"width=device-width, initial-scale=1\" name=\"viewport\"/><link href=\"https://cdn.prod.website-files.com/60a44f9f6f0feb58e51ad877/css/hiveco.webflow.shared.f48c59a13.min.css\" rel=\"stylesheet\" type=\"text/css\" integrity=\"sha384-9IxZoT4ysw84fzvgOmVab4xZdRKTxa34Wsc2dHJ4UcCjVVUZqo"
          }
        ]
      },
      "issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html; charset=utf-8\" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
      "howToFix": "Publish a valid OpenAPI 3.x or Swagger 2.0 JSON/YAML document with info, paths, operations, and responses."
    }
  ]
}

AI DiscoverabilityDiscoverabilityEstablished

Organization / WebSite schema

Organization / WebSite schema is missing or incomplete.

50 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": [
    "SoftwareApplication"
  ]
}

AI DiscoverabilityBot Access ControlEstablished

AI bot rules in robots.txt

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

33 Fail

Needs attention

AI bot rules in robots.txt

Failed check
01

Issue

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

02

Why it matters

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

Check name

AI bot rules in robots.txt

Score

0/100

Status

fail

Category

Bot Access Control

Maturity

Established

Goal

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

Result

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

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

AI DiscoverabilityBot Access ControlInformational

Content Signal

Content Signal is missing or incomplete.

33 Fail

Needs attention

Content Signal

Failed check
01

Issue

No Content Signal found in robots.txt

02

Why it matters

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

Check name

Content Signal

Score

0/100

Status

fail

Category

Bot Access Control

Maturity

Informational

Goal

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

Result

Content Signal is missing or incomplete.

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

Security & TrustSecurity & TrustEstablished

Content-Security-Policy

Content-Security-Policy is missing or incomplete.

33 Fail

Needs attention

Content-Security-Policy

Failed check
01

Issue

Content-Security-Policy is missing or incomplete.

02

Why it matters

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

Check name

Content-Security-Policy

Score

0/100

Status

fail

Category

Security & Trust

Maturity

Established

Goal

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

Result

Content-Security-Policy is missing or incomplete.

Evidence
{
  "header": "content-security-policy",
  "value": "frame-ancestors 'self'"
}

Security & TrustSecurity & TrustEstablished

Referrer-Policy

Referrer-Policy is missing or incomplete.

33 Fail

Needs attention

Referrer-Policy

Failed check
01

Issue

Referrer-Policy is missing or incomplete.

02

Why it matters

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

Check name

Referrer-Policy

Score

0/100

Status

fail

Category

Security & Trust

Maturity

Established

Goal

Limit how much referrer data leaves the site.

Result

Referrer-Policy is missing or incomplete.

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

AI DiscoverabilityBot Access ControlInformational

Web Bot Auth request signing

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

33 Fail

Needs attention

Web Bot Auth request signing

Failed check
01

Issue

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

02

Why it matters

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

Check name

Web Bot Auth request signing

Score

0/100

Status

fail

Category

Bot Access Control

Maturity

Informational

Goal

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

Result

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

Validation steps

  1. Fetch to find resource

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

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

Security & TrustSecurity & TrustEstablished

X-Content-Type-Options

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

33 Fail

Needs attention

X-Content-Type-Options

Failed check
01

Issue

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

02

Why it matters

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

Check name

X-Content-Type-Options

Score

0/100

Status

fail

Category

Security & Trust

Maturity

Established

Goal

Prevent MIME sniffing for browser-loaded resources.

Result

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

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

AI DiscoverabilityContent ReadinessEmerging recommendation

llms.txt

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

25 Fail

Needs attention

llms.txt

Failed check
01

Issue

llms.txt was not found at the expected path.

02

Why it matters

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

Check name

llms.txt

Score

0/100

Status

fail

Category

Content Readiness

Maturity

Emerging recommendation

Goal

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

Result

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

Validation steps

  1. Fetch to find resource

    llms.txt was not found at the expected path.

Evidence
{
  "failedStep": "fetch",
  "steps": [
    {
      "id": "fetch",
      "title": "Fetch to find resource",
      "status": "fail",
      "evidence": {
        "checked": [
          {
            "path": "/llms.txt",
            "statusCode": 404,
            "contentType": "text/html; charset=utf-8",
            "length": 108177
          },
          {
            "path": "/llms-full.txt",
            "statusCode": 404,
            "contentType": "text/html; charset=utf-8",
            "length": 108177
          }
        ]
      },
      "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": 22763,
        "excerpt": "<!DOCTYPE html><!-- Last Published: Wed Jun 10 2026 16:55:35 GMT+0000 (Coordinated Universal Time) --><html data-wf-domain=\"webflow.hive.co\" data-wf-page=\"657b5b5c65b5dce06159454a\" data-wf-site=\"60a44f9f6f0feb58e51ad877\" data-wf-intellimize",
        "issue": "Markdown response is missing a heading."
      },
      "issue": "Markdown response is missing a heading.",
      "howToFix": "Return Markdown with at least one heading and substantive page content, including useful links or instructions for agents."
    }
  ]
}

Agent Ease of UseMCPEmerging recommendation

MCP Server Card

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

25 Fail

Needs attention

MCP Server Card

Failed check
01

Issue

MCP Server Card was not found at the expected path.

02

Why it matters

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

Check name

MCP Server Card

Score

0/100

Status

fail

Category

MCP

Maturity

Emerging recommendation

Goal

Publish an MCP Server Card for agent discovery.

Result

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

Validation steps

  1. Fetch to find resource

    MCP Server Card was not found at the expected path.

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

Agent Ease of UseMCPEmerging recommendation

mcp.json

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

25 Fail

Needs attention

mcp.json

Failed check
01

Issue

mcp.json was not found at the expected path.

02

Why it matters

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

Check name

mcp.json

Score

0/100

Status

fail

Category

MCP

Maturity

Emerging recommendation

Goal

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

Result

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

Validation steps

  1. Fetch to find resource

    mcp.json was not found at the expected path.

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

AI DiscoverabilityContent ReadinessEstablished

Semantic HTML

Semantic HTML is missing or incomplete.

25 Fail

Needs attention

Semantic HTML

Failed check
01

Issue

Semantic HTML is incomplete: missing <main> landmark; missing <footer> landmark; skipped heading levels; 28 links missing accessible names; 0/1 applicable form inputs have autocomplete attributes (1 missing).

Details

02

Why it matters

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

Check name

Semantic HTML

Score

0/100

Status

fail

Category

Content Readiness

Maturity

Established

Goal

Expose readable page structure through semantic HTML and accessible controls.

Result

Semantic HTML is missing or incomplete.

Evidence
{
  "main": false,
  "nav": true,
  "footer": false,
  "meaningfulH1": true,
  "headingOrder": false,
  "accessibleLinks": false,
  "accessibleButtons": true,
  "imageAltCoverage": true,
  "formAutocompleteCoverage": false,
  "details": {
    "inaccessibleLinks": [
      "<a id=\"top-nav-logo\" data-wf-native-id-path=\"3fddbe57-2bcc-087e-cede-16305d1ecdf8:ba03dbcb-2ff1-4e4b-d487-4acf5ba7d17a\" data-wf-ao-click-engagement-tracking=\"true\" data-wf-element-id=\"ba03dbcb-2ff1-4e4b-d487-4acf5ba7d17a\" data-wf-component-context=\"%5B%7B%22componentId%22%3A%22ba03dbcb-2ff1-4e4b-d487-4acf5ba7d177%22%2C%22instanceId%22%3A%223fddbe57-2bcc-087e-cede-16305d1ecdf8%22%7D%5D\" href=\"/\" aria-current=\"page\" class=\"nav-logo w-nav-brand w--current\"><svg xmlns=\"http://www.w3.org/2000/svg\" wi",
      "<a data-wf-native-id-path=\"3fddbe57-2bcc-087e-cede-16305d1ecdf8:c90ea783-51d7-344a-fff7-8aa2026e914f:21265ae4-f688-6b42-9550-bf2472db7a7a\" data-wf-ao-click-engagement-tracking=\"true\" data-wf-element-id=\"21265ae4-f688-6b42-9550-bf2472db7a7a\" data-wf-component-context=\"%5B%7B%22componentId%22%3A%22ba03dbcb-2ff1-4e4b-d487-4acf5ba7d177%22%2C%22instanceId%22%3A%223fddbe57-2bcc-087e-cede-16305d1ecdf8%22%7D%2C%7B%22componentId%22%3A%22b665f48a-c469-298b-0335-5e592b20e86c%22%2C%22instanceId%22%3A%22c90e",
      "<a data-wf-native-id-path=\"3fddbe57-2bcc-087e-cede-16305d1ecdf8:c90ea783-51d7-344a-fff7-8aa2026e914f:4606269c-c199-26d0-152e-38f1043adb01\" data-wf-ao-click-engagement-tracking=\"true\" data-wf-element-id=\"4606269c-c199-26d0-152e-38f1043adb01\" data-wf-component-context=\"%5B%7B%22componentId%22%3A%22ba03dbcb-2ff1-4e4b-d487-4acf5ba7d177%22%2C%22instanceId%22%3A%223fddbe57-2bcc-087e-cede-16305d1ecdf8%22%7D%2C%7B%22componentId%22%3A%22b665f48a-c469-298b-0335-5e592b20e86c%22%2C%22instanceId%22%3A%22c90e",
      "<a data-wf-native-id-path=\"3fddbe57-2bcc-087e-cede-16305d1ecdf8:c90ea783-51d7-344a-fff7-8aa2026e914f:68ad8433-dd7f-0f3c-694c-8e7bdca80715\" data-wf-ao-click-engagement-tracking=\"true\" data-wf-element-id=\"68ad8433-dd7f-0f3c-694c-8e7bdca80715\" data-wf-component-context=\"%5B%7B%22componentId%22%3A%22ba03dbcb-2ff1-4e4b-d487-4acf5ba7d177%22%2C%22instanceId%22%3A%223fddbe57-2bcc-087e-cede-16305d1ecdf8%22%7D%2C%7B%22componentId%22%3A%22b665f48a-c469-298b-0335-5e592b20e86c%22%2C%22instanceId%22%3A%22c90e",
      "<a data-wf-native-id-path=\"050bfcfd-ca20-2737-4612-4786ca2a7d9b_instance-0\" data-wf-ao-click-engagement-tracking=\"true\" data-wf-element-id=\"050bfcfd-ca20-2737-4612-4786ca2a7d9b\" data-wf-cms-context=\"%5B%7B%22collectionId%22%3A%226581a645dc264ae6390263b9%22%2C%22itemId%22%3A%226581a68022ed2addd6272b26%22%7D%5D\" href=\"/integrations/ticketmaster\" class=\"card-connect card-home w-inline-block\"></a>",
      "<a fs-cmsstatic-order=\"9\" fs-cmsstatic-element=\"static-item\" data-wf-native-id-path=\"050bfcfd-ca20-2737-4612-4786ca2a7d9e_instance-0\" data-wf-ao-click-engagement-tracking=\"true\" data-wf-element-id=\"050bfcfd-ca20-2737-4612-4786ca2a7d9e\" data-wf-cms-context=\"%5B%7B%22collectionId%22%3A%226581a645dc264ae6390263b9%22%2C%22itemId%22%3A%226581a68022ed2addd6272b26%22%7D%5D\" href=\"/ticketing-integrations\" class=\"link-more w-inline-block w-condition-invisible\"><div class=\"w-layout-vflex link-more\"><svg x",
      "<a data-wf-native-id-path=\"050bfcfd-ca20-2737-4612-4786ca2a7d9b_instance-1\" data-wf-ao-click-engagement-tracking=\"true\" data-wf-element-id=\"050bfcfd-ca20-2737-4612-4786ca2a7d9b\" data-wf-cms-context=\"%5B%7B%22collectionId%22%3A%226581a645dc264ae6390263b9%22%2C%22itemId%22%3A%226581a687f7709eedf630c3ac%22%7D%5D\" href=\"/integrations/axs\" class=\"card-connect card-home w-inline-block\"></a>",
      "<a fs-cmsstatic-order=\"9\" fs-cmsstatic-element=\"static-item\" data-wf-native-id-path=\"050bfcfd-ca20-2737-4612-4786ca2a7d9e_instance-1\" data-wf-ao-click-engagement-tracking=\"true\" data-wf-element-id=\"050bfcfd-ca20-2737-4612-4786ca2a7d9e\" data-wf-cms-context=\"%5B%7B%22collectionId%22%3A%226581a645dc264ae6390263b9%22%2C%22itemId%22%3A%226581a687f7709eedf630c3ac%22%7D%5D\" href=\"/ticketing-integrations\" class=\"link-more w-inline-block w-condition-invisible\"><div class=\"w-layout-vflex link-more\"><svg x",
      "<a data-wf-native-id-path=\"050bfcfd-ca20-2737-4612-4786ca2a7d9b_instance-2\" data-wf-ao-click-engagement-tracking=\"true\" data-wf-element-id=\"050bfcfd-ca20-2737-4612-4786ca2a7d9b\" data-wf-cms-context=\"%5B%7B%22collectionId%22%3A%226581a645dc264ae6390263b9%22%2C%22itemId%22%3A%226581a6809ef86ffbbf619106%22%7D%5D\" href=\"/integrations/eventim\" class=\"card-connect card-home w-inline-block\"></a>",
      "<a fs-cmsstatic-order=\"9\" fs-cmsstatic-element=\"static-item\" data-wf-native-id-path=\"050bfcfd-ca20-2737-4612-4786ca2a7d9e_instance-2\" data-wf-ao-click-engagement-tracking=\"true\" data-wf-element-id=\"050bfcfd-ca20-2737-4612-4786ca2a7d9e\" data-wf-cms-context=\"%5B%7B%22collectionId%22%3A%226581a645dc264ae6390263b9%22%2C%22itemId%22%3A%226581a6809ef86ffbbf619106%22%7D%5D\" href=\"/ticketing-integrations\" class=\"link-more w-inline-block w-condition-invisible\"><div class=\"w-layout-vflex link-more\"><svg x",
      "<a data-wf-native-id-path=\"050bfcfd-ca20-2737-4612-4786ca2a7d9b_instance-3\" data-wf-ao-click-engagement-tracking=\"true\" data-wf-element-id=\"050bfcfd-ca20-2737-4612-4786ca2a7d9b\" data-wf-cms-context=\"%5B%7B%22collectionId%22%3A%226581a645dc264ae6390263b9%22%2C%22itemId%22%3A%226581a67ea2ce38dc25d327ee%22%7D%5D\" href=\"/integrations/etix\" class=\"card-connect card-home w-inline-block\"></a>",
      "<a fs-cmsstatic-order=\"9\" fs-cmsstatic-element=\"static-item\" data-wf-native-id-path=\"050bfcfd-ca20-2737-4612-4786ca2a7d9e_instance-3\" data-wf-ao-click-engagement-tracking=\"true\" data-wf-element-id=\"050bfcfd-ca20-2737-4612-4786ca2a7d9e\" data-wf-cms-context=\"%5B%7B%22collectionId%22%3A%226581a645dc264ae6390263b9%22%2C%22itemId%22%3A%226581a67ea2ce38dc25d327ee%22%7D%5D\" href=\"/ticketing-integrations\" class=\"link-more w-inline-block w-condition-invisible\"><div class=\"w-layout-vflex link-more\"><svg x",
      "<a data-wf-native-id-path=\"050bfcfd-ca20-2737-4612-4786ca2a7d9b_instance-4\" data-wf-ao-click-engagement-tracking=\"true\" data-wf-element-id=\"050bfcfd-ca20-2737-4612-4786ca2a7d9b\" data-wf-cms-context=\"%5B%7B%22collectionId%22%3A%226581a645dc264ae6390263b9%22%2C%22itemId%22%3A%2265a92af04a669225ac4f7fd5%22%7D%5D\" href=\"/integrations/hive-logo\" class=\"card-connect card-home w-inline-block\"></a>",
      "<a fs-cmsstatic-order=\"9\" fs-cmsstatic-element=\"static-item\" data-wf-native-id-path=\"050bfcfd-ca20-2737-4612-4786ca2a7d9e_instance-4\" data-wf-ao-click-engagement-tracking=\"true\" data-wf-element-id=\"050bfcfd-ca20-2737-4612-4786ca2a7d9e\" data-wf-cms-context=\"%5B%7B%22collectionId%22%3A%226581a645dc264ae6390263b9%22%2C%22itemId%22%3A%2265a92af04a669225ac4f7fd5%22%7D%5D\" href=\"/ticketing-integrations\" class=\"link-more w-inline-block w-condition-invisible\"><div class=\"w-layout-vflex link-more\"><svg x",
      "<a data-wf-native-id-path=\"050bfcfd-ca20-2737-4612-4786ca2a7d9b_instance-5\" data-wf-ao-click-engagement-tracking=\"true\" data-wf-element-id=\"050bfcfd-ca20-2737-4612-4786ca2a7d9b\" data-wf-cms-context=\"%5B%7B%22collectionId%22%3A%226581a645dc264ae6390263b9%22%2C%22itemId%22%3A%226581a681a2ce38dc25d3295b%22%7D%5D\" href=\"/integrations/tixr\" class=\"card-connect card-home w-inline-block\"></a>",
      "<a fs-cmsstatic-order=\"9\" fs-cmsstatic-element=\"static-item\" data-wf-native-id-path=\"050bfcfd-ca20-2737-4612-4786ca2a7d9e_instance-5\" data-wf-ao-click-engagement-tracking=\"true\" data-wf-element-id=\"050bfcfd-ca20-2737-4612-4786ca2a7d9e\" data-wf-cms-context=\"%5B%7B%22collectionId%22%3A%226581a645dc264ae6390263b9%22%2C%22itemId%22%3A%226581a681a2ce38dc25d3295b%22%7D%5D\" href=\"/ticketing-integrations\" class=\"link-more w-inline-block w-condition-invisible\"><div class=\"w-layout-vflex link-more\"><svg x",
      "<a data-wf-native-id-path=\"050bfcfd-ca20-2737-4612-4786ca2a7d9b_instance-6\" data-wf-ao-click-engagement-tracking=\"true\" data-wf-element-id=\"050bfcfd-ca20-2737-4612-4786ca2a7d9b\" data-wf-cms-context=\"%5B%7B%22collectionId%22%3A%226581a645dc264ae6390263b9%22%2C%22itemId%22%3A%226581a67f52281e882a595719%22%7D%5D\" href=\"/integrations/saffire\" class=\"card-connect card-home w-inline-block\"></a>",
      "<a fs-cmsstatic-order=\"9\" fs-cmsstatic-element=\"static-item\" data-wf-native-id-path=\"050bfcfd-ca20-2737-4612-4786ca2a7d9e_instance-6\" data-wf-ao-click-engagement-tracking=\"true\" data-wf-element-id=\"050bfcfd-ca20-2737-4612-4786ca2a7d9e\" data-wf-cms-context=\"%5B%7B%22collectionId%22%3A%226581a645dc264ae6390263b9%22%2C%22itemId%22%3A%226581a67f52281e882a595719%22%7D%5D\" href=\"/ticketing-integrations\" class=\"link-more w-inline-block w-condition-invisible\"><div class=\"w-layout-vflex link-more\"><svg x",
      "<a data-wf-native-id-path=\"050bfcfd-ca20-2737-4612-4786ca2a7d9b_instance-7\" data-wf-ao-click-engagement-tracking=\"true\" data-wf-element-id=\"050bfcfd-ca20-2737-4612-4786ca2a7d9b\" data-wf-cms-context=\"%5B%7B%22collectionId%22%3A%226581a645dc264ae6390263b9%22%2C%22itemId%22%3A%226581a67d62229044b76f9ae6%22%7D%5D\" href=\"/integrations/dice\" class=\"card-connect card-home w-inline-block\"></a>",
      "<a fs-cmsstatic-order=\"9\" fs-cmsstatic-element=\"static-item\" data-wf-native-id-path=\"050bfcfd-ca20-2737-4612-4786ca2a7d9e_instance-7\" data-wf-ao-click-engagement-tracking=\"true\" data-wf-element-id=\"050bfcfd-ca20-2737-4612-4786ca2a7d9e\" data-wf-cms-context=\"%5B%7B%22collectionId%22%3A%226581a645dc264ae6390263b9%22%2C%22itemId%22%3A%226581a67d62229044b76f9ae6%22%7D%5D\" href=\"/ticketing-integrations\" class=\"link-more w-inline-block w-condition-invisible\"><div class=\"w-layout-vflex link-more\"><svg x",
      "<a data-wf-native-id-path=\"050bfcfd-ca20-2737-4612-4786ca2a7d9b_instance-8\" data-wf-ao-click-engagement-tracking=\"true\" data-wf-element-id=\"050bfcfd-ca20-2737-4612-4786ca2a7d9b\" data-wf-cms-context=\"%5B%7B%22collectionId%22%3A%226581a645dc264ae6390263b9%22%2C%22itemId%22%3A%2265aa7f98fa16ff749e70698c%22%7D%5D\" href=\"/integrations/see-all\" class=\"card-connect card-home w-inline-block\"></a>",
      "<a fs-cmsstatic-order=\"9\" fs-cmsstatic-element=\"static-item\" data-wf-native-id-path=\"050bfcfd-ca20-2737-4612-4786ca2a7d9e_instance-8\" data-wf-ao-click-engagement-tracking=\"true\" data-wf-element-id=\"050bfcfd-ca20-2737-4612-4786ca2a7d9e\" data-wf-cms-context=\"%5B%7B%22collectionId%22%3A%226581a645dc264ae6390263b9%22%2C%22itemId%22%3A%2265aa7f98fa16ff749e70698c%22%7D%5D\" href=\"/ticketing-integrations\" class=\"link-more w-inline-block\"><div class=\"w-layout-vflex link-more\"><svg xmlns=\"http://www.w3.or",
      "<a id=\"w-node-_506665e6-e3d6-822d-5fb3-c045da9b87bf-da9b87bc\" data-wf-native-id-path=\"8b1f2546-4e0d-1b3d-926c-ff2e4890969b:506665e6-e3d6-822d-5fb3-c045da9b87bf\" data-wf-ao-click-engagement-tracking=\"true\" data-wf-element-id=\"506665e6-e3d6-822d-5fb3-c045da9b87bf\" data-wf-component-context=\"%5B%7B%22componentId%22%3A%22506665e6-e3d6-822d-5fb3-c045da9b87bc%22%2C%22instanceId%22%3A%228b1f2546-4e0d-1b3d-926c-ff2e4890969b%22%7D%5D\" href=\"/\" aria-current=\"page\" class=\"link-footer-logo w-inline-block w-",
      "<a data-wf-native-id-path=\"8b1f2546-4e0d-1b3d-926c-ff2e4890969b:506665e6-e3d6-822d-5fb3-c045da9b87d7\" data-wf-ao-click-engagement-tracking=\"true\" data-wf-element-id=\"506665e6-e3d6-822d-5fb3-c045da9b87d7\" data-wf-component-context=\"%5B%7B%22componentId%22%3A%22506665e6-e3d6-822d-5fb3-c045da9b87bc%22%2C%22instanceId%22%3A%228b1f2546-4e0d-1b3d-926c-ff2e4890969b%22%7D%5D\" href=\"https://www.linkedin.com/company/hivehq\" class=\"link-social w-inline-block\"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"",
      "<a data-wf-native-id-path=\"8b1f2546-4e0d-1b3d-926c-ff2e4890969b:506665e6-e3d6-822d-5fb3-c045da9b87db\" data-wf-ao-click-engagement-tracking=\"true\" data-wf-element-id=\"506665e6-e3d6-822d-5fb3-c045da9b87db\" data-wf-component-context=\"%5B%7B%22componentId%22%3A%22506665e6-e3d6-822d-5fb3-c045da9b87bc%22%2C%22instanceId%22%3A%228b1f2546-4e0d-1b3d-926c-ff2e4890969b%22%7D%5D\" href=\"https://www.instagram.com/hivehq/\" class=\"link-social w-inline-block\"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"48\" he",
      "<a data-wf-native-id-path=\"8b1f2546-4e0d-1b3d-926c-ff2e4890969b:600641bd-d8a8-6187-7988-abe145f57a08\" data-wf-ao-click-engagement-tracking=\"true\" data-wf-element-id=\"600641bd-d8a8-6187-7988-abe145f57a08\" data-wf-component-context=\"%5B%7B%22componentId%22%3A%22506665e6-e3d6-822d-5fb3-c045da9b87bc%22%2C%22instanceId%22%3A%228b1f2546-4e0d-1b3d-926c-ff2e4890969b%22%7D%5D\" href=\"https://www.youtube.com/@Hiveco/videos\" class=\"link-social w-inline-block\"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"4",
      "<a data-wf-native-id-path=\"8b1f2546-4e0d-1b3d-926c-ff2e4890969b:506665e6-e3d6-822d-5fb3-c045da9b87df\" data-wf-ao-click-engagement-tracking=\"true\" data-wf-element-id=\"506665e6-e3d6-822d-5fb3-c045da9b87df\" data-wf-component-context=\"%5B%7B%22componentId%22%3A%22506665e6-e3d6-822d-5fb3-c045da9b87bc%22%2C%22instanceId%22%3A%228b1f2546-4e0d-1b3d-926c-ff2e4890969b%22%7D%5D\" href=\"https://www.facebook.com/hivehq/\" target=\"_blank\" class=\"link-social w-inline-block\"><svg xmlns=\"http://www.w3.org/2000/svg",
      "<a data-wf-native-id-path=\"8b1f2546-4e0d-1b3d-926c-ff2e4890969b:6c319fee-1337-9022-fcc7-b7d4ec15bfa5\" data-wf-ao-click-engagement-tracking=\"true\" data-wf-element-id=\"6c319fee-1337-9022-fcc7-b7d4ec15bfa5\" data-wf-component-context=\"%5B%7B%22componentId%22%3A%22506665e6-e3d6-822d-5fb3-c045da9b87bc%22%2C%22instanceId%22%3A%228b1f2546-4e0d-1b3d-926c-ff2e4890969b%22%7D%5D\" href=\"https://twitter.com/hivealive\" target=\"_blank\" class=\"link-social w-inline-block\"><svg xmlns=\"http://www.w3.org/2000/svg\" w"
    ],
    "inaccessibleButtons": [],
    "missingAutocompleteInputs": [
      "<input class=\"input-footer w-input\" data-wfhsfieldname=\"FormTextInput-2\" maxlength=\"256\" name=\"email-2\" data-name=\"Email 2\" placeholder=\"Enter your email address\" type=\"email\" id=\"email-2\" required>"
    ],
    "imagesMissingAlt": [],
    "skippedHeadingLevels": [
      "h3: features",
      "h3: INDUSTRIES",
      "h3: RESOURCES",
      "h2: What's missing from your event strategy?",
      "h1: Sell more tickets with AI that knows what works",
      "h4: Ticket sales created for our customers",
      "h3: \"Hive gives us segmentation and automation power like never before. The data we’re able to report back to our staff and stakeholders is extremely valuable.\"",
      "h2: MAKE EVERY EVENT A Sell out",
      "h4: Sync with your favorite ticketing platform",
      "h2: Connect YOUR MARKETING & TICKETING",
      "h2: VIEW ALL OF YOUR FANS, IN ONE PLACE",
      "h4: Get a complete view of your ticket buyers with a CRM for events",
      "h2: SEND EMAIL & SMS messages THAT SELL TICKETS",
      "h4: Reach out to the right fans at the right time",
      "h2: MAKE SMART DECISIONS WITH REPORTS BUILT FOR EVENTS",
      "h4: Know exactly what's driving ticketing revenue",
      "h3: Book a call",
      "h3: Book a call",
      "h3: Book a call",
      "h3: Book a call",
      "h3: Book a call",
      "h3: Book a call",
      "h3: Book a demo",
      "h3: Book a demo",
      "h3: WE’RE ALL IN ON EVENTS",
      "h3: Comedy",
      "h3: Fairs & Rodeos",
      "h3: Music",
      "h3: Festivals",
      "h2: resources",
      "h3: Elevate your event IQ",
      "h4: Jump to a page",
      "h4: 11 types of SMS marketing campaigns for event promoters",
      "h5: Looking to connect with your fans in a more direct way? SMS campaigns are the answer! Discover how you can generate ticketing revenue, onsite sales, and keep fans happy with just a few simple strategies.",
      "h4: The latest resources",
      "h4: Segmentation 101 for targeted event promotion",
      "h4: How to create year-round engagement for annual events",
      "h4: Maximizing revenue streams for events beyond ticket sales",
      "h3: LESS TO DO, MORE SOLD OUT",
      "h5: Company",
      "h5: Features",
      "h5: Industries",
      "h5: Resources",
      "h5: Sign up for the newsletter",
      "h5: Follow us on our journey"
    ]
  },
  "counts": {
    "h1": 1,
    "headings": 45,
    "links": 115,
    "inaccessibleLinks": 28,
    "buttons": 0,
    "inaccessibleButtons": 0,
    "images": 57,
    "imagesWithAlt": 57,
    "autocompleteInputs": 1,
    "inputsWithAutocomplete": 0,
    "missingAutocompleteInputs": 1
  }
}

Agent Ease of UseMCPInformational

WebMCP manifest

WebMCP manifest failed at "Fetch to find resource".

25 Fail

Needs attention

WebMCP manifest

Failed check
01

Issue

WebMCP manifest was not found at the expected path.

02

Why it matters

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

Check name

WebMCP manifest

Score

0/100

Status

fail

Category

MCP

Maturity

Informational

Goal

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

Result

WebMCP manifest failed at "Fetch to find resource".

Validation steps

  1. Fetch to find resource

    WebMCP manifest was not found at the expected path.

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

Agent Ease of UseSkill DiscoveryEmerging recommendation

A2A Agent Card

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

20 Fail

Needs attention

A2A Agent Card

Failed check
01

Issue

A2A Agent Card was not found at the expected path.

02

Why it matters

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

Check name

A2A Agent Card

Score

0/100

Status

fail

Category

Skill Discovery

Maturity

Emerging recommendation

Goal

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

Result

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

Validation steps

  1. Fetch to find resource

    A2A Agent Card was not found at the expected path.

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

Agent Ease of UseSkill DiscoveryEmerging recommendation

Agent Skills index

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

20 Fail

Needs attention

Agent Skills index

Failed check
01

Issue

Agent Skills index was not found at the expected path.

02

Why it matters

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

Check name

Agent Skills index

Score

0/100

Status

fail

Category

Skill Discovery

Maturity

Emerging recommendation

Goal

Publish an agent skills discovery index.

Result

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

Validation steps

  1. Fetch to find resource

    Agent Skills index was not found at the expected path.

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

Agent Ease of UseSkill DiscoveryEmerging recommendation

agent.json

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

20 Fail

Needs attention

agent.json

Failed check
01

Issue

agent.json was not found at the expected path.

02

Why it matters

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

Check name

agent.json

Score

0/100

Status

fail

Category

Skill Discovery

Maturity

Emerging recommendation

Goal

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

Result

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

Validation steps

  1. Fetch to find resource

    agent.json was not found at the expected path.

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

Agent Ease of UseSkill DiscoveryInformational

agents.json

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

20 Fail

Needs attention

agents.json

Failed check
01

Issue

agents.json was not found at the expected path.

02

Why it matters

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

Check name

agents.json

Score

0/100

Status

fail

Category

Skill Discovery

Maturity

Informational

Goal

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

Result

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

Validation steps

  1. Fetch to find resource

    agents.json was not found at the expected path.

Evidence
{
  "failedStep": "fetch",
  "steps": [
    {
      "id": "fetch",
      "title": "Fetch to find resource",
      "status": "fail",
      "evidence": {
        "checked": [
          {
            "path": "/.well-known/agents.json",
            "statusCode": 404,
            "contentType": "text/html; charset=utf-8",
            "length": 88
          },
          {
            "path": "/agents.json",
            "statusCode": 404,
            "contentType": "text/html; charset=utf-8",
            "length": 108177
          }
        ]
      },
      "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": "Wed, 10 Jun 2026 16:55:52 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.hive.co",
        "probes": [
          {
            "name": "_index._agents.www.hive.co",
            "found": false,
            "recordCount": 1,
            "records": [],
            "hasAlpn": false,
            "hasEndpoint": false
          },
          {
            "name": "_a2a._agents.www.hive.co",
            "found": false,
            "recordCount": 1,
            "records": [],
            "hasAlpn": false,
            "hasEndpoint": false
          }
        ]
      },
      "issue": "No DNS-AID entrypoint records were found under _agents.",
      "howToFix": "Publish ServiceMode SVCB/HTTPS records such as _index._agents.example.com or _a2a._agents.example.com."
    },
    {
      "id": "service-params",
      "title": "Validate alpn and endpoint parameters",
      "status": "informational",
      "evidence": {
        "discovered": []
      },
      "howToFix": "Include alpn and endpoint service parameters in each DNS-AID record so agents know the protocol and target entrypoint."
    },
    {
      "id": "dnssec",
      "title": "Check DNSSEC material",
      "status": "warning",
      "evidence": {
        "hasDnssecMaterial": false,
        "checked": [
          {
            "name": "www.hive.co",
            "dnssecTypes": [],
            "dnssecRecordCount": 0
          },
          {
            "name": "hive.co",
            "dnssecTypes": [],
            "dnssecRecordCount": 0
          }
        ]
      },
      "issue": "DNSSEC material was not visible for the hostname or parent zone from this resolver.",
      "howToFix": "Sign the public discovery zone with DNSSEC so validating resolvers can return authenticated data."
    }
  ]
}

Agent Ease of UseMCPInformational

WebMCP

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

13 Warning

Needs attention

WebMCP

Warning
01

Issue

WebMCP declarative annotations need fixes.

Details

02

Why it matters

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

Check name

WebMCP

Score

50/100

Status

warning

Category

MCP

Maturity

Informational

Goal

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

Result

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

Validation steps

  1. Detect data-mcp-tool annotations

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

  2. Detect WebMCP declarative tags

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

  3. Validate WebMCP declarative annotation quality

    WebMCP declarative annotations need fixes.

    WebMCP declarative annotation issues
    • <input name="email-2"> is missing a label.
    • <input name="email-2"> is missing tool-param-description.
    • <input> is missing a name attribute.
    • <input> is missing a label.
    • <input> is missing tool-param-description.
  4. Detect WebMCP imperative API usage

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

  5. Detect WebMCP browser navigator injection

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

  6. Interactive surface coverage

    Only 0% of interactive surfaces are annotated.

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

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

AEO: Answer-first sections

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

5 Warning

Needs attention

AEO: Answer-first sections

Warning
01

Issue

25 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": 26,
  "passing": 1,
  "failing": [
    {
      "heading": "features",
      "headingHtml": "<h3 class=\"h3-dropdown\">features</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "INDUSTRIES",
      "headingHtml": "<h3 class=\"h3-dropdown\">INDUSTRIES</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "RESOURCES",
      "headingHtml": "<h3 class=\"h3-dropdown\">RESOURCES</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "What's missing from your event strategy?",
      "headingHtml": "<h2 class=\"heading-83\">What&apos;s missing from your <span>event strategy?</span></h2>",
      "firstParagraph": "Dive into everything you need to take your shows from announce to sold out.",
      "paragraphHtml": "<p>Dive into everything you need to take your shows from announce to sold out.</p>",
      "words": 14,
      "direct": false,
      "issue": "First paragraph is 14 words and does not look like a concise direct answer."
    },
    {
      "heading": "\"Hive gives us segmentation and automation power like never before. The data we’re able to report back to our staff and stakeholders is extremely valuable.\"",
      "headingHtml": "<h3 class=\"h4 h4-stories\">&quot;Hive gives us segmentation and automation power like never before. The data we&#x2019;re able to report back to our staff and stakeholders is extremely valuable.&quot;</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "MAKE EVERY EVENT A Sell out",
      "headingHtml": "<h2 class=\"h2 text-white h2-home hide\">MAKE EVERY EVENT A <span class=\"callout text-orange\">Sell out</span></h2>",
      "firstParagraph": "Integrate with your ticketing platform to streamline marketing — no workarounds required. Use ticket buyer data to create better campaigns and give customers an experience that keeps them coming back.",
      "paragraphHtml": "<p class=\"small-body text-white\">Integrate with your ticketing platform to streamline marketing &#x2014; no workarounds required. Use ticket buyer data to create better campaigns and give customers an experience that keeps them coming back.</p>",
      "words": 29,
      "direct": false,
      "issue": "First paragraph is 29 words and does not look like a concise direct answer."
    },
    {
      "heading": "Connect YOUR MARKETING & TICKETING",
      "headingHtml": "<h2 class=\"h1 text-yellow text-ticketing\">Connect YOUR MARKETING &amp;&#xa0;TICKETING</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "VIEW ALL OF YOUR FANS, IN ONE PLACE",
      "headingHtml": "<h2 class=\"h1 text-green center-align\">VIEW ALL OF YOUR FANS, IN ONE PLACE</h2>",
      "firstParagraph": "Unlock detailed fan profiles, segment your audience based on purchase behavior, and filter data with precision — all for more targeted campaigns that drive ticket sales.",
      "paragraphHtml": "<p class=\"paragraph-2024 width-620 text-white center-align\">Unlock detailed fan profiles, segment your audience based on purchase behavior, and filter data with precision &#x2014; all for more targeted campaigns that drive ticket sales.</p>",
      "words": 25,
      "direct": false,
      "issue": "First paragraph is 25 words and does not look like a concise direct answer."
    },
    {
      "heading": "MAKE SMART DECISIONS WITH REPORTS BUILT FOR EVENTS",
      "headingHtml": "<h2 class=\"h1 text-blue center-align centered\">MAKE SMART DECISIONS WITH REPORTS BUILT FOR EVENTS</h2>",
      "firstParagraph": "Tie email and SMS campaigns to ticket sales to directly see which messages effectively drive ticket purchases.",
      "paragraphHtml": "<p class=\"paragraph-2024 width-620 center-align centered text-white\">Tie email and SMS campaigns to ticket sales to directly see which messages effectively drive ticket purchases.</p>",
      "words": 17,
      "direct": false,
      "issue": "First paragraph is 17 words and does not look like a concise direct answer."
    },
    {
      "heading": "Book a call",
      "headingHtml": "<h3 class=\"h3\">Book a <span class=\"callout text-green\">call</span></h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Book a call",
      "headingHtml": "<h3 class=\"h3\">Book a <span class=\"callout text-pink\">call</span></h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Book a call",
      "headingHtml": "<h3 class=\"h3\">Book a <span class=\"callout text-orange\">call</span></h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Book a call",
      "headingHtml": "<h3 class=\"h3\">Book a <span class=\"callout text-purple\">call</span></h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Book a call",
      "headingHtml": "<h3 class=\"h3\">Book a <span class=\"callout text-green\">call</span></h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Book a call",
      "headingHtml": "<h3 class=\"h3\">Book a <span class=\"callout text-pink\">call</span></h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Book a demo",
      "headingHtml": "<h3 class=\"h3\">Book a <span class=\"callout text-orange\">demo</span></h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Book a demo",
      "headingHtml": "<h3 class=\"h3\">Book a <span class=\"callout text-purple\">demo</span></h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "WE’RE ALL IN ON EVENTS",
      "headingHtml": "<h3 class=\"h2 h-home-solutions\">WE&#x2019;RE ALL IN ON &#xa0;<span class=\"callout text-purple\">EVENTS</span></h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Comedy",
      "headingHtml": "<h3 class=\"h5\">Comedy</h3>",
      "firstParagraph": "Promote your shows with laser precision, ensuring you attract new fans while keeping loyal patrons coming back for more laughs.",
      "paragraphHtml": "<p class=\"p-eventtype\">Promote your shows with laser precision, ensuring you attract new fans while keeping loyal patrons coming back for more laughs.</p>",
      "words": 20,
      "direct": false,
      "issue": "First paragraph is 20 words and does not look like a concise direct answer."
    },
    {
      "heading": "Fairs & Rodeos",
      "headingHtml": "<h3 class=\"h5\">Fairs &amp; Rodeos</h3>",
      "firstParagraph": "Effortlessly sell more tickets with the ability to target repeat attendees and attract out-of-towners from a single source of data truth.",
      "paragraphHtml": "<p class=\"p-eventtype\">Effortlessly sell more tickets with the ability to target repeat attendees and attract out-of-towners from a single source of data truth.</p>",
      "words": 21,
      "direct": false,
      "issue": "First paragraph is 21 words and does not look like a concise direct answer."
    },
    {
      "heading": "Music",
      "headingHtml": "<h3 class=\"h5\">Music</h3>",
      "firstParagraph": "Whether you host 40 events or 400, integrate your ticketing and CRM to help you handle promotions and increase ticket sales.",
      "paragraphHtml": "<p class=\"p-eventtype\">Whether you host 40 events or 400, integrate your ticketing and CRM to help you handle promotions and increase ticket sales.</p>",
      "words": 21,
      "direct": false,
      "issue": "First paragraph is 21 words and does not look like a concise direct answer."
    },
    {
      "heading": "Festivals",
      "headingHtml": "<h3 class=\"h5\">Festivals</h3>",
      "firstParagraph": "Make the most of long sales periods through tailored outreach for presales, VIP packages, and more to maximize festival attendance.",
      "paragraphHtml": "<p class=\"p-eventtype\">Make the most of long sales periods through tailored outreach for presales, VIP packages, and more to maximize festival attendance.</p>",
      "words": 20,
      "direct": false,
      "issue": "First paragraph is 20 words and does not look like a concise direct answer."
    },
    {
      "heading": "resources",
      "headingHtml": "<h2 class=\"h1 left-align\">resources</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Elevate your event IQ",
      "headingHtml": "<h3 class=\"h4 h4-resources\">Elevate your event IQ</h3>",
      "firstParagraph": "Explore, learn, and stay ahead of the curve with resources that fuel your success in the ever-evolving landscape of live events.",
      "paragraphHtml": "<p class=\"paragraph-2024 left-align text-black\">Explore, learn, and stay ahead of the curve with resources that fuel your success in the ever-evolving landscape of live events.</p>",
      "words": 21,
      "direct": false,
      "issue": "First paragraph is 21 words and does not look like a concise direct answer."
    },
    {
      "heading": "LESS TO DO, MORE SOLD OUT",
      "headingHtml": "<h3 class=\"h1 text-white h1-footer\">LESS TO DO, MORE <span class=\"callout text-yellow\">SOLD OUT</span></h3>",
      "firstParagraph": "Trusted by 1,500+ venues, promoters, and festivals",
      "paragraphHtml": "<p class=\"under-cta-social-proof-white\"><br>Trusted by 1,500+ venues, promoters, and festivals</p>",
      "words": 8,
      "direct": false,
      "issue": "First paragraph is 8 words and does not look like a concise direct answer."
    }
  ],
  "score": 65,
  "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

25 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": 7,
  "questionH2s": [
    {
      "index": 1,
      "text": "What's missing from your event strategy?",
      "isQuestion": true,
      "html": "<h2 class=\"heading-83\">What&apos;s missing from your <span>event strategy?</span></h2>"
    }
  ],
  "hasFaq": false,
  "score": 70,
  "weight": 18
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

AIO: Source and trust signals

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

2 Warning

Needs attention

AIO: Source and trust signals

Warning
01

Issue

Missing AIO trust signals: 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

80/100

Status

warning

Category

GEO, AIO & AEO

Maturity

Emerging recommendation

Goal

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

Result

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

Evidence
{
  "signals": {
    "author": true,
    "publisher": true,
    "freshnessDate": false,
    "aboutOrContact": true,
    "policyLinks": true
  },
  "missing": [
    "freshnessDate"
  ],
  "authorMeta": "",
  "schemaAuthors": [
    "Brittany Griffith"
  ],
  "schemaPublishers": [
    "Hive"
  ],
  "schemaDates": [],
  "visibleDates": [],
  "aboutLinks": [
    {
      "href": "/about",
      "text": "About",
      "html": "<a data-wf-native-id-path=\"01ed3c4e-e785-b853-28f2-0da326fbbaea:e5124501-c537-e9d9-5d27-853d8c3927cc\" data-wf-ao-click-engagement-tracking=\"true\" data-wf-element-id=\"e5124501-c537-e9d9-5d27-853d8c3927cc\" data-wf-component-context=\"%5B%7B%22componentId%22%3A%22e5124501-c537-e9d9-5d27-853d8c3927c3%22%2C%22instanceId%22%3A%2201ed3c4e-e785-b853-28f2-0da326fbbaea%22%7D%5D\" href=\"/about\" class=\"link-footer w-inline-block\"><div class=\"text-footer\">About</div><svg xmlns=\"http://www.w3.org/2000/svg\" w..."
    },
    {
      "href": "https://www.linkedin.com/company/hivehq",
      "text": "",
      "html": "<a data-wf-native-id-path=\"8b1f2546-4e0d-1b3d-926c-ff2e4890969b:506665e6-e3d6-822d-5fb3-c045da9b87d7\" data-wf-ao-click-engagement-tracking=\"true\" data-wf-element-id=\"506665e6-e3d6-822d-5fb3-c045da9b87d7\" data-wf-component-context=\"%5B%7B%22componentId%22%3A%22506665e6-e3d6-822d-5fb3-c045da9b87bc%22%2C%22instanceId%22%3A%228b1f2546-4e0d-1b3d-926c-ff2e4890969b%22%7D%5D\" href=\"https://www.linkedin.com/company/hivehq\" class=\"link-social w-inline-block\"><svg xmlns=\"http://www.w3.org/2000/svg\" widt..."
    }
  ],
  "contactLinks": [
    {
      "href": "/features/contests",
      "text": "ContestsRun contests to build your contact list",
      "html": "<a data-wf-native-id-path=\"3fddbe57-2bcc-087e-cede-16305d1ecdf8:27be27b2-ea55-32ec-18fe-16cfbe82660e:87b9b382-a39b-276e-eb24-d59f31234495\" data-wf-ao-click-engagement-tracking=\"true\" data-wf-element-id=\"87b9b382-a39b-276e-eb24-d59f31234495\" data-wf-component-context=\"%5B%7B%22componentId%22%3A%22ba03dbcb-2ff1-4e4b-d487-4acf5ba7d177%22%2C%22instanceId%22%3A%223fddbe57-2bcc-087e-cede-16305d1ecdf8%22%7D%2C%7B%22componentId%22%3A%2287b9b382-a39b-276e-eb24-d59f3123444e%22%2C%22instanceId%22%3A%222..."
    },
    {
      "href": "https://faq.hive.co/en/",
      "text": "Help CenterCheck out FAQs to learn how to use Hive",
      "html": "<a data-wf-native-id-path=\"3fddbe57-2bcc-087e-cede-16305d1ecdf8:c90ea783-51d7-344a-fff7-8aa2026e914f:b665f48a-c469-298b-0335-5e592b20e871\" data-wf-ao-click-engagement-tracking=\"true\" data-wf-element-id=\"b665f48a-c469-298b-0335-5e592b20e871\" data-wf-component-context=\"%5B%7B%22componentId%22%3A%22ba03dbcb-2ff1-4e4b-d487-4acf5ba7d177%22%2C%22instanceId%22%3A%223fddbe57-2bcc-087e-cede-16305d1ecdf8%22%7D%2C%7B%22componentId%22%3A%22b665f48a-c469-298b-0335-5e592b20e86c%22%2C%22instanceId%22%3A%22c..."
    },
    {
      "href": "http://www.hive.co/industries/music",
      "text": "MusicWhether you host 40 events or 400, integrate your ticketing and CRM to help you handle promotions and increase ticket sales.Read more",
      "html": "<a data-w-id=\"28dcb972-084d-a403-4b03-62a0cc6d5f85\" data-wf-native-id-path=\"28dcb972-084d-a403-4b03-62a0cc6d5f85_instance-2\" data-wf-ao-click-engagement-tracking=\"true\" data-wf-element-id=\"28dcb972-084d-a403-4b03-62a0cc6d5f85\" data-wf-cms-context=\"%5B%7B%22collectionId%22%3A%226580accf8e85261707c5a295%22%2C%22itemId%22%3A%226580ad1d773acccba302d53a%22%7D%5D\" href=\"http://www.hive.co/industries/music\" class=\"card-event-type w-inline-block\"><div class=\"w-layout-vflex stack-16 solutions\"><img al..."
    },
    {
      "href": "https://faq.hive.co/en/",
      "text": "Help center",
      "html": "<a data-wf-native-id-path=\"dccf5a2b-d5eb-79fc-6529-52d4048222a3\" data-wf-ao-click-engagement-tracking=\"true\" data-wf-element-id=\"dccf5a2b-d5eb-79fc-6529-52d4048222a3\" href=\"https://faq.hive.co/en/\" class=\"link-resource-page w-inline-block\"><div>Help center</div></a>"
    },
    {
      "href": "https://faq.hive.co/en",
      "text": "Help Center",
      "html": "<a data-wf-native-id-path=\"01ed3c4e-e785-b853-28f2-0da326fbbaea:e5124501-c537-e9d9-5d27-853d8c3927ff\" data-wf-ao-click-engagement-tracking=\"true\" data-wf-element-id=\"e5124501-c537-e9d9-5d27-853d8c3927ff\" data-wf-component-context=\"%5B%7B%22componentId%22%3A%22e5124501-c537-e9d9-5d27-853d8c3927c3%22%2C%22instanceId%22%3A%2201ed3c4e-e785-b853-28f2-0da326fbbaea%22%7D%5D\" href=\"https://faq.hive.co/en\" class=\"link-footer w-inline-block\"><div class=\"text-footer\">Help&#xa0;Center</div><svg xmlns=\"ht..."
    }
  ],
  "privacyLinks": [
    {
      "href": "/privacy",
      "text": "Privacy Policy",
      "html": "<a data-wf-native-id-path=\"01ed3c4e-e785-b853-28f2-0da326fbbaea:e5124501-c537-e9d9-5d27-853d8c3927d5\" data-wf-ao-click-engagement-tracking=\"true\" data-wf-element-id=\"e5124501-c537-e9d9-5d27-853d8c3927d5\" data-wf-component-context=\"%5B%7B%22componentId%22%3A%22e5124501-c537-e9d9-5d27-853d8c3927c3%22%2C%22instanceId%22%3A%2201ed3c4e-e785-b853-28f2-0da326fbbaea%22%7D%5D\" href=\"/privacy\" class=\"link-footer w-inline-block\"><div class=\"text-footer\">Privacy Policy</div><svg xmlns=\"http://www.w3.org/..."
    },
    {
      "href": "/terms-and-conditions",
      "text": "Terms and Conditions",
      "html": "<a data-wf-native-id-path=\"01ed3c4e-e785-b853-28f2-0da326fbbaea:e5124501-c537-e9d9-5d27-853d8c3927d8\" data-wf-ao-click-engagement-tracking=\"true\" data-wf-element-id=\"e5124501-c537-e9d9-5d27-853d8c3927d8\" data-wf-component-context=\"%5B%7B%22componentId%22%3A%22e5124501-c537-e9d9-5d27-853d8c3927c3%22%2C%22instanceId%22%3A%2201ed3c4e-e785-b853-28f2-0da326fbbaea%22%7D%5D\" href=\"/terms-and-conditions\" class=\"link-footer w-inline-block\"><div class=\"text-footer\">Terms and Conditions</div><svg xmlns=..."
    },
    {
      "href": "/terms-of-use",
      "text": "End User Terms of Use",
      "html": "<a data-wf-native-id-path=\"01ed3c4e-e785-b853-28f2-0da326fbbaea:8d63ee13-f5f4-d21b-ee94-47380a906ab8\" data-wf-ao-click-engagement-tracking=\"true\" data-wf-element-id=\"8d63ee13-f5f4-d21b-ee94-47380a906ab8\" data-wf-component-context=\"%5B%7B%22componentId%22%3A%22e5124501-c537-e9d9-5d27-853d8c3927c3%22%2C%22instanceId%22%3A%2201ed3c4e-e785-b853-28f2-0da326fbbaea%22%7D%5D\" href=\"/terms-of-use\" class=\"link-footer w-inline-block\"><div class=\"text-footer\">End User Terms of Use</div><svg xmlns=\"http:/..."
    }
  ],
  "score": 80,
  "weight": 20
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

AEO: Answer evidence and trust

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

2 Warning

Needs attention

AEO: Answer evidence and trust

Warning
01

Issue

Missing AIO trust signals: 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

80/100

Status

warning

Category

GEO, AIO & AEO

Maturity

Emerging recommendation

Goal

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

Result

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

Evidence
{
  "signals": {
    "author": true,
    "publisher": true,
    "freshnessDate": false,
    "aboutOrContact": true,
    "policyLinks": true
  },
  "missing": [
    "freshnessDate"
  ],
  "authorMeta": "",
  "schemaAuthors": [
    "Brittany Griffith"
  ],
  "schemaPublishers": [
    "Hive"
  ],
  "schemaDates": [],
  "visibleDates": [],
  "aboutLinks": [
    {
      "href": "/about",
      "text": "About",
      "html": "<a data-wf-native-id-path=\"01ed3c4e-e785-b853-28f2-0da326fbbaea:e5124501-c537-e9d9-5d27-853d8c3927cc\" data-wf-ao-click-engagement-tracking=\"true\" data-wf-element-id=\"e5124501-c537-e9d9-5d27-853d8c3927cc\" data-wf-component-context=\"%5B%7B%22componentId%22%3A%22e5124501-c537-e9d9-5d27-853d8c3927c3%22%2C%22instanceId%22%3A%2201ed3c4e-e785-b853-28f2-0da326fbbaea%22%7D%5D\" href=\"/about\" class=\"link-footer w-inline-block\"><div class=\"text-footer\">About</div><svg xmlns=\"http://www.w3.org/2000/svg\" w..."
    },
    {
      "href": "https://www.linkedin.com/company/hivehq",
      "text": "",
      "html": "<a data-wf-native-id-path=\"8b1f2546-4e0d-1b3d-926c-ff2e4890969b:506665e6-e3d6-822d-5fb3-c045da9b87d7\" data-wf-ao-click-engagement-tracking=\"true\" data-wf-element-id=\"506665e6-e3d6-822d-5fb3-c045da9b87d7\" data-wf-component-context=\"%5B%7B%22componentId%22%3A%22506665e6-e3d6-822d-5fb3-c045da9b87bc%22%2C%22instanceId%22%3A%228b1f2546-4e0d-1b3d-926c-ff2e4890969b%22%7D%5D\" href=\"https://www.linkedin.com/company/hivehq\" class=\"link-social w-inline-block\"><svg xmlns=\"http://www.w3.org/2000/svg\" widt..."
    }
  ],
  "contactLinks": [
    {
      "href": "/features/contests",
      "text": "ContestsRun contests to build your contact list",
      "html": "<a data-wf-native-id-path=\"3fddbe57-2bcc-087e-cede-16305d1ecdf8:27be27b2-ea55-32ec-18fe-16cfbe82660e:87b9b382-a39b-276e-eb24-d59f31234495\" data-wf-ao-click-engagement-tracking=\"true\" data-wf-element-id=\"87b9b382-a39b-276e-eb24-d59f31234495\" data-wf-component-context=\"%5B%7B%22componentId%22%3A%22ba03dbcb-2ff1-4e4b-d487-4acf5ba7d177%22%2C%22instanceId%22%3A%223fddbe57-2bcc-087e-cede-16305d1ecdf8%22%7D%2C%7B%22componentId%22%3A%2287b9b382-a39b-276e-eb24-d59f3123444e%22%2C%22instanceId%22%3A%222..."
    },
    {
      "href": "https://faq.hive.co/en/",
      "text": "Help CenterCheck out FAQs to learn how to use Hive",
      "html": "<a data-wf-native-id-path=\"3fddbe57-2bcc-087e-cede-16305d1ecdf8:c90ea783-51d7-344a-fff7-8aa2026e914f:b665f48a-c469-298b-0335-5e592b20e871\" data-wf-ao-click-engagement-tracking=\"true\" data-wf-element-id=\"b665f48a-c469-298b-0335-5e592b20e871\" data-wf-component-context=\"%5B%7B%22componentId%22%3A%22ba03dbcb-2ff1-4e4b-d487-4acf5ba7d177%22%2C%22instanceId%22%3A%223fddbe57-2bcc-087e-cede-16305d1ecdf8%22%7D%2C%7B%22componentId%22%3A%22b665f48a-c469-298b-0335-5e592b20e86c%22%2C%22instanceId%22%3A%22c..."
    },
    {
      "href": "http://www.hive.co/industries/music",
      "text": "MusicWhether you host 40 events or 400, integrate your ticketing and CRM to help you handle promotions and increase ticket sales.Read more",
      "html": "<a data-w-id=\"28dcb972-084d-a403-4b03-62a0cc6d5f85\" data-wf-native-id-path=\"28dcb972-084d-a403-4b03-62a0cc6d5f85_instance-2\" data-wf-ao-click-engagement-tracking=\"true\" data-wf-element-id=\"28dcb972-084d-a403-4b03-62a0cc6d5f85\" data-wf-cms-context=\"%5B%7B%22collectionId%22%3A%226580accf8e85261707c5a295%22%2C%22itemId%22%3A%226580ad1d773acccba302d53a%22%7D%5D\" href=\"http://www.hive.co/industries/music\" class=\"card-event-type w-inline-block\"><div class=\"w-layout-vflex stack-16 solutions\"><img al..."
    },
    {
      "href": "https://faq.hive.co/en/",
      "text": "Help center",
      "html": "<a data-wf-native-id-path=\"dccf5a2b-d5eb-79fc-6529-52d4048222a3\" data-wf-ao-click-engagement-tracking=\"true\" data-wf-element-id=\"dccf5a2b-d5eb-79fc-6529-52d4048222a3\" href=\"https://faq.hive.co/en/\" class=\"link-resource-page w-inline-block\"><div>Help center</div></a>"
    },
    {
      "href": "https://faq.hive.co/en",
      "text": "Help Center",
      "html": "<a data-wf-native-id-path=\"01ed3c4e-e785-b853-28f2-0da326fbbaea:e5124501-c537-e9d9-5d27-853d8c3927ff\" data-wf-ao-click-engagement-tracking=\"true\" data-wf-element-id=\"e5124501-c537-e9d9-5d27-853d8c3927ff\" data-wf-component-context=\"%5B%7B%22componentId%22%3A%22e5124501-c537-e9d9-5d27-853d8c3927c3%22%2C%22instanceId%22%3A%2201ed3c4e-e785-b853-28f2-0da326fbbaea%22%7D%5D\" href=\"https://faq.hive.co/en\" class=\"link-footer w-inline-block\"><div class=\"text-footer\">Help&#xa0;Center</div><svg xmlns=\"ht..."
    }
  ],
  "privacyLinks": [
    {
      "href": "/privacy",
      "text": "Privacy Policy",
      "html": "<a data-wf-native-id-path=\"01ed3c4e-e785-b853-28f2-0da326fbbaea:e5124501-c537-e9d9-5d27-853d8c3927d5\" data-wf-ao-click-engagement-tracking=\"true\" data-wf-element-id=\"e5124501-c537-e9d9-5d27-853d8c3927d5\" data-wf-component-context=\"%5B%7B%22componentId%22%3A%22e5124501-c537-e9d9-5d27-853d8c3927c3%22%2C%22instanceId%22%3A%2201ed3c4e-e785-b853-28f2-0da326fbbaea%22%7D%5D\" href=\"/privacy\" class=\"link-footer w-inline-block\"><div class=\"text-footer\">Privacy Policy</div><svg xmlns=\"http://www.w3.org/..."
    },
    {
      "href": "/terms-and-conditions",
      "text": "Terms and Conditions",
      "html": "<a data-wf-native-id-path=\"01ed3c4e-e785-b853-28f2-0da326fbbaea:e5124501-c537-e9d9-5d27-853d8c3927d8\" data-wf-ao-click-engagement-tracking=\"true\" data-wf-element-id=\"e5124501-c537-e9d9-5d27-853d8c3927d8\" data-wf-component-context=\"%5B%7B%22componentId%22%3A%22e5124501-c537-e9d9-5d27-853d8c3927c3%22%2C%22instanceId%22%3A%2201ed3c4e-e785-b853-28f2-0da326fbbaea%22%7D%5D\" href=\"/terms-and-conditions\" class=\"link-footer w-inline-block\"><div class=\"text-footer\">Terms and Conditions</div><svg xmlns=..."
    },
    {
      "href": "/terms-of-use",
      "text": "End User Terms of Use",
      "html": "<a data-wf-native-id-path=\"01ed3c4e-e785-b853-28f2-0da326fbbaea:8d63ee13-f5f4-d21b-ee94-47380a906ab8\" data-wf-ao-click-engagement-tracking=\"true\" data-wf-element-id=\"8d63ee13-f5f4-d21b-ee94-47380a906ab8\" data-wf-component-context=\"%5B%7B%22componentId%22%3A%22e5124501-c537-e9d9-5d27-853d8c3927c3%22%2C%22instanceId%22%3A%2201ed3c4e-e785-b853-28f2-0da326fbbaea%22%7D%5D\" href=\"/terms-of-use\" class=\"link-footer w-inline-block\"><div class=\"text-footer\">End User Terms of Use</div><svg xmlns=\"http:/..."
    }
  ],
  "score": 80,
  "weight": 22
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

AIO: Google eligibility and indexability

AIO: Google eligibility and indexability scored 80/100 and needs improvement.

2 Warning

Needs attention

AIO: Google eligibility and indexability

Warning
01

Issue

Canonical tag is missing.

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: Google eligibility and indexability

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: Google eligibility and indexability scored 80/100 and needs improvement.

Evidence
{
  "status": 200,
  "googlebotBlocked": false,
  "metaRobotsTags": [],
  "xRobotsTag": "",
  "canonical": "",
  "finalUrl": "https://www.hive.co/",
  "canonicalScore": 0,
  "score": 80,
  "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

25 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": 26,
  "passing": 1,
  "failing": [
    {
      "heading": "features",
      "headingHtml": "<h3 class=\"h3-dropdown\">features</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "INDUSTRIES",
      "headingHtml": "<h3 class=\"h3-dropdown\">INDUSTRIES</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "RESOURCES",
      "headingHtml": "<h3 class=\"h3-dropdown\">RESOURCES</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "What's missing from your event strategy?",
      "headingHtml": "<h2 class=\"heading-83\">What&apos;s missing from your <span>event strategy?</span></h2>",
      "firstParagraph": "Dive into everything you need to take your shows from announce to sold out.",
      "paragraphHtml": "<p>Dive into everything you need to take your shows from announce to sold out.</p>",
      "words": 14,
      "direct": false,
      "issue": "First paragraph is 14 words and does not look like a concise direct answer."
    },
    {
      "heading": "\"Hive gives us segmentation and automation power like never before. The data we’re able to report back to our staff and stakeholders is extremely valuable.\"",
      "headingHtml": "<h3 class=\"h4 h4-stories\">&quot;Hive gives us segmentation and automation power like never before. The data we&#x2019;re able to report back to our staff and stakeholders is extremely valuable.&quot;</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "MAKE EVERY EVENT A Sell out",
      "headingHtml": "<h2 class=\"h2 text-white h2-home hide\">MAKE EVERY EVENT A <span class=\"callout text-orange\">Sell out</span></h2>",
      "firstParagraph": "Integrate with your ticketing platform to streamline marketing — no workarounds required. Use ticket buyer data to create better campaigns and give customers an experience that keeps them coming back.",
      "paragraphHtml": "<p class=\"small-body text-white\">Integrate with your ticketing platform to streamline marketing &#x2014; no workarounds required. Use ticket buyer data to create better campaigns and give customers an experience that keeps them coming back.</p>",
      "words": 29,
      "direct": false,
      "issue": "First paragraph is 29 words and does not look like a concise direct answer."
    },
    {
      "heading": "Connect YOUR MARKETING & TICKETING",
      "headingHtml": "<h2 class=\"h1 text-yellow text-ticketing\">Connect YOUR MARKETING &amp;&#xa0;TICKETING</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "VIEW ALL OF YOUR FANS, IN ONE PLACE",
      "headingHtml": "<h2 class=\"h1 text-green center-align\">VIEW ALL OF YOUR FANS, IN ONE PLACE</h2>",
      "firstParagraph": "Unlock detailed fan profiles, segment your audience based on purchase behavior, and filter data with precision — all for more targeted campaigns that drive ticket sales.",
      "paragraphHtml": "<p class=\"paragraph-2024 width-620 text-white center-align\">Unlock detailed fan profiles, segment your audience based on purchase behavior, and filter data with precision &#x2014; all for more targeted campaigns that drive ticket sales.</p>",
      "words": 25,
      "direct": false,
      "issue": "First paragraph is 25 words and does not look like a concise direct answer."
    },
    {
      "heading": "MAKE SMART DECISIONS WITH REPORTS BUILT FOR EVENTS",
      "headingHtml": "<h2 class=\"h1 text-blue center-align centered\">MAKE SMART DECISIONS WITH REPORTS BUILT FOR EVENTS</h2>",
      "firstParagraph": "Tie email and SMS campaigns to ticket sales to directly see which messages effectively drive ticket purchases.",
      "paragraphHtml": "<p class=\"paragraph-2024 width-620 center-align centered text-white\">Tie email and SMS campaigns to ticket sales to directly see which messages effectively drive ticket purchases.</p>",
      "words": 17,
      "direct": false,
      "issue": "First paragraph is 17 words and does not look like a concise direct answer."
    },
    {
      "heading": "Book a call",
      "headingHtml": "<h3 class=\"h3\">Book a <span class=\"callout text-green\">call</span></h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Book a call",
      "headingHtml": "<h3 class=\"h3\">Book a <span class=\"callout text-pink\">call</span></h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Book a call",
      "headingHtml": "<h3 class=\"h3\">Book a <span class=\"callout text-orange\">call</span></h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Book a call",
      "headingHtml": "<h3 class=\"h3\">Book a <span class=\"callout text-purple\">call</span></h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Book a call",
      "headingHtml": "<h3 class=\"h3\">Book a <span class=\"callout text-green\">call</span></h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Book a call",
      "headingHtml": "<h3 class=\"h3\">Book a <span class=\"callout text-pink\">call</span></h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Book a demo",
      "headingHtml": "<h3 class=\"h3\">Book a <span class=\"callout text-orange\">demo</span></h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Book a demo",
      "headingHtml": "<h3 class=\"h3\">Book a <span class=\"callout text-purple\">demo</span></h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "WE’RE ALL IN ON EVENTS",
      "headingHtml": "<h3 class=\"h2 h-home-solutions\">WE&#x2019;RE ALL IN ON &#xa0;<span class=\"callout text-purple\">EVENTS</span></h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Comedy",
      "headingHtml": "<h3 class=\"h5\">Comedy</h3>",
      "firstParagraph": "Promote your shows with laser precision, ensuring you attract new fans while keeping loyal patrons coming back for more laughs.",
      "paragraphHtml": "<p class=\"p-eventtype\">Promote your shows with laser precision, ensuring you attract new fans while keeping loyal patrons coming back for more laughs.</p>",
      "words": 20,
      "direct": false,
      "issue": "First paragraph is 20 words and does not look like a concise direct answer."
    },
    {
      "heading": "Fairs & Rodeos",
      "headingHtml": "<h3 class=\"h5\">Fairs &amp; Rodeos</h3>",
      "firstParagraph": "Effortlessly sell more tickets with the ability to target repeat attendees and attract out-of-towners from a single source of data truth.",
      "paragraphHtml": "<p class=\"p-eventtype\">Effortlessly sell more tickets with the ability to target repeat attendees and attract out-of-towners from a single source of data truth.</p>",
      "words": 21,
      "direct": false,
      "issue": "First paragraph is 21 words and does not look like a concise direct answer."
    },
    {
      "heading": "Music",
      "headingHtml": "<h3 class=\"h5\">Music</h3>",
      "firstParagraph": "Whether you host 40 events or 400, integrate your ticketing and CRM to help you handle promotions and increase ticket sales.",
      "paragraphHtml": "<p class=\"p-eventtype\">Whether you host 40 events or 400, integrate your ticketing and CRM to help you handle promotions and increase ticket sales.</p>",
      "words": 21,
      "direct": false,
      "issue": "First paragraph is 21 words and does not look like a concise direct answer."
    },
    {
      "heading": "Festivals",
      "headingHtml": "<h3 class=\"h5\">Festivals</h3>",
      "firstParagraph": "Make the most of long sales periods through tailored outreach for presales, VIP packages, and more to maximize festival attendance.",
      "paragraphHtml": "<p class=\"p-eventtype\">Make the most of long sales periods through tailored outreach for presales, VIP packages, and more to maximize festival attendance.</p>",
      "words": 20,
      "direct": false,
      "issue": "First paragraph is 20 words and does not look like a concise direct answer."
    },
    {
      "heading": "resources",
      "headingHtml": "<h2 class=\"h1 left-align\">resources</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Elevate your event IQ",
      "headingHtml": "<h3 class=\"h4 h4-resources\">Elevate your event IQ</h3>",
      "firstParagraph": "Explore, learn, and stay ahead of the curve with resources that fuel your success in the ever-evolving landscape of live events.",
      "paragraphHtml": "<p class=\"paragraph-2024 left-align text-black\">Explore, learn, and stay ahead of the curve with resources that fuel your success in the ever-evolving landscape of live events.</p>",
      "words": 21,
      "direct": false,
      "issue": "First paragraph is 21 words and does not look like a concise direct answer."
    },
    {
      "heading": "LESS TO DO, MORE SOLD OUT",
      "headingHtml": "<h3 class=\"h1 text-white h1-footer\">LESS TO DO, MORE <span class=\"callout text-yellow\">SOLD OUT</span></h3>",
      "firstParagraph": "Trusted by 1,500+ venues, promoters, and festivals",
      "paragraphHtml": "<p class=\"under-cta-social-proof-white\"><br>Trusted by 1,500+ venues, promoters, and festivals</p>",
      "words": 8,
      "direct": false,
      "issue": "First paragraph is 8 words and does not look like a concise direct answer."
    }
  ],
  "score": 65,
  "weight": 8
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

AEO: Answer intent coverage

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

1 Warning

Needs attention

AEO: Answer intent coverage

Warning
01

Issue

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

Details

02

Why it matters

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

Check name

AEO: Answer intent coverage

Score

70/100

Status

warning

Category

GEO, AIO & AEO

Maturity

Emerging recommendation

Goal

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

Result

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

Evidence
{
  "headings": [
    {
      "text": "What's missing from your event strategy?",
      "html": "<h2 class=\"heading-83\">What&apos;s missing from your <span>event strategy?</span></h2>"
    },
    {
      "text": "MAKE EVERY EVENT A Sell out",
      "html": "<h2 class=\"h2 text-white h2-home hide\">MAKE EVERY EVENT A <span class=\"callout text-orange\">Sell out</span></h2>"
    },
    {
      "text": "Connect YOUR MARKETING & TICKETING",
      "html": "<h2 class=\"h1 text-yellow text-ticketing\">Connect YOUR MARKETING &amp;&#xa0;TICKETING</h2>"
    },
    {
      "text": "VIEW ALL OF YOUR FANS, IN ONE PLACE",
      "html": "<h2 class=\"h1 text-green center-align\">VIEW ALL OF YOUR FANS, IN ONE PLACE</h2>"
    },
    {
      "text": "SEND EMAIL & SMS messages THAT SELL TICKETS",
      "html": "<h2 class=\"h1 text-purple\">SEND EMAIL <span>&amp;</span> SMS messages THAT SELL TICKETS</h2>"
    },
    {
      "text": "MAKE SMART DECISIONS WITH REPORTS BUILT FOR EVENTS",
      "html": "<h2 class=\"h1 text-blue center-align centered\">MAKE SMART DECISIONS WITH REPORTS BUILT FOR EVENTS</h2>"
    },
    {
      "text": "resources",
      "html": "<h2 class=\"h1 left-align\">resources</h2>"
    }
  ],
  "expected": [
    {
      "id": "what",
      "label": "What is Hive: Your marketing platform for live events?",
      "pattern": {}
    },
    {
      "id": "how",
      "label": "How does Hive: Your marketing platform for live events work?",
      "pattern": {}
    },
    {
      "id": "benefits",
      "label": "Why use Hive: Your marketing platform for live events?",
      "pattern": {}
    },
    {
      "id": "cost",
      "label": "Is Hive: Your marketing platform for live events free or paid?",
      "pattern": {}
    },
    {
      "id": "compare",
      "label": "How does Hive: Your marketing platform for live events compare with alternatives?",
      "pattern": {}
    }
  ],
  "missing": [
    {
      "id": "how",
      "label": "How does Hive: Your marketing platform for live events work?",
      "pattern": {}
    },
    {
      "id": "benefits",
      "label": "Why use Hive: Your marketing platform for live events?",
      "pattern": {}
    },
    {
      "id": "cost",
      "label": "Is Hive: Your marketing platform for live events free or paid?",
      "pattern": {}
    },
    {
      "id": "compare",
      "label": "How does Hive: Your marketing platform for live events compare with alternatives?",
      "pattern": {}
    }
  ],
  "score": 70,
  "weight": 8
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

AIO: Page experience for AIO

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

1 Warning

Needs attention

AIO: Page experience for AIO

Warning
01

Issue

54 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": 923,
  "htmlBytes": 228808,
  "imagesMissingDimensions": [
    {
      "src": "https://cdn.prod.website-files.com/60a44f9f6f0feb58e51ad877/67d2d7f49acc2ad9be5e45f0_Hard%20Cover%20Book%20(1).png",
      "width": "Auto",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/60a44f9f6f0feb58e51ad877/67d2d7f49acc2ad9be5e45f0_Hard%20Cover%20Book%20(1).png\" loading=\"lazy\" width=\"Auto\" sizes=\"100vw\" alt srcset=\"https://cdn.prod.website-files.com/60a44f9f6f0feb58e51ad877/67d2d7f49acc2ad9be5e45f0_Hard%20Cover%20Book%20(1)-p-500.png 500w, https://cdn.prod.website-files.com/60a44f9f6f0feb58e51ad877/67d2d7f49acc2ad9be5e45f0_Hard%20Cover%20Book%20(1)-p-800.png 800w, https://cdn.prod.website-files.com/60a44f9f6f0feb58e51ad877/67d..."
    },
    {
      "src": "https://cdn.prod.website-files.com/60a44f9f6f0feb58e51ad877/671a4dc618369340f6c64eb1_Hard%20Cover%20Book.png",
      "width": "Auto",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/60a44f9f6f0feb58e51ad877/671a4dc618369340f6c64eb1_Hard%20Cover%20Book.png\" loading=\"lazy\" width=\"Auto\" sizes=\"100vw\" alt srcset=\"https://cdn.prod.website-files.com/60a44f9f6f0feb58e51ad877/671a4dc618369340f6c64eb1_Hard%20Cover%20Book-p-500.png 500w, https://cdn.prod.website-files.com/60a44f9f6f0feb58e51ad877/671a4dc618369340f6c64eb1_Hard%20Cover%20Book-p-800.png 800w, https://cdn.prod.website-files.com/60a44f9f6f0feb58e51ad877/671a4dc618369340f6c64..."
    },
    {
      "src": "https://cdn.prod.website-files.com/60a44f9f6f0feb58e51ad877/671a4db60125ea2ca7223b9a_Hard%20Cover%20Book-1.png",
      "width": "Auto",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/60a44f9f6f0feb58e51ad877/671a4db60125ea2ca7223b9a_Hard%20Cover%20Book-1.png\" loading=\"lazy\" width=\"Auto\" sizes=\"100vw\" alt srcset=\"https://cdn.prod.website-files.com/60a44f9f6f0feb58e51ad877/671a4db60125ea2ca7223b9a_Hard%20Cover%20Book-1-p-500.png 500w, https://cdn.prod.website-files.com/60a44f9f6f0feb58e51ad877/671a4db60125ea2ca7223b9a_Hard%20Cover%20Book-1-p-800.png 800w, https://cdn.prod.website-files.com/60a44f9f6f0feb58e51ad877/671a4db60125ea2..."
    },
    {
      "src": "https://cdn.prod.website-files.com/60a44f9f6f0feb58e51ad877/65a6b3290d441caa0ba8835c_alarm-clock.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/60a44f9f6f0feb58e51ad877/65a6b3290d441caa0ba8835c_alarm-clock.svg\" loading=\"lazy\" alt class=\"image-62\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/60a44f9f6f0feb58e51ad877/65a6b329c295da8dd3e5641d_filter.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/60a44f9f6f0feb58e51ad877/65a6b329c295da8dd3e5641d_filter.svg\" loading=\"lazy\" alt class=\"image-63\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/60a44f9f6f0feb58e51ad877/65a6b3299990fe873a785a2c_chart-line.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/60a44f9f6f0feb58e51ad877/65a6b3299990fe873a785a2c_chart-line.svg\" loading=\"lazy\" alt class=\"image-64\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/60a44f9f6f0feb58e51ad877/65aeb7db0b99f7251ba3972c_hero-feature-04.png",
      "width": "",
      "height": "",
      "loading": "eager",
      "html": "<img src=\"https://cdn.prod.website-files.com/60a44f9f6f0feb58e51ad877/65aeb7db0b99f7251ba3972c_hero-feature-04.png\" loading=\"eager\" alt=\"Text showing ticketing revenue amounting to &#x24;127,800 with a green wavy line below.\" class=\"img-hero-04 shadow-new\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/60a44f9f6f0feb58e51ad877/67d46de98ad901590c84fd18_hero-feature.png",
      "width": "",
      "height": "",
      "loading": "eager",
      "html": "<img src=\"https://cdn.prod.website-files.com/60a44f9f6f0feb58e51ad877/67d46de98ad901590c84fd18_hero-feature.png\" loading=\"eager\" sizes=\"(max-width: 960px) 100vw, 960px\" srcset=\"https://cdn.prod.website-files.com/60a44f9f6f0feb58e51ad877/67d46de98ad901590c84fd18_hero-feature-p-500.png 500w, https://cdn.prod.website-files.com/60a44f9f6f0feb58e51ad877/67d46de98ad901590c84fd18_hero-feature-p-800.png 800w, https://cdn.prod.website-files.com/60a44f9f6f0feb58e51ad877/67d46de98ad901590c84fd18_hero-fe..."
    },
    {
      "src": "https://cdn.prod.website-files.com/60a44f9f6f0feb58e51ad877/65aeb7dc3b1e5a5335c495bc_hero-feature-02.png",
      "width": "",
      "height": "",
      "loading": "eager",
      "html": "<img src=\"https://cdn.prod.website-files.com/60a44f9f6f0feb58e51ad877/65aeb7dc3b1e5a5335c495bc_hero-feature-02.png\" loading=\"eager\" sizes=\"(max-width: 544px) 100vw, 544px\" srcset=\"https://cdn.prod.website-files.com/60a44f9f6f0feb58e51ad877/65aeb7dc3b1e5a5335c495bc_hero-feature-02-p-500.png 500w, https://cdn.prod.website-files.com/60a44f9f6f0feb58e51ad877/65aeb7dc3b1e5a5335c495bc_hero-feature-02.png 544w\" alt=\"A mockup of personalized email marketing to encourage ticket sales.\" class=\"img-hero..."
    },
    {
      "src": "https://cdn.prod.website-files.com/60a44f9f6f0feb58e51ad877/65aebeca3834fe502edeb714_hero-feature-001.png",
      "width": "",
      "height": "",
      "loading": "eager",
      "html": "<img src=\"https://cdn.prod.website-files.com/60a44f9f6f0feb58e51ad877/65aebeca3834fe502edeb714_hero-feature-001.png\" loading=\"eager\" sizes=\"(max-width: 1680px) 100vw, 1680px\" srcset=\"https://cdn.prod.website-files.com/60a44f9f6f0feb58e51ad877/65aebeca3834fe502edeb714_hero-feature-001-p-500.png 500w, https://cdn.prod.website-files.com/60a44f9f6f0feb58e51ad877/65aebeca3834fe502edeb714_hero-feature-001-p-800.png 800w, https://cdn.prod.website-files.com/60a44f9f6f0feb58e51ad877/65aebeca3834fe502e..."
    },
    {
      "src": "https://cdn.prod.website-files.com/60a44f9f6f0feb58e51ad877/6615ecf2653508b168874703_4.png",
      "width": "158.5",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/60a44f9f6f0feb58e51ad877/6615ecf2653508b168874703_4.png\" loading=\"lazy\" id=\"w-node-_8be6b447-d0b0-7bb6-e8bd-48794d19be25-6159454a\" alt=\"Logo for Red Rocks Park and Amphitheatre with stylized rock formation and text &apos;EST. 1941&apos;.\" width=\"158.5\" class=\"img-logo-brands warner\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/60a44f9f6f0feb58e51ad877/65a9b5bb646d6ff54964eb76_insomniac%20no%20background.png",
      "width": "307",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/60a44f9f6f0feb58e51ad877/65a9b5bb646d6ff54964eb76_insomniac%20no%20background.png\" loading=\"lazy\" id=\"w-node-ba110f4d-c5c6-2d4f-a5c5-8463d93eef76-6159454a\" alt=\"Insomniac logo with stylized eye icon to the left of the bold word &apos;INSOMNIAC&apos; in white on a black background.\" width=\"307\" srcset=\"https://cdn.prod.website-files.com/60a44f9f6f0feb58e51ad877/65a9b5bb646d6ff54964eb76_insomniac%20no%20background-p-500.png 500w, https://cdn.prod.web..."
    },
    {
      "src": "https://cdn.prod.website-files.com/60a44f9f6f0feb58e51ad877/6661f3308a048c4b09979943_Orange%20County%20Fair%20logo.png",
      "width": "170.5",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/60a44f9f6f0feb58e51ad877/6661f3308a048c4b09979943_Orange%20County%20Fair%20logo.png\" loading=\"lazy\" width=\"170.5\" id=\"w-node-_4d6f2e25-967d-e8eb-1095-90c5beb47d64-6159454a\" alt=\"Logo with stylized orange illustration next to the word &apos;FAIR&apos; in decorative font.\" srcset=\"https://cdn.prod.website-files.com/60a44f9f6f0feb58e51ad877/6661f3308a048c4b09979943_Orange%20County%20Fair%20logo-p-500.png 500w, https://cdn.prod.website-files.com/60a44f..."
    },
    {
      "src": "https://cdn.prod.website-files.com/60a44f9f6f0feb58e51ad877/6615ecf37ac97d436b6e2623_5.png",
      "width": "129",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/60a44f9f6f0feb58e51ad877/6615ecf37ac97d436b6e2623_5.png\" loading=\"lazy\" width=\"129\" id=\"w-node-f235e727-98ac-27a7-e1df-623d97810e9e-6159454a\" alt=\"Avant Gardner Brooklyn logo with three nested white squares above the text on a black background.\" class=\"img-logobrands wme\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/60a44fa06f0feb314d1ad896/65849d80815d2c54e57b00e8_631e931c2c6bbeb0f99608b2_DSC00131.jpeg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img alt=\"Interior view of Altria Theater in Richmond, Virginia, showcasing its grand, multi-tiered seating arrangement, ornate dome ceiling with intricate designs, and elegant red upholstered seats. The image captures the spacious performance hall with multiple balconies and a well-lit stage area.\" loading=\"lazy\" id=\"w-node-baef8a33-29ed-984b-ca47-eabf4a2fb42d-6159454a\" src=\"https://cdn.prod.website-files.com/60a44fa06f0feb314d1ad896/65849d80815d2c54e57b00e8_631e931c2c6bbeb0f99608b2_DSC00131..."
    },
    {
      "src": "https://cdn.prod.website-files.com/60a44fa06f0feb314d1ad896/65a99fc5cc6d1c693595d671_image%206.png",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img alt loading=\"lazy\" src=\"https://cdn.prod.website-files.com/60a44fa06f0feb314d1ad896/65a99fc5cc6d1c693595d671_image%206.png\" sizes=\"100vw\" srcset=\"https://cdn.prod.website-files.com/60a44fa06f0feb314d1ad896/65a99fc5cc6d1c693595d671_image%206-p-500.png 500w, https://cdn.prod.website-files.com/60a44fa06f0feb314d1ad896/65a99fc5cc6d1c693595d671_image%206-p-800.png 800w, https://cdn.prod.website-files.com/60a44fa06f0feb314d1ad896/65a99fc5cc6d1c693595d671_image%206-p-1080.png 1080w, https://cdn..."
    },
    {
      "src": "https://cdn.prod.website-files.com/60a44fa06f0feb314d1ad896/689c93f50a4d9e61e65376e4_Ticketmaster-Logo-Dark-RGB.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img alt loading=\"lazy\" src=\"https://cdn.prod.website-files.com/60a44fa06f0feb314d1ad896/689c93f50a4d9e61e65376e4_Ticketmaster-Logo-Dark-RGB.svg\" class=\"rtb-html-lgo float-position\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/60a44fa06f0feb314d1ad896/689c93f50a4d9e61e65376e4_Ticketmaster-Logo-Dark-RGB.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img alt loading=\"lazy\" src=\"https://cdn.prod.website-files.com/60a44fa06f0feb314d1ad896/689c93f50a4d9e61e65376e4_Ticketmaster-Logo-Dark-RGB.svg\" class=\"w-condition-invisible\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/60a44fa06f0feb314d1ad896/659dacb731718cd914e81d21_Axs_logo%201.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img alt loading=\"lazy\" src=\"https://cdn.prod.website-files.com/60a44fa06f0feb314d1ad896/659dacb731718cd914e81d21_Axs_logo%201.svg\" class=\"rtb-html-lgo float-position\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/60a44fa06f0feb314d1ad896/659dacb731718cd914e81d21_Axs_logo%201.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img alt loading=\"lazy\" src=\"https://cdn.prod.website-files.com/60a44fa06f0feb314d1ad896/659dacb731718cd914e81d21_Axs_logo%201.svg\" class=\"w-condition-invisible\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/60a44fa06f0feb314d1ad896/65a8862accc1080653b9ad9f_SeeTickets.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img alt loading=\"lazy\" src=\"https://cdn.prod.website-files.com/60a44fa06f0feb314d1ad896/65a8862accc1080653b9ad9f_SeeTickets.svg\" class=\"rtb-html-lgo float-position\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/60a44fa06f0feb314d1ad896/65a8862accc1080653b9ad9f_SeeTickets.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img alt loading=\"lazy\" src=\"https://cdn.prod.website-files.com/60a44fa06f0feb314d1ad896/65a8862accc1080653b9ad9f_SeeTickets.svg\" class=\"w-condition-invisible\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/60a44fa06f0feb314d1ad896/65a88ab70e095cf53b5125cb_etix.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img alt loading=\"lazy\" src=\"https://cdn.prod.website-files.com/60a44fa06f0feb314d1ad896/65a88ab70e095cf53b5125cb_etix.svg\" class=\"rtb-html-lgo float-position\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/60a44fa06f0feb314d1ad896/65a88ab70e095cf53b5125cb_etix.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img alt loading=\"lazy\" src=\"https://cdn.prod.website-files.com/60a44fa06f0feb314d1ad896/65a88ab70e095cf53b5125cb_etix.svg\" class=\"w-condition-invisible\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/60a44fa06f0feb314d1ad896/65aa7f0d8749d56b4f00d55a_FrameHive.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img alt loading=\"lazy\" src=\"https://cdn.prod.website-files.com/60a44fa06f0feb314d1ad896/65aa7f0d8749d56b4f00d55a_FrameHive.svg\" class=\"rtb-html-lgo float-position\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/60a44fa06f0feb314d1ad896/65aa7f0d8749d56b4f00d55a_FrameHive.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img alt loading=\"lazy\" src=\"https://cdn.prod.website-files.com/60a44fa06f0feb314d1ad896/65aa7f0d8749d56b4f00d55a_FrameHive.svg\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/60a44fa06f0feb314d1ad896/659daf75254172a8b67d81c4_c375f116-8426-4d0a-8382-5f841b96c6a4-1631047385837.png",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img alt loading=\"lazy\" src=\"https://cdn.prod.website-files.com/60a44fa06f0feb314d1ad896/659daf75254172a8b67d81c4_c375f116-8426-4d0a-8382-5f841b96c6a4-1631047385837.png\" sizes=\"100vw\" srcset=\"https://cdn.prod.website-files.com/60a44fa06f0feb314d1ad896/659daf75254172a8b67d81c4_c375f116-8426-4d0a-8382-5f841b96c6a4-1631047385837-p-500.png 500w, https://cdn.prod.website-files.com/60a44fa06f0feb314d1ad896/659daf75254172a8b67d81c4_c375f116-8426-4d0a-8382-5f841b96c6a4-1631047385837-p-800.png 800w, h..."
    },
    {
      "src": "https://cdn.prod.website-files.com/60a44fa06f0feb314d1ad896/659daf75254172a8b67d81c4_c375f116-8426-4d0a-8382-5f841b96c6a4-1631047385837.png",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img alt loading=\"lazy\" src=\"https://cdn.prod.website-files.com/60a44fa06f0feb314d1ad896/659daf75254172a8b67d81c4_c375f116-8426-4d0a-8382-5f841b96c6a4-1631047385837.png\" sizes=\"100vw\" srcset=\"https://cdn.prod.website-files.com/60a44fa06f0feb314d1ad896/659daf75254172a8b67d81c4_c375f116-8426-4d0a-8382-5f841b96c6a4-1631047385837-p-500.png 500w, https://cdn.prod.website-files.com/60a44fa06f0feb314d1ad896/659daf75254172a8b67d81c4_c375f116-8426-4d0a-8382-5f841b96c6a4-1631047385837-p-800.png 800w, h..."
    },
    {
      "src": "https://cdn.prod.website-files.com/60a44fa06f0feb314d1ad896/65a884941fa1d3ee6e7b4029_saffire.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img alt loading=\"lazy\" src=\"https://cdn.prod.website-files.com/60a44fa06f0feb314d1ad896/65a884941fa1d3ee6e7b4029_saffire.svg\" class=\"rtb-html-lgo float-position\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/60a44fa06f0feb314d1ad896/65a884941fa1d3ee6e7b4029_saffire.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img alt loading=\"lazy\" src=\"https://cdn.prod.website-files.com/60a44fa06f0feb314d1ad896/65a884941fa1d3ee6e7b4029_saffire.svg\" class=\"w-condition-invisible\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/60a44fa06f0feb314d1ad896/65a85663bb2b9f3801707b36_DICE_logo_2022%20(1).svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img alt loading=\"lazy\" src=\"https://cdn.prod.website-files.com/60a44fa06f0feb314d1ad896/65a85663bb2b9f3801707b36_DICE_logo_2022%20(1).svg\" class=\"rtb-html-lgo float-position\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/60a44fa06f0feb314d1ad896/65a85663bb2b9f3801707b36_DICE_logo_2022%20(1).svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img alt loading=\"lazy\" src=\"https://cdn.prod.website-files.com/60a44fa06f0feb314d1ad896/65a85663bb2b9f3801707b36_DICE_logo_2022%20(1).svg\" class=\"w-condition-invisible\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/60a44f9f6f0feb58e51ad877/65ad859a73e36c34c39fa038_insights-01-update.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/60a44f9f6f0feb58e51ad877/65ad859a73e36c34c39fa038_insights-01-update.svg\" loading=\"lazy\" id=\"w-node-d1658f77-30dc-4ef7-912e-99fbded05d57-6159454a\" alt=\"A mockup of contacts within a CRM database showing their names, emails, phone numbers, location, and total dollars spent on tickets. Segmentation filters have been applied for spend over &#x24;200, and hip hop.\" class=\"img-insight shadow-new\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/60a44f9f6f0feb58e51ad877/65ad85a2d6e8611d02d98dc6_insights-02-update.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/60a44f9f6f0feb58e51ad877/65ad85a2d6e8611d02d98dc6_insights-02-update.svg\" loading=\"lazy\" id=\"w-node-_4dc1fc40-0d2a-fb55-8f43-80e6d55c404e-6159454a\" alt=\"Examples of filters that are available within Hive, which include segment, city, sign-up forms, venue, genre, bought tickets, entered a contest, artist, keyword, and landing pages.\" class=\"img-insight-02 shadow-new\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/60a44f9f6f0feb58e51ad877/65ac67e87f6c64ebfa47116d_Insights-03.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/60a44f9f6f0feb58e51ad877/65ac67e87f6c64ebfa47116d_Insights-03.svg\" loading=\"lazy\" id=\"w-node-_9fc30691-ddaf-ec25-501c-2c0c00ee97a0-6159454a\" alt=\"A mockup of a segment creation interface showing options to filter users based on event genre and location. The top section allows filtering users who have purchased tickets for EDM/Electronic genre events. The bottom section filters users who live closer than 25 miles from Los Angeles, California.\" class..."
    },
    {
      "src": "https://cdn.prod.website-files.com/60a44f9f6f0feb58e51ad877/65a6b35b572bdb2b4d4b8896_megaphone.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/60a44f9f6f0feb58e51ad877/65a6b35b572bdb2b4d4b8896_megaphone.svg\" loading=\"lazy\" alt>"
    },
    {
      "src": "https://cdn.prod.website-files.com/60a44f9f6f0feb58e51ad877/65a6b35b3fef388f274fdd47_arrows-rotate-clockwise.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/60a44f9f6f0feb58e51ad877/65a6b35b3fef388f274fdd47_arrows-rotate-clockwise.svg\" loading=\"lazy\" alt>"
    },
    {
      "src": "https://cdn.prod.website-files.com/60a44f9f6f0feb58e51ad877/65a6b35bf938687591f9e883_hand-tap.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/60a44f9f6f0feb58e51ad877/65a6b35bf938687591f9e883_hand-tap.svg\" loading=\"lazy\" alt>"
    },
    {
      "src": "https://cdn.prod.website-files.com/60a44f9f6f0feb58e51ad877/65ad85dd02af1193aea5ba0f_build-update.png",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/60a44f9f6f0feb58e51ad877/65ad85dd02af1193aea5ba0f_build-update.png\" loading=\"lazy\" sizes=\"100vw\" srcset=\"https://cdn.prod.website-files.com/60a44f9f6f0feb58e51ad877/65ad85dd02af1193aea5ba0f_build-update-p-500.png 500w, https://cdn.prod.website-files.com/60a44f9f6f0feb58e51ad877/65ad85dd02af1193aea5ba0f_build-update-p-800.png 800w, https://cdn.prod.website-files.com/60a44f9f6f0feb58e51ad877/65ad85dd02af1193aea5ba0f_build-update-p-1080.png 1080w, htt..."
    },
    {
      "src": "https://cdn.prod.website-files.com/60a44f9f6f0feb58e51ad877/65ac6ac8d3baf277b8385524_Reporting%20Mockup.svg",
      "width": "",
      "height": "",
      "loading": "eager",
      "html": "<img loading=\"eager\" src=\"https://cdn.prod.website-files.com/60a44f9f6f0feb58e51ad877/65ac6ac8d3baf277b8385524_Reporting%20Mockup.svg\" alt=\"Dashboard view showing ticketing revenue performance with a bar chart. The total ticketing revenue is displayed as &#x24;132,400. The bar chart illustrates revenue trends over time, with the highest revenue of &#x24;33,450 marked on September 22nd.\" class=\"img-content-home\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/60a44f9f6f0feb58e51ad877/65adb122c6afcd66197e5b60_Email%20performance%20mockup-new.svg",
      "width": "",
      "height": "",
      "loading": "eager",
      "html": "<img loading=\"eager\" src=\"https://cdn.prod.website-files.com/60a44f9f6f0feb58e51ad877/65adb122c6afcd66197e5b60_Email%20performance%20mockup-new.svg\" alt=\"Dashboard view showing email performance metrics for the last 7 days. The data includes 487,008 emails sent, a 37% open rate, and a 1.2% click rate. A line graph displays the trend of opened (green line) and clicked (orange line) emails over time, with notable peaks and troughs between January 11th and January 17th.\" class=\"img-content-home\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/60a44f9f6f0feb58e51ad877/65ad85fb360026c2fb0c40ef_SMS%20Performance%20mockup.svg",
      "width": "",
      "height": "",
      "loading": "eager",
      "html": "<img loading=\"eager\" src=\"https://cdn.prod.website-files.com/60a44f9f6f0feb58e51ad877/65ad85fb360026c2fb0c40ef_SMS%20Performance%20mockup.svg\" alt=\"Dashboard view displaying SMS performance and ticketing revenue metrics. The SMS engagement section shows 300 messages delivered, 193 clicks (64% increase), 0 opt-outs, and 1 failure (0.33%). The ticketing revenue section lists total revenue as &#x24;6,525.32, with 89 orders, an average order size of &#x24;73.32, and an average revenue per recipie..."
    },
    {
      "src": "https://cdn.prod.website-files.com/60a44f9f6f0feb58e51ad877/65adb12274053afd28a88cf3_Subscriber_Growth_Mockup-2.svg",
      "width": "",
      "height": "",
      "loading": "eager",
      "html": "<img loading=\"eager\" src=\"https://cdn.prod.website-files.com/60a44f9f6f0feb58e51ad877/65adb12274053afd28a88cf3_Subscriber_Growth_Mockup-2.svg\" alt=\"Dashboard view showing subscriber growth and engagement levels for the last 7 days. It indicates 545 new subscribers, totaling 324,233 subscribers, with 161,002 unsubscribed or invalid entries. Engagement breakdown includes 17,529 active subscribers, 1,104 new subscribers, 6,109 at-risk subscribers, 129,246 inactive subscribers, and 170,185 subscr..."
    },
    {
      "src": "https://cdn.prod.website-files.com/60a44fa06f0feb314d1ad896/6660aadc51e7422053e6e909_michel-grolet-NBRNK4XC1k8-unsplash.jpg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img alt loading=\"lazy\" src=\"https://cdn.prod.website-files.com/60a44fa06f0feb314d1ad896/6660aadc51e7422053e6e909_michel-grolet-NBRNK4XC1k8-unsplash.jpg\" sizes=\"100vw\" srcset=\"https://cdn.prod.website-files.com/60a44fa06f0feb314d1ad896/6660aadc51e7422053e6e909_michel-grolet-NBRNK4XC1k8-unsplash-p-500.jpg 500w, https://cdn.prod.website-files.com/60a44fa06f0feb314d1ad896/6660aadc51e7422053e6e909_michel-grolet-NBRNK4XC1k8-unsplash-p-800.jpg 800w, https://cdn.prod.website-files.com/60a44fa06f0feb..."
    },
    {
      "src": "https://cdn.prod.website-files.com/60a44fa06f0feb314d1ad896/65ad87dc4fa65c3ef3fead62_oneisha-lee-tQdNXd-6xao-unsplash.webp",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img alt loading=\"lazy\" src=\"https://cdn.prod.website-files.com/60a44fa06f0feb314d1ad896/65ad87dc4fa65c3ef3fead62_oneisha-lee-tQdNXd-6xao-unsplash.webp\" sizes=\"100vw\" srcset=\"https://cdn.prod.website-files.com/60a44fa06f0feb314d1ad896/65ad87dc4fa65c3ef3fead62_oneisha-lee-tQdNXd-6xao-unsplash-p-500.webp 500w, https://cdn.prod.website-files.com/60a44fa06f0feb314d1ad896/65ad87dc4fa65c3ef3fead62_oneisha-lee-tQdNXd-6xao-unsplash-p-800.webp 800w, https://cdn.prod.website-files.com/60a44fa06f0feb314..."
    },
    {
      "src": "https://cdn.prod.website-files.com/60a44fa06f0feb314d1ad896/6660ad642067c1c25344114b_chris-zhang-uGh-hHVPRYI-unsplash.jpg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img alt loading=\"lazy\" src=\"https://cdn.prod.website-files.com/60a44fa06f0feb314d1ad896/6660ad642067c1c25344114b_chris-zhang-uGh-hHVPRYI-unsplash.jpg\" sizes=\"100vw\" srcset=\"https://cdn.prod.website-files.com/60a44fa06f0feb314d1ad896/6660ad642067c1c25344114b_chris-zhang-uGh-hHVPRYI-unsplash-p-500.jpg 500w, https://cdn.prod.website-files.com/60a44fa06f0feb314d1ad896/6660ad642067c1c25344114b_chris-zhang-uGh-hHVPRYI-unsplash-p-800.jpg 800w, https://cdn.prod.website-files.com/60a44fa06f0feb314d1a..."
    },
    {
      "src": "https://cdn.prod.website-files.com/60a44fa06f0feb314d1ad896/65ad87c2e2dfb400ce370567_tony-pham-FUmDe-Bx1LA-unsplash.webp",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img alt loading=\"lazy\" src=\"https://cdn.prod.website-files.com/60a44fa06f0feb314d1ad896/65ad87c2e2dfb400ce370567_tony-pham-FUmDe-Bx1LA-unsplash.webp\" sizes=\"100vw\" srcset=\"https://cdn.prod.website-files.com/60a44fa06f0feb314d1ad896/65ad87c2e2dfb400ce370567_tony-pham-FUmDe-Bx1LA-unsplash-p-500.webp 500w, https://cdn.prod.website-files.com/60a44fa06f0feb314d1ad896/65ad87c2e2dfb400ce370567_tony-pham-FUmDe-Bx1LA-unsplash-p-800.webp 800w, https://cdn.prod.website-files.com/60a44fa06f0feb314d1ad89..."
    },
    {
      "src": "https://cdn.prod.website-files.com/60a44fa06f0feb314d1ad896/6627cac7ab38cae76ee94431_noiseporn-JNuKyKXLh8U-unsplash.jpg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img alt loading=\"lazy\" src=\"https://cdn.prod.website-files.com/60a44fa06f0feb314d1ad896/6627cac7ab38cae76ee94431_noiseporn-JNuKyKXLh8U-unsplash.jpg\" sizes=\"100vw\" srcset=\"https://cdn.prod.website-files.com/60a44fa06f0feb314d1ad896/6627cac7ab38cae76ee94431_noiseporn-JNuKyKXLh8U-unsplash-p-500.jpg 500w, https://cdn.prod.website-files.com/60a44fa06f0feb314d1ad896/6627cac7ab38cae76ee94431_noiseporn-JNuKyKXLh8U-unsplash-p-800.jpg 800w, https://cdn.prod.website-files.com/60a44fa06f0feb314d1ad896/6..."
    },
    {
      "src": "https://cdn.prod.website-files.com/60a44fa06f0feb314d1ad896/660adaf01f757af9ddc6a139_sahand-babali-02Vn7KH30vg-unsplash.jpg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img alt loading=\"lazy\" src=\"https://cdn.prod.website-files.com/60a44fa06f0feb314d1ad896/660adaf01f757af9ddc6a139_sahand-babali-02Vn7KH30vg-unsplash.jpg\" sizes=\"100vw\" srcset=\"https://cdn.prod.website-files.com/60a44fa06f0feb314d1ad896/660adaf01f757af9ddc6a139_sahand-babali-02Vn7KH30vg-unsplash-p-500.jpg 500w, https://cdn.prod.website-files.com/60a44fa06f0feb314d1ad896/660adaf01f757af9ddc6a139_sahand-babali-02Vn7KH30vg-unsplash-p-800.jpg 800w, https://cdn.prod.website-files.com/60a44fa06f0feb..."
    },
    {
      "src": "https://cdn.prod.website-files.com/60a44fa06f0feb314d1ad896/66031dc8eac741a7ae4bc92a_jade-masri-74tlEYKgrBE-unsplash.jpg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img alt loading=\"lazy\" src=\"https://cdn.prod.website-files.com/60a44fa06f0feb314d1ad896/66031dc8eac741a7ae4bc92a_jade-masri-74tlEYKgrBE-unsplash.jpg\" sizes=\"100vw\" srcset=\"https://cdn.prod.website-files.com/60a44fa06f0feb314d1ad896/66031dc8eac741a7ae4bc92a_jade-masri-74tlEYKgrBE-unsplash-p-500.jpg 500w, https://cdn.prod.website-files.com/60a44fa06f0feb314d1ad896/66031dc8eac741a7ae4bc92a_jade-masri-74tlEYKgrBE-unsplash-p-800.jpg 800w, https://cdn.prod.website-files.com/60a44fa06f0feb314d1ad89..."
    },
    {
      "src": "https://cdn.prod.website-files.com/60a44fa06f0feb314d1ad896/65ef7e56fb6067e3b8831893_micheile-henderson-SoT4-mZhyhE-unsplash%20(1).jpg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img alt loading=\"lazy\" src=\"https://cdn.prod.website-files.com/60a44fa06f0feb314d1ad896/65ef7e56fb6067e3b8831893_micheile-henderson-SoT4-mZhyhE-unsplash%20(1).jpg\" sizes=\"100vw\" srcset=\"https://cdn.prod.website-files.com/60a44fa06f0feb314d1ad896/65ef7e56fb6067e3b8831893_micheile-henderson-SoT4-mZhyhE-unsplash%20(1)-p-500.jpg 500w, https://cdn.prod.website-files.com/60a44fa06f0feb314d1ad896/65ef7e56fb6067e3b8831893_micheile-henderson-SoT4-mZhyhE-unsplash%20(1)-p-800.jpg 800w, https://cdn.prod..."
    },
    {
      "src": "https://cdn.prod.website-files.com/60a44f9f6f0feb58e51ad877/65aa97f47e7977cd8a78323a_footer-popover.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/60a44f9f6f0feb58e51ad877/65aa97f47e7977cd8a78323a_footer-popover.svg\" loading=\"lazy\" alt class=\"img-footer-popover shadow-new\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/60a44f9f6f0feb58e51ad877/65aa944b0693ed338848a981_guy-footer.png",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/60a44f9f6f0feb58e51ad877/65aa944b0693ed338848a981_guy-footer.png\" loading=\"lazy\" sizes=\"(max-width: 870px) 100vw, 870px\" srcset=\"https://cdn.prod.website-files.com/60a44f9f6f0feb58e51ad877/65aa944b0693ed338848a981_guy-footer-p-500.png 500w, https://cdn.prod.website-files.com/60a44f9f6f0feb58e51ad877/65aa944b0693ed338848a981_guy-footer-p-800.png 800w, https://cdn.prod.website-files.com/60a44f9f6f0feb58e51ad877/65aa944b0693ed338848a981_guy-footer.png..."
    },
    {
      "src": "https://cdn.prod.website-files.com/60a44f9f6f0feb58e51ad877/6978ddb98a9c3cea4a49c9b5_Shield%20light%20-%20SOC%202%20Type%202%20(1).png",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/60a44f9f6f0feb58e51ad877/6978ddb98a9c3cea4a49c9b5_Shield%20light%20-%20SOC%202%20Type%202%20(1).png\" loading=\"lazy\" alt class=\"image-104\">"
    }
  ],
  "possibleDialogs": [],
  "score": 80,
  "weight": 10
}

Agent Ease of UseAPIEmerging recommendation

AI context endpoint

AI context endpoint is informational for this page.

Informational

Needs attention

AI context endpoint

Informational
01

Issue

AI context endpoint is informational for this page.

02

Why it matters

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

Check name

AI context endpoint

Score

100/100

Status

informational

Category

API

Maturity

Emerging recommendation

Goal

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

Result

AI context endpoint is informational for this page.

Validation steps

  1. Fetch to find resource

    AI context endpoint was not found at the expected path.

Evidence
{
  "steps": [
    {
      "id": "fetch",
      "title": "Fetch to find resource",
      "status": "informational",
      "evidence": {
        "checked": [
          {
            "path": "/api/ai/context",
            "statusCode": 404,
            "contentType": "text/html; charset=utf-8",
            "length": 108177
          },
          {
            "path": "/api/context",
            "statusCode": 404,
            "contentType": "text/html; charset=utf-8",
            "length": 108177
          },
          {
            "path": "/context",
            "statusCode": 404,
            "contentType": "text/html; charset=utf-8",
            "length": 108177
          }
        ]
      },
      "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: how, benefits, cost, compare.

Details

02

Why it matters

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

Check name

AIO: Query intent coverage

Score

70/100

Status

informational

Category

GEO, AIO & AEO

Maturity

Emerging recommendation

Goal

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

Result

AIO: Query intent coverage is informational for this page.

Evidence
{
  "headings": [
    {
      "text": "What's missing from your event strategy?",
      "html": "<h2 class=\"heading-83\">What&apos;s missing from your <span>event strategy?</span></h2>"
    },
    {
      "text": "MAKE EVERY EVENT A Sell out",
      "html": "<h2 class=\"h2 text-white h2-home hide\">MAKE EVERY EVENT A <span class=\"callout text-orange\">Sell out</span></h2>"
    },
    {
      "text": "Connect YOUR MARKETING & TICKETING",
      "html": "<h2 class=\"h1 text-yellow text-ticketing\">Connect YOUR MARKETING &amp;&#xa0;TICKETING</h2>"
    },
    {
      "text": "VIEW ALL OF YOUR FANS, IN ONE PLACE",
      "html": "<h2 class=\"h1 text-green center-align\">VIEW ALL OF YOUR FANS, IN ONE PLACE</h2>"
    },
    {
      "text": "SEND EMAIL & SMS messages THAT SELL TICKETS",
      "html": "<h2 class=\"h1 text-purple\">SEND EMAIL <span>&amp;</span> SMS messages THAT SELL TICKETS</h2>"
    },
    {
      "text": "MAKE SMART DECISIONS WITH REPORTS BUILT FOR EVENTS",
      "html": "<h2 class=\"h1 text-blue center-align centered\">MAKE SMART DECISIONS WITH REPORTS BUILT FOR EVENTS</h2>"
    },
    {
      "text": "resources",
      "html": "<h2 class=\"h1 left-align\">resources</h2>"
    }
  ],
  "expected": [
    {
      "id": "what",
      "label": "What is Hive: Your marketing platform for live events?",
      "pattern": {}
    },
    {
      "id": "how",
      "label": "How does Hive: Your marketing platform for live events work?",
      "pattern": {}
    },
    {
      "id": "benefits",
      "label": "Why use Hive: Your marketing platform for live events?",
      "pattern": {}
    },
    {
      "id": "cost",
      "label": "Is Hive: Your marketing platform for live events free or paid?",
      "pattern": {}
    },
    {
      "id": "compare",
      "label": "How does Hive: Your marketing platform for live events compare with alternatives?",
      "pattern": {}
    }
  ],
  "missing": [
    {
      "id": "how",
      "label": "How does Hive: Your marketing platform for live events work?",
      "pattern": {}
    },
    {
      "id": "benefits",
      "label": "Why use Hive: Your marketing platform for live events?",
      "pattern": {}
    },
    {
      "id": "cost",
      "label": "Is Hive: Your marketing platform for live events free or paid?",
      "pattern": {}
    },
    {
      "id": "compare",
      "label": "How does Hive: Your marketing platform for live events compare with alternatives?",
      "pattern": {}
    }
  ],
  "score": 70,
  "weight": 4
}

Agent Ease of UseAuthEmerging recommendation

Auth.md Agent Registration

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

Informational

Needs attention

Auth.md Agent Registration

Informational
01

Issue

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

02

Why it matters

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

Check name

Auth.md Agent Registration

Score

0/100

Status

informational

Category

Auth

Maturity

Emerging recommendation

Goal

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

Result

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

Validation steps

  1. Fetch and validate /auth.md

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

  2. Publish protected resource metadata

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

  3. Validate agent_auth authorization metadata

    OAuth authorization server metadata could not be fetched.

Evidence
{
  "failedStep": "auth-md",
  "steps": [
    {
      "id": "auth-md",
      "title": "Fetch and validate /auth.md",
      "status": "fail",
      "evidence": {
        "path": "/auth.md",
        "ok": false,
        "statusCode": 404,
        "contentType": "text/html; charset=utf-8",
        "length": 108177,
        "validation": {
          "valid": false,
          "issue": "auth.md response did not match the expected agent registration shape. Content-Type \"text/html; charset=utf-8\" is not Markdown or text/plain; missing /.well-known/oauth-protected-resource link; missing /.well-known/oauth-authorization-server link; missing supported identity type language; missing credential type language.",
          "compatibleContentType": false,
          "contentLength": 105504,
          "hasRegisterInstructions": true,
          "hasProtectedResourceLink": false,
          "hasAuthorizationServerLink": false,
          "mentionsIdentity": false,
          "mentionsCredential": false,
          "links": [
            "https://cdn.prod.website-files.com\"",
            "/title",
            "https://cdn.prod.website-files.com/60a44f9f6f0feb58e51ad877/css/hiveco.webflow.shared.f48c59a13.min.css\"",
            "/css",
            "https://fonts.googleapis.com\"",
            "https://fonts.gstatic.com\"",
            "https://ajax.googleapis.com/ajax/libs/webfont/1.6.26/webfont.js\"",
            "/javascript",
            "/script",
            "/javascript"
          ],
          "rawExcerpt": "<!DOCTYPE html><!-- Last Published: Wed Jun 10 2026 16:55:35 GMT+0000 (Coordinated Universal Time) --><html data-wf-domain=\"webflow.hive.co\" data-wf-page=\"63c1c2be487492fd2e724db4\" data-wf-site=\"60a44f9f6f0feb58e51ad877\" data-wf-intellimize-customer-id=\"117234970\" lang=\"en\"><head><meta charset=\"utf-8\"/><link href=\"https://cdn.prod.website-files.com\" rel=\"preconnect\" crossorigin=\"anonymous\"/><title>Not Found</title><meta content=\"Not Found\" property=\"og:title\"/><meta content=\"Not Found\" name=\"twitter:title\"/><meta content=\"width=device-width, initial-scale=1\" name=\"viewport\"/><link href=\"https://cdn.prod.website-files.com/60a44f9f6f0feb58e51ad877/css/hiveco.webflow.shared.f48c59a13.min.css\" rel=\"stylesheet\" type=\"text/css\" integrity=\"sha384-9IxZoT4ysw84fzvgOmVab4xZdRKTxa34Wsc2dHJ4UcCjVVUZqo"
        }
      },
      "issue": "auth.md response did not match the expected agent registration shape. Content-Type \"text/html; charset=utf-8\" is not Markdown or text/plain; missing /.well-known/oauth-protected-resource link; missing /.well-known/oauth-authorization-server link; missing supported identity type language; missing credential type language.",
      "howToFix": "Serve /auth.md at the site root as Markdown with agent registration instructions and links to OAuth metadata."
    },
    {
      "id": "oauth-protected-resource",
      "title": "Publish protected resource metadata",
      "status": "fail",
      "evidence": {
        "path": "/.well-known/oauth-protected-resource",
        "ok": false,
        "statusCode": 404,
        "contentType": "text/html; charset=utf-8",
        "length": 88,
        "text": "<!DOCTYPE html>\n<html>\n  <body>\n    <p>Invalid .well-known request</p>\n  </body>\n</html>"
      },
      "issue": "The OAuth Protected Resource metadata endpoint did not return HTTP 2xx.",
      "howToFix": "Publish /.well-known/oauth-protected-resource with resource and authorization_servers fields."
    },
    {
      "id": "agent-auth-block",
      "title": "Validate agent_auth authorization metadata",
      "status": "fail",
      "evidence": {
        "valid": false,
        "issue": "OAuth authorization server metadata could not be fetched.",
        "fetch": {
          "ok": false,
          "statusCode": 404,
          "contentType": "text/html; charset=utf-8",
          "length": 88,
          "text": "<!DOCTYPE html>\n<html>\n  <body>\n    <p>Invalid .well-known request</p>\n  </body>\n</html>"
        }
      },
      "issue": "OAuth authorization server metadata could not be fetched.",
      "howToFix": "Add agent_auth to /.well-known/oauth-authorization-server with register_uri, supported identity types, credential types, and claim or revocation URLs where applicable."
    }
  ],
  "authApplicability": {
    "supportsAuth": true,
    "score": 9,
    "signals": [
      {
        "source": "link:href",
        "weight": 3,
        "match": "auth link"
      },
      {
        "source": "visible-text",
        "weight": 3,
        "match": "log in"
      },
      {
        "source": "visible-text",
        "weight": 3,
        "match": "sign up"
      }
    ]
  },
  "resourceFetchSucceeded": false
}

AI DiscoverabilityDiscoverabilityEstablished

IndexNow key

IndexNow key is informational for this page.

Informational

Needs attention

IndexNow key

Informational
01

Issue

IndexNow key is informational for this page.

02

Why it matters

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

Check name

IndexNow key

Score

100/100

Status

informational

Category

Discoverability

Maturity

Established

Goal

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

Result

IndexNow key is informational for this page.

Validation steps

  1. Find advertised IndexNow key location

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

  2. Fetch and validate IndexNow key file

    No discoverable IndexNow key file was found.

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

Agent Ease of UseAuthEstablished

OAuth / OIDC discovery

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

Informational

Needs attention

OAuth / OIDC discovery

Informational
01

Issue

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

02

Why it matters

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

Check name

OAuth / OIDC discovery

Score

0/100

Status

informational

Category

Auth

Maturity

Established

Goal

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

Result

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

Validation steps

  1. Fetch to find resource

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

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

Agent Ease of UseAuthEmerging recommendation

OAuth Protected Resource

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

Informational

Needs attention

OAuth Protected Resource

Informational
01

Issue

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

02

Why it matters

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

Check name

OAuth Protected Resource

Score

0/100

Status

informational

Category

Auth

Maturity

Emerging recommendation

Goal

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

Result

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

Validation steps

  1. Fetch protected resource metadata

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

  2. Validate protected resource metadata

    Response is not valid JSON.

  3. Validate protected resource identity

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

  4. Probe protected API Bearer challenge

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

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

Performance and AccessibilityPerformanceBrowser audit

Forced reflow

14 Fail

Check name

Forced reflow

Score

0/100

Status

fail

Device

desktop

Category

Performance

Fix guidance

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

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

Performance and AccessibilityPerformanceBrowser audit

Image optimization

14 Fail

Check name

Image optimization

Score

0/100

Status

fail

Device

desktop

Category

Performance

Fix guidance

Review the grouped image optimization checks and improve the failing sub-checks listed in evidence.

Evidence
{
  "checks": [
    {
      "id": "image-aspect-ratio",
      "title": "Displays images with incorrect aspect ratio",
      "score": 0
    }
  ]
}

Performance and AccessibilityPerformanceBrowser audit

Reduce unused CSS

14 Fail

Check name

Reduce unused CSS

Score

0/100

Status

fail

Device

desktop

Category

Performance

Estimated savings

Est savings of 82 KiB

Fix guidance

Reduce unused rules from stylesheets and defer CSS not used for above-the-fold content to decrease bytes consumed by network activity. [Learn how to reduce unused CSS](https://developer.chrome.com/docs/lighthouse/performance/unused-css-rules/).

Evidence
{
  "displayValue": "Est savings of 82 KiB",
  "description": "Reduce unused rules from stylesheets and defer CSS not used for above-the-fold content to decrease bytes consumed by network activity. [Learn how to reduce unused CSS](https://developer.chrome.com/docs/lighthouse/performance/unused-css-rules/).",
  "numericValue": 40
}

Performance and AccessibilityPerformanceBrowser audit

Render-blocking requests

14 Fail

Check name

Render-blocking requests

Score

0/100

Status

fail

Device

desktop

Category

Performance

Estimated savings

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

Avoid enormous network payloads

7 Warning

Check name

Avoid enormous network payloads

Score

50/100

Status

warning

Device

desktop

Category

Performance

Estimated savings

Total size was 5,403 KiB

Fix guidance

Large network payloads cost users real money and are highly correlated with long load times. [Learn how to reduce payload sizes](https://developer.chrome.com/docs/lighthouse/performance/total-byte-weight/).

Evidence
{
  "displayValue": "Total size was 5,403 KiB",
  "description": "Large network payloads cost users real money and are highly correlated with long load times. [Learn how to reduce payload sizes](https://developer.chrome.com/docs/lighthouse/performance/total-byte-weight/).",
  "numericValue": 5532487
}

Performance and AccessibilityPerformanceBrowser audit

Font display

7 Warning

Check name

Font display

Score

50/100

Status

warning

Device

desktop

Category

Performance

Estimated savings

Est savings of 10 ms

Fix guidance

Consider setting [font-display](https://developer.chrome.com/docs/performance/insights/font-display) to swap or optional to ensure text is consistently visible. swap can be further optimized to mitigate layout shifts with [font metric overrides](https://developer.chrome.com/blog/font-fallbacks).

Evidence
{
  "displayValue": "Est savings of 10 ms",
  "description": "Consider setting [font-display](https://developer.chrome.com/docs/performance/insights/font-display) to swap or optional to ensure text is consistently visible. swap can be further optimized to mitigate layout shifts with [font metric overrides](https://developer.chrome.com/blog/font-fallbacks)."
}

Performance and AccessibilityPerformanceBrowser audit

Loading performance

6 Fail

Check name

Loading performance

Score

60/100

Status

fail

Device

desktop

Category

Performance

Fix guidance

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

Evidence
{
  "checks": [
    {
      "id": "first-contentful-paint",
      "title": "First Contentful Paint",
      "score": 55,
      "displayValue": "1.5 s",
      "numericValue": 1515.4501076824586
    },
    {
      "id": "speed-index",
      "title": "Speed Index",
      "score": 10,
      "displayValue": "4.0 s",
      "numericValue": 3963.2329471703133
    },
    {
      "id": "total-blocking-time",
      "title": "Total Blocking Time",
      "score": 81,
      "displayValue": "190 ms",
      "numericValue": 192.9999999999991
    },
    {
      "id": "interactive",
      "title": "Time to Interactive",
      "score": 38,
      "displayValue": "5.1 s",
      "numericValue": 5149.022481833037
    },
    {
      "id": "max-potential-fid",
      "title": "Max Potential First Input Delay",
      "score": 88,
      "displayValue": "130 ms",
      "numericValue": 133.9999999999991
    },
    {
      "id": "largest-contentful-paint",
      "title": "Largest Contentful Paint",
      "score": 9,
      "displayValue": "4.8 s",
      "numericValue": 4833.021036510703
    },
    {
      "id": "server-response-time",
      "title": "Initial server response time was short",
      "score": 100,
      "displayValue": "Root document took 190 ms",
      "numericValue": 189
    },
    {
      "id": "network-rtt",
      "title": "Network Round Trip Times",
      "score": 100,
      "displayValue": "40 ms",
      "numericValue": 42.698519999999995
    }
  ]
}

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