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

OVERALL SCORE

Level 3, Bot-Aware

Moderate readiness for AI agents
AIDiscoverability52%Agent Easeof Use6%Security& Trust60%GEO, AIO, AEO84%SEO92%Performance& Accessibility60%
  • AI Discoverability 52 out of 100
  • Agent Ease of Use 6 out of 100
  • Security & Trust 60 out of 100
  • GEO, AIO and AEO 84 out of 100
  • SEO 92 out of 100
  • Performance and Accessibility 60 out of 100

CAPTURED SCREENSHOT

Captured website desktop screenshot

What AI sees of your website

Best Fitness & Wellness Management Software | Mindbody favicon

Best Fitness & Wellness Management Software | Mindbody

Fuel the growth of your business with Mindbody's all-in-one software-the only platform powered by 20+ years of experience in fitness, beauty, and wellness.

Next step

Turn this report into a fix workflow

23 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
52
Needs work9131View details
Discoverability
86
Mostly ready630View details
Content Readiness
58
Needs work361View 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 ready7013
GEO Readiness
88
Mostly ready204
AIO Readiness
86
Mostly ready304
AEO Readiness
77
Mostly ready205
SEO
92
Strong1010View details
SEO
92
Strong1010View details
Security & Trust
60
Needs work720View details
Security & Trust
60
Needs work320View details
AI Training Exposure
Not Applicable
Not Applicable400
Performance and Accessibility
60
Needs work1954View details
Performance
48
Priority fix1334View details
Accessibility
82
Mostly ready620View details

Prioritized recommendations

Issues ranked by score impact

46 items need attention

AI DiscoverabilityDiscoverabilityEstablished

Link headers

Link headers failed at "Find useful Link headers".

100 Fail

Needs attention

Link headers

Failed check
01

Issue

No useful agent discovery Link headers were found.

02

Why it matters

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

Check name

Link headers

Score

0/100

Status

fail

Category

Discoverability

Maturity

Established

Goal

Include Link response headers for agent discovery using RFC 8288.

Result

Link headers failed at "Find useful Link headers".

Validation steps

  1. Find useful Link headers

    No useful agent discovery Link headers were found.

  2. Fetch same-origin Link header targets

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

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

Agent Ease of UseAPIEstablished

API Catalog

API Catalog failed at "Fetch API catalog".

50 Fail

Needs attention

API Catalog

Failed check
01

Issue

The API catalog endpoint did not return HTTP 2xx.

02

Why it matters

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

Check name

API Catalog

Score

0/100

Status

fail

Category

API

Maturity

Established

Goal

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

Result

API Catalog failed at "Fetch API catalog".

Validation steps

  1. Fetch API catalog

    The API catalog endpoint did not return HTTP 2xx.

  2. Validate RFC 9727 linkset

    Response is not valid JSON.

  3. Fetch advertised API catalog targets

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

Evidence
{
  "failedStep": "fetch",
  "steps": [
    {
      "id": "fetch",
      "title": "Fetch API catalog",
      "status": "fail",
      "evidence": {
        "statusCode": 403,
        "contentType": "text/html; charset=UTF-8"
      },
      "issue": "The API catalog endpoint did not return HTTP 2xx.",
      "howToFix": "Publish /.well-known/api-catalog."
    },
    {
      "id": "validate",
      "title": "Validate RFC 9727 linkset",
      "status": "fail",
      "evidence": {
        "valid": false,
        "compatibleContentType": false,
        "issue": "Response is not valid JSON.",
        "rawExcerpt": "<!doctype html>\r\n<head>\r\n<title>Security Block</title>\r\n</head>\r\n<style>\r\nbody { text-align: center; padding: 50px; }\r\nh1 { font-size: 50px; }\r\nbody { font: 20px Helvetica, sans-serif; color: #333; }\r\narticle { display: block; text-align: left; width: 650px; margin: 0 auto; }\r\na { color: #008363; text-decoration: none; }\r\na:hover { color: #008363; text-decoration: none; }\r\n</style>\r\n<article>\r\n<img src=\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAASwAAAA/CAYAAABaSPX0AAAAAXNSR0IArs4c6QAAAJZlWElmTU0AKgAAAAgABQESAAMAAAABAAEAAAEaAAUAAAABAAAASgEbAAUAAAABAAAAUgExAAIAAAARAAAAWodpAAQAAAABAAAAbAAAAAAAAABIAAAAAQAAAEgAAAABQWRvYmUgSW1hZ2VSZWFkeQAAAAOgAQADAAAAAQABAACgAgAEAAAAAQAAASygAwAEAAAAAQAAAD8AAAAAsaLW0AAAAAlwSFlzAAALEwAACxMBAJqcGAAAAi1pVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADx4OnhtcG1ldGEgeG1sbnM6eD0"
      },
      "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."
    }
  ]
}

Security & TrustSecurity & TrustEstablished

Content-Security-Policy

Content-Security-Policy is missing or incomplete.

50 Fail

Needs attention

Content-Security-Policy

Failed check
01

Issue

Content-Security-Policy is missing or incomplete.

02

Why it matters

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

Check name

Content-Security-Policy

Score

0/100

Status

fail

Category

Security & Trust

Maturity

Established

Goal

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

Result

Content-Security-Policy is missing or incomplete.

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

Agent Ease of UseAPIEstablished

OpenAPI discovery

OpenAPI discovery failed at "Find valid OpenAPI document".

50 Fail

Needs attention

OpenAPI discovery

Failed check
01

Issue

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

02

Why it matters

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

Check name

OpenAPI discovery

Score

0/100

Status

fail

Category

API

Maturity

Established

Goal

Publish a valid OpenAPI or Swagger document for API discovery.

Result

OpenAPI discovery failed at "Find valid OpenAPI document".

Validation steps

  1. Find valid OpenAPI document

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

Evidence
{
  "failedStep": "fetch",
  "steps": [
    {
      "id": "fetch",
      "title": "Find valid OpenAPI document",
      "status": "fail",
      "evidence": {
        "checked": [
          {
            "path": "/openapi.json",
            "statusCode": 404,
            "contentType": "text/html; charset=UTF-8",
            "valid": false,
            "issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html; charset=UTF-8\" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
            "compatibleContentType": false,
            "format": "yaml",
            "version": "",
            "pathCount": 0,
            "operationCount": 0,
            "rawExcerpt": "<!DOCTYPE html>\n<html lang=\"en\" dir=\"ltr\" prefix=\"og: https://ogp.me/ns#\">\n  <head>\n    <meta http-equiv=\"Content-Security-Policy\" content=\"default-src 'self' https: 'unsafe-inline' 'unsafe-eval' data: blob: wss:;\">\n        <script type=\"text/javascript\">\n;window.NREUM||(NREUM={});NREUM.init={session_replay:{enabled:true,block_selector:'',mask_text_selector:'*',sampling_rate:100.0,error_sampling_rate:100.0,mask_all_inputs:true,collect_fonts:true,inline_images:false,inline_stylesheet:true,fix_stylesheets:true,preload:false,mask_input_options:{}},distributed_tracing:{enabled:true},performance:{capture_measures:true},browser_consent_mode:{enabled:false},privacy:{cookies_enabled:true},ajax:{deny_list:[\"bam.nr-data.net\"]}};\n\n;NREUM.loader_config={accountID:\"2135991\",trustKey:\"84467\",agentID:\"26"
          },
          {
            "path": "/openapi.yaml",
            "statusCode": 404,
            "contentType": "text/html; charset=UTF-8",
            "valid": false,
            "issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html; charset=UTF-8\" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
            "compatibleContentType": false,
            "format": "yaml",
            "version": "",
            "pathCount": 0,
            "operationCount": 0,
            "rawExcerpt": "<!DOCTYPE html>\n<html lang=\"en\" dir=\"ltr\" prefix=\"og: https://ogp.me/ns#\">\n  <head>\n    <meta http-equiv=\"Content-Security-Policy\" content=\"default-src 'self' https: 'unsafe-inline' 'unsafe-eval' data: blob: wss:;\">\n        <script type=\"text/javascript\">\n;window.NREUM||(NREUM={});NREUM.init={session_replay:{enabled:true,block_selector:'',mask_text_selector:'*',sampling_rate:100.0,error_sampling_rate:100.0,mask_all_inputs:true,collect_fonts:true,inline_images:false,inline_stylesheet:true,fix_stylesheets:true,preload:false,mask_input_options:{}},distributed_tracing:{enabled:true},performance:{capture_measures:true},browser_consent_mode:{enabled:false},privacy:{cookies_enabled:true},ajax:{deny_list:[\"bam.nr-data.net\"]}};\n\n;NREUM.loader_config={accountID:\"2135991\",trustKey:\"84467\",agentID:\"26"
          },
          {
            "path": "/swagger.json",
            "statusCode": 404,
            "contentType": "text/html; charset=UTF-8",
            "valid": false,
            "issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html; charset=UTF-8\" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
            "compatibleContentType": false,
            "format": "yaml",
            "version": "",
            "pathCount": 0,
            "operationCount": 0,
            "rawExcerpt": "<!DOCTYPE html>\n<html lang=\"en\" dir=\"ltr\" prefix=\"og: https://ogp.me/ns#\">\n  <head>\n    <meta http-equiv=\"Content-Security-Policy\" content=\"default-src 'self' https: 'unsafe-inline' 'unsafe-eval' data: blob: wss:;\">\n        <script type=\"text/javascript\">\n;window.NREUM||(NREUM={});NREUM.init={session_replay:{enabled:true,block_selector:'',mask_text_selector:'*',sampling_rate:100.0,error_sampling_rate:100.0,mask_all_inputs:true,collect_fonts:true,inline_images:false,inline_stylesheet:true,fix_stylesheets:true,preload:false,mask_input_options:{}},distributed_tracing:{enabled:true},performance:{capture_measures:true},browser_consent_mode:{enabled:false},privacy:{cookies_enabled:true},ajax:{deny_list:[\"bam.nr-data.net\"]}};\n\n;NREUM.loader_config={accountID:\"2135991\",trustKey:\"84467\",agentID:\"26"
          },
          {
            "path": "/swagger.yaml",
            "statusCode": 404,
            "contentType": "text/html; charset=UTF-8",
            "valid": false,
            "issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html; charset=UTF-8\" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
            "compatibleContentType": false,
            "format": "yaml",
            "version": "",
            "pathCount": 0,
            "operationCount": 0,
            "rawExcerpt": "<!DOCTYPE html>\n<html lang=\"en\" dir=\"ltr\" prefix=\"og: https://ogp.me/ns#\">\n  <head>\n    <meta http-equiv=\"Content-Security-Policy\" content=\"default-src 'self' https: 'unsafe-inline' 'unsafe-eval' data: blob: wss:;\">\n        <script type=\"text/javascript\">\n;window.NREUM||(NREUM={});NREUM.init={session_replay:{enabled:true,block_selector:'',mask_text_selector:'*',sampling_rate:100.0,error_sampling_rate:100.0,mask_all_inputs:true,collect_fonts:true,inline_images:false,inline_stylesheet:true,fix_stylesheets:true,preload:false,mask_input_options:{}},distributed_tracing:{enabled:true},performance:{capture_measures:true},browser_consent_mode:{enabled:false},privacy:{cookies_enabled:true},ajax:{deny_list:[\"bam.nr-data.net\"]}};\n\n;NREUM.loader_config={accountID:\"2135991\",trustKey:\"84467\",agentID:\"26"
          },
          {
            "path": "/api/openapi.json",
            "statusCode": 404,
            "contentType": "text/html; charset=UTF-8",
            "valid": false,
            "issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html; charset=UTF-8\" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
            "compatibleContentType": false,
            "format": "yaml",
            "version": "",
            "pathCount": 0,
            "operationCount": 0,
            "rawExcerpt": "<!DOCTYPE html>\n<html lang=\"en\" dir=\"ltr\" prefix=\"og: https://ogp.me/ns#\">\n  <head>\n    <meta http-equiv=\"Content-Security-Policy\" content=\"default-src 'self' https: 'unsafe-inline' 'unsafe-eval' data: blob: wss:;\">\n        <script type=\"text/javascript\">\n;window.NREUM||(NREUM={});NREUM.init={session_replay:{enabled:true,block_selector:'',mask_text_selector:'*',sampling_rate:100.0,error_sampling_rate:100.0,mask_all_inputs:true,collect_fonts:true,inline_images:false,inline_stylesheet:true,fix_stylesheets:true,preload:false,mask_input_options:{}},distributed_tracing:{enabled:true},performance:{capture_measures:true},browser_consent_mode:{enabled:false},privacy:{cookies_enabled:true},ajax:{deny_list:[\"bam.nr-data.net\"]}};\n\n;NREUM.loader_config={accountID:\"2135991\",trustKey:\"84467\",agentID:\"26"
          },
          {
            "path": "/api/swagger.json",
            "statusCode": 404,
            "contentType": "text/html; charset=UTF-8",
            "valid": false,
            "issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html; charset=UTF-8\" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
            "compatibleContentType": false,
            "format": "yaml",
            "version": "",
            "pathCount": 0,
            "operationCount": 0,
            "rawExcerpt": "<!DOCTYPE html>\n<html lang=\"en\" dir=\"ltr\" prefix=\"og: https://ogp.me/ns#\">\n  <head>\n    <meta http-equiv=\"Content-Security-Policy\" content=\"default-src 'self' https: 'unsafe-inline' 'unsafe-eval' data: blob: wss:;\">\n        <script type=\"text/javascript\">\n;window.NREUM||(NREUM={});NREUM.init={session_replay:{enabled:true,block_selector:'',mask_text_selector:'*',sampling_rate:100.0,error_sampling_rate:100.0,mask_all_inputs:true,collect_fonts:true,inline_images:false,inline_stylesheet:true,fix_stylesheets:true,preload:false,mask_input_options:{}},distributed_tracing:{enabled:true},performance:{capture_measures:true},browser_consent_mode:{enabled:false},privacy:{cookies_enabled:true},ajax:{deny_list:[\"bam.nr-data.net\"]}};\n\n;NREUM.loader_config={accountID:\"2135991\",trustKey:\"84467\",agentID:\"26"
          },
          {
            "path": "/docs/openapi.json",
            "statusCode": 404,
            "contentType": "text/html; charset=UTF-8",
            "valid": false,
            "issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html; charset=UTF-8\" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
            "compatibleContentType": false,
            "format": "yaml",
            "version": "",
            "pathCount": 0,
            "operationCount": 0,
            "rawExcerpt": "<!DOCTYPE html>\n<html lang=\"en\" dir=\"ltr\" prefix=\"og: https://ogp.me/ns#\">\n  <head>\n    <meta http-equiv=\"Content-Security-Policy\" content=\"default-src 'self' https: 'unsafe-inline' 'unsafe-eval' data: blob: wss:;\">\n        <script type=\"text/javascript\">\n;window.NREUM||(NREUM={});NREUM.init={session_replay:{enabled:true,block_selector:'',mask_text_selector:'*',sampling_rate:100.0,error_sampling_rate:100.0,mask_all_inputs:true,collect_fonts:true,inline_images:false,inline_stylesheet:true,fix_stylesheets:true,preload:false,mask_input_options:{}},distributed_tracing:{enabled:true},performance:{capture_measures:true},browser_consent_mode:{enabled:false},privacy:{cookies_enabled:true},ajax:{deny_list:[\"bam.nr-data.net\"]}};\n\n;NREUM.loader_config={accountID:\"2135991\",trustKey:\"84467\",agentID:\"26"
          }
        ]
      },
      "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."
    }
  ]
}

Security & TrustSecurity & TrustEstablished

Referrer-Policy

Referrer-Policy is missing or incomplete.

50 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 ControlEstablished

AI bot rules in robots.txt

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

33 Fail

Needs attention

AI bot rules in robots.txt

Failed check
01

Issue

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

02

Why it matters

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

Check name

AI bot rules in robots.txt

Score

0/100

Status

fail

Category

Bot Access Control

Maturity

Established

Goal

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

Result

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

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

AI DiscoverabilityBot Access ControlInformational

Content Signal

Content Signal is missing or incomplete.

33 Fail

Needs attention

Content Signal

Failed check
01

Issue

No Content Signal found in robots.txt

02

Why it matters

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

Check name

Content Signal

Score

0/100

Status

fail

Category

Bot Access Control

Maturity

Informational

Goal

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

Result

Content Signal is missing or incomplete.

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

AI DiscoverabilityContent ReadinessEmerging recommendation

llms.txt

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

33 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": 196
          },
          {
            "path": "/llms-full.txt",
            "statusCode": 404,
            "contentType": "text/html; charset=UTF-8",
            "length": 201
          }
        ]
      },
      "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".

33 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, Cookie, Cookie, Cookie".

  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, Cookie, Cookie, Cookie"
      },
      "issue": "Markdown negotiation is missing Vary: Accept; current Vary header is \"Accept-Encoding, Cookie, Cookie, Cookie\".",
      "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": 30212,
        "excerpt": "<!DOCTYPE html>\n<html lang=\"en\" dir=\"ltr\" prefix=\"og: https://ogp.me/ns#\">\n  <head>\n    <meta http-equiv=\"Content-Security-Policy\" content=\"default-src 'self' https: 'unsafe-inline' 'unsafe-eval' data: blob: wss:;\">\n        <script type=\"te",
        "issue": "Markdown response is missing a heading."
      },
      "issue": "Markdown response is missing a heading.",
      "howToFix": "Return Markdown with at least one heading and substantive page content, including useful links or instructions for agents."
    }
  ]
}

AI DiscoverabilityBot Access ControlInformational

Web Bot Auth request signing

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

33 Fail

Needs attention

Web Bot Auth request signing

Failed check
01

Issue

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

02

Why it matters

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

Check name

Web Bot Auth request signing

Score

0/100

Status

fail

Category

Bot Access Control

Maturity

Informational

Goal

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

Result

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

Validation steps

  1. Fetch to find resource

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

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

Agent Ease of UseMCPEmerging recommendation

MCP Server Card

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

25 Fail

Needs attention

MCP Server Card

Failed check
01

Issue

MCP Server Card was not found at the expected path.

02

Why it matters

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

Check name

MCP Server Card

Score

0/100

Status

fail

Category

MCP

Maturity

Emerging recommendation

Goal

Publish an MCP Server Card for agent discovery.

Result

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

Validation steps

  1. Fetch to find resource

    MCP Server Card was not found at the expected path.

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

Agent Ease of UseMCPInformational

WebMCP manifest

WebMCP manifest failed at "Fetch to find resource".

25 Fail

Needs attention

WebMCP manifest

Failed check
01

Issue

WebMCP manifest was not found at the expected path.

02

Why it matters

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

Check name

WebMCP manifest

Score

0/100

Status

fail

Category

