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

OVERALL SCORE

Level 2, Agent-Limited

Priority improvements needed for AI agents
AIDiscoverability43%Agent Easeof Use10%Security& Trust0%GEO, AIO, AEO72%SEO92%Performance& Accessibility67%
  • AI Discoverability 43 out of 100
  • Agent Ease of Use 10 out of 100
  • Security & Trust 0 out of 100
  • GEO, AIO and AEO 72 out of 100
  • SEO 92 out of 100
  • Performance and Accessibility 67 out of 100

CAPTURED SCREENSHOT

Captured website desktop screenshot

What AI sees of your website

Keka HR & Payroll Software | Automate HR, Payroll & Compliance favicon

Keka HR & Payroll Software | Automate HR, Payroll & Compliance

Streamline HR and payroll with Keka. Manage employee data, attendance, payroll, and compliance in one powerful platform built for modern businesses.

Next step

Turn this report into a fix workflow

28 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
43
Priority fix10140View details
Discoverability
67
Needs work540View details
Content Readiness
50
Needs work560View details
Bot Access Control
0
Priority fix040View details
Agent Ease of Use
10
Priority fix6291View details
API
0
Priority fix060View details
Auth
Not Applicable
Not Applicable070View details
MCP
25
Priority fix260View details
Skill Discovery
5
Priority fix0101View details
Agent Commerce
Not Applicable
Not Applicable400
GEO, AIO and AEO
72
Needs work5213View details
GEO Readiness
87
Mostly ready303
AIO Readiness
66
Needs work115View details
AEO Readiness
63
Needs work115View details
SEO
92
Strong1010View details
SEO
92
Strong1010View details
Security & Trust
0
Priority fix450View details
Security & Trust
0
Priority fix050View details
AI Training Exposure
Not Applicable
Not Applicable400
Performance and Accessibility
67
Needs work1952View details
Performance
55
Needs work1222View details
Accessibility
89
Mostly ready730View details

Prioritized recommendations

Issues ranked by score impact

50 items need attention

Agent Ease of UseAPIEstablished

API Catalog

API Catalog failed at "Fetch API catalog".

50 Fail

Needs attention

API Catalog

Failed check
01

Issue

The API catalog endpoint did not return HTTP 2xx.

02

Why it matters

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

Check name

API Catalog

Score

0/100

Status

fail

Category

API

Maturity

Established

Goal

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

Result

API Catalog failed at "Fetch API catalog".

Validation steps

  1. Fetch API catalog

    The API catalog endpoint did not return HTTP 2xx.

  2. Validate RFC 9727 linkset

    Response is not valid JSON.

  3. Fetch advertised API catalog targets

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

Evidence
{
  "failedStep": "fetch",
  "steps": [
    {
      "id": "fetch",
      "title": "Fetch API catalog",
      "status": "fail",
      "evidence": {
        "statusCode": 404,
        "contentType": "text/html; charset=UTF-8"
      },
      "issue": "The API catalog endpoint did not return HTTP 2xx.",
      "howToFix": "Publish /.well-known/api-catalog."
    },
    {
      "id": "validate",
      "title": "Validate RFC 9727 linkset",
      "status": "fail",
      "evidence": {
        "valid": false,
        "compatibleContentType": false,
        "issue": "Response is not valid JSON.",
        "rawExcerpt": "<!DOCTYPE html>\n<html lang=\"en\" dir=\"ltr\"><head><link rel=\"preconnect\" href=\"https://fonts.gstatic.com\" crossorigin /><link rel=\"dns-prefetch\" href=\"https://fonts.gstatic.com\" /><link rel=\"preconnect\" href=\"https://fonts.googleapis.com\" crossorigin /><link rel=\"dns-prefetch\" href=\"https://fonts.googleapis.com\" />\n    <meta charset=\"utf-8\" />\n        \n        <title>\nKeka- Page Not Found</title>\n    <link href=\"https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css\" rel=\"stylesheet\" integrity=\"sha384-QWTKZyjpPEjISv5WaRU9OFeRpok6YctnYmDr5pNlyT2bRjXh0JMhjY6hW+ALEwIH\" crossorigin=\"anonymous\">\n    \n\n<script async src=\"https://p.midbound.click/wDaO8JLpmTs8S9mU9DcxFNmheL9Wb9Ur\"></script>\n    <link rel=\"canonical\" href=\"https://www.keka.com/.well-known/api-catalog\" />\n    \n    \n  "
      },
      "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"
  ]
}

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://keka.com/wp-json/",
            "rel": "https://api.w.org/"
          },
          {
            "url": "https://keka.com/wp-json/wp/v2/pages/6",
            "rel": "alternate",
            "type": "application/json"
          },
          {
            "url": "https://keka.com/",
            "rel": "shortlink"
          }
        ]
      },
      "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>\n<html lang=\"en\" dir=\"ltr\"><head><link rel=\"preconnect\" href=\"https://fonts.gstatic.com\" crossorigin /><link rel=\"dns-prefetch\" href=\"https://fonts.gstatic.com\" /><link rel=\"preconnect\" href=\"https://fonts.googleapis.com\" crossorigin /><link rel=\"dns-prefetch\" href=\"https://fonts.googleapis.com\" />\n    <meta charset=\"utf-8\" />\n        \n        <title>\nKeka- Page Not Found</title>\n    <link href=\"https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css\" rel=\"stylesheet\" integrity=\"sha384-QWTKZyjpPEjISv5WaRU9OFeRpok6YctnYmDr5pNlyT2bRjXh0JMhjY6hW+ALEwIH\" crossorigin=\"anonymous\">\n    \n\n<script async src=\"https://p.midbound.click/wDaO8JLpmTs8S9mU9DcxFNmheL9Wb9Ur\"></script>\n    <link rel=\"canonical\" href=\"https://www.keka.com/openapi.json\" />\n    \n    \n       \n    <"
          },
          {
            "path": "/openapi.yaml",
            "statusCode": 404,
            "contentType": "text/html; charset=UTF-8",
            "valid": false,
            "issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html; charset=UTF-8\" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
            "compatibleContentType": false,
            "format": "yaml",
            "version": "",
            "pathCount": 0,
            "operationCount": 0,
            "rawExcerpt": "<!DOCTYPE html>\n<html lang=\"en\" dir=\"ltr\"><head><link rel=\"preconnect\" href=\"https://fonts.gstatic.com\" crossorigin /><link rel=\"dns-prefetch\" href=\"https://fonts.gstatic.com\" /><link rel=\"preconnect\" href=\"https://fonts.googleapis.com\" crossorigin /><link rel=\"dns-prefetch\" href=\"https://fonts.googleapis.com\" />\n    <meta charset=\"utf-8\" />\n        \n        <title>\nKeka- Page Not Found</title>\n    <link href=\"https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css\" rel=\"stylesheet\" integrity=\"sha384-QWTKZyjpPEjISv5WaRU9OFeRpok6YctnYmDr5pNlyT2bRjXh0JMhjY6hW+ALEwIH\" crossorigin=\"anonymous\">\n    \n\n<script async src=\"https://p.midbound.click/wDaO8JLpmTs8S9mU9DcxFNmheL9Wb9Ur\"></script>\n    <link rel=\"canonical\" href=\"https://www.keka.com/openapi.yaml\" />\n    \n    \n       \n    <"
          },
          {
            "path": "/swagger.json",
            "statusCode": 404,
            "contentType": "text/html; charset=UTF-8",
            "valid": false,
            "issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html; charset=UTF-8\" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
            "compatibleContentType": false,
            "format": "yaml",
            "version": "",
            "pathCount": 0,
            "operationCount": 0,
            "rawExcerpt": "<!DOCTYPE html>\n<html lang=\"en\" dir=\"ltr\"><head><link rel=\"preconnect\" href=\"https://fonts.gstatic.com\" crossorigin /><link rel=\"dns-prefetch\" href=\"https://fonts.gstatic.com\" /><link rel=\"preconnect\" href=\"https://fonts.googleapis.com\" crossorigin /><link rel=\"dns-prefetch\" href=\"https://fonts.googleapis.com\" />\n    <meta charset=\"utf-8\" />\n        \n        <title>\nKeka- Page Not Found</title>\n    <link href=\"https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css\" rel=\"stylesheet\" integrity=\"sha384-QWTKZyjpPEjISv5WaRU9OFeRpok6YctnYmDr5pNlyT2bRjXh0JMhjY6hW+ALEwIH\" crossorigin=\"anonymous\">\n    \n\n<script async src=\"https://p.midbound.click/wDaO8JLpmTs8S9mU9DcxFNmheL9Wb9Ur\"></script>\n    <link rel=\"canonical\" href=\"https://www.keka.com/swagger.json\" />\n    \n    \n       \n    <"
          },
          {
            "path": "/swagger.yaml",
            "statusCode": 404,
            "contentType": "text/html; charset=UTF-8",
            "valid": false,
            "issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html; charset=UTF-8\" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
            "compatibleContentType": false,
            "format": "yaml",
            "version": "",
            "pathCount": 0,
            "operationCount": 0,
            "rawExcerpt": "<!DOCTYPE html>\n<html lang=\"en\" dir=\"ltr\"><head><link rel=\"preconnect\" href=\"https://fonts.gstatic.com\" crossorigin /><link rel=\"dns-prefetch\" href=\"https://fonts.gstatic.com\" /><link rel=\"preconnect\" href=\"https://fonts.googleapis.com\" crossorigin /><link rel=\"dns-prefetch\" href=\"https://fonts.googleapis.com\" />\n    <meta charset=\"utf-8\" />\n        \n        <title>\nKeka- Page Not Found</title>\n    <link href=\"https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css\" rel=\"stylesheet\" integrity=\"sha384-QWTKZyjpPEjISv5WaRU9OFeRpok6YctnYmDr5pNlyT2bRjXh0JMhjY6hW+ALEwIH\" crossorigin=\"anonymous\">\n    \n\n<script async src=\"https://p.midbound.click/wDaO8JLpmTs8S9mU9DcxFNmheL9Wb9Ur\"></script>\n    <link rel=\"canonical\" href=\"https://www.keka.com/swagger.yaml\" />\n    \n    \n       \n    <"
          },
          {
            "path": "/api/openapi.json",
            "statusCode": 404,
            "contentType": "text/html; charset=UTF-8",
            "valid": false,
            "issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html; charset=UTF-8\" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
            "compatibleContentType": false,
            "format": "yaml",
            "version": "",
            "pathCount": 0,
            "operationCount": 0,
            "rawExcerpt": "<!DOCTYPE html>\n<html lang=\"en\" dir=\"ltr\"><head><link rel=\"preconnect\" href=\"https://fonts.gstatic.com\" crossorigin /><link rel=\"dns-prefetch\" href=\"https://fonts.gstatic.com\" /><link rel=\"preconnect\" href=\"https://fonts.googleapis.com\" crossorigin /><link rel=\"dns-prefetch\" href=\"https://fonts.googleapis.com\" />\n    <meta charset=\"utf-8\" />\n        \n        <title>\nKeka- Page Not Found</title>\n    <link href=\"https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css\" rel=\"stylesheet\" integrity=\"sha384-QWTKZyjpPEjISv5WaRU9OFeRpok6YctnYmDr5pNlyT2bRjXh0JMhjY6hW+ALEwIH\" crossorigin=\"anonymous\">\n    \n\n<script async src=\"https://p.midbound.click/wDaO8JLpmTs8S9mU9DcxFNmheL9Wb9Ur\"></script>\n    <link rel=\"canonical\" href=\"https://www.keka.com/api/openapi.json\" />\n    \n    \n       \n "
          },
          {
            "path": "/api/swagger.json",
            "statusCode": 404,
            "contentType": "text/html; charset=UTF-8",
            "valid": false,
            "issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html; charset=UTF-8\" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
            "compatibleContentType": false,
            "format": "yaml",
            "version": "",
            "pathCount": 0,
            "operationCount": 0,
            "rawExcerpt": "<!DOCTYPE html>\n<html lang=\"en\" dir=\"ltr\"><head><link rel=\"preconnect\" href=\"https://fonts.gstatic.com\" crossorigin /><link rel=\"dns-prefetch\" href=\"https://fonts.gstatic.com\" /><link rel=\"preconnect\" href=\"https://fonts.googleapis.com\" crossorigin /><link rel=\"dns-prefetch\" href=\"https://fonts.googleapis.com\" />\n    <meta charset=\"utf-8\" />\n        \n        <title>\nKeka- Page Not Found</title>\n    <link href=\"https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css\" rel=\"stylesheet\" integrity=\"sha384-QWTKZyjpPEjISv5WaRU9OFeRpok6YctnYmDr5pNlyT2bRjXh0JMhjY6hW+ALEwIH\" crossorigin=\"anonymous\">\n    \n\n<script async src=\"https://p.midbound.click/wDaO8JLpmTs8S9mU9DcxFNmheL9Wb9Ur\"></script>\n    <link rel=\"canonical\" href=\"https://www.keka.com/api/swagger.json\" />\n    \n    \n       \n "
          },
          {
            "path": "/docs/openapi.json",
            "statusCode": 404,
            "contentType": "text/html; charset=UTF-8",
            "valid": false,
            "issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html; charset=UTF-8\" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
            "compatibleContentType": false,
            "format": "yaml",
            "version": "",
            "pathCount": 0,
            "operationCount": 0,
            "rawExcerpt": "<!DOCTYPE html>\n<html lang=\"en\" dir=\"ltr\"><head><link rel=\"preconnect\" href=\"https://fonts.gstatic.com\" crossorigin /><link rel=\"dns-prefetch\" href=\"https://fonts.gstatic.com\" /><link rel=\"preconnect\" href=\"https://fonts.googleapis.com\" crossorigin /><link rel=\"dns-prefetch\" href=\"https://fonts.googleapis.com\" />\n    <meta charset=\"utf-8\" />\n        \n        <title>\nKeka- Page Not Found</title>\n    <link href=\"https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css\" rel=\"stylesheet\" integrity=\"sha384-QWTKZyjpPEjISv5WaRU9OFeRpok6YctnYmDr5pNlyT2bRjXh0JMhjY6hW+ALEwIH\" crossorigin=\"anonymous\">\n    \n\n<script async src=\"https://p.midbound.click/wDaO8JLpmTs8S9mU9DcxFNmheL9Wb9Ur\"></script>\n    <link rel=\"canonical\" href=\"https://www.keka.com/docs/openapi.json\" />\n    \n    \n       \n"
          }
        ]
      },
      "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 DiscoverabilityContent ReadinessEstablished

