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

OVERALL SCORE

Level 3, Bot-Aware

Moderate readiness for AI agents
AIDiscoverability51%Agent Easeof Use10%Security& Trust100%GEO, AIO, AEO77%SEO85%Performance& Accessibility66%
  • AI Discoverability 51 out of 100
  • Agent Ease of Use 10 out of 100
  • Security & Trust 100 out of 100
  • GEO, AIO and AEO 77 out of 100
  • SEO 85 out of 100
  • Performance and Accessibility 66 out of 100

CAPTURED SCREENSHOT

Captured website desktop screenshot

What AI sees of your website

Sophos: Defeat Cyberattacks with Cybersecurity as a Service favicon

Sophos: Defeat Cyberattacks with Cybersecurity as a Service

Defend your organization from cyberattacks with Sophos adaptive defenses and expertise at your service. Protect the future of your business with confidence.

Next step

Turn this report into a fix workflow

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

Detailed report scores grouped by capability area
MetricScoreStatusPassedFailedWarningEvidence
AI Discoverability
51
Needs work10111View details
Discoverability
57
Needs work450View details
Content Readiness
58
Needs work531View details
Bot Access Control
33
Priority fix130View details
Agent Ease of Use
10
Priority fix6251View details
API
0
Priority fix040View details
Auth
Not Applicable
Not Applicable050View details
MCP
25
Priority fix260View details
Skill Discovery
5
Priority fix0101View details
Agent Commerce
Not Applicable
Not Applicable400
GEO, AIO and AEO
77
Mostly ready4016
GEO Readiness
86
Mostly ready204
AIO Readiness
73
Needs work106
AEO Readiness
71
Needs work106
SEO
85
Mostly ready920View details
SEO
85
Mostly ready920View details
Security & Trust
100
Strong700
Security & Trust
100
Strong500
AI Training Exposure
Not Applicable
Not Applicable200
Performance and Accessibility
66
Needs work1854View details
Performance
50
Needs work1254View details
Accessibility
95
Strong600

Prioritized recommendations

Issues ranked by score impact

50 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 could not be fetched.

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 could not be fetched.

Evidence
{
  "failedStep": "fetch",
  "steps": [
    {
      "id": "fetch",
      "title": "Fetch API catalog",
      "status": "fail",
      "evidence": {
        "error": "TimeoutError: The operation was aborted due to timeout"
      },
      "issue": "The API catalog endpoint could not be fetched.",
      "howToFix": "Publish /.well-known/api-catalog as application/linkset+json."
    }
  ]
}

AI DiscoverabilityBot Access ControlInformational

Content Signal

Content Signal is missing or incomplete.

50 Fail

Needs attention

Content Signal

Failed check
01

Issue

No Content Signal found in robots.txt

02

Why it matters

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

Check name

Content Signal

Score

0/100

Status

fail

Category

Bot Access Control

Maturity

Informational

Goal

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

Result

Content Signal is missing or incomplete.

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

Agent Ease of UseAPIEstablished

OpenAPI discovery

OpenAPI discovery failed at "Find valid OpenAPI document".

50 Fail

Needs attention

OpenAPI discovery

Failed check
01

Issue

No valid OpenAPI or Swagger document was found at expected paths.

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

    No valid OpenAPI or Swagger document was found at expected paths.

Evidence
{
  "failedStep": "fetch",
  "steps": [
    {
      "id": "fetch",
      "title": "Find valid OpenAPI document",
      "status": "fail",
      "evidence": {
        "checked": [
          {
            "path": "/openapi.json",
            "error": "TimeoutError: The operation was aborted due to timeout"
          },
          {
            "path": "/openapi.yaml",
            "error": "TimeoutError: The operation was aborted due to timeout"
          },
          {
            "path": "/swagger.json",
            "error": "TimeoutError: The operation was aborted due to timeout"
          },
          {
            "path": "/swagger.yaml",
            "error": "TimeoutError: The operation was aborted due to timeout"
          },
          {
            "path": "/api/openapi.json",
            "error": "TimeoutError: The operation was aborted due to timeout"
          },
          {
            "path": "/api/swagger.json",
            "error": "TimeoutError: The operation was aborted due to timeout"
          },
          {
            "path": "/docs/openapi.json",
            "error": "TimeoutError: The operation was aborted due to timeout"
          }
        ]
      },
      "issue": "No valid OpenAPI or Swagger document was found at expected paths.",
      "howToFix": "Publish a valid OpenAPI 3.x or Swagger 2.0 JSON/YAML document with info, paths, operations, and responses."
    }
  ]
}

AI DiscoverabilityBot Access ControlInformational

Web Bot Auth request signing

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

50 Fail

Needs attention

Web Bot Auth request signing

Failed check
01

Issue

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

02

Why it matters

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

Check name

Web Bot Auth request signing

Score

0/100

Status

fail

Category

Bot Access Control

Maturity

Informational

Goal

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

Result

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

Validation steps

  1. Fetch to find resource

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

Evidence
{
  "failedStep": "fetch",
  "steps": [
    {
      "id": "fetch",
      "title": "Fetch to find resource",
      "status": "fail",
      "evidence": {
        "checked": [
          {
            "path": "/.well-known/http-message-signatures-directory",
            "error": "TimeoutError: The operation was aborted due to timeout"
          }
        ]
      },
      "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."
    }
  ]
}

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": [
    "Organization",
    "VideoObject",
    "WebPage"
  ]
}

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": "/",
            "rel": "preconnect"
          },
          {
            "url": "/_next/static/chunks/01ypu7c~ham2a.css",
            "rel": "preload"
          },
          {
            "url": "/_next/static/chunks/0evzyna.y3c5c.css",
            "rel": "preload"
          },
          {
            "url": "/_next/static/chunks/0gictdijybhm~.css",
            "rel": "preload"
          },
          {
            "url": "https://www.googletagmanager.com",
            "rel": "preconnect"
          },
          {
            "url": "https://js.qualified.com",
            "rel": "preconnect"
          },
          {
            "url": "https://edge.fullstory.com",
            "rel": "preconnect"
          },
          {
            "url": "https://bat.bing.com",
            "rel": "preconnect"
          },
          {
            "url": "https://snap.licdn.com",
            "rel": "preconnect"
          },
          {
            "url": "https://js-agent.newrelic.com",
            "rel": "preconnect"
          },
          {
            "url": "https://images.contentstack.io",
            "rel": "preconnect"
          }
        ]
      },
      "issue": "No useful agent discovery Link headers were found.",
      "howToFix": "Expose useful Link headers such as rel=\"api-catalog\", rel=\"service-doc\", and rel=\"service-desc\"."
    },
    {
      "id": "target-validation",
      "title": "Fetch same-origin Link header targets",
      "status": "fail",
      "evidence": {
        "checked": [],
        "failures": [
          {
            "reason": "No same-origin Link header targets were available to fetch."
          }
        ]
      },
      "issue": "Link headers did not expose any same-origin targets to validate.",
      "howToFix": "Make each same-origin Link href reachable and serve the advertised media type."
    }
  ]
}

AI DiscoverabilityContent ReadinessEstablished

Markdown negotiation

Markdown negotiation failed at "Fetch Markdown variant".

33 Fail

Needs attention

Markdown negotiation

Failed check
01

Issue

Failed to fetch with Accept: text/markdown: TimeoutError: The operation was aborted due to timeout

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 "Fetch Markdown variant".

Validation steps

  1. Fetch Markdown variant

    Failed to fetch with Accept: text/markdown: TimeoutError: The operation was aborted due to timeout

Evidence
{
  "failedStep": "fetch",
  "steps": [
    {
      "id": "fetch",
      "title": "Fetch Markdown variant",
      "status": "fail",
      "evidence": {
        "error": "TimeoutError: The operation was aborted due to timeout"
      },
      "issue": "Failed to fetch with Accept: text/markdown: TimeoutError: The operation was aborted due to timeout",
      "howToFix": "Support text/markdown responses for agent-readable pages."
    }
  ]
}

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",
            "error": "TimeoutError: The operation was aborted due to timeout"
          },
          {
            "path": "/.well-known/mcp/server-cards.json",
            "error": "TimeoutError: The operation was aborted due to timeout"
          },
          {
            "path": "/.well-known/mcp.json",
            "error": "TimeoutError: The operation was aborted due to timeout"
          }
        ]
      },
      "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",
            "error": "TimeoutError: The operation was aborted due to timeout"
          },
          {
            "path": "/.well-known/mcp.json",
            "error": "TimeoutError: The operation was aborted due to timeout"
          },
          {
            "path": "/.well-known/mcp/server-card.json",
            "error": "TimeoutError: The operation was aborted due to timeout"
          }
        ]
      },
      "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).

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": true,
  "accessibleLinks": true,
  "accessibleButtons": true,
  "imageAltCoverage": true,
  "formAutocompleteCoverage": true,
  "details": {
    "inaccessibleLinks": [],
    "inaccessibleButtons": [],
    "missingAutocompleteInputs": [],
    "imagesMissingAlt": [
      "<img src=\"https://www.sophos.com/akam/13/pixel_596f36c9?a=dD01ZGU3ZjgwNWJkMjZmMDJlMjY5ZGIwOTFkNTVkMDJkYmM0NjNlM2ZjJmpzPW9mZg==\" style=\"visibility: hidden; position: absolute; left: -999px; top: -999px;\">",
      "<img src=\"https://ib.adnxs.com/seg?add=39391227\" style=\"display:none;\" width=\"1\" height=\"1\">",
      "<img style=\"display:none;width:1px;\" src=\"https://secure.adnxs.com/px?id=1887100&amp;t=2\" width=\"1\" height=\"1\">"
    ],
    "skippedHeadingLevels": []
  },
  "counts": {
    "h1": 2,
    "headings": 37,
    "links": 213,
    "inaccessibleLinks": 0,
    "buttons": 12,
    "inaccessibleButtons": 0,
    "images": 112,
    "imagesWithAlt": 109,
    "autocompleteInputs": 0,
    "inputsWithAutocomplete": 0,
    "missingAutocompleteInputs": 0
  }
}

AI DiscoverabilityDiscoverabilityEstablished

Sitemap

Sitemap is missing or incomplete.

33 Fail

Needs attention

Sitemap

Failed check
01

Issue

No valid XML sitemap found at checked locations: https://www.sophos.com/en-us/sitemap.xml, https://www.sophos.com/en-gb/sitemap.xml, https://www.sophos.com/de-de/sitemap.xml, https://www.sophos.com/es-es/sitemap.xml, https://www.sophos.com/it-it/sitemap.xml, https://www.sophos.com/fr-fr/sitemap.xml, https://www.sophos.com/ja-jp/sitemap.xml, https://www.sophos.com/pt-br/sitemap.xml, https://www.sophos.com/zh-cn/sitemap.xml, https://www.sophos.com/video-sitemap.xml, https://www.sophos.com/sitemap.xml, https://www.sophos.com/sitemap_index.xml, https://www.sophos.com/sitemap-index.xml.

02

Why it matters

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

Check name

Sitemap

Score

0/100

Status

fail

Category

Discoverability

Maturity

Established

Goal

Publish a sitemap and reference it from robots.txt.

Result

Sitemap is missing or incomplete.

Evidence
{
  "checked": [
    "https://www.sophos.com/en-us/sitemap.xml",
    "https://www.sophos.com/en-gb/sitemap.xml",
    "https://www.sophos.com/de-de/sitemap.xml",
    "https://www.sophos.com/es-es/sitemap.xml",
    "https://www.sophos.com/it-it/sitemap.xml",
    "https://www.sophos.com/fr-fr/sitemap.xml",
    "https://www.sophos.com/ja-jp/sitemap.xml",
    "https://www.sophos.com/pt-br/sitemap.xml",
    "https://www.sophos.com/zh-cn/sitemap.xml",
    "https://www.sophos.com/video-sitemap.xml",
    "https://www.sophos.com/sitemap.xml",
    "https://www.sophos.com/sitemap_index.xml",
    "https://www.sophos.com/sitemap-index.xml"
  ]
}

Agent Ease of UseMCPInformational

WebMCP manifest

WebMCP manifest failed at "Fetch to find resource".

33 Fail

Needs attention

WebMCP manifest

Failed check
01

Issue

WebMCP manifest was not found at the expected path.

02

Why it matters

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

Check name

WebMCP manifest

Score

0/100

Status

fail

Category

MCP

Maturity

Informational

Goal

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

Result

WebMCP manifest failed at "Fetch to find resource".

Validation steps

  1. Fetch to find resource

    WebMCP manifest was not found at the expected path.

Evidence
{
  "failedStep": "fetch",
  "steps": [
    {
      "id": "fetch",
      "title": "Fetch to find resource",
      "status": "fail",
      "evidence": {
        "checked": [
          {
            "path": "/.well-known/webmcp.json",
            "error": "TimeoutError: The operation was aborted due to timeout"
          },
          {
            "path": "/webmcp.json",
            "error": "TimeoutError: The operation was aborted due to timeout"
          },
          {
            "path": "/mcp.json",
            "error": "TimeoutError: The operation was aborted due to timeout"
          }
        ]
      },
      "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",
            "error": "TimeoutError: The operation was aborted due to timeout"
          },
          {
            "path": "/.well-known/a2a/agent-card.json",
            "error": "TimeoutError: The operation was aborted due to timeout"
          },
          {
            "path": "/agent-card.json",
            "error": "TimeoutError: The operation was aborted due to timeout"
          }
        ]
      },
      "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",
            "error": "TimeoutError: The operation was aborted due to timeout"
          },
          {
            "path": "/.well-known/skills/index.json",
            "error": "TimeoutError: The operation was aborted due to timeout"
          }
        ]
      },
      "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",
            "error": "TimeoutError: The operation was aborted due to timeout"
          },
          {
            "path": "/agent.json",
            "error": "TimeoutError: The operation was aborted due to timeout"
          }
        ]
      },
      "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",
            "error": "TimeoutError: The operation was aborted due to timeout"
          },
          {
            "path": "/agents.json",
            "error": "TimeoutError: The operation was aborted due to timeout"
          }
        ]
      },
      "issue": "agents.json was not found at the expected path.",
      "howToFix": "If this site uses agents.json, publish JSON with an agents array containing name and url for each agent."
    }
  ]
}

AI DiscoverabilityContent ReadinessEstablished

Content freshness signals

Content freshness signals is partially implemented.

17 Warning

Needs attention

Content freshness signals

Warning
01

Issue

Content freshness signals are incomplete: missing Last-Modified HTTP header; missing meta or <time> freshness tags.

02

Why it matters

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

Check name

Content freshness signals

Score

50/100

Status

warning

Category

Content Readiness

Maturity

Established

Goal

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

Result

Content freshness signals is partially implemented.

Evidence
{
  "lastModified": null,
  "schemaDates": [
    "2025-09-09T11:22:58.973Z"
  ],
  "metaDateCount": 0,
  "timeDateCount": 0
}

Agent Ease of UseSkill DiscoveryEmerging recommendation

DNS-AID Agent Discovery

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

15 Fail

Needs attention

DNS-AID Agent Discovery

Failed check
01

Issue

No DNS-AID entrypoint records were found under _agents.

02

Why it matters

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

Check name

DNS-AID Agent Discovery

Score

25/100

Status

fail

Category

Skill Discovery

Maturity

Emerging recommendation

Goal

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

Result

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

Validation steps

  1. Resolve DNS-AID SVCB/HTTPS records

    No DNS-AID entrypoint records were found under _agents.

  2. Validate alpn and endpoint parameters

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

  3. Check DNSSEC material

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

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

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

AEO: Answer-first sections

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

4 Warning

Needs attention

AEO: Answer-first sections

Warning
01

Issue

