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

OVERALL SCORE

Level 3, Bot-Aware

Moderate readiness for AI agents
AIDiscoverability56%Agent Easeof Use16%Security& Trust80%GEO, AIO, AEO85%SEO85%Performance& Accessibility92%
  • AI Discoverability 56 out of 100
  • Agent Ease of Use 16 out of 100
  • Security & Trust 80 out of 100
  • GEO, AIO and AEO 85 out of 100
  • SEO 85 out of 100
  • Performance and Accessibility 92 out of 100

CAPTURED SCREENSHOT

Captured website desktop screenshot

What AI sees of your website

Coding Interview & Technical Assessment Platform - CoderPad favicon

Coding Interview & Technical Assessment Platform - CoderPad

Hire better devs with CoderPad's live coding interview & technical assessment platform. Filter candidates based on their coding skills, in 99+ languages.

Next step

Turn this report into a fix workflow

22 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
56
Needs work1590View details
Discoverability
71
Needs work540View details
Content Readiness
83
Mostly ready1010View details
Bot Access Control
0
Priority fix040View details
Agent Ease of Use
16
Priority fix7311View details
API
17
Priority fix180View details
Auth
Not Applicable
Not Applicable070View details
MCP
25
Priority fix260View details
Skill Discovery
5
Priority fix0101View details
Agent Commerce
Not Applicable
Not Applicable400
GEO, AIO and AEO
85
Mostly ready8012
GEO Readiness
89
Mostly ready303
AIO Readiness
89
Mostly ready304
AEO Readiness
77
Mostly ready205
SEO
85
Mostly ready920View details
SEO
85
Mostly ready920View details
Security & Trust
80
Mostly ready810View details
Security & Trust
80
Mostly ready410View details
AI Training Exposure
Not Applicable
Not Applicable400
Performance and Accessibility
92
Strong2323View details
Performance
91
Strong1613View details
Accessibility
93
Strong710View details

Prioritized recommendations

Issues ranked by score impact

39 items need attention

Security & TrustSecurity & TrustEstablished

Content-Security-Policy

Content-Security-Policy is missing or incomplete.

100 Fail

Needs attention

Content-Security-Policy

Failed check
01

Issue

Content-Security-Policy is missing or incomplete.

02

Why it matters

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

Check name

Content-Security-Policy

Score

0/100

Status

fail

Category

Security & Trust

Maturity

Established

Goal

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

Result

Content-Security-Policy is missing or incomplete.

Evidence
{
  "header": "content-security-policy",
  "value": "frame-ancestors 'self' https://app.coderpad.io https://screen.coderpad.io https://*.coderpad.tech"
}

AI DiscoverabilityContent ReadinessEstablished

Semantic HTML

Semantic HTML is missing or incomplete.

100 Fail

Needs attention

Semantic HTML

Failed check
01

Issue

Semantic HTML is incomplete: 1 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 class=\"tab-item tab-item-bg js-tab-item-bg\"> <span>&#xa0;</span> </a>"
    ],
    "inaccessibleButtons": [],
    "missingAutocompleteInputs": [],
    "imagesMissingAlt": [],
    "skippedHeadingLevels": []
  },
  "counts": {
    "h1": 1,
    "headings": 18,
    "links": 129,
    "inaccessibleLinks": 1,
    "buttons": 9,
    "inaccessibleButtons": 0,
    "images": 18,
    "imagesWithAlt": 18,
    "autocompleteInputs": 0,
    "inputsWithAutocomplete": 0,
    "missingAutocompleteInputs": 0
  }
}

AI DiscoverabilityDiscoverabilityEstablished

FAQPage schema

FAQPage schema is missing or incomplete.

50 Fail

Needs attention

FAQPage schema

Failed check
01

Issue

FAQ content was detected but no FAQPage schema was found.

02

Why it matters

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

Check name

FAQPage schema

Score

0/100

Status

fail

Category

Discoverability

Maturity

Established

Goal

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

Result

FAQPage schema is missing or incomplete.

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

AI DiscoverabilityDiscoverabilityEstablished

Link headers

Link headers failed at "Find useful Link headers".

50 Fail

Needs attention

Link headers

Failed check
01

Issue

No useful agent discovery Link headers were found.

02

Why it matters

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

Check name

Link headers

Score

0/100

Status

fail

Category

Discoverability

Maturity

Established

Goal

Include Link response headers for agent discovery using RFC 8288.

Result

Link headers failed at "Find useful Link headers".

Validation steps

  1. Find useful Link headers

    No useful agent discovery Link headers were found.

  2. Fetch same-origin Link header targets

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

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

AI DiscoverabilityBot Access ControlEstablished

AI bot rules in robots.txt

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

33 Fail

Needs attention

AI bot rules in robots.txt

Failed check
01

Issue

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

02

Why it matters

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

Check name

AI bot rules in robots.txt

Score

0/100

Status

fail

Category

Bot Access Control

Maturity

Established

Goal

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

Result

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

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

Agent Ease of UseAPIEstablished

API Catalog

API Catalog failed at "Fetch API catalog".

33 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<!--\n ______     ______     _____     ______     ______     ______   ______     _____\n/\\  ___\\   /\\  __ \\   /\\  __-.  /\\  ___\\   /\\  == \\   /\\  == \\ /\\  __ \\   /\\  __-.\n\\ \\ \\____  \\ \\ \\/\\ \\  \\ \\ \\/\\ \\ \\ \\  __\\   \\ \\  __<   \\ \\  _-/ \\ \\  __ \\  \\ \\ \\/\\ \\\n \\ \\_____\\  \\ \\_____\\  \\ \\____-  \\ \\_____\\  \\ \\_\\ \\_\\  \\ \\_\\    \\ \\_\\ \\_\\  \\ \\____-\n  \\/_____/   \\/_____/   \\/____/   \\/_____/   \\/_/ /_/   \\/_/     \\/_/\\/_/   \\/____/\n\n(c) 2026 CoderPad, Inc - Poking around? Want to chat? [email protected] or @CoderPad\n-->\n<html class=\"no-js\" lang=\"en-US\" prefix=\"og: https://ogp.me/ns#\">\n\t<head>\n\t\t<meta charset=\"UTF-8\">\n\t\t<meta http-equiv=\"Content-Type\" content=\"text/html; charset=UTF-8\">\n\t\t<meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n\t\t<meta name=\"theme-color\" co"
      },
      "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.

33 Fail

Needs attention

Content Signal

Failed check
01

Issue

No Content Signal found in robots.txt

02

Why it matters

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

Check name

Content Signal

Score

0/100

Status

fail

Category

Bot Access Control

Maturity

Informational

Goal

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

Result

Content Signal is missing or incomplete.

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

Agent Ease of UseMCPEmerging recommendation

MCP Server Card

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

33 Fail

Needs attention

MCP Server Card

Failed check
01

Issue

MCP Server Card was not found at the expected path.

02

Why it matters

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

Check name

MCP Server Card

Score

0/100

Status

fail

Category

MCP

Maturity

Emerging recommendation

Goal

Publish an MCP Server Card for agent discovery.

Result

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

Validation steps

  1. Fetch to find resource

    MCP Server Card was not found at the expected path.

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

Agent Ease of UseMCPEmerging recommendation

mcp.json

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

33 Fail

Needs attention

mcp.json

Failed check
01

Issue

mcp.json was not found at the expected path.

02

Why it matters

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

Check name

mcp.json

Score

0/100

Status

fail

Category

MCP

Maturity

Emerging recommendation

Goal

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

Result

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

Validation steps

  1. Fetch to find resource

    mcp.json was not found at the expected path.

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

OpenAPI discovery

OpenAPI discovery failed at "Find valid OpenAPI document".

