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

OVERALL SCORE

Level 3, Bot-Aware

Moderate readiness for AI agents
AIDiscoverability65%Agent Easeof Use6%Security& Trust0%GEO, AIO, AEO86%SEO92%Performance& Accessibility93%
  • AI Discoverability 65 out of 100
  • Agent Ease of Use 6 out of 100
  • Security & Trust 0 out of 100
  • GEO, AIO and AEO 86 out of 100
  • SEO 92 out of 100
  • Performance and Accessibility 93 out of 100

CAPTURED SCREENSHOT

Captured website desktop screenshot

What AI sees of your website

Remote People | Employer of Record & Global Payroll in 150+ Countries favicon

Remote People | Employer of Record & Global Payroll in 150+ Countries

Hire employees in 150+ countries with employer of record services, global payroll, and built-in recruitment. EOR from $199/mo. No hidden fees. Get a q

Next step

Turn this report into a fix workflow

25 failed checks are ready to move into MCP or CLI remediation. Generate a repair prompt, connect the scanner to your coding agent, or open the integration docs before your next rescan.

Detailed report scores grouped by capability area
MetricScoreStatusPassedFailedWarningEvidence
AI Discoverability
65
Needs work13110View details
Discoverability
86
Mostly ready630View details
Content Readiness
67
Needs work650View details
Bot Access Control
33
Priority fix130View details
Agent Ease of Use
6
Priority fix4293View details
API
0
Priority fix060View details
Auth
Not Applicable
Not Applicable070View details
MCP
13
Priority fix062View details
Skill Discovery
5
Priority fix0101View details
Agent Commerce
Not Applicable
Not Applicable400
GEO, AIO and AEO
86
Mostly ready909
GEO Readiness
88
Mostly ready204
AIO Readiness
Not Applicable
Not Applicable500
AEO Readiness
81
Mostly ready205
SEO
92
Strong1010View details
SEO
92
Strong1010View details
Security & Trust
0
Priority fix450View details
Security & Trust
0
Priority fix050View details
AI Training Exposure
Not Applicable
Not Applicable400
Performance and Accessibility
93
Strong2121View details
Performance
94
Strong1321View details
Accessibility
90
Strong800

Prioritized recommendations

Issues ranked by score impact

38 items need attention

AI DiscoverabilityDiscoverabilityEstablished

Link headers

Link headers failed at "Find useful Link headers".

100 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 UseAPIEstablished

API Catalog

API Catalog failed at "Fetch API catalog".

50 Fail

Needs attention

API Catalog

Failed check
01

Issue

The API catalog endpoint did not return HTTP 2xx.

02

Why it matters

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

Check name

API Catalog

Score

0/100

Status

fail

Category

API

Maturity

Established

Goal

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

Result

API Catalog failed at "Fetch API catalog".

Validation steps

  1. Fetch API catalog

    The API catalog endpoint did not return HTTP 2xx.

  2. Validate RFC 9727 linkset

    Response is not valid JSON.

  3. Fetch advertised API catalog targets

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

Evidence
{
  "failedStep": "fetch",
  "steps": [
    {
      "id": "fetch",
      "title": "Fetch API catalog",
      "status": "fail",
      "evidence": {
        "statusCode": 404,
        "contentType": "text/html; charset=UTF-8"
      },
      "issue": "The API catalog endpoint did not return HTTP 2xx.",
      "howToFix": "Publish /.well-known/api-catalog."
    },
    {
      "id": "validate",
      "title": "Validate RFC 9727 linkset",
      "status": "fail",
      "evidence": {
        "valid": false,
        "compatibleContentType": false,
        "issue": "Response is not valid JSON.",
        "rawExcerpt": "<!doctype html>\n<html lang=\"en\" prefix=\"og: https://ogp.me/ns#\">\n<head>\n\t<meta charset=\"UTF-8\">\n\t<meta name=\"viewport\" content=\"width=device-width, initial-scale=1\">\n\t<link rel=\"profile\" href=\"https://gmpg.org/xfn/11\">\n\t\n<!-- Google Tag Manager for WordPress by gtm4wp.com -->\n<script data-cfasync=\"false\" data-pagespeed-no-defer>\n\tvar gtm4wp_datalayer_name = \"dataLayer\";\n\tvar dataLayer = dataLayer || [];\n</script>\n<!-- End Google Tag Manager for WordPress by gtm4wp.com --><link rel='preconnect' href='https://js.hsforms.net' >\n<link rel='preconnect' href='https://forms.hsforms.com' >\n\t\t<script>\n\t\t(function(){\n\t\t\twindow.ecsSchemeConfig={systemAuto:false};\n\t\t\tvar m=document.cookie.match(/(?:^|;\\s*)ecs_color_scheme=([^;]+)/);\n\t\t\tif(m&&m[1]==='alt'){\n\t\t\t\tdocument.documentElement.setAttribute('da"
      },
      "issue": "Response is not valid JSON.",
      "howToFix": "Use application/linkset+json with service-desc, service-doc, and status relations that each include href."
    },
    {
      "id": "target-validation",
      "title": "Fetch advertised API catalog targets",
      "status": "fail",
      "evidence": {
        "checked": [],
        "failures": [
          {
            "reason": "No same-origin API catalog hrefs were available to fetch."
          }
        ]
      },
      "issue": "API Catalog did not expose any same-origin hrefs to validate.",
      "howToFix": "Make each same-origin API catalog href reachable and serve the advertised media type."
    }
  ]
}

AI DiscoverabilityBot Access ControlInformational

Content Signal

Content Signal is missing or incomplete.

50 Fail

Needs attention

Content Signal

Failed check
01

Issue

No Content Signal found in robots.txt

02

Why it matters

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

Check name

Content Signal

Score

0/100

Status

fail

Category

Bot Access Control

Maturity

Informational

Goal

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

Result

Content Signal is missing or incomplete.

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

AI DiscoverabilityContent ReadinessEstablished

Markdown negotiation

Markdown negotiation failed at "Markdown content type".

50 Fail

Needs attention

Markdown negotiation

Failed check
01

Issue

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

02

Why it matters

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

Check name

Markdown negotiation

Score

0/100

Status

fail

Category

Content Readiness

Maturity

Established

Goal

Return HTML responses as markdown when agents request it.

Result

Markdown negotiation failed at "Markdown content type".

Validation steps

  1. Markdown content type

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

  2. Vary: Accept header

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

  3. Structured Markdown body

    Markdown response is missing a heading.

Evidence
{
  "failedStep": "content-type",
  "steps": [
    {
      "id": "content-type",
      "title": "Markdown content type",
      "status": "fail",
      "evidence": {
        "statusCode": 200,
        "contentType": "text/html; charset=UTF-8"
      },
      "issue": "Content-Type \"text/html; charset=UTF-8\" does not indicate Markdown when requested with Accept: text/markdown.",
      "howToFix": "Return Content-Type: text/markdown; charset=utf-8 for requests with Accept: text/markdown."
    },
    {
      "id": "vary-accept",
      "title": "Vary: Accept header",
      "status": "fail",
      "evidence": {
        "vary": "User-Agent,Accept-Encoding"
      },
      "issue": "Markdown negotiation is missing Vary: Accept; current Vary header is \"User-Agent,Accept-Encoding\".",
      "howToFix": "Add Vary: Accept on negotiated Markdown responses so shared caches keep HTML and Markdown variants separate."
    },
    {
      "id": "markdown-content",
      "title": "Structured Markdown body",
      "status": "fail",
      "evidence": {
        "valid": false,
        "hasHeading": false,
        "wordCount": 116560,
        "excerpt": "<!doctype html>\n<html lang=\"en\" prefix=\"og: https://ogp.me/ns#\">\n<head>\n\t<meta charset=\"UTF-8\">\n\t<meta name=\"viewport\" content=\"width=device-width, initial-scale=1\">\n\t<link rel=\"profile\" href=\"https://gmpg.org/xfn/11\">\n\t<link rel=\"alternate",
        "issue": "Markdown response is missing a heading."
      },
      "issue": "Markdown response is missing a heading.",
      "howToFix": "Return Markdown with at least one heading and substantive page content, including useful links or instructions for agents."
    }
  ]
}

Agent Ease of UseAPIEstablished

OpenAPI discovery

OpenAPI discovery failed at "Find valid OpenAPI document".

50 Fail

Needs attention

OpenAPI discovery

Failed check
01

Issue

OpenAPI YAML document did not match the expected shape. Content-Type "text/html; charset=UTF-8" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.

02

Why it matters

OpenAPI documents let agents understand available operations, schemas, authentication, and request formats before calling an API.

Check name

OpenAPI discovery

Score

0/100

Status

fail

Category

API

Maturity

Established

Goal

Publish a valid OpenAPI or Swagger document for API discovery.

Result

OpenAPI discovery failed at "Find valid OpenAPI document".

Validation steps

  1. Find valid OpenAPI document

    OpenAPI YAML document did not match the expected shape. Content-Type "text/html; charset=UTF-8" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.

