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

OVERALL SCORE

Level 2, Agent-Limited

Priority improvements needed for AI agents
AIDiscoverability33%Agent Easeof Use8%Security& Trust60%GEO, AIO, AEO74%SEO92%Performance& Accessibility47%
  • AI Discoverability 33 out of 100
  • Agent Ease of Use 8 out of 100
  • Security & Trust 60 out of 100
  • GEO, AIO and AEO 74 out of 100
  • SEO 92 out of 100
  • Performance and Accessibility 47 out of 100

CAPTURED SCREENSHOT

Captured website desktop screenshot

What AI sees of your website

Content that scales. Experiences that convert. | Contentful favicon

Content that scales. Experiences that convert. | Contentful

Contentful DXP uses AI-driven analytics to help you personalize, optimize, and create standout digital experiences at scale. Effortlessly.

Next step

Turn this report into a fix workflow

25 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
33
Priority fix6170View details
Discoverability
57
Needs work450View details
Content Readiness
33
Priority fix280View details
Bot Access Control
0
Priority fix040View details
Agent Ease of Use
8
Priority fix6240View details
API
0
Priority fix060View details
Auth
Not Applicable
Not Applicable040View details
MCP
25
Priority fix260View details
Skill Discovery
0
Priority fix080View details
Agent Commerce
Not Applicable
Not Applicable400
GEO, AIO and AEO
74
Needs work6212View details
GEO Readiness
83
Mostly ready204
AIO Readiness
77
Mostly ready313View details
AEO Readiness
62
Needs work115View details
SEO
92
Strong1010View details
SEO
92
Strong1010View details
Security & Trust
60
Needs work720View details
Security & Trust
60
Needs work320View details
AI Training Exposure
Not Applicable
Not Applicable400
Performance and Accessibility
47
Priority fix2430View details
Performance
25
Priority fix1220View details
Accessibility
87
Mostly ready1210View details

Prioritized recommendations

Issues ranked by score impact

43 items need attention

Agent Ease of UseAPIEstablished

API Catalog

API Catalog failed at "Fetch API catalog".

50 Fail

Needs attention

API Catalog

Failed check
01

Issue

The API catalog endpoint did not return HTTP 2xx.

02

Why it matters

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

Check name

API Catalog

Score

0/100

Status

fail

Category

API

Maturity

Established

Goal

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

Result

API Catalog failed at "Fetch API catalog".

Validation steps

  1. Fetch API catalog

    The API catalog endpoint did not return HTTP 2xx.

  2. Validate RFC 9727 linkset

    Response is not valid JSON.

  3. Fetch advertised API catalog targets

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

Evidence
{
  "failedStep": "fetch",
  "steps": [
    {
      "id": "fetch",
      "title": "Fetch API catalog",
      "status": "fail",
      "evidence": {
        "statusCode": 404,
        "contentType": "text/html; charset=utf-8"
      },
      "issue": "The API catalog endpoint did not return HTTP 2xx.",
      "howToFix": "Publish /.well-known/api-catalog."
    },
    {
      "id": "validate",
      "title": "Validate RFC 9727 linkset",
      "status": "fail",
      "evidence": {
        "valid": false,
        "compatibleContentType": false,
        "issue": "Response is not valid JSON.",
        "rawExcerpt": "<!DOCTYPE html><html id=\"__next_error__\"><head><meta charSet=\"utf-8\"/><meta name=\"viewport\" content=\"width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no\"/><link rel=\"preload\" as=\"script\" fetchPriority=\"low\" href=\"/_next/static/chunks/webpack-a83459874417cc1a.js\"/><script src=\"/_next/static/chunks/26164011-7b4f06a7ba7fcc8d.js\" async=\"\"></script><script src=\"/_next/static/chunks/a75a810a-ae2370a9d5aba632.js\" async=\"\"></script><script src=\"/_next/static/chunks/2548-4f7d9ee001aba4ee.js\" async=\"\"></script><script src=\"/_next/static/chunks/main-app-52b3291f12a9bcfb.js\" async=\"\"></script><script src=\"/_next/static/chunks/app/global-error-0b111bc72bbfdc83.js\" async=\"\"></script><meta name=\"robots\" content=\"noindex\"/><meta name=\"next-size-adjust\" content=\"\"/><div hidden=\"\"></div><"
      },
      "issue": "Response is not valid JSON.",
      "howToFix": "Use application/linkset+json with service-desc, service-doc, and status relations that each include href."
    },
    {
      "id": "target-validation",
      "title": "Fetch advertised API catalog targets",
      "status": "fail",
      "evidence": {
        "checked": [],
        "failures": [
          {
            "reason": "No same-origin API catalog hrefs were available to fetch."
          }
        ]
      },
      "issue": "API Catalog did not expose any same-origin hrefs to validate.",
      "howToFix": "Make each same-origin API catalog href reachable and serve the advertised media type."
    }
  ]
}

Security & TrustSecurity & TrustEstablished

Content-Security-Policy

Content-Security-Policy is missing or incomplete.

50 Fail

Needs attention

Content-Security-Policy

Failed check
01

Issue

Content-Security-Policy is missing or incomplete.

02

Why it matters

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

Check name

Content-Security-Policy

Score

0/100

Status

fail

Category

Security & Trust

Maturity

Established

Goal

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

Result

Content-Security-Policy is missing or incomplete.

Evidence
{
  "header": "content-security-policy",
  "value": null
}

Security & TrustSecurity & TrustEstablished

Frame protection

Frame protection is missing or incomplete.

50 Fail

Needs attention

Frame protection

Failed check
01

Issue

Frame protection is missing or incomplete.

02

Why it matters

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

Check name

Frame protection

Score

0/100

Status

fail

Category

Security & Trust

Maturity

Established

Goal

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

Result

Frame protection is missing or incomplete.

Evidence
{
  "xFrameOptions": "allow-from https://app.contentful.com",
  "validXFrame": false,
  "contentSecurityPolicy": null,
  "cspFrameAncestors": false
}

Agent Ease of UseAPIEstablished

OpenAPI discovery

OpenAPI discovery failed at "Find valid OpenAPI document".

50 Fail

Needs attention

OpenAPI discovery

Failed check
01

Issue

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><html lang=\"en\"><head><meta charSet=\"utf-8\"/><meta http-equiv=\"x-ua-compatible\" content=\"ie=edge\"/><meta name=\"theme-color\" content=\"#DEE3EA\"/><meta name=\"viewport\" content=\"width=device-width, initial-scale=1, shrink-to-fit=no\"/><meta name=\"csp-nonce\" content=\"\"/><meta name=\"theme-color\" content=\"#0b6ae6\"/><meta data-react-helmet=\"true\" name=\"robots\" content=\"noindex, follow\"/><meta data-react-helmet=\"true\" property=\"twitter:image\" content=\"https://www.contentful.com/og-21.png\"/><meta data-react-helmet=\"true\" property=\"twitter:url\" content=\"https://www.contentful.com/404.html\"/><meta data-react-helmet=\"true\" property=\"twitter:description\"/><meta data-react-helmet=\"true\" property=\"twitter:title\" content=\"404\"/><meta data-react-helmet=\"true\" property=\"twitter:creator\" content"
          },
          {
            "path": "/openapi.yaml",
            "statusCode": 404,
            "contentType": "text/html; charset=utf-8",
            "valid": false,
            "issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html; charset=utf-8\" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
            "compatibleContentType": false,
            "format": "yaml",
            "version": "",
            "pathCount": 0,
            "operationCount": 0,
            "rawExcerpt": "<!DOCTYPE html><html id=\"__next_error__\"><head><meta charSet=\"utf-8\"/><meta name=\"viewport\" content=\"width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no\"/><link rel=\"preload\" as=\"script\" fetchPriority=\"low\" href=\"/_next/static/chunks/webpack-a83459874417cc1a.js\"/><script src=\"/_next/static/chunks/26164011-7b4f06a7ba7fcc8d.js\" async=\"\"></script><script src=\"/_next/static/chunks/a75a810a-ae2370a9d5aba632.js\" async=\"\"></script><script src=\"/_next/static/chunks/2548-4f7d9ee001aba4ee.js\" async=\"\"></script><script src=\"/_next/static/chunks/main-app-52b3291f12a9bcfb.js\" async=\"\"></script><script src=\"/_next/static/chunks/app/global-error-0b111bc72bbfdc83.js\" async=\"\"></script><meta name=\"robots\" content=\"noindex\"/><meta name=\"next-size-adjust\" content=\"\"/><div hidden=\"\"></div><"
          },
          {
            "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><html lang=\"en\"><head><meta charSet=\"utf-8\"/><meta http-equiv=\"x-ua-compatible\" content=\"ie=edge\"/><meta name=\"theme-color\" content=\"#DEE3EA\"/><meta name=\"viewport\" content=\"width=device-width, initial-scale=1, shrink-to-fit=no\"/><meta name=\"csp-nonce\" content=\"\"/><meta name=\"theme-color\" content=\"#0b6ae6\"/><meta data-react-helmet=\"true\" name=\"robots\" content=\"noindex, follow\"/><meta data-react-helmet=\"true\" property=\"twitter:image\" content=\"https://www.contentful.com/og-21.png\"/><meta data-react-helmet=\"true\" property=\"twitter:url\" content=\"https://www.contentful.com/404.html\"/><meta data-react-helmet=\"true\" property=\"twitter:description\"/><meta data-react-helmet=\"true\" property=\"twitter:title\" content=\"404\"/><meta data-react-helmet=\"true\" property=\"twitter:creator\" content"
          },
          {
            "path": "/swagger.yaml",
            "statusCode": 404,
            "contentType": "text/html; charset=utf-8",
            "valid": false,
            "issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html; charset=utf-8\" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
            "compatibleContentType": false,
            "format": "yaml",
            "version": "",
            "pathCount": 0,
            "operationCount": 0,
            "rawExcerpt": "<!DOCTYPE html><html id=\"__next_error__\"><head><meta charSet=\"utf-8\"/><meta name=\"viewport\" content=\"width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no\"/><link rel=\"preload\" as=\"script\" fetchPriority=\"low\" href=\"/_next/static/chunks/webpack-a83459874417cc1a.js\"/><script src=\"/_next/static/chunks/26164011-7b4f06a7ba7fcc8d.js\" async=\"\"></script><script src=\"/_next/static/chunks/a75a810a-ae2370a9d5aba632.js\" async=\"\"></script><script src=\"/_next/static/chunks/2548-4f7d9ee001aba4ee.js\" async=\"\"></script><script src=\"/_next/static/chunks/main-app-52b3291f12a9bcfb.js\" async=\"\"></script><script src=\"/_next/static/chunks/app/global-error-0b111bc72bbfdc83.js\" async=\"\"></script><meta name=\"robots\" content=\"noindex\"/><meta name=\"next-size-adjust\" content=\"\"/><div hidden=\"\"></div><"
          },
          {
            "path": "/api/openapi.json",
            "statusCode": 404,
            "contentType": "text/plain; charset=utf-8",
            "valid": false,
            "issue": "OpenAPI YAML document did not match the expected shape. unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
            "compatibleContentType": true,
            "format": "yaml",
            "version": "",
            "pathCount": 0,
            "operationCount": 0,
            "rawExcerpt": "The page could not be found\n\nNOT_FOUND\n\nbom1:bom1::6cs9k-1780633429017-06db085e4ca5\n"
          },
          {
            "path": "/api/swagger.json",
            "statusCode": 404,
            "contentType": "text/plain; charset=utf-8",
            "valid": false,
            "issue": "OpenAPI YAML document did not match the expected shape. unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
            "compatibleContentType": true,
            "format": "yaml",
            "version": "",
            "pathCount": 0,
            "operationCount": 0,
            "rawExcerpt": "The page could not be found\n\nNOT_FOUND\n\nbom1:bom1::j4pwd-1780633429121-b30fad06583c\n"
          },
          {
            "path": "/docs/openapi.json",
            "statusCode": 404,
            "contentType": "text/html; charset=utf-8",
            "valid": false,
            "issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html; charset=utf-8\" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
            "compatibleContentType": false,
            "format": "yaml",
            "version": "",
            "pathCount": 0,
            "operationCount": 0,
            "rawExcerpt": "<!DOCTYPE html><html lang=\"en\"><head><meta charSet=\"utf-8\"/><meta http-equiv=\"x-ua-compatible\" content=\"ie=edge\"/><meta name=\"theme-color\" content=\"#DEE3EA\"/><meta name=\"viewport\" content=\"width=device-width, initial-scale=1, shrink-to-fit=no\"/><meta name=\"csp-nonce\" content=\"\"/><meta name=\"theme-color\" content=\"#0b6ae6\"/><meta data-react-helmet=\"true\" name=\"robots\" content=\"noindex, follow\"/><meta data-react-helmet=\"true\" property=\"twitter:image\" content=\"https://www.contentful.com/og-21.png\"/><meta data-react-helmet=\"true\" property=\"twitter:url\" content=\"https://www.contentful.com/404.html\"/><meta data-react-helmet=\"true\" property=\"twitter:description\"/><meta data-react-helmet=\"true\" property=\"twitter:title\" content=\"404\"/><meta data-react-helmet=\"true\" property=\"twitter:creator\" content"
          }
        ]
      },
      "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 DiscoverabilityBot Access ControlEstablished

AI bot rules in robots.txt

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

33 Fail

Needs attention

AI bot rules in robots.txt

Failed check
01

Issue

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

02

Why it matters

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

Check name

AI bot rules in robots.txt

Score

0/100

Status

fail

Category

Bot Access Control

Maturity

Established

Goal

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

Result

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

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

AI DiscoverabilityBot Access ControlInformational

Content Signal

Content Signal is missing or incomplete.

33 Fail

Needs attention

Content Signal

Failed check
01

Issue

No Content Signal found in robots.txt

02

Why it matters

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

Check name

Content Signal

Score

0/100

Status

fail

Category

Bot Access Control

Maturity

Informational

Goal

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

Result

Content Signal is missing or incomplete.

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

AI DiscoverabilityDiscoverabilityEstablished

FAQPage schema

FAQPage schema is missing or incomplete.

33 Fail

Needs attention

FAQPage schema

Failed check
01

Issue

FAQ content was detected but no FAQPage schema was found.

02

Why it matters

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

Check name

FAQPage schema

Score

0/100

Status

fail

Category

Discoverability

Maturity

Established

Goal

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

Result

FAQPage schema is missing or incomplete.

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

AI DiscoverabilityDiscoverabilityEstablished

High-value schema types

High-value schema types is missing or incomplete.

33 Fail

Needs attention

High-value schema types

Failed check
01

Issue

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

02

Why it matters

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

Check name

High-value schema types

Score

0/100

Status

fail

Category

Discoverability

Maturity

Established

Goal

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

Result

High-value schema types is missing or incomplete.

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

AI DiscoverabilityDiscoverabilityEstablished

Link headers

Link headers failed at "Find useful Link headers".

33 Fail

Needs attention

Link headers

Failed check
01

Issue

No useful agent discovery Link headers were found.

02