33 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<!--\n ______     ______     _____     ______     ______     ______   ______     _____\n/\\  ___\\   /\\  __ \\   /\\  __-.  /\\  ___\\   /\\  == \\   /\\  == \\ /\\  __ \\   /\\  __-.\n\\ \\ \\____  \\ \\ \\/\\ \\  \\ \\ \\/\\ \\ \\ \\  __\\   \\ \\  __<   \\ \\  _-/ \\ \\  __ \\  \\ \\ \\/\\ \\\n \\ \\_____\\  \\ \\_____\\  \\ \\____-  \\ \\_____\\  \\ \\_\\ \\_\\  \\ \\_\\    \\ \\_\\ \\_\\  \\ \\____-\n  \\/_____/   \\/_____/   \\/____/   \\/_____/   \\/_/ /_/   \\/_/     \\/_/\\/_/   \\/____/\n\n(c) 2026 CoderPad, Inc - Poking around? Want to chat? [email protected] or @CoderPad\n-->\n<html class=\"no-js\" lang=\"en-US\" prefix=\"og: https://ogp.me/ns#\">\n\t<head>\n\t\t<meta charset=\"UTF-8\">\n\t\t<meta http-equiv=\"Content-Type\" content=\"text/html; charset=UTF-8\">\n\t\t<meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n\t\t<meta name=\"theme-color\" co"
          },
          {
            "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<!--\n ______     ______     _____     ______     ______     ______   ______     _____\n/\\  ___\\   /\\  __ \\   /\\  __-.  /\\  ___\\   /\\  == \\   /\\  == \\ /\\  __ \\   /\\  __-.\n\\ \\ \\____  \\ \\ \\/\\ \\  \\ \\ \\/\\ \\ \\ \\  __\\   \\ \\  __<   \\ \\  _-/ \\ \\  __ \\  \\ \\ \\/\\ \\\n \\ \\_____\\  \\ \\_____\\  \\ \\____-  \\ \\_____\\  \\ \\_\\ \\_\\  \\ \\_\\    \\ \\_\\ \\_\\  \\ \\____-\n  \\/_____/   \\/_____/   \\/____/   \\/_____/   \\/_/ /_/   \\/_/     \\/_/\\/_/   \\/____/\n\n(c) 2026 CoderPad, Inc - Poking around? Want to chat? [email protected] or @CoderPad\n-->\n<html class=\"no-js\" lang=\"en-US\" prefix=\"og: https://ogp.me/ns#\">\n\t<head>\n\t\t<meta charset=\"UTF-8\">\n\t\t<meta http-equiv=\"Content-Type\" content=\"text/html; charset=UTF-8\">\n\t\t<meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n\t\t<meta name=\"theme-color\" co"
          },
          {
            "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<!--\n ______     ______     _____     ______     ______     ______   ______     _____\n/\\  ___\\   /\\  __ \\   /\\  __-.  /\\  ___\\   /\\  == \\   /\\  == \\ /\\  __ \\   /\\  __-.\n\\ \\ \\____  \\ \\ \\/\\ \\  \\ \\ \\/\\ \\ \\ \\  __\\   \\ \\  __<   \\ \\  _-/ \\ \\  __ \\  \\ \\ \\/\\ \\\n \\ \\_____\\  \\ \\_____\\  \\ \\____-  \\ \\_____\\  \\ \\_\\ \\_\\  \\ \\_\\    \\ \\_\\ \\_\\  \\ \\____-\n  \\/_____/   \\/_____/   \\/____/   \\/_____/   \\/_/ /_/   \\/_/     \\/_/\\/_/   \\/____/\n\n(c) 2026 CoderPad, Inc - Poking around? Want to chat? [email protected] or @CoderPad\n-->\n<html class=\"no-js\" lang=\"en-US\" prefix=\"og: https://ogp.me/ns#\">\n\t<head>\n\t\t<meta charset=\"UTF-8\">\n\t\t<meta http-equiv=\"Content-Type\" content=\"text/html; charset=UTF-8\">\n\t\t<meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n\t\t<meta name=\"theme-color\" co"
          },
          {
            "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<!--\n ______     ______     _____     ______     ______     ______   ______     _____\n/\\  ___\\   /\\  __ \\   /\\  __-.  /\\  ___\\   /\\  == \\   /\\  == \\ /\\  __ \\   /\\  __-.\n\\ \\ \\____  \\ \\ \\/\\ \\  \\ \\ \\/\\ \\ \\ \\  __\\   \\ \\  __<   \\ \\  _-/ \\ \\  __ \\  \\ \\ \\/\\ \\\n \\ \\_____\\  \\ \\_____\\  \\ \\____-  \\ \\_____\\  \\ \\_\\ \\_\\  \\ \\_\\    \\ \\_\\ \\_\\  \\ \\____-\n  \\/_____/   \\/_____/   \\/____/   \\/_____/   \\/_/ /_/   \\/_/     \\/_/\\/_/   \\/____/\n\n(c) 2026 CoderPad, Inc - Poking around? Want to chat? [email protected] or @CoderPad\n-->\n<html class=\"no-js\" lang=\"en-US\" prefix=\"og: https://ogp.me/ns#\">\n\t<head>\n\t\t<meta charset=\"UTF-8\">\n\t\t<meta http-equiv=\"Content-Type\" content=\"text/html; charset=UTF-8\">\n\t\t<meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n\t\t<meta name=\"theme-color\" co"
          },
          {
            "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>\n  <head>\n<script type=\"text/javascript\">window.NREUM||(NREUM={});NREUM.info={\"beacon\":\"bam.nr-data.net\",\"errorBeacon\":\"bam.nr-data.net\",\"licenseKey\":\"bc12d0ca7c\",\"applicationID\":\"1887052,5587075\",\"transactionName\":\"IlgMRUFXWFhWEE5TUhVDB0NsXUZGXBA+QVYGUhEeQ0pRQloHFg==\",\"queueTime\":0,\"applicationTime\":6,\"ttGuid\":\"\",\"agentToken\":null,\"agent\":\"js-agent.newrelic.com/nr-632.min.js\"}</script>\n<script type=\"text/javascript\">window.NREUM||(NREUM={}),__nr_require=function(e,n,t){function r(t){if(!n[t]){var o=n[t]={exports:{}};e[t][0].call(o.exports,function(n){var o=e[t][1][n];return r(o?o:n)},o,o.exports)}return n[t].exports}if(\"function\"==typeof __nr_require)return __nr_require;for(var o=0;o<t.length;o++)r(t[o]);return r}({QJf3ax:[function(e,n){function t(e){function n(n,t,a"
          },
          {
            "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>\n  <head>\n<script type=\"text/javascript\">window.NREUM||(NREUM={});NREUM.info={\"beacon\":\"bam.nr-data.net\",\"errorBeacon\":\"bam.nr-data.net\",\"licenseKey\":\"bc12d0ca7c\",\"applicationID\":\"1887052,5587075\",\"transactionName\":\"IlgMRUFXWFhWEE5TUhVDB0NsXUZGXBA+QVYGUhEeQ0pRQloHFg==\",\"queueTime\":0,\"applicationTime\":6,\"ttGuid\":\"\",\"agentToken\":null,\"agent\":\"js-agent.newrelic.com/nr-632.min.js\"}</script>\n<script type=\"text/javascript\">window.NREUM||(NREUM={}),__nr_require=function(e,n,t){function r(t){if(!n[t]){var o=n[t]={exports:{}};e[t][0].call(o.exports,function(n){var o=e[t][1][n];return r(o?o:n)},o,o.exports)}return n[t].exports}if(\"function\"==typeof __nr_require)return __nr_require;for(var o=0;o<t.length;o++)r(t[o]);return r}({QJf3ax:[function(e,n){function t(e){function n(n,t,a"
          },
          {
            "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<!--\n ______     ______     _____     ______     ______     ______   ______     _____\n/\\  ___\\   /\\  __ \\   /\\  __-.  /\\  ___\\   /\\  == \\   /\\  == \\ /\\  __ \\   /\\  __-.\n\\ \\ \\____  \\ \\ \\/\\ \\  \\ \\ \\/\\ \\ \\ \\  __\\   \\ \\  __<   \\ \\  _-/ \\ \\  __ \\  \\ \\ \\/\\ \\\n \\ \\_____\\  \\ \\_____\\  \\ \\____-  \\ \\_____\\  \\ \\_\\ \\_\\  \\ \\_\\    \\ \\_\\ \\_\\  \\ \\____-\n  \\/_____/   \\/_____/   \\/____/   \\/_____/   \\/_/ /_/   \\/_/     \\/_/\\/_/   \\/____/\n\n(c) 2026 CoderPad, Inc - Poking around? Want to chat? [email protected] or @CoderPad\n-->\n<html class=\"no-js\" lang=\"en-US\" prefix=\"og: https://ogp.me/ns#\">\n\t<head>\n\t\t<meta charset=\"UTF-8\">\n\t\t<meta http-equiv=\"Content-Type\" content=\"text/html; charset=UTF-8\">\n\t\t<meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n\t\t<meta name=\"theme-color\" co"
          }
        ]
      },
      "issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html; charset=UTF-8\" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
      "howToFix": "Publish a valid OpenAPI 3.x or Swagger 2.0 JSON/YAML document with info, paths, operations, and responses."
    }
  ]
}

AI DiscoverabilityBot Access ControlInformational

Web Bot Auth request signing

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

33 Fail

Needs attention

Web Bot Auth request signing

Failed check
01

Issue

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

02

Why it matters

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

Check name

Web Bot Auth request signing

Score

0/100

Status

fail

Category

Bot Access Control

Maturity

Informational

Goal

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

Result

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

Validation steps

  1. Fetch to find resource

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

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

Agent Ease of UseMCPInformational

WebMCP manifest

WebMCP manifest failed at "Fetch to find resource".

33 Fail

Needs attention

WebMCP manifest

Failed check
01

Issue

WebMCP manifest was not found at the expected path.

02

Why it matters

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

Check name

WebMCP manifest

Score

0/100

Status

fail

Category

MCP

Maturity

Informational

Goal

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

Result

WebMCP manifest failed at "Fetch to find resource".

Validation steps

  1. Fetch to find resource

    WebMCP manifest was not found at the expected path.

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

Agent Ease of UseAPIEmerging recommendation

AI context endpoint

AI context endpoint failed at "Validate resource body".

17 Fail

Needs attention

AI context endpoint

Failed check
01

Issue

Content-Type "text/html; charset=utf-8" is not JSON, Markdown, or text/plain.

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

50/100

Status

fail

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 failed at "Validate resource body".

Validation steps

  1. Validate resource body

    Content-Type "text/html; charset=utf-8" is not JSON, Markdown, or text/plain.

Evidence
{
  "failedStep": "validate",
  "steps": [
    {
      "id": "fetch",
      "title": "Fetch discovery resource",
      "status": "pass",
      "evidence": {
        "path": "/context",
        "statusCode": 200,
        "contentType": "text/html; charset=utf-8"
      }
    },
    {
      "id": "validate",
      "title": "Validate resource body",
      "status": "fail",
      "evidence": {
        "valid": false,
        "compatibleContentType": false,
        "issue": "Content-Type \"text/html; charset=utf-8\" is not JSON, Markdown, or text/plain.",
        "rawExcerpt": "<!DOCTYPE html>\n<!--\n ______     ______     _____     ______     ______     ______   ______     _____\n/\\  ___\\   /\\  __ \\   /\\  __-.  /\\  ___\\   /\\  == \\   /\\  == \\ /\\  __ \\   /\\  __-.\n\\ \\ \\____  \\ \\ \\/\\ \\  \\ \\ \\/\\ \\ \\ \\  __\\   \\ \\  __<   \\ \\  _-/ \\ \\  __ \\  \\ \\ \\/\\ \\\n \\ \\_____\\  \\ \\_____\\  \\ \\____-  \\ \\_____\\  \\ \\_\\ \\_\\  \\ \\_\\    \\ \\_\\ \\_\\  \\ \\____-\n  \\/_____/   \\/_____/   \\/____/   \\/_____/   \\/_/ /_/   \\/_/     \\/_/\\/_/   \\/____/\n\n(c) 2025 CoderPad, Inc - Poking around? Want to chat? [email protected] or @CoderPad\n-->\n<html lang=\"en\">\n<head>\n  <meta charset=\"UTF-8\">\n  <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n  <meta name=\"description\"\n    content=\"CoderPad is the best tool available for conducting programming phone screen interviews. Edit code and run it "
      },
      "issue": "Content-Type \"text/html; charset=utf-8\" is not JSON, Markdown, or text/plain.",
      "howToFix": "Publish a concise JSON or Markdown AI context endpoint describing the product, public actions, and machine-readable resources."
    }
  ]
}

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

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

AEO: Answer-first sections

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

5 Warning

Needs attention

AEO: Answer-first sections

Warning
01

Issue