Evidence
{
  "failedStep": "fetch",
  "steps": [
    {
      "id": "fetch",
      "title": "Find valid OpenAPI document",
      "status": "fail",
      "evidence": {
        "checked": [
          {
            "path": "/openapi.json",
            "statusCode": 404,
            "contentType": "text/html; charset=UTF-8",
            "valid": false,
            "issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html; charset=UTF-8\" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
            "compatibleContentType": false,
            "format": "yaml",
            "version": "",
            "pathCount": 0,
            "operationCount": 0,
            "rawExcerpt": "<!doctype html>\n<html lang=\"en\" prefix=\"og: https://ogp.me/ns#\">\n<head>\n\t<meta charset=\"UTF-8\">\n\t<meta name=\"viewport\" content=\"width=device-width, initial-scale=1\">\n\t<link rel=\"profile\" href=\"https://gmpg.org/xfn/11\">\n\t\n<!-- Google Tag Manager for WordPress by gtm4wp.com -->\n<script data-cfasync=\"false\" data-pagespeed-no-defer>\n\tvar gtm4wp_datalayer_name = \"dataLayer\";\n\tvar dataLayer = dataLayer || [];\n</script>\n<!-- End Google Tag Manager for WordPress by gtm4wp.com --><link rel='preconnect' href='https://js.hsforms.net' >\n<link rel='preconnect' href='https://forms.hsforms.com' >\n\t\t<script>\n\t\t(function(){\n\t\t\twindow.ecsSchemeConfig={systemAuto:false};\n\t\t\tvar m=document.cookie.match(/(?:^|;\\s*)ecs_color_scheme=([^;]+)/);\n\t\t\tif(m&&m[1]==='alt'){\n\t\t\t\tdocument.documentElement.setAttribute('da"
          },
          {
            "path": "/openapi.yaml",
            "statusCode": 404,
            "contentType": "text/html; charset=UTF-8",
            "valid": false,
            "issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html; charset=UTF-8\" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
            "compatibleContentType": false,
            "format": "yaml",
            "version": "",
            "pathCount": 0,
            "operationCount": 0,
            "rawExcerpt": "<!doctype html>\n<html lang=\"en\" prefix=\"og: https://ogp.me/ns#\">\n<head>\n\t<meta charset=\"UTF-8\">\n\t<meta name=\"viewport\" content=\"width=device-width, initial-scale=1\">\n\t<link rel=\"profile\" href=\"https://gmpg.org/xfn/11\">\n\t\n<!-- Google Tag Manager for WordPress by gtm4wp.com -->\n<script data-cfasync=\"false\" data-pagespeed-no-defer>\n\tvar gtm4wp_datalayer_name = \"dataLayer\";\n\tvar dataLayer = dataLayer || [];\n</script>\n<!-- End Google Tag Manager for WordPress by gtm4wp.com --><link rel='preconnect' href='https://js.hsforms.net' >\n<link rel='preconnect' href='https://forms.hsforms.com' >\n\t\t<script>\n\t\t(function(){\n\t\t\twindow.ecsSchemeConfig={systemAuto:false};\n\t\t\tvar m=document.cookie.match(/(?:^|;\\s*)ecs_color_scheme=([^;]+)/);\n\t\t\tif(m&&m[1]==='alt'){\n\t\t\t\tdocument.documentElement.setAttribute('da"
          },
          {
            "path": "/swagger.json",
            "statusCode": 404,
            "contentType": "text/html; charset=UTF-8",
            "valid": false,
            "issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html; charset=UTF-8\" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
            "compatibleContentType": false,
            "format": "yaml",
            "version": "",
            "pathCount": 0,
            "operationCount": 0,
            "rawExcerpt": "<!doctype html>\n<html lang=\"en\" prefix=\"og: https://ogp.me/ns#\">\n<head>\n\t<meta charset=\"UTF-8\">\n\t<meta name=\"viewport\" content=\"width=device-width, initial-scale=1\">\n\t<link rel=\"profile\" href=\"https://gmpg.org/xfn/11\">\n\t\n<!-- Google Tag Manager for WordPress by gtm4wp.com -->\n<script data-cfasync=\"false\" data-pagespeed-no-defer>\n\tvar gtm4wp_datalayer_name = \"dataLayer\";\n\tvar dataLayer = dataLayer || [];\n</script>\n<!-- End Google Tag Manager for WordPress by gtm4wp.com --><link rel='preconnect' href='https://js.hsforms.net' >\n<link rel='preconnect' href='https://forms.hsforms.com' >\n\t\t<script>\n\t\t(function(){\n\t\t\twindow.ecsSchemeConfig={systemAuto:false};\n\t\t\tvar m=document.cookie.match(/(?:^|;\\s*)ecs_color_scheme=([^;]+)/);\n\t\t\tif(m&&m[1]==='alt'){\n\t\t\t\tdocument.documentElement.setAttribute('da"
          },
          {
            "path": "/swagger.yaml",
            "statusCode": 404,
            "contentType": "text/html; charset=UTF-8",
            "valid": false,
            "issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html; charset=UTF-8\" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
            "compatibleContentType": false,
            "format": "yaml",
            "version": "",
            "pathCount": 0,
            "operationCount": 0,
            "rawExcerpt": "<!doctype html>\n<html lang=\"en\" prefix=\"og: https://ogp.me/ns#\">\n<head>\n\t<meta charset=\"UTF-8\">\n\t<meta name=\"viewport\" content=\"width=device-width, initial-scale=1\">\n\t<link rel=\"profile\" href=\"https://gmpg.org/xfn/11\">\n\t\n<!-- Google Tag Manager for WordPress by gtm4wp.com -->\n<script data-cfasync=\"false\" data-pagespeed-no-defer>\n\tvar gtm4wp_datalayer_name = \"dataLayer\";\n\tvar dataLayer = dataLayer || [];\n</script>\n<!-- End Google Tag Manager for WordPress by gtm4wp.com --><link rel='preconnect' href='https://js.hsforms.net' >\n<link rel='preconnect' href='https://forms.hsforms.com' >\n\t\t<script>\n\t\t(function(){\n\t\t\twindow.ecsSchemeConfig={systemAuto:false};\n\t\t\tvar m=document.cookie.match(/(?:^|;\\s*)ecs_color_scheme=([^;]+)/);\n\t\t\tif(m&&m[1]==='alt'){\n\t\t\t\tdocument.documentElement.setAttribute('da"
          },
          {
            "path": "/api/openapi.json",
            "statusCode": 404,
            "contentType": "text/html; charset=UTF-8",
            "valid": false,
            "issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html; charset=UTF-8\" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
            "compatibleContentType": false,
            "format": "yaml",
            "version": "",
            "pathCount": 0,
            "operationCount": 0,
            "rawExcerpt": "<!doctype html>\n<html lang=\"en\" prefix=\"og: https://ogp.me/ns#\">\n<head>\n\t<meta charset=\"UTF-8\">\n\t<meta name=\"viewport\" content=\"width=device-width, initial-scale=1\">\n\t<link rel=\"profile\" href=\"https://gmpg.org/xfn/11\">\n\t\n<!-- Google Tag Manager for WordPress by gtm4wp.com -->\n<script data-cfasync=\"false\" data-pagespeed-no-defer>\n\tvar gtm4wp_datalayer_name = \"dataLayer\";\n\tvar dataLayer = dataLayer || [];\n</script>\n<!-- End Google Tag Manager for WordPress by gtm4wp.com --><link rel='preconnect' href='https://js.hsforms.net' >\n<link rel='preconnect' href='https://forms.hsforms.com' >\n\t\t<script>\n\t\t(function(){\n\t\t\twindow.ecsSchemeConfig={systemAuto:false};\n\t\t\tvar m=document.cookie.match(/(?:^|;\\s*)ecs_color_scheme=([^;]+)/);\n\t\t\tif(m&&m[1]==='alt'){\n\t\t\t\tdocument.documentElement.setAttribute('da"
          },
          {
            "path": "/api/swagger.json",
            "statusCode": 404,
            "contentType": "text/html; charset=UTF-8",
            "valid": false,
            "issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html; charset=UTF-8\" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
            "compatibleContentType": false,
            "format": "yaml",
            "version": "",
            "pathCount": 0,
            "operationCount": 0,
            "rawExcerpt": "<!doctype html>\n<html lang=\"en\" prefix=\"og: https://ogp.me/ns#\">\n<head>\n\t<meta charset=\"UTF-8\">\n\t<meta name=\"viewport\" content=\"width=device-width, initial-scale=1\">\n\t<link rel=\"profile\" href=\"https://gmpg.org/xfn/11\">\n\t\n<!-- Google Tag Manager for WordPress by gtm4wp.com -->\n<script data-cfasync=\"false\" data-pagespeed-no-defer>\n\tvar gtm4wp_datalayer_name = \"dataLayer\";\n\tvar dataLayer = dataLayer || [];\n</script>\n<!-- End Google Tag Manager for WordPress by gtm4wp.com --><link rel='preconnect' href='https://js.hsforms.net' >\n<link rel='preconnect' href='https://forms.hsforms.com' >\n\t\t<script>\n\t\t(function(){\n\t\t\twindow.ecsSchemeConfig={systemAuto:false};\n\t\t\tvar m=document.cookie.match(/(?:^|;\\s*)ecs_color_scheme=([^;]+)/);\n\t\t\tif(m&&m[1]==='alt'){\n\t\t\t\tdocument.documentElement.setAttribute('da"
          },
          {
            "path": "/docs/openapi.json",
            "statusCode": 404,
            "contentType": "text/html; charset=UTF-8",
            "valid": false,
            "issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html; charset=UTF-8\" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
            "compatibleContentType": false,
            "format": "yaml",
            "version": "",
            "pathCount": 0,
            "operationCount": 0,
            "rawExcerpt": "<!doctype html>\n<html lang=\"en\" prefix=\"og: https://ogp.me/ns#\">\n<head>\n\t<meta charset=\"UTF-8\">\n\t<meta name=\"viewport\" content=\"width=device-width, initial-scale=1\">\n\t<link rel=\"profile\" href=\"https://gmpg.org/xfn/11\">\n\t\n<!-- Google Tag Manager for WordPress by gtm4wp.com -->\n<script data-cfasync=\"false\" data-pagespeed-no-defer>\n\tvar gtm4wp_datalayer_name = \"dataLayer\";\n\tvar dataLayer = dataLayer || [];\n</script>\n<!-- End Google Tag Manager for WordPress by gtm4wp.com --><link rel='preconnect' href='https://js.hsforms.net' >\n<link rel='preconnect' href='https://forms.hsforms.com' >\n\t\t<script>\n\t\t(function(){\n\t\t\twindow.ecsSchemeConfig={systemAuto:false};\n\t\t\tvar m=document.cookie.match(/(?:^|;\\s*)ecs_color_scheme=([^;]+)/);\n\t\t\tif(m&&m[1]==='alt'){\n\t\t\t\tdocument.documentElement.setAttribute('da"
          }
        ]
      },
      "issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html; charset=UTF-8\" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
      "howToFix": "Publish a valid OpenAPI 3.x or Swagger 2.0 JSON/YAML document with info, paths, operations, and responses."
    }
  ]
}

AI DiscoverabilityContent ReadinessEstablished

Semantic HTML

Semantic HTML is missing or incomplete.

50 Fail

Needs attention

Semantic HTML

Failed check
01

Issue

Semantic HTML is incomplete: 10 links missing accessible names.

Details

02

Why it matters

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

Check name

Semantic HTML

Score

0/100

Status

fail

Category

Content Readiness

Maturity

Established

Goal

Expose readable page structure through semantic HTML and accessible controls.

Result

Semantic HTML is missing or incomplete.

Evidence
{
  "main": true,
  "nav": true,
  "footer": true,
  "meaningfulH1": true,
  "headingOrder": true,
  "accessibleLinks": false,
  "accessibleButtons": true,
  "imageAltCoverage": true,
  "formAutocompleteCoverage": true,
  "details": {
    "inaccessibleLinks": [
      "<a href=\"https://remotepeople.com\"> <img data-perfmatters-preload width=\"1\" height=\"1\" src=\"https://remotepeople.com/wp-content/uploads/2025/08/RP_Logo_Stacked_Dark-1.svg\" class=\"attachment-full size-full wp-image-382030\" alt fetchpriority=\"high\" loading=\"eager\" decoding=\"async\"> </a>",
      "<a href=\"https://remotepeople.com/solutions/employer-of-record/\"> <span class=\"elementor-icon-list-text\"></span> </a>",
      "<a href=\"https://remotepeople.com/solutions/international-recruitment-agency/\"> <span class=\"elementor-icon-list-text\"></span> </a>",
      "<a href=\"https://remotepeople.com/solutions/contractor-of-record/\"> <span class=\"elementor-icon-list-text\"></span> </a>",
      "<a href=\"https://remotepeople.com/solutions/global-payroll-services/\"> <span class=\"elementor-icon-list-text\"></span> </a>",
      "<a href=\"https://remotepeople.com/solutions/hire-contractors/\"> <span class=\"elementor-icon-list-text\"></span> </a>",
      "<a href=\"https://remotepeople.com/solutions/us-peo-services/\"> <span class=\"elementor-icon-list-text\"></span> </a>",
      "<a href=\"https://remotepeople.com/case-studies/hometogo-how-a-global-leader-in-vacation-rentals-accelerated-growth-through-employer-of-record/\"> <span class=\"elementor-icon-list-text\"></span> </a>",
      "<a href=\"https://remotepeople.com/about/case-studies/how-ivc-tapped-into-the-australian-market-by-using-remote-people/\"> <span class=\"elementor-icon-list-text\"></span> </a>",
      "<a href=\"https://remotepeople.com/about/case-studies/easystart-non-eu-hiring-france/\"> <span class=\"elementor-icon-list-text\"></span> </a>"
    ],
    "inaccessibleButtons": [],
    "missingAutocompleteInputs": [],
    "imagesMissingAlt": [],
    "skippedHeadingLevels": []
  },
  "counts": {
    "h1": 1,
    "headings": 59,
    "links": 168,
    "inaccessibleLinks": 10,
    "buttons": 13,
    "inaccessibleButtons": 0,
    "images": 123,
    "imagesWithAlt": 123,
    "autocompleteInputs": 7,
    "inputsWithAutocomplete": 7,
    "missingAutocompleteInputs": 0
  }
}

AI DiscoverabilityBot Access ControlInformational

Web Bot Auth request signing

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

50 Fail

Needs attention

Web Bot Auth request signing

Failed check
01

Issue

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

02

Why it matters

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

Check name

Web Bot Auth request signing

Score

0/100

Status

fail

Category

Bot Access Control

Maturity

Informational

Goal

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

Result

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

Validation steps

  1. Fetch to find resource

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

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

Agent Ease of UseMCPEmerging recommendation

MCP Server Card

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

25 Fail

Needs attention

MCP Server Card

Failed check
01

Issue

MCP Server Card was not found at the expected path.

02

Why it matters

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

Check name

MCP Server Card

Score

0/100

Status

fail

Category

MCP

Maturity

Emerging recommendation

Goal

Publish an MCP Server Card for agent discovery.

Result

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

Validation steps

  1. Fetch to find resource

    MCP Server Card was not found at the expected path.

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

Agent Ease of UseMCPEmerging recommendation

mcp.json

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

25 Fail

Needs attention

mcp.json

Failed check
01

Issue

mcp.json was not found at the expected path.

02

Why it matters

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

Check name

mcp.json

Score

0/100

Status

fail

Category

MCP

Maturity

Emerging recommendation

Goal

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

Result

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

Validation steps

  1. Fetch to find resource

    mcp.json was not found at the expected path.

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

Agent Ease of UseMCPInformational

WebMCP manifest

WebMCP manifest failed at "Fetch to find resource".

25 Fail

Needs attention

WebMCP manifest

Failed check
01

Issue

WebMCP manifest was not found at the expected path.

02

Why it matters

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

Check name

WebMCP manifest

Score

0/100

Status

fail

Category

MCP

Maturity

Informational

Goal

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

Result

WebMCP manifest failed at "Fetch to find resource".

Validation steps

  1. Fetch to find resource

    WebMCP manifest was not found at the expected path.

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

Agent Ease of UseSkill DiscoveryEmerging recommendation

A2A Agent Card

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

20 Fail

Needs attention

A2A Agent Card

Failed check
01

Issue

A2A Agent Card was not found at the expected path.

02

Why it matters

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

Check name

A2A Agent Card

Score

0/100

Status

fail

Category

Skill Discovery

Maturity

Emerging recommendation

Goal

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

Result

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

Validation steps

  1. Fetch to find resource

    A2A Agent Card was not found at the expected path.

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

Agent Ease of UseSkill DiscoveryEmerging recommendation

Agent Skills index

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

20 Fail

Needs attention

Agent Skills index

Failed check
01

Issue

Agent Skills index was not found at the expected path.

02

Why it matters

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

Check name

Agent Skills index

Score

0/100

Status

fail

Category

Skill Discovery

Maturity

Emerging recommendation

Goal

Publish an agent skills discovery index.

Result

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

Validation steps

  1. Fetch to find resource

    Agent Skills index was not found at the expected path.

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

Agent Ease of UseSkill DiscoveryEmerging recommendation

agent.json

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

20 Fail

Needs attention

agent.json

Failed check
01

Issue

agent.json was not found at the expected path.

02

Why it matters

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

Check name

agent.json

Score

0/100

Status

fail

