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

OVERALL SCORE

Level 3, Bot-Aware

Moderate readiness for AI agents
AIDiscoverability41%Agent Easeof Use6%Security& Trust20%GEO, AIO, AEO78%SEO85%Performance& Accessibility73%
  • AI Discoverability 41 out of 100
  • Agent Ease of Use 6 out of 100
  • Security & Trust 20 out of 100
  • GEO, AIO and AEO 78 out of 100
  • SEO 85 out of 100
  • Performance and Accessibility 73 out of 100

CAPTURED SCREENSHOT

Captured website desktop screenshot

What AI sees of your website

Supercharge Your Customer Lifetime Value with CleverTap: The Ultimate All-in-One Customer Engagement Platform favicon

Supercharge Your Customer Lifetime Value with CleverTap: The Ultimate All-in-One Customer Engagement Platform

Engage your customers like never before with CleverTap’s all-in-one customer engagement platform. From personalized messaging to automated campaigns, CleverTap platform offers a suite of powerful tools to help you connect with your audienc...

Next step

Turn this report into a fix workflow

27 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
41
Priority fix7151View details
Discoverability
67
Needs work540View details
Content Readiness
46
Priority fix271View details
Bot Access Control
0
Priority fix040View details
Agent Ease of Use
6
Priority fix4293View details
API
0
Priority fix060View details
Auth
Not Applicable
Not Applicable070View details
MCP
13
Priority fix062View details
Skill Discovery
5
Priority fix0101View details
Agent Commerce
Not Applicable
Not Applicable400
GEO, AIO and AEO
78
Mostly ready5015
GEO Readiness
88
Mostly ready204
AIO Readiness
76
Mostly ready205
AEO Readiness
71
Needs work106
SEO
85
Mostly ready920View details
SEO
85
Mostly ready920View details
Security & Trust
20
Priority fix540View details
Security & Trust
20
Priority fix140View details
AI Training Exposure
Not Applicable
Not Applicable400
Performance and Accessibility
73
Needs work2130View details
Performance
66
Needs work1230View details
Accessibility
86
Mostly ready900

Prioritized recommendations

Issues ranked by score impact

47 items need attention

Agent Ease of UseAPIEstablished

API Catalog

API Catalog failed at "Fetch API catalog".

50 Fail

Needs attention

API Catalog

Failed check
01

Issue

The API catalog endpoint did not return HTTP 2xx.

02

Why it matters

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

Check name

API Catalog

Score

0/100

Status

fail

Category

API

Maturity

Established

Goal

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

Result

API Catalog failed at "Fetch API catalog".

Validation steps

  1. Fetch API catalog

    The API catalog endpoint did not return HTTP 2xx.

  2. Validate RFC 9727 linkset

    Response is not valid JSON.

  3. Fetch advertised API catalog targets

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

Evidence
{
  "failedStep": "fetch",
  "steps": [
    {
      "id": "fetch",
      "title": "Fetch API catalog",
      "status": "fail",
      "evidence": {
        "statusCode": 404,
        "contentType": "text/html; charset=UTF-8"
      },
      "issue": "The API catalog endpoint did not return HTTP 2xx.",
      "howToFix": "Publish /.well-known/api-catalog."
    },
    {
      "id": "validate",
      "title": "Validate RFC 9727 linkset",
      "status": "fail",
      "evidence": {
        "valid": false,
        "compatibleContentType": false,
        "issue": "Response is not valid JSON.",
        "rawExcerpt": "<!DOCTYPE html> <html lang=\"en\"><head>  <script src=\"https://cdn.cookielaw.org/scripttemplates/otSDKStub.js\"\n            type=\"text/javascript\"\n            charset=\"UTF-8\"\n            data-domain-script=\"7d2a05e4-c9a0-4e4b-8af6-d8875a78ee74\">\n        </script> <script type=\"text/javascript\">\n            function OptanonWrapper() {}\n        </script>  <meta charset=\"utf-8\"> <meta http-equiv=\"X-UA-Compatible\" content=\"IE=edge\"> <meta name=\"viewport\" content=\"width=device-width, initial-scale=1\"> <meta name=\"author\" content=\"\"> <link rel=\"apple-touch-icon\" sizes=\"180x180\" href=\"/wp-content/uploads/2023/08/apple-touch-icon-1.png\"> <link rel=\"icon\" type=\"image/png\" sizes=\"32x32\" href=\"/wp-content/uploads/2023/08/favicon-32x32-2.png\"> <link rel=\"icon\" type=\"image/png\" sizes=\"16x16\" href=\"/wp-con"
      },
      "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."
    }
  ]
}

AI DiscoverabilityDiscoverabilityEstablished

High-value schema types

High-value schema types is missing or incomplete.

50 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",
    "WebPage",
    "WebSite"
  ]
}

AI DiscoverabilityDiscoverabilityEstablished

Link headers

Link headers failed at "Find useful Link headers".

50 Fail

Needs attention

Link headers

Failed check
01

Issue

No useful agent discovery Link headers were found.

02

Why it matters

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

Check name

Link headers

Score

0/100

Status

fail

Category

Discoverability

Maturity

Established

Goal

Include Link response headers for agent discovery using RFC 8288.

Result

Link headers failed at "Find useful Link headers".

Validation steps

  1. Find useful Link headers

    No useful agent discovery Link headers were found.

  2. Fetch same-origin Link header targets

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

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

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>  <script src=\"https://cdn.cookielaw.org/scripttemplates/otSDKStub.js\"\n            type=\"text/javascript\"\n            charset=\"UTF-8\"\n            data-domain-script=\"7d2a05e4-c9a0-4e4b-8af6-d8875a78ee74\">\n        </script> <script type=\"text/javascript\">\n            function OptanonWrapper() {}\n        </script>  <meta charset=\"utf-8\"> <meta http-equiv=\"X-UA-Compatible\" content=\"IE=edge\"> <meta name=\"viewport\" content=\"width=device-width, initial-scale=1\"> <meta name=\"author\" content=\"\"> <link rel=\"apple-touch-icon\" sizes=\"180x180\" href=\"/wp-content/uploads/2023/08/apple-touch-icon-1.png\"> <link rel=\"icon\" type=\"image/png\" sizes=\"32x32\" href=\"/wp-content/uploads/2023/08/favicon-32x32-2.png\"> <link rel=\"icon\" type=\"image/png\" sizes=\"16x16\" href=\"/wp-con"
          },
          {
            "path": "/openapi.yaml",
            "statusCode": 404,
            "contentType": "text/html; charset=UTF-8",
            "valid": false,
            "issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html; charset=UTF-8\" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
            "compatibleContentType": false,
            "format": "yaml",
            "version": "",
            "pathCount": 0,
            "operationCount": 0,
            "rawExcerpt": "<!DOCTYPE html> <html lang=\"en\"><head>  <script src=\"https://cdn.cookielaw.org/scripttemplates/otSDKStub.js\"\n            type=\"text/javascript\"\n            charset=\"UTF-8\"\n            data-domain-script=\"7d2a05e4-c9a0-4e4b-8af6-d8875a78ee74\">\n        </script> <script type=\"text/javascript\">\n            function OptanonWrapper() {}\n        </script>  <meta charset=\"utf-8\"> <meta http-equiv=\"X-UA-Compatible\" content=\"IE=edge\"> <meta name=\"viewport\" content=\"width=device-width, initial-scale=1\"> <meta name=\"author\" content=\"\"> <link rel=\"apple-touch-icon\" sizes=\"180x180\" href=\"/wp-content/uploads/2023/08/apple-touch-icon-1.png\"> <link rel=\"icon\" type=\"image/png\" sizes=\"32x32\" href=\"/wp-content/uploads/2023/08/favicon-32x32-2.png\"> <link rel=\"icon\" type=\"image/png\" sizes=\"16x16\" href=\"/wp-con"
          },
          {
            "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>  <script src=\"https://cdn.cookielaw.org/scripttemplates/otSDKStub.js\"\n            type=\"text/javascript\"\n            charset=\"UTF-8\"\n            data-domain-script=\"7d2a05e4-c9a0-4e4b-8af6-d8875a78ee74\">\n        </script> <script type=\"text/javascript\">\n            function OptanonWrapper() {}\n        </script>  <meta charset=\"utf-8\"> <meta http-equiv=\"X-UA-Compatible\" content=\"IE=edge\"> <meta name=\"viewport\" content=\"width=device-width, initial-scale=1\"> <meta name=\"author\" content=\"\"> <link rel=\"apple-touch-icon\" sizes=\"180x180\" href=\"/wp-content/uploads/2023/08/apple-touch-icon-1.png\"> <link rel=\"icon\" type=\"image/png\" sizes=\"32x32\" href=\"/wp-content/uploads/2023/08/favicon-32x32-2.png\"> <link rel=\"icon\" type=\"image/png\" sizes=\"16x16\" href=\"/wp-con"
          },
          {
            "path": "/swagger.yaml",
            "statusCode": 404,
            "contentType": "text/html; charset=UTF-8",
            "valid": false,
            "issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html; charset=UTF-8\" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
            "compatibleContentType": false,
            "format": "yaml",
            "version": "",
            "pathCount": 0,
            "operationCount": 0,
            "rawExcerpt": "<!DOCTYPE html> <html lang=\"en\"><head>  <script src=\"https://cdn.cookielaw.org/scripttemplates/otSDKStub.js\"\n            type=\"text/javascript\"\n            charset=\"UTF-8\"\n            data-domain-script=\"7d2a05e4-c9a0-4e4b-8af6-d8875a78ee74\">\n        </script> <script type=\"text/javascript\">\n            function OptanonWrapper() {}\n        </script>  <meta charset=\"utf-8\"> <meta http-equiv=\"X-UA-Compatible\" content=\"IE=edge\"> <meta name=\"viewport\" content=\"width=device-width, initial-scale=1\"> <meta name=\"author\" content=\"\"> <link rel=\"apple-touch-icon\" sizes=\"180x180\" href=\"/wp-content/uploads/2023/08/apple-touch-icon-1.png\"> <link rel=\"icon\" type=\"image/png\" sizes=\"32x32\" href=\"/wp-content/uploads/2023/08/favicon-32x32-2.png\"> <link rel=\"icon\" type=\"image/png\" sizes=\"16x16\" href=\"/wp-con"
          },
          {
            "path": "/api/openapi.json",
            "statusCode": 404,
            "contentType": "text/html; charset=UTF-8",
            "valid": false,
            "issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html; charset=UTF-8\" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
            "compatibleContentType": false,
            "format": "yaml",
            "version": "",
            "pathCount": 0,
            "operationCount": 0,
            "rawExcerpt": "<!DOCTYPE html> <html lang=\"en\"><head>  <script src=\"https://cdn.cookielaw.org/scripttemplates/otSDKStub.js\"\n            type=\"text/javascript\"\n            charset=\"UTF-8\"\n            data-domain-script=\"7d2a05e4-c9a0-4e4b-8af6-d8875a78ee74\">\n        </script> <script type=\"text/javascript\">\n            function OptanonWrapper() {}\n        </script>  <meta charset=\"utf-8\"> <meta http-equiv=\"X-UA-Compatible\" content=\"IE=edge\"> <meta name=\"viewport\" content=\"width=device-width, initial-scale=1\"> <meta name=\"author\" content=\"\"> <link rel=\"apple-touch-icon\" sizes=\"180x180\" href=\"/wp-content/uploads/2023/08/apple-touch-icon-1.png\"> <link rel=\"icon\" type=\"image/png\" sizes=\"32x32\" href=\"/wp-content/uploads/2023/08/favicon-32x32-2.png\"> <link rel=\"icon\" type=\"image/png\" sizes=\"16x16\" href=\"/wp-con"
          },
          {
            "path": "/api/swagger.json",
            "statusCode": 404,
            "contentType": "text/html; charset=UTF-8",
            "valid": false,
            "issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html; charset=UTF-8\" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
            "compatibleContentType": false,
            "format": "yaml",
            "version": "",
            "pathCount": 0,
            "operationCount": 0,
            "rawExcerpt": "<!DOCTYPE html> <html lang=\"en\"><head>  <script src=\"https://cdn.cookielaw.org/scripttemplates/otSDKStub.js\"\n            type=\"text/javascript\"\n            charset=\"UTF-8\"\n            data-domain-script=\"7d2a05e4-c9a0-4e4b-8af6-d8875a78ee74\">\n        </script> <script type=\"text/javascript\">\n            function OptanonWrapper() {}\n        </script>  <meta charset=\"utf-8\"> <meta http-equiv=\"X-UA-Compatible\" content=\"IE=edge\"> <meta name=\"viewport\" content=\"width=device-width, initial-scale=1\"> <meta name=\"author\" content=\"\"> <link rel=\"apple-touch-icon\" sizes=\"180x180\" href=\"/wp-content/uploads/2023/08/apple-touch-icon-1.png\"> <link rel=\"icon\" type=\"image/png\" sizes=\"32x32\" href=\"/wp-content/uploads/2023/08/favicon-32x32-2.png\"> <link rel=\"icon\" type=\"image/png\" sizes=\"16x16\" href=\"/wp-con"
          },
          {
            "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>  <script src=\"https://cdn.cookielaw.org/scripttemplates/otSDKStub.js\"\n            type=\"text/javascript\"\n            charset=\"UTF-8\"\n            data-domain-script=\"7d2a05e4-c9a0-4e4b-8af6-d8875a78ee74\">\n        </script> <script type=\"text/javascript\">\n            function OptanonWrapper() {}\n        </script>  <meta charset=\"utf-8\"> <meta http-equiv=\"X-UA-Compatible\" content=\"IE=edge\"> <meta name=\"viewport\" content=\"width=device-width, initial-scale=1\"> <meta name=\"author\" content=\"\"> <link rel=\"apple-touch-icon\" sizes=\"180x180\" href=\"/wp-content/uploads/2023/08/apple-touch-icon-1.png\"> <link rel=\"icon\" type=\"image/png\" sizes=\"32x32\" href=\"/wp-content/uploads/2023/08/favicon-32x32-2.png\"> <link rel=\"icon\" type=\"image/png\" sizes=\"16x16\" href=\"/wp-con"
          }
        ]
      },
      "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 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": 204487
          }
        ]
      },
      "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."
    }
  ]
}

