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

OVERALL SCORE

Level 3, Bot-Aware

Moderate readiness for AI agents
AIDiscoverability56%Agent Easeof Use10%Security& Trust20%GEO, AIO, AEO77%SEO85%Performance& Accessibility86%
  • AI Discoverability 56 out of 100
  • Agent Ease of Use 10 out of 100
  • Security & Trust 20 out of 100
  • GEO, AIO and AEO 77 out of 100
  • SEO 85 out of 100
  • Performance and Accessibility 86 out of 100

CAPTURED SCREENSHOT

Captured website desktop screenshot

What AI sees of your website

Rollbar | Error logging & tracking service for software teams favicon

Rollbar | Error logging & tracking service for software teams

Real-time error monitoring and tracking for software teams. Rollbar connects errors, session replays, and releases in one place. Free plan available.

Next step

Turn this report into a fix workflow

24 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
56
Needs work1581View details
Discoverability
83
Mostly ready630View details
Content Readiness
71
Needs work911View details
Bot Access Control
0
Priority fix040View details
Agent Ease of Use
10
Priority fix6291View details
API
0
Priority fix060View details
Auth
Not Applicable
Not Applicable070View details
MCP
25
Priority fix260View details
Skill Discovery
5
Priority fix0101View details
Agent Commerce
Not Applicable
Not Applicable400
GEO, AIO and AEO
77
Mostly ready6211View details
GEO Readiness
87
Mostly ready104
AIO Readiness
83
Mostly ready412View details
AEO Readiness
63
Needs work115View details
SEO
85
Mostly ready920View details
SEO
85
Mostly ready920View details
Security & Trust
20
Priority fix540View details
Security & Trust
20
Priority fix140View details
AI Training Exposure
Not Applicable
Not Applicable400
Performance and Accessibility
86
Mostly ready2150View details
Performance
90
Strong2040View details
Accessibility
79
Mostly ready110View details

Prioritized recommendations

Issues ranked by score impact

44 items need attention

AI DiscoverabilityDiscoverabilityEstablished

Link headers

Link headers failed at "Find useful Link headers".

100 Fail

Needs attention

Link headers

Failed check
01

Issue

No useful agent discovery Link headers were found.

02

Why it matters

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

Check name

Link headers

Score

0/100

Status

fail

Category

Discoverability

Maturity

Established

Goal

Include Link response headers for agent discovery using RFC 8288.

Result

Link headers failed at "Find useful Link headers".

Validation steps

  1. Find useful Link headers

    No useful agent discovery Link headers were found.

  2. Fetch same-origin Link header targets

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

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

Agent Ease of UseAPIEstablished

API Catalog

API Catalog failed at "Fetch API catalog".

50 Fail

Needs attention

API Catalog

Failed check
01

Issue

The API catalog endpoint did not return HTTP 2xx.

02

Why it matters

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

Check name

API Catalog

Score

0/100

Status

fail

Category

API

Maturity

Established

Goal

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

Result

API Catalog failed at "Fetch API catalog".

Validation steps

  1. Fetch API catalog

    The API catalog endpoint did not return HTTP 2xx.

  2. Validate RFC 9727 linkset

    Response is not valid JSON.

  3. Fetch advertised API catalog targets

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

Evidence
{
  "failedStep": "fetch",
  "steps": [
    {
      "id": "fetch",
      "title": "Fetch API catalog",
      "status": "fail",
      "evidence": {
        "statusCode": 404,
        "contentType": "text/html; charset=UTF-8"
      },
      "issue": "The API catalog endpoint did not return HTTP 2xx.",
      "howToFix": "Publish /.well-known/api-catalog."
    },
    {
      "id": "validate",
      "title": "Validate RFC 9727 linkset",
      "status": "fail",
      "evidence": {
        "valid": false,
        "compatibleContentType": false,
        "issue": "Response is not valid JSON.",
        "rawExcerpt": "<!DOCTYPE html>\n<html class=\"no-js\">\n    <head>\n        <script async src=\"https://www.googletagmanager.com/gtag/js?id=G-ZV8BQNLKTH\"></script>\n        <script>\n            window.dataLayer = window.dataLayer || [];\n            function gtag() {\n                dataLayer.push(arguments);\n            }\n            gtag(\"js\", new Date());\n\n            gtag(\"config\", \"G-ZV8BQNLKTH\");\n        </script>\n\n        <meta name=\"google-site-verification\" content=\"nPf9fY-s7QK8Xvf_yEQn7EKKkp7lYEDuVwRie_9dGTg\" />\n        <meta name=\"msvalidate.01\" content=\"044B6E018C2D806C378C09993CDEF8D5\" />\n\n        <title>Rollbar - Not Found</title>\n\n        <meta\n            name=\"description\"\n            content=\"Rollbar collects errors that happen in your application, notifies you, and analyzes them so you can deb"
      },
      "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": "\n\n\n\n\n\n\n\n<!DOCTYPE html>\n<html class=\"no-js\">\n  <head>\n    \n  \n  \n<script type=\"text/javascript\">\n(\n  function() {\n    var filterPrefixes = ['chrome-extension:\\\\/\\\\/', 'safari-extension:\\\\/\\\\/'];\n    var filterRegex = new RegExp('^' + filterPrefixes.join('|'));\n\n    function filterBrowserExtensions(isUncaught, args, payload) {\n      function checkTrace(trace) {\n        var frames = trace.frames;\n        var length = frames.length - 1;\n        for(; length >= 0; length--) {\n          if(filterRegex.test(frames[length].filename)) {\n            return true;\n          }\n        }\n        return false;\n      }\n      function checkTraceChain(traceChain) {\n        var length = traceChain.length - 1;\n        for(; length >= 0; length--) {\n          if(checkTrace(traceChain[length])) {\n            r"
          },
          {
            "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": "\n\n\n\n\n\n\n\n<!DOCTYPE html>\n<html class=\"no-js\">\n  <head>\n    \n  \n  \n<script type=\"text/javascript\">\n(\n  function() {\n    var filterPrefixes = ['chrome-extension:\\\\/\\\\/', 'safari-extension:\\\\/\\\\/'];\n    var filterRegex = new RegExp('^' + filterPrefixes.join('|'));\n\n    function filterBrowserExtensions(isUncaught, args, payload) {\n      function checkTrace(trace) {\n        var frames = trace.frames;\n        var length = frames.length - 1;\n        for(; length >= 0; length--) {\n          if(filterRegex.test(frames[length].filename)) {\n            return true;\n          }\n        }\n        return false;\n      }\n      function checkTraceChain(traceChain) {\n        var length = traceChain.length - 1;\n        for(; length >= 0; length--) {\n          if(checkTrace(traceChain[length])) {\n            r"
          },
          {
            "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": "\n\n\n\n\n\n\n\n<!DOCTYPE html>\n<html class=\"no-js\">\n  <head>\n    \n  \n  \n<script type=\"text/javascript\">\n(\n  function() {\n    var filterPrefixes = ['chrome-extension:\\\\/\\\\/', 'safari-extension:\\\\/\\\\/'];\n    var filterRegex = new RegExp('^' + filterPrefixes.join('|'));\n\n    function filterBrowserExtensions(isUncaught, args, payload) {\n      function checkTrace(trace) {\n        var frames = trace.frames;\n        var length = frames.length - 1;\n        for(; length >= 0; length--) {\n          if(filterRegex.test(frames[length].filename)) {\n            return true;\n          }\n        }\n        return false;\n      }\n      function checkTraceChain(traceChain) {\n        var length = traceChain.length - 1;\n        for(; length >= 0; length--) {\n          if(checkTrace(traceChain[length])) {\n            r"
          },
          {
            "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": "\n\n\n\n\n\n\n\n<!DOCTYPE html>\n<html class=\"no-js\">\n  <head>\n    \n  \n  \n<script type=\"text/javascript\">\n(\n  function() {\n    var filterPrefixes = ['chrome-extension:\\\\/\\\\/', 'safari-extension:\\\\/\\\\/'];\n    var filterRegex = new RegExp('^' + filterPrefixes.join('|'));\n\n    function filterBrowserExtensions(isUncaught, args, payload) {\n      function checkTrace(trace) {\n        var frames = trace.frames;\n        var length = frames.length - 1;\n        for(; length >= 0; length--) {\n          if(filterRegex.test(frames[length].filename)) {\n            return true;\n          }\n        }\n        return false;\n      }\n      function checkTraceChain(traceChain) {\n        var length = traceChain.length - 1;\n        for(; length >= 0; length--) {\n          if(checkTrace(traceChain[length])) {\n            r"
          },
          {
            "path": "/api/openapi.json",
            "statusCode": 404,
            "contentType": "application/json",
            "valid": false,
            "issue": "OpenAPI YAML document did not match the expected shape. unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
            "compatibleContentType": true,
            "format": "yaml",
            "version": "",
            "pathCount": 0,
            "operationCount": 0,
            "rawExcerpt": "Nope"
          },
          {
            "path": "/api/swagger.json",
            "statusCode": 404,
            "contentType": "application/json",
            "valid": false,
            "issue": "OpenAPI YAML document did not match the expected shape. unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
            "compatibleContentType": true,
            "format": "yaml",
            "version": "",
            "pathCount": 0,
            "operationCount": 0,
            "rawExcerpt": "Nope"
          },
          {
            "path": "/docs/openapi.json",
            "statusCode": 404,
            "contentType": "text/html; charset=utf-8",
            "valid": false,
            "issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html; charset=utf-8\" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
            "compatibleContentType": false,
            "format": "yaml",
            "version": "",
            "pathCount": 0,
            "operationCount": 0,
            "rawExcerpt": "<!DOCTYPE html><html lang=\"en\" style=\"\" data-color-mode=\"light\" class=\" useReactApp  \"><head><meta charset=\"utf-8\"><meta name=\"readme-deploy\" content=\"5.764.0\"><meta name=\"readme-subdomain\" content=\"rollbar\"><meta name=\"readme-project-flags\" content=\"2VCC9AYjkYcHf3o5gB44uA==:kL6XP0NE0i9uK4ybUw0H38AmJLKv0P8UEl5KvlLlpc1BspuoIpAKBOqpMNLHzyWFKfOVhX4zSupAzwM7qIDKC5W5FzRuCg8h4bXYQuIm6FKI6kdDjnuLo9Csc0DpTTn95jL+mgRYdzBIg5iHKSWGQQ==\"><meta name=\"readme-version\" content=\"1.0.0\"><title>Rollbar Docs</title><meta name=\"description\" content=\"Rollbar docs help developers install SDKs, configure error monitoring, manage projects, and bring production error context into their workflow.\" data-rh=\"true\"><meta property=\"og:title\" content=\"\" data-rh=\"true\"><meta property=\"og:description\" content=\"Rollbar docs"
          }
        ]
      },
      "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 DiscoverabilityContent ReadinessEstablished

Semantic HTML

Semantic HTML is missing or incomplete.

50 Fail

Needs attention

Semantic HTML

Failed check
01

Issue

Semantic HTML is incomplete: missing <main> landmark; 13 links missing accessible names.

Details

02

Why it matters

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

Check name

Semantic HTML

Score

0/100

Status

fail

Category

Content Readiness

Maturity

Established

Goal

Expose readable page structure through semantic HTML and accessible controls.

Result

Semantic HTML is missing or incomplete.

