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

OVERALL SCORE

Level 3, Bot-Aware

Moderate readiness for AI agents
AIDiscoverability29%Agent Easeof Use6%Security& Trust80%GEO, AIO, AEO82%SEO92%Performance& Accessibility86%
  • AI Discoverability 29 out of 100
  • Agent Ease of Use 6 out of 100
  • Security & Trust 80 out of 100
  • GEO, AIO and AEO 82 out of 100
  • SEO 92 out of 100
  • Performance and Accessibility 86 out of 100

CAPTURED SCREENSHOT

Captured website desktop screenshot

What AI sees of your website

Atera Full-Stack IT Management & Autonomous Enterprise Platform favicon

Atera Full-Stack IT Management & Autonomous Enterprise Platform

From full-stack IT management to autonomous enterprise IT, Atera empowers teams with built-in AI agents, RMM, and automation to supercharge growth.

Next step

Turn this report into a fix workflow

27 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
29
Priority fix5180View details
Discoverability
29
Priority fix270View details
Content Readiness
50
Needs work370View details
Bot Access Control
0
Priority fix040View details
Agent Ease of Use
6
Priority fix4293View details
API
0
Priority fix060View details
Auth
Not Applicable
Not Applicable070View details
MCP
13
Priority fix062View details
Skill Discovery
5
Priority fix0101View details
Agent Commerce
Not Applicable
Not Applicable400
GEO, AIO and AEO
82
Mostly ready8010
GEO Readiness
Not Applicable
Not Applicable400
AIO Readiness
82
Mostly ready205
AEO Readiness
73
Needs work205
SEO
92
Strong1010View details
SEO
92
Strong1010View details
Security & Trust
80
Mostly ready810View details
Security & Trust
80
Mostly ready410View details
AI Training Exposure
Not Applicable
Not Applicable400
Performance and Accessibility
86
Mostly ready1952View details
Performance
83
Mostly ready1132View details
Accessibility
92
Strong820View details

Prioritized recommendations

Issues ranked by score impact

45 items need attention

Security & TrustSecurity & TrustEstablished

Content-Security-Policy

Content-Security-Policy is missing or incomplete.

100 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' https://apollo-it.ai/ https://it-game.atera.com/ https://app.atera.com/ https://auth.atera.com/"
}

Agent Ease of UseAPIEstablished

API Catalog

API Catalog failed at "Fetch API catalog".

50 Fail

Needs attention

API Catalog

Failed check
01

Issue

The API catalog endpoint did not return HTTP 2xx.

02

Why it matters

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

Check name

API Catalog

Score

0/100

Status

fail

Category

API

Maturity

Established

Goal

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

Result

API Catalog failed at "Fetch API catalog".

Validation steps

  1. Fetch API catalog

    The API catalog endpoint did not return HTTP 2xx.

  2. Validate RFC 9727 linkset

    Response is not valid JSON.

  3. Fetch advertised API catalog targets

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

Evidence
{
  "failedStep": "fetch",
  "steps": [
    {
      "id": "fetch",
      "title": "Fetch API catalog",
      "status": "fail",
      "evidence": {
        "statusCode": 403,
        "contentType": "text/html; charset=UTF-8"
      },
      "issue": "The API catalog endpoint did not return HTTP 2xx.",
      "howToFix": "Publish /.well-known/api-catalog."
    },
    {
      "id": "validate",
      "title": "Validate RFC 9727 linkset",
      "status": "fail",
      "evidence": {
        "valid": false,
        "compatibleContentType": false,
        "issue": "Response is not valid JSON.",
        "rawExcerpt": "<!DOCTYPE html>\n<!--[if lt IE 7]> <html class=\"no-js ie6 oldie\" lang=\"en-US\"> <![endif]-->\n<!--[if IE 7]>    <html class=\"no-js ie7 oldie\" lang=\"en-US\"> <![endif]-->\n<!--[if IE 8]>    <html class=\"no-js ie8 oldie\" lang=\"en-US\"> <![endif]-->\n<!--[if gt IE 8]><!--> <html class=\"no-js\" lang=\"en-US\"> <!--<![endif]-->\n<head>\n<title>Attention Required! | Cloudflare</title>\n<meta charset=\"UTF-8\" />\n<meta http-equiv=\"Content-Type\" content=\"text/html; charset=UTF-8\" />\n<meta http-equiv=\"X-UA-Compatible\" content=\"IE=Edge\" />\n<meta name=\"robots\" content=\"noindex, nofollow\" />\n<meta name=\"viewport\" content=\"width=device-width,initial-scale=1\" />\n<link rel=\"stylesheet\" id=\"cf_styles-css\" href=\"/cdn-cgi/styles/cf.errors.css\" />\n<!--[if lt IE 9]><link rel=\"stylesheet\" id='cf_styles-ie-css' href=\"/cdn-cgi"
      },
      "issue": "Response is not valid JSON.",
      "howToFix": "Use application/linkset+json with service-desc, service-doc, and status relations that each include href."
    },
    {
      "id": "target-validation",
      "title": "Fetch advertised API catalog targets",
      "status": "fail",
      "evidence": {
        "checked": [],
        "failures": [
          {
            "reason": "No same-origin API catalog hrefs were available to fetch."
          }
        ]
      },
      "issue": "API Catalog did not expose any same-origin hrefs to validate.",
      "howToFix": "Make each same-origin API catalog href reachable and serve the advertised media type."
    }
  ]
}

Agent Ease of UseAPIEstablished

OpenAPI discovery

OpenAPI discovery failed at "Find valid OpenAPI document".

50 Fail

Needs attention

OpenAPI discovery

Failed check
01

Issue

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

02

Why it matters

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

Check name

OpenAPI discovery

Score

0/100

Status

fail

Category

API

Maturity

Established

Goal

Publish a valid OpenAPI or Swagger document for API discovery.

Result

OpenAPI discovery failed at "Find valid OpenAPI document".

Validation steps

  1. Find valid OpenAPI document

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

Evidence
{
  "failedStep": "fetch",
  "steps": [
    {
      "id": "fetch",
      "title": "Find valid OpenAPI document",
      "status": "fail",
      "evidence": {
        "checked": [
          {
            "path": "/openapi.json",
            "statusCode": 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>\n<!--[if lt IE 7]> <html class=\"no-js ie6 oldie\" lang=\"en-US\"> <![endif]-->\n<!--[if IE 7]>    <html class=\"no-js ie7 oldie\" lang=\"en-US\"> <![endif]-->\n<!--[if IE 8]>    <html class=\"no-js ie8 oldie\" lang=\"en-US\"> <![endif]-->\n<!--[if gt IE 8]><!--> <html class=\"no-js\" lang=\"en-US\"> <!--<![endif]-->\n<head>\n<title>Attention Required! | Cloudflare</title>\n<meta charset=\"UTF-8\" />\n<meta http-equiv=\"Content-Type\" content=\"text/html; charset=UTF-8\" />\n<meta http-equiv=\"X-UA-Compatible\" content=\"IE=Edge\" />\n<meta name=\"robots\" content=\"noindex, nofollow\" />\n<meta name=\"viewport\" content=\"width=device-width,initial-scale=1\" />\n<link rel=\"stylesheet\" id=\"cf_styles-css\" href=\"/cdn-cgi/styles/cf.errors.css\" />\n<!--[if lt IE 9]><link rel=\"stylesheet\" id='cf_styles-ie-css' href=\"/cdn-cgi"
          },
          {
            "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>\n<!--[if lt IE 7]> <html class=\"no-js ie6 oldie\" lang=\"en-US\"> <![endif]-->\n<!--[if IE 7]>    <html class=\"no-js ie7 oldie\" lang=\"en-US\"> <![endif]-->\n<!--[if IE 8]>    <html class=\"no-js ie8 oldie\" lang=\"en-US\"> <![endif]-->\n<!--[if gt IE 8]><!--> <html class=\"no-js\" lang=\"en-US\"> <!--<![endif]-->\n<head>\n<title>Attention Required! | Cloudflare</title>\n<meta charset=\"UTF-8\" />\n<meta http-equiv=\"Content-Type\" content=\"text/html; charset=UTF-8\" />\n<meta http-equiv=\"X-UA-Compatible\" content=\"IE=Edge\" />\n<meta name=\"robots\" content=\"noindex, nofollow\" />\n<meta name=\"viewport\" content=\"width=device-width,initial-scale=1\" />\n<link rel=\"stylesheet\" id=\"cf_styles-css\" href=\"/cdn-cgi/styles/cf.errors.css\" />\n<!--[if lt IE 9]><link rel=\"stylesheet\" id='cf_styles-ie-css' href=\"/cdn-cgi"
          },
          {
            "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>\n<!--[if lt IE 7]> <html class=\"no-js ie6 oldie\" lang=\"en-US\"> <![endif]-->\n<!--[if IE 7]>    <html class=\"no-js ie7 oldie\" lang=\"en-US\"> <![endif]-->\n<!--[if IE 8]>    <html class=\"no-js ie8 oldie\" lang=\"en-US\"> <![endif]-->\n<!--[if gt IE 8]><!--> <html class=\"no-js\" lang=\"en-US\"> <!--<![endif]-->\n<head>\n<title>Attention Required! | Cloudflare</title>\n<meta charset=\"UTF-8\" />\n<meta http-equiv=\"Content-Type\" content=\"text/html; charset=UTF-8\" />\n<meta http-equiv=\"X-UA-Compatible\" content=\"IE=Edge\" />\n<meta name=\"robots\" content=\"noindex, nofollow\" />\n<meta name=\"viewport\" content=\"width=device-width,initial-scale=1\" />\n<link rel=\"stylesheet\" id=\"cf_styles-css\" href=\"/cdn-cgi/styles/cf.errors.css\" />\n<!--[if lt IE 9]><link rel=\"stylesheet\" id='cf_styles-ie-css' href=\"/cdn-cgi"
          },
          {
            "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>\n<!--[if lt IE 7]> <html class=\"no-js ie6 oldie\" lang=\"en-US\"> <![endif]-->\n<!--[if IE 7]>    <html class=\"no-js ie7 oldie\" lang=\"en-US\"> <![endif]-->\n<!--[if IE 8]>    <html class=\"no-js ie8 oldie\" lang=\"en-US\"> <![endif]-->\n<!--[if gt IE 8]><!--> <html class=\"no-js\" lang=\"en-US\"> <!--<![endif]-->\n<head>\n<title>Attention Required! | Cloudflare</title>\n<meta charset=\"UTF-8\" />\n<meta http-equiv=\"Content-Type\" content=\"text/html; charset=UTF-8\" />\n<meta http-equiv=\"X-UA-Compatible\" content=\"IE=Edge\" />\n<meta name=\"robots\" content=\"noindex, nofollow\" />\n<meta name=\"viewport\" content=\"width=device-width,initial-scale=1\" />\n<link rel=\"stylesheet\" id=\"cf_styles-css\" href=\"/cdn-cgi/styles/cf.errors.css\" />\n<!--[if lt IE 9]><link rel=\"stylesheet\" id='cf_styles-ie-css' href=\"/cdn-cgi"
          },
          {
            "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>\n<!--[if lt IE 7]> <html class=\"no-js ie6 oldie\" lang=\"en-US\"> <![endif]-->\n<!--[if IE 7]>    <html class=\"no-js ie7 oldie\" lang=\"en-US\"> <![endif]-->\n<!--[if IE 8]>    <html class=\"no-js ie8 oldie\" lang=\"en-US\"> <![endif]-->\n<!--[if gt IE 8]><!--> <html class=\"no-js\" lang=\"en-US\"> <!--<![endif]-->\n<head>\n<title>Attention Required! | Cloudflare</title>\n<meta charset=\"UTF-8\" />\n<meta http-equiv=\"Content-Type\" content=\"text/html; charset=UTF-8\" />\n<meta http-equiv=\"X-UA-Compatible\" content=\"IE=Edge\" />\n<meta name=\"robots\" content=\"noindex, nofollow\" />\n<meta name=\"viewport\" content=\"width=device-width,initial-scale=1\" />\n<link rel=\"stylesheet\" id=\"cf_styles-css\" href=\"/cdn-cgi/styles/cf.errors.css\" />\n<!--[if lt IE 9]><link rel=\"stylesheet\" id='cf_styles-ie-css' href=\"/cdn-cgi"
          },
          {
            "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>\n<!--[if lt IE 7]> <html class=\"no-js ie6 oldie\" lang=\"en-US\"> <![endif]-->\n<!--[if IE 7]>    <html class=\"no-js ie7 oldie\" lang=\"en-US\"> <![endif]-->\n<!--[if IE 8]>    <html class=\"no-js ie8 oldie\" lang=\"en-US\"> <![endif]-->\n<!--[if gt IE 8]><!--> <html class=\"no-js\" lang=\"en-US\"> <!--<![endif]-->\n<head>\n<title>Attention Required! | Cloudflare</title>\n<meta charset=\"UTF-8\" />\n<meta http-equiv=\"Content-Type\" content=\"text/html; charset=UTF-8\" />\n<meta http-equiv=\"X-UA-Compatible\" content=\"IE=Edge\" />\n<meta name=\"robots\" content=\"noindex, nofollow\" />\n<meta name=\"viewport\" content=\"width=device-width,initial-scale=1\" />\n<link rel=\"stylesheet\" id=\"cf_styles-css\" href=\"/cdn-cgi/styles/cf.errors.css\" />\n<!--[if lt IE 9]><link rel=\"stylesheet\" id='cf_styles-ie-css' href=\"/cdn-cgi"
          },
          {
            "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>\n<!--[if lt IE 7]> <html class=\"no-js ie6 oldie\" lang=\"en-US\"> <![endif]-->\n<!--[if IE 7]>    <html class=\"no-js ie7 oldie\" lang=\"en-US\"> <![endif]-->\n<!--[if IE 8]>    <html class=\"no-js ie8 oldie\" lang=\"en-US\"> <![endif]-->\n<!--[if gt IE 8]><!--> <html class=\"no-js\" lang=\"en-US\"> <!--<![endif]-->\n<head>\n<title>Attention Required! | Cloudflare</title>\n<meta charset=\"UTF-8\" />\n<meta http-equiv=\"Content-Type\" content=\"text/html; charset=UTF-8\" />\n<meta http-equiv=\"X-UA-Compatible\" content=\"IE=Edge\" />\n<meta name=\"robots\" content=\"noindex, nofollow\" />\n<meta name=\"viewport\" content=\"width=device-width,initial-scale=1\" />\n<link rel=\"stylesheet\" id=\"cf_styles-css\" href=\"/cdn-cgi/styles/cf.errors.css\" />\n<!--[if lt IE 9]><link rel=\"stylesheet\" id='cf_styles-ie-css' href=\"/cdn-cgi"
          }
        ]
      },
      "issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html; charset=UTF-8\" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
      "howToFix": "Publish a valid OpenAPI 3.x or Swagger 2.0 JSON/YAML document with info, paths, operations, and responses."
    }
  ]
}

AI DiscoverabilityBot Access ControlEstablished

AI bot rules in robots.txt

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

33 Fail

Needs attention

AI bot rules in robots.txt

Failed check
01

Issue

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

02

Why it matters

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

Check name

AI bot rules in robots.txt

Score

0/100

Status

fail

Category

Bot Access Control

Maturity

Established

Goal

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

Result

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

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

AI DiscoverabilityBot Access ControlInformational

Content Signal

Content Signal is missing or incomplete.

33 Fail

Needs attention

Content Signal

Failed check
01

Issue

No Content Signal found in robots.txt

02

Why it matters

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

Check name

Content Signal

Score

0/100

Status

fail

Category

Bot Access Control

Maturity

Informational

Goal

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

Result

Content Signal is missing or incomplete.

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

AI DiscoverabilityContent 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": 403,
            "contentType": "text/html; charset=UTF-8",
            "length": 4550
          },
          {
            "path": "/llms-full.txt",
            "statusCode": 403,
            "contentType": "text/html; charset=UTF-8",
            "length": 4550
          }
        ]
      },
      "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": 601,
        "excerpt": "<!DOCTYPE html>\n<!--[if lt IE 7]> <html class=\"no-js ie6 oldie\" lang=\"en-US\"> <![endif]-->\n<!--[if IE 7]>    <html class=\"no-js ie7 oldie\" lang=\"en-US\"> <![endif]-->\n<!--[if IE 8]>    <html class=\"no-js ie8 oldie\" lang=\"en-US\"> <![endif]-->",
        "issue": "Markdown response is missing a heading."
      },
      "issue": "Markdown response is missing a heading.",
      "howToFix": "Return Markdown with at least one heading and substantive page content, including useful links or instructions for agents."
    }
  ]
}

AI 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 <nav> landmark; skipped heading levels; 4 links missing accessible names; 4 buttons missing accessible names; 2/16 applicable form inputs have autocomplete attributes (14 missing).

Details

02

Why it matters

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

Check name

Semantic HTML

Score

0/100

Status

fail

Category

Content Readiness

Maturity

Established

Goal

Expose readable page structure through semantic HTML and accessible controls.

Result

Semantic HTML is missing or incomplete.

Evidence
{
  "main": true,
  "nav": false,
  "footer": true,
  "meaningfulH1": true,
  "headingOrder": false,
  "accessibleLinks": false,
  "accessibleButtons": false,
  "imageAltCoverage": true,
  "formAutocompleteCoverage": false,
  "details": {
    "inaccessibleLinks": [
      "<a class=\"nav-main-logo\" href=\"/\"></a>",
      "<a> </a>",
      "<a><button aria-controls=\"mega-menu-atera-mega-menu\" aria-expanded=\"false\" aria-haspopup=\"true\" aria-label=\"Toggle Menu\" class=\"mega-toggle-animated mega-toggle-animated-slider\" type=\"button\"> <span class=\"mega-toggle-animated-box\"> <span class=\"mega-toggle-animated-inner\"></span> </span> </button></a>",
      "<a class=\"mega-menu-link\" href=\"/\" aria-current=\"page\"><svg viewBox=\"0 0 135 22\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <g clip-path=\"url(#clip0_543_76455)\"> <path class=\"logo-svg\" d=\"M68.6886 5.43849V18.7683H65.5666V6.0164C65.5666 5.67915 65.4326 5.35572 65.1942 5.11725C64.9557 4.87878 64.6323 4.74481 64.295 4.74481H51.5478V1.62277H64.8777C65.8888 1.62403 66.8582 2.0266 67.5727 2.74205C68.2873 3.4575 68.6886 4.42732 68.6886 5.43849ZM73.3613 11.7547H90.4992V8.63169H73.3613V11.7547ZM73.3"
    ],
    "inaccessibleButtons": [
      "<button id=\"vimeo-close-popup\" class=\"absolute -top-10 right-0 text-white text-2xl cursor-pointer bg-transparent border-none z-50\"> <svg class=\"language-switch-icon cursor-pointer fill-white hover:fill-atera-pink focus:fill-atera-pink outline-none material-icon w-8 h-8\"> <use href=\"https://www.atera.com/app/themes/atera/dist/fonts/icons2.svg#close_small\"/> </svg> </button>",
      "<button class=\"close-popup-button w-11 h-11 top-4 mt-0 right-5 xsm:right-4 md:right-6 absolute top-0 right-0\"> <svg class=\"cursor-pointer w-11 h-11 hover:fill-atera-pink focus:fill-atera-pink outline-none material-icon\"> <use href=\"https://www.atera.com/app/themes/atera/dist/fonts/icons2.svg#close_small\"/> </svg> </button>",
      "<button class=\"close-form-button w-11 h-11 top-6 xsm:top-2 right-2 inline-block relative xsm:right-4 xsm:right-3\"> <svg class=\"language-switch-icon w-10 h-10 mx-auto cursor-pointer hover:fill-atera-pink focus:fill-atera-pink outline-none material-icon\"> <use href=\"https://www.atera.com/app/themes/atera/dist/fonts/icons2.svg#close_small\"/> </svg> </button>",
      "<button class=\"close-form-button w-11 h-11 top-6 xsm:top-2 right-2 inline-block relative xsm:right-4 xsm:right-3\"> <svg class=\"language-switch-icon w-10 h-10 mx-auto cursor-pointer hover:fill-atera-pink focus:fill-atera-pink outline-none material-icon\"> <use href=\"https://www.atera.com/app/themes/atera/dist/fonts/icons2.svg#close_small\"/> </svg> </button>"
    ],
    "missingAutocompleteInputs": [
      "<input type=\"text\" id=\"wpforms-94129-field_5\" class=\"wpforms-field-medium\" name=\"wpforms[fields][5]\" aria-hidden=\"true\" style=\"visibility: hidden;\" tabindex=\"-1\">",
      "<input type=\"text\" id=\"wpforms-94129-field_4\" class=\"wpforms-field-medium\" name=\"wpforms[fields][4]\" tabindex=\"-1\" aria-hidden=\"true\">",
      "<input type=\"text\" id=\"wpforms-94129-field_1\" class=\"wpforms-field-medium wpforms-field-required\" name=\"wpforms[fields][1]\" identifier=\"first_name\" required>",
      "<input type=\"text\" id=\"wpforms-94129-field_2\" class=\"wpforms-field-medium wpforms-field-required\" name=\"wpforms[fields][2]\" identifier=\"last_name\" required>",
      "<input type=\"email\" id=\"wpforms-94129-field_3\" class=\"wpforms-field-medium wpforms-field-required\" data-disable-suggestions=\"1\" name=\"wpforms[fields][3]\" spellcheck=\"false\" identifier=\"work_email\" required>",
      "<input type=\"text\" id=\"wpforms-94129-field_7\" class=\"wpforms-field-medium\" name=\"wpforms[fields][7]\" identifier=\"job_title\">",
      "<input type=\"text\" id=\"wpforms-94129-field_6\" class=\"wpforms-field-medium wpforms-field-required\" name=\"wpforms[fields][6]\" identifier=\"company_name\" required>",
      "<input type=\"text\" id=\"wpforms-137684-field_1\" class=\"wpforms-field-medium wpforms-field-required\" name=\"wpforms[fields][1]\" identifier=\"first_name\" required>",
      "<input type=\"text\" id=\"wpforms-137684-field_2\" class=\"wpforms-field-medium wpforms-field-required\" name=\"wpforms[fields][2]\" identifier=\"last_name\" required>",
      "<input type=\"email\" id=\"wpforms-137684-field_3\" class=\"wpforms-field-medium wpforms-field-required\" data-disable-suggestions=\"1\" name=\"wpforms[fields][3]\" spellcheck=\"false\" identifier=\"work_email\" required>",
      "<input type=\"text\" id=\"wpforms-137684-field_7\" class=\"wpforms-field-medium\" name=\"wpforms[fields][7]\" identifier=\"job_title\">",
      "<input type=\"text\" id=\"wpforms-137684-field_6\" class=\"wpforms-field-medium wpforms-field-required\" name=\"wpforms[fields][6]\" identifier=\"company_name\" required>",
      "<input type=\"text\" id=\"wpforms-137684-field_4\" class=\"wpforms-field-medium\" name=\"wpforms[fields][4]\" tabindex=\"-1\" aria-hidden=\"true\">",
      "<input type=\"text\" id=\"wpforms-137684-field_5\" class=\"wpforms-field-medium\" name=\"wpforms[fields][5]\" aria-hidden=\"true\" style=\"visibility: hidden;\" tabindex=\"-1\">"
    ],
    "imagesMissingAlt": [],
    "skippedHeadingLevels": [
      "h1: Autonomous IT for the modern enterprise",
      "h2: Your IT essentials suite",
      "h2: Robin by Atera",
      "h5: Trusted by over 13K leading brands",
      "h2: Robin fixes IT problems so work doesn’t wait",
      "h2: Robin takes it from hello to fixed",
      "h3: Robin outperforms. Others call escalation results.",
      "h3: Yes, Robin takes action right on devices",
      "h3: Seamless resolution across the cloud",
      "h3: Robin works with your ITSM",
      "h3: Robin learns and adapts",
      "h2: The full-stack IT platform to keep IT up and running",
      "h3: Full endpoint visibility and control",
      "h3: Ticketing that transforms IT support",
      "h3: Empower your technicians",
      "h3: Boost automation. Streamline workflows",
      "h3: Secure your IT with smart patching",
      "h3: All your assets in one powerful hub",
      "h3: Achieve next-level reporting",
      "h3: Find all your tools in one place",
      "h3: Enterprise security you can trust",
      "h3: Scan and manage your network",
      "h3: Access flexible contracts and billing",
      "h3: Full endpoint visibility and control",
      "h3: Ticketing that transforms IT support",
      "h3: Empower your technicians",
      "h3: Boost automation. Streamline workflows",
      "h3: Secure your IT with smart patching",
      "h3: All your assets in one powerful hub",
      "h3: Achieve next-level reporting",
      "h3: Find all your tools in one place",
      "h3: Enterprise security you can trust",
      "h3: Scan and manage your network",
      "h3: Access flexible contracts and billing",
      "h2: What global IT teams are saying",
      "h2: Industry recognized. User recommended.",
      "h3: Atera named a Visionary in Gartner® Magic Quadrant™",
      "h3: Atera named to CRN 2026 AI 100",
      "h3: Atera is a G2 Market Leader in AIOps and Platforms",
      "h3: Atera named to Capterra’s 2025 Shortlist for Artificial Intelligence",
      "h3: Your go-to for secure, connected work",
      "h3: Your trust, our commitment",
      "h3: Your toolbox, at your fingertips",
      "h2: Take the leap towards Autonomous IT",
      "h3: Discover Atera in action",
      "h3: Discover Robin by Atera"
    ]
  },
  "counts": {
    "h1": 1,
    "headings": 46,
    "links": 256,
    "inaccessibleLinks": 4,
    "buttons": 71,
    "inaccessibleButtons": 4,
    "images": 313,
    "imagesWithAlt": 313,
    "autocompleteInputs": 16,
    "inputsWithAutocomplete": 2,
    "missingAutocompleteInputs": 14
  }
}

AI DiscoverabilityBot Access ControlInformational

Web Bot Auth request signing

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

33 Fail

Needs attention

Web Bot Auth request signing

Failed check
01

Issue

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

02

Why it matters

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

Check name

Web Bot Auth request signing

Score

0/100

Status

fail

Category

Bot Access Control

Maturity

Informational

Goal

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

Result

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

Validation steps

  1. Fetch to find resource

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

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

Agent Ease of UseMCPEmerging recommendation

MCP Server Card

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

25 Fail

Needs attention

MCP Server Card

Failed check
01

Issue

MCP Server Card was not found at the expected path.

02

Why it matters

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

Check name

MCP Server Card

Score

0/100

Status

fail

Category

MCP

Maturity

Emerging recommendation

Goal

Publish an MCP Server Card for agent discovery.

Result

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

Validation steps

  1. Fetch to find resource

    MCP Server Card was not found at the expected path.

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

Agent Ease of UseMCPEmerging recommendation

mcp.json

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

25 Fail

Needs attention

mcp.json

Failed check
01

Issue

mcp.json was not found at the expected path.

02

Why it matters

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

Check name

mcp.json

Score

0/100

Status

fail

Category

MCP

Maturity

Emerging recommendation

Goal

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

Result

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

Validation steps

  1. Fetch to find resource

    mcp.json was not found at the expected path.

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

Agent Ease of UseMCPInformational

WebMCP manifest

WebMCP manifest failed at "Fetch to find resource".

25 Fail

Needs attention

WebMCP manifest

Failed check
01

Issue

WebMCP manifest was not found at the expected path.

02

Why it matters

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

Check name

WebMCP manifest

Score

0/100

Status

fail

Category

MCP

Maturity

Informational

Goal

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

Result

WebMCP manifest failed at "Fetch to find resource".

Validation steps

  1. Fetch to find resource

    WebMCP manifest was not found at the expected path.

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

Agent Ease of UseSkill DiscoveryEmerging recommendation

A2A Agent Card

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

20 Fail

Needs attention

A2A Agent Card

Failed check
01

Issue

A2A Agent Card was not found at the expected path.

02

Why it matters

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

Check name

A2A Agent Card

Score

0/100

Status

fail

Category

Skill Discovery

Maturity

Emerging recommendation

Goal

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

Result

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

Validation steps

  1. Fetch to find resource

    A2A Agent Card was not found at the expected path.

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

Agent Ease of UseSkill DiscoveryEmerging recommendation

Agent Skills index

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

20 Fail

Needs attention

Agent Skills index

Failed check
01

Issue

Agent Skills index was not found at the expected path.

02

Why it matters

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

Check name

Agent Skills index

Score

0/100

Status

fail

Category

Skill Discovery

Maturity

Emerging recommendation

Goal

Publish an agent skills discovery index.

Result

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

Validation steps

  1. Fetch to find resource

    Agent Skills index was not found at the expected path.

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

Agent Ease of UseSkill DiscoveryEmerging recommendation

agent.json

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

20 Fail

Needs attention

agent.json

Failed check
01

Issue

agent.json was not found at the expected path.

02

Why it matters

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

Check name

agent.json

Score

0/100

Status

fail

Category

Skill Discovery

Maturity

Emerging recommendation

Goal

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

Result

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

Validation steps

  1. Fetch to find resource

    agent.json was not found at the expected path.

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

Agent Ease of UseSkill DiscoveryInformational

agents.json

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

20 Fail

Needs attention

agents.json

Failed check
01

Issue

agents.json was not found at the expected path.

02

Why it matters

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

Check name

agents.json

Score

0/100

Status

fail

Category

Skill Discovery

Maturity

Informational

Goal

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

Result

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

Validation steps

  1. Fetch to find resource

    agents.json was not found at the expected path.

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

AI DiscoverabilityDiscoverabilityEstablished

FAQPage schema

FAQPage schema is missing or incomplete.

20 Fail

Needs attention

FAQPage schema

Failed check
01

Issue

FAQ content was detected but no FAQPage schema was found.

02

Why it matters

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

Check name

FAQPage schema

Score

0/100

Status

fail

Category

Discoverability

Maturity

Established

Goal

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

Result

FAQPage schema is missing or incomplete.

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

AI DiscoverabilityDiscoverabilityEstablished

High-value schema types

High-value schema types is missing or incomplete.

20 Fail

Needs attention

High-value schema types

Failed check
01

Issue

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

02

Why it matters

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

Check name

High-value schema types

Score

0/100

Status

fail

Category

Discoverability

Maturity

Established

Goal

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

Result

High-value schema types is missing or incomplete.

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

AI DiscoverabilityDiscoverabilityEstablished

Link headers

Link headers failed at "Find useful Link headers".

20 Fail

Needs attention

Link headers

Failed check
01

Issue

No useful agent discovery Link headers were found.

02

Why it matters

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

Check name

Link headers

Score

0/100

Status

fail

Category

Discoverability

Maturity

Established

Goal

Include Link response headers for agent discovery using RFC 8288.

Result

Link headers failed at "Find useful Link headers".

Validation steps

  1. Find useful Link headers

    No useful agent discovery Link headers were found.

  2. Fetch same-origin Link header targets

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

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

AI DiscoverabilityDiscoverabilityEstablished

robots.txt

robots.txt is missing or incomplete.

20 Fail

Needs attention

robots.txt

Failed check
01

Issue

Failed to fetch /robots.txt (Status: 403).

02

Why it matters

robots.txt gives crawlers and agents a standard place to read crawl permissions, disallowed paths, and sitemap locations before requesting site content.

Check name

robots.txt

Score

0/100

Status

fail

Category

Discoverability

Maturity

Established

Goal

Publish /robots.txt with clear crawl rules.

Result

robots.txt is missing or incomplete.