34 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": 35,
  "passing": 1,
  "failing": [
    {
      "heading": "CISO-level Expertise, For All",
      "headingHtml": "<h2>CISO-level Expertise, For All</h2>",
      "firstParagraph": "Sophos acquires Arco Cyber to deliver continuous control validation and risk assurance at scale.",
      "paragraphHtml": "<p>Sophos acquires Arco Cyber to deliver continuous control validation and risk assurance at scale.</p>",
      "words": 14,
      "direct": false,
      "issue": "First paragraph is 14 words and does not look like a concise direct answer."
    },
    {
      "heading": "Sophos Workspace Protection now available",
      "headingHtml": "<h2>Sophos Workspace Protection now available</h2>",
      "firstParagraph": "Comprehensive security for apps, data, workers, and guests - everywhere",
      "paragraphHtml": "<p>Comprehensive security for apps, data, workers, and guests - everywhere</p>",
      "words": 9,
      "direct": false,
      "issue": "First paragraph is 9 words and does not look like a concise direct answer."
    },
    {
      "heading": "Sophos Firewall v22 now available",
      "headingHtml": "<h2>Sophos Firewall v22 now available</h2>",
      "firstParagraph": "Sophos Firewall v22 takes Secure by Design to a whole new level",
      "paragraphHtml": "<p>Sophos Firewall v22 takes Secure by Design to a whole new level</p>",
      "words": 12,
      "direct": false,
      "issue": "First paragraph is 12 words and does not look like a concise direct answer."
    },
    {
      "heading": "CISO-level Expertise, For All",
      "headingHtml": "<h2>CISO-level Expertise, For All</h2>",
      "firstParagraph": "Sophos acquires Arco Cyber to deliver continuous control validation and risk assurance at scale.",
      "paragraphHtml": "<p>Sophos acquires Arco Cyber to deliver continuous control validation and risk assurance at scale.</p>",
      "words": 14,
      "direct": false,
      "issue": "First paragraph is 14 words and does not look like a concise direct answer."
    },
    {
      "heading": "Sophos Workspace Protection now available",
      "headingHtml": "<h2>Sophos Workspace Protection now available</h2>",
      "firstParagraph": "Comprehensive security for apps, data, workers, and guests - everywhere",
      "paragraphHtml": "<p>Comprehensive security for apps, data, workers, and guests - everywhere</p>",
      "words": 9,
      "direct": false,
      "issue": "First paragraph is 9 words and does not look like a concise direct answer."
    },
    {
      "heading": "Sophos Firewall v22 now available",
      "headingHtml": "<h2>Sophos Firewall v22 now available</h2>",
      "firstParagraph": "Sophos Firewall v22 takes Secure by Design to a whole new level",
      "paragraphHtml": "<p>Sophos Firewall v22 takes Secure by Design to a whole new level</p>",
      "words": 12,
      "direct": false,
      "issue": "First paragraph is 12 words and does not look like a concise direct answer."
    },
    {
      "heading": "Defeat cyberattacks",
      "headingHtml": "<h2>Defeat cyberattacks</h2>",
      "firstParagraph": "Sophos delivers adaptive, AI-powered cybersecurity — backed by real experts — so organizations can stay secure, resilient, and free to grow without compromise.",
      "paragraphHtml": "<p>Sophos delivers adaptive, AI-powered cybersecurity &#x2014; backed by real experts &#x2014; so organizations can stay secure, resilient, and free to grow without compromise.</p>",
      "words": 21,
      "direct": false,
      "issue": "First paragraph is 21 words and does not look like a concise direct answer."
    },
    {
      "heading": "Sophos advantage in cybersecurity",
      "headingHtml": "<h2>Sophos advantage in cybersecurity</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Prevention",
      "headingHtml": "<h3>Prevention</h3>",
      "firstParagraph": "Sophos’ approach blocks more threats upfront to minimize risk and reduce investigation and response time.",
      "paragraphHtml": "<p>Sophos&#x2019; approach blocks more threats upfront to minimize risk and reduce investigation and response time. </p>",
      "words": 15,
      "direct": false,
      "issue": "First paragraph is 15 words and does not look like a concise direct answer."
    },
    {
      "heading": "Trust",
      "headingHtml": "<h3>Trust</h3>",
      "firstParagraph": "The only vendor named Gartner® Customers’ choice for endpoint, firewalls, mobile threats, and MDR, with 600K+ customers worldwide.",
      "paragraphHtml": "<p>The only vendor named Gartner&#xae; Customers&#x2019; choice for endpoint, firewalls, mobile threats, and MDR, with 600K+ customers worldwide. </p>",
      "words": 18,
      "direct": false,
      "issue": "First paragraph is 18 words and does not look like a concise direct answer."
    },
    {
      "heading": "Stop threats beforethey strike",
      "headingHtml": "<h2>Stop threats before<br>they strike</h2>",
      "firstParagraph": "Sophos takes a prevention‑first approach to security by stopping threats earlier — blocking ransomware, phishing, and credential‑based attacks before they spread — so teams can reduce noise and stay focused on what matters.",
      "paragraphHtml": "<p>Sophos takes a prevention&#x2011;first approach to security by stopping threats earlier &#x2014; blocking ransomware, phishing, and credential&#x2011;based attacks before they spread &#x2014; so teams can reduce noise and stay focused on what matters.</p>",
      "words": 33,
      "direct": false,
      "issue": "First paragraph is 33 words and does not look like a concise direct answer."
    },
    {
      "heading": "Adaptive AI-native cybersecurity platform",
      "headingHtml": "<h2>Adaptive AI-native cybersecurity platform</h2>",
      "firstParagraph": "Sophos Central delivers unrivalled protection for customers and enhances the power of defenders. Dynamic defenses, battle-proven AI, and an open, integration-rich ecosystem come together in the largest AI-native platform in the industry.",
      "paragraphHtml": "<p>Sophos Central delivers unrivalled protection for customers and enhances the power of defenders. Dynamic defenses, battle-proven AI, and an open, integration-rich ecosystem come together in the largest AI-native platform in the industry. </p>",
      "words": 32,
      "direct": false,
      "issue": "First paragraph is 32 words and does not look like a concise direct answer."
    },
    {
      "heading": "Dynamic Defenses",
      "headingHtml": "<h3>Dynamic Defenses</h3>",
      "firstParagraph": "Protection is updated based on real-time inputs while adaptive defenses automatically respond to threats.",
      "paragraphHtml": "<p>Protection is updated based on real-time inputs while adaptive defenses automatically respond to threats. </p>",
      "words": 14,
      "direct": false,
      "issue": "First paragraph is 14 words and does not look like a concise direct answer."
    },
    {
      "heading": "Battle-proven AI",
      "headingHtml": "<h3>Battle-proven AI </h3>",
      "firstParagraph": "50+ GenAI and deep learning capabilities enhance defenses and accelerate security operations.",
      "paragraphHtml": "<p>50+ GenAI and deep learning capabilities enhance defenses and accelerate security operations. </p>",
      "words": 12,
      "direct": false,
      "issue": "First paragraph is 12 words and does not look like a concise direct answer."
    },
    {
      "heading": "Open Ecosystem",
      "headingHtml": "<h3>Open Ecosystem </h3>",
      "firstParagraph": "Sophos Central works with Sophos products, other vendors’ products, or any combination of the two.",
      "paragraphHtml": "<p>Sophos Central works with Sophos products, other vendors&#x2019; products, or any combination of the two.</p>",
      "words": 15,
      "direct": false,
      "issue": "First paragraph is 15 words and does not look like a concise direct answer."
    },
    {
      "heading": "Dynamic Defenses",
      "headingHtml": "<h3>Dynamic Defenses</h3>",
      "firstParagraph": "Protection is updated based on real-time inputs while adaptive defenses automatically respond to threats.",
      "paragraphHtml": "<p>Protection is updated based on real-time inputs while adaptive defenses automatically respond to threats. </p>",
      "words": 14,
      "direct": false,
      "issue": "First paragraph is 14 words and does not look like a concise direct answer."
    },
    {
      "heading": "Battle-proven AI",
      "headingHtml": "<h3>Battle-proven AI </h3>",
      "firstParagraph": "50+ GenAI and deep learning capabilities enhance defenses and accelerate security operations.",
      "paragraphHtml": "<p>50+ GenAI and deep learning capabilities enhance defenses and accelerate security operations. </p>",
      "words": 12,
      "direct": false,
      "issue": "First paragraph is 12 words and does not look like a concise direct answer."
    },
    {
      "heading": "Open Ecosystem",
      "headingHtml": "<h3>Open Ecosystem </h3>",
      "firstParagraph": "Sophos Central works with Sophos products, other vendors’ products, or any combination of the two.",
      "paragraphHtml": "<p>Sophos Central works with Sophos products, other vendors&#x2019; products, or any combination of the two.</p>",
      "words": 15,
      "direct": false,
      "issue": "First paragraph is 15 words and does not look like a concise direct answer."
    },
    {
      "heading": "Sophos has you covered",
      "headingHtml": "<h2>Sophos has you covered</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "EndpointSecurity",
      "headingHtml": "<h3>Endpoint<br>Security</h3>",
      "firstParagraph": "Protect your organizationfrom malware and cyberattacks.",
      "paragraphHtml": "<p>Protect your organization<br>from malware and cyberattacks.</p>",
      "words": 6,
      "direct": false,
      "issue": "First paragraph is 6 words and does not look like a concise direct answer."
    },
    {
      "heading": "NetworkSecurity",
      "headingHtml": "<h3>Network<br>Security</h3>",
      "firstParagraph": "Secure every connection withnext-gen firewalls and ZTNA.",
      "paragraphHtml": "<p>Secure every connection with<br>next-gen firewalls and ZTNA.</p>",
      "words": 7,
      "direct": false,
      "issue": "First paragraph is 7 words and does not look like a concise direct answer."
    },
    {
      "heading": "Managed Security Services",
      "headingHtml": "<h3>Managed Security Services</h3>",
      "firstParagraph": "Expert defense deliveringsuperior security outcomes.",
      "paragraphHtml": "<p>Expert defense delivering<br>superior security outcomes.</p>",
      "words": 5,
      "direct": false,
      "issue": "First paragraph is 5 words and does not look like a concise direct answer."
    },
    {
      "heading": "EmailSecurity",
      "headingHtml": "<h3>Email<br>Security</h3>",
      "firstParagraph": "Stay ahead of today’s most sophisticatedphishing and BEC threats.",
      "paragraphHtml": "<p>Stay ahead of today&#x2019;s most sophisticated<br>phishing and BEC threats.</p>",
      "words": 10,
      "direct": false,
      "issue": "First paragraph is 10 words and does not look like a concise direct answer."
    },
    {
      "heading": "CloudSecurity",
      "headingHtml": "<h3>Cloud<br>Security</h3>",
      "firstParagraph": "Comprehensive defense forevery cloud workload and identity.",
      "paragraphHtml": "<p>Comprehensive defense for<br>every cloud workload and identity.</p>",
      "words": 7,
      "direct": false,
      "issue": "First paragraph is 7 words and does not look like a concise direct answer."
    },
    {
      "heading": "Solutions to your security challenges",
      "headingHtml": "<h2>Solutions to your security challenges</h2>",
      "firstParagraph": "Defend my business 24/7",
      "paragraphHtml": "<p>Defend my business 24/7</p>",
      "words": 5,
      "direct": false,
      "issue": "First paragraph is 5 words and does not look like a concise direct answer."
    },
    {
      "heading": "How businesses stay secure with Sophos",
      "headingHtml": "<h2>How businesses <br>stay secure with Sophos</h2>",
      "firstParagraph": "Tyler Rasmussen",
      "paragraphHtml": "<p class=\"author title-6 text-white mb-5xs\">Tyler Rasmussen</p>",
      "words": 2,
      "direct": false,
      "issue": "First paragraph is 2 words and does not look like a concise direct answer."
    },
    {
      "heading": "Sophos X-Ops",
      "headingHtml": "<h2>Sophos X-Ops</h2>",
      "firstParagraph": "Bringing together deep expertise across the attack environment to defend against even the most advanced adversaries.",
      "paragraphHtml": "<p>Bringing together deep expertise across the attack environment to defend against even the most advanced adversaries. </p>",
      "words": 16,
      "direct": false,
      "issue": "First paragraph is 16 words and does not look like a concise direct answer."
    },
    {
      "heading": "Threat research",
      "headingHtml": "<h3>Threat research</h3>",
      "firstParagraph": "Advanced threat response joint task force",
      "paragraphHtml": "<p>Advanced threat response joint task force</p>",
      "words": 6,
      "direct": false,
      "issue": "First paragraph is 6 words and does not look like a concise direct answer."
    },
    {
      "heading": "AI research",
      "headingHtml": "<h3>AI research</h3>",
      "firstParagraph": "Pushing the boundaries of machine learning for information security",
      "paragraphHtml": "<p>Pushing the boundaries of machine learning for information security</p>",
      "words": 9,
      "direct": false,
      "issue": "First paragraph is 9 words and does not look like a concise direct answer."
    },
    {
      "heading": "Events and training",
      "headingHtml": "<h2>Events and training</h2>",
      "firstParagraph": "Join us for live and on-demand global opportunities to hear from our subject-matter experts. Access our training to build the skills and knowledge needed to defeat cyberattacks.",
      "paragraphHtml": "<p>Join us for live and on-demand global opportunities to hear from our subject-matter experts. Access our training to build the skills and knowledge needed to defeat cyberattacks. </p>",
      "words": 27,
      "direct": false,
      "issue": "First paragraph is 27 words and does not look like a concise direct answer."
    },
    {
      "heading": "The latest from Sophos",
      "headingHtml": "<h2>The latest from Sophos</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "You do surprise me.exe: An unexpected executable in Hola Browser",
      "headingHtml": "<h3 class=\"title-4 text-navy lg:group-hover:text-blue lg:!title-3 lg:!tracking-[-2.56px] lg:line-clamp-3\">You do surprise me.exe: An unexpected executable in Hola Browser</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Pointing a Cursor at evading detection",
      "headingHtml": "<h3 class=\"title-4 text-navy lg:group-hover:text-blue lg:line-clamp-2 !leading-[1.3]\">Pointing a Cursor at evading detection</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Sophos G2 Summer 2026",
      "headingHtml": "<h3 class=\"title-4 text-navy lg:group-hover:text-blue lg:line-clamp-2 !leading-[1.3]\">Sophos G2 Summer 2026</h3>",
      "firstParagraph": "Gartner®, Peer Insights™, Voice of the Customer for Endpoint Protection Platforms, Peer Contributors, 23 May 2026. Gartner®, Peer Insights™, Voice of the Customer for Extended Detection and Response, Peer Contributors, 23 May 2025. Gartner, Gartner Peer Insights ‘Voice of the Customer’: Managed Detection and Respons...",
      "paragraphHtml": "<p><small>Gartner&#xae;, Peer Insights&#x2122;, Voice of the Customer for Endpoint Protection Platforms, Peer Contributors, 23 May 2026. Gartner&#xae;, Peer Insights&#x2122;, Voice of the Customer for Extended Detection and Response, Peer Contributors, 23 May 2025. Gartner, Gartner Peer Insights &#x2018;Voice of the Customer&#x2019;: Managed Detection and Response, Peer Contributors, 31 March 2026. Gartner&#xae;, Peer Insights&#x2122;, Voice of the Customer for Network Firewalls, Peer Contrib...",
      "words": 65,
      "direct": false,
      "issue": "First paragraph is 65 words and does not look like a concise direct answer."
    }
  ],
  "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": [
    "2025-09-09T11:22:58.973Z"
  ],
  "visibleDates": [],
  "aboutLinks": [
    {
      "href": "/en-gb/company/recognition",
      "text": "Awards and recognition",
      "html": "<a tabindex=\"0\" class=\"relative\" target=\"_self\" href=\"/en-gb/company/recognition\"><div class=\"flex flex-row items-center gap-[5px] relative \"><span>Awards and recognition</span></div></a>"
    },
    {
      "href": "/en-gb/company/case-studies",
      "text": "Case studies",
      "html": "<a tabindex=\"0\" class=\"relative\" target=\"_self\" href=\"/en-gb/company/case-studies\"><div class=\"flex flex-row items-center gap-[5px] relative \"><span>Case studies</span></div></a>"
    },
    {
      "href": "/en-gb/company",
      "text": "Company",
      "html": "<a tabindex=\"0\" class=\"relative\" target=\"_self\" href=\"/en-gb/company\"><div class=\"flex flex-row items-center gap-[5px] relative \"><span>Company</span></div></a>"
    },
    {
      "href": "/en-gb/company/careers",
      "text": "Careers",
      "html": "<a tabindex=\"0\" class=\"relative\" target=\"_self\" href=\"/en-gb/company/careers\"><div class=\"flex flex-row items-center gap-[5px] relative \"><span>Careers</span></div></a>"
    },
    {
      "href": "/en-gb/company/case-studies",
      "text": "Trusted by more than 600,000 customers worldwide. Read their stories.",
      "html": "<a tabindex=\"0\" class=\"btn__link focused\" target=\"_self\" href=\"/en-gb/company/case-studies\">Trusted by more than 600,000 customers worldwide. Read their stories.</a>"
    },
    {
      "href": "/en-gb/company/case-studies",
      "text": "Case studies",
      "html": "<a tabindex=\"0\" class=\"relative\" target=\"_self\" href=\"/en-gb/company/case-studies\"><div class=\"flex flex-row items-center gap-[5px] relative \"><span>Case studies</span></div></a>"
    },
    {
      "href": "/en-gb/products/sophos-central",
      "text": "About Sophos Central",
      "html": "<a tabindex=\"0\" class=\"btn__link focused\" target=\"_self\" href=\"/en-gb/products/sophos-central\">About Sophos Central</a>"
    },
    {
      "href": "/en-gb/products/sophos-central",
      "text": "About Sophos Central",
      "html": "<a tabindex=\"0\" class=\"btn__link focused\" target=\"_self\" href=\"/en-gb/products/sophos-central\">About Sophos Central</a>"
    },
    {
      "href": "/en-gb/company/case-studies",
      "text": "See all case studies",
      "html": "<a tabindex=\"0\" class=\"btn__link focused\" target=\"_self\" href=\"/en-gb/company/case-studies\">See all case studies</a>"
    },
    {
      "href": "/en-gb/company/recognition",
      "text": "Awards and recognition",
      "html": "<a class=\"footer-link text-gray lg:block text-sm xl:hover:text-blue\" tabindex=\"0\" href=\"/en-gb/company/recognition\">Awards and recognition</a>"
    },
    {
      "href": "/en-gb/company/case-studies",
      "text": "Case studies",
      "html": "<a class=\"footer-link text-gray lg:block text-sm xl:hover:text-blue\" tabindex=\"0\" href=\"/en-gb/company/case-studies\">Case studies</a>"
    },
    {
      "href": "/en-gb/company",
      "text": "About us",
      "html": "<a class=\"footer-link text-gray lg:block text-sm xl:hover:text-blue\" tabindex=\"0\" href=\"/en-gb/company\">About us</a>"
    }
  ],
  "contactLinks": [
    {
      "href": "/en-gb/products/contact-request",
      "text": "Get started",
      "html": "<a tabindex=\"0\" class=\"btn__link focused\" target=\"_self\" href=\"/en-gb/products/contact-request\">Get started</a>"
    },
    {
      "href": "/en-gb/products/incident-response-services/emergency-response",
      "text": "Experiencing a cyberattack? Get help now",
      "html": "<a tabindex=\"0\" class=\"relative\" target=\"_self\" href=\"/en-gb/products/incident-response-services/emergency-response\"><div class=\"flex flex-row items-center gap-[5px] relative \"><div class=\"relative icon-wrapper\"><div class=\"w-full h-full\"><picture><source type=\"image/webp\" srcset=\"https://images.contentstack.io/v3/assets/blt38f1f401b66100ad/bltef3ef0a2abd1ec57/68d3eb81e7003c9313ab9bb7/Group_1073713939.svg?width=14&amp;quality=80&amp;auto=webp&amp;format=auto&amp;cache=true&amp;immutable=true&..."
    },
    {
      "href": "/en-gb/support/professional-services",
      "text": "Operational support",
      "html": "<a tabindex=\"0\" class=\"relative\" target=\"_self\" href=\"/en-gb/support/professional-services\"><div class=\"flex flex-row items-center gap-[5px] relative \"><span>Operational support</span></div></a>"
    },
    {
      "href": "/en-gb/products/incident-response-services/emergency-response",
      "text": "Experiencing a breach? Get immediate help.",
      "html": "<a tabindex=\"0\" class=\"btn__link focused\" target=\"_self\" href=\"/en-gb/products/incident-response-services/emergency-response\">Experiencing a breach? Get immediate help. </a>"
    },
    {
      "href": "https://support.sophos.com/support",
      "text": "Support portal",
      "html": "<a tabindex=\"0\" class=\"relative\" target=\"_blank\" rel=\"noopener noreferrer\" aria-label=\"(opens in new tab)\" href=\"https://support.sophos.com/support\"><div class=\"flex flex-row items-center gap-[5px] relative \"><span>Support portal</span></div></a>"
    },
    {
      "href": "/en-gb/support/technical-support",
      "text": "Support plans",
      "html": "<a tabindex=\"0\" class=\"relative\" target=\"_self\" href=\"/en-gb/support/technical-support\"><div class=\"flex flex-row items-center gap-[5px] relative \"><span>Support plans</span></div></a>"
    },
    {
      "href": "/en-gb/support/customer-success",
      "text": "Customer success",
      "html": "<a tabindex=\"0\" class=\"relative\" target=\"_self\" href=\"/en-gb/support/customer-success\"><div class=\"flex flex-row items-center gap-[5px] relative \"><span>Customer success</span></div></a>"
    },
    {
      "href": "/en-gb/support/technical-account-manager",
      "text": "Technical account manager (TAM)",
      "html": "<a tabindex=\"0\" class=\"relative\" target=\"_self\" href=\"/en-gb/support/technical-account-manager\"><div class=\"flex flex-row items-center gap-[5px] relative \"><span>Technical account manager (TAM)</span></div></a>"
    },
    {
      "href": "https://docs.sophos.com/support/help/en-us/contact/index.html",
      "text": "Contact Sophos support",
      "html": "<a tabindex=\"0\" class=\"relative\" target=\"_blank\" rel=\"noopener noreferrer\" aria-label=\"(opens in new tab)\" href=\"https://docs.sophos.com/support/help/en-us/contact/index.html\"><div class=\"flex flex-row items-center gap-[5px] relative \"><span>Contact Sophos support</span></div></a>"
    },
    {
      "href": "/en-gb/partners/partner-care",
      "text": "Contact partner care",
      "html": "<a tabindex=\"0\" class=\"relative\" target=\"_self\" href=\"/en-gb/partners/partner-care\"><div class=\"flex flex-row items-center gap-[5px] relative \"><span>Contact partner care</span></div></a>"
    },
    {
      "href": "/en-gb/support/downloads",
      "text": "Downloads and updates",
      "html": "<a tabindex=\"0\" class=\"relative\" target=\"_self\" href=\"/en-gb/support/downloads\"><div class=\"flex flex-row items-center gap-[5px] relative \"><span>Downloads and updates</span></div></a>"
    },
    {
      "href": "https://support.sophos.com/support/s/filesubmission?language=en_US",
      "text": "Submit a threat",
      "html": "<a tabindex=\"0\" class=\"relative\" target=\"_blank\" rel=\"noopener noreferrer\" aria-label=\"(opens in new tab)\" href=\"https://support.sophos.com/support/s/filesubmission?language=en_US\"><div class=\"flex flex-row items-center gap-[5px] relative \"><span>Submit a threat</span></div></a>"
    },
    {
      "href": "https://support.sophos.com/support/s/#t=DocumentationTab",
      "text": "Product documentation",
      "html": "<a tabindex=\"0\" class=\"relative\" target=\"_blank\" rel=\"noopener noreferrer\" aria-label=\"(opens in new tab)\" href=\"https://support.sophos.com/support/s/#t=DocumentationTab\"><div class=\"flex flex-row items-center gap-[5px] relative \"><span>Product documentation</span></div></a>"
    },
    {
      "href": "/en-gb/products/incident-response-services/emergency-response",
      "text": "Experiencing a breach? Get immediate help.",
      "html": "<a tabindex=\"0\" class=\"btn__link focused\" target=\"_self\" href=\"/en-gb/products/incident-response-services/emergency-response\">Experiencing a breach? Get immediate help. </a>"
    },
    {
      "href": "/en-gb/products/contact-request",
      "text": "Get started",
      "html": "<a tabindex=\"0\" class=\"btn__link focused\" target=\"_self\" href=\"/en-gb/products/contact-request\">Get started</a>"
    },
    {
      "href": "/en-gb/products/contact-request",
      "text": "Contact a Sophos expert today",
      "html": "<a tabindex=\"0\" class=\"btn__link focused\" target=\"_self\" href=\"/en-gb/products/contact-request\">Contact a Sophos expert today</a>"
    },
    {
      "href": "/services/managed-detection-and-response/microsoft-defender/contact-request",
      "text": "Protect my Microsoft environment",
      "html": "<a href=\"/services/managed-detection-and-response/microsoft-defender/contact-request\" target=\"_self\" rel class=\"group hover:shadow-5 !rounded-xs transition-shadow duration-300 block relative before before:w-full lg:before:w-[calc(100%-40px)] before:h-0.25 before:left-0 lg:before:left-5 before:top-0 before:bg-grey-3 hover:before:gradient-11 hover:before:z-20 hover:before:h-1.25 before:transition-all before:duration-100 hover:before:w-full hover:before:left-0 hover:before:rounded-tl-xs hover:be..."
    },
    {
      "href": "/en-gb/support/professional-services",
      "text": "Professional services",
      "html": "<a class=\"footer-link text-gray lg:block text-sm xl:hover:text-blue\" tabindex=\"0\" href=\"/en-gb/support/professional-services\">Professional services</a>"
    },
    {
      "href": "/en-gb/products/incident-response-services/emergency-response",
      "text": "Get help",
      "html": "<a class=\"footer-link text-gray lg:block text-sm xl:hover:text-blue\" tabindex=\"0\" href=\"/en-gb/products/incident-response-services/emergency-response\">Get help</a>"
    },
    {
      "href": "https://support.sophos.com/support/s/#t=DocumentationTab",
      "text": "Product support",
      "html": "<a href=\"https://support.sophos.com/support/s/#t=DocumentationTab\" target=\"_blank\" rel=\"noopener noreferrer\" class=\"footer-link text-gray lg:block text-sm xl:hover:text-blue\" tabindex=\"0\">Product support</a>"
    }
  ],
  "privacyLinks": [
    {
      "href": "/en-gb/trust/privacy",
      "text": "Privacy",
      "html": "<a tabindex=\"0\" class=\"relative\" target=\"_self\" href=\"/en-gb/trust/privacy\"><div class=\"flex flex-row items-center gap-[5px] relative \"><span>Privacy</span></div></a>"
    },
    {
      "href": "/en-gb/secureworks/legal/product-terms",
      "text": "Product Terms",
      "html": "<a class=\"footer-link text-gray lg:block text-sm xl:hover:text-blue\" tabindex=\"0\" href=\"/en-gb/secureworks/legal/product-terms\">Product Terms</a>"
    },
    {
      "href": "/en-gb/legal/sophos-website",
      "text": "Terms",
      "html": "<a href=\"/en-gb/legal/sophos-website\"><span class=\"block sub-menu-link text-navy lg:text-gray\">Terms</span></a>"
    },
    {
      "href": "/en-gb/legal/sophos-group-privacy-notice",
      "text": "Privacy",
      "html": "<a href=\"/en-gb/legal/sophos-group-privacy-notice\"><span class=\"block sub-menu-link text-navy lg:text-gray\">Privacy</span></a>"
    }
  ],
  "score": 60,
  "weight": 22
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

AIO: Source and trust signals

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

3 Warning

Needs attention

AIO: Source and trust signals

Warning
01

Issue

Missing AIO trust signals: author, publisher.

Details

02

Why it matters

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

Check name

AIO: Source and trust signals

Score

60/100

Status

warning

Category

GEO, AIO & AEO

Maturity

Emerging recommendation

Goal

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

Result

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