Evidence
{
  "main": false,
  "nav": true,
  "footer": true,
  "meaningfulH1": true,
  "headingOrder": true,
  "accessibleLinks": false,
  "accessibleButtons": true,
  "imageAltCoverage": true,
  "formAutocompleteCoverage": true,
  "details": {
    "inaccessibleLinks": [
      "<a data-framer-component-type=\"SVG\" as=\"a\" data-framer-name=\"Rollbar_logo\" href=\"./\" data-framer-page-link-current=\"true\" parentsize=\"0\" _constraints=\"[object Object]\" rotation=\"0\" shadows class=\"framer-1q57vbb framer-dwou70\" aria-hidden=\"true\" style=\"image-rendering:pixelated;flex-shrink:0;background-size:100% 100%;background-image:url(&apos;data:image/svg+xml,&lt;svg xmlns=%22http://www.w3.org/2000/svg%22 xmlns:xlink=%22http://www.w3.org/1999/xlink%22 viewBox=%220 0 148 33%22&gt;&lt;g transfor",
      "<a as=\"a\" class=\"framer-15gvuqh framer-dwou70\" data-framer-name=\"github\" href=\"https://github.com/rollbar\" target=\"_blank\" rel=\"noopener\"><div style=\"position:absolute;border-radius:inherit;corner-shape:inherit;top:0;right:0;bottom:0;left:0\" data-framer-background-image-wrapper=\"true\"><img decoding=\"async\" width=\"407\" height=\"400\" src=\"https://framerusercontent.com/images/l61lfDCCoacNe9BHSxVsWSXp6Q4.png?width=407&amp;height=400\" alt style=\"display:block;width:100%;height:100%;border-radius:inher",
      "<a as=\"a\" class=\"framer-1wa3gf4 framer-dwou70\" data-framer-name=\"x\" href=\"https://x.com/rollbar/\" target=\"_blank\" rel=\"noopener\"><div style=\"position:absolute;border-radius:inherit;corner-shape:inherit;top:0;right:0;bottom:0;left:0\" data-framer-background-image-wrapper=\"true\"><img decoding=\"async\" width=\"2400\" height=\"2453\" sizes=\"(min-width: 1200px) 16px, (max-width: 719.98px) 16px, (min-width: 720px) and (max-width: 1199.98px) 16px\" srcset=\"https://framerusercontent.com/images/VjZr2d6NW5xJD3YR",
      "<a as=\"a\" class=\"framer-1sdaurn framer-dwou70\" data-framer-name=\"linkedin\" href=\"https://www.linkedin.com/company/rollbar/\" target=\"_blank\" rel=\"noopener\"><div style=\"position:absolute;border-radius:inherit;corner-shape:inherit;top:0;right:0;bottom:0;left:0\" data-framer-background-image-wrapper=\"true\"><img decoding=\"async\" width=\"512\" height=\"512\" src=\"https://framerusercontent.com/images/sYUZ6gUwCy8YKwGYzEWOq05w.png?width=512&amp;height=512\" alt style=\"display:block;width:100%;height:100%;borde",
      "<a as=\"a\" class=\"framer-15gvuqh framer-dwou70\" data-framer-name=\"github\" href=\"https://github.com/rollbar\" target=\"_blank\" rel=\"noopener\"><div style=\"position:absolute;border-radius:inherit;corner-shape:inherit;top:0;right:0;bottom:0;left:0\" data-framer-background-image-wrapper=\"true\"><img decoding=\"async\" loading=\"lazy\" width=\"407\" height=\"400\" src=\"https://framerusercontent.com/images/l61lfDCCoacNe9BHSxVsWSXp6Q4.png?width=407&amp;height=400\" alt style=\"display:block;width:100%;height:100%;bord",
      "<a as=\"a\" class=\"framer-1wa3gf4 framer-dwou70\" data-framer-name=\"x\" href=\"https://x.com/rollbar/\" target=\"_blank\" rel=\"noopener\"><div style=\"position:absolute;border-radius:inherit;corner-shape:inherit;top:0;right:0;bottom:0;left:0\" data-framer-background-image-wrapper=\"true\"><img decoding=\"async\" width=\"2400\" height=\"2453\" sizes=\"(min-width: 1200px) 16px, (max-width: 719.98px) 16px, (min-width: 720px) and (max-width: 1199.98px) 16px\" srcset=\"https://framerusercontent.com/images/VjZr2d6NW5xJD3YR",
      "<a as=\"a\" class=\"framer-1sdaurn framer-dwou70\" data-framer-name=\"linkedin\" href=\"https://www.linkedin.com/company/rollbar/\" target=\"_blank\" rel=\"noopener\"><div style=\"position:absolute;border-radius:inherit;corner-shape:inherit;top:0;right:0;bottom:0;left:0\" data-framer-background-image-wrapper=\"true\"><img decoding=\"async\" loading=\"lazy\" width=\"512\" height=\"512\" src=\"https://framerusercontent.com/images/sYUZ6gUwCy8YKwGYzEWOq05w.png?width=512&amp;height=512\" alt style=\"display:block;width:100%;he",
      "<a as=\"a\" class=\"framer-15gvuqh framer-dwou70\" data-framer-name=\"github\" href=\"https://github.com/rollbar\" target=\"_blank\" rel=\"noopener\"><div style=\"position:absolute;border-radius:inherit;corner-shape:inherit;top:0;right:0;bottom:0;left:0\" data-framer-background-image-wrapper=\"true\"><img decoding=\"async\" width=\"407\" height=\"400\" src=\"https://framerusercontent.com/images/l61lfDCCoacNe9BHSxVsWSXp6Q4.png?width=407&amp;height=400\" alt style=\"display:block;width:100%;height:100%;border-radius:inher",
      "<a as=\"a\" class=\"framer-1wa3gf4 framer-dwou70\" data-framer-name=\"x\" href=\"https://x.com/rollbar/\" target=\"_blank\" rel=\"noopener\"><div style=\"position:absolute;border-radius:inherit;corner-shape:inherit;top:0;right:0;bottom:0;left:0\" data-framer-background-image-wrapper=\"true\"><img decoding=\"async\" width=\"2400\" height=\"2453\" sizes=\"(min-width: 1200px) 16px, (max-width: 719.98px) 16px, (min-width: 720px) and (max-width: 1199.98px) 16px\" srcset=\"https://framerusercontent.com/images/VjZr2d6NW5xJD3YR",
      "<a as=\"a\" class=\"framer-1sdaurn framer-dwou70\" data-framer-name=\"linkedin\" href=\"https://www.linkedin.com/company/rollbar/\" target=\"_blank\" rel=\"noopener\"><div style=\"position:absolute;border-radius:inherit;corner-shape:inherit;top:0;right:0;bottom:0;left:0\" data-framer-background-image-wrapper=\"true\"><img decoding=\"async\" width=\"512\" height=\"512\" src=\"https://framerusercontent.com/images/sYUZ6gUwCy8YKwGYzEWOq05w.png?width=512&amp;height=512\" alt style=\"display:block;width:100%;height:100%;borde",
      "<a data-framer-component-type=\"SVG\" as=\"a\" data-framer-name=\"Rollbar logo\" href=\"./\" data-framer-page-link-current=\"true\" parentsize=\"0\" _constraints=\"[object Object]\" rotation=\"0\" shadows class=\"framer-136a0wh framer-1j10xt0\" aria-hidden=\"true\" style=\"image-rendering:pixelated;flex-shrink:0\"><div class=\"svgContainer\" style=\"width:100%;height:100%;aspect-ratio:inherit\"><svg style=\"width:100%;height:100%;\"><use href=\"#svg10846526411\"/></svg></div></a>",
      "<a data-framer-component-type=\"SVG\" as=\"a\" data-framer-name=\"Rollbar logo\" href=\"./\" data-framer-page-link-current=\"true\" parentsize=\"0\" _constraints=\"[object Object]\" rotation=\"0\" shadows class=\"framer-136a0wh framer-1j10xt0\" aria-hidden=\"true\" style=\"image-rendering:pixelated;flex-shrink:0\"><div class=\"svgContainer\" style=\"width:100%;height:100%;aspect-ratio:inherit\"><svg style=\"width:100%;height:100%;\"><use href=\"#svg10376337659\"/></svg></div></a>",
      "<a data-framer-component-type=\"SVG\" as=\"a\" data-framer-name=\"Rollbar logo\" href=\"./\" data-framer-page-link-current=\"true\" parentsize=\"0\" _constraints=\"[object Object]\" rotation=\"0\" shadows class=\"framer-136a0wh framer-1j10xt0\" aria-hidden=\"true\" style=\"image-rendering:pixelated;flex-shrink:0\"><div class=\"svgContainer\" style=\"width:100%;height:100%;aspect-ratio:inherit\"><svg style=\"width:100%;height:100%;\"><use href=\"#svg12645991084\"/></svg></div></a>"
    ],
    "inaccessibleButtons": [],
    "missingAutocompleteInputs": [],
    "imagesMissingAlt": [],
    "skippedHeadingLevels": []
  },
  "counts": {
    "h1": 1,
    "headings": 19,
    "links": 146,
    "inaccessibleLinks": 13,
    "buttons": 0,
    "inaccessibleButtons": 0,
    "images": 18,
    "imagesWithAlt": 18,
    "autocompleteInputs": 0,
    "inputsWithAutocomplete": 0,
    "missingAutocompleteInputs": 0
  }
}

AI DiscoverabilityContent ReadinessEstablished

Content freshness signals

Content freshness signals is partially implemented.

38 Warning

Needs attention

Content freshness signals

Warning
01

Issue

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

02

Why it matters

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

Check name

Content freshness signals

Score

25/100

Status

warning

Category

Content Readiness

Maturity

Established

Goal

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

Result

Content freshness signals is partially implemented.

Evidence
{
  "lastModified": "Wed, 27 May 2026 22:50:00 GMT",
  "schemaDates": [],
  "metaDateCount": 0,
  "timeDateCount": 0
}

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
}

Agent Ease of UseMCPEmerging recommendation

MCP Server Card

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

33 Fail

Needs attention

MCP Server Card

Failed check
01

Issue

MCP Server Card was not found at the expected path.

02

Why it matters

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

Check name

MCP Server Card

Score

0/100

Status

fail

Category

MCP

Maturity

Emerging recommendation

Goal

Publish an MCP Server Card for agent discovery.

Result

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

Validation steps

  1. Fetch to find resource

    MCP Server Card was not found at the expected path.

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

Agent Ease of UseMCPEmerging recommendation

mcp.json

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

33 Fail

Needs attention

mcp.json

Failed check
01

Issue

mcp.json was not found at the expected path.

02

Why it matters

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

Check name

mcp.json

Score

0/100

Status

fail

Category

MCP

Maturity

Emerging recommendation

Goal

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

Result

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

Validation steps

  1. Fetch to find resource

    mcp.json was not found at the expected path.

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

AI DiscoverabilityBot Access ControlInformational

Web Bot Auth request signing

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

33 Fail

Needs attention

Web Bot Auth request signing

Failed check
01

Issue

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

02

Why it matters

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

Check name

Web Bot Auth request signing

Score

0/100

Status

fail

Category

Bot Access Control

Maturity

Informational

Goal

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

Result

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

Validation steps

  1. Fetch to find resource

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

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

Agent Ease of UseMCPInformational

WebMCP manifest

WebMCP manifest failed at "Fetch to find resource".

33 Fail

Needs attention

WebMCP manifest

Failed check
01

Issue

WebMCP manifest was not found at the expected path.

02

Why it matters

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

Check name

WebMCP manifest

Score

0/100

Status

fail

Category

MCP

Maturity

Informational

Goal

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

Result

WebMCP manifest failed at "Fetch to find resource".

Validation steps

  1. Fetch to find resource

    WebMCP manifest was not found at the expected path.

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

Security & TrustSecurity & TrustEstablished

Content-Security-Policy

Content-Security-Policy is missing or incomplete.

25 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": null
}

Security & TrustSecurity & TrustEstablished

Frame protection

Frame protection is missing or incomplete.

25 Fail

Needs attention

Frame protection

Failed check
01

Issue

Frame protection is missing or incomplete.

02

Why it matters

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

Check name

Frame protection

Score

0/100

Status

fail

Category

Security & Trust

Maturity

Established

Goal

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

Result

Frame protection is missing or incomplete.

Evidence
{
  "xFrameOptions": null,
  "validXFrame": false,
  "contentSecurityPolicy": null,
  "cspFrameAncestors": false
}

Security & TrustSecurity & TrustEstablished

Referrer-Policy

Referrer-Policy is missing or incomplete.

25 Fail

Needs attention

Referrer-Policy

Failed check
01

Issue

Referrer-Policy is missing or incomplete.

02

Why it matters

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

Check name

Referrer-Policy

Score

0/100

Status

fail

Category

Security & Trust

Maturity

Established

Goal

Limit how much referrer data leaves the site.

Result

Referrer-Policy is missing or incomplete.

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

Security & TrustSecurity & TrustEstablished

X-Content-Type-Options

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

25 Fail

Needs attention

X-Content-Type-Options

Failed check
01

Issue

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

02

Why it matters

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

Check name

X-Content-Type-Options

Score

0/100

Status

fail

Category

Security & Trust

Maturity

Established

Goal

Prevent MIME sniffing for browser-loaded resources.

Result

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

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

Agent Ease of UseSkill DiscoveryEmerging recommendation

A2A Agent Card

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

20 Fail

Needs attention

A2A Agent Card

Failed check
01

Issue

A2A Agent Card was not found at the expected path.

02

Why it matters

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

Check name

A2A Agent Card

Score

0/100

Status

fail

Category

Skill Discovery

Maturity

Emerging recommendation

Goal

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

Result

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

Validation steps

  1. Fetch to find resource

    A2A Agent Card was not found at the expected path.

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

Agent Ease of UseSkill DiscoveryEmerging recommendation

Agent Skills index

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

20 Fail

Needs attention

Agent Skills index

Failed check
01

Issue

Agent Skills index was not found at the expected path.

02

Why it matters

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

Check name

Agent Skills index

Score

0/100

Status

fail

Category

Skill Discovery

Maturity

Emerging recommendation

Goal

Publish an agent skills discovery index.

Result

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

Validation steps

  1. Fetch to find resource

    Agent Skills index was not found at the expected path.

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

Agent Ease of UseSkill DiscoveryEmerging recommendation

agent.json

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

20 Fail

Needs attention

agent.json

Failed check
01

Issue

agent.json was not found at the expected path.

02

Why it matters

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

Check name

agent.json

Score

0/100

Status

fail

Category

Skill Discovery

Maturity

Emerging recommendation

Goal

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

Result

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

Validation steps

  1. Fetch to find resource

    agent.json was not found at the expected path.

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

Agent Ease of UseSkill DiscoveryInformational

agents.json

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

20 Fail

Needs attention

agents.json

Failed check
01

Issue

agents.json was not found at the expected path.

02

Why it matters

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

Check name

agents.json

Score

0/100

Status

fail

Category

Skill Discovery

Maturity

Informational

Goal

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

Result

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

Validation steps

  1. Fetch to find resource

    agents.json was not found at the expected path.

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

Agent Ease of UseSkill DiscoveryEmerging recommendation

DNS-AID Agent Discovery

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

15 Fail

Needs attention

DNS-AID Agent Discovery

Failed check
01

Issue

No DNS-AID entrypoint records were found under _agents.

02

Why it matters

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

Check name

DNS-AID Agent Discovery

Score

25/100

Status

fail

Category

Skill Discovery

Maturity

Emerging recommendation

Goal

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

Result

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

Validation steps

  1. Resolve DNS-AID SVCB/HTTPS records

    No DNS-AID entrypoint records were found under _agents.

  2. Validate alpn and endpoint parameters

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

  3. Check DNSSEC material

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