Why it matters

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

Check name

Link headers

Score

0/100

Status

fail

Category

Discoverability

Maturity

Established

Goal

Include Link response headers for agent discovery using RFC 8288.

Result

Link headers failed at "Find useful Link headers".

Validation steps

  1. Find useful Link headers

    No useful agent discovery Link headers were found.

  2. Fetch same-origin Link header targets

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

Evidence
{
  "failedStep": "presence",
  "steps": [
    {
      "id": "presence",
      "title": "Find useful Link headers",
      "status": "fail",
      "evidence": {
        "links": [
          {
            "url": "https://images.ctfassets.net",
            "rel": "preconnect"
          },
          {
            "url": "https://cdn.contentful.com",
            "rel": "preconnect"
          },
          {
            "url": "https://www.googletagmanager.com",
            "rel": "dns-prefetch"
          },
          {
            "url": "https://cmp.osano.com",
            "rel": "dns-prefetch"
          },
          {
            "url": "https://analytics.google.com",
            "rel": "dns-prefetch"
          },
          {
            "url": "https://experience.ninetailed.co",
            "rel": "dns-prefetch"
          },
          {
            "url": "/_next/static/media/150e0b3b650ea6d7-s.p.woff",
            "rel": "preload",
            "type": "font/woff"
          },
          {
            "url": "/_next/static/media/9fab8fbc3a7e1940-s.p.woff",
            "rel": "preload",
            "type": "font/woff"
          },
          {
            "url": "/_next/static/css/68f8f87bc20a5022.css",
            "rel": "preload"
          },
          {
            "url": "/_next/static/css/b5050e98ad3eccaa.css",
            "rel": "preload"
          },
          {
            "url": "/_next/static/css/00ab06894772e143.css",
            "rel": "preload"
          },
          {
            "url": "/_next/static/css/7f6f98f2964b55a4.css",
            "rel": "preload"
          },
          {
            "url": "/_next/static/css/1491b57b411fe6a4.css",
            "rel": "preload"
          },
          {
            "url": "/_next/static/css/1a187011211f99ec.css",
            "rel": "preload"
          },
          {
            "url": "/_next/static/css/d4cfc5b96bcde986.css",
            "rel": "preload"
          },
          {
            "url": "/_next/static/css/e8264a769b8b7c28.css",
            "rel": "preload"
          },
          {
            "url": "/_next/static/css/9b8e59074d9581e9.css",
            "rel": "preload"
          },
          {
            "url": "/_next/static/css/2856edd08ee2105f.css",
            "rel": "preload"
          },
          {
            "url": "/_next/static/css/d6856c1293ef5bee.css",
            "rel": "preload"
          },
          {
            "url": "/_next/static/css/330377f24a6370b5.css",
            "rel": "preload"
          },
          {
            "url": "/_next/static/css/1b7e491ade79a595.css",
            "rel": "preload"
          },
          {
            "url": "/_next/static/css/0f70cf3b0c3ad8dd.css",
            "rel": "preload"
          },
          {
            "url": "/_next/static/css/b07385acb3d02f02.css",
            "rel": "preload"
          },
          {
            "url": "/_next/static/css/f81a6b71cd2edac7.css",
            "rel": "preload"
          },
          {
            "url": "/_next/static/css/f8c38a900a7c4af6.css",
            "rel": "preload"
          },
          {
            "url": "/_next/static/css/5e89f58fae1bab46.css",
            "rel": "preload"
          },
          {
            "url": "/_next/static/css/63ff522b2cc62434.css",
            "rel": "preload"
          },
          {
            "url": "/_next/static/css/94147c97c03853ee.css",
            "rel": "preload"
          },
          {
            "url": "/_next/static/css/e15560d866cf9a39.css",
            "rel": "preload"
          },
          {
            "url": "/_next/static/css/406fb0e53687bdd5.css",
            "rel": "preload"
          },
          {
            "url": "/_next/static/css/541ec3d34c800f5b.css",
            "rel": "preload"
          },
          {
            "url": "/_next/static/css/47d9ec1606479827.css",
            "rel": "preload"
          },
          {
            "url": "/_next/static/css/62b61bc1255f5f48.css",
            "rel": "preload"
          },
          {
            "url": "/_next/static/css/8cd2d40e7b911e96.css",
            "rel": "preload"
          },
          {
            "url": "/_next/static/css/083f53c231f7bc79.css",
            "rel": "preload"
          },
          {
            "url": "/_next/static/css/3287220555c72a2e.css",
            "rel": "preload"
          },
          {
            "url": "/_next/static/css/79956f8fbd7e45e8.css",
            "rel": "preload"
          },
          {
            "url": "/_next/static/css/2534b6579200aedb.css",
            "rel": "preload"
          },
          {
            "url": "/_next/static/css/282b622b57c4a512.css",
            "rel": "preload"
          },
          {
            "url": "/_next/static/css/7af5a7df44e312d2.css",
            "rel": "preload"
          },
          {
            "url": "/_next/static/css/2afed504471afe03.css",
            "rel": "preload"
          },
          {
            "url": "/_next/static/css/c2e72a67fe8ecbb1.css",
            "rel": "preload"
          },
          {
            "url": "/_next/static/css/d88a7e37bf140eb8.css",
            "rel": "preload"
          },
          {
            "url": "/_next/static/css/21842adee0394ee0.css",
            "rel": "preload"
          },
          {
            "url": "/_next/static/css/30021cd2491c2251.css",
            "rel": "preload"
          },
          {
            "url": "/_next/static/css/38c126894dc55245.css",
            "rel": "preload"
          },
          {
            "url": "/_next/static/css/e2ee3679f9fa2f3f.css",
            "rel": "preload"
          },
          {
            "url": "/_next/static/css/473646408a26ad5f.css",
            "rel": "preload"
          },
          {
            "url": "/_next/static/css/07d30ddbdace9804.css",
            "rel": "preload"
          },
          {
            "url": "/_next/static/css/e75ca1217e7096ca.css",
            "rel": "preload"
          },
          {
            "url": "/_next/static/css/75e48ca937ff692d.css",
            "rel": "preload"
          },
          {
            "url": "/_next/static/css/09a5a430c629de76.css",
            "rel": "preload"
          },
          {
            "url": "/_next/static/css/12752e5e5cd2a4ce.css",
            "rel": "preload"
          },
          {
            "url": "/_next/static/css/ae83f306f2ec6cd2.css",
            "rel": "preload"
          },
          {
            "url": "/_next/static/css/82766453cbdea40e.css",
            "rel": "preload"
          },
          {
            "url": "/_next/static/css/da6a304c3d67d50e.css",
            "rel": "preload"
          },
          {
            "url": "/_next/static/css/2505761bf619e221.css",
            "rel": "preload"
          },
          {
            "url": "/_next/static/css/5d4b999f0aa62e75.css",
            "rel": "preload"
          },
          {
            "url": "/_next/static/css/ad8486f0403a822d.css",
            "rel": "preload"
          },
          {
            "url": "/_next/static/css/dd9c35dbe44b05a6.css",
            "rel": "preload"
          },
          {
            "url": "/_next/static/css/ebedf8d8ab1b9d00.css",
            "rel": "preload"
          },
          {
            "url": "/_next/static/css/ef46db3751d8e999.css",
            "rel": "preload"
          },
          {
            "url": "/_next/static/css/8dca0f1d66aec47e.css",
            "rel": "preload"
          },
          {
            "url": "/_next/static/css/1c59f0a7adf86567.css",
            "rel": "preload"
          },
          {
            "url": "/_next/static/css/b7e164dd01f3c37e.css",
            "rel": "preload"
          },
          {
            "url": "/_next/static/css/5d5822a05f831124.css",
            "rel": "preload"
          },
          {
            "url": "/_next/static/css/04e4d2a0f17b02f7.css",
            "rel": "preload"
          },
          {
            "url": "/_next/static/css/ff7ead870768b461.css",
            "rel": "preload"
          },
          {
            "url": "/_next/static/css/af0c1f4106ba9150.css",
            "rel": "preload"
          },
          {
            "url": "/_next/static/css/bc3abdb1c5813717.css",
            "rel": "preload"
          },
          {
            "url": "/_next/static/css/419fa4fc15746fe4.css",
            "rel": "preload"
          },
          {
            "url": "/_next/static/css/53a5d6ef306344e9.css",
            "rel": "preload"
          },
          {
            "url": "/_next/static/css/edb55e46ce56cf52.css",
            "rel": "preload"
          },
          {
            "url": "/_next/static/css/7bbf725661994ee4.css",
            "rel": "preload"
          },
          {
            "url": "/_next/static/css/39505851ee59ed2e.css",
            "rel": "preload"
          },
          {
            "url": "/_next/static/css/42954296b192ab39.css",
            "rel": "preload"
          },
          {
            "url": "/_next/static/css/90860ac64410963e.css",
            "rel": "preload"
          },
          {
            "url": "/_next/static/css/d665ee025ada1d78.css",
            "rel": "preload"
          },
          {
            "url": "/_next/static/css/990ffd5e4985d1a0.css",
            "rel": "preload"
          },
          {
            "url": "/_next/static/css/fa3c40314ed81340.css",
            "rel": "preload"
          },
          {
            "url": "/_next/static/css/7883cb3e4492e118.css",
            "rel": "preload"
          },
          {
            "url": "/_next/static/css/0b35909d30f6a15f.css",
            "rel": "preload"
          },
          {
            "url": "/_next/static/css/dc6f6a2fde44b28b.css",
            "rel": "preload"
          },
          {
            "url": "/_next/static/css/729b47f5e2c2b09f.css",
            "rel": "preload"
          },
          {
            "url": "/_next/static/css/d3d6ced219f4c749.css",
            "rel": "preload"
          },
          {
            "url": "/_next/static/css/2e5a41dc31eca54c.css",
            "rel": "preload"
          },
          {
            "url": "/_next/static/css/c700fd982091fecd.css",
            "rel": "preload"
          },
          {
            "url": "/_next/static/css/d5cc2878b7300aff.css",
            "rel": "preload"
          },
          {
            "url": "/_next/static/css/07d80fde42ec423e.css",
            "rel": "preload"
          }
        ]
      },
      "issue": "No useful agent discovery Link headers were found.",
      "howToFix": "Expose useful Link headers such as rel=\"api-catalog\", rel=\"service-doc\", and rel=\"service-desc\"."
    },
    {
      "id": "target-validation",
      "title": "Fetch same-origin Link header targets",
      "status": "fail",
      "evidence": {
        "checked": [],
        "failures": [
          {
            "reason": "No same-origin Link header targets were available to fetch."
          }
        ]
      },
      "issue": "Link headers did not expose any same-origin targets to validate.",
      "howToFix": "Make each same-origin Link href reachable and serve the advertised media type."
    }
  ]
}

Agent Ease of UseMCPEmerging recommendation

MCP Server Card

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

33 Fail

Needs attention

MCP Server Card

Failed check
01

Issue

MCP Server Card was not found at the expected path.

02

Why it matters

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

Check name

MCP Server Card

Score

0/100

Status

fail

Category

MCP

Maturity

Emerging recommendation

Goal

Publish an MCP Server Card for agent discovery.

Result

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

Validation steps

  1. Fetch to find resource

    MCP Server Card was not found at the expected path.

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

Agent Ease of UseMCPEmerging recommendation

mcp.json

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

33 Fail

Needs attention

mcp.json

Failed check
01

Issue

mcp.json was not found at the expected path.

02

Why it matters

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

Check name

mcp.json

Score

0/100

Status

fail

Category

MCP

Maturity

Emerging recommendation

Goal

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

Result

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

Validation steps

  1. Fetch to find resource

    mcp.json was not found at the expected path.

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

AI DiscoverabilityBot Access ControlInformational

Web Bot Auth request signing

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

33 Fail

Needs attention

Web Bot Auth request signing

Failed check
01

Issue

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

02

Why it matters

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

Check name

Web Bot Auth request signing

Score

0/100

Status

fail

Category

Bot Access Control

Maturity

Informational

Goal

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

Result

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

Validation steps

  1. Fetch to find resource

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

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

Agent Ease of UseMCPInformational

WebMCP manifest

WebMCP manifest failed at "Fetch to find resource".

33 Fail

Needs attention

WebMCP manifest

Failed check
01

Issue

WebMCP manifest was not found at the expected path.

02

Why it matters

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

Check name

WebMCP manifest

Score

0/100

Status

fail

Category

MCP

Maturity

Informational

Goal

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

Result

WebMCP manifest failed at "Fetch to find resource".

Validation steps

  1. Fetch to find resource

    WebMCP manifest was not found at the expected path.

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

25 Fail

Needs attention

A2A Agent Card

Failed check
01

Issue

A2A Agent Card was not found at the expected path.

02

Why it matters

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

Check name

A2A Agent Card

Score

0/100

Status

fail

Category

Skill Discovery

Maturity

Emerging recommendation

Goal

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

Result

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

Validation steps

  1. Fetch to find resource

    A2A Agent Card was not found at the expected path.

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

Agent Ease of UseSkill DiscoveryEmerging recommendation

Agent Skills index

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

25 Fail

Needs attention

Agent Skills index

Failed check
01

Issue

Agent Skills index was not found at the expected path.

02

Why it matters

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

Check name

Agent Skills index

Score

0/100

Status

fail

Category

Skill Discovery

Maturity

Emerging recommendation

Goal

Publish an agent skills discovery index.

Result

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

Validation steps

  1. Fetch to find resource

    Agent Skills index was not found at the expected path.

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

Agent Ease of UseSkill DiscoveryEmerging recommendation

agent.json

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

25 Fail

Needs attention

agent.json

Failed check
01

Issue

agent.json was not found at the expected path.

02

Why it matters

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

Check name

agent.json

Score

0/100

Status

fail

Category

Skill Discovery

Maturity

Emerging recommendation

Goal

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

Result

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

Validation steps

  1. Fetch to find resource

    agent.json was not found at the expected path.

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

Agent Ease of UseSkill DiscoveryInformational

agents.json

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

25 Fail

Needs attention

agents.json

Failed check
01

Issue

agents.json was not found at the expected path.

02

Why it matters

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

Check name

agents.json

Score

0/100

Status

fail

Category

Skill Discovery

Maturity

Informational

Goal

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

Result

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

Validation steps

  1. Fetch to find resource

    agents.json was not found at the expected path.

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

AI DiscoverabilityContent ReadinessEstablished

Content freshness signals

Content freshness signals is missing or incomplete.

25 Fail

Needs attention

Content freshness signals

Failed check
01

Issue

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

02

Why it matters

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

Check name

Content freshness signals

Score

0/100

Status

fail

Category

Content Readiness

Maturity

Established

Goal

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

Result

Content freshness signals is missing or incomplete.

Evidence
{
  "lastModified": null,
  "schemaDates": [],
  "metaDateCount": 0,
  "timeDateCount": 0
}

AI DiscoverabilityContent ReadinessEmerging recommendation

llms.txt

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

25 Fail

Needs attention

llms.txt

Failed check
01

Issue

