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

OVERALL SCORE

Level 3, Bot-Aware

Moderate readiness for AI agents
AIDiscoverability45%Agent Easeof Use10%Security& Trust40%GEO, AIO, AEO77%SEO85%Performance& Accessibility60%
  • AI Discoverability 45 out of 100
  • Agent Ease of Use 10 out of 100
  • Security & Trust 40 out of 100
  • GEO, AIO and AEO 77 out of 100
  • SEO 85 out of 100
  • Performance and Accessibility 60 out of 100

CAPTURED SCREENSHOT

Captured website desktop screenshot

What AI sees of your website

N-able - End-to-End Cybersecurity and IT Management Solutions favicon

N-able - End-to-End Cybersecurity and IT Management Solutions

Software, resources, and tools for MSPs and IT departments with best-in-class Remote Monitoring & Management, Data Protection, and Security solutions.

Next step

Turn this report into a fix workflow

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

Detailed report scores grouped by capability area
MetricScoreStatusPassedFailedWarningEvidence
AI Discoverability
45
Priority fix8150View details
Discoverability
50
Needs work450View details
Content Readiness
50
Needs work370View details
Bot Access Control
33
Priority fix130View 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
77
Mostly ready5015
GEO Readiness
85
Mostly ready204
AIO Readiness
80
Mostly ready205
AEO Readiness
66
Needs work106
SEO
85
Mostly ready920View details
SEO
85
Mostly ready920View details
Security & Trust
40
Priority fix630View details
Security & Trust
40
Priority fix230View details
AI Training Exposure
Not Applicable
Not Applicable400
Performance and Accessibility
60
Needs work1841View details
Performance
47
Priority fix1231View details
Accessibility
84
Mostly ready610View details

Prioritized recommendations

Issues ranked by score impact

48 items need attention

Agent Ease of UseAPIEstablished

API Catalog

API Catalog failed at "Fetch API catalog".

50 Fail

Needs attention

API Catalog

Failed check
01

Issue

The API catalog endpoint did not return HTTP 2xx.

02

Why it matters

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

Check name

API Catalog

Score

0/100

Status

fail

Category

API

Maturity

Established

Goal

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

Result

API Catalog failed at "Fetch API catalog".

Validation steps

  1. Fetch API catalog

    The API catalog endpoint did not return HTTP 2xx.

  2. Validate RFC 9727 linkset

    Response is not valid JSON.

  3. Fetch advertised API catalog targets

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

Evidence
{
  "failedStep": "fetch",
  "steps": [
    {
      "id": "fetch",
      "title": "Fetch API catalog",
      "status": "fail",
      "evidence": {
        "statusCode": 404,
        "contentType": "text/html; charset=UTF-8"
      },
      "issue": "The API catalog endpoint did not return HTTP 2xx.",
      "howToFix": "Publish /.well-known/api-catalog."
    },
    {
      "id": "validate",
      "title": "Validate RFC 9727 linkset",
      "status": "fail",
      "evidence": {
        "valid": false,
        "compatibleContentType": false,
        "issue": "Response is not valid JSON.",
        "rawExcerpt": "<!DOCTYPE HTML>\n<html class=\"no-js\" lang=\"en\">\n<head>\n    \n    \n        <!-- Start VWO Async SmartCode -->\n        <link rel=\"preconnect\" href=\"https://dev.visualwebsiteoptimizer.com\" />\n        <script type='text/javascript' id='vwoCode'>\n        window._vwo_code ||\n        (function () {\n        var w=window,\n        d=document;\n        var account_id=1110638,\n        version=2.2,\n        settings_tolerance=2000,\n        hide_element='body',\n        hide_element_style = 'opacity:0 !important;filter:alpha(opacity=0) !important;background:none !important';\n        /* DO NOT EDIT BELOW THIS LINE */\n        var f=0, v;\n        if(f=!1,v=d.querySelector('#vwoCode'),cc={},-1<d.URL.indexOf('__vwo_disable__')||w._vwo_code)return;try{var e=JSON.parse(localStorage.getItem('_vwo_'+account_id+'_conf"
      },
      "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 DiscoverabilityBot Access ControlInformational

Content Signal

Content Signal is missing or incomplete.

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

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": 403,
            "contentType": "text/html; charset=UTF-8",
            "valid": false,
            "issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html; charset=UTF-8\" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
            "compatibleContentType": false,
            "format": "yaml",
            "version": "",
            "pathCount": 0,
            "operationCount": 0,
            "rawExcerpt": "<!DOCTYPE html><html lang=\"en-US\"><head><title>Just a moment...</title><meta http-equiv=\"Content-Type\" content=\"text/html; charset=UTF-8\"><meta http-equiv=\"X-UA-Compatible\" content=\"IE=Edge\"><meta name=\"robots\" content=\"noindex,nofollow\"><meta name=\"viewport\" content=\"width=device-width,initial-scale=1\"><meta http-equiv=\"content-security-policy\" content=\"default-src &#39;none&#39;; script-src &#39;nonce-rFCXbueGpq4tjWSLP3Xyc6&#39; &#39;unsafe-eval&#39; https://challenges.cloudflare.com; script-src-attr &#39;none&#39;; style-src &#39;unsafe-inline&#39;; img-src &#39;self&#39; https://challenges.cloudflare.com; connect-src &#39;self&#39; https://challenges.cloudflare.com; frame-src &#39;self&#39; https://challenges.cloudflare.com blob:; child-src &#39;self&#39; https://challenges.cloudflare."
          },
          {
            "path": "/openapi.yaml",
            "statusCode": 403,
            "contentType": "text/html; charset=UTF-8",
            "valid": false,
            "issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html; charset=UTF-8\" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
            "compatibleContentType": false,
            "format": "yaml",
            "version": "",
            "pathCount": 0,
            "operationCount": 0,
            "rawExcerpt": "<!DOCTYPE html><html lang=\"en-US\"><head><title>Just a moment...</title><meta http-equiv=\"Content-Type\" content=\"text/html; charset=UTF-8\"><meta http-equiv=\"X-UA-Compatible\" content=\"IE=Edge\"><meta name=\"robots\" content=\"noindex,nofollow\"><meta name=\"viewport\" content=\"width=device-width,initial-scale=1\"><meta http-equiv=\"content-security-policy\" content=\"default-src &#39;none&#39;; script-src &#39;nonce-gF4nHSuwK3YKWenTsI1Ewd&#39; &#39;unsafe-eval&#39; https://challenges.cloudflare.com; script-src-attr &#39;none&#39;; style-src &#39;unsafe-inline&#39;; img-src &#39;self&#39; https://challenges.cloudflare.com; connect-src &#39;self&#39; https://challenges.cloudflare.com; frame-src &#39;self&#39; https://challenges.cloudflare.com blob:; child-src &#39;self&#39; https://challenges.cloudflare."
          },
          {
            "path": "/swagger.json",
            "statusCode": 403,
            "contentType": "text/html; charset=UTF-8",
            "valid": false,
            "issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html; charset=UTF-8\" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
            "compatibleContentType": false,
            "format": "yaml",
            "version": "",
            "pathCount": 0,
            "operationCount": 0,
            "rawExcerpt": "<!DOCTYPE html><html lang=\"en-US\"><head><title>Just a moment...</title><meta http-equiv=\"Content-Type\" content=\"text/html; charset=UTF-8\"><meta http-equiv=\"X-UA-Compatible\" content=\"IE=Edge\"><meta name=\"robots\" content=\"noindex,nofollow\"><meta name=\"viewport\" content=\"width=device-width,initial-scale=1\"><meta http-equiv=\"content-security-policy\" content=\"default-src &#39;none&#39;; script-src &#39;nonce-7aQbgAdZvLcysBaF76UVVq&#39; &#39;unsafe-eval&#39; https://challenges.cloudflare.com; script-src-attr &#39;none&#39;; style-src &#39;unsafe-inline&#39;; img-src &#39;self&#39; https://challenges.cloudflare.com; connect-src &#39;self&#39; https://challenges.cloudflare.com; frame-src &#39;self&#39; https://challenges.cloudflare.com blob:; child-src &#39;self&#39; https://challenges.cloudflare."
          },
          {
            "path": "/swagger.yaml",
            "statusCode": 403,
            "contentType": "text/html; charset=UTF-8",
            "valid": false,
            "issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html; charset=UTF-8\" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
            "compatibleContentType": false,
            "format": "yaml",
            "version": "",
            "pathCount": 0,
            "operationCount": 0,
            "rawExcerpt": "<!DOCTYPE html><html lang=\"en-US\"><head><title>Just a moment...</title><meta http-equiv=\"Content-Type\" content=\"text/html; charset=UTF-8\"><meta http-equiv=\"X-UA-Compatible\" content=\"IE=Edge\"><meta name=\"robots\" content=\"noindex,nofollow\"><meta name=\"viewport\" content=\"width=device-width,initial-scale=1\"><meta http-equiv=\"content-security-policy\" content=\"default-src &#39;none&#39;; script-src &#39;nonce-vjHthAVHOwWG6jpyxMktHE&#39; &#39;unsafe-eval&#39; https://challenges.cloudflare.com; script-src-attr &#39;none&#39;; style-src &#39;unsafe-inline&#39;; img-src &#39;self&#39; https://challenges.cloudflare.com; connect-src &#39;self&#39; https://challenges.cloudflare.com; frame-src &#39;self&#39; https://challenges.cloudflare.com blob:; child-src &#39;self&#39; https://challenges.cloudflare."
          },
          {
            "path": "/api/openapi.json",
            "statusCode": 403,
            "contentType": "text/html; charset=UTF-8",
            "valid": false,
            "issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html; charset=UTF-8\" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
            "compatibleContentType": false,
            "format": "yaml",
            "version": "",
            "pathCount": 0,
            "operationCount": 0,
            "rawExcerpt": "<!DOCTYPE html><html lang=\"en-US\"><head><title>Just a moment...</title><meta http-equiv=\"Content-Type\" content=\"text/html; charset=UTF-8\"><meta http-equiv=\"X-UA-Compatible\" content=\"IE=Edge\"><meta name=\"robots\" content=\"noindex,nofollow\"><meta name=\"viewport\" content=\"width=device-width,initial-scale=1\"><meta http-equiv=\"content-security-policy\" content=\"default-src &#39;none&#39;; script-src &#39;nonce-sPn3ePEaR2yeLfHG5JLksk&#39; &#39;unsafe-eval&#39; https://challenges.cloudflare.com; script-src-attr &#39;none&#39;; style-src &#39;unsafe-inline&#39;; img-src &#39;self&#39; https://challenges.cloudflare.com; connect-src &#39;self&#39; https://challenges.cloudflare.com; frame-src &#39;self&#39; https://challenges.cloudflare.com blob:; child-src &#39;self&#39; https://challenges.cloudflare."
          },
          {
            "path": "/api/swagger.json",
            "statusCode": 403,
            "contentType": "text/html; charset=UTF-8",
            "valid": false,
            "issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html; charset=UTF-8\" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
            "compatibleContentType": false,
            "format": "yaml",
            "version": "",
            "pathCount": 0,
            "operationCount": 0,
            "rawExcerpt": "<!DOCTYPE html><html lang=\"en-US\"><head><title>Just a moment...</title><meta http-equiv=\"Content-Type\" content=\"text/html; charset=UTF-8\"><meta http-equiv=\"X-UA-Compatible\" content=\"IE=Edge\"><meta name=\"robots\" content=\"noindex,nofollow\"><meta name=\"viewport\" content=\"width=device-width,initial-scale=1\"><meta http-equiv=\"content-security-policy\" content=\"default-src &#39;none&#39;; script-src &#39;nonce-6d1e4n3SOQr7OPoQrTKIiZ&#39; &#39;unsafe-eval&#39; https://challenges.cloudflare.com; script-src-attr &#39;none&#39;; style-src &#39;unsafe-inline&#39;; img-src &#39;self&#39; https://challenges.cloudflare.com; connect-src &#39;self&#39; https://challenges.cloudflare.com; frame-src &#39;self&#39; https://challenges.cloudflare.com blob:; child-src &#39;self&#39; https://challenges.cloudflare."
          },
          {
            "path": "/docs/openapi.json",
            "statusCode": 403,
            "contentType": "text/html; charset=UTF-8",
            "valid": false,
            "issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html; charset=UTF-8\" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
            "compatibleContentType": false,
            "format": "yaml",
            "version": "",
            "pathCount": 0,
            "operationCount": 0,
            "rawExcerpt": "<!DOCTYPE html><html lang=\"en-US\"><head><title>Just a moment...</title><meta http-equiv=\"Content-Type\" content=\"text/html; charset=UTF-8\"><meta http-equiv=\"X-UA-Compatible\" content=\"IE=Edge\"><meta name=\"robots\" content=\"noindex,nofollow\"><meta name=\"viewport\" content=\"width=device-width,initial-scale=1\"><meta http-equiv=\"content-security-policy\" content=\"default-src &#39;none&#39;; script-src &#39;nonce-hz7l29iDMaBs4XEVIQce8z&#39; &#39;unsafe-eval&#39; https://challenges.cloudflare.com; script-src-attr &#39;none&#39;; style-src &#39;unsafe-inline&#39;; img-src &#39;self&#39; https://challenges.cloudflare.com; connect-src &#39;self&#39; https://challenges.cloudflare.com; frame-src &#39;self&#39; https://challenges.cloudflare.com blob:; child-src &#39;self&#39; https://challenges.cloudflare."
          }
        ]
      },
      "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 ControlInformational

Web Bot Auth request signing

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

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

Security & TrustSecurity & TrustEstablished

Content-Security-Policy

Content-Security-Policy is missing or incomplete.

33 Fail

Needs attention

Content-Security-Policy

Failed check
01

Issue

Content-Security-Policy is missing or incomplete.

02

Why it matters

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

Check name

Content-Security-Policy

Score

0/100

Status

fail

Category

Security & Trust

Maturity

Established

Goal

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

Result

Content-Security-Policy is missing or incomplete.

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

AI DiscoverabilityDiscoverabilityEstablished

High-value schema types

High-value schema types is missing or incomplete.

33 Fail

Needs attention

High-value schema types

Failed check
01

Issue

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

02

Why it matters

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

Check name

High-value schema types

Score

0/100

Status

fail

Category

Discoverability

Maturity

Established

Goal

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

Result

High-value schema types is missing or incomplete.

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

Security & TrustSecurity & TrustEstablished

HSTS header

HSTS header is missing or incomplete.

33 Fail

Needs attention

HSTS header

Failed check
01

Issue

HSTS header is missing or incomplete.

02

Why it matters

HSTS tells browsers to keep using HTTPS after the first secure visit, reducing downgrade and mixed-transport risk for repeat users.

Check name

HSTS header

Score

0/100

Status

fail

Category

Security & Trust

Maturity

Established

Goal

Require HTTPS for repeat visits with Strict-Transport-Security.

Result

HSTS header is missing or incomplete.

Evidence
{
  "header": "strict-transport-security",
  "value": "max-age=2592000"
}

AI DiscoverabilityDiscoverabilityEstablished

Link headers

Link headers failed at "Find useful Link headers".

33 Fail

Needs attention

Link headers

Failed check
01

Issue

No useful agent discovery Link headers were found.

02

Why it matters

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

Check name

Link headers

Score

0/100

Status

fail

Category

Discoverability

Maturity

Established

Goal

Include Link response headers for agent discovery using RFC 8288.

Result

Link headers failed at "Find useful Link headers".

Validation steps

  1. Find useful Link headers

    No useful agent discovery Link headers were found.

  2. Fetch same-origin Link header targets

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

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

AI DiscoverabilityContent ReadinessEmerging recommendation

llms.txt

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

33 Fail

Needs attention

llms.txt

Failed check
01

Issue

llms.txt was not found at the expected path.

02

Why it matters

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

Check name

llms.txt

Score

0/100

Status

fail

Category

Content Readiness

Maturity

Emerging recommendation

Goal

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

Result

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

Validation steps

  1. Fetch to find resource

    llms.txt was not found at the expected path.

Evidence
{
  "failedStep": "fetch",
  "steps": [
    {
      "id": "fetch",
      "title": "Fetch to find resource",
      "status": "fail",
      "evidence": {
        "checked": [
          {
            "path": "/llms.txt",
            "statusCode": 404,
            "contentType": "text/html; charset=UTF-8",
            "length": 317475
          },
          {
            "path": "/llms-full.txt",
            "statusCode": 404,
            "contentType": "text/html; charset=UTF-8",
            "length": 317475
          }
        ]
      },
      "issue": "llms.txt was not found at the expected path.",
      "howToFix": "Publish /llms.txt as Markdown with a clear title, concise site summary, and useful links for agents."
    }
  ]
}