15 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": 17,
  "passing": 2,
  "failing": [
    {
      "heading": "CoderPad is how leading companieshire next-gen devs.",
      "headingHtml": "<h2 class=\"inline-tabbed-content-block-title\"> CoderPad is how leading companies<br>hire next-gen devs. </h2>",
      "firstParagraph": "Assess what matters through real engineering work and live review for faster, more confident hiring.",
      "paragraphHtml": "<p class=\"inline-tabbed-content-block-sub-title\"> Assess what matters through real engineering work and live review for faster, more confident hiring. </p>",
      "words": 15,
      "direct": false,
      "issue": "First paragraph is 15 words and does not look like a concise direct answer."
    },
    {
      "heading": "Test real skills, not quiz-taking ability",
      "headingHtml": "<h3 class=\"headline\">Test real skills, not quiz-taking ability</h3>",
      "firstParagraph": "Algorithms and quizzes don’t reflect actual engineering. Multi-file, realistic coding tasks provide your team with accurate signals—helping you hire developers ready to build real products.",
      "paragraphHtml": "<p>Algorithms and quizzes don&#x2019;t reflect actual engineering. Multi-file, realistic coding tasks provide your team with accurate signals&#x2014;helping you hire developers ready to build real products.</p>",
      "words": 27,
      "direct": false,
      "issue": "First paragraph is 27 words and does not look like a concise direct answer."
    },
    {
      "heading": "Hire faster, with confidence",
      "headingHtml": "<h3 class=\"card-title\">Hire faster, with confidence</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Reduce costly hiring mistakes",
      "headingHtml": "<h3 class=\"card-title\">Reduce costly hiring mistakes</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Align TA and engineering teams",
      "headingHtml": "<h3 class=\"card-title\">Align TA and engineering teams</h3>",
      "firstParagraph": "coderpad screen Screen",
      "paragraphHtml": "<p class=\"kicker\"><svg class=\"icon icon-coderpad-screen\" role=\"img\" xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 31 31\"><title>coderpad screen</title><path fill=\"currentColor\" fill-rule=\"evenodd\" d=\"M2.774 2.424A3.667 3.667 0 0 0 0 5.98v19.457a3.667 3.667 0 0 0 2.756 3.551 4.806 4.806 0 0 1-.789-2.617V5.068c0-.965.3-1.87.807-2.644\" clip-rule=\"evenodd\"/><path fill=\"currentColor\" d=\"M7.848 4.62A3.665 3.665 0 0 1 11.513.955h14.279a3.665 3.665 0 0 1 3.665 3.665v22.2a3.665 3.665 0 0...",
      "words": 3,
      "direct": false,
      "issue": "First paragraph is 3 words and does not look like a concise direct answer."
    },
    {
      "heading": "Smarter screening, faster hiring",
      "headingHtml": "<h2 class=\"title\"> Smarter screening, faster hiring </h2>",
      "firstParagraph": "CoderPad Screen gives you reliable coding assessments built around real-world engineering tasks—quickly identify top talent and reduce costly mis-hires.",
      "paragraphHtml": "<p><strong>CoderPad Screen</strong> gives you reliable coding assessments built around real-world engineering tasks&#x2014;quickly identify top talent and reduce costly mis-hires.</p>",
      "words": 20,
      "direct": false,
      "issue": "First paragraph is 20 words and does not look like a concise direct answer."
    },
    {
      "heading": "Real interviews, real engineering",
      "headingHtml": "<h2 class=\"title\"> Real interviews, real engineering </h2>",
      "firstParagraph": "CoderPad Interview enables your team to conduct real-time, collaborative coding sessions—assess how candidates code, communicate, and solve problems.",
      "paragraphHtml": "<p><strong>CoderPad Interview</strong> enables your team to conduct real-time, collaborative coding sessions&#x2014;assess how candidates code, communicate, and solve problems.</p>",
      "words": 19,
      "direct": false,
      "issue": "First paragraph is 19 words and does not look like a concise direct answer."
    },
    {
      "heading": "Enterprise-ready security",
      "headingHtml": "<h2 class=\"headline\"> Enterprise-ready security </h2>",
      "firstParagraph": "Protection is woven into our architecture and operations, continuously tested and independently verified.",
      "paragraphHtml": "<p>Protection is woven into our architecture and operations, continuously tested and independently verified.</p>",
      "words": 13,
      "direct": false,
      "issue": "First paragraph is 13 words and does not look like a concise direct answer."
    },
    {
      "heading": "Built for your hiring stack",
      "headingHtml": "<h2 class=\"the-headline\">Built for your hiring stack</h2>",
      "firstParagraph": "Plug into your ATS and scheduling tools to run screens and interviews in one simple flow.",
      "paragraphHtml": "<p>Plug into your ATS and scheduling tools to run screens and interviews in one simple flow.</p>",
      "words": 16,
      "direct": false,
      "issue": "First paragraph is 16 words and does not look like a concise direct answer."
    },
    {
      "heading": "Trusted by hiring teams at leading companies",
      "headingHtml": "<h2 class=\"the-block-title\">Trusted by hiring teams at leading companies</h2>",
      "firstParagraph": "Gameloft standardized developer hiring across 10+ countries with CoderPad, replacing an outdated in-house tool with flexible, game-like assessments candidates enjoy.",
      "paragraphHtml": "<p>Gameloft standardized developer hiring across 10+ countries with CoderPad, replacing an outdated in-house tool with flexible, game-like assessments candidates enjoy.</p>",
      "words": 20,
      "direct": false,
      "issue": "First paragraph is 20 words and does not look like a concise direct answer."
    },
    {
      "heading": "Not sure if CoderPad is right for your team?",
      "headingHtml": "<h2 class=\"title\"> Not sure if CoderPad is right for your team? </h2>",
      "firstParagraph": "ChatGPT Ask ChatGPT Claude Ask Claude Perplexity Ask Perplexity",
      "paragraphHtml": "<p class=\"buttons\"> <a href=\"https://chat.openai.com/?q=tell%20me%20why%20CoderPad%20is%20a%20great%20choice%20for%20me\" class=\"button\" target=\"_blank\" rel=\"noopener\"> <svg class=\"icon icon-chatgpt\" role=\"img\" viewBox=\"0 0 21 21\" xmlns=\"http://www.w3.org/2000/svg\"><title>ChatGPT</title><path fill=\"none\" d=\"M9.80729 13.0439L4.76562 10.0752V4.86686C4.76562 2.56478 6.66667 0.700195 9.01146 0.700195C10.4667 0.700195 11.751 1.41895 12.5167 2.51374\" stroke=\"currentColor\" stroke-width=\"1.4\" stroke-l...",
      "words": 9,
      "direct": false,
      "issue": "First paragraph is 9 words and does not look like a concise direct answer."
    },
    {
      "heading": "Product",
      "headingHtml": "<h2 class=\"footer-menu-title\"> Product </h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Company",
      "headingHtml": "<h2 class=\"footer-menu-title\"> Company </h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "FAQs",
      "headingHtml": "<h2 class=\"footer-menu-title\"> FAQs </h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Support",
      "headingHtml": "<h2 class=\"footer-menu-title\"> Support </h2>",
      "firstParagraph": "© 2026 CoderPad, Inc",
      "paragraphHtml": "<p class=\"copyright\">&#xa9; 2026 CoderPad, Inc</p>",
      "words": 3,
      "direct": false,
      "issue": "First paragraph is 3 words and does not look like a concise direct answer."
    }
  ],
  "score": 65,
  "weight": 28
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

GEO: Explanatory content depth

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

4 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: Extraction-friendly structure

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

3 Warning

Needs attention

GEO: Extraction-friendly structure

Warning
01

Issue

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

Details

02

Why it matters

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

Check name

GEO: Extraction-friendly structure

Score

85/100

Status

warning

Category

GEO, AIO & AEO

Maturity

Emerging recommendation

Goal

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

Result

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

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

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

AIO: Source and trust signals

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

3 Warning

Needs attention

AIO: Source and trust signals

Warning
01

Issue

Missing AIO trust signals: publisher.

Details

02

Why it matters

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

Check name

AIO: Source and trust signals

Score

80/100

Status

warning

Category

GEO, AIO & AEO

Maturity

Emerging recommendation

Goal

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

Result

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