Evidence
{
  "signals": {
    "author": false,
    "publisher": false,
    "freshnessDate": true,
    "aboutOrContact": true,
    "policyLinks": true
  },
  "missing": [
    "author",
    "publisher"
  ],
  "authorMeta": "",
  "schemaAuthors": [],
  "schemaPublishers": [],
  "schemaDates": [
    "2025-09-09T11:22:58.973Z"
  ],
  "visibleDates": [],
  "aboutLinks": [
    {
      "href": "/en-gb/company/recognition",
      "text": "Awards and recognition",
      "html": "<a tabindex=\"0\" class=\"relative\" target=\"_self\" href=\"/en-gb/company/recognition\"><div class=\"flex flex-row items-center gap-[5px] relative \"><span>Awards and recognition</span></div></a>"
    },
    {
      "href": "/en-gb/company/case-studies",
      "text": "Case studies",
      "html": "<a tabindex=\"0\" class=\"relative\" target=\"_self\" href=\"/en-gb/company/case-studies\"><div class=\"flex flex-row items-center gap-[5px] relative \"><span>Case studies</span></div></a>"
    },
    {
      "href": "/en-gb/company",
      "text": "Company",
      "html": "<a tabindex=\"0\" class=\"relative\" target=\"_self\" href=\"/en-gb/company\"><div class=\"flex flex-row items-center gap-[5px] relative \"><span>Company</span></div></a>"
    },
    {
      "href": "/en-gb/company/careers",
      "text": "Careers",
      "html": "<a tabindex=\"0\" class=\"relative\" target=\"_self\" href=\"/en-gb/company/careers\"><div class=\"flex flex-row items-center gap-[5px] relative \"><span>Careers</span></div></a>"
    },
    {
      "href": "/en-gb/company/case-studies",
      "text": "Trusted by more than 600,000 customers worldwide. Read their stories.",
      "html": "<a tabindex=\"0\" class=\"btn__link focused\" target=\"_self\" href=\"/en-gb/company/case-studies\">Trusted by more than 600,000 customers worldwide. Read their stories.</a>"
    },
    {
      "href": "/en-gb/company/case-studies",
      "text": "Case studies",
      "html": "<a tabindex=\"0\" class=\"relative\" target=\"_self\" href=\"/en-gb/company/case-studies\"><div class=\"flex flex-row items-center gap-[5px] relative \"><span>Case studies</span></div></a>"
    },
    {
      "href": "/en-gb/products/sophos-central",
      "text": "About Sophos Central",
      "html": "<a tabindex=\"0\" class=\"btn__link focused\" target=\"_self\" href=\"/en-gb/products/sophos-central\">About Sophos Central</a>"
    },
    {
      "href": "/en-gb/products/sophos-central",
      "text": "About Sophos Central",
      "html": "<a tabindex=\"0\" class=\"btn__link focused\" target=\"_self\" href=\"/en-gb/products/sophos-central\">About Sophos Central</a>"
    },
    {
      "href": "/en-gb/company/case-studies",
      "text": "See all case studies",
      "html": "<a tabindex=\"0\" class=\"btn__link focused\" target=\"_self\" href=\"/en-gb/company/case-studies\">See all case studies</a>"
    },
    {
      "href": "/en-gb/company/recognition",
      "text": "Awards and recognition",
      "html": "<a class=\"footer-link text-gray lg:block text-sm xl:hover:text-blue\" tabindex=\"0\" href=\"/en-gb/company/recognition\">Awards and recognition</a>"
    },
    {
      "href": "/en-gb/company/case-studies",
      "text": "Case studies",
      "html": "<a class=\"footer-link text-gray lg:block text-sm xl:hover:text-blue\" tabindex=\"0\" href=\"/en-gb/company/case-studies\">Case studies</a>"
    },
    {
      "href": "/en-gb/company",
      "text": "About us",
      "html": "<a class=\"footer-link text-gray lg:block text-sm xl:hover:text-blue\" tabindex=\"0\" href=\"/en-gb/company\">About us</a>"
    }
  ],
  "contactLinks": [
    {
      "href": "/en-gb/products/contact-request",
      "text": "Get started",
      "html": "<a tabindex=\"0\" class=\"btn__link focused\" target=\"_self\" href=\"/en-gb/products/contact-request\">Get started</a>"
    },
    {
      "href": "/en-gb/products/incident-response-services/emergency-response",
      "text": "Experiencing a cyberattack? Get help now",
      "html": "<a tabindex=\"0\" class=\"relative\" target=\"_self\" href=\"/en-gb/products/incident-response-services/emergency-response\"><div class=\"flex flex-row items-center gap-[5px] relative \"><div class=\"relative icon-wrapper\"><div class=\"w-full h-full\"><picture><source type=\"image/webp\" srcset=\"https://images.contentstack.io/v3/assets/blt38f1f401b66100ad/bltef3ef0a2abd1ec57/68d3eb81e7003c9313ab9bb7/Group_1073713939.svg?width=14&amp;quality=80&amp;auto=webp&amp;format=auto&amp;cache=true&amp;immutable=true&..."
    },
    {
      "href": "/en-gb/support/professional-services",
      "text": "Operational support",
      "html": "<a tabindex=\"0\" class=\"relative\" target=\"_self\" href=\"/en-gb/support/professional-services\"><div class=\"flex flex-row items-center gap-[5px] relative \"><span>Operational support</span></div></a>"
    },
    {
      "href": "/en-gb/products/incident-response-services/emergency-response",
      "text": "Experiencing a breach? Get immediate help.",
      "html": "<a tabindex=\"0\" class=\"btn__link focused\" target=\"_self\" href=\"/en-gb/products/incident-response-services/emergency-response\">Experiencing a breach? Get immediate help. </a>"
    },
    {
      "href": "https://support.sophos.com/support",
      "text": "Support portal",
      "html": "<a tabindex=\"0\" class=\"relative\" target=\"_blank\" rel=\"noopener noreferrer\" aria-label=\"(opens in new tab)\" href=\"https://support.sophos.com/support\"><div class=\"flex flex-row items-center gap-[5px] relative \"><span>Support portal</span></div></a>"
    },
    {
      "href": "/en-gb/support/technical-support",
      "text": "Support plans",
      "html": "<a tabindex=\"0\" class=\"relative\" target=\"_self\" href=\"/en-gb/support/technical-support\"><div class=\"flex flex-row items-center gap-[5px] relative \"><span>Support plans</span></div></a>"
    },
    {
      "href": "/en-gb/support/customer-success",
      "text": "Customer success",
      "html": "<a tabindex=\"0\" class=\"relative\" target=\"_self\" href=\"/en-gb/support/customer-success\"><div class=\"flex flex-row items-center gap-[5px] relative \"><span>Customer success</span></div></a>"
    },
    {
      "href": "/en-gb/support/technical-account-manager",
      "text": "Technical account manager (TAM)",
      "html": "<a tabindex=\"0\" class=\"relative\" target=\"_self\" href=\"/en-gb/support/technical-account-manager\"><div class=\"flex flex-row items-center gap-[5px] relative \"><span>Technical account manager (TAM)</span></div></a>"
    },
    {
      "href": "https://docs.sophos.com/support/help/en-us/contact/index.html",
      "text": "Contact Sophos support",
      "html": "<a tabindex=\"0\" class=\"relative\" target=\"_blank\" rel=\"noopener noreferrer\" aria-label=\"(opens in new tab)\" href=\"https://docs.sophos.com/support/help/en-us/contact/index.html\"><div class=\"flex flex-row items-center gap-[5px] relative \"><span>Contact Sophos support</span></div></a>"
    },
    {
      "href": "/en-gb/partners/partner-care",
      "text": "Contact partner care",
      "html": "<a tabindex=\"0\" class=\"relative\" target=\"_self\" href=\"/en-gb/partners/partner-care\"><div class=\"flex flex-row items-center gap-[5px] relative \"><span>Contact partner care</span></div></a>"
    },
    {
      "href": "/en-gb/support/downloads",
      "text": "Downloads and updates",
      "html": "<a tabindex=\"0\" class=\"relative\" target=\"_self\" href=\"/en-gb/support/downloads\"><div class=\"flex flex-row items-center gap-[5px] relative \"><span>Downloads and updates</span></div></a>"
    },
    {
      "href": "https://support.sophos.com/support/s/filesubmission?language=en_US",
      "text": "Submit a threat",
      "html": "<a tabindex=\"0\" class=\"relative\" target=\"_blank\" rel=\"noopener noreferrer\" aria-label=\"(opens in new tab)\" href=\"https://support.sophos.com/support/s/filesubmission?language=en_US\"><div class=\"flex flex-row items-center gap-[5px] relative \"><span>Submit a threat</span></div></a>"
    },
    {
      "href": "https://support.sophos.com/support/s/#t=DocumentationTab",
      "text": "Product documentation",
      "html": "<a tabindex=\"0\" class=\"relative\" target=\"_blank\" rel=\"noopener noreferrer\" aria-label=\"(opens in new tab)\" href=\"https://support.sophos.com/support/s/#t=DocumentationTab\"><div class=\"flex flex-row items-center gap-[5px] relative \"><span>Product documentation</span></div></a>"
    },
    {
      "href": "/en-gb/products/incident-response-services/emergency-response",
      "text": "Experiencing a breach? Get immediate help.",
      "html": "<a tabindex=\"0\" class=\"btn__link focused\" target=\"_self\" href=\"/en-gb/products/incident-response-services/emergency-response\">Experiencing a breach? Get immediate help. </a>"
    },
    {
      "href": "/en-gb/products/contact-request",
      "text": "Get started",
      "html": "<a tabindex=\"0\" class=\"btn__link focused\" target=\"_self\" href=\"/en-gb/products/contact-request\">Get started</a>"
    },
    {
      "href": "/en-gb/products/contact-request",
      "text": "Contact a Sophos expert today",
      "html": "<a tabindex=\"0\" class=\"btn__link focused\" target=\"_self\" href=\"/en-gb/products/contact-request\">Contact a Sophos expert today</a>"
    },
    {
      "href": "/services/managed-detection-and-response/microsoft-defender/contact-request",
      "text": "Protect my Microsoft environment",
      "html": "<a href=\"/services/managed-detection-and-response/microsoft-defender/contact-request\" target=\"_self\" rel class=\"group hover:shadow-5 !rounded-xs transition-shadow duration-300 block relative before before:w-full lg:before:w-[calc(100%-40px)] before:h-0.25 before:left-0 lg:before:left-5 before:top-0 before:bg-grey-3 hover:before:gradient-11 hover:before:z-20 hover:before:h-1.25 before:transition-all before:duration-100 hover:before:w-full hover:before:left-0 hover:before:rounded-tl-xs hover:be..."
    },
    {
      "href": "/en-gb/support/professional-services",
      "text": "Professional services",
      "html": "<a class=\"footer-link text-gray lg:block text-sm xl:hover:text-blue\" tabindex=\"0\" href=\"/en-gb/support/professional-services\">Professional services</a>"
    },
    {
      "href": "/en-gb/products/incident-response-services/emergency-response",
      "text": "Get help",
      "html": "<a class=\"footer-link text-gray lg:block text-sm xl:hover:text-blue\" tabindex=\"0\" href=\"/en-gb/products/incident-response-services/emergency-response\">Get help</a>"
    },
    {
      "href": "https://support.sophos.com/support/s/#t=DocumentationTab",
      "text": "Product support",
      "html": "<a href=\"https://support.sophos.com/support/s/#t=DocumentationTab\" target=\"_blank\" rel=\"noopener noreferrer\" class=\"footer-link text-gray lg:block text-sm xl:hover:text-blue\" tabindex=\"0\">Product support</a>"
    }
  ],
  "privacyLinks": [
    {
      "href": "/en-gb/trust/privacy",
      "text": "Privacy",
      "html": "<a tabindex=\"0\" class=\"relative\" target=\"_self\" href=\"/en-gb/trust/privacy\"><div class=\"flex flex-row items-center gap-[5px] relative \"><span>Privacy</span></div></a>"
    },
    {
      "href": "/en-gb/secureworks/legal/product-terms",
      "text": "Product Terms",
      "html": "<a class=\"footer-link text-gray lg:block text-sm xl:hover:text-blue\" tabindex=\"0\" href=\"/en-gb/secureworks/legal/product-terms\">Product Terms</a>"
    },
    {
      "href": "/en-gb/legal/sophos-website",
      "text": "Terms",
      "html": "<a href=\"/en-gb/legal/sophos-website\"><span class=\"block sub-menu-link text-navy lg:text-gray\">Terms</span></a>"
    },
    {
      "href": "/en-gb/legal/sophos-group-privacy-notice",
      "text": "Privacy",
      "html": "<a href=\"/en-gb/legal/sophos-group-privacy-notice\"><span class=\"block sub-menu-link text-navy lg:text-gray\">Privacy</span></a>"
    }
  ],
  "score": 60,
  "weight": 20
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

GEO: Entity clarity

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

3 Warning

Needs attention

GEO: Entity clarity

Warning
01

Issue

Title/H1 terms missing from description: defeat, cybersecurity, take, control, every, threat.

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

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

Evidence
{
  "title": "Sophos: Defeat Cyberattacks with Cybersecurity as a Service",
  "h1": "Take Control of Every Threat",
  "description": "Defend your organization from cyberattacks with Sophos adaptive defenses and expertise at your service. Protect the future of your business with confidence.",
  "topicOverlap": 0.3333333333333333,
  "topicTerms": [
    "sophos",
    "defeat",
    "cyberattacks",
    "cybersecurity",
    "service",
    "take",
    "control",
    "every",
    "threat"
  ],
  "descriptionTerms": [
    "defend",
    "organization",
    "cyberattacks",
    "sophos",
    "adaptive",
    "defenses",
    "expertise",
    "service",
    "protect",
    "future",
    "business",
    "confidence"
  ],
  "missingFromDescription": [
    "defeat",
    "cybersecurity",
    "take",
    "control",
    "every",
    "threat"
  ],
  "score": 80,
  "weight": 28
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

AIO: Visible structured data match

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

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

Evidence
{
  "schemaCount": 4,
  "checkedFields": [
    {
      "path": "$[0].@graph[0].name",
      "value": "Sophos"
    },
    {
      "path": "$[0].@graph[0].description",
      "value": "Achieve Superior Cybersecurity Outcomes Through a Fully-Managed MDR Service or Self-Managed Security Operations Platform."
    },
    {
      "path": "$[0].@graph[2].name",
      "value": "hero background video"
    },
    {
      "path": "$[1].name",
      "value": "Sophos"
    },
    {
      "path": "$[1].description",
      "value": "Achieve Superior Cybersecurity Outcomes Through a Fully-Managed MDR Service or Self-Managed Security Operations Platform."
    },
    {
      "path": "$[3].name",
      "value": "hero background video"
    }
  ],
  "mismatches": [
    {
      "path": "$[0].@graph[2].name",
      "value": "hero background video"
    },
    {
      "path": "$[3].name",
      "value": "hero background video"
    }
  ],
  "score": 67,
  "weight": 18
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

GEO: Explanatory content depth

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

2 Warning

Needs attention

GEO: Explanatory content depth

Warning
01

Issue

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

Details

02

Why it matters

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

Check name

GEO: Explanatory content depth

Score

75/100

Status

warning

Category

GEO, AIO & AEO

Maturity

Emerging recommendation

Goal

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

Result

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

Evidence
{
  "candidatePassages": 3,
  "citablePassages": 0,
  "failingCandidateParagraphs": [
    {
      "index": 56,
      "heading": "H3: Sophos G2 Summer 2026",
      "text": "Gartner®, Peer Insights™, Voice of the Customer for Endpoint Protection Platforms, Peer Contributors, 23 May 2026. Gartner®, Peer Insights™, Voice of the Customer for Extended Detection and Response, Peer Contributors, 23 May 2025. Gartner, Gartner Peer Insights ‘Voice of the Customer’: Managed Detection and Response, Peer Contributors, 31 March 2026. Gartner®, Peer Insights™, Voice of the Customer for Network Fir...",
      "words": 65,
      "hasEvidence": true,
      "reasons": [
        "Too short for a citation-ready passage (65 words; target 80-220)."
      ],
      "html": "<p><small>Gartner&#xae;, Peer Insights&#x2122;, Voice of the Customer for Endpoint Protection Platforms, Peer Contributors, 23 May 2026. Gartner&#xae;, Peer Insights&#x2122;, Voice of the Customer for Extended Detection and Response, Peer Contributors, 23 May 2025. Gartner, Gartner Peer Insights &#x2018;Voice of the Customer&#x2019;: Managed Detection and Response, Peer Contributors, 31 March 2026. Gartner&#xae;, Peer Insights&#x2122;, Voice of the Customer for Network Firewalls, Peer Contrib..."
    },
    {
      "index": 57,
      "heading": "H3: Sophos G2 Summer 2026",
      "text": "Gartner Peer Insights content consists of the opinions of individual end users based on their own experiences, and should not be construed as statements of fact, nor do they represent the views of Gartner or its affiliates. Gartner does not endorse any vendor, product or service depicted in this content nor makes any warranties, expressed or implied, with respect to this content, about its accuracy or completeness...",
      "words": 78,
      "hasEvidence": false,
      "reasons": [
        "Too short for a citation-ready passage (78 words; target 80-220).",
        "Missing a named source, statistic, date, percentage, report, or other evidence signal."
      ],
      "html": "<p><small>Gartner Peer Insights content consists of the opinions of individual end users based on their own experiences, and should not be construed as statements of fact, nor do they represent the views of Gartner or its affiliates. Gartner does not endorse any vendor, product or service depicted in this content nor makes any warranties, expressed or implied, with respect to this content, about its accuracy or completeness, including any warranties of merchantability or fitness for a particu..."
    },
    {
      "index": 58,
      "heading": "H3: Sophos G2 Summer 2026",
      "text": "GARTNER is a registered trademark and service mark of Gartner, Inc. and/or its affiliates in the U.S. and internationally, and PEER INSIGHTS and GARTNER PEER INSIGHTS CUSTOMERS’ CHOICE BADGE is a registered trademark of Gartner, Inc. and/or its affiliates and are used herein with permission. All rights reserved.",
      "words": 51,
      "hasEvidence": false,
      "reasons": [
        "Too short for a citation-ready passage (51 words; target 80-220).",
        "Missing a named source, statistic, date, percentage, report, or other evidence signal."
      ],
      "html": "<p><small>GARTNER is a registered trademark and service mark of Gartner, Inc. and/or its affiliates in the U.S. and internationally, and PEER INSIGHTS and GARTNER PEER INSIGHTS CUSTOMERS&#x2019; CHOICE BADGE is a registered trademark of Gartner, Inc. and/or its affiliates and are used herein with permission. All rights reserved.</small></p>"
    }
  ],
  "citableParagraphs": [],
  "score": 75,
  "weight": 18
}

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

34 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": 16,
  "questionH2s": [
    {
      "index": 13,
      "text": "How businesses stay secure with Sophos",
      "isQuestion": true,
      "html": "<h2>How businesses <br>stay secure with Sophos</h2>"
    }
  ],
  "hasFaq": false,
  "score": 70,
  "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": 7,
  "schemaBlocks": 1,
  "missingSignals": [
    "optional top summary / TL;DR / key takeaways block",
    "table with <thead> only if the page already has tabular/comparative data",
    "ordered list only if the page explains a workflow/process",
    "optional visible FAQ or FAQPage schema"
  ],
  "score": 85,
  "weight": 24
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

AIO: Google eligibility and indexability

AIO: Google eligibility and indexability scored 80/100 and needs improvement.

1 Warning

Needs attention

AIO: Google eligibility and indexability

Warning
01

Issue

Canonical does not self-reference the scanned page.

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: Google eligibility and indexability

Score

80/100

Status

warning

Category

GEO, AIO & AEO

Maturity

Emerging recommendation

Goal

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

Result

AIO: Google eligibility and indexability scored 80/100 and needs improvement.

Evidence
{
  "status": 200,
  "googlebotBlocked": false,
  "metaRobotsTags": [
    "index, follow"
  ],
  "xRobotsTag": "",
  "canonical": "https://www.sophos.com/en-us/",
  "finalUrl": "https://www.sophos.com/en-gb",
  "canonicalScore": 60,
  "score": 80,
  "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.

1 Warning

Needs attention

AIO: Page experience for AIO

Warning
01

Issue

96 image(s) are missing width/height attributes. 4 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": 1693,
  "htmlBytes": 987638,
  "imagesMissingDimensions": [
    {
      "src": "https://images.contentstack.io/v3/assets/blt38f1f401b66100ad/blt0899b1ab2bd40d8d/68d381f4faf818d3f61fb755/sophos-logo_1_(1).svg?width=185&quality=80&format=auto&cache=true&immutable=true&cache-control=max-age%3D31536000",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://images.contentstack.io/v3/assets/blt38f1f401b66100ad/blt0899b1ab2bd40d8d/68d381f4faf818d3f61fb755/sophos-logo_1_(1).svg?width=185&amp;quality=80&amp;format=auto&amp;cache=true&amp;immutable=true&amp;cache-control=max-age%3D31536000\" srcset=\"https://images.contentstack.io/v3/assets/blt38f1f401b66100ad/blt0899b1ab2bd40d8d/68d381f4faf818d3f61fb755/sophos-logo_1_(1).svg?width=185&amp;quality=80&amp;format=auto&amp;cache=true&amp;immutable=true&amp;cache-control=max-age%3D3153600..."
    },
    {
      "src": "https://images.contentstack.io/v3/assets/blt38f1f401b66100ad/blt883c26d2f81c2b5e/68d3822d34cb6c0a0b1844dc/sophos-logo_1.svg?width=185&quality=80&format=auto&cache=true&immutable=true&cache-control=max-age%3D31536000",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://images.contentstack.io/v3/assets/blt38f1f401b66100ad/blt883c26d2f81c2b5e/68d3822d34cb6c0a0b1844dc/sophos-logo_1.svg?width=185&amp;quality=80&amp;format=auto&amp;cache=true&amp;immutable=true&amp;cache-control=max-age%3D31536000\" srcset=\"https://images.contentstack.io/v3/assets/blt38f1f401b66100ad/blt883c26d2f81c2b5e/68d3822d34cb6c0a0b1844dc/sophos-logo_1.svg?width=185&amp;quality=80&amp;format=auto&amp;cache=true&amp;immutable=true&amp;cache-control=max-age%3D31536000 185w\"..."
    },
    {
      "src": "https://images.contentstack.io/v3/assets/blt38f1f401b66100ad/bltef3ef0a2abd1ec57/68d3eb81e7003c9313ab9bb7/Group_1073713939.svg?width=14&quality=80&format=auto&cache=true&immutable=true&cache-control=max-age%3D31536000",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://images.contentstack.io/v3/assets/blt38f1f401b66100ad/bltef3ef0a2abd1ec57/68d3eb81e7003c9313ab9bb7/Group_1073713939.svg?width=14&amp;quality=80&amp;format=auto&amp;cache=true&amp;immutable=true&amp;cache-control=max-age%3D31536000\" srcset=\"https://images.contentstack.io/v3/assets/blt38f1f401b66100ad/bltef3ef0a2abd1ec57/68d3eb81e7003c9313ab9bb7/Group_1073713939.svg?width=14&amp;quality=80&amp;format=auto&amp;cache=true&amp;immutable=true&amp;cache-control=max-age%3D31536000 14..."
    },
    {
      "src": "https://images.contentstack.io/v3/assets/blt38f1f401b66100ad/bltef3ef0a2abd1ec57/68d3eb81e7003c9313ab9bb7/Group_1073713939.svg?width=14&quality=80&format=auto&cache=true&immutable=true&cache-control=max-age%3D31536000",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://images.contentstack.io/v3/assets/blt38f1f401b66100ad/bltef3ef0a2abd1ec57/68d3eb81e7003c9313ab9bb7/Group_1073713939.svg?width=14&amp;quality=80&amp;format=auto&amp;cache=true&amp;immutable=true&amp;cache-control=max-age%3D31536000\" srcset=\"https://images.contentstack.io/v3/assets/blt38f1f401b66100ad/bltef3ef0a2abd1ec57/68d3eb81e7003c9313ab9bb7/Group_1073713939.svg?width=14&amp;quality=80&amp;format=auto&amp;cache=true&amp;immutable=true&amp;cache-control=max-age%3D31536000 14..."
    },
    {
      "src": "https://images.contentstack.io/v3/assets/blt38f1f401b66100ad/blt6bd231dd2aeed6d4/68da26d0b9bdac095f6a6674/Group_1073713940_(1).svg?width=13&quality=80&format=auto&cache=true&immutable=true&cache-control=max-age%3D31536000",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://images.contentstack.io/v3/assets/blt38f1f401b66100ad/blt6bd231dd2aeed6d4/68da26d0b9bdac095f6a6674/Group_1073713940_(1).svg?width=13&amp;quality=80&amp;format=auto&amp;cache=true&amp;immutable=true&amp;cache-control=max-age%3D31536000\" srcset=\"https://images.contentstack.io/v3/assets/blt38f1f401b66100ad/blt6bd231dd2aeed6d4/68da26d0b9bdac095f6a6674/Group_1073713940_(1).svg?width=13&amp;quality=80&amp;format=auto&amp;cache=true&amp;immutable=true&amp;cache-control=max-age%3D315..."
    },
    {
      "src": "https://images.contentstack.io/v3/assets/blt38f1f401b66100ad/blt02ac8a3353f0c885/68d41d6d911e5d7a1455a321/Group_1073713940.svg?width=13&quality=80&format=auto&cache=true&immutable=true&cache-control=max-age%3D31536000",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://images.contentstack.io/v3/assets/blt38f1f401b66100ad/blt02ac8a3353f0c885/68d41d6d911e5d7a1455a321/Group_1073713940.svg?width=13&amp;quality=80&amp;format=auto&amp;cache=true&amp;immutable=true&amp;cache-control=max-age%3D31536000\" srcset=\"https://images.contentstack.io/v3/assets/blt38f1f401b66100ad/blt02ac8a3353f0c885/68d41d6d911e5d7a1455a321/Group_1073713940.svg?width=13&amp;quality=80&amp;format=auto&amp;cache=true&amp;immutable=true&amp;cache-control=max-age%3D31536000 13..."
    },
    {
      "src": "https://images.contentstack.io/v3/assets/blt38f1f401b66100ad/blt4124e4a7728eca52/68bfd94a4a2c2d0c93120daa/logo1.svg?width=106&quality=80&format=auto&cache=true&immutable=true&cache-control=max-age%3D31536000",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"https://images.contentstack.io/v3/assets/blt38f1f401b66100ad/blt4124e4a7728eca52/68bfd94a4a2c2d0c93120daa/logo1.svg?width=106&amp;quality=80&amp;format=auto&amp;cache=true&amp;immutable=true&amp;cache-control=max-age%3D31536000\" srcset=\"https://images.contentstack.io/v3/assets/blt38f1f401b66100ad/blt4124e4a7728eca52/68bfd94a4a2c2d0c93120daa/logo1.svg?width=106&amp;quality=80&amp;format=auto&amp;cache=true&amp;immutable=true&amp;cache-control=max-age%3D31536000 106w\" sizes=\"600px\" al..."
    },
    {
      "src": "https://images.contentstack.io/v3/assets/blt38f1f401b66100ad/bltedd2215ee779ae09/68bfd97a2607de7389581be5/logo3.svg?width=95&quality=80&format=auto&cache=true&immutable=true&cache-control=max-age%3D31536000",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"https://images.contentstack.io/v3/assets/blt38f1f401b66100ad/bltedd2215ee779ae09/68bfd97a2607de7389581be5/logo3.svg?width=95&amp;quality=80&amp;format=auto&amp;cache=true&amp;immutable=true&amp;cache-control=max-age%3D31536000\" srcset=\"https://images.contentstack.io/v3/assets/blt38f1f401b66100ad/bltedd2215ee779ae09/68bfd97a2607de7389581be5/logo3.svg?width=95&amp;quality=80&amp;format=auto&amp;cache=true&amp;immutable=true&amp;cache-control=max-age%3D31536000 95w\" sizes=\"600px\" alt=\"..."
    },
    {
      "src": "https://images.contentstack.io/v3/assets/blt38f1f401b66100ad/bltbeb58dcd136cc453/68bfd9b29594d8214e3f11f4/logo2.svg?width=114&quality=80&format=auto&cache=true&immutable=true&cache-control=max-age%3D31536000",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"https://images.contentstack.io/v3/assets/blt38f1f401b66100ad/bltbeb58dcd136cc453/68bfd9b29594d8214e3f11f4/logo2.svg?width=114&amp;quality=80&amp;format=auto&amp;cache=true&amp;immutable=true&amp;cache-control=max-age%3D31536000\" srcset=\"https://images.contentstack.io/v3/assets/blt38f1f401b66100ad/bltbeb58dcd136cc453/68bfd9b29594d8214e3f11f4/logo2.svg?width=114&amp;quality=80&amp;format=auto&amp;cache=true&amp;immutable=true&amp;cache-control=max-age%3D31536000 114w\" sizes=\"600px\" al..."
    },
    {
      "src": "https://images.contentstack.io/v3/assets/blt38f1f401b66100ad/blt39a5c8a3df6dffc5/68bfd9df5f14882ccd08bff3/logo4.svg?width=87&quality=80&format=auto&cache=true&immutable=true&cache-control=max-age%3D31536000",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"https://images.contentstack.io/v3/assets/blt38f1f401b66100ad/blt39a5c8a3df6dffc5/68bfd9df5f14882ccd08bff3/logo4.svg?width=87&amp;quality=80&amp;format=auto&amp;cache=true&amp;immutable=true&amp;cache-control=max-age%3D31536000\" srcset=\"https://images.contentstack.io/v3/assets/blt38f1f401b66100ad/blt39a5c8a3df6dffc5/68bfd9df5f14882ccd08bff3/logo4.svg?width=87&amp;quality=80&amp;format=auto&amp;cache=true&amp;immutable=true&amp;cache-control=max-age%3D31536000 87w\" sizes=\"600px\" alt=\"..."
    },
    {
      "src": "https://images.contentstack.io/v3/assets/blt38f1f401b66100ad/blt04ade86f97fb2ced/68bfda15cf846b59a63a3009/logo5.svg?width=210&quality=80&format=auto&cache=true&immutable=true&cache-control=max-age%3D31536000",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"https://images.contentstack.io/v3/assets/blt38f1f401b66100ad/blt04ade86f97fb2ced/68bfda15cf846b59a63a3009/logo5.svg?width=210&amp;quality=80&amp;format=auto&amp;cache=true&amp;immutable=true&amp;cache-control=max-age%3D31536000\" srcset=\"https://images.contentstack.io/v3/assets/blt38f1f401b66100ad/blt04ade86f97fb2ced/68bfda15cf846b59a63a3009/logo5.svg?width=210&amp;quality=80&amp;format=auto&amp;cache=true&amp;immutable=true&amp;cache-control=max-age%3D31536000 210w\" sizes=\"600px\" al..."
    },
    {
      "src": "https://images.contentstack.io/v3/assets/blt38f1f401b66100ad/blt730d903d1656032b/68bfda45a726cb16c3e18263/logo6.svg?width=50&quality=80&format=auto&cache=true&immutable=true&cache-control=max-age%3D31536000",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"https://images.contentstack.io/v3/assets/blt38f1f401b66100ad/blt730d903d1656032b/68bfda45a726cb16c3e18263/logo6.svg?width=50&amp;quality=80&amp;format=auto&amp;cache=true&amp;immutable=true&amp;cache-control=max-age%3D31536000\" srcset=\"https://images.contentstack.io/v3/assets/blt38f1f401b66100ad/blt730d903d1656032b/68bfda45a726cb16c3e18263/logo6.svg?width=50&amp;quality=80&amp;format=auto&amp;cache=true&amp;immutable=true&amp;cache-control=max-age%3D31536000 50w\" sizes=\"600px\" alt=\"..."
    },
    {
      "src": "https://images.contentstack.io/v3/assets/blt38f1f401b66100ad/blt1416d763e609eafe/68bfda62ecaecc77acf65b9e/logo-6.svg?width=113&quality=80&format=auto&cache=true&immutable=true&cache-control=max-age%3D31536000",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"https://images.contentstack.io/v3/assets/blt38f1f401b66100ad/blt1416d763e609eafe/68bfda62ecaecc77acf65b9e/logo-6.svg?width=113&amp;quality=80&amp;format=auto&amp;cache=true&amp;immutable=true&amp;cache-control=max-age%3D31536000\" srcset=\"https://images.contentstack.io/v3/assets/blt38f1f401b66100ad/blt1416d763e609eafe/68bfda62ecaecc77acf65b9e/logo-6.svg?width=113&amp;quality=80&amp;format=auto&amp;cache=true&amp;immutable=true&amp;cache-control=max-age%3D31536000 113w\" sizes=\"600px\"..."
    },
    {
      "src": "https://images.contentstack.io/v3/assets/blt38f1f401b66100ad/bltc46d7e64be517bbe/691d76a35fca1a19c2e05c56/logo5_2.svg?width=210&quality=80&format=auto&cache=true&immutable=true&cache-control=max-age%3D31536000",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"https://images.contentstack.io/v3/assets/blt38f1f401b66100ad/bltc46d7e64be517bbe/691d76a35fca1a19c2e05c56/logo5_2.svg?width=210&amp;quality=80&amp;format=auto&amp;cache=true&amp;immutable=true&amp;cache-control=max-age%3D31536000\" srcset=\"https://images.contentstack.io/v3/assets/blt38f1f401b66100ad/bltc46d7e64be517bbe/691d76a35fca1a19c2e05c56/logo5_2.svg?width=210&amp;quality=80&amp;format=auto&amp;cache=true&amp;immutable=true&amp;cache-control=max-age%3D31536000 210w\" sizes=\"600px..."
    },
    {
      "src": "https://images.contentstack.io/v3/assets/blt38f1f401b66100ad/blt2c7b24f932c86132/691d76bde2e2cd28abcbb7a2/logo5_1.svg?width=210&quality=80&format=auto&cache=true&immutable=true&cache-control=max-age%3D31536000",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"https://images.contentstack.io/v3/assets/blt38f1f401b66100ad/blt2c7b24f932c86132/691d76bde2e2cd28abcbb7a2/logo5_1.svg?width=210&amp;quality=80&amp;format=auto&amp;cache=true&amp;immutable=true&amp;cache-control=max-age%3D31536000\" srcset=\"https://images.contentstack.io/v3/assets/blt38f1f401b66100ad/blt2c7b24f932c86132/691d76bde2e2cd28abcbb7a2/logo5_1.svg?width=210&amp;quality=80&amp;format=auto&amp;cache=true&amp;immutable=true&amp;cache-control=max-age%3D31536000 210w\" sizes=\"600px..."
    },
    {
      "src": "https://images.contentstack.io/v3/assets/blt38f1f401b66100ad/blt4124e4a7728eca52/68bfd94a4a2c2d0c93120daa/logo1.svg?width=106&quality=80&format=auto&cache=true&immutable=true&cache-control=max-age%3D31536000",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"https://images.contentstack.io/v3/assets/blt38f1f401b66100ad/blt4124e4a7728eca52/68bfd94a4a2c2d0c93120daa/logo1.svg?width=106&amp;quality=80&amp;format=auto&amp;cache=true&amp;immutable=true&amp;cache-control=max-age%3D31536000\" srcset=\"https://images.contentstack.io/v3/assets/blt38f1f401b66100ad/blt4124e4a7728eca52/68bfd94a4a2c2d0c93120daa/logo1.svg?width=106&amp;quality=80&amp;format=auto&amp;cache=true&amp;immutable=true&amp;cache-control=max-age%3D31536000 106w\" sizes=\"600px\" al..."
    },
    {
      "src": "https://images.contentstack.io/v3/assets/blt38f1f401b66100ad/bltedd2215ee779ae09/68bfd97a2607de7389581be5/logo3.svg?width=95&quality=80&format=auto&cache=true&immutable=true&cache-control=max-age%3D31536000",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"https://images.contentstack.io/v3/assets/blt38f1f401b66100ad/bltedd2215ee779ae09/68bfd97a2607de7389581be5/logo3.svg?width=95&amp;quality=80&amp;format=auto&amp;cache=true&amp;immutable=true&amp;cache-control=max-age%3D31536000\" srcset=\"https://images.contentstack.io/v3/assets/blt38f1f401b66100ad/bltedd2215ee779ae09/68bfd97a2607de7389581be5/logo3.svg?width=95&amp;quality=80&amp;format=auto&amp;cache=true&amp;immutable=true&amp;cache-control=max-age%3D31536000 95w\" sizes=\"600px\" alt=\"..."
    },
    {
      "src": "https://images.contentstack.io/v3/assets/blt38f1f401b66100ad/bltbeb58dcd136cc453/68bfd9b29594d8214e3f11f4/logo2.svg?width=114&quality=80&format=auto&cache=true&immutable=true&cache-control=max-age%3D31536000",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"https://images.contentstack.io/v3/assets/blt38f1f401b66100ad/bltbeb58dcd136cc453/68bfd9b29594d8214e3f11f4/logo2.svg?width=114&amp;quality=80&amp;format=auto&amp;cache=true&amp;immutable=true&amp;cache-control=max-age%3D31536000\" srcset=\"https://images.contentstack.io/v3/assets/blt38f1f401b66100ad/bltbeb58dcd136cc453/68bfd9b29594d8214e3f11f4/logo2.svg?width=114&amp;quality=80&amp;format=auto&amp;cache=true&amp;immutable=true&amp;cache-control=max-age%3D31536000 114w\" sizes=\"600px\" al..."
    },
    {
      "src": "https://images.contentstack.io/v3/assets/blt38f1f401b66100ad/blt39a5c8a3df6dffc5/68bfd9df5f14882ccd08bff3/logo4.svg?width=87&quality=80&format=auto&cache=true&immutable=true&cache-control=max-age%3D31536000",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"https://images.contentstack.io/v3/assets/blt38f1f401b66100ad/blt39a5c8a3df6dffc5/68bfd9df5f14882ccd08bff3/logo4.svg?width=87&amp;quality=80&amp;format=auto&amp;cache=true&amp;immutable=true&amp;cache-control=max-age%3D31536000\" srcset=\"https://images.contentstack.io/v3/assets/blt38f1f401b66100ad/blt39a5c8a3df6dffc5/68bfd9df5f14882ccd08bff3/logo4.svg?width=87&amp;quality=80&amp;format=auto&amp;cache=true&amp;immutable=true&amp;cache-control=max-age%3D31536000 87w\" sizes=\"600px\" alt=\"..."
    },
    {
      "src": "https://images.contentstack.io/v3/assets/blt38f1f401b66100ad/blt04ade86f97fb2ced/68bfda15cf846b59a63a3009/logo5.svg?width=210&quality=80&format=auto&cache=true&immutable=true&cache-control=max-age%3D31536000",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"https://images.contentstack.io/v3/assets/blt38f1f401b66100ad/blt04ade86f97fb2ced/68bfda15cf846b59a63a3009/logo5.svg?width=210&amp;quality=80&amp;format=auto&amp;cache=true&amp;immutable=true&amp;cache-control=max-age%3D31536000\" srcset=\"https://images.contentstack.io/v3/assets/blt38f1f401b66100ad/blt04ade86f97fb2ced/68bfda15cf846b59a63a3009/logo5.svg?width=210&amp;quality=80&amp;format=auto&amp;cache=true&amp;immutable=true&amp;cache-control=max-age%3D31536000 210w\" sizes=\"600px\" al..."
    },
    {
      "src": "https://images.contentstack.io/v3/assets/blt38f1f401b66100ad/blt730d903d1656032b/68bfda45a726cb16c3e18263/logo6.svg?width=50&quality=80&format=auto&cache=true&immutable=true&cache-control=max-age%3D31536000",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"https://images.contentstack.io/v3/assets/blt38f1f401b66100ad/blt730d903d1656032b/68bfda45a726cb16c3e18263/logo6.svg?width=50&amp;quality=80&amp;format=auto&amp;cache=true&amp;immutable=true&amp;cache-control=max-age%3D31536000\" srcset=\"https://images.contentstack.io/v3/assets/blt38f1f401b66100ad/blt730d903d1656032b/68bfda45a726cb16c3e18263/logo6.svg?width=50&amp;quality=80&amp;format=auto&amp;cache=true&amp;immutable=true&amp;cache-control=max-age%3D31536000 50w\" sizes=\"600px\" alt=\"..."
    },
    {
      "src": "https://images.contentstack.io/v3/assets/blt38f1f401b66100ad/blt1416d763e609eafe/68bfda62ecaecc77acf65b9e/logo-6.svg?width=113&quality=80&format=auto&cache=true&immutable=true&cache-control=max-age%3D31536000",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"https://images.contentstack.io/v3/assets/blt38f1f401b66100ad/blt1416d763e609eafe/68bfda62ecaecc77acf65b9e/logo-6.svg?width=113&amp;quality=80&amp;format=auto&amp;cache=true&amp;immutable=true&amp;cache-control=max-age%3D31536000\" srcset=\"https://images.contentstack.io/v3/assets/blt38f1f401b66100ad/blt1416d763e609eafe/68bfda62ecaecc77acf65b9e/logo-6.svg?width=113&amp;quality=80&amp;format=auto&amp;cache=true&amp;immutable=true&amp;cache-control=max-age%3D31536000 113w\" sizes=\"600px\"..."
    },
    {
      "src": "https://images.contentstack.io/v3/assets/blt38f1f401b66100ad/bltc46d7e64be517bbe/691d76a35fca1a19c2e05c56/logo5_2.svg?width=210&quality=80&format=auto&cache=true&immutable=true&cache-control=max-age%3D31536000",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"https://images.contentstack.io/v3/assets/blt38f1f401b66100ad/bltc46d7e64be517bbe/691d76a35fca1a19c2e05c56/logo5_2.svg?width=210&amp;quality=80&amp;format=auto&amp;cache=true&amp;immutable=true&amp;cache-control=max-age%3D31536000\" srcset=\"https://images.contentstack.io/v3/assets/blt38f1f401b66100ad/bltc46d7e64be517bbe/691d76a35fca1a19c2e05c56/logo5_2.svg?width=210&amp;quality=80&amp;format=auto&amp;cache=true&amp;immutable=true&amp;cache-control=max-age%3D31536000 210w\" sizes=\"600px..."
    },
    {
      "src": "https://images.contentstack.io/v3/assets/blt38f1f401b66100ad/blt2c7b24f932c86132/691d76bde2e2cd28abcbb7a2/logo5_1.svg?width=210&quality=80&format=auto&cache=true&immutable=true&cache-control=max-age%3D31536000",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"https://images.contentstack.io/v3/assets/blt38f1f401b66100ad/blt2c7b24f932c86132/691d76bde2e2cd28abcbb7a2/logo5_1.svg?width=210&amp;quality=80&amp;format=auto&amp;cache=true&amp;immutable=true&amp;cache-control=max-age%3D31536000\" srcset=\"https://images.contentstack.io/v3/assets/blt38f1f401b66100ad/blt2c7b24f932c86132/691d76bde2e2cd28abcbb7a2/logo5_1.svg?width=210&amp;quality=80&amp;format=auto&amp;cache=true&amp;immutable=true&amp;cache-control=max-age%3D31536000 210w\" sizes=\"600px..."
    },
    {
      "src": "https://images.contentstack.io/v3/assets/blt38f1f401b66100ad/blt4124e4a7728eca52/68bfd94a4a2c2d0c93120daa/logo1.svg?width=106&quality=80&format=auto&cache=true&immutable=true&cache-control=max-age%3D31536000",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"https://images.contentstack.io/v3/assets/blt38f1f401b66100ad/blt4124e4a7728eca52/68bfd94a4a2c2d0c93120daa/logo1.svg?width=106&amp;quality=80&amp;format=auto&amp;cache=true&amp;immutable=true&amp;cache-control=max-age%3D31536000\" srcset=\"https://images.contentstack.io/v3/assets/blt38f1f401b66100ad/blt4124e4a7728eca52/68bfd94a4a2c2d0c93120daa/logo1.svg?width=106&amp;quality=80&amp;format=auto&amp;cache=true&amp;immutable=true&amp;cache-control=max-age%3D31536000 106w\" sizes=\"600px\" al..."
    },
    {
      "src": "https://images.contentstack.io/v3/assets/blt38f1f401b66100ad/bltedd2215ee779ae09/68bfd97a2607de7389581be5/logo3.svg?width=95&quality=80&format=auto&cache=true&immutable=true&cache-control=max-age%3D31536000",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"https://images.contentstack.io/v3/assets/blt38f1f401b66100ad/bltedd2215ee779ae09/68bfd97a2607de7389581be5/logo3.svg?width=95&amp;quality=80&amp;format=auto&amp;cache=true&amp;immutable=true&amp;cache-control=max-age%3D31536000\" srcset=\"https://images.contentstack.io/v3/assets/blt38f1f401b66100ad/bltedd2215ee779ae09/68bfd97a2607de7389581be5/logo3.svg?width=95&amp;quality=80&amp;format=auto&amp;cache=true&amp;immutable=true&amp;cache-control=max-age%3D31536000 95w\" sizes=\"600px\" alt=\"..."
    },
    {
      "src": "https://images.contentstack.io/v3/assets/blt38f1f401b66100ad/bltbeb58dcd136cc453/68bfd9b29594d8214e3f11f4/logo2.svg?width=114&quality=80&format=auto&cache=true&immutable=true&cache-control=max-age%3D31536000",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"https://images.contentstack.io/v3/assets/blt38f1f401b66100ad/bltbeb58dcd136cc453/68bfd9b29594d8214e3f11f4/logo2.svg?width=114&amp;quality=80&amp;format=auto&amp;cache=true&amp;immutable=true&amp;cache-control=max-age%3D31536000\" srcset=\"https://images.contentstack.io/v3/assets/blt38f1f401b66100ad/bltbeb58dcd136cc453/68bfd9b29594d8214e3f11f4/logo2.svg?width=114&amp;quality=80&amp;format=auto&amp;cache=true&amp;immutable=true&amp;cache-control=max-age%3D31536000 114w\" sizes=\"600px\" al..."
    },
    {
      "src": "https://images.contentstack.io/v3/assets/blt38f1f401b66100ad/blt39a5c8a3df6dffc5/68bfd9df5f14882ccd08bff3/logo4.svg?width=87&quality=80&format=auto&cache=true&immutable=true&cache-control=max-age%3D31536000",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"https://images.contentstack.io/v3/assets/blt38f1f401b66100ad/blt39a5c8a3df6dffc5/68bfd9df5f14882ccd08bff3/logo4.svg?width=87&amp;quality=80&amp;format=auto&amp;cache=true&amp;immutable=true&amp;cache-control=max-age%3D31536000\" srcset=\"https://images.contentstack.io/v3/assets/blt38f1f401b66100ad/blt39a5c8a3df6dffc5/68bfd9df5f14882ccd08bff3/logo4.svg?width=87&amp;quality=80&amp;format=auto&amp;cache=true&amp;immutable=true&amp;cache-control=max-age%3D31536000 87w\" sizes=\"600px\" alt=\"..."
    },
    {
      "src": "https://images.contentstack.io/v3/assets/blt38f1f401b66100ad/blt04ade86f97fb2ced/68bfda15cf846b59a63a3009/logo5.svg?width=210&quality=80&format=auto&cache=true&immutable=true&cache-control=max-age%3D31536000",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"https://images.contentstack.io/v3/assets/blt38f1f401b66100ad/blt04ade86f97fb2ced/68bfda15cf846b59a63a3009/logo5.svg?width=210&amp;quality=80&amp;format=auto&amp;cache=true&amp;immutable=true&amp;cache-control=max-age%3D31536000\" srcset=\"https://images.contentstack.io/v3/assets/blt38f1f401b66100ad/blt04ade86f97fb2ced/68bfda15cf846b59a63a3009/logo5.svg?width=210&amp;quality=80&amp;format=auto&amp;cache=true&amp;immutable=true&amp;cache-control=max-age%3D31536000 210w\" sizes=\"600px\" al..."
    },
    {
      "src": "https://images.contentstack.io/v3/assets/blt38f1f401b66100ad/blt730d903d1656032b/68bfda45a726cb16c3e18263/logo6.svg?width=50&quality=80&format=auto&cache=true&immutable=true&cache-control=max-age%3D31536000",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"https://images.contentstack.io/v3/assets/blt38f1f401b66100ad/blt730d903d1656032b/68bfda45a726cb16c3e18263/logo6.svg?width=50&amp;quality=80&amp;format=auto&amp;cache=true&amp;immutable=true&amp;cache-control=max-age%3D31536000\" srcset=\"https://images.contentstack.io/v3/assets/blt38f1f401b66100ad/blt730d903d1656032b/68bfda45a726cb16c3e18263/logo6.svg?width=50&amp;quality=80&amp;format=auto&amp;cache=true&amp;immutable=true&amp;cache-control=max-age%3D31536000 50w\" sizes=\"600px\" alt=\"..."
    },
    {
      "src": "https://images.contentstack.io/v3/assets/blt38f1f401b66100ad/blt1416d763e609eafe/68bfda62ecaecc77acf65b9e/logo-6.svg?width=113&quality=80&format=auto&cache=true&immutable=true&cache-control=max-age%3D31536000",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"https://images.contentstack.io/v3/assets/blt38f1f401b66100ad/blt1416d763e609eafe/68bfda62ecaecc77acf65b9e/logo-6.svg?width=113&amp;quality=80&amp;format=auto&amp;cache=true&amp;immutable=true&amp;cache-control=max-age%3D31536000\" srcset=\"https://images.contentstack.io/v3/assets/blt38f1f401b66100ad/blt1416d763e609eafe/68bfda62ecaecc77acf65b9e/logo-6.svg?width=113&amp;quality=80&amp;format=auto&amp;cache=true&amp;immutable=true&amp;cache-control=max-age%3D31536000 113w\" sizes=\"600px\"..."
    },
    {
      "src": "https://images.contentstack.io/v3/assets/blt38f1f401b66100ad/bltc46d7e64be517bbe/691d76a35fca1a19c2e05c56/logo5_2.svg?width=210&quality=80&format=auto&cache=true&immutable=true&cache-control=max-age%3D31536000",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"https://images.contentstack.io/v3/assets/blt38f1f401b66100ad/bltc46d7e64be517bbe/691d76a35fca1a19c2e05c56/logo5_2.svg?width=210&amp;quality=80&amp;format=auto&amp;cache=true&amp;immutable=true&amp;cache-control=max-age%3D31536000\" srcset=\"https://images.contentstack.io/v3/assets/blt38f1f401b66100ad/bltc46d7e64be517bbe/691d76a35fca1a19c2e05c56/logo5_2.svg?width=210&amp;quality=80&amp;format=auto&amp;cache=true&amp;immutable=true&amp;cache-control=max-age%3D31536000 210w\" sizes=\"600px..."
    },
    {
      "src": "https://images.contentstack.io/v3/assets/blt38f1f401b66100ad/blt2c7b24f932c86132/691d76bde2e2cd28abcbb7a2/logo5_1.svg?width=210&quality=80&format=auto&cache=true&immutable=true&cache-control=max-age%3D31536000",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"https://images.contentstack.io/v3/assets/blt38f1f401b66100ad/blt2c7b24f932c86132/691d76bde2e2cd28abcbb7a2/logo5_1.svg?width=210&amp;quality=80&amp;format=auto&amp;cache=true&amp;immutable=true&amp;cache-control=max-age%3D31536000\" srcset=\"https://images.contentstack.io/v3/assets/blt38f1f401b66100ad/blt2c7b24f932c86132/691d76bde2e2cd28abcbb7a2/logo5_1.svg?width=210&amp;quality=80&amp;format=auto&amp;cache=true&amp;immutable=true&amp;cache-control=max-age%3D31536000 210w\" sizes=\"600px..."
    },
    {
      "src": "https://images.contentstack.io/v3/assets/blt38f1f401b66100ad/blt4124e4a7728eca52/68bfd94a4a2c2d0c93120daa/logo1.svg?width=106&quality=80&format=auto&cache=true&immutable=true&cache-control=max-age%3D31536000",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"https://images.contentstack.io/v3/assets/blt38f1f401b66100ad/blt4124e4a7728eca52/68bfd94a4a2c2d0c93120daa/logo1.svg?width=106&amp;quality=80&amp;format=auto&amp;cache=true&amp;immutable=true&amp;cache-control=max-age%3D31536000\" srcset=\"https://images.contentstack.io/v3/assets/blt38f1f401b66100ad/blt4124e4a7728eca52/68bfd94a4a2c2d0c93120daa/logo1.svg?width=106&amp;quality=80&amp;format=auto&amp;cache=true&amp;immutable=true&amp;cache-control=max-age%3D31536000 106w\" sizes=\"600px\" al..."
    },
    {
      "src": "https://images.contentstack.io/v3/assets/blt38f1f401b66100ad/bltedd2215ee779ae09/68bfd97a2607de7389581be5/logo3.svg?width=95&quality=80&format=auto&cache=true&immutable=true&cache-control=max-age%3D31536000",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"https://images.contentstack.io/v3/assets/blt38f1f401b66100ad/bltedd2215ee779ae09/68bfd97a2607de7389581be5/logo3.svg?width=95&amp;quality=80&amp;format=auto&amp;cache=true&amp;immutable=true&amp;cache-control=max-age%3D31536000\" srcset=\"https://images.contentstack.io/v3/assets/blt38f1f401b66100ad/bltedd2215ee779ae09/68bfd97a2607de7389581be5/logo3.svg?width=95&amp;quality=80&amp;format=auto&amp;cache=true&amp;immutable=true&amp;cache-control=max-age%3D31536000 95w\" sizes=\"600px\" alt=\"..."
    },
    {
      "src": "https://images.contentstack.io/v3/assets/blt38f1f401b66100ad/bltbeb58dcd136cc453/68bfd9b29594d8214e3f11f4/logo2.svg?width=114&quality=80&format=auto&cache=true&immutable=true&cache-control=max-age%3D31536000",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"https://images.contentstack.io/v3/assets/blt38f1f401b66100ad/bltbeb58dcd136cc453/68bfd9b29594d8214e3f11f4/logo2.svg?width=114&amp;quality=80&amp;format=auto&amp;cache=true&amp;immutable=true&amp;cache-control=max-age%3D31536000\" srcset=\"https://images.contentstack.io/v3/assets/blt38f1f401b66100ad/bltbeb58dcd136cc453/68bfd9b29594d8214e3f11f4/logo2.svg?width=114&amp;quality=80&amp;format=auto&amp;cache=true&amp;immutable=true&amp;cache-control=max-age%3D31536000 114w\" sizes=\"600px\" al..."
    },
    {
      "src": "https://images.contentstack.io/v3/assets/blt38f1f401b66100ad/blt39a5c8a3df6dffc5/68bfd9df5f14882ccd08bff3/logo4.svg?width=87&quality=80&format=auto&cache=true&immutable=true&cache-control=max-age%3D31536000",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"https://images.contentstack.io/v3/assets/blt38f1f401b66100ad/blt39a5c8a3df6dffc5/68bfd9df5f14882ccd08bff3/logo4.svg?width=87&amp;quality=80&amp;format=auto&amp;cache=true&amp;immutable=true&amp;cache-control=max-age%3D31536000\" srcset=\"https://images.contentstack.io/v3/assets/blt38f1f401b66100ad/blt39a5c8a3df6dffc5/68bfd9df5f14882ccd08bff3/logo4.svg?width=87&amp;quality=80&amp;format=auto&amp;cache=true&amp;immutable=true&amp;cache-control=max-age%3D31536000 87w\" sizes=\"600px\" alt=\"..."
    },
    {
      "src": "https://images.contentstack.io/v3/assets/blt38f1f401b66100ad/blt04ade86f97fb2ced/68bfda15cf846b59a63a3009/logo5.svg?width=210&quality=80&format=auto&cache=true&immutable=true&cache-control=max-age%3D31536000",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"https://images.contentstack.io/v3/assets/blt38f1f401b66100ad/blt04ade86f97fb2ced/68bfda15cf846b59a63a3009/logo5.svg?width=210&amp;quality=80&amp;format=auto&amp;cache=true&amp;immutable=true&amp;cache-control=max-age%3D31536000\" srcset=\"https://images.contentstack.io/v3/assets/blt38f1f401b66100ad/blt04ade86f97fb2ced/68bfda15cf846b59a63a3009/logo5.svg?width=210&amp;quality=80&amp;format=auto&amp;cache=true&amp;immutable=true&amp;cache-control=max-age%3D31536000 210w\" sizes=\"600px\" al..."
    },
    {
      "src": "https://images.contentstack.io/v3/assets/blt38f1f401b66100ad/blt730d903d1656032b/68bfda45a726cb16c3e18263/logo6.svg?width=50&quality=80&format=auto&cache=true&immutable=true&cache-control=max-age%3D31536000",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"https://images.contentstack.io/v3/assets/blt38f1f401b66100ad/blt730d903d1656032b/68bfda45a726cb16c3e18263/logo6.svg?width=50&amp;quality=80&amp;format=auto&amp;cache=true&amp;immutable=true&amp;cache-control=max-age%3D31536000\" srcset=\"https://images.contentstack.io/v3/assets/blt38f1f401b66100ad/blt730d903d1656032b/68bfda45a726cb16c3e18263/logo6.svg?width=50&amp;quality=80&amp;format=auto&amp;cache=true&amp;immutable=true&amp;cache-control=max-age%3D31536000 50w\" sizes=\"600px\" alt=\"..."
    },
    {
      "src": "https://images.contentstack.io/v3/assets/blt38f1f401b66100ad/blt1416d763e609eafe/68bfda62ecaecc77acf65b9e/logo-6.svg?width=113&quality=80&format=auto&cache=true&immutable=true&cache-control=max-age%3D31536000",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"https://images.contentstack.io/v3/assets/blt38f1f401b66100ad/blt1416d763e609eafe/68bfda62ecaecc77acf65b9e/logo-6.svg?width=113&amp;quality=80&amp;format=auto&amp;cache=true&amp;immutable=true&amp;cache-control=max-age%3D31536000\" srcset=\"https://images.contentstack.io/v3/assets/blt38f1f401b66100ad/blt1416d763e609eafe/68bfda62ecaecc77acf65b9e/logo-6.svg?width=113&amp;quality=80&amp;format=auto&amp;cache=true&amp;immutable=true&amp;cache-control=max-age%3D31536000 113w\" sizes=\"600px\"..."
    },
    {
      "src": "https://images.contentstack.io/v3/assets/blt38f1f401b66100ad/bltc46d7e64be517bbe/691d76a35fca1a19c2e05c56/logo5_2.svg?width=210&quality=80&format=auto&cache=true&immutable=true&cache-control=max-age%3D31536000",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"https://images.contentstack.io/v3/assets/blt38f1f401b66100ad/bltc46d7e64be517bbe/691d76a35fca1a19c2e05c56/logo5_2.svg?width=210&amp;quality=80&amp;format=auto&amp;cache=true&amp;immutable=true&amp;cache-control=max-age%3D31536000\" srcset=\"https://images.contentstack.io/v3/assets/blt38f1f401b66100ad/bltc46d7e64be517bbe/691d76a35fca1a19c2e05c56/logo5_2.svg?width=210&amp;quality=80&amp;format=auto&amp;cache=true&amp;immutable=true&amp;cache-control=max-age%3D31536000 210w\" sizes=\"600px..."
    },
    {
      "src": "https://images.contentstack.io/v3/assets/blt38f1f401b66100ad/blt2c7b24f932c86132/691d76bde2e2cd28abcbb7a2/logo5_1.svg?width=210&quality=80&format=auto&cache=true&immutable=true&cache-control=max-age%3D31536000",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"https://images.contentstack.io/v3/assets/blt38f1f401b66100ad/blt2c7b24f932c86132/691d76bde2e2cd28abcbb7a2/logo5_1.svg?width=210&amp;quality=80&amp;format=auto&amp;cache=true&amp;immutable=true&amp;cache-control=max-age%3D31536000\" srcset=\"https://images.contentstack.io/v3/assets/blt38f1f401b66100ad/blt2c7b24f932c86132/691d76bde2e2cd28abcbb7a2/logo5_1.svg?width=210&amp;quality=80&amp;format=auto&amp;cache=true&amp;immutable=true&amp;cache-control=max-age%3D31536000 210w\" sizes=\"600px..."
    },
    {
      "src": "https://images.contentstack.io/v3/assets/blt38f1f401b66100ad/blt4124e4a7728eca52/68bfd94a4a2c2d0c93120daa/logo1.svg?width=106&quality=80&format=auto&cache=true&immutable=true&cache-control=max-age%3D31536000",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"https://images.contentstack.io/v3/assets/blt38f1f401b66100ad/blt4124e4a7728eca52/68bfd94a4a2c2d0c93120daa/logo1.svg?width=106&amp;quality=80&amp;format=auto&amp;cache=true&amp;immutable=true&amp;cache-control=max-age%3D31536000\" srcset=\"https://images.contentstack.io/v3/assets/blt38f1f401b66100ad/blt4124e4a7728eca52/68bfd94a4a2c2d0c93120daa/logo1.svg?width=106&amp;quality=80&amp;format=auto&amp;cache=true&amp;immutable=true&amp;cache-control=max-age%3D31536000 106w\" sizes=\"600px\" al..."
    },
    {
      "src": "https://images.contentstack.io/v3/assets/blt38f1f401b66100ad/bltedd2215ee779ae09/68bfd97a2607de7389581be5/logo3.svg?width=95&quality=80&format=auto&cache=true&immutable=true&cache-control=max-age%3D31536000",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"https://images.contentstack.io/v3/assets/blt38f1f401b66100ad/bltedd2215ee779ae09/68bfd97a2607de7389581be5/logo3.svg?width=95&amp;quality=80&amp;format=auto&amp;cache=true&amp;immutable=true&amp;cache-control=max-age%3D31536000\" srcset=\"https://images.contentstack.io/v3/assets/blt38f1f401b66100ad/bltedd2215ee779ae09/68bfd97a2607de7389581be5/logo3.svg?width=95&amp;quality=80&amp;format=auto&amp;cache=true&amp;immutable=true&amp;cache-control=max-age%3D31536000 95w\" sizes=\"600px\" alt=\"..."
    },
    {
      "src": "https://images.contentstack.io/v3/assets/blt38f1f401b66100ad/bltbeb58dcd136cc453/68bfd9b29594d8214e3f11f4/logo2.svg?width=114&quality=80&format=auto&cache=true&immutable=true&cache-control=max-age%3D31536000",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"https://images.contentstack.io/v3/assets/blt38f1f401b66100ad/bltbeb58dcd136cc453/68bfd9b29594d8214e3f11f4/logo2.svg?width=114&amp;quality=80&amp;format=auto&amp;cache=true&amp;immutable=true&amp;cache-control=max-age%3D31536000\" srcset=\"https://images.contentstack.io/v3/assets/blt38f1f401b66100ad/bltbeb58dcd136cc453/68bfd9b29594d8214e3f11f4/logo2.svg?width=114&amp;quality=80&amp;format=auto&amp;cache=true&amp;immutable=true&amp;cache-control=max-age%3D31536000 114w\" sizes=\"600px\" al..."
    },
    {
      "src": "https://images.contentstack.io/v3/assets/blt38f1f401b66100ad/blt39a5c8a3df6dffc5/68bfd9df5f14882ccd08bff3/logo4.svg?width=87&quality=80&format=auto&cache=true&immutable=true&cache-control=max-age%3D31536000",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"https://images.contentstack.io/v3/assets/blt38f1f401b66100ad/blt39a5c8a3df6dffc5/68bfd9df5f14882ccd08bff3/logo4.svg?width=87&amp;quality=80&amp;format=auto&amp;cache=true&amp;immutable=true&amp;cache-control=max-age%3D31536000\" srcset=\"https://images.contentstack.io/v3/assets/blt38f1f401b66100ad/blt39a5c8a3df6dffc5/68bfd9df5f14882ccd08bff3/logo4.svg?width=87&amp;quality=80&amp;format=auto&amp;cache=true&amp;immutable=true&amp;cache-control=max-age%3D31536000 87w\" sizes=\"600px\" alt=\"..."
    },
    {
      "src": "https://images.contentstack.io/v3/assets/blt38f1f401b66100ad/blt04ade86f97fb2ced/68bfda15cf846b59a63a3009/logo5.svg?width=210&quality=80&format=auto&cache=true&immutable=true&cache-control=max-age%3D31536000",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"https://images.contentstack.io/v3/assets/blt38f1f401b66100ad/blt04ade86f97fb2ced/68bfda15cf846b59a63a3009/logo5.svg?width=210&amp;quality=80&amp;format=auto&amp;cache=true&amp;immutable=true&amp;cache-control=max-age%3D31536000\" srcset=\"https://images.contentstack.io/v3/assets/blt38f1f401b66100ad/blt04ade86f97fb2ced/68bfda15cf846b59a63a3009/logo5.svg?width=210&amp;quality=80&amp;format=auto&amp;cache=true&amp;immutable=true&amp;cache-control=max-age%3D31536000 210w\" sizes=\"600px\" al..."
    },
    {
      "src": "https://images.contentstack.io/v3/assets/blt38f1f401b66100ad/blt730d903d1656032b/68bfda45a726cb16c3e18263/logo6.svg?width=50&quality=80&format=auto&cache=true&immutable=true&cache-control=max-age%3D31536000",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"https://images.contentstack.io/v3/assets/blt38f1f401b66100ad/blt730d903d1656032b/68bfda45a726cb16c3e18263/logo6.svg?width=50&amp;quality=80&amp;format=auto&amp;cache=true&amp;immutable=true&amp;cache-control=max-age%3D31536000\" srcset=\"https://images.contentstack.io/v3/assets/blt38f1f401b66100ad/blt730d903d1656032b/68bfda45a726cb16c3e18263/logo6.svg?width=50&amp;quality=80&amp;format=auto&amp;cache=true&amp;immutable=true&amp;cache-control=max-age%3D31536000 50w\" sizes=\"600px\" alt=\"..."
    },
    {
      "src": "https://images.contentstack.io/v3/assets/blt38f1f401b66100ad/blt1416d763e609eafe/68bfda62ecaecc77acf65b9e/logo-6.svg?width=113&quality=80&format=auto&cache=true&immutable=true&cache-control=max-age%3D31536000",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"https://images.contentstack.io/v3/assets/blt38f1f401b66100ad/blt1416d763e609eafe/68bfda62ecaecc77acf65b9e/logo-6.svg?width=113&amp;quality=80&amp;format=auto&amp;cache=true&amp;immutable=true&amp;cache-control=max-age%3D31536000\" srcset=\"https://images.contentstack.io/v3/assets/blt38f1f401b66100ad/blt1416d763e609eafe/68bfda62ecaecc77acf65b9e/logo-6.svg?width=113&amp;quality=80&amp;format=auto&amp;cache=true&amp;immutable=true&amp;cache-control=max-age%3D31536000 113w\" sizes=\"600px\"..."
    },
    {
      "src": "https://images.contentstack.io/v3/assets/blt38f1f401b66100ad/bltc46d7e64be517bbe/691d76a35fca1a19c2e05c56/logo5_2.svg?width=210&quality=80&format=auto&cache=true&immutable=true&cache-control=max-age%3D31536000",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"https://images.contentstack.io/v3/assets/blt38f1f401b66100ad/bltc46d7e64be517bbe/691d76a35fca1a19c2e05c56/logo5_2.svg?width=210&amp;quality=80&amp;format=auto&amp;cache=true&amp;immutable=true&amp;cache-control=max-age%3D31536000\" srcset=\"https://images.contentstack.io/v3/assets/blt38f1f401b66100ad/bltc46d7e64be517bbe/691d76a35fca1a19c2e05c56/logo5_2.svg?width=210&amp;quality=80&amp;format=auto&amp;cache=true&amp;immutable=true&amp;cache-control=max-age%3D31536000 210w\" sizes=\"600px..."
    },
    {
      "src": "https://images.contentstack.io/v3/assets/blt38f1f401b66100ad/blt2c7b24f932c86132/691d76bde2e2cd28abcbb7a2/logo5_1.svg?width=210&quality=80&format=auto&cache=true&immutable=true&cache-control=max-age%3D31536000",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"https://images.contentstack.io/v3/assets/blt38f1f401b66100ad/blt2c7b24f932c86132/691d76bde2e2cd28abcbb7a2/logo5_1.svg?width=210&amp;quality=80&amp;format=auto&amp;cache=true&amp;immutable=true&amp;cache-control=max-age%3D31536000\" srcset=\"https://images.contentstack.io/v3/assets/blt38f1f401b66100ad/blt2c7b24f932c86132/691d76bde2e2cd28abcbb7a2/logo5_1.svg?width=210&amp;quality=80&amp;format=auto&amp;cache=true&amp;immutable=true&amp;cache-control=max-age%3D31536000 210w\" sizes=\"600px..."
    },
    {
      "src": "https://images.contentstack.io/v3/assets/blt38f1f401b66100ad/blt4124e4a7728eca52/68bfd94a4a2c2d0c93120daa/logo1.svg?width=106&quality=80&format=auto&cache=true&immutable=true&cache-control=max-age%3D31536000",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"https://images.contentstack.io/v3/assets/blt38f1f401b66100ad/blt4124e4a7728eca52/68bfd94a4a2c2d0c93120daa/logo1.svg?width=106&amp;quality=80&amp;format=auto&amp;cache=true&amp;immutable=true&amp;cache-control=max-age%3D31536000\" srcset=\"https://images.contentstack.io/v3/assets/blt38f1f401b66100ad/blt4124e4a7728eca52/68bfd94a4a2c2d0c93120daa/logo1.svg?width=106&amp;quality=80&amp;format=auto&amp;cache=true&amp;immutable=true&amp;cache-control=max-age%3D31536000 106w\" sizes=\"600px\" al..."
    },
    {
      "src": "https://images.contentstack.io/v3/assets/blt38f1f401b66100ad/bltedd2215ee779ae09/68bfd97a2607de7389581be5/logo3.svg?width=95&quality=80&format=auto&cache=true&immutable=true&cache-control=max-age%3D31536000",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"https://images.contentstack.io/v3/assets/blt38f1f401b66100ad/bltedd2215ee779ae09/68bfd97a2607de7389581be5/logo3.svg?width=95&amp;quality=80&amp;format=auto&amp;cache=true&amp;immutable=true&amp;cache-control=max-age%3D31536000\" srcset=\"https://images.contentstack.io/v3/assets/blt38f1f401b66100ad/bltedd2215ee779ae09/68bfd97a2607de7389581be5/logo3.svg?width=95&amp;quality=80&amp;format=auto&amp;cache=true&amp;immutable=true&amp;cache-control=max-age%3D31536000 95w\" sizes=\"600px\" alt=\"..."
    },
    {
      "src": "https://images.contentstack.io/v3/assets/blt38f1f401b66100ad/bltbeb58dcd136cc453/68bfd9b29594d8214e3f11f4/logo2.svg?width=114&quality=80&format=auto&cache=true&immutable=true&cache-control=max-age%3D31536000",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"https://images.contentstack.io/v3/assets/blt38f1f401b66100ad/bltbeb58dcd136cc453/68bfd9b29594d8214e3f11f4/logo2.svg?width=114&amp;quality=80&amp;format=auto&amp;cache=true&amp;immutable=true&amp;cache-control=max-age%3D31536000\" srcset=\"https://images.contentstack.io/v3/assets/blt38f1f401b66100ad/bltbeb58dcd136cc453/68bfd9b29594d8214e3f11f4/logo2.svg?width=114&amp;quality=80&amp;format=auto&amp;cache=true&amp;immutable=true&amp;cache-control=max-age%3D31536000 114w\" sizes=\"600px\" al..."
    },
    {
      "src": "https://images.contentstack.io/v3/assets/blt38f1f401b66100ad/blt39a5c8a3df6dffc5/68bfd9df5f14882ccd08bff3/logo4.svg?width=87&quality=80&format=auto&cache=true&immutable=true&cache-control=max-age%3D31536000",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"https://images.contentstack.io/v3/assets/blt38f1f401b66100ad/blt39a5c8a3df6dffc5/68bfd9df5f14882ccd08bff3/logo4.svg?width=87&amp;quality=80&amp;format=auto&amp;cache=true&amp;immutable=true&amp;cache-control=max-age%3D31536000\" srcset=\"https://images.contentstack.io/v3/assets/blt38f1f401b66100ad/blt39a5c8a3df6dffc5/68bfd9df5f14882ccd08bff3/logo4.svg?width=87&amp;quality=80&amp;format=auto&amp;cache=true&amp;immutable=true&amp;cache-control=max-age%3D31536000 87w\" sizes=\"600px\" alt=\"..."
    },
    {
      "src": "https://images.contentstack.io/v3/assets/blt38f1f401b66100ad/blt04ade86f97fb2ced/68bfda15cf846b59a63a3009/logo5.svg?width=210&quality=80&format=auto&cache=true&immutable=true&cache-control=max-age%3D31536000",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"https://images.contentstack.io/v3/assets/blt38f1f401b66100ad/blt04ade86f97fb2ced/68bfda15cf846b59a63a3009/logo5.svg?width=210&amp;quality=80&amp;format=auto&amp;cache=true&amp;immutable=true&amp;cache-control=max-age%3D31536000\" srcset=\"https://images.contentstack.io/v3/assets/blt38f1f401b66100ad/blt04ade86f97fb2ced/68bfda15cf846b59a63a3009/logo5.svg?width=210&amp;quality=80&amp;format=auto&amp;cache=true&amp;immutable=true&amp;cache-control=max-age%3D31536000 210w\" sizes=\"600px\" al..."
    },
    {
      "src": "https://images.contentstack.io/v3/assets/blt38f1f401b66100ad/blt730d903d1656032b/68bfda45a726cb16c3e18263/logo6.svg?width=50&quality=80&format=auto&cache=true&immutable=true&cache-control=max-age%3D31536000",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"https://images.contentstack.io/v3/assets/blt38f1f401b66100ad/blt730d903d1656032b/68bfda45a726cb16c3e18263/logo6.svg?width=50&amp;quality=80&amp;format=auto&amp;cache=true&amp;immutable=true&amp;cache-control=max-age%3D31536000\" srcset=\"https://images.contentstack.io/v3/assets/blt38f1f401b66100ad/blt730d903d1656032b/68bfda45a726cb16c3e18263/logo6.svg?width=50&amp;quality=80&amp;format=auto&amp;cache=true&amp;immutable=true&amp;cache-control=max-age%3D31536000 50w\" sizes=\"600px\" alt=\"..."
    },
    {
      "src": "https://images.contentstack.io/v3/assets/blt38f1f401b66100ad/blt1416d763e609eafe/68bfda62ecaecc77acf65b9e/logo-6.svg?width=113&quality=80&format=auto&cache=true&immutable=true&cache-control=max-age%3D31536000",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"https://images.contentstack.io/v3/assets/blt38f1f401b66100ad/blt1416d763e609eafe/68bfda62ecaecc77acf65b9e/logo-6.svg?width=113&amp;quality=80&amp;format=auto&amp;cache=true&amp;immutable=true&amp;cache-control=max-age%3D31536000\" srcset=\"https://images.contentstack.io/v3/assets/blt38f1f401b66100ad/blt1416d763e609eafe/68bfda62ecaecc77acf65b9e/logo-6.svg?width=113&amp;quality=80&amp;format=auto&amp;cache=true&amp;immutable=true&amp;cache-control=max-age%3D31536000 113w\" sizes=\"600px\"..."
    },
    {
      "src": "https://images.contentstack.io/v3/assets/blt38f1f401b66100ad/bltc46d7e64be517bbe/691d76a35fca1a19c2e05c56/logo5_2.svg?width=210&quality=80&format=auto&cache=true&immutable=true&cache-control=max-age%3D31536000",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"https://images.contentstack.io/v3/assets/blt38f1f401b66100ad/bltc46d7e64be517bbe/691d76a35fca1a19c2e05c56/logo5_2.svg?width=210&amp;quality=80&amp;format=auto&amp;cache=true&amp;immutable=true&amp;cache-control=max-age%3D31536000\" srcset=\"https://images.contentstack.io/v3/assets/blt38f1f401b66100ad/bltc46d7e64be517bbe/691d76a35fca1a19c2e05c56/logo5_2.svg?width=210&amp;quality=80&amp;format=auto&amp;cache=true&amp;immutable=true&amp;cache-control=max-age%3D31536000 210w\" sizes=\"600px..."
    },
    {
      "src": "https://images.contentstack.io/v3/assets/blt38f1f401b66100ad/blt2c7b24f932c86132/691d76bde2e2cd28abcbb7a2/logo5_1.svg?width=210&quality=80&format=auto&cache=true&immutable=true&cache-control=max-age%3D31536000",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"https://images.contentstack.io/v3/assets/blt38f1f401b66100ad/blt2c7b24f932c86132/691d76bde2e2cd28abcbb7a2/logo5_1.svg?width=210&amp;quality=80&amp;format=auto&amp;cache=true&amp;immutable=true&amp;cache-control=max-age%3D31536000\" srcset=\"https://images.contentstack.io/v3/assets/blt38f1f401b66100ad/blt2c7b24f932c86132/691d76bde2e2cd28abcbb7a2/logo5_1.svg?width=210&amp;quality=80&amp;format=auto&amp;cache=true&amp;immutable=true&amp;cache-control=max-age%3D31536000 210w\" sizes=\"600px..."
    },
    {
      "src": "https://images.contentstack.io/v3/assets/blt38f1f401b66100ad/bltcf9f91a500c393fd/691c060cc3ef8a3ba49576a2/Icon_governance_2108_blue.svg?width=120&quality=80&format=auto&cache=true&immutable=true&cache-control=max-age%3D31536000",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://images.contentstack.io/v3/assets/blt38f1f401b66100ad/bltcf9f91a500c393fd/691c060cc3ef8a3ba49576a2/Icon_governance_2108_blue.svg?width=120&amp;quality=80&amp;format=auto&amp;cache=true&amp;immutable=true&amp;cache-control=max-age%3D31536000\" srcset=\"https://images.contentstack.io/v3/assets/blt38f1f401b66100ad/bltcf9f91a500c393fd/691c060cc3ef8a3ba49576a2/Icon_governance_2108_blue.svg?width=120&amp;quality=80&amp;format=auto&amp;cache=true&amp;immutable=true&amp;cache-control=m..."
    },
    {
      "src": "https://images.contentstack.io/v3/assets/blt38f1f401b66100ad/blt052a2483a6c98400/691c063837bfcfaeec758107/Icon_people_1804_blue.svg?width=120&quality=80&format=auto&cache=true&immutable=true&cache-control=max-age%3D31536000",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://images.contentstack.io/v3/assets/blt38f1f401b66100ad/blt052a2483a6c98400/691c063837bfcfaeec758107/Icon_people_1804_blue.svg?width=120&amp;quality=80&amp;format=auto&amp;cache=true&amp;immutable=true&amp;cache-control=max-age%3D31536000\" srcset=\"https://images.contentstack.io/v3/assets/blt38f1f401b66100ad/blt052a2483a6c98400/691c063837bfcfaeec758107/Icon_people_1804_blue.svg?width=120&amp;quality=80&amp;format=auto&amp;cache=true&amp;immutable=true&amp;cache-control=max-age%3..."
    },
    {
      "src": "https://images.contentstack.io/v3/assets/blt38f1f401b66100ad/blt99114b6a17b95ae1/691c066baa024ff0a9cb318e/Icon_global_2705_blue.svg?width=120&quality=80&format=auto&cache=true&immutable=true&cache-control=max-age%3D31536000",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://images.contentstack.io/v3/assets/blt38f1f401b66100ad/blt99114b6a17b95ae1/691c066baa024ff0a9cb318e/Icon_global_2705_blue.svg?width=120&amp;quality=80&amp;format=auto&amp;cache=true&amp;immutable=true&amp;cache-control=max-age%3D31536000\" srcset=\"https://images.contentstack.io/v3/assets/blt38f1f401b66100ad/blt99114b6a17b95ae1/691c066baa024ff0a9cb318e/Icon_global_2705_blue.svg?width=120&amp;quality=80&amp;format=auto&amp;cache=true&amp;immutable=true&amp;cache-control=max-age%3..."
    },
    {
      "src": "https://images.contentstack.io/v3/assets/blt38f1f401b66100ad/bltd5494fbf64500373/693bb1e81da08d665fa13072/parallax-image-4_(1).webp?width=120&quality=80&format=auto&cache=true&immutable=true&cache-control=max-age%3D31536000",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://images.contentstack.io/v3/assets/blt38f1f401b66100ad/bltd5494fbf64500373/693bb1e81da08d665fa13072/parallax-image-4_(1).webp?width=120&amp;quality=80&amp;format=auto&amp;cache=true&amp;immutable=true&amp;cache-control=max-age%3D31536000\" srcset=\"https://images.contentstack.io/v3/assets/blt38f1f401b66100ad/bltd5494fbf64500373/693bb1e81da08d665fa13072/parallax-image-4_(1).webp?width=120&amp;quality=80&amp;format=auto&amp;cache=true&amp;immutable=true&amp;cache-control=max-age%3..."
    },
    {
      "src": "https://images.contentstack.io/v3/assets/blt38f1f401b66100ad/bltb7d6efd5e0dafa1e/693bb20bfbef432127680f88/parallax-image-5.webp?width=120&quality=80&format=auto&cache=true&immutable=true&cache-control=max-age%3D31536000",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://images.contentstack.io/v3/assets/blt38f1f401b66100ad/bltb7d6efd5e0dafa1e/693bb20bfbef432127680f88/parallax-image-5.webp?width=120&amp;quality=80&amp;format=auto&amp;cache=true&amp;immutable=true&amp;cache-control=max-age%3D31536000\" srcset=\"https://images.contentstack.io/v3/assets/blt38f1f401b66100ad/bltb7d6efd5e0dafa1e/693bb20bfbef432127680f88/parallax-image-5.webp?width=120&amp;quality=80&amp;format=auto&amp;cache=true&amp;immutable=true&amp;cache-control=max-age%3D3153600..."
    },
    {
      "src": "https://images.contentstack.io/v3/assets/blt38f1f401b66100ad/blt670bd8b6361d9ef7/6943ae082cf9681a0fb6c2e9/parallax-image-1.png?width=408&quality=80&format=auto&cache=true&immutable=true&cache-control=max-age%3D31536000",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://images.contentstack.io/v3/assets/blt38f1f401b66100ad/blt670bd8b6361d9ef7/6943ae082cf9681a0fb6c2e9/parallax-image-1.png?width=408&amp;quality=80&amp;format=auto&amp;cache=true&amp;immutable=true&amp;cache-control=max-age%3D31536000\" srcset=\"https://images.contentstack.io/v3/assets/blt38f1f401b66100ad/blt670bd8b6361d9ef7/6943ae082cf9681a0fb6c2e9/parallax-image-1.png?width=320&amp;quality=80&amp;format=auto&amp;cache=true&amp;immutable=true&amp;cache-control=max-age%3D31536000..."
    },
    {
      "src": "https://images.contentstack.io/v3/assets/blt38f1f401b66100ad/blt0c5bd03487423f03/693bb16ab39bdb3b23e359c5/parallax-image-2_(1).webp?width=440&quality=80&format=auto&cache=true&immutable=true&cache-control=max-age%3D31536000",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://images.contentstack.io/v3/assets/blt38f1f401b66100ad/blt0c5bd03487423f03/693bb16ab39bdb3b23e359c5/parallax-image-2_(1).webp?width=440&amp;quality=80&amp;format=auto&amp;cache=true&amp;immutable=true&amp;cache-control=max-age%3D31536000\" srcset=\"https://images.contentstack.io/v3/assets/blt38f1f401b66100ad/blt0c5bd03487423f03/693bb16ab39bdb3b23e359c5/parallax-image-2_(1).webp?width=320&amp;quality=80&amp;format=auto&amp;cache=true&amp;immutable=true&amp;cache-control=max-age%3..."
    },
    {
      "src": "https://images.contentstack.io/v3/assets/blt38f1f401b66100ad/bltfdb8612fd48f015a/693bb18d3a43081a6e45ef97/parallax-image-3_(1).webp?width=360&quality=80&format=auto&cache=true&immutable=true&cache-control=max-age%3D31536000",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://images.contentstack.io/v3/assets/blt38f1f401b66100ad/bltfdb8612fd48f015a/693bb18d3a43081a6e45ef97/parallax-image-3_(1).webp?width=360&amp;quality=80&amp;format=auto&amp;cache=true&amp;immutable=true&amp;cache-control=max-age%3D31536000\" srcset=\"https://images.contentstack.io/v3/assets/blt38f1f401b66100ad/bltfdb8612fd48f015a/693bb18d3a43081a6e45ef97/parallax-image-3_(1).webp?width=320&amp;quality=80&amp;format=auto&amp;cache=true&amp;immutable=true&amp;cache-control=max-age%3..."
    },
    {
      "src": "/assets/images/focus-scroll-bg.png",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img class=\"w-full h-full\" src=\"/assets/images/focus-scroll-bg.png\" alt=\"Focus Scroll Background\">"
    },
    {
      "src": "https://images.contentstack.io/v3/assets/blt38f1f401b66100ad/blt3b8196c92680eb33/693bb71e32d9c0308a57ef0d/new1.webp?width=1024&quality=80&format=auto&cache=true&immutable=true&cache-control=max-age%3D31536000",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://images.contentstack.io/v3/assets/blt38f1f401b66100ad/blt3b8196c92680eb33/693bb71e32d9c0308a57ef0d/new1.webp?width=1024&amp;quality=80&amp;format=auto&amp;cache=true&amp;immutable=true&amp;cache-control=max-age%3D31536000\" srcset=\"https://images.contentstack.io/v3/assets/blt38f1f401b66100ad/blt3b8196c92680eb33/693bb71e32d9c0308a57ef0d/new1.webp?width=320&amp;quality=80&amp;format=auto&amp;cache=true&amp;immutable=true&amp;cache-control=max-age%3D31536000 320w, https://images...."
    },
    {
      "src": "https://images.contentstack.io/v3/assets/blt38f1f401b66100ad/blt1b01300289c71d51/693bb8e36c09f2512b891658/new2.webp?width=1024&quality=80&format=auto&cache=true&immutable=true&cache-control=max-age%3D31536000",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://images.contentstack.io/v3/assets/blt38f1f401b66100ad/blt1b01300289c71d51/693bb8e36c09f2512b891658/new2.webp?width=1024&amp;quality=80&amp;format=auto&amp;cache=true&amp;immutable=true&amp;cache-control=max-age%3D31536000\" srcset=\"https://images.contentstack.io/v3/assets/blt38f1f401b66100ad/blt1b01300289c71d51/693bb8e36c09f2512b891658/new2.webp?width=320&amp;quality=80&amp;format=auto&amp;cache=true&amp;immutable=true&amp;cache-control=max-age%3D31536000 320w, https://images...."
    },
    {
      "src": "https://images.contentstack.io/v3/assets/blt38f1f401b66100ad/bltd70a872aa22945b2/693bb2b3e6132f47d358208a/new3.webp?width=1024&quality=80&format=auto&cache=true&immutable=true&cache-control=max-age%3D31536000",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://images.contentstack.io/v3/assets/blt38f1f401b66100ad/bltd70a872aa22945b2/693bb2b3e6132f47d358208a/new3.webp?width=1024&amp;quality=80&amp;format=auto&amp;cache=true&amp;immutable=true&amp;cache-control=max-age%3D31536000\" srcset=\"https://images.contentstack.io/v3/assets/blt38f1f401b66100ad/bltd70a872aa22945b2/693bb2b3e6132f47d358208a/new3.webp?width=320&amp;quality=80&amp;format=auto&amp;cache=true&amp;immutable=true&amp;cache-control=max-age%3D31536000 320w, https://images...."
    },
    {
      "src": "https://images.contentstack.io/v3/assets/blt38f1f401b66100ad/blt3b8196c92680eb33/693bb71e32d9c0308a57ef0d/new1.webp?width=1024&quality=80&format=auto&cache=true&immutable=true&cache-control=max-age%3D31536000",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://images.contentstack.io/v3/assets/blt38f1f401b66100ad/blt3b8196c92680eb33/693bb71e32d9c0308a57ef0d/new1.webp?width=1024&amp;quality=80&amp;format=auto&amp;cache=true&amp;immutable=true&amp;cache-control=max-age%3D31536000\" srcset=\"https://images.contentstack.io/v3/assets/blt38f1f401b66100ad/blt3b8196c92680eb33/693bb71e32d9c0308a57ef0d/new1.webp?width=320&amp;quality=80&amp;format=auto&amp;cache=true&amp;immutable=true&amp;cache-control=max-age%3D31536000 320w, https://images...."
    },
    {
      "src": "https://images.contentstack.io/v3/assets/blt38f1f401b66100ad/blt1b01300289c71d51/693bb8e36c09f2512b891658/new2.webp?width=1024&quality=80&format=auto&cache=true&immutable=true&cache-control=max-age%3D31536000",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://images.contentstack.io/v3/assets/blt38f1f401b66100ad/blt1b01300289c71d51/693bb8e36c09f2512b891658/new2.webp?width=1024&amp;quality=80&amp;format=auto&amp;cache=true&amp;immutable=true&amp;cache-control=max-age%3D31536000\" srcset=\"https://images.contentstack.io/v3/assets/blt38f1f401b66100ad/blt1b01300289c71d51/693bb8e36c09f2512b891658/new2.webp?width=320&amp;quality=80&amp;format=auto&amp;cache=true&amp;immutable=true&amp;cache-control=max-age%3D31536000 320w, https://images...."
    },
    {
      "src": "https://images.contentstack.io/v3/assets/blt38f1f401b66100ad/bltd70a872aa22945b2/693bb2b3e6132f47d358208a/new3.webp?width=1024&quality=80&format=auto&cache=true&immutable=true&cache-control=max-age%3D31536000",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://images.contentstack.io/v3/assets/blt38f1f401b66100ad/bltd70a872aa22945b2/693bb2b3e6132f47d358208a/new3.webp?width=1024&amp;quality=80&amp;format=auto&amp;cache=true&amp;immutable=true&amp;cache-control=max-age%3D31536000\" srcset=\"https://images.contentstack.io/v3/assets/blt38f1f401b66100ad/bltd70a872aa22945b2/693bb2b3e6132f47d358208a/new3.webp?width=320&amp;quality=80&amp;format=auto&amp;cache=true&amp;immutable=true&amp;cache-control=max-age%3D31536000 320w, https://images...."
    },
    {
      "src": "/assets/images/mask.svg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"/assets/images/mask.svg\" alt class=\"hidden lg:block w-full h-full\">"
    },
    {
      "src": "/assets/images/mask-mobile.svg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"/assets/images/mask-mobile.svg\" alt class=\"w-full h-full\">"
    },
    {
      "src": "/assets/images/slider-with-logos-pattern-mobile.png",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img class=\"w-full h-full\" src=\"/assets/images/slider-with-logos-pattern-mobile.png\" alt>"
    },
    {
      "src": "https://images.contentstack.io/v3/assets/blt38f1f401b66100ad/blt2478904f49048dc8/691c14bdb48b452fde3f7ead/Executech-Logo-color.png?width=768&quality=80&format=auto&cache=true&immutable=true&cache-control=max-age%3D31536000",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://images.contentstack.io/v3/assets/blt38f1f401b66100ad/blt2478904f49048dc8/691c14bdb48b452fde3f7ead/Executech-Logo-color.png?width=768&amp;quality=80&amp;format=auto&amp;cache=true&amp;immutable=true&amp;cache-control=max-age%3D31536000\" srcset=\"https://images.contentstack.io/v3/assets/blt38f1f401b66100ad/blt2478904f49048dc8/691c14bdb48b452fde3f7ead/Executech-Logo-color.png?width=320&amp;quality=80&amp;format=auto&amp;cache=true&amp;immutable=true&amp;cache-control=max-age%3D3..."
    },
    {
      "src": "/assets/images/slider-with-logos-pattern-mobile.png",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img class=\"w-full h-full\" src=\"/assets/images/slider-with-logos-pattern-mobile.png\" alt>"
    },
    {
      "src": "https://images.contentstack.io/v3/assets/blt38f1f401b66100ad/bltffb906c544188c4a/691c142daf699df92ae164bc/Rogers_Arena_Logo-color.png?width=768&quality=80&format=auto&cache=true&immutable=true&cache-control=max-age%3D31536000",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://images.contentstack.io/v3/assets/blt38f1f401b66100ad/bltffb906c544188c4a/691c142daf699df92ae164bc/Rogers_Arena_Logo-color.png?width=768&amp;quality=80&amp;format=auto&amp;cache=true&amp;immutable=true&amp;cache-control=max-age%3D31536000\" srcset=\"https://images.contentstack.io/v3/assets/blt38f1f401b66100ad/bltffb906c544188c4a/691c142daf699df92ae164bc/Rogers_Arena_Logo-color.png?width=320&amp;quality=80&amp;format=auto&amp;cache=true&amp;immutable=true&amp;cache-control=max-a..."
    },
    {
      "src": "/assets/images/slider-with-logos-pattern-mobile.png",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img class=\"w-full h-full\" src=\"/assets/images/slider-with-logos-pattern-mobile.png\" alt>"
    },
    {
      "src": "https://images.contentstack.io/v3/assets/blt38f1f401b66100ad/bltfe329ff4ba4835c2/6946c61267fae3424a0489e4/Thrive.png?width=344&quality=80&format=auto&cache=true&immutable=true&cache-control=max-age%3D31536000",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://images.contentstack.io/v3/assets/blt38f1f401b66100ad/bltfe329ff4ba4835c2/6946c61267fae3424a0489e4/Thrive.png?width=344&amp;quality=80&amp;format=auto&amp;cache=true&amp;immutable=true&amp;cache-control=max-age%3D31536000\" srcset=\"https://images.contentstack.io/v3/assets/blt38f1f401b66100ad/bltfe329ff4ba4835c2/6946c61267fae3424a0489e4/Thrive.png?width=320&amp;quality=80&amp;format=auto&amp;cache=true&amp;immutable=true&amp;cache-control=max-age%3D31536000 320w, https://images..."
    },
    {
      "src": "/assets/images/slider-with-logos-pattern-mobile.png",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img class=\"w-full h-full\" src=\"/assets/images/slider-with-logos-pattern-mobile.png\" alt>"
    },
    {
      "src": "https://images.contentstack.io/v3/assets/blt38f1f401b66100ad/bltb0b6230505405f80/69205738cd0826d083c71c06/logo_2.png?width=768&quality=80&format=auto&cache=true&immutable=true&cache-control=max-age%3D31536000",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://images.contentstack.io/v3/assets/blt38f1f401b66100ad/bltb0b6230505405f80/69205738cd0826d083c71c06/logo_2.png?width=768&amp;quality=80&amp;format=auto&amp;cache=true&amp;immutable=true&amp;cache-control=max-age%3D31536000\" srcset=\"https://images.contentstack.io/v3/assets/blt38f1f401b66100ad/bltb0b6230505405f80/69205738cd0826d083c71c06/logo_2.png?width=320&amp;quality=80&amp;format=auto&amp;cache=true&amp;immutable=true&amp;cache-control=max-age%3D31536000 320w, https://images..."
    },
    {
      "src": "https://images.contentstack.io/v3/assets/blt38f1f401b66100ad/blt2478904f49048dc8/691c14bdb48b452fde3f7ead/Executech-Logo-color.png?width=768&quality=80&format=auto&cache=true&immutable=true&cache-control=max-age%3D31536000",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://images.contentstack.io/v3/assets/blt38f1f401b66100ad/blt2478904f49048dc8/691c14bdb48b452fde3f7ead/Executech-Logo-color.png?width=768&amp;quality=80&amp;format=auto&amp;cache=true&amp;immutable=true&amp;cache-control=max-age%3D31536000\" srcset=\"https://images.contentstack.io/v3/assets/blt38f1f401b66100ad/blt2478904f49048dc8/691c14bdb48b452fde3f7ead/Executech-Logo-color.png?width=320&amp;quality=80&amp;format=auto&amp;cache=true&amp;immutable=true&amp;cache-control=max-age%3D3..."
    },
    {
      "src": "https://images.contentstack.io/v3/assets/blt38f1f401b66100ad/bltffb906c544188c4a/691c142daf699df92ae164bc/Rogers_Arena_Logo-color.png?width=768&quality=80&format=auto&cache=true&immutable=true&cache-control=max-age%3D31536000",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://images.contentstack.io/v3/assets/blt38f1f401b66100ad/bltffb906c544188c4a/691c142daf699df92ae164bc/Rogers_Arena_Logo-color.png?width=768&amp;quality=80&amp;format=auto&amp;cache=true&amp;immutable=true&amp;cache-control=max-age%3D31536000\" srcset=\"https://images.contentstack.io/v3/assets/blt38f1f401b66100ad/bltffb906c544188c4a/691c142daf699df92ae164bc/Rogers_Arena_Logo-color.png?width=320&amp;quality=80&amp;format=auto&amp;cache=true&amp;immutable=true&amp;cache-control=max-a..."
    },
    {
      "src": "https://images.contentstack.io/v3/assets/blt38f1f401b66100ad/bltfe329ff4ba4835c2/6946c61267fae3424a0489e4/Thrive.png?width=344&quality=80&format=auto&cache=true&immutable=true&cache-control=max-age%3D31536000",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://images.contentstack.io/v3/assets/blt38f1f401b66100ad/bltfe329ff4ba4835c2/6946c61267fae3424a0489e4/Thrive.png?width=344&amp;quality=80&amp;format=auto&amp;cache=true&amp;immutable=true&amp;cache-control=max-age%3D31536000\" srcset=\"https://images.contentstack.io/v3/assets/blt38f1f401b66100ad/bltfe329ff4ba4835c2/6946c61267fae3424a0489e4/Thrive.png?width=320&amp;quality=80&amp;format=auto&amp;cache=true&amp;immutable=true&amp;cache-control=max-age%3D31536000 320w, https://images..."
    },
    {
      "src": "https://images.contentstack.io/v3/assets/blt38f1f401b66100ad/bltb0b6230505405f80/69205738cd0826d083c71c06/logo_2.png?width=768&quality=80&format=auto&cache=true&immutable=true&cache-control=max-age%3D31536000",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://images.contentstack.io/v3/assets/blt38f1f401b66100ad/bltb0b6230505405f80/69205738cd0826d083c71c06/logo_2.png?width=768&amp;quality=80&amp;format=auto&amp;cache=true&amp;immutable=true&amp;cache-control=max-age%3D31536000\" srcset=\"https://images.contentstack.io/v3/assets/blt38f1f401b66100ad/bltb0b6230505405f80/69205738cd0826d083c71c06/logo_2.png?width=320&amp;quality=80&amp;format=auto&amp;cache=true&amp;immutable=true&amp;cache-control=max-age%3D31536000 320w, https://images..."
    },
    {
      "src": "/assets/images/left-media-right-ctas-bg-mobile.png",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img class=\"w-full h-full\" src=\"/assets/images/left-media-right-ctas-bg-mobile.png\" alt>"
    },
    {
      "src": "https://images.contentstack.io/v3/assets/blt38f1f401b66100ad/bltc4cb8b7f66a59014/693bbbec6c09f25b21891664/sophos-xops_(1).webp?width=980&quality=80&format=auto&cache=true&immutable=true&cache-control=max-age%3D31536000",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://images.contentstack.io/v3/assets/blt38f1f401b66100ad/bltc4cb8b7f66a59014/693bbbec6c09f25b21891664/sophos-xops_(1).webp?width=980&amp;quality=80&amp;format=auto&amp;cache=true&amp;immutable=true&amp;cache-control=max-age%3D31536000\" srcset=\"https://images.contentstack.io/v3/assets/blt38f1f401b66100ad/bltc4cb8b7f66a59014/693bbbec6c09f25b21891664/sophos-xops_(1).webp?width=320&amp;quality=80&amp;format=auto&amp;cache=true&amp;immutable=true&amp;cache-control=max-age%3D31536000..."
    },
    {
      "src": "https://images.contentstack.io/v3/assets/blt38f1f401b66100ad/blt18fe77bcf28f3ed0/6a1d4f27c0436884c2519161/hola_browser_image.jpg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://images.contentstack.io/v3/assets/blt38f1f401b66100ad/blt18fe77bcf28f3ed0/6a1d4f27c0436884c2519161/hola_browser_image.jpg\" alt=\"hola_browser_image.jpg\" class=\"!h-auto !rounded-s overflow-hidden object-cover lg:group-hover:scale-110 aspect-350/201 transition-transform duration-300 lg:aspect-803/452\" loading=\"lazy\">"
    },
    {
      "src": "https://images.contentstack.io/v3/assets/blt38f1f401b66100ad/blt61febf42504771a5/6a1db4a8e1fff448bdb4e19b/AIevade2606-hero-Getty2204466647.jpg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://images.contentstack.io/v3/assets/blt38f1f401b66100ad/blt61febf42504771a5/6a1db4a8e1fff448bdb4e19b/AIevade2606-hero-Getty2204466647.jpg\" alt=\"Gold cursor navigating around other cursors\" class=\"!h-auto !rounded-s overflow-hidden object-cover lg:group-hover:scale-110 aspect-350/201 transition-transform duration-300 \" loading=\"lazy\">"
    },
    {
      "src": "https://images.contentstack.io/v3/assets/blt38f1f401b66100ad/blt898cc411cc82b35f/6a187eb0bca38a2ebd0fbfb8/G2_Reports_Summer_2026.png",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://images.contentstack.io/v3/assets/blt38f1f401b66100ad/blt898cc411cc82b35f/6a187eb0bca38a2ebd0fbfb8/G2_Reports_Summer_2026.png\" alt=\"G2 Summer 2026 Reports\" class=\"!h-auto !rounded-s overflow-hidden object-cover lg:group-hover:scale-110 aspect-350/201 transition-transform duration-300 \" loading=\"lazy\">"
    },
    {
      "src": "https://images.contentstack.io/v3/assets/blt38f1f401b66100ad/blt620a39aa9a1ee88d/68c46bea0c78665c44b7cd9f/logo.png?width=52&quality=80&format=auto&cache=true&immutable=true&cache-control=max-age%3D31536000",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://images.contentstack.io/v3/assets/blt38f1f401b66100ad/blt620a39aa9a1ee88d/68c46bea0c78665c44b7cd9f/logo.png?width=52&amp;quality=80&amp;format=auto&amp;cache=true&amp;immutable=true&amp;cache-control=max-age%3D31536000\" srcset=\"https://images.contentstack.io/v3/assets/blt38f1f401b66100ad/blt620a39aa9a1ee88d/68c46bea0c78665c44b7cd9f/logo.png?width=52&amp;quality=80&amp;format=auto&amp;cache=true&amp;immutable=true&amp;cache-control=max-age%3D31536000 52w\" sizes=\"600px\" alt=\"So..."
    },
    {
      "src": "https://www.sophos.com/akam/13/pixel_596f36c9?a=dD01ZGU3ZjgwNWJkMjZmMDJlMjY5ZGIwOTFkNTVkMDJkYmM0NjNlM2ZjJmpzPW9mZg==",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"https://www.sophos.com/akam/13/pixel_596f36c9?a=dD01ZGU3ZjgwNWJkMjZmMDJlMjY5ZGIwOTFkNTVkMDJkYmM0NjNlM2ZjJmpzPW9mZg==\" style=\"visibility: hidden; position: absolute; left: -999px; top: -999px;\">"
    }
  ],
  "possibleDialogs": [
    "<a href=\"https://www.youtube.com/embed/62-6xsPzYc8?autoplay=1&amp;controls=0&amp;modestbranding=1&amp;rel=0\" data-fancybox=\"video-_R_3uadd6hbsnoiivb_\" data-type=\"iframe\" data-width=\"1280\" data-height=\"720\" class=\"relative w-full group cursor-pointer block video-popup\" tabindex=\"0\"><img alt=\"Home - Slider with Logo Tabs - Media 1\" title=\"Home - Slider with Logo Tabs - Media 1\" draggable=\"false\" loading=\"lazy\" width=\"800\" height=\"450\" decoding=\"async\" data-nimg=\"1\" class=\"w-full h-auto relative...",
    "<a href=\"https://www.youtube.com/embed/irPjKwZj9NQ?autoplay=1&amp;controls=0&amp;modestbranding=1&amp;rel=0\" data-fancybox=\"video-_R_3uidd6hbsnoiivb_\" data-type=\"iframe\" data-width=\"1280\" data-height=\"720\" class=\"relative w-full group cursor-pointer block video-popup\" tabindex=\"0\"><img alt=\"Home - Slider with Logo Tabs - Media 2\" title=\"Home - Slider with Logo Tabs - Media 2\" draggable=\"false\" loading=\"lazy\" width=\"800\" height=\"450\" decoding=\"async\" data-nimg=\"1\" class=\"w-full h-auto relative...",
    "<a href=\"https://www.youtube.com/embed/IdKny24Qlm8?autoplay=1&amp;controls=0&amp;modestbranding=1&amp;rel=0\" data-fancybox=\"video-_R_3uqdd6hbsnoiivb_\" data-type=\"iframe\" data-width=\"1280\" data-height=\"720\" class=\"relative w-full group cursor-pointer block video-popup\" tabindex=\"0\"><img alt=\"Home Page - Slider with Logo Tabs Slide Video\" title=\"Home Page - Slider with Logo Tabs Slide Video\" draggable=\"false\" loading=\"lazy\" width=\"800\" height=\"450\" decoding=\"async\" data-nimg=\"1\" class=\"w-full h...",
    "<a href=\"https://www.youtube.com/embed/9YsPMNJ-y_4?autoplay=1&amp;controls=0&amp;modestbranding=1&amp;rel=0\" data-fancybox=\"video-_R_3v2dd6hbsnoiivb_\" data-type=\"iframe\" data-width=\"1280\" data-height=\"720\" class=\"relative w-full group cursor-pointer block video-popup\" tabindex=\"0\"><img alt=\"Home - Slider with Logo Tabs - Media 4\" title=\"Home - Slider with Logo Tabs - Media 4\" draggable=\"false\" loading=\"lazy\" width=\"800\" height=\"450\" decoding=\"async\" data-nimg=\"1\" class=\"w-full h-auto relative..."
  ],
  "score": 70,
  "weight": 10
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

AEO: Entity and definition clarity

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

1 Warning

Needs attention

AEO: Entity and definition clarity

Warning
01

Issue

Entity or definition gaps: defeat, cybersecurity, take, control, every, threat.

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

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

Evidence
{
  "title": "Sophos: Defeat Cyberattacks with Cybersecurity as a Service",
  "h1": "Take Control of Every Threat",
  "description": "Defend your organization from cyberattacks with Sophos adaptive defenses and expertise at your service. Protect the future of your business with confidence.",
  "topicOverlap": 0.3333333333333333,
  "definitionCount": 7,
  "topicTerms": [
    "sophos",
    "defeat",
    "cyberattacks",
    "cybersecurity",
    "service",
    "take",
    "control",
    "every",
    "threat"
  ],
  "descriptionTerms": [
    "defend",
    "organization",
    "cyberattacks",
    "sophos",
    "adaptive",
    "defenses",
    "expertise",
    "service",
    "protect",
    "future",
    "business",
    "confidence"
  ],
  "missingFromDescription": [
    "defeat",
    "cybersecurity",
    "take",
    "control",
    "every",
    "threat"
  ],
  "score": 83,
  "weight": 18
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

AIO: Answer block readiness

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

1 Warning

Needs attention

AIO: Answer block readiness

Warning
01

Issue

34 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": 35,
  "passing": 1,
  "failing": [
    {
      "heading": "CISO-level Expertise, For All",
      "headingHtml": "<h2>CISO-level Expertise, For All</h2>",
      "firstParagraph": "Sophos acquires Arco Cyber to deliver continuous control validation and risk assurance at scale.",
      "paragraphHtml": "<p>Sophos acquires Arco Cyber to deliver continuous control validation and risk assurance at scale.</p>",
      "words": 14,
      "direct": false,
      "issue": "First paragraph is 14 words and does not look like a concise direct answer."
    },
    {
      "heading": "Sophos Workspace Protection now available",
      "headingHtml": "<h2>Sophos Workspace Protection now available</h2>",
      "firstParagraph": "Comprehensive security for apps, data, workers, and guests - everywhere",
      "paragraphHtml": "<p>Comprehensive security for apps, data, workers, and guests - everywhere</p>",
      "words": 9,
      "direct": false,
      "issue": "First paragraph is 9 words and does not look like a concise direct answer."
    },
    {
      "heading": "Sophos Firewall v22 now available",
      "headingHtml": "<h2>Sophos Firewall v22 now available</h2>",
      "firstParagraph": "Sophos Firewall v22 takes Secure by Design to a whole new level",
      "paragraphHtml": "<p>Sophos Firewall v22 takes Secure by Design to a whole new level</p>",
      "words": 12,
      "direct": false,
      "issue": "First paragraph is 12 words and does not look like a concise direct answer."
    },
    {
      "heading": "CISO-level Expertise, For All",
      "headingHtml": "<h2>CISO-level Expertise, For All</h2>",
      "firstParagraph": "Sophos acquires Arco Cyber to deliver continuous control validation and risk assurance at scale.",
      "paragraphHtml": "<p>Sophos acquires Arco Cyber to deliver continuous control validation and risk assurance at scale.</p>",
      "words": 14,
      "direct": false,
      "issue": "First paragraph is 14 words and does not look like a concise direct answer."
    },
    {
      "heading": "Sophos Workspace Protection now available",
      "headingHtml": "<h2>Sophos Workspace Protection now available</h2>",
      "firstParagraph": "Comprehensive security for apps, data, workers, and guests - everywhere",
      "paragraphHtml": "<p>Comprehensive security for apps, data, workers, and guests - everywhere</p>",
      "words": 9,
      "direct": false,
      "issue": "First paragraph is 9 words and does not look like a concise direct answer."
    },
    {
      "heading": "Sophos Firewall v22 now available",
      "headingHtml": "<h2>Sophos Firewall v22 now available</h2>",
      "firstParagraph": "Sophos Firewall v22 takes Secure by Design to a whole new level",
      "paragraphHtml": "<p>Sophos Firewall v22 takes Secure by Design to a whole new level</p>",
      "words": 12,
      "direct": false,
      "issue": "First paragraph is 12 words and does not look like a concise direct answer."
    },
    {
      "heading": "Defeat cyberattacks",
      "headingHtml": "<h2>Defeat cyberattacks</h2>",
      "firstParagraph": "Sophos delivers adaptive, AI-powered cybersecurity — backed by real experts — so organizations can stay secure, resilient, and free to grow without compromise.",
      "paragraphHtml": "<p>Sophos delivers adaptive, AI-powered cybersecurity &#x2014; backed by real experts &#x2014; so organizations can stay secure, resilient, and free to grow without compromise.</p>",
      "words": 21,
      "direct": false,
      "issue": "First paragraph is 21 words and does not look like a concise direct answer."
    },
    {
      "heading": "Sophos advantage in cybersecurity",
      "headingHtml": "<h2>Sophos advantage in cybersecurity</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Prevention",
      "headingHtml": "<h3>Prevention</h3>",
      "firstParagraph": "Sophos’ approach blocks more threats upfront to minimize risk and reduce investigation and response time.",
      "paragraphHtml": "<p>Sophos&#x2019; approach blocks more threats upfront to minimize risk and reduce investigation and response time. </p>",
      "words": 15,
      "direct": false,
      "issue": "First paragraph is 15 words and does not look like a concise direct answer."
    },
    {
      "heading": "Trust",
      "headingHtml": "<h3>Trust</h3>",
      "firstParagraph": "The only vendor named Gartner® Customers’ choice for endpoint, firewalls, mobile threats, and MDR, with 600K+ customers worldwide.",
      "paragraphHtml": "<p>The only vendor named Gartner&#xae; Customers&#x2019; choice for endpoint, firewalls, mobile threats, and MDR, with 600K+ customers worldwide. </p>",
      "words": 18,
      "direct": false,
      "issue": "First paragraph is 18 words and does not look like a concise direct answer."
    },
    {
      "heading": "Stop threats beforethey strike",
      "headingHtml": "<h2>Stop threats before<br>they strike</h2>",
      "firstParagraph": "Sophos takes a prevention‑first approach to security by stopping threats earlier — blocking ransomware, phishing, and credential‑based attacks before they spread — so teams can reduce noise and stay focused on what matters.",
      "paragraphHtml": "<p>Sophos takes a prevention&#x2011;first approach to security by stopping threats earlier &#x2014; blocking ransomware, phishing, and credential&#x2011;based attacks before they spread &#x2014; so teams can reduce noise and stay focused on what matters.</p>",
      "words": 33,
      "direct": false,
      "issue": "First paragraph is 33 words and does not look like a concise direct answer."
    },
    {
      "heading": "Adaptive AI-native cybersecurity platform",
      "headingHtml": "<h2>Adaptive AI-native cybersecurity platform</h2>",
      "firstParagraph": "Sophos Central delivers unrivalled protection for customers and enhances the power of defenders. Dynamic defenses, battle-proven AI, and an open, integration-rich ecosystem come together in the largest AI-native platform in the industry.",
      "paragraphHtml": "<p>Sophos Central delivers unrivalled protection for customers and enhances the power of defenders. Dynamic defenses, battle-proven AI, and an open, integration-rich ecosystem come together in the largest AI-native platform in the industry. </p>",
      "words": 32,
      "direct": false,
      "issue": "First paragraph is 32 words and does not look like a concise direct answer."
    },
    {
      "heading": "Dynamic Defenses",
      "headingHtml": "<h3>Dynamic Defenses</h3>",
      "firstParagraph": "Protection is updated based on real-time inputs while adaptive defenses automatically respond to threats.",
      "paragraphHtml": "<p>Protection is updated based on real-time inputs while adaptive defenses automatically respond to threats. </p>",
      "words": 14,
      "direct": false,
      "issue": "First paragraph is 14 words and does not look like a concise direct answer."
    },
    {
      "heading": "Battle-proven AI",
      "headingHtml": "<h3>Battle-proven AI </h3>",
      "firstParagraph": "50+ GenAI and deep learning capabilities enhance defenses and accelerate security operations.",
      "paragraphHtml": "<p>50+ GenAI and deep learning capabilities enhance defenses and accelerate security operations. </p>",
      "words": 12,
      "direct": false,
      "issue": "First paragraph is 12 words and does not look like a concise direct answer."
    },
    {
      "heading": "Open Ecosystem",
      "headingHtml": "<h3>Open Ecosystem </h3>",
      "firstParagraph": "Sophos Central works with Sophos products, other vendors’ products, or any combination of the two.",
      "paragraphHtml": "<p>Sophos Central works with Sophos products, other vendors&#x2019; products, or any combination of the two.</p>",
      "words": 15,
      "direct": false,
      "issue": "First paragraph is 15 words and does not look like a concise direct answer."
    },
    {
      "heading": "Dynamic Defenses",
      "headingHtml": "<h3>Dynamic Defenses</h3>",
      "firstParagraph": "Protection is updated based on real-time inputs while adaptive defenses automatically respond to threats.",
      "paragraphHtml": "<p>Protection is updated based on real-time inputs while adaptive defenses automatically respond to threats. </p>",
      "words": 14,
      "direct": false,
      "issue": "First paragraph is 14 words and does not look like a concise direct answer."
    },
    {
      "heading": "Battle-proven AI",
      "headingHtml": "<h3>Battle-proven AI </h3>",
      "firstParagraph": "50+ GenAI and deep learning capabilities enhance defenses and accelerate security operations.",
      "paragraphHtml": "<p>50+ GenAI and deep learning capabilities enhance defenses and accelerate security operations. </p>",
      "words": 12,
      "direct": false,
      "issue": "First paragraph is 12 words and does not look like a concise direct answer."
    },
    {
      "heading": "Open Ecosystem",
      "headingHtml": "<h3>Open Ecosystem </h3>",
      "firstParagraph": "Sophos Central works with Sophos products, other vendors’ products, or any combination of the two.",
      "paragraphHtml": "<p>Sophos Central works with Sophos products, other vendors&#x2019; products, or any combination of the two.</p>",
      "words": 15,
      "direct": false,
      "issue": "First paragraph is 15 words and does not look like a concise direct answer."
    },
    {
      "heading": "Sophos has you covered",
      "headingHtml": "<h2>Sophos has you covered</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "EndpointSecurity",
      "headingHtml": "<h3>Endpoint<br>Security</h3>",
      "firstParagraph": "Protect your organizationfrom malware and cyberattacks.",
      "paragraphHtml": "<p>Protect your organization<br>from malware and cyberattacks.</p>",
      "words": 6,
      "direct": false,
      "issue": "First paragraph is 6 words and does not look like a concise direct answer."
    },
    {
      "heading": "NetworkSecurity",
      "headingHtml": "<h3>Network<br>Security</h3>",
      "firstParagraph": "Secure every connection withnext-gen firewalls and ZTNA.",
      "paragraphHtml": "<p>Secure every connection with<br>next-gen firewalls and ZTNA.</p>",
      "words": 7,
      "direct": false,
      "issue": "First paragraph is 7 words and does not look like a concise direct answer."
    },
    {
      "heading": "Managed Security Services",
      "headingHtml": "<h3>Managed Security Services</h3>",
      "firstParagraph": "Expert defense deliveringsuperior security outcomes.",
      "paragraphHtml": "<p>Expert defense delivering<br>superior security outcomes.</p>",
      "words": 5,
      "direct": false,
      "issue": "First paragraph is 5 words and does not look like a concise direct answer."
    },
    {
      "heading": "EmailSecurity",
      "headingHtml": "<h3>Email<br>Security</h3>",
      "firstParagraph": "Stay ahead of today’s most sophisticatedphishing and BEC threats.",
      "paragraphHtml": "<p>Stay ahead of today&#x2019;s most sophisticated<br>phishing and BEC threats.</p>",
      "words": 10,
      "direct": false,
      "issue": "First paragraph is 10 words and does not look like a concise direct answer."
    },
    {
      "heading": "CloudSecurity",
      "headingHtml": "<h3>Cloud<br>Security</h3>",
      "firstParagraph": "Comprehensive defense forevery cloud workload and identity.",
      "paragraphHtml": "<p>Comprehensive defense for<br>every cloud workload and identity.</p>",
      "words": 7,
      "direct": false,
      "issue": "First paragraph is 7 words and does not look like a concise direct answer."
    },
    {
      "heading": "Solutions to your security challenges",
      "headingHtml": "<h2>Solutions to your security challenges</h2>",
      "firstParagraph": "Defend my business 24/7",
      "paragraphHtml": "<p>Defend my business 24/7</p>",
      "words": 5,
      "direct": false,
      "issue": "First paragraph is 5 words and does not look like a concise direct answer."
    },
    {
      "heading": "How businesses stay secure with Sophos",
      "headingHtml": "<h2>How businesses <br>stay secure with Sophos</h2>",
      "firstParagraph": "Tyler Rasmussen",
      "paragraphHtml": "<p class=\"author title-6 text-white mb-5xs\">Tyler Rasmussen</p>",
      "words": 2,
      "direct": false,
      "issue": "First paragraph is 2 words and does not look like a concise direct answer."
    },
    {
      "heading": "Sophos X-Ops",
      "headingHtml": "<h2>Sophos X-Ops</h2>",
      "firstParagraph": "Bringing together deep expertise across the attack environment to defend against even the most advanced adversaries.",
      "paragraphHtml": "<p>Bringing together deep expertise across the attack environment to defend against even the most advanced adversaries. </p>",
      "words": 16,
      "direct": false,
      "issue": "First paragraph is 16 words and does not look like a concise direct answer."
    },
    {
      "heading": "Threat research",
      "headingHtml": "<h3>Threat research</h3>",
      "firstParagraph": "Advanced threat response joint task force",
      "paragraphHtml": "<p>Advanced threat response joint task force</p>",
      "words": 6,
      "direct": false,
      "issue": "First paragraph is 6 words and does not look like a concise direct answer."
    },
    {
      "heading": "AI research",
      "headingHtml": "<h3>AI research</h3>",
      "firstParagraph": "Pushing the boundaries of machine learning for information security",
      "paragraphHtml": "<p>Pushing the boundaries of machine learning for information security</p>",
      "words": 9,
      "direct": false,
      "issue": "First paragraph is 9 words and does not look like a concise direct answer."
    },
    {
      "heading": "Events and training",
      "headingHtml": "<h2>Events and training</h2>",
      "firstParagraph": "Join us for live and on-demand global opportunities to hear from our subject-matter experts. Access our training to build the skills and knowledge needed to defeat cyberattacks.",
      "paragraphHtml": "<p>Join us for live and on-demand global opportunities to hear from our subject-matter experts. Access our training to build the skills and knowledge needed to defeat cyberattacks. </p>",
      "words": 27,
      "direct": false,
      "issue": "First paragraph is 27 words and does not look like a concise direct answer."
    },
    {
      "heading": "The latest from Sophos",
      "headingHtml": "<h2>The latest from Sophos</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "You do surprise me.exe: An unexpected executable in Hola Browser",
      "headingHtml": "<h3 class=\"title-4 text-navy lg:group-hover:text-blue lg:!title-3 lg:!tracking-[-2.56px] lg:line-clamp-3\">You do surprise me.exe: An unexpected executable in Hola Browser</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Pointing a Cursor at evading detection",
      "headingHtml": "<h3 class=\"title-4 text-navy lg:group-hover:text-blue lg:line-clamp-2 !leading-[1.3]\">Pointing a Cursor at evading detection</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Sophos G2 Summer 2026",
      "headingHtml": "<h3 class=\"title-4 text-navy lg:group-hover:text-blue lg:line-clamp-2 !leading-[1.3]\">Sophos G2 Summer 2026</h3>",
      "firstParagraph": "Gartner®, Peer Insights™, Voice of the Customer for Endpoint Protection Platforms, Peer Contributors, 23 May 2026. Gartner®, Peer Insights™, Voice of the Customer for Extended Detection and Response, Peer Contributors, 23 May 2025. Gartner, Gartner Peer Insights ‘Voice of the Customer’: Managed Detection and Respons...",
      "paragraphHtml": "<p><small>Gartner&#xae;, Peer Insights&#x2122;, Voice of the Customer for Endpoint Protection Platforms, Peer Contributors, 23 May 2026. Gartner&#xae;, Peer Insights&#x2122;, Voice of the Customer for Extended Detection and Response, Peer Contributors, 23 May 2025. Gartner, Gartner Peer Insights &#x2018;Voice of the Customer&#x2019;: Managed Detection and Response, Peer Contributors, 31 March 2026. Gartner&#xae;, Peer Insights&#x2122;, Voice of the Customer for Network Firewalls, Peer Contrib...",
      "words": 65,
      "direct": false,
      "issue": "First paragraph is 65 words and does not look like a concise direct answer."
    }
  ],
  "score": 65,
  "weight": 8
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

AEO: Answer intent coverage

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

1 Warning

Needs attention

AEO: Answer intent coverage

Warning
01

Issue

Missing likely AI Overview intent sections: what, 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": "CISO-level Expertise, For All",
      "html": "<h2>CISO-level Expertise, For All</h2>"
    },
    {
      "text": "Sophos Workspace Protection now available",
      "html": "<h2>Sophos Workspace Protection now available</h2>"
    },
    {
      "text": "Sophos Firewall v22 now available",
      "html": "<h2>Sophos Firewall v22 now available</h2>"
    },
    {
      "text": "CISO-level Expertise, For All",
      "html": "<h2>CISO-level Expertise, For All</h2>"
    },
    {
      "text": "Sophos Workspace Protection now available",
      "html": "<h2>Sophos Workspace Protection now available</h2>"
    },
    {
      "text": "Sophos Firewall v22 now available",
      "html": "<h2>Sophos Firewall v22 now available</h2>"
    },
    {
      "text": "Defeat cyberattacks",
      "html": "<h2>Defeat cyberattacks</h2>"
    },
    {
      "text": "Sophos advantage in cybersecurity",
      "html": "<h2>Sophos advantage in cybersecurity</h2>"
    },
    {
      "text": "Stop threats beforethey strike",
      "html": "<h2>Stop threats before<br>they strike</h2>"
    },
    {
      "text": "Adaptive AI-native cybersecurity platform",
      "html": "<h2>Adaptive AI-native cybersecurity platform</h2>"
    },
    {
      "text": "Sophos has you covered",
      "html": "<h2>Sophos has you covered</h2>"
    },
    {
      "text": "Solutions to your security challenges",
      "html": "<h2>Solutions to your security challenges</h2>"
    },
    {
      "text": "How businesses stay secure with Sophos",
      "html": "<h2>How businesses <br>stay secure with Sophos</h2>"
    },
    {
      "text": "Sophos X-Ops",
      "html": "<h2>Sophos X-Ops</h2>"
    },
    {
      "text": "Events and training",
      "html": "<h2>Events and training</h2>"
    },
    {
      "text": "The latest from Sophos",
      "html": "<h2>The latest from Sophos</h2>"
    }
  ],
  "expected": [
    {
      "id": "what",
      "label": "What is Sophos: Defeat Cyberattacks with Cybersecurit...?",
      "pattern": {}
    },
    {
      "id": "how",
      "label": "How does Sophos: Defeat Cyberattacks with Cybersecurit... work?",
      "pattern": {}
    },
    {
      "id": "benefits",
      "label": "Why use Sophos: Defeat Cyberattacks with Cybersecurit...?",
      "pattern": {}
    },
    {
      "id": "cost",
      "label": "Is Sophos: Defeat Cyberattacks with Cybersecurit... free or paid?",
      "pattern": {}
    },
    {
      "id": "compare",
      "label": "How does Sophos: Defeat Cyberattacks with Cybersecurit... compare with alternatives?",
      "pattern": {}
    }
  ],
  "missing": [
    {
      "id": "what",
      "label": "What is Sophos: Defeat Cyberattacks with Cybersecurit...?",
      "pattern": {}
    },
    {
      "id": "cost",
      "label": "Is Sophos: Defeat Cyberattacks with Cybersecurit... free or paid?",
      "pattern": {}
    },
    {
      "id": "compare",
      "label": "How does Sophos: Defeat Cyberattacks with Cybersecurit... 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",
            "error": "TimeoutError: The operation was aborted due to timeout"
          },
          {
            "path": "/api/context",
            "error": "TimeoutError: The operation was aborted due to timeout"
          },
          {
            "path": "/context",
            "error": "TimeoutError: The operation was aborted due to timeout"
          }
        ]
      },
      "issue": "AI context endpoint was not found at the expected path.",
      "howToFix": "Publish a concise JSON or Markdown AI context endpoint describing the product, public actions, and machine-readable resources."
    }
  ]
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