Evidence
{
  "failedStep": "svcb-https-records",
  "steps": [
    {
      "id": "svcb-https-records",
      "title": "Resolve DNS-AID SVCB/HTTPS records",
      "status": "fail",
      "evidence": {
        "hostname": "rollbar.com",
        "probes": [
          {
            "name": "_index._agents.rollbar.com",
            "found": false,
            "recordCount": 1,
            "records": [],
            "hasAlpn": false,
            "hasEndpoint": false
          },
          {
            "name": "_a2a._agents.rollbar.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": "rollbar.com",
            "dnssecTypes": [],
            "dnssecRecordCount": 0
          }
        ]
      },
      "issue": "DNSSEC material was not visible for the hostname or parent zone from this resolver.",
      "howToFix": "Sign the public discovery zone with DNSSEC so validating resolvers can return authenticated data."
    }
  ]
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

AIO: Source and trust signals

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

13 Fail

Needs attention

AIO: Source and trust signals

Failed check
01

Issue

Missing AIO trust signals: author, publisher, freshnessDate.

Details

02

Why it matters

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

Check name

AIO: Source and trust signals

Score

40/100

Status

fail

Category

GEO, AIO & AEO

Maturity

Emerging recommendation

Goal

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

Result

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

Evidence
{
  "signals": {
    "author": false,
    "publisher": false,
    "freshnessDate": false,
    "aboutOrContact": true,
    "policyLinks": true
  },
  "missing": [
    "author",
    "publisher",
    "freshnessDate"
  ],
  "authorMeta": "",
  "schemaAuthors": [],
  "schemaPublishers": [],
  "schemaDates": [],
  "visibleDates": [],
  "aboutLinks": [
    {
      "href": "./about-us",
      "text": "About us",
      "html": "<a class=\"framer-text framer-styles-preset-1u6gd7c\" data-styles-preset=\"zKmiqoVS7\" href=\"./about-us\">About us</a>"
    },
    {
      "href": "./about-us#career",
      "text": "Careers",
      "html": "<a class=\"framer-text framer-styles-preset-1u6gd7c\" data-styles-preset=\"zKmiqoVS7\" href=\"./about-us#career\">Careers</a>"
    },
    {
      "href": "https://www.linkedin.com/company/rollbar/",
      "text": "",
      "html": "<a as=\"a\" class=\"framer-1sdaurn framer-dwou70\" data-framer-name=\"linkedin\" href=\"https://www.linkedin.com/company/rollbar/\" target=\"_blank\" rel=\"noopener\"><div style=\"position:absolute;border-radius:inherit;corner-shape:inherit;top:0;right:0;bottom:0;left:0\" data-framer-background-image-wrapper=\"true\"><img decoding=\"async\" width=\"512\" height=\"512\" src=\"https://framerusercontent.com/images/sYUZ6gUwCy8YKwGYzEWOq05w.png?width=512&amp;height=512\" alt style=\"display:block;width:100%;height:100%;bo..."
    },
    {
      "href": "./about-us",
      "text": "About us",
      "html": "<a class=\"framer-text framer-styles-preset-1u6gd7c\" data-styles-preset=\"zKmiqoVS7\" href=\"./about-us\">About us</a>"
    },
    {
      "href": "./about-us#career",
      "text": "Careers",
      "html": "<a class=\"framer-text framer-styles-preset-1u6gd7c\" data-styles-preset=\"zKmiqoVS7\" href=\"./about-us#career\">Careers</a>"
    },
    {
      "href": "https://www.linkedin.com/company/rollbar/",
      "text": "",
      "html": "<a as=\"a\" class=\"framer-1sdaurn framer-dwou70\" data-framer-name=\"linkedin\" href=\"https://www.linkedin.com/company/rollbar/\" target=\"_blank\" rel=\"noopener\"><div style=\"position:absolute;border-radius:inherit;corner-shape:inherit;top:0;right:0;bottom:0;left:0\" data-framer-background-image-wrapper=\"true\"><img decoding=\"async\" loading=\"lazy\" width=\"512\" height=\"512\" src=\"https://framerusercontent.com/images/sYUZ6gUwCy8YKwGYzEWOq05w.png?width=512&amp;height=512\" alt style=\"display:block;width:100%..."
    },
    {
      "href": "./about-us",
      "text": "About us",
      "html": "<a class=\"framer-text framer-styles-preset-1u6gd7c\" data-styles-preset=\"zKmiqoVS7\" href=\"./about-us\">About us</a>"
    },
    {
      "href": "./about-us#career",
      "text": "Careers",
      "html": "<a class=\"framer-text framer-styles-preset-1u6gd7c\" data-styles-preset=\"zKmiqoVS7\" href=\"./about-us#career\">Careers</a>"
    },
    {
      "href": "https://www.linkedin.com/company/rollbar/",
      "text": "",
      "html": "<a as=\"a\" class=\"framer-1sdaurn framer-dwou70\" data-framer-name=\"linkedin\" href=\"https://www.linkedin.com/company/rollbar/\" target=\"_blank\" rel=\"noopener\"><div style=\"position:absolute;border-radius:inherit;corner-shape:inherit;top:0;right:0;bottom:0;left:0\" data-framer-background-image-wrapper=\"true\"><img decoding=\"async\" width=\"512\" height=\"512\" src=\"https://framerusercontent.com/images/sYUZ6gUwCy8YKwGYzEWOq05w.png?width=512&amp;height=512\" alt style=\"display:block;width:100%;height:100%;bo..."
    },
    {
      "href": "./about-us",
      "text": "Company",
      "html": "<a class=\"framer-aBbqG framer-1w02hqv framer-v-1w02hqv framer-qk6wrg\" data-framer-name=\"White\" data-highlight=\"true\" href=\"./about-us\" tabindex=\"0\"><div class=\"framer-1myksz8\" data-framer-name=\"label\" data-framer-component-type=\"RichTextContainer\" style=\"justify-content:center;--extracted-r6o4lv:rgb(255, 255, 255);--framer-paragraph-spacing:0px;transform:none\"><p class=\"framer-text\" style=\"--font-selector:R0Y7RE0gU2Fucy02MDA=;--framer-font-family:&quot;DM Sans&quot;, &quot;DM Sans Placeholder..."
    }
  ],
  "contactLinks": [
    {
      "href": "./languages",
      "text": "See supported frameworks →",
      "html": "<a class=\"framer-in1Cn framer-yuc45a framer-v-15ukl3t framer-1tq8447\" data-framer-name=\"White outline\" data-border=\"true\" href=\"./languages\" tabindex=\"0\" style=\"--border-bottom-width:2px;--border-color:rgb(255, 255, 255);--border-left-width:2px;--border-right-width:2px;--border-style:solid;--border-top-width:2px;background-color:rgba(0, 0, 0, 0);border-bottom-left-radius:32px;border-bottom-right-radius:32px;border-top-left-radius:32px;border-top-right-radius:32px;box-shadow:none\"><div class=\"..."
    },
    {
      "href": "./languages",
      "text": "See supported frameworks →",
      "html": "<a class=\"framer-in1Cn framer-yuc45a framer-v-1rd6swd framer-1tq8447\" data-framer-name=\"White outline (mobile)\" data-border=\"true\" href=\"./languages\" tabindex=\"0\" style=\"--border-bottom-width:2px;--border-color:rgb(255, 255, 255);--border-left-width:2px;--border-right-width:2px;--border-style:solid;--border-top-width:2px;background-color:rgba(0, 0, 0, 0);border-bottom-left-radius:32px;border-bottom-right-radius:32px;border-top-left-radius:32px;border-top-right-radius:32px;box-shadow:none\"><di..."
    },
    {
      "href": "https://rollbar.com/blog/berelentless-story-with-rollbar/",
      "text": "Rollbar was invaluable during the launch of our new platform, as it helped us proactively identify edge cases that appeared as soon as production data was flowing that otherwise may not have been caught until a user made a report.Eric Payton, VP of Development, RELENTLESS Venture Studio",
      "html": "<a class=\"framer-1t7q8at framer-dy9u8y\" data-framer-name=\"card\" href=\"https://rollbar.com/blog/berelentless-story-with-rollbar/\" target=\"_blank\" rel=\"noopener\"><div class=\"framer-r59x93\" data-framer-name=\"quote\"><div class=\"framer-uerwdg\" data-framer-component-type=\"RichTextContainer\" style=\"justify-content:center;transform:none\"><p dir=\"auto\" style=\"--font-selector:R0Y7RE0gU2Fucy02MDA=;--framer-font-family:&quot;DM Sans&quot;, &quot;DM Sans Placeholder&quot;, sans-serif;--framer-font-open-ty..."
    },
    {
      "href": "./contact-us",
      "text": "Contact us",
      "html": "<a class=\"framer-text framer-styles-preset-1u6gd7c\" data-styles-preset=\"zKmiqoVS7\" href=\"./contact-us\">Contact us</a>"
    },
    {
      "href": "./contact-us",
      "text": "Contact us",
      "html": "<a class=\"framer-text framer-styles-preset-1u6gd7c\" data-styles-preset=\"zKmiqoVS7\" href=\"./contact-us\">Contact us</a>"
    },
    {
      "href": "./contact-us",
      "text": "Contact us",
      "html": "<a class=\"framer-text framer-styles-preset-1u6gd7c\" data-styles-preset=\"zKmiqoVS7\" href=\"./contact-us\">Contact us</a>"
    }
  ],
  "privacyLinks": [
    {
      "href": "https://docs.rollbar.com/docs/privacy-policy",
      "text": "Privacy Policy",
      "html": "<a class=\"framer-text framer-styles-preset-vykbp4\" data-styles-preset=\"M5F4vVjXr\" href=\"https://docs.rollbar.com/docs/privacy-policy\" target=\"_blank\" rel=\"noopener\">Privacy Policy</a>"
    },
    {
      "href": "https://docs.rollbar.com/docs/terms-of-service",
      "text": "Terms of Service",
      "html": "<a class=\"framer-text framer-styles-preset-vykbp4\" data-styles-preset=\"M5F4vVjXr\" href=\"https://docs.rollbar.com/docs/terms-of-service\" target=\"_blank\" rel=\"noopener\">Terms of Service</a>"
    },
    {
      "href": "https://docs.rollbar.com/docs/privacy-policy",
      "text": "Privacy Policy",
      "html": "<a class=\"framer-text framer-styles-preset-vykbp4\" data-styles-preset=\"M5F4vVjXr\" href=\"https://docs.rollbar.com/docs/privacy-policy\" target=\"_blank\" rel=\"noopener\">Privacy Policy</a>"
    },
    {
      "href": "https://docs.rollbar.com/docs/terms-of-service",
      "text": "Terms of Service",
      "html": "<a class=\"framer-text framer-styles-preset-vykbp4\" data-styles-preset=\"M5F4vVjXr\" href=\"https://docs.rollbar.com/docs/terms-of-service\" target=\"_blank\" rel=\"noopener\">Terms of Service</a>"
    },
    {
      "href": "https://docs.rollbar.com/docs/privacy-policy",
      "text": "Privacy Policy",
      "html": "<a class=\"framer-text framer-styles-preset-vykbp4\" data-styles-preset=\"M5F4vVjXr\" href=\"https://docs.rollbar.com/docs/privacy-policy\" target=\"_blank\" rel=\"noopener\">Privacy Policy</a>"
    },
    {
      "href": "https://docs.rollbar.com/docs/terms-of-service",
      "text": "Terms of Service",
      "html": "<a class=\"framer-text framer-styles-preset-vykbp4\" data-styles-preset=\"M5F4vVjXr\" href=\"https://docs.rollbar.com/docs/terms-of-service\" target=\"_blank\" rel=\"noopener\">Terms of Service</a>"
    }
  ],
  "score": 40,
  "weight": 20
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

AEO: Answer evidence and trust

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

5 Fail

Needs attention

AEO: Answer evidence and trust

Failed check
01

Issue

Missing AIO trust signals: author, publisher, freshnessDate.

Details

02

Why it matters

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

Check name

AEO: Answer evidence and trust

Score

40/100

Status

fail

Category

GEO, AIO & AEO

Maturity

Emerging recommendation

Goal

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

Result

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

Evidence
{
  "signals": {
    "author": false,
    "publisher": false,
    "freshnessDate": false,
    "aboutOrContact": true,
    "policyLinks": true
  },
  "missing": [
    "author",
    "publisher",
    "freshnessDate"
  ],
  "authorMeta": "",
  "schemaAuthors": [],
  "schemaPublishers": [],
  "schemaDates": [],
  "visibleDates": [],
  "aboutLinks": [
    {
      "href": "./about-us",
      "text": "About us",
      "html": "<a class=\"framer-text framer-styles-preset-1u6gd7c\" data-styles-preset=\"zKmiqoVS7\" href=\"./about-us\">About us</a>"
    },
    {
      "href": "./about-us#career",
      "text": "Careers",
      "html": "<a class=\"framer-text framer-styles-preset-1u6gd7c\" data-styles-preset=\"zKmiqoVS7\" href=\"./about-us#career\">Careers</a>"
    },
    {
      "href": "https://www.linkedin.com/company/rollbar/",
      "text": "",
      "html": "<a as=\"a\" class=\"framer-1sdaurn framer-dwou70\" data-framer-name=\"linkedin\" href=\"https://www.linkedin.com/company/rollbar/\" target=\"_blank\" rel=\"noopener\"><div style=\"position:absolute;border-radius:inherit;corner-shape:inherit;top:0;right:0;bottom:0;left:0\" data-framer-background-image-wrapper=\"true\"><img decoding=\"async\" width=\"512\" height=\"512\" src=\"https://framerusercontent.com/images/sYUZ6gUwCy8YKwGYzEWOq05w.png?width=512&amp;height=512\" alt style=\"display:block;width:100%;height:100%;bo..."
    },
    {
      "href": "./about-us",
      "text": "About us",
      "html": "<a class=\"framer-text framer-styles-preset-1u6gd7c\" data-styles-preset=\"zKmiqoVS7\" href=\"./about-us\">About us</a>"
    },
    {
      "href": "./about-us#career",
      "text": "Careers",
      "html": "<a class=\"framer-text framer-styles-preset-1u6gd7c\" data-styles-preset=\"zKmiqoVS7\" href=\"./about-us#career\">Careers</a>"
    },
    {
      "href": "https://www.linkedin.com/company/rollbar/",
      "text": "",
      "html": "<a as=\"a\" class=\"framer-1sdaurn framer-dwou70\" data-framer-name=\"linkedin\" href=\"https://www.linkedin.com/company/rollbar/\" target=\"_blank\" rel=\"noopener\"><div style=\"position:absolute;border-radius:inherit;corner-shape:inherit;top:0;right:0;bottom:0;left:0\" data-framer-background-image-wrapper=\"true\"><img decoding=\"async\" loading=\"lazy\" width=\"512\" height=\"512\" src=\"https://framerusercontent.com/images/sYUZ6gUwCy8YKwGYzEWOq05w.png?width=512&amp;height=512\" alt style=\"display:block;width:100%..."
    },
    {
      "href": "./about-us",
      "text": "About us",
      "html": "<a class=\"framer-text framer-styles-preset-1u6gd7c\" data-styles-preset=\"zKmiqoVS7\" href=\"./about-us\">About us</a>"
    },
    {
      "href": "./about-us#career",
      "text": "Careers",
      "html": "<a class=\"framer-text framer-styles-preset-1u6gd7c\" data-styles-preset=\"zKmiqoVS7\" href=\"./about-us#career\">Careers</a>"
    },
    {
      "href": "https://www.linkedin.com/company/rollbar/",
      "text": "",
      "html": "<a as=\"a\" class=\"framer-1sdaurn framer-dwou70\" data-framer-name=\"linkedin\" href=\"https://www.linkedin.com/company/rollbar/\" target=\"_blank\" rel=\"noopener\"><div style=\"position:absolute;border-radius:inherit;corner-shape:inherit;top:0;right:0;bottom:0;left:0\" data-framer-background-image-wrapper=\"true\"><img decoding=\"async\" width=\"512\" height=\"512\" src=\"https://framerusercontent.com/images/sYUZ6gUwCy8YKwGYzEWOq05w.png?width=512&amp;height=512\" alt style=\"display:block;width:100%;height:100%;bo..."
    },
    {
      "href": "./about-us",
      "text": "Company",
      "html": "<a class=\"framer-aBbqG framer-1w02hqv framer-v-1w02hqv framer-qk6wrg\" data-framer-name=\"White\" data-highlight=\"true\" href=\"./about-us\" tabindex=\"0\"><div class=\"framer-1myksz8\" data-framer-name=\"label\" data-framer-component-type=\"RichTextContainer\" style=\"justify-content:center;--extracted-r6o4lv:rgb(255, 255, 255);--framer-paragraph-spacing:0px;transform:none\"><p class=\"framer-text\" style=\"--font-selector:R0Y7RE0gU2Fucy02MDA=;--framer-font-family:&quot;DM Sans&quot;, &quot;DM Sans Placeholder..."
    }
  ],
  "contactLinks": [
    {
      "href": "./languages",
      "text": "See supported frameworks →",
      "html": "<a class=\"framer-in1Cn framer-yuc45a framer-v-15ukl3t framer-1tq8447\" data-framer-name=\"White outline\" data-border=\"true\" href=\"./languages\" tabindex=\"0\" style=\"--border-bottom-width:2px;--border-color:rgb(255, 255, 255);--border-left-width:2px;--border-right-width:2px;--border-style:solid;--border-top-width:2px;background-color:rgba(0, 0, 0, 0);border-bottom-left-radius:32px;border-bottom-right-radius:32px;border-top-left-radius:32px;border-top-right-radius:32px;box-shadow:none\"><div class=\"..."
    },
    {
      "href": "./languages",
      "text": "See supported frameworks →",
      "html": "<a class=\"framer-in1Cn framer-yuc45a framer-v-1rd6swd framer-1tq8447\" data-framer-name=\"White outline (mobile)\" data-border=\"true\" href=\"./languages\" tabindex=\"0\" style=\"--border-bottom-width:2px;--border-color:rgb(255, 255, 255);--border-left-width:2px;--border-right-width:2px;--border-style:solid;--border-top-width:2px;background-color:rgba(0, 0, 0, 0);border-bottom-left-radius:32px;border-bottom-right-radius:32px;border-top-left-radius:32px;border-top-right-radius:32px;box-shadow:none\"><di..."
    },
    {
      "href": "https://rollbar.com/blog/berelentless-story-with-rollbar/",
      "text": "Rollbar was invaluable during the launch of our new platform, as it helped us proactively identify edge cases that appeared as soon as production data was flowing that otherwise may not have been caught until a user made a report.Eric Payton, VP of Development, RELENTLESS Venture Studio",
      "html": "<a class=\"framer-1t7q8at framer-dy9u8y\" data-framer-name=\"card\" href=\"https://rollbar.com/blog/berelentless-story-with-rollbar/\" target=\"_blank\" rel=\"noopener\"><div class=\"framer-r59x93\" data-framer-name=\"quote\"><div class=\"framer-uerwdg\" data-framer-component-type=\"RichTextContainer\" style=\"justify-content:center;transform:none\"><p dir=\"auto\" style=\"--font-selector:R0Y7RE0gU2Fucy02MDA=;--framer-font-family:&quot;DM Sans&quot;, &quot;DM Sans Placeholder&quot;, sans-serif;--framer-font-open-ty..."
    },
    {
      "href": "./contact-us",
      "text": "Contact us",
      "html": "<a class=\"framer-text framer-styles-preset-1u6gd7c\" data-styles-preset=\"zKmiqoVS7\" href=\"./contact-us\">Contact us</a>"
    },
    {
      "href": "./contact-us",
      "text": "Contact us",
      "html": "<a class=\"framer-text framer-styles-preset-1u6gd7c\" data-styles-preset=\"zKmiqoVS7\" href=\"./contact-us\">Contact us</a>"
    },
    {
      "href": "./contact-us",
      "text": "Contact us",
      "html": "<a class=\"framer-text framer-styles-preset-1u6gd7c\" data-styles-preset=\"zKmiqoVS7\" href=\"./contact-us\">Contact us</a>"
    }
  ],
  "privacyLinks": [
    {
      "href": "https://docs.rollbar.com/docs/privacy-policy",
      "text": "Privacy Policy",
      "html": "<a class=\"framer-text framer-styles-preset-vykbp4\" data-styles-preset=\"M5F4vVjXr\" href=\"https://docs.rollbar.com/docs/privacy-policy\" target=\"_blank\" rel=\"noopener\">Privacy Policy</a>"
    },
    {
      "href": "https://docs.rollbar.com/docs/terms-of-service",
      "text": "Terms of Service",
      "html": "<a class=\"framer-text framer-styles-preset-vykbp4\" data-styles-preset=\"M5F4vVjXr\" href=\"https://docs.rollbar.com/docs/terms-of-service\" target=\"_blank\" rel=\"noopener\">Terms of Service</a>"
    },
    {
      "href": "https://docs.rollbar.com/docs/privacy-policy",
      "text": "Privacy Policy",
      "html": "<a class=\"framer-text framer-styles-preset-vykbp4\" data-styles-preset=\"M5F4vVjXr\" href=\"https://docs.rollbar.com/docs/privacy-policy\" target=\"_blank\" rel=\"noopener\">Privacy Policy</a>"
    },
    {
      "href": "https://docs.rollbar.com/docs/terms-of-service",
      "text": "Terms of Service",
      "html": "<a class=\"framer-text framer-styles-preset-vykbp4\" data-styles-preset=\"M5F4vVjXr\" href=\"https://docs.rollbar.com/docs/terms-of-service\" target=\"_blank\" rel=\"noopener\">Terms of Service</a>"
    },
    {
      "href": "https://docs.rollbar.com/docs/privacy-policy",
      "text": "Privacy Policy",
      "html": "<a class=\"framer-text framer-styles-preset-vykbp4\" data-styles-preset=\"M5F4vVjXr\" href=\"https://docs.rollbar.com/docs/privacy-policy\" target=\"_blank\" rel=\"noopener\">Privacy Policy</a>"
    },
    {
      "href": "https://docs.rollbar.com/docs/terms-of-service",
      "text": "Terms of Service",
      "html": "<a class=\"framer-text framer-styles-preset-vykbp4\" data-styles-preset=\"M5F4vVjXr\" href=\"https://docs.rollbar.com/docs/terms-of-service\" target=\"_blank\" rel=\"noopener\">Terms of Service</a>"
    }
  ],
  "score": 40,
  "weight": 22
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

AEO: Answer-first sections

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

4 Warning

Needs attention

AEO: Answer-first sections

Warning
01

Issue

13 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": 18,
  "passing": 5,
  "failing": [
    {
      "heading": "Insight that helps you deliver.",
      "headingHtml": "<h2 style=\"font-family:Poppins, sans-serif;font-weight:700;font-size:32px;letter-spacing:-0.02em;line-height:110%;color:#FFFFFF;margin:0;text-align:left;overflow:visible;padding-top:0.12em;padding-bottom:0.08em\">Insight that helps you <span style=\"background:linear-gradient(90deg, #E1E338, #F39460);-webkit-background-clip:text;background-clip:text;color:transparent;-webkit-text-fill-color:transparent;display:inline\">deliver.</span></h2>",
      "firstParagraph": "Rollbar gives your team the insight to stay focused, solve faster, and make better decisions about your code. From real-time signals to deep investigation with RQL or our Model Context Protocol (MCP), the platform keeps you grounded in what’s running now and ready for what comes next.",
      "paragraphHtml": "<p class=\"framer-text framer-styles-preset-ry3yzs\" data-styles-preset=\"E4OP1k4aw\" dir=\"auto\">Rollbar gives your team the insight to stay focused, solve faster, and make better decisions about your code. From real-time signals to deep investigation with RQL or our Model Context Protocol (MCP), the platform keeps you grounded in what&#x2019;s running now and ready for what comes next.</p>",
      "words": 48,
      "direct": false,
      "issue": "First paragraph is 48 words and does not look like a concise direct answer."
    },
    {
      "heading": "Built for how you build.",
      "headingHtml": "<h2 class=\"framer-text framer-styles-preset-38w0w2\" data-styles-preset=\"B4ClQDZN_\" dir=\"auto\">Built for how you build.</h2>",
      "firstParagraph": "Great software teams don’t just react. They observe, learn, and improve with every release. Rollbar supports that process by guiding you through each step in your workflow.",
      "paragraphHtml": "<p class=\"framer-text framer-styles-preset-ry3yzs\" data-styles-preset=\"E4OP1k4aw\" dir=\"auto\" style=\"--framer-text-alignment:center\">Great software teams don&#x2019;t just react. They observe, learn, and improve with every release. Rollbar supports that process by guiding you through each step in your workflow.</p>",
      "words": 28,
      "direct": false,
      "issue": "First paragraph is 28 words and does not look like a concise direct answer."
    },
    {
      "heading": "Monitor",
      "headingHtml": "<h3 dir=\"auto\" style=\"--font-selector:RlM7UG9wcGlucy1ib2xk;--framer-font-family:&quot;Poppins&quot;, &quot;Poppins Placeholder&quot;, sans-serif;--framer-font-size:20px;--framer-font-weight:700;--framer-letter-spacing:-0.02em;--framer-line-height:120%;--framer-text-color:rgb(225, 226, 56)\" class=\"framer-text\">Monitor</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Monitor",
      "headingHtml": "<h3 dir=\"auto\" style=\"--font-selector:RlM7UG9wcGlucy1ib2xk;--framer-font-family:&quot;Poppins&quot;, &quot;Poppins Placeholder&quot;, sans-serif;--framer-font-size:18px;--framer-font-weight:700;--framer-letter-spacing:-0.02em;--framer-line-height:120%;--framer-text-color:rgb(225, 226, 56)\" class=\"framer-text\">Monitor</h3>",
      "firstParagraph": "Get real-time alerts from your running code. See what broke as it happens.",
      "paragraphHtml": "<p class=\"framer-text framer-styles-preset-ry3yzs\" data-styles-preset=\"E4OP1k4aw\" dir=\"auto\">Get real-time alerts from your running code. See what broke as it happens.</p>",
      "words": 13,
      "direct": false,
      "issue": "First paragraph is 13 words and does not look like a concise direct answer."
    },
    {
      "heading": "Understand",
      "headingHtml": "<h3 dir=\"auto\" style=\"--font-selector:RlM7UG9wcGlucy1ib2xk;--framer-font-family:&quot;Poppins&quot;, &quot;Poppins Placeholder&quot;, sans-serif;--framer-font-size:20px;--framer-font-weight:700;--framer-letter-spacing:-0.02em;--framer-line-height:120%;--framer-text-color:rgb(231, 199, 70)\" class=\"framer-text\">Understand</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Understand",
      "headingHtml": "<h3 dir=\"auto\" style=\"--font-selector:RlM7UG9wcGlucy1ib2xk;--framer-font-family:&quot;Poppins&quot;, &quot;Poppins Placeholder&quot;, sans-serif;--framer-font-size:18px;--framer-font-weight:700;--framer-letter-spacing:-0.02em;--framer-line-height:120%;--framer-text-color:rgb(231, 199, 70)\" class=\"framer-text\">Understand</h3>",
      "firstParagraph": "Replay sessions, inspect context, and uncover the root cause in seconds.",
      "paragraphHtml": "<p class=\"framer-text framer-styles-preset-ry3yzs\" data-styles-preset=\"E4OP1k4aw\" dir=\"auto\">Replay sessions, inspect context, and uncover the root cause in seconds.</p>",
      "words": 11,
      "direct": false,
      "issue": "First paragraph is 11 words and does not look like a concise direct answer."
    },
    {
      "heading": "Triage",
      "headingHtml": "<h3 dir=\"auto\" style=\"--font-selector:RlM7UG9wcGlucy1ib2xk;--framer-font-family:&quot;Poppins&quot;, &quot;Poppins Placeholder&quot;, sans-serif;--framer-font-size:20px;--framer-font-weight:700;--framer-letter-spacing:-0.02em;--framer-line-height:120%;--framer-text-color:rgb(237, 174, 83)\" class=\"framer-text\">Triage</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Triage",
      "headingHtml": "<h3 dir=\"auto\" style=\"--font-selector:RlM7UG9wcGlucy1ib2xk;--framer-font-family:&quot;Poppins&quot;, &quot;Poppins Placeholder&quot;, sans-serif;--framer-font-size:18px;--framer-font-weight:700;--framer-letter-spacing:-0.02em;--framer-line-height:120%;--framer-text-color:rgb(237, 174, 83)\" class=\"framer-text\">Triage</h3>",
      "firstParagraph": "Filter the noise. Prioritize issues. Assign the right owners automatically.",
      "paragraphHtml": "<p class=\"framer-text framer-styles-preset-ry3yzs\" data-styles-preset=\"E4OP1k4aw\" dir=\"auto\">Filter the noise. Prioritize issues. Assign the right owners automatically.</p>",
      "words": 10,
      "direct": false,
      "issue": "First paragraph is 10 words and does not look like a concise direct answer."
    },
    {
      "heading": "Solve",
      "headingHtml": "<h3 dir=\"auto\" style=\"--font-selector:RlM7UG9wcGlucy1ib2xk;--framer-font-family:&quot;Poppins&quot;, &quot;Poppins Placeholder&quot;, sans-serif;--framer-font-size:20px;--framer-font-weight:700;--framer-letter-spacing:-0.02em;--framer-line-height:120%;--framer-text-color:rgb(243, 152, 95)\" class=\"framer-text\">Solve</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Solve",
      "headingHtml": "<h3 dir=\"auto\" style=\"--font-selector:RlM7UG9wcGlucy1ib2xk;--framer-font-family:&quot;Poppins&quot;, &quot;Poppins Placeholder&quot;, sans-serif;--framer-font-size:18px;--framer-font-weight:700;--framer-letter-spacing:-0.02em;--framer-line-height:120%;--framer-text-color:rgb(243, 152, 95)\" class=\"framer-text\">Solve</h3>",
      "firstParagraph": "Track what’s resolved, what’s improving, and what’s ready to ship.",
      "paragraphHtml": "<p class=\"framer-text framer-styles-preset-ry3yzs\" data-styles-preset=\"E4OP1k4aw\" dir=\"auto\">Track what&#x2019;s resolved, what&#x2019;s improving, and what&#x2019;s ready to ship.</p>",
      "words": 13,
      "direct": false,
      "issue": "First paragraph is 13 words and does not look like a concise direct answer."
    },
    {
      "heading": "Rollbar works with the tools you already use.",
      "headingHtml": "<h2 style=\"font-family:Poppins, sans-serif;font-weight:700;font-size:32px;letter-spacing:-0.02em;line-height:110%;color:#FFFFFF;margin:0;text-align:left;overflow:visible;padding-top:0.12em;padding-bottom:0.08em\">Rollbar works with <span style=\"background:linear-gradient(90deg, #E1E338, #F39460);-webkit-background-clip:text;background-clip:text;color:transparent;-webkit-text-fill-color:transparent;display:inline\">the tools you already use.</span></h2>",
      "firstParagraph": "Whether you’re launching something new or scaling what’s already live, Rollbar keeps you close to what’s happening in production. Our lightweight SDKs integrate seamlessly with the tools you already use, allowing you to get started in minutes and stay focused on building software you believe in.",
      "paragraphHtml": "<p class=\"framer-text framer-styles-preset-ry3yzs\" data-styles-preset=\"E4OP1k4aw\" dir=\"auto\">Whether you&#x2019;re launching something new or scaling what&#x2019;s already live, Rollbar keeps you close to what&#x2019;s happening in production. Our lightweight SDKs integrate seamlessly with the tools you already use, allowing you to get started in minutes and stay focused on building software you believe in.</p>",
      "words": 49,
      "direct": false,
      "issue": "First paragraph is 49 words and does not look like a concise direct answer."
    },
    {
      "heading": "Trusted by over 64,000 users.",
      "headingHtml": "<h2 class=\"framer-text framer-styles-preset-38w0w2\" data-styles-preset=\"B4ClQDZN_\" dir=\"auto\">Trusted by over 64,000 users.</h2>",
      "firstParagraph": "One of the biggest advantages has been the replay functionality. It’s made a noticeable difference in our debugging process by giving us clearer visibility into what’s happening when issues occur.",
      "paragraphHtml": "<p dir=\"auto\" style=\"--font-selector:R0Y7RE0gU2Fucy02MDA=;--framer-font-family:&quot;DM Sans&quot;, &quot;DM Sans Placeholder&quot;, sans-serif;--framer-font-open-type-features:&apos;blwf&apos; on, &apos;cv09&apos; on, &apos;cv03&apos; on, &apos;cv04&apos; on, &apos;cv11&apos; on;--framer-font-size:18px;--framer-font-weight:600;--framer-letter-spacing:-0.02em;--framer-line-height:130%;--framer-text-color:var(--token-ec34331a-6289-41dd-96c3-c365f20eb128, rgb(216, 230, 255))\" class=\"framer-text...",
      "words": 32,
      "direct": false,
      "issue": "First paragraph is 32 words and does not look like a concise direct answer."
    },
    {
      "heading": "Build with confidence. Release with clarity.",
      "headingHtml": "<h2 style=\"font-family:Poppins, sans-serif;font-weight:700;font-size:32px;letter-spacing:-0.02em;line-height:110%;color:#FFFFFF;margin:0;text-align:center;overflow:visible;padding-top:0.12em;padding-bottom:0.08em\">Build with <span style=\"background:linear-gradient(90deg, #E1E338, #F39460);-webkit-background-clip:text;background-clip:text;color:transparent;-webkit-text-fill-color:transparent;display:inline\">confidence.</span> Release with <span style=\"background:linear-gradient(90deg, #E1E338,...",
      "firstParagraph": "Rollbar helps you track what breaks, understand why, and improve what comes next.",
      "paragraphHtml": "<p class=\"framer-text framer-styles-preset-ry3yzs\" data-styles-preset=\"E4OP1k4aw\" dir=\"auto\" style=\"--framer-text-alignment:center\">Rollbar helps you track what breaks, understand why, and improve what comes next.</p>",
      "words": 13,
      "direct": false,
      "issue": "First paragraph is 13 words and does not look like a concise direct answer."
    }
  ],
  "score": 65,
  "weight": 28
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

AEO: Question-led structure

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

3 Warning

Needs attention

AEO: Question-led structure

Warning
01

Issue

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

Details

02

Why it matters

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

Check name

AEO: Question-led structure

Score

50/100

Status

warning

Category

GEO, AIO & AEO

Maturity

Emerging recommendation

Goal

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

Result

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

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

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

AIO: Answer block readiness

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

3 Warning

Needs attention

AIO: Answer block readiness

Warning
01

Issue

13 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": 18,
  "passing": 5,
  "failing": [
    {
      "heading": "Insight that helps you deliver.",
      "headingHtml": "<h2 style=\"font-family:Poppins, sans-serif;font-weight:700;font-size:32px;letter-spacing:-0.02em;line-height:110%;color:#FFFFFF;margin:0;text-align:left;overflow:visible;padding-top:0.12em;padding-bottom:0.08em\">Insight that helps you <span style=\"background:linear-gradient(90deg, #E1E338, #F39460);-webkit-background-clip:text;background-clip:text;color:transparent;-webkit-text-fill-color:transparent;display:inline\">deliver.</span></h2>",
      "firstParagraph": "Rollbar gives your team the insight to stay focused, solve faster, and make better decisions about your code. From real-time signals to deep investigation with RQL or our Model Context Protocol (MCP), the platform keeps you grounded in what’s running now and ready for what comes next.",
      "paragraphHtml": "<p class=\"framer-text framer-styles-preset-ry3yzs\" data-styles-preset=\"E4OP1k4aw\" dir=\"auto\">Rollbar gives your team the insight to stay focused, solve faster, and make better decisions about your code. From real-time signals to deep investigation with RQL or our Model Context Protocol (MCP), the platform keeps you grounded in what&#x2019;s running now and ready for what comes next.</p>",
      "words": 48,
      "direct": false,
      "issue": "First paragraph is 48 words and does not look like a concise direct answer."
    },
    {
      "heading": "Built for how you build.",
      "headingHtml": "<h2 class=\"framer-text framer-styles-preset-38w0w2\" data-styles-preset=\"B4ClQDZN_\" dir=\"auto\">Built for how you build.</h2>",
      "firstParagraph": "Great software teams don’t just react. They observe, learn, and improve with every release. Rollbar supports that process by guiding you through each step in your workflow.",
      "paragraphHtml": "<p class=\"framer-text framer-styles-preset-ry3yzs\" data-styles-preset=\"E4OP1k4aw\" dir=\"auto\" style=\"--framer-text-alignment:center\">Great software teams don&#x2019;t just react. They observe, learn, and improve with every release. Rollbar supports that process by guiding you through each step in your workflow.</p>",
      "words": 28,
      "direct": false,
      "issue": "First paragraph is 28 words and does not look like a concise direct answer."
    },
    {
      "heading": "Monitor",
      "headingHtml": "<h3 dir=\"auto\" style=\"--font-selector:RlM7UG9wcGlucy1ib2xk;--framer-font-family:&quot;Poppins&quot;, &quot;Poppins Placeholder&quot;, sans-serif;--framer-font-size:20px;--framer-font-weight:700;--framer-letter-spacing:-0.02em;--framer-line-height:120%;--framer-text-color:rgb(225, 226, 56)\" class=\"framer-text\">Monitor</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Monitor",
      "headingHtml": "<h3 dir=\"auto\" style=\"--font-selector:RlM7UG9wcGlucy1ib2xk;--framer-font-family:&quot;Poppins&quot;, &quot;Poppins Placeholder&quot;, sans-serif;--framer-font-size:18px;--framer-font-weight:700;--framer-letter-spacing:-0.02em;--framer-line-height:120%;--framer-text-color:rgb(225, 226, 56)\" class=\"framer-text\">Monitor</h3>",
      "firstParagraph": "Get real-time alerts from your running code. See what broke as it happens.",
      "paragraphHtml": "<p class=\"framer-text framer-styles-preset-ry3yzs\" data-styles-preset=\"E4OP1k4aw\" dir=\"auto\">Get real-time alerts from your running code. See what broke as it happens.</p>",
      "words": 13,
      "direct": false,
      "issue": "First paragraph is 13 words and does not look like a concise direct answer."
    },
    {
      "heading": "Understand",
      "headingHtml": "<h3 dir=\"auto\" style=\"--font-selector:RlM7UG9wcGlucy1ib2xk;--framer-font-family:&quot;Poppins&quot;, &quot;Poppins Placeholder&quot;, sans-serif;--framer-font-size:20px;--framer-font-weight:700;--framer-letter-spacing:-0.02em;--framer-line-height:120%;--framer-text-color:rgb(231, 199, 70)\" class=\"framer-text\">Understand</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Understand",
      "headingHtml": "<h3 dir=\"auto\" style=\"--font-selector:RlM7UG9wcGlucy1ib2xk;--framer-font-family:&quot;Poppins&quot;, &quot;Poppins Placeholder&quot;, sans-serif;--framer-font-size:18px;--framer-font-weight:700;--framer-letter-spacing:-0.02em;--framer-line-height:120%;--framer-text-color:rgb(231, 199, 70)\" class=\"framer-text\">Understand</h3>",
      "firstParagraph": "Replay sessions, inspect context, and uncover the root cause in seconds.",
      "paragraphHtml": "<p class=\"framer-text framer-styles-preset-ry3yzs\" data-styles-preset=\"E4OP1k4aw\" dir=\"auto\">Replay sessions, inspect context, and uncover the root cause in seconds.</p>",
      "words": 11,
      "direct": false,
      "issue": "First paragraph is 11 words and does not look like a concise direct answer."
    },
    {
      "heading": "Triage",
      "headingHtml": "<h3 dir=\"auto\" style=\"--font-selector:RlM7UG9wcGlucy1ib2xk;--framer-font-family:&quot;Poppins&quot;, &quot;Poppins Placeholder&quot;, sans-serif;--framer-font-size:20px;--framer-font-weight:700;--framer-letter-spacing:-0.02em;--framer-line-height:120%;--framer-text-color:rgb(237, 174, 83)\" class=\"framer-text\">Triage</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Triage",
      "headingHtml": "<h3 dir=\"auto\" style=\"--font-selector:RlM7UG9wcGlucy1ib2xk;--framer-font-family:&quot;Poppins&quot;, &quot;Poppins Placeholder&quot;, sans-serif;--framer-font-size:18px;--framer-font-weight:700;--framer-letter-spacing:-0.02em;--framer-line-height:120%;--framer-text-color:rgb(237, 174, 83)\" class=\"framer-text\">Triage</h3>",
      "firstParagraph": "Filter the noise. Prioritize issues. Assign the right owners automatically.",
      "paragraphHtml": "<p class=\"framer-text framer-styles-preset-ry3yzs\" data-styles-preset=\"E4OP1k4aw\" dir=\"auto\">Filter the noise. Prioritize issues. Assign the right owners automatically.</p>",
      "words": 10,
      "direct": false,
      "issue": "First paragraph is 10 words and does not look like a concise direct answer."
    },
    {
      "heading": "Solve",
      "headingHtml": "<h3 dir=\"auto\" style=\"--font-selector:RlM7UG9wcGlucy1ib2xk;--framer-font-family:&quot;Poppins&quot;, &quot;Poppins Placeholder&quot;, sans-serif;--framer-font-size:20px;--framer-font-weight:700;--framer-letter-spacing:-0.02em;--framer-line-height:120%;--framer-text-color:rgb(243, 152, 95)\" class=\"framer-text\">Solve</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Solve",
      "headingHtml": "<h3 dir=\"auto\" style=\"--font-selector:RlM7UG9wcGlucy1ib2xk;--framer-font-family:&quot;Poppins&quot;, &quot;Poppins Placeholder&quot;, sans-serif;--framer-font-size:18px;--framer-font-weight:700;--framer-letter-spacing:-0.02em;--framer-line-height:120%;--framer-text-color:rgb(243, 152, 95)\" class=\"framer-text\">Solve</h3>",
      "firstParagraph": "Track what’s resolved, what’s improving, and what’s ready to ship.",
      "paragraphHtml": "<p class=\"framer-text framer-styles-preset-ry3yzs\" data-styles-preset=\"E4OP1k4aw\" dir=\"auto\">Track what&#x2019;s resolved, what&#x2019;s improving, and what&#x2019;s ready to ship.</p>",
      "words": 13,
      "direct": false,
      "issue": "First paragraph is 13 words and does not look like a concise direct answer."
    },
    {
      "heading": "Rollbar works with the tools you already use.",
      "headingHtml": "<h2 style=\"font-family:Poppins, sans-serif;font-weight:700;font-size:32px;letter-spacing:-0.02em;line-height:110%;color:#FFFFFF;margin:0;text-align:left;overflow:visible;padding-top:0.12em;padding-bottom:0.08em\">Rollbar works with <span style=\"background:linear-gradient(90deg, #E1E338, #F39460);-webkit-background-clip:text;background-clip:text;color:transparent;-webkit-text-fill-color:transparent;display:inline\">the tools you already use.</span></h2>",
      "firstParagraph": "Whether you’re launching something new or scaling what’s already live, Rollbar keeps you close to what’s happening in production. Our lightweight SDKs integrate seamlessly with the tools you already use, allowing you to get started in minutes and stay focused on building software you believe in.",
      "paragraphHtml": "<p class=\"framer-text framer-styles-preset-ry3yzs\" data-styles-preset=\"E4OP1k4aw\" dir=\"auto\">Whether you&#x2019;re launching something new or scaling what&#x2019;s already live, Rollbar keeps you close to what&#x2019;s happening in production. Our lightweight SDKs integrate seamlessly with the tools you already use, allowing you to get started in minutes and stay focused on building software you believe in.</p>",
      "words": 49,
      "direct": false,
      "issue": "First paragraph is 49 words and does not look like a concise direct answer."
    },
    {
      "heading": "Trusted by over 64,000 users.",
      "headingHtml": "<h2 class=\"framer-text framer-styles-preset-38w0w2\" data-styles-preset=\"B4ClQDZN_\" dir=\"auto\">Trusted by over 64,000 users.</h2>",
      "firstParagraph": "One of the biggest advantages has been the replay functionality. It’s made a noticeable difference in our debugging process by giving us clearer visibility into what’s happening when issues occur.",
      "paragraphHtml": "<p dir=\"auto\" style=\"--font-selector:R0Y7RE0gU2Fucy02MDA=;--framer-font-family:&quot;DM Sans&quot;, &quot;DM Sans Placeholder&quot;, sans-serif;--framer-font-open-type-features:&apos;blwf&apos; on, &apos;cv09&apos; on, &apos;cv03&apos; on, &apos;cv04&apos; on, &apos;cv11&apos; on;--framer-font-size:18px;--framer-font-weight:600;--framer-letter-spacing:-0.02em;--framer-line-height:130%;--framer-text-color:var(--token-ec34331a-6289-41dd-96c3-c365f20eb128, rgb(216, 230, 255))\" class=\"framer-text...",
      "words": 32,
      "direct": false,
      "issue": "First paragraph is 32 words and does not look like a concise direct answer."
    },
    {
      "heading": "Build with confidence. Release with clarity.",
      "headingHtml": "<h2 style=\"font-family:Poppins, sans-serif;font-weight:700;font-size:32px;letter-spacing:-0.02em;line-height:110%;color:#FFFFFF;margin:0;text-align:center;overflow:visible;padding-top:0.12em;padding-bottom:0.08em\">Build with <span style=\"background:linear-gradient(90deg, #E1E338, #F39460);-webkit-background-clip:text;background-clip:text;color:transparent;-webkit-text-fill-color:transparent;display:inline\">confidence.</span> Release with <span style=\"background:linear-gradient(90deg, #E1E338,...",
      "firstParagraph": "Rollbar helps you track what breaks, understand why, and improve what comes next.",
      "paragraphHtml": "<p class=\"framer-text framer-styles-preset-ry3yzs\" data-styles-preset=\"E4OP1k4aw\" dir=\"auto\" style=\"--framer-text-alignment:center\">Rollbar helps you track what breaks, understand why, and improve what comes next.</p>",
      "words": 13,
      "direct": false,
      "issue": "First paragraph is 13 words and does not look like a concise direct answer."
    }
  ],
  "score": 65,
  "weight": 8
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

GEO: Explanatory content depth

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

2 Warning

Needs attention

GEO: Explanatory content depth

Warning
01

Issue

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

Details

02

Why it matters

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

Check name

GEO: Explanatory content depth

Score

75/100

Status

warning

Category

GEO, AIO & AEO

Maturity

Emerging recommendation

Goal

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

Result

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

Evidence
{
  "candidatePassages": 3,
  "citablePassages": 0,
  "failingCandidateParagraphs": [
    {
      "index": 29,
      "heading": "H2: Insight that helps you deliver.",
      "text": "Rollbar gives your team the insight to stay focused, solve faster, and make better decisions about your code. From real-time signals to deep investigation with RQL or our Model Context Protocol (MCP), the platform keeps you grounded in what’s running now and ready for what comes next.",
      "words": 48,
      "hasEvidence": false,
      "reasons": [
        "Too short for a citation-ready passage (48 words; target 80-220).",
        "Missing a named source, statistic, date, percentage, report, or other evidence signal."
      ],
      "html": "<p class=\"framer-text framer-styles-preset-ry3yzs\" data-styles-preset=\"E4OP1k4aw\" dir=\"auto\">Rollbar gives your team the insight to stay focused, solve faster, and make better decisions about your code. From real-time signals to deep investigation with RQL or our Model Context Protocol (MCP), the platform keeps you grounded in what&#x2019;s running now and ready for what comes next.</p>"
    },
    {
      "index": 52,
      "heading": "H2: Rollbar works with the tools you already use.",
      "text": "Whether you’re launching something new or scaling what’s already live, Rollbar keeps you close to what’s happening in production. Our lightweight SDKs integrate seamlessly with the tools you already use, allowing you to get started in minutes and stay focused on building software you believe in.",
      "words": 49,
      "hasEvidence": false,
      "reasons": [
        "Too short for a citation-ready passage (49 words; target 80-220).",
        "Missing a named source, statistic, date, percentage, report, or other evidence signal."
      ],
      "html": "<p class=\"framer-text framer-styles-preset-ry3yzs\" data-styles-preset=\"E4OP1k4aw\" dir=\"auto\">Whether you&#x2019;re launching something new or scaling what&#x2019;s already live, Rollbar keeps you close to what&#x2019;s happening in production. Our lightweight SDKs integrate seamlessly with the tools you already use, allowing you to get started in minutes and stay focused on building software you believe in.</p>"
    },
    {
      "index": 59,
      "heading": "H2: Trusted by over 64,000 users.",
      "text": "Rollbar was invaluable during the launch of our new platform, as it helped us proactively identify edge cases that appeared as soon as production data was flowing that otherwise may not have been caught until a user made a report.",
      "words": 40,
      "hasEvidence": true,
      "reasons": [
        "Too short for a citation-ready passage (40 words; target 80-220)."
      ],
      "html": "<p dir=\"auto\" style=\"--font-selector:R0Y7RE0gU2Fucy02MDA=;--framer-font-family:&quot;DM Sans&quot;, &quot;DM Sans Placeholder&quot;, sans-serif;--framer-font-open-type-features:&apos;blwf&apos; on, &apos;cv09&apos; on, &apos;cv03&apos; on, &apos;cv04&apos; on, &apos;cv11&apos; on;--framer-font-size:18px;--framer-font-weight:600;--framer-letter-spacing:-0.02em;--framer-line-height:130%;--framer-text-color:var(--token-ec34331a-6289-41dd-96c3-c365f20eb128, rgb(216, 230, 255))\" class=\"framer-text..."
    }
  ],
  "citableParagraphs": [],
  "score": 75,
  "weight": 18
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

GEO: Entity clarity

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

2 Warning

Needs attention

GEO: Entity clarity

Warning
01

Issue

Title/H1 terms missing from description: logging, service, every, release, under, control.

Details

02

Why it matters

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

Check name

GEO: Entity clarity

Score

84/100

Status

warning

Category

GEO, AIO & AEO

Maturity

Emerging recommendation

Goal

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

Result

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

Evidence
{
  "title": "Rollbar | Error logging & tracking service for software teams",
  "h1": "Every error. Every release.Under control.",
  "description": "Real-time error monitoring and tracking for software teams. Rollbar connects errors, session replays, and releases in one place. Free plan available.",
  "topicOverlap": 0.45454545454545453,
  "topicTerms": [
    "rollbar",
    "error",
    "logging",
    "tracking",
    "service",
    "software",
    "teams",
    "every",
    "release",
    "under",
    "control"
  ],
  "descriptionTerms": [
    "real",
    "time",
    "error",
    "monitoring",
    "tracking",
    "software",
    "teams",
    "rollbar",
    "connects",
    "errors",
    "session",
    "replays",
    "releases",
    "one",
    "place",
    "free",
    "plan",
    "available"
  ],
  "missingFromDescription": [
    "logging",
    "service",
    "every",
    "release",
    "under",
    "control"
  ],
  "score": 84,
  "weight": 28
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

GEO: Extraction-friendly structure

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

2 Warning

Needs attention

GEO: Extraction-friendly structure

Warning
01

Issue

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

Details

02

Why it matters

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

Check name

GEO: Extraction-friendly structure

Score

85/100

Status

warning

Category

GEO, AIO & AEO

Maturity

Emerging recommendation

Goal

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

Result

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

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

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

AEO: Entity and definition clarity

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

1 Warning

Needs attention

AEO: Entity and definition clarity

Warning
01

Issue

Entity or definition gaps: logging, service, every, release, under, control.

Details

02

Why it matters

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

Check name

AEO: Entity and definition clarity

Score

86/100

Status

warning

Category

GEO, AIO & AEO

Maturity

Emerging recommendation

Goal

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

Result

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

Evidence
{
  "title": "Rollbar | Error logging & tracking service for software teams",
  "h1": "Every error. Every release.Under control.",
  "description": "Real-time error monitoring and tracking for software teams. Rollbar connects errors, session replays, and releases in one place. Free plan available.",
  "topicOverlap": 0.45454545454545453,
  "definitionCount": 3,
  "topicTerms": [
    "rollbar",
    "error",
    "logging",
    "tracking",
    "service",
    "software",
    "teams",
    "every",
    "release",
    "under",
    "control"
  ],
  "descriptionTerms": [
    "real",
    "time",
    "error",
    "monitoring",
    "tracking",
    "software",
    "teams",
    "rollbar",
    "connects",
    "errors",
    "session",
    "replays",
    "releases",
    "one",
    "place",
    "free",
    "plan",
    "available"
  ],
  "missingFromDescription": [
    "logging",
    "service",
    "every",
    "release",
    "under",
    "control"
  ],
  "score": 86,
  "weight": 18
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

AEO: Answer intent coverage

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

1 Warning

Needs attention

AEO: Answer intent coverage

Warning
01

Issue

Missing likely AI Overview intent sections: 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": "Rollbar Resolve",
      "html": "<h2 style=\"font-family:Poppins, sans-serif;font-weight:700;font-size:32px;letter-spacing:-0.02em;line-height:110%;color:#FFFFFF;margin:0;text-align:left;overflow:visible;padding-top:0.12em;padding-bottom:0.08em\">Rollbar <span style=\"background:linear-gradient(90deg, #E1E338, #F39460);-webkit-background-clip:text;background-clip:text;color:transparent;-webkit-text-fill-color:transparent;display:inline\">Resolve</span></h2>"
    },
    {
      "text": "Root Cause Analysis",
      "html": "<h2 class=\"framer-text framer-styles-preset-38w0w2\" data-styles-preset=\"B4ClQDZN_\" dir=\"auto\">Root Cause Analysis</h2>"
    },
    {
      "text": "Know what broke and why.",
      "html": "<h2 style=\"font-family:Poppins, sans-serif;font-weight:700;font-size:32px;letter-spacing:-0.02em;line-height:110%;color:#FFFFFF;margin:0;text-align:left;overflow:visible;padding-top:0.12em;padding-bottom:0.08em\">Know what broke and <span style=\"background:linear-gradient(90deg, #E1E338, #F39460);-webkit-background-clip:text;background-clip:text;color:transparent;-webkit-text-fill-color:transparent;display:inline\">why.</span></h2>"
    },
    {
      "text": "See what your users saw.",
      "html": "<h2 style=\"font-family:Poppins, sans-serif;font-weight:700;font-size:32px;letter-spacing:-0.02em;line-height:110%;color:#FFFFFF;margin:0;text-align:left;overflow:visible;padding-top:0.12em;padding-bottom:0.08em\">See what <span style=\"background:linear-gradient(90deg, #E1E338, #F39460);-webkit-background-clip:text;background-clip:text;color:transparent;-webkit-text-fill-color:transparent;display:inline\">your users saw.</span></h2>"
    },
    {
      "text": "Insight that helps you deliver.",
      "html": "<h2 style=\"font-family:Poppins, sans-serif;font-weight:700;font-size:32px;letter-spacing:-0.02em;line-height:110%;color:#FFFFFF;margin:0;text-align:left;overflow:visible;padding-top:0.12em;padding-bottom:0.08em\">Insight that helps you <span style=\"background:linear-gradient(90deg, #E1E338, #F39460);-webkit-background-clip:text;background-clip:text;color:transparent;-webkit-text-fill-color:transparent;display:inline\">deliver.</span></h2>"
    },
    {
      "text": "Built for how you build.",
      "html": "<h2 class=\"framer-text framer-styles-preset-38w0w2\" data-styles-preset=\"B4ClQDZN_\" dir=\"auto\">Built for how you build.</h2>"
    },
    {
      "text": "Reliable, fast, and built for growth.",
      "html": "<h2 style=\"font-family:Poppins, sans-serif;font-weight:700;font-size:32px;letter-spacing:-0.02em;line-height:110%;color:#FFFFFF;margin:0;text-align:center;overflow:visible;padding-top:0.12em;padding-bottom:0.08em\">Reliable, fast, and <span style=\"background:linear-gradient(90deg, #E1E338, #F39460);-webkit-background-clip:text;background-clip:text;color:transparent;-webkit-text-fill-color:transparent;display:inline\">built for growth.</span></h2>"
    },
    {
      "text": "Rollbar works with the tools you already use.",
      "html": "<h2 style=\"font-family:Poppins, sans-serif;font-weight:700;font-size:32px;letter-spacing:-0.02em;line-height:110%;color:#FFFFFF;margin:0;text-align:left;overflow:visible;padding-top:0.12em;padding-bottom:0.08em\">Rollbar works with <span style=\"background:linear-gradient(90deg, #E1E338, #F39460);-webkit-background-clip:text;background-clip:text;color:transparent;-webkit-text-fill-color:transparent;display:inline\">the tools you already use.</span></h2>"
    },
    {
      "text": "Trusted by over 64,000 users.",
      "html": "<h2 class=\"framer-text framer-styles-preset-38w0w2\" data-styles-preset=\"B4ClQDZN_\" dir=\"auto\">Trusted by over 64,000 users.</h2>"
    },
    {
      "text": "Build with confidence. Release with clarity.",
      "html": "<h2 style=\"font-family:Poppins, sans-serif;font-weight:700;font-size:32px;letter-spacing:-0.02em;line-height:110%;color:#FFFFFF;margin:0;text-align:center;overflow:visible;padding-top:0.12em;padding-bottom:0.08em\">Build with <span style=\"background:linear-gradient(90deg, #E1E338, #F39460);-webkit-background-clip:text;background-clip:text;color:transparent;-webkit-text-fill-color:transparent;display:inline\">confidence.</span> Release with <span style=\"background:linear-gradient(90deg, #E1E338,..."
    }
  ],
  "expected": [
    {
      "id": "what",
      "label": "What is Rollbar?",
      "pattern": {}
    },
    {
      "id": "how",
      "label": "How does Rollbar work?",
      "pattern": {}
    },
    {
      "id": "benefits",
      "label": "Why use Rollbar?",
      "pattern": {}
    },
    {
      "id": "cost",
      "label": "Is Rollbar free or paid?",
      "pattern": {}
    },
    {
      "id": "compare",
      "label": "How does Rollbar compare with alternatives?",
      "pattern": {}
    }
  ],
  "missing": [
    {
      "id": "cost",
      "label": "Is Rollbar free or paid?",
      "pattern": {}
    },
    {
      "id": "compare",
      "label": "How does Rollbar compare with alternatives?",
      "pattern": {}
    }
  ],
  "score": 70,
  "weight": 8
}

Agent Ease of UseAPIEmerging recommendation

AI context endpoint

AI context endpoint is informational for this page.

Informational

Needs attention

AI context endpoint

Informational
01

Issue

AI context endpoint is informational for this page.

02

Why it matters

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

Check name

AI context endpoint

Score

100/100

Status

informational

Category

API

Maturity

Emerging recommendation

Goal

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

Result

AI context endpoint is informational for this page.

Validation steps

  1. Fetch to find resource

    AI context endpoint was not found at the expected path.

Evidence
{
  "steps": [
    {
      "id": "fetch",
      "title": "Fetch to find resource",
      "status": "informational",
      "evidence": {
        "checked": [
          {
            "path": "/api/ai/context",
            "statusCode": 404,
            "contentType": "application/octet-stream",
            "length": 4
          },
          {
            "path": "/api/context",
            "statusCode": 404,
            "contentType": "application/octet-stream",
            "length": 4
          },
          {
            "path": "/context",
            "statusCode": 404,
            "contentType": "text/html; charset=UTF-8",
            "length": 11662
          }
        ]
      },
      "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: 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": "Rollbar Resolve",
      "html": "<h2 style=\"font-family:Poppins, sans-serif;font-weight:700;font-size:32px;letter-spacing:-0.02em;line-height:110%;color:#FFFFFF;margin:0;text-align:left;overflow:visible;padding-top:0.12em;padding-bottom:0.08em\">Rollbar <span style=\"background:linear-gradient(90deg, #E1E338, #F39460);-webkit-background-clip:text;background-clip:text;color:transparent;-webkit-text-fill-color:transparent;display:inline\">Resolve</span></h2>"
    },
    {
      "text": "Root Cause Analysis",
      "html": "<h2 class=\"framer-text framer-styles-preset-38w0w2\" data-styles-preset=\"B4ClQDZN_\" dir=\"auto\">Root Cause Analysis</h2>"
    },
    {
      "text": "Know what broke and why.",
      "html": "<h2 style=\"font-family:Poppins, sans-serif;font-weight:700;font-size:32px;letter-spacing:-0.02em;line-height:110%;color:#FFFFFF;margin:0;text-align:left;overflow:visible;padding-top:0.12em;padding-bottom:0.08em\">Know what broke and <span style=\"background:linear-gradient(90deg, #E1E338, #F39460);-webkit-background-clip:text;background-clip:text;color:transparent;-webkit-text-fill-color:transparent;display:inline\">why.</span></h2>"
    },
    {
      "text": "See what your users saw.",
      "html": "<h2 style=\"font-family:Poppins, sans-serif;font-weight:700;font-size:32px;letter-spacing:-0.02em;line-height:110%;color:#FFFFFF;margin:0;text-align:left;overflow:visible;padding-top:0.12em;padding-bottom:0.08em\">See what <span style=\"background:linear-gradient(90deg, #E1E338, #F39460);-webkit-background-clip:text;background-clip:text;color:transparent;-webkit-text-fill-color:transparent;display:inline\">your users saw.</span></h2>"
    },
    {
      "text": "Insight that helps you deliver.",
      "html": "<h2 style=\"font-family:Poppins, sans-serif;font-weight:700;font-size:32px;letter-spacing:-0.02em;line-height:110%;color:#FFFFFF;margin:0;text-align:left;overflow:visible;padding-top:0.12em;padding-bottom:0.08em\">Insight that helps you <span style=\"background:linear-gradient(90deg, #E1E338, #F39460);-webkit-background-clip:text;background-clip:text;color:transparent;-webkit-text-fill-color:transparent;display:inline\">deliver.</span></h2>"
    },
    {
      "text": "Built for how you build.",
      "html": "<h2 class=\"framer-text framer-styles-preset-38w0w2\" data-styles-preset=\"B4ClQDZN_\" dir=\"auto\">Built for how you build.</h2>"
    },
    {
      "text": "Reliable, fast, and built for growth.",
      "html": "<h2 style=\"font-family:Poppins, sans-serif;font-weight:700;font-size:32px;letter-spacing:-0.02em;line-height:110%;color:#FFFFFF;margin:0;text-align:center;overflow:visible;padding-top:0.12em;padding-bottom:0.08em\">Reliable, fast, and <span style=\"background:linear-gradient(90deg, #E1E338, #F39460);-webkit-background-clip:text;background-clip:text;color:transparent;-webkit-text-fill-color:transparent;display:inline\">built for growth.</span></h2>"
    },
    {
      "text": "Rollbar works with the tools you already use.",
      "html": "<h2 style=\"font-family:Poppins, sans-serif;font-weight:700;font-size:32px;letter-spacing:-0.02em;line-height:110%;color:#FFFFFF;margin:0;text-align:left;overflow:visible;padding-top:0.12em;padding-bottom:0.08em\">Rollbar works with <span style=\"background:linear-gradient(90deg, #E1E338, #F39460);-webkit-background-clip:text;background-clip:text;color:transparent;-webkit-text-fill-color:transparent;display:inline\">the tools you already use.</span></h2>"
    },
    {
      "text": "Trusted by over 64,000 users.",
      "html": "<h2 class=\"framer-text framer-styles-preset-38w0w2\" data-styles-preset=\"B4ClQDZN_\" dir=\"auto\">Trusted by over 64,000 users.</h2>"
    },
    {
      "text": "Build with confidence. Release with clarity.",
      "html": "<h2 style=\"font-family:Poppins, sans-serif;font-weight:700;font-size:32px;letter-spacing:-0.02em;line-height:110%;color:#FFFFFF;margin:0;text-align:center;overflow:visible;padding-top:0.12em;padding-bottom:0.08em\">Build with <span style=\"background:linear-gradient(90deg, #E1E338, #F39460);-webkit-background-clip:text;background-clip:text;color:transparent;-webkit-text-fill-color:transparent;display:inline\">confidence.</span> Release with <span style=\"background:linear-gradient(90deg, #E1E338,..."
    }
  ],
  "expected": [
    {
      "id": "what",
      "label": "What is Rollbar?",
      "pattern": {}
    },
    {
      "id": "how",
      "label": "How does Rollbar work?",
      "pattern": {}
    },
    {
      "id": "benefits",
      "label": "Why use Rollbar?",
      "pattern": {}
    },
    {
      "id": "cost",
      "label": "Is Rollbar free or paid?",
      "pattern": {}
    },
    {
      "id": "compare",
      "label": "How does Rollbar compare with alternatives?",
      "pattern": {}
    }
  ],
  "missing": [
    {
      "id": "cost",
      "label": "Is Rollbar free or paid?",
      "pattern": {}
    },
    {
      "id": "compare",
      "label": "How does Rollbar compare with alternatives?",
      "pattern": {}
    }
  ],
  "score": 70,
  "weight": 4
}

Agent Ease of UseAuthEmerging recommendation

Auth.md Agent Registration

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

Informational

Needs attention

Auth.md Agent Registration

Informational
01

Issue

auth.md response did not match the expected agent registration shape. Content-Type "text/html; charset=UTF-8" is not Markdown or text/plain; missing /.well-known/oauth-protected-resource link; missing /.well-known/oauth-authorization-server link; missing supported identity 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 /.well-known/oauth-protected-resource link; missing /.well-known/oauth-authorization-server link; missing supported identity 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": 22089,
        "validation": {
          "valid": false,
          "issue": "auth.md response did not match the expected agent registration shape. Content-Type \"text/html; charset=UTF-8\" is not Markdown or text/plain; missing /.well-known/oauth-protected-resource link; missing /.well-known/oauth-authorization-server link; missing supported identity type language.",
          "compatibleContentType": false,
          "contentLength": 19698,
          "hasRegisterInstructions": true,
          "hasProtectedResourceLink": false,
          "hasAuthorizationServerLink": false,
          "mentionsIdentity": false,
          "mentionsCredential": true,
          "links": [
            "/javascript",
            "/',",
            "/'",
            "https://api.rollbar.com/api/1/\",",
            "/index",
            "///./',",
            "https://cdnjs.cloudflare.com/ajax/libs/rollbar.js/2.2.8/rollbar.min.js\",_rollbarConfig.async=void",
            "/script",
            "https://www.googletagmanager.com/gtag/js?id=G-ZV8BQNLKTH\"></script>",
            "/script"
          ],
          "rawExcerpt": "\n\n\n\n\n\n\n\n<!DOCTYPE html>\n<html class=\"no-js\">\n  <head>\n    \n  \n  \n<script type=\"text/javascript\">\n(\n  function() {\n    var filterPrefixes = ['chrome-extension:\\\\/\\\\/', 'safari-extension:\\\\/\\\\/'];\n    var filterRegex = new RegExp('^' + filterPrefixes.join('|'));\n\n    function filterBrowserExtensions(isUncaught, args, payload) {\n      function checkTrace(trace) {\n        var frames = trace.frames;\n        var length = frames.length - 1;\n        for(; length >= 0; length--) {\n          if(filterRegex.test(frames[length].filename)) {\n            return true;\n          }\n        }\n        return false;\n      }\n      function checkTraceChain(traceChain) {\n        var length = traceChain.length - 1;\n        for(; length >= 0; length--) {\n          if(checkTrace(traceChain[length])) {\n            r"
        }
      },
      "issue": "auth.md response did not match the expected agent registration shape. Content-Type \"text/html; charset=UTF-8\" is not Markdown or text/plain; missing /.well-known/oauth-protected-resource link; missing /.well-known/oauth-authorization-server link; missing supported identity 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": 21483,
        "text": "\n\n\n\n\n\n\n\n<!DOCTYPE html>\n<html class=\"no-js\">\n  <head>\n    \n  \n  \n<script type=\"text/javascript\">\n(\n  function() {\n    var filterPrefixes = ['chrome-extension:\\\\/\\\\/', 'safari-extension:\\\\/\\\\/'];\n    var filterRegex = new RegExp('^' + filterPrefixes.join('|'));\n\n    function filterBrowserExtensions(isUncaught, args, payload) {\n      function checkTrace(trace) {\n        var frames = trace.frames;\n        var length = frames.length - 1;\n        for(; length >= 0; length--) {\n          if(filterRegex.test(frames[length].filename)) {\n            return true;\n          }\n        }\n        return false;\n      }\n      function checkTraceChain(traceChain) {\n        var length = traceChain.length - 1;\n        for(; length >= 0; length--) {\n          if(checkTrace(traceChain[length])) {\n            return true;\n          }\n        }\n      }\n\n      if(payload && payload.body) {\n        if(payload.body.trace) {\n          return checkTrace(payload.body.trace);\n        } else if(payload.body.trace_chain) {\n          return checkTraceChain(payload.body.trace_chain);\n        }\n      }\n      return false;\n  }\n\n  var _rollbarConfig = {\n    globalAlias: \"_rollbar\",\n    accessToken: \"3574685c0b214ec2a183fc0ee117f654\",\n    autoInstrument: true,\n    captureUncaught: true,\n    captureUnhandledRejections: true,\n    uncaughtErrorLevel: \"error\",\n    checkIgnore: filterBrowserExtensions,\n    endpoint: \"https://api.rollbar.com/api/1/\",\n    payload: {\n      environment: \"production-k8s\",\n      context: \"project/index\",\n      server: {\n        root: 'webpack:///./',\n        host: \"mox-web-blue-7cc6f9d448-9cj9j\"\n      },\n      client: {\n        javascript: {\n          source_map_enabled: true,\n          code_version: \"c2a83c4fe014001dd861bde6eea52aa1856a7587\",\n          guess_uncaught_frames: true\n        }\n      }\n    }\n  };\n  !function(r){function o(n){if(e[n])return e[n].exports;var t=e[n]={exports:{},id:n,loaded:!1};return r[n].call(t.exports,t,t.exports,o),t.loaded=!0,t.exports}var e={};return o.m=r,o.c=e,o.p=\"\",o(0)}([function(r,o,e){\"use strict\";var n=e(1),t=e(4);_rollbarConfig=_rollbarConfig||{},_rollbarConfig.rollbarJsUrl=_rollbarConfig.rollbarJsUrl||\"https://cdnjs.cloudflare.com/ajax/libs/rollbar.js/2.2.8/rollbar.min.js\",_rollbarConfig.async=void 0===_rollbarConfig.async||_rollbarConfig.async;var a=n.setupShim(window,_rollbarConfig),l=t(_rollbarConfig);window.rollbar=n.Rollbar,a.loadFull(window,document,!_rollbarConfig.async,_rollbarConfig,l)},function(r,o,e){\"use strict\";function n(r){return function(){try{return r.apply(this,arguments)}catch(r){try{console.error(\"[Rollbar]: Internal error\",r)}catch(r){}}}}function t(r,o){this.options=r,this._rollbarOldOnError=null;var e=s++;this.shimId=function(){return e},window&&window._rollbarShims&&(window._rollbarShims[e]={handler:o,messages:[]})}function a(r,o){var e=o.globalAlias||\"Rollbar\";if(\"object\"==typeof r[e])return r[e];r._rollbarShims={},r._rollbarWrappedError=null;var t=new p(o);return n(function(){o.captureUncaught&&(t._rollbarOldOnError=r.onerror,i.captureUncaughtExceptions(r,t,!0),i.wrapGlobals(r,t,!0)),o.captureUnhandledRejections&&i.captureUnhandledRejections(r,t,!0);var n=o.autoInstrument;return(void 0===n||n===!0||\"object\"==typeof n&&n.network)&&r.addEventListener&&(r.addEventListener(\"load\",t.captureLoad.bind(t)),r.addEventListener(\"DOMContentLoaded\",t.captureDomContentLoaded.bind(t))),r[e]=t,t})()}function l(r){return n(function(){var o=this,e=Array.prototype.slice.call(arguments,0),n={shim:o,method:r,args:e,ts:new Date};window._rollbarShims[this.shimId()].messages.push(n)})}var i=e(2),s=0,d=e(3),c=function(r,o){return new t(r,o)},p=d.bind(null,c);t.prototype.loadFull=function(r,o,e,t,a){var l=function(){var o;if(void 0===r._rollbarDidLoad){o=new Error(\"rollbar.js did not load\");for(var e,n,t,l,i=0;e=r._rollbarShims[i++];)for(e=e.messages||[];n=e.shift();)for(t=n.args||[],i=0;i<t.length;++i)if(l=t[i],\"function\"==typeof l){l(o);break}}\"function\"==typeof a&&a(o)},i=!1,s=o.createElement(\"scr"
      },
      "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": 21074,
          "text": "\n\n\n\n\n\n\n\n<!DOCTYPE html>\n<html class=\"no-js\">\n  <head>\n    \n  \n  \n<script type=\"text/javascript\">\n(\n  function() {\n    var filterPrefixes = ['chrome-extension:\\\\/\\\\/', 'safari-extension:\\\\/\\\\/'];\n    var filterRegex = new RegExp('^' + filterPrefixes.join('|'));\n\n    function filterBrowserExtensions(isUncaught, args, payload) {\n      function checkTrace(trace) {\n        var frames = trace.frames;\n        var length = frames.length - 1;\n        for(; length >= 0; length--) {\n          if(filterRegex.test(frames[length].filename)) {\n            return true;\n          }\n        }\n        return false;\n      }\n      function checkTraceChain(traceChain) {\n        var length = traceChain.length - 1;\n        for(; length >= 0; length--) {\n          if(checkTrace(traceChain[length])) {\n            return true;\n          }\n        }\n      }\n\n      if(payload && payload.body) {\n        if(payload.body.trace) {\n          return checkTrace(payload.body.trace);\n        } else if(payload.body.trace_chain) {\n          return checkTraceChain(payload.body.trace_chain);\n        }\n      }\n      return false;\n  }\n\n  var _rollbarConfig = {\n    globalAlias: \"_rollbar\",\n    accessToken: \"3574685c0b214ec2a183fc0ee117f654\",\n    autoInstrument: true,\n    captureUncaught: true,\n    captureUnhandledRejections: true,\n    uncaughtErrorLevel: \"error\",\n    checkIgnore: filterBrowserExtensions,\n    endpoint: \"https://api.rollbar.com/api/1/\",\n    payload: {\n      environment: \"production-k8s\",\n      context: \"project/index\",\n      server: {\n        root: 'webpack:///./',\n        host: \"mox-web-blue-7cc6f9d448-r7787\"\n      },\n      client: {\n        javascript: {\n          source_map_enabled: true,\n          code_version: \"c2a83c4fe014001dd861bde6eea52aa1856a7587\",\n          guess_uncaught_frames: true\n        }\n      }\n    }\n  };\n  !function(r){function o(n){if(e[n])return e[n].exports;var t=e[n]={exports:{},id:n,loaded:!1};return r[n].call(t.exports,t,t.exports,o),t.loaded=!0,t.exports}var e={};return o.m=r,o.c=e,o.p=\"\",o(0)}([function(r,o,e){\"use strict\";var n=e(1),t=e(4);_rollbarConfig=_rollbarConfig||{},_rollbarConfig.rollbarJsUrl=_rollbarConfig.rollbarJsUrl||\"https://cdnjs.cloudflare.com/ajax/libs/rollbar.js/2.2.8/rollbar.min.js\",_rollbarConfig.async=void 0===_rollbarConfig.async||_rollbarConfig.async;var a=n.setupShim(window,_rollbarConfig),l=t(_rollbarConfig);window.rollbar=n.Rollbar,a.loadFull(window,document,!_rollbarConfig.async,_rollbarConfig,l)},function(r,o,e){\"use strict\";function n(r){return function(){try{return r.apply(this,arguments)}catch(r){try{console.error(\"[Rollbar]: Internal error\",r)}catch(r){}}}}function t(r,o){this.options=r,this._rollbarOldOnError=null;var e=s++;this.shimId=function(){return e},window&&window._rollbarShims&&(window._rollbarShims[e]={handler:o,messages:[]})}function a(r,o){var e=o.globalAlias||\"Rollbar\";if(\"object\"==typeof r[e])return r[e];r._rollbarShims={},r._rollbarWrappedError=null;var t=new p(o);return n(function(){o.captureUncaught&&(t._rollbarOldOnError=r.onerror,i.captureUncaughtExceptions(r,t,!0),i.wrapGlobals(r,t,!0)),o.captureUnhandledRejections&&i.captureUnhandledRejections(r,t,!0);var n=o.autoInstrument;return(void 0===n||n===!0||\"object\"==typeof n&&n.network)&&r.addEventListener&&(r.addEventListener(\"load\",t.captureLoad.bind(t)),r.addEventListener(\"DOMContentLoaded\",t.captureDomContentLoaded.bind(t))),r[e]=t,t})()}function l(r){return n(function(){var o=this,e=Array.prototype.slice.call(arguments,0),n={shim:o,method:r,args:e,ts:new Date};window._rollbarShims[this.shimId()].messages.push(n)})}var i=e(2),s=0,d=e(3),c=function(r,o){return new t(r,o)},p=d.bind(null,c);t.prototype.loadFull=function(r,o,e,t,a){var l=function(){var o;if(void 0===r._rollbarDidLoad){o=new Error(\"rollbar.js did not load\");for(var e,n,t,l,i=0;e=r._rollbarShims[i++];)for(e=e.messages||[];n=e.shift();)for(t=n.args||[],i=0;i<t.length;++i)if(l=t[i],\"function\"==typeof l){l(o);break}}\"function\"==typeof a&&a(o)},i=!1,s=o.createElement(\"scr"
        }
      },
      "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": 6,
    "signals": [
      {
        "source": "link:href",
        "weight": 3,
        "match": "auth link"
      },
      {
        "source": "visible-text",
        "weight": 3,
        "match": "log in"
      }
    ]
  },
  "resourceFetchSucceeded": false
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