Evidence
{
  "signals": {
    "author": true,
    "publisher": false,
    "freshnessDate": true,
    "aboutOrContact": true,
    "policyLinks": true
  },
  "missing": [
    "publisher"
  ],
  "authorMeta": "",
  "schemaAuthors": [
    "Russell Heimlich"
  ],
  "schemaPublishers": [],
  "schemaDates": [
    "2025-08-22T11:09:59-07:00",
    "2026-03-20T07:17:25-07:00"
  ],
  "visibleDates": [],
  "aboutLinks": [
    {
      "href": "https://coderpad.io/case-study/how-ai-based-autonomous-trucking-software-company-plus-cut-down-time-to-hire-by-30/",
      "text": "Plus AI CoderPad has cut down time to hire by 30% at Plus Read the case study right arrow",
      "html": "<a href=\"https://coderpad.io/case-study/how-ai-based-autonomous-trucking-software-company-plus-cut-down-time-to-hire-by-30/\"> <svg class=\"logo logo-plus-ai\" role=\"img\" viewBox=\"0 0 79 22\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><title>Plus AI</title><g clip-path=\"url(#plus-ai-a)\" fill=\"#18186D\"><path d=\"M10.4689 21.5228C4.69631 21.5228 0 16.8107 0 11.019C0 5.2274 4.69631 0.515625 10.4689 0.515625H21.9187C22.7721 0.515625 23.4637 1.20955 23.4637 2.06575C23.4637 2.92195 22.7721 3.61588 2..."
    },
    {
      "href": "https://www.linkedin.com/company/coderpad/",
      "text": "linkedin LinkedIn",
      "html": "<a href=\"https://www.linkedin.com/company/coderpad/\" class=\"social-link social-link--linkedin\"> <span class=\"screen-reader-text\">linkedin</span> <svg class=\"icon icon-linkedin\" role=\"img\" aria-hidden=\"true\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><title>LinkedIn</title><path fill=\"currentColor\" d=\"M416 32H31.9C14.3 32 0 46.5 0 64.3v383.4C0 465.5 14.3 480 31.9 480H416c17.6 0 32-14.5 32-32.3V64.3c0-17.8-14.4-32.3-32-32.3zM135.4 416H69V202.2h66.5V416zm-33.2-243c-21.3 0-38.5-17.3..."
    },
    {
      "href": "/about-us/",
      "text": "About Us",
      "html": "<a href=\"/about-us/\" data-ga-category=\"Menu|footer\" data-ga-label=\"About Us\"> About Us </a>"
    }
  ],
  "contactLinks": [
    {
      "href": "#integrity-tab",
      "text": "Integrity Tests that adapt, monitor activity, and verify decisions help filter out shortcuts and highlight true technical skills.",
      "html": "<a href=\"#integrity-tab\" class=\"tablist-link js-vana11y-tablist-link coderpad-tabs__link\" aria-selected=\"false\" aria-controls=\"integrity-tab\" tabindex=\"-1\" id=\"label_integrity-tab\" role=\"tab\"> <strong class=\"headline\">Integrity</strong> Tests that adapt, monitor activity, and verify decisions help filter out shortcuts and highlight true technical skills. </a>"
    },
    {
      "href": "https://coderpad.io/case-study/mntn-reimagines-technical-hiring-for-ai-enhanced-engineering/",
      "text": "MNTN MNTN reimagines technical hiring for AI-enhanced engineering with the help of CoderPad Read the case study right arrow",
      "html": "<a href=\"https://coderpad.io/case-study/mntn-reimagines-technical-hiring-for-ai-enhanced-engineering/\"> <svg class=\"logo logo-mntn\" role=\"img\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 210.77 240\"><title>MNTN</title><path d=\"M54.81,4.38c-.29-.55-.67-1.05-1.12-1.47-1.88-1.89-4.48-2.88-7.15-2.73H10.85C4.86.18,0,5.03,0,11.02c0,0,0,0,0,.01v159.36c-.08,4.08,2.42,7.76,6.23,9.21,3.38,1.17,7.14.31,9.68-2.21l32.02-32.03c2.88-2.86,7.26-3.56,10.89-1.75l39.78,19.92c3.98,1.98,8.8.93,11.58-2.53l20.27..."
    },
    {
      "href": "https://coderpad.io/case-study/how-mcafee-cut-time-to-hire-by-over-20/",
      "text": "McAfee CoderPad helped McAfee accelerate time-to-accept by 22%, boost assessment completion rates by 35%, and reduce cost-per-hire through faster onboarding Read the case study right arrow",
      "html": "<a href=\"https://coderpad.io/case-study/how-mcafee-cut-time-to-hire-by-over-20/\"> <svg class=\"logo logo-mcafee\" role=\"img\" viewBox=\"0 0 148 28\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><title>McAfee</title><path d=\"M71.9547 18.1867L68.18 15.9761L67.9104 16.4115C67.0679 17.7513 65.8883 18.4211 64.4391 18.4211C61.9451 18.4211 60.0915 16.5455 60.0915 14.1005C60.0915 11.6221 61.9788 9.77997 64.4391 9.77997C65.922 9.77997 67.0005 10.4163 67.9104 11.7895L68.18 12.2249L71.9547 10.0144L71.6177..."
    },
    {
      "href": "https://coderpad.io/case-study/how-extia-sped-up-developer-hiring-by-weeks-with-coderpad/",
      "text": "Extia CoderPad has helped cut over a full week from the hiring process, enabling Extia to assess more candidates faster Read the case study right arrow",
      "html": "<a href=\"https://coderpad.io/case-study/how-extia-sped-up-developer-hiring-by-weeks-with-coderpad/\"> <svg class=\"logo logo-extia\" role=\"img\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 224.155 89.155\"><title>Extia</title><path d=\"M3408.43,9117.936H3398.1l-.007-46.085h10.027Z\" transform=\"translate(-3243.043 -9028.933)\" fill=\"#283D47\"/><path d=\"M3435.839,9127.574c-7.444.585-15.279-.2-20.848-5-4.473-3.866-6.569-9.413-6.225-16.489.413-8.559,5.065-14.56,13.451-17.363,5.445-1.818,16.26-.881,24...."
    },
    {
      "href": "https://coderpad.io/sales/",
      "text": "Contact Sales",
      "html": "<a href=\"https://coderpad.io/sales/\" data-ga-category=\"Menu|footer\" data-ga-label=\"Contact Sales\"> Contact Sales </a>"
    },
    {
      "href": "https://coderpad.io/contact/support/",
      "text": "Contact Support",
      "html": "<a href=\"https://coderpad.io/contact/support/\" data-ga-category=\"Menu|footer\" data-ga-label=\"Contact Support\"> Contact Support </a>"
    }
  ],
  "privacyLinks": [
    {
      "href": "https://coderpad.io/tos/",
      "text": "Terms of service",
      "html": "<a href=\"https://coderpad.io/tos/\" data-ga-category=\"Menu|footer\" data-ga-label=\"Terms of service\"> Terms of service </a>"
    },
    {
      "href": "https://coderpad.io/privacy/",
      "text": "Privacy policy",
      "html": "<a href=\"https://coderpad.io/privacy/\" data-ga-category=\"Menu|footer\" data-ga-label=\"Privacy policy\"> Privacy policy </a>"
    }
  ],
  "score": 80,
  "weight": 20
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

AEO: Question-led structure

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

2 Warning

Needs attention

AEO: Question-led structure

Warning
01

Issue

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

02

Why it matters

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

Check name

AEO: Question-led structure

Score

70/100

Status

warning

Category

GEO, AIO & AEO

Maturity

Emerging recommendation

Goal

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

Result

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

Evidence
{
  "h2Count": 11,
  "questionH2s": [
    {
      "index": 7,
      "text": "Not sure if CoderPad is right for your team?",
      "isQuestion": true,
      "html": "<h2 class=\"title\"> Not sure if CoderPad is right for your team? </h2>"
    }
  ],
  "hasFaq": false,
  "score": 70,
  "weight": 18
}

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": [
    "Russell Heimlich"
  ],
  "schemaPublishers": [],
  "schemaDates": [
    "2025-08-22T11:09:59-07:00",
    "2026-03-20T07:17:25-07:00"
  ],
  "visibleDates": [],
  "aboutLinks": [
    {
      "href": "https://coderpad.io/case-study/how-ai-based-autonomous-trucking-software-company-plus-cut-down-time-to-hire-by-30/",
      "text": "Plus AI CoderPad has cut down time to hire by 30% at Plus Read the case study right arrow",
      "html": "<a href=\"https://coderpad.io/case-study/how-ai-based-autonomous-trucking-software-company-plus-cut-down-time-to-hire-by-30/\"> <svg class=\"logo logo-plus-ai\" role=\"img\" viewBox=\"0 0 79 22\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><title>Plus AI</title><g clip-path=\"url(#plus-ai-a)\" fill=\"#18186D\"><path d=\"M10.4689 21.5228C4.69631 21.5228 0 16.8107 0 11.019C0 5.2274 4.69631 0.515625 10.4689 0.515625H21.9187C22.7721 0.515625 23.4637 1.20955 23.4637 2.06575C23.4637 2.92195 22.7721 3.61588 2..."
    },
    {
      "href": "https://www.linkedin.com/company/coderpad/",
      "text": "linkedin LinkedIn",
      "html": "<a href=\"https://www.linkedin.com/company/coderpad/\" class=\"social-link social-link--linkedin\"> <span class=\"screen-reader-text\">linkedin</span> <svg class=\"icon icon-linkedin\" role=\"img\" aria-hidden=\"true\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><title>LinkedIn</title><path fill=\"currentColor\" d=\"M416 32H31.9C14.3 32 0 46.5 0 64.3v383.4C0 465.5 14.3 480 31.9 480H416c17.6 0 32-14.5 32-32.3V64.3c0-17.8-14.4-32.3-32-32.3zM135.4 416H69V202.2h66.5V416zm-33.2-243c-21.3 0-38.5-17.3..."
    },
    {
      "href": "/about-us/",
      "text": "About Us",
      "html": "<a href=\"/about-us/\" data-ga-category=\"Menu|footer\" data-ga-label=\"About Us\"> About Us </a>"
    }
  ],
  "contactLinks": [
    {
      "href": "#integrity-tab",
      "text": "Integrity Tests that adapt, monitor activity, and verify decisions help filter out shortcuts and highlight true technical skills.",
      "html": "<a href=\"#integrity-tab\" class=\"tablist-link js-vana11y-tablist-link coderpad-tabs__link\" aria-selected=\"false\" aria-controls=\"integrity-tab\" tabindex=\"-1\" id=\"label_integrity-tab\" role=\"tab\"> <strong class=\"headline\">Integrity</strong> Tests that adapt, monitor activity, and verify decisions help filter out shortcuts and highlight true technical skills. </a>"
    },
    {
      "href": "https://coderpad.io/case-study/mntn-reimagines-technical-hiring-for-ai-enhanced-engineering/",
      "text": "MNTN MNTN reimagines technical hiring for AI-enhanced engineering with the help of CoderPad Read the case study right arrow",
      "html": "<a href=\"https://coderpad.io/case-study/mntn-reimagines-technical-hiring-for-ai-enhanced-engineering/\"> <svg class=\"logo logo-mntn\" role=\"img\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 210.77 240\"><title>MNTN</title><path d=\"M54.81,4.38c-.29-.55-.67-1.05-1.12-1.47-1.88-1.89-4.48-2.88-7.15-2.73H10.85C4.86.18,0,5.03,0,11.02c0,0,0,0,0,.01v159.36c-.08,4.08,2.42,7.76,6.23,9.21,3.38,1.17,7.14.31,9.68-2.21l32.02-32.03c2.88-2.86,7.26-3.56,10.89-1.75l39.78,19.92c3.98,1.98,8.8.93,11.58-2.53l20.27..."
    },
    {
      "href": "https://coderpad.io/case-study/how-mcafee-cut-time-to-hire-by-over-20/",
      "text": "McAfee CoderPad helped McAfee accelerate time-to-accept by 22%, boost assessment completion rates by 35%, and reduce cost-per-hire through faster onboarding Read the case study right arrow",
      "html": "<a href=\"https://coderpad.io/case-study/how-mcafee-cut-time-to-hire-by-over-20/\"> <svg class=\"logo logo-mcafee\" role=\"img\" viewBox=\"0 0 148 28\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><title>McAfee</title><path d=\"M71.9547 18.1867L68.18 15.9761L67.9104 16.4115C67.0679 17.7513 65.8883 18.4211 64.4391 18.4211C61.9451 18.4211 60.0915 16.5455 60.0915 14.1005C60.0915 11.6221 61.9788 9.77997 64.4391 9.77997C65.922 9.77997 67.0005 10.4163 67.9104 11.7895L68.18 12.2249L71.9547 10.0144L71.6177..."
    },
    {
      "href": "https://coderpad.io/case-study/how-extia-sped-up-developer-hiring-by-weeks-with-coderpad/",
      "text": "Extia CoderPad has helped cut over a full week from the hiring process, enabling Extia to assess more candidates faster Read the case study right arrow",
      "html": "<a href=\"https://coderpad.io/case-study/how-extia-sped-up-developer-hiring-by-weeks-with-coderpad/\"> <svg class=\"logo logo-extia\" role=\"img\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 224.155 89.155\"><title>Extia</title><path d=\"M3408.43,9117.936H3398.1l-.007-46.085h10.027Z\" transform=\"translate(-3243.043 -9028.933)\" fill=\"#283D47\"/><path d=\"M3435.839,9127.574c-7.444.585-15.279-.2-20.848-5-4.473-3.866-6.569-9.413-6.225-16.489.413-8.559,5.065-14.56,13.451-17.363,5.445-1.818,16.26-.881,24...."
    },
    {
      "href": "https://coderpad.io/sales/",
      "text": "Contact Sales",
      "html": "<a href=\"https://coderpad.io/sales/\" data-ga-category=\"Menu|footer\" data-ga-label=\"Contact Sales\"> Contact Sales </a>"
    },
    {
      "href": "https://coderpad.io/contact/support/",
      "text": "Contact Support",
      "html": "<a href=\"https://coderpad.io/contact/support/\" data-ga-category=\"Menu|footer\" data-ga-label=\"Contact Support\"> Contact Support </a>"
    }
  ],
  "privacyLinks": [
    {
      "href": "https://coderpad.io/tos/",
      "text": "Terms of service",
      "html": "<a href=\"https://coderpad.io/tos/\" data-ga-category=\"Menu|footer\" data-ga-label=\"Terms of service\"> Terms of service </a>"
    },
    {
      "href": "https://coderpad.io/privacy/",
      "text": "Privacy policy",
      "html": "<a href=\"https://coderpad.io/privacy/\" data-ga-category=\"Menu|footer\" data-ga-label=\"Privacy policy\"> Privacy policy </a>"
    }
  ],
  "score": 80,
  "weight": 22
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