Security & TrustSecurity & TrustEstablished

Content-Security-Policy

Content-Security-Policy is missing or incomplete.

25 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

HSTS header

HSTS header is missing or incomplete.

25 Fail

Needs attention

HSTS header

Failed check
01

Issue

HSTS header is missing or incomplete.

02

Why it matters

HSTS tells browsers to keep using HTTPS after the first secure visit, reducing downgrade and mixed-transport risk for repeat users.

Check name

HSTS header

Score

0/100

Status

fail

Category

Security & Trust

Maturity

Established

Goal

Require HTTPS for repeat visits with Strict-Transport-Security.

Result

HSTS header is missing or incomplete.

Evidence
{
  "header": "strict-transport-security",
  "value": null
}

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",
            "length": 146
          },
          {
            "path": "/llms-full.txt",
            "statusCode": 404,
            "contentType": "text/html",
            "length": 146
          }
        ]
      },
      "issue": "llms.txt was not found at the expected path.",
      "howToFix": "Publish /llms.txt as Markdown with a clear title, concise site summary, and useful links for agents."
    }
  ]
}

AI DiscoverabilityContent ReadinessEstablished

Markdown negotiation

Markdown negotiation failed at "Markdown content type".

25 Fail

Needs attention

Markdown negotiation

Failed check
01

Issue

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

02

Why it matters

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

Check name

Markdown negotiation

Score

0/100

Status

fail

Category

Content Readiness

Maturity

Established

Goal

Return HTML responses as markdown when agents request it.

Result

Markdown negotiation failed at "Markdown content type".

Validation steps

  1. Markdown content type

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

  2. Vary: Accept header

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

  3. Structured Markdown body

    Markdown response is missing a heading.

Evidence
{
  "failedStep": "content-type",
  "steps": [
    {
      "id": "content-type",
      "title": "Markdown content type",
      "status": "fail",
      "evidence": {
        "statusCode": 200,
        "contentType": "text/html; charset=UTF-8"
      },
      "issue": "Content-Type \"text/html; charset=UTF-8\" does not indicate Markdown when requested with Accept: text/markdown.",
      "howToFix": "Return Content-Type: text/markdown; charset=utf-8 for requests with Accept: text/markdown."
    },
    {
      "id": "vary-accept",
      "title": "Vary: Accept header",
      "status": "fail",
      "evidence": {
        "vary": "Accept-Encoding, Accept-Encoding, Accept-Encoding, Accept-Encoding,Cookie"
      },
      "issue": "Markdown negotiation is missing Vary: Accept; current Vary header is \"Accept-Encoding, Accept-Encoding, Accept-Encoding, Accept-Encoding,Cookie\".",
      "howToFix": "Add Vary: Accept on negotiated Markdown responses so shared caches keep HTML and Markdown variants separate."
    },
    {
      "id": "markdown-content",
      "title": "Structured Markdown body",
      "status": "fail",
      "evidence": {
        "valid": false,
        "hasHeading": false,
        "wordCount": 30365,
        "excerpt": "<!DOCTYPE html> <html lang=\"en\"><head>  <script src=\"https://cdn.cookielaw.org/scripttemplates/otSDKStub.js\"\n            type=\"text/javascript\"\n            charset=\"UTF-8\"\n            data-domain-script=\"7d2a05e4-c9a0-4e4b-8af6-d8875a78ee74",
        "issue": "Markdown response is missing a heading."
      },
      "issue": "Markdown response is missing a heading.",
      "howToFix": "Return Markdown with at least one heading and substantive page content, including useful links or instructions for agents."
    }
  ]
}

Agent Ease of UseMCPEmerging recommendation

MCP Server Card

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

25 Fail

Needs attention

MCP Server Card

Failed check
01

Issue

MCP Server Card was not found at the expected path.

02

Why it matters

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

Check name

MCP Server Card

Score

0/100

Status

fail

Category

MCP

Maturity

Emerging recommendation

Goal

Publish an MCP Server Card for agent discovery.

Result

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

Validation steps

  1. Fetch to find resource

    MCP Server Card was not found at the expected path.

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

Agent Ease of UseMCPEmerging recommendation

mcp.json

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

25 Fail

Needs attention

mcp.json

Failed check
01

Issue

mcp.json was not found at the expected path.

02

Why it matters

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

Check name

mcp.json

Score

0/100

Status

fail

Category

MCP

Maturity

Emerging recommendation

Goal

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

Result

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

Validation steps

  1. Fetch to find resource

    mcp.json was not found at the expected path.

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

Security & TrustSecurity & TrustEstablished

Referrer-Policy

Referrer-Policy is missing or incomplete.

25 Fail

Needs attention

Referrer-Policy

Failed check
01

Issue

Referrer-Policy is missing or incomplete.

02

Why it matters

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

Check name

Referrer-Policy

Score

0/100

Status

fail

Category

Security & Trust

Maturity

Established

Goal

Limit how much referrer data leaves the site.

Result

Referrer-Policy is missing or incomplete.

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

AI DiscoverabilityContent ReadinessEstablished

Semantic HTML

Semantic HTML is missing or incomplete.

25 Fail

Needs attention

Semantic HTML

Failed check
01

Issue

Semantic HTML is incomplete: missing <main> landmark; skipped heading levels; 4 buttons missing accessible names; 2/7 applicable form inputs have autocomplete attributes (5 missing).

Details

02

Why it matters

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

Check name

Semantic HTML

Score

0/100

Status

fail

Category

Content Readiness

Maturity

Established

Goal

Expose readable page structure through semantic HTML and accessible controls.

Result

Semantic HTML is missing or incomplete.