AI DiscoverabilityContent ReadinessEstablished

Markdown negotiation

Markdown negotiation failed at "Markdown content type".

33 Fail

Needs attention

Markdown negotiation

Failed check
01

Issue

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

02

Why it matters

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

Check name

Markdown negotiation

Score

0/100

Status

fail

Category

Content Readiness

Maturity

Established

Goal

Return HTML responses as markdown when agents request it.

Result

Markdown negotiation failed at "Markdown content type".

Validation steps

  1. Markdown content type

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

  2. Vary: Accept header

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

  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": 403,
        "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": 362,
        "excerpt": "<!DOCTYPE html><html lang=\"en-US\"><head><title>Just a moment...</title><meta http-equiv=\"Content-Type\" content=\"text/html; charset=UTF-8\"><meta http-equiv=\"X-UA-Compatible\" content=\"IE=Edge\"><meta name=\"robots\" content=\"noindex,nofollow\"><m",
        "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": 317475
          },
          {
            "path": "/.well-known/mcp/server-cards.json",
            "statusCode": 404,
            "contentType": "text/html; charset=UTF-8",
            "length": 317475
          },
          {
            "path": "/.well-known/mcp.json",
            "statusCode": 404,
            "contentType": "text/html; charset=UTF-8",
            "length": 317475
          }
        ]
      },
      "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": 403,
            "contentType": "text/html; charset=UTF-8",
            "length": 5471
          },
          {
            "path": "/.well-known/mcp.json",
            "statusCode": 404,
            "contentType": "text/html; charset=UTF-8",
            "length": 317475
          },
          {
            "path": "/.well-known/mcp/server-card.json",
            "statusCode": 404,
            "contentType": "text/html; charset=UTF-8",
            "length": 317475
          }
        ]
      },
      "issue": "mcp.json was not found at the expected path.",
      "howToFix": "Publish mcp.json or an MCP server card with serverInfo, protocolVersion, transport endpoint, and capabilities."
    }
  ]
}

Security & TrustSecurity & TrustEstablished

Referrer-Policy

Referrer-Policy is missing or incomplete.

33 Fail

Needs attention

Referrer-Policy

Failed check
01

Issue

Referrer-Policy is missing or incomplete.

02

Why it matters

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

Check name

Referrer-Policy

Score

0/100

Status

fail

Category

Security & Trust

Maturity

Established

Goal

Limit how much referrer data leaves the site.

Result

Referrer-Policy is missing or incomplete.

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

AI DiscoverabilityContent ReadinessEstablished

Semantic HTML

Semantic HTML is missing or incomplete.

33 Fail

Needs attention

Semantic HTML

Failed check
01

Issue

Semantic HTML is incomplete: missing <main> landmark; skipped heading levels; 7 links missing accessible names; 10 buttons missing accessible names; missing alt text on >10% of images.

Details

02

Why it matters

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

Check name

Semantic HTML

Score

0/100

Status

fail

Category

Content Readiness

Maturity

Established

Goal

Expose readable page structure through semantic HTML and accessible controls.

Result

Semantic HTML is missing or incomplete.

Evidence
{
  "main": false,
  "nav": true,
  "footer": true,
  "meaningfulH1": true,
  "headingOrder": false,
  "accessibleLinks": false,
  "accessibleButtons": false,
  "imageAltCoverage": false,
  "formAutocompleteCoverage": true,
  "details": {
    "inaccessibleLinks": [
      "<a class=\"noline d-block\" href=\"/products\"><img src=\"/wp-content/uploads/2026/01/comp-diagram-n-able-pillars-fan-wide-padded-export.svg\" class=\"d-block w-100 h-auto\"></a>",
      "<a class=\"noline d-block\" href=\"/products/n-central-rmm\"><img src=\"/wp-content/uploads/2025/09/comp-diagram-uem-features-fan-cropped.svg\" class=\"d-block w-100 h-auto\"></a>",
      "<a class=\"noline d-block\" href=\"/products/adlumin\"><img src=\"/wp-content/uploads/2025/09/comp-diagram-security-operations-features-fan-cropped.svg\" class=\"d-block w-100 h-auto\"></a>",
      "<a class=\"noline d-block\" href=\"/products/cove-data-protection\"><img src=\"/wp-content/uploads/2025/09/comp-diagram-data-protection-features-fan-cropped.svg\" class=\"d-block w-100 h-auto\"></a>",
      "<a class=\"videotile noline border-radius-xl \" href=\"//fast.wistia.net/embed/iframe/07uwhe5um2?autoPlay=true\" data-nablebox data-type=\"iframe\" data-width=\"1095\" data-height=\"616\" data-toggle=\"modal\" data-target=\"#nableFancybox\"> <div class=\"videotile__poster\" style=\"background-image: url(&apos;https://www.n-able.com/wp-content/uploads/2025/02/thumb-rick-mutzel-1200x625.png&apos;)\"></div> <div class=\"videotile__play videotile__play--v2\"> <i class=\"fa-duotone fa-circle-play \" style=\"--fa-primary-co",
      "<a class=\"videotile noline border-radius-xl \" href=\"//fast.wistia.net/embed/iframe/wmqhe6idhr?autoPlay=true\" data-nablebox data-type=\"iframe\" data-width=\"1095\" data-height=\"616\" data-toggle=\"modal\" data-target=\"#nableFancybox\"> <div class=\"videotile__poster\" style=\"background-image: url(&apos;https://www.n-able.com/wp-content/uploads/2024/09/comp-testimonial-airiam-21-9-1200x514.jpg&apos;)\"></div> <div class=\"videotile__play videotile__play--v2\"> <i class=\"fa-duotone fa-circle-play \" style=\"--fa",
      "<a class=\"videotile noline border-radius-xl \" href=\"//fast.wistia.net/embed/iframe/bueyq0x7rf?autoPlay=true\" data-nablebox data-type=\"iframe\" data-width=\"1095\" data-height=\"616\" data-toggle=\"modal\" data-target=\"#nableFancybox\"> <div class=\"videotile__poster\" style=\"background-image: url(&apos;https://www.n-able.com/wp-content/uploads/2025/02/video-thumbnail-jess-walpole-1200x621.png&apos;)\"></div> <div class=\"videotile__play videotile__play--v2\"> <i class=\"fa-duotone fa-circle-play \" style=\"--fa"
    ],
    "inaccessibleButtons": [
      "<button type=\"button\" role=\"presentation\" class=\"owl-prev disabled\"><i class=\"fa-sharp fa-regular fa-arrow-left\" aria-hidden=\"true\"></i></button>",
      "<button type=\"button\" role=\"presentation\" class=\"owl-next\"><i class=\"fa-sharp fa-regular fa-arrow-right\" aria-hidden=\"true\"></i></button>",
      "<button role=\"button\" class=\"owl-dot active\"><span></span></button>",
      "<button role=\"button\" class=\"owl-dot\"><span></span></button>",
      "<button role=\"button\" class=\"owl-dot\"><span></span></button>",
      "<button role=\"button\" class=\"owl-dot\"><span></span></button>",
      "<button role=\"button\" class=\"owl-dot\"><span></span></button>",
      "<button role=\"button\" class=\"owl-dot active\"><span></span></button>",
      "<button role=\"button\" class=\"owl-dot\"><span></span></button>",
      "<button role=\"button\" class=\"owl-dot\"><span></span></button>"
    ],
    "missingAutocompleteInputs": [],
    "imagesMissingAlt": [
      "<img src=\"/wp-content/uploads/2026/03/shield-icon-security-operations.svg\" style=\"display:inline-block; width:2em; height:auto;\" class=\"mr-2\">",
      "<img src=\"/wp-content/uploads/2026/03/shield-icon-security-operations.svg\" style=\"display:inline-block; width:2em; height:auto;\" class=\"mr-2\">",
      "<img src=\"/wp-content/uploads/2026/03/shield-icon-security-operations.svg\" style=\"display:inline-block; width:2em; height:auto;\" class=\"mr-2\">",
      "<img src=\"/wp-content/uploads/2026/01/comp-diagram-n-able-pillars-fan-wide-padded-export.svg\" class=\"d-block w-100 h-auto\">",
      "<img src=\"/wp-content/uploads/2026/01/comp-diagram-n-able-pillars-fan-wide-padded-export.svg\" class=\"d-block w-100 h-auto\">",
      "<img src=\"/wp-content/uploads/2025/09/comp-diagram-uem-features-fan-cropped.svg\" class=\"d-block w-100 h-auto\">",
      "<img src=\"/wp-content/uploads/2025/09/comp-diagram-uem-features-fan-cropped.svg\" class=\"d-block w-100 h-auto\">",
      "<img src=\"/wp-content/uploads/2025/09/comp-diagram-security-operations-features-fan-cropped.svg\" class=\"d-block w-100 h-auto\">",
      "<img src=\"/wp-content/uploads/2025/09/comp-diagram-security-operations-features-fan-cropped.svg\" class=\"d-block w-100 h-auto\">",
      "<img src=\"/wp-content/uploads/2025/09/comp-diagram-data-protection-features-fan-cropped.svg\" class=\"d-block w-100 h-auto\">",
      "<img src=\"/wp-content/uploads/2025/09/comp-diagram-data-protection-features-fan-cropped.svg\" class=\"d-block w-100 h-auto\">",
      "<img class=\"l_media_holder d_media\" src=\"https://www.n-able.com/wp-content/uploads/2025/04/head-nerd-stars-700x394.png\">",
      "<img class=\"l_media_holder d_media\" src=\"https://www.n-able.com/wp-content/uploads/2025/04/business-transformation-stars-1-700x393.png\">",
      "<img class=\"l_media_holder d_media\" src=\"https://www.n-able.com/wp-content/uploads/2025/04/n-able-roadmaps-700x394.png\">"
    ],
    "skippedHeadingLevels": [
      "h4: Cove Data ProtectionDRaaS keeps recovery simple when your business is on the line",
      "h4: Designing a Cyber Resilient Business",
      "h4: Building cyber resilience in an AI-driven threat landscape",
      "h4: 2026 SOC Report Insights",
      "h1: Unified end-to-end cybersecurity and IT solutions Defend smarter, recover faster. Deliver business resilience.",
      "h3: DRaaS",
      "h3: Ransomware ready MDR",
      "h3: Automated patching",
      "h3: Immutable backups",
      "h3: Cyber recovery",
      "h3: AI-poweredSOC services",
      "h3: Auto-securedendpoints",
      "h3: Identity protection",
      "h3: Smarter IT Operations",
      "h3: Faster backup & recovery",
      "h2: Outmaneuver cyberthreats before, during, and after an attack.",
      "h2: BusinessResilience",
      "h2: BusinessResilience",
      "h2: EndpointResilience",
      "h2: EndpointResilience",
      "h2: SecurityResilience",
      "h2: SecurityResilience",
      "h2: DataResilience",
      "h2: DataResilience",
      "h2: Unified coverage, endpoint to identity.",
      "h3: EndpointManagement",
      "h3: SecurityOperations",
      "h3: DataProtection",
      "h2: Tight integrations with powerful tools",
      "h2: AI-powered solutions that amplify efficiency and reduce risk",
      "h2: Bringing enterprise-grade security where it’s needed most—everywhere.",
      "h2: We tore up the traditional vendor-partner playbook, and wrote a better one.",
      "h2: N‑able can help you achieve relentless cyber resilience."
    ]
  },
  "counts": {
    "h1": 1,
    "headings": 33,
    "links": 256,
    "inaccessibleLinks": 7,
    "buttons": 13,
    "inaccessibleButtons": 10,
    "images": 49,
    "imagesWithAlt": 35,
    "autocompleteInputs": 0,
    "inputsWithAutocomplete": 0,
    "missingAutocompleteInputs": 0
  }
}

AI DiscoverabilityDiscoverabilityEstablished

Sitemap

Sitemap is missing or incomplete.

33 Fail

Needs attention

Sitemap

Failed check
01

Issue

No valid XML sitemap found at checked locations: https://www.n-able.com/sitemap_index.xml, https://www.n-able.com/sitemap.xml, https://www.n-able.com/sitemap_index.xml, https://www.n-able.com/sitemap-index.xml.

02

Why it matters

Sitemaps help crawlers and agents discover canonical URLs, updated pages, and deeper content that may not be obvious from the homepage navigation.

Check name

Sitemap

Score

0/100

Status

fail

Category

Discoverability

Maturity

Established

Goal

Publish a sitemap and reference it from robots.txt.

Result

Sitemap is missing or incomplete.

Evidence
{
  "checked": [
    "https://www.n-able.com/sitemap_index.xml",
    "https://www.n-able.com/sitemap.xml",
    "https://www.n-able.com/sitemap_index.xml",
    "https://www.n-able.com/sitemap-index.xml"
  ]
}

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": 317475
          },
          {
            "path": "/webmcp.json",
            "statusCode": 403,
            "contentType": "text/html; charset=UTF-8",
            "length": 5480
          },
          {
            "path": "/mcp.json",
            "statusCode": 403,
            "contentType": "text/html; charset=UTF-8",
            "length": 5471
          }
        ]
      },
      "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": 317475
          },
          {
            "path": "/.well-known/a2a/agent-card.json",
            "statusCode": 404,
            "contentType": "text/html; charset=UTF-8",
            "length": 317475
          },
          {
            "path": "/agent-card.json",
            "statusCode": 403,
            "contentType": "text/html; charset=UTF-8",
            "length": 5514
          }
        ]
      },
      "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": 317475
          },
          {
            "path": "/.well-known/skills/index.json",
            "statusCode": 404,
            "contentType": "text/html; charset=UTF-8",
            "length": 317475
          }
        ]
      },
      "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": 317475
          },
          {
            "path": "/agent.json",
            "statusCode": 403,
            "contentType": "text/html; charset=UTF-8",
            "length": 5477
          }
        ]
      },
      "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": 317475
          },
          {
            "path": "/agents.json",
            "statusCode": 403,
            "contentType": "text/html; charset=UTF-8",
            "length": 5480
          }
        ]
      },
      "issue": "agents.json was not found at the expected path.",
      "howToFix": "If this site uses agents.json, publish JSON with an agents array containing name and url for each agent."
    }
  ]
}

Agent Ease of UseSkill DiscoveryEmerging recommendation

DNS-AID Agent Discovery

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

15 Fail

Needs attention

DNS-AID Agent Discovery

Failed check
01

Issue

No DNS-AID entrypoint records were found under _agents.

02

Why it matters

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

Check name

DNS-AID Agent Discovery

Score

25/100

Status

fail

Category

Skill Discovery

Maturity

Emerging recommendation

Goal

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

Result

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

Validation steps

  1. Resolve DNS-AID SVCB/HTTPS records

    No DNS-AID entrypoint records were found under _agents.

  2. Validate alpn and endpoint parameters

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

  3. Check DNSSEC material

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

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

AIO: Source and trust signals

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

4 Warning

Needs attention

AIO: Source and trust signals

Warning
01

Issue

Missing AIO trust signals: author, publisher.

Details

02

Why it matters

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

Check name

AIO: Source and trust signals

Score

60/100

Status

warning

Category

GEO, AIO & AEO

Maturity

Emerging recommendation

Goal

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

Result

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