llms.txt was not found at the expected path.

02

Why it matters

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

Check name

llms.txt

Score

0/100

Status

fail

Category

Content Readiness

Maturity

Emerging recommendation

Goal

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

Result

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

Validation steps

  1. Fetch to find resource

    llms.txt was not found at the expected path.

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

AI DiscoverabilityContent ReadinessEstablished

Markdown negotiation

Markdown negotiation failed at "Markdown content type".

25 Fail

Needs attention

Markdown negotiation

Failed check
01

Issue

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

02

Why it matters

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

Check name

Markdown negotiation

Score

0/100

Status

fail

Category

Content Readiness

Maturity

Established

Goal

Return HTML responses as markdown when agents request it.

Result

Markdown negotiation failed at "Markdown content type".

Validation steps

  1. Markdown content type

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

  2. Vary: Accept header

    Markdown negotiation is missing Vary: Accept; current Vary header is "RSC, Next-Router-State-Tree, Next-Router-Prefetch, Next-Router-Segment-Prefetch".

  3. Structured Markdown body

    Markdown response is missing a heading.

Evidence
{
  "failedStep": "content-type",
  "steps": [
    {
      "id": "content-type",
      "title": "Markdown content type",
      "status": "fail",
      "evidence": {
        "statusCode": 200,
        "contentType": "text/html; charset=utf-8"
      },
      "issue": "Content-Type \"text/html; charset=utf-8\" does not indicate Markdown when requested with Accept: text/markdown.",
      "howToFix": "Return Content-Type: text/markdown; charset=utf-8 for requests with Accept: text/markdown."
    },
    {
      "id": "vary-accept",
      "title": "Vary: Accept header",
      "status": "fail",
      "evidence": {
        "vary": "RSC, Next-Router-State-Tree, Next-Router-Prefetch, Next-Router-Segment-Prefetch"
      },
      "issue": "Markdown negotiation is missing Vary: Accept; current Vary header is \"RSC, Next-Router-State-Tree, Next-Router-Prefetch, Next-Router-Segment-Prefetch\".",
      "howToFix": "Add Vary: Accept on negotiated Markdown responses so shared caches keep HTML and Markdown variants separate."
    },
    {
      "id": "markdown-content",
      "title": "Structured Markdown body",
      "status": "fail",
      "evidence": {
        "valid": false,
        "hasHeading": false,
        "wordCount": 40675,
        "excerpt": "<!DOCTYPE html><html lang=\"en\"><head><meta charSet=\"utf-8\"/><meta name=\"viewport\" content=\"width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no\"/><link rel=\"preload\" as=\"image\" imageSrcSet=\"https://images.ctfassets.net/jtq",
        "issue": "Markdown response is missing a heading."
      },
      "issue": "Markdown response is missing a heading.",
      "howToFix": "Return Markdown with at least one heading and substantive page content, including useful links or instructions for agents."
    }
  ]
}

AI DiscoverabilityContent ReadinessEstablished

Semantic HTML

Semantic HTML is missing or incomplete.

25 Fail

Needs attention

Semantic HTML

Failed check
01

Issue

Semantic HTML is incomplete: skipped heading levels; 13 links missing accessible names.

Details

02

Why it matters

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

Check name

Semantic HTML

Score

0/100

Status

fail

Category

Content Readiness

Maturity

Established

Goal

Expose readable page structure through semantic HTML and accessible controls.

Result

Semantic HTML is missing or incomplete.

