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

OVERALL SCORE

Level 3, Bot-Aware

Moderate readiness for AI agents
AIDiscoverability37%Agent Easeof Use34%Security& Trust20%GEO, AIO, AEO87%SEO100%Performance& Accessibility62%
  • AI Discoverability 37 out of 100
  • Agent Ease of Use 34 out of 100
  • Security & Trust 20 out of 100
  • GEO, AIO and AEO 87 out of 100
  • SEO 100 out of 100
  • Performance and Accessibility 62 out of 100

CAPTURED SCREENSHOT

Captured website desktop screenshot

What AI sees of your website

Hashnode — Blogging Platform for Builders in Tech favicon

Hashnode — Blogging Platform for Builders in Tech

Hashnode is a blogging platform where developers, engineers, and tech leaders write to sharpen ideas, share knowledge, and build their reputation. Start for free.

Next step

Turn this report into a fix workflow

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

Detailed report scores grouped by capability area
MetricScoreStatusPassedFailedWarningEvidence
AI Discoverability
37
Priority fix7161View details
Discoverability
57
Needs work450View details
Content Readiness
46
Priority fix371View details
Bot Access Control
0
Priority fix040View details
Agent Ease of Use
34
Priority fix12311View details
API
17
Priority fix180View details
Auth
Not Applicable
Not Applicable070View details
MCP
50
Needs work460View details
Skill Discovery
35
Priority fix3101View details
Agent Commerce
Not Applicable
Not Applicable400
GEO, AIO and AEO
87
Mostly ready1105
GEO Readiness
Not Applicable
Not Applicable400
AIO Readiness
Not Applicable
Not Applicable500
AEO Readiness
77
Mostly ready205
SEO
100
Strong1100
SEO
100
Strong1100
Security & Trust
52
Needs work540View details
Security & Trust
20
Priority fix140View details
AI Training Exposure
100
Strong400
Performance and Accessibility
62
Needs work1950View details
Performance
50
Needs work1230View details
Accessibility
85
Mostly ready720View details

Prioritized recommendations

Issues ranked by score impact

38 items need attention

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><html lang=\"en\"><head><meta charSet=\"utf-8\"/><meta name=\"viewport\" content=\"width=device-width, initial-scale=1\"/><link rel=\"stylesheet\" href=\"/_next/static/chunks/6caf7277614b8f01.css?dpl=dpl_Dob8SADB694HQYLNTsEHiMkPKkst\" data-precedence=\"next\"/><link rel=\"stylesheet\" href=\"/_next/static/chunks/39c65b9ff246101f.css?dpl=dpl_Dob8SADB694HQYLNTsEHiMkPKkst\" data-precedence=\"next\"/><link rel=\"stylesheet\" href=\"/_next/static/chunks/6c3d4764c8a4b0bd.css?dpl=dpl_Dob8SADB694HQYLNTsEHiMkPKkst\" data-precedence=\"next\"/><link rel=\"preload\" as=\"script\" fetchPriority=\"low\" href=\"/_next/static/chunks/faf4a0202735b81c.js?dpl=dpl_Dob8SADB694HQYLNTsEHiMkPKkst\"/><script src=\"/_next/static/chunks/ade94519337d7214.js?dpl=dpl_Dob8SADB694HQYLNTsEHiMkPKkst\" async=\"\"></script><script src=\"/_next/stat"
      },
      "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
}

AI DiscoverabilityDiscoverabilityEstablished

FAQPage schema

FAQPage schema is missing or incomplete.

33 Fail

Needs attention

FAQPage schema

Failed check
01

Issue

FAQ content was detected but no FAQPage schema was found.

02

Why it matters

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

Check name

FAQPage schema

Score

0/100

Status

fail

Category

Discoverability

Maturity

Established

Goal

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

Result

FAQPage schema is missing or incomplete.

Evidence
{
  "found": false,
  "visibleFaq": true,
  "allTypes": [
    "ItemList",
    "Organization",
    "WebSite"
  ]
}

AI DiscoverabilityDiscoverabilityEstablished

High-value schema types

High-value schema types is missing or incomplete.

33 Fail

Needs attention

High-value schema types

Failed check
01

Issue

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

02

Why it matters

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

Check name

High-value schema types

Score

0/100

Status

fail

Category

Discoverability

Maturity

Established

Goal

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

Result

High-value schema types is missing or incomplete.

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

AI DiscoverabilityDiscoverabilityEstablished

Link headers

Link headers failed at "Find useful Link headers".

33 Fail

Needs attention

Link headers

Failed check
01

Issue

No useful agent discovery Link headers were found.

02

Why it matters

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

Check name

Link headers

Score

0/100

Status

fail

Category

Discoverability

Maturity

Established

Goal

Include Link response headers for agent discovery using RFC 8288.

Result

Link headers failed at "Find useful Link headers".

Validation steps

  1. Find useful Link headers

    No useful agent discovery Link headers were found.

  2. Fetch same-origin Link header targets

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

Evidence
{
  "failedStep": "presence",
  "steps": [
    {
      "id": "presence",
      "title": "Find useful Link headers",
      "status": "fail",
      "evidence": {
        "links": [
          {
            "url": "/_next/static/media/SuisseIntlMono_Bold_WebS-s.p.3f449a12.woff2",
            "rel": "preload",
            "type": "font/woff2"
          },
          {
            "url": "/_next/static/media/SuisseIntlMono_Regular_WebS-s.p.8b264ba5.woff2",
            "rel": "preload",
            "type": "font/woff2"
          },
          {
            "url": "/_next/static/media/SuisseIntlMono_Thin_WebS-s.p.e0d1588b.woff2",
            "rel": "preload",
            "type": "font/woff2"
          },
          {
            "url": "/_next/static/media/SuisseIntl_Bold-s.p.85ec0343.woff2",
            "rel": "preload",
            "type": "font/woff2"
          },
          {
            "url": "/_next/static/media/SuisseIntl_BoldIt-s.p.57c67576.woff2",
            "rel": "preload",
            "type": "font/woff2"
          },
          {
            "url": "/_next/static/media/SuisseIntl_Medium-s.p.921e0693.woff2",
            "rel": "preload",
            "type": "font/woff2"
          },
          {
            "url": "/_next/static/media/SuisseIntl_MediumIt-s.p.05dd1830.woff2",
            "rel": "preload",
            "type": "font/woff2"
          },
          {
            "url": "/_next/static/media/SuisseIntl_Regular-s.p.1b321929.woff2",
            "rel": "preload",
            "type": "font/woff2"
          },
          {
            "url": "/_next/static/media/SuisseIntl_RegularIt-s.p.557e35b8.woff2",
            "rel": "preload",
            "type": "font/woff2"
          },
          {
            "url": "/_next/static/media/SuisseIntl_Semibold-s.p.169cec61.woff2",
            "rel": "preload",
            "type": "font/woff2"
          },
          {
            "url": "/_next/static/media/SuisseIntl_SemiboldIt-s.p.63924a3e.woff2",
            "rel": "preload",
            "type": "font/woff2"
          },
          {
            "url": "/_next/static/chunks/6caf7277614b8f01.css?dpl=dpl_Dob8SADB694HQYLNTsEHiMkPKkst",
            "rel": "preload"
          },
          {
            "url": "/_next/static/chunks/39c65b9ff246101f.css?dpl=dpl_Dob8SADB694HQYLNTsEHiMkPKkst",
            "rel": "preload"
          },
          {
            "url": "/_next/static/chunks/6c3d4764c8a4b0bd.css?dpl=dpl_Dob8SADB694HQYLNTsEHiMkPKkst",
            "rel": "preload"
          }
        ]
      },
      "issue": "No useful agent discovery Link headers were found.",
      "howToFix": "Expose useful Link headers such as rel=\"api-catalog\", rel=\"service-doc\", and rel=\"service-desc\"."
    },
    {
      "id": "target-validation",
      "title": "Fetch same-origin Link header targets",
      "status": "fail",
      "evidence": {
        "checked": [],
        "failures": [
          {
            "reason": "No same-origin Link header targets were available to fetch."
          }
        ]
      },
      "issue": "Link headers did not expose any same-origin targets to validate.",
      "howToFix": "Make each same-origin Link href reachable and serve the advertised media type."
    }
  ]
}

Agent Ease of UseMCPEmerging recommendation

MCP Server Card

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

33 Fail

Needs attention

MCP Server Card

Failed check
01

Issue

MCP Server Card was not found at the expected path.

02

Why it matters

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

Check name

MCP Server Card

Score

0/100

Status

fail

Category

MCP

Maturity

Emerging recommendation

Goal

Publish an MCP Server Card for agent discovery.

Result

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

Validation steps

  1. Fetch to find resource

    MCP Server Card was not found at the expected path.