Category

Skill Discovery

Maturity

Emerging recommendation

Goal

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

Result

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

Validation steps

  1. Fetch to find resource

    agent.json was not found at the expected path.

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

Agent Ease of UseSkill DiscoveryInformational

agents.json

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

20 Fail

Needs attention

agents.json

Failed check
01

Issue

agents.json was not found at the expected path.

02

Why it matters

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

Check name

agents.json

Score

0/100

Status

fail

Category

Skill Discovery

Maturity

Informational

Goal

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

Result

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

Validation steps

  1. Fetch to find resource

    agents.json was not found at the expected path.

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

Security & TrustSecurity & TrustEstablished

Content-Security-Policy

Content-Security-Policy is missing or incomplete.

20 Fail

Needs attention

Content-Security-Policy

Failed check
01

Issue

Content-Security-Policy is missing or incomplete.

02

Why it matters

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

Check name

Content-Security-Policy

Score

0/100

Status

fail

Category

Security & Trust

Maturity

Established

Goal

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

Result

Content-Security-Policy is missing or incomplete.

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

Security & TrustSecurity & TrustEstablished

Frame protection

Frame protection is missing or incomplete.

20 Fail

Needs attention

Frame protection

Failed check
01

Issue

Frame protection is missing or incomplete.

02

Why it matters

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

Check name

Frame protection

Score

0/100

Status

fail

Category

Security & Trust

Maturity

Established

Goal

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

Result

Frame protection is missing or incomplete.

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

Security & TrustSecurity & TrustEstablished

HSTS header

HSTS header is missing or incomplete.

20 Fail

Needs attention

HSTS header

Failed check
01

Issue

HSTS header is missing or incomplete.

02

Why it matters

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

Check name

HSTS header

Score

0/100

Status

fail

Category

Security & Trust

Maturity

Established

Goal

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

Result

HSTS header is missing or incomplete.

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

Security & TrustSecurity & TrustEstablished

Referrer-Policy

Referrer-Policy is missing or incomplete.

20 Fail

Needs attention

Referrer-Policy

Failed check
01

Issue

Referrer-Policy is missing or incomplete.

02

Why it matters

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

Check name

Referrer-Policy

Score

0/100

Status

fail

Category

Security & Trust

Maturity

Established

Goal

Limit how much referrer data leaves the site.

Result

Referrer-Policy is missing or incomplete.

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

Security & TrustSecurity & TrustEstablished

X-Content-Type-Options

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

20 Fail

Needs attention

X-Content-Type-Options

Failed check
01

Issue

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

02

Why it matters

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

Check name

X-Content-Type-Options

Score

0/100

Status

fail

Category

Security & Trust

Maturity

Established

Goal

Prevent MIME sniffing for browser-loaded resources.

Result

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

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

Agent Ease of UseSkill DiscoveryEmerging recommendation

DNS-AID Agent Discovery

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

15 Fail

Needs attention

DNS-AID Agent Discovery

Failed check
01

Issue

No DNS-AID entrypoint records were found under _agents.

02

Why it matters

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

Check name

DNS-AID Agent Discovery

Score

25/100

Status

fail

Category

Skill Discovery

Maturity

Emerging recommendation

Goal

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

Result

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

Validation steps

  1. Resolve DNS-AID SVCB/HTTPS records

    No DNS-AID entrypoint records were found under _agents.

  2. Validate alpn and endpoint parameters

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

  3. Check DNSSEC material

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

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

Agent Ease of UseMCPInformational

WebMCP

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

13 Warning

Needs attention

WebMCP

Warning
01

Issue

WebMCP declarative annotations need fixes.

Details

02

Why it matters

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

Check name

WebMCP

Score

50/100

Status

warning

Category

MCP

Maturity

Informational

Goal

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

Result

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

Validation steps

  1. Detect data-mcp-tool annotations

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

  2. Detect WebMCP declarative tags

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

  3. Validate WebMCP declarative annotation quality

    WebMCP declarative annotations need fixes.

    WebMCP declarative annotation issues
    • <input name="firstname"> is missing tool-param-description.
    • <input name="lastname"> is missing tool-param-description.
    • <input name="email"> is missing tool-param-description.
    • <select name="company_size__number_of_employees_"> is missing tool-param-description.
    • <select name="country_of_contact1"> is missing tool-param-description.
    • <input name="what_are_you_looking_to_achieve_"> is missing tool-param-description.
    • <input name="what_are_you_looking_to_achieve_"> is missing tool-param-description.
    • <input name="what_are_you_looking_to_achieve_"> is missing tool-param-description.
    • <input name="what_are_you_looking_to_achieve_"> is missing tool-param-description.
    • <input name="what_are_you_looking_to_achieve_"> is missing tool-param-description.
    • <input name="what_are_you_looking_to_achieve_"> is missing tool-param-description.
    • <input name="what_are_you_looking_to_achieve_"> is missing tool-param-description.
    • <input name="what_are_you_looking_to_achieve_"> is missing tool-param-description.
    • <input name="what_are_you_looking_to_achieve_"> is missing tool-param-description.
    • <input name="what_are_you_looking_to_achieve_"> is missing tool-param-description.
    • <input name="what_are_you_looking_to_achieve_"> is missing tool-param-description.
    • <select name="whats_the_employees_nationality"> is missing a label.
    • <select name="whats_the_employees_nationality"> is missing tool-param-description.
    • <select name="how_many_new_employees_are_you_looking_to_hire_"> is missing tool-param-description.
    • <input name="company_name"> is missing tool-param-description.
    • <select name="country_of_company"> is missing tool-param-description.
    • <select name="industry_vertical"> is missing tool-param-description.
    • <input name="industry_other"> is missing a label.
    • <input name="industry_other"> is missing tool-param-description.
    • <select name="hs_buying_role"> is missing tool-param-description.
  4. Detect WebMCP imperative API usage

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

  5. Detect WebMCP browser navigator injection

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

  6. Interactive surface coverage

    Only 0% of interactive surfaces are annotated.

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

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

AEO: Answer-first sections

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

5 Warning

Needs attention

AEO: Answer-first sections

Warning
01

Issue

