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

OVERALL SCORE

Level 3, Bot-Aware

Moderate readiness for AI agents
AIDiscoverability62%Agent Easeof Use12%Security& Trust100%GEO, AIO, AEO83%SEO85%Performance& Accessibility81%
  • AI Discoverability 62 out of 100
  • Agent Ease of Use 12 out of 100
  • Security & Trust 100 out of 100
  • GEO, AIO and AEO 83 out of 100
  • SEO 85 out of 100
  • Performance and Accessibility 81 out of 100

CAPTURED SCREENSHOT

Captured website desktop screenshot

What AI sees of your website

Usercentrics | Leading in Data Privacy & Compliance favicon

Usercentrics | Leading in Data Privacy & Compliance

Usercentrics offers advanced solutions for data privacy and regulatory compliance. Meet privacy requirements, manage user consent, and secure monetization.

Next step

Turn this report into a fix workflow

21 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
62
Needs work13101View details
Discoverability
71
Needs work540View details
Content Readiness
74
Needs work731View details
Bot Access Control
33
Priority fix130View details
Agent Ease of Use
12
Priority fix5313View details
API
17
Priority fix180View details
Auth
Not Applicable
Not Applicable070View details
MCP
13
Priority fix062View details
Skill Discovery
5
Priority fix0101View details
Agent Commerce
Not Applicable
Not Applicable400
GEO, AIO and AEO
83
Mostly ready8012
GEO Readiness
87
Mostly ready204
AIO Readiness
86
Mostly ready403
AEO Readiness
76
Mostly ready205
SEO
85
Mostly ready920View details
SEO
85
Mostly ready920View details
Security & Trust
100
Strong900
Security & Trust
100
Strong500
AI Training Exposure
Not Applicable
Not Applicable400
Performance and Accessibility
81
Mostly ready2331View details
Performance
72
Needs work1421View details
Accessibility
99
Strong910View details

Prioritized recommendations

Issues ranked by score impact

39 items need attention

AI DiscoverabilityBot Access ControlEstablished

AI bot rules in robots.txt

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

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

FAQPage schema

FAQPage schema is missing or incomplete.

50 Fail

Needs attention

FAQPage schema

Failed check
01

Issue

FAQ content was detected but no FAQPage schema was found.

02

Why it matters

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

Check name

FAQPage schema

Score

0/100

Status

fail

Category

Discoverability

Maturity

Established

Goal

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

Result

FAQPage schema is missing or incomplete.

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

AI DiscoverabilityDiscoverabilityEstablished

Link headers

Link headers failed at "Find useful Link headers".

50 Fail

Needs attention

Link headers

Failed check
01

Issue

No useful agent discovery Link headers were found.

02

Why it matters

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

Check name

Link headers

Score

0/100

Status

fail

Category

Discoverability

Maturity

Established

Goal

Include Link response headers for agent discovery using RFC 8288.

Result

Link headers failed at "Find useful Link headers".

Validation steps

  1. Find useful Link headers

    No useful agent discovery Link headers were found.

  2. Fetch same-origin Link header targets

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

Evidence
{
  "failedStep": "presence",
  "steps": [
    {
      "id": "presence",
      "title": "Find useful Link headers",
      "status": "fail",
      "evidence": {
        "links": [
          {
            "url": "https://usercentrics.com/?output_format=md",
            "rel": "alternate",
            "type": "text/markdown"
          }
        ]
      },
      "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".

50 Fail

Needs attention

Web Bot Auth request signing

Failed check
01

Issue

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

02

Why it matters

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

Check name

Web Bot Auth request signing

Score

0/100

Status

fail

Category

Bot Access Control

Maturity

Informational

Goal

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

Result

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

Validation steps

  1. Fetch to find resource

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

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

API Catalog

API Catalog failed at "Fetch API catalog".

33 Fail

Needs attention

API Catalog

Failed check
01

Issue

The API catalog endpoint did not return HTTP 2xx.

02

Why it matters

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

Check name

API Catalog

Score

0/100

Status

fail

Category

API

Maturity

Established

Goal

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

Result

API Catalog failed at "Fetch API catalog".

Validation steps

  1. Fetch API catalog

    The API catalog endpoint did not return HTTP 2xx.

  2. Validate RFC 9727 linkset

    Response is not valid JSON.

  3. Fetch advertised API catalog targets

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

Evidence
{
  "failedStep": "fetch",
  "steps": [
    {
      "id": "fetch",
      "title": "Fetch API catalog",
      "status": "fail",
      "evidence": {
        "statusCode": 404,
        "contentType": "text/html; charset=UTF-8"
      },
      "issue": "The API catalog endpoint did not return HTTP 2xx.",
      "howToFix": "Publish /.well-known/api-catalog."
    },
    {
      "id": "validate",
      "title": "Validate RFC 9727 linkset",
      "status": "fail",
      "evidence": {
        "valid": false,
        "compatibleContentType": false,
        "issue": "Response is not valid JSON.",
        "rawExcerpt": "<!doctype html>\n<html lang=\"en\">\n<head>\n    <meta charset=\"UTF-8\">\n    <meta name=\"viewport\"\n          content=\"width=device-width, initial-scale=1.0, maximum-scale=5.0, minimum-scale=1.0\">\n    <meta http-equiv=\"X-UA-Compatible\" content=\"ie=edge\">\n\n    <link rel=\"icon\" href=\"/favicon.png\" sizes=\"32x32\" type=\"image/png\">\n    <link rel=\"icon\" href=\"/icon.svg\" type=\"image/svg+xml\">\n    <link rel=\"apple-touch-icon\" href=\"/apple-touch-icon.png\">\n\n    <meta name=\"facebook-domain-verification\" content=\"qcyltpqnixyhg6s4cu3aszib5ruew3\">\n\n    <!-- wp head -->\n    \n<meta name='robots' content='noindex, follow' />\n<link rel='preload' as='font' href='https://usercentrics.com/wp-content/themes/usercentrics/dist/assets/roboto-500-6BIylKNo.woff2' type='font/woff2' crossorigin>\n<link rel='preload' as='font"
      },
      "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".

33 Fail

Needs attention

OpenAPI discovery

Failed check
01

Issue

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

02

Why it matters

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

Check name

OpenAPI discovery

Score

0/100

Status

fail

Category

API

Maturity

Established

Goal

Publish a valid OpenAPI or Swagger document for API discovery.

Result

OpenAPI discovery failed at "Find valid OpenAPI document".

Validation steps

  1. Find valid OpenAPI document

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

Evidence
{
  "failedStep": "fetch",
  "steps": [
    {
      "id": "fetch",
      "title": "Find valid OpenAPI document",
      "status": "fail",
      "evidence": {
        "checked": [
          {
            "path": "/openapi.json",
            "statusCode": 404,
            "contentType": "text/html; charset=UTF-8",
            "valid": false,
            "issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html; charset=UTF-8\" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
            "compatibleContentType": false,
            "format": "yaml",
            "version": "",
            "pathCount": 0,
            "operationCount": 0,
            "rawExcerpt": "<!doctype html>\n<html lang=\"en\">\n<head>\n    <meta charset=\"UTF-8\">\n    <meta name=\"viewport\"\n          content=\"width=device-width, initial-scale=1.0, maximum-scale=5.0, minimum-scale=1.0\">\n    <meta http-equiv=\"X-UA-Compatible\" content=\"ie=edge\">\n\n    <link rel=\"icon\" href=\"/favicon.png\" sizes=\"32x32\" type=\"image/png\">\n    <link rel=\"icon\" href=\"/icon.svg\" type=\"image/svg+xml\">\n    <link rel=\"apple-touch-icon\" href=\"/apple-touch-icon.png\">\n\n    <meta name=\"facebook-domain-verification\" content=\"qcyltpqnixyhg6s4cu3aszib5ruew3\">\n\n    <!-- wp head -->\n    \n<meta name='robots' content='noindex, follow' />\n<link rel='preload' as='font' href='https://usercentrics.com/wp-content/themes/usercentrics/dist/assets/roboto-500-6BIylKNo.woff2' type='font/woff2' crossorigin>\n<link rel='preload' as='font"
          },
          {
            "path": "/openapi.yaml",
            "statusCode": 404,
            "contentType": "text/html; charset=UTF-8",
            "valid": false,
            "issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html; charset=UTF-8\" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
            "compatibleContentType": false,
            "format": "yaml",
            "version": "",
            "pathCount": 0,
            "operationCount": 0,
            "rawExcerpt": "<!doctype html>\n<html lang=\"en\">\n<head>\n    <meta charset=\"UTF-8\">\n    <meta name=\"viewport\"\n          content=\"width=device-width, initial-scale=1.0, maximum-scale=5.0, minimum-scale=1.0\">\n    <meta http-equiv=\"X-UA-Compatible\" content=\"ie=edge\">\n\n    <link rel=\"icon\" href=\"/favicon.png\" sizes=\"32x32\" type=\"image/png\">\n    <link rel=\"icon\" href=\"/icon.svg\" type=\"image/svg+xml\">\n    <link rel=\"apple-touch-icon\" href=\"/apple-touch-icon.png\">\n\n    <meta name=\"facebook-domain-verification\" content=\"qcyltpqnixyhg6s4cu3aszib5ruew3\">\n\n    <!-- wp head -->\n    \n<meta name='robots' content='noindex, follow' />\n<link rel='preload' as='font' href='https://usercentrics.com/wp-content/themes/usercentrics/dist/assets/roboto-500-6BIylKNo.woff2' type='font/woff2' crossorigin>\n<link rel='preload' as='font"
          },
          {
            "path": "/swagger.json",
            "statusCode": 404,
            "contentType": "text/html; charset=UTF-8",
            "valid": false,
            "issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html; charset=UTF-8\" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
            "compatibleContentType": false,
            "format": "yaml",
            "version": "",
            "pathCount": 0,
            "operationCount": 0,
            "rawExcerpt": "<!doctype html>\n<html lang=\"en\">\n<head>\n    <meta charset=\"UTF-8\">\n    <meta name=\"viewport\"\n          content=\"width=device-width, initial-scale=1.0, maximum-scale=5.0, minimum-scale=1.0\">\n    <meta http-equiv=\"X-UA-Compatible\" content=\"ie=edge\">\n\n    <link rel=\"icon\" href=\"/favicon.png\" sizes=\"32x32\" type=\"image/png\">\n    <link rel=\"icon\" href=\"/icon.svg\" type=\"image/svg+xml\">\n    <link rel=\"apple-touch-icon\" href=\"/apple-touch-icon.png\">\n\n    <meta name=\"facebook-domain-verification\" content=\"qcyltpqnixyhg6s4cu3aszib5ruew3\">\n\n    <!-- wp head -->\n    \n<meta name='robots' content='noindex, follow' />\n<link rel='preload' as='font' href='https://usercentrics.com/wp-content/themes/usercentrics/dist/assets/roboto-500-6BIylKNo.woff2' type='font/woff2' crossorigin>\n<link rel='preload' as='font"
          },
          {
            "path": "/swagger.yaml",
            "statusCode": 404,
            "contentType": "text/html; charset=UTF-8",
            "valid": false,
            "issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html; charset=UTF-8\" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
            "compatibleContentType": false,
            "format": "yaml",
            "version": "",
            "pathCount": 0,
            "operationCount": 0,
            "rawExcerpt": "<!doctype html>\n<html lang=\"en\">\n<head>\n    <meta charset=\"UTF-8\">\n    <meta name=\"viewport\"\n          content=\"width=device-width, initial-scale=1.0, maximum-scale=5.0, minimum-scale=1.0\">\n    <meta http-equiv=\"X-UA-Compatible\" content=\"ie=edge\">\n\n    <link rel=\"icon\" href=\"/favicon.png\" sizes=\"32x32\" type=\"image/png\">\n    <link rel=\"icon\" href=\"/icon.svg\" type=\"image/svg+xml\">\n    <link rel=\"apple-touch-icon\" href=\"/apple-touch-icon.png\">\n\n    <meta name=\"facebook-domain-verification\" content=\"qcyltpqnixyhg6s4cu3aszib5ruew3\">\n\n    <!-- wp head -->\n    \n<meta name='robots' content='noindex, follow' />\n<link rel='preload' as='font' href='https://usercentrics.com/wp-content/themes/usercentrics/dist/assets/roboto-500-6BIylKNo.woff2' type='font/woff2' crossorigin>\n<link rel='preload' as='font"
          },
          {
            "path": "/api/openapi.json",
            "statusCode": 404,
            "contentType": "text/html; charset=UTF-8",
            "valid": false,
            "issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html; charset=UTF-8\" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
            "compatibleContentType": false,
            "format": "yaml",
            "version": "",
            "pathCount": 0,
            "operationCount": 0,
            "rawExcerpt": "<!doctype html>\n<html lang=\"en\">\n<head>\n    <meta charset=\"UTF-8\">\n    <meta name=\"viewport\"\n          content=\"width=device-width, initial-scale=1.0, maximum-scale=5.0, minimum-scale=1.0\">\n    <meta http-equiv=\"X-UA-Compatible\" content=\"ie=edge\">\n\n    <link rel=\"icon\" href=\"/favicon.png\" sizes=\"32x32\" type=\"image/png\">\n    <link rel=\"icon\" href=\"/icon.svg\" type=\"image/svg+xml\">\n    <link rel=\"apple-touch-icon\" href=\"/apple-touch-icon.png\">\n\n    <meta name=\"facebook-domain-verification\" content=\"qcyltpqnixyhg6s4cu3aszib5ruew3\">\n\n    <!-- wp head -->\n    \n<meta name='robots' content='noindex, follow' />\n<link rel='preload' as='font' href='https://usercentrics.com/wp-content/themes/usercentrics/dist/assets/roboto-500-6BIylKNo.woff2' type='font/woff2' crossorigin>\n<link rel='preload' as='font"
          },
          {
            "path": "/api/swagger.json",
            "statusCode": 404,
            "contentType": "text/html; charset=UTF-8",
            "valid": false,
            "issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html; charset=UTF-8\" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
            "compatibleContentType": false,
            "format": "yaml",
            "version": "",
            "pathCount": 0,
            "operationCount": 0,
            "rawExcerpt": "<!doctype html>\n<html lang=\"en\">\n<head>\n    <meta charset=\"UTF-8\">\n    <meta name=\"viewport\"\n          content=\"width=device-width, initial-scale=1.0, maximum-scale=5.0, minimum-scale=1.0\">\n    <meta http-equiv=\"X-UA-Compatible\" content=\"ie=edge\">\n\n    <link rel=\"icon\" href=\"/favicon.png\" sizes=\"32x32\" type=\"image/png\">\n    <link rel=\"icon\" href=\"/icon.svg\" type=\"image/svg+xml\">\n    <link rel=\"apple-touch-icon\" href=\"/apple-touch-icon.png\">\n\n    <meta name=\"facebook-domain-verification\" content=\"qcyltpqnixyhg6s4cu3aszib5ruew3\">\n\n    <!-- wp head -->\n    \n<meta name='robots' content='noindex, follow' />\n<link rel='preload' as='font' href='https://usercentrics.com/wp-content/themes/usercentrics/dist/assets/roboto-500-6BIylKNo.woff2' type='font/woff2' crossorigin>\n<link rel='preload' as='font"
          },
          {
            "path": "/docs/openapi.json",
            "statusCode": 404,
            "contentType": "text/html; charset=UTF-8",
            "valid": false,
            "issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html; charset=UTF-8\" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
            "compatibleContentType": false,
            "format": "yaml",
            "version": "",
            "pathCount": 0,
            "operationCount": 0,
            "rawExcerpt": "<!doctype html>\n<html lang=\"en\">\n<head>\n    <meta charset=\"UTF-8\">\n    <meta name=\"viewport\"\n          content=\"width=device-width, initial-scale=1.0, maximum-scale=5.0, minimum-scale=1.0\">\n    <meta http-equiv=\"X-UA-Compatible\" content=\"ie=edge\">\n\n    <link rel=\"icon\" href=\"/favicon.png\" sizes=\"32x32\" type=\"image/png\">\n    <link rel=\"icon\" href=\"/icon.svg\" type=\"image/svg+xml\">\n    <link rel=\"apple-touch-icon\" href=\"/apple-touch-icon.png\">\n\n    <meta name=\"facebook-domain-verification\" content=\"qcyltpqnixyhg6s4cu3aszib5ruew3\">\n\n    <!-- wp head -->\n    \n<meta name='robots' content='noindex, follow' />\n<link rel='preload' as='font' href='https://usercentrics.com/wp-content/themes/usercentrics/dist/assets/roboto-500-6BIylKNo.woff2' type='font/woff2' crossorigin>\n<link rel='preload' as='font"
          }
        ]
      },
      "issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html; charset=UTF-8\" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
      "howToFix": "Publish a valid OpenAPI 3.x or Swagger 2.0 JSON/YAML document with info, paths, operations, and responses."
    }
  ]
}

AI DiscoverabilityContent ReadinessEstablished

Semantic HTML

Semantic HTML is missing or incomplete.

33 Fail

Needs attention

Semantic HTML

Failed check
01

Issue

Semantic HTML is incomplete: skipped heading levels; 0/5 applicable form inputs have autocomplete attributes (5 missing).

Details

02

Why it matters

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

Check name

Semantic HTML

Score

0/100

Status

fail

Category

Content Readiness

Maturity

Established

Goal

Expose readable page structure through semantic HTML and accessible controls.

Result

Semantic HTML is missing or incomplete.

Evidence
{
  "main": true,
  "nav": true,
  "footer": true,
  "meaningfulH1": true,
  "headingOrder": false,
  "accessibleLinks": true,
  "accessibleButtons": true,
  "imageAltCoverage": true,
  "formAutocompleteCoverage": false,
  "details": {
    "inaccessibleLinks": [],
    "inaccessibleButtons": [],
    "missingAutocompleteInputs": [
      "<input aria-label=\"Search\" id=\"6a284e9f69cf9\" name=\"search\" placeholder=\"Search\" type=\"search\" value>",
      "<input id=\"6a284ea07ffc8\" name=\"url\" placeholder type=\"text\">",
      "<input class=\"ff-el-form-control\" id=\"ff_48_item_sf\" name=\"item_48__fluent_sf\" type=\"text\">",
      "<input id=\"6a284ea0cdcfa\" name=\"email\" placeholder required type=\"email\" value>",
      "<input class=\"ff-el-form-control\" id=\"ff_103_item_sf\" name=\"item_103__fluent_sf\" type=\"text\">"
    ],
    "imagesMissingAlt": [],
    "skippedHeadingLevels": [
      "h3: All resources",
      "h3: All resources",
      "h1: AUTOMATE PRIVACY COMPLIANCE. DRIVE MARKETING GROWTH.",
      "h3: Usercentrics Web CMP",
      "h3: Usercentrics App CMP",
      "h3: Usercentrics CTV CMP",
      "h3: Usercentrics Privacy Policy Generator",
      "h3: Usercentrics Server-Side Tracking",
      "h3: MCP Manager by Usercentrics",
      "h3: Usercentrics Preference Manager",
      "h3: Usercentrics Web CMP",
      "h3: Usercentrics App CMP",
      "h3: Usercentrics CTV CMP",
      "h3: Usercentrics Privacy Policy Generator",
      "h3: Usercentrics Server-Side Tracking",
      "h3: MCP Manager by Usercentrics",
      "h3: Usercentrics Preference Manager",
      "h2: Find solutions for your industry",
      "h2: What our customers say",
      "h2: Discover Usercentrics",
      "h3: We need your consent to load the YouTube Video service!",
      "h3: You can not see this video because an ad blocker is not allowing Usercentrics CMP to run",
      "h2: Learn how to thrive with Privacy-Led Marketing"
    ]
  },
  "counts": {
    "h1": 1,
    "headings": 23,
    "links": 243,
    "inaccessibleLinks": 0,
    "buttons": 22,
    "inaccessibleButtons": 0,
    "images": 248,
    "imagesWithAlt": 248,
    "autocompleteInputs": 5,
    "inputsWithAutocomplete": 0,
    "missingAutocompleteInputs": 5
  }
}

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": 599719
          },
          {
            "path": "/.well-known/mcp/server-cards.json",
            "statusCode": 404,
            "contentType": "text/html; charset=UTF-8",
            "length": 599715
          },
          {
            "path": "/.well-known/mcp.json",
            "statusCode": 404,
            "contentType": "text/html; charset=UTF-8",
            "length": 599719
          }
        ]
      },
      "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=UTF-8",
            "length": 599715
          },
          {
            "path": "/.well-known/mcp.json",
            "statusCode": 404,
            "contentType": "text/html; charset=UTF-8",
            "length": 599715
          },
          {
            "path": "/.well-known/mcp/server-card.json",
            "statusCode": 404,
            "contentType": "text/html; charset=UTF-8",
            "length": 599719
          }
        ]
      },
      "issue": "mcp.json was not found at the expected path.",
      "howToFix": "Publish mcp.json or an MCP server card with serverInfo, protocolVersion, transport endpoint, and capabilities."
    }
  ]
}

Agent Ease of UseMCPInformational

