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

OVERALL SCORE

Level 3, Bot-Aware

Moderate readiness for AI agents
AIDiscoverability44%Agent Easeof Use6%Security& Trust80%GEO, AIO, AEO83%SEO92%Performance& Accessibility92%
  • AI Discoverability 44 out of 100
  • Agent Ease of Use 6 out of 100
  • Security & Trust 80 out of 100
  • GEO, AIO and AEO 83 out of 100
  • SEO 92 out of 100
  • Performance and Accessibility 92 out of 100

CAPTURED SCREENSHOT

Captured website desktop screenshot

What AI sees of your website

All-In-One HCM Platform, Payroll & Managed Services - Namely favicon

All-In-One HCM Platform, Payroll & Managed Services - Namely

Manage your people more efficiently and accurately with Namely’s Human Capital Management (HCM) platform and managed services. Power-up payroll, compliance, benefits, and analytics with an all-in-one HCM solution.

Next step

Turn this report into a fix workflow

24 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
44
Priority fix9141View details
Discoverability
57
Needs work450View details
Content Readiness
63
Needs work551View details
Bot Access Control
0
Priority fix040View details
Agent Ease of Use
6
Priority fix4293View details
API
0
Priority fix060View details
Auth
Not Applicable
Not Applicable070View details
MCP
13
Priority fix062View details
Skill Discovery
5
Priority fix0101View details
Agent Commerce
Not Applicable
Not Applicable400
GEO, AIO and AEO
83
Mostly ready7010
GEO Readiness
Not Applicable
Not Applicable300
AIO Readiness
85
Mostly ready205
AEO Readiness
73
Needs work205
SEO
92
Strong1010View details
SEO
92
Strong1010View details
Security & Trust
88
Mostly ready810View details
Security & Trust
80
Mostly ready410View details
AI Training Exposure
100
Strong400
Performance and Accessibility
92
Strong2511View details
Performance
94
Strong1411View details
Accessibility
89
Mostly ready1100

Prioritized recommendations

Issues ranked by score impact

38 items need attention

Security & TrustSecurity & TrustEstablished

Content-Security-Policy

Content-Security-Policy is missing or incomplete.

100 Fail

Needs attention

Content-Security-Policy

Failed check
01

Issue

Content-Security-Policy is missing or incomplete.

02

Why it matters

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

Check name

Content-Security-Policy

Score

0/100

Status

fail

Category

Security & Trust

Maturity

Established

Goal

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

Result

Content-Security-Policy is missing or incomplete.

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

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-US\" prefix=\"og: https://ogp.me/ns#\">\n<head>\n\t<meta charset=\"UTF-8\">\n\t<meta name=\"viewport\" content=\"width=device-width, initial-scale=1\">\n\t<link rel=\"profile\" href=\"https://gmpg.org/xfn/11\">\n\t<script id=\"cookieyes\" type=\"text/javascript\" src=\"https://cdn-cookieyes.com/client_data/9c213c37dff56c45109cdecd/script.js\"></script><link rel=\"preload\" href=\"https://namely.com/wp-content/uploads/2023/11/FontsFree-Net-Proxima-Nova-Bold-It.woff2\" as=\"font\" type=\"font/woff2\" crossorigin><link rel=\"preload\" href=\"https://namely.com/wp-content/uploads/2023/11/proximanova-black-webfont.woff2\" as=\"font\" type=\"font/woff2\" crossorigin><link rel=\"preload\" href=\"https://namely.com/wp-content/uploads/2023/11/proximanova-bold-webfont.woff2\" as=\"font\" type=\"font/woff2\" crossorigin>"
      },
      "issue": "Response is not valid JSON.",
      "howToFix": "Use application/linkset+json with service-desc, service-doc, and status relations that each include href."
    },
    {
      "id": "target-validation",
      "title": "Fetch advertised API catalog targets",
      "status": "fail",
      "evidence": {
        "checked": [],
        "failures": [
          {
            "reason": "No same-origin API catalog hrefs were available to fetch."
          }
        ]
      },
      "issue": "API Catalog did not expose any same-origin hrefs to validate.",
      "howToFix": "Make each same-origin API catalog href reachable and serve the advertised media type."
    }
  ]
}

Agent Ease of UseAPIEstablished

OpenAPI discovery

OpenAPI discovery failed at "Find valid OpenAPI document".

50 Fail

Needs attention

OpenAPI discovery

Failed check
01

Issue

OpenAPI YAML document did not match the expected shape. Content-Type "text/html; charset=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-US\" prefix=\"og: https://ogp.me/ns#\">\n<head>\n\t<meta charset=\"UTF-8\">\n\t<meta name=\"viewport\" content=\"width=device-width, initial-scale=1\">\n\t<link rel=\"profile\" href=\"https://gmpg.org/xfn/11\">\n\t<script id=\"cookieyes\" type=\"text/javascript\" src=\"https://cdn-cookieyes.com/client_data/9c213c37dff56c45109cdecd/script.js\"></script><link rel=\"preload\" href=\"https://namely.com/wp-content/uploads/2023/11/FontsFree-Net-Proxima-Nova-Bold-It.woff2\" as=\"font\" type=\"font/woff2\" crossorigin><link rel=\"preload\" href=\"https://namely.com/wp-content/uploads/2023/11/proximanova-black-webfont.woff2\" as=\"font\" type=\"font/woff2\" crossorigin><link rel=\"preload\" href=\"https://namely.com/wp-content/uploads/2023/11/proximanova-bold-webfont.woff2\" as=\"font\" type=\"font/woff2\" crossorigin>"
          },
          {
            "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-US\" prefix=\"og: https://ogp.me/ns#\">\n<head>\n\t<meta charset=\"UTF-8\">\n\t<meta name=\"viewport\" content=\"width=device-width, initial-scale=1\">\n\t<link rel=\"profile\" href=\"https://gmpg.org/xfn/11\">\n\t<script id=\"cookieyes\" type=\"text/javascript\" src=\"https://cdn-cookieyes.com/client_data/9c213c37dff56c45109cdecd/script.js\"></script><link rel=\"preload\" href=\"https://namely.com/wp-content/uploads/2023/11/FontsFree-Net-Proxima-Nova-Bold-It.woff2\" as=\"font\" type=\"font/woff2\" crossorigin><link rel=\"preload\" href=\"https://namely.com/wp-content/uploads/2023/11/proximanova-black-webfont.woff2\" as=\"font\" type=\"font/woff2\" crossorigin><link rel=\"preload\" href=\"https://namely.com/wp-content/uploads/2023/11/proximanova-bold-webfont.woff2\" as=\"font\" type=\"font/woff2\" crossorigin>"
          },
          {
            "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-US\" prefix=\"og: https://ogp.me/ns#\">\n<head>\n\t<meta charset=\"UTF-8\">\n\t<meta name=\"viewport\" content=\"width=device-width, initial-scale=1\">\n\t<link rel=\"profile\" href=\"https://gmpg.org/xfn/11\">\n\t<script id=\"cookieyes\" type=\"text/javascript\" src=\"https://cdn-cookieyes.com/client_data/9c213c37dff56c45109cdecd/script.js\"></script><link rel=\"preload\" href=\"https://namely.com/wp-content/uploads/2023/11/FontsFree-Net-Proxima-Nova-Bold-It.woff2\" as=\"font\" type=\"font/woff2\" crossorigin><link rel=\"preload\" href=\"https://namely.com/wp-content/uploads/2023/11/proximanova-black-webfont.woff2\" as=\"font\" type=\"font/woff2\" crossorigin><link rel=\"preload\" href=\"https://namely.com/wp-content/uploads/2023/11/proximanova-bold-webfont.woff2\" as=\"font\" type=\"font/woff2\" crossorigin>"
          },
          {
            "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-US\" prefix=\"og: https://ogp.me/ns#\">\n<head>\n\t<meta charset=\"UTF-8\">\n\t<meta name=\"viewport\" content=\"width=device-width, initial-scale=1\">\n\t<link rel=\"profile\" href=\"https://gmpg.org/xfn/11\">\n\t<script id=\"cookieyes\" type=\"text/javascript\" src=\"https://cdn-cookieyes.com/client_data/9c213c37dff56c45109cdecd/script.js\"></script><link rel=\"preload\" href=\"https://namely.com/wp-content/uploads/2023/11/FontsFree-Net-Proxima-Nova-Bold-It.woff2\" as=\"font\" type=\"font/woff2\" crossorigin><link rel=\"preload\" href=\"https://namely.com/wp-content/uploads/2023/11/proximanova-black-webfont.woff2\" as=\"font\" type=\"font/woff2\" crossorigin><link rel=\"preload\" href=\"https://namely.com/wp-content/uploads/2023/11/proximanova-bold-webfont.woff2\" as=\"font\" type=\"font/woff2\" crossorigin>"
          },
          {
            "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-US\" prefix=\"og: https://ogp.me/ns#\">\n<head>\n\t<meta charset=\"UTF-8\">\n\t<meta name=\"viewport\" content=\"width=device-width, initial-scale=1\">\n\t<link rel=\"profile\" href=\"https://gmpg.org/xfn/11\">\n\t<script id=\"cookieyes\" type=\"text/javascript\" src=\"https://cdn-cookieyes.com/client_data/9c213c37dff56c45109cdecd/script.js\"></script><link rel=\"preload\" href=\"https://namely.com/wp-content/uploads/2023/11/FontsFree-Net-Proxima-Nova-Bold-It.woff2\" as=\"font\" type=\"font/woff2\" crossorigin><link rel=\"preload\" href=\"https://namely.com/wp-content/uploads/2023/11/proximanova-black-webfont.woff2\" as=\"font\" type=\"font/woff2\" crossorigin><link rel=\"preload\" href=\"https://namely.com/wp-content/uploads/2023/11/proximanova-bold-webfont.woff2\" as=\"font\" type=\"font/woff2\" crossorigin>"
          },
          {
            "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-US\" prefix=\"og: https://ogp.me/ns#\">\n<head>\n\t<meta charset=\"UTF-8\">\n\t<meta name=\"viewport\" content=\"width=device-width, initial-scale=1\">\n\t<link rel=\"profile\" href=\"https://gmpg.org/xfn/11\">\n\t<script id=\"cookieyes\" type=\"text/javascript\" src=\"https://cdn-cookieyes.com/client_data/9c213c37dff56c45109cdecd/script.js\"></script><link rel=\"preload\" href=\"https://namely.com/wp-content/uploads/2023/11/FontsFree-Net-Proxima-Nova-Bold-It.woff2\" as=\"font\" type=\"font/woff2\" crossorigin><link rel=\"preload\" href=\"https://namely.com/wp-content/uploads/2023/11/proximanova-black-webfont.woff2\" as=\"font\" type=\"font/woff2\" crossorigin><link rel=\"preload\" href=\"https://namely.com/wp-content/uploads/2023/11/proximanova-bold-webfont.woff2\" as=\"font\" type=\"font/woff2\" crossorigin>"
          },
          {
            "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-US\" prefix=\"og: https://ogp.me/ns#\">\n<head>\n\t<meta charset=\"UTF-8\">\n\t<meta name=\"viewport\" content=\"width=device-width, initial-scale=1\">\n\t<link rel=\"profile\" href=\"https://gmpg.org/xfn/11\">\n\t<script id=\"cookieyes\" type=\"text/javascript\" src=\"https://cdn-cookieyes.com/client_data/9c213c37dff56c45109cdecd/script.js\"></script><link rel=\"preload\" href=\"https://namely.com/wp-content/uploads/2023/11/FontsFree-Net-Proxima-Nova-Bold-It.woff2\" as=\"font\" type=\"font/woff2\" crossorigin><link rel=\"preload\" href=\"https://namely.com/wp-content/uploads/2023/11/proximanova-black-webfont.woff2\" as=\"font\" type=\"font/woff2\" crossorigin><link rel=\"preload\" href=\"https://namely.com/wp-content/uploads/2023/11/proximanova-bold-webfont.woff2\" as=\"font\" type=\"font/woff2\" crossorigin>"
          }
        ]
      },
      "issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html; charset=UTF-8\" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
      "howToFix": "Publish a valid OpenAPI 3.x or Swagger 2.0 JSON/YAML document with info, paths, operations, and responses."
    }
  ]
}

AI DiscoverabilityBot Access ControlEstablished

AI bot rules in robots.txt

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

33 Fail

Needs attention

AI bot rules in robots.txt

Failed check
01

Issue

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

02

Why it matters

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

Check name

AI bot rules in robots.txt

Score

0/100

Status

fail

Category

Bot Access Control

Maturity

Established

Goal

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

Result

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

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

AI DiscoverabilityBot Access ControlInformational

Content Signal

Content Signal is missing or incomplete.

33 Fail

Needs attention

Content Signal

Failed check
01

Issue

No Content Signal found in robots.txt

02

Why it matters

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

Check name

Content Signal

Score

0/100

Status

fail

Category

Bot Access Control

Maturity

Informational

Goal

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

Result

Content Signal is missing or incomplete.

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

AI DiscoverabilityDiscoverabilityEstablished

FAQPage schema

FAQPage schema is missing or incomplete.

33 Fail

Needs attention

FAQPage schema

Failed check
01

Issue

FAQ content was detected but no FAQPage schema was found.

02

Why it matters

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

Check name

FAQPage schema

Score

0/100

Status

fail

Category

Discoverability

Maturity

Established

Goal

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

Result

FAQPage schema is missing or incomplete.

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

AI DiscoverabilityDiscoverabilityEstablished

Link headers

Link headers failed at "Find useful Link headers".

33 Fail

Needs attention

Link headers

Failed check
01

Issue

No useful agent discovery Link headers were found.

02

Why it matters

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

Check name

Link headers

Score

0/100

Status

fail

Category

Discoverability

Maturity

Established

Goal

Include Link response headers for agent discovery using RFC 8288.

Result

Link headers failed at "Find useful Link headers".

Validation steps

  1. Find useful Link headers

    No useful agent discovery Link headers were found.

  2. Fetch same-origin Link header targets

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

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

AI 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": 111958,
        "excerpt": "<!DOCTYPE html>\n<html lang=\"en-US\" prefix=\"og: https://ogp.me/ns#\"> <head><meta charset=\"UTF-8\"><meta http-equiv=\"Content-Type\" content=\"text/html;charset=UTF-8\"><script>document.seraph_accel_usbpb=document.createElement;seraph_accel_izrbpb",
        "issue": "Markdown response is missing a heading."
      },
      "issue": "Markdown response is missing a heading.",
      "howToFix": "Return Markdown with at least one heading and substantive page content, including useful links or instructions for agents."
    }
  ]
}

AI DiscoverabilityDiscoverabilityEstablished

robots.txt

robots.txt is missing or incomplete.

33 Fail

Needs attention

robots.txt

Failed check
01

Issue

robots.txt was found but could not be parsed as valid.

02

Why it matters

robots.txt gives crawlers and agents a standard place to read crawl permissions, disallowed paths, and sitemap locations before requesting site content.

Check name

robots.txt

Score

0/100

Status

fail

Category

Discoverability

Maturity

Established

Goal

Publish /robots.txt with clear crawl rules.

Result

robots.txt is missing or incomplete.

Evidence
{
  "statusCode": 200,
  "contentType": "text/html; charset=UTF-8",
  "parsedUserAgents": [],
  "sitemapDirectives": [],
  "rawExcerpt": "<!DOCTYPE html>\n<html lang=\"en-US\" prefix=\"og: https://ogp.me/ns#\"> <head><meta charset=\"UTF-8\"><meta http-equiv=\"Content-Type\" content=\"text/html;charset=UTF-8\"><script>document.seraph_accel_usbpb=document.createElement;seraph_accel_izrbpb={add:function(b,a=10){void 0===this.a[a]&&(this.a[a]=[]);this.a[a].push(b)},a:{}}</script> <meta name=\"viewport\" content=\"width=device-width, initial-scale=1\"> <link rel=\"profile\" href=\"https://gmpg.org/xfn/11\"> <script id=\"cookieyes\" src=\"https://cdn-cookieyes.com/client_data/9c213c37dff56c45109cdecd/script.js\" defer></script> <title>All-In-One HCM Platform, Payroll &amp; Managed Services - Namely</title> <meta name=\"description\" content=\"Manage your people more efficiently and accurately with Namely’s Human Capital Management (HCM) platform and manage"
}

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: missing <main> landmark; 7 links missing accessible names; 0/1 applicable form inputs have autocomplete attributes (1 missing).

