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

OVERALL SCORE

Level 3, Bot-Aware

Moderate readiness for AI agents
AIDiscoverability39%Agent Easeof Use10%Security& Trust60%GEO, AIO, AEO76%SEO92%Performance& Accessibility79%
  • AI Discoverability 39 out of 100
  • Agent Ease of Use 10 out of 100
  • Security & Trust 60 out of 100
  • GEO, AIO and AEO 76 out of 100
  • SEO 92 out of 100
  • Performance and Accessibility 79 out of 100

CAPTURED SCREENSHOT

Captured website desktop screenshot

What AI sees of your website

Brainlabs favicon

Brainlabs

Brainlabs Skip to main content Skip to footer About Our Story Our Team Our Approach Our Agents Services AI Visibility SEO Paid Search Paid Social Programmatic & CTV Influencer Marketing Digital Partnerships Performance Creative Data Retail Media Site Experien...

Next step

Turn this report into a fix workflow

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

Detailed report scores grouped by capability area
MetricScoreStatusPassedFailedWarningEvidence
AI Discoverability
39
Priority fix7160View details
Discoverability
57
Needs work450View details
Content Readiness
50
Needs work370View 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
76
Mostly ready6014
GEO Readiness
82
Mostly ready303
AIO Readiness
80
Mostly ready205
AEO Readiness
66
Needs work106
SEO
92
Strong1010View details
SEO
92
Strong1010View details
Security & Trust
60
Needs work720View details
Security & Trust
60
Needs work320View details
AI Training Exposure
Not Applicable
Not Applicable400
Performance and Accessibility
79
Mostly ready1752View details
Performance
70
Needs work1242View details
Accessibility
96
Strong510View details

Prioritized recommendations

Issues ranked by score impact

47 items need attention

Agent Ease of UseAPIEstablished

API Catalog

API Catalog failed at "Fetch API catalog".

50 Fail

Needs attention

API Catalog

Failed check
01

Issue

The API catalog endpoint did not return HTTP 2xx.

02

Why it matters

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

Check name

API Catalog

Score

0/100

Status

fail

Category

API

Maturity

Established

Goal

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

Result

API Catalog failed at "Fetch API catalog".

Validation steps

  1. Fetch API catalog

    The API catalog endpoint did not return HTTP 2xx.

  2. Validate RFC 9727 linkset

    Response is not valid JSON.

  3. Fetch advertised API catalog targets

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

Evidence
{
  "failedStep": "fetch",
  "steps": [
    {
      "id": "fetch",
      "title": "Fetch API catalog",
      "status": "fail",
      "evidence": {
        "statusCode": 404,
        "contentType": "text/html; charset=UTF-8"
      },
      "issue": "The API catalog endpoint did not return HTTP 2xx.",
      "howToFix": "Publish /.well-known/api-catalog."
    },
    {
      "id": "validate",
      "title": "Validate RFC 9727 linkset",
      "status": "fail",
      "evidence": {
        "valid": false,
        "compatibleContentType": false,
        "issue": "Response is not valid JSON.",
        "rawExcerpt": "<!DOCTYPE html>\n<html lang=\"en-US\">\n<head>\n<meta charset=\"UTF-8\">\n<meta name=\"viewport\" content=\"width=device-width, initial-scale=1\">\n<meta name='robots' content='noindex, follow' />\n<!-- OneTrust Cookies Consent Notice start for brainlabsdigital.com -->\r\n<script type=\"text/javascript\" src=\"https://cdn-ukwest.onetrust.com/consent/2dc0f154-392d-4779-a5a1-4d48e10bcdf9/OtAutoBlock.js\" ></script>\r\n<script src=\"https://cdn-ukwest.onetrust.com/scripttemplates/otSDKStub.js\"  type=\"text/javascript\" charset=\"UTF-8\" data-domain-script=\"2dc0f154-392d-4779-a5a1-4d48e10bcdf9\" ></script>\r\n<script type=\"text/javascript\">\r\nfunction OptanonWrapper() { }\r\n</script>\r\n<!-- OneTrust Cookies Consent Notice end for brainlabsdigital.com -->\n\t<!-- This site is optimized with the Yoast SEO plugin v27.2 - https://y"
      },
      "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."
    }
  ]
}

Security & TrustSecurity & TrustEstablished

Content-Security-Policy

Content-Security-Policy is missing or incomplete.

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

Agent Ease of UseAPIEstablished

OpenAPI discovery

OpenAPI discovery failed at "Find valid OpenAPI document".

50 Fail

Needs attention

OpenAPI discovery

Failed check
01

Issue

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

02

Why it matters

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

Check name

OpenAPI discovery

Score

0/100

Status

fail

Category

API

Maturity

Established

Goal

Publish a valid OpenAPI or Swagger document for API discovery.

Result

OpenAPI discovery failed at "Find valid OpenAPI document".

Validation steps

  1. Find valid OpenAPI document

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

Evidence
{
  "failedStep": "fetch",
  "steps": [
    {
      "id": "fetch",
      "title": "Find valid OpenAPI document",
      "status": "fail",
      "evidence": {
        "checked": [
          {
            "path": "/openapi.json",
            "statusCode": 404,
            "contentType": "text/html; charset=UTF-8",
            "valid": false,
            "issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html; charset=UTF-8\" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
            "compatibleContentType": false,
            "format": "yaml",
            "version": "",
            "pathCount": 0,
            "operationCount": 0,
            "rawExcerpt": "<!DOCTYPE html>\n<html lang=\"en-US\">\n<head>\n<meta charset=\"UTF-8\">\n<meta name=\"viewport\" content=\"width=device-width, initial-scale=1\">\n<meta name='robots' content='noindex, follow' />\n<!-- OneTrust Cookies Consent Notice start for brainlabsdigital.com -->\r\n<script type=\"text/javascript\" src=\"https://cdn-ukwest.onetrust.com/consent/2dc0f154-392d-4779-a5a1-4d48e10bcdf9/OtAutoBlock.js\" ></script>\r\n<script src=\"https://cdn-ukwest.onetrust.com/scripttemplates/otSDKStub.js\"  type=\"text/javascript\" charset=\"UTF-8\" data-domain-script=\"2dc0f154-392d-4779-a5a1-4d48e10bcdf9\" ></script>\r\n<script type=\"text/javascript\">\r\nfunction OptanonWrapper() { }\r\n</script>\r\n<!-- OneTrust Cookies Consent Notice end for brainlabsdigital.com -->\n\t<!-- This site is optimized with the Yoast SEO plugin v27.2 - https://y"
          },
          {
            "path": "/openapi.yaml",
            "statusCode": 404,
            "contentType": "text/html; charset=UTF-8",
            "valid": false,
            "issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html; charset=UTF-8\" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
            "compatibleContentType": false,
            "format": "yaml",
            "version": "",
            "pathCount": 0,
            "operationCount": 0,
            "rawExcerpt": "<!DOCTYPE html>\n<html lang=\"en-US\">\n<head>\n<meta charset=\"UTF-8\">\n<meta name=\"viewport\" content=\"width=device-width, initial-scale=1\">\n<meta name='robots' content='noindex, follow' />\n<!-- OneTrust Cookies Consent Notice start for brainlabsdigital.com -->\r\n<script type=\"text/javascript\" src=\"https://cdn-ukwest.onetrust.com/consent/2dc0f154-392d-4779-a5a1-4d48e10bcdf9/OtAutoBlock.js\" ></script>\r\n<script src=\"https://cdn-ukwest.onetrust.com/scripttemplates/otSDKStub.js\"  type=\"text/javascript\" charset=\"UTF-8\" data-domain-script=\"2dc0f154-392d-4779-a5a1-4d48e10bcdf9\" ></script>\r\n<script type=\"text/javascript\">\r\nfunction OptanonWrapper() { }\r\n</script>\r\n<!-- OneTrust Cookies Consent Notice end for brainlabsdigital.com -->\n\t<!-- This site is optimized with the Yoast SEO plugin v27.2 - https://y"
          },
          {
            "path": "/swagger.json",
            "statusCode": 404,
            "contentType": "text/html; charset=UTF-8",
            "valid": false,
            "issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html; charset=UTF-8\" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
            "compatibleContentType": false,
            "format": "yaml",
            "version": "",
            "pathCount": 0,
            "operationCount": 0,
            "rawExcerpt": "<!DOCTYPE html>\n<html lang=\"en-US\">\n<head>\n<meta charset=\"UTF-8\">\n<meta name=\"viewport\" content=\"width=device-width, initial-scale=1\">\n<meta name='robots' content='noindex, follow' />\n<!-- OneTrust Cookies Consent Notice start for brainlabsdigital.com -->\r\n<script type=\"text/javascript\" src=\"https://cdn-ukwest.onetrust.com/consent/2dc0f154-392d-4779-a5a1-4d48e10bcdf9/OtAutoBlock.js\" ></script>\r\n<script src=\"https://cdn-ukwest.onetrust.com/scripttemplates/otSDKStub.js\"  type=\"text/javascript\" charset=\"UTF-8\" data-domain-script=\"2dc0f154-392d-4779-a5a1-4d48e10bcdf9\" ></script>\r\n<script type=\"text/javascript\">\r\nfunction OptanonWrapper() { }\r\n</script>\r\n<!-- OneTrust Cookies Consent Notice end for brainlabsdigital.com -->\n\t<!-- This site is optimized with the Yoast SEO plugin v27.2 - https://y"
          },
          {
            "path": "/swagger.yaml",
            "statusCode": 404,
            "contentType": "text/html; charset=UTF-8",
            "valid": false,
            "issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html; charset=UTF-8\" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
            "compatibleContentType": false,
            "format": "yaml",
            "version": "",
            "pathCount": 0,
            "operationCount": 0,
            "rawExcerpt": "<!DOCTYPE html>\n<html lang=\"en-US\">\n<head>\n<meta charset=\"UTF-8\">\n<meta name=\"viewport\" content=\"width=device-width, initial-scale=1\">\n<meta name='robots' content='noindex, follow' />\n<!-- OneTrust Cookies Consent Notice start for brainlabsdigital.com -->\r\n<script type=\"text/javascript\" src=\"https://cdn-ukwest.onetrust.com/consent/2dc0f154-392d-4779-a5a1-4d48e10bcdf9/OtAutoBlock.js\" ></script>\r\n<script src=\"https://cdn-ukwest.onetrust.com/scripttemplates/otSDKStub.js\"  type=\"text/javascript\" charset=\"UTF-8\" data-domain-script=\"2dc0f154-392d-4779-a5a1-4d48e10bcdf9\" ></script>\r\n<script type=\"text/javascript\">\r\nfunction OptanonWrapper() { }\r\n</script>\r\n<!-- OneTrust Cookies Consent Notice end for brainlabsdigital.com -->\n\t<!-- This site is optimized with the Yoast SEO plugin v27.2 - https://y"
          },
          {
            "path": "/api/openapi.json",
            "statusCode": 404,
            "contentType": "text/html; charset=UTF-8",
            "valid": false,
            "issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html; charset=UTF-8\" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
            "compatibleContentType": false,
            "format": "yaml",
            "version": "",
            "pathCount": 0,
            "operationCount": 0,
            "rawExcerpt": "<!DOCTYPE html>\n<html lang=\"en-US\">\n<head>\n<meta charset=\"UTF-8\">\n<meta name=\"viewport\" content=\"width=device-width, initial-scale=1\">\n<meta name='robots' content='noindex, follow' />\n<!-- OneTrust Cookies Consent Notice start for brainlabsdigital.com -->\r\n<script type=\"text/javascript\" src=\"https://cdn-ukwest.onetrust.com/consent/2dc0f154-392d-4779-a5a1-4d48e10bcdf9/OtAutoBlock.js\" ></script>\r\n<script src=\"https://cdn-ukwest.onetrust.com/scripttemplates/otSDKStub.js\"  type=\"text/javascript\" charset=\"UTF-8\" data-domain-script=\"2dc0f154-392d-4779-a5a1-4d48e10bcdf9\" ></script>\r\n<script type=\"text/javascript\">\r\nfunction OptanonWrapper() { }\r\n</script>\r\n<!-- OneTrust Cookies Consent Notice end for brainlabsdigital.com -->\n\t<!-- This site is optimized with the Yoast SEO plugin v27.2 - https://y"
          },
          {
            "path": "/api/swagger.json",
            "statusCode": 404,
            "contentType": "text/html; charset=UTF-8",
            "valid": false,
            "issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html; charset=UTF-8\" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
            "compatibleContentType": false,
            "format": "yaml",
            "version": "",
            "pathCount": 0,
            "operationCount": 0,
            "rawExcerpt": "<!DOCTYPE html>\n<html lang=\"en-US\">\n<head>\n<meta charset=\"UTF-8\">\n<meta name=\"viewport\" content=\"width=device-width, initial-scale=1\">\n<meta name='robots' content='noindex, follow' />\n<!-- OneTrust Cookies Consent Notice start for brainlabsdigital.com -->\r\n<script type=\"text/javascript\" src=\"https://cdn-ukwest.onetrust.com/consent/2dc0f154-392d-4779-a5a1-4d48e10bcdf9/OtAutoBlock.js\" ></script>\r\n<script src=\"https://cdn-ukwest.onetrust.com/scripttemplates/otSDKStub.js\"  type=\"text/javascript\" charset=\"UTF-8\" data-domain-script=\"2dc0f154-392d-4779-a5a1-4d48e10bcdf9\" ></script>\r\n<script type=\"text/javascript\">\r\nfunction OptanonWrapper() { }\r\n</script>\r\n<!-- OneTrust Cookies Consent Notice end for brainlabsdigital.com -->\n\t<!-- This site is optimized with the Yoast SEO plugin v27.2 - https://y"
          },
          {
            "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>\n<html lang=\"en-US\">\n<head>\n<meta charset=\"UTF-8\">\n<meta name=\"viewport\" content=\"width=device-width, initial-scale=1\">\n<meta name='robots' content='noindex, follow' />\n<!-- OneTrust Cookies Consent Notice start for brainlabsdigital.com -->\r\n<script type=\"text/javascript\" src=\"https://cdn-ukwest.onetrust.com/consent/2dc0f154-392d-4779-a5a1-4d48e10bcdf9/OtAutoBlock.js\" ></script>\r\n<script src=\"https://cdn-ukwest.onetrust.com/scripttemplates/otSDKStub.js\"  type=\"text/javascript\" charset=\"UTF-8\" data-domain-script=\"2dc0f154-392d-4779-a5a1-4d48e10bcdf9\" ></script>\r\n<script type=\"text/javascript\">\r\nfunction OptanonWrapper() { }\r\n</script>\r\n<!-- OneTrust Cookies Consent Notice end for brainlabsdigital.com -->\n\t<!-- This site is optimized with the Yoast SEO plugin v27.2 - https://y"
          }
        ]
      },
      "issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html; charset=UTF-8\" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
      "howToFix": "Publish a valid OpenAPI 3.x or Swagger 2.0 JSON/YAML document with info, paths, operations, and responses."
    }
  ]
}