Evidence
{
  "main": false,
  "nav": true,
  "footer": true,
  "meaningfulH1": true,
  "headingOrder": false,
  "accessibleLinks": true,
  "accessibleButtons": false,
  "imageAltCoverage": true,
  "formAutocompleteCoverage": false,
  "details": {
    "inaccessibleLinks": [],
    "inaccessibleButtons": [
      "<button aria-expanded=\"false\" ot-accordion=\"true\" aria-controls=\"ot-desc-id-C0003\" aria-labelledby=\"ot-header-id-C0003\"></button>",
      "<button aria-expanded=\"false\" ot-accordion=\"true\" aria-controls=\"ot-desc-id-C0004\" aria-labelledby=\"ot-header-id-C0004\"></button>",
      "<button aria-expanded=\"false\" ot-accordion=\"true\" aria-controls=\"ot-desc-id-C0001\" aria-labelledby=\"ot-header-id-C0001 ot-status-id-C0001\"></button>",
      "<button aria-expanded=\"false\" ot-accordion=\"true\" aria-controls=\"ot-desc-id-C0002\" aria-labelledby=\"ot-header-id-C0002\"></button>"
    ],
    "missingAutocompleteInputs": [
      "<input class=\"ctrl\" type=\"text\" placeholder=\"Full Name\" id=\"sdfirstname\" tabindex=\"1\">",
      "<input class=\"ctrl\" placeholder=\"Work Email\" name=\"sdemail\" type=\"text\" id=\"sdemail\" tabindex=\"2\">",
      "<input class=\"ctrl\" type=\"text\" id=\"company\" name=\"company\" placeholder=\"Company Name\" tabindex=\"3\">",
      "<input list=\"sdphoneCodeSelect\" type=\"text\" class=\"ctrl\" id=\"sdphoneCode\" name=\"sdphoneCode\" placeholder=\"+91\" tabindex=\"-1\" aria-hidden=\"true\" style=\"padding-right: 0px; padding-left: 5px; width: 70px; position: absolute; left: 0px; border-right: 1px solid rgb(51, 51, 51);\">",
      "<input id=\"vendor-search-handler\" type=\"text\" name=\"vendor-search-handler\" placeholder=\"Search&#x2026;\" aria-label=\"Cookie list search\">"
    ],
    "imagesMissingAlt": [
      "<img class=\"thumb-demo mob-none lazyload\" width=\"144px\" height=\"83px\" data-src=\"/wp-content/uploads/2024/02/demo-center-thumb.png\">",
      "<img class=\"thumb-demo mob-none lazyload\" width=\"144px\" height=\"83px\" data-src=\"/wp-content/uploads/2024/02/demo-center-thumb.png\">",
      "<img width=\"16\" height=\"16\" class=\"lazyload\" data-src=\"https://clevertap.com/wp-content/uploads/2024/09/Group.svg\" style=\"margin-right: 10px;\">",
      "<img data-src=\"https://clevertap.com/wp-content/uploads/2025/12/OG-image_Webinar_-CleverAI-Agents.webp?w=1024\" class=\"lazyload\" width=\"296px\" height=\"127px\">",
      "<img data-src=\"https://clevertap.com/wp-content/uploads/2019/08/Ecommerce-App-Benchmark-Report.png\" class=\"lazyload\">",
      "<img data-src=\"https://clevertap.com/wp-content/uploads/2021/12/How-Using-Best-Time-to-Send-Lifted-ZEE5-Globals-Campaign-CTRs-by-60.png\" class=\"lazyload\">",
      "<img data-src=\"https://clevertap.com/wp-content/uploads/2023/03/How-Simpl-Boosts-Operational-Efficiency-and-Reduces-Errors-by-Automating-Engagement.png\" class=\"lazyload\">",
      "<img data-src=\"https://clevertap.com/wp-content/uploads/2019/01/Fintech-App-Engage.png\" class=\"lazyload\">",
      "<img data-src=\"https://clevertap.com/wp-content/uploads/2019/06/Food-Tech-App-Benchmark-Report.png\" class=\"lazyload\">",
      "<img data-src=\"https://clevertap.com/wp-content/uploads/2019/08/Ecommerce-App-Benchmark-Report.png\" class=\"lazyload\">",
      "<img data-src=\"https://clevertap.com/wp-content/uploads/2021/12/How-Using-Best-Time-to-Send-Lifted-ZEE5-Globals-Campaign-CTRs-by-60.png\" class=\"lazyload\">",
      "<img data-src=\"https://clevertap.com/wp-content/uploads/2023/03/How-Simpl-Boosts-Operational-Efficiency-and-Reduces-Errors-by-Automating-Engagement.png\" class=\"lazyload\">",
      "<img data-src=\"https://clevertap.com/wp-content/uploads/2019/01/Fintech-App-Engage.png\" class=\"lazyload\">",
      "<img data-src=\"https://clevertap.com/wp-content/uploads/2019/06/Food-Tech-App-Benchmark-Report.png\" class=\"lazyload\">",
      "<img data-src=\"https://clevertap.com/wp-content/uploads/2019/08/Ecommerce-App-Benchmark-Report.png\" class=\"lazyload\">",
      "<img data-src=\"https://clevertap.com/wp-content/uploads/2021/12/How-Using-Best-Time-to-Send-Lifted-ZEE5-Globals-Campaign-CTRs-by-60.png\" class=\"lazyload\">",
      "<img data-src=\"https://clevertap.com/wp-content/uploads/2023/03/How-Simpl-Boosts-Operational-Efficiency-and-Reduces-Errors-by-Automating-Engagement.png\" class=\"lazyload\">"
    ],
    "skippedHeadingLevels": [
      "h4: Trusted by 2000+ leading brands worldwide",
      "h4: Get a Personalized Demo",
      "h1: Unlock Limitless Customer Lifetime Value",
      "h2: What’s New?",
      "h2: 2000+ Brands Trust CleverTap",
      "h2: And Customers Love Us",
      "h4: CleverTap is a Leader in the 2026 Gartner® Magic Quadrant™ for Personalization Engines.",
      "h2: Understand Customers for Life",
      "h2: Personalize Every Experience",
      "h2: All-In-One Platform that Unifies",
      "h2: Truly CleverAI™",
      "h2: Purpose-built for your business!",
      "h2: The Clever All-In-One Customer Engagement Platform",
      "h2: Your Industry. Our Solutions.",
      "h3: E-Commerce",
      "h3: Subscriptions",
      "h3: Financial Services",
      "h3: Gaming",
      "h2: Hear it from our Customers. It’s all love.",
      "h2: Latest Trends in Customer Engagement",
      "h2: Privacy Preference Center",
      "h3: Manage Consent Preferences",
      "h4: Functional Cookies",
      "h4: Targeting Cookies",
      "h4: Strictly Necessary Cookies",
      "h4: Performance Cookies",
      "h3: Cookie List"
    ]
  },
  "counts": {
    "h1": 1,
    "headings": 27,
    "links": 243,
    "inaccessibleLinks": 0,
    "buttons": 21,
    "inaccessibleButtons": 4,
    "images": 487,
    "imagesWithAlt": 470,
    "autocompleteInputs": 7,
    "inputsWithAutocomplete": 2,
    "missingAutocompleteInputs": 5
  }
}

Agent Ease of UseMCPInformational

WebMCP manifest

WebMCP manifest failed at "Fetch to find resource".

25 Fail

Needs attention

WebMCP manifest

Failed check
01

Issue

WebMCP manifest was not found at the expected path.

02

Why it matters

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

Check name

WebMCP manifest

Score

0/100

Status

fail

Category

MCP

Maturity

Informational

Goal

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

Result

WebMCP manifest failed at "Fetch to find resource".

Validation steps

  1. Fetch to find resource

    WebMCP manifest was not found at the expected path.

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

Security & TrustSecurity & TrustEstablished

X-Content-Type-Options

X-Content-Type-Options is missing or incomplete.

25 Fail

Needs attention

X-Content-Type-Options

Failed check
01

Issue

X-Content-Type-Options is missing or incomplete.

02

Why it matters

X-Content-Type-Options prevents browsers from treating mislabeled files as executable content, reducing content-sniffing attacks.

Check name

X-Content-Type-Options

Score

0/100

Status

fail

Category

Security & Trust

Maturity

Established

Goal

Prevent MIME sniffing for browser-loaded resources.

Result

X-Content-Type-Options is missing or incomplete.

Evidence
{
  "header": "x-content-type-options",
  "value": null
}

Agent Ease of UseSkill DiscoveryEmerging recommendation

A2A Agent Card

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

20 Fail

Needs attention

A2A Agent Card

Failed check
01

Issue

A2A Agent Card was not found at the expected path.

02

Why it matters

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

Check name

A2A Agent Card

Score

0/100

Status

fail

Category

Skill Discovery

Maturity

Emerging recommendation

Goal

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

Result

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

Validation steps

  1. Fetch to find resource

    A2A Agent Card was not found at the expected path.

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

Agent Ease of UseSkill DiscoveryEmerging recommendation

Agent Skills index

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

20 Fail

Needs attention

Agent Skills index

Failed check
01

Issue

Agent Skills index was not found at the expected path.

02

Why it matters

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

Check name

Agent Skills index

Score

0/100

Status

fail

Category

Skill Discovery

Maturity

Emerging recommendation

Goal

Publish an agent skills discovery index.

Result

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

Validation steps

  1. Fetch to find resource

    Agent Skills index was not found at the expected path.

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

Agent Ease of UseSkill DiscoveryEmerging recommendation

agent.json

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

20 Fail

Needs attention

agent.json

Failed check
01

Issue

agent.json was not found at the expected path.

02

Why it matters

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

Check name

agent.json

Score

0/100

Status

fail

Category

Skill Discovery

Maturity

Emerging recommendation

Goal

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

Result

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

Validation steps

  1. Fetch to find resource

    agent.json was not found at the expected path.

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

Agent Ease of UseSkill DiscoveryInformational

agents.json

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

20 Fail

Needs attention

agents.json

Failed check
01

Issue

agents.json was not found at the expected path.

02

Why it matters

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

Check name

agents.json

Score

0/100

Status

fail

Category

Skill Discovery

Maturity

Informational

Goal

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

Result

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

Validation steps

  1. Fetch to find resource

    agents.json was not found at the expected path.

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

Agent Ease of UseSkill DiscoveryEmerging recommendation

DNS-AID Agent Discovery

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

15 Fail

Needs attention

DNS-AID Agent Discovery

Failed check
01

Issue

No DNS-AID entrypoint records were found under _agents.

02

Why it matters

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