Evidence
{
  "signals": {
    "author": false,
    "publisher": false,
    "freshnessDate": true,
    "aboutOrContact": true,
    "policyLinks": true
  },
  "missing": [
    "author",
    "publisher"
  ],
  "authorMeta": "",
  "schemaAuthors": [],
  "schemaPublishers": [],
  "schemaDates": [
    "2016-11-23T21:39:42+00:00",
    "2026-05-27T12:31:28+00:00"
  ],
  "visibleDates": [],
  "aboutLinks": [
    {
      "href": "/company",
      "text": "Company",
      "html": "<a class=\"nav-link\" href=\"/company\" target data-click-track=\"1\" data-click-category=\"Navigation\" data-click-action=\"Main Nav Primary Link Click\" data-click-label=\"Company | Open Menu | Page - Home | https://www.n-able.com/ | English\">Company </a>"
    },
    {
      "href": "/company",
      "text": "Company",
      "html": "<a class=\"mobnav__nav__item__link noline fontsize--med py-3\" href=\"/company\" target data-click-track=\"1\" data-click-category=\"Navigation\" data-click-action=\"Main Nav Primary Link Click\" data-click-label=\"Company | /company | Page - Home | https://www.n-able.com/ | English\">Company<i class=\"fak fa-n-able-arrow-right\"></i></a>"
    },
    {
      "href": "/resources/designing-a-cyber-resilient-business-a-minimum-viable-company-playbook",
      "text": "Download the playbook",
      "html": "<a class=\"text-link font-standard-heavy text-highlight link-arrow-right noline \" style href=\"/resources/designing-a-cyber-resilient-business-a-minimum-viable-company-playbook\" target data-click-track=\"1\" data-click-category=\"Call to Action\" data-click-action=\"Link Click\" data-click-label=\"Main Nav - Dropdown Menu | Not Product-Specific | Download the playbook | Page - Home | https://www.n-able.com/ | English \"> Download the playbook </a>"
    },
    {
      "href": "/company",
      "text": "About Us",
      "html": "<a class=\"noline mm-link mm-textlink\" href=\"/company\" target data-click-track=\"1\" data-click-category=\"Navigation\" data-click-action=\"Main Nav Submenu Link Click\" data-click-label=\"About Us | /company | Page - Home | https://www.n-able.com/ | English | Mega Menu\"> <section class=\"mm-item-mb-no-description \"> <div class=\"mm-sectionitem mm-section-linktext mb-0 mm-bullet\"> <div class=\"visual_id_grid d-flex font-standard-heavy\"> <div class=\"item\"> <!--start icon selection--> </div> <div class=\"i..."
    },
    {
      "href": "/company/our-people",
      "text": "Our People",
      "html": "<a class=\"noline mm-link mm-textlink\" href=\"/company/our-people\" target data-click-track=\"1\" data-click-category=\"Navigation\" data-click-action=\"Main Nav Submenu Link Click\" data-click-label=\"Our People | /company/our-people | Page - Home | https://www.n-able.com/ | English | Mega Menu\"> <section class=\"mm-item-mb-no-description \"> <div class=\"mm-sectionitem mm-section-linktext mb-0 mm-bullet\"> <div class=\"visual_id_grid d-flex font-standard-heavy\"> <div class=\"item\"> <!--start icon selection..."
    },
    {
      "href": "https://www.linkedin.com/company/n-able",
      "text": "Linked-In",
      "html": "<a class=\"nav-link\" href=\"https://www.linkedin.com/company/n-able\" target=\"_blank\" rel=\"noopener noreferrer\" aria-label=\"Linked-In\"> <span class=\"fab fa-linkedin-in p-0\" aria-hidden=\"true\"></span><span class=\"sr-only\">Linked-In</span> </a>"
    },
    {
      "href": "/company",
      "text": "Company",
      "html": "<a class=\"nav-link font-weight-bold text-white underline line--added\" href=\"/company\" data-click-track=\"1\" data-click-category=\"Navigation\" data-click-action=\"Footer Nav Heading Link Click\" data-click-label=\"Company | /company | Page - Home | https://www.n-able.com/ | English\"><span class=\"linkline\"> Company </span></a>"
    },
    {
      "href": "/company",
      "text": "About Us",
      "html": "<a class=\"nav-link text-white line--added\" href=\"/company\" data-click-track=\"1\" data-click-category=\"Navigation\" data-click-action=\"Footer Nav Link Click\" data-click-label=\"About Us | /company | Page - Home | https://www.n-able.com/ | English\"><span class=\"linkline\"> About Us </span></a>"
    }
  ],
  "contactLinks": [
    {
      "href": "/products/adlumin/siem-support",
      "text": "SIEM Support",
      "html": "<a class=\"noline mm-link mm-textlink\" href=\"/products/adlumin/siem-support\" target data-click-track=\"1\" data-click-category=\"Navigation\" data-click-action=\"Main Nav Submenu Link Click\" data-click-label=\"SIEM Support | /products/adlumin/siem-support | Page - Home | https://www.n-able.com/ | English | Mega Menu\"> <section class=\"mm-item-mb-no-description \"> <div class=\"mm-sectionitem mm-section-linktext mb-0 mm-indent\"> <div class=\"visual_id_grid d-flex font-standard-heavy\"> <div class=\"item\">..."
    },
    {
      "href": "/products/msp-manager",
      "text": "MSP Manager Robust help desk with reporting and billing.",
      "html": "<a class=\"noline mm-link mm-buttonlink\" href=\"/products/msp-manager\" target data-click-track=\"1\" data-click-category=\"Navigation\" data-click-action=\"Main Nav Submenu Link Click\" data-click-label=\"MSP Manager | /products/msp-manager | Page - Home | https://www.n-able.com/ | English | Mega Menu\"> <section class=\"mm-section-hover mm-item-mb \"> <div class=\"mm-sectionitem mm-section-linktext mb-0\"> <div class=\"visual_id_grid d-flex font-standard-heavy\"> <div class=\"item\"> <!--start icon selection-..."
    },
    {
      "href": "/contact",
      "text": "Contact Us",
      "html": "<a class=\"mm-bottomcorner-link link-arrow-right noline px-3 py-1 border-radius-lg\" href=\"/contact\" target data-click-track=\"1\" data-click-category=\"Navigation\" data-click-action=\"Main Megamenu Submenu Link Click7\" data-click-label=\"Contact Us | /contact | Page - Home | https://www.n-able.com/ | English | Mega Menu\"> Contact Us </a>"
    },
    {
      "href": "/solutions/msp-software",
      "text": "Managed Service Providers Powerful software and services to help you build, scale, and support your MSP.",
      "html": "<a class=\"noline mm-link mm-buttonlink\" href=\"/solutions/msp-software\" target data-click-track=\"1\" data-click-category=\"Navigation\" data-click-action=\"Main Nav Submenu Link Click\" data-click-label=\"Managed Service Providers | /solutions/msp-software | Page - Home | https://www.n-able.com/ | English | Mega Menu\"> <section class=\"mm-section-hover mm-item-mb \"> <div class=\"mm-sectionitem mm-section-linktext mb-0 mm-bullet\"> <div class=\"visual_id_grid d-flex font-standard-heavy\"> <div class=\"item..."
    },
    {
      "href": "/contact",
      "text": "Contact Us",
      "html": "<a class=\"mm-bottomcorner-link link-arrow-right noline px-3 py-1 border-radius-lg\" href=\"/contact\" target data-click-track=\"1\" data-click-category=\"Navigation\" data-click-action=\"Main Megamenu Submenu Link Click3\" data-click-label=\"Contact Us | /contact | Page - Home | https://www.n-able.com/ | English | Mega Menu\"> Contact Us </a>"
    },
    {
      "href": "/contact",
      "text": "Contact Us",
      "html": "<a class=\"mm-bottomcorner-link link-arrow-right noline px-3 py-1 border-radius-lg\" href=\"/contact\" target data-click-track=\"1\" data-click-category=\"Navigation\" data-click-action=\"Main Megamenu Submenu Link Click4\" data-click-label=\"Contact Us | /contact | Page - Home | https://www.n-able.com/ | English | Mega Menu\"> Contact Us </a>"
    },
    {
      "href": "/solutions/msp-software",
      "text": "MSP Partner Solutions Scale faster, support better, and grow with a partner invested in your success.",
      "html": "<a class=\"noline mm-link mm-buttonlink\" href=\"/solutions/msp-software\" target data-click-track=\"1\" data-click-category=\"Navigation\" data-click-action=\"Main Nav Submenu Link Click\" data-click-label=\"MSP Partner Solutions | /solutions/msp-software | Page - Home | https://www.n-able.com/ | English | Mega Menu\"> <section class=\"mm-section-hover mm-item-mb \"> <div class=\"mm-sectionitem mm-section-linktext mb-0 mm-bullet\"> <div class=\"visual_id_grid d-flex font-standard-heavy\"> <div class=\"item\"> <..."
    },
    {
      "href": "/partner-success",
      "text": "MSP Customer Success Expert guidance and support to help MSPs succeed at every stage.",
      "html": "<a class=\"noline mm-link mm-buttonlink\" href=\"/partner-success\" target data-click-track=\"1\" data-click-category=\"Navigation\" data-click-action=\"Main Nav Submenu Link Click\" data-click-label=\"MSP Customer Success | /partner-success | Page - Home | https://www.n-able.com/ | English | Mega Menu\"> <section class=\"mm-section-hover mm-item-mb \"> <div class=\"mm-sectionitem mm-section-linktext mb-0 mm-bullet\"> <div class=\"visual_id_grid d-flex font-standard-heavy\"> <div class=\"item\"> <!--start icon s..."
    },
    {
      "href": "/partnerships/distributors/locator",
      "text": "Distributor Locator Local distributor partners offering sales, training, and support.",
      "html": "<a class=\"noline mm-link mm-buttonlink\" href=\"/partnerships/distributors/locator\" target data-click-track=\"1\" data-click-category=\"Navigation\" data-click-action=\"Main Nav Submenu Link Click\" data-click-label=\"Distributor Locator | /partnerships/distributors/locator | Page - Home | https://www.n-able.com/ | English | Mega Menu\"> <section class=\"mm-section-hover mm-item-mb \"> <div class=\"mm-sectionitem mm-section-linktext mb-0 mm-bullet\"> <div class=\"visual_id_grid d-flex font-standard-heavy\">..."
    },
    {
      "href": "/contact",
      "text": "Contact Us",
      "html": "<a class=\"mm-bottomcorner-link link-arrow-right noline px-3 py-1 border-radius-lg\" href=\"/contact\" target data-click-track=\"1\" data-click-category=\"Navigation\" data-click-action=\"Main Megamenu Submenu Link Click4\" data-click-label=\"Contact Us | /contact | Page - Home | https://www.n-able.com/ | English | Mega Menu\"> Contact Us </a>"
    },
    {
      "href": "https://me.n-able.com/s/",
      "text": "Customer Support",
      "html": "<a class=\"mm-bottomcorner-link link-arrow-right noline px-3 py-1 border-radius-lg\" href=\"https://me.n-able.com/s/\" target data-click-track=\"1\" data-click-category=\"Navigation\" data-click-action=\"Main Megamenu Submenu Link Click1\" data-click-label=\"Customer Support | https://me.n-able.com/s/ | Page - Home | https://www.n-able.com/ | English | Mega Menu\"> Customer Support </a>"
    },
    {
      "href": "/contact",
      "text": "Contact Us",
      "html": "<a class=\"mm-bottomcorner-link link-arrow-right noline px-3 py-1 border-radius-lg\" href=\"/contact\" target data-click-track=\"1\" data-click-category=\"Navigation\" data-click-action=\"Main Megamenu Submenu Link Click3\" data-click-label=\"Contact Us | /contact | Page - Home | https://www.n-able.com/ | English | Mega Menu\"> Contact Us </a>"
    },
    {
      "href": "/contact",
      "text": "Contact",
      "html": "<a class=\"nav-link text-white line--added\" href=\"/contact\" data-click-track=\"1\" data-click-category=\"Navigation\" data-click-action=\"Footer Nav Link Click\" data-click-label=\"Contact | /contact | Page - Home | https://www.n-able.com/ | English\"><span class=\"linkline\"> Contact </span></a>"
    }
  ],
  "privacyLinks": [
    {
      "href": "/legal/terms-of-use",
      "text": "Terms of use",
      "html": "<a class=\"d-inline-block nav-link text-white line--added\" href=\"/legal/terms-of-use\"><span class=\"linkline\"> Terms of use </span></a>"
    },
    {
      "href": "/legal/privacy",
      "text": "Privacy Notice",
      "html": "<a class=\"d-inline-block nav-link text-white line--added\" href=\"/legal/privacy\"><span class=\"linkline\"> Privacy Notice </span></a>"
    }
  ],
  "score": 60,
  "weight": 20
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

AEO: Answer-first sections

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

4 Warning

Needs attention

AEO: Answer-first sections

Warning
01

Issue

27 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": 28,
  "passing": 1,
  "failing": [
    {
      "heading": "DRaaS",
      "headingHtml": "<h3 class=\"card-title mb-3 mb-lg-4\"> DRaaS </h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Ransomware ready MDR",
      "headingHtml": "<h3 class=\"card-title mb-3 mb-lg-4\"> Ransomware ready MDR </h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Automated patching",
      "headingHtml": "<h3 class=\"card-title mb-3 mb-lg-4\"> Automated patching </h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Immutable backups",
      "headingHtml": "<h3 class=\"card-title mb-3 mb-lg-4\"> Immutable backups </h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Cyber recovery",
      "headingHtml": "<h3 class=\"card-title mb-3 mb-lg-4\"> Cyber <br>recovery </h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "AI-poweredSOC services",
      "headingHtml": "<h3 class=\"card-title mb-3 mb-lg-4\"> AI-powered<br>SOC services </h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Auto-securedendpoints",
      "headingHtml": "<h3 class=\"card-title mb-3 mb-lg-4\"> Auto-secured<br>endpoints </h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Identity protection",
      "headingHtml": "<h3 class=\"card-title mb-3 mb-lg-4\"> Identity protection </h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Smarter IT Operations",
      "headingHtml": "<h3 class=\"card-title mb-3 mb-lg-4\"> Smarter IT Operations </h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Faster backup & recovery",
      "headingHtml": "<h3 class=\"card-title mb-3 mb-lg-4\"> Faster backup &amp; recovery </h3>",
      "firstParagraph": "Build Cyber Resilience for the AI Era",
      "paragraphHtml": "<p class=\"font-standard-heavy text-wrap-balance mb-3\">Build Cyber Resilience for the AI Era</p>",
      "words": 7,
      "direct": false,
      "issue": "First paragraph is 7 words and does not look like a concise direct answer."
    },
    {
      "heading": "Outmaneuver cyberthreats before, during, and after an attack.",
      "headingHtml": "<h2 class=\"moduleheader__heading mb-4 moduleheader__heading--nointro font-jumbo-heavy\"> <span class=\"d-block text-wrap-balance\">Outmaneuver cyberthreats before, during, and after an attack.<!--Safeguard your business and streamline IT end to end--></span> </h2>",
      "firstParagraph": "End-to-end",
      "paragraphHtml": "<p class=\"title__block font-med-heavy\"><span class=\"font-interm-heavy d-inline-block\">End-to-end</span></p>",
      "words": 1,
      "direct": false,
      "issue": "First paragraph is 1 words and does not look like a concise direct answer."
    },
    {
      "heading": "BusinessResilience",
      "headingHtml": "<h2 class=\"font-jumbo-heavy text-white\">Business<br>Resilience</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "BusinessResilience",
      "headingHtml": "<h2 class=\"font-jumbo-heavy text-white\">Business<br>Resilience</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "EndpointResilience",
      "headingHtml": "<h2 class=\"font-jumbo-heavy text-white\">Endpoint<br>Resilience</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "EndpointResilience",
      "headingHtml": "<h2 class=\"font-jumbo-heavy text-white\">Endpoint<br>Resilience</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "SecurityResilience",
      "headingHtml": "<h2 class=\"font-jumbo-heavy text-white\">Security<br>Resilience</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "SecurityResilience",
      "headingHtml": "<h2 class=\"font-jumbo-heavy text-white\">Security<br>Resilience</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "DataResilience",
      "headingHtml": "<h2 class=\"font-jumbo-heavy text-white\">Data<br>Resilience</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "DataResilience",
      "headingHtml": "<h2 class=\"font-jumbo-heavy text-white\">Data<br>Resilience</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Unified coverage, endpoint to identity.",
      "headingHtml": "<h2 class=\"moduleheader__heading mb-4 moduleheader__heading--nointro font-jumbo-heavy\"> <span class=\"d-block text-wrap-balance\">Unified coverage, endpoint to identity.</span> </h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "EndpointManagement",
      "headingHtml": "<h3 class=\"card-title mb-3 mb-lg-4\"> <span class=\"d-block font-large-heavy text-center w-100 text-white border-radius-xl\" style=\"padding: 1em .5em; background:url(&apos;/wp-content/uploads/2025/04/comp-bg-texture-diagonal-stripes.jpg&apos;); background-repeat:no-repeat; background-size:cover; background-position:center center;\">Endpoint<br>Management</span> </h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "SecurityOperations",
      "headingHtml": "<h3 class=\"card-title mb-3 mb-lg-4\"> <span class=\"d-block font-large-heavy text-center w-100 text-white border-radius-xl\" style=\"padding: 1em .5em; background:url(&apos;/wp-content/uploads/2025/04/comp-bg-texture-angled-stripes.jpg&apos;); background-repeat:no-repeat; background-size:cover; background-position:center center;\">Security<br>Operations</span> </h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "DataProtection",
      "headingHtml": "<h3 class=\"card-title mb-3 mb-lg-4\"> <span class=\"d-block font-large-heavy text-center w-100 text-white border-radius-xl\" style=\"padding: 1em .5em; background:url(&apos;/wp-content/uploads/2025/04/comp-bg-texture-curved-stripes.jpg&apos;); background-repeat:no-repeat; background-size:cover; background-position:center center;\">Data<br>Protection</span> </h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Tight integrations with powerful tools",
      "headingHtml": "<h2 class=\"modulecontent__heading font-large-heavy title-effect\"> Tight integrations with powerful tools </h2>",
      "firstParagraph": "N‑able empowers your stack by integrating with the same world-class solutions you already know and love.",
      "paragraphHtml": "<p>N&#x2011;able empowers your stack by integrating with the same world-class solutions you already know and love.</p>",
      "words": 17,
      "direct": false,
      "issue": "First paragraph is 17 words and does not look like a concise direct answer."
    },
    {
      "heading": "Bringing enterprise-grade security where it’s needed most—everywhere.",
      "headingHtml": "<h2 class=\"moduleheader__heading mb-4 moduleheader__heading--nointro font-jumbo-heavy\"> <span class>Bringing enterprise-grade security where it&#x2019;s needed most&#x2014;</span><span class=\"text-electric-indigo\">everywhere.</span> </h2>",
      "firstParagraph": "Two thumbs up on peace of mind. We had a ransomware attack recently and it was a simple recovery.",
      "paragraphHtml": "<p class=\"font-med-reg mb-0 text-\">Two thumbs up on <strong>peace of mind</strong>. We had a ransomware attack recently and it was a simple recovery.</p>",
      "words": 19,
      "direct": false,
      "issue": "First paragraph is 19 words and does not look like a concise direct answer."
    },
    {
      "heading": "We tore up the traditional vendor-partner playbook, and wrote a better one.",
      "headingHtml": "<h2 class=\"moduleheader__heading mb-4 moduleheader__heading--nointro font-large-heavy\"> We tore up the traditional vendor-partner playbook, and wrote a better one. </h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "N‑able can help you achieve relentless cyber resilience.",
      "headingHtml": "<h2 class=\"modulecontent__heading font-huge-heavy title-effect\"> <span class=\"font-weight-normal\">N&#x2011;able can help you achieve </span>relentless cyber resilience. </h2>",
      "firstParagraph": "Get started with a free trial, or get hands on to explore N‑able solutions deeper.",
      "paragraphHtml": "<p class=\"font-large-reg text-wrap-balance\">Get started with a free trial, or get hands on to explore N&#x2011;able solutions deeper.</p>",
      "words": 16,
      "direct": false,
      "issue": "First paragraph is 16 words and does not look like a concise direct answer."
    }
  ],
  "score": 65,
  "weight": 28
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

GEO: Entity clarity

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

4 Warning

Needs attention

GEO: Entity clarity

Warning
01

Issue

Title/H1 terms missing from description: able, end, cybersecurity, unified, defend, smarter, recover, faster, deliver, business, resilience.

Details

02

Why it matters

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

Check name

GEO: Entity clarity

Score

75/100

Status

warning

Category

GEO, AIO & AEO

Maturity

Emerging recommendation

Goal

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

Result

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

Evidence
{
  "title": "N-able - End-to-End Cybersecurity and IT Management Solutions",
  "h1": "Unified end-to-end cybersecurity and IT solutions Defend smarter, recover faster. Deliver business resilience.",
  "description": "Software, resources, and tools for MSPs and IT departments with best-in-class Remote Monitoring & Management, Data Protection, and Security solutions.",
  "topicOverlap": 0.15384615384615385,
  "topicTerms": [
    "able",
    "end",
    "cybersecurity",
    "management",
    "solutions",
    "unified",
    "defend",
    "smarter",
    "recover",
    "faster",
    "deliver",
    "business",
    "resilience"
  ],
  "descriptionTerms": [
    "software",
    "resources",
    "tools",
    "msps",
    "departments",
    "best",
    "class",
    "remote",
    "monitoring",
    "management",
    "data",
    "protection",
    "security",
    "solutions"
  ],
  "missingFromDescription": [
    "able",
    "end",
    "cybersecurity",
    "unified",
    "defend",
    "smarter",
    "recover",
    "faster",
    "deliver",
    "business",
    "resilience"
  ],
  "score": 75,
  "weight": 28
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

AEO: Question-led structure

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

3 Warning

Needs attention

AEO: Question-led structure

Warning
01

Issue

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

02

Why it matters

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

Check name

AEO: Question-led structure

Score

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

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

AEO: Answer evidence and trust

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

3 Warning

Needs attention

AEO: Answer evidence and trust

Warning
01

Issue

Missing AIO trust signals: author, publisher.

Details

02

Why it matters

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

Check name

AEO: Answer evidence and trust

Score

60/100

Status

warning

Category

GEO, AIO & AEO

Maturity

Emerging recommendation

Goal

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

Result

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

Evidence
{
  "signals": {
    "author": false,
    "publisher": false,
    "freshnessDate": true,
    "aboutOrContact": true,
    "policyLinks": true
  },
  "missing": [
    "author",
    "publisher"
  ],
  "authorMeta": "",
  "schemaAuthors": [],
  "schemaPublishers": [],
  "schemaDates": [
    "2016-11-23T21:39:42+00:00",
    "2026-05-27T12:31:28+00:00"
  ],
  "visibleDates": [],
  "aboutLinks": [
    {
      "href": "/company",
      "text": "Company",
      "html": "<a class=\"nav-link\" href=\"/company\" target data-click-track=\"1\" data-click-category=\"Navigation\" data-click-action=\"Main Nav Primary Link Click\" data-click-label=\"Company | Open Menu | Page - Home | https://www.n-able.com/ | English\">Company </a>"
    },
    {
      "href": "/company",
      "text": "Company",
      "html": "<a class=\"mobnav__nav__item__link noline fontsize--med py-3\" href=\"/company\" target data-click-track=\"1\" data-click-category=\"Navigation\" data-click-action=\"Main Nav Primary Link Click\" data-click-label=\"Company | /company | Page - Home | https://www.n-able.com/ | English\">Company<i class=\"fak fa-n-able-arrow-right\"></i></a>"
    },
    {
      "href": "/resources/designing-a-cyber-resilient-business-a-minimum-viable-company-playbook",
      "text": "Download the playbook",
      "html": "<a class=\"text-link font-standard-heavy text-highlight link-arrow-right noline \" style href=\"/resources/designing-a-cyber-resilient-business-a-minimum-viable-company-playbook\" target data-click-track=\"1\" data-click-category=\"Call to Action\" data-click-action=\"Link Click\" data-click-label=\"Main Nav - Dropdown Menu | Not Product-Specific | Download the playbook | Page - Home | https://www.n-able.com/ | English \"> Download the playbook </a>"
    },
    {
      "href": "/company",
      "text": "About Us",
      "html": "<a class=\"noline mm-link mm-textlink\" href=\"/company\" target data-click-track=\"1\" data-click-category=\"Navigation\" data-click-action=\"Main Nav Submenu Link Click\" data-click-label=\"About Us | /company | Page - Home | https://www.n-able.com/ | English | Mega Menu\"> <section class=\"mm-item-mb-no-description \"> <div class=\"mm-sectionitem mm-section-linktext mb-0 mm-bullet\"> <div class=\"visual_id_grid d-flex font-standard-heavy\"> <div class=\"item\"> <!--start icon selection--> </div> <div class=\"i..."
    },
    {
      "href": "/company/our-people",
      "text": "Our People",
      "html": "<a class=\"noline mm-link mm-textlink\" href=\"/company/our-people\" target data-click-track=\"1\" data-click-category=\"Navigation\" data-click-action=\"Main Nav Submenu Link Click\" data-click-label=\"Our People | /company/our-people | Page - Home | https://www.n-able.com/ | English | Mega Menu\"> <section class=\"mm-item-mb-no-description \"> <div class=\"mm-sectionitem mm-section-linktext mb-0 mm-bullet\"> <div class=\"visual_id_grid d-flex font-standard-heavy\"> <div class=\"item\"> <!--start icon selection..."
    },
    {
      "href": "https://www.linkedin.com/company/n-able",
      "text": "Linked-In",
      "html": "<a class=\"nav-link\" href=\"https://www.linkedin.com/company/n-able\" target=\"_blank\" rel=\"noopener noreferrer\" aria-label=\"Linked-In\"> <span class=\"fab fa-linkedin-in p-0\" aria-hidden=\"true\"></span><span class=\"sr-only\">Linked-In</span> </a>"
    },
    {
      "href": "/company",
      "text": "Company",
      "html": "<a class=\"nav-link font-weight-bold text-white underline line--added\" href=\"/company\" data-click-track=\"1\" data-click-category=\"Navigation\" data-click-action=\"Footer Nav Heading Link Click\" data-click-label=\"Company | /company | Page - Home | https://www.n-able.com/ | English\"><span class=\"linkline\"> Company </span></a>"
    },
    {
      "href": "/company",
      "text": "About Us",
      "html": "<a class=\"nav-link text-white line--added\" href=\"/company\" data-click-track=\"1\" data-click-category=\"Navigation\" data-click-action=\"Footer Nav Link Click\" data-click-label=\"About Us | /company | Page - Home | https://www.n-able.com/ | English\"><span class=\"linkline\"> About Us </span></a>"
    }
  ],
  "contactLinks": [
    {
      "href": "/products/adlumin/siem-support",
      "text": "SIEM Support",
      "html": "<a class=\"noline mm-link mm-textlink\" href=\"/products/adlumin/siem-support\" target data-click-track=\"1\" data-click-category=\"Navigation\" data-click-action=\"Main Nav Submenu Link Click\" data-click-label=\"SIEM Support | /products/adlumin/siem-support | Page - Home | https://www.n-able.com/ | English | Mega Menu\"> <section class=\"mm-item-mb-no-description \"> <div class=\"mm-sectionitem mm-section-linktext mb-0 mm-indent\"> <div class=\"visual_id_grid d-flex font-standard-heavy\"> <div class=\"item\">..."
    },
    {
      "href": "/products/msp-manager",
      "text": "MSP Manager Robust help desk with reporting and billing.",
      "html": "<a class=\"noline mm-link mm-buttonlink\" href=\"/products/msp-manager\" target data-click-track=\"1\" data-click-category=\"Navigation\" data-click-action=\"Main Nav Submenu Link Click\" data-click-label=\"MSP Manager | /products/msp-manager | Page - Home | https://www.n-able.com/ | English | Mega Menu\"> <section class=\"mm-section-hover mm-item-mb \"> <div class=\"mm-sectionitem mm-section-linktext mb-0\"> <div class=\"visual_id_grid d-flex font-standard-heavy\"> <div class=\"item\"> <!--start icon selection-..."
    },
    {
      "href": "/contact",
      "text": "Contact Us",
      "html": "<a class=\"mm-bottomcorner-link link-arrow-right noline px-3 py-1 border-radius-lg\" href=\"/contact\" target data-click-track=\"1\" data-click-category=\"Navigation\" data-click-action=\"Main Megamenu Submenu Link Click7\" data-click-label=\"Contact Us | /contact | Page - Home | https://www.n-able.com/ | English | Mega Menu\"> Contact Us </a>"
    },
    {
      "href": "/solutions/msp-software",
      "text": "Managed Service Providers Powerful software and services to help you build, scale, and support your MSP.",
      "html": "<a class=\"noline mm-link mm-buttonlink\" href=\"/solutions/msp-software\" target data-click-track=\"1\" data-click-category=\"Navigation\" data-click-action=\"Main Nav Submenu Link Click\" data-click-label=\"Managed Service Providers | /solutions/msp-software | Page - Home | https://www.n-able.com/ | English | Mega Menu\"> <section class=\"mm-section-hover mm-item-mb \"> <div class=\"mm-sectionitem mm-section-linktext mb-0 mm-bullet\"> <div class=\"visual_id_grid d-flex font-standard-heavy\"> <div class=\"item..."
    },
    {
      "href": "/contact",
      "text": "Contact Us",
      "html": "<a class=\"mm-bottomcorner-link link-arrow-right noline px-3 py-1 border-radius-lg\" href=\"/contact\" target data-click-track=\"1\" data-click-category=\"Navigation\" data-click-action=\"Main Megamenu Submenu Link Click3\" data-click-label=\"Contact Us | /contact | Page - Home | https://www.n-able.com/ | English | Mega Menu\"> Contact Us </a>"
    },
    {
      "href": "/contact",
      "text": "Contact Us",
      "html": "<a class=\"mm-bottomcorner-link link-arrow-right noline px-3 py-1 border-radius-lg\" href=\"/contact\" target data-click-track=\"1\" data-click-category=\"Navigation\" data-click-action=\"Main Megamenu Submenu Link Click4\" data-click-label=\"Contact Us | /contact | Page - Home | https://www.n-able.com/ | English | Mega Menu\"> Contact Us </a>"
    },
    {
      "href": "/solutions/msp-software",
      "text": "MSP Partner Solutions Scale faster, support better, and grow with a partner invested in your success.",
      "html": "<a class=\"noline mm-link mm-buttonlink\" href=\"/solutions/msp-software\" target data-click-track=\"1\" data-click-category=\"Navigation\" data-click-action=\"Main Nav Submenu Link Click\" data-click-label=\"MSP Partner Solutions | /solutions/msp-software | Page - Home | https://www.n-able.com/ | English | Mega Menu\"> <section class=\"mm-section-hover mm-item-mb \"> <div class=\"mm-sectionitem mm-section-linktext mb-0 mm-bullet\"> <div class=\"visual_id_grid d-flex font-standard-heavy\"> <div class=\"item\"> <..."
    },
    {
      "href": "/partner-success",
      "text": "MSP Customer Success Expert guidance and support to help MSPs succeed at every stage.",
      "html": "<a class=\"noline mm-link mm-buttonlink\" href=\"/partner-success\" target data-click-track=\"1\" data-click-category=\"Navigation\" data-click-action=\"Main Nav Submenu Link Click\" data-click-label=\"MSP Customer Success | /partner-success | Page - Home | https://www.n-able.com/ | English | Mega Menu\"> <section class=\"mm-section-hover mm-item-mb \"> <div class=\"mm-sectionitem mm-section-linktext mb-0 mm-bullet\"> <div class=\"visual_id_grid d-flex font-standard-heavy\"> <div class=\"item\"> <!--start icon s..."
    },
    {
      "href": "/partnerships/distributors/locator",
      "text": "Distributor Locator Local distributor partners offering sales, training, and support.",
      "html": "<a class=\"noline mm-link mm-buttonlink\" href=\"/partnerships/distributors/locator\" target data-click-track=\"1\" data-click-category=\"Navigation\" data-click-action=\"Main Nav Submenu Link Click\" data-click-label=\"Distributor Locator | /partnerships/distributors/locator | Page - Home | https://www.n-able.com/ | English | Mega Menu\"> <section class=\"mm-section-hover mm-item-mb \"> <div class=\"mm-sectionitem mm-section-linktext mb-0 mm-bullet\"> <div class=\"visual_id_grid d-flex font-standard-heavy\">..."
    },
    {
      "href": "/contact",
      "text": "Contact Us",
      "html": "<a class=\"mm-bottomcorner-link link-arrow-right noline px-3 py-1 border-radius-lg\" href=\"/contact\" target data-click-track=\"1\" data-click-category=\"Navigation\" data-click-action=\"Main Megamenu Submenu Link Click4\" data-click-label=\"Contact Us | /contact | Page - Home | https://www.n-able.com/ | English | Mega Menu\"> Contact Us </a>"
    },
    {
      "href": "https://me.n-able.com/s/",
      "text": "Customer Support",
      "html": "<a class=\"mm-bottomcorner-link link-arrow-right noline px-3 py-1 border-radius-lg\" href=\"https://me.n-able.com/s/\" target data-click-track=\"1\" data-click-category=\"Navigation\" data-click-action=\"Main Megamenu Submenu Link Click1\" data-click-label=\"Customer Support | https://me.n-able.com/s/ | Page - Home | https://www.n-able.com/ | English | Mega Menu\"> Customer Support </a>"
    },
    {
      "href": "/contact",
      "text": "Contact Us",
      "html": "<a class=\"mm-bottomcorner-link link-arrow-right noline px-3 py-1 border-radius-lg\" href=\"/contact\" target data-click-track=\"1\" data-click-category=\"Navigation\" data-click-action=\"Main Megamenu Submenu Link Click3\" data-click-label=\"Contact Us | /contact | Page - Home | https://www.n-able.com/ | English | Mega Menu\"> Contact Us </a>"
    },
    {
      "href": "/contact",
      "text": "Contact",
      "html": "<a class=\"nav-link text-white line--added\" href=\"/contact\" data-click-track=\"1\" data-click-category=\"Navigation\" data-click-action=\"Footer Nav Link Click\" data-click-label=\"Contact | /contact | Page - Home | https://www.n-able.com/ | English\"><span class=\"linkline\"> Contact </span></a>"
    }
  ],
  "privacyLinks": [
    {
      "href": "/legal/terms-of-use",
      "text": "Terms of use",
      "html": "<a class=\"d-inline-block nav-link text-white line--added\" href=\"/legal/terms-of-use\"><span class=\"linkline\"> Terms of use </span></a>"
    },
    {
      "href": "/legal/privacy",
      "text": "Privacy Notice",
      "html": "<a class=\"d-inline-block nav-link text-white line--added\" href=\"/legal/privacy\"><span class=\"linkline\"> Privacy Notice </span></a>"
    }
  ],
  "score": 60,
  "weight": 22
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

GEO: Explanatory content depth

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

2 Warning

Needs attention

GEO: Explanatory content depth

Warning
01

Issue

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

Details

02

Why it matters

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

Check name

GEO: Explanatory content depth

Score

75/100

Status

warning

Category

GEO, AIO & AEO

Maturity

Emerging recommendation

Goal

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

Result

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

Evidence
{
  "candidatePassages": 3,
  "citablePassages": 0,
  "failingCandidateParagraphs": [
    {
      "index": 4,
      "heading": "H4: Designing a Cyber Resilient Business",
      "text": "Learn how the Minimum Viable Company (MVC) approach helps identify critical systems, prioritize recovery, and keep your business running during disruption. @media only screen and (max-width: 991px) { .mm-page--megamenu .mm-pagebody .row > .col:last-child{ display: none; } } .mm-page--megamenu .mm-adspace-section .mm-adspace__card{ background: linear-gradient(45deg, rgba(62,6,127,1) 0%, rgba(107,11,234,1) 100%) !im...",
      "words": 68,
      "hasEvidence": true,
      "reasons": [
        "Too short for a citation-ready passage (68 words; target 80-220)."
      ],
      "html": "<p class=\"description\"> <!--SMBs now face enterprise-level threats without enterprise-level resources. Take a data-driven deep dive into the evolving threat landscape.-->Learn how the Minimum Viable Company (MVC) approach helps identify critical systems, prioritize recovery, and keep your business running during disruption.<style type=\"text/css\"> @media only screen and (max-width: 991px) { .mm-page--megamenu .mm-pagebody .row > .col:last-child{ display: none; } } .mm-page--megamenu .mm-adspac..."
    },
    {
      "index": 5,
      "heading": "H4: Building cyber resilience in an AI-driven threat landscape",
      "text": "Alert-based security is breaking down. Learn how AI is reshaping cyber risk—and how midmarket organizations can reduce impact before, during, and after attacks. @media only screen and (max-width: 991px) { .mm-page--megamenu .mm-pagebody .row > .col:last-child{ display: none; } } .mm-page--megamenu .mm-adspace-section .mm-adspace__card{ background: linear-gradient(45deg, rgba(62,6,127,1) 0%, rgba(107,11,234,1) 100%...",
      "words": 71,
      "hasEvidence": true,
      "reasons": [
        "Too short for a citation-ready passage (71 words; target 80-220)."
      ],
      "html": "<p class=\"description\"> <!--N&#8209;able wins Champion status again, leading in momentum with Cove Data Protection—cloud-first backup for servers, workstations & Microsoft 365<sup>®</sup>.-->Alert-based security is breaking down. Learn how AI is reshaping cyber risk&#x2014;and how midmarket organizations can reduce impact before, during, and after attacks. <style type=\"text/css\"> @media only screen and (max-width: 991px) { .mm-page--megamenu .mm-pagebody .row > .col:last-child{ display: none;..."
    },
    {
      "index": 6,
      "heading": "H4: 2026 SOC Report Insights",
      "text": "Based on 900,000 real-world alerts, see how attacks are shifting and where modern SOCs are struggling to keep up. @media only screen and (max-width: 991px) { .mm-page--megamenu .mm-pagebody .row > .col:last-child{ display: none; } } .mm-page--megamenu .mm-adspace-section .mm-adspace__card{ background: linear-gradient(45deg, rgba(62,6,127,1) 0%, rgba(107,11,234,1) 100%) !important; } .mm-page--megamenu .mm-adspace-...",
      "words": 67,
      "hasEvidence": true,
      "reasons": [
        "Too short for a citation-ready passage (67 words; target 80-220)."
      ],
      "html": "<p class=\"description\"> <!--SMBs now face enterprise-level threats without enterprise-level resources. Take a data-driven deep dive into the evolving threat landscape.-->Based on 900,000 real-world alerts, see how attacks are shifting and where modern SOCs are struggling to keep up. <style type=\"text/css\"> @media only screen and (max-width: 991px) { .mm-page--megamenu .mm-pagebody .row > .col:last-child{ display: none; } } .mm-page--megamenu .mm-adspace-section .mm-adspace__card{ background:..."
    }
  ],
  "citableParagraphs": [],
  "score": 75,
  "weight": 18
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

AIO: Visible structured data match

AIO: Visible structured data match scored 80/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

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: Visible structured data match scored 80/100 and needs improvement.

Evidence
{
  "schemaCount": 5,
  "checkedFields": [
    {
      "path": "$[0].@graph[0].name",
      "value": "N-able - End-to-End Cybersecurity and IT Management Solutions"
    },
    {
      "path": "$[0].@graph[0].description",
      "value": "Software, resources, and tools for MSPs and IT departments with best-in-class Remote Monitoring & Management, Data Protection, and Security solutions."
    },
    {
      "path": "$[0].@graph[1].itemListElement[0].name",
      "value": "Home"
    },
    {
      "path": "$[0].@graph[2].name",
      "value": "N-able"
    },
    {
      "path": "$[0].@graph[3].name",
      "value": "N-able"
    },
    {
      "path": "$[1].name",
      "value": "N-able - End-to-End Cybersecurity and IT Management Solutions"
    },
    {
      "path": "$[1].description",
      "value": "Software, resources, and tools for MSPs and IT departments with best-in-class Remote Monitoring & Management, Data Protection, and Security solutions."
    },
    {
      "path": "$[2].itemListElement[0].name",
      "value": "Home"
    },
    {
      "path": "$[3].name",
      "value": "N-able"
    },
    {
      "path": "$[4].name",
      "value": "N-able"
    }
  ],
  "mismatches": [
    {
      "path": "$[0].@graph[1].itemListElement[0].name",
      "value": "Home"
    },
    {
      "path": "$[2].itemListElement[0].name",
      "value": "Home"
    }
  ],
  "score": 80,
  "weight": 18
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

GEO: Extraction-friendly structure

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

2 Warning

Needs attention

GEO: Extraction-friendly structure

Warning
01

Issue

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

Details

02

Why it matters

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

Check name

GEO: Extraction-friendly structure

Score

85/100

Status

warning

Category

GEO, AIO & AEO

Maturity

Emerging recommendation

Goal

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

Result

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

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

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

AIO: Page experience for AIO

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

2 Warning

Needs attention

AIO: Page experience for AIO

Warning
01

Issue

31 image(s) are missing width/height attributes. 8 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

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

Evidence
{
  "viewportContent": "width=device-width, initial-scale=1.0",
  "visibleWords": 1704,
  "htmlBytes": 1745984,
  "imagesMissingDimensions": [
    {
      "src": "https://www.n-able.com/wp-content/themes/nable.2021/img/framework/nable.negative.svg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"https://www.n-able.com/wp-content/themes/nable.2021/img/framework/nable.negative.svg\" alt=\"N-able\">"
    },
    {
      "src": "https://www.n-able.com/wp-content/uploads/2026/03/shield-icon-data-protection-reversed.svg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"https://www.n-able.com/wp-content/uploads/2026/03/shield-icon-data-protection-reversed.svg\" srcset=\"https://www.n-able.com/wp-content/uploads/2026/03/shield-icon-data-protection-reversed.svg 1366w, https://www.n-able.com/wp-content/uploads/2026/03/shield-icon-data-protection-reversed.svg 991w, https://www.n-able.com/wp-content/uploads/2026/03/shield-icon-data-protection-reversed.svg 768w, https://www.n-able.com/wp-content/uploads/2026/03/shield-icon-data-protection-reversed.svg 425w..."
    },
    {
      "src": "/wp-content/uploads/2026/03/shield-icon-data-protection.svg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"/wp-content/uploads/2026/03/shield-icon-data-protection.svg\" alt=\"Cove logo\" style=\"display:inline-block; width:2em; height:auto;\" class=\"mr-2\">"
    },
    {
      "src": "/wp-content/uploads/2026/03/shield-icon-security-operations.svg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"/wp-content/uploads/2026/03/shield-icon-security-operations.svg\" style=\"display:inline-block; width:2em; height:auto;\" class=\"mr-2\">"
    },
    {
      "src": "/wp-content/uploads/2026/03/shield-icon-endpoint-management.svg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"/wp-content/uploads/2026/03/shield-icon-endpoint-management.svg\" alt=\"NC UEM logo\" style=\"display:inline-block; width:2em; height:auto;\" class=\"mr-2\">"
    },
    {
      "src": "/wp-content/uploads/2026/03/shield-icon-data-protection.svg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"/wp-content/uploads/2026/03/shield-icon-data-protection.svg\" alt=\"Cove logo\" style=\"display:inline-block; width:2em; height:auto;\" class=\"mr-2\">"
    },
    {
      "src": "/wp-content/uploads/2026/03/shield-icon-data-protection.svg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"/wp-content/uploads/2026/03/shield-icon-data-protection.svg\" alt=\"Cove logo\" style=\"display:inline-block; width:2em; height:auto;\" class=\"mr-2\">"
    },
    {
      "src": "/wp-content/uploads/2026/03/shield-icon-security-operations.svg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"/wp-content/uploads/2026/03/shield-icon-security-operations.svg\" style=\"display:inline-block; width:2em; height:auto;\" class=\"mr-2\">"
    },
    {
      "src": "/wp-content/uploads/2026/03/shield-icon-endpoint-management.svg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"/wp-content/uploads/2026/03/shield-icon-endpoint-management.svg\" alt=\"NC UEM logo\" style=\"display:inline-block; width:2em; height:auto;\" class=\"mr-2\">"
    },
    {
      "src": "/wp-content/uploads/2026/03/shield-icon-security-operations.svg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"/wp-content/uploads/2026/03/shield-icon-security-operations.svg\" style=\"display:inline-block; width:2em; height:auto;\" class=\"mr-2\">"
    },
    {
      "src": "/wp-content/uploads/2026/03/shield-icon-endpoint-management.svg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"/wp-content/uploads/2026/03/shield-icon-endpoint-management.svg\" alt=\"NC UEM logo\" style=\"display:inline-block; width:2em; height:auto;\" class=\"mr-2\">"
    },
    {
      "src": "/wp-content/uploads/2026/03/shield-icon-data-protection.svg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"/wp-content/uploads/2026/03/shield-icon-data-protection.svg\" alt=\"Cove logo\" style=\"display:inline-block; width:2em; height:auto;\" class=\"mr-2\">"
    },
    {
      "src": "/wp-content/uploads/2025/12/logo-n-able-symbol-only-light.svg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"/wp-content/uploads/2025/12/logo-n-able-symbol-only-light.svg\" class=\"w-auto d-inline-block mr-1\" style=\"height:1.2em; min-width:0; padding:.15em;\" alt=\"N-able logo\">"
    },
    {
      "src": "/wp-content/uploads/2026/01/comp-diagram-n-able-pillars-fan-wide-padded-export.svg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"/wp-content/uploads/2026/01/comp-diagram-n-able-pillars-fan-wide-padded-export.svg\" class=\"d-block w-100 h-auto\">"
    },
    {
      "src": "/wp-content/uploads/2026/01/comp-diagram-n-able-pillars-fan-wide-padded-export.svg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"/wp-content/uploads/2026/01/comp-diagram-n-able-pillars-fan-wide-padded-export.svg\" class=\"d-block w-100 h-auto\">"
    },
    {
      "src": "/wp-content/uploads/2025/12/logo-n-able-symbol-only-light.svg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"/wp-content/uploads/2025/12/logo-n-able-symbol-only-light.svg\" class=\"w-auto d-inline-block mr-1\" style=\"height:1.2em; min-width:0; padding:.15em;\" alt=\"N-able logo\">"
    },
    {
      "src": "/wp-content/uploads/2022/12/icon-n-central-128x128-fullcolor-reverse.svg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"/wp-content/uploads/2022/12/icon-n-central-128x128-fullcolor-reverse.svg\" class=\"w-auto d-inline-block mr-1\" style=\"height:1.2em; min-width:0;\" alt=\"N-central logo\">"
    },
    {
      "src": "/wp-content/uploads/2025/09/comp-diagram-uem-features-fan-cropped.svg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"/wp-content/uploads/2025/09/comp-diagram-uem-features-fan-cropped.svg\" class=\"d-block w-100 h-auto\">"
    },
    {
      "src": "/wp-content/uploads/2025/09/comp-diagram-uem-features-fan-cropped.svg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"/wp-content/uploads/2025/09/comp-diagram-uem-features-fan-cropped.svg\" class=\"d-block w-100 h-auto\">"
    },
    {
      "src": "/wp-content/uploads/2022/12/icon-n-central-128x128-fullcolor-reverse.svg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"/wp-content/uploads/2022/12/icon-n-central-128x128-fullcolor-reverse.svg\" class=\"w-auto d-inline-block mr-1\" style=\"height:1.2em; min-width:0;\" alt=\"N-central logo\">"
    },
    {
      "src": "/wp-content/uploads/2023/12/ico-mdr-128x128-fullcolor-reverse.svg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"/wp-content/uploads/2023/12/ico-mdr-128x128-fullcolor-reverse.svg\" class=\"w-auto d-inline-block mr-1\" style=\"height:1.2em; min-width:0;\" alt=\"Adlumin logo\">"
    },
    {
      "src": "/wp-content/uploads/2025/09/comp-diagram-security-operations-features-fan-cropped.svg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"/wp-content/uploads/2025/09/comp-diagram-security-operations-features-fan-cropped.svg\" class=\"d-block w-100 h-auto\">"
    },
    {
      "src": "/wp-content/uploads/2025/09/comp-diagram-security-operations-features-fan-cropped.svg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"/wp-content/uploads/2025/09/comp-diagram-security-operations-features-fan-cropped.svg\" class=\"d-block w-100 h-auto\">"
    },
    {
      "src": "/wp-content/uploads/2023/12/ico-mdr-128x128-fullcolor-reverse.svg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"/wp-content/uploads/2023/12/ico-mdr-128x128-fullcolor-reverse.svg\" class=\"w-auto d-inline-block mr-1\" style=\"height:1.2em; min-width:0;\" alt=\"Adlumin logo\">"
    },
    {
      "src": "/wp-content/uploads/2022/12/icon-cove-128x128-fullcolor-reverse.svg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"/wp-content/uploads/2022/12/icon-cove-128x128-fullcolor-reverse.svg\" class=\"w-auto d-inline-block mr-1\" style=\"height:1.2em; min-width:0;\" alt=\"Adlumin logo\">"
    },
    {
      "src": "/wp-content/uploads/2025/09/comp-diagram-data-protection-features-fan-cropped.svg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"/wp-content/uploads/2025/09/comp-diagram-data-protection-features-fan-cropped.svg\" class=\"d-block w-100 h-auto\">"
    },
    {
      "src": "/wp-content/uploads/2025/09/comp-diagram-data-protection-features-fan-cropped.svg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"/wp-content/uploads/2025/09/comp-diagram-data-protection-features-fan-cropped.svg\" class=\"d-block w-100 h-auto\">"
    },
    {
      "src": "/wp-content/uploads/2022/12/icon-cove-128x128-fullcolor-reverse.svg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"/wp-content/uploads/2022/12/icon-cove-128x128-fullcolor-reverse.svg\" class=\"w-auto d-inline-block mr-1\" style=\"height:1.2em; min-width:0;\" alt=\"Adlumin logo\">"
    },
    {
      "src": "https://www.n-able.com/wp-content/uploads/2025/04/head-nerd-stars-700x394.png",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img class=\"l_media_holder d_media\" src=\"https://www.n-able.com/wp-content/uploads/2025/04/head-nerd-stars-700x394.png\">"
    },
    {
      "src": "https://www.n-able.com/wp-content/uploads/2025/04/business-transformation-stars-1-700x393.png",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img class=\"l_media_holder d_media\" src=\"https://www.n-able.com/wp-content/uploads/2025/04/business-transformation-stars-1-700x393.png\">"
    },
    {
      "src": "https://www.n-able.com/wp-content/uploads/2025/04/n-able-roadmaps-700x394.png",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img class=\"l_media_holder d_media\" src=\"https://www.n-able.com/wp-content/uploads/2025/04/n-able-roadmaps-700x394.png\">"
    }
  ],
  "possibleDialogs": [
    "<span class=\"wistia_popup wistia_embed wistia_async_07uwhe5um2 popover=true popoverAnimateThumbnail=true popoverContent=link\"> <a class=\"videotile noline border-radius-xl \" href=\"//fast.wistia.net/embed/iframe/07uwhe5um2?autoPlay=true\" data-nablebox data-type=\"iframe\" data-width=\"1095\" data-height=\"616\" data-toggle=\"modal\" data-target=\"#nableFancybox\"> <div class=\"videotile__poster\" style=\"background-image: url(&apos;https://www.n-able.com/wp-content/uploads/2025/02/thumb-rick-mutzel-1200x625...",
    "<span class=\"wistia_popup wistia_embed wistia_async_wmqhe6idhr popover=true popoverAnimateThumbnail=true popoverContent=link\"> <a class=\"videotile noline border-radius-xl \" href=\"//fast.wistia.net/embed/iframe/wmqhe6idhr?autoPlay=true\" data-nablebox data-type=\"iframe\" data-width=\"1095\" data-height=\"616\" data-toggle=\"modal\" data-target=\"#nableFancybox\"> <div class=\"videotile__poster\" style=\"background-image: url(&apos;https://www.n-able.com/wp-content/uploads/2024/09/comp-testimonial-airiam-21...",
    "<span class=\"wistia_popup wistia_embed wistia_async_bueyq0x7rf popover=true popoverAnimateThumbnail=true popoverContent=link\"> <a class=\"videotile noline border-radius-xl \" href=\"//fast.wistia.net/embed/iframe/bueyq0x7rf?autoPlay=true\" data-nablebox data-type=\"iframe\" data-width=\"1095\" data-height=\"616\" data-toggle=\"modal\" data-target=\"#nableFancybox\"> <div class=\"videotile__poster\" style=\"background-image: url(&apos;https://www.n-able.com/wp-content/uploads/2025/02/video-thumbnail-jess-walpo...",
    "<div class=\"modals_holder\"><div class=\"modal fade\" id=\"nableFancybox\" tabindex=\"-1\" role=\"dialog\" aria-hidden=\"true\"><div class=\"modal-dialog\" role=\"document\"><div class=\"modal-content\"></div></div></div></div>",
    "<div class=\"modal fade\" id=\"nableFancybox\" tabindex=\"-1\" role=\"dialog\" aria-hidden=\"true\"><div class=\"modal-dialog\" role=\"document\"><div class=\"modal-content\"></div></div></div>",
    "<div class=\"modal-dialog\" role=\"document\"><div class=\"modal-content\"></div></div>",
    "<div class=\"modal-content\"></div>",
    "<div class=\"n-able-popup-container\"></div>"
  ],
  "score": 70,
  "weight": 10
}

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

27 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": 28,
  "passing": 1,
  "failing": [
    {
      "heading": "DRaaS",
      "headingHtml": "<h3 class=\"card-title mb-3 mb-lg-4\"> DRaaS </h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Ransomware ready MDR",
      "headingHtml": "<h3 class=\"card-title mb-3 mb-lg-4\"> Ransomware ready MDR </h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Automated patching",
      "headingHtml": "<h3 class=\"card-title mb-3 mb-lg-4\"> Automated patching </h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Immutable backups",
      "headingHtml": "<h3 class=\"card-title mb-3 mb-lg-4\"> Immutable backups </h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Cyber recovery",
      "headingHtml": "<h3 class=\"card-title mb-3 mb-lg-4\"> Cyber <br>recovery </h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "AI-poweredSOC services",
      "headingHtml": "<h3 class=\"card-title mb-3 mb-lg-4\"> AI-powered<br>SOC services </h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Auto-securedendpoints",
      "headingHtml": "<h3 class=\"card-title mb-3 mb-lg-4\"> Auto-secured<br>endpoints </h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Identity protection",
      "headingHtml": "<h3 class=\"card-title mb-3 mb-lg-4\"> Identity protection </h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Smarter IT Operations",
      "headingHtml": "<h3 class=\"card-title mb-3 mb-lg-4\"> Smarter IT Operations </h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Faster backup & recovery",
      "headingHtml": "<h3 class=\"card-title mb-3 mb-lg-4\"> Faster backup &amp; recovery </h3>",
      "firstParagraph": "Build Cyber Resilience for the AI Era",
      "paragraphHtml": "<p class=\"font-standard-heavy text-wrap-balance mb-3\">Build Cyber Resilience for the AI Era</p>",
      "words": 7,
      "direct": false,
      "issue": "First paragraph is 7 words and does not look like a concise direct answer."
    },
    {
      "heading": "Outmaneuver cyberthreats before, during, and after an attack.",
      "headingHtml": "<h2 class=\"moduleheader__heading mb-4 moduleheader__heading--nointro font-jumbo-heavy\"> <span class=\"d-block text-wrap-balance\">Outmaneuver cyberthreats before, during, and after an attack.<!--Safeguard your business and streamline IT end to end--></span> </h2>",
      "firstParagraph": "End-to-end",
      "paragraphHtml": "<p class=\"title__block font-med-heavy\"><span class=\"font-interm-heavy d-inline-block\">End-to-end</span></p>",
      "words": 1,
      "direct": false,
      "issue": "First paragraph is 1 words and does not look like a concise direct answer."
    },
    {
      "heading": "BusinessResilience",
      "headingHtml": "<h2 class=\"font-jumbo-heavy text-white\">Business<br>Resilience</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "BusinessResilience",
      "headingHtml": "<h2 class=\"font-jumbo-heavy text-white\">Business<br>Resilience</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "EndpointResilience",
      "headingHtml": "<h2 class=\"font-jumbo-heavy text-white\">Endpoint<br>Resilience</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "EndpointResilience",
      "headingHtml": "<h2 class=\"font-jumbo-heavy text-white\">Endpoint<br>Resilience</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "SecurityResilience",
      "headingHtml": "<h2 class=\"font-jumbo-heavy text-white\">Security<br>Resilience</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "SecurityResilience",
      "headingHtml": "<h2 class=\"font-jumbo-heavy text-white\">Security<br>Resilience</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "DataResilience",
      "headingHtml": "<h2 class=\"font-jumbo-heavy text-white\">Data<br>Resilience</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "DataResilience",
      "headingHtml": "<h2 class=\"font-jumbo-heavy text-white\">Data<br>Resilience</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Unified coverage, endpoint to identity.",
      "headingHtml": "<h2 class=\"moduleheader__heading mb-4 moduleheader__heading--nointro font-jumbo-heavy\"> <span class=\"d-block text-wrap-balance\">Unified coverage, endpoint to identity.</span> </h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "EndpointManagement",
      "headingHtml": "<h3 class=\"card-title mb-3 mb-lg-4\"> <span class=\"d-block font-large-heavy text-center w-100 text-white border-radius-xl\" style=\"padding: 1em .5em; background:url(&apos;/wp-content/uploads/2025/04/comp-bg-texture-diagonal-stripes.jpg&apos;); background-repeat:no-repeat; background-size:cover; background-position:center center;\">Endpoint<br>Management</span> </h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "SecurityOperations",
      "headingHtml": "<h3 class=\"card-title mb-3 mb-lg-4\"> <span class=\"d-block font-large-heavy text-center w-100 text-white border-radius-xl\" style=\"padding: 1em .5em; background:url(&apos;/wp-content/uploads/2025/04/comp-bg-texture-angled-stripes.jpg&apos;); background-repeat:no-repeat; background-size:cover; background-position:center center;\">Security<br>Operations</span> </h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "DataProtection",
      "headingHtml": "<h3 class=\"card-title mb-3 mb-lg-4\"> <span class=\"d-block font-large-heavy text-center w-100 text-white border-radius-xl\" style=\"padding: 1em .5em; background:url(&apos;/wp-content/uploads/2025/04/comp-bg-texture-curved-stripes.jpg&apos;); background-repeat:no-repeat; background-size:cover; background-position:center center;\">Data<br>Protection</span> </h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Tight integrations with powerful tools",
      "headingHtml": "<h2 class=\"modulecontent__heading font-large-heavy title-effect\"> Tight integrations with powerful tools </h2>",
      "firstParagraph": "N‑able empowers your stack by integrating with the same world-class solutions you already know and love.",
      "paragraphHtml": "<p>N&#x2011;able empowers your stack by integrating with the same world-class solutions you already know and love.</p>",
      "words": 17,
      "direct": false,
      "issue": "First paragraph is 17 words and does not look like a concise direct answer."
    },
    {
      "heading": "Bringing enterprise-grade security where it’s needed most—everywhere.",
      "headingHtml": "<h2 class=\"moduleheader__heading mb-4 moduleheader__heading--nointro font-jumbo-heavy\"> <span class>Bringing enterprise-grade security where it&#x2019;s needed most&#x2014;</span><span class=\"text-electric-indigo\">everywhere.</span> </h2>",
      "firstParagraph": "Two thumbs up on peace of mind. We had a ransomware attack recently and it was a simple recovery.",
      "paragraphHtml": "<p class=\"font-med-reg mb-0 text-\">Two thumbs up on <strong>peace of mind</strong>. We had a ransomware attack recently and it was a simple recovery.</p>",
      "words": 19,
      "direct": false,
      "issue": "First paragraph is 19 words and does not look like a concise direct answer."
    },
    {
      "heading": "We tore up the traditional vendor-partner playbook, and wrote a better one.",
      "headingHtml": "<h2 class=\"moduleheader__heading mb-4 moduleheader__heading--nointro font-large-heavy\"> We tore up the traditional vendor-partner playbook, and wrote a better one. </h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "N‑able can help you achieve relentless cyber resilience.",
      "headingHtml": "<h2 class=\"modulecontent__heading font-huge-heavy title-effect\"> <span class=\"font-weight-normal\">N&#x2011;able can help you achieve </span>relentless cyber resilience. </h2>",
      "firstParagraph": "Get started with a free trial, or get hands on to explore N‑able solutions deeper.",
      "paragraphHtml": "<p class=\"font-large-reg text-wrap-balance\">Get started with a free trial, or get hands on to explore N&#x2011;able solutions deeper.</p>",
      "words": 16,
      "direct": false,
      "issue": "First paragraph is 16 words and does not look like a concise direct answer."
    }
  ],
  "score": 65,
  "weight": 8
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

AEO: Entity and definition clarity

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

1 Warning

Needs attention

AEO: Entity and definition clarity

Warning
01

Issue

Entity or definition gaps: able, end, cybersecurity, unified, defend, smarter, recover, faster, deliver, business, resilience.

Details

02

Why it matters

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

Check name

AEO: Entity and definition clarity

Score

79/100

Status

warning

Category

GEO, AIO & AEO

Maturity

Emerging recommendation

Goal

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

Result

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

Evidence
{
  "title": "N-able - End-to-End Cybersecurity and IT Management Solutions",
  "h1": "Unified end-to-end cybersecurity and IT solutions Defend smarter, recover faster. Deliver business resilience.",
  "description": "Software, resources, and tools for MSPs and IT departments with best-in-class Remote Monitoring & Management, Data Protection, and Security solutions.",
  "topicOverlap": 0.15384615384615385,
  "definitionCount": 14,
  "topicTerms": [
    "able",
    "end",
    "cybersecurity",
    "management",
    "solutions",
    "unified",
    "defend",
    "smarter",
    "recover",
    "faster",
    "deliver",
    "business",
    "resilience"
  ],
  "descriptionTerms": [
    "software",
    "resources",
    "tools",
    "msps",
    "departments",
    "best",
    "class",
    "remote",
    "monitoring",
    "management",
    "data",
    "protection",
    "security",
    "solutions"
  ],
  "missingFromDescription": [
    "able",
    "end",
    "cybersecurity",
    "unified",
    "defend",
    "smarter",
    "recover",
    "faster",
    "deliver",
    "business",
    "resilience"
  ],
  "score": 79,
  "weight": 18
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

AEO: Answer intent coverage

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

1 Warning

Needs attention

AEO: Answer intent coverage

Warning
01

Issue

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

Details

02

Why it matters

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

Check name

AEO: Answer intent coverage

Score

70/100

Status

warning

Category

GEO, AIO & AEO

Maturity

Emerging recommendation

Goal

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

Result

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

Evidence
{
  "headings": [
    {
      "text": "Outmaneuver cyberthreats before, during, and after an attack.",
      "html": "<h2 class=\"moduleheader__heading mb-4 moduleheader__heading--nointro font-jumbo-heavy\"> <span class=\"d-block text-wrap-balance\">Outmaneuver cyberthreats before, during, and after an attack.<!--Safeguard your business and streamline IT end to end--></span> </h2>"
    },
    {
      "text": "BusinessResilience",
      "html": "<h2 class=\"font-jumbo-heavy text-white\">Business<br>Resilience</h2>"
    },
    {
      "text": "BusinessResilience",
      "html": "<h2 class=\"font-jumbo-heavy text-white\">Business<br>Resilience</h2>"
    },
    {
      "text": "EndpointResilience",
      "html": "<h2 class=\"font-jumbo-heavy text-white\">Endpoint<br>Resilience</h2>"
    },
    {
      "text": "EndpointResilience",
      "html": "<h2 class=\"font-jumbo-heavy text-white\">Endpoint<br>Resilience</h2>"
    },
    {
      "text": "SecurityResilience",
      "html": "<h2 class=\"font-jumbo-heavy text-white\">Security<br>Resilience</h2>"
    },
    {
      "text": "SecurityResilience",
      "html": "<h2 class=\"font-jumbo-heavy text-white\">Security<br>Resilience</h2>"
    },
    {
      "text": "DataResilience",
      "html": "<h2 class=\"font-jumbo-heavy text-white\">Data<br>Resilience</h2>"
    },
    {
      "text": "DataResilience",
      "html": "<h2 class=\"font-jumbo-heavy text-white\">Data<br>Resilience</h2>"
    },
    {
      "text": "Unified coverage, endpoint to identity.",
      "html": "<h2 class=\"moduleheader__heading mb-4 moduleheader__heading--nointro font-jumbo-heavy\"> <span class=\"d-block text-wrap-balance\">Unified coverage, endpoint to identity.</span> </h2>"
    },
    {
      "text": "Tight integrations with powerful tools",
      "html": "<h2 class=\"modulecontent__heading font-large-heavy title-effect\"> Tight integrations with powerful tools </h2>"
    },
    {
      "text": "AI-powered solutions that amplify efficiency and reduce risk",
      "html": "<h2 class=\"modulecontent__heading font-large-heavy title-effect\"> AI-powered solutions that amplify efficiency and reduce risk </h2>"
    },
    {
      "text": "Bringing enterprise-grade security where it’s needed most—everywhere.",
      "html": "<h2 class=\"moduleheader__heading mb-4 moduleheader__heading--nointro font-jumbo-heavy\"> <span class>Bringing enterprise-grade security where it&#x2019;s needed most&#x2014;</span><span class=\"text-electric-indigo\">everywhere.</span> </h2>"
    },
    {
      "text": "We tore up the traditional vendor-partner playbook, and wrote a better one.",
      "html": "<h2 class=\"moduleheader__heading mb-4 moduleheader__heading--nointro font-large-heavy\"> We tore up the traditional vendor-partner playbook, and wrote a better one. </h2>"
    },
    {
      "text": "N‑able can help you achieve relentless cyber resilience.",
      "html": "<h2 class=\"modulecontent__heading font-huge-heavy title-effect\"> <span class=\"font-weight-normal\">N&#x2011;able can help you achieve </span>relentless cyber resilience. </h2>"
    }
  ],
  "expected": [
    {
      "id": "what",
      "label": "What is N-able - End-to-End Cybersecurity and IT Mana...?",
      "pattern": {}
    },
    {
      "id": "how",
      "label": "How does N-able - End-to-End Cybersecurity and IT Mana... work?",
      "pattern": {}
    },
    {
      "id": "benefits",
      "label": "Why use N-able - End-to-End Cybersecurity and IT Mana...?",
      "pattern": {}
    },
    {
      "id": "cost",
      "label": "Is N-able - End-to-End Cybersecurity and IT Mana... free or paid?",
      "pattern": {}
    },
    {
      "id": "compare",
      "label": "How does N-able - End-to-End Cybersecurity and IT Mana... compare with alternatives?",
      "pattern": {}
    }
  ],
  "missing": [
    {
      "id": "what",
      "label": "What is N-able - End-to-End Cybersecurity and IT Mana...?",
      "pattern": {}
    },
    {
      "id": "how",
      "label": "How does N-able - End-to-End Cybersecurity and IT Mana... work?",
      "pattern": {}
    },
    {
      "id": "benefits",
      "label": "Why use N-able - End-to-End Cybersecurity and IT Mana...?",
      "pattern": {}
    },
    {
      "id": "cost",
      "label": "Is N-able - End-to-End Cybersecurity and IT Mana... free or paid?",
      "pattern": {}
    },
    {
      "id": "compare",
      "label": "How does N-able - End-to-End Cybersecurity and IT Mana... 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": 403,
            "contentType": "text/html; charset=UTF-8",
            "length": 5489
          },
          {
            "path": "/api/context",
            "statusCode": 403,
            "contentType": "text/html; charset=UTF-8",
            "length": 5480
          },
          {
            "path": "/context",
            "statusCode": 403,
            "contentType": "text/html; charset=UTF-8",
            "length": 5468
          }
        ]
      },
      "issue": "AI context endpoint was not found at the expected path.",
      "howToFix": "Publish a concise JSON or Markdown AI context endpoint describing the product, public actions, and machine-readable resources."
    }
  ]
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

AIO: Query intent coverage

AIO: Query intent coverage is informational for this page.

Informational

Needs attention

AIO: Query intent coverage

Informational
01

Issue

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

Details

02

Why it matters

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

Check name

AIO: Query intent coverage

Score

70/100

Status

informational

Category

GEO, AIO & AEO

Maturity

Emerging recommendation

Goal

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

Result

AIO: Query intent coverage is informational for this page.

Evidence
{
  "headings": [
    {
      "text": "Outmaneuver cyberthreats before, during, and after an attack.",
      "html": "<h2 class=\"moduleheader__heading mb-4 moduleheader__heading--nointro font-jumbo-heavy\"> <span class=\"d-block text-wrap-balance\">Outmaneuver cyberthreats before, during, and after an attack.<!--Safeguard your business and streamline IT end to end--></span> </h2>"
    },
    {
      "text": "BusinessResilience",
      "html": "<h2 class=\"font-jumbo-heavy text-white\">Business<br>Resilience</h2>"
    },
    {
      "text": "BusinessResilience",
      "html": "<h2 class=\"font-jumbo-heavy text-white\">Business<br>Resilience</h2>"
    },
    {
      "text": "EndpointResilience",
      "html": "<h2 class=\"font-jumbo-heavy text-white\">Endpoint<br>Resilience</h2>"
    },
    {
      "text": "EndpointResilience",
      "html": "<h2 class=\"font-jumbo-heavy text-white\">Endpoint<br>Resilience</h2>"
    },
    {
      "text": "SecurityResilience",
      "html": "<h2 class=\"font-jumbo-heavy text-white\">Security<br>Resilience</h2>"
    },
    {
      "text": "SecurityResilience",
      "html": "<h2 class=\"font-jumbo-heavy text-white\">Security<br>Resilience</h2>"
    },
    {
      "text": "DataResilience",
      "html": "<h2 class=\"font-jumbo-heavy text-white\">Data<br>Resilience</h2>"
    },
    {
      "text": "DataResilience",
      "html": "<h2 class=\"font-jumbo-heavy text-white\">Data<br>Resilience</h2>"
    },
    {
      "text": "Unified coverage, endpoint to identity.",
      "html": "<h2 class=\"moduleheader__heading mb-4 moduleheader__heading--nointro font-jumbo-heavy\"> <span class=\"d-block text-wrap-balance\">Unified coverage, endpoint to identity.</span> </h2>"
    },
    {
      "text": "Tight integrations with powerful tools",
      "html": "<h2 class=\"modulecontent__heading font-large-heavy title-effect\"> Tight integrations with powerful tools </h2>"
    },
    {
      "text": "AI-powered solutions that amplify efficiency and reduce risk",
      "html": "<h2 class=\"modulecontent__heading font-large-heavy title-effect\"> AI-powered solutions that amplify efficiency and reduce risk </h2>"
    },
    {
      "text": "Bringing enterprise-grade security where it’s needed most—everywhere.",
      "html": "<h2 class=\"moduleheader__heading mb-4 moduleheader__heading--nointro font-jumbo-heavy\"> <span class>Bringing enterprise-grade security where it&#x2019;s needed most&#x2014;</span><span class=\"text-electric-indigo\">everywhere.</span> </h2>"
    },
    {
      "text": "We tore up the traditional vendor-partner playbook, and wrote a better one.",
      "html": "<h2 class=\"moduleheader__heading mb-4 moduleheader__heading--nointro font-large-heavy\"> We tore up the traditional vendor-partner playbook, and wrote a better one. </h2>"
    },
    {
      "text": "N‑able can help you achieve relentless cyber resilience.",
      "html": "<h2 class=\"modulecontent__heading font-huge-heavy title-effect\"> <span class=\"font-weight-normal\">N&#x2011;able can help you achieve </span>relentless cyber resilience. </h2>"
    }
  ],
  "expected": [
    {
      "id": "what",
      "label": "What is N-able - End-to-End Cybersecurity and IT Mana...?",
      "pattern": {}
    },
    {
      "id": "how",
      "label": "How does N-able - End-to-End Cybersecurity and IT Mana... work?",
      "pattern": {}
    },
    {
      "id": "benefits",
      "label": "Why use N-able - End-to-End Cybersecurity and IT Mana...?",
      "pattern": {}
    },
    {
      "id": "cost",
      "label": "Is N-able - End-to-End Cybersecurity and IT Mana... free or paid?",
      "pattern": {}
    },
    {
      "id": "compare",
      "label": "How does N-able - End-to-End Cybersecurity and IT Mana... compare with alternatives?",
      "pattern": {}
    }
  ],
  "missing": [
    {
      "id": "what",
      "label": "What is N-able - End-to-End Cybersecurity and IT Mana...?",
      "pattern": {}
    },
    {
      "id": "how",
      "label": "How does N-able - End-to-End Cybersecurity and IT Mana... work?",
      "pattern": {}
    },
    {
      "id": "benefits",
      "label": "Why use N-able - End-to-End Cybersecurity and IT Mana...?",
      "pattern": {}
    },
    {
      "id": "cost",
      "label": "Is N-able - End-to-End Cybersecurity and IT Mana... free or paid?",
      "pattern": {}
    },
    {
      "id": "compare",
      "label": "How does N-able - End-to-End Cybersecurity and IT Mana... 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 supported identity type language; missing credential type language.

02

Why it matters

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

Check name

Auth.md Agent Registration

Score

0/100

Status

informational

Category

Auth

Maturity

Emerging recommendation

Goal

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

Result

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

Validation steps

  1. Fetch and validate /auth.md

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

  2. Publish protected resource metadata

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

  3. Validate agent_auth authorization metadata

    OAuth authorization server metadata could not be fetched.

Evidence
{
  "failedStep": "auth-md",
  "steps": [
    {
      "id": "auth-md",
      "title": "Fetch and validate /auth.md",
      "status": "fail",
      "evidence": {
        "path": "/auth.md",
        "ok": false,
        "statusCode": 403,
        "contentType": "text/html; charset=UTF-8",
        "length": 5468,
        "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 supported identity type language; missing credential type language.",
          "compatibleContentType": false,
          "contentLength": 5445,
          "hasRegisterInstructions": false,
          "hasProtectedResourceLink": false,
          "hasAuthorizationServerLink": false,
          "mentionsIdentity": false,
          "mentionsCredential": false,
          "links": [
            "/title",
            "/html;",
            "https://challenges.cloudflare.com;",
            "https://challenges.cloudflare.com;",
            "https://challenges.cloudflare.com;",
            "https://challenges.cloudflare.com",
            "https://challenges.cloudflare.com",
            "/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMiIgaGVpZ2h0PSIzMiIgZmlsbD0ibm9uZSI+PHBhdGggZmlsbD0iI0IyMEYwMyIgZD0iTTE2IDNhMTMgMTMgMCAxIDAgMTMgMTNBMTMuMDE1IDEzLjAxNSAwIDAgMCAxNiAzbTAgMjRhMTEgMTEgMCAxIDEgMTEtMTEgMTEuMDEgMTEuMDEgMCAwIDEtMTEgMTEiLz48cGF0aCBmaWxsPSIjQjIwRjAzIiBkPSJNMTcuMDM4IDE4LjYxNUgxNC44N0wxNC41NjMgOS41aDIuNzgzem0tMS4wODQgMS40MjdxLjY2IDAgMS4wNTcuMzg4LjQwNy4zODkuNDA3Ljk5NCAwIC41OTYtLjQwNy45ODQtLjM5Ny4zOS0xLjA1Ny4zODktLjY1IDAtMS4wNTYtLjM4OS0uMzk4LS4zODktLjM5OC0uOTg0IDAtLjU5Ny4zOTgtLjk4NS40MDYtLjM5NyAxLjA1Ni0uMzk3Ii8+PC9zdmc+",
            "/style",
            "/head"
          ],
          "rawExcerpt": "<!DOCTYPE html><html lang=\"en-US\"><head><title>Just a moment...</title><meta http-equiv=\"Content-Type\" content=\"text/html; charset=UTF-8\"><meta http-equiv=\"X-UA-Compatible\" content=\"IE=Edge\"><meta name=\"robots\" content=\"noindex,nofollow\"><meta name=\"viewport\" content=\"width=device-width,initial-scale=1\"><meta http-equiv=\"content-security-policy\" content=\"default-src &#39;none&#39;; script-src &#39;nonce-pLbi2ntWU9Esk9BAd0joBv&#39; &#39;unsafe-eval&#39; https://challenges.cloudflare.com; script-src-attr &#39;none&#39;; style-src &#39;unsafe-inline&#39;; img-src &#39;self&#39; https://challenges.cloudflare.com; connect-src &#39;self&#39; https://challenges.cloudflare.com; frame-src &#39;self&#39; https://challenges.cloudflare.com blob:; child-src &#39;self&#39; https://challenges.cloudflare."
        }
      },
      "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 supported identity type language; missing credential type language.",
      "howToFix": "Serve /auth.md at the site root as Markdown with agent registration instructions and links to OAuth metadata."
    },
    {
      "id": "oauth-protected-resource",
      "title": "Publish protected resource metadata",
      "status": "fail",
      "evidence": {
        "path": "/.well-known/oauth-protected-resource",
        "ok": false,
        "statusCode": 404,
        "contentType": "text/html; charset=UTF-8",
        "length": 317475,
        "text": "<!DOCTYPE HTML>\n<html class=\"no-js\" lang=\"en\">\n<head>\n    \n    \n        <!-- Start VWO Async SmartCode -->\n        <link rel=\"preconnect\" href=\"https://dev.visualwebsiteoptimizer.com\" />\n        <script type='text/javascript' id='vwoCode'>\n        window._vwo_code ||\n        (function () {\n        var w=window,\n        d=document;\n        var account_id=1110638,\n        version=2.2,\n        settings_tolerance=2000,\n        hide_element='body',\n        hide_element_style = 'opacity:0 !important;filter:alpha(opacity=0) !important;background:none !important';\n        /* DO NOT EDIT BELOW THIS LINE */\n        var f=0, v;\n        if(f=!1,v=d.querySelector('#vwoCode'),cc={},-1<d.URL.indexOf('__vwo_disable__')||w._vwo_code)return;try{var e=JSON.parse(localStorage.getItem('_vwo_'+account_id+'_config'));cc=e&&'object'==typeof e?e:{}}catch(e){}function r(t){try{return decodeURIComponent(t)}catch(e){return t}}var s=function(){var e={combination:[],combinationChoose:[],split:[],exclude:[],uuid:null,consent:null,optOut:null},t=d.cookie||'';if(!t)return e;for(var n,i,o=/(?:^|;\\s*)(?:(_vis_opt_exp_(\\d+)_combi=([^;]*))|(_vis_opt_exp_(\\d+)_combi_choose=([^;]*))|(_vis_opt_exp_(\\d+)_split=([^:;]*))|(_vis_opt_exp_(\\d+)_exclude=[^;]*)|(_vis_opt_out=([^;]*))|(_vwo_global_opt_out=[^;]*)|(_vwo_uuid=([^;]*))|(_vwo_consent=([^;]*)))/g;null!==(n=o.exec(t));)try{n[1]?e.combination.push({id:n[2],value:r(n[3])}):n[4]?e.combinationChoose.push({id:n[5],value:r(n[6])}):n[7]?e.split.push({id:n[8],value:r(n[9])}):n[10]?e.exclude.push({id:n[11]}):n[12]?e.optOut=r(n[13]):n[14]?e.optOut=!0:n[15]?e.uuid=r(n[16]):n[17]&&(i=r(n[18]),e.consent=i&&3<=i.length?i.substring(0,3):null)}catch(e){}return e}();function i(){var e=function(){if(w.VWO&&Array.isArray(w.VWO))for(var e=0;e<w.VWO.length;e++){var t=w.VWO[e];if(Array.isArray(t)&&('setVisitorId'===t[0]||'setSessionId'===t[0]))return!0}return!1}(),t='a='+account_id+'&u='+encodeURIComponent(w._vis_opt_url||d.URL)+'&vn='+version+'&ph=1'+('undefined'!=typeof platform?'&p='+platform:'')+'&st='+w.performance.now();e||((n=function(){var e,t=[],n={},i=w.VWO&&w.VWO.appliedCampaigns||{};for(e in i){var o=i[e]&&i[e].v;o&&(t.push(e+'-'+o+'-1'),n[e]=!0)}if(s&&s.combination)for(var r=0;r<s.combination.length;r++){var a=s.combination[r];n[a.id]||t.push(a.id+'-'+a.value)}return t.join('|')}())&&(t+='&c='+n),(n=function(){var e=[],t={};if(s&&s.combinationChoose)for(var n=0;n<s.combinationChoose.length;n++){var i=s.combinationChoose[n];e.push(i.id+'-'+i.value),t[i.id]=!0}if(s&&s.split)for(var o=0;o<s.split.length;o++)t[(i=s.split[o]).id]||e.push(i.id+'-'+i.value);return e.join('|')}())&&(t+='&cc='+n),(n=function(){var e={},t=[];if(w.VWO&&Array.isArray(w.VWO))for(var n=0;n<w.VWO.length;n++){var i=w.VWO[n];if(Array.isArray(i)&&'setVariation'===i[0]&&i[1]&&Array.isArray(i[1]))for(var o=0;o<i[1].length;o++){var r,a=i[1][o];a&&'object'==typeof a&&(r=a.e,a=a.v,r&&a&&(e[r]=a))}}for(r in e)t.push(r+'-'+e[r]);return t.join('|')}())&&(t+='&sv='+n)),s&&s.optOut&&(t+='&o='+s.optOut);var n=function(){var e=[],t={};if(s&&s.exclude)for(var n=0;n<s.exclude.length;n++){var i=s.exclude[n];t[i.id]||(e.push(i.id),t[i.id]=!0)}return e.join('|')}();return n&&(t+='&e='+n),s&&s.uuid&&(t+='&id='+s.uuid),s&&s.consent&&(t+='&consent='+s.consent),w.name&&-1<w.name.indexOf('_vis_preview')&&(t+='&pM=true'),w.VWO&&w.VWO.ed&&(t+='&ed='+w.VWO.ed),t}code={nonce:v&&v.nonce,library_tolerance:function(){return'undefined'!=typeof library_tolerance?library_tolerance:void 0},settings_tolerance:function(){return cc.sT||settings_tolerance},hide_element_style:function(){return'{'+(cc.hES||hide_element_style)+'}'},hide_element:function(){return performance.getEntriesByName('first-contentful-paint')[0]?'':'string'==typeof cc.hE?cc.hE:hide_element},getVersion:function(){return version},finish:function(e){var t;f||(f=!0,(t=d.getElementById('_vis_opt_path_hides'))&&t.parentNode.removeChild(t),e&&((new Image).src='https://dev.visualwebsiteoptimizer.com/ee.gif?a='+account_id+e))},finis"
      },
      "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": 317475,
          "text": "<!DOCTYPE HTML>\n<html class=\"no-js\" lang=\"en\">\n<head>\n    \n    \n        <!-- Start VWO Async SmartCode -->\n        <link rel=\"preconnect\" href=\"https://dev.visualwebsiteoptimizer.com\" />\n        <script type='text/javascript' id='vwoCode'>\n        window._vwo_code ||\n        (function () {\n        var w=window,\n        d=document;\n        var account_id=1110638,\n        version=2.2,\n        settings_tolerance=2000,\n        hide_element='body',\n        hide_element_style = 'opacity:0 !important;filter:alpha(opacity=0) !important;background:none !important';\n        /* DO NOT EDIT BELOW THIS LINE */\n        var f=0, v;\n        if(f=!1,v=d.querySelector('#vwoCode'),cc={},-1<d.URL.indexOf('__vwo_disable__')||w._vwo_code)return;try{var e=JSON.parse(localStorage.getItem('_vwo_'+account_id+'_config'));cc=e&&'object'==typeof e?e:{}}catch(e){}function r(t){try{return decodeURIComponent(t)}catch(e){return t}}var s=function(){var e={combination:[],combinationChoose:[],split:[],exclude:[],uuid:null,consent:null,optOut:null},t=d.cookie||'';if(!t)return e;for(var n,i,o=/(?:^|;\\s*)(?:(_vis_opt_exp_(\\d+)_combi=([^;]*))|(_vis_opt_exp_(\\d+)_combi_choose=([^;]*))|(_vis_opt_exp_(\\d+)_split=([^:;]*))|(_vis_opt_exp_(\\d+)_exclude=[^;]*)|(_vis_opt_out=([^;]*))|(_vwo_global_opt_out=[^;]*)|(_vwo_uuid=([^;]*))|(_vwo_consent=([^;]*)))/g;null!==(n=o.exec(t));)try{n[1]?e.combination.push({id:n[2],value:r(n[3])}):n[4]?e.combinationChoose.push({id:n[5],value:r(n[6])}):n[7]?e.split.push({id:n[8],value:r(n[9])}):n[10]?e.exclude.push({id:n[11]}):n[12]?e.optOut=r(n[13]):n[14]?e.optOut=!0:n[15]?e.uuid=r(n[16]):n[17]&&(i=r(n[18]),e.consent=i&&3<=i.length?i.substring(0,3):null)}catch(e){}return e}();function i(){var e=function(){if(w.VWO&&Array.isArray(w.VWO))for(var e=0;e<w.VWO.length;e++){var t=w.VWO[e];if(Array.isArray(t)&&('setVisitorId'===t[0]||'setSessionId'===t[0]))return!0}return!1}(),t='a='+account_id+'&u='+encodeURIComponent(w._vis_opt_url||d.URL)+'&vn='+version+'&ph=1'+('undefined'!=typeof platform?'&p='+platform:'')+'&st='+w.performance.now();e||((n=function(){var e,t=[],n={},i=w.VWO&&w.VWO.appliedCampaigns||{};for(e in i){var o=i[e]&&i[e].v;o&&(t.push(e+'-'+o+'-1'),n[e]=!0)}if(s&&s.combination)for(var r=0;r<s.combination.length;r++){var a=s.combination[r];n[a.id]||t.push(a.id+'-'+a.value)}return t.join('|')}())&&(t+='&c='+n),(n=function(){var e=[],t={};if(s&&s.combinationChoose)for(var n=0;n<s.combinationChoose.length;n++){var i=s.combinationChoose[n];e.push(i.id+'-'+i.value),t[i.id]=!0}if(s&&s.split)for(var o=0;o<s.split.length;o++)t[(i=s.split[o]).id]||e.push(i.id+'-'+i.value);return e.join('|')}())&&(t+='&cc='+n),(n=function(){var e={},t=[];if(w.VWO&&Array.isArray(w.VWO))for(var n=0;n<w.VWO.length;n++){var i=w.VWO[n];if(Array.isArray(i)&&'setVariation'===i[0]&&i[1]&&Array.isArray(i[1]))for(var o=0;o<i[1].length;o++){var r,a=i[1][o];a&&'object'==typeof a&&(r=a.e,a=a.v,r&&a&&(e[r]=a))}}for(r in e)t.push(r+'-'+e[r]);return t.join('|')}())&&(t+='&sv='+n)),s&&s.optOut&&(t+='&o='+s.optOut);var n=function(){var e=[],t={};if(s&&s.exclude)for(var n=0;n<s.exclude.length;n++){var i=s.exclude[n];t[i.id]||(e.push(i.id),t[i.id]=!0)}return e.join('|')}();return n&&(t+='&e='+n),s&&s.uuid&&(t+='&id='+s.uuid),s&&s.consent&&(t+='&consent='+s.consent),w.name&&-1<w.name.indexOf('_vis_preview')&&(t+='&pM=true'),w.VWO&&w.VWO.ed&&(t+='&ed='+w.VWO.ed),t}code={nonce:v&&v.nonce,library_tolerance:function(){return'undefined'!=typeof library_tolerance?library_tolerance:void 0},settings_tolerance:function(){return cc.sT||settings_tolerance},hide_element_style:function(){return'{'+(cc.hES||hide_element_style)+'}'},hide_element:function(){return performance.getEntriesByName('first-contentful-paint')[0]?'':'string'==typeof cc.hE?cc.hE:hide_element},getVersion:function(){return version},finish:function(e){var t;f||(f=!0,(t=d.getElementById('_vis_opt_path_hides'))&&t.parentNode.removeChild(t),e&&((new Image).src='https://dev.visualwebsiteoptimizer.com/ee.gif?a='+account_id+e))},finis"
        }
      },
      "issue": "OAuth authorization server metadata could not be fetched.",
      "howToFix": "Add agent_auth to /.well-known/oauth-authorization-server with register_uri, supported identity types, credential types, and claim or revocation URLs where applicable."
    }
  ],
  "authApplicability": {
    "supportsAuth": true,
    "score": 9,
    "signals": [
      {
        "source": "link:href",
        "weight": 3,
        "match": "auth link"
      },
      {
        "source": "visible-text",
        "weight": 3,
        "match": "login"
      },
      {
        "source": "visible-text",
        "weight": 3,
        "match": "password"
      }
    ]
  },
  "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": 317475
          },
          {
            "path": "/.well-known/oauth-authorization-server",
            "statusCode": 404,
            "contentType": "text/html; charset=UTF-8",
            "length": 317475
          }
        ]
      },
      "issue": "OAuth / OIDC discovery was not found at the expected path.",
      "howToFix": "Publish valid OAuth/OIDC metadata only when the site actually supports OAuth/OIDC. Otherwise omit provider discovery and document any unauthenticated public APIs separately."
    }
  ],
  "authApplicability": {
    "supportsAuth": true,
    "score": 9,
    "signals": [
      {
        "source": "link:href",
        "weight": 3,
        "match": "auth link"
      },
      {
        "source": "visible-text",
        "weight": 3,
        "match": "login"
      },
      {
        "source": "visible-text",
        "weight": 3,
        "match": "password"
      }
    ]
  },
  "resourceFetchSucceeded": false
}