MCP

Maturity

Informational

Goal

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

Result

WebMCP manifest failed at "Fetch to find resource".

Validation steps

  1. Fetch to find resource

    WebMCP manifest was not found at the expected path.

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

Agent Ease of UseSkill DiscoveryEmerging recommendation

A2A Agent Card

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

20 Fail

Needs attention

A2A Agent Card

Failed check
01

Issue

A2A Agent Card was not found at the expected path.

02

Why it matters

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

Check name

A2A Agent Card

Score

0/100

Status

fail

Category

Skill Discovery

Maturity

Emerging recommendation

Goal

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

Result

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

Validation steps

  1. Fetch to find resource

    A2A Agent Card was not found at the expected path.

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

Agent Ease of UseSkill DiscoveryEmerging recommendation

Agent Skills index

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

20 Fail

Needs attention

Agent Skills index

Failed check
01

Issue

Agent Skills index was not found at the expected path.

02

Why it matters

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

Check name

Agent Skills index

Score

0/100

Status

fail

Category

Skill Discovery

Maturity

Emerging recommendation

Goal

Publish an agent skills discovery index.

Result

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

Validation steps

  1. Fetch to find resource

    Agent Skills index was not found at the expected path.

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

Agent Ease of UseSkill DiscoveryEmerging recommendation

agent.json

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

20 Fail

Needs attention

agent.json

Failed check
01

Issue

agent.json was not found at the expected path.

02

Why it matters

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

Check name

agent.json

Score

0/100

Status

fail

Category

Skill Discovery

Maturity

Emerging recommendation

Goal

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

Result

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

Validation steps

  1. Fetch to find resource

    agent.json was not found at the expected path.

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

Agent Ease of UseSkill DiscoveryInformational

agents.json

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

20 Fail

Needs attention

agents.json

Failed check
01

Issue

agents.json was not found at the expected path.

02

Why it matters

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

Check name

agents.json

Score

0/100

Status

fail

Category

Skill Discovery

Maturity

Informational

Goal

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

Result

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

Validation steps

  1. Fetch to find resource

    agents.json was not found at the expected path.

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

17 Warning

Needs attention

Content freshness signals

Warning
01

Issue

Content freshness signals are incomplete: missing dateModified/datePublished in JSON-LD.

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

50/100

Status

warning

Category

Content Readiness

Maturity

Established

Goal

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

Result

Content freshness signals is partially implemented.

Evidence
{
  "lastModified": "Mon, 08 Jun 2026 12:42:37 GMT",
  "schemaDates": [],
  "metaDateCount": 4,
  "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.mindbodyonline.com",
        "probes": [
          {
            "name": "_index._agents.www.mindbodyonline.com",
            "found": false,
            "recordCount": 1,
            "records": [],
            "hasAlpn": false,
            "hasEndpoint": false
          },
          {
            "name": "_a2a._agents.www.mindbodyonline.com",
            "found": false,
            "recordCount": 1,
            "records": [],
            "hasAlpn": false,
            "hasEndpoint": false
          }
        ]
      },
      "issue": "No DNS-AID entrypoint records were found under _agents.",
      "howToFix": "Publish ServiceMode SVCB/HTTPS records such as _index._agents.example.com or _a2a._agents.example.com."
    },
    {
      "id": "service-params",
      "title": "Validate alpn and endpoint parameters",
      "status": "informational",
      "evidence": {
        "discovered": []
      },
      "howToFix": "Include alpn and endpoint service parameters in each DNS-AID record so agents know the protocol and target entrypoint."
    },
    {
      "id": "dnssec",
      "title": "Check DNSSEC material",
      "status": "warning",
      "evidence": {
        "hasDnssecMaterial": false,
        "checked": [
          {
            "name": "www.mindbodyonline.com",
            "dnssecTypes": [],
            "dnssecRecordCount": 0
          },
          {
            "name": "mindbodyonline.com",
            "dnssecTypes": [],
            "dnssecRecordCount": 0
          }
        ]
      },
      "issue": "DNSSEC material was not visible for the hostname or parent zone from this resolver.",
      "howToFix": "Sign the public discovery zone with DNSSEC so validating resolvers can return authenticated data."
    }
  ]
}

Agent Ease of UseMCPInformational

WebMCP

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

13 Warning

Needs attention

WebMCP

Warning
01

Issue

WebMCP declarative annotations need fixes.

Details

02

Why it matters

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

Check name

WebMCP

Score

50/100

Status

warning

Category

MCP

Maturity

Informational

Goal

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

Result

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