AIO: Query intent coverage

AIO: Query intent coverage is informational for this page.

Informational

Needs attention

AIO: Query intent coverage

Informational
01

Issue

Missing likely AI Overview intent sections: what, 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": "CISO-level Expertise, For All",
      "html": "<h2>CISO-level Expertise, For All</h2>"
    },
    {
      "text": "Sophos Workspace Protection now available",
      "html": "<h2>Sophos Workspace Protection now available</h2>"
    },
    {
      "text": "Sophos Firewall v22 now available",
      "html": "<h2>Sophos Firewall v22 now available</h2>"
    },
    {
      "text": "CISO-level Expertise, For All",
      "html": "<h2>CISO-level Expertise, For All</h2>"
    },
    {
      "text": "Sophos Workspace Protection now available",
      "html": "<h2>Sophos Workspace Protection now available</h2>"
    },
    {
      "text": "Sophos Firewall v22 now available",
      "html": "<h2>Sophos Firewall v22 now available</h2>"
    },
    {
      "text": "Defeat cyberattacks",
      "html": "<h2>Defeat cyberattacks</h2>"
    },
    {
      "text": "Sophos advantage in cybersecurity",
      "html": "<h2>Sophos advantage in cybersecurity</h2>"
    },
    {
      "text": "Stop threats beforethey strike",
      "html": "<h2>Stop threats before<br>they strike</h2>"
    },
    {
      "text": "Adaptive AI-native cybersecurity platform",
      "html": "<h2>Adaptive AI-native cybersecurity platform</h2>"
    },
    {
      "text": "Sophos has you covered",
      "html": "<h2>Sophos has you covered</h2>"
    },
    {
      "text": "Solutions to your security challenges",
      "html": "<h2>Solutions to your security challenges</h2>"
    },
    {
      "text": "How businesses stay secure with Sophos",
      "html": "<h2>How businesses <br>stay secure with Sophos</h2>"
    },
    {
      "text": "Sophos X-Ops",
      "html": "<h2>Sophos X-Ops</h2>"
    },
    {
      "text": "Events and training",
      "html": "<h2>Events and training</h2>"
    },
    {
      "text": "The latest from Sophos",
      "html": "<h2>The latest from Sophos</h2>"
    }
  ],
  "expected": [
    {
      "id": "what",
      "label": "What is Sophos: Defeat Cyberattacks with Cybersecurit...?",
      "pattern": {}
    },
    {
      "id": "how",
      "label": "How does Sophos: Defeat Cyberattacks with Cybersecurit... work?",
      "pattern": {}
    },
    {
      "id": "benefits",
      "label": "Why use Sophos: Defeat Cyberattacks with Cybersecurit...?",
      "pattern": {}
    },
    {
      "id": "cost",
      "label": "Is Sophos: Defeat Cyberattacks with Cybersecurit... free or paid?",
      "pattern": {}
    },
    {
      "id": "compare",
      "label": "How does Sophos: Defeat Cyberattacks with Cybersecurit... compare with alternatives?",
      "pattern": {}
    }
  ],
  "missing": [
    {
      "id": "what",
      "label": "What is Sophos: Defeat Cyberattacks with Cybersecurit...?",
      "pattern": {}
    },
    {
      "id": "cost",
      "label": "Is Sophos: Defeat Cyberattacks with Cybersecurit... free or paid?",
      "pattern": {}
    },
    {
      "id": "compare",
      "label": "How does Sophos: Defeat Cyberattacks with Cybersecurit... 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 could not be fetched.

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 could not be fetched.

  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,
        "error": "TimeoutError: The operation was aborted due to timeout",
        "validation": {
          "valid": false,
          "issue": "auth.md could not be fetched."
        }
      },
      "issue": "auth.md could not be fetched.",
      "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,
        "error": "TimeoutError: The operation was aborted due to timeout",
        "text": ""
      },
      "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,
          "error": "TimeoutError: The operation was aborted due to timeout",
          "text": ""
        }
      },
      "issue": "OAuth authorization server metadata could not be fetched.",
      "howToFix": "Add agent_auth to /.well-known/oauth-authorization-server with register_uri, supported identity types, credential types, and claim or revocation URLs where applicable."
    }
  ],
  "authApplicability": {
    "supportsAuth": true,
    "score": 9,
    "signals": [
      {
        "source": "link:href",
        "weight": 3,
        "match": "auth link"
      },
      {
        "source": "visible-text",
        "weight": 3,
        "match": "login"
      },
      {
        "source": "visible-text",
        "weight": 3,
        "match": "sign in"
      }
    ]
  },
  "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",
            "error": "TimeoutError: The operation was aborted due to timeout"
          },
          {
            "path": "/.well-known/oauth-authorization-server",
            "error": "TimeoutError: The operation was aborted due to timeout"
          }
        ]
      },
      "issue": "OAuth / OIDC discovery was not found at the expected path.",
      "howToFix": "Publish valid OAuth/OIDC metadata only when the site actually supports OAuth/OIDC. Otherwise omit provider discovery and document any unauthenticated public APIs separately."
    }
  ],
  "authApplicability": {
    "supportsAuth": true,
    "score": 9,
    "signals": [
      {
        "source": "link:href",
        "weight": 3,
        "match": "auth link"
      },
      {
        "source": "visible-text",
        "weight": 3,
        "match": "login"
      },
      {
        "source": "visible-text",
        "weight": 3,
        "match": "sign in"
      }
    ]
  },
  "resourceFetchSucceeded": false
}