Agent Ease of UseAuthEmerging recommendation

OAuth Protected Resource

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

Informational

Needs attention

OAuth Protected Resource

Informational
01

Issue

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

02

Why it matters

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

Check name

OAuth Protected Resource

Score

0/100

Status

informational

Category

Auth

Maturity

Emerging recommendation

Goal

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

Result

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

Validation steps

  1. Fetch protected resource metadata

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

  2. Validate protected resource metadata

    Response is not valid JSON.

  3. Validate protected resource identity

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

  4. Probe protected API Bearer challenge

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

Evidence
{
  "failedStep": "fetch",
  "steps": [
    {
      "id": "fetch",
      "title": "Fetch protected resource metadata",
      "status": "fail",
      "evidence": {
        "path": "/.well-known/oauth-protected-resource",
        "statusCode": 404,
        "contentType": "text/html; charset=UTF-8"
      },
      "issue": "The OAuth Protected Resource metadata endpoint did not return HTTP 2xx.",
      "howToFix": "Publish /.well-known/oauth-protected-resource JSON."
    },
    {
      "id": "metadata",
      "title": "Validate protected resource metadata",
      "status": "fail",
      "evidence": {
        "valid": false,
        "compatibleContentType": false,
        "issue": "Response is not valid JSON.",
        "rawExcerpt": "<!DOCTYPE HTML>\n<html class=\"no-js\" lang=\"en\">\n<head>\n    \n    \n        <!-- Start VWO Async SmartCode -->\n        <link rel=\"preconnect\" href=\"https://dev.visualwebsiteoptimizer.com\" />\n        <script type='text/javascript' id='vwoCode'>\n        window._vwo_code ||\n        (function () {\n        var w=window,\n        d=document;\n        var account_id=1110638,\n        version=2.2,\n        settings_tolerance=2000,\n        hide_element='body',\n        hide_element_style = 'opacity:0 !important;filter:alpha(opacity=0) !important;background:none !important';\n        /* DO NOT EDIT BELOW THIS LINE */\n        var f=0, v;\n        if(f=!1,v=d.querySelector('#vwoCode'),cc={},-1<d.URL.indexOf('__vwo_disable__')||w._vwo_code)return;try{var e=JSON.parse(localStorage.getItem('_vwo_'+account_id+'_conf"
      },
      "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.n-able.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": 403,
            "wwwAuthenticate": {
              "valid": false,
              "present": false
            },
            "expectedMetadataUrl": "https://www.n-able.com/.well-known/oauth-protected-resource",
            "metadataUrlMatches": true,
            "resourceMatchesRequestContext": true
          },
          {
            "path": "/api/admin/summary",
            "statusCode": 403,
            "wwwAuthenticate": {
              "valid": false,
              "present": false
            },
            "expectedMetadataUrl": "https://www.n-able.com/.well-known/oauth-protected-resource",
            "metadataUrlMatches": true,
            "resourceMatchesRequestContext": true
          },
          {
            "path": "/api/scans",
            "statusCode": 403,
            "wwwAuthenticate": {
              "valid": false,
              "present": false
            },
            "expectedMetadataUrl": "https://www.n-able.com/.well-known/oauth-protected-resource",
            "metadataUrlMatches": true,
            "resourceMatchesRequestContext": true
          }
        ]
      },
      "issue": "No protected route with a 401 Bearer challenge was detected; metadata alone does not prove a protected resource.",
      "howToFix": "When this site exposes bearer-protected APIs, return 401 with WWW-Authenticate: Bearer and link resource_metadata."
    }
  ],
  "authApplicability": {
    "supportsAuth": true,
    "score": 9,
    "signals": [
      {
        "source": "link:href",
        "weight": 3,
        "match": "auth link"
      },
      {
        "source": "visible-text",
        "weight": 3,
        "match": "login"
      },
      {
        "source": "visible-text",
        "weight": 3,
        "match": "password"
      }
    ]
  },
  "resourceFetchSucceeded": false
}