AIO: Answer block readiness

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

2 Warning

Needs attention

AIO: Answer block readiness

Warning
01

Issue

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

Details

02

Why it matters

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

Check name

AIO: Answer block readiness

Score

65/100

Status

warning

Category

GEO, AIO & AEO

Maturity

Emerging recommendation

Goal

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

Result

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

Evidence
{
  "sectionCount": 17,
  "passing": 2,
  "failing": [
    {
      "heading": "CoderPad is how leading companieshire next-gen devs.",
      "headingHtml": "<h2 class=\"inline-tabbed-content-block-title\"> CoderPad is how leading companies<br>hire next-gen devs. </h2>",
      "firstParagraph": "Assess what matters through real engineering work and live review for faster, more confident hiring.",
      "paragraphHtml": "<p class=\"inline-tabbed-content-block-sub-title\"> Assess what matters through real engineering work and live review for faster, more confident hiring. </p>",
      "words": 15,
      "direct": false,
      "issue": "First paragraph is 15 words and does not look like a concise direct answer."
    },
    {
      "heading": "Test real skills, not quiz-taking ability",
      "headingHtml": "<h3 class=\"headline\">Test real skills, not quiz-taking ability</h3>",
      "firstParagraph": "Algorithms and quizzes don’t reflect actual engineering. Multi-file, realistic coding tasks provide your team with accurate signals—helping you hire developers ready to build real products.",
      "paragraphHtml": "<p>Algorithms and quizzes don&#x2019;t reflect actual engineering. Multi-file, realistic coding tasks provide your team with accurate signals&#x2014;helping you hire developers ready to build real products.</p>",
      "words": 27,
      "direct": false,
      "issue": "First paragraph is 27 words and does not look like a concise direct answer."
    },
    {
      "heading": "Hire faster, with confidence",
      "headingHtml": "<h3 class=\"card-title\">Hire faster, with confidence</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Reduce costly hiring mistakes",
      "headingHtml": "<h3 class=\"card-title\">Reduce costly hiring mistakes</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Align TA and engineering teams",
      "headingHtml": "<h3 class=\"card-title\">Align TA and engineering teams</h3>",
      "firstParagraph": "coderpad screen Screen",
      "paragraphHtml": "<p class=\"kicker\"><svg class=\"icon icon-coderpad-screen\" role=\"img\" xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 31 31\"><title>coderpad screen</title><path fill=\"currentColor\" fill-rule=\"evenodd\" d=\"M2.774 2.424A3.667 3.667 0 0 0 0 5.98v19.457a3.667 3.667 0 0 0 2.756 3.551 4.806 4.806 0 0 1-.789-2.617V5.068c0-.965.3-1.87.807-2.644\" clip-rule=\"evenodd\"/><path fill=\"currentColor\" d=\"M7.848 4.62A3.665 3.665 0 0 1 11.513.955h14.279a3.665 3.665 0 0 1 3.665 3.665v22.2a3.665 3.665 0 0...",
      "words": 3,
      "direct": false,
      "issue": "First paragraph is 3 words and does not look like a concise direct answer."
    },
    {
      "heading": "Smarter screening, faster hiring",
      "headingHtml": "<h2 class=\"title\"> Smarter screening, faster hiring </h2>",
      "firstParagraph": "CoderPad Screen gives you reliable coding assessments built around real-world engineering tasks—quickly identify top talent and reduce costly mis-hires.",
      "paragraphHtml": "<p><strong>CoderPad Screen</strong> gives you reliable coding assessments built around real-world engineering tasks&#x2014;quickly identify top talent and reduce costly mis-hires.</p>",
      "words": 20,
      "direct": false,
      "issue": "First paragraph is 20 words and does not look like a concise direct answer."
    },
    {
      "heading": "Real interviews, real engineering",
      "headingHtml": "<h2 class=\"title\"> Real interviews, real engineering </h2>",
      "firstParagraph": "CoderPad Interview enables your team to conduct real-time, collaborative coding sessions—assess how candidates code, communicate, and solve problems.",
      "paragraphHtml": "<p><strong>CoderPad Interview</strong> enables your team to conduct real-time, collaborative coding sessions&#x2014;assess how candidates code, communicate, and solve problems.</p>",
      "words": 19,
      "direct": false,
      "issue": "First paragraph is 19 words and does not look like a concise direct answer."
    },
    {
      "heading": "Enterprise-ready security",
      "headingHtml": "<h2 class=\"headline\"> Enterprise-ready security </h2>",
      "firstParagraph": "Protection is woven into our architecture and operations, continuously tested and independently verified.",
      "paragraphHtml": "<p>Protection is woven into our architecture and operations, continuously tested and independently verified.</p>",
      "words": 13,
      "direct": false,
      "issue": "First paragraph is 13 words and does not look like a concise direct answer."
    },
    {
      "heading": "Built for your hiring stack",
      "headingHtml": "<h2 class=\"the-headline\">Built for your hiring stack</h2>",
      "firstParagraph": "Plug into your ATS and scheduling tools to run screens and interviews in one simple flow.",
      "paragraphHtml": "<p>Plug into your ATS and scheduling tools to run screens and interviews in one simple flow.</p>",
      "words": 16,
      "direct": false,
      "issue": "First paragraph is 16 words and does not look like a concise direct answer."
    },
    {
      "heading": "Trusted by hiring teams at leading companies",
      "headingHtml": "<h2 class=\"the-block-title\">Trusted by hiring teams at leading companies</h2>",
      "firstParagraph": "Gameloft standardized developer hiring across 10+ countries with CoderPad, replacing an outdated in-house tool with flexible, game-like assessments candidates enjoy.",
      "paragraphHtml": "<p>Gameloft standardized developer hiring across 10+ countries with CoderPad, replacing an outdated in-house tool with flexible, game-like assessments candidates enjoy.</p>",
      "words": 20,
      "direct": false,
      "issue": "First paragraph is 20 words and does not look like a concise direct answer."
    },
    {
      "heading": "Not sure if CoderPad is right for your team?",
      "headingHtml": "<h2 class=\"title\"> Not sure if CoderPad is right for your team? </h2>",
      "firstParagraph": "ChatGPT Ask ChatGPT Claude Ask Claude Perplexity Ask Perplexity",
      "paragraphHtml": "<p class=\"buttons\"> <a href=\"https://chat.openai.com/?q=tell%20me%20why%20CoderPad%20is%20a%20great%20choice%20for%20me\" class=\"button\" target=\"_blank\" rel=\"noopener\"> <svg class=\"icon icon-chatgpt\" role=\"img\" viewBox=\"0 0 21 21\" xmlns=\"http://www.w3.org/2000/svg\"><title>ChatGPT</title><path fill=\"none\" d=\"M9.80729 13.0439L4.76562 10.0752V4.86686C4.76562 2.56478 6.66667 0.700195 9.01146 0.700195C10.4667 0.700195 11.751 1.41895 12.5167 2.51374\" stroke=\"currentColor\" stroke-width=\"1.4\" stroke-l...",
      "words": 9,
      "direct": false,
      "issue": "First paragraph is 9 words and does not look like a concise direct answer."
    },
    {
      "heading": "Product",
      "headingHtml": "<h2 class=\"footer-menu-title\"> Product </h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Company",
      "headingHtml": "<h2 class=\"footer-menu-title\"> Company </h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "FAQs",
      "headingHtml": "<h2 class=\"footer-menu-title\"> FAQs </h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Support",
      "headingHtml": "<h2 class=\"footer-menu-title\"> Support </h2>",
      "firstParagraph": "© 2026 CoderPad, Inc",
      "paragraphHtml": "<p class=\"copyright\">&#xa9; 2026 CoderPad, Inc</p>",
      "words": 3,
      "direct": false,
      "issue": "First paragraph is 3 words and does not look like a concise direct answer."
    }
  ],
  "score": 65,
  "weight": 8
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

AIO: Visible structured data match

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

2 Warning

Needs attention

AIO: Visible structured data match

Warning
01

Issue

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

Details

02

Why it matters

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

Check name

AIO: Visible structured data match

Score

86/100

Status

warning

Category

GEO, AIO & AEO

Maturity

Emerging recommendation

Goal

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

Result

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

Evidence
{
  "schemaCount": 7,
  "checkedFields": [
    {
      "path": "$[0].@graph[0].name",
      "value": "CoderPad"
    },
    {
      "path": "$[0].@graph[1].name",
      "value": "CoderPad"
    },
    {
      "path": "$[0].@graph[3].name",
      "value": "Coding Interview &amp; Technical Assessment Platform - CoderPad"
    },
    {
      "path": "$[0].@graph[5].headline",
      "value": "Coding Interview &amp; Technical Assessment Platform - CoderPad"
    },
    {
      "path": "$[0].@graph[5].author.name",
      "value": "Russell Heimlich"
    },
    {
      "path": "$[0].@graph[5].description",
      "value": "Hire better devs with CoderPad&#039;s live coding interview &amp; technical assessment platform. Filter candidates based on their coding skills, in 99+ languages."
    },
    {
      "path": "$[0].@graph[5].name",
      "value": "Coding Interview &amp; Technical Assessment Platform - CoderPad"
    },
    {
      "path": "$[1].name",
      "value": "CoderPad"
    },
    {
      "path": "$[2].name",
      "value": "CoderPad"
    },
    {
      "path": "$[4].name",
      "value": "Coding Interview &amp; Technical Assessment Platform - CoderPad"
    },
    {
      "path": "$[6].headline",
      "value": "Coding Interview &amp; Technical Assessment Platform - CoderPad"
    },
    {
      "path": "$[6].author.name",
      "value": "Russell Heimlich"
    },
    {
      "path": "$[6].description",
      "value": "Hire better devs with CoderPad&#039;s live coding interview &amp; technical assessment platform. Filter candidates based on their coding skills, in 99+ languages."
    },
    {
      "path": "$[6].name",
      "value": "Coding Interview &amp; Technical Assessment Platform - CoderPad"
    }
  ],
  "mismatches": [
    {
      "path": "$[0].@graph[5].author.name",
      "value": "Russell Heimlich"
    },
    {
      "path": "$[6].author.name",
      "value": "Russell Heimlich"
    }
  ],
  "score": 86,
  "weight": 18
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

AEO: Answer intent coverage

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

1 Warning

Needs attention

AEO: Answer intent coverage

Warning
01

Issue

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

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": "CoderPad is how leading companieshire next-gen devs.",
      "html": "<h2 class=\"inline-tabbed-content-block-title\"> CoderPad is how leading companies<br>hire next-gen devs. </h2>"
    },
    {
      "text": "Smarter screening, faster hiring",
      "html": "<h2 class=\"title\"> Smarter screening, faster hiring </h2>"
    },
    {
      "text": "Real interviews, real engineering",
      "html": "<h2 class=\"title\"> Real interviews, real engineering </h2>"
    },
    {
      "text": "Enterprise-ready security",
      "html": "<h2 class=\"headline\"> Enterprise-ready security </h2>"
    },
    {
      "text": "Built for your hiring stack",
      "html": "<h2 class=\"the-headline\">Built for your hiring stack</h2>"
    },
    {
      "text": "Trusted by hiring teams at leading companies",
      "html": "<h2 class=\"the-block-title\">Trusted by hiring teams at leading companies</h2>"
    },
    {
      "text": "Not sure if CoderPad is right for your team?",
      "html": "<h2 class=\"title\"> Not sure if CoderPad is right for your team? </h2>"
    },
    {
      "text": "Product",
      "html": "<h2 class=\"footer-menu-title\"> Product </h2>"
    },
    {
      "text": "Company",
      "html": "<h2 class=\"footer-menu-title\"> Company </h2>"
    },
    {
      "text": "FAQs",
      "html": "<h2 class=\"footer-menu-title\"> FAQs </h2>"
    },
    {
      "text": "Support",
      "html": "<h2 class=\"footer-menu-title\"> Support </h2>"
    }
  ],
  "expected": [
    {
      "id": "what",
      "label": "What is Coding Interview & Technical Assessment Platf...?",
      "pattern": {}
    },
    {
      "id": "how",
      "label": "How does Coding Interview & Technical Assessment Platf... work?",
      "pattern": {}
    },
    {
      "id": "benefits",
      "label": "Why use Coding Interview & Technical Assessment Platf...?",
      "pattern": {}
    },
    {
      "id": "cost",
      "label": "Is Coding Interview & Technical Assessment Platf... free or paid?",
      "pattern": {}
    },
    {
      "id": "compare",
      "label": "How does Coding Interview & Technical Assessment Platf... compare with alternatives?",
      "pattern": {}
    }
  ],
  "missing": [
    {
      "id": "what",
      "label": "What is Coding Interview & Technical Assessment Platf...?",
      "pattern": {}
    },
    {
      "id": "benefits",
      "label": "Why use Coding Interview & Technical Assessment Platf...?",
      "pattern": {}
    },
    {
      "id": "cost",
      "label": "Is Coding Interview & Technical Assessment Platf... free or paid?",
      "pattern": {}
    }
  ],
  "score": 70,
  "weight": 8
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

