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

OVERALL SCORE

Level 2, Agent-Limited

Priority improvements needed for AI agents
AIDiscoverability35%Agent Easeof Use4%Security& Trust80%GEO, AIO, AEO74%SEO85%Performance& Accessibility44%
  • AI Discoverability 35 out of 100
  • Agent Ease of Use 4 out of 100
  • Security & Trust 80 out of 100
  • GEO, AIO and AEO 74 out of 100
  • SEO 85 out of 100
  • Performance and Accessibility 44 out of 100

CAPTURED SCREENSHOT

Captured website desktop screenshot

What AI sees of your website

Ahrefs—AI Marketing Platform Powered by Big Data favicon

Ahrefs—AI Marketing Platform Powered by Big Data

We help marketers drive visibility across AI search, SEO, content, and social – with the largest AI and search databases online.

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
35
Priority fix6161View details
Discoverability
57
Needs work450View details
Content Readiness
38
Priority fix271View details
Bot Access Control
0
Priority fix040View details
Agent Ease of Use
4
Priority fix4242View details
API
0
Priority fix060View details
Auth
Not Applicable
Not Applicable040View details
MCP
13
Priority fix062View details
Skill Discovery
0
Priority fix080View details
Agent Commerce
Not Applicable
Not Applicable400
GEO, AIO and AEO
74
Needs work6212View details
GEO Readiness
84
Mostly ready204
AIO Readiness
79
Mostly ready313View details
AEO Readiness
61
Needs work115View details
SEO
85
Mostly ready920View details
SEO
85
Mostly ready920View details
Security & Trust
80
Mostly ready810View details
Security & Trust
80
Mostly ready410View details
AI Training Exposure
Not Applicable
Not Applicable400
Performance and Accessibility
44
Priority fix2340View details
Performance
25
Priority fix1030View details
Accessibility
79
Mostly ready1310View details

Prioritized recommendations

Issues ranked by score impact

43 items need attention

Security & TrustSecurity & TrustEstablished

Content-Security-Policy

Content-Security-Policy is missing or incomplete.

100 Fail

Needs attention

Content-Security-Policy

Failed check
01

Issue

Content-Security-Policy is missing or incomplete.

02

Why it matters

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

Check name

Content-Security-Policy

Score

0/100

Status

fail

Category

Security & Trust

Maturity

Established

Goal

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

Result

Content-Security-Policy is missing or incomplete.

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

Agent Ease of UseAPIEstablished

API Catalog

API Catalog failed at "Fetch API catalog".

50 Fail

Needs attention

API Catalog

Failed check
01

Issue

The API catalog endpoint did not return HTTP 2xx.

02

Why it matters

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

Check name

API Catalog

Score

0/100

Status

fail

Category

API

Maturity

Established

Goal

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

Result

API Catalog failed at "Fetch API catalog".

Validation steps

  1. Fetch API catalog

    The API catalog endpoint did not return HTTP 2xx.

  2. Validate RFC 9727 linkset

    Response is not valid JSON.

  3. Fetch advertised API catalog targets

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

Evidence
{
  "failedStep": "fetch",
  "steps": [
    {
      "id": "fetch",
      "title": "Fetch API catalog",
      "status": "fail",
      "evidence": {
        "statusCode": 404,
        "contentType": "text/html; charset=UTF-8"
      },
      "issue": "The API catalog endpoint did not return HTTP 2xx.",
      "howToFix": "Publish /.well-known/api-catalog."
    },
    {
      "id": "validate",
      "title": "Validate RFC 9727 linkset",
      "status": "fail",
      "evidence": {
        "valid": false,
        "compatibleContentType": false,
        "issue": "Response is not valid JSON.",
        "rawExcerpt": "<!DOCTYPE html><html lang=\"en\"><head><meta charset=\"UTF-8\" /><title>404 - Page not found</title><meta name=\"description\" content=\"Oops, this page doesn&apos;t exist\" /><link rel=\"canonical\" href=\"https://ahrefs.com/not-found\" /><meta property=\"og:title\" content=\"404 - Page not found\" /><meta property=\"og:type\" content=\"website\" /><meta property=\"og:description\" content=\"Oops, this page doesn&apos;t exist\" /><meta property=\"og:image\" content=\"https://static.ahrefs.com/assets/img/og/ahrefs.png?v=2\" /><meta property=\"og:url\" content=\"https://ahrefs.com/not-found\" /><meta property=\"og:site_name\" content=\"Ahrefs\" /><meta name=\"twitter:card\" content=\"summary_large_image\" /><meta name=\"twitter:creator\" content=\"@ahrefs\" /><meta name=\"twitter:site\" content=\"@ahrefs\" /><meta name=\"twitter:descripti"
      },
      "issue": "Response is not valid JSON.",
      "howToFix": "Use application/linkset+json with service-desc, service-doc, and status relations that each include href."
    },
    {
      "id": "target-validation",
      "title": "Fetch advertised API catalog targets",
      "status": "fail",
      "evidence": {
        "checked": [],
        "failures": [
          {
            "reason": "No same-origin API catalog hrefs were available to fetch."
          }
        ]
      },
      "issue": "API Catalog did not expose any same-origin hrefs to validate.",
      "howToFix": "Make each same-origin API catalog href reachable and serve the advertised media type."
    }
  ]
}

Agent Ease of UseAPIEstablished

OpenAPI discovery

OpenAPI discovery failed at "Find valid OpenAPI document".

50 Fail

Needs attention

OpenAPI discovery

Failed check
01

Issue

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

02

Why it matters

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

Check name

OpenAPI discovery

Score

0/100

Status

fail

Category

API

Maturity

Established

Goal

Publish a valid OpenAPI or Swagger document for API discovery.

Result

OpenAPI discovery failed at "Find valid OpenAPI document".

Validation steps

  1. Find valid OpenAPI document

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

Evidence
{
  "failedStep": "fetch",
  "steps": [
    {
      "id": "fetch",
      "title": "Find valid OpenAPI document",
      "status": "fail",
      "evidence": {
        "checked": [
          {
            "path": "/openapi.json",
            "statusCode": 404,
            "contentType": "text/html; charset=utf8",
            "valid": false,
            "issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html; charset=utf8\" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
            "compatibleContentType": false,
            "format": "yaml",
            "version": "",
            "pathCount": 0,
            "operationCount": 0,
            "rawExcerpt": "<html>\r\n<head><title>404 Not Found</title></head>\r\n<body>\r\n<center><h1>404 Not Found</h1></center>\r\n<hr><center>nginx</center>\r\n<script>(function(){function c(){var b=a.contentDocument||a.contentWindow.document;if(b){var d=b.createElement('script');d.innerHTML=\"window.__CF$cv$params={r:'a06ca0bfb8b4741b',t:'MTc4MDYzNTc3Ni4wMDAwMDA='};var a=document.createElement('script');a.nonce='';a.src='/cdn-cgi/challenge-platform/scripts/jsd/main.js';document.getElementsByTagName('head')[0].appendChild(a);\";b.getElementsByTagName('head')[0].appendChild(d)}}if(document.body){var a=document.createElement('iframe');a.height=1;a.width=1;a.style.position='absolute';a.style.top=0;a.style.left=0;a.style.border='none';a.style.visibility='hidden';document.body.appendChild(a);if('loading'!==document.readyState)c"
          },
          {
            "path": "/openapi.yaml",
            "statusCode": 404,
            "contentType": "text/html; charset=UTF-8",
            "valid": false,
            "issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html; charset=UTF-8\" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
            "compatibleContentType": false,
            "format": "yaml",
            "version": "",
            "pathCount": 0,
            "operationCount": 0,
            "rawExcerpt": "<!DOCTYPE html><html lang=\"en\"><head><meta charset=\"UTF-8\" /><title>404 - Page not found</title><meta name=\"description\" content=\"Oops, this page doesn&apos;t exist\" /><link rel=\"canonical\" href=\"https://ahrefs.com/not-found\" /><meta property=\"og:title\" content=\"404 - Page not found\" /><meta property=\"og:type\" content=\"website\" /><meta property=\"og:description\" content=\"Oops, this page doesn&apos;t exist\" /><meta property=\"og:image\" content=\"https://static.ahrefs.com/assets/img/og/ahrefs.png?v=2\" /><meta property=\"og:url\" content=\"https://ahrefs.com/not-found\" /><meta property=\"og:site_name\" content=\"Ahrefs\" /><meta name=\"twitter:card\" content=\"summary_large_image\" /><meta name=\"twitter:creator\" content=\"@ahrefs\" /><meta name=\"twitter:site\" content=\"@ahrefs\" /><meta name=\"twitter:descripti"
          },
          {
            "path": "/swagger.json",
            "statusCode": 404,
            "contentType": "text/html; charset=utf8",
            "valid": false,
            "issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html; charset=utf8\" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
            "compatibleContentType": false,
            "format": "yaml",
            "version": "",
            "pathCount": 0,
            "operationCount": 0,
            "rawExcerpt": "<html>\r\n<head><title>404 Not Found</title></head>\r\n<body>\r\n<center><h1>404 Not Found</h1></center>\r\n<hr><center>nginx</center>\r\n<script>(function(){function c(){var b=a.contentDocument||a.contentWindow.document;if(b){var d=b.createElement('script');d.innerHTML=\"window.__CF$cv$params={r:'a06ca0c1fcdd741b',t:'MTc4MDYzNTc3Ni4wMDAwMDA='};var a=document.createElement('script');a.nonce='';a.src='/cdn-cgi/challenge-platform/scripts/jsd/main.js';document.getElementsByTagName('head')[0].appendChild(a);\";b.getElementsByTagName('head')[0].appendChild(d)}}if(document.body){var a=document.createElement('iframe');a.height=1;a.width=1;a.style.position='absolute';a.style.top=0;a.style.left=0;a.style.border='none';a.style.visibility='hidden';document.body.appendChild(a);if('loading'!==document.readyState)c"
          },
          {
            "path": "/swagger.yaml",
            "statusCode": 404,
            "contentType": "text/html; charset=UTF-8",
            "valid": false,
            "issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html; charset=UTF-8\" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
            "compatibleContentType": false,
            "format": "yaml",
            "version": "",
            "pathCount": 0,
            "operationCount": 0,
            "rawExcerpt": "<!DOCTYPE html><html lang=\"en\"><head><meta charset=\"UTF-8\" /><title>404 - Page not found</title><meta name=\"description\" content=\"Oops, this page doesn&apos;t exist\" /><link rel=\"canonical\" href=\"https://ahrefs.com/not-found\" /><meta property=\"og:title\" content=\"404 - Page not found\" /><meta property=\"og:type\" content=\"website\" /><meta property=\"og:description\" content=\"Oops, this page doesn&apos;t exist\" /><meta property=\"og:image\" content=\"https://static.ahrefs.com/assets/img/og/ahrefs.png?v=2\" /><meta property=\"og:url\" content=\"https://ahrefs.com/not-found\" /><meta property=\"og:site_name\" content=\"Ahrefs\" /><meta name=\"twitter:card\" content=\"summary_large_image\" /><meta name=\"twitter:creator\" content=\"@ahrefs\" /><meta name=\"twitter:site\" content=\"@ahrefs\" /><meta name=\"twitter:descripti"
          },
          {
            "path": "/api/openapi.json",
            "statusCode": 404,
            "contentType": "text/html; charset=UTF-8",
            "valid": false,
            "issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html; charset=UTF-8\" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
            "compatibleContentType": false,
            "format": "yaml",
            "version": "",
            "pathCount": 0,
            "operationCount": 0,
            "rawExcerpt": "<!DOCTYPE html><html lang=\"en\"><head><meta charset=\"UTF-8\" /><title>404 - Page not found</title><meta name=\"description\" content=\"Oops, this page doesn&apos;t exist\" /><link rel=\"canonical\" href=\"https://ahrefs.com/not-found\" /><meta property=\"og:title\" content=\"404 - Page not found\" /><meta property=\"og:type\" content=\"website\" /><meta property=\"og:description\" content=\"Oops, this page doesn&apos;t exist\" /><meta property=\"og:image\" content=\"https://static.ahrefs.com/assets/img/og/ahrefs.png?v=2\" /><meta property=\"og:url\" content=\"https://ahrefs.com/not-found\" /><meta property=\"og:site_name\" content=\"Ahrefs\" /><meta name=\"twitter:card\" content=\"summary_large_image\" /><meta name=\"twitter:creator\" content=\"@ahrefs\" /><meta name=\"twitter:site\" content=\"@ahrefs\" /><meta name=\"twitter:descripti"
          },
          {
            "path": "/api/swagger.json",
            "statusCode": 404,
            "contentType": "text/html; charset=UTF-8",
            "valid": false,
            "issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html; charset=UTF-8\" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
            "compatibleContentType": false,
            "format": "yaml",
            "version": "",
            "pathCount": 0,
            "operationCount": 0,
            "rawExcerpt": "<!DOCTYPE html><html lang=\"en\"><head><meta charset=\"UTF-8\" /><title>404 - Page not found</title><meta name=\"description\" content=\"Oops, this page doesn&apos;t exist\" /><link rel=\"canonical\" href=\"https://ahrefs.com/not-found\" /><meta property=\"og:title\" content=\"404 - Page not found\" /><meta property=\"og:type\" content=\"website\" /><meta property=\"og:description\" content=\"Oops, this page doesn&apos;t exist\" /><meta property=\"og:image\" content=\"https://static.ahrefs.com/assets/img/og/ahrefs.png?v=2\" /><meta property=\"og:url\" content=\"https://ahrefs.com/not-found\" /><meta property=\"og:site_name\" content=\"Ahrefs\" /><meta name=\"twitter:card\" content=\"summary_large_image\" /><meta name=\"twitter:creator\" content=\"@ahrefs\" /><meta name=\"twitter:site\" content=\"@ahrefs\" /><meta name=\"twitter:descripti"
          },
          {
            "path": "/docs/openapi.json",
            "statusCode": 404,
            "contentType": "text/html; charset=UTF-8",
            "valid": false,
            "issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html; charset=UTF-8\" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
            "compatibleContentType": false,
            "format": "yaml",
            "version": "",
            "pathCount": 0,
            "operationCount": 0,
            "rawExcerpt": "<!DOCTYPE html><html lang=\"en\"><head><meta charset=\"UTF-8\" /><title>404 - Page not found</title><meta name=\"description\" content=\"Oops, this page doesn&apos;t exist\" /><link rel=\"canonical\" href=\"https://ahrefs.com/not-found\" /><meta property=\"og:title\" content=\"404 - Page not found\" /><meta property=\"og:type\" content=\"website\" /><meta property=\"og:description\" content=\"Oops, this page doesn&apos;t exist\" /><meta property=\"og:image\" content=\"https://static.ahrefs.com/assets/img/og/ahrefs.png?v=2\" /><meta property=\"og:url\" content=\"https://ahrefs.com/not-found\" /><meta property=\"og:site_name\" content=\"Ahrefs\" /><meta name=\"twitter:card\" content=\"summary_large_image\" /><meta name=\"twitter:creator\" content=\"@ahrefs\" /><meta name=\"twitter:site\" content=\"@ahrefs\" /><meta name=\"twitter:descripti"
          }
        ]
      },
      "issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html; charset=utf8\" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
      "howToFix": "Publish a valid OpenAPI 3.x or Swagger 2.0 JSON/YAML document with info, paths, operations, and responses."
    }
  ]
}

AI DiscoverabilityBot Access ControlEstablished

AI bot rules in robots.txt

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

33 Fail

Needs attention

AI bot rules in robots.txt

Failed check
01

Issue

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

02

Why it matters

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

Check name

AI bot rules in robots.txt

Score

0/100

Status

fail

Category

Bot Access Control

Maturity

Established

Goal

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

Result

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

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

AI DiscoverabilityBot Access ControlInformational

Content Signal

Content Signal is missing or incomplete.

33 Fail

Needs attention

Content Signal

Failed check
01

Issue

No Content Signal found in robots.txt

02

Why it matters

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

Check name

Content Signal

Score

0/100

Status

fail

Category

Bot Access Control

Maturity

Informational

Goal

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

Result

Content Signal is missing or incomplete.

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

AI 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"
  ]
}

AI DiscoverabilityDiscoverabilityEstablished

High-value schema types

High-value schema types is missing or incomplete.

33 Fail

Needs attention

High-value schema types

Failed check
01

Issue

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

02

Why it matters

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

Check name

High-value schema types

Score

0/100

Status

fail

Category

Discoverability

Maturity

Established

Goal

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

Result

High-value schema types is missing or incomplete.

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

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": []
      },
      "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 DiscoverabilityBot Access ControlInformational

Web Bot Auth request signing

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

33 Fail

Needs attention

Web Bot Auth request signing

Failed check
01

Issue

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

02

Why it matters

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

Check name

Web Bot Auth request signing

Score

0/100

Status

fail

Category

Bot Access Control

Maturity

Informational

Goal

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

Result

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

Validation steps

  1. Fetch to find resource

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

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

Agent Ease of UseSkill DiscoveryEmerging recommendation

A2A Agent Card

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

25 Fail

Needs attention

A2A Agent Card

Failed check
01

Issue

A2A Agent Card was not found at the expected path.

02

Why it matters

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

Check name

A2A Agent Card

Score

0/100

Status

fail

Category

Skill Discovery

Maturity

Emerging recommendation

Goal

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

Result

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

Validation steps

  1. Fetch to find resource

    A2A Agent Card was not found at the expected path.

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

25 Fail

Needs attention

Agent Skills index

Failed check
01

Issue

Agent Skills index was not found at the expected path.

02

Why it matters

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

Check name

Agent Skills index

Score

0/100

Status

fail

Category

Skill Discovery

Maturity

Emerging recommendation

Goal

Publish an agent skills discovery index.

Result

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

Validation steps

  1. Fetch to find resource

    Agent Skills index was not found at the expected path.

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

25 Fail

Needs attention

agent.json

Failed check
01

Issue

agent.json was not found at the expected path.

02

Why it matters

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

Check name

agent.json

Score

0/100

Status

fail

Category

Skill Discovery

Maturity

Emerging recommendation

Goal

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

Result

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

Validation steps

  1. Fetch to find resource

    agent.json was not found at the expected path.

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

25 Fail

Needs attention

agents.json

Failed check
01

Issue

agents.json was not found at the expected path.

02

Why it matters

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

Check name

agents.json

Score

0/100

Status

fail

Category

Skill Discovery

Maturity

Informational

Goal

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

Result

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

Validation steps

  1. Fetch to find resource

    agents.json was not found at the expected path.

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

llms.txt

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

25 Fail

Needs attention

llms.txt

Failed check
01

Issue

llms.txt was not found at the expected path.

02

Why it matters

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

Check name

llms.txt

Score

0/100

Status

fail

Category

Content Readiness

Maturity

Emerging recommendation

Goal

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

Result

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

Validation steps

  1. Fetch to find resource

    llms.txt was not found at the expected path.

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

AI DiscoverabilityContent ReadinessEstablished

Markdown negotiation

Markdown negotiation failed at "Markdown content type".

25 Fail

Needs attention

Markdown negotiation

Failed check
01

Issue

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

02

Why it matters

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

Check name

Markdown negotiation

Score

0/100

Status

fail

Category

Content Readiness

Maturity

Established

Goal

Return HTML responses as markdown when agents request it.

Result

Markdown negotiation failed at "Markdown content type".