GEO: Q&A and FAQ opportunities

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

Informational

Needs attention

GEO: Q&A and FAQ opportunities

Informational
01

Issue

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

Details

02

Why it matters

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

Check name

GEO: Q&A and FAQ opportunities

Score

75/100

Status

informational

Category

GEO, AIO & AEO

Maturity

Emerging recommendation

Goal

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

Result

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

Evidence
{
  "h2Count": 10,
  "questionH2s": 0,
  "hasFaq": false,
  "nonQuestionH2s": [
    {
      "index": 1,
      "text": "Rollbar Resolve",
      "isQuestion": false,
      "html": "<h2 style=\"font-family:Poppins, sans-serif;font-weight:700;font-size:32px;letter-spacing:-0.02em;line-height:110%;color:#FFFFFF;margin:0;text-align:left;overflow:visible;padding-top:0.12em;padding-bottom:0.08em\">Rollbar <span style=\"background:linear-gradient(90deg, #E1E338, #F39460);-webkit-background-clip:text;background-clip:text;color:transparent;-webkit-text-fill-color:transparent;display:inline\">Resolve</span></h2>"
    },
    {
      "index": 2,
      "text": "Root Cause Analysis",
      "isQuestion": false,
      "html": "<h2 class=\"framer-text framer-styles-preset-38w0w2\" data-styles-preset=\"B4ClQDZN_\" dir=\"auto\">Root Cause Analysis</h2>"
    },
    {
      "index": 3,
      "text": "Know what broke and why.",
      "isQuestion": false,
      "html": "<h2 style=\"font-family:Poppins, sans-serif;font-weight:700;font-size:32px;letter-spacing:-0.02em;line-height:110%;color:#FFFFFF;margin:0;text-align:left;overflow:visible;padding-top:0.12em;padding-bottom:0.08em\">Know what broke and <span style=\"background:linear-gradient(90deg, #E1E338, #F39460);-webkit-background-clip:text;background-clip:text;color:transparent;-webkit-text-fill-color:transparent;display:inline\">why.</span></h2>"
    },
    {
      "index": 4,
      "text": "See what your users saw.",
      "isQuestion": false,
      "html": "<h2 style=\"font-family:Poppins, sans-serif;font-weight:700;font-size:32px;letter-spacing:-0.02em;line-height:110%;color:#FFFFFF;margin:0;text-align:left;overflow:visible;padding-top:0.12em;padding-bottom:0.08em\">See what <span style=\"background:linear-gradient(90deg, #E1E338, #F39460);-webkit-background-clip:text;background-clip:text;color:transparent;-webkit-text-fill-color:transparent;display:inline\">your users saw.</span></h2>"
    },
    {
      "index": 5,
      "text": "Insight that helps you deliver.",
      "isQuestion": false,
      "html": "<h2 style=\"font-family:Poppins, sans-serif;font-weight:700;font-size:32px;letter-spacing:-0.02em;line-height:110%;color:#FFFFFF;margin:0;text-align:left;overflow:visible;padding-top:0.12em;padding-bottom:0.08em\">Insight that helps you <span style=\"background:linear-gradient(90deg, #E1E338, #F39460);-webkit-background-clip:text;background-clip:text;color:transparent;-webkit-text-fill-color:transparent;display:inline\">deliver.</span></h2>"
    },
    {
      "index": 6,
      "text": "Built for how you build.",
      "isQuestion": false,
      "html": "<h2 class=\"framer-text framer-styles-preset-38w0w2\" data-styles-preset=\"B4ClQDZN_\" dir=\"auto\">Built for how you build.</h2>"
    },
    {
      "index": 7,
      "text": "Reliable, fast, and built for growth.",
      "isQuestion": false,
      "html": "<h2 style=\"font-family:Poppins, sans-serif;font-weight:700;font-size:32px;letter-spacing:-0.02em;line-height:110%;color:#FFFFFF;margin:0;text-align:center;overflow:visible;padding-top:0.12em;padding-bottom:0.08em\">Reliable, fast, and <span style=\"background:linear-gradient(90deg, #E1E338, #F39460);-webkit-background-clip:text;background-clip:text;color:transparent;-webkit-text-fill-color:transparent;display:inline\">built for growth.</span></h2>"
    },
    {
      "index": 8,
      "text": "Rollbar works with the tools you already use.",
      "isQuestion": false,
      "html": "<h2 style=\"font-family:Poppins, sans-serif;font-weight:700;font-size:32px;letter-spacing:-0.02em;line-height:110%;color:#FFFFFF;margin:0;text-align:left;overflow:visible;padding-top:0.12em;padding-bottom:0.08em\">Rollbar works with <span style=\"background:linear-gradient(90deg, #E1E338, #F39460);-webkit-background-clip:text;background-clip:text;color:transparent;-webkit-text-fill-color:transparent;display:inline\">the tools you already use.</span></h2>"
    },
    {
      "index": 9,
      "text": "Trusted by over 64,000 users.",
      "isQuestion": false,
      "html": "<h2 class=\"framer-text framer-styles-preset-38w0w2\" data-styles-preset=\"B4ClQDZN_\" dir=\"auto\">Trusted by over 64,000 users.</h2>"
    },
    {
      "index": 10,
      "text": "Build with confidence. Release with clarity.",
      "isQuestion": false,
      "html": "<h2 style=\"font-family:Poppins, sans-serif;font-weight:700;font-size:32px;letter-spacing:-0.02em;line-height:110%;color:#FFFFFF;margin:0;text-align:center;overflow:visible;padding-top:0.12em;padding-bottom:0.08em\">Build with <span style=\"background:linear-gradient(90deg, #E1E338, #F39460);-webkit-background-clip:text;background-clip:text;color:transparent;-webkit-text-fill-color:transparent;display:inline\">confidence.</span> Release with <span style=\"background:linear-gradient(90deg, #E1E338,..."
    }
  ],
  "score": 75,
  "weight": 4
}