Content freshness signals

Content freshness signals is missing or incomplete.

33 Fail

Needs attention

Content freshness signals

Failed check
01

Issue

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

02

Why it matters

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

Check name

Content freshness signals

Score

0/100

Status

fail

Category

Content Readiness

Maturity

Established

Goal

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

Result

Content freshness signals is missing or incomplete.

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

AI 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 DiscoverabilityContent ReadinessEstablished

Markdown negotiation

Markdown negotiation failed at "Markdown content type".

33 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".

  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"
      },
      "issue": "Markdown negotiation is missing Vary: Accept; current Vary header is \"Accept-Encoding\".",
      "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": 21127,
        "excerpt": "<!DOCTYPE html>\n<html lang=\"en\" dir=\"ltr\"><head><link rel=\"preconnect\" href=\"https://fonts.gstatic.com\" crossorigin /><link rel=\"dns-prefetch\" href=\"https://fonts.gstatic.com\" /><link rel=\"preconnect\" href=\"https://fonts.googleapis.com\" cro",
        "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".

33 Fail

Needs attention

MCP Server Card

Failed check
01

Issue

MCP Server Card was not found at the expected path.

02

Why it matters

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

Check name

MCP Server Card

Score

0/100

Status

fail

Category

MCP

Maturity

Emerging recommendation

Goal

Publish an MCP Server Card for agent discovery.

Result

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

Validation steps

  1. Fetch to find resource

    MCP Server Card was not found at the expected path.

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

Agent Ease of UseMCPEmerging recommendation

mcp.json

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

33 Fail

Needs attention

mcp.json

Failed check
01

Issue

mcp.json was not found at the expected path.

02

Why it matters

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

Check name

mcp.json

Score

0/100

Status

fail

Category

MCP

Maturity

Emerging recommendation

Goal

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

Result

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

Validation steps

  1. Fetch to find resource

    mcp.json was not found at the expected path.

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

AI DiscoverabilityContent ReadinessEstablished

Semantic HTML

Semantic HTML is missing or incomplete.

33 Fail

Needs attention

Semantic HTML

Failed check
01

Issue

Semantic HTML is incomplete: skipped heading levels; 2 buttons missing accessible names.

Details

02

Why it matters

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

Check name

Semantic HTML

Score

0/100

Status

fail

Category

Content Readiness

Maturity

Established

Goal

Expose readable page structure through semantic HTML and accessible controls.

Result

Semantic HTML is missing or incomplete.

Evidence
{
  "main": true,
  "nav": true,
  "footer": true,
  "meaningfulH1": true,
  "headingOrder": false,
  "accessibleLinks": true,
  "accessibleButtons": false,
  "imageAltCoverage": true,
  "formAutocompleteCoverage": true,
  "details": {
    "inaccessibleLinks": [],
    "inaccessibleButtons": [
      "<button id=\"prevBtn\" data-faitracker-form-bind=\"true\"> <svg width=\"26\" height=\"43\" viewBox=\"0 0 26 43\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M1.51354 17.6212C-0.379512 19.5143 -0.379512 22.5835 1.51354 24.4766L17.6718 40.6348C19.5648 42.5278 22.6341 42.5278 24.5271 40.6348C26.4202 38.7417 26.4202 35.6725 24.5271 33.7794L11.7966 21.0489L24.5271 8.31835C26.4202 6.4253 26.4202 3.35605 24.5271 1.463C22.6341 -0.430051 19.5648 -0.430051 17.671",
      "<button id=\"nextBtn\" data-faitracker-form-bind=\"true\"> <svg width=\"26\" height=\"43\" viewBox=\"0 0 26 43\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M24.4865 17.6212C26.3795 19.5143 26.3795 22.5835 24.4865 24.4766L8.32824 40.6348C6.43519 42.5278 3.36594 42.5278 1.47289 40.6348C-0.420166 38.7417 -0.420166 35.6725 1.47289 33.7794L14.2034 21.0489L1.47289 8.31835C-0.420164 6.4253 -0.420164 3.35605 1.47289 1.463C3.36594 -0.430051 6.43519 -0.430051 8."
    ],
    "missingAutocompleteInputs": [],
    "imagesMissingAlt": [
      "<img height=\"1\" width=\"1\" style=\"display:none\" src=\" https://www.facebook.com/tr?id=1712429352917640&amp;ev=PageView&amp;noscript=1\">",
      "<img src=\"https://prod.bread.humanisys.ai/traffic/8916f5b78ab48f13bf38d75c5826316d35d23b8fa10d5776e7b2021d88577e448db1326288811705f57a95c9309a3f53.png\" key=\"{window.location.pathname}\" referrerpolicy=\"unsafe-url\" style=\"display: none !important\">",
      "<img height=\"1\" width=\"1\" style=\"display:none\" src=\"https://www.facebook.com/tr?id=1034376784015170&amp;ev=PageView&amp;noscript=1\">",
      "<img height=\"1\" width=\"1\" style=\"display:none\" src=\"https://www.facebook.com/tr?id=1712429352917640&amp;ev=PageView&amp;noscript=1\">",
      "<img height=\"1\" width=\"1\" style=\"display:none\" src=\"https://www.facebook.com/tr?id=1229591885974063&amp;ev=PageView&amp;noscript=1\">"
    ],
    "skippedHeadingLevels": [
      "h1: Everything you need to build a great company",
      "h2: Trusted by 10,000+ Organizations",
      "h2: Awesome gets awarded",
      "h2: Loved by HR professionals",
      "h2: Smart HR to outsmart the changing world",
      "h2: Everything you need to create a high performance culture",
      "h3: Payroll",
      "h3: Modern HR",
      "h3: Performance",
      "h3: Hiring & Onboarding",
      "h3: Project timesheet",
      "h3: Time & Attendance",
      "h2: Hear it from 30,000 HR Leaders like YOU.",
      "h6: Smruty S Ashokan",
      "h6: Smruty S Ashokan",
      "h6: Tanisha Goyal",
      "h6: Tanisha Goyal",
      "h6: Lincy Kurian",
      "h6: Lincy Kurian",
      "h6: Dr. N V Rao",
      "h6: Dr. N V Rao",
      "h6: Tom Stany",
      "h6: Tom Stany",
      "h6: Neeti Kumari",
      "h6: Neeti Kumari",
      "h6: Rahoul Srivatsav",
      "h6: Rahoul Srivatsav",
      "h4: Everything you need to connect your employees",
      "h2: Personalized HCM Software for YOUR industry",
      "h2: One HR app, embraced by 2.5 Million Employees"
    ]
  },
  "counts": {
    "h1": 1,
    "headings": 30,
    "links": 138,
    "inaccessibleLinks": 0,
    "buttons": 5,
    "inaccessibleButtons": 2,
    "images": 121,
    "imagesWithAlt": 116,
    "autocompleteInputs": 0,
    "inputsWithAutocomplete": 0,
    "missingAutocompleteInputs": 0
  }
}

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": 171104
          }
        ]
      },
      "issue": "Web Bot Auth request signing was not found at the expected path.",
      "howToFix": "If publishing Web Bot Auth keys, return a JSON key directory with a non-empty keys array and the draft media type."
    }
  ]
}

