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

OVERALL SCORE

Level 3, Bot-Aware

Moderate readiness for AI agents
AIDiscoverability24%Agent Easeof Use6%Security& Trust60%GEO, AIO, AEO67%SEO100%Performance& Accessibility85%
  • AI Discoverability 24 out of 100
  • Agent Ease of Use 6 out of 100
  • Security & Trust 60 out of 100
  • GEO, AIO and AEO 67 out of 100
  • SEO 100 out of 100
  • Performance and Accessibility 85 out of 100

CAPTURED SCREENSHOT

Captured website desktop screenshot

What AI sees of your website

Metric Insights - Keeping your users engaged with governed BI favicon

Metric Insights - Keeping your users engaged with governed BI

Metric Insights’ Enterprise BI Portal is the leading BI governance platform that integrates all your BI tools, reporting, and metrics into a single, consolidated catalog of governed and certified assets. Metric Insights drives engagement w...

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
24
Priority fix6171View details
Discoverability
29
Priority fix270View details
Content Readiness
38
Priority fix461View details
Bot Access Control
0
Priority fix040View details
Agent Ease of Use
6
Priority fix15223View details
API
0
Priority fix060View details
Auth
Not Applicable
Not Applicable1100
MCP
13
Priority fix062View details
Skill Discovery
5
Priority fix0101View details
Agent Commerce
Not Applicable
Not Applicable400
GEO, AIO and AEO
67
Needs work4312View details
GEO Readiness
78
Mostly ready104
AIO Readiness
59
Needs work223View details
AEO Readiness
63
Needs work115View details
SEO
100
Strong1100
SEO
100
Strong1100
Security & Trust
60
Needs work720View details
Security & Trust
60
Needs work320View details
AI Training Exposure
Not Applicable
Not Applicable400
Performance and Accessibility
85
Mostly ready2132View details
Performance
78
Mostly ready1632View details
Accessibility
98
Strong500

Prioritized recommendations

Issues ranked by score impact

46 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><html lang=en><head><script type=module>!function(e,t,a,n){e[n]=e[n]||[],e[n].push({\"gtm.start\":(new Date).getTime(),event:\"gtm.js\"});var r=t.getElementsByTagName(a)[0],g=t.createElement(a);g.async=!0,g.src=\"https://www.googletagmanager.com/gtm.js?id=GTM-MK277TNN\",r&&r.parentNode&&r.parentNode.insertBefore(g,r)}(window,document,\"script\",\"dataLayer\")</script><meta charset=utf-8><meta content=\"width=device-width\" name=viewport><meta content=\"Astro v5.15.3\" name=generator><meta content=\"Not Found Page\" name=description><title>Page Not Found - Metric Insights</title><link href=/sitemap-index.xml rel=sitemap><link href=https://www.metricinsights.com/404/ rel=canonical><link href=/favicon-96x96.png rel=icon type=image/png sizes=96x96><link href=/favicon.svg rel=icon type=image/svg"
      },
      "issue": "Response is not valid JSON.",
      "howToFix": "Use application/linkset+json with service-desc, service-doc, and status relations that each include href."
    },
    {
      "id": "target-validation",
      "title": "Fetch advertised API catalog targets",
      "status": "fail",
      "evidence": {
        "checked": [],
        "failures": [
          {
            "reason": "No same-origin API catalog hrefs were available to fetch."
          }
        ]
      },
      "issue": "API Catalog did not expose any same-origin hrefs to validate.",
      "howToFix": "Make each same-origin API catalog href reachable and serve the advertised media type."
    }
  ]
}

Agent Ease of UseAPIEstablished

OpenAPI discovery

OpenAPI discovery failed at "Find valid OpenAPI document".

50 Fail

Needs attention

OpenAPI discovery

Failed check
01

Issue

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

02

Why it matters

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

Check name

OpenAPI discovery

Score

0/100

Status

fail

Category

API

Maturity

Established

Goal

Publish a valid OpenAPI or Swagger document for API discovery.

Result

OpenAPI discovery failed at "Find valid OpenAPI document".

Validation steps

  1. Find valid OpenAPI document

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

Evidence
{
  "failedStep": "fetch",
  "steps": [
    {
      "id": "fetch",
      "title": "Find valid OpenAPI document",
      "status": "fail",
      "evidence": {
        "checked": [
          {
            "path": "/openapi.json",
            "statusCode": 404,
            "contentType": "text/html; charset=utf-8",
            "valid": false,
            "issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html; charset=utf-8\" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
            "compatibleContentType": false,
            "format": "yaml",
            "version": "",
            "pathCount": 0,
            "operationCount": 0,
            "rawExcerpt": "<!DOCTYPE html><html lang=en><head><script type=module>!function(e,t,a,n){e[n]=e[n]||[],e[n].push({\"gtm.start\":(new Date).getTime(),event:\"gtm.js\"});var r=t.getElementsByTagName(a)[0],g=t.createElement(a);g.async=!0,g.src=\"https://www.googletagmanager.com/gtm.js?id=GTM-MK277TNN\",r&&r.parentNode&&r.parentNode.insertBefore(g,r)}(window,document,\"script\",\"dataLayer\")</script><meta charset=utf-8><meta content=\"width=device-width\" name=viewport><meta content=\"Astro v5.15.3\" name=generator><meta content=\"Not Found Page\" name=description><title>Page Not Found - Metric Insights</title><link href=/sitemap-index.xml rel=sitemap><link href=https://www.metricinsights.com/404/ rel=canonical><link href=/favicon-96x96.png rel=icon type=image/png sizes=96x96><link href=/favicon.svg rel=icon type=image/svg"
          },
          {
            "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><html lang=en><head><script type=module>!function(e,t,a,n){e[n]=e[n]||[],e[n].push({\"gtm.start\":(new Date).getTime(),event:\"gtm.js\"});var r=t.getElementsByTagName(a)[0],g=t.createElement(a);g.async=!0,g.src=\"https://www.googletagmanager.com/gtm.js?id=GTM-MK277TNN\",r&&r.parentNode&&r.parentNode.insertBefore(g,r)}(window,document,\"script\",\"dataLayer\")</script><meta charset=utf-8><meta content=\"width=device-width\" name=viewport><meta content=\"Astro v5.15.3\" name=generator><meta content=\"Not Found Page\" name=description><title>Page Not Found - Metric Insights</title><link href=/sitemap-index.xml rel=sitemap><link href=https://www.metricinsights.com/404/ rel=canonical><link href=/favicon-96x96.png rel=icon type=image/png sizes=96x96><link href=/favicon.svg rel=icon type=image/svg"
          },
          {
            "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><html lang=en><head><script type=module>!function(e,t,a,n){e[n]=e[n]||[],e[n].push({\"gtm.start\":(new Date).getTime(),event:\"gtm.js\"});var r=t.getElementsByTagName(a)[0],g=t.createElement(a);g.async=!0,g.src=\"https://www.googletagmanager.com/gtm.js?id=GTM-MK277TNN\",r&&r.parentNode&&r.parentNode.insertBefore(g,r)}(window,document,\"script\",\"dataLayer\")</script><meta charset=utf-8><meta content=\"width=device-width\" name=viewport><meta content=\"Astro v5.15.3\" name=generator><meta content=\"Not Found Page\" name=description><title>Page Not Found - Metric Insights</title><link href=/sitemap-index.xml rel=sitemap><link href=https://www.metricinsights.com/404/ rel=canonical><link href=/favicon-96x96.png rel=icon type=image/png sizes=96x96><link href=/favicon.svg rel=icon type=image/svg"
          },
          {
            "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><html lang=en><head><script type=module>!function(e,t,a,n){e[n]=e[n]||[],e[n].push({\"gtm.start\":(new Date).getTime(),event:\"gtm.js\"});var r=t.getElementsByTagName(a)[0],g=t.createElement(a);g.async=!0,g.src=\"https://www.googletagmanager.com/gtm.js?id=GTM-MK277TNN\",r&&r.parentNode&&r.parentNode.insertBefore(g,r)}(window,document,\"script\",\"dataLayer\")</script><meta charset=utf-8><meta content=\"width=device-width\" name=viewport><meta content=\"Astro v5.15.3\" name=generator><meta content=\"Not Found Page\" name=description><title>Page Not Found - Metric Insights</title><link href=/sitemap-index.xml rel=sitemap><link href=https://www.metricinsights.com/404/ rel=canonical><link href=/favicon-96x96.png rel=icon type=image/png sizes=96x96><link href=/favicon.svg rel=icon type=image/svg"
          },
          {
            "path": "/api/openapi.json",
            "statusCode": 404,
            "contentType": "text/plain; charset=utf-8",
            "valid": false,
            "issue": "OpenAPI YAML document did not match the expected shape. unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
            "compatibleContentType": true,
            "format": "yaml",
            "version": "",
            "pathCount": 0,
            "operationCount": 0,
            "rawExcerpt": "The page could not be found\n\nNOT_FOUND\n\nbom1::sdk2b-1781126198934-49b857e1e16b\n"
          },
          {
            "path": "/api/swagger.json",
            "statusCode": 404,
            "contentType": "text/plain; charset=utf-8",
            "valid": false,
            "issue": "OpenAPI YAML document did not match the expected shape. unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
            "compatibleContentType": true,
            "format": "yaml",
            "version": "",
            "pathCount": 0,
            "operationCount": 0,
            "rawExcerpt": "The page could not be found\n\nNOT_FOUND\n\nbom1::brtnh-1781126199006-dbdb7536654b\n"
          },
          {
            "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><html lang=en><head><script type=module>!function(e,t,a,n){e[n]=e[n]||[],e[n].push({\"gtm.start\":(new Date).getTime(),event:\"gtm.js\"});var r=t.getElementsByTagName(a)[0],g=t.createElement(a);g.async=!0,g.src=\"https://www.googletagmanager.com/gtm.js?id=GTM-MK277TNN\",r&&r.parentNode&&r.parentNode.insertBefore(g,r)}(window,document,\"script\",\"dataLayer\")</script><meta charset=utf-8><meta content=\"width=device-width\" name=viewport><meta content=\"Astro v5.15.3\" name=generator><meta content=\"Not Found Page\" name=description><title>Page Not Found - Metric Insights</title><link href=/sitemap-index.xml rel=sitemap><link href=https://www.metricinsights.com/404/ rel=canonical><link href=/favicon-96x96.png rel=icon type=image/png sizes=96x96><link href=/favicon.svg rel=icon type=image/svg"
          }
        ]
      },
      "issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html; charset=utf-8\" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
      "howToFix": "Publish a valid OpenAPI 3.x or Swagger 2.0 JSON/YAML document with info, paths, operations, and responses."
    }
  ]
}

Security & TrustSecurity & TrustEstablished

Referrer-Policy

Referrer-Policy is missing or incomplete.

50 Fail

Needs attention

Referrer-Policy

Failed check
01

Issue

Referrer-Policy is missing or incomplete.

02

Why it matters

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

Check name

Referrer-Policy

Score

0/100

Status

fail

Category

Security & Trust

Maturity

Established

Goal

Limit how much referrer data leaves the site.

Result

Referrer-Policy is missing or incomplete.

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

Security & TrustSecurity & TrustEstablished

X-Content-Type-Options

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

50 Fail

Needs attention

X-Content-Type-Options

Failed check
01

Issue

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

02

Why it matters

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

Check name

X-Content-Type-Options

Score

0/100

Status

fail

Category

Security & Trust

Maturity

Established

Goal

Prevent MIME sniffing for browser-loaded resources.

Result

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

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

AI DiscoverabilityBot Access ControlEstablished

AI bot rules in robots.txt

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

33 Fail

Needs attention

AI bot rules in robots.txt

Failed check
01

Issue

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

02

Why it matters

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

Check name

AI bot rules in robots.txt

Score

0/100

Status

fail

Category

Bot Access Control

Maturity

Established

Goal

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

Result

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

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

AI DiscoverabilityBot Access ControlInformational

Content Signal

Content Signal is missing or incomplete.

33 Fail

Needs attention

Content Signal

Failed check
01

Issue

No Content Signal found in robots.txt

02

Why it matters

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

Check name

Content Signal

Score

0/100

Status

fail

Category

Bot Access Control

Maturity

Informational

Goal

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

Result

Content Signal is missing or incomplete.

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