Security & TrustSecurity & TrustEstablished

Referrer-Policy

Referrer-Policy is missing or incomplete.

50 Fail

Needs attention

Referrer-Policy

Failed check
01

Issue

Referrer-Policy is missing or incomplete.

02

Why it matters

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

Check name

Referrer-Policy

Score

0/100

Status

fail

Category

Security & Trust

Maturity

Established

Goal

Limit how much referrer data leaves the site.

Result

Referrer-Policy is missing or incomplete.

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

AI DiscoverabilityBot Access ControlEstablished

AI bot rules in robots.txt

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

33 Fail

Needs attention

AI bot rules in robots.txt

Failed check
01

Issue

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

02

Why it matters

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

Check name

AI bot rules in robots.txt

Score

0/100

Status

fail

Category

Bot Access Control

Maturity

Established

Goal

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

Result

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

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

AI DiscoverabilityBot Access ControlInformational

Content Signal

Content Signal is missing or incomplete.

33 Fail

Needs attention

Content Signal

Failed check
01

Issue

No Content Signal found in robots.txt

02

Why it matters

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

Check name

Content Signal

Score

0/100

Status

fail

Category

Bot Access Control

Maturity

Informational

Goal

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

Result

Content Signal is missing or incomplete.

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

AI DiscoverabilityDiscoverabilityEstablished

FAQPage schema

FAQPage schema is missing or incomplete.

33 Fail

Needs attention

FAQPage schema

Failed check
01

Issue

FAQ content was detected but no FAQPage schema was found.

02

Why it matters

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

Check name

FAQPage schema

Score

0/100

Status

fail

Category

Discoverability

Maturity

Established

Goal

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

Result

FAQPage schema is missing or incomplete.

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

AI DiscoverabilityDiscoverabilityEstablished

High-value schema types

High-value schema types is missing or incomplete.

33 Fail

Needs attention

High-value schema types

Failed check
01

Issue

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

02

Why it matters

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

Check name

High-value schema types

Score

0/100

Status

fail

Category

Discoverability

Maturity

Established

Goal

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

Result

High-value schema types is missing or incomplete.

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

AI DiscoverabilityDiscoverabilityEstablished

Link headers

Link headers failed at "Find useful Link headers".

33 Fail

Needs attention

Link headers

Failed check
01

Issue

No useful agent discovery Link headers were found.

02

Why it matters

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

Check name

Link headers

Score

0/100

Status

fail

Category

Discoverability

Maturity

Established

Goal

Include Link response headers for agent discovery using RFC 8288.

Result

Link headers failed at "Find useful Link headers".

Validation steps

  1. Find useful Link headers

    No useful agent discovery Link headers were found.

  2. Fetch same-origin Link header targets

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

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

AI DiscoverabilityContent ReadinessEmerging recommendation

llms.txt

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

33 Fail

Needs attention

llms.txt

Failed check
01

Issue

llms.txt was not found at the expected path.

02

Why it matters

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

Check name

llms.txt

Score

0/100

Status

fail

Category

Content Readiness

Maturity

Emerging recommendation

Goal

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

Result

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

Validation steps

  1. Fetch to find resource

    llms.txt was not found at the expected path.

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

AI DiscoverabilityContent ReadinessEstablished

Markdown negotiation

Markdown negotiation failed at "Markdown content type".

33 Fail

Needs attention

Markdown negotiation

Failed check
01

Issue

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

02

Why it matters

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

Check name

Markdown negotiation

Score

0/100

Status

fail

Category

Content Readiness

Maturity

Established

Goal

Return HTML responses as markdown when agents request it.

Result

Markdown negotiation failed at "Markdown content type".

Validation steps

  1. Markdown content type

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

  2. Vary: Accept header

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

  3. Structured Markdown body

    Markdown response is missing a heading.

Evidence
{
  "failedStep": "content-type",
  "steps": [
    {
      "id": "content-type",
      "title": "Markdown content type",
      "status": "fail",
      "evidence": {
        "statusCode": 200,
        "contentType": "text/html; charset=UTF-8"
      },
      "issue": "Content-Type \"text/html; charset=UTF-8\" does not indicate Markdown when requested with Accept: text/markdown.",
      "howToFix": "Return Content-Type: text/markdown; charset=utf-8 for requests with Accept: text/markdown."
    },
    {
      "id": "vary-accept",
      "title": "Vary: Accept header",
      "status": "fail",
      "evidence": {
        "vary": "Accept-Encoding, Accept-Encoding, Accept-Encoding, Accept-Encoding,Cookie"
      },
      "issue": "Markdown negotiation is missing Vary: Accept; current Vary header is \"Accept-Encoding, Accept-Encoding, Accept-Encoding, Accept-Encoding,Cookie\".",
      "howToFix": "Add Vary: Accept on negotiated Markdown responses so shared caches keep HTML and Markdown variants separate."
    },
    {
      "id": "markdown-content",
      "title": "Structured Markdown body",
      "status": "fail",
      "evidence": {
        "valid": false,
        "hasHeading": false,
        "wordCount": 43786,
        "excerpt": "<!DOCTYPE html>\n<html lang=\"en-US\">\n<head>\n<meta charset=\"UTF-8\">\n<meta name=\"viewport\" content=\"width=device-width, initial-scale=1\">\n<meta name='robots' content='index, follow, max-image-preview:large, max-snippet:-1, max-video-preview:-1",
        "issue": "Markdown response is missing a heading."
      },
      "issue": "Markdown response is missing a heading.",
      "howToFix": "Return Markdown with at least one heading and substantive page content, including useful links or instructions for agents."
    }
  ]
}

Agent Ease of UseMCPEmerging recommendation

MCP Server Card

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

33 Fail

Needs attention

MCP Server Card

Failed check
01

Issue

MCP Server Card was not found at the expected path.

02

Why it matters

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

Check name

MCP Server Card

Score

0/100

Status

fail

Category

MCP

Maturity

Emerging recommendation

Goal

Publish an MCP Server Card for agent discovery.

Result

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

Validation steps

  1. Fetch to find resource

    MCP Server Card was not found at the expected path.

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

Agent Ease of UseMCPEmerging recommendation

mcp.json

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

33 Fail

Needs attention

mcp.json

Failed check
01

Issue

mcp.json was not found at the expected path.

02

Why it matters

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

Check name

mcp.json

Score

0/100

Status

fail

Category

MCP

Maturity

Emerging recommendation

Goal

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

Result

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

Validation steps

  1. Fetch to find resource

    mcp.json was not found at the expected path.

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

AI DiscoverabilityContent ReadinessEstablished

Semantic HTML

Semantic HTML is missing or incomplete.

33 Fail

Needs attention

Semantic HTML

Failed check
01

Issue

Semantic HTML is incomplete: invalid h1 (found 2); skipped heading levels.

Details

02

Why it matters

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

Check name

Semantic HTML

Score

0/100

Status

fail

Category

Content Readiness

Maturity

Established

Goal

Expose readable page structure through semantic HTML and accessible controls.

Result

Semantic HTML is missing or incomplete.

Evidence
{
  "main": true,
  "nav": true,
  "footer": true,
  "meaningfulH1": false,
  "headingOrder": false,
  "accessibleLinks": true,
  "accessibleButtons": true,
  "imageAltCoverage": true,
  "formAutocompleteCoverage": true,
  "details": {
    "inaccessibleLinks": [],
    "inaccessibleButtons": [],
    "missingAutocompleteInputs": [],
    "imagesMissingAlt": [],
    "skippedHeadingLevels": [
      "h1: What's your next best move to maximize revenue through media?",
      "h2: Full-service media, measurement, and creative",
      "h4: AI Visibility",
      "h4: Paid Media",
      "h4: Analytics & Measurement",
      "h4: Creative & Influencer",
      "h2: We're independent and founder-led.",
      "h4: \"For the past twelve years, we've built Brainlabs on a simple premise: marketing should drive revenue, not just activity. We've done this by hiring brilliant engineers, scientists, and marketers; training them in our Test and Earn methodology; and enabling them with AI agents. That obsession with provable results hasn't changed but the stakes have gotten higher. Today's marketing leaders need to defend every dollar. We built Brainlabs to give them that confidence.”",
      "h2: Regardless of stage or category, our clients share an obsession with revenue, not activity.",
      "h4: \"We needed a challenger mindset—a partner willing to question our assumptions and push us beyond traditional playbooks.\"",
      "h5: VP Marketing",
      "h4: \"They're scrappy in the best way. Senior people in our accounts, not just a hand-off.\"",
      "h5: CMO",
      "h4: \"We went from overspending without seeing lift to finally proving what's actually driving profit.\"",
      "h5: Head of Growth",
      "h4: \"We needed a challenger mindset—a partner willing to question our assumptions and push us beyond traditional playbooks.\"",
      "h5: VP Marketing",
      "h4: \"They're scrappy in the best way. Senior people in our accounts, not just a hand-off.\"",
      "h5: CMO",
      "h4: \"We went from overspending without seeing lift to finally proving what's actually driving profit.\"",
      "h5: Head of Growth",
      "h2: What challenges are we built to solve for marketing leaders?",
      "h3: Optimize current spend",
      "h3: Acquire new customers",
      "h3: Prove new channels",
      "h3: Measure true impact",
      "h3: Scale creative production",
      "h2: Our People, agents, and processes.",
      "h4: Engineers, scientists, and marketers.",
      "h4: AI trained on 13 years of experiments.",
      "h4: Revenue Based Planning",
      "h2: What industries do we work with?",
      "h4: Retail + E-commerce",
      "h4: Financial Services",
      "h4: Travel + Hospitality",
      "h4: Consumer Tech + Software",
      "h4: B2B SaaS",
      "h4: Healthcare",
      "h2: Who are our partners?",
      "h2: We measure against business outcomes, not platform metrics.",
      "h4: Prove what's incremental, not just attributed",
      "h4: Report on metrics finance understands",
      "h4: Know when to stop spending",
      "h2: We're built for formal RFPs, enterprise processes, and audit requirements.",
      "h4: Fully transparent pricing",
      "h4: Clean operations and contracting",
      "h4: Flexible commercial models",
      "h1: I'm in! Where do I start?",
      "h3: Still not sure if Brainlabs is the right fit for you?",
      "h4: Ask Claude",
      "h4: Ask ChatGPT",
      "h4: Ask Gemini",
      "h6: Services",
      "h6: Industries",
      "h6: Resources",
      "h6: Legal",
      "h6: Company",
      "h4: Dan Jerome",
      "h2: Why we use cookies and other tracking technologies?"
    ]
  },
  "counts": {
    "h1": 2,
    "headings": 59,
    "links": 84,
    "inaccessibleLinks": 0,
    "buttons": 12,
    "inaccessibleButtons": 0,
    "images": 56,
    "imagesWithAlt": 56,
    "autocompleteInputs": 0,
    "inputsWithAutocomplete": 0,
    "missingAutocompleteInputs": 0
  }
}

AI DiscoverabilityBot Access ControlInformational

Web Bot Auth request signing

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

33 Fail

Needs attention

Web Bot Auth request signing

Failed check
01

Issue

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

02

Why it matters

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

Check name

Web Bot Auth request signing

Score

0/100