Agent Ease of UseMCPInformational

WebMCP manifest

WebMCP manifest failed at "Fetch to find resource".

33 Fail

Needs attention

WebMCP manifest

Failed check
01

Issue

WebMCP manifest was not found at the expected path.

02

Why it matters

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

Check name

WebMCP manifest

Score

0/100

Status

fail

Category

MCP

Maturity

Informational

Goal

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

Result

WebMCP manifest failed at "Fetch to find resource".

Validation steps

  1. Fetch to find resource

    WebMCP manifest was not found at the expected path.

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

Agent Ease of UseSkill DiscoveryEmerging recommendation

A2A Agent Card

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

20 Fail

Needs attention

A2A Agent Card

Failed check
01

Issue

A2A Agent Card was not found at the expected path.

02

Why it matters

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

Check name

A2A Agent Card

Score

0/100

Status

fail

Category

Skill Discovery

Maturity

Emerging recommendation

Goal

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

Result

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

Validation steps

  1. Fetch to find resource

    A2A Agent Card was not found at the expected path.

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

Agent Ease of UseSkill DiscoveryEmerging recommendation

Agent Skills index

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

20 Fail

Needs attention

Agent Skills index

Failed check
01

Issue

Agent Skills index was not found at the expected path.

02

Why it matters

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

Check name

Agent Skills index

Score

0/100

Status

fail

Category

Skill Discovery

Maturity

Emerging recommendation

Goal

Publish an agent skills discovery index.

Result

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

Validation steps

  1. Fetch to find resource

    Agent Skills index was not found at the expected path.

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

Security & TrustSecurity & TrustEstablished

Content-Security-Policy

Content-Security-Policy is missing or incomplete.

20 Fail

Needs attention

Content-Security-Policy

Failed check
01

Issue

Content-Security-Policy is missing or incomplete.

02

Why it matters

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

Check name

Content-Security-Policy

Score

0/100

Status

fail

Category

Security & Trust

Maturity

Established

Goal

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

Result

Content-Security-Policy is missing or incomplete.

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

Security & TrustSecurity & TrustEstablished

Frame protection

Frame protection is missing or incomplete.

20 Fail

Needs attention

Frame protection

Failed check
01

Issue

Frame protection is missing or incomplete.

02

Why it matters

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

Check name

Frame protection

Score

0/100

Status

fail

Category

Security & Trust

Maturity

Established

Goal

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

Result

Frame protection is missing or incomplete.

Evidence
{
  "xFrameOptions": null,
  "validXFrame": false,
  "contentSecurityPolicy": null,
  "cspFrameAncestors": false
}

Security & TrustSecurity & TrustEstablished

HSTS header

HSTS header is missing or incomplete.

20 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
}

Security & TrustSecurity & TrustEstablished

Referrer-Policy

Referrer-Policy is missing or incomplete.

20 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
}

Security & TrustSecurity & TrustEstablished

X-Content-Type-Options

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

20 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

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": "keka.com",
        "probes": [
          {
            "name": "_index._agents.keka.com",
            "found": false,
            "recordCount": 1,
            "records": [],
            "hasAlpn": false,
            "hasEndpoint": false
          },
          {
            "name": "_a2a._agents.keka.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": "keka.com",
            "dnssecTypes": [],
            "dnssecRecordCount": 0
          }
        ]
      },
      "issue": "DNSSEC material was not visible for the hostname or parent zone from this resolver.",
      "howToFix": "Sign the public discovery zone with DNSSEC so validating resolvers can return authenticated data."
    }
  ]
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

AEO: Answer evidence and trust

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

5 Fail

Needs attention

AEO: Answer evidence and trust

Failed check
01

Issue

Missing AIO trust signals: author, publisher, freshnessDate.

Details

02

Why it matters

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

Check name

AEO: Answer evidence and trust

Score

40/100

Status

fail

Category

GEO, AIO & AEO

Maturity

Emerging recommendation

Goal

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

Result

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