Evidence
{
  "failedStep": "fetch",
  "steps": [
    {
      "id": "fetch",
      "title": "Fetch to find resource",
      "status": "fail",
      "evidence": {
        "checked": [
          {
            "path": "/.well-known/mcp/server-card.json",
            "statusCode": 404,
            "contentType": "text/html; charset=utf-8",
            "length": 64949
          },
          {
            "path": "/.well-known/mcp/server-cards.json",
            "statusCode": 404,
            "contentType": "text/html; charset=utf-8",
            "length": 64963
          },
          {
            "path": "/.well-known/mcp.json",
            "statusCode": 404,
            "contentType": "text/html; charset=utf-8",
            "length": 64933
          }
        ]
      },
      "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 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": 200,
            "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><html lang=\"en\"><head><meta charSet=\"utf-8\"/><meta name=\"viewport\" content=\"width=device-width, initial-scale=1\"/><link rel=\"stylesheet\" href=\"/_next/static/chunks/6caf7277614b8f01.css?dpl=dpl_Dob8SADB694HQYLNTsEHiMkPKkst\" data-precedence=\"next\"/><link rel=\"stylesheet\" href=\"/_next/static/chunks/39c65b9ff246101f.css?dpl=dpl_Dob8SADB694HQYLNTsEHiMkPKkst\" data-precedence=\"next\"/><link rel=\"stylesheet\" href=\"/_next/static/chunks/6c3d4764c8a4b0bd.css?dpl=dpl_Dob8SADB694HQYLNTsEHiMkPKkst\" data-precedence=\"next\"/><link rel=\"preload\" as=\"script\" fetchPriority=\"low\" href=\"/_next/static/chunks/faf4a0202735b81c.js?dpl=dpl_Dob8SADB694HQYLNTsEHiMkPKkst\"/><script src=\"/_next/static/chunks/ade94519337d7214.js?dpl=dpl_Dob8SADB694HQYLNTsEHiMkPKkst\" async=\"\"></script><script src=\"/_next/stat"
          },
          {
            "path": "/openapi.yaml",
            "statusCode": 200,
            "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><html lang=\"en\"><head><meta charSet=\"utf-8\"/><meta name=\"viewport\" content=\"width=device-width, initial-scale=1\"/><link rel=\"stylesheet\" href=\"/_next/static/chunks/6caf7277614b8f01.css?dpl=dpl_Dob8SADB694HQYLNTsEHiMkPKkst\" data-precedence=\"next\"/><link rel=\"stylesheet\" href=\"/_next/static/chunks/39c65b9ff246101f.css?dpl=dpl_Dob8SADB694HQYLNTsEHiMkPKkst\" data-precedence=\"next\"/><link rel=\"stylesheet\" href=\"/_next/static/chunks/6c3d4764c8a4b0bd.css?dpl=dpl_Dob8SADB694HQYLNTsEHiMkPKkst\" data-precedence=\"next\"/><link rel=\"preload\" as=\"script\" fetchPriority=\"low\" href=\"/_next/static/chunks/faf4a0202735b81c.js?dpl=dpl_Dob8SADB694HQYLNTsEHiMkPKkst\"/><script src=\"/_next/static/chunks/ade94519337d7214.js?dpl=dpl_Dob8SADB694HQYLNTsEHiMkPKkst\" async=\"\"></script><script src=\"/_next/stat"
          },
          {
            "path": "/swagger.json",
            "statusCode": 200,
            "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><html lang=\"en\"><head><meta charSet=\"utf-8\"/><meta name=\"viewport\" content=\"width=device-width, initial-scale=1\"/><link rel=\"stylesheet\" href=\"/_next/static/chunks/6caf7277614b8f01.css?dpl=dpl_Dob8SADB694HQYLNTsEHiMkPKkst\" data-precedence=\"next\"/><link rel=\"stylesheet\" href=\"/_next/static/chunks/39c65b9ff246101f.css?dpl=dpl_Dob8SADB694HQYLNTsEHiMkPKkst\" data-precedence=\"next\"/><link rel=\"stylesheet\" href=\"/_next/static/chunks/6c3d4764c8a4b0bd.css?dpl=dpl_Dob8SADB694HQYLNTsEHiMkPKkst\" data-precedence=\"next\"/><link rel=\"preload\" as=\"script\" fetchPriority=\"low\" href=\"/_next/static/chunks/faf4a0202735b81c.js?dpl=dpl_Dob8SADB694HQYLNTsEHiMkPKkst\"/><script src=\"/_next/static/chunks/ade94519337d7214.js?dpl=dpl_Dob8SADB694HQYLNTsEHiMkPKkst\" async=\"\"></script><script src=\"/_next/stat"
          },
          {
            "path": "/swagger.yaml",
            "statusCode": 200,
            "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><html lang=\"en\"><head><meta charSet=\"utf-8\"/><meta name=\"viewport\" content=\"width=device-width, initial-scale=1\"/><link rel=\"stylesheet\" href=\"/_next/static/chunks/6caf7277614b8f01.css?dpl=dpl_Dob8SADB694HQYLNTsEHiMkPKkst\" data-precedence=\"next\"/><link rel=\"stylesheet\" href=\"/_next/static/chunks/39c65b9ff246101f.css?dpl=dpl_Dob8SADB694HQYLNTsEHiMkPKkst\" data-precedence=\"next\"/><link rel=\"stylesheet\" href=\"/_next/static/chunks/6c3d4764c8a4b0bd.css?dpl=dpl_Dob8SADB694HQYLNTsEHiMkPKkst\" data-precedence=\"next\"/><link rel=\"preload\" as=\"script\" fetchPriority=\"low\" href=\"/_next/static/chunks/faf4a0202735b81c.js?dpl=dpl_Dob8SADB694HQYLNTsEHiMkPKkst\"/><script src=\"/_next/static/chunks/ade94519337d7214.js?dpl=dpl_Dob8SADB694HQYLNTsEHiMkPKkst\" async=\"\"></script><script src=\"/_next/stat"
          },
          {
            "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><html lang=\"en\"><head><meta charSet=\"utf-8\"/><meta name=\"viewport\" content=\"width=device-width, initial-scale=1\"/><link rel=\"stylesheet\" href=\"/_next/static/chunks/6caf7277614b8f01.css?dpl=dpl_Dob8SADB694HQYLNTsEHiMkPKkst\" data-precedence=\"next\"/><link rel=\"stylesheet\" href=\"/_next/static/chunks/39c65b9ff246101f.css?dpl=dpl_Dob8SADB694HQYLNTsEHiMkPKkst\" data-precedence=\"next\"/><link rel=\"stylesheet\" href=\"/_next/static/chunks/6c3d4764c8a4b0bd.css?dpl=dpl_Dob8SADB694HQYLNTsEHiMkPKkst\" data-precedence=\"next\"/><link rel=\"preload\" as=\"script\" fetchPriority=\"low\" href=\"/_next/static/chunks/faf4a0202735b81c.js?dpl=dpl_Dob8SADB694HQYLNTsEHiMkPKkst\"/><script src=\"/_next/static/chunks/ade94519337d7214.js?dpl=dpl_Dob8SADB694HQYLNTsEHiMkPKkst\" async=\"\"></script><script src=\"/_next/stat"
          },
          {
            "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><html lang=\"en\"><head><meta charSet=\"utf-8\"/><meta name=\"viewport\" content=\"width=device-width, initial-scale=1\"/><link rel=\"stylesheet\" href=\"/_next/static/chunks/6caf7277614b8f01.css?dpl=dpl_Dob8SADB694HQYLNTsEHiMkPKkst\" data-precedence=\"next\"/><link rel=\"stylesheet\" href=\"/_next/static/chunks/39c65b9ff246101f.css?dpl=dpl_Dob8SADB694HQYLNTsEHiMkPKkst\" data-precedence=\"next\"/><link rel=\"stylesheet\" href=\"/_next/static/chunks/6c3d4764c8a4b0bd.css?dpl=dpl_Dob8SADB694HQYLNTsEHiMkPKkst\" data-precedence=\"next\"/><link rel=\"preload\" as=\"script\" fetchPriority=\"low\" href=\"/_next/static/chunks/faf4a0202735b81c.js?dpl=dpl_Dob8SADB694HQYLNTsEHiMkPKkst\"/><script src=\"/_next/static/chunks/ade94519337d7214.js?dpl=dpl_Dob8SADB694HQYLNTsEHiMkPKkst\" async=\"\"></script><script src=\"/_next/stat"
          },
          {
            "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><html lang=\"en\"><head><meta charSet=\"utf-8\"/><meta name=\"viewport\" content=\"width=device-width, initial-scale=1\"/><link rel=\"stylesheet\" href=\"/_next/static/chunks/6caf7277614b8f01.css?dpl=dpl_Dob8SADB694HQYLNTsEHiMkPKkst\" data-precedence=\"next\"/><link rel=\"stylesheet\" href=\"/_next/static/chunks/39c65b9ff246101f.css?dpl=dpl_Dob8SADB694HQYLNTsEHiMkPKkst\" data-precedence=\"next\"/><link rel=\"stylesheet\" href=\"/_next/static/chunks/6c3d4764c8a4b0bd.css?dpl=dpl_Dob8SADB694HQYLNTsEHiMkPKkst\" data-precedence=\"next\"/><link rel=\"preload\" as=\"script\" fetchPriority=\"low\" href=\"/_next/static/chunks/faf4a0202735b81c.js?dpl=dpl_Dob8SADB694HQYLNTsEHiMkPKkst\"/><script src=\"/_next/static/chunks/ade94519337d7214.js?dpl=dpl_Dob8SADB694HQYLNTsEHiMkPKkst\" async=\"\"></script><script src=\"/_next/stat"
          }
        ]
      },
      "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": 64971
          }
        ]
      },
      "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."
    }
  ]
}

Security & TrustSecurity & TrustEstablished

Content-Security-Policy

Content-Security-Policy is missing or incomplete.

25 Fail

Needs attention

Content-Security-Policy

Failed check
01

Issue

Content-Security-Policy is missing or incomplete.

02

Why it matters

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

Check name

Content-Security-Policy

Score

0/100

Status

fail

Category

Security & Trust

Maturity

Established

Goal

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

Result

Content-Security-Policy is missing or incomplete.

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

Security & TrustSecurity & TrustEstablished

Frame protection

Frame protection is missing or incomplete.

25 Fail

Needs attention

Frame protection

Failed check
01

Issue

Frame protection is missing or incomplete.

02

Why it matters

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

Check name

Frame protection

Score

0/100

Status

fail

Category

Security & Trust

Maturity

Established

Goal

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

Result

Frame protection is missing or incomplete.

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

AI DiscoverabilityContent ReadinessEstablished

Markdown negotiation

Markdown negotiation failed at "Markdown content type".

25 Fail

Needs attention

Markdown negotiation

Failed check
01

Issue

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

02

Why it matters

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

Check name

Markdown negotiation

Score

0/100

Status

fail

Category

Content Readiness

Maturity

Established

Goal

Return HTML responses as markdown when agents request it.

Result

Markdown negotiation failed at "Markdown content type".

Validation steps

  1. Markdown content type

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

  2. Vary: Accept header

    Markdown negotiation is missing Vary: Accept; current Vary header is "rsc, next-router-state-tree, next-router-prefetch, next-router-segment-prefetch".

  3. Structured Markdown body

    Markdown response is missing a heading.

Evidence
{
  "failedStep": "content-type",
  "steps": [
    {
      "id": "content-type",
      "title": "Markdown content type",
      "status": "fail",
      "evidence": {
        "statusCode": 200,
        "contentType": "text/html; charset=utf-8"
      },
      "issue": "Content-Type \"text/html; charset=utf-8\" does not indicate Markdown when requested with Accept: text/markdown.",
      "howToFix": "Return Content-Type: text/markdown; charset=utf-8 for requests with Accept: text/markdown."
    },
    {
      "id": "vary-accept",
      "title": "Vary: Accept header",
      "status": "fail",
      "evidence": {
        "vary": "rsc, next-router-state-tree, next-router-prefetch, next-router-segment-prefetch"
      },
      "issue": "Markdown negotiation is missing Vary: Accept; current Vary header is \"rsc, next-router-state-tree, next-router-prefetch, next-router-segment-prefetch\".",
      "howToFix": "Add Vary: Accept on negotiated Markdown responses so shared caches keep HTML and Markdown variants separate."
    },
    {
      "id": "markdown-content",
      "title": "Structured Markdown body",
      "status": "fail",
      "evidence": {
        "valid": false,
        "hasHeading": false,
        "wordCount": 44565,
        "excerpt": "<!DOCTYPE html><html lang=\"en\"><head><meta charSet=\"utf-8\"/><meta name=\"viewport\" content=\"width=device-width, initial-scale=1\"/><link rel=\"stylesheet\" href=\"/_next/static/chunks/6caf7277614b8f01.css?dpl=dpl_Dob8SADB694HQYLNTsEHiMkPKkst\" da",
        "issue": "Markdown response is missing a heading."
      },
      "issue": "Markdown response is missing a heading.",
      "howToFix": "Return Markdown with at least one heading and substantive page content, including useful links or instructions for agents."
    }
  ]
}

