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

OVERALL SCORE

Level 3, Bot-Aware

Moderate readiness for AI agents
AIDiscoverability45%Agent Easeof Use10%Security& Trust80%GEO, AIO, AEO83%SEO100%Performance& Accessibility79%
  • AI Discoverability 45 out of 100
  • Agent Ease of Use 10 out of 100
  • Security & Trust 80 out of 100
  • GEO, AIO and AEO 83 out of 100
  • SEO 100 out of 100
  • Performance and Accessibility 79 out of 100

CAPTURED SCREENSHOT

Captured website desktop screenshot

What AI sees of your website

AI Powered IAM & Security Solutions - Avatier favicon

AI Powered IAM & Security Solutions - Avatier

Avatier's conversational AI powered identity access management solutions automate security & compliance for enterprises. Lowest cost, fastest deployment in IAM.

Next step

Turn this report into a fix workflow

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

Detailed report scores grouped by capability area
MetricScoreStatusPassedFailedWarningEvidence
AI Discoverability
45
Priority fix10131View details
Discoverability
67
Needs work540View details
Content Readiness
58
Needs work551View details
Bot Access Control
0
Priority fix040View details
Agent Ease of Use
10
Priority fix6291View details
API
0
Priority fix060View details
Auth
Not Applicable
Not Applicable070View details
MCP
25
Priority fix260View details
Skill Discovery
5
Priority fix0101View details
Agent Commerce
Not Applicable
Not Applicable400
GEO, AIO and AEO
83
Mostly ready7010
GEO Readiness
Not Applicable
Not Applicable300
AIO Readiness
86
Mostly ready205
AEO Readiness
74
Needs work205
SEO
100
Strong1100
SEO
100
Strong1100
Security & Trust
80
Mostly ready810View details
Security & Trust
80
Mostly ready410View details
AI Training Exposure
Not Applicable
Not Applicable400
Performance and Accessibility
79
Mostly ready1860View details
Performance
71
Needs work1250View details
Accessibility
95
Strong610View details

Prioritized recommendations

Issues ranked by score impact

39 items need attention

Security & TrustSecurity & TrustEstablished

Referrer-Policy

Referrer-Policy is missing or incomplete.

100 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
}

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><!--IGM4s_mlVuHj7yfKrH3J_--><html lang=\"en\" class=\"__variable_492eb4 __variable_fefc1d font-sans\"><head><meta charSet=\"utf-8\"/><meta name=\"viewport\" content=\"width=device-width, initial-scale=1\"/><link rel=\"preload\" href=\"/_next/static/media/13d0e867942f6087-s.p.woff2\" as=\"font\" crossorigin=\"\" type=\"font/woff2\"/><link rel=\"preload\" href=\"/_next/static/media/28ef9c3a8e437972-s.p.woff2\" as=\"font\" crossorigin=\"\" type=\"font/woff2\"/><link rel=\"preload\" href=\"/_next/static/media/3e6413fcc1b8228d-s.p.woff2\" as=\"font\" crossorigin=\"\" type=\"font/woff2\"/><link rel=\"preload\" href=\"/_next/static/media/b0724e4328491fe5-s.p.woff2\" as=\"font\" crossorigin=\"\" type=\"font/woff2\"/><link rel=\"preload\" href=\"/_next/static/media/cbf4e621cbc63327-s.p.woff2\" as=\"font\" crossorigin=\"\" type=\"font/woff2\"/"
      },
      "issue": "Response is not valid JSON.",
      "howToFix": "Use application/linkset+json with service-desc, service-doc, and status relations that each include href."
    },
    {
      "id": "target-validation",
      "title": "Fetch advertised API catalog targets",
      "status": "fail",
      "evidence": {
        "checked": [],
        "failures": [
          {
            "reason": "No same-origin API catalog hrefs were available to fetch."
          }
        ]
      },
      "issue": "API Catalog did not expose any same-origin hrefs to validate.",
      "howToFix": "Make each same-origin API catalog href reachable and serve the advertised media type."
    }
  ]
}

AI DiscoverabilityDiscoverabilityEstablished

High-value schema types

High-value schema types is missing or incomplete.

50 Fail

Needs attention

High-value schema types

Failed check
01

Issue

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

02

Why it matters

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

Check name

High-value schema types

Score

0/100

Status

fail

Category

Discoverability

Maturity

Established

Goal

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

Result

High-value schema types is missing or incomplete.

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

AI DiscoverabilityDiscoverabilityEstablished

Link headers

Link headers failed at "Find useful Link headers".

50 Fail

Needs attention

Link headers

Failed check
01

Issue

No useful agent discovery Link headers were found.

02

Why it matters

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

Check name

Link headers

Score

0/100

Status

fail

Category

Discoverability

Maturity

Established

Goal

Include Link response headers for agent discovery using RFC 8288.

Result

Link headers failed at "Find useful Link headers".

Validation steps

  1. Find useful Link headers

    No useful agent discovery Link headers were found.

  2. Fetch same-origin Link header targets

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

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

Agent Ease of UseAPIEstablished

OpenAPI discovery

OpenAPI discovery failed at "Find valid OpenAPI document".

50 Fail

Needs attention

OpenAPI discovery

Failed check
01

Issue

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

02

Why it matters

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

Check name

OpenAPI discovery

Score

0/100

Status

fail

Category

API

Maturity

Established

Goal

Publish a valid OpenAPI or Swagger document for API discovery.

Result

OpenAPI discovery failed at "Find valid OpenAPI document".

Validation steps

  1. Find valid OpenAPI document

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

Evidence
{
  "failedStep": "fetch",
  "steps": [
    {
      "id": "fetch",
      "title": "Find valid OpenAPI document",
      "status": "fail",
      "evidence": {
        "checked": [
          {
            "path": "/openapi.json",
            "statusCode": 404,
            "contentType": "text/html; charset=utf-8",
            "valid": false,
            "issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html; charset=utf-8\" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
            "compatibleContentType": false,
            "format": "yaml",
            "version": "",
            "pathCount": 0,
            "operationCount": 0,
            "rawExcerpt": "<!DOCTYPE html><!--IGM4s_mlVuHj7yfKrH3J_--><html lang=\"en\" class=\"__variable_492eb4 __variable_fefc1d font-sans\"><head><meta charSet=\"utf-8\"/><meta name=\"viewport\" content=\"width=device-width, initial-scale=1\"/><link rel=\"preload\" href=\"/_next/static/media/13d0e867942f6087-s.p.woff2\" as=\"font\" crossorigin=\"\" type=\"font/woff2\"/><link rel=\"preload\" href=\"/_next/static/media/28ef9c3a8e437972-s.p.woff2\" as=\"font\" crossorigin=\"\" type=\"font/woff2\"/><link rel=\"preload\" href=\"/_next/static/media/3e6413fcc1b8228d-s.p.woff2\" as=\"font\" crossorigin=\"\" type=\"font/woff2\"/><link rel=\"preload\" href=\"/_next/static/media/b0724e4328491fe5-s.p.woff2\" as=\"font\" crossorigin=\"\" type=\"font/woff2\"/><link rel=\"preload\" href=\"/_next/static/media/cbf4e621cbc63327-s.p.woff2\" as=\"font\" crossorigin=\"\" type=\"font/woff2\"/"
          },
          {
            "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><!--IGM4s_mlVuHj7yfKrH3J_--><html lang=\"en\" class=\"__variable_492eb4 __variable_fefc1d font-sans\"><head><meta charSet=\"utf-8\"/><meta name=\"viewport\" content=\"width=device-width, initial-scale=1\"/><link rel=\"preload\" href=\"/_next/static/media/13d0e867942f6087-s.p.woff2\" as=\"font\" crossorigin=\"\" type=\"font/woff2\"/><link rel=\"preload\" href=\"/_next/static/media/28ef9c3a8e437972-s.p.woff2\" as=\"font\" crossorigin=\"\" type=\"font/woff2\"/><link rel=\"preload\" href=\"/_next/static/media/3e6413fcc1b8228d-s.p.woff2\" as=\"font\" crossorigin=\"\" type=\"font/woff2\"/><link rel=\"preload\" href=\"/_next/static/media/b0724e4328491fe5-s.p.woff2\" as=\"font\" crossorigin=\"\" type=\"font/woff2\"/><link rel=\"preload\" href=\"/_next/static/media/cbf4e621cbc63327-s.p.woff2\" as=\"font\" crossorigin=\"\" type=\"font/woff2\"/"
          },
          {
            "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><!--IGM4s_mlVuHj7yfKrH3J_--><html lang=\"en\" class=\"__variable_492eb4 __variable_fefc1d font-sans\"><head><meta charSet=\"utf-8\"/><meta name=\"viewport\" content=\"width=device-width, initial-scale=1\"/><link rel=\"preload\" href=\"/_next/static/media/13d0e867942f6087-s.p.woff2\" as=\"font\" crossorigin=\"\" type=\"font/woff2\"/><link rel=\"preload\" href=\"/_next/static/media/28ef9c3a8e437972-s.p.woff2\" as=\"font\" crossorigin=\"\" type=\"font/woff2\"/><link rel=\"preload\" href=\"/_next/static/media/3e6413fcc1b8228d-s.p.woff2\" as=\"font\" crossorigin=\"\" type=\"font/woff2\"/><link rel=\"preload\" href=\"/_next/static/media/b0724e4328491fe5-s.p.woff2\" as=\"font\" crossorigin=\"\" type=\"font/woff2\"/><link rel=\"preload\" href=\"/_next/static/media/cbf4e621cbc63327-s.p.woff2\" as=\"font\" crossorigin=\"\" type=\"font/woff2\"/"
          },
          {
            "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><!--IGM4s_mlVuHj7yfKrH3J_--><html lang=\"en\" class=\"__variable_492eb4 __variable_fefc1d font-sans\"><head><meta charSet=\"utf-8\"/><meta name=\"viewport\" content=\"width=device-width, initial-scale=1\"/><link rel=\"preload\" href=\"/_next/static/media/13d0e867942f6087-s.p.woff2\" as=\"font\" crossorigin=\"\" type=\"font/woff2\"/><link rel=\"preload\" href=\"/_next/static/media/28ef9c3a8e437972-s.p.woff2\" as=\"font\" crossorigin=\"\" type=\"font/woff2\"/><link rel=\"preload\" href=\"/_next/static/media/3e6413fcc1b8228d-s.p.woff2\" as=\"font\" crossorigin=\"\" type=\"font/woff2\"/><link rel=\"preload\" href=\"/_next/static/media/b0724e4328491fe5-s.p.woff2\" as=\"font\" crossorigin=\"\" type=\"font/woff2\"/><link rel=\"preload\" href=\"/_next/static/media/cbf4e621cbc63327-s.p.woff2\" as=\"font\" crossorigin=\"\" type=\"font/woff2\"/"
          },
          {
            "path": "/api/openapi.json",
            "statusCode": 404,
            "contentType": "text/html; charset=utf-8",
            "valid": false,
            "issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html; charset=utf-8\" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
            "compatibleContentType": false,
            "format": "yaml",
            "version": "",
            "pathCount": 0,
            "operationCount": 0,
            "rawExcerpt": "<!DOCTYPE html><!--IGM4s_mlVuHj7yfKrH3J_--><html lang=\"en\" class=\"__variable_492eb4 __variable_fefc1d font-sans\"><head><meta charSet=\"utf-8\"/><meta name=\"viewport\" content=\"width=device-width, initial-scale=1\"/><link rel=\"preload\" href=\"/_next/static/media/13d0e867942f6087-s.p.woff2\" as=\"font\" crossorigin=\"\" type=\"font/woff2\"/><link rel=\"preload\" href=\"/_next/static/media/28ef9c3a8e437972-s.p.woff2\" as=\"font\" crossorigin=\"\" type=\"font/woff2\"/><link rel=\"preload\" href=\"/_next/static/media/3e6413fcc1b8228d-s.p.woff2\" as=\"font\" crossorigin=\"\" type=\"font/woff2\"/><link rel=\"preload\" href=\"/_next/static/media/b0724e4328491fe5-s.p.woff2\" as=\"font\" crossorigin=\"\" type=\"font/woff2\"/><link rel=\"preload\" href=\"/_next/static/media/cbf4e621cbc63327-s.p.woff2\" as=\"font\" crossorigin=\"\" type=\"font/woff2\"/"
          },
          {
            "path": "/api/swagger.json",
            "statusCode": 404,
            "contentType": "text/html; charset=utf-8",
            "valid": false,
            "issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html; charset=utf-8\" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
            "compatibleContentType": false,
            "format": "yaml",
            "version": "",
            "pathCount": 0,
            "operationCount": 0,
            "rawExcerpt": "<!DOCTYPE html><!--IGM4s_mlVuHj7yfKrH3J_--><html lang=\"en\" class=\"__variable_492eb4 __variable_fefc1d font-sans\"><head><meta charSet=\"utf-8\"/><meta name=\"viewport\" content=\"width=device-width, initial-scale=1\"/><link rel=\"preload\" href=\"/_next/static/media/13d0e867942f6087-s.p.woff2\" as=\"font\" crossorigin=\"\" type=\"font/woff2\"/><link rel=\"preload\" href=\"/_next/static/media/28ef9c3a8e437972-s.p.woff2\" as=\"font\" crossorigin=\"\" type=\"font/woff2\"/><link rel=\"preload\" href=\"/_next/static/media/3e6413fcc1b8228d-s.p.woff2\" as=\"font\" crossorigin=\"\" type=\"font/woff2\"/><link rel=\"preload\" href=\"/_next/static/media/b0724e4328491fe5-s.p.woff2\" as=\"font\" crossorigin=\"\" type=\"font/woff2\"/><link rel=\"preload\" href=\"/_next/static/media/cbf4e621cbc63327-s.p.woff2\" as=\"font\" crossorigin=\"\" type=\"font/woff2\"/"
          },
          {
            "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><!--IGM4s_mlVuHj7yfKrH3J_--><html lang=\"en\" class=\"__variable_492eb4 __variable_fefc1d font-sans\"><head><meta charSet=\"utf-8\"/><meta name=\"viewport\" content=\"width=device-width, initial-scale=1\"/><link rel=\"preload\" href=\"/_next/static/media/13d0e867942f6087-s.p.woff2\" as=\"font\" crossorigin=\"\" type=\"font/woff2\"/><link rel=\"preload\" href=\"/_next/static/media/28ef9c3a8e437972-s.p.woff2\" as=\"font\" crossorigin=\"\" type=\"font/woff2\"/><link rel=\"preload\" href=\"/_next/static/media/3e6413fcc1b8228d-s.p.woff2\" as=\"font\" crossorigin=\"\" type=\"font/woff2\"/><link rel=\"preload\" href=\"/_next/static/media/b0724e4328491fe5-s.p.woff2\" as=\"font\" crossorigin=\"\" type=\"font/woff2\"/><link rel=\"preload\" href=\"/_next/static/media/cbf4e621cbc63327-s.p.woff2\" as=\"font\" crossorigin=\"\" type=\"font/woff2\"/"
          }
        ]
      },
      "issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html; charset=utf-8\" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
      "howToFix": "Publish a valid OpenAPI 3.x or Swagger 2.0 JSON/YAML document with info, paths, operations, and responses."
    }
  ]
}

AI DiscoverabilityBot Access ControlEstablished

AI bot rules in robots.txt

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

33 Fail

Needs attention

AI bot rules in robots.txt

Failed check
01

Issue

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

02

Why it matters

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

Check name

AI bot rules in robots.txt

Score

0/100

Status

fail

Category

Bot Access Control

Maturity

Established

Goal

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

Result

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

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

AI DiscoverabilityBot Access ControlInformational

Content Signal

Content Signal is missing or incomplete.

33 Fail

Needs attention

Content Signal

Failed check
01

Issue

No Content Signal found in robots.txt

02

Why it matters

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

Check name

Content Signal

Score

0/100

Status

fail

Category

Bot Access Control

Maturity

Informational

Goal

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

Result

Content Signal is missing or incomplete.

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

AI DiscoverabilityContent ReadinessEstablished

Markdown negotiation

Markdown negotiation failed at "Markdown content type".

33 Fail

Needs attention

Markdown negotiation

Failed check
01

Issue

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

02

Why it matters

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

Check name

Markdown negotiation

Score

0/100

Status

fail

Category

Content Readiness

Maturity

Established

Goal

Return HTML responses as markdown when agents request it.

Result

Markdown negotiation failed at "Markdown content type".

Validation steps

  1. Markdown content type

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

  2. Vary: Accept header

    Markdown negotiation is missing Vary: Accept; current Vary header is "Accept-Encoding".

  3. Structured Markdown body

    Markdown response is missing a heading.