54 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": 55,
  "passing": 1,
  "failing": [
    {
      "heading": "Recruit, Employ, and Incorporate. One Platform, Zero Complexity.",
      "headingHtml": "<h2 class=\"elementor-heading-title elementor-size-default\">Recruit, Employ, and Incorporate. One Platform, Zero Complexity.</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Employer of Record",
      "headingHtml": "<h2 class=\"elementor-image-box-title\">Employer of <br>Record</h2>",
      "firstParagraph": "Employ full-time talent in 150+ countries. No local entity needed. Payroll, benefits, tax compliance, and contracts handled from day one.",
      "paragraphHtml": "<p class=\"elementor-image-box-description\">Employ full-time talent in 150+ countries. No local entity needed. Payroll, benefits, tax compliance, and contracts handled from day one.</p>",
      "words": 20,
      "direct": false,
      "issue": "First paragraph is 20 words and does not look like a concise direct answer."
    },
    {
      "heading": "Recruitment",
      "headingHtml": "<h2 class=\"elementor-image-box-title\">Recruitment</h2>",
      "firstParagraph": "Find proven talent fast. In-house recruiters source, screen, and deliver vetted candidates in days, not months. No retainers.",
      "paragraphHtml": "<p class=\"elementor-image-box-description\">Find proven talent fast. In-house recruiters source, screen, and deliver vetted candidates in days, not months. No retainers.</p>",
      "words": 18,
      "direct": false,
      "issue": "First paragraph is 18 words and does not look like a concise direct answer."
    },
    {
      "heading": "Contractor of Record",
      "headingHtml": "<h2 class=\"elementor-image-box-title\">Contractor of <br>Record</h2>",
      "firstParagraph": "Engage global contractors—we handle compliance and risk.",
      "paragraphHtml": "<p class=\"elementor-image-box-description\">Engage global contractors&#x2014;we handle compliance and risk.</p>",
      "words": 8,
      "direct": false,
      "issue": "First paragraph is 8 words and does not look like a concise direct answer."
    },
    {
      "heading": "Global Payroll",
      "headingHtml": "<h2 class=\"elementor-image-box-title\">Global Payroll</h2>",
      "firstParagraph": "Run accurate payroll in every country. Taxes, deductions, and local filings handled on time, every cycle.",
      "paragraphHtml": "<p class=\"elementor-image-box-description\">Run accurate payroll in every country. Taxes, deductions, and local filings handled on time, every cycle.</p>",
      "words": 16,
      "direct": false,
      "issue": "First paragraph is 16 words and does not look like a concise direct answer."
    },
    {
      "heading": "Contractor Management",
      "headingHtml": "<h2 class=\"elementor-image-box-title\">Contractor Management</h2>",
      "firstParagraph": "Onboard, pay, and manage contractors worldwide. Compliance, contracts, and payments in one dashboard.",
      "paragraphHtml": "<p class=\"elementor-image-box-description\">Onboard, pay, and manage contractors worldwide. Compliance, contracts, and payments in one dashboard.</p>",
      "words": 13,
      "direct": false,
      "issue": "First paragraph is 13 words and does not look like a concise direct answer."
    },
    {
      "heading": "US PEO",
      "headingHtml": "<h2 class=\"elementor-image-box-title\"><a href=\"https://remotepeople.com/solutions/us-peo-services/\">US PEO</a></h2>",
      "firstParagraph": "Hire and manage US-based employees with payroll, health benefits, and state-level compliance covered.",
      "paragraphHtml": "<p class=\"elementor-image-box-description\">Hire and manage US-based employees with payroll, health benefits, and state-level compliance covered.</p>",
      "words": 13,
      "direct": false,
      "issue": "First paragraph is 13 words and does not look like a concise direct answer."
    },
    {
      "heading": "Why Companies Are Switching to Remote People",
      "headingHtml": "<h2 class=\"elementor-heading-title elementor-size-default\">Why Companies Are Switching to Remote People</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Recruit, employ and incorporate through one partner",
      "headingHtml": "<h3 class=\"elementor-heading-title elementor-size-default\">Recruit, employ and incorporate through one partner</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Full EOR service starting at $199/mo",
      "headingHtml": "<h3 class=\"elementor-heading-title elementor-size-default\">Full EOR service <br>starting at &#x24;199/mo</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Get new hires onboarded in 48 hours, not weeks",
      "headingHtml": "<h3 class=\"elementor-heading-title elementor-size-default\">Get new hires onboarded <br>in 48 hours, not weeks</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Locally compliant benefits your team actually wants",
      "headingHtml": "<h3 class=\"elementor-heading-title elementor-size-default\">Locally compliant benefits <br>your team actually wants</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Transparent pricing that scales with you",
      "headingHtml": "<h3 class=\"elementor-heading-title elementor-size-default\">Transparent pricing <br>that scales with you</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "A dedicated account manager, not a support ticket",
      "headingHtml": "<h3 class=\"elementor-heading-title elementor-size-default\">A dedicated account manager, <br>not a support ticket</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "HR and legal experts ready when you need them",
      "headingHtml": "<h3 class=\"elementor-heading-title elementor-size-default\">HR and legal experts ready <br>when you need them</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "A global team, this week. In 150 countries.",
      "headingHtml": "<h2 class=\"elementor-heading-title elementor-size-default\">A global team, <span class=\"green-decoration\">this week.</span><br> In 150 countries.</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Hire anywhere. Onboarded in 48 hours.",
      "headingHtml": "<h2 class=\"elementor-heading-title elementor-size-default\">Hire anywhere. Onboarded in 48 hours.</h2>",
      "firstParagraph": "30 days at the others. 48 hours here.",
      "paragraphHtml": "<p>30 days at the others. 48 hours here.</p>",
      "words": 8,
      "direct": false,
      "issue": "First paragraph is 8 words and does not look like a concise direct answer."
    },
    {
      "heading": "Hour 0",
      "headingHtml": "<h3 class=\"elementor-icon-box-title\"> <span> Hour 0 </span> </h3>",
      "firstParagraph": "Pick the country. We're their legal employer that day.",
      "paragraphHtml": "<p class=\"elementor-icon-box-description\"> Pick the country. We&apos;re their legal employer that day. </p>",
      "words": 9,
      "direct": false,
      "issue": "First paragraph is 9 words and does not look like a concise direct answer."
    },
    {
      "heading": "Hour 24",
      "headingHtml": "<h3 class=\"elementor-icon-box-title\"> <span> Hour 24 </span> </h3>",
      "firstParagraph": "Compliant contract signed. Benefits enrolled.",
      "paragraphHtml": "<p class=\"elementor-icon-box-description\"> Compliant contract signed. Benefits enrolled. </p>",
      "words": 5,
      "direct": false,
      "issue": "First paragraph is 5 words and does not look like a concise direct answer."
    },
    {
      "heading": "Hour 48",
      "headingHtml": "<h3 class=\"elementor-icon-box-title\"> <span> Hour 48 </span> </h3>",
      "firstParagraph": "First day live. Payroll, taxes, and protections running.",
      "paragraphHtml": "<p class=\"elementor-icon-box-description\"> First day live. Payroll, taxes, and protections running. </p>",
      "words": 8,
      "direct": false,
      "issue": "First paragraph is 8 words and does not look like a concise direct answer."
    },
    {
      "heading": "From brief to shortlist in 72 hours.",
      "headingHtml": "<h2 class=\"elementor-heading-title elementor-size-default\">From brief to shortlist in 72 hours.</h2>",
      "firstParagraph": "Real recruiters in your candidate’s city. No databases. No chatbots.",
      "paragraphHtml": "<p>Real recruiters in your candidate&#x2019;s city. No databases. No chatbots.</p>",
      "words": 11,
      "direct": false,
      "issue": "First paragraph is 11 words and does not look like a concise direct answer."
    },
    {
      "heading": "Day 1",
      "headingHtml": "<h3 class=\"elementor-icon-box-title\"> <span> Day 1 </span> </h3>",
      "firstParagraph": "You brief us on the role, location, budget, and must-haves.",
      "paragraphHtml": "<p class=\"elementor-icon-box-description\"> You brief us on the role, location, budget, and must-haves. </p>",
      "words": 10,
      "direct": false,
      "issue": "First paragraph is 10 words and does not look like a concise direct answer."
    },
    {
      "heading": "Day 3",
      "headingHtml": "<h3 class=\"elementor-icon-box-title\"> <span> Day 3 </span> </h3>",
      "firstParagraph": "Four vetted candidates, screened by in-country recruiters.",
      "paragraphHtml": "<p class=\"elementor-icon-box-description\"> Four vetted candidates, screened by in-country recruiters. </p>",
      "words": 7,
      "direct": false,
      "issue": "First paragraph is 7 words and does not look like a concise direct answer."
    },
    {
      "heading": "Day 5",
      "headingHtml": "<h3 class=\"elementor-icon-box-title\"> <span> Day 5 </span> </h3>",
      "firstParagraph": "You hire. We onboard them the same day.",
      "paragraphHtml": "<p class=\"elementor-icon-box-description\"> You hire. We onboard them the same day. </p>",
      "words": 8,
      "direct": false,
      "issue": "First paragraph is 8 words and does not look like a concise direct answer."
    },
    {
      "heading": "Contractors compliant and paid in 48 hours.",
      "headingHtml": "<h2 class=\"elementor-heading-title elementor-size-default\">Contractors compliant and paid in 48 hours.</h2>",
      "firstParagraph": "Misclassify one contractor, lose six figures. Or use us.",
      "paragraphHtml": "<p>Misclassify one contractor, lose six figures. Or use us.</p>",
      "words": 9,
      "direct": false,
      "issue": "First paragraph is 9 words and does not look like a concise direct answer."
    },
    {
      "heading": "Hour 0",
      "headingHtml": "<h3 class=\"elementor-icon-box-title\"> <span> Hour 0 </span> </h3>",
      "firstParagraph": "Send us your contractor list and scope. We take it from there.",
      "paragraphHtml": "<p class=\"elementor-icon-box-description\"> Send us your contractor list and scope. We take it from there. </p>",
      "words": 12,
      "direct": false,
      "issue": "First paragraph is 12 words and does not look like a concise direct answer."
    },
    {
      "heading": "Hour 24",
      "headingHtml": "<h3 class=\"elementor-icon-box-title\"> <span> Hour 24 </span> </h3>",
      "firstParagraph": "Every engagement classified. Watertight agreements signed.",
      "paragraphHtml": "<p class=\"elementor-icon-box-description\"> Every engagement classified. Watertight agreements signed. </p>",
      "words": 6,
      "direct": false,
      "issue": "First paragraph is 6 words and does not look like a concise direct answer."
    },
    {
      "heading": "Hour 48",
      "headingHtml": "<h3 class=\"elementor-icon-box-title\"> <span> Hour 48 </span> </h3>",
      "firstParagraph": "Contractors onboarded, invoiced, and paid in 120+ currencies.",
      "paragraphHtml": "<p class=\"elementor-icon-box-description\"> Contractors onboarded, invoiced, and paid in 120+ currencies. </p>",
      "words": 8,
      "direct": false,
      "issue": "First paragraph is 8 words and does not look like a concise direct answer."
    },
    {
      "heading": "Live payroll in 5 days. On time, every cycle.",
      "headingHtml": "<h2 class=\"elementor-heading-title elementor-size-default\">Live payroll in 5 days. On time, every cycle.</h2>",
      "firstParagraph": "An expert in every country. Not a knowledge base.",
      "paragraphHtml": "<p>An expert in every country. Not a knowledge base.</p>",
      "words": 9,
      "direct": false,
      "issue": "First paragraph is 9 words and does not look like a concise direct answer."
    },
    {
      "heading": "Day 1",
      "headingHtml": "<h3 class=\"elementor-icon-box-title\"> <span> Day 1 </span> </h3>",
      "firstParagraph": "Connect countries. Upload employee data.",
      "paragraphHtml": "<p class=\"elementor-icon-box-description\"> Connect countries. Upload employee data. </p>",
      "words": 5,
      "direct": false,
      "issue": "First paragraph is 5 words and does not look like a concise direct answer."
    },
    {
      "heading": "Day 3",
      "headingHtml": "<h3 class=\"elementor-icon-box-title\"> <span> Day 3 </span> </h3>",
      "firstParagraph": "In-country experts validate every tax code and filing.",
      "paragraphHtml": "<p class=\"elementor-icon-box-description\"> In-country experts validate every tax code and filing. </p>",
      "words": 8,
      "direct": false,
      "issue": "First paragraph is 8 words and does not look like a concise direct answer."
    },
    {
      "heading": "Day 5",
      "headingHtml": "<h3 class=\"elementor-icon-box-title\"> <span> Day 5 </span> </h3>",
      "firstParagraph": "Every employee paid on time, in local currency, fully compliant.",
      "paragraphHtml": "<p class=\"elementor-icon-box-description\"> Every employee paid on time, in local currency, fully compliant. </p>",
      "words": 10,
      "direct": false,
      "issue": "First paragraph is 10 words and does not look like a concise direct answer."
    },
    {
      "heading": "Enterprise-grade. Globally trusted.",
      "headingHtml": "<h2 class=\"elementor-heading-title elementor-size-default\">Enterprise-grade. <span class=\"green-decoration\">Globally trusted.</span></h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Don't take our word for it.",
      "headingHtml": "<h2 class=\"elementor-heading-title elementor-size-default\">Don&apos;t take our word for it.</h2>",
      "firstParagraph": "Testimonial",
      "paragraphHtml": "<p class=\"elementor-heading-title elementor-size-default\">Testimonial</p>",
      "words": 1,
      "direct": false,
      "issue": "First paragraph is 1 words and does not look like a concise direct answer."
    },
    {
      "heading": "#1 All-Round EOR 2026",
      "headingHtml": "<h2 class=\"elementor-heading-title elementor-size-default\">#1 All-Round EOR 2026</h2>",
      "firstParagraph": "“Named the best all-round EOR for companies that want end-to-end global hiring, from sourcing candidates to running payroll, without enterprise-level costs.”",
      "paragraphHtml": "<p>&#x201c;Named the best all-round EOR for companies that want end-to-end global hiring, from sourcing candidates to running payroll, without enterprise-level costs.&#x201d;</p>",
      "words": 21,
      "direct": false,
      "issue": "First paragraph is 21 words and does not look like a concise direct answer."
    },
    {
      "heading": "Most Budget-Friendly",
      "headingHtml": "<h2 class=\"elementor-heading-title elementor-size-default\">Most Budget-Friendly</h2>",
      "firstParagraph": "“Assessed across performance, pricing, presence, and platform experience. Recognized for combining cost-effective EOR with integrated recruitment and planning tools for SMEs.”",
      "paragraphHtml": "<p>&#x201c;Assessed across performance, pricing, presence, and platform experience. Recognized for combining cost-effective EOR with integrated recruitment and planning tools for SMEs.&#x201d;</p>",
      "words": 21,
      "direct": false,
      "issue": "First paragraph is 21 words and does not look like a concise direct answer."
    },
    {
      "heading": "Top Growing EOR Platform",
      "headingHtml": "<h2 class=\"elementor-heading-title elementor-size-default\">Top Growing EOR Platform</h2>",
      "firstParagraph": "“Called one of the most compelling EOR platforms on the market. Recommended for companies that want audit-ready compliance and integrated recruitment without premium pricing.”",
      "paragraphHtml": "<p>&#x201c;Called one of the most compelling EOR platforms on the market. Recommended for companies that want audit-ready compliance and integrated recruitment without premium pricing.&#x201d;</p>",
      "words": 24,
      "direct": false,
      "issue": "First paragraph is 24 words and does not look like a concise direct answer."
    },
    {
      "heading": "Remote People Review",
      "headingHtml": "<h2 class=\"elementor-heading-title elementor-size-default\">Remote People Review</h2>",
      "firstParagraph": "“Highlighted for country hiring guides that go beyond surface-level summaries, line-by-line payroll breakdowns, and free tools like salary calculators and offer letter generators.”",
      "paragraphHtml": "<p>&#x201c;Highlighted for country hiring guides that go beyond surface-level summaries, line-by-line payroll breakdowns, and free tools like salary calculators and offer letter generators.&#x201d;</p>",
      "words": 23,
      "direct": false,
      "issue": "First paragraph is 23 words and does not look like a concise direct answer."
    },
    {
      "heading": "From local team to global workforce – see how they did it",
      "headingHtml": "<h2 class=\"elementor-heading-title elementor-size-default\">From local team to <span class=\"green-decoration\">global workforce</span> &#x2013; see how they did it</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "9+ countries",
      "headingHtml": "<h3 class=\"elementor-icon-box-title\"> <span> 9+ countries </span> </h3>",
      "firstParagraph": "Entered across APAC and Europe without setting up a single entity",
      "paragraphHtml": "<p class=\"elementor-icon-box-description\"> Entered across APAC and Europe without setting up a single entity </p>",
      "words": 11,
      "direct": false,
      "issue": "First paragraph is 11 words and does not look like a concise direct answer."
    },
    {
      "heading": "350+ employees",
      "headingHtml": "<h3 class=\"elementor-icon-box-title\"> <span> 350+ employees </span> </h3>",
      "firstParagraph": "Managed globally while HomeToGo focused on growth to IPO",
      "paragraphHtml": "<p class=\"elementor-icon-box-description\"> Managed globally while HomeToGo focused on growth to IPO </p>",
      "words": 9,
      "direct": false,
      "issue": "First paragraph is 9 words and does not look like a concise direct answer."
    },
    {
      "heading": "7 year partnership",
      "headingHtml": "<h3 class=\"elementor-icon-box-title\"> <span> 7 year partnership </span> </h3>",
      "firstParagraph": "Scaling from Asia-Pacific expansion through COVID to Frankfurt IPO",
      "paragraphHtml": "<p class=\"elementor-icon-box-description\"> Scaling from Asia-Pacific expansion through COVID to Frankfurt IPO </p>",
      "words": 9,
      "direct": false,
      "issue": "First paragraph is 9 words and does not look like a concise direct answer."
    },
    {
      "heading": "80+ countries",
      "headingHtml": "<h3 class=\"elementor-icon-box-title\"> <span> 80+ countries </span> </h3>",
      "firstParagraph": "Reached without the cost of setting up local entities",
      "paragraphHtml": "<p class=\"elementor-icon-box-description\"> Reached without the cost of setting up local entities </p>",
      "words": 9,
      "direct": false,
      "issue": "First paragraph is 9 words and does not look like a concise direct answer."
    },
    {
      "heading": "500+ employees",
      "headingHtml": "<h3 class=\"elementor-icon-box-title\"> <span> 500+ employees </span> </h3>",
      "firstParagraph": "Supported across Asia, North America, and Europe through one EOR partner",
      "paragraphHtml": "<p class=\"elementor-icon-box-description\"> Supported across Asia, North America, and Europe through one EOR partner </p>",
      "words": 11,
      "direct": false,
      "issue": "First paragraph is 11 words and does not look like a concise direct answer."
    },
    {
      "heading": "11+ acquisitions",
      "headingHtml": "<h3 class=\"elementor-icon-box-title\"> <span> 11+ acquisitions </span> </h3>",
      "firstParagraph": "Integrated across borders with fully compliant EOR hiring",
      "paragraphHtml": "<p class=\"elementor-icon-box-description\"> Integrated across borders with fully compliant EOR hiring </p>",
      "words": 8,
      "direct": false,
      "issue": "First paragraph is 8 words and does not look like a concise direct answer."
    },
    {
      "heading": "41.8 days",
      "headingHtml": "<h3 class=\"elementor-icon-box-title\"> <span> 41.8 days </span> </h3>",
      "firstParagraph": "From candidate selection to first day in France — 4x faster than national average",
      "paragraphHtml": "<p class=\"elementor-icon-box-description\"> From candidate selection to first day in France &#x2014; 4x faster than national average </p>",
      "words": 13,
      "direct": false,
      "issue": "First paragraph is 13 words and does not look like a concise direct answer."
    },
    {
      "heading": "70 hrs saved",
      "headingHtml": "<h3 class=\"elementor-icon-box-title\"> <span> 70 hrs saved </span> </h3>",
      "firstParagraph": "Of HR admin eliminated per hire through parallel EOR workstreams",
      "paragraphHtml": "<p class=\"elementor-icon-box-description\"> Of HR admin eliminated per hire through parallel EOR workstreams </p>",
      "words": 10,
      "direct": false,
      "issue": "First paragraph is 10 words and does not look like a concise direct answer."
    },
    {
      "heading": "100% success rate",
      "headingHtml": "<h3 class=\"elementor-icon-box-title\"> <span> 100% success rate </span> </h3>",
      "firstParagraph": "On every work permit managed for EasyStart's clients across all sectors",
      "paragraphHtml": "<p class=\"elementor-icon-box-description\"> On every work permit managed for EasyStart&apos;s clients across all sectors </p>",
      "words": 11,
      "direct": false,
      "issue": "First paragraph is 11 words and does not look like a concise direct answer."
    },
    {
      "heading": "Book a free 30-minute demo with a global hiring expert",
      "headingHtml": "<h3 class=\"rp-step__title\">Book a free 30-minute demo with a global hiring expert</h3>",
      "firstParagraph": "Tell us what you need. You'll get a tailored, transparent proposal within 24 hours, plus a free call to walk through it.",
      "paragraphHtml": "<p class=\"rp-step__desc\"> Tell us what you need. You&apos;ll get a tailored, transparent proposal within 24 hours, plus a free call to walk through it. </p>",
      "words": 22,
      "direct": false,
      "issue": "First paragraph is 22 words and does not look like a concise direct answer."
    },
    {
      "heading": "Tell us about your company",
      "headingHtml": "<h3 class=\"rp-step__title\">Tell us about your company</h3>",
      "firstParagraph": "So we can match you with a specialist who knows your market — and unlock volume pricing tiers.",
      "paragraphHtml": "<p class=\"rp-step__desc\"> So we can match you with a specialist who knows your market &#x2014; and unlock volume pricing tiers. </p>",
      "words": 17,
      "direct": false,
      "issue": "First paragraph is 17 words and does not look like a concise direct answer."
    },
    {
      "heading": "Where and when are you hiring?",
      "headingHtml": "<h3 class=\"rp-step__title\">Where and when are you hiring?</h3>",
      "firstParagraph": "Tell us the geography and timing and we'll quote each country line by line, with onboarding timelines.",
      "paragraphHtml": "<p class=\"rp-step__desc\"> Tell us the geography and timing and we&apos;ll quote each country line by line, with onboarding timelines. </p>",
      "words": 17,
      "direct": false,
      "issue": "First paragraph is 17 words and does not look like a concise direct answer."
    },
    {
      "heading": "Help us beat your current setup",
      "headingHtml": "<h3 class=\"rp-step__title\">Help us beat your current setup</h3>",
      "firstParagraph": "We'll benchmark your current deal and send a line-by-line proposal in 24 hours — showing exactly where we cut cost, time, or risk. After you submit, you can book a call to walk through it together.",
      "paragraphHtml": "<p class=\"rp-step__desc\"> We&apos;ll benchmark your current deal and send a line-by-line proposal in 24 hours &#x2014; showing exactly where we cut cost, time, or risk. After you submit, you can book a call to walk through it together. </p>",
      "words": 35,
      "direct": false,
      "issue": "First paragraph is 35 words and does not look like a concise direct answer."
    },
    {
      "heading": "Thanks! Your proposal is on its way.",
      "headingHtml": "<h2 class=\"ty-headline\">Thanks! Your proposal is on its way.</h2>",
      "firstParagraph": "Expect a tailored, line-by-line proposal in your inbox within 24 hours. In the meantime…",
      "paragraphHtml": "<p class=\"ty-lead\">Expect a tailored, line-by-line proposal in your inbox within 24 hours. In the meantime&#x2026;</p>",
      "words": 14,
      "direct": false,
      "issue": "First paragraph is 14 words and does not look like a concise direct answer."
    },
    {
      "heading": "Want to walk through it together?",
      "headingHtml": "<h3>Want to walk through it together?</h3>",
      "firstParagraph": "Book a free 30-minute call with one of our specialists. We'll explain every line, answer your questions, and tailor the proposal further if you need.",
      "paragraphHtml": "<p>Book a free 30-minute call with one of our specialists. We&apos;ll explain every line, answer your questions, and tailor the proposal further if you need.</p>",
      "words": 25,
      "direct": false,
      "issue": "First paragraph is 25 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.

2 Warning

Needs attention

GEO: Explanatory content depth

Warning
01

Issue

No substantial explanatory paragraphs were found.

Details

02

Why it matters

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

Check name

GEO: Explanatory content depth

Score

75/100

Status

warning

Category

GEO, AIO & AEO

Maturity

Emerging recommendation

Goal

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

Result

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

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

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

GEO: Entity clarity

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

2 Warning

Needs attention

GEO: Entity clarity

Warning
01

Issue

Title/H1 terms missing from description: remote, people, award, winning, across, owned, entities, dedicated.

Details

02

Why it matters

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

Check name

GEO: Entity clarity

Score

85/100

Status

warning

Category

GEO, AIO & AEO

Maturity

Emerging recommendation

Goal

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

Result

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

Evidence
{
  "title": "Remote People | Employer of Record & Global Payroll in 150+ Countries",
  "h1": "Award-winning employer of record across 150+ countries with built-in recruitment, owned entities, and dedicated support from $199/month",
  "description": "Hire employees in 150+ countries with employer of record services, global payroll, and built-in recruitment. EOR from $199/mo. No hidden fees. Get a q",
  "topicOverlap": 0.5,
  "topicTerms": [
    "remote",
    "people",
    "employer",
    "record",
    "global",
    "payroll",
    "150",
    "countries",
    "award",
    "winning",
    "across",
    "built",
    "recruitment",
    "owned",
    "entities",
    "dedicated"
  ],
  "descriptionTerms": [
    "hire",
    "employees",
    "150",
    "countries",
    "employer",
    "record",
    "services",
    "global",
    "payroll",
    "built",
    "recruitment",
    "eor",
    "199",
    "hidden",
    "fees",
    "get"
  ],
  "missingFromDescription": [
    "remote",
    "people",
    "award",
    "winning",
    "across",
    "owned",
    "entities",
    "dedicated"
  ],
  "score": 85,
  "weight": 28
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

AEO: Answer evidence and trust

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

2 Warning

Needs attention

AEO: Answer evidence and trust

Warning
01

Issue

Missing AIO trust signals: publisher.

Details

02

Why it matters

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

Check name

AEO: Answer evidence and trust

Score

80/100

Status

warning

Category

GEO, AIO & AEO

Maturity

Emerging recommendation

Goal

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

Result

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

Evidence
{
  "signals": {
    "author": true,
    "publisher": false,
    "freshnessDate": true,
    "aboutOrContact": true,
    "policyLinks": true
  },
  "missing": [
    "publisher"
  ],
  "authorMeta": "",
  "schemaAuthors": [
    "Susan Snipes"
  ],
  "schemaPublishers": [],
  "schemaDates": [
    "2024-03-28T08:26:37+00:00",
    "2026-06-05T06:09:28+00:00",
    "2024-03-28T00:00:00+00:00"
  ],
  "visibleDates": [],
  "aboutLinks": [
    {
      "href": "/solutions/company-registration/",
      "text": "Incorporate",
      "html": "<a href=\"/solutions/company-registration/\" class=\"elementor-item\"><div class=\"ico-dv\"><img alt=\"Incorporate services icon\" src=\"/wp-content/uploads/2026/01/incorporate-mobile-icon.svg\" width=\"20\" height=\"20\" loading=\"lazy\" fetchpriority=\"low\"></div><div class=\"data-dv\"><p><strong>Incorporate</strong></p></div></a>"
    },
    {
      "href": "/solutions/company-registration/",
      "text": "Incorporate",
      "html": "<a href=\"/solutions/company-registration/\" class=\"elementor-item\" tabindex=\"-1\"><div class=\"ico-dv\"><img alt=\"Incorporate services icon\" src=\"/wp-content/uploads/2026/01/incorporate-mobile-icon.svg\" width=\"20\" height=\"20\" loading=\"lazy\" fetchpriority=\"low\"></div><div class=\"data-dv\"><p><strong>Incorporate</strong></p></div></a>"
    },
    {
      "href": "/about/reviews/",
      "text": "Read Our Reviews",
      "html": "<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"/about/reviews/\"> <span class=\"elementor-button-content-wrapper\"> <span class=\"elementor-button-text\">Read Our Reviews</span> </span> </a>"
    },
    {
      "href": "/about/",
      "text": "",
      "html": "<a href=\"/about/\" class=\"elementor-icon\" tabindex=\"-1\" aria-label=\"Our Story\"> <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\"><g clip-path=\"url(#clip0_5425_14600)\"><path d=\"M12 6C10.343 6 9 4.657 9 3C9 1.343 10.343 0 12 0C13.657 0 15 1.343 15 3C15 4.657 13.657 6 12 6Z\" fill=\"#12332B\"/><path d=\"M6 19C4.895 19 4 18.105 4 17V11C4 9.87 4.391 8.838 5.026 8H2C0.895 8 0 8.895 0 10V15C0 15.552 0.448 16 1 16H2V21C2 21.552 2.448 22 3 22H5C5.552 22 6 21.55..."
    },
    {
      "href": "/about/",
      "text": "Our Story",
      "html": "<a href=\"/about/\"> Our Story </a>"
    },
    {
      "href": "/about/reviews/",
      "text": "",
      "html": "<a href=\"/about/reviews/\" class=\"elementor-icon\" tabindex=\"-1\" aria-label=\"Reviews\"> <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\"><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M15.0429 22.1213C14.4803 22.6839 13.7172 23 12.9216 23H6C4.34315 23 3 21.6569 3 20V4C3 2.34315 4.34315 1 6 1H18C19.6569 1 21 2.34315 21 4V14.9216C21 15.7172 20.6839 16.4803 20.1213 17.0429L15.0429 22.1213ZM19 15H13V21L19 15ZM7 10V12H17V10H7ZM7 6H12V8H7V6ZM14 6V8H17V6H..."
    },
    {
      "href": "/about/reviews/",
      "text": "Reviews",
      "html": "<a href=\"/about/reviews/\"> Reviews </a>"
    },
    {
      "href": "/about/case-studies/",
      "text": "",
      "html": "<a href=\"/about/case-studies/\" class=\"elementor-icon\" tabindex=\"-1\" aria-label=\"Customer Stories\"> <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"32\" height=\"33\" viewBox=\"0 0 32 33\" fill=\"none\"><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M28.5352 20.9156L19.7486 29.7022L14.6953 24.649L16.0152 23.329L19.7486 27.0624L27.2152 19.5957L28.5352 20.9156Z\" fill=\"#12332B\"/><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M10.8027 3.34347C11.5029 2.64333 12.4525 2.25 13.4426 2.25H24.4161C26.478 2...."
    },
    {
      "href": "/about/case-studies/",
      "text": "Customer Stories",
      "html": "<a href=\"/about/case-studies/\"> Customer Stories </a>"
    },
    {
      "href": "/about/security-and-privacy/",
      "text": "",
      "html": "<a href=\"/about/security-and-privacy/\" class=\"elementor-icon\" tabindex=\"-1\" aria-label=\"Security\"> <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"25\" height=\"25\" viewBox=\"0 0 25 25\" fill=\"none\"><path d=\"M22.5 4.25075C19.343 4.25075 15.635 3.13975 13.055 1.41875C12.719 1.19375 12.282 1.19375 11.946 1.41875C9.365 3.13975 5.657 4.25075 2.5 4.25075C1.948 4.25075 1.5 4.69775 1.5 5.25075C1.5 13.6248 5.465 20.3237 12.106 23.1698C12.232 23.2238 12.366 23.2507 12.5 23.2507C12.634 23.2507 12.768 23.223..."
    },
    {
      "href": "/about/security-and-privacy/",
      "text": "Security",
      "html": "<a href=\"/about/security-and-privacy/\"> Security </a>"
    },
    {
      "href": "/about/careers/",
      "text": "",
      "html": "<a href=\"/about/careers/\" class=\"elementor-icon\" tabindex=\"-1\" aria-label=\"Careers\"> <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\"><path d=\"M10.25 11.125C12.9079 11.125 15.0625 8.97037 15.0625 6.3125C15.0625 3.65463 12.9079 1.5 10.25 1.5C7.59213 1.5 5.4375 3.65463 5.4375 6.3125C5.4375 8.97037 7.59213 11.125 10.25 11.125Z\" fill=\"#12332B\"/><path d=\"M10.25 17.25C10.25 15.6531 10.7934 14.184 11.6973 13.0054C11.2256 12.9266 10.7444 12.875 10.25 12.8..."
    },
    {
      "href": "/about/careers/",
      "text": "Careers",
      "html": "<a href=\"/about/careers/\"> Careers </a>"
    },
    {
      "href": "/about/partner-program/",
      "text": "Join as a partner",
      "html": "<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"/about/partner-program/\"> <span class=\"elementor-button-content-wrapper\"> <span class=\"elementor-button-text\">Join as a partner</span> </span> </a>"
    },
    {
      "href": "https://remotepeople.com/about/case-studies/how-ivc-tapped-into-the-australian-market-by-using-remote-people/",
      "text": "",
      "html": "<a href=\"https://remotepeople.com/about/case-studies/how-ivc-tapped-into-the-australian-market-by-using-remote-people/\"> <span class=\"elementor-icon-list-text\"></span> </a>"
    },
    {
      "href": "https://remotepeople.com/about/case-studies/easystart-non-eu-hiring-france/",
      "text": "",
      "html": "<a href=\"https://remotepeople.com/about/case-studies/easystart-non-eu-hiring-france/\"> <span class=\"elementor-icon-list-text\"></span> </a>"
    },
    {
      "href": "/about/case-studies/",
      "text": "Case Studies",
      "html": "<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"/about/case-studies/\"> <span class=\"elementor-button-content-wrapper\"> <span class=\"elementor-button-text\">Case Studies</span> </span> </a>"
    },
    {
      "href": "https://www.linkedin.com/company/remotepeoplecom",
      "text": "",
      "html": "<a href=\"https://www.linkedin.com/company/remotepeoplecom\" class=\"footer__social-link\" aria-label=\"Visit Remote People on LinkedIn\" target=\"_blank\" rel=\"noopener nofollow\"> <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"13\" height=\"13\" viewBox=\"0 0 13 13\" fill=\"currentColor\" aria-hidden=\"true\"> <path d=\"M2.82774 1.46669C2.82774 2.18581 2.29682 2.76785 1.42395 2.76785C0.602202 2.76785 0.0712891 2.18544 0.0712891 1.46669C0.0712891 0.747938 0.619244 0.165527 1.45803 0.165527C2.29682 0.165527 2.8..."
    },
    {
      "href": "/solutions/company-registration/",
      "text": "Global Company Registration",
      "html": "<a href=\"/solutions/company-registration/\">Global Company Registration</a>"
    },
    {
      "href": "/about/",
      "text": "About",
      "html": "<a href=\"/about/\">About</a>"
    },
    {
      "href": "/about/reviews/",
      "text": "Reviews",
      "html": "<a href=\"/about/reviews/\">Reviews</a>"
    },
    {
      "href": "/about/case-studies/",
      "text": "Case Studies",
      "html": "<a href=\"/about/case-studies/\">Case Studies</a>"
    },
    {
      "href": "/about/partner-program/",
      "text": "Partners",
      "html": "<a href=\"/about/partner-program/\">Partners</a>"
    },
    {
      "href": "/about/careers/",
      "text": "Careers",
      "html": "<a href=\"/about/careers/\">Careers</a>"
    },
    {
      "href": "/about/press/",
      "text": "Press",
      "html": "<a href=\"/about/press/\">Press</a>"
    },
    {
      "href": "/about/platform/",
      "text": "Platform",
      "html": "<a href=\"/about/platform/\">Platform</a>"
    },
    {
      "href": "/about/security-and-privacy/",
      "text": "Security",
      "html": "<a href=\"/about/security-and-privacy/\">Security</a>"
    }
  ],
  "contactLinks": [
    {
      "href": "/contact/",
      "text": "GET A PROPOSAL",
      "html": "<a href=\"/contact/\" class=\"elementor-item\">GET A PROPOSAL</a>"
    },
    {
      "href": "/contact/",
      "text": "GET A PROPOSAL",
      "html": "<a href=\"/contact/\" class=\"elementor-item\" tabindex=\"-1\">GET A PROPOSAL</a>"
    },
    {
      "href": "/contact/",
      "text": "Get a free proposal",
      "html": "<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"/contact/\"> <span class=\"elementor-button-content-wrapper\"> <span class=\"elementor-button-text\">Get a free proposal</span> </span> </a>"
    },
    {
      "href": "/contact/",
      "text": "Book a free demo",
      "html": "<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"/contact/\"> <span class=\"elementor-button-content-wrapper\"> <span class=\"elementor-button-text\">Book a free demo</span> </span> </a>"
    },
    {
      "href": "/contact/",
      "text": "Get a free proposal",
      "html": "<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"/contact/\"> <span class=\"elementor-button-content-wrapper\"> <span class=\"elementor-button-text\">Get a free proposal</span> </span> </a>"
    },
    {
      "href": "/contact/",
      "text": "Talk to an HR expert",
      "html": "<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"/contact/\"> <span class=\"elementor-button-content-wrapper\"> <span class=\"elementor-button-text\">Talk to an HR expert</span> </span> </a>"
    },
    {
      "href": "/contact/",
      "text": "GET A PROPOSAL",
      "html": "<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"/contact/\"> <span class=\"elementor-button-content-wrapper\"> <span class=\"elementor-button-text\">GET A PROPOSAL</span> </span> </a>"
    },
    {
      "href": "/contact/",
      "text": "GET A PROPOSAL",
      "html": "<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"/contact/\"> <span class=\"elementor-button-content-wrapper\"> <span class=\"elementor-button-text\">GET A PROPOSAL</span> </span> </a>"
    },
    {
      "href": "/contact/",
      "text": "Book a Demo",
      "html": "<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"/contact/\"> <span class=\"elementor-button-content-wrapper\"> <span class=\"elementor-button-text\">Book a Demo</span> </span> </a>"
    },
    {
      "href": "/contact/",
      "text": "Book a Demo",
      "html": "<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"/contact/\"> <span class=\"elementor-button-content-wrapper\"> <span class=\"elementor-button-text\">Book a Demo</span> </span> </a>"
    },
    {
      "href": "/contact/",
      "text": "GET STARTED",
      "html": "<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"/contact/\"> <span class=\"elementor-button-content-wrapper\"> <span class=\"elementor-button-text\">GET STARTED</span> </span> </a>"
    },
    {
      "href": "/contact/",
      "text": "GET STARTED",
      "html": "<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"/contact/\"> <span class=\"elementor-button-content-wrapper\"> <span class=\"elementor-button-text\">GET STARTED</span> </span> </a>"
    },
    {
      "href": "/contact/",
      "text": "GET STARTED",
      "html": "<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"/contact/\"> <span class=\"elementor-button-content-wrapper\"> <span class=\"elementor-button-text\">GET STARTED</span> </span> </a>"
    },
    {
      "href": "/contact/",
      "text": "GET STARTED",
      "html": "<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"/contact/\"> <span class=\"elementor-button-content-wrapper\"> <span class=\"elementor-button-text\">GET STARTED</span> </span> </a>"
    },
    {
      "href": "/contact/",
      "text": "Talk to an Expert",
      "html": "<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"/contact/\"> <span class=\"elementor-button-content-wrapper\"> <span class=\"elementor-button-text\">Talk to an Expert</span> </span> </a>"
    },
    {
      "href": "/contact/",
      "text": "BOOK A DEMO",
      "html": "<a href=\"/contact/\" class=\"hero-cta__btn\">BOOK A DEMO</a>"
    },
    {
      "href": "/contact/",
      "text": "Request a Proposal",
      "html": "<a href=\"/contact/\" class=\"footer__btn\">Request a Proposal</a>"
    },
    {
      "href": "/contact/",
      "text": "Contact Us",
      "html": "<a href=\"/contact/\">Contact Us</a>"
    }
  ],
  "privacyLinks": [
    {
      "href": "/about/security-and-privacy/",
      "text": "",
      "html": "<a href=\"/about/security-and-privacy/\" class=\"elementor-icon\" tabindex=\"-1\" aria-label=\"Security\"> <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"25\" height=\"25\" viewBox=\"0 0 25 25\" fill=\"none\"><path d=\"M22.5 4.25075C19.343 4.25075 15.635 3.13975 13.055 1.41875C12.719 1.19375 12.282 1.19375 11.946 1.41875C9.365 3.13975 5.657 4.25075 2.5 4.25075C1.948 4.25075 1.5 4.69775 1.5 5.25075C1.5 13.6248 5.465 20.3237 12.106 23.1698C12.232 23.2238 12.366 23.2507 12.5 23.2507C12.634 23.2507 12.768 23.223..."
    },
    {
      "href": "/about/security-and-privacy/",
      "text": "Security",
      "html": "<a href=\"/about/security-and-privacy/\"> Security </a>"
    },
    {
      "href": "/about/security-and-privacy/",
      "text": "Security",
      "html": "<a href=\"/about/security-and-privacy/\">Security</a>"
    },
    {
      "href": "/terms-of-service/",
      "text": "Terms of Service",
      "html": "<a href=\"/terms-of-service/\">Terms of Service</a>"
    },
    {
      "href": "/privacy-policy/",
      "text": "Privacy Policy",
      "html": "<a href=\"/privacy-policy/\">Privacy Policy</a>"
    },
    {
      "href": "/privacy-policy",
      "text": "Privacy Policy",
      "html": "<a href=\"/privacy-policy\">Privacy Policy</a>"
    },
    {
      "href": "/terms",
      "text": "Terms",
      "html": "<a href=\"/terms\">Terms</a>"
    }
  ],
  "score": 80,
  "weight": 22
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

GEO: Extraction-friendly structure

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

2 Warning

Needs attention

GEO: Extraction-friendly structure

Warning
01

Issue

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

Details

02

Why it matters

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

Check name

GEO: Extraction-friendly structure

Score

85/100

Status

warning

Category

GEO, AIO & AEO

Maturity

Emerging recommendation

Goal

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

Result

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

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

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, 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": "Recruit, Employ, and Incorporate. One Platform, Zero Complexity.",
      "html": "<h2 class=\"elementor-heading-title elementor-size-default\">Recruit, Employ, and Incorporate. One Platform, Zero Complexity.</h2>"
    },
    {
      "text": "Employer of Record",
      "html": "<h2 class=\"elementor-image-box-title\">Employer of <br>Record</h2>"
    },
    {
      "text": "Recruitment",
      "html": "<h2 class=\"elementor-image-box-title\">Recruitment</h2>"
    },
    {
      "text": "Contractor of Record",
      "html": "<h2 class=\"elementor-image-box-title\">Contractor of <br>Record</h2>"
    },
    {
      "text": "Global Payroll",
      "html": "<h2 class=\"elementor-image-box-title\">Global Payroll</h2>"
    },
    {
      "text": "Contractor Management",
      "html": "<h2 class=\"elementor-image-box-title\">Contractor Management</h2>"
    },
    {
      "text": "US PEO",
      "html": "<h2 class=\"elementor-image-box-title\"><a href=\"https://remotepeople.com/solutions/us-peo-services/\">US PEO</a></h2>"
    },
    {
      "text": "Why Companies Are Switching to Remote People",
      "html": "<h2 class=\"elementor-heading-title elementor-size-default\">Why Companies Are Switching to Remote People</h2>"
    },
    {
      "text": "A global team, this week. In 150 countries.",
      "html": "<h2 class=\"elementor-heading-title elementor-size-default\">A global team, <span class=\"green-decoration\">this week.</span><br> In 150 countries.</h2>"
    },
    {
      "text": "Hire anywhere. Onboarded in 48 hours.",
      "html": "<h2 class=\"elementor-heading-title elementor-size-default\">Hire anywhere. Onboarded in 48 hours.</h2>"
    },
    {
      "text": "From brief to shortlist in 72 hours.",
      "html": "<h2 class=\"elementor-heading-title elementor-size-default\">From brief to shortlist in 72 hours.</h2>"
    },
    {
      "text": "Contractors compliant and paid in 48 hours.",
      "html": "<h2 class=\"elementor-heading-title elementor-size-default\">Contractors compliant and paid in 48 hours.</h2>"
    },
    {
      "text": "Live payroll in 5 days. On time, every cycle.",
      "html": "<h2 class=\"elementor-heading-title elementor-size-default\">Live payroll in 5 days. On time, every cycle.</h2>"
    },
    {
      "text": "Enterprise-grade. Globally trusted.",
      "html": "<h2 class=\"elementor-heading-title elementor-size-default\">Enterprise-grade. <span class=\"green-decoration\">Globally trusted.</span></h2>"
    },
    {
      "text": "Don't take our word for it.",
      "html": "<h2 class=\"elementor-heading-title elementor-size-default\">Don&apos;t take our word for it.</h2>"
    },
    {
      "text": "#1 All-Round EOR 2026",
      "html": "<h2 class=\"elementor-heading-title elementor-size-default\">#1 All-Round EOR 2026</h2>"
    },
    {
      "text": "Most Budget-Friendly",
      "html": "<h2 class=\"elementor-heading-title elementor-size-default\">Most Budget-Friendly</h2>"
    },
    {
      "text": "Global Hiring Platform",
      "html": "<h2 class=\"elementor-heading-title elementor-size-default\">Global Hiring Platform</h2>"
    },
    {
      "text": "Top Growing EOR Platform",
      "html": "<h2 class=\"elementor-heading-title elementor-size-default\">Top Growing EOR Platform</h2>"
    },
    {
      "text": "Remote People Review",
      "html": "<h2 class=\"elementor-heading-title elementor-size-default\">Remote People Review</h2>"
    },
    {
      "text": "From local team to global workforce – see how they did it",
      "html": "<h2 class=\"elementor-heading-title elementor-size-default\">From local team to <span class=\"green-decoration\">global workforce</span> &#x2013; see how they did it</h2>"
    },
    {
      "text": "Thanks! Your proposal is on its way.",
      "html": "<h2 class=\"ty-headline\">Thanks! Your proposal is on its way.</h2>"
    }
  ],
  "expected": [
    {
      "id": "what",
      "label": "What is Remote People?",
      "pattern": {}
    },
    {
      "id": "how",
      "label": "How does Remote People work?",
      "pattern": {}
    },
    {
      "id": "benefits",
      "label": "Why use Remote People?",
      "pattern": {}
    },
    {
      "id": "cost",
      "label": "Is Remote People free or paid?",
      "pattern": {}
    },
    {
      "id": "compare",
      "label": "How does Remote People compare with alternatives?",
      "pattern": {}
    }
  ],
  "missing": [
    {
      "id": "what",
      "label": "What is Remote People?",
      "pattern": {}
    },
    {
      "id": "compare",
      "label": "How does Remote People compare with alternatives?",
      "pattern": {}
    }
  ],
  "score": 70,
  "weight": 8
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

AEO: Entity and definition clarity

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

1 Warning

Needs attention

AEO: Entity and definition clarity

Warning
01

Issue

Entity or definition gaps: remote, people, award, winning, across, owned, entities, dedicated.

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

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

Evidence
{
  "title": "Remote People | Employer of Record & Global Payroll in 150+ Countries",
  "h1": "Award-winning employer of record across 150+ countries with built-in recruitment, owned entities, and dedicated support from $199/month",
  "description": "Hire employees in 150+ countries with employer of record services, global payroll, and built-in recruitment. EOR from $199/mo. No hidden fees. Get a q",
  "topicOverlap": 0.5,
  "definitionCount": 17,
  "topicTerms": [
    "remote",
    "people",
    "employer",
    "record",
    "global",
    "payroll",
    "150",
    "countries",
    "award",
    "winning",
    "across",
    "built",
    "recruitment",
    "owned",
    "entities",
    "dedicated"
  ],
  "descriptionTerms": [
    "hire",
    "employees",
    "150",
    "countries",
    "employer",
    "record",
    "services",
    "global",
    "payroll",
    "built",
    "recruitment",
    "eor",
    "199",
    "hidden",
    "fees",
    "get"
  ],
  "missingFromDescription": [
    "remote",
    "people",
    "award",
    "winning",
    "across",
    "owned",
    "entities",
    "dedicated"
  ],
  "score": 88,
  "weight": 18
}

Agent Ease of UseAPIEmerging recommendation

AI context endpoint

AI context endpoint is informational for this page.

Informational

Needs attention

AI context endpoint

Informational
01

Issue

AI context endpoint is informational for this page.

02

Why it matters

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

Check name

AI context endpoint

Score

100/100

Status

informational

Category

API

Maturity

Emerging recommendation

Goal

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

Result

AI context endpoint is informational for this page.

Validation steps

  1. Fetch to find resource

    AI context endpoint was not found at the expected path.

Evidence
{
  "steps": [
    {
      "id": "fetch",
      "title": "Fetch to find resource",
      "status": "informational",
      "evidence": {
        "checked": [
          {
            "path": "/api/ai/context",
            "statusCode": 404,
            "contentType": "text/html; charset=UTF-8",
            "length": 382967
          },
          {
            "path": "/api/context",
            "statusCode": 404,
            "contentType": "text/html; charset=UTF-8",
            "length": 383111
          },
          {
            "path": "/context",
            "statusCode": 404,
            "contentType": "text/html; charset=UTF-8",
            "length": 383108
          }
        ]
      },
      "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."
    }
  ]
}

Agent Ease of UseAuthEmerging recommendation

Auth.md Agent Registration

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

Informational

Needs attention

Auth.md Agent Registration

Informational
01

Issue

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

02

Why it matters

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

Check name

Auth.md Agent Registration

Score

0/100

Status

informational

Category

Auth

Maturity

Emerging recommendation

Goal

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

Result

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

Validation steps

  1. Fetch and validate /auth.md

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

  2. Publish protected resource metadata

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

  3. Validate agent_auth authorization metadata

    OAuth authorization server metadata could not be fetched.

Evidence
{
  "failedStep": "auth-md",
  "steps": [
    {
      "id": "auth-md",
      "title": "Fetch and validate /auth.md",
      "status": "fail",
      "evidence": {
        "path": "/auth.md",
        "ok": false,
        "statusCode": 404,
        "contentType": "text/html; charset=UTF-8",
        "length": 383109,
        "validation": {
          "valid": false,
          "issue": "auth.md response did not match the expected agent registration shape. Content-Type \"text/html; charset=UTF-8\" is not Markdown or text/plain; missing /.well-known/oauth-protected-resource link; missing /.well-known/oauth-authorization-server link; missing supported identity type language.",
          "compatibleContentType": false,
          "contentLength": 333070,
          "hasRegisterInstructions": true,
          "hasProtectedResourceLink": false,
          "hasAuthorizationServerLink": false,
          "mentionsIdentity": false,
          "mentionsCredential": true,
          "links": [
            "https://ogp.me/ns#\">",
            "https://gmpg.org/xfn/11\">",
            "/script",
            "https://js.hsforms.net'",
            "https://forms.hsforms.com'",
            "/(",
            "/);",
            "/script",
            "https://rankmath.com/",
            "/title"
          ],
          "rawExcerpt": "<!doctype html>\n<html lang=\"en\" prefix=\"og: https://ogp.me/ns#\">\n<head>\n\t<meta charset=\"UTF-8\">\n\t<meta name=\"viewport\" content=\"width=device-width, initial-scale=1\">\n\t<link rel=\"profile\" href=\"https://gmpg.org/xfn/11\">\n\t\n<!-- Google Tag Manager for WordPress by gtm4wp.com -->\n<script data-cfasync=\"false\" data-pagespeed-no-defer>\n\tvar gtm4wp_datalayer_name = \"dataLayer\";\n\tvar dataLayer = dataLayer || [];\n</script>\n<!-- End Google Tag Manager for WordPress by gtm4wp.com --><link rel='preconnect' href='https://js.hsforms.net' >\n<link rel='preconnect' href='https://forms.hsforms.com' >\n\t\t<script>\n\t\t(function(){\n\t\t\twindow.ecsSchemeConfig={systemAuto:false};\n\t\t\tvar m=document.cookie.match(/(?:^|;\\s*)ecs_color_scheme=([^;]+)/);\n\t\t\tif(m&&m[1]==='alt'){\n\t\t\t\tdocument.documentElement.setAttribute('da"
        }
      },
      "issue": "auth.md response did not match the expected agent registration shape. Content-Type \"text/html; charset=UTF-8\" is not Markdown or text/plain; missing /.well-known/oauth-protected-resource link; missing /.well-known/oauth-authorization-server link; missing supported identity type language.",
      "howToFix": "Serve /auth.md at the site root as Markdown with agent registration instructions and links to OAuth metadata."
    },
    {
      "id": "oauth-protected-resource",
      "title": "Publish protected resource metadata",
      "status": "fail",
      "evidence": {
        "path": "/.well-known/oauth-protected-resource",
        "ok": false,
        "statusCode": 404,
        "contentType": "text/html; charset=UTF-8",
        "length": 383170,
        "text": "<!doctype html>\n<html lang=\"en\" prefix=\"og: https://ogp.me/ns#\">\n<head>\n\t<meta charset=\"UTF-8\">\n\t<meta name=\"viewport\" content=\"width=device-width, initial-scale=1\">\n\t<link rel=\"profile\" href=\"https://gmpg.org/xfn/11\">\n\t\n<!-- Google Tag Manager for WordPress by gtm4wp.com -->\n<script data-cfasync=\"false\" data-pagespeed-no-defer>\n\tvar gtm4wp_datalayer_name = \"dataLayer\";\n\tvar dataLayer = dataLayer || [];\n</script>\n<!-- End Google Tag Manager for WordPress by gtm4wp.com --><link rel='preconnect' href='https://js.hsforms.net' >\n<link rel='preconnect' href='https://forms.hsforms.com' >\n\t\t<script>\n\t\t(function(){\n\t\t\twindow.ecsSchemeConfig={systemAuto:false};\n\t\t\tvar m=document.cookie.match(/(?:^|;\\s*)ecs_color_scheme=([^;]+)/);\n\t\t\tif(m&&m[1]==='alt'){\n\t\t\t\tdocument.documentElement.setAttribute('data-ecs-scheme','alt');\n\t\t\t}else if(!m&&false){\n\t\t\t\tif(window.matchMedia&&window.matchMedia('(prefers-color-scheme:dark)').matches){\n\t\t\t\t\tdocument.documentElement.setAttribute('data-ecs-scheme','alt');\n\t\t\t\t}\n\t\t\t}\n\t\t})();\n\t\t</script>\n\t\t\n<!-- Search Engine Optimization by Rank Math PRO - https://rankmath.com/ -->\n<title>Page Not Found | Remote People</title><link rel=\"preload\" href=\"https://remotepeople.com/wp-content/uploads/2025/08/RP_Logo_Stacked_Dark-1.svg\" as=\"image\" fetchpriority=\"high\">\n<meta name=\"robots\" content=\"follow, noindex\"/>\n<meta property=\"og:locale\" content=\"en_US\" />\n<meta property=\"og:type\" content=\"article\" />\n<meta property=\"og:title\" content=\"Page Not Found | Remote People\" />\n<meta property=\"og:site_name\" content=\"Remote People\" />\n<meta property=\"article:publisher\" content=\"https://www.facebook.com/people/Remote-People/61573016797920/\" />\n<meta property=\"og:image\" content=\"https://remotepeople.com/wp-content/uploads/2026/02/remote-people-e-mail-g2.webp\" />\n<meta property=\"og:image:secure_url\" content=\"https://remotepeople.com/wp-content/uploads/2026/02/remote-people-e-mail-g2.webp\" />\n<meta property=\"og:image:width\" content=\"600\" />\n<meta property=\"og:image:height\" content=\"230\" />\n<meta property=\"og:image:alt\" content=\"Remote People feature dashboard and interface\" />\n<meta property=\"og:image:type\" content=\"image/webp\" />\n<meta name=\"twitter:card\" content=\"summary_large_image\" />\n<meta name=\"twitter:title\" content=\"Page Not Found | Remote People\" />\n<meta name=\"twitter:site\" content=\"@remotepeoplecom\" />\n<meta name=\"twitter:image\" content=\"https://remotepeople.com/wp-content/uploads/2026/02/remote-people-e-mail-g2.webp\" />\n<script type=\"application/ld+json\" class=\"rank-math-schema-pro\">{\"@context\":\"https://schema.org\",\"@graph\":[{\"@type\":\"Place\",\"@id\":\"https://remotepeople.com/#place\",\"geo\":{\"@type\":\"GeoCoordinates\",\"latitude\":\"40.7061\",\"longitude\":\" -74.0103\"},\"hasMap\":\"https://www.google.com/maps/search/?api=1&amp;query=40.7061, -74.0103\",\"address\":{\"@type\":\"PostalAddress\",\"streetAddress\":\"85 Broad St\",\"addressLocality\":\"New York\",\"addressRegion\":\"NY\",\"postalCode\":\"10004\",\"addressCountry\":\"US\"}},{\"@type\":\"Organization\",\"@id\":\"https://remotepeople.com/#organization\",\"name\":\"Remote People\",\"url\":\"https://remotepeople.com\",\"sameAs\":[\"https://www.facebook.com/people/Remote-People/61573016797920/\",\"https://twitter.com/remotepeoplecom\",\"https://www.linkedin.com/company/remotepeoplecom\",\"https://www.crunchbase.com/organization/remotepeople\",\"https://www.g2.com/products/remote-people/reviews\",\"https://www.glassdoor.com/Overview/Working-at-Remote-People-EI_IE10218630.11,24.htm\",\"https://medium.com/@remotepeople\"],\"email\":\"[email protected]\",\"address\":{\"@type\":\"PostalAddress\",\"streetAddress\":\"85 Broad St\",\"addressLocality\":\"New York\",\"addressRegion\":\"NY\",\"postalCode\":\"10004\",\"addressCountry\":\"US\"},\"logo\":{\"@type\":\"ImageObject\",\"@id\":\"https://remotepeople.com/#logo\",\"url\":\"https://remotepeople.com/wp-content/uploads/2025/09/RP_Logo_Stacked_Light.svg\",\"contentUrl\":\"https://remotepeople.com/wp-content/uploads/2025/09/RP_Logo_Stacked_Light.svg\",\"caption\":\"Remote People\",\"inLanguage\":\"en\",\"width\":\"\",\"height\":\"\"},\"description\":\"Re"
      },
      "issue": "The OAuth Protected Resource metadata endpoint did not return HTTP 2xx.",
      "howToFix": "Publish /.well-known/oauth-protected-resource with resource and authorization_servers fields."
    },
    {
      "id": "agent-auth-block",
      "title": "Validate agent_auth authorization metadata",
      "status": "fail",
      "evidence": {
        "valid": false,
        "issue": "OAuth authorization server metadata could not be fetched.",
        "fetch": {
          "ok": false,
          "statusCode": 404,
          "contentType": "text/html; charset=UTF-8",
          "length": 383560,
          "text": "<!doctype html>\n<html lang=\"en\" prefix=\"og: https://ogp.me/ns#\">\n<head>\n\t<meta charset=\"UTF-8\">\n\t<meta name=\"viewport\" content=\"width=device-width, initial-scale=1\">\n\t<link rel=\"profile\" href=\"https://gmpg.org/xfn/11\">\n\t\n<!-- Google Tag Manager for WordPress by gtm4wp.com -->\n<script data-cfasync=\"false\" data-pagespeed-no-defer>\n\tvar gtm4wp_datalayer_name = \"dataLayer\";\n\tvar dataLayer = dataLayer || [];\n</script>\n<!-- End Google Tag Manager for WordPress by gtm4wp.com --><link rel='preconnect' href='https://js.hsforms.net' >\n<link rel='preconnect' href='https://forms.hsforms.com' >\n\t\t<script>\n\t\t(function(){\n\t\t\twindow.ecsSchemeConfig={systemAuto:false};\n\t\t\tvar m=document.cookie.match(/(?:^|;\\s*)ecs_color_scheme=([^;]+)/);\n\t\t\tif(m&&m[1]==='alt'){\n\t\t\t\tdocument.documentElement.setAttribute('data-ecs-scheme','alt');\n\t\t\t}else if(!m&&false){\n\t\t\t\tif(window.matchMedia&&window.matchMedia('(prefers-color-scheme:dark)').matches){\n\t\t\t\t\tdocument.documentElement.setAttribute('data-ecs-scheme','alt');\n\t\t\t\t}\n\t\t\t}\n\t\t})();\n\t\t</script>\n\t\t\n<!-- Search Engine Optimization by Rank Math PRO - https://rankmath.com/ -->\n<title>Page Not Found | Remote People</title><link rel=\"preload\" href=\"https://remotepeople.com/wp-content/uploads/2025/08/RP_Logo_Stacked_Dark-1.svg\" as=\"image\" fetchpriority=\"high\">\n<meta name=\"robots\" content=\"follow, noindex\"/>\n<meta property=\"og:locale\" content=\"en_US\" />\n<meta property=\"og:type\" content=\"article\" />\n<meta property=\"og:title\" content=\"Page Not Found | Remote People\" />\n<meta property=\"og:site_name\" content=\"Remote People\" />\n<meta property=\"article:publisher\" content=\"https://www.facebook.com/people/Remote-People/61573016797920/\" />\n<meta property=\"og:image\" content=\"https://remotepeople.com/wp-content/uploads/2026/02/remote-people-e-mail-g2.webp\" />\n<meta property=\"og:image:secure_url\" content=\"https://remotepeople.com/wp-content/uploads/2026/02/remote-people-e-mail-g2.webp\" />\n<meta property=\"og:image:width\" content=\"600\" />\n<meta property=\"og:image:height\" content=\"230\" />\n<meta property=\"og:image:alt\" content=\"Remote People feature dashboard and interface\" />\n<meta property=\"og:image:type\" content=\"image/webp\" />\n<meta name=\"twitter:card\" content=\"summary_large_image\" />\n<meta name=\"twitter:title\" content=\"Page Not Found | Remote People\" />\n<meta name=\"twitter:site\" content=\"@remotepeoplecom\" />\n<meta name=\"twitter:image\" content=\"https://remotepeople.com/wp-content/uploads/2026/02/remote-people-e-mail-g2.webp\" />\n<script type=\"application/ld+json\" class=\"rank-math-schema-pro\">{\"@context\":\"https://schema.org\",\"@graph\":[{\"@type\":\"Place\",\"@id\":\"https://remotepeople.com/#place\",\"geo\":{\"@type\":\"GeoCoordinates\",\"latitude\":\"40.7061\",\"longitude\":\" -74.0103\"},\"hasMap\":\"https://www.google.com/maps/search/?api=1&amp;query=40.7061, -74.0103\",\"address\":{\"@type\":\"PostalAddress\",\"streetAddress\":\"85 Broad St\",\"addressLocality\":\"New York\",\"addressRegion\":\"NY\",\"postalCode\":\"10004\",\"addressCountry\":\"US\"}},{\"@type\":\"Organization\",\"@id\":\"https://remotepeople.com/#organization\",\"name\":\"Remote People\",\"url\":\"https://remotepeople.com\",\"sameAs\":[\"https://www.facebook.com/people/Remote-People/61573016797920/\",\"https://twitter.com/remotepeoplecom\",\"https://www.linkedin.com/company/remotepeoplecom\",\"https://www.crunchbase.com/organization/remotepeople\",\"https://www.g2.com/products/remote-people/reviews\",\"https://www.glassdoor.com/Overview/Working-at-Remote-People-EI_IE10218630.11,24.htm\",\"https://medium.com/@remotepeople\"],\"email\":\"[email protected]\",\"address\":{\"@type\":\"PostalAddress\",\"streetAddress\":\"85 Broad St\",\"addressLocality\":\"New York\",\"addressRegion\":\"NY\",\"postalCode\":\"10004\",\"addressCountry\":\"US\"},\"logo\":{\"@type\":\"ImageObject\",\"@id\":\"https://remotepeople.com/#logo\",\"url\":\"https://remotepeople.com/wp-content/uploads/2025/09/RP_Logo_Stacked_Light.svg\",\"contentUrl\":\"https://remotepeople.com/wp-content/uploads/2025/09/RP_Logo_Stacked_Light.svg\",\"caption\":\"Remote People\",\"inLanguage\":\"en\",\"width\":\"\",\"height\":\"\"},\"description\":\"Re"
        }
      },
      "issue": "OAuth authorization server metadata could not be fetched.",
      "howToFix": "Add agent_auth to /.well-known/oauth-authorization-server with register_uri, supported identity types, credential types, and claim or revocation URLs where applicable."
    }
  ],
  "authApplicability": {
    "supportsAuth": true,
    "score": 6,
    "signals": [
      {
        "source": "link:href",
        "weight": 3,
        "match": "auth link"
      },
      {
        "source": "visible-text",
        "weight": 3,
        "match": "login"
      }
    ]
  },
  "resourceFetchSucceeded": false
}

AI DiscoverabilityDiscoverabilityEstablished

IndexNow key

IndexNow key is informational for this page.

Informational

Needs attention

IndexNow key

Informational
01

Issue

IndexNow key is informational for this page.

02

Why it matters

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

Check name

IndexNow key

Score

100/100

Status

informational

Category

Discoverability

Maturity

Established

Goal

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

Result

IndexNow key is informational for this page.

Validation steps

  1. Find advertised IndexNow key location

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

  2. Fetch and validate IndexNow key file

    No discoverable IndexNow key file was found.

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

Agent Ease of UseAuthEstablished

OAuth / OIDC discovery

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

Informational

Needs attention

OAuth / OIDC discovery

Informational
01

Issue

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

02

Why it matters

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

Check name

OAuth / OIDC discovery

Score

0/100

Status

informational

Category

Auth

Maturity

Established

Goal

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

Result

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

Validation steps

  1. Fetch to find resource

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

Evidence
{
  "failedStep": "fetch",
  "steps": [
    {
      "id": "fetch",
      "title": "Fetch to find resource",
      "status": "fail",
      "evidence": {
        "checked": [
          {
            "path": "/.well-known/openid-configuration",
            "statusCode": 404,
            "contentType": "text/html; charset=UTF-8",
            "length": 383158
          },
          {
            "path": "/.well-known/oauth-authorization-server",
            "statusCode": 404,
            "contentType": "text/html; charset=UTF-8",
            "length": 383560
          }
        ]
      },
      "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": "login"
      }
    ]
  },
  "resourceFetchSucceeded": false
}

Agent Ease of UseAuthEmerging recommendation

OAuth Protected Resource

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

Informational

Needs attention

OAuth Protected Resource

Informational
01

Issue

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

02

Why it matters

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

Check name

OAuth Protected Resource

Score

0/100

Status

informational

Category

Auth

Maturity

Emerging recommendation

Goal

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

Result

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

Validation steps

  1. Fetch protected resource metadata

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

  2. Validate protected resource metadata

    Response is not valid JSON.

  3. Validate protected resource identity

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

  4. Probe protected API Bearer challenge

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

Evidence
{
  "failedStep": "fetch",
  "steps": [
    {
      "id": "fetch",
      "title": "Fetch protected resource metadata",
      "status": "fail",
      "evidence": {
        "path": "/.well-known/oauth-protected-resource",
        "statusCode": 404,
        "contentType": "text/html; charset=UTF-8"
      },
      "issue": "The OAuth Protected Resource metadata endpoint did not return HTTP 2xx.",
      "howToFix": "Publish /.well-known/oauth-protected-resource JSON."
    },
    {
      "id": "metadata",
      "title": "Validate protected resource metadata",
      "status": "fail",
      "evidence": {
        "valid": false,
        "compatibleContentType": false,
        "issue": "Response is not valid JSON.",
        "rawExcerpt": "<!doctype html>\n<html lang=\"en\" prefix=\"og: https://ogp.me/ns#\">\n<head>\n\t<meta charset=\"UTF-8\">\n\t<meta name=\"viewport\" content=\"width=device-width, initial-scale=1\">\n\t<link rel=\"profile\" href=\"https://gmpg.org/xfn/11\">\n\t\n<!-- Google Tag Manager for WordPress by gtm4wp.com -->\n<script data-cfasync=\"false\" data-pagespeed-no-defer>\n\tvar gtm4wp_datalayer_name = \"dataLayer\";\n\tvar dataLayer = dataLayer || [];\n</script>\n<!-- End Google Tag Manager for WordPress by gtm4wp.com --><link rel='preconnect' href='https://js.hsforms.net' >\n<link rel='preconnect' href='https://forms.hsforms.com' >\n\t\t<script>\n\t\t(function(){\n\t\t\twindow.ecsSchemeConfig={systemAuto:false};\n\t\t\tvar m=document.cookie.match(/(?:^|;\\s*)ecs_color_scheme=([^;]+)/);\n\t\t\tif(m&&m[1]==='alt'){\n\t\t\t\tdocument.documentElement.setAttribute('da"
      },
      "issue": "Response is not valid JSON.",
      "howToFix": "Publish resource and authorization_servers as absolute URLs."
    },
    {
      "id": "resource-identity",
      "title": "Validate protected resource identity",
      "status": "fail",
      "evidence": {
        "expectedResource": "https://remotepeople.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://remotepeople.com/.well-known/oauth-protected-resource",
            "metadataUrlMatches": true,
            "resourceMatchesRequestContext": true
          },
          {
            "path": "/api/admin/summary",
            "statusCode": 404,
            "wwwAuthenticate": {
              "valid": false,
              "present": false
            },
            "expectedMetadataUrl": "https://remotepeople.com/.well-known/oauth-protected-resource",
            "metadataUrlMatches": true,
            "resourceMatchesRequestContext": true
          },
          {
            "path": "/api/scans",
            "statusCode": 404,
            "wwwAuthenticate": {
              "valid": false,
              "present": false
            },
            "expectedMetadataUrl": "https://remotepeople.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": "login"
      }
    ]
  },
  "resourceFetchSucceeded": false
}

SEOSEOBrowser audit

Links are not crawlable

100 Fail

Check name

Links are not crawlable

Score

0/100

Status

fail

Device

desktop

Category

SEO

Fix guidance

Search engines may use `href` attributes on links to crawl websites. Ensure that the `href` attribute of anchor elements links to an appropriate destination, so more pages of the site can be discovered. [Learn how to make links crawlable](https://support.google.com/webmasters/answer/9112205)

Evidence
{
  "description": "Search engines may use `href` attributes on links to crawl websites. Ensure that the `href` attribute of anchor elements links to an appropriate destination, so more pages of the site can be discovered. [Learn how to make links crawlable](https://support.google.com/webmasters/answer/9112205)"
}

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

Forced reflow

33 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

LCP request discovery

33 Fail

Check name

LCP request discovery

Score

0/100

Status

fail

Device

desktop

Category

Performance

Fix guidance

[Optimize LCP](https://developer.chrome.com/docs/performance/insights/lcp-discovery) by making the LCP image discoverable from the HTML immediately, and avoiding lazy-loading

Evidence
{
  "description": "[Optimize LCP](https://developer.chrome.com/docs/performance/insights/lcp-discovery) by making the LCP image discoverable from the HTML immediately, and avoiding lazy-loading"
}

Performance and AccessibilityPerformanceBrowser audit

Legacy JavaScript

17 Warning

Check name

Legacy JavaScript

Score

50/100

Status

warning

Device

desktop

Category

Performance

Estimated savings

Est savings of 27 KiB

Fix guidance

Polyfills and transforms enable older browsers to use new JavaScript features. However, many aren't necessary for modern browsers. Consider modifying your JavaScript build process to not transpile [Baseline](https://web.dev/articles/baseline-and-polyfills) features, unless you know you must support older browsers. [Learn why most sites can deploy ES6+ code without transpiling](https://developer.chrome.com/docs/performance/insights/legacy-javascript)

Evidence
{
  "displayValue": "Est savings of 27 KiB",
  "description": "Polyfills and transforms enable older browsers to use new JavaScript features. However, many aren't necessary for modern browsers. Consider modifying your JavaScript build process to not transpile [Baseline](https://web.dev/articles/baseline-and-polyfills) features, unless you know you must support older browsers. [Learn why most sites can deploy ES6+ code without transpiling](https://developer.chrome.com/docs/performance/insights/legacy-javascript)"
}

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