Security & TrustSecurity & TrustEstablished

Referrer-Policy

Referrer-Policy is missing or incomplete.

25 Fail

Needs attention

Referrer-Policy

Failed check
01

Issue

Referrer-Policy is missing or incomplete.

02

Why it matters

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

Check name

Referrer-Policy

Score

0/100

Status

fail

Category

Security & Trust

Maturity

Established

Goal

Limit how much referrer data leaves the site.

Result

Referrer-Policy is missing or incomplete.

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

AI DiscoverabilityContent ReadinessEstablished

Semantic HTML

Semantic HTML is missing or incomplete.

25 Fail

Needs attention

Semantic HTML

Failed check
01

Issue

Semantic HTML is incomplete: missing <footer> landmark; invalid h1 (found 2); skipped heading levels; 2 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": false,
  "meaningfulH1": false,
  "headingOrder": false,
  "accessibleLinks": false,
  "accessibleButtons": true,
  "imageAltCoverage": true,
  "formAutocompleteCoverage": true,
  "details": {
    "inaccessibleLinks": [
      "<a class=\"group/logo flex items-center rounded-md px-2 py-1.5 hover:bg-sidebar-accent\" data-state=\"closed\" data-slot=\"context-menu-trigger\" style=\"-webkit-touch-callout:none\" href=\"/\"><svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 282 39\" class=\"shrink-0 h-4 w-auto text-foreground transition-colors group-hover/logo:text-sidebar-foreground\" aria-label=\"Hashnode\"><path fill=\"currentColor\" d=\"M2.68 13.032c-3.573 3.505-3.573 9.363 0 12.936L13.032 36.32c3.505 3.573 9.363 3.573 12.93",
      "<a class=\"flex items-center\" href=\"/\"><svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 282 39\" class=\"shrink-0 h-4 w-auto text-foreground\" aria-label=\"Hashnode\"><path fill=\"currentColor\" d=\"M2.68 13.032c-3.573 3.505-3.573 9.363 0 12.936L13.032 36.32c3.505 3.573 9.363 3.573 12.936 0L36.32 25.968c3.573-3.573 3.573-9.431 0-12.936L25.968 2.68c-3.573-3.573-9.431-3.573-12.936 0zm12.211 1.935c2.507-2.521 6.582-2.544 9.104-.038s2.544 6.582.038 9.104-6.582 2.544-9.104.038-2.544-6.582-.038"
    ],
    "inaccessibleButtons": [],
    "missingAutocompleteInputs": [],
    "imagesMissingAlt": [],
    "skippedHeadingLevels": [
      "h2: Search Hashnode",
      "h1: Popular posts",
      "h1: Write to think.Publish to connect.",
      "h3: I Built My Own Chess Platform — Here's Everything That Went Wrong",
      "h3: Setting up Fedora 42 for my dev setup",
      "h3: [EN] Setting up Prometheus and Thanos to use S3 as storage backend",
      "h3: Authors worth following",
      "h3: Trending tags this week",
      "h3: Trending series",
      "h3: From our blog",
      "h3: The GPTBot Mirage: How to Tell Real AI Crawlers From Impostors",
      "h3: The real KPI problem in platform teams",
      "h3: Find Out What's Already Out There: Auditing Your Digital Footprint",
      "h3: Open Source Tools Every STEM Student Should Know About",
      "h3: In Probabilistic Systems, You Watch the Shape of Success",
      "h3: Go Context Package",
      "h3: CVE-2026-5426 — KnowledgeDeliver Exploited as a Zero-Day via ViewState Deserialization",
      "h3: Recent comments",
      "h3: Authors worth following",
      "h3: Trending tags this week",
      "h3: Trending series",
      "h3: From our blog",
      "h3: Authors worth following",
      "h3: Trending tags this week",
      "h3: Trending tags this week",
      "h3: Trending series",
      "h3: Trending series",
      "h3: Is Node.js Still Enough? When to Move Your Backend to Rust",
      "h3: What is Dozzle and how it's work?",
      "h3: Real-Time Notification Systems Are Harder Than Most Teams Expect (And How to Build Them Right)",
      "h3: Building an Expanded Identity Security Copilot with Azure AI Foundry",
      "h3: Refactoring Terraform: From One File to Modules",
      "h3: PortSwigger's Insights: Understanding Web LLM Attacks",
      "h3: Recent comments",
      "h2: People are talking about",
      "h3: Stop Chasing Every Framework. Master These 3 Core Skills Instead."
    ]
  },
  "counts": {
    "h1": 2,
    "headings": 36,
    "links": 300,
    "inaccessibleLinks": 2,
    "buttons": 37,
    "inaccessibleButtons": 0,
    "images": 111,
    "imagesWithAlt": 111,
    "autocompleteInputs": 0,
    "inputsWithAutocomplete": 0,
    "missingAutocompleteInputs": 0
  }
}

Security & TrustSecurity & TrustEstablished

X-Content-Type-Options

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

25 Fail

Needs attention

X-Content-Type-Options

Failed check
01

Issue

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

02

Why it matters

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

Check name

X-Content-Type-Options

Score

0/100

Status

fail

Category

Security & Trust

Maturity

Established

Goal

Prevent MIME sniffing for browser-loaded resources.

Result

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

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

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": 64965
          },
          {
            "path": "/.well-known/skills/index.json",
            "statusCode": 404,
            "contentType": "text/html; charset=utf-8",
            "length": 64946
          }
        ]
      },
      "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."
    }
  ]
}

AI DiscoverabilityContent ReadinessEstablished

Content freshness signals

Content freshness signals is partially implemented.

19 Warning

Needs attention

Content freshness signals

Warning
01

Issue

Content freshness signals are incomplete: missing Last-Modified HTTP header; missing dateModified/datePublished in JSON-LD.

02

Why it matters

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

Check name

Content freshness signals

Score

25/100

Status

warning

Category

Content Readiness

Maturity

Established

Goal

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

Result

Content freshness signals is partially implemented.

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

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><html lang=\"en\"><head><meta charSet=\"utf-8\"/><meta name=\"viewport\" content=\"width=device-width, initial-scale=1\"/><link rel=\"stylesheet\" href=\"/_next/static/chunks/6caf7277614b8f01.css?dpl=dpl_Dob8SADB694HQYLNTsEHiMkPKkst\" data-precedence=\"next\"/><link rel=\"stylesheet\" href=\"/_next/static/chunks/39c65b9ff246101f.css?dpl=dpl_Dob8SADB694HQYLNTsEHiMkPKkst\" data-precedence=\"next\"/><link rel=\"stylesheet\" href=\"/_next/static/chunks/6c3d4764c8a4b0bd.css?dpl=dpl_Dob8SADB694HQYLNTsEHiMkPKkst\" data-precedence=\"next\"/><link rel=\"preload\" as=\"script\" fetchPriority=\"low\" href=\"/_next/static/chunks/faf4a0202735b81c.js?dpl=dpl_Dob8SADB694HQYLNTsEHiMkPKkst\"/><script src=\"/_next/static/chunks/ade94519337d7214.js?dpl=dpl_Dob8SADB694HQYLNTsEHiMkPKkst\" async=\"\"></script><script src=\"/_next/stat"
      },
      "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 UseMCPEmerging recommendation

mcp.json

mcp.json failed at "Validate resource body".

17 Fail

Needs attention

mcp.json

Failed check
01

Issue

Response is not valid JSON.

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

50/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 "Validate resource body".

Validation steps

  1. Validate resource body

    Response is not valid JSON.

Evidence
{
  "failedStep": "validate",
  "steps": [
    {
      "id": "fetch",
      "title": "Fetch discovery resource",
      "status": "pass",
      "evidence": {
        "path": "/mcp.json",
        "statusCode": 200,
        "contentType": "text/html; charset=utf-8"
      }
    },
    {
      "id": "validate",
      "title": "Validate resource body",
      "status": "fail",
      "evidence": {
        "valid": false,
        "validJson": false,
        "compatibleContentType": false,
        "issue": "Response is not valid JSON.",
        "rawExcerpt": "<!DOCTYPE html><html lang=\"en\"><head><meta charSet=\"utf-8\"/><meta name=\"viewport\" content=\"width=device-width, initial-scale=1\"/><link rel=\"stylesheet\" href=\"/_next/static/chunks/6caf7277614b8f01.css?dpl=dpl_Dob8SADB694HQYLNTsEHiMkPKkst\" data-precedence=\"next\"/><link rel=\"stylesheet\" href=\"/_next/static/chunks/39c65b9ff246101f.css?dpl=dpl_Dob8SADB694HQYLNTsEHiMkPKkst\" data-precedence=\"next\"/><link rel=\"stylesheet\" href=\"/_next/static/chunks/6c3d4764c8a4b0bd.css?dpl=dpl_Dob8SADB694HQYLNTsEHiMkPKkst\" data-precedence=\"next\"/><link rel=\"preload\" as=\"script\" fetchPriority=\"low\" href=\"/_next/static/chunks/faf4a0202735b81c.js?dpl=dpl_Dob8SADB694HQYLNTsEHiMkPKkst\"/><script src=\"/_next/static/chunks/ade94519337d7214.js?dpl=dpl_Dob8SADB694HQYLNTsEHiMkPKkst\" async=\"\"></script><script src=\"/_next/stat"
      },
      "issue": "Response is not valid JSON.",
      "howToFix": "Publish mcp.json or an MCP server card with serverInfo, protocolVersion, transport endpoint, and capabilities."
    }
  ]
}

Agent Ease of UseMCPInformational

WebMCP manifest

WebMCP manifest failed at "Validate resource body".

17 Fail

Needs attention

WebMCP manifest

Failed check
01

Issue

Response is not valid JSON.

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

50/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 "Validate resource body".

Validation steps

  1. Validate resource body

    Response is not valid JSON.