Agent Ease of UseAuthEmerging recommendation

OAuth Protected Resource

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

Informational

Needs attention

OAuth Protected Resource

Informational
01

Issue

The OAuth Protected Resource metadata endpoint could not be fetched.

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 could not be fetched.

Evidence
{
  "failedStep": "fetch",
  "steps": [
    {
      "id": "fetch",
      "title": "Fetch protected resource metadata",
      "status": "fail",
      "evidence": {
        "path": "/.well-known/oauth-protected-resource",
        "error": "TimeoutError: The operation was aborted due to timeout"
      },
      "issue": "The OAuth Protected Resource metadata endpoint could not be fetched.",
      "howToFix": "Publish /.well-known/oauth-protected-resource JSON."
    }
  ],
  "authApplicability": {
    "supportsAuth": true,
    "score": 9,
    "signals": [
      {
        "source": "link:href",
        "weight": 3,
        "match": "auth link"
      },
      {
        "source": "visible-text",
        "weight": 3,
        "match": "login"
      },
      {
        "source": "visible-text",
        "weight": 3,
        "match": "sign in"
      }
    ]
  },
  "resourceFetchSucceeded": false
}

Security & TrustAI Training ExposureEmerging recommendation

TDMRep declaration

The optional TDMRep check could not complete.