WebMCP manifest

WebMCP manifest failed at "Fetch to find resource".

25 Fail

Needs attention

WebMCP manifest

Failed check
01

Issue

WebMCP manifest was not found at the expected path.

02

Why it matters

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

Check name

WebMCP manifest

Score

0/100

Status

fail

Category

MCP

Maturity

Informational

Goal

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

Result

WebMCP manifest failed at "Fetch to find resource".

Validation steps

  1. Fetch to find resource

    WebMCP manifest was not found at the expected path.

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

Agent Ease of UseSkill DiscoveryEmerging recommendation

A2A Agent Card

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

20 Fail

Needs attention

A2A Agent Card

Failed check
01

Issue

A2A Agent Card was not found at the expected path.

02

Why it matters

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

Check name

A2A Agent Card

Score

0/100

Status

fail

Category

Skill Discovery

Maturity

Emerging recommendation

Goal

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

Result

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

Validation steps

  1. Fetch to find resource

    A2A Agent Card was not found at the expected path.

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

Agent Ease of UseSkill DiscoveryEmerging recommendation

Agent Skills index

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

20 Fail

Needs attention

Agent Skills index

Failed check
01

Issue

Agent Skills index was not found at the expected path.

02

Why it matters

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

Check name

Agent Skills index

Score

0/100

Status

fail

Category

Skill Discovery

Maturity

Emerging recommendation

Goal

Publish an agent skills discovery index.

Result

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

Validation steps

  1. Fetch to find resource

    Agent Skills index was not found at the expected path.

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

Agent Ease of UseSkill DiscoveryEmerging recommendation

agent.json

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

20 Fail

Needs attention

agent.json

Failed check
01

Issue

agent.json was not found at the expected path.

02

Why it matters

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

Check name

agent.json

Score

0/100

Status

fail

Category

Skill Discovery

Maturity

Emerging recommendation

Goal

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

Result

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

Validation steps

  1. Fetch to find resource

    agent.json was not found at the expected path.

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

Agent Ease of UseSkill DiscoveryInformational

agents.json

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

20 Fail

Needs attention

agents.json

Failed check
01

Issue

agents.json was not found at the expected path.

02

Why it matters

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

Check name

agents.json

Score

0/100

Status

fail

Category

Skill Discovery

Maturity

Informational

Goal

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

Result

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

Validation steps

  1. Fetch to find resource

    agents.json was not found at the expected path.

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

Agent Ease of UseAPIEmerging recommendation

AI context endpoint

AI context endpoint failed at "Validate resource body".

17 Fail

Needs attention

AI context endpoint

Failed check
01

Issue

Content-Type "text/html; charset=UTF-8" is not JSON, Markdown, or text/plain.

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

50/100

Status

fail

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 failed at "Validate resource body".

Validation steps

  1. Validate resource body

    Content-Type "text/html; charset=UTF-8" is not JSON, Markdown, or text/plain.

Evidence
{
  "failedStep": "validate",
  "steps": [
    {
      "id": "fetch",
      "title": "Fetch discovery resource",
      "status": "pass",
      "evidence": {
        "path": "/api/context",
        "statusCode": 200,
        "contentType": "text/html; charset=UTF-8"
      }
    },
    {
      "id": "validate",
      "title": "Validate resource body",
      "status": "fail",
      "evidence": {
        "valid": false,
        "compatibleContentType": false,
        "issue": "Content-Type \"text/html; charset=UTF-8\" is not JSON, Markdown, or text/plain.",
        "rawExcerpt": "<!doctype html>\n<html lang=\"en\">\n<head>\n    <meta charset=\"UTF-8\">\n    <meta name=\"viewport\"\n          content=\"width=device-width, initial-scale=1.0, maximum-scale=5.0, minimum-scale=1.0\">\n    <meta http-equiv=\"X-UA-Compatible\" content=\"ie=edge\">\n\n    <link rel=\"icon\" href=\"/favicon.png\" sizes=\"32x32\" type=\"image/png\">\n    <link rel=\"icon\" href=\"/icon.svg\" type=\"image/svg+xml\">\n    <link rel=\"apple-touch-icon\" href=\"/apple-touch-icon.png\">\n\n    <meta name=\"facebook-domain-verification\" content=\"qcyltpqnixyhg6s4cu3aszib5ruew3\">\n\n    <!-- wp head -->\n    <link rel=\"preload\" as=\"image\" fetchpriority=\"high\" href=\"https://usercentrics.com/wp-content/uploads/2025/01/Guide-Contextual_Consent.svg?v=1a2b6fe8015d53c2\">\n<meta name='robots' content='index, follow, max-image-preview:large, max-snippet"
      },
      "issue": "Content-Type \"text/html; charset=UTF-8\" is not JSON, Markdown, or text/plain.",
      "howToFix": "Publish a concise JSON or Markdown AI context endpoint describing the product, public actions, and machine-readable resources."
    }
  ]
}

Agent Ease of UseSkill DiscoveryEmerging recommendation

DNS-AID Agent Discovery

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

15 Fail

Needs attention

DNS-AID Agent Discovery

Failed check
01

Issue

No DNS-AID entrypoint records were found under _agents.

02

Why it matters

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

Check name

DNS-AID Agent Discovery

Score

25/100

Status

fail

Category

Skill Discovery

Maturity

Emerging recommendation

Goal

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

Result

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

Validation steps

  1. Resolve DNS-AID SVCB/HTTPS records

    No DNS-AID entrypoint records were found under _agents.

  2. Validate alpn and endpoint parameters

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

  3. Check DNSSEC material

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

Evidence
{
  "failedStep": "svcb-https-records",
  "steps": [
    {
      "id": "svcb-https-records",
      "title": "Resolve DNS-AID SVCB/HTTPS records",
      "status": "fail",
      "evidence": {
        "hostname": "usercentrics.com",
        "probes": [
          {
            "name": "_index._agents.usercentrics.com",
            "found": false,
            "recordCount": 1,
            "records": [],
            "hasAlpn": false,
            "hasEndpoint": false
          },
          {
            "name": "_a2a._agents.usercentrics.com",
            "found": false,
            "recordCount": 1,
            "records": [],
            "hasAlpn": false,
            "hasEndpoint": false
          }
        ]
      },
      "issue": "No DNS-AID entrypoint records were found under _agents.",
      "howToFix": "Publish ServiceMode SVCB/HTTPS records such as _index._agents.example.com or _a2a._agents.example.com."
    },
    {
      "id": "service-params",
      "title": "Validate alpn and endpoint parameters",
      "status": "informational",
      "evidence": {
        "discovered": []
      },
      "howToFix": "Include alpn and endpoint service parameters in each DNS-AID record so agents know the protocol and target entrypoint."
    },
    {
      "id": "dnssec",
      "title": "Check DNSSEC material",
      "status": "warning",
      "evidence": {
        "hasDnssecMaterial": false,
        "checked": [
          {
            "name": "usercentrics.com",
            "dnssecTypes": [],
            "dnssecRecordCount": 0
          }
        ]
      },
      "issue": "DNSSEC material was not visible for the hostname or parent zone from this resolver.",
      "howToFix": "Sign the public discovery zone with DNSSEC so validating resolvers can return authenticated data."
    }
  ]
}

Agent Ease of UseMCPInformational

WebMCP

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

13 Warning

Needs attention

WebMCP

Warning
01

Issue

WebMCP declarative annotations need fixes.

Details

02

Why it matters

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

Check name

WebMCP

Score

50/100

Status

warning

Category

MCP

Maturity

Informational

Goal

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

Result

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

