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

OVERALL SCORE

Level 3, Bot-Aware

Moderate readiness for AI agents
AIDiscoverability49%Agent Easeof Use10%Security& Trust40%GEO, AIO, AEO82%SEO92%Performance& Accessibility95%
  • AI Discoverability 49 out of 100
  • Agent Ease of Use 10 out of 100
  • Security & Trust 40 out of 100
  • GEO, AIO and AEO 82 out of 100
  • SEO 92 out of 100
  • Performance and Accessibility 95 out of 100

CAPTURED SCREENSHOT

Captured website desktop screenshot

What AI sees of your website

Employee Wellbeing Platform & Wellness Programs | Sworkit Health favicon

Employee Wellbeing Platform & Wellness Programs | Sworkit Health

A digital wellbeing platform combining fitness, mindfulness, mobility, and wellness challenges to help organizations improve engagement and workforce health.

Next step

Turn this report into a fix workflow

25 failed checks are ready to move into MCP or CLI remediation. Generate a repair prompt, connect the scanner to your coding agent, or open the integration docs before your next rescan.

Detailed report scores grouped by capability area
MetricScoreStatusPassedFailedWarningEvidence
AI Discoverability
49
Priority fix10131View details
Discoverability
57
Needs work450View details
Content Readiness
79
Mostly ready641View details
Bot Access Control
0
Priority fix040View details
Agent Ease of Use
10
Priority fix6291View details
API
0
Priority fix060View details
Auth
Not Applicable
Not Applicable070View details
MCP
25
Priority fix260View details
Skill Discovery
5
Priority fix0101View details
Agent Commerce
Not Applicable
Not Applicable400
GEO, AIO and AEO
82
Mostly ready6014
GEO Readiness
87
Mostly ready204
AIO Readiness
83
Mostly ready205
AEO Readiness
76
Mostly ready205
SEO
92
Strong1010View details
SEO
92
Strong1010View details
Security & Trust
40
Priority fix630View details
Security & Trust
40
Priority fix230View details
AI Training Exposure
Not Applicable
Not Applicable400
Performance and Accessibility
95
Strong2250View details
Performance
98
Strong1440View details
Accessibility
88
Mostly ready810View details

Prioritized recommendations

Issues ranked by score impact

44 items need attention

Agent Ease of UseAPIEstablished

API Catalog

API Catalog failed at "Fetch API catalog".

50 Fail

Needs attention

API Catalog

Failed check
01

Issue

The API catalog endpoint did not return HTTP 2xx.

02

Why it matters

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

Check name

API Catalog

Score

0/100

Status

fail

Category

API

Maturity

Established

Goal

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

Result

API Catalog failed at "Fetch API catalog".

Validation steps

  1. Fetch API catalog

    The API catalog endpoint did not return HTTP 2xx.

  2. Validate RFC 9727 linkset

    Response is not valid JSON.

  3. Fetch advertised API catalog targets

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

Evidence
{
  "failedStep": "fetch",
  "steps": [
    {
      "id": "fetch",
      "title": "Fetch API catalog",
      "status": "fail",
      "evidence": {
        "statusCode": 404,
        "contentType": "text/html; charset=UTF-8"
      },
      "issue": "The API catalog endpoint did not return HTTP 2xx.",
      "howToFix": "Publish /.well-known/api-catalog."
    },
    {
      "id": "validate",
      "title": "Validate RFC 9727 linkset",
      "status": "fail",
      "evidence": {
        "valid": false,
        "compatibleContentType": false,
        "issue": "Response is not valid JSON.",
        "rawExcerpt": "<!DOCTYPE html>\n<html lang=\"en-US\">\n<head>\n\t<meta charset=\"UTF-8\">\n\t<meta name=\"viewport\" content=\"width=device-width, initial-scale=1\">\n\t<meta name=\"insight-app-sec-validation\" content=\"fb77b616-5ec2-4562-952c-9ad1099cfb86\">\n\t<link rel=\"profile\" href=\"http://gmpg.org/xfn/11\">\n\t<link rel=\"pingback\" href=\"https://sworkit.com/xmlrpc.php\">\n\n\t<meta name='robots' content='noindex, follow' />\n\n\t<!-- This site is optimized with the Yoast SEO plugin v27.8 - https://yoast.com/product/yoast-seo-wordpress/ -->\n\t<title>Page not found - Sworkit Health | On-Demand Fitness, Mindfulness, Recovery, and Nutrition</title>\n\t<meta property=\"og:locale\" content=\"en_US\" />\n\t<meta property=\"og:title\" content=\"Page not found - Sworkit Health | On-Demand Fitness, Mindfulness, Recovery, and Nutrition\" />\n\t<meta prope"
      },
      "issue": "Response is not valid JSON.",
      "howToFix": "Use application/linkset+json with service-desc, service-doc, and status relations that each include href."
    },
    {
      "id": "target-validation",
      "title": "Fetch advertised API catalog targets",
      "status": "fail",
      "evidence": {
        "checked": [],
        "failures": [
          {
            "reason": "No same-origin API catalog hrefs were available to fetch."
          }
        ]
      },
      "issue": "API Catalog did not expose any same-origin hrefs to validate.",
      "howToFix": "Make each same-origin API catalog href reachable and serve the advertised media type."
    }
  ]
}

AI DiscoverabilityContent ReadinessEstablished

Markdown negotiation

Markdown negotiation failed at "Markdown content type".

50 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, Accept-Encoding,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, Accept-Encoding,Cookie"
      },
      "issue": "Markdown negotiation is missing Vary: Accept; current Vary header is \"Accept-Encoding, Accept-Encoding,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": 22490,
        "excerpt": "<!DOCTYPE html>\n<html lang=\"en-US\">\n<head>\n\t<meta charset=\"UTF-8\">\n\t<meta name=\"viewport\" content=\"width=device-width, initial-scale=1\">\n\t<meta name=\"insight-app-sec-validation\" content=\"fb77b616-5ec2-4562-952c-9ad1099cfb86\">\n\t<link rel=\"pr",
        "issue": "Markdown response is missing a heading."
      },
      "issue": "Markdown response is missing a heading.",
      "howToFix": "Return Markdown with at least one heading and substantive page content, including useful links or instructions for agents."
    }
  ]
}

Agent Ease of 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-US\">\n<head>\n\t<meta charset=\"UTF-8\">\n\t<meta name=\"viewport\" content=\"width=device-width, initial-scale=1\">\n\t<meta name=\"insight-app-sec-validation\" content=\"fb77b616-5ec2-4562-952c-9ad1099cfb86\">\n\t<link rel=\"profile\" href=\"http://gmpg.org/xfn/11\">\n\t<link rel=\"pingback\" href=\"https://sworkit.com/xmlrpc.php\">\n\n\t<meta name='robots' content='noindex, follow' />\n\n\t<!-- This site is optimized with the Yoast SEO plugin v27.8 - https://yoast.com/product/yoast-seo-wordpress/ -->\n\t<title>Page not found - Sworkit Health | On-Demand Fitness, Mindfulness, Recovery, and Nutrition</title>\n\t<meta property=\"og:locale\" content=\"en_US\" />\n\t<meta property=\"og:title\" content=\"Page not found - Sworkit Health | On-Demand Fitness, Mindfulness, Recovery, and Nutrition\" />\n\t<meta prope"
          },
          {
            "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-US\">\n<head>\n\t<meta charset=\"UTF-8\">\n\t<meta name=\"viewport\" content=\"width=device-width, initial-scale=1\">\n\t<meta name=\"insight-app-sec-validation\" content=\"fb77b616-5ec2-4562-952c-9ad1099cfb86\">\n\t<link rel=\"profile\" href=\"http://gmpg.org/xfn/11\">\n\t<link rel=\"pingback\" href=\"https://sworkit.com/xmlrpc.php\">\n\n\t<meta name='robots' content='noindex, follow' />\n\n\t<!-- This site is optimized with the Yoast SEO plugin v27.8 - https://yoast.com/product/yoast-seo-wordpress/ -->\n\t<title>Page not found - Sworkit Health | On-Demand Fitness, Mindfulness, Recovery, and Nutrition</title>\n\t<meta property=\"og:locale\" content=\"en_US\" />\n\t<meta property=\"og:title\" content=\"Page not found - Sworkit Health | On-Demand Fitness, Mindfulness, Recovery, and Nutrition\" />\n\t<meta prope"
          },
          {
            "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-US\">\n<head>\n\t<meta charset=\"UTF-8\">\n\t<meta name=\"viewport\" content=\"width=device-width, initial-scale=1\">\n\t<meta name=\"insight-app-sec-validation\" content=\"fb77b616-5ec2-4562-952c-9ad1099cfb86\">\n\t<link rel=\"profile\" href=\"http://gmpg.org/xfn/11\">\n\t<link rel=\"pingback\" href=\"https://sworkit.com/xmlrpc.php\">\n\n\t<meta name='robots' content='noindex, follow' />\n\n\t<!-- This site is optimized with the Yoast SEO plugin v27.8 - https://yoast.com/product/yoast-seo-wordpress/ -->\n\t<title>Page not found - Sworkit Health | On-Demand Fitness, Mindfulness, Recovery, and Nutrition</title>\n\t<meta property=\"og:locale\" content=\"en_US\" />\n\t<meta property=\"og:title\" content=\"Page not found - Sworkit Health | On-Demand Fitness, Mindfulness, Recovery, and Nutrition\" />\n\t<meta prope"
          },
          {
            "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-US\">\n<head>\n\t<meta charset=\"UTF-8\">\n\t<meta name=\"viewport\" content=\"width=device-width, initial-scale=1\">\n\t<meta name=\"insight-app-sec-validation\" content=\"fb77b616-5ec2-4562-952c-9ad1099cfb86\">\n\t<link rel=\"profile\" href=\"http://gmpg.org/xfn/11\">\n\t<link rel=\"pingback\" href=\"https://sworkit.com/xmlrpc.php\">\n\n\t<meta name='robots' content='noindex, follow' />\n\n\t<!-- This site is optimized with the Yoast SEO plugin v27.8 - https://yoast.com/product/yoast-seo-wordpress/ -->\n\t<title>Page not found - Sworkit Health | On-Demand Fitness, Mindfulness, Recovery, and Nutrition</title>\n\t<meta property=\"og:locale\" content=\"en_US\" />\n\t<meta property=\"og:title\" content=\"Page not found - Sworkit Health | On-Demand Fitness, Mindfulness, Recovery, and Nutrition\" />\n\t<meta prope"
          },
          {
            "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-US\">\n<head>\n\t<meta charset=\"UTF-8\">\n\t<meta name=\"viewport\" content=\"width=device-width, initial-scale=1\">\n\t<meta name=\"insight-app-sec-validation\" content=\"fb77b616-5ec2-4562-952c-9ad1099cfb86\">\n\t<link rel=\"profile\" href=\"http://gmpg.org/xfn/11\">\n\t<link rel=\"pingback\" href=\"https://sworkit.com/xmlrpc.php\">\n\n\t<meta name='robots' content='noindex, follow' />\n\n\t<!-- This site is optimized with the Yoast SEO plugin v27.8 - https://yoast.com/product/yoast-seo-wordpress/ -->\n\t<title>Page not found - Sworkit Health | On-Demand Fitness, Mindfulness, Recovery, and Nutrition</title>\n\t<meta property=\"og:locale\" content=\"en_US\" />\n\t<meta property=\"og:title\" content=\"Page not found - Sworkit Health | On-Demand Fitness, Mindfulness, Recovery, and Nutrition\" />\n\t<meta prope"
          },
          {
            "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-US\">\n<head>\n\t<meta charset=\"UTF-8\">\n\t<meta name=\"viewport\" content=\"width=device-width, initial-scale=1\">\n\t<meta name=\"insight-app-sec-validation\" content=\"fb77b616-5ec2-4562-952c-9ad1099cfb86\">\n\t<link rel=\"profile\" href=\"http://gmpg.org/xfn/11\">\n\t<link rel=\"pingback\" href=\"https://sworkit.com/xmlrpc.php\">\n\n\t<meta name='robots' content='noindex, follow' />\n\n\t<!-- This site is optimized with the Yoast SEO plugin v27.8 - https://yoast.com/product/yoast-seo-wordpress/ -->\n\t<title>Page not found - Sworkit Health | On-Demand Fitness, Mindfulness, Recovery, and Nutrition</title>\n\t<meta property=\"og:locale\" content=\"en_US\" />\n\t<meta property=\"og:title\" content=\"Page not found - Sworkit Health | On-Demand Fitness, Mindfulness, Recovery, and Nutrition\" />\n\t<meta prope"
          },
          {
            "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-US\">\n<head>\n\t<meta charset=\"UTF-8\">\n\t<meta name=\"viewport\" content=\"width=device-width, initial-scale=1\">\n\t<meta name=\"insight-app-sec-validation\" content=\"fb77b616-5ec2-4562-952c-9ad1099cfb86\">\n\t<link rel=\"profile\" href=\"http://gmpg.org/xfn/11\">\n\t<link rel=\"pingback\" href=\"https://sworkit.com/xmlrpc.php\">\n\n\t<meta name='robots' content='noindex, follow' />\n\n\t<!-- This site is optimized with the Yoast SEO plugin v27.8 - https://yoast.com/product/yoast-seo-wordpress/ -->\n\t<title>Page not found - Sworkit Health | On-Demand Fitness, Mindfulness, Recovery, and Nutrition</title>\n\t<meta property=\"og:locale\" content=\"en_US\" />\n\t<meta property=\"og:title\" content=\"Page not found - Sworkit Health | On-Demand Fitness, Mindfulness, Recovery, and Nutrition\" />\n\t<meta prope"
          }
        ]
      },
      "issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html; charset=UTF-8\" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
      "howToFix": "Publish a valid OpenAPI 3.x or Swagger 2.0 JSON/YAML document with info, paths, operations, and responses."
    }
  ]
}