Check name

DNS-AID Agent Discovery

Score

25/100

Status

fail

Category

Skill Discovery

Maturity

Emerging recommendation

Goal

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

Result

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

Validation steps

  1. Resolve DNS-AID SVCB/HTTPS records

    No DNS-AID entrypoint records were found under _agents.

  2. Validate alpn and endpoint parameters

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

  3. Check DNSSEC material

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

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

Agent Ease of UseMCPInformational

WebMCP

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

13 Warning

Needs attention

WebMCP

Warning
01

Issue

WebMCP declarative annotations need fixes.

Details

02

Why it matters

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

Check name

WebMCP

Score

50/100

Status

warning

Category

MCP

Maturity

Informational

Goal

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

Result

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

Validation steps

  1. Detect data-mcp-tool annotations

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

  2. Detect WebMCP declarative tags

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

  3. Validate WebMCP declarative annotation quality

    WebMCP declarative annotations need fixes.

    WebMCP declarative annotation issues
    • <input> is missing a name attribute.
    • <input> is missing tool-param-description.
    • <input name="sdemail"> is missing tool-param-description.
    • <input name="company"> is missing tool-param-description.
    • <input name="sdphoneCode"> is missing a label.
    • <input name="sdphoneCode"> is missing tool-param-description.
    • <input name="phone"> is missing a label.
    • <input name="phone"> is missing tool-param-description.
    • <input> is missing a name attribute.
    • <input> is missing tool-param-description.
    • <input> is missing a name attribute.
    • <input> is missing tool-param-description.
    • <input name="ot-group-id-C0003"> is missing tool-param-description.
    • <input name="ot-group-id-C0004"> is missing tool-param-description.
    • <input name="ot-group-id-C0002"> is missing tool-param-description.
    • <input name="vendor-search-handler"> is missing tool-param-description.
    • <input> is missing a name attribute.
    • <input> is missing tool-param-description.
    • <input> is missing a name attribute.
    • <input> is missing tool-param-description.
    • <input> is missing a name attribute.
    • <input> is missing tool-param-description.
    • <input> is missing a name attribute.
    • <input> is missing tool-param-description.
  4. Detect WebMCP imperative API usage

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

  5. Detect WebMCP browser navigator injection

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

  6. Interactive surface coverage

    Only 0% of interactive surfaces are annotated.

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

AI DiscoverabilityContent ReadinessEstablished

Content freshness signals

Content freshness signals is partially implemented.

6 Warning

Needs attention

Content freshness signals

Warning
01

Issue

Content freshness signals are incomplete: 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

75/100

Status

warning

Category

Content Readiness

Maturity

Established

Goal

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

Result

Content freshness signals is partially implemented.