Validation steps

  1. Detect data-mcp-tool annotations

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

  2. Detect WebMCP declarative tags

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

  3. Validate WebMCP declarative annotation quality

    WebMCP declarative annotations need fixes.

    WebMCP declarative annotation issues
    • <input name="search"> is missing tool-param-description.
    • <input name="url"> is missing tool-param-description.
    • <input name="item_48__fluent_sf"> is missing tool-param-description.
    • <input name="email"> is missing tool-param-description.
    • <input name="item_103__fluent_sf"> is missing tool-param-description.
    • <input name="question_intent[]"> is missing tool-param-description.
    • <input name="question_intent[]"> is missing tool-param-description.
    • <input name="question_intent[]"> is missing tool-param-description.
    • <input name="question_intent[]"> is missing tool-param-description.
    • <input name="question_undestanting"> is missing tool-param-description.
    • <input name="question_undestanting"> is missing tool-param-description.
    • <input name="question_undestanting"> is missing tool-param-description.
    • <input name="question_undestanting"> is missing tool-param-description.
    • <input name="question_undestanting_2"> is missing tool-param-description.
    • <input name="question_undestanting_2"> is missing tool-param-description.
    • <input name="question_undestanting_2"> 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": 3,
        "formsWithTags": 0,
        "totalInteractive": 279,
        "interactiveWithTags": 0,
        "totalCount": 282,
        "taggedCount": 0,
        "dataMcpToolCount": 0,
        "dataMcpTools": [],
        "coverage": 0,
        "annotationIssues": [
          "<input name=\"search\"> is missing tool-param-description.",
          "<input name=\"url\"> is missing tool-param-description.",
          "<input name=\"item_48__fluent_sf\"> is missing tool-param-description.",
          "<input name=\"email\"> is missing tool-param-description.",
          "<input name=\"item_103__fluent_sf\"> is missing tool-param-description.",
          "<input name=\"question_intent[]\"> is missing tool-param-description.",
          "<input name=\"question_intent[]\"> is missing tool-param-description.",
          "<input name=\"question_intent[]\"> is missing tool-param-description.",
          "<input name=\"question_intent[]\"> is missing tool-param-description.",
          "<input name=\"question_undestanting\"> is missing tool-param-description.",
          "<input name=\"question_undestanting\"> is missing tool-param-description.",
          "<input name=\"question_undestanting\"> is missing tool-param-description.",
          "<input name=\"question_undestanting\"> is missing tool-param-description.",
          "<input name=\"question_undestanting_2\"> is missing tool-param-description.",
          "<input name=\"question_undestanting_2\"> is missing tool-param-description.",
          "<input name=\"question_undestanting_2\"> 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": 16,
        "issues": [
          "<input name=\"search\"> is missing tool-param-description.",
          "<input name=\"url\"> is missing tool-param-description.",
          "<input name=\"item_48__fluent_sf\"> is missing tool-param-description.",
          "<input name=\"email\"> is missing tool-param-description.",
          "<input name=\"item_103__fluent_sf\"> is missing tool-param-description.",
          "<input name=\"question_intent[]\"> is missing tool-param-description.",
          "<input name=\"question_intent[]\"> is missing tool-param-description.",
          "<input name=\"question_intent[]\"> is missing tool-param-description.",
          "<input name=\"question_intent[]\"> is missing tool-param-description.",
          "<input name=\"question_undestanting\"> is missing tool-param-description.",
          "<input name=\"question_undestanting\"> is missing tool-param-description.",
          "<input name=\"question_undestanting\"> is missing tool-param-description.",
          "<input name=\"question_undestanting\"> is missing tool-param-description.",
          "<input name=\"question_undestanting_2\"> is missing tool-param-description.",
          "<input name=\"question_undestanting_2\"> is missing tool-param-description.",
          "<input name=\"question_undestanting_2\"> is missing tool-param-description."
        ]
      },
      "issue": "WebMCP declarative annotations need fixes.",
      "issueDetails": [
        {
          "title": "WebMCP declarative annotation issues",
          "items": [
            {
              "type": "code",
              "value": "<input name=\"search\"> is missing tool-param-description."
            },
            {
              "type": "code",
              "value": "<input name=\"url\"> is missing tool-param-description."
            },
            {
              "type": "code",
              "value": "<input name=\"item_48__fluent_sf\"> is missing tool-param-description."
            },
            {
              "type": "code",
              "value": "<input name=\"email\"> is missing tool-param-description."
            },
            {
              "type": "code",
              "value": "<input name=\"item_103__fluent_sf\"> is missing tool-param-description."
            },
            {
              "type": "code",
              "value": "<input name=\"question_intent[]\"> is missing tool-param-description."
            },
            {
              "type": "code",
              "value": "<input name=\"question_intent[]\"> is missing tool-param-description."
            },
            {
              "type": "code",
              "value": "<input name=\"question_intent[]\"> is missing tool-param-description."
            },
            {
              "type": "code",
              "value": "<input name=\"question_intent[]\"> is missing tool-param-description."
            },
            {
              "type": "code",
              "value": "<input name=\"question_undestanting\"> is missing tool-param-description."
            },
            {
              "type": "code",
              "value": "<input name=\"question_undestanting\"> is missing tool-param-description."
            },
            {
              "type": "code",
              "value": "<input name=\"question_undestanting\"> is missing tool-param-description."
            },
            {
              "type": "code",
              "value": "<input name=\"question_undestanting\"> is missing tool-param-description."
            },
            {
              "type": "code",
              "value": "<input name=\"question_undestanting_2\"> is missing tool-param-description."
            },
            {
              "type": "code",
              "value": "<input name=\"question_undestanting_2\"> is missing tool-param-description."
            },
            {
              "type": "code",
              "value": "<input name=\"question_undestanting_2\"> 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": 3,
        "formsWithTags": 0,
        "totalInteractive": 279,
        "interactiveWithTags": 0,
        "totalCount": 282,
        "taggedCount": 0,
        "dataMcpToolCount": 0,
        "dataMcpTools": [],
        "coverage": 0,
        "annotationIssues": [
          "<input name=\"search\"> is missing tool-param-description.",
          "<input name=\"url\"> is missing tool-param-description.",
          "<input name=\"item_48__fluent_sf\"> is missing tool-param-description.",
          "<input name=\"email\"> is missing tool-param-description.",
          "<input name=\"item_103__fluent_sf\"> is missing tool-param-description.",
          "<input name=\"question_intent[]\"> is missing tool-param-description.",
          "<input name=\"question_intent[]\"> is missing tool-param-description.",
          "<input name=\"question_intent[]\"> is missing tool-param-description.",
          "<input name=\"question_intent[]\"> is missing tool-param-description.",
          "<input name=\"question_undestanting\"> is missing tool-param-description.",
          "<input name=\"question_undestanting\"> is missing tool-param-description.",
          "<input name=\"question_undestanting\"> is missing tool-param-description.",
          "<input name=\"question_undestanting\"> is missing tool-param-description.",
          "<input name=\"question_undestanting_2\"> is missing tool-param-description.",
          "<input name=\"question_undestanting_2\"> is missing tool-param-description.",
          "<input name=\"question_undestanting_2\"> 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": 3,
    "formsWithTags": 0,
    "totalInteractive": 279,
    "interactiveWithTags": 0,
    "totalCount": 282,
    "taggedCount": 0,
    "dataMcpToolCount": 0,
    "dataMcpTools": [],
    "coverage": 0,
    "annotationIssues": [
      "<input name=\"search\"> is missing tool-param-description.",
      "<input name=\"url\"> is missing tool-param-description.",
      "<input name=\"item_48__fluent_sf\"> is missing tool-param-description.",
      "<input name=\"email\"> is missing tool-param-description.",
      "<input name=\"item_103__fluent_sf\"> is missing tool-param-description.",
      "<input name=\"question_intent[]\"> is missing tool-param-description.",
      "<input name=\"question_intent[]\"> is missing tool-param-description.",
      "<input name=\"question_intent[]\"> is missing tool-param-description.",
      "<input name=\"question_intent[]\"> is missing tool-param-description.",
      "<input name=\"question_undestanting\"> is missing tool-param-description.",
      "<input name=\"question_undestanting\"> is missing tool-param-description.",
      "<input name=\"question_undestanting\"> is missing tool-param-description.",
      "<input name=\"question_undestanting\"> is missing tool-param-description.",
      "<input name=\"question_undestanting_2\"> is missing tool-param-description.",
      "<input name=\"question_undestanting_2\"> is missing tool-param-description.",
      "<input name=\"question_undestanting_2\"> is missing tool-param-description."
    ]
  },
  "browserWebMcp": {
    "checked": true,
    "detected": false,
    "hasNavigatorModelContext": false,
    "modelContextType": "undefined",
    "hasProvideContext": false,
    "hasRegisterTool": false
  }
}

AI DiscoverabilityContent ReadinessEstablished

Markdown negotiation

Markdown negotiation failed at "Vary: Accept header".

11 Fail

Needs attention

Markdown negotiation

Failed check
01

Issue

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

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

67/100

Status

fail

Category

Content Readiness

Maturity

Established

Goal

Return HTML responses as markdown when agents request it.

Result

Markdown negotiation failed at "Vary: Accept header".

Validation steps

  1. Vary: Accept header

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

Evidence
{
  "failedStep": "vary-accept",
  "steps": [
    {
      "id": "content-type",
      "title": "Markdown content type",
      "status": "pass",
      "evidence": {
        "statusCode": 200,
        "contentType": "text/markdown; charset=utf-8"
      },
      "issue": "Content-Type \"text/markdown; charset=utf-8\" does not indicate Markdown when requested with Accept: text/markdown.",
      "howToFix": "Return Content-Type: text/markdown; charset=utf-8 for requests with Accept: text/markdown."
    },
    {
      "id": "vary-accept",
      "title": "Vary: Accept header",
      "status": "fail",
      "evidence": {
        "vary": "Accept-Encoding, Accept-Encoding, Accept-Encoding, Accept-Encoding,Cookie"
      },
      "issue": "Markdown negotiation is missing Vary: Accept; current Vary header is \"Accept-Encoding, Accept-Encoding, Accept-Encoding, Accept-Encoding,Cookie\".",
      "howToFix": "Add Vary: Accept on negotiated Markdown responses so shared caches keep HTML and Markdown variants separate."
    },
    {
      "id": "markdown-content",
      "title": "Structured Markdown body",
      "status": "pass",
      "evidence": {
        "valid": true,
        "hasHeading": true,
        "wordCount": 1920,
        "excerpt": "# [AUTOMATE PRIVACY COMPLIANCE. DRIVE MARKETING GROWTH.](https://usercentrics.com/)\n\n**Automate privacy compliance, enhance audience insights and maximize marketing performance. Our solutions help you turn compliance into a business growth "
      },
      "howToFix": "Return Markdown with at least one heading and substantive page content, including useful links or instructions for agents."
    }
  ]
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

AIO: Source and trust signals

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

9 Warning

Needs attention

AIO: Source and trust signals

Warning
01

Issue

Missing AIO trust signals: author, publisher.

Details

02

Why it matters

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

Check name

AIO: Source and trust signals

Score

60/100

Status

warning

Category

GEO, AIO & AEO

Maturity

Emerging recommendation

Goal

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

Result

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

Evidence
{
  "signals": {
    "author": false,
    "publisher": false,
    "freshnessDate": true,
    "aboutOrContact": true,
    "policyLinks": true
  },
  "missing": [
    "author",
    "publisher"
  ],
  "authorMeta": "",
  "schemaAuthors": [],
  "schemaPublishers": [],
  "schemaDates": [
    "2024-08-07T15:11:52+00:00",
    "2026-06-03T11:39:23+00:00",
    "2024-08-07 15:11:52"
  ],
  "visibleDates": [],
  "aboutLinks": [
    {
      "href": "https://usercentrics.com/about-us/",
      "text": "About us We’re your partner in user consent management for websites and apps.",
      "html": "<a data-hid=\"1e82e4f\" data-pos=\"1\" class=\"header__link header__link--icon-size-24 header__link--with-icon no-default-link-decoration\" href=\"https://usercentrics.com/about-us/\" target><img alt aria-hidden=\"true\" class=\"header__link__icon\" decoding=\"async\" height=\"24\" loading=\"lazy\" src=\"https://usercentrics.com/wp-content/uploads/2024/08/MessageOutlined.svg?v=bbe30aab4a520988\" width=\"24\"> <div class=\"header__link__content\"><span class=\"header__link__text\"> About us </span> <span class=\"header_..."
    },
    {
      "href": "https://usercentrics.com/press/",
      "text": "Press See what others are saying about Usercentrics, and download our media kit.",
      "html": "<a data-hid=\"d925ee31\" data-pos=\"1\" class=\"header__link header__link--icon-size-24 header__link--with-icon no-default-link-decoration\" href=\"https://usercentrics.com/press/\" target><img alt aria-hidden=\"true\" class=\"header__link__icon\" decoding=\"async\" height=\"24\" loading=\"lazy\" src=\"https://usercentrics.com/wp-content/uploads/2024/09/NewspaperOutlined.svg?v=dc55b8c3fc7f729f\" width=\"24\"> <div class=\"header__link__content\"><span class=\"header__link__text\"> Press </span> <span class=\"header__li..."
    },
    {
      "href": "https://usercentrics.com/about-us/",
      "text": "About us",
      "html": "<a data-hid=\"1e82e4f\" data-pos=\"2\" class=\"like-text-sm no-default-link-decoration uc-footer__column-item\" href=\"https://usercentrics.com/about-us/\" target> About us</a>"
    },
    {
      "href": "https://www.linkedin.com/company/usercentrics",
      "text": "",
      "html": "<a data-hid=\"6ca04dc0\" data-pos=\"1\" aria-label=\"LinkedIn (opens in a new tab)\" href=\"https://www.linkedin.com/company/usercentrics\" target=\"_blank\"><svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" height=\"24\" viewBox=\"0 0 24 24\" width=\"24\"><path d=\"M20.28 3H3.72C3.32175 3 3 3.32175 3 3.72V20.28C3 20.6783 3.32175 21 3.72 21H20.28C20.6783 21 21 20.6783 21 20.28V3.72C21 3.32175 20.6783 3 20.28 3ZM8.33925 18.3383H5.6685V9.74775H8.33925V18.3383ZM7.005 8.57325C6.69883 8.57325 6.39954 8.48246 6.1..."
    }
  ],
  "contactLinks": [
    {
      "href": "https://usercentrics.com/contact/",
      "text": "Our offices We’re a truly international team with offices in incredible cities.",
      "html": "<a data-hid=\"8ffe8e19\" data-pos=\"1\" class=\"header__link header__link--icon-size-24 header__link--with-icon no-default-link-decoration\" href=\"https://usercentrics.com/contact/\" target><img alt=\"Icon of a building representing an office\" aria-hidden=\"true\" class=\"header__link__icon\" decoding=\"async\" height=\"24\" loading=\"lazy\" src=\"https://usercentrics.com/wp-content/uploads/2024/08/OfficeOutlined.svg?v=847d3f24b216b51c\" width=\"24\"> <div class=\"header__link__content\"><span class=\"header__link__t..."
    },
    {
      "href": "https://apply.workable.com/usercentrics/",
      "text": "We hire talented individuals from various backgrounds and support their growth. Join Usercentrics",
      "html": "<a data-hid=\"741bb552\" data-pos=\"1\" class=\"header__banner no-default-link-decoration\" href=\"https://apply.workable.com/usercentrics/\" target=\"_blank\"><img alt=\"Usercentrics team members having their arms open\" class=\"header__banner__image\" height=\"561\" loading=\"lazy\" src=\"https://usercentrics.com/wp-content/uploads/2025/01/9f006090b5345cee009461e757edb34b.png\" width=\"656\"> <div class=\"header__banner__content\"><span class=\"header__banner__text like-h5 no-default-margin\">We hire talented indivi..."
    },
    {
      "href": "https://support.usercentrics.com/hc/en-us",
      "text": "Support",
      "html": "<a data-hid=\"1fa3336d\" data-pos=\"1\" aria-label=\"Support (opens in a new tab)\" class=\"header__link no-default-link-decoration\" href=\"https://support.usercentrics.com/hc/en-us\" target=\"_blank\"><div class=\"header__link__content\"><span class=\"header__link__text\"> Support </span> </div> </a>"
    },
    {
      "href": "https://usercentrics.com/book-a-consultation/",
      "text": "Contact sales",
      "html": "<a data-hid=\"5671b190\" data-pos=\"1\" class=\"no-default-link-decoration uc-button uc-button-center uc-button-outlined uc-button-size-m\" data-button-id=\"header-secondary-cta\" href=\"https://usercentrics.com/book-a-consultation/\" id=\"secondary_cta\" target><span>Contact sales</span></a>"
    },
    {
      "href": "https://usercentrics.com/banking-finance-insurance/",
      "text": "Banking & Finance & Insurance Trust drives financial services, and clients today expect full transparency. Our consent-based solutions enable regulatory compliance and help you build long-term client relationships.",
      "html": "<a data-hid=\"fbc021cf\" data-pos=\"2\" class=\"uc-card-icon uc-card-icon-solutions uc-card-icon__size-default\" href=\"https://usercentrics.com/banking-finance-insurance/\" style=\"opacity: 0;\"><div class=\"image shield_background uc-card-icon__icon\"><div class=\"uc-card-icon__icon-inner\"><svg fill=\"none\" height=\"24\" viewBox=\"0 0 24 24\" width=\"24\"><path d=\"M4.55469 17.2158V10.2158H6.55469V17.2158H4.55469ZM10.5547 17.2158V10.2158H12.5547V17.2158H10.5547ZM1.55469 21.2158V19.2158H21.5547V21.2158H1.55469ZM..."
    },
    {
      "href": "https://usercentrics.com/automotive/",
      "text": "Automotive Scalable consent management in the automotive industry streamlines privacy compliance, empowers customers, and supports seamless OEM-customer connections.",
      "html": "<a data-hid=\"8e567d79\" data-pos=\"2\" class=\"uc-card-icon uc-card-icon-solutions uc-card-icon__size-default\" href=\"https://usercentrics.com/automotive/\"><div class=\"image shield_background uc-card-icon__icon\"><div class=\"uc-card-icon__icon-inner\"><svg fill=\"none\" height=\"24\" viewBox=\"0 0 24 24\" width=\"24\"><path d=\"M6 19V20C6 20.2833 5.90417 20.5208 5.7125 20.7125C5.52083 20.9042 5.28333 21 5 21H4C3.71667 21 3.47917 20.9042 3.2875 20.7125C3.09583 20.5208 3 20.2833 3 20V12L5.1 6C5.2 5.7 5.37917 5..."
    },
    {
      "href": "https://usercentrics.com/book-a-consultation/",
      "text": "Contact sales",
      "html": "<a data-hid=\"5671b190\" data-pos=\"2\" class=\"no-default-link-decoration uc-button uc-button-outlined uc-button-size-l\" href=\"https://usercentrics.com/book-a-consultation/\" id=\"70eb45e5-baee-4c56-ba3f-65e2d666c2c9\" target><span>Contact sales</span></a>"
    },
    {
      "href": "https://usercentrics.com/contact/",
      "text": "Our offices",
      "html": "<a data-hid=\"8ffe8e19\" data-pos=\"2\" class=\"like-text-sm no-default-link-decoration uc-footer__column-item\" href=\"https://usercentrics.com/contact/\" target> Our offices</a>"
    },
    {
      "href": "https://support.usercentrics.com/hc/en-us",
      "text": "General support",
      "html": "<a data-hid=\"1fa3336d\" data-pos=\"2\" aria-label=\"General support (opens in a new tab)\" class=\"like-text-sm no-default-link-decoration uc-footer__column-item\" href=\"https://support.usercentrics.com/hc/en-us\" target=\"_blank\"> General support</a>"
    },
    {
      "href": "https://usercentrics.com/book-a-consultation/",
      "text": "Contact sales",
      "html": "<a data-hid=\"5671b190\" data-pos=\"3\" class=\"like-text-sm no-default-link-decoration uc-footer__column-item\" href=\"https://usercentrics.com/book-a-consultation/\" target> Contact sales</a>"
    },
    {
      "href": "https://support.usercentrics.com/hc/en-us/requests/new",
      "text": "Technical support",
      "html": "<a data-hid=\"42dc5e09\" data-pos=\"1\" aria-label=\"Technical support (opens in a new tab)\" class=\"like-text-sm no-default-link-decoration uc-footer__column-item\" href=\"https://support.usercentrics.com/hc/en-us/requests/new\" target=\"_blank\"> Technical support</a>"
    },
    {
      "href": "https://support.usercentrics.com/hc/en-us/categories/12253804608156-Account-and-billing",
      "text": "Billing and account",
      "html": "<a data-hid=\"b8358338\" data-pos=\"1\" aria-label=\"Billing and account (opens in a new tab)\" class=\"like-text-sm no-default-link-decoration uc-footer__column-item\" href=\"https://support.usercentrics.com/hc/en-us/categories/12253804608156-Account-and-billing\" target=\"_blank\"> Billing and account</a>"
    },
    {
      "href": "https://support.usercentrics.com/hc/en-us/requests/new?ticket_form_id=10610312381340",
      "text": "Suggest a feature",
      "html": "<a data-hid=\"42dc5e09\" data-pos=\"2\" aria-label=\"Suggest a feature (opens in a new tab)\" class=\"like-text-sm no-default-link-decoration uc-footer__column-item\" href=\"https://support.usercentrics.com/hc/en-us/requests/new?ticket_form_id=10610312381340\" target=\"_blank\"> Suggest a feature</a>"
    }
  ],
  "privacyLinks": [
    {
      "href": "https://usercentrics.com/usercentrics-ctv-cmp/",
      "text": "Usercentrics CTV CMP Get privacy compliance for connected TV platforms.",
      "html": "<a data-hid=\"184423d7\" data-pos=\"1\" class=\"header__link header__link--icon-size-24 header__link--with-icon no-default-link-decoration\" href=\"https://usercentrics.com/usercentrics-ctv-cmp/\" target><img alt aria-hidden=\"true\" class=\"header__link__icon\" decoding=\"async\" height=\"24\" loading=\"lazy\" src=\"https://usercentrics.com/wp-content/uploads/2026/01/TV_CMP.svg?v=cff459ec08fa974f\" width=\"24\"> <div class=\"header__link__content\"><span class=\"header__link__text\"> Usercentrics CTV CMP </span> <spa..."
    },
    {
      "href": "https://usercentrics.com/privacy-policy-generator/",
      "text": "Usercentrics Privacy Policy Generator Generate compliant privacy policies in minutes.",
      "html": "<a data-hid=\"8a8a0f00\" data-pos=\"1\" class=\"header__link header__link--icon-size-24 header__link--with-icon no-default-link-decoration\" href=\"https://usercentrics.com/privacy-policy-generator/\" target><img alt aria-hidden=\"true\" class=\"header__link__icon\" decoding=\"async\" height=\"24\" loading=\"lazy\" src=\"https://usercentrics.com/wp-content/uploads/2026/01/Privacy_Policy_Generator.svg?v=8ff499462784cee7\" width=\"24\"> <div class=\"header__link__content\"><span class=\"header__link__text\"> Usercentric..."
    },
    {
      "href": "https://usercentrics.com/integrations/privacy-policy-generator-wordpress/",
      "text": "Privacy Policy Generator Wordpress",
      "html": "<a data-hid=\"7e53e78c\" data-pos=\"1\" class=\"header__link header__link--icon-size-24 header__link--with-icon no-default-link-decoration\" href=\"https://usercentrics.com/integrations/privacy-policy-generator-wordpress/\" target><img alt aria-hidden=\"true\" class=\"header__link__icon\" decoding=\"async\" height=\"24\" loading=\"lazy\" src=\"https://usercentrics.com/wp-content/uploads/2025/08/PadlockOutlined.svg?v=8ff499462784cee7\" width=\"24\"> <div class=\"header__link__content\"><span class=\"header__link__text..."
    },
    {
      "href": "https://usercentrics.com/privacy-compliance-scanner/",
      "text": "Web compliance scan",
      "html": "<a data-hid=\"c467d3ec\" data-pos=\"1\" class=\"header__link header__link--icon-size-24 header__link--with-icon no-default-link-decoration\" href=\"https://usercentrics.com/privacy-compliance-scanner/\" target><img alt aria-hidden=\"true\" class=\"header__link__icon\" decoding=\"async\" height=\"24\" loading=\"lazy\" src=\"https://usercentrics.com/wp-content/uploads/2026/01/Scan_web.svg?v=4a597debfca2e74f\" width=\"24\"> <div class=\"header__link__content\"><span class=\"header__link__text\"> Web compliance scan </spa..."
    },
    {
      "href": "https://usercentrics.com/app-data-privacy-audit/",
      "text": "App compliance scan",
      "html": "<a data-hid=\"77451e5\" data-pos=\"1\" class=\"header__link header__link--icon-size-24 header__link--with-icon no-default-link-decoration\" href=\"https://usercentrics.com/app-data-privacy-audit/\" target><img alt aria-hidden=\"true\" class=\"header__link__icon\" decoding=\"async\" height=\"24\" loading=\"lazy\" src=\"https://usercentrics.com/wp-content/uploads/2026/01/Scan_app.svg?v=d99922843f6ac284\" width=\"24\"> <div class=\"header__link__content\"><span class=\"header__link__text\"> App compliance scan </span> </..."
    },
    {
      "href": "https://usercentrics.com/privacy-policy-checker/",
      "text": "Privacy Policy Checker",
      "html": "<a data-hid=\"7c9b40d8\" data-pos=\"1\" class=\"header__link header__link--icon-size-24 header__link--with-icon no-default-link-decoration\" href=\"https://usercentrics.com/privacy-policy-checker/\" target><img alt aria-hidden=\"true\" class=\"header__link__icon\" decoding=\"async\" height=\"24\" loading=\"lazy\" src=\"https://usercentrics.com/wp-content/uploads/2026/01/Scan_privacy_policy_checker.svg?v=ca22ed7594616b02\" width=\"24\"> <div class=\"header__link__content\"><span class=\"header__link__text\"> Privacy Po..."
    },
    {
      "href": "https://usercentrics.com/privacy-compliance-scanner/",
      "text": "Web compliance scan",
      "html": "<a data-hid=\"c467d3ec\" data-pos=\"2\" class=\"header__link header__link--icon-size-24 header__link--with-icon no-default-link-decoration\" href=\"https://usercentrics.com/privacy-compliance-scanner/\" target><img alt aria-hidden=\"true\" class=\"header__link__icon\" decoding=\"async\" height=\"24\" loading=\"lazy\" src=\"https://usercentrics.com/wp-content/uploads/2026/01/Scan_web.svg?v=4a597debfca2e74f\" width=\"24\"> <div class=\"header__link__content\"><span class=\"header__link__text\"> Web compliance scan </spa..."
    },
    {
      "href": "https://usercentrics.com/app-data-privacy-audit/",
      "text": "App compliance scan",
      "html": "<a data-hid=\"77451e5\" data-pos=\"2\" class=\"header__link header__link--icon-size-24 header__link--with-icon no-default-link-decoration\" href=\"https://usercentrics.com/app-data-privacy-audit/\" target><img alt aria-hidden=\"true\" class=\"header__link__icon\" decoding=\"async\" height=\"24\" loading=\"lazy\" src=\"https://usercentrics.com/wp-content/uploads/2026/01/Scan_app.svg?v=d99922843f6ac284\" width=\"24\"> <div class=\"header__link__content\"><span class=\"header__link__text\"> App compliance scan </span> </..."
    },
    {
      "href": "https://usercentrics.com/privacy-policy-checker/",
      "text": "Privacy Policy Checker",
      "html": "<a data-hid=\"7c9b40d8\" data-pos=\"2\" class=\"header__link header__link--icon-size-24 header__link--with-icon no-default-link-decoration\" href=\"https://usercentrics.com/privacy-policy-checker/\" target><img alt aria-hidden=\"true\" class=\"header__link__icon\" decoding=\"async\" height=\"24\" loading=\"lazy\" src=\"https://usercentrics.com/wp-content/uploads/2026/01/Scan_privacy_policy_checker.svg?v=ca22ed7594616b02\" width=\"24\"> <div class=\"header__link__content\"><span class=\"header__link__text\"> Privacy Po..."
    },
    {
      "href": "https://usercentrics.com/data-privacy-regulatory-compliance/",
      "text": "Data Privacy Regulatory Compliance",
      "html": "<a data-hid=\"245f7b3d\" data-pos=\"1\" class=\"header__link header__link--icon-size-24 header__link--with-icon no-default-link-decoration\" href=\"https://usercentrics.com/data-privacy-regulatory-compliance/\" target><img alt aria-hidden=\"true\" class=\"header__link__icon\" decoding=\"async\" height=\"24\" loading=\"lazy\" src=\"https://usercentrics.com/wp-content/uploads/2024/12/Compliance.svg?v=bc393859a51e4fe1\" width=\"24\"> <div class=\"header__link__content\"><span class=\"header__link__text\"> Data Privacy Re..."
    },
    {
      "href": "https://usercentrics.com/privacy-led-marketing-show/",
      "text": "TV Show",
      "html": "<a data-hid=\"2b23338b\" data-pos=\"1\" class=\"header__link header__link--icon-size-24 header__link--with-icon no-default-link-decoration\" href=\"https://usercentrics.com/privacy-led-marketing-show/\" target><img alt aria-hidden=\"true\" class=\"header__link__icon\" decoding=\"async\" height=\"24\" loading=\"lazy\" src=\"https://usercentrics.com/wp-content/uploads/2025/07/Movie.svg?v=eb9480670d7de306\" width=\"24\"> <div class=\"header__link__content\"><span class=\"header__link__text\"> TV Show </span> </div></a>"
    },
    {
      "href": "https://usercentrics.com/privacy-led-marketing/",
      "text": "Privacy-Led Marketing",
      "html": "<a data-hid=\"47fc774c\" data-pos=\"1\" class=\"header__link header__link--icon-size-24 header__link--with-icon no-default-link-decoration\" href=\"https://usercentrics.com/privacy-led-marketing/\" target><img alt aria-hidden=\"true\" class=\"header__link__icon\" decoding=\"async\" height=\"32\" loading=\"lazy\" src=\"https://usercentrics.com/wp-content/uploads/2024/09/NotificationOutlined.svg?v=d9a32fe0230c07f8\" width=\"32\"> <div class=\"header__link__content\"><span class=\"header__link__text\"> Privacy-Led Market..."
    },
    {
      "href": "https://policygenerator.usercentrics.eu/?lng=en",
      "text": "Privacy Policy Generator",
      "html": "<a data-hid=\"e430a02c\" data-pos=\"1\" class=\"no-default-link-decoration uc-dropdown__options-item\" data-value=\"Privacy Policy Generator\" href=\"https://policygenerator.usercentrics.eu/?lng=en\" tabindex=\"0\" target=\"_blank\"><img alt aria-hidden=\"true\" class=\"header__link__icon\" decoding=\"async\" height=\"24\" loading=\"lazy\" src=\"https://usercentrics.com/wp-content/uploads/2025/01/PadlockOutlined.svg?v=8ff499462784cee7\" width=\"24\">Privacy Policy Generator</a>"
    },
    {
      "href": "https://usercentrics.com/privacy-policy-generator/",
      "text": "LEARN MORE",
      "html": "<a data-hid=\"8a8a0f00\" data-pos=\"2\" class=\"no-default-link-decoration uc-button uc-button-contained uc-button-icon-right uc-button-size-m\" href=\"https://usercentrics.com/privacy-policy-generator/\" id=\"f62d811e-b6ac-4a3d-9b69-01eb8400471f\" target><span>LEARN MORE</span> <svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" height=\"24\" viewBox=\"0 0 24 24\" width=\"24\"><path d=\"M13.8811 18.2974L12.4811 16.8474L16.0311 13.2974H3.8811V11.2974H16.0311L12.4811 7.74736L13.8811 6.29736L19.8811 12.2974L13...."
    },
    {
      "href": "https://usercentrics.com/privacy-policy-generator/",
      "text": "LEARN MORE",
      "html": "<a data-hid=\"8a8a0f00\" data-pos=\"3\" class=\"no-default-link-decoration uc-button uc-button-contained uc-button-icon-right uc-button-size-m\" href=\"https://usercentrics.com/privacy-policy-generator/\" id=\"e5c6e2e4-c5ff-4285-8bc2-6ee8878e7443\" target><span>LEARN MORE</span> <svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" height=\"24\" viewBox=\"0 0 24 24\" width=\"24\"><path d=\"M13.8811 18.2974L12.4811 16.8474L16.0311 13.2974H3.8811V11.2974H16.0311L12.4811 7.74736L13.8811 6.29736L19.8811 12.2974L13...."
    },
    {
      "href": "https://usercentrics.com/media-publishing/",
      "text": "Media & Publishing In a digital world, readers expect more than just great content — they demand transparency and control over their data. Grow trust, loyalty, and revenue with privacy-first engagement.",
      "html": "<a data-hid=\"f5102a0a\" data-pos=\"2\" class=\"uc-card-icon uc-card-icon-solutions uc-card-icon__size-default\" href=\"https://usercentrics.com/media-publishing/\" style=\"opacity: 0;\"><div class=\"image shield_background uc-card-icon__icon\"><div class=\"uc-card-icon__icon-inner\"><svg fill=\"none\" height=\"24\" viewBox=\"0 0 24 24\" width=\"24\"><path d=\"M3.91406 20.7339C3.36406 20.7339 2.89323 20.5381 2.50156 20.1464C2.1099 19.7547 1.91406 19.2839 1.91406 18.7339V6.73389H3.91406V18.7339H18.9141V20.7339H3.914..."
    },
    {
      "href": "https://usercentrics.com/retail-ecommerce/",
      "text": "Retail & Ecommerce Delivering tailored experiences while respecting user privacy isn’t just good business; it’s essential in today’s ecommerce. Build trust and loyalty while meeting complex compliance standards.",
      "html": "<a data-hid=\"27b88944\" data-pos=\"2\" class=\"uc-card-icon uc-card-icon-solutions uc-card-icon__size-default\" href=\"https://usercentrics.com/retail-ecommerce/\" style=\"opacity: 0;\"><div class=\"image shield_background uc-card-icon__icon\"><div class=\"uc-card-icon__icon-inner\"><svg fill=\"none\" height=\"24\" viewBox=\"0 0 24 24\" width=\"24\"><path d=\"M4.48816 5.67139V3.67139H20.4882V5.67139H4.48816ZM4.48816 19.6714V13.6714H3.48816V11.6714L4.48816 6.67139H20.4882L21.4882 11.6714V13.6714H20.4882V19.6714H18...."
    },
    {
      "href": "https://usercentrics.com/healthcare-pharmaceuticals/",
      "text": "Healthcare & Pharmaceuticals In healthcare, protecting patient data isn’t optional — it’s critical. Safeguard sensitive information, enable compliance, and strengthen trust with centralized privacy management.",
      "html": "<a data-hid=\"467db485\" data-pos=\"2\" class=\"uc-card-icon uc-card-icon-solutions uc-card-icon__size-default\" href=\"https://usercentrics.com/healthcare-pharmaceuticals/\"><div class=\"image shield_background uc-card-icon__icon\"><div class=\"uc-card-icon__icon-inner\"><svg fill=\"none\" height=\"24\" viewBox=\"0 0 24 24\" width=\"24\"><path d=\"M4.44507 21.5259C3.89507 21.5259 3.42424 21.33 3.03257 20.9384C2.6409 20.5467 2.44507 20.0759 2.44507 19.5259V7.52588C2.44507 6.97588 2.6409 6.50505 3.03257 6.11338C3...."
    },
    {
      "href": "https://usercentrics.com/automotive/",
      "text": "Automotive Scalable consent management in the automotive industry streamlines privacy compliance, empowers customers, and supports seamless OEM-customer connections.",
      "html": "<a data-hid=\"8e567d79\" data-pos=\"2\" class=\"uc-card-icon uc-card-icon-solutions uc-card-icon__size-default\" href=\"https://usercentrics.com/automotive/\"><div class=\"image shield_background uc-card-icon__icon\"><div class=\"uc-card-icon__icon-inner\"><svg fill=\"none\" height=\"24\" viewBox=\"0 0 24 24\" width=\"24\"><path d=\"M6 19V20C6 20.2833 5.90417 20.5208 5.7125 20.7125C5.52083 20.9042 5.28333 21 5 21H4C3.71667 21 3.47917 20.9042 3.2875 20.7125C3.09583 20.5208 3 20.2833 3 20V12L5.1 6C5.2 5.7 5.37917 5..."
    },
    {
      "href": "https://usercentrics.com/travel/",
      "text": "Travel & Hospitality Privacy compliance is crucial for managing the data of travelers and guests. Explore our solutions to respect traveler preferences, build stronger connections, and enable ongoing compliance across platforms.",
      "html": "<a data-hid=\"dd3a46e5\" data-pos=\"2\" class=\"uc-card-icon uc-card-icon-solutions uc-card-icon__size-default\" href=\"https://usercentrics.com/travel/\"><div class=\"image shield_background uc-card-icon__icon\"><div class=\"uc-card-icon__icon-inner\"><svg fill=\"none\" height=\"24\" viewBox=\"0 0 24 24\" width=\"24\"><path d=\"M7.3501 21.2441C6.8001 21.2441 6.32926 21.0483 5.9376 20.6566C5.54593 20.265 5.3501 19.7941 5.3501 19.2441V8.24414C5.3501 7.69414 5.54593 7.22331 5.9376 6.83164C6.32926 6.43997 6.8001 6.2..."
    },
    {
      "href": "https://usercentrics.com/knowledge-hub/is-privacy-led-marketing-the-solution-to-the-cookieless-future/",
      "text": "Article May 8, 2024 Is Privacy-Led Marketing the solution to the cookieless future? Third-party cookies have been a major source of user data that companies need for marketing operations. That’s changing, driven in part by changes from companies like Google. Learn how companies can use Privacy-Led Marketing with consent. Improve performance with consent and get the data you need. Read more",
      "html": "<a data-hid=\"2bf80b84\" data-pos=\"1\" class=\"align no-default-link-decoration uc-resources-card uc-resources-card--full-width-cover uc-resources-card--js uc-resources-card--layout-knowledge uc-resources-card--on-black wp-block-acf-resources-card\" href=\"https://usercentrics.com/knowledge-hub/is-privacy-led-marketing-the-solution-to-the-cookieless-future/\" id=\"4a083da7-323b-4f02-94a7-feff8fc94829\" target=\"_self\"><div class=\"uc-resources-card__preview\"><span class=\"selected uc-button uc-button-siz..."
    },
    {
      "href": "https://usercentrics.com/events/privacy-led-marketing-in-the-us-steps-you-need-to-take-now-due-to-new-laws/",
      "text": "Event Jul 30, 2024 Online Privacy-Led Marketing in the US: Steps you need to take now due to new laws Join us for an insightful webinar on new US data privacy legislations. Learn essential steps to align your marketing efforts with new compliance requirements. Watch now",
      "html": "<a data-hid=\"f1d58ac\" data-pos=\"1\" class=\"align no-default-link-decoration uc-resources-card uc-resources-card--js uc-resources-card--layout-event uc-resources-card--on-black wp-block-acf-resources-card\" href=\"https://usercentrics.com/events/privacy-led-marketing-in-the-us-steps-you-need-to-take-now-due-to-new-laws/\" id=\"eeaa1f15-6410-4e7c-98b2-62657dcb8f0d\" target=\"_self\"><div class=\"uc-resources-card__preview\"><span class=\"selected uc-button uc-button-size-s uc-button-tag\" id=\"d4f3d40f-0380..."
    },
    {
      "href": "https://usercentrics.com/privacy-policy/",
      "text": "See Privacy Policy",
      "html": "<a data-hid=\"bf403f88\" data-pos=\"1\" href=\"https://usercentrics.com/privacy-policy/\" rel=\"noopener\">See Privacy Policy</a>"
    },
    {
      "href": "https://usercentrics.com/privacy-policy-generator/",
      "text": "Usercentrics Privacy Policy Generator",
      "html": "<a data-hid=\"8a8a0f00\" data-pos=\"4\" class=\"like-text-sm no-default-link-decoration uc-footer__column-item\" href=\"https://usercentrics.com/privacy-policy-generator/\" target> Usercentrics Privacy Policy Generator</a>"
    },
    {
      "href": "https://usercentrics.com/privacy-compliance-scanner/",
      "text": "Web compliance scan",
      "html": "<a data-hid=\"c467d3ec\" data-pos=\"3\" class=\"like-text-sm no-default-link-decoration uc-footer__column-item\" href=\"https://usercentrics.com/privacy-compliance-scanner/\" target> Web compliance scan</a>"
    },
    {
      "href": "https://usercentrics.com/app-data-privacy-audit/",
      "text": "App compliance scan",
      "html": "<a data-hid=\"77451e5\" data-pos=\"3\" class=\"like-text-sm no-default-link-decoration uc-footer__column-item\" href=\"https://usercentrics.com/app-data-privacy-audit/\" target> App compliance scan</a>"
    },
    {
      "href": "https://usercentrics.com/data-privacy-regulatory-compliance/",
      "text": "Data Privacy Regulatory Compliance",
      "html": "<a data-hid=\"245f7b3d\" data-pos=\"2\" class=\"like-text-sm no-default-link-decoration uc-footer__column-item\" href=\"https://usercentrics.com/data-privacy-regulatory-compliance/\" target> Data Privacy Regulatory Compliance</a>"
    },
    {
      "href": "https://usercentrics.com/privacy-led-marketing/",
      "text": "Privacy-Led Marketing",
      "html": "<a data-hid=\"47fc774c\" data-pos=\"2\" class=\"like-text-sm no-default-link-decoration uc-footer__column-item\" href=\"https://usercentrics.com/privacy-led-marketing/\" target> Privacy-Led Marketing</a>"
    },
    {
      "href": "https://usercentrics.com/terms-and-conditions/",
      "text": "Terms & Conditions",
      "html": "<a data-hid=\"ba2a59b1\" data-pos=\"1\" class=\"no-default-link-decoration uc-footer__legal-link\" href=\"https://usercentrics.com/terms-and-conditions/\" target> Terms &amp; Conditions</a>"
    },
    {
      "href": "https://usercentrics.com/terms-and-conditions-usa/",
      "text": "Terms & Conditions USA",
      "html": "<a data-hid=\"499c71e\" data-pos=\"1\" class=\"no-default-link-decoration uc-footer__legal-link\" href=\"https://usercentrics.com/terms-and-conditions-usa/\" target> Terms &amp; Conditions USA</a>"
    },
    {
      "href": "https://usercentrics.com/privacy-policy/",
      "text": "Privacy Policy",
      "html": "<a data-hid=\"bf403f88\" data-pos=\"2\" class=\"no-default-link-decoration uc-footer__legal-link\" href=\"https://usercentrics.com/privacy-policy/\" target> Privacy Policy</a>"
    },
    {
      "href": "javascript:ucResolveCmp().then(cmp=>cmp.showFirstLayer())",
      "text": "Access privacy settings",
      "html": "<a class=\"no-default-link-decoration uc-footer__legal-link\" href=\"javascript:ucResolveCmp().then(cmp=&gt;cmp.showFirstLayer())\"> Access privacy settings</a>"
    }
  ],
  "score": 60,
  "weight": 20
}

AI DiscoverabilityContent ReadinessEstablished

Content freshness signals

Content freshness signals is partially implemented.

8 Warning

Needs attention

Content freshness signals

Warning
01

Issue

Content freshness signals are incomplete: missing Last-Modified HTTP header.

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

75/100

Status

warning

Category

Content Readiness

Maturity

Established

Goal

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

Result

Content freshness signals is partially implemented.

Evidence
{
  "lastModified": null,
  "schemaDates": [
    "2026-06-03T11:39:23+00:00",
    "2024-08-07T15:11:52+00:00",
    "2024-08-07 15:11:52"
  ],
  "metaDateCount": 1,
  "timeDateCount": 0
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

AEO: Answer-first sections

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

5 Warning

Needs attention

AEO: Answer-first sections

Warning
01

Issue

19 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": 22,
  "passing": 3,
  "failing": [
    {
      "heading": "All resources",
      "headingHtml": "<h3 class=\"header__content__title like-h5 no-default-margin\">All resources</h3>",
      "firstParagraph": "Explore blog articles, privacy compliance checklists, online courses, webinars, ebooks, podcasts, product documentation, press releases and much more.",
      "paragraphHtml": "<p class=\"header__content__subtitle\">Explore blog articles, privacy compliance checklists, online courses, webinars, ebooks, podcasts, product documentation, press releases and much more.</p>",
      "words": 18,
      "direct": false,
      "issue": "First paragraph is 18 words and does not look like a concise direct answer."
    },
    {
      "heading": "All resources",
      "headingHtml": "<h3 class=\"header__content__title like-h5 no-default-margin\">All resources</h3>",
      "firstParagraph": "Explore blog articles, privacy compliance checklists, online courses, webinars, ebooks, podcasts, product documentation, press releases and much more.",
      "paragraphHtml": "<p class=\"header__content__subtitle\">Explore blog articles, privacy compliance checklists, online courses, webinars, ebooks, podcasts, product documentation, press releases and much more.</p>",
      "words": 18,
      "direct": false,
      "issue": "First paragraph is 18 words and does not look like a concise direct answer."
    },
    {
      "heading": "Usercentrics Web CMP",
      "headingHtml": "<h3 class=\"no-default-margin uc-product-slider-products-item__title\"> Usercentrics Web CMP </h3>",
      "firstParagraph": "A fully customizable, automated consent solution designed for SMBs and growing businesses. Streamline compliance with global privacy laws and ad tech requirements, and transform data privacy into a competitive advantage that builds trust and drives growth.",
      "paragraphHtml": "<p>A fully customizable, automated consent solution designed for SMBs and growing businesses. Streamline compliance with global privacy laws and ad tech requirements, and transform data privacy into a competitive advantage that builds trust and drives growth.</p>",
      "words": 36,
      "direct": false,
      "issue": "First paragraph is 36 words and does not look like a concise direct answer."
    },
    {
      "heading": "Usercentrics App CMP",
      "headingHtml": "<h3 class=\"no-default-margin uc-product-slider-products-item__title\"> Usercentrics App CMP </h3>",
      "firstParagraph": "Secure your mobile apps and games monetization by complying with global data privacy regulations and frameworks like the GDPR, CCPA, TCF v2.2, and more.",
      "paragraphHtml": "<p>Secure your mobile apps and games monetization by complying with global data privacy regulations and frameworks like the GDPR, CCPA, TCF v2.2, and more.</p>",
      "words": 25,
      "direct": false,
      "issue": "First paragraph is 25 words and does not look like a concise direct answer."
    },
    {
      "heading": "Usercentrics CTV CMP",
      "headingHtml": "<h3 class=\"no-default-margin uc-product-slider-products-item__title\"> Usercentrics CTV CMP </h3>",
      "firstParagraph": "Comply with global privacy regulations and secure your OTT apps monetization.",
      "paragraphHtml": "<p>Comply with global privacy regulations and secure your OTT apps monetization.</p>",
      "words": 11,
      "direct": false,
      "issue": "First paragraph is 11 words and does not look like a concise direct answer."
    },
    {
      "heading": "Usercentrics Privacy Policy Generator",
      "headingHtml": "<h3 class=\"no-default-margin uc-product-slider-products-item__title\"> Usercentrics Privacy Policy Generator </h3>",
      "firstParagraph": "Build your custom privacy policy in minutes with our intelligent generator. Tailored to your website and tech setup and selected services.",
      "paragraphHtml": "<p>Build your custom privacy policy in minutes with our intelligent generator. Tailored to your website and tech setup and selected services.</p>",
      "words": 21,
      "direct": false,
      "issue": "First paragraph is 21 words and does not look like a concise direct answer."
    },
    {
      "heading": "Usercentrics Server-Side Tracking",
      "headingHtml": "<h3 class=\"no-default-margin uc-product-slider-products-item__title\"> Usercentrics Server-Side Tracking </h3>",
      "firstParagraph": "Improve campaign performance, strengthen your data quality, and reduce costs with Usercentrics Server-Side Tracking. Move to a first-party data strategy with our integrated suite — including Meta Signals Gateway and Server-Side Tagging. Send accurate, consented, high-quality signals to all your marketing destinations.",
      "paragraphHtml": "<p class=\"like-text-lg\">Improve campaign performance, strengthen your data quality, and reduce costs with Usercentrics Server-Side Tracking. Move to a first-party data strategy with our integrated suite &#x2014; including Meta Signals Gateway and Server-Side Tagging. Send accurate, consented, high-quality signals to all your marketing destinations.</p>",
      "words": 41,
      "direct": false,
      "issue": "First paragraph is 41 words and does not look like a concise direct answer."
    },
    {
      "heading": "Usercentrics Preference Manager",
      "headingHtml": "<h3 class=\"no-default-margin uc-product-slider-products-item__title\"> Usercentrics Preference Manager </h3>",
      "firstParagraph": "Use a Preference Management Platform (PMP) to increase marketing ROI. Pass consent and preferences for zero- and first-party data directly to your preferred advertising platform and marketing tech stack.",
      "paragraphHtml": "<p>Use a Preference Management Platform (PMP) to increase marketing ROI. Pass consent and preferences for zero- and first-party data directly to your preferred advertising platform and marketing tech stack.</p>",
      "words": 29,
      "direct": false,
      "issue": "First paragraph is 29 words and does not look like a concise direct answer."
    },
    {
      "heading": "Usercentrics Web CMP",
      "headingHtml": "<h3 class=\"no-default-margin uc-product-slider-products-item__title\"> Usercentrics Web CMP </h3>",
      "firstParagraph": "A fully customizable, automated consent solution designed for SMBs and growing businesses. Streamline compliance with global privacy laws and ad tech requirements, and transform data privacy into a competitive advantage that builds trust and drives growth.",
      "paragraphHtml": "<p>A fully customizable, automated consent solution designed for SMBs and growing businesses. Streamline compliance with global privacy laws and ad tech requirements, and transform data privacy into a competitive advantage that builds trust and drives growth.</p>",
      "words": 36,
      "direct": false,
      "issue": "First paragraph is 36 words and does not look like a concise direct answer."
    },
    {
      "heading": "Usercentrics App CMP",
      "headingHtml": "<h3 class=\"no-default-margin uc-product-slider-products-item__title\"> Usercentrics App CMP </h3>",
      "firstParagraph": "Secure your mobile apps and games monetization by complying with global data privacy regulations and frameworks like the GDPR, CCPA, TCF v2.2, and more.",
      "paragraphHtml": "<p>Secure your mobile apps and games monetization by complying with global data privacy regulations and frameworks like the GDPR, CCPA, TCF v2.2, and more.</p>",
      "words": 25,
      "direct": false,
      "issue": "First paragraph is 25 words and does not look like a concise direct answer."
    },
    {
      "heading": "Usercentrics CTV CMP",
      "headingHtml": "<h3 class=\"no-default-margin uc-product-slider-products-item__title\"> Usercentrics CTV CMP </h3>",
      "firstParagraph": "Comply with global privacy regulations and secure your OTT apps monetization.",
      "paragraphHtml": "<p>Comply with global privacy regulations and secure your OTT apps monetization.</p>",
      "words": 11,
      "direct": false,
      "issue": "First paragraph is 11 words and does not look like a concise direct answer."
    },
    {
      "heading": "Usercentrics Privacy Policy Generator",
      "headingHtml": "<h3 class=\"no-default-margin uc-product-slider-products-item__title\"> Usercentrics Privacy Policy Generator </h3>",
      "firstParagraph": "Build your custom privacy policy in minutes with our intelligent generator. Tailored to your website and tech setup and selected services.",
      "paragraphHtml": "<p>Build your custom privacy policy in minutes with our intelligent generator. Tailored to your website and tech setup and selected services.</p>",
      "words": 21,
      "direct": false,
      "issue": "First paragraph is 21 words and does not look like a concise direct answer."
    },
    {
      "heading": "Usercentrics Server-Side Tracking",
      "headingHtml": "<h3 class=\"no-default-margin uc-product-slider-products-item__title\"> Usercentrics Server-Side Tracking </h3>",
      "firstParagraph": "Improve campaign performance, strengthen your data quality, and reduce costs with Usercentrics Server-Side Tracking. Move to a first-party data strategy with our integrated suite — including Meta Signals Gateway and Server-Side Tagging. Send accurate, consented, high-quality signals to all your marketing destinations.",
      "paragraphHtml": "<p class=\"like-text-lg\">Improve campaign performance, strengthen your data quality, and reduce costs with Usercentrics Server-Side Tracking. Move to a first-party data strategy with our integrated suite &#x2014; including Meta Signals Gateway and Server-Side Tagging. Send accurate, consented, high-quality signals to all your marketing destinations.</p>",
      "words": 41,
      "direct": false,
      "issue": "First paragraph is 41 words and does not look like a concise direct answer."
    },
    {
      "heading": "Usercentrics Preference Manager",
      "headingHtml": "<h3 class=\"no-default-margin uc-product-slider-products-item__title\"> Usercentrics Preference Manager </h3>",
      "firstParagraph": "Use a Preference Management Platform (PMP) to increase marketing ROI. Pass consent and preferences for zero- and first-party data directly to your preferred advertising platform and marketing tech stack.",
      "paragraphHtml": "<p>Use a Preference Management Platform (PMP) to increase marketing ROI. Pass consent and preferences for zero- and first-party data directly to your preferred advertising platform and marketing tech stack.</p>",
      "words": 29,
      "direct": false,
      "issue": "First paragraph is 29 words and does not look like a concise direct answer."
    },
    {
      "heading": "Find solutions for your industry",
      "headingHtml": "<h2 class=\"no-default-margin uc-solutions-cards__header\">Find solutions for your industry</h2>",
      "firstParagraph": "In a digital world, readers expect more than just great content — they demand transparency and control over their data. Grow trust, loyalty, and revenue with privacy-first engagement.",
      "paragraphHtml": "<p>In a digital world, readers expect more than just great content &#x2014; they demand transparency and control over their data. Grow trust, loyalty, and revenue with privacy-first engagement.</p>",
      "words": 27,
      "direct": false,
      "issue": "First paragraph is 27 words and does not look like a concise direct answer."
    },
    {
      "heading": "Discover Usercentrics",
      "headingHtml": "<h2 class=\"has-brand-white-color has-link-color has-text-color no-default-margin wp-block-heading wp-elements-3033ad8a8ae7123402365199ecde2ad4\" id=\"h-discover-usercentrics\">Discover Usercentrics</h2>",
      "firstParagraph": "Watch this short video and learn more about our company and how you can use our expertise to exceed your business goals.",
      "paragraphHtml": "<p class=\"is-style-text-lg\">Watch this short video and learn more about our company and how you can use our expertise to exceed your business goals.</p>",
      "words": 22,
      "direct": false,
      "issue": "First paragraph is 22 words and does not look like a concise direct answer."
    },
    {
      "heading": "We need your consent to load the YouTube Video service!",
      "headingHtml": "<h3>We need your consent to load the YouTube Video service!</h3>",
      "firstParagraph": "We use a third party service to embed video content that may collect data about your activity. Please review the details and accept the service to watch this video.",
      "paragraphHtml": "<p class=\"description-text\">We use a third party service to embed video content that may collect data about your activity. Please review the details and accept the service to watch this video.</p>",
      "words": 29,
      "direct": false,
      "issue": "First paragraph is 29 words and does not look like a concise direct answer."
    },
    {
      "heading": "You can not see this video because an ad blocker is not allowing Usercentrics CMP to run",
      "headingHtml": "<h3>You can not see this video because an ad blocker is not allowing Usercentrics CMP to run</h3>",
      "firstParagraph": "You can disable the ad blocker in your browser's extensions list or, if you have an ad blocker installed as a separate app on your device, in the app's settings.",
      "paragraphHtml": "<p class=\"description-text\">You can disable the ad blocker in your browser&apos;s extensions list or, if you have an ad blocker installed as a separate app on your device, in the app&apos;s settings.</p>",
      "words": 30,
      "direct": false,
      "issue": "First paragraph is 30 words and does not look like a concise direct answer."
    },
    {
      "heading": "Learn how to thrive with Privacy-Led Marketing",
      "headingHtml": "<h2 class=\"has-brand-white-color has-link-color has-text-color no-default-margin wp-block-heading wp-elements-4cca5577d8b351bacfccb35eb0faf503\" id=\"h-learn-how-to-thrive-with-privacy-led-marketing\">Learn how to thrive with Privacy-Led Marketing</h2>",
      "firstParagraph": "Want to thrive with Privacy-Led Marketing and drive your business growth? Explore our insightful blog articles, privacy compliance checklists, online courses, live and on-demand webinars, podcasts, and much more.",
      "paragraphHtml": "<p class=\"has-brand-white-color has-link-color has-text-color wp-elements-aa6dfda28965138de5477a7e2ddeae08\">Want to thrive with Privacy-Led Marketing and drive your business growth? Explore our insightful blog articles, privacy compliance checklists, online courses, live and on-demand webinars, podcasts, and much more.</p>",
      "words": 29,
      "direct": false,
      "issue": "First paragraph is 29 words and does not look like a concise direct answer."
    }
  ],
  "score": 65,
  "weight": 28
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

AEO: Answer evidence and trust

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

4 Warning

Needs attention

AEO: Answer evidence and trust

Warning
01

Issue

Missing AIO trust signals: author, publisher.

Details

02

Why it matters

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

Check name

AEO: Answer evidence and trust

Score

60/100

Status

warning

Category

GEO, AIO & AEO

Maturity

Emerging recommendation

Goal

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

Result

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

Evidence
{
  "signals": {
    "author": false,
    "publisher": false,
    "freshnessDate": true,
    "aboutOrContact": true,
    "policyLinks": true
  },
  "missing": [
    "author",
    "publisher"
  ],
  "authorMeta": "",
  "schemaAuthors": [],
  "schemaPublishers": [],
  "schemaDates": [
    "2024-08-07T15:11:52+00:00",
    "2026-06-03T11:39:23+00:00",
    "2024-08-07 15:11:52"
  ],
  "visibleDates": [],
  "aboutLinks": [
    {
      "href": "https://usercentrics.com/about-us/",
      "text": "About us We’re your partner in user consent management for websites and apps.",
      "html": "<a data-hid=\"1e82e4f\" data-pos=\"1\" class=\"header__link header__link--icon-size-24 header__link--with-icon no-default-link-decoration\" href=\"https://usercentrics.com/about-us/\" target><img alt aria-hidden=\"true\" class=\"header__link__icon\" decoding=\"async\" height=\"24\" loading=\"lazy\" src=\"https://usercentrics.com/wp-content/uploads/2024/08/MessageOutlined.svg?v=bbe30aab4a520988\" width=\"24\"> <div class=\"header__link__content\"><span class=\"header__link__text\"> About us </span> <span class=\"header_..."
    },
    {
      "href": "https://usercentrics.com/press/",
      "text": "Press See what others are saying about Usercentrics, and download our media kit.",
      "html": "<a data-hid=\"d925ee31\" data-pos=\"1\" class=\"header__link header__link--icon-size-24 header__link--with-icon no-default-link-decoration\" href=\"https://usercentrics.com/press/\" target><img alt aria-hidden=\"true\" class=\"header__link__icon\" decoding=\"async\" height=\"24\" loading=\"lazy\" src=\"https://usercentrics.com/wp-content/uploads/2024/09/NewspaperOutlined.svg?v=dc55b8c3fc7f729f\" width=\"24\"> <div class=\"header__link__content\"><span class=\"header__link__text\"> Press </span> <span class=\"header__li..."
    },
    {
      "href": "https://usercentrics.com/about-us/",
      "text": "About us",
      "html": "<a data-hid=\"1e82e4f\" data-pos=\"2\" class=\"like-text-sm no-default-link-decoration uc-footer__column-item\" href=\"https://usercentrics.com/about-us/\" target> About us</a>"
    },
    {
      "href": "https://www.linkedin.com/company/usercentrics",
      "text": "",
      "html": "<a data-hid=\"6ca04dc0\" data-pos=\"1\" aria-label=\"LinkedIn (opens in a new tab)\" href=\"https://www.linkedin.com/company/usercentrics\" target=\"_blank\"><svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" height=\"24\" viewBox=\"0 0 24 24\" width=\"24\"><path d=\"M20.28 3H3.72C3.32175 3 3 3.32175 3 3.72V20.28C3 20.6783 3.32175 21 3.72 21H20.28C20.6783 21 21 20.6783 21 20.28V3.72C21 3.32175 20.6783 3 20.28 3ZM8.33925 18.3383H5.6685V9.74775H8.33925V18.3383ZM7.005 8.57325C6.69883 8.57325 6.39954 8.48246 6.1..."
    }
  ],
  "contactLinks": [
    {
      "href": "https://usercentrics.com/contact/",
      "text": "Our offices We’re a truly international team with offices in incredible cities.",
      "html": "<a data-hid=\"8ffe8e19\" data-pos=\"1\" class=\"header__link header__link--icon-size-24 header__link--with-icon no-default-link-decoration\" href=\"https://usercentrics.com/contact/\" target><img alt=\"Icon of a building representing an office\" aria-hidden=\"true\" class=\"header__link__icon\" decoding=\"async\" height=\"24\" loading=\"lazy\" src=\"https://usercentrics.com/wp-content/uploads/2024/08/OfficeOutlined.svg?v=847d3f24b216b51c\" width=\"24\"> <div class=\"header__link__content\"><span class=\"header__link__t..."
    },
    {
      "href": "https://apply.workable.com/usercentrics/",
      "text": "We hire talented individuals from various backgrounds and support their growth. Join Usercentrics",
      "html": "<a data-hid=\"741bb552\" data-pos=\"1\" class=\"header__banner no-default-link-decoration\" href=\"https://apply.workable.com/usercentrics/\" target=\"_blank\"><img alt=\"Usercentrics team members having their arms open\" class=\"header__banner__image\" height=\"561\" loading=\"lazy\" src=\"https://usercentrics.com/wp-content/uploads/2025/01/9f006090b5345cee009461e757edb34b.png\" width=\"656\"> <div class=\"header__banner__content\"><span class=\"header__banner__text like-h5 no-default-margin\">We hire talented indivi..."
    },
    {
      "href": "https://support.usercentrics.com/hc/en-us",
      "text": "Support",
      "html": "<a data-hid=\"1fa3336d\" data-pos=\"1\" aria-label=\"Support (opens in a new tab)\" class=\"header__link no-default-link-decoration\" href=\"https://support.usercentrics.com/hc/en-us\" target=\"_blank\"><div class=\"header__link__content\"><span class=\"header__link__text\"> Support </span> </div> </a>"
    },
    {
      "href": "https://usercentrics.com/book-a-consultation/",
      "text": "Contact sales",
      "html": "<a data-hid=\"5671b190\" data-pos=\"1\" class=\"no-default-link-decoration uc-button uc-button-center uc-button-outlined uc-button-size-m\" data-button-id=\"header-secondary-cta\" href=\"https://usercentrics.com/book-a-consultation/\" id=\"secondary_cta\" target><span>Contact sales</span></a>"
    },
    {
      "href": "https://usercentrics.com/banking-finance-insurance/",
      "text": "Banking & Finance & Insurance Trust drives financial services, and clients today expect full transparency. Our consent-based solutions enable regulatory compliance and help you build long-term client relationships.",
      "html": "<a data-hid=\"fbc021cf\" data-pos=\"2\" class=\"uc-card-icon uc-card-icon-solutions uc-card-icon__size-default\" href=\"https://usercentrics.com/banking-finance-insurance/\" style=\"opacity: 0;\"><div class=\"image shield_background uc-card-icon__icon\"><div class=\"uc-card-icon__icon-inner\"><svg fill=\"none\" height=\"24\" viewBox=\"0 0 24 24\" width=\"24\"><path d=\"M4.55469 17.2158V10.2158H6.55469V17.2158H4.55469ZM10.5547 17.2158V10.2158H12.5547V17.2158H10.5547ZM1.55469 21.2158V19.2158H21.5547V21.2158H1.55469ZM..."
    },
    {
      "href": "https://usercentrics.com/automotive/",
      "text": "Automotive Scalable consent management in the automotive industry streamlines privacy compliance, empowers customers, and supports seamless OEM-customer connections.",
      "html": "<a data-hid=\"8e567d79\" data-pos=\"2\" class=\"uc-card-icon uc-card-icon-solutions uc-card-icon__size-default\" href=\"https://usercentrics.com/automotive/\"><div class=\"image shield_background uc-card-icon__icon\"><div class=\"uc-card-icon__icon-inner\"><svg fill=\"none\" height=\"24\" viewBox=\"0 0 24 24\" width=\"24\"><path d=\"M6 19V20C6 20.2833 5.90417 20.5208 5.7125 20.7125C5.52083 20.9042 5.28333 21 5 21H4C3.71667 21 3.47917 20.9042 3.2875 20.7125C3.09583 20.5208 3 20.2833 3 20V12L5.1 6C5.2 5.7 5.37917 5..."
    },
    {
      "href": "https://usercentrics.com/book-a-consultation/",
      "text": "Contact sales",
      "html": "<a data-hid=\"5671b190\" data-pos=\"2\" class=\"no-default-link-decoration uc-button uc-button-outlined uc-button-size-l\" href=\"https://usercentrics.com/book-a-consultation/\" id=\"70eb45e5-baee-4c56-ba3f-65e2d666c2c9\" target><span>Contact sales</span></a>"
    },
    {
      "href": "https://usercentrics.com/contact/",
      "text": "Our offices",
      "html": "<a data-hid=\"8ffe8e19\" data-pos=\"2\" class=\"like-text-sm no-default-link-decoration uc-footer__column-item\" href=\"https://usercentrics.com/contact/\" target> Our offices</a>"
    },
    {
      "href": "https://support.usercentrics.com/hc/en-us",
      "text": "General support",
      "html": "<a data-hid=\"1fa3336d\" data-pos=\"2\" aria-label=\"General support (opens in a new tab)\" class=\"like-text-sm no-default-link-decoration uc-footer__column-item\" href=\"https://support.usercentrics.com/hc/en-us\" target=\"_blank\"> General support</a>"
    },
    {
      "href": "https://usercentrics.com/book-a-consultation/",
      "text": "Contact sales",
      "html": "<a data-hid=\"5671b190\" data-pos=\"3\" class=\"like-text-sm no-default-link-decoration uc-footer__column-item\" href=\"https://usercentrics.com/book-a-consultation/\" target> Contact sales</a>"
    },
    {
      "href": "https://support.usercentrics.com/hc/en-us/requests/new",
      "text": "Technical support",
      "html": "<a data-hid=\"42dc5e09\" data-pos=\"1\" aria-label=\"Technical support (opens in a new tab)\" class=\"like-text-sm no-default-link-decoration uc-footer__column-item\" href=\"https://support.usercentrics.com/hc/en-us/requests/new\" target=\"_blank\"> Technical support</a>"
    },
    {
      "href": "https://support.usercentrics.com/hc/en-us/categories/12253804608156-Account-and-billing",
      "text": "Billing and account",
      "html": "<a data-hid=\"b8358338\" data-pos=\"1\" aria-label=\"Billing and account (opens in a new tab)\" class=\"like-text-sm no-default-link-decoration uc-footer__column-item\" href=\"https://support.usercentrics.com/hc/en-us/categories/12253804608156-Account-and-billing\" target=\"_blank\"> Billing and account</a>"
    },
    {
      "href": "https://support.usercentrics.com/hc/en-us/requests/new?ticket_form_id=10610312381340",
      "text": "Suggest a feature",
      "html": "<a data-hid=\"42dc5e09\" data-pos=\"2\" aria-label=\"Suggest a feature (opens in a new tab)\" class=\"like-text-sm no-default-link-decoration uc-footer__column-item\" href=\"https://support.usercentrics.com/hc/en-us/requests/new?ticket_form_id=10610312381340\" target=\"_blank\"> Suggest a feature</a>"
    }
  ],
  "privacyLinks": [
    {
      "href": "https://usercentrics.com/usercentrics-ctv-cmp/",
      "text": "Usercentrics CTV CMP Get privacy compliance for connected TV platforms.",
      "html": "<a data-hid=\"184423d7\" data-pos=\"1\" class=\"header__link header__link--icon-size-24 header__link--with-icon no-default-link-decoration\" href=\"https://usercentrics.com/usercentrics-ctv-cmp/\" target><img alt aria-hidden=\"true\" class=\"header__link__icon\" decoding=\"async\" height=\"24\" loading=\"lazy\" src=\"https://usercentrics.com/wp-content/uploads/2026/01/TV_CMP.svg?v=cff459ec08fa974f\" width=\"24\"> <div class=\"header__link__content\"><span class=\"header__link__text\"> Usercentrics CTV CMP </span> <spa..."
    },
    {
      "href": "https://usercentrics.com/privacy-policy-generator/",
      "text": "Usercentrics Privacy Policy Generator Generate compliant privacy policies in minutes.",
      "html": "<a data-hid=\"8a8a0f00\" data-pos=\"1\" class=\"header__link header__link--icon-size-24 header__link--with-icon no-default-link-decoration\" href=\"https://usercentrics.com/privacy-policy-generator/\" target><img alt aria-hidden=\"true\" class=\"header__link__icon\" decoding=\"async\" height=\"24\" loading=\"lazy\" src=\"https://usercentrics.com/wp-content/uploads/2026/01/Privacy_Policy_Generator.svg?v=8ff499462784cee7\" width=\"24\"> <div class=\"header__link__content\"><span class=\"header__link__text\"> Usercentric..."
    },
    {
      "href": "https://usercentrics.com/integrations/privacy-policy-generator-wordpress/",
      "text": "Privacy Policy Generator Wordpress",
      "html": "<a data-hid=\"7e53e78c\" data-pos=\"1\" class=\"header__link header__link--icon-size-24 header__link--with-icon no-default-link-decoration\" href=\"https://usercentrics.com/integrations/privacy-policy-generator-wordpress/\" target><img alt aria-hidden=\"true\" class=\"header__link__icon\" decoding=\"async\" height=\"24\" loading=\"lazy\" src=\"https://usercentrics.com/wp-content/uploads/2025/08/PadlockOutlined.svg?v=8ff499462784cee7\" width=\"24\"> <div class=\"header__link__content\"><span class=\"header__link__text..."
    },
    {
      "href": "https://usercentrics.com/privacy-compliance-scanner/",
      "text": "Web compliance scan",
      "html": "<a data-hid=\"c467d3ec\" data-pos=\"1\" class=\"header__link header__link--icon-size-24 header__link--with-icon no-default-link-decoration\" href=\"https://usercentrics.com/privacy-compliance-scanner/\" target><img alt aria-hidden=\"true\" class=\"header__link__icon\" decoding=\"async\" height=\"24\" loading=\"lazy\" src=\"https://usercentrics.com/wp-content/uploads/2026/01/Scan_web.svg?v=4a597debfca2e74f\" width=\"24\"> <div class=\"header__link__content\"><span class=\"header__link__text\"> Web compliance scan </spa..."
    },
    {
      "href": "https://usercentrics.com/app-data-privacy-audit/",
      "text": "App compliance scan",
      "html": "<a data-hid=\"77451e5\" data-pos=\"1\" class=\"header__link header__link--icon-size-24 header__link--with-icon no-default-link-decoration\" href=\"https://usercentrics.com/app-data-privacy-audit/\" target><img alt aria-hidden=\"true\" class=\"header__link__icon\" decoding=\"async\" height=\"24\" loading=\"lazy\" src=\"https://usercentrics.com/wp-content/uploads/2026/01/Scan_app.svg?v=d99922843f6ac284\" width=\"24\"> <div class=\"header__link__content\"><span class=\"header__link__text\"> App compliance scan </span> </..."
    },
    {
      "href": "https://usercentrics.com/privacy-policy-checker/",
      "text": "Privacy Policy Checker",
      "html": "<a data-hid=\"7c9b40d8\" data-pos=\"1\" class=\"header__link header__link--icon-size-24 header__link--with-icon no-default-link-decoration\" href=\"https://usercentrics.com/privacy-policy-checker/\" target><img alt aria-hidden=\"true\" class=\"header__link__icon\" decoding=\"async\" height=\"24\" loading=\"lazy\" src=\"https://usercentrics.com/wp-content/uploads/2026/01/Scan_privacy_policy_checker.svg?v=ca22ed7594616b02\" width=\"24\"> <div class=\"header__link__content\"><span class=\"header__link__text\"> Privacy Po..."
    },
    {
      "href": "https://usercentrics.com/privacy-compliance-scanner/",
      "text": "Web compliance scan",
      "html": "<a data-hid=\"c467d3ec\" data-pos=\"2\" class=\"header__link header__link--icon-size-24 header__link--with-icon no-default-link-decoration\" href=\"https://usercentrics.com/privacy-compliance-scanner/\" target><img alt aria-hidden=\"true\" class=\"header__link__icon\" decoding=\"async\" height=\"24\" loading=\"lazy\" src=\"https://usercentrics.com/wp-content/uploads/2026/01/Scan_web.svg?v=4a597debfca2e74f\" width=\"24\"> <div class=\"header__link__content\"><span class=\"header__link__text\"> Web compliance scan </spa..."
    },
    {
      "href": "https://usercentrics.com/app-data-privacy-audit/",
      "text": "App compliance scan",
      "html": "<a data-hid=\"77451e5\" data-pos=\"2\" class=\"header__link header__link--icon-size-24 header__link--with-icon no-default-link-decoration\" href=\"https://usercentrics.com/app-data-privacy-audit/\" target><img alt aria-hidden=\"true\" class=\"header__link__icon\" decoding=\"async\" height=\"24\" loading=\"lazy\" src=\"https://usercentrics.com/wp-content/uploads/2026/01/Scan_app.svg?v=d99922843f6ac284\" width=\"24\"> <div class=\"header__link__content\"><span class=\"header__link__text\"> App compliance scan </span> </..."
    },
    {
      "href": "https://usercentrics.com/privacy-policy-checker/",
      "text": "Privacy Policy Checker",
      "html": "<a data-hid=\"7c9b40d8\" data-pos=\"2\" class=\"header__link header__link--icon-size-24 header__link--with-icon no-default-link-decoration\" href=\"https://usercentrics.com/privacy-policy-checker/\" target><img alt aria-hidden=\"true\" class=\"header__link__icon\" decoding=\"async\" height=\"24\" loading=\"lazy\" src=\"https://usercentrics.com/wp-content/uploads/2026/01/Scan_privacy_policy_checker.svg?v=ca22ed7594616b02\" width=\"24\"> <div class=\"header__link__content\"><span class=\"header__link__text\"> Privacy Po..."
    },
    {
      "href": "https://usercentrics.com/data-privacy-regulatory-compliance/",
      "text": "Data Privacy Regulatory Compliance",
      "html": "<a data-hid=\"245f7b3d\" data-pos=\"1\" class=\"header__link header__link--icon-size-24 header__link--with-icon no-default-link-decoration\" href=\"https://usercentrics.com/data-privacy-regulatory-compliance/\" target><img alt aria-hidden=\"true\" class=\"header__link__icon\" decoding=\"async\" height=\"24\" loading=\"lazy\" src=\"https://usercentrics.com/wp-content/uploads/2024/12/Compliance.svg?v=bc393859a51e4fe1\" width=\"24\"> <div class=\"header__link__content\"><span class=\"header__link__text\"> Data Privacy Re..."
    },
    {
      "href": "https://usercentrics.com/privacy-led-marketing-show/",
      "text": "TV Show",
      "html": "<a data-hid=\"2b23338b\" data-pos=\"1\" class=\"header__link header__link--icon-size-24 header__link--with-icon no-default-link-decoration\" href=\"https://usercentrics.com/privacy-led-marketing-show/\" target><img alt aria-hidden=\"true\" class=\"header__link__icon\" decoding=\"async\" height=\"24\" loading=\"lazy\" src=\"https://usercentrics.com/wp-content/uploads/2025/07/Movie.svg?v=eb9480670d7de306\" width=\"24\"> <div class=\"header__link__content\"><span class=\"header__link__text\"> TV Show </span> </div></a>"
    },
    {
      "href": "https://usercentrics.com/privacy-led-marketing/",
      "text": "Privacy-Led Marketing",
      "html": "<a data-hid=\"47fc774c\" data-pos=\"1\" class=\"header__link header__link--icon-size-24 header__link--with-icon no-default-link-decoration\" href=\"https://usercentrics.com/privacy-led-marketing/\" target><img alt aria-hidden=\"true\" class=\"header__link__icon\" decoding=\"async\" height=\"32\" loading=\"lazy\" src=\"https://usercentrics.com/wp-content/uploads/2024/09/NotificationOutlined.svg?v=d9a32fe0230c07f8\" width=\"32\"> <div class=\"header__link__content\"><span class=\"header__link__text\"> Privacy-Led Market..."
    },
    {
      "href": "https://policygenerator.usercentrics.eu/?lng=en",
      "text": "Privacy Policy Generator",
      "html": "<a data-hid=\"e430a02c\" data-pos=\"1\" class=\"no-default-link-decoration uc-dropdown__options-item\" data-value=\"Privacy Policy Generator\" href=\"https://policygenerator.usercentrics.eu/?lng=en\" tabindex=\"0\" target=\"_blank\"><img alt aria-hidden=\"true\" class=\"header__link__icon\" decoding=\"async\" height=\"24\" loading=\"lazy\" src=\"https://usercentrics.com/wp-content/uploads/2025/01/PadlockOutlined.svg?v=8ff499462784cee7\" width=\"24\">Privacy Policy Generator</a>"
    },
    {
      "href": "https://usercentrics.com/privacy-policy-generator/",
      "text": "LEARN MORE",
      "html": "<a data-hid=\"8a8a0f00\" data-pos=\"2\" class=\"no-default-link-decoration uc-button uc-button-contained uc-button-icon-right uc-button-size-m\" href=\"https://usercentrics.com/privacy-policy-generator/\" id=\"f62d811e-b6ac-4a3d-9b69-01eb8400471f\" target><span>LEARN MORE</span> <svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" height=\"24\" viewBox=\"0 0 24 24\" width=\"24\"><path d=\"M13.8811 18.2974L12.4811 16.8474L16.0311 13.2974H3.8811V11.2974H16.0311L12.4811 7.74736L13.8811 6.29736L19.8811 12.2974L13...."
    },
    {
      "href": "https://usercentrics.com/privacy-policy-generator/",
      "text": "LEARN MORE",
      "html": "<a data-hid=\"8a8a0f00\" data-pos=\"3\" class=\"no-default-link-decoration uc-button uc-button-contained uc-button-icon-right uc-button-size-m\" href=\"https://usercentrics.com/privacy-policy-generator/\" id=\"e5c6e2e4-c5ff-4285-8bc2-6ee8878e7443\" target><span>LEARN MORE</span> <svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" height=\"24\" viewBox=\"0 0 24 24\" width=\"24\"><path d=\"M13.8811 18.2974L12.4811 16.8474L16.0311 13.2974H3.8811V11.2974H16.0311L12.4811 7.74736L13.8811 6.29736L19.8811 12.2974L13...."
    },
    {
      "href": "https://usercentrics.com/media-publishing/",
      "text": "Media & Publishing In a digital world, readers expect more than just great content — they demand transparency and control over their data. Grow trust, loyalty, and revenue with privacy-first engagement.",
      "html": "<a data-hid=\"f5102a0a\" data-pos=\"2\" class=\"uc-card-icon uc-card-icon-solutions uc-card-icon__size-default\" href=\"https://usercentrics.com/media-publishing/\" style=\"opacity: 0;\"><div class=\"image shield_background uc-card-icon__icon\"><div class=\"uc-card-icon__icon-inner\"><svg fill=\"none\" height=\"24\" viewBox=\"0 0 24 24\" width=\"24\"><path d=\"M3.91406 20.7339C3.36406 20.7339 2.89323 20.5381 2.50156 20.1464C2.1099 19.7547 1.91406 19.2839 1.91406 18.7339V6.73389H3.91406V18.7339H18.9141V20.7339H3.914..."
    },
    {
      "href": "https://usercentrics.com/retail-ecommerce/",
      "text": "Retail & Ecommerce Delivering tailored experiences while respecting user privacy isn’t just good business; it’s essential in today’s ecommerce. Build trust and loyalty while meeting complex compliance standards.",
      "html": "<a data-hid=\"27b88944\" data-pos=\"2\" class=\"uc-card-icon uc-card-icon-solutions uc-card-icon__size-default\" href=\"https://usercentrics.com/retail-ecommerce/\" style=\"opacity: 0;\"><div class=\"image shield_background uc-card-icon__icon\"><div class=\"uc-card-icon__icon-inner\"><svg fill=\"none\" height=\"24\" viewBox=\"0 0 24 24\" width=\"24\"><path d=\"M4.48816 5.67139V3.67139H20.4882V5.67139H4.48816ZM4.48816 19.6714V13.6714H3.48816V11.6714L4.48816 6.67139H20.4882L21.4882 11.6714V13.6714H20.4882V19.6714H18...."
    },
    {
      "href": "https://usercentrics.com/healthcare-pharmaceuticals/",
      "text": "Healthcare & Pharmaceuticals In healthcare, protecting patient data isn’t optional — it’s critical. Safeguard sensitive information, enable compliance, and strengthen trust with centralized privacy management.",
      "html": "<a data-hid=\"467db485\" data-pos=\"2\" class=\"uc-card-icon uc-card-icon-solutions uc-card-icon__size-default\" href=\"https://usercentrics.com/healthcare-pharmaceuticals/\"><div class=\"image shield_background uc-card-icon__icon\"><div class=\"uc-card-icon__icon-inner\"><svg fill=\"none\" height=\"24\" viewBox=\"0 0 24 24\" width=\"24\"><path d=\"M4.44507 21.5259C3.89507 21.5259 3.42424 21.33 3.03257 20.9384C2.6409 20.5467 2.44507 20.0759 2.44507 19.5259V7.52588C2.44507 6.97588 2.6409 6.50505 3.03257 6.11338C3...."
    },
    {
      "href": "https://usercentrics.com/automotive/",
      "text": "Automotive Scalable consent management in the automotive industry streamlines privacy compliance, empowers customers, and supports seamless OEM-customer connections.",
      "html": "<a data-hid=\"8e567d79\" data-pos=\"2\" class=\"uc-card-icon uc-card-icon-solutions uc-card-icon__size-default\" href=\"https://usercentrics.com/automotive/\"><div class=\"image shield_background uc-card-icon__icon\"><div class=\"uc-card-icon__icon-inner\"><svg fill=\"none\" height=\"24\" viewBox=\"0 0 24 24\" width=\"24\"><path d=\"M6 19V20C6 20.2833 5.90417 20.5208 5.7125 20.7125C5.52083 20.9042 5.28333 21 5 21H4C3.71667 21 3.47917 20.9042 3.2875 20.7125C3.09583 20.5208 3 20.2833 3 20V12L5.1 6C5.2 5.7 5.37917 5..."
    },
    {
      "href": "https://usercentrics.com/travel/",
      "text": "Travel & Hospitality Privacy compliance is crucial for managing the data of travelers and guests. Explore our solutions to respect traveler preferences, build stronger connections, and enable ongoing compliance across platforms.",
      "html": "<a data-hid=\"dd3a46e5\" data-pos=\"2\" class=\"uc-card-icon uc-card-icon-solutions uc-card-icon__size-default\" href=\"https://usercentrics.com/travel/\"><div class=\"image shield_background uc-card-icon__icon\"><div class=\"uc-card-icon__icon-inner\"><svg fill=\"none\" height=\"24\" viewBox=\"0 0 24 24\" width=\"24\"><path d=\"M7.3501 21.2441C6.8001 21.2441 6.32926 21.0483 5.9376 20.6566C5.54593 20.265 5.3501 19.7941 5.3501 19.2441V8.24414C5.3501 7.69414 5.54593 7.22331 5.9376 6.83164C6.32926 6.43997 6.8001 6.2..."
    },
    {
      "href": "https://usercentrics.com/knowledge-hub/is-privacy-led-marketing-the-solution-to-the-cookieless-future/",
      "text": "Article May 8, 2024 Is Privacy-Led Marketing the solution to the cookieless future? Third-party cookies have been a major source of user data that companies need for marketing operations. That’s changing, driven in part by changes from companies like Google. Learn how companies can use Privacy-Led Marketing with consent. Improve performance with consent and get the data you need. Read more",
      "html": "<a data-hid=\"2bf80b84\" data-pos=\"1\" class=\"align no-default-link-decoration uc-resources-card uc-resources-card--full-width-cover uc-resources-card--js uc-resources-card--layout-knowledge uc-resources-card--on-black wp-block-acf-resources-card\" href=\"https://usercentrics.com/knowledge-hub/is-privacy-led-marketing-the-solution-to-the-cookieless-future/\" id=\"4a083da7-323b-4f02-94a7-feff8fc94829\" target=\"_self\"><div class=\"uc-resources-card__preview\"><span class=\"selected uc-button uc-button-siz..."
    },
    {
      "href": "https://usercentrics.com/events/privacy-led-marketing-in-the-us-steps-you-need-to-take-now-due-to-new-laws/",
      "text": "Event Jul 30, 2024 Online Privacy-Led Marketing in the US: Steps you need to take now due to new laws Join us for an insightful webinar on new US data privacy legislations. Learn essential steps to align your marketing efforts with new compliance requirements. Watch now",
      "html": "<a data-hid=\"f1d58ac\" data-pos=\"1\" class=\"align no-default-link-decoration uc-resources-card uc-resources-card--js uc-resources-card--layout-event uc-resources-card--on-black wp-block-acf-resources-card\" href=\"https://usercentrics.com/events/privacy-led-marketing-in-the-us-steps-you-need-to-take-now-due-to-new-laws/\" id=\"eeaa1f15-6410-4e7c-98b2-62657dcb8f0d\" target=\"_self\"><div class=\"uc-resources-card__preview\"><span class=\"selected uc-button uc-button-size-s uc-button-tag\" id=\"d4f3d40f-0380..."
    },
    {
      "href": "https://usercentrics.com/privacy-policy/",
      "text": "See Privacy Policy",
      "html": "<a data-hid=\"bf403f88\" data-pos=\"1\" href=\"https://usercentrics.com/privacy-policy/\" rel=\"noopener\">See Privacy Policy</a>"
    },
    {
      "href": "https://usercentrics.com/privacy-policy-generator/",
      "text": "Usercentrics Privacy Policy Generator",
      "html": "<a data-hid=\"8a8a0f00\" data-pos=\"4\" class=\"like-text-sm no-default-link-decoration uc-footer__column-item\" href=\"https://usercentrics.com/privacy-policy-generator/\" target> Usercentrics Privacy Policy Generator</a>"
    },
    {
      "href": "https://usercentrics.com/privacy-compliance-scanner/",
      "text": "Web compliance scan",
      "html": "<a data-hid=\"c467d3ec\" data-pos=\"3\" class=\"like-text-sm no-default-link-decoration uc-footer__column-item\" href=\"https://usercentrics.com/privacy-compliance-scanner/\" target> Web compliance scan</a>"
    },
    {
      "href": "https://usercentrics.com/app-data-privacy-audit/",
      "text": "App compliance scan",
      "html": "<a data-hid=\"77451e5\" data-pos=\"3\" class=\"like-text-sm no-default-link-decoration uc-footer__column-item\" href=\"https://usercentrics.com/app-data-privacy-audit/\" target> App compliance scan</a>"
    },
    {
      "href": "https://usercentrics.com/data-privacy-regulatory-compliance/",
      "text": "Data Privacy Regulatory Compliance",
      "html": "<a data-hid=\"245f7b3d\" data-pos=\"2\" class=\"like-text-sm no-default-link-decoration uc-footer__column-item\" href=\"https://usercentrics.com/data-privacy-regulatory-compliance/\" target> Data Privacy Regulatory Compliance</a>"
    },
    {
      "href": "https://usercentrics.com/privacy-led-marketing/",
      "text": "Privacy-Led Marketing",
      "html": "<a data-hid=\"47fc774c\" data-pos=\"2\" class=\"like-text-sm no-default-link-decoration uc-footer__column-item\" href=\"https://usercentrics.com/privacy-led-marketing/\" target> Privacy-Led Marketing</a>"
    },
    {
      "href": "https://usercentrics.com/terms-and-conditions/",
      "text": "Terms & Conditions",
      "html": "<a data-hid=\"ba2a59b1\" data-pos=\"1\" class=\"no-default-link-decoration uc-footer__legal-link\" href=\"https://usercentrics.com/terms-and-conditions/\" target> Terms &amp; Conditions</a>"
    },
    {
      "href": "https://usercentrics.com/terms-and-conditions-usa/",
      "text": "Terms & Conditions USA",
      "html": "<a data-hid=\"499c71e\" data-pos=\"1\" class=\"no-default-link-decoration uc-footer__legal-link\" href=\"https://usercentrics.com/terms-and-conditions-usa/\" target> Terms &amp; Conditions USA</a>"
    },
    {
      "href": "https://usercentrics.com/privacy-policy/",
      "text": "Privacy Policy",
      "html": "<a data-hid=\"bf403f88\" data-pos=\"2\" class=\"no-default-link-decoration uc-footer__legal-link\" href=\"https://usercentrics.com/privacy-policy/\" target> Privacy Policy</a>"
    },
    {
      "href": "javascript:ucResolveCmp().then(cmp=>cmp.showFirstLayer())",
      "text": "Access privacy settings",
      "html": "<a class=\"no-default-link-decoration uc-footer__legal-link\" href=\"javascript:ucResolveCmp().then(cmp=&gt;cmp.showFirstLayer())\"> Access privacy settings</a>"
    }
  ],
  "score": 60,
  "weight": 22
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

AIO: Answer block readiness

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

3 Warning

Needs attention

AIO: Answer block readiness

Warning
01

Issue

19 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": 22,
  "passing": 3,
  "failing": [
    {
      "heading": "All resources",
      "headingHtml": "<h3 class=\"header__content__title like-h5 no-default-margin\">All resources</h3>",
      "firstParagraph": "Explore blog articles, privacy compliance checklists, online courses, webinars, ebooks, podcasts, product documentation, press releases and much more.",
      "paragraphHtml": "<p class=\"header__content__subtitle\">Explore blog articles, privacy compliance checklists, online courses, webinars, ebooks, podcasts, product documentation, press releases and much more.</p>",
      "words": 18,
      "direct": false,
      "issue": "First paragraph is 18 words and does not look like a concise direct answer."
    },
    {
      "heading": "All resources",
      "headingHtml": "<h3 class=\"header__content__title like-h5 no-default-margin\">All resources</h3>",
      "firstParagraph": "Explore blog articles, privacy compliance checklists, online courses, webinars, ebooks, podcasts, product documentation, press releases and much more.",
      "paragraphHtml": "<p class=\"header__content__subtitle\">Explore blog articles, privacy compliance checklists, online courses, webinars, ebooks, podcasts, product documentation, press releases and much more.</p>",
      "words": 18,
      "direct": false,
      "issue": "First paragraph is 18 words and does not look like a concise direct answer."
    },
    {
      "heading": "Usercentrics Web CMP",
      "headingHtml": "<h3 class=\"no-default-margin uc-product-slider-products-item__title\"> Usercentrics Web CMP </h3>",
      "firstParagraph": "A fully customizable, automated consent solution designed for SMBs and growing businesses. Streamline compliance with global privacy laws and ad tech requirements, and transform data privacy into a competitive advantage that builds trust and drives growth.",
      "paragraphHtml": "<p>A fully customizable, automated consent solution designed for SMBs and growing businesses. Streamline compliance with global privacy laws and ad tech requirements, and transform data privacy into a competitive advantage that builds trust and drives growth.</p>",
      "words": 36,
      "direct": false,
      "issue": "First paragraph is 36 words and does not look like a concise direct answer."
    },
    {
      "heading": "Usercentrics App CMP",
      "headingHtml": "<h3 class=\"no-default-margin uc-product-slider-products-item__title\"> Usercentrics App CMP </h3>",
      "firstParagraph": "Secure your mobile apps and games monetization by complying with global data privacy regulations and frameworks like the GDPR, CCPA, TCF v2.2, and more.",
      "paragraphHtml": "<p>Secure your mobile apps and games monetization by complying with global data privacy regulations and frameworks like the GDPR, CCPA, TCF v2.2, and more.</p>",
      "words": 25,
      "direct": false,
      "issue": "First paragraph is 25 words and does not look like a concise direct answer."
    },
    {
      "heading": "Usercentrics CTV CMP",
      "headingHtml": "<h3 class=\"no-default-margin uc-product-slider-products-item__title\"> Usercentrics CTV CMP </h3>",
      "firstParagraph": "Comply with global privacy regulations and secure your OTT apps monetization.",
      "paragraphHtml": "<p>Comply with global privacy regulations and secure your OTT apps monetization.</p>",
      "words": 11,
      "direct": false,
      "issue": "First paragraph is 11 words and does not look like a concise direct answer."
    },
    {
      "heading": "Usercentrics Privacy Policy Generator",
      "headingHtml": "<h3 class=\"no-default-margin uc-product-slider-products-item__title\"> Usercentrics Privacy Policy Generator </h3>",
      "firstParagraph": "Build your custom privacy policy in minutes with our intelligent generator. Tailored to your website and tech setup and selected services.",
      "paragraphHtml": "<p>Build your custom privacy policy in minutes with our intelligent generator. Tailored to your website and tech setup and selected services.</p>",
      "words": 21,
      "direct": false,
      "issue": "First paragraph is 21 words and does not look like a concise direct answer."
    },
    {
      "heading": "Usercentrics Server-Side Tracking",
      "headingHtml": "<h3 class=\"no-default-margin uc-product-slider-products-item__title\"> Usercentrics Server-Side Tracking </h3>",
      "firstParagraph": "Improve campaign performance, strengthen your data quality, and reduce costs with Usercentrics Server-Side Tracking. Move to a first-party data strategy with our integrated suite — including Meta Signals Gateway and Server-Side Tagging. Send accurate, consented, high-quality signals to all your marketing destinations.",
      "paragraphHtml": "<p class=\"like-text-lg\">Improve campaign performance, strengthen your data quality, and reduce costs with Usercentrics Server-Side Tracking. Move to a first-party data strategy with our integrated suite &#x2014; including Meta Signals Gateway and Server-Side Tagging. Send accurate, consented, high-quality signals to all your marketing destinations.</p>",
      "words": 41,
      "direct": false,
      "issue": "First paragraph is 41 words and does not look like a concise direct answer."
    },
    {
      "heading": "Usercentrics Preference Manager",
      "headingHtml": "<h3 class=\"no-default-margin uc-product-slider-products-item__title\"> Usercentrics Preference Manager </h3>",
      "firstParagraph": "Use a Preference Management Platform (PMP) to increase marketing ROI. Pass consent and preferences for zero- and first-party data directly to your preferred advertising platform and marketing tech stack.",
      "paragraphHtml": "<p>Use a Preference Management Platform (PMP) to increase marketing ROI. Pass consent and preferences for zero- and first-party data directly to your preferred advertising platform and marketing tech stack.</p>",
      "words": 29,
      "direct": false,
      "issue": "First paragraph is 29 words and does not look like a concise direct answer."
    },
    {
      "heading": "Usercentrics Web CMP",
      "headingHtml": "<h3 class=\"no-default-margin uc-product-slider-products-item__title\"> Usercentrics Web CMP </h3>",
      "firstParagraph": "A fully customizable, automated consent solution designed for SMBs and growing businesses. Streamline compliance with global privacy laws and ad tech requirements, and transform data privacy into a competitive advantage that builds trust and drives growth.",
      "paragraphHtml": "<p>A fully customizable, automated consent solution designed for SMBs and growing businesses. Streamline compliance with global privacy laws and ad tech requirements, and transform data privacy into a competitive advantage that builds trust and drives growth.</p>",
      "words": 36,
      "direct": false,
      "issue": "First paragraph is 36 words and does not look like a concise direct answer."
    },
    {
      "heading": "Usercentrics App CMP",
      "headingHtml": "<h3 class=\"no-default-margin uc-product-slider-products-item__title\"> Usercentrics App CMP </h3>",
      "firstParagraph": "Secure your mobile apps and games monetization by complying with global data privacy regulations and frameworks like the GDPR, CCPA, TCF v2.2, and more.",
      "paragraphHtml": "<p>Secure your mobile apps and games monetization by complying with global data privacy regulations and frameworks like the GDPR, CCPA, TCF v2.2, and more.</p>",
      "words": 25,
      "direct": false,
      "issue": "First paragraph is 25 words and does not look like a concise direct answer."
    },
    {
      "heading": "Usercentrics CTV CMP",
      "headingHtml": "<h3 class=\"no-default-margin uc-product-slider-products-item__title\"> Usercentrics CTV CMP </h3>",
      "firstParagraph": "Comply with global privacy regulations and secure your OTT apps monetization.",
      "paragraphHtml": "<p>Comply with global privacy regulations and secure your OTT apps monetization.</p>",
      "words": 11,
      "direct": false,
      "issue": "First paragraph is 11 words and does not look like a concise direct answer."
    },
    {
      "heading": "Usercentrics Privacy Policy Generator",
      "headingHtml": "<h3 class=\"no-default-margin uc-product-slider-products-item__title\"> Usercentrics Privacy Policy Generator </h3>",
      "firstParagraph": "Build your custom privacy policy in minutes with our intelligent generator. Tailored to your website and tech setup and selected services.",
      "paragraphHtml": "<p>Build your custom privacy policy in minutes with our intelligent generator. Tailored to your website and tech setup and selected services.</p>",
      "words": 21,
      "direct": false,
      "issue": "First paragraph is 21 words and does not look like a concise direct answer."
    },
    {
      "heading": "Usercentrics Server-Side Tracking",
      "headingHtml": "<h3 class=\"no-default-margin uc-product-slider-products-item__title\"> Usercentrics Server-Side Tracking </h3>",
      "firstParagraph": "Improve campaign performance, strengthen your data quality, and reduce costs with Usercentrics Server-Side Tracking. Move to a first-party data strategy with our integrated suite — including Meta Signals Gateway and Server-Side Tagging. Send accurate, consented, high-quality signals to all your marketing destinations.",
      "paragraphHtml": "<p class=\"like-text-lg\">Improve campaign performance, strengthen your data quality, and reduce costs with Usercentrics Server-Side Tracking. Move to a first-party data strategy with our integrated suite &#x2014; including Meta Signals Gateway and Server-Side Tagging. Send accurate, consented, high-quality signals to all your marketing destinations.</p>",
      "words": 41,
      "direct": false,
      "issue": "First paragraph is 41 words and does not look like a concise direct answer."
    },
    {
      "heading": "Usercentrics Preference Manager",
      "headingHtml": "<h3 class=\"no-default-margin uc-product-slider-products-item__title\"> Usercentrics Preference Manager </h3>",
      "firstParagraph": "Use a Preference Management Platform (PMP) to increase marketing ROI. Pass consent and preferences for zero- and first-party data directly to your preferred advertising platform and marketing tech stack.",
      "paragraphHtml": "<p>Use a Preference Management Platform (PMP) to increase marketing ROI. Pass consent and preferences for zero- and first-party data directly to your preferred advertising platform and marketing tech stack.</p>",
      "words": 29,
      "direct": false,
      "issue": "First paragraph is 29 words and does not look like a concise direct answer."
    },
    {
      "heading": "Find solutions for your industry",
      "headingHtml": "<h2 class=\"no-default-margin uc-solutions-cards__header\">Find solutions for your industry</h2>",
      "firstParagraph": "In a digital world, readers expect more than just great content — they demand transparency and control over their data. Grow trust, loyalty, and revenue with privacy-first engagement.",
      "paragraphHtml": "<p>In a digital world, readers expect more than just great content &#x2014; they demand transparency and control over their data. Grow trust, loyalty, and revenue with privacy-first engagement.</p>",
      "words": 27,
      "direct": false,
      "issue": "First paragraph is 27 words and does not look like a concise direct answer."
    },
    {
      "heading": "Discover Usercentrics",
      "headingHtml": "<h2 class=\"has-brand-white-color has-link-color has-text-color no-default-margin wp-block-heading wp-elements-3033ad8a8ae7123402365199ecde2ad4\" id=\"h-discover-usercentrics\">Discover Usercentrics</h2>",
      "firstParagraph": "Watch this short video and learn more about our company and how you can use our expertise to exceed your business goals.",
      "paragraphHtml": "<p class=\"is-style-text-lg\">Watch this short video and learn more about our company and how you can use our expertise to exceed your business goals.</p>",
      "words": 22,
      "direct": false,
      "issue": "First paragraph is 22 words and does not look like a concise direct answer."
    },
    {
      "heading": "We need your consent to load the YouTube Video service!",
      "headingHtml": "<h3>We need your consent to load the YouTube Video service!</h3>",
      "firstParagraph": "We use a third party service to embed video content that may collect data about your activity. Please review the details and accept the service to watch this video.",
      "paragraphHtml": "<p class=\"description-text\">We use a third party service to embed video content that may collect data about your activity. Please review the details and accept the service to watch this video.</p>",
      "words": 29,
      "direct": false,
      "issue": "First paragraph is 29 words and does not look like a concise direct answer."
    },
    {
      "heading": "You can not see this video because an ad blocker is not allowing Usercentrics CMP to run",
      "headingHtml": "<h3>You can not see this video because an ad blocker is not allowing Usercentrics CMP to run</h3>",
      "firstParagraph": "You can disable the ad blocker in your browser's extensions list or, if you have an ad blocker installed as a separate app on your device, in the app's settings.",
      "paragraphHtml": "<p class=\"description-text\">You can disable the ad blocker in your browser&apos;s extensions list or, if you have an ad blocker installed as a separate app on your device, in the app&apos;s settings.</p>",
      "words": 30,
      "direct": false,
      "issue": "First paragraph is 30 words and does not look like a concise direct answer."
    },
    {
      "heading": "Learn how to thrive with Privacy-Led Marketing",
      "headingHtml": "<h2 class=\"has-brand-white-color has-link-color has-text-color no-default-margin wp-block-heading wp-elements-4cca5577d8b351bacfccb35eb0faf503\" id=\"h-learn-how-to-thrive-with-privacy-led-marketing\">Learn how to thrive with Privacy-Led Marketing</h2>",
      "firstParagraph": "Want to thrive with Privacy-Led Marketing and drive your business growth? Explore our insightful blog articles, privacy compliance checklists, online courses, live and on-demand webinars, podcasts, and much more.",
      "paragraphHtml": "<p class=\"has-brand-white-color has-link-color has-text-color wp-elements-aa6dfda28965138de5477a7e2ddeae08\">Want to thrive with Privacy-Led Marketing and drive your business growth? Explore our insightful blog articles, privacy compliance checklists, online courses, live and on-demand webinars, podcasts, and much more.</p>",
      "words": 29,
      "direct": false,
      "issue": "First paragraph is 29 words and does not look like a concise direct answer."
    }
  ],
  "score": 65,
  "weight": 8
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

GEO: Entity clarity

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

2 Warning

Needs attention

GEO: Entity clarity

Warning
01

Issue

Title/H1 terms missing from description: leading, automate, drive, marketing, growth.

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

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

Evidence
{
  "title": "Usercentrics | Leading in Data Privacy & Compliance",
  "h1": "AUTOMATE PRIVACY COMPLIANCE. DRIVE MARKETING GROWTH.",
  "description": "Usercentrics offers advanced solutions for data privacy and regulatory compliance. Meet privacy requirements, manage user consent, and secure monetization.",
  "topicOverlap": 0.4444444444444444,
  "topicTerms": [
    "usercentrics",
    "leading",
    "data",
    "privacy",
    "compliance",
    "automate",
    "drive",
    "marketing",
    "growth"
  ],
  "descriptionTerms": [
    "usercentrics",
    "offers",
    "advanced",
    "solutions",
    "data",
    "privacy",
    "regulatory",
    "compliance",
    "meet",
    "requirements",
    "manage",
    "user",
    "consent",
    "secure",
    "monetization"
  ],
  "missingFromDescription": [
    "leading",
    "automate",
    "drive",
    "marketing",
    "growth"
  ],
  "score": 83,
  "weight": 28
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

GEO: Explanatory content depth

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

2 Warning

Needs attention

GEO: Explanatory content depth

Warning
01

Issue

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

Details

02

Why it matters

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

Check name

GEO: Explanatory content depth

Score

75/100

Status

warning

Category

GEO, AIO & AEO

Maturity

Emerging recommendation

Goal

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

Result

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

Evidence
{
  "candidatePassages": 4,
  "citablePassages": 1,
  "failingCandidateParagraphs": [
    {
      "index": 9,
      "heading": "H3: Usercentrics Server-Side Tracking",
      "text": "Improve campaign performance, strengthen your data quality, and reduce costs with Usercentrics Server-Side Tracking. Move to a first-party data strategy with our integrated suite — including Meta Signals Gateway and Server-Side Tagging. Send accurate, consented, high-quality signals to all your marketing destinations.",
      "words": 41,
      "hasEvidence": true,
      "reasons": [
        "Too short for a citation-ready passage (41 words; target 80-220)."
      ],
      "html": "<p class=\"like-text-lg\">Improve campaign performance, strengthen your data quality, and reduce costs with Usercentrics Server-Side Tracking. Move to a first-party data strategy with our integrated suite &#x2014; including Meta Signals Gateway and Server-Side Tagging. Send accurate, consented, high-quality signals to all your marketing destinations.</p>"
    },
    {
      "index": 17,
      "heading": "H3: Usercentrics Server-Side Tracking",
      "text": "Improve campaign performance, strengthen your data quality, and reduce costs with Usercentrics Server-Side Tracking. Move to a first-party data strategy with our integrated suite — including Meta Signals Gateway and Server-Side Tagging. Send accurate, consented, high-quality signals to all your marketing destinations.",
      "words": 41,
      "hasEvidence": true,
      "reasons": [
        "Too short for a citation-ready passage (41 words; target 80-220)."
      ],
      "html": "<p class=\"like-text-lg\">Improve campaign performance, strengthen your data quality, and reduce costs with Usercentrics Server-Side Tracking. Move to a first-party data strategy with our integrated suite &#x2014; including Meta Signals Gateway and Server-Side Tagging. Send accurate, consented, high-quality signals to all your marketing destinations.</p>"
    },
    {
      "index": 38,
      "heading": "H2: Learn how to thrive with Privacy-Led Marketing",
      "text": "By subscribing to the Usercentrics Newsletter, you agree that your data may be used for information related to the products and services offered by Usercentrics. You can revoke your consent by using the unsubscribe link in a newsletter email or by sending your request to [email protected]. See Privacy Policy",
      "words": 51,
      "hasEvidence": true,
      "reasons": [
        "Too short for a citation-ready passage (51 words; target 80-220)."
      ],
      "html": "<p>By subscribing to the Usercentrics Newsletter, you agree that your data may be used for information related to the products and services offered by Usercentrics. You can revoke your consent by using the unsubscribe link in a newsletter email or by sending your request to [email protected]. <a data-hid=\"bf403f88\" data-pos=\"1\" href=\"https://usercentrics.com/privacy-policy/\" rel=\"noopener\">See Privacy Policy</a></p>"
    }
  ],
  "citableParagraphs": [
    {
      "index": 29,
      "heading": "H2: What our customers say",
      "text": "“Cookie compliance is important for our business both because of legal obligations and because our audience is particular sensitive about their personal data. The Usercentrics team’s customer-centric approach and proactive support are very important to us both during implementation and on an ongoing basis. The customization and ease of use are great advantages for a group of companies like ours with 30 websites. S...",
      "words": 87,
      "hasEvidence": true,
      "reasons": [],
      "html": "<p data-pm-slice=\"1 1 []\">&#x201c;Cookie compliance is important for our business both because of legal obligations and because our audience is particular sensitive about their personal data. The Usercentrics team&#x2019;s customer-centric approach and proactive support are very important to us both during implementation and on an ongoing basis. The customization and ease of use are great advantages for a group of companies like ours with 30 websites. Smart Data Protector helps us provide inf..."
    }
  ],
  "score": 75,
  "weight": 18
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

GEO: Extraction-friendly structure

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

2 Warning

Needs attention

GEO: Extraction-friendly structure

Warning
01

Issue

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

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": 12,
  "schemaBlocks": 2,
  "missingSignals": [
    "optional top summary / TL;DR / key takeaways block",
    "table with <thead> only if the page already has tabular/comparative data",
    "ordered list only if the page explains a workflow/process"
  ],
  "score": 85,
  "weight": 24
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

AEO: Entity and definition clarity

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

1 Warning

Needs attention

AEO: Entity and definition clarity

Warning
01

Issue

Entity or definition gaps: leading, automate, drive, marketing, growth.

Details

02

Why it matters

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

Check name

AEO: Entity and definition clarity

Score

86/100

Status

warning

Category

GEO, AIO & AEO

Maturity

Emerging recommendation

Goal

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

Result

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

Evidence
{
  "title": "Usercentrics | Leading in Data Privacy & Compliance",
  "h1": "AUTOMATE PRIVACY COMPLIANCE. DRIVE MARKETING GROWTH.",
  "description": "Usercentrics offers advanced solutions for data privacy and regulatory compliance. Meet privacy requirements, manage user consent, and secure monetization.",
  "topicOverlap": 0.4444444444444444,
  "definitionCount": 12,
  "topicTerms": [
    "usercentrics",
    "leading",
    "data",
    "privacy",
    "compliance",
    "automate",
    "drive",
    "marketing",
    "growth"
  ],
  "descriptionTerms": [
    "usercentrics",
    "offers",
    "advanced",
    "solutions",
    "data",
    "privacy",
    "regulatory",
    "compliance",
    "meet",
    "requirements",
    "manage",
    "user",
    "consent",
    "secure",
    "monetization"
  ],
  "missingFromDescription": [
    "leading",
    "automate",
    "drive",
    "marketing",
    "growth"
  ],
  "score": 86,
  "weight": 18
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

AEO: Answer intent coverage

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

1 Warning

Needs attention

AEO: Answer intent coverage

Warning
01

Issue

Missing likely AI Overview intent sections: cost, compare.

Details

02

Why it matters

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

Check name

AEO: Answer intent coverage

Score

70/100

Status

warning

Category

GEO, AIO & AEO

Maturity

Emerging recommendation

Goal

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

Result

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

Evidence
{
  "headings": [
    {
      "text": "Find solutions for your industry",
      "html": "<h2 class=\"no-default-margin uc-solutions-cards__header\">Find solutions for your industry</h2>"
    },
    {
      "text": "What our customers say",
      "html": "<h2 class=\"has-brand-white-color has-link-color has-text-color wp-block-heading wp-elements-d005100d4097b0057ec7e13512a5d958\" id=\"h-what-our-customers-say\" style=\"margin-top:0;margin-bottom:var(--wp--preset--spacing--5-xl)\">What our customers say</h2>"
    },
    {
      "text": "Discover Usercentrics",
      "html": "<h2 class=\"has-brand-white-color has-link-color has-text-color no-default-margin wp-block-heading wp-elements-3033ad8a8ae7123402365199ecde2ad4\" id=\"h-discover-usercentrics\">Discover Usercentrics</h2>"
    },
    {
      "text": "Learn how to thrive with Privacy-Led Marketing",
      "html": "<h2 class=\"has-brand-white-color has-link-color has-text-color no-default-margin wp-block-heading wp-elements-4cca5577d8b351bacfccb35eb0faf503\" id=\"h-learn-how-to-thrive-with-privacy-led-marketing\">Learn how to thrive with Privacy-Led Marketing</h2>"
    }
  ],
  "expected": [
    {
      "id": "what",
      "label": "What is Usercentrics?",
      "pattern": {}
    },
    {
      "id": "how",
      "label": "How does Usercentrics work?",
      "pattern": {}
    },
    {
      "id": "benefits",
      "label": "Why use Usercentrics?",
      "pattern": {}
    },
    {
      "id": "cost",
      "label": "Is Usercentrics free or paid?",
      "pattern": {}
    },
    {
      "id": "compare",
      "label": "How does Usercentrics compare with alternatives?",
      "pattern": {}
    }
  ],
  "missing": [
    {
      "id": "cost",
      "label": "Is Usercentrics free or paid?",
      "pattern": {}
    },
    {
      "id": "compare",
      "label": "How does Usercentrics compare with alternatives?",
      "pattern": {}
    }
  ],
  "score": 70,
  "weight": 8
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

AIO: Query intent coverage

AIO: Query intent coverage is informational for this page.

Informational

Needs attention

AIO: Query intent coverage

Informational
01

Issue

Missing likely AI Overview intent sections: cost, compare.

Details

02

Why it matters

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

Check name

AIO: Query intent coverage

Score

70/100

Status

informational

Category

GEO, AIO & AEO

Maturity

Emerging recommendation

Goal

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

Result

AIO: Query intent coverage is informational for this page.

Evidence
{
  "headings": [
    {
      "text": "Find solutions for your industry",
      "html": "<h2 class=\"no-default-margin uc-solutions-cards__header\">Find solutions for your industry</h2>"
    },
    {
      "text": "What our customers say",
      "html": "<h2 class=\"has-brand-white-color has-link-color has-text-color wp-block-heading wp-elements-d005100d4097b0057ec7e13512a5d958\" id=\"h-what-our-customers-say\" style=\"margin-top:0;margin-bottom:var(--wp--preset--spacing--5-xl)\">What our customers say</h2>"
    },
    {
      "text": "Discover Usercentrics",
      "html": "<h2 class=\"has-brand-white-color has-link-color has-text-color no-default-margin wp-block-heading wp-elements-3033ad8a8ae7123402365199ecde2ad4\" id=\"h-discover-usercentrics\">Discover Usercentrics</h2>"
    },
    {
      "text": "Learn how to thrive with Privacy-Led Marketing",
      "html": "<h2 class=\"has-brand-white-color has-link-color has-text-color no-default-margin wp-block-heading wp-elements-4cca5577d8b351bacfccb35eb0faf503\" id=\"h-learn-how-to-thrive-with-privacy-led-marketing\">Learn how to thrive with Privacy-Led Marketing</h2>"
    }
  ],
  "expected": [
    {
      "id": "what",
      "label": "What is Usercentrics?",
      "pattern": {}
    },
    {
      "id": "how",
      "label": "How does Usercentrics work?",
      "pattern": {}
    },
    {
      "id": "benefits",
      "label": "Why use Usercentrics?",
      "pattern": {}
    },
    {
      "id": "cost",
      "label": "Is Usercentrics free or paid?",
      "pattern": {}
    },
    {
      "id": "compare",
      "label": "How does Usercentrics compare with alternatives?",
      "pattern": {}
    }
  ],
  "missing": [
    {
      "id": "cost",
      "label": "Is Usercentrics free or paid?",
      "pattern": {}
    },
    {
      "id": "compare",
      "label": "How does Usercentrics compare with alternatives?",
      "pattern": {}
    }
  ],
  "score": 70,
  "weight": 4
}

Agent Ease of UseAuthEmerging recommendation

Auth.md Agent Registration

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

Informational

Needs attention

Auth.md Agent Registration

Informational
01

Issue

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

02

Why it matters

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

Check name

Auth.md Agent Registration

Score

0/100

Status

informational

Category

Auth

Maturity

Emerging recommendation

Goal

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

Result

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

Validation steps

  1. Fetch and validate /auth.md

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

  2. Publish protected resource metadata

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

  3. Validate agent_auth authorization metadata

    OAuth authorization server metadata could not be fetched.

Evidence
{
  "failedStep": "auth-md",
  "steps": [
    {
      "id": "auth-md",
      "title": "Fetch and validate /auth.md",
      "status": "fail",
      "evidence": {
        "path": "/auth.md",
        "ok": false,
        "statusCode": 404,
        "contentType": "text/html; charset=UTF-8",
        "length": 599715,
        "validation": {
          "valid": false,
          "issue": "auth.md response did not match the expected agent registration shape. Content-Type \"text/html; charset=UTF-8\" is not Markdown or text/plain; missing /.well-known/oauth-protected-resource link; missing /.well-known/oauth-authorization-server link; missing supported identity type language; missing credential type language.",
          "compatibleContentType": false,
          "contentLength": 588990,
          "hasRegisterInstructions": true,
          "hasProtectedResourceLink": false,
          "hasAuthorizationServerLink": false,
          "mentionsIdentity": false,
          "mentionsCredential": false,
          "links": [
            "/favicon.png",
            "/png",
            "/icon.svg",
            "/svg+xml",
            "/apple-touch-icon.png",
            "https://usercentrics.com/wp-content/themes/usercentrics/dist/assets/roboto-500-6BIylKNo.woff2'",
            "/woff2'",
            "https://usercentrics.com/wp-content/themes/usercentrics/dist/assets/roboto-700-Dme6qf3d.woff2'",
            "/woff2'",
            "https://usercentrics.com/wp-content/themes/usercentrics/dist/assets/roboto-B9sa-tgs.woff2'"
          ],
          "rawExcerpt": "<!doctype html>\n<html lang=\"en\">\n<head>\n    <meta charset=\"UTF-8\">\n    <meta name=\"viewport\"\n          content=\"width=device-width, initial-scale=1.0, maximum-scale=5.0, minimum-scale=1.0\">\n    <meta http-equiv=\"X-UA-Compatible\" content=\"ie=edge\">\n\n    <link rel=\"icon\" href=\"/favicon.png\" sizes=\"32x32\" type=\"image/png\">\n    <link rel=\"icon\" href=\"/icon.svg\" type=\"image/svg+xml\">\n    <link rel=\"apple-touch-icon\" href=\"/apple-touch-icon.png\">\n\n    <meta name=\"facebook-domain-verification\" content=\"qcyltpqnixyhg6s4cu3aszib5ruew3\">\n\n    <!-- wp head -->\n    \n<meta name='robots' content='noindex, follow' />\n<link rel='preload' as='font' href='https://usercentrics.com/wp-content/themes/usercentrics/dist/assets/roboto-500-6BIylKNo.woff2' type='font/woff2' crossorigin>\n<link rel='preload' as='font"
        }
      },
      "issue": "auth.md response did not match the expected agent registration shape. Content-Type \"text/html; charset=UTF-8\" is not Markdown or text/plain; missing /.well-known/oauth-protected-resource link; missing /.well-known/oauth-authorization-server link; missing supported identity type language; missing credential type language.",
      "howToFix": "Serve /auth.md at the site root as Markdown with agent registration instructions and links to OAuth metadata."
    },
    {
      "id": "oauth-protected-resource",
      "title": "Publish protected resource metadata",
      "status": "fail",
      "evidence": {
        "path": "/.well-known/oauth-protected-resource",
        "ok": false,
        "statusCode": 404,
        "contentType": "text/html; charset=UTF-8",
        "length": 599715,
        "text": "<!doctype html>\n<html lang=\"en\">\n<head>\n    <meta charset=\"UTF-8\">\n    <meta name=\"viewport\"\n          content=\"width=device-width, initial-scale=1.0, maximum-scale=5.0, minimum-scale=1.0\">\n    <meta http-equiv=\"X-UA-Compatible\" content=\"ie=edge\">\n\n    <link rel=\"icon\" href=\"/favicon.png\" sizes=\"32x32\" type=\"image/png\">\n    <link rel=\"icon\" href=\"/icon.svg\" type=\"image/svg+xml\">\n    <link rel=\"apple-touch-icon\" href=\"/apple-touch-icon.png\">\n\n    <meta name=\"facebook-domain-verification\" content=\"qcyltpqnixyhg6s4cu3aszib5ruew3\">\n\n    <!-- wp head -->\n    \n<meta name='robots' content='noindex, follow' />\n<link rel='preload' as='font' href='https://usercentrics.com/wp-content/themes/usercentrics/dist/assets/roboto-500-6BIylKNo.woff2' type='font/woff2' crossorigin>\n<link rel='preload' as='font' href='https://usercentrics.com/wp-content/themes/usercentrics/dist/assets/roboto-700-Dme6qf3d.woff2' type='font/woff2' crossorigin>\n<link rel='preload' as='font' href='https://usercentrics.com/wp-content/themes/usercentrics/dist/assets/roboto-B9sa-tgs.woff2' type='font/woff2' crossorigin>\n<link rel='preload' as='font' href='https://usercentrics.com/wp-content/themes/usercentrics/dist/assets/roboto-condensed-700-D8tRNWC5.woff2' type='font/woff2' crossorigin>\n<link rel='preload' as='font' href='https://usercentrics.com/wp-content/themes/usercentrics/dist/assets/roboto-italic-Cq7rfnA4.woff2' type='font/woff2' crossorigin>\n<link rel='modulepreload' as='script' href='https://usercentrics.com/wp-content/themes/usercentrics/dist/chunks/fluent-forms-utils-Bl3nFeLT.js' crossorigin>\n<link rel='modulepreload' as='script' href='https://usercentrics.com/wp-content/themes/usercentrics/dist/chunks/lz-string-BZ8l3mh4.js' crossorigin>\n\n<script>window.uc_page_details={\"page_name\":\"\\/\"}</script><script>window.uc={\"geo\":{\"country\":\"IN\",\"continent\":\"AS\"},\"globals\":{\"wpJson\":\"https:\\/\\/usercentrics.com\\/wp-json\",\"texts\":{\"cmpDenyToast\":{\"heading\":\"We respect your choice\",\"description\":\"Curious what you just turned off?\",\"button\":{\"title\":\"Take an interactive look\",\"url\":\"\\/consent-showcase\\/\",\"target\":\"_blank\"}}}}};</script>\n\t<title>Page not found - Consent Management Platform (CMP) Usercentrics</title>\n\t<meta property=\"og:locale\" content=\"en_US\" />\n\t<meta property=\"og:title\" content=\"Page not found - Consent Management Platform (CMP) Usercentrics\" />\n\t<meta property=\"og:site_name\" content=\"Consent Management Platform (CMP) Usercentrics\" />\n\t<script type=\"application/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\/\\/schema.org\",\"@graph\":[{\"@type\":\"WebSite\",\"@id\":\"https:\\/\\/usercentrics.com\\/#website\",\"url\":\"https:\\/\\/usercentrics.com\\/\",\"name\":\"Consent Management Platform (CMP) Usercentrics\",\"description\":\"Consent Management Platform (CMP) Usercentrics\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\/\\/usercentrics.com\\/?s={search_term_string}\"}}],\"inLanguage\":\"en-US\",\"publisher\":{\"@id\":\"https:\\/\\/usercentrics.com\\/#organization\"}},{\"@type\":\"Organization\",\"@id\":\"https:\\/\\/usercentrics.com\\/#organization\",\"name\":\"Usercentrics\",\"legalName\":\"Usercentrics GmbH\",\"url\":\"https:\\/\\/usercentrics.com\\/\",\"foundingDate\":\"2012\",\"sameAs\":[\"https:\\/\\/www.linkedin.com\\/company\\/usercentrics\",\"https:\\/\\/twitter.com\\/usercentrics\",\"https:\\/\\/www.facebook.com\\/usercentrics\\/\",\"https:\\/\\/instagram.com\\/usercentrics\\/\",\"https:\\/\\/www.tiktok.com\\/@usercentrics\",\"https:\\/\\/www.youtube.com\\/@Usercentrics\"],\"contactPoint\":{\"@type\":\"ContactPoint\",\"contactType\":\"customer support\",\"url\":\"https:\\/\\/usercentrics.com\\/contact\\/\"}}]}</script>\n\n\n<style id='uc-inline-css-variables'>:root {}.uc-ctx--base,:root{--bg-primary:#f8f9fb;--tb-primary:#080c11;--tli-primary:#0063ab;--tli-visited:#7327d6;--tli-primary-hover:#007dd4;--br-brand:#00a2ff;--th-primary:#080c11;--tlb-secondary:#080c11;--br-primary:#000000;--fi-primary:#000000;--br-secondary:#92a1b3;--fbi-primary:#000000;--br-primary-disabled:#92a1b3;--fg-tertiary:#dbe1e8;--fs-primary:#ffff"
      },
      "issue": "The OAuth Protected Resource metadata endpoint did not return HTTP 2xx.",
      "howToFix": "Publish /.well-known/oauth-protected-resource with resource and authorization_servers fields."
    },
    {
      "id": "agent-auth-block",
      "title": "Validate agent_auth authorization metadata",
      "status": "fail",
      "evidence": {
        "valid": false,
        "issue": "OAuth authorization server metadata could not be fetched.",
        "fetch": {
          "ok": false,
          "statusCode": 404,
          "contentType": "text/html; charset=UTF-8",
          "length": 599715,
          "text": "<!doctype html>\n<html lang=\"en\">\n<head>\n    <meta charset=\"UTF-8\">\n    <meta name=\"viewport\"\n          content=\"width=device-width, initial-scale=1.0, maximum-scale=5.0, minimum-scale=1.0\">\n    <meta http-equiv=\"X-UA-Compatible\" content=\"ie=edge\">\n\n    <link rel=\"icon\" href=\"/favicon.png\" sizes=\"32x32\" type=\"image/png\">\n    <link rel=\"icon\" href=\"/icon.svg\" type=\"image/svg+xml\">\n    <link rel=\"apple-touch-icon\" href=\"/apple-touch-icon.png\">\n\n    <meta name=\"facebook-domain-verification\" content=\"qcyltpqnixyhg6s4cu3aszib5ruew3\">\n\n    <!-- wp head -->\n    \n<meta name='robots' content='noindex, follow' />\n<link rel='preload' as='font' href='https://usercentrics.com/wp-content/themes/usercentrics/dist/assets/roboto-500-6BIylKNo.woff2' type='font/woff2' crossorigin>\n<link rel='preload' as='font' href='https://usercentrics.com/wp-content/themes/usercentrics/dist/assets/roboto-700-Dme6qf3d.woff2' type='font/woff2' crossorigin>\n<link rel='preload' as='font' href='https://usercentrics.com/wp-content/themes/usercentrics/dist/assets/roboto-B9sa-tgs.woff2' type='font/woff2' crossorigin>\n<link rel='preload' as='font' href='https://usercentrics.com/wp-content/themes/usercentrics/dist/assets/roboto-condensed-700-D8tRNWC5.woff2' type='font/woff2' crossorigin>\n<link rel='preload' as='font' href='https://usercentrics.com/wp-content/themes/usercentrics/dist/assets/roboto-italic-Cq7rfnA4.woff2' type='font/woff2' crossorigin>\n<link rel='modulepreload' as='script' href='https://usercentrics.com/wp-content/themes/usercentrics/dist/chunks/fluent-forms-utils-Bl3nFeLT.js' crossorigin>\n<link rel='modulepreload' as='script' href='https://usercentrics.com/wp-content/themes/usercentrics/dist/chunks/lz-string-BZ8l3mh4.js' crossorigin>\n\n<script>window.uc_page_details={\"page_name\":\"\\/\"}</script><script>window.uc={\"geo\":{\"country\":\"IN\",\"continent\":\"AS\"},\"globals\":{\"wpJson\":\"https:\\/\\/usercentrics.com\\/wp-json\",\"texts\":{\"cmpDenyToast\":{\"heading\":\"We respect your choice\",\"description\":\"Curious what you just turned off?\",\"button\":{\"title\":\"Take an interactive look\",\"url\":\"\\/consent-showcase\\/\",\"target\":\"_blank\"}}}}};</script>\n\t<title>Page not found - Consent Management Platform (CMP) Usercentrics</title>\n\t<meta property=\"og:locale\" content=\"en_US\" />\n\t<meta property=\"og:title\" content=\"Page not found - Consent Management Platform (CMP) Usercentrics\" />\n\t<meta property=\"og:site_name\" content=\"Consent Management Platform (CMP) Usercentrics\" />\n\t<script type=\"application/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\/\\/schema.org\",\"@graph\":[{\"@type\":\"WebSite\",\"@id\":\"https:\\/\\/usercentrics.com\\/#website\",\"url\":\"https:\\/\\/usercentrics.com\\/\",\"name\":\"Consent Management Platform (CMP) Usercentrics\",\"description\":\"Consent Management Platform (CMP) Usercentrics\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\/\\/usercentrics.com\\/?s={search_term_string}\"}}],\"inLanguage\":\"en-US\",\"publisher\":{\"@id\":\"https:\\/\\/usercentrics.com\\/#organization\"}},{\"@type\":\"Organization\",\"@id\":\"https:\\/\\/usercentrics.com\\/#organization\",\"name\":\"Usercentrics\",\"legalName\":\"Usercentrics GmbH\",\"url\":\"https:\\/\\/usercentrics.com\\/\",\"foundingDate\":\"2012\",\"sameAs\":[\"https:\\/\\/www.linkedin.com\\/company\\/usercentrics\",\"https:\\/\\/twitter.com\\/usercentrics\",\"https:\\/\\/www.facebook.com\\/usercentrics\\/\",\"https:\\/\\/instagram.com\\/usercentrics\\/\",\"https:\\/\\/www.tiktok.com\\/@usercentrics\",\"https:\\/\\/www.youtube.com\\/@Usercentrics\"],\"contactPoint\":{\"@type\":\"ContactPoint\",\"contactType\":\"customer support\",\"url\":\"https:\\/\\/usercentrics.com\\/contact\\/\"}}]}</script>\n\n\n<style id='uc-inline-css-variables'>:root {}.uc-ctx--base,:root{--bg-primary:#f8f9fb;--tb-primary:#080c11;--tli-primary:#0063ab;--tli-visited:#7327d6;--tli-primary-hover:#007dd4;--br-brand:#00a2ff;--th-primary:#080c11;--tlb-secondary:#080c11;--br-primary:#000000;--fi-primary:#000000;--br-secondary:#92a1b3;--fbi-primary:#000000;--br-primary-disabled:#92a1b3;--fg-tertiary:#dbe1e8;--fs-primary:#ffff"
        }
      },
      "issue": "OAuth authorization server metadata could not be fetched.",
      "howToFix": "Add agent_auth to /.well-known/oauth-authorization-server with register_uri, supported identity types, credential types, and claim or revocation URLs where applicable."
    }
  ],
  "authApplicability": {
    "supportsAuth": true,
    "score": 6,
    "signals": [
      {
        "source": "link:href",
        "weight": 3,
        "match": "auth link"
      },
      {
        "source": "visible-text",
        "weight": 3,
        "match": "login"
      }
    ]
  },
  "resourceFetchSucceeded": false
}

AI DiscoverabilityDiscoverabilityEstablished

IndexNow key

IndexNow key is informational for this page.

Informational

Needs attention

IndexNow key

Informational
01

Issue

IndexNow key is informational for this page.

02

Why it matters

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

Check name

IndexNow key

Score

100/100

Status

informational

Category

Discoverability

Maturity

Established

Goal

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

Result

IndexNow key is informational for this page.

Validation steps

  1. Find advertised IndexNow key location

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

  2. Fetch and validate IndexNow key file

    No discoverable IndexNow key file was found.

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

Agent Ease of UseAuthEstablished

OAuth / OIDC discovery

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

Informational

Needs attention

OAuth / OIDC discovery

Informational
01

Issue

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

02

Why it matters

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

Check name

OAuth / OIDC discovery

Score

0/100

Status

informational

Category

Auth

Maturity

Established

Goal

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

Result

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

Validation steps

  1. Fetch to find resource

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

Evidence
{
  "failedStep": "fetch",
  "steps": [
    {
      "id": "fetch",
      "title": "Fetch to find resource",
      "status": "fail",
      "evidence": {
        "checked": [
          {
            "path": "/.well-known/openid-configuration",
            "statusCode": 404,
            "contentType": "text/html; charset=UTF-8",
            "length": 599715
          },
          {
            "path": "/.well-known/oauth-authorization-server",
            "statusCode": 404,
            "contentType": "text/html; charset=UTF-8",
            "length": 599719
          }
        ]
      },
      "issue": "OAuth / OIDC discovery was not found at the expected path.",
      "howToFix": "Publish valid OAuth/OIDC metadata only when the site actually supports OAuth/OIDC. Otherwise omit provider discovery and document any unauthenticated public APIs separately."
    }
  ],
  "authApplicability": {
    "supportsAuth": true,
    "score": 6,
    "signals": [
      {
        "source": "link:href",
        "weight": 3,
        "match": "auth link"
      },
      {
        "source": "visible-text",
        "weight": 3,
        "match": "login"
      }
    ]
  },
  "resourceFetchSucceeded": false
}

Agent Ease of UseAuthEmerging recommendation

OAuth Protected Resource

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

Informational

Needs attention

OAuth Protected Resource

Informational
01

Issue

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

02

Why it matters

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

Check name

OAuth Protected Resource

Score

0/100

Status

informational

Category

Auth

Maturity

Emerging recommendation

Goal

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

Result

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

Validation steps

  1. Fetch protected resource metadata

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

  2. Validate protected resource metadata

    Response is not valid JSON.

  3. Validate protected resource identity

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

  4. Probe protected API Bearer challenge

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

Evidence
{
  "failedStep": "fetch",
  "steps": [
    {
      "id": "fetch",
      "title": "Fetch protected resource metadata",
      "status": "fail",
      "evidence": {
        "path": "/.well-known/oauth-protected-resource",
        "statusCode": 404,
        "contentType": "text/html; charset=UTF-8"
      },
      "issue": "The OAuth Protected Resource metadata endpoint did not return HTTP 2xx.",
      "howToFix": "Publish /.well-known/oauth-protected-resource JSON."
    },
    {
      "id": "metadata",
      "title": "Validate protected resource metadata",
      "status": "fail",
      "evidence": {
        "valid": false,
        "compatibleContentType": false,
        "issue": "Response is not valid JSON.",
        "rawExcerpt": "<!doctype html>\n<html lang=\"en\">\n<head>\n    <meta charset=\"UTF-8\">\n    <meta name=\"viewport\"\n          content=\"width=device-width, initial-scale=1.0, maximum-scale=5.0, minimum-scale=1.0\">\n    <meta http-equiv=\"X-UA-Compatible\" content=\"ie=edge\">\n\n    <link rel=\"icon\" href=\"/favicon.png\" sizes=\"32x32\" type=\"image/png\">\n    <link rel=\"icon\" href=\"/icon.svg\" type=\"image/svg+xml\">\n    <link rel=\"apple-touch-icon\" href=\"/apple-touch-icon.png\">\n\n    <meta name=\"facebook-domain-verification\" content=\"qcyltpqnixyhg6s4cu3aszib5ruew3\">\n\n    <!-- wp head -->\n    \n<meta name='robots' content='noindex, follow' />\n<link rel='preload' as='font' href='https://usercentrics.com/wp-content/themes/usercentrics/dist/assets/roboto-500-6BIylKNo.woff2' type='font/woff2' crossorigin>\n<link rel='preload' as='font"
      },
      "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://usercentrics.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://usercentrics.com/.well-known/oauth-protected-resource",
            "metadataUrlMatches": true,
            "resourceMatchesRequestContext": true
          },
          {
            "path": "/api/admin/summary",
            "statusCode": 404,
            "wwwAuthenticate": {
              "valid": false,
              "present": false
            },
            "expectedMetadataUrl": "https://usercentrics.com/.well-known/oauth-protected-resource",
            "metadataUrlMatches": true,
            "resourceMatchesRequestContext": true
          },
          {
            "path": "/api/scans",
            "statusCode": 404,
            "wwwAuthenticate": {
              "valid": false,
              "present": false
            },
            "expectedMetadataUrl": "https://usercentrics.com/.well-known/oauth-protected-resource",
            "metadataUrlMatches": true,
            "resourceMatchesRequestContext": true
          }
        ]
      },
      "issue": "No protected route with a 401 Bearer challenge was detected; metadata alone does not prove a protected resource.",
      "howToFix": "When this site exposes bearer-protected APIs, return 401 with WWW-Authenticate: Bearer and link resource_metadata."
    }
  ],
  "authApplicability": {
    "supportsAuth": true,
    "score": 6,
    "signals": [
      {
        "source": "link:href",
        "weight": 3,
        "match": "auth link"
      },
      {
        "source": "visible-text",
        "weight": 3,
        "match": "login"
      }
    ]
  },
  "resourceFetchSucceeded": false
}

Performance and AccessibilityAccessibilityBrowser audit

Heading elements are not in a sequentially-descending order

100 Fail

Check name

Heading elements are not in a sequentially-descending order

Score

0/100

Status

fail

Device

desktop

Category

Accessibility

Fix guidance

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

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

SEOSEOBrowser audit

Links are not crawlable

50 Fail

Check name

Links are not crawlable

Score

0/100

Status

fail

Device

desktop

Category

SEO

Fix guidance

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

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

SEOSEOBrowser audit

Links do not have descriptive text

50 Fail

Check name

Links do not have descriptive text

Score

0/100

Status

fail

Device

desktop

Category

SEO

Estimated savings

17 links found

Fix guidance

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

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

Performance and AccessibilityPerformanceBrowser audit

Image optimization

33 Fail

Check name

Image optimization

Score

0/100

Status

fail

Device

desktop

Category

Performance

Fix guidance

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

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

Performance and AccessibilityPerformanceBrowser audit

Reduce unused CSS

17 Warning

Check name

Reduce unused CSS

Score

50/100

Status

warning

Device

desktop

Category

Performance

Estimated savings

Est savings of 25 KiB

Fix guidance

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

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

Performance and AccessibilityPerformanceBrowser audit

Loading performance

10 Fail

Check name

Loading performance

Score

71/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": "interactive",
      "title": "Time to Interactive",
      "score": 42,
      "displayValue": "4.9 s",
      "numericValue": 4904.062364214018
    },
    {
      "id": "speed-index",
      "title": "Speed Index",
      "score": 56,
      "displayValue": "2.1 s",
      "numericValue": 2130.6045641828878
    },
    {
      "id": "max-potential-fid",
      "title": "Max Potential First Input Delay",
      "score": 70,
      "displayValue": "190 ms",
      "numericValue": 190
    },
    {
      "id": "largest-contentful-paint",
      "title": "Largest Contentful Paint",
      "score": 72,
      "displayValue": "1.7 s",
      "numericValue": 1741
    },
    {
      "id": "total-blocking-time",
      "title": "Total Blocking Time",
      "score": 49,
      "displayValue": "350 ms",
      "numericValue": 354.1799707066475
    },
    {
      "id": "first-contentful-paint",
      "title": "First Contentful Paint",
      "score": 82,
      "displayValue": "1.1 s",
      "numericValue": 1082
    },
    {
      "id": "server-response-time",
      "title": "Initial server response time was short",
      "score": 100,
      "displayValue": "Root document took 420 ms",
      "numericValue": 417
    },
    {
      "id": "network-rtt",
      "title": "Network Round Trip Times",
      "score": 100,
      "displayValue": "50 ms",
      "numericValue": 51.043904999999995
    }
  ]
}

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