AI 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": 3545
          }
        ]
      },
      "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."
    }
  ]
}

AI DiscoverabilityContent ReadinessEstablished

Markdown negotiation

Markdown negotiation failed at "Markdown content type".

25 Fail

Needs attention

Markdown negotiation

Failed check
01

Issue

Content-Type "text/html; charset=utf-8" does not indicate Markdown when requested with Accept: text/markdown.

02

Why it matters

Markdown negotiation gives agents a cleaner representation of page content while preserving normal HTML for browsers.

Check name

Markdown negotiation

Score

0/100

Status

fail

Category

Content Readiness

Maturity

Established

Goal

Return HTML responses as markdown when agents request it.

Result

Markdown negotiation failed at "Markdown content type".

Validation steps

  1. Markdown content type

    Content-Type "text/html; charset=utf-8" does not indicate Markdown when requested with Accept: text/markdown.

  2. Vary: Accept header

    Markdown negotiation is missing Vary: Accept; current Vary header is "(none)".

  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": ""
      },
      "issue": "Markdown negotiation is missing Vary: Accept; current Vary header is \"(none)\".",
      "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": 98905,
        "excerpt": "<!DOCTYPE html><html lang=en><head><script type=module>!function(e,t,a,n){e[n]=e[n]||[],e[n].push({\"gtm.start\":(new Date).getTime(),event:\"gtm.js\"});var r=t.getElementsByTagName(a)[0],g=t.createElement(a);g.async=!0,g.src=\"https://www.googl",
        "issue": "Markdown response is missing a heading."
      },
      "issue": "Markdown response is missing a heading.",
      "howToFix": "Return Markdown with at least one heading and substantive page content, including useful links or instructions for agents."
    }
  ]
}

Agent Ease of UseMCPEmerging recommendation

MCP Server Card

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

25 Fail

Needs attention

MCP Server Card

Failed check
01

Issue

MCP Server Card was not found at the expected path.

02

Why it matters

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

Check name

MCP Server Card

Score

0/100

Status

fail

Category

MCP

Maturity

Emerging recommendation

Goal

Publish an MCP Server Card for agent discovery.

Result

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

Validation steps

  1. Fetch to find resource

    MCP Server Card was not found at the expected path.

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

Agent Ease of UseMCPEmerging recommendation

mcp.json

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

25 Fail

Needs attention

mcp.json

Failed check
01

Issue

mcp.json was not found at the expected path.

02

Why it matters

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

Check name

mcp.json

Score

0/100

Status

fail

Category

MCP

Maturity

Emerging recommendation

Goal

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

Result

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

Validation steps

  1. Fetch to find resource

    mcp.json was not found at the expected path.

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

AI DiscoverabilityContent ReadinessEstablished

Semantic HTML

Semantic HTML is missing or incomplete.

25 Fail

Needs attention

Semantic HTML

Failed check
01

Issue

Semantic HTML is incomplete: missing <main> landmark; skipped heading levels.

Details

02

Why it matters

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

Check name

Semantic HTML

Score

0/100

Status

fail

Category

Content Readiness

Maturity

Established

Goal

Expose readable page structure through semantic HTML and accessible controls.

Result

Semantic HTML is missing or incomplete.

Evidence
{
  "main": false,
  "nav": true,
  "footer": true,
  "meaningfulH1": true,
  "headingOrder": false,
  "accessibleLinks": true,
  "accessibleButtons": true,
  "imageAltCoverage": true,
  "formAutocompleteCoverage": true,
  "details": {
    "inaccessibleLinks": [],
    "inaccessibleButtons": [],
    "missingAutocompleteInputs": [],
    "imagesMissingAlt": [],
    "skippedHeadingLevels": [
      "h1: Business Intelligence Portal",
      "h3: Schedule a 1:1 Demo today!",
      "h2: Key Features",
      "h3: BI Catalog & Search",
      "h3: BI Governance",
      "h3: Persona Optimized UI",
      "h3: Distribution & Alerting",
      "h3: Mobile",
      "h2: Key Features",
      "h2: Designed for Your Role",
      "h2: Connect To Everything",
      "h2: Our Latest Webinars, Case Studies, and Whitepapers",
      "h2: Trusted by Happy Customers",
      "h3: Keeping your users engaged with governed BI",
      "h3: Company",
      "h3: Resources",
      "h3: Support",
      "h3: Follow Us"
    ]
  },
  "counts": {
    "h1": 1,
    "headings": 18,
    "links": 134,
    "inaccessibleLinks": 0,
    "buttons": 4,
    "inaccessibleButtons": 0,
    "images": 29,
    "imagesWithAlt": 29,
    "autocompleteInputs": 0,
    "inputsWithAutocomplete": 0,
    "missingAutocompleteInputs": 0
  }
}

AI DiscoverabilityContent ReadinessEstablished

Structured data

Structured data is missing or incomplete.

25 Fail

Needs attention

Structured data

Failed check
01

Issue

No structured data (JSON-LD, Microdata, or RDFa) found on page.

02

Why it matters

Structured data gives agents explicit entities, relationships, and page meaning that are harder to infer reliably from visual layout alone.

Check name

Structured data

Score

0/100

Status

fail

Category

Content Readiness

Maturity

Established

Goal

Expose machine-readable page entities and relationships.

Result

Structured data is missing or incomplete.

Evidence
{
  "jsonLdBlocks": 0,
  "microdata": false,
  "rdfa": false
}

Agent Ease of UseMCPInformational

WebMCP manifest

WebMCP manifest failed at "Fetch to find resource".

25 Fail

Needs attention

WebMCP manifest

Failed check
01

Issue

WebMCP manifest was not found at the expected path.

02

Why it matters

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

Check name

WebMCP manifest

Score

0/100

Status

fail

Category

MCP

Maturity

Informational

Goal

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

Result

WebMCP manifest failed at "Fetch to find resource".

Validation steps

  1. Fetch to find resource

    WebMCP manifest was not found at the expected path.

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

AI DiscoverabilityDiscoverabilityEstablished

FAQPage schema

FAQPage schema is missing or incomplete.

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

AI DiscoverabilityDiscoverabilityEstablished

High-value schema types

High-value schema types is missing or incomplete.

20 Fail

Needs attention

High-value schema types

Failed check
01

Issue

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

02

Why it matters

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

Check name

High-value schema types

Score

0/100

Status

fail

Category

Discoverability

Maturity

Established

Goal

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

Result

High-value schema types is missing or incomplete.

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

AI DiscoverabilityDiscoverabilityEstablished

JSON-LD present

JSON-LD present is missing or incomplete.

20 Fail

Needs attention

JSON-LD present

Failed check
01

Issue

No JSON-LD blocks found.

02

Why it matters

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

Check name

JSON-LD present

Score

0/100

Status

fail

Category

Discoverability

Maturity

Established

Goal

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

Result

JSON-LD present is missing or incomplete.

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

AI DiscoverabilityDiscoverabilityEstablished

Link headers

Link headers failed at "Find useful Link headers".

20 Fail

Needs attention

Link headers

Failed check
01

Issue

No useful agent discovery Link headers were found.

02

Why it matters

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

Check name

Link headers

Score

0/100

Status

fail

Category

Discoverability

Maturity

Established

Goal

Include Link response headers for agent discovery using RFC 8288.

Result

Link headers failed at "Find useful Link headers".

Validation steps

  1. Find useful Link headers

    No useful agent discovery Link headers were found.

  2. Fetch same-origin Link header targets

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

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

AI DiscoverabilityDiscoverabilityEstablished

Organization / WebSite schema

Organization / WebSite schema is missing or incomplete.

20 Fail

Needs attention

Organization / WebSite schema

Failed check
01

Issue

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

02

Why it matters

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

Check name

Organization / WebSite schema

Score

0/100

Status

fail

Category

Discoverability

Maturity

Established

Goal

Identify the site owner and website entity in structured data.

Result

Organization / WebSite schema is missing or incomplete.

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

AI DiscoverabilityContent ReadinessEstablished

Content freshness signals

Content freshness signals is partially implemented.

19 Warning

Needs attention

Content freshness signals

Warning
01

Issue

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

02

Why it matters

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

Check name

Content freshness signals

Score

25/100

Status

warning

Category

Content Readiness

Maturity

Established

Goal

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

Result

Content freshness signals is partially implemented.

Evidence
{
  "lastModified": "Tue, 09 Jun 2026 16:42:40 GMT",
  "schemaDates": [],
  "metaDateCount": 0,
  "timeDateCount": 0
}

Agent Ease of UseSkill DiscoveryEmerging recommendation

DNS-AID Agent Discovery

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

15 Fail

Needs attention

DNS-AID Agent Discovery

Failed check
01

Issue

No DNS-AID entrypoint records were found under _agents.

02

Why it matters

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

Check name

DNS-AID Agent Discovery

Score

25/100

Status

fail

Category

Skill Discovery

Maturity

Emerging recommendation

Goal

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

Result

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

Validation steps

  1. Resolve DNS-AID SVCB/HTTPS records

    No DNS-AID entrypoint records were found under _agents.

  2. Validate alpn and endpoint parameters

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

  3. Check DNSSEC material

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

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

Agent Ease of UseMCPInformational

WebMCP

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

13 Warning

Needs attention

WebMCP

Warning
01

Issue

WebMCP declarative annotations need fixes.

Details

02

Why it matters

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

Check name

WebMCP

Score

50/100

Status

warning

Category

MCP

Maturity

Informational

Goal

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

Result

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

Validation steps

  1. Detect data-mcp-tool annotations

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

  2. Detect WebMCP declarative tags

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

  3. Validate WebMCP declarative annotation quality

    WebMCP declarative annotations need fixes.

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

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

  5. Detect WebMCP browser navigator injection

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

  6. Interactive surface coverage

    Only 0% of interactive surfaces are annotated.

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

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

AIO: Visible structured data match

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

10 Fail

Needs attention

AIO: Visible structured data match

Failed check
01

Issue

No JSON-LD structured data was detected.

Details

02

Why it matters

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

Check name

AIO: Visible structured data match

Score

0/100

Status

fail

Category

GEO, AIO & AEO

Maturity

Emerging recommendation

Goal

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

Result

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

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

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

AIO: Source and trust signals

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

6 Fail

Needs attention

AIO: Source and trust signals

Failed check
01

Issue

Missing AIO trust signals: author, publisher, freshnessDate.

Details

02

Why it matters

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

Check name

AIO: Source and trust signals

Score

40/100

Status

fail

Category

GEO, AIO & AEO

Maturity

Emerging recommendation

Goal

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

Result

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