Evidence
{
  "lastModified": "Mon, 08 Jun 2026 15:29:37 GMT",
  "schemaDates": [
    "2026-06-08T15:29:37+05:30",
    "2017-03-28T11:55:36+05:30"
  ],
  "metaDateCount": 0,
  "timeDateCount": 0
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

AIO: Source and trust signals

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

4 Warning

Needs attention

AIO: Source and trust signals

Warning
01

Issue

Missing AIO trust signals: author, publisher.

Details

02

Why it matters

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

Check name

AIO: Source and trust signals

Score

60/100

Status

warning

Category

GEO, AIO & AEO

Maturity

Emerging recommendation

Goal

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

Result

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

Evidence
{
  "signals": {
    "author": false,
    "publisher": false,
    "freshnessDate": true,
    "aboutOrContact": true,
    "policyLinks": true
  },
  "missing": [
    "author",
    "publisher"
  ],
  "authorMeta": "",
  "schemaAuthors": [],
  "schemaPublishers": [],
  "schemaDates": [
    "2017-03-28T11:55:36+05:30",
    "2026-06-08T15:29:37+05:30"
  ],
  "visibleDates": [],
  "aboutLinks": [
    {
      "href": "javascript:;",
      "text": "Company",
      "html": "<a href=\"javascript:;\">Company</a>"
    },
    {
      "href": "javascript:;",
      "text": "Company",
      "html": "<a href=\"javascript:;\" class=\"label\">Company </a>"
    },
    {
      "href": "https://clevertap.com/about-us/",
      "text": "About Us Building lifelong customers",
      "html": "<a href=\"https://clevertap.com/about-us/\"> <p class=\"ct-ddCards__title tablinks active\"> <span class=\"c-btn c-btn-arrow arrow-nav\">About Us</span> <span class=\"ct-ddCards__title_desc\">Building lifelong customers</span> </p> </a>"
    },
    {
      "href": "https://clevertap.com/about-us/",
      "text": "About Us",
      "html": "<a href=\"https://clevertap.com/about-us/\">About Us</a>"
    },
    {
      "href": "https://www.linkedin.com/company/clevertap",
      "text": "",
      "html": "<a href=\"https://www.linkedin.com/company/clevertap\" target=\"_blank\"> <span class=\"ft-icon\"><img data-src=\"/wp-content/uploads/2023/08/Linkedin-1.svg\" width=\"24px\" height=\"24px\" alt=\"LinkedIN\" class=\"lazyload\"></span> </a>"
    }
  ],
  "contactLinks": [
    {
      "href": "https://clevertap.com/cleverai-agents/",
      "text": "CleverAI™ Agents Built to help you decide, create and act towards your goals",
      "html": "<a href=\"https://clevertap.com/cleverai-agents/\"> <p class=\"ct-ddCards__title\"> <span class=\"c-btn c-btn-arrow arrow-nav\">CleverAI&#x2122; Agents</span> <span class=\"ct-ddCards__title_desc\">Built to help you decide, create and act towards your goals</span> </p> </a>"
    },
    {
      "href": "https://clevertap.com/contact-us/",
      "text": "Contact Us We’d love to hear from you!",
      "html": "<a href=\"https://clevertap.com/contact-us/\"> <p class=\"ct-ddCards__title tablinks active\"> <span class=\"c-btn c-btn-arrow arrow-nav\"> Contact Us</span> <span class=\"ct-ddCards__title_desc\">We&#x2019;d love to hear from you!</span> </p> </a>"
    },
    {
      "href": "https://clevertap.com/case-study/how-edenred-used-timely-engagement-to-reduce-support-tickets-by-45-in-uae/",
      "text": "Learn more",
      "html": "<a href=\"https://clevertap.com/case-study/how-edenred-used-timely-engagement-to-reduce-support-tickets-by-45-in-uae/\" class=\"u-MT30 card__btn c-btn c-btn-reverse c-btn-no-border medium-btn industry-btn\">Learn more</a>"
    },
    {
      "href": "https://clevertap.com/contact-us/",
      "text": "Contact Us",
      "html": "<a href=\"https://clevertap.com/contact-us/\">Contact Us</a>"
    },
    {
      "href": "https://clevertap.com/contact-us/",
      "text": "Contact Us",
      "html": "<a class=\"contact c-btn c-btn-reverse\" href=\"https://clevertap.com/contact-us/\">Contact Us</a>"
    }
  ],
  "privacyLinks": [
    {
      "href": "https://clevertap.com/privacy-policy/",
      "text": "Privacy Policy",
      "html": "<a href=\"https://clevertap.com/privacy-policy/\" target=\"_blank\" rel=\"noopener noreferrer\" tabindex=\"-1\" aria-hidden=\"true\">Privacy Policy</a>"
    },
    {
      "href": "https://clevertap.com/privacy-policy/",
      "text": "Privacy Policy",
      "html": "<a href=\"https://clevertap.com/privacy-policy/\" target=\"_blank\" rel=\"noopener noreferrer\" tabindex=\"-1\" aria-hidden=\"true\">Privacy Policy</a>"
    },
    {
      "href": "https://policies.google.com/privacy",
      "text": "Privacy",
      "html": "<a href=\"https://policies.google.com/privacy\" tabindex=\"-1\" aria-hidden=\"true\">Privacy</a>"
    },
    {
      "href": "https://policies.google.com/terms",
      "text": "Terms",
      "html": "<a href=\"https://policies.google.com/terms\" tabindex=\"-1\" aria-hidden=\"true\">Terms</a>"
    },
    {
      "href": "https://clevertap.com/glossary-list/",
      "text": "Glossary Stay current with new terms and concepts",
      "html": "<a href=\"https://clevertap.com/glossary-list/\"> <p class=\"ct-ddCards__title tablinks active\"> <span class=\"c-btn c-btn-arrow arrow-nav\">Glossary</span> <span class=\"ct-ddCards__title_desc\">Stay current with new terms and concepts</span> </p> </a>"
    },
    {
      "href": "https://clevertap.com/terms-service/",
      "text": "Terms of Service",
      "html": "<a href=\"https://clevertap.com/terms-service/\" target=\"_terms\">Terms of Service</a>"
    },
    {
      "href": "https://clevertap.com/terms-of-service-for-c4s/",
      "text": "Terms of Service for C4S",
      "html": "<a href=\"https://clevertap.com/terms-of-service-for-c4s/\" target=\"_terms\">Terms of Service for C4S</a>"
    },
    {
      "href": "https://clevertap.com/privacy-policy/",
      "text": "Privacy Policy",
      "html": "<a href=\"https://clevertap.com/privacy-policy/\" target=\"_privacy\">Privacy Policy</a>"
    },
    {
      "href": "https://clevertap.com/eu-us-data-privacy-framework-policy/",
      "text": "EU-U.S. Data Privacy Framework Policy",
      "html": "<a href=\"https://clevertap.com/eu-us-data-privacy-framework-policy/\">EU-U.S. Data Privacy Framework Policy</a>"
    }
  ],
  "score": 60,
  "weight": 20
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

AEO: Answer-first sections

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

4 Warning

Needs attention

AEO: Answer-first sections

Warning
01

Issue

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

Details

02

Why it matters

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

Check name

AEO: Answer-first sections

Score

65/100

Status

warning

Category

GEO, AIO & AEO

Maturity

Emerging recommendation

Goal

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

Result

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

Evidence
{
  "sectionCount": 19,
  "passing": 0,
  "failing": [
    {
      "heading": "What’s New?",
      "headingHtml": "<h2 style=\"font-size:48px; margin-bottom: 40px;\">What&#x2019;s New?</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "2000+ Brands Trust CleverTap",
      "headingHtml": "<h2 class=\"headingh4 ct-blue-text\">2000+ Brands Trust CleverTap</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "And Customers Love Us",
      "headingHtml": "<h2 class=\"headingh4 ct-blue-text ct-blue-text u-MB30\">And Customers Love Us</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Understand Customers for Life",
      "headingHtml": "<h2 class=\"headingh2 u-PB20 u-mob-PB10\">Understand Customers <br>for Life</h2>",
      "firstParagraph": "Engage customers for life with the industry’s only platform that limitlessly analyzes data from every source, all at once.",
      "paragraphHtml": "<p class=\"text-medium\">Engage customers for life with the industry&#x2019;s only platform that limitlessly analyzes data from every source, all at once.</p>",
      "words": 20,
      "direct": false,
      "issue": "First paragraph is 20 words and does not look like a concise direct answer."
    },
    {
      "heading": "Personalize Every Experience",
      "headingHtml": "<h2 class=\"headingh2 u-PB20 u-mob-PB10\">Personalize Every Experience</h2>",
      "firstParagraph": "Inspire confident decisions with memorable, personal experiences for brand love, loyalty and advocacy.",
      "paragraphHtml": "<p class=\"text-medium\">Inspire confident decisions with memorable, personal experiences for brand love, loyalty and advocacy.</p>",
      "words": 13,
      "direct": false,
      "issue": "First paragraph is 13 words and does not look like a concise direct answer."
    },
    {
      "heading": "All-In-One Platform that Unifies",
      "headingHtml": "<h2 class=\"headingh2 u-PB20 u-mob-PB10\">All-In-One Platform <br>that Unifies</h2>",
      "firstParagraph": "Bring together people, processes, and technology to deliver unified customer experiences.",
      "paragraphHtml": "<p class=\"text-medium\">Bring together people, processes, and technology to deliver unified customer experiences.</p>",
      "words": 11,
      "direct": false,
      "issue": "First paragraph is 11 words and does not look like a concise direct answer."
    },
    {
      "heading": "Truly CleverAI™",
      "headingHtml": "<h2 class=\"headingh2 u-PB20 u-mob-PB10\">Truly CleverAI&#x2122;</h2>",
      "firstParagraph": "Insightful, empathetic and prescriptive intelligence that empowers businesses to make smarter, faster decisions.",
      "paragraphHtml": "<p class=\"text-medium\">Insightful, empathetic and prescriptive intelligence that empowers businesses to make smarter, faster decisions.</p>",
      "words": 13,
      "direct": false,
      "issue": "First paragraph is 13 words and does not look like a concise direct answer."
    },
    {
      "heading": "Purpose-built for your business!",
      "headingHtml": "<h2 class=\"headingh2 u-PB20 u-mob-PB10\">Purpose-built for your business!</h2>",
      "firstParagraph": "Solutions for your business model which deliver value that matter to you.",
      "paragraphHtml": "<p class=\"text-medium\">Solutions for your business model which deliver value that matter to you.</p>",
      "words": 12,
      "direct": false,
      "issue": "First paragraph is 12 words and does not look like a concise direct answer."
    },
    {
      "heading": "The Clever All-In-One Customer Engagement Platform",
      "headingHtml": "<h2 class=\"headingh2 ct-blue-text u-PB60\">The Clever All-In-One Customer <br>Engagement Platform</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Your Industry. Our Solutions.",
      "headingHtml": "<h2 class=\"headingh2 ct-blue-text u-PB60 u-mob-PB20 u-mob-PT40\">Your Industry. Our Solutions.</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "E-Commerce",
      "headingHtml": "<h3>E-Commerce</h3>",
      "firstParagraph": "5x",
      "paragraphHtml": "<p class=\"cards-percent\" style=\"font-family:circular_stdblack;\">5x</p>",
      "words": 1,
      "direct": false,
      "issue": "First paragraph is 1 words and does not look like a concise direct answer."
    },
    {
      "heading": "Subscriptions",
      "headingHtml": "<h3>Subscriptions</h3>",
      "firstParagraph": "60%",
      "paragraphHtml": "<p class=\"cards-percent\" style=\"font-family:circular_stdblack;\">60%</p>",
      "words": 1,
      "direct": false,
      "issue": "First paragraph is 1 words and does not look like a concise direct answer."
    },
    {
      "heading": "Financial Services",
      "headingHtml": "<h3>Financial Services</h3>",
      "firstParagraph": "45%",
      "paragraphHtml": "<p class=\"cards-percent\" style=\"font-family:circular_stdblack;\">45%</p>",
      "words": 1,
      "direct": false,
      "issue": "First paragraph is 1 words and does not look like a concise direct answer."
    },
    {
      "heading": "Gaming",
      "headingHtml": "<h3>Gaming</h3>",
      "firstParagraph": "40%",
      "paragraphHtml": "<p class=\"cards-percent\" style=\"font-family:circular_stdblack;\">40%</p>",
      "words": 1,
      "direct": false,
      "issue": "First paragraph is 1 words and does not look like a concise direct answer."
    },
    {
      "heading": "Hear it from our Customers. It’s all love.",
      "headingHtml": "<h2 class=\"headingh2 ct-blue-text u-PB0\">Hear it from our Customers. It&#x2019;s all love.</h2>",
      "firstParagraph": "We’ve been using CleverTap for over 6 years now, for our customer and enterprise apps. We also use them for AI-driven segmentation.",
      "paragraphHtml": "<p class=\"u-block-title\">We&#x2019;ve been using CleverTap for over 6 years now, for our customer and enterprise apps. We also use them for AI-driven segmentation.</p>",
      "words": 23,
      "direct": false,
      "issue": "First paragraph is 23 words and does not look like a concise direct answer."
    },
    {
      "heading": "Latest Trends in Customer Engagement",
      "headingHtml": "<h2 class=\"u-block-title is-Border ct-blue-text\" style=\"text-align: center;max-width: none;margin-bottom: 10px;\">Latest Trends in Customer Engagement</h2>",
      "firstParagraph": "Product",
      "paragraphHtml": "<p>Product</p>",
      "words": 1,
      "direct": false,
      "issue": "First paragraph is 1 words and does not look like a concise direct answer."
    },
    {
      "heading": "Privacy Preference Center",
      "headingHtml": "<h2 id=\"ot-pc-title\">Privacy Preference Center</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Manage Consent Preferences",
      "headingHtml": "<h3 id=\"ot-category-title\"> Manage Consent Preferences</h3>",
      "firstParagraph": "These cookies enable the website to provide enhanced functionality and personalisation. They may be set by us or by third party providers whose services we have added to our pages. If you do not allow these cookies then some or all of these services may not function properly.",
      "paragraphHtml": "<p class=\"ot-acc-grpdesc ot-category-desc\" id=\"ot-desc-id-C0003\">These cookies enable the website to provide enhanced functionality and personalisation. They may be set by us or by third party providers whose services we have added to our pages. If you do not allow these cookies then some or all of these services may not function properly.</p>",
      "words": 48,
      "direct": false,
      "issue": "First paragraph is 48 words and does not look like a concise direct answer."
    },
    {
      "heading": "Cookie List",
      "headingHtml": "<h3>Cookie List</h3>",
      "firstParagraph": "",
      "paragraphHtml": "<p role=\"status\" class=\"ot-scrn-rdr\"></p>",
      "words": 0,
      "direct": false,
      "issue": "First paragraph is 0 words and does not look like a concise direct answer."
    }
  ],
  "score": 65,
  "weight": 28
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

AEO: Answer evidence and trust

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

3 Warning

Needs attention

AEO: Answer evidence and trust

Warning
01

Issue

Missing AIO trust signals: author, publisher.

Details

02

Why it matters

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

Check name

AEO: Answer evidence and trust

Score

60/100

Status

warning

Category

GEO, AIO & AEO

Maturity

Emerging recommendation

Goal

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

Result

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

Evidence
{
  "signals": {
    "author": false,
    "publisher": false,
    "freshnessDate": true,
    "aboutOrContact": true,
    "policyLinks": true
  },
  "missing": [
    "author",
    "publisher"
  ],
  "authorMeta": "",
  "schemaAuthors": [],
  "schemaPublishers": [],
  "schemaDates": [
    "2017-03-28T11:55:36+05:30",
    "2026-06-08T15:29:37+05:30"
  ],
  "visibleDates": [],
  "aboutLinks": [
    {
      "href": "javascript:;",
      "text": "Company",
      "html": "<a href=\"javascript:;\">Company</a>"
    },
    {
      "href": "javascript:;",
      "text": "Company",
      "html": "<a href=\"javascript:;\" class=\"label\">Company </a>"
    },
    {
      "href": "https://clevertap.com/about-us/",
      "text": "About Us Building lifelong customers",
      "html": "<a href=\"https://clevertap.com/about-us/\"> <p class=\"ct-ddCards__title tablinks active\"> <span class=\"c-btn c-btn-arrow arrow-nav\">About Us</span> <span class=\"ct-ddCards__title_desc\">Building lifelong customers</span> </p> </a>"
    },
    {
      "href": "https://clevertap.com/about-us/",
      "text": "About Us",
      "html": "<a href=\"https://clevertap.com/about-us/\">About Us</a>"
    },
    {
      "href": "https://www.linkedin.com/company/clevertap",
      "text": "",
      "html": "<a href=\"https://www.linkedin.com/company/clevertap\" target=\"_blank\"> <span class=\"ft-icon\"><img data-src=\"/wp-content/uploads/2023/08/Linkedin-1.svg\" width=\"24px\" height=\"24px\" alt=\"LinkedIN\" class=\"lazyload\"></span> </a>"
    }
  ],
  "contactLinks": [
    {
      "href": "https://clevertap.com/cleverai-agents/",
      "text": "CleverAI™ Agents Built to help you decide, create and act towards your goals",
      "html": "<a href=\"https://clevertap.com/cleverai-agents/\"> <p class=\"ct-ddCards__title\"> <span class=\"c-btn c-btn-arrow arrow-nav\">CleverAI&#x2122; Agents</span> <span class=\"ct-ddCards__title_desc\">Built to help you decide, create and act towards your goals</span> </p> </a>"
    },
    {
      "href": "https://clevertap.com/contact-us/",
      "text": "Contact Us We’d love to hear from you!",
      "html": "<a href=\"https://clevertap.com/contact-us/\"> <p class=\"ct-ddCards__title tablinks active\"> <span class=\"c-btn c-btn-arrow arrow-nav\"> Contact Us</span> <span class=\"ct-ddCards__title_desc\">We&#x2019;d love to hear from you!</span> </p> </a>"
    },
    {
      "href": "https://clevertap.com/case-study/how-edenred-used-timely-engagement-to-reduce-support-tickets-by-45-in-uae/",
      "text": "Learn more",
      "html": "<a href=\"https://clevertap.com/case-study/how-edenred-used-timely-engagement-to-reduce-support-tickets-by-45-in-uae/\" class=\"u-MT30 card__btn c-btn c-btn-reverse c-btn-no-border medium-btn industry-btn\">Learn more</a>"
    },
    {
      "href": "https://clevertap.com/contact-us/",
      "text": "Contact Us",
      "html": "<a href=\"https://clevertap.com/contact-us/\">Contact Us</a>"
    },
    {
      "href": "https://clevertap.com/contact-us/",
      "text": "Contact Us",
      "html": "<a class=\"contact c-btn c-btn-reverse\" href=\"https://clevertap.com/contact-us/\">Contact Us</a>"
    }
  ],
  "privacyLinks": [
    {
      "href": "https://clevertap.com/privacy-policy/",
      "text": "Privacy Policy",
      "html": "<a href=\"https://clevertap.com/privacy-policy/\" target=\"_blank\" rel=\"noopener noreferrer\" tabindex=\"-1\" aria-hidden=\"true\">Privacy Policy</a>"
    },
    {
      "href": "https://clevertap.com/privacy-policy/",
      "text": "Privacy Policy",
      "html": "<a href=\"https://clevertap.com/privacy-policy/\" target=\"_blank\" rel=\"noopener noreferrer\" tabindex=\"-1\" aria-hidden=\"true\">Privacy Policy</a>"
    },
    {
      "href": "https://policies.google.com/privacy",
      "text": "Privacy",
      "html": "<a href=\"https://policies.google.com/privacy\" tabindex=\"-1\" aria-hidden=\"true\">Privacy</a>"
    },
    {
      "href": "https://policies.google.com/terms",
      "text": "Terms",
      "html": "<a href=\"https://policies.google.com/terms\" tabindex=\"-1\" aria-hidden=\"true\">Terms</a>"
    },
    {
      "href": "https://clevertap.com/glossary-list/",
      "text": "Glossary Stay current with new terms and concepts",
      "html": "<a href=\"https://clevertap.com/glossary-list/\"> <p class=\"ct-ddCards__title tablinks active\"> <span class=\"c-btn c-btn-arrow arrow-nav\">Glossary</span> <span class=\"ct-ddCards__title_desc\">Stay current with new terms and concepts</span> </p> </a>"
    },
    {
      "href": "https://clevertap.com/terms-service/",
      "text": "Terms of Service",
      "html": "<a href=\"https://clevertap.com/terms-service/\" target=\"_terms\">Terms of Service</a>"
    },
    {
      "href": "https://clevertap.com/terms-of-service-for-c4s/",
      "text": "Terms of Service for C4S",
      "html": "<a href=\"https://clevertap.com/terms-of-service-for-c4s/\" target=\"_terms\">Terms of Service for C4S</a>"
    },
    {
      "href": "https://clevertap.com/privacy-policy/",
      "text": "Privacy Policy",
      "html": "<a href=\"https://clevertap.com/privacy-policy/\" target=\"_privacy\">Privacy Policy</a>"
    },
    {
      "href": "https://clevertap.com/eu-us-data-privacy-framework-policy/",
      "text": "EU-U.S. Data Privacy Framework Policy",
      "html": "<a href=\"https://clevertap.com/eu-us-data-privacy-framework-policy/\">EU-U.S. Data Privacy Framework Policy</a>"
    }
  ],
  "score": 60,
  "weight": 22
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

AIO: Visible structured data match

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

3 Warning

Needs attention

AIO: Visible structured data match

Warning
01

Issue

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

Details

02

Why it matters

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

Check name

AIO: Visible structured data match

Score

67/100

Status

warning

Category

GEO, AIO & AEO

Maturity

Emerging recommendation

Goal

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

Result

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

Evidence
{
  "schemaCount": 4,
  "checkedFields": [
    {
      "path": "$[0].@graph[0].name",
      "value": "CleverTap"
    },
    {
      "path": "$[0].@graph[0].description",
      "value": "Engage your customers like never before with CleverTap’s all-in-one customer engagement platform. From personalized messaging to automated campaigns, CleverTap platform offers a suite of powerful tools to help you connect with your audience at every stage of the customer journey. Get started with CleverTap today"
    },
    {
      "path": "$[0].@graph[1].name",
      "value": "Supercharge Your Customer Lifetime Value with CleverTap: The Ultimate All-in-One Customer Engagement Platform"
    },
    {
      "path": "$[0].@graph[1].description",
      "value": "Engage your customers like never before with CleverTap’s all-in-one customer engagement platform. From personalized messaging to automated campaigns, CleverTap platform offers a suite of powerful tools to help you connect with your audience at every stage of the customer journey. Get started with CleverTap today."
    },
    {
      "path": "$[0].@graph[2].name",
      "value": "CleverTap"
    },
    {
      "path": "$[0].@graph[2].description",
      "value": "All-in-One Customer Engagement Platform"
    },
    {
      "path": "$[1].name",
      "value": "CleverTap"
    },
    {
      "path": "$[1].description",
      "value": "Engage your customers like never before with CleverTap’s all-in-one customer engagement platform. From personalized messaging to automated campaigns, CleverTap platform offers a suite of powerful tools to help you connect with your audience at every stage of the customer journey. Get started with CleverTap today"
    },
    {
      "path": "$[2].name",
      "value": "Supercharge Your Customer Lifetime Value with CleverTap: The Ultimate All-in-One Customer Engagement Platform"
    },
    {
      "path": "$[2].description",
      "value": "Engage your customers like never before with CleverTap’s all-in-one customer engagement platform. From personalized messaging to automated campaigns, CleverTap platform offers a suite of powerful tools to help you connect with your audience at every stage of the customer journey. Get started with CleverTap today."
    },
    {
      "path": "$[3].name",
      "value": "CleverTap"
    },
    {
      "path": "$[3].description",
      "value": "All-in-One Customer Engagement Platform"
    }
  ],
  "mismatches": [
    {
      "path": "$[0].@graph[0].description",
      "value": "Engage your customers like never before with CleverTap’s all-in-one customer engagement platform. From personalized messaging to automated campaigns, CleverTap platform offers a suite of powerful tools to help you connect with your audience at every stage of the customer journey. Get started with CleverTap today"
    },
    {
      "path": "$[0].@graph[1].description",
      "value": "Engage your customers like never before with CleverTap’s all-in-one customer engagement platform. From personalized messaging to automated campaigns, CleverTap platform offers a suite of powerful tools to help you connect with your audience at every stage of the customer journey. Get started with CleverTap today."
    },
    {
      "path": "$[1].description",
      "value": "Engage your customers like never before with CleverTap’s all-in-one customer engagement platform. From personalized messaging to automated campaigns, CleverTap platform offers a suite of powerful tools to help you connect with your audience at every stage of the customer journey. Get started with CleverTap today"
    },
    {
      "path": "$[2].description",
      "value": "Engage your customers like never before with CleverTap’s all-in-one customer engagement platform. From personalized messaging to automated campaigns, CleverTap platform offers a suite of powerful tools to help you connect with your audience at every stage of the customer journey. Get started with CleverTap today."
    }
  ],
  "score": 67,
  "weight": 18
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

GEO: Explanatory content depth

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

2 Warning

Needs attention

GEO: Explanatory content depth

Warning
01

Issue

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

Details

02

Why it matters

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

Check name

GEO: Explanatory content depth

Score

75/100

Status

warning

Category

GEO, AIO & AEO

Maturity

Emerging recommendation

Goal

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

Result

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

Evidence
{
  "candidatePassages": 5,
  "citablePassages": 0,
  "failingCandidateParagraphs": [
    {
      "index": 73,
      "heading": "H2: Hear it from our Customers. It’s all love.",
      "text": "CleverTap now serves as a single source of truth for customer insights and engagement, enabling our CLM and product teams to be seamlessly integrated into one workflow. The result is faster time to value, leading to a direct ROI impact.",
      "words": 40,
      "hasEvidence": true,
      "reasons": [
        "Too short for a citation-ready passage (40 words; target 80-220)."
      ],
      "html": "<p class=\"u-block-title\">CleverTap now serves as a single source of truth for customer insights and engagement, enabling our CLM and product teams to be seamlessly integrated into one workflow. The result is faster time to value, leading to a direct ROI impact.</p>"
    },
    {
      "index": 83,
      "heading": "H4: Functional Cookies",
      "text": "These cookies enable the website to provide enhanced functionality and personalisation. They may be set by us or by third party providers whose services we have added to our pages. If you do not allow these cookies then some or all of these services may not function properly.",
      "words": 48,
      "hasEvidence": false,
      "reasons": [
        "Too short for a citation-ready passage (48 words; target 80-220).",
        "Missing a named source, statistic, date, percentage, report, or other evidence signal."
      ],
      "html": "<p class=\"ot-acc-grpdesc ot-category-desc\" id=\"ot-desc-id-C0003\">These cookies enable the website to provide enhanced functionality and personalisation. They may be set by us or by third party providers whose services we have added to our pages. If you do not allow these cookies then some or all of these services may not function properly.</p>"
    },
    {
      "index": 84,
      "heading": "H4: Targeting Cookies",
      "text": "These cookies may be set through our site by our advertising partners. They may be used by those companies to build a profile of your interests and show you relevant adverts on other sites. They do not store directly personal information, but are based on uniquely identifying your browser and internet device. If you do not allow these cookies, you will experience less targeted advertising.",
      "words": 65,
      "hasEvidence": false,
      "reasons": [
        "Too short for a citation-ready passage (65 words; target 80-220).",
        "Missing a named source, statistic, date, percentage, report, or other evidence signal."
      ],
      "html": "<p class=\"ot-acc-grpdesc ot-category-desc\" id=\"ot-desc-id-C0004\">These cookies may be set through our site by our advertising partners. They may be used by those companies to build a profile of your interests and show you relevant adverts on other sites. They do not store directly personal information, but are based on uniquely identifying your browser and internet device. If you do not allow these cookies, you will experience less targeted advertising.</p>"
    },
    {
      "index": 85,
      "heading": "H4: Strictly Necessary Cookies",
      "text": "These cookies are necessary for the website to function and cannot be switched off in our systems. They are usually only set in response to actions made by you which amount to a request for services, such as setting your privacy preferences, logging in or filling in forms. You can set your browser to block or alert you about these cookies, but some parts of the site will not then work. These cookies do not store a...",
      "words": 80,
      "hasEvidence": false,
      "reasons": [
        "Missing a named source, statistic, date, percentage, report, or other evidence signal."
      ],
      "html": "<p class=\"ot-acc-grpdesc ot-category-desc\" id=\"ot-desc-id-C0001\">These cookies are necessary for the website to function and cannot be switched off in our systems. They are usually only set in response to actions made by you which amount to a request for services, such as setting your privacy preferences, logging in or filling in forms. You can set your browser to block or alert you about these cookies, but some parts of the site will not then work. These cookies do not store any personally i..."
    },
    {
      "index": 86,
      "heading": "H4: Performance Cookies",
      "text": "These cookies allow us to count visits and traffic sources so we can measure and improve the performance of our site. They help us to know which pages are the most and least popular and see how visitors move around the site. All information these cookies collect is aggregated and therefore anonymous. If you do not allow these cookies we will not know when you have visited our site, and will not be able to monitor...",
      "words": 78,
      "hasEvidence": false,
      "reasons": [
        "Too short for a citation-ready passage (78 words; target 80-220).",
        "Missing a named source, statistic, date, percentage, report, or other evidence signal."
      ],
      "html": "<p class=\"ot-acc-grpdesc ot-category-desc\" id=\"ot-desc-id-C0002\">These cookies allow us to count visits and traffic sources so we can measure and improve the performance of our site. They help us to know which pages are the most and least popular and see how visitors move around the site. All information these cookies collect is aggregated and therefore anonymous. If you do not allow these cookies we will not know when you have visited our site, and will not be able to monitor its performance..."
    }
  ],
  "citableParagraphs": [],
  "score": 75,
  "weight": 18
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

GEO: Entity clarity

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

2 Warning

Needs attention

GEO: Entity clarity

Warning
01

Issue

Title/H1 terms missing from description: supercharge, lifetime, value, ultimate, unlock, limitless.

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

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: Entity clarity scored 85/100 and needs improvement.

Evidence
{
  "title": "Supercharge Your Customer Lifetime Value with CleverTap: The Ultimate All-in-One Customer Engagement Platform",
  "h1": "Unlock Limitless Customer Lifetime Value",
  "description": "Engage your customers like never before with CleverTap’s all-in-one customer engagement platform. From personalized messaging to automated campaigns, CleverTap platform offers a suite of powerful tools to help you connect with your audience at every stage of the customer journey. Get started with CleverTap today.",
  "topicOverlap": 0.5,
  "topicTerms": [
    "supercharge",
    "customer",
    "lifetime",
    "value",
    "clevertap",
    "ultimate",
    "all",
    "one",
    "engagement",
    "platform",
    "unlock",
    "limitless"
  ],
  "descriptionTerms": [
    "engage",
    "customers",
    "like",
    "never",
    "before",
    "clevertap",
    "all",
    "one",
    "customer",
    "engagement",
    "platform",
    "personalized",
    "messaging",
    "automated",
    "campaigns",
    "offers",
    "suite",
    "powerful"
  ],
  "missingFromDescription": [
    "supercharge",
    "lifetime",
    "value",
    "ultimate",
    "unlock",
    "limitless"
  ],
  "score": 85,
  "weight": 28
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

AEO: Question-led structure

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

2 Warning

Needs attention

AEO: Question-led structure

Warning
01

Issue

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

02

Why it matters

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

Check name

AEO: Question-led structure

Score

70/100

Status

warning

Category

GEO, AIO & AEO

Maturity

Emerging recommendation

Goal

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

Result

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

Evidence
{
  "h2Count": 13,
  "questionH2s": [
    {
      "index": 1,
      "text": "What’s New?",
      "isQuestion": true,
      "html": "<h2 style=\"font-size:48px; margin-bottom: 40px;\">What&#x2019;s New?</h2>"
    }
  ],
  "hasFaq": false,
  "score": 70,
  "weight": 18
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

GEO: Extraction-friendly structure

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

2 Warning

Needs attention

GEO: Extraction-friendly structure

Warning
01

Issue

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

Details

02

Why it matters

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

Check name

GEO: Extraction-friendly structure

Score

85/100

Status

warning

Category

GEO, AIO & AEO

Maturity

Emerging recommendation

Goal

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

Result

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

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

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

AIO: Page experience for AIO

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

2 Warning

Needs attention

AIO: Page experience for AIO

Warning
01

Issue

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

Details

02

Why it matters

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

Check name

AIO: Page experience for AIO

Score

70/100

Status

warning

Category

GEO, AIO & AEO

Maturity

Emerging recommendation

Goal

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

Result

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

Evidence
{
  "viewportContent": "width=device-width, initial-scale=1",
  "visibleWords": 2585,
  "htmlBytes": 661191,
  "imagesMissingDimensions": [
    {
      "src": "https://clevertap.com/wp-content/uploads/2025/09/Clever.AI_Icon.svg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img decoding=\"async\" class=\"cleverai-icon\" alt=\"cleverai\" src=\"https://clevertap.com/wp-content/uploads/2025/09/Clever.AI_Icon.svg\">"
    },
    {
      "src": "https://clevertap.com/wp-content/uploads/2025/09/Home-page_Ai-fold-1.webp",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img decoding=\"async\" class=\"mob-none\" src=\"https://clevertap.com/wp-content/uploads/2025/09/Home-page_Ai-fold-1.webp\" alt=\"Decisioning Engine &amp; Agentic AIverse\">"
    },
    {
      "src": "https://clevertap.com/wp-content/uploads/2025/08/decisioning_2da01e.webp",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img decoding=\"async\" class=\"desk-none\" src=\"https://clevertap.com/wp-content/uploads/2025/08/decisioning_2da01e.webp\" alt=\"Decisioning Engine &amp; Agentic AIverse\" style=\"max-width: 100%;\">"
    },
    {
      "src": "https://cdn.cookielaw.org/logos/static/ot_company_logo.png",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img alt=\"Company Logo\" src=\"https://cdn.cookielaw.org/logos/static/ot_company_logo.png\">"
    },
    {
      "src": "https://cdn.cookielaw.org/logos/static/powered_by_logo.svg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img alt=\"Powered by Onetrust\" src=\"https://cdn.cookielaw.org/logos/static/powered_by_logo.svg\" title=\"Powered by OneTrust Opens in a new Tab\">"
    }
  ],
  "possibleDialogs": [
    "<div class=\"comp modal contact transition main-demo-popup\" data-modal=\"signUpP\"> <div class=\"comp_wrapper\"> <button class=\"close-modal\" name=\"close-modal\" type=\"button\" role=\"button\" tabindex=\"-1\" aria-hidden=\"true\">x</button> <div class=\"demo_form_cntnt\"> <a href=\"https://clevertap.com/\" class=\"ct-logo\" style=\"background-image: url(/wp-content/themes/clevertap2023/assets/images/ct-logo-2.svg);\" data-faitracker-click-bind=\"true\">CleverTap</a> <p class=\"heading-popup u-MT20\">Unlock Limitless<b...",
    "<button class=\"close-modal\" name=\"close-modal\" type=\"button\" role=\"button\" tabindex=\"-1\" aria-hidden=\"true\">x</button>",
    "<p class=\"heading-popup u-MT20\">Unlock Limitless<br>Customer Lifetime Value</p>",
    "<div class=\"grid popup-slider-wrap\"> <h4>Trusted by 2000+ leading brands worldwide</h4> <style> .slider-slide{transition:all 1s cubic-bezier(.7,0,.3,1)}.slick-slide img{width:100%;transition:all 1s cubic-bezier(.7,0,.3,1);transform:scale(1)}.slick-slide.slick-active img{transform:scale(1)}</style><section class=\"c-CleverTap-Customers u-PT50 u-PB50 u-mob-PT20 u-mob-PB20\"> <div class=\"customer__dummy\" style=\"display: none;\"> <svg style=\"margin: auto; display: block; shape-rendering: auto;\" widt...",
    "<p class=\"heading-popup\">Thank you for your interest in CleverTap</p>",
    "<div class=\"comp bg-modal close-modal\"></div>",
    "<a href=\"javascript:;\" class=\"sticky-ttu-cta c-btn medium-btn no-arrow open-modal\" data-modal=\"signUpP\">Get a Demo</a>",
    "<a href=\"javascript:;\" class=\"c-btn medium-btn no-arrow open-modal\" data-modal=\"signUpP\">Get a Demo</a>",
    "<a href=\"javascript:;\" class=\"c-btn medium-btn no-arrow open-modal\" data-modal=\"signUpP\">Get a Demo</a>",
    "<a class=\"c-btn large-btn no-arrow mar-right20 open-modal\" href=\"javascript:;\" role=\"button\" data-modal=\"signUpP\">Schedule a demo</a>",
    "<a data-fancybox=\"gallery\" href=\"https://vimeo.com/895726441\" class=\"c-btn c-btn-arrow regular-link openpopup\"> Watch Demo</a>",
    "<a href=\"javascript:;\" class=\"card__btn c-btn c-btn-reverse mauBelow100k selected-startup u-MT40 smallest-btn open-modal\" id=\"startup_plan\" role=\"button\" data-modal=\"signUpP\" style=\"padding: 6px 20px 6px 24px;\">Get a Demo</a>",
    "<div role=\"dialog\" aria-label=\"Privacy\"><div class=\"ot-sdk-container\"><div class=\"ot-sdk-row\"><div id=\"onetrust-group-container\" class=\"ot-sdk-eight ot-sdk-columns\"><div class=\"banner_logo\"></div><div id=\"onetrust-policy\"><div id=\"onetrust-policy-text\">By clicking &#x201c;Accept All Cookies&#x201d;, you agree to the storing of cookies on your device to enhance site navigation, analyze site usage, and assist in our marketing efforts. For more details visit our<a class=\"ot-cookie-policy-link\" h...",
    "<div role=\"dialog\" aria-modal=\"true\" style=\"height: 100%;\" aria-label=\"Privacy Preference Center\"><!-- Close Button --><div class=\"ot-pc-header\"><!-- Logo Tag --><div class=\"ot-pc-logo\"><img alt=\"Company Logo\" src=\"https://cdn.cookielaw.org/logos/static/ot_company_logo.png\"></div><button id=\"close-pc-btn-handler\" class=\"ot-close-icon\" aria-label=\"Close preference center\" style=\"background-image: url(&quot;https://cdn.cookielaw.org/logos/static/ot_close.svg&quot;);\"></button></div><!-- Close B...",
    "<section id=\"ot-fltr-modal\"><div id=\"ot-fltr-cnt\"><div id=\"ot-filter-list-header\"></div><button id=\"clear-filters-handler\">Clear</button><div class=\"ot-fltr-scrlcnt ot-pc-scrollbar\" role=\"group\" aria-labelledby=\"ot-filter-list-header\"><ul class=\"ot-fltr-opts\"><li class=\"ot-fltr-opt\"><div class=\"ot-chkbox\"><input id=\"chkbox-id\" type=\"checkbox\" class=\"category-filter-handler\"> <label for=\"chkbox-id\"><span class=\"ot-label-txt\">checkbox label</span></label> <span class=\"ot-label-status\">label</sp..."
  ],
  "score": 70,
  "weight": 10
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

AIO: Answer block readiness

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

2 Warning

Needs attention

AIO: Answer block readiness

Warning
01

Issue

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

Details

02

Why it matters

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

Check name

AIO: Answer block readiness

Score

65/100

Status

warning

Category

GEO, AIO & AEO

Maturity

Emerging recommendation

Goal

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

Result

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

Evidence
{
  "sectionCount": 19,
  "passing": 0,
  "failing": [
    {
      "heading": "What’s New?",
      "headingHtml": "<h2 style=\"font-size:48px; margin-bottom: 40px;\">What&#x2019;s New?</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "2000+ Brands Trust CleverTap",
      "headingHtml": "<h2 class=\"headingh4 ct-blue-text\">2000+ Brands Trust CleverTap</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "And Customers Love Us",
      "headingHtml": "<h2 class=\"headingh4 ct-blue-text ct-blue-text u-MB30\">And Customers Love Us</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Understand Customers for Life",
      "headingHtml": "<h2 class=\"headingh2 u-PB20 u-mob-PB10\">Understand Customers <br>for Life</h2>",
      "firstParagraph": "Engage customers for life with the industry’s only platform that limitlessly analyzes data from every source, all at once.",
      "paragraphHtml": "<p class=\"text-medium\">Engage customers for life with the industry&#x2019;s only platform that limitlessly analyzes data from every source, all at once.</p>",
      "words": 20,
      "direct": false,
      "issue": "First paragraph is 20 words and does not look like a concise direct answer."
    },
    {
      "heading": "Personalize Every Experience",
      "headingHtml": "<h2 class=\"headingh2 u-PB20 u-mob-PB10\">Personalize Every Experience</h2>",
      "firstParagraph": "Inspire confident decisions with memorable, personal experiences for brand love, loyalty and advocacy.",
      "paragraphHtml": "<p class=\"text-medium\">Inspire confident decisions with memorable, personal experiences for brand love, loyalty and advocacy.</p>",
      "words": 13,
      "direct": false,
      "issue": "First paragraph is 13 words and does not look like a concise direct answer."
    },
    {
      "heading": "All-In-One Platform that Unifies",
      "headingHtml": "<h2 class=\"headingh2 u-PB20 u-mob-PB10\">All-In-One Platform <br>that Unifies</h2>",
      "firstParagraph": "Bring together people, processes, and technology to deliver unified customer experiences.",
      "paragraphHtml": "<p class=\"text-medium\">Bring together people, processes, and technology to deliver unified customer experiences.</p>",
      "words": 11,
      "direct": false,
      "issue": "First paragraph is 11 words and does not look like a concise direct answer."
    },
    {
      "heading": "Truly CleverAI™",
      "headingHtml": "<h2 class=\"headingh2 u-PB20 u-mob-PB10\">Truly CleverAI&#x2122;</h2>",
      "firstParagraph": "Insightful, empathetic and prescriptive intelligence that empowers businesses to make smarter, faster decisions.",
      "paragraphHtml": "<p class=\"text-medium\">Insightful, empathetic and prescriptive intelligence that empowers businesses to make smarter, faster decisions.</p>",
      "words": 13,
      "direct": false,
      "issue": "First paragraph is 13 words and does not look like a concise direct answer."
    },
    {
      "heading": "Purpose-built for your business!",
      "headingHtml": "<h2 class=\"headingh2 u-PB20 u-mob-PB10\">Purpose-built for your business!</h2>",
      "firstParagraph": "Solutions for your business model which deliver value that matter to you.",
      "paragraphHtml": "<p class=\"text-medium\">Solutions for your business model which deliver value that matter to you.</p>",
      "words": 12,
      "direct": false,
      "issue": "First paragraph is 12 words and does not look like a concise direct answer."
    },
    {
      "heading": "The Clever All-In-One Customer Engagement Platform",
      "headingHtml": "<h2 class=\"headingh2 ct-blue-text u-PB60\">The Clever All-In-One Customer <br>Engagement Platform</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Your Industry. Our Solutions.",
      "headingHtml": "<h2 class=\"headingh2 ct-blue-text u-PB60 u-mob-PB20 u-mob-PT40\">Your Industry. Our Solutions.</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "E-Commerce",
      "headingHtml": "<h3>E-Commerce</h3>",
      "firstParagraph": "5x",
      "paragraphHtml": "<p class=\"cards-percent\" style=\"font-family:circular_stdblack;\">5x</p>",
      "words": 1,
      "direct": false,
      "issue": "First paragraph is 1 words and does not look like a concise direct answer."
    },
    {
      "heading": "Subscriptions",
      "headingHtml": "<h3>Subscriptions</h3>",
      "firstParagraph": "60%",
      "paragraphHtml": "<p class=\"cards-percent\" style=\"font-family:circular_stdblack;\">60%</p>",
      "words": 1,
      "direct": false,
      "issue": "First paragraph is 1 words and does not look like a concise direct answer."
    },
    {
      "heading": "Financial Services",
      "headingHtml": "<h3>Financial Services</h3>",
      "firstParagraph": "45%",
      "paragraphHtml": "<p class=\"cards-percent\" style=\"font-family:circular_stdblack;\">45%</p>",
      "words": 1,
      "direct": false,
      "issue": "First paragraph is 1 words and does not look like a concise direct answer."
    },
    {
      "heading": "Gaming",
      "headingHtml": "<h3>Gaming</h3>",
      "firstParagraph": "40%",
      "paragraphHtml": "<p class=\"cards-percent\" style=\"font-family:circular_stdblack;\">40%</p>",
      "words": 1,
      "direct": false,
      "issue": "First paragraph is 1 words and does not look like a concise direct answer."
    },
    {
      "heading": "Hear it from our Customers. It’s all love.",
      "headingHtml": "<h2 class=\"headingh2 ct-blue-text u-PB0\">Hear it from our Customers. It&#x2019;s all love.</h2>",
      "firstParagraph": "We’ve been using CleverTap for over 6 years now, for our customer and enterprise apps. We also use them for AI-driven segmentation.",
      "paragraphHtml": "<p class=\"u-block-title\">We&#x2019;ve been using CleverTap for over 6 years now, for our customer and enterprise apps. We also use them for AI-driven segmentation.</p>",
      "words": 23,
      "direct": false,
      "issue": "First paragraph is 23 words and does not look like a concise direct answer."
    },
    {
      "heading": "Latest Trends in Customer Engagement",
      "headingHtml": "<h2 class=\"u-block-title is-Border ct-blue-text\" style=\"text-align: center;max-width: none;margin-bottom: 10px;\">Latest Trends in Customer Engagement</h2>",
      "firstParagraph": "Product",
      "paragraphHtml": "<p>Product</p>",
      "words": 1,
      "direct": false,
      "issue": "First paragraph is 1 words and does not look like a concise direct answer."
    },
    {
      "heading": "Privacy Preference Center",
      "headingHtml": "<h2 id=\"ot-pc-title\">Privacy Preference Center</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Manage Consent Preferences",
      "headingHtml": "<h3 id=\"ot-category-title\"> Manage Consent Preferences</h3>",
      "firstParagraph": "These cookies enable the website to provide enhanced functionality and personalisation. They may be set by us or by third party providers whose services we have added to our pages. If you do not allow these cookies then some or all of these services may not function properly.",
      "paragraphHtml": "<p class=\"ot-acc-grpdesc ot-category-desc\" id=\"ot-desc-id-C0003\">These cookies enable the website to provide enhanced functionality and personalisation. They may be set by us or by third party providers whose services we have added to our pages. If you do not allow these cookies then some or all of these services may not function properly.</p>",
      "words": 48,
      "direct": false,
      "issue": "First paragraph is 48 words and does not look like a concise direct answer."
    },
    {
      "heading": "Cookie List",
      "headingHtml": "<h3>Cookie List</h3>",
      "firstParagraph": "",
      "paragraphHtml": "<p role=\"status\" class=\"ot-scrn-rdr\"></p>",
      "words": 0,
      "direct": false,
      "issue": "First paragraph is 0 words and does not look like a concise direct answer."
    }
  ],
  "score": 65,
  "weight": 8
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

AEO: Answer intent coverage

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

1 Warning