Validation steps

  1. Markdown content type

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

  2. Vary: Accept header

    Markdown negotiation is missing Vary: Accept; current Vary header is "Accept-Encoding, Accept-Language, Content-Language, X-Client-Version".

  3. Structured Markdown body

    Markdown response is missing a heading.

Evidence
{
  "failedStep": "content-type",
  "steps": [
    {
      "id": "content-type",
      "title": "Markdown content type",
      "status": "fail",
      "evidence": {
        "statusCode": 200,
        "contentType": "text/html; charset=UTF-8"
      },
      "issue": "Content-Type \"text/html; charset=UTF-8\" does not indicate Markdown when requested with Accept: text/markdown.",
      "howToFix": "Return Content-Type: text/markdown; charset=utf-8 for requests with Accept: text/markdown."
    },
    {
      "id": "vary-accept",
      "title": "Vary: Accept header",
      "status": "fail",
      "evidence": {
        "vary": "Accept-Encoding, Accept-Language, Content-Language, X-Client-Version"
      },
      "issue": "Markdown negotiation is missing Vary: Accept; current Vary header is \"Accept-Encoding, Accept-Language, Content-Language, X-Client-Version\".",
      "howToFix": "Add Vary: Accept on negotiated Markdown responses so shared caches keep HTML and Markdown variants separate."
    },
    {
      "id": "markdown-content",
      "title": "Structured Markdown body",
      "status": "fail",
      "evidence": {
        "valid": false,
        "hasHeading": false,
        "wordCount": 91305,
        "excerpt": "<!DOCTYPE html><html lang=\"en\"><head><meta charset=\"UTF-8\" /><title>Ahrefs—AI Marketing Platform Powered by Big Data</title><meta name=\"description\" content=\"We help marketers drive visibility across AI search, SEO, content, and social – wi",
        "issue": "Markdown response is missing a heading."
      },
      "issue": "Markdown response is missing a heading.",
      "howToFix": "Return Markdown with at least one heading and substantive page content, including useful links or instructions for agents."
    }
  ]
}

Agent Ease of UseMCPEmerging recommendation

MCP Server Card

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

25 Fail

Needs attention

MCP Server Card

Failed check
01

Issue

MCP Server Card was not found at the expected path.

02

Why it matters

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

Check name

MCP Server Card

Score

0/100

Status

fail

Category

MCP

Maturity

Emerging recommendation

Goal

Publish an MCP Server Card for agent discovery.

Result

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

Validation steps

  1. Fetch to find resource

    MCP Server Card was not found at the expected path.

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

Agent Ease of UseMCPEmerging recommendation

mcp.json

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

25 Fail

Needs attention

mcp.json

Failed check
01

Issue

mcp.json was not found at the expected path.

02

Why it matters

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

Check name

mcp.json

Score

0/100

Status

fail

Category

MCP

Maturity

Emerging recommendation

Goal

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

Result

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

Validation steps

  1. Fetch to find resource

    mcp.json was not found at the expected path.

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

25 Fail

Needs attention

Semantic HTML

Failed check
01

Issue

Semantic HTML is incomplete: missing <main> landmark; 18 links missing accessible names; 24 buttons missing accessible names; missing alt text on >10% of images.

Details

02

Why it matters

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

Check name

Semantic HTML

Score

0/100

Status

fail

Category

Content Readiness

Maturity

Established

Goal

Expose readable page structure through semantic HTML and accessible controls.

Result

Semantic HTML is missing or incomplete.

Evidence
{
  "main": false,
  "nav": true,
  "footer": true,
  "meaningfulH1": true,
  "headingOrder": true,
  "accessibleLinks": false,
  "accessibleButtons": false,
  "imageAltCoverage": false,
  "formAutocompleteCoverage": true,
  "details": {
    "inaccessibleLinks": [
      "<a class=\"css-qyq5t1\" href=\"/academy\"><span class=\"css-127tl11 css-8wf6b0-iconNoMargin\"></span></a>",
      "<a class=\"css-qyq5t1\" href=\"/certification\"><span class=\"css-1lj426e css-8wf6b0-iconNoMargin\"></span></a>",
      "<a class=\"css-qyq5t1\" href=\"https://ahrefs.com/blog/\"><span class=\"css-1lwwqqa css-8wf6b0-iconNoMargin\"></span></a>",
      "<a class=\"css-qyq5t1\" href=\"/webinars\"><span class=\"css-1gh31wc css-8wf6b0-iconNoMargin\"></span></a>",
      "<a class=\"css-qyq5t1\" href=\"https://www.youtube.com/c/AhrefsCom\" target=\"_blank\" rel=\"noopener\"><span class=\"css-6gh4ng css-8wf6b0-iconNoMargin\"></span></a>",
      "<a class=\"css-qyq5t1\" href=\"/podcast\"><span class=\"css-1banfdt css-8wf6b0-iconNoMargin\"></span></a>",
      "<a class=\"css-qyq5t1\" href=\"/events\"><span class=\"css-9ykgu8 css-8wf6b0-iconNoMargin\"></span></a>",
      "<a class=\"css-qyq5t1\" href=\"/seo\"><span class=\"css-md1tsd css-8wf6b0-iconNoMargin\"></span></a>",
      "<a class=\"css-qyq5t1\" href=\"https://x.com/ahrefs\" target=\"_blank\" rel=\"nofollow noopener\"><button class=\"css-1pl22h3-button css-1ocel6d css-vldkxt css-cun7e0 css-1hpq6ku css-13os7py css-7rewpf-disabled\" type=\"button\"><svg class=\"css-rgib4x\" viewBox=\"0 0 16 16\"><path class=\"css-kqzqgg\" fill-rule=\"evenodd\" d=\"M5.52 1.95H1.3L6.31 8.53L1.62 14.05H3.79L7.33 9.87L10.48 14.01H14.7L9.55 7.24L9.56 7.25L13.99 2.03H11.83L8.53 5.91L5.52 1.95ZM3.63 3.1H4.95L12.37 12.86H11.05L3.63 3.1Z\"/></svg></button></a>",
      "<a class=\"css-qyq5t1\" href=\"https://www.facebook.com/Ahrefs\" target=\"_blank\" rel=\"nofollow noopener\"><button class=\"css-1pl22h3-button css-1ocel6d css-vldkxt css-cun7e0 css-1hpq6ku css-13os7py css-7rewpf-disabled\" type=\"button\"><svg class=\"css-rgib4x\" viewBox=\"0 0 16 16\"><path class=\"css-kqzqgg\" fill-rule=\"evenodd\" d=\"M9.06 9.17V15.2H6.02V9.17H3.5V6.73H6.02V5.84C6.02 2.54 7.54 0.8 10.74 0.8C11.72 0.8 11.96 0.94 12.5 1.06V3.48C11.9 3.38 11.73 3.33 11.1 3.33C10.36 3.33 9.97 3.52 9.6 3.9C9.24 4.28 ",
      "<a class=\"css-qyq5t1\" href=\"https://www.linkedin.com/company/ahrefs/\" target=\"_blank\" rel=\"nofollow noopener\"><button class=\"css-1pl22h3-button css-1ocel6d css-vldkxt css-cun7e0 css-1hpq6ku css-13os7py css-7rewpf-disabled\" type=\"button\"><svg class=\"css-rgib4x\" viewBox=\"0 0 16 16\"><path class=\"css-kqzqgg\" fill-rule=\"evenodd\" d=\"M4.71 5.95H2.2V13.94H4.71V5.95ZM11.49 5.77C11.4 5.76 11.3 5.76 11.2 5.75C9.8 5.69 9.01 6.52 8.73 6.88C8.66 6.98 8.62 7.04 8.62 7.04V5.97H6.22V13.97H8.62C8.62 13.15 8.62 12",
      "<a class=\"css-biq5lq\" href=\"/agent-a?utm_source=ahrefs_website&amp;utm_content=footer\"><span class=\"css-2734kf css-pelz90 css-13o7eu2 css-0\"><span class=\"css-1x5zb73\"></span></span></a>",
      "<a class=\"css-qyq5t1\" href=\"https://x.com/ahrefs\" target=\"_blank\" rel=\"nofollow noopener\"><button class=\"css-1pl22h3-button css-15tq0gp css-x3wokz css-cun7e0 css-1hpq6ku css-13os7py css-7rewpf-disabled\" type=\"button\"><svg class=\"css-4xtrpw\" viewBox=\"0 0 16 16\"><path class=\"css-kqzqgg\" fill-rule=\"evenodd\" d=\"M5.52 1.95H1.3L6.31 8.53L1.62 14.05H3.79L7.33 9.87L10.48 14.01H14.7L9.55 7.24L9.56 7.25L13.99 2.03H11.83L8.53 5.91L5.52 1.95ZM3.63 3.1H4.95L12.37 12.86H11.05L3.63 3.1Z\"/></svg></button></a>",
      "<a class=\"css-qyq5t1\" href=\"https://www.youtube.com/c/AhrefsCom\" target=\"_blank\" rel=\"nofollow noopener\"><button class=\"css-1pl22h3-button css-15tq0gp css-x3wokz css-cun7e0 css-1hpq6ku css-13os7py css-7rewpf-disabled\" type=\"button\"><svg class=\"css-4xtrpw\" viewBox=\"0 0 20 14\"><path class=\"css-kqzqgg\" fill-rule=\"evenodd\" d=\"M16.742 0C18.5462 0 19.9999 1.5956 20 3.55819V9.92494C20.0072 11.8955 18.5462 13.4831 16.742 13.4831H3.25776C1.4536 13.4831 3.71678e-05 11.8875 0 9.92494V3.55819C3.71481e-05 1.",
      "<a class=\"css-qyq5t1\" href=\"https://www.instagram.com/ahrefs\" target=\"_blank\" rel=\"nofollow noopener\"><button class=\"css-1pl22h3-button css-15tq0gp css-x3wokz css-cun7e0 css-1hpq6ku css-13os7py css-7rewpf-disabled\" type=\"button\"><svg class=\"css-4xtrpw\" viewBox=\"0 0 20 20\"><path class=\"css-kqzqgg\" fill-rule=\"evenodd\" d=\"m14.67 4.28c-.21 0-.41.06-.58.18s-.31.28-.39.47-.1.4-.06.61.14.39.29.54.33.25.54.29c.2.04.41.02.61-.06.19-.08.36-.21.47-.39.12-.17.18-.38.18-.58 0-.28-.11-.55-.31-.74-.2-.2-.46-.3",
      "<a class=\"css-qyq5t1\" href=\"https://www.facebook.com/Ahrefs\" target=\"_blank\" rel=\"nofollow noopener\"><button class=\"css-1pl22h3-button css-15tq0gp css-x3wokz css-cun7e0 css-1hpq6ku css-13os7py css-7rewpf-disabled\" type=\"button\"><svg class=\"css-4xtrpw\" viewBox=\"0 0 16 16\"><path class=\"css-kqzqgg\" fill-rule=\"evenodd\" d=\"M9.06 9.17V15.2H6.02V9.17H3.5V6.73H6.02V5.84C6.02 2.54 7.54 0.8 10.74 0.8C11.72 0.8 11.96 0.94 12.5 1.06V3.48C11.9 3.38 11.73 3.33 11.1 3.33C10.36 3.33 9.97 3.52 9.6 3.9C9.24 4.28 ",
      "<a class=\"css-qyq5t1\" href=\"https://www.linkedin.com/company/ahrefs/\" target=\"_blank\" rel=\"nofollow noopener\"><button class=\"css-1pl22h3-button css-15tq0gp css-x3wokz css-cun7e0 css-1hpq6ku css-13os7py css-7rewpf-disabled\" type=\"button\"><svg class=\"css-4xtrpw\" viewBox=\"0 0 16 16\"><path class=\"css-kqzqgg\" fill-rule=\"evenodd\" d=\"M4.71 5.95H2.2V13.94H4.71V5.95ZM11.49 5.77C11.4 5.76 11.3 5.76 11.2 5.75C9.8 5.69 9.01 6.52 8.73 6.88C8.66 6.98 8.62 7.04 8.62 7.04V5.97H6.22V13.97H8.62C8.62 13.15 8.62 12",
      "<a class=\"css-rh5lcw-box\" href=\"https://help.ahrefs.com/?mtm_campaign=floating-help-btn\"><svg class=\"css-1qfbib0-icon\" viewBox=\"0 0 18 26\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M6.34532 17.6548V12.4968H10.1007C12.5612 12.4968 14.2014 11.3645 14.2014 8.30323C14.2014 4.4871 12.518 3.52258 8.93525 3.52258C5.22302 3.52258 3.7554 4.73871 3.66906 8.42903H0C0 3.85807 1.89928 0 8.93525 0C15.7986 0 18 3.43871 18 8.30323C18 12.7484 15.6691 15.5581 10.5324 15.5581H9.97122V17.6548H6.34532Z"
    ],
    "inaccessibleButtons": [
      "<button class=\"css-1pl22h3-button css-dp32s7 css-9uy14h css-155us80 css-1ceygfl css-13os7py css-7rewpf-disabled\" type=\"button\"><svg class=\"css-cgmsiq\" viewBox=\"0 0 16 16\"><path class=\"css-kqzqgg\" d=\"M14 9H2V7H14V9Z\" fill-rule=\"evenodd\"/></svg></button>",
      "<button class=\"css-1pl22h3-button css-15tq0gp css-vldkxt css-cun7e0 css-1hpq6ku css-13os7py css-7rewpf-disabled\" type=\"button\"><svg class=\"css-rgib4x\" viewBox=\"0 0 16 16\"><path class=\"css-kqzqgg\" d=\"M3 2.05275L3.53505 1.77176C3.82124 1.62147 3.99805 1.53022 4.17304 1.43991L4.17305 1.43991C4.34669 1.3503 4.51855 1.26161 4.79838 1.11465L5.30086 0.850769L15 6.78226V9.21772L5.30309 15.1479L3 13.9499V2.05275Z\" fill-rule=\"evenodd\"/></svg></button>",
      "<button class=\"css-1pl22h3-button css-15tq0gp css-vldkxt css-cun7e0 css-1hpq6ku css-13os7py css-7rewpf-disabled\" type=\"button\"><svg class=\"css-rgib4x\" viewBox=\"0 0 16 16\"><path class=\"css-kqzqgg\" d=\"M3 2.05275L3.53505 1.77176C3.82124 1.62147 3.99805 1.53022 4.17304 1.43991L4.17305 1.43991C4.34669 1.3503 4.51855 1.26161 4.79838 1.11465L5.30086 0.850769L15 6.78226V9.21772L5.30309 15.1479L3 13.9499V2.05275Z\" fill-rule=\"evenodd\"/></svg></button>",
      "<button class=\"css-1pl22h3-button css-dp32s7 css-9uy14h css-155us80 css-1ceygfl css-13os7py css-7rewpf-disabled\" type=\"button\"><svg class=\"css-cgmsiq\" viewBox=\"0 0 16 16\"><path class=\"css-kqzqgg\" d=\"M9 7V2H7V7H2V9H7V14H9V9H14V7H9Z\" fill-rule=\"evenodd\"/></svg></button>",
      "<button class=\"css-1pl22h3-button css-dp32s7 css-9uy14h css-155us80 css-1ceygfl css-13os7py css-7rewpf-disabled\" type=\"button\"><svg class=\"css-cgmsiq\" viewBox=\"0 0 16 16\"><path class=\"css-kqzqgg\" d=\"M9 7V2H7V7H2V9H7V14H9V9H14V7H9Z\" fill-rule=\"evenodd\"/></svg></button>",
      "<button class=\"css-1pl22h3-button css-dp32s7 css-9uy14h css-155us80 css-1ceygfl css-13os7py css-7rewpf-disabled\" type=\"button\"><svg class=\"css-cgmsiq\" viewBox=\"0 0 16 16\"><path class=\"css-kqzqgg\" d=\"M9 7V2H7V7H2V9H7V14H9V9H14V7H9Z\" fill-rule=\"evenodd\"/></svg></button>",
      "<button class=\"css-1pl22h3-button css-dp32s7 css-9uy14h css-155us80 css-1ceygfl css-13os7py css-7rewpf-disabled\" type=\"button\"><svg class=\"css-cgmsiq\" viewBox=\"0 0 16 16\"><path class=\"css-kqzqgg\" d=\"M9 7V2H7V7H2V9H7V14H9V9H14V7H9Z\" fill-rule=\"evenodd\"/></svg></button>",
      "<button class=\"css-1pl22h3-button css-dp32s7 css-9uy14h css-155us80 css-1ceygfl css-13os7py css-7rewpf-disabled\" type=\"button\"><svg class=\"css-cgmsiq\" viewBox=\"0 0 16 16\"><path class=\"css-kqzqgg\" d=\"M9 7V2H7V7H2V9H7V14H9V9H14V7H9Z\" fill-rule=\"evenodd\"/></svg></button>",
      "<button class=\"css-1pl22h3-button css-dp32s7 css-9uy14h css-155us80 css-1ceygfl css-13os7py css-7rewpf-disabled\" type=\"button\"><svg class=\"css-cgmsiq\" viewBox=\"0 0 16 16\"><path class=\"css-kqzqgg\" d=\"M9 7V2H7V7H2V9H7V14H9V9H14V7H9Z\" fill-rule=\"evenodd\"/></svg></button>",
      "<button class=\"css-1pl22h3-button css-dp32s7 css-9uy14h css-155us80 css-1ceygfl css-13os7py css-7rewpf-disabled\" type=\"button\"><svg class=\"css-cgmsiq\" viewBox=\"0 0 16 16\"><path class=\"css-kqzqgg\" fill-rule=\"evenodd\" d=\"M14 9H2V7H14V9Z\"/></svg></button>",
      "<button class=\"css-1pl22h3-button css-dp32s7 css-9uy14h css-155us80 css-1ceygfl css-13os7py css-7rewpf-disabled\" type=\"button\"><svg class=\"css-cgmsiq\" viewBox=\"0 0 16 16\"><path class=\"css-kqzqgg\" fill-rule=\"evenodd\" d=\"M9 7V2H7V7H2V9H7V14H9V9H14V7H9Z\"/></svg></button>",
      "<button class=\"css-1pl22h3-button css-dp32s7 css-9uy14h css-155us80 css-1ceygfl css-13os7py css-7rewpf-disabled\" type=\"button\"><svg class=\"css-cgmsiq\" viewBox=\"0 0 16 16\"><path class=\"css-kqzqgg\" fill-rule=\"evenodd\" d=\"M9 7V2H7V7H2V9H7V14H9V9H14V7H9Z\"/></svg></button>",
      "<button class=\"css-1pl22h3-button css-dp32s7 css-9uy14h css-155us80 css-1ceygfl css-13os7py css-7rewpf-disabled\" type=\"button\"><svg class=\"css-cgmsiq\" viewBox=\"0 0 16 16\"><path class=\"css-kqzqgg\" fill-rule=\"evenodd\" d=\"M9 7V2H7V7H2V9H7V14H9V9H14V7H9Z\"/></svg></button>",
      "<button class=\"css-1pl22h3-button css-dp32s7 css-9uy14h css-155us80 css-1ceygfl css-13os7py css-7rewpf-disabled\" type=\"button\"><svg class=\"css-cgmsiq\" viewBox=\"0 0 16 16\"><path class=\"css-kqzqgg\" fill-rule=\"evenodd\" d=\"M9 7V2H7V7H2V9H7V14H9V9H14V7H9Z\"/></svg></button>",
      "<button class=\"css-1pl22h3-button css-dp32s7 css-9uy14h css-155us80 css-1ceygfl css-13os7py css-7rewpf-disabled\" type=\"button\"><svg class=\"css-cgmsiq\" viewBox=\"0 0 16 16\"><path class=\"css-kqzqgg\" fill-rule=\"evenodd\" d=\"M9 7V2H7V7H2V9H7V14H9V9H14V7H9Z\"/></svg></button>",
      "<button class=\"css-1pl22h3-button css-dp32s7 css-9uy14h css-155us80 css-1ceygfl css-13os7py css-7rewpf-disabled\" type=\"button\"><svg class=\"css-cgmsiq\" viewBox=\"0 0 16 16\"><path class=\"css-kqzqgg\" fill-rule=\"evenodd\" d=\"M9 7V2H7V7H2V9H7V14H9V9H14V7H9Z\"/></svg></button>",
      "<button class=\"css-1pl22h3-button css-1ocel6d css-vldkxt css-cun7e0 css-1hpq6ku css-13os7py css-7rewpf-disabled\" type=\"button\"><svg class=\"css-rgib4x\" viewBox=\"0 0 16 16\"><path class=\"css-kqzqgg\" fill-rule=\"evenodd\" d=\"M5.52 1.95H1.3L6.31 8.53L1.62 14.05H3.79L7.33 9.87L10.48 14.01H14.7L9.55 7.24L9.56 7.25L13.99 2.03H11.83L8.53 5.91L5.52 1.95ZM3.63 3.1H4.95L12.37 12.86H11.05L3.63 3.1Z\"/></svg></button>",
      "<button class=\"css-1pl22h3-button css-1ocel6d css-vldkxt css-cun7e0 css-1hpq6ku css-13os7py css-7rewpf-disabled\" type=\"button\"><svg class=\"css-rgib4x\" viewBox=\"0 0 16 16\"><path class=\"css-kqzqgg\" fill-rule=\"evenodd\" d=\"M9.06 9.17V15.2H6.02V9.17H3.5V6.73H6.02V5.84C6.02 2.54 7.54 0.8 10.74 0.8C11.72 0.8 11.96 0.94 12.5 1.06V3.48C11.9 3.38 11.73 3.33 11.1 3.33C10.36 3.33 9.97 3.52 9.6 3.9C9.24 4.28 9.06 4.93 9.06 5.87V6.73H12.5L11.58 9.18H9.06V9.17Z\"/></svg></button>",
      "<button class=\"css-1pl22h3-button css-1ocel6d css-vldkxt css-cun7e0 css-1hpq6ku css-13os7py css-7rewpf-disabled\" type=\"button\"><svg class=\"css-rgib4x\" viewBox=\"0 0 16 16\"><path class=\"css-kqzqgg\" fill-rule=\"evenodd\" d=\"M4.71 5.95H2.2V13.94H4.71V5.95ZM11.49 5.77C11.4 5.76 11.3 5.76 11.2 5.75C9.8 5.69 9.01 6.52 8.73 6.88C8.66 6.98 8.62 7.04 8.62 7.04V5.97H6.22V13.97H8.62C8.62 13.15 8.62 12.34 8.62 11.53C8.62 11.09 8.62 10.65 8.62 10.21C8.62 9.67 8.58 9.09 8.83 8.59C9.03 8.18 9.41 7.97 9.84 7.97C11",
      "<button class=\"css-1pl22h3-button css-15tq0gp css-x3wokz css-cun7e0 css-1hpq6ku css-13os7py css-7rewpf-disabled\" type=\"button\"><svg class=\"css-4xtrpw\" viewBox=\"0 0 16 16\"><path class=\"css-kqzqgg\" fill-rule=\"evenodd\" d=\"M5.52 1.95H1.3L6.31 8.53L1.62 14.05H3.79L7.33 9.87L10.48 14.01H14.7L9.55 7.24L9.56 7.25L13.99 2.03H11.83L8.53 5.91L5.52 1.95ZM3.63 3.1H4.95L12.37 12.86H11.05L3.63 3.1Z\"/></svg></button>",
      "<button class=\"css-1pl22h3-button css-15tq0gp css-x3wokz css-cun7e0 css-1hpq6ku css-13os7py css-7rewpf-disabled\" type=\"button\"><svg class=\"css-4xtrpw\" viewBox=\"0 0 20 14\"><path class=\"css-kqzqgg\" fill-rule=\"evenodd\" d=\"M16.742 0C18.5462 0 19.9999 1.5956 20 3.55819V9.92494C20.0072 11.8955 18.5462 13.4831 16.742 13.4831H3.25776C1.4536 13.4831 3.71678e-05 11.8875 0 9.92494V3.55819C3.71481e-05 1.58765 1.4609 5.0654e-05 3.25776 0H16.742ZM7.86516 9.91287L13.5376 6.64193L7.86516 3.37078V9.91287Z\"/></sv",
      "<button class=\"css-1pl22h3-button css-15tq0gp css-x3wokz css-cun7e0 css-1hpq6ku css-13os7py css-7rewpf-disabled\" type=\"button\"><svg class=\"css-4xtrpw\" viewBox=\"0 0 20 20\"><path class=\"css-kqzqgg\" fill-rule=\"evenodd\" d=\"m14.67 4.28c-.21 0-.41.06-.58.18s-.31.28-.39.47-.1.4-.06.61.14.39.29.54.33.25.54.29c.2.04.41.02.61-.06.19-.08.36-.21.47-.39.12-.17.18-.38.18-.58 0-.28-.11-.55-.31-.74-.2-.2-.46-.31-.74-.31zm4.03 2.12c-.02-.73-.15-1.44-.4-2.13-.22-.58-.57-1.11-1.01-1.55-.43-.45-.96-.79-1.55-1.01-.6",
      "<button class=\"css-1pl22h3-button css-15tq0gp css-x3wokz css-cun7e0 css-1hpq6ku css-13os7py css-7rewpf-disabled\" type=\"button\"><svg class=\"css-4xtrpw\" viewBox=\"0 0 16 16\"><path class=\"css-kqzqgg\" fill-rule=\"evenodd\" d=\"M9.06 9.17V15.2H6.02V9.17H3.5V6.73H6.02V5.84C6.02 2.54 7.54 0.8 10.74 0.8C11.72 0.8 11.96 0.94 12.5 1.06V3.48C11.9 3.38 11.73 3.33 11.1 3.33C10.36 3.33 9.97 3.52 9.6 3.9C9.24 4.28 9.06 4.93 9.06 5.87V6.73H12.5L11.58 9.18H9.06V9.17Z\"/></svg></button>",
      "<button class=\"css-1pl22h3-button css-15tq0gp css-x3wokz css-cun7e0 css-1hpq6ku css-13os7py css-7rewpf-disabled\" type=\"button\"><svg class=\"css-4xtrpw\" viewBox=\"0 0 16 16\"><path class=\"css-kqzqgg\" fill-rule=\"evenodd\" d=\"M4.71 5.95H2.2V13.94H4.71V5.95ZM11.49 5.77C11.4 5.76 11.3 5.76 11.2 5.75C9.8 5.69 9.01 6.52 8.73 6.88C8.66 6.98 8.62 7.04 8.62 7.04V5.97H6.22V13.97H8.62C8.62 13.15 8.62 12.34 8.62 11.53C8.62 11.09 8.62 10.65 8.62 10.21C8.62 9.67 8.58 9.09 8.83 8.59C9.03 8.18 9.41 7.97 9.84 7.97C11"
    ],
    "missingAutocompleteInputs": [],
    "imagesMissingAlt": [
      "<img height=\"1\" width=\"1\" style=\"display:none;\" src=\"https://www.facebook.com/tr?id=1511271639109289&amp;ev=PageView&amp;noscript=1\">",
      "<img height=\"1\" width=\"1\" style=\"display:none;\" src=\"https://px.ads.linkedin.com/collect/?pid=83228&amp;fmt=gif\">",
      "<img class=\"css-1vjod6q-image css-rqgsqp\" src=\"/assets/esbuild/content-creation-top-gradient-2UF7NGYM.jpg\">",
      "<img class=\"css-6p4nsg-image\" src=\"/assets/esbuild/logo-2N43Y6D2.svg\">",
      "<img class=\"css-as143e-image\" src=\"/assets/esbuild/track-radar-buttons-XX7WNLFW.svg\">",
      "<img class=\"css-1gvudp1-image\" src=\"/assets/esbuild/patch-meta-tags-LHGNNC3R.svg\">",
      "<img class=\"css-1fjj3mj-image css-rqgsqp\" src=\"/assets/esbuild/content-creation-bottom-gradient-MGVQ2EGN.jpg\">",
      "<img class=\"css-uhliag-image\" src=\"/assets/esbuild/api-HJ6NVC5S.svg\">",
      "<img class=\"css-bl2api-image\" src=\"/assets/esbuild/reports-GYYUDWCG.svg\">",
      "<img class=\"css-13vejuc-image css-zw36oq-imageBorder-Circle\" src=\"/assets/esbuild/Andrew_Oleksik-OAZBK7T6.jpg\">",
      "<img class=\"css-13vejuc-image css-zw36oq-imageBorder-Circle\" src=\"/assets/esbuild/Jon_Clark-DWO4SEBR.jpg\">",
      "<img class=\"css-13vejuc-image css-zw36oq-imageBorder-Circle\" src=\"/assets/esbuild/Ross_Simmonds-HGB6ELYV.jpg\">"
    ],
    "skippedHeadingLevels": []
  },
  "counts": {
    "h1": 1,
    "headings": 40,
    "links": 216,
    "inaccessibleLinks": 18,
    "buttons": 54,
    "inaccessibleButtons": 24,
    "images": 61,
    "imagesWithAlt": 49,
    "autocompleteInputs": 0,
    "inputsWithAutocomplete": 0,
    "missingAutocompleteInputs": 0
  }
}