Evidence
{
  "signals": {
    "author": false,
    "publisher": false,
    "freshnessDate": false,
    "aboutOrContact": true,
    "policyLinks": true
  },
  "missing": [
    "author",
    "publisher",
    "freshnessDate"
  ],
  "authorMeta": "",
  "schemaAuthors": [],
  "schemaPublishers": [],
  "schemaDates": [],
  "visibleDates": [],
  "aboutLinks": [
    {
      "href": "#",
      "text": "Company",
      "html": "<a class=\"flex items-center border border-solid rounded-3xl active:bg-grey-104 active:border-grey-108 border-transparent cursor-pointer dropbtn duration-500 ease-in-out font-semibold h-10 hover:bg-grey-108 mr-2 px-4 py-[10px] text-sm transition\" href=\"#\" data-astro-cid-w3b6ywdo>Company<svg fill=\"none\" height=\"16\" viewBox=\"0 0 16 16\" xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" class=\"ml-2 drop_icon_down\" data-astro-cid-w3b6ywdo=\"\"><path d=\"M7.64645 10.4393L8 10.7929L8.35355 10.4393L12.6464 6..."
    },
    {
      "href": "/about-us/",
      "text": "About Us",
      "html": "<a class=\"flex items-center gap-2 h-[48px] p-3 font-normal leading-[18px] nav_item text-[14px] text-cust-black whitespace-nowrap\" href=\"/about-us/\" target=\"_self\" data-astro-cid-w3b6ywdo><span class=\"shrink-0 h-6 w-6 platform-link-icon\" data-astro-cid-w3b6ywdo><svg fill=\"none\" height=\"24\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\" width=\"24\"><rect fill=\"#075B7E\" height=\"24\" width=\"24\" rx=\"4\" fill-opacity=\"0.08\"/><path d=\"M12.7246 11C13.9672 11 15.024 11.9152 15.1797 13.1455L15.565..."
    },
    {
      "href": "#",
      "text": "Company",
      "html": "<a class=\"flex items-center justify-between py-4 h-[60px] max-[400px]:px-[16px] menu_list_down px-8\" href=\"#\"><div>Company</div><div><svg fill=\"none\" height=\"40\" viewBox=\"0 0 40 40\" xmlns=\"http://www.w3.org/2000/svg\" width=\"40\" class=\"icon_down_mob\"><path d=\"M20.5 21.0858L24.7929 16.7929C25.1834 16.4024 25.8166 16.4024 26.2071 16.7929C26.5976 17.1834 26.5976 17.8166 26.2071 18.2071L21.2071 23.2071C20.8166 23.5976 20.1834 23.5976 19.7929 23.2071L14.7929 18.2071C14.4024 17.8166 14.4024 17.1834..."
    },
    {
      "href": "/about-us/",
      "text": "About Us",
      "html": "<a class=\"flex items-center gap-2 h-[48px] links min-w-0 mob-menu-link-item small_links pl-3 pr-3 py-3\" href=\"/about-us/\" target=\"_self\"><span class=\"flex items-center justify-center h-6 platform-link-icon shrink-0 w-6\"><svg fill=\"none\" height=\"24\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\" width=\"24\"><rect fill=\"#075B7E\" height=\"24\" width=\"24\" rx=\"4\" fill-opacity=\"0.08\"/><path d=\"M12.7246 11C13.9672 11 15.024 11.9152 15.1797 13.1455L15.5654 16.2002H17.6836C18.1945 16.2002 18.5692..."
    },
    {
      "href": "/integrations/plugins/",
      "text": "Learn More About Plugins",
      "html": "<a class=\"flex justify-center h-[40px] text-sm font-semibold text-white grad-b grad-new\" href=\"/integrations/plugins/\"><div class=\"flex items-center justify-center h-[40px] py-[10px] rounded-[24px] px-4 border-new\">Learn More About Plugins <svg fill=\"none\" height=\"24\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" class=\"ml-2\"><path d=\"M19.5858 12L15.2929 7.70711C14.9024 7.31658 14.9024 6.68342 15.2929 6.29289C15.6834 5.90237 16.3166 5.90237 16.7071 6.29289L21.7071 11.2929C..."
    },
    {
      "href": "/resources/transforming-bi-at-scale-how-a-major-financial-services-company-succeeded-with-metric-insights/",
      "text": "Case StudyTransforming BI at Scale: How a Major Financial Services Company Succeeded with Metric Insights",
      "html": "<a class=\"flex flex-col border border-solid border-transparent card h-full hover-block max-[1100px]:w-[48%] max-[500px]:mb-8 max-[800px]:mb-10 max-[800px]:w-full mb-[145px] relative w-[31.9%]\" href=\"/resources/transforming-bi-at-scale-how-a-major-financial-services-company-succeeded-with-metric-insights/\"><img alt=\"Transforming BI at Scale: How a Major Financial Services Company Succeeded with Metric Insights\" src=\"/res_transform.png\" class=\"rounded-tl-xl rounded-tr-xl\"><div class=\"flex flex-..."
    },
    {
      "href": "/about-us/",
      "text": "About us",
      "html": "<a class=\"mb-3\" href=\"/about-us/\">About us</a>"
    },
    {
      "href": "/llms.txt",
      "text": "Hey AI, learn about us",
      "html": "<a class=\"text-sm font-normal text-cust-064\" href=\"/llms.txt\">Hey AI, learn about us</a>"
    },
    {
      "href": "https://www.linkedin.com/company/metric-insights-inc/",
      "text": "LinkedIn",
      "html": "<a class=\"mb-3\" href=\"https://www.linkedin.com/company/metric-insights-inc/\" target=\"_blank\">LinkedIn</a>"
    }
  ],
  "contactLinks": [
    {
      "href": "/platform/bi-portal/supported-content/",
      "text": "Supported Content",
      "html": "<a class=\"flex items-center gap-2 h-[48px] p-3 font-normal leading-[18px] nav_item text-[14px] text-cust-black whitespace-nowrap\" href=\"/platform/bi-portal/supported-content/\" data-astro-cid-w3b6ywdo><span class=\"shrink-0 h-6 w-6\" data-astro-cid-w3b6ywdo><svg fill=\"none\" height=\"24\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\" width=\"24\"><rect fill=\"#075B7E\" height=\"24\" width=\"24\" rx=\"4\" fill-opacity=\"0.08\"/><path d=\"M5.83333 6C5.61232 6 5.40036 6.0878 5.24408 6.24408C5.0878 6.40036..."
    },
    {
      "href": "https://help.metricinsights.com/",
      "text": "Help & Documentation",
      "html": "<a class=\"flex items-center gap-2 h-[48px] p-3 font-normal leading-[18px] nav_item text-[14px] text-cust-black whitespace-nowrap\" href=\"https://help.metricinsights.com/\" target=\"_blank\" data-astro-cid-w3b6ywdo><span class=\"shrink-0 h-6 w-6 platform-link-icon\" data-astro-cid-w3b6ywdo><svg fill=\"none\" height=\"24\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\" width=\"24\"><rect fill=\"#075B7E\" height=\"24\" width=\"24\" rx=\"4\" fill-opacity=\"0.08\"/><path d=\"M17.6992 19C17.681 18.8357 17.6683 18..."
    },
    {
      "href": "https://metricinsights.zendesk.com/anonymous_requests/new",
      "text": "Open Support Ticket",
      "html": "<a class=\"flex items-center gap-2 h-[48px] p-3 font-normal leading-[18px] nav_item text-[14px] text-cust-black whitespace-nowrap\" href=\"https://metricinsights.zendesk.com/anonymous_requests/new\" target=\"_blank\" data-astro-cid-w3b6ywdo><span class=\"shrink-0 h-6 w-6 platform-link-icon\" data-astro-cid-w3b6ywdo><svg fill=\"none\" height=\"24\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\" width=\"24\"><rect fill=\"#075B7E\" height=\"24\" width=\"24\" rx=\"4\" fill-opacity=\"0.08\"/><g transform=\"transla..."
    },
    {
      "href": "/contact/",
      "text": "Contact Us",
      "html": "<a class=\"flex items-center gap-2 h-[48px] p-3 font-normal leading-[18px] nav_item text-[14px] text-cust-black whitespace-nowrap\" href=\"/contact/\" target=\"_self\" data-astro-cid-w3b6ywdo><span class=\"shrink-0 h-6 w-6 platform-link-icon\" data-astro-cid-w3b6ywdo><svg fill=\"none\" height=\"24\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\" width=\"24\"><rect fill=\"#075B7E\" height=\"24\" width=\"24\" rx=\"4\" fill-opacity=\"0.08\"/><g transform=\"translate(4.5 5.5)\"><path d=\"M14 9.5V3.5C14 2.11929 12.8..."
    },
    {
      "href": "/platform/bi-portal/supported-content/",
      "text": "Supported Content",
      "html": "<a class=\"flex items-center gap-2 h-[48px] p-3 links min-w-0 mob-menu-link-item small_links\" href=\"/platform/bi-portal/supported-content/\"><span class=\"flex items-center justify-center h-6 platform-link-icon shrink-0 w-6\"><svg fill=\"none\" height=\"24\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\" width=\"24\"><rect fill=\"#075B7E\" height=\"24\" width=\"24\" rx=\"4\" fill-opacity=\"0.08\"/><path d=\"M5.83333 6C5.61232 6 5.40036 6.0878 5.24408 6.24408C5.0878 6.40036 5 6.61232 5 6.83333V17.1667C5 17..."
    },
    {
      "href": "https://help.metricinsights.com/",
      "text": "Help & Documentation",
      "html": "<a class=\"flex items-center gap-2 h-[48px] links min-w-0 mob-menu-link-item small_links pl-3 pr-3 py-3\" href=\"https://help.metricinsights.com/\" target=\"_blank\"><span class=\"flex items-center justify-center h-6 platform-link-icon shrink-0 w-6\"><svg fill=\"none\" height=\"24\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\" width=\"24\"><rect fill=\"#075B7E\" height=\"24\" width=\"24\" rx=\"4\" fill-opacity=\"0.08\"/><path d=\"M17.6992 19C17.681 18.8357 17.6683 18.6338 17.6613 18.4175C17.6569 18.2821 17...."
    },
    {
      "href": "https://metricinsights.zendesk.com/anonymous_requests/new",
      "text": "Open Support Ticket",
      "html": "<a class=\"flex items-center gap-2 h-[48px] links min-w-0 mob-menu-link-item small_links pl-3 pr-3 py-3\" href=\"https://metricinsights.zendesk.com/anonymous_requests/new\" target=\"_blank\"><span class=\"flex items-center justify-center h-6 platform-link-icon shrink-0 w-6\"><svg fill=\"none\" height=\"24\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\" width=\"24\"><rect fill=\"#075B7E\" height=\"24\" width=\"24\" rx=\"4\" fill-opacity=\"0.08\"/><g transform=\"translate(4 4)\"><path d=\"M1.86835 9.94925L1.2760..."
    },
    {
      "href": "/contact/",
      "text": "Contact Us",
      "html": "<a class=\"flex items-center gap-2 h-[48px] links min-w-0 mob-menu-link-item small_links pl-3 pr-3 py-3\" href=\"/contact/\" target=\"_self\"><span class=\"flex items-center justify-center h-6 platform-link-icon shrink-0 w-6\"><svg fill=\"none\" height=\"24\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\" width=\"24\"><rect fill=\"#075B7E\" height=\"24\" width=\"24\" rx=\"4\" fill-opacity=\"0.08\"/><g transform=\"translate(4.5 5.5)\"><path d=\"M14 9.5V3.5C14 2.11929 12.8807 1 11.5 1H3.5C2.11929 1 1 2.11929 1 3...."
    },
    {
      "href": "https://chatgpt.com/?prompt=I%E2%80%99m%20researching%20enterprise%20BI%20portals%20and%20analytics%20governance%20platforms%20and%20want%20to%20understand%20how%20Metric%20Insights%20helps%20organizations%20centralize%20KPIs%2C%20reports%2C%20and%20dashboards%20into%20a%20governed%20BI%20Portal.%0A%0ASummarize%20the%20key%20capabilities%2C%20differentiators%2C%20and%20business%20benefits%20of%20Metric%20Insights%20based%20on%20the%20information%20from%20their%20website%3A%20https%3A%2F%2Fwww.metricinsights.com",
      "text": "",
      "html": "<a class=\"max-[1500px]:h-[32px] max-[1500px]:w-[32px] max-[490px]:h-[40px] max-[490px]:w-[40px] max-[540px]:h-[24px] max-[540px]:w-[24px] h-[40px] w-[40px]\" href=\"https://chatgpt.com/?prompt=I%E2%80%99m%20researching%20enterprise%20BI%20portals%20and%20analytics%20governance%20platforms%20and%20want%20to%20understand%20how%20Metric%20Insights%20helps%20organizations%20centralize%20KPIs%2C%20reports%2C%20and%20dashboards%20into%20a%20governed%20BI%20Portal.%0A%0ASummarize%20the%20key%20capabil..."
    },
    {
      "href": "https://claude.ai/new?q=I%E2%80%99m%20researching%20enterprise%20BI%20portals%20and%20analytics%20governance%20platforms%20and%20want%20to%20understand%20how%20Metric%20Insights%20helps%20organizations%20centralize%20KPIs%2C%20reports%2C%20and%20dashboards%20into%20a%20governed%20BI%20Portal.%0A%0ASummarize%20the%20key%20capabilities%2C%20differentiators%2C%20and%20business%20benefits%20of%20Metric%20Insights%20based%20on%20the%20information%20from%20their%20website%3A%20https%3A%2F%2Fwww.metricinsights.com",
      "text": "",
      "html": "<a class=\"max-[1500px]:h-[32px] max-[1500px]:w-[32px] max-[490px]:h-[40px] max-[490px]:w-[40px] max-[540px]:h-[24px] max-[540px]:w-[24px] h-[40px] w-[40px]\" href=\"https://claude.ai/new?q=I%E2%80%99m%20researching%20enterprise%20BI%20portals%20and%20analytics%20governance%20platforms%20and%20want%20to%20understand%20how%20Metric%20Insights%20helps%20organizations%20centralize%20KPIs%2C%20reports%2C%20and%20dashboards%20into%20a%20governed%20BI%20Portal.%0A%0ASummarize%20the%20key%20capabilitie..."
    },
    {
      "href": "https://x.com/i/grok?text=I%E2%80%99m%20researching%20enterprise%20BI%20portals%20and%20analytics%20governance%20platforms%20and%20want%20to%20understand%20how%20Metric%20Insights%20helps%20organizations%20centralize%20KPIs%2C%20reports%2C%20and%20dashboards%20into%20a%20governed%20BI%20Portal.%0A%0ASummarize%20the%20key%20capabilities%2C%20differentiators%2C%20and%20business%20benefits%20of%20Metric%20Insights%20based%20on%20the%20information%20from%20their%20website%3A%20https%3A%2F%2Fwww.metricinsights.com",
      "text": "",
      "html": "<a class=\"max-[1500px]:h-[32px] max-[1500px]:w-[32px] max-[490px]:h-[40px] max-[490px]:w-[40px] max-[540px]:h-[24px] max-[540px]:w-[24px] h-[40px] w-[40px]\" href=\"https://x.com/i/grok?text=I%E2%80%99m%20researching%20enterprise%20BI%20portals%20and%20analytics%20governance%20platforms%20and%20want%20to%20understand%20how%20Metric%20Insights%20helps%20organizations%20centralize%20KPIs%2C%20reports%2C%20and%20dashboards%20into%20a%20governed%20BI%20Portal.%0A%0ASummarize%20the%20key%20capabilit..."
    },
    {
      "href": "https://www.perplexity.ai/search/new?q=I%E2%80%99m%20researching%20enterprise%20BI%20portals%20and%20analytics%20governance%20platforms%20and%20want%20to%20understand%20how%20Metric%20Insights%20helps%20organizations%20centralize%20KPIs%2C%20reports%2C%20and%20dashboards%20into%20a%20governed%20BI%20Portal.%0A%0ASummarize%20the%20key%20capabilities%2C%20differentiators%2C%20and%20business%20benefits%20of%20Metric%20Insights%20based%20on%20the%20information%20from%20their%20website%3A%20https%3A%2F%2Fwww.metricinsights.com",
      "text": "",
      "html": "<a class=\"max-[1500px]:h-[32px] max-[1500px]:w-[32px] max-[490px]:h-[40px] max-[490px]:w-[40px] max-[540px]:h-[24px] max-[540px]:w-[24px] h-[40px] w-[40px]\" href=\"https://www.perplexity.ai/search/new?q=I%E2%80%99m%20researching%20enterprise%20BI%20portals%20and%20analytics%20governance%20platforms%20and%20want%20to%20understand%20how%20Metric%20Insights%20helps%20organizations%20centralize%20KPIs%2C%20reports%2C%20and%20dashboards%20into%20a%20governed%20BI%20Portal.%0A%0ASummarize%20the%20ke..."
    },
    {
      "href": "https://www.google.com/search?udm=50&aep=11&q=I%E2%80%99m%20researching%20enterprise%20BI%20portals%20and%20analytics%20governance%20platforms%20and%20want%20to%20understand%20how%20Metric%20Insights%20helps%20organizations%20centralize%20KPIs%2C%20reports%2C%20and%20dashboards%20into%20a%20governed%20BI%20Portal.%0A%0ASummarize%20the%20key%20capabilities%2C%20differentiators%2C%20and%20business%20benefits%20of%20Metric%20Insights%20based%20on%20the%20information%20from%20their%20website%3A%20https%3A%2F%2Fwww.metricinsights.com",
      "text": "",
      "html": "<a class=\"max-[1500px]:h-[32px] max-[1500px]:w-[32px] max-[490px]:h-[40px] max-[490px]:w-[40px] max-[540px]:h-[24px] max-[540px]:w-[24px] h-[40px] w-[40px]\" href=\"https://www.google.com/search?udm=50&amp;aep=11&amp;q=I%E2%80%99m%20researching%20enterprise%20BI%20portals%20and%20analytics%20governance%20platforms%20and%20want%20to%20understand%20how%20Metric%20Insights%20helps%20organizations%20centralize%20KPIs%2C%20reports%2C%20and%20dashboards%20into%20a%20governed%20BI%20Portal.%0A%0ASumma..."
    },
    {
      "href": "/contact/",
      "text": "Contact us",
      "html": "<a class=\"mb-3\" href=\"/contact/\">Contact us</a>"
    },
    {
      "href": "https://metricinsights.zendesk.com/anonymous_requests/new",
      "text": "Open a Support Ticket",
      "html": "<a class=\"mb-3\" href=\"https://metricinsights.zendesk.com/anonymous_requests/new\" target=\"_blank\">Open a Support Ticket</a>"
    },
    {
      "href": "https://help.metricinsights.com/",
      "text": "Help & Documentation",
      "html": "<a class=\"mb-3\" href=\"https://help.metricinsights.com/\" target=\"_blank\">Help &amp; Documentation</a>"
    }
  ],
  "privacyLinks": [
    {
      "href": "/terms-and-conditions/",
      "text": "ToS",
      "html": "<a class=\"mb-3\" href=\"/terms-and-conditions/\">ToS</a>"
    },
    {
      "href": "/privacy-policy/",
      "text": "Privacy",
      "html": "<a class=\"mb-3\" href=\"/privacy-policy/\">Privacy</a>"
    },
    {
      "href": "/privacy-policy/",
      "text": "Privacy Policy",
      "html": "<a class=\"underline text-cust-blue\" href=\"/privacy-policy/\">Privacy Policy</a>"
    }
  ],
  "score": 40,
  "weight": 20
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

AEO: Answer evidence and trust

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

5 Fail

Needs attention

AEO: Answer evidence and trust

Failed check
01

Issue

Missing AIO trust signals: author, publisher, freshnessDate.

Details

02

Why it matters

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

Check name

AEO: Answer evidence and trust

Score

40/100

Status

fail

Category

GEO, AIO & AEO

Maturity

Emerging recommendation

Goal

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

Result

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

Evidence
{
  "signals": {
    "author": false,
    "publisher": false,
    "freshnessDate": false,
    "aboutOrContact": true,
    "policyLinks": true
  },
  "missing": [
    "author",
    "publisher",
    "freshnessDate"
  ],
  "authorMeta": "",
  "schemaAuthors": [],
  "schemaPublishers": [],
  "schemaDates": [],
  "visibleDates": [],
  "aboutLinks": [
    {
      "href": "#",
      "text": "Company",
      "html": "<a class=\"flex items-center border border-solid rounded-3xl active:bg-grey-104 active:border-grey-108 border-transparent cursor-pointer dropbtn duration-500 ease-in-out font-semibold h-10 hover:bg-grey-108 mr-2 px-4 py-[10px] text-sm transition\" href=\"#\" data-astro-cid-w3b6ywdo>Company<svg fill=\"none\" height=\"16\" viewBox=\"0 0 16 16\" xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" class=\"ml-2 drop_icon_down\" data-astro-cid-w3b6ywdo=\"\"><path d=\"M7.64645 10.4393L8 10.7929L8.35355 10.4393L12.6464 6..."
    },
    {
      "href": "/about-us/",
      "text": "About Us",
      "html": "<a class=\"flex items-center gap-2 h-[48px] p-3 font-normal leading-[18px] nav_item text-[14px] text-cust-black whitespace-nowrap\" href=\"/about-us/\" target=\"_self\" data-astro-cid-w3b6ywdo><span class=\"shrink-0 h-6 w-6 platform-link-icon\" data-astro-cid-w3b6ywdo><svg fill=\"none\" height=\"24\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\" width=\"24\"><rect fill=\"#075B7E\" height=\"24\" width=\"24\" rx=\"4\" fill-opacity=\"0.08\"/><path d=\"M12.7246 11C13.9672 11 15.024 11.9152 15.1797 13.1455L15.565..."
    },
    {
      "href": "#",
      "text": "Company",
      "html": "<a class=\"flex items-center justify-between py-4 h-[60px] max-[400px]:px-[16px] menu_list_down px-8\" href=\"#\"><div>Company</div><div><svg fill=\"none\" height=\"40\" viewBox=\"0 0 40 40\" xmlns=\"http://www.w3.org/2000/svg\" width=\"40\" class=\"icon_down_mob\"><path d=\"M20.5 21.0858L24.7929 16.7929C25.1834 16.4024 25.8166 16.4024 26.2071 16.7929C26.5976 17.1834 26.5976 17.8166 26.2071 18.2071L21.2071 23.2071C20.8166 23.5976 20.1834 23.5976 19.7929 23.2071L14.7929 18.2071C14.4024 17.8166 14.4024 17.1834..."
    },
    {
      "href": "/about-us/",
      "text": "About Us",
      "html": "<a class=\"flex items-center gap-2 h-[48px] links min-w-0 mob-menu-link-item small_links pl-3 pr-3 py-3\" href=\"/about-us/\" target=\"_self\"><span class=\"flex items-center justify-center h-6 platform-link-icon shrink-0 w-6\"><svg fill=\"none\" height=\"24\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\" width=\"24\"><rect fill=\"#075B7E\" height=\"24\" width=\"24\" rx=\"4\" fill-opacity=\"0.08\"/><path d=\"M12.7246 11C13.9672 11 15.024 11.9152 15.1797 13.1455L15.5654 16.2002H17.6836C18.1945 16.2002 18.5692..."
    },
    {
      "href": "/integrations/plugins/",
      "text": "Learn More About Plugins",
      "html": "<a class=\"flex justify-center h-[40px] text-sm font-semibold text-white grad-b grad-new\" href=\"/integrations/plugins/\"><div class=\"flex items-center justify-center h-[40px] py-[10px] rounded-[24px] px-4 border-new\">Learn More About Plugins <svg fill=\"none\" height=\"24\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" class=\"ml-2\"><path d=\"M19.5858 12L15.2929 7.70711C14.9024 7.31658 14.9024 6.68342 15.2929 6.29289C15.6834 5.90237 16.3166 5.90237 16.7071 6.29289L21.7071 11.2929C..."
    },
    {
      "href": "/resources/transforming-bi-at-scale-how-a-major-financial-services-company-succeeded-with-metric-insights/",
      "text": "Case StudyTransforming BI at Scale: How a Major Financial Services Company Succeeded with Metric Insights",
      "html": "<a class=\"flex flex-col border border-solid border-transparent card h-full hover-block max-[1100px]:w-[48%] max-[500px]:mb-8 max-[800px]:mb-10 max-[800px]:w-full mb-[145px] relative w-[31.9%]\" href=\"/resources/transforming-bi-at-scale-how-a-major-financial-services-company-succeeded-with-metric-insights/\"><img alt=\"Transforming BI at Scale: How a Major Financial Services Company Succeeded with Metric Insights\" src=\"/res_transform.png\" class=\"rounded-tl-xl rounded-tr-xl\"><div class=\"flex flex-..."
    },
    {
      "href": "/about-us/",
      "text": "About us",
      "html": "<a class=\"mb-3\" href=\"/about-us/\">About us</a>"
    },
    {
      "href": "/llms.txt",
      "text": "Hey AI, learn about us",
      "html": "<a class=\"text-sm font-normal text-cust-064\" href=\"/llms.txt\">Hey AI, learn about us</a>"
    },
    {
      "href": "https://www.linkedin.com/company/metric-insights-inc/",
      "text": "LinkedIn",
      "html": "<a class=\"mb-3\" href=\"https://www.linkedin.com/company/metric-insights-inc/\" target=\"_blank\">LinkedIn</a>"
    }
  ],
  "contactLinks": [
    {
      "href": "/platform/bi-portal/supported-content/",
      "text": "Supported Content",
      "html": "<a class=\"flex items-center gap-2 h-[48px] p-3 font-normal leading-[18px] nav_item text-[14px] text-cust-black whitespace-nowrap\" href=\"/platform/bi-portal/supported-content/\" data-astro-cid-w3b6ywdo><span class=\"shrink-0 h-6 w-6\" data-astro-cid-w3b6ywdo><svg fill=\"none\" height=\"24\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\" width=\"24\"><rect fill=\"#075B7E\" height=\"24\" width=\"24\" rx=\"4\" fill-opacity=\"0.08\"/><path d=\"M5.83333 6C5.61232 6 5.40036 6.0878 5.24408 6.24408C5.0878 6.40036..."
    },
    {
      "href": "https://help.metricinsights.com/",
      "text": "Help & Documentation",
      "html": "<a class=\"flex items-center gap-2 h-[48px] p-3 font-normal leading-[18px] nav_item text-[14px] text-cust-black whitespace-nowrap\" href=\"https://help.metricinsights.com/\" target=\"_blank\" data-astro-cid-w3b6ywdo><span class=\"shrink-0 h-6 w-6 platform-link-icon\" data-astro-cid-w3b6ywdo><svg fill=\"none\" height=\"24\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\" width=\"24\"><rect fill=\"#075B7E\" height=\"24\" width=\"24\" rx=\"4\" fill-opacity=\"0.08\"/><path d=\"M17.6992 19C17.681 18.8357 17.6683 18..."
    },
    {
      "href": "https://metricinsights.zendesk.com/anonymous_requests/new",
      "text": "Open Support Ticket",
      "html": "<a class=\"flex items-center gap-2 h-[48px] p-3 font-normal leading-[18px] nav_item text-[14px] text-cust-black whitespace-nowrap\" href=\"https://metricinsights.zendesk.com/anonymous_requests/new\" target=\"_blank\" data-astro-cid-w3b6ywdo><span class=\"shrink-0 h-6 w-6 platform-link-icon\" data-astro-cid-w3b6ywdo><svg fill=\"none\" height=\"24\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\" width=\"24\"><rect fill=\"#075B7E\" height=\"24\" width=\"24\" rx=\"4\" fill-opacity=\"0.08\"/><g transform=\"transla..."
    },
    {
      "href": "/contact/",
      "text": "Contact Us",
      "html": "<a class=\"flex items-center gap-2 h-[48px] p-3 font-normal leading-[18px] nav_item text-[14px] text-cust-black whitespace-nowrap\" href=\"/contact/\" target=\"_self\" data-astro-cid-w3b6ywdo><span class=\"shrink-0 h-6 w-6 platform-link-icon\" data-astro-cid-w3b6ywdo><svg fill=\"none\" height=\"24\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\" width=\"24\"><rect fill=\"#075B7E\" height=\"24\" width=\"24\" rx=\"4\" fill-opacity=\"0.08\"/><g transform=\"translate(4.5 5.5)\"><path d=\"M14 9.5V3.5C14 2.11929 12.8..."
    },
    {
      "href": "/platform/bi-portal/supported-content/",
      "text": "Supported Content",
      "html": "<a class=\"flex items-center gap-2 h-[48px] p-3 links min-w-0 mob-menu-link-item small_links\" href=\"/platform/bi-portal/supported-content/\"><span class=\"flex items-center justify-center h-6 platform-link-icon shrink-0 w-6\"><svg fill=\"none\" height=\"24\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\" width=\"24\"><rect fill=\"#075B7E\" height=\"24\" width=\"24\" rx=\"4\" fill-opacity=\"0.08\"/><path d=\"M5.83333 6C5.61232 6 5.40036 6.0878 5.24408 6.24408C5.0878 6.40036 5 6.61232 5 6.83333V17.1667C5 17..."
    },
    {
      "href": "https://help.metricinsights.com/",
      "text": "Help & Documentation",
      "html": "<a class=\"flex items-center gap-2 h-[48px] links min-w-0 mob-menu-link-item small_links pl-3 pr-3 py-3\" href=\"https://help.metricinsights.com/\" target=\"_blank\"><span class=\"flex items-center justify-center h-6 platform-link-icon shrink-0 w-6\"><svg fill=\"none\" height=\"24\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\" width=\"24\"><rect fill=\"#075B7E\" height=\"24\" width=\"24\" rx=\"4\" fill-opacity=\"0.08\"/><path d=\"M17.6992 19C17.681 18.8357 17.6683 18.6338 17.6613 18.4175C17.6569 18.2821 17...."
    },
    {
      "href": "https://metricinsights.zendesk.com/anonymous_requests/new",
      "text": "Open Support Ticket",
      "html": "<a class=\"flex items-center gap-2 h-[48px] links min-w-0 mob-menu-link-item small_links pl-3 pr-3 py-3\" href=\"https://metricinsights.zendesk.com/anonymous_requests/new\" target=\"_blank\"><span class=\"flex items-center justify-center h-6 platform-link-icon shrink-0 w-6\"><svg fill=\"none\" height=\"24\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\" width=\"24\"><rect fill=\"#075B7E\" height=\"24\" width=\"24\" rx=\"4\" fill-opacity=\"0.08\"/><g transform=\"translate(4 4)\"><path d=\"M1.86835 9.94925L1.2760..."
    },
    {
      "href": "/contact/",
      "text": "Contact Us",
      "html": "<a class=\"flex items-center gap-2 h-[48px] links min-w-0 mob-menu-link-item small_links pl-3 pr-3 py-3\" href=\"/contact/\" target=\"_self\"><span class=\"flex items-center justify-center h-6 platform-link-icon shrink-0 w-6\"><svg fill=\"none\" height=\"24\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\" width=\"24\"><rect fill=\"#075B7E\" height=\"24\" width=\"24\" rx=\"4\" fill-opacity=\"0.08\"/><g transform=\"translate(4.5 5.5)\"><path d=\"M14 9.5V3.5C14 2.11929 12.8807 1 11.5 1H3.5C2.11929 1 1 2.11929 1 3...."
    },
    {
      "href": "https://chatgpt.com/?prompt=I%E2%80%99m%20researching%20enterprise%20BI%20portals%20and%20analytics%20governance%20platforms%20and%20want%20to%20understand%20how%20Metric%20Insights%20helps%20organizations%20centralize%20KPIs%2C%20reports%2C%20and%20dashboards%20into%20a%20governed%20BI%20Portal.%0A%0ASummarize%20the%20key%20capabilities%2C%20differentiators%2C%20and%20business%20benefits%20of%20Metric%20Insights%20based%20on%20the%20information%20from%20their%20website%3A%20https%3A%2F%2Fwww.metricinsights.com",
      "text": "",
      "html": "<a class=\"max-[1500px]:h-[32px] max-[1500px]:w-[32px] max-[490px]:h-[40px] max-[490px]:w-[40px] max-[540px]:h-[24px] max-[540px]:w-[24px] h-[40px] w-[40px]\" href=\"https://chatgpt.com/?prompt=I%E2%80%99m%20researching%20enterprise%20BI%20portals%20and%20analytics%20governance%20platforms%20and%20want%20to%20understand%20how%20Metric%20Insights%20helps%20organizations%20centralize%20KPIs%2C%20reports%2C%20and%20dashboards%20into%20a%20governed%20BI%20Portal.%0A%0ASummarize%20the%20key%20capabil..."
    },
    {
      "href": "https://claude.ai/new?q=I%E2%80%99m%20researching%20enterprise%20BI%20portals%20and%20analytics%20governance%20platforms%20and%20want%20to%20understand%20how%20Metric%20Insights%20helps%20organizations%20centralize%20KPIs%2C%20reports%2C%20and%20dashboards%20into%20a%20governed%20BI%20Portal.%0A%0ASummarize%20the%20key%20capabilities%2C%20differentiators%2C%20and%20business%20benefits%20of%20Metric%20Insights%20based%20on%20the%20information%20from%20their%20website%3A%20https%3A%2F%2Fwww.metricinsights.com",
      "text": "",
      "html": "<a class=\"max-[1500px]:h-[32px] max-[1500px]:w-[32px] max-[490px]:h-[40px] max-[490px]:w-[40px] max-[540px]:h-[24px] max-[540px]:w-[24px] h-[40px] w-[40px]\" href=\"https://claude.ai/new?q=I%E2%80%99m%20researching%20enterprise%20BI%20portals%20and%20analytics%20governance%20platforms%20and%20want%20to%20understand%20how%20Metric%20Insights%20helps%20organizations%20centralize%20KPIs%2C%20reports%2C%20and%20dashboards%20into%20a%20governed%20BI%20Portal.%0A%0ASummarize%20the%20key%20capabilitie..."
    },
    {
      "href": "https://x.com/i/grok?text=I%E2%80%99m%20researching%20enterprise%20BI%20portals%20and%20analytics%20governance%20platforms%20and%20want%20to%20understand%20how%20Metric%20Insights%20helps%20organizations%20centralize%20KPIs%2C%20reports%2C%20and%20dashboards%20into%20a%20governed%20BI%20Portal.%0A%0ASummarize%20the%20key%20capabilities%2C%20differentiators%2C%20and%20business%20benefits%20of%20Metric%20Insights%20based%20on%20the%20information%20from%20their%20website%3A%20https%3A%2F%2Fwww.metricinsights.com",
      "text": "",
      "html": "<a class=\"max-[1500px]:h-[32px] max-[1500px]:w-[32px] max-[490px]:h-[40px] max-[490px]:w-[40px] max-[540px]:h-[24px] max-[540px]:w-[24px] h-[40px] w-[40px]\" href=\"https://x.com/i/grok?text=I%E2%80%99m%20researching%20enterprise%20BI%20portals%20and%20analytics%20governance%20platforms%20and%20want%20to%20understand%20how%20Metric%20Insights%20helps%20organizations%20centralize%20KPIs%2C%20reports%2C%20and%20dashboards%20into%20a%20governed%20BI%20Portal.%0A%0ASummarize%20the%20key%20capabilit..."
    },
    {
      "href": "https://www.perplexity.ai/search/new?q=I%E2%80%99m%20researching%20enterprise%20BI%20portals%20and%20analytics%20governance%20platforms%20and%20want%20to%20understand%20how%20Metric%20Insights%20helps%20organizations%20centralize%20KPIs%2C%20reports%2C%20and%20dashboards%20into%20a%20governed%20BI%20Portal.%0A%0ASummarize%20the%20key%20capabilities%2C%20differentiators%2C%20and%20business%20benefits%20of%20Metric%20Insights%20based%20on%20the%20information%20from%20their%20website%3A%20https%3A%2F%2Fwww.metricinsights.com",
      "text": "",
      "html": "<a class=\"max-[1500px]:h-[32px] max-[1500px]:w-[32px] max-[490px]:h-[40px] max-[490px]:w-[40px] max-[540px]:h-[24px] max-[540px]:w-[24px] h-[40px] w-[40px]\" href=\"https://www.perplexity.ai/search/new?q=I%E2%80%99m%20researching%20enterprise%20BI%20portals%20and%20analytics%20governance%20platforms%20and%20want%20to%20understand%20how%20Metric%20Insights%20helps%20organizations%20centralize%20KPIs%2C%20reports%2C%20and%20dashboards%20into%20a%20governed%20BI%20Portal.%0A%0ASummarize%20the%20ke..."
    },
    {
      "href": "https://www.google.com/search?udm=50&aep=11&q=I%E2%80%99m%20researching%20enterprise%20BI%20portals%20and%20analytics%20governance%20platforms%20and%20want%20to%20understand%20how%20Metric%20Insights%20helps%20organizations%20centralize%20KPIs%2C%20reports%2C%20and%20dashboards%20into%20a%20governed%20BI%20Portal.%0A%0ASummarize%20the%20key%20capabilities%2C%20differentiators%2C%20and%20business%20benefits%20of%20Metric%20Insights%20based%20on%20the%20information%20from%20their%20website%3A%20https%3A%2F%2Fwww.metricinsights.com",
      "text": "",
      "html": "<a class=\"max-[1500px]:h-[32px] max-[1500px]:w-[32px] max-[490px]:h-[40px] max-[490px]:w-[40px] max-[540px]:h-[24px] max-[540px]:w-[24px] h-[40px] w-[40px]\" href=\"https://www.google.com/search?udm=50&amp;aep=11&amp;q=I%E2%80%99m%20researching%20enterprise%20BI%20portals%20and%20analytics%20governance%20platforms%20and%20want%20to%20understand%20how%20Metric%20Insights%20helps%20organizations%20centralize%20KPIs%2C%20reports%2C%20and%20dashboards%20into%20a%20governed%20BI%20Portal.%0A%0ASumma..."
    },
    {
      "href": "/contact/",
      "text": "Contact us",
      "html": "<a class=\"mb-3\" href=\"/contact/\">Contact us</a>"
    },
    {
      "href": "https://metricinsights.zendesk.com/anonymous_requests/new",
      "text": "Open a Support Ticket",
      "html": "<a class=\"mb-3\" href=\"https://metricinsights.zendesk.com/anonymous_requests/new\" target=\"_blank\">Open a Support Ticket</a>"
    },
    {
      "href": "https://help.metricinsights.com/",
      "text": "Help & Documentation",
      "html": "<a class=\"mb-3\" href=\"https://help.metricinsights.com/\" target=\"_blank\">Help &amp; Documentation</a>"
    }
  ],
  "privacyLinks": [
    {
      "href": "/terms-and-conditions/",
      "text": "ToS",
      "html": "<a class=\"mb-3\" href=\"/terms-and-conditions/\">ToS</a>"
    },
    {
      "href": "/privacy-policy/",
      "text": "Privacy",
      "html": "<a class=\"mb-3\" href=\"/privacy-policy/\">Privacy</a>"
    },
    {
      "href": "/privacy-policy/",
      "text": "Privacy Policy",
      "html": "<a class=\"underline text-cust-blue\" href=\"/privacy-policy/\">Privacy Policy</a>"
    }
  ],
  "score": 40,
  "weight": 22
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

GEO: Extraction-friendly structure

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

5 Warning

Needs attention

GEO: Extraction-friendly structure

Warning
01

Issue

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

Details

02

Why it matters

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

Check name

GEO: Extraction-friendly structure

Score

60/100

Status

warning

Category

GEO, AIO & AEO

Maturity

Emerging recommendation

Goal

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

Result

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

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

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

AEO: Answer-first sections

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

4 Warning

Needs attention

AEO: Answer-first sections

Warning
01

Issue

17 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": 17,
  "passing": 0,
  "failing": [
    {
      "heading": "Schedule a 1:1 Demo today!",
      "headingHtml": "<h3 class=\"flex flex-col font-bold leading-[36px] lines_col max-[1400px]:text-xl max-[500px]:text-sm max-[900px]:text-base text-[24px]\">Schedule a 1:1 Demo today!</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Key Features",
      "headingHtml": "<h2 class=\"font-bold max-[1400px]:leading-[40px] max-[1400px]:text-[32px] leading-[60px] text-[40px] max-[385px]:text-2xl\">Key Features</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "BI Catalog & Search",
      "headingHtml": "<h3 class=\"font-bold leading-[28px] text-[16px] cat_cola max-[1610px]:mb-1 mb-2\">BI Catalog &amp; Search</h3>",
      "firstParagraph": "Integrate all reports, dashboards, and metrics from across the organization into a governed BI Catalog.",
      "paragraphHtml": "<p class=\"text-sm desc min-h-[60px]\">Integrate all reports, dashboards, and metrics from across the organization into a governed BI Catalog.</p>",
      "words": 15,
      "direct": false,
      "issue": "First paragraph is 15 words and does not look like a concise direct answer."
    },
    {
      "heading": "BI Governance",
      "headingHtml": "<h3 class=\"font-bold leading-[28px] text-[16px] cat_cola max-[1610px]:mb-1 mb-2\">BI Governance</h3>",
      "firstParagraph": "Empower analysts to certify and share reliable content via documented, categorized, and tagged reports and dashboards for organizational use.",
      "paragraphHtml": "<p class=\"text-sm desc min-h-[60px]\">Empower analysts to certify and share reliable content via documented, categorized, and tagged reports and dashboards for organizational use.</p>",
      "words": 19,
      "direct": false,
      "issue": "First paragraph is 19 words and does not look like a concise direct answer."
    },
    {
      "heading": "Persona Optimized UI",
      "headingHtml": "<h3 class=\"font-bold leading-[28px] text-[16px] cat_cola max-[1610px]:mb-1 mb-2\">Persona Optimized UI</h3>",
      "firstParagraph": "Customize BI Portal interfaces for different organizational roles, ensuring users easily access and consume pertinent content.",
      "paragraphHtml": "<p class=\"text-sm desc min-h-[60px]\">Customize BI Portal interfaces for different organizational roles, ensuring users easily access and consume pertinent content.</p>",
      "words": 16,
      "direct": false,
      "issue": "First paragraph is 16 words and does not look like a concise direct answer."
    },
    {
      "heading": "Distribution & Alerting",
      "headingHtml": "<h3 class=\"font-bold leading-[28px] text-[16px] cat_cola max-[1610px]:mb-1 mb-2\">Distribution &amp; Alerting</h3>",
      "firstParagraph": "Notify users of crucial metric changes, guiding them to timely analytics, and distribute content through email, SMS, mobile, or collaboration platforms.",
      "paragraphHtml": "<p class=\"text-sm desc min-h-[60px]\">Notify users of crucial metric changes, guiding them to timely analytics, and distribute content through email, SMS, mobile, or collaboration platforms.</p>",
      "words": 21,
      "direct": false,
      "issue": "First paragraph is 21 words and does not look like a concise direct answer."
    },
    {
      "heading": "Mobile",
      "headingHtml": "<h3 class=\"font-bold leading-[28px] text-[16px] cat_cola max-[1610px]:mb-1 mb-2\">Mobile</h3>",
      "firstParagraph": "Create custom mobile experiences with native iOS and Android apps, ensuring easy access to mobile-friendly BI content on the go.",
      "paragraphHtml": "<p class=\"text-sm desc min-h-[60px]\">Create custom mobile experiences with native iOS and Android apps, ensuring easy access to mobile-friendly BI content on the go.</p>",
      "words": 20,
      "direct": false,
      "issue": "First paragraph is 20 words and does not look like a concise direct answer."
    },
    {
      "heading": "Key Features",
      "headingHtml": "<h2 class=\"font-bold max-[410px]:text-2xl max-[1400px]:leading-[40px] max-[1400px]:text-[32px]\" data-astro-cid-ic7rtrqb>Key Features</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Designed for Your Role",
      "headingHtml": "<h2 class=\"font-bold max-[410px]:text-2xl max-[1400px]:leading-[40px] max-[1400px]:text-[32px] leading-[60px] text-[40px]\">Designed for Your Role</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Connect To Everything",
      "headingHtml": "<h2 class=\"font-bold max-[410px]:text-2xl max-[1400px]:leading-[40px] max-[1400px]:text-[32px] leading-[60px] text-[40px]\">Connect To Everything</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Our Latest Webinars, Case Studies, and Whitepapers",
      "headingHtml": "<h2 class=\"font-bold max-[410px]:text-2xl leading-[40px] max-[1000px]:leading-[36px] max-[1000px]:text-[24px] max-[1000px]:text-center text-[32px]\">Our Latest Webinars, Case Studies, and Whitepapers</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Trusted by Happy Customers",
      "headingHtml": "<h2 class=\"font-bold max-[410px]:text-2xl leading-[40px] max-[1000px]:leading-[36px] max-[1000px]:text-[24px] max-[1000px]:text-center text-[32px]\">Trusted by Happy Customers</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Keeping your users engaged with governed BI",
      "headingHtml": "<h3 class=\"leading-[40px] text-[32px] font-normal max-[1400px]:leading-[36px] max-[1400px]:text-[24px] max-[640px]:text-xl\">Keeping your users engaged with <span class=\"font-bold\">governed BI</span></h3>",
      "firstParagraph": "© Metric Insights. All rights reserved.",
      "paragraphHtml": "<p>&#xa9; Metric Insights. All rights reserved.</p>",
      "words": 5,
      "direct": false,
      "issue": "First paragraph is 5 words and does not look like a concise direct answer."
    },
    {
      "heading": "Company",
      "headingHtml": "<h3 class=\"font-bold leading-[28px] text-[16px] text-cust-black mb-4\">Company</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Resources",
      "headingHtml": "<h3 class=\"font-bold leading-[28px] text-[16px] text-cust-black mb-4\">Resources</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Support",
      "headingHtml": "<h3 class=\"font-bold leading-[28px] text-[16px] text-cust-black mb-4\">Support</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Follow Us",
      "headingHtml": "<h3 class=\"font-bold leading-[28px] text-[16px] text-cust-black mb-4\">Follow Us</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    }
  ],
  "score": 65,
  "weight": 28
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

AEO: Question-led structure

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

3 Warning

Needs attention

AEO: Question-led structure

Warning
01

Issue

No question-led h2 sections or FAQ pattern was detected.

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: Question-led structure

Score

50/100

Status

warning

Category

GEO, AIO & AEO

Maturity

Emerging recommendation

Goal

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

Result

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

Evidence
{
  "h2Count": 6,
  "questionH2s": [],
  "hasFaq": false,
  "score": 50,
  "weight": 18
}

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: keeping, users, engaged, business, intelligence.

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": "Metric Insights - Keeping your users engaged with governed BI",
  "h1": "Business Intelligence Portal",
  "description": "Metric Insights’ Enterprise BI Portal is the leading BI governance platform that integrates all your BI tools, reporting, and metrics into a single, consolidated catalog of governed and certified assets. Metric Insights drives engagement with BI making it simple and practical for users to find, trust, and consume data.",
  "topicOverlap": 0.4444444444444444,
  "topicTerms": [
    "metric",
    "insights",
    "keeping",
    "users",
    "engaged",
    "governed",
    "business",
    "intelligence",
    "portal"
  ],
  "descriptionTerms": [
    "metric",
    "insights",
    "enterprise",
    "portal",
    "leading",
    "governance",
    "platform",
    "integrates",
    "all",
    "tools",
    "reporting",
    "metrics",
    "into",
    "single",
    "consolidated",
    "catalog",
    "governed",
    "certified",
    "assets"
  ],
  "missingFromDescription": [
    "keeping",
    "users",
    "engaged",
    "business",
    "intelligence"
  ],
  "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

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

17 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": 17,
  "passing": 0,
  "failing": [
    {
      "heading": "Schedule a 1:1 Demo today!",
      "headingHtml": "<h3 class=\"flex flex-col font-bold leading-[36px] lines_col max-[1400px]:text-xl max-[500px]:text-sm max-[900px]:text-base text-[24px]\">Schedule a 1:1 Demo today!</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Key Features",
      "headingHtml": "<h2 class=\"font-bold max-[1400px]:leading-[40px] max-[1400px]:text-[32px] leading-[60px] text-[40px] max-[385px]:text-2xl\">Key Features</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "BI Catalog & Search",
      "headingHtml": "<h3 class=\"font-bold leading-[28px] text-[16px] cat_cola max-[1610px]:mb-1 mb-2\">BI Catalog &amp; Search</h3>",
      "firstParagraph": "Integrate all reports, dashboards, and metrics from across the organization into a governed BI Catalog.",
      "paragraphHtml": "<p class=\"text-sm desc min-h-[60px]\">Integrate all reports, dashboards, and metrics from across the organization into a governed BI Catalog.</p>",
      "words": 15,
      "direct": false,
      "issue": "First paragraph is 15 words and does not look like a concise direct answer."
    },
    {
      "heading": "BI Governance",
      "headingHtml": "<h3 class=\"font-bold leading-[28px] text-[16px] cat_cola max-[1610px]:mb-1 mb-2\">BI Governance</h3>",
      "firstParagraph": "Empower analysts to certify and share reliable content via documented, categorized, and tagged reports and dashboards for organizational use.",
      "paragraphHtml": "<p class=\"text-sm desc min-h-[60px]\">Empower analysts to certify and share reliable content via documented, categorized, and tagged reports and dashboards for organizational use.</p>",
      "words": 19,
      "direct": false,
      "issue": "First paragraph is 19 words and does not look like a concise direct answer."
    },
    {
      "heading": "Persona Optimized UI",
      "headingHtml": "<h3 class=\"font-bold leading-[28px] text-[16px] cat_cola max-[1610px]:mb-1 mb-2\">Persona Optimized UI</h3>",
      "firstParagraph": "Customize BI Portal interfaces for different organizational roles, ensuring users easily access and consume pertinent content.",
      "paragraphHtml": "<p class=\"text-sm desc min-h-[60px]\">Customize BI Portal interfaces for different organizational roles, ensuring users easily access and consume pertinent content.</p>",
      "words": 16,
      "direct": false,
      "issue": "First paragraph is 16 words and does not look like a concise direct answer."
    },
    {
      "heading": "Distribution & Alerting",
      "headingHtml": "<h3 class=\"font-bold leading-[28px] text-[16px] cat_cola max-[1610px]:mb-1 mb-2\">Distribution &amp; Alerting</h3>",
      "firstParagraph": "Notify users of crucial metric changes, guiding them to timely analytics, and distribute content through email, SMS, mobile, or collaboration platforms.",
      "paragraphHtml": "<p class=\"text-sm desc min-h-[60px]\">Notify users of crucial metric changes, guiding them to timely analytics, and distribute content through email, SMS, mobile, or collaboration platforms.</p>",
      "words": 21,
      "direct": false,
      "issue": "First paragraph is 21 words and does not look like a concise direct answer."
    },
    {
      "heading": "Mobile",
      "headingHtml": "<h3 class=\"font-bold leading-[28px] text-[16px] cat_cola max-[1610px]:mb-1 mb-2\">Mobile</h3>",
      "firstParagraph": "Create custom mobile experiences with native iOS and Android apps, ensuring easy access to mobile-friendly BI content on the go.",
      "paragraphHtml": "<p class=\"text-sm desc min-h-[60px]\">Create custom mobile experiences with native iOS and Android apps, ensuring easy access to mobile-friendly BI content on the go.</p>",
      "words": 20,
      "direct": false,
      "issue": "First paragraph is 20 words and does not look like a concise direct answer."
    },
    {
      "heading": "Key Features",
      "headingHtml": "<h2 class=\"font-bold max-[410px]:text-2xl max-[1400px]:leading-[40px] max-[1400px]:text-[32px]\" data-astro-cid-ic7rtrqb>Key Features</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Designed for Your Role",
      "headingHtml": "<h2 class=\"font-bold max-[410px]:text-2xl max-[1400px]:leading-[40px] max-[1400px]:text-[32px] leading-[60px] text-[40px]\">Designed for Your Role</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Connect To Everything",
      "headingHtml": "<h2 class=\"font-bold max-[410px]:text-2xl max-[1400px]:leading-[40px] max-[1400px]:text-[32px] leading-[60px] text-[40px]\">Connect To Everything</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Our Latest Webinars, Case Studies, and Whitepapers",
      "headingHtml": "<h2 class=\"font-bold max-[410px]:text-2xl leading-[40px] max-[1000px]:leading-[36px] max-[1000px]:text-[24px] max-[1000px]:text-center text-[32px]\">Our Latest Webinars, Case Studies, and Whitepapers</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Trusted by Happy Customers",
      "headingHtml": "<h2 class=\"font-bold max-[410px]:text-2xl leading-[40px] max-[1000px]:leading-[36px] max-[1000px]:text-[24px] max-[1000px]:text-center text-[32px]\">Trusted by Happy Customers</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Keeping your users engaged with governed BI",
      "headingHtml": "<h3 class=\"leading-[40px] text-[32px] font-normal max-[1400px]:leading-[36px] max-[1400px]:text-[24px] max-[640px]:text-xl\">Keeping your users engaged with <span class=\"font-bold\">governed BI</span></h3>",
      "firstParagraph": "© Metric Insights. All rights reserved.",
      "paragraphHtml": "<p>&#xa9; Metric Insights. All rights reserved.</p>",
      "words": 5,
      "direct": false,
      "issue": "First paragraph is 5 words and does not look like a concise direct answer."
    },
    {
      "heading": "Company",
      "headingHtml": "<h3 class=\"font-bold leading-[28px] text-[16px] text-cust-black mb-4\">Company</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Resources",
      "headingHtml": "<h3 class=\"font-bold leading-[28px] text-[16px] text-cust-black mb-4\">Resources</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Support",
      "headingHtml": "<h3 class=\"font-bold leading-[28px] text-[16px] text-cust-black mb-4\">Support</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Follow Us",
      "headingHtml": "<h3 class=\"font-bold leading-[28px] text-[16px] text-cust-black mb-4\">Follow Us</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    }
  ],
  "score": 65,
  "weight": 8
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

AIO: Page experience for AIO

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

1 Warning

Needs attention

AIO: Page experience for AIO

Warning
01

Issue

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

Details

02

Why it matters

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

Check name

AIO: Page experience for AIO

Score

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

Evidence
{
  "viewportContent": "width=device-width",
  "visibleWords": 798,
  "htmlBytes": 956813,
  "imagesMissingDimensions": [
    {
      "src": "/logo-main.svg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img alt=\"Metric Insights\" src=\"/logo-main.svg\">"
    },
    {
      "src": "/hero_image_new.png",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img alt=\"Business Intelligence Portal featuring sales, marketing, and customer analytics dashboards across multiple BI platforms\" src=\"/hero_image_new.png\" class=\"w-full h-full z-30 max-[500px]:hidden\" id=\"image1\">"
    },
    {
      "src": "/home_hero_small.png",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img alt=\"Business Intelligence Portal featuring sales, marketing, and customer analytics dashboards across multiple BI platforms Mobile Version\" src=\"/home_hero_small.png\" class=\"w-full h-full z-30 hidden max-[500px]:block\">"
    },
    {
      "src": "/hero_image_new2.png",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img alt=\"KPI Dashboard Portal Page\" src=\"/hero_image_new2.png\" class=\"w-full h-full z-30 max-[500px]:hidden\" id=\"image2\">"
    },
    {
      "src": "/home_hero_small2.png",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img alt=\"KPI Dashboard Portal Page Mobile Version\" src=\"/home_hero_small2.png\" class=\"w-full h-full z-30 hidden max-[500px]:block\">"
    },
    {
      "src": "/key_image1.png",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"/key_image1.png\" alt=\"BI Catalog search and filter interface showcasing organized analytics reports and dashboards\" class=\"custom-image\">"
    },
    {
      "src": "/key_image2.png",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"/key_image2.png\" alt=\"Business Intelligence Governance dashboard showing multi-tier review process for analytics reports and certifications\" class=\"custom-image\">"
    },
    {
      "src": "/key_image3.png",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"/key_image3.png\" alt=\"Personalized BI Portal interface with role-based KPI dashboard and customized navigation for organizational metrics\" class=\"custom-image\">"
    },
    {
      "src": "/key_image4.png",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"/key_image4.png\" alt=\"BI metric monitoring dashboard with automated alerts, threshold tracking, and multi-channel notification system\" class=\"custom-image\">"
    },
    {
      "src": "/key_image5.png",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"/key_image5.png\" alt=\"Mobile BI app interface with native iOS dashboard navigation and responsive analytics visualization for on-the-go access\" class=\"custom-image\">"
    },
    {
      "src": "../key_image1.png",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img alt=\"BI Catalog search and filter interface showcasing organized analytics reports and dashboards - Mobile\" src=\"../key_image1.png\" id=\"mainImage\" data-astro-cid-ic7rtrqb>"
    },
    {
      "src": "../key_image2.png",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img alt=\"Business Intelligence Governance dashboard showing multi-tier review process for analytics reports and certifications - Mobile\" src=\"../key_image2.png\" id=\"mainImage\" data-astro-cid-ic7rtrqb>"
    },
    {
      "src": "../key_image3.png",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img alt=\"Personalized BI Portal interface with role-based KPI dashboard and customized navigation for organizational metrics - Mobile\" src=\"../key_image3.png\" id=\"mainImage\" data-astro-cid-ic7rtrqb>"
    },
    {
      "src": "../key_image4.png",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img alt=\"BI metric monitoring dashboard with automated alerts, threshold tracking, and multi-channel notification system - Mobile\" src=\"../key_image4.png\" id=\"mainImage\" data-astro-cid-ic7rtrqb>"
    },
    {
      "src": "../key_image5.png",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img alt=\"Mobile BI app interface with native iOS dashboard navigation and responsive analytics visualization for on-the-go access - Mobile\" src=\"../key_image5.png\" id=\"mainImage\" data-astro-cid-ic7rtrqb>"
    },
    {
      "src": "../home_con_logo5.png",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img alt=\"Microsoft SQL Server\" src=\"../home_con_logo5.png\" class=\"max-h-[54px]\">"
    },
    {
      "src": "../home_con_logo8.png",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img alt=\"Microsoft SharePoint\" src=\"../home_con_logo8.png\" class=\"max-h-[54px]\">"
    },
    {
      "src": "../home_con_logo12.png",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img alt=\"Alation\" src=\"../home_con_logo12.png\" class=\"max-h-[54px]\">"
    },
    {
      "src": "../home_con_logo14.png",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img alt=\"ThoughtSpot\" src=\"../home_con_logo14.png\" class=\"max-h-[54px]\">"
    },
    {
      "src": "../home_con_logo16.png",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img alt=\"Salesforce\" src=\"../home_con_logo16.png\" class=\"max-h-[54px]\">"
    },
    {
      "src": "../home_con_logo17.png",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img alt=\"Azure\" src=\"../home_con_logo17.png\" class=\"max-h-[54px]\">"
    },
    {
      "src": "/portal_datasheet.png",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img alt=\"Metric Insights BI Portal Datasheet\" src=\"/portal_datasheet.png\" class=\"rounded-tl-xl rounded-tr-xl\">"
    },
    {
      "src": "/res_transform.png",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img alt=\"Transforming BI at Scale: How a Major Financial Services Company Succeeded with Metric Insights\" src=\"/res_transform.png\" class=\"rounded-tl-xl rounded-tr-xl\">"
    },
    {
      "src": "/res_cost.png",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img alt=\"The Staggering Cost of Poor BI Governance\" src=\"/res_cost.png\" class=\"rounded-tl-xl rounded-tr-xl\">"
    },
    {
      "src": "/res_health_bro.png",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img alt=\"Metric Insights Unified Healthcare Delivery Reporting Brochure\" src=\"/res_health_bro.png\" class=\"rounded-tl-xl rounded-tr-xl\">"
    },
    {
      "src": "/res_pract_guide.png",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img alt=\"Practical Guide to BI Governance Whitepaper\" src=\"/res_pract_guide.png\" class=\"rounded-tl-xl rounded-tr-xl\">"
    },
    {
      "src": "/res_cola.png",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img alt=\"Coca-Cola EuroPacific Partners Case Study: Implementing an AI-Driven Business Intelligence Portal\" src=\"/res_cola.png\" class=\"rounded-tl-xl rounded-tr-xl\">"
    },
    {
      "src": "/logo-footer.svg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img alt=\"Metric Insights\" src=\"/logo-footer.svg\" class=\"h-5 w-[180px] mb-6\">"
    }
  ],
  "possibleDialogs": [
    "<div class=\"bg-white opacity-0 bottom-[30px] cookie-popup duration-500 fixed flex-col gap-1 left-[30px] max-[500px]:p-6 max-[500px]:w-[94%] max-[700px]:-translate-x-1/2 max-[700px]:bottom-[20px] max-[700px]:left-[50%] max-[700px]:w-[90%] max-w-[638px] p-8 pb-6 rounded-3xl transition-opacity z-30 flex opacity-100\" id=\"cookie-popup\"><div class=\"text-[16px] text-cust-black font-semibold leading-[24px]\">We Care About Your Privacy</div><div class=\"text-[13px] font-normal leading-[20px] text-cust-b..."
  ],
  "score": 75,
  "weight": 10
}

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: keeping, users, engaged, business, intelligence.

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": "Metric Insights - Keeping your users engaged with governed BI",
  "h1": "Business Intelligence Portal",
  "description": "Metric Insights’ Enterprise BI Portal is the leading BI governance platform that integrates all your BI tools, reporting, and metrics into a single, consolidated catalog of governed and certified assets. Metric Insights drives engagement with BI making it simple and practical for users to find, trust, and consume data.",
  "topicOverlap": 0.4444444444444444,
  "definitionCount": 5,
  "topicTerms": [
    "metric",
    "insights",
    "keeping",
    "users",
    "engaged",
    "governed",
    "business",
    "intelligence",
    "portal"
  ],
  "descriptionTerms": [
    "metric",
    "insights",
    "enterprise",
    "portal",
    "leading",
    "governance",
    "platform",
    "integrates",
    "all",
    "tools",
    "reporting",
    "metrics",
    "into",
    "single",
    "consolidated",
    "catalog",
    "governed",
    "certified",
    "assets"
  ],
  "missingFromDescription": [
    "keeping",
    "users",
    "engaged",
    "business",
    "intelligence"
  ],
  "score": 86,
  "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, benefits, cost, compare.

Details

02

Why it matters

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

Check name

AEO: Answer intent coverage

Score

70/100

Status

warning

Category

GEO, AIO & AEO

Maturity

Emerging recommendation

Goal

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

Result

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

Evidence
{
  "headings": [
    {
      "text": "Key Features",
      "html": "<h2 class=\"font-bold max-[1400px]:leading-[40px] max-[1400px]:text-[32px] leading-[60px] text-[40px] max-[385px]:text-2xl\">Key Features</h2>"
    },
    {
      "text": "Key Features",
      "html": "<h2 class=\"font-bold max-[410px]:text-2xl max-[1400px]:leading-[40px] max-[1400px]:text-[32px]\" data-astro-cid-ic7rtrqb>Key Features</h2>"
    },
    {
      "text": "Designed for Your Role",
      "html": "<h2 class=\"font-bold max-[410px]:text-2xl max-[1400px]:leading-[40px] max-[1400px]:text-[32px] leading-[60px] text-[40px]\">Designed for Your Role</h2>"
    },
    {
      "text": "Connect To Everything",
      "html": "<h2 class=\"font-bold max-[410px]:text-2xl max-[1400px]:leading-[40px] max-[1400px]:text-[32px] leading-[60px] text-[40px]\">Connect To Everything</h2>"
    },
    {
      "text": "Our Latest Webinars, Case Studies, and Whitepapers",
      "html": "<h2 class=\"font-bold max-[410px]:text-2xl leading-[40px] max-[1000px]:leading-[36px] max-[1000px]:text-[24px] max-[1000px]:text-center text-[32px]\">Our Latest Webinars, Case Studies, and Whitepapers</h2>"
    },
    {
      "text": "Trusted by Happy Customers",
      "html": "<h2 class=\"font-bold max-[410px]:text-2xl leading-[40px] max-[1000px]:leading-[36px] max-[1000px]:text-[24px] max-[1000px]:text-center text-[32px]\">Trusted by Happy Customers</h2>"
    }
  ],
  "expected": [
    {
      "id": "what",
      "label": "What is Metric Insights - Keeping your users engaged...?",
      "pattern": {}
    },
    {
      "id": "how",
      "label": "How does Metric Insights - Keeping your users engaged... work?",
      "pattern": {}
    },
    {
      "id": "benefits",
      "label": "Why use Metric Insights - Keeping your users engaged...?",
      "pattern": {}
    },
    {
      "id": "cost",
      "label": "Is Metric Insights - Keeping your users engaged... free or paid?",
      "pattern": {}
    },
    {
      "id": "compare",
      "label": "How does Metric Insights - Keeping your users engaged... compare with alternatives?",
      "pattern": {}
    }
  ],
  "missing": [
    {
      "id": "what",
      "label": "What is Metric Insights - Keeping your users engaged...?",
      "pattern": {}
    },
    {
      "id": "how",
      "label": "How does Metric Insights - Keeping your users engaged... work?",
      "pattern": {}
    },
    {
      "id": "benefits",
      "label": "Why use Metric Insights - Keeping your users engaged...?",
      "pattern": {}
    },
    {
      "id": "cost",
      "label": "Is Metric Insights - Keeping your users engaged... free or paid?",
      "pattern": {}
    },
    {
      "id": "compare",
      "label": "How does Metric Insights - Keeping your users engaged... compare with alternatives?",
      "pattern": {}
    }
  ],
  "score": 70,
  "weight": 8
}

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/plain; charset=utf-8",
            "length": 79
          },
          {
            "path": "/api/context",
            "statusCode": 404,
            "contentType": "text/plain; charset=utf-8",
            "length": 79
          },
          {
            "path": "/context",
            "statusCode": 404,
            "contentType": "text/html; charset=utf-8",
            "length": 3545
          }
        ]
      },
      "issue": "AI context endpoint was not found at the expected path.",
      "howToFix": "Publish a concise JSON or Markdown AI context endpoint describing the product, public actions, and machine-readable resources."
    }
  ]
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