Evidence
{
  "failedStep": "content-type",
  "steps": [
    {
      "id": "content-type",
      "title": "Markdown content type",
      "status": "fail",
      "evidence": {
        "statusCode": 200,
        "contentType": "text/html; charset=utf-8"
      },
      "issue": "Content-Type \"text/html; charset=utf-8\" does not indicate Markdown when requested with Accept: text/markdown.",
      "howToFix": "Return Content-Type: text/markdown; charset=utf-8 for requests with Accept: text/markdown."
    },
    {
      "id": "vary-accept",
      "title": "Vary: Accept header",
      "status": "fail",
      "evidence": {
        "vary": "Accept-Encoding"
      },
      "issue": "Markdown negotiation is missing Vary: Accept; current Vary header is \"Accept-Encoding\".",
      "howToFix": "Add Vary: Accept on negotiated Markdown responses so shared caches keep HTML and Markdown variants separate."
    },
    {
      "id": "markdown-content",
      "title": "Structured Markdown body",
      "status": "fail",
      "evidence": {
        "valid": false,
        "hasHeading": false,
        "wordCount": 15929,
        "excerpt": "<!DOCTYPE html><html lang=\"en\"><head><meta charSet=\"utf-8\" data-next-head=\"\"/><meta name=\"viewport\" content=\"width=device-width\" data-next-head=\"\"/><title data-next-head=\"\">AI Powered IAM &amp; Security Solutions - Avatier</title><meta name",
        "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".

33 Fail

Needs attention

MCP Server Card

Failed check
01

Issue

MCP Server Card was not found at the expected path.

02

Why it matters

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

Check name

MCP Server Card

Score

0/100

Status

fail

Category

MCP

Maturity

Emerging recommendation

Goal

Publish an MCP Server Card for agent discovery.

Result

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

Validation steps

  1. Fetch to find resource

    MCP Server Card was not found at the expected path.

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

Agent Ease of UseMCPEmerging recommendation

mcp.json

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

33 Fail

Needs attention

mcp.json

Failed check
01

Issue

mcp.json was not found at the expected path.

02

Why it matters

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

Check name

mcp.json

Score

0/100

Status

fail

Category

MCP

Maturity

Emerging recommendation

Goal

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

Result

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

Validation steps

  1. Fetch to find resource

    mcp.json was not found at the expected path.

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

33 Fail

Needs attention

Semantic HTML

Failed check
01

Issue

Semantic HTML is incomplete: 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": true,
  "nav": true,
  "footer": true,
  "meaningfulH1": true,
  "headingOrder": false,
  "accessibleLinks": true,
  "accessibleButtons": true,
  "imageAltCoverage": true,
  "formAutocompleteCoverage": true,
  "details": {
    "inaccessibleLinks": [],
    "inaccessibleButtons": [],
    "missingAutocompleteInputs": [],
    "imagesMissingAlt": [],
    "skippedHeadingLevels": [
      "h1: Get AI Powered Identity Security",
      "h2: INITIAL DEPLOYMENT INCLUDED. NO SERVICE FEES.Get everything you need to secure your workforce: • Self-Service Password & Access Management • Lifecycle Automation, Access Governance & SSO • AI-Powered Identity Security with Automated Workflow • Private Cloud. Fast Deployment. Zero Setup Fees. One platform. One codebase. Runs on any device—Teams, Outlook, iOS, Android, and more. Every license includes deployment, expert training, and certification through Avatier University. *Starting at $25K applies to qualified organizations based on user count, deployment scope, and licensing terms. Contact Avatier to confirm eligibility and receive a customized quote.",
      "h4: With Containerized Identity",
      "h2: Future-Proof Your Identity Management",
      "h2: Bring Your Own Directory (BYOD)",
      "h6: SIMPLIFY IDENTITY MANAGEMENT WITHOUT LOSING CONTROL",
      "h2: Secure Self-Service Password Reset & Passwordless Identity Management",
      "h6: NO MORE STICKY NOTES. NOTHING TO FORGET. NOTHING TO LOSE. AI REMEMBERS EVERYTHING.",
      "h2: Introducing Deviceless MFA",
      "h6: EVERY MFA. EVERY WORKER. EVERY ENVIRONMENT.",
      "h3: Seamless Integrations Across Your Ecosystem",
      "h2: Everything is better BEST when identity is built onand deployed using...",
      "h3: Avatier for Apple iOS",
      "h3: Avatier for Android",
      "h3: Avatier for Chrome",
      "h3: Avatier for Outlook",
      "h3: Avatier for Teams",
      "h3: Avatier for ServiceNow",
      "h3: Avatier for Slack",
      "h3: Avatier for Skype",
      "h3: Avatier for Meta Messenger",
      "h3: Avatier for SMS",
      "h3: Avatier for APIs",
      "h3: Avatier for Chat",
      "h2: Empower Your Enterprise with Seamless AI Driven Identity Security",
      "h2: Own the Future of Identity Security",
      "h3: At a Fraction of the Cost of the Magic Quadrant Market Segment Leader",
      "h2: No-Code & Low-Code Customization",
      "h3: Built for Non-Programmers—Powered by REST APIs",
      "h2: Connect, Provision, and Audit Any Application",
      "h3: Fast Start Fixed Bid Implementation Services",
      "h2: Enterprise-Grade Identity Security—Built to Scale",
      "h3: Solutions",
      "h2: Innovative Organizations Choose Avatier",
      "h2: Identity Framework Core",
      "h2: Company",
      "h2: Help links",
      "h2: Legal"
    ]
  },
  "counts": {
    "h1": 1,
    "headings": 38,
    "links": 86,
    "inaccessibleLinks": 0,
    "buttons": 5,
    "inaccessibleButtons": 0,
    "images": 77,
    "imagesWithAlt": 77,
    "autocompleteInputs": 0,
    "inputsWithAutocomplete": 0,
    "missingAutocompleteInputs": 0
  }
}

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": 63944
          }
        ]
      },
      "issue": "Web Bot Auth request signing was not found at the expected path.",
      "howToFix": "If publishing Web Bot Auth keys, return a JSON key directory with a non-empty keys array and the draft media type."
    }
  ]
}

Agent Ease of UseMCPInformational

WebMCP manifest

WebMCP manifest failed at "Fetch to find resource".

33 Fail

Needs attention

WebMCP manifest

Failed check
01

Issue

WebMCP manifest was not found at the expected path.

02

Why it matters

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

Check name

WebMCP manifest

Score

0/100

Status

fail

Category

MCP

Maturity

Informational

Goal

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

Result

WebMCP manifest failed at "Fetch to find resource".

Validation steps

  1. Fetch to find resource

    WebMCP manifest was not found at the expected path.

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

AI DiscoverabilityContent ReadinessEstablished

Content freshness signals

Content freshness signals is partially implemented.

17 Warning

Needs attention

Content freshness signals

Warning
01

Issue

Content freshness signals are incomplete: missing Last-Modified HTTP header; 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

50/100

Status

warning

Category

Content Readiness

Maturity

Established

Goal

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

Result

Content freshness signals is partially implemented.

Evidence
{
  "lastModified": null,
  "schemaDates": [
    "2026-06-01T11:20:09+00:00",
    "2024-06-25T06:13:19+00:00"
  ],
  "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.avatier.com",
        "probes": [
          {
            "name": "_index._agents.www.avatier.com",
            "found": false,
            "recordCount": 1,
            "records": [],
            "hasAlpn": false,
            "hasEndpoint": false
          },
          {
            "name": "_a2a._agents.www.avatier.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.avatier.com",
            "dnssecTypes": [],
            "dnssecRecordCount": 0
          },
          {
            "name": "avatier.com",
            "dnssecTypes": [],
            "dnssecRecordCount": 0
          }
        ]
      },
      "issue": "DNSSEC material was not visible for the hostname or parent zone from this resolver.",
      "howToFix": "Sign the public discovery zone with DNSSEC so validating resolvers can return authenticated data."
    }
  ]
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

AEO: Answer-first sections

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

5 Warning

Needs attention

AEO: Answer-first sections

Warning
01

Issue

33 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": 33,
  "passing": 0,
  "failing": [
    {
      "heading": "INITIAL DEPLOYMENT INCLUDED. NO SERVICE FEES.Get everything you need to secure your workforce: • Self-Service Password & Access Management • Lifecycle Automation, Access Governance & SSO • AI-Powered Identity Security with Automated Workflow • Private Cloud. Fast Deployment. Zero Setup Fees. One platform. One codebase. Runs on any device—Teams, Outlook, iOS, Android, and more. Every license includes deployment, expert training, and certification through Avatier University. *Starting at $25K applies to qualified organizations based on user count, deployment scope, and licensing terms. Contact Avatier to confirm eligibility and receive a customized quote.",
      "headingHtml": "<h2 class=\"md:!leading-snug text-xl md:text-2xl font-heading font-semibold tracking-wide text-white lg:max-w-3xl\">INITIAL DEPLOYMENT INCLUDED. NO SERVICE FEES.<br><br>Get everything you need to secure your workforce:<br> &#xa0;&#xa0;&#xa0;&#xa0;&#x2022; Self-Service Password &amp; Access Management<br> &#xa0;&#xa0;&#xa0;&#xa0;&#x2022; Lifecycle Automation, Access Governance &amp; SSO<br> &#xa0;&#xa0;&#xa0;&#xa0;&#x2022; AI-Powered Identity Security with Automated Workflow<br> &#xa0;&#xa0;&#xa...",
      "firstParagraph": "Cloud-Hosted",
      "paragraphHtml": "<p class=\"lg:!leading-relaxed text-lg md:text-2xl font-semibold\">Cloud-Hosted</p>",
      "words": 1,
      "direct": false,
      "issue": "First paragraph is 1 words and does not look like a concise direct answer."
    },
    {
      "heading": "Future-Proof Your Identity Management",
      "headingHtml": "<h2 class=\"font-bold text-gray-900 md:!leading-snug text-3xl md:text-4xl\">Future-Proof Your Identity Management</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Bring Your Own Directory (BYOD)",
      "headingHtml": "<h2 class=\"font-bold text-gray-900 md:!leading-snug text-xl md:text-2xl mb-2\">Bring Your Own Directory (BYOD)</h2>",
      "firstParagraph": "Eliminate unnecessary complexity and administration. Keep your identity data on-premise while leveraging an AI powered cloud-based identity solution for seamless access and governance.",
      "paragraphHtml": "<p>Eliminate unnecessary complexity and administration. Keep your identity data on-premise while leveraging an AI powered cloud-based identity solution for seamless access and governance.</p>",
      "words": 23,
      "direct": false,
      "issue": "First paragraph is 23 words and does not look like a concise direct answer."
    },
    {
      "heading": "Secure Self-Service Password Reset & Passwordless Identity Management",
      "headingHtml": "<h2 class=\"font-bold text-gray-900 md:!leading-snug text-xl md:text-2xl mb-2\">Secure Self-Service Password Reset &amp; Passwordless Identity Management</h2>",
      "firstParagraph": "Empower users with frictionless, self-service password reset and passwordless authentication across all applications. Avatier integrates with all leading MFA providers — Duo, FIDO2, Microsoft Authenticator, Google Authenticator, PingID, and more — strengthening identity governance with next-gen security.",
      "paragraphHtml": "<p>Empower users with frictionless, self-service password reset and passwordless authentication across all applications. Avatier integrates with all leading MFA providers &#x2014; Duo, FIDO2, Microsoft Authenticator, Google Authenticator, PingID, and more &#x2014; strengthening identity governance with next-gen security.</p>",
      "words": 35,
      "direct": false,
      "issue": "First paragraph is 35 words and does not look like a concise direct answer."
    },
    {
      "heading": "Introducing Deviceless MFA",
      "headingHtml": "<h2 class=\"font-bold text-gray-900 md:!leading-snug text-xl md:text-2xl mb-2\">Introducing Deviceless MFA</h2>",
      "firstParagraph": "The Identity Challenge Card keeps your workforce verified when devices, apps, and networks go down — no phone, no app, no token required. Air-gapped MFA that covers 100% of workforce & frontline workers, deploys in a day.",
      "paragraphHtml": "<p>The Identity Challenge Card keeps your workforce verified when devices, apps, and networks go down &#x2014; no phone, no app, no token required. Air-gapped MFA that covers 100% of workforce &amp; frontline workers, deploys in a day.</p>",
      "words": 35,
      "direct": false,
      "issue": "First paragraph is 35 words and does not look like a concise direct answer."
    },
    {
      "heading": "Seamless Integrations Across Your Ecosystem",
      "headingHtml": "<h3 class=\"md:!leading-snug text-base mb-3 font-inter font-semibold text-white\">Seamless Integrations Across Your Ecosystem</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Everything is better BEST when identity is built onand deployed using...",
      "headingHtml": "<h2 class=\"font-bold md:!leading-snug text-3xl md:text-4xl text-white\">Everything is <span class=\"strikethrough\">better</span> BEST when identity is built on<br>and deployed using...</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Avatier for Apple iOS",
      "headingHtml": "<h3 class=\"font-bold text-gray-900 md:!leading-snug text-xl md:text-2xl\">Avatier for Apple iOS</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Avatier for Android",
      "headingHtml": "<h3 class=\"font-bold text-gray-900 md:!leading-snug text-xl md:text-2xl\">Avatier for Android</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Avatier for Chrome",
      "headingHtml": "<h3 class=\"font-bold text-gray-900 md:!leading-snug text-xl md:text-2xl\">Avatier for Chrome</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Avatier for Outlook",
      "headingHtml": "<h3 class=\"font-bold text-gray-900 md:!leading-snug text-xl md:text-2xl\">Avatier for Outlook</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Avatier for Teams",
      "headingHtml": "<h3 class=\"font-bold text-gray-900 md:!leading-snug text-xl md:text-2xl\">Avatier for Teams</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Avatier for ServiceNow",
      "headingHtml": "<h3 class=\"font-bold text-gray-900 md:!leading-snug text-xl md:text-2xl\">Avatier for ServiceNow</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Avatier for Slack",
      "headingHtml": "<h3 class=\"font-bold text-gray-900 md:!leading-snug text-xl md:text-2xl\">Avatier for Slack</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Avatier for Skype",
      "headingHtml": "<h3 class=\"font-bold text-gray-900 md:!leading-snug text-xl md:text-2xl\">Avatier for Skype</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Avatier for Meta Messenger",
      "headingHtml": "<h3 class=\"font-bold text-gray-900 md:!leading-snug text-xl md:text-2xl\">Avatier for Meta Messenger</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Avatier for SMS",
      "headingHtml": "<h3 class=\"font-bold text-gray-900 md:!leading-snug text-xl md:text-2xl\">Avatier for SMS</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Avatier for APIs",
      "headingHtml": "<h3 class=\"font-bold text-gray-900 md:!leading-snug text-xl md:text-2xl\">Avatier for APIs</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Avatier for Chat",
      "headingHtml": "<h3 class=\"font-bold text-gray-900 md:!leading-snug text-xl md:text-2xl\">Avatier for Chat</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Empower Your Enterprise with Seamless AI Driven Identity Security",
      "headingHtml": "<h2 class=\"font-bold text-gray-900 md:!leading-snug text-3xl md:text-4xl\">Empower Your Enterprise with Seamless AI Driven Identity Security</h2>",
      "firstParagraph": "Unlock Seamless, Scalable Protection for Every User, Everywhere. Future-proof your security infrastructure with Avatier’s flexible, cloud-based solutions that grow with your organization.",
      "paragraphHtml": "<p style=\"text-align: center;\">Unlock Seamless, Scalable Protection for Every User, Everywhere.<br> Future-proof your security infrastructure with Avatier&#x2019;s flexible, cloud-based solutions that grow with your organization.</p>",
      "words": 23,
      "direct": false,
      "issue": "First paragraph is 23 words and does not look like a concise direct answer."
    },
    {
      "heading": "Own the Future of Identity Security",
      "headingHtml": "<h2 class=\"font-bold text-gray-900 md:!leading-snug text-3xl md:text-4xl\">Own the Future of Identity Security</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "At a Fraction of the Cost of the Magic Quadrant Market Segment Leader",
      "headingHtml": "<h3 class=\"font-bold text-gray-900 md:!leading-snug text-xl md:text-2xl mb-4\">At a Fraction of the Cost of the Magic Quadrant Market Segment Leader</h3>",
      "firstParagraph": "Don’t get caught paying more for less business value.",
      "paragraphHtml": "<p><strong>Don&#x2019;t get caught paying more for less business value.</strong></p>",
      "words": 10,
      "direct": false,
      "issue": "First paragraph is 10 words and does not look like a concise direct answer."
    },
    {
      "heading": "No-Code & Low-Code Customization",
      "headingHtml": "<h2 class=\"font-bold md:!leading-snug text-3xl md:text-4xl text-white\">No-Code &amp; Low-Code Customization</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Built for Non-Programmers—Powered by REST APIs",
      "headingHtml": "<h3 style=\"text-align: center;\" data-start=\"2082\" data-end=\"2138\"><strong data-start=\"2086\" data-end=\"2136\">Built for Non-Programmers&#x2014;Powered by REST APIs</strong></h3>",
      "firstParagraph": "Easily customize identity management with Avatier Anywhere. Enable your team to connect, provision, and audit any application with modern push-notification workflow approvals.",
      "paragraphHtml": "<p style=\"text-align: center;\" data-start=\"2139\" data-end=\"2328\">Easily customize identity management with Avatier Anywhere. Enable your team to connect, provision, and audit any application with modern push-notification workflow approvals.</p>",
      "words": 22,
      "direct": false,
      "issue": "First paragraph is 22 words and does not look like a concise direct answer."
    },
    {
      "heading": "Connect, Provision, and Audit Any Application",
      "headingHtml": "<h2 class=\"font-bold text-gray-900 md:!leading-snug text-3xl md:text-4xl\">Connect, Provision, and Audit Any Application</h2>",
      "firstParagraph": "Seamless Push-Notification Workflow Approvals Effortlessly connect, provision, and audit all your applications using Avatier’s powerful push-notification workflow. Streamline your identity and access governance processes with real-time approval workflows that enhance security and speed.",
      "paragraphHtml": "<p style=\"text-align: center;\"><strong>Seamless Push-Notification Workflow Approvals</strong><br> Effortlessly connect, provision, and audit all your applications using Avatier&#x2019;s powerful push-notification workflow. Streamline your identity and access governance processes with real-time approval workflows that enhance security and speed.</p>",
      "words": 34,
      "direct": false,
      "issue": "First paragraph is 34 words and does not look like a concise direct answer."
    },
    {
      "heading": "Fast Start Fixed Bid Implementation Services",
      "headingHtml": "<h3 class=\"md:!leading-snug text-base mb-3 font-inter font-semibold text-white\">Fast Start Fixed Bid Implementation Services</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Enterprise-Grade Identity Security—Built to Scale",
      "headingHtml": "<h2 class=\"font-bold md:!leading-snug text-3xl md:text-4xl text-white\">Enterprise-Grade Identity Security&#x2014;Built to Scale</h2>",
      "firstParagraph": "Continuous Upgrades",
      "paragraphHtml": "<p class=\"lg:!leading-relaxed text-base md:text-lg px-2 tracking-wider transition group-hover:text-primary-200 text-white mt-5\">Continuous Upgrades</p>",
      "words": 2,
      "direct": false,
      "issue": "First paragraph is 2 words and does not look like a concise direct answer."
    },
    {
      "heading": "Solutions",
      "headingHtml": "<h3 class=\"md:!leading-snug text-base mb-3 font-inter font-semibold text-white\">Solutions</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Innovative Organizations Choose Avatier",
      "headingHtml": "<h2 class=\"font-bold md:!leading-snug text-3xl md:text-4xl text-white\">Innovative Organizations Choose Avatier</h2>",
      "firstParagraph": "Financial",
      "paragraphHtml": "<p class=\"lg:!leading-relaxed text-base md:text-lg mt-5 px-2 tracking-wider transition group-hover:text-primary-200\">Financial</p>",
      "words": 1,
      "direct": false,
      "issue": "First paragraph is 1 words and does not look like a concise direct answer."
    },
    {
      "heading": "Identity Framework Core",
      "headingHtml": "<h2 class=\"font-bold md:!leading-snug text-3xl md:text-4xl text-white\">Identity Framework Core</h2>",
      "firstParagraph": "Architecture",
      "paragraphHtml": "<p class=\"lg:!leading-relaxed text-base md:text-lg px-2 tracking-wider transition group-hover:text-primary-200 text-white mt-5\">Architecture</p>",
      "words": 1,
      "direct": false,
      "issue": "First paragraph is 1 words and does not look like a concise direct answer."
    },
    {
      "heading": "Company",
      "headingHtml": "<h2 class=\"md:!leading-snug text-base md:text-lg mb-4 font-semibold tracking-wider text-gray\">Company</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Help links",
      "headingHtml": "<h2 class=\"font-bold md:!leading-snug text-base md:text-lg font-semiboldtracking-wider mb-4 text-gray\">Help links</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Legal",
      "headingHtml": "<h2 class=\"md:!leading-snug text-base md:text-lg mb-4 font-semibold tracking-wider text-gray\">Legal</h2>",
      "firstParagraph": "Copyright ©2026 Avatier. All rights reserved.",
      "paragraphHtml": "<p class=\"lg:!leading-relaxed text-base text-center tracking-wider text-gray md:text-left\">Copyright &#xa9;<!-- -->2026<!-- --> Avatier. All rights reserved.</p>",
      "words": 6,
      "direct": false,
      "issue": "First paragraph is 6 words and does not look like a concise direct answer."
    }
  ],
  "score": 65,
  "weight": 28
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