AI DiscoverabilityDiscoverabilityEstablished

IndexNow key

IndexNow key is informational for this page.

Informational

Needs attention

IndexNow key

Informational
01

Issue

IndexNow key is informational for this page.

02

Why it matters

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

Check name

IndexNow key

Score

100/100

Status

informational

Category

Discoverability

Maturity

Established

Goal

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

Result

IndexNow key is informational for this page.

Validation steps

  1. Find advertised IndexNow key location

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

  2. Fetch and validate IndexNow key file

    No discoverable IndexNow key file was found.

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

Agent Ease of UseAuthEstablished

OAuth / OIDC discovery

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

Informational

Needs attention

OAuth / OIDC discovery

Informational
01

Issue

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

02

Why it matters

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

Check name

OAuth / OIDC discovery

Score

0/100

Status

informational

Category

Auth

Maturity

Established

Goal

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

Result

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

Validation steps

  1. Fetch to find resource

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

Evidence
{
  "failedStep": "fetch",
  "steps": [
    {
      "id": "fetch",
      "title": "Fetch to find resource",
      "status": "fail",
      "evidence": {
        "checked": [
          {
            "path": "/.well-known/openid-configuration",
            "statusCode": 404,
            "contentType": "text/html; charset=UTF-8",
            "length": 11662
          },
          {
            "path": "/.well-known/oauth-authorization-server",
            "statusCode": 403,
            "contentType": "text/html; charset=UTF-8",
            "length": 22054
          }
        ]
      },
      "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": 6,
    "signals": [
      {
        "source": "link:href",
        "weight": 3,
        "match": "auth link"
      },
      {
        "source": "visible-text",
        "weight": 3,
        "match": "log in"
      }
    ]
  },
  "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": "\n\n\n\n\n\n\n\n<!DOCTYPE html>\n<html class=\"no-js\">\n  <head>\n    \n  \n  \n<script type=\"text/javascript\">\n(\n  function() {\n    var filterPrefixes = ['chrome-extension:\\\\/\\\\/', 'safari-extension:\\\\/\\\\/'];\n    var filterRegex = new RegExp('^' + filterPrefixes.join('|'));\n\n    function filterBrowserExtensions(isUncaught, args, payload) {\n      function checkTrace(trace) {\n        var frames = trace.frames;\n        var length = frames.length - 1;\n        for(; length >= 0; length--) {\n          if(filterRegex.test(frames[length].filename)) {\n            return true;\n          }\n        }\n        return false;\n      }\n      function checkTraceChain(traceChain) {\n        var length = traceChain.length - 1;\n        for(; length >= 0; length--) {\n          if(checkTrace(traceChain[length])) {\n            r"
      },
      "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://rollbar.com"
      },
      "issue": "Protected resource metadata `resource` did not match the resource identifier used to retrieve it.",
      "howToFix": "Set `resource` to the origin/resource identifier represented by /.well-known/oauth-protected-resource."
    },
    {
      "id": "protected-route-challenge",
      "title": "Probe protected API Bearer challenge",
      "status": "informational",
      "evidence": {
        "checked": [
          {
            "path": "/api/admin/scans",
            "statusCode": 404,
            "wwwAuthenticate": {
              "valid": false,
              "present": false
            },
            "expectedMetadataUrl": "https://rollbar.com/.well-known/oauth-protected-resource",
            "metadataUrlMatches": true,
            "resourceMatchesRequestContext": true
          },
          {
            "path": "/api/admin/summary",
            "statusCode": 404,
            "wwwAuthenticate": {
              "valid": false,
              "present": false
            },
            "expectedMetadataUrl": "https://rollbar.com/.well-known/oauth-protected-resource",
            "metadataUrlMatches": true,
            "resourceMatchesRequestContext": true
          },
          {
            "path": "/api/scans",
            "statusCode": 404,
            "wwwAuthenticate": {
              "valid": false,
              "present": false
            },
            "expectedMetadataUrl": "https://rollbar.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": 6,
    "signals": [
      {
        "source": "link:href",
        "weight": 3,
        "match": "auth link"
      },
      {
        "source": "visible-text",
        "weight": 3,
        "match": "log in"
      }
    ]
  },
  "resourceFetchSucceeded": false
}

Performance and AccessibilityAccessibilityBrowser audit

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

100 Fail

Check name

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

Score

0/100

Status

fail

Device

desktop

Category

Accessibility

Fix guidance

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

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

SEOSEOBrowser audit

Links are not crawlable

50 Fail

Check name

Links are not crawlable

Score

0/100

Status

fail

Device

desktop

Category

SEO

Fix guidance

Search engines may use `href` attributes on links to crawl websites. Ensure that the `href` attribute of anchor elements links to an appropriate destination, so more pages of the site can be discovered. [Learn how to make links crawlable](https://support.google.com/webmasters/answer/9112205)

Evidence
{
  "description": "Search engines may use `href` attributes on links to crawl websites. Ensure that the `href` attribute of anchor elements links to an appropriate destination, so more pages of the site can be discovered. [Learn how to make links crawlable](https://support.google.com/webmasters/answer/9112205)"
}

SEOSEOBrowser audit

Links do not have descriptive text

50 Fail

Check name

Links do not have descriptive text

Score

0/100

Status

fail

Device

desktop

Category

SEO

Estimated savings

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 AccessibilityPerformanceBrowser audit

Document does not have a main landmark.

25 Fail

Check name

Document does not have a main landmark.

Score

0/100

Status

fail

Device

desktop

Category

Performance

Fix guidance

One main landmark helps screen reader users navigate a web page. [Learn more about landmarks](https://dequeuniversity.com/rules/axe/4.11/landmark-one-main).

Evidence
{
  "description": "One main landmark helps screen reader users navigate a web page. [Learn more about landmarks](https://dequeuniversity.com/rules/axe/4.11/landmark-one-main)."
}

Performance and AccessibilityPerformanceBrowser audit

LCP request discovery

25 Fail

Check name

LCP request discovery

Score

0/100

Status

fail

Device

desktop

Category

Performance

Fix guidance

[Optimize LCP](https://developer.chrome.com/docs/performance/insights/lcp-discovery) by making the LCP image discoverable from the HTML immediately, and avoiding lazy-loading

Evidence
{
  "description": "[Optimize LCP](https://developer.chrome.com/docs/performance/insights/lcp-discovery) by making the LCP image discoverable from the HTML immediately, and avoiding lazy-loading"
}

Performance and AccessibilityPerformanceBrowser audit

Links do not have a discernible name

25 Fail

Check name

Links do not have a discernible name

Score

0/100

Status

fail

Device

desktop

Category

Performance

Fix guidance

Link text (and alternate text for images, when used as links) that is discernible, unique, and focusable improves the navigation experience for screen reader users. [Learn how to make links accessible](https://dequeuniversity.com/rules/axe/4.11/link-name).

Evidence
{
  "description": "Link text (and alternate text for images, when used as links) that is discernible, unique, and focusable improves the navigation experience for screen reader users. [Learn how to make links accessible](https://dequeuniversity.com/rules/axe/4.11/link-name)."
}

Performance and AccessibilityPerformanceBrowser audit

Network dependency tree

25 Fail

Check name

Network dependency tree

Score

0/100

Status

fail

Device

desktop

Category

Performance

Fix guidance

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

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

Fix with MCP or CLI

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

Score history

Public scan score over time

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

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