Details

02

Why it matters

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

Check name

Semantic HTML

Score

0/100

Status

fail

Category

Content Readiness

Maturity

Established

Goal

Expose readable page structure through semantic HTML and accessible controls.

Result

Semantic HTML is missing or incomplete.

Evidence
{
  "main": false,
  "nav": true,
  "footer": true,
  "meaningfulH1": true,
  "headingOrder": true,
  "accessibleLinks": false,
  "accessibleButtons": true,
  "imageAltCoverage": true,
  "formAutocompleteCoverage": false,
  "details": {
    "inaccessibleLinks": [
      "<a class=\"elementor-icon\" href=\"https://namely.com/client-services/\" data-lzl-clk-nodef=\"*\"> <svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Capa_1\" viewBox=\"0 0 57.9 60.2\"><path d=\"M42.3,60.2c-2.4,0-4.4-2-4.4-4.5,0-2.4,2-4.4,4.4-4.4.5,0,.9,0,1.3.2,3-3.3,5.2-7.2,6.4-11.4,0,0,0,0,0,0s0,0,0,0h-3.2c-3.5,8.3-10.4,13.4-17.9,13.4s-14.4-5.1-17.8-13.4h-3.4c-4.3,0-7.7-3.5-7.7-7.8v-6.7c0-3.3,2.1-6.2,5.2-7.3C7.5,9.7,14.2,3,22.8.8c2-.5,4.1-.8,6.2-.8,11.1,0,20.8,7.5,23.7,18.3,3.2,1.1,5.3,4,5.3,7.3v6.7c0,3.4-2.3,",
      "<a class=\"elementor-icon\" href=\"https://namely.com/payroll/\" data-lzl-clk-nodef=\"*\"> <svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Capa_1\" viewBox=\"0 0 48 48\"><path d=\"M24,2.4C12.1,2.4,2.4,12.1,2.4,24s9.7,21.6,21.6,21.6,21.6-9.7,21.6-21.6S35.9,2.4,24,2.4M24,48C10.8,48,0,37.2,0,24S10.8,0,24,0s24,10.8,24,24-10.8,24-24,24\" style=\"fill: #276df6;\"/><path d=\"M24.3,22.8l-1-.3c-1.9-.5-3.6-1-3.6-3.5s1.3-4.1,3.6-4.1h1c1.3,0,2.4.6,3,1.8.2.3.5.5.9.5.4,0,.7-.2.9-.5.2-.3.2-.7,0-1-1-1.7-2.7-2.7-4.6-2.7v-2.8c0-.4",
      "<a class=\"elementor-icon\" href=\"https://namely.com/hr-software/\" data-lzl-clk-nodef=\"*\"> <svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Capa_1\" viewBox=\"0 0 64.1 59.1\"><path d=\"M63.7,11.4C51.7-.6,52.6.3,52.3.1c0,0-.3-.1-.3-.1h-31.9c-.6,0-1,.4-1,1v10.7c-.8.6-1.5,1.2-2.2,1.8-7,7-7.4,18.3-.7,25.8l-2.6,2.6-1.5-1.5c-.4-.4-1-.4-1.4,0L1.2,49.9c-1.6,1.6-1.6,4.1,0,5.7l.2.2c1.6,1.6,4.1,1.6,5.7,0l9.5-9.5c.4-.4.4-1,0-1.4l-1.5-1.6,2.6-2.6c.5.4.9.8,1.4,1.2v16.2c0,.6.4,1,1,1h43c.6,0,1-.4,1-1V12.3c0-.4-.1-.7-.4-.9",
      "<a class=\"elementor-icon\" href=\"https://namely.com/hr/employee-mobile-app/\" data-lzl-clk-nodef=\"*\"> <svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Capa_1\" viewBox=\"0 0 38 65.3\"><path d=\"M33,0H5C2.2,0,0,2.2,0,5v55.3c0,2.8,2.2,5,5,5h28c2.8,0,5-2.2,5-5V5c0-2.8-2.2-5-5-5ZM36,60.3c0,1.7-1.3,3-3,3H5c-1.7,0-3-1.3-3-3v-3h34v3ZM36,55.3H2V10h34v45.3ZM36,8H2v-3c0-1.7,1.3-3,3-3h28c1.7,0,3,1.3,3,3v3Z\" style=\"fill: #276df6;\"/><path d=\"M18,61.3h2c.6,0,1-.4,1-1s-.4-1-1-1h-2c-.6,0-1,.4-1,1s.4,1,1,1Z\" style=\"fill: #",
      "<a class=\"elementor-icon\" href=\"https://namely.com/onboarding/\" data-lzl-clk-nodef=\"*\"> <svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Capa_1\" viewBox=\"0 0 61.4 57.5\"><path d=\"M49.2,46c-.4.5-.8.9-1.2,1.3-5.1,5.3-11.9,8.2-19.3,8.2-14.7,0-26.7-12-26.7-26.7S14,2,28.7,2s26.7,12,26.7,26.7,0,1.3,0,1.9c0,.5,0,.9-.1,1.4,0,.5.3,1,.9,1.1.6,0,1-.3,1.1-.9,0-.5.1-1,.1-1.5,0-.7,0-1.4,0-2.1C57.5,12.9,44.6,0,28.7,0S0,12.9,0,28.7s12.9,28.7,28.7,28.7,15.2-3.1,20.7-8.8c.4-.5.9-.9,1.3-1.4.4-.4.3-1.1-.1-1.4-.4-.4-1.1-.",
      "<a class=\"elementor-icon\" href=\"https://namely.com/hr-analytics/\" data-lzl-clk-nodef=\"*\"> <svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Capa_1\" viewBox=\"0 0 56 62.7\"><path d=\"M50.1,41.9l-.6.3-.4-.2h0c-.3-.2-.7-.4-1-.5-.4-.1-.7-.3-1.1-.4h-.4c0-.1-.5-1.7-.5-1.7h-1.9s-.5,1.6-.5,1.6h-.4c-.4.2-.7.3-1.1.5s-.7.3-1,.5l-.4.2-1.5-.8-1.4,1.4.8,1.5-.2.4c-.2.3-.4.7-.5,1-.1.4-.3.7-.4,1.1v.4c-.1,0-1.7.5-1.7.5v1.9l1.6.5v.4h.1c.2.7.5,1.5.9,2.1l.2.4-.8,1.5,1.4,1.4,1.5-.8.4.2h0c.3.2.7.4,1,.5s.7.3,1.1.4h.4c0,.1.5,1.7",
      "<a class=\"elementor-icon\" href=\"https://namely.com/time-and-attendance/\" data-lzl-clk-nodef=\"*\"> <svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Capa_1\" viewBox=\"0 0 54.3 53\"><path d=\"M26.5,9.5c-.6,0-1.1-.5-1.1-1.1v-2.9c0-.6.5-1.1,1.1-1.1s1.1.5,1.1,1.1v2.9c0,.6-.5,1.1-1.1,1.1M13.7,14.8c-.3,0-.6-.1-.8-.3l-2.1-2.1c-.4-.4-.4-1.1,0-1.6.4-.4,1.1-.4,1.6,0l2.1,2.1c.4.4.4,1.1,0,1.6-.2.2-.5.3-.8.3M39.3,14.8c-.3,0-.6-.1-.8-.3-.4-.4-.4-1.1,0-1.6l2.1-2.1c.4-.4,1.1-.4,1.6,0s.4,1.1,0,1.6l-2.1,2.1c-.2.2-.5.3-.8.3M"
    ],
    "inaccessibleButtons": [],
    "missingAutocompleteInputs": [
      "<input id=\"elementor-search-form-8739d11\" placeholder=\"Search...\" class=\"elementor-search-form__input\" type=\"search\" name=\"s\" value>"
    ],
    "imagesMissingAlt": [],
    "skippedHeadingLevels": []
  },
  "counts": {
    "h1": 1,
    "headings": 51,
    "links": 146,
    "inaccessibleLinks": 7,
    "buttons": 6,
    "inaccessibleButtons": 0,
    "images": 30,
    "imagesWithAlt": 30,
    "autocompleteInputs": 1,
    "inputsWithAutocomplete": 0,
    "missingAutocompleteInputs": 1
  }
}

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": 184310
          }
        ]
      },
      "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 UseMCPEmerging recommendation

MCP Server Card

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

25 Fail

Needs attention

MCP Server Card

Failed check
01

Issue

MCP Server Card was not found at the expected path.

02

Why it matters

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

Check name

MCP Server Card

Score

0/100

Status

fail

Category

MCP

Maturity

Emerging recommendation

Goal

Publish an MCP Server Card for agent discovery.

Result

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

Validation steps

  1. Fetch to find resource

    MCP Server Card was not found at the expected path.

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

Agent Ease of UseMCPEmerging recommendation

mcp.json

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

25 Fail

Needs attention

mcp.json

Failed check
01

Issue

mcp.json was not found at the expected path.

02

Why it matters

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

Check name

mcp.json

Score

0/100

Status

fail

Category

MCP

Maturity

Emerging recommendation

Goal

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

Result

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

Validation steps

  1. Fetch to find resource

    mcp.json was not found at the expected path.

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

Agent Ease of UseMCPInformational

WebMCP manifest

WebMCP manifest failed at "Fetch to find resource".

25 Fail

Needs attention

WebMCP manifest

Failed check
01

Issue

WebMCP manifest was not found at the expected path.

02

Why it matters

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

Check name

WebMCP manifest

Score

0/100

Status

fail

Category

MCP

Maturity

Informational

Goal

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

Result

WebMCP manifest failed at "Fetch to find resource".

Validation steps

  1. Fetch to find resource

    WebMCP manifest was not found at the expected path.

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

Agent Ease of UseSkill DiscoveryEmerging recommendation

DNS-AID Agent Discovery

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

15 Fail

Needs attention

DNS-AID Agent Discovery

Failed check
01

Issue

No DNS-AID entrypoint records were found under _agents.

02

Why it matters

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

Check name

DNS-AID Agent Discovery

Score

25/100

Status

fail

Category

Skill Discovery

Maturity

Emerging recommendation

Goal

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

Result

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

Validation steps

  1. Resolve DNS-AID SVCB/HTTPS records

    No DNS-AID entrypoint records were found under _agents.

  2. Validate alpn and endpoint parameters

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

  3. Check DNSSEC material

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

Evidence
{
  "failedStep": "svcb-https-records",
  "steps": [
    {
      "id": "svcb-https-records",
      "title": "Resolve DNS-AID SVCB/HTTPS records",
      "status": "fail",
      "evidence": {
        "hostname": "namely.com",
        "probes": [
          {
            "name": "_index._agents.namely.com",
            "found": false,
            "recordCount": 1,
            "records": [],
            "hasAlpn": false,
            "hasEndpoint": false
          },
          {
            "name": "_a2a._agents.namely.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": "namely.com",
            "dnssecTypes": [],
            "dnssecRecordCount": 0
          }
        ]
      },
      "issue": "DNSSEC material was not visible for the hostname or parent zone from this resolver.",
      "howToFix": "Sign the public discovery zone with DNSSEC so validating resolvers can return authenticated data."
    }
  ]
}

Agent Ease of UseMCPInformational

WebMCP

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

13 Warning

Needs attention

WebMCP

Warning
01

Issue

WebMCP declarative annotations need fixes.

Details

02

Why it matters

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

Check name

WebMCP

Score

50/100

Status

warning

Category

MCP

Maturity

Informational

Goal

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

Result

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

Validation steps

  1. Detect data-mcp-tool annotations

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

  2. Detect WebMCP declarative tags

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

  3. Validate WebMCP declarative annotation quality

    WebMCP declarative annotations need fixes.

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

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

  5. Detect WebMCP browser navigator injection

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

  6. Interactive surface coverage

    Only 0% of interactive surfaces are annotated.

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

AI DiscoverabilityContent ReadinessEstablished

Content freshness signals

Content freshness signals is partially implemented.

8 Warning

Needs attention

Content freshness signals

Warning
01

Issue

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

02

Why it matters

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

Check name

Content freshness signals

Score

75/100

Status

warning

Category

Content Readiness

Maturity

Established

Goal

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

Result

Content freshness signals is partially implemented.