AEO: Question-led structure

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

4 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": 16,
  "questionH2s": [],
  "hasFaq": false,
  "score": 50,
  "weight": 18
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

AIO: Source and trust signals

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

2 Warning

Needs attention

AIO: Source and trust signals

Warning
01

Issue

Missing AIO trust signals: publisher.

Details

02

Why it matters

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

Check name

AIO: Source and trust signals

Score

80/100

Status

warning

Category

GEO, AIO & AEO

Maturity

Emerging recommendation

Goal

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

Result

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

Evidence
{
  "signals": {
    "author": true,
    "publisher": false,
    "freshnessDate": true,
    "aboutOrContact": true,
    "policyLinks": true
  },
  "missing": [
    "publisher"
  ],
  "authorMeta": "Avatier",
  "schemaAuthors": [],
  "schemaPublishers": [],
  "schemaDates": [
    "2024-06-25T06:13:19+00:00",
    "2026-06-01T11:20:09+00:00"
  ],
  "visibleDates": [],
  "aboutLinks": [
    {
      "href": "/products/identity-management/identity-anywhere-spring-2026/",
      "text": "Identity Anywhere Spring 2026 Edition. Find Out More About Avatier",
      "html": "<a target=\"_blank\" rel=\"noopener noreferrer\" href=\"/products/identity-management/identity-anywhere-spring-2026/\" class=\"transition-colors focus:outline-none focus-visible:rounded focus-visible:ring-2 focus-visible:ring-primary focus-visible:ring-offset-2 motion-reduce:transition-none group flex justify-center space-x-3 px-3 py-3 text-center font-inter text-sm text-white\"><span class=\"block grow truncate\">Identity Anywhere Spring 2026 Edition. </span><span class=\"flex shrink-0 items-center tex..."
    },
    {
      "href": "https://hl.avatier.com/wp-content/uploads/2025/06/Avatier_Access_Governance_Ebook.pdf",
      "text": "Keep Your Company's Data Safe From Attacks.Unlock More Insights Here",
      "html": "<a target=\"_blank\" rel=\"noopener noreferrer\" href=\"https://hl.avatier.com/wp-content/uploads/2025/06/Avatier_Access_Governance_Ebook.pdf\" class=\"transition-colors focus:outline-none focus-visible:rounded focus-visible:ring-2 focus-visible:ring-primary focus-visible:ring-offset-2 motion-reduce:transition-none group flex justify-center space-x-3 px-3 py-3 text-center font-inter text-sm text-white\"><span class=\"block grow truncate\">Keep Your Company&apos;s Data Safe From Attacks.</span><span cla..."
    },
    {
      "href": "https://www.avatier.com/ios/",
      "text": "Learn more about Avatier for iOS",
      "html": "<a class=\"transition-colors motion-reduce:transition-none inline-flex items-center font-medium hover:text-primary-500 focus:text-primary-500 focus:outline-none focus-visible:rounded focus-visible:ring focus-visible:ring-primary-500 focus-visible:ring-offset-2 text-primary-600\" href=\"https://www.avatier.com/ios/\">Learn more about Avatier for iOS</a>"
    },
    {
      "href": "https://www.avatier.com/android/",
      "text": "Learn more about Avatier for Android",
      "html": "<a class=\"transition-colors motion-reduce:transition-none inline-flex items-center font-medium hover:text-primary-500 focus:text-primary-500 focus:outline-none focus-visible:rounded focus-visible:ring focus-visible:ring-primary-500 focus-visible:ring-offset-2 text-primary-600\" href=\"https://www.avatier.com/android/\">Learn more about Avatier for Android</a>"
    },
    {
      "href": "https://www.avatier.com/chrome/",
      "text": "Learn more about Avatier for Chrome",
      "html": "<a class=\"transition-colors motion-reduce:transition-none inline-flex items-center font-medium hover:text-primary-500 focus:text-primary-500 focus:outline-none focus-visible:rounded focus-visible:ring focus-visible:ring-primary-500 focus-visible:ring-offset-2 text-primary-600\" href=\"https://www.avatier.com/chrome/\">Learn more about Avatier for Chrome</a>"
    },
    {
      "href": "https://www.avatier.com/outlook/",
      "text": "Learn more about Avatier for Outlook",
      "html": "<a class=\"transition-colors motion-reduce:transition-none inline-flex items-center font-medium hover:text-primary-500 focus:text-primary-500 focus:outline-none focus-visible:rounded focus-visible:ring focus-visible:ring-primary-500 focus-visible:ring-offset-2 text-primary-600\" href=\"https://www.avatier.com/outlook/\">Learn more about Avatier for Outlook</a>"
    },
    {
      "href": "https://www.avatier.com/teams/",
      "text": "Learn more about Avatier for Microsoft Teams",
      "html": "<a class=\"transition-colors motion-reduce:transition-none inline-flex items-center font-medium hover:text-primary-500 focus:text-primary-500 focus:outline-none focus-visible:rounded focus-visible:ring focus-visible:ring-primary-500 focus-visible:ring-offset-2 text-primary-600\" href=\"https://www.avatier.com/teams/\">Learn more about Avatier for Microsoft Teams</a>"
    },
    {
      "href": "https://www.avatier.com/servicenow/",
      "text": "Learn more about Avatier for ServiceNow",
      "html": "<a class=\"transition-colors motion-reduce:transition-none inline-flex items-center font-medium hover:text-primary-500 focus:text-primary-500 focus:outline-none focus-visible:rounded focus-visible:ring focus-visible:ring-primary-500 focus-visible:ring-offset-2 text-primary-600\" href=\"https://www.avatier.com/servicenow/\">Learn more about Avatier for ServiceNow</a>"
    },
    {
      "href": "https://slack.com/apps/AEPJE0UQZ-avatier-for-slack",
      "text": "Learn more about Avatier for Slack",
      "html": "<a target=\"_blank\" rel=\"noopener noreferrer\" href=\"https://slack.com/apps/AEPJE0UQZ-avatier-for-slack\" class=\"transition-colors motion-reduce:transition-none inline-flex items-center font-medium hover:text-primary-500 focus:text-primary-500 focus:outline-none focus-visible:rounded focus-visible:ring focus-visible:ring-primary-500 focus-visible:ring-offset-2 text-primary-600\">Learn more about Avatier for Slack</a>"
    },
    {
      "href": "https://www.avatier.com/platforms/",
      "text": "Learn more about Avatier for Skype",
      "html": "<a class=\"transition-colors motion-reduce:transition-none inline-flex items-center font-medium hover:text-primary-500 focus:text-primary-500 focus:outline-none focus-visible:rounded focus-visible:ring focus-visible:ring-primary-500 focus-visible:ring-offset-2 text-primary-600\" href=\"https://www.avatier.com/platforms/\">Learn more about Avatier for Skype</a>"
    },
    {
      "href": "https://www.avatier.com/platforms/",
      "text": "Learn more about Avatier for Meta Messenger",
      "html": "<a class=\"transition-colors motion-reduce:transition-none inline-flex items-center font-medium hover:text-primary-500 focus:text-primary-500 focus:outline-none focus-visible:rounded focus-visible:ring focus-visible:ring-primary-500 focus-visible:ring-offset-2 text-primary-600\" href=\"https://www.avatier.com/platforms/\">Learn more about Avatier for Meta Messenger</a>"
    },
    {
      "href": "https://www.avatier.com/platforms/",
      "text": "Learn more about Avatier support for SMS",
      "html": "<a class=\"transition-colors motion-reduce:transition-none inline-flex items-center font-medium hover:text-primary-500 focus:text-primary-500 focus:outline-none focus-visible:rounded focus-visible:ring focus-visible:ring-primary-500 focus-visible:ring-offset-2 text-primary-600\" href=\"https://www.avatier.com/platforms/\">Learn more about Avatier support for SMS</a>"
    },
    {
      "href": "/products/",
      "text": "More About Avatier's Suite",
      "html": "<a class=\"motion-reduce:transition-none cursor-pointer inline-flex items-center justify-center font-inter font-bold rounded-lg shadow-sm focus:outline-none focus-visible:rounded-xl focus-visible:ring-2 focus-visible:ring-primary-500 focus-visible:ring-offset-2 transition-colors disabled:cursor-not-allowed py-3 px-2 sm:px-5 text-base bg-primary-500 text-white border border-primary-500 hover:bg-primary-600 hover:text-white active:bg-primary-600 disabled:bg-primary-50 disabled:hover:bg-primary-5..."
    },
    {
      "href": "https://www.avatier.com/company/",
      "text": "About us",
      "html": "<a class=\"transition-colors focus:outline-none focus-visible:rounded focus-visible:ring-2 focus-visible:ring-primary focus-visible:ring-offset-2 motion-reduce:transition-none text-sm tracking-wider text-gray-600 hover:text-primary focus:text-primary\" href=\"https://www.avatier.com/company/\">About us</a>"
    },
    {
      "href": "https://www.linkedin.com/company/avatier",
      "text": "",
      "html": "<a target=\"_blank\" rel=\"noopener noreferrer\" href=\"https://www.linkedin.com/company/avatier\" class=\"focus:outline-none focus-visible:rounded focus-visible:ring-2 focus-visible:ring-primary focus-visible:ring-offset-2 motion-reduce:transition-none inline-flex text-gray transition-colors hover:text-primary\" aria-label=\"Linkedin\"><svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 24 24\" class=\"h-6 w-6\"><path fill=\"currentColor\" d=\"M22.223 0H1.772C.792 0 0 .773 0 1.73v20.536C0 23.22..."
    }
  ],
  "contactLinks": [
    {
      "href": "https://www.avatier.com/contact-sales/",
      "text": "Contact Sales",
      "html": "<a class=\"transition-colors focus-visible:rounded motion-reduce:transition-none hover:text-primary focus:text-primary focus:outline-none focus-visible:ring-2 focus-visible:ring-primary-500 focus-visible:ring-offset-2\" href=\"https://www.avatier.com/contact-sales/\">Contact Sales</a>"
    },
    {
      "href": "https://www.avatier.com/support/",
      "text": "Support",
      "html": "<a class=\"transition-colors focus-visible:rounded motion-reduce:transition-none hover:text-primary focus:text-primary focus:outline-none focus-visible:ring-2 focus-visible:ring-primary-500 focus-visible:ring-offset-2\" href=\"https://www.avatier.com/support/\">Support</a>"
    },
    {
      "href": "https://www.avatier.com/platforms/",
      "text": "Learn more about Avatier support for SMS",
      "html": "<a class=\"transition-colors motion-reduce:transition-none inline-flex items-center font-medium hover:text-primary-500 focus:text-primary-500 focus:outline-none focus-visible:rounded focus-visible:ring focus-visible:ring-primary-500 focus-visible:ring-offset-2 text-primary-600\" href=\"https://www.avatier.com/platforms/\">Learn more about Avatier support for SMS</a>"
    },
    {
      "href": "https://www.avatier.com/contact-sales/",
      "text": "Get Up and Running",
      "html": "<a class=\"motion-reduce:transition-none cursor-pointer inline-flex items-center justify-center font-inter font-bold rounded-lg shadow-sm focus:outline-none focus-visible:rounded-xl focus-visible:ring-2 focus-visible:ring-primary-500 focus-visible:ring-offset-2 transition-colors disabled:cursor-not-allowed px-7 py-4 text-lg bg-primary-500 text-white border border-primary-500 hover:bg-primary-600 hover:text-white active:bg-primary-600 disabled:bg-primary-50 disabled:hover:bg-primary-50 disabled..."
    },
    {
      "href": "/trial/",
      "text": "Around the Clock Support",
      "html": "<a class=\"transition-colors focus:outline-none focus-visible:rounded focus-visible:ring-2 focus-visible:ring-primary focus-visible:ring-offset-2 motion-reduce:transition-none group flex max-w-[150px] flex-col\" href=\"/trial/\"><div class=\"mx-auto flex h-36 w-36 items-center justify-center sm:h-[150] sm:w-[150]\"><img alt=\"24-7 Support\" loading=\"lazy\" width=\"150\" height=\"150\" decoding=\"async\" data-nimg=\"1\" style=\"color:transparent\" src=\"https://hl.avatier.com/wp-content/uploads/2024/06/clock.svg\"..."
    },
    {
      "href": "https://www.avatier.com/products/identity-management/shared-services/#appsupport",
      "text": "Connectors",
      "html": "<a class=\"transition-colors focus:outline-none focus-visible:rounded focus-visible:ring-2 focus-visible:ring-primary focus-visible:ring-offset-2 motion-reduce:transition-none group flex max-w-[150px] flex-col\" href=\"https://www.avatier.com/products/identity-management/shared-services/#appsupport\"><div class=\"mx-auto flex h-36 w-36 items-center justify-center sm:h-[150] sm:w-[150]\"><img alt=\"Connectors-Mono\" loading=\"lazy\" width=\"150\" height=\"150\" decoding=\"async\" data-nimg=\"1\" style=\"color:tr..."
    },
    {
      "href": "https://www.avatier.com/support/",
      "text": "Support",
      "html": "<a class=\"transition-colors focus:outline-none focus-visible:rounded focus-visible:ring-2 focus-visible:ring-primary focus-visible:ring-offset-2 motion-reduce:transition-none text-sm tracking-wider text-gray-600 hover:text-primary focus:text-primary\" href=\"https://www.avatier.com/support/\">Support</a>"
    },
    {
      "href": "https://www.avatier.com/support/resource-center/",
      "text": "Resources",
      "html": "<a class=\"transition-colors focus:outline-none focus-visible:rounded focus-visible:ring-2 focus-visible:ring-primary focus-visible:ring-offset-2 motion-reduce:transition-none text-sm tracking-wider text-gray-600 hover:text-primary focus:text-primary\" href=\"https://www.avatier.com/support/resource-center/\">Resources</a>"
    },
    {
      "href": "https://www.avatier.com/contact/",
      "text": "Contact",
      "html": "<a class=\"transition-colors focus:outline-none focus-visible:rounded focus-visible:ring-2 focus-visible:ring-primary focus-visible:ring-offset-2 motion-reduce:transition-none text-sm tracking-wider text-gray-600 hover:text-primary focus:text-primary\" href=\"https://www.avatier.com/contact/\">Contact</a>"
    }
  ],
  "privacyLinks": [
    {
      "href": "https://trust.avatier.com",
      "text": "Avatier Security, Privacy & ComplianceAvatier Security Trust Center",
      "html": "<a target=\"_blank\" rel=\"noopener noreferrer\" href=\"https://trust.avatier.com\" class=\"transition-colors focus:outline-none focus-visible:rounded focus-visible:ring-2 focus-visible:ring-primary focus-visible:ring-offset-2 motion-reduce:transition-none group flex justify-center space-x-3 px-3 py-3 text-center font-inter text-sm text-white\"><span class=\"block grow truncate\">Avatier Security, Privacy &amp; Compliance</span><span class=\"flex shrink-0 items-center text-xs underline transition-all gr..."
    },
    {
      "href": "https://www.avatier.com/terms/",
      "text": "Terms",
      "html": "<a class=\"transition-colors focus:outline-none focus-visible:rounded focus-visible:ring-2 focus-visible:ring-primary focus-visible:ring-offset-2 motion-reduce:transition-none text-sm tracking-wider text-gray-600 hover:text-primary focus:text-primary\" href=\"https://www.avatier.com/terms/\">Terms</a>"
    },
    {
      "href": "https://www.avatier.com/privacy/",
      "text": "Privacy",
      "html": "<a class=\"transition-colors focus:outline-none focus-visible:rounded focus-visible:ring-2 focus-visible:ring-primary focus-visible:ring-offset-2 motion-reduce:transition-none text-sm tracking-wider text-gray-600 hover:text-primary focus:text-primary\" href=\"https://www.avatier.com/privacy/\">Privacy</a>"
    }
  ],
  "score": 80,
  "weight": 20
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

AEO: Answer evidence and trust

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

2 Warning

Needs attention

AEO: Answer evidence and trust

Warning
01

Issue

Missing AIO trust signals: publisher.

Details

02

Why it matters

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

Check name

AEO: Answer evidence and trust

Score

80/100

Status

warning

Category

GEO, AIO & AEO

Maturity

Emerging recommendation

Goal

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

Result

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

Evidence
{
  "signals": {
    "author": true,
    "publisher": false,
    "freshnessDate": true,
    "aboutOrContact": true,
    "policyLinks": true
  },
  "missing": [
    "publisher"
  ],
  "authorMeta": "Avatier",
  "schemaAuthors": [],
  "schemaPublishers": [],
  "schemaDates": [
    "2024-06-25T06:13:19+00:00",
    "2026-06-01T11:20:09+00:00"
  ],
  "visibleDates": [],
  "aboutLinks": [
    {
      "href": "/products/identity-management/identity-anywhere-spring-2026/",
      "text": "Identity Anywhere Spring 2026 Edition. Find Out More About Avatier",
      "html": "<a target=\"_blank\" rel=\"noopener noreferrer\" href=\"/products/identity-management/identity-anywhere-spring-2026/\" class=\"transition-colors focus:outline-none focus-visible:rounded focus-visible:ring-2 focus-visible:ring-primary focus-visible:ring-offset-2 motion-reduce:transition-none group flex justify-center space-x-3 px-3 py-3 text-center font-inter text-sm text-white\"><span class=\"block grow truncate\">Identity Anywhere Spring 2026 Edition. </span><span class=\"flex shrink-0 items-center tex..."
    },
    {
      "href": "https://hl.avatier.com/wp-content/uploads/2025/06/Avatier_Access_Governance_Ebook.pdf",
      "text": "Keep Your Company's Data Safe From Attacks.Unlock More Insights Here",
      "html": "<a target=\"_blank\" rel=\"noopener noreferrer\" href=\"https://hl.avatier.com/wp-content/uploads/2025/06/Avatier_Access_Governance_Ebook.pdf\" class=\"transition-colors focus:outline-none focus-visible:rounded focus-visible:ring-2 focus-visible:ring-primary focus-visible:ring-offset-2 motion-reduce:transition-none group flex justify-center space-x-3 px-3 py-3 text-center font-inter text-sm text-white\"><span class=\"block grow truncate\">Keep Your Company&apos;s Data Safe From Attacks.</span><span cla..."
    },
    {
      "href": "https://www.avatier.com/ios/",
      "text": "Learn more about Avatier for iOS",
      "html": "<a class=\"transition-colors motion-reduce:transition-none inline-flex items-center font-medium hover:text-primary-500 focus:text-primary-500 focus:outline-none focus-visible:rounded focus-visible:ring focus-visible:ring-primary-500 focus-visible:ring-offset-2 text-primary-600\" href=\"https://www.avatier.com/ios/\">Learn more about Avatier for iOS</a>"
    },
    {
      "href": "https://www.avatier.com/android/",
      "text": "Learn more about Avatier for Android",
      "html": "<a class=\"transition-colors motion-reduce:transition-none inline-flex items-center font-medium hover:text-primary-500 focus:text-primary-500 focus:outline-none focus-visible:rounded focus-visible:ring focus-visible:ring-primary-500 focus-visible:ring-offset-2 text-primary-600\" href=\"https://www.avatier.com/android/\">Learn more about Avatier for Android</a>"
    },
    {
      "href": "https://www.avatier.com/chrome/",
      "text": "Learn more about Avatier for Chrome",
      "html": "<a class=\"transition-colors motion-reduce:transition-none inline-flex items-center font-medium hover:text-primary-500 focus:text-primary-500 focus:outline-none focus-visible:rounded focus-visible:ring focus-visible:ring-primary-500 focus-visible:ring-offset-2 text-primary-600\" href=\"https://www.avatier.com/chrome/\">Learn more about Avatier for Chrome</a>"
    },
    {
      "href": "https://www.avatier.com/outlook/",
      "text": "Learn more about Avatier for Outlook",
      "html": "<a class=\"transition-colors motion-reduce:transition-none inline-flex items-center font-medium hover:text-primary-500 focus:text-primary-500 focus:outline-none focus-visible:rounded focus-visible:ring focus-visible:ring-primary-500 focus-visible:ring-offset-2 text-primary-600\" href=\"https://www.avatier.com/outlook/\">Learn more about Avatier for Outlook</a>"
    },
    {
      "href": "https://www.avatier.com/teams/",
      "text": "Learn more about Avatier for Microsoft Teams",
      "html": "<a class=\"transition-colors motion-reduce:transition-none inline-flex items-center font-medium hover:text-primary-500 focus:text-primary-500 focus:outline-none focus-visible:rounded focus-visible:ring focus-visible:ring-primary-500 focus-visible:ring-offset-2 text-primary-600\" href=\"https://www.avatier.com/teams/\">Learn more about Avatier for Microsoft Teams</a>"
    },
    {
      "href": "https://www.avatier.com/servicenow/",
      "text": "Learn more about Avatier for ServiceNow",
      "html": "<a class=\"transition-colors motion-reduce:transition-none inline-flex items-center font-medium hover:text-primary-500 focus:text-primary-500 focus:outline-none focus-visible:rounded focus-visible:ring focus-visible:ring-primary-500 focus-visible:ring-offset-2 text-primary-600\" href=\"https://www.avatier.com/servicenow/\">Learn more about Avatier for ServiceNow</a>"
    },
    {
      "href": "https://slack.com/apps/AEPJE0UQZ-avatier-for-slack",
      "text": "Learn more about Avatier for Slack",
      "html": "<a target=\"_blank\" rel=\"noopener noreferrer\" href=\"https://slack.com/apps/AEPJE0UQZ-avatier-for-slack\" class=\"transition-colors motion-reduce:transition-none inline-flex items-center font-medium hover:text-primary-500 focus:text-primary-500 focus:outline-none focus-visible:rounded focus-visible:ring focus-visible:ring-primary-500 focus-visible:ring-offset-2 text-primary-600\">Learn more about Avatier for Slack</a>"
    },
    {
      "href": "https://www.avatier.com/platforms/",
      "text": "Learn more about Avatier for Skype",
      "html": "<a class=\"transition-colors motion-reduce:transition-none inline-flex items-center font-medium hover:text-primary-500 focus:text-primary-500 focus:outline-none focus-visible:rounded focus-visible:ring focus-visible:ring-primary-500 focus-visible:ring-offset-2 text-primary-600\" href=\"https://www.avatier.com/platforms/\">Learn more about Avatier for Skype</a>"
    },
    {
      "href": "https://www.avatier.com/platforms/",
      "text": "Learn more about Avatier for Meta Messenger",
      "html": "<a class=\"transition-colors motion-reduce:transition-none inline-flex items-center font-medium hover:text-primary-500 focus:text-primary-500 focus:outline-none focus-visible:rounded focus-visible:ring focus-visible:ring-primary-500 focus-visible:ring-offset-2 text-primary-600\" href=\"https://www.avatier.com/platforms/\">Learn more about Avatier for Meta Messenger</a>"
    },
    {
      "href": "https://www.avatier.com/platforms/",
      "text": "Learn more about Avatier support for SMS",
      "html": "<a class=\"transition-colors motion-reduce:transition-none inline-flex items-center font-medium hover:text-primary-500 focus:text-primary-500 focus:outline-none focus-visible:rounded focus-visible:ring focus-visible:ring-primary-500 focus-visible:ring-offset-2 text-primary-600\" href=\"https://www.avatier.com/platforms/\">Learn more about Avatier support for SMS</a>"
    },
    {
      "href": "/products/",
      "text": "More About Avatier's Suite",
      "html": "<a class=\"motion-reduce:transition-none cursor-pointer inline-flex items-center justify-center font-inter font-bold rounded-lg shadow-sm focus:outline-none focus-visible:rounded-xl focus-visible:ring-2 focus-visible:ring-primary-500 focus-visible:ring-offset-2 transition-colors disabled:cursor-not-allowed py-3 px-2 sm:px-5 text-base bg-primary-500 text-white border border-primary-500 hover:bg-primary-600 hover:text-white active:bg-primary-600 disabled:bg-primary-50 disabled:hover:bg-primary-5..."
    },
    {
      "href": "https://www.avatier.com/company/",
      "text": "About us",
      "html": "<a class=\"transition-colors focus:outline-none focus-visible:rounded focus-visible:ring-2 focus-visible:ring-primary focus-visible:ring-offset-2 motion-reduce:transition-none text-sm tracking-wider text-gray-600 hover:text-primary focus:text-primary\" href=\"https://www.avatier.com/company/\">About us</a>"
    },
    {
      "href": "https://www.linkedin.com/company/avatier",
      "text": "",
      "html": "<a target=\"_blank\" rel=\"noopener noreferrer\" href=\"https://www.linkedin.com/company/avatier\" class=\"focus:outline-none focus-visible:rounded focus-visible:ring-2 focus-visible:ring-primary focus-visible:ring-offset-2 motion-reduce:transition-none inline-flex text-gray transition-colors hover:text-primary\" aria-label=\"Linkedin\"><svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 24 24\" class=\"h-6 w-6\"><path fill=\"currentColor\" d=\"M22.223 0H1.772C.792 0 0 .773 0 1.73v20.536C0 23.22..."
    }
  ],
  "contactLinks": [
    {
      "href": "https://www.avatier.com/contact-sales/",
      "text": "Contact Sales",
      "html": "<a class=\"transition-colors focus-visible:rounded motion-reduce:transition-none hover:text-primary focus:text-primary focus:outline-none focus-visible:ring-2 focus-visible:ring-primary-500 focus-visible:ring-offset-2\" href=\"https://www.avatier.com/contact-sales/\">Contact Sales</a>"
    },
    {
      "href": "https://www.avatier.com/support/",
      "text": "Support",
      "html": "<a class=\"transition-colors focus-visible:rounded motion-reduce:transition-none hover:text-primary focus:text-primary focus:outline-none focus-visible:ring-2 focus-visible:ring-primary-500 focus-visible:ring-offset-2\" href=\"https://www.avatier.com/support/\">Support</a>"
    },
    {
      "href": "https://www.avatier.com/platforms/",
      "text": "Learn more about Avatier support for SMS",
      "html": "<a class=\"transition-colors motion-reduce:transition-none inline-flex items-center font-medium hover:text-primary-500 focus:text-primary-500 focus:outline-none focus-visible:rounded focus-visible:ring focus-visible:ring-primary-500 focus-visible:ring-offset-2 text-primary-600\" href=\"https://www.avatier.com/platforms/\">Learn more about Avatier support for SMS</a>"
    },
    {
      "href": "https://www.avatier.com/contact-sales/",
      "text": "Get Up and Running",
      "html": "<a class=\"motion-reduce:transition-none cursor-pointer inline-flex items-center justify-center font-inter font-bold rounded-lg shadow-sm focus:outline-none focus-visible:rounded-xl focus-visible:ring-2 focus-visible:ring-primary-500 focus-visible:ring-offset-2 transition-colors disabled:cursor-not-allowed px-7 py-4 text-lg bg-primary-500 text-white border border-primary-500 hover:bg-primary-600 hover:text-white active:bg-primary-600 disabled:bg-primary-50 disabled:hover:bg-primary-50 disabled..."
    },
    {
      "href": "/trial/",
      "text": "Around the Clock Support",
      "html": "<a class=\"transition-colors focus:outline-none focus-visible:rounded focus-visible:ring-2 focus-visible:ring-primary focus-visible:ring-offset-2 motion-reduce:transition-none group flex max-w-[150px] flex-col\" href=\"/trial/\"><div class=\"mx-auto flex h-36 w-36 items-center justify-center sm:h-[150] sm:w-[150]\"><img alt=\"24-7 Support\" loading=\"lazy\" width=\"150\" height=\"150\" decoding=\"async\" data-nimg=\"1\" style=\"color:transparent\" src=\"https://hl.avatier.com/wp-content/uploads/2024/06/clock.svg\"..."
    },
    {
      "href": "https://www.avatier.com/products/identity-management/shared-services/#appsupport",
      "text": "Connectors",
      "html": "<a class=\"transition-colors focus:outline-none focus-visible:rounded focus-visible:ring-2 focus-visible:ring-primary focus-visible:ring-offset-2 motion-reduce:transition-none group flex max-w-[150px] flex-col\" href=\"https://www.avatier.com/products/identity-management/shared-services/#appsupport\"><div class=\"mx-auto flex h-36 w-36 items-center justify-center sm:h-[150] sm:w-[150]\"><img alt=\"Connectors-Mono\" loading=\"lazy\" width=\"150\" height=\"150\" decoding=\"async\" data-nimg=\"1\" style=\"color:tr..."
    },
    {
      "href": "https://www.avatier.com/support/",
      "text": "Support",
      "html": "<a class=\"transition-colors focus:outline-none focus-visible:rounded focus-visible:ring-2 focus-visible:ring-primary focus-visible:ring-offset-2 motion-reduce:transition-none text-sm tracking-wider text-gray-600 hover:text-primary focus:text-primary\" href=\"https://www.avatier.com/support/\">Support</a>"
    },
    {
      "href": "https://www.avatier.com/support/resource-center/",
      "text": "Resources",
      "html": "<a class=\"transition-colors focus:outline-none focus-visible:rounded focus-visible:ring-2 focus-visible:ring-primary focus-visible:ring-offset-2 motion-reduce:transition-none text-sm tracking-wider text-gray-600 hover:text-primary focus:text-primary\" href=\"https://www.avatier.com/support/resource-center/\">Resources</a>"
    },
    {
      "href": "https://www.avatier.com/contact/",
      "text": "Contact",
      "html": "<a class=\"transition-colors focus:outline-none focus-visible:rounded focus-visible:ring-2 focus-visible:ring-primary focus-visible:ring-offset-2 motion-reduce:transition-none text-sm tracking-wider text-gray-600 hover:text-primary focus:text-primary\" href=\"https://www.avatier.com/contact/\">Contact</a>"
    }
  ],
  "privacyLinks": [
    {
      "href": "https://trust.avatier.com",
      "text": "Avatier Security, Privacy & ComplianceAvatier Security Trust Center",
      "html": "<a target=\"_blank\" rel=\"noopener noreferrer\" href=\"https://trust.avatier.com\" class=\"transition-colors focus:outline-none focus-visible:rounded focus-visible:ring-2 focus-visible:ring-primary focus-visible:ring-offset-2 motion-reduce:transition-none group flex justify-center space-x-3 px-3 py-3 text-center font-inter text-sm text-white\"><span class=\"block grow truncate\">Avatier Security, Privacy &amp; Compliance</span><span class=\"flex shrink-0 items-center text-xs underline transition-all gr..."
    },
    {
      "href": "https://www.avatier.com/terms/",
      "text": "Terms",
      "html": "<a class=\"transition-colors focus:outline-none focus-visible:rounded focus-visible:ring-2 focus-visible:ring-primary focus-visible:ring-offset-2 motion-reduce:transition-none text-sm tracking-wider text-gray-600 hover:text-primary focus:text-primary\" href=\"https://www.avatier.com/terms/\">Terms</a>"
    },
    {
      "href": "https://www.avatier.com/privacy/",
      "text": "Privacy",
      "html": "<a class=\"transition-colors focus:outline-none focus-visible:rounded focus-visible:ring-2 focus-visible:ring-primary focus-visible:ring-offset-2 motion-reduce:transition-none text-sm tracking-wider text-gray-600 hover:text-primary focus:text-primary\" href=\"https://www.avatier.com/privacy/\">Privacy</a>"
    }
  ],
  "score": 80,
  "weight": 22
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

AIO: Visible structured data match

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

2 Warning

Needs attention

AIO: Visible structured data match

Warning
01

Issue

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

Details

02

Why it matters

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

Check name

AIO: Visible structured data match

Score

83/100

Status

warning

Category

GEO, AIO & AEO

Maturity

Emerging recommendation

Goal

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

Result

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

Evidence
{
  "schemaCount": 5,
  "checkedFields": [
    {
      "path": "$[0].@graph[0].name",
      "value": "AI Powered IAM & Security Solutions - Avatier"
    },
    {
      "path": "$[0].@graph[0].description",
      "value": "Avatier's conversational AI powered identity access management solutions automate security & compliance for enterprises. Lowest cost, fastest deployment in IAM."
    },
    {
      "path": "$[0].@graph[1].itemListElement[0].name",
      "value": "Home"
    },
    {
      "path": "$[0].@graph[2].name",
      "value": "Avatier"
    },
    {
      "path": "$[0].@graph[2].description",
      "value": "Avatier identity management software automates IT operations and corporate compliance of user provisioning, identity access management, corporate governance, enterprise risk management and password management. Quickly build, deploy, and operate with API."
    },
    {
      "path": "$[0].@graph[3].name",
      "value": "Avatier"
    },
    {
      "path": "$[1].name",
      "value": "AI Powered IAM & Security Solutions - Avatier"
    },
    {
      "path": "$[1].description",
      "value": "Avatier's conversational AI powered identity access management solutions automate security & compliance for enterprises. Lowest cost, fastest deployment in IAM."
    },
    {
      "path": "$[2].itemListElement[0].name",
      "value": "Home"
    },
    {
      "path": "$[3].name",
      "value": "Avatier"
    },
    {
      "path": "$[3].description",
      "value": "Avatier identity management software automates IT operations and corporate compliance of user provisioning, identity access management, corporate governance, enterprise risk management and password management. Quickly build, deploy, and operate with API."
    },
    {
      "path": "$[4].name",
      "value": "Avatier"
    }
  ],
  "mismatches": [
    {
      "path": "$[0].@graph[1].itemListElement[0].name",
      "value": "Home"
    },
    {
      "path": "$[2].itemListElement[0].name",
      "value": "Home"
    }
  ],
  "score": 83,
  "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

33 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": 33,
  "passing": 0,
  "failing": [
    {
      "heading": "INITIAL DEPLOYMENT INCLUDED. NO SERVICE FEES.Get everything you need to secure your workforce: • Self-Service Password & Access Management • Lifecycle Automation, Access Governance & SSO • AI-Powered Identity Security with Automated Workflow • Private Cloud. Fast Deployment. Zero Setup Fees. One platform. One codebase. Runs on any device—Teams, Outlook, iOS, Android, and more. Every license includes deployment, expert training, and certification through Avatier University. *Starting at $25K applies to qualified organizations based on user count, deployment scope, and licensing terms. Contact Avatier to confirm eligibility and receive a customized quote.",
      "headingHtml": "<h2 class=\"md:!leading-snug text-xl md:text-2xl font-heading font-semibold tracking-wide text-white lg:max-w-3xl\">INITIAL DEPLOYMENT INCLUDED. NO SERVICE FEES.<br><br>Get everything you need to secure your workforce:<br> &#xa0;&#xa0;&#xa0;&#xa0;&#x2022; Self-Service Password &amp; Access Management<br> &#xa0;&#xa0;&#xa0;&#xa0;&#x2022; Lifecycle Automation, Access Governance &amp; SSO<br> &#xa0;&#xa0;&#xa0;&#xa0;&#x2022; AI-Powered Identity Security with Automated Workflow<br> &#xa0;&#xa0;&#xa...",
      "firstParagraph": "Cloud-Hosted",
      "paragraphHtml": "<p class=\"lg:!leading-relaxed text-lg md:text-2xl font-semibold\">Cloud-Hosted</p>",
      "words": 1,
      "direct": false,
      "issue": "First paragraph is 1 words and does not look like a concise direct answer."
    },
    {
      "heading": "Future-Proof Your Identity Management",
      "headingHtml": "<h2 class=\"font-bold text-gray-900 md:!leading-snug text-3xl md:text-4xl\">Future-Proof Your Identity Management</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Bring Your Own Directory (BYOD)",
      "headingHtml": "<h2 class=\"font-bold text-gray-900 md:!leading-snug text-xl md:text-2xl mb-2\">Bring Your Own Directory (BYOD)</h2>",
      "firstParagraph": "Eliminate unnecessary complexity and administration. Keep your identity data on-premise while leveraging an AI powered cloud-based identity solution for seamless access and governance.",
      "paragraphHtml": "<p>Eliminate unnecessary complexity and administration. Keep your identity data on-premise while leveraging an AI powered cloud-based identity solution for seamless access and governance.</p>",
      "words": 23,
      "direct": false,
      "issue": "First paragraph is 23 words and does not look like a concise direct answer."
    },
    {
      "heading": "Secure Self-Service Password Reset & Passwordless Identity Management",
      "headingHtml": "<h2 class=\"font-bold text-gray-900 md:!leading-snug text-xl md:text-2xl mb-2\">Secure Self-Service Password Reset &amp; Passwordless Identity Management</h2>",
      "firstParagraph": "Empower users with frictionless, self-service password reset and passwordless authentication across all applications. Avatier integrates with all leading MFA providers — Duo, FIDO2, Microsoft Authenticator, Google Authenticator, PingID, and more — strengthening identity governance with next-gen security.",
      "paragraphHtml": "<p>Empower users with frictionless, self-service password reset and passwordless authentication across all applications. Avatier integrates with all leading MFA providers &#x2014; Duo, FIDO2, Microsoft Authenticator, Google Authenticator, PingID, and more &#x2014; strengthening identity governance with next-gen security.</p>",
      "words": 35,
      "direct": false,
      "issue": "First paragraph is 35 words and does not look like a concise direct answer."
    },
    {
      "heading": "Introducing Deviceless MFA",
      "headingHtml": "<h2 class=\"font-bold text-gray-900 md:!leading-snug text-xl md:text-2xl mb-2\">Introducing Deviceless MFA</h2>",
      "firstParagraph": "The Identity Challenge Card keeps your workforce verified when devices, apps, and networks go down — no phone, no app, no token required. Air-gapped MFA that covers 100% of workforce & frontline workers, deploys in a day.",
      "paragraphHtml": "<p>The Identity Challenge Card keeps your workforce verified when devices, apps, and networks go down &#x2014; no phone, no app, no token required. Air-gapped MFA that covers 100% of workforce &amp; frontline workers, deploys in a day.</p>",
      "words": 35,
      "direct": false,
      "issue": "First paragraph is 35 words and does not look like a concise direct answer."
    },
    {
      "heading": "Seamless Integrations Across Your Ecosystem",
      "headingHtml": "<h3 class=\"md:!leading-snug text-base mb-3 font-inter font-semibold text-white\">Seamless Integrations Across Your Ecosystem</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Everything is better BEST when identity is built onand deployed using...",
      "headingHtml": "<h2 class=\"font-bold md:!leading-snug text-3xl md:text-4xl text-white\">Everything is <span class=\"strikethrough\">better</span> BEST when identity is built on<br>and deployed using...</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Avatier for Apple iOS",
      "headingHtml": "<h3 class=\"font-bold text-gray-900 md:!leading-snug text-xl md:text-2xl\">Avatier for Apple iOS</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Avatier for Android",
      "headingHtml": "<h3 class=\"font-bold text-gray-900 md:!leading-snug text-xl md:text-2xl\">Avatier for Android</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Avatier for Chrome",
      "headingHtml": "<h3 class=\"font-bold text-gray-900 md:!leading-snug text-xl md:text-2xl\">Avatier for Chrome</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Avatier for Outlook",
      "headingHtml": "<h3 class=\"font-bold text-gray-900 md:!leading-snug text-xl md:text-2xl\">Avatier for Outlook</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Avatier for Teams",
      "headingHtml": "<h3 class=\"font-bold text-gray-900 md:!leading-snug text-xl md:text-2xl\">Avatier for Teams</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Avatier for ServiceNow",
      "headingHtml": "<h3 class=\"font-bold text-gray-900 md:!leading-snug text-xl md:text-2xl\">Avatier for ServiceNow</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Avatier for Slack",
      "headingHtml": "<h3 class=\"font-bold text-gray-900 md:!leading-snug text-xl md:text-2xl\">Avatier for Slack</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Avatier for Skype",
      "headingHtml": "<h3 class=\"font-bold text-gray-900 md:!leading-snug text-xl md:text-2xl\">Avatier for Skype</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Avatier for Meta Messenger",
      "headingHtml": "<h3 class=\"font-bold text-gray-900 md:!leading-snug text-xl md:text-2xl\">Avatier for Meta Messenger</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Avatier for SMS",
      "headingHtml": "<h3 class=\"font-bold text-gray-900 md:!leading-snug text-xl md:text-2xl\">Avatier for SMS</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Avatier for APIs",
      "headingHtml": "<h3 class=\"font-bold text-gray-900 md:!leading-snug text-xl md:text-2xl\">Avatier for APIs</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Avatier for Chat",
      "headingHtml": "<h3 class=\"font-bold text-gray-900 md:!leading-snug text-xl md:text-2xl\">Avatier for Chat</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Empower Your Enterprise with Seamless AI Driven Identity Security",
      "headingHtml": "<h2 class=\"font-bold text-gray-900 md:!leading-snug text-3xl md:text-4xl\">Empower Your Enterprise with Seamless AI Driven Identity Security</h2>",
      "firstParagraph": "Unlock Seamless, Scalable Protection for Every User, Everywhere. Future-proof your security infrastructure with Avatier’s flexible, cloud-based solutions that grow with your organization.",
      "paragraphHtml": "<p style=\"text-align: center;\">Unlock Seamless, Scalable Protection for Every User, Everywhere.<br> Future-proof your security infrastructure with Avatier&#x2019;s flexible, cloud-based solutions that grow with your organization.</p>",
      "words": 23,
      "direct": false,
      "issue": "First paragraph is 23 words and does not look like a concise direct answer."
    },
    {
      "heading": "Own the Future of Identity Security",
      "headingHtml": "<h2 class=\"font-bold text-gray-900 md:!leading-snug text-3xl md:text-4xl\">Own the Future of Identity Security</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "At a Fraction of the Cost of the Magic Quadrant Market Segment Leader",
      "headingHtml": "<h3 class=\"font-bold text-gray-900 md:!leading-snug text-xl md:text-2xl mb-4\">At a Fraction of the Cost of the Magic Quadrant Market Segment Leader</h3>",
      "firstParagraph": "Don’t get caught paying more for less business value.",
      "paragraphHtml": "<p><strong>Don&#x2019;t get caught paying more for less business value.</strong></p>",
      "words": 10,
      "direct": false,
      "issue": "First paragraph is 10 words and does not look like a concise direct answer."
    },
    {
      "heading": "No-Code & Low-Code Customization",
      "headingHtml": "<h2 class=\"font-bold md:!leading-snug text-3xl md:text-4xl text-white\">No-Code &amp; Low-Code Customization</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Built for Non-Programmers—Powered by REST APIs",
      "headingHtml": "<h3 style=\"text-align: center;\" data-start=\"2082\" data-end=\"2138\"><strong data-start=\"2086\" data-end=\"2136\">Built for Non-Programmers&#x2014;Powered by REST APIs</strong></h3>",
      "firstParagraph": "Easily customize identity management with Avatier Anywhere. Enable your team to connect, provision, and audit any application with modern push-notification workflow approvals.",
      "paragraphHtml": "<p style=\"text-align: center;\" data-start=\"2139\" data-end=\"2328\">Easily customize identity management with Avatier Anywhere. Enable your team to connect, provision, and audit any application with modern push-notification workflow approvals.</p>",
      "words": 22,
      "direct": false,
      "issue": "First paragraph is 22 words and does not look like a concise direct answer."
    },
    {
      "heading": "Connect, Provision, and Audit Any Application",
      "headingHtml": "<h2 class=\"font-bold text-gray-900 md:!leading-snug text-3xl md:text-4xl\">Connect, Provision, and Audit Any Application</h2>",
      "firstParagraph": "Seamless Push-Notification Workflow Approvals Effortlessly connect, provision, and audit all your applications using Avatier’s powerful push-notification workflow. Streamline your identity and access governance processes with real-time approval workflows that enhance security and speed.",
      "paragraphHtml": "<p style=\"text-align: center;\"><strong>Seamless Push-Notification Workflow Approvals</strong><br> Effortlessly connect, provision, and audit all your applications using Avatier&#x2019;s powerful push-notification workflow. Streamline your identity and access governance processes with real-time approval workflows that enhance security and speed.</p>",
      "words": 34,
      "direct": false,
      "issue": "First paragraph is 34 words and does not look like a concise direct answer."
    },
    {
      "heading": "Fast Start Fixed Bid Implementation Services",
      "headingHtml": "<h3 class=\"md:!leading-snug text-base mb-3 font-inter font-semibold text-white\">Fast Start Fixed Bid Implementation Services</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Enterprise-Grade Identity Security—Built to Scale",
      "headingHtml": "<h2 class=\"font-bold md:!leading-snug text-3xl md:text-4xl text-white\">Enterprise-Grade Identity Security&#x2014;Built to Scale</h2>",
      "firstParagraph": "Continuous Upgrades",
      "paragraphHtml": "<p class=\"lg:!leading-relaxed text-base md:text-lg px-2 tracking-wider transition group-hover:text-primary-200 text-white mt-5\">Continuous Upgrades</p>",
      "words": 2,
      "direct": false,
      "issue": "First paragraph is 2 words and does not look like a concise direct answer."
    },
    {
      "heading": "Solutions",
      "headingHtml": "<h3 class=\"md:!leading-snug text-base mb-3 font-inter font-semibold text-white\">Solutions</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Innovative Organizations Choose Avatier",
      "headingHtml": "<h2 class=\"font-bold md:!leading-snug text-3xl md:text-4xl text-white\">Innovative Organizations Choose Avatier</h2>",
      "firstParagraph": "Financial",
      "paragraphHtml": "<p class=\"lg:!leading-relaxed text-base md:text-lg mt-5 px-2 tracking-wider transition group-hover:text-primary-200\">Financial</p>",
      "words": 1,
      "direct": false,
      "issue": "First paragraph is 1 words and does not look like a concise direct answer."
    },
    {
      "heading": "Identity Framework Core",
      "headingHtml": "<h2 class=\"font-bold md:!leading-snug text-3xl md:text-4xl text-white\">Identity Framework Core</h2>",
      "firstParagraph": "Architecture",
      "paragraphHtml": "<p class=\"lg:!leading-relaxed text-base md:text-lg px-2 tracking-wider transition group-hover:text-primary-200 text-white mt-5\">Architecture</p>",
      "words": 1,
      "direct": false,
      "issue": "First paragraph is 1 words and does not look like a concise direct answer."
    },
    {
      "heading": "Company",
      "headingHtml": "<h2 class=\"md:!leading-snug text-base md:text-lg mb-4 font-semibold tracking-wider text-gray\">Company</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Help links",
      "headingHtml": "<h2 class=\"font-bold md:!leading-snug text-base md:text-lg font-semiboldtracking-wider mb-4 text-gray\">Help links</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Legal",
      "headingHtml": "<h2 class=\"md:!leading-snug text-base md:text-lg mb-4 font-semibold tracking-wider text-gray\">Legal</h2>",
      "firstParagraph": "Copyright ©2026 Avatier. All rights reserved.",
      "paragraphHtml": "<p class=\"lg:!leading-relaxed text-base text-center tracking-wider text-gray md:text-left\">Copyright &#xa9;<!-- -->2026<!-- --> Avatier. All rights reserved.</p>",
      "words": 6,
      "direct": false,
      "issue": "First paragraph is 6 words and does not look like a concise direct answer."
    }
  ],
  "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

21 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": 867,
  "htmlBytes": 174816,
  "imagesMissingDimensions": [
    {
      "src": "https://hl.avatier.com/wp-content/uploads/2024/06/cloud.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img alt=\"alt\" loading=\"lazy\" decoding=\"async\" data-nimg=\"fill\" class=\"object-contain object-center\" style=\"position:absolute;height:100%;width:100%;left:0;top:0;right:0;bottom:0;color:transparent\" src=\"https://hl.avatier.com/wp-content/uploads/2024/06/cloud.svg\">"
    },
    {
      "src": "https://hl.avatier.com/wp-content/uploads/2024/06/non_hosted.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img alt=\"alt\" loading=\"lazy\" decoding=\"async\" data-nimg=\"fill\" class=\"object-contain object-center\" style=\"position:absolute;height:100%;width:100%;left:0;top:0;right:0;bottom:0;color:transparent\" src=\"https://hl.avatier.com/wp-content/uploads/2024/06/non_hosted.svg\">"
    },
    {
      "src": "https://hl.avatier.com/wp-content/uploads/2024/06/azure.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img alt=\"Microsoft Azure-platform-logo\" loading=\"lazy\" decoding=\"async\" data-nimg=\"fill\" class=\"object-contain object-center\" style=\"position:absolute;height:100%;width:100%;left:0;top:0;right:0;bottom:0;color:transparent\" src=\"https://hl.avatier.com/wp-content/uploads/2024/06/azure.svg\">"
    },
    {
      "src": "https://hl.avatier.com/wp-content/uploads/2024/11/entraid.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img alt=\"Entra ID-platform-logo\" loading=\"lazy\" decoding=\"async\" data-nimg=\"fill\" class=\"object-contain object-center\" style=\"position:absolute;height:100%;width:100%;left:0;top:0;right:0;bottom:0;color:transparent\" src=\"https://hl.avatier.com/wp-content/uploads/2024/11/entraid.svg\">"
    },
    {
      "src": "https://hl.avatier.com/wp-content/uploads/2024/06/aws.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img alt=\"Amazon Web Services-platform-logo\" loading=\"lazy\" decoding=\"async\" data-nimg=\"fill\" class=\"object-contain object-center\" style=\"position:absolute;height:100%;width:100%;left:0;top:0;right:0;bottom:0;color:transparent\" src=\"https://hl.avatier.com/wp-content/uploads/2024/06/aws.svg\">"
    },
    {
      "src": "https://hl.avatier.com/wp-content/uploads/2024/06/google_cloud.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img alt=\"Google Cloud-platform-logo\" loading=\"lazy\" decoding=\"async\" data-nimg=\"fill\" class=\"object-contain object-center\" style=\"position:absolute;height:100%;width:100%;left:0;top:0;right:0;bottom:0;color:transparent\" src=\"https://hl.avatier.com/wp-content/uploads/2024/06/google_cloud.svg\">"
    },
    {
      "src": "https://hl.avatier.com/wp-content/uploads/2024/06/any_cloud.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img alt=\"Any Cloud-platform-logo\" loading=\"lazy\" decoding=\"async\" data-nimg=\"fill\" class=\"object-contain object-center\" style=\"position:absolute;height:100%;width:100%;left:0;top:0;right:0;bottom:0;color:transparent\" src=\"https://hl.avatier.com/wp-content/uploads/2024/06/any_cloud.svg\">"
    },
    {
      "src": "https://hl.avatier.com/wp-content/uploads/2024/06/directory.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img alt=\"Cloud-Based-Directory\" loading=\"lazy\" decoding=\"async\" data-nimg=\"fill\" class=\"object-contain object-center\" style=\"position:absolute;height:100%;width:100%;left:0;top:0;right:0;bottom:0;color:transparent\" src=\"https://hl.avatier.com/wp-content/uploads/2024/06/directory.svg\">"
    },
    {
      "src": "/_next/image/?url=https%3A%2F%2Fhl.avatier.com%2Fwp-content%2Fuploads%2F2026%2F05%2FNHS-challenge-card-image.png&w=3840&q=75",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img alt=\"Introducing Deviceless MFA\" loading=\"lazy\" decoding=\"async\" data-nimg=\"fill\" class=\"object-contain object-center\" style=\"position:absolute;height:100%;width:100%;left:0;top:0;right:0;bottom:0;color:transparent\" sizes=\"100vw\" srcset=\"/_next/image/?url=https%3A%2F%2Fhl.avatier.com%2Fwp-content%2Fuploads%2F2026%2F05%2FNHS-challenge-card-image.png&amp;w=640&amp;q=75 640w, /_next/image/?url=https%3A%2F%2Fhl.avatier.com%2Fwp-content%2Fuploads%2F2026%2F05%2FNHS-challenge-card-image.png&amp..."
    },
    {
      "src": "https://hl.avatier.com/wp-content/uploads/2024/06/alt-8.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img alt=\"Apple iOS-platform-logo\" loading=\"lazy\" decoding=\"async\" data-nimg=\"fill\" class=\"object-contain object-center\" style=\"position:absolute;height:100%;width:100%;left:0;top:0;right:0;bottom:0;color:transparent\" src=\"https://hl.avatier.com/wp-content/uploads/2024/06/alt-8.svg\">"
    },
    {
      "src": "https://hl.avatier.com/wp-content/uploads/2024/06/alt-9.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img alt=\"Android-platform-logo\" loading=\"lazy\" decoding=\"async\" data-nimg=\"fill\" class=\"object-contain object-center\" style=\"position:absolute;height:100%;width:100%;left:0;top:0;right:0;bottom:0;color:transparent\" src=\"https://hl.avatier.com/wp-content/uploads/2024/06/alt-9.svg\">"
    },
    {
      "src": "https://hl.avatier.com/wp-content/uploads/2024/06/alt-10.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img alt=\"Chrome-platform-logo\" loading=\"lazy\" decoding=\"async\" data-nimg=\"fill\" class=\"object-contain object-center\" style=\"position:absolute;height:100%;width:100%;left:0;top:0;right:0;bottom:0;color:transparent\" src=\"https://hl.avatier.com/wp-content/uploads/2024/06/alt-10.svg\">"
    },
    {
      "src": "https://hl.avatier.com/wp-content/uploads/2024/06/alt-11.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img alt=\"Microsoft Outlook-platform-logo\" loading=\"lazy\" decoding=\"async\" data-nimg=\"fill\" class=\"object-contain object-center\" style=\"position:absolute;height:100%;width:100%;left:0;top:0;right:0;bottom:0;color:transparent\" src=\"https://hl.avatier.com/wp-content/uploads/2024/06/alt-11.svg\">"
    },
    {
      "src": "https://hl.avatier.com/wp-content/uploads/2024/06/alt-12.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img alt=\"Microsoft Teams-platform-logo\" loading=\"lazy\" decoding=\"async\" data-nimg=\"fill\" class=\"object-contain object-center\" style=\"position:absolute;height:100%;width:100%;left:0;top:0;right:0;bottom:0;color:transparent\" src=\"https://hl.avatier.com/wp-content/uploads/2024/06/alt-12.svg\">"
    },
    {
      "src": "https://hl.avatier.com/wp-content/uploads/2024/06/alt-13.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img alt=\"ServiceNow-platform-logo\" loading=\"lazy\" decoding=\"async\" data-nimg=\"fill\" class=\"object-contain object-center\" style=\"position:absolute;height:100%;width:100%;left:0;top:0;right:0;bottom:0;color:transparent\" src=\"https://hl.avatier.com/wp-content/uploads/2024/06/alt-13.svg\">"
    },
    {
      "src": "https://hl.avatier.com/wp-content/uploads/2024/06/alt-14.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img alt=\"Slack-platform-logo\" loading=\"lazy\" decoding=\"async\" data-nimg=\"fill\" class=\"object-contain object-center\" style=\"position:absolute;height:100%;width:100%;left:0;top:0;right:0;bottom:0;color:transparent\" src=\"https://hl.avatier.com/wp-content/uploads/2024/06/alt-14.svg\">"
    },
    {
      "src": "/_next/image/?url=https%3A%2F%2Fhl.avatier.com%2Fwp-content%2Fuploads%2F2025%2F03%2Fskype.png&w=3840&q=75",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img alt=\"Skype-platform-logo\" loading=\"lazy\" decoding=\"async\" data-nimg=\"fill\" class=\"object-contain object-center\" style=\"position:absolute;height:100%;width:100%;left:0;top:0;right:0;bottom:0;color:transparent\" sizes=\"100vw\" srcset=\"/_next/image/?url=https%3A%2F%2Fhl.avatier.com%2Fwp-content%2Fuploads%2F2025%2F03%2Fskype.png&amp;w=640&amp;q=75 640w, /_next/image/?url=https%3A%2F%2Fhl.avatier.com%2Fwp-content%2Fuploads%2F2025%2F03%2Fskype.png&amp;w=750&amp;q=75 750w, /_next/image/?url=https..."
    },
    {
      "src": "https://hl.avatier.com/wp-content/uploads/2024/06/alt-16.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img alt=\"Meta Messenger-platform-logo\" loading=\"lazy\" decoding=\"async\" data-nimg=\"fill\" class=\"object-contain object-center\" style=\"position:absolute;height:100%;width:100%;left:0;top:0;right:0;bottom:0;color:transparent\" src=\"https://hl.avatier.com/wp-content/uploads/2024/06/alt-16.svg\">"
    },
    {
      "src": "https://hl.avatier.com/wp-content/uploads/2024/06/alt-17.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img alt=\"SMS-platform-logo\" loading=\"lazy\" decoding=\"async\" data-nimg=\"fill\" class=\"object-contain object-center\" style=\"position:absolute;height:100%;width:100%;left:0;top:0;right:0;bottom:0;color:transparent\" src=\"https://hl.avatier.com/wp-content/uploads/2024/06/alt-17.svg\">"
    },
    {
      "src": "https://hl.avatier.com/wp-content/uploads/2024/06/svgexport-1-6.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img alt=\"Application Programming Interface-logo\" loading=\"lazy\" decoding=\"async\" data-nimg=\"fill\" class=\"object-contain object-center\" style=\"position:absolute;height:100%;width:100%;left:0;top:0;right:0;bottom:0;color:transparent\" src=\"https://hl.avatier.com/wp-content/uploads/2024/06/svgexport-1-6.svg\">"
    },
    {
      "src": "https://hl.avatier.com/wp-content/uploads/2024/06/svgexport-1-7.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img alt=\"Chat-platform-logo\" loading=\"lazy\" decoding=\"async\" data-nimg=\"fill\" class=\"object-contain object-center\" style=\"position:absolute;height:100%;width:100%;left:0;top:0;right:0;bottom:0;color:transparent\" src=\"https://hl.avatier.com/wp-content/uploads/2024/06/svgexport-1-7.svg\">"
    }
  ],
  "possibleDialogs": [
    "<div id=\"modal\"></div>"
  ],
  "score": 75,
  "weight": 10
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

AEO: Answer intent coverage

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

1 Warning

Needs attention

AEO: Answer intent coverage

Warning
01

Issue

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

Details

02

Why it matters

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

Check name

AEO: Answer intent coverage

Score

70/100

Status

warning

Category

GEO, AIO & AEO

Maturity

Emerging recommendation

Goal

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

Result

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

Evidence
{
  "headings": [
    {
      "text": "INITIAL DEPLOYMENT INCLUDED. NO SERVICE FEES.Get everything you need to secure your workforce: • Self-Service Password & Access Management • Lifecycle Automation, Access Governance & SSO • AI-Powered Identity Security with Automated Workflow • Private Cloud. Fast Deployment. Zero Setup Fees. One platform. One codebase. Runs on any device—Teams, Outlook, iOS, Android, and more. Every license includes deployment, expert training, and certification through Avatier University. *Starting at $25K applies to qualified organizations based on user count, deployment scope, and licensing terms. Contact Avatier to confirm eligibility and receive a customized quote.",
      "html": "<h2 class=\"md:!leading-snug text-xl md:text-2xl font-heading font-semibold tracking-wide text-white lg:max-w-3xl\">INITIAL DEPLOYMENT INCLUDED. NO SERVICE FEES.<br><br>Get everything you need to secure your workforce:<br> &#xa0;&#xa0;&#xa0;&#xa0;&#x2022; Self-Service Password &amp; Access Management<br> &#xa0;&#xa0;&#xa0;&#xa0;&#x2022; Lifecycle Automation, Access Governance &amp; SSO<br> &#xa0;&#xa0;&#xa0;&#xa0;&#x2022; AI-Powered Identity Security with Automated Workflow<br> &#xa0;&#xa0;&#xa..."
    },
    {
      "text": "Future-Proof Your Identity Management",
      "html": "<h2 class=\"font-bold text-gray-900 md:!leading-snug text-3xl md:text-4xl\">Future-Proof Your Identity Management</h2>"
    },
    {
      "text": "Bring Your Own Directory (BYOD)",
      "html": "<h2 class=\"font-bold text-gray-900 md:!leading-snug text-xl md:text-2xl mb-2\">Bring Your Own Directory (BYOD)</h2>"
    },
    {
      "text": "Secure Self-Service Password Reset & Passwordless Identity Management",
      "html": "<h2 class=\"font-bold text-gray-900 md:!leading-snug text-xl md:text-2xl mb-2\">Secure Self-Service Password Reset &amp; Passwordless Identity Management</h2>"
    },
    {
      "text": "Introducing Deviceless MFA",
      "html": "<h2 class=\"font-bold text-gray-900 md:!leading-snug text-xl md:text-2xl mb-2\">Introducing Deviceless MFA</h2>"
    },
    {
      "text": "Everything is better BEST when identity is built onand deployed using...",
      "html": "<h2 class=\"font-bold md:!leading-snug text-3xl md:text-4xl text-white\">Everything is <span class=\"strikethrough\">better</span> BEST when identity is built on<br>and deployed using...</h2>"
    },
    {
      "text": "Empower Your Enterprise with Seamless AI Driven Identity Security",
      "html": "<h2 class=\"font-bold text-gray-900 md:!leading-snug text-3xl md:text-4xl\">Empower Your Enterprise with Seamless AI Driven Identity Security</h2>"
    },
    {
      "text": "Own the Future of Identity Security",
      "html": "<h2 class=\"font-bold text-gray-900 md:!leading-snug text-3xl md:text-4xl\">Own the Future of Identity Security</h2>"
    },
    {
      "text": "No-Code & Low-Code Customization",
      "html": "<h2 class=\"font-bold md:!leading-snug text-3xl md:text-4xl text-white\">No-Code &amp; Low-Code Customization</h2>"
    },
    {
      "text": "Connect, Provision, and Audit Any Application",
      "html": "<h2 class=\"font-bold text-gray-900 md:!leading-snug text-3xl md:text-4xl\">Connect, Provision, and Audit Any Application</h2>"
    },
    {
      "text": "Enterprise-Grade Identity Security—Built to Scale",
      "html": "<h2 class=\"font-bold md:!leading-snug text-3xl md:text-4xl text-white\">Enterprise-Grade Identity Security&#x2014;Built to Scale</h2>"
    },
    {
      "text": "Innovative Organizations Choose Avatier",
      "html": "<h2 class=\"font-bold md:!leading-snug text-3xl md:text-4xl text-white\">Innovative Organizations Choose Avatier</h2>"
    },
    {
      "text": "Identity Framework Core",
      "html": "<h2 class=\"font-bold md:!leading-snug text-3xl md:text-4xl text-white\">Identity Framework Core</h2>"
    },
    {
      "text": "Company",
      "html": "<h2 class=\"md:!leading-snug text-base md:text-lg mb-4 font-semibold tracking-wider text-gray\">Company</h2>"
    },
    {
      "text": "Help links",
      "html": "<h2 class=\"font-bold md:!leading-snug text-base md:text-lg font-semiboldtracking-wider mb-4 text-gray\">Help links</h2>"
    },
    {
      "text": "Legal",
      "html": "<h2 class=\"md:!leading-snug text-base md:text-lg mb-4 font-semibold tracking-wider text-gray\">Legal</h2>"
    }
  ],
  "expected": [
    {
      "id": "what",
      "label": "What is AI Powered IAM & Security Solutions - Avatier?",
      "pattern": {}
    },
    {
      "id": "how",
      "label": "How does AI Powered IAM & Security Solutions - Avatier work?",
      "pattern": {}
    },
    {
      "id": "benefits",
      "label": "Why use AI Powered IAM & Security Solutions - Avatier?",
      "pattern": {}
    },
    {
      "id": "cost",
      "label": "Is AI Powered IAM & Security Solutions - Avatier free or paid?",
      "pattern": {}
    },
    {
      "id": "compare",
      "label": "How does AI Powered IAM & Security Solutions - Avatier compare with alternatives?",
      "pattern": {}
    }
  ],
  "missing": [
    {
      "id": "what",
      "label": "What is AI Powered IAM & Security Solutions - Avatier?",
      "pattern": {}
    },
    {
      "id": "how",
      "label": "How does AI Powered IAM & Security Solutions - Avatier work?",
      "pattern": {}
    },
    {
      "id": "cost",
      "label": "Is AI Powered IAM & Security Solutions - Avatier free or paid?",
      "pattern": {}
    },
    {
      "id": "compare",
      "label": "How does AI Powered IAM & Security Solutions - Avatier 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/html; charset=utf-8",
            "length": 63944
          },
          {
            "path": "/api/context",
            "statusCode": 404,
            "contentType": "text/html; charset=utf-8",
            "length": 63944
          },
          {
            "path": "/context",
            "statusCode": 404,
            "contentType": "text/html; charset=utf-8",
            "length": 63944
          }
        ]
      },
      "issue": "AI context endpoint was not found at the expected path.",
      "howToFix": "Publish a concise JSON or Markdown AI context endpoint describing the product, public actions, and machine-readable resources."
    }
  ]
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

AIO: Query intent coverage

AIO: Query intent coverage is informational for this page.

Informational

Needs attention

AIO: Query intent coverage

Informational
01

Issue

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

Details

02

Why it matters

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

Check name

AIO: Query intent coverage

Score

70/100

Status

informational

Category

GEO, AIO & AEO

Maturity

Emerging recommendation

Goal

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

Result

AIO: Query intent coverage is informational for this page.

Evidence
{
  "headings": [
    {
      "text": "INITIAL DEPLOYMENT INCLUDED. NO SERVICE FEES.Get everything you need to secure your workforce: • Self-Service Password & Access Management • Lifecycle Automation, Access Governance & SSO • AI-Powered Identity Security with Automated Workflow • Private Cloud. Fast Deployment. Zero Setup Fees. One platform. One codebase. Runs on any device—Teams, Outlook, iOS, Android, and more. Every license includes deployment, expert training, and certification through Avatier University. *Starting at $25K applies to qualified organizations based on user count, deployment scope, and licensing terms. Contact Avatier to confirm eligibility and receive a customized quote.",
      "html": "<h2 class=\"md:!leading-snug text-xl md:text-2xl font-heading font-semibold tracking-wide text-white lg:max-w-3xl\">INITIAL DEPLOYMENT INCLUDED. NO SERVICE FEES.<br><br>Get everything you need to secure your workforce:<br> &#xa0;&#xa0;&#xa0;&#xa0;&#x2022; Self-Service Password &amp; Access Management<br> &#xa0;&#xa0;&#xa0;&#xa0;&#x2022; Lifecycle Automation, Access Governance &amp; SSO<br> &#xa0;&#xa0;&#xa0;&#xa0;&#x2022; AI-Powered Identity Security with Automated Workflow<br> &#xa0;&#xa0;&#xa..."
    },
    {
      "text": "Future-Proof Your Identity Management",
      "html": "<h2 class=\"font-bold text-gray-900 md:!leading-snug text-3xl md:text-4xl\">Future-Proof Your Identity Management</h2>"
    },
    {
      "text": "Bring Your Own Directory (BYOD)",
      "html": "<h2 class=\"font-bold text-gray-900 md:!leading-snug text-xl md:text-2xl mb-2\">Bring Your Own Directory (BYOD)</h2>"
    },
    {
      "text": "Secure Self-Service Password Reset & Passwordless Identity Management",
      "html": "<h2 class=\"font-bold text-gray-900 md:!leading-snug text-xl md:text-2xl mb-2\">Secure Self-Service Password Reset &amp; Passwordless Identity Management</h2>"
    },
    {
      "text": "Introducing Deviceless MFA",
      "html": "<h2 class=\"font-bold text-gray-900 md:!leading-snug text-xl md:text-2xl mb-2\">Introducing Deviceless MFA</h2>"
    },
    {
      "text": "Everything is better BEST when identity is built onand deployed using...",
      "html": "<h2 class=\"font-bold md:!leading-snug text-3xl md:text-4xl text-white\">Everything is <span class=\"strikethrough\">better</span> BEST when identity is built on<br>and deployed using...</h2>"
    },
    {
      "text": "Empower Your Enterprise with Seamless AI Driven Identity Security",
      "html": "<h2 class=\"font-bold text-gray-900 md:!leading-snug text-3xl md:text-4xl\">Empower Your Enterprise with Seamless AI Driven Identity Security</h2>"
    },
    {
      "text": "Own the Future of Identity Security",
      "html": "<h2 class=\"font-bold text-gray-900 md:!leading-snug text-3xl md:text-4xl\">Own the Future of Identity Security</h2>"
    },
    {
      "text": "No-Code & Low-Code Customization",
      "html": "<h2 class=\"font-bold md:!leading-snug text-3xl md:text-4xl text-white\">No-Code &amp; Low-Code Customization</h2>"
    },
    {
      "text": "Connect, Provision, and Audit Any Application",
      "html": "<h2 class=\"font-bold text-gray-900 md:!leading-snug text-3xl md:text-4xl\">Connect, Provision, and Audit Any Application</h2>"
    },
    {
      "text": "Enterprise-Grade Identity Security—Built to Scale",
      "html": "<h2 class=\"font-bold md:!leading-snug text-3xl md:text-4xl text-white\">Enterprise-Grade Identity Security&#x2014;Built to Scale</h2>"
    },
    {
      "text": "Innovative Organizations Choose Avatier",
      "html": "<h2 class=\"font-bold md:!leading-snug text-3xl md:text-4xl text-white\">Innovative Organizations Choose Avatier</h2>"
    },
    {
      "text": "Identity Framework Core",
      "html": "<h2 class=\"font-bold md:!leading-snug text-3xl md:text-4xl text-white\">Identity Framework Core</h2>"
    },
    {
      "text": "Company",
      "html": "<h2 class=\"md:!leading-snug text-base md:text-lg mb-4 font-semibold tracking-wider text-gray\">Company</h2>"
    },
    {
      "text": "Help links",
      "html": "<h2 class=\"font-bold md:!leading-snug text-base md:text-lg font-semiboldtracking-wider mb-4 text-gray\">Help links</h2>"
    },
    {
      "text": "Legal",
      "html": "<h2 class=\"md:!leading-snug text-base md:text-lg mb-4 font-semibold tracking-wider text-gray\">Legal</h2>"
    }
  ],
  "expected": [
    {
      "id": "what",
      "label": "What is AI Powered IAM & Security Solutions - Avatier?",
      "pattern": {}
    },
    {
      "id": "how",
      "label": "How does AI Powered IAM & Security Solutions - Avatier work?",
      "pattern": {}
    },
    {
      "id": "benefits",
      "label": "Why use AI Powered IAM & Security Solutions - Avatier?",
      "pattern": {}
    },
    {
      "id": "cost",
      "label": "Is AI Powered IAM & Security Solutions - Avatier free or paid?",
      "pattern": {}
    },
    {
      "id": "compare",
      "label": "How does AI Powered IAM & Security Solutions - Avatier compare with alternatives?",
      "pattern": {}
    }
  ],
  "missing": [
    {
      "id": "what",
      "label": "What is AI Powered IAM & Security Solutions - Avatier?",
      "pattern": {}
    },
    {
      "id": "how",
      "label": "How does AI Powered IAM & Security Solutions - Avatier work?",
      "pattern": {}
    },
    {
      "id": "cost",
      "label": "Is AI Powered IAM & Security Solutions - Avatier free or paid?",
      "pattern": {}
    },
    {
      "id": "compare",
      "label": "How does AI Powered IAM & Security Solutions - Avatier compare with alternatives?",
      "pattern": {}
    }
  ],
  "score": 70,
  "weight": 4
}

Agent Ease of UseAuthEmerging recommendation

Auth.md Agent Registration

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

Informational

Needs attention

Auth.md Agent Registration

Informational
01

Issue

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

02

Why it matters

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

Check name

Auth.md Agent Registration

Score

0/100

Status

informational

Category

Auth

Maturity

Emerging recommendation

Goal

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

Result

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

Validation steps

  1. Fetch and validate /auth.md

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

  2. Publish protected resource metadata

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

  3. Validate agent_auth authorization metadata

    OAuth authorization server metadata could not be fetched.

Evidence
{
  "failedStep": "auth-md",
  "steps": [
    {
      "id": "auth-md",
      "title": "Fetch and validate /auth.md",
      "status": "fail",
      "evidence": {
        "path": "/auth.md",
        "ok": false,
        "statusCode": 404,
        "contentType": "text/html; charset=utf-8",
        "length": 63944,
        "validation": {
          "valid": false,
          "issue": "auth.md response did not match the expected agent registration shape. Content-Type \"text/html; charset=utf-8\" is not Markdown or text/plain; missing registration instructions; missing /.well-known/oauth-protected-resource link; missing /.well-known/oauth-authorization-server link; missing credential type language.",
          "compatibleContentType": false,
          "contentLength": 63739,
          "hasRegisterInstructions": false,
          "hasProtectedResourceLink": false,
          "hasAuthorizationServerLink": false,
          "mentionsIdentity": true,
          "mentionsCredential": false,
          "links": [
            "/_next/static/media/13d0e867942f6087-s.p.woff2",
            "/woff2",
            "/_next/static/media/28ef9c3a8e437972-s.p.woff2",
            "/woff2",
            "/_next/static/media/3e6413fcc1b8228d-s.p.woff2",
            "/woff2",
            "/_next/static/media/b0724e4328491fe5-s.p.woff2",
            "/woff2",
            "/_next/static/media/cbf4e621cbc63327-s.p.woff2",
            "/woff2"
          ],
          "rawExcerpt": "<!DOCTYPE html><!--IGM4s_mlVuHj7yfKrH3J_--><html lang=\"en\" class=\"__variable_492eb4 __variable_fefc1d font-sans\"><head><meta charSet=\"utf-8\"/><meta name=\"viewport\" content=\"width=device-width, initial-scale=1\"/><link rel=\"preload\" href=\"/_next/static/media/13d0e867942f6087-s.p.woff2\" as=\"font\" crossorigin=\"\" type=\"font/woff2\"/><link rel=\"preload\" href=\"/_next/static/media/28ef9c3a8e437972-s.p.woff2\" as=\"font\" crossorigin=\"\" type=\"font/woff2\"/><link rel=\"preload\" href=\"/_next/static/media/3e6413fcc1b8228d-s.p.woff2\" as=\"font\" crossorigin=\"\" type=\"font/woff2\"/><link rel=\"preload\" href=\"/_next/static/media/b0724e4328491fe5-s.p.woff2\" as=\"font\" crossorigin=\"\" type=\"font/woff2\"/><link rel=\"preload\" href=\"/_next/static/media/cbf4e621cbc63327-s.p.woff2\" as=\"font\" crossorigin=\"\" type=\"font/woff2\"/"
        }
      },
      "issue": "auth.md response did not match the expected agent registration shape. Content-Type \"text/html; charset=utf-8\" is not Markdown or text/plain; missing registration instructions; missing /.well-known/oauth-protected-resource link; missing /.well-known/oauth-authorization-server link; missing credential type language.",
      "howToFix": "Serve /auth.md at the site root as Markdown with agent registration instructions and links to OAuth metadata."
    },
    {
      "id": "oauth-protected-resource",
      "title": "Publish protected resource metadata",
      "status": "fail",
      "evidence": {
        "path": "/.well-known/oauth-protected-resource",
        "ok": false,
        "statusCode": 404,
        "contentType": "text/html; charset=utf-8",
        "length": 63944,
        "text": "<!DOCTYPE html><!--IGM4s_mlVuHj7yfKrH3J_--><html lang=\"en\" class=\"__variable_492eb4 __variable_fefc1d font-sans\"><head><meta charSet=\"utf-8\"/><meta name=\"viewport\" content=\"width=device-width, initial-scale=1\"/><link rel=\"preload\" href=\"/_next/static/media/13d0e867942f6087-s.p.woff2\" as=\"font\" crossorigin=\"\" type=\"font/woff2\"/><link rel=\"preload\" href=\"/_next/static/media/28ef9c3a8e437972-s.p.woff2\" as=\"font\" crossorigin=\"\" type=\"font/woff2\"/><link rel=\"preload\" href=\"/_next/static/media/3e6413fcc1b8228d-s.p.woff2\" as=\"font\" crossorigin=\"\" type=\"font/woff2\"/><link rel=\"preload\" href=\"/_next/static/media/b0724e4328491fe5-s.p.woff2\" as=\"font\" crossorigin=\"\" type=\"font/woff2\"/><link rel=\"preload\" href=\"/_next/static/media/cbf4e621cbc63327-s.p.woff2\" as=\"font\" crossorigin=\"\" type=\"font/woff2\"/><link rel=\"preload\" href=\"/_next/static/media/e4af272ccee01ff0-s.p.woff2\" as=\"font\" crossorigin=\"\" type=\"font/woff2\"/><link rel=\"stylesheet\" href=\"/_next/static/css/c409dacbf7fd1166.css\" data-precedence=\"next\"/><link rel=\"stylesheet\" href=\"/_next/static/css/3e1c0a94be1207b5.css\" data-precedence=\"next\"/><link rel=\"preload\" as=\"script\" fetchPriority=\"low\" href=\"/_next/static/chunks/webpack-3b2aa33af36a1c2f.js\"/><script src=\"/_next/static/chunks/4bd1b696-521100cc62180e5a.js\" async=\"\"></script><script src=\"/_next/static/chunks/1255-1ca50dd558aa21ed.js\" async=\"\"></script><script src=\"/_next/static/chunks/main-app-bed8a0c3e591c51c.js\" async=\"\"></script><script src=\"/_next/static/chunks/2619-85f1aca3f253f629.js\" async=\"\"></script><script src=\"/_next/static/chunks/2565-bfa16699626fc6bb.js\" async=\"\"></script><script src=\"/_next/static/chunks/9270-14fb4a6e212f28c8.js\" async=\"\"></script><script src=\"/_next/static/chunks/5616-414b728908201701.js\" async=\"\"></script><script src=\"/_next/static/chunks/app/layout-35b6ccec873c2804.js\" async=\"\"></script><script src=\"/_next/static/chunks/9235-37692083746dd0bc.js\" async=\"\"></script><script src=\"/_next/static/chunks/app/not-found-7bd6d5c2c63e3e24.js\" async=\"\"></script><meta name=\"google-site-verification\" content=\"aYDVFWIHNXLx3yYCNWkO-7xmw_kvitJhX_maULBxmi8\"/><meta name=\"robots\" content=\"noindex\"/><meta name=\"next-size-adjust\" content=\"\"/><meta name=\"theme-color\" media=\"(prefers-color-scheme: light)\" content=\"#0ea5e9\"/><meta name=\"theme-color\" media=\"(prefers-color-scheme: dark)\" content=\"#0ea5e9\"/><title>404 | Avatier</title><meta name=\"description\" content=\"Avatier identity management software automates IT operations and corporate compliance of user provisioning, identity access management, corporate governance, enterprise risk management and password management. Quickly build, deploy, and operate with API.\"/><meta name=\"author\" content=\"Avatier\"/><meta name=\"robots\" content=\"index, follow\"/><meta property=\"og:title\" content=\"Identity Management Software &amp; SSO Solutions - Avatier | Avatier\"/><meta property=\"og:description\" content=\"Avatier identity management software automates IT operations and corporate compliance of user provisioning, identity access management, corporate governance, enterprise risk management and password management. Quickly build, deploy, and operate with API.\"/><meta property=\"og:url\" content=\"https://www.avatier.com/\"/><meta property=\"og:site_name\" content=\"Avatier\"/><meta property=\"og:image\" content=\"https://www.avatier.com/images/og.png\"/><meta property=\"og:type\" content=\"website\"/><meta name=\"twitter:card\" content=\"summary_large_image\"/><meta name=\"twitter:site\" content=\"@Avatier\"/><meta name=\"twitter:title\" content=\"Identity Management Software &amp; SSO Solutions - Avatier | Avatier\"/><meta name=\"twitter:description\" content=\"Avatier identity management software automates IT operations and corporate compliance of user provisioning, identity access management, corporate governance, enterprise risk management and password management. Quickly build, deploy, and operate with API.\"/><meta name=\"twitter:image\" content=\"https://www.avatier.com/images/og.png\"/><link rel=\"apple-touch-ico"
      },
      "issue": "The OAuth Protected Resource metadata endpoint did not return HTTP 2xx.",
      "howToFix": "Publish /.well-known/oauth-protected-resource with resource and authorization_servers fields."
    },
    {
      "id": "agent-auth-block",
      "title": "Validate agent_auth authorization metadata",
      "status": "fail",
      "evidence": {
        "valid": false,
        "issue": "OAuth authorization server metadata could not be fetched.",
        "fetch": {
          "ok": false,
          "statusCode": 404,
          "contentType": "text/html; charset=utf-8",
          "length": 63944,
          "text": "<!DOCTYPE html><!--IGM4s_mlVuHj7yfKrH3J_--><html lang=\"en\" class=\"__variable_492eb4 __variable_fefc1d font-sans\"><head><meta charSet=\"utf-8\"/><meta name=\"viewport\" content=\"width=device-width, initial-scale=1\"/><link rel=\"preload\" href=\"/_next/static/media/13d0e867942f6087-s.p.woff2\" as=\"font\" crossorigin=\"\" type=\"font/woff2\"/><link rel=\"preload\" href=\"/_next/static/media/28ef9c3a8e437972-s.p.woff2\" as=\"font\" crossorigin=\"\" type=\"font/woff2\"/><link rel=\"preload\" href=\"/_next/static/media/3e6413fcc1b8228d-s.p.woff2\" as=\"font\" crossorigin=\"\" type=\"font/woff2\"/><link rel=\"preload\" href=\"/_next/static/media/b0724e4328491fe5-s.p.woff2\" as=\"font\" crossorigin=\"\" type=\"font/woff2\"/><link rel=\"preload\" href=\"/_next/static/media/cbf4e621cbc63327-s.p.woff2\" as=\"font\" crossorigin=\"\" type=\"font/woff2\"/><link rel=\"preload\" href=\"/_next/static/media/e4af272ccee01ff0-s.p.woff2\" as=\"font\" crossorigin=\"\" type=\"font/woff2\"/><link rel=\"stylesheet\" href=\"/_next/static/css/c409dacbf7fd1166.css\" data-precedence=\"next\"/><link rel=\"stylesheet\" href=\"/_next/static/css/3e1c0a94be1207b5.css\" data-precedence=\"next\"/><link rel=\"preload\" as=\"script\" fetchPriority=\"low\" href=\"/_next/static/chunks/webpack-3b2aa33af36a1c2f.js\"/><script src=\"/_next/static/chunks/4bd1b696-521100cc62180e5a.js\" async=\"\"></script><script src=\"/_next/static/chunks/1255-1ca50dd558aa21ed.js\" async=\"\"></script><script src=\"/_next/static/chunks/main-app-bed8a0c3e591c51c.js\" async=\"\"></script><script src=\"/_next/static/chunks/2619-85f1aca3f253f629.js\" async=\"\"></script><script src=\"/_next/static/chunks/2565-bfa16699626fc6bb.js\" async=\"\"></script><script src=\"/_next/static/chunks/9270-14fb4a6e212f28c8.js\" async=\"\"></script><script src=\"/_next/static/chunks/5616-414b728908201701.js\" async=\"\"></script><script src=\"/_next/static/chunks/app/layout-35b6ccec873c2804.js\" async=\"\"></script><script src=\"/_next/static/chunks/9235-37692083746dd0bc.js\" async=\"\"></script><script src=\"/_next/static/chunks/app/not-found-7bd6d5c2c63e3e24.js\" async=\"\"></script><meta name=\"google-site-verification\" content=\"aYDVFWIHNXLx3yYCNWkO-7xmw_kvitJhX_maULBxmi8\"/><meta name=\"robots\" content=\"noindex\"/><meta name=\"next-size-adjust\" content=\"\"/><meta name=\"theme-color\" media=\"(prefers-color-scheme: light)\" content=\"#0ea5e9\"/><meta name=\"theme-color\" media=\"(prefers-color-scheme: dark)\" content=\"#0ea5e9\"/><title>404 | Avatier</title><meta name=\"description\" content=\"Avatier identity management software automates IT operations and corporate compliance of user provisioning, identity access management, corporate governance, enterprise risk management and password management. Quickly build, deploy, and operate with API.\"/><meta name=\"author\" content=\"Avatier\"/><meta name=\"robots\" content=\"index, follow\"/><meta property=\"og:title\" content=\"Identity Management Software &amp; SSO Solutions - Avatier | Avatier\"/><meta property=\"og:description\" content=\"Avatier identity management software automates IT operations and corporate compliance of user provisioning, identity access management, corporate governance, enterprise risk management and password management. Quickly build, deploy, and operate with API.\"/><meta property=\"og:url\" content=\"https://www.avatier.com/\"/><meta property=\"og:site_name\" content=\"Avatier\"/><meta property=\"og:image\" content=\"https://www.avatier.com/images/og.png\"/><meta property=\"og:type\" content=\"website\"/><meta name=\"twitter:card\" content=\"summary_large_image\"/><meta name=\"twitter:site\" content=\"@Avatier\"/><meta name=\"twitter:title\" content=\"Identity Management Software &amp; SSO Solutions - Avatier | Avatier\"/><meta name=\"twitter:description\" content=\"Avatier identity management software automates IT operations and corporate compliance of user provisioning, identity access management, corporate governance, enterprise risk management and password management. Quickly build, deploy, and operate with API.\"/><meta name=\"twitter:image\" content=\"https://www.avatier.com/images/og.png\"/><link rel=\"apple-touch-ico"
        }
      },
      "issue": "OAuth authorization server metadata could not be fetched.",
      "howToFix": "Add agent_auth to /.well-known/oauth-authorization-server with register_uri, supported identity types, credential types, and claim or revocation URLs where applicable."
    }
  ],
  "authApplicability": {
    "supportsAuth": true,
    "score": 12,
    "signals": [
      {
        "source": "link:href",
        "weight": 3,
        "match": "auth link"
      },
      {
        "source": "visible-text",
        "weight": 3,
        "match": "password"
      },
      {
        "source": "visible-text",
        "weight": 3,
        "match": "single sign-on"
      },
      {
        "source": "visible-text",
        "weight": 3,
        "match": "sso"
      }
    ]
  },
  "resourceFetchSucceeded": false
}

AI DiscoverabilityDiscoverabilityEstablished

IndexNow key

IndexNow key is informational for this page.

Informational

Needs attention

IndexNow key

Informational
01

Issue

IndexNow key is informational for this page.

02

Why it matters

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

Check name

IndexNow key

Score

100/100

Status

informational

Category

Discoverability

Maturity

Established

Goal

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

Result

IndexNow key is informational for this page.

Validation steps

  1. Find advertised IndexNow key location

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

  2. Fetch and validate IndexNow key file

    No discoverable IndexNow key file was found.

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

Agent Ease of UseAuthEstablished

OAuth / OIDC discovery

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

Informational

Needs attention

OAuth / OIDC discovery

Informational
01

Issue

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

02

Why it matters

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

Check name

OAuth / OIDC discovery

Score

0/100

Status

informational

Category

Auth

Maturity

Established

Goal

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

Result

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

Validation steps

  1. Fetch to find resource

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

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

Agent Ease of UseAuthEmerging recommendation

OAuth Protected Resource

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

Informational

Needs attention

OAuth Protected Resource

Informational
01

Issue

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

02

Why it matters

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

Check name

OAuth Protected Resource

Score

0/100

Status

informational

Category

Auth

Maturity

Emerging recommendation

Goal

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

Result

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

Validation steps

  1. Fetch protected resource metadata

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

  2. Validate protected resource metadata

    Response is not valid JSON.

  3. Validate protected resource identity

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

  4. Probe protected API Bearer challenge

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

Evidence
{
  "failedStep": "fetch",
  "steps": [
    {
      "id": "fetch",
      "title": "Fetch protected resource metadata",
      "status": "fail",
      "evidence": {
        "path": "/.well-known/oauth-protected-resource",
        "statusCode": 404,
        "contentType": "text/html; charset=utf-8"
      },
      "issue": "The OAuth Protected Resource metadata endpoint did not return HTTP 2xx.",
      "howToFix": "Publish /.well-known/oauth-protected-resource JSON."
    },
    {
      "id": "metadata",
      "title": "Validate protected resource metadata",
      "status": "fail",
      "evidence": {
        "valid": false,
        "compatibleContentType": false,
        "issue": "Response is not valid JSON.",
        "rawExcerpt": "<!DOCTYPE html><!--IGM4s_mlVuHj7yfKrH3J_--><html lang=\"en\" class=\"__variable_492eb4 __variable_fefc1d font-sans\"><head><meta charSet=\"utf-8\"/><meta name=\"viewport\" content=\"width=device-width, initial-scale=1\"/><link rel=\"preload\" href=\"/_next/static/media/13d0e867942f6087-s.p.woff2\" as=\"font\" crossorigin=\"\" type=\"font/woff2\"/><link rel=\"preload\" href=\"/_next/static/media/28ef9c3a8e437972-s.p.woff2\" as=\"font\" crossorigin=\"\" type=\"font/woff2\"/><link rel=\"preload\" href=\"/_next/static/media/3e6413fcc1b8228d-s.p.woff2\" as=\"font\" crossorigin=\"\" type=\"font/woff2\"/><link rel=\"preload\" href=\"/_next/static/media/b0724e4328491fe5-s.p.woff2\" as=\"font\" crossorigin=\"\" type=\"font/woff2\"/><link rel=\"preload\" href=\"/_next/static/media/cbf4e621cbc63327-s.p.woff2\" as=\"font\" crossorigin=\"\" type=\"font/woff2\"/"
      },
      "issue": "Response is not valid JSON.",
      "howToFix": "Publish resource and authorization_servers as absolute URLs."
    },
    {
      "id": "resource-identity",
      "title": "Validate protected resource identity",
      "status": "fail",
      "evidence": {
        "expectedResource": "https://www.avatier.com"
      },
      "issue": "Protected resource metadata `resource` did not match the resource identifier used to retrieve it.",
      "howToFix": "Set `resource` to the origin/resource identifier represented by /.well-known/oauth-protected-resource."
    },
    {
      "id": "protected-route-challenge",
      "title": "Probe protected API Bearer challenge",
      "status": "informational",
      "evidence": {
        "checked": [
          {
            "path": "/api/admin/scans",
            "statusCode": 404,
            "wwwAuthenticate": {
              "valid": false,
              "present": false
            },
            "expectedMetadataUrl": "https://www.avatier.com/.well-known/oauth-protected-resource",
            "metadataUrlMatches": true,
            "resourceMatchesRequestContext": true
          },
          {
            "path": "/api/admin/summary",
            "statusCode": 404,
            "wwwAuthenticate": {
              "valid": false,
              "present": false
            },
            "expectedMetadataUrl": "https://www.avatier.com/.well-known/oauth-protected-resource",
            "metadataUrlMatches": true,
            "resourceMatchesRequestContext": true
          },
          {
            "path": "/api/scans",
            "statusCode": 404,
            "wwwAuthenticate": {
              "valid": false,
              "present": false
            },
            "expectedMetadataUrl": "https://www.avatier.com/.well-known/oauth-protected-resource",
            "metadataUrlMatches": true,
            "resourceMatchesRequestContext": true
          }
        ]
      },
      "issue": "No protected route with a 401 Bearer challenge was detected; metadata alone does not prove a protected resource.",
      "howToFix": "When this site exposes bearer-protected APIs, return 401 with WWW-Authenticate: Bearer and link resource_metadata."
    }
  ],
  "authApplicability": {
    "supportsAuth": true,
    "score": 12,
    "signals": [
      {
        "source": "link:href",
        "weight": 3,
        "match": "auth link"
      },
      {
        "source": "visible-text",
        "weight": 3,
        "match": "password"
      },
      {
        "source": "visible-text",
        "weight": 3,
        "match": "single sign-on"
      },
      {
        "source": "visible-text",
        "weight": 3,
        "match": "sso"
      }
    ]
  },
  "resourceFetchSucceeded": false
}

Performance and AccessibilityAccessibilityBrowser audit

Background and foreground colors do not have a sufficient contrast ratio.

100 Fail

Check name

Background and foreground colors do not have a sufficient contrast ratio.

Score

0/100

Status

fail

Device

desktop

Category

Accessibility

Fix guidance

Low-contrast text is difficult or impossible for many users to read. [Learn how to provide sufficient color contrast](https://dequeuniversity.com/rules/axe/4.11/color-contrast).

Evidence
{
  "description": "Low-contrast text is difficult or impossible for many users to read. [Learn how to provide sufficient color contrast](https://dequeuniversity.com/rules/axe/4.11/color-contrast)."
}

Performance and AccessibilityPerformanceBrowser audit

LCP breakdown

20 Fail

Check name

LCP breakdown

Score

0/100

Status

fail

Device

desktop

Category

Performance

Fix guidance

Each [subpart has specific improvement strategies](https://developer.chrome.com/docs/performance/insights/lcp-breakdown). Ideally, most of the LCP time should be spent on loading the resources, not within delays.

Evidence
{
  "description": "Each [subpart has specific improvement strategies](https://developer.chrome.com/docs/performance/insights/lcp-breakdown). Ideally, most of the LCP time should be spent on loading the resources, not within delays."
}

Performance and AccessibilityPerformanceBrowser audit

Reduce unused CSS

20 Fail

Check name

Reduce unused CSS

Score

0/100

Status

fail

Device

desktop

Category

Performance

Estimated savings

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

Performance and AccessibilityPerformanceBrowser audit

Reduce unused JavaScript

20 Fail

Check name

Reduce unused JavaScript

Score

0/100

Status

fail

Device

desktop

Category

Performance

Estimated savings

Est savings of 248 KiB

Fix guidance

Reduce unused JavaScript and defer loading scripts until they are required to decrease bytes consumed by network activity. [Learn how to reduce unused JavaScript](https://developer.chrome.com/docs/lighthouse/performance/unused-javascript/).

Evidence
{
  "displayValue": "Est savings of 248 KiB",
  "description": "Reduce unused JavaScript and defer loading scripts until they are required to decrease bytes consumed by network activity. [Learn how to reduce unused JavaScript](https://developer.chrome.com/docs/lighthouse/performance/unused-javascript/).",
  "numericValue": 30
}

Performance and AccessibilityPerformanceBrowser audit

Render-blocking requests

20 Fail

Check name

Render-blocking requests

Score

0/100

Status

fail

Device

desktop

Category

Performance

Estimated savings

Est savings of 100 ms

Fix guidance

Requests are blocking the page's initial render, which may delay LCP. [Deferring or inlining](https://developer.chrome.com/docs/performance/insights/render-blocking) can move these network requests out of the critical path.

Evidence
{
  "displayValue": "Est savings of 100 ms",
  "description": "Requests are blocking the page's initial render, which may delay LCP. [Deferring or inlining](https://developer.chrome.com/docs/performance/insights/render-blocking) can move these network requests out of the critical path."
}

Performance and AccessibilityPerformanceBrowser audit

Loading performance

5 Fail

Check name

Loading performance

Score

75/100

Status

fail

Device

desktop

Category

Performance

Fix guidance

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

Evidence
{
  "checks": [
    {
      "id": "largest-contentful-paint",
      "title": "Largest Contentful Paint",
      "score": 54,
      "displayValue": "2.3 s",
      "numericValue": 2258.059791419837
    },
    {
      "id": "total-blocking-time",
      "title": "Total Blocking Time",
      "score": 45,
      "displayValue": "380 ms",
      "numericValue": 377.4999999999998
    },
    {
      "id": "first-contentful-paint",
      "title": "First Contentful Paint",
      "score": 100,
      "displayValue": "0.3 s",
      "numericValue": 293.01406856937353
    },
    {
      "id": "max-potential-fid",
      "title": "Max Potential First Input Delay",
      "score": 24,
      "displayValue": "360 ms",
      "numericValue": 356
    },
    {
      "id": "speed-index",
      "title": "Speed Index",
      "score": 86,
      "displayValue": "1.4 s",
      "numericValue": 1405.0079273600127
    },
    {
      "id": "network-rtt",
      "title": "Network Round Trip Times",
      "score": 100,
      "displayValue": "0 ms",
      "numericValue": 0.8999999999999999
    },
    {
      "id": "interactive",
      "title": "Time to Interactive",
      "score": 91,
      "displayValue": "2.4 s",
      "numericValue": 2368.9627809908297
    },
    {
      "id": "server-response-time",
      "title": "Initial server response time was short",
      "score": 100,
      "displayValue": "Root document took 0 ms",
      "numericValue": 4
    }
  ]
}

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