Evidence
{
  "failedStep": "validate",
  "steps": [
    {
      "id": "fetch",
      "title": "Fetch discovery resource",
      "status": "pass",
      "evidence": {
        "path": "/webmcp.json",
        "statusCode": 200,
        "contentType": "text/html; charset=utf-8"
      }
    },
    {
      "id": "validate",
      "title": "Validate resource body",
      "status": "fail",
      "evidence": {
        "valid": false,
        "validJson": false,
        "compatibleContentType": false,
        "issue": "Response is not valid JSON.",
        "rawExcerpt": "<!DOCTYPE html><html lang=\"en\"><head><meta charSet=\"utf-8\"/><meta name=\"viewport\" content=\"width=device-width, initial-scale=1\"/><link rel=\"stylesheet\" href=\"/_next/static/chunks/6caf7277614b8f01.css?dpl=dpl_Dob8SADB694HQYLNTsEHiMkPKkst\" data-precedence=\"next\"/><link rel=\"stylesheet\" href=\"/_next/static/chunks/39c65b9ff246101f.css?dpl=dpl_Dob8SADB694HQYLNTsEHiMkPKkst\" data-precedence=\"next\"/><link rel=\"stylesheet\" href=\"/_next/static/chunks/6c3d4764c8a4b0bd.css?dpl=dpl_Dob8SADB694HQYLNTsEHiMkPKkst\" data-precedence=\"next\"/><link rel=\"preload\" as=\"script\" fetchPriority=\"low\" href=\"/_next/static/chunks/faf4a0202735b81c.js?dpl=dpl_Dob8SADB694HQYLNTsEHiMkPKkst\"/><script src=\"/_next/static/chunks/ade94519337d7214.js?dpl=dpl_Dob8SADB694HQYLNTsEHiMkPKkst\" async=\"\"></script><script src=\"/_next/stat"
      },
      "issue": "Response is not valid JSON.",
      "howToFix": "Keep declarative WebMCP manifest discovery informational until the manifest shape stabilizes; validate tools if you publish one."
    }
  ]
}

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": "hashnode.com",
        "probes": [
          {
            "name": "_index._agents.hashnode.com",
            "found": false,
            "recordCount": 1,
            "records": [],
            "hasAlpn": false,
            "hasEndpoint": false
          },
          {
            "name": "_a2a._agents.hashnode.com",
            "found": false,
            "recordCount": 1,
            "records": [],
            "hasAlpn": false,
            "hasEndpoint": false
          }
        ]
      },
      "issue": "No DNS-AID entrypoint records were found under _agents.",
      "howToFix": "Publish ServiceMode SVCB/HTTPS records such as _index._agents.example.com or _a2a._agents.example.com."
    },
    {
      "id": "service-params",
      "title": "Validate alpn and endpoint parameters",
      "status": "informational",
      "evidence": {
        "discovered": []
      },
      "howToFix": "Include alpn and endpoint service parameters in each DNS-AID record so agents know the protocol and target entrypoint."
    },
    {
      "id": "dnssec",
      "title": "Check DNSSEC material",
      "status": "warning",
      "evidence": {
        "hasDnssecMaterial": false,
        "checked": [
          {
            "name": "hashnode.com",
            "dnssecTypes": [],
            "dnssecRecordCount": 0
          }
        ]
      },
      "issue": "DNSSEC material was not visible for the hostname or parent zone from this resolver.",
      "howToFix": "Sign the public discovery zone with DNSSEC so validating resolvers can return authenticated data."
    }
  ]
}

AI DiscoverabilityContent ReadinessEmerging recommendation

llms.txt

llms.txt failed at "Validate resource body".

13 Fail

Needs attention

llms.txt

Failed check
01

Issue