AIO: Query intent coverage

AIO: Query intent coverage is informational for this page.

Informational

Needs attention

AIO: Query intent coverage

Informational
01

Issue

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

Details

02

Why it matters

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

Check name

AIO: Query intent coverage

Score

70/100

Status

informational

Category

GEO, AIO & AEO

Maturity

Emerging recommendation

Goal

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

Result

AIO: Query intent coverage is informational for this page.

Evidence
{
  "headings": [
    {
      "text": "CoderPad is how leading companieshire next-gen devs.",
      "html": "<h2 class=\"inline-tabbed-content-block-title\"> CoderPad is how leading companies<br>hire next-gen devs. </h2>"
    },
    {
      "text": "Smarter screening, faster hiring",
      "html": "<h2 class=\"title\"> Smarter screening, faster hiring </h2>"
    },
    {
      "text": "Real interviews, real engineering",
      "html": "<h2 class=\"title\"> Real interviews, real engineering </h2>"
    },
    {
      "text": "Enterprise-ready security",
      "html": "<h2 class=\"headline\"> Enterprise-ready security </h2>"
    },
    {
      "text": "Built for your hiring stack",
      "html": "<h2 class=\"the-headline\">Built for your hiring stack</h2>"
    },
    {
      "text": "Trusted by hiring teams at leading companies",
      "html": "<h2 class=\"the-block-title\">Trusted by hiring teams at leading companies</h2>"
    },
    {
      "text": "Not sure if CoderPad is right for your team?",
      "html": "<h2 class=\"title\"> Not sure if CoderPad is right for your team? </h2>"
    },
    {
      "text": "Product",
      "html": "<h2 class=\"footer-menu-title\"> Product </h2>"
    },
    {
      "text": "Company",
      "html": "<h2 class=\"footer-menu-title\"> Company </h2>"
    },
    {
      "text": "FAQs",
      "html": "<h2 class=\"footer-menu-title\"> FAQs </h2>"
    },
    {
      "text": "Support",
      "html": "<h2 class=\"footer-menu-title\"> Support </h2>"
    }
  ],
  "expected": [
    {
      "id": "what",
      "label": "What is Coding Interview & Technical Assessment Platf...?",
      "pattern": {}
    },
    {
      "id": "how",
      "label": "How does Coding Interview & Technical Assessment Platf... work?",
      "pattern": {}
    },
    {
      "id": "benefits",
      "label": "Why use Coding Interview & Technical Assessment Platf...?",
      "pattern": {}
    },
    {
      "id": "cost",
      "label": "Is Coding Interview & Technical Assessment Platf... free or paid?",
      "pattern": {}
    },
    {
      "id": "compare",
      "label": "How does Coding Interview & Technical Assessment Platf... compare with alternatives?",
      "pattern": {}
    }
  ],
  "missing": [
    {
      "id": "what",
      "label": "What is Coding Interview & Technical Assessment Platf...?",
      "pattern": {}
    },
    {
      "id": "benefits",
      "label": "Why use Coding Interview & Technical Assessment Platf...?",
      "pattern": {}
    },
    {
      "id": "cost",
      "label": "Is Coding Interview & Technical Assessment Platf... free or paid?",
      "pattern": {}
    }
  ],
  "score": 70,
  "weight": 4
}

Agent Ease of UseAuthEmerging recommendation

Auth.md Agent Registration

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

Informational

Needs attention

Auth.md Agent Registration

Informational
01

Issue

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

02

Why it matters

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

Check name

Auth.md Agent Registration

Score

0/100

Status

informational

Category

Auth

Maturity

Emerging recommendation

Goal

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

Result

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

Validation steps

  1. Fetch and validate /auth.md

    auth.md response did not match the expected agent registration shape. Content-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 credential type language.

  2. Publish protected resource metadata

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

  3. Validate agent_auth authorization metadata

    OAuth authorization server metadata could not be fetched.