Status

fail

Category

Bot Access Control

Maturity

Informational

Goal

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

Result

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

Validation steps

  1. Fetch to find resource

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

Evidence
{
  "failedStep": "fetch",
  "steps": [
    {
      "id": "fetch",
      "title": "Fetch to find resource",
      "status": "fail",
      "evidence": {
        "checked": [
          {
            "path": "/.well-known/http-message-signatures-directory",
            "statusCode": 404,
            "contentType": "text/html; charset=UTF-8",
            "length": 188185
          }
        ]
      },
      "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": 188141
          },
          {
            "path": "/webmcp.json",
            "statusCode": 404,
            "contentType": "text/html; charset=UTF-8",
            "length": 189036
          },
          {
            "path": "/mcp.json",
            "statusCode": 404,
            "contentType": "text/html; charset=UTF-8",
            "length": 189030
          }
        ]
      },
      "issue": "WebMCP manifest was not found at the expected path.",
      "howToFix": "Keep declarative WebMCP manifest discovery informational until the manifest shape stabilizes; validate tools if you publish one."
    }
  ]
}

Agent Ease of UseSkill DiscoveryEmerging recommendation

A2A Agent Card

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

20 Fail

Needs attention

A2A Agent Card

Failed check
01

Issue

A2A Agent Card was not found at the expected path.

02

Why it matters

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

Check name

A2A Agent Card

Score

0/100

Status

fail

Category

Skill Discovery

Maturity

Emerging recommendation

Goal

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

Result

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

Validation steps

  1. Fetch to find resource

    A2A Agent Card was not found at the expected path.

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

Agent Ease of UseSkill DiscoveryEmerging recommendation

DNS-AID Agent Discovery

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

15 Fail

Needs attention

DNS-AID Agent Discovery

Failed check
01

Issue

No DNS-AID entrypoint records were found under _agents.

02

Why it matters

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

Check name

DNS-AID Agent Discovery

Score

25/100

Status

fail

Category

Skill Discovery

Maturity

Emerging recommendation

Goal

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

Result

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

Validation steps

  1. Resolve DNS-AID SVCB/HTTPS records

    No DNS-AID entrypoint records were found under _agents.

  2. Validate alpn and endpoint parameters

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

  3. Check DNSSEC material

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