Agent Ease of UseMCPInformational

WebMCP manifest

WebMCP manifest failed at "Fetch to find resource".

25 Fail

Needs attention

WebMCP manifest

Failed check
01

Issue

WebMCP manifest was not found at the expected path.

02

Why it matters

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

Check name

WebMCP manifest

Score

0/100

Status

fail

Category

MCP

Maturity

Informational

Goal

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

Result

WebMCP manifest failed at "Fetch to find resource".

Validation steps

  1. Fetch to find resource

    WebMCP manifest was not found at the expected path.

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

AI DiscoverabilityContent ReadinessEstablished

Content freshness signals

Content freshness signals is partially implemented.

19 Warning

Needs attention

Content freshness signals

Warning
01

Issue

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

02

Why it matters

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

Check name

Content freshness signals

Score

25/100

Status

warning

Category

Content Readiness

Maturity

Established

Goal

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

Result

Content freshness signals is partially implemented.

Evidence
{
  "lastModified": "Fri, 05 Jun 2026 04:16:07 GMT",
  "schemaDates": [],
  "metaDateCount": 0,
  "timeDateCount": 0
}

Agent Ease of UseMCPInformational

WebMCP

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

13 Warning

Needs attention

WebMCP

Warning
01

Issue

WebMCP declarative annotations need fixes.

Details

02

Why it matters

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

Check name

WebMCP

Score

50/100

Status

warning

Category

MCP

Maturity

Informational

Goal

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

Result

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

Validation steps

  1. Detect data-mcp-tool annotations

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

  2. Detect WebMCP declarative tags

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

  3. Validate WebMCP declarative annotation quality

    WebMCP declarative annotations need fixes.

    WebMCP declarative annotation issues
    • <input> is missing a name attribute.
    • <input> is missing tool-param-description.
    • <input> is missing a name attribute.
    • <input> is missing tool-param-description.
    • <input> is missing a name attribute.
    • <input> is missing tool-param-description.
    • <input> is missing a name attribute.
    • <input> is missing tool-param-description.
  4. Detect WebMCP imperative API usage

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

  5. Detect WebMCP browser navigator injection

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

  6. Interactive surface coverage

    Only 0% of interactive surfaces are annotated.

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

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

AIO: Source and trust signals

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

9 Fail

Needs attention

AIO: Source and trust signals

Failed check
01

Issue

Missing AIO trust signals: author, publisher, freshnessDate.

Details

02

Why it matters

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

Check name

AIO: Source and trust signals

Score

40/100

Status

fail

Category

GEO, AIO & AEO

Maturity

Emerging recommendation

Goal

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

Result

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