Evidence
{
  "failedStep": "auth-md",
  "steps": [
    {
      "id": "auth-md",
      "title": "Fetch and validate /auth.md",
      "status": "fail",
      "evidence": {
        "path": "/auth.md",
        "ok": false,
        "statusCode": 404,
        "contentType": "text/html; charset=UTF-8",
        "length": 11881,
        "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 credential type language.",
          "compatibleContentType": false,
          "contentLength": 11025,
          "hasRegisterInstructions": true,
          "hasProtectedResourceLink": false,
          "hasAuthorizationServerLink": false,
          "mentionsIdentity": true,
          "mentionsCredential": false,
          "links": [
            "/javascript",
            "/nr-632.min.js",
            "/script",
            "/javascript",
            "https://\":\"http://\",a(\"mark\",[\"onload\",i(",
            "/nr-632.min.js",
            "/script",
            "https://ajax.googleapis.com/ajax/libs/jquery/2.1.3/jquery.min.js\"></script>",
            "https://ajax.googleapis.com/ajax/libs/jqueryui/1.11.4/jquery-ui.min.js\"></script>",
            "https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600\""
          ],
          "rawExcerpt": "<!DOCTYPE html>\n<html>\n  <head>\n<script type=\"text/javascript\">window.NREUM||(NREUM={});NREUM.info={\"beacon\":\"bam.nr-data.net\",\"errorBeacon\":\"bam.nr-data.net\",\"licenseKey\":\"bc12d0ca7c\",\"applicationID\":\"1887052,5587075\",\"transactionName\":\"IlgMRUFXWFhWEE5TUhVDB0NsXUZGXBA+QVYGUhEeQ0pRQloHFg==\",\"queueTime\":0,\"applicationTime\":6,\"ttGuid\":\"\",\"agentToken\":null,\"agent\":\"js-agent.newrelic.com/nr-632.min.js\"}</script>\n<script type=\"text/javascript\">window.NREUM||(NREUM={}),__nr_require=function(e,n,t){function r(t){if(!n[t]){var o=n[t]={exports:{}};e[t][0].call(o.exports,function(n){var o=e[t][1][n];return r(o?o:n)},o,o.exports)}return n[t].exports}if(\"function\"==typeof __nr_require)return __nr_require;for(var o=0;o<t.length;o++)r(t[o]);return r}({QJf3ax:[function(e,n){function t(e){function n(n,t,a"
        }
      },
      "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 credential type language.",
      "howToFix": "Serve /auth.md at the site root as Markdown with agent registration instructions and links to OAuth metadata."
    },
    {
      "id": "oauth-protected-resource",
      "title": "Publish protected resource metadata",
      "status": "fail",
      "evidence": {
        "path": "/.well-known/oauth-protected-resource",
        "ok": false,
        "statusCode": 404,
        "contentType": "text/html; charset=UTF-8",
        "length": 137184,
        "text": "<!doctype html>\n<!--\n ______     ______     _____     ______     ______     ______   ______     _____\n/\\  ___\\   /\\  __ \\   /\\  __-.  /\\  ___\\   /\\  == \\   /\\  == \\ /\\  __ \\   /\\  __-.\n\\ \\ \\____  \\ \\ \\/\\ \\  \\ \\ \\/\\ \\ \\ \\  __\\   \\ \\  __<   \\ \\  _-/ \\ \\  __ \\  \\ \\ \\/\\ \\\n \\ \\_____\\  \\ \\_____\\  \\ \\____-  \\ \\_____\\  \\ \\_\\ \\_\\  \\ \\_\\    \\ \\_\\ \\_\\  \\ \\____-\n  \\/_____/   \\/_____/   \\/____/   \\/_____/   \\/_/ /_/   \\/_/     \\/_/\\/_/   \\/____/\n\n(c) 2026 CoderPad, Inc - Poking around? Want to chat? [email protected] or @CoderPad\n-->\n<html class=\"no-js\" lang=\"en-US\" prefix=\"og: https://ogp.me/ns#\">\n\t<head>\n\t\t<meta charset=\"UTF-8\">\n\t\t<meta http-equiv=\"Content-Type\" content=\"text/html; charset=UTF-8\">\n\t\t<meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n\t\t<meta name=\"theme-color\" content=\"#D91629\">\n\t\t\n<!-- Search Engine Optimization by Rank Math PRO - https://rankmath.com/ -->\n<title>Page Not Found - CoderPad</title>\n<meta name=\"robots\" content=\"follow, noindex\"/>\n<meta property=\"og:locale\" content=\"en_US\" />\n<meta property=\"og:type\" content=\"article\" />\n<meta property=\"og:title\" content=\"Page Not Found - CoderPad\" />\n<meta property=\"og:url\" content=\"https://coderpad.io/.well-known/oauth-protected-resource\" />\n<meta property=\"og:site_name\" content=\"CoderPad\" />\n<meta property=\"article:publisher\" content=\"https://www.facebook.com/coderpad\" />\n<meta property=\"og:image\" content=\"https://coderpad.io/wp-content/uploads/2024/01/coderpad-hire-better-candidates-faster-opengraph-image.png\" />\n<meta property=\"og:image:secure_url\" content=\"https://coderpad.io/wp-content/uploads/2024/01/coderpad-hire-better-candidates-faster-opengraph-image.png\" />\n<meta property=\"og:image:width\" content=\"1200\" />\n<meta property=\"og:image:height\" content=\"630\" />\n<meta property=\"og:image:type\" content=\"image/png\" />\n<meta name=\"twitter:card\" content=\"summary_large_image\" />\n<meta name=\"twitter:title\" content=\"Page Not Found - CoderPad\" />\n<meta name=\"twitter:site\" content=\"@coderpad\" />\n<meta name=\"twitter:image\" content=\"https://coderpad.io/wp-content/uploads/2024/01/coderpad-hire-better-candidates-faster-opengraph-image.png\" />\n<script type=\"application/ld+json\" class=\"rank-math-schema-pro\">{\"@context\":\"https://schema.org\",\"@graph\":[{\"@type\":\"Organization\",\"@id\":\"https://coderpad.io/#organization\",\"name\":\"CoderPad\",\"sameAs\":[\"https://www.facebook.com/coderpad\",\"https://twitter.com/coderpad\"]},{\"@type\":\"WebSite\",\"@id\":\"https://coderpad.io/#website\",\"url\":\"https://coderpad.io\",\"name\":\"CoderPad\",\"publisher\":{\"@id\":\"https://coderpad.io/#organization\"},\"inLanguage\":\"en-US\"},{\"@type\":\"WebPage\",\"@id\":\"https://coderpad.io/.well-known/oauth-protected-resource#webpage\",\"url\":\"https://coderpad.io/.well-known/oauth-protected-resource\",\"name\":\"Page Not Found - CoderPad\",\"isPartOf\":{\"@id\":\"https://coderpad.io/#website\"},\"inLanguage\":\"en-US\"}]}</script>\n<!-- /Rank Math WordPress SEO plugin -->\n\n<link rel='dns-prefetch' href='//www.googletagmanager.com' />\n<link rel='dns-prefetch' href='//cdn.jsdelivr.net' />\n<script type=\"text/javascript\">\n    _linkedin_partner_id = \"3609010\";\n    window._linkedin_data_partner_ids = window._linkedin_data_partner_ids || [];\n    window._linkedin_data_partner_ids.push(_linkedin_partner_id);\n    (function(l) {\n        if (!l) {\n            window.lintrk = function(a, b) {\n                window.lintrk.q.push([a, b])\n            };\n            window.lintrk.q = []\n        }\n        var s = document.getElementsByTagName(\"script\")[0];\n        var b = document.createElement(\"script\");\n        b.type = \"text/javascript\";\n        b.async = true;\n        b.src = \"https://snap.licdn.com/li.lms-analytics/insight.min.js\";\n        s.parentNode.insertBefore(b, s);\n    })(window.lintrk);\n</script>\n<noscript>\n    <img height=\"1\" width=\"1\" style=\"display:none;\" alt=\"linkedin\" src=\"https://px.ads.linkedin.com/collect/?pid=3609010&fmt=gif\">\n</noscript>\n\n<script>(function (c, p, d, u, id, i) {\n  id = ''; // Optional Custom ID for user in your system"
      },
      "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": 137190,
          "text": "<!doctype html>\n<!--\n ______     ______     _____     ______     ______     ______   ______     _____\n/\\  ___\\   /\\  __ \\   /\\  __-.  /\\  ___\\   /\\  == \\   /\\  == \\ /\\  __ \\   /\\  __-.\n\\ \\ \\____  \\ \\ \\/\\ \\  \\ \\ \\/\\ \\ \\ \\  __\\   \\ \\  __<   \\ \\  _-/ \\ \\  __ \\  \\ \\ \\/\\ \\\n \\ \\_____\\  \\ \\_____\\  \\ \\____-  \\ \\_____\\  \\ \\_\\ \\_\\  \\ \\_\\    \\ \\_\\ \\_\\  \\ \\____-\n  \\/_____/   \\/_____/   \\/____/   \\/_____/   \\/_/ /_/   \\/_/     \\/_/\\/_/   \\/____/\n\n(c) 2026 CoderPad, Inc - Poking around? Want to chat? [email protected] or @CoderPad\n-->\n<html class=\"no-js\" lang=\"en-US\" prefix=\"og: https://ogp.me/ns#\">\n\t<head>\n\t\t<meta charset=\"UTF-8\">\n\t\t<meta http-equiv=\"Content-Type\" content=\"text/html; charset=UTF-8\">\n\t\t<meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n\t\t<meta name=\"theme-color\" content=\"#D91629\">\n\t\t\n<!-- Search Engine Optimization by Rank Math PRO - https://rankmath.com/ -->\n<title>Page Not Found - CoderPad</title>\n<meta name=\"robots\" content=\"follow, noindex\"/>\n<meta property=\"og:locale\" content=\"en_US\" />\n<meta property=\"og:type\" content=\"article\" />\n<meta property=\"og:title\" content=\"Page Not Found - CoderPad\" />\n<meta property=\"og:url\" content=\"https://coderpad.io/.well-known/oauth-authorization-server\" />\n<meta property=\"og:site_name\" content=\"CoderPad\" />\n<meta property=\"article:publisher\" content=\"https://www.facebook.com/coderpad\" />\n<meta property=\"og:image\" content=\"https://coderpad.io/wp-content/uploads/2024/01/coderpad-hire-better-candidates-faster-opengraph-image.png\" />\n<meta property=\"og:image:secure_url\" content=\"https://coderpad.io/wp-content/uploads/2024/01/coderpad-hire-better-candidates-faster-opengraph-image.png\" />\n<meta property=\"og:image:width\" content=\"1200\" />\n<meta property=\"og:image:height\" content=\"630\" />\n<meta property=\"og:image:type\" content=\"image/png\" />\n<meta name=\"twitter:card\" content=\"summary_large_image\" />\n<meta name=\"twitter:title\" content=\"Page Not Found - CoderPad\" />\n<meta name=\"twitter:site\" content=\"@coderpad\" />\n<meta name=\"twitter:image\" content=\"https://coderpad.io/wp-content/uploads/2024/01/coderpad-hire-better-candidates-faster-opengraph-image.png\" />\n<script type=\"application/ld+json\" class=\"rank-math-schema-pro\">{\"@context\":\"https://schema.org\",\"@graph\":[{\"@type\":\"Organization\",\"@id\":\"https://coderpad.io/#organization\",\"name\":\"CoderPad\",\"sameAs\":[\"https://www.facebook.com/coderpad\",\"https://twitter.com/coderpad\"]},{\"@type\":\"WebSite\",\"@id\":\"https://coderpad.io/#website\",\"url\":\"https://coderpad.io\",\"name\":\"CoderPad\",\"publisher\":{\"@id\":\"https://coderpad.io/#organization\"},\"inLanguage\":\"en-US\"},{\"@type\":\"WebPage\",\"@id\":\"https://coderpad.io/.well-known/oauth-authorization-server#webpage\",\"url\":\"https://coderpad.io/.well-known/oauth-authorization-server\",\"name\":\"Page Not Found - CoderPad\",\"isPartOf\":{\"@id\":\"https://coderpad.io/#website\"},\"inLanguage\":\"en-US\"}]}</script>\n<!-- /Rank Math WordPress SEO plugin -->\n\n<link rel='dns-prefetch' href='//www.googletagmanager.com' />\n<link rel='dns-prefetch' href='//cdn.jsdelivr.net' />\n<script type=\"text/javascript\">\n    _linkedin_partner_id = \"3609010\";\n    window._linkedin_data_partner_ids = window._linkedin_data_partner_ids || [];\n    window._linkedin_data_partner_ids.push(_linkedin_partner_id);\n    (function(l) {\n        if (!l) {\n            window.lintrk = function(a, b) {\n                window.lintrk.q.push([a, b])\n            };\n            window.lintrk.q = []\n        }\n        var s = document.getElementsByTagName(\"script\")[0];\n        var b = document.createElement(\"script\");\n        b.type = \"text/javascript\";\n        b.async = true;\n        b.src = \"https://snap.licdn.com/li.lms-analytics/insight.min.js\";\n        s.parentNode.insertBefore(b, s);\n    })(window.lintrk);\n</script>\n<noscript>\n    <img height=\"1\" width=\"1\" style=\"display:none;\" alt=\"linkedin\" src=\"https://px.ads.linkedin.com/collect/?pid=3609010&fmt=gif\">\n</noscript>\n\n<script>(function (c, p, d, u, id, i) {\n  id = ''; // Optional Custom ID for user in your "
        }
      },
      "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": 15,
    "signals": [
      {
        "source": "link:href",
        "weight": 3,
        "match": "auth link"
      },
      {
        "source": "visible-text",
        "weight": 3,
        "match": "login"
      },
      {
        "source": "visible-text",
        "weight": 3,
        "match": "sign up"
      },
      {
        "source": "visible-text",
        "weight": 3,
        "match": "single sign-on"
      },
      {
        "source": "visible-text",
        "weight": 3,
        "match": "sso"
      }
    ]
  },
  "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": 137172
          },
          {
            "path": "/.well-known/oauth-authorization-server",
            "statusCode": 404,
            "contentType": "text/html; charset=UTF-8",
            "length": 137190
          }
        ]
      },
      "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": 15,
    "signals": [
      {
        "source": "link:href",
        "weight": 3,
        "match": "auth link"
      },
      {
        "source": "visible-text",
        "weight": 3,
        "match": "login"
      },
      {
        "source": "visible-text",
        "weight": 3,
        "match": "sign up"
      },
      {
        "source": "visible-text",
        "weight": 3,
        "match": "single sign-on"
      },
      {
        "source": "visible-text",
        "weight": 3,
        "match": "sso"
      }
    ]
  },
  "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<!--\n ______     ______     _____     ______     ______     ______   ______     _____\n/\\  ___\\   /\\  __ \\   /\\  __-.  /\\  ___\\   /\\  == \\   /\\  == \\ /\\  __ \\   /\\  __-.\n\\ \\ \\____  \\ \\ \\/\\ \\  \\ \\ \\/\\ \\ \\ \\  __\\   \\ \\  __<   \\ \\  _-/ \\ \\  __ \\  \\ \\ \\/\\ \\\n \\ \\_____\\  \\ \\_____\\  \\ \\____-  \\ \\_____\\  \\ \\_\\ \\_\\  \\ \\_\\    \\ \\_\\ \\_\\  \\ \\____-\n  \\/_____/   \\/_____/   \\/____/   \\/_____/   \\/_/ /_/   \\/_/     \\/_/\\/_/   \\/____/\n\n(c) 2026 CoderPad, Inc - Poking around? Want to chat? [email protected] or @CoderPad\n-->\n<html class=\"no-js\" lang=\"en-US\" prefix=\"og: https://ogp.me/ns#\">\n\t<head>\n\t\t<meta charset=\"UTF-8\">\n\t\t<meta http-equiv=\"Content-Type\" content=\"text/html; charset=UTF-8\">\n\t\t<meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n\t\t<meta name=\"theme-color\" co"
      },
      "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://coderpad.io"
      },
      "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://coderpad.io/.well-known/oauth-protected-resource",
            "metadataUrlMatches": true,
            "resourceMatchesRequestContext": true
          },
          {
            "path": "/api/admin/summary",
            "statusCode": 404,
            "wwwAuthenticate": {
              "valid": false,
              "present": false
            },
            "expectedMetadataUrl": "https://coderpad.io/.well-known/oauth-protected-resource",
            "metadataUrlMatches": true,
            "resourceMatchesRequestContext": true
          },
          {
            "path": "/api/scans",
            "statusCode": 404,
            "wwwAuthenticate": {
              "valid": false,
              "present": false
            },
            "expectedMetadataUrl": "https://coderpad.io/.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": 15,
    "signals": [
      {
        "source": "link:href",
        "weight": 3,
        "match": "auth link"
      },
      {
        "source": "visible-text",
        "weight": 3,
        "match": "login"
      },
      {
        "source": "visible-text",
        "weight": 3,
        "match": "sign up"
      },
      {
        "source": "visible-text",
        "weight": 3,
        "match": "single sign-on"
      },
      {
        "source": "visible-text",
        "weight": 3,
        "match": "sso"
      }
    ]
  },
  "resourceFetchSucceeded": false
}