AI DiscoverabilityBot Access ControlEstablished

AI bot rules in robots.txt

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

33 Fail

Needs attention

AI bot rules in robots.txt

Failed check
01

Issue

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

02

Why it matters

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

Check name

AI bot rules in robots.txt

Score

0/100

Status

fail

Category

Bot Access Control

Maturity

Established

Goal

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

Result

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

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

AI DiscoverabilityBot Access ControlInformational

Content Signal

Content Signal is missing or incomplete.

33 Fail

Needs attention

Content Signal

Failed check
01

Issue

No Content Signal found in robots.txt

02

Why it matters

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

Check name

Content Signal

Score

0/100

Status

fail

Category

Bot Access Control

Maturity

Informational

Goal

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

Result

Content Signal is missing or incomplete.

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

Security & TrustSecurity & TrustEstablished

Content-Security-Policy

Content-Security-Policy is missing or incomplete.

33 Fail

Needs attention

Content-Security-Policy

Failed check
01

Issue

Content-Security-Policy is missing or incomplete.

02

Why it matters

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

Check name

Content-Security-Policy

Score

0/100

Status

fail

Category

Security & Trust

Maturity

Established

Goal

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

Result

Content-Security-Policy is missing or incomplete.

Evidence
{
  "header": "content-security-policy",
  "value": "connect-src 'self' https://www.googleapis.com https://*.google-analytics.com https://*.googleapis.com https://storage.googleapis.com https://sworkit-user.firebaseio.com https://sworkit-api.herokuapp.com https://*.hubspot.com https://yoast.com https://my.wpengine.com https://www.facebook.com https://*.hubapi.com https://hubspot-forms-static-embed.s3.amazonaws.com https://us-central1-sworkit-user.cloudfunctions.net https://*.giftup.app https://forms.hsforms.com https://api-iam.intercom.io https://www.google-analytics.com https://api.intercom.io https://api.au.intercom.io https://api.eu.intercom.io https://api-iam.eu.intercom.io https://api-iam.au.intercom.io https://api-ping.intercom.io https://nexus-websocket-a.intercom.io wss://nexus-websocket-a.intercom.io https://nexus-websocket-b.intercom.io wss://nexus-websocket-b.intercom.io https://nexus-europe-websocket.intercom.io wss://nexus-europe-websocket.intercom.io https://nexus-australia-websocket.intercom.io wss://nexus-australia-websocket.intercom.io https://uploads.intercomcdn.com https://uploads.intercomcdn.eu https://uploads.au.intercomcdn.com https://uploads.intercomusercontent.com https://*.intercom-messenger.com wss://*.intercom-messenger.com;"
}

AI DiscoverabilityDiscoverabilityEstablished

FAQPage schema

FAQPage schema is missing or incomplete.

33 Fail

Needs attention

FAQPage schema

Failed check
01

Issue

FAQ content was detected but no FAQPage schema was found.

02

Why it matters

FAQPage schema lets agents extract visible question-and-answer content cleanly and avoid guessing which text is an answer.

Check name

FAQPage schema

Score

0/100

Status

fail

Category

Discoverability

Maturity

Established

Goal

Expose question-and-answer content in FAQPage structured data when FAQs are present.

Result

FAQPage schema is missing or incomplete.

Evidence
{
  "found": false,
  "visibleFaq": true,
  "allTypes": [
    "BreadcrumbList",
    "ImageObject",
    "Organization",
    "WebPage",
    "WebSite"
  ]
}

Security & TrustSecurity & TrustEstablished

Frame protection

Frame protection is missing or incomplete.

33 Fail

Needs attention

Frame protection

Failed check
01

Issue

Frame protection is missing or incomplete.

02

Why it matters

Frame protection blocks hostile sites from embedding pages in deceptive frames, reducing clickjacking risk.

Check name

Frame protection

Score

0/100

Status

fail

Category

Security & Trust

Maturity

Established

Goal

Prevent unwanted framing with X-Frame-Options or CSP frame-ancestors.

Result

Frame protection is missing or incomplete.

Evidence
{
  "xFrameOptions": "ALLOW-FROM https://*.sworkit.com",
  "validXFrame": false,
  "contentSecurityPolicy": "connect-src 'self' https://www.googleapis.com https://*.google-analytics.com https://*.googleapis.com https://storage.googleapis.com https://sworkit-user.firebaseio.com https://sworkit-api.herokuapp.com https://*.hubspot.com https://yoast.com https://my.wpengine.com https://www.facebook.com https://*.hubapi.com https://hubspot-forms-static-embed.s3.amazonaws.com https://us-central1-sworkit-user.cloudfunctions.net https://*.giftup.app https://forms.hsforms.com https://api-iam.intercom.io https://www.google-analytics.com https://api.intercom.io https://api.au.intercom.io https://api.eu.intercom.io https://api-iam.eu.intercom.io https://api-iam.au.intercom.io https://api-ping.intercom.io https://nexus-websocket-a.intercom.io wss://nexus-websocket-a.intercom.io https://nexus-websocket-b.intercom.io wss://nexus-websocket-b.intercom.io https://nexus-europe-websocket.intercom.io wss://nexus-europe-websocket.intercom.io https://nexus-australia-websocket.intercom.io wss://nexus-australia-websocket.intercom.io https://uploads.intercomcdn.com https://uploads.intercomcdn.eu https://uploads.au.intercomcdn.com https://uploads.intercomusercontent.com https://*.intercom-messenger.com wss://*.intercom-messenger.com;",
  "cspFrameAncestors": false
}

AI DiscoverabilityDiscoverabilityEstablished

High-value schema types

High-value schema types is missing or incomplete.

33 Fail

Needs attention

High-value schema types

Failed check
01

Issue

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

02

Why it matters

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

Check name

High-value schema types

Score

0/100

Status

fail

Category

Discoverability

Maturity

Established

Goal

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

Result

High-value schema types is missing or incomplete.

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

AI DiscoverabilityDiscoverabilityEstablished

Link headers

Link headers failed at "Find useful Link headers".

33 Fail

Needs attention

Link headers

Failed check
01

Issue

No useful agent discovery Link headers were found.

02

Why it matters

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

Check name

Link headers

Score

0/100

Status

fail

Category

Discoverability

Maturity

Established

Goal

Include Link response headers for agent discovery using RFC 8288.

Result

Link headers failed at "Find useful Link headers".

Validation steps

  1. Find useful Link headers

    No useful agent discovery Link headers were found.

  2. Fetch same-origin Link header targets

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