Validation steps

  1. Detect data-mcp-tool annotations

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

  2. Detect WebMCP declarative tags

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

  3. Validate WebMCP declarative annotation quality

    WebMCP declarative annotations need fixes.

    WebMCP declarative annotation issues
    • <input name="query"> is missing tool-param-description.
    • <input name="query"> 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": 5,
        "formsWithTags": 0,
        "totalInteractive": 182,
        "interactiveWithTags": 0,
        "totalCount": 187,
        "taggedCount": 0,
        "dataMcpToolCount": 0,
        "dataMcpTools": [],
        "coverage": 0,
        "annotationIssues": [
          "<input name=\"query\"> is missing tool-param-description.",
          "<input name=\"query\"> 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": 2,
        "issues": [
          "<input name=\"query\"> is missing tool-param-description.",
          "<input name=\"query\"> is missing tool-param-description."
        ]
      },
      "issue": "WebMCP declarative annotations need fixes.",
      "issueDetails": [
        {
          "title": "WebMCP declarative annotation issues",
          "items": [
            {
              "type": "code",
              "value": "<input name=\"query\"> is missing tool-param-description."
            },
            {
              "type": "code",
              "value": "<input name=\"query\"> 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": 5,
        "formsWithTags": 0,
        "totalInteractive": 182,
        "interactiveWithTags": 0,
        "totalCount": 187,
        "taggedCount": 0,
        "dataMcpToolCount": 0,
        "dataMcpTools": [],
        "coverage": 0,
        "annotationIssues": [
          "<input name=\"query\"> is missing tool-param-description.",
          "<input name=\"query\"> 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": 5,
    "formsWithTags": 0,
    "totalInteractive": 182,
    "interactiveWithTags": 0,
    "totalCount": 187,
    "taggedCount": 0,
    "dataMcpToolCount": 0,
    "dataMcpTools": [],
    "coverage": 0,
    "annotationIssues": [
      "<input name=\"query\"> is missing tool-param-description.",
      "<input name=\"query\"> is missing tool-param-description."
    ]
  },
  "browserWebMcp": {
    "checked": true,
    "detected": false,
    "hasNavigatorModelContext": false,
    "modelContextType": "undefined",
    "hasProvideContext": false,
    "hasRegisterTool": false
  }
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

AIO: Source and trust signals

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

6 Warning

Needs attention

AIO: Source and trust signals

Warning
01

Issue

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

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

Evidence
{
  "signals": {
    "author": false,
    "publisher": true,
    "freshnessDate": false,
    "aboutOrContact": true,
    "policyLinks": true
  },
  "missing": [
    "author",
    "freshnessDate"
  ],
  "authorMeta": "",
  "schemaAuthors": [],
  "schemaPublishers": [
    "Mindbody"
  ],
  "schemaDates": [],
  "visibleDates": [],
  "aboutLinks": [
    {
      "href": "/company",
      "text": "About Us",
      "html": "<a href=\"/company\" tabindex=\"0\" class=\"menu-link\" data-tealium-details=\"{&apos;tealium_event&apos;:&apos;footer_menu_link_click&apos;, &apos;event_category&apos;:&apos;navigation&apos;, &apos;event_action&apos;:&apos;click&apos;, &apos;event_detail&apos;:&apos;About Us&apos;}\" data-drupal-link-system-path=\"node/5853\">About Us</a>"
    },
    {
      "href": "https://www.playlist.com?utm_source=mindbody&utm_medium=website&utm_campaign=about",
      "text": "About Playlist",
      "html": "<a href=\"https://www.playlist.com?utm_source=mindbody&amp;utm_medium=website&amp;utm_campaign=about\" target=\"_blank\" tabindex=\"0\" class=\"menu-link link--external\" data-tealium-details=\"{&apos;tealium_event&apos;:&apos;footer_menu_link_click&apos;, &apos;event_category&apos;:&apos;navigation&apos;, &apos;event_action&apos;:&apos;click&apos;, &apos;event_detail&apos;:&apos;About Playlist&apos;}\" rel=\"noopener\">About Playlist</a>"
    },
    {
      "href": "/company/press",
      "text": "Press",
      "html": "<a href=\"/company/press\" tabindex=\"0\" class=\"menu-link\" data-tealium-details=\"{&apos;tealium_event&apos;:&apos;footer_menu_link_click&apos;, &apos;event_category&apos;:&apos;navigation&apos;, &apos;event_action&apos;:&apos;click&apos;, &apos;event_detail&apos;:&apos;Press&apos;}\" data-drupal-link-system-path=\"node/5427\">Press</a>"
    },
    {
      "href": "/company/contact-us",
      "text": "Contact Us",
      "html": "<a href=\"/company/contact-us\" target=\"_self\" tabindex=\"0\" class=\"menu-link\" data-tealium-details=\"{&apos;tealium_event&apos;:&apos;footer_menu_link_click&apos;, &apos;event_category&apos;:&apos;navigation&apos;, &apos;event_action&apos;:&apos;click&apos;, &apos;event_detail&apos;:&apos;Contact Us&apos;}\" data-drupal-link-system-path=\"node/4464\">Contact Us</a>"
    },
    {
      "href": "/company/brand",
      "text": "Brand Resources",
      "html": "<a href=\"/company/brand\" tabindex=\"0\" class=\"menu-link\" data-tealium-details=\"{&apos;tealium_event&apos;:&apos;footer_menu_link_click&apos;, &apos;event_category&apos;:&apos;navigation&apos;, &apos;event_action&apos;:&apos;click&apos;, &apos;event_detail&apos;:&apos;Brand Resources&apos;}\" data-drupal-link-system-path=\"node/4476\">Brand Resources</a>"
    },
    {
      "href": "/company/participate-in-research",
      "text": "Participate in Research",
      "html": "<a href=\"/company/participate-in-research\" tabindex=\"0\" class=\"menu-link\" data-tealium-details=\"{&apos;tealium_event&apos;:&apos;footer_menu_link_click&apos;, &apos;event_category&apos;:&apos;navigation&apos;, &apos;event_action&apos;:&apos;click&apos;, &apos;event_detail&apos;:&apos;Participate in Research&apos;}\" data-drupal-link-system-path=\"node/4459\">Participate in Research</a>"
    },
    {
      "href": "https://www.linkedin.com/company/mindbody/",
      "text": "Mindbody on LinkedIn",
      "html": "<a href=\"https://www.linkedin.com/company/mindbody/\" target=\"_blank\" rel=\"noopener noopener\" class=\"icon-linkedin white menu-link link--external\" tabindex=\"0\" data-tealium-details=\"{&apos;tealium_event&apos;:&apos;footer_menu_link_click&apos;, &apos;event_category&apos;:&apos;navigation&apos;, &apos;event_action&apos;:&apos;click&apos;, &apos;event_detail&apos;:&apos;Mindbody on LinkedIn&apos;}\">Mindbody on LinkedIn</a>"
    },
    {
      "href": "/company/legal/your-privacy-choices",
      "text": "Your Privacy Choices",
      "html": "<a href=\"/company/legal/your-privacy-choices\" class=\"link--privacyChoices menu-link\" tabindex=\"0\" data-tealium-details=\"{&apos;tealium_event&apos;:&apos;footer_menu_link_click&apos;,&apos;event_category&apos;:&apos;navigation&apos;,&apos;event_action&apos;:&apos;click&apos;,&apos;event_detail&apos;:&apos;Your Privacy Choices&apos;}\" data-drupal-link-system-path=\"node/5918\">Your Privacy Choices</a>"
    },
    {
      "href": "/company/legal/privacy-policy",
      "text": "Privacy Policy",
      "html": "<a href=\"/company/legal/privacy-policy\" tabindex=\"0\" class=\"menu-link\" data-tealium-details=\"{&apos;tealium_event&apos;:&apos;footer_menu_link_click&apos;,&apos;event_category&apos;:&apos;navigation&apos;,&apos;event_action&apos;:&apos;click&apos;,&apos;event_detail&apos;:&apos;Privacy Policy&apos;}\" data-drupal-link-system-path=\"node/5867\">Privacy Policy</a>"
    },
    {
      "href": "/company/legal/terms-of-service",
      "text": "Terms of Service",
      "html": "<a href=\"/company/legal/terms-of-service\" tabindex=\"0\" class=\"menu-link\" data-tealium-details=\"{&apos;tealium_event&apos;:&apos;footer_menu_link_click&apos;,&apos;event_category&apos;:&apos;navigation&apos;,&apos;event_action&apos;:&apos;click&apos;,&apos;event_detail&apos;:&apos;Terms of Service&apos;}\" data-drupal-link-system-path=\"node/5864\">Terms of Service</a>"
    },
    {
      "href": "/company/legal/consumer-agreement",
      "text": "Consumer Agreement",
      "html": "<a href=\"/company/legal/consumer-agreement\" tabindex=\"0\" class=\"menu-link\" data-tealium-details=\"{&apos;tealium_event&apos;:&apos;footer_menu_link_click&apos;,&apos;event_category&apos;:&apos;navigation&apos;,&apos;event_action&apos;:&apos;click&apos;,&apos;event_detail&apos;:&apos;Consumer Agreement&apos;}\" data-drupal-link-system-path=\"node/5901\">Consumer Agreement</a>"
    },
    {
      "href": "/company/legal/terms-of-service/intellectual-property-policy",
      "text": "Copyright Policy & Claims",
      "html": "<a href=\"/company/legal/terms-of-service/intellectual-property-policy\" tabindex=\"0\" class=\"menu-link\" data-tealium-details=\"{&apos;tealium_event&apos;:&apos;footer_menu_link_click&apos;,&apos;event_category&apos;:&apos;navigation&apos;,&apos;event_action&apos;:&apos;click&apos;,&apos;event_detail&apos;:&apos;Copyright Policy &amp; Claims&apos;}\" data-drupal-link-system-path=\"node/5885\">Copyright Policy &amp; Claims</a>"
    },
    {
      "href": "https://www.mindbodyonline.com/company/legal/consumer-agreement",
      "text": "Consumer Agreement",
      "html": "<a href=\"https://www.mindbodyonline.com/company/legal/consumer-agreement\" target=\"_blank\" class=\"truste-cookie-link\">Consumer Agreement</a>"
    },
    {
      "href": "https://www.mindbodyonline.com/company/legal/privacy-policy",
      "text": "Privacy Policy",
      "html": "<a href=\"https://www.mindbodyonline.com/company/legal/privacy-policy\" target=\"_blank\" class=\"truste-cookie-link\">Privacy Policy</a>"
    },
    {
      "href": "https://www.mindbodyonline.com/company/legal/privacy-policy",
      "text": "Privacy Policy",
      "html": "<a href=\"https://www.mindbodyonline.com/company/legal/privacy-policy\" id=\"truste-privacy-button\" target=\"_blank\">Privacy Policy</a>"
    },
    {
      "href": "https://www.mindbodyonline.com/company/legal/cookies-and-similar-technologies-policy",
      "text": "Cookie Policy",
      "html": "<a href=\"https://www.mindbodyonline.com/company/legal/cookies-and-similar-technologies-policy\" id=\"truste-cookie-button\" target=\"_blank\">Cookie Policy</a>"
    }
  ],
  "contactLinks": [
    {
      "href": "/business/technical-account-management",
      "text": "Technical Account Management Achieve your goals with premium support",
      "html": "<a class=\"menu-link\" role=\"menuitem\" data-tealium-details=\"{ &apos;tealium_event&apos;: &apos;nav_menu_link_click&apos;, &apos;event_category&apos;:&apos;navigation&apos;, &apos;event_action&apos;:&apos;click&apos;, &apos;event_detail&apos;:&apos;Technical Account Management&apos; }\" href=\"/business/technical-account-management\" tabindex=\"0\"> <div class=\"menu-item-title-wrapper\"> <div class=\"menu-item-title\">Technical Account Management</div> <div class=\"menu-item-subtext paragraph\"> Achieve..."
    },
    {
      "href": "https://support.mindbodyonline.com",
      "text": "Customer support Connect with our team for help when you need it",
      "html": "<a class=\"menu-link link--external\" role=\"menuitem\" data-tealium-details=\"{ &apos;tealium_event&apos;: &apos;nav_menu_link_click&apos;, &apos;event_category&apos;:&apos;navigation&apos;, &apos;event_action&apos;:&apos;click&apos;, &apos;event_detail&apos;:&apos;Customer support&apos; }\" href=\"https://support.mindbodyonline.com\" tabindex=\"0\" target=\"_blank\" rel=\"noopener\"> <div class=\"menu-item-title-wrapper\"> <div class=\"menu-item-title\">Customer support</div> <div class=\"menu-item-subtext pa..."
    },
    {
      "href": "/business/education/blog/reduce-churn-fitness-business",
      "text": "Blog Post How to Reduce Churn at Your Fitness Business Through Engagement and Consistency Shift from managing churn to building habits. Learn how to drive retention by helping members stay consistent, engaged, and connected to your studio. …",
      "html": "<a href=\"/business/education/blog/reduce-churn-fitness-business\" rel=\"bookmark\"><div class=\"assetTeaser__media\"><picture><source srcset=\"/sites/default/files/public/styles/crop_16_9_scale_592_x_333/public/2026-03/How%20to%20Reduce%20Churn%20at%20Your%20Fitness%20Business%20Through%20Engagement%20and%20Consistency%20.jpg.webp?h=10d202d3&amp;itok=Y_dHSFBG 1x, /sites/default/files/public/styles/crop_16_9_scale_1144_x_644/public/2026-03/How%20to%20Reduce%20Churn%20at%20Your%20Fitness%20Business%2..."
    },
    {
      "href": "/business/education/blog/client-experience-first",
      "text": "Blog Post Client Experience First: How Mindbody Supports Booking, Payments, and RetentionSee how Mindbody improves booking, payments, and retention, creating a seamless client journey from discovery to repeat visits.",
      "html": "<a href=\"/business/education/blog/client-experience-first\" rel=\"bookmark\"><div class=\"assetTeaser__media\"><picture><source srcset=\"/sites/default/files/public/styles/crop_16_9_scale_592_x_333/public/2026-02/Client%20Experience%20First-%20How%20Mindbody%20Supports%20Booking%2C%20Payments%2C%20and%20Retention.jpg.webp?h=10d202d3&amp;itok=ojHYlB7Q 1x, /sites/default/files/public/styles/crop_16_9_scale_1144_x_644/public/2026-02/Client%20Experience%20First-%20How%20Mindbody%20Supports%20Booking%2C..."
    },
    {
      "href": "/company/contact-us",
      "text": "Contact Us",
      "html": "<a href=\"/company/contact-us\" target=\"_self\" tabindex=\"0\" class=\"menu-link\" data-tealium-details=\"{&apos;tealium_event&apos;:&apos;footer_menu_link_click&apos;, &apos;event_category&apos;:&apos;navigation&apos;, &apos;event_action&apos;:&apos;click&apos;, &apos;event_detail&apos;:&apos;Contact Us&apos;}\" data-drupal-link-system-path=\"node/4464\">Contact Us</a>"
    },
    {
      "href": "https://support.mindbody.io",
      "text": "Get Help",
      "html": "<a href=\"https://support.mindbody.io\" target=\"_blank\" class=\"menu-link link--external\" tabindex=\"0\" data-tealium-details=\"{&apos;tealium_event&apos;:&apos;footer_menu_link_click&apos;, &apos;event_category&apos;:&apos;navigation&apos;, &apos;event_action&apos;:&apos;click&apos;, &apos;event_detail&apos;:&apos;Get Help&apos;}\" rel=\"noopener\">Get Help</a>"
    },
    {
      "href": "https://support.mindbodyonline.com/",
      "text": "Support Center",
      "html": "<a href=\"https://support.mindbodyonline.com/\" target=\"_blank\" class=\"menu-link link--external\" tabindex=\"0\" data-tealium-details=\"{&apos;tealium_event&apos;:&apos;footer_menu_link_click&apos;, &apos;event_category&apos;:&apos;navigation&apos;, &apos;event_action&apos;:&apos;click&apos;, &apos;event_detail&apos;:&apos;Support Center&apos;}\" rel=\"noopener\">Support Center</a>"
    },
    {
      "href": "/business/technical-account-management",
      "text": "Technical Account Management Achieve your goals with premium support",
      "html": "<a class=\"menu-link\" role=\"menuitem\" data-tealium-details=\"{ &apos;tealium_event&apos;: &apos;nav_menu_link_click&apos;, &apos;event_category&apos;:&apos;navigation&apos;, &apos;event_action&apos;:&apos;click&apos;, &apos;event_detail&apos;:&apos;Technical Account Management&apos; }\" href=\"/business/technical-account-management\" tabindex=\"0\"> <div class=\"menu-item-title-wrapper\"> <div class=\"menu-item-title\">Technical Account Management</div> <div class=\"menu-item-subtext paragraph\"> Achieve..."
    },
    {
      "href": "https://support.mindbodyonline.com",
      "text": "Customer support Connect with our team for help when you need it",
      "html": "<a class=\"menu-link link--external\" role=\"menuitem\" data-tealium-details=\"{ &apos;tealium_event&apos;: &apos;nav_menu_link_click&apos;, &apos;event_category&apos;:&apos;navigation&apos;, &apos;event_action&apos;:&apos;click&apos;, &apos;event_detail&apos;:&apos;Customer support&apos; }\" href=\"https://support.mindbodyonline.com\" tabindex=\"0\" target=\"_blank\" rel=\"noopener\"> <div class=\"menu-item-title-wrapper\"> <div class=\"menu-item-title\">Customer support</div> <div class=\"menu-item-subtext pa..."
    }
  ],
  "privacyLinks": [
    {
      "href": "/company/legal/your-privacy-choices",
      "text": "Your Privacy Choices",
      "html": "<a href=\"/company/legal/your-privacy-choices\" class=\"link--privacyChoices menu-link\" tabindex=\"0\" data-tealium-details=\"{&apos;tealium_event&apos;:&apos;footer_menu_link_click&apos;,&apos;event_category&apos;:&apos;navigation&apos;,&apos;event_action&apos;:&apos;click&apos;,&apos;event_detail&apos;:&apos;Your Privacy Choices&apos;}\" data-drupal-link-system-path=\"node/5918\">Your Privacy Choices</a>"
    },
    {
      "href": "/company/legal/privacy-policy",
      "text": "Privacy Policy",
      "html": "<a href=\"/company/legal/privacy-policy\" tabindex=\"0\" class=\"menu-link\" data-tealium-details=\"{&apos;tealium_event&apos;:&apos;footer_menu_link_click&apos;,&apos;event_category&apos;:&apos;navigation&apos;,&apos;event_action&apos;:&apos;click&apos;,&apos;event_detail&apos;:&apos;Privacy Policy&apos;}\" data-drupal-link-system-path=\"node/5867\">Privacy Policy</a>"
    },
    {
      "href": "/company/legal/terms-of-service",
      "text": "Terms of Service",
      "html": "<a href=\"/company/legal/terms-of-service\" tabindex=\"0\" class=\"menu-link\" data-tealium-details=\"{&apos;tealium_event&apos;:&apos;footer_menu_link_click&apos;,&apos;event_category&apos;:&apos;navigation&apos;,&apos;event_action&apos;:&apos;click&apos;,&apos;event_detail&apos;:&apos;Terms of Service&apos;}\" data-drupal-link-system-path=\"node/5864\">Terms of Service</a>"
    },
    {
      "href": "/company/legal/terms-of-service/intellectual-property-policy",
      "text": "Copyright Policy & Claims",
      "html": "<a href=\"/company/legal/terms-of-service/intellectual-property-policy\" tabindex=\"0\" class=\"menu-link\" data-tealium-details=\"{&apos;tealium_event&apos;:&apos;footer_menu_link_click&apos;,&apos;event_category&apos;:&apos;navigation&apos;,&apos;event_action&apos;:&apos;click&apos;,&apos;event_detail&apos;:&apos;Copyright Policy &amp; Claims&apos;}\" data-drupal-link-system-path=\"node/5885\">Copyright Policy &amp; Claims</a>"
    },
    {
      "href": "https://www.mindbodyonline.com/company/legal/privacy-policy",
      "text": "Privacy Policy",
      "html": "<a href=\"https://www.mindbodyonline.com/company/legal/privacy-policy\" target=\"_blank\" class=\"truste-cookie-link\">Privacy Policy</a>"
    },
    {
      "href": "https://www.mindbodyonline.com/company/legal/privacy-policy",
      "text": "Privacy Policy",
      "html": "<a href=\"https://www.mindbodyonline.com/company/legal/privacy-policy\" id=\"truste-privacy-button\" target=\"_blank\">Privacy Policy</a>"
    }
  ],
  "score": 60,
  "weight": 20
}

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

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

Details

02

Why it matters

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

Check name

AEO: Answer-first sections

Score

65/100

Status

warning

Category

GEO, AIO & AEO

Maturity

Emerging recommendation

Goal

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

Result

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

Evidence
{
  "sectionCount": 46,
  "passing": 4,
  "failing": [
    {
      "heading": "Primary",
      "headingHtml": "<h2 class=\"visually-hidden\" id=\"block-menu-primary-menu\">Primary</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Features",
      "headingHtml": "<h3><button>Features</button></h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Resources",
      "headingHtml": "<h3><button>Resources</button></h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Menu - Action",
      "headingHtml": "<h2 class=\"visually-hidden\" id=\"block-menu-action-menu\">Menu -&#xa0;Action</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Business management software",
      "headingHtml": "<h2 class=\"heroContent__preheading heading--preheading--dark heading--preheading--dark\"> Business management software </h2>",
      "firstParagraph": "Unlock exclusive access to our revenue-generating tools, including the world's largest fitness & wellness marketplace. With Mindbody, you're on the #1 platform in the business.",
      "paragraphHtml": "<p>Unlock exclusive access to our revenue-generating tools, including the world&apos;s largest fitness &amp; wellness marketplace. With Mindbody, you&apos;re on the #1 platform in the business.</p>",
      "words": 24,
      "direct": false,
      "issue": "First paragraph is 24 words and does not look like a concise direct answer."
    },
    {
      "heading": "Business management software",
      "headingHtml": "<h2 class=\"form__preheading heading--preheading--dark\"> Business management software </h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "More revenue. More clients. More growth.",
      "headingHtml": "<h2 class=\"form__heading heading--alpha\">More revenue. More clients. More&#xa0;growth.</h2>",
      "firstParagraph": "Unlock exclusive access to our revenue-generating tools, including the world's largest fitness & wellness marketplace. With Mindbody, you're on the #1 platform in the business.",
      "paragraphHtml": "<p>Unlock exclusive access to our revenue-generating tools, including the world&apos;s largest fitness &amp; wellness marketplace. With Mindbody, you&apos;re on the #1 platform in the business.</p>",
      "words": 24,
      "direct": false,
      "issue": "First paragraph is 24 words and does not look like a concise direct answer."
    },
    {
      "heading": "Trusted by the world's top fitness, beauty & wellness brands",
      "headingHtml": "<h2 class=\"logoBar__heading heading--alpha ctnr-main-margin\">Trusted by the world&apos;s top fitness, beauty &amp; wellness&#xa0;brands</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Run your business with confidence",
      "headingHtml": "<h2 class=\"sectionTwoColumnMediaTextContainer__heading heading--alpha\"> Run your business with confidence </h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Process payments with ease",
      "headingHtml": "<h2 class=\"heading--gamma interactiveCard__heading\">Process payments with&#xa0;ease</h2>",
      "firstParagraph": "Accept payments anytime, anywhere. Handle every sale on one system for quick & easy checkout paired with powerful reporting.",
      "paragraphHtml": "<p>Accept payments anytime, anywhere. Handle every sale on one system for quick &amp; easy checkout paired with powerful reporting.&#xa0;</p>",
      "words": 18,
      "direct": false,
      "issue": "First paragraph is 18 words and does not look like a concise direct answer."
    },
    {
      "heading": "Turn new clients into regulars—automatically",
      "headingHtml": "<h2 class=\"heading--gamma interactiveCard__heading\"> Turn new clients into regulars&#x2014;automatically </h2>",
      "firstParagraph": "With automated email and text campaigns, you can easily collect contact info and convert newcomers into loyal clients. Send smarter, more personalized messages fully integrated with Mindbody.",
      "paragraphHtml": "<p><span lang=\"EN-US\">With automated email and text campaigns, you can easily collect contact info and convert newcomers into loyal clients. Send smarter, more personalized messages fully integrated with Mindbody.</span></p>",
      "words": 27,
      "direct": false,
      "issue": "First paragraph is 27 words and does not look like a concise direct answer."
    },
    {
      "heading": "Motivate your team",
      "headingHtml": "<h2 class=\"heading--gamma interactiveCard__heading\"> Motivate your team&#xa0; </h2>",
      "firstParagraph": "Keep your people moving with integrated staffing tools. From scheduling to performance reviews, automated substitutions to payroll, it's all on Mindbody.",
      "paragraphHtml": "<p>Keep your people moving with integrated staffing tools. From scheduling to performance reviews, automated substitutions to payroll, it&apos;s all on Mindbody.</p>",
      "words": 21,
      "direct": false,
      "issue": "First paragraph is 21 words and does not look like a concise direct answer."
    },
    {
      "heading": "Give your clients the power of choice",
      "headingHtml": "<h2 class=\"heading--gamma interactiveCard__heading\">Give your clients the power of&#xa0;choice</h2>",
      "firstParagraph": "From our Mindbody app to your website, from mobile to web, we have easy booking options for every device.",
      "paragraphHtml": "<p>From our <span>Mindbody app</span> to your website, from mobile to web, we have easy booking options for every device.&#xa0;</p>",
      "words": 19,
      "direct": false,
      "issue": "First paragraph is 19 words and does not look like a concise direct answer."
    },
    {
      "heading": "Create your own app",
      "headingHtml": "<h2 class=\"heading--gamma interactiveCard__heading\">Create your own&#xa0;app</h2>",
      "firstParagraph": "We'll design an app for your brand that elevates your member experience, without the hassles. Available for iOS and Android.",
      "paragraphHtml": "<p>We&apos;ll design an app for your brand that elevates your member experience, without the hassles. Available for iOS and Android.</p>",
      "words": 20,
      "direct": false,
      "issue": "First paragraph is 20 words and does not look like a concise direct answer."
    },
    {
      "heading": "What you get with Mindbody",
      "headingHtml": "<h2 class=\"twoColumnList__heading heading--alpha\">What you get with Mindbody</h2>",
      "firstParagraph": "More support. More features. More opportunities.",
      "paragraphHtml": "<p class=\"paragraph paragraph--large\">More support. More features. More opportunities.</p>",
      "words": 6,
      "direct": false,
      "issue": "First paragraph is 6 words and does not look like a concise direct answer."
    },
    {
      "heading": "Unlimited users",
      "headingHtml": "<h3 class=\"heading--zeta\">Unlimited users</h3>",
      "firstParagraph": "Have as many logins as you need per location.",
      "paragraphHtml": "<p>Have as many logins as you need per location.</p>",
      "words": 9,
      "direct": false,
      "issue": "First paragraph is 9 words and does not look like a concise direct answer."
    },
    {
      "heading": "Live customer support",
      "headingHtml": "<h3 class=\"heading--zeta\">Live customer support</h3>",
      "firstParagraph": "We're available to answer any of your software questions.",
      "paragraphHtml": "<p>We&apos;re available to answer any&#x2028;of your software questions.</p>",
      "words": 9,
      "direct": false,
      "issue": "First paragraph is 9 words and does not look like a concise direct answer."
    },
    {
      "heading": "Access on any device",
      "headingHtml": "<h3 class=\"heading--zeta\">Access on any device</h3>",
      "firstParagraph": "Manage from anywhere on your phone or tablet.",
      "paragraphHtml": "<p>Manage from anywhere on your phone or&#xa0;tablet.</p>",
      "words": 8,
      "direct": false,
      "issue": "First paragraph is 8 words and does not look like a concise direct answer."
    },
    {
      "heading": "1-on-1 setup and training",
      "headingHtml": "<h3 class=\"heading--zeta\">1-on-1 setup and training</h3>",
      "firstParagraph": "We'll help you get started faster with personalized training.",
      "paragraphHtml": "<p>We&apos;ll help you get started faster with personalized training.</p>",
      "words": 9,
      "direct": false,
      "issue": "First paragraph is 9 words and does not look like a concise direct answer."
    },
    {
      "heading": "Business education",
      "headingHtml": "<h3 class=\"heading--zeta\">Business education</h3>",
      "firstParagraph": "Get access to guides, templates, and industry insights.",
      "paragraphHtml": "<p>Get access to guides, templates, and industry insights.</p>",
      "words": 8,
      "direct": false,
      "issue": "First paragraph is 8 words and does not look like a concise direct answer."
    },
    {
      "heading": "Data migration support",
      "headingHtml": "<h3 class=\"heading--zeta\">Data migration support</h3>",
      "firstParagraph": "We'll assist you in moving your information to our platform.",
      "paragraphHtml": "<p>We&apos;ll assist you in moving your information to our platform.</p>",
      "words": 10,
      "direct": false,
      "issue": "First paragraph is 10 words and does not look like a concise direct answer."
    },
    {
      "heading": "Why Mindbody?",
      "headingHtml": "<h2 class=\"grid__heading heading--alpha\"> Why Mindbody? </h2>",
      "firstParagraph": "There are over 3 million active users searching, booking & buying on the Mindbody app.",
      "paragraphHtml": "<p>There are over 3 million active users searching, booking &amp; buying on the Mindbody&#xa0;app.</p>",
      "words": 14,
      "direct": false,
      "issue": "First paragraph is 14 words and does not look like a concise direct answer."
    },
    {
      "heading": "Partner with a trusted leader",
      "headingHtml": "<h2 class=\"sectionOneColumn__headingOptional heading--alpha\">Partner with a trusted&#xa0;leader</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "What our customers are saying:",
      "headingHtml": "<h2 class=\"grid__heading heading--alpha\">What our customers are&#xa0;saying:</h2>",
      "firstParagraph": "\"Mindbody helped us grow from about $150,000 a month, to nearly $600,000 in revenue per month.\"​",
      "paragraphHtml": "<p>&quot;Mindbody helped us grow from about &#x24;150,000 a month, to nearly &#x24;600,000 in revenue per month.&quot;&#x200b;</p>",
      "words": 18,
      "direct": false,
      "issue": "First paragraph is 18 words and does not look like a concise direct answer."
    },
    {
      "heading": "Flexible tools for every type of business:",
      "headingHtml": "<h2 class=\"grid__heading heading--alpha\"> Flexible tools for every type of business: </h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Fitness",
      "headingHtml": "<h3 class=\"heading--epsilon\"> Fitness </h3>",
      "firstParagraph": "We have everything your studio or gym needs: class check-in, staffing tools, marketing, reporting, and lead management.",
      "paragraphHtml": "<p>We have everything your studio or gym needs: class check-in, staffing tools, marketing, reporting, and lead management.&#xa0;</p>",
      "words": 17,
      "direct": false,
      "issue": "First paragraph is 17 words and does not look like a concise direct answer."
    },
    {
      "heading": "Beauty",
      "headingHtml": "<h3 class=\"heading--epsilon\"> Beauty&#xa0; </h3>",
      "firstParagraph": "Find out how to keep your appointment book full, run seamless transactions, and turn missed calls into client bookings.",
      "paragraphHtml": "<p>Find out how to keep your appointment book full, run seamless transactions, and turn missed calls into client bookings.&#xa0;</p>",
      "words": 19,
      "direct": false,
      "issue": "First paragraph is 19 words and does not look like a concise direct answer."
    },
    {
      "heading": "Wellness",
      "headingHtml": "<h3 class=\"heading--epsilon\"> Wellness&#xa0; </h3>",
      "firstParagraph": "Learn about our solutions for scheduling & promoting your services, customizing your website, and managing memberships.",
      "paragraphHtml": "<p>Learn about our solutions for scheduling &amp; promoting your services, customizing your website, and managing memberships.&#xa0;</p>",
      "words": 15,
      "direct": false,
      "issue": "First paragraph is 15 words and does not look like a concise direct answer."
    },
    {
      "heading": "Ignite your brand with the software built for growth",
      "headingHtml": "<h2 class=\"form__heading heading--alpha\"> Ignite your brand with the software built for growth&#xa0; </h2>",
      "firstParagraph": "We'll show you how to:",
      "paragraphHtml": "<p>We&apos;ll show you how to:&#xa0;</p>",
      "words": 5,
      "direct": false,
      "issue": "First paragraph is 5 words and does not look like a concise direct answer."
    },
    {
      "heading": "Fresh research, ideas, and inspiration",
      "headingHtml": "<h2 class=\"heading--alpha recommendedResources__heading\"> Fresh research, ideas, and inspiration </h2>",
      "firstParagraph": "Mindbody's expertise goes way beyond software. Get the extra resources and in-depth education you need to succeed.",
      "paragraphHtml": "<p>Mindbody&apos;s expertise goes way beyond software. Get the extra resources and in-depth education you need to succeed.</p>",
      "words": 17,
      "direct": false,
      "issue": "First paragraph is 17 words and does not look like a concise direct answer."
    },
    {
      "heading": "Blog Post",
      "headingHtml": "<h3 class=\"heading--preheading--dark\"> Blog Post </h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "How to Reduce Churn at Your Fitness Business Through Engagement and Consistency",
      "headingHtml": "<h2 class=\"heading--zeta\"><span>How to Reduce Churn at Your Fitness Business Through Engagement and Consistency&#xa0;</span></h2>",
      "firstParagraph": "Shift from managing churn to building habits. Learn how to drive retention by helping members stay consistent, engaged, and connected to your studio. …",
      "paragraphHtml": "<p class=\"paragraph \">Shift from managing churn to building habits. Learn how to drive retention by helping members stay consistent, engaged, and connected to your studio. &#xa0;&#x2026;</p>",
      "words": 23,
      "direct": false,
      "issue": "First paragraph is 23 words and does not look like a concise direct answer."
    },
    {
      "heading": "Blog Post",
      "headingHtml": "<h3 class=\"heading--preheading--dark\"> Blog Post </h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Built to Grow: 5 Fitness Businesses on the Benefits of Using Mindbody",
      "headingHtml": "<h2 class=\"heading--zeta\"><span>Built to Grow: 5 Fitness Businesses on the Benefits of Using Mindbody</span></h2>",
      "firstParagraph": "Hear from Rise Pilates, Training Collective, Grouse Studio, Peaches Pilates, and Combine Air on what keeps their businesses moving and growing.",
      "paragraphHtml": "<p class=\"paragraph \"> Hear from Rise Pilates, Training Collective, Grouse Studio, Peaches Pilates, and Combine Air on what keeps their businesses moving and growing. </p>",
      "words": 21,
      "direct": false,
      "issue": "First paragraph is 21 words and does not look like a concise direct answer."
    },
    {
      "heading": "Blog Post",
      "headingHtml": "<h3 class=\"heading--preheading--dark\"> Blog Post </h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Client Experience First: How Mindbody Supports Booking, Payments, and Retention",
      "headingHtml": "<h2 class=\"heading--zeta\"><span>Client Experience First: How Mindbody Supports Booking, Payments, and Retention</span></h2>",
      "firstParagraph": "See how Mindbody improves booking, payments, and retention, creating a seamless client journey from discovery to repeat visits.",
      "paragraphHtml": "<p class=\"paragraph \">See how Mindbody improves booking, payments, and retention, creating a seamless client journey from discovery to repeat&#xa0;visits.</p>",
      "words": 18,
      "direct": false,
      "issue": "First paragraph is 18 words and does not look like a concise direct answer."
    },
    {
      "heading": "Menu - Footer",
      "headingHtml": "<h2 class=\"visually-hidden\" id=\"block-menufooter-menu\">Menu -&#xa0;Footer</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Menu - Copyright",
      "headingHtml": "<h2 class=\"visually-hidden\" id=\"block-copyright-menu\">Menu - Copyright</h2>",
      "firstParagraph": "Copyright © 2026 MINDBODY, Inc.",
      "paragraphHtml": "<p class=\"main-footer--copyright__text paragraph paragraph--tiny\">Copyright &#xa9; 2026 MINDBODY,&#xa0;Inc.</p>",
      "words": 4,
      "direct": false,
      "issue": "First paragraph is 4 words and does not look like a concise direct answer."
    },
    {
      "heading": "Menu - Primary - Mobile",
      "headingHtml": "<h2 class=\"visually-hidden\" id=\"block-menu-primary-mobile-menu\">Menu - Primary -&#xa0;Mobile</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Features",
      "headingHtml": "<h3><button>Features</button></h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Resources",
      "headingHtml": "<h3><button>Resources</button></h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Menu - Action - Mobile",
      "headingHtml": "<h2 class=\"visually-hidden\" id=\"block-menu-action-mobile-menu\">Menu - Action -&#xa0;Mobile</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    }
  ],
  "score": 65,
  "weight": 28
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

AEO: Answer evidence and trust

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

4 Warning

Needs attention

AEO: Answer evidence and trust

Warning
01

Issue

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

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

Evidence
{
  "signals": {
    "author": false,
    "publisher": true,
    "freshnessDate": false,
    "aboutOrContact": true,
    "policyLinks": true
  },
  "missing": [
    "author",
    "freshnessDate"
  ],
  "authorMeta": "",
  "schemaAuthors": [],
  "schemaPublishers": [
    "Mindbody"
  ],
  "schemaDates": [],
  "visibleDates": [],
  "aboutLinks": [
    {
      "href": "/company",
      "text": "About Us",
      "html": "<a href=\"/company\" tabindex=\"0\" class=\"menu-link\" data-tealium-details=\"{&apos;tealium_event&apos;:&apos;footer_menu_link_click&apos;, &apos;event_category&apos;:&apos;navigation&apos;, &apos;event_action&apos;:&apos;click&apos;, &apos;event_detail&apos;:&apos;About Us&apos;}\" data-drupal-link-system-path=\"node/5853\">About Us</a>"
    },
    {
      "href": "https://www.playlist.com?utm_source=mindbody&utm_medium=website&utm_campaign=about",
      "text": "About Playlist",
      "html": "<a href=\"https://www.playlist.com?utm_source=mindbody&amp;utm_medium=website&amp;utm_campaign=about\" target=\"_blank\" tabindex=\"0\" class=\"menu-link link--external\" data-tealium-details=\"{&apos;tealium_event&apos;:&apos;footer_menu_link_click&apos;, &apos;event_category&apos;:&apos;navigation&apos;, &apos;event_action&apos;:&apos;click&apos;, &apos;event_detail&apos;:&apos;About Playlist&apos;}\" rel=\"noopener\">About Playlist</a>"
    },
    {
      "href": "/company/press",
      "text": "Press",
      "html": "<a href=\"/company/press\" tabindex=\"0\" class=\"menu-link\" data-tealium-details=\"{&apos;tealium_event&apos;:&apos;footer_menu_link_click&apos;, &apos;event_category&apos;:&apos;navigation&apos;, &apos;event_action&apos;:&apos;click&apos;, &apos;event_detail&apos;:&apos;Press&apos;}\" data-drupal-link-system-path=\"node/5427\">Press</a>"
    },
    {
      "href": "/company/contact-us",
      "text": "Contact Us",
      "html": "<a href=\"/company/contact-us\" target=\"_self\" tabindex=\"0\" class=\"menu-link\" data-tealium-details=\"{&apos;tealium_event&apos;:&apos;footer_menu_link_click&apos;, &apos;event_category&apos;:&apos;navigation&apos;, &apos;event_action&apos;:&apos;click&apos;, &apos;event_detail&apos;:&apos;Contact Us&apos;}\" data-drupal-link-system-path=\"node/4464\">Contact Us</a>"
    },
    {
      "href": "/company/brand",
      "text": "Brand Resources",
      "html": "<a href=\"/company/brand\" tabindex=\"0\" class=\"menu-link\" data-tealium-details=\"{&apos;tealium_event&apos;:&apos;footer_menu_link_click&apos;, &apos;event_category&apos;:&apos;navigation&apos;, &apos;event_action&apos;:&apos;click&apos;, &apos;event_detail&apos;:&apos;Brand Resources&apos;}\" data-drupal-link-system-path=\"node/4476\">Brand Resources</a>"
    },
    {
      "href": "/company/participate-in-research",
      "text": "Participate in Research",
      "html": "<a href=\"/company/participate-in-research\" tabindex=\"0\" class=\"menu-link\" data-tealium-details=\"{&apos;tealium_event&apos;:&apos;footer_menu_link_click&apos;, &apos;event_category&apos;:&apos;navigation&apos;, &apos;event_action&apos;:&apos;click&apos;, &apos;event_detail&apos;:&apos;Participate in Research&apos;}\" data-drupal-link-system-path=\"node/4459\">Participate in Research</a>"
    },
    {
      "href": "https://www.linkedin.com/company/mindbody/",
      "text": "Mindbody on LinkedIn",
      "html": "<a href=\"https://www.linkedin.com/company/mindbody/\" target=\"_blank\" rel=\"noopener noopener\" class=\"icon-linkedin white menu-link link--external\" tabindex=\"0\" data-tealium-details=\"{&apos;tealium_event&apos;:&apos;footer_menu_link_click&apos;, &apos;event_category&apos;:&apos;navigation&apos;, &apos;event_action&apos;:&apos;click&apos;, &apos;event_detail&apos;:&apos;Mindbody on LinkedIn&apos;}\">Mindbody on LinkedIn</a>"
    },
    {
      "href": "/company/legal/your-privacy-choices",
      "text": "Your Privacy Choices",
      "html": "<a href=\"/company/legal/your-privacy-choices\" class=\"link--privacyChoices menu-link\" tabindex=\"0\" data-tealium-details=\"{&apos;tealium_event&apos;:&apos;footer_menu_link_click&apos;,&apos;event_category&apos;:&apos;navigation&apos;,&apos;event_action&apos;:&apos;click&apos;,&apos;event_detail&apos;:&apos;Your Privacy Choices&apos;}\" data-drupal-link-system-path=\"node/5918\">Your Privacy Choices</a>"
    },
    {
      "href": "/company/legal/privacy-policy",
      "text": "Privacy Policy",
      "html": "<a href=\"/company/legal/privacy-policy\" tabindex=\"0\" class=\"menu-link\" data-tealium-details=\"{&apos;tealium_event&apos;:&apos;footer_menu_link_click&apos;,&apos;event_category&apos;:&apos;navigation&apos;,&apos;event_action&apos;:&apos;click&apos;,&apos;event_detail&apos;:&apos;Privacy Policy&apos;}\" data-drupal-link-system-path=\"node/5867\">Privacy Policy</a>"
    },
    {
      "href": "/company/legal/terms-of-service",
      "text": "Terms of Service",
      "html": "<a href=\"/company/legal/terms-of-service\" tabindex=\"0\" class=\"menu-link\" data-tealium-details=\"{&apos;tealium_event&apos;:&apos;footer_menu_link_click&apos;,&apos;event_category&apos;:&apos;navigation&apos;,&apos;event_action&apos;:&apos;click&apos;,&apos;event_detail&apos;:&apos;Terms of Service&apos;}\" data-drupal-link-system-path=\"node/5864\">Terms of Service</a>"
    },
    {
      "href": "/company/legal/consumer-agreement",
      "text": "Consumer Agreement",
      "html": "<a href=\"/company/legal/consumer-agreement\" tabindex=\"0\" class=\"menu-link\" data-tealium-details=\"{&apos;tealium_event&apos;:&apos;footer_menu_link_click&apos;,&apos;event_category&apos;:&apos;navigation&apos;,&apos;event_action&apos;:&apos;click&apos;,&apos;event_detail&apos;:&apos;Consumer Agreement&apos;}\" data-drupal-link-system-path=\"node/5901\">Consumer Agreement</a>"
    },
    {
      "href": "/company/legal/terms-of-service/intellectual-property-policy",
      "text": "Copyright Policy & Claims",
      "html": "<a href=\"/company/legal/terms-of-service/intellectual-property-policy\" tabindex=\"0\" class=\"menu-link\" data-tealium-details=\"{&apos;tealium_event&apos;:&apos;footer_menu_link_click&apos;,&apos;event_category&apos;:&apos;navigation&apos;,&apos;event_action&apos;:&apos;click&apos;,&apos;event_detail&apos;:&apos;Copyright Policy &amp; Claims&apos;}\" data-drupal-link-system-path=\"node/5885\">Copyright Policy &amp; Claims</a>"
    },
    {
      "href": "https://www.mindbodyonline.com/company/legal/consumer-agreement",
      "text": "Consumer Agreement",
      "html": "<a href=\"https://www.mindbodyonline.com/company/legal/consumer-agreement\" target=\"_blank\" class=\"truste-cookie-link\">Consumer Agreement</a>"
    },
    {
      "href": "https://www.mindbodyonline.com/company/legal/privacy-policy",
      "text": "Privacy Policy",
      "html": "<a href=\"https://www.mindbodyonline.com/company/legal/privacy-policy\" target=\"_blank\" class=\"truste-cookie-link\">Privacy Policy</a>"
    },
    {
      "href": "https://www.mindbodyonline.com/company/legal/privacy-policy",
      "text": "Privacy Policy",
      "html": "<a href=\"https://www.mindbodyonline.com/company/legal/privacy-policy\" id=\"truste-privacy-button\" target=\"_blank\">Privacy Policy</a>"
    },
    {
      "href": "https://www.mindbodyonline.com/company/legal/cookies-and-similar-technologies-policy",
      "text": "Cookie Policy",
      "html": "<a href=\"https://www.mindbodyonline.com/company/legal/cookies-and-similar-technologies-policy\" id=\"truste-cookie-button\" target=\"_blank\">Cookie Policy</a>"
    }
  ],
  "contactLinks": [
    {
      "href": "/business/technical-account-management",
      "text": "Technical Account Management Achieve your goals with premium support",
      "html": "<a class=\"menu-link\" role=\"menuitem\" data-tealium-details=\"{ &apos;tealium_event&apos;: &apos;nav_menu_link_click&apos;, &apos;event_category&apos;:&apos;navigation&apos;, &apos;event_action&apos;:&apos;click&apos;, &apos;event_detail&apos;:&apos;Technical Account Management&apos; }\" href=\"/business/technical-account-management\" tabindex=\"0\"> <div class=\"menu-item-title-wrapper\"> <div class=\"menu-item-title\">Technical Account Management</div> <div class=\"menu-item-subtext paragraph\"> Achieve..."
    },
    {
      "href": "https://support.mindbodyonline.com",
      "text": "Customer support Connect with our team for help when you need it",
      "html": "<a class=\"menu-link link--external\" role=\"menuitem\" data-tealium-details=\"{ &apos;tealium_event&apos;: &apos;nav_menu_link_click&apos;, &apos;event_category&apos;:&apos;navigation&apos;, &apos;event_action&apos;:&apos;click&apos;, &apos;event_detail&apos;:&apos;Customer support&apos; }\" href=\"https://support.mindbodyonline.com\" tabindex=\"0\" target=\"_blank\" rel=\"noopener\"> <div class=\"menu-item-title-wrapper\"> <div class=\"menu-item-title\">Customer support</div> <div class=\"menu-item-subtext pa..."
    },
    {
      "href": "/business/education/blog/reduce-churn-fitness-business",
      "text": "Blog Post How to Reduce Churn at Your Fitness Business Through Engagement and Consistency Shift from managing churn to building habits. Learn how to drive retention by helping members stay consistent, engaged, and connected to your studio. …",
      "html": "<a href=\"/business/education/blog/reduce-churn-fitness-business\" rel=\"bookmark\"><div class=\"assetTeaser__media\"><picture><source srcset=\"/sites/default/files/public/styles/crop_16_9_scale_592_x_333/public/2026-03/How%20to%20Reduce%20Churn%20at%20Your%20Fitness%20Business%20Through%20Engagement%20and%20Consistency%20.jpg.webp?h=10d202d3&amp;itok=Y_dHSFBG 1x, /sites/default/files/public/styles/crop_16_9_scale_1144_x_644/public/2026-03/How%20to%20Reduce%20Churn%20at%20Your%20Fitness%20Business%2..."
    },
    {
      "href": "/business/education/blog/client-experience-first",
      "text": "Blog Post Client Experience First: How Mindbody Supports Booking, Payments, and RetentionSee how Mindbody improves booking, payments, and retention, creating a seamless client journey from discovery to repeat visits.",
      "html": "<a href=\"/business/education/blog/client-experience-first\" rel=\"bookmark\"><div class=\"assetTeaser__media\"><picture><source srcset=\"/sites/default/files/public/styles/crop_16_9_scale_592_x_333/public/2026-02/Client%20Experience%20First-%20How%20Mindbody%20Supports%20Booking%2C%20Payments%2C%20and%20Retention.jpg.webp?h=10d202d3&amp;itok=ojHYlB7Q 1x, /sites/default/files/public/styles/crop_16_9_scale_1144_x_644/public/2026-02/Client%20Experience%20First-%20How%20Mindbody%20Supports%20Booking%2C..."
    },
    {
      "href": "/company/contact-us",
      "text": "Contact Us",
      "html": "<a href=\"/company/contact-us\" target=\"_self\" tabindex=\"0\" class=\"menu-link\" data-tealium-details=\"{&apos;tealium_event&apos;:&apos;footer_menu_link_click&apos;, &apos;event_category&apos;:&apos;navigation&apos;, &apos;event_action&apos;:&apos;click&apos;, &apos;event_detail&apos;:&apos;Contact Us&apos;}\" data-drupal-link-system-path=\"node/4464\">Contact Us</a>"
    },
    {
      "href": "https://support.mindbody.io",
      "text": "Get Help",
      "html": "<a href=\"https://support.mindbody.io\" target=\"_blank\" class=\"menu-link link--external\" tabindex=\"0\" data-tealium-details=\"{&apos;tealium_event&apos;:&apos;footer_menu_link_click&apos;, &apos;event_category&apos;:&apos;navigation&apos;, &apos;event_action&apos;:&apos;click&apos;, &apos;event_detail&apos;:&apos;Get Help&apos;}\" rel=\"noopener\">Get Help</a>"
    },
    {
      "href": "https://support.mindbodyonline.com/",
      "text": "Support Center",
      "html": "<a href=\"https://support.mindbodyonline.com/\" target=\"_blank\" class=\"menu-link link--external\" tabindex=\"0\" data-tealium-details=\"{&apos;tealium_event&apos;:&apos;footer_menu_link_click&apos;, &apos;event_category&apos;:&apos;navigation&apos;, &apos;event_action&apos;:&apos;click&apos;, &apos;event_detail&apos;:&apos;Support Center&apos;}\" rel=\"noopener\">Support Center</a>"
    },
    {
      "href": "/business/technical-account-management",
      "text": "Technical Account Management Achieve your goals with premium support",
      "html": "<a class=\"menu-link\" role=\"menuitem\" data-tealium-details=\"{ &apos;tealium_event&apos;: &apos;nav_menu_link_click&apos;, &apos;event_category&apos;:&apos;navigation&apos;, &apos;event_action&apos;:&apos;click&apos;, &apos;event_detail&apos;:&apos;Technical Account Management&apos; }\" href=\"/business/technical-account-management\" tabindex=\"0\"> <div class=\"menu-item-title-wrapper\"> <div class=\"menu-item-title\">Technical Account Management</div> <div class=\"menu-item-subtext paragraph\"> Achieve..."
    },
    {
      "href": "https://support.mindbodyonline.com",
      "text": "Customer support Connect with our team for help when you need it",
      "html": "<a class=\"menu-link link--external\" role=\"menuitem\" data-tealium-details=\"{ &apos;tealium_event&apos;: &apos;nav_menu_link_click&apos;, &apos;event_category&apos;:&apos;navigation&apos;, &apos;event_action&apos;:&apos;click&apos;, &apos;event_detail&apos;:&apos;Customer support&apos; }\" href=\"https://support.mindbodyonline.com\" tabindex=\"0\" target=\"_blank\" rel=\"noopener\"> <div class=\"menu-item-title-wrapper\"> <div class=\"menu-item-title\">Customer support</div> <div class=\"menu-item-subtext pa..."
    }
  ],
  "privacyLinks": [
    {
      "href": "/company/legal/your-privacy-choices",
      "text": "Your Privacy Choices",
      "html": "<a href=\"/company/legal/your-privacy-choices\" class=\"link--privacyChoices menu-link\" tabindex=\"0\" data-tealium-details=\"{&apos;tealium_event&apos;:&apos;footer_menu_link_click&apos;,&apos;event_category&apos;:&apos;navigation&apos;,&apos;event_action&apos;:&apos;click&apos;,&apos;event_detail&apos;:&apos;Your Privacy Choices&apos;}\" data-drupal-link-system-path=\"node/5918\">Your Privacy Choices</a>"
    },
    {
      "href": "/company/legal/privacy-policy",
      "text": "Privacy Policy",
      "html": "<a href=\"/company/legal/privacy-policy\" tabindex=\"0\" class=\"menu-link\" data-tealium-details=\"{&apos;tealium_event&apos;:&apos;footer_menu_link_click&apos;,&apos;event_category&apos;:&apos;navigation&apos;,&apos;event_action&apos;:&apos;click&apos;,&apos;event_detail&apos;:&apos;Privacy Policy&apos;}\" data-drupal-link-system-path=\"node/5867\">Privacy Policy</a>"
    },
    {
      "href": "/company/legal/terms-of-service",
      "text": "Terms of Service",
      "html": "<a href=\"/company/legal/terms-of-service\" tabindex=\"0\" class=\"menu-link\" data-tealium-details=\"{&apos;tealium_event&apos;:&apos;footer_menu_link_click&apos;,&apos;event_category&apos;:&apos;navigation&apos;,&apos;event_action&apos;:&apos;click&apos;,&apos;event_detail&apos;:&apos;Terms of Service&apos;}\" data-drupal-link-system-path=\"node/5864\">Terms of Service</a>"
    },
    {
      "href": "/company/legal/terms-of-service/intellectual-property-policy",
      "text": "Copyright Policy & Claims",
      "html": "<a href=\"/company/legal/terms-of-service/intellectual-property-policy\" tabindex=\"0\" class=\"menu-link\" data-tealium-details=\"{&apos;tealium_event&apos;:&apos;footer_menu_link_click&apos;,&apos;event_category&apos;:&apos;navigation&apos;,&apos;event_action&apos;:&apos;click&apos;,&apos;event_detail&apos;:&apos;Copyright Policy &amp; Claims&apos;}\" data-drupal-link-system-path=\"node/5885\">Copyright Policy &amp; Claims</a>"
    },
    {
      "href": "https://www.mindbodyonline.com/company/legal/privacy-policy",
      "text": "Privacy Policy",
      "html": "<a href=\"https://www.mindbodyonline.com/company/legal/privacy-policy\" target=\"_blank\" class=\"truste-cookie-link\">Privacy Policy</a>"
    },
    {
      "href": "https://www.mindbodyonline.com/company/legal/privacy-policy",
      "text": "Privacy Policy",
      "html": "<a href=\"https://www.mindbodyonline.com/company/legal/privacy-policy\" id=\"truste-privacy-button\" target=\"_blank\">Privacy Policy</a>"
    }
  ],
  "score": 60,
  "weight": 22
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

GEO: Explanatory content depth

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

2 Warning

Needs attention

GEO: Explanatory content depth

Warning
01

Issue

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

Details

02

Why it matters

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

Check name

GEO: Explanatory content depth

Score

75/100

Status

warning

Category

GEO, AIO & AEO

Maturity

Emerging recommendation

Goal

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

Result

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

Evidence
{
  "candidatePassages": 6,
  "citablePassages": 0,
  "failingCandidateParagraphs": [
    {
      "index": 35,
      "heading": "H2: Frequently Asked Questions",
      "text": "Yes, Mindbody can serve as a comprehensive platform that combines CRM, scheduling, and POS functionality in one system. The software includes client management features for tracking client information and relationships, robust scheduling capabilities for classes and appointments, and a complete point-of-sale system for processing transactions and managing retail products.",
      "words": 49,
      "hasEvidence": false,
      "reasons": [
        "Too short for a citation-ready passage (49 words; target 80-220).",
        "Missing a named source, statistic, date, percentage, report, or other evidence signal."
      ],
      "html": "<p>Yes, Mindbody can serve as a comprehensive platform that combines CRM, scheduling, and POS functionality in one system. The software includes client management features for tracking client information and relationships, robust scheduling capabilities for classes and appointments, and a complete point-of-sale system for processing transactions and managing retail products.</p>"
    },
    {
      "index": 42,
      "heading": "H2: Frequently Asked Questions",
      "text": "Mindbody handles payments through integrated payment processors that work directly with your software. Mindbody Payments, powered by Stripe, is a modern processing platform that allows you to accept payments through the Mindbody app, online store, or at your business location with industry-leading fraud protection and transparency into your income.",
      "words": 49,
      "hasEvidence": false,
      "reasons": [
        "Too short for a citation-ready passage (49 words; target 80-220).",
        "Missing a named source, statistic, date, percentage, report, or other evidence signal."
      ],
      "html": "<p>Mindbody handles payments through integrated payment processors that work directly with your software. Mindbody Payments, powered by Stripe, is a modern processing platform that allows you to accept payments through the Mindbody app, online store, or at your business location with industry-leading fraud protection and transparency into your&#xa0;income.</p>"
    },
    {
      "index": 57,
      "heading": "H2: Frequently Asked Questions",
      "text": "Mindbody offers a range of reports and dashboards to track performance across sales, clients, staff, and marketing. You can monitor revenue, attendance, payroll, retention, and lead conversion, plus view key metrics in real time through customizable dashboards and automated report delivery.",
      "words": 41,
      "hasEvidence": true,
      "reasons": [
        "Too short for a citation-ready passage (41 words; target 80-220)."
      ],
      "html": "<p>Mindbody offers a range of reports and dashboards to track performance across sales, clients, staff, and marketing. You can monitor revenue, attendance, payroll, retention, and lead conversion, plus view key metrics in real time through customizable dashboards and automated report delivery.</p>"
    },
    {
      "index": 60,
      "heading": "H2: Frequently Asked Questions",
      "text": "For Enterprise Solutions, you get network-wide control with a corporate dashboard that provides a complete view of all regions and locations. This includes corporate-level reporting with business intelligence dashboards, cross-location reports on sales, clients, and visits, and year-over-year revenue metrics.",
      "words": 40,
      "hasEvidence": false,
      "reasons": [
        "Too short for a citation-ready passage (40 words; target 80-220).",
        "Missing a named source, statistic, date, percentage, report, or other evidence signal."
      ],
      "html": "<p>For Enterprise Solutions, you get network-wide control with a corporate dashboard that provides a complete view of all regions and locations. This includes corporate-level reporting with business intelligence dashboards, cross-location reports on sales, clients, and visits, and year-over-year revenue metrics.</p>"
    },
    {
      "index": 62,
      "heading": "H2: Frequently Asked Questions",
      "text": "For smaller businesess, the datashare (multi-location) setup is ideal for locations that are close together and where clients frequently move between those locations. Mindbody software shows shared services, pricing, clients, and staff for multiple locations, while each location has its own dropdown menu for location-specific management.",
      "words": 46,
      "hasEvidence": false,
      "reasons": [
        "Too short for a citation-ready passage (46 words; target 80-220).",
        "Missing a named source, statistic, date, percentage, report, or other evidence signal."
      ],
      "html": "<p>For smaller businesess, the datashare (multi-location) setup is ideal for locations that are close together and where clients frequently move between those locations. Mindbody software shows shared services, pricing, clients, and staff for multiple locations, while each location has its own dropdown menu for location-specific management.</p>"
    },
    {
      "index": 71,
      "heading": "H2: Frequently Asked Questions",
      "text": "The CAPTERRA and GetApp logos are service marks of Gartner, Inc. and/or its affiliates and are used herein with permission. All rights reserved. Capterra reviews constitute the subjective opinions of individual end users based on their own experiences and do not represent the views of Capterra or its affiliates. G2 logo and reviews are trademarks of G2.com, Inc.",
      "words": 60,
      "hasEvidence": false,
      "reasons": [
        "Too short for a citation-ready passage (60 words; target 80-220).",
        "Missing a named source, statistic, date, percentage, report, or other evidence signal."
      ],
      "html": "<p><br>The&#xa0;CAPTERRA and&#xa0;GetApp&#xa0;logos are service marks of Gartner, Inc. and/or its affiliates and are used&#xa0;herein&#xa0;with permission. All rights reserved. Capterra reviews constitute the subjective opinions of individual end users based on their own experiences and do not&#xa0;represent&#xa0;the views of Capterra or its affiliates. G2 logo and reviews are trademarks of&#xa0;<a href=\"https://www.g2.com/\" target=\"_blank\" rel=\"noopener\" class=\"link--external\">G2.com</a>,&#x..."
    }
  ],
  "citableParagraphs": [],
  "score": 75,
  "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

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

Details

02

Why it matters

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

Check name

AIO: Answer block readiness

Score

65/100

Status

warning

Category

GEO, AIO & AEO

Maturity

Emerging recommendation

Goal

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

Result

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

Evidence
{
  "sectionCount": 46,
  "passing": 4,
  "failing": [
    {
      "heading": "Primary",
      "headingHtml": "<h2 class=\"visually-hidden\" id=\"block-menu-primary-menu\">Primary</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Features",
      "headingHtml": "<h3><button>Features</button></h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Resources",
      "headingHtml": "<h3><button>Resources</button></h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Menu - Action",
      "headingHtml": "<h2 class=\"visually-hidden\" id=\"block-menu-action-menu\">Menu -&#xa0;Action</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Business management software",
      "headingHtml": "<h2 class=\"heroContent__preheading heading--preheading--dark heading--preheading--dark\"> Business management software </h2>",
      "firstParagraph": "Unlock exclusive access to our revenue-generating tools, including the world's largest fitness & wellness marketplace. With Mindbody, you're on the #1 platform in the business.",
      "paragraphHtml": "<p>Unlock exclusive access to our revenue-generating tools, including the world&apos;s largest fitness &amp; wellness marketplace. With Mindbody, you&apos;re on the #1 platform in the business.</p>",
      "words": 24,
      "direct": false,
      "issue": "First paragraph is 24 words and does not look like a concise direct answer."
    },
    {
      "heading": "Business management software",
      "headingHtml": "<h2 class=\"form__preheading heading--preheading--dark\"> Business management software </h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "More revenue. More clients. More growth.",
      "headingHtml": "<h2 class=\"form__heading heading--alpha\">More revenue. More clients. More&#xa0;growth.</h2>",
      "firstParagraph": "Unlock exclusive access to our revenue-generating tools, including the world's largest fitness & wellness marketplace. With Mindbody, you're on the #1 platform in the business.",
      "paragraphHtml": "<p>Unlock exclusive access to our revenue-generating tools, including the world&apos;s largest fitness &amp; wellness marketplace. With Mindbody, you&apos;re on the #1 platform in the business.</p>",
      "words": 24,
      "direct": false,
      "issue": "First paragraph is 24 words and does not look like a concise direct answer."
    },
    {
      "heading": "Trusted by the world's top fitness, beauty & wellness brands",
      "headingHtml": "<h2 class=\"logoBar__heading heading--alpha ctnr-main-margin\">Trusted by the world&apos;s top fitness, beauty &amp; wellness&#xa0;brands</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Run your business with confidence",
      "headingHtml": "<h2 class=\"sectionTwoColumnMediaTextContainer__heading heading--alpha\"> Run your business with confidence </h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Process payments with ease",
      "headingHtml": "<h2 class=\"heading--gamma interactiveCard__heading\">Process payments with&#xa0;ease</h2>",
      "firstParagraph": "Accept payments anytime, anywhere. Handle every sale on one system for quick & easy checkout paired with powerful reporting.",
      "paragraphHtml": "<p>Accept payments anytime, anywhere. Handle every sale on one system for quick &amp; easy checkout paired with powerful reporting.&#xa0;</p>",
      "words": 18,
      "direct": false,
      "issue": "First paragraph is 18 words and does not look like a concise direct answer."
    },
    {
      "heading": "Turn new clients into regulars—automatically",
      "headingHtml": "<h2 class=\"heading--gamma interactiveCard__heading\"> Turn new clients into regulars&#x2014;automatically </h2>",
      "firstParagraph": "With automated email and text campaigns, you can easily collect contact info and convert newcomers into loyal clients. Send smarter, more personalized messages fully integrated with Mindbody.",
      "paragraphHtml": "<p><span lang=\"EN-US\">With automated email and text campaigns, you can easily collect contact info and convert newcomers into loyal clients. Send smarter, more personalized messages fully integrated with Mindbody.</span></p>",
      "words": 27,
      "direct": false,
      "issue": "First paragraph is 27 words and does not look like a concise direct answer."
    },
    {
      "heading": "Motivate your team",
      "headingHtml": "<h2 class=\"heading--gamma interactiveCard__heading\"> Motivate your team&#xa0; </h2>",
      "firstParagraph": "Keep your people moving with integrated staffing tools. From scheduling to performance reviews, automated substitutions to payroll, it's all on Mindbody.",
      "paragraphHtml": "<p>Keep your people moving with integrated staffing tools. From scheduling to performance reviews, automated substitutions to payroll, it&apos;s all on Mindbody.</p>",
      "words": 21,
      "direct": false,
      "issue": "First paragraph is 21 words and does not look like a concise direct answer."
    },
    {
      "heading": "Give your clients the power of choice",
      "headingHtml": "<h2 class=\"heading--gamma interactiveCard__heading\">Give your clients the power of&#xa0;choice</h2>",
      "firstParagraph": "From our Mindbody app to your website, from mobile to web, we have easy booking options for every device.",
      "paragraphHtml": "<p>From our <span>Mindbody app</span> to your website, from mobile to web, we have easy booking options for every device.&#xa0;</p>",
      "words": 19,
      "direct": false,
      "issue": "First paragraph is 19 words and does not look like a concise direct answer."
    },
    {
      "heading": "Create your own app",
      "headingHtml": "<h2 class=\"heading--gamma interactiveCard__heading\">Create your own&#xa0;app</h2>",
      "firstParagraph": "We'll design an app for your brand that elevates your member experience, without the hassles. Available for iOS and Android.",
      "paragraphHtml": "<p>We&apos;ll design an app for your brand that elevates your member experience, without the hassles. Available for iOS and Android.</p>",
      "words": 20,
      "direct": false,
      "issue": "First paragraph is 20 words and does not look like a concise direct answer."
    },
    {
      "heading": "What you get with Mindbody",
      "headingHtml": "<h2 class=\"twoColumnList__heading heading--alpha\">What you get with Mindbody</h2>",
      "firstParagraph": "More support. More features. More opportunities.",
      "paragraphHtml": "<p class=\"paragraph paragraph--large\">More support. More features. More opportunities.</p>",
      "words": 6,
      "direct": false,
      "issue": "First paragraph is 6 words and does not look like a concise direct answer."
    },
    {
      "heading": "Unlimited users",
      "headingHtml": "<h3 class=\"heading--zeta\">Unlimited users</h3>",
      "firstParagraph": "Have as many logins as you need per location.",
      "paragraphHtml": "<p>Have as many logins as you need per location.</p>",
      "words": 9,
      "direct": false,
      "issue": "First paragraph is 9 words and does not look like a concise direct answer."
    },
    {
      "heading": "Live customer support",
      "headingHtml": "<h3 class=\"heading--zeta\">Live customer support</h3>",
      "firstParagraph": "We're available to answer any of your software questions.",
      "paragraphHtml": "<p>We&apos;re available to answer any&#x2028;of your software questions.</p>",
      "words": 9,
      "direct": false,
      "issue": "First paragraph is 9 words and does not look like a concise direct answer."
    },
    {
      "heading": "Access on any device",
      "headingHtml": "<h3 class=\"heading--zeta\">Access on any device</h3>",
      "firstParagraph": "Manage from anywhere on your phone or tablet.",
      "paragraphHtml": "<p>Manage from anywhere on your phone or&#xa0;tablet.</p>",
      "words": 8,
      "direct": false,
      "issue": "First paragraph is 8 words and does not look like a concise direct answer."
    },
    {
      "heading": "1-on-1 setup and training",
      "headingHtml": "<h3 class=\"heading--zeta\">1-on-1 setup and training</h3>",
      "firstParagraph": "We'll help you get started faster with personalized training.",
      "paragraphHtml": "<p>We&apos;ll help you get started faster with personalized training.</p>",
      "words": 9,
      "direct": false,
      "issue": "First paragraph is 9 words and does not look like a concise direct answer."
    },
    {
      "heading": "Business education",
      "headingHtml": "<h3 class=\"heading--zeta\">Business education</h3>",
      "firstParagraph": "Get access to guides, templates, and industry insights.",
      "paragraphHtml": "<p>Get access to guides, templates, and industry insights.</p>",
      "words": 8,
      "direct": false,
      "issue": "First paragraph is 8 words and does not look like a concise direct answer."
    },
    {
      "heading": "Data migration support",
      "headingHtml": "<h3 class=\"heading--zeta\">Data migration support</h3>",
      "firstParagraph": "We'll assist you in moving your information to our platform.",
      "paragraphHtml": "<p>We&apos;ll assist you in moving your information to our platform.</p>",
      "words": 10,
      "direct": false,
      "issue": "First paragraph is 10 words and does not look like a concise direct answer."
    },
    {
      "heading": "Why Mindbody?",
      "headingHtml": "<h2 class=\"grid__heading heading--alpha\"> Why Mindbody? </h2>",
      "firstParagraph": "There are over 3 million active users searching, booking & buying on the Mindbody app.",
      "paragraphHtml": "<p>There are over 3 million active users searching, booking &amp; buying on the Mindbody&#xa0;app.</p>",
      "words": 14,
      "direct": false,
      "issue": "First paragraph is 14 words and does not look like a concise direct answer."
    },
    {
      "heading": "Partner with a trusted leader",
      "headingHtml": "<h2 class=\"sectionOneColumn__headingOptional heading--alpha\">Partner with a trusted&#xa0;leader</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "What our customers are saying:",
      "headingHtml": "<h2 class=\"grid__heading heading--alpha\">What our customers are&#xa0;saying:</h2>",
      "firstParagraph": "\"Mindbody helped us grow from about $150,000 a month, to nearly $600,000 in revenue per month.\"​",
      "paragraphHtml": "<p>&quot;Mindbody helped us grow from about &#x24;150,000 a month, to nearly &#x24;600,000 in revenue per month.&quot;&#x200b;</p>",
      "words": 18,
      "direct": false,
      "issue": "First paragraph is 18 words and does not look like a concise direct answer."
    },
    {
      "heading": "Flexible tools for every type of business:",
      "headingHtml": "<h2 class=\"grid__heading heading--alpha\"> Flexible tools for every type of business: </h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Fitness",
      "headingHtml": "<h3 class=\"heading--epsilon\"> Fitness </h3>",
      "firstParagraph": "We have everything your studio or gym needs: class check-in, staffing tools, marketing, reporting, and lead management.",
      "paragraphHtml": "<p>We have everything your studio or gym needs: class check-in, staffing tools, marketing, reporting, and lead management.&#xa0;</p>",
      "words": 17,
      "direct": false,
      "issue": "First paragraph is 17 words and does not look like a concise direct answer."
    },
    {
      "heading": "Beauty",
      "headingHtml": "<h3 class=\"heading--epsilon\"> Beauty&#xa0; </h3>",
      "firstParagraph": "Find out how to keep your appointment book full, run seamless transactions, and turn missed calls into client bookings.",
      "paragraphHtml": "<p>Find out how to keep your appointment book full, run seamless transactions, and turn missed calls into client bookings.&#xa0;</p>",
      "words": 19,
      "direct": false,
      "issue": "First paragraph is 19 words and does not look like a concise direct answer."
    },
    {
      "heading": "Wellness",
      "headingHtml": "<h3 class=\"heading--epsilon\"> Wellness&#xa0; </h3>",
      "firstParagraph": "Learn about our solutions for scheduling & promoting your services, customizing your website, and managing memberships.",
      "paragraphHtml": "<p>Learn about our solutions for scheduling &amp; promoting your services, customizing your website, and managing memberships.&#xa0;</p>",
      "words": 15,
      "direct": false,
      "issue": "First paragraph is 15 words and does not look like a concise direct answer."
    },
    {
      "heading": "Ignite your brand with the software built for growth",
      "headingHtml": "<h2 class=\"form__heading heading--alpha\"> Ignite your brand with the software built for growth&#xa0; </h2>",
      "firstParagraph": "We'll show you how to:",
      "paragraphHtml": "<p>We&apos;ll show you how to:&#xa0;</p>",
      "words": 5,
      "direct": false,
      "issue": "First paragraph is 5 words and does not look like a concise direct answer."
    },
    {
      "heading": "Fresh research, ideas, and inspiration",
      "headingHtml": "<h2 class=\"heading--alpha recommendedResources__heading\"> Fresh research, ideas, and inspiration </h2>",
      "firstParagraph": "Mindbody's expertise goes way beyond software. Get the extra resources and in-depth education you need to succeed.",
      "paragraphHtml": "<p>Mindbody&apos;s expertise goes way beyond software. Get the extra resources and in-depth education you need to succeed.</p>",
      "words": 17,
      "direct": false,
      "issue": "First paragraph is 17 words and does not look like a concise direct answer."
    },
    {
      "heading": "Blog Post",
      "headingHtml": "<h3 class=\"heading--preheading--dark\"> Blog Post </h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "How to Reduce Churn at Your Fitness Business Through Engagement and Consistency",
      "headingHtml": "<h2 class=\"heading--zeta\"><span>How to Reduce Churn at Your Fitness Business Through Engagement and Consistency&#xa0;</span></h2>",
      "firstParagraph": "Shift from managing churn to building habits. Learn how to drive retention by helping members stay consistent, engaged, and connected to your studio. …",
      "paragraphHtml": "<p class=\"paragraph \">Shift from managing churn to building habits. Learn how to drive retention by helping members stay consistent, engaged, and connected to your studio. &#xa0;&#x2026;</p>",
      "words": 23,
      "direct": false,
      "issue": "First paragraph is 23 words and does not look like a concise direct answer."
    },
    {
      "heading": "Blog Post",
      "headingHtml": "<h3 class=\"heading--preheading--dark\"> Blog Post </h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Built to Grow: 5 Fitness Businesses on the Benefits of Using Mindbody",
      "headingHtml": "<h2 class=\"heading--zeta\"><span>Built to Grow: 5 Fitness Businesses on the Benefits of Using Mindbody</span></h2>",
      "firstParagraph": "Hear from Rise Pilates, Training Collective, Grouse Studio, Peaches Pilates, and Combine Air on what keeps their businesses moving and growing.",
      "paragraphHtml": "<p class=\"paragraph \"> Hear from Rise Pilates, Training Collective, Grouse Studio, Peaches Pilates, and Combine Air on what keeps their businesses moving and growing. </p>",
      "words": 21,
      "direct": false,
      "issue": "First paragraph is 21 words and does not look like a concise direct answer."
    },
    {
      "heading": "Blog Post",
      "headingHtml": "<h3 class=\"heading--preheading--dark\"> Blog Post </h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Client Experience First: How Mindbody Supports Booking, Payments, and Retention",
      "headingHtml": "<h2 class=\"heading--zeta\"><span>Client Experience First: How Mindbody Supports Booking, Payments, and Retention</span></h2>",
      "firstParagraph": "See how Mindbody improves booking, payments, and retention, creating a seamless client journey from discovery to repeat visits.",
      "paragraphHtml": "<p class=\"paragraph \">See how Mindbody improves booking, payments, and retention, creating a seamless client journey from discovery to repeat&#xa0;visits.</p>",
      "words": 18,
      "direct": false,
      "issue": "First paragraph is 18 words and does not look like a concise direct answer."
    },
    {
      "heading": "Menu - Footer",
      "headingHtml": "<h2 class=\"visually-hidden\" id=\"block-menufooter-menu\">Menu -&#xa0;Footer</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Menu - Copyright",
      "headingHtml": "<h2 class=\"visually-hidden\" id=\"block-copyright-menu\">Menu - Copyright</h2>",
      "firstParagraph": "Copyright © 2026 MINDBODY, Inc.",
      "paragraphHtml": "<p class=\"main-footer--copyright__text paragraph paragraph--tiny\">Copyright &#xa9; 2026 MINDBODY,&#xa0;Inc.</p>",
      "words": 4,
      "direct": false,
      "issue": "First paragraph is 4 words and does not look like a concise direct answer."
    },
    {
      "heading": "Menu - Primary - Mobile",
      "headingHtml": "<h2 class=\"visually-hidden\" id=\"block-menu-primary-mobile-menu\">Menu - Primary -&#xa0;Mobile</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Features",
      "headingHtml": "<h3><button>Features</button></h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Resources",
      "headingHtml": "<h3><button>Resources</button></h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Menu - Action - Mobile",
      "headingHtml": "<h2 class=\"visually-hidden\" id=\"block-menu-action-mobile-menu\">Menu - Action -&#xa0;Mobile</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    }
  ],
  "score": 65,
  "weight": 8
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

GEO: Entity clarity

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

2 Warning

Needs attention

GEO: Entity clarity

Warning
01

Issue

Title/H1 terms missing from description: best, management, more, revenue, clients.

Details

02

Why it matters

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

Check name

GEO: Entity clarity

Score

85/100

Status

warning

Category

GEO, AIO & AEO

Maturity

Emerging recommendation

Goal

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

Result

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

Evidence
{
  "title": "Best Fitness & Wellness Management Software | Mindbody",
  "h1": "More revenue. More clients. More growth.",
  "description": "Fuel the growth of your business with Mindbody's all-in-one software-the only platform powered by 20+ years of experience in fitness, beauty, and wellness.",
  "topicOverlap": 0.5,
  "topicTerms": [
    "best",
    "fitness",
    "wellness",
    "management",
    "software",
    "mindbody",
    "more",
    "revenue",
    "clients",
    "growth"
  ],
  "descriptionTerms": [
    "fuel",
    "growth",
    "business",
    "mindbody",
    "all",
    "one",
    "software",
    "only",
    "platform",
    "powered",
    "years",
    "experience",
    "fitness",
    "beauty",
    "wellness"
  ],
  "missingFromDescription": [
    "best",
    "management",
    "more",
    "revenue",
    "clients"
  ],
  "score": 85,
  "weight": 28
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

GEO: Extraction-friendly structure

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

2 Warning

Needs attention

GEO: Extraction-friendly structure

Warning
01

Issue

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

Details

02

Why it matters

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

Check name

GEO: Extraction-friendly structure

Score

85/100

Status

warning

Category

GEO, AIO & AEO

Maturity

Emerging recommendation

Goal

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

Result

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

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

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

AIO: Page experience for AIO

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

1 Warning

Needs attention

AIO: Page experience for AIO

Warning
01

Issue

2 image(s) are missing width/height attributes. 1 possible modal/interstitial element(s) detected.

Details

02

Why it matters

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

Check name

AIO: Page experience for AIO

Score

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

Evidence
{
  "viewportContent": "width=device-width, initial-scale=1.0",
  "visibleWords": 2811,
  "htmlBytes": 350416,
  "imagesMissingDimensions": [
    {
      "src": "/themes/mindbody/dist/patterns/images/global/mindbody-logos/mb-logo-combined.svg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img class=\"mainFooter__logo\" src=\"/themes/mindbody/dist/patterns/images/global/mindbody-logos/mb-logo-combined.svg\" alt=\"Mindbody logo\">"
    },
    {
      "src": "https://consent.trustarc.com/get?name=mindbody_close.svg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"https://consent.trustarc.com/get?name=mindbody_close.svg\" alt=\"Close Button\">"
    }
  ],
  "possibleDialogs": [
    "<div class=\"dialog-off-canvas-main-canvas\" data-off-canvas-main-canvas> <div class=\"layout-container nodeID--3958\"> <div class=\"getADemoSticky\"> <a href=\"/business/get-started\" class=\"btn btn--primary\" data-tealium-details=\"{ &apos;tealium_event&apos;: &apos;nav_menu_link_click&apos;, &apos;event_category&apos;: &apos;navigation&apos;, &apos;event_action&apos;: &apos;click&apos;, &apos;event_detail&apos;: &apos;Get a demo&apos; }\"> Get a Demo </a> </div> <header id=\"header-main\" class=\"header..."
  ],
  "score": 85,
  "weight": 10
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

AEO: Answer intent coverage

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

1 Warning

Needs attention

AEO: Answer intent coverage

Warning
01

Issue

Missing likely AI Overview intent sections: 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": "Primary",
      "html": "<h2 class=\"visually-hidden\" id=\"block-menu-primary-menu\">Primary</h2>"
    },
    {
      "text": "Menu - Action",
      "html": "<h2 class=\"visually-hidden\" id=\"block-menu-action-menu\">Menu -&#xa0;Action</h2>"
    },
    {
      "text": "Business management software",
      "html": "<h2 class=\"heroContent__preheading heading--preheading--dark heading--preheading--dark\"> Business management software </h2>"
    },
    {
      "text": "Business management software",
      "html": "<h2 class=\"form__preheading heading--preheading--dark\"> Business management software </h2>"
    },
    {
      "text": "More revenue. More clients. More growth.",
      "html": "<h2 class=\"form__heading heading--alpha\">More revenue. More clients. More&#xa0;growth.</h2>"
    },
    {
      "text": "Trusted by the world's top fitness, beauty & wellness brands",
      "html": "<h2 class=\"logoBar__heading heading--alpha ctnr-main-margin\">Trusted by the world&apos;s top fitness, beauty &amp; wellness&#xa0;brands</h2>"
    },
    {
      "text": "Run your business with confidence",
      "html": "<h2 class=\"sectionTwoColumnMediaTextContainer__heading heading--alpha\"> Run your business with confidence </h2>"
    },
    {
      "text": "Process payments with ease",
      "html": "<h2 class=\"heading--gamma interactiveCard__heading\">Process payments with&#xa0;ease</h2>"
    },
    {
      "text": "Turn new clients into regulars—automatically",
      "html": "<h2 class=\"heading--gamma interactiveCard__heading\"> Turn new clients into regulars&#x2014;automatically </h2>"
    },
    {
      "text": "Motivate your team",
      "html": "<h2 class=\"heading--gamma interactiveCard__heading\"> Motivate your team&#xa0; </h2>"
    },
    {
      "text": "Give your clients the power of choice",
      "html": "<h2 class=\"heading--gamma interactiveCard__heading\">Give your clients the power of&#xa0;choice</h2>"
    },
    {
      "text": "Take control of your calendar",
      "html": "<h2 class=\"heading--gamma interactiveCard__heading\"> Take control of your calendar </h2>"
    },
    {
      "text": "Track your success",
      "html": "<h2 class=\"heading--gamma interactiveCard__heading\">Track your&#xa0;success</h2>"
    },
    {
      "text": "Create your own app",
      "html": "<h2 class=\"heading--gamma interactiveCard__heading\">Create your own&#xa0;app</h2>"
    },
    {
      "text": "What you get with Mindbody",
      "html": "<h2 class=\"twoColumnList__heading heading--alpha\">What you get with Mindbody</h2>"
    },
    {
      "text": "Businesses grow their revenue by an average of 45% in 6 months1",
      "html": "<h2 class=\"heading--gamma sectionContent__heading\"> Businesses grow their revenue by an average of 45% in 6 months<small><sup>1</sup></small></h2>"
    },
    {
      "text": "Why Mindbody?",
      "html": "<h2 class=\"grid__heading heading--alpha\"> Why Mindbody? </h2>"
    },
    {
      "text": "Partner with a trusted leader",
      "html": "<h2 class=\"sectionOneColumn__headingOptional heading--alpha\">Partner with a trusted&#xa0;leader</h2>"
    },
    {
      "text": "What our customers are saying:",
      "html": "<h2 class=\"grid__heading heading--alpha\">What our customers are&#xa0;saying:</h2>"
    },
    {
      "text": "Flexible tools for every type of business:",
      "html": "<h2 class=\"grid__heading heading--alpha\"> Flexible tools for every type of business: </h2>"
    },
    {
      "text": "Ignite your brand with the software built for growth",
      "html": "<h2 class=\"form__heading heading--alpha\"> Ignite your brand with the software built for growth&#xa0; </h2>"
    },
    {
      "text": "Fresh research, ideas, and inspiration",
      "html": "<h2 class=\"heading--alpha recommendedResources__heading\"> Fresh research, ideas, and inspiration </h2>"
    },
    {
      "text": "How to Reduce Churn at Your Fitness Business Through Engagement and Consistency",
      "html": "<h2 class=\"heading--zeta\"><span>How to Reduce Churn at Your Fitness Business Through Engagement and Consistency&#xa0;</span></h2>"
    },
    {
      "text": "Built to Grow: 5 Fitness Businesses on the Benefits of Using Mindbody",
      "html": "<h2 class=\"heading--zeta\"><span>Built to Grow: 5 Fitness Businesses on the Benefits of Using Mindbody</span></h2>"
    },
    {
      "text": "Client Experience First: How Mindbody Supports Booking, Payments, and Retention",
      "html": "<h2 class=\"heading--zeta\"><span>Client Experience First: How Mindbody Supports Booking, Payments, and Retention</span></h2>"
    },
    {
      "text": "Frequently Asked Questions",
      "html": "<h2 class=\"heading--gamma\"> Frequently Asked Questions </h2>"
    },
    {
      "text": "Menu - Footer",
      "html": "<h2 class=\"visually-hidden\" id=\"block-menufooter-menu\">Menu -&#xa0;Footer</h2>"
    },
    {
      "text": "Menu - Copyright",
      "html": "<h2 class=\"visually-hidden\" id=\"block-copyright-menu\">Menu - Copyright</h2>"
    },
    {
      "text": "Menu - Primary - Mobile",
      "html": "<h2 class=\"visually-hidden\" id=\"block-menu-primary-mobile-menu\">Menu - Primary -&#xa0;Mobile</h2>"
    },
    {
      "text": "Menu - Action - Mobile",
      "html": "<h2 class=\"visually-hidden\" id=\"block-menu-action-mobile-menu\">Menu - Action -&#xa0;Mobile</h2>"
    }
  ],
  "expected": [
    {
      "id": "what",
      "label": "What is Fitness & Wellness Management Software?",
      "pattern": {}
    },
    {
      "id": "how",
      "label": "How does Fitness & Wellness Management Software work?",
      "pattern": {}
    },
    {
      "id": "benefits",
      "label": "Why use Fitness & Wellness Management Software?",
      "pattern": {}
    },
    {
      "id": "cost",
      "label": "Is Fitness & Wellness Management Software free or paid?",
      "pattern": {}
    },
    {
      "id": "compare",
      "label": "How does Fitness & Wellness Management Software compare with alternatives?",
      "pattern": {}
    }
  ],
  "missing": [
    {
      "id": "cost",
      "label": "Is Fitness & Wellness Management Software free or paid?",
      "pattern": {}
    },
    {
      "id": "compare",
      "label": "How does Fitness & Wellness Management Software compare with alternatives?",
      "pattern": {}
    }
  ],
  "score": 70,
  "weight": 8
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

AEO: Entity and definition clarity

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

1 Warning

Needs attention

AEO: Entity and definition clarity

Warning
01

Issue

Entity or definition gaps: best, management, more, revenue, clients.

Details

02

Why it matters

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

Check name

AEO: Entity and definition clarity

Score

88/100

Status

warning

Category

GEO, AIO & AEO

Maturity

Emerging recommendation

Goal

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

Result

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

Evidence
{
  "title": "Best Fitness & Wellness Management Software | Mindbody",
  "h1": "More revenue. More clients. More growth.",
  "description": "Fuel the growth of your business with Mindbody's all-in-one software-the only platform powered by 20+ years of experience in fitness, beauty, and wellness.",
  "topicOverlap": 0.5,
  "definitionCount": 17,
  "topicTerms": [
    "best",
    "fitness",
    "wellness",
    "management",
    "software",
    "mindbody",
    "more",
    "revenue",
    "clients",
    "growth"
  ],
  "descriptionTerms": [
    "fuel",
    "growth",
    "business",
    "mindbody",
    "all",
    "one",
    "software",
    "only",
    "platform",
    "powered",
    "years",
    "experience",
    "fitness",
    "beauty",
    "wellness"
  ],
  "missingFromDescription": [
    "best",
    "management",
    "more",
    "revenue",
    "clients"
  ],
  "score": 88,
  "weight": 18
}

Agent Ease of UseAPIEmerging recommendation

AI context endpoint

AI context endpoint is informational for this page.

Informational

Needs attention

AI context endpoint

Informational
01

Issue

AI context endpoint is informational for this page.

02

Why it matters

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

Check name

AI context endpoint

Score

100/100

Status

informational

Category

API

Maturity

Emerging recommendation

Goal

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

Result

AI context endpoint is informational for this page.

Validation steps

  1. Fetch to find resource

    AI context endpoint was not found at the expected path.

Evidence
{
  "steps": [
    {
      "id": "fetch",
      "title": "Fetch to find resource",
      "status": "informational",
      "evidence": {
        "checked": [
          {
            "path": "/api/ai/context",
            "statusCode": 404,
            "contentType": "text/html; charset=UTF-8",
            "length": 199950
          },
          {
            "path": "/api/context",
            "statusCode": 404,
            "contentType": "text/html; charset=UTF-8",
            "length": 199925
          },
          {
            "path": "/context",
            "statusCode": 404,
            "contentType": "text/html; charset=UTF-8",
            "length": 199893
          }
        ]
      },
      "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: 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": "Primary",
      "html": "<h2 class=\"visually-hidden\" id=\"block-menu-primary-menu\">Primary</h2>"
    },
    {
      "text": "Menu - Action",
      "html": "<h2 class=\"visually-hidden\" id=\"block-menu-action-menu\">Menu -&#xa0;Action</h2>"
    },
    {
      "text": "Business management software",
      "html": "<h2 class=\"heroContent__preheading heading--preheading--dark heading--preheading--dark\"> Business management software </h2>"
    },
    {
      "text": "Business management software",
      "html": "<h2 class=\"form__preheading heading--preheading--dark\"> Business management software </h2>"
    },
    {
      "text": "More revenue. More clients. More growth.",
      "html": "<h2 class=\"form__heading heading--alpha\">More revenue. More clients. More&#xa0;growth.</h2>"
    },
    {
      "text": "Trusted by the world's top fitness, beauty & wellness brands",
      "html": "<h2 class=\"logoBar__heading heading--alpha ctnr-main-margin\">Trusted by the world&apos;s top fitness, beauty &amp; wellness&#xa0;brands</h2>"
    },
    {
      "text": "Run your business with confidence",
      "html": "<h2 class=\"sectionTwoColumnMediaTextContainer__heading heading--alpha\"> Run your business with confidence </h2>"
    },
    {
      "text": "Process payments with ease",
      "html": "<h2 class=\"heading--gamma interactiveCard__heading\">Process payments with&#xa0;ease</h2>"
    },
    {
      "text": "Turn new clients into regulars—automatically",
      "html": "<h2 class=\"heading--gamma interactiveCard__heading\"> Turn new clients into regulars&#x2014;automatically </h2>"
    },
    {
      "text": "Motivate your team",
      "html": "<h2 class=\"heading--gamma interactiveCard__heading\"> Motivate your team&#xa0; </h2>"
    },
    {
      "text": "Give your clients the power of choice",
      "html": "<h2 class=\"heading--gamma interactiveCard__heading\">Give your clients the power of&#xa0;choice</h2>"
    },
    {
      "text": "Take control of your calendar",
      "html": "<h2 class=\"heading--gamma interactiveCard__heading\"> Take control of your calendar </h2>"
    },
    {
      "text": "Track your success",
      "html": "<h2 class=\"heading--gamma interactiveCard__heading\">Track your&#xa0;success</h2>"
    },
    {
      "text": "Create your own app",
      "html": "<h2 class=\"heading--gamma interactiveCard__heading\">Create your own&#xa0;app</h2>"
    },
    {
      "text": "What you get with Mindbody",
      "html": "<h2 class=\"twoColumnList__heading heading--alpha\">What you get with Mindbody</h2>"
    },
    {
      "text": "Businesses grow their revenue by an average of 45% in 6 months1",
      "html": "<h2 class=\"heading--gamma sectionContent__heading\"> Businesses grow their revenue by an average of 45% in 6 months<small><sup>1</sup></small></h2>"
    },
    {
      "text": "Why Mindbody?",
      "html": "<h2 class=\"grid__heading heading--alpha\"> Why Mindbody? </h2>"
    },
    {
      "text": "Partner with a trusted leader",
      "html": "<h2 class=\"sectionOneColumn__headingOptional heading--alpha\">Partner with a trusted&#xa0;leader</h2>"
    },
    {
      "text": "What our customers are saying:",
      "html": "<h2 class=\"grid__heading heading--alpha\">What our customers are&#xa0;saying:</h2>"
    },
    {
      "text": "Flexible tools for every type of business:",
      "html": "<h2 class=\"grid__heading heading--alpha\"> Flexible tools for every type of business: </h2>"
    },
    {
      "text": "Ignite your brand with the software built for growth",
      "html": "<h2 class=\"form__heading heading--alpha\"> Ignite your brand with the software built for growth&#xa0; </h2>"
    },
    {
      "text": "Fresh research, ideas, and inspiration",
      "html": "<h2 class=\"heading--alpha recommendedResources__heading\"> Fresh research, ideas, and inspiration </h2>"
    },
    {
      "text": "How to Reduce Churn at Your Fitness Business Through Engagement and Consistency",
      "html": "<h2 class=\"heading--zeta\"><span>How to Reduce Churn at Your Fitness Business Through Engagement and Consistency&#xa0;</span></h2>"
    },
    {
      "text": "Built to Grow: 5 Fitness Businesses on the Benefits of Using Mindbody",
      "html": "<h2 class=\"heading--zeta\"><span>Built to Grow: 5 Fitness Businesses on the Benefits of Using Mindbody</span></h2>"
    },
    {
      "text": "Client Experience First: How Mindbody Supports Booking, Payments, and Retention",
      "html": "<h2 class=\"heading--zeta\"><span>Client Experience First: How Mindbody Supports Booking, Payments, and Retention</span></h2>"
    },
    {
      "text": "Frequently Asked Questions",
      "html": "<h2 class=\"heading--gamma\"> Frequently Asked Questions </h2>"
    },
    {
      "text": "Menu - Footer",
      "html": "<h2 class=\"visually-hidden\" id=\"block-menufooter-menu\">Menu -&#xa0;Footer</h2>"
    },
    {
      "text": "Menu - Copyright",
      "html": "<h2 class=\"visually-hidden\" id=\"block-copyright-menu\">Menu - Copyright</h2>"
    },
    {
      "text": "Menu - Primary - Mobile",
      "html": "<h2 class=\"visually-hidden\" id=\"block-menu-primary-mobile-menu\">Menu - Primary -&#xa0;Mobile</h2>"
    },
    {
      "text": "Menu - Action - Mobile",
      "html": "<h2 class=\"visually-hidden\" id=\"block-menu-action-mobile-menu\">Menu - Action -&#xa0;Mobile</h2>"
    }
  ],
  "expected": [
    {
      "id": "what",
      "label": "What is Fitness & Wellness Management Software?",
      "pattern": {}
    },
    {
      "id": "how",
      "label": "How does Fitness & Wellness Management Software work?",
      "pattern": {}
    },
    {
      "id": "benefits",
      "label": "Why use Fitness & Wellness Management Software?",
      "pattern": {}
    },
    {
      "id": "cost",
      "label": "Is Fitness & Wellness Management Software free or paid?",
      "pattern": {}
    },
    {
      "id": "compare",
      "label": "How does Fitness & Wellness Management Software compare with alternatives?",
      "pattern": {}
    }
  ],
  "missing": [
    {
      "id": "cost",
      "label": "Is Fitness & Wellness Management Software free or paid?",
      "pattern": {}
    },
    {
      "id": "compare",
      "label": "How does Fitness & Wellness Management Software 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.

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.

  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": 199893,
        "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.",
          "compatibleContentType": false,
          "contentLength": 166966,
          "hasRegisterInstructions": true,
          "hasProtectedResourceLink": false,
          "hasAuthorizationServerLink": false,
          "mentionsIdentity": true,
          "mentionsCredential": true,
          "links": [
            "https://ogp.me/ns#\">",
            "/javascript",
            "/*!",
            "/blobs",
            "/logs",
            "https://github.com/newrelic/newrelic-browser-agent/blob/main/docs/warning-codes.md#\".concat(e",
            "/logging/",
            "/called",
            "https://\"+e};var",
            "/g,"
          ],
          "rawExcerpt": "<!DOCTYPE html>\n<html lang=\"en\" dir=\"ltr\" prefix=\"og: https://ogp.me/ns#\">\n  <head>\n    <meta http-equiv=\"Content-Security-Policy\" content=\"default-src 'self' https: 'unsafe-inline' 'unsafe-eval' data: blob: wss:;\">\n        <script type=\"text/javascript\">\n;window.NREUM||(NREUM={});NREUM.init={session_replay:{enabled:true,block_selector:'',mask_text_selector:'*',sampling_rate:100.0,error_sampling_rate:100.0,mask_all_inputs:true,collect_fonts:true,inline_images:false,inline_stylesheet:true,fix_stylesheets:true,preload:false,mask_input_options:{}},distributed_tracing:{enabled:true},performance:{capture_measures:true},browser_consent_mode:{enabled:false},privacy:{cookies_enabled:true},ajax:{deny_list:[\"bam.nr-data.net\"]}};\n\n;NREUM.loader_config={accountID:\"2135991\",trustKey:\"84467\",agentID:\"26"
        }
      },
      "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.",
      "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": 403,
        "contentType": "text/html; charset=UTF-8",
        "length": 20699,
        "text": "<!doctype html>\r\n<head>\r\n<title>Security Block</title>\r\n</head>\r\n<style>\r\nbody { text-align: center; padding: 50px; }\r\nh1 { font-size: 50px; }\r\nbody { font: 20px Helvetica, sans-serif; color: #333; }\r\narticle { display: block; text-align: left; width: 650px; margin: 0 auto; }\r\na { color: #008363; text-decoration: none; }\r\na:hover { color: #008363; text-decoration: none; }\r\n</style>\r\n<article>\r\n<img src=\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAASwAAAA/CAYAAABaSPX0AAAAAXNSR0IArs4c6QAAAJZlWElmTU0AKgAAAAgABQESAAMAAAABAAEAAAEaAAUAAAABAAAASgEbAAUAAAABAAAAUgExAAIAAAARAAAAWodpAAQAAAABAAAAbAAAAAAAAABIAAAAAQAAAEgAAAABQWRvYmUgSW1hZ2VSZWFkeQAAAAOgAQADAAAAAQABAACgAgAEAAAAAQAAASygAwAEAAAAAQAAAD8AAAAAsaLW0AAAAAlwSFlzAAALEwAACxMBAJqcGAAAAi1pVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IlhNUCBDb3JlIDYuMC4wIj4KICAgPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4KICAgICAgPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIKICAgICAgICAgICAgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIgogICAgICAgICAgICB4bWxuczp0aWZmPSJodHRwOi8vbnMuYWRvYmUuY29tL3RpZmYvMS4wLyI+CiAgICAgICAgIDx4bXA6Q3JlYXRvclRvb2w+QWRvYmUgSW1hZ2VSZWFkeTwveG1wOkNyZWF0b3JUb29sPgogICAgICAgICA8dGlmZjpZUmVzb2x1dGlvbj43MjwvdGlmZjpZUmVzb2x1dGlvbj4KICAgICAgICAgPHRpZmY6T3JpZW50YXRpb24+MTwvdGlmZjpPcmllbnRhdGlvbj4KICAgICAgICAgPHRpZmY6WFJlc29sdXRpb24+NzI8L3RpZmY6WFJlc29sdXRpb24+CiAgICAgIDwvcmRmOkRlc2NyaXB0aW9uPgogICA8L3JkZjpSREY+CjwveDp4bXBtZXRhPgpg60/ZAAAwx0lEQVR4Ae2dB7hlRZWo770dSU2OijQ5SlSBQYemCYqMcYDxqc+HIjIjzBMzOPoM8ykzKEYwID7TYEJBwUEQUVAEFBEkZ5AgAoqSupsOt+f/69ba1tl3n3PPPdxuLnDq++pUWrVq1aq1VoVde5/BgaeJO+igg6aceuqpS2bPnj1z5ZVXPoJu74tffXBw8B7C71911VVfIdRNwS9Jsf5P4sD222//zCVLlswcGhoaLlmydOnSQfIXX3fddXeQv7QoGzRNvXUWLVq06tSpUxv5OX369Dsvu+yyRUW9fnT5cCCNz7bbbrvGtGnT1mQMR43P8PDw0KxZs+6++OKL5y8fkrprZag7sCc3VBirZz/72VutssoqNzBIH5syZcoL8c/DvwyF+jJll+BXp6cO3tOCL2OMqkKdHIbpdPh0E4nr8Ddmfz0G7GZ4eQGTwIwEODCQ6syZM0ejP0C9j2OUhL8WH/UMxXX9vHnzZhPq+vwe4cNy+Y3xYfzeQoOOxzU5jDG63vF+6KGHdpMg4KcaTgb3dBCUQVdWzPYrwfBzGYhnMesvYAZZjHdyWYxbgNHalfL/zoPiSqJS2Jz3dA6msBK1/wquxkifhBijNBX+tePVUEM96yp3U2fMCDtHqu+WGwcefvjhGK/Q/2k0HuOaxtZxQ1cCbrnRNlZDQfBYcE/a8l122SVmh6MwSs/UODEYM+lQKJ/hTPIfY4B2Z5X1ajsbs5DxvhuIraChWz99lQdfy+1gya7Id9Va1ivrl/D9+PLlQLvxSWPLZB7ly5eqDq095Q0WZyRpf85KYF9WVAMYK2eTJhe82L+p8GmeFzOtYfLws8wbiz1VvYb6Y9Xtly97DrSMT4wtE9Gyb3mcLYSSjrPakwbcgUizBYOw6hhUDwKjQVtNuLXXXnvSzS5j0D+Zi8O4SWMZn8w0P11pm9Tj81Q3WEs9cE9aMjh4d5bAdoZoqft2VmF3Cnf//fdP6oHLfekHfQ48rTjwVDdYleHBGH2HpyI+uVrcMMKxCnOF9W3L+yusBi71s/oceII58JQ3WOeff346w7ryyiu/xtPBn/EY3gN37/5U3q0g+dM4ZPwS97EuoCzd2XqCx6bffJ8DfQ7UOPCUN1j01y1g6id3sA7gaeD3WWlN44lg5UkPYcxOuPrqq9+Y+RNPwGrs6if7HOhz4InkwOR7DLBsuKEBGsq3dl/BDd/nY6P2ZWW1FlvAO/E/ZGV1dW7as6t251zLhro+1j4H+hzoigNPF4MlM5LRMnLNNddcSKCvXL4NL0zfWFVc6Uf6HJhcHJgog1U+UZtohZ9I3Gmrp3EqnwJyzjXsbfjlNDQT2Z9eSZ4MNHRLe0mrdSZavrqlo4SbjDRJX0nXZOBTybMJiU/lJni7i5QDnPksRZmbnqoNehPcK/75YmYyBEERZVNzmfnjNQRToGmoaLtk/BBlU3KZeMuyaL5TmHDfeuutqW8BKE7iU5r6EjDRp0jXw3Yv8WocaS/6U6e55GMvvKqT0ZSu2thkk03CMJd8q8rpw7KioYmudnlD8HqonWxRqZQB6dUvS6cRsM10DtpGRioeZh5LU8njZUHfILI11EG2BsaQvV5pGoQXbRc6j1eGxtKz8RItsaMMnIzxXb3NNtts1MthltFIugvVqbF2cOIUdy5vQZFpKWeVlvJaYqLhauhbkzKenFEPNTg/m25/DFtrpNRQUz8b4LrJUslGjZUVZ/PFCmnINNZxaTCkveIXrytdtsMOOywlXIw3XLrddtv5fqbxO8WXkaQ6gZeyU3bccUdhFlmn9NanbPNcTz5NiXo5L4Kh3XfffQU9GaP4aZ0J5Fm0aRiyXvGhLByDhwPjlM0S9VjxtnTZpuPapIciDZqCz4zHh/L4LKyPjeON38t6AU+0kRfC1Fy3cLVqY+MfRHDeTq0ZHDwPcwidGjJuHum7eHL2/8Uq0bHacrBY5byI8v04vN6ecD1AFChXYw/ib8VfRP6Z1PcN/5b6pguXZqfADeO2ot4B0LAHMJvivXmuAs3H30eZb5b/hKd6Z91www0PE9dpEDut5BT0YXDvSTgXPw88lfDnvs/kyeE3f/e73/nGeoInrBx1X09iQ/xjUZd6XjadQnoen6z5fD7Un4ICDcQWE8O0Azx6ITC+XL0J3k/aTCO9iPy/EN5G3iX4H3HwfxVhJ15ZPKZTMGPF51ittNJKe9LWHCruiLcPs/Dy7DH8A/hboeNXhOcyXlcSptmZPrhKkG+XUX9nXxYnnSYf4IfJGyK8i9XQ5rfffvsCypSfpSEr1DsFnr7aF8zJr8/Kw5RtdcUVV9ykgt18883SMoCSPAOc+9DWC0huhV8Hfq1oGe5R/B9JXwvMhcCcx3nkHy3IbSq3+sflSv6JCJq2pQ8voN3nktwMvy5emuSF/U48JLwMms6Hpl8TT66OK/J7CYOvURfjtDPxveHF8wiVrTXwToTy+yG8D5SuIDxvjTXWuCB0TJlwvBiff2cM3kvfvOJTTW7gc2zUgbn"
      },
      "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": 403,
          "contentType": "text/html; charset=UTF-8",
          "length": 20699,
          "text": "<!doctype html>\r\n<head>\r\n<title>Security Block</title>\r\n</head>\r\n<style>\r\nbody { text-align: center; padding: 50px; }\r\nh1 { font-size: 50px; }\r\nbody { font: 20px Helvetica, sans-serif; color: #333; }\r\narticle { display: block; text-align: left; width: 650px; margin: 0 auto; }\r\na { color: #008363; text-decoration: none; }\r\na:hover { color: #008363; text-decoration: none; }\r\n</style>\r\n<article>\r\n<img src=\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAASwAAAA/CAYAAABaSPX0AAAAAXNSR0IArs4c6QAAAJZlWElmTU0AKgAAAAgABQESAAMAAAABAAEAAAEaAAUAAAABAAAASgEbAAUAAAABAAAAUgExAAIAAAARAAAAWodpAAQAAAABAAAAbAAAAAAAAABIAAAAAQAAAEgAAAABQWRvYmUgSW1hZ2VSZWFkeQAAAAOgAQADAAAAAQABAACgAgAEAAAAAQAAASygAwAEAAAAAQAAAD8AAAAAsaLW0AAAAAlwSFlzAAALEwAACxMBAJqcGAAAAi1pVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IlhNUCBDb3JlIDYuMC4wIj4KICAgPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4KICAgICAgPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIKICAgICAgICAgICAgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIgogICAgICAgICAgICB4bWxuczp0aWZmPSJodHRwOi8vbnMuYWRvYmUuY29tL3RpZmYvMS4wLyI+CiAgICAgICAgIDx4bXA6Q3JlYXRvclRvb2w+QWRvYmUgSW1hZ2VSZWFkeTwveG1wOkNyZWF0b3JUb29sPgogICAgICAgICA8dGlmZjpZUmVzb2x1dGlvbj43MjwvdGlmZjpZUmVzb2x1dGlvbj4KICAgICAgICAgPHRpZmY6T3JpZW50YXRpb24+MTwvdGlmZjpPcmllbnRhdGlvbj4KICAgICAgICAgPHRpZmY6WFJlc29sdXRpb24+NzI8L3RpZmY6WFJlc29sdXRpb24+CiAgICAgIDwvcmRmOkRlc2NyaXB0aW9uPgogICA8L3JkZjpSREY+CjwveDp4bXBtZXRhPgpg60/ZAAAwx0lEQVR4Ae2dB7hlRZWo770dSU2OijQ5SlSBQYemCYqMcYDxqc+HIjIjzBMzOPoM8ykzKEYwID7TYEJBwUEQUVAEFBEkZ5AgAoqSupsOt+f/69ba1tl3n3PPPdxuLnDq++pUWrVq1aq1VoVde5/BgaeJO+igg6aceuqpS2bPnj1z5ZVXPoJu74tffXBw8B7C71911VVfIdRNwS9Jsf5P4sD222//zCVLlswcGhoaLlmydOnSQfIXX3fddXeQv7QoGzRNvXUWLVq06tSpUxv5OX369Dsvu+yyRUW9fnT5cCCNz7bbbrvGtGnT1mQMR43P8PDw0KxZs+6++OKL5y8fkrprZag7sCc3VBirZz/72VutssoqNzBIH5syZcoL8c/DvwyF+jJll+BXp6cO3tOCL2OMqkKdHIbpdPh0E4nr8Ddmfz0G7GZ4eQGTwIwEODCQ6syZM0ejP0C9j2OUhL8WH/UMxXX9vHnzZhPq+vwe4cNy+Y3xYfzeQoOOxzU5jDG63vF+6KGHdpMg4KcaTgb3dBCUQVdWzPYrwfBzGYhnMesvYAZZjHdyWYxbgNHalfL/zoPiSqJS2Jz3dA6msBK1/wquxkifhBijNBX+tePVUEM96yp3U2fMCDtHqu+WGwcefvjhGK/Q/2k0HuOaxtZxQ1cCbrnRNlZDQfBYcE/a8l122SVmh6MwSs/UODEYM+lQKJ/hTPIfY4B2Z5X1ajsbs5DxvhuIraChWz99lQdfy+1gya7Id9Va1ivrl/D9+PLlQLvxSWPLZB7ly5eqDq095Q0WZyRpf85KYF9WVAMYK2eTJhe82L+p8GmeFzOtYfLws8wbiz1VvYb6Y9Xtly97DrSMT4wtE9Gyb3mcLYSSjrPakwbcgUizBYOw6hhUDwKjQVtNuLXXXnvSzS5j0D+Zi8O4SWMZn8w0P11pm9Tj81Q3WEs9cE9aMjh4d5bAdoZoqft2VmF3Cnf//fdP6oHLfekHfQ48rTjwVDdYleHBGH2HpyI+uVrcMMKxCnOF9W3L+yusBi71s/oceII58JQ3WOeff346w7ryyiu/xtPBn/EY3gN37/5U3q0g+dM4ZPwS97EuoCzd2XqCx6bffJ8DfQ7UOPCUN1j01y1g6id3sA7gaeD3WWlN44lg5UkPYcxOuPrqq9+Y+RNPwGrs6if7HOhz4InkwOR7DLBsuKEBGsq3dl/BDd/nY6P2ZWW1FlvAO/E/ZGV1dW7as6t251zLhro+1j4H+hzoigNPF4MlM5LRMnLNNddcSKCvXL4NL0zfWFVc6Uf6HJhcHJgog1U+UZtohZ9I3Gmrp3EqnwJyzjXsbfjlNDQT2Z9eSZ4MNHRLe0mrdSZavrqlo4SbjDRJX0nXZOBTybMJiU/lJni7i5QDnPksRZmbnqoNehPcK/75YmYyBEERZVNzmfnjNQRToGmoaLtk/BBlU3KZeMuyaL5TmHDfeuutqW8BKE7iU5r6EjDRp0jXw3Yv8WocaS/6U6e55GMvvKqT0ZSu2thkk03CMJd8q8rpw7KioYmudnlD8HqonWxRqZQB6dUvS6cRsM10DtpGRioeZh5LU8njZUHfILI11EG2BsaQvV5pGoQXbRc6j1eGxtKz8RItsaMMnIzxXb3NNtts1MthltFIugvVqbF2cOIUdy5vQZFpKWeVlvJaYqLhauhbkzKenFEPNTg/m25/DFtrpNRQUz8b4LrJUslGjZUVZ/PFCmnINNZxaTCkveIXrytdtsMOOywlXIw3XLrddtv5fqbxO8WXkaQ6gZeyU3bccUdhFlmn9NanbPNcTz5NiXo5L4Kh3XfffQU9GaP4aZ0J5Fm0aRiyXvGhLByDhwPjlM0S9VjxtnTZpuPapIciDZqCz4zHh/L4LKyPjeON38t6AU+0kRfC1Fy3cLVqY+MfRHDeTq0ZHDwPcwidGjJuHum7eHL2/8Uq0bHacrBY5byI8v04vN6ecD1AFChXYw/ib8VfRP6Z1PcN/5b6pguXZqfADeO2ot4B0LAHMJvivXmuAs3H30eZb5b/hKd6Z91www0PE9dpEDut5BT0YXDvSTgXPw88lfDnvs/kyeE3f/e73/nGeoInrBx1X09iQ/xjUZd6XjadQnoen6z5fD7Un4ICDcQWE8O0Azx6ITC+XL0J3k/aTCO9iPy/EN5G3iX4H3HwfxVhJ15ZPKZTMGPF51ittNJKe9LWHCruiLcPs/Dy7DH8A/hboeNXhOcyXlcSptmZPrhKkG+XUX9nXxYnnSYf4IfJGyK8i9XQ5rfffvsCypSfpSEr1DsFnr7aF8zJr8/Kw5RtdcUVV9ykgt18883SMoCSPAOc+9DWC0huhV8Hfq1oGe5R/B9JXwvMhcCcx3nkHy3IbSq3+sflSv6JCJq2pQ8voN3nktwMvy5emuSF/U48JLwMms6Hpl8TT66OK/J7CYOvURfjtDPxveHF8wiVrTXwToTy+yG8D5SuIDxvjTXWuCB0TJlwvBiff2cM3kvfvOJTTW7gc2zUgbn"
        }
      },
      "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": 12,
    "signals": [
      {
        "source": "link:href",
        "weight": 3,
        "match": "auth link"
      },
      {
        "source": "visible-text",
        "weight": 3,
        "match": "log in"
      },
      {
        "source": "visible-text",
        "weight": 3,
        "match": "login"
      },
      {
        "source": "visible-text",
        "weight": 3,
        "match": "sign in"
      }
    ]
  },
  "resourceFetchSucceeded": false
}

AI DiscoverabilityDiscoverabilityEstablished

IndexNow key

IndexNow key is informational for this page.

Informational

Needs attention

IndexNow key

Informational
01

Issue

IndexNow key is informational for this page.

02

Why it matters

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

Check name

IndexNow key

Score

100/100

Status

informational

Category

Discoverability

Maturity

Established

Goal

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

Result

IndexNow key is informational for this page.

Validation steps

  1. Find advertised IndexNow key location

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

  2. Fetch and validate IndexNow key file

    No discoverable IndexNow key file was found.

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

Agent Ease of UseAuthEstablished

OAuth / OIDC discovery

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

Informational

Needs attention

OAuth / OIDC discovery

Informational
01

Issue

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

02

Why it matters

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

Check name

OAuth / OIDC discovery

Score

0/100

Status

informational

Category

Auth

Maturity

Established

Goal

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

Result

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

Validation steps

  1. Fetch to find resource

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

Evidence
{
  "failedStep": "fetch",
  "steps": [
    {
      "id": "fetch",
      "title": "Fetch to find resource",
      "status": "fail",
      "evidence": {
        "checked": [
          {
            "path": "/.well-known/openid-configuration",
            "statusCode": 403,
            "contentType": "text/html; charset=UTF-8",
            "length": 20699
          },
          {
            "path": "/.well-known/oauth-authorization-server",
            "statusCode": 403,
            "contentType": "text/html; charset=UTF-8",
            "length": 20699
          }
        ]
      },
      "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": 12,
    "signals": [
      {
        "source": "link:href",
        "weight": 3,
        "match": "auth link"
      },
      {
        "source": "visible-text",
        "weight": 3,
        "match": "log in"
      },
      {
        "source": "visible-text",
        "weight": 3,
        "match": "login"
      },
      {
        "source": "visible-text",
        "weight": 3,
        "match": "sign in"
      }
    ]
  },
  "resourceFetchSucceeded": false
}

Agent Ease of UseAuthEmerging recommendation

OAuth Protected Resource

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

Informational

Needs attention

OAuth Protected Resource

Informational
01

Issue

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

02

Why it matters

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

Check name

OAuth Protected Resource

Score

0/100

Status

informational

Category

Auth

Maturity

Emerging recommendation

Goal

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

Result

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

Validation steps

  1. Fetch protected resource metadata

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

  2. Validate protected resource metadata

    Response is not valid JSON.

  3. Validate protected resource identity

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

  4. Probe protected API Bearer challenge

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

Evidence
{
  "failedStep": "fetch",
  "steps": [
    {
      "id": "fetch",
      "title": "Fetch protected resource metadata",
      "status": "fail",
      "evidence": {
        "path": "/.well-known/oauth-protected-resource",
        "statusCode": 403,
        "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>\r\n<head>\r\n<title>Security Block</title>\r\n</head>\r\n<style>\r\nbody { text-align: center; padding: 50px; }\r\nh1 { font-size: 50px; }\r\nbody { font: 20px Helvetica, sans-serif; color: #333; }\r\narticle { display: block; text-align: left; width: 650px; margin: 0 auto; }\r\na { color: #008363; text-decoration: none; }\r\na:hover { color: #008363; text-decoration: none; }\r\n</style>\r\n<article>\r\n<img src=\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAASwAAAA/CAYAAABaSPX0AAAAAXNSR0IArs4c6QAAAJZlWElmTU0AKgAAAAgABQESAAMAAAABAAEAAAEaAAUAAAABAAAASgEbAAUAAAABAAAAUgExAAIAAAARAAAAWodpAAQAAAABAAAAbAAAAAAAAABIAAAAAQAAAEgAAAABQWRvYmUgSW1hZ2VSZWFkeQAAAAOgAQADAAAAAQABAACgAgAEAAAAAQAAASygAwAEAAAAAQAAAD8AAAAAsaLW0AAAAAlwSFlzAAALEwAACxMBAJqcGAAAAi1pVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADx4OnhtcG1ldGEgeG1sbnM6eD0"
      },
      "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.mindbodyonline.com"
      },
      "issue": "Protected resource metadata `resource` did not match the resource identifier used to retrieve it.",
      "howToFix": "Set `resource` to the origin/resource identifier represented by /.well-known/oauth-protected-resource."
    },
    {
      "id": "protected-route-challenge",
      "title": "Probe protected API Bearer challenge",
      "status": "informational",
      "evidence": {
        "checked": [
          {
            "path": "/api/admin/scans",
            "statusCode": 404,
            "wwwAuthenticate": {
              "valid": false,
              "present": false
            },
            "expectedMetadataUrl": "https://www.mindbodyonline.com/.well-known/oauth-protected-resource",
            "metadataUrlMatches": true,
            "resourceMatchesRequestContext": true
          },
          {
            "path": "/api/admin/summary",
            "statusCode": 404,
            "wwwAuthenticate": {
              "valid": false,
              "present": false
            },
            "expectedMetadataUrl": "https://www.mindbodyonline.com/.well-known/oauth-protected-resource",
            "metadataUrlMatches": true,
            "resourceMatchesRequestContext": true
          },
          {
            "path": "/api/scans",
            "statusCode": 404,
            "wwwAuthenticate": {
              "valid": false,
              "present": false
            },
            "expectedMetadataUrl": "https://www.mindbodyonline.com/.well-known/oauth-protected-resource",
            "metadataUrlMatches": true,
            "resourceMatchesRequestContext": true
          }
        ]
      },
      "issue": "No protected route with a 401 Bearer challenge was detected; metadata alone does not prove a protected resource.",
      "howToFix": "When this site exposes bearer-protected APIs, return 401 with WWW-Authenticate: Bearer and link resource_metadata."
    }
  ],
  "authApplicability": {
    "supportsAuth": true,
    "score": 12,
    "signals": [
      {
        "source": "link:href",
        "weight": 3,
        "match": "auth link"
      },
      {
        "source": "visible-text",
        "weight": 3,
        "match": "log in"
      },
      {
        "source": "visible-text",
        "weight": 3,
        "match": "login"
      },
      {
        "source": "visible-text",
        "weight": 3,
        "match": "sign in"
      }
    ]
  },
  "resourceFetchSucceeded": false
}

SEOSEOBrowser audit

Image elements do not have `[alt]` attributes

100 Fail

Check name

Image elements do not have `[alt]` attributes

Score

0/100

Status

fail

Device

desktop

Category

SEO

Fix guidance

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

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

Performance and AccessibilityAccessibilityBrowser audit

`[aria-*]` attributes do not match their roles

50 Fail

Check name

`[aria-*]` attributes do not match their roles

Score

0/100

Status

fail

Device

desktop

Category

Accessibility

Fix guidance

Each ARIA `role` supports a specific subset of `aria-*` attributes. Mismatching these invalidates the `aria-*` attributes. [Learn how to match ARIA attributes to their roles](https://dequeuniversity.com/rules/axe/4.11/aria-allowed-attr).

Evidence
{
  "description": "Each ARIA `role` supports a specific subset of `aria-*` attributes. Mismatching these invalidates the `aria-*` attributes. [Learn how to match ARIA attributes to their roles](https://dequeuniversity.com/rules/axe/4.11/aria-allowed-attr)."
}

Performance and AccessibilityAccessibilityBrowser audit

Image elements do not have `[alt]` attributes

50 Fail

Check name

Image elements do not have `[alt]` attributes

Score

0/100

Status

fail

Device

desktop

Category

Accessibility

Fix guidance

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

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

Performance and AccessibilityPerformanceBrowser audit

`<frame>` or `<iframe>` elements do not have a title

14 Fail

Check name

`<frame>` or `<iframe>` elements do not have a title

Score

0/100

Status

fail

Device

desktop

Category

Performance

Fix guidance

Screen reader users rely on frame titles to describe the contents of frames. [Learn more about frame titles](https://dequeuniversity.com/rules/axe/4.11/frame-title).

Evidence
{
  "description": "Screen reader users rely on frame titles to describe the contents of frames. [Learn more about frame titles](https://dequeuniversity.com/rules/axe/4.11/frame-title)."
}

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 77 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 77 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": 80
}

Performance and AccessibilityPerformanceBrowser audit

Loading performance

7 Fail

Check name

Loading performance

Score

49/100

Status

fail

Device

desktop

Category

Performance

Fix guidance

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

Evidence
{
  "checks": [
    {
      "id": "total-blocking-time",
      "title": "Total Blocking Time",
      "score": 1,
      "displayValue": "1,500 ms",
      "numericValue": 1503.750529383483
    },
    {
      "id": "speed-index",
      "title": "Speed Index",
      "score": 3,
      "displayValue": "5.2 s",
      "numericValue": 5181.806664493569
    },
    {
      "id": "first-contentful-paint",
      "title": "First Contentful Paint",
      "score": 95,
      "displayValue": "0.8 s",
      "numericValue": 801.0164058876705
    },
    {
      "id": "interactive",
      "title": "Time to Interactive",
      "score": 25,
      "displayValue": "6.1 s",
      "numericValue": 6144.039860402855
    },
    {
      "id": "network-rtt",
      "title": "Network Round Trip Times",
      "score": 100,
      "displayValue": "40 ms",
      "numericValue": 38.85948
    },
    {
      "id": "server-response-time",
      "title": "Initial server response time was short",
      "score": 100,
      "displayValue": "Root document took 10 ms",
      "numericValue": 9
    },
    {
      "id": "largest-contentful-paint",
      "title": "Largest Contentful Paint",
      "score": 51,
      "displayValue": "2.3 s",
      "numericValue": 2347.0721649275447
    },
    {
      "id": "max-potential-fid",
      "title": "Max Potential First Input Delay",
      "score": 18,
      "displayValue": "390 ms",
      "numericValue": 394.0000000000009
    }
  ]
}

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 3,486 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 3,486 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": 3569213
}

Performance and AccessibilityPerformanceBrowser audit

Image elements do not have explicit `width` and `height`

7 Warning

Check name

Image elements do not have explicit `width` and `height`

Score

50/100

Status

warning

Device

desktop

Category

Performance

Fix guidance

Set an explicit width and height on image elements to reduce layout shifts and improve CLS. [Learn how to set image dimensions](https://web.dev/articles/optimize-cls#images_without_dimensions)

Evidence
{
  "description": "Set an explicit width and height on image elements to reduce layout shifts and improve CLS. [Learn how to set image dimensions](https://web.dev/articles/optimize-cls#images_without_dimensions)"
}

Performance and AccessibilityPerformanceBrowser audit

Improve image delivery

7 Warning

Check name

Improve image delivery

Score

50/100

Status

warning

Device

desktop

Category

Performance

Estimated savings

Est savings of 73 KiB

Fix guidance

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

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

Performance and AccessibilityPerformanceBrowser audit

Minify JavaScript

7 Warning

Check name

Minify JavaScript

Score

50/100

Status

warning

Device

desktop

Category

Performance

Estimated savings

Est savings of 2 KiB

Fix guidance

Minifying JavaScript files can reduce payload sizes and script parse time. [Learn how to minify JavaScript](https://developer.chrome.com/docs/lighthouse/performance/unminified-javascript/).

Evidence
{
  "displayValue": "Est savings of 2 KiB",
  "description": "Minifying JavaScript files can reduce payload sizes and script parse time. [Learn how to minify JavaScript](https://developer.chrome.com/docs/lighthouse/performance/unminified-javascript/).",
  "numericValue": 0
}

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