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

OVERALL SCORE

Level 3, Bot-Aware

Moderate readiness for AI agents
AIDiscoverability44%Agent Easeof Use10%Security& Trust20%GEO, AIO, AEO73%SEO100%Performance& Accessibility86%
  • AI Discoverability 44 out of 100
  • Agent Ease of Use 10 out of 100
  • Security & Trust 20 out of 100
  • GEO, AIO and AEO 73 out of 100
  • SEO 100 out of 100
  • Performance and Accessibility 86 out of 100

CAPTURED SCREENSHOT

Captured website desktop screenshot

What AI sees of your website

Workable | All-in-one HR software favicon

Workable | All-in-one HR software

Workable is your system of record for everything HR. Find, hire, and manage top talent effortlessly. Trusted by 30,000+ companies across 100+ countries. Start your free trial today.

Next step

Turn this report into a fix workflow

26 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 fix13101View details
Discoverability
50
Needs work450View details
Content Readiness
70
Needs work911View details
Bot Access Control
0
Priority fix040View details
Agent Ease of Use
10
Priority fix6291View details
API
0
Priority fix060View details
Auth
Not Applicable
Not Applicable070View details
MCP
25
Priority fix260View details
Skill Discovery
5
Priority fix0101View details
Agent Commerce
Not Applicable
Not Applicable400
GEO, AIO and AEO
73
Needs work6212View details
GEO Readiness
87
Mostly ready303
AIO Readiness
70
Needs work214View details
AEO Readiness
62
Needs work115View details
SEO
100
Strong1100
SEO
100
Strong1100
Security & Trust
20
Priority fix540View details
Security & Trust
20
Priority fix140View details
AI Training Exposure
Not Applicable
Not Applicable400
Performance and Accessibility
86
Mostly ready1951View details
Performance
82
Mostly ready1551View details
Accessibility
93
Strong400

Prioritized recommendations

Issues ranked by score impact

46 items need attention

Agent Ease of UseAPIEstablished

API Catalog

API Catalog failed at "Fetch API catalog".

50 Fail

Needs attention

API Catalog

Failed check
01

Issue

The API catalog endpoint did not return HTTP 2xx.

02

Why it matters

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

Check name

API Catalog

Score

0/100

Status

fail

Category

API

Maturity

Established

Goal

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

Result

API Catalog failed at "Fetch API catalog".

Validation steps

  1. Fetch API catalog

    The API catalog endpoint did not return HTTP 2xx.

  2. Validate RFC 9727 linkset

    API Catalog response did not match the expected shape. Content-Type "application/json; charset=utf-8" is not application/linkset+json; missing linkset array; no useful relations found (e.g. service-desc, mcp, agent-card).

  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": "application/json; 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,
        "issue": "API Catalog response did not match the expected shape. Content-Type \"application/json; charset=utf-8\" is not application/linkset+json; missing linkset array; no useful relations found (e.g. service-desc, mcp, agent-card).",
        "compatibleContentType": false,
        "linksetItems": 0,
        "relations": [],
        "usefulRelations": [],
        "legacyRelations": [],
        "hrefIssues": [],
        "targetUrlIssues": [],
        "links": [],
        "parsedSummary": {
          "result": "NOT_FOUND",
          "message": "The requested resource is not found!"
        },
        "rawExcerpt": "{\"result\":\"NOT_FOUND\",\"message\":\"The requested resource is not found!\"}"
      },
      "issue": "API Catalog response did not match the expected shape. Content-Type \"application/json; charset=utf-8\" is not application/linkset+json; missing linkset array; no useful relations found (e.g. service-desc, mcp, agent-card).",
      "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 JSON document did not match the expected shape. unsupported version: ; missing info.title; missing info.version; no paths defined; no operations defined.

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 JSON document did not match the expected shape. unsupported version: ; missing info.title; missing info.version; no paths defined; no operations defined.

Evidence
{
  "failedStep": "fetch",
  "steps": [
    {
      "id": "fetch",
      "title": "Find valid OpenAPI document",
      "status": "fail",
      "evidence": {
        "checked": [
          {
            "path": "/openapi.json",
            "statusCode": 404,
            "contentType": "application/json; charset=utf-8",
            "valid": false,
            "issue": "OpenAPI JSON document did not match the expected shape. unsupported version: ; missing info.title; missing info.version; no paths defined; no operations defined.",
            "compatibleContentType": true,
            "format": "json",
            "version": "",
            "pathCount": 0,
            "operationCount": 0,
            "operationWarnings": [
              {
                "field": "servers",
                "issue": "No servers array declared."
              },
              {
                "field": "components.securitySchemes",
                "issue": "No security schemes or explicit no-auth declaration."
              }
            ],
            "hasServers": false,
            "hasSecuritySchemes": false,
            "hasExplicitNoAuth": false,
            "rawExcerpt": "{\"result\":\"NOT_FOUND\",\"message\":\"The requested resource is not found!\"}"
          },
          {
            "path": "/openapi.yaml",
            "statusCode": 404,
            "contentType": "text/plain; charset=utf-8",
            "valid": false,
            "issue": "OpenAPI YAML document did not match the expected shape. unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
            "compatibleContentType": true,
            "format": "yaml",
            "version": "",
            "pathCount": 0,
            "operationCount": 0,
            "rawExcerpt": "The requested resource is not found!"
          },
          {
            "path": "/swagger.json",
            "statusCode": 404,
            "contentType": "application/json; charset=utf-8",
            "valid": false,
            "issue": "OpenAPI JSON document did not match the expected shape. unsupported version: ; missing info.title; missing info.version; no paths defined; no operations defined.",
            "compatibleContentType": true,
            "format": "json",
            "version": "",
            "pathCount": 0,
            "operationCount": 0,
            "operationWarnings": [
              {
                "field": "servers",
                "issue": "No servers array declared."
              },
              {
                "field": "components.securitySchemes",
                "issue": "No security schemes or explicit no-auth declaration."
              }
            ],
            "hasServers": false,
            "hasSecuritySchemes": false,
            "hasExplicitNoAuth": false,
            "rawExcerpt": "{\"result\":\"NOT_FOUND\",\"message\":\"The requested resource is not found!\"}"
          },
          {
            "path": "/swagger.yaml",
            "statusCode": 404,
            "contentType": "text/plain; charset=utf-8",
            "valid": false,
            "issue": "OpenAPI YAML document did not match the expected shape. unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
            "compatibleContentType": true,
            "format": "yaml",
            "version": "",
            "pathCount": 0,
            "operationCount": 0,
            "rawExcerpt": "The requested resource is not found!"
          },
          {
            "path": "/api/openapi.json",
            "statusCode": 404,
            "contentType": "application/json; charset=utf-8",
            "valid": false,
            "issue": "OpenAPI JSON document did not match the expected shape. unsupported version: ; missing info.title; missing info.version; no paths defined; no operations defined.",
            "compatibleContentType": true,
            "format": "json",
            "version": "",
            "pathCount": 0,
            "operationCount": 0,
            "operationWarnings": [
              {
                "field": "servers",
                "issue": "No servers array declared."
              },
              {
                "field": "components.securitySchemes",
                "issue": "No security schemes or explicit no-auth declaration."
              }
            ],
            "hasServers": false,
            "hasSecuritySchemes": false,
            "hasExplicitNoAuth": false,
            "rawExcerpt": "{\"result\":\"NOT_FOUND\",\"message\":\"The requested resource is not found!\"}"
          },
          {
            "path": "/api/swagger.json",
            "statusCode": 404,
            "contentType": "application/json; charset=utf-8",
            "valid": false,
            "issue": "OpenAPI JSON document did not match the expected shape. unsupported version: ; missing info.title; missing info.version; no paths defined; no operations defined.",
            "compatibleContentType": true,
            "format": "json",
            "version": "",
            "pathCount": 0,
            "operationCount": 0,
            "operationWarnings": [
              {
                "field": "servers",
                "issue": "No servers array declared."
              },
              {
                "field": "components.securitySchemes",
                "issue": "No security schemes or explicit no-auth declaration."
              }
            ],
            "hasServers": false,
            "hasSecuritySchemes": false,
            "hasExplicitNoAuth": false,
            "rawExcerpt": "{\"result\":\"NOT_FOUND\",\"message\":\"The requested resource is not found!\"}"
          },
          {
            "path": "/docs/openapi.json",
            "statusCode": 404,
            "contentType": "application/json; charset=utf-8",
            "valid": false,
            "issue": "OpenAPI JSON document did not match the expected shape. unsupported version: ; missing info.title; missing info.version; no paths defined; no operations defined.",
            "compatibleContentType": true,
            "format": "json",
            "version": "",
            "pathCount": 0,
            "operationCount": 0,
            "operationWarnings": [
              {
                "field": "servers",
                "issue": "No servers array declared."
              },
              {
                "field": "components.securitySchemes",
                "issue": "No security schemes or explicit no-auth declaration."
              }
            ],
            "hasServers": false,
            "hasSecuritySchemes": false,
            "hasExplicitNoAuth": false,
            "rawExcerpt": "{\"result\":\"NOT_FOUND\",\"message\":\"The requested resource is not found!\"}"
          }
        ]
      },
      "issue": "OpenAPI JSON document did not match the expected shape. unsupported version: ; missing info.title; missing info.version; no paths defined; no operations defined.",
      "howToFix": "Publish a valid OpenAPI 3.x or Swagger 2.0 JSON/YAML document with info, paths, operations, and responses."
    }
  ]
}

AI DiscoverabilityContent ReadinessEstablished

Semantic HTML

Semantic HTML is missing or incomplete.

50 Fail

Needs attention

Semantic HTML

Failed check
01

Issue

Semantic HTML is incomplete: missing <main> landmark.

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": true,
  "accessibleButtons": true,
  "imageAltCoverage": true,
  "formAutocompleteCoverage": true,
  "details": {
    "inaccessibleLinks": [],
    "inaccessibleButtons": [],
    "missingAutocompleteInputs": [],
    "imagesMissingAlt": [],
    "skippedHeadingLevels": []
  },
  "counts": {
    "h1": 1,
    "headings": 48,
    "links": 45,
    "inaccessibleLinks": 0,
    "buttons": 1,
    "inaccessibleButtons": 0,
    "images": 36,
    "imagesWithAlt": 36,
    "autocompleteInputs": 0,
    "inputsWithAutocomplete": 0,
    "missingAutocompleteInputs": 0
  }
}

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

High-value schema types

High-value schema types is missing or incomplete.

33 Fail

Needs attention

High-value schema types

Failed check
01

Issue

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

02

Why it matters

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

Check name

High-value schema types

Score

0/100

Status

fail

Category

Discoverability

Maturity

Established

Goal

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

Result

High-value schema types is missing or incomplete.

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

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."
    }
  ]
}

Agent Ease of UseMCPEmerging recommendation

MCP Server Card

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

33 Fail

Needs attention

MCP Server Card

Failed check
01

Issue

MCP Server Card was not found at the expected path.

02

Why it matters

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

Check name

MCP Server Card

Score

0/100

Status

fail

Category

MCP

Maturity

Emerging recommendation

Goal

Publish an MCP Server Card for agent discovery.

Result

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

Validation steps

  1. Fetch to find resource

    MCP Server Card was not found at the expected path.

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

Agent Ease of UseMCPEmerging recommendation

mcp.json

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

33 Fail

Needs attention

mcp.json

Failed check
01

Issue

mcp.json was not found at the expected path.

02

Why it matters

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

Check name

mcp.json

Score

0/100

Status

fail

Category

MCP

Maturity

Emerging recommendation

Goal

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

Result

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

Validation steps

  1. Fetch to find resource

    mcp.json was not found at the expected path.

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

AI DiscoverabilityDiscoverabilityEstablished

Organization / WebSite schema

Organization / WebSite schema is missing or incomplete.

33 Fail

Needs attention

Organization / WebSite schema

Failed check
01

Issue

Neither Organization nor WebSite schema types were found in JSON-LD.

02

Why it matters

Organization and WebSite schema help agents identify the publisher, canonical site identity, logo, and related profiles for attribution.

Check name

Organization / WebSite schema

Score

0/100

Status

fail

Category

Discoverability

Maturity

Established

Goal

Identify the site owner and website entity in structured data.

Result

Organization / WebSite schema is missing or incomplete.

Evidence
{
  "found": [],
  "allTypes": [
    "Corporation"
  ]
}

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

Agent Ease of UseMCPInformational

WebMCP manifest

WebMCP manifest failed at "Fetch to find resource".

33 Fail

Needs attention

WebMCP manifest

Failed check
01

Issue

WebMCP manifest was not found at the expected path.

02

Why it matters

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

Check name

WebMCP manifest

Score

0/100

Status

fail

Category

MCP

Maturity

Informational

Goal

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

Result

WebMCP manifest failed at "Fetch to find resource".

Validation steps

  1. Fetch to find resource

    WebMCP manifest was not found at the expected path.

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

Security & TrustSecurity & TrustEstablished

Content-Security-Policy

Content-Security-Policy is missing or incomplete.

25 Fail

Needs attention

Content-Security-Policy

Failed check
01

Issue

Content-Security-Policy is missing or incomplete.

02

Why it matters

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

Check name

Content-Security-Policy

Score

0/100

Status

fail

Category

Security & Trust

Maturity

Established

Goal

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

Result

Content-Security-Policy is missing or incomplete.

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

Security & TrustSecurity & TrustEstablished

Frame protection

Frame protection is missing or incomplete.

25 Fail

Needs attention

Frame protection

Failed check
01

Issue

Frame protection is missing or incomplete.

02

Why it matters

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

Check name

Frame protection

Score

0/100

Status

fail

Category

Security & Trust

Maturity

Established

Goal

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

Result

Frame protection is missing or incomplete.

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

Security & TrustSecurity & TrustEstablished

Referrer-Policy

Referrer-Policy is missing or incomplete.

25 Fail

Needs attention

Referrer-Policy

Failed check
01

Issue

Referrer-Policy is missing or incomplete.

02

Why it matters

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

Check name

Referrer-Policy

Score

0/100

Status

fail

Category

Security & Trust

Maturity

Established

Goal

Limit how much referrer data leaves the site.

Result

Referrer-Policy is missing or incomplete.

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

Security & TrustSecurity & TrustEstablished

X-Content-Type-Options

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

25 Fail

Needs attention

X-Content-Type-Options

Failed check
01

Issue

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

02

Why it matters

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

Check name

X-Content-Type-Options

Score

0/100

Status

fail

Category

Security & Trust

Maturity

Established

Goal

Prevent MIME sniffing for browser-loaded resources.

Result

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

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

AI DiscoverabilityContent ReadinessEstablished

Content freshness signals

Content freshness signals is partially implemented.

25 Warning

Needs attention

Content freshness signals

Warning
01

Issue

Content freshness signals are incomplete: missing dateModified/datePublished in JSON-LD.

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

50/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": "Thu, 04 Jun 2026 08:41:28 GMT",
  "schemaDates": [],
  "metaDateCount": 1,
  "timeDateCount": 0
}

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": "application/json; charset=utf-8",
            "length": 71
          },
          {
            "path": "/.well-known/a2a/agent-card.json",
            "statusCode": 404,
            "contentType": "application/json; charset=utf-8",
            "length": 71
          },
          {
            "path": "/agent-card.json",
            "statusCode": 404,
            "contentType": "application/json; charset=utf-8",
            "length": 71
          }
        ]
      },
      "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": "application/json; charset=utf-8",
            "length": 71
          },
          {
            "path": "/.well-known/skills/index.json",
            "statusCode": 404,
            "contentType": "application/json; charset=utf-8",
            "length": 71
          }
        ]
      },
      "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": "application/json; charset=utf-8",
            "length": 71
          },
          {
            "path": "/agent.json",
            "statusCode": 404,
            "contentType": "application/json; charset=utf-8",
            "length": 71
          }
        ]
      },
      "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": "application/json; charset=utf-8",
            "length": 71
          },
          {
            "path": "/agents.json",
            "statusCode": 404,
            "contentType": "application/json; charset=utf-8",
            "length": 71
          }
        ]
      },
      "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": "www.workable.com",
        "probes": [
          {
            "name": "_index._agents.www.workable.com",
            "found": false,
            "recordCount": 1,
            "records": [],
            "hasAlpn": false,
            "hasEndpoint": false
          },
          {
            "name": "_a2a._agents.www.workable.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": "www.workable.com",
            "dnssecTypes": [],
            "dnssecRecordCount": 0
          },
          {
            "name": "workable.com",
            "dnssecTypes": [],
            "dnssecRecordCount": 0
          }
        ]
      },
      "issue": "DNSSEC material was not visible for the hostname or parent zone from this resolver.",
      "howToFix": "Sign the public discovery zone with DNSSEC so validating resolvers can return authenticated data."
    }
  ]
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