Informational

Needs attention

TDMRep declaration

Informational
01

Issue

The scanner could not fetch /.well-known/tdmrep.json: TimeoutError: The operation was aborted due to timeout

02

Why it matters

TDMRep is a W3C Community Group protocol and IANA-registered well-known URI for declaring text and data mining reservation policy on applicable content.

Check name

TDMRep declaration

Score

0/100

Status

informational

Category

AI Training Exposure

Maturity

Emerging recommendation

Goal

Publish a machine-readable text and data mining reservation declaration when the site needs one.

Result

The optional TDMRep check could not complete.

Validation steps

  1. Fetch /.well-known/tdmrep.json

    The scanner could not fetch /.well-known/tdmrep.json: TimeoutError: The operation was aborted due to timeout

Evidence
{
  "steps": [
    {
      "id": "fetch",
      "title": "Fetch /.well-known/tdmrep.json",
      "status": "informational",
      "evidence": {
        "error": "TimeoutError: The operation was aborted due to timeout"
      },
      "issue": "The scanner could not fetch /.well-known/tdmrep.json: TimeoutError: The operation was aborted due to timeout",
      "howToFix": "Retry the scan, then publish /.well-known/tdmrep.json when the rightsholder needs to reserve or permit text and data mining with the W3C TDMRep signal."
    }
  ],
  "error": "TimeoutError: The operation was aborted due to timeout"
}