Evidence
{
  "main": true,
  "nav": true,
  "footer": true,
  "meaningfulH1": true,
  "headingOrder": false,
  "accessibleLinks": false,
  "accessibleButtons": true,
  "imageAltCoverage": true,
  "formAutocompleteCoverage": true,
  "details": {
    "inaccessibleLinks": [
      "<a data-text href=\"/case-studies/kraft-heinz/\"><img alt loading=\"eager\" width=\"100\" height=\"40\" decoding=\"async\" data-nimg=\"1\" class=\"logo_metric_logo__GnOUU\" style=\"color:transparent;object-fit:contain\" src=\"//images-www.contentful.com/jtqsy5pye0zd/33JH7WZCZMUcPBCbW92T3C/1890e378fc90dd6396348114a0b2f6f8/Kraft_Heinz-centered.svg\"><span class=\"hide-text\"></span></a>",
      "<a class=\"mobile_footer_link__Gdqbs\" target=\"_blank\" data-text=\"Instagram\" href=\"https://www.instagram.com/contentful.inc/\"><span class=\"icon_icon__Lg8DM icon_icon24__sQj6u mobile_footer_icon__zjN96\"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 256 256\" aria-hidden=\"true\"><path d=\"M128 80a48 48 0 1048 48 48.05 48.05 0 00-48-48zm0 80a32 32 0 1132-32 32 32 0 01-32 32zm48-136H80a56.06 56.06 0 00-56 56v96a56.06 56.06 0 0056 56h96a56.06 56.06 0 0056-56V80a56.06 56.06 0 00-56-56zm40 152a40 40 ",
      "<a class=\"mobile_footer_link__Gdqbs\" target=\"_blank\" data-text=\"Github\" href=\"https://github.com/contentful/\"><span class=\"icon_icon__Lg8DM icon_icon24__sQj6u mobile_footer_icon__zjN96\"><svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 24 25\" aria-hidden=\"true\"><g clip-path=\"url(#github-logo_svg__clip0_1_11)\"><path fill=\"#000\" d=\"M19.53 7.595a5.605 5.605 0 00-.505-4.47.75.75 0 00-.65-.375 5.601 5.601 0 00-4.5 2.25h-2.25a5.602 5.602 0 00-4.5-2.25.75.75 0 00-.65.375 5.604 5.604 0 00",
      "<a class=\"mobile_footer_link__Gdqbs\" target=\"_blank\" data-text=\"x\" href=\"https://x.com/contentful/\"><span class=\"icon_icon__Lg8DM icon_icon24__sQj6u mobile_footer_icon__zjN96\"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 256 256\" aria-hidden=\"true\"><path d=\"M214.75 211.71l-62.6-98.38 61.77-67.95a8 8 0 00-11.84-10.76l-58.84 64.72-40.49-63.63A8 8 0 0096 32H48a8 8 0 00-6.75 12.3l62.6 98.37-61.77 68a8 8 0 1011.84 10.76l58.84-64.72 40.49 63.63A8 8 0 00160 224h48a8 8 0 006.75-12.29zM164.39 208",
      "<a class=\"mobile_footer_link__Gdqbs\" target=\"_blank\" data-text=\"Youtube\" href=\"https://www.youtube.com/c/Contentfulinc\"><span class=\"icon_icon__Lg8DM icon_icon24__sQj6u mobile_footer_icon__zjN96\"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 256 256\" aria-hidden=\"true\"><path d=\"M164.44 121.34l-48-32A8 8 0 00104 96v64a8 8 0 0012.44 6.66l48-32a8 8 0 000-13.32zM120 145.05V111l25.58 17zm114.33-75.53a24 24 0 00-14.49-16.4C185.56 39.88 131 40 128 40s-57.56-.12-91.84 13.12a24 24 0 00-14.49 16.4C",
      "<a class=\"mobile_footer_link__Gdqbs\" target=\"_blank\" data-text=\"Linkedin\" href=\"https://www.linkedin.com/company/contentful/\"><span class=\"icon_icon__Lg8DM icon_icon24__sQj6u mobile_footer_icon__zjN96\"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 256 256\" aria-hidden=\"true\"><path d=\"M216 24H40a16 16 0 00-16 16v176a16 16 0 0016 16h176a16 16 0 0016-16V40a16 16 0 00-16-16zm0 192H40V40h176v176zM96 112v64a8 8 0 01-16 0v-64a8 8 0 0116 0zm88 28v36a8 8 0 01-16 0v-36a20 20 0 00-40 0v36a8 8 0 01-1",
      "<a class=\"mobile_footer_link__Gdqbs\" target=\"_blank\" data-text=\"RSS\" href=\"/developers/changelog.rss \"><span class=\"icon_icon__Lg8DM icon_icon24__sQj6u mobile_footer_icon__zjN96\"><svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 24 24\" aria-hidden=\"true\"><path fill=\"currentColor\" d=\"M21 18a.75.75 0 11-1.5 0c0-7.444-6.056-13.5-13.5-13.5A.75.75 0 016 3c8.27 0 15 6.73 15 15zM6 9.75a.75.75 0 000 1.5A6.758 6.758 0 0112.75 18a.75.75 0 101.5 0A8.26 8.26 0 006 9.75zm.375 6.75a1.125 1.125 ",
      "<a class=\"footer_link__bkRpI\" data-text=\"Instagram\" target=\"_blank\" href=\"https://www.instagram.com/contentful.inc/\"><span class=\"icon_icon__Lg8DM icon_icon24__sQj6u footer_icon__qVGhl\"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 256 256\" aria-hidden=\"true\"><path d=\"M128 80a48 48 0 1048 48 48.05 48.05 0 00-48-48zm0 80a32 32 0 1132-32 32 32 0 01-32 32zm48-136H80a56.06 56.06 0 00-56 56v96a56.06 56.06 0 0056 56h96a56.06 56.06 0 0056-56V80a56.06 56.06 0 00-56-56zm40 152a40 40 0 01-40 40H80a",
      "<a class=\"footer_link__bkRpI\" data-text=\"Github\" target=\"_blank\" href=\"https://github.com/contentful/\"><span class=\"icon_icon__Lg8DM icon_icon24__sQj6u footer_icon__qVGhl\"><svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 24 25\" aria-hidden=\"true\"><g clip-path=\"url(#github-logo_svg__clip0_1_11)\"><path fill=\"#000\" d=\"M19.53 7.595a5.605 5.605 0 00-.505-4.47.75.75 0 00-.65-.375 5.601 5.601 0 00-4.5 2.25h-2.25a5.602 5.602 0 00-4.5-2.25.75.75 0 00-.65.375 5.604 5.604 0 00-.504 4.47 5.4",
      "<a class=\"footer_link__bkRpI\" data-text=\"x\" target=\"_blank\" href=\"https://x.com/contentful/\"><span class=\"icon_icon__Lg8DM icon_icon24__sQj6u footer_icon__qVGhl\"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 256 256\" aria-hidden=\"true\"><path d=\"M214.75 211.71l-62.6-98.38 61.77-67.95a8 8 0 00-11.84-10.76l-58.84 64.72-40.49-63.63A8 8 0 0096 32H48a8 8 0 00-6.75 12.3l62.6 98.37-61.77 68a8 8 0 1011.84 10.76l58.84-64.72 40.49 63.63A8 8 0 00160 224h48a8 8 0 006.75-12.29zM164.39 208L62.57 48h29l1",
      "<a class=\"footer_link__bkRpI\" data-text=\"Youtube\" target=\"_blank\" href=\"https://www.youtube.com/c/Contentfulinc\"><span class=\"icon_icon__Lg8DM icon_icon24__sQj6u footer_icon__qVGhl\"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 256 256\" aria-hidden=\"true\"><path d=\"M164.44 121.34l-48-32A8 8 0 00104 96v64a8 8 0 0012.44 6.66l48-32a8 8 0 000-13.32zM120 145.05V111l25.58 17zm114.33-75.53a24 24 0 00-14.49-16.4C185.56 39.88 131 40 128 40s-57.56-.12-91.84 13.12a24 24 0 00-14.49 16.4C19.08 79.5 16 ",
      "<a class=\"footer_link__bkRpI\" data-text=\"Linkedin\" target=\"_blank\" href=\"https://www.linkedin.com/company/contentful/\"><span class=\"icon_icon__Lg8DM icon_icon24__sQj6u footer_icon__qVGhl\"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 256 256\" aria-hidden=\"true\"><path d=\"M216 24H40a16 16 0 00-16 16v176a16 16 0 0016 16h176a16 16 0 0016-16V40a16 16 0 00-16-16zm0 192H40V40h176v176zM96 112v64a8 8 0 01-16 0v-64a8 8 0 0116 0zm88 28v36a8 8 0 01-16 0v-36a20 20 0 00-40 0v36a8 8 0 01-16 0v-64a8 8 0 ",
      "<a class=\"footer_link__bkRpI\" data-text=\"RSS\" target=\"_blank\" href=\"/developers/changelog.rss \"><span class=\"icon_icon__Lg8DM icon_icon24__sQj6u footer_icon__qVGhl\"><svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 24 24\" aria-hidden=\"true\"><path fill=\"currentColor\" d=\"M21 18a.75.75 0 11-1.5 0c0-7.444-6.056-13.5-13.5-13.5A.75.75 0 016 3c8.27 0 15 6.73 15 15zM6 9.75a.75.75 0 000 1.5A6.758 6.758 0 0112.75 18a.75.75 0 101.5 0A8.26 8.26 0 006 9.75zm.375 6.75a1.125 1.125 0 100 2.25 1.1"
    ],
    "inaccessibleButtons": [],
    "missingAutocompleteInputs": [],
    "imagesMissingAlt": [
      "<img src=\"https://ad.ipredictive.com/d/track/event?upid=110873&amp;url=https%3A%2F%2Fwww.contentful.com%2F&amp;p1=ctfl_page_view&amp;cache_buster=[timestamp]&amp;ps=2\" style=\"display:none\" width=\"1\" height=\"1\">"
    ],
    "skippedHeadingLevels": [
      "h1: Sorry, content chaos — your time’s up",
      "h4: 78% increased CVR via personalization",
      "h4: 20+ languages supported",
      "h4: 10x increase in content production",
      "h4: 5 min release cycles down from 2 weeks",
      "h2: Bring order to your content, and impact to your campaigns",
      "h4: Modular content, max impact",
      "h4: AI that's actually on-brand",
      "h4: Personalization made simple",
      "h4: \"Contentful has the capabilities to power and personalize content across customer touchpoints — from kiosks to digital menu boards in the drive-thru. Whether it's one customer looking for a double stacked tower or a family of six ordering buckets, Contentful allows us to deliver relevant content \"",
      "h4: \"To be successful, we needed to scale personalized experiences to global audiences. Contentful’s flexible, extensible DXP allows us to build compelling digital experiences for varied personas and experiment with AI tools that expedite our processes.\"",
      "h4: \"Contentful is like a magnet. It’s really brought us together — marketing, product, engineering. We’re able to go after the blue-sky ideas that sort of demand a stronger cross-functional relationship.\"",
      "h2: Content that works harder, so you can work smarter",
      "h4: More content, more meaningful results",
      "h4: Generate, translate, and personalize content in seconds using contextual AI",
      "h4: Drive higher omnichannel engagement across multiple brands, products, and regions",
      "h4: Measure and optimize performance at the component level",
      "h2: See how brands are building personalized experiences",
      "h3: Ruggable rolls out an efficient way to manage Black Friday and personalization with Contentful",
      "h2: One dynamic content platform, infinite possibilities.",
      "h4: Manage content",
      "h4: Personalize for users",
      "h4: Create smarter content",
      "h4: Design experiences",
      "h4: Take action with insights",
      "h4: All your content, under control",
      "h2: With every team aligned, your impact shines",
      "h4: Growth Marketing",
      "h4: Product",
      "h4: Developers",
      "h4: No-code personalization",
      "h4: Optimize campaigns on the fly",
      "h4: Centralized content management",
      "h4: Faster workflows",
      "h2: Our experts will turn your “can we?” into “we totally did”",
      "h4: Professional Services",
      "h4: Customer Success",
      "h4: Partnerships",
      "h2: Contentful resources to power your digital experiences",
      "h3: Enhancing the digital customer experience: Proven strategies for success",
      "h4: Cutting through content chaos with AI",
      "h4: Contentful leaders on what’s to come in 2025: Leveraging AI to create digital experiences that customers expect",
      "h4: How AI is powering personalized experiences customers expect",
      "h3: Leading brands vibe with Contentful",
      "h2: Your experiences should wow, not wait. Let's talk."
    ]
  },
  "counts": {
    "h1": 1,
    "headings": 45,
    "links": 158,
    "inaccessibleLinks": 13,
    "buttons": 41,
    "inaccessibleButtons": 0,
    "images": 111,
    "imagesWithAlt": 110,
    "autocompleteInputs": 0,
    "inputsWithAutocomplete": 0,
    "missingAutocompleteInputs": 0
  }
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

AIO: Source and trust signals

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

9 Fail

Needs attention

AIO: Source and trust signals

Failed check
01

Issue

Missing AIO trust signals: author, publisher, freshnessDate.

Details

02

Why it matters

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

Check name

AIO: Source and trust signals

Score

40/100

Status

fail

Category

GEO, AIO & AEO

Maturity

Emerging recommendation

Goal

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

Result

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

Evidence
{
  "signals": {
    "author": false,
    "publisher": false,
    "freshnessDate": false,
    "aboutOrContact": true,
    "policyLinks": true
  },
  "missing": [
    "author",
    "publisher",
    "freshnessDate"
  ],
  "authorMeta": "",
  "schemaAuthors": [],
  "schemaPublishers": [],
  "schemaDates": [],
  "visibleDates": [],
  "aboutLinks": [
    {
      "href": "/about-us/",
      "text": "About us",
      "html": "<a class=\"mobile_footer_accordionItem__s6PM5\" data-text=\"About us\" href=\"/about-us/\"><p class=\"typography_paragraph03__hcta_\">About us</p></a>"
    },
    {
      "href": "https://www.linkedin.com/company/contentful/",
      "text": "",
      "html": "<a class=\"mobile_footer_link__Gdqbs\" target=\"_blank\" data-text=\"Linkedin\" href=\"https://www.linkedin.com/company/contentful/\"><span class=\"icon_icon__Lg8DM icon_icon24__sQj6u mobile_footer_icon__zjN96\"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 256 256\" aria-hidden=\"true\"><path d=\"M216 24H40a16 16 0 00-16 16v176a16 16 0 0016 16h176a16 16 0 0016-16V40a16 16 0 00-16-16zm0 192H40V40h176v176zM96 112v64a8 8 0 01-16 0v-64a8 8 0 0116 0zm88 28v36a8 8 0 01-16 0v-36a20 20 0 00-40 0v36a8 8 0 0..."
    },
    {
      "href": "/about-us/",
      "text": "About us",
      "html": "<a class=\"footer_link__bkRpI\" data-text=\"About us\" href=\"/about-us/\"><p class=\"typography_paragraph03__hcta_\">About us</p></a>"
    },
    {
      "href": "https://www.linkedin.com/company/contentful/",
      "text": "",
      "html": "<a class=\"footer_link__bkRpI\" data-text=\"Linkedin\" target=\"_blank\" href=\"https://www.linkedin.com/company/contentful/\"><span class=\"icon_icon__Lg8DM icon_icon24__sQj6u footer_icon__qVGhl\"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 256 256\" aria-hidden=\"true\"><path d=\"M216 24H40a16 16 0 00-16 16v176a16 16 0 0016 16h176a16 16 0 0016-16V40a16 16 0 00-16-16zm0 192H40V40h176v176zM96 112v64a8 8 0 01-16 0v-64a8 8 0 0116 0zm88 28v36a8 8 0 01-16 0v-36a20 20 0 00-40 0v36a8 8 0 01-16 0v-64a8 8..."
    }
  ],
  "contactLinks": [
    {
      "href": "/contact/sales/",
      "text": "Contact sales",
      "html": "<a class=\"nav_bar_getStartedButton__6jOTA\" data-text=\"Contact sales\" data-component=\"button_0\" href=\"/contact/sales/\"><div class=\"button_markup_root__sACGr button_markup_secondary__F_qxS button_markup_small__RlJom\"><span class=\"typography_label__20rrV typography_label03__WZ6Pz\">Contact sales</span></div></a>"
    },
    {
      "href": "/solutions/support-portal-knowledge-base/",
      "text": "Knowledge baseFAQs, intranets & more",
      "html": "<a class=\"nav_item_container__EiPAy\" data-text=\" main nav: Solutions - sub nav: Knowledge base\" href=\"/solutions/support-portal-knowledge-base/\"><div class=\"nav_item_titleWrapper__g9nru\"><img alt=\"knowledge-base\" loading=\"lazy\" width=\"20\" height=\"20\" decoding=\"async\" data-nimg=\"1\" class=\"nav_item_icon__twjYl\" style=\"color:transparent\" srcset=\"https://images.ctfassets.net/jtqsy5pye0zd/6eG3zgZZOVmIwbOEE2IYTr/7b336e18606daae5a8651a6d41df533a/Menu_item_Use_Cases_-_Knowledge_base.svg 1x, https://i..."
    },
    {
      "href": "/help/",
      "text": "Help CenterWe've got your back",
      "html": "<a class=\"nav_item_container__EiPAy\" data-text=\" main nav: Resources - sub nav: Help Center\" href=\"/help/\"><div class=\"nav_item_titleWrapper__g9nru\"><img alt=\"messages-bubble-question\" loading=\"lazy\" width=\"20\" height=\"20\" decoding=\"async\" data-nimg=\"1\" class=\"nav_item_icon__twjYl\" style=\"color:transparent\" srcset=\"https://images.ctfassets.net/jtqsy5pye0zd/UXvJzHdroi3Mi3QhRqhe2/3d3dc4cb6cac081977ff172db66a5bfb/Menu_item_Resources_-_Help_Center.svg 1x, https://images.ctfassets.net/jtqsy5pye0zd..."
    },
    {
      "href": "/services/",
      "text": "Support servicesOur teams are here to help you get more value out of Contentful.",
      "html": "<a class=\"nav_item_with_image_container__jDeRw nav_item_with_image_containerLink__1XrlK\" data-text=\"main nav: Resources - promo card: Support services\" href=\"/services/\"><div class=\"nav_item_with_image_textImgWrapper__SiEr8\"><div class=\"nav_item_with_image_mobileImage__QNuhk\"><img alt=\"resources-promo-mobile\" loading=\"lazy\" width=\"80\" height=\"80\" decoding=\"async\" data-nimg=\"1\" class=\"nav_item_with_image_image__eKE_d\" style=\"color:transparent\" srcset=\"https://images-www.contentful.com/jtqsy5py..."
    },
    {
      "href": "/partners/",
      "text": "OverviewYour growing support system",
      "html": "<a class=\"nav_item_container__EiPAy\" data-text=\" main nav: Partners - sub nav: Overview\" href=\"/partners/\"><div class=\"nav_item_titleWrapper__g9nru\"><img alt=\"people-network\" loading=\"lazy\" width=\"20\" height=\"20\" decoding=\"async\" data-nimg=\"1\" class=\"nav_item_icon__twjYl\" style=\"color:transparent\" srcset=\"https://images.ctfassets.net/jtqsy5pye0zd/4T2LtnsYOJEwCUzJjoRgpy/9334fbf5680e43a3cf5c6a96feb8ca1d/Menu_item_Partners_-_Overview.svg 1x, https://images.ctfassets.net/jtqsy5pye0zd/4T2LtnsYOJEw..."
    },
    {
      "href": "/contact/sales/",
      "text": "Contact sales",
      "html": "<a class=\"nav_panel_mobile_button__TXnqj\" data-text=\"Contact sales\" href=\"/contact/sales/\">Contact sales</a>"
    },
    {
      "href": "/services/professional-services/",
      "text": "Professional ServicesWith 24/7 support and 99.99% uptime SLA, get tailored solutions that fit your business needs. From setup to customization, our experts ensure you can hit the ground running.",
      "html": "<a class=\"copy_block_link__bsyzV\" data-text=\"Professional Services\" href=\"/services/professional-services/\"><div class=\"copy_block_rootContainer__GVl78\" data-component=\"copy_block\"><div class=\"copy_block_container__BcpwE\"><img alt aria-hidden=\"true\" loading=\"lazy\" width=\"32\" height=\"32\" decoding=\"async\" data-nimg=\"1\" class=\"copy_block_icon__pXzlC\" sizes=\"64px\" srcset=\"https://images-www.contentful.com/jtqsy5pye0zd/4AAovU2XTT5Fj9WFhCN9ed/c588f3d638aa65f0185024189b1fa195/Handshake.svg 16w, http..."
    },
    {
      "href": "/services/customer-success/",
      "text": "Customer SuccessGet matched with our dedicated success team to ensure you’re always supported and getting the results you want. We provide ongoing training, insights, and hands-on help to keep you ahead of the curve.",
      "html": "<a class=\"copy_block_link__bsyzV\" data-text=\"Customer Success\" href=\"/services/customer-success/\"><div class=\"copy_block_rootContainer__GVl78\" data-component=\"copy_block\"><div class=\"copy_block_container__BcpwE\"><img alt=\"Launch icon\" aria-hidden=\"true\" loading=\"lazy\" width=\"32\" height=\"32\" decoding=\"async\" data-nimg=\"1\" class=\"copy_block_icon__pXzlC\" sizes=\"64px\" srcset=\"https://images-www.contentful.com/jtqsy5pye0zd/4g5WiX4o2Ev1g65HqpUGkn/ae859a5f8ae21c6123726e731eb69438/Launch.svg 16w, htt..."
    },
    {
      "href": "/partners/",
      "text": "PartnershipsFor seamless integrations, custom solutions, or expert support, our ecosystem of trusted partners gives you the flexibility to create, launch, and optimize every experience.",
      "html": "<a class=\"copy_block_link__bsyzV\" data-text=\"Partnerships\" href=\"/partners/\"><div class=\"copy_block_rootContainer__GVl78\" data-component=\"copy_block\"><div class=\"copy_block_container__BcpwE\"><img alt aria-hidden=\"true\" loading=\"lazy\" width=\"32\" height=\"32\" decoding=\"async\" data-nimg=\"1\" class=\"copy_block_icon__pXzlC\" sizes=\"64px\" srcset=\"https://images-www.contentful.com/jtqsy5pye0zd/5PykyOsz5ZFClA8acY5gC7/8ed0b86322151e64edc8a7bd7595ab4b/partnerships.svg 16w, https://images-www.contentful.co..."
    },
    {
      "href": "/contact/sales/",
      "text": "Chat with salesLearn how Contentful can help your business manage content chaos, once and for all, and set you up for future success.",
      "html": "<a class=\"card_wrapper_root__OsMtq basic_card_root__1dT2_ card_wrapper_transparentBorder__fAAWm card_wrapper_clickable__S7zmX\" data-text=\"Chat with sales\" data-nt-component-id=\"66la1YtR2nPYAktHtJ3to\" data-component=\"basic_card\" href=\"/contact/sales/\" data-nt-component-name=\"basic_card\"><p class=\"typography_heading__msTWL typography_heading04__PFAbm basic_card_title__bUXi6\">Chat with sales</p><p class=\"typography_paragraph02__wtIHI basic_card_description__lxhJ7\">Learn how Contentful can help y..."
    },
    {
      "href": "/partners/get-started/",
      "text": "Work with a partnerContentful’s extensive partner ecosystem is ready to help your brand build, launch, and ship websites and content faster.",
      "html": "<a class=\"card_wrapper_root__OsMtq basic_card_root__1dT2_ card_wrapper_transparentBorder__fAAWm card_wrapper_clickable__S7zmX\" data-text=\"Work with a partner\" data-nt-component-id=\"10JZ87PVq2FIA38KBWNafb\" data-component=\"basic_card\" href=\"/partners/get-started/\" data-nt-component-name=\"basic_card\"><p class=\"typography_heading__msTWL typography_heading04__PFAbm basic_card_title__bUXi6\">Work with a partner</p><p class=\"typography_paragraph02__wtIHI basic_card_description__lxhJ7\">Contentful&#x20..."
    },
    {
      "href": "/help/",
      "text": "Help Center",
      "html": "<a class=\"mobile_footer_accordionItem__s6PM5\" data-text=\"Help Center\" href=\"/help/\"><p class=\"typography_paragraph03__hcta_\">Help Center</p></a>"
    },
    {
      "href": "/help/faq/",
      "text": "FAQs",
      "html": "<a class=\"mobile_footer_accordionItem__s6PM5\" data-text=\"FAQs\" href=\"/help/faq/\"><p class=\"typography_paragraph03__hcta_\">FAQs</p></a>"
    },
    {
      "href": "/contact/",
      "text": "Contact",
      "html": "<a class=\"mobile_footer_accordionItem__s6PM5\" data-text=\"Contact\" href=\"/contact/\"><p class=\"typography_paragraph03__hcta_\">Contact</p></a>"
    },
    {
      "href": "/support/",
      "text": "Support",
      "html": "<a class=\"mobile_footer_accordionItem__s6PM5\" data-text=\"Support\" href=\"/support/\"><p class=\"typography_paragraph03__hcta_\">Support</p></a>"
    },
    {
      "href": "/help/",
      "text": "Help Center",
      "html": "<a class=\"footer_link__bkRpI\" data-text=\"Help Center\" href=\"/help/\"><p class=\"typography_paragraph03__hcta_\">Help Center</p></a>"
    },
    {
      "href": "/help/faq/",
      "text": "FAQs",
      "html": "<a class=\"footer_link__bkRpI\" data-text=\"FAQs\" href=\"/help/faq/\"><p class=\"typography_paragraph03__hcta_\">FAQs</p></a>"
    },
    {
      "href": "/contact/",
      "text": "Contact",
      "html": "<a class=\"footer_link__bkRpI\" data-text=\"Contact\" href=\"/contact/\"><p class=\"typography_paragraph03__hcta_\">Contact</p></a>"
    },
    {
      "href": "/support/",
      "text": "Support",
      "html": "<a class=\"footer_link__bkRpI\" data-text=\"Support\" href=\"/support/\"><p class=\"typography_paragraph03__hcta_\">Support</p></a>"
    },
    {
      "href": "/help/accessibility-statement/",
      "text": "Accessibility Statement",
      "html": "<a class=\"footer_secondaryLink__rcNz_\" data-text=\"Accessibility Statement\" href=\"/help/accessibility-statement/\"><p class=\"typography_paragraph03__hcta_\">Accessibility Statement</p></a>"
    }
  ],
  "privacyLinks": [
    {
      "href": "/legal/privacy-at-contentful/cookie-notice/",
      "text": "Cookie Policy",
      "html": "<a rel=\"noopener\" tabindex=\"0\" href=\"/legal/privacy-at-contentful/cookie-notice/\" target=\"_blank\" class=\" osano-cm-storage-policy osano-cm-content__link osano-cm-link \" aria-describedby=\"osano-cm-aria.newWindow\"><!--?lit$177474264$-->Cookie Policy</a>"
    },
    {
      "href": "/legal/privacy-at-contentful/privacy-notice/",
      "text": "Privacy Policy",
      "html": "<a rel=\"noopener\" tabindex=\"0\" href=\"/legal/privacy-at-contentful/privacy-notice/\" target=\"_blank\" class=\" osano-cm-additional-link osano-cm-content__link osano-cm-link \" aria-describedby=\"osano-cm-aria.newWindow\"><!--?lit$177474264$-->Privacy Policy</a>"
    },
    {
      "href": "/legal/privacy-at-contentful/privacy-notice/",
      "text": "Privacy",
      "html": "<a class=\"footer_secondaryLink__rcNz_\" data-text=\"Privacy\" href=\"/legal/privacy-at-contentful/privacy-notice/\"><p class=\"typography_paragraph03__hcta_\">Privacy</p></a>"
    },
    {
      "href": "https://preferences.contentful.com/",
      "text": "Your Privacy Choices",
      "html": "<a class=\"footer_secondaryLink__rcNz_\" data-text=\"Your Privacy Choices\" href=\"https://preferences.contentful.com/\"><p class=\"typography_paragraph03__hcta_\">Your Privacy Choices</p></a>"
    }
  ],
  "score": 40,
  "weight": 20
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

AEO: Answer evidence and trust

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

5 Fail

Needs attention

AEO: Answer evidence and trust

Failed check
01

Issue

Missing AIO trust signals: author, publisher, freshnessDate.

Details

02

Why it matters

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

Check name

AEO: Answer evidence and trust

Score

40/100

Status

fail

Category

GEO, AIO & AEO

Maturity

Emerging recommendation

Goal

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

Result

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

Evidence
{
  "signals": {
    "author": false,
    "publisher": false,
    "freshnessDate": false,
    "aboutOrContact": true,
    "policyLinks": true
  },
  "missing": [
    "author",
    "publisher",
    "freshnessDate"
  ],
  "authorMeta": "",
  "schemaAuthors": [],
  "schemaPublishers": [],
  "schemaDates": [],
  "visibleDates": [],
  "aboutLinks": [
    {
      "href": "/about-us/",
      "text": "About us",
      "html": "<a class=\"mobile_footer_accordionItem__s6PM5\" data-text=\"About us\" href=\"/about-us/\"><p class=\"typography_paragraph03__hcta_\">About us</p></a>"
    },
    {
      "href": "https://www.linkedin.com/company/contentful/",
      "text": "",
      "html": "<a class=\"mobile_footer_link__Gdqbs\" target=\"_blank\" data-text=\"Linkedin\" href=\"https://www.linkedin.com/company/contentful/\"><span class=\"icon_icon__Lg8DM icon_icon24__sQj6u mobile_footer_icon__zjN96\"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 256 256\" aria-hidden=\"true\"><path d=\"M216 24H40a16 16 0 00-16 16v176a16 16 0 0016 16h176a16 16 0 0016-16V40a16 16 0 00-16-16zm0 192H40V40h176v176zM96 112v64a8 8 0 01-16 0v-64a8 8 0 0116 0zm88 28v36a8 8 0 01-16 0v-36a20 20 0 00-40 0v36a8 8 0 0..."
    },
    {
      "href": "/about-us/",
      "text": "About us",
      "html": "<a class=\"footer_link__bkRpI\" data-text=\"About us\" href=\"/about-us/\"><p class=\"typography_paragraph03__hcta_\">About us</p></a>"
    },
    {
      "href": "https://www.linkedin.com/company/contentful/",
      "text": "",
      "html": "<a class=\"footer_link__bkRpI\" data-text=\"Linkedin\" target=\"_blank\" href=\"https://www.linkedin.com/company/contentful/\"><span class=\"icon_icon__Lg8DM icon_icon24__sQj6u footer_icon__qVGhl\"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 256 256\" aria-hidden=\"true\"><path d=\"M216 24H40a16 16 0 00-16 16v176a16 16 0 0016 16h176a16 16 0 0016-16V40a16 16 0 00-16-16zm0 192H40V40h176v176zM96 112v64a8 8 0 01-16 0v-64a8 8 0 0116 0zm88 28v36a8 8 0 01-16 0v-36a20 20 0 00-40 0v36a8 8 0 01-16 0v-64a8 8..."
    }
  ],
  "contactLinks": [
    {
      "href": "/contact/sales/",
      "text": "Contact sales",
      "html": "<a class=\"nav_bar_getStartedButton__6jOTA\" data-text=\"Contact sales\" data-component=\"button_0\" href=\"/contact/sales/\"><div class=\"button_markup_root__sACGr button_markup_secondary__F_qxS button_markup_small__RlJom\"><span class=\"typography_label__20rrV typography_label03__WZ6Pz\">Contact sales</span></div></a>"
    },
    {
      "href": "/solutions/support-portal-knowledge-base/",
      "text": "Knowledge baseFAQs, intranets & more",
      "html": "<a class=\"nav_item_container__EiPAy\" data-text=\" main nav: Solutions - sub nav: Knowledge base\" href=\"/solutions/support-portal-knowledge-base/\"><div class=\"nav_item_titleWrapper__g9nru\"><img alt=\"knowledge-base\" loading=\"lazy\" width=\"20\" height=\"20\" decoding=\"async\" data-nimg=\"1\" class=\"nav_item_icon__twjYl\" style=\"color:transparent\" srcset=\"https://images.ctfassets.net/jtqsy5pye0zd/6eG3zgZZOVmIwbOEE2IYTr/7b336e18606daae5a8651a6d41df533a/Menu_item_Use_Cases_-_Knowledge_base.svg 1x, https://i..."
    },
    {
      "href": "/help/",
      "text": "Help CenterWe've got your back",
      "html": "<a class=\"nav_item_container__EiPAy\" data-text=\" main nav: Resources - sub nav: Help Center\" href=\"/help/\"><div class=\"nav_item_titleWrapper__g9nru\"><img alt=\"messages-bubble-question\" loading=\"lazy\" width=\"20\" height=\"20\" decoding=\"async\" data-nimg=\"1\" class=\"nav_item_icon__twjYl\" style=\"color:transparent\" srcset=\"https://images.ctfassets.net/jtqsy5pye0zd/UXvJzHdroi3Mi3QhRqhe2/3d3dc4cb6cac081977ff172db66a5bfb/Menu_item_Resources_-_Help_Center.svg 1x, https://images.ctfassets.net/jtqsy5pye0zd..."
    },
    {
      "href": "/services/",
      "text": "Support servicesOur teams are here to help you get more value out of Contentful.",
      "html": "<a class=\"nav_item_with_image_container__jDeRw nav_item_with_image_containerLink__1XrlK\" data-text=\"main nav: Resources - promo card: Support services\" href=\"/services/\"><div class=\"nav_item_with_image_textImgWrapper__SiEr8\"><div class=\"nav_item_with_image_mobileImage__QNuhk\"><img alt=\"resources-promo-mobile\" loading=\"lazy\" width=\"80\" height=\"80\" decoding=\"async\" data-nimg=\"1\" class=\"nav_item_with_image_image__eKE_d\" style=\"color:transparent\" srcset=\"https://images-www.contentful.com/jtqsy5py..."
    },
    {
      "href": "/partners/",
      "text": "OverviewYour growing support system",
      "html": "<a class=\"nav_item_container__EiPAy\" data-text=\" main nav: Partners - sub nav: Overview\" href=\"/partners/\"><div class=\"nav_item_titleWrapper__g9nru\"><img alt=\"people-network\" loading=\"lazy\" width=\"20\" height=\"20\" decoding=\"async\" data-nimg=\"1\" class=\"nav_item_icon__twjYl\" style=\"color:transparent\" srcset=\"https://images.ctfassets.net/jtqsy5pye0zd/4T2LtnsYOJEwCUzJjoRgpy/9334fbf5680e43a3cf5c6a96feb8ca1d/Menu_item_Partners_-_Overview.svg 1x, https://images.ctfassets.net/jtqsy5pye0zd/4T2LtnsYOJEw..."
    },
    {
      "href": "/contact/sales/",
      "text": "Contact sales",
      "html": "<a class=\"nav_panel_mobile_button__TXnqj\" data-text=\"Contact sales\" href=\"/contact/sales/\">Contact sales</a>"
    },
    {
      "href": "/services/professional-services/",
      "text": "Professional ServicesWith 24/7 support and 99.99% uptime SLA, get tailored solutions that fit your business needs. From setup to customization, our experts ensure you can hit the ground running.",
      "html": "<a class=\"copy_block_link__bsyzV\" data-text=\"Professional Services\" href=\"/services/professional-services/\"><div class=\"copy_block_rootContainer__GVl78\" data-component=\"copy_block\"><div class=\"copy_block_container__BcpwE\"><img alt aria-hidden=\"true\" loading=\"lazy\" width=\"32\" height=\"32\" decoding=\"async\" data-nimg=\"1\" class=\"copy_block_icon__pXzlC\" sizes=\"64px\" srcset=\"https://images-www.contentful.com/jtqsy5pye0zd/4AAovU2XTT5Fj9WFhCN9ed/c588f3d638aa65f0185024189b1fa195/Handshake.svg 16w, http..."
    },
    {
      "href": "/services/customer-success/",
      "text": "Customer SuccessGet matched with our dedicated success team to ensure you’re always supported and getting the results you want. We provide ongoing training, insights, and hands-on help to keep you ahead of the curve.",
      "html": "<a class=\"copy_block_link__bsyzV\" data-text=\"Customer Success\" href=\"/services/customer-success/\"><div class=\"copy_block_rootContainer__GVl78\" data-component=\"copy_block\"><div class=\"copy_block_container__BcpwE\"><img alt=\"Launch icon\" aria-hidden=\"true\" loading=\"lazy\" width=\"32\" height=\"32\" decoding=\"async\" data-nimg=\"1\" class=\"copy_block_icon__pXzlC\" sizes=\"64px\" srcset=\"https://images-www.contentful.com/jtqsy5pye0zd/4g5WiX4o2Ev1g65HqpUGkn/ae859a5f8ae21c6123726e731eb69438/Launch.svg 16w, htt..."
    },
    {
      "href": "/partners/",
      "text": "PartnershipsFor seamless integrations, custom solutions, or expert support, our ecosystem of trusted partners gives you the flexibility to create, launch, and optimize every experience.",
      "html": "<a class=\"copy_block_link__bsyzV\" data-text=\"Partnerships\" href=\"/partners/\"><div class=\"copy_block_rootContainer__GVl78\" data-component=\"copy_block\"><div class=\"copy_block_container__BcpwE\"><img alt aria-hidden=\"true\" loading=\"lazy\" width=\"32\" height=\"32\" decoding=\"async\" data-nimg=\"1\" class=\"copy_block_icon__pXzlC\" sizes=\"64px\" srcset=\"https://images-www.contentful.com/jtqsy5pye0zd/5PykyOsz5ZFClA8acY5gC7/8ed0b86322151e64edc8a7bd7595ab4b/partnerships.svg 16w, https://images-www.contentful.co..."
    },
    {
      "href": "/contact/sales/",
      "text": "Chat with salesLearn how Contentful can help your business manage content chaos, once and for all, and set you up for future success.",
      "html": "<a class=\"card_wrapper_root__OsMtq basic_card_root__1dT2_ card_wrapper_transparentBorder__fAAWm card_wrapper_clickable__S7zmX\" data-text=\"Chat with sales\" data-nt-component-id=\"66la1YtR2nPYAktHtJ3to\" data-component=\"basic_card\" href=\"/contact/sales/\" data-nt-component-name=\"basic_card\"><p class=\"typography_heading__msTWL typography_heading04__PFAbm basic_card_title__bUXi6\">Chat with sales</p><p class=\"typography_paragraph02__wtIHI basic_card_description__lxhJ7\">Learn how Contentful can help y..."
    },
    {
      "href": "/partners/get-started/",
      "text": "Work with a partnerContentful’s extensive partner ecosystem is ready to help your brand build, launch, and ship websites and content faster.",
      "html": "<a class=\"card_wrapper_root__OsMtq basic_card_root__1dT2_ card_wrapper_transparentBorder__fAAWm card_wrapper_clickable__S7zmX\" data-text=\"Work with a partner\" data-nt-component-id=\"10JZ87PVq2FIA38KBWNafb\" data-component=\"basic_card\" href=\"/partners/get-started/\" data-nt-component-name=\"basic_card\"><p class=\"typography_heading__msTWL typography_heading04__PFAbm basic_card_title__bUXi6\">Work with a partner</p><p class=\"typography_paragraph02__wtIHI basic_card_description__lxhJ7\">Contentful&#x20..."
    },
    {
      "href": "/help/",
      "text": "Help Center",
      "html": "<a class=\"mobile_footer_accordionItem__s6PM5\" data-text=\"Help Center\" href=\"/help/\"><p class=\"typography_paragraph03__hcta_\">Help Center</p></a>"
    },
    {
      "href": "/help/faq/",
      "text": "FAQs",
      "html": "<a class=\"mobile_footer_accordionItem__s6PM5\" data-text=\"FAQs\" href=\"/help/faq/\"><p class=\"typography_paragraph03__hcta_\">FAQs</p></a>"
    },
    {
      "href": "/contact/",
      "text": "Contact",
      "html": "<a class=\"mobile_footer_accordionItem__s6PM5\" data-text=\"Contact\" href=\"/contact/\"><p class=\"typography_paragraph03__hcta_\">Contact</p></a>"
    },
    {
      "href": "/support/",
      "text": "Support",
      "html": "<a class=\"mobile_footer_accordionItem__s6PM5\" data-text=\"Support\" href=\"/support/\"><p class=\"typography_paragraph03__hcta_\">Support</p></a>"
    },
    {
      "href": "/help/",
      "text": "Help Center",
      "html": "<a class=\"footer_link__bkRpI\" data-text=\"Help Center\" href=\"/help/\"><p class=\"typography_paragraph03__hcta_\">Help Center</p></a>"
    },
    {
      "href": "/help/faq/",
      "text": "FAQs",
      "html": "<a class=\"footer_link__bkRpI\" data-text=\"FAQs\" href=\"/help/faq/\"><p class=\"typography_paragraph03__hcta_\">FAQs</p></a>"
    },
    {
      "href": "/contact/",
      "text": "Contact",
      "html": "<a class=\"footer_link__bkRpI\" data-text=\"Contact\" href=\"/contact/\"><p class=\"typography_paragraph03__hcta_\">Contact</p></a>"
    },
    {
      "href": "/support/",
      "text": "Support",
      "html": "<a class=\"footer_link__bkRpI\" data-text=\"Support\" href=\"/support/\"><p class=\"typography_paragraph03__hcta_\">Support</p></a>"
    },
    {
      "href": "/help/accessibility-statement/",
      "text": "Accessibility Statement",
      "html": "<a class=\"footer_secondaryLink__rcNz_\" data-text=\"Accessibility Statement\" href=\"/help/accessibility-statement/\"><p class=\"typography_paragraph03__hcta_\">Accessibility Statement</p></a>"
    }
  ],
  "privacyLinks": [
    {
      "href": "/legal/privacy-at-contentful/cookie-notice/",
      "text": "Cookie Policy",
      "html": "<a rel=\"noopener\" tabindex=\"0\" href=\"/legal/privacy-at-contentful/cookie-notice/\" target=\"_blank\" class=\" osano-cm-storage-policy osano-cm-content__link osano-cm-link \" aria-describedby=\"osano-cm-aria.newWindow\"><!--?lit$177474264$-->Cookie Policy</a>"
    },
    {
      "href": "/legal/privacy-at-contentful/privacy-notice/",
      "text": "Privacy Policy",
      "html": "<a rel=\"noopener\" tabindex=\"0\" href=\"/legal/privacy-at-contentful/privacy-notice/\" target=\"_blank\" class=\" osano-cm-additional-link osano-cm-content__link osano-cm-link \" aria-describedby=\"osano-cm-aria.newWindow\"><!--?lit$177474264$-->Privacy Policy</a>"
    },
    {
      "href": "/legal/privacy-at-contentful/privacy-notice/",
      "text": "Privacy",
      "html": "<a class=\"footer_secondaryLink__rcNz_\" data-text=\"Privacy\" href=\"/legal/privacy-at-contentful/privacy-notice/\"><p class=\"typography_paragraph03__hcta_\">Privacy</p></a>"
    },
    {
      "href": "https://preferences.contentful.com/",
      "text": "Your Privacy Choices",
      "html": "<a class=\"footer_secondaryLink__rcNz_\" data-text=\"Your Privacy Choices\" href=\"https://preferences.contentful.com/\"><p class=\"typography_paragraph03__hcta_\">Your Privacy Choices</p></a>"
    }
  ],
  "score": 40,
  "weight": 22
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

AEO: Answer-first sections

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

4 Warning

Needs attention

AEO: Answer-first sections

Warning
01

Issue

11 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": 11,
  "passing": 0,
  "failing": [
    {
      "heading": "Bring order to your content, and impact to your campaigns",
      "headingHtml": "<h2 class=\"typography_heading__msTWL typography_heading02__uof_Q title_titleCentered__uE8da\" id=\"richtxt-bring-order-to-your-content-and-impact-to-your-campaigns\" data-richheader=\"true\">Bring order to your content, and impact to your campaigns</h2>",
      "firstParagraph": "Move marketing campaigns faster than ever. Reuse, remix, and roll out content and design components effortlessly across multiple channels, brands, and regions.",
      "paragraphHtml": "<p class=\"typography_paragraph02__wtIHI copy_block_description__dJIEi\">Move marketing campaigns faster than ever. Reuse, remix, and roll out content and design components effortlessly across multiple channels, brands, and regions.</p>",
      "words": 22,
      "direct": false,
      "issue": "First paragraph is 22 words and does not look like a concise direct answer."
    },
    {
      "heading": "Content that works harder, so you can work smarter",
      "headingHtml": "<h2 class=\"typography_heading__msTWL typography_heading02__uof_Q title_headingText__USo67\" id=\"richtxt-content-that-works-harder-so-you-can-work-smarter\" data-richheader=\"true\">Content that works harder, so you can work smarter</h2>",
      "firstParagraph": "With Contentful’s composable, modular architecture, once you update a content component, it’s instantly updated everywhere.",
      "paragraphHtml": "<p class=\"typography_paragraph02__wtIHI\">With Contentful&#x2019;s composable, modular architecture, once you update a content component, it&#x2019;s instantly updated everywhere.</p>",
      "words": 17,
      "direct": false,
      "issue": "First paragraph is 17 words and does not look like a concise direct answer."
    },
    {
      "heading": "See how brands are building personalized experiences",
      "headingHtml": "<h2 class=\"typography_heading__msTWL typography_heading02__uof_Q\" id=\"richtxt-see-how-brands-are-building-personalized-experiences\" data-richheader=\"true\">See how brands are building personalized experiences</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Ruggable rolls out an efficient way to manage Black Friday and personalization with Contentful",
      "headingHtml": "<h3 class=\"typography_heading__msTWL typography_heading03__1YU58 case_study_title__cFUs7\">Ruggable rolls out an efficient way to manage Black Friday and personalization with Contentful</h3>",
      "firstParagraph": "25%",
      "paragraphHtml": "<p class=\"typography_heading__msTWL typography_heading01__QN0d1 metric_title__SP1CU\">25%</p>",
      "words": 1,
      "direct": false,
      "issue": "First paragraph is 1 words and does not look like a concise direct answer."
    },
    {
      "heading": "One dynamic content platform, infinite possibilities.",
      "headingHtml": "<h2 class=\"typography_heading__msTWL typography_heading02__uof_Q\" id=\"richtxt-one-dynamic-content-platform-infinite-possibilities-\" data-richheader=\"true\">One dynamic content platform, infinite possibilities.</h2>",
      "firstParagraph": "",
      "paragraphHtml": "<p class=\"typography_paragraph02__wtIHI icon_with_text_row_description__qYYDE\"></p>",
      "words": 0,
      "direct": false,
      "issue": "First paragraph is 0 words and does not look like a concise direct answer."
    },
    {
      "heading": "With every team aligned, your impact shines",
      "headingHtml": "<h2 class=\"typography_heading__msTWL typography_heading02__uof_Q\" id=\"richtxt-with-every-team-aligned-your-impact-shines\" data-richheader=\"true\">With every team aligned, your impact shines</h2>",
      "firstParagraph": "Move fast with no-code tools and optimization.",
      "paragraphHtml": "<p class=\"typography_paragraph02__wtIHI icon_with_text_row_description__qYYDE\">Move fast with no-code tools and optimization.</p>",
      "words": 7,
      "direct": false,
      "issue": "First paragraph is 7 words and does not look like a concise direct answer."
    },
    {
      "heading": "Our experts will turn your “can we?” into “we totally did”",
      "headingHtml": "<h2 class=\"typography_heading__msTWL typography_heading02__uof_Q\" id=\"richtxt-our-experts-will-turn-your-can-we-into-we-totally-did-\" data-richheader=\"true\">Our experts will turn your &#x201c;can we?&#x201d; into &#x201c;we totally did&#x201d;</h2>",
      "firstParagraph": "With 24/7 support and 99.99% uptime SLA, get tailored solutions that fit your business needs. From setup to customization, our experts ensure you can hit the ground running.",
      "paragraphHtml": "<p class=\"typography_paragraph02__wtIHI copy_block_description__dJIEi\">With 24/7 support and 99.99% uptime SLA, get tailored solutions that fit your business needs. From setup to customization, our experts ensure you can hit the ground running.</p>",
      "words": 30,
      "direct": false,
      "issue": "First paragraph is 30 words and does not look like a concise direct answer."
    },
    {
      "heading": "Contentful resources to power your digital experiences",
      "headingHtml": "<h2 class=\"typography_heading__msTWL typography_heading02__uof_Q\" id=\"richtxt-contentful-resources-to-power-your-digital-experiences\" data-richheader=\"true\">Contentful resources to power your digital experiences</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Enhancing the digital customer experience: Proven strategies for success",
      "headingHtml": "<h3 class=\"typography_heading__msTWL typography_heading03__1YU58 article_heading__rCDiW\">Enhancing the digital customer experience: Proven strategies for success</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Leading brands vibe with Contentful",
      "headingHtml": "<h3 class=\"typography_heading__msTWL typography_heading03__1YU58 title_titleCentered__uE8da\" id=\"richtxt-leading-brands-vibe-with-contentful\" data-richheader=\"true\">Leading brands vibe with Contentful</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Your experiences should wow, not wait. Let's talk.",
      "headingHtml": "<h2 class=\"typography_heading__msTWL typography_heading02__uof_Q\">Your experiences should wow, not wait. Let&apos;s talk.</h2>",
      "firstParagraph": "Chat with sales",
      "paragraphHtml": "<p class=\"typography_heading__msTWL typography_heading04__PFAbm basic_card_title__bUXi6\">Chat with sales</p>",
      "words": 3,
      "direct": false,
      "issue": "First paragraph is 3 words and does not look like a concise direct answer."
    }
  ],
  "score": 65,
  "weight": 28
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

AEO: Question-led structure

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

3 Warning

Needs attention

AEO: Question-led structure

Warning
01

Issue

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

02

Why it matters

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

Check name

AEO: Question-led structure

Score

50/100

Status

warning

Category

GEO, AIO & AEO

Maturity

Emerging recommendation

Goal

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

Result

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

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

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

GEO: Entity clarity

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

3 Warning

Needs attention

GEO: Entity clarity

Warning
01

Issue

Title/H1 terms missing from description: content, scales, convert, sorry, chaos, time.

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

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

Evidence
{
  "title": "Content that scales. Experiences that convert. | Contentful",
  "h1": "Sorry, content chaos — your time’s up",
  "description": "Contentful DXP uses AI-driven analytics to help you personalize, optimize, and create standout digital experiences at scale. Effortlessly.",
  "topicOverlap": 0.25,
  "topicTerms": [
    "content",
    "scales",
    "experiences",
    "convert",
    "contentful",
    "sorry",
    "chaos",
    "time"
  ],
  "descriptionTerms": [
    "contentful",
    "dxp",
    "uses",
    "driven",
    "analytics",
    "help",
    "personalize",
    "optimize",
    "create",
    "standout",
    "digital",
    "experiences",
    "scale",
    "effortlessly"
  ],
  "missingFromDescription": [
    "content",
    "scales",
    "convert",
    "sorry",
    "chaos",
    "time"
  ],
  "score": 77,
  "weight": 28
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

AIO: Page experience for AIO

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

3 Warning

Needs attention

AIO: Page experience for AIO

Warning
01

Issue

HTML size is large (4391450 bytes). 1 image(s) are missing width/height attributes. 9 possible modal/interstitial element(s) detected.

Details

02

Why it matters

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

Check name

AIO: Page experience for AIO

Score

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: Page experience for AIO scored 65/100 and needs improvement.

Evidence
{
  "viewportContent": "width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no",
  "visibleWords": 1610,
  "htmlBytes": 4391450,
  "imagesMissingDimensions": [
    {
      "src": "https://images-www.contentful.com/jtqsy5pye0zd/5Cdrruf1lqa92ijXvnSrjP/d42e63cf44d0f6ba17afd6799fa2e31d/ruggable.png?w=1320&q=60&fm=webp",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img alt=\"Couple relaxing on a geometric art rug with wine glasses and their golden dog\" loading=\"lazy\" decoding=\"async\" data-nimg=\"fill\" style=\"position:absolute;height:100%;width:100%;left:0;top:0;right:0;bottom:0;object-fit:cover;color:transparent\" sizes=\"(max-width: 1023px) 100vw, 660px\" srcset=\"https://images-www.contentful.com/jtqsy5pye0zd/5Cdrruf1lqa92ijXvnSrjP/d42e63cf44d0f6ba17afd6799fa2e31d/ruggable.png?w=640&amp;q=55&amp;fm=webp 640w, https://images-www.contentful.com/jtqsy5pye0zd/..."
    }
  ],
  "possibleDialogs": [
    "<div role=\"dialog\" id=\"72441b6d-059d-4cb8-8ebd-0bd8f9d12a03\" aria-label=\"Cookie Consent Banner\" aria-describedby=\"72441b6d-059d-4cb8-8ebd-0bd8f9d12a03__label\" class=\" osano-cm-window__dialog osano-cm-dialog osano-cm-dialog--hidden osano-cm-dialog--position_bottom osano-cm-dialog--type_bar \"> <!--?lit$177474264$--> <button class=\" osano-cm-dialog__close osano-cm-close \"> <!--?lit$177474264$--><svg width=\"20px\" height=\"20px\" viewBox=\"0 0 20 20\" aria-labelledby=\"50c8217c-b961-4f42-abeb-d7e76a1a4...",
    "<button class=\" osano-cm-dialog__close osano-cm-close \"> <!--?lit$177474264$--><svg width=\"20px\" height=\"20px\" viewBox=\"0 0 20 20\" aria-labelledby=\"50c8217c-b961-4f42-abeb-d7e76a1a4f0e\"> <title id=\"50c8217c-b961-4f42-abeb-d7e76a1a4f0e\">&lt;!----&gt;Close this dialog&lt;!----&gt;</title> <line role=\"presentation\" x1=\"2\" y1=\"2\" x2=\"18\" y2=\"18\"/> <line role=\"presentation\" x1=\"2\" y1=\"18\" x2=\"18\" y2=\"2\"/> </svg> </button>",
    "<div class=\" osano-cm-dialog__content osano-cm-content \"> <!--?lit$177474264$--> <!--?lit$177474264$--> <span id=\"72441b6d-059d-4cb8-8ebd-0bd8f9d12a03__label\" class=\" osano-cm-content__message osano-cm-message \"> <!--?lit$177474264$-->This website utilizes technologies such as cookies to enable essential site functionality, as well as for analytics, personalization, and targeted advertising. <!--?lit$177474264$-->To learn more, view the following link: <!--?lit$177474264$--> </span> <!--?lit$...",
    "<div class=\" osano-cm-dialog__buttons osano-cm-buttons osano-cm-buttons--disabled \"> <!--?lit$177474264$--><!--?lit$177474264$--><button class=\" osano-cm-manage osano-cm-buttons__button osano-cm-button osano-cm-button--type_manage \" tabindex=\"0\"> <!--?lit$177474264$-->Manage Preferences </button><!--?--> </div>",
    "<div role=\"dialog\" aria-modal=\"true\" id=\"ccd6f10f-ed26-4032-a7c4-7cca511adf11\" aria-labelledby=\"ccd6f10f-ed26-4032-a7c4-7cca511adf11__label\" inert class=\" osano-cm-window__info-dialog osano-cm-info-dialog osano-cm-info-dialog--hidden \"> <!--?lit$177474264$--><!--?lit$177474264$--><span tabindex=\"0\" aria-hidden=\"true\" data-focus=\"first\"></span><!--?--> <div role=\"presentation\" class=\" osano-cm-info-dialog__info osano-cm-info osano-cm-info--position_right \"> <!--?lit$177474264$--><div role=\"pre...",
    "<div role=\"presentation\" class=\" osano-cm-info-dialog__info osano-cm-info osano-cm-info--position_right \"> <!--?lit$177474264$--><div role=\"presentation\" class=\" osano-cm-info__info-dialog-header osano-cm-info-dialog-header \"> <p role=\"heading\" aria-level=\"1\" aria-hidden=\"true\" id=\"ccd6f10f-ed26-4032-a7c4-7cca511adf11__label\" class=\" osano-cm-info-dialog-header__header osano-cm-header \"> <!--?lit$177474264$-->Storage Preferences </p> <!--?lit$177474264$--> <!--?lit$177474264$--><button class=...",
    "<div role=\"presentation\" class=\" osano-cm-info__info-dialog-header osano-cm-info-dialog-header \"> <p role=\"heading\" aria-level=\"1\" aria-hidden=\"true\" id=\"ccd6f10f-ed26-4032-a7c4-7cca511adf11__label\" class=\" osano-cm-info-dialog-header__header osano-cm-header \"> <!--?lit$177474264$-->Storage Preferences </p> <!--?lit$177474264$--> <!--?lit$177474264$--><button class=\" osano-cm-info-dialog-header__close osano-cm-close \"> <!--?lit$177474264$--><svg width=\"20px\" height=\"20px\" viewBox=\"0 0 20 20\"...",
    "<p role=\"heading\" aria-level=\"1\" aria-hidden=\"true\" id=\"ccd6f10f-ed26-4032-a7c4-7cca511adf11__label\" class=\" osano-cm-info-dialog-header__header osano-cm-header \"> <!--?lit$177474264$-->Storage Preferences </p>",
    "<button class=\" osano-cm-info-dialog-header__close osano-cm-close \"> <!--?lit$177474264$--><svg width=\"20px\" height=\"20px\" viewBox=\"0 0 20 20\" aria-labelledby=\"2b8c95ed-5fb0-4f3e-9972-df1552dbabf9\"> <title id=\"2b8c95ed-5fb0-4f3e-9972-df1552dbabf9\">&lt;!----&gt;Close Cookie Preferences&lt;!----&gt;</title> <line role=\"presentation\" x1=\"2\" y1=\"2\" x2=\"18\" y2=\"18\"/> <line role=\"presentation\" x1=\"2\" y1=\"18\" x2=\"18\" y2=\"2\"/> </svg> </button>"
  ],
  "score": 65,
  "weight": 10
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

GEO: Explanatory content depth

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

2 Warning

Needs attention

GEO: Explanatory content depth

Warning
01

Issue

No substantial explanatory paragraphs were found.

Details

02

Why it matters

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

Check name

GEO: Explanatory content depth

Score

75/100

Status

warning

Category

GEO, AIO & AEO

Maturity

Emerging recommendation

Goal

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

Result

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

Evidence
{
  "candidatePassages": 1,
  "citablePassages": 0,
  "failingCandidateParagraphs": [],
  "citableParagraphs": [],
  "score": 75,
  "weight": 18
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

AIO: Answer block readiness

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

2 Warning

Needs attention

AIO: Answer block readiness

Warning
01

Issue

11 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": 11,
  "passing": 0,
  "failing": [
    {
      "heading": "Bring order to your content, and impact to your campaigns",
      "headingHtml": "<h2 class=\"typography_heading__msTWL typography_heading02__uof_Q title_titleCentered__uE8da\" id=\"richtxt-bring-order-to-your-content-and-impact-to-your-campaigns\" data-richheader=\"true\">Bring order to your content, and impact to your campaigns</h2>",
      "firstParagraph": "Move marketing campaigns faster than ever. Reuse, remix, and roll out content and design components effortlessly across multiple channels, brands, and regions.",
      "paragraphHtml": "<p class=\"typography_paragraph02__wtIHI copy_block_description__dJIEi\">Move marketing campaigns faster than ever. Reuse, remix, and roll out content and design components effortlessly across multiple channels, brands, and regions.</p>",
      "words": 22,
      "direct": false,
      "issue": "First paragraph is 22 words and does not look like a concise direct answer."
    },
    {
      "heading": "Content that works harder, so you can work smarter",
      "headingHtml": "<h2 class=\"typography_heading__msTWL typography_heading02__uof_Q title_headingText__USo67\" id=\"richtxt-content-that-works-harder-so-you-can-work-smarter\" data-richheader=\"true\">Content that works harder, so you can work smarter</h2>",
      "firstParagraph": "With Contentful’s composable, modular architecture, once you update a content component, it’s instantly updated everywhere.",
      "paragraphHtml": "<p class=\"typography_paragraph02__wtIHI\">With Contentful&#x2019;s composable, modular architecture, once you update a content component, it&#x2019;s instantly updated everywhere.</p>",
      "words": 17,
      "direct": false,
      "issue": "First paragraph is 17 words and does not look like a concise direct answer."
    },
    {
      "heading": "See how brands are building personalized experiences",
      "headingHtml": "<h2 class=\"typography_heading__msTWL typography_heading02__uof_Q\" id=\"richtxt-see-how-brands-are-building-personalized-experiences\" data-richheader=\"true\">See how brands are building personalized experiences</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Ruggable rolls out an efficient way to manage Black Friday and personalization with Contentful",
      "headingHtml": "<h3 class=\"typography_heading__msTWL typography_heading03__1YU58 case_study_title__cFUs7\">Ruggable rolls out an efficient way to manage Black Friday and personalization with Contentful</h3>",
      "firstParagraph": "25%",
      "paragraphHtml": "<p class=\"typography_heading__msTWL typography_heading01__QN0d1 metric_title__SP1CU\">25%</p>",
      "words": 1,
      "direct": false,
      "issue": "First paragraph is 1 words and does not look like a concise direct answer."
    },
    {
      "heading": "One dynamic content platform, infinite possibilities.",
      "headingHtml": "<h2 class=\"typography_heading__msTWL typography_heading02__uof_Q\" id=\"richtxt-one-dynamic-content-platform-infinite-possibilities-\" data-richheader=\"true\">One dynamic content platform, infinite possibilities.</h2>",
      "firstParagraph": "",
      "paragraphHtml": "<p class=\"typography_paragraph02__wtIHI icon_with_text_row_description__qYYDE\"></p>",
      "words": 0,
      "direct": false,
      "issue": "First paragraph is 0 words and does not look like a concise direct answer."
    },
    {
      "heading": "With every team aligned, your impact shines",
      "headingHtml": "<h2 class=\"typography_heading__msTWL typography_heading02__uof_Q\" id=\"richtxt-with-every-team-aligned-your-impact-shines\" data-richheader=\"true\">With every team aligned, your impact shines</h2>",
      "firstParagraph": "Move fast with no-code tools and optimization.",
      "paragraphHtml": "<p class=\"typography_paragraph02__wtIHI icon_with_text_row_description__qYYDE\">Move fast with no-code tools and optimization.</p>",
      "words": 7,
      "direct": false,
      "issue": "First paragraph is 7 words and does not look like a concise direct answer."
    },
    {
      "heading": "Our experts will turn your “can we?” into “we totally did”",
      "headingHtml": "<h2 class=\"typography_heading__msTWL typography_heading02__uof_Q\" id=\"richtxt-our-experts-will-turn-your-can-we-into-we-totally-did-\" data-richheader=\"true\">Our experts will turn your &#x201c;can we?&#x201d; into &#x201c;we totally did&#x201d;</h2>",
      "firstParagraph": "With 24/7 support and 99.99% uptime SLA, get tailored solutions that fit your business needs. From setup to customization, our experts ensure you can hit the ground running.",
      "paragraphHtml": "<p class=\"typography_paragraph02__wtIHI copy_block_description__dJIEi\">With 24/7 support and 99.99% uptime SLA, get tailored solutions that fit your business needs. From setup to customization, our experts ensure you can hit the ground running.</p>",
      "words": 30,
      "direct": false,
      "issue": "First paragraph is 30 words and does not look like a concise direct answer."
    },
    {
      "heading": "Contentful resources to power your digital experiences",
      "headingHtml": "<h2 class=\"typography_heading__msTWL typography_heading02__uof_Q\" id=\"richtxt-contentful-resources-to-power-your-digital-experiences\" data-richheader=\"true\">Contentful resources to power your digital experiences</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Enhancing the digital customer experience: Proven strategies for success",
      "headingHtml": "<h3 class=\"typography_heading__msTWL typography_heading03__1YU58 article_heading__rCDiW\">Enhancing the digital customer experience: Proven strategies for success</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Leading brands vibe with Contentful",
      "headingHtml": "<h3 class=\"typography_heading__msTWL typography_heading03__1YU58 title_titleCentered__uE8da\" id=\"richtxt-leading-brands-vibe-with-contentful\" data-richheader=\"true\">Leading brands vibe with Contentful</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Your experiences should wow, not wait. Let's talk.",
      "headingHtml": "<h2 class=\"typography_heading__msTWL typography_heading02__uof_Q\">Your experiences should wow, not wait. Let&apos;s talk.</h2>",
      "firstParagraph": "Chat with sales",
      "paragraphHtml": "<p class=\"typography_heading__msTWL typography_heading04__PFAbm basic_card_title__bUXi6\">Chat with sales</p>",
      "words": 3,
      "direct": false,
      "issue": "First paragraph is 3 words and does not look like a concise direct answer."
    }
  ],
  "score": 65,
  "weight": 8
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

GEO: Extraction-friendly structure

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

2 Warning

Needs attention

GEO: Extraction-friendly structure

Warning
01

Issue

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

Details

02

Why it matters

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

Check name

GEO: Extraction-friendly structure

Score

85/100

Status

warning

Category

GEO, AIO & AEO

Maturity

Emerging recommendation

Goal

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

Result

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

Evidence
{
  "hasSummary": false,
  "tableCount": 0,
  "tablesWithHead": 0,
  "tablesMissingThead": [],
  "orderedLists": 0,
  "hasFaq": true,
  "definitionPatterns": 4,
  "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 81/100 and needs improvement.

1 Warning

Needs attention

AEO: Entity and definition clarity

Warning
01

Issue

Entity or definition gaps: content, scales, convert, sorry, chaos, time.

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

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

Evidence
{
  "title": "Content that scales. Experiences that convert. | Contentful",
  "h1": "Sorry, content chaos — your time’s up",
  "description": "Contentful DXP uses AI-driven analytics to help you personalize, optimize, and create standout digital experiences at scale. Effortlessly.",
  "topicOverlap": 0.25,
  "definitionCount": 4,
  "topicTerms": [
    "content",
    "scales",
    "experiences",
    "convert",
    "contentful",
    "sorry",
    "chaos",
    "time"
  ],
  "descriptionTerms": [
    "contentful",
    "dxp",
    "uses",
    "driven",
    "analytics",
    "help",
    "personalize",
    "optimize",
    "create",
    "standout",
    "digital",
    "experiences",
    "scale",
    "effortlessly"
  ],
  "missingFromDescription": [
    "content",
    "scales",
    "convert",
    "sorry",
    "chaos",
    "time"
  ],
  "score": 81,
  "weight": 18
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

AEO: Answer intent coverage

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

1 Warning

Needs attention

AEO: Answer intent coverage

Warning
01

Issue

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

Details

02

Why it matters

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

Check name

AEO: Answer intent coverage

Score

70/100

Status

warning

Category

GEO, AIO & AEO

Maturity

Emerging recommendation

Goal

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

Result

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

Evidence
{
  "headings": [
    {
      "text": "Bring order to your content, and impact to your campaigns",
      "html": "<h2 class=\"typography_heading__msTWL typography_heading02__uof_Q title_titleCentered__uE8da\" id=\"richtxt-bring-order-to-your-content-and-impact-to-your-campaigns\" data-richheader=\"true\">Bring order to your content, and impact to your campaigns</h2>"
    },
    {
      "text": "Content that works harder, so you can work smarter",
      "html": "<h2 class=\"typography_heading__msTWL typography_heading02__uof_Q title_headingText__USo67\" id=\"richtxt-content-that-works-harder-so-you-can-work-smarter\" data-richheader=\"true\">Content that works harder, so you can work smarter</h2>"
    },
    {
      "text": "See how brands are building personalized experiences",
      "html": "<h2 class=\"typography_heading__msTWL typography_heading02__uof_Q\" id=\"richtxt-see-how-brands-are-building-personalized-experiences\" data-richheader=\"true\">See how brands are building personalized experiences</h2>"
    },
    {
      "text": "One dynamic content platform, infinite possibilities.",
      "html": "<h2 class=\"typography_heading__msTWL typography_heading02__uof_Q\" id=\"richtxt-one-dynamic-content-platform-infinite-possibilities-\" data-richheader=\"true\">One dynamic content platform, infinite possibilities.</h2>"
    },
    {
      "text": "With every team aligned, your impact shines",
      "html": "<h2 class=\"typography_heading__msTWL typography_heading02__uof_Q\" id=\"richtxt-with-every-team-aligned-your-impact-shines\" data-richheader=\"true\">With every team aligned, your impact shines</h2>"
    },
    {
      "text": "Our experts will turn your “can we?” into “we totally did”",
      "html": "<h2 class=\"typography_heading__msTWL typography_heading02__uof_Q\" id=\"richtxt-our-experts-will-turn-your-can-we-into-we-totally-did-\" data-richheader=\"true\">Our experts will turn your &#x201c;can we?&#x201d; into &#x201c;we totally did&#x201d;</h2>"
    },
    {
      "text": "Contentful resources to power your digital experiences",
      "html": "<h2 class=\"typography_heading__msTWL typography_heading02__uof_Q\" id=\"richtxt-contentful-resources-to-power-your-digital-experiences\" data-richheader=\"true\">Contentful resources to power your digital experiences</h2>"
    },
    {
      "text": "Your experiences should wow, not wait. Let's talk.",
      "html": "<h2 class=\"typography_heading__msTWL typography_heading02__uof_Q\">Your experiences should wow, not wait. Let&apos;s talk.</h2>"
    }
  ],
  "expected": [
    {
      "id": "what",
      "label": "What is Content that scales. Experiences that convert.?",
      "pattern": {}
    },
    {
      "id": "how",
      "label": "How does Content that scales. Experiences that convert. work?",
      "pattern": {}
    },
    {
      "id": "benefits",
      "label": "Why use Content that scales. Experiences that convert.?",
      "pattern": {}
    },
    {
      "id": "cost",
      "label": "Is Content that scales. Experiences that convert. free or paid?",
      "pattern": {}
    },
    {
      "id": "compare",
      "label": "How does Content that scales. Experiences that convert. compare with alternatives?",
      "pattern": {}
    }
  ],
  "missing": [
    {
      "id": "what",
      "label": "What is Content that scales. Experiences that convert.?",
      "pattern": {}
    },
    {
      "id": "benefits",
      "label": "Why use Content that scales. Experiences that convert.?",
      "pattern": {}
    },
    {
      "id": "cost",
      "label": "Is Content that scales. Experiences that convert. free or paid?",
      "pattern": {}
    },
    {
      "id": "compare",
      "label": "How does Content that scales. Experiences that convert. compare with alternatives?",
      "pattern": {}
    }
  ],
  "score": 70,
  "weight": 8
}

Agent Ease of UseAPIEmerging recommendation

AI context endpoint

AI context endpoint is informational for this page.

Informational

Needs attention

AI context endpoint

Informational
01

Issue

AI context endpoint is informational for this page.

02

Why it matters

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

Check name

AI context endpoint

Score

100/100

Status

informational

Category

API

Maturity

Emerging recommendation

Goal

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

Result

AI context endpoint is informational for this page.

Validation steps

  1. Fetch to find resource

    AI context endpoint was not found at the expected path.

Evidence
{
  "steps": [
    {
      "id": "fetch",
      "title": "Fetch to find resource",
      "status": "informational",
      "evidence": {
        "checked": [
          {
            "path": "/api/ai/context",
            "statusCode": 404,
            "contentType": "text/html; charset=utf-8",
            "length": 122820
          },
          {
            "path": "/api/context",
            "statusCode": 404,
            "contentType": "text/html; charset=utf-8",
            "length": 122807
          },
          {
            "path": "/context",
            "statusCode": 404,
            "contentType": "text/html; charset=utf-8",
            "length": 123806
          }
        ]
      },
      "issue": "AI context endpoint was not found at the expected path.",
      "howToFix": "Publish a concise JSON or Markdown AI context endpoint describing the product, public actions, and machine-readable resources."
    }
  ]
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

AIO: Query intent coverage

AIO: Query intent coverage is informational for this page.

Informational

Needs attention

AIO: Query intent coverage

Informational
01

Issue

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

Details

02

Why it matters

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

Check name

AIO: Query intent coverage

Score

70/100

Status

informational

Category

GEO, AIO & AEO

Maturity

Emerging recommendation

Goal

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

Result

AIO: Query intent coverage is informational for this page.

Evidence
{
  "headings": [
    {
      "text": "Bring order to your content, and impact to your campaigns",
      "html": "<h2 class=\"typography_heading__msTWL typography_heading02__uof_Q title_titleCentered__uE8da\" id=\"richtxt-bring-order-to-your-content-and-impact-to-your-campaigns\" data-richheader=\"true\">Bring order to your content, and impact to your campaigns</h2>"
    },
    {
      "text": "Content that works harder, so you can work smarter",
      "html": "<h2 class=\"typography_heading__msTWL typography_heading02__uof_Q title_headingText__USo67\" id=\"richtxt-content-that-works-harder-so-you-can-work-smarter\" data-richheader=\"true\">Content that works harder, so you can work smarter</h2>"
    },
    {
      "text": "See how brands are building personalized experiences",
      "html": "<h2 class=\"typography_heading__msTWL typography_heading02__uof_Q\" id=\"richtxt-see-how-brands-are-building-personalized-experiences\" data-richheader=\"true\">See how brands are building personalized experiences</h2>"
    },
    {
      "text": "One dynamic content platform, infinite possibilities.",
      "html": "<h2 class=\"typography_heading__msTWL typography_heading02__uof_Q\" id=\"richtxt-one-dynamic-content-platform-infinite-possibilities-\" data-richheader=\"true\">One dynamic content platform, infinite possibilities.</h2>"
    },
    {
      "text": "With every team aligned, your impact shines",
      "html": "<h2 class=\"typography_heading__msTWL typography_heading02__uof_Q\" id=\"richtxt-with-every-team-aligned-your-impact-shines\" data-richheader=\"true\">With every team aligned, your impact shines</h2>"
    },
    {
      "text": "Our experts will turn your “can we?” into “we totally did”",
      "html": "<h2 class=\"typography_heading__msTWL typography_heading02__uof_Q\" id=\"richtxt-our-experts-will-turn-your-can-we-into-we-totally-did-\" data-richheader=\"true\">Our experts will turn your &#x201c;can we?&#x201d; into &#x201c;we totally did&#x201d;</h2>"
    },
    {
      "text": "Contentful resources to power your digital experiences",
      "html": "<h2 class=\"typography_heading__msTWL typography_heading02__uof_Q\" id=\"richtxt-contentful-resources-to-power-your-digital-experiences\" data-richheader=\"true\">Contentful resources to power your digital experiences</h2>"
    },
    {
      "text": "Your experiences should wow, not wait. Let's talk.",
      "html": "<h2 class=\"typography_heading__msTWL typography_heading02__uof_Q\">Your experiences should wow, not wait. Let&apos;s talk.</h2>"
    }
  ],
  "expected": [
    {
      "id": "what",
      "label": "What is Content that scales. Experiences that convert.?",
      "pattern": {}
    },
    {
      "id": "how",
      "label": "How does Content that scales. Experiences that convert. work?",
      "pattern": {}
    },
    {
      "id": "benefits",
      "label": "Why use Content that scales. Experiences that convert.?",
      "pattern": {}
    },
    {
      "id": "cost",
      "label": "Is Content that scales. Experiences that convert. free or paid?",
      "pattern": {}
    },
    {
      "id": "compare",
      "label": "How does Content that scales. Experiences that convert. compare with alternatives?",
      "pattern": {}
    }
  ],
  "missing": [
    {
      "id": "what",
      "label": "What is Content that scales. Experiences that convert.?",
      "pattern": {}
    },
    {
      "id": "benefits",
      "label": "Why use Content that scales. Experiences that convert.?",
      "pattern": {}
    },
    {
      "id": "cost",
      "label": "Is Content that scales. Experiences that convert. free or paid?",
      "pattern": {}
    },
    {
      "id": "compare",
      "label": "How does Content that scales. Experiences that convert. compare with alternatives?",
      "pattern": {}
    }
  ],
  "score": 70,
  "weight": 4
}

AI DiscoverabilityDiscoverabilityEstablished

IndexNow key

IndexNow key is informational for this page.

Informational

Needs attention

IndexNow key

Informational
01

Issue

IndexNow key is informational for this page.

02

Why it matters

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

Check name

IndexNow key

Score

100/100

Status

informational

Category

Discoverability

Maturity

Established

Goal

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

Result

IndexNow key is informational for this page.

Validation steps

  1. Find advertised IndexNow key location

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

  2. Fetch and validate IndexNow key file

    No discoverable IndexNow key file was found.

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

Agent Ease of UseAuthEstablished

OAuth / OIDC discovery

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

Informational

Needs attention

OAuth / OIDC discovery

Informational
01

Issue

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

02

Why it matters

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

Check name

OAuth / OIDC discovery

Score

0/100

Status

informational

Category

Auth

Maturity

Established

Goal

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

Result

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

Validation steps

  1. Fetch to find resource

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

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

Agent Ease of UseAuthEmerging recommendation

OAuth Protected Resource

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

Informational

Needs attention

OAuth Protected Resource

Informational
01

Issue

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

02

Why it matters

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

Check name

OAuth Protected Resource

Score

0/100

Status

informational

Category

Auth

Maturity

Emerging recommendation

Goal

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

Result

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

Validation steps

  1. Fetch protected resource metadata

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

  2. Validate protected resource metadata

    Response is not valid JSON.

  3. Validate protected resource identity

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

  4. Probe protected API Bearer challenge

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

Evidence
{
  "failedStep": "fetch",
  "steps": [
    {
      "id": "fetch",
      "title": "Fetch protected resource metadata",
      "status": "fail",
      "evidence": {
        "path": "/.well-known/oauth-protected-resource",
        "statusCode": 404,
        "contentType": "text/html; charset=utf-8"
      },
      "issue": "The OAuth Protected Resource metadata endpoint did not return HTTP 2xx.",
      "howToFix": "Publish /.well-known/oauth-protected-resource JSON."
    },
    {
      "id": "metadata",
      "title": "Validate protected resource metadata",
      "status": "fail",
      "evidence": {
        "valid": false,
        "compatibleContentType": false,
        "issue": "Response is not valid JSON.",
        "rawExcerpt": "<!DOCTYPE html><html id=\"__next_error__\"><head><meta charSet=\"utf-8\"/><meta name=\"viewport\" content=\"width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no\"/><link rel=\"preload\" as=\"script\" fetchPriority=\"low\" href=\"/_next/static/chunks/webpack-a83459874417cc1a.js\"/><script src=\"/_next/static/chunks/26164011-7b4f06a7ba7fcc8d.js\" async=\"\"></script><script src=\"/_next/static/chunks/a75a810a-ae2370a9d5aba632.js\" async=\"\"></script><script src=\"/_next/static/chunks/2548-4f7d9ee001aba4ee.js\" async=\"\"></script><script src=\"/_next/static/chunks/main-app-52b3291f12a9bcfb.js\" async=\"\"></script><script src=\"/_next/static/chunks/app/global-error-0b111bc72bbfdc83.js\" async=\"\"></script><meta name=\"robots\" content=\"noindex\"/><meta name=\"next-size-adjust\" content=\"\"/><div hidden=\"\"></div><"
      },
      "issue": "Response is not valid JSON.",
      "howToFix": "Publish resource and authorization_servers as absolute URLs."
    },
    {
      "id": "resource-identity",
      "title": "Validate protected resource identity",
      "status": "fail",
      "evidence": {
        "expectedResource": "https://www.contentful.com"
      },
      "issue": "Protected resource metadata `resource` did not match the resource identifier used to retrieve it.",
      "howToFix": "Set `resource` to the origin/resource identifier represented by /.well-known/oauth-protected-resource."
    },
    {
      "id": "protected-route-challenge",
      "title": "Probe protected API Bearer challenge",
      "status": "informational",
      "evidence": {
        "checked": [
          {
            "path": "/api/admin/scans",
            "statusCode": 404,
            "wwwAuthenticate": {
              "valid": false,
              "present": false
            },
            "expectedMetadataUrl": "https://www.contentful.com/.well-known/oauth-protected-resource",
            "metadataUrlMatches": true,
            "resourceMatchesRequestContext": true
          },
          {
            "path": "/api/admin/summary",
            "statusCode": 404,
            "wwwAuthenticate": {
              "valid": false,
              "present": false
            },
            "expectedMetadataUrl": "https://www.contentful.com/.well-known/oauth-protected-resource",
            "metadataUrlMatches": true,
            "resourceMatchesRequestContext": true
          },
          {
            "path": "/api/scans",
            "statusCode": 404,
            "wwwAuthenticate": {
              "valid": false,
              "present": false
            },
            "expectedMetadataUrl": "https://www.contentful.com/.well-known/oauth-protected-resource",
            "metadataUrlMatches": true,
            "resourceMatchesRequestContext": true
          }
        ]
      },
      "issue": "No protected route with a 401 Bearer challenge was detected; metadata alone does not prove a protected resource.",
      "howToFix": "When this site exposes bearer-protected APIs, return 401 with WWW-Authenticate: Bearer and link resource_metadata."
    }
  ],
  "authApplicability": {
    "supportsAuth": true,
    "score": 6,
    "signals": [
      {
        "source": "link:href",
        "weight": 3,
        "match": "auth link"
      },
      {
        "source": "visible-text",
        "weight": 3,
        "match": "log in"
      }
    ]
  },
  "resourceFetchSucceeded": false
}

Performance and AccessibilityAccessibilityBrowser audit

Elements use prohibited ARIA attributes

100 Fail

Check name

Elements use prohibited ARIA attributes

Score

0/100

Status

fail

Device

desktop

Category

Accessibility

Fix guidance

Using ARIA attributes in roles where they are prohibited can mean that important information is not communicated to users of assistive technologies. [Learn more about prohibited ARIA roles](https://dequeuniversity.com/rules/axe/4.10/aria-prohibited-attr).

Evidence
{
  "description": "Using ARIA attributes in roles where they are prohibited can mean that important information is not communicated to users of assistive technologies. [Learn more about prohibited ARIA roles](https://dequeuniversity.com/rules/axe/4.10/aria-prohibited-attr)."
}

SEOSEOBrowser audit

Links do not have descriptive text

100 Fail

Check name

Links do not have descriptive text

Score

0/100

Status

fail

Device

desktop

Category

SEO

Estimated savings

1 link found

Fix guidance

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

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

Performance and AccessibilityBest PracticesBrowser audit

Browser errors were logged to the console

50 Fail

Check name

Browser errors were logged to the console

Score

0/100

Status

fail

Device

desktop

Category

Best Practices

Fix guidance

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

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

Performance and AccessibilityPerformanceBrowser audit

Reduce JavaScript execution time

50 Fail

Check name

Reduce JavaScript execution time

Score

0/100

Status

fail

Device

desktop

Category

Performance

Estimated savings

102.7 s

Fix guidance

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

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

Performance and AccessibilityBest PracticesBrowser audit

Uses deprecated APIs

50 Fail

Check name

Uses deprecated APIs

Score

0/100

Status

fail

Device

desktop

Category

Best Practices

Estimated savings

1 warning found

Fix guidance

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

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

Performance and AccessibilityPerformanceBrowser audit

Loading performance

37 Fail

Check name

Loading performance

Score

27/100

Status

fail

Device

desktop

Category

Performance

Fix guidance

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

Evidence
{
  "checks": [
    {
      "id": "first-contentful-paint",
      "title": "First Contentful Paint",
      "score": 0,
      "displayValue": "7.4 s",
      "numericValue": 7393.946500000005
    },
    {
      "id": "largest-contentful-paint",
      "title": "Largest Contentful Paint",
      "score": 0,
      "displayValue": "12.1 s",
      "numericValue": 12070.753700000012
    },
    {
      "id": "speed-index",
      "title": "Speed Index",
      "score": 0,
      "displayValue": "53.6 s",
      "numericValue": 53586.59238784832
    },
    {
      "id": "total-blocking-time",
      "title": "Total Blocking Time",
      "score": 0,
      "displayValue": "90,810 ms",
      "numericValue": 90805.4104
    },
    {
      "id": "max-potential-fid",
      "title": "Max Potential First Input Delay",
      "score": 0,
      "displayValue": "6,040 ms",
      "numericValue": 6039
    },
    {
      "id": "server-response-time",
      "title": "Initial server response time was short",
      "score": 100,
      "displayValue": "Root document took 10 ms",
      "numericValue": 14.561
    },
    {
      "id": "interactive",
      "title": "Time to Interactive",
      "score": 0,
      "displayValue": "127.6 s",
      "numericValue": 127598.80690000001
    },
    {
      "id": "uses-rel-preconnect",
      "title": "Preconnect to required origins",
      "score": 100
    },
    {
      "id": "network-rtt",
      "title": "Network Round Trip Times",
      "score": 100,
      "displayValue": "230 ms",
      "numericValue": 231.49099999999999
    },
    {
      "id": "third-party-summary",
      "title": "Reduce the impact of third-party code",
      "score": 0,
      "displayValue": "Third-party code blocked the main thread for 49,540 ms"
    },
    {
      "id": "largest-contentful-paint-element",
      "title": "Largest Contentful Paint element",
      "score": 0,
      "displayValue": "12,070 ms"
    }
  ]
}

Fix with MCP or CLI

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

Score history

Public scan score over time

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

1 reports
Public score history report links
Scan dateScoreReadinessReport
42/100Level 2, Agent-LimitedCurrent report
Report ID 4932f86b-d6a5-4cca-b934-867929cff707. Scanned Jun 5, 2026, 9:53 AM.
contentful.com AI SEO Report: 42/100 (Level 2, Agent-Limited)