AIO: Source and trust signals

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

6 Fail

Needs attention

AIO: Source and trust signals

Failed check
01

Issue

Missing AIO trust signals: author, publisher, freshnessDate.

Details

02

Why it matters

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

Check name

AIO: Source and trust signals

Score

40/100

Status

fail

Category

GEO, AIO & AEO

Maturity

Emerging recommendation

Goal

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

Result

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

Evidence
{
  "signals": {
    "author": false,
    "publisher": false,
    "freshnessDate": false,
    "aboutOrContact": true,
    "policyLinks": true
  },
  "missing": [
    "author",
    "publisher",
    "freshnessDate"
  ],
  "authorMeta": "",
  "schemaAuthors": [],
  "schemaPublishers": [],
  "schemaDates": [],
  "visibleDates": [],
  "aboutLinks": [
    {
      "href": "/about",
      "text": "About us",
      "html": "<a class=\"links_link__jSvyz links_link-highlighted__2r4g3\" target=\"_self\" href=\"/about\">About us</a>"
    },
    {
      "href": "//www.linkedin.com/company/workable-software",
      "text": "",
      "html": "<a href=\"//www.linkedin.com/company/workable-software\" title=\"Workable on LinkedIn\" target=\"_blank\" rel=\"noopener noreferrer\" class=\"links_link__jSvyz links_link__jSvyz\"><div class=\"footer_social-icon__B8yCB footer_social-icon--dark__Xno58\"> <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" viewBox=\"0 0 24 24\"><path fill=\"#0F161E\" fill-rule=\"evenodd\" d=\"M4.182 2A2.182 2.182 0 002 4.182v15.636C2 21.023 2.977 22 4.182 22h15.636A2.182 2.182 0 0022 19.818V4.182A2.182 2.18..."
    },
    {
      "href": "https://chatgpt.com/?q=I%E2%80%99m%20a%20recruiter%20%2F%20HR%20professional%20trying%20to%20learn%20about%20Workable.%20Can%20you%20explain%20what%20it%20is%2C%20what%20it%E2%80%99s%20mainly%20used%20for%2C%20and%20what%20kinds%20of%20companies%20or%20teams%20usually%20get%20the%20most%20value%20from%20it%3F",
      "text": "",
      "html": "<a href=\"https://chatgpt.com/?q=I%E2%80%99m%20a%20recruiter%20%2F%20HR%20professional%20trying%20to%20learn%20about%20Workable.%20Can%20you%20explain%20what%20it%20is%2C%20what%20it%E2%80%99s%20mainly%20used%20for%2C%20and%20what%20kinds%20of%20companies%20or%20teams%20usually%20get%20the%20most%20value%20from%20it%3F\" title=\"A Workable summary by chatGPT\" target=\"_blank\" rel=\"noopener noreferrer\" class=\"links_link__jSvyz links_link__jSvyz\" data-gtm=\"ai-summary-logo\" data-ui=\"ai-summary-logo-..."
    },
    {
      "href": "https://claude.ai/new?q=I%E2%80%99m%20a%20recruiter%20%2F%20HR%20professional%20trying%20to%20learn%20about%20Workable.%20Can%20you%20explain%20what%20it%20is%2C%20what%20it%E2%80%99s%20mainly%20used%20for%2C%20and%20what%20kinds%20of%20companies%20or%20teams%20usually%20get%20the%20most%20value%20from%20it%3F",
      "text": "",
      "html": "<a href=\"https://claude.ai/new?q=I%E2%80%99m%20a%20recruiter%20%2F%20HR%20professional%20trying%20to%20learn%20about%20Workable.%20Can%20you%20explain%20what%20it%20is%2C%20what%20it%E2%80%99s%20mainly%20used%20for%2C%20and%20what%20kinds%20of%20companies%20or%20teams%20usually%20get%20the%20most%20value%20from%20it%3F\" title=\"A Workable summary by Claude\" target=\"_blank\" rel=\"noopener noreferrer\" class=\"links_link__jSvyz links_link__jSvyz\" data-gtm=\"ai-summary-logo\" data-ui=\"ai-summary-logo-..."
    },
    {
      "href": "https://gemini.google.com/app?q=I%E2%80%99m%20a%20recruiter%20%2F%20HR%20professional%20trying%20to%20learn%20about%20Workable.%20Can%20you%20explain%20what%20it%20is%2C%20what%20it%E2%80%99s%20mainly%20used%20for%2C%20and%20what%20kinds%20of%20companies%20or%20teams%20usually%20get%20the%20most%20value%20from%20it%3F",
      "text": "",
      "html": "<a href=\"https://gemini.google.com/app?q=I%E2%80%99m%20a%20recruiter%20%2F%20HR%20professional%20trying%20to%20learn%20about%20Workable.%20Can%20you%20explain%20what%20it%20is%2C%20what%20it%E2%80%99s%20mainly%20used%20for%2C%20and%20what%20kinds%20of%20companies%20or%20teams%20usually%20get%20the%20most%20value%20from%20it%3F\" title=\"A Workable summary by Gemini\" target=\"_blank\" rel=\"noopener noreferrer\" class=\"links_link__jSvyz links_link__jSvyz\" data-gtm=\"ai-summary-logo\" data-ui=\"ai-summa..."
    },
    {
      "href": "https://x.com/i/grok?text=I%E2%80%99m%20a%20recruiter%20%2F%20HR%20professional%20trying%20to%20learn%20about%20Workable.%20Can%20you%20explain%20what%20it%20is%2C%20what%20it%E2%80%99s%20mainly%20used%20for%2C%20and%20what%20kinds%20of%20companies%20or%20teams%20usually%20get%20the%20most%20value%20from%20it%3F",
      "text": "",
      "html": "<a href=\"https://x.com/i/grok?text=I%E2%80%99m%20a%20recruiter%20%2F%20HR%20professional%20trying%20to%20learn%20about%20Workable.%20Can%20you%20explain%20what%20it%20is%2C%20what%20it%E2%80%99s%20mainly%20used%20for%2C%20and%20what%20kinds%20of%20companies%20or%20teams%20usually%20get%20the%20most%20value%20from%20it%3F\" title=\"A Workable summary by Grok\" target=\"_blank\" rel=\"noopener noreferrer\" class=\"links_link__jSvyz links_link__jSvyz\" data-gtm=\"ai-summary-logo\" data-ui=\"ai-summary-logo-..."
    },
    {
      "href": "https://www.perplexity.ai/search?q=I%E2%80%99m%20a%20recruiter%20%2F%20HR%20professional%20trying%20to%20learn%20about%20Workable.%20Can%20you%20explain%20what%20it%20is%2C%20what%20it%E2%80%99s%20mainly%20used%20for%2C%20and%20what%20kinds%20of%20companies%20or%20teams%20usually%20get%20the%20most%20value%20from%20it%3F",
      "text": "",
      "html": "<a href=\"https://www.perplexity.ai/search?q=I%E2%80%99m%20a%20recruiter%20%2F%20HR%20professional%20trying%20to%20learn%20about%20Workable.%20Can%20you%20explain%20what%20it%20is%2C%20what%20it%E2%80%99s%20mainly%20used%20for%2C%20and%20what%20kinds%20of%20companies%20or%20teams%20usually%20get%20the%20most%20value%20from%20it%3F\" title=\"A Workable summary by Perplexity\" target=\"_blank\" rel=\"noopener noreferrer\" class=\"links_link__jSvyz links_link__jSvyz\" data-gtm=\"ai-summary-logo\" data-ui=\"a..."
    }
  ],
  "contactLinks": [
    {
      "href": "https://workable.zendesk.com/explore/dashboard/public",
      "text": "Real-time support dashboard",
      "html": "<a href=\"https://workable.zendesk.com/explore/dashboard/public\" target=\"_blank\" rel=\"noopener noreferrer\" class=\"links_link__jSvyz links_link-cta-default-xs__iGOVe\">Real-time support dashboard</a>"
    },
    {
      "href": "https://help.workable.com",
      "text": "Help center",
      "html": "<a href=\"https://help.workable.com\" target=\"_blank\" rel=\"noopener noreferrer\" class=\"links_link__jSvyz links_link-highlighted__2r4g3\">Help center</a>"
    }
  ],
  "privacyLinks": [
    {
      "href": "/privacy",
      "text": "Privacy policy",
      "html": "<a class=\"links_link__jSvyz links_link-underlined__EL2_G\" target=\"_self\" href=\"/privacy\">Privacy policy</a>"
    }
  ],
  "score": 40,
  "weight": 20
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

GEO: Entity clarity

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

6 Warning

Needs attention

GEO: Entity clarity

Warning
01

Issue

Title/H1 terms missing from description: all, one, software, future, ready, platform.

Details

02

Why it matters

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

Check name

GEO: Entity clarity

Score

74/100

Status

warning

Category

GEO, AIO & AEO

Maturity

Emerging recommendation

Goal

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

Result

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

Evidence
{
  "title": "Workable | All-in-one HR software",
  "h1": "The future-ready HR platform",
  "description": "Workable is your system of record for everything HR. Find, hire, and manage top talent effortlessly. Trusted by 30,000+ companies across 100+ countries. Start your free trial today.",
  "topicOverlap": 0.14285714285714285,
  "topicTerms": [
    "workable",
    "all",
    "one",
    "software",
    "future",
    "ready",
    "platform"
  ],
  "descriptionTerms": [
    "workable",
    "system",
    "record",
    "everything",
    "find",
    "hire",
    "manage",
    "top",
    "talent",
    "effortlessly",
    "trusted",
    "000",
    "companies",
    "across",
    "100",
    "countries",
    "start",
    "free",
    "trial",
    "today"
  ],
  "missingFromDescription": [
    "all",
    "one",
    "software",
    "future",
    "ready",
    "platform"
  ],
  "score": 74,
  "weight": 28
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

AEO: Answer evidence and trust

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

5 Fail

Needs attention

AEO: Answer evidence and trust

Failed check
01

Issue

Missing AIO trust signals: author, publisher, freshnessDate.

Details

02

Why it matters

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

Check name

AEO: Answer evidence and trust

Score

40/100

Status

fail

Category

GEO, AIO & AEO

Maturity

Emerging recommendation

Goal

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

Result

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

Evidence
{
  "signals": {
    "author": false,
    "publisher": false,
    "freshnessDate": false,
    "aboutOrContact": true,
    "policyLinks": true
  },
  "missing": [
    "author",
    "publisher",
    "freshnessDate"
  ],
  "authorMeta": "",
  "schemaAuthors": [],
  "schemaPublishers": [],
  "schemaDates": [],
  "visibleDates": [],
  "aboutLinks": [
    {
      "href": "/about",
      "text": "About us",
      "html": "<a class=\"links_link__jSvyz links_link-highlighted__2r4g3\" target=\"_self\" href=\"/about\">About us</a>"
    },
    {
      "href": "//www.linkedin.com/company/workable-software",
      "text": "",
      "html": "<a href=\"//www.linkedin.com/company/workable-software\" title=\"Workable on LinkedIn\" target=\"_blank\" rel=\"noopener noreferrer\" class=\"links_link__jSvyz links_link__jSvyz\"><div class=\"footer_social-icon__B8yCB footer_social-icon--dark__Xno58\"> <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" viewBox=\"0 0 24 24\"><path fill=\"#0F161E\" fill-rule=\"evenodd\" d=\"M4.182 2A2.182 2.182 0 002 4.182v15.636C2 21.023 2.977 22 4.182 22h15.636A2.182 2.182 0 0022 19.818V4.182A2.182 2.18..."
    },
    {
      "href": "https://chatgpt.com/?q=I%E2%80%99m%20a%20recruiter%20%2F%20HR%20professional%20trying%20to%20learn%20about%20Workable.%20Can%20you%20explain%20what%20it%20is%2C%20what%20it%E2%80%99s%20mainly%20used%20for%2C%20and%20what%20kinds%20of%20companies%20or%20teams%20usually%20get%20the%20most%20value%20from%20it%3F",
      "text": "",
      "html": "<a href=\"https://chatgpt.com/?q=I%E2%80%99m%20a%20recruiter%20%2F%20HR%20professional%20trying%20to%20learn%20about%20Workable.%20Can%20you%20explain%20what%20it%20is%2C%20what%20it%E2%80%99s%20mainly%20used%20for%2C%20and%20what%20kinds%20of%20companies%20or%20teams%20usually%20get%20the%20most%20value%20from%20it%3F\" title=\"A Workable summary by chatGPT\" target=\"_blank\" rel=\"noopener noreferrer\" class=\"links_link__jSvyz links_link__jSvyz\" data-gtm=\"ai-summary-logo\" data-ui=\"ai-summary-logo-..."
    },
    {
      "href": "https://claude.ai/new?q=I%E2%80%99m%20a%20recruiter%20%2F%20HR%20professional%20trying%20to%20learn%20about%20Workable.%20Can%20you%20explain%20what%20it%20is%2C%20what%20it%E2%80%99s%20mainly%20used%20for%2C%20and%20what%20kinds%20of%20companies%20or%20teams%20usually%20get%20the%20most%20value%20from%20it%3F",
      "text": "",
      "html": "<a href=\"https://claude.ai/new?q=I%E2%80%99m%20a%20recruiter%20%2F%20HR%20professional%20trying%20to%20learn%20about%20Workable.%20Can%20you%20explain%20what%20it%20is%2C%20what%20it%E2%80%99s%20mainly%20used%20for%2C%20and%20what%20kinds%20of%20companies%20or%20teams%20usually%20get%20the%20most%20value%20from%20it%3F\" title=\"A Workable summary by Claude\" target=\"_blank\" rel=\"noopener noreferrer\" class=\"links_link__jSvyz links_link__jSvyz\" data-gtm=\"ai-summary-logo\" data-ui=\"ai-summary-logo-..."
    },
    {
      "href": "https://gemini.google.com/app?q=I%E2%80%99m%20a%20recruiter%20%2F%20HR%20professional%20trying%20to%20learn%20about%20Workable.%20Can%20you%20explain%20what%20it%20is%2C%20what%20it%E2%80%99s%20mainly%20used%20for%2C%20and%20what%20kinds%20of%20companies%20or%20teams%20usually%20get%20the%20most%20value%20from%20it%3F",
      "text": "",
      "html": "<a href=\"https://gemini.google.com/app?q=I%E2%80%99m%20a%20recruiter%20%2F%20HR%20professional%20trying%20to%20learn%20about%20Workable.%20Can%20you%20explain%20what%20it%20is%2C%20what%20it%E2%80%99s%20mainly%20used%20for%2C%20and%20what%20kinds%20of%20companies%20or%20teams%20usually%20get%20the%20most%20value%20from%20it%3F\" title=\"A Workable summary by Gemini\" target=\"_blank\" rel=\"noopener noreferrer\" class=\"links_link__jSvyz links_link__jSvyz\" data-gtm=\"ai-summary-logo\" data-ui=\"ai-summa..."
    },
    {
      "href": "https://x.com/i/grok?text=I%E2%80%99m%20a%20recruiter%20%2F%20HR%20professional%20trying%20to%20learn%20about%20Workable.%20Can%20you%20explain%20what%20it%20is%2C%20what%20it%E2%80%99s%20mainly%20used%20for%2C%20and%20what%20kinds%20of%20companies%20or%20teams%20usually%20get%20the%20most%20value%20from%20it%3F",
      "text": "",
      "html": "<a href=\"https://x.com/i/grok?text=I%E2%80%99m%20a%20recruiter%20%2F%20HR%20professional%20trying%20to%20learn%20about%20Workable.%20Can%20you%20explain%20what%20it%20is%2C%20what%20it%E2%80%99s%20mainly%20used%20for%2C%20and%20what%20kinds%20of%20companies%20or%20teams%20usually%20get%20the%20most%20value%20from%20it%3F\" title=\"A Workable summary by Grok\" target=\"_blank\" rel=\"noopener noreferrer\" class=\"links_link__jSvyz links_link__jSvyz\" data-gtm=\"ai-summary-logo\" data-ui=\"ai-summary-logo-..."
    },
    {
      "href": "https://www.perplexity.ai/search?q=I%E2%80%99m%20a%20recruiter%20%2F%20HR%20professional%20trying%20to%20learn%20about%20Workable.%20Can%20you%20explain%20what%20it%20is%2C%20what%20it%E2%80%99s%20mainly%20used%20for%2C%20and%20what%20kinds%20of%20companies%20or%20teams%20usually%20get%20the%20most%20value%20from%20it%3F",
      "text": "",
      "html": "<a href=\"https://www.perplexity.ai/search?q=I%E2%80%99m%20a%20recruiter%20%2F%20HR%20professional%20trying%20to%20learn%20about%20Workable.%20Can%20you%20explain%20what%20it%20is%2C%20what%20it%E2%80%99s%20mainly%20used%20for%2C%20and%20what%20kinds%20of%20companies%20or%20teams%20usually%20get%20the%20most%20value%20from%20it%3F\" title=\"A Workable summary by Perplexity\" target=\"_blank\" rel=\"noopener noreferrer\" class=\"links_link__jSvyz links_link__jSvyz\" data-gtm=\"ai-summary-logo\" data-ui=\"a..."
    }
  ],
  "contactLinks": [
    {
      "href": "https://workable.zendesk.com/explore/dashboard/public",
      "text": "Real-time support dashboard",
      "html": "<a href=\"https://workable.zendesk.com/explore/dashboard/public\" target=\"_blank\" rel=\"noopener noreferrer\" class=\"links_link__jSvyz links_link-cta-default-xs__iGOVe\">Real-time support dashboard</a>"
    },
    {
      "href": "https://help.workable.com",
      "text": "Help center",
      "html": "<a href=\"https://help.workable.com\" target=\"_blank\" rel=\"noopener noreferrer\" class=\"links_link__jSvyz links_link-highlighted__2r4g3\">Help center</a>"
    }
  ],
  "privacyLinks": [
    {
      "href": "/privacy",
      "text": "Privacy policy",
      "html": "<a class=\"links_link__jSvyz links_link-underlined__EL2_G\" target=\"_self\" href=\"/privacy\">Privacy policy</a>"
    }
  ],
  "score": 40,
  "weight": 22
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

AIO: Visible structured data match

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

5 Warning

Needs attention

AIO: Visible structured data match

Warning
01

Issue

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

Details

02

Why it matters

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

Check name

AIO: Visible structured data match

Score

50/100

Status

warning

Category

GEO, AIO & AEO

Maturity

Emerging recommendation

Goal

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

Result

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

Evidence
{
  "schemaCount": 1,
  "checkedFields": [
    {
      "path": "$[0].description",
      "value": "More than an applicant tracking system, Workable's talent acquisition software helps teams find candidates, evaluate applicants and make the right hire, faster. Since 2012, more than 27,000 companies have used our recruiting software to hire 1.5 million candidates. We’re interested in the way people interact with the world, and we make technology to empower people. So we use our curiosity and ambition to create software that helps companies source the best talent, communicate more effectively and scale faster."
    },
    {
      "path": "$[0].name",
      "value": "Workable"
    },
    {
      "path": "$[0].founders[0].name",
      "value": "Nikos Moraitakis"
    },
    {
      "path": "$[0].founders[1].name",
      "value": "Spyros Magiatis"
    }
  ],
  "mismatches": [
    {
      "path": "$[0].founders[0].name",
      "value": "Nikos Moraitakis"
    },
    {
      "path": "$[0].founders[1].name",
      "value": "Spyros Magiatis"
    }
  ],
  "score": 50,
  "weight": 18
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

AEO: Answer-first sections

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

4 Warning

Needs attention

AEO: Answer-first sections

Warning
01

Issue

41 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": 47,
  "passing": 6,
  "failing": [
    {
      "heading": "Post to 200+ job boards",
      "headingHtml": "<h3 class>Post to 200+ job boards</h3>",
      "firstParagraph": "Reach millions of candidates with one click using Workable’s extensive job ad syndication network. Instantly post your job to top job boards across all industries in over 100 countries, and every major social media platform.",
      "paragraphHtml": "<p class=\"styles_no-margin__nA7rK\">Reach millions of candidates with one click using Workable&#x2019;s extensive job ad syndication network. Instantly post your job to top job boards across all industries in over 100 countries, and every major social media platform.</p>",
      "words": 36,
      "direct": false,
      "issue": "First paragraph is 36 words and does not look like a concise direct answer."
    },
    {
      "heading": "Great results on LinkedIn & Indeed",
      "headingHtml": "<h3 class>Great results on LinkedIn &amp; Indeed</h3>",
      "firstParagraph": "As an Indeed Platinum and LinkedIn Preferred Partner, Workable’s integrations boost your job’s visibility. Apply with LinkedIn and Indeed Apply make applications easy, increasing conversion rates and attracting top talent.",
      "paragraphHtml": "<p class=\"styles_no-margin__nA7rK\">As an Indeed Platinum and LinkedIn Preferred Partner, Workable&#x2019;s integrations boost your job&#x2019;s visibility. <span class=\"styles_font-weight-bold__9NWZv\">Apply with LinkedIn</span> and <span class=\"styles_font-weight-bold__9NWZv\">Indeed Apply</span> make applications easy, increasing conversion rates and attracting top talent.</p>",
      "words": 32,
      "direct": false,
      "issue": "First paragraph is 32 words and does not look like a concise direct answer."
    },
    {
      "heading": "Passive candidate sourcing tools",
      "headingHtml": "<h3 class>Passive candidate sourcing tools</h3>",
      "firstParagraph": "Access a database of 400m+ profiles, use AI to identify suitable passive candidates and generate personalized outreach emails with one click.",
      "paragraphHtml": "<p class>Access a database of 400m+ profiles, use AI to identify suitable passive candidates and generate personalized outreach emails with one click.</p>",
      "words": 21,
      "direct": false,
      "issue": "First paragraph is 21 words and does not look like a concise direct answer."
    },
    {
      "heading": "Employee referral program",
      "headingHtml": "<h3 class>Employee referral program</h3>",
      "firstParagraph": "Set up your own internal job board and get more referrals with tools to spread the word and a gamified reward system.",
      "paragraphHtml": "<p class>Set up your own internal job board and get more referrals with tools to spread the word and a gamified reward system.</p>",
      "words": 22,
      "direct": false,
      "issue": "First paragraph is 22 words and does not look like a concise direct answer."
    },
    {
      "heading": "Careers page builder",
      "headingHtml": "<h3 class>Careers page builder</h3>",
      "firstParagraph": "Create gorgeous, branded and customizable career sites that convert. Showcase your company culture and open positions. Our drag-and-drop editor makes creation easy, even for complete beginners.",
      "paragraphHtml": "<p class>Create gorgeous, branded and customizable career sites that convert. Showcase your company culture and open positions. Our drag-and-drop editor makes creation easy, even for complete beginners.</p>",
      "words": 26,
      "direct": false,
      "issue": "First paragraph is 26 words and does not look like a concise direct answer."
    },
    {
      "heading": "A comprehensive recruiting platform",
      "headingHtml": "<h2 class>A comprehensive <br class=\"styles_visible-desktop___yiCM\"> recruiting platform</h2>",
      "firstParagraph": "From initial candidate review to final offer, Workable helps you identify and secure top talent efficiently.",
      "paragraphHtml": "<p class>From initial candidate review to final offer, Workable helps you identify and secure top talent efficiently.</p>",
      "words": 16,
      "direct": false,
      "issue": "First paragraph is 16 words and does not look like a concise direct answer."
    },
    {
      "heading": "Talent CRM database",
      "headingHtml": "<h3 class>Talent CRM database</h3>",
      "firstParagraph": "Manage your talent pool in one searchable database. Access candidate profiles with all the information you need. Easily filter, move candidates through stages, and take actions in a few clicks.",
      "paragraphHtml": "<p class>Manage your talent pool in one searchable database. Access candidate profiles with all the information you need. Easily filter, move candidates through stages, and take actions in a few clicks.</p>",
      "words": 30,
      "direct": false,
      "issue": "First paragraph is 30 words and does not look like a concise direct answer."
    },
    {
      "heading": "Evaluation tools",
      "headingHtml": "<h3 class>Evaluation tools</h3>",
      "firstParagraph": "Get access to customizable interview kits, scorecards, and science-backed assessments to standardize your hiring criteria across every role.",
      "paragraphHtml": "<p class>Get access to customizable interview kits, scorecards, and science-backed assessments to standardize your hiring criteria across every role.</p>",
      "words": 18,
      "direct": false,
      "issue": "First paragraph is 18 words and does not look like a concise direct answer."
    },
    {
      "heading": "AI-assisted applicant screening",
      "headingHtml": "<h3 class>AI-assisted applicant screening</h3>",
      "firstParagraph": "Use AI-powered resume screening tools to parse and evaluate candidate experience quickly. Access one-way video interviews to evaluate at scale.",
      "paragraphHtml": "<p class>Use AI-powered resume screening tools to parse and evaluate candidate experience quickly. Access <span class=\"styles_font-weight-bold__9NWZv\">one-way video interviews</span> to evaluate at scale.</p>",
      "words": 20,
      "direct": false,
      "issue": "First paragraph is 20 words and does not look like a concise direct answer."
    },
    {
      "heading": "Self-service interview scheduling",
      "headingHtml": "<h3 class>Self-service interview scheduling</h3>",
      "firstParagraph": "Offer self-service interview booking to candidates and automated calendar syncing for your hiring team, with all communications viewable in one place.",
      "paragraphHtml": "<p class>Offer self-service interview booking to candidates and automated calendar syncing for your hiring team, with all communications viewable in one place.</p>",
      "words": 21,
      "direct": false,
      "issue": "First paragraph is 21 words and does not look like a concise direct answer."
    },
    {
      "heading": "Candidate experience",
      "headingHtml": "<h3 class>Candidate experience</h3>",
      "firstParagraph": "Offer mobile-optimized applications and auto-fill options, all in your candidate’s native language. Engage them through integrated emails and SMS texting, achieving 98% response rates and 60x faster replies than email alone.",
      "paragraphHtml": "<p class>Offer mobile-optimized applications and auto-fill options, all in your candidate&#x2019;s native language. Engage them through integrated emails and SMS texting, achieving 98% response rates and 60x faster replies than email alone.</p>",
      "words": 32,
      "direct": false,
      "issue": "First paragraph is 32 words and does not look like a concise direct answer."
    },
    {
      "heading": "Flexible workflows",
      "headingHtml": "<h3 class>Flexible workflows</h3>",
      "firstParagraph": "Tailor your hiring process with custom pipelines, profiles, and permissions. Manage requisitions, control budgets, set approval flows, and configure granular access rights at each stage.",
      "paragraphHtml": "<p class>Tailor your hiring process with custom pipelines, profiles, and permissions. Manage requisitions, control budgets, set approval flows, and configure granular access rights at each stage.</p>",
      "words": 25,
      "direct": false,
      "issue": "First paragraph is 25 words and does not look like a concise direct answer."
    },
    {
      "heading": "Offer management",
      "headingHtml": "<h3 class>Offer management</h3>",
      "firstParagraph": "Create and send offer letters using customizable templates. Manage approval flows, collect e-signatures, and run integrated background checks - all within Workable.",
      "paragraphHtml": "<p class>Create and send offer letters using customizable templates. Manage approval flows, collect e-signatures, and run integrated background checks - all within Workable.</p>",
      "words": 21,
      "direct": false,
      "issue": "First paragraph is 21 words and does not look like a concise direct answer."
    },
    {
      "heading": "A flexible employee management system",
      "headingHtml": "<h2 class=\"styles_white__eEi9g\">A flexible employee <br> management system</h2>",
      "firstParagraph": "Manage all aspects of the employee lifecycle in one platform, from onboarding to performance reviews, and more.",
      "paragraphHtml": "<p class=\"styles_white__eEi9g\">Manage all aspects of the employee lifecycle in one platform, from onboarding to performance reviews, and more.</p>",
      "words": 17,
      "direct": false,
      "issue": "First paragraph is 17 words and does not look like a concise direct answer."
    },
    {
      "heading": "New hire onboarding",
      "headingHtml": "<h3 class>New hire onboarding</h3>",
      "firstParagraph": "Build personalized welcome portals with role-specific workflows. Automate paperwork with e-signatures, create custom onboarding tasks, track progress, and instantly notify managers. Manage it all in one efficient, automated system.",
      "paragraphHtml": "<p class=\"styles_no-margin__nA7rK\">Build personalized welcome portals with role-specific workflows. Automate paperwork with e-signatures, create custom onboarding tasks, track progress, and instantly notify managers. Manage it all in one efficient, automated system.</p>",
      "words": 29,
      "direct": false,
      "issue": "First paragraph is 29 words and does not look like a concise direct answer."
    },
    {
      "heading": "Self-service employee portal",
      "headingHtml": "<h3 class>Self-service employee portal</h3>",
      "firstParagraph": "Enable employees to manage their own HR tasks, update personal info, and access company documents, with built-in approval flows and change tracking.",
      "paragraphHtml": "<p class=\"styles_no-margin__nA7rK\">Enable employees to manage their own HR tasks, update personal info, and access company documents, with built-in approval flows and change tracking.</p>",
      "words": 22,
      "direct": false,
      "issue": "First paragraph is 22 words and does not look like a concise direct answer."
    },
    {
      "heading": "360° performance review tools",
      "headingHtml": "<h3 class>360&#xb0; performance review tools</h3>",
      "firstParagraph": "Track team performance with self, manager, direct report, and peer-to-peer reviews. Suit your performance process with customizable templates, timeline tracking, and reports to monitor progress.",
      "paragraphHtml": "<p class=\"styles_no-margin__nA7rK\">Track team performance with self, manager, direct report, and peer-to-peer reviews. Suit your performance process with customizable templates, timeline tracking, and reports to monitor progress.</p>",
      "words": 25,
      "direct": false,
      "issue": "First paragraph is 25 words and does not look like a concise direct answer."
    },
    {
      "heading": "System of record for all HR data",
      "headingHtml": "<h3 class>System of record for all HR data</h3>",
      "firstParagraph": "Store and organize all employee data with customizable profiles. Track role history and compensation. Maintain an automated org chart reflecting real-time company structure.",
      "paragraphHtml": "<p class>Store and organize all employee data with customizable profiles. Track role history and compensation. Maintain an automated org chart reflecting real-time company structure.</p>",
      "words": 23,
      "direct": false,
      "issue": "First paragraph is 23 words and does not look like a concise direct answer."
    },
    {
      "heading": "Digital document and e-signature management",
      "headingHtml": "<h3 class>Digital document and e-signature management</h3>",
      "firstParagraph": "Control company documents from a central hub. Create, distribute, and track everything with customizable templates, e-signatures, and automated reminders.",
      "paragraphHtml": "<p class>Control company documents from a central hub. Create, distribute, and track everything with customizable templates, e-signatures, and automated reminders.</p>",
      "words": 19,
      "direct": false,
      "issue": "First paragraph is 19 words and does not look like a concise direct answer."
    },
    {
      "heading": "Time off and PTO management",
      "headingHtml": "<h3 class>Time off and PTO management</h3>",
      "firstParagraph": "Set up multiple time off policies with self-service leave tracking. Customize PTO, work schedules, and work locations. Manage approval flows, track balances, and generate reports for payroll and compliance.",
      "paragraphHtml": "<p class>Set up multiple time off policies with self-service leave tracking. Customize PTO, work schedules, and work locations. Manage approval flows, track balances, and generate reports for payroll and compliance.</p>",
      "words": 29,
      "direct": false,
      "issue": "First paragraph is 29 words and does not look like a concise direct answer."
    },
    {
      "heading": "Time and attendance tracking",
      "headingHtml": "<h3 class>Time and attendance tracking</h3>",
      "firstParagraph": "Record work hours with user-friendly, geolocation-specific clock-in/out and timesheet submission features. Generate detailed attendance reports for payroll and compliance.",
      "paragraphHtml": "<p class>Record work hours with user-friendly, geolocation-specific clock-in/out and timesheet submission features. Generate detailed attendance reports for payroll and compliance.</p>",
      "words": 20,
      "direct": false,
      "issue": "First paragraph is 20 words and does not look like a concise direct answer."
    },
    {
      "heading": "One-click payroll reporting",
      "headingHtml": "<h3 class>One-click payroll reporting</h3>",
      "firstParagraph": "Generate custom payroll reports across multiple entities and pay cycles in seconds. Integrate your data for real-time data synchronization with leading providers like ADP Workforce Now and Xero.",
      "paragraphHtml": "<p class>Generate custom payroll reports across multiple entities and pay cycles in seconds. Integrate your data for real-time data synchronization with leading providers like ADP Workforce Now and Xero.</p>",
      "words": 28,
      "direct": false,
      "issue": "First paragraph is 28 words and does not look like a concise direct answer."
    },
    {
      "heading": "AI that works for you",
      "headingHtml": "<h2 class=\"styles_white__eEi9g\">AI that works for you</h2>",
      "firstParagraph": "Bringing the power of AI to your fingertips.",
      "paragraphHtml": "<p class=\"styles_white__eEi9g\">Bringing the power of AI to your fingertips.</p>",
      "words": 8,
      "direct": false,
      "issue": "First paragraph is 8 words and does not look like a concise direct answer."
    },
    {
      "heading": "Creating content",
      "headingHtml": "<h3 class>Creating content</h3>",
      "firstParagraph": "Workable’s AI proposes salary bands and drafts job descriptions, interview kits, and scorecards tailored to each role. Generate personalized candidate emails in seconds.",
      "paragraphHtml": "<p class=\"styles_no-margin__nA7rK\">Workable&#x2019;s AI proposes salary bands and drafts job descriptions, interview kits, and scorecards tailored to each role. Generate personalized candidate emails in seconds.</p>",
      "words": 24,
      "direct": false,
      "issue": "First paragraph is 24 words and does not look like a concise direct answer."
    },
    {
      "heading": "Automating tasks",
      "headingHtml": "<h3 class>Automating tasks</h3>",
      "firstParagraph": "AI does the legwork: parsing resumes, drafting emails, and crunching market data. Focus on what matters most while the system boosts your productivity behind the scenes.",
      "paragraphHtml": "<p class=\"styles_no-margin__nA7rK\">AI does the legwork: parsing resumes, drafting emails, and crunching market data. Focus on what matters most while the system boosts your productivity behind the scenes.</p>",
      "words": 26,
      "direct": false,
      "issue": "First paragraph is 26 words and does not look like a concise direct answer."
    },
    {
      "heading": "Sourcing and matching candidates",
      "headingHtml": "<h3 class>Sourcing and matching candidates</h3>",
      "firstParagraph": "AI acts as your recruiter, trained on millions of jobs across industries. Start each requisition with dozens of pre-sourced, suitable profiles from a pool of 400+ million candidates. Automatically resurface relevant talent from your existing database.",
      "paragraphHtml": "<p class=\"styles_no-margin__nA7rK\">AI acts as your recruiter, trained on millions of jobs across industries. Start each requisition with dozens of pre-sourced, suitable profiles from a pool of 400+ million candidates. Automatically resurface relevant talent from your existing database.</p>",
      "words": 36,
      "direct": false,
      "issue": "First paragraph is 36 words and does not look like a concise direct answer."
    },
    {
      "heading": "Powerful reporting tools",
      "headingHtml": "<h3 class>Powerful reporting tools</h3>",
      "firstParagraph": "Build custom reports from any metric, filter by any field, and share governed dashboards that stakeholders can trust - no BI tools or exports required. Schedule report emails or export to CSV/PDF when you need a snapshot.",
      "paragraphHtml": "<p class=\"styles_no-margin__nA7rK\">Build custom reports from any metric, filter by any field, and share governed dashboards that stakeholders can trust - no BI tools or exports required. Schedule report emails or export to CSV/PDF when you need a snapshot.</p>",
      "words": 37,
      "direct": false,
      "issue": "First paragraph is 37 words and does not look like a concise direct answer."
    },
    {
      "heading": "270+ integrations",
      "headingHtml": "<h3 class>270+ integrations</h3>",
      "firstParagraph": "Works seamlessly with your existing tools. Connect to email, calendar, Slack, video conferencing, productivity suites, analytics platforms, and HR tech from assessments to payroll.",
      "paragraphHtml": "<p class>Works seamlessly with your existing tools. Connect to email, calendar, Slack, video conferencing, productivity suites, analytics platforms, and HR tech from assessments to payroll.</p>",
      "words": 24,
      "direct": false,
      "issue": "First paragraph is 24 words and does not look like a concise direct answer."
    },
    {
      "heading": "Mobile-first HR",
      "headingHtml": "<h3 class>Mobile-first HR</h3>",
      "firstParagraph": "Empower on-the-go managers and employees with a single, easy-to-deploy app for iOS and Android. Effortlessly manage hiring, time-off requests, time-tracking, and more from anywhere in your organization.",
      "paragraphHtml": "<p class>Empower on-the-go managers and employees with a single, easy-to-deploy app for iOS and Android. Effortlessly manage hiring, time-off requests, time-tracking, and more from anywhere in your organization.</p>",
      "words": 27,
      "direct": false,
      "issue": "First paragraph is 27 words and does not look like a concise direct answer."
    },
    {
      "heading": "Enterprise-grade security & compliance",
      "headingHtml": "<h3 class>Enterprise-grade security &amp; compliance</h3>",
      "firstParagraph": "Trust Workable with your data, backed by ISO 27001, 27017, SOC 2 Type II, and SOC 3 certifications. Stay compliant with GDPR, EEO and CCPA using simple, automated policy toggles. Maintain data integrity with audit trails tracking all changes.",
      "paragraphHtml": "<p class>Trust Workable with your data, backed by ISO 27001, 27017, SOC 2 Type II, and SOC 3 certifications. Stay compliant with GDPR, EEO and CCPA using simple, automated policy toggles. Maintain data integrity with audit trails tracking all changes.</p>",
      "words": 39,
      "direct": false,
      "issue": "First paragraph is 39 words and does not look like a concise direct answer."
    },
    {
      "heading": "Outstanding support & training",
      "headingHtml": "<h3 class>Outstanding support &amp; training</h3>",
      "firstParagraph": "Access award-winning, 24/7 support and extensive learning resources, from video courses to in-product help. Schedule one-on-one training or get assistance in your time zone from our global team.",
      "paragraphHtml": "<p class>Access award-winning, 24/7 support and extensive learning resources, from video courses to in-product help. Schedule one-on-one training or get assistance in your time zone from our global team.</p>",
      "words": 29,
      "direct": false,
      "issue": "First paragraph is 29 words and does not look like a concise direct answer."
    },
    {
      "heading": "Our take on HR software",
      "headingHtml": "<h2 class>Our take on HR software</h2>",
      "firstParagraph": "At Workable, we believe HR software should work for you, not against you.",
      "paragraphHtml": "<p class=\"styles_letter__quote__HTplJ\">At Workable, we believe HR software should work for you, not against you.</p>",
      "words": 13,
      "direct": false,
      "issue": "First paragraph is 13 words and does not look like a concise direct answer."
    },
    {
      "heading": "No smoke and mirrors",
      "headingHtml": "<h3 class=\"heading-4 styles_margin-b-sm__85_xt\">No smoke and mirrors</h3>",
      "firstParagraph": "Most HR software vendors hide their pricing. We don't. It's right there on our website. Our trial isn't a neutered demo – it's our full product. We figure if we're not willing to be upfront before you buy, why would you trust us after?",
      "paragraphHtml": "<p class>Most HR software vendors hide their pricing. <mark class=\"styles_mark__TYavd\">We don&apos;t. It&apos;s right there on our website.</mark> Our trial isn&apos;t a neutered demo &#x2013; it&apos;s our full product. We figure if we&apos;re not willing to be upfront before you buy, why would you trust us after?</p>",
      "words": 43,
      "direct": false,
      "issue": "First paragraph is 43 words and does not look like a concise direct answer."
    },
    {
      "heading": "AI isn't the future, it's now",
      "headingHtml": "<h3 class=\"heading-4 styles_margin-b-sm__85_xt\">AI isn&apos;t the future, it&apos;s now</h3>",
      "firstParagraph": "We're not just slapping an AI chatbot onto old software and calling it a day. We're baking AI into every part of Workable. It's there when you need it, doing the heavy lifting in the background. As AI evolves, so will Workable. We're committed to keeping you at the forefront of what's possible.",
      "paragraphHtml": "<p class>We&apos;re not just slapping an AI chatbot onto old software and calling it a day. We&apos;re baking AI into every part of Workable. It&apos;s there when you need it, doing the heavy lifting in the background. <mark class=\"styles_mark__TYavd\">As AI evolves, so will Workable.</mark> We&apos;re committed to keeping you at the forefront of what&apos;s possible.</p>",
      "words": 53,
      "direct": false,
      "issue": "First paragraph is 53 words and does not look like a concise direct answer."
    },
    {
      "heading": "Trusted by thousands of businesses like yours",
      "headingHtml": "<h2 class=\"styles_white__eEi9g\">Trusted by thousands<br class=\"styles_visible-desktop___yiCM\"> of businesses like yours</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "30,000+",
      "headingHtml": "<h2 class=\"styles_green200__u47Fc\">30,000+</h2>",
      "firstParagraph": "companies",
      "paragraphHtml": "<p class=\"styles_no-margin__nA7rK styles_font-weight-bold__9NWZv styles_margin-b-0-lg__laBiO styles_white__eEi9g\">companies</p>",
      "words": 1,
      "direct": false,
      "issue": "First paragraph is 1 words and does not look like a concise direct answer."
    },
    {
      "heading": "400M",
      "headingHtml": "<h2 class=\"styles_green200__u47Fc\">400M</h2>",
      "firstParagraph": "people",
      "paragraphHtml": "<p class=\"styles_no-margin__nA7rK styles_font-weight-bold__9NWZv styles_margin-b-0-lg__laBiO styles_white__eEi9g\">people</p>",
      "words": 1,
      "direct": false,
      "issue": "First paragraph is 1 words and does not look like a concise direct answer."
    },
    {
      "heading": "2.1M",
      "headingHtml": "<h2 class=\"styles_green200__u47Fc\">2.1M</h2>",
      "firstParagraph": "hires",
      "paragraphHtml": "<p class=\"styles_no-margin__nA7rK styles_font-weight-bold__9NWZv styles_margin-b-0-lg__laBiO styles_white__eEi9g\">hires</p>",
      "words": 1,
      "direct": false,
      "issue": "First paragraph is 1 words and does not look like a concise direct answer."
    },
    {
      "heading": "100+",
      "headingHtml": "<h2 class=\"styles_green200__u47Fc\">100+</h2>",
      "firstParagraph": "countries",
      "paragraphHtml": "<p class=\"styles_no-margin__nA7rK styles_font-weight-bold__9NWZv styles_margin-b-0-lg__laBiO styles_white__eEi9g\">countries</p>",
      "words": 1,
      "direct": false,
      "issue": "First paragraph is 1 words and does not look like a concise direct answer."
    },
    {
      "heading": "98%",
      "headingHtml": "<h2 class=\"styles_green200__u47Fc\">98%</h2>",
      "firstParagraph": "satisfaction",
      "paragraphHtml": "<p class=\"styles_no-margin__nA7rK styles_font-weight-bold__9NWZv styles_margin-b-0-lg__laBiO styles_white__eEi9g\">satisfaction</p>",
      "words": 1,
      "direct": false,
      "issue": "First paragraph is 1 words and does not look like a concise direct answer."
    },
    {
      "heading": "Try out Workable",
      "headingHtml": "<h2 class=\"styles_margin-b-xl__yCMlm\">Try out Workable</h2>",
      "firstParagraph": "Explore our full platform with a 15-day free trial. No credit card required. Post jobs, hire faster, and manage your people effortlessly with our all-in-one platform.",
      "paragraphHtml": "<p class>Explore our full platform with a 15-day free trial. <br> No credit card required. Post jobs, hire faster, and manage your people effortlessly with our all-in-one platform.</p>",
      "words": 26,
      "direct": false,
      "issue": "First paragraph is 26 words and does not look like a concise direct answer."
    }
  ],
  "score": 65,
  "weight": 28
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

GEO: Explanatory content depth

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

3 Warning

Needs attention

GEO: Explanatory content depth

Warning
01

Issue

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

Details

02

Why it matters

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

Check name

GEO: Explanatory content depth

Score

75/100

Status

warning

Category

GEO, AIO & AEO

Maturity

Emerging recommendation

Goal

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

Result

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

Evidence
{
  "candidatePassages": 5,
  "citablePassages": 0,
  "failingCandidateParagraphs": [
    {
      "index": 38,
      "heading": "H3: No smoke and mirrors",
      "text": "Most HR software vendors hide their pricing. We don't. It's right there on our website. Our trial isn't a neutered demo – it's our full product. We figure if we're not willing to be upfront before you buy, why would you trust us after?",
      "words": 43,
      "hasEvidence": false,
      "reasons": [
        "Too short for a citation-ready passage (43 words; target 80-220).",
        "Missing a named source, statistic, date, percentage, report, or other evidence signal."
      ],
      "html": "<p class>Most HR software vendors hide their pricing. <mark class=\"styles_mark__TYavd\">We don&apos;t. It&apos;s right there on our website.</mark> Our trial isn&apos;t a neutered demo &#x2013; it&apos;s our full product. We figure if we&apos;re not willing to be upfront before you buy, why would you trust us after?</p>"
    },
    {
      "index": 39,
      "heading": "H3: Simplicity isn't simple",
      "text": "Our software feels easy because we've done the hard work. Under the hood, it's complex and powerful. But you don't need to know that. You just need to know it works. We use great design and AI to hide the complexity, not to dumb things down.",
      "words": 46,
      "hasEvidence": false,
      "reasons": [
        "Too short for a citation-ready passage (46 words; target 80-220).",
        "Missing a named source, statistic, date, percentage, report, or other evidence signal."
      ],
      "html": "<p class>Our software feels easy because we&apos;ve done the hard work. Under the hood, it&apos;s complex and powerful. But you don&apos;t need to know that. You just need to know it works. <mark class=\"styles_mark__TYavd\">We use great design and AI to hide the complexity, not to dumb things down.</mark></p>"
    },
    {
      "index": 40,
      "heading": "H3: Software shouldn't be a second job",
      "text": "You've got enough on your plate. Your HR software shouldn't add to it. We've made sure Workable plugs into your existing tools, comes with expert support, and doesn't require a PhD to implement. Because your job is to run your business, not to become an expert in our software.",
      "words": 49,
      "hasEvidence": false,
      "reasons": [
        "Too short for a citation-ready passage (49 words; target 80-220).",
        "Missing a named source, statistic, date, percentage, report, or other evidence signal."
      ],
      "html": "<p class>You&apos;ve got enough on your plate. Your HR software shouldn&apos;t add to it. We&apos;ve made sure Workable plugs into your existing tools, comes with expert support, and doesn&apos;t require a PhD to implement. <mark class=\"styles_mark__TYavd\">Because your job is to run your business, not to become an expert in our software.</mark></p>"
    },
    {
      "index": 41,
      "heading": "H3: AI isn't the future, it's now",
      "text": "We're not just slapping an AI chatbot onto old software and calling it a day. We're baking AI into every part of Workable. It's there when you need it, doing the heavy lifting in the background. As AI evolves, so will Workable. We're committed to keeping you at the forefront of what's possible.",
      "words": 53,
      "hasEvidence": false,
      "reasons": [
        "Too short for a citation-ready passage (53 words; target 80-220).",
        "Missing a named source, statistic, date, percentage, report, or other evidence signal."
      ],
      "html": "<p class>We&apos;re not just slapping an AI chatbot onto old software and calling it a day. We&apos;re baking AI into every part of Workable. It&apos;s there when you need it, doing the heavy lifting in the background. <mark class=\"styles_mark__TYavd\">As AI evolves, so will Workable.</mark> We&apos;re committed to keeping you at the forefront of what&apos;s possible.</p>"
    },
    {
      "index": 42,
      "heading": "H3: We solve real problems",
      "text": "Most HR software is full of features you'll never use. We focus on the stuff that actually moves the needle. More candidates. Less busywork. Real productivity gains. We're not here to give you a thousand buttons to push. We're here to solve your biggest HR headaches. The rest is just noise.",
      "words": 51,
      "hasEvidence": false,
      "reasons": [
        "Too short for a citation-ready passage (51 words; target 80-220).",
        "Missing a named source, statistic, date, percentage, report, or other evidence signal."
      ],
      "html": "<p class>Most HR software is full of features you&apos;ll never use. We focus on the stuff that actually moves the needle. More candidates. Less busywork. Real productivity gains. We&apos;re not here to give you a thousand buttons to push. <mark class=\"styles_mark__TYavd\">We&apos;re here to solve your biggest HR headaches.</mark> The rest is just noise.</p>"
    }
  ],
  "citableParagraphs": [],
  "score": 75,
  "weight": 18
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

AEO: Question-led structure

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

3 Warning

Needs attention

AEO: Question-led structure

Warning
01

Issue

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

02

Why it matters

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

Check name

AEO: Question-led structure

Score

50/100

Status

warning

Category

GEO, AIO & AEO

Maturity

Emerging recommendation

Goal

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

Result

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

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

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

AIO: Answer block readiness

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

2 Warning

Needs attention

AIO: Answer block readiness

Warning
01

Issue

41 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": 47,
  "passing": 6,
  "failing": [
    {
      "heading": "Post to 200+ job boards",
      "headingHtml": "<h3 class>Post to 200+ job boards</h3>",
      "firstParagraph": "Reach millions of candidates with one click using Workable’s extensive job ad syndication network. Instantly post your job to top job boards across all industries in over 100 countries, and every major social media platform.",
      "paragraphHtml": "<p class=\"styles_no-margin__nA7rK\">Reach millions of candidates with one click using Workable&#x2019;s extensive job ad syndication network. Instantly post your job to top job boards across all industries in over 100 countries, and every major social media platform.</p>",
      "words": 36,
      "direct": false,
      "issue": "First paragraph is 36 words and does not look like a concise direct answer."
    },
    {
      "heading": "Great results on LinkedIn & Indeed",
      "headingHtml": "<h3 class>Great results on LinkedIn &amp; Indeed</h3>",
      "firstParagraph": "As an Indeed Platinum and LinkedIn Preferred Partner, Workable’s integrations boost your job’s visibility. Apply with LinkedIn and Indeed Apply make applications easy, increasing conversion rates and attracting top talent.",
      "paragraphHtml": "<p class=\"styles_no-margin__nA7rK\">As an Indeed Platinum and LinkedIn Preferred Partner, Workable&#x2019;s integrations boost your job&#x2019;s visibility. <span class=\"styles_font-weight-bold__9NWZv\">Apply with LinkedIn</span> and <span class=\"styles_font-weight-bold__9NWZv\">Indeed Apply</span> make applications easy, increasing conversion rates and attracting top talent.</p>",
      "words": 32,
      "direct": false,
      "issue": "First paragraph is 32 words and does not look like a concise direct answer."
    },
    {
      "heading": "Passive candidate sourcing tools",
      "headingHtml": "<h3 class>Passive candidate sourcing tools</h3>",
      "firstParagraph": "Access a database of 400m+ profiles, use AI to identify suitable passive candidates and generate personalized outreach emails with one click.",
      "paragraphHtml": "<p class>Access a database of 400m+ profiles, use AI to identify suitable passive candidates and generate personalized outreach emails with one click.</p>",
      "words": 21,
      "direct": false,
      "issue": "First paragraph is 21 words and does not look like a concise direct answer."
    },
    {
      "heading": "Employee referral program",
      "headingHtml": "<h3 class>Employee referral program</h3>",
      "firstParagraph": "Set up your own internal job board and get more referrals with tools to spread the word and a gamified reward system.",
      "paragraphHtml": "<p class>Set up your own internal job board and get more referrals with tools to spread the word and a gamified reward system.</p>",
      "words": 22,
      "direct": false,
      "issue": "First paragraph is 22 words and does not look like a concise direct answer."
    },
    {
      "heading": "Careers page builder",
      "headingHtml": "<h3 class>Careers page builder</h3>",
      "firstParagraph": "Create gorgeous, branded and customizable career sites that convert. Showcase your company culture and open positions. Our drag-and-drop editor makes creation easy, even for complete beginners.",
      "paragraphHtml": "<p class>Create gorgeous, branded and customizable career sites that convert. Showcase your company culture and open positions. Our drag-and-drop editor makes creation easy, even for complete beginners.</p>",
      "words": 26,
      "direct": false,
      "issue": "First paragraph is 26 words and does not look like a concise direct answer."
    },
    {
      "heading": "A comprehensive recruiting platform",
      "headingHtml": "<h2 class>A comprehensive <br class=\"styles_visible-desktop___yiCM\"> recruiting platform</h2>",
      "firstParagraph": "From initial candidate review to final offer, Workable helps you identify and secure top talent efficiently.",
      "paragraphHtml": "<p class>From initial candidate review to final offer, Workable helps you identify and secure top talent efficiently.</p>",
      "words": 16,
      "direct": false,
      "issue": "First paragraph is 16 words and does not look like a concise direct answer."
    },
    {
      "heading": "Talent CRM database",
      "headingHtml": "<h3 class>Talent CRM database</h3>",
      "firstParagraph": "Manage your talent pool in one searchable database. Access candidate profiles with all the information you need. Easily filter, move candidates through stages, and take actions in a few clicks.",
      "paragraphHtml": "<p class>Manage your talent pool in one searchable database. Access candidate profiles with all the information you need. Easily filter, move candidates through stages, and take actions in a few clicks.</p>",
      "words": 30,
      "direct": false,
      "issue": "First paragraph is 30 words and does not look like a concise direct answer."
    },
    {
      "heading": "Evaluation tools",
      "headingHtml": "<h3 class>Evaluation tools</h3>",
      "firstParagraph": "Get access to customizable interview kits, scorecards, and science-backed assessments to standardize your hiring criteria across every role.",
      "paragraphHtml": "<p class>Get access to customizable interview kits, scorecards, and science-backed assessments to standardize your hiring criteria across every role.</p>",
      "words": 18,
      "direct": false,
      "issue": "First paragraph is 18 words and does not look like a concise direct answer."
    },
    {
      "heading": "AI-assisted applicant screening",
      "headingHtml": "<h3 class>AI-assisted applicant screening</h3>",
      "firstParagraph": "Use AI-powered resume screening tools to parse and evaluate candidate experience quickly. Access one-way video interviews to evaluate at scale.",
      "paragraphHtml": "<p class>Use AI-powered resume screening tools to parse and evaluate candidate experience quickly. Access <span class=\"styles_font-weight-bold__9NWZv\">one-way video interviews</span> to evaluate at scale.</p>",
      "words": 20,
      "direct": false,
      "issue": "First paragraph is 20 words and does not look like a concise direct answer."
    },
    {
      "heading": "Self-service interview scheduling",
      "headingHtml": "<h3 class>Self-service interview scheduling</h3>",
      "firstParagraph": "Offer self-service interview booking to candidates and automated calendar syncing for your hiring team, with all communications viewable in one place.",
      "paragraphHtml": "<p class>Offer self-service interview booking to candidates and automated calendar syncing for your hiring team, with all communications viewable in one place.</p>",
      "words": 21,
      "direct": false,
      "issue": "First paragraph is 21 words and does not look like a concise direct answer."
    },
    {
      "heading": "Candidate experience",
      "headingHtml": "<h3 class>Candidate experience</h3>",
      "firstParagraph": "Offer mobile-optimized applications and auto-fill options, all in your candidate’s native language. Engage them through integrated emails and SMS texting, achieving 98% response rates and 60x faster replies than email alone.",
      "paragraphHtml": "<p class>Offer mobile-optimized applications and auto-fill options, all in your candidate&#x2019;s native language. Engage them through integrated emails and SMS texting, achieving 98% response rates and 60x faster replies than email alone.</p>",
      "words": 32,
      "direct": false,
      "issue": "First paragraph is 32 words and does not look like a concise direct answer."
    },
    {
      "heading": "Flexible workflows",
      "headingHtml": "<h3 class>Flexible workflows</h3>",
      "firstParagraph": "Tailor your hiring process with custom pipelines, profiles, and permissions. Manage requisitions, control budgets, set approval flows, and configure granular access rights at each stage.",
      "paragraphHtml": "<p class>Tailor your hiring process with custom pipelines, profiles, and permissions. Manage requisitions, control budgets, set approval flows, and configure granular access rights at each stage.</p>",
      "words": 25,
      "direct": false,
      "issue": "First paragraph is 25 words and does not look like a concise direct answer."
    },
    {
      "heading": "Offer management",
      "headingHtml": "<h3 class>Offer management</h3>",
      "firstParagraph": "Create and send offer letters using customizable templates. Manage approval flows, collect e-signatures, and run integrated background checks - all within Workable.",
      "paragraphHtml": "<p class>Create and send offer letters using customizable templates. Manage approval flows, collect e-signatures, and run integrated background checks - all within Workable.</p>",
      "words": 21,
      "direct": false,
      "issue": "First paragraph is 21 words and does not look like a concise direct answer."
    },
    {
      "heading": "A flexible employee management system",
      "headingHtml": "<h2 class=\"styles_white__eEi9g\">A flexible employee <br> management system</h2>",
      "firstParagraph": "Manage all aspects of the employee lifecycle in one platform, from onboarding to performance reviews, and more.",
      "paragraphHtml": "<p class=\"styles_white__eEi9g\">Manage all aspects of the employee lifecycle in one platform, from onboarding to performance reviews, and more.</p>",
      "words": 17,
      "direct": false,
      "issue": "First paragraph is 17 words and does not look like a concise direct answer."
    },
    {
      "heading": "New hire onboarding",
      "headingHtml": "<h3 class>New hire onboarding</h3>",
      "firstParagraph": "Build personalized welcome portals with role-specific workflows. Automate paperwork with e-signatures, create custom onboarding tasks, track progress, and instantly notify managers. Manage it all in one efficient, automated system.",
      "paragraphHtml": "<p class=\"styles_no-margin__nA7rK\">Build personalized welcome portals with role-specific workflows. Automate paperwork with e-signatures, create custom onboarding tasks, track progress, and instantly notify managers. Manage it all in one efficient, automated system.</p>",
      "words": 29,
      "direct": false,
      "issue": "First paragraph is 29 words and does not look like a concise direct answer."
    },
    {
      "heading": "Self-service employee portal",
      "headingHtml": "<h3 class>Self-service employee portal</h3>",
      "firstParagraph": "Enable employees to manage their own HR tasks, update personal info, and access company documents, with built-in approval flows and change tracking.",
      "paragraphHtml": "<p class=\"styles_no-margin__nA7rK\">Enable employees to manage their own HR tasks, update personal info, and access company documents, with built-in approval flows and change tracking.</p>",
      "words": 22,
      "direct": false,
      "issue": "First paragraph is 22 words and does not look like a concise direct answer."
    },
    {
      "heading": "360° performance review tools",
      "headingHtml": "<h3 class>360&#xb0; performance review tools</h3>",
      "firstParagraph": "Track team performance with self, manager, direct report, and peer-to-peer reviews. Suit your performance process with customizable templates, timeline tracking, and reports to monitor progress.",
      "paragraphHtml": "<p class=\"styles_no-margin__nA7rK\">Track team performance with self, manager, direct report, and peer-to-peer reviews. Suit your performance process with customizable templates, timeline tracking, and reports to monitor progress.</p>",
      "words": 25,
      "direct": false,
      "issue": "First paragraph is 25 words and does not look like a concise direct answer."
    },
    {
      "heading": "System of record for all HR data",
      "headingHtml": "<h3 class>System of record for all HR data</h3>",
      "firstParagraph": "Store and organize all employee data with customizable profiles. Track role history and compensation. Maintain an automated org chart reflecting real-time company structure.",
      "paragraphHtml": "<p class>Store and organize all employee data with customizable profiles. Track role history and compensation. Maintain an automated org chart reflecting real-time company structure.</p>",
      "words": 23,
      "direct": false,
      "issue": "First paragraph is 23 words and does not look like a concise direct answer."
    },
    {
      "heading": "Digital document and e-signature management",
      "headingHtml": "<h3 class>Digital document and e-signature management</h3>",
      "firstParagraph": "Control company documents from a central hub. Create, distribute, and track everything with customizable templates, e-signatures, and automated reminders.",
      "paragraphHtml": "<p class>Control company documents from a central hub. Create, distribute, and track everything with customizable templates, e-signatures, and automated reminders.</p>",
      "words": 19,
      "direct": false,
      "issue": "First paragraph is 19 words and does not look like a concise direct answer."
    },
    {
      "heading": "Time off and PTO management",
      "headingHtml": "<h3 class>Time off and PTO management</h3>",
      "firstParagraph": "Set up multiple time off policies with self-service leave tracking. Customize PTO, work schedules, and work locations. Manage approval flows, track balances, and generate reports for payroll and compliance.",
      "paragraphHtml": "<p class>Set up multiple time off policies with self-service leave tracking. Customize PTO, work schedules, and work locations. Manage approval flows, track balances, and generate reports for payroll and compliance.</p>",
      "words": 29,
      "direct": false,
      "issue": "First paragraph is 29 words and does not look like a concise direct answer."
    },
    {
      "heading": "Time and attendance tracking",
      "headingHtml": "<h3 class>Time and attendance tracking</h3>",
      "firstParagraph": "Record work hours with user-friendly, geolocation-specific clock-in/out and timesheet submission features. Generate detailed attendance reports for payroll and compliance.",
      "paragraphHtml": "<p class>Record work hours with user-friendly, geolocation-specific clock-in/out and timesheet submission features. Generate detailed attendance reports for payroll and compliance.</p>",
      "words": 20,
      "direct": false,
      "issue": "First paragraph is 20 words and does not look like a concise direct answer."
    },
    {
      "heading": "One-click payroll reporting",
      "headingHtml": "<h3 class>One-click payroll reporting</h3>",
      "firstParagraph": "Generate custom payroll reports across multiple entities and pay cycles in seconds. Integrate your data for real-time data synchronization with leading providers like ADP Workforce Now and Xero.",
      "paragraphHtml": "<p class>Generate custom payroll reports across multiple entities and pay cycles in seconds. Integrate your data for real-time data synchronization with leading providers like ADP Workforce Now and Xero.</p>",
      "words": 28,
      "direct": false,
      "issue": "First paragraph is 28 words and does not look like a concise direct answer."
    },
    {
      "heading": "AI that works for you",
      "headingHtml": "<h2 class=\"styles_white__eEi9g\">AI that works for you</h2>",
      "firstParagraph": "Bringing the power of AI to your fingertips.",
      "paragraphHtml": "<p class=\"styles_white__eEi9g\">Bringing the power of AI to your fingertips.</p>",
      "words": 8,
      "direct": false,
      "issue": "First paragraph is 8 words and does not look like a concise direct answer."
    },
    {
      "heading": "Creating content",
      "headingHtml": "<h3 class>Creating content</h3>",
      "firstParagraph": "Workable’s AI proposes salary bands and drafts job descriptions, interview kits, and scorecards tailored to each role. Generate personalized candidate emails in seconds.",
      "paragraphHtml": "<p class=\"styles_no-margin__nA7rK\">Workable&#x2019;s AI proposes salary bands and drafts job descriptions, interview kits, and scorecards tailored to each role. Generate personalized candidate emails in seconds.</p>",
      "words": 24,
      "direct": false,
      "issue": "First paragraph is 24 words and does not look like a concise direct answer."
    },
    {
      "heading": "Automating tasks",
      "headingHtml": "<h3 class>Automating tasks</h3>",
      "firstParagraph": "AI does the legwork: parsing resumes, drafting emails, and crunching market data. Focus on what matters most while the system boosts your productivity behind the scenes.",
      "paragraphHtml": "<p class=\"styles_no-margin__nA7rK\">AI does the legwork: parsing resumes, drafting emails, and crunching market data. Focus on what matters most while the system boosts your productivity behind the scenes.</p>",
      "words": 26,
      "direct": false,
      "issue": "First paragraph is 26 words and does not look like a concise direct answer."
    },
    {
      "heading": "Sourcing and matching candidates",
      "headingHtml": "<h3 class>Sourcing and matching candidates</h3>",
      "firstParagraph": "AI acts as your recruiter, trained on millions of jobs across industries. Start each requisition with dozens of pre-sourced, suitable profiles from a pool of 400+ million candidates. Automatically resurface relevant talent from your existing database.",
      "paragraphHtml": "<p class=\"styles_no-margin__nA7rK\">AI acts as your recruiter, trained on millions of jobs across industries. Start each requisition with dozens of pre-sourced, suitable profiles from a pool of 400+ million candidates. Automatically resurface relevant talent from your existing database.</p>",
      "words": 36,
      "direct": false,
      "issue": "First paragraph is 36 words and does not look like a concise direct answer."
    },
    {
      "heading": "Powerful reporting tools",
      "headingHtml": "<h3 class>Powerful reporting tools</h3>",
      "firstParagraph": "Build custom reports from any metric, filter by any field, and share governed dashboards that stakeholders can trust - no BI tools or exports required. Schedule report emails or export to CSV/PDF when you need a snapshot.",
      "paragraphHtml": "<p class=\"styles_no-margin__nA7rK\">Build custom reports from any metric, filter by any field, and share governed dashboards that stakeholders can trust - no BI tools or exports required. Schedule report emails or export to CSV/PDF when you need a snapshot.</p>",
      "words": 37,
      "direct": false,
      "issue": "First paragraph is 37 words and does not look like a concise direct answer."
    },
    {
      "heading": "270+ integrations",
      "headingHtml": "<h3 class>270+ integrations</h3>",
      "firstParagraph": "Works seamlessly with your existing tools. Connect to email, calendar, Slack, video conferencing, productivity suites, analytics platforms, and HR tech from assessments to payroll.",
      "paragraphHtml": "<p class>Works seamlessly with your existing tools. Connect to email, calendar, Slack, video conferencing, productivity suites, analytics platforms, and HR tech from assessments to payroll.</p>",
      "words": 24,
      "direct": false,
      "issue": "First paragraph is 24 words and does not look like a concise direct answer."
    },
    {
      "heading": "Mobile-first HR",
      "headingHtml": "<h3 class>Mobile-first HR</h3>",
      "firstParagraph": "Empower on-the-go managers and employees with a single, easy-to-deploy app for iOS and Android. Effortlessly manage hiring, time-off requests, time-tracking, and more from anywhere in your organization.",
      "paragraphHtml": "<p class>Empower on-the-go managers and employees with a single, easy-to-deploy app for iOS and Android. Effortlessly manage hiring, time-off requests, time-tracking, and more from anywhere in your organization.</p>",
      "words": 27,
      "direct": false,
      "issue": "First paragraph is 27 words and does not look like a concise direct answer."
    },
    {
      "heading": "Enterprise-grade security & compliance",
      "headingHtml": "<h3 class>Enterprise-grade security &amp; compliance</h3>",
      "firstParagraph": "Trust Workable with your data, backed by ISO 27001, 27017, SOC 2 Type II, and SOC 3 certifications. Stay compliant with GDPR, EEO and CCPA using simple, automated policy toggles. Maintain data integrity with audit trails tracking all changes.",
      "paragraphHtml": "<p class>Trust Workable with your data, backed by ISO 27001, 27017, SOC 2 Type II, and SOC 3 certifications. Stay compliant with GDPR, EEO and CCPA using simple, automated policy toggles. Maintain data integrity with audit trails tracking all changes.</p>",
      "words": 39,
      "direct": false,
      "issue": "First paragraph is 39 words and does not look like a concise direct answer."
    },
    {
      "heading": "Outstanding support & training",
      "headingHtml": "<h3 class>Outstanding support &amp; training</h3>",
      "firstParagraph": "Access award-winning, 24/7 support and extensive learning resources, from video courses to in-product help. Schedule one-on-one training or get assistance in your time zone from our global team.",
      "paragraphHtml": "<p class>Access award-winning, 24/7 support and extensive learning resources, from video courses to in-product help. Schedule one-on-one training or get assistance in your time zone from our global team.</p>",
      "words": 29,
      "direct": false,
      "issue": "First paragraph is 29 words and does not look like a concise direct answer."
    },
    {
      "heading": "Our take on HR software",
      "headingHtml": "<h2 class>Our take on HR software</h2>",
      "firstParagraph": "At Workable, we believe HR software should work for you, not against you.",
      "paragraphHtml": "<p class=\"styles_letter__quote__HTplJ\">At Workable, we believe HR software should work for you, not against you.</p>",
      "words": 13,
      "direct": false,
      "issue": "First paragraph is 13 words and does not look like a concise direct answer."
    },
    {
      "heading": "No smoke and mirrors",
      "headingHtml": "<h3 class=\"heading-4 styles_margin-b-sm__85_xt\">No smoke and mirrors</h3>",
      "firstParagraph": "Most HR software vendors hide their pricing. We don't. It's right there on our website. Our trial isn't a neutered demo – it's our full product. We figure if we're not willing to be upfront before you buy, why would you trust us after?",
      "paragraphHtml": "<p class>Most HR software vendors hide their pricing. <mark class=\"styles_mark__TYavd\">We don&apos;t. It&apos;s right there on our website.</mark> Our trial isn&apos;t a neutered demo &#x2013; it&apos;s our full product. We figure if we&apos;re not willing to be upfront before you buy, why would you trust us after?</p>",
      "words": 43,
      "direct": false,
      "issue": "First paragraph is 43 words and does not look like a concise direct answer."
    },
    {
      "heading": "AI isn't the future, it's now",
      "headingHtml": "<h3 class=\"heading-4 styles_margin-b-sm__85_xt\">AI isn&apos;t the future, it&apos;s now</h3>",
      "firstParagraph": "We're not just slapping an AI chatbot onto old software and calling it a day. We're baking AI into every part of Workable. It's there when you need it, doing the heavy lifting in the background. As AI evolves, so will Workable. We're committed to keeping you at the forefront of what's possible.",
      "paragraphHtml": "<p class>We&apos;re not just slapping an AI chatbot onto old software and calling it a day. We&apos;re baking AI into every part of Workable. It&apos;s there when you need it, doing the heavy lifting in the background. <mark class=\"styles_mark__TYavd\">As AI evolves, so will Workable.</mark> We&apos;re committed to keeping you at the forefront of what&apos;s possible.</p>",
      "words": 53,
      "direct": false,
      "issue": "First paragraph is 53 words and does not look like a concise direct answer."
    },
    {
      "heading": "Trusted by thousands of businesses like yours",
      "headingHtml": "<h2 class=\"styles_white__eEi9g\">Trusted by thousands<br class=\"styles_visible-desktop___yiCM\"> of businesses like yours</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "30,000+",
      "headingHtml": "<h2 class=\"styles_green200__u47Fc\">30,000+</h2>",
      "firstParagraph": "companies",
      "paragraphHtml": "<p class=\"styles_no-margin__nA7rK styles_font-weight-bold__9NWZv styles_margin-b-0-lg__laBiO styles_white__eEi9g\">companies</p>",
      "words": 1,
      "direct": false,
      "issue": "First paragraph is 1 words and does not look like a concise direct answer."
    },
    {
      "heading": "400M",
      "headingHtml": "<h2 class=\"styles_green200__u47Fc\">400M</h2>",
      "firstParagraph": "people",
      "paragraphHtml": "<p class=\"styles_no-margin__nA7rK styles_font-weight-bold__9NWZv styles_margin-b-0-lg__laBiO styles_white__eEi9g\">people</p>",
      "words": 1,
      "direct": false,
      "issue": "First paragraph is 1 words and does not look like a concise direct answer."
    },
    {
      "heading": "2.1M",
      "headingHtml": "<h2 class=\"styles_green200__u47Fc\">2.1M</h2>",
      "firstParagraph": "hires",
      "paragraphHtml": "<p class=\"styles_no-margin__nA7rK styles_font-weight-bold__9NWZv styles_margin-b-0-lg__laBiO styles_white__eEi9g\">hires</p>",
      "words": 1,
      "direct": false,
      "issue": "First paragraph is 1 words and does not look like a concise direct answer."
    },
    {
      "heading": "100+",
      "headingHtml": "<h2 class=\"styles_green200__u47Fc\">100+</h2>",
      "firstParagraph": "countries",
      "paragraphHtml": "<p class=\"styles_no-margin__nA7rK styles_font-weight-bold__9NWZv styles_margin-b-0-lg__laBiO styles_white__eEi9g\">countries</p>",
      "words": 1,
      "direct": false,
      "issue": "First paragraph is 1 words and does not look like a concise direct answer."
    },
    {
      "heading": "98%",
      "headingHtml": "<h2 class=\"styles_green200__u47Fc\">98%</h2>",
      "firstParagraph": "satisfaction",
      "paragraphHtml": "<p class=\"styles_no-margin__nA7rK styles_font-weight-bold__9NWZv styles_margin-b-0-lg__laBiO styles_white__eEi9g\">satisfaction</p>",
      "words": 1,
      "direct": false,
      "issue": "First paragraph is 1 words and does not look like a concise direct answer."
    },
    {
      "heading": "Try out Workable",
      "headingHtml": "<h2 class=\"styles_margin-b-xl__yCMlm\">Try out Workable</h2>",
      "firstParagraph": "Explore our full platform with a 15-day free trial. No credit card required. Post jobs, hire faster, and manage your people effortlessly with our all-in-one platform.",
      "paragraphHtml": "<p class>Explore our full platform with a 15-day free trial. <br> No credit card required. Post jobs, hire faster, and manage your people effortlessly with our all-in-one platform.</p>",
      "words": 26,
      "direct": false,
      "issue": "First paragraph is 26 words and does not look like a concise direct answer."
    }
  ],
  "score": 65,
  "weight": 8
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

AEO: Entity and definition clarity

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

1 Warning

Needs attention

AEO: Entity and definition clarity

Warning
01

Issue

Entity or definition gaps: all, one, software, future, ready, platform.

Details

02

Why it matters

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

Check name

AEO: Entity and definition clarity

Score

79/100

Status

warning

Category

GEO, AIO & AEO

Maturity

Emerging recommendation

Goal

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

Result

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

Evidence
{
  "title": "Workable | All-in-one HR software",
  "h1": "The future-ready HR platform",
  "description": "Workable is your system of record for everything HR. Find, hire, and manage top talent effortlessly. Trusted by 30,000+ companies across 100+ countries. Start your free trial today.",
  "topicOverlap": 0.14285714285714285,
  "definitionCount": 3,
  "topicTerms": [
    "workable",
    "all",
    "one",
    "software",
    "future",
    "ready",
    "platform"
  ],
  "descriptionTerms": [
    "workable",
    "system",
    "record",
    "everything",
    "find",
    "hire",
    "manage",
    "top",
    "talent",
    "effortlessly",
    "trusted",
    "000",
    "companies",
    "across",
    "100",
    "countries",
    "start",
    "free",
    "trial",
    "today"
  ],
  "missingFromDescription": [
    "all",
    "one",
    "software",
    "future",
    "ready",
    "platform"
  ],
  "score": 79,
  "weight": 18
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

AIO: Page experience for AIO

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

1 Warning

Needs attention

AIO: Page experience for AIO

Warning
01

Issue

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

Details

02

Why it matters

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

Check name

AIO: Page experience for AIO

Score

80/100

Status

warning

Category

GEO, AIO & AEO

Maturity

Emerging recommendation

Goal

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

Result

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

Evidence
{
  "viewportContent": "initial-scale=1.0, width=device-width",
  "visibleWords": 1459,
  "htmlBytes": 213660,
  "imagesMissingDimensions": [
    {
      "src": "/static/images/home/applicant-tracking/evaluation-tools_2x.jpg?v=9eee1c166603bbac3585af2726307c8e",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"/static/images/home/applicant-tracking/evaluation-tools_2x.jpg?v=9eee1c166603bbac3585af2726307c8e\" srcset=\"/static/images/home/applicant-tracking/evaluation-tools.jpg?v=9eee1c166603bbac3585af2726307c8e 1x, /static/images/home/applicant-tracking/evaluation-tools_2x.jpg?v=9eee1c166603bbac3585af2726307c8e 2x\" alt=\"Workable graphic\" fetchpriority=\"auto\" loading=\"lazy\">"
    },
    {
      "src": "/static/images/home/applicant-tracking/crm-database-mob_2x.jpg?v=9eee1c166603bbac3585af2726307c8e",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"/static/images/home/applicant-tracking/crm-database-mob_2x.jpg?v=9eee1c166603bbac3585af2726307c8e\" srcset=\"/static/images/home/applicant-tracking/crm-database-mob.jpg?v=9eee1c166603bbac3585af2726307c8e 1x, /static/images/home/applicant-tracking/crm-database-mob_2x.jpg?v=9eee1c166603bbac3585af2726307c8e 2x\" alt=\"Talent crm database Image\" fetchpriority=\"auto\" loading=\"lazy\">"
    },
    {
      "src": "/static/images/home/applicant-tracking/screening-assistant_2x.jpg?v=9eee1c166603bbac3585af2726307c8e",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"/static/images/home/applicant-tracking/screening-assistant_2x.jpg?v=9eee1c166603bbac3585af2726307c8e\" srcset=\"/static/images/home/applicant-tracking/screening-assistant.jpg?v=9eee1c166603bbac3585af2726307c8e 1x, /static/images/home/applicant-tracking/screening-assistant_2x.jpg?v=9eee1c166603bbac3585af2726307c8e 2x\" alt=\"Screening assistant Image\" fetchpriority=\"auto\" loading=\"lazy\">"
    },
    {
      "src": "/static/images/home/applicant-tracking/auto-schedule_2x.jpg?v=9eee1c166603bbac3585af2726307c8e",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"/static/images/home/applicant-tracking/auto-schedule_2x.jpg?v=9eee1c166603bbac3585af2726307c8e\" srcset=\"/static/images/home/applicant-tracking/auto-schedule.jpg?v=9eee1c166603bbac3585af2726307c8e 1x, /static/images/home/applicant-tracking/auto-schedule_2x.jpg?v=9eee1c166603bbac3585af2726307c8e 2x\" alt=\"Auto schedule Image\" fetchpriority=\"auto\" loading=\"lazy\">"
    },
    {
      "src": "/static/images/home/applicant-tracking/candidate-experience_2x.jpg?v=9eee1c166603bbac3585af2726307c8e",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"/static/images/home/applicant-tracking/candidate-experience_2x.jpg?v=9eee1c166603bbac3585af2726307c8e\" srcset=\"/static/images/home/applicant-tracking/candidate-experience.jpg?v=9eee1c166603bbac3585af2726307c8e 1x, /static/images/home/applicant-tracking/candidate-experience_2x.jpg?v=9eee1c166603bbac3585af2726307c8e 2x\" alt=\"Candidate experience Image\" fetchpriority=\"auto\" loading=\"lazy\">"
    },
    {
      "src": "/static/images/home/applicant-tracking/flexible-workflows_2x.jpg?v=9eee1c166603bbac3585af2726307c8e",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"/static/images/home/applicant-tracking/flexible-workflows_2x.jpg?v=9eee1c166603bbac3585af2726307c8e\" srcset=\"/static/images/home/applicant-tracking/flexible-workflows.jpg?v=9eee1c166603bbac3585af2726307c8e 1x, /static/images/home/applicant-tracking/flexible-workflows_2x.jpg?v=9eee1c166603bbac3585af2726307c8e 2x\" alt=\"Flexible workflows Image\" fetchpriority=\"auto\" loading=\"lazy\">"
    },
    {
      "src": "/static/images/home/applicant-tracking/offer-management_2x.jpg?v=9eee1c166603bbac3585af2726307c8e",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"/static/images/home/applicant-tracking/offer-management_2x.jpg?v=9eee1c166603bbac3585af2726307c8e\" srcset=\"/static/images/home/applicant-tracking/offer-management.jpg?v=9eee1c166603bbac3585af2726307c8e 1x, /static/images/home/applicant-tracking/offer-management_2x.jpg?v=9eee1c166603bbac3585af2726307c8e 2x\" alt=\"Offer management Image\" fetchpriority=\"auto\" loading=\"lazy\">"
    },
    {
      "src": "/static/images/home/employee-management/hire-onboarding-mob_2x.jpg?v=9eee1c166603bbac3585af2726307c8e",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"/static/images/home/employee-management/hire-onboarding-mob_2x.jpg?v=9eee1c166603bbac3585af2726307c8e\" srcset=\"/static/images/home/employee-management/hire-onboarding-mob.jpg?v=9eee1c166603bbac3585af2726307c8e 1x, /static/images/home/employee-management/hire-onboarding-mob_2x.jpg?v=9eee1c166603bbac3585af2726307c8e 2x\" alt=\"Hire onboarding Image\" fetchpriority=\"auto\" loading=\"lazy\">"
    },
    {
      "src": "/static/images/home/employee-management/performance-management_2x.jpg?v=9eee1c166603bbac3585af2726307c8e",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"/static/images/home/employee-management/performance-management_2x.jpg?v=9eee1c166603bbac3585af2726307c8e\" srcset=\"/static/images/home/employee-management/performance-management.jpg?v=9eee1c166603bbac3585af2726307c8e 1x, /static/images/home/employee-management/performance-management_2x.jpg?v=9eee1c166603bbac3585af2726307c8e 2x\" alt=\"Performance management Image\" fetchpriority=\"auto\" loading=\"lazy\">"
    },
    {
      "src": "/static/images/home/employee-management/hr-data_2x.jpg?v=9eee1c166603bbac3585af2726307c8e",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"/static/images/home/employee-management/hr-data_2x.jpg?v=9eee1c166603bbac3585af2726307c8e\" srcset=\"/static/images/home/employee-management/hr-data.jpg?v=9eee1c166603bbac3585af2726307c8e 1x, /static/images/home/employee-management/hr-data_2x.jpg?v=9eee1c166603bbac3585af2726307c8e 2x\" alt=\"Hr data Image\" fetchpriority=\"auto\" loading=\"lazy\">"
    },
    {
      "src": "/static/images/home/time-and-attendance/time-off-mob_2x.jpg?v=9eee1c166603bbac3585af2726307c8e",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"/static/images/home/time-and-attendance/time-off-mob_2x.jpg?v=9eee1c166603bbac3585af2726307c8e\" srcset=\"/static/images/home/time-and-attendance/time-off-mob.jpg?v=9eee1c166603bbac3585af2726307c8e 1x, /static/images/home/time-and-attendance/time-off-mob_2x.jpg?v=9eee1c166603bbac3585af2726307c8e 2x\" alt=\"Time off Image\" fetchpriority=\"auto\" loading=\"lazy\">"
    },
    {
      "src": "/static/images/home/time-and-attendance/attendance_2x.jpg?v=9eee1c166603bbac3585af2726307c8e",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"/static/images/home/time-and-attendance/attendance_2x.jpg?v=9eee1c166603bbac3585af2726307c8e\" srcset=\"/static/images/home/time-and-attendance/attendance.jpg?v=9eee1c166603bbac3585af2726307c8e 1x, /static/images/home/time-and-attendance/attendance_2x.jpg?v=9eee1c166603bbac3585af2726307c8e 2x\" alt=\"Attendance Image\" fetchpriority=\"auto\" loading=\"lazy\">"
    },
    {
      "src": "/static/images/home/time-and-attendance/Example_2x.jpg?v=9eee1c166603bbac3585af2726307c8e",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"/static/images/home/time-and-attendance/Example_2x.jpg?v=9eee1c166603bbac3585af2726307c8e\" srcset=\"/static/images/home/time-and-attendance/Example.jpg?v=9eee1c166603bbac3585af2726307c8e 1x, /static/images/home/time-and-attendance/Example_2x.jpg?v=9eee1c166603bbac3585af2726307c8e 2x\" alt=\"Integrations Image\" fetchpriority=\"auto\" loading=\"lazy\">"
    },
    {
      "src": "/static/images/home/ai-section/email-response-rates_2x.jpg?v=9eee1c166603bbac3585af2726307c8e",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"/static/images/home/ai-section/email-response-rates_2x.jpg?v=9eee1c166603bbac3585af2726307c8e\" srcset=\"/static/images/home/ai-section/email-response-rates.jpg?v=9eee1c166603bbac3585af2726307c8e 1x, /static/images/home/ai-section/email-response-rates_2x.jpg?v=9eee1c166603bbac3585af2726307c8e 2x\" alt=\"Email response rate Image\" fetchpriority=\"auto\" loading=\"lazy\">"
    },
    {
      "src": "/static/images/home/ai-section/salary-estimator_2x.jpg?v=9eee1c166603bbac3585af2726307c8e",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"/static/images/home/ai-section/salary-estimator_2x.jpg?v=9eee1c166603bbac3585af2726307c8e\" srcset=\"/static/images/home/ai-section/salary-estimator.jpg?v=9eee1c166603bbac3585af2726307c8e 1x, /static/images/home/ai-section/salary-estimator_2x.jpg?v=9eee1c166603bbac3585af2726307c8e 2x\" alt=\"Salary estimator Image\" fetchpriority=\"auto\" loading=\"lazy\">"
    },
    {
      "src": "/static/images/home/ai-section/ai-screening-mob_2x.jpg?v=9eee1c166603bbac3585af2726307c8e",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"/static/images/home/ai-section/ai-screening-mob_2x.jpg?v=9eee1c166603bbac3585af2726307c8e\" srcset=\"/static/images/home/ai-section/ai-screening-mob.jpg?v=9eee1c166603bbac3585af2726307c8e 1x, /static/images/home/ai-section/ai-screening-mob_2x.jpg?v=9eee1c166603bbac3585af2726307c8e 2x\" alt=\"Ai screening Image\" fetchpriority=\"auto\" loading=\"lazy\">"
    },
    {
      "src": "/static/images/home/support/reporting-tools_2x.jpg?v=9eee1c166603bbac3585af2726307c8e",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"/static/images/home/support/reporting-tools_2x.jpg?v=9eee1c166603bbac3585af2726307c8e\" srcset=\"/static/images/home/support/reporting-tools.jpg?v=9eee1c166603bbac3585af2726307c8e 1x, /static/images/home/support/reporting-tools_2x.jpg?v=9eee1c166603bbac3585af2726307c8e 2x\" alt=\"Reporting tools Image\" fetchpriority=\"auto\" loading=\"lazy\">"
    },
    {
      "src": "/static/images/home/support/Integrations_2x.jpg?v=9eee1c166603bbac3585af2726307c8e",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"/static/images/home/support/Integrations_2x.jpg?v=9eee1c166603bbac3585af2726307c8e\" srcset=\"/static/images/home/support/Integrations.jpg?v=9eee1c166603bbac3585af2726307c8e 1x, /static/images/home/support/Integrations_2x.jpg?v=9eee1c166603bbac3585af2726307c8e 2x\" alt=\"270+ integrations image\" fetchpriority=\"auto\" loading=\"lazy\">"
    },
    {
      "src": "/static/images/home/support/mobile-first_2x.jpg?v=9eee1c166603bbac3585af2726307c8e",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"/static/images/home/support/mobile-first_2x.jpg?v=9eee1c166603bbac3585af2726307c8e\" srcset=\"/static/images/home/support/mobile-first.jpg?v=9eee1c166603bbac3585af2726307c8e 1x, /static/images/home/support/mobile-first_2x.jpg?v=9eee1c166603bbac3585af2726307c8e 2x\" alt=\"Mobile first Image\" fetchpriority=\"auto\" loading=\"lazy\">"
    },
    {
      "src": "/static/images/home/support/best-rated_2x.jpg?v=9eee1c166603bbac3585af2726307c8e",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"/static/images/home/support/best-rated_2x.jpg?v=9eee1c166603bbac3585af2726307c8e\" srcset=\"/static/images/home/support/best-rated.jpg?v=9eee1c166603bbac3585af2726307c8e 1x, /static/images/home/support/best-rated_2x.jpg?v=9eee1c166603bbac3585af2726307c8e 2x\" alt=\"Best rated Image\" fetchpriority=\"auto\" loading=\"lazy\">"
    },
    {
      "src": "/static/images/home/support/average-reply_2x.jpg?v=9eee1c166603bbac3585af2726307c8e",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"/static/images/home/support/average-reply_2x.jpg?v=9eee1c166603bbac3585af2726307c8e\" srcset=\"/static/images/home/support/average-reply.jpg?v=9eee1c166603bbac3585af2726307c8e 1x, /static/images/home/support/average-reply_2x.jpg?v=9eee1c166603bbac3585af2726307c8e 2x\" alt=\"Average reply Image\" fetchpriority=\"auto\" loading=\"lazy\">"
    },
    {
      "src": "/static/images/home/support/security_2x.jpg?v=9eee1c166603bbac3585af2726307c8e",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"/static/images/home/support/security_2x.jpg?v=9eee1c166603bbac3585af2726307c8e\" srcset=\"/static/images/home/support/security.jpg?v=9eee1c166603bbac3585af2726307c8e 1x, /static/images/home/support/security_2x.jpg?v=9eee1c166603bbac3585af2726307c8e 2x\" alt=\"Enterprise-grade security &amp; compliance image\" fetchpriority=\"auto\" loading=\"lazy\">"
    },
    {
      "src": "/static/images/home/letter/our-take-mob_2x.jpg?v=9eee1c166603bbac3585af2726307c8e",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"/static/images/home/letter/our-take-mob_2x.jpg?v=9eee1c166603bbac3585af2726307c8e\" srcset=\"/static/images/home/letter/our-take-mob.jpg?v=9eee1c166603bbac3585af2726307c8e 1x, /static/images/home/letter/our-take-mob_2x.jpg?v=9eee1c166603bbac3585af2726307c8e 2x\" alt=\"Our Take on HR Software Image\" class=\"styles_letter__image-mobile__af1es\" fetchpriority=\"auto\" loading=\"lazy\">"
    },
    {
      "src": "/static/images/home/letter/our-take_2x.jpg?v=9eee1c166603bbac3585af2726307c8e",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"/static/images/home/letter/our-take_2x.jpg?v=9eee1c166603bbac3585af2726307c8e\" srcset=\"/static/images/home/letter/our-take.jpg?v=9eee1c166603bbac3585af2726307c8e 1x, /static/images/home/letter/our-take_2x.jpg?v=9eee1c166603bbac3585af2726307c8e 2x\" alt=\"Our Take on HR Software Image\" fetchpriority=\"auto\" loading=\"lazy\">"
    },
    {
      "src": "/static/images/home/logos-mob_2x.png?v=9eee1c166603bbac3585af2726307c8e",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"/static/images/home/logos-mob_2x.png?v=9eee1c166603bbac3585af2726307c8e\" srcset=\"/static/images/home/logos-mob.png?v=9eee1c166603bbac3585af2726307c8e 1x, /static/images/home/logos-mob_2x.png?v=9eee1c166603bbac3585af2726307c8e 2x\" alt=\"Companies logos graphic\" fetchpriority=\"auto\" loading=\"lazy\">"
    },
    {
      "src": "/static/images/prefooter/prefooter-bg.jpg?v=9eee1c166603bbac3585af2726307c8e",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img class=\"styles_prefooter__img__GtBmz\" loading=\"lazy\" src=\"/static/images/prefooter/prefooter-bg.jpg?v=9eee1c166603bbac3585af2726307c8e\" alt=\"Background image with vertical linear gradient having shades of light green, white and red\">"
    },
    {
      "src": "/static/images/ai-logos/chatGPT.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"/static/images/ai-logos/chatGPT.svg\" alt=\"A Workable summary by chatGPT\" fetchpriority=\"auto\" loading=\"lazy\">"
    },
    {
      "src": "/static/images/ai-logos/claude.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"/static/images/ai-logos/claude.svg\" alt=\"A Workable summary by Claude\" fetchpriority=\"auto\" loading=\"lazy\">"
    },
    {
      "src": "/static/images/ai-logos/gemini.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"/static/images/ai-logos/gemini.svg\" alt=\"A Workable summary by Gemini\" fetchpriority=\"auto\" loading=\"lazy\">"
    },
    {
      "src": "/static/images/ai-logos/grok.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"/static/images/ai-logos/grok.svg\" alt=\"A Workable summary by Grok\" fetchpriority=\"auto\" loading=\"lazy\">"
    },
    {
      "src": "/static/images/ai-logos/perplexity.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"/static/images/ai-logos/perplexity.svg\" alt=\"A Workable summary by Perplexity\" fetchpriority=\"auto\" loading=\"lazy\">"
    }
  ],
  "possibleDialogs": [],
  "score": 80,
  "weight": 10
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

AEO: Answer intent coverage

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

1 Warning

Needs attention

AEO: Answer intent coverage

Warning
01

Issue

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

Details

02

Why it matters

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

Check name

AEO: Answer intent coverage

Score

70/100

Status

warning

Category

GEO, AIO & AEO

Maturity

Emerging recommendation

Goal

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

Result

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

Evidence
{
  "headings": [
    {
      "text": "A complete talent sourcing solution",
      "html": "<h2 class=\"styles_white__eEi9g\">A complete talent <br class=\"styles_visible-desktop___yiCM\">sourcing solution</h2>"
    },
    {
      "text": "A comprehensive recruiting platform",
      "html": "<h2 class>A comprehensive <br class=\"styles_visible-desktop___yiCM\"> recruiting platform</h2>"
    },
    {
      "text": "A flexible employee management system",
      "html": "<h2 class=\"styles_white__eEi9g\">A flexible employee <br> management system</h2>"
    },
    {
      "text": "An easy way to track time and make payroll",
      "html": "<h2 class>An easy way to track time <br class=\"styles_visible-desktop___yiCM\"> and make payroll</h2>"
    },
    {
      "text": "AI that works for you",
      "html": "<h2 class=\"styles_white__eEi9g\">AI that works for you</h2>"
    },
    {
      "text": "Built for demanding businesses",
      "html": "<h2 class>Built for demanding <br class=\"styles_visible-desktop___yiCM\"> businesses</h2>"
    },
    {
      "text": "Our take on HR software",
      "html": "<h2 class>Our take on HR software</h2>"
    },
    {
      "text": "Trusted by thousands of businesses like yours",
      "html": "<h2 class=\"styles_white__eEi9g\">Trusted by thousands<br class=\"styles_visible-desktop___yiCM\"> of businesses like yours</h2>"
    },
    {
      "text": "30,000+",
      "html": "<h2 class=\"styles_green200__u47Fc\">30,000+</h2>"
    },
    {
      "text": "400M",
      "html": "<h2 class=\"styles_green200__u47Fc\">400M</h2>"
    },
    {
      "text": "2.1M",
      "html": "<h2 class=\"styles_green200__u47Fc\">2.1M</h2>"
    },
    {
      "text": "100+",
      "html": "<h2 class=\"styles_green200__u47Fc\">100+</h2>"
    },
    {
      "text": "98%",
      "html": "<h2 class=\"styles_green200__u47Fc\">98%</h2>"
    },
    {
      "text": "Try out Workable",
      "html": "<h2 class=\"styles_margin-b-xl__yCMlm\">Try out Workable</h2>"
    }
  ],
  "expected": [
    {
      "id": "what",
      "label": "What is Workable?",
      "pattern": {}
    },
    {
      "id": "how",
      "label": "How does Workable work?",
      "pattern": {}
    },
    {
      "id": "benefits",
      "label": "Why use Workable?",
      "pattern": {}
    },
    {
      "id": "cost",
      "label": "Is Workable free or paid?",
      "pattern": {}
    },
    {
      "id": "compare",
      "label": "How does Workable compare with alternatives?",
      "pattern": {}
    }
  ],
  "missing": [
    {
      "id": "what",
      "label": "What is Workable?",
      "pattern": {}
    },
    {
      "id": "benefits",
      "label": "Why use Workable?",
      "pattern": {}
    },
    {
      "id": "cost",
      "label": "Is Workable free or paid?",
      "pattern": {}
    },
    {
      "id": "compare",
      "label": "How does Workable compare with alternatives?",
      "pattern": {}
    }
  ],
  "score": 70,
  "weight": 8
}

Agent Ease of UseAPIEmerging recommendation

AI context endpoint

AI context endpoint is informational for this page.

Informational

Needs attention

AI context endpoint

Informational
01

Issue

AI context endpoint is informational for this page.

02

Why it matters

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

Check name

AI context endpoint

Score

100/100

Status

informational

Category

API

Maturity

Emerging recommendation

Goal

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

Result

AI context endpoint is informational for this page.

Validation steps

  1. Fetch to find resource

    AI context endpoint was not found at the expected path.

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

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

AIO: Query intent coverage

AIO: Query intent coverage is informational for this page.

Informational

Needs attention

AIO: Query intent coverage

Informational
01

Issue

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

Details

02

Why it matters

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

Check name

AIO: Query intent coverage

Score

70/100

Status

informational

Category

GEO, AIO & AEO

Maturity

Emerging recommendation

Goal

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

Result

AIO: Query intent coverage is informational for this page.

Evidence
{
  "headings": [
    {
      "text": "A complete talent sourcing solution",
      "html": "<h2 class=\"styles_white__eEi9g\">A complete talent <br class=\"styles_visible-desktop___yiCM\">sourcing solution</h2>"
    },
    {
      "text": "A comprehensive recruiting platform",
      "html": "<h2 class>A comprehensive <br class=\"styles_visible-desktop___yiCM\"> recruiting platform</h2>"
    },
    {
      "text": "A flexible employee management system",
      "html": "<h2 class=\"styles_white__eEi9g\">A flexible employee <br> management system</h2>"
    },
    {
      "text": "An easy way to track time and make payroll",
      "html": "<h2 class>An easy way to track time <br class=\"styles_visible-desktop___yiCM\"> and make payroll</h2>"
    },
    {
      "text": "AI that works for you",
      "html": "<h2 class=\"styles_white__eEi9g\">AI that works for you</h2>"
    },
    {
      "text": "Built for demanding businesses",
      "html": "<h2 class>Built for demanding <br class=\"styles_visible-desktop___yiCM\"> businesses</h2>"
    },
    {
      "text": "Our take on HR software",
      "html": "<h2 class>Our take on HR software</h2>"
    },
    {
      "text": "Trusted by thousands of businesses like yours",
      "html": "<h2 class=\"styles_white__eEi9g\">Trusted by thousands<br class=\"styles_visible-desktop___yiCM\"> of businesses like yours</h2>"
    },
    {
      "text": "30,000+",
      "html": "<h2 class=\"styles_green200__u47Fc\">30,000+</h2>"
    },
    {
      "text": "400M",
      "html": "<h2 class=\"styles_green200__u47Fc\">400M</h2>"
    },
    {
      "text": "2.1M",
      "html": "<h2 class=\"styles_green200__u47Fc\">2.1M</h2>"
    },
    {
      "text": "100+",
      "html": "<h2 class=\"styles_green200__u47Fc\">100+</h2>"
    },
    {
      "text": "98%",
      "html": "<h2 class=\"styles_green200__u47Fc\">98%</h2>"
    },
    {
      "text": "Try out Workable",
      "html": "<h2 class=\"styles_margin-b-xl__yCMlm\">Try out Workable</h2>"
    }
  ],
  "expected": [
    {
      "id": "what",
      "label": "What is Workable?",
      "pattern": {}
    },
    {
      "id": "how",
      "label": "How does Workable work?",
      "pattern": {}
    },
    {
      "id": "benefits",
      "label": "Why use Workable?",
      "pattern": {}
    },
    {
      "id": "cost",
      "label": "Is Workable free or paid?",
      "pattern": {}
    },
    {
      "id": "compare",
      "label": "How does Workable compare with alternatives?",
      "pattern": {}
    }
  ],
  "missing": [
    {
      "id": "what",
      "label": "What is Workable?",
      "pattern": {}
    },
    {
      "id": "benefits",
      "label": "Why use Workable?",
      "pattern": {}
    },
    {
      "id": "cost",
      "label": "Is Workable free or paid?",
      "pattern": {}
    },
    {
      "id": "compare",
      "label": "How does Workable 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 too short (36/80 chars minimum); missing registration instructions; missing /.well-known/oauth-protected-resource link; missing /.well-known/oauth-authorization-server link; missing supported identity type language; missing credential type language.

02

Why it matters

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

Check name

Auth.md Agent Registration

Score

0/100

Status

informational

Category

Auth

Maturity

Emerging recommendation

Goal

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

Result

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

Validation steps

  1. Fetch and validate /auth.md

    auth.md response did not match the expected agent registration shape. content too short (36/80 chars minimum); missing registration instructions; missing /.well-known/oauth-protected-resource link; missing /.well-known/oauth-authorization-server link; missing supported identity type language; missing credential type language.

  2. Publish protected resource metadata

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

  3. Validate agent_auth authorization metadata

    OAuth authorization server metadata could not be fetched.

Evidence
{
  "failedStep": "auth-md",
  "steps": [
    {
      "id": "auth-md",
      "title": "Fetch and validate /auth.md",
      "status": "fail",
      "evidence": {
        "path": "/auth.md",
        "ok": false,
        "statusCode": 404,
        "contentType": "text/plain; charset=utf-8",
        "length": 36,
        "validation": {
          "valid": false,
          "issue": "auth.md response did not match the expected agent registration shape. content too short (36/80 chars minimum); missing registration instructions; missing /.well-known/oauth-protected-resource link; missing /.well-known/oauth-authorization-server link; missing supported identity type language; missing credential type language.",
          "compatibleContentType": true,
          "contentLength": 36,
          "hasRegisterInstructions": false,
          "hasProtectedResourceLink": false,
          "hasAuthorizationServerLink": false,
          "mentionsIdentity": false,
          "mentionsCredential": false,
          "links": [],
          "rawExcerpt": "The requested resource is not found!"
        }
      },
      "issue": "auth.md response did not match the expected agent registration shape. content too short (36/80 chars minimum); missing registration instructions; missing /.well-known/oauth-protected-resource link; missing /.well-known/oauth-authorization-server link; missing supported identity type language; missing credential type language.",
      "howToFix": "Serve /auth.md at the site root as Markdown with agent registration instructions and links to OAuth metadata."
    },
    {
      "id": "oauth-protected-resource",
      "title": "Publish protected resource metadata",
      "status": "fail",
      "evidence": {
        "path": "/.well-known/oauth-protected-resource",
        "ok": false,
        "statusCode": 404,
        "contentType": "application/json; charset=utf-8",
        "length": 71,
        "text": "{\"result\":\"NOT_FOUND\",\"message\":\"The requested resource is not found!\"}"
      },
      "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": "application/json; charset=utf-8",
          "length": 71,
          "text": "{\"result\":\"NOT_FOUND\",\"message\":\"The requested resource is not found!\"}"
        }
      },
      "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": "application/json; charset=utf-8",
            "length": 71
          },
          {
            "path": "/.well-known/oauth-authorization-server",
            "statusCode": 404,
            "contentType": "application/json; charset=utf-8",
            "length": 71
          }
        ]
      },
      "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

    OAuth Protected Resource metadata did not match RFC 9728 shape. resource issues: [{"field":"resource","issue":"Missing URL."}]; authorization server issues: [{"field":"authorization_servers","issue":"Expected an array."}].

  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": "application/json; 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,
        "issue": "OAuth Protected Resource metadata did not match RFC 9728 shape. resource issues: [{\"field\":\"resource\",\"issue\":\"Missing URL.\"}]; authorization server issues: [{\"field\":\"authorization_servers\",\"issue\":\"Expected an array.\"}].",
        "compatibleContentType": true,
        "hasResource": false,
        "authorizationServerCount": 0,
        "resourceIssues": [
          {
            "field": "resource",
            "issue": "Missing URL."
          }
        ],
        "authServerIssues": [
          {
            "field": "authorization_servers",
            "issue": "Expected an array."
          }
        ],
        "scopesSupported": [],
        "bearerMethodsSupported": [],
        "rawExcerpt": "{\"result\":\"NOT_FOUND\",\"message\":\"The requested resource is not found!\"}"
      },
      "issue": "OAuth Protected Resource metadata did not match RFC 9728 shape. resource issues: [{\"field\":\"resource\",\"issue\":\"Missing URL.\"}]; authorization server issues: [{\"field\":\"authorization_servers\",\"issue\":\"Expected an array.\"}].",
      "howToFix": "Publish resource and authorization_servers as absolute URLs."
    },
    {
      "id": "resource-identity",
      "title": "Validate protected resource identity",
      "status": "fail",
      "evidence": {
        "expectedResource": "https://www.workable.com"
      },
      "issue": "Protected resource metadata `resource` did not match the resource identifier used to retrieve it.",
      "howToFix": "Set `resource` to the origin/resource identifier represented by /.well-known/oauth-protected-resource."
    },
    {
      "id": "protected-route-challenge",
      "title": "Probe protected API Bearer challenge",
      "status": "informational",
      "evidence": {
        "checked": [
          {
            "path": "/api/admin/scans",
            "statusCode": 404,
            "wwwAuthenticate": {
              "valid": false,
              "present": false
            },
            "expectedMetadataUrl": "https://www.workable.com/.well-known/oauth-protected-resource",
            "metadataUrlMatches": true,
            "resourceMatchesRequestContext": true
          },
          {
            "path": "/api/admin/summary",
            "statusCode": 404,
            "wwwAuthenticate": {
              "valid": false,
              "present": false
            },
            "expectedMetadataUrl": "https://www.workable.com/.well-known/oauth-protected-resource",
            "metadataUrlMatches": true,
            "resourceMatchesRequestContext": true
          },
          {
            "path": "/api/scans",
            "statusCode": 404,
            "wwwAuthenticate": {
              "valid": false,
              "present": false
            },
            "expectedMetadataUrl": "https://www.workable.com/.well-known/oauth-protected-resource",
            "metadataUrlMatches": true,
            "resourceMatchesRequestContext": true
          }
        ]
      },
      "issue": "No protected route with a 401 Bearer challenge was detected; metadata alone does not prove a protected resource.",
      "howToFix": "When this site exposes bearer-protected APIs, return 401 with WWW-Authenticate: Bearer and link resource_metadata."
    }
  ],
  "authApplicability": {
    "supportsAuth": true,
    "score": 6,
    "signals": [
      {
        "source": "link:href",
        "weight": 3,
        "match": "auth link"
      },
      {
        "source": "visible-text",
        "weight": 3,
        "match": "log in"
      }
    ]
  },
  "resourceFetchSucceeded": false
}

Performance and AccessibilityBest PracticesBrowser audit

Uses deprecated APIs

100 Fail

Check name

Uses deprecated APIs

Score

0/100

Status

fail

Device

desktop

Category

Best Practices

Estimated savings

1 warning found

Fix guidance

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

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

Performance and AccessibilityPerformanceBrowser audit

Document does not have a main landmark.

17 Fail

Check name

Document does not have a main landmark.

Score

0/100

Status

fail

Device

desktop

Category

Performance

Fix guidance

One main landmark helps screen reader users navigate a web page. [Learn more about landmarks](https://dequeuniversity.com/rules/axe/4.11/landmark-one-main).

Evidence
{
  "description": "One main landmark helps screen reader users navigate a web page. [Learn more about landmarks](https://dequeuniversity.com/rules/axe/4.11/landmark-one-main)."
}

Performance and AccessibilityPerformanceBrowser audit

Font display

17 Fail

Check name

Font display

Score

0/100

Status

fail

Device

desktop

Category

Performance

Estimated savings

Est savings of 150 ms

Fix guidance

Consider setting [font-display](https://developer.chrome.com/docs/performance/insights/font-display) to swap or optional to ensure text is consistently visible. swap can be further optimized to mitigate layout shifts with [font metric overrides](https://developer.chrome.com/blog/font-fallbacks).

Evidence
{
  "displayValue": "Est savings of 150 ms",
  "description": "Consider setting [font-display](https://developer.chrome.com/docs/performance/insights/font-display) to swap or optional to ensure text is consistently visible. swap can be further optimized to mitigate layout shifts with [font metric overrides](https://developer.chrome.com/blog/font-fallbacks)."
}

Performance and AccessibilityPerformanceBrowser audit

Forced reflow

17 Fail

Check name

Forced reflow

Score

0/100

Status

fail

Device

desktop

Category

Performance

Fix guidance

A forced reflow occurs when JavaScript queries geometric properties (such as offsetWidth) after styles have been invalidated by a change to the DOM state. This can result in poor performance. Learn more about [forced reflows](https://developer.chrome.com/docs/performance/insights/forced-reflow) and possible mitigations.

Evidence
{
  "description": "A forced reflow occurs when JavaScript queries geometric properties (such as offsetWidth) after styles have been invalidated by a change to the DOM state. This can result in poor performance. Learn more about [forced reflows](https://developer.chrome.com/docs/performance/insights/forced-reflow) and possible mitigations."
}

Performance and AccessibilityPerformanceBrowser audit

Render-blocking requests

17 Fail

Check name

Render-blocking requests

Score

0/100

Status

fail

Device

desktop

Category

Performance

Estimated savings

Est savings of 430 ms

Fix guidance

Requests are blocking the page's initial render, which may delay LCP. [Deferring or inlining](https://developer.chrome.com/docs/performance/insights/render-blocking) can move these network requests out of the critical path.

Evidence
{
  "displayValue": "Est savings of 430 ms",
  "description": "Requests are blocking the page's initial render, which may delay LCP. [Deferring or inlining](https://developer.chrome.com/docs/performance/insights/render-blocking) can move these network requests out of the critical path."
}

Performance and AccessibilityPerformanceBrowser audit

Image elements do not have explicit `width` and `height`

8 Warning

Check name

Image elements do not have explicit `width` and `height`

Score

50/100

Status

warning

Device

desktop

Category

Performance

Fix guidance

Set an explicit width and height on image elements to reduce layout shifts and improve CLS. [Learn how to set image dimensions](https://web.dev/articles/optimize-cls#images_without_dimensions)

Evidence
{
  "description": "Set an explicit width and height on image elements to reduce layout shifts and improve CLS. [Learn how to set image dimensions](https://web.dev/articles/optimize-cls#images_without_dimensions)"
}

Performance and AccessibilityPerformanceBrowser audit

Loading performance

3 Fail

Check name

Loading performance

Score

84/100

Status

fail

Device

desktop

Category

Performance

Fix guidance

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

Evidence
{
  "checks": [
    {
      "id": "first-contentful-paint",
      "title": "First Contentful Paint",
      "score": 98,
      "displayValue": "0.7 s",
      "numericValue": 689.3987758927796
    },
    {
      "id": "max-potential-fid",
      "title": "Max Potential First Input Delay",
      "score": 67,
      "displayValue": "200 ms",
      "numericValue": 197.00000000000045
    },
    {
      "id": "interactive",
      "title": "Time to Interactive",
      "score": 81,
      "displayValue": "3.0 s",
      "numericValue": 2952.011370839065
    },
    {
      "id": "network-rtt",
      "title": "Network Round Trip Times",
      "score": 100,
      "displayValue": "20 ms",
      "numericValue": 23.79846000000001
    },
    {
      "id": "speed-index",
      "title": "Speed Index",
      "score": 81,
      "displayValue": "1.5 s",
      "numericValue": 1540.8641562187372
    },
    {
      "id": "largest-contentful-paint",
      "title": "Largest Contentful Paint",
      "score": 99,
      "displayValue": "0.7 s",
      "numericValue": 731.0977959374673
    },
    {
      "id": "server-response-time",
      "title": "Initial server response time was short",
      "score": 100,
      "displayValue": "Root document took 590 ms",
      "numericValue": 585
    },
    {
      "id": "total-blocking-time",
      "title": "Total Blocking Time",
      "score": 48,
      "displayValue": "360 ms",
      "numericValue": 356.5
    }
  ]
}

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