Evidence
{
  "signals": {
    "author": false,
    "publisher": false,
    "freshnessDate": false,
    "aboutOrContact": true,
    "policyLinks": true
  },
  "missing": [
    "author",
    "publisher",
    "freshnessDate"
  ],
  "authorMeta": "",
  "schemaAuthors": [],
  "schemaPublishers": [],
  "schemaDates": [],
  "visibleDates": [],
  "aboutLinks": [
    {
      "href": "/web-analytics",
      "text": "Web AnalyticsGet insights about your website’s traffic.",
      "html": "<a class=\"css-qyq5t1\" href=\"/web-analytics\" role=\"menuitem\" tabindex=\"-1\"><div class=\"css-i3crob-subItem css-37sot0-subItemHover\"><div class=\"css-sddoxu css-lb9cx4-stack css-3sj1cp css-1bjhv8d css-1vznryd css-1soja3n\"><div class=\"css-e5rry7-sameLineBadge\"><span class=\"css-18wefwh css-pelz90 css-13o7eu2 css-1smtklr-textColor css-0\">Web Analytics</span></div><p class=\"css-2734kf css-pelz90 css-13o7eu2 css-24tsjo-textColor css-0\">Get insights about your website&#x2019;s traffic.</p></div></div></a>"
    },
    {
      "href": "/reviews",
      "text": "TestimonialsRead what users love most about our tools.",
      "html": "<a class=\"css-qyq5t1\" href=\"/reviews\" role=\"menuitem\" tabindex=\"-1\"><div class=\"css-i3crob-subItem css-37sot0-subItemHover\"><div class=\"css-sddoxu css-lb9cx4-stack css-3sj1cp css-1bjhv8d css-1vznryd css-1soja3n\"><div class=\"css-e5rry7-sameLineBadge\"><span class=\"css-18wefwh css-pelz90 css-13o7eu2 css-1smtklr-textColor css-0\">Testimonials</span></div><p class=\"css-2734kf css-pelz90 css-13o7eu2 css-24tsjo-textColor css-0\">Read what users love most about our tools.</p></div></div></a>"
    },
    {
      "href": "https://www.linkedin.com/company/ahrefs/",
      "text": "",
      "html": "<a class=\"css-qyq5t1\" href=\"https://www.linkedin.com/company/ahrefs/\" target=\"_blank\" rel=\"nofollow noopener\"><button class=\"css-1pl22h3-button css-1ocel6d css-vldkxt css-cun7e0 css-1hpq6ku css-13os7py css-7rewpf-disabled\" type=\"button\"><svg class=\"css-rgib4x\" viewBox=\"0 0 16 16\"><path class=\"css-kqzqgg\" fill-rule=\"evenodd\" d=\"M4.71 5.95H2.2V13.94H4.71V5.95ZM11.49 5.77C11.4 5.76 11.3 5.76 11.2 5.75C9.8 5.69 9.01 6.52 8.73 6.88C8.66 6.98 8.62 7.04 8.62 7.04V5.97H6.22V13.97H8.62C8.62 13.15 8.62..."
    },
    {
      "href": "/about",
      "text": "About",
      "html": "<a class=\"css-biq5lq\" href=\"/about\"><span class=\"css-2734kf css-pelz90 css-13o7eu2 css-0\">About</span></a>"
    },
    {
      "href": "https://www.linkedin.com/company/ahrefs/",
      "text": "",
      "html": "<a class=\"css-qyq5t1\" href=\"https://www.linkedin.com/company/ahrefs/\" target=\"_blank\" rel=\"nofollow noopener\"><button class=\"css-1pl22h3-button css-15tq0gp css-x3wokz css-cun7e0 css-1hpq6ku css-13os7py css-7rewpf-disabled\" type=\"button\"><svg class=\"css-4xtrpw\" viewBox=\"0 0 16 16\"><path class=\"css-kqzqgg\" fill-rule=\"evenodd\" d=\"M4.71 5.95H2.2V13.94H4.71V5.95ZM11.49 5.77C11.4 5.76 11.3 5.76 11.2 5.75C9.8 5.69 9.01 6.52 8.73 6.88C8.66 6.98 8.62 7.04 8.62 7.04V5.97H6.22V13.97H8.62C8.62 13.15 8.62..."
    }
  ],
  "contactLinks": [
    {
      "href": "/ai-content-helper",
      "text": "AI Content HelperImprove your content with AI.",
      "html": "<a class=\"css-qyq5t1\" href=\"/ai-content-helper\" role=\"menuitem\" tabindex=\"-1\"><div class=\"css-i3crob-subItem css-37sot0-subItemHover\"><div class=\"css-sddoxu css-lb9cx4-stack css-3sj1cp css-1bjhv8d css-1vznryd css-1soja3n\"><div class=\"css-e5rry7-sameLineBadge\"><span class=\"css-18wefwh css-pelz90 css-13o7eu2 css-1smtklr-textColor css-0\">AI Content Helper</span></div><p class=\"css-2734kf css-pelz90 css-13o7eu2 css-24tsjo-textColor css-0\">Improve your content with AI.</p></div></div></a>"
    },
    {
      "href": "https://help.ahrefs.com",
      "text": "Help CenterBrowse bite-sized tutorials, FAQs, and best practices.",
      "html": "<a class=\"css-qyq5t1\" href=\"https://help.ahrefs.com\" target=\"_blank\" rel=\"nofollow noopener\" role=\"menuitem\" tabindex=\"-1\"><div class=\"css-i3crob-subItem css-37sot0-subItemHover\"><div class=\"css-sddoxu css-lb9cx4-stack css-3sj1cp css-1bjhv8d css-1vznryd css-1soja3n\"><div class=\"css-e5rry7-sameLineBadge\"><span class=\"css-18wefwh css-pelz90 css-13o7eu2 css-1smtklr-textColor css-0\">Help Center</span></div><p class=\"css-2734kf css-pelz90 css-13o7eu2 css-24tsjo-textColor css-0\">Browse bite-sized t..."
    },
    {
      "href": "/ai-content-helper",
      "text": "AI Content Helper →",
      "html": "<a class=\"css-qyq5t1\" href=\"/ai-content-helper\">AI Content Helper&#xa0;&#x2192;</a>"
    },
    {
      "href": "/ai-content-helper",
      "text": "Learn more →",
      "html": "<a class=\"css-1xhfnb4\" href=\"/ai-content-helper\">Learn more&#xa0;&#x2192;</a>"
    },
    {
      "href": "/ai-content-helper",
      "text": "AI Content Helper",
      "html": "<a class=\"css-biq5lq\" href=\"/ai-content-helper\"><span class=\"css-2734kf css-pelz90 css-13o7eu2 css-0\">AI Content Helper</span></a>"
    },
    {
      "href": "mailto:[email protected]",
      "text": "Contact us",
      "html": "<a class=\"css-biq5lq\" href=\"mailto:[email protected]\"><span class=\"css-2734kf css-pelz90 css-13o7eu2 css-0\">Contact us</span></a>"
    },
    {
      "href": "https://help.ahrefs.com/",
      "text": "Help center",
      "html": "<a class=\"css-biq5lq\" href=\"https://help.ahrefs.com/\" target=\"_blank\" rel=\"nofollow noopener\"><span class=\"css-2734kf css-pelz90 css-13o7eu2 css-0\">Help center</span></a>"
    },
    {
      "href": "https://help.ahrefs.com/?mtm_campaign=floating-help-btn",
      "text": "",
      "html": "<a class=\"css-rh5lcw-box\" href=\"https://help.ahrefs.com/?mtm_campaign=floating-help-btn\"><svg class=\"css-1qfbib0-icon\" viewBox=\"0 0 18 26\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M6.34532 17.6548V12.4968H10.1007C12.5612 12.4968 14.2014 11.3645 14.2014 8.30323C14.2014 4.4871 12.518 3.52258 8.93525 3.52258C5.22302 3.52258 3.7554 4.73871 3.66906 8.42903H0C0 3.85807 1.89928 0 8.93525 0C15.7986 0 18 3.43871 18 8.30323C18 12.7484 15.6691 15.5581 10.5324 15.5581H9.97122V17.6548H6.345..."
    }
  ],
  "privacyLinks": [
    {
      "href": "/legal/privacy-policy",
      "text": "Privacy Policy",
      "html": "<a class=\"css-biq5lq\" href=\"/legal/privacy-policy\"><span class=\"css-2734kf css-pelz90 css-13o7eu2 css-0\">Privacy Policy</span></a>"
    },
    {
      "href": "/legal/terms",
      "text": "Terms of Service",
      "html": "<a class=\"css-biq5lq\" href=\"/legal/terms\"><span class=\"css-2734kf css-pelz90 css-13o7eu2 css-0\">Terms of Service</span></a>"
    }
  ],
  "score": 40,
  "weight": 20
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

AEO: Answer evidence and trust

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

5 Fail

Needs attention

AEO: Answer evidence and trust

Failed check
01

Issue

Missing AIO trust signals: author, publisher, freshnessDate.

Details

02

Why it matters

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

Check name

AEO: Answer evidence and trust

Score

40/100

Status

fail

Category

GEO, AIO & AEO

Maturity

Emerging recommendation

Goal

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

Result

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

Evidence
{
  "signals": {
    "author": false,
    "publisher": false,
    "freshnessDate": false,
    "aboutOrContact": true,
    "policyLinks": true
  },
  "missing": [
    "author",
    "publisher",
    "freshnessDate"
  ],
  "authorMeta": "",
  "schemaAuthors": [],
  "schemaPublishers": [],
  "schemaDates": [],
  "visibleDates": [],
  "aboutLinks": [
    {
      "href": "/web-analytics",
      "text": "Web AnalyticsGet insights about your website’s traffic.",
      "html": "<a class=\"css-qyq5t1\" href=\"/web-analytics\" role=\"menuitem\" tabindex=\"-1\"><div class=\"css-i3crob-subItem css-37sot0-subItemHover\"><div class=\"css-sddoxu css-lb9cx4-stack css-3sj1cp css-1bjhv8d css-1vznryd css-1soja3n\"><div class=\"css-e5rry7-sameLineBadge\"><span class=\"css-18wefwh css-pelz90 css-13o7eu2 css-1smtklr-textColor css-0\">Web Analytics</span></div><p class=\"css-2734kf css-pelz90 css-13o7eu2 css-24tsjo-textColor css-0\">Get insights about your website&#x2019;s traffic.</p></div></div></a>"
    },
    {
      "href": "/reviews",
      "text": "TestimonialsRead what users love most about our tools.",
      "html": "<a class=\"css-qyq5t1\" href=\"/reviews\" role=\"menuitem\" tabindex=\"-1\"><div class=\"css-i3crob-subItem css-37sot0-subItemHover\"><div class=\"css-sddoxu css-lb9cx4-stack css-3sj1cp css-1bjhv8d css-1vznryd css-1soja3n\"><div class=\"css-e5rry7-sameLineBadge\"><span class=\"css-18wefwh css-pelz90 css-13o7eu2 css-1smtklr-textColor css-0\">Testimonials</span></div><p class=\"css-2734kf css-pelz90 css-13o7eu2 css-24tsjo-textColor css-0\">Read what users love most about our tools.</p></div></div></a>"
    },
    {
      "href": "https://www.linkedin.com/company/ahrefs/",
      "text": "",
      "html": "<a class=\"css-qyq5t1\" href=\"https://www.linkedin.com/company/ahrefs/\" target=\"_blank\" rel=\"nofollow noopener\"><button class=\"css-1pl22h3-button css-1ocel6d css-vldkxt css-cun7e0 css-1hpq6ku css-13os7py css-7rewpf-disabled\" type=\"button\"><svg class=\"css-rgib4x\" viewBox=\"0 0 16 16\"><path class=\"css-kqzqgg\" fill-rule=\"evenodd\" d=\"M4.71 5.95H2.2V13.94H4.71V5.95ZM11.49 5.77C11.4 5.76 11.3 5.76 11.2 5.75C9.8 5.69 9.01 6.52 8.73 6.88C8.66 6.98 8.62 7.04 8.62 7.04V5.97H6.22V13.97H8.62C8.62 13.15 8.62..."
    },
    {
      "href": "/about",
      "text": "About",
      "html": "<a class=\"css-biq5lq\" href=\"/about\"><span class=\"css-2734kf css-pelz90 css-13o7eu2 css-0\">About</span></a>"
    },
    {
      "href": "https://www.linkedin.com/company/ahrefs/",
      "text": "",
      "html": "<a class=\"css-qyq5t1\" href=\"https://www.linkedin.com/company/ahrefs/\" target=\"_blank\" rel=\"nofollow noopener\"><button class=\"css-1pl22h3-button css-15tq0gp css-x3wokz css-cun7e0 css-1hpq6ku css-13os7py css-7rewpf-disabled\" type=\"button\"><svg class=\"css-4xtrpw\" viewBox=\"0 0 16 16\"><path class=\"css-kqzqgg\" fill-rule=\"evenodd\" d=\"M4.71 5.95H2.2V13.94H4.71V5.95ZM11.49 5.77C11.4 5.76 11.3 5.76 11.2 5.75C9.8 5.69 9.01 6.52 8.73 6.88C8.66 6.98 8.62 7.04 8.62 7.04V5.97H6.22V13.97H8.62C8.62 13.15 8.62..."
    }
  ],
  "contactLinks": [
    {
      "href": "/ai-content-helper",
      "text": "AI Content HelperImprove your content with AI.",
      "html": "<a class=\"css-qyq5t1\" href=\"/ai-content-helper\" role=\"menuitem\" tabindex=\"-1\"><div class=\"css-i3crob-subItem css-37sot0-subItemHover\"><div class=\"css-sddoxu css-lb9cx4-stack css-3sj1cp css-1bjhv8d css-1vznryd css-1soja3n\"><div class=\"css-e5rry7-sameLineBadge\"><span class=\"css-18wefwh css-pelz90 css-13o7eu2 css-1smtklr-textColor css-0\">AI Content Helper</span></div><p class=\"css-2734kf css-pelz90 css-13o7eu2 css-24tsjo-textColor css-0\">Improve your content with AI.</p></div></div></a>"
    },
    {
      "href": "https://help.ahrefs.com",
      "text": "Help CenterBrowse bite-sized tutorials, FAQs, and best practices.",
      "html": "<a class=\"css-qyq5t1\" href=\"https://help.ahrefs.com\" target=\"_blank\" rel=\"nofollow noopener\" role=\"menuitem\" tabindex=\"-1\"><div class=\"css-i3crob-subItem css-37sot0-subItemHover\"><div class=\"css-sddoxu css-lb9cx4-stack css-3sj1cp css-1bjhv8d css-1vznryd css-1soja3n\"><div class=\"css-e5rry7-sameLineBadge\"><span class=\"css-18wefwh css-pelz90 css-13o7eu2 css-1smtklr-textColor css-0\">Help Center</span></div><p class=\"css-2734kf css-pelz90 css-13o7eu2 css-24tsjo-textColor css-0\">Browse bite-sized t..."
    },
    {
      "href": "/ai-content-helper",
      "text": "AI Content Helper →",
      "html": "<a class=\"css-qyq5t1\" href=\"/ai-content-helper\">AI Content Helper&#xa0;&#x2192;</a>"
    },
    {
      "href": "/ai-content-helper",
      "text": "Learn more →",
      "html": "<a class=\"css-1xhfnb4\" href=\"/ai-content-helper\">Learn more&#xa0;&#x2192;</a>"
    },
    {
      "href": "/ai-content-helper",
      "text": "AI Content Helper",
      "html": "<a class=\"css-biq5lq\" href=\"/ai-content-helper\"><span class=\"css-2734kf css-pelz90 css-13o7eu2 css-0\">AI Content Helper</span></a>"
    },
    {
      "href": "mailto:[email protected]",
      "text": "Contact us",
      "html": "<a class=\"css-biq5lq\" href=\"mailto:[email protected]\"><span class=\"css-2734kf css-pelz90 css-13o7eu2 css-0\">Contact us</span></a>"
    },
    {
      "href": "https://help.ahrefs.com/",
      "text": "Help center",
      "html": "<a class=\"css-biq5lq\" href=\"https://help.ahrefs.com/\" target=\"_blank\" rel=\"nofollow noopener\"><span class=\"css-2734kf css-pelz90 css-13o7eu2 css-0\">Help center</span></a>"
    },
    {
      "href": "https://help.ahrefs.com/?mtm_campaign=floating-help-btn",
      "text": "",
      "html": "<a class=\"css-rh5lcw-box\" href=\"https://help.ahrefs.com/?mtm_campaign=floating-help-btn\"><svg class=\"css-1qfbib0-icon\" viewBox=\"0 0 18 26\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M6.34532 17.6548V12.4968H10.1007C12.5612 12.4968 14.2014 11.3645 14.2014 8.30323C14.2014 4.4871 12.518 3.52258 8.93525 3.52258C5.22302 3.52258 3.7554 4.73871 3.66906 8.42903H0C0 3.85807 1.89928 0 8.93525 0C15.7986 0 18 3.43871 18 8.30323C18 12.7484 15.6691 15.5581 10.5324 15.5581H9.97122V17.6548H6.345..."
    }
  ],
  "privacyLinks": [
    {
      "href": "/legal/privacy-policy",
      "text": "Privacy Policy",
      "html": "<a class=\"css-biq5lq\" href=\"/legal/privacy-policy\"><span class=\"css-2734kf css-pelz90 css-13o7eu2 css-0\">Privacy Policy</span></a>"
    },
    {
      "href": "/legal/terms",
      "text": "Terms of Service",
      "html": "<a class=\"css-biq5lq\" href=\"/legal/terms\"><span class=\"css-2734kf css-pelz90 css-13o7eu2 css-0\">Terms of Service</span></a>"
    }
  ],
  "score": 40,
  "weight": 22
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

GEO: Entity clarity

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

4 Warning

Needs attention

GEO: Entity clarity

Warning
01

Issue

Title/H1 terms missing from description: ahrefs, marketing, platform, powered, big, data, make, business, discoverable, beyond.

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

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

Evidence
{
  "title": "Ahrefs—AI Marketing Platform Powered by Big Data",
  "h1": "Make your business discoverable—in search, AI, and beyond",
  "description": "We help marketers drive visibility across AI search, SEO, content, and social – with the largest AI and search databases online.",
  "topicOverlap": 0.09090909090909091,
  "topicTerms": [
    "ahrefs",
    "marketing",
    "platform",
    "powered",
    "big",
    "data",
    "make",
    "business",
    "discoverable",
    "search",
    "beyond"
  ],
  "descriptionTerms": [
    "help",
    "marketers",
    "drive",
    "visibility",
    "across",
    "search",
    "seo",
    "content",
    "social",
    "largest",
    "databases",
    "online"
  ],
  "missingFromDescription": [
    "ahrefs",
    "marketing",
    "platform",
    "powered",
    "big",
    "data",
    "make",
    "business",
    "discoverable",
    "beyond"
  ],
  "score": 73,
  "weight": 28
}

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

38 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": 39,
  "passing": 1,
  "failing": [
    {
      "heading": "Your marketing platform—built for search and AI",
      "headingHtml": "<h2 class=\"css-aqaf1s css-pelz90 css-13o7eu2 css-0\">Your marketing platform&#x2014;built for search and AI</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Brand & AI Search",
      "headingHtml": "<h3 class=\"css-1fag2a6 css-pelz90 css-13o7eu2 css-1smtklr-textColor css-0\">Brand &amp; AI Search</h3>",
      "firstParagraph": "Dominate AI search. Track brand mentions, citations, and sentiment across AI chatbots.",
      "paragraphHtml": "<p class=\"css-uoqnqe css-pelz90 css-13o7eu2 css-24tsjo-textColor css-0\">Dominate AI search. Track brand mentions, citations, and sentiment across AI chatbots.</p>",
      "words": 12,
      "direct": false,
      "issue": "First paragraph is 12 words and does not look like a concise direct answer."
    },
    {
      "heading": "Competitive Intelligence",
      "headingHtml": "<h3 class=\"css-1fag2a6 css-pelz90 css-13o7eu2 css-1smtklr-textColor css-0\">Competitive Intelligence</h3>",
      "firstParagraph": "Study what your competitors are doing, reveal their PPC strategy, and anticipate market trends.",
      "paragraphHtml": "<p class=\"css-uoqnqe css-pelz90 css-13o7eu2 css-24tsjo-textColor css-0\">Study what your competitors are doing, reveal their PPC strategy, and anticipate market trends.</p>",
      "words": 14,
      "direct": false,
      "issue": "First paragraph is 14 words and does not look like a concise direct answer."
    },
    {
      "heading": "Content Marketing",
      "headingHtml": "<h3 class=\"css-1fag2a6 css-pelz90 css-13o7eu2 css-1smtklr-textColor css-0\">Content Marketing</h3>",
      "firstParagraph": "Create high-quality content that ranks, match search intent, and fill in content gaps with AI.",
      "paragraphHtml": "<p class=\"css-uoqnqe css-pelz90 css-13o7eu2 css-24tsjo-textColor css-0\">Create high-quality content that ranks, match search intent, and fill in content gaps with AI.</p>",
      "words": 15,
      "direct": false,
      "issue": "First paragraph is 15 words and does not look like a concise direct answer."
    },
    {
      "heading": "Website Performance",
      "headingHtml": "<h3 class=\"css-1fag2a6 css-pelz90 css-13o7eu2 css-1smtklr-textColor css-0\">Website Performance</h3>",
      "firstParagraph": "Monitor your website’s health 24/7 and track your visitors in real-time, for free.",
      "paragraphHtml": "<p class=\"css-uoqnqe css-pelz90 css-13o7eu2 css-24tsjo-textColor css-0\">Monitor your website&#x2019;s health 24/7 and track your visitors in real-time, for free.</p>",
      "words": 15,
      "direct": false,
      "issue": "First paragraph is 15 words and does not look like a concise direct answer."
    },
    {
      "heading": "Local SEO",
      "headingHtml": "<h3 class=\"css-1fag2a6 css-pelz90 css-13o7eu2 css-1smtklr-textColor css-0\">Local SEO</h3>",
      "firstParagraph": "Optimize your Google Business Profile to attract more local customers and dominate local rankings.",
      "paragraphHtml": "<p class=\"css-uoqnqe css-pelz90 css-13o7eu2 css-24tsjo-textColor css-0\">Optimize your Google Business Profile to attract more local customers and dominate local rankings.</p>",
      "words": 14,
      "direct": false,
      "issue": "First paragraph is 14 words and does not look like a concise direct answer."
    },
    {
      "heading": "Social Media",
      "headingHtml": "<h3 class=\"css-1fag2a6 css-pelz90 css-13o7eu2 css-1smtklr-textColor css-0\">Social Media</h3>",
      "firstParagraph": "Create, publish, and schedule posts across social media channels, monitor brand mentions, and partner with the right influencers.",
      "paragraphHtml": "<p class=\"css-uoqnqe css-pelz90 css-13o7eu2 css-24tsjo-textColor css-0\">Create, publish, and schedule posts across social media channels, monitor brand mentions, and partner with the right influencers.</p>",
      "words": 18,
      "direct": false,
      "issue": "First paragraph is 18 words and does not look like a concise direct answer."
    },
    {
      "heading": "Reporting",
      "headingHtml": "<h3 class=\"css-1fag2a6 css-pelz90 css-13o7eu2 css-1smtklr-textColor css-0\">Reporting</h3>",
      "firstParagraph": "Get a high-level view of your websites and create customizable reports with Ahrefs data.",
      "paragraphHtml": "<p class=\"css-uoqnqe css-pelz90 css-13o7eu2 css-24tsjo-textColor css-0\">Get a high-level view of your websites and create customizable reports with Ahrefs data.</p>",
      "words": 14,
      "direct": false,
      "issue": "First paragraph is 14 words and does not look like a concise direct answer."
    },
    {
      "heading": "AI that creates results, not noise",
      "headingHtml": "<h2 class=\"css-aqaf1s css-pelz90 css-13o7eu2 css-125ozqm-textColor css-0\"><div class=\"css-1uq6mu9 css-pelz90 css-13o7eu2 css-1smtklr-textColor css-0\"><span class=\"css-aqaf1s css-pelz90 css-6n7j50 css-1wr2t0u-textColor css-0\"><span class=\"css-aqaf1s css-pelz90 css-6n7j50 css-125ozqm-textColor css-0\">AI that creates results</span>, not&#xa0;noise</span></div></h2>",
      "firstParagraph": "We put AI behind your most critical marketing tasks. Turn raw data into insights in seconds – move faster, reduce manual work, and make better decisions at scale.",
      "paragraphHtml": "<p class=\"css-uoqnqe css-pelz90 css-13o7eu2 css-125ozqm-textColor css-0\">We put AI behind your most critical marketing tasks. Turn raw data into insights in seconds &#x2013; move faster, reduce manual work, and make better decisions at scale.</p>",
      "words": 27,
      "direct": false,
      "issue": "First paragraph is 27 words and does not look like a concise direct answer."
    },
    {
      "heading": "Agent A — your top 1% marketer",
      "headingHtml": "<h3 class=\"css-ffux1x css-pelz90 css-13o7eu2 css-125ozqm-textColor css-0\">Agent A &#x2014; your top 1% marketer</h3>",
      "firstParagraph": "Rely on the only AI marketing agent with full, unrestricted access to Ahrefs data, and the marketing skills to act on it.",
      "paragraphHtml": "<p class=\"css-qy4yio css-pelz90 css-13o7eu2 css-125ozqm-textColor css-0\">Rely on the only AI marketing agent with full, unrestricted access to Ahrefs data, and the marketing skills to act on it.</p>",
      "words": 22,
      "direct": false,
      "issue": "First paragraph is 22 words and does not look like a concise direct answer."
    },
    {
      "heading": "Track brand visibility across AI search and custom prompts.",
      "headingHtml": "<h3 class=\"css-1fag2a6 css-pelz90 css-13o7eu2 css-125ozqm-textColor css-0\">Track brand visibility across AI search and custom prompts.</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Write content that gets seen in search and AI.",
      "headingHtml": "<h3 class=\"css-1fag2a6 css-pelz90 css-13o7eu2 css-125ozqm-textColor css-0\">Write content that gets seen in search and AI.</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Optimize for global markets with AI-localization.",
      "headingHtml": "<h3 class=\"css-1fag2a6 css-pelz90 css-13o7eu2 css-125ozqm-textColor css-0\">Optimize for global markets with AI-localization.</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Detect AI-written content and maintain editorial integrity.",
      "headingHtml": "<h3 class=\"css-1fag2a6 css-pelz90 css-13o7eu2 css-125ozqm-textColor css-0\">Detect AI-written content and maintain editorial integrity.</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Deploy technical SEO fixes to your website — no devs needed.",
      "headingHtml": "<h3 class=\"css-1fag2a6 css-pelz90 css-13o7eu2 css-125ozqm-textColor css-0\">Deploy technical SEO fixes to your website &#x2014; no devs needed.</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Lead with data that sees further, faster, and deeper",
      "headingHtml": "<h2 class=\"css-aqaf1s css-pelz90 css-13o7eu2 css-0\"><span class=\"css-aqaf1s css-pelz90 css-6n7j50 css-1wr2t0u-textColor css-0\"><span class=\"css-aqaf1s css-pelz90 css-6n7j50 css-125ozqm-textColor css-0\">Lead with data</span> that sees further, faster, and deeper</span></h2>",
      "firstParagraph": "With our in-house infrastructure, we power custom LLMs, enhance data with AI, and expand our databases continuously.",
      "paragraphHtml": "<p class=\"css-uoqnqe css-pelz90 css-13o7eu2 css-125ozqm-textColor css-0\">With our in-house infrastructure, we power custom LLMs, enhance data with AI, and expand our databases continuously.</p>",
      "words": 17,
      "direct": false,
      "issue": "First paragraph is 17 words and does not look like a concise direct answer."
    },
    {
      "heading": "Whatever your role, Ahrefs gives you an edge",
      "headingHtml": "<h2 class=\"css-aqaf1s css-pelz90 css-13o7eu2 css-0\">Whatever your role, Ahrefs gives you an edge</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Content Marketer",
      "headingHtml": "<h3 class=\"css-1fag2a6 css-pelz90 css-13o7eu2 css-0\">Content Marketer</h3>",
      "firstParagraph": "Plan high-impact content",
      "paragraphHtml": "<p class=\"css-1fag2a6 css-pelz90 css-13o7eu2 css-0\">Plan high-impact content</p>",
      "words": 3,
      "direct": false,
      "issue": "First paragraph is 3 words and does not look like a concise direct answer."
    },
    {
      "heading": "PPC Specialist",
      "headingHtml": "<h3 class=\"css-1fag2a6 css-pelz90 css-13o7eu2 css-0\">PPC Specialist</h3>",
      "firstParagraph": "Benchmark ad performance",
      "paragraphHtml": "<p class=\"css-1fag2a6 css-pelz90 css-13o7eu2 css-0\">Benchmark ad performance</p>",
      "words": 3,
      "direct": false,
      "issue": "First paragraph is 3 words and does not look like a concise direct answer."
    },
    {
      "heading": "SEO/Link Builder",
      "headingHtml": "<h3 class=\"css-1fag2a6 css-pelz90 css-13o7eu2 css-0\">SEO/Link Builder</h3>",
      "firstParagraph": "Identify ranking gaps",
      "paragraphHtml": "<p class=\"css-1fag2a6 css-pelz90 css-13o7eu2 css-0\">Identify ranking gaps</p>",
      "words": 3,
      "direct": false,
      "issue": "First paragraph is 3 words and does not look like a concise direct answer."
    },
    {
      "heading": "AEO Specialist",
      "headingHtml": "<h3 class=\"css-1fag2a6 css-pelz90 css-13o7eu2 css-0\">AEO Specialist</h3>",
      "firstParagraph": "Know which AI platforms recommend your brand and for which queries",
      "paragraphHtml": "<p class=\"css-1fag2a6 css-pelz90 css-13o7eu2 css-0\">Know which AI platforms recommend your brand and for which queries</p>",
      "words": 11,
      "direct": false,
      "issue": "First paragraph is 11 words and does not look like a concise direct answer."
    },
    {
      "heading": "Product Marketer",
      "headingHtml": "<h3 class=\"css-1fag2a6 css-pelz90 css-13o7eu2 css-0\">Product Marketer</h3>",
      "firstParagraph": "Uncover competitor positioning",
      "paragraphHtml": "<p class=\"css-1fag2a6 css-pelz90 css-13o7eu2 css-0\">Uncover competitor positioning</p>",
      "words": 3,
      "direct": false,
      "issue": "First paragraph is 3 words and does not look like a concise direct answer."
    },
    {
      "heading": "Brand Specialist",
      "headingHtml": "<h3 class=\"css-1fag2a6 css-pelz90 css-13o7eu2 css-0\">Brand Specialist</h3>",
      "firstParagraph": "Track your brand's share of voice in AI search",
      "paragraphHtml": "<p class=\"css-1fag2a6 css-pelz90 css-13o7eu2 css-0\">Track your brand&apos;s share of voice in AI search</p>",
      "words": 9,
      "direct": false,
      "issue": "First paragraph is 9 words and does not look like a concise direct answer."
    },
    {
      "heading": "Investor",
      "headingHtml": "<h3 class=\"css-1fag2a6 css-pelz90 css-13o7eu2 css-0\">Investor</h3>",
      "firstParagraph": "Validate any domain's track record",
      "paragraphHtml": "<p class=\"css-1fag2a6 css-pelz90 css-13o7eu2 css-0\">Validate any domain&apos;s track record</p>",
      "words": 5,
      "direct": false,
      "issue": "First paragraph is 5 words and does not look like a concise direct answer."
    },
    {
      "heading": "Ahrefs Enterprise–See the big picture, get answers fast",
      "headingHtml": "<h2 class=\"css-aqaf1s css-pelz90 css-13o7eu2 css-0\"><span class=\"css-aqaf1s css-pelz90 css-6n7j50 css-1wr2t0u-textColor css-0\"><span class=\"css-aqaf1s css-pelz90 css-6n7j50 css-125ozqm-textColor css-0\">Ahrefs Enterprise</span>&#x2013;See the big picture, get answers fast</span></h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Unlock API access",
      "headingHtml": "<h3 class=\"css-1fag2a6 css-pelz90 css-13o7eu2 css-125ozqm-textColor css-0\">Unlock API access</h3>",
      "firstParagraph": "Power custom dashboards, internal tools, and automated reporting with 100+ flexible API endpoints.",
      "paragraphHtml": "<p class=\"css-uoqnqe css-pelz90 css-13o7eu2 css-125ozqm-textColor css-0\">Power custom dashboards, internal tools, and automated reporting with 100+ flexible API endpoints.</p>",
      "words": 13,
      "direct": false,
      "issue": "First paragraph is 13 words and does not look like a concise direct answer."
    },
    {
      "heading": "Connect to AI chatbots",
      "headingHtml": "<h3 class=\"css-1fag2a6 css-pelz90 css-13o7eu2 css-125ozqm-textColor css-0\">Connect to AI chatbots</h3>",
      "firstParagraph": "Turn ChatGPT, Claude, or Copilot into your personal marketing analyst with real-time Ahrefs data.",
      "paragraphHtml": "<p class=\"css-uoqnqe css-pelz90 css-13o7eu2 css-125ozqm-textColor css-0\">Turn ChatGPT, Claude, or Copilot into your personal marketing analyst with real-time Ahrefs data.</p>",
      "words": 14,
      "direct": false,
      "issue": "First paragraph is 14 words and does not look like a concise direct answer."
    },
    {
      "heading": "Create custom reports",
      "headingHtml": "<h3 class=\"css-1fag2a6 css-pelz90 css-13o7eu2 css-125ozqm-textColor css-0\">Create custom reports</h3>",
      "firstParagraph": "Get high-level insights at a glance—from GSC and web analytics to LLM visibility and website trends.",
      "paragraphHtml": "<p class=\"css-uoqnqe css-pelz90 css-13o7eu2 css-125ozqm-textColor css-0\">Get high-level insights at a glance&#x2014;from GSC and web analytics to LLM visibility and website trends.</p>",
      "words": 17,
      "direct": false,
      "issue": "First paragraph is 17 words and does not look like a concise direct answer."
    },
    {
      "heading": "We’ll support youall the way—whatever your question, there’s a guide, video, or real human ready to help",
      "headingHtml": "<h2 class=\"css-aqaf1s css-pelz90 css-13o7eu2 css-125ozqm-textColor css-0\"><div class=\"css-1uq6mu9 css-pelz90 css-13o7eu2 css-1smtklr-textColor css-0\"><span class=\"css-aqaf1s css-pelz90 css-6n7j50 css-1wr2t0u-textColor css-0\"><span class=\"css-aqaf1s css-pelz90 css-6n7j50 css-125ozqm-textColor css-0\">We&#x2019;ll support you</span><span class=\"css-10ixpme-heartIcon\"><span class=\"css-15a06dv css-8wf6b0-iconNoMargin\"></span></span><span class=\"css-aqaf1s css-pelz90 css-6n7j50 css-125ozqm-textColo...",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Academy",
      "headingHtml": "<h3 class=\"css-1fag2a6 css-pelz90 css-13o7eu2 css-0\"><a class=\"css-1xhfnb4\" href=\"/academy\">Academy</a></h3>",
      "firstParagraph": "Take free courses on our academy.",
      "paragraphHtml": "<p class=\"css-uoqnqe css-pelz90 css-13o7eu2 css-1wr2t0u-textColor css-0\">Take free courses on our academy.</p>",
      "words": 6,
      "direct": false,
      "issue": "First paragraph is 6 words and does not look like a concise direct answer."
    },
    {
      "heading": "Certification",
      "headingHtml": "<h3 class=\"css-1fag2a6 css-pelz90 css-13o7eu2 css-0\"><a class=\"css-1xhfnb4\" href=\"/certification\">Certification</a></h3>",
      "firstParagraph": "Get officially Ahrefs certified.",
      "paragraphHtml": "<p class=\"css-uoqnqe css-pelz90 css-13o7eu2 css-1wr2t0u-textColor css-0\">Get officially Ahrefs certified.</p>",
      "words": 4,
      "direct": false,
      "issue": "First paragraph is 4 words and does not look like a concise direct answer."
    },
    {
      "heading": "Blog",
      "headingHtml": "<h3 class=\"css-1fag2a6 css-pelz90 css-13o7eu2 css-0\"><a class=\"css-1xhfnb4\" href=\"https://ahrefs.com/blog/\">Blog</a></h3>",
      "firstParagraph": "Read detailed guides and case studies.",
      "paragraphHtml": "<p class=\"css-uoqnqe css-pelz90 css-13o7eu2 css-1wr2t0u-textColor css-0\">Read detailed guides and case studies.</p>",
      "words": 6,
      "direct": false,
      "issue": "First paragraph is 6 words and does not look like a concise direct answer."
    },
    {
      "heading": "Webinars",
      "headingHtml": "<h3 class=\"css-1fag2a6 css-pelz90 css-13o7eu2 css-0\"><a class=\"css-1xhfnb4\" href=\"/webinars\">Webinars</a></h3>",
      "firstParagraph": "Watch free live trainings and attend AMAs.",
      "paragraphHtml": "<p class=\"css-uoqnqe css-pelz90 css-13o7eu2 css-1wr2t0u-textColor css-0\">Watch free live trainings and attend AMAs.</p>",
      "words": 7,
      "direct": false,
      "issue": "First paragraph is 7 words and does not look like a concise direct answer."
    },
    {
      "heading": "YouTube",
      "headingHtml": "<h3 class=\"css-1fag2a6 css-pelz90 css-13o7eu2 css-0\"><a class=\"css-1xhfnb4\" href=\"https://www.youtube.com/c/AhrefsCom\" target=\"_blank\" rel=\"noopener\">YouTube</a></h3>",
      "firstParagraph": "Watch binge-worthy tutorials.",
      "paragraphHtml": "<p class=\"css-uoqnqe css-pelz90 css-13o7eu2 css-1wr2t0u-textColor css-0\">Watch binge-worthy tutorials.</p>",
      "words": 3,
      "direct": false,
      "issue": "First paragraph is 3 words and does not look like a concise direct answer."
    },
    {
      "heading": "Podcast",
      "headingHtml": "<h3 class=\"css-1fag2a6 css-pelz90 css-13o7eu2 css-0\"><a class=\"css-1xhfnb4\" href=\"/podcast\">Podcast</a></h3>",
      "firstParagraph": "Pick the brains of the brightest in the industry.",
      "paragraphHtml": "<p class=\"css-uoqnqe css-pelz90 css-13o7eu2 css-1wr2t0u-textColor css-0\">Pick the brains of the brightest in the industry.</p>",
      "words": 9,
      "direct": false,
      "issue": "First paragraph is 9 words and does not look like a concise direct answer."
    },
    {
      "heading": "Events",
      "headingHtml": "<h3 class=\"css-1fag2a6 css-pelz90 css-13o7eu2 css-0\"><a class=\"css-1xhfnb4\" href=\"/events\">Events</a></h3>",
      "firstParagraph": "Meet us in person and attend live events.",
      "paragraphHtml": "<p class=\"css-uoqnqe css-pelz90 css-13o7eu2 css-1wr2t0u-textColor css-0\">Meet us in person and attend live events.</p>",
      "words": 8,
      "direct": false,
      "issue": "First paragraph is 8 words and does not look like a concise direct answer."
    },
    {
      "heading": "Guides",
      "headingHtml": "<h3 class=\"css-1fag2a6 css-pelz90 css-13o7eu2 css-0\"><a class=\"css-1xhfnb4\" href=\"/seo\">Guides</a></h3>",
      "firstParagraph": "Learn SEO step by step with practical guides.",
      "paragraphHtml": "<p class=\"css-uoqnqe css-pelz90 css-13o7eu2 css-1wr2t0u-textColor css-0\">Learn SEO step by step with practical guides.</p>",
      "words": 8,
      "direct": false,
      "issue": "First paragraph is 8 words and does not look like a concise direct answer."
    },
    {
      "heading": "Join ourcommunity",
      "headingHtml": "<h2><span class=\"css-aqaf1s css-pelz90 css-sn50up css-0\">Join our</span><div class=\"css-3q407w-handIcon\"><div class=\"svg-container-unpositioned css-lxnley css-6xp6tr css-jz9an1\"></div></div><span class=\"css-aqaf1s css-pelz90 css-6n7j50 css-epvm6 css-0\">community</span></h2>",
      "firstParagraph": "Join Ahrefs Insider, our private community, built for the next generation of marketers. Connect with pros, swap ideas, ask questions, and stay ahead of what's changing in search.",
      "paragraphHtml": "<p class=\"css-1fag2a6 css-pelz90 css-13o7eu2 css-0\">Join Ahrefs Insider, <a class=\"css-1wxim07\" href=\"https://www.facebook.com/groups/ahrefsinsider\" target=\"_blank\" rel=\"noopener\">our private community,</a> built for the next generation of marketers. Connect with pros, swap ideas, ask questions, and stay ahead of what&apos;s changing in search.</p>",
      "words": 28,
      "direct": false,
      "issue": "First paragraph is 28 words and does not look like a concise direct answer."
    }
  ],
  "score": 65,
  "weight": 28
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

AEO: Question-led structure

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

3 Warning

Needs attention

AEO: Question-led structure

Warning
01

Issue

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

02

Why it matters

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

Check name

AEO: Question-led structure

Score

50/100

Status

warning

Category

GEO, AIO & AEO

Maturity

Emerging recommendation

Goal

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

Result

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

Evidence
{
  "h2Count": 8,
  "questionH2s": [],
  "hasFaq": true,
  "score": 50,
  "weight": 18
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

AIO: Page experience for AIO

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

2 Warning

Needs attention

AIO: Page experience for AIO

Warning
01

Issue

59 image(s) are missing width/height attributes. 5 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": 2996,
  "htmlBytes": 753729,
  "imagesMissingDimensions": [
    {
      "src": "https://cdn-cookieyes.com/assets/images/close.svg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img alt src=\"https://cdn-cookieyes.com/assets/images/close.svg\">"
    },
    {
      "src": "/assets/esbuild/agent-a-RGKHPQJW.svg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img class=\"css-52g29y-image\" src=\"/assets/esbuild/agent-a-RGKHPQJW.svg\" alt=\"Agent A\">"
    },
    {
      "src": "/assets/esbuild/ebay-DKUVDV7P.svg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img class=\"css-17slktg-image\" src=\"/assets/esbuild/ebay-DKUVDV7P.svg\" alt=\"Ebay logo\">"
    },
    {
      "src": "/assets/esbuild/ibm-52TC6OHC.svg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img class=\"css-1v6c6wl-image\" src=\"/assets/esbuild/ibm-52TC6OHC.svg\" alt=\"IBM logo\">"
    },
    {
      "src": "/assets/esbuild/zoom-QEGOOLHU.svg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img class=\"css-17slktg-image\" src=\"/assets/esbuild/zoom-QEGOOLHU.svg\" alt=\"Zoom logo\">"
    },
    {
      "src": "/assets/esbuild/linkedIn-QDJY5PVE.svg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img class=\"css-ilve9c-image\" src=\"/assets/esbuild/linkedIn-QDJY5PVE.svg\" alt=\"LinkedIn logo\">"
    },
    {
      "src": "/assets/esbuild/johnsonJohnson-7XEQSGRM.svg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img class=\"css-bemno0-image\" src=\"/assets/esbuild/johnsonJohnson-7XEQSGRM.svg\" alt=\"Johnson Johnson logo\">"
    },
    {
      "src": "/assets/esbuild/pinterest-HAAHSOCX.svg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img class=\"css-ao32qa-image\" src=\"/assets/esbuild/pinterest-HAAHSOCX.svg\" alt=\"Pinterest logo\">"
    },
    {
      "src": "/assets/esbuild/dell-DH2PJKB3.svg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img class=\"css-13qf38-image\" src=\"/assets/esbuild/dell-DH2PJKB3.svg\" alt=\"Dell logo\">"
    },
    {
      "src": "/assets/esbuild/capitalOne-STD3IXZX.svg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img class=\"css-ilve9c-image\" src=\"/assets/esbuild/capitalOne-STD3IXZX.svg\" alt=\"Capital One logo\">"
    },
    {
      "src": "/assets/esbuild/accenture-RYBJN7BO.svg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img class=\"css-4w6oic-image\" src=\"/assets/esbuild/accenture-RYBJN7BO.svg\" alt=\"Accenture logo\">"
    },
    {
      "src": "/assets/esbuild/tripAdvisor-6LLGAYKB.svg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img class=\"css-yvst2r-image\" src=\"/assets/esbuild/tripAdvisor-6LLGAYKB.svg\" alt=\"Trip Advisor logo\">"
    },
    {
      "src": "/assets/esbuild/hubspot-2Q2BVDDG.svg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img class=\"css-11ertma-image\" src=\"/assets/esbuild/hubspot-2Q2BVDDG.svg\" alt=\"Hubspot logo\">"
    },
    {
      "src": "/assets/esbuild/westpac-5VGCG5XJ.svg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img class=\"css-rwuhh3-image\" src=\"/assets/esbuild/westpac-5VGCG5XJ.svg\" alt=\"Westpac logo\">"
    },
    {
      "src": "/assets/esbuild/surveyMonkey-TAA4KEAB.svg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img class=\"css-1fjp1zw-image\" src=\"/assets/esbuild/surveyMonkey-TAA4KEAB.svg\" alt=\"Survey Monkey logo\">"
    },
    {
      "src": "/assets/esbuild/shopify-7VD4FUNB.svg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img class=\"css-djxopi-image\" src=\"/assets/esbuild/shopify-7VD4FUNB.svg\" alt=\"Shopify logo\">"
    },
    {
      "src": "/assets/esbuild/expedia-JGR4WG73.svg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img class=\"css-vaee5q-image\" src=\"/assets/esbuild/expedia-JGR4WG73.svg\" alt=\"Expedia logo\">"
    },
    {
      "src": "/assets/esbuild/huffpost-FXMFJZ5W.svg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img class=\"css-rwuhh3-image\" src=\"/assets/esbuild/huffpost-FXMFJZ5W.svg\" alt=\"Huffpost logo\">"
    },
    {
      "src": "/assets/esbuild/playStation-V42TPYNE.svg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img class=\"css-qv0op-image\" src=\"/assets/esbuild/playStation-V42TPYNE.svg\" alt=\"Play Station logo\">"
    },
    {
      "src": "/assets/esbuild/uber-NZQXIXP6.svg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img class=\"css-c3a7rg-image\" src=\"/assets/esbuild/uber-NZQXIXP6.svg\" alt=\"UBER logo\">"
    },
    {
      "src": "/assets/esbuild/adidas-3LNBXTK7.svg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img class=\"css-3wt50v-image\" src=\"/assets/esbuild/adidas-3LNBXTK7.svg\" alt=\"Adidas logo\">"
    },
    {
      "src": "/assets/esbuild/alibaba-HU4Y23DD.svg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img class=\"css-tw0lgu-image\" src=\"/assets/esbuild/alibaba-HU4Y23DD.svg\" alt=\"Alibaba logo\">"
    },
    {
      "src": "/assets/esbuild/wt-GPAQAPRS.svg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img class=\"css-igak56-image\" src=\"/assets/esbuild/wt-GPAQAPRS.svg\" alt=\"Wunderman Thompson logo\">"
    },
    {
      "src": "/assets/esbuild/ebay-DKUVDV7P.svg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img class=\"css-17slktg-image\" src=\"/assets/esbuild/ebay-DKUVDV7P.svg\" alt=\"Ebay logo\">"
    },
    {
      "src": "/assets/esbuild/ibm-52TC6OHC.svg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img class=\"css-1v6c6wl-image\" src=\"/assets/esbuild/ibm-52TC6OHC.svg\" alt=\"IBM logo\">"
    },
    {
      "src": "/assets/esbuild/zoom-QEGOOLHU.svg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img class=\"css-17slktg-image\" src=\"/assets/esbuild/zoom-QEGOOLHU.svg\" alt=\"Zoom logo\">"
    },
    {
      "src": "/assets/esbuild/linkedIn-QDJY5PVE.svg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img class=\"css-ilve9c-image\" src=\"/assets/esbuild/linkedIn-QDJY5PVE.svg\" alt=\"LinkedIn logo\">"
    },
    {
      "src": "/assets/esbuild/dell-DH2PJKB3.svg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img class=\"css-13qf38-image\" src=\"/assets/esbuild/dell-DH2PJKB3.svg\" alt=\"Dell logo\">"
    },
    {
      "src": "/assets/esbuild/capitalOne-STD3IXZX.svg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img class=\"css-ilve9c-image\" src=\"/assets/esbuild/capitalOne-STD3IXZX.svg\" alt=\"Capital One logo\">"
    },
    {
      "src": "/assets/esbuild/accenture-RYBJN7BO.svg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img class=\"css-4w6oic-image\" src=\"/assets/esbuild/accenture-RYBJN7BO.svg\" alt=\"Accenture logo\">"
    },
    {
      "src": "/assets/esbuild/surveyMonkey-TAA4KEAB.svg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img class=\"css-1fjp1zw-image\" src=\"/assets/esbuild/surveyMonkey-TAA4KEAB.svg\" alt=\"Survey Monkey logo\">"
    },
    {
      "src": "/assets/esbuild/shopify-7VD4FUNB.svg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img class=\"css-djxopi-image\" src=\"/assets/esbuild/shopify-7VD4FUNB.svg\" alt=\"Shopify logo\">"
    },
    {
      "src": "/assets/esbuild/uber-NZQXIXP6.svg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img class=\"css-c3a7rg-image\" src=\"/assets/esbuild/uber-NZQXIXP6.svg\" alt=\"UBER logo\">"
    },
    {
      "src": "/assets/esbuild/adidas-3LNBXTK7.svg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img class=\"css-3wt50v-image\" src=\"/assets/esbuild/adidas-3LNBXTK7.svg\" alt=\"Adidas logo\">"
    },
    {
      "src": "/assets/esbuild/alibaba-HU4Y23DD.svg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img class=\"css-tw0lgu-image\" src=\"/assets/esbuild/alibaba-HU4Y23DD.svg\" alt=\"Alibaba logo\">"
    },
    {
      "src": "/assets/esbuild/johnsonJohnson-7XEQSGRM.svg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img class=\"css-bemno0-image\" src=\"/assets/esbuild/johnsonJohnson-7XEQSGRM.svg\" alt=\"Johnson Johnson logo\">"
    },
    {
      "src": "/assets/esbuild/pinterest-HAAHSOCX.svg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img class=\"css-ao32qa-image\" src=\"/assets/esbuild/pinterest-HAAHSOCX.svg\" alt=\"Pinterest logo\">"
    },
    {
      "src": "/assets/esbuild/tripAdvisor-6LLGAYKB.svg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img class=\"css-yvst2r-image\" src=\"/assets/esbuild/tripAdvisor-6LLGAYKB.svg\" alt=\"Trip Advisor logo\">"
    },
    {
      "src": "/assets/esbuild/hubspot-2Q2BVDDG.svg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img class=\"css-11ertma-image\" src=\"/assets/esbuild/hubspot-2Q2BVDDG.svg\" alt=\"Hubspot logo\">"
    },
    {
      "src": "/assets/esbuild/westpac-5VGCG5XJ.svg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img class=\"css-rwuhh3-image\" src=\"/assets/esbuild/westpac-5VGCG5XJ.svg\" alt=\"Westpac logo\">"
    },
    {
      "src": "/assets/esbuild/expedia-JGR4WG73.svg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img class=\"css-vaee5q-image\" src=\"/assets/esbuild/expedia-JGR4WG73.svg\" alt=\"Expedia logo\">"
    },
    {
      "src": "/assets/esbuild/huffpost-FXMFJZ5W.svg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img class=\"css-rwuhh3-image\" src=\"/assets/esbuild/huffpost-FXMFJZ5W.svg\" alt=\"Huffpost logo\">"
    },
    {
      "src": "/assets/esbuild/playStation-V42TPYNE.svg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img class=\"css-qv0op-image\" src=\"/assets/esbuild/playStation-V42TPYNE.svg\" alt=\"Play Station logo\">"
    },
    {
      "src": "/assets/esbuild/wt-GPAQAPRS.svg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img class=\"css-igak56-image\" src=\"/assets/esbuild/wt-GPAQAPRS.svg\" alt=\"Wunderman Thompson logo\">"
    },
    {
      "src": "/assets/esbuild/content-creation-top-gradient-2UF7NGYM.jpg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img class=\"css-1vjod6q-image css-rqgsqp\" src=\"/assets/esbuild/content-creation-top-gradient-2UF7NGYM.jpg\">"
    },
    {
      "src": "/assets/esbuild/logo-2N43Y6D2.svg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img class=\"css-6p4nsg-image\" src=\"/assets/esbuild/logo-2N43Y6D2.svg\">"
    },
    {
      "src": "/assets/esbuild/track-radar-buttons-XX7WNLFW.svg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img class=\"css-as143e-image\" src=\"/assets/esbuild/track-radar-buttons-XX7WNLFW.svg\">"
    },
    {
      "src": "/assets/esbuild/patch-meta-tags-LHGNNC3R.svg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img class=\"css-1gvudp1-image\" src=\"/assets/esbuild/patch-meta-tags-LHGNNC3R.svg\">"
    },
    {
      "src": "/assets/esbuild/content-creation-bottom-gradient-MGVQ2EGN.jpg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img class=\"css-1fjj3mj-image css-rqgsqp\" src=\"/assets/esbuild/content-creation-bottom-gradient-MGVQ2EGN.jpg\">"
    },
    {
      "src": "/assets/esbuild/blue-gradient-IOB543HZ.png",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img class=\"css-1bvqqpj css-1t1aeyc-blueGradientAnimation\" src=\"/assets/esbuild/blue-gradient-IOB543HZ.png\" alt=\"blue gradient color image\">"
    },
    {
      "src": "/assets/esbuild/orange-gradient-QWONXUKL.png",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img class=\"css-4lxl9m css-1b7qhkq-orangeGradientAnimation\" src=\"/assets/esbuild/orange-gradient-QWONXUKL.png\" alt=\"orange gradient color image\">"
    },
    {
      "src": "/assets/esbuild/api-HJ6NVC5S.svg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img class=\"css-uhliag-image\" src=\"/assets/esbuild/api-HJ6NVC5S.svg\">"
    },
    {
      "src": "/assets/esbuild/reports-GYYUDWCG.svg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img class=\"css-bl2api-image\" src=\"/assets/esbuild/reports-GYYUDWCG.svg\">"
    },
    {
      "src": "/assets/esbuild/Andrew_Oleksik-OAZBK7T6.jpg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img class=\"css-13vejuc-image css-zw36oq-imageBorder-Circle\" src=\"/assets/esbuild/Andrew_Oleksik-OAZBK7T6.jpg\">"
    },
    {
      "src": "/assets/esbuild/suso-GRSWNF2Z.svg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img class=\"css-szi657-image\" src=\"/assets/esbuild/suso-GRSWNF2Z.svg\" alt=\"Suso Digital logo\">"
    },
    {
      "src": "/assets/esbuild/Jon_Clark-DWO4SEBR.jpg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img class=\"css-13vejuc-image css-zw36oq-imageBorder-Circle\" src=\"/assets/esbuild/Jon_Clark-DWO4SEBR.jpg\">"
    },
    {
      "src": "/assets/esbuild/moving-traffic-media-DD6H6UO4.svg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img class=\"css-vg2t8z-image\" src=\"/assets/esbuild/moving-traffic-media-DD6H6UO4.svg\" alt=\"Moving Traffic Media logo\">"
    },
    {
      "src": "/assets/esbuild/Ross_Simmonds-HGB6ELYV.jpg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img class=\"css-13vejuc-image css-zw36oq-imageBorder-Circle\" src=\"/assets/esbuild/Ross_Simmonds-HGB6ELYV.jpg\">"
    },
    {
      "src": "/assets/esbuild/foundation-KF7R7FHB.svg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img class=\"css-1ttv1ry-image\" src=\"/assets/esbuild/foundation-KF7R7FHB.svg\" alt=\"Foundation Marketing logo\">"
    }
  ],
  "possibleDialogs": [
    "<div class=\"cky-modal\" tabindex=\"-1\"><div class=\"cky-preference-center\" data-cky-tag=\"detail\" role=\"dialog\" aria-label=\"Customise Consent Preferences\" aria-modal=\"true\" id=\"ckyPreferenceCenter\" style=\"color: #212121; border-color: #F4F4F4; background-color: #FFFFFF;\"><div class=\"cky-preference-header\"><span class=\"cky-preference-title\" aria-level=\"2\" data-cky-tag=\"detail-title\" role=\"heading\" style=\"color: #212121;\">Customise Consent Preferences</span> <button aria-label=\"Close\" class=\"cky-bt...",
    "<div class=\"cky-preference-center\" data-cky-tag=\"detail\" role=\"dialog\" aria-label=\"Customise Consent Preferences\" aria-modal=\"true\" id=\"ckyPreferenceCenter\" style=\"color: #212121; border-color: #F4F4F4; background-color: #FFFFFF;\"><div class=\"cky-preference-header\"><span class=\"cky-preference-title\" aria-level=\"2\" data-cky-tag=\"detail-title\" role=\"heading\" style=\"color: #212121;\">Customise Consent Preferences</span> <button aria-label=\"Close\" class=\"cky-btn-close\" data-cky-tag=\"detail-close\">...",
    "<div class=\"css-1r7c8t1-modal css-123dube\"><div class=\"css-10vhy20-heightContainer\"><div class=\"css-1txwiax-header\"><div class=\"css-14ev3s0-onePixelUp css-x0f417-logo css-1vei7c5\">Ahrefs</div></div></div></div>",
    "<div id=\"ST__ToolDemoModal\"><div class=\"css-o21ibq css-5orf1g css-zcxndt\"><div class=\"css-aptb6a-closeButton css-1ofia27 css-ymbjio\"><button aria-label=\"Close menu\" class=\"css-1utqf1l-button\"><svg height=\"28\" width=\"28\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" stroke=\"#FFF\" stroke-width=\"3\"><path d=\"M1.167 1.167l25.666 25.666\"/><path d=\"M26.833 1.167L1.167 26.833\"/></g></svg></button></div></div><div class=\"css-o21ibq css-5orf1g css-zcxndt\"><div class=\"css-aptb6a-closeButton css-1ofi...",
    "<div class=\"ReactModalPortal\"></div>"
  ],
  "score": 70,
  "weight": 10
}

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

No substantial explanatory paragraphs were found.

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": 1,
  "citablePassages": 0,
  "failingCandidateParagraphs": [],
  "citableParagraphs": [],
  "score": 75,
  "weight": 18
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

AIO: Answer block readiness

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

2 Warning

Needs attention

AIO: Answer block readiness

Warning
01

Issue

38 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": 39,
  "passing": 1,
  "failing": [
    {
      "heading": "Your marketing platform—built for search and AI",
      "headingHtml": "<h2 class=\"css-aqaf1s css-pelz90 css-13o7eu2 css-0\">Your marketing platform&#x2014;built for search and AI</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Brand & AI Search",
      "headingHtml": "<h3 class=\"css-1fag2a6 css-pelz90 css-13o7eu2 css-1smtklr-textColor css-0\">Brand &amp; AI Search</h3>",
      "firstParagraph": "Dominate AI search. Track brand mentions, citations, and sentiment across AI chatbots.",
      "paragraphHtml": "<p class=\"css-uoqnqe css-pelz90 css-13o7eu2 css-24tsjo-textColor css-0\">Dominate AI search. Track brand mentions, citations, and sentiment across AI chatbots.</p>",
      "words": 12,
      "direct": false,
      "issue": "First paragraph is 12 words and does not look like a concise direct answer."
    },
    {
      "heading": "Competitive Intelligence",
      "headingHtml": "<h3 class=\"css-1fag2a6 css-pelz90 css-13o7eu2 css-1smtklr-textColor css-0\">Competitive Intelligence</h3>",
      "firstParagraph": "Study what your competitors are doing, reveal their PPC strategy, and anticipate market trends.",
      "paragraphHtml": "<p class=\"css-uoqnqe css-pelz90 css-13o7eu2 css-24tsjo-textColor css-0\">Study what your competitors are doing, reveal their PPC strategy, and anticipate market trends.</p>",
      "words": 14,
      "direct": false,
      "issue": "First paragraph is 14 words and does not look like a concise direct answer."
    },
    {
      "heading": "Content Marketing",
      "headingHtml": "<h3 class=\"css-1fag2a6 css-pelz90 css-13o7eu2 css-1smtklr-textColor css-0\">Content Marketing</h3>",
      "firstParagraph": "Create high-quality content that ranks, match search intent, and fill in content gaps with AI.",
      "paragraphHtml": "<p class=\"css-uoqnqe css-pelz90 css-13o7eu2 css-24tsjo-textColor css-0\">Create high-quality content that ranks, match search intent, and fill in content gaps with AI.</p>",
      "words": 15,
      "direct": false,
      "issue": "First paragraph is 15 words and does not look like a concise direct answer."
    },
    {
      "heading": "Website Performance",
      "headingHtml": "<h3 class=\"css-1fag2a6 css-pelz90 css-13o7eu2 css-1smtklr-textColor css-0\">Website Performance</h3>",
      "firstParagraph": "Monitor your website’s health 24/7 and track your visitors in real-time, for free.",
      "paragraphHtml": "<p class=\"css-uoqnqe css-pelz90 css-13o7eu2 css-24tsjo-textColor css-0\">Monitor your website&#x2019;s health 24/7 and track your visitors in real-time, for free.</p>",
      "words": 15,
      "direct": false,
      "issue": "First paragraph is 15 words and does not look like a concise direct answer."
    },
    {
      "heading": "Local SEO",
      "headingHtml": "<h3 class=\"css-1fag2a6 css-pelz90 css-13o7eu2 css-1smtklr-textColor css-0\">Local SEO</h3>",
      "firstParagraph": "Optimize your Google Business Profile to attract more local customers and dominate local rankings.",
      "paragraphHtml": "<p class=\"css-uoqnqe css-pelz90 css-13o7eu2 css-24tsjo-textColor css-0\">Optimize your Google Business Profile to attract more local customers and dominate local rankings.</p>",
      "words": 14,
      "direct": false,
      "issue": "First paragraph is 14 words and does not look like a concise direct answer."
    },
    {
      "heading": "Social Media",
      "headingHtml": "<h3 class=\"css-1fag2a6 css-pelz90 css-13o7eu2 css-1smtklr-textColor css-0\">Social Media</h3>",
      "firstParagraph": "Create, publish, and schedule posts across social media channels, monitor brand mentions, and partner with the right influencers.",
      "paragraphHtml": "<p class=\"css-uoqnqe css-pelz90 css-13o7eu2 css-24tsjo-textColor css-0\">Create, publish, and schedule posts across social media channels, monitor brand mentions, and partner with the right influencers.</p>",
      "words": 18,
      "direct": false,
      "issue": "First paragraph is 18 words and does not look like a concise direct answer."
    },
    {
      "heading": "Reporting",
      "headingHtml": "<h3 class=\"css-1fag2a6 css-pelz90 css-13o7eu2 css-1smtklr-textColor css-0\">Reporting</h3>",
      "firstParagraph": "Get a high-level view of your websites and create customizable reports with Ahrefs data.",
      "paragraphHtml": "<p class=\"css-uoqnqe css-pelz90 css-13o7eu2 css-24tsjo-textColor css-0\">Get a high-level view of your websites and create customizable reports with Ahrefs data.</p>",
      "words": 14,
      "direct": false,
      "issue": "First paragraph is 14 words and does not look like a concise direct answer."
    },
    {
      "heading": "AI that creates results, not noise",
      "headingHtml": "<h2 class=\"css-aqaf1s css-pelz90 css-13o7eu2 css-125ozqm-textColor css-0\"><div class=\"css-1uq6mu9 css-pelz90 css-13o7eu2 css-1smtklr-textColor css-0\"><span class=\"css-aqaf1s css-pelz90 css-6n7j50 css-1wr2t0u-textColor css-0\"><span class=\"css-aqaf1s css-pelz90 css-6n7j50 css-125ozqm-textColor css-0\">AI that creates results</span>, not&#xa0;noise</span></div></h2>",
      "firstParagraph": "We put AI behind your most critical marketing tasks. Turn raw data into insights in seconds – move faster, reduce manual work, and make better decisions at scale.",
      "paragraphHtml": "<p class=\"css-uoqnqe css-pelz90 css-13o7eu2 css-125ozqm-textColor css-0\">We put AI behind your most critical marketing tasks. Turn raw data into insights in seconds &#x2013; move faster, reduce manual work, and make better decisions at scale.</p>",
      "words": 27,
      "direct": false,
      "issue": "First paragraph is 27 words and does not look like a concise direct answer."
    },
    {
      "heading": "Agent A — your top 1% marketer",
      "headingHtml": "<h3 class=\"css-ffux1x css-pelz90 css-13o7eu2 css-125ozqm-textColor css-0\">Agent A &#x2014; your top 1% marketer</h3>",
      "firstParagraph": "Rely on the only AI marketing agent with full, unrestricted access to Ahrefs data, and the marketing skills to act on it.",
      "paragraphHtml": "<p class=\"css-qy4yio css-pelz90 css-13o7eu2 css-125ozqm-textColor css-0\">Rely on the only AI marketing agent with full, unrestricted access to Ahrefs data, and the marketing skills to act on it.</p>",
      "words": 22,
      "direct": false,
      "issue": "First paragraph is 22 words and does not look like a concise direct answer."
    },
    {
      "heading": "Track brand visibility across AI search and custom prompts.",
      "headingHtml": "<h3 class=\"css-1fag2a6 css-pelz90 css-13o7eu2 css-125ozqm-textColor css-0\">Track brand visibility across AI search and custom prompts.</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Write content that gets seen in search and AI.",
      "headingHtml": "<h3 class=\"css-1fag2a6 css-pelz90 css-13o7eu2 css-125ozqm-textColor css-0\">Write content that gets seen in search and AI.</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Optimize for global markets with AI-localization.",
      "headingHtml": "<h3 class=\"css-1fag2a6 css-pelz90 css-13o7eu2 css-125ozqm-textColor css-0\">Optimize for global markets with AI-localization.</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Detect AI-written content and maintain editorial integrity.",
      "headingHtml": "<h3 class=\"css-1fag2a6 css-pelz90 css-13o7eu2 css-125ozqm-textColor css-0\">Detect AI-written content and maintain editorial integrity.</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Deploy technical SEO fixes to your website — no devs needed.",
      "headingHtml": "<h3 class=\"css-1fag2a6 css-pelz90 css-13o7eu2 css-125ozqm-textColor css-0\">Deploy technical SEO fixes to your website &#x2014; no devs needed.</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Lead with data that sees further, faster, and deeper",
      "headingHtml": "<h2 class=\"css-aqaf1s css-pelz90 css-13o7eu2 css-0\"><span class=\"css-aqaf1s css-pelz90 css-6n7j50 css-1wr2t0u-textColor css-0\"><span class=\"css-aqaf1s css-pelz90 css-6n7j50 css-125ozqm-textColor css-0\">Lead with data</span> that sees further, faster, and deeper</span></h2>",
      "firstParagraph": "With our in-house infrastructure, we power custom LLMs, enhance data with AI, and expand our databases continuously.",
      "paragraphHtml": "<p class=\"css-uoqnqe css-pelz90 css-13o7eu2 css-125ozqm-textColor css-0\">With our in-house infrastructure, we power custom LLMs, enhance data with AI, and expand our databases continuously.</p>",
      "words": 17,
      "direct": false,
      "issue": "First paragraph is 17 words and does not look like a concise direct answer."
    },
    {
      "heading": "Whatever your role, Ahrefs gives you an edge",
      "headingHtml": "<h2 class=\"css-aqaf1s css-pelz90 css-13o7eu2 css-0\">Whatever your role, Ahrefs gives you an edge</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Content Marketer",
      "headingHtml": "<h3 class=\"css-1fag2a6 css-pelz90 css-13o7eu2 css-0\">Content Marketer</h3>",
      "firstParagraph": "Plan high-impact content",
      "paragraphHtml": "<p class=\"css-1fag2a6 css-pelz90 css-13o7eu2 css-0\">Plan high-impact content</p>",
      "words": 3,
      "direct": false,
      "issue": "First paragraph is 3 words and does not look like a concise direct answer."
    },
    {
      "heading": "PPC Specialist",
      "headingHtml": "<h3 class=\"css-1fag2a6 css-pelz90 css-13o7eu2 css-0\">PPC Specialist</h3>",
      "firstParagraph": "Benchmark ad performance",
      "paragraphHtml": "<p class=\"css-1fag2a6 css-pelz90 css-13o7eu2 css-0\">Benchmark ad performance</p>",
      "words": 3,
      "direct": false,
      "issue": "First paragraph is 3 words and does not look like a concise direct answer."
    },
    {
      "heading": "SEO/Link Builder",
      "headingHtml": "<h3 class=\"css-1fag2a6 css-pelz90 css-13o7eu2 css-0\">SEO/Link Builder</h3>",
      "firstParagraph": "Identify ranking gaps",
      "paragraphHtml": "<p class=\"css-1fag2a6 css-pelz90 css-13o7eu2 css-0\">Identify ranking gaps</p>",
      "words": 3,
      "direct": false,
      "issue": "First paragraph is 3 words and does not look like a concise direct answer."
    },
    {
      "heading": "AEO Specialist",
      "headingHtml": "<h3 class=\"css-1fag2a6 css-pelz90 css-13o7eu2 css-0\">AEO Specialist</h3>",
      "firstParagraph": "Know which AI platforms recommend your brand and for which queries",
      "paragraphHtml": "<p class=\"css-1fag2a6 css-pelz90 css-13o7eu2 css-0\">Know which AI platforms recommend your brand and for which queries</p>",
      "words": 11,
      "direct": false,
      "issue": "First paragraph is 11 words and does not look like a concise direct answer."
    },
    {
      "heading": "Product Marketer",
      "headingHtml": "<h3 class=\"css-1fag2a6 css-pelz90 css-13o7eu2 css-0\">Product Marketer</h3>",
      "firstParagraph": "Uncover competitor positioning",
      "paragraphHtml": "<p class=\"css-1fag2a6 css-pelz90 css-13o7eu2 css-0\">Uncover competitor positioning</p>",
      "words": 3,
      "direct": false,
      "issue": "First paragraph is 3 words and does not look like a concise direct answer."
    },
    {
      "heading": "Brand Specialist",
      "headingHtml": "<h3 class=\"css-1fag2a6 css-pelz90 css-13o7eu2 css-0\">Brand Specialist</h3>",
      "firstParagraph": "Track your brand's share of voice in AI search",
      "paragraphHtml": "<p class=\"css-1fag2a6 css-pelz90 css-13o7eu2 css-0\">Track your brand&apos;s share of voice in AI search</p>",
      "words": 9,
      "direct": false,
      "issue": "First paragraph is 9 words and does not look like a concise direct answer."
    },
    {
      "heading": "Investor",
      "headingHtml": "<h3 class=\"css-1fag2a6 css-pelz90 css-13o7eu2 css-0\">Investor</h3>",
      "firstParagraph": "Validate any domain's track record",
      "paragraphHtml": "<p class=\"css-1fag2a6 css-pelz90 css-13o7eu2 css-0\">Validate any domain&apos;s track record</p>",
      "words": 5,
      "direct": false,
      "issue": "First paragraph is 5 words and does not look like a concise direct answer."
    },
    {
      "heading": "Ahrefs Enterprise–See the big picture, get answers fast",
      "headingHtml": "<h2 class=\"css-aqaf1s css-pelz90 css-13o7eu2 css-0\"><span class=\"css-aqaf1s css-pelz90 css-6n7j50 css-1wr2t0u-textColor css-0\"><span class=\"css-aqaf1s css-pelz90 css-6n7j50 css-125ozqm-textColor css-0\">Ahrefs Enterprise</span>&#x2013;See the big picture, get answers fast</span></h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Unlock API access",
      "headingHtml": "<h3 class=\"css-1fag2a6 css-pelz90 css-13o7eu2 css-125ozqm-textColor css-0\">Unlock API access</h3>",
      "firstParagraph": "Power custom dashboards, internal tools, and automated reporting with 100+ flexible API endpoints.",
      "paragraphHtml": "<p class=\"css-uoqnqe css-pelz90 css-13o7eu2 css-125ozqm-textColor css-0\">Power custom dashboards, internal tools, and automated reporting with 100+ flexible API endpoints.</p>",
      "words": 13,
      "direct": false,
      "issue": "First paragraph is 13 words and does not look like a concise direct answer."
    },
    {
      "heading": "Connect to AI chatbots",
      "headingHtml": "<h3 class=\"css-1fag2a6 css-pelz90 css-13o7eu2 css-125ozqm-textColor css-0\">Connect to AI chatbots</h3>",
      "firstParagraph": "Turn ChatGPT, Claude, or Copilot into your personal marketing analyst with real-time Ahrefs data.",
      "paragraphHtml": "<p class=\"css-uoqnqe css-pelz90 css-13o7eu2 css-125ozqm-textColor css-0\">Turn ChatGPT, Claude, or Copilot into your personal marketing analyst with real-time Ahrefs data.</p>",
      "words": 14,
      "direct": false,
      "issue": "First paragraph is 14 words and does not look like a concise direct answer."
    },
    {
      "heading": "Create custom reports",
      "headingHtml": "<h3 class=\"css-1fag2a6 css-pelz90 css-13o7eu2 css-125ozqm-textColor css-0\">Create custom reports</h3>",
      "firstParagraph": "Get high-level insights at a glance—from GSC and web analytics to LLM visibility and website trends.",
      "paragraphHtml": "<p class=\"css-uoqnqe css-pelz90 css-13o7eu2 css-125ozqm-textColor css-0\">Get high-level insights at a glance&#x2014;from GSC and web analytics to LLM visibility and website trends.</p>",
      "words": 17,
      "direct": false,
      "issue": "First paragraph is 17 words and does not look like a concise direct answer."
    },
    {
      "heading": "We’ll support youall the way—whatever your question, there’s a guide, video, or real human ready to help",
      "headingHtml": "<h2 class=\"css-aqaf1s css-pelz90 css-13o7eu2 css-125ozqm-textColor css-0\"><div class=\"css-1uq6mu9 css-pelz90 css-13o7eu2 css-1smtklr-textColor css-0\"><span class=\"css-aqaf1s css-pelz90 css-6n7j50 css-1wr2t0u-textColor css-0\"><span class=\"css-aqaf1s css-pelz90 css-6n7j50 css-125ozqm-textColor css-0\">We&#x2019;ll support you</span><span class=\"css-10ixpme-heartIcon\"><span class=\"css-15a06dv css-8wf6b0-iconNoMargin\"></span></span><span class=\"css-aqaf1s css-pelz90 css-6n7j50 css-125ozqm-textColo...",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Academy",
      "headingHtml": "<h3 class=\"css-1fag2a6 css-pelz90 css-13o7eu2 css-0\"><a class=\"css-1xhfnb4\" href=\"/academy\">Academy</a></h3>",
      "firstParagraph": "Take free courses on our academy.",
      "paragraphHtml": "<p class=\"css-uoqnqe css-pelz90 css-13o7eu2 css-1wr2t0u-textColor css-0\">Take free courses on our academy.</p>",
      "words": 6,
      "direct": false,
      "issue": "First paragraph is 6 words and does not look like a concise direct answer."
    },
    {
      "heading": "Certification",
      "headingHtml": "<h3 class=\"css-1fag2a6 css-pelz90 css-13o7eu2 css-0\"><a class=\"css-1xhfnb4\" href=\"/certification\">Certification</a></h3>",
      "firstParagraph": "Get officially Ahrefs certified.",
      "paragraphHtml": "<p class=\"css-uoqnqe css-pelz90 css-13o7eu2 css-1wr2t0u-textColor css-0\">Get officially Ahrefs certified.</p>",
      "words": 4,
      "direct": false,
      "issue": "First paragraph is 4 words and does not look like a concise direct answer."
    },
    {
      "heading": "Blog",
      "headingHtml": "<h3 class=\"css-1fag2a6 css-pelz90 css-13o7eu2 css-0\"><a class=\"css-1xhfnb4\" href=\"https://ahrefs.com/blog/\">Blog</a></h3>",
      "firstParagraph": "Read detailed guides and case studies.",
      "paragraphHtml": "<p class=\"css-uoqnqe css-pelz90 css-13o7eu2 css-1wr2t0u-textColor css-0\">Read detailed guides and case studies.</p>",
      "words": 6,
      "direct": false,
      "issue": "First paragraph is 6 words and does not look like a concise direct answer."
    },
    {
      "heading": "Webinars",
      "headingHtml": "<h3 class=\"css-1fag2a6 css-pelz90 css-13o7eu2 css-0\"><a class=\"css-1xhfnb4\" href=\"/webinars\">Webinars</a></h3>",
      "firstParagraph": "Watch free live trainings and attend AMAs.",
      "paragraphHtml": "<p class=\"css-uoqnqe css-pelz90 css-13o7eu2 css-1wr2t0u-textColor css-0\">Watch free live trainings and attend AMAs.</p>",
      "words": 7,
      "direct": false,
      "issue": "First paragraph is 7 words and does not look like a concise direct answer."
    },
    {
      "heading": "YouTube",
      "headingHtml": "<h3 class=\"css-1fag2a6 css-pelz90 css-13o7eu2 css-0\"><a class=\"css-1xhfnb4\" href=\"https://www.youtube.com/c/AhrefsCom\" target=\"_blank\" rel=\"noopener\">YouTube</a></h3>",
      "firstParagraph": "Watch binge-worthy tutorials.",
      "paragraphHtml": "<p class=\"css-uoqnqe css-pelz90 css-13o7eu2 css-1wr2t0u-textColor css-0\">Watch binge-worthy tutorials.</p>",
      "words": 3,
      "direct": false,
      "issue": "First paragraph is 3 words and does not look like a concise direct answer."
    },
    {
      "heading": "Podcast",
      "headingHtml": "<h3 class=\"css-1fag2a6 css-pelz90 css-13o7eu2 css-0\"><a class=\"css-1xhfnb4\" href=\"/podcast\">Podcast</a></h3>",
      "firstParagraph": "Pick the brains of the brightest in the industry.",
      "paragraphHtml": "<p class=\"css-uoqnqe css-pelz90 css-13o7eu2 css-1wr2t0u-textColor css-0\">Pick the brains of the brightest in the industry.</p>",
      "words": 9,
      "direct": false,
      "issue": "First paragraph is 9 words and does not look like a concise direct answer."
    },
    {
      "heading": "Events",
      "headingHtml": "<h3 class=\"css-1fag2a6 css-pelz90 css-13o7eu2 css-0\"><a class=\"css-1xhfnb4\" href=\"/events\">Events</a></h3>",
      "firstParagraph": "Meet us in person and attend live events.",
      "paragraphHtml": "<p class=\"css-uoqnqe css-pelz90 css-13o7eu2 css-1wr2t0u-textColor css-0\">Meet us in person and attend live events.</p>",
      "words": 8,
      "direct": false,
      "issue": "First paragraph is 8 words and does not look like a concise direct answer."
    },
    {
      "heading": "Guides",
      "headingHtml": "<h3 class=\"css-1fag2a6 css-pelz90 css-13o7eu2 css-0\"><a class=\"css-1xhfnb4\" href=\"/seo\">Guides</a></h3>",
      "firstParagraph": "Learn SEO step by step with practical guides.",
      "paragraphHtml": "<p class=\"css-uoqnqe css-pelz90 css-13o7eu2 css-1wr2t0u-textColor css-0\">Learn SEO step by step with practical guides.</p>",
      "words": 8,
      "direct": false,
      "issue": "First paragraph is 8 words and does not look like a concise direct answer."
    },
    {
      "heading": "Join ourcommunity",
      "headingHtml": "<h2><span class=\"css-aqaf1s css-pelz90 css-sn50up css-0\">Join our</span><div class=\"css-3q407w-handIcon\"><div class=\"svg-container-unpositioned css-lxnley css-6xp6tr css-jz9an1\"></div></div><span class=\"css-aqaf1s css-pelz90 css-6n7j50 css-epvm6 css-0\">community</span></h2>",
      "firstParagraph": "Join Ahrefs Insider, our private community, built for the next generation of marketers. Connect with pros, swap ideas, ask questions, and stay ahead of what's changing in search.",
      "paragraphHtml": "<p class=\"css-1fag2a6 css-pelz90 css-13o7eu2 css-0\">Join Ahrefs Insider, <a class=\"css-1wxim07\" href=\"https://www.facebook.com/groups/ahrefsinsider\" target=\"_blank\" rel=\"noopener\">our private community,</a> built for the next generation of marketers. Connect with pros, swap ideas, ask questions, and stay ahead of what&apos;s changing in search.</p>",
      "words": 28,
      "direct": false,
      "issue": "First paragraph is 28 words and does not look like a concise direct answer."
    }
  ],
  "score": 65,
  "weight": 8
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

GEO: Extraction-friendly structure

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

2 Warning

Needs attention

GEO: Extraction-friendly structure

Warning
01

Issue

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

Details

02

Why it matters

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

Check name

GEO: Extraction-friendly structure

Score

85/100

Status

warning

Category

GEO, AIO & AEO

Maturity

Emerging recommendation

Goal

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

Result

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

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

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

AEO: Entity and definition clarity

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

2 Warning

Needs attention

AEO: Entity and definition clarity

Warning
01

Issue

Entity or definition gaps: ahrefs, marketing, platform, powered, big, data, make, business, discoverable, beyond.

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

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

Evidence
{
  "title": "Ahrefs—AI Marketing Platform Powered by Big Data",
  "h1": "Make your business discoverable—in search, AI, and beyond",
  "description": "We help marketers drive visibility across AI search, SEO, content, and social – with the largest AI and search databases online.",
  "topicOverlap": 0.09090909090909091,
  "definitionCount": 30,
  "topicTerms": [
    "ahrefs",
    "marketing",
    "platform",
    "powered",
    "big",
    "data",
    "make",
    "business",
    "discoverable",
    "search",
    "beyond"
  ],
  "descriptionTerms": [
    "help",
    "marketers",
    "drive",
    "visibility",
    "across",
    "search",
    "seo",
    "content",
    "social",
    "largest",
    "databases",
    "online"
  ],
  "missingFromDescription": [
    "ahrefs",
    "marketing",
    "platform",
    "powered",
    "big",
    "data",
    "make",
    "business",
    "discoverable",
    "beyond"
  ],
  "score": 77,
  "weight": 18
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

AEO: Answer intent coverage

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

1 Warning

Needs attention

AEO: Answer intent coverage

Warning
01

Issue

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

Details

02

Why it matters

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

Check name

AEO: Answer intent coverage

Score

70/100

Status

warning

Category

GEO, AIO & AEO

Maturity

Emerging recommendation

Goal

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

Result

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

Evidence
{
  "headings": [
    {
      "text": "Your marketing platform—built for search and AI",
      "html": "<h2 class=\"css-aqaf1s css-pelz90 css-13o7eu2 css-0\">Your marketing platform&#x2014;built for search and AI</h2>"
    },
    {
      "text": "AI that creates results, not noise",
      "html": "<h2 class=\"css-aqaf1s css-pelz90 css-13o7eu2 css-125ozqm-textColor css-0\"><div class=\"css-1uq6mu9 css-pelz90 css-13o7eu2 css-1smtklr-textColor css-0\"><span class=\"css-aqaf1s css-pelz90 css-6n7j50 css-1wr2t0u-textColor css-0\"><span class=\"css-aqaf1s css-pelz90 css-6n7j50 css-125ozqm-textColor css-0\">AI that creates results</span>, not&#xa0;noise</span></div></h2>"
    },
    {
      "text": "Lead with data that sees further, faster, and deeper",
      "html": "<h2 class=\"css-aqaf1s css-pelz90 css-13o7eu2 css-0\"><span class=\"css-aqaf1s css-pelz90 css-6n7j50 css-1wr2t0u-textColor css-0\"><span class=\"css-aqaf1s css-pelz90 css-6n7j50 css-125ozqm-textColor css-0\">Lead with data</span> that sees further, faster, and deeper</span></h2>"
    },
    {
      "text": "Whatever your role, Ahrefs gives you an edge",
      "html": "<h2 class=\"css-aqaf1s css-pelz90 css-13o7eu2 css-0\">Whatever your role, Ahrefs gives you an edge</h2>"
    },
    {
      "text": "Ahrefs Enterprise–See the big picture, get answers fast",
      "html": "<h2 class=\"css-aqaf1s css-pelz90 css-13o7eu2 css-0\"><span class=\"css-aqaf1s css-pelz90 css-6n7j50 css-1wr2t0u-textColor css-0\"><span class=\"css-aqaf1s css-pelz90 css-6n7j50 css-125ozqm-textColor css-0\">Ahrefs Enterprise</span>&#x2013;See the big picture, get answers fast</span></h2>"
    },
    {
      "text": "We’ll support youall the way—whatever your question, there’s a guide, video, or real human ready to help",
      "html": "<h2 class=\"css-aqaf1s css-pelz90 css-13o7eu2 css-125ozqm-textColor css-0\"><div class=\"css-1uq6mu9 css-pelz90 css-13o7eu2 css-1smtklr-textColor css-0\"><span class=\"css-aqaf1s css-pelz90 css-6n7j50 css-1wr2t0u-textColor css-0\"><span class=\"css-aqaf1s css-pelz90 css-6n7j50 css-125ozqm-textColor css-0\">We&#x2019;ll support you</span><span class=\"css-10ixpme-heartIcon\"><span class=\"css-15a06dv css-8wf6b0-iconNoMargin\"></span></span><span class=\"css-aqaf1s css-pelz90 css-6n7j50 css-125ozqm-textColo..."
    },
    {
      "text": "Join ourcommunity",
      "html": "<h2><span class=\"css-aqaf1s css-pelz90 css-sn50up css-0\">Join our</span><div class=\"css-3q407w-handIcon\"><div class=\"svg-container-unpositioned css-lxnley css-6xp6tr css-jz9an1\"></div></div><span class=\"css-aqaf1s css-pelz90 css-6n7j50 css-epvm6 css-0\">community</span></h2>"
    },
    {
      "text": "Ahrefs is how modern marketers deliver across the entire marketing stack",
      "html": "<h2 class=\"css-ffux1x css-pelz90 css-13o7eu2 css-0\"><span class=\"css-aqaf1s css-pelz90 css-6n7j50 css-24tsjo-textColor css-0\"><span class=\"css-aqaf1s css-pelz90 css-6n7j50 css-1smtklr-textColor css-0\">Ahrefs is how modern marketers deliver</span> across the entire marketing stack</span></h2>"
    }
  ],
  "expected": [
    {
      "id": "what",
      "label": "What is Ahrefs—AI Marketing Platform Powered by Big Data?",
      "pattern": {}
    },
    {
      "id": "how",
      "label": "How does Ahrefs—AI Marketing Platform Powered by Big Data work?",
      "pattern": {}
    },
    {
      "id": "benefits",
      "label": "Why use Ahrefs—AI Marketing Platform Powered by Big Data?",
      "pattern": {}
    },
    {
      "id": "cost",
      "label": "Is Ahrefs—AI Marketing Platform Powered by Big Data free or paid?",
      "pattern": {}
    },
    {
      "id": "compare",
      "label": "How does Ahrefs—AI Marketing Platform Powered by Big Data compare with alternatives?",
      "pattern": {}
    }
  ],
  "missing": [
    {
      "id": "what",
      "label": "What is Ahrefs—AI Marketing Platform Powered by Big Data?",
      "pattern": {}
    },
    {
      "id": "benefits",
      "label": "Why use Ahrefs—AI Marketing Platform Powered by Big Data?",
      "pattern": {}
    },
    {
      "id": "cost",
      "label": "Is Ahrefs—AI Marketing Platform Powered by Big Data free or paid?",
      "pattern": {}
    },
    {
      "id": "compare",
      "label": "How does Ahrefs—AI Marketing Platform Powered by Big Data compare with alternatives?",
      "pattern": {}
    }
  ],
  "score": 70,
  "weight": 8
}

Agent Ease of UseAPIEmerging recommendation

AI context endpoint

AI context endpoint is informational for this page.

Informational

Needs attention

AI context endpoint

Informational
01

Issue

AI context endpoint is informational for this page.

02

Why it matters

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

Check name

AI context endpoint

Score

100/100

Status

informational

Category

API

Maturity

Emerging recommendation

Goal

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

Result

AI context endpoint is informational for this page.

Validation steps

  1. Fetch to find resource

    AI context endpoint was not found at the expected path.

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

Details

02

Why it matters

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

Check name

AIO: Query intent coverage

Score

70/100

Status

informational

Category

GEO, AIO & AEO

Maturity

Emerging recommendation

Goal

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

Result

AIO: Query intent coverage is informational for this page.

Evidence
{
  "headings": [
    {
      "text": "Your marketing platform—built for search and AI",
      "html": "<h2 class=\"css-aqaf1s css-pelz90 css-13o7eu2 css-0\">Your marketing platform&#x2014;built for search and AI</h2>"
    },
    {
      "text": "AI that creates results, not noise",
      "html": "<h2 class=\"css-aqaf1s css-pelz90 css-13o7eu2 css-125ozqm-textColor css-0\"><div class=\"css-1uq6mu9 css-pelz90 css-13o7eu2 css-1smtklr-textColor css-0\"><span class=\"css-aqaf1s css-pelz90 css-6n7j50 css-1wr2t0u-textColor css-0\"><span class=\"css-aqaf1s css-pelz90 css-6n7j50 css-125ozqm-textColor css-0\">AI that creates results</span>, not&#xa0;noise</span></div></h2>"
    },
    {
      "text": "Lead with data that sees further, faster, and deeper",
      "html": "<h2 class=\"css-aqaf1s css-pelz90 css-13o7eu2 css-0\"><span class=\"css-aqaf1s css-pelz90 css-6n7j50 css-1wr2t0u-textColor css-0\"><span class=\"css-aqaf1s css-pelz90 css-6n7j50 css-125ozqm-textColor css-0\">Lead with data</span> that sees further, faster, and deeper</span></h2>"
    },
    {
      "text": "Whatever your role, Ahrefs gives you an edge",
      "html": "<h2 class=\"css-aqaf1s css-pelz90 css-13o7eu2 css-0\">Whatever your role, Ahrefs gives you an edge</h2>"
    },
    {
      "text": "Ahrefs Enterprise–See the big picture, get answers fast",
      "html": "<h2 class=\"css-aqaf1s css-pelz90 css-13o7eu2 css-0\"><span class=\"css-aqaf1s css-pelz90 css-6n7j50 css-1wr2t0u-textColor css-0\"><span class=\"css-aqaf1s css-pelz90 css-6n7j50 css-125ozqm-textColor css-0\">Ahrefs Enterprise</span>&#x2013;See the big picture, get answers fast</span></h2>"
    },
    {
      "text": "We’ll support youall the way—whatever your question, there’s a guide, video, or real human ready to help",
      "html": "<h2 class=\"css-aqaf1s css-pelz90 css-13o7eu2 css-125ozqm-textColor css-0\"><div class=\"css-1uq6mu9 css-pelz90 css-13o7eu2 css-1smtklr-textColor css-0\"><span class=\"css-aqaf1s css-pelz90 css-6n7j50 css-1wr2t0u-textColor css-0\"><span class=\"css-aqaf1s css-pelz90 css-6n7j50 css-125ozqm-textColor css-0\">We&#x2019;ll support you</span><span class=\"css-10ixpme-heartIcon\"><span class=\"css-15a06dv css-8wf6b0-iconNoMargin\"></span></span><span class=\"css-aqaf1s css-pelz90 css-6n7j50 css-125ozqm-textColo..."
    },
    {
      "text": "Join ourcommunity",
      "html": "<h2><span class=\"css-aqaf1s css-pelz90 css-sn50up css-0\">Join our</span><div class=\"css-3q407w-handIcon\"><div class=\"svg-container-unpositioned css-lxnley css-6xp6tr css-jz9an1\"></div></div><span class=\"css-aqaf1s css-pelz90 css-6n7j50 css-epvm6 css-0\">community</span></h2>"
    },
    {
      "text": "Ahrefs is how modern marketers deliver across the entire marketing stack",
      "html": "<h2 class=\"css-ffux1x css-pelz90 css-13o7eu2 css-0\"><span class=\"css-aqaf1s css-pelz90 css-6n7j50 css-24tsjo-textColor css-0\"><span class=\"css-aqaf1s css-pelz90 css-6n7j50 css-1smtklr-textColor css-0\">Ahrefs is how modern marketers deliver</span> across the entire marketing stack</span></h2>"
    }
  ],
  "expected": [
    {
      "id": "what",
      "label": "What is Ahrefs—AI Marketing Platform Powered by Big Data?",
      "pattern": {}
    },
    {
      "id": "how",
      "label": "How does Ahrefs—AI Marketing Platform Powered by Big Data work?",
      "pattern": {}
    },
    {
      "id": "benefits",
      "label": "Why use Ahrefs—AI Marketing Platform Powered by Big Data?",
      "pattern": {}
    },
    {
      "id": "cost",
      "label": "Is Ahrefs—AI Marketing Platform Powered by Big Data free or paid?",
      "pattern": {}
    },
    {
      "id": "compare",
      "label": "How does Ahrefs—AI Marketing Platform Powered by Big Data compare with alternatives?",
      "pattern": {}
    }
  ],
  "missing": [
    {
      "id": "what",
      "label": "What is Ahrefs—AI Marketing Platform Powered by Big Data?",
      "pattern": {}
    },
    {
      "id": "benefits",
      "label": "Why use Ahrefs—AI Marketing Platform Powered by Big Data?",
      "pattern": {}
    },
    {
      "id": "cost",
      "label": "Is Ahrefs—AI Marketing Platform Powered by Big Data free or paid?",
      "pattern": {}
    },
    {
      "id": "compare",
      "label": "How does Ahrefs—AI Marketing Platform Powered by Big Data compare with alternatives?",
      "pattern": {}
    }
  ],
  "score": 70,
  "weight": 4
}

AI DiscoverabilityDiscoverabilityEstablished

IndexNow key

IndexNow key is informational for this page.

Informational

Needs attention

IndexNow key

Informational
01

Issue

IndexNow key is informational for this page.

02

Why it matters

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

Check name

IndexNow key

Score

100/100

Status

informational

Category

Discoverability

Maturity

Established

Goal

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

Result

IndexNow key is informational for this page.

Validation steps

  1. Find advertised IndexNow key location

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

  2. Fetch and validate IndexNow key file

    No discoverable IndexNow key file was found.

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

Agent Ease of UseAuthEstablished

OAuth / OIDC discovery

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

Informational

Needs attention

OAuth / OIDC discovery

Informational
01

Issue

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

02

Why it matters

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

Check name

OAuth / OIDC discovery

Score

0/100

Status

informational

Category

Auth

Maturity

Established

Goal

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

Result

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

Validation steps

  1. Fetch to find resource

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

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

Agent Ease of UseAuthEmerging recommendation

OAuth Protected Resource

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

Informational

Needs attention

OAuth Protected Resource

Informational
01

Issue

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

02

Why it matters

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

Check name

OAuth Protected Resource

Score

0/100

Status

informational

Category

Auth

Maturity

Emerging recommendation

Goal

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

Result

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

Validation steps

  1. Fetch protected resource metadata

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

  2. Validate protected resource metadata

    Response is not valid JSON.

  3. Validate protected resource identity

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

  4. Probe protected API Bearer challenge

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

Evidence
{
  "failedStep": "fetch",
  "steps": [
    {
      "id": "fetch",
      "title": "Fetch protected resource metadata",
      "status": "fail",
      "evidence": {
        "path": "/.well-known/oauth-protected-resource",
        "statusCode": 404,
        "contentType": "text/html; charset=UTF-8"
      },
      "issue": "The OAuth Protected Resource metadata endpoint did not return HTTP 2xx.",
      "howToFix": "Publish /.well-known/oauth-protected-resource JSON."
    },
    {
      "id": "metadata",
      "title": "Validate protected resource metadata",
      "status": "fail",
      "evidence": {
        "valid": false,
        "compatibleContentType": false,
        "issue": "Response is not valid JSON.",
        "rawExcerpt": "<!DOCTYPE html><html lang=\"en\"><head><meta charset=\"UTF-8\" /><title>404 - Page not found</title><meta name=\"description\" content=\"Oops, this page doesn&apos;t exist\" /><link rel=\"canonical\" href=\"https://ahrefs.com/not-found\" /><meta property=\"og:title\" content=\"404 - Page not found\" /><meta property=\"og:type\" content=\"website\" /><meta property=\"og:description\" content=\"Oops, this page doesn&apos;t exist\" /><meta property=\"og:image\" content=\"https://static.ahrefs.com/assets/img/og/ahrefs.png?v=2\" /><meta property=\"og:url\" content=\"https://ahrefs.com/not-found\" /><meta property=\"og:site_name\" content=\"Ahrefs\" /><meta name=\"twitter:card\" content=\"summary_large_image\" /><meta name=\"twitter:creator\" content=\"@ahrefs\" /><meta name=\"twitter:site\" content=\"@ahrefs\" /><meta name=\"twitter:descripti"
      },
      "issue": "Response is not valid JSON.",
      "howToFix": "Publish resource and authorization_servers as absolute URLs."
    },
    {
      "id": "resource-identity",
      "title": "Validate protected resource identity",
      "status": "fail",
      "evidence": {
        "expectedResource": "https://ahrefs.com"
      },
      "issue": "Protected resource metadata `resource` did not match the resource identifier used to retrieve it.",
      "howToFix": "Set `resource` to the origin/resource identifier represented by /.well-known/oauth-protected-resource."
    },
    {
      "id": "protected-route-challenge",
      "title": "Probe protected API Bearer challenge",
      "status": "informational",
      "evidence": {
        "checked": [
          {
            "path": "/api/admin/scans",
            "statusCode": 404,
            "wwwAuthenticate": {
              "valid": false,
              "present": false
            },
            "expectedMetadataUrl": "https://ahrefs.com/.well-known/oauth-protected-resource",
            "metadataUrlMatches": true,
            "resourceMatchesRequestContext": true
          },
          {
            "path": "/api/admin/summary",
            "statusCode": 404,
            "wwwAuthenticate": {
              "valid": false,
              "present": false
            },
            "expectedMetadataUrl": "https://ahrefs.com/.well-known/oauth-protected-resource",
            "metadataUrlMatches": true,
            "resourceMatchesRequestContext": true
          },
          {
            "path": "/api/scans",
            "statusCode": 404,
            "wwwAuthenticate": {
              "valid": false,
              "present": false
            },
            "expectedMetadataUrl": "https://ahrefs.com/.well-known/oauth-protected-resource",
            "metadataUrlMatches": true,
            "resourceMatchesRequestContext": true
          }
        ]
      },
      "issue": "No protected route with a 401 Bearer challenge was detected; metadata alone does not prove a protected resource.",
      "howToFix": "When this site exposes bearer-protected APIs, return 401 with WWW-Authenticate: Bearer and link resource_metadata."
    }
  ],
  "authApplicability": {
    "supportsAuth": true,
    "score": 15,
    "signals": [
      {
        "source": "link:href",
        "weight": 3,
        "match": "auth link"
      },
      {
        "source": "visible-text",
        "weight": 3,
        "match": "login"
      },
      {
        "source": "visible-text",
        "weight": 3,
        "match": "sign in"
      },
      {
        "source": "visible-text",
        "weight": 3,
        "match": "sign up"
      },
      {
        "source": "visible-text",
        "weight": 3,
        "match": "single sign-on"
      }
    ]
  },
  "resourceFetchSucceeded": false
}

Performance and AccessibilityAccessibilityBrowser audit

Elements with an ARIA `[role]` that require children to contain a specific `[role]` are missing some or all of those required children.

100 Fail

Check name

Elements with an ARIA `[role]` that require children to contain a specific `[role]` are missing some or all of those required children.

Score

0/100

Status

fail

Device

desktop

Category

Accessibility

Fix guidance

Some ARIA parent roles must contain specific child roles to perform their intended accessibility functions. [Learn more about roles and required children elements](https://dequeuniversity.com/rules/axe/4.10/aria-required-children).

Evidence
{
  "description": "Some ARIA parent roles must contain specific child roles to perform their intended accessibility functions. [Learn more about roles and required children elements](https://dequeuniversity.com/rules/axe/4.10/aria-required-children)."
}

SEOSEOBrowser audit

Image elements do not have `[alt]` attributes

50 Fail

Check name

Image elements do not have `[alt]` attributes

Score

0/100

Status

fail

Device

desktop

Category

SEO

Fix guidance

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

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

SEOSEOBrowser audit

Links are not crawlable

50 Fail

Check name

Links are not crawlable

Score

0/100

Status

fail

Device

desktop

Category

SEO

Fix guidance

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

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

Performance and AccessibilityPerformanceBrowser audit

Reduce JavaScript execution time

33 Fail

Check name

Reduce JavaScript execution time

Score

0/100

Status

fail

Device

desktop

Category

Performance

Estimated savings

26.9 s

Fix guidance

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

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

Performance and AccessibilityPerformanceBrowser audit

Image optimization

25 Fail

Check name

Image optimization

Score

25/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
    },
    {
      "id": "uses-responsive-images",
      "title": "Properly size images",
      "score": 50,
      "displayValue": "Est savings of 76 KiB",
      "numericValue": 0
    }
  ]
}

Performance and AccessibilityPerformanceBrowser audit

Loading performance

24 Fail

Check name

Loading performance

Score

27/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": 0,
      "displayValue": "7.0 s",
      "numericValue": 7042.496450000001
    },
    {
      "id": "largest-contentful-paint",
      "title": "Largest Contentful Paint",
      "score": 0,
      "displayValue": "11.1 s",
      "numericValue": 11134.767374999994
    },
    {
      "id": "speed-index",
      "title": "Speed Index",
      "score": 0,
      "displayValue": "18.2 s",
      "numericValue": 18219.26374705015
    },
    {
      "id": "total-blocking-time",
      "title": "Total Blocking Time",
      "score": 0,
      "displayValue": "35,660 ms",
      "numericValue": 35656.48934999999
    },
    {
      "id": "max-potential-fid",
      "title": "Max Potential First Input Delay",
      "score": 0,
      "displayValue": "4,270 ms",
      "numericValue": 4274
    },
    {
      "id": "server-response-time",
      "title": "Initial server response time was short",
      "score": 100,
      "displayValue": "Root document took 40 ms",
      "numericValue": 38.16
    },
    {
      "id": "interactive",
      "title": "Time to Interactive",
      "score": 0,
      "displayValue": "53.8 s",
      "numericValue": 53806.570999999996
    },
    {
      "id": "uses-rel-preconnect",
      "title": "Preconnect to required origins",
      "score": 100,
      "displayValue": "",
      "numericValue": 0
    },
    {
      "id": "network-rtt",
      "title": "Network Round Trip Times",
      "score": 100,
      "displayValue": "10 ms",
      "numericValue": 9.195799999999998
    },
    {
      "id": "third-party-summary",
      "title": "Reduce the impact of third-party code",
      "score": 0,
      "displayValue": "Third-party code blocked the main thread for 5,330 ms"
    },
    {
      "id": "largest-contentful-paint-element",
      "title": "Largest Contentful Paint element",
      "score": 0,
      "displayValue": "11,130 ms"
    }
  ]
}

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
43/100Level 2, Agent-LimitedCurrent report
Report ID 394d255f-3ae3-4a0b-a9e5-e1650da6d380. Scanned Jun 5, 2026, 10:33 AM.
ahrefs.com AI SEO Report: 43/100 (Level 2, Agent-Limited)