Performance and AccessibilityBest PracticesBrowser audit

Browser errors were logged to the console

100 Fail

Check name

Browser errors were logged to the console

Score

0/100

Status

fail

Device

desktop

Category

Best Practices

Fix guidance

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

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

SEOSEOBrowser audit

Links do not have descriptive text

50 Fail

Check name

Links do not have descriptive text

Score

0/100

Status

fail

Device

desktop

Category

SEO

Estimated savings

1 link found

Fix guidance

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

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

SEOSEOBrowser audit

robots.txt is not valid

50 Fail

Check name

robots.txt is not valid

Score

0/100

Status

fail

Device

desktop

Category

SEO

Estimated savings

2 errors found

Fix guidance

If your robots.txt file is malformed, crawlers may not be able to understand how you want your website to be crawled or indexed. [Learn more about robots.txt](https://developer.chrome.com/docs/lighthouse/seo/invalid-robots-txt/).

Evidence
{
  "displayValue": "2 errors found",
  "description": "If your robots.txt file is malformed, crawlers may not be able to understand how you want your website to be crawled or indexed. [Learn more about robots.txt](https://developer.chrome.com/docs/lighthouse/seo/invalid-robots-txt/)."
}

Performance and AccessibilityPerformanceBrowser audit

Forced reflow

11 Fail

Check name

Forced reflow

Score

0/100

Status

fail

Device

desktop

Category

Performance

Fix guidance

A forced reflow occurs when JavaScript queries geometric properties (such as offsetWidth) after styles have been invalidated by a change to the DOM state. This can result in poor performance. Learn more about [forced reflows](https://developer.chrome.com/docs/performance/insights/forced-reflow) and possible mitigations.

Evidence
{
  "description": "A forced reflow occurs when JavaScript queries geometric properties (such as offsetWidth) after styles have been invalidated by a change to the DOM state. This can result in poor performance. Learn more about [forced reflows](https://developer.chrome.com/docs/performance/insights/forced-reflow) and possible mitigations."
}

Performance and AccessibilityPerformanceBrowser audit

Image optimization

11 Fail

Check name

Image optimization

Score

0/100

Status

fail

Device

desktop

Category

Performance

Fix guidance

Review the grouped image optimization checks and improve the failing sub-checks listed in evidence.

Evidence
{
  "checks": [
    {
      "id": "image-aspect-ratio",
      "title": "Displays images with incorrect aspect ratio",
      "score": 0
    }
  ]
}

Performance and AccessibilityPerformanceBrowser audit

Network dependency tree

11 Fail

Check name

Network dependency tree

Score

0/100

Status

fail

Device

desktop

Category

Performance

Fix guidance

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

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

Performance and AccessibilityPerformanceBrowser audit

Reduce unused JavaScript

11 Fail

Check name

Reduce unused JavaScript

Score

0/100

Status

fail

Device

desktop

Category

Performance

Estimated savings

Est savings of 1,409 KiB

Fix guidance

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

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

Performance and AccessibilityPerformanceBrowser audit

Loading performance

6 Fail

Check name

Loading performance

Score

46/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": 100,
      "displayValue": "0.5 s",
      "numericValue": 521.0017647143405
    },
    {
      "id": "largest-contentful-paint",
      "title": "Largest Contentful Paint",
      "score": 59,
      "displayValue": "2.1 s",
      "numericValue": 2101.0081016431095
    },
    {
      "id": "max-potential-fid",
      "title": "Max Potential First Input Delay",
      "score": 0,
      "displayValue": "2,940 ms",
      "numericValue": 2944.999999999998
    },
    {
      "id": "network-rtt",
      "title": "Network Round Trip Times",
      "score": 100,
      "displayValue": "310 ms",
      "numericValue": 310.02318
    },
    {
      "id": "server-response-time",
      "title": "Initial server response time was short",
      "score": 100,
      "displayValue": "Root document took 40 ms",
      "numericValue": 41
    },
    {
      "id": "interactive",
      "title": "Time to Interactive",
      "score": 1,
      "displayValue": "11.9 s",
      "numericValue": 11864.284981057666
    },
    {
      "id": "speed-index",
      "title": "Speed Index",
      "score": 7,
      "displayValue": "4.3 s",
      "numericValue": 4321.423574139116
    },
    {
      "id": "total-blocking-time",
      "title": "Total Blocking Time",
      "score": 0,
      "displayValue": "6,060 ms",
      "numericValue": 6055.512902662332
    }
  ]
}