Evidence
{
  "failedStep": "presence",
  "steps": [
    {
      "id": "presence",
      "title": "Find useful Link headers",
      "status": "fail",
      "evidence": {
        "links": [
          {
            "url": "https://sworkit.com/wp-json/",
            "rel": "https://api.w.org/",
            "type": "application/json"
          }
        ]
      },
      "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 UseMCPEmerging recommendation

MCP Server Card

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

33 Fail

Needs attention

MCP Server Card

Failed check
01

Issue

MCP Server Card was not found at the expected path.

02

Why it matters

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

Check name

MCP Server Card

Score

0/100

Status

fail

Category

MCP

Maturity

Emerging recommendation

Goal

Publish an MCP Server Card for agent discovery.

Result

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

Validation steps

  1. Fetch to find resource

    MCP Server Card was not found at the expected path.

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

Agent Ease of UseMCPEmerging recommendation

mcp.json

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

33 Fail

Needs attention

mcp.json

Failed check
01

Issue

mcp.json was not found at the expected path.

02

Why it matters

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

Check name

mcp.json

Score

0/100

Status

fail

Category

MCP

Maturity

Emerging recommendation

Goal

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

Result

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

Validation steps

  1. Fetch to find resource

    mcp.json was not found at the expected path.

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

Security & TrustSecurity & TrustEstablished

Referrer-Policy

Referrer-Policy is missing or incomplete.

33 Fail

Needs attention

Referrer-Policy

Failed check
01

Issue

Referrer-Policy is missing or incomplete.

02

Why it matters

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

Check name

Referrer-Policy

Score

0/100

Status

fail

Category

Security & Trust

Maturity

Established

Goal

Limit how much referrer data leaves the site.

Result

Referrer-Policy is missing or incomplete.

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

AI DiscoverabilityBot Access ControlInformational

Web Bot Auth request signing

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

33 Fail

Needs attention

Web Bot Auth request signing

Failed check
01

Issue

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

02

Why it matters

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

Check name

Web Bot Auth request signing

Score

0/100

Status

fail

Category

Bot Access Control

Maturity

Informational

Goal

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

Result

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

Validation steps

  1. Fetch to find resource

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

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

Agent Ease of UseMCPInformational

WebMCP manifest

WebMCP manifest failed at "Fetch to find resource".

33 Fail

Needs attention

WebMCP manifest

Failed check
01

Issue

WebMCP manifest was not found at the expected path.

02

Why it matters

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

Check name

WebMCP manifest

Score

0/100

Status

fail

Category

MCP

Maturity

Informational

Goal

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

Result

WebMCP manifest failed at "Fetch to find resource".

Validation steps

  1. Fetch to find resource

    WebMCP manifest was not found at the expected path.

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

Agent Ease of UseSkill DiscoveryEmerging recommendation

A2A Agent Card

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

20 Fail

Needs attention

A2A Agent Card

Failed check
01

Issue

A2A Agent Card was not found at the expected path.

02

Why it matters

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

Check name

A2A Agent Card

Score

0/100

Status

fail

Category

Skill Discovery

Maturity

Emerging recommendation

Goal

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

Result

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

Validation steps

  1. Fetch to find resource

    A2A Agent Card was not found at the expected path.

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

Agent Ease of UseSkill DiscoveryEmerging recommendation

Agent Skills index

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

20 Fail

Needs attention

Agent Skills index

Failed check
01

Issue

Agent Skills index was not found at the expected path.

02

Why it matters

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

Check name

Agent Skills index

Score

0/100

Status

fail

Category

Skill Discovery

Maturity

Emerging recommendation

Goal

Publish an agent skills discovery index.

Result

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

Validation steps

  1. Fetch to find resource

    Agent Skills index was not found at the expected path.

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

Agent Ease of UseSkill DiscoveryEmerging recommendation

agent.json

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

20 Fail

Needs attention

agent.json

Failed check
01

Issue

agent.json was not found at the expected path.

02

Why it matters

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

Check name

agent.json

Score

0/100

Status

fail

Category

Skill Discovery

Maturity

Emerging recommendation

Goal

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

Result

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

Validation steps

  1. Fetch to find resource

    agent.json was not found at the expected path.

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

Agent Ease of UseSkill DiscoveryInformational

agents.json

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

20 Fail

Needs attention

agents.json

Failed check
01

Issue

agents.json was not found at the expected path.

02

Why it matters

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

Check name

agents.json

Score

0/100

Status

fail

Category

Skill Discovery

Maturity

Informational

Goal

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

Result

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

Validation steps

  1. Fetch to find resource

    agents.json was not found at the expected path.

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

Agent Ease of UseSkill DiscoveryEmerging recommendation

DNS-AID Agent Discovery

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

15 Fail

Needs attention

DNS-AID Agent Discovery

Failed check
01

Issue

No DNS-AID entrypoint records were found under _agents.

02

Why it matters

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

Check name

DNS-AID Agent Discovery

Score

25/100

Status

fail

Category

Skill Discovery

Maturity

Emerging recommendation

Goal

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

Result

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

Validation steps

  1. Resolve DNS-AID SVCB/HTTPS records

    No DNS-AID entrypoint records were found under _agents.

  2. Validate alpn and endpoint parameters

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

  3. Check DNSSEC material

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

Evidence
{
  "failedStep": "svcb-https-records",
  "steps": [
    {
      "id": "svcb-https-records",
      "title": "Resolve DNS-AID SVCB/HTTPS records",
      "status": "fail",
      "evidence": {
        "hostname": "sworkit.com",
        "probes": [
          {
            "name": "_index._agents.sworkit.com",
            "found": false,
            "recordCount": 1,
            "records": [],
            "hasAlpn": false,
            "hasEndpoint": false
          },
          {
            "name": "_a2a._agents.sworkit.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": "sworkit.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."
    }
  ]
}

AI DiscoverabilityContent ReadinessEstablished

Content freshness signals

Content freshness signals is partially implemented.

13 Warning

Needs attention

Content freshness signals

Warning
01

Issue

Content freshness signals are incomplete: missing Last-Modified HTTP header.

02

Why it matters

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

Check name

Content freshness signals

Score

75/100

Status

warning

Category

Content Readiness

Maturity

Established

Goal

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

Result

Content freshness signals is partially implemented.

Evidence
{
  "lastModified": null,
  "schemaDates": [
    "2026-03-12T13:39:29+00:00",
    "2019-04-07T02:33:20+00:00"
  ],
  "metaDateCount": 1,
  "timeDateCount": 0
}

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

34 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": 38,
  "passing": 4,
  "failing": [
    {
      "heading": "Trusted by employers, health plans, and wellbeing partners worldwide",
      "headingHtml": "<h2 class=\"trusted-heading\"> Trusted by employers, health plans, and wellbeing partners worldwide </h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Built for Modern Workforce Wellbeing",
      "headingHtml": "<h2>Built for Modern Workforce Wellbeing</h2>",
      "firstParagraph": "One platform uniting fitness, preventive MSK, mindfulness, nutrition, challenges, and enterprise integrations.",
      "paragraphHtml": "<p> One platform uniting fitness, preventive MSK, mindfulness, nutrition, challenges, and enterprise integrations. </p>",
      "words": 12,
      "direct": false,
      "issue": "First paragraph is 12 words and does not look like a concise direct answer."
    },
    {
      "heading": "Challenges and incentives that drive sustained participation",
      "headingHtml": "<h3>Challenges and incentives that drive sustained participation</h3>",
      "firstParagraph": "Run global or team-based challenges with flexible goal types, incentives, and optional leaderboards. Great for launches, seasonal campaigns, and ongoing engagement.",
      "paragraphHtml": "<p> Run global or team-based challenges with flexible goal types, incentives, and optional leaderboards. Great for launches, seasonal campaigns, and ongoing engagement. </p>",
      "words": 21,
      "direct": false,
      "issue": "First paragraph is 21 words and does not look like a concise direct answer."
    },
    {
      "heading": "A consistent wellbeing calendar with webinars and programming cadence",
      "headingHtml": "<h3>A consistent wellbeing calendar with webinars and programming cadence</h3>",
      "firstParagraph": "Keep wellbeing visible with a steady rhythm of educational webinars and scheduled programming. Use it to support launches, seasonal campaigns, and ongoing engagement across the year.",
      "paragraphHtml": "<p> Keep wellbeing visible with a steady rhythm of educational webinars and scheduled programming. Use it to support launches, seasonal campaigns, and ongoing engagement across the year. </p>",
      "words": 26,
      "direct": false,
      "issue": "First paragraph is 26 words and does not look like a concise direct answer."
    },
    {
      "heading": "Nutrition and health coaching for personalised guidance",
      "headingHtml": "<h3>Nutrition and health coaching for personalised guidance</h3>",
      "firstParagraph": "Offer nutrition coaching and health coaching to support behaviour change beyond workouts. A strong lever for plans and employers who want deeper support and guidance.",
      "paragraphHtml": "<p> Offer nutrition coaching and health coaching to support behaviour change beyond workouts. A strong lever for plans and employers who want deeper support and guidance. </p>",
      "words": 25,
      "direct": false,
      "issue": "First paragraph is 25 words and does not look like a concise direct answer."
    },
    {
      "heading": "Preventative and biometric services that support proactive health",
      "headingHtml": "<h3>Preventative and biometric services that support proactive health</h3>",
      "firstParagraph": "Layer in preventative services like biometric screenings to support awareness and early action. Works well alongside campaigns, annual programming, and incentive initiatives.",
      "paragraphHtml": "<p> Layer in preventative services like biometric screenings to support awareness and early action. Works well alongside campaigns, annual programming, and incentive initiatives. </p>",
      "words": 22,
      "direct": false,
      "issue": "First paragraph is 22 words and does not look like a concise direct answer."
    },
    {
      "heading": "Customized virtual kickoff sessions to increase enrollment and ongoing engagement",
      "headingHtml": "<h3>Customized virtual kickoff sessions to increase enrollment and ongoing engagement</h3>",
      "firstParagraph": "Custom virtual workshops, targeted education sessions, and tailored campaigns for your population. A practical way to increase participation without relying on one-off communications.",
      "paragraphHtml": "<p> Custom virtual workshops, targeted education sessions, and tailored campaigns for your population. A practical way to increase participation without relying on one-off communications. </p>",
      "words": 23,
      "direct": false,
      "issue": "First paragraph is 23 words and does not look like a concise direct answer."
    },
    {
      "heading": "Onsite workplace activation for launch and momentum",
      "headingHtml": "<h3>Onsite workplace activation for launch and momentum</h3>",
      "firstParagraph": "Onsite events, wellbeing fairs, and launch activations that complement the digital experience. Great for employer groups that want in-person moments to drive awareness and sign-ups.",
      "paragraphHtml": "<p> Onsite events, wellbeing fairs, and launch activations that complement the digital experience. Great for employer groups that want in-person moments to drive awareness and sign-ups. </p>",
      "words": 25,
      "direct": false,
      "issue": "First paragraph is 25 words and does not look like a concise direct answer."
    },
    {
      "heading": "Clinical event attestation for incentives and verification workflows",
      "headingHtml": "<h3>Clinical event attestation for incentives and verification workflows</h3>",
      "firstParagraph": "Support attestation and verification workflows where required for programme rules and incentives. Useful for preventative initiatives, activity verification, and partner reporting requirements.",
      "paragraphHtml": "<p> Support attestation and verification workflows where required for programme rules and incentives. Useful for preventative initiatives, activity verification, and partner reporting requirements. </p>",
      "words": 22,
      "direct": false,
      "issue": "First paragraph is 22 words and does not look like a concise direct answer."
    },
    {
      "heading": "Who We Serve",
      "headingHtml": "<h2>Who We Serve</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Employers",
      "headingHtml": "<h3>Employers</h3>",
      "firstParagraph": "Boost employee wellbeing and engagement with a proven digital wellness solution",
      "paragraphHtml": "<p>Boost employee wellbeing and engagement with a proven digital wellness solution</p>",
      "words": 11,
      "direct": false,
      "issue": "First paragraph is 11 words and does not look like a concise direct answer."
    },
    {
      "heading": "Health Plans",
      "headingHtml": "<h3>Health Plans</h3>",
      "firstParagraph": "Support your corporate health clients and population health",
      "paragraphHtml": "<p>Support your corporate health clients and population health</p>",
      "words": 8,
      "direct": false,
      "issue": "First paragraph is 8 words and does not look like a concise direct answer."
    },
    {
      "heading": "Schools & Youth",
      "headingHtml": "<h3>Schools &amp; Youth</h3>",
      "firstParagraph": "Tools, curriculum, and free access to help students stay active",
      "paragraphHtml": "<p>Tools, curriculum, and free access to help students stay active</p>",
      "words": 10,
      "direct": false,
      "issue": "First paragraph is 10 words and does not look like a concise direct answer."
    },
    {
      "heading": "Individuals",
      "headingHtml": "<h3>Individuals</h3>",
      "firstParagraph": "Personalized workouts and wellness plans for everyday life",
      "paragraphHtml": "<p>Personalized workouts and wellness plans for everyday life</p>",
      "words": 8,
      "direct": false,
      "issue": "First paragraph is 8 words and does not look like a concise direct answer."
    },
    {
      "heading": "Plays well with your wellbeing & HR stack",
      "headingHtml": "<h2>Plays well with your wellbeing &amp; HR stack</h2>",
      "firstParagraph": "Seamless integrations with rewards, recognition, HRIS, and benefits platforms.",
      "paragraphHtml": "<p>Seamless integrations with rewards, recognition, HRIS, and benefits platforms.</p>",
      "words": 9,
      "direct": false,
      "issue": "First paragraph is 9 words and does not look like a concise direct answer."
    },
    {
      "heading": "Motivosity",
      "headingHtml": "<h3>Motivosity</h3>",
      "firstParagraph": "Trigger recognition for completed workouts and challenge milestones with Motivosity Wellness.",
      "paragraphHtml": "<p>Trigger recognition for completed workouts and challenge milestones with Motivosity Wellness.</p>",
      "words": 11,
      "direct": false,
      "issue": "First paragraph is 11 words and does not look like a concise direct answer."
    },
    {
      "heading": "Awardco",
      "headingHtml": "<h3>Awardco</h3>",
      "firstParagraph": "Automatically reward healthy behaviors through points and incentives.",
      "paragraphHtml": "<p>Automatically reward healthy behaviors through points and incentives.</p>",
      "words": 8,
      "direct": false,
      "issue": "First paragraph is 8 words and does not look like a concise direct answer."
    },
    {
      "heading": "Additional Reward Partners",
      "headingHtml": "<h3>Additional Reward Partners</h3>",
      "firstParagraph": "Automate rewards to any award partner, including Achievers, Snappy, Tango, and more.",
      "paragraphHtml": "<p>Automate rewards to any award partner, including Achievers, Snappy, Tango, and more.</p>",
      "words": 12,
      "direct": false,
      "issue": "First paragraph is 12 words and does not look like a concise direct answer."
    },
    {
      "heading": "Personify Health",
      "headingHtml": "<h3>Personify Health</h3>",
      "firstParagraph": "Sync activity and engagement data directly into Personify Health to power incentives, reporting, and unified wellbeing experiences.",
      "paragraphHtml": "<p>Sync activity and engagement data directly into Personify Health to power incentives, reporting, and unified wellbeing experiences.</p>",
      "words": 17,
      "direct": false,
      "issue": "First paragraph is 17 words and does not look like a concise direct answer."
    },
    {
      "heading": "SSO",
      "headingHtml": "<h3>SSO</h3>",
      "firstParagraph": "Enterprise-grade authentication with secure single sign-on.",
      "paragraphHtml": "<p>Enterprise-grade authentication with secure single sign-on.</p>",
      "words": 6,
      "direct": false,
      "issue": "First paragraph is 6 words and does not look like a concise direct answer."
    },
    {
      "heading": "HRIS Sync",
      "headingHtml": "<h3>HRIS Sync</h3>",
      "firstParagraph": "Automate eligibility and employee data updates across 200+ HR systems.",
      "paragraphHtml": "<p>Automate eligibility and employee data updates across 200+ HR systems.</p>",
      "words": 10,
      "direct": false,
      "issue": "First paragraph is 10 words and does not look like a concise direct answer."
    },
    {
      "heading": "Wellness That Delivers Measurable Results",
      "headingHtml": "<h2>Wellness That Delivers Measurable Results</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "47.5%",
      "headingHtml": "<h3>47.5%</h3>",
      "firstParagraph": "Industry-leading participation with or without incentives.",
      "paragraphHtml": "<p>Industry-leading participation with or without incentives.</p>",
      "words": 6,
      "direct": false,
      "issue": "First paragraph is 6 words and does not look like a concise direct answer."
    },
    {
      "heading": "94% Annual",
      "headingHtml": "<h3>94% Annual</h3>",
      "firstParagraph": "Employers continue year after year.",
      "paragraphHtml": "<p>Employers continue year after year.</p>",
      "words": 5,
      "direct": false,
      "issue": "First paragraph is 5 words and does not look like a concise direct answer."
    },
    {
      "heading": "16+",
      "headingHtml": "<h3>16+</h3>",
      "firstParagraph": "Built for global, diverse populations.",
      "paragraphHtml": "<p>Built for global, diverse populations.</p>",
      "words": 5,
      "direct": false,
      "issue": "First paragraph is 5 words and does not look like a concise direct answer."
    },
    {
      "heading": "NPS 91",
      "headingHtml": "<h3>NPS 91</h3>",
      "firstParagraph": "Exceptional satisfaction from members and program leaders.",
      "paragraphHtml": "<p>Exceptional satisfaction from members and program leaders.</p>",
      "words": 7,
      "direct": false,
      "issue": "First paragraph is 7 words and does not look like a concise direct answer."
    },
    {
      "heading": "Backed by Research. Proven at Scale.",
      "headingHtml": "<h2 class=\"accolades-title\"> Backed by Research. Proven at Scale. </h2>",
      "firstParagraph": "Recognized as a top fitness app in independent academic review. Over 100 million workouts completed globally.",
      "paragraphHtml": "<p class=\"accolades-subtext\"> Recognized as a top fitness app in independent academic review. Over 100 million workouts completed globally. </p>",
      "words": 16,
      "direct": false,
      "issue": "First paragraph is 16 words and does not look like a concise direct answer."
    },
    {
      "heading": "Resources for HR & Benefits Leaders",
      "headingHtml": "<h2 class=\"section-title\"> Resources for HR &amp; Benefits Leaders </h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Sworkit Overview Sheet",
      "headingHtml": "<h3>Sworkit Overview Sheet</h3>",
      "firstParagraph": "Learn how Sworkit reduces employee stress and brings teams together. Download this one-pager for a quick overview of our wellness programs.",
      "paragraphHtml": "<p> Learn how Sworkit reduces employee stress and brings teams together. Download this one-pager for a quick overview of our wellness programs. </p>",
      "words": 21,
      "direct": false,
      "issue": "First paragraph is 21 words and does not look like a concise direct answer."
    },
    {
      "heading": "Single Slide Presentation",
      "headingHtml": "<h3>Single Slide Presentation</h3>",
      "firstParagraph": "Easily share Sworkit with your leadership or HR teams. Let us know if you need additional information.",
      "paragraphHtml": "<p> Easily share Sworkit with your leadership or HR teams. Let us know if you need additional information. </p>",
      "words": 17,
      "direct": false,
      "issue": "First paragraph is 17 words and does not look like a concise direct answer."
    },
    {
      "heading": "Client Case Studies",
      "headingHtml": "<h3>Client Case Studies</h3>",
      "firstParagraph": "Learn how Sworkit helps companies worldwide drive engagement by meeting employees where they are.",
      "paragraphHtml": "<p> Learn how Sworkit helps companies worldwide drive engagement by meeting employees where they are. </p>",
      "words": 14,
      "direct": false,
      "issue": "First paragraph is 14 words and does not look like a concise direct answer."
    },
    {
      "heading": "Frequently Asked Questions",
      "headingHtml": "<h2 class=\"faq-title\">Frequently Asked Questions</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Bring Proven Wellbeing to Your Workforce",
      "headingHtml": "<h2>Bring Proven Wellbeing to Your Workforce</h2>",
      "firstParagraph": "See how Sworkit helps employers increase engagement, reduce MSK risk, and simplify digital wellness.",
      "paragraphHtml": "<p> See how Sworkit helps employers increase engagement, reduce MSK risk, and simplify digital wellness. </p>",
      "words": 14,
      "direct": false,
      "issue": "First paragraph is 14 words and does not look like a concise direct answer."
    },
    {
      "heading": "Follow Us",
      "headingHtml": "<h2 class=\"widget-title\">Follow Us</h2>",
      "firstParagraph": "©2026 Sworkit® by Nexercise, Inc.",
      "paragraphHtml": "<p>&#xa9;2026 Sworkit&#xae; by Nexercise, Inc.</p>",
      "words": 5,
      "direct": false,
      "issue": "First paragraph is 5 words and does not look like a concise direct answer."
    }
  ],
  "score": 65,
  "weight": 28
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

AIO: Source and trust signals

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

4 Warning

Needs attention

AIO: Source and trust signals

Warning
01

Issue

Missing AIO trust signals: author, publisher.

Details

02

Why it matters

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

Check name

AIO: Source and trust signals

Score

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": false,
    "freshnessDate": true,
    "aboutOrContact": true,
    "policyLinks": true
  },
  "missing": [
    "author",
    "publisher"
  ],
  "authorMeta": "",
  "schemaAuthors": [],
  "schemaPublishers": [],
  "schemaDates": [
    "2019-04-07T02:33:20+00:00",
    "2026-03-12T13:39:29+00:00"
  ],
  "visibleDates": [],
  "aboutLinks": [
    {
      "href": "https://sworkit.com/15000-3/referral",
      "text": "Refer Your Company",
      "html": "<a href=\"https://sworkit.com/15000-3/referral\">Refer Your Company</a>"
    },
    {
      "href": "https://sworkit.com/about-us",
      "text": "About Us",
      "html": "<a href=\"https://sworkit.com/about-us\">About Us</a>"
    },
    {
      "href": "https://www.linkedin.com/company/sworkit",
      "text": "LinkedIn",
      "html": "<a href=\"https://www.linkedin.com/company/sworkit\" target=\"_blank\" class=\"LinkedIn\"><span class=\"screen-reader-text\">LinkedIn</span></a>"
    }
  ],
  "contactLinks": [
    {
      "href": "/health-plans",
      "text": "Health Plans Support your corporate health clients and population health Learn More",
      "html": "<a class=\"serve-card\" href=\"/health-plans\"> <img class=\"serve-bg\" src=\"/wp-content/themes/sworkit/assets/images/serve-health-plans.png\" alt> <div class=\"serve-overlay\"></div> <div class=\"serve-content\"> <h3>Health Plans</h3> <p>Support your corporate health clients and population health</p> <span class=\"serve-cta\">Learn More</span> </div> </a>"
    },
    {
      "href": "/youth-initiative",
      "text": "Schools & Youth Tools, curriculum, and free access to help students stay active Learn More",
      "html": "<a class=\"serve-card\" href=\"/youth-initiative\"> <img class=\"serve-bg\" src=\"/wp-content/themes/sworkit/assets/images/serve-schools.png\" alt> <div class=\"serve-overlay\"></div> <div class=\"serve-content\"> <h3>Schools &amp; Youth</h3> <p>Tools, curriculum, and free access to help students stay active</p> <span class=\"serve-cta\">Learn More</span> </div> </a>"
    },
    {
      "href": "https://help.sworkit.com",
      "text": "Help Center",
      "html": "<a target=\"_blank\" href=\"https://help.sworkit.com\">Help Center</a>"
    },
    {
      "href": "https://sworkit.com/contact-us",
      "text": "Contact Us",
      "html": "<a href=\"https://sworkit.com/contact-us\">Contact Us</a>"
    }
  ],
  "privacyLinks": [
    {
      "href": "http://m.sworkit.com/TOS.html",
      "text": "Terms of Service",
      "html": "<a href=\"http://m.sworkit.com/TOS.html\" target=\"_blank\">Terms of Service</a>"
    },
    {
      "href": "http://m.sworkit.com/privacy.html",
      "text": "Privacy Policy",
      "html": "<a href=\"http://m.sworkit.com/privacy.html\" target=\"_blank\">Privacy Policy</a>"
    }
  ],
  "score": 60,
  "weight": 20
}

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, publisher.

Details

02

Why it matters

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

Check name

AEO: Answer evidence and trust

Score

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": false,
    "freshnessDate": true,
    "aboutOrContact": true,
    "policyLinks": true
  },
  "missing": [
    "author",
    "publisher"
  ],
  "authorMeta": "",
  "schemaAuthors": [],
  "schemaPublishers": [],
  "schemaDates": [
    "2019-04-07T02:33:20+00:00",
    "2026-03-12T13:39:29+00:00"
  ],
  "visibleDates": [],
  "aboutLinks": [
    {
      "href": "https://sworkit.com/15000-3/referral",
      "text": "Refer Your Company",
      "html": "<a href=\"https://sworkit.com/15000-3/referral\">Refer Your Company</a>"
    },
    {
      "href": "https://sworkit.com/about-us",
      "text": "About Us",
      "html": "<a href=\"https://sworkit.com/about-us\">About Us</a>"
    },
    {
      "href": "https://www.linkedin.com/company/sworkit",
      "text": "LinkedIn",
      "html": "<a href=\"https://www.linkedin.com/company/sworkit\" target=\"_blank\" class=\"LinkedIn\"><span class=\"screen-reader-text\">LinkedIn</span></a>"
    }
  ],
  "contactLinks": [
    {
      "href": "/health-plans",
      "text": "Health Plans Support your corporate health clients and population health Learn More",
      "html": "<a class=\"serve-card\" href=\"/health-plans\"> <img class=\"serve-bg\" src=\"/wp-content/themes/sworkit/assets/images/serve-health-plans.png\" alt> <div class=\"serve-overlay\"></div> <div class=\"serve-content\"> <h3>Health Plans</h3> <p>Support your corporate health clients and population health</p> <span class=\"serve-cta\">Learn More</span> </div> </a>"
    },
    {
      "href": "/youth-initiative",
      "text": "Schools & Youth Tools, curriculum, and free access to help students stay active Learn More",
      "html": "<a class=\"serve-card\" href=\"/youth-initiative\"> <img class=\"serve-bg\" src=\"/wp-content/themes/sworkit/assets/images/serve-schools.png\" alt> <div class=\"serve-overlay\"></div> <div class=\"serve-content\"> <h3>Schools &amp; Youth</h3> <p>Tools, curriculum, and free access to help students stay active</p> <span class=\"serve-cta\">Learn More</span> </div> </a>"
    },
    {
      "href": "https://help.sworkit.com",
      "text": "Help Center",
      "html": "<a target=\"_blank\" href=\"https://help.sworkit.com\">Help Center</a>"
    },
    {
      "href": "https://sworkit.com/contact-us",
      "text": "Contact Us",
      "html": "<a href=\"https://sworkit.com/contact-us\">Contact Us</a>"
    }
  ],
  "privacyLinks": [
    {
      "href": "http://m.sworkit.com/TOS.html",
      "text": "Terms of Service",
      "html": "<a href=\"http://m.sworkit.com/TOS.html\" target=\"_blank\">Terms of Service</a>"
    },
    {
      "href": "http://m.sworkit.com/privacy.html",
      "text": "Privacy Policy",
      "html": "<a href=\"http://m.sworkit.com/privacy.html\" target=\"_blank\">Privacy Policy</a>"
    }
  ],
  "score": 60,
  "weight": 22
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

GEO: Entity clarity

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

2 Warning

Needs attention

GEO: Entity clarity

Warning
01

Issue

Title/H1 terms missing from description: employee, programs, sworkit, made, simple.

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

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

Evidence
{
  "title": "Employee Wellbeing Platform & Wellness Programs | Sworkit Health",
  "h1": "Employee Wellness Made Simple",
  "description": "A digital wellbeing platform combining fitness, mindfulness, mobility, and wellness challenges to help organizations improve engagement and workforce health.",
  "topicOverlap": 0.4444444444444444,
  "topicTerms": [
    "employee",
    "wellbeing",
    "platform",
    "wellness",
    "programs",
    "sworkit",
    "health",
    "made",
    "simple"
  ],
  "descriptionTerms": [
    "digital",
    "wellbeing",
    "platform",
    "combining",
    "fitness",
    "mindfulness",
    "mobility",
    "wellness",
    "challenges",
    "help",
    "organizations",
    "improve",
    "engagement",
    "workforce",
    "health"
  ],
  "missingFromDescription": [
    "employee",
    "programs",
    "sworkit",
    "made",
    "simple"
  ],
  "score": 83,
  "weight": 28
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

GEO: Explanatory content depth

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

2 Warning

Needs attention

GEO: Explanatory content depth

Warning
01

Issue

No substantial explanatory paragraphs were found.

Details

02

Why it matters

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

Check name

GEO: Explanatory content depth

Score

75/100

Status

warning

Category

GEO, AIO & AEO

Maturity

Emerging recommendation

Goal

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

Result

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

Evidence
{
  "candidatePassages": 1,
  "citablePassages": 0,
  "failingCandidateParagraphs": [],
  "citableParagraphs": [],
  "score": 75,
  "weight": 18
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

GEO: 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": 6,
  "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: Answer block readiness

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

2 Warning

Needs attention

AIO: Answer block readiness

Warning
01

Issue

34 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": 38,
  "passing": 4,
  "failing": [
    {
      "heading": "Trusted by employers, health plans, and wellbeing partners worldwide",
      "headingHtml": "<h2 class=\"trusted-heading\"> Trusted by employers, health plans, and wellbeing partners worldwide </h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Built for Modern Workforce Wellbeing",
      "headingHtml": "<h2>Built for Modern Workforce Wellbeing</h2>",
      "firstParagraph": "One platform uniting fitness, preventive MSK, mindfulness, nutrition, challenges, and enterprise integrations.",
      "paragraphHtml": "<p> One platform uniting fitness, preventive MSK, mindfulness, nutrition, challenges, and enterprise integrations. </p>",
      "words": 12,
      "direct": false,
      "issue": "First paragraph is 12 words and does not look like a concise direct answer."
    },
    {
      "heading": "Challenges and incentives that drive sustained participation",
      "headingHtml": "<h3>Challenges and incentives that drive sustained participation</h3>",
      "firstParagraph": "Run global or team-based challenges with flexible goal types, incentives, and optional leaderboards. Great for launches, seasonal campaigns, and ongoing engagement.",
      "paragraphHtml": "<p> Run global or team-based challenges with flexible goal types, incentives, and optional leaderboards. Great for launches, seasonal campaigns, and ongoing engagement. </p>",
      "words": 21,
      "direct": false,
      "issue": "First paragraph is 21 words and does not look like a concise direct answer."
    },
    {
      "heading": "A consistent wellbeing calendar with webinars and programming cadence",
      "headingHtml": "<h3>A consistent wellbeing calendar with webinars and programming cadence</h3>",
      "firstParagraph": "Keep wellbeing visible with a steady rhythm of educational webinars and scheduled programming. Use it to support launches, seasonal campaigns, and ongoing engagement across the year.",
      "paragraphHtml": "<p> Keep wellbeing visible with a steady rhythm of educational webinars and scheduled programming. Use it to support launches, seasonal campaigns, and ongoing engagement across the year. </p>",
      "words": 26,
      "direct": false,
      "issue": "First paragraph is 26 words and does not look like a concise direct answer."
    },
    {
      "heading": "Nutrition and health coaching for personalised guidance",
      "headingHtml": "<h3>Nutrition and health coaching for personalised guidance</h3>",
      "firstParagraph": "Offer nutrition coaching and health coaching to support behaviour change beyond workouts. A strong lever for plans and employers who want deeper support and guidance.",
      "paragraphHtml": "<p> Offer nutrition coaching and health coaching to support behaviour change beyond workouts. A strong lever for plans and employers who want deeper support and guidance. </p>",
      "words": 25,
      "direct": false,
      "issue": "First paragraph is 25 words and does not look like a concise direct answer."
    },
    {
      "heading": "Preventative and biometric services that support proactive health",
      "headingHtml": "<h3>Preventative and biometric services that support proactive health</h3>",
      "firstParagraph": "Layer in preventative services like biometric screenings to support awareness and early action. Works well alongside campaigns, annual programming, and incentive initiatives.",
      "paragraphHtml": "<p> Layer in preventative services like biometric screenings to support awareness and early action. Works well alongside campaigns, annual programming, and incentive initiatives. </p>",
      "words": 22,
      "direct": false,
      "issue": "First paragraph is 22 words and does not look like a concise direct answer."
    },
    {
      "heading": "Customized virtual kickoff sessions to increase enrollment and ongoing engagement",
      "headingHtml": "<h3>Customized virtual kickoff sessions to increase enrollment and ongoing engagement</h3>",
      "firstParagraph": "Custom virtual workshops, targeted education sessions, and tailored campaigns for your population. A practical way to increase participation without relying on one-off communications.",
      "paragraphHtml": "<p> Custom virtual workshops, targeted education sessions, and tailored campaigns for your population. A practical way to increase participation without relying on one-off communications. </p>",
      "words": 23,
      "direct": false,
      "issue": "First paragraph is 23 words and does not look like a concise direct answer."
    },
    {
      "heading": "Onsite workplace activation for launch and momentum",
      "headingHtml": "<h3>Onsite workplace activation for launch and momentum</h3>",
      "firstParagraph": "Onsite events, wellbeing fairs, and launch activations that complement the digital experience. Great for employer groups that want in-person moments to drive awareness and sign-ups.",
      "paragraphHtml": "<p> Onsite events, wellbeing fairs, and launch activations that complement the digital experience. Great for employer groups that want in-person moments to drive awareness and sign-ups. </p>",
      "words": 25,
      "direct": false,
      "issue": "First paragraph is 25 words and does not look like a concise direct answer."
    },
    {
      "heading": "Clinical event attestation for incentives and verification workflows",
      "headingHtml": "<h3>Clinical event attestation for incentives and verification workflows</h3>",
      "firstParagraph": "Support attestation and verification workflows where required for programme rules and incentives. Useful for preventative initiatives, activity verification, and partner reporting requirements.",
      "paragraphHtml": "<p> Support attestation and verification workflows where required for programme rules and incentives. Useful for preventative initiatives, activity verification, and partner reporting requirements. </p>",
      "words": 22,
      "direct": false,
      "issue": "First paragraph is 22 words and does not look like a concise direct answer."
    },
    {
      "heading": "Who We Serve",
      "headingHtml": "<h2>Who We Serve</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Employers",
      "headingHtml": "<h3>Employers</h3>",
      "firstParagraph": "Boost employee wellbeing and engagement with a proven digital wellness solution",
      "paragraphHtml": "<p>Boost employee wellbeing and engagement with a proven digital wellness solution</p>",
      "words": 11,
      "direct": false,
      "issue": "First paragraph is 11 words and does not look like a concise direct answer."
    },
    {
      "heading": "Health Plans",
      "headingHtml": "<h3>Health Plans</h3>",
      "firstParagraph": "Support your corporate health clients and population health",
      "paragraphHtml": "<p>Support your corporate health clients and population health</p>",
      "words": 8,
      "direct": false,
      "issue": "First paragraph is 8 words and does not look like a concise direct answer."
    },
    {
      "heading": "Schools & Youth",
      "headingHtml": "<h3>Schools &amp; Youth</h3>",
      "firstParagraph": "Tools, curriculum, and free access to help students stay active",
      "paragraphHtml": "<p>Tools, curriculum, and free access to help students stay active</p>",
      "words": 10,
      "direct": false,
      "issue": "First paragraph is 10 words and does not look like a concise direct answer."
    },
    {
      "heading": "Individuals",
      "headingHtml": "<h3>Individuals</h3>",
      "firstParagraph": "Personalized workouts and wellness plans for everyday life",
      "paragraphHtml": "<p>Personalized workouts and wellness plans for everyday life</p>",
      "words": 8,
      "direct": false,
      "issue": "First paragraph is 8 words and does not look like a concise direct answer."
    },
    {
      "heading": "Plays well with your wellbeing & HR stack",
      "headingHtml": "<h2>Plays well with your wellbeing &amp; HR stack</h2>",
      "firstParagraph": "Seamless integrations with rewards, recognition, HRIS, and benefits platforms.",
      "paragraphHtml": "<p>Seamless integrations with rewards, recognition, HRIS, and benefits platforms.</p>",
      "words": 9,
      "direct": false,
      "issue": "First paragraph is 9 words and does not look like a concise direct answer."
    },
    {
      "heading": "Motivosity",
      "headingHtml": "<h3>Motivosity</h3>",
      "firstParagraph": "Trigger recognition for completed workouts and challenge milestones with Motivosity Wellness.",
      "paragraphHtml": "<p>Trigger recognition for completed workouts and challenge milestones with Motivosity Wellness.</p>",
      "words": 11,
      "direct": false,
      "issue": "First paragraph is 11 words and does not look like a concise direct answer."
    },
    {
      "heading": "Awardco",
      "headingHtml": "<h3>Awardco</h3>",
      "firstParagraph": "Automatically reward healthy behaviors through points and incentives.",
      "paragraphHtml": "<p>Automatically reward healthy behaviors through points and incentives.</p>",
      "words": 8,
      "direct": false,
      "issue": "First paragraph is 8 words and does not look like a concise direct answer."
    },
    {
      "heading": "Additional Reward Partners",
      "headingHtml": "<h3>Additional Reward Partners</h3>",
      "firstParagraph": "Automate rewards to any award partner, including Achievers, Snappy, Tango, and more.",
      "paragraphHtml": "<p>Automate rewards to any award partner, including Achievers, Snappy, Tango, and more.</p>",
      "words": 12,
      "direct": false,
      "issue": "First paragraph is 12 words and does not look like a concise direct answer."
    },
    {
      "heading": "Personify Health",
      "headingHtml": "<h3>Personify Health</h3>",
      "firstParagraph": "Sync activity and engagement data directly into Personify Health to power incentives, reporting, and unified wellbeing experiences.",
      "paragraphHtml": "<p>Sync activity and engagement data directly into Personify Health to power incentives, reporting, and unified wellbeing experiences.</p>",
      "words": 17,
      "direct": false,
      "issue": "First paragraph is 17 words and does not look like a concise direct answer."
    },
    {
      "heading": "SSO",
      "headingHtml": "<h3>SSO</h3>",
      "firstParagraph": "Enterprise-grade authentication with secure single sign-on.",
      "paragraphHtml": "<p>Enterprise-grade authentication with secure single sign-on.</p>",
      "words": 6,
      "direct": false,
      "issue": "First paragraph is 6 words and does not look like a concise direct answer."
    },
    {
      "heading": "HRIS Sync",
      "headingHtml": "<h3>HRIS Sync</h3>",
      "firstParagraph": "Automate eligibility and employee data updates across 200+ HR systems.",
      "paragraphHtml": "<p>Automate eligibility and employee data updates across 200+ HR systems.</p>",
      "words": 10,
      "direct": false,
      "issue": "First paragraph is 10 words and does not look like a concise direct answer."
    },
    {
      "heading": "Wellness That Delivers Measurable Results",
      "headingHtml": "<h2>Wellness That Delivers Measurable Results</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "47.5%",
      "headingHtml": "<h3>47.5%</h3>",
      "firstParagraph": "Industry-leading participation with or without incentives.",
      "paragraphHtml": "<p>Industry-leading participation with or without incentives.</p>",
      "words": 6,
      "direct": false,
      "issue": "First paragraph is 6 words and does not look like a concise direct answer."
    },
    {
      "heading": "94% Annual",
      "headingHtml": "<h3>94% Annual</h3>",
      "firstParagraph": "Employers continue year after year.",
      "paragraphHtml": "<p>Employers continue year after year.</p>",
      "words": 5,
      "direct": false,
      "issue": "First paragraph is 5 words and does not look like a concise direct answer."
    },
    {
      "heading": "16+",
      "headingHtml": "<h3>16+</h3>",
      "firstParagraph": "Built for global, diverse populations.",
      "paragraphHtml": "<p>Built for global, diverse populations.</p>",
      "words": 5,
      "direct": false,
      "issue": "First paragraph is 5 words and does not look like a concise direct answer."
    },
    {
      "heading": "NPS 91",
      "headingHtml": "<h3>NPS 91</h3>",
      "firstParagraph": "Exceptional satisfaction from members and program leaders.",
      "paragraphHtml": "<p>Exceptional satisfaction from members and program leaders.</p>",
      "words": 7,
      "direct": false,
      "issue": "First paragraph is 7 words and does not look like a concise direct answer."
    },
    {
      "heading": "Backed by Research. Proven at Scale.",
      "headingHtml": "<h2 class=\"accolades-title\"> Backed by Research. Proven at Scale. </h2>",
      "firstParagraph": "Recognized as a top fitness app in independent academic review. Over 100 million workouts completed globally.",
      "paragraphHtml": "<p class=\"accolades-subtext\"> Recognized as a top fitness app in independent academic review. Over 100 million workouts completed globally. </p>",
      "words": 16,
      "direct": false,
      "issue": "First paragraph is 16 words and does not look like a concise direct answer."
    },
    {
      "heading": "Resources for HR & Benefits Leaders",
      "headingHtml": "<h2 class=\"section-title\"> Resources for HR &amp; Benefits Leaders </h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Sworkit Overview Sheet",
      "headingHtml": "<h3>Sworkit Overview Sheet</h3>",
      "firstParagraph": "Learn how Sworkit reduces employee stress and brings teams together. Download this one-pager for a quick overview of our wellness programs.",
      "paragraphHtml": "<p> Learn how Sworkit reduces employee stress and brings teams together. Download this one-pager for a quick overview of our wellness programs. </p>",
      "words": 21,
      "direct": false,
      "issue": "First paragraph is 21 words and does not look like a concise direct answer."
    },
    {
      "heading": "Single Slide Presentation",
      "headingHtml": "<h3>Single Slide Presentation</h3>",
      "firstParagraph": "Easily share Sworkit with your leadership or HR teams. Let us know if you need additional information.",
      "paragraphHtml": "<p> Easily share Sworkit with your leadership or HR teams. Let us know if you need additional information. </p>",
      "words": 17,
      "direct": false,
      "issue": "First paragraph is 17 words and does not look like a concise direct answer."
    },
    {
      "heading": "Client Case Studies",
      "headingHtml": "<h3>Client Case Studies</h3>",
      "firstParagraph": "Learn how Sworkit helps companies worldwide drive engagement by meeting employees where they are.",
      "paragraphHtml": "<p> Learn how Sworkit helps companies worldwide drive engagement by meeting employees where they are. </p>",
      "words": 14,
      "direct": false,
      "issue": "First paragraph is 14 words and does not look like a concise direct answer."
    },
    {
      "heading": "Frequently Asked Questions",
      "headingHtml": "<h2 class=\"faq-title\">Frequently Asked Questions</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Bring Proven Wellbeing to Your Workforce",
      "headingHtml": "<h2>Bring Proven Wellbeing to Your Workforce</h2>",
      "firstParagraph": "See how Sworkit helps employers increase engagement, reduce MSK risk, and simplify digital wellness.",
      "paragraphHtml": "<p> See how Sworkit helps employers increase engagement, reduce MSK risk, and simplify digital wellness. </p>",
      "words": 14,
      "direct": false,
      "issue": "First paragraph is 14 words and does not look like a concise direct answer."
    },
    {
      "heading": "Follow Us",
      "headingHtml": "<h2 class=\"widget-title\">Follow Us</h2>",
      "firstParagraph": "©2026 Sworkit® by Nexercise, Inc.",
      "paragraphHtml": "<p>&#xa9;2026 Sworkit&#xae; by Nexercise, Inc.</p>",
      "words": 5,
      "direct": false,
      "issue": "First paragraph is 5 words and does not look like a concise direct answer."
    }
  ],
  "score": 65,
  "weight": 8
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

AEO: Entity and definition clarity

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

1 Warning

Needs attention

AEO: Entity and definition clarity

Warning
01

Issue

Entity or definition gaps: employee, programs, sworkit, made, simple.

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

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

Evidence
{
  "title": "Employee Wellbeing Platform & Wellness Programs | Sworkit Health",
  "h1": "Employee Wellness Made Simple",
  "description": "A digital wellbeing platform combining fitness, mindfulness, mobility, and wellness challenges to help organizations improve engagement and workforce health.",
  "topicOverlap": 0.4444444444444444,
  "definitionCount": 6,
  "topicTerms": [
    "employee",
    "wellbeing",
    "platform",
    "wellness",
    "programs",
    "sworkit",
    "health",
    "made",
    "simple"
  ],
  "descriptionTerms": [
    "digital",
    "wellbeing",
    "platform",
    "combining",
    "fitness",
    "mindfulness",
    "mobility",
    "wellness",
    "challenges",
    "help",
    "organizations",
    "improve",
    "engagement",
    "workforce",
    "health"
  ],
  "missingFromDescription": [
    "employee",
    "programs",
    "sworkit",
    "made",
    "simple"
  ],
  "score": 86,
  "weight": 18
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

AIO: Visible structured data match

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

1 Warning

Needs attention

AIO: Visible structured data match

Warning
01

Issue

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

Details

02

Why it matters

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

Check name

AIO: Visible structured data match

Score

88/100

Status

warning

Category

GEO, AIO & AEO

Maturity

Emerging recommendation

Goal

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

Result

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

Evidence
{
  "schemaCount": 6,
  "checkedFields": [
    {
      "path": "$[0].@graph[0].name",
      "value": "Employee Wellbeing Platform & Wellness Programs | Sworkit Health"
    },
    {
      "path": "$[0].@graph[0].description",
      "value": "A digital wellbeing platform combining fitness, mindfulness, mobility, and wellness challenges to help organizations improve engagement and workforce health."
    },
    {
      "path": "$[0].@graph[2].itemListElement[0].name",
      "value": "Home"
    },
    {
      "path": "$[0].@graph[3].name",
      "value": "Employee Wellbeing Platform & Wellness Programs | Sworkit"
    },
    {
      "path": "$[0].@graph[3].description",
      "value": "Employee Wellness Made Simple"
    },
    {
      "path": "$[0].@graph[3].alternateName",
      "value": "Sworkit Health"
    },
    {
      "path": "$[0].@graph[4].name",
      "value": "Sworkit Health"
    },
    {
      "path": "$[0].@graph[4].alternateName",
      "value": "Nexercise, Inc."
    },
    {
      "path": "$[1].name",
      "value": "Employee Wellbeing Platform & Wellness Programs | Sworkit Health"
    },
    {
      "path": "$[1].description",
      "value": "A digital wellbeing platform combining fitness, mindfulness, mobility, and wellness challenges to help organizations improve engagement and workforce health."
    },
    {
      "path": "$[3].itemListElement[0].name",
      "value": "Home"
    },
    {
      "path": "$[4].name",
      "value": "Employee Wellbeing Platform & Wellness Programs | Sworkit"
    },
    {
      "path": "$[4].description",
      "value": "Employee Wellness Made Simple"
    },
    {
      "path": "$[4].alternateName",
      "value": "Sworkit Health"
    },
    {
      "path": "$[5].name",
      "value": "Sworkit Health"
    },
    {
      "path": "$[5].alternateName",
      "value": "Nexercise, Inc."
    }
  ],
  "mismatches": [
    {
      "path": "$[0].@graph[2].itemListElement[0].name",
      "value": "Home"
    },
    {
      "path": "$[3].itemListElement[0].name",
      "value": "Home"
    }
  ],
  "score": 88,
  "weight": 18
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

AEO: Answer intent coverage

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

1 Warning

Needs attention

AEO: Answer intent coverage

Warning
01

Issue

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

Details

02

Why it matters

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

Check name

AEO: Answer intent coverage

Score

70/100

Status

warning

Category

GEO, AIO & AEO

Maturity

Emerging recommendation

Goal

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

Result

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

Evidence
{
  "headings": [
    {
      "text": "Trusted by employers, health plans, and wellbeing partners worldwide",
      "html": "<h2 class=\"trusted-heading\"> Trusted by employers, health plans, and wellbeing partners worldwide </h2>"
    },
    {
      "text": "Built for Modern Workforce Wellbeing",
      "html": "<h2>Built for Modern Workforce Wellbeing</h2>"
    },
    {
      "text": "Who We Serve",
      "html": "<h2>Who We Serve</h2>"
    },
    {
      "text": "Plays well with your wellbeing & HR stack",
      "html": "<h2>Plays well with your wellbeing &amp; HR stack</h2>"
    },
    {
      "text": "Wellness That Delivers Measurable Results",
      "html": "<h2>Wellness That Delivers Measurable Results</h2>"
    },
    {
      "text": "Backed by Research. Proven at Scale.",
      "html": "<h2 class=\"accolades-title\"> Backed by Research. Proven at Scale. </h2>"
    },
    {
      "text": "Resources for HR & Benefits Leaders",
      "html": "<h2 class=\"section-title\"> Resources for HR &amp; Benefits Leaders </h2>"
    },
    {
      "text": "Frequently Asked Questions",
      "html": "<h2 class=\"faq-title\">Frequently Asked Questions</h2>"
    },
    {
      "text": "Bring Proven Wellbeing to Your Workforce",
      "html": "<h2>Bring Proven Wellbeing to Your Workforce</h2>"
    },
    {
      "text": "Follow Us",
      "html": "<h2 class=\"widget-title\">Follow Us</h2>"
    }
  ],
  "expected": [
    {
      "id": "what",
      "label": "What is Employee Wellbeing Platform & Wellness Programs?",
      "pattern": {}
    },
    {
      "id": "how",
      "label": "How does Employee Wellbeing Platform & Wellness Programs work?",
      "pattern": {}
    },
    {
      "id": "benefits",
      "label": "Why use Employee Wellbeing Platform & Wellness Programs?",
      "pattern": {}
    },
    {
      "id": "cost",
      "label": "Is Employee Wellbeing Platform & Wellness Programs free or paid?",
      "pattern": {}
    },
    {
      "id": "compare",
      "label": "How does Employee Wellbeing Platform & Wellness Programs compare with alternatives?",
      "pattern": {}
    }
  ],
  "missing": [
    {
      "id": "what",
      "label": "What is Employee Wellbeing Platform & Wellness Programs?",
      "pattern": {}
    },
    {
      "id": "how",
      "label": "How does Employee Wellbeing Platform & Wellness Programs work?",
      "pattern": {}
    },
    {
      "id": "compare",
      "label": "How does Employee Wellbeing Platform & Wellness Programs compare with alternatives?",
      "pattern": {}
    }
  ],
  "score": 70,
  "weight": 8
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

AIO: Page experience for AIO

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

1 Warning

Needs attention

AIO: Page experience for AIO

Warning
01

Issue

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

Details

02

Why it matters

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

Check name

AIO: Page experience for AIO

Score

80/100

Status

warning

Category

GEO, AIO & AEO

Maturity

Emerging recommendation

Goal

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

Result

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

Evidence
{
  "viewportContent": "width=device-width, initial-scale=1",
  "visibleWords": 1614,
  "htmlBytes": 148560,
  "imagesMissingDimensions": [
    {
      "src": "https://sworkit.com/wp-content/themes/sworkit/assets/images/top-vendor.png",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"https://sworkit.com/wp-content/themes/sworkit/assets/images/top-vendor.png\" alt=\"Top 10 Corporate Wellness Solutions Provider\">"
    },
    {
      "src": "/wp-content/themes/sworkit/assets/images/logos/accenture.png",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"/wp-content/themes/sworkit/assets/images/logos/accenture.png\" alt=\"Accenture\">"
    },
    {
      "src": "/wp-content/themes/sworkit/assets/images/logos/intermountain.png",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"/wp-content/themes/sworkit/assets/images/logos/intermountain.png\" alt=\"Intermountain Health\">"
    },
    {
      "src": "/wp-content/themes/sworkit/assets/images/logos/micron.png",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"/wp-content/themes/sworkit/assets/images/logos/micron.png\" alt=\"Micron\">"
    },
    {
      "src": "/wp-content/themes/sworkit/assets/images/logos/oshkosh.png",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"/wp-content/themes/sworkit/assets/images/logos/oshkosh.png\" alt=\"Oshkosh\">"
    },
    {
      "src": "/wp-content/themes/sworkit/assets/images/logos/selecthealth.png",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"/wp-content/themes/sworkit/assets/images/logos/selecthealth.png\" alt=\"Select Health\">"
    },
    {
      "src": "/wp-content/themes/sworkit/assets/images/logos/driscolls.png",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"/wp-content/themes/sworkit/assets/images/logos/driscolls.png\" alt=\"Driscolls\">"
    },
    {
      "src": "/wp-content/themes/sworkit/assets/images/logos/nationaluniversity.png",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"/wp-content/themes/sworkit/assets/images/logos/nationaluniversity.png\" alt=\"National University\">"
    },
    {
      "src": "/wp-content/themes/sworkit/assets/images/logos/fender.png",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"/wp-content/themes/sworkit/assets/images/logos/fender.png\" alt=\"Fender\">"
    },
    {
      "src": "/wp-content/themes/sworkit/assets/images/logos/centralhealth.png",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"/wp-content/themes/sworkit/assets/images/logos/centralhealth.png\" alt=\"Central Health\">"
    },
    {
      "src": "/wp-content/themes/sworkit/assets/images/logos/westvirginia.png",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"/wp-content/themes/sworkit/assets/images/logos/westvirginia.png\" alt=\"West Virginia PEIA\">"
    },
    {
      "src": "/wp-content/themes/sworkit/assets/images/logos/accenture.png",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"/wp-content/themes/sworkit/assets/images/logos/accenture.png\" alt=\"Accenture\">"
    },
    {
      "src": "/wp-content/themes/sworkit/assets/images/logos/intermountain.png",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"/wp-content/themes/sworkit/assets/images/logos/intermountain.png\" alt=\"Intermountain Health\">"
    },
    {
      "src": "/wp-content/themes/sworkit/assets/images/logos/micron.png",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"/wp-content/themes/sworkit/assets/images/logos/micron.png\" alt=\"Micron\">"
    },
    {
      "src": "/wp-content/themes/sworkit/assets/images/logos/oshkosh.png",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"/wp-content/themes/sworkit/assets/images/logos/oshkosh.png\" alt=\"Oshkosh\">"
    },
    {
      "src": "/wp-content/themes/sworkit/assets/images/logos/selecthealth.png",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"/wp-content/themes/sworkit/assets/images/logos/selecthealth.png\" alt=\"Select Health\">"
    },
    {
      "src": "/wp-content/themes/sworkit/assets/images/logos/driscolls.png",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"/wp-content/themes/sworkit/assets/images/logos/driscolls.png\" alt=\"Driscolls\">"
    },
    {
      "src": "/wp-content/themes/sworkit/assets/images/logos/nationaluniversity.png",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"/wp-content/themes/sworkit/assets/images/logos/nationaluniversity.png\" alt=\"National University\">"
    },
    {
      "src": "/wp-content/themes/sworkit/assets/images/logos/fender.png",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"/wp-content/themes/sworkit/assets/images/logos/fender.png\" alt=\"Fender\">"
    },
    {
      "src": "/wp-content/themes/sworkit/assets/images/logos/centralhealth.png",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"/wp-content/themes/sworkit/assets/images/logos/centralhealth.png\" alt=\"Central Health\">"
    },
    {
      "src": "/wp-content/themes/sworkit/assets/images/logos/westvirginia.png",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"/wp-content/themes/sworkit/assets/images/logos/westvirginia.png\" alt=\"West Virginia PEIA\">"
    },
    {
      "src": "https://sworkit.com/wp-content/themes/sworkit/assets/images/holistic_wellness.webp",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"https://sworkit.com/wp-content/themes/sworkit/assets/images/holistic_wellness.webp\" alt>"
    },
    {
      "src": "https://sworkit.com/wp-content/themes/sworkit/assets/images/core_challenges.webp",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"https://sworkit.com/wp-content/themes/sworkit/assets/images/core_challenges.webp\" alt>"
    },
    {
      "src": "https://sworkit.com/wp-content/themes/sworkit/assets/images/core_msk.webp",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"https://sworkit.com/wp-content/themes/sworkit/assets/images/core_msk.webp\" alt>"
    },
    {
      "src": "https://sworkit.com/wp-content/themes/sworkit/assets/images/core_trainer.webp",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"https://sworkit.com/wp-content/themes/sworkit/assets/images/core_trainer.webp\" alt>"
    },
    {
      "src": "https://sworkit.com/wp-content/themes/sworkit/assets/images/core_calendar.webp",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"https://sworkit.com/wp-content/themes/sworkit/assets/images/core_calendar.webp\" alt>"
    },
    {
      "src": "https://sworkit.com/wp-content/themes/sworkit/assets/images/core_integrations.webp",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"https://sworkit.com/wp-content/themes/sworkit/assets/images/core_integrations.webp\" alt>"
    },
    {
      "src": "https://sworkit.com/wp-content/themes/sworkit/assets/images/svc_coaching.webp",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"https://sworkit.com/wp-content/themes/sworkit/assets/images/svc_coaching.webp\" alt>"
    },
    {
      "src": "https://sworkit.com/wp-content/themes/sworkit/assets/images/svc_biometrics.webp",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"https://sworkit.com/wp-content/themes/sworkit/assets/images/svc_biometrics.webp\" alt>"
    },
    {
      "src": "https://sworkit.com/wp-content/themes/sworkit/assets/images/svc_virtual.webp",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"https://sworkit.com/wp-content/themes/sworkit/assets/images/svc_virtual.webp\" alt>"
    },
    {
      "src": "https://sworkit.com/wp-content/themes/sworkit/assets/images/svc_onsite.webp",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"https://sworkit.com/wp-content/themes/sworkit/assets/images/svc_onsite.webp\" alt>"
    },
    {
      "src": "https://sworkit.com/wp-content/themes/sworkit/assets/images/svc_attestation.webp",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"https://sworkit.com/wp-content/themes/sworkit/assets/images/svc_attestation.webp\" alt>"
    },
    {
      "src": "/wp-content/themes/sworkit/assets/images/serve-employers.png",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img class=\"serve-bg\" src=\"/wp-content/themes/sworkit/assets/images/serve-employers.png\" alt>"
    },
    {
      "src": "/wp-content/themes/sworkit/assets/images/serve-health-plans.png",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img class=\"serve-bg\" src=\"/wp-content/themes/sworkit/assets/images/serve-health-plans.png\" alt>"
    },
    {
      "src": "/wp-content/themes/sworkit/assets/images/serve-schools.png",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img class=\"serve-bg\" src=\"/wp-content/themes/sworkit/assets/images/serve-schools.png\" alt>"
    },
    {
      "src": "/wp-content/themes/sworkit/assets/images/serve-individuals.png",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img class=\"serve-bg\" src=\"/wp-content/themes/sworkit/assets/images/serve-individuals.png\" alt>"
    },
    {
      "src": "/wp-content/themes/sworkit/assets/images/svg-icons/challenge-target.svg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"/wp-content/themes/sworkit/assets/images/svg-icons/challenge-target.svg\" alt>"
    },
    {
      "src": "/wp-content/themes/sworkit/assets/images/svg-icons/challenge-target.svg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"/wp-content/themes/sworkit/assets/images/svg-icons/challenge-target.svg\" alt>"
    },
    {
      "src": "/wp-content/themes/sworkit/assets/images/svg-icons/challenge-target.svg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"/wp-content/themes/sworkit/assets/images/svg-icons/challenge-target.svg\" alt>"
    },
    {
      "src": "/wp-content/themes/sworkit/assets/images/svg-icons/challenge-target.svg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"/wp-content/themes/sworkit/assets/images/svg-icons/challenge-target.svg\" alt>"
    },
    {
      "src": "/wp-content/themes/sworkit/assets/images/accolade-app-store.png",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"/wp-content/themes/sworkit/assets/images/accolade-app-store.png\" alt=\"App Store Best App\">"
    },
    {
      "src": "/wp-content/themes/sworkit/assets/images/accolade-reviews.png",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"/wp-content/themes/sworkit/assets/images/accolade-reviews.png\" alt=\"150,000+ 5-Star Reviews\">"
    },
    {
      "src": "/wp-content/themes/sworkit/assets/images/accolade-workouts.png",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"/wp-content/themes/sworkit/assets/images/accolade-workouts.png\" alt=\"100,000,000+ Workouts Completed\">"
    },
    {
      "src": "/wp-content/themes/sworkit/assets/images/accolade-google-play.png",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"/wp-content/themes/sworkit/assets/images/accolade-google-play.png\" alt=\"Google Play Editor&apos;s Choice\">"
    },
    {
      "src": "/wp-content/themes/sworkit/assets/images/overview-preview.png",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"/wp-content/themes/sworkit/assets/images/overview-preview.png\" alt=\"Sworkit Overview Sheet\">"
    },
    {
      "src": "/wp-content/themes/sworkit/assets/images/single-preview.png",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"/wp-content/themes/sworkit/assets/images/single-preview.png\" alt=\"Single Slide Presentation\">"
    },
    {
      "src": "/wp-content/themes/sworkit/assets/images/case-preview.png",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"/wp-content/themes/sworkit/assets/images/case-preview.png\" alt=\"Client Case Studies\">"
    },
    {
      "src": "/wp-content/themes/sworkit/assets/images/man-circle.png",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"/wp-content/themes/sworkit/assets/images/man-circle.png\" alt>"
    },
    {
      "src": "https://sworkit.com/wp-content/uploads/2023/10/compliance.png",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"https://sworkit.com/wp-content/uploads/2023/10/compliance.png\" style=\"max-width:90%\">"
    }
  ],
  "possibleDialogs": [],
  "score": 80,
  "weight": 10
}

Agent Ease of UseAPIEmerging recommendation

AI context endpoint

AI context endpoint is informational for this page.

Informational

Needs attention

AI context endpoint

Informational
01

Issue

AI context endpoint is informational for this page.

02

Why it matters

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

Check name

AI context endpoint

Score

100/100

Status

informational

Category

API

Maturity

Emerging recommendation

Goal

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

Result

AI context endpoint is informational for this page.

Validation steps

  1. Fetch to find resource

    AI context endpoint was not found at the expected path.

Evidence
{
  "steps": [
    {
      "id": "fetch",
      "title": "Fetch to find resource",
      "status": "informational",
      "evidence": {
        "checked": [
          {
            "path": "/api/ai/context",
            "statusCode": 404,
            "contentType": "text/html; charset=UTF-8",
            "length": 144453
          },
          {
            "path": "/api/context",
            "statusCode": 404,
            "contentType": "text/html; charset=UTF-8",
            "length": 144453
          },
          {
            "path": "/context",
            "statusCode": 404,
            "contentType": "text/html; charset=UTF-8",
            "length": 144453
          }
        ]
      },
      "issue": "AI context endpoint was not found at the expected path.",
      "howToFix": "Publish a concise JSON or Markdown AI context endpoint describing the product, public actions, and machine-readable resources."
    }
  ]
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

AIO: Query intent coverage

AIO: Query intent coverage is informational for this page.

Informational

Needs attention

AIO: Query intent coverage

Informational
01

Issue

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

Details

02

Why it matters

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

Check name

AIO: Query intent coverage

Score

70/100

Status

informational

Category

GEO, AIO & AEO

Maturity

Emerging recommendation

Goal

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

Result

AIO: Query intent coverage is informational for this page.

Evidence
{
  "headings": [
    {
      "text": "Trusted by employers, health plans, and wellbeing partners worldwide",
      "html": "<h2 class=\"trusted-heading\"> Trusted by employers, health plans, and wellbeing partners worldwide </h2>"
    },
    {
      "text": "Built for Modern Workforce Wellbeing",
      "html": "<h2>Built for Modern Workforce Wellbeing</h2>"
    },
    {
      "text": "Who We Serve",
      "html": "<h2>Who We Serve</h2>"
    },
    {
      "text": "Plays well with your wellbeing & HR stack",
      "html": "<h2>Plays well with your wellbeing &amp; HR stack</h2>"
    },
    {
      "text": "Wellness That Delivers Measurable Results",
      "html": "<h2>Wellness That Delivers Measurable Results</h2>"
    },
    {
      "text": "Backed by Research. Proven at Scale.",
      "html": "<h2 class=\"accolades-title\"> Backed by Research. Proven at Scale. </h2>"
    },
    {
      "text": "Resources for HR & Benefits Leaders",
      "html": "<h2 class=\"section-title\"> Resources for HR &amp; Benefits Leaders </h2>"
    },
    {
      "text": "Frequently Asked Questions",
      "html": "<h2 class=\"faq-title\">Frequently Asked Questions</h2>"
    },
    {
      "text": "Bring Proven Wellbeing to Your Workforce",
      "html": "<h2>Bring Proven Wellbeing to Your Workforce</h2>"
    },
    {
      "text": "Follow Us",
      "html": "<h2 class=\"widget-title\">Follow Us</h2>"
    }
  ],
  "expected": [
    {
      "id": "what",
      "label": "What is Employee Wellbeing Platform & Wellness Programs?",
      "pattern": {}
    },
    {
      "id": "how",
      "label": "How does Employee Wellbeing Platform & Wellness Programs work?",
      "pattern": {}
    },
    {
      "id": "benefits",
      "label": "Why use Employee Wellbeing Platform & Wellness Programs?",
      "pattern": {}
    },
    {
      "id": "cost",
      "label": "Is Employee Wellbeing Platform & Wellness Programs free or paid?",
      "pattern": {}
    },
    {
      "id": "compare",
      "label": "How does Employee Wellbeing Platform & Wellness Programs compare with alternatives?",
      "pattern": {}
    }
  ],
  "missing": [
    {
      "id": "what",
      "label": "What is Employee Wellbeing Platform & Wellness Programs?",
      "pattern": {}
    },
    {
      "id": "how",
      "label": "How does Employee Wellbeing Platform & Wellness Programs work?",
      "pattern": {}
    },
    {
      "id": "compare",
      "label": "How does Employee Wellbeing Platform & Wellness Programs 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": 144453,
        "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": 142800,
          "hasRegisterInstructions": true,
          "hasProtectedResourceLink": false,
          "hasAuthorizationServerLink": false,
          "mentionsIdentity": true,
          "mentionsCredential": true,
          "links": [
            "http://gmpg.org/xfn/11\">",
            "https://sworkit.com/xmlrpc.php\">",
            "https://yoast.com/product/yoast-seo-wordpress/",
            "/title",
            "/ld+json",
            "/schema.org",
            "/sworkit.com",
            "/sworkit.com",
            "/sworkit.com",
            "/sworkit.com"
          ],
          "rawExcerpt": "<!DOCTYPE html>\n<html lang=\"en-US\">\n<head>\n\t<meta charset=\"UTF-8\">\n\t<meta name=\"viewport\" content=\"width=device-width, initial-scale=1\">\n\t<meta name=\"insight-app-sec-validation\" content=\"fb77b616-5ec2-4562-952c-9ad1099cfb86\">\n\t<link rel=\"profile\" href=\"http://gmpg.org/xfn/11\">\n\t<link rel=\"pingback\" href=\"https://sworkit.com/xmlrpc.php\">\n\n\t<meta name='robots' content='noindex, follow' />\n\n\t<!-- This site is optimized with the Yoast SEO plugin v27.8 - https://yoast.com/product/yoast-seo-wordpress/ -->\n\t<title>Page not found - Sworkit Health | On-Demand Fitness, Mindfulness, Recovery, and Nutrition</title>\n\t<meta property=\"og:locale\" content=\"en_US\" />\n\t<meta property=\"og:title\" content=\"Page not found - Sworkit Health | On-Demand Fitness, Mindfulness, Recovery, and Nutrition\" />\n\t<meta prope"
        }
      },
      "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": 404,
        "contentType": "text/html; charset=UTF-8",
        "length": 143534,
        "text": "<!DOCTYPE html>\n<html lang=\"en-US\">\n<head>\n\t<meta charset=\"UTF-8\">\n\t<meta name=\"viewport\" content=\"width=device-width, initial-scale=1\">\n\t<meta name=\"insight-app-sec-validation\" content=\"fb77b616-5ec2-4562-952c-9ad1099cfb86\">\n\t<link rel=\"profile\" href=\"http://gmpg.org/xfn/11\">\n\t<link rel=\"pingback\" href=\"https://sworkit.com/xmlrpc.php\">\n\n\t<meta name='robots' content='noindex, follow' />\n\n\t<!-- This site is optimized with the Yoast SEO plugin v27.8 - https://yoast.com/product/yoast-seo-wordpress/ -->\n\t<title>Page not found - Sworkit Health | On-Demand Fitness, Mindfulness, Recovery, and Nutrition</title>\n\t<meta property=\"og:locale\" content=\"en_US\" />\n\t<meta property=\"og:title\" content=\"Page not found - Sworkit Health | On-Demand Fitness, Mindfulness, Recovery, and Nutrition\" />\n\t<meta property=\"og:site_name\" content=\"Sworkit Health | On-Demand Fitness, Mindfulness, Recovery, and Nutrition\" />\n\t<script type=\"application/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\/\\/schema.org\",\"@graph\":[{\"@type\":\"WebSite\",\"@id\":\"https:\\/\\/sworkit.com\\/#website\",\"url\":\"https:\\/\\/sworkit.com\\/\",\"name\":\"Employee Wellbeing Platform & Wellness Programs | Sworkit\",\"description\":\"Employee Wellness Made Simple\",\"publisher\":{\"@id\":\"https:\\/\\/sworkit.com\\/#organization\"},\"alternateName\":\"Sworkit Health\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\/\\/sworkit.com\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\\/\\/sworkit.com\\/#organization\",\"name\":\"Sworkit Health\",\"alternateName\":\"Nexercise, Inc.\",\"url\":\"https:\\/\\/sworkit.com\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\/\\/sworkit.com\\/#\\/schema\\/logo\\/image\\/\",\"url\":\"https:\\/\\/sworkit.com\\/wp-content\\/uploads\\/2022\\/02\\/cropped-sworkit-health-black-logo-vertical.png\",\"contentUrl\":\"https:\\/\\/sworkit.com\\/wp-content\\/uploads\\/2022\\/02\\/cropped-sworkit-health-black-logo-vertical.png\",\"width\":613,\"height\":172,\"caption\":\"Sworkit Health\"},\"image\":{\"@id\":\"https:\\/\\/sworkit.com\\/#\\/schema\\/logo\\/image\\/\"},\"sameAs\":[\"https:\\/\\/www.facebook.com\\/sworkit\\/\",\"https:\\/\\/www.instagram.com\\/sworkit\\/\",\"https:\\/\\/www.linkedin.com\\/company\\/sworkit\"]}]}</script>\n\t<!-- / Yoast SEO plugin. -->\n\n\n<link rel='dns-prefetch' href='//js.hs-scripts.com' />\n<link rel='dns-prefetch' href='//cdnjs.cloudflare.com' />\n<link rel='dns-prefetch' href='//fonts.googleapis.com' />\n<link href='https://fonts.gstatic.com' crossorigin rel='preconnect' />\n<link rel=\"alternate\" type=\"application/rss+xml\" title=\"Sworkit Health | On-Demand Fitness, Mindfulness, Recovery, and Nutrition &raquo; Feed\" href=\"https://sworkit.com/feed\" />\n<link rel=\"alternate\" type=\"application/rss+xml\" title=\"Sworkit Health | On-Demand Fitness, Mindfulness, Recovery, and Nutrition &raquo; Comments Feed\" href=\"https://sworkit.com/comments/feed\" />\n<style id='wp-img-auto-sizes-contain-inline-css' type='text/css'>\nimg:is([sizes=auto i],[sizes^=\"auto,\" i]){contain-intrinsic-size:3000px 1500px}\n/*# sourceURL=wp-img-auto-sizes-contain-inline-css */\n</style>\n<link rel='stylesheet' id='gs-swiper-css' href='https://sworkit.com/wp-content/plugins/gs-logo-slider/assets/libs/swiper-js/swiper.min.css?ver=3.8.1' type='text/css' media='all' />\n<link rel='stylesheet' id='gs-tippyjs-css' href='https://sworkit.com/wp-content/plugins/gs-logo-slider/assets/libs/tippyjs/tippy.css?ver=3.8.1' type='text/css' media='all' />\n<link rel='stylesheet' id='gs-logo-public-css' href='https://sworkit.com/wp-content/plugins/gs-logo-slider/assets/css/gs-logo.min.css?ver=3.8.1' type='text/css' media='all' />\n<style id='wp-emoji-styles-inline-css' type='text/css'>\n\n\timg.wp-smiley, img.emoji {\n\t\tdisplay: inline !important;\n\t\tborder: none !important;\n\t\tbox-shadow: none !important;\n\t\theight: 1em !important;\n\t\twidth: 1em !important;\n\t\tmargin: 0 0.07em !important;\n\t\tvertical-align:"
      },
      "issue": "The OAuth Protected Resource metadata endpoint did not return HTTP 2xx.",
      "howToFix": "Publish /.well-known/oauth-protected-resource with resource and authorization_servers fields."
    },
    {
      "id": "agent-auth-block",
      "title": "Validate agent_auth authorization metadata",
      "status": "fail",
      "evidence": {
        "valid": false,
        "issue": "OAuth authorization server metadata could not be fetched.",
        "fetch": {
          "ok": false,
          "statusCode": 404,
          "contentType": "text/html; charset=UTF-8",
          "length": 143534,
          "text": "<!DOCTYPE html>\n<html lang=\"en-US\">\n<head>\n\t<meta charset=\"UTF-8\">\n\t<meta name=\"viewport\" content=\"width=device-width, initial-scale=1\">\n\t<meta name=\"insight-app-sec-validation\" content=\"fb77b616-5ec2-4562-952c-9ad1099cfb86\">\n\t<link rel=\"profile\" href=\"http://gmpg.org/xfn/11\">\n\t<link rel=\"pingback\" href=\"https://sworkit.com/xmlrpc.php\">\n\n\t<meta name='robots' content='noindex, follow' />\n\n\t<!-- This site is optimized with the Yoast SEO plugin v27.8 - https://yoast.com/product/yoast-seo-wordpress/ -->\n\t<title>Page not found - Sworkit Health | On-Demand Fitness, Mindfulness, Recovery, and Nutrition</title>\n\t<meta property=\"og:locale\" content=\"en_US\" />\n\t<meta property=\"og:title\" content=\"Page not found - Sworkit Health | On-Demand Fitness, Mindfulness, Recovery, and Nutrition\" />\n\t<meta property=\"og:site_name\" content=\"Sworkit Health | On-Demand Fitness, Mindfulness, Recovery, and Nutrition\" />\n\t<script type=\"application/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\/\\/schema.org\",\"@graph\":[{\"@type\":\"WebSite\",\"@id\":\"https:\\/\\/sworkit.com\\/#website\",\"url\":\"https:\\/\\/sworkit.com\\/\",\"name\":\"Employee Wellbeing Platform & Wellness Programs | Sworkit\",\"description\":\"Employee Wellness Made Simple\",\"publisher\":{\"@id\":\"https:\\/\\/sworkit.com\\/#organization\"},\"alternateName\":\"Sworkit Health\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\/\\/sworkit.com\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\\/\\/sworkit.com\\/#organization\",\"name\":\"Sworkit Health\",\"alternateName\":\"Nexercise, Inc.\",\"url\":\"https:\\/\\/sworkit.com\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\/\\/sworkit.com\\/#\\/schema\\/logo\\/image\\/\",\"url\":\"https:\\/\\/sworkit.com\\/wp-content\\/uploads\\/2022\\/02\\/cropped-sworkit-health-black-logo-vertical.png\",\"contentUrl\":\"https:\\/\\/sworkit.com\\/wp-content\\/uploads\\/2022\\/02\\/cropped-sworkit-health-black-logo-vertical.png\",\"width\":613,\"height\":172,\"caption\":\"Sworkit Health\"},\"image\":{\"@id\":\"https:\\/\\/sworkit.com\\/#\\/schema\\/logo\\/image\\/\"},\"sameAs\":[\"https:\\/\\/www.facebook.com\\/sworkit\\/\",\"https:\\/\\/www.instagram.com\\/sworkit\\/\",\"https:\\/\\/www.linkedin.com\\/company\\/sworkit\"]}]}</script>\n\t<!-- / Yoast SEO plugin. -->\n\n\n<link rel='dns-prefetch' href='//js.hs-scripts.com' />\n<link rel='dns-prefetch' href='//cdnjs.cloudflare.com' />\n<link rel='dns-prefetch' href='//fonts.googleapis.com' />\n<link href='https://fonts.gstatic.com' crossorigin rel='preconnect' />\n<link rel=\"alternate\" type=\"application/rss+xml\" title=\"Sworkit Health | On-Demand Fitness, Mindfulness, Recovery, and Nutrition &raquo; Feed\" href=\"https://sworkit.com/feed\" />\n<link rel=\"alternate\" type=\"application/rss+xml\" title=\"Sworkit Health | On-Demand Fitness, Mindfulness, Recovery, and Nutrition &raquo; Comments Feed\" href=\"https://sworkit.com/comments/feed\" />\n<style id='wp-img-auto-sizes-contain-inline-css' type='text/css'>\nimg:is([sizes=auto i],[sizes^=\"auto,\" i]){contain-intrinsic-size:3000px 1500px}\n/*# sourceURL=wp-img-auto-sizes-contain-inline-css */\n</style>\n<link rel='stylesheet' id='gs-swiper-css' href='https://sworkit.com/wp-content/plugins/gs-logo-slider/assets/libs/swiper-js/swiper.min.css?ver=3.8.1' type='text/css' media='all' />\n<link rel='stylesheet' id='gs-tippyjs-css' href='https://sworkit.com/wp-content/plugins/gs-logo-slider/assets/libs/tippyjs/tippy.css?ver=3.8.1' type='text/css' media='all' />\n<link rel='stylesheet' id='gs-logo-public-css' href='https://sworkit.com/wp-content/plugins/gs-logo-slider/assets/css/gs-logo.min.css?ver=3.8.1' type='text/css' media='all' />\n<style id='wp-emoji-styles-inline-css' type='text/css'>\n\n\timg.wp-smiley, img.emoji {\n\t\tdisplay: inline !important;\n\t\tborder: none !important;\n\t\tbox-shadow: none !important;\n\t\theight: 1em !important;\n\t\twidth: 1em !important;\n\t\tmargin: 0 0.07em !important;\n\t\tvertical-align:"
        }
      },
      "issue": "OAuth authorization server metadata could not be fetched.",
      "howToFix": "Add agent_auth to /.well-known/oauth-authorization-server with register_uri, supported identity types, credential types, and claim or revocation URLs where applicable."
    }
  ],
  "authApplicability": {
    "supportsAuth": true,
    "score": 9,
    "signals": [
      {
        "source": "visible-text",
        "weight": 3,
        "match": "sign in"
      },
      {
        "source": "visible-text",
        "weight": 3,
        "match": "single sign-on"
      },
      {
        "source": "visible-text",
        "weight": 3,
        "match": "sso"
      }
    ]
  },
  "resourceFetchSucceeded": false
}

AI DiscoverabilityDiscoverabilityEstablished

IndexNow key

IndexNow key is informational for this page.

Informational

Needs attention

IndexNow key

Informational
01

Issue

IndexNow key is informational for this page.

02

Why it matters

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

Check name

IndexNow key

Score

100/100

Status

informational

Category

Discoverability

Maturity

Established

Goal

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

Result

IndexNow key is informational for this page.

Validation steps

  1. Find advertised IndexNow key location

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

  2. Fetch and validate IndexNow key file

    No discoverable IndexNow key file was found.

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

Agent Ease of UseAuthEstablished

OAuth / OIDC discovery

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

Informational

Needs attention

OAuth / OIDC discovery

Informational
01

Issue

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

02

Why it matters

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

Check name

OAuth / OIDC discovery

Score

0/100

Status

informational

Category

Auth

Maturity

Established

Goal

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

Result

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

Validation steps

  1. Fetch to find resource

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

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

Agent Ease of UseAuthEmerging recommendation

OAuth Protected Resource

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

Informational

Needs attention

OAuth Protected Resource

Informational
01

Issue

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

02

Why it matters

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

Check name

OAuth Protected Resource

Score

0/100

Status

informational

Category

Auth

Maturity

Emerging recommendation

Goal

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

Result

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

Validation steps

  1. Fetch protected resource metadata

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

  2. Validate protected resource metadata

    Response is not valid JSON.

  3. Validate protected resource identity

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

  4. Probe protected API Bearer challenge

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

Evidence
{
  "failedStep": "fetch",
  "steps": [
    {
      "id": "fetch",
      "title": "Fetch protected resource metadata",
      "status": "fail",
      "evidence": {
        "path": "/.well-known/oauth-protected-resource",
        "statusCode": 404,
        "contentType": "text/html; charset=UTF-8"
      },
      "issue": "The OAuth Protected Resource metadata endpoint did not return HTTP 2xx.",
      "howToFix": "Publish /.well-known/oauth-protected-resource JSON."
    },
    {
      "id": "metadata",
      "title": "Validate protected resource metadata",
      "status": "fail",
      "evidence": {
        "valid": false,
        "compatibleContentType": false,
        "issue": "Response is not valid JSON.",
        "rawExcerpt": "<!DOCTYPE html>\n<html lang=\"en-US\">\n<head>\n\t<meta charset=\"UTF-8\">\n\t<meta name=\"viewport\" content=\"width=device-width, initial-scale=1\">\n\t<meta name=\"insight-app-sec-validation\" content=\"fb77b616-5ec2-4562-952c-9ad1099cfb86\">\n\t<link rel=\"profile\" href=\"http://gmpg.org/xfn/11\">\n\t<link rel=\"pingback\" href=\"https://sworkit.com/xmlrpc.php\">\n\n\t<meta name='robots' content='noindex, follow' />\n\n\t<!-- This site is optimized with the Yoast SEO plugin v27.8 - https://yoast.com/product/yoast-seo-wordpress/ -->\n\t<title>Page not found - Sworkit Health | On-Demand Fitness, Mindfulness, Recovery, and Nutrition</title>\n\t<meta property=\"og:locale\" content=\"en_US\" />\n\t<meta property=\"og:title\" content=\"Page not found - Sworkit Health | On-Demand Fitness, Mindfulness, Recovery, and Nutrition\" />\n\t<meta prope"
      },
      "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://sworkit.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://sworkit.com/.well-known/oauth-protected-resource",
            "metadataUrlMatches": true,
            "resourceMatchesRequestContext": true
          },
          {
            "path": "/api/admin/summary",
            "statusCode": 404,
            "wwwAuthenticate": {
              "valid": false,
              "present": false
            },
            "expectedMetadataUrl": "https://sworkit.com/.well-known/oauth-protected-resource",
            "metadataUrlMatches": true,
            "resourceMatchesRequestContext": true
          },
          {
            "path": "/api/scans",
            "statusCode": 404,
            "wwwAuthenticate": {
              "valid": false,
              "present": false
            },
            "expectedMetadataUrl": "https://sworkit.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": 9,
    "signals": [
      {
        "source": "visible-text",
        "weight": 3,
        "match": "sign in"
      },
      {
        "source": "visible-text",
        "weight": 3,
        "match": "single sign-on"
      },
      {
        "source": "visible-text",
        "weight": 3,
        "match": "sso"
      }
    ]
  },
  "resourceFetchSucceeded": false
}

Performance and AccessibilityAccessibilityBrowser 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

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)."
}

SEOSEOBrowser audit

Image elements do not have `[alt]` attributes

100 Fail

Check name

Image elements do not have `[alt]` attributes

Score

0/100

Status

fail

Device

desktop

Category

SEO

Fix guidance

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

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

Performance and AccessibilityPerformanceBrowser audit

Font display

25 Fail

Check name

Font display

Score

0/100

Status

fail

Device

desktop

Category

Performance

Estimated savings

Est savings of 430 ms

Fix guidance

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

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

Performance and AccessibilityPerformanceBrowser audit

Improve image delivery

25 Fail

Check name

Improve image delivery

Score

0/100

Status

fail

Device

desktop

Category

Performance

Estimated savings

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

Network dependency tree

25 Fail

Check name

Network dependency tree

Score

0/100

Status

fail

Device

desktop

Category

Performance

Fix guidance

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

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

Performance and AccessibilityPerformanceBrowser audit

Touch targets do not have sufficient size or spacing.

25 Fail

Check name

Touch targets do not have sufficient size or spacing.

Score

0/100

Status

fail

Device

desktop

Category

Performance

Fix guidance

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

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

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