Evidence
{
  "failedStep": "svcb-https-records",
  "steps": [
    {
      "id": "svcb-https-records",
      "title": "Resolve DNS-AID SVCB/HTTPS records",
      "status": "fail",
      "evidence": {
        "hostname": "www.brainlabsdigital.com",
        "probes": [
          {
            "name": "_index._agents.www.brainlabsdigital.com",
            "found": false,
            "recordCount": 1,
            "records": [],
            "hasAlpn": false,
            "hasEndpoint": false
          },
          {
            "name": "_a2a._agents.www.brainlabsdigital.com",
            "found": false,
            "recordCount": 1,
            "records": [],
            "hasAlpn": false,
            "hasEndpoint": false
          }
        ]
      },
      "issue": "No DNS-AID entrypoint records were found under _agents.",
      "howToFix": "Publish ServiceMode SVCB/HTTPS records such as _index._agents.example.com or _a2a._agents.example.com."
    },
    {
      "id": "service-params",
      "title": "Validate alpn and endpoint parameters",
      "status": "informational",
      "evidence": {
        "discovered": []
      },
      "howToFix": "Include alpn and endpoint service parameters in each DNS-AID record so agents know the protocol and target entrypoint."
    },
    {
      "id": "dnssec",
      "title": "Check DNSSEC material",
      "status": "warning",
      "evidence": {
        "hasDnssecMaterial": false,
        "checked": [
          {
            "name": "www.brainlabsdigital.com",
            "dnssecTypes": [],
            "dnssecRecordCount": 0
          },
          {
            "name": "brainlabsdigital.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

GEO: Entity clarity

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

9 Warning

Needs attention

GEO: Entity clarity

Warning
01

Issue

Title/H1 terms missing from description: brainlabs, next, best, move, maximize, revenue, through, media.

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

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

Evidence
{
  "title": "Brainlabs",
  "h1": "What's your next best move to maximize revenue through media?",
  "description": "",
  "topicOverlap": 0,
  "topicTerms": [
    "brainlabs",
    "next",
    "best",
    "move",
    "maximize",
    "revenue",
    "through",
    "media"
  ],
  "descriptionTerms": [],
  "missingFromDescription": [
    "brainlabs",
    "next",
    "best",
    "move",
    "maximize",
    "revenue",
    "through",
    "media"
  ],
  "score": 50,
  "weight": 28
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

AIO: Source and trust signals

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

4 Warning

Needs attention

AIO: Source and trust signals

Warning
01

Issue

Missing AIO trust signals: author, publisher.

Details

02

Why it matters

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

Check name

AIO: Source and trust signals

Score

60/100

Status

warning

Category

GEO, AIO & AEO

Maturity

Emerging recommendation

Goal

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

Result

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

Evidence
{
  "signals": {
    "author": false,
    "publisher": false,
    "freshnessDate": true,
    "aboutOrContact": true,
    "policyLinks": true
  },
  "missing": [
    "author",
    "publisher"
  ],
  "authorMeta": "",
  "schemaAuthors": [],
  "schemaPublishers": [],
  "schemaDates": [
    "2026-03-09T20:04:57+00:00",
    "2026-05-18T12:19:47+00:00"
  ],
  "visibleDates": [],
  "aboutLinks": [
    {
      "href": "/about-us/",
      "text": "Our Story",
      "html": "<a href=\"/about-us/\" class=\"brxe-iupjfp brxe-div menu_item_link_container\"><div class=\"brxe-zaifns brxe-div\"><svg class=\"brxe-lpptfx brxe-icon\" xmlns=\"http://www.w3.org/2000/svg\" width=\"28\" height=\"28\" viewBox=\"0 0 28 28\" fill=\"none\"><path d=\"M13.7347 2.01164C13.9737 2.02467 14.1581 2.2271 14.1483 2.46623C14.1461 2.52029 14.1425 2.58109 14.1398 2.64823C14.1199 3.38347 14.224 5.20755 15.1844 7.13218C15.2923 7.34838 15.2045 7.61133 14.9883 7.71922C14.7722 7.82697 14.5096 7.73913 14.4017 7.52311..."
    },
    {
      "href": "/about-us/",
      "text": "Learn more about Brainlabs",
      "html": "<a id=\"brxe-8efd3b\" class=\"brxe-text-link bl-button-link\" href=\"/about-us/\"><span class=\"icon\"><i class=\"fas fa-arrow-right-long\"></i></span><span class=\"text\">Learn more about Brainlabs</span></a>"
    },
    {
      "href": "https://www.linkedin.com/company/brainlabs-digital/",
      "text": "Follow Brainlabs",
      "html": "<a id=\"brxe-1992dd\" class=\"brxe-button btn-primary btn-primary-wo-icon bricks-button\" href=\"https://www.linkedin.com/company/brainlabs-digital/\" target=\"_blank\">Follow Brainlabs</a>"
    },
    {
      "href": "https://www.linkedin.com/company/brainlabs-digital/",
      "text": "",
      "html": "<a href=\"https://www.linkedin.com/company/brainlabs-digital/\" target=\"_blank\" aria-label=\"linkdin\"><i class=\"fab fa-linkedin icon\"></i></a>"
    },
    {
      "href": "/about-us/",
      "text": "About Us",
      "html": "<a id=\"brxe-a2c76d\" class=\"brxe-text-link footer-link\" href=\"/about-us/\">About Us</a>"
    }
  ],
  "contactLinks": [
    {
      "href": "/contact/",
      "text": "Contact us",
      "html": "<a id=\"brxe-ac3962\" class=\"brxe-button btn-primary bricks-button\" href=\"/contact/\">Contact us</a>"
    },
    {
      "href": "/contact/",
      "text": "Contact us",
      "html": "<a id=\"brxe-f96aa9\" class=\"brxe-button btn-primary bricks-button\" href=\"/contact/\">Contact us<i class=\"ion-md-arrow-forward\"></i></a>"
    },
    {
      "href": "/contact/",
      "text": "Speak to a Brainlabber",
      "html": "<a id=\"brxe-e469e8\" class=\"brxe-button btn-primary bricks-button\" href=\"/contact/\">Speak to a Brainlabber<i class=\"ion-md-arrow-forward\"></i></a>"
    },
    {
      "href": "/contact",
      "text": "Contact Us",
      "html": "<a id=\"brxe-b1b954\" class=\"brxe-text-link footer-link\" href=\"/contact\">Contact Us</a>"
    },
    {
      "href": "/contact",
      "text": "Connect on LinkedIn",
      "html": "<a id=\"brxe-qjqodu\" class=\"brxe-button btn team-popup-linkedin bricks-button\" href=\"/contact\" target=\"_blank\">Connect on LinkedIn<i class=\"ion-ios-arrow-forward\"></i></a>"
    }
  ],
  "privacyLinks": [
    {
      "href": "/privacy-policy/",
      "text": "Privacy Policy",
      "html": "<a id=\"brxe-2bb3c8\" class=\"brxe-text-link footer-link\" href=\"/privacy-policy/\">Privacy Policy</a>"
    }
  ],
  "score": 60,
  "weight": 20
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

AEO: Answer-first sections

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

4 Warning

Needs attention

AEO: Answer-first sections

Warning
01

Issue

15 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": 16,
  "passing": 1,
  "failing": [
    {
      "heading": "Full-service media, measurement, and creative",
      "headingHtml": "<h2 id=\"brxe-7ef7bf\" class=\"brxe-heading bl-h2-title\">Full-service media, measurement, and creative</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "We're independent and founder-led.",
      "headingHtml": "<h2 id=\"brxe-e25969\" class=\"brxe-heading bl-h2-title\">We&apos;re independent and founder-led.</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Regardless of stage or category, our clients share an obsession with revenue, not activity.",
      "headingHtml": "<h2 id=\"brxe-a523eb\" class=\"brxe-heading bl-h2-title\">Regardless of stage or category, our clients share an obsession with revenue, not activity. </h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "What challenges are we built to solve for marketing leaders?",
      "headingHtml": "<h2 id=\"brxe-bbe606\" class=\"brxe-heading bl-h2-title\">What challenges are we built to solve for marketing leaders?</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Optimize current spend",
      "headingHtml": "<h3 id=\"brxe-c5bdd7\" class=\"brxe-heading bl-h3-title-tabs tab-content-item\">Optimize current spend</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Acquire new customers",
      "headingHtml": "<h3 id=\"brxe-fbfa55\" class=\"brxe-heading bl-h3-title-tabs tab-content-item\">Acquire new customers</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Prove new channels",
      "headingHtml": "<h3 id=\"brxe-e1a333\" class=\"brxe-heading bl-h3-title-tabs tab-content-item\">Prove new channels</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Measure true impact",
      "headingHtml": "<h3 id=\"brxe-271cb5\" class=\"brxe-heading bl-h3-title-tabs tab-content-item\">Measure true impact</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Scale creative production",
      "headingHtml": "<h3 id=\"brxe-3c9443\" class=\"brxe-heading bl-h3-title-tabs tab-content-item\">Scale creative production</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Our People, agents, and processes.",
      "headingHtml": "<h2 id=\"brxe-78eb9b\" class=\"brxe-heading bl-h2-title\">Our People, agents, and processes. </h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "What industries do we work with?",
      "headingHtml": "<h2 id=\"brxe-f4e825\" class=\"brxe-heading bl-h2-title\">What industries do we work with?</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Who are our partners?",
      "headingHtml": "<h2 id=\"brxe-cfc5c4\" class=\"brxe-heading bl-h2-title\">Who are our partners?</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "We measure against business outcomes, not platform metrics.",
      "headingHtml": "<h2 id=\"brxe-ff5c2f\" class=\"brxe-heading bl-h2-title\">We measure against business outcomes, not platform metrics.</h2>",
      "firstParagraph": "Incrementality testing that isolates true lift from spend that would have converted anyway.",
      "paragraphHtml": "<p>Incrementality testing that isolates true lift from spend that would have converted anyway.</p>",
      "words": 13,
      "direct": false,
      "issue": "First paragraph is 13 words and does not look like a concise direct answer."
    },
    {
      "heading": "We're built for formal RFPs, enterprise processes, and audit requirements.",
      "headingHtml": "<h2 id=\"brxe-aceaa0\" class=\"brxe-heading bl-h2-title\">We&apos;re built for formal RFPs, enterprise processes, and audit requirements.</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Still not sure if Brainlabs is the right fit for you?",
      "headingHtml": "<h3 id=\"brxe-51cfd4\" class=\"brxe-heading bl-h3-title\">Still not sure if Brainlabs is the right fit for you?</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    }
  ],
  "score": 65,
  "weight": 28
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

AEO: Answer evidence and trust

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

3 Warning

Needs attention

AEO: Answer evidence and trust

Warning
01

Issue

Missing AIO trust signals: author, publisher.

Details

02

Why it matters

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

Check name

AEO: Answer evidence and trust

Score

60/100

Status

warning

Category

GEO, AIO & AEO

Maturity

Emerging recommendation

Goal

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

Result

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

Evidence
{
  "signals": {
    "author": false,
    "publisher": false,
    "freshnessDate": true,
    "aboutOrContact": true,
    "policyLinks": true
  },
  "missing": [
    "author",
    "publisher"
  ],
  "authorMeta": "",
  "schemaAuthors": [],
  "schemaPublishers": [],
  "schemaDates": [
    "2026-03-09T20:04:57+00:00",
    "2026-05-18T12:19:47+00:00"
  ],
  "visibleDates": [],
  "aboutLinks": [
    {
      "href": "/about-us/",
      "text": "Our Story",
      "html": "<a href=\"/about-us/\" class=\"brxe-iupjfp brxe-div menu_item_link_container\"><div class=\"brxe-zaifns brxe-div\"><svg class=\"brxe-lpptfx brxe-icon\" xmlns=\"http://www.w3.org/2000/svg\" width=\"28\" height=\"28\" viewBox=\"0 0 28 28\" fill=\"none\"><path d=\"M13.7347 2.01164C13.9737 2.02467 14.1581 2.2271 14.1483 2.46623C14.1461 2.52029 14.1425 2.58109 14.1398 2.64823C14.1199 3.38347 14.224 5.20755 15.1844 7.13218C15.2923 7.34838 15.2045 7.61133 14.9883 7.71922C14.7722 7.82697 14.5096 7.73913 14.4017 7.52311..."
    },
    {
      "href": "/about-us/",
      "text": "Learn more about Brainlabs",
      "html": "<a id=\"brxe-8efd3b\" class=\"brxe-text-link bl-button-link\" href=\"/about-us/\"><span class=\"icon\"><i class=\"fas fa-arrow-right-long\"></i></span><span class=\"text\">Learn more about Brainlabs</span></a>"
    },
    {
      "href": "https://www.linkedin.com/company/brainlabs-digital/",
      "text": "Follow Brainlabs",
      "html": "<a id=\"brxe-1992dd\" class=\"brxe-button btn-primary btn-primary-wo-icon bricks-button\" href=\"https://www.linkedin.com/company/brainlabs-digital/\" target=\"_blank\">Follow Brainlabs</a>"
    },
    {
      "href": "https://www.linkedin.com/company/brainlabs-digital/",
      "text": "",
      "html": "<a href=\"https://www.linkedin.com/company/brainlabs-digital/\" target=\"_blank\" aria-label=\"linkdin\"><i class=\"fab fa-linkedin icon\"></i></a>"
    },
    {
      "href": "/about-us/",
      "text": "About Us",
      "html": "<a id=\"brxe-a2c76d\" class=\"brxe-text-link footer-link\" href=\"/about-us/\">About Us</a>"
    }
  ],
  "contactLinks": [
    {
      "href": "/contact/",
      "text": "Contact us",
      "html": "<a id=\"brxe-ac3962\" class=\"brxe-button btn-primary bricks-button\" href=\"/contact/\">Contact us</a>"
    },
    {
      "href": "/contact/",
      "text": "Contact us",
      "html": "<a id=\"brxe-f96aa9\" class=\"brxe-button btn-primary bricks-button\" href=\"/contact/\">Contact us<i class=\"ion-md-arrow-forward\"></i></a>"
    },
    {
      "href": "/contact/",
      "text": "Speak to a Brainlabber",
      "html": "<a id=\"brxe-e469e8\" class=\"brxe-button btn-primary bricks-button\" href=\"/contact/\">Speak to a Brainlabber<i class=\"ion-md-arrow-forward\"></i></a>"
    },
    {
      "href": "/contact",
      "text": "Contact Us",
      "html": "<a id=\"brxe-b1b954\" class=\"brxe-text-link footer-link\" href=\"/contact\">Contact Us</a>"
    },
    {
      "href": "/contact",
      "text": "Connect on LinkedIn",
      "html": "<a id=\"brxe-qjqodu\" class=\"brxe-button btn team-popup-linkedin bricks-button\" href=\"/contact\" target=\"_blank\">Connect on LinkedIn<i class=\"ion-ios-arrow-forward\"></i></a>"
    }
  ],
  "privacyLinks": [
    {
      "href": "/privacy-policy/",
      "text": "Privacy Policy",
      "html": "<a id=\"brxe-2bb3c8\" class=\"brxe-text-link footer-link\" href=\"/privacy-policy/\">Privacy Policy</a>"
    }
  ],
  "score": 60,
  "weight": 22
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

AEO: Entity and definition clarity

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

3 Warning

Needs attention

AEO: Entity and definition clarity

Warning
01

Issue

Entity or definition gaps: brainlabs, next, best, move, maximize, revenue, through, media.

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

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

Evidence
{
  "title": "Brainlabs",
  "h1": "What's your next best move to maximize revenue through media?",
  "description": "",
  "topicOverlap": 0,
  "definitionCount": 8,
  "topicTerms": [
    "brainlabs",
    "next",
    "best",
    "move",
    "maximize",
    "revenue",
    "through",
    "media"
  ],
  "descriptionTerms": [],
  "missingFromDescription": [
    "brainlabs",
    "next",
    "best",
    "move",
    "maximize",
    "revenue",
    "through",
    "media"
  ],
  "score": 55,
  "weight": 18
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

GEO: Extraction-friendly structure

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

2 Warning

Needs attention

GEO: Extraction-friendly structure

Warning
01

Issue

Missing extraction signals: optional top summary / TL;DR / key takeaways block, table with <thead> only if the page already has tabular/comparative data, ordered list only if the page explains a workflow/process, 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": 8,
  "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: Question-led structure

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

2 Warning

Needs attention

AEO: Question-led structure

Warning
01

Issue

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

02

Why it matters

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

Check name

AEO: Question-led structure

Score

70/100

Status

warning

Category

GEO, AIO & AEO

Maturity

Emerging recommendation

Goal

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

Result

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

Evidence
{
  "h2Count": 10,
  "questionH2s": [
    {
      "index": 4,
      "text": "What challenges are we built to solve for marketing leaders?",
      "isQuestion": true,
      "html": "<h2 id=\"brxe-bbe606\" class=\"brxe-heading bl-h2-title\">What challenges are we built to solve for marketing leaders?</h2>"
    },
    {
      "index": 6,
      "text": "What industries do we work with?",
      "isQuestion": true,
      "html": "<h2 id=\"brxe-f4e825\" class=\"brxe-heading bl-h2-title\">What industries do we work with?</h2>"
    },
    {
      "index": 7,
      "text": "Who are our partners?",
      "isQuestion": true,
      "html": "<h2 id=\"brxe-cfc5c4\" class=\"brxe-heading bl-h2-title\">Who are our partners?</h2>"
    },
    {
      "index": 10,
      "text": "Why we use cookies and other tracking technologies?",
      "isQuestion": true,
      "html": "<h2 id=\"onetrust-policy-title\">Why we use cookies and other tracking technologies?</h2>"
    }
  ],
  "hasFaq": false,
  "score": 70,
  "weight": 18
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

AIO: Visible structured data match

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

2 Warning

Needs attention

AIO: Visible structured data match

Warning
01

Issue

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

Details

02

Why it matters

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

Check name

AIO: Visible structured data match

Score

83/100

Status

warning

Category

GEO, AIO & AEO

Maturity

Emerging recommendation

Goal

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

Result

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

Evidence
{
  "schemaCount": 6,
  "checkedFields": [
    {
      "path": "$[0].@graph[0].name",
      "value": "Brainlabs"
    },
    {
      "path": "$[0].@graph[1].itemListElement[0].name",
      "value": "Home"
    },
    {
      "path": "$[0].@graph[2].name",
      "value": "Brainlabs"
    },
    {
      "path": "$[0].@graph[2].description",
      "value": "High-Performance Media Agency"
    },
    {
      "path": "$[0].@graph[3].name",
      "value": "Brainlabs"
    },
    {
      "path": "$[1].name",
      "value": "Brainlabs"
    },
    {
      "path": "$[2].itemListElement[0].name",
      "value": "Home"
    },
    {
      "path": "$[3].name",
      "value": "Brainlabs"
    },
    {
      "path": "$[3].description",
      "value": "High-Performance Media Agency"
    },
    {
      "path": "$[4].name",
      "value": "Brainlabs"
    },
    {
      "path": "$[5].name",
      "value": "Brainlabs Digital"
    },
    {
      "path": "$[5].alternateName",
      "value": "Brainlabs"
    }
  ],
  "mismatches": [
    {
      "path": "$[0].@graph[1].itemListElement[0].name",
      "value": "Home"
    },
    {
      "path": "$[2].itemListElement[0].name",
      "value": "Home"
    }
  ],
  "score": 83,
  "weight": 18
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

AIO: Page experience for AIO

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

2 Warning

Needs attention

AIO: Page experience for AIO

Warning
01

Issue

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

Details

02

Why it matters

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

Check name

AIO: Page experience for AIO

Score

70/100

Status

warning

Category

GEO, AIO & AEO

Maturity

Emerging recommendation

Goal

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

Result

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

Evidence
{
  "viewportContent": "width=device-width, initial-scale=1",
  "visibleWords": 1284,
  "htmlBytes": 437073,
  "imagesMissingDimensions": [
    {
      "src": "https://www.brainlabsdigital.com/wp-content/uploads/2026/04/BrainlabsLogo.svg",
      "width": "",
      "height": "",
      "loading": "eager",
      "html": "<img src=\"https://www.brainlabsdigital.com/wp-content/uploads/2026/04/BrainlabsLogo.svg\" class=\"bricks-site-logo css-filter\" alt=\"Brainlabs\" data-bricks-logo=\"https://www.brainlabsdigital.com/wp-content/uploads/2026/04/BrainlabsLogo.svg\" loading=\"eager\" decoding=\"async\">"
    },
    {
      "src": "https://www.brainlabsdigital.com/wp-content/uploads/2026/03/netflix-.svg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"https://www.brainlabsdigital.com/wp-content/uploads/2026/03/netflix-.svg\" class=\"brxe-image css-filter size-full\" alt id=\"brxe-fea0ea\" decoding=\"async\">"
    },
    {
      "src": "https://www.brainlabsdigital.com/wp-content/uploads/2026/03/amn-.svg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"https://www.brainlabsdigital.com/wp-content/uploads/2026/03/amn-.svg\" class=\"brxe-image css-filter size-full\" alt id=\"brxe-9ec501\" decoding=\"async\">"
    },
    {
      "src": "https://www.brainlabsdigital.com/wp-content/uploads/2026/03/hilton-.svg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"https://www.brainlabsdigital.com/wp-content/uploads/2026/03/hilton-.svg\" class=\"brxe-image css-filter size-full\" alt id=\"brxe-50e0df\" decoding=\"async\">"
    },
    {
      "src": "https://www.brainlabsdigital.com/wp-content/uploads/2026/03/at_t.svg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"https://www.brainlabsdigital.com/wp-content/uploads/2026/03/at_t.svg\" class=\"brxe-image css-filter size-full\" alt id=\"brxe-280be7\" decoding=\"async\">"
    },
    {
      "src": "https://www.brainlabsdigital.com/wp-content/uploads/2026/03/klaviyo.svg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"https://www.brainlabsdigital.com/wp-content/uploads/2026/03/klaviyo.svg\" class=\"brxe-image css-filter size-full\" alt id=\"brxe-c6bcee\" decoding=\"async\">"
    },
    {
      "src": "https://www.brainlabsdigital.com/wp-content/uploads/2026/03/microsoft.svg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"https://www.brainlabsdigital.com/wp-content/uploads/2026/03/microsoft.svg\" class=\"brxe-image css-filter size-full\" alt id=\"brxe-a3177a\" decoding=\"async\">"
    },
    {
      "src": "https://www.brainlabsdigital.com/wp-content/uploads/2026/03/polaroid.svg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"https://www.brainlabsdigital.com/wp-content/uploads/2026/03/polaroid.svg\" class=\"brxe-image css-filter size-full\" alt id=\"brxe-b6b9c9\" decoding=\"async\">"
    },
    {
      "src": "https://www.brainlabsdigital.com/wp-content/uploads/2026/03/netflix-.svg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"https://www.brainlabsdigital.com/wp-content/uploads/2026/03/netflix-.svg\" class=\"brxe-image css-filter size-full\" alt id=\"brxe-fea0ea\" decoding=\"async\" style=\"opacity: 1; visibility: visible;\">"
    },
    {
      "src": "https://www.brainlabsdigital.com/wp-content/uploads/2026/03/amn-.svg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"https://www.brainlabsdigital.com/wp-content/uploads/2026/03/amn-.svg\" class=\"brxe-image css-filter size-full\" alt id=\"brxe-9ec501\" decoding=\"async\" style=\"opacity: 1; visibility: visible;\">"
    },
    {
      "src": "https://www.brainlabsdigital.com/wp-content/uploads/2026/03/hilton-.svg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"https://www.brainlabsdigital.com/wp-content/uploads/2026/03/hilton-.svg\" class=\"brxe-image css-filter size-full\" alt id=\"brxe-50e0df\" decoding=\"async\" style=\"opacity: 1; visibility: visible;\">"
    },
    {
      "src": "https://www.brainlabsdigital.com/wp-content/uploads/2026/03/at_t.svg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"https://www.brainlabsdigital.com/wp-content/uploads/2026/03/at_t.svg\" class=\"brxe-image css-filter size-full\" alt id=\"brxe-280be7\" decoding=\"async\" style=\"opacity: 1; visibility: visible;\">"
    },
    {
      "src": "https://www.brainlabsdigital.com/wp-content/uploads/2026/03/klaviyo.svg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"https://www.brainlabsdigital.com/wp-content/uploads/2026/03/klaviyo.svg\" class=\"brxe-image css-filter size-full\" alt id=\"brxe-c6bcee\" decoding=\"async\" style=\"opacity: 1; visibility: visible;\">"
    },
    {
      "src": "https://www.brainlabsdigital.com/wp-content/uploads/2026/03/microsoft.svg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"https://www.brainlabsdigital.com/wp-content/uploads/2026/03/microsoft.svg\" class=\"brxe-image css-filter size-full\" alt id=\"brxe-a3177a\" decoding=\"async\" style=\"opacity: 1; visibility: visible;\">"
    },
    {
      "src": "https://www.brainlabsdigital.com/wp-content/uploads/2026/03/polaroid.svg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"https://www.brainlabsdigital.com/wp-content/uploads/2026/03/polaroid.svg\" class=\"brxe-image css-filter size-full\" alt id=\"brxe-b6b9c9\" decoding=\"async\" style=\"opacity: 1; visibility: visible;\">"
    },
    {
      "src": "https://www.brainlabsdigital.com/wp-content/uploads/2026/03/Background-pattern-1.svg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"https://www.brainlabsdigital.com/wp-content/uploads/2026/03/Background-pattern-1.svg\" class=\"brxe-image bg-pattern css-filter size-full\" alt id=\"brxe-5518cf\" decoding=\"async\">"
    },
    {
      "src": "https://www.brainlabsdigital.com/wp-content/uploads/2026/03/Background-pattern-2.svg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"https://www.brainlabsdigital.com/wp-content/uploads/2026/03/Background-pattern-2.svg\" class=\"brxe-image bg-pattern css-filter size-full\" alt id=\"brxe-5daa54\" decoding=\"async\">"
    },
    {
      "src": "https://www.brainlabsdigital.com/wp-content/themes/bricks/assets/images/placeholder-image-800x600.jpg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img class=\"brxe-image\" id=\"brxe-6b2e66\" src=\"https://www.brainlabsdigital.com/wp-content/themes/bricks/assets/images/placeholder-image-800x600.jpg\" alt>"
    },
    {
      "src": "https://www.brainlabsdigital.com/wp-content/themes/bricks/assets/images/placeholder-image-800x600.jpg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img class=\"brxe-image\" id=\"brxe-818b1f\" src=\"https://www.brainlabsdigital.com/wp-content/themes/bricks/assets/images/placeholder-image-800x600.jpg\" alt>"
    },
    {
      "src": "https://www.brainlabsdigital.com/wp-content/themes/bricks/assets/images/placeholder-image-800x600.jpg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img class=\"brxe-image\" id=\"brxe-6bb23d\" src=\"https://www.brainlabsdigital.com/wp-content/themes/bricks/assets/images/placeholder-image-800x600.jpg\" alt>"
    },
    {
      "src": "https://www.brainlabsdigital.com/wp-content/themes/bricks/assets/images/placeholder-image-800x600.jpg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img class=\"brxe-image\" id=\"brxe-db40b5\" src=\"https://www.brainlabsdigital.com/wp-content/themes/bricks/assets/images/placeholder-image-800x600.jpg\" alt>"
    },
    {
      "src": "https://www.brainlabsdigital.com/wp-content/themes/bricks/assets/images/placeholder-image-800x600.jpg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img class=\"brxe-image\" id=\"brxe-dbb0b1\" src=\"https://www.brainlabsdigital.com/wp-content/themes/bricks/assets/images/placeholder-image-800x600.jpg\" alt>"
    },
    {
      "src": "https://www.brainlabsdigital.com/wp-content/themes/bricks/assets/images/placeholder-image-800x600.jpg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img class=\"brxe-image\" id=\"brxe-e3bb7b\" src=\"https://www.brainlabsdigital.com/wp-content/themes/bricks/assets/images/placeholder-image-800x600.jpg\" alt>"
    },
    {
      "src": "https://www.brainlabsdigital.com/wp-content/themes/bricks/assets/images/placeholder-image-800x600.jpg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img class=\"brxe-image\" id=\"brxe-6b2e66\" src=\"https://www.brainlabsdigital.com/wp-content/themes/bricks/assets/images/placeholder-image-800x600.jpg\" alt>"
    },
    {
      "src": "https://www.brainlabsdigital.com/wp-content/themes/bricks/assets/images/placeholder-image-800x600.jpg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img class=\"brxe-image\" id=\"brxe-818b1f\" src=\"https://www.brainlabsdigital.com/wp-content/themes/bricks/assets/images/placeholder-image-800x600.jpg\" alt>"
    },
    {
      "src": "https://www.brainlabsdigital.com/wp-content/themes/bricks/assets/images/placeholder-image-800x600.jpg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img class=\"brxe-image\" id=\"brxe-6bb23d\" src=\"https://www.brainlabsdigital.com/wp-content/themes/bricks/assets/images/placeholder-image-800x600.jpg\" alt>"
    },
    {
      "src": "https://www.brainlabsdigital.com/wp-content/themes/bricks/assets/images/placeholder-image-800x600.jpg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img class=\"brxe-image\" id=\"brxe-db40b5\" src=\"https://www.brainlabsdigital.com/wp-content/themes/bricks/assets/images/placeholder-image-800x600.jpg\" alt>"
    },
    {
      "src": "https://www.brainlabsdigital.com/wp-content/themes/bricks/assets/images/placeholder-image-800x600.jpg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img class=\"brxe-image\" id=\"brxe-dbb0b1\" src=\"https://www.brainlabsdigital.com/wp-content/themes/bricks/assets/images/placeholder-image-800x600.jpg\" alt>"
    },
    {
      "src": "https://www.brainlabsdigital.com/wp-content/themes/bricks/assets/images/placeholder-image-800x600.jpg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img class=\"brxe-image\" id=\"brxe-e3bb7b\" src=\"https://www.brainlabsdigital.com/wp-content/themes/bricks/assets/images/placeholder-image-800x600.jpg\" alt>"
    },
    {
      "src": "https://www.brainlabsdigital.com/wp-content/uploads/2026/03/Background-pattern-3.svg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"https://www.brainlabsdigital.com/wp-content/uploads/2026/03/Background-pattern-3.svg\" class=\"brxe-image bg-pattern css-filter size-full\" alt id=\"brxe-503749\" decoding=\"async\">"
    },
    {
      "src": "https://www.brainlabsdigital.com/wp-content/uploads/2026/03/Background-pattern-4-1.svg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"https://www.brainlabsdigital.com/wp-content/uploads/2026/03/Background-pattern-4-1.svg\" class=\"brxe-image bg-pattern css-filter size-full\" alt id=\"brxe-5c698d\" decoding=\"async\">"
    },
    {
      "src": "https://www.brainlabsdigital.com/wp-content/uploads/2026/03/google-1.svg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"https://www.brainlabsdigital.com/wp-content/uploads/2026/03/google-1.svg\" class=\"brxe-image partners-img css-filter size-full\" alt id=\"brxe-55d1d9\" decoding=\"async\">"
    },
    {
      "src": "https://www.brainlabsdigital.com/wp-content/uploads/2026/03/microsoft-color.svg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"https://www.brainlabsdigital.com/wp-content/uploads/2026/03/microsoft-color.svg\" class=\"brxe-image partners-img css-filter size-full\" alt id=\"brxe-fcc92a\" decoding=\"async\">"
    },
    {
      "src": "https://www.brainlabsdigital.com/wp-content/uploads/2026/03/meta-1.svg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"https://www.brainlabsdigital.com/wp-content/uploads/2026/03/meta-1.svg\" class=\"brxe-image partners-img css-filter size-full\" alt id=\"brxe-d54ba5\" decoding=\"async\">"
    },
    {
      "src": "https://www.brainlabsdigital.com/wp-content/uploads/2026/03/tiktok-1.svg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"https://www.brainlabsdigital.com/wp-content/uploads/2026/03/tiktok-1.svg\" class=\"brxe-image partners-img css-filter size-full\" alt id=\"brxe-480889\" decoding=\"async\">"
    },
    {
      "src": "https://www.brainlabsdigital.com/wp-content/uploads/2026/03/linkedin.svg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"https://www.brainlabsdigital.com/wp-content/uploads/2026/03/linkedin.svg\" class=\"brxe-image partners-img css-filter size-full\" alt id=\"brxe-154dc2\" decoding=\"async\">"
    },
    {
      "src": "https://www.brainlabsdigital.com/wp-content/uploads/2026/03/thetradedesk.svg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"https://www.brainlabsdigital.com/wp-content/uploads/2026/03/thetradedesk.svg\" class=\"brxe-image partners-img css-filter size-full\" alt id=\"brxe-8004eb\" decoding=\"async\">"
    },
    {
      "src": "https://www.brainlabsdigital.com/wp-content/uploads/2026/03/shopify-1.svg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"https://www.brainlabsdigital.com/wp-content/uploads/2026/03/shopify-1.svg\" class=\"brxe-image tech-img css-filter size-full\" alt id=\"brxe-609eb5\" decoding=\"async\">"
    },
    {
      "src": "https://www.brainlabsdigital.com/wp-content/uploads/2026/03/bigcommerce.svg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"https://www.brainlabsdigital.com/wp-content/uploads/2026/03/bigcommerce.svg\" class=\"brxe-image tech-img css-filter size-full\" alt id=\"brxe-cc1529\" decoding=\"async\">"
    },
    {
      "src": "https://www.brainlabsdigital.com/wp-content/uploads/2026/03/attentive.svg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"https://www.brainlabsdigital.com/wp-content/uploads/2026/03/attentive.svg\" class=\"brxe-image tech-img css-filter size-full\" alt id=\"brxe-b91eeb\" decoding=\"async\">"
    },
    {
      "src": "https://www.brainlabsdigital.com/wp-content/uploads/2026/03/funnel-1.svg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"https://www.brainlabsdigital.com/wp-content/uploads/2026/03/funnel-1.svg\" class=\"brxe-image tech-img css-filter size-full\" alt id=\"brxe-c0f2cd\" decoding=\"async\">"
    },
    {
      "src": "https://www.brainlabsdigital.com/wp-content/uploads/2026/03/Background-pattern-5.svg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"https://www.brainlabsdigital.com/wp-content/uploads/2026/03/Background-pattern-5.svg\" class=\"brxe-image bg-pattern css-filter size-full\" alt id=\"brxe-964ea9\" decoding=\"async\">"
    },
    {
      "src": "https://www.brainlabsdigital.com/wp-content/uploads/2026/03/Logo.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://www.brainlabsdigital.com/wp-content/uploads/2026/03/Logo.svg\" class=\"bricks-site-logo css-filter\" alt=\"Brainlabs\" data-bricks-logo=\"https://www.brainlabsdigital.com/wp-content/uploads/2026/03/Logo.svg\" loading=\"lazy\" decoding=\"async\">"
    },
    {
      "src": "https://www.brainlabsdigital.com/wp-content/uploads/2026/03/ISO-27001.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://www.brainlabsdigital.com/wp-content/uploads/2026/03/ISO-27001.svg\" class=\"brxe-image css-filter size-full\" alt id=\"brxe-13d36d\" decoding=\"async\" loading=\"lazy\">"
    },
    {
      "src": "https://www.brainlabsdigital.com/wp-content/uploads/2026/03/ISO-27701.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://www.brainlabsdigital.com/wp-content/uploads/2026/03/ISO-27701.svg\" class=\"brxe-image css-filter size-full\" alt id=\"brxe-97e3a0\" decoding=\"async\" loading=\"lazy\">"
    }
  ],
  "possibleDialogs": [
    "<div data-popup-id=\"888\" class=\"brx-popup brxe-popup-888 hide\" data-popup-close-on=\"none\"><div class=\"brx-popup-content brxe-container\"><section id=\"brxe-rslbbs\" class=\"brxe-section team-popup-section\" loadedactive=\"false\"><div id=\"brxe-huiuvw\" class=\"brxe-container\"><div id=\"brxe-xtbtwp\" class=\"brxe-div\"><img width=\"819\" height=\"1024\" src=\"https://www.brainlabsdigital.com/wp-content/uploads/2025/02/alex-glover-tinyfied-819x1024.jpg\" class=\"brxe-image team-popup-image css-filter size-large\" a...",
    "<div class=\"brx-popup-content brxe-container\"><section id=\"brxe-rslbbs\" class=\"brxe-section team-popup-section\" loadedactive=\"false\"><div id=\"brxe-huiuvw\" class=\"brxe-container\"><div id=\"brxe-xtbtwp\" class=\"brxe-div\"><img width=\"819\" height=\"1024\" src=\"https://www.brainlabsdigital.com/wp-content/uploads/2025/02/alex-glover-tinyfied-819x1024.jpg\" class=\"brxe-image team-popup-image css-filter size-large\" alt id=\"brxe-byylid\" decoding=\"async\" loading=\"lazy\" srcset=\"https://www.brainlabsdigital.c...",
    "<section id=\"brxe-rslbbs\" class=\"brxe-section team-popup-section\" loadedactive=\"false\"><div id=\"brxe-huiuvw\" class=\"brxe-container\"><div id=\"brxe-xtbtwp\" class=\"brxe-div\"><img width=\"819\" height=\"1024\" src=\"https://www.brainlabsdigital.com/wp-content/uploads/2025/02/alex-glover-tinyfied-819x1024.jpg\" class=\"brxe-image team-popup-image css-filter size-large\" alt id=\"brxe-byylid\" decoding=\"async\" loading=\"lazy\" srcset=\"https://www.brainlabsdigital.com/wp-content/uploads/2025/02/alex-glover-tiny...",
    "<img width=\"819\" height=\"1024\" src=\"https://www.brainlabsdigital.com/wp-content/uploads/2025/02/alex-glover-tinyfied-819x1024.jpg\" class=\"brxe-image team-popup-image css-filter size-large\" alt id=\"brxe-byylid\" decoding=\"async\" loading=\"lazy\" srcset=\"https://www.brainlabsdigital.com/wp-content/uploads/2025/02/alex-glover-tinyfied-819x1024.jpg 819w, https://www.brainlabsdigital.com/wp-content/uploads/2025/02/alex-glover-tinyfied-240x300.jpg 240w, https://www.brainlabsdigital.com/wp-content/uplo...",
    "<h4 id=\"brxe-kyaoak\" class=\"brxe-heading team-popup-name\">Dan Jerome</h4>",
    "<div id=\"brxe-siimlw\" class=\"brxe-text-basic team-popup-job\">Job Title</div>",
    "<div id=\"brxe-cjidye\" class=\"brxe-text-basic team-popup-content\">Lorem ipsum dolor sit amet consectetur. Lacus elementum mi consectetur malesuada volutpat ut. Tempus vitae viverra hendrerit duis urna elementum. Aliquet morbi sit scelerisque magna. Orci tellus mauris etiam sapien at tristique dolor eu.</div>",
    "<a id=\"brxe-qjqodu\" class=\"brxe-button btn team-popup-linkedin bricks-button\" href=\"/contact\" target=\"_blank\">Connect on LinkedIn<i class=\"ion-ios-arrow-forward\"></i></a>",
    "<span id=\"brxe-rjjkwp\" class=\"brxe-text-basic team-popup-previous\">Meet Stephan</span>",
    "<span id=\"brxe-omorux\" class=\"brxe-text-basic team-popup-next\">Meet Clair</span>",
    "<div class=\"brx-popup-backdrop\"></div>",
    "<script id=\"team-popup-js-js-extra\"> var ajax_object = {\"ajax_url\":\"https://www.brainlabsdigital.com/wp-admin/admin-ajax.php\",\"nonce\":\"0192d36a7c\"}; //# sourceURL=team-popup-js-js-extra </script>",
    "<script src=\"https://www.brainlabsdigital.com/wp-content/themes/bricks-child/team-popup.js?ver=1757448186\" id=\"team-popup-js-js\"></script>",
    "<div role=\"alertdialog\" aria-describedby=\"onetrust-policy-text\" aria-label=\"Why we use cookies and other tracking technologies?\"><div class=\"ot-sdk-container\"><div class=\"ot-sdk-row\"><div id=\"onetrust-group-container\" class=\"ot-sdk-eight ot-sdk-columns\"><div class=\"banner_logo\"></div><div id=\"onetrust-policy\"><h2 id=\"onetrust-policy-title\">Why we use cookies and other tracking technologies?</h2><p id=\"onetrust-policy-text\">Our site enables script (e.g. cookies) that is able to read, store, an..."
  ],
  "score": 70,
  "weight": 10
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

AIO: Answer block readiness

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

2 Warning

Needs attention

AIO: Answer block readiness

Warning
01

Issue

15 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": 16,
  "passing": 1,
  "failing": [
    {
      "heading": "Full-service media, measurement, and creative",
      "headingHtml": "<h2 id=\"brxe-7ef7bf\" class=\"brxe-heading bl-h2-title\">Full-service media, measurement, and creative</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "We're independent and founder-led.",
      "headingHtml": "<h2 id=\"brxe-e25969\" class=\"brxe-heading bl-h2-title\">We&apos;re independent and founder-led.</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Regardless of stage or category, our clients share an obsession with revenue, not activity.",
      "headingHtml": "<h2 id=\"brxe-a523eb\" class=\"brxe-heading bl-h2-title\">Regardless of stage or category, our clients share an obsession with revenue, not activity. </h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "What challenges are we built to solve for marketing leaders?",
      "headingHtml": "<h2 id=\"brxe-bbe606\" class=\"brxe-heading bl-h2-title\">What challenges are we built to solve for marketing leaders?</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Optimize current spend",
      "headingHtml": "<h3 id=\"brxe-c5bdd7\" class=\"brxe-heading bl-h3-title-tabs tab-content-item\">Optimize current spend</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Acquire new customers",
      "headingHtml": "<h3 id=\"brxe-fbfa55\" class=\"brxe-heading bl-h3-title-tabs tab-content-item\">Acquire new customers</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Prove new channels",
      "headingHtml": "<h3 id=\"brxe-e1a333\" class=\"brxe-heading bl-h3-title-tabs tab-content-item\">Prove new channels</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Measure true impact",
      "headingHtml": "<h3 id=\"brxe-271cb5\" class=\"brxe-heading bl-h3-title-tabs tab-content-item\">Measure true impact</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Scale creative production",
      "headingHtml": "<h3 id=\"brxe-3c9443\" class=\"brxe-heading bl-h3-title-tabs tab-content-item\">Scale creative production</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Our People, agents, and processes.",
      "headingHtml": "<h2 id=\"brxe-78eb9b\" class=\"brxe-heading bl-h2-title\">Our People, agents, and processes. </h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "What industries do we work with?",
      "headingHtml": "<h2 id=\"brxe-f4e825\" class=\"brxe-heading bl-h2-title\">What industries do we work with?</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Who are our partners?",
      "headingHtml": "<h2 id=\"brxe-cfc5c4\" class=\"brxe-heading bl-h2-title\">Who are our partners?</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "We measure against business outcomes, not platform metrics.",
      "headingHtml": "<h2 id=\"brxe-ff5c2f\" class=\"brxe-heading bl-h2-title\">We measure against business outcomes, not platform metrics.</h2>",
      "firstParagraph": "Incrementality testing that isolates true lift from spend that would have converted anyway.",
      "paragraphHtml": "<p>Incrementality testing that isolates true lift from spend that would have converted anyway.</p>",
      "words": 13,
      "direct": false,
      "issue": "First paragraph is 13 words and does not look like a concise direct answer."
    },
    {
      "heading": "We're built for formal RFPs, enterprise processes, and audit requirements.",
      "headingHtml": "<h2 id=\"brxe-aceaa0\" class=\"brxe-heading bl-h2-title\">We&apos;re built for formal RFPs, enterprise processes, and audit requirements.</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Still not sure if Brainlabs is the right fit for you?",
      "headingHtml": "<h3 id=\"brxe-51cfd4\" class=\"brxe-heading bl-h3-title\">Still not sure if Brainlabs is the right fit for you?</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    }
  ],
  "score": 65,
  "weight": 8
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

AEO: Answer intent coverage

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

1 Warning

Needs attention

AEO: Answer intent coverage

Warning
01

Issue

Missing likely AI Overview intent sections: 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": "Full-service media, measurement, and creative",
      "html": "<h2 id=\"brxe-7ef7bf\" class=\"brxe-heading bl-h2-title\">Full-service media, measurement, and creative</h2>"
    },
    {
      "text": "We're independent and founder-led.",
      "html": "<h2 id=\"brxe-e25969\" class=\"brxe-heading bl-h2-title\">We&apos;re independent and founder-led.</h2>"
    },
    {
      "text": "Regardless of stage or category, our clients share an obsession with revenue, not activity.",
      "html": "<h2 id=\"brxe-a523eb\" class=\"brxe-heading bl-h2-title\">Regardless of stage or category, our clients share an obsession with revenue, not activity. </h2>"
    },
    {
      "text": "What challenges are we built to solve for marketing leaders?",
      "html": "<h2 id=\"brxe-bbe606\" class=\"brxe-heading bl-h2-title\">What challenges are we built to solve for marketing leaders?</h2>"
    },
    {
      "text": "Our People, agents, and processes.",
      "html": "<h2 id=\"brxe-78eb9b\" class=\"brxe-heading bl-h2-title\">Our People, agents, and processes. </h2>"
    },
    {
      "text": "What industries do we work with?",
      "html": "<h2 id=\"brxe-f4e825\" class=\"brxe-heading bl-h2-title\">What industries do we work with?</h2>"
    },
    {
      "text": "Who are our partners?",
      "html": "<h2 id=\"brxe-cfc5c4\" class=\"brxe-heading bl-h2-title\">Who are our partners?</h2>"
    },
    {
      "text": "We measure against business outcomes, not platform metrics.",
      "html": "<h2 id=\"brxe-ff5c2f\" class=\"brxe-heading bl-h2-title\">We measure against business outcomes, not platform metrics.</h2>"
    },
    {
      "text": "We're built for formal RFPs, enterprise processes, and audit requirements.",
      "html": "<h2 id=\"brxe-aceaa0\" class=\"brxe-heading bl-h2-title\">We&apos;re built for formal RFPs, enterprise processes, and audit requirements.</h2>"
    },
    {
      "text": "Why we use cookies and other tracking technologies?",
      "html": "<h2 id=\"onetrust-policy-title\">Why we use cookies and other tracking technologies?</h2>"
    }
  ],
  "expected": [
    {
      "id": "what",
      "label": "What is Brainlabs?",
      "pattern": {}
    },
    {
      "id": "how",
      "label": "How does Brainlabs work?",
      "pattern": {}
    },
    {
      "id": "benefits",
      "label": "Why use Brainlabs?",
      "pattern": {}
    },
    {
      "id": "cost",
      "label": "Is Brainlabs free or paid?",
      "pattern": {}
    },
    {
      "id": "compare",
      "label": "How does Brainlabs compare with alternatives?",
      "pattern": {}
    }
  ],
  "missing": [
    {
      "id": "cost",
      "label": "Is Brainlabs free or paid?",
      "pattern": {}
    },
    {
      "id": "compare",
      "label": "How does Brainlabs compare with alternatives?",
      "pattern": {}
    }
  ],
  "score": 70,
  "weight": 8
}

Agent Ease of UseAPIEmerging recommendation

AI context endpoint

AI context endpoint is informational for this page.

Informational

Needs attention

AI context endpoint

Informational
01

Issue

AI context endpoint is informational for this page.

02

Why it matters

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

Check name

AI context endpoint

Score

100/100

Status

informational

Category

API

Maturity

Emerging recommendation

Goal

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

Result

AI context endpoint is informational for this page.

Validation steps

  1. Fetch to find resource

    AI context endpoint was not found at the expected path.

Evidence
{
  "steps": [
    {
      "id": "fetch",
      "title": "Fetch to find resource",
      "status": "informational",
      "evidence": {
        "checked": [
          {
            "path": "/api/ai/context",
            "statusCode": 404,
            "contentType": "text/html; charset=UTF-8",
            "length": 191721
          },
          {
            "path": "/api/context",
            "statusCode": 404,
            "contentType": "text/html; charset=UTF-8",
            "length": 189036
          },
          {
            "path": "/context",
            "statusCode": 404,
            "contentType": "text/html; charset=UTF-8",
            "length": 189028
          }
        ]
      },
      "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": "Full-service media, measurement, and creative",
      "html": "<h2 id=\"brxe-7ef7bf\" class=\"brxe-heading bl-h2-title\">Full-service media, measurement, and creative</h2>"
    },
    {
      "text": "We're independent and founder-led.",
      "html": "<h2 id=\"brxe-e25969\" class=\"brxe-heading bl-h2-title\">We&apos;re independent and founder-led.</h2>"
    },
    {
      "text": "Regardless of stage or category, our clients share an obsession with revenue, not activity.",
      "html": "<h2 id=\"brxe-a523eb\" class=\"brxe-heading bl-h2-title\">Regardless of stage or category, our clients share an obsession with revenue, not activity. </h2>"
    },
    {
      "text": "What challenges are we built to solve for marketing leaders?",
      "html": "<h2 id=\"brxe-bbe606\" class=\"brxe-heading bl-h2-title\">What challenges are we built to solve for marketing leaders?</h2>"
    },
    {
      "text": "Our People, agents, and processes.",
      "html": "<h2 id=\"brxe-78eb9b\" class=\"brxe-heading bl-h2-title\">Our People, agents, and processes. </h2>"
    },
    {
      "text": "What industries do we work with?",
      "html": "<h2 id=\"brxe-f4e825\" class=\"brxe-heading bl-h2-title\">What industries do we work with?</h2>"
    },
    {
      "text": "Who are our partners?",
      "html": "<h2 id=\"brxe-cfc5c4\" class=\"brxe-heading bl-h2-title\">Who are our partners?</h2>"
    },
    {
      "text": "We measure against business outcomes, not platform metrics.",
      "html": "<h2 id=\"brxe-ff5c2f\" class=\"brxe-heading bl-h2-title\">We measure against business outcomes, not platform metrics.</h2>"
    },
    {
      "text": "We're built for formal RFPs, enterprise processes, and audit requirements.",
      "html": "<h2 id=\"brxe-aceaa0\" class=\"brxe-heading bl-h2-title\">We&apos;re built for formal RFPs, enterprise processes, and audit requirements.</h2>"
    },
    {
      "text": "Why we use cookies and other tracking technologies?",
      "html": "<h2 id=\"onetrust-policy-title\">Why we use cookies and other tracking technologies?</h2>"
    }
  ],
  "expected": [
    {
      "id": "what",
      "label": "What is Brainlabs?",
      "pattern": {}
    },
    {
      "id": "how",
      "label": "How does Brainlabs work?",
      "pattern": {}
    },
    {
      "id": "benefits",
      "label": "Why use Brainlabs?",
      "pattern": {}
    },
    {
      "id": "cost",
      "label": "Is Brainlabs free or paid?",
      "pattern": {}
    },
    {
      "id": "compare",
      "label": "How does Brainlabs compare with alternatives?",
      "pattern": {}
    }
  ],
  "missing": [
    {
      "id": "cost",
      "label": "Is Brainlabs free or paid?",
      "pattern": {}
    },
    {
      "id": "compare",
      "label": "How does Brainlabs compare with alternatives?",
      "pattern": {}
    }
  ],
  "score": 70,
  "weight": 4
}

Agent Ease of UseAuthEmerging recommendation

Auth.md Agent Registration

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

Informational

Needs attention

Auth.md Agent Registration

Informational
01

Issue

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

02

Why it matters

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

Check name

Auth.md Agent Registration

Score

0/100

Status

informational

Category

Auth

Maturity

Emerging recommendation

Goal

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

Result

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

Validation steps

  1. Fetch and validate /auth.md

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

  2. Publish protected resource metadata

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

  3. Validate agent_auth authorization metadata

    OAuth authorization server metadata could not be fetched.

Evidence
{
  "failedStep": "auth-md",
  "steps": [
    {
      "id": "auth-md",
      "title": "Fetch and validate /auth.md",
      "status": "fail",
      "evidence": {
        "path": "/auth.md",
        "ok": false,
        "statusCode": 404,
        "contentType": "text/html; charset=UTF-8",
        "length": 189028,
        "validation": {
          "valid": false,
          "issue": "auth.md response did not match the expected agent registration shape. Content-Type \"text/html; charset=UTF-8\" is not Markdown or text/plain; missing registration instructions; missing /.well-known/oauth-protected-resource link; missing /.well-known/oauth-authorization-server link; missing supported identity type language; missing credential type language.",
          "compatibleContentType": false,
          "contentLength": 186685,
          "hasRegisterInstructions": false,
          "hasProtectedResourceLink": false,
          "hasAuthorizationServerLink": false,
          "mentionsIdentity": false,
          "mentionsCredential": false,
          "links": [
            "/javascript",
            "https://cdn-ukwest.onetrust.com/consent/2dc0f154-392d-4779-a5a1-4d48e10bcdf9/OtAutoBlock.js\"",
            "/script",
            "https://cdn-ukwest.onetrust.com/scripttemplates/otSDKStub.js\"",
            "/javascript",
            "/script",
            "/javascript",
            "/script",
            "https://yoast.com/product/yoast-seo-wordpress/",
            "/title"
          ],
          "rawExcerpt": "<!DOCTYPE html>\n<html lang=\"en-US\">\n<head>\n<meta charset=\"UTF-8\">\n<meta name=\"viewport\" content=\"width=device-width, initial-scale=1\">\n<meta name='robots' content='noindex, follow' />\n<!-- OneTrust Cookies Consent Notice start for brainlabsdigital.com -->\r\n<script type=\"text/javascript\" src=\"https://cdn-ukwest.onetrust.com/consent/2dc0f154-392d-4779-a5a1-4d48e10bcdf9/OtAutoBlock.js\" ></script>\r\n<script src=\"https://cdn-ukwest.onetrust.com/scripttemplates/otSDKStub.js\"  type=\"text/javascript\" charset=\"UTF-8\" data-domain-script=\"2dc0f154-392d-4779-a5a1-4d48e10bcdf9\" ></script>\r\n<script type=\"text/javascript\">\r\nfunction OptanonWrapper() { }\r\n</script>\r\n<!-- OneTrust Cookies Consent Notice end for brainlabsdigital.com -->\n\t<!-- This site is optimized with the Yoast SEO plugin v27.2 - https://y"
        }
      },
      "issue": "auth.md response did not match the expected agent registration shape. Content-Type \"text/html; charset=UTF-8\" is not Markdown or text/plain; missing registration instructions; missing /.well-known/oauth-protected-resource link; missing /.well-known/oauth-authorization-server link; missing supported identity type language; missing credential type language.",
      "howToFix": "Serve /auth.md at the site root as Markdown with agent registration instructions and links to OAuth metadata."
    },
    {
      "id": "oauth-protected-resource",
      "title": "Publish protected resource metadata",
      "status": "fail",
      "evidence": {
        "path": "/.well-known/oauth-protected-resource",
        "ok": false,
        "statusCode": 404,
        "contentType": "text/html; charset=UTF-8",
        "length": 188167,
        "text": "<!DOCTYPE html>\n<html lang=\"en-US\">\n<head>\n<meta charset=\"UTF-8\">\n<meta name=\"viewport\" content=\"width=device-width, initial-scale=1\">\n<meta name='robots' content='noindex, follow' />\n<!-- OneTrust Cookies Consent Notice start for brainlabsdigital.com -->\r\n<script type=\"text/javascript\" src=\"https://cdn-ukwest.onetrust.com/consent/2dc0f154-392d-4779-a5a1-4d48e10bcdf9/OtAutoBlock.js\" ></script>\r\n<script src=\"https://cdn-ukwest.onetrust.com/scripttemplates/otSDKStub.js\"  type=\"text/javascript\" charset=\"UTF-8\" data-domain-script=\"2dc0f154-392d-4779-a5a1-4d48e10bcdf9\" ></script>\r\n<script type=\"text/javascript\">\r\nfunction OptanonWrapper() { }\r\n</script>\r\n<!-- OneTrust Cookies Consent Notice end for brainlabsdigital.com -->\n\t<!-- This site is optimized with the Yoast SEO plugin v27.2 - https://yoast.com/product/yoast-seo-wordpress/ -->\n\t<title>Page not found - Brainlabs</title>\n\t<meta property=\"og:locale\" content=\"en_US\" />\n\t<meta property=\"og:title\" content=\"Page not found - Brainlabs\" />\n\t<meta property=\"og:site_name\" content=\"Brainlabs\" />\n\t<script type=\"application/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https://schema.org\",\"@graph\":[{\"@type\":\"WebSite\",\"@id\":\"https://www.brainlabsdigital.com/#website\",\"url\":\"https://www.brainlabsdigital.com/\",\"name\":\"Brainlabs\",\"description\":\"High-Performance Media Agency\",\"publisher\":{\"@id\":\"https://www.brainlabsdigital.com/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https://www.brainlabsdigital.com/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https://www.brainlabsdigital.com/#organization\",\"name\":\"Brainlabs\",\"url\":\"https://www.brainlabsdigital.com/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https://www.brainlabsdigital.com/#/schema/logo/image/\",\"url\":\"https://www.brainlabsdigital.com/wp-content/uploads/2025/04/cropped-25-Brainlabs-Color-Logo-Icon-1-300x300.png\",\"contentUrl\":\"https://www.brainlabsdigital.com/wp-content/uploads/2025/04/cropped-25-Brainlabs-Color-Logo-Icon-1-300x300.png\",\"width\":300,\"height\":300,\"caption\":\"Brainlabs\"},\"image\":{\"@id\":\"https://www.brainlabsdigital.com/#/schema/logo/image/\"},\"sameAs\":[\"https://x.com/Brainlabs\",\"https://www.linkedin.com/company/brainlabs-digital/\",\"https://www.instagram.com/brainlabs/\",\"https://www.youtube.com/@brainlabsmedia/featured\",\"https://www.tiktok.com/@brainlabsglobal?lang=en\"]}]}</script>\n\t<!-- / Yoast SEO plugin. -->\n\n\n<link rel='dns-prefetch' href='//fonts.googleapis.com' />\n<link rel=\"alternate\" type=\"application/rss+xml\" title=\"Brainlabs &raquo; Feed\" href=\"https://www.brainlabsdigital.com/feed/\" />\n<link rel=\"alternate\" type=\"application/rss+xml\" title=\"Brainlabs &raquo; Comments Feed\" href=\"https://www.brainlabsdigital.com/comments/feed/\" />\n<link rel=\"preconnect\" href=\"https://fonts.gstatic.com/\" crossorigin><style id='wp-img-auto-sizes-contain-inline-css'>\nimg:is([sizes=auto i],[sizes^=\"auto,\" i]){contain-intrinsic-size:3000px 1500px}\n/*# sourceURL=wp-img-auto-sizes-contain-inline-css */\n</style>\n<style id='wp-emoji-styles-inline-css'>\n\n\timg.wp-smiley, img.emoji {\n\t\tdisplay: inline !important;\n\t\tborder: none !important;\n\t\tbox-shadow: none !important;\n\t\theight: 1em !important;\n\t\twidth: 1em !important;\n\t\tmargin: 0 0.07em !important;\n\t\tvertical-align: -0.1em !important;\n\t\tbackground: none !important;\n\t\tpadding: 0 !important;\n\t}\n/*# sourceURL=wp-emoji-styles-inline-css */\n</style>\n<style id='wp-block-library-inline-css'>\n:root{--wp-block-synced-color:#7a00df;--wp-block-synced-color--rgb:122,0,223;--wp-bound-block-color:var(--wp-block-synced-color);--wp-editor-canvas-background:#ddd;--wp-admin-theme-color:#007cba;--wp-admin-theme-color--rgb:0,124,186;--wp-admin-theme-color-darker-10:#006ba1;--wp-admin-theme-color-darker-10--rgb:0,107,160.5;--wp-admin-theme-color-darker-20:#005a87;--wp-admin-theme-color-darker-20--"
      },
      "issue": "The OAuth Protected Resource metadata endpoint did not return HTTP 2xx.",
      "howToFix": "Publish /.well-known/oauth-protected-resource with resource and authorization_servers fields."
    },
    {
      "id": "agent-auth-block",
      "title": "Validate agent_auth authorization metadata",
      "status": "fail",
      "evidence": {
        "valid": false,
        "issue": "OAuth authorization server metadata could not be fetched.",
        "fetch": {
          "ok": false,
          "statusCode": 404,
          "contentType": "text/html; charset=UTF-8",
          "length": 188171,
          "text": "<!DOCTYPE html>\n<html lang=\"en-US\">\n<head>\n<meta charset=\"UTF-8\">\n<meta name=\"viewport\" content=\"width=device-width, initial-scale=1\">\n<meta name='robots' content='noindex, follow' />\n<!-- OneTrust Cookies Consent Notice start for brainlabsdigital.com -->\r\n<script type=\"text/javascript\" src=\"https://cdn-ukwest.onetrust.com/consent/2dc0f154-392d-4779-a5a1-4d48e10bcdf9/OtAutoBlock.js\" ></script>\r\n<script src=\"https://cdn-ukwest.onetrust.com/scripttemplates/otSDKStub.js\"  type=\"text/javascript\" charset=\"UTF-8\" data-domain-script=\"2dc0f154-392d-4779-a5a1-4d48e10bcdf9\" ></script>\r\n<script type=\"text/javascript\">\r\nfunction OptanonWrapper() { }\r\n</script>\r\n<!-- OneTrust Cookies Consent Notice end for brainlabsdigital.com -->\n\t<!-- This site is optimized with the Yoast SEO plugin v27.2 - https://yoast.com/product/yoast-seo-wordpress/ -->\n\t<title>Page not found - Brainlabs</title>\n\t<meta property=\"og:locale\" content=\"en_US\" />\n\t<meta property=\"og:title\" content=\"Page not found - Brainlabs\" />\n\t<meta property=\"og:site_name\" content=\"Brainlabs\" />\n\t<script type=\"application/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https://schema.org\",\"@graph\":[{\"@type\":\"WebSite\",\"@id\":\"https://www.brainlabsdigital.com/#website\",\"url\":\"https://www.brainlabsdigital.com/\",\"name\":\"Brainlabs\",\"description\":\"High-Performance Media Agency\",\"publisher\":{\"@id\":\"https://www.brainlabsdigital.com/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https://www.brainlabsdigital.com/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https://www.brainlabsdigital.com/#organization\",\"name\":\"Brainlabs\",\"url\":\"https://www.brainlabsdigital.com/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https://www.brainlabsdigital.com/#/schema/logo/image/\",\"url\":\"https://www.brainlabsdigital.com/wp-content/uploads/2025/04/cropped-25-Brainlabs-Color-Logo-Icon-1-300x300.png\",\"contentUrl\":\"https://www.brainlabsdigital.com/wp-content/uploads/2025/04/cropped-25-Brainlabs-Color-Logo-Icon-1-300x300.png\",\"width\":300,\"height\":300,\"caption\":\"Brainlabs\"},\"image\":{\"@id\":\"https://www.brainlabsdigital.com/#/schema/logo/image/\"},\"sameAs\":[\"https://x.com/Brainlabs\",\"https://www.linkedin.com/company/brainlabs-digital/\",\"https://www.instagram.com/brainlabs/\",\"https://www.youtube.com/@brainlabsmedia/featured\",\"https://www.tiktok.com/@brainlabsglobal?lang=en\"]}]}</script>\n\t<!-- / Yoast SEO plugin. -->\n\n\n<link rel='dns-prefetch' href='//fonts.googleapis.com' />\n<link rel=\"alternate\" type=\"application/rss+xml\" title=\"Brainlabs &raquo; Feed\" href=\"https://www.brainlabsdigital.com/feed/\" />\n<link rel=\"alternate\" type=\"application/rss+xml\" title=\"Brainlabs &raquo; Comments Feed\" href=\"https://www.brainlabsdigital.com/comments/feed/\" />\n<link rel=\"preconnect\" href=\"https://fonts.gstatic.com/\" crossorigin><style id='wp-img-auto-sizes-contain-inline-css'>\nimg:is([sizes=auto i],[sizes^=\"auto,\" i]){contain-intrinsic-size:3000px 1500px}\n/*# sourceURL=wp-img-auto-sizes-contain-inline-css */\n</style>\n<style id='wp-emoji-styles-inline-css'>\n\n\timg.wp-smiley, img.emoji {\n\t\tdisplay: inline !important;\n\t\tborder: none !important;\n\t\tbox-shadow: none !important;\n\t\theight: 1em !important;\n\t\twidth: 1em !important;\n\t\tmargin: 0 0.07em !important;\n\t\tvertical-align: -0.1em !important;\n\t\tbackground: none !important;\n\t\tpadding: 0 !important;\n\t}\n/*# sourceURL=wp-emoji-styles-inline-css */\n</style>\n<style id='wp-block-library-inline-css'>\n:root{--wp-block-synced-color:#7a00df;--wp-block-synced-color--rgb:122,0,223;--wp-bound-block-color:var(--wp-block-synced-color);--wp-editor-canvas-background:#ddd;--wp-admin-theme-color:#007cba;--wp-admin-theme-color--rgb:0,124,186;--wp-admin-theme-color-darker-10:#006ba1;--wp-admin-theme-color-darker-10--rgb:0,107,160.5;--wp-admin-theme-color-darker-20:#005a87;--wp-admin-theme-color-darker-20--"
        }
      },
      "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": 3,
    "signals": [
      {
        "source": "link:href",
        "weight": 3,
        "match": "auth link"
      }
    ]
  },
  "resourceFetchSucceeded": false
}

AI DiscoverabilityDiscoverabilityEstablished

IndexNow key

IndexNow key is informational for this page.

Informational

Needs attention

IndexNow key

Informational
01

Issue

IndexNow key is informational for this page.

02

Why it matters

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

Check name

IndexNow key

Score

100/100

Status

informational

Category

Discoverability

Maturity

Established

Goal

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

Result

IndexNow key is informational for this page.

Validation steps

  1. Find advertised IndexNow key location

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

  2. Fetch and validate IndexNow key file

    No discoverable IndexNow key file was found.

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

Agent Ease of UseAuthEstablished

OAuth / OIDC discovery

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

Informational

Needs attention

OAuth / OIDC discovery

Informational
01

Issue

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

02

Why it matters

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

Check name

OAuth / OIDC discovery

Score

0/100

Status

informational

Category

Auth

Maturity

Established

Goal

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

Result

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

Validation steps

  1. Fetch to find resource

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

Evidence
{
  "failedStep": "fetch",
  "steps": [
    {
      "id": "fetch",
      "title": "Fetch to find resource",
      "status": "fail",
      "evidence": {
        "checked": [
          {
            "path": "/.well-known/openid-configuration",
            "statusCode": 404,
            "contentType": "text/html; charset=UTF-8",
            "length": 188159
          },
          {
            "path": "/.well-known/oauth-authorization-server",
            "statusCode": 404,
            "contentType": "text/html; charset=UTF-8",
            "length": 188171
          }
        ]
      },
      "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": 3,
    "signals": [
      {
        "source": "link:href",
        "weight": 3,
        "match": "auth link"
      }
    ]
  },
  "resourceFetchSucceeded": false
}

Agent Ease of UseAuthEmerging recommendation

OAuth Protected Resource

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

Informational

Needs attention

OAuth Protected Resource

Informational
01

Issue

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

02

Why it matters

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

Check name

OAuth Protected Resource

Score

0/100

Status

informational

Category

Auth

Maturity

Emerging recommendation

Goal

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

Result

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

Validation steps

  1. Fetch protected resource metadata

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

  2. Validate protected resource metadata

    Response is not valid JSON.

  3. Validate protected resource identity

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

  4. Probe protected API Bearer challenge

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

Evidence
{
  "failedStep": "fetch",
  "steps": [
    {
      "id": "fetch",
      "title": "Fetch protected resource metadata",
      "status": "fail",
      "evidence": {
        "path": "/.well-known/oauth-protected-resource",
        "statusCode": 404,
        "contentType": "text/html; charset=UTF-8"
      },
      "issue": "The OAuth Protected Resource metadata endpoint did not return HTTP 2xx.",
      "howToFix": "Publish /.well-known/oauth-protected-resource JSON."
    },
    {
      "id": "metadata",
      "title": "Validate protected resource metadata",
      "status": "fail",
      "evidence": {
        "valid": false,
        "compatibleContentType": false,
        "issue": "Response is not valid JSON.",
        "rawExcerpt": "<!DOCTYPE html>\n<html lang=\"en-US\">\n<head>\n<meta charset=\"UTF-8\">\n<meta name=\"viewport\" content=\"width=device-width, initial-scale=1\">\n<meta name='robots' content='noindex, follow' />\n<!-- OneTrust Cookies Consent Notice start for brainlabsdigital.com -->\r\n<script type=\"text/javascript\" src=\"https://cdn-ukwest.onetrust.com/consent/2dc0f154-392d-4779-a5a1-4d48e10bcdf9/OtAutoBlock.js\" ></script>\r\n<script src=\"https://cdn-ukwest.onetrust.com/scripttemplates/otSDKStub.js\"  type=\"text/javascript\" charset=\"UTF-8\" data-domain-script=\"2dc0f154-392d-4779-a5a1-4d48e10bcdf9\" ></script>\r\n<script type=\"text/javascript\">\r\nfunction OptanonWrapper() { }\r\n</script>\r\n<!-- OneTrust Cookies Consent Notice end for brainlabsdigital.com -->\n\t<!-- This site is optimized with the Yoast SEO plugin v27.2 - https://y"
      },
      "issue": "Response is not valid JSON.",
      "howToFix": "Publish resource and authorization_servers as absolute URLs."
    },
    {
      "id": "resource-identity",
      "title": "Validate protected resource identity",
      "status": "fail",
      "evidence": {
        "expectedResource": "https://www.brainlabsdigital.com"
      },
      "issue": "Protected resource metadata `resource` did not match the resource identifier used to retrieve it.",
      "howToFix": "Set `resource` to the origin/resource identifier represented by /.well-known/oauth-protected-resource."
    },
    {
      "id": "protected-route-challenge",
      "title": "Probe protected API Bearer challenge",
      "status": "informational",
      "evidence": {
        "checked": [
          {
            "path": "/api/admin/scans",
            "statusCode": 404,
            "wwwAuthenticate": {
              "valid": false,
              "present": false
            },
            "expectedMetadataUrl": "https://www.brainlabsdigital.com/.well-known/oauth-protected-resource",
            "metadataUrlMatches": true,
            "resourceMatchesRequestContext": true
          },
          {
            "path": "/api/admin/summary",
            "statusCode": 404,
            "wwwAuthenticate": {
              "valid": false,
              "present": false
            },
            "expectedMetadataUrl": "https://www.brainlabsdigital.com/.well-known/oauth-protected-resource",
            "metadataUrlMatches": true,
            "resourceMatchesRequestContext": true
          },
          {
            "path": "/api/scans",
            "statusCode": 404,
            "wwwAuthenticate": {
              "valid": false,
              "present": false
            },
            "expectedMetadataUrl": "https://www.brainlabsdigital.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": 3,
    "signals": [
      {
        "source": "link:href",
        "weight": 3,
        "match": "auth link"
      }
    ]
  },
  "resourceFetchSucceeded": false
}

SEOSEOBrowser audit

Document does not have a meta description

100 Fail

Check name

Document does not have a meta description

Score

0/100

Status

fail

Device

desktop

Category

SEO

Fix guidance

Meta descriptions may be included in search results to concisely summarize page content. [Learn more about the meta description](https://developer.chrome.com/docs/lighthouse/seo/meta-description/).

Evidence
{
  "description": "Meta descriptions may be included in search results to concisely summarize page content. [Learn more about the meta description](https://developer.chrome.com/docs/lighthouse/seo/meta-description/)."
}

Performance and AccessibilityAccessibilityBrowser audit

Heading elements are not in a sequentially-descending order

100 Fail

Check name

Heading elements are not in a sequentially-descending order

Score

0/100

Status

fail

Device

desktop

Category

Accessibility

Fix guidance

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

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

Performance and AccessibilityBest PracticesBrowser audit

Uses deprecated APIs

100 Fail

Check name

Uses deprecated APIs

Score

0/100

Status

fail

Device

desktop

Category

Best Practices

Estimated savings

1 warning found

Fix guidance

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

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

Performance and AccessibilityPerformanceBrowser audit

Improve image delivery

17 Fail

Check name

Improve image delivery

Score

0/100

Status

fail

Device

desktop

Category

Performance

Estimated savings

Est savings of 1,180 KiB

Fix guidance

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

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

Performance and AccessibilityPerformanceBrowser audit

Reduce unused CSS

17 Fail

Check name

Reduce unused CSS

Score

0/100

Status

fail

Device

desktop

Category

Performance

Estimated savings

Est savings of 51 KiB

Fix guidance

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

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

Performance and AccessibilityPerformanceBrowser audit

Render-blocking requests

17 Fail

Check name

Render-blocking requests

Score

0/100

Status

fail

Device

desktop

Category

Performance

Estimated savings

Est savings of 650 ms

Fix guidance

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

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

Performance and AccessibilityPerformanceBrowser audit

Minify JavaScript

8 Warning

Check name

Minify JavaScript

Score

50/100

Status

warning

Device

desktop

Category

Performance

Estimated savings

Est savings of 6 KiB

Fix guidance

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

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

Performance and AccessibilityPerformanceBrowser audit

Use efficient cache lifetimes

8 Warning

Check name

Use efficient cache lifetimes

Score

50/100

Status

warning

Device

desktop

Category

Performance

Estimated savings

Est savings of 156 KiB

Fix guidance

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

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

Performance and AccessibilityPerformanceBrowser audit

Loading performance

5 Fail

Check name

Loading performance

Score

72/100

Status

fail

Device

desktop

Category

Performance

Fix guidance

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

Evidence
{
  "checks": [
    {
      "id": "first-contentful-paint",
      "title": "First Contentful Paint",
      "score": 86,
      "displayValue": "1.0 s",
      "numericValue": 1001.0138214675345
    },
    {
      "id": "speed-index",
      "title": "Speed Index",
      "score": 63,
      "displayValue": "2.0 s",
      "numericValue": 1973.088539354391
    },
    {
      "id": "server-response-time",
      "title": "Initial server response time was short",
      "score": 100,
      "displayValue": "Root document took 20 ms",
      "numericValue": 21
    },
    {
      "id": "max-potential-fid",
      "title": "Max Potential First Input Delay",
      "score": 90,
      "displayValue": "130 ms",
      "numericValue": 127
    },
    {
      "id": "interactive",
      "title": "Time to Interactive",
      "score": 30,
      "displayValue": "5.7 s",
      "numericValue": 5749.08515225868
    },
    {
      "id": "network-rtt",
      "title": "Network Round Trip Times",
      "score": 100,
      "displayValue": "70 ms",
      "numericValue": 72.578835
    },
    {
      "id": "largest-contentful-paint",
      "title": "Largest Contentful Paint",
      "score": 6,
      "displayValue": "5.4 s",
      "numericValue": 5441.080525071722
    },
    {
      "id": "total-blocking-time",
      "title": "Total Blocking Time",
      "score": 97,
      "displayValue": "90 ms",
      "numericValue": 94.99999999999977
    }
  ]
}

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