Evidence
{
  "lastModified": null,
  "schemaDates": [
    "2026-05-08T17:03:49+00:00",
    "2025-02-04T19:07:01+00:00",
    "2026-05-08T17:03:49+00:00",
    "2025-02-04T19:07:01+00:00"
  ],
  "metaDateCount": 3,
  "timeDateCount": 0
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

AEO: Answer-first sections

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

5 Warning

Needs attention

AEO: Answer-first sections

Warning
01

Issue

49 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": 50,
  "passing": 1,
  "failing": [
    {
      "heading": "Solution Overview",
      "headingHtml": "<h3 class=\"elementor-heading-title elementor-size-default\"><a href=\"/lp/hcm-solution/\">Solution Overview</a></h3>",
      "firstParagraph": "Everything you need to build a better workplace",
      "paragraphHtml": "<p>Everything you need to build a better workplace</p>",
      "words": 8,
      "direct": false,
      "issue": "First paragraph is 8 words and does not look like a concise direct answer."
    },
    {
      "heading": "Managed Services",
      "headingHtml": "<h3 class=\"elementor-heading-title elementor-size-default\">Managed Services</h3>",
      "firstParagraph": "Access dedicated HR consulting, compliance, and handbook support.",
      "paragraphHtml": "<p>Access dedicated HR consulting, compliance, and handbook support.</p>",
      "words": 8,
      "direct": false,
      "issue": "First paragraph is 8 words and does not look like a concise direct answer."
    },
    {
      "heading": "Core Platform",
      "headingHtml": "<h3 class=\"elementor-heading-title elementor-size-default\">Core Platform</h3>",
      "firstParagraph": "Streamline tasks like feedback, file storage, communications, and time off tracking.",
      "paragraphHtml": "<p>Streamline tasks like feedback, file storage, communications, and time off tracking.</p>",
      "words": 11,
      "direct": false,
      "issue": "First paragraph is 11 words and does not look like a concise direct answer."
    },
    {
      "heading": "ENHANCED MODULES",
      "headingHtml": "<h3 class=\"elementor-heading-title elementor-size-default\">ENHANCED MODULES</h3>",
      "firstParagraph": "Manage open enrollment and life events in an intuitive, unified platform.",
      "paragraphHtml": "<p>Manage open enrollment and life events in an intuitive, unified platform.</p>",
      "words": 11,
      "direct": false,
      "issue": "First paragraph is 11 words and does not look like a concise direct answer."
    },
    {
      "heading": "Why Switch",
      "headingHtml": "<h3 class=\"elementor-heading-title elementor-size-default\">Why Switch</h3>",
      "firstParagraph": "Answers to the top 10 questions we hear",
      "paragraphHtml": "<p>Answers to the top 10 questions we hear</p>",
      "words": 8,
      "direct": false,
      "issue": "First paragraph is 8 words and does not look like a concise direct answer."
    },
    {
      "heading": "Industry solutions",
      "headingHtml": "<h3 class=\"elementor-heading-title elementor-size-default\">Industry solutions</h3>",
      "firstParagraph": "Solutions built to support companies like yours",
      "paragraphHtml": "<p>Solutions built to support companies like yours</p>",
      "words": 7,
      "direct": false,
      "issue": "First paragraph is 7 words and does not look like a concise direct answer."
    },
    {
      "heading": "Get Pricing",
      "headingHtml": "<h3 class=\"elementor-heading-title elementor-size-default\">Get Pricing</h3>",
      "firstParagraph": "See Namely packages and pricing",
      "paragraphHtml": "<p>See Namely packages and pricing</p>",
      "words": 5,
      "direct": false,
      "issue": "First paragraph is 5 words and does not look like a concise direct answer."
    },
    {
      "heading": "Case Studies",
      "headingHtml": "<h3 class=\"elementor-heading-title elementor-size-default\">Case Studies</h3>",
      "firstParagraph": "Explore case studies and meet our amazing clients",
      "paragraphHtml": "<p>Explore case studies and meet our amazing clients</p>",
      "words": 8,
      "direct": false,
      "issue": "First paragraph is 8 words and does not look like a concise direct answer."
    },
    {
      "heading": "Client Services",
      "headingHtml": "<h3 class=\"elementor-heading-title elementor-size-default\">Client Services</h3>",
      "firstParagraph": "The support you need to build a better workplace",
      "paragraphHtml": "<p>The support you need to build a better workplace</p>",
      "words": 9,
      "direct": false,
      "issue": "First paragraph is 9 words and does not look like a concise direct answer."
    },
    {
      "heading": "Partners",
      "headingHtml": "<h3 class=\"elementor-heading-title elementor-size-default\">Partners</h3>",
      "firstParagraph": "Connect Namely to any system you use",
      "paragraphHtml": "<p>Connect Namely to any system you use</p>",
      "words": 7,
      "direct": false,
      "issue": "First paragraph is 7 words and does not look like a concise direct answer."
    },
    {
      "heading": "Blog",
      "headingHtml": "<h3 class=\"elementor-heading-title elementor-size-default\">Blog</h3>",
      "firstParagraph": "Read up on how to build a better workplace",
      "paragraphHtml": "<p>Read up on how to build a better workplace</p>",
      "words": 9,
      "direct": false,
      "issue": "First paragraph is 9 words and does not look like a concise direct answer."
    },
    {
      "heading": "Library",
      "headingHtml": "<h3 class=\"elementor-heading-title elementor-size-default\">Library</h3>",
      "firstParagraph": "Check out our eBooks, webinars, and more",
      "paragraphHtml": "<p>Check out our eBooks, webinars, and more</p>",
      "words": 7,
      "direct": false,
      "issue": "First paragraph is 7 words and does not look like a concise direct answer."
    },
    {
      "heading": "Webinars",
      "headingHtml": "<h3 class=\"elementor-heading-title elementor-size-default\">Webinars</h3>",
      "firstParagraph": "Explore timely topics with expert-led HR webinars",
      "paragraphHtml": "<p>Explore timely topics with expert-led HR webinars</p>",
      "words": 7,
      "direct": false,
      "issue": "First paragraph is 7 words and does not look like a concise direct answer."
    },
    {
      "heading": "Developers",
      "headingHtml": "<h3 class=\"elementor-heading-title elementor-size-default\">Developers</h3>",
      "firstParagraph": "Access documentation on Namely’s API",
      "paragraphHtml": "<p>Access documentation on Namely&#x2019;s API</p>",
      "words": 6,
      "direct": false,
      "issue": "First paragraph is 6 words and does not look like a concise direct answer."
    },
    {
      "heading": "Client Care",
      "headingHtml": "<h3 class=\"elementor-heading-title elementor-size-default\">Client Care</h3>",
      "firstParagraph": "Need help? Search FAQs or contact our team",
      "paragraphHtml": "<p>Need help? Search FAQs or contact our team</p>",
      "words": 8,
      "direct": false,
      "issue": "First paragraph is 8 words and does not look like a concise direct answer."
    },
    {
      "heading": "Featured",
      "headingHtml": "<h3 class=\"elementor-heading-title elementor-size-default\">Featured</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Our Story",
      "headingHtml": "<h3 class=\"elementor-heading-title elementor-size-default\">Our Story</h3>",
      "firstParagraph": "Read up on Namely’s journey and vision",
      "paragraphHtml": "<p>Read up on Namely&#x2019;s journey and vision</p>",
      "words": 8,
      "direct": false,
      "issue": "First paragraph is 8 words and does not look like a concise direct answer."
    },
    {
      "heading": "Press",
      "headingHtml": "<h3 class=\"elementor-heading-title elementor-size-default\">Press</h3>",
      "firstParagraph": "Check out the latest news about Namely",
      "paragraphHtml": "<p>Check out the latest news about Namely</p>",
      "words": 7,
      "direct": false,
      "issue": "First paragraph is 7 words and does not look like a concise direct answer."
    },
    {
      "heading": "Careers",
      "headingHtml": "<h3 class=\"elementor-heading-title elementor-size-default\">Careers</h3>",
      "firstParagraph": "Join Namely and help us build a better workplace",
      "paragraphHtml": "<p>Join Namely and help us build a better workplace</p>",
      "words": 9,
      "direct": false,
      "issue": "First paragraph is 9 words and does not look like a concise direct answer."
    },
    {
      "heading": "Featured",
      "headingHtml": "<h3 class=\"elementor-heading-title elementor-size-default\">Featured</h3>",
      "firstParagraph": "Answers to the top 10 questions we hear",
      "paragraphHtml": "<p>Answers to the top 10 questions we hear</p>",
      "words": 8,
      "direct": false,
      "issue": "First paragraph is 8 words and does not look like a concise direct answer."
    },
    {
      "heading": "Namely offers the technology and services to support your business now and as it grows or your needs change.",
      "headingHtml": "<h2 class=\"elementor-heading-title elementor-size-default\">Namely offers the technology and services to support your business now and as it grows or your needs change.</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Core HCM",
      "headingHtml": "<h2 class=\"elementor-heading-title elementor-size-default\">Core HCM</h2>",
      "firstParagraph": "Simplify the most critical aspects of HR and employee management. – HR, Payroll & Time.",
      "paragraphHtml": "<p>Simplify the most critical aspects of HR and employee management. &#x2013; HR, Payroll &amp; Time.</p>",
      "words": 13,
      "direct": false,
      "issue": "First paragraph is 13 words and does not look like a concise direct answer."
    },
    {
      "heading": "Enhanced Modules",
      "headingHtml": "<h2 class=\"elementor-heading-title elementor-size-default\">Enhanced Modules</h2>",
      "firstParagraph": "Extend your Namely platform with Benefits, Scheduling, Talent, Compliance and more.",
      "paragraphHtml": "<p>Extend your Namely platform with Benefits, Scheduling, Talent, Compliance and more.</p>",
      "words": 11,
      "direct": false,
      "issue": "First paragraph is 11 words and does not look like a concise direct answer."
    },
    {
      "heading": "Managed Services",
      "headingHtml": "<h2 class=\"elementor-heading-title elementor-size-default\">Managed Services</h2>",
      "firstParagraph": "Let us manage your HR, Payroll & Benefits processes while you focus on what matters most.",
      "paragraphHtml": "<p>Let us manage your HR, Payroll &amp; Benefits processes while you focus on what matters most.</p>",
      "words": 15,
      "direct": false,
      "issue": "First paragraph is 15 words and does not look like a concise direct answer."
    },
    {
      "heading": "Wow yourpeople.",
      "headingHtml": "<h2 class=\"elementor-heading-title elementor-size-default\">Wow your<br>people.</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Your people expect an HCM platform this easy. Your HR pros deserve services this great.",
      "headingHtml": "<h2 class=\"elementor-heading-title elementor-size-default\">Your people expect an HCM platform this easy. <br>Your HR pros deserve services this great.</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Dedicated Support",
      "headingHtml": "<h2 class=\"elementor-heading-title elementor-size-default\"><a href=\"https://namely.com/client-services/\">Dedicated Support </a></h2>",
      "firstParagraph": "Lean on a dedicated team for knowledgeable, on-demand support.",
      "paragraphHtml": "<p>Lean on a dedicated team for knowledgeable, on-demand support.</p>",
      "words": 9,
      "direct": false,
      "issue": "First paragraph is 9 words and does not look like a concise direct answer."
    },
    {
      "heading": "Payroll",
      "headingHtml": "<h2 class=\"elementor-heading-title elementor-size-default\"><a href=\"https://namely.com/payroll/\">Payroll</a></h2>",
      "firstParagraph": "Speed processing and ensure accuracy with tight integration.",
      "paragraphHtml": "<p>Speed processing and ensure accuracy with tight integration.</p>",
      "words": 8,
      "direct": false,
      "issue": "First paragraph is 8 words and does not look like a concise direct answer."
    },
    {
      "heading": "HR",
      "headingHtml": "<h2 class=\"elementor-heading-title elementor-size-default\"><a href=\"https://namely.com/hr-software/\">HR</a></h2>",
      "firstParagraph": "Capture and access employee data in a single system.",
      "paragraphHtml": "<p>Capture and access employee data in a single system.</p>",
      "words": 9,
      "direct": false,
      "issue": "First paragraph is 9 words and does not look like a concise direct answer."
    },
    {
      "heading": "Mobile App",
      "headingHtml": "<h2 class=\"elementor-heading-title elementor-size-default\"><a href=\"https://namely.com/hr/employee-mobile-app/\">Mobile App </a></h2>",
      "firstParagraph": "Empower employees with self-service on any device.",
      "paragraphHtml": "<p>Empower employees with self-service on any device.</p>",
      "words": 7,
      "direct": false,
      "issue": "First paragraph is 7 words and does not look like a concise direct answer."
    },
    {
      "heading": "Onboarding",
      "headingHtml": "<h2 class=\"elementor-heading-title elementor-size-default\"><a href=\"https://namely.com/onboarding/\">Onboarding</a></h2>",
      "firstParagraph": "Maintain new employee enthusiasm as you speed time to productivity.",
      "paragraphHtml": "<p>Maintain new employee enthusiasm as you speed time to productivity.</p>",
      "words": 10,
      "direct": false,
      "issue": "First paragraph is 10 words and does not look like a concise direct answer."
    },
    {
      "heading": "Reporting",
      "headingHtml": "<h2 class=\"elementor-heading-title elementor-size-default\"><a href=\"https://namely.com/hr-analytics/\">Reporting </a></h2>",
      "firstParagraph": "Transform workforce data into a strategic asset.",
      "paragraphHtml": "<p>Transform workforce data into a strategic asset.</p>",
      "words": 7,
      "direct": false,
      "issue": "First paragraph is 7 words and does not look like a concise direct answer."
    },
    {
      "heading": "Time-Tracking",
      "headingHtml": "<h2 class=\"elementor-heading-title elementor-size-default\"><a href=\"https://namely.com/time-and-attendance/\">Time-Tracking </a></h2>",
      "firstParagraph": "Track with precision and built-in compliance across the company.",
      "paragraphHtml": "<p>Track with precision and built-in compliance across the company.</p>",
      "words": 9,
      "direct": false,
      "issue": "First paragraph is 9 words and does not look like a concise direct answer."
    },
    {
      "heading": "As your company grows, employee expectations change and the workplace becomes more complex, extend the power of the Namely platform with Enhanced Modules.",
      "headingHtml": "<h2 class=\"elementor-heading-title elementor-size-default\">As your company grows, employee expectations change and the workplace becomes more complex, extend the power of the Namely platform with Enhanced Modules. </h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Applicant Tracking",
      "headingHtml": "<h3 class=\"elementor-icon-box-title\"> <a href=\"https://namely.com/applicant-tracking/\"> Applicant <br>Tracking </a> </h3>",
      "firstParagraph": "Improve the hiring process to attract and impress top talent.",
      "paragraphHtml": "<p class=\"elementor-icon-box-description\"> Improve the hiring process to attract and impress top talent. </p>",
      "words": 10,
      "direct": false,
      "issue": "First paragraph is 10 words and does not look like a concise direct answer."
    },
    {
      "heading": "Performance Management",
      "headingHtml": "<h3 class=\"elementor-icon-box-title\"> <a href=\"https://namely.com/performance-management-software/\"> Performance Management </a> </h3>",
      "firstParagraph": "Make performance reviews a team activity with 360° feedback.",
      "paragraphHtml": "<p class=\"elementor-icon-box-description\"> Make performance reviews a team activity with 360&#xb0; feedback. </p>",
      "words": 9,
      "direct": false,
      "issue": "First paragraph is 9 words and does not look like a concise direct answer."
    },
    {
      "heading": "Benefits Administration",
      "headingHtml": "<h3 class=\"elementor-icon-box-title\"> <a href=\"https://namely.com/benefits-administration-software/\"> Benefits Administration </a> </h3>",
      "firstParagraph": "Empower employees with easy enrollment and self-service.",
      "paragraphHtml": "<p class=\"elementor-icon-box-description\"> Empower employees with easy enrollment and self-service. </p>",
      "words": 7,
      "direct": false,
      "issue": "First paragraph is 7 words and does not look like a concise direct answer."
    },
    {
      "heading": "Workforce Management",
      "headingHtml": "<h3 class=\"elementor-icon-box-title\"> <a href=\"https://namely.com/workforce-management-system-hcm/\"> Workforce Management </a> </h3>",
      "firstParagraph": "Gain greater control over time, attendance and scheduling.",
      "paragraphHtml": "<p class=\"elementor-icon-box-description\"> Gain greater control over time, attendance and scheduling. </p>",
      "words": 8,
      "direct": false,
      "issue": "First paragraph is 8 words and does not look like a concise direct answer."
    },
    {
      "heading": "ComplianceGuidance",
      "headingHtml": "<h3 class=\"elementor-icon-box-title\"> <a href=\"https://namely.com/compliance/\"> Compliance<br>Guidance </a> </h3>",
      "firstParagraph": "Keep your people and company safe, reduce risk and breathe easier.",
      "paragraphHtml": "<p class=\"elementor-icon-box-description\"> Keep your people and company safe, reduce risk and breathe easier. </p>",
      "words": 11,
      "direct": false,
      "issue": "First paragraph is 11 words and does not look like a concise direct answer."
    },
    {
      "heading": "Managed Services",
      "headingHtml": "<h3 class=\"elementor-heading-title elementor-size-default\">Managed Services</h3>",
      "firstParagraph": "Stay ahead of every challenge with extra support from Namely.",
      "paragraphHtml": "<p>Stay ahead of every challenge with extra support from Namely.</p>",
      "words": 10,
      "direct": false,
      "issue": "First paragraph is 10 words and does not look like a concise direct answer."
    },
    {
      "heading": "Managed Payroll",
      "headingHtml": "<h3 class=\"elementor-heading-title elementor-size-default\">Managed Payroll</h3>",
      "firstParagraph": "Eliminate the burden of daily payroll admin.",
      "paragraphHtml": "<p>Eliminate the burden of daily payroll admin.</p>",
      "words": 7,
      "direct": false,
      "issue": "First paragraph is 7 words and does not look like a concise direct answer."
    },
    {
      "heading": "Managed Benefits",
      "headingHtml": "<h3 class=\"elementor-heading-title elementor-size-default\">Managed Benefits </h3>",
      "firstParagraph": "Support your team with professionals who know your people and your plans.",
      "paragraphHtml": "<p>Support your team with professionals who know your people and your plans.</p>",
      "words": 12,
      "direct": false,
      "issue": "First paragraph is 12 words and does not look like a concise direct answer."
    },
    {
      "heading": "Managed HR",
      "headingHtml": "<h3 class=\"elementor-heading-title elementor-size-default\">Managed HR</h3>",
      "firstParagraph": "Get the help you need with a dedicated, experienced Human Resources Business Partner.",
      "paragraphHtml": "<p>Get the help you need with a dedicated, experienced Human Resources Business Partner.</p>",
      "words": 13,
      "direct": false,
      "issue": "First paragraph is 13 words and does not look like a concise direct answer."
    },
    {
      "heading": "The Namely advantage isn’t about an HCM platform. It’s about a better way to work.",
      "headingHtml": "<h2 class=\"elementor-heading-title elementor-size-default\">The Namely advantage isn&#x2019;t about an HCM platform. It&#x2019;s about a better way to work. </h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "We help businesses like yours:",
      "headingHtml": "<h2 class=\"elementor-heading-title elementor-size-default\">We help businesses like yours:</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Plan for the future",
      "headingHtml": "<h3 class=\"elementor-heading-title elementor-size-default\">Plan for the future </h3>",
      "firstParagraph": "Make more informed, strategic decisions confidently with real-time data and reporting.",
      "paragraphHtml": "<p>Make more informed, strategic decisions confidently with real-time data and reporting.</p>",
      "words": 11,
      "direct": false,
      "issue": "First paragraph is 11 words and does not look like a concise direct answer."
    },
    {
      "heading": "Adapt to change",
      "headingHtml": "<h3 class=\"elementor-heading-title elementor-size-default\">Adapt to change </h3>",
      "firstParagraph": "Stay agile and achieve important outcomes faster with Namely’s scalable platform.",
      "paragraphHtml": "<p>Stay agile and achieve important outcomes faster with Namely&#x2019;s scalable platform.</p>",
      "words": 12,
      "direct": false,
      "issue": "First paragraph is 12 words and does not look like a concise direct answer."
    },
    {
      "heading": "Work smarter",
      "headingHtml": "<h3 class=\"elementor-heading-title elementor-size-default\">Work smarter </h3>",
      "firstParagraph": "Streamline processes, reduce errors, and empower your business with an integrated platform.",
      "paragraphHtml": "<p>Streamline processes, reduce errors, and empower your business with an integrated platform.</p>",
      "words": 12,
      "direct": false,
      "issue": "First paragraph is 12 words and does not look like a concise direct answer."
    },
    {
      "heading": "Power your business.",
      "headingHtml": "<h2 class=\"elementor-heading-title elementor-size-default\">Power your<br> business.</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    }
  ],
  "score": 65,
  "weight": 28
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

AEO: Question-led structure

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

4 Warning

Needs attention

AEO: Question-led structure

Warning
01

Issue

No question-led h2 sections or FAQ pattern was detected.

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: 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": 18,
  "questionH2s": [],
  "hasFaq": false,
  "score": 50,
  "weight": 18
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

AIO: Visible structured data match

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

2 Warning

Needs attention

AIO: Visible structured data match

Warning
01

Issue

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

Details

02

Why it matters

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

Check name

AIO: Visible structured data match

Score

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

Evidence
{
  "schemaCount": 7,
  "checkedFields": [
    {
      "path": "$[0].@graph[0].name",
      "value": "Namely HR"
    },
    {
      "path": "$[0].@graph[1].name",
      "value": "Namely HR"
    },
    {
      "path": "$[0].@graph[3].name",
      "value": "All-In-One HCM Platform, Payroll &amp; Managed Services - Namely"
    },
    {
      "path": "$[0].@graph[4].name",
      "value": "Chris Martin"
    },
    {
      "path": "$[0].@graph[5].headline",
      "value": "All-In-One HCM Platform, Payroll &amp; Managed Services - Namely"
    },
    {
      "path": "$[0].@graph[5].author.name",
      "value": "Chris Martin"
    },
    {
      "path": "$[0].@graph[5].description",
      "value": "Manage your people more efficiently and accurately with Namely’s Human Capital Management (HCM) platform and managed services. Power-up payroll, compliance, benefits, and analytics with an all-in-one HCM solution."
    },
    {
      "path": "$[0].@graph[5].name",
      "value": "All-In-One HCM Platform, Payroll &amp; Managed Services - Namely"
    },
    {
      "path": "$[1].name",
      "value": "Namely HR"
    },
    {
      "path": "$[2].name",
      "value": "Namely HR"
    },
    {
      "path": "$[4].name",
      "value": "All-In-One HCM Platform, Payroll &amp; Managed Services - Namely"
    },
    {
      "path": "$[5].name",
      "value": "Chris Martin"
    },
    {
      "path": "$[6].headline",
      "value": "All-In-One HCM Platform, Payroll &amp; Managed Services - Namely"
    },
    {
      "path": "$[6].author.name",
      "value": "Chris Martin"
    },
    {
      "path": "$[6].description",
      "value": "Manage your people more efficiently and accurately with Namely’s Human Capital Management (HCM) platform and managed services. Power-up payroll, compliance, benefits, and analytics with an all-in-one HCM solution."
    },
    {
      "path": "$[6].name",
      "value": "All-In-One HCM Platform, Payroll &amp; Managed Services - Namely"
    }
  ],
  "mismatches": [
    {
      "path": "$[0].@graph[4].name",
      "value": "Chris Martin"
    },
    {
      "path": "$[0].@graph[5].author.name",
      "value": "Chris Martin"
    },
    {
      "path": "$[5].name",
      "value": "Chris Martin"
    },
    {
      "path": "$[6].author.name",
      "value": "Chris Martin"
    }
  ],
  "score": 75,
  "weight": 18
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

AIO: Source and trust signals

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

2 Warning

Needs attention

AIO: Source and trust signals

Warning
01

Issue

Missing AIO trust signals: publisher.

Details

02

Why it matters

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

Check name

AIO: Source and trust signals

Score

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: Source and trust signals scored 80/100 and needs improvement.

Evidence
{
  "signals": {
    "author": true,
    "publisher": false,
    "freshnessDate": true,
    "aboutOrContact": true,
    "policyLinks": true
  },
  "missing": [
    "publisher"
  ],
  "authorMeta": "",
  "schemaAuthors": [
    "Chris Martin"
  ],
  "schemaPublishers": [],
  "schemaDates": [
    "2025-02-04T19:07:01+00:00",
    "2026-05-08T17:03:49+00:00"
  ],
  "visibleDates": [],
  "aboutLinks": [
    {
      "href": "/press/",
      "text": "Press Check out the latest news about Namely",
      "html": "<a class=\"elementor-element elementor-element-e79e127 e-flex e-con-boxed e-con e-child\" data-id=\"e79e127\" data-element_type=\"container\" data-e-type=\"container\" href=\"/press/\"> <div class=\"e-con-inner\"> <div class=\"elementor-element elementor-element-7f90662 elementor-widget elementor-widget-heading\" data-id=\"7f90662\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\"> <h3 class=\"elementor-heading-title elementor-size-default\">Press</h3> </div> <div class=\"eleme..."
    },
    {
      "href": "/press/",
      "text": "Press Check out the latest news about Namely",
      "html": "<a role=\"region\" aria-labelledby=\"e-n-accordion-item-1733\" class=\"elementor-element elementor-element-eb8837c e-flex e-con-boxed e-con e-child\" data-id=\"eb8837c\" data-element_type=\"container\" data-e-type=\"container\" href=\"/press/\"> <div class=\"e-con-inner\"> <div class=\"elementor-element elementor-element-f73c268 elementor-widget elementor-widget-heading\" data-id=\"f73c268\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\"> <div class=\"elementor-heading-title el..."
    },
    {
      "href": "https://www.linkedin.com/company/namely",
      "text": "LinkedIn",
      "html": "<a href=\"https://www.linkedin.com/company/namely\" target=\"_blank\" aria-label=\"Linkedin is open in a new tab\"> <span class=\"elementor-icon-list-text\">LinkedIn</span> </a>"
    }
  ],
  "contactLinks": [
    {
      "href": "/managed-services/",
      "text": "Managed HR Access dedicated HR consulting, compliance, and handbook support.",
      "html": "<a class=\"elementor-element elementor-element-fecd79e e-con-full ms_item e-flex e-con e-child\" data-id=\"fecd79e\" data-element_type=\"container\" data-e-type=\"container\" href=\"/managed-services/\"> <div class=\"elementor-element elementor-element-1620846 elementor-widget elementor-widget-heading\" data-id=\"1620846\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\"> <div class=\"elementor-heading-title elementor-size-default\">Managed HR </div> </div> <div class=\"eleme..."
    },
    {
      "href": "/client-services/",
      "text": "Client Services The support you need to build a better workplace",
      "html": "<a class=\"elementor-element elementor-element-f15ed88 e-flex e-con-boxed e-con e-child\" data-id=\"f15ed88\" data-element_type=\"container\" data-e-type=\"container\" href=\"/client-services/\"> <div class=\"e-con-inner\"> <div class=\"elementor-element elementor-element-6fdd93d elementor-widget elementor-widget-heading\" data-id=\"6fdd93d\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\"> <h3 class=\"elementor-heading-title elementor-size-default\">Client Services</h3> </di..."
    },
    {
      "href": "/client-care/",
      "text": "Client Care Need help? Search FAQs or contact our team",
      "html": "<a class=\"elementor-element elementor-element-efb6752 e-flex e-con-boxed e-con e-child\" data-id=\"efb6752\" data-element_type=\"container\" data-e-type=\"container\" href=\"/client-care/\"> <div class=\"e-con-inner\"> <div class=\"elementor-element elementor-element-f68167f elementor-widget elementor-widget-heading\" data-id=\"f68167f\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\"> <h3 class=\"elementor-heading-title elementor-size-default\">Client Care</h3> </div> <div..."
    },
    {
      "href": "/careers/",
      "text": "Careers Join Namely and help us build a better workplace",
      "html": "<a class=\"elementor-element elementor-element-7441a46 is_submenu_trigger e-flex e-con-boxed e-con e-child\" data-id=\"7441a46\" data-element_type=\"container\" data-e-type=\"container\" href=\"/careers/\"> <div class=\"e-con-inner\"> <div class=\"elementor-element elementor-element-e801f34 elementor-widget elementor-widget-heading\" data-id=\"e801f34\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\"> <h3 class=\"elementor-heading-title elementor-size-default\">Careers</h3> <..."
    },
    {
      "href": "/client-services/",
      "text": "Client Services The support you need to build a better workplace",
      "html": "<a role=\"region\" aria-labelledby=\"e-n-accordion-item-1731\" class=\"elementor-element elementor-element-d8de51c e-flex e-con-boxed e-con e-child\" data-id=\"d8de51c\" data-element_type=\"container\" data-e-type=\"container\" href=\"/client-services/\"> <div class=\"e-con-inner\"> <div class=\"elementor-element elementor-element-544c22c elementor-widget elementor-widget-heading\" data-id=\"544c22c\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\"> <div class=\"elementor-headin..."
    },
    {
      "href": "/client-care/",
      "text": "Client Care Need help? Search FAQs or contact our team",
      "html": "<a role=\"region\" aria-labelledby=\"e-n-accordion-item-1732\" class=\"elementor-element elementor-element-76f6129 e-flex e-con-boxed e-con e-child\" data-id=\"76f6129\" data-element_type=\"container\" data-e-type=\"container\" href=\"/client-care/\"> <div class=\"e-con-inner\"> <div class=\"elementor-element elementor-element-f8cf349 elementor-widget elementor-widget-heading\" data-id=\"f8cf349\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\"> <div class=\"elementor-heading-ti..."
    },
    {
      "href": "/careers/",
      "text": "Careers Join Namely and help us build a better workplace",
      "html": "<a role=\"region\" aria-labelledby=\"e-n-accordion-item-1733\" class=\"elementor-element elementor-element-e1dcd85 e-flex e-con-boxed e-con e-child\" data-id=\"e1dcd85\" data-element_type=\"container\" data-e-type=\"container\" href=\"/careers/\"> <div class=\"e-con-inner\"> <div class=\"elementor-element elementor-element-7ee3034 elementor-widget elementor-widget-heading\" data-id=\"7ee3034\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\"> <div class=\"elementor-heading-title..."
    },
    {
      "href": "/contact/",
      "text": "Contact Need help? Search FAQs or contact our team",
      "html": "<a role=\"region\" aria-labelledby=\"e-n-accordion-item-1733\" class=\"elementor-element elementor-element-677a418 e-flex e-con-boxed e-con e-child\" data-id=\"677a418\" data-element_type=\"container\" data-e-type=\"container\" href=\"/contact/\"> <div class=\"e-con-inner\"> <div class=\"elementor-element elementor-element-2207fb3 elementor-widget elementor-widget-heading\" data-id=\"2207fb3\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\"> <div class=\"elementor-heading-title..."
    },
    {
      "href": "https://namely.com/client-services/",
      "text": "Dedicated Support",
      "html": "<a href=\"https://namely.com/client-services/\">Dedicated Support </a>"
    },
    {
      "href": "/contact/",
      "text": "General",
      "html": "<a href=\"/contact/\"> <span class=\"elementor-icon-list-text\">General</span> </a>"
    },
    {
      "href": "/employee-support/",
      "text": "Employee Support",
      "html": "<a href=\"/employee-support/\"> <span class=\"elementor-icon-list-text\">Employee Support</span> </a>"
    }
  ],
  "privacyLinks": [
    {
      "href": "/privacy/",
      "text": "Trust",
      "html": "<a href=\"/privacy/\"> <span class=\"elementor-icon-list-text\">Trust</span> </a>"
    },
    {
      "href": "/privacy/",
      "text": "Privacy Policy",
      "html": "<a href=\"/privacy/\"> <span class=\"elementor-icon-list-text\">Privacy Policy</span> </a>"
    },
    {
      "href": "/tos/",
      "text": "Terms of Service",
      "html": "<a href=\"/tos/\"> <span class=\"elementor-icon-list-text\">Terms of Service</span> </a>"
    }
  ],
  "score": 80,
  "weight": 20
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

AEO: Answer evidence and trust

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

2 Warning

Needs attention

AEO: Answer evidence and trust

Warning
01

Issue

Missing AIO trust signals: publisher.

Details

02

Why it matters

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

Check name

AEO: Answer evidence and trust

Score

80/100

Status

warning

Category

GEO, AIO & AEO

Maturity

Emerging recommendation

Goal

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

Result

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

Evidence
{
  "signals": {
    "author": true,
    "publisher": false,
    "freshnessDate": true,
    "aboutOrContact": true,
    "policyLinks": true
  },
  "missing": [
    "publisher"
  ],
  "authorMeta": "",
  "schemaAuthors": [
    "Chris Martin"
  ],
  "schemaPublishers": [],
  "schemaDates": [
    "2025-02-04T19:07:01+00:00",
    "2026-05-08T17:03:49+00:00"
  ],
  "visibleDates": [],
  "aboutLinks": [
    {
      "href": "/press/",
      "text": "Press Check out the latest news about Namely",
      "html": "<a class=\"elementor-element elementor-element-e79e127 e-flex e-con-boxed e-con e-child\" data-id=\"e79e127\" data-element_type=\"container\" data-e-type=\"container\" href=\"/press/\"> <div class=\"e-con-inner\"> <div class=\"elementor-element elementor-element-7f90662 elementor-widget elementor-widget-heading\" data-id=\"7f90662\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\"> <h3 class=\"elementor-heading-title elementor-size-default\">Press</h3> </div> <div class=\"eleme..."
    },
    {
      "href": "/press/",
      "text": "Press Check out the latest news about Namely",
      "html": "<a role=\"region\" aria-labelledby=\"e-n-accordion-item-1733\" class=\"elementor-element elementor-element-eb8837c e-flex e-con-boxed e-con e-child\" data-id=\"eb8837c\" data-element_type=\"container\" data-e-type=\"container\" href=\"/press/\"> <div class=\"e-con-inner\"> <div class=\"elementor-element elementor-element-f73c268 elementor-widget elementor-widget-heading\" data-id=\"f73c268\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\"> <div class=\"elementor-heading-title el..."
    },
    {
      "href": "https://www.linkedin.com/company/namely",
      "text": "LinkedIn",
      "html": "<a href=\"https://www.linkedin.com/company/namely\" target=\"_blank\" aria-label=\"Linkedin is open in a new tab\"> <span class=\"elementor-icon-list-text\">LinkedIn</span> </a>"
    }
  ],
  "contactLinks": [
    {
      "href": "/managed-services/",
      "text": "Managed HR Access dedicated HR consulting, compliance, and handbook support.",
      "html": "<a class=\"elementor-element elementor-element-fecd79e e-con-full ms_item e-flex e-con e-child\" data-id=\"fecd79e\" data-element_type=\"container\" data-e-type=\"container\" href=\"/managed-services/\"> <div class=\"elementor-element elementor-element-1620846 elementor-widget elementor-widget-heading\" data-id=\"1620846\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\"> <div class=\"elementor-heading-title elementor-size-default\">Managed HR </div> </div> <div class=\"eleme..."
    },
    {
      "href": "/client-services/",
      "text": "Client Services The support you need to build a better workplace",
      "html": "<a class=\"elementor-element elementor-element-f15ed88 e-flex e-con-boxed e-con e-child\" data-id=\"f15ed88\" data-element_type=\"container\" data-e-type=\"container\" href=\"/client-services/\"> <div class=\"e-con-inner\"> <div class=\"elementor-element elementor-element-6fdd93d elementor-widget elementor-widget-heading\" data-id=\"6fdd93d\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\"> <h3 class=\"elementor-heading-title elementor-size-default\">Client Services</h3> </di..."
    },
    {
      "href": "/client-care/",
      "text": "Client Care Need help? Search FAQs or contact our team",
      "html": "<a class=\"elementor-element elementor-element-efb6752 e-flex e-con-boxed e-con e-child\" data-id=\"efb6752\" data-element_type=\"container\" data-e-type=\"container\" href=\"/client-care/\"> <div class=\"e-con-inner\"> <div class=\"elementor-element elementor-element-f68167f elementor-widget elementor-widget-heading\" data-id=\"f68167f\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\"> <h3 class=\"elementor-heading-title elementor-size-default\">Client Care</h3> </div> <div..."
    },
    {
      "href": "/careers/",
      "text": "Careers Join Namely and help us build a better workplace",
      "html": "<a class=\"elementor-element elementor-element-7441a46 is_submenu_trigger e-flex e-con-boxed e-con e-child\" data-id=\"7441a46\" data-element_type=\"container\" data-e-type=\"container\" href=\"/careers/\"> <div class=\"e-con-inner\"> <div class=\"elementor-element elementor-element-e801f34 elementor-widget elementor-widget-heading\" data-id=\"e801f34\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\"> <h3 class=\"elementor-heading-title elementor-size-default\">Careers</h3> <..."
    },
    {
      "href": "/client-services/",
      "text": "Client Services The support you need to build a better workplace",
      "html": "<a role=\"region\" aria-labelledby=\"e-n-accordion-item-1731\" class=\"elementor-element elementor-element-d8de51c e-flex e-con-boxed e-con e-child\" data-id=\"d8de51c\" data-element_type=\"container\" data-e-type=\"container\" href=\"/client-services/\"> <div class=\"e-con-inner\"> <div class=\"elementor-element elementor-element-544c22c elementor-widget elementor-widget-heading\" data-id=\"544c22c\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\"> <div class=\"elementor-headin..."
    },
    {
      "href": "/client-care/",
      "text": "Client Care Need help? Search FAQs or contact our team",
      "html": "<a role=\"region\" aria-labelledby=\"e-n-accordion-item-1732\" class=\"elementor-element elementor-element-76f6129 e-flex e-con-boxed e-con e-child\" data-id=\"76f6129\" data-element_type=\"container\" data-e-type=\"container\" href=\"/client-care/\"> <div class=\"e-con-inner\"> <div class=\"elementor-element elementor-element-f8cf349 elementor-widget elementor-widget-heading\" data-id=\"f8cf349\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\"> <div class=\"elementor-heading-ti..."
    },
    {
      "href": "/careers/",
      "text": "Careers Join Namely and help us build a better workplace",
      "html": "<a role=\"region\" aria-labelledby=\"e-n-accordion-item-1733\" class=\"elementor-element elementor-element-e1dcd85 e-flex e-con-boxed e-con e-child\" data-id=\"e1dcd85\" data-element_type=\"container\" data-e-type=\"container\" href=\"/careers/\"> <div class=\"e-con-inner\"> <div class=\"elementor-element elementor-element-7ee3034 elementor-widget elementor-widget-heading\" data-id=\"7ee3034\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\"> <div class=\"elementor-heading-title..."
    },
    {
      "href": "/contact/",
      "text": "Contact Need help? Search FAQs or contact our team",
      "html": "<a role=\"region\" aria-labelledby=\"e-n-accordion-item-1733\" class=\"elementor-element elementor-element-677a418 e-flex e-con-boxed e-con e-child\" data-id=\"677a418\" data-element_type=\"container\" data-e-type=\"container\" href=\"/contact/\"> <div class=\"e-con-inner\"> <div class=\"elementor-element elementor-element-2207fb3 elementor-widget elementor-widget-heading\" data-id=\"2207fb3\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\"> <div class=\"elementor-heading-title..."
    },
    {
      "href": "https://namely.com/client-services/",
      "text": "Dedicated Support",
      "html": "<a href=\"https://namely.com/client-services/\">Dedicated Support </a>"
    },
    {
      "href": "/contact/",
      "text": "General",
      "html": "<a href=\"/contact/\"> <span class=\"elementor-icon-list-text\">General</span> </a>"
    },
    {
      "href": "/employee-support/",
      "text": "Employee Support",
      "html": "<a href=\"/employee-support/\"> <span class=\"elementor-icon-list-text\">Employee Support</span> </a>"
    }
  ],
  "privacyLinks": [
    {
      "href": "/privacy/",
      "text": "Trust",
      "html": "<a href=\"/privacy/\"> <span class=\"elementor-icon-list-text\">Trust</span> </a>"
    },
    {
      "href": "/privacy/",
      "text": "Privacy Policy",
      "html": "<a href=\"/privacy/\"> <span class=\"elementor-icon-list-text\">Privacy Policy</span> </a>"
    },
    {
      "href": "/tos/",
      "text": "Terms of Service",
      "html": "<a href=\"/tos/\"> <span class=\"elementor-icon-list-text\">Terms of Service</span> </a>"
    }
  ],
  "score": 80,
  "weight": 22
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

AIO: Answer block readiness

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

2 Warning

Needs attention

AIO: Answer block readiness

Warning
01

Issue

49 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": 50,
  "passing": 1,
  "failing": [
    {
      "heading": "Solution Overview",
      "headingHtml": "<h3 class=\"elementor-heading-title elementor-size-default\"><a href=\"/lp/hcm-solution/\">Solution Overview</a></h3>",
      "firstParagraph": "Everything you need to build a better workplace",
      "paragraphHtml": "<p>Everything you need to build a better workplace</p>",
      "words": 8,
      "direct": false,
      "issue": "First paragraph is 8 words and does not look like a concise direct answer."
    },
    {
      "heading": "Managed Services",
      "headingHtml": "<h3 class=\"elementor-heading-title elementor-size-default\">Managed Services</h3>",
      "firstParagraph": "Access dedicated HR consulting, compliance, and handbook support.",
      "paragraphHtml": "<p>Access dedicated HR consulting, compliance, and handbook support.</p>",
      "words": 8,
      "direct": false,
      "issue": "First paragraph is 8 words and does not look like a concise direct answer."
    },
    {
      "heading": "Core Platform",
      "headingHtml": "<h3 class=\"elementor-heading-title elementor-size-default\">Core Platform</h3>",
      "firstParagraph": "Streamline tasks like feedback, file storage, communications, and time off tracking.",
      "paragraphHtml": "<p>Streamline tasks like feedback, file storage, communications, and time off tracking.</p>",
      "words": 11,
      "direct": false,
      "issue": "First paragraph is 11 words and does not look like a concise direct answer."
    },
    {
      "heading": "ENHANCED MODULES",
      "headingHtml": "<h3 class=\"elementor-heading-title elementor-size-default\">ENHANCED MODULES</h3>",
      "firstParagraph": "Manage open enrollment and life events in an intuitive, unified platform.",
      "paragraphHtml": "<p>Manage open enrollment and life events in an intuitive, unified platform.</p>",
      "words": 11,
      "direct": false,
      "issue": "First paragraph is 11 words and does not look like a concise direct answer."
    },
    {
      "heading": "Why Switch",
      "headingHtml": "<h3 class=\"elementor-heading-title elementor-size-default\">Why Switch</h3>",
      "firstParagraph": "Answers to the top 10 questions we hear",
      "paragraphHtml": "<p>Answers to the top 10 questions we hear</p>",
      "words": 8,
      "direct": false,
      "issue": "First paragraph is 8 words and does not look like a concise direct answer."
    },
    {
      "heading": "Industry solutions",
      "headingHtml": "<h3 class=\"elementor-heading-title elementor-size-default\">Industry solutions</h3>",
      "firstParagraph": "Solutions built to support companies like yours",
      "paragraphHtml": "<p>Solutions built to support companies like yours</p>",
      "words": 7,
      "direct": false,
      "issue": "First paragraph is 7 words and does not look like a concise direct answer."
    },
    {
      "heading": "Get Pricing",
      "headingHtml": "<h3 class=\"elementor-heading-title elementor-size-default\">Get Pricing</h3>",
      "firstParagraph": "See Namely packages and pricing",
      "paragraphHtml": "<p>See Namely packages and pricing</p>",
      "words": 5,
      "direct": false,
      "issue": "First paragraph is 5 words and does not look like a concise direct answer."
    },
    {
      "heading": "Case Studies",
      "headingHtml": "<h3 class=\"elementor-heading-title elementor-size-default\">Case Studies</h3>",
      "firstParagraph": "Explore case studies and meet our amazing clients",
      "paragraphHtml": "<p>Explore case studies and meet our amazing clients</p>",
      "words": 8,
      "direct": false,
      "issue": "First paragraph is 8 words and does not look like a concise direct answer."
    },
    {
      "heading": "Client Services",
      "headingHtml": "<h3 class=\"elementor-heading-title elementor-size-default\">Client Services</h3>",
      "firstParagraph": "The support you need to build a better workplace",
      "paragraphHtml": "<p>The support you need to build a better workplace</p>",
      "words": 9,
      "direct": false,
      "issue": "First paragraph is 9 words and does not look like a concise direct answer."
    },
    {
      "heading": "Partners",
      "headingHtml": "<h3 class=\"elementor-heading-title elementor-size-default\">Partners</h3>",
      "firstParagraph": "Connect Namely to any system you use",
      "paragraphHtml": "<p>Connect Namely to any system you use</p>",
      "words": 7,
      "direct": false,
      "issue": "First paragraph is 7 words and does not look like a concise direct answer."
    },
    {
      "heading": "Blog",
      "headingHtml": "<h3 class=\"elementor-heading-title elementor-size-default\">Blog</h3>",
      "firstParagraph": "Read up on how to build a better workplace",
      "paragraphHtml": "<p>Read up on how to build a better workplace</p>",
      "words": 9,
      "direct": false,
      "issue": "First paragraph is 9 words and does not look like a concise direct answer."
    },
    {
      "heading": "Library",
      "headingHtml": "<h3 class=\"elementor-heading-title elementor-size-default\">Library</h3>",
      "firstParagraph": "Check out our eBooks, webinars, and more",
      "paragraphHtml": "<p>Check out our eBooks, webinars, and more</p>",
      "words": 7,
      "direct": false,
      "issue": "First paragraph is 7 words and does not look like a concise direct answer."
    },
    {
      "heading": "Webinars",
      "headingHtml": "<h3 class=\"elementor-heading-title elementor-size-default\">Webinars</h3>",
      "firstParagraph": "Explore timely topics with expert-led HR webinars",
      "paragraphHtml": "<p>Explore timely topics with expert-led HR webinars</p>",
      "words": 7,
      "direct": false,
      "issue": "First paragraph is 7 words and does not look like a concise direct answer."
    },
    {
      "heading": "Developers",
      "headingHtml": "<h3 class=\"elementor-heading-title elementor-size-default\">Developers</h3>",
      "firstParagraph": "Access documentation on Namely’s API",
      "paragraphHtml": "<p>Access documentation on Namely&#x2019;s API</p>",
      "words": 6,
      "direct": false,
      "issue": "First paragraph is 6 words and does not look like a concise direct answer."
    },
    {
      "heading": "Client Care",
      "headingHtml": "<h3 class=\"elementor-heading-title elementor-size-default\">Client Care</h3>",
      "firstParagraph": "Need help? Search FAQs or contact our team",
      "paragraphHtml": "<p>Need help? Search FAQs or contact our team</p>",
      "words": 8,
      "direct": false,
      "issue": "First paragraph is 8 words and does not look like a concise direct answer."
    },
    {
      "heading": "Featured",
      "headingHtml": "<h3 class=\"elementor-heading-title elementor-size-default\">Featured</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Our Story",
      "headingHtml": "<h3 class=\"elementor-heading-title elementor-size-default\">Our Story</h3>",
      "firstParagraph": "Read up on Namely’s journey and vision",
      "paragraphHtml": "<p>Read up on Namely&#x2019;s journey and vision</p>",
      "words": 8,
      "direct": false,
      "issue": "First paragraph is 8 words and does not look like a concise direct answer."
    },
    {
      "heading": "Press",
      "headingHtml": "<h3 class=\"elementor-heading-title elementor-size-default\">Press</h3>",
      "firstParagraph": "Check out the latest news about Namely",
      "paragraphHtml": "<p>Check out the latest news about Namely</p>",
      "words": 7,
      "direct": false,
      "issue": "First paragraph is 7 words and does not look like a concise direct answer."
    },
    {
      "heading": "Careers",
      "headingHtml": "<h3 class=\"elementor-heading-title elementor-size-default\">Careers</h3>",
      "firstParagraph": "Join Namely and help us build a better workplace",
      "paragraphHtml": "<p>Join Namely and help us build a better workplace</p>",
      "words": 9,
      "direct": false,
      "issue": "First paragraph is 9 words and does not look like a concise direct answer."
    },
    {
      "heading": "Featured",
      "headingHtml": "<h3 class=\"elementor-heading-title elementor-size-default\">Featured</h3>",
      "firstParagraph": "Answers to the top 10 questions we hear",
      "paragraphHtml": "<p>Answers to the top 10 questions we hear</p>",
      "words": 8,
      "direct": false,
      "issue": "First paragraph is 8 words and does not look like a concise direct answer."
    },
    {
      "heading": "Namely offers the technology and services to support your business now and as it grows or your needs change.",
      "headingHtml": "<h2 class=\"elementor-heading-title elementor-size-default\">Namely offers the technology and services to support your business now and as it grows or your needs change.</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Core HCM",
      "headingHtml": "<h2 class=\"elementor-heading-title elementor-size-default\">Core HCM</h2>",
      "firstParagraph": "Simplify the most critical aspects of HR and employee management. – HR, Payroll & Time.",
      "paragraphHtml": "<p>Simplify the most critical aspects of HR and employee management. &#x2013; HR, Payroll &amp; Time.</p>",
      "words": 13,
      "direct": false,
      "issue": "First paragraph is 13 words and does not look like a concise direct answer."
    },
    {
      "heading": "Enhanced Modules",
      "headingHtml": "<h2 class=\"elementor-heading-title elementor-size-default\">Enhanced Modules</h2>",
      "firstParagraph": "Extend your Namely platform with Benefits, Scheduling, Talent, Compliance and more.",
      "paragraphHtml": "<p>Extend your Namely platform with Benefits, Scheduling, Talent, Compliance and more.</p>",
      "words": 11,
      "direct": false,
      "issue": "First paragraph is 11 words and does not look like a concise direct answer."
    },
    {
      "heading": "Managed Services",
      "headingHtml": "<h2 class=\"elementor-heading-title elementor-size-default\">Managed Services</h2>",
      "firstParagraph": "Let us manage your HR, Payroll & Benefits processes while you focus on what matters most.",
      "paragraphHtml": "<p>Let us manage your HR, Payroll &amp; Benefits processes while you focus on what matters most.</p>",
      "words": 15,
      "direct": false,
      "issue": "First paragraph is 15 words and does not look like a concise direct answer."
    },
    {
      "heading": "Wow yourpeople.",
      "headingHtml": "<h2 class=\"elementor-heading-title elementor-size-default\">Wow your<br>people.</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Your people expect an HCM platform this easy. Your HR pros deserve services this great.",
      "headingHtml": "<h2 class=\"elementor-heading-title elementor-size-default\">Your people expect an HCM platform this easy. <br>Your HR pros deserve services this great.</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Dedicated Support",
      "headingHtml": "<h2 class=\"elementor-heading-title elementor-size-default\"><a href=\"https://namely.com/client-services/\">Dedicated Support </a></h2>",
      "firstParagraph": "Lean on a dedicated team for knowledgeable, on-demand support.",
      "paragraphHtml": "<p>Lean on a dedicated team for knowledgeable, on-demand support.</p>",
      "words": 9,
      "direct": false,
      "issue": "First paragraph is 9 words and does not look like a concise direct answer."
    },
    {
      "heading": "Payroll",
      "headingHtml": "<h2 class=\"elementor-heading-title elementor-size-default\"><a href=\"https://namely.com/payroll/\">Payroll</a></h2>",
      "firstParagraph": "Speed processing and ensure accuracy with tight integration.",
      "paragraphHtml": "<p>Speed processing and ensure accuracy with tight integration.</p>",
      "words": 8,
      "direct": false,
      "issue": "First paragraph is 8 words and does not look like a concise direct answer."
    },
    {
      "heading": "HR",
      "headingHtml": "<h2 class=\"elementor-heading-title elementor-size-default\"><a href=\"https://namely.com/hr-software/\">HR</a></h2>",
      "firstParagraph": "Capture and access employee data in a single system.",
      "paragraphHtml": "<p>Capture and access employee data in a single system.</p>",
      "words": 9,
      "direct": false,
      "issue": "First paragraph is 9 words and does not look like a concise direct answer."
    },
    {
      "heading": "Mobile App",
      "headingHtml": "<h2 class=\"elementor-heading-title elementor-size-default\"><a href=\"https://namely.com/hr/employee-mobile-app/\">Mobile App </a></h2>",
      "firstParagraph": "Empower employees with self-service on any device.",
      "paragraphHtml": "<p>Empower employees with self-service on any device.</p>",
      "words": 7,
      "direct": false,
      "issue": "First paragraph is 7 words and does not look like a concise direct answer."
    },
    {
      "heading": "Onboarding",
      "headingHtml": "<h2 class=\"elementor-heading-title elementor-size-default\"><a href=\"https://namely.com/onboarding/\">Onboarding</a></h2>",
      "firstParagraph": "Maintain new employee enthusiasm as you speed time to productivity.",
      "paragraphHtml": "<p>Maintain new employee enthusiasm as you speed time to productivity.</p>",
      "words": 10,
      "direct": false,
      "issue": "First paragraph is 10 words and does not look like a concise direct answer."
    },
    {
      "heading": "Reporting",
      "headingHtml": "<h2 class=\"elementor-heading-title elementor-size-default\"><a href=\"https://namely.com/hr-analytics/\">Reporting </a></h2>",
      "firstParagraph": "Transform workforce data into a strategic asset.",
      "paragraphHtml": "<p>Transform workforce data into a strategic asset.</p>",
      "words": 7,
      "direct": false,
      "issue": "First paragraph is 7 words and does not look like a concise direct answer."
    },
    {
      "heading": "Time-Tracking",
      "headingHtml": "<h2 class=\"elementor-heading-title elementor-size-default\"><a href=\"https://namely.com/time-and-attendance/\">Time-Tracking </a></h2>",
      "firstParagraph": "Track with precision and built-in compliance across the company.",
      "paragraphHtml": "<p>Track with precision and built-in compliance across the company.</p>",
      "words": 9,
      "direct": false,
      "issue": "First paragraph is 9 words and does not look like a concise direct answer."
    },
    {
      "heading": "As your company grows, employee expectations change and the workplace becomes more complex, extend the power of the Namely platform with Enhanced Modules.",
      "headingHtml": "<h2 class=\"elementor-heading-title elementor-size-default\">As your company grows, employee expectations change and the workplace becomes more complex, extend the power of the Namely platform with Enhanced Modules. </h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Applicant Tracking",
      "headingHtml": "<h3 class=\"elementor-icon-box-title\"> <a href=\"https://namely.com/applicant-tracking/\"> Applicant <br>Tracking </a> </h3>",
      "firstParagraph": "Improve the hiring process to attract and impress top talent.",
      "paragraphHtml": "<p class=\"elementor-icon-box-description\"> Improve the hiring process to attract and impress top talent. </p>",
      "words": 10,
      "direct": false,
      "issue": "First paragraph is 10 words and does not look like a concise direct answer."
    },
    {
      "heading": "Performance Management",
      "headingHtml": "<h3 class=\"elementor-icon-box-title\"> <a href=\"https://namely.com/performance-management-software/\"> Performance Management </a> </h3>",
      "firstParagraph": "Make performance reviews a team activity with 360° feedback.",
      "paragraphHtml": "<p class=\"elementor-icon-box-description\"> Make performance reviews a team activity with 360&#xb0; feedback. </p>",
      "words": 9,
      "direct": false,
      "issue": "First paragraph is 9 words and does not look like a concise direct answer."
    },
    {
      "heading": "Benefits Administration",
      "headingHtml": "<h3 class=\"elementor-icon-box-title\"> <a href=\"https://namely.com/benefits-administration-software/\"> Benefits Administration </a> </h3>",
      "firstParagraph": "Empower employees with easy enrollment and self-service.",
      "paragraphHtml": "<p class=\"elementor-icon-box-description\"> Empower employees with easy enrollment and self-service. </p>",
      "words": 7,
      "direct": false,
      "issue": "First paragraph is 7 words and does not look like a concise direct answer."
    },
    {
      "heading": "Workforce Management",
      "headingHtml": "<h3 class=\"elementor-icon-box-title\"> <a href=\"https://namely.com/workforce-management-system-hcm/\"> Workforce Management </a> </h3>",
      "firstParagraph": "Gain greater control over time, attendance and scheduling.",
      "paragraphHtml": "<p class=\"elementor-icon-box-description\"> Gain greater control over time, attendance and scheduling. </p>",
      "words": 8,
      "direct": false,
      "issue": "First paragraph is 8 words and does not look like a concise direct answer."
    },
    {
      "heading": "ComplianceGuidance",
      "headingHtml": "<h3 class=\"elementor-icon-box-title\"> <a href=\"https://namely.com/compliance/\"> Compliance<br>Guidance </a> </h3>",
      "firstParagraph": "Keep your people and company safe, reduce risk and breathe easier.",
      "paragraphHtml": "<p class=\"elementor-icon-box-description\"> Keep your people and company safe, reduce risk and breathe easier. </p>",
      "words": 11,
      "direct": false,
      "issue": "First paragraph is 11 words and does not look like a concise direct answer."
    },
    {
      "heading": "Managed Services",
      "headingHtml": "<h3 class=\"elementor-heading-title elementor-size-default\">Managed Services</h3>",
      "firstParagraph": "Stay ahead of every challenge with extra support from Namely.",
      "paragraphHtml": "<p>Stay ahead of every challenge with extra support from Namely.</p>",
      "words": 10,
      "direct": false,
      "issue": "First paragraph is 10 words and does not look like a concise direct answer."
    },
    {
      "heading": "Managed Payroll",
      "headingHtml": "<h3 class=\"elementor-heading-title elementor-size-default\">Managed Payroll</h3>",
      "firstParagraph": "Eliminate the burden of daily payroll admin.",
      "paragraphHtml": "<p>Eliminate the burden of daily payroll admin.</p>",
      "words": 7,
      "direct": false,
      "issue": "First paragraph is 7 words and does not look like a concise direct answer."
    },
    {
      "heading": "Managed Benefits",
      "headingHtml": "<h3 class=\"elementor-heading-title elementor-size-default\">Managed Benefits </h3>",
      "firstParagraph": "Support your team with professionals who know your people and your plans.",
      "paragraphHtml": "<p>Support your team with professionals who know your people and your plans.</p>",
      "words": 12,
      "direct": false,
      "issue": "First paragraph is 12 words and does not look like a concise direct answer."
    },
    {
      "heading": "Managed HR",
      "headingHtml": "<h3 class=\"elementor-heading-title elementor-size-default\">Managed HR</h3>",
      "firstParagraph": "Get the help you need with a dedicated, experienced Human Resources Business Partner.",
      "paragraphHtml": "<p>Get the help you need with a dedicated, experienced Human Resources Business Partner.</p>",
      "words": 13,
      "direct": false,
      "issue": "First paragraph is 13 words and does not look like a concise direct answer."
    },
    {
      "heading": "The Namely advantage isn’t about an HCM platform. It’s about a better way to work.",
      "headingHtml": "<h2 class=\"elementor-heading-title elementor-size-default\">The Namely advantage isn&#x2019;t about an HCM platform. It&#x2019;s about a better way to work. </h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "We help businesses like yours:",
      "headingHtml": "<h2 class=\"elementor-heading-title elementor-size-default\">We help businesses like yours:</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Plan for the future",
      "headingHtml": "<h3 class=\"elementor-heading-title elementor-size-default\">Plan for the future </h3>",
      "firstParagraph": "Make more informed, strategic decisions confidently with real-time data and reporting.",
      "paragraphHtml": "<p>Make more informed, strategic decisions confidently with real-time data and reporting.</p>",
      "words": 11,
      "direct": false,
      "issue": "First paragraph is 11 words and does not look like a concise direct answer."
    },
    {
      "heading": "Adapt to change",
      "headingHtml": "<h3 class=\"elementor-heading-title elementor-size-default\">Adapt to change </h3>",
      "firstParagraph": "Stay agile and achieve important outcomes faster with Namely’s scalable platform.",
      "paragraphHtml": "<p>Stay agile and achieve important outcomes faster with Namely&#x2019;s scalable platform.</p>",
      "words": 12,
      "direct": false,
      "issue": "First paragraph is 12 words and does not look like a concise direct answer."
    },
    {
      "heading": "Work smarter",
      "headingHtml": "<h3 class=\"elementor-heading-title elementor-size-default\">Work smarter </h3>",
      "firstParagraph": "Streamline processes, reduce errors, and empower your business with an integrated platform.",
      "paragraphHtml": "<p>Streamline processes, reduce errors, and empower your business with an integrated platform.</p>",
      "words": 12,
      "direct": false,
      "issue": "First paragraph is 12 words and does not look like a concise direct answer."
    },
    {
      "heading": "Power your business.",
      "headingHtml": "<h2 class=\"elementor-heading-title elementor-size-default\">Power your<br> business.</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    }
  ],
  "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, 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": "Namely offers the technology and services to support your business now and as it grows or your needs change.",
      "html": "<h2 class=\"elementor-heading-title elementor-size-default\">Namely offers the technology and services to support your business now and as it grows or your needs change.</h2>"
    },
    {
      "text": "Core HCM",
      "html": "<h2 class=\"elementor-heading-title elementor-size-default\">Core HCM</h2>"
    },
    {
      "text": "Enhanced Modules",
      "html": "<h2 class=\"elementor-heading-title elementor-size-default\">Enhanced Modules</h2>"
    },
    {
      "text": "Managed Services",
      "html": "<h2 class=\"elementor-heading-title elementor-size-default\">Managed Services</h2>"
    },
    {
      "text": "Wow yourpeople.",
      "html": "<h2 class=\"elementor-heading-title elementor-size-default\">Wow your<br>people.</h2>"
    },
    {
      "text": "Your people expect an HCM platform this easy. Your HR pros deserve services this great.",
      "html": "<h2 class=\"elementor-heading-title elementor-size-default\">Your people expect an HCM platform this easy. <br>Your HR pros deserve services this great.</h2>"
    },
    {
      "text": "Dedicated Support",
      "html": "<h2 class=\"elementor-heading-title elementor-size-default\"><a href=\"https://namely.com/client-services/\">Dedicated Support </a></h2>"
    },
    {
      "text": "Payroll",
      "html": "<h2 class=\"elementor-heading-title elementor-size-default\"><a href=\"https://namely.com/payroll/\">Payroll</a></h2>"
    },
    {
      "text": "HR",
      "html": "<h2 class=\"elementor-heading-title elementor-size-default\"><a href=\"https://namely.com/hr-software/\">HR</a></h2>"
    },
    {
      "text": "Mobile App",
      "html": "<h2 class=\"elementor-heading-title elementor-size-default\"><a href=\"https://namely.com/hr/employee-mobile-app/\">Mobile App </a></h2>"
    },
    {
      "text": "Onboarding",
      "html": "<h2 class=\"elementor-heading-title elementor-size-default\"><a href=\"https://namely.com/onboarding/\">Onboarding</a></h2>"
    },
    {
      "text": "Reporting",
      "html": "<h2 class=\"elementor-heading-title elementor-size-default\"><a href=\"https://namely.com/hr-analytics/\">Reporting </a></h2>"
    },
    {
      "text": "Time-Tracking",
      "html": "<h2 class=\"elementor-heading-title elementor-size-default\"><a href=\"https://namely.com/time-and-attendance/\">Time-Tracking </a></h2>"
    },
    {
      "text": "As your company grows, employee expectations change and the workplace becomes more complex, extend the power of the Namely platform with Enhanced Modules.",
      "html": "<h2 class=\"elementor-heading-title elementor-size-default\">As your company grows, employee expectations change and the workplace becomes more complex, extend the power of the Namely platform with Enhanced Modules. </h2>"
    },
    {
      "text": "The Namely advantage isn’t about an HCM platform. It’s about a better way to work.",
      "html": "<h2 class=\"elementor-heading-title elementor-size-default\">The Namely advantage isn&#x2019;t about an HCM platform. It&#x2019;s about a better way to work. </h2>"
    },
    {
      "text": "We help businesses like yours:",
      "html": "<h2 class=\"elementor-heading-title elementor-size-default\">We help businesses like yours:</h2>"
    },
    {
      "text": "Don’t Just Take Our Word for It",
      "html": "<h2 class=\"elementor-heading-title elementor-size-default\">Don&#x2019;t Just Take Our Word for It</h2>"
    },
    {
      "text": "Power your business.",
      "html": "<h2 class=\"elementor-heading-title elementor-size-default\">Power your<br> business.</h2>"
    }
  ],
  "expected": [
    {
      "id": "what",
      "label": "What is All-In-One HCM Platform, Payroll & Managed Se...?",
      "pattern": {}
    },
    {
      "id": "how",
      "label": "How does All-In-One HCM Platform, Payroll & Managed Se... work?",
      "pattern": {}
    },
    {
      "id": "benefits",
      "label": "Why use All-In-One HCM Platform, Payroll & Managed Se...?",
      "pattern": {}
    },
    {
      "id": "cost",
      "label": "Is All-In-One HCM Platform, Payroll & Managed Se... free or paid?",
      "pattern": {}
    },
    {
      "id": "compare",
      "label": "How does All-In-One HCM Platform, Payroll & Managed Se... compare with alternatives?",
      "pattern": {}
    }
  ],
  "missing": [
    {
      "id": "what",
      "label": "What is All-In-One HCM Platform, Payroll & Managed Se...?",
      "pattern": {}
    },
    {
      "id": "how",
      "label": "How does All-In-One HCM Platform, Payroll & Managed Se... work?",
      "pattern": {}
    },
    {
      "id": "cost",
      "label": "Is All-In-One HCM Platform, Payroll & Managed Se... free or paid?",
      "pattern": {}
    },
    {
      "id": "compare",
      "label": "How does All-In-One HCM Platform, Payroll & Managed Se... 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 85/100 and needs improvement.

1 Warning

Needs attention

AIO: Page experience for AIO

Warning
01

Issue

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

Details

02

Why it matters

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

Check name

AIO: Page experience for AIO

Score

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

Evidence
{
  "viewportContent": "width=device-width, initial-scale=1",
  "visibleWords": 1527,
  "htmlBytes": 1137788,
  "imagesMissingDimensions": [
    {
      "src": "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAA+gAAAPoCAYAAABNo9TkAAAACXBIWXMAAA7EAAAOxAGVKw4bAAAPPElEQVR42u3BAQ0AAADCoPdPbQ43oAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIB3AxB7AAFVmiFdAAAAAElFTkSuQmCC",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img style=\"z-index:-99999;position:fixed;top:0;left:0;margin:1px;max-width:none!important;max-height:none!important;width:100vw!important;height:100vh!important;\" onload=\"var i=this,d=document;function c(e){d.removeEventListener(e.type,c);setTimeout(function(){i.parentNode.removeChild(i)},250)}d.addEventListener(&quot;DOMContentLoaded&quot;,c)\" src=\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAA+gAAAPoCAYAAABNo9TkAAAACXBIWXMAAA7EAAAOxAGVKw4bAAAPPElEQVR42u3BAQ0AAADCoPdPbQ43oAAAAAAAAAAAAAAAAA..."
    }
  ],
  "possibleDialogs": [
    "<div class=\"elementor-element elementor-element-677a718 e-con-full popup_toggle jedv-enabled--yes e-flex e-con e-child\" data-id=\"677a718\" data-element_type=\"container\" data-e-type=\"container\"> <div class=\"elementor-element elementor-element-86b276e popup_toggle_container e-flex e-con-boxed e-con e-child\" data-id=\"86b276e\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\"> <div class=\"e-con-inner\"> <div class=\"elemento...",
    "<div class=\"elementor-element elementor-element-86b276e popup_toggle_container e-flex e-con-boxed e-con e-child\" data-id=\"86b276e\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\"> <div class=\"e-con-inner\"> <div class=\"elementor-element elementor-element-ce46105 elementor-widget elementor-widget-text-editor\" data-id=\"ce46105\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\"> <p>D...",
    "<div class=\"elementor-element elementor-element-c56554a e-con-full popup_toggle_btn active e-flex e-con e-child\" data-id=\"c56554a\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\"> <div class=\"elementor-element elementor-element-5939898 elementor-view-default elementor-widget elementor-widget-icon\" data-id=\"5939898\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon.default\"> <div class=\"elementor...",
    "<div data-elementor-type=\"popup\" data-elementor-id=\"10903\" class=\"elementor elementor-10903 elementor-location-popup\" data-elementor-settings=\"{&quot;entrance_animation&quot;:&quot;fadeIn&quot;,&quot;exit_animation&quot;:&quot;fadeIn&quot;,&quot;entrance_animation_duration&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:0.6,&quot;sizes&quot;:[]},&quot;a11y_navigation&quot;:&quot;yes&quot;,&quot;triggers&quot;:[],&quot;timing&quot;:[]}\" data-elementor-post-type=\"elementor_library\"> <di..."
  ],
  "score": 85,
  "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

Status

informational

Category

API

Maturity

Emerging recommendation

Goal

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

Result

AI context endpoint is informational for this page.

Validation steps

  1. Fetch to find resource

    AI context endpoint was not found at the expected path.

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

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

AIO: Query intent coverage

AIO: Query intent coverage is informational for this page.

Informational

Needs attention

AIO: Query intent coverage

Informational
01

Issue

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

Details

02

Why it matters

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

Check name

AIO: Query intent coverage

Score

70/100

Status

informational

Category

GEO, AIO & AEO

Maturity

Emerging recommendation

Goal

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

Result

AIO: Query intent coverage is informational for this page.

Evidence
{
  "headings": [
    {
      "text": "Namely offers the technology and services to support your business now and as it grows or your needs change.",
      "html": "<h2 class=\"elementor-heading-title elementor-size-default\">Namely offers the technology and services to support your business now and as it grows or your needs change.</h2>"
    },
    {
      "text": "Core HCM",
      "html": "<h2 class=\"elementor-heading-title elementor-size-default\">Core HCM</h2>"
    },
    {
      "text": "Enhanced Modules",
      "html": "<h2 class=\"elementor-heading-title elementor-size-default\">Enhanced Modules</h2>"
    },
    {
      "text": "Managed Services",
      "html": "<h2 class=\"elementor-heading-title elementor-size-default\">Managed Services</h2>"
    },
    {
      "text": "Wow yourpeople.",
      "html": "<h2 class=\"elementor-heading-title elementor-size-default\">Wow your<br>people.</h2>"
    },
    {
      "text": "Your people expect an HCM platform this easy. Your HR pros deserve services this great.",
      "html": "<h2 class=\"elementor-heading-title elementor-size-default\">Your people expect an HCM platform this easy. <br>Your HR pros deserve services this great.</h2>"
    },
    {
      "text": "Dedicated Support",
      "html": "<h2 class=\"elementor-heading-title elementor-size-default\"><a href=\"https://namely.com/client-services/\">Dedicated Support </a></h2>"
    },
    {
      "text": "Payroll",
      "html": "<h2 class=\"elementor-heading-title elementor-size-default\"><a href=\"https://namely.com/payroll/\">Payroll</a></h2>"
    },
    {
      "text": "HR",
      "html": "<h2 class=\"elementor-heading-title elementor-size-default\"><a href=\"https://namely.com/hr-software/\">HR</a></h2>"
    },
    {
      "text": "Mobile App",
      "html": "<h2 class=\"elementor-heading-title elementor-size-default\"><a href=\"https://namely.com/hr/employee-mobile-app/\">Mobile App </a></h2>"
    },
    {
      "text": "Onboarding",
      "html": "<h2 class=\"elementor-heading-title elementor-size-default\"><a href=\"https://namely.com/onboarding/\">Onboarding</a></h2>"
    },
    {
      "text": "Reporting",
      "html": "<h2 class=\"elementor-heading-title elementor-size-default\"><a href=\"https://namely.com/hr-analytics/\">Reporting </a></h2>"
    },
    {
      "text": "Time-Tracking",
      "html": "<h2 class=\"elementor-heading-title elementor-size-default\"><a href=\"https://namely.com/time-and-attendance/\">Time-Tracking </a></h2>"
    },
    {
      "text": "As your company grows, employee expectations change and the workplace becomes more complex, extend the power of the Namely platform with Enhanced Modules.",
      "html": "<h2 class=\"elementor-heading-title elementor-size-default\">As your company grows, employee expectations change and the workplace becomes more complex, extend the power of the Namely platform with Enhanced Modules. </h2>"
    },
    {
      "text": "The Namely advantage isn’t about an HCM platform. It’s about a better way to work.",
      "html": "<h2 class=\"elementor-heading-title elementor-size-default\">The Namely advantage isn&#x2019;t about an HCM platform. It&#x2019;s about a better way to work. </h2>"
    },
    {
      "text": "We help businesses like yours:",
      "html": "<h2 class=\"elementor-heading-title elementor-size-default\">We help businesses like yours:</h2>"
    },
    {
      "text": "Don’t Just Take Our Word for It",
      "html": "<h2 class=\"elementor-heading-title elementor-size-default\">Don&#x2019;t Just Take Our Word for It</h2>"
    },
    {
      "text": "Power your business.",
      "html": "<h2 class=\"elementor-heading-title elementor-size-default\">Power your<br> business.</h2>"
    }
  ],
  "expected": [
    {
      "id": "what",
      "label": "What is All-In-One HCM Platform, Payroll & Managed Se...?",
      "pattern": {}
    },
    {
      "id": "how",
      "label": "How does All-In-One HCM Platform, Payroll & Managed Se... work?",
      "pattern": {}
    },
    {
      "id": "benefits",
      "label": "Why use All-In-One HCM Platform, Payroll & Managed Se...?",
      "pattern": {}
    },
    {
      "id": "cost",
      "label": "Is All-In-One HCM Platform, Payroll & Managed Se... free or paid?",
      "pattern": {}
    },
    {
      "id": "compare",
      "label": "How does All-In-One HCM Platform, Payroll & Managed Se... compare with alternatives?",
      "pattern": {}
    }
  ],
  "missing": [
    {
      "id": "what",
      "label": "What is All-In-One HCM Platform, Payroll & Managed Se...?",
      "pattern": {}
    },
    {
      "id": "how",
      "label": "How does All-In-One HCM Platform, Payroll & Managed Se... work?",
      "pattern": {}
    },
    {
      "id": "cost",
      "label": "Is All-In-One HCM Platform, Payroll & Managed Se... free or paid?",
      "pattern": {}
    },
    {
      "id": "compare",
      "label": "How does All-In-One HCM Platform, Payroll & Managed Se... compare with alternatives?",
      "pattern": {}
    }
  ],
  "score": 70,
  "weight": 4
}

Agent Ease of UseAuthEmerging recommendation

Auth.md Agent Registration

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

Informational

Needs attention

Auth.md Agent Registration

Informational
01

Issue

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

02

Why it matters

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

Check name

Auth.md Agent Registration

Score

0/100

Status

informational

Category

Auth

Maturity

Emerging recommendation

Goal

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

Result

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

Validation steps

  1. Fetch and validate /auth.md

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

  2. Publish protected resource metadata

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

  3. Validate agent_auth authorization metadata

    OAuth authorization server metadata could not be fetched.

Evidence
{
  "failedStep": "auth-md",
  "steps": [
    {
      "id": "auth-md",
      "title": "Fetch and validate /auth.md",
      "status": "fail",
      "evidence": {
        "path": "/auth.md",
        "ok": false,
        "statusCode": 404,
        "contentType": "text/html; charset=UTF-8",
        "length": 184310,
        "validation": {
          "valid": false,
          "issue": "auth.md response did not match the expected agent registration shape. Content-Type \"text/html; charset=UTF-8\" is not Markdown or text/plain; missing registration instructions; missing /.well-known/oauth-protected-resource link; missing /.well-known/oauth-authorization-server link; missing supported identity type language.",
          "compatibleContentType": false,
          "contentLength": 169005,
          "hasRegisterInstructions": false,
          "hasProtectedResourceLink": false,
          "hasAuthorizationServerLink": false,
          "mentionsIdentity": false,
          "mentionsCredential": true,
          "links": [
            "https://ogp.me/ns#\">",
            "https://gmpg.org/xfn/11\">",
            "/javascript",
            "https://cdn-cookieyes.com/client_data/9c213c37dff56c45109cdecd/script.js\"></script><link",
            "https://namely.com/wp-content/uploads/2023/11/FontsFree-Net-Proxima-Nova-Bold-It.woff2\"",
            "/woff2",
            "https://namely.com/wp-content/uploads/2023/11/proximanova-black-webfont.woff2\"",
            "/woff2",
            "https://namely.com/wp-content/uploads/2023/11/proximanova-bold-webfont.woff2\"",
            "/woff2"
          ],
          "rawExcerpt": "<!doctype html>\n<html lang=\"en-US\" prefix=\"og: https://ogp.me/ns#\">\n<head>\n\t<meta charset=\"UTF-8\">\n\t<meta name=\"viewport\" content=\"width=device-width, initial-scale=1\">\n\t<link rel=\"profile\" href=\"https://gmpg.org/xfn/11\">\n\t<script id=\"cookieyes\" type=\"text/javascript\" src=\"https://cdn-cookieyes.com/client_data/9c213c37dff56c45109cdecd/script.js\"></script><link rel=\"preload\" href=\"https://namely.com/wp-content/uploads/2023/11/FontsFree-Net-Proxima-Nova-Bold-It.woff2\" as=\"font\" type=\"font/woff2\" crossorigin><link rel=\"preload\" href=\"https://namely.com/wp-content/uploads/2023/11/proximanova-black-webfont.woff2\" as=\"font\" type=\"font/woff2\" crossorigin><link rel=\"preload\" href=\"https://namely.com/wp-content/uploads/2023/11/proximanova-bold-webfont.woff2\" as=\"font\" type=\"font/woff2\" crossorigin>"
        }
      },
      "issue": "auth.md response did not match the expected agent registration shape. Content-Type \"text/html; charset=UTF-8\" is not Markdown or text/plain; missing registration instructions; missing /.well-known/oauth-protected-resource link; missing /.well-known/oauth-authorization-server link; missing supported identity type language.",
      "howToFix": "Serve /auth.md at the site root as Markdown with agent registration instructions and links to OAuth metadata."
    },
    {
      "id": "oauth-protected-resource",
      "title": "Publish protected resource metadata",
      "status": "fail",
      "evidence": {
        "path": "/.well-known/oauth-protected-resource",
        "ok": false,
        "statusCode": 404,
        "contentType": "text/html; charset=UTF-8",
        "length": 184310,
        "text": "<!doctype html>\n<html lang=\"en-US\" prefix=\"og: https://ogp.me/ns#\">\n<head>\n\t<meta charset=\"UTF-8\">\n\t<meta name=\"viewport\" content=\"width=device-width, initial-scale=1\">\n\t<link rel=\"profile\" href=\"https://gmpg.org/xfn/11\">\n\t<script id=\"cookieyes\" type=\"text/javascript\" src=\"https://cdn-cookieyes.com/client_data/9c213c37dff56c45109cdecd/script.js\"></script><link rel=\"preload\" href=\"https://namely.com/wp-content/uploads/2023/11/FontsFree-Net-Proxima-Nova-Bold-It.woff2\" as=\"font\" type=\"font/woff2\" crossorigin><link rel=\"preload\" href=\"https://namely.com/wp-content/uploads/2023/11/proximanova-black-webfont.woff2\" as=\"font\" type=\"font/woff2\" crossorigin><link rel=\"preload\" href=\"https://namely.com/wp-content/uploads/2023/11/proximanova-bold-webfont.woff2\" as=\"font\" type=\"font/woff2\" crossorigin><link rel=\"preload\" href=\"https://namely.com/wp-content/uploads/2023/11/proximanova-light-webfont.woff2\" as=\"font\" type=\"font/woff2\" crossorigin><link rel=\"preload\" href=\"https://namely.com/wp-content/uploads/2023/11/proximanova-reg-webfont.woff2\" as=\"font\" type=\"font/woff2\" crossorigin><link rel=\"preload\" href=\"https://namely.com/wp-content/uploads/2023/11/proximanova-regit-webfont.woff2\" as=\"font\" type=\"font/woff2\" crossorigin><link rel=\"preload\" href=\"https://namely.com/wp-content/uploads/2023/11/proximanova-sbold-webfont.woff2\" as=\"font\" type=\"font/woff2\" crossorigin><link rel=\"preload\" href=\"https://namely.com/wp-content/uploads/2023/11/proximanova-sboldit-webfont.woff2\" as=\"font\" type=\"font/woff2\" crossorigin>\n<!-- Search Engine Optimization by Rank Math PRO - https://rankmath.com/ -->\n<title>Page Not Found - Namely</title>\n<meta name=\"robots\" content=\"follow, noindex\"/>\n<meta property=\"og:locale\" content=\"en_US\" />\n<meta property=\"og:type\" content=\"article\" />\n<meta property=\"og:title\" content=\"Page Not Found - Namely\" />\n<meta property=\"og:site_name\" content=\"Namely HR\" />\n<meta property=\"og:image\" content=\"https://mlnq5qmsdxfa.i.optimole.com/cb:8ubk.61ace/w:1200/h:630/q:mauto/https://namely.com/wp-content/uploads/2024/09/fallback_namely.png\" />\n<meta property=\"og:image:secure_url\" content=\"https://mlnq5qmsdxfa.i.optimole.com/cb:8ubk.61ace/w:1200/h:630/q:mauto/https://namely.com/wp-content/uploads/2024/09/fallback_namely.png\" />\n<meta property=\"og:image:width\" content=\"1200\" />\n<meta property=\"og:image:height\" content=\"630\" />\n<meta property=\"og:image:type\" content=\"image/png\" />\n<meta name=\"twitter:card\" content=\"summary_large_image\" />\n<meta name=\"twitter:title\" content=\"Page Not Found - Namely\" />\n<meta name=\"twitter:image\" content=\"https://mlnq5qmsdxfa.i.optimole.com/cb:8ubk.61ace/w:1200/h:630/q:mauto/https://namely.com/wp-content/uploads/2024/09/fallback_namely.png\" />\n<script type=\"application/ld+json\" class=\"rank-math-schema-pro\">{\"@context\":\"https://schema.org\",\"@graph\":[{\"@type\":\"Organization\",\"@id\":\"https://namely.com/#organization\",\"name\":\"Namely HR\",\"url\":\"https://namely.com\",\"logo\":{\"@type\":\"ImageObject\",\"@id\":\"https://namely.com/#logo\",\"url\":\"https://mlnq5qmsdxfa.i.optimole.com/cb:8ubk.61ace/w:auto/h:auto/q:mauto/ig:avif/https://namely.com/wp-content/uploads/2023/11/Namely.svg\",\"contentUrl\":\"https://mlnq5qmsdxfa.i.optimole.com/cb:8ubk.61ace/w:auto/h:auto/q:mauto/ig:avif/https://namely.com/wp-content/uploads/2023/11/Namely.svg\",\"caption\":\"Namely HR\",\"inLanguage\":\"en-US\",\"width\":\"288\",\"height\":\"78\"}},{\"@type\":\"WebSite\",\"@id\":\"https://namely.com/#website\",\"url\":\"https://namely.com\",\"name\":\"Namely HR\",\"publisher\":{\"@id\":\"https://namely.com/#organization\"},\"inLanguage\":\"en-US\"},{\"@type\":\"WebPage\",\"@id\":\"#webpage\",\"url\":\"\",\"name\":\"Page Not Found - Namely\",\"isPartOf\":{\"@id\":\"https://namely.com/#website\"},\"inLanguage\":\"en-US\"}]}</script>\n<!-- /Rank Math WordPress SEO plugin -->\n\n<link rel='dns-prefetch' href='//mlnq5qmsdxfa.i.optimole.com' />\n<link rel='preconnect' href='https://mlnq5qmsdxfa.i.optimole.com' />\n<link rel=\"alternate\" type=\"application/rss+xml\" title=\"Namely &raquo; Feed\" href=\"https://namely.com/feed/\" />\n<link re"
      },
      "issue": "The OAuth Protected Resource metadata endpoint did not return HTTP 2xx.",
      "howToFix": "Publish /.well-known/oauth-protected-resource with resource and authorization_servers fields."
    },
    {
      "id": "agent-auth-block",
      "title": "Validate agent_auth authorization metadata",
      "status": "fail",
      "evidence": {
        "valid": false,
        "issue": "OAuth authorization server metadata could not be fetched.",
        "fetch": {
          "ok": false,
          "statusCode": 404,
          "contentType": "text/html; charset=UTF-8",
          "length": 184310,
          "text": "<!doctype html>\n<html lang=\"en-US\" prefix=\"og: https://ogp.me/ns#\">\n<head>\n\t<meta charset=\"UTF-8\">\n\t<meta name=\"viewport\" content=\"width=device-width, initial-scale=1\">\n\t<link rel=\"profile\" href=\"https://gmpg.org/xfn/11\">\n\t<script id=\"cookieyes\" type=\"text/javascript\" src=\"https://cdn-cookieyes.com/client_data/9c213c37dff56c45109cdecd/script.js\"></script><link rel=\"preload\" href=\"https://namely.com/wp-content/uploads/2023/11/FontsFree-Net-Proxima-Nova-Bold-It.woff2\" as=\"font\" type=\"font/woff2\" crossorigin><link rel=\"preload\" href=\"https://namely.com/wp-content/uploads/2023/11/proximanova-black-webfont.woff2\" as=\"font\" type=\"font/woff2\" crossorigin><link rel=\"preload\" href=\"https://namely.com/wp-content/uploads/2023/11/proximanova-bold-webfont.woff2\" as=\"font\" type=\"font/woff2\" crossorigin><link rel=\"preload\" href=\"https://namely.com/wp-content/uploads/2023/11/proximanova-light-webfont.woff2\" as=\"font\" type=\"font/woff2\" crossorigin><link rel=\"preload\" href=\"https://namely.com/wp-content/uploads/2023/11/proximanova-reg-webfont.woff2\" as=\"font\" type=\"font/woff2\" crossorigin><link rel=\"preload\" href=\"https://namely.com/wp-content/uploads/2023/11/proximanova-regit-webfont.woff2\" as=\"font\" type=\"font/woff2\" crossorigin><link rel=\"preload\" href=\"https://namely.com/wp-content/uploads/2023/11/proximanova-sbold-webfont.woff2\" as=\"font\" type=\"font/woff2\" crossorigin><link rel=\"preload\" href=\"https://namely.com/wp-content/uploads/2023/11/proximanova-sboldit-webfont.woff2\" as=\"font\" type=\"font/woff2\" crossorigin>\n<!-- Search Engine Optimization by Rank Math PRO - https://rankmath.com/ -->\n<title>Page Not Found - Namely</title>\n<meta name=\"robots\" content=\"follow, noindex\"/>\n<meta property=\"og:locale\" content=\"en_US\" />\n<meta property=\"og:type\" content=\"article\" />\n<meta property=\"og:title\" content=\"Page Not Found - Namely\" />\n<meta property=\"og:site_name\" content=\"Namely HR\" />\n<meta property=\"og:image\" content=\"https://mlnq5qmsdxfa.i.optimole.com/cb:8ubk.61ace/w:1200/h:630/q:mauto/https://namely.com/wp-content/uploads/2024/09/fallback_namely.png\" />\n<meta property=\"og:image:secure_url\" content=\"https://mlnq5qmsdxfa.i.optimole.com/cb:8ubk.61ace/w:1200/h:630/q:mauto/https://namely.com/wp-content/uploads/2024/09/fallback_namely.png\" />\n<meta property=\"og:image:width\" content=\"1200\" />\n<meta property=\"og:image:height\" content=\"630\" />\n<meta property=\"og:image:type\" content=\"image/png\" />\n<meta name=\"twitter:card\" content=\"summary_large_image\" />\n<meta name=\"twitter:title\" content=\"Page Not Found - Namely\" />\n<meta name=\"twitter:image\" content=\"https://mlnq5qmsdxfa.i.optimole.com/cb:8ubk.61ace/w:1200/h:630/q:mauto/https://namely.com/wp-content/uploads/2024/09/fallback_namely.png\" />\n<script type=\"application/ld+json\" class=\"rank-math-schema-pro\">{\"@context\":\"https://schema.org\",\"@graph\":[{\"@type\":\"Organization\",\"@id\":\"https://namely.com/#organization\",\"name\":\"Namely HR\",\"url\":\"https://namely.com\",\"logo\":{\"@type\":\"ImageObject\",\"@id\":\"https://namely.com/#logo\",\"url\":\"https://mlnq5qmsdxfa.i.optimole.com/cb:8ubk.61ace/w:auto/h:auto/q:mauto/ig:avif/https://namely.com/wp-content/uploads/2023/11/Namely.svg\",\"contentUrl\":\"https://mlnq5qmsdxfa.i.optimole.com/cb:8ubk.61ace/w:auto/h:auto/q:mauto/ig:avif/https://namely.com/wp-content/uploads/2023/11/Namely.svg\",\"caption\":\"Namely HR\",\"inLanguage\":\"en-US\",\"width\":\"288\",\"height\":\"78\"}},{\"@type\":\"WebSite\",\"@id\":\"https://namely.com/#website\",\"url\":\"https://namely.com\",\"name\":\"Namely HR\",\"publisher\":{\"@id\":\"https://namely.com/#organization\"},\"inLanguage\":\"en-US\"},{\"@type\":\"WebPage\",\"@id\":\"#webpage\",\"url\":\"\",\"name\":\"Page Not Found - Namely\",\"isPartOf\":{\"@id\":\"https://namely.com/#website\"},\"inLanguage\":\"en-US\"}]}</script>\n<!-- /Rank Math WordPress SEO plugin -->\n\n<link rel='dns-prefetch' href='//mlnq5qmsdxfa.i.optimole.com' />\n<link rel='preconnect' href='https://mlnq5qmsdxfa.i.optimole.com' />\n<link rel=\"alternate\" type=\"application/rss+xml\" title=\"Namely &raquo; Feed\" href=\"https://namely.com/feed/\" />\n<link re"
        }
      },
      "issue": "OAuth authorization server metadata could not be fetched.",
      "howToFix": "Add agent_auth to /.well-known/oauth-authorization-server with register_uri, supported identity types, credential types, and claim or revocation URLs where applicable."
    }
  ],
  "authApplicability": {
    "supportsAuth": true,
    "score": 6,
    "signals": [
      {
        "source": "link:href",
        "weight": 3,
        "match": "auth link"
      },
      {
        "source": "visible-text",
        "weight": 3,
        "match": "log in"
      }
    ]
  },
  "resourceFetchSucceeded": false
}

AI DiscoverabilityDiscoverabilityEstablished

IndexNow key

IndexNow key is informational for this page.

Informational

Needs attention

IndexNow key

Informational
01

Issue

IndexNow key is informational for this page.

02

Why it matters

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

Check name

IndexNow key

Score

100/100

Status

informational

Category

Discoverability

Maturity

Established

Goal

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

Result

IndexNow key is informational for this page.

Validation steps

  1. Find advertised IndexNow key location

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

  2. Fetch and validate IndexNow key file

    No discoverable IndexNow key file was found.

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

Agent Ease of UseAuthEstablished

OAuth / OIDC discovery

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

Informational

Needs attention

OAuth / OIDC discovery

Informational
01

Issue

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

02

Why it matters

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

Check name

OAuth / OIDC discovery

Score

0/100

Status

informational

Category

Auth

Maturity

Established

Goal

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

Result

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

Validation steps

  1. Fetch to find resource

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

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

Agent Ease of UseAuthEmerging recommendation

OAuth Protected Resource

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

Informational

Needs attention

OAuth Protected Resource

Informational
01

Issue

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

02

Why it matters

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

Check name

OAuth Protected Resource

Score

0/100

Status

informational

Category

Auth

Maturity

Emerging recommendation

Goal

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

Result

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

Validation steps

  1. Fetch protected resource metadata

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

  2. Validate protected resource metadata

    Response is not valid JSON.

  3. Validate protected resource identity

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

  4. Probe protected API Bearer challenge

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

Evidence
{
  "failedStep": "fetch",
  "steps": [
    {
      "id": "fetch",
      "title": "Fetch protected resource metadata",
      "status": "fail",
      "evidence": {
        "path": "/.well-known/oauth-protected-resource",
        "statusCode": 404,
        "contentType": "text/html; charset=UTF-8"
      },
      "issue": "The OAuth Protected Resource metadata endpoint did not return HTTP 2xx.",
      "howToFix": "Publish /.well-known/oauth-protected-resource JSON."
    },
    {
      "id": "metadata",
      "title": "Validate protected resource metadata",
      "status": "fail",
      "evidence": {
        "valid": false,
        "compatibleContentType": false,
        "issue": "Response is not valid JSON.",
        "rawExcerpt": "<!doctype html>\n<html lang=\"en-US\" prefix=\"og: https://ogp.me/ns#\">\n<head>\n\t<meta charset=\"UTF-8\">\n\t<meta name=\"viewport\" content=\"width=device-width, initial-scale=1\">\n\t<link rel=\"profile\" href=\"https://gmpg.org/xfn/11\">\n\t<script id=\"cookieyes\" type=\"text/javascript\" src=\"https://cdn-cookieyes.com/client_data/9c213c37dff56c45109cdecd/script.js\"></script><link rel=\"preload\" href=\"https://namely.com/wp-content/uploads/2023/11/FontsFree-Net-Proxima-Nova-Bold-It.woff2\" as=\"font\" type=\"font/woff2\" crossorigin><link rel=\"preload\" href=\"https://namely.com/wp-content/uploads/2023/11/proximanova-black-webfont.woff2\" as=\"font\" type=\"font/woff2\" crossorigin><link rel=\"preload\" href=\"https://namely.com/wp-content/uploads/2023/11/proximanova-bold-webfont.woff2\" as=\"font\" type=\"font/woff2\" crossorigin>"
      },
      "issue": "Response is not valid JSON.",
      "howToFix": "Publish resource and authorization_servers as absolute URLs."
    },
    {
      "id": "resource-identity",
      "title": "Validate protected resource identity",
      "status": "fail",
      "evidence": {
        "expectedResource": "https://namely.com"
      },
      "issue": "Protected resource metadata `resource` did not match the resource identifier used to retrieve it.",
      "howToFix": "Set `resource` to the origin/resource identifier represented by /.well-known/oauth-protected-resource."
    },
    {
      "id": "protected-route-challenge",
      "title": "Probe protected API Bearer challenge",
      "status": "informational",
      "evidence": {
        "checked": [
          {
            "path": "/api/admin/scans",
            "statusCode": 404,
            "wwwAuthenticate": {
              "valid": false,
              "present": false
            },
            "expectedMetadataUrl": "https://namely.com/.well-known/oauth-protected-resource",
            "metadataUrlMatches": true,
            "resourceMatchesRequestContext": true
          },
          {
            "path": "/api/admin/summary",
            "statusCode": 404,
            "wwwAuthenticate": {
              "valid": false,
              "present": false
            },
            "expectedMetadataUrl": "https://namely.com/.well-known/oauth-protected-resource",
            "metadataUrlMatches": true,
            "resourceMatchesRequestContext": true
          },
          {
            "path": "/api/scans",
            "statusCode": 404,
            "wwwAuthenticate": {
              "valid": false,
              "present": false
            },
            "expectedMetadataUrl": "https://namely.com/.well-known/oauth-protected-resource",
            "metadataUrlMatches": true,
            "resourceMatchesRequestContext": true
          }
        ]
      },
      "issue": "No protected route with a 401 Bearer challenge was detected; metadata alone does not prove a protected resource.",
      "howToFix": "When this site exposes bearer-protected APIs, return 401 with WWW-Authenticate: Bearer and link resource_metadata."
    }
  ],
  "authApplicability": {
    "supportsAuth": true,
    "score": 6,
    "signals": [
      {
        "source": "link:href",
        "weight": 3,
        "match": "auth link"
      },
      {
        "source": "visible-text",
        "weight": 3,
        "match": "log in"
      }
    ]
  },
  "resourceFetchSucceeded": false
}

SEOSEOBrowser audit

robots.txt is not valid

100 Fail

Check name

robots.txt is not valid

Score

0/100

Status

fail

Device

desktop

Category

SEO

Estimated savings

595 errors found

Fix guidance

If your robots.txt file is malformed, crawlers may not be able to understand how you want your website to be crawled or indexed. [Learn more about robots.txt](https://developer.chrome.com/docs/lighthouse/seo/invalid-robots-txt/).

Evidence
{
  "displayValue": "595 errors found",
  "description": "If your robots.txt file is malformed, crawlers may not be able to understand how you want your website to be crawled or indexed. [Learn more about robots.txt](https://developer.chrome.com/docs/lighthouse/seo/invalid-robots-txt/)."
}

Performance and AccessibilityPerformanceBrowser audit

Links do not have a discernible name

50 Fail

Check name

Links do not have a discernible name

Score

0/100

Status

fail

Device

desktop

Category

Performance

Fix guidance

Link text (and alternate text for images, when used as links) that is discernible, unique, and focusable improves the navigation experience for screen reader users. [Learn how to make links accessible](https://dequeuniversity.com/rules/axe/4.11/link-name).

Evidence
{
  "description": "Link text (and alternate text for images, when used as links) that is discernible, unique, and focusable improves the navigation experience for screen reader users. [Learn how to make links accessible](https://dequeuniversity.com/rules/axe/4.11/link-name)."
}

Performance and AccessibilityPerformanceBrowser audit

Reduce unused CSS

25 Warning

Check name

Reduce unused CSS

Score

50/100

Status

warning

Device

desktop

Category

Performance

Estimated savings

Est savings of 66 KiB

Fix guidance

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

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

Fix with MCP or CLI

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

Score history

Public scan score over time

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

1 reports
Public score history report links
Scan dateScoreReadinessReport
69/100Level 3, Bot-AwareCurrent report
namely.com AI SEO Report: 69/100 (Level 3, Bot-Aware)