AIO: Query intent coverage

AIO: Query intent coverage is informational for this page.

Informational

Needs attention

AIO: Query intent coverage

Informational
01

Issue

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

Details

02

Why it matters

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

Check name

AIO: Query intent coverage

Score

70/100

Status

informational

Category

GEO, AIO & AEO

Maturity

Emerging recommendation

Goal

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

Result

AIO: Query intent coverage is informational for this page.

Evidence
{
  "headings": [
    {
      "text": "Key Features",
      "html": "<h2 class=\"font-bold max-[1400px]:leading-[40px] max-[1400px]:text-[32px] leading-[60px] text-[40px] max-[385px]:text-2xl\">Key Features</h2>"
    },
    {
      "text": "Key Features",
      "html": "<h2 class=\"font-bold max-[410px]:text-2xl max-[1400px]:leading-[40px] max-[1400px]:text-[32px]\" data-astro-cid-ic7rtrqb>Key Features</h2>"
    },
    {
      "text": "Designed for Your Role",
      "html": "<h2 class=\"font-bold max-[410px]:text-2xl max-[1400px]:leading-[40px] max-[1400px]:text-[32px] leading-[60px] text-[40px]\">Designed for Your Role</h2>"
    },
    {
      "text": "Connect To Everything",
      "html": "<h2 class=\"font-bold max-[410px]:text-2xl max-[1400px]:leading-[40px] max-[1400px]:text-[32px] leading-[60px] text-[40px]\">Connect To Everything</h2>"
    },
    {
      "text": "Our Latest Webinars, Case Studies, and Whitepapers",
      "html": "<h2 class=\"font-bold max-[410px]:text-2xl leading-[40px] max-[1000px]:leading-[36px] max-[1000px]:text-[24px] max-[1000px]:text-center text-[32px]\">Our Latest Webinars, Case Studies, and Whitepapers</h2>"
    },
    {
      "text": "Trusted by Happy Customers",
      "html": "<h2 class=\"font-bold max-[410px]:text-2xl leading-[40px] max-[1000px]:leading-[36px] max-[1000px]:text-[24px] max-[1000px]:text-center text-[32px]\">Trusted by Happy Customers</h2>"
    }
  ],
  "expected": [
    {
      "id": "what",
      "label": "What is Metric Insights - Keeping your users engaged...?",
      "pattern": {}
    },
    {
      "id": "how",
      "label": "How does Metric Insights - Keeping your users engaged... work?",
      "pattern": {}
    },
    {
      "id": "benefits",
      "label": "Why use Metric Insights - Keeping your users engaged...?",
      "pattern": {}
    },
    {
      "id": "cost",
      "label": "Is Metric Insights - Keeping your users engaged... free or paid?",
      "pattern": {}
    },
    {
      "id": "compare",
      "label": "How does Metric Insights - Keeping your users engaged... compare with alternatives?",
      "pattern": {}
    }
  ],
  "missing": [
    {
      "id": "what",
      "label": "What is Metric Insights - Keeping your users engaged...?",
      "pattern": {}
    },
    {
      "id": "how",
      "label": "How does Metric Insights - Keeping your users engaged... work?",
      "pattern": {}
    },
    {
      "id": "benefits",
      "label": "Why use Metric Insights - Keeping your users engaged...?",
      "pattern": {}
    },
    {
      "id": "cost",
      "label": "Is Metric Insights - Keeping your users engaged... free or paid?",
      "pattern": {}
    },
    {
      "id": "compare",
      "label": "How does Metric Insights - Keeping your users engaged... compare with alternatives?",
      "pattern": {}
    }
  ],
  "score": 70,
  "weight": 4
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

GEO: Q&A and FAQ opportunities

GEO: Q&A and FAQ opportunities is informational for this page.

Informational

Needs attention

GEO: Q&A and FAQ opportunities

Informational
01

Issue

6 h2 heading(s) are not phrased as questions; this is optional and only useful where Q&A wording is natural. No visible FAQ or FAQPage schema was detected; this is optional unless the page answers common questions.

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: Q&A and FAQ opportunities

Score

75/100

Status

informational

Category

GEO, AIO & AEO

Maturity

Emerging recommendation

Goal

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

Result

GEO: Q&A and FAQ opportunities is informational for this page.

Evidence
{
  "h2Count": 6,
  "questionH2s": 0,
  "hasFaq": false,
  "nonQuestionH2s": [
    {
      "index": 1,
      "text": "Key Features",
      "isQuestion": false,
      "html": "<h2 class=\"font-bold max-[1400px]:leading-[40px] max-[1400px]:text-[32px] leading-[60px] text-[40px] max-[385px]:text-2xl\">Key Features</h2>"
    },
    {
      "index": 2,
      "text": "Key Features",
      "isQuestion": false,
      "html": "<h2 class=\"font-bold max-[410px]:text-2xl max-[1400px]:leading-[40px] max-[1400px]:text-[32px]\" data-astro-cid-ic7rtrqb>Key Features</h2>"
    },
    {
      "index": 3,
      "text": "Designed for Your Role",
      "isQuestion": false,
      "html": "<h2 class=\"font-bold max-[410px]:text-2xl max-[1400px]:leading-[40px] max-[1400px]:text-[32px] leading-[60px] text-[40px]\">Designed for Your Role</h2>"
    },
    {
      "index": 4,
      "text": "Connect To Everything",
      "isQuestion": false,
      "html": "<h2 class=\"font-bold max-[410px]:text-2xl max-[1400px]:leading-[40px] max-[1400px]:text-[32px] leading-[60px] text-[40px]\">Connect To Everything</h2>"
    },
    {
      "index": 5,
      "text": "Our Latest Webinars, Case Studies, and Whitepapers",
      "isQuestion": false,
      "html": "<h2 class=\"font-bold max-[410px]:text-2xl leading-[40px] max-[1000px]:leading-[36px] max-[1000px]:text-[24px] max-[1000px]:text-center text-[32px]\">Our Latest Webinars, Case Studies, and Whitepapers</h2>"
    },
    {
      "index": 6,
      "text": "Trusted by Happy Customers",
      "isQuestion": false,
      "html": "<h2 class=\"font-bold max-[410px]:text-2xl leading-[40px] max-[1000px]:leading-[36px] max-[1000px]:text-[24px] max-[1000px]:text-center text-[32px]\">Trusted by Happy Customers</h2>"
    }
  ],
  "score": 75,
  "weight": 4
}

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

Performance and AccessibilityPerformanceBrowser audit

Forced reflow

20 Fail

Check name

Forced reflow

Score

0/100

Status

fail

Device

desktop

Category

Performance

Fix guidance

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

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

Performance and AccessibilityPerformanceBrowser audit

Layout shift culprits

20 Fail

Check name

Layout shift culprits

Score

0/100

Status

fail

Device

desktop

Category

Performance

Fix guidance

Layout shifts occur when elements move absent any user interaction. [Investigate the causes of layout shifts](https://developer.chrome.com/docs/performance/insights/cls-culprit), such as elements being added, removed, or their fonts changing as the page loads.

Evidence
{
  "description": "Layout shifts occur when elements move absent any user interaction. [Investigate the causes of layout shifts](https://developer.chrome.com/docs/performance/insights/cls-culprit), such as elements being added, removed, or their fonts changing as the page loads."
}

Performance and AccessibilityPerformanceBrowser audit

Network dependency tree

20 Fail

Check name

Network dependency tree

Score

0/100

Status

fail

Device

desktop

Category

Performance

Fix guidance

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

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

Performance and AccessibilityPerformanceBrowser audit

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

10 Warning

Check name

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

Score

50/100

Status

warning

Device

desktop

Category

Performance

Fix guidance

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

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

Performance and AccessibilityPerformanceBrowser audit

Reduce unused CSS

10 Warning

Check name

Reduce unused CSS

Score

50/100

Status

warning

Device

desktop

Category

Performance

Estimated savings

Est savings of 21 KiB

Fix guidance

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

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

Fix with MCP or CLI

Use this report as the handoff into remediation. Generate a coding-agent prompt with the failing checks attached, or jump to the MCP and CLI setup docs before your next rescan.

Score history

Public scan score over time

Public reports for this website origin. Select any point or report link to open that canonical report.

1 reports
Public score history report links
Scan dateScoreReadinessReport
54/100Level 3, Bot-AwareCurrent report
metricinsights.com AI SEO Report: 54/100 (Level 3, Bot-Aware)