Evidence
{
  "signals": {
    "author": false,
    "publisher": false,
    "freshnessDate": false,
    "aboutOrContact": true,
    "policyLinks": true
  },
  "missing": [
    "author",
    "publisher",
    "freshnessDate"
  ],
  "authorMeta": "",
  "schemaAuthors": [],
  "schemaPublishers": [],
  "schemaDates": [],
  "visibleDates": [],
  "aboutLinks": [
    {
      "href": "#",
      "text": "About",
      "html": "<a class=\"nav-link dropdown-toggle\" id=\"about\" href=\"#\" role=\"button\" data-toggle=\"dropdown\" aria-expanded=\"false\"> <span>About</span><span class=\"icon icon-xs ic-chevron-down\"></span> </a>"
    },
    {
      "href": "/about-keka",
      "text": "Our Story",
      "html": "<a class=\"dropdown-item\" href=\"/about-keka\">Our Story</a>"
    },
    {
      "href": "https://www.linkedin.com/company/keka-hr/",
      "text": "",
      "html": "<a href=\"https://www.linkedin.com/company/keka-hr/\" class=\"mr-16\" target=\"_blank\" rel=\"noopener\"> <img src=\"/media/2022/01/linkedin-light.svg\" width=\"15\" height=\"15\" alt=\"Linkedin\"> </a>"
    },
    {
      "href": "/about-keka",
      "text": "About us",
      "html": "<a href=\"/about-keka\">About us</a>"
    }
  ],
  "contactLinks": [
    {
      "href": "/customer-onboarding",
      "text": "Onboarding Support",
      "html": "<a class=\"dropdown-item\" href=\"/customer-onboarding\">Onboarding Support</a>"
    },
    {
      "href": "/support",
      "text": "Support",
      "html": "<a class=\"dropdown-item\" href=\"/support\">Support</a>"
    },
    {
      "href": "/contact-us",
      "text": "Contact Us",
      "html": "<a class=\"dropdown-item\" href=\"/contact-us\">Contact Us</a>"
    },
    {
      "href": "/helpdesk",
      "text": "Helpdesk",
      "html": "<a href=\"/helpdesk\">Helpdesk</a>"
    },
    {
      "href": "mailto:[email protected]",
      "text": "[email protected]",
      "html": "<a href=\"mailto:[email protected]\"><span>[email protected]</span></a>"
    }
  ],
  "privacyLinks": [
    {
      "href": "/terms-of-services",
      "text": "Terms of Service",
      "html": "<a href=\"/terms-of-services\">Terms of Service</a>"
    },
    {
      "href": "/privacy-policy",
      "text": "Privacy Policy",
      "html": "<a href=\"/privacy-policy\">Privacy Policy</a>"
    }
  ],
  "score": 40,
  "weight": 22
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

AIO: Source and trust signals

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

5 Fail

Needs attention

AIO: Source and trust signals

Failed check
01

Issue

Missing AIO trust signals: author, publisher, freshnessDate.

Details

02

Why it matters

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

Check name

AIO: Source and trust signals

Score

40/100

Status

fail

Category

GEO, AIO & AEO

Maturity

Emerging recommendation

Goal

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

Result

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

Evidence
{
  "signals": {
    "author": false,
    "publisher": false,
    "freshnessDate": false,
    "aboutOrContact": true,
    "policyLinks": true
  },
  "missing": [
    "author",
    "publisher",
    "freshnessDate"
  ],
  "authorMeta": "",
  "schemaAuthors": [],
  "schemaPublishers": [],
  "schemaDates": [],
  "visibleDates": [],
  "aboutLinks": [
    {
      "href": "#",
      "text": "About",
      "html": "<a class=\"nav-link dropdown-toggle\" id=\"about\" href=\"#\" role=\"button\" data-toggle=\"dropdown\" aria-expanded=\"false\"> <span>About</span><span class=\"icon icon-xs ic-chevron-down\"></span> </a>"
    },
    {
      "href": "/about-keka",
      "text": "Our Story",
      "html": "<a class=\"dropdown-item\" href=\"/about-keka\">Our Story</a>"
    },
    {
      "href": "https://www.linkedin.com/company/keka-hr/",
      "text": "",
      "html": "<a href=\"https://www.linkedin.com/company/keka-hr/\" class=\"mr-16\" target=\"_blank\" rel=\"noopener\"> <img src=\"/media/2022/01/linkedin-light.svg\" width=\"15\" height=\"15\" alt=\"Linkedin\"> </a>"
    },
    {
      "href": "/about-keka",
      "text": "About us",
      "html": "<a href=\"/about-keka\">About us</a>"
    }
  ],
  "contactLinks": [
    {
      "href": "/customer-onboarding",
      "text": "Onboarding Support",
      "html": "<a class=\"dropdown-item\" href=\"/customer-onboarding\">Onboarding Support</a>"
    },
    {
      "href": "/support",
      "text": "Support",
      "html": "<a class=\"dropdown-item\" href=\"/support\">Support</a>"
    },
    {
      "href": "/contact-us",
      "text": "Contact Us",
      "html": "<a class=\"dropdown-item\" href=\"/contact-us\">Contact Us</a>"
    },
    {
      "href": "/helpdesk",
      "text": "Helpdesk",
      "html": "<a href=\"/helpdesk\">Helpdesk</a>"
    },
    {
      "href": "mailto:[email protected]",
      "text": "[email protected]",
      "html": "<a href=\"mailto:[email protected]\"><span>[email protected]</span></a>"
    }
  ],
  "privacyLinks": [
    {
      "href": "/terms-of-services",
      "text": "Terms of Service",
      "html": "<a href=\"/terms-of-services\">Terms of Service</a>"
    },
    {
      "href": "/privacy-policy",
      "text": "Privacy Policy",
      "html": "<a href=\"/privacy-policy\">Privacy Policy</a>"
    }
  ],
  "score": 40,
  "weight": 20
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

GEO: Entity clarity

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

4 Warning

Needs attention

GEO: Entity clarity

Warning
01

Issue

Title/H1 terms missing from description: software, automate, everything, need, build, great, company.

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

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

Evidence
{
  "title": "Keka HR & Payroll Software | Automate HR, Payroll & Compliance",
  "h1": "Everything you need to build a great company",
  "description": "Streamline HR and payroll with Keka. Manage employee data, attendance, payroll, and compliance in one powerful platform built for modern businesses.",
  "topicOverlap": 0.3,
  "topicTerms": [
    "keka",
    "payroll",
    "software",
    "automate",
    "compliance",
    "everything",
    "need",
    "build",
    "great",
    "company"
  ],
  "descriptionTerms": [
    "streamline",
    "payroll",
    "keka",
    "manage",
    "employee",
    "data",
    "attendance",
    "compliance",
    "one",
    "powerful",
    "platform",
    "built",
    "modern",
    "businesses"
  ],
  "missingFromDescription": [
    "software",
    "automate",
    "everything",
    "need",
    "build",
    "great",
    "company"
  ],
  "score": 79,
  "weight": 28
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

AEO: Answer-first sections

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

4 Warning

Needs attention

AEO: Answer-first sections

Warning
01

Issue

12 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": 14,
  "passing": 2,
  "failing": [
    {
      "heading": "Trusted by 10,000+ Organizations",
      "headingHtml": "<h2 class=\"fs-4 fw-semibold lh-base text-center text-lg-left\">Trusted by <span>10,000+ Organizations</span></h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Awesome gets awarded",
      "headingHtml": "<h2 class=\"text-large-bold mb-10 text-center pt-30 pb-30 \">Awesome gets awarded</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Loved by HR professionals",
      "headingHtml": "<h2 class=\"text-large-bold mb-10 pt-30 pb-30 text-center\">Loved by HR professionals</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Everything you need to create a high performance culture",
      "headingHtml": "<h2 class=\"header-1 mb-10\">Everything you need to create a high performance culture</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Payroll",
      "headingHtml": "<h3>Payroll</h3>",
      "firstParagraph": "We redefined Payroll industry back in 2016. 6 simple steps. No manual tasks~ All on cloud.",
      "paragraphHtml": "<p>We redefined Payroll industry back in 2016. 6 simple steps. No manual tasks~ All on cloud.</p>",
      "words": 16,
      "direct": false,
      "issue": "First paragraph is 16 words and does not look like a concise direct answer."
    },
    {
      "heading": "Modern HR",
      "headingHtml": "<h3>Modern HR</h3>",
      "firstParagraph": "All your people information in one place to create a connected digital workplace.",
      "paragraphHtml": "<p>All your people information in one place to create a connected digital workplace.</p>",
      "words": 13,
      "direct": false,
      "issue": "First paragraph is 13 words and does not look like a concise direct answer."
    },
    {
      "heading": "Performance",
      "headingHtml": "<h3>Performance</h3>",
      "firstParagraph": "Build a high-performing culture driven by contextual feedback and goal alignment.",
      "paragraphHtml": "<p>Build a high-performing culture driven by contextual feedback and goal alignment.</p>",
      "words": 11,
      "direct": false,
      "issue": "First paragraph is 11 words and does not look like a concise direct answer."
    },
    {
      "heading": "Hiring & Onboarding",
      "headingHtml": "<h3>Hiring &amp; Onboarding</h3>",
      "firstParagraph": "Empower your recruiter to discover, hire, and onboard the best talent.",
      "paragraphHtml": "<p>Empower your recruiter to discover, hire, and onboard the best talent.</p>",
      "words": 11,
      "direct": false,
      "issue": "First paragraph is 11 words and does not look like a concise direct answer."
    },
    {
      "heading": "Project timesheet",
      "headingHtml": "<h3>Project timesheet</h3>",
      "firstParagraph": "Track your employee time and maintain effective utilization to grow your services business.",
      "paragraphHtml": "<p>Track your employee time and maintain effective utilization to grow your services business.</p>",
      "words": 13,
      "direct": false,
      "issue": "First paragraph is 13 words and does not look like a concise direct answer."
    },
    {
      "heading": "Time & Attendance",
      "headingHtml": "<h3>Time &amp; Attendance</h3>",
      "firstParagraph": "Automated Attendance and leave — unified with payroll. Biometric and GPS Tracking.",
      "paragraphHtml": "<p>Automated Attendance and leave &#x2014; unified with payroll. Biometric and GPS Tracking.</p>",
      "words": 11,
      "direct": false,
      "issue": "First paragraph is 11 words and does not look like a concise direct answer."
    },
    {
      "heading": "Hear it from 30,000 HR Leaders like YOU.",
      "headingHtml": "<h2 class=\"header-1 mb-10\" data-sider-select-id=\"a879e0ec-3441-4957-b79d-e09681432f2d\">Hear it from 30,000 HR Leaders like YOU. </h2>",
      "firstParagraph": "Sr. HR Executive",
      "paragraphHtml": "<p class=\"hr_Card_text\">Sr. HR Executive</p>",
      "words": 3,
      "direct": false,
      "issue": "First paragraph is 3 words and does not look like a concise direct answer."
    },
    {
      "heading": "One HR app, embraced by 2.5 Million Employees",
      "headingHtml": "<h2 class=\"header-1 mb-10\">One HR app, embraced by <br class=\"d-none d-lg-block \"> 2.5 Million Employees</h2>",
      "firstParagraph": "Simplified leave & attendance",
      "paragraphHtml": "<p class=\"text-secondary font-weight-bold text-xl\">Simplified leave &amp; <br class=\"d-none d-lg-block\"> attendance</p>",
      "words": 3,
      "direct": false,
      "issue": "First paragraph is 3 words and does not look like a concise direct answer."
    }
  ],
  "score": 65,
  "weight": 28
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

AIO: Visible structured data match

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

4 Warning

Needs attention

AIO: Visible structured data match

Warning
01

Issue

1 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

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

Evidence
{
  "schemaCount": 1,
  "checkedFields": [
    {
      "path": "$[0].name",
      "value": "Keka"
    },
    {
      "path": "$[0].founders[0].name",
      "value": "Vijay Yalamanchili"
    }
  ],
  "mismatches": [
    {
      "path": "$[0].founders[0].name",
      "value": "Vijay Yalamanchili"
    }
  ],
  "score": 50,
  "weight": 18
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

GEO: Explanatory content depth

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

3 Warning

Needs attention

GEO: Explanatory content depth

Warning
01

Issue

1 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": 1,
  "citablePassages": 0,
  "failingCandidateParagraphs": [
    {
      "index": 11,
      "heading": "H2: Smart HR to outsmart the changing world",
      "text": "The world has changed, and it's going to keep changing. Keka HR helps your teams to adapt, evolve, and scale by working more effectively. Spend less time on mundane tasks and focus more on strategy. Turn data into smarter decisions and create experiences your employees will love.",
      "words": 47,
      "hasEvidence": true,
      "reasons": [
        "Too short for a citation-ready passage (47 words; target 80-220)."
      ],
      "html": "<p>The world has changed, and it&apos;s going to keep changing. Keka HR helps your teams to adapt, evolve, and scale by working more effectively. Spend less time on mundane tasks and focus more on strategy. Turn data into smarter decisions and create experiences your employees will love.</p>"
    }
  ],
  "citableParagraphs": [],
  "score": 75,
  "weight": 18
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

AEO: Question-led structure

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

3 Warning

Needs attention

AEO: Question-led structure

Warning
01

Issue

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

02

Why it matters

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

Check name

AEO: Question-led structure

Score

50/100

Status

warning

Category

GEO, AIO & AEO

Maturity

Emerging recommendation

Goal

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

Result

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

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

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

AIO: Google eligibility and indexability

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

1 Warning

Needs attention

AIO: Google eligibility and indexability

Warning
01

Issue

Canonical does not self-reference the scanned page.

Details

02

Why it matters

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

Check name

AIO: Google eligibility and indexability

Score

80/100

Status

warning

Category

GEO, AIO & AEO

Maturity

Emerging recommendation

Goal

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

Result

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

Evidence
{
  "status": 200,
  "googlebotBlocked": false,
  "metaRobotsTags": [
    "index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1"
  ],
  "xRobotsTag": "",
  "canonical": "https://www.keka.com/",
  "finalUrl": "https://keka.com/",
  "canonicalScore": 60,
  "score": 80,
  "weight": 18
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

AEO: Entity and definition clarity

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

1 Warning

Needs attention

AEO: Entity and definition clarity

Warning
01

Issue

Entity or definition gaps: software, automate, everything, need, build, great, company.

Details

02

Why it matters

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

Check name

AEO: Entity and definition clarity

Score

83/100

Status

warning

Category

GEO, AIO & AEO

Maturity

Emerging recommendation

Goal

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

Result

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

Evidence
{
  "title": "Keka HR & Payroll Software | Automate HR, Payroll & Compliance",
  "h1": "Everything you need to build a great company",
  "description": "Streamline HR and payroll with Keka. Manage employee data, attendance, payroll, and compliance in one powerful platform built for modern businesses.",
  "topicOverlap": 0.3,
  "definitionCount": 5,
  "topicTerms": [
    "keka",
    "payroll",
    "software",
    "automate",
    "compliance",
    "everything",
    "need",
    "build",
    "great",
    "company"
  ],
  "descriptionTerms": [
    "streamline",
    "payroll",
    "keka",
    "manage",
    "employee",
    "data",
    "attendance",
    "compliance",
    "one",
    "powerful",
    "platform",
    "built",
    "modern",
    "businesses"
  ],
  "missingFromDescription": [
    "software",
    "automate",
    "everything",
    "need",
    "build",
    "great",
    "company"
  ],
  "score": 83,
  "weight": 18
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

AIO: Answer block readiness

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

1 Warning

Needs attention

AIO: Answer block readiness

Warning
01

Issue

12 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": 14,
  "passing": 2,
  "failing": [
    {
      "heading": "Trusted by 10,000+ Organizations",
      "headingHtml": "<h2 class=\"fs-4 fw-semibold lh-base text-center text-lg-left\">Trusted by <span>10,000+ Organizations</span></h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Awesome gets awarded",
      "headingHtml": "<h2 class=\"text-large-bold mb-10 text-center pt-30 pb-30 \">Awesome gets awarded</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Loved by HR professionals",
      "headingHtml": "<h2 class=\"text-large-bold mb-10 pt-30 pb-30 text-center\">Loved by HR professionals</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Everything you need to create a high performance culture",
      "headingHtml": "<h2 class=\"header-1 mb-10\">Everything you need to create a high performance culture</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Payroll",
      "headingHtml": "<h3>Payroll</h3>",
      "firstParagraph": "We redefined Payroll industry back in 2016. 6 simple steps. No manual tasks~ All on cloud.",
      "paragraphHtml": "<p>We redefined Payroll industry back in 2016. 6 simple steps. No manual tasks~ All on cloud.</p>",
      "words": 16,
      "direct": false,
      "issue": "First paragraph is 16 words and does not look like a concise direct answer."
    },
    {
      "heading": "Modern HR",
      "headingHtml": "<h3>Modern HR</h3>",
      "firstParagraph": "All your people information in one place to create a connected digital workplace.",
      "paragraphHtml": "<p>All your people information in one place to create a connected digital workplace.</p>",
      "words": 13,
      "direct": false,
      "issue": "First paragraph is 13 words and does not look like a concise direct answer."
    },
    {
      "heading": "Performance",
      "headingHtml": "<h3>Performance</h3>",
      "firstParagraph": "Build a high-performing culture driven by contextual feedback and goal alignment.",
      "paragraphHtml": "<p>Build a high-performing culture driven by contextual feedback and goal alignment.</p>",
      "words": 11,
      "direct": false,
      "issue": "First paragraph is 11 words and does not look like a concise direct answer."
    },
    {
      "heading": "Hiring & Onboarding",
      "headingHtml": "<h3>Hiring &amp; Onboarding</h3>",
      "firstParagraph": "Empower your recruiter to discover, hire, and onboard the best talent.",
      "paragraphHtml": "<p>Empower your recruiter to discover, hire, and onboard the best talent.</p>",
      "words": 11,
      "direct": false,
      "issue": "First paragraph is 11 words and does not look like a concise direct answer."
    },
    {
      "heading": "Project timesheet",
      "headingHtml": "<h3>Project timesheet</h3>",
      "firstParagraph": "Track your employee time and maintain effective utilization to grow your services business.",
      "paragraphHtml": "<p>Track your employee time and maintain effective utilization to grow your services business.</p>",
      "words": 13,
      "direct": false,
      "issue": "First paragraph is 13 words and does not look like a concise direct answer."
    },
    {
      "heading": "Time & Attendance",
      "headingHtml": "<h3>Time &amp; Attendance</h3>",
      "firstParagraph": "Automated Attendance and leave — unified with payroll. Biometric and GPS Tracking.",
      "paragraphHtml": "<p>Automated Attendance and leave &#x2014; unified with payroll. Biometric and GPS Tracking.</p>",
      "words": 11,
      "direct": false,
      "issue": "First paragraph is 11 words and does not look like a concise direct answer."
    },
    {
      "heading": "Hear it from 30,000 HR Leaders like YOU.",
      "headingHtml": "<h2 class=\"header-1 mb-10\" data-sider-select-id=\"a879e0ec-3441-4957-b79d-e09681432f2d\">Hear it from 30,000 HR Leaders like YOU. </h2>",
      "firstParagraph": "Sr. HR Executive",
      "paragraphHtml": "<p class=\"hr_Card_text\">Sr. HR Executive</p>",
      "words": 3,
      "direct": false,
      "issue": "First paragraph is 3 words and does not look like a concise direct answer."
    },
    {
      "heading": "One HR app, embraced by 2.5 Million Employees",
      "headingHtml": "<h2 class=\"header-1 mb-10\">One HR app, embraced by <br class=\"d-none d-lg-block \"> 2.5 Million Employees</h2>",
      "firstParagraph": "Simplified leave & attendance",
      "paragraphHtml": "<p class=\"text-secondary font-weight-bold text-xl\">Simplified leave &amp; <br class=\"d-none d-lg-block\"> attendance</p>",
      "words": 3,
      "direct": false,
      "issue": "First paragraph is 3 words and does not look like a concise direct answer."
    }
  ],
  "score": 65,
  "weight": 8
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

AEO: Answer intent coverage

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

1 Warning

Needs attention

AEO: Answer intent coverage

Warning
01

Issue

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

Details

02

Why it matters

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

Check name

AEO: Answer intent coverage

Score

70/100

Status

warning

Category

GEO, AIO & AEO

Maturity

Emerging recommendation

Goal

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

Result

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

Evidence
{
  "headings": [
    {
      "text": "Trusted by 10,000+ Organizations",
      "html": "<h2 class=\"fs-4 fw-semibold lh-base text-center text-lg-left\">Trusted by <span>10,000+ Organizations</span></h2>"
    },
    {
      "text": "Awesome gets awarded",
      "html": "<h2 class=\"text-large-bold mb-10 text-center pt-30 pb-30 \">Awesome gets awarded</h2>"
    },
    {
      "text": "Loved by HR professionals",
      "html": "<h2 class=\"text-large-bold mb-10 pt-30 pb-30 text-center\">Loved by HR professionals</h2>"
    },
    {
      "text": "Smart HR to outsmart the changing world",
      "html": "<h2 class=\"header-1 mb-10\">Smart HR to outsmart the changing world</h2>"
    },
    {
      "text": "Everything you need to create a high performance culture",
      "html": "<h2 class=\"header-1 mb-10\">Everything you need to create a high performance culture</h2>"
    },
    {
      "text": "Hear it from 30,000 HR Leaders like YOU.",
      "html": "<h2 class=\"header-1 mb-10\" data-sider-select-id=\"a879e0ec-3441-4957-b79d-e09681432f2d\">Hear it from 30,000 HR Leaders like YOU. </h2>"
    },
    {
      "text": "Personalized HCM Software for YOUR industry",
      "html": "<h2 class=\"header-1 mb-10\">Personalized HCM Software for YOUR industry</h2>"
    },
    {
      "text": "One HR app, embraced by 2.5 Million Employees",
      "html": "<h2 class=\"header-1 mb-10\">One HR app, embraced by <br class=\"d-none d-lg-block \"> 2.5 Million Employees</h2>"
    }
  ],
  "expected": [
    {
      "id": "what",
      "label": "What is Keka HR & Payroll Software?",
      "pattern": {}
    },
    {
      "id": "how",
      "label": "How does Keka HR & Payroll Software work?",
      "pattern": {}
    },
    {
      "id": "benefits",
      "label": "Why use Keka HR & Payroll Software?",
      "pattern": {}
    },
    {
      "id": "cost",
      "label": "Is Keka HR & Payroll Software free or paid?",
      "pattern": {}
    },
    {
      "id": "compare",
      "label": "How does Keka HR & Payroll Software compare with alternatives?",
      "pattern": {}
    }
  ],
  "missing": [
    {
      "id": "what",
      "label": "What is Keka HR & Payroll Software?",
      "pattern": {}
    },
    {
      "id": "how",
      "label": "How does Keka HR & Payroll Software work?",
      "pattern": {}
    },
    {
      "id": "benefits",
      "label": "Why use Keka HR & Payroll Software?",
      "pattern": {}
    },
    {
      "id": "cost",
      "label": "Is Keka HR & Payroll Software free or paid?",
      "pattern": {}
    },
    {
      "id": "compare",
      "label": "How does Keka HR & Payroll Software compare with alternatives?",
      "pattern": {}
    }
  ],
  "score": 70,
  "weight": 8
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

AIO: Page experience for AIO

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

1 Warning

Needs attention

AIO: Page experience for AIO

Warning
01

Issue

94 image(s) are missing width/height attributes.

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

80/100

Status

warning

Category

GEO, AIO & AEO

Maturity

Emerging recommendation

Goal

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

Result

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

Evidence
{
  "viewportContent": "width=device-width, initial-scale=1",
  "visibleWords": 1096,
  "htmlBytes": 775380,
  "imagesMissingDimensions": [
    {
      "src": "https://prod.bread.humanisys.ai/traffic/8916f5b78ab48f13bf38d75c5826316d35d23b8fa10d5776e7b2021d88577e448db1326288811705f57a95c9309a3f53.png",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"https://prod.bread.humanisys.ai/traffic/8916f5b78ab48f13bf38d75c5826316d35d23b8fa10d5776e7b2021d88577e448db1326288811705f57a95c9309a3f53.png\" key=\"{window.location.pathname}\" referrerpolicy=\"unsafe-url\" style=\"display: none !important\">"
    },
    {
      "src": "/media/2026/01/keka-logo-36px.svg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"/media/2026/01/keka-logo-36px.svg\" alt=\"Keka Logo\" class=\"desktop-logo mobile-logo\">"
    },
    {
      "src": "/media/2024/05/Group-322011708.svg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img decoding=\"async\" class=\"mt-auto\" src=\"/media/2024/05/Group-322011708.svg\" alt=\"Keka the HR and Payroll Software. Awarded the Best HR and Payroll Software by World HRD Congress. Start Your Free Trial\">"
    },
    {
      "src": "https://d2w2i7rp1a0wob.cloudfront.net/media/2025/02/hetero-logo-new.png",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img decoding=\"async\" src=\"https://d2w2i7rp1a0wob.cloudfront.net/media/2025/02/hetero-logo-new.png\" alt=\"pwc\">"
    },
    {
      "src": "https://d2w2i7rp1a0wob.cloudfront.net/media/2025/02/yulu-logo-new.png",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img decoding=\"async\" src=\"https://d2w2i7rp1a0wob.cloudfront.net/media/2025/02/yulu-logo-new.png\" alt=\"grant\">"
    },
    {
      "src": "https://d2w2i7rp1a0wob.cloudfront.net/media/2025/02/apollo-logo-new.png",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img decoding=\"async\" src=\"https://d2w2i7rp1a0wob.cloudfront.net/media/2025/02/apollo-logo-new.png\" alt=\"ebay\">"
    },
    {
      "src": "https://d2w2i7rp1a0wob.cloudfront.net/media/2025/02/thrillophilla-logo-new.png",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img decoding=\"async\" src=\"https://d2w2i7rp1a0wob.cloudfront.net/media/2025/02/thrillophilla-logo-new.png\" alt=\"byd\">"
    },
    {
      "src": "https://d2w2i7rp1a0wob.cloudfront.net/media/2025/02/dadus-logo-new.png",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img decoding=\"async\" src=\"https://d2w2i7rp1a0wob.cloudfront.net/media/2025/02/dadus-logo-new.png\" alt=\"randst\">"
    },
    {
      "src": "https://d2w2i7rp1a0wob.cloudfront.net/media/2025/02/hp-logo-new.png",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img decoding=\"async\" src=\"https://d2w2i7rp1a0wob.cloudfront.net/media/2025/02/hp-logo-new.png\" alt>"
    },
    {
      "src": "https://d2w2i7rp1a0wob.cloudfront.net/media/2025/02/one-plus-logo-new.png",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img decoding=\"async\" src=\"https://d2w2i7rp1a0wob.cloudfront.net/media/2025/02/one-plus-logo-new.png\" alt=\"pwc\">"
    },
    {
      "src": "https://d2w2i7rp1a0wob.cloudfront.net/media/2025/02/clearTax-logo-new-one.png",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img decoding=\"async\" src=\"https://d2w2i7rp1a0wob.cloudfront.net/media/2025/02/clearTax-logo-new-one.png\" alt=\"grant\">"
    },
    {
      "src": "https://d2w2i7rp1a0wob.cloudfront.net/media/2025/02/jupiter-logo-new.png",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img decoding=\"async\" src=\"https://d2w2i7rp1a0wob.cloudfront.net/media/2025/02/jupiter-logo-new.png\" alt=\"ebay\">"
    },
    {
      "src": "https://d2w2i7rp1a0wob.cloudfront.net/media/2025/02/bombay-shaving-logo-new.png",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img decoding=\"async\" src=\"https://d2w2i7rp1a0wob.cloudfront.net/media/2025/02/bombay-shaving-logo-new.png\" alt=\"byd\">"
    },
    {
      "src": "https://d2w2i7rp1a0wob.cloudfront.net/media/2025/02/plum-logo-new-one.png",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img decoding=\"async\" src=\"https://d2w2i7rp1a0wob.cloudfront.net/media/2025/02/plum-logo-new-one.png\" alt=\"pwc\">"
    },
    {
      "src": "https://d2w2i7rp1a0wob.cloudfront.net/media/2025/02/byd-logo-new.png",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img decoding=\"async\" src=\"https://d2w2i7rp1a0wob.cloudfront.net/media/2025/02/byd-logo-new.png\" alt=\"grant\">"
    },
    {
      "src": "https://d2w2i7rp1a0wob.cloudfront.net/media/2025/02/delhi-capitals-logo-new.png",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img decoding=\"async\" src=\"https://d2w2i7rp1a0wob.cloudfront.net/media/2025/02/delhi-capitals-logo-new.png\" alt=\"ebay\">"
    },
    {
      "src": "https://d2w2i7rp1a0wob.cloudfront.net/media/2025/02/astraTalk-logo-new.png",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img decoding=\"async\" src=\"https://d2w2i7rp1a0wob.cloudfront.net/media/2025/02/astraTalk-logo-new.png\" alt=\"byd\">"
    },
    {
      "src": "https://d2w2i7rp1a0wob.cloudfront.net/media/2025/02/beers-and-biseps-logo-new.png",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img decoding=\"async\" src=\"https://d2w2i7rp1a0wob.cloudfront.net/media/2025/02/beers-and-biseps-logo-new.png\" alt=\"randst\">"
    },
    {
      "src": "https://d2w2i7rp1a0wob.cloudfront.net/media/2025/02/chumbak-logo-new.png",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img decoding=\"async\" src=\"https://d2w2i7rp1a0wob.cloudfront.net/media/2025/02/chumbak-logo-new.png\" alt>"
    },
    {
      "src": "https://d2w2i7rp1a0wob.cloudfront.net/media/2025/02/mokobara-logo-new.png",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img decoding=\"async\" src=\"https://d2w2i7rp1a0wob.cloudfront.net/media/2025/02/mokobara-logo-new.png\" alt=\"pwc\">"
    },
    {
      "src": "https://d2w2i7rp1a0wob.cloudfront.net/media/2025/02/nobroker-logo-new.png",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img decoding=\"async\" src=\"https://d2w2i7rp1a0wob.cloudfront.net/media/2025/02/nobroker-logo-new.png\" alt=\"grant\">"
    },
    {
      "src": "https://d2w2i7rp1a0wob.cloudfront.net/media/2025/02/thalassa-logo-new.png",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img decoding=\"async\" src=\"https://d2w2i7rp1a0wob.cloudfront.net/media/2025/02/thalassa-logo-new.png\" alt=\"ebay\">"
    },
    {
      "src": "https://d2w2i7rp1a0wob.cloudfront.net/media/2025/02/travel-traingle-logo-new.png",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img decoding=\"async\" src=\"https://d2w2i7rp1a0wob.cloudfront.net/media/2025/02/travel-traingle-logo-new.png\" alt=\"byd\">"
    },
    {
      "src": "https://d2w2i7rp1a0wob.cloudfront.net/media/2025/02/rvjc-logo-new.png",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img decoding=\"async\" src=\"https://d2w2i7rp1a0wob.cloudfront.net/media/2025/02/rvjc-logo-new.png\" alt=\"randst\">"
    },
    {
      "src": "https://d2w2i7rp1a0wob.cloudfront.net/media/2025/02/isprout-logo-new.png",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img decoding=\"async\" src=\"https://d2w2i7rp1a0wob.cloudfront.net/media/2025/02/isprout-logo-new.png\" alt>"
    },
    {
      "src": "https://d2w2i7rp1a0wob.cloudfront.net/media/2025/02/xoxoday-logo-new.png",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img decoding=\"async\" src=\"https://d2w2i7rp1a0wob.cloudfront.net/media/2025/02/xoxoday-logo-new.png\" alt>"
    },
    {
      "src": "https://d2w2i7rp1a0wob.cloudfront.net/media/2025/02/zivame-logo-new.png",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img decoding=\"async\" src=\"https://d2w2i7rp1a0wob.cloudfront.net/media/2025/02/zivame-logo-new.png\" alt>"
    },
    {
      "src": "https://d2w2i7rp1a0wob.cloudfront.net/media/2025/02/rajasthan-royals-logo-new.png",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img decoding=\"async\" src=\"https://d2w2i7rp1a0wob.cloudfront.net/media/2025/02/rajasthan-royals-logo-new.png\" alt>"
    },
    {
      "src": "https://d2w2i7rp1a0wob.cloudfront.net/media/2025/02/blank.png",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img decoding=\"async\" src=\"https://d2w2i7rp1a0wob.cloudfront.net/media/2025/02/blank.png\" alt>"
    },
    {
      "src": "https://d2w2i7rp1a0wob.cloudfront.net/media/2025/02/blank.png",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img decoding=\"async\" src=\"https://d2w2i7rp1a0wob.cloudfront.net/media/2025/02/blank.png\" alt>"
    },
    {
      "src": "https://d2w2i7rp1a0wob.cloudfront.net/media/2025/02/hetero-logo-new.png",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img decoding=\"async\" src=\"https://d2w2i7rp1a0wob.cloudfront.net/media/2025/02/hetero-logo-new.png\" alt=\"pwc\">"
    },
    {
      "src": "https://d2w2i7rp1a0wob.cloudfront.net/media/2025/02/yulu-logo-new.png",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img decoding=\"async\" src=\"https://d2w2i7rp1a0wob.cloudfront.net/media/2025/02/yulu-logo-new.png\" alt=\"grant\">"
    },
    {
      "src": "https://d2w2i7rp1a0wob.cloudfront.net/media/2025/02/apollo-logo-new.png",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img decoding=\"async\" src=\"https://d2w2i7rp1a0wob.cloudfront.net/media/2025/02/apollo-logo-new.png\" alt=\"ebay\">"
    },
    {
      "src": "https://d2w2i7rp1a0wob.cloudfront.net/media/2025/02/thrillophilla-logo-new.png",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img decoding=\"async\" src=\"https://d2w2i7rp1a0wob.cloudfront.net/media/2025/02/thrillophilla-logo-new.png\" alt=\"byd\">"
    },
    {
      "src": "https://d2w2i7rp1a0wob.cloudfront.net/media/2025/02/dadus-logo-new.png",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img decoding=\"async\" src=\"https://d2w2i7rp1a0wob.cloudfront.net/media/2025/02/dadus-logo-new.png\" alt=\"randst\">"
    },
    {
      "src": "https://d2w2i7rp1a0wob.cloudfront.net/media/2025/02/hp-logo-new.png",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img decoding=\"async\" src=\"https://d2w2i7rp1a0wob.cloudfront.net/media/2025/02/hp-logo-new.png\" alt>"
    },
    {
      "src": "https://d2w2i7rp1a0wob.cloudfront.net/media/2025/02/one-plus-logo-new.png",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img decoding=\"async\" src=\"https://d2w2i7rp1a0wob.cloudfront.net/media/2025/02/one-plus-logo-new.png\" alt=\"pwc\">"
    },
    {
      "src": "https://d2w2i7rp1a0wob.cloudfront.net/media/2025/02/clearTax-logo-new-one.png",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img decoding=\"async\" src=\"https://d2w2i7rp1a0wob.cloudfront.net/media/2025/02/clearTax-logo-new-one.png\" alt=\"grant\">"
    },
    {
      "src": "https://d2w2i7rp1a0wob.cloudfront.net/media/2025/02/jupiter-logo-new.png",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img decoding=\"async\" src=\"https://d2w2i7rp1a0wob.cloudfront.net/media/2025/02/jupiter-logo-new.png\" alt=\"ebay\">"
    },
    {
      "src": "https://d2w2i7rp1a0wob.cloudfront.net/media/2025/02/bombay-shaving-logo-new.png",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img decoding=\"async\" src=\"https://d2w2i7rp1a0wob.cloudfront.net/media/2025/02/bombay-shaving-logo-new.png\" alt=\"byd\">"
    },
    {
      "src": "https://d2w2i7rp1a0wob.cloudfront.net/media/2025/02/plum-logo-new-one.png",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img decoding=\"async\" src=\"https://d2w2i7rp1a0wob.cloudfront.net/media/2025/02/plum-logo-new-one.png\" alt=\"pwc\">"
    },
    {
      "src": "https://d2w2i7rp1a0wob.cloudfront.net/media/2025/02/byd-logo-new.png",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img decoding=\"async\" src=\"https://d2w2i7rp1a0wob.cloudfront.net/media/2025/02/byd-logo-new.png\" alt=\"grant\">"
    },
    {
      "src": "https://d2w2i7rp1a0wob.cloudfront.net/media/2025/02/delhi-capitals-logo-new.png",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img decoding=\"async\" src=\"https://d2w2i7rp1a0wob.cloudfront.net/media/2025/02/delhi-capitals-logo-new.png\" alt=\"ebay\">"
    },
    {
      "src": "https://d2w2i7rp1a0wob.cloudfront.net/media/2025/02/astraTalk-logo-new.png",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img decoding=\"async\" src=\"https://d2w2i7rp1a0wob.cloudfront.net/media/2025/02/astraTalk-logo-new.png\" alt=\"byd\">"
    },
    {
      "src": "https://d2w2i7rp1a0wob.cloudfront.net/media/2025/02/beers-and-biseps-logo-new.png",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img decoding=\"async\" src=\"https://d2w2i7rp1a0wob.cloudfront.net/media/2025/02/beers-and-biseps-logo-new.png\" alt=\"randst\">"
    },
    {
      "src": "https://d2w2i7rp1a0wob.cloudfront.net/media/2025/02/chumbak-logo-new.png",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img decoding=\"async\" src=\"https://d2w2i7rp1a0wob.cloudfront.net/media/2025/02/chumbak-logo-new.png\" alt>"
    },
    {
      "src": "https://d2w2i7rp1a0wob.cloudfront.net/media/2025/02/mokobara-logo-new.png",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img decoding=\"async\" src=\"https://d2w2i7rp1a0wob.cloudfront.net/media/2025/02/mokobara-logo-new.png\" alt=\"pwc\">"
    },
    {
      "src": "https://d2w2i7rp1a0wob.cloudfront.net/media/2025/02/nobroker-logo-new.png",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img decoding=\"async\" src=\"https://d2w2i7rp1a0wob.cloudfront.net/media/2025/02/nobroker-logo-new.png\" alt=\"grant\">"
    },
    {
      "src": "https://d2w2i7rp1a0wob.cloudfront.net/media/2025/02/thalassa-logo-new.png",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img decoding=\"async\" src=\"https://d2w2i7rp1a0wob.cloudfront.net/media/2025/02/thalassa-logo-new.png\" alt=\"ebay\">"
    },
    {
      "src": "https://d2w2i7rp1a0wob.cloudfront.net/media/2025/02/travel-traingle-logo-new.png",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img decoding=\"async\" src=\"https://d2w2i7rp1a0wob.cloudfront.net/media/2025/02/travel-traingle-logo-new.png\" alt=\"byd\">"
    },
    {
      "src": "https://d2w2i7rp1a0wob.cloudfront.net/media/2025/02/rvjc-logo-new.png",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img decoding=\"async\" src=\"https://d2w2i7rp1a0wob.cloudfront.net/media/2025/02/rvjc-logo-new.png\" alt=\"randst\">"
    },
    {
      "src": "https://d2w2i7rp1a0wob.cloudfront.net/media/2025/02/isprout-logo-new.png",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img decoding=\"async\" src=\"https://d2w2i7rp1a0wob.cloudfront.net/media/2025/02/isprout-logo-new.png\" alt>"
    },
    {
      "src": "https://d2w2i7rp1a0wob.cloudfront.net/media/2025/02/xoxoday-logo-new.png",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img decoding=\"async\" src=\"https://d2w2i7rp1a0wob.cloudfront.net/media/2025/02/xoxoday-logo-new.png\" alt>"
    },
    {
      "src": "https://d2w2i7rp1a0wob.cloudfront.net/media/2025/02/zivame-logo-new.png",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img decoding=\"async\" src=\"https://d2w2i7rp1a0wob.cloudfront.net/media/2025/02/zivame-logo-new.png\" alt>"
    },
    {
      "src": "https://d2w2i7rp1a0wob.cloudfront.net/media/2025/02/rajasthan-royals-logo-new.png",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img decoding=\"async\" src=\"https://d2w2i7rp1a0wob.cloudfront.net/media/2025/02/rajasthan-royals-logo-new.png\" alt>"
    },
    {
      "src": "https://d2w2i7rp1a0wob.cloudfront.net/media/2025/02/blank.png",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img decoding=\"async\" src=\"https://d2w2i7rp1a0wob.cloudfront.net/media/2025/02/blank.png\" alt>"
    },
    {
      "src": "https://d2w2i7rp1a0wob.cloudfront.net/media/2025/02/blank.png",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img decoding=\"async\" src=\"https://d2w2i7rp1a0wob.cloudfront.net/media/2025/02/blank.png\" alt>"
    },
    {
      "src": "/media/2024/05/clients-logos-revmp.png",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img decoding=\"async\" src=\"/media/2024/05/clients-logos-revmp.png\" class=\"img-fluid\" alt=\"Keka-Client-List\">"
    },
    {
      "src": "/media/2024/05/clients-logos-revmp-mobile.png",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img decoding=\"async\" class=\"w-300\" src=\"/media/2024/05/clients-logos-revmp-mobile.png\" alt=\"Keka-Client-List\">"
    },
    {
      "src": "https://d2w2i7rp1a0wob.cloudfront.net/media/2024/05/Play-icon.svg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img decoding=\"async\" src=\"https://d2w2i7rp1a0wob.cloudfront.net/media/2024/05/Play-icon.svg\" alt>"
    },
    {
      "src": "https://d2w2i7rp1a0wob.cloudfront.net/media/2024/07/slider-two-home.png",
      "width": "100%",
      "height": "",
      "loading": "",
      "html": "<img decoding=\"async\" src=\"https://d2w2i7rp1a0wob.cloudfront.net/media/2024/07/slider-two-home.png\" alt width=\"100%\">"
    },
    {
      "src": "https://d2w2i7rp1a0wob.cloudfront.net/media/2024/05/main-logo-1.svg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img decoding=\"async\" src=\"https://d2w2i7rp1a0wob.cloudfront.net/media/2024/05/main-logo-1.svg\" alt class=\"hr_Card_logo\">"
    },
    {
      "src": "https://d2w2i7rp1a0wob.cloudfront.net/media/2024/05/main-logo-1.svg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img decoding=\"async\" src=\"https://d2w2i7rp1a0wob.cloudfront.net/media/2024/05/main-logo-1.svg\" alt class=\"hr_Card_logo\">"
    },
    {
      "src": "https://d2w2i7rp1a0wob.cloudfront.net/media/2024/05/Play-icon.svg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img decoding=\"async\" src=\"https://d2w2i7rp1a0wob.cloudfront.net/media/2024/05/Play-icon.svg\" alt>"
    },
    {
      "src": "https://d2w2i7rp1a0wob.cloudfront.net/media/2024/07/slider-one-home.png",
      "width": "100%",
      "height": "",
      "loading": "",
      "html": "<img decoding=\"async\" src=\"https://d2w2i7rp1a0wob.cloudfront.net/media/2024/07/slider-one-home.png\" alt width=\"100%\">"
    },
    {
      "src": "https://d2w2i7rp1a0wob.cloudfront.net/media/2024/05/wingify-logo-color-1920-1080-1.svg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img decoding=\"async\" src=\"https://d2w2i7rp1a0wob.cloudfront.net/media/2024/05/wingify-logo-color-1920-1080-1.svg\" alt class=\"hr_Card_logo\">"
    },
    {
      "src": "https://d2w2i7rp1a0wob.cloudfront.net/media/2024/05/wingify-logo-color-1920-1080-1.svg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img decoding=\"async\" src=\"https://d2w2i7rp1a0wob.cloudfront.net/media/2024/05/wingify-logo-color-1920-1080-1.svg\" alt class=\"hr_Card_logo\">"
    },
    {
      "src": "https://d2w2i7rp1a0wob.cloudfront.net/media/2024/05/Play-icon.svg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img decoding=\"async\" src=\"https://d2w2i7rp1a0wob.cloudfront.net/media/2024/05/Play-icon.svg\" alt>"
    },
    {
      "src": "https://d2w2i7rp1a0wob.cloudfront.net/media/2024/07/slider-three-home.png",
      "width": "100%",
      "height": "",
      "loading": "",
      "html": "<img decoding=\"async\" src=\"https://d2w2i7rp1a0wob.cloudfront.net/media/2024/07/slider-three-home.png\" alt width=\"100%\">"
    },
    {
      "src": "https://d2w2i7rp1a0wob.cloudfront.net/media/2024/05/63413ad4dec8a950c33f4fd5_Logo-1.svg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img decoding=\"async\" src=\"https://d2w2i7rp1a0wob.cloudfront.net/media/2024/05/63413ad4dec8a950c33f4fd5_Logo-1.svg\" alt class=\"hr_Card_logo\">"
    },
    {
      "src": "https://d2w2i7rp1a0wob.cloudfront.net/media/2024/05/63413ad4dec8a950c33f4fd5_Logo-1.svg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img decoding=\"async\" src=\"https://d2w2i7rp1a0wob.cloudfront.net/media/2024/05/63413ad4dec8a950c33f4fd5_Logo-1.svg\" alt class=\"hr_Card_logo\">"
    },
    {
      "src": "https://d2w2i7rp1a0wob.cloudfront.net/media/2024/05/Play-icon.svg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img decoding=\"async\" src=\"https://d2w2i7rp1a0wob.cloudfront.net/media/2024/05/Play-icon.svg\" alt>"
    },
    {
      "src": "https://d2w2i7rp1a0wob.cloudfront.net/media/2024/05/Dr.-N-V-Rao.png",
      "width": "100%",
      "height": "",
      "loading": "",
      "html": "<img decoding=\"async\" src=\"https://d2w2i7rp1a0wob.cloudfront.net/media/2024/05/Dr.-N-V-Rao.png\" alt width=\"100%\">"
    },
    {
      "src": "https://d2w2i7rp1a0wob.cloudfront.net/media/2024/05/Metrochem.svg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img decoding=\"async\" src=\"https://d2w2i7rp1a0wob.cloudfront.net/media/2024/05/Metrochem.svg\" alt class=\"hr_Card_logo\">"
    },
    {
      "src": "https://d2w2i7rp1a0wob.cloudfront.net/media/2024/05/Metrochem.svg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img decoding=\"async\" src=\"https://d2w2i7rp1a0wob.cloudfront.net/media/2024/05/Metrochem.svg\" alt class=\"hr_Card_logo\">"
    },
    {
      "src": "https://d2w2i7rp1a0wob.cloudfront.net/media/2024/05/Play-icon.svg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img decoding=\"async\" src=\"https://d2w2i7rp1a0wob.cloudfront.net/media/2024/05/Play-icon.svg\" alt>"
    },
    {
      "src": "https://d2w2i7rp1a0wob.cloudfront.net/media/2024/05/Tom-Stany.png",
      "width": "100%",
      "height": "",
      "loading": "",
      "html": "<img decoding=\"async\" src=\"https://d2w2i7rp1a0wob.cloudfront.net/media/2024/05/Tom-Stany.png\" alt width=\"100%\">"
    },
    {
      "src": "https://d2w2i7rp1a0wob.cloudfront.net/media/2024/05/boult.svg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img decoding=\"async\" src=\"https://d2w2i7rp1a0wob.cloudfront.net/media/2024/05/boult.svg\" alt class=\"hr_Card_logo\">"
    },
    {
      "src": "https://d2w2i7rp1a0wob.cloudfront.net/media/2024/05/boult.svg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img decoding=\"async\" src=\"https://d2w2i7rp1a0wob.cloudfront.net/media/2024/05/boult.svg\" alt class=\"hr_Card_logo\">"
    },
    {
      "src": "https://d2w2i7rp1a0wob.cloudfront.net/media/2024/05/Play-icon.svg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img decoding=\"async\" src=\"https://d2w2i7rp1a0wob.cloudfront.net/media/2024/05/Play-icon.svg\" alt>"
    },
    {
      "src": "https://d2w2i7rp1a0wob.cloudfront.net/media/2024/05/Neeti-Kumari.png",
      "width": "100%",
      "height": "",
      "loading": "",
      "html": "<img decoding=\"async\" src=\"https://d2w2i7rp1a0wob.cloudfront.net/media/2024/05/Neeti-Kumari.png\" alt width=\"100%\">"
    },
    {
      "src": "https://d2w2i7rp1a0wob.cloudfront.net/media/2024/05/adda247.svg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img decoding=\"async\" src=\"https://d2w2i7rp1a0wob.cloudfront.net/media/2024/05/adda247.svg\" alt class=\"hr_Card_logo\">"
    },
    {
      "src": "https://d2w2i7rp1a0wob.cloudfront.net/media/2024/05/adda247.svg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img decoding=\"async\" src=\"https://d2w2i7rp1a0wob.cloudfront.net/media/2024/05/adda247.svg\" alt class=\"hr_Card_logo\">"
    },
    {
      "src": "https://d2w2i7rp1a0wob.cloudfront.net/media/2024/05/Play-icon.svg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img decoding=\"async\" src=\"https://d2w2i7rp1a0wob.cloudfront.net/media/2024/05/Play-icon.svg\" alt>"
    },
    {
      "src": "https://d2w2i7rp1a0wob.cloudfront.net/media/2024/07/slider-four-hom.png",
      "width": "100%",
      "height": "",
      "loading": "",
      "html": "<img decoding=\"async\" src=\"https://d2w2i7rp1a0wob.cloudfront.net/media/2024/07/slider-four-hom.png\" alt width=\"100%\">"
    },
    {
      "src": "https://d2w2i7rp1a0wob.cloudfront.net/media/2024/05/Group-20250.svg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img decoding=\"async\" src=\"https://d2w2i7rp1a0wob.cloudfront.net/media/2024/05/Group-20250.svg\" alt class=\"hr_Card_logo\">"
    },
    {
      "src": "https://d2w2i7rp1a0wob.cloudfront.net/media/2024/05/Group-20250.svg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img decoding=\"async\" src=\"https://d2w2i7rp1a0wob.cloudfront.net/media/2024/05/Group-20250.svg\" alt class=\"hr_Card_logo\">"
    },
    {
      "src": "/media/2024/05/one-hr-app.png",
      "width": "100%",
      "height": "",
      "loading": "lazy",
      "html": "<img decoding=\"async\" src=\"/media/2024/05/one-hr-app.png\" loading=\"lazy\" alt=\"Crozdesk Quality Choice\" width=\"100%\">"
    },
    {
      "src": "/media/2024/05/Group-322011729.png",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img decoding=\"async\" src=\"/media/2024/05/Group-322011729.png\" alt=\"Generic placeholder image\">"
    },
    {
      "src": "/media/2024/05/Group-322011730.png",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img decoding=\"async\" src=\"/media/2024/05/Group-322011730.png\" alt=\"Generic placeholder image\">"
    },
    {
      "src": "/media/2024/05/Group-322011730.png",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img decoding=\"async\" src=\"/media/2024/05/Group-322011730.png\" alt=\"Generic placeholder image\">"
    },
    {
      "src": "/media/2024/05/Group-322011731.png",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img decoding=\"async\" src=\"/media/2024/05/Group-322011731.png\" alt=\"Generic placeholder image\">"
    },
    {
      "src": "/media/2024/05/Group-322011732.png",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img decoding=\"async\" src=\"/media/2024/05/Group-322011732.png\" alt=\"Generic placeholder image\">"
    },
    {
      "src": "/media/2024/05/Group-322011733.png",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img decoding=\"async\" src=\"/media/2024/05/Group-322011733.png\" alt=\"Generic placeholder image\">"
    }
  ],
  "possibleDialogs": [],
  "score": 80,
  "weight": 10
}

Agent Ease of UseAPIEmerging recommendation

AI context endpoint

AI context endpoint is informational for this page.

Informational

Needs attention

AI context endpoint

Informational
01

Issue

AI context endpoint is informational for this page.

02

Why it matters

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

Check name

AI context endpoint

Score

100/100