Performance and AccessibilityAccessibilityBrowser audit

Buttons do not have an accessible name

100 Fail

Check name

Buttons do not have an accessible name

Score

0/100

Status

fail

Device

desktop

Category

Accessibility

Fix guidance

When a button doesn't have an accessible name, screen readers announce it as "button", making it unusable for users who rely on screen readers. [Learn how to make buttons more accessible](https://dequeuniversity.com/rules/axe/4.11/button-name).

Evidence
{
  "description": "When a button doesn't have an accessible name, screen readers announce it as \"button\", making it unusable for users who rely on screen readers. [Learn how to make buttons more accessible](https://dequeuniversity.com/rules/axe/4.11/button-name)."
}

Performance and AccessibilityBest PracticesBrowser audit

Browser errors were logged to the console

50 Fail

Check name

Browser errors were logged to the console

Score

0/100

Status

fail

Device

desktop

Category

Best Practices

Fix guidance

Errors logged to the console indicate unresolved problems. They can come from network request failures and other browser concerns. [Learn more about this errors in console diagnostic audit](https://developer.chrome.com/docs/lighthouse/best-practices/errors-in-console/)

Evidence
{
  "description": "Errors logged to the console indicate unresolved problems. They can come from network request failures and other browser concerns. [Learn more about this errors in console diagnostic audit](https://developer.chrome.com/docs/lighthouse/best-practices/errors-in-console/)"
}

SEOSEOBrowser audit

Image elements do not have `[alt]` attributes

50 Fail

Check name

Image elements do not have `[alt]` attributes

Score

0/100

Status

fail

Device

desktop

Category

SEO

Fix guidance

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

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

SEOSEOBrowser audit

Links do not have descriptive text

50 Fail

Check name

Links do not have descriptive text

Score

0/100

Status

fail

Device

desktop

Category

SEO

Estimated savings

6 links found

Fix guidance

Descriptive link text helps search engines understand your content. [Learn how to make links more accessible](https://developer.chrome.com/docs/lighthouse/seo/link-text/).

Evidence
{
  "displayValue": "6 links found",
  "description": "Descriptive link text helps search engines understand your content. [Learn how to make links more accessible](https://developer.chrome.com/docs/lighthouse/seo/link-text/)."
}

Performance and AccessibilityBest PracticesBrowser audit

Uses deprecated APIs

50 Fail

Check name

Uses deprecated APIs

Score

0/100

Status

fail

Device

desktop

Category

Best Practices

Estimated savings

2 warnings found

Fix guidance

Deprecated APIs will eventually be removed from the browser. [Learn more about deprecated APIs](https://developer.chrome.com/docs/lighthouse/best-practices/deprecations/).

Evidence
{
  "displayValue": "2 warnings found",
  "description": "Deprecated APIs will eventually be removed from the browser. [Learn more about deprecated APIs](https://developer.chrome.com/docs/lighthouse/best-practices/deprecations/)."
}

Performance and AccessibilityPerformanceBrowser audit

Avoid large layout shifts

25 Fail

Check name

Avoid large layout shifts

Score

0/100

Status

fail

Device

desktop

Category

Performance

Estimated savings

15 layout shifts found

Fix guidance

These are the largest layout shifts observed on the page. Each table item represents a single layout shift, and shows the element that shifted the most. Below each item are possible root causes that led to the layout shift. Some of these layout shifts may not be included in the CLS metric value due to [windowing](https://web.dev/articles/cls#what_is_cls). [Learn how to improve CLS](https://web.dev/articles/optimize-cls)

Evidence
{
  "displayValue": "15 layout shifts found",
  "description": "These are the largest layout shifts observed on the page. Each table item represents a single layout shift, and shows the element that shifted the most. Below each item are possible root causes that led to the layout shift. Some of these layout shifts may not be included in the CLS metric value due to [windowing](https://web.dev/articles/cls#what_is_cls). [Learn how to improve CLS](https://web.dev/articles/optimize-cls)"
}

Performance and AccessibilityPerformanceBrowser audit

Reduce JavaScript execution time

25 Fail

Check name

Reduce JavaScript execution time

Score

0/100

Status

fail

Device

desktop

Category

Performance

Estimated savings

3.2 s

Fix guidance

Consider reducing the time spent parsing, compiling, and executing JS. You may find delivering smaller JS payloads helps with this. [Learn how to reduce Javascript execution time](https://developer.chrome.com/docs/lighthouse/performance/bootup-time/).

Evidence
{
  "displayValue": "3.2 s",
  "description": "Consider reducing the time spent parsing, compiling, and executing JS. You may find delivering smaller JS payloads helps with this. [Learn how to reduce Javascript execution time](https://developer.chrome.com/docs/lighthouse/performance/bootup-time/).",
  "numericValue": 3211.5729999999885
}

Performance and AccessibilityPerformanceBrowser audit

Use efficient cache lifetimes

13 Warning

Check name

Use efficient cache lifetimes

Score

50/100

Status

warning

Device

desktop

Category

Performance

Estimated savings

Est savings of 300 KiB

Fix guidance

A long cache lifetime can speed up repeat visits to your page. [Learn more about caching](https://developer.chrome.com/docs/performance/insights/cache).

Evidence
{
  "displayValue": "Est savings of 300 KiB",
  "description": "A long cache lifetime can speed up repeat visits to your page. [Learn more about caching](https://developer.chrome.com/docs/performance/insights/cache)."
}

Performance and AccessibilityPerformanceBrowser audit

Loading performance

12 Fail

Check name

Loading performance

Score

53/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": "max-potential-fid",
      "title": "Max Potential First Input Delay",
      "score": 21,
      "displayValue": "370 ms",
      "numericValue": 374
    },
    {
      "id": "largest-contentful-paint",
      "title": "Largest Contentful Paint",
      "score": 99,
      "displayValue": "0.6 s",
      "numericValue": 641.0130849130162
    },
    {
      "id": "server-response-time",
      "title": "Initial server response time was short",
      "score": 100,
      "displayValue": "Root document took 50 ms",
      "numericValue": 53
    },
    {
      "id": "network-rtt",
      "title": "Network Round Trip Times",
      "score": 100,
      "displayValue": "40 ms",
      "numericValue": 35.341469999999994
    },
    {
      "id": "interactive",
      "title": "Time to Interactive",
      "score": 0,
      "displayValue": "14.1 s",
      "numericValue": 14050.054673183222
    },
    {
      "id": "first-contentful-paint",
      "title": "First Contentful Paint",
      "score": 100,
      "displayValue": "0.4 s",
      "numericValue": 441.0084117297962
    },
    {
      "id": "speed-index",
      "title": "Speed Index",
      "score": 0,
      "displayValue": "6.6 s",
      "numericValue": 6584.9035763887605
    },
    {
      "id": "total-blocking-time",
      "title": "Total Blocking Time",
      "score": 0,
      "displayValue": "1,740 ms",
      "numericValue": 1744.5000000000014
    }
  ]
}

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