Evidence
{
  "statusCode": 403,
  "contentType": "text/html; charset=UTF-8",
  "parsedUserAgents": [],
  "sitemapDirectives": [],
  "rawExcerpt": "<!DOCTYPE html>\n<!--[if lt IE 7]> <html class=\"no-js ie6 oldie\" lang=\"en-US\"> <![endif]-->\n<!--[if IE 7]>    <html class=\"no-js ie7 oldie\" lang=\"en-US\"> <![endif]-->\n<!--[if IE 8]>    <html class=\"no-js ie8 oldie\" lang=\"en-US\"> <![endif]-->\n<!--[if gt IE 8]><!--> <html class=\"no-js\" lang=\"en-US\"> <!--<![endif]-->\n<head>\n<title>Attention Required! | Cloudflare</title>\n<meta charset=\"UTF-8\" />\n<meta http-equiv=\"Content-Type\" content=\"text/html; charset=UTF-8\" />\n<meta http-equiv=\"X-UA-Compatible\" content=\"IE=Edge\" />\n<meta name=\"robots\" content=\"noindex, nofollow\" />\n<meta name=\"viewport\" content=\"width=device-width,initial-scale=1\" />\n<link rel=\"stylesheet\" id=\"cf_styles-css\" href=\"/cdn-cgi/styles/cf.errors.css\" />\n<!--[if lt IE 9]><link rel=\"stylesheet\" id='cf_styles-ie-css' href=\"/cdn-cgi"
}

AI DiscoverabilityDiscoverabilityEstablished

Sitemap

Sitemap is missing or incomplete.

20 Fail

Needs attention

Sitemap

Failed check
01

Issue

No valid XML sitemap found at checked locations: https://www.atera.com/sitemap.xml, https://www.atera.com/sitemap_index.xml, https://www.atera.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.atera.com/sitemap.xml",
    "https://www.atera.com/sitemap_index.xml",
    "https://www.atera.com/sitemap-index.xml"
  ]
}

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.atera.com",
        "probes": [
          {
            "name": "_index._agents.www.atera.com",
            "found": false,
            "recordCount": 1,
            "records": [],
            "hasAlpn": false,
            "hasEndpoint": false
          },
          {
            "name": "_a2a._agents.www.atera.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.atera.com",
            "dnssecTypes": [],
            "dnssecRecordCount": 0
          },
          {
            "name": "atera.com",
            "dnssecTypes": [],
            "dnssecRecordCount": 0
          }
        ]
      },
      "issue": "DNSSEC material was not visible for the hostname or parent zone from this resolver.",
      "howToFix": "Sign the public discovery zone with DNSSEC so validating resolvers can return authenticated data."
    }
  ]
}

Agent Ease of UseMCPInformational

WebMCP

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

13 Warning

Needs attention

WebMCP

Warning
01

Issue

WebMCP declarative annotations need fixes.

Details

02

Why it matters

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

Check name

WebMCP

Score

50/100

Status

warning

Category

MCP

Maturity

Informational

Goal

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

Result

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

Validation steps

  1. Detect data-mcp-tool annotations

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

  2. Detect WebMCP declarative tags

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

  3. Validate WebMCP declarative annotation quality

    WebMCP declarative annotations need fixes.

    WebMCP declarative annotation issues
    • <input name="wpforms[fields][5]"> is missing tool-param-description.
    • <input name="wpforms[fields][4]"> is missing tool-param-description.
    • <input name="wpforms[fields][1]"> is missing tool-param-description.
    • <input name="wpforms[fields][2]"> is missing tool-param-description.
    • <input name="wpforms[fields][3]"> is missing tool-param-description.
    • <input name="wpf-temp-wpforms[fields][12]"> is missing tool-param-description.
    • <input name="wpforms[fields][7]"> is missing tool-param-description.
    • <input name="wpforms[fields][6]"> is missing tool-param-description.
    • <select name="wpforms[fields][40]"> is missing tool-param-description.
    • <select name="wpforms[fields][8]"> is missing tool-param-description.
    • <select name="wpforms[fields][9]"> is missing tool-param-description.
    • <input name="wpforms[fields][41][]"> is missing tool-param-description.
    • <textarea name="wpforms[fields][10]"> is missing tool-param-description.
    • <input name="wpforms[fields][1]"> is missing tool-param-description.
    • <input name="wpforms[fields][2]"> is missing tool-param-description.
    • <input name="wpforms[fields][3]"> is missing tool-param-description.
    • <input name="wpf-temp-wpforms[fields][12]"> is missing tool-param-description.
    • <input name="wpforms[fields][7]"> is missing tool-param-description.
    • <input name="wpforms[fields][6]"> is missing tool-param-description.
    • <select name="wpforms[fields][40]"> is missing tool-param-description.
    • <select name="wpforms[fields][8]"> is missing tool-param-description.
    • <select name="wpforms[fields][9]"> is missing tool-param-description.
    • <textarea name="wpforms[fields][10]"> is missing tool-param-description.
    • <input name="wpforms[fields][4]"> is missing tool-param-description.
    • <input name="wpforms[fields][5]"> is missing tool-param-description.
  4. Detect WebMCP imperative API usage

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

  5. Detect WebMCP browser navigator injection

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

  6. Interactive surface coverage

    Only 0% of interactive surfaces are annotated.

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

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

AEO: Answer-first sections

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

5 Warning

Needs attention

AEO: Answer-first sections

Warning
01

Issue

44 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": 44,
  "passing": 0,
  "failing": [
    {
      "heading": "Your IT essentials suite",
      "headingHtml": "<h2 class=\"mb-2 text-dark font-semibold text-h3 xl2:text-[42px] text-center\">Your IT essentials suite</h2>",
      "firstParagraph": "All-in-one RMM, Ticketing and IT management platform. Now with AI.",
      "paragraphHtml": "<p class=\"text-center text-[#6C6C6C] text-sm md:text-base leading-1.4\">All-in-one RMM, Ticketing and IT management platform. <br> Now with AI.</p>",
      "words": 10,
      "direct": false,
      "issue": "First paragraph is 10 words and does not look like a concise direct answer."
    },
    {
      "heading": "Robin by Atera",
      "headingHtml": "<h2 class=\"mb-2 text-dark font-semibold text-h3 xl2:text-[42px] text-center\"><span>Robin</span><img data-lazyloaded=\"1\" src=\"data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7\" decoding=\"async\" data-src=\"https://www.atera.com/app/themes/atera/dist/images/stars-gradient.svg\" alt=\"stars\"><noscript><img decoding=\"async\" src=\"https://www.atera.com/app/themes/atera/dist/images/stars-gradient.svg\" alt=\"stars\"></noscript><br class=\"break\"> by Atera</h2>",
      "firstParagraph": "A patented AI agent that fixes device and cloud issues, autonomously. For every employee.",
      "paragraphHtml": "<p class=\"text-center text-[#6C6C6C] text-sm md:text-base leading-1.4\">A patented AI agent that fixes device and cloud issues, autonomously. For every employee.</p>",
      "words": 14,
      "direct": false,
      "issue": "First paragraph is 14 words and does not look like a concise direct answer."
    },
    {
      "heading": "Robin fixes IT problems so work doesn’t wait",
      "headingHtml": "<h2 class=\"font-semibold text-dark leading-none text-[40px] md:text-5xl xl2:text-7xl mb-4\"><span>Robin<img data-lazyloaded=\"1\" src=\"data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7\" decoding=\"async\" data-src=\"https://www.atera.com/app/themes/atera/dist/images/stars-gradient.svg\" alt=\"stars\"><noscript><img decoding=\"async\" src=\"https://www.atera.com/app/themes/atera/dist/images/stars-gradient.svg\" alt=\"stars\"></noscript> fixes<br class=\"hidden xl2:block\"> IT probl...",
      "firstParagraph": "Robin delivers personalized, enterprise-grade IT support to every employee, autonomously solving device and cloud issues end to end. No interruption. No waiting. No added headcount.",
      "paragraphHtml": "<p>Robin delivers personalized, enterprise-grade IT support to every employee, autonomously solving device and cloud issues end to end. No interruption. No waiting. No added headcount.</p>",
      "words": 25,
      "direct": false,
      "issue": "First paragraph is 25 words and does not look like a concise direct answer."
    },
    {
      "heading": "Robin takes it from hello to fixed",
      "headingHtml": "<h2 class=\"capabilities-slider__title\">Robin takes it from hello to fixed</h2>",
      "firstParagraph": "Go beyond automation. Robin takes ownership of the request, investigating, deciding, executing approved actions, confirming the fix, and closing the loop.",
      "paragraphHtml": "<p class=\"capabilities-slider__subtitle\">Go beyond automation. Robin takes ownership of the request, investigating, deciding, executing approved actions, confirming the fix, and closing the loop.</p>",
      "words": 21,
      "direct": false,
      "issue": "First paragraph is 21 words and does not look like a concise direct answer."
    },
    {
      "heading": "Robin outperforms. Others call escalation results.",
      "headingHtml": "<h3 class=\"auto-slider__title text-deep-gray\"> Robin outperforms. Others call escalation results.</h3>",
      "firstParagraph": "Robin goes beyond chat and automation, solving technical issues autonomously across devices and the cloud, end to end. Where others deflect, Robin executes and gets real outcomes.",
      "paragraphHtml": "<p class=\"auto-slider__description text-deep-gray mb-4 leading-1.4\"> Robin goes beyond chat and automation, solving technical issues autonomously across devices and the cloud, end to end. Where others deflect, Robin executes and gets real outcomes.</p>",
      "words": 27,
      "direct": false,
      "issue": "First paragraph is 27 words and does not look like a concise direct answer."
    },
    {
      "heading": "Yes, Robin takes action right on devices",
      "headingHtml": "<h3>Yes, Robin takes action<br class=\"hidden md:block\"> right on devices</h3>",
      "firstParagraph": "Robin diagnoses and fixes issues directly on endpoints, keeping support scalable with enterprise controls.",
      "paragraphHtml": "<p>Robin diagnoses and fixes issues directly on endpoints, keeping support scalable with enterprise controls.</p>",
      "words": 14,
      "direct": false,
      "issue": "First paragraph is 14 words and does not look like a concise direct answer."
    },
    {
      "heading": "Seamless resolution across the cloud",
      "headingHtml": "<h3>Seamless resolution<br class=\"hidden md:block\"> across the cloud</h3>",
      "firstParagraph": "From password reset to control sharing, Robin performs approved cloud actions end-to-end with governance and audit trails.",
      "paragraphHtml": "<p>From password reset to control sharing, Robin performs approved cloud actions end-to-end with governance and audit trails.</p>",
      "words": 17,
      "direct": false,
      "issue": "First paragraph is 17 words and does not look like a concise direct answer."
    },
    {
      "heading": "Robin works with your ITSM",
      "headingHtml": "<h3 class=\"text-dark font-medium mt-2\">Robin works with your ITSM</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Robin learns and adapts",
      "headingHtml": "<h3 class=\"text-dark font-medium mt-2\">Robin learns<br> and adapts</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "The full-stack IT platform to keep IT up and running",
      "headingHtml": "<h2> The full-stack IT platform to keep IT up and running</h2>",
      "firstParagraph": "Run your IT seamlessly with full control with built-in ticketing, RMM, service desk, patching, and AI agents.",
      "paragraphHtml": "<p class=\"sm:w-4/6 md:w-full text-lg opacity-80 text-dark leading-1.6 mb-0 xl2:text-xl xl2:leading-1.4\"> Run your IT seamlessly with full control with built-in ticketing, RMM, service desk, patching, and AI agents.</p>",
      "words": 17,
      "direct": false,
      "issue": "First paragraph is 17 words and does not look like a concise direct answer."
    },
    {
      "heading": "Full endpoint visibility and control",
      "headingHtml": "<h3 class=\"text-dark font-medium mt-2\">Full endpoint visibility <br> and control</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Ticketing that transforms IT support",
      "headingHtml": "<h3 class=\"text-dark font-medium mt-2\">Ticketing that transforms <br> IT support</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Empower your technicians",
      "headingHtml": "<h3 class=\"text-dark font-medium mt-2\">Empower your technicians</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Boost automation. Streamline workflows",
      "headingHtml": "<h3 class=\"text-dark font-medium mt-2\">Boost automation. <br> Streamline workflows</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Secure your IT with smart patching",
      "headingHtml": "<h3 class=\"text-dark font-medium mt-2\">Secure your IT with <br> smart patching</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "All your assets in one powerful hub",
      "headingHtml": "<h3 class=\"text-dark font-medium mt-2\">All your assets in one powerful hub</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Achieve next-level reporting",
      "headingHtml": "<h3 class=\"text-dark font-medium mt-2\">Achieve next-level reporting</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Find all your tools in one place",
      "headingHtml": "<h3 class=\"text-dark font-medium mt-2\">Find all your tools in one place</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Enterprise security you can trust",
      "headingHtml": "<h3 class=\"text-dark font-medium mt-2\">Enterprise security you can trust</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Scan and manage your network",
      "headingHtml": "<h3 class=\"text-dark font-medium mt-2\">Scan and manage <br> your network</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Access flexible contracts and billing",
      "headingHtml": "<h3 class=\"text-dark font-medium mt-2\">Access flexible contracts and billing</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Full endpoint visibility and control",
      "headingHtml": "<h3 class=\"text-dark font-medium mt-2\">Full endpoint visibility <br> and control</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Ticketing that transforms IT support",
      "headingHtml": "<h3 class=\"text-dark font-medium mt-2\">Ticketing that transforms <br> IT support</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Empower your technicians",
      "headingHtml": "<h3 class=\"text-dark font-medium mt-2\">Empower your technicians</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Boost automation. Streamline workflows",
      "headingHtml": "<h3 class=\"text-dark font-medium mt-2\">Boost automation. <br> Streamline workflows</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Secure your IT with smart patching",
      "headingHtml": "<h3 class=\"text-dark font-medium mt-2\">Secure your IT with <br> smart patching</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "All your assets in one powerful hub",
      "headingHtml": "<h3 class=\"text-dark font-medium mt-2\">All your assets in one powerful hub</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Achieve next-level reporting",
      "headingHtml": "<h3 class=\"text-dark font-medium mt-2\">Achieve next-level reporting</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Find all your tools in one place",
      "headingHtml": "<h3 class=\"text-dark font-medium mt-2\">Find all your tools in one place</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Enterprise security you can trust",
      "headingHtml": "<h3 class=\"text-dark font-medium mt-2\">Enterprise security you can trust</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Scan and manage your network",
      "headingHtml": "<h3 class=\"text-dark font-medium mt-2\">Scan and manage <br> your network</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Access flexible contracts and billing",
      "headingHtml": "<h3 class=\"text-dark font-medium mt-2\">Access flexible contracts and billing</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "What global IT teams are saying",
      "headingHtml": "<h2 class=\"text-dark text-4xl leading-[100%] md:text-[44px] 2xl:text-[56px] 2xl:text-balance mb-4 text-left \">What global IT teams are saying</h2>",
      "firstParagraph": "See how companies are leveraging Atera to enhance their services and boost productivity.",
      "paragraphHtml": "<p class=\"text-dark opacity-80 leading-1.4 max-w-[820px] 2xl:text-[20px] text-lg font-normal base-[140%] mb-0 text-left \">See how companies are leveraging Atera to enhance their services and boost productivity.</p>",
      "words": 13,
      "direct": false,
      "issue": "First paragraph is 13 words and does not look like a concise direct answer."
    },
    {
      "heading": "Industry recognized. User recommended.",
      "headingHtml": "<h2 class=\"text-4xl md:text-[44px] 2xl:text-[56px] font-semibold text-dark\">Industry recognized. <br class=\"md:hidden\">User recommended.</h2>",
      "firstParagraph": "Atera’s got your back, when it comes to keeping your IT up and running. And the feedback shows it.",
      "paragraphHtml": "<p class=\"text-dark 2xl:text-[20px] leading-1.4 text-lg mb-0 opacity-80 max-w-[820px]\">Atera&#x2019;s got your back, when it comes to keeping your IT up and running. And the feedback shows it.</p>",
      "words": 20,
      "direct": false,
      "issue": "First paragraph is 20 words and does not look like a concise direct answer."
    },
    {
      "heading": "Atera named a Visionary in Gartner® Magic Quadrant™",
      "headingHtml": "<h3 class=\"leading-[140%] font-normal text-lg text-dark\"> Atera named a Visionary in Gartner&#xae; Magic Quadrant&#x2122;</h3>",
      "firstParagraph": "Learn more",
      "paragraphHtml": "<p class=\"underline underline-offset-2 text-[#787878] text-base font-medium leading-none mb-0\"> Learn more </p>",
      "words": 2,
      "direct": false,
      "issue": "First paragraph is 2 words and does not look like a concise direct answer."
    },
    {
      "heading": "Atera named to CRN 2026 AI 100",
      "headingHtml": "<h3 class=\"leading-[140%] font-normal text-lg text-dark\"> Atera named to CRN 2026 AI 100</h3>",
      "firstParagraph": "Learn more",
      "paragraphHtml": "<p class=\"underline underline-offset-2 text-[#787878] text-base font-medium leading-none mb-0\"> Learn more </p>",
      "words": 2,
      "direct": false,
      "issue": "First paragraph is 2 words and does not look like a concise direct answer."
    },
    {
      "heading": "Atera is a G2 Market Leader in AIOps and Platforms",
      "headingHtml": "<h3 class=\"leading-[140%] font-normal text-lg text-dark\"> Atera is a G2 Market Leader in AIOps and Platforms</h3>",
      "firstParagraph": "Learn more",
      "paragraphHtml": "<p class=\"underline underline-offset-2 text-[#787878] text-base font-medium leading-none mb-0\"> Learn more </p>",
      "words": 2,
      "direct": false,
      "issue": "First paragraph is 2 words and does not look like a concise direct answer."
    },
    {
      "heading": "Atera named to Capterra’s 2025 Shortlist for Artificial Intelligence",
      "headingHtml": "<h3 class=\"leading-[140%] font-normal text-lg text-dark\"> Atera named to Capterra&#x2019;s 2025 Shortlist for Artificial Intelligence</h3>",
      "firstParagraph": "Learn more",
      "paragraphHtml": "<p class=\"underline underline-offset-2 text-[#787878] text-base font-medium leading-none mb-0\"> Learn more </p>",
      "words": 2,
      "direct": false,
      "issue": "First paragraph is 2 words and does not look like a concise direct answer."
    },
    {
      "heading": "Your go-to for secure, connected work",
      "headingHtml": "<h3 class=\"wp-block-heading text-4xl md:text-[44px] 2xl:text-[56px] font-gellix font-semibold text-dark px-4 md:px-0\" data-nav-target=\"heading-1\">Your go-to for secure, connected work</h3>",
      "firstParagraph": "Atera’s certified for security and connected to all the tools you already use to ensure your work stays safe and smooth.",
      "paragraphHtml": "<p class=\"text-dark 2xl:text-[20px] text-lg mb-0 font-inter opacity-80 px-4 md:px-0\">Atera&#x2019;s certified for security and connected to all the tools you already use to ensure your work stays safe and smooth.</p>",
      "words": 22,
      "direct": false,
      "issue": "First paragraph is 22 words and does not look like a concise direct answer."
    },
    {
      "heading": "Your trust, our commitment",
      "headingHtml": "<h3 class=\"text-dark font-medium mt-2\">Your trust, our commitment</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Your toolbox, at your fingertips",
      "headingHtml": "<h3 class=\"text-dark font-medium mt-2\">Your toolbox,&#x2028;<br> at your fingertips</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Take the leap towards Autonomous IT",
      "headingHtml": "<h2> Take the leap towards Autonomous IT</h2>",
      "firstParagraph": "Deploy your first agent in minutes. Experience the exponential impact yourself!",
      "paragraphHtml": "<p class=\"sm:w-4/6 md:w-full text-lg opacity-80 text-dark leading-1.6 mb-0 xl2:text-xl xl2:leading-1.4\"> Deploy your first agent in minutes. Experience the exponential&#xa0;impact yourself!</p>",
      "words": 11,
      "direct": false,
      "issue": "First paragraph is 11 words and does not look like a concise direct answer."
    },
    {
      "heading": "Discover Atera in action",
      "headingHtml": "<h3 class=\"form-popup__form-title\">Discover Atera in action</h3>",
      "firstParagraph": "By submitting this form I approve that Atera may contact me by phone or email and that I’ve read the Privacy policy",
      "paragraphHtml": "<p> By submitting this form I approve that Atera may contact me by phone or email and that I&#x2019;ve read the <a href=\"/privacy/\">Privacy policy</a></p>",
      "words": 23,
      "direct": false,
      "issue": "First paragraph is 23 words and does not look like a concise direct answer."
    },
    {
      "heading": "Discover Robin by Atera",
      "headingHtml": "<h3 class=\"form-popup__form-title\">Discover Robin by Atera</h3>",
      "firstParagraph": "By submitting this form I approve that Atera may contact me by phone or email and that I’ve read the Privacy policy",
      "paragraphHtml": "<p> By submitting this form I approve that Atera may contact me by phone or email and that I&#x2019;ve read the <a href=\"/privacy/\">Privacy policy</a></p>",
      "words": 23,
      "direct": false,
      "issue": "First paragraph is 23 words and does not look like a concise direct answer."
    }
  ],
  "score": 65,
  "weight": 28
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

AIO: Source and trust signals

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

4 Warning

Needs attention

AIO: Source and trust signals

Warning
01

Issue

Missing AIO trust signals: author, publisher.

Details

02

Why it matters

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

Check name

AIO: Source and trust signals

Score

60/100

Status

warning

Category

GEO, AIO & AEO

Maturity

Emerging recommendation

Goal

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

Result

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