Performance and AccessibilityPerformanceBrowser audit

Improve image delivery

6 Warning

Check name

Improve image delivery

Score

50/100

Status

warning

Device

desktop

Category

Performance

Estimated savings

Est savings of 35 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 35 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

Legacy JavaScript

6 Warning

Check name

Legacy JavaScript

Score

50/100

Status

warning

Device

desktop

Category

Performance

Estimated savings

Est savings of 28 KiB

Fix guidance

Polyfills and transforms enable older browsers to use new JavaScript features. However, many aren't necessary for modern browsers. Consider modifying your JavaScript build process to not transpile [Baseline](https://web.dev/articles/baseline-and-polyfills) features, unless you know you must support older browsers. [Learn why most sites can deploy ES6+ code without transpiling](https://developer.chrome.com/docs/performance/insights/legacy-javascript)

Evidence
{
  "displayValue": "Est savings of 28 KiB",
  "description": "Polyfills and transforms enable older browsers to use new JavaScript features. However, many aren't necessary for modern browsers. Consider modifying your JavaScript build process to not transpile [Baseline](https://web.dev/articles/baseline-and-polyfills) features, unless you know you must support older browsers. [Learn why most sites can deploy ES6+ code without transpiling](https://developer.chrome.com/docs/performance/insights/legacy-javascript)"
}

Performance and AccessibilityPerformanceBrowser audit

Minify CSS

6 Warning

Check name

Minify CSS

Score

50/100

Status

warning

Device

desktop

Category

Performance

Estimated savings

Est savings of 5 KiB

Fix guidance

Minifying CSS files can reduce network payload sizes. [Learn how to minify CSS](https://developer.chrome.com/docs/lighthouse/performance/unminified-css/).

Evidence
{
  "displayValue": "Est savings of 5 KiB",
  "description": "Minifying CSS files can reduce network payload sizes. [Learn how to minify CSS](https://developer.chrome.com/docs/lighthouse/performance/unminified-css/).",
  "numericValue": 0
}

Performance and AccessibilityPerformanceBrowser audit

Use efficient cache lifetimes

6 Warning

Check name

Use efficient cache lifetimes

Score

50/100

Status

warning

Device

desktop

Category

Performance

Estimated savings

Est savings of 245 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 245 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)."
}

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
59/100Level 3, Bot-AwareCurrent report
Report ID d1859e52-b4ae-4b39-aba1-0197b7fd506b. Scanned Jun 8, 2026, 11:03 PM.
sophos.com AI SEO Report: 59/100 (Level 3, Bot-Aware)