Performance and AccessibilityAccessibilityBrowser audit

SVG elements with an `img` role do not have an accessible text alternative

100 Fail

Check name

SVG elements with an `img` role do not have an accessible text alternative

Score

0/100

Status

fail

Device

desktop

Category

Accessibility

Fix guidance

Ensures SVG elements with an `img`, `graphics-document` or `graphics-symbol` role have an accessible text alternative. [Learn more about SVG alt text](https://dequeuniversity.com/rules/axe/4.11/svg-img-alt).

Evidence
{
  "description": "Ensures SVG elements with an `img`, `graphics-document` or `graphics-symbol` role have an accessible text alternative. [Learn more about SVG alt text](https://dequeuniversity.com/rules/axe/4.11/svg-img-alt)."
}

SEOSEOBrowser audit

Links are not crawlable

50 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)"
}

SEOSEOBrowser audit

Links do not have descriptive text

50 Fail

Check name

Links do not have descriptive text

Score

0/100

Status

fail

Device

desktop

Category

SEO

Estimated savings

1 link found

Fix guidance

Descriptive link text helps search engines understand your content. [Learn how to make links more accessible](https://developer.chrome.com/docs/lighthouse/seo/link-text/).

Evidence
{
  "displayValue": "1 link found",
  "description": "Descriptive link text helps search engines understand your content. [Learn how to make links more accessible](https://developer.chrome.com/docs/lighthouse/seo/link-text/)."
}

Performance and AccessibilityPerformanceBrowser audit

Improve image delivery

13 Warning

Check name

Improve image delivery

Score

50/100

Status

warning

Device

desktop

Category

Performance

Estimated savings

Est savings of 67 KiB

Fix guidance

Reducing the download time of images can improve the perceived load time of the page and LCP. [Learn more about optimizing image size](https://developer.chrome.com/docs/performance/insights/image-delivery)

Evidence
{
  "displayValue": "Est savings of 67 KiB",
  "description": "Reducing the download time of images can improve the perceived load time of the page and LCP. [Learn more about optimizing image size](https://developer.chrome.com/docs/performance/insights/image-delivery)"
}

Performance and AccessibilityPerformanceBrowser audit

Reduce unused CSS

13 Warning

Check name

Reduce unused CSS

Score

50/100

Status

warning

Device

desktop

Category

Performance

Estimated savings

Est savings of 14 KiB

Fix guidance

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

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

Performance and AccessibilityPerformanceBrowser audit

Reduce unused JavaScript

13 Warning

Check name

Reduce unused JavaScript

Score

50/100

Status

warning

Device

desktop

Category

Performance

Estimated savings

Est savings of 221 KiB

Fix guidance

Reduce unused JavaScript and defer loading scripts until they are required to decrease bytes consumed by network activity. [Learn how to reduce unused JavaScript](https://developer.chrome.com/docs/lighthouse/performance/unused-javascript/).

Evidence
{
  "displayValue": "Est savings of 221 KiB",
  "description": "Reduce unused JavaScript and defer loading scripts until they are required to decrease bytes consumed by network activity. [Learn how to reduce unused JavaScript](https://developer.chrome.com/docs/lighthouse/performance/unused-javascript/).",
  "numericValue": 0
}

Performance and AccessibilityPerformanceBrowser audit

Loading performance

3 Fail

Check name

Loading performance

Score

89/100

Status

fail

Device

desktop

Category

Performance

Fix guidance

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

Evidence
{
  "checks": [
    {
      "id": "total-blocking-time",
      "title": "Total Blocking Time",
      "score": 94,
      "displayValue": "120 ms",
      "numericValue": 122.50000000000023
    },
    {
      "id": "max-potential-fid",
      "title": "Max Potential First Input Delay",
      "score": 93,
      "displayValue": "120 ms",
      "numericValue": 117
    },
    {
      "id": "largest-contentful-paint",
      "title": "Largest Contentful Paint",
      "score": 98,
      "displayValue": "0.8 s",
      "numericValue": 801.0048867504
    },
    {
      "id": "server-response-time",
      "title": "Initial server response time was short",
      "score": 100,
      "displayValue": "Root document took 30 ms",
      "numericValue": 33
    },
    {
      "id": "network-rtt",
      "title": "Network Round Trip Times",
      "score": 100,
      "displayValue": "70 ms",
      "numericValue": 67.74543
    },
    {
      "id": "interactive",
      "title": "Time to Interactive",
      "score": 92,
      "displayValue": "2.3 s",
      "numericValue": 2272.1809092058847
    },
    {
      "id": "first-contentful-paint",
      "title": "First Contentful Paint",
      "score": 100,
      "displayValue": "0.4 s",
      "numericValue": 401.00217188906663
    },
    {
      "id": "speed-index",
      "title": "Speed Index",
      "score": 36,
      "displayValue": "2.7 s",
      "numericValue": 2685.303905356213
    }
  ]
}

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