Evidence
{
  "signals": {
    "author": false,
    "publisher": false,
    "freshnessDate": true,
    "aboutOrContact": true,
    "policyLinks": true
  },
  "missing": [
    "author",
    "publisher"
  ],
  "authorMeta": "",
  "schemaAuthors": [],
  "schemaPublishers": [],
  "schemaDates": [
    "2025-05-13T10:52:06+00:00",
    "2026-06-08T11:56:40+00:00"
  ],
  "visibleDates": [],
  "aboutLinks": [
    {
      "href": "https://www.atera.com/about-us/",
      "text": "About us",
      "html": "<a class=\"mega-menu-link\" href=\"https://www.atera.com/about-us/\">About us</a>"
    },
    {
      "href": "https://www.atera.com/about-us/",
      "text": "About us",
      "html": "<a href=\"https://www.atera.com/about-us/\" tabindex=\"0\"> About us <span class=\"dropdown-icon\"> <svg class=\"material-icon\"> <use href=\"https://www.atera.com/app/themes/atera/dist/fonts/icons2.svg#expand_more\"/> </svg> </span> </a>"
    },
    {
      "href": "https://www.linkedin.com/company/atera-networks/",
      "text": "Atera on linkedin",
      "html": "<a href=\"https://www.linkedin.com/company/atera-networks/\" target=\"_blank\" title=\"Atera on linkedin\"> <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"18\" height=\"19\" viewBox=\"0 0 18 19\" fill=\"none\"><path d=\"M4.73145 17.0203H0.921875V6.54565H4.73145V17.0203ZM10.4443 8.23804C10.4443 8.23804 10.7878 6.54565 13.6445 6.54565C15.8154 6.54592 17.1143 8.32293 17.1143 11.3064V17.0203H13.3008V11.3064C13.3008 10.2484 13.0149 9.4021 12.0635 9.4021C10.4472 9.40231 10.4443 11.3 10.4443 11.3064V17.0203H6.635..."
    },
    {
      "href": "https://www.linkedin.com/company/atera-networks/",
      "text": "Atera on linkedin",
      "html": "<a href=\"https://www.linkedin.com/company/atera-networks/\" target=\"_blank\" title=\"Atera on linkedin\"> <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"18\" height=\"19\" viewBox=\"0 0 18 19\" fill=\"none\"><path d=\"M4.73145 17.0203H0.921875V6.54565H4.73145V17.0203ZM10.4443 8.23804C10.4443 8.23804 10.7878 6.54565 13.6445 6.54565C15.8154 6.54592 17.1143 8.32293 17.1143 11.3064V17.0203H13.3008V11.3064C13.3008 10.2484 13.0149 9.4021 12.0635 9.4021C10.4472 9.40231 10.4443 11.3 10.4443 11.3064V17.0203H6.635..."
    },
    {
      "href": "https://www.linkedin.com/company/atera-networks/",
      "text": "Atera on linkedin",
      "html": "<a href=\"https://www.linkedin.com/company/atera-networks/\" target=\"_blank\" title=\"Atera on linkedin\"> <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"18\" height=\"19\" viewBox=\"0 0 18 19\" fill=\"none\"><path d=\"M4.73145 17.0203H0.921875V6.54565H4.73145V17.0203ZM10.4443 8.23804C10.4443 8.23804 10.7878 6.54565 13.6445 6.54565C15.8154 6.54592 17.1143 8.32293 17.1143 11.3064V17.0203H13.3008V11.3064C13.3008 10.2484 13.0149 9.4021 12.0635 9.4021C10.4472 9.40231 10.4443 11.3 10.4443 11.3064V17.0203H6.635..."
    }
  ],
  "contactLinks": [
    {
      "href": "https://www.atera.com/products/ticketing/",
      "text": "Ticketing and Help Desk",
      "html": "<a class=\"mega-menu-link\" href=\"https://www.atera.com/products/ticketing/\">Ticketing and Help Desk</a>"
    },
    {
      "href": "/features/remote-access-and-remote-support/",
      "text": "Remote access",
      "html": "<a class=\"mega-menu-link\" href=\"/features/remote-access-and-remote-support/\">Remote access</a>"
    },
    {
      "href": "https://www.atera.com/features/remote-access-and-remote-support/work-from-home/",
      "text": "Work from Home",
      "html": "<a class=\"mega-menu-link\" href=\"https://www.atera.com/features/remote-access-and-remote-support/work-from-home/\">Work from Home</a>"
    },
    {
      "href": "https://support.atera.com/hc/en-us/articles/360015462840-Automate-software-patching-via-automation-profiles",
      "text": "Homebrew",
      "html": "<a class=\"mega-menu-link\" href=\"https://support.atera.com/hc/en-us/articles/360015462840-Automate-software-patching-via-automation-profiles\">Homebrew</a>"
    },
    {
      "href": "/contact-sales/",
      "text": "Contact sales",
      "html": "<a href=\"/contact-sales/\">Contact sales</a>"
    },
    {
      "href": "/contact-sales/",
      "text": "Contact sales",
      "html": "<a href=\"/contact-sales/\">Contact sales</a>"
    },
    {
      "href": "/contact-sales/",
      "text": "Contact sales",
      "html": "<a href=\"/contact-sales/\">Contact sales</a>"
    },
    {
      "href": "/contact-sales/",
      "text": "Contact sales",
      "html": "<a href=\"/contact-sales/\">Contact sales</a>"
    },
    {
      "href": "/contact-sales/",
      "text": "Contact sales",
      "html": "<a href=\"/contact-sales/\">Contact sales</a>"
    },
    {
      "href": "/contact-sales/",
      "text": "Contact sales",
      "html": "<a href=\"/contact-sales/\">Contact sales</a>"
    },
    {
      "href": "https://support.atera.com/hc/en-us",
      "text": "Help center",
      "html": "<a class=\"mega-menu-link\" href=\"https://support.atera.com/hc/en-us\">Help center</a>"
    },
    {
      "href": "/contact-sales/",
      "text": "Contact sales",
      "html": "<a href=\"/contact-sales/\">Contact sales</a>"
    },
    {
      "href": "https://www.atera.com/contact-us/",
      "text": "Contact support",
      "html": "<a class=\"mega-menu-link\" href=\"https://www.atera.com/contact-us/\">Contact support</a>"
    },
    {
      "href": "/contact-sales/",
      "text": "Contact sales",
      "html": "<a href=\"/contact-sales/\">Contact sales</a>"
    },
    {
      "href": "/contact-sales/",
      "text": "Contact sales",
      "html": "<a href=\"/contact-sales/\">Contact sales</a>"
    },
    {
      "href": "/contact-sales/",
      "text": "Contact sales",
      "html": "<a href=\"/contact-sales/\">Contact sales</a>"
    },
    {
      "href": "/contact-sales/",
      "text": "Contact sales",
      "html": "<a href=\"/contact-sales/\" class=\"contact-sales-btn-design hidden md:block font-inter hover:opacity-70 py-2 font-medium text-base text-white border border-silver rounded-button\" id=\"upper_header_contact_sales_link\"> Contact sales </a>"
    },
    {
      "href": "https://www.atera.com/products/ticketing/",
      "text": "Ticketing & Help desk",
      "html": "<a href=\"https://www.atera.com/products/ticketing/\" tabindex=\"0\"> Ticketing &amp; Help desk <span class=\"dropdown-icon\"> <svg class=\"material-icon\"> <use href=\"https://www.atera.com/app/themes/atera/dist/fonts/icons2.svg#expand_more\"/> </svg> </span> </a>"
    },
    {
      "href": "https://www.atera.com/what-is-helpdesk-software/",
      "text": "What is Helpdesk Software?",
      "html": "<a href=\"https://www.atera.com/what-is-helpdesk-software/\" tabindex=\"0\"> What is Helpdesk Software? <span class=\"dropdown-icon\"> <svg class=\"material-icon\"> <use href=\"https://www.atera.com/app/themes/atera/dist/fonts/icons2.svg#expand_more\"/> </svg> </span> </a>"
    },
    {
      "href": "https://support.atera.com/hc/en-us",
      "text": "Help center",
      "html": "<a href=\"https://support.atera.com/hc/en-us\" tabindex=\"0\"> Help center <span class=\"dropdown-icon\"> <svg class=\"material-icon\"> <use href=\"https://www.atera.com/app/themes/atera/dist/fonts/icons2.svg#expand_more\"/> </svg> </span> </a>"
    },
    {
      "href": "https://www.atera.com/contact-sales/",
      "text": "Contact sales",
      "html": "<a href=\"https://www.atera.com/contact-sales/\" tabindex=\"0\"> Contact sales <span class=\"dropdown-icon\"> <svg class=\"material-icon\"> <use href=\"https://www.atera.com/app/themes/atera/dist/fonts/icons2.svg#expand_more\"/> </svg> </span> </a>"
    },
    {
      "href": "https://www.atera.com/contact-us/",
      "text": "Contact support",
      "html": "<a href=\"https://www.atera.com/contact-us/\" tabindex=\"0\"> Contact support <span class=\"dropdown-icon\"> <svg class=\"material-icon\"> <use href=\"https://www.atera.com/app/themes/atera/dist/fonts/icons2.svg#expand_more\"/> </svg> </span> </a>"
    }
  ],
  "privacyLinks": [
    {
      "href": "https://www.atera.com/privacy/",
      "text": "Privacy Policy",
      "html": "<a href=\"https://www.atera.com/privacy/\" tabindex=\"0\"> Privacy Policy <span class=\"dropdown-icon\"> <svg class=\"material-icon\"> <use href=\"https://www.atera.com/app/themes/atera/dist/fonts/icons2.svg#expand_more\"/> </svg> </span> </a>"
    },
    {
      "href": "https://www.atera.com/terms-of-use/",
      "text": "Terms of Use",
      "html": "<a href=\"https://www.atera.com/terms-of-use/\" tabindex=\"0\"> Terms of Use <span class=\"dropdown-icon\"> <svg class=\"material-icon\"> <use href=\"https://www.atera.com/app/themes/atera/dist/fonts/icons2.svg#expand_more\"/> </svg> </span> </a>"
    },
    {
      "href": "https://www.atera.com/privacy/",
      "text": "Privacy Policy",
      "html": "<a href=\"https://www.atera.com/privacy/\" tabindex=\"0\"> Privacy Policy <span class=\"dropdown-icon\"> <svg class=\"material-icon\"> <use href=\"https://www.atera.com/app/themes/atera/dist/fonts/icons2.svg#expand_more\"/> </svg> </span> </a>"
    },
    {
      "href": "https://www.atera.com/terms-of-use/",
      "text": "Terms of Use",
      "html": "<a href=\"https://www.atera.com/terms-of-use/\" tabindex=\"0\"> Terms of Use <span class=\"dropdown-icon\"> <svg class=\"material-icon\"> <use href=\"https://www.atera.com/app/themes/atera/dist/fonts/icons2.svg#expand_more\"/> </svg> </span> </a>"
    },
    {
      "href": "/privacy/",
      "text": "Privacy policy",
      "html": "<a href=\"/privacy/\">Privacy policy</a>"
    },
    {
      "href": "/privacy/",
      "text": "Privacy policy",
      "html": "<a href=\"/privacy/\">Privacy policy</a>"
    }
  ],
  "score": 60,
  "weight": 20
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

AEO: Answer evidence and trust

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

4 Warning

Needs attention

AEO: Answer evidence and trust

Warning
01

Issue

Missing AIO trust signals: author, publisher.

Details

02

Why it matters

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

Check name

AEO: Answer evidence and trust

Score

60/100

Status

warning

Category

GEO, AIO & AEO

Maturity

Emerging recommendation

Goal

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

Result

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

Evidence
{
  "signals": {
    "author": false,
    "publisher": false,
    "freshnessDate": true,
    "aboutOrContact": true,
    "policyLinks": true
  },
  "missing": [
    "author",
    "publisher"
  ],
  "authorMeta": "",
  "schemaAuthors": [],
  "schemaPublishers": [],
  "schemaDates": [
    "2025-05-13T10:52:06+00:00",
    "2026-06-08T11:56:40+00:00"
  ],
  "visibleDates": [],
  "aboutLinks": [
    {
      "href": "https://www.atera.com/about-us/",
      "text": "About us",
      "html": "<a class=\"mega-menu-link\" href=\"https://www.atera.com/about-us/\">About us</a>"
    },
    {
      "href": "https://www.atera.com/about-us/",
      "text": "About us",
      "html": "<a href=\"https://www.atera.com/about-us/\" tabindex=\"0\"> About us <span class=\"dropdown-icon\"> <svg class=\"material-icon\"> <use href=\"https://www.atera.com/app/themes/atera/dist/fonts/icons2.svg#expand_more\"/> </svg> </span> </a>"
    },
    {
      "href": "https://www.linkedin.com/company/atera-networks/",
      "text": "Atera on linkedin",
      "html": "<a href=\"https://www.linkedin.com/company/atera-networks/\" target=\"_blank\" title=\"Atera on linkedin\"> <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"18\" height=\"19\" viewBox=\"0 0 18 19\" fill=\"none\"><path d=\"M4.73145 17.0203H0.921875V6.54565H4.73145V17.0203ZM10.4443 8.23804C10.4443 8.23804 10.7878 6.54565 13.6445 6.54565C15.8154 6.54592 17.1143 8.32293 17.1143 11.3064V17.0203H13.3008V11.3064C13.3008 10.2484 13.0149 9.4021 12.0635 9.4021C10.4472 9.40231 10.4443 11.3 10.4443 11.3064V17.0203H6.635..."
    },
    {
      "href": "https://www.linkedin.com/company/atera-networks/",
      "text": "Atera on linkedin",
      "html": "<a href=\"https://www.linkedin.com/company/atera-networks/\" target=\"_blank\" title=\"Atera on linkedin\"> <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"18\" height=\"19\" viewBox=\"0 0 18 19\" fill=\"none\"><path d=\"M4.73145 17.0203H0.921875V6.54565H4.73145V17.0203ZM10.4443 8.23804C10.4443 8.23804 10.7878 6.54565 13.6445 6.54565C15.8154 6.54592 17.1143 8.32293 17.1143 11.3064V17.0203H13.3008V11.3064C13.3008 10.2484 13.0149 9.4021 12.0635 9.4021C10.4472 9.40231 10.4443 11.3 10.4443 11.3064V17.0203H6.635..."
    },
    {
      "href": "https://www.linkedin.com/company/atera-networks/",
      "text": "Atera on linkedin",
      "html": "<a href=\"https://www.linkedin.com/company/atera-networks/\" target=\"_blank\" title=\"Atera on linkedin\"> <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"18\" height=\"19\" viewBox=\"0 0 18 19\" fill=\"none\"><path d=\"M4.73145 17.0203H0.921875V6.54565H4.73145V17.0203ZM10.4443 8.23804C10.4443 8.23804 10.7878 6.54565 13.6445 6.54565C15.8154 6.54592 17.1143 8.32293 17.1143 11.3064V17.0203H13.3008V11.3064C13.3008 10.2484 13.0149 9.4021 12.0635 9.4021C10.4472 9.40231 10.4443 11.3 10.4443 11.3064V17.0203H6.635..."
    }
  ],
  "contactLinks": [
    {
      "href": "https://www.atera.com/products/ticketing/",
      "text": "Ticketing and Help Desk",
      "html": "<a class=\"mega-menu-link\" href=\"https://www.atera.com/products/ticketing/\">Ticketing and Help Desk</a>"
    },
    {
      "href": "/features/remote-access-and-remote-support/",
      "text": "Remote access",
      "html": "<a class=\"mega-menu-link\" href=\"/features/remote-access-and-remote-support/\">Remote access</a>"
    },
    {
      "href": "https://www.atera.com/features/remote-access-and-remote-support/work-from-home/",
      "text": "Work from Home",
      "html": "<a class=\"mega-menu-link\" href=\"https://www.atera.com/features/remote-access-and-remote-support/work-from-home/\">Work from Home</a>"
    },
    {
      "href": "https://support.atera.com/hc/en-us/articles/360015462840-Automate-software-patching-via-automation-profiles",
      "text": "Homebrew",
      "html": "<a class=\"mega-menu-link\" href=\"https://support.atera.com/hc/en-us/articles/360015462840-Automate-software-patching-via-automation-profiles\">Homebrew</a>"
    },
    {
      "href": "/contact-sales/",
      "text": "Contact sales",
      "html": "<a href=\"/contact-sales/\">Contact sales</a>"
    },
    {
      "href": "/contact-sales/",
      "text": "Contact sales",
      "html": "<a href=\"/contact-sales/\">Contact sales</a>"
    },
    {
      "href": "/contact-sales/",
      "text": "Contact sales",
      "html": "<a href=\"/contact-sales/\">Contact sales</a>"
    },
    {
      "href": "/contact-sales/",
      "text": "Contact sales",
      "html": "<a href=\"/contact-sales/\">Contact sales</a>"
    },
    {
      "href": "/contact-sales/",
      "text": "Contact sales",
      "html": "<a href=\"/contact-sales/\">Contact sales</a>"
    },
    {
      "href": "/contact-sales/",
      "text": "Contact sales",
      "html": "<a href=\"/contact-sales/\">Contact sales</a>"
    },
    {
      "href": "https://support.atera.com/hc/en-us",
      "text": "Help center",
      "html": "<a class=\"mega-menu-link\" href=\"https://support.atera.com/hc/en-us\">Help center</a>"
    },
    {
      "href": "/contact-sales/",
      "text": "Contact sales",
      "html": "<a href=\"/contact-sales/\">Contact sales</a>"
    },
    {
      "href": "https://www.atera.com/contact-us/",
      "text": "Contact support",
      "html": "<a class=\"mega-menu-link\" href=\"https://www.atera.com/contact-us/\">Contact support</a>"
    },
    {
      "href": "/contact-sales/",
      "text": "Contact sales",
      "html": "<a href=\"/contact-sales/\">Contact sales</a>"
    },
    {
      "href": "/contact-sales/",
      "text": "Contact sales",
      "html": "<a href=\"/contact-sales/\">Contact sales</a>"
    },
    {
      "href": "/contact-sales/",
      "text": "Contact sales",
      "html": "<a href=\"/contact-sales/\">Contact sales</a>"
    },
    {
      "href": "/contact-sales/",
      "text": "Contact sales",
      "html": "<a href=\"/contact-sales/\" class=\"contact-sales-btn-design hidden md:block font-inter hover:opacity-70 py-2 font-medium text-base text-white border border-silver rounded-button\" id=\"upper_header_contact_sales_link\"> Contact sales </a>"
    },
    {
      "href": "https://www.atera.com/products/ticketing/",
      "text": "Ticketing & Help desk",
      "html": "<a href=\"https://www.atera.com/products/ticketing/\" tabindex=\"0\"> Ticketing &amp; Help desk <span class=\"dropdown-icon\"> <svg class=\"material-icon\"> <use href=\"https://www.atera.com/app/themes/atera/dist/fonts/icons2.svg#expand_more\"/> </svg> </span> </a>"
    },
    {
      "href": "https://www.atera.com/what-is-helpdesk-software/",
      "text": "What is Helpdesk Software?",
      "html": "<a href=\"https://www.atera.com/what-is-helpdesk-software/\" tabindex=\"0\"> What is Helpdesk Software? <span class=\"dropdown-icon\"> <svg class=\"material-icon\"> <use href=\"https://www.atera.com/app/themes/atera/dist/fonts/icons2.svg#expand_more\"/> </svg> </span> </a>"
    },
    {
      "href": "https://support.atera.com/hc/en-us",
      "text": "Help center",
      "html": "<a href=\"https://support.atera.com/hc/en-us\" tabindex=\"0\"> Help center <span class=\"dropdown-icon\"> <svg class=\"material-icon\"> <use href=\"https://www.atera.com/app/themes/atera/dist/fonts/icons2.svg#expand_more\"/> </svg> </span> </a>"
    },
    {
      "href": "https://www.atera.com/contact-sales/",
      "text": "Contact sales",
      "html": "<a href=\"https://www.atera.com/contact-sales/\" tabindex=\"0\"> Contact sales <span class=\"dropdown-icon\"> <svg class=\"material-icon\"> <use href=\"https://www.atera.com/app/themes/atera/dist/fonts/icons2.svg#expand_more\"/> </svg> </span> </a>"
    },
    {
      "href": "https://www.atera.com/contact-us/",
      "text": "Contact support",
      "html": "<a href=\"https://www.atera.com/contact-us/\" tabindex=\"0\"> Contact support <span class=\"dropdown-icon\"> <svg class=\"material-icon\"> <use href=\"https://www.atera.com/app/themes/atera/dist/fonts/icons2.svg#expand_more\"/> </svg> </span> </a>"
    }
  ],
  "privacyLinks": [
    {
      "href": "https://www.atera.com/privacy/",
      "text": "Privacy Policy",
      "html": "<a href=\"https://www.atera.com/privacy/\" tabindex=\"0\"> Privacy Policy <span class=\"dropdown-icon\"> <svg class=\"material-icon\"> <use href=\"https://www.atera.com/app/themes/atera/dist/fonts/icons2.svg#expand_more\"/> </svg> </span> </a>"
    },
    {
      "href": "https://www.atera.com/terms-of-use/",
      "text": "Terms of Use",
      "html": "<a href=\"https://www.atera.com/terms-of-use/\" tabindex=\"0\"> Terms of Use <span class=\"dropdown-icon\"> <svg class=\"material-icon\"> <use href=\"https://www.atera.com/app/themes/atera/dist/fonts/icons2.svg#expand_more\"/> </svg> </span> </a>"
    },
    {
      "href": "https://www.atera.com/privacy/",
      "text": "Privacy Policy",
      "html": "<a href=\"https://www.atera.com/privacy/\" tabindex=\"0\"> Privacy Policy <span class=\"dropdown-icon\"> <svg class=\"material-icon\"> <use href=\"https://www.atera.com/app/themes/atera/dist/fonts/icons2.svg#expand_more\"/> </svg> </span> </a>"
    },
    {
      "href": "https://www.atera.com/terms-of-use/",
      "text": "Terms of Use",
      "html": "<a href=\"https://www.atera.com/terms-of-use/\" tabindex=\"0\"> Terms of Use <span class=\"dropdown-icon\"> <svg class=\"material-icon\"> <use href=\"https://www.atera.com/app/themes/atera/dist/fonts/icons2.svg#expand_more\"/> </svg> </span> </a>"
    },
    {
      "href": "/privacy/",
      "text": "Privacy policy",
      "html": "<a href=\"/privacy/\">Privacy policy</a>"
    },
    {
      "href": "/privacy/",
      "text": "Privacy policy",
      "html": "<a href=\"/privacy/\">Privacy policy</a>"
    }
  ],
  "score": 60,
  "weight": 22
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

AEO: Question-led structure

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

2 Warning

Needs attention

AEO: Question-led structure

Warning
01

Issue

44 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

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: Question-led structure scored 70/100 and needs improvement.

Evidence
{
  "h2Count": 8,
  "questionH2s": [
    {
      "index": 6,
      "text": "What global IT teams are saying",
      "isQuestion": true,
      "html": "<h2 class=\"text-dark text-4xl leading-[100%] md:text-[44px] 2xl:text-[56px] 2xl:text-balance mb-4 text-left \">What global IT teams are saying</h2>"
    }
  ],
  "hasFaq": false,
  "score": 70,
  "weight": 18
}

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

245 image(s) are missing width/height attributes. 102 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, maximum-scale=2, user-scalable=1",
  "visibleWords": 3257,
  "htmlBytes": 678570,
  "imagesMissingDimensions": [
    {
      "src": "https://www.atera.com/app/themes/atera/dist/images/link-button.webp",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img decoding=\"async\" src=\"https://www.atera.com/app/themes/atera/dist/images/link-button.webp\" alt aria-hidden=\"true\" data-no-lazy=\"1\" class=\"rotate-90\">"
    },
    {
      "src": "data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img data-lazyloaded=\"1\" src=\"data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7\" decoding=\"async\" data-src=\"https://www.atera.com/app/themes/atera/dist/images/stars-gradient.svg\" alt=\"stars\">"
    },
    {
      "src": "https://www.atera.com/app/themes/atera/dist/images/stars-gradient.svg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img decoding=\"async\" src=\"https://www.atera.com/app/themes/atera/dist/images/stars-gradient.svg\" alt=\"stars\">"
    },
    {
      "src": "https://www.atera.com/app/themes/atera/dist/images/link-button.webp",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img decoding=\"async\" src=\"https://www.atera.com/app/themes/atera/dist/images/link-button.webp\" alt aria-hidden=\"true\" data-no-lazy=\"1\" class=\"rotate-90\">"
    },
    {
      "src": "data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img data-lazyloaded=\"1\" src=\"data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7\" decoding=\"async\" data-src=\"https://www.atera.com/app/uploads/2026/03/icon-01-nofill-1.svg\" alt class=\"nav-item-icon\">"
    },
    {
      "src": "https://www.atera.com/app/uploads/2026/03/icon-01-nofill-1.svg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img decoding=\"async\" src=\"https://www.atera.com/app/uploads/2026/03/icon-01-nofill-1.svg\" alt class=\"nav-item-icon\">"
    },
    {
      "src": "data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img data-lazyloaded=\"1\" src=\"data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7\" decoding=\"async\" data-src=\"https://www.atera.com/app/uploads/2026/03/Icons-02.svg\" alt class=\"nav-item-icon\">"
    },
    {
      "src": "https://www.atera.com/app/uploads/2026/03/Icons-02.svg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img decoding=\"async\" src=\"https://www.atera.com/app/uploads/2026/03/Icons-02.svg\" alt class=\"nav-item-icon\">"
    },
    {
      "src": "data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img data-lazyloaded=\"1\" src=\"data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7\" decoding=\"async\" data-src=\"https://www.atera.com/app/uploads/2026/03/Icons-users.svg\" alt class=\"nav-item-icon\">"
    },
    {
      "src": "https://www.atera.com/app/uploads/2026/03/Icons-users.svg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img decoding=\"async\" src=\"https://www.atera.com/app/uploads/2026/03/Icons-users.svg\" alt class=\"nav-item-icon\">"
    },
    {
      "src": "data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img data-lazyloaded=\"1\" src=\"data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7\" decoding=\"async\" data-src=\"https://www.atera.com/app/uploads/2026/03/Icon-medal.svg\" alt class=\"nav-item-icon\">"
    },
    {
      "src": "https://www.atera.com/app/uploads/2026/03/Icon-medal.svg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img decoding=\"async\" src=\"https://www.atera.com/app/uploads/2026/03/Icon-medal.svg\" alt class=\"nav-item-icon\">"
    },
    {
      "src": "data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img data-lazyloaded=\"1\" src=\"data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7\" decoding=\"async\" data-src=\"https://www.atera.com/app/uploads/2026/03/Icons-security-wall.svg\" alt class=\"nav-item-icon\">"
    },
    {
      "src": "https://www.atera.com/app/uploads/2026/03/Icons-security-wall.svg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img decoding=\"async\" src=\"https://www.atera.com/app/uploads/2026/03/Icons-security-wall.svg\" alt class=\"nav-item-icon\">"
    },
    {
      "src": "data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img data-lazyloaded=\"1\" src=\"data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7\" decoding=\"async\" data-src=\"https://www.atera.com/app/uploads/2026/03/Icons-integrations.svg\" alt class=\"nav-item-icon\">"
    },
    {
      "src": "https://www.atera.com/app/uploads/2026/03/Icons-integrations.svg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img decoding=\"async\" src=\"https://www.atera.com/app/uploads/2026/03/Icons-integrations.svg\" alt class=\"nav-item-icon\">"
    },
    {
      "src": "data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img data-lazyloaded=\"1\" src=\"data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7\" decoding=\"async\" data-src=\"https://www.atera.com/app/uploads/2026/03/icon-01-nofill-1.svg\" alt class=\"nav-item-icon\">"
    },
    {
      "src": "https://www.atera.com/app/uploads/2026/03/icon-01-nofill-1.svg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img decoding=\"async\" src=\"https://www.atera.com/app/uploads/2026/03/icon-01-nofill-1.svg\" alt class=\"nav-item-icon\">"
    },
    {
      "src": "data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img data-lazyloaded=\"1\" src=\"data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7\" decoding=\"async\" data-src=\"https://www.atera.com/app/uploads/2026/03/Icons-02.svg\" alt class=\"nav-item-icon\">"
    },
    {
      "src": "https://www.atera.com/app/uploads/2026/03/Icons-02.svg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img decoding=\"async\" src=\"https://www.atera.com/app/uploads/2026/03/Icons-02.svg\" alt class=\"nav-item-icon\">"
    },
    {
      "src": "data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img data-lazyloaded=\"1\" src=\"data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7\" decoding=\"async\" data-src=\"https://www.atera.com/app/uploads/2026/03/Icons-users.svg\" alt class=\"nav-item-icon\">"
    },
    {
      "src": "https://www.atera.com/app/uploads/2026/03/Icons-users.svg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img decoding=\"async\" src=\"https://www.atera.com/app/uploads/2026/03/Icons-users.svg\" alt class=\"nav-item-icon\">"
    },
    {
      "src": "data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img data-lazyloaded=\"1\" src=\"data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7\" decoding=\"async\" data-src=\"https://www.atera.com/app/uploads/2026/03/Icon-medal.svg\" alt class=\"nav-item-icon\">"
    },
    {
      "src": "https://www.atera.com/app/uploads/2026/03/Icon-medal.svg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img decoding=\"async\" src=\"https://www.atera.com/app/uploads/2026/03/Icon-medal.svg\" alt class=\"nav-item-icon\">"
    },
    {
      "src": "data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img data-lazyloaded=\"1\" src=\"data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7\" decoding=\"async\" data-src=\"https://www.atera.com/app/uploads/2026/03/Icons-security-wall.svg\" alt class=\"nav-item-icon\">"
    },
    {
      "src": "https://www.atera.com/app/uploads/2026/03/Icons-security-wall.svg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img decoding=\"async\" src=\"https://www.atera.com/app/uploads/2026/03/Icons-security-wall.svg\" alt class=\"nav-item-icon\">"
    },
    {
      "src": "data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img data-lazyloaded=\"1\" src=\"data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7\" decoding=\"async\" data-src=\"https://www.atera.com/app/uploads/2026/03/Icons-integrations.svg\" alt class=\"nav-item-icon\">"
    },
    {
      "src": "https://www.atera.com/app/uploads/2026/03/Icons-integrations.svg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img decoding=\"async\" src=\"https://www.atera.com/app/uploads/2026/03/Icons-integrations.svg\" alt class=\"nav-item-icon\">"
    },
    {
      "src": "data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img data-lazyloaded=\"1\" src=\"data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7\" decoding=\"async\" data-src=\"https://www.atera.com/app/themes/atera/dist/images/stars-gradient.svg\" alt=\"stars\">"
    },
    {
      "src": "https://www.atera.com/app/themes/atera/dist/images/stars-gradient.svg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img decoding=\"async\" src=\"https://www.atera.com/app/themes/atera/dist/images/stars-gradient.svg\" alt=\"stars\">"
    },
    {
      "src": "data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img data-lazyloaded=\"1\" src=\"data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7\" decoding=\"async\" data-src=\"https://www.atera.com/app/themes/atera/dist/images/link-button.webp\" alt=\"arrow icon\" class=\"transition-all\">"
    },
    {
      "src": "https://www.atera.com/app/themes/atera/dist/images/link-button.webp",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img decoding=\"async\" src=\"https://www.atera.com/app/themes/atera/dist/images/link-button.webp\" alt=\"arrow icon\" class=\"transition-all\">"
    },
    {
      "src": "data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img data-lazyloaded=\"1\" src=\"data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7\" decoding=\"async\" data-src=\"https://www.atera.com/app/themes/atera/dist/images/link-button.webp\" alt=\"arrow icon\" class=\"transition-all\">"
    },
    {
      "src": "https://www.atera.com/app/themes/atera/dist/images/link-button.webp",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img decoding=\"async\" src=\"https://www.atera.com/app/themes/atera/dist/images/link-button.webp\" alt=\"arrow icon\" class=\"transition-all\">"
    },
    {
      "src": "data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img data-lazyloaded=\"1\" src=\"data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7\" decoding=\"async\" data-src=\"https://www.atera.com/app/themes/atera/dist/images/link-button.webp\" alt=\"arrow icon\" class=\"transition-all\">"
    },
    {
      "src": "https://www.atera.com/app/themes/atera/dist/images/link-button.webp",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img decoding=\"async\" src=\"https://www.atera.com/app/themes/atera/dist/images/link-button.webp\" alt=\"arrow icon\" class=\"transition-all\">"
    },
    {
      "src": "data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img data-lazyloaded=\"1\" src=\"data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7\" decoding=\"async\" data-src=\"https://www.atera.com/app/themes/atera/dist/images/link-button.webp\" alt=\"arrow icon\" class=\"transition-all\">"
    },
    {
      "src": "https://www.atera.com/app/themes/atera/dist/images/link-button.webp",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img decoding=\"async\" src=\"https://www.atera.com/app/themes/atera/dist/images/link-button.webp\" alt=\"arrow icon\" class=\"transition-all\">"
    },
    {
      "src": "data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img data-lazyloaded=\"1\" src=\"data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7\" decoding=\"async\" data-src=\"https://www.atera.com/app/themes/atera/dist/images/link-button.webp\" alt=\"arrow icon\" class=\"transition-all\">"
    },
    {
      "src": "https://www.atera.com/app/themes/atera/dist/images/link-button.webp",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img decoding=\"async\" src=\"https://www.atera.com/app/themes/atera/dist/images/link-button.webp\" alt=\"arrow icon\" class=\"transition-all\">"
    },
    {
      "src": "data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img data-lazyloaded=\"1\" src=\"data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7\" decoding=\"async\" data-src=\"https://www.atera.com/app/themes/atera/dist/images/link-button.webp\" alt=\"arrow icon\" class=\"transition-all\">"
    },
    {
      "src": "https://www.atera.com/app/themes/atera/dist/images/link-button.webp",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img decoding=\"async\" src=\"https://www.atera.com/app/themes/atera/dist/images/link-button.webp\" alt=\"arrow icon\" class=\"transition-all\">"
    },
    {
      "src": "data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img data-lazyloaded=\"1\" src=\"data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7\" decoding=\"async\" alt=\"Reviewer headshot\" data-src=\"https://www.atera.com/app/uploads/2026/03/america-lucid.webp\" class=\"bg-center bg-cover headshot-img rounded-full aspect-square w-[22.5%] min-w-[124px] max-w-[175px] hidden xl2:flex justify-center items-center\">"
    },
    {
      "src": "https://www.atera.com/app/uploads/2026/03/america-lucid.webp",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img decoding=\"async\" alt=\"Reviewer headshot\" src=\"https://www.atera.com/app/uploads/2026/03/america-lucid.webp\" class=\"bg-center bg-cover headshot-img rounded-full aspect-square w-[22.5%] min-w-[124px] max-w-[175px] hidden xl2:flex justify-center items-center\">"
    },
    {
      "src": "data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img data-lazyloaded=\"1\" src=\"data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7\" decoding=\"async\" alt=\"Reviewer headshot\" data-src=\"https://www.atera.com/app/uploads/2026/03/america-lucid.webp\" class=\"bg-center bg-cover headshot-img rounded-full aspect-square w-[25%] min-w-[40px] max-w-[125px] xl2:hidden flex justify-center items-center\">"
    },
    {
      "src": "https://www.atera.com/app/uploads/2026/03/america-lucid.webp",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img decoding=\"async\" alt=\"Reviewer headshot\" src=\"https://www.atera.com/app/uploads/2026/03/america-lucid.webp\" class=\"bg-center bg-cover headshot-img rounded-full aspect-square w-[25%] min-w-[40px] max-w-[125px] xl2:hidden flex justify-center items-center\">"
    },
    {
      "src": "data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img data-lazyloaded=\"1\" src=\"data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7\" decoding=\"async\" alt=\"Reviewer headshot\" data-src=\"https://www.atera.com/app/uploads/2026/03/palwinder-chima.webp\" class=\"bg-center bg-cover headshot-img rounded-full aspect-square w-[22.5%] min-w-[124px] max-w-[175px] hidden xl2:flex justify-center items-center\">"
    },
    {
      "src": "https://www.atera.com/app/uploads/2026/03/palwinder-chima.webp",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img decoding=\"async\" alt=\"Reviewer headshot\" src=\"https://www.atera.com/app/uploads/2026/03/palwinder-chima.webp\" class=\"bg-center bg-cover headshot-img rounded-full aspect-square w-[22.5%] min-w-[124px] max-w-[175px] hidden xl2:flex justify-center items-center\">"
    },
    {
      "src": "data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img data-lazyloaded=\"1\" src=\"data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7\" decoding=\"async\" alt=\"Reviewer headshot\" data-src=\"https://www.atera.com/app/uploads/2026/03/palwinder-chima.webp\" class=\"bg-center bg-cover headshot-img rounded-full aspect-square w-[25%] min-w-[40px] max-w-[125px] xl2:hidden flex justify-center items-center\">"
    },
    {
      "src": "https://www.atera.com/app/uploads/2026/03/palwinder-chima.webp",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img decoding=\"async\" alt=\"Reviewer headshot\" src=\"https://www.atera.com/app/uploads/2026/03/palwinder-chima.webp\" class=\"bg-center bg-cover headshot-img rounded-full aspect-square w-[25%] min-w-[40px] max-w-[125px] xl2:hidden flex justify-center items-center\">"
    },
    {
      "src": "data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img data-lazyloaded=\"1\" src=\"data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7\" decoding=\"async\" alt=\"Reviewer headshot\" data-src=\"https://www.atera.com/app/uploads/2026/03/hunter-patterson.webp\" class=\"bg-center bg-cover headshot-img rounded-full aspect-square w-[22.5%] min-w-[124px] max-w-[175px] hidden xl2:flex justify-center items-center\">"
    },
    {
      "src": "https://www.atera.com/app/uploads/2026/03/hunter-patterson.webp",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img decoding=\"async\" alt=\"Reviewer headshot\" src=\"https://www.atera.com/app/uploads/2026/03/hunter-patterson.webp\" class=\"bg-center bg-cover headshot-img rounded-full aspect-square w-[22.5%] min-w-[124px] max-w-[175px] hidden xl2:flex justify-center items-center\">"
    },
    {
      "src": "data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img data-lazyloaded=\"1\" src=\"data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7\" decoding=\"async\" alt=\"Reviewer headshot\" data-src=\"https://www.atera.com/app/uploads/2026/03/hunter-patterson.webp\" class=\"bg-center bg-cover headshot-img rounded-full aspect-square w-[25%] min-w-[40px] max-w-[125px] xl2:hidden flex justify-center items-center\">"
    },
    {
      "src": "https://www.atera.com/app/uploads/2026/03/hunter-patterson.webp",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img decoding=\"async\" alt=\"Reviewer headshot\" src=\"https://www.atera.com/app/uploads/2026/03/hunter-patterson.webp\" class=\"bg-center bg-cover headshot-img rounded-full aspect-square w-[25%] min-w-[40px] max-w-[125px] xl2:hidden flex justify-center items-center\">"
    },
    {
      "src": "data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img data-lazyloaded=\"1\" src=\"data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7\" decoding=\"async\" data-src=\"https://www.atera.com/app/themes/atera/dist/images/caret-left.svg\" alt=\"previous\">"
    },
    {
      "src": "https://www.atera.com/app/themes/atera/dist/images/caret-left.svg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img decoding=\"async\" src=\"https://www.atera.com/app/themes/atera/dist/images/caret-left.svg\" alt=\"previous\">"
    },
    {
      "src": "data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img data-lazyloaded=\"1\" src=\"data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7\" decoding=\"async\" data-src=\"https://www.atera.com/app/themes/atera/dist/images/caret-right.svg\" alt=\"next\">"
    },
    {
      "src": "https://www.atera.com/app/themes/atera/dist/images/caret-right.svg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img decoding=\"async\" src=\"https://www.atera.com/app/themes/atera/dist/images/caret-right.svg\" alt=\"next\">"
    },
    {
      "src": "data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img data-lazyloaded=\"1\" src=\"data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7\" decoding=\"async\" data-src=\"https://www.atera.com/app/uploads/2026/03/cpu.svg\" alt>"
    },
    {
      "src": "https://www.atera.com/app/uploads/2026/03/cpu.svg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img decoding=\"async\" src=\"https://www.atera.com/app/uploads/2026/03/cpu.svg\" alt>"
    },
    {
      "src": "data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img data-lazyloaded=\"1\" src=\"data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7\" decoding=\"async\" data-src=\"https://www.atera.com/app/uploads/2026/03/cloud.svg\" alt>"
    },
    {
      "src": "https://www.atera.com/app/uploads/2026/03/cloud.svg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img decoding=\"async\" src=\"https://www.atera.com/app/uploads/2026/03/cloud.svg\" alt>"
    },
    {
      "src": "data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img data-lazyloaded=\"1\" src=\"data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7\" decoding=\"async\" data-src=\"https://www.atera.com/app/themes/atera/dist/images/link-button.svg\" alt=\"arrow-right\">"
    },
    {
      "src": "https://www.atera.com/app/themes/atera/dist/images/link-button.svg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img decoding=\"async\" src=\"https://www.atera.com/app/themes/atera/dist/images/link-button.svg\" alt=\"arrow-right\">"
    },
    {
      "src": "data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img data-lazyloaded=\"1\" src=\"data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7\" decoding=\"async\" data-src=\"https://www.atera.com/app/uploads/2026/03/BrainWired.svg\" alt=\"BrainWired\">"
    },
    {
      "src": "https://www.atera.com/app/uploads/2026/03/BrainWired.svg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img decoding=\"async\" src=\"https://www.atera.com/app/uploads/2026/03/BrainWired.svg\" alt=\"BrainWired\">"
    },
    {
      "src": "https://www.atera.com/app/themes/atera/dist/images/link-button.webp",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img decoding=\"async\" data-no-lazy=\"1\" src=\"https://www.atera.com/app/themes/atera/dist/images/link-button.webp\" alt=\"arrow icon\" class=\"transition-all\">"
    },
    {
      "src": "data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img data-lazyloaded=\"1\" src=\"data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7\" decoding=\"async\" data-src=\"https://www.atera.com/app/uploads/2026/03/remote-session-icon.svg\" alt=\"remote session icon\">"
    },
    {
      "src": "https://www.atera.com/app/uploads/2026/03/remote-session-icon.svg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img decoding=\"async\" src=\"https://www.atera.com/app/uploads/2026/03/remote-session-icon.svg\" alt=\"remote session icon\">"
    },
    {
      "src": "https://www.atera.com/app/themes/atera/dist/images/link-button.webp",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img decoding=\"async\" data-no-lazy=\"1\" src=\"https://www.atera.com/app/themes/atera/dist/images/link-button.webp\" alt=\"arrow icon\" class=\"transition-all\">"
    },
    {
      "src": "data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img data-lazyloaded=\"1\" src=\"data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7\" decoding=\"async\" data-src=\"https://www.atera.com/app/uploads/2026/03/remote-session-icon.svg\" alt=\"remote session icon\">"
    },
    {
      "src": "https://www.atera.com/app/uploads/2026/03/remote-session-icon.svg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img decoding=\"async\" src=\"https://www.atera.com/app/uploads/2026/03/remote-session-icon.svg\" alt=\"remote session icon\">"
    },
    {
      "src": "https://www.atera.com/app/uploads/2026/03/name_remote_monitoring_managment_size_mobile.webp",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img decoding=\"async\" data-no-lazy=\"1\" loading=\"lazy\" class=\"max-w-none small-full-width small-fit-height big-fit-height big-full-width\" src=\"https://www.atera.com/app/uploads/2026/03/name_remote_monitoring_managment_size_mobile.webp\" alt=\"name_remote_monitoring_managment_size_mobile\">"
    },
    {
      "src": "https://www.atera.com/app/themes/atera/dist/images/plus.webp",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img decoding=\"async\" data-no-lazy=\"1\" src=\"https://www.atera.com/app/themes/atera/dist/images/plus.webp\" alt=\"plus icon\" class=\"transition-all\">"
    },
    {
      "src": "data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img data-lazyloaded=\"1\" src=\"data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7\" decoding=\"async\" data-src=\"https://www.atera.com/app/uploads/2026/03/chat-ticket-icon.svg\" alt=\"chat ticket icon\">"
    },
    {
      "src": "https://www.atera.com/app/uploads/2026/03/chat-ticket-icon.svg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img decoding=\"async\" src=\"https://www.atera.com/app/uploads/2026/03/chat-ticket-icon.svg\" alt=\"chat ticket icon\">"
    },
    {
      "src": "https://www.atera.com/app/uploads/2026/03/name_ticketing_help_desk_size_mobile.webp",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img decoding=\"async\" data-no-lazy=\"1\" loading=\"lazy\" class=\"max-w-none small-full-width small-fit-height big-fit-height big-full-width\" src=\"https://www.atera.com/app/uploads/2026/03/name_ticketing_help_desk_size_mobile.webp\" alt=\"name_ticketing_help_desk_size_mobile\">"
    },
    {
      "src": "https://www.atera.com/app/themes/atera/dist/images/plus.webp",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img decoding=\"async\" data-no-lazy=\"1\" src=\"https://www.atera.com/app/themes/atera/dist/images/plus.webp\" alt=\"plus icon\" class=\"transition-all\">"
    },
    {
      "src": "data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img data-lazyloaded=\"1\" src=\"data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7\" decoding=\"async\" data-src=\"https://www.atera.com/app/uploads/2026/03/WrenchSpark.svg\" alt=\"Wrench Spark icon\">"
    },
    {
      "src": "https://www.atera.com/app/uploads/2026/03/WrenchSpark.svg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img decoding=\"async\" src=\"https://www.atera.com/app/uploads/2026/03/WrenchSpark.svg\" alt=\"Wrench Spark icon\">"
    },
    {
      "src": "https://www.atera.com/app/uploads/2026/03/name_ai_copilot_size_mobile.webp",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img decoding=\"async\" data-no-lazy=\"1\" loading=\"lazy\" class=\"max-w-none small-full-width small-fit-height big-fit-height big-full-width\" src=\"https://www.atera.com/app/uploads/2026/03/name_ai_copilot_size_mobile.webp\" alt=\"name_ai_copilot_size_mobile\">"
    },
    {
      "src": "https://www.atera.com/app/themes/atera/dist/images/plus.webp",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img decoding=\"async\" data-no-lazy=\"1\" src=\"https://www.atera.com/app/themes/atera/dist/images/plus.webp\" alt=\"plus icon\" class=\"transition-all\">"
    },
    {
      "src": "data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img data-lazyloaded=\"1\" src=\"data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7\" decoding=\"async\" data-src=\"https://www.atera.com/app/uploads/2026/03/Vector.svg\" alt=\"IT and Ticket Automations icon\">"
    },
    {
      "src": "https://www.atera.com/app/uploads/2026/03/Vector.svg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img decoding=\"async\" src=\"https://www.atera.com/app/uploads/2026/03/Vector.svg\" alt=\"IT and Ticket Automations icon\">"
    },
    {
      "src": "https://www.atera.com/app/uploads/2026/03/name_it_ticket_automations_size_mobile.webp",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img decoding=\"async\" data-no-lazy=\"1\" loading=\"lazy\" class=\"max-w-none small-full-width small-fit-height big-fit-height big-full-width\" src=\"https://www.atera.com/app/uploads/2026/03/name_it_ticket_automations_size_mobile.webp\" alt=\"name_it_ticket_automations_size_mobile\">"
    },
    {
      "src": "https://www.atera.com/app/themes/atera/dist/images/plus.webp",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img decoding=\"async\" data-no-lazy=\"1\" src=\"https://www.atera.com/app/themes/atera/dist/images/plus.webp\" alt=\"plus icon\" class=\"transition-all\">"
    },
    {
      "src": "data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img data-lazyloaded=\"1\" src=\"data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7\" decoding=\"async\" data-src=\"https://www.atera.com/app/uploads/2026/03/DesktopTopRightPatch.svg\" alt=\"Desktop Top Right Patch\">"
    },
    {
      "src": "https://www.atera.com/app/uploads/2026/03/DesktopTopRightPatch.svg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img decoding=\"async\" src=\"https://www.atera.com/app/uploads/2026/03/DesktopTopRightPatch.svg\" alt=\"Desktop Top Right Patch\">"
    },
    {
      "src": "https://www.atera.com/app/uploads/2026/03/name_patch_management_size_mobile.webp",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img decoding=\"async\" data-no-lazy=\"1\" loading=\"lazy\" class=\"max-w-none small-full-width small-fit-height big-fit-height big-full-width\" src=\"https://www.atera.com/app/uploads/2026/03/name_patch_management_size_mobile.webp\" alt=\"name_patch_management_size_mobile\">"
    },
    {
      "src": "https://www.atera.com/app/themes/atera/dist/images/plus.webp",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img decoding=\"async\" data-no-lazy=\"1\" src=\"https://www.atera.com/app/themes/atera/dist/images/plus.webp\" alt=\"plus icon\" class=\"transition-all\">"
    },
    {
      "src": "data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img data-lazyloaded=\"1\" src=\"data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7\" decoding=\"async\" data-src=\"https://www.atera.com/app/uploads/2026/03/Stack.svg\" alt=\"Stack icon\">"
    },
    {
      "src": "https://www.atera.com/app/uploads/2026/03/Stack.svg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img decoding=\"async\" src=\"https://www.atera.com/app/uploads/2026/03/Stack.svg\" alt=\"Stack icon\">"
    },
    {
      "src": "https://www.atera.com/app/uploads/2026/03/name_asset_managenebt_size_mobile.webp",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img decoding=\"async\" data-no-lazy=\"1\" loading=\"lazy\" class=\"max-w-none small-full-width small-fit-height big-fit-height big-full-width\" src=\"https://www.atera.com/app/uploads/2026/03/name_asset_managenebt_size_mobile.webp\" alt=\"name_asset_managenebt_size_mobile\">"
    },
    {
      "src": "https://www.atera.com/app/themes/atera/dist/images/plus.webp",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img decoding=\"async\" data-no-lazy=\"1\" src=\"https://www.atera.com/app/themes/atera/dist/images/plus.webp\" alt=\"plus icon\" class=\"transition-all\">"
    },
    {
      "src": "data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img data-lazyloaded=\"1\" src=\"data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7\" decoding=\"async\" data-src=\"https://www.atera.com/app/uploads/2026/03/analytical-reports-icon.svg\" alt=\"analytical reports icon\">"
    },
    {
      "src": "https://www.atera.com/app/uploads/2026/03/analytical-reports-icon.svg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img decoding=\"async\" src=\"https://www.atera.com/app/uploads/2026/03/analytical-reports-icon.svg\" alt=\"analytical reports icon\">"
    },
    {
      "src": "https://www.atera.com/app/uploads/2026/03/name_reports_insi_size_mobile.webp",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img decoding=\"async\" data-no-lazy=\"1\" loading=\"lazy\" class=\"max-w-none small-full-width small-fit-height big-fit-height big-full-width\" src=\"https://www.atera.com/app/uploads/2026/03/name_reports_insi_size_mobile.webp\" alt=\"name_reports_insi_size_mobile\">"
    },
    {
      "src": "https://www.atera.com/app/themes/atera/dist/images/plus.webp",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img decoding=\"async\" data-no-lazy=\"1\" src=\"https://www.atera.com/app/themes/atera/dist/images/plus.webp\" alt=\"plus icon\" class=\"transition-all\">"
    },
    {
      "src": "data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img data-lazyloaded=\"1\" src=\"data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7\" decoding=\"async\" data-src=\"https://www.atera.com/app/uploads/2026/03/PuzzlePiece.svg\" alt=\"Puzzle Piece Icon\">"
    },
    {
      "src": "https://www.atera.com/app/uploads/2026/03/PuzzlePiece.svg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img decoding=\"async\" src=\"https://www.atera.com/app/uploads/2026/03/PuzzlePiece.svg\" alt=\"Puzzle Piece Icon\">"
    },
    {
      "src": "https://www.atera.com/app/uploads/2026/03/name_app_center_size_mobile.webp",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img decoding=\"async\" data-no-lazy=\"1\" loading=\"lazy\" class=\"max-w-none small-full-width small-fit-height big-fit-height big-full-width\" src=\"https://www.atera.com/app/uploads/2026/03/name_app_center_size_mobile.webp\" alt=\"name_app_center_size_mobile\">"
    },
    {
      "src": "https://www.atera.com/app/themes/atera/dist/images/plus.webp",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img decoding=\"async\" data-no-lazy=\"1\" src=\"https://www.atera.com/app/themes/atera/dist/images/plus.webp\" alt=\"plus icon\" class=\"transition-all\">"
    },
    {
      "src": "data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img data-lazyloaded=\"1\" src=\"data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7\" decoding=\"async\" data-src=\"https://www.atera.com/app/uploads/2026/03/shieldcheck-1.svg\" alt=\"shield check icon\">"
    },
    {
      "src": "https://www.atera.com/app/uploads/2026/03/shieldcheck-1.svg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img decoding=\"async\" src=\"https://www.atera.com/app/uploads/2026/03/shieldcheck-1.svg\" alt=\"shield check icon\">"
    },
    {
      "src": "https://www.atera.com/app/uploads/2026/03/name_security_size_mobile.webp",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img decoding=\"async\" data-no-lazy=\"1\" loading=\"lazy\" class=\"max-w-none small-full-width small-fit-height big-full-height big-full-width\" src=\"https://www.atera.com/app/uploads/2026/03/name_security_size_mobile.webp\" alt=\"name_security_size_mobile\">"
    },
    {
      "src": "https://www.atera.com/app/themes/atera/dist/images/plus.webp",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img decoding=\"async\" data-no-lazy=\"1\" src=\"https://www.atera.com/app/themes/atera/dist/images/plus.webp\" alt=\"plus icon\" class=\"transition-all\">"
    },
    {
      "src": "data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img data-lazyloaded=\"1\" src=\"data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7\" decoding=\"async\" data-src=\"https://www.atera.com/app/uploads/2026/03/network-discovery-icon.svg\" alt=\"network discovery icon\">"
    },
    {
      "src": "https://www.atera.com/app/uploads/2026/03/network-discovery-icon.svg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img decoding=\"async\" src=\"https://www.atera.com/app/uploads/2026/03/network-discovery-icon.svg\" alt=\"network discovery icon\">"
    },
    {
      "src": "https://www.atera.com/app/uploads/2026/03/name_network_discovery_size_mobile.webp",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img decoding=\"async\" data-no-lazy=\"1\" loading=\"lazy\" class=\"max-w-none small-full-width small-fit-height big-fit-height big-full-width\" src=\"https://www.atera.com/app/uploads/2026/03/name_network_discovery_size_mobile.webp\" alt=\"name_network_discovery_size_mobile\">"
    },
    {
      "src": "https://www.atera.com/app/themes/atera/dist/images/plus.webp",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img decoding=\"async\" data-no-lazy=\"1\" src=\"https://www.atera.com/app/themes/atera/dist/images/plus.webp\" alt=\"plus icon\" class=\"transition-all\">"
    },
    {
      "src": "data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img data-lazyloaded=\"1\" src=\"data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7\" decoding=\"async\" data-src=\"https://www.atera.com/app/uploads/2026/03/billing-contacts-icon.svg\" alt=\"billing contacts icon\">"
    },
    {
      "src": "https://www.atera.com/app/uploads/2026/03/billing-contacts-icon.svg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img decoding=\"async\" src=\"https://www.atera.com/app/uploads/2026/03/billing-contacts-icon.svg\" alt=\"billing contacts icon\">"
    },
    {
      "src": "https://www.atera.com/app/uploads/2026/03/name_slas_size_mobile.webp",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img decoding=\"async\" data-no-lazy=\"1\" loading=\"lazy\" class=\"max-w-none small-full-width small-fit-height big-fit-height big-full-width\" src=\"https://www.atera.com/app/uploads/2026/03/name_slas_size_mobile.webp\" alt=\"name_slas_size_mobile\">"
    },
    {
      "src": "https://www.atera.com/app/themes/atera/dist/images/plus.webp",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img decoding=\"async\" data-no-lazy=\"1\" src=\"https://www.atera.com/app/themes/atera/dist/images/plus.webp\" alt=\"plus icon\" class=\"transition-all\">"
    },
    {
      "src": "data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img data-lazyloaded=\"1\" src=\"data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7\" decoding=\"async\" class=\"bg-[#F6F5F3]\" data-src=\"https://www.atera.com/app/themes/atera/dist/images/arrow.svg\" alt=\"arrow\">"
    },
    {
      "src": "https://www.atera.com/app/themes/atera/dist/images/arrow.svg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img decoding=\"async\" class=\"bg-[#F6F5F3]\" src=\"https://www.atera.com/app/themes/atera/dist/images/arrow.svg\" alt=\"arrow\">"
    },
    {
      "src": "data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img data-lazyloaded=\"1\" src=\"data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7\" decoding=\"async\" class=\"bg-[#F6F5F3]\" data-src=\"https://www.atera.com/app/themes/atera/dist/images/arrow.svg\" alt=\"arrow\">"
    },
    {
      "src": "https://www.atera.com/app/themes/atera/dist/images/arrow.svg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img decoding=\"async\" class=\"bg-[#F6F5F3]\" src=\"https://www.atera.com/app/themes/atera/dist/images/arrow.svg\" alt=\"arrow\">"
    },
    {
      "src": "data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img data-lazyloaded=\"1\" src=\"data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7\" decoding=\"async\" data-src=\"https://www.atera.com/app/uploads/2026/03/remote-session-icon.svg\" alt=\"remote session icon\">"
    },
    {
      "src": "https://www.atera.com/app/uploads/2026/03/remote-session-icon.svg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img decoding=\"async\" src=\"https://www.atera.com/app/uploads/2026/03/remote-session-icon.svg\" alt=\"remote session icon\">"
    },
    {
      "src": "https://www.atera.com/app/uploads/2026/03/name_remote_monitoring_managment_size_mobile.webp",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img decoding=\"async\" data-no-lazy=\"1\" loading=\"lazy\" class=\"max-w-none small-full-width small-fit-height big-fit-height big-full-width\" src=\"https://www.atera.com/app/uploads/2026/03/name_remote_monitoring_managment_size_mobile.webp\" alt=\"name_remote_monitoring_managment_size_mobile\">"
    },
    {
      "src": "https://www.atera.com/app/themes/atera/dist/images/plus.webp",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img decoding=\"async\" data-no-lazy=\"1\" src=\"https://www.atera.com/app/themes/atera/dist/images/plus.webp\" alt=\"plus icon\" class=\"transition-all\">"
    },
    {
      "src": "https://www.atera.com/app/themes/atera/dist/images/close-modal.webp",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img decoding=\"async\" data-no-lazy=\"1\" src=\"https://www.atera.com/app/themes/atera/dist/images/close-modal.webp\" alt=\"close icon\">"
    },
    {
      "src": "data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img data-lazyloaded=\"1\" src=\"data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7\" decoding=\"async\" data-src=\"https://www.atera.com/app/uploads/2026/03/chat-ticket-icon.svg\" alt=\"chat ticket icon\">"
    },
    {
      "src": "https://www.atera.com/app/uploads/2026/03/chat-ticket-icon.svg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img decoding=\"async\" src=\"https://www.atera.com/app/uploads/2026/03/chat-ticket-icon.svg\" alt=\"chat ticket icon\">"
    },
    {
      "src": "https://www.atera.com/app/uploads/2026/03/name_ticketing_help_desk_size_mobile.webp",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img decoding=\"async\" data-no-lazy=\"1\" loading=\"lazy\" class=\"max-w-none small-full-width small-fit-height big-fit-height big-full-width\" src=\"https://www.atera.com/app/uploads/2026/03/name_ticketing_help_desk_size_mobile.webp\" alt=\"name_ticketing_help_desk_size_mobile\">"
    },
    {
      "src": "https://www.atera.com/app/themes/atera/dist/images/plus.webp",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img decoding=\"async\" data-no-lazy=\"1\" src=\"https://www.atera.com/app/themes/atera/dist/images/plus.webp\" alt=\"plus icon\" class=\"transition-all\">"
    },
    {
      "src": "https://www.atera.com/app/themes/atera/dist/images/close-modal.webp",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img decoding=\"async\" data-no-lazy=\"1\" src=\"https://www.atera.com/app/themes/atera/dist/images/close-modal.webp\" alt=\"close icon\">"
    },
    {
      "src": "data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img data-lazyloaded=\"1\" src=\"data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7\" decoding=\"async\" data-src=\"https://www.atera.com/app/uploads/2026/03/WrenchSpark.svg\" alt=\"Wrench Spark icon\">"
    },
    {
      "src": "https://www.atera.com/app/uploads/2026/03/WrenchSpark.svg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img decoding=\"async\" src=\"https://www.atera.com/app/uploads/2026/03/WrenchSpark.svg\" alt=\"Wrench Spark icon\">"
    },
    {
      "src": "https://www.atera.com/app/uploads/2026/03/name_ai_copilot_size_mobile.webp",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img decoding=\"async\" data-no-lazy=\"1\" loading=\"lazy\" class=\"max-w-none small-full-width small-fit-height big-fit-height big-full-width\" src=\"https://www.atera.com/app/uploads/2026/03/name_ai_copilot_size_mobile.webp\" alt=\"name_ai_copilot_size_mobile\">"
    },
    {
      "src": "https://www.atera.com/app/themes/atera/dist/images/plus.webp",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img decoding=\"async\" data-no-lazy=\"1\" src=\"https://www.atera.com/app/themes/atera/dist/images/plus.webp\" alt=\"plus icon\" class=\"transition-all\">"
    },
    {
      "src": "https://www.atera.com/app/themes/atera/dist/images/close-modal.webp",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img decoding=\"async\" data-no-lazy=\"1\" src=\"https://www.atera.com/app/themes/atera/dist/images/close-modal.webp\" alt=\"close icon\">"
    },
    {
      "src": "data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img data-lazyloaded=\"1\" src=\"data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7\" decoding=\"async\" data-src=\"https://www.atera.com/app/uploads/2026/03/Vector.svg\" alt=\"IT and Ticket Automations icon\">"
    },
    {
      "src": "https://www.atera.com/app/uploads/2026/03/Vector.svg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img decoding=\"async\" src=\"https://www.atera.com/app/uploads/2026/03/Vector.svg\" alt=\"IT and Ticket Automations icon\">"
    },
    {
      "src": "https://www.atera.com/app/uploads/2026/03/name_it_ticket_automations_size_mobile.webp",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img decoding=\"async\" data-no-lazy=\"1\" loading=\"lazy\" class=\"max-w-none small-full-width small-fit-height big-fit-height big-full-width\" src=\"https://www.atera.com/app/uploads/2026/03/name_it_ticket_automations_size_mobile.webp\" alt=\"name_it_ticket_automations_size_mobile\">"
    },
    {
      "src": "https://www.atera.com/app/themes/atera/dist/images/plus.webp",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img decoding=\"async\" data-no-lazy=\"1\" src=\"https://www.atera.com/app/themes/atera/dist/images/plus.webp\" alt=\"plus icon\" class=\"transition-all\">"
    },
    {
      "src": "https://www.atera.com/app/themes/atera/dist/images/close-modal.webp",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img decoding=\"async\" data-no-lazy=\"1\" src=\"https://www.atera.com/app/themes/atera/dist/images/close-modal.webp\" alt=\"close icon\">"
    },
    {
      "src": "data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img data-lazyloaded=\"1\" src=\"data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7\" decoding=\"async\" data-src=\"https://www.atera.com/app/uploads/2026/03/DesktopTopRightPatch.svg\" alt=\"Desktop Top Right Patch\">"
    },
    {
      "src": "https://www.atera.com/app/uploads/2026/03/DesktopTopRightPatch.svg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img decoding=\"async\" src=\"https://www.atera.com/app/uploads/2026/03/DesktopTopRightPatch.svg\" alt=\"Desktop Top Right Patch\">"
    },
    {
      "src": "https://www.atera.com/app/uploads/2026/03/name_patch_management_size_mobile.webp",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img decoding=\"async\" data-no-lazy=\"1\" loading=\"lazy\" class=\"max-w-none small-full-width small-fit-height big-fit-height big-full-width\" src=\"https://www.atera.com/app/uploads/2026/03/name_patch_management_size_mobile.webp\" alt=\"name_patch_management_size_mobile\">"
    },
    {
      "src": "https://www.atera.com/app/themes/atera/dist/images/plus.webp",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img decoding=\"async\" data-no-lazy=\"1\" src=\"https://www.atera.com/app/themes/atera/dist/images/plus.webp\" alt=\"plus icon\" class=\"transition-all\">"
    },
    {
      "src": "https://www.atera.com/app/themes/atera/dist/images/close-modal.webp",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img decoding=\"async\" data-no-lazy=\"1\" src=\"https://www.atera.com/app/themes/atera/dist/images/close-modal.webp\" alt=\"close icon\">"
    },
    {
      "src": "data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img data-lazyloaded=\"1\" src=\"data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7\" decoding=\"async\" data-src=\"https://www.atera.com/app/uploads/2026/03/Stack.svg\" alt=\"Stack icon\">"
    },
    {
      "src": "https://www.atera.com/app/uploads/2026/03/Stack.svg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img decoding=\"async\" src=\"https://www.atera.com/app/uploads/2026/03/Stack.svg\" alt=\"Stack icon\">"
    },
    {
      "src": "https://www.atera.com/app/uploads/2026/03/name_asset_managenebt_size_mobile.webp",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img decoding=\"async\" data-no-lazy=\"1\" loading=\"lazy\" class=\"max-w-none small-full-width small-fit-height big-fit-height big-full-width\" src=\"https://www.atera.com/app/uploads/2026/03/name_asset_managenebt_size_mobile.webp\" alt=\"name_asset_managenebt_size_mobile\">"
    },
    {
      "src": "https://www.atera.com/app/themes/atera/dist/images/plus.webp",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img decoding=\"async\" data-no-lazy=\"1\" src=\"https://www.atera.com/app/themes/atera/dist/images/plus.webp\" alt=\"plus icon\" class=\"transition-all\">"
    },
    {
      "src": "https://www.atera.com/app/themes/atera/dist/images/close-modal.webp",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img decoding=\"async\" data-no-lazy=\"1\" src=\"https://www.atera.com/app/themes/atera/dist/images/close-modal.webp\" alt=\"close icon\">"
    },
    {
      "src": "data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img data-lazyloaded=\"1\" src=\"data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7\" decoding=\"async\" data-src=\"https://www.atera.com/app/uploads/2026/03/analytical-reports-icon.svg\" alt=\"analytical reports icon\">"
    },
    {
      "src": "https://www.atera.com/app/uploads/2026/03/analytical-reports-icon.svg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img decoding=\"async\" src=\"https://www.atera.com/app/uploads/2026/03/analytical-reports-icon.svg\" alt=\"analytical reports icon\">"
    },
    {
      "src": "https://www.atera.com/app/uploads/2026/03/name_reports_insi_size_mobile.webp",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img decoding=\"async\" data-no-lazy=\"1\" loading=\"lazy\" class=\"max-w-none small-full-width small-fit-height big-fit-height big-full-width\" src=\"https://www.atera.com/app/uploads/2026/03/name_reports_insi_size_mobile.webp\" alt=\"name_reports_insi_size_mobile\">"
    },
    {
      "src": "https://www.atera.com/app/themes/atera/dist/images/plus.webp",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img decoding=\"async\" data-no-lazy=\"1\" src=\"https://www.atera.com/app/themes/atera/dist/images/plus.webp\" alt=\"plus icon\" class=\"transition-all\">"
    },
    {
      "src": "https://www.atera.com/app/themes/atera/dist/images/close-modal.webp",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img decoding=\"async\" data-no-lazy=\"1\" src=\"https://www.atera.com/app/themes/atera/dist/images/close-modal.webp\" alt=\"close icon\">"
    },
    {
      "src": "data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img data-lazyloaded=\"1\" src=\"data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7\" decoding=\"async\" data-src=\"https://www.atera.com/app/uploads/2026/03/PuzzlePiece.svg\" alt=\"Puzzle Piece Icon\">"
    },
    {
      "src": "https://www.atera.com/app/uploads/2026/03/PuzzlePiece.svg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img decoding=\"async\" src=\"https://www.atera.com/app/uploads/2026/03/PuzzlePiece.svg\" alt=\"Puzzle Piece Icon\">"
    },
    {
      "src": "https://www.atera.com/app/uploads/2026/03/name_app_center_size_mobile.webp",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img decoding=\"async\" data-no-lazy=\"1\" loading=\"lazy\" class=\"max-w-none small-full-width small-fit-height big-fit-height big-full-width\" src=\"https://www.atera.com/app/uploads/2026/03/name_app_center_size_mobile.webp\" alt=\"name_app_center_size_mobile\">"
    },
    {
      "src": "https://www.atera.com/app/themes/atera/dist/images/plus.webp",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img decoding=\"async\" data-no-lazy=\"1\" src=\"https://www.atera.com/app/themes/atera/dist/images/plus.webp\" alt=\"plus icon\" class=\"transition-all\">"
    },
    {
      "src": "https://www.atera.com/app/themes/atera/dist/images/close-modal.webp",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img decoding=\"async\" data-no-lazy=\"1\" src=\"https://www.atera.com/app/themes/atera/dist/images/close-modal.webp\" alt=\"close icon\">"
    },
    {
      "src": "data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img data-lazyloaded=\"1\" src=\"data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7\" decoding=\"async\" data-src=\"https://www.atera.com/app/uploads/2026/03/shieldcheck-1.svg\" alt=\"shield check icon\">"
    },
    {
      "src": "https://www.atera.com/app/uploads/2026/03/shieldcheck-1.svg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img decoding=\"async\" src=\"https://www.atera.com/app/uploads/2026/03/shieldcheck-1.svg\" alt=\"shield check icon\">"
    },
    {
      "src": "https://www.atera.com/app/uploads/2026/03/name_security_size_mobile.webp",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img decoding=\"async\" data-no-lazy=\"1\" loading=\"lazy\" class=\"max-w-none small-full-width small-fit-height big-full-height big-full-width\" src=\"https://www.atera.com/app/uploads/2026/03/name_security_size_mobile.webp\" alt=\"name_security_size_mobile\">"
    },
    {
      "src": "https://www.atera.com/app/themes/atera/dist/images/plus.webp",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img decoding=\"async\" data-no-lazy=\"1\" src=\"https://www.atera.com/app/themes/atera/dist/images/plus.webp\" alt=\"plus icon\" class=\"transition-all\">"
    },
    {
      "src": "https://www.atera.com/app/themes/atera/dist/images/close-modal.webp",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img decoding=\"async\" data-no-lazy=\"1\" src=\"https://www.atera.com/app/themes/atera/dist/images/close-modal.webp\" alt=\"close icon\">"
    },
    {
      "src": "data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img data-lazyloaded=\"1\" src=\"data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7\" decoding=\"async\" data-src=\"https://www.atera.com/app/uploads/2026/03/network-discovery-icon.svg\" alt=\"network discovery icon\">"
    },
    {
      "src": "https://www.atera.com/app/uploads/2026/03/network-discovery-icon.svg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img decoding=\"async\" src=\"https://www.atera.com/app/uploads/2026/03/network-discovery-icon.svg\" alt=\"network discovery icon\">"
    },
    {
      "src": "https://www.atera.com/app/uploads/2026/03/name_network_discovery_size_mobile.webp",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img decoding=\"async\" data-no-lazy=\"1\" loading=\"lazy\" class=\"max-w-none small-full-width small-fit-height big-fit-height big-full-width\" src=\"https://www.atera.com/app/uploads/2026/03/name_network_discovery_size_mobile.webp\" alt=\"name_network_discovery_size_mobile\">"
    },
    {
      "src": "https://www.atera.com/app/themes/atera/dist/images/plus.webp",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img decoding=\"async\" data-no-lazy=\"1\" src=\"https://www.atera.com/app/themes/atera/dist/images/plus.webp\" alt=\"plus icon\" class=\"transition-all\">"
    },
    {
      "src": "https://www.atera.com/app/themes/atera/dist/images/close-modal.webp",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img decoding=\"async\" data-no-lazy=\"1\" src=\"https://www.atera.com/app/themes/atera/dist/images/close-modal.webp\" alt=\"close icon\">"
    },
    {
      "src": "data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img data-lazyloaded=\"1\" src=\"data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7\" decoding=\"async\" data-src=\"https://www.atera.com/app/uploads/2026/03/billing-contacts-icon.svg\" alt=\"billing contacts icon\">"
    },
    {
      "src": "https://www.atera.com/app/uploads/2026/03/billing-contacts-icon.svg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img decoding=\"async\" src=\"https://www.atera.com/app/uploads/2026/03/billing-contacts-icon.svg\" alt=\"billing contacts icon\">"
    },
    {
      "src": "https://www.atera.com/app/uploads/2026/03/name_slas_size_mobile.webp",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img decoding=\"async\" data-no-lazy=\"1\" loading=\"lazy\" class=\"max-w-none small-full-width small-fit-height big-fit-height big-full-width\" src=\"https://www.atera.com/app/uploads/2026/03/name_slas_size_mobile.webp\" alt=\"name_slas_size_mobile\">"
    },
    {
      "src": "https://www.atera.com/app/themes/atera/dist/images/plus.webp",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img decoding=\"async\" data-no-lazy=\"1\" src=\"https://www.atera.com/app/themes/atera/dist/images/plus.webp\" alt=\"plus icon\" class=\"transition-all\">"
    },
    {
      "src": "https://www.atera.com/app/themes/atera/dist/images/close-modal.webp",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img decoding=\"async\" data-no-lazy=\"1\" src=\"https://www.atera.com/app/themes/atera/dist/images/close-modal.webp\" alt=\"close icon\">"
    },
    {
      "src": "data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img data-lazyloaded=\"1\" src=\"data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7\" decoding=\"async\" data-src=\"https://www.atera.com/app/themes/atera/dist/images/arrow.svg\" alt=\"arrow\">"
    },
    {
      "src": "https://www.atera.com/app/themes/atera/dist/images/arrow.svg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img decoding=\"async\" src=\"https://www.atera.com/app/themes/atera/dist/images/arrow.svg\" alt=\"arrow\">"
    },
    {
      "src": "data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img data-lazyloaded=\"1\" src=\"data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7\" decoding=\"async\" data-src=\"https://www.atera.com/app/themes/atera/dist/images/arrow.svg\" alt=\"arrow\">"
    },
    {
      "src": "https://www.atera.com/app/themes/atera/dist/images/arrow.svg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img decoding=\"async\" src=\"https://www.atera.com/app/themes/atera/dist/images/arrow.svg\" alt=\"arrow\">"
    },
    {
      "src": "data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img data-lazyloaded=\"1\" src=\"data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7\" decoding=\"async\" data-src=\"https://www.atera.com/app/themes/atera/dist/images/close-modal.webp\" alt=\"close icon\">"
    },
    {
      "src": "https://www.atera.com/app/themes/atera/dist/images/close-modal.webp",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img decoding=\"async\" src=\"https://www.atera.com/app/themes/atera/dist/images/close-modal.webp\" alt=\"close icon\">"
    },
    {
      "src": "https://www.atera.com/app/themes/atera/dist/images/close-modal.webp",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img decoding=\"async\" data-no-lazy=\"1\" src=\"https://www.atera.com/app/themes/atera/dist/images/close-modal.webp\" alt=\"close icon\">"
    },
    {
      "src": "https://www.atera.com/app/themes/atera/dist/images/close-modal.webp",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img decoding=\"async\" data-no-lazy=\"1\" src=\"https://www.atera.com/app/themes/atera/dist/images/close-modal.webp\" alt=\"close icon\">"
    },
    {
      "src": "https://www.atera.com/app/themes/atera/dist/images/close-modal.webp",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img decoding=\"async\" data-no-lazy=\"1\" src=\"https://www.atera.com/app/themes/atera/dist/images/close-modal.webp\" alt=\"close icon\">"
    },
    {
      "src": "https://www.atera.com/app/themes/atera/dist/images/close-modal.webp",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img decoding=\"async\" data-no-lazy=\"1\" src=\"https://www.atera.com/app/themes/atera/dist/images/close-modal.webp\" alt=\"close icon\">"
    },
    {
      "src": "https://www.atera.com/app/themes/atera/dist/images/close-modal.webp",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img decoding=\"async\" data-no-lazy=\"1\" src=\"https://www.atera.com/app/themes/atera/dist/images/close-modal.webp\" alt=\"close icon\">"
    },
    {
      "src": "https://www.atera.com/app/themes/atera/dist/images/close-modal.webp",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img decoding=\"async\" data-no-lazy=\"1\" src=\"https://www.atera.com/app/themes/atera/dist/images/close-modal.webp\" alt=\"close icon\">"
    },
    {
      "src": "https://www.atera.com/app/themes/atera/dist/images/close-modal.webp",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img decoding=\"async\" data-no-lazy=\"1\" src=\"https://www.atera.com/app/themes/atera/dist/images/close-modal.webp\" alt=\"close icon\">"
    },
    {
      "src": "https://www.atera.com/app/themes/atera/dist/images/close-modal.webp",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img decoding=\"async\" data-no-lazy=\"1\" src=\"https://www.atera.com/app/themes/atera/dist/images/close-modal.webp\" alt=\"close icon\">"
    },
    {
      "src": "https://www.atera.com/app/themes/atera/dist/images/close-modal.webp",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img decoding=\"async\" data-no-lazy=\"1\" src=\"https://www.atera.com/app/themes/atera/dist/images/close-modal.webp\" alt=\"close icon\">"
    },
    {
      "src": "https://www.atera.com/app/themes/atera/dist/images/close-modal.webp",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img decoding=\"async\" data-no-lazy=\"1\" src=\"https://www.atera.com/app/themes/atera/dist/images/close-modal.webp\" alt=\"close icon\">"
    },
    {
      "src": "https://www.atera.com/app/themes/atera/dist/images/close-modal.webp",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img decoding=\"async\" data-no-lazy=\"1\" src=\"https://www.atera.com/app/themes/atera/dist/images/close-modal.webp\" alt=\"close icon\">"
    },
    {
      "src": "data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img data-lazyloaded=\"1\" src=\"data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7\" decoding=\"async\" data-src=\"https://www.atera.com/app/uploads/2026/03/logo-trapp.svg\" alt=\"logo trapp\" class=\"h-full w-auto\">"
    },
    {
      "src": "https://www.atera.com/app/uploads/2026/03/logo-trapp.svg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img decoding=\"async\" src=\"https://www.atera.com/app/uploads/2026/03/logo-trapp.svg\" alt=\"logo trapp\" class=\"h-full w-auto\">"
    },
    {
      "src": "https://www.atera.com/app/uploads/2026/03/name_trapp_play_button_without.webp",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img decoding=\"async\" src=\"https://www.atera.com/app/uploads/2026/03/name_trapp_play_button_without.webp\" alt=\"video preview\" class=\"w-full h-full object-cover\" data-no-lazy=\"1\" loading=\"lazy\">"
    },
    {
      "src": "data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img data-lazyloaded=\"1\" src=\"data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7\" decoding=\"async\" data-src=\"https://www.atera.com/app/themes/atera/dist//images/video-play.webp\" class=\"play absolute top-0 bottom-0 right-0 left-0 m-auto\" alt=\"play video\">"
    },
    {
      "src": "https://www.atera.com/app/themes/atera/dist//images/video-play.webp",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img decoding=\"async\" src=\"https://www.atera.com/app/themes/atera/dist//images/video-play.webp\" class=\"play absolute top-0 bottom-0 right-0 left-0 m-auto\" alt=\"play video\">"
    },
    {
      "src": "data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img data-lazyloaded=\"1\" src=\"data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7\" decoding=\"async\" data-src=\"https://www.atera.com/app/uploads/2026/03/LogoLeeds-United-ColorBlack-SizeDesktop.svg\" alt=\"Logo=Leeds United, Color=Black, Size=Desktop\" class=\"h-full w-auto\">"
    },
    {
      "src": "https://www.atera.com/app/uploads/2026/03/LogoLeeds-United-ColorBlack-SizeDesktop.svg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img decoding=\"async\" src=\"https://www.atera.com/app/uploads/2026/03/LogoLeeds-United-ColorBlack-SizeDesktop.svg\" alt=\"Logo=Leeds United, Color=Black, Size=Desktop\" class=\"h-full w-auto\">"
    },
    {
      "src": "https://www.atera.com/app/uploads/2026/03/name_leeds_united_play_button_without.webp",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img decoding=\"async\" src=\"https://www.atera.com/app/uploads/2026/03/name_leeds_united_play_button_without.webp\" alt=\"video preview\" class=\"w-full h-full object-cover\" data-no-lazy=\"1\" loading=\"lazy\">"
    },
    {
      "src": "data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img data-lazyloaded=\"1\" src=\"data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7\" decoding=\"async\" data-src=\"https://www.atera.com/app/themes/atera/dist//images/video-play.webp\" class=\"play absolute top-0 bottom-0 right-0 left-0 m-auto\" alt=\"play video\">"
    },
    {
      "src": "https://www.atera.com/app/themes/atera/dist//images/video-play.webp",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img decoding=\"async\" src=\"https://www.atera.com/app/themes/atera/dist//images/video-play.webp\" class=\"play absolute top-0 bottom-0 right-0 left-0 m-auto\" alt=\"play video\">"
    },
    {
      "src": "data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img data-lazyloaded=\"1\" src=\"data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7\" decoding=\"async\" data-src=\"https://www.atera.com/app/uploads/2026/03/LogoMendocino-College-ColorBlack-SizeTablet.svg\" alt=\"Logo=Mendocino College, Color=Black, Size=Tablet\" class=\"h-full w-auto\">"
    },
    {
      "src": "https://www.atera.com/app/uploads/2026/03/LogoMendocino-College-ColorBlack-SizeTablet.svg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img decoding=\"async\" src=\"https://www.atera.com/app/uploads/2026/03/LogoMendocino-College-ColorBlack-SizeTablet.svg\" alt=\"Logo=Mendocino College, Color=Black, Size=Tablet\" class=\"h-full w-auto\">"
    },
    {
      "src": "https://www.atera.com/app/uploads/2026/03/name_mendocino_play_button_without.webp",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img decoding=\"async\" src=\"https://www.atera.com/app/uploads/2026/03/name_mendocino_play_button_without.webp\" alt=\"video preview\" class=\"w-full h-full object-cover\" data-no-lazy=\"1\" loading=\"lazy\">"
    },
    {
      "src": "data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img data-lazyloaded=\"1\" src=\"data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7\" decoding=\"async\" data-src=\"https://www.atera.com/app/themes/atera/dist//images/video-play.webp\" class=\"play absolute top-0 bottom-0 right-0 left-0 m-auto\" alt=\"play video\">"
    },
    {
      "src": "https://www.atera.com/app/themes/atera/dist//images/video-play.webp",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img decoding=\"async\" src=\"https://www.atera.com/app/themes/atera/dist//images/video-play.webp\" class=\"play absolute top-0 bottom-0 right-0 left-0 m-auto\" alt=\"play video\">"
    },
    {
      "src": "data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img data-lazyloaded=\"1\" src=\"data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7\" decoding=\"async\" data-src=\"https://www.atera.com/app/themes/atera/dist/images/caret-left.svg\" alt=\"previous\">"
    },
    {
      "src": "https://www.atera.com/app/themes/atera/dist/images/caret-left.svg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img decoding=\"async\" src=\"https://www.atera.com/app/themes/atera/dist/images/caret-left.svg\" alt=\"previous\">"
    },
    {
      "src": "data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img data-lazyloaded=\"1\" src=\"data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7\" decoding=\"async\" data-src=\"https://www.atera.com/app/themes/atera/dist/images/caret-right.svg\" alt=\"next\">"
    },
    {
      "src": "https://www.atera.com/app/themes/atera/dist/images/caret-right.svg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img decoding=\"async\" src=\"https://www.atera.com/app/themes/atera/dist/images/caret-right.svg\" alt=\"next\">"
    },
    {
      "src": "data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img data-lazyloaded=\"1\" src=\"data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7\" decoding=\"async\" data-src=\"https://www.atera.com/app/uploads/2026/03/gartner.svg\" alt=\"gartner\">"
    },
    {
      "src": "https://www.atera.com/app/uploads/2026/03/gartner.svg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img decoding=\"async\" src=\"https://www.atera.com/app/uploads/2026/03/gartner.svg\" alt=\"gartner\">"
    },
    {
      "src": "data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img data-lazyloaded=\"1\" src=\"data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7\" decoding=\"async\" data-src=\"https://www.atera.com/app/uploads/2026/04/CRN_AI_100.svg\" alt=\"CRN AI 100 2026 ranking\">"
    },
    {
      "src": "https://www.atera.com/app/uploads/2026/04/CRN_AI_100.svg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img decoding=\"async\" src=\"https://www.atera.com/app/uploads/2026/04/CRN_AI_100.svg\" alt=\"CRN AI 100 2026 ranking\">"
    },
    {
      "src": "data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img data-lazyloaded=\"1\" src=\"data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7\" decoding=\"async\" data-src=\"https://www.atera.com/app/uploads/2026/03/g2-logo.svg\" alt=\"g2-logo\">"
    },
    {
      "src": "https://www.atera.com/app/uploads/2026/03/g2-logo.svg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img decoding=\"async\" src=\"https://www.atera.com/app/uploads/2026/03/g2-logo.svg\" alt=\"g2-logo\">"
    },
    {
      "src": "data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img data-lazyloaded=\"1\" src=\"data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7\" decoding=\"async\" data-src=\"https://www.atera.com/app/uploads/2026/03/capterra-Logo.svg\" alt=\"capterra-Logo\">"
    },
    {
      "src": "https://www.atera.com/app/uploads/2026/03/capterra-Logo.svg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img decoding=\"async\" src=\"https://www.atera.com/app/uploads/2026/03/capterra-Logo.svg\" alt=\"capterra-Logo\">"
    },
    {
      "src": "https://www.atera.com/app/uploads/2026/03/g2_property_1_mobile-1.webp",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img decoding=\"async\" src=\"https://www.atera.com/app/uploads/2026/03/g2_property_1_mobile-1.webp\" alt data-no-lazy=\"1\" loading=\"lazy\">"
    },
    {
      "src": "data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img data-lazyloaded=\"1\" src=\"data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7\" decoding=\"async\" data-src=\"https://www.atera.com/app/uploads/2026/03/shieldcheck-1.svg\" alt=\"shield check icon\">"
    },
    {
      "src": "https://www.atera.com/app/uploads/2026/03/shieldcheck-1.svg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img decoding=\"async\" src=\"https://www.atera.com/app/uploads/2026/03/shieldcheck-1.svg\" alt=\"shield check icon\">"
    },
    {
      "src": "https://www.atera.com/app/uploads/2026/03/certifications.webp",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img decoding=\"async\" data-no-lazy=\"1\" loading=\"lazy\" class=\"max-w-none small-full-width small-full-height big-full-height big-full-width\" src=\"https://www.atera.com/app/uploads/2026/03/certifications.webp\" alt=\"certifications\">"
    },
    {
      "src": "data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img data-lazyloaded=\"1\" src=\"data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7\" decoding=\"async\" data-src=\"https://www.atera.com/app/uploads/2026/03/Social.svg\" alt=\"Social Icon\">"
    },
    {
      "src": "https://www.atera.com/app/uploads/2026/03/Social.svg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img decoding=\"async\" src=\"https://www.atera.com/app/uploads/2026/03/Social.svg\" alt=\"Social Icon\">"
    },
    {
      "src": "https://www.atera.com/app/themes/atera/dist/images/link-button.webp",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img decoding=\"async\" data-no-lazy=\"1\" src=\"https://www.atera.com/app/themes/atera/dist/images/link-button.webp\" alt=\"arrow icon\" class=\"transition-all\">"
    },
    {
      "src": "https://www.atera.com/app/themes/atera/dist/images/exit-popups/lead-to-trial-popup-desktop.webp",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://www.atera.com/app/themes/atera/dist/images/exit-popups/lead-to-trial-popup-desktop.webp\" alt=\"atera dashboard screenshot\" data-no-lazy=\"1\" loading=\"lazy\">"
    },
    {
      "src": "data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img data-lazyloaded=\"1\" src=\"data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7\" data-src=\"https://www.atera.com/app/themes/atera/dist/images/app-store-logo.svg\" alt=\"apple store app\" aria-hidden=\"true\">"
    },
    {
      "src": "https://www.atera.com/app/themes/atera/dist/images/app-store-logo.svg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"https://www.atera.com/app/themes/atera/dist/images/app-store-logo.svg\" alt=\"apple store app\" aria-hidden=\"true\">"
    },
    {
      "src": "data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img data-lazyloaded=\"1\" src=\"data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7\" data-src=\"https://www.atera.com/app/themes/atera/dist/images/app-store-logo_w.svg\" alt=\"apple store app\" aria-hidden=\"true\">"
    },
    {
      "src": "https://www.atera.com/app/themes/atera/dist/images/app-store-logo_w.svg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"https://www.atera.com/app/themes/atera/dist/images/app-store-logo_w.svg\" alt=\"apple store app\" aria-hidden=\"true\">"
    },
    {
      "src": "data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img data-lazyloaded=\"1\" src=\"data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7\" data-src=\"https://www.atera.com/app/themes/atera/dist/images/google-play-logo.svg\" alt=\"google play app\" aria-hidden=\"true\">"
    },
    {
      "src": "https://www.atera.com/app/themes/atera/dist/images/google-play-logo.svg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"https://www.atera.com/app/themes/atera/dist/images/google-play-logo.svg\" alt=\"google play app\" aria-hidden=\"true\">"
    },
    {
      "src": "data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img data-lazyloaded=\"1\" src=\"data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7\" data-src=\"https://www.atera.com/app/themes/atera/dist/images/google-play-logo_w.svg\" alt=\"google play app\" aria-hidden=\"true\">"
    },
    {
      "src": "https://www.atera.com/app/themes/atera/dist/images/google-play-logo_w.svg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"https://www.atera.com/app/themes/atera/dist/images/google-play-logo_w.svg\" alt=\"google play app\" aria-hidden=\"true\">"
    },
    {
      "src": "data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img data-lazyloaded=\"1\" src=\"data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7\" data-src=\"https://www.atera.com/app/themes/atera/dist/images/app-store-logo.svg\" alt=\"apple store app\" aria-hidden=\"true\">"
    },
    {
      "src": "https://www.atera.com/app/themes/atera/dist/images/app-store-logo.svg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"https://www.atera.com/app/themes/atera/dist/images/app-store-logo.svg\" alt=\"apple store app\" aria-hidden=\"true\">"
    },
    {
      "src": "data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img data-lazyloaded=\"1\" src=\"data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7\" data-src=\"https://www.atera.com/app/themes/atera/dist/images/app-store-logo_w.svg\" alt=\"apple store app\" aria-hidden=\"true\">"
    },
    {
      "src": "https://www.atera.com/app/themes/atera/dist/images/app-store-logo_w.svg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"https://www.atera.com/app/themes/atera/dist/images/app-store-logo_w.svg\" alt=\"apple store app\" aria-hidden=\"true\">"
    },
    {
      "src": "data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img data-lazyloaded=\"1\" src=\"data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7\" data-src=\"https://www.atera.com/app/themes/atera/dist/images/google-play-logo.svg\" alt=\"google play app\" aria-hidden=\"true\">"
    },
    {
      "src": "https://www.atera.com/app/themes/atera/dist/images/google-play-logo.svg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"https://www.atera.com/app/themes/atera/dist/images/google-play-logo.svg\" alt=\"google play app\" aria-hidden=\"true\">"
    },
    {
      "src": "data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img data-lazyloaded=\"1\" src=\"data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7\" data-src=\"https://www.atera.com/app/themes/atera/dist/images/google-play-logo_w.svg\" alt=\"google play app\" aria-hidden=\"true\">"
    },
    {
      "src": "https://www.atera.com/app/themes/atera/dist/images/google-play-logo_w.svg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"https://www.atera.com/app/themes/atera/dist/images/google-play-logo_w.svg\" alt=\"google play app\" aria-hidden=\"true\">"
    },
    {
      "src": "data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img data-lazyloaded=\"1\" src=\"data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7\" data-src=\"https://www.atera.com/app/themes/atera/dist/images/security-badge-1.png\" alt=\"security badge\" aria-hidden=\"true\">"
    },
    {
      "src": "https://www.atera.com/app/themes/atera/dist/images/security-badge-1.png",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"https://www.atera.com/app/themes/atera/dist/images/security-badge-1.png\" alt=\"security badge\" aria-hidden=\"true\">"
    },
    {
      "src": "data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img data-lazyloaded=\"1\" src=\"data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7\" data-src=\"https://www.atera.com/app/themes/atera/dist/images/security-badge-2.png\" alt=\"security badge\" aria-hidden=\"true\">"
    },
    {
      "src": "https://www.atera.com/app/themes/atera/dist/images/security-badge-2.png",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"https://www.atera.com/app/themes/atera/dist/images/security-badge-2.png\" alt=\"security badge\" aria-hidden=\"true\">"
    }
  ],
  "possibleDialogs": [
    "<link rel=\"stylesheet\" id=\"lead-to-trial-popup-css\" href=\"https://www.atera.com/app/themes/atera/dist/css/exit-popup-blog.css?ver=f3d795147c17\" type=\"text/css\" media=\"all\" onload=\"this.media=&apos;all&apos;\">",
    "<link rel=\"stylesheet\" id=\"lead-to-trial-popup-css\" href=\"https://www.atera.com/app/themes/atera/dist/css/exit-popup-blog.css?ver=f3d795147c17\" type=\"text/css\" media=\"all\">",
    "<ul id=\"mega-menu-atera-mega-menu\" class=\"mega-menu max-mega-menu mega-menu-horizontal\" data-event=\"hover_intent\" data-effect=\"disabled\" data-effect-speed=\"200\" data-effect-mobile=\"slide_left\" data-effect-speed-mobile=\"200\" data-panel-width=\"#main_content\" data-mobile-force-width=\"body\" data-second-click=\"close\" data-document-click=\"collapse\" data-vertical-behaviour=\"standard\" data-breakpoint=\"1279\" data-unbind=\"true\" data-mobile-state=\"collapse_all\" data-mobile-direction=\"vertical\" data-over...",
    "<button class=\" wpforms-popup-open-btn atera-button md:hidden\" data-target=\"94129\"> Request a demo </button>",
    "<button data-target=\"94129\" class=\"btn-ds3 primary hyper-pink default w-full md:w-fit wpforms-popup-open-btn md:hidden\"> Request a demo </button>",
    "<button data-target=\"94129\" class=\"btn-ds3 primary hyper-pink default w-full md:w-fit wpforms-popup-open-btn\"> Request a demo </button>",
    "<button data-target=\"137684\" class=\"btn-ds3 secondary neutral default w-full md:w-fit wpforms-popup-open-btn\"> Request a demo </button>",
    "<button data-target=\"137684\" class=\"btn-ds3 primary hyper-pink large w-full md:w-fit wpforms-popup-open-btn\"> Request a demo </button>",
    "<button data-target=\"94129\" class=\"btn-ds3 primary hyper-pink large w-full md:w-fit wpforms-popup-open-btn md:hidden\"> Request a demo </button>",
    "<div data-id=\"6a28bfa709cd6\" class=\"card-with-action card-with-action-6a28bfa709cd6 splide__slide border border-black/25 hover:border-black/40 relative rounded-xl overflow-hidden shadow-on-hover cursor-pointer card-with-modal is-active is-visible\" tabindex=\"0\" id=\"splide03-slide01\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"1 of 11\" style=\"margin-right: 16px;\"><div class=\"inner-wrap z-10 h-full flex flex-col justify-between relative\"><div class=\"p-6 md:p-8 pb-[10px]\"><div class=\"ey...",
    "<div data-id=\"6a28bfa70a171\" class=\"card-with-action card-with-action-6a28bfa70a171 splide__slide border border-black/25 hover:border-black/40 relative rounded-xl overflow-hidden shadow-on-hover cursor-pointer card-with-modal is-next\" tabindex=\"0\" id=\"splide03-slide02\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"2 of 11\" style=\"margin-right: 16px;\" aria-hidden=\"true\"><div class=\"inner-wrap z-10 h-full flex flex-col justify-between relative\"><div class=\"p-6 md:p-8 pb-[10px]\"><div cla...",
    "<div data-id=\"6a28bfa70a586\" class=\"card-with-action card-with-action-6a28bfa70a586 splide__slide border border-black/25 hover:border-black/40 relative rounded-xl overflow-hidden shadow-on-hover cursor-pointer card-with-modal\" tabindex=\"0\" id=\"splide03-slide03\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"3 of 11\" style=\"margin-right: 16px;\" aria-hidden=\"true\"><div class=\"inner-wrap z-10 h-full flex flex-col justify-between relative\"><div class=\"p-6 md:p-8 pb-[10px]\"><div class=\"eyeb...",
    "<div data-id=\"6a28bfa70aa47\" class=\"card-with-action card-with-action-6a28bfa70aa47 splide__slide border border-black/25 hover:border-black/40 relative rounded-xl overflow-hidden shadow-on-hover cursor-pointer card-with-modal\" tabindex=\"0\" id=\"splide03-slide04\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"4 of 11\" style=\"margin-right: 16px;\" aria-hidden=\"true\"><div class=\"inner-wrap z-10 h-full flex flex-col justify-between relative\" style=\"background-image: url(&apos;https://www.ate...",
    "<div data-id=\"6a28bfa70ae88\" class=\"card-with-action card-with-action-6a28bfa70ae88 splide__slide border border-black/25 hover:border-black/40 relative rounded-xl overflow-hidden shadow-on-hover cursor-pointer card-with-modal\" tabindex=\"0\" id=\"splide03-slide05\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"5 of 11\" style=\"margin-right: 16px;\" aria-hidden=\"true\"><div class=\"inner-wrap z-10 h-full flex flex-col justify-between relative\"><div class=\"p-6 md:p-8 pb-[10px]\"><div class=\"eyeb...",
    "<div data-id=\"6a28bfa70b274\" class=\"card-with-action card-with-action-6a28bfa70b274 splide__slide border border-black/25 hover:border-black/40 relative rounded-xl overflow-hidden shadow-on-hover cursor-pointer card-with-modal\" tabindex=\"0\" id=\"splide03-slide06\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"6 of 11\" style=\"margin-right: 16px;\" aria-hidden=\"true\"><div class=\"inner-wrap z-10 h-full flex flex-col justify-between relative\"><div class=\"p-6 md:p-8 pb-[10px]\"><div class=\"eyeb...",
    "<div data-id=\"6a28bfa70b672\" class=\"card-with-action card-with-action-6a28bfa70b672 splide__slide border border-black/25 hover:border-black/40 relative rounded-xl overflow-hidden shadow-on-hover cursor-pointer card-with-modal\" tabindex=\"0\" id=\"splide03-slide07\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"7 of 11\" style=\"margin-right: 16px;\" aria-hidden=\"true\"><div class=\"inner-wrap z-10 h-full flex flex-col justify-between relative\"><div class=\"p-6 md:p-8 pb-[10px]\"><div class=\"eyeb...",
    "<div data-id=\"6a28bfa70ba83\" class=\"card-with-action card-with-action-6a28bfa70ba83 splide__slide border border-black/25 hover:border-black/40 relative rounded-xl overflow-hidden shadow-on-hover cursor-pointer card-with-modal\" tabindex=\"0\" id=\"splide03-slide08\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"8 of 11\" style=\"margin-right: 16px;\" aria-hidden=\"true\"><div class=\"inner-wrap z-10 h-full flex flex-col justify-between relative\"><div class=\"p-6 md:p-8 pb-[10px]\"><div class=\"eyeb...",
    "<div data-id=\"6a28bfa70be67\" class=\"card-with-action card-with-action-6a28bfa70be67 splide__slide border border-black/25 hover:border-black/40 relative rounded-xl overflow-hidden shadow-on-hover cursor-pointer card-with-modal\" tabindex=\"0\" id=\"splide03-slide09\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"9 of 11\" style=\"margin-right: 16px;\" aria-hidden=\"true\"><div class=\"inner-wrap z-10 h-full flex flex-col justify-between relative\"><div class=\"p-6 md:p-8 pb-[10px]\"><div class=\"eyeb...",
    "<div data-id=\"6a28bfa70c238\" class=\"card-with-action card-with-action-6a28bfa70c238 splide__slide border border-black/25 hover:border-black/40 relative rounded-xl overflow-hidden shadow-on-hover cursor-pointer card-with-modal\" tabindex=\"0\" id=\"splide03-slide10\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"10 of 11\" style=\"margin-right: 16px;\" aria-hidden=\"true\"><div class=\"inner-wrap z-10 h-full flex flex-col justify-between relative\"><div class=\"p-6 md:p-8 pb-[10px]\"><div class=\"eye...",
    "<div data-id=\"6a28bfa70c61a\" class=\"card-with-action card-with-action-6a28bfa70c61a splide__slide border border-black/25 hover:border-black/40 relative rounded-xl overflow-hidden shadow-on-hover cursor-pointer card-with-modal\" tabindex=\"0\" id=\"splide03-slide11\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"11 of 11\" style=\"margin-right: 16px;\" aria-hidden=\"true\"><div class=\"inner-wrap z-10 h-full flex flex-col justify-between relative\"><div class=\"p-6 md:p-8 pb-[10px]\"><div class=\"eye...",
    "<div data-id=\"6a28bfa6e816a\" class=\"card-with-action card-with-action-6a28bfa6e816a splide__slide border border-black/25 hover:border-black/40 relative rounded-xl overflow-hidden shadow-on-hover cursor-pointer card-with-modal\" tabindex=\"0\"><div class=\"inner-wrap z-10 h-full flex flex-col justify-between relative\"><div class=\"p-6 md:p-8 pb-[10px]\"><div class=\"eyebrow uppercase text-[#636363] font-inter text-xs md:text-sm md:leading-1.4 font-medium leading-1.4 tracking-widest\"> Remote Monitorin...",
    "<div class=\"popup overflow-scroll hidden cursor-default\"><div class=\"popup-content h-full\"><iframe class=\"w-full h-full\" data-card-id=\"6a28bfa6e816a\" data-url=\"https://www.atera.com/modal-pages/remote-monitoring-and-management/?parent-url=https://www.atera.com/\" frameborder=\"0\"></iframe> <button class=\"close absolute top-6 right-6 md:top-4 md:right-4 xl2:top-6 xl2:right-6 w-10 h-10 hover:contrast-[1.5] active:contrast-[2]\"> <img decoding=\"async\" data-no-lazy=\"1\" src=\"https://www.atera.com/app...",
    "<div class=\"popup-content h-full\"><iframe class=\"w-full h-full\" data-card-id=\"6a28bfa6e816a\" data-url=\"https://www.atera.com/modal-pages/remote-monitoring-and-management/?parent-url=https://www.atera.com/\" frameborder=\"0\"></iframe> <button class=\"close absolute top-6 right-6 md:top-4 md:right-4 xl2:top-6 xl2:right-6 w-10 h-10 hover:contrast-[1.5] active:contrast-[2]\"> <img decoding=\"async\" data-no-lazy=\"1\" src=\"https://www.atera.com/app/themes/atera/dist/images/close-modal.webp\" alt=\"close ic...",
    "<div data-id=\"6a28bfa6e9ed6\" class=\"card-with-action card-with-action-6a28bfa6e9ed6 splide__slide border border-black/25 hover:border-black/40 relative rounded-xl overflow-hidden shadow-on-hover cursor-pointer card-with-modal\" tabindex=\"0\"><div class=\"inner-wrap z-10 h-full flex flex-col justify-between relative\"><div class=\"p-6 md:p-8 pb-[10px]\"><div class=\"eyebrow uppercase text-[#636363] font-inter text-xs md:text-sm md:leading-1.4 font-medium leading-1.4 tracking-widest\"> Ticketing and Se...",
    "<div class=\"popup overflow-scroll hidden cursor-default\"><div class=\"popup-content h-full\"><iframe class=\"w-full h-full\" data-card-id=\"6a28bfa6e9ed6\" data-url=\"https://www.atera.com/modal-pages/ticketing-and-service-desk/?parent-url=https://www.atera.com/\" frameborder=\"0\"></iframe> <button class=\"close absolute top-6 right-6 md:top-4 md:right-4 xl2:top-6 xl2:right-6 w-10 h-10 hover:contrast-[1.5] active:contrast-[2]\"> <img decoding=\"async\" data-no-lazy=\"1\" src=\"https://www.atera.com/app/theme...",
    "<div class=\"popup-content h-full\"><iframe class=\"w-full h-full\" data-card-id=\"6a28bfa6e9ed6\" data-url=\"https://www.atera.com/modal-pages/ticketing-and-service-desk/?parent-url=https://www.atera.com/\" frameborder=\"0\"></iframe> <button class=\"close absolute top-6 right-6 md:top-4 md:right-4 xl2:top-6 xl2:right-6 w-10 h-10 hover:contrast-[1.5] active:contrast-[2]\"> <img decoding=\"async\" data-no-lazy=\"1\" src=\"https://www.atera.com/app/themes/atera/dist/images/close-modal.webp\" alt=\"close icon\"> <...",
    "<div data-id=\"6a28bfa6ebcb7\" class=\"card-with-action card-with-action-6a28bfa6ebcb7 splide__slide border border-black/25 hover:border-black/40 relative rounded-xl overflow-hidden shadow-on-hover cursor-pointer card-with-modal\" tabindex=\"0\"><div class=\"inner-wrap z-10 h-full flex flex-col justify-between relative\"><div class=\"p-6 md:p-8 pb-[10px]\"><div class=\"eyebrow uppercase text-[#636363] font-inter text-xs md:text-sm md:leading-1.4 font-medium leading-1.4 tracking-widest\"> AI Copilot</div>...",
    "<div class=\"popup overflow-scroll hidden cursor-default\"><div class=\"popup-content h-full\"><iframe class=\"w-full h-full\" data-card-id=\"6a28bfa6ebcb7\" data-url=\"https://www.atera.com/modal-pages/ai-copilot/?parent-url=https://www.atera.com/\" frameborder=\"0\"></iframe> <button class=\"close absolute top-6 right-6 md:top-4 md:right-4 xl2:top-6 xl2:right-6 w-10 h-10 hover:contrast-[1.5] active:contrast-[2]\"> <img decoding=\"async\" data-no-lazy=\"1\" src=\"https://www.atera.com/app/themes/atera/dist/ima...",
    "<div class=\"popup-content h-full\"><iframe class=\"w-full h-full\" data-card-id=\"6a28bfa6ebcb7\" data-url=\"https://www.atera.com/modal-pages/ai-copilot/?parent-url=https://www.atera.com/\" frameborder=\"0\"></iframe> <button class=\"close absolute top-6 right-6 md:top-4 md:right-4 xl2:top-6 xl2:right-6 w-10 h-10 hover:contrast-[1.5] active:contrast-[2]\"> <img decoding=\"async\" data-no-lazy=\"1\" src=\"https://www.atera.com/app/themes/atera/dist/images/close-modal.webp\" alt=\"close icon\"> </button></div>",
    "<div data-id=\"6a28bfa6ee488\" class=\"card-with-action card-with-action-6a28bfa6ee488 splide__slide border border-black/25 hover:border-black/40 relative rounded-xl overflow-hidden shadow-on-hover cursor-pointer card-with-modal\" tabindex=\"0\"><div class=\"inner-wrap z-10 h-full flex flex-col justify-between relative\" style=\"background-image: url(&apos;https://www.atera.com/app/uploads/2026/03/Dot-5.svg&apos;);\"><div class=\"p-6 md:p-8 pb-[10px]\"><div class=\"eyebrow uppercase text-[#636363] font-in...",
    "<div class=\"popup overflow-scroll hidden cursor-default\"><div class=\"popup-content h-full\"><iframe class=\"w-full h-full\" data-card-id=\"6a28bfa6ee488\" data-url=\"https://www.atera.com/modal-pages/it-and-ticket-automations/?parent-url=https://www.atera.com/\" frameborder=\"0\"></iframe> <button class=\"close absolute top-6 right-6 md:top-4 md:right-4 xl2:top-6 xl2:right-6 w-10 h-10 hover:contrast-[1.5] active:contrast-[2]\"> <img decoding=\"async\" data-no-lazy=\"1\" src=\"https://www.atera.com/app/themes...",
    "<div class=\"popup-content h-full\"><iframe class=\"w-full h-full\" data-card-id=\"6a28bfa6ee488\" data-url=\"https://www.atera.com/modal-pages/it-and-ticket-automations/?parent-url=https://www.atera.com/\" frameborder=\"0\"></iframe> <button class=\"close absolute top-6 right-6 md:top-4 md:right-4 xl2:top-6 xl2:right-6 w-10 h-10 hover:contrast-[1.5] active:contrast-[2]\"> <img decoding=\"async\" data-no-lazy=\"1\" src=\"https://www.atera.com/app/themes/atera/dist/images/close-modal.webp\" alt=\"close icon\"> </...",
    "<div data-id=\"6a28bfa6f0117\" class=\"card-with-action card-with-action-6a28bfa6f0117 splide__slide border border-black/25 hover:border-black/40 relative rounded-xl overflow-hidden shadow-on-hover cursor-pointer card-with-modal\" tabindex=\"0\"><div class=\"inner-wrap z-10 h-full flex flex-col justify-between relative\"><div class=\"p-6 md:p-8 pb-[10px]\"><div class=\"eyebrow uppercase text-[#636363] font-inter text-xs md:text-sm md:leading-1.4 font-medium leading-1.4 tracking-widest\"> Patch Management...",
    "<div class=\"popup overflow-scroll hidden cursor-default\"><div class=\"popup-content h-full\"><iframe class=\"w-full h-full\" data-card-id=\"6a28bfa6f0117\" data-url=\"https://www.atera.com/modal-pages/patch-management-4/?parent-url=https://www.atera.com/\" frameborder=\"0\"></iframe> <button class=\"close absolute top-6 right-6 md:top-4 md:right-4 xl2:top-6 xl2:right-6 w-10 h-10 hover:contrast-[1.5] active:contrast-[2]\"> <img decoding=\"async\" data-no-lazy=\"1\" src=\"https://www.atera.com/app/themes/atera/...",
    "<div class=\"popup-content h-full\"><iframe class=\"w-full h-full\" data-card-id=\"6a28bfa6f0117\" data-url=\"https://www.atera.com/modal-pages/patch-management-4/?parent-url=https://www.atera.com/\" frameborder=\"0\"></iframe> <button class=\"close absolute top-6 right-6 md:top-4 md:right-4 xl2:top-6 xl2:right-6 w-10 h-10 hover:contrast-[1.5] active:contrast-[2]\"> <img decoding=\"async\" data-no-lazy=\"1\" src=\"https://www.atera.com/app/themes/atera/dist/images/close-modal.webp\" alt=\"close icon\"> </button>...",
    "<div data-id=\"6a28bfa6f1d90\" class=\"card-with-action card-with-action-6a28bfa6f1d90 splide__slide border border-black/25 hover:border-black/40 relative rounded-xl overflow-hidden shadow-on-hover cursor-pointer card-with-modal\" tabindex=\"0\"><div class=\"inner-wrap z-10 h-full flex flex-col justify-between relative\"><div class=\"p-6 md:p-8 pb-[10px]\"><div class=\"eyebrow uppercase text-[#636363] font-inter text-xs md:text-sm md:leading-1.4 font-medium leading-1.4 tracking-widest\"> Asset Management...",
    "<div class=\"popup overflow-scroll hidden cursor-default\"><div class=\"popup-content h-full\"><iframe class=\"w-full h-full\" data-card-id=\"6a28bfa6f1d90\" data-url=\"https://www.atera.com/modal-pages/asset-management/?parent-url=https://www.atera.com/\" frameborder=\"0\"></iframe> <button class=\"close absolute top-6 right-6 md:top-4 md:right-4 xl2:top-6 xl2:right-6 w-10 h-10 hover:contrast-[1.5] active:contrast-[2]\"> <img decoding=\"async\" data-no-lazy=\"1\" src=\"https://www.atera.com/app/themes/atera/di...",
    "<div class=\"popup-content h-full\"><iframe class=\"w-full h-full\" data-card-id=\"6a28bfa6f1d90\" data-url=\"https://www.atera.com/modal-pages/asset-management/?parent-url=https://www.atera.com/\" frameborder=\"0\"></iframe> <button class=\"close absolute top-6 right-6 md:top-4 md:right-4 xl2:top-6 xl2:right-6 w-10 h-10 hover:contrast-[1.5] active:contrast-[2]\"> <img decoding=\"async\" data-no-lazy=\"1\" src=\"https://www.atera.com/app/themes/atera/dist/images/close-modal.webp\" alt=\"close icon\"> </button></...",
    "<div data-id=\"6a28bfa7010bb\" class=\"card-with-action card-with-action-6a28bfa7010bb splide__slide border border-black/25 hover:border-black/40 relative rounded-xl overflow-hidden shadow-on-hover cursor-pointer card-with-modal\" tabindex=\"0\"><div class=\"inner-wrap z-10 h-full flex flex-col justify-between relative\"><div class=\"p-6 md:p-8 pb-[10px]\"><div class=\"eyebrow uppercase text-[#636363] font-inter text-xs md:text-sm md:leading-1.4 font-medium leading-1.4 tracking-widest\"> Analytical repor...",
    "<div class=\"popup overflow-scroll hidden cursor-default\"><div class=\"popup-content h-full\"><iframe class=\"w-full h-full\" data-card-id=\"6a28bfa7010bb\" data-url=\"https://www.atera.com/modal-pages/analytical-reports/?parent-url=https://www.atera.com/\" frameborder=\"0\"></iframe> <button class=\"close absolute top-6 right-6 md:top-4 md:right-4 xl2:top-6 xl2:right-6 w-10 h-10 hover:contrast-[1.5] active:contrast-[2]\"> <img decoding=\"async\" data-no-lazy=\"1\" src=\"https://www.atera.com/app/themes/atera/...",
    "<div class=\"popup-content h-full\"><iframe class=\"w-full h-full\" data-card-id=\"6a28bfa7010bb\" data-url=\"https://www.atera.com/modal-pages/analytical-reports/?parent-url=https://www.atera.com/\" frameborder=\"0\"></iframe> <button class=\"close absolute top-6 right-6 md:top-4 md:right-4 xl2:top-6 xl2:right-6 w-10 h-10 hover:contrast-[1.5] active:contrast-[2]\"> <img decoding=\"async\" data-no-lazy=\"1\" src=\"https://www.atera.com/app/themes/atera/dist/images/close-modal.webp\" alt=\"close icon\"> </button>...",
    "<div data-id=\"6a28bfa7031ba\" class=\"card-with-action card-with-action-6a28bfa7031ba splide__slide border border-black/25 hover:border-black/40 relative rounded-xl overflow-hidden shadow-on-hover cursor-pointer card-with-modal\" tabindex=\"0\"><div class=\"inner-wrap z-10 h-full flex flex-col justify-between relative\"><div class=\"p-6 md:p-8 pb-[10px]\"><div class=\"eyebrow uppercase text-[#636363] font-inter text-xs md:text-sm md:leading-1.4 font-medium leading-1.4 tracking-widest\"> App Center</div>...",
    "<div class=\"popup overflow-scroll hidden cursor-default\"><div class=\"popup-content h-full\"><iframe class=\"w-full h-full\" data-card-id=\"6a28bfa7031ba\" data-url=\"https://www.atera.com/modal-pages/app-center/?parent-url=https://www.atera.com/\" frameborder=\"0\"></iframe> <button class=\"close absolute top-6 right-6 md:top-4 md:right-4 xl2:top-6 xl2:right-6 w-10 h-10 hover:contrast-[1.5] active:contrast-[2]\"> <img decoding=\"async\" data-no-lazy=\"1\" src=\"https://www.atera.com/app/themes/atera/dist/ima...",
    "<div class=\"popup-content h-full\"><iframe class=\"w-full h-full\" data-card-id=\"6a28bfa7031ba\" data-url=\"https://www.atera.com/modal-pages/app-center/?parent-url=https://www.atera.com/\" frameborder=\"0\"></iframe> <button class=\"close absolute top-6 right-6 md:top-4 md:right-4 xl2:top-6 xl2:right-6 w-10 h-10 hover:contrast-[1.5] active:contrast-[2]\"> <img decoding=\"async\" data-no-lazy=\"1\" src=\"https://www.atera.com/app/themes/atera/dist/images/close-modal.webp\" alt=\"close icon\"> </button></div>",
    "<div data-id=\"6a28bfa705076\" class=\"card-with-action card-with-action-6a28bfa705076 splide__slide border border-black/25 hover:border-black/40 relative rounded-xl overflow-hidden shadow-on-hover cursor-pointer card-with-modal\" tabindex=\"0\"><div class=\"inner-wrap z-10 h-full flex flex-col justify-between relative\"><div class=\"p-6 md:p-8 pb-[10px]\"><div class=\"eyebrow uppercase text-[#636363] font-inter text-xs md:text-sm md:leading-1.4 font-medium leading-1.4 tracking-widest\"> Security and Com...",
    "<div class=\"popup overflow-scroll hidden cursor-default\"><div class=\"popup-content h-full\"><iframe class=\"w-full h-full\" data-card-id=\"6a28bfa705076\" data-url=\"https://www.atera.com/modal-pages/security-and-compliance/?parent-url=https://www.atera.com/\" frameborder=\"0\"></iframe> <button class=\"close absolute top-6 right-6 md:top-4 md:right-4 xl2:top-6 xl2:right-6 w-10 h-10 hover:contrast-[1.5] active:contrast-[2]\"> <img decoding=\"async\" data-no-lazy=\"1\" src=\"https://www.atera.com/app/themes/a...",
    "<div class=\"popup-content h-full\"><iframe class=\"w-full h-full\" data-card-id=\"6a28bfa705076\" data-url=\"https://www.atera.com/modal-pages/security-and-compliance/?parent-url=https://www.atera.com/\" frameborder=\"0\"></iframe> <button class=\"close absolute top-6 right-6 md:top-4 md:right-4 xl2:top-6 xl2:right-6 w-10 h-10 hover:contrast-[1.5] active:contrast-[2]\"> <img decoding=\"async\" data-no-lazy=\"1\" src=\"https://www.atera.com/app/themes/atera/dist/images/close-modal.webp\" alt=\"close icon\"> </bu...",
    "<div data-id=\"6a28bfa706fbf\" class=\"card-with-action card-with-action-6a28bfa706fbf splide__slide border border-black/25 hover:border-black/40 relative rounded-xl overflow-hidden shadow-on-hover cursor-pointer card-with-modal\" tabindex=\"0\"><div class=\"inner-wrap z-10 h-full flex flex-col justify-between relative\"><div class=\"p-6 md:p-8 pb-[10px]\"><div class=\"eyebrow uppercase text-[#636363] font-inter text-xs md:text-sm md:leading-1.4 font-medium leading-1.4 tracking-widest\"> Network Discover...",
    "<div class=\"popup overflow-scroll hidden cursor-default\"><div class=\"popup-content h-full\"><iframe class=\"w-full h-full\" data-card-id=\"6a28bfa706fbf\" data-url=\"https://www.atera.com/modal-pages/network-discovery/?parent-url=https://www.atera.com/\" frameborder=\"0\"></iframe> <button class=\"close absolute top-6 right-6 md:top-4 md:right-4 xl2:top-6 xl2:right-6 w-10 h-10 hover:contrast-[1.5] active:contrast-[2]\"> <img decoding=\"async\" data-no-lazy=\"1\" src=\"https://www.atera.com/app/themes/atera/d...",
    "<div class=\"popup-content h-full\"><iframe class=\"w-full h-full\" data-card-id=\"6a28bfa706fbf\" data-url=\"https://www.atera.com/modal-pages/network-discovery/?parent-url=https://www.atera.com/\" frameborder=\"0\"></iframe> <button class=\"close absolute top-6 right-6 md:top-4 md:right-4 xl2:top-6 xl2:right-6 w-10 h-10 hover:contrast-[1.5] active:contrast-[2]\"> <img decoding=\"async\" data-no-lazy=\"1\" src=\"https://www.atera.com/app/themes/atera/dist/images/close-modal.webp\" alt=\"close icon\"> </button><...",
    "<div data-id=\"6a28bfa708e24\" class=\"card-with-action card-with-action-6a28bfa708e24 splide__slide border border-black/25 hover:border-black/40 relative rounded-xl overflow-hidden shadow-on-hover cursor-pointer card-with-modal\" tabindex=\"0\"><div class=\"inner-wrap z-10 h-full flex flex-col justify-between relative\"><div class=\"p-6 md:p-8 pb-[10px]\"><div class=\"eyebrow uppercase text-[#636363] font-inter text-xs md:text-sm md:leading-1.4 font-medium leading-1.4 tracking-widest\"> Billing AND cont...",
    "<div class=\"popup overflow-scroll hidden cursor-default\"><div class=\"popup-content h-full\"><iframe class=\"w-full h-full\" data-card-id=\"6a28bfa708e24\" data-url=\"https://www.atera.com/modal-pages/billing-and-contracts/?parent-url=https://www.atera.com/\" frameborder=\"0\"></iframe> <button class=\"close absolute top-6 right-6 md:top-4 md:right-4 xl2:top-6 xl2:right-6 w-10 h-10 hover:contrast-[1.5] active:contrast-[2]\"> <img decoding=\"async\" data-no-lazy=\"1\" src=\"https://www.atera.com/app/themes/ate...",
    "<div class=\"popup-content h-full\"><iframe class=\"w-full h-full\" data-card-id=\"6a28bfa708e24\" data-url=\"https://www.atera.com/modal-pages/billing-and-contracts/?parent-url=https://www.atera.com/\" frameborder=\"0\"></iframe> <button class=\"close absolute top-6 right-6 md:top-4 md:right-4 xl2:top-6 xl2:right-6 w-10 h-10 hover:contrast-[1.5] active:contrast-[2]\"> <img decoding=\"async\" data-no-lazy=\"1\" src=\"https://www.atera.com/app/themes/atera/dist/images/close-modal.webp\" alt=\"close icon\"> </butt...",
    "<div class=\"modal-arrows hidden\"> <button class=\"prev-popup rotate-180\"> <img data-lazyloaded=\"1\" src=\"data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7\" decoding=\"async\" data-src=\"https://www.atera.com/app/themes/atera/dist/images/arrow.svg\" alt=\"arrow\"><noscript><img decoding=\"async\" src=\"https://www.atera.com/app/themes/atera/dist/images/arrow.svg\" alt=\"arrow\"></noscript> </button> <button class=\"next-popup\"> <img data-lazyloaded=\"1\" src=\"data:image/gif;base64,...",
    "<button class=\"prev-popup rotate-180\"> <img data-lazyloaded=\"1\" src=\"data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7\" decoding=\"async\" data-src=\"https://www.atera.com/app/themes/atera/dist/images/arrow.svg\" alt=\"arrow\"><noscript><img decoding=\"async\" src=\"https://www.atera.com/app/themes/atera/dist/images/arrow.svg\" alt=\"arrow\"></noscript> </button>",
    "<button class=\"next-popup\"> <img data-lazyloaded=\"1\" src=\"data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7\" decoding=\"async\" data-src=\"https://www.atera.com/app/themes/atera/dist/images/arrow.svg\" alt=\"arrow\"><noscript><img decoding=\"async\" src=\"https://www.atera.com/app/themes/atera/dist/images/arrow.svg\" alt=\"arrow\"></noscript> </button>",
    "<div class=\"modal-background bg-white h-[100vh] top-0 left-0 w-full xsm:top-4 xsm:left-4 xsm:h-full xsm:w-[95%] md:top-10 md:left-10 md:w-[90%] lg:w-[93%] xl2:top-14 xl2:left-0 xl2:right-0 xl2:mx-auto xl2:h-[88%] xl2:w-[1280px]\"></div>",
    "<div class=\"popup overflow-scroll hidden cursor-default\"><div class=\"popup-content h-full\"><iframe class=\"w-full h-full\" data-card-id=\"6a28bfa709cd6\" data-url=\"https://www.atera.com/modal-pages/remote-monitoring-and-management/?parent-url=https://www.atera.com/\" frameborder=\"0\"></iframe> <button class=\"close absolute top-6 right-6 md:top-4 md:right-4 xl2:top-6 xl2:right-6 w-10 h-10 hover:contrast-[1.5] active:contrast-[2]\"> <img decoding=\"async\" data-no-lazy=\"1\" src=\"https://www.atera.com/app...",
    "<div class=\"popup-content h-full\"><iframe class=\"w-full h-full\" data-card-id=\"6a28bfa709cd6\" data-url=\"https://www.atera.com/modal-pages/remote-monitoring-and-management/?parent-url=https://www.atera.com/\" frameborder=\"0\"></iframe> <button class=\"close absolute top-6 right-6 md:top-4 md:right-4 xl2:top-6 xl2:right-6 w-10 h-10 hover:contrast-[1.5] active:contrast-[2]\"> <img decoding=\"async\" data-no-lazy=\"1\" src=\"https://www.atera.com/app/themes/atera/dist/images/close-modal.webp\" alt=\"close ic...",
    "<div class=\"popup overflow-scroll hidden cursor-default\"><div class=\"popup-content h-full\"><iframe class=\"w-full h-full\" data-card-id=\"6a28bfa70a171\" data-url=\"https://www.atera.com/modal-pages/ticketing-and-service-desk/?parent-url=https://www.atera.com/\" frameborder=\"0\" tabindex=\"-1\"></iframe> <button class=\"close absolute top-6 right-6 md:top-4 md:right-4 xl2:top-6 xl2:right-6 w-10 h-10 hover:contrast-[1.5] active:contrast-[2]\" tabindex=\"-1\"> <img decoding=\"async\" data-no-lazy=\"1\" src=\"htt...",
    "<div class=\"popup-content h-full\"><iframe class=\"w-full h-full\" data-card-id=\"6a28bfa70a171\" data-url=\"https://www.atera.com/modal-pages/ticketing-and-service-desk/?parent-url=https://www.atera.com/\" frameborder=\"0\" tabindex=\"-1\"></iframe> <button class=\"close absolute top-6 right-6 md:top-4 md:right-4 xl2:top-6 xl2:right-6 w-10 h-10 hover:contrast-[1.5] active:contrast-[2]\" tabindex=\"-1\"> <img decoding=\"async\" data-no-lazy=\"1\" src=\"https://www.atera.com/app/themes/atera/dist/images/close-mod...",
    "<div class=\"popup overflow-scroll hidden cursor-default\"><div class=\"popup-content h-full\"><iframe class=\"w-full h-full\" data-card-id=\"6a28bfa70a586\" data-url=\"https://www.atera.com/modal-pages/ai-copilot/?parent-url=https://www.atera.com/\" frameborder=\"0\" tabindex=\"-1\"></iframe> <button class=\"close absolute top-6 right-6 md:top-4 md:right-4 xl2:top-6 xl2:right-6 w-10 h-10 hover:contrast-[1.5] active:contrast-[2]\" tabindex=\"-1\"> <img decoding=\"async\" data-no-lazy=\"1\" src=\"https://www.atera.c...",
    "<div class=\"popup-content h-full\"><iframe class=\"w-full h-full\" data-card-id=\"6a28bfa70a586\" data-url=\"https://www.atera.com/modal-pages/ai-copilot/?parent-url=https://www.atera.com/\" frameborder=\"0\" tabindex=\"-1\"></iframe> <button class=\"close absolute top-6 right-6 md:top-4 md:right-4 xl2:top-6 xl2:right-6 w-10 h-10 hover:contrast-[1.5] active:contrast-[2]\" tabindex=\"-1\"> <img decoding=\"async\" data-no-lazy=\"1\" src=\"https://www.atera.com/app/themes/atera/dist/images/close-modal.webp\" alt=\"cl...",
    "<div class=\"popup overflow-scroll hidden cursor-default\"><div class=\"popup-content h-full\"><iframe class=\"w-full h-full\" data-card-id=\"6a28bfa70aa47\" data-url=\"https://www.atera.com/modal-pages/it-and-ticket-automations/?parent-url=https://www.atera.com/\" frameborder=\"0\" tabindex=\"-1\"></iframe> <button class=\"close absolute top-6 right-6 md:top-4 md:right-4 xl2:top-6 xl2:right-6 w-10 h-10 hover:contrast-[1.5] active:contrast-[2]\" tabindex=\"-1\"> <img decoding=\"async\" data-no-lazy=\"1\" src=\"http...",
    "<div class=\"popup-content h-full\"><iframe class=\"w-full h-full\" data-card-id=\"6a28bfa70aa47\" data-url=\"https://www.atera.com/modal-pages/it-and-ticket-automations/?parent-url=https://www.atera.com/\" frameborder=\"0\" tabindex=\"-1\"></iframe> <button class=\"close absolute top-6 right-6 md:top-4 md:right-4 xl2:top-6 xl2:right-6 w-10 h-10 hover:contrast-[1.5] active:contrast-[2]\" tabindex=\"-1\"> <img decoding=\"async\" data-no-lazy=\"1\" src=\"https://www.atera.com/app/themes/atera/dist/images/close-moda...",
    "<div class=\"popup overflow-scroll hidden cursor-default\"><div class=\"popup-content h-full\"><iframe class=\"w-full h-full\" data-card-id=\"6a28bfa70ae88\" data-url=\"https://www.atera.com/modal-pages/patch-management-4/?parent-url=https://www.atera.com/\" frameborder=\"0\" tabindex=\"-1\"></iframe> <button class=\"close absolute top-6 right-6 md:top-4 md:right-4 xl2:top-6 xl2:right-6 w-10 h-10 hover:contrast-[1.5] active:contrast-[2]\" tabindex=\"-1\"> <img decoding=\"async\" data-no-lazy=\"1\" src=\"https://www...",
    "<div class=\"popup-content h-full\"><iframe class=\"w-full h-full\" data-card-id=\"6a28bfa70ae88\" data-url=\"https://www.atera.com/modal-pages/patch-management-4/?parent-url=https://www.atera.com/\" frameborder=\"0\" tabindex=\"-1\"></iframe> <button class=\"close absolute top-6 right-6 md:top-4 md:right-4 xl2:top-6 xl2:right-6 w-10 h-10 hover:contrast-[1.5] active:contrast-[2]\" tabindex=\"-1\"> <img decoding=\"async\" data-no-lazy=\"1\" src=\"https://www.atera.com/app/themes/atera/dist/images/close-modal.webp\"...",
    "<div class=\"popup overflow-scroll hidden cursor-default\"><div class=\"popup-content h-full\"><iframe class=\"w-full h-full\" data-card-id=\"6a28bfa70b274\" data-url=\"https://www.atera.com/modal-pages/asset-management/?parent-url=https://www.atera.com/\" frameborder=\"0\" tabindex=\"-1\"></iframe> <button class=\"close absolute top-6 right-6 md:top-4 md:right-4 xl2:top-6 xl2:right-6 w-10 h-10 hover:contrast-[1.5] active:contrast-[2]\" tabindex=\"-1\"> <img decoding=\"async\" data-no-lazy=\"1\" src=\"https://www.a...",
    "<div class=\"popup-content h-full\"><iframe class=\"w-full h-full\" data-card-id=\"6a28bfa70b274\" data-url=\"https://www.atera.com/modal-pages/asset-management/?parent-url=https://www.atera.com/\" frameborder=\"0\" tabindex=\"-1\"></iframe> <button class=\"close absolute top-6 right-6 md:top-4 md:right-4 xl2:top-6 xl2:right-6 w-10 h-10 hover:contrast-[1.5] active:contrast-[2]\" tabindex=\"-1\"> <img decoding=\"async\" data-no-lazy=\"1\" src=\"https://www.atera.com/app/themes/atera/dist/images/close-modal.webp\" a...",
    "<div class=\"popup overflow-scroll hidden cursor-default\"><div class=\"popup-content h-full\"><iframe class=\"w-full h-full\" data-card-id=\"6a28bfa70b672\" data-url=\"https://www.atera.com/modal-pages/analytical-reports/?parent-url=https://www.atera.com/\" frameborder=\"0\" tabindex=\"-1\"></iframe> <button class=\"close absolute top-6 right-6 md:top-4 md:right-4 xl2:top-6 xl2:right-6 w-10 h-10 hover:contrast-[1.5] active:contrast-[2]\" tabindex=\"-1\"> <img decoding=\"async\" data-no-lazy=\"1\" src=\"https://www...",
    "<div class=\"popup-content h-full\"><iframe class=\"w-full h-full\" data-card-id=\"6a28bfa70b672\" data-url=\"https://www.atera.com/modal-pages/analytical-reports/?parent-url=https://www.atera.com/\" frameborder=\"0\" tabindex=\"-1\"></iframe> <button class=\"close absolute top-6 right-6 md:top-4 md:right-4 xl2:top-6 xl2:right-6 w-10 h-10 hover:contrast-[1.5] active:contrast-[2]\" tabindex=\"-1\"> <img decoding=\"async\" data-no-lazy=\"1\" src=\"https://www.atera.com/app/themes/atera/dist/images/close-modal.webp\"...",
    "<div class=\"popup overflow-scroll hidden cursor-default\"><div class=\"popup-content h-full\"><iframe class=\"w-full h-full\" data-card-id=\"6a28bfa70ba83\" data-url=\"https://www.atera.com/modal-pages/app-center/?parent-url=https://www.atera.com/\" frameborder=\"0\" tabindex=\"-1\"></iframe> <button class=\"close absolute top-6 right-6 md:top-4 md:right-4 xl2:top-6 xl2:right-6 w-10 h-10 hover:contrast-[1.5] active:contrast-[2]\" tabindex=\"-1\"> <img decoding=\"async\" data-no-lazy=\"1\" src=\"https://www.atera.c...",
    "<div class=\"popup-content h-full\"><iframe class=\"w-full h-full\" data-card-id=\"6a28bfa70ba83\" data-url=\"https://www.atera.com/modal-pages/app-center/?parent-url=https://www.atera.com/\" frameborder=\"0\" tabindex=\"-1\"></iframe> <button class=\"close absolute top-6 right-6 md:top-4 md:right-4 xl2:top-6 xl2:right-6 w-10 h-10 hover:contrast-[1.5] active:contrast-[2]\" tabindex=\"-1\"> <img decoding=\"async\" data-no-lazy=\"1\" src=\"https://www.atera.com/app/themes/atera/dist/images/close-modal.webp\" alt=\"cl...",
    "<div class=\"popup overflow-scroll hidden cursor-default\"><div class=\"popup-content h-full\"><iframe class=\"w-full h-full\" data-card-id=\"6a28bfa70be67\" data-url=\"https://www.atera.com/modal-pages/security-and-compliance/?parent-url=https://www.atera.com/\" frameborder=\"0\" tabindex=\"-1\"></iframe> <button class=\"close absolute top-6 right-6 md:top-4 md:right-4 xl2:top-6 xl2:right-6 w-10 h-10 hover:contrast-[1.5] active:contrast-[2]\" tabindex=\"-1\"> <img decoding=\"async\" data-no-lazy=\"1\" src=\"https:...",
    "<div class=\"popup-content h-full\"><iframe class=\"w-full h-full\" data-card-id=\"6a28bfa70be67\" data-url=\"https://www.atera.com/modal-pages/security-and-compliance/?parent-url=https://www.atera.com/\" frameborder=\"0\" tabindex=\"-1\"></iframe> <button class=\"close absolute top-6 right-6 md:top-4 md:right-4 xl2:top-6 xl2:right-6 w-10 h-10 hover:contrast-[1.5] active:contrast-[2]\" tabindex=\"-1\"> <img decoding=\"async\" data-no-lazy=\"1\" src=\"https://www.atera.com/app/themes/atera/dist/images/close-modal....",
    "<div class=\"popup overflow-scroll hidden cursor-default\"><div class=\"popup-content h-full\"><iframe class=\"w-full h-full\" data-card-id=\"6a28bfa70c238\" data-url=\"https://www.atera.com/modal-pages/network-discovery/?parent-url=https://www.atera.com/\" frameborder=\"0\" tabindex=\"-1\"></iframe> <button class=\"close absolute top-6 right-6 md:top-4 md:right-4 xl2:top-6 xl2:right-6 w-10 h-10 hover:contrast-[1.5] active:contrast-[2]\" tabindex=\"-1\"> <img decoding=\"async\" data-no-lazy=\"1\" src=\"https://www....",
    "<div class=\"popup-content h-full\"><iframe class=\"w-full h-full\" data-card-id=\"6a28bfa70c238\" data-url=\"https://www.atera.com/modal-pages/network-discovery/?parent-url=https://www.atera.com/\" frameborder=\"0\" tabindex=\"-1\"></iframe> <button class=\"close absolute top-6 right-6 md:top-4 md:right-4 xl2:top-6 xl2:right-6 w-10 h-10 hover:contrast-[1.5] active:contrast-[2]\" tabindex=\"-1\"> <img decoding=\"async\" data-no-lazy=\"1\" src=\"https://www.atera.com/app/themes/atera/dist/images/close-modal.webp\"...",
    "<div class=\"popup overflow-scroll hidden cursor-default\"><div class=\"popup-content h-full\"><iframe class=\"w-full h-full\" data-card-id=\"6a28bfa70c61a\" data-url=\"https://www.atera.com/modal-pages/billing-and-contracts/?parent-url=https://www.atera.com/\" frameborder=\"0\" tabindex=\"-1\"></iframe> <button class=\"close absolute top-6 right-6 md:top-4 md:right-4 xl2:top-6 xl2:right-6 w-10 h-10 hover:contrast-[1.5] active:contrast-[2]\" tabindex=\"-1\"> <img decoding=\"async\" data-no-lazy=\"1\" src=\"https://...",
    "<div class=\"popup-content h-full\"><iframe class=\"w-full h-full\" data-card-id=\"6a28bfa70c61a\" data-url=\"https://www.atera.com/modal-pages/billing-and-contracts/?parent-url=https://www.atera.com/\" frameborder=\"0\" tabindex=\"-1\"></iframe> <button class=\"close absolute top-6 right-6 md:top-4 md:right-4 xl2:top-6 xl2:right-6 w-10 h-10 hover:contrast-[1.5] active:contrast-[2]\" tabindex=\"-1\"> <img decoding=\"async\" data-no-lazy=\"1\" src=\"https://www.atera.com/app/themes/atera/dist/images/close-modal.we...",
    "<button class=\"video-popup-open-btn w-full xl:h-full opacity-90\" data-video=\"https://player.vimeo.com/video/907475199?dnt=1&amp;app_id=122963\" data-fullscreen-mobile=\"false\"> <picture> <source srcset=\"https://www.atera.com/app/uploads/2026/03/name_trapp_play_button_without.webp\" media=\"(max-width: 768px)\"> <source srcset=\"https://www.atera.com/app/uploads/2026/03/name_trapp_play_button_without.webp\" media=\"(min-width: 769px)\"> <img decoding=\"async\" src=\"https://www.atera.com/app/uploads/2026/...",
    "<button class=\"video-popup-open-btn w-full xl:h-full opacity-90\" data-video=\"https://player.vimeo.com/video/1040344983?dnt=1&amp;app_id=122963\" data-fullscreen-mobile=\"false\" tabindex=\"-1\"> <picture> <source srcset=\"https://www.atera.com/app/uploads/2026/03/name_leeds_united_play_button_without.webp\" media=\"(max-width: 768px)\"> <source srcset=\"https://www.atera.com/app/uploads/2026/03/name_leeds_united_play_button_without.webp\" media=\"(min-width: 769px)\"> <img decoding=\"async\" src=\"https://ww...",
    "<button class=\"video-popup-open-btn w-full xl:h-full opacity-90\" data-video=\"https://player.vimeo.com/video/1087500845?dnt=1&amp;app_id=122963\" data-fullscreen-mobile=\"false\" tabindex=\"-1\"> <picture> <source srcset=\"https://www.atera.com/app/uploads/2026/03/name_mendocino_play_button_without.webp\" media=\"(max-width: 768px)\"> <source srcset=\"https://www.atera.com/app/uploads/2026/03/name_mendocino_play_button_without.webp\" media=\"(min-width: 769px)\"> <img decoding=\"async\" src=\"https://www.ater...",
    "<div id=\"vimeo-video-popup\"><div class=\"relative bg-black rounded-lg\"> <button id=\"vimeo-close-popup\" class=\"absolute -top-10 right-0 text-white text-2xl cursor-pointer bg-transparent border-none z-50\"> <svg class=\"language-switch-icon cursor-pointer fill-white hover:fill-atera-pink focus:fill-atera-pink outline-none material-icon w-8 h-8\"> <use href=\"https://www.atera.com/app/themes/atera/dist/fonts/icons2.svg#close_small\"/> </svg> </button><div id=\"vimeo-video-container\"></div></div></div>",
    "<button id=\"vimeo-close-popup\" class=\"absolute -top-10 right-0 text-white text-2xl cursor-pointer bg-transparent border-none z-50\"> <svg class=\"language-switch-icon cursor-pointer fill-white hover:fill-atera-pink focus:fill-atera-pink outline-none material-icon w-8 h-8\"> <use href=\"https://www.atera.com/app/themes/atera/dist/fonts/icons2.svg#close_small\"/> </svg> </button>",
    "<button data-target=\"94129\" class=\"btn-ds3 primary hyper-pink large md:min-w-68 w-full wpforms-popup-open-btn md:hidden\"> Request a demo </button>",
    "<div class=\"lead-to-trial hidden\" id=\"lead_to_trial_popup\"><div class=\"lead-to-trial-container relative\"> <button class=\"close-popup-button w-11 h-11 top-4 mt-0 right-5 xsm:right-4 md:right-6 absolute top-0 right-0\"> <svg class=\"cursor-pointer w-11 h-11 hover:fill-atera-pink focus:fill-atera-pink outline-none material-icon\"> <use href=\"https://www.atera.com/app/themes/atera/dist/fonts/icons2.svg#close_small\"/> </svg> </button><div class=\"popup-body\"> <picture> <source media=\"(min-width:768px)...",
    "<button class=\"close-popup-button w-11 h-11 top-4 mt-0 right-5 xsm:right-4 md:right-6 absolute top-0 right-0\"> <svg class=\"cursor-pointer w-11 h-11 hover:fill-atera-pink focus:fill-atera-pink outline-none material-icon\"> <use href=\"https://www.atera.com/app/themes/atera/dist/fonts/icons2.svg#close_small\"/> </svg> </button>",
    "<div class=\"popup-body\"> <picture> <source media=\"(min-width:768px)\" srcset=\"https://www.atera.com/app/themes/atera/dist/images/exit-popups/lead-to-trial-popup-mobile.webp\"> <img src=\"https://www.atera.com/app/themes/atera/dist/images/exit-popups/lead-to-trial-popup-desktop.webp\" alt=\"atera dashboard screenshot\" data-no-lazy=\"1\" loading=\"lazy\"> </picture><div class=\"exit-popup-title\" id=\"ltt_title\">Why wait?</div><p id=\"ltt_subtitle\">Start using Atera now!</p> <a class=\"atera-button\" id=\"ltt_...",
    "<div class=\"exit-popup-title\" id=\"ltt_title\">Why wait?</div>",
    "<script type=\"text/javascript\" id=\"lead-to-trial-popup-js-extra\">/* */ var lead_to_trial = {\"timer\":\"\",\"abandoned\":{\"title\":\"Changed your mind?\",\"subtitle\":\"\\u2028Explore Atera on your own\",\"text\":\"No credit card required\",\"link\":{\"title\":\"Start free trial\",\"url\":\"/signup/?internal_ref=lead-to-trial-popup\",\"target\":\"\"},\"bottom_text\":\"No credit card required\"},\"finished\":{\"title\":\"Why wait?\",\"subtitle\":\"Start using Atera now!\",\"text\":\"No credit card required\",\"link\":{\"title\":\"Start free trial\"...",
    "<script type=\"text/javascript\" defer src=\"https://www.atera.com/app/themes/atera/dist/js/lead-to-trial-popups/index.js?ver=f3d795147c17\" id=\"lead-to-trial-popup-js\"></script>",
    "<div class=\"wpforms-atera wpforms-popup-root-94129\"><div class=\"form-fallback form-fallback-94129\" id=\"form-fallback-94129\" style=\"display: none\"><div class=\"relative popup-form-wrapper form-wrapper-chili-container\"><div class=\"flex h-0 sticky top-0 justify-end z-30 z-[9999]\"> <button class=\"close-form-button w-11 h-11 top-6 xsm:top-2 right-2 inline-block relative xsm:right-4 xsm:right-3\"> <svg class=\"language-switch-icon w-10 h-10 mx-auto cursor-pointer hover:fill-atera-pink focus:fill-atera...",
    "<div class=\"relative popup-form-wrapper form-wrapper-chili-container\"><div class=\"flex h-0 sticky top-0 justify-end z-30 z-[9999]\"> <button class=\"close-form-button w-11 h-11 top-6 xsm:top-2 right-2 inline-block relative xsm:right-4 xsm:right-3\"> <svg class=\"language-switch-icon w-10 h-10 mx-auto cursor-pointer hover:fill-atera-pink focus:fill-atera-pink outline-none material-icon\"> <use href=\"https://www.atera.com/app/themes/atera/dist/fonts/icons2.svg#close_small\"/> </svg> </button></div><d...",
    "<div class=\"form-popup-content\"><div class=\"form-content-wrap\"><div class=\"wpforms-container verifalia-validation one-to-two-technicians chili-piper-integration two-step-form keep-height-after-submission disable-submit-defaults\" id=\"wpforms-94129\"><form id=\"wpforms-form-94129\" class=\"wpforms-validate wpforms-form wpforms-ajax-form lead-to-trial-popup\" data-formid=\"94129\" method=\"post\" enctype=\"multipart/form-data\" action=\"/\" data-token=\"605fd3618ed7811c288395eaf4ba8253\" data-token-time=\"17810...",
    "<form id=\"wpforms-form-94129\" class=\"wpforms-validate wpforms-form wpforms-ajax-form lead-to-trial-popup\" data-formid=\"94129\" method=\"post\" enctype=\"multipart/form-data\" action=\"/\" data-token=\"605fd3618ed7811c288395eaf4ba8253\" data-token-time=\"1781055397\" novalidate=\"novalidate\"><noscript class=\"wpforms-error-noscript\">Please enable JavaScript in your browser to complete this form.</noscript><div class=\"wpforms-field-container\"><div class=\"wpforms-page wpforms-page-1 \" data-page=\"1\"><div id=\"...",
    "<h3 class=\"form-popup__form-title\">Discover Atera in action</h3>",
    "<div id=\"iti-0__dropdown-content\" class=\"iti__dropdown-content iti__hide iti--flexible-dropdown-width\" role=\"dialog\" aria-modal=\"true\"><ul class=\"iti__country-list\" id=\"iti-0__country-listbox\" role=\"listbox\" aria-label=\"List of countries\"><li id=\"iti-0__item-us\" class=\"iti__country iti__highlight\" tabindex=\"-1\" role=\"option\" aria-selected=\"false\" data-dial-code=\"1\" data-country-code=\"us\"><div class=\"iti__flag iti__us\"></div><span class=\"iti__country-name\">United States</span><span class=\"iti_...",
    "<div class=\"wpforms-atera wpforms-popup-root-137684\"><div class=\"form-fallback form-fallback-137684\" id=\"form-fallback-137684\" style=\"display: none\"><div class=\"relative popup-form-wrapper form-wrapper-chili-container\"><div class=\"flex h-0 sticky top-0 justify-end z-30 z-[9999]\"> <button class=\"close-form-button w-11 h-11 top-6 xsm:top-2 right-2 inline-block relative xsm:right-4 xsm:right-3\"> <svg class=\"language-switch-icon w-10 h-10 mx-auto cursor-pointer hover:fill-atera-pink focus:fill-at...",
    "<div class=\"relative popup-form-wrapper form-wrapper-chili-container\"><div class=\"flex h-0 sticky top-0 justify-end z-30 z-[9999]\"> <button class=\"close-form-button w-11 h-11 top-6 xsm:top-2 right-2 inline-block relative xsm:right-4 xsm:right-3\"> <svg class=\"language-switch-icon w-10 h-10 mx-auto cursor-pointer hover:fill-atera-pink focus:fill-atera-pink outline-none material-icon\"> <use href=\"https://www.atera.com/app/themes/atera/dist/fonts/icons2.svg#close_small\"/> </svg> </button></div><d...",
    "<div class=\"form-popup-content\"><div class=\"form-content-wrap\"><div class=\"wpforms-container verifalia-validation one-to-two-technicians chili-piper-integration autopilot-form two-step-form keep-height-after-submission disable-submit-defaults\" id=\"wpforms-137684\"><form id=\"wpforms-form-137684\" class=\"wpforms-validate wpforms-form wpforms-ajax-form\" data-formid=\"137684\" method=\"post\" enctype=\"multipart/form-data\" action=\"/\" data-token=\"1cdfb738ef85f894fb5b4e392c98e104\" data-token-time=\"1781055...",
    "<h3 class=\"form-popup__form-title\">Discover Robin by Atera</h3>",
    "<div id=\"iti-1__dropdown-content\" class=\"iti__dropdown-content iti__hide iti--flexible-dropdown-width\" role=\"dialog\" aria-modal=\"true\"><ul class=\"iti__country-list\" id=\"iti-1__country-listbox\" role=\"listbox\" aria-label=\"List of countries\"><li id=\"iti-1__item-us\" class=\"iti__country iti__highlight\" tabindex=\"-1\" role=\"option\" aria-selected=\"false\" data-dial-code=\"1\" data-country-code=\"us\"><div class=\"iti__flag iti__us\"></div><span class=\"iti__country-name\">United States</span><span class=\"iti_..."
  ],
  "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

44 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": 44,
  "passing": 0,
  "failing": [
    {
      "heading": "Your IT essentials suite",
      "headingHtml": "<h2 class=\"mb-2 text-dark font-semibold text-h3 xl2:text-[42px] text-center\">Your IT essentials suite</h2>",
      "firstParagraph": "All-in-one RMM, Ticketing and IT management platform. Now with AI.",
      "paragraphHtml": "<p class=\"text-center text-[#6C6C6C] text-sm md:text-base leading-1.4\">All-in-one RMM, Ticketing and IT management platform. <br> Now with AI.</p>",
      "words": 10,
      "direct": false,
      "issue": "First paragraph is 10 words and does not look like a concise direct answer."
    },
    {
      "heading": "Robin by Atera",
      "headingHtml": "<h2 class=\"mb-2 text-dark font-semibold text-h3 xl2:text-[42px] text-center\"><span>Robin</span><img data-lazyloaded=\"1\" src=\"data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7\" decoding=\"async\" data-src=\"https://www.atera.com/app/themes/atera/dist/images/stars-gradient.svg\" alt=\"stars\"><noscript><img decoding=\"async\" src=\"https://www.atera.com/app/themes/atera/dist/images/stars-gradient.svg\" alt=\"stars\"></noscript><br class=\"break\"> by Atera</h2>",
      "firstParagraph": "A patented AI agent that fixes device and cloud issues, autonomously. For every employee.",
      "paragraphHtml": "<p class=\"text-center text-[#6C6C6C] text-sm md:text-base leading-1.4\">A patented AI agent that fixes device and cloud issues, autonomously. For every employee.</p>",
      "words": 14,
      "direct": false,
      "issue": "First paragraph is 14 words and does not look like a concise direct answer."
    },
    {
      "heading": "Robin fixes IT problems so work doesn’t wait",
      "headingHtml": "<h2 class=\"font-semibold text-dark leading-none text-[40px] md:text-5xl xl2:text-7xl mb-4\"><span>Robin<img data-lazyloaded=\"1\" src=\"data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7\" decoding=\"async\" data-src=\"https://www.atera.com/app/themes/atera/dist/images/stars-gradient.svg\" alt=\"stars\"><noscript><img decoding=\"async\" src=\"https://www.atera.com/app/themes/atera/dist/images/stars-gradient.svg\" alt=\"stars\"></noscript> fixes<br class=\"hidden xl2:block\"> IT probl...",
      "firstParagraph": "Robin delivers personalized, enterprise-grade IT support to every employee, autonomously solving device and cloud issues end to end. No interruption. No waiting. No added headcount.",
      "paragraphHtml": "<p>Robin delivers personalized, enterprise-grade IT support to every employee, autonomously solving device and cloud issues end to end. No interruption. No waiting. No added headcount.</p>",
      "words": 25,
      "direct": false,
      "issue": "First paragraph is 25 words and does not look like a concise direct answer."
    },
    {
      "heading": "Robin takes it from hello to fixed",
      "headingHtml": "<h2 class=\"capabilities-slider__title\">Robin takes it from hello to fixed</h2>",
      "firstParagraph": "Go beyond automation. Robin takes ownership of the request, investigating, deciding, executing approved actions, confirming the fix, and closing the loop.",
      "paragraphHtml": "<p class=\"capabilities-slider__subtitle\">Go beyond automation. Robin takes ownership of the request, investigating, deciding, executing approved actions, confirming the fix, and closing the loop.</p>",
      "words": 21,
      "direct": false,
      "issue": "First paragraph is 21 words and does not look like a concise direct answer."
    },
    {
      "heading": "Robin outperforms. Others call escalation results.",
      "headingHtml": "<h3 class=\"auto-slider__title text-deep-gray\"> Robin outperforms. Others call escalation results.</h3>",
      "firstParagraph": "Robin goes beyond chat and automation, solving technical issues autonomously across devices and the cloud, end to end. Where others deflect, Robin executes and gets real outcomes.",
      "paragraphHtml": "<p class=\"auto-slider__description text-deep-gray mb-4 leading-1.4\"> Robin goes beyond chat and automation, solving technical issues autonomously across devices and the cloud, end to end. Where others deflect, Robin executes and gets real outcomes.</p>",
      "words": 27,
      "direct": false,
      "issue": "First paragraph is 27 words and does not look like a concise direct answer."
    },
    {
      "heading": "Yes, Robin takes action right on devices",
      "headingHtml": "<h3>Yes, Robin takes action<br class=\"hidden md:block\"> right on devices</h3>",
      "firstParagraph": "Robin diagnoses and fixes issues directly on endpoints, keeping support scalable with enterprise controls.",
      "paragraphHtml": "<p>Robin diagnoses and fixes issues directly on endpoints, keeping support scalable with enterprise controls.</p>",
      "words": 14,
      "direct": false,
      "issue": "First paragraph is 14 words and does not look like a concise direct answer."
    },
    {
      "heading": "Seamless resolution across the cloud",
      "headingHtml": "<h3>Seamless resolution<br class=\"hidden md:block\"> across the cloud</h3>",
      "firstParagraph": "From password reset to control sharing, Robin performs approved cloud actions end-to-end with governance and audit trails.",
      "paragraphHtml": "<p>From password reset to control sharing, Robin performs approved cloud actions end-to-end with governance and audit trails.</p>",
      "words": 17,
      "direct": false,
      "issue": "First paragraph is 17 words and does not look like a concise direct answer."
    },
    {
      "heading": "Robin works with your ITSM",
      "headingHtml": "<h3 class=\"text-dark font-medium mt-2\">Robin works with your ITSM</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Robin learns and adapts",
      "headingHtml": "<h3 class=\"text-dark font-medium mt-2\">Robin learns<br> and adapts</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "The full-stack IT platform to keep IT up and running",
      "headingHtml": "<h2> The full-stack IT platform to keep IT up and running</h2>",
      "firstParagraph": "Run your IT seamlessly with full control with built-in ticketing, RMM, service desk, patching, and AI agents.",
      "paragraphHtml": "<p class=\"sm:w-4/6 md:w-full text-lg opacity-80 text-dark leading-1.6 mb-0 xl2:text-xl xl2:leading-1.4\"> Run your IT seamlessly with full control with built-in ticketing, RMM, service desk, patching, and AI agents.</p>",
      "words": 17,
      "direct": false,
      "issue": "First paragraph is 17 words and does not look like a concise direct answer."
    },
    {
      "heading": "Full endpoint visibility and control",
      "headingHtml": "<h3 class=\"text-dark font-medium mt-2\">Full endpoint visibility <br> and control</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Ticketing that transforms IT support",
      "headingHtml": "<h3 class=\"text-dark font-medium mt-2\">Ticketing that transforms <br> IT support</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Empower your technicians",
      "headingHtml": "<h3 class=\"text-dark font-medium mt-2\">Empower your technicians</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Boost automation. Streamline workflows",
      "headingHtml": "<h3 class=\"text-dark font-medium mt-2\">Boost automation. <br> Streamline workflows</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Secure your IT with smart patching",
      "headingHtml": "<h3 class=\"text-dark font-medium mt-2\">Secure your IT with <br> smart patching</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "All your assets in one powerful hub",
      "headingHtml": "<h3 class=\"text-dark font-medium mt-2\">All your assets in one powerful hub</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Achieve next-level reporting",
      "headingHtml": "<h3 class=\"text-dark font-medium mt-2\">Achieve next-level reporting</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Find all your tools in one place",
      "headingHtml": "<h3 class=\"text-dark font-medium mt-2\">Find all your tools in one place</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Enterprise security you can trust",
      "headingHtml": "<h3 class=\"text-dark font-medium mt-2\">Enterprise security you can trust</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Scan and manage your network",
      "headingHtml": "<h3 class=\"text-dark font-medium mt-2\">Scan and manage <br> your network</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Access flexible contracts and billing",
      "headingHtml": "<h3 class=\"text-dark font-medium mt-2\">Access flexible contracts and billing</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Full endpoint visibility and control",
      "headingHtml": "<h3 class=\"text-dark font-medium mt-2\">Full endpoint visibility <br> and control</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Ticketing that transforms IT support",
      "headingHtml": "<h3 class=\"text-dark font-medium mt-2\">Ticketing that transforms <br> IT support</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Empower your technicians",
      "headingHtml": "<h3 class=\"text-dark font-medium mt-2\">Empower your technicians</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Boost automation. Streamline workflows",
      "headingHtml": "<h3 class=\"text-dark font-medium mt-2\">Boost automation. <br> Streamline workflows</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Secure your IT with smart patching",
      "headingHtml": "<h3 class=\"text-dark font-medium mt-2\">Secure your IT with <br> smart patching</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "All your assets in one powerful hub",
      "headingHtml": "<h3 class=\"text-dark font-medium mt-2\">All your assets in one powerful hub</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Achieve next-level reporting",
      "headingHtml": "<h3 class=\"text-dark font-medium mt-2\">Achieve next-level reporting</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Find all your tools in one place",
      "headingHtml": "<h3 class=\"text-dark font-medium mt-2\">Find all your tools in one place</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Enterprise security you can trust",
      "headingHtml": "<h3 class=\"text-dark font-medium mt-2\">Enterprise security you can trust</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Scan and manage your network",
      "headingHtml": "<h3 class=\"text-dark font-medium mt-2\">Scan and manage <br> your network</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Access flexible contracts and billing",
      "headingHtml": "<h3 class=\"text-dark font-medium mt-2\">Access flexible contracts and billing</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "What global IT teams are saying",
      "headingHtml": "<h2 class=\"text-dark text-4xl leading-[100%] md:text-[44px] 2xl:text-[56px] 2xl:text-balance mb-4 text-left \">What global IT teams are saying</h2>",
      "firstParagraph": "See how companies are leveraging Atera to enhance their services and boost productivity.",
      "paragraphHtml": "<p class=\"text-dark opacity-80 leading-1.4 max-w-[820px] 2xl:text-[20px] text-lg font-normal base-[140%] mb-0 text-left \">See how companies are leveraging Atera to enhance their services and boost productivity.</p>",
      "words": 13,
      "direct": false,
      "issue": "First paragraph is 13 words and does not look like a concise direct answer."
    },
    {
      "heading": "Industry recognized. User recommended.",
      "headingHtml": "<h2 class=\"text-4xl md:text-[44px] 2xl:text-[56px] font-semibold text-dark\">Industry recognized. <br class=\"md:hidden\">User recommended.</h2>",
      "firstParagraph": "Atera’s got your back, when it comes to keeping your IT up and running. And the feedback shows it.",
      "paragraphHtml": "<p class=\"text-dark 2xl:text-[20px] leading-1.4 text-lg mb-0 opacity-80 max-w-[820px]\">Atera&#x2019;s got your back, when it comes to keeping your IT up and running. And the feedback shows it.</p>",
      "words": 20,
      "direct": false,
      "issue": "First paragraph is 20 words and does not look like a concise direct answer."
    },
    {
      "heading": "Atera named a Visionary in Gartner® Magic Quadrant™",
      "headingHtml": "<h3 class=\"leading-[140%] font-normal text-lg text-dark\"> Atera named a Visionary in Gartner&#xae; Magic Quadrant&#x2122;</h3>",
      "firstParagraph": "Learn more",
      "paragraphHtml": "<p class=\"underline underline-offset-2 text-[#787878] text-base font-medium leading-none mb-0\"> Learn more </p>",
      "words": 2,
      "direct": false,
      "issue": "First paragraph is 2 words and does not look like a concise direct answer."
    },
    {
      "heading": "Atera named to CRN 2026 AI 100",
      "headingHtml": "<h3 class=\"leading-[140%] font-normal text-lg text-dark\"> Atera named to CRN 2026 AI 100</h3>",
      "firstParagraph": "Learn more",
      "paragraphHtml": "<p class=\"underline underline-offset-2 text-[#787878] text-base font-medium leading-none mb-0\"> Learn more </p>",
      "words": 2,
      "direct": false,
      "issue": "First paragraph is 2 words and does not look like a concise direct answer."
    },
    {
      "heading": "Atera is a G2 Market Leader in AIOps and Platforms",
      "headingHtml": "<h3 class=\"leading-[140%] font-normal text-lg text-dark\"> Atera is a G2 Market Leader in AIOps and Platforms</h3>",
      "firstParagraph": "Learn more",
      "paragraphHtml": "<p class=\"underline underline-offset-2 text-[#787878] text-base font-medium leading-none mb-0\"> Learn more </p>",
      "words": 2,
      "direct": false,
      "issue": "First paragraph is 2 words and does not look like a concise direct answer."
    },
    {
      "heading": "Atera named to Capterra’s 2025 Shortlist for Artificial Intelligence",
      "headingHtml": "<h3 class=\"leading-[140%] font-normal text-lg text-dark\"> Atera named to Capterra&#x2019;s 2025 Shortlist for Artificial Intelligence</h3>",
      "firstParagraph": "Learn more",
      "paragraphHtml": "<p class=\"underline underline-offset-2 text-[#787878] text-base font-medium leading-none mb-0\"> Learn more </p>",
      "words": 2,
      "direct": false,
      "issue": "First paragraph is 2 words and does not look like a concise direct answer."
    },
    {
      "heading": "Your go-to for secure, connected work",
      "headingHtml": "<h3 class=\"wp-block-heading text-4xl md:text-[44px] 2xl:text-[56px] font-gellix font-semibold text-dark px-4 md:px-0\" data-nav-target=\"heading-1\">Your go-to for secure, connected work</h3>",
      "firstParagraph": "Atera’s certified for security and connected to all the tools you already use to ensure your work stays safe and smooth.",
      "paragraphHtml": "<p class=\"text-dark 2xl:text-[20px] text-lg mb-0 font-inter opacity-80 px-4 md:px-0\">Atera&#x2019;s certified for security and connected to all the tools you already use to ensure your work stays safe and smooth.</p>",
      "words": 22,
      "direct": false,
      "issue": "First paragraph is 22 words and does not look like a concise direct answer."
    },
    {
      "heading": "Your trust, our commitment",
      "headingHtml": "<h3 class=\"text-dark font-medium mt-2\">Your trust, our commitment</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Your toolbox, at your fingertips",
      "headingHtml": "<h3 class=\"text-dark font-medium mt-2\">Your toolbox,&#x2028;<br> at your fingertips</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Take the leap towards Autonomous IT",
      "headingHtml": "<h2> Take the leap towards Autonomous IT</h2>",
      "firstParagraph": "Deploy your first agent in minutes. Experience the exponential impact yourself!",
      "paragraphHtml": "<p class=\"sm:w-4/6 md:w-full text-lg opacity-80 text-dark leading-1.6 mb-0 xl2:text-xl xl2:leading-1.4\"> Deploy your first agent in minutes. Experience the exponential&#xa0;impact yourself!</p>",
      "words": 11,
      "direct": false,
      "issue": "First paragraph is 11 words and does not look like a concise direct answer."
    },
    {
      "heading": "Discover Atera in action",
      "headingHtml": "<h3 class=\"form-popup__form-title\">Discover Atera in action</h3>",
      "firstParagraph": "By submitting this form I approve that Atera may contact me by phone or email and that I’ve read the Privacy policy",
      "paragraphHtml": "<p> By submitting this form I approve that Atera may contact me by phone or email and that I&#x2019;ve read the <a href=\"/privacy/\">Privacy policy</a></p>",
      "words": 23,
      "direct": false,
      "issue": "First paragraph is 23 words and does not look like a concise direct answer."
    },
    {
      "heading": "Discover Robin by Atera",
      "headingHtml": "<h3 class=\"form-popup__form-title\">Discover Robin by Atera</h3>",
      "firstParagraph": "By submitting this form I approve that Atera may contact me by phone or email and that I’ve read the Privacy policy",
      "paragraphHtml": "<p> By submitting this form I approve that Atera may contact me by phone or email and that I&#x2019;ve read the <a href=\"/privacy/\">Privacy policy</a></p>",
      "words": 23,
      "direct": false,
      "issue": "First paragraph is 23 words and does not look like a concise direct answer."
    }
  ],
  "score": 65,
  "weight": 8
}

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: how, cost, compare.

Details

02

Why it matters

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

Check name

AEO: Answer intent coverage

Score

70/100

Status

warning

Category

GEO, AIO & AEO

Maturity

Emerging recommendation

Goal

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

Result

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

Evidence
{
  "headings": [
    {
      "text": "Your IT essentials suite",
      "html": "<h2 class=\"mb-2 text-dark font-semibold text-h3 xl2:text-[42px] text-center\">Your IT essentials suite</h2>"
    },
    {
      "text": "Robin by Atera",
      "html": "<h2 class=\"mb-2 text-dark font-semibold text-h3 xl2:text-[42px] text-center\"><span>Robin</span><img data-lazyloaded=\"1\" src=\"data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7\" decoding=\"async\" data-src=\"https://www.atera.com/app/themes/atera/dist/images/stars-gradient.svg\" alt=\"stars\"><noscript><img decoding=\"async\" src=\"https://www.atera.com/app/themes/atera/dist/images/stars-gradient.svg\" alt=\"stars\"></noscript><br class=\"break\"> by Atera</h2>"
    },
    {
      "text": "Robin fixes IT problems so work doesn’t wait",
      "html": "<h2 class=\"font-semibold text-dark leading-none text-[40px] md:text-5xl xl2:text-7xl mb-4\"><span>Robin<img data-lazyloaded=\"1\" src=\"data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7\" decoding=\"async\" data-src=\"https://www.atera.com/app/themes/atera/dist/images/stars-gradient.svg\" alt=\"stars\"><noscript><img decoding=\"async\" src=\"https://www.atera.com/app/themes/atera/dist/images/stars-gradient.svg\" alt=\"stars\"></noscript> fixes<br class=\"hidden xl2:block\"> IT probl..."
    },
    {
      "text": "Robin takes it from hello to fixed",
      "html": "<h2 class=\"capabilities-slider__title\">Robin takes it from hello to fixed</h2>"
    },
    {
      "text": "The full-stack IT platform to keep IT up and running",
      "html": "<h2> The full-stack IT platform to keep IT up and running</h2>"
    },
    {
      "text": "What global IT teams are saying",
      "html": "<h2 class=\"text-dark text-4xl leading-[100%] md:text-[44px] 2xl:text-[56px] 2xl:text-balance mb-4 text-left \">What global IT teams are saying</h2>"
    },
    {
      "text": "Industry recognized. User recommended.",
      "html": "<h2 class=\"text-4xl md:text-[44px] 2xl:text-[56px] font-semibold text-dark\">Industry recognized. <br class=\"md:hidden\">User recommended.</h2>"
    },
    {
      "text": "Take the leap towards Autonomous IT",
      "html": "<h2> Take the leap towards Autonomous IT</h2>"
    }
  ],
  "expected": [
    {
      "id": "what",
      "label": "What is Atera Full-Stack IT Management & Autonomous E...?",
      "pattern": {}
    },
    {
      "id": "how",
      "label": "How does Atera Full-Stack IT Management & Autonomous E... work?",
      "pattern": {}
    },
    {
      "id": "benefits",
      "label": "Why use Atera Full-Stack IT Management & Autonomous E...?",
      "pattern": {}
    },
    {
      "id": "cost",
      "label": "Is Atera Full-Stack IT Management & Autonomous E... free or paid?",
      "pattern": {}
    },
    {
      "id": "compare",
      "label": "How does Atera Full-Stack IT Management & Autonomous E... compare with alternatives?",
      "pattern": {}
    }
  ],
  "missing": [
    {
      "id": "how",
      "label": "How does Atera Full-Stack IT Management & Autonomous E... work?",
      "pattern": {}
    },
    {
      "id": "cost",
      "label": "Is Atera Full-Stack IT Management & Autonomous E... free or paid?",
      "pattern": {}
    },
    {
      "id": "compare",
      "label": "How does Atera Full-Stack IT Management & Autonomous E... compare with alternatives?",
      "pattern": {}
    }
  ],
  "score": 70,
  "weight": 8
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

AIO: Visible structured data match

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

1 Warning

Needs attention

AIO: Visible structured data match

Warning
01

Issue

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

Details

02

Why it matters

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

Check name

AIO: Visible structured data match

Score

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

Evidence
{
  "schemaCount": 6,
  "checkedFields": [
    {
      "path": "$[0].name",
      "value": "Atera Networks"
    },
    {
      "path": "$[0].alternateName",
      "value": "Atera"
    },
    {
      "path": "$[0].description",
      "value": "Atera is the all-in-one IT management platform that combines RMM, Helpdesk, and ticketing with AI to boost organizational efficiency at scale."
    },
    {
      "path": "$[0].founder[0].name",
      "value": "Gil Pekelman"
    },
    {
      "path": "$[0].founder[1].name",
      "value": "Oshri Moyal"
    },
    {
      "path": "$[0].brand.name",
      "value": "Atera"
    },
    {
      "path": "$[1].@graph[0].name",
      "value": "Atera Full-Stack IT Management & Autonomous Enterprise Platform"
    },
    {
      "path": "$[1].@graph[0].description",
      "value": "From full-stack IT management to autonomous enterprise IT, Atera empowers teams with built-in AI agents, RMM, and automation to supercharge growth."
    },
    {
      "path": "$[1].@graph[1].itemListElement[0].name",
      "value": "Home"
    },
    {
      "path": "$[1].@graph[2].name",
      "value": "Atera"
    },
    {
      "path": "$[1].@graph[3].name",
      "value": "Atera"
    },
    {
      "path": "$[1].@graph[3].alternateName",
      "value": "Atera"
    },
    {
      "path": "$[2].name",
      "value": "Atera Full-Stack IT Management & Autonomous Enterprise Platform"
    },
    {
      "path": "$[2].description",
      "value": "From full-stack IT management to autonomous enterprise IT, Atera empowers teams with built-in AI agents, RMM, and automation to supercharge growth."
    },
    {
      "path": "$[3].itemListElement[0].name",
      "value": "Home"
    },
    {
      "path": "$[4].name",
      "value": "Atera"
    },
    {
      "path": "$[5].name",
      "value": "Atera"
    },
    {
      "path": "$[5].alternateName",
      "value": "Atera"
    }
  ],
  "mismatches": [
    {
      "path": "$[0].founder[0].name",
      "value": "Gil Pekelman"
    },
    {
      "path": "$[0].founder[1].name",
      "value": "Oshri Moyal"
    }
  ],
  "score": 89,
  "weight": 18
}

Agent Ease of UseAPIEmerging recommendation

AI context endpoint

AI context endpoint is informational for this page.

Informational

Needs attention

AI context endpoint

Informational
01

Issue

AI context endpoint is informational for this page.

02

Why it matters

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

Check name

AI context endpoint

Score

100/100

Status

informational

Category

API

Maturity

Emerging recommendation

Goal

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

Result

AI context endpoint is informational for this page.

Validation steps

  1. Fetch to find resource

    AI context endpoint was not found at the expected path.

Evidence
{
  "steps": [
    {
      "id": "fetch",
      "title": "Fetch to find resource",
      "status": "informational",
      "evidence": {
        "checked": [
          {
            "path": "/api/ai/context",
            "statusCode": 403,
            "contentType": "text/html; charset=UTF-8",
            "length": 5469
          },
          {
            "path": "/api/context",
            "statusCode": 403,
            "contentType": "text/html; charset=UTF-8",
            "length": 5469
          },
          {
            "path": "/context",
            "statusCode": 403,
            "contentType": "text/html; charset=UTF-8",
            "length": 5469
          }
        ]
      },
      "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: how, cost, compare.

Details

02

Why it matters

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

Check name

AIO: Query intent coverage

Score

70/100

Status

informational

Category

GEO, AIO & AEO

Maturity

Emerging recommendation

Goal

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

Result

AIO: Query intent coverage is informational for this page.

Evidence
{
  "headings": [
    {
      "text": "Your IT essentials suite",
      "html": "<h2 class=\"mb-2 text-dark font-semibold text-h3 xl2:text-[42px] text-center\">Your IT essentials suite</h2>"
    },
    {
      "text": "Robin by Atera",
      "html": "<h2 class=\"mb-2 text-dark font-semibold text-h3 xl2:text-[42px] text-center\"><span>Robin</span><img data-lazyloaded=\"1\" src=\"data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7\" decoding=\"async\" data-src=\"https://www.atera.com/app/themes/atera/dist/images/stars-gradient.svg\" alt=\"stars\"><noscript><img decoding=\"async\" src=\"https://www.atera.com/app/themes/atera/dist/images/stars-gradient.svg\" alt=\"stars\"></noscript><br class=\"break\"> by Atera</h2>"
    },
    {
      "text": "Robin fixes IT problems so work doesn’t wait",
      "html": "<h2 class=\"font-semibold text-dark leading-none text-[40px] md:text-5xl xl2:text-7xl mb-4\"><span>Robin<img data-lazyloaded=\"1\" src=\"data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7\" decoding=\"async\" data-src=\"https://www.atera.com/app/themes/atera/dist/images/stars-gradient.svg\" alt=\"stars\"><noscript><img decoding=\"async\" src=\"https://www.atera.com/app/themes/atera/dist/images/stars-gradient.svg\" alt=\"stars\"></noscript> fixes<br class=\"hidden xl2:block\"> IT probl..."
    },
    {
      "text": "Robin takes it from hello to fixed",
      "html": "<h2 class=\"capabilities-slider__title\">Robin takes it from hello to fixed</h2>"
    },
    {
      "text": "The full-stack IT platform to keep IT up and running",
      "html": "<h2> The full-stack IT platform to keep IT up and running</h2>"
    },
    {
      "text": "What global IT teams are saying",
      "html": "<h2 class=\"text-dark text-4xl leading-[100%] md:text-[44px] 2xl:text-[56px] 2xl:text-balance mb-4 text-left \">What global IT teams are saying</h2>"
    },
    {
      "text": "Industry recognized. User recommended.",
      "html": "<h2 class=\"text-4xl md:text-[44px] 2xl:text-[56px] font-semibold text-dark\">Industry recognized. <br class=\"md:hidden\">User recommended.</h2>"
    },
    {
      "text": "Take the leap towards Autonomous IT",
      "html": "<h2> Take the leap towards Autonomous IT</h2>"
    }
  ],
  "expected": [
    {
      "id": "what",
      "label": "What is Atera Full-Stack IT Management & Autonomous E...?",
      "pattern": {}
    },
    {
      "id": "how",
      "label": "How does Atera Full-Stack IT Management & Autonomous E... work?",
      "pattern": {}
    },
    {
      "id": "benefits",
      "label": "Why use Atera Full-Stack IT Management & Autonomous E...?",
      "pattern": {}
    },
    {
      "id": "cost",
      "label": "Is Atera Full-Stack IT Management & Autonomous E... free or paid?",
      "pattern": {}
    },
    {
      "id": "compare",
      "label": "How does Atera Full-Stack IT Management & Autonomous E... compare with alternatives?",
      "pattern": {}
    }
  ],
  "missing": [
    {
      "id": "how",
      "label": "How does Atera Full-Stack IT Management & Autonomous E... work?",
      "pattern": {}
    },
    {
      "id": "cost",
      "label": "Is Atera Full-Stack IT Management & Autonomous E... free or paid?",
      "pattern": {}
    },
    {
      "id": "compare",
      "label": "How does Atera Full-Stack IT Management & Autonomous E... 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": 5469,
        "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": 4900,
          "hasRegisterInstructions": false,
          "hasProtectedResourceLink": false,
          "hasAuthorizationServerLink": false,
          "mentionsIdentity": false,
          "mentionsCredential": false,
          "links": [
            "/title",
            "/html;",
            "/cdn-cgi/styles/cf.errors.css",
            "/cdn-cgi/styles/cf.errors.ie.css",
            "/style",
            "/script",
            "/head",
            "/div",
            "/h1",
            "/span"
          ],
          "rawExcerpt": "<!DOCTYPE html>\n<!--[if lt IE 7]> <html class=\"no-js ie6 oldie\" lang=\"en-US\"> <![endif]-->\n<!--[if IE 7]>    <html class=\"no-js ie7 oldie\" lang=\"en-US\"> <![endif]-->\n<!--[if IE 8]>    <html class=\"no-js ie8 oldie\" lang=\"en-US\"> <![endif]-->\n<!--[if gt IE 8]><!--> <html class=\"no-js\" lang=\"en-US\"> <!--<![endif]-->\n<head>\n<title>Attention Required! | Cloudflare</title>\n<meta charset=\"UTF-8\" />\n<meta http-equiv=\"Content-Type\" content=\"text/html; charset=UTF-8\" />\n<meta http-equiv=\"X-UA-Compatible\" content=\"IE=Edge\" />\n<meta name=\"robots\" content=\"noindex, nofollow\" />\n<meta name=\"viewport\" content=\"width=device-width,initial-scale=1\" />\n<link rel=\"stylesheet\" id=\"cf_styles-css\" href=\"/cdn-cgi/styles/cf.errors.css\" />\n<!--[if lt IE 9]><link rel=\"stylesheet\" id='cf_styles-ie-css' href=\"/cdn-cgi"
        }
      },
      "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": 403,
        "contentType": "text/html; charset=UTF-8",
        "length": 4550,
        "text": "<!DOCTYPE html>\n<!--[if lt IE 7]> <html class=\"no-js ie6 oldie\" lang=\"en-US\"> <![endif]-->\n<!--[if IE 7]>    <html class=\"no-js ie7 oldie\" lang=\"en-US\"> <![endif]-->\n<!--[if IE 8]>    <html class=\"no-js ie8 oldie\" lang=\"en-US\"> <![endif]-->\n<!--[if gt IE 8]><!--> <html class=\"no-js\" lang=\"en-US\"> <!--<![endif]-->\n<head>\n<title>Attention Required! | Cloudflare</title>\n<meta charset=\"UTF-8\" />\n<meta http-equiv=\"Content-Type\" content=\"text/html; charset=UTF-8\" />\n<meta http-equiv=\"X-UA-Compatible\" content=\"IE=Edge\" />\n<meta name=\"robots\" content=\"noindex, nofollow\" />\n<meta name=\"viewport\" content=\"width=device-width,initial-scale=1\" />\n<link rel=\"stylesheet\" id=\"cf_styles-css\" href=\"/cdn-cgi/styles/cf.errors.css\" />\n<!--[if lt IE 9]><link rel=\"stylesheet\" id='cf_styles-ie-css' href=\"/cdn-cgi/styles/cf.errors.ie.css\" /><![endif]-->\n<style>body{margin:0;padding:0}</style>\n\n\n<!--[if gte IE 10]><!-->\n<script>\n  if (!navigator.cookieEnabled) {\n    window.addEventListener('DOMContentLoaded', function () {\n      var cookieEl = document.getElementById('cookie-alert');\n      cookieEl.style.display = 'block';\n    })\n  }\n</script>\n<!--<![endif]-->\n\n</head>\n<body>\n  <div id=\"cf-wrapper\">\n    <div class=\"cf-alert cf-alert-error cf-cookie-error\" id=\"cookie-alert\" data-translate=\"enable_cookies\">Please enable cookies.</div>\n    <div id=\"cf-error-details\" class=\"cf-error-details-wrapper\">\n      <div class=\"cf-wrapper cf-header cf-error-overview\">\n        <h1 data-translate=\"block_headline\">Sorry, you have been blocked</h1>\n        <h2 class=\"cf-subheadline\"><span data-translate=\"unable_to_access\">You are unable to access</span> www.atera.com</h2>\n      </div><!-- /.header -->\n\n      <div class=\"cf-section cf-highlight\">\n        <div class=\"cf-wrapper\">\n          <div class=\"cf-screenshot-container cf-screenshot-full\">\n            \n              <span class=\"cf-no-screenshot error\"></span>\n            \n          </div>\n        </div>\n      </div><!-- /.captcha-container -->\n\n      <div class=\"cf-section cf-wrapper\">\n        <div class=\"cf-columns two\">\n          <div class=\"cf-column\">\n            <h2 data-translate=\"blocked_why_headline\">Why have I been blocked?</h2>\n\n            <p data-translate=\"blocked_why_detail\">This website is using a security service to protect itself from online attacks. The action you just performed triggered the security solution. There are several actions that could trigger this block including submitting a certain word or phrase, a SQL command or malformed data.</p>\n          </div>\n\n          <div class=\"cf-column\">\n            <h2 data-translate=\"blocked_resolve_headline\">What can I do to resolve this?</h2>\n\n            <p data-translate=\"blocked_resolve_detail\">You can email the site owner to let them know you were blocked. Please include what you were doing when this page came up and the Cloudflare Ray ID found at the bottom of this page.</p>\n          </div>\n        </div>\n      </div><!-- /.section -->\n\n      <div class=\"cf-error-footer cf-wrapper w-240 lg:w-full py-10 sm:py-4 sm:px-8 mx-auto text-center sm:text-left border-solid border-0 border-t border-gray-300\">\n    <p class=\"text-13\">\n      <span class=\"cf-footer-item sm:block sm:mb-1\">Cloudflare Ray ID: <strong class=\"font-semibold\">a09542b18e08c1f7</strong></span>\n      <span class=\"cf-footer-separator sm:hidden\">&bull;</span>\n      <span id=\"cf-footer-item-ip\" class=\"cf-footer-item hidden sm:block sm:mb-1\">\n        Your IP:\n        <button type=\"button\" id=\"cf-footer-ip-reveal\" class=\"cf-footer-ip-reveal-btn\">Click to reveal</button>\n        <span class=\"hidden\" id=\"cf-footer-ip\">206.189.131.254</span>\n        <span class=\"cf-footer-separator sm:hidden\">&bull;</span>\n      </span>\n      <span class=\"cf-footer-item sm:block sm:mb-1\"><span>Performance &amp; security by</span> <a rel=\"noopener noreferrer\" href=\"https://www.cloudflare.com/5xx-error-landing\" id=\"brand_link\" target=\"_blank\">Cloudflare</a></span>\n      \n    </p>\n    <script>(function(){functi"
      },
      "issue": "The OAuth Protected Resource metadata endpoint did not return HTTP 2xx.",
      "howToFix": "Publish /.well-known/oauth-protected-resource with resource and authorization_servers fields."
    },
    {
      "id": "agent-auth-block",
      "title": "Validate agent_auth authorization metadata",
      "status": "fail",
      "evidence": {
        "valid": false,
        "issue": "OAuth authorization server metadata could not be fetched.",
        "fetch": {
          "ok": false,
          "statusCode": 403,
          "contentType": "text/html; charset=UTF-8",
          "length": 4550,
          "text": "<!DOCTYPE html>\n<!--[if lt IE 7]> <html class=\"no-js ie6 oldie\" lang=\"en-US\"> <![endif]-->\n<!--[if IE 7]>    <html class=\"no-js ie7 oldie\" lang=\"en-US\"> <![endif]-->\n<!--[if IE 8]>    <html class=\"no-js ie8 oldie\" lang=\"en-US\"> <![endif]-->\n<!--[if gt IE 8]><!--> <html class=\"no-js\" lang=\"en-US\"> <!--<![endif]-->\n<head>\n<title>Attention Required! | Cloudflare</title>\n<meta charset=\"UTF-8\" />\n<meta http-equiv=\"Content-Type\" content=\"text/html; charset=UTF-8\" />\n<meta http-equiv=\"X-UA-Compatible\" content=\"IE=Edge\" />\n<meta name=\"robots\" content=\"noindex, nofollow\" />\n<meta name=\"viewport\" content=\"width=device-width,initial-scale=1\" />\n<link rel=\"stylesheet\" id=\"cf_styles-css\" href=\"/cdn-cgi/styles/cf.errors.css\" />\n<!--[if lt IE 9]><link rel=\"stylesheet\" id='cf_styles-ie-css' href=\"/cdn-cgi/styles/cf.errors.ie.css\" /><![endif]-->\n<style>body{margin:0;padding:0}</style>\n\n\n<!--[if gte IE 10]><!-->\n<script>\n  if (!navigator.cookieEnabled) {\n    window.addEventListener('DOMContentLoaded', function () {\n      var cookieEl = document.getElementById('cookie-alert');\n      cookieEl.style.display = 'block';\n    })\n  }\n</script>\n<!--<![endif]-->\n\n</head>\n<body>\n  <div id=\"cf-wrapper\">\n    <div class=\"cf-alert cf-alert-error cf-cookie-error\" id=\"cookie-alert\" data-translate=\"enable_cookies\">Please enable cookies.</div>\n    <div id=\"cf-error-details\" class=\"cf-error-details-wrapper\">\n      <div class=\"cf-wrapper cf-header cf-error-overview\">\n        <h1 data-translate=\"block_headline\">Sorry, you have been blocked</h1>\n        <h2 class=\"cf-subheadline\"><span data-translate=\"unable_to_access\">You are unable to access</span> www.atera.com</h2>\n      </div><!-- /.header -->\n\n      <div class=\"cf-section cf-highlight\">\n        <div class=\"cf-wrapper\">\n          <div class=\"cf-screenshot-container cf-screenshot-full\">\n            \n              <span class=\"cf-no-screenshot error\"></span>\n            \n          </div>\n        </div>\n      </div><!-- /.captcha-container -->\n\n      <div class=\"cf-section cf-wrapper\">\n        <div class=\"cf-columns two\">\n          <div class=\"cf-column\">\n            <h2 data-translate=\"blocked_why_headline\">Why have I been blocked?</h2>\n\n            <p data-translate=\"blocked_why_detail\">This website is using a security service to protect itself from online attacks. The action you just performed triggered the security solution. There are several actions that could trigger this block including submitting a certain word or phrase, a SQL command or malformed data.</p>\n          </div>\n\n          <div class=\"cf-column\">\n            <h2 data-translate=\"blocked_resolve_headline\">What can I do to resolve this?</h2>\n\n            <p data-translate=\"blocked_resolve_detail\">You can email the site owner to let them know you were blocked. Please include what you were doing when this page came up and the Cloudflare Ray ID found at the bottom of this page.</p>\n          </div>\n        </div>\n      </div><!-- /.section -->\n\n      <div class=\"cf-error-footer cf-wrapper w-240 lg:w-full py-10 sm:py-4 sm:px-8 mx-auto text-center sm:text-left border-solid border-0 border-t border-gray-300\">\n    <p class=\"text-13\">\n      <span class=\"cf-footer-item sm:block sm:mb-1\">Cloudflare Ray ID: <strong class=\"font-semibold\">a09542b19e0ec1f7</strong></span>\n      <span class=\"cf-footer-separator sm:hidden\">&bull;</span>\n      <span id=\"cf-footer-item-ip\" class=\"cf-footer-item hidden sm:block sm:mb-1\">\n        Your IP:\n        <button type=\"button\" id=\"cf-footer-ip-reveal\" class=\"cf-footer-ip-reveal-btn\">Click to reveal</button>\n        <span class=\"hidden\" id=\"cf-footer-ip\">206.189.131.254</span>\n        <span class=\"cf-footer-separator sm:hidden\">&bull;</span>\n      </span>\n      <span class=\"cf-footer-item sm:block sm:mb-1\"><span>Performance &amp; security by</span> <a rel=\"noopener noreferrer\" href=\"https://www.cloudflare.com/5xx-error-landing\" id=\"brand_link\" target=\"_blank\">Cloudflare</a></span>\n      \n    </p>\n    <script>(function(){functi"
        }
      },
      "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": 17,
    "signals": [
      {
        "source": "link:href",
        "weight": 3,
        "match": "auth link"
      },
      {
        "source": "visible-text",
        "weight": 3,
        "match": "log in"
      },
      {
        "source": "visible-text",
        "weight": 3,
        "match": "login"
      },
      {
        "source": "visible-text",
        "weight": 3,
        "match": "register"
      },
      {
        "source": "visible-text",
        "weight": 3,
        "match": "password"
      },
      {
        "source": "visible-text",
        "weight": 2,
        "match": "customer portal"
      }
    ]
  },
  "resourceFetchSucceeded": false
}

AI DiscoverabilityDiscoverabilityEstablished

IndexNow key

IndexNow key is informational for this page.

Informational

Needs attention

IndexNow key

Informational
01

Issue

IndexNow key is informational for this page.

02

Why it matters

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

Check name

IndexNow key

Score

100/100

Status

informational

Category

Discoverability

Maturity

Established

Goal

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

Result

IndexNow key is informational for this page.

Validation steps

  1. Find advertised IndexNow key location

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

  2. Fetch and validate IndexNow key file

    No discoverable IndexNow key file was found.

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

Agent Ease of UseAuthEstablished

OAuth / OIDC discovery

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

Informational

Needs attention

OAuth / OIDC discovery

Informational
01

Issue

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

02

Why it matters

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

Check name

OAuth / OIDC discovery

Score

0/100

Status

informational

Category

Auth

Maturity

Established

Goal

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

Result

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

Validation steps

  1. Fetch to find resource

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

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

Agent Ease of UseAuthEmerging recommendation

OAuth Protected Resource

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

Informational

Needs attention

OAuth Protected Resource

Informational
01

Issue

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

02

Why it matters

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

Check name

OAuth Protected Resource

Score

0/100

Status

informational

Category

Auth

Maturity

Emerging recommendation

Goal

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

Result

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

Validation steps

  1. Fetch protected resource metadata

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

  2. Validate protected resource metadata

    Response is not valid JSON.

  3. Validate protected resource identity

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

  4. Probe protected API Bearer challenge

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

Evidence
{
  "failedStep": "fetch",
  "steps": [
    {
      "id": "fetch",
      "title": "Fetch protected resource metadata",
      "status": "fail",
      "evidence": {
        "path": "/.well-known/oauth-protected-resource",
        "statusCode": 403,
        "contentType": "text/html; charset=UTF-8"
      },
      "issue": "The OAuth Protected Resource metadata endpoint did not return HTTP 2xx.",
      "howToFix": "Publish /.well-known/oauth-protected-resource JSON."
    },
    {
      "id": "metadata",
      "title": "Validate protected resource metadata",
      "status": "fail",
      "evidence": {
        "valid": false,
        "compatibleContentType": false,
        "issue": "Response is not valid JSON.",
        "rawExcerpt": "<!DOCTYPE html>\n<!--[if lt IE 7]> <html class=\"no-js ie6 oldie\" lang=\"en-US\"> <![endif]-->\n<!--[if IE 7]>    <html class=\"no-js ie7 oldie\" lang=\"en-US\"> <![endif]-->\n<!--[if IE 8]>    <html class=\"no-js ie8 oldie\" lang=\"en-US\"> <![endif]-->\n<!--[if gt IE 8]><!--> <html class=\"no-js\" lang=\"en-US\"> <!--<![endif]-->\n<head>\n<title>Attention Required! | Cloudflare</title>\n<meta charset=\"UTF-8\" />\n<meta http-equiv=\"Content-Type\" content=\"text/html; charset=UTF-8\" />\n<meta http-equiv=\"X-UA-Compatible\" content=\"IE=Edge\" />\n<meta name=\"robots\" content=\"noindex, nofollow\" />\n<meta name=\"viewport\" content=\"width=device-width,initial-scale=1\" />\n<link rel=\"stylesheet\" id=\"cf_styles-css\" href=\"/cdn-cgi/styles/cf.errors.css\" />\n<!--[if lt IE 9]><link rel=\"stylesheet\" id='cf_styles-ie-css' href=\"/cdn-cgi"
      },
      "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.atera.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.atera.com/.well-known/oauth-protected-resource",
            "metadataUrlMatches": true,
            "resourceMatchesRequestContext": true
          },
          {
            "path": "/api/admin/summary",
            "statusCode": 403,
            "wwwAuthenticate": {
              "valid": false,
              "present": false
            },
            "expectedMetadataUrl": "https://www.atera.com/.well-known/oauth-protected-resource",
            "metadataUrlMatches": true,
            "resourceMatchesRequestContext": true
          },
          {
            "path": "/api/scans",
            "statusCode": 403,
            "wwwAuthenticate": {
              "valid": false,
              "present": false
            },
            "expectedMetadataUrl": "https://www.atera.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": 17,
    "signals": [
      {
        "source": "link:href",
        "weight": 3,
        "match": "auth link"
      },
      {
        "source": "visible-text",
        "weight": 3,
        "match": "log in"
      },
      {
        "source": "visible-text",
        "weight": 3,
        "match": "login"
      },
      {
        "source": "visible-text",
        "weight": 3,
        "match": "register"
      },
      {
        "source": "visible-text",
        "weight": 3,
        "match": "password"
      },
      {
        "source": "visible-text",
        "weight": 2,
        "match": "customer portal"
      }
    ]
  },
  "resourceFetchSucceeded": false
}

SEOSEOBrowser audit

Links do not have descriptive text

100 Fail

Check name

Links do not have descriptive text

Score

0/100

Status

fail

Device

desktop

Category

SEO

Estimated savings

2 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": "2 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 AccessibilityAccessibilityBrowser audit

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

50 Fail

Check name

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

Score

0/100

Status

fail

Device

desktop

Category

Accessibility

Fix guidance

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

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

Performance and AccessibilityAccessibilityBrowser audit

Heading elements are not in a sequentially-descending order

50 Fail

Check name

Heading elements are not in a sequentially-descending order

Score

0/100

Status

fail

Device

desktop

Category

Accessibility

Fix guidance

Properly ordered headings that do not skip levels convey the semantic structure of the page, making it easier to navigate and understand when using assistive technologies. [Learn more about heading order](https://dequeuniversity.com/rules/axe/4.11/heading-order).

Evidence
{
  "description": "Properly ordered headings that do not skip levels convey the semantic structure of the page, making it easier to navigate and understand when using assistive technologies. [Learn more about heading order](https://dequeuniversity.com/rules/axe/4.11/heading-order)."
}

Performance and AccessibilityPerformanceBrowser audit

Improve image delivery

20 Fail

Check name

Improve image delivery

Score

0/100

Status

fail

Device

desktop

Category

Performance

Estimated savings

Est savings of 78 KiB

Fix guidance

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

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

Performance and AccessibilityPerformanceBrowser audit

Render-blocking requests

20 Fail

Check name

Render-blocking requests

Score

0/100

Status

fail

Device

desktop

Category

Performance

Estimated savings

Est savings of 410 ms

Fix guidance

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

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

Performance and AccessibilityPerformanceBrowser audit

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

10 Warning

Check name

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

Score

50/100

Status

warning

Device

desktop

Category

Performance

Fix guidance

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

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

Performance and AccessibilityPerformanceBrowser audit

Minify JavaScript

10 Warning

Check name

Minify JavaScript

Score

50/100

Status

warning

Device

desktop

Category

Performance

Estimated savings

Est savings of 3 KiB

Fix guidance

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

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

Performance and AccessibilityPerformanceBrowser audit

Loading performance

3 Fail

Check name

Loading performance

Score

86/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": "network-rtt",
      "title": "Network Round Trip Times",
      "score": 100,
      "displayValue": "30 ms",
      "numericValue": 32.46701999999999
    },
    {
      "id": "interactive",
      "title": "Time to Interactive",
      "score": 95,
      "displayValue": "2.0 s",
      "numericValue": 2038.1029859052712
    },
    {
      "id": "largest-contentful-paint",
      "title": "Largest Contentful Paint",
      "score": 94,
      "displayValue": "1.0 s",
      "numericValue": 1021.0023467817336
    },
    {
      "id": "first-contentful-paint",
      "title": "First Contentful Paint",
      "score": 99,
      "displayValue": "0.6 s",
      "numericValue": 561.0011983566302
    },
    {
      "id": "server-response-time",
      "title": "Initial server response time was short",
      "score": 100,
      "displayValue": "Root document took 30 ms",
      "numericValue": 31
    },
    {
      "id": "speed-index",
      "title": "Speed Index",
      "score": 96,
      "displayValue": "1.1 s",
      "numericValue": 1073.6315046158707
    },
    {
      "id": "total-blocking-time",
      "title": "Total Blocking Time",
      "score": 49,
      "displayValue": "350 ms",
      "numericValue": 351.0000000000008
    },
    {
      "id": "max-potential-fid",
      "title": "Max Potential First Input Delay",
      "score": 51,
      "displayValue": "250 ms",
      "numericValue": 246.00000000000023
    }
  ]
}

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