llms.txt response did not match the expected shape. Content-Type "text/html; charset=utf-8" is not Markdown or text/plain; missing h1 title (e.g. # Site Name).

02

Why it matters

llms.txt gives language-model clients a concise, curated summary of important site context and links before they crawl broadly.

Check name

llms.txt

Score

50/100

Status

fail

Category

Content Readiness

Maturity

Emerging recommendation

Goal

Publish llms.txt to summarize agent-readable site guidance.

Result

llms.txt failed at "Validate resource body".

Validation steps

  1. Validate resource body

    llms.txt response did not match the expected shape. Content-Type "text/html; charset=utf-8" is not Markdown or text/plain; missing h1 title (e.g. # Site Name).

Evidence
{
  "failedStep": "validate",
  "steps": [
    {
      "id": "fetch",
      "title": "Fetch discovery resource",
      "status": "pass",
      "evidence": {
        "path": "/llms.txt",
        "statusCode": 200,
        "contentType": "text/html; charset=utf-8"
      }
    },
    {
      "id": "validate",
      "title": "Validate resource body",
      "status": "fail",
      "evidence": {
        "valid": false,
        "issue": "llms.txt response did not match the expected shape. Content-Type \"text/html; charset=utf-8\" is not Markdown or text/plain; missing h1 title (e.g. # Site Name).",
        "compatibleContentType": false,
        "hasTitle": false,
        "contentLength": 59565,
        "linkCount": 183,
        "links": [
          "/6caf7277614b8f01.css",
          "/39c65b9ff246101f.css",
          "/6c3d4764c8a4b0bd.css",
          "/faf4a0202735b81c.js",
          "/ade94519337d7214.js",
          "/script",
          "/f55aff5f122ce9b7.js",
          "/script",
          "/ae0516f9cf0e7561.js",
          "/script"
        ],
        "rawExcerpt": "<!DOCTYPE html><html lang=\"en\"><head><meta charSet=\"utf-8\"/><meta name=\"viewport\" content=\"width=device-width, initial-scale=1\"/><link rel=\"stylesheet\" href=\"/_next/static/chunks/6caf7277614b8f01.css?dpl=dpl_Dob8SADB694HQYLNTsEHiMkPKkst\" data-precedence=\"next\"/><link rel=\"stylesheet\" href=\"/_next/static/chunks/39c65b9ff246101f.css?dpl=dpl_Dob8SADB694HQYLNTsEHiMkPKkst\" data-precedence=\"next\"/><link rel=\"stylesheet\" href=\"/_next/static/chunks/6c3d4764c8a4b0bd.css?dpl=dpl_Dob8SADB694HQYLNTsEHiMkPKkst\" data-precedence=\"next\"/><link rel=\"preload\" as=\"script\" fetchPriority=\"low\" href=\"/_next/static/chunks/faf4a0202735b81c.js?dpl=dpl_Dob8SADB694HQYLNTsEHiMkPKkst\"/><script src=\"/_next/static/chunks/ade94519337d7214.js?dpl=dpl_Dob8SADB694HQYLNTsEHiMkPKkst\" async=\"\"></script><script src=\"/_next/stat"
      },
      "issue": "llms.txt response did not match the expected shape. Content-Type \"text/html; charset=utf-8\" is not Markdown or text/plain; missing h1 title (e.g. # Site Name).",
      "howToFix": "Publish /llms.txt as Markdown with a clear title, concise site summary, and useful links for agents."
    }
  ]
}

Agent Ease of UseSkill DiscoveryEmerging recommendation

A2A Agent Card

A2A Agent Card failed at "Validate resource body".

10 Fail

Needs attention

A2A Agent Card

Failed check
01

Issue

Response is not valid JSON.

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

50/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 "Validate resource body".

Validation steps

  1. Validate resource body

    Response is not valid JSON.

Evidence
{
  "failedStep": "validate",
  "steps": [
    {
      "id": "fetch",
      "title": "Fetch discovery resource",
      "status": "pass",
      "evidence": {
        "path": "/agent-card.json",
        "statusCode": 200,
        "contentType": "text/html; charset=utf-8"
      }
    },
    {
      "id": "validate",
      "title": "Validate resource body",
      "status": "fail",
      "evidence": {
        "valid": false,
        "validJson": false,
        "compatibleContentType": false,
        "issue": "Response is not valid JSON.",
        "rawExcerpt": "<!DOCTYPE html><html lang=\"en\"><head><meta charSet=\"utf-8\"/><meta name=\"viewport\" content=\"width=device-width, initial-scale=1\"/><link rel=\"stylesheet\" href=\"/_next/static/chunks/6caf7277614b8f01.css?dpl=dpl_Dob8SADB694HQYLNTsEHiMkPKkst\" data-precedence=\"next\"/><link rel=\"stylesheet\" href=\"/_next/static/chunks/39c65b9ff246101f.css?dpl=dpl_Dob8SADB694HQYLNTsEHiMkPKkst\" data-precedence=\"next\"/><link rel=\"stylesheet\" href=\"/_next/static/chunks/6c3d4764c8a4b0bd.css?dpl=dpl_Dob8SADB694HQYLNTsEHiMkPKkst\" data-precedence=\"next\"/><link rel=\"preload\" as=\"script\" fetchPriority=\"low\" href=\"/_next/static/chunks/faf4a0202735b81c.js?dpl=dpl_Dob8SADB694HQYLNTsEHiMkPKkst\"/><script src=\"/_next/static/chunks/ade94519337d7214.js?dpl=dpl_Dob8SADB694HQYLNTsEHiMkPKkst\" async=\"\"></script><script src=\"/_next/stat"
      },
      "issue": "Response is not valid JSON.",
      "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.json

agent.json failed at "Validate resource body".

10 Fail

Needs attention

agent.json

Failed check
01

Issue

Response is not valid JSON.

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

50/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 "Validate resource body".

Validation steps

  1. Validate resource body

    Response is not valid JSON.

Evidence
{
  "failedStep": "validate",
  "steps": [
    {
      "id": "fetch",
      "title": "Fetch discovery resource",
      "status": "pass",
      "evidence": {
        "path": "/agent.json",
        "statusCode": 200,
        "contentType": "text/html; charset=utf-8"
      }
    },
    {
      "id": "validate",
      "title": "Validate resource body",
      "status": "fail",
      "evidence": {
        "valid": false,
        "validJson": false,
        "compatibleContentType": false,
        "issue": "Response is not valid JSON.",
        "rawExcerpt": "<!DOCTYPE html><html lang=\"en\"><head><meta charSet=\"utf-8\"/><meta name=\"viewport\" content=\"width=device-width, initial-scale=1\"/><link rel=\"stylesheet\" href=\"/_next/static/chunks/6caf7277614b8f01.css?dpl=dpl_Dob8SADB694HQYLNTsEHiMkPKkst\" data-precedence=\"next\"/><link rel=\"stylesheet\" href=\"/_next/static/chunks/39c65b9ff246101f.css?dpl=dpl_Dob8SADB694HQYLNTsEHiMkPKkst\" data-precedence=\"next\"/><link rel=\"stylesheet\" href=\"/_next/static/chunks/6c3d4764c8a4b0bd.css?dpl=dpl_Dob8SADB694HQYLNTsEHiMkPKkst\" data-precedence=\"next\"/><link rel=\"preload\" as=\"script\" fetchPriority=\"low\" href=\"/_next/static/chunks/faf4a0202735b81c.js?dpl=dpl_Dob8SADB694HQYLNTsEHiMkPKkst\"/><script src=\"/_next/static/chunks/ade94519337d7214.js?dpl=dpl_Dob8SADB694HQYLNTsEHiMkPKkst\" async=\"\"></script><script src=\"/_next/stat"
      },
      "issue": "Response is not valid JSON.",
      "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 "Validate resource body".

10 Fail

Needs attention

agents.json

Failed check
01

Issue

Response is not valid JSON.

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

50/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 "Validate resource body".

Validation steps

  1. Validate resource body

    Response is not valid JSON.

Evidence
{
  "failedStep": "validate",
  "steps": [
    {
      "id": "fetch",
      "title": "Fetch discovery resource",
      "status": "pass",
      "evidence": {
        "path": "/agents.json",
        "statusCode": 200,
        "contentType": "text/html; charset=utf-8"
      }
    },
    {
      "id": "validate",
      "title": "Validate resource body",
      "status": "fail",
      "evidence": {
        "valid": false,
        "validJson": false,
        "compatibleContentType": false,
        "issue": "Response is not valid JSON.",
        "rawExcerpt": "<!DOCTYPE html><html lang=\"en\"><head><meta charSet=\"utf-8\"/><meta name=\"viewport\" content=\"width=device-width, initial-scale=1\"/><link rel=\"stylesheet\" href=\"/_next/static/chunks/6caf7277614b8f01.css?dpl=dpl_Dob8SADB694HQYLNTsEHiMkPKkst\" data-precedence=\"next\"/><link rel=\"stylesheet\" href=\"/_next/static/chunks/39c65b9ff246101f.css?dpl=dpl_Dob8SADB694HQYLNTsEHiMkPKkst\" data-precedence=\"next\"/><link rel=\"stylesheet\" href=\"/_next/static/chunks/6c3d4764c8a4b0bd.css?dpl=dpl_Dob8SADB694HQYLNTsEHiMkPKkst\" data-precedence=\"next\"/><link rel=\"preload\" as=\"script\" fetchPriority=\"low\" href=\"/_next/static/chunks/faf4a0202735b81c.js?dpl=dpl_Dob8SADB694HQYLNTsEHiMkPKkst\"/><script src=\"/_next/static/chunks/ade94519337d7214.js?dpl=dpl_Dob8SADB694HQYLNTsEHiMkPKkst\" async=\"\"></script><script src=\"/_next/stat"
      },
      "issue": "Response is not valid JSON.",
      "howToFix": "If this site uses agents.json, publish JSON with an agents array containing name and url for each agent."
    }
  ]
}

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

28 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": 34,
  "passing": 6,
  "failing": [
    {
      "heading": "Search Hashnode",
      "headingHtml": "<h2 id=\"radix-_R_etbH1_\" data-slot=\"dialog-title\" class=\"text-lg leading-none font-semibold\">Search Hashnode</h2>",
      "firstParagraph": "Search posts, tags, users, and pages",
      "paragraphHtml": "<p id=\"radix-_R_etbH2_\" data-slot=\"dialog-description\" class=\"text-muted-foreground text-sm\">Search posts, tags, users, and pages</p>",
      "words": 6,
      "direct": false,
      "issue": "First paragraph is 6 words and does not look like a concise direct answer."
    },
    {
      "heading": "I Built My Own Chess Platform — Here's Everything That Went Wrong",
      "headingHtml": "<h3 id=\"_R_4hcqluatb_\" class=\"font-sans text-lg font-semibold leading-snug tracking-tight text-foreground line-clamp-2 transition-colors duration-200 hover:text-primary sm:text-xl\">I Built My Own Chess Platform &#x2014; Here&apos;s Everything That Went Wrong</h3>",
      "firstParagraph": "1h ago · 8 min read · Chess has been a part of my life for quite a time now. I'd used WebSockets before in a past Node.js/Express project, so the concept wasn't new to me. But as I've been transitioning into the Spring Boo",
      "paragraphHtml": "<p class=\"mt-2 text-sm leading-relaxed text-muted-foreground line-clamp-2\"><span class=\"font-medium text-foreground\">1h ago<!-- --> &#xb7; 8 min read<!-- --> &#xb7; </span>Chess has been a part of my life for quite a time now. I&apos;d used WebSockets before in a past Node.js/Express project, so the concept wasn&apos;t new to me. But as I&apos;ve been transitioning into the Spring Boo</p>",
      "words": 45,
      "direct": false,
      "issue": "First paragraph is 45 words and does not look like a concise direct answer."
    },
    {
      "heading": "Authors worth following",
      "headingHtml": "<h3 class=\"text-lg font-semibold tracking-tight text-foreground\">Authors worth following</h3>",
      "firstParagraph": "Simplifying Tech, One Concept at a Time.",
      "paragraphHtml": "<p class=\"line-clamp-2 text-sm text-muted-foreground\">Simplifying Tech, One Concept at a Time.</p>",
      "words": 7,
      "direct": false,
      "issue": "First paragraph is 7 words and does not look like a concise direct answer."
    },
    {
      "heading": "Trending tags this week",
      "headingHtml": "<h3 class=\"text-lg font-semibold tracking-tight text-foreground\">Trending tags this week</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Trending series",
      "headingHtml": "<h3 class=\"text-lg font-semibold tracking-tight text-foreground\">Trending series</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "From our blog",
      "headingHtml": "<h3 class=\"text-lg font-semibold tracking-tight text-foreground\">From our blog</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "The GPTBot Mirage: How to Tell Real AI Crawlers From Impostors",
      "headingHtml": "<h3 id=\"_R_4kcqluatb_\" class=\"font-sans text-lg font-semibold leading-snug tracking-tight text-foreground line-clamp-2 transition-colors duration-200 hover:text-primary sm:text-xl\">The GPTBot Mirage: How to Tell Real AI Crawlers From Impostors</h3>",
      "firstParagraph": "3h ago · 4 min read · Most analytics tools make one quiet assumption that quietly breaks everything: they trust the User-Agent. When your server logs show a hit from GPTBot or ClaudeBot, that name comes from a header the v",
      "paragraphHtml": "<p class=\"mt-2 text-sm leading-relaxed text-muted-foreground line-clamp-2\"><span class=\"font-medium text-foreground\">3h ago<!-- --> &#xb7; 4 min read<!-- --> &#xb7; </span>Most analytics tools make one quiet assumption that quietly breaks everything: they trust the User-Agent. When your server logs show a hit from&#xa0;GPTBot&#xa0;or&#xa0;ClaudeBot, that name comes from a header the v</p>",
      "words": 39,
      "direct": false,
      "issue": "First paragraph is 39 words and does not look like a concise direct answer."
    },
    {
      "heading": "Find Out What's Already Out There: Auditing Your Digital Footprint",
      "headingHtml": "<h3 id=\"_R_4mcqluatb_\" class=\"font-sans text-lg font-semibold leading-snug tracking-tight text-foreground line-clamp-2 transition-colors duration-200 hover:text-primary sm:text-xl\">Find Out What&apos;s Already Out There: Auditing Your Digital Footprint</h3>",
      "firstParagraph": "4h ago · 7 min read · A few years ago, a security researcher found an open database sitting on the internet with over a million people's names, addresses, and phone numbers in it. No hacking was involved. A data broker had",
      "paragraphHtml": "<p class=\"mt-2 text-sm leading-relaxed text-muted-foreground line-clamp-2\"><span class=\"font-medium text-foreground\">4h ago<!-- --> &#xb7; 7 min read<!-- --> &#xb7; </span>A few years ago, a security researcher found an open database sitting on the internet with over a million people&apos;s names, addresses, and phone numbers in it. No hacking was involved. A data broker had</p>",
      "words": 40,
      "direct": false,
      "issue": "First paragraph is 40 words and does not look like a concise direct answer."
    },
    {
      "heading": "Open Source Tools Every STEM Student Should Know About",
      "headingHtml": "<h3 id=\"_R_4ncqluatb_\" class=\"font-sans text-lg font-semibold leading-snug tracking-tight text-foreground line-clamp-2 transition-colors duration-200 hover:text-primary sm:text-xl\">Open Source Tools Every STEM Student Should Know About</h3>",
      "firstParagraph": "4h ago · 7 min read · Technology has changed the way students learn science, mathematics, engineering, and computer science. A decade ago, most STEM students depended on textbooks, calculators, and expensive licensed softw",
      "paragraphHtml": "<p class=\"mt-2 text-sm leading-relaxed text-muted-foreground line-clamp-2\"><span class=\"font-medium text-foreground\">4h ago<!-- --> &#xb7; 7 min read<!-- --> &#xb7; </span>Technology has changed the way students learn science, mathematics, engineering, and computer science. A decade ago, most STEM students depended on textbooks, calculators, and expensive licensed softw</p>",
      "words": 32,
      "direct": false,
      "issue": "First paragraph is 32 words and does not look like a concise direct answer."
    },
    {
      "heading": "In Probabilistic Systems, You Watch the Shape of Success",
      "headingHtml": "<h3 id=\"_R_4ocqluatb_\" class=\"font-sans text-lg font-semibold leading-snug tracking-tight text-foreground line-clamp-2 transition-colors duration-200 hover:text-primary sm:text-xl\">In Probabilistic Systems, You Watch the Shape of Success</h3>",
      "firstParagraph": "8h ago · 18 min read · 🗓️ Last updated June 2026. Field names and stability levels track the still evolving OpenTelemetry GenAI semantic conventions; check them against the official spec on GitHub before adoption. There's",
      "paragraphHtml": "<p class=\"mt-2 text-sm leading-relaxed text-muted-foreground line-clamp-2\"><span class=\"font-medium text-foreground\">8h ago<!-- --> &#xb7; 18 min read<!-- --> &#xb7; </span>&#x1f5d3;&#xfe0f; Last updated June 2026. Field names and stability levels track the still evolving OpenTelemetry GenAI semantic conventions; check them against the official spec on GitHub before adoption. There&apos;s</p>",
      "words": 33,
      "direct": false,
      "issue": "First paragraph is 33 words and does not look like a concise direct answer."
    },
    {
      "heading": "Recent comments",
      "headingHtml": "<h3 class=\"text-lg font-semibold tracking-tight text-foreground\">Recent comments</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Authors worth following",
      "headingHtml": "<h3 class=\"text-lg font-semibold tracking-tight text-foreground\">Authors worth following</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Trending tags this week",
      "headingHtml": "<h3 class=\"text-lg font-semibold tracking-tight text-foreground\">Trending tags this week</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Trending series",
      "headingHtml": "<h3 class=\"text-lg font-semibold tracking-tight text-foreground\">Trending series</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "From our blog",
      "headingHtml": "<h3 class=\"text-lg font-semibold tracking-tight text-foreground\">From our blog</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Authors worth following",
      "headingHtml": "<h3 class=\"text-lg font-semibold tracking-tight text-foreground\">Authors worth following</h3>",
      "firstParagraph": "Simplifying Tech, One Concept at a Time.",
      "paragraphHtml": "<p class=\"line-clamp-2 text-sm text-muted-foreground\">Simplifying Tech, One Concept at a Time.</p>",
      "words": 7,
      "direct": false,
      "issue": "First paragraph is 7 words and does not look like a concise direct answer."
    },
    {
      "heading": "Trending tags this week",
      "headingHtml": "<h3 class=\"text-lg font-semibold tracking-tight text-foreground\">Trending tags this week</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Trending tags this week",
      "headingHtml": "<h3 class=\"text-lg font-semibold tracking-tight text-foreground\">Trending tags this week</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Trending series",
      "headingHtml": "<h3 class=\"text-lg font-semibold tracking-tight text-foreground\">Trending series</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Trending series",
      "headingHtml": "<h3 class=\"text-lg font-semibold tracking-tight text-foreground\">Trending series</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Is Node.js Still Enough? When to Move Your Backend to Rust",
      "headingHtml": "<h3 class=\"text-base font-bold leading-snug tracking-tight line-clamp-2 text-foreground transition-colors duration-200 group-hover:text-primary\">Is Node.js Still Enough? When to Move Your Backend to Rust</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "What is Dozzle and how it's work?",
      "headingHtml": "<h3 class=\"text-base font-bold leading-snug tracking-tight line-clamp-2 text-foreground transition-colors duration-200 group-hover:text-primary\">What is Dozzle and how it&apos;s work?</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Real-Time Notification Systems Are Harder Than Most Teams Expect (And How to Build Them Right)",
      "headingHtml": "<h3 class=\"text-base font-bold leading-snug tracking-tight line-clamp-2 text-foreground transition-colors duration-200 group-hover:text-primary\">Real-Time Notification Systems Are Harder Than Most Teams Expect (And How to Build Them Right)</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Building an Expanded Identity Security Copilot with Azure AI Foundry",
      "headingHtml": "<h3 class=\"text-base font-bold leading-snug tracking-tight line-clamp-2 text-foreground transition-colors duration-200 group-hover:text-primary\">Building an Expanded Identity Security Copilot with Azure AI Foundry</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Refactoring Terraform: From One File to Modules",
      "headingHtml": "<h3 class=\"text-base font-bold leading-snug tracking-tight line-clamp-2 text-foreground transition-colors duration-200 group-hover:text-primary\">Refactoring Terraform: From One File to Modules</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "PortSwigger's Insights: Understanding Web LLM Attacks",
      "headingHtml": "<h3 class=\"text-base font-bold leading-snug tracking-tight line-clamp-2 text-foreground transition-colors duration-200 group-hover:text-primary\">PortSwigger&apos;s Insights: Understanding Web LLM Attacks</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "People are talking about",
      "headingHtml": "<h2 class=\"text-base font-bold tracking-tight text-foreground\">People are talking about</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Stop Chasing Every Framework. Master These 3 Core Skills Instead.",
      "headingHtml": "<h3 class=\"font-sans text-lg font-bold leading-snug tracking-tight text-foreground line-clamp-2 transition-colors group-hover/title:text-primary sm:text-xl\">Stop Chasing Every Framework. Master These 3 Core Skills Instead.</h3>",
      "firstParagraph": "Every week, there’s a new JavaScript framework trending on Twitter. As a student developer, it’s easy to feel FOMO. You start learning React, switch to Next.js, see a post about Svelte, and suddenly y",
      "paragraphHtml": "<p class=\"mt-1.5 text-base leading-relaxed text-muted-foreground line-clamp-2\">Every week, there&#x2019;s a new JavaScript framework trending on Twitter. As a student developer, it&#x2019;s easy to feel FOMO. You start learning React, switch to Next.js, see a post about Svelte, and suddenly y</p>",
      "words": 37,
      "direct": false,
      "issue": "First paragraph is 37 words and does not look like a concise direct answer."
    }
  ],
  "score": 65,
  "weight": 28
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

AEO: Question-led structure

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

4 Warning

Needs attention

AEO: Question-led structure

Warning
01

Issue

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

02

Why it matters

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

Check name

AEO: Question-led structure

Score

50/100

Status

warning

Category

GEO, AIO & AEO

Maturity

Emerging recommendation

Goal

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

Result

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

Evidence
{
  "h2Count": 2,
  "questionH2s": [],
  "hasFaq": true,
  "score": 50,
  "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, how, benefits, cost, compare.

Details

02

Why it matters

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

Check name

AEO: Answer intent coverage

Score

70/100

Status

warning

Category

GEO, AIO & AEO

Maturity

Emerging recommendation

Goal

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

Result

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

Evidence
{
  "headings": [
    {
      "text": "Search Hashnode",
      "html": "<h2 id=\"radix-_R_etbH1_\" data-slot=\"dialog-title\" class=\"text-lg leading-none font-semibold\">Search Hashnode</h2>"
    },
    {
      "text": "People are talking about",
      "html": "<h2 class=\"text-base font-bold tracking-tight text-foreground\">People are talking about</h2>"
    }
  ],
  "expected": [
    {
      "id": "what",
      "label": "What is Hashnode — Blogging Platform for Builders in...?",
      "pattern": {}
    },
    {
      "id": "how",
      "label": "How does Hashnode — Blogging Platform for Builders in... work?",
      "pattern": {}
    },
    {
      "id": "benefits",
      "label": "Why use Hashnode — Blogging Platform for Builders in...?",
      "pattern": {}
    },
    {
      "id": "cost",
      "label": "Is Hashnode — Blogging Platform for Builders in... free or paid?",
      "pattern": {}
    },
    {
      "id": "compare",
      "label": "How does Hashnode — Blogging Platform for Builders in... compare with alternatives?",
      "pattern": {}
    }
  ],
  "missing": [
    {
      "id": "what",
      "label": "What is Hashnode — Blogging Platform for Builders in...?",
      "pattern": {}
    },
    {
      "id": "how",
      "label": "How does Hashnode — Blogging Platform for Builders in... work?",
      "pattern": {}
    },
    {
      "id": "benefits",
      "label": "Why use Hashnode — Blogging Platform for Builders in...?",
      "pattern": {}
    },
    {
      "id": "cost",
      "label": "Is Hashnode — Blogging Platform for Builders in... free or paid?",
      "pattern": {}
    },
    {
      "id": "compare",
      "label": "How does Hashnode — Blogging Platform for Builders in... compare with alternatives?",
      "pattern": {}
    }
  ],
  "score": 70,
  "weight": 8
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

AEO: Entity and definition clarity

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

1 Warning

Needs attention

AEO: Entity and definition clarity

Warning
01

Issue

Entity or definition gaps: builders, popular, posts.

Details

02

Why it matters

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

Check name

AEO: Entity and definition clarity

Score

89/100

Status

warning

Category

GEO, AIO & AEO

Maturity

Emerging recommendation

Goal

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

Result

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

Evidence
{
  "title": "Hashnode — Blogging Platform for Builders in Tech",
  "h1": "Popular posts",
  "description": "Hashnode is a blogging platform where developers, engineers, and tech leaders write to sharpen ideas, share knowledge, and build their reputation. Start for free.",
  "topicOverlap": 0.5714285714285714,
  "definitionCount": 14,
  "topicTerms": [
    "hashnode",
    "blogging",
    "platform",
    "builders",
    "tech",
    "popular",
    "posts"
  ],
  "descriptionTerms": [
    "hashnode",
    "blogging",
    "platform",
    "where",
    "developers",
    "engineers",
    "tech",
    "leaders",
    "write",
    "sharpen",
    "ideas",
    "share",
    "knowledge",
    "build",
    "their",
    "reputation",
    "start",
    "free"
  ],
  "missingFromDescription": [
    "builders",
    "popular",
    "posts"
  ],
  "score": 89,
  "weight": 18
}

Agent Ease of UseAuthEmerging recommendation

Auth.md Agent Registration

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

Informational

Needs attention

Auth.md Agent Registration

Informational
01

Issue

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

  2. Publish protected resource metadata

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

  3. Validate agent_auth authorization metadata

    OAuth authorization server metadata could not be fetched.

Evidence
{
  "failedStep": "auth-md",
  "steps": [
    {
      "id": "auth-md",
      "title": "Fetch and validate /auth.md",
      "status": "fail",
      "evidence": {
        "path": "/auth.md",
        "ok": true,
        "statusCode": 200,
        "contentType": "text/html; charset=utf-8",
        "length": 60458,
        "validation": {
          "valid": false,
          "issue": "auth.md response did not match the expected agent registration shape. Content-Type \"text/html; charset=utf-8\" is not Markdown or text/plain; missing /.well-known/oauth-protected-resource link; missing /.well-known/oauth-authorization-server link; missing supported identity type language; missing credential type language.",
          "compatibleContentType": false,
          "contentLength": 59558,
          "hasRegisterInstructions": true,
          "hasProtectedResourceLink": false,
          "hasAuthorizationServerLink": false,
          "mentionsIdentity": false,
          "mentionsCredential": false,
          "links": [
            "/_next/static/chunks/6caf7277614b8f01.css",
            "/_next/static/chunks/39c65b9ff246101f.css",
            "/_next/static/chunks/6c3d4764c8a4b0bd.css",
            "/_next/static/chunks/faf4a0202735b81c.js",
            "/_next/static/chunks/ade94519337d7214.js",
            "/script",
            "/_next/static/chunks/f55aff5f122ce9b7.js",
            "/script",
            "/_next/static/chunks/ae0516f9cf0e7561.js",
            "/script"
          ],
          "rawExcerpt": "<!DOCTYPE html><html lang=\"en\"><head><meta charSet=\"utf-8\"/><meta name=\"viewport\" content=\"width=device-width, initial-scale=1\"/><link rel=\"stylesheet\" href=\"/_next/static/chunks/6caf7277614b8f01.css?dpl=dpl_Dob8SADB694HQYLNTsEHiMkPKkst\" data-precedence=\"next\"/><link rel=\"stylesheet\" href=\"/_next/static/chunks/39c65b9ff246101f.css?dpl=dpl_Dob8SADB694HQYLNTsEHiMkPKkst\" data-precedence=\"next\"/><link rel=\"stylesheet\" href=\"/_next/static/chunks/6c3d4764c8a4b0bd.css?dpl=dpl_Dob8SADB694HQYLNTsEHiMkPKkst\" data-precedence=\"next\"/><link rel=\"preload\" as=\"script\" fetchPriority=\"low\" href=\"/_next/static/chunks/faf4a0202735b81c.js?dpl=dpl_Dob8SADB694HQYLNTsEHiMkPKkst\"/><script src=\"/_next/static/chunks/ade94519337d7214.js?dpl=dpl_Dob8SADB694HQYLNTsEHiMkPKkst\" async=\"\"></script><script src=\"/_next/stat"
        }
      },
      "issue": "auth.md response did not match the expected agent registration shape. Content-Type \"text/html; charset=utf-8\" is not Markdown or text/plain; missing /.well-known/oauth-protected-resource link; missing /.well-known/oauth-authorization-server link; missing supported identity type language; 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": 64962,
        "text": "<!DOCTYPE html><html lang=\"en\"><head><meta charSet=\"utf-8\"/><meta name=\"viewport\" content=\"width=device-width, initial-scale=1\"/><link rel=\"stylesheet\" href=\"/_next/static/chunks/6caf7277614b8f01.css?dpl=dpl_Dob8SADB694HQYLNTsEHiMkPKkst\" data-precedence=\"next\"/><link rel=\"stylesheet\" href=\"/_next/static/chunks/39c65b9ff246101f.css?dpl=dpl_Dob8SADB694HQYLNTsEHiMkPKkst\" data-precedence=\"next\"/><link rel=\"stylesheet\" href=\"/_next/static/chunks/6c3d4764c8a4b0bd.css?dpl=dpl_Dob8SADB694HQYLNTsEHiMkPKkst\" data-precedence=\"next\"/><link rel=\"preload\" as=\"script\" fetchPriority=\"low\" href=\"/_next/static/chunks/faf4a0202735b81c.js?dpl=dpl_Dob8SADB694HQYLNTsEHiMkPKkst\"/><script src=\"/_next/static/chunks/ade94519337d7214.js?dpl=dpl_Dob8SADB694HQYLNTsEHiMkPKkst\" async=\"\"></script><script src=\"/_next/static/chunks/f55aff5f122ce9b7.js?dpl=dpl_Dob8SADB694HQYLNTsEHiMkPKkst\" async=\"\"></script><script src=\"/_next/static/chunks/ae0516f9cf0e7561.js?dpl=dpl_Dob8SADB694HQYLNTsEHiMkPKkst\" async=\"\"></script><script src=\"/_next/static/chunks/d598f1f652e2d146.js?dpl=dpl_Dob8SADB694HQYLNTsEHiMkPKkst\" async=\"\"></script><script src=\"/_next/static/chunks/turbopack-fc26a5fcaf7e7810.js?dpl=dpl_Dob8SADB694HQYLNTsEHiMkPKkst\" async=\"\"></script><script src=\"/_next/static/chunks/d96012bcfc98706a.js?dpl=dpl_Dob8SADB694HQYLNTsEHiMkPKkst\" async=\"\"></script><script src=\"/_next/static/chunks/73e3194f06db260e.js?dpl=dpl_Dob8SADB694HQYLNTsEHiMkPKkst\" async=\"\"></script><script src=\"/_next/static/chunks/b09d5057b16f7e4c.js?dpl=dpl_Dob8SADB694HQYLNTsEHiMkPKkst\" async=\"\"></script><script src=\"/_next/static/chunks/442a64f8e01a213b.js?dpl=dpl_Dob8SADB694HQYLNTsEHiMkPKkst\" async=\"\"></script><script src=\"/_next/static/chunks/1cc55bceb917223b.js?dpl=dpl_Dob8SADB694HQYLNTsEHiMkPKkst\" async=\"\"></script><script src=\"/_next/static/chunks/64b8d8c2ecc6de06.js?dpl=dpl_Dob8SADB694HQYLNTsEHiMkPKkst\" async=\"\"></script><script src=\"/_next/static/chunks/22d74b832f9e6816.js?dpl=dpl_Dob8SADB694HQYLNTsEHiMkPKkst\" async=\"\"></script><script src=\"/_next/static/chunks/5a19378289c6e943.js?dpl=dpl_Dob8SADB694HQYLNTsEHiMkPKkst\" async=\"\"></script><script src=\"/_next/static/chunks/34f09ad5e0163f14.js?dpl=dpl_Dob8SADB694HQYLNTsEHiMkPKkst\" async=\"\"></script><script src=\"/_next/static/chunks/87f350673e782b97.js?dpl=dpl_Dob8SADB694HQYLNTsEHiMkPKkst\" async=\"\"></script><link rel=\"preload\" href=\"https://ping.hashnode.com/gtag/js?id=G-72XG3F8LNJ\" as=\"script\"/><meta name=\"robots\" content=\"noindex\"/><meta name=\"next-size-adjust\" content=\"\"/><title>Hashnode</title><meta name=\"description\" content=\"Hashnode is a blogging platform where developers, engineers, and tech leaders write to sharpen ideas, share knowledge, and build their reputation. Start for free.\"/><link rel=\"manifest\" href=\"/manifest.json\"/><meta property=\"og:title\" content=\"Hashnode\"/><meta property=\"og:description\" content=\"Hashnode is a blogging platform where developers, engineers, and tech leaders write to sharpen ideas, share knowledge, and build their reputation. Start for free.\"/><meta property=\"og:site_name\" content=\"Hashnode\"/><meta property=\"og:image\" content=\"https://hashnode.com/images/hashnode-og.png\"/><meta name=\"twitter:card\" content=\"summary_large_image\"/><meta name=\"twitter:title\" content=\"Hashnode\"/><meta name=\"twitter:description\" content=\"Hashnode is a blogging platform where developers, engineers, and tech leaders write to sharpen ideas, share knowledge, and build their reputation. Start for free.\"/><meta name=\"twitter:image\" content=\"https://hashnode.com/images/hashnode-og.png\"/><link rel=\"icon\" href=\"/favicon.ico?favicon.961fcc56.ico\" sizes=\"48x48\" type=\"image/x-icon\"/><link rel=\"icon\" href=\"/icon0.svg?icon0.3077b4da.svg\" sizes=\"any\" type=\"image/svg+xml\"/><link rel=\"icon\" href=\"/icon1.png?icon1.a0e3fc5f.png\" sizes=\"96x96\" type=\"image/png\"/><link rel=\"apple-touch-icon\" href=\"/apple-icon.png?apple-icon.b06a3627.png\" sizes=\"180x180\" type=\"image/png\"/><meta name=\"apple-mobile-web-app-title\" content=\"Hashnode\"/><script src=\"/_next/stat"
      },
      "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": 64964,
          "text": "<!DOCTYPE html><html lang=\"en\"><head><meta charSet=\"utf-8\"/><meta name=\"viewport\" content=\"width=device-width, initial-scale=1\"/><link rel=\"stylesheet\" href=\"/_next/static/chunks/6caf7277614b8f01.css?dpl=dpl_Dob8SADB694HQYLNTsEHiMkPKkst\" data-precedence=\"next\"/><link rel=\"stylesheet\" href=\"/_next/static/chunks/39c65b9ff246101f.css?dpl=dpl_Dob8SADB694HQYLNTsEHiMkPKkst\" data-precedence=\"next\"/><link rel=\"stylesheet\" href=\"/_next/static/chunks/6c3d4764c8a4b0bd.css?dpl=dpl_Dob8SADB694HQYLNTsEHiMkPKkst\" data-precedence=\"next\"/><link rel=\"preload\" as=\"script\" fetchPriority=\"low\" href=\"/_next/static/chunks/faf4a0202735b81c.js?dpl=dpl_Dob8SADB694HQYLNTsEHiMkPKkst\"/><script src=\"/_next/static/chunks/ade94519337d7214.js?dpl=dpl_Dob8SADB694HQYLNTsEHiMkPKkst\" async=\"\"></script><script src=\"/_next/static/chunks/f55aff5f122ce9b7.js?dpl=dpl_Dob8SADB694HQYLNTsEHiMkPKkst\" async=\"\"></script><script src=\"/_next/static/chunks/ae0516f9cf0e7561.js?dpl=dpl_Dob8SADB694HQYLNTsEHiMkPKkst\" async=\"\"></script><script src=\"/_next/static/chunks/d598f1f652e2d146.js?dpl=dpl_Dob8SADB694HQYLNTsEHiMkPKkst\" async=\"\"></script><script src=\"/_next/static/chunks/turbopack-fc26a5fcaf7e7810.js?dpl=dpl_Dob8SADB694HQYLNTsEHiMkPKkst\" async=\"\"></script><script src=\"/_next/static/chunks/d96012bcfc98706a.js?dpl=dpl_Dob8SADB694HQYLNTsEHiMkPKkst\" async=\"\"></script><script src=\"/_next/static/chunks/73e3194f06db260e.js?dpl=dpl_Dob8SADB694HQYLNTsEHiMkPKkst\" async=\"\"></script><script src=\"/_next/static/chunks/b09d5057b16f7e4c.js?dpl=dpl_Dob8SADB694HQYLNTsEHiMkPKkst\" async=\"\"></script><script src=\"/_next/static/chunks/442a64f8e01a213b.js?dpl=dpl_Dob8SADB694HQYLNTsEHiMkPKkst\" async=\"\"></script><script src=\"/_next/static/chunks/1cc55bceb917223b.js?dpl=dpl_Dob8SADB694HQYLNTsEHiMkPKkst\" async=\"\"></script><script src=\"/_next/static/chunks/64b8d8c2ecc6de06.js?dpl=dpl_Dob8SADB694HQYLNTsEHiMkPKkst\" async=\"\"></script><script src=\"/_next/static/chunks/22d74b832f9e6816.js?dpl=dpl_Dob8SADB694HQYLNTsEHiMkPKkst\" async=\"\"></script><script src=\"/_next/static/chunks/5a19378289c6e943.js?dpl=dpl_Dob8SADB694HQYLNTsEHiMkPKkst\" async=\"\"></script><script src=\"/_next/static/chunks/34f09ad5e0163f14.js?dpl=dpl_Dob8SADB694HQYLNTsEHiMkPKkst\" async=\"\"></script><script src=\"/_next/static/chunks/87f350673e782b97.js?dpl=dpl_Dob8SADB694HQYLNTsEHiMkPKkst\" async=\"\"></script><link rel=\"preload\" href=\"https://ping.hashnode.com/gtag/js?id=G-72XG3F8LNJ\" as=\"script\"/><meta name=\"robots\" content=\"noindex\"/><meta name=\"next-size-adjust\" content=\"\"/><title>Hashnode</title><meta name=\"description\" content=\"Hashnode is a blogging platform where developers, engineers, and tech leaders write to sharpen ideas, share knowledge, and build their reputation. Start for free.\"/><link rel=\"manifest\" href=\"/manifest.json\"/><meta property=\"og:title\" content=\"Hashnode\"/><meta property=\"og:description\" content=\"Hashnode is a blogging platform where developers, engineers, and tech leaders write to sharpen ideas, share knowledge, and build their reputation. Start for free.\"/><meta property=\"og:site_name\" content=\"Hashnode\"/><meta property=\"og:image\" content=\"https://hashnode.com/images/hashnode-og.png\"/><meta name=\"twitter:card\" content=\"summary_large_image\"/><meta name=\"twitter:title\" content=\"Hashnode\"/><meta name=\"twitter:description\" content=\"Hashnode is a blogging platform where developers, engineers, and tech leaders write to sharpen ideas, share knowledge, and build their reputation. Start for free.\"/><meta name=\"twitter:image\" content=\"https://hashnode.com/images/hashnode-og.png\"/><link rel=\"icon\" href=\"/favicon.ico?favicon.961fcc56.ico\" sizes=\"48x48\" type=\"image/x-icon\"/><link rel=\"icon\" href=\"/icon0.svg?icon0.3077b4da.svg\" sizes=\"any\" type=\"image/svg+xml\"/><link rel=\"icon\" href=\"/icon1.png?icon1.a0e3fc5f.png\" sizes=\"96x96\" type=\"image/png\"/><link rel=\"apple-touch-icon\" href=\"/apple-icon.png?apple-icon.b06a3627.png\" sizes=\"180x180\" type=\"image/png\"/><meta name=\"apple-mobile-web-app-title\" content=\"Hashnode\"/><script src=\"/_next/stat"
        }
      },
      "issue": "OAuth authorization server metadata could not be fetched.",
      "howToFix": "Add agent_auth to /.well-known/oauth-authorization-server with register_uri, supported identity types, credential types, and claim or revocation URLs where applicable."
    }
  ],
  "authApplicability": {
    "supportsAuth": true,
    "score": 6,
    "signals": [
      {
        "source": "link:href",
        "weight": 3,
        "match": "auth link"
      },
      {
        "source": "visible-text",
        "weight": 3,
        "match": "sign in"
      }
    ]
  },
  "resourceFetchSucceeded": false
}

AI DiscoverabilityDiscoverabilityEstablished

IndexNow key

IndexNow key is informational for this page.

Informational

Needs attention

IndexNow key

Informational
01

Issue

IndexNow key is informational for this page.

02

Why it matters

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

Check name

IndexNow key

Score

100/100

Status

informational

Category

Discoverability

Maturity

Established

Goal

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

Result

IndexNow key is informational for this page.

Validation steps

  1. Find advertised IndexNow key location

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

  2. Fetch and validate IndexNow key file

    No discoverable IndexNow key file was found.

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

Agent Ease of UseAuthEstablished

OAuth / OIDC discovery

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

Informational

Needs attention

OAuth / OIDC discovery

Informational
01

Issue

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

02

Why it matters

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

Check name

OAuth / OIDC discovery

Score

0/100

Status

informational

Category

Auth

Maturity

Established

Goal

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

Result

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

Validation steps

  1. Fetch to find resource

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

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

Agent Ease of UseAuthEmerging recommendation

OAuth Protected Resource

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

Informational

Needs attention

OAuth Protected Resource

Informational
01

Issue

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

02

Why it matters

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

Check name

OAuth Protected Resource

Score

0/100

Status

informational

Category

Auth

Maturity

Emerging recommendation

Goal

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

Result

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

Validation steps

  1. Fetch protected resource metadata

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

  2. Validate protected resource metadata

    Response is not valid JSON.

  3. Validate protected resource identity

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

  4. Probe protected API Bearer challenge

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

Evidence
{
  "failedStep": "fetch",
  "steps": [
    {
      "id": "fetch",
      "title": "Fetch protected resource metadata",
      "status": "fail",
      "evidence": {
        "path": "/.well-known/oauth-protected-resource",
        "statusCode": 404,
        "contentType": "text/html; charset=utf-8"
      },
      "issue": "The OAuth Protected Resource metadata endpoint did not return HTTP 2xx.",
      "howToFix": "Publish /.well-known/oauth-protected-resource JSON."
    },
    {
      "id": "metadata",
      "title": "Validate protected resource metadata",
      "status": "fail",
      "evidence": {
        "valid": false,
        "compatibleContentType": false,
        "issue": "Response is not valid JSON.",
        "rawExcerpt": "<!DOCTYPE html><html lang=\"en\"><head><meta charSet=\"utf-8\"/><meta name=\"viewport\" content=\"width=device-width, initial-scale=1\"/><link rel=\"stylesheet\" href=\"/_next/static/chunks/6caf7277614b8f01.css?dpl=dpl_Dob8SADB694HQYLNTsEHiMkPKkst\" data-precedence=\"next\"/><link rel=\"stylesheet\" href=\"/_next/static/chunks/39c65b9ff246101f.css?dpl=dpl_Dob8SADB694HQYLNTsEHiMkPKkst\" data-precedence=\"next\"/><link rel=\"stylesheet\" href=\"/_next/static/chunks/6c3d4764c8a4b0bd.css?dpl=dpl_Dob8SADB694HQYLNTsEHiMkPKkst\" data-precedence=\"next\"/><link rel=\"preload\" as=\"script\" fetchPriority=\"low\" href=\"/_next/static/chunks/faf4a0202735b81c.js?dpl=dpl_Dob8SADB694HQYLNTsEHiMkPKkst\"/><script src=\"/_next/static/chunks/ade94519337d7214.js?dpl=dpl_Dob8SADB694HQYLNTsEHiMkPKkst\" async=\"\"></script><script src=\"/_next/stat"
      },
      "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://hashnode.com"
      },
      "issue": "Protected resource metadata `resource` did not match the resource identifier used to retrieve it.",
      "howToFix": "Set `resource` to the origin/resource identifier represented by /.well-known/oauth-protected-resource."
    },
    {
      "id": "protected-route-challenge",
      "title": "Probe protected API Bearer challenge",
      "status": "informational",
      "evidence": {
        "checked": [
          {
            "path": "/api/admin/scans",
            "statusCode": 404,
            "wwwAuthenticate": {
              "valid": false,
              "present": false
            },
            "expectedMetadataUrl": "https://hashnode.com/.well-known/oauth-protected-resource",
            "metadataUrlMatches": true,
            "resourceMatchesRequestContext": true
          },
          {
            "path": "/api/admin/summary",
            "statusCode": 404,
            "wwwAuthenticate": {
              "valid": false,
              "present": false
            },
            "expectedMetadataUrl": "https://hashnode.com/.well-known/oauth-protected-resource",
            "metadataUrlMatches": true,
            "resourceMatchesRequestContext": true
          },
          {
            "path": "/api/scans",
            "statusCode": 404,
            "wwwAuthenticate": {
              "valid": false,
              "present": false
            },
            "expectedMetadataUrl": "https://hashnode.com/.well-known/oauth-protected-resource",
            "metadataUrlMatches": true,
            "resourceMatchesRequestContext": true
          }
        ]
      },
      "issue": "No protected route with a 401 Bearer challenge was detected; metadata alone does not prove a protected resource.",
      "howToFix": "When this site exposes bearer-protected APIs, return 401 with WWW-Authenticate: Bearer and link resource_metadata."
    }
  ],
  "authApplicability": {
    "supportsAuth": true,
    "score": 6,
    "signals": [
      {
        "source": "link:href",
        "weight": 3,
        "match": "auth link"
      },
      {
        "source": "visible-text",
        "weight": 3,
        "match": "sign in"
      }
    ]
  },
  "resourceFetchSucceeded": false
}

Performance and AccessibilityAccessibilityBrowser audit

Buttons do not have an accessible name

50 Fail

Check name

Buttons do not have an accessible name

Score

0/100

Status

fail

Device

desktop

Category

Accessibility

Fix guidance

When a button doesn't have an accessible name, screen readers announce it as "button", making it unusable for users who rely on screen readers. [Learn how to make buttons more accessible](https://dequeuniversity.com/rules/axe/4.11/button-name).

Evidence
{
  "description": "When a button doesn't have an accessible name, screen readers announce it as \"button\", making it unusable for users who rely on screen readers. [Learn how to make buttons more accessible](https://dequeuniversity.com/rules/axe/4.11/button-name)."
}

Performance and AccessibilityAccessibilityBrowser audit

Heading elements are not in a sequentially-descending order

50 Fail

Check name

Heading elements are not in a sequentially-descending order

Score

0/100

Status

fail

Device

desktop

Category

Accessibility

Fix guidance

Properly ordered headings that do not skip levels convey the semantic structure of the page, making it easier to navigate and understand when using assistive technologies. [Learn more about heading order](https://dequeuniversity.com/rules/axe/4.11/heading-order).

Evidence
{
  "description": "Properly ordered headings that do not skip levels convey the semantic structure of the page, making it easier to navigate and understand when using assistive technologies. [Learn more about heading order](https://dequeuniversity.com/rules/axe/4.11/heading-order)."
}

Performance and AccessibilityPerformanceBrowser audit

Improve image delivery

33 Fail

Check name

Improve image delivery

Score

0/100

Status

fail

Device

desktop

Category

Performance

Estimated savings

Est savings of 37,188 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 37,188 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

Lists do not contain only `<li>` elements and script supporting elements (`<script>` and `<template>`).

33 Fail

Check name

Lists do not contain only `<li>` elements and script supporting elements (`<script>` and `<template>`).

Score

0/100

Status

fail

Device

desktop

Category

Performance

Fix guidance

Screen readers have a specific way of announcing lists. Ensuring proper list structure aids screen reader output. [Learn more about proper list structure](https://dequeuniversity.com/rules/axe/4.11/list).

Evidence
{
  "description": "Screen readers have a specific way of announcing lists. Ensuring proper list structure aids screen reader output. [Learn more about proper list structure](https://dequeuniversity.com/rules/axe/4.11/list)."
}

Performance and AccessibilityPerformanceBrowser audit

Loading performance

14 Fail

Check name

Loading performance

Score

59/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": "speed-index",
      "title": "Speed Index",
      "score": 60,
      "displayValue": "2.0 s",
      "numericValue": 2043.1356180015832
    },
    {
      "id": "interactive",
      "title": "Time to Interactive",
      "score": 0,
      "displayValue": "13.6 s",
      "numericValue": 13614.005766899067
    },
    {
      "id": "first-contentful-paint",
      "title": "First Contentful Paint",
      "score": 100,
      "displayValue": "0.4 s",
      "numericValue": 363.0080736586917
    },
    {
      "id": "max-potential-fid",
      "title": "Max Potential First Input Delay",
      "score": 81,
      "displayValue": "160 ms",
      "numericValue": 158
    },
    {
      "id": "largest-contentful-paint",
      "title": "Largest Contentful Paint",
      "score": 0,
      "displayValue": "12.9 s",
      "numericValue": 12858.005766899067
    },
    {
      "id": "total-blocking-time",
      "title": "Total Blocking Time",
      "score": 30,
      "displayValue": "490 ms",
      "numericValue": 491.00000000000045
    },
    {
      "id": "server-response-time",
      "title": "Initial server response time was short",
      "score": 100,
      "displayValue": "Root document took 10 ms",
      "numericValue": 7
    },
    {
      "id": "network-rtt",
      "title": "Network Round Trip Times",
      "score": 100,
      "displayValue": "0 ms",
      "numericValue": 4.478009999999995
    }
  ]
}

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