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

OVERALL SCORE

Level 2, Agent-Limited

Priority improvements needed for AI agents
AIDiscoverability17%Agent Easeof Use10%Security& Trust0%GEO, AIO, AEO63%SEO75%Performance& Accessibility63%
  • AI Discoverability 17 out of 100
  • Agent Ease of Use 10 out of 100
  • Security & Trust 0 out of 100
  • GEO, AIO and AEO 63 out of 100
  • SEO 75 out of 100
  • Performance and Accessibility 63 out of 100

CAPTURED SCREENSHOT

Captured website desktop screenshot

What AI sees of your website

Shop Overseas Products with International P2P Delivery | Grabr favicon

Shop Overseas Products with International P2P Delivery | Grabr

Shop Overseas Products with International P2P Delivery | Grabr Order Travel Sign in Order Travel Learn how it works in 1 min! Learn how it works in 1 min! Shop Anywhere, Travel Everywhere Grabr connects shoppers and travelers who help each other access the wo...

Next step

Turn this report into a fix workflow

33 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
17
Priority fix3200View details
Discoverability
14
Priority fix180View details
Content Readiness
33
Priority fix280View details
Bot Access Control
0
Priority fix040View details
Agent Ease of Use
10
Priority fix6291View details
API
0
Priority fix060View details
Auth
Not Applicable
Not Applicable070View details
MCP
25
Priority fix260View details
Skill Discovery
5
Priority fix0101View details
Agent Commerce
Not Applicable
Not Applicable400
GEO, AIO and AEO
63
Needs work4312View details
GEO Readiness
68
Needs work104
AIO Readiness
59
Needs work223View details
AEO Readiness
62
Needs work115View details
SEO
75
Mostly ready830View details
SEO
75
Mostly ready830View details
Security & Trust
0
Priority fix450View details
Security & Trust
0
Priority fix050View details
AI Training Exposure
Not Applicable
Not Applicable400
Performance and Accessibility
63
Needs work1574View details
Performance
60
Needs work1164View details
Accessibility
69
Needs work410View details

Prioritized recommendations

Issues ranked by score impact

61 items need attention

Agent Ease of UseAPIEstablished

API Catalog

API Catalog failed at "Fetch API catalog".

50 Fail

Needs attention

API Catalog

Failed check
01

Issue

The API catalog endpoint did not return HTTP 2xx.

02

Why it matters

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

Check name

API Catalog

Score

0/100

Status

fail

Category

API

Maturity

Established

Goal

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

Result

API Catalog failed at "Fetch API catalog".

Validation steps

  1. Fetch API catalog

    The API catalog endpoint did not return HTTP 2xx.

  2. Validate RFC 9727 linkset

    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, maximum-scale=1, user-scalable=no\"/><link rel=\"manifest\" href=\"/manifest.json\"/><link rel=\"chrome-webstore-item\" href=\"https://chrome.google.com/webstore/detail/bpmlnlcmaobcdccjgdmkjhjfonmfoiei\"/><link rel=\"shortcut icon\" type=\"image/x-icon\" href=\"/favicon.ico\"/><link rel=\"apple-touch-icon\" sizes=\"180x180\" href=\"/apple-touch-icon-180x180.png\"/><style id=\"server-jss\">._7dde09f2 {left:0;bottom:12px;display:flex;padding:0px 16px;z-index:100000;position:fixed;min-width:320px;flex-direction:column;}._59a079ea {top:0;left:0;z-index:1000;position:absolute;}._39594928 {z-index:1000;}._526c50cc {left:0;width:100%;bottom:0;display:flex;overflow:hidden;position:fixed;min-wid"
      },
      "issue": "Response is not valid JSON.",
      "howToFix": "Use application/linkset+json with service-desc, service-doc, and status relations that each include href."
    },
    {
      "id": "target-validation",
      "title": "Fetch advertised API catalog targets",
      "status": "fail",
      "evidence": {
        "checked": [],
        "failures": [
          {
            "reason": "No same-origin API catalog hrefs were available to fetch."
          }
        ]
      },
      "issue": "API Catalog did not expose any same-origin hrefs to validate.",
      "howToFix": "Make each same-origin API catalog href reachable and serve the advertised media type."
    }
  ]
}

Agent Ease of UseAPIEstablished

OpenAPI discovery

OpenAPI discovery failed at "Find valid OpenAPI document".

50 Fail

Needs attention

OpenAPI discovery

Failed check
01

Issue

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

02

Why it matters

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

Check name

OpenAPI discovery

Score

0/100

Status

fail

Category

API

Maturity

Established

Goal

Publish a valid OpenAPI or Swagger document for API discovery.

Result

OpenAPI discovery failed at "Find valid OpenAPI document".

Validation steps

  1. Find valid OpenAPI document

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

Evidence
{
  "failedStep": "fetch",
  "steps": [
    {
      "id": "fetch",
      "title": "Find valid OpenAPI document",
      "status": "fail",
      "evidence": {
        "checked": [
          {
            "path": "/openapi.json",
            "statusCode": 403,
            "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-US\"><head><title>Just a moment...</title><meta http-equiv=\"Content-Type\" content=\"text/html; charset=UTF-8\"><meta http-equiv=\"X-UA-Compatible\" content=\"IE=Edge\"><meta name=\"robots\" content=\"noindex,nofollow\"><meta name=\"viewport\" content=\"width=device-width,initial-scale=1\"><meta http-equiv=\"content-security-policy\" content=\"default-src &#39;none&#39;; script-src &#39;nonce-4DAKVjkhljIlF1GXVGJCtu&#39; &#39;unsafe-eval&#39; https://challenges.cloudflare.com; script-src-attr &#39;none&#39;; style-src &#39;unsafe-inline&#39;; img-src &#39;self&#39; https://challenges.cloudflare.com; connect-src &#39;self&#39; https://challenges.cloudflare.com; frame-src &#39;self&#39; https://challenges.cloudflare.com blob:; child-src &#39;self&#39; https://challenges.cloudflare."
          },
          {
            "path": "/openapi.yaml",
            "statusCode": 403,
            "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-US\"><head><title>Just a moment...</title><meta http-equiv=\"Content-Type\" content=\"text/html; charset=UTF-8\"><meta http-equiv=\"X-UA-Compatible\" content=\"IE=Edge\"><meta name=\"robots\" content=\"noindex,nofollow\"><meta name=\"viewport\" content=\"width=device-width,initial-scale=1\"><meta http-equiv=\"content-security-policy\" content=\"default-src &#39;none&#39;; script-src &#39;nonce-TzDGAYi9izAv57T0CRfzon&#39; &#39;unsafe-eval&#39; https://challenges.cloudflare.com; script-src-attr &#39;none&#39;; style-src &#39;unsafe-inline&#39;; img-src &#39;self&#39; https://challenges.cloudflare.com; connect-src &#39;self&#39; https://challenges.cloudflare.com; frame-src &#39;self&#39; https://challenges.cloudflare.com blob:; child-src &#39;self&#39; https://challenges.cloudflare."
          },
          {
            "path": "/swagger.json",
            "statusCode": 403,
            "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-US\"><head><title>Just a moment...</title><meta http-equiv=\"Content-Type\" content=\"text/html; charset=UTF-8\"><meta http-equiv=\"X-UA-Compatible\" content=\"IE=Edge\"><meta name=\"robots\" content=\"noindex,nofollow\"><meta name=\"viewport\" content=\"width=device-width,initial-scale=1\"><meta http-equiv=\"content-security-policy\" content=\"default-src &#39;none&#39;; script-src &#39;nonce-kdOYeMnXT2In6Lec6rZuP0&#39; &#39;unsafe-eval&#39; https://challenges.cloudflare.com; script-src-attr &#39;none&#39;; style-src &#39;unsafe-inline&#39;; img-src &#39;self&#39; https://challenges.cloudflare.com; connect-src &#39;self&#39; https://challenges.cloudflare.com; frame-src &#39;self&#39; https://challenges.cloudflare.com blob:; child-src &#39;self&#39; https://challenges.cloudflare."
          },
          {
            "path": "/swagger.yaml",
            "statusCode": 403,
            "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-US\"><head><title>Just a moment...</title><meta http-equiv=\"Content-Type\" content=\"text/html; charset=UTF-8\"><meta http-equiv=\"X-UA-Compatible\" content=\"IE=Edge\"><meta name=\"robots\" content=\"noindex,nofollow\"><meta name=\"viewport\" content=\"width=device-width,initial-scale=1\"><meta http-equiv=\"content-security-policy\" content=\"default-src &#39;none&#39;; script-src &#39;nonce-IfokOVNAxs95vQuafHpGm9&#39; &#39;unsafe-eval&#39; https://challenges.cloudflare.com; script-src-attr &#39;none&#39;; style-src &#39;unsafe-inline&#39;; img-src &#39;self&#39; https://challenges.cloudflare.com; connect-src &#39;self&#39; https://challenges.cloudflare.com; frame-src &#39;self&#39; https://challenges.cloudflare.com blob:; child-src &#39;self&#39; https://challenges.cloudflare."
          },
          {
            "path": "/api/openapi.json",
            "statusCode": 403,
            "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-US\"><head><title>Just a moment...</title><meta http-equiv=\"Content-Type\" content=\"text/html; charset=UTF-8\"><meta http-equiv=\"X-UA-Compatible\" content=\"IE=Edge\"><meta name=\"robots\" content=\"noindex,nofollow\"><meta name=\"viewport\" content=\"width=device-width,initial-scale=1\"><meta http-equiv=\"content-security-policy\" content=\"default-src &#39;none&#39;; script-src &#39;nonce-Rl1skDx6sm3sjgRiEA7Otw&#39; &#39;unsafe-eval&#39; https://challenges.cloudflare.com; script-src-attr &#39;none&#39;; style-src &#39;unsafe-inline&#39;; img-src &#39;self&#39; https://challenges.cloudflare.com; connect-src &#39;self&#39; https://challenges.cloudflare.com; frame-src &#39;self&#39; https://challenges.cloudflare.com blob:; child-src &#39;self&#39; https://challenges.cloudflare."
          },
          {
            "path": "/api/swagger.json",
            "statusCode": 403,
            "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-US\"><head><title>Just a moment...</title><meta http-equiv=\"Content-Type\" content=\"text/html; charset=UTF-8\"><meta http-equiv=\"X-UA-Compatible\" content=\"IE=Edge\"><meta name=\"robots\" content=\"noindex,nofollow\"><meta name=\"viewport\" content=\"width=device-width,initial-scale=1\"><meta http-equiv=\"content-security-policy\" content=\"default-src &#39;none&#39;; script-src &#39;nonce-WQUyTGMYsKPStjneaAUaNe&#39; &#39;unsafe-eval&#39; https://challenges.cloudflare.com; script-src-attr &#39;none&#39;; style-src &#39;unsafe-inline&#39;; img-src &#39;self&#39; https://challenges.cloudflare.com; connect-src &#39;self&#39; https://challenges.cloudflare.com; frame-src &#39;self&#39; https://challenges.cloudflare.com blob:; child-src &#39;self&#39; https://challenges.cloudflare."
          },
          {
            "path": "/docs/openapi.json",
            "statusCode": 403,
            "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-US\"><head><title>Just a moment...</title><meta http-equiv=\"Content-Type\" content=\"text/html; charset=UTF-8\"><meta http-equiv=\"X-UA-Compatible\" content=\"IE=Edge\"><meta name=\"robots\" content=\"noindex,nofollow\"><meta name=\"viewport\" content=\"width=device-width,initial-scale=1\"><meta http-equiv=\"content-security-policy\" content=\"default-src &#39;none&#39;; script-src &#39;nonce-en4Xy4lRiaQhEESh0zbVky&#39; &#39;unsafe-eval&#39; https://challenges.cloudflare.com; script-src-attr &#39;none&#39;; style-src &#39;unsafe-inline&#39;; img-src &#39;self&#39; https://challenges.cloudflare.com; connect-src &#39;self&#39; https://challenges.cloudflare.com; frame-src &#39;self&#39; https://challenges.cloudflare.com blob:; child-src &#39;self&#39; https://challenges.cloudflare."
          }
        ]
      },
      "issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html; charset=UTF-8\" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
      "howToFix": "Publish a valid OpenAPI 3.x or Swagger 2.0 JSON/YAML document with info, paths, operations, and responses."
    }
  ]
}

AI DiscoverabilityBot Access ControlEstablished

AI bot rules in robots.txt

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

33 Fail

Needs attention

AI bot rules in robots.txt

Failed check
01

Issue

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

02

Why it matters

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

Check name

AI bot rules in robots.txt

Score

0/100

Status

fail

Category

Bot Access Control

Maturity

Established

Goal

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

Result

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

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

AI DiscoverabilityBot Access ControlInformational

Content Signal

Content Signal is missing or incomplete.

33 Fail

Needs attention

Content Signal

Failed check
01

Issue

No Content Signal found in robots.txt

02

Why it matters

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

Check name

Content Signal

Score

0/100

Status

fail

Category

Bot Access Control

Maturity

Informational

Goal

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

Result

Content Signal is missing or incomplete.

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

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": 146767
          },
          {
            "path": "/.well-known/mcp/server-cards.json",
            "statusCode": 404,
            "contentType": "text/html; charset=utf-8",
            "length": 146772
          },
          {
            "path": "/.well-known/mcp.json",
            "statusCode": 404,
            "contentType": "text/html; charset=utf-8",
            "length": 146707
          }
        ]
      },
      "issue": "MCP Server Card was not found at the expected path.",
      "howToFix": "Publish an MCP server card with valid transports and make each advertised local endpoint answer an MCP initialize request."
    }
  ]
}

Agent Ease of UseMCPEmerging recommendation

mcp.json

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

33 Fail

Needs attention

mcp.json

Failed check
01

Issue

mcp.json was not found at the expected path.

02

Why it matters

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

Check name

mcp.json

Score

0/100

Status

fail

Category

MCP

Maturity

Emerging recommendation

Goal

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

Result

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

Validation steps

  1. Fetch to find resource

    mcp.json was not found at the expected path.

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

AI 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": 146832
          }
        ]
      },
      "issue": "Web Bot Auth request signing was not found at the expected path.",
      "howToFix": "If publishing Web Bot Auth keys, return a JSON key directory with a non-empty keys array and the draft media type."
    }
  ]
}

Agent Ease of UseMCPInformational

WebMCP manifest

WebMCP manifest failed at "Fetch to find resource".

33 Fail

Needs attention

WebMCP manifest

Failed check
01

Issue

WebMCP manifest was not found at the expected path.

02

Why it matters

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

Check name

WebMCP manifest

Score

0/100

Status

fail

Category

MCP

Maturity

Informational

Goal

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

Result

WebMCP manifest failed at "Fetch to find resource".

Validation steps

  1. Fetch to find resource

    WebMCP manifest was not found at the expected path.

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

AI DiscoverabilityContent ReadinessEstablished

Content freshness signals

Content freshness signals is missing or incomplete.

25 Fail

Needs attention

Content freshness signals

Failed check
01

Issue

Content freshness signals are incomplete: missing Last-Modified HTTP header; missing dateModified/datePublished in JSON-LD; missing meta or <time> freshness tags.

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

0/100

Status

fail

Category

Content Readiness

Maturity

Established

Goal

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

Result

Content freshness signals is missing or incomplete.

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

AI DiscoverabilityContent ReadinessEmerging recommendation

llms.txt

llms.txt failed at "Fetch to find resource".

25 Fail

Needs attention

llms.txt

Failed check
01

Issue

llms.txt was not found at the expected path.

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

0/100

Status

fail

Category

Content Readiness

Maturity

Emerging recommendation

Goal

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

Result

llms.txt failed at "Fetch to find resource".

Validation steps

  1. Fetch to find resource

    llms.txt was not found at the expected path.

Evidence
{
  "failedStep": "fetch",
  "steps": [
    {
      "id": "fetch",
      "title": "Fetch to find resource",
      "status": "fail",
      "evidence": {
        "checked": [
          {
            "path": "/llms.txt",
            "statusCode": 404,
            "contentType": "text/html; charset=utf-8",
            "length": 145728
          },
          {
            "path": "/llms-full.txt",
            "statusCode": 404,
            "contentType": "text/html; charset=utf-8",
            "length": 145753
          }
        ]
      },
      "issue": "llms.txt was not found at the expected path.",
      "howToFix": "Publish /llms.txt as Markdown with a clear title, concise site summary, and useful links for agents."
    }
  ]
}

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 "(none)".

  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": 403,
        "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": ""
      },
      "issue": "Markdown negotiation is missing Vary: Accept; current Vary header is \"(none)\".",
      "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": 363,
        "excerpt": "<!DOCTYPE html><html lang=\"en-US\"><head><title>Just a moment...</title><meta http-equiv=\"Content-Type\" content=\"text/html; charset=UTF-8\"><meta http-equiv=\"X-UA-Compatible\" content=\"IE=Edge\"><meta name=\"robots\" content=\"noindex,nofollow\"><m",
        "issue": "Markdown response is missing a heading."
      },
      "issue": "Markdown response is missing a heading.",
      "howToFix": "Return Markdown with at least one heading and substantive page content, including useful links or instructions for agents."
    }
  ]
}

AI 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 <main> landmark; missing <nav> landmark; missing <footer> landmark; invalid h1 (found 3); 18 links missing accessible names; missing alt text on >10% of images.

Details

02

Why it matters

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

Check name

Semantic HTML

Score

0/100

Status

fail

Category

Content Readiness

Maturity

Established

Goal

Expose readable page structure through semantic HTML and accessible controls.

Result

Semantic HTML is missing or incomplete.

Evidence
{
  "main": false,
  "nav": false,
  "footer": false,
  "meaningfulH1": false,
  "headingOrder": true,
  "accessibleLinks": false,
  "accessibleButtons": true,
  "imageAltCoverage": false,
  "formAutocompleteCoverage": true,
  "details": {
    "inaccessibleLinks": [
      "<a href=\"/\"><svg width=\"64\" height=\"28\" viewBox=\"0 0 88 28\" xmlns=\"http://www.w3.org/2000/svg\" fill=\"#000000\" class=\"_5cc1f456 _3c3cc679 _206421eb\"><path d=\"M11.287 14.945h7.92c-.316 1.5-1.56 3.225-3.16 4.363-1.392 1-3.022 1.416-4.984 1.285-1.828-.125-3.416-.754-4.722-1.87-2.79-2.4-3.612-6.423-2.055-10.014 1.386-3.217 4.786-5.137 8.427-4.753 2.992.307 4.972 1.69 6.063 4.231l.049.114h3.749l-.07-.24a9.6 9.6 0 0 0-.571-1.495c-.924-2.002-2.402-3.555-4.391-4.616C14.229.19 10.729.028 7.144 1.47c-2.734",
      "<a href=\"/account/share\" class=\"_75f9c68c _4932114b _5127cf49 _15dc96d7\" role=\"button\" tabindex=\"0\"><svg width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\"><path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M18.5 12A2.5 2.5 0 1 0 16 9.5V14m-2.5-2A2.5 2.5 0 1 1 16 9.5V14\" fill=\"none\"/><path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M25 12H7v4h18zm-2 4H9v9h14zm-7-4v13\" fill=\"none\"/></svg><div class=\"_f322559\"></div></a>",
      "<a class=\"link fx-r ai-c jc-c w100p h100p trd300ms c-g65 fi-cc MD_c-b-hf\" padding=\"56,0,0,0\" target=\"_blank\" href=\"https://www.forbes.com/sites/grantmartin/2016/04/21/new-apps-allow-passengers-to-sell-unused-checked-luggage-space-grabr-airmule/#1cd32e01468e\"><svg width=\"90\" height=\"24\" viewBox=\"0 0 90 24\" xmlns=\"http://www.w3.org/2000/svg\" xml:space=\"preserve\" x=\"0\" y=\"0\" version=\"1.1\" class=\"w23 h-a\"><path d=\"M29.4 8.6c-1.3-1.2-3-1.9-5.2-1.9-2.3 0-4.2.7-5.7 2.2-1.5 1.6-2.4 3.7-2.4 6.3s.7 4.8 2.",
      "<a class=\"link fx-r ai-c jc-c w100p h100p trd300ms c-g65 fi-cc MD_c-b-hf\" padding=\"56,0,0,0\" target=\"_blank\" href=\"https://techcrunch.com/2016/07/19/grabr-launches-peer-to-peer-marketplace-for-international-shipping/\"><svg width=\"46\" height=\"23\" viewBox=\"0 0 46 23\" xmlns=\"http://www.w3.org/2000/svg\" xml:space=\"preserve\" x=\"0\" y=\"0\" version=\"1.1\" class=\"w13 h-a\"><path d=\"M0 0v7.5h7.5v15.1h7.6V7.5h7.5V0zm30.1 15V7.5h-7.5v15.1h22.5V15zm15-15h-15v7.5h15z\" stroke=\"none\"/></svg></a>",
      "<a class=\"link fx-r ai-c jc-c w100p h100p trd300ms c-g65 fi-cc MD_c-b-hf\" padding=\"56,0,0,0\" target=\"_blank\" href=\"https://www.cntraveler.com/story/grabr-helps-you-get-snacks-and-gadgets-that-you-cant-find-at-home\"><svg width=\"80\" height=\"30\" viewBox=\"0 0 80 30\" xmlns=\"http://www.w3.org/2000/svg\" xml:space=\"preserve\" x=\"0\" y=\"0\" version=\"1.1\" class=\"w20 h-a\"><path d=\"M31.5 28.9h-3.6v-2c-.1-.1-.2 0-.2.1s-.1.3-.1.4c-.3.8-.9 1.3-1.7 1.6q-1.35.45-2.7 0c-1.1-.3-1.8-1.1-2.2-2.2-.2-.7-.4-1.3-.4-2v-3.5c",
      "<a class=\"link fx-r ai-c jc-c w100p h100p trd300ms c-g65 fi-cc MD_c-b-hf\" padding=\"56,0,0,0\" target=\"_blank\" href=\"https://www.psfk.com/2016/07/p2p-marketplace-enlists-travelers-to-pick-up-and-drop-off-goods.html\"><svg width=\"60\" height=\"60\" viewBox=\"0 0 60 60\" xmlns=\"http://www.w3.org/2000/svg\" xml:space=\"preserve\" x=\"0\" y=\"0\" version=\"1.1\" class=\"w15 h-a\"><path d=\"M16.8 32.5c-.6 1.1-1.6 1.5-2.8 1.3-1-.2-1.9-1-2.2-2.1-.1-.4-.1-.7-.2-1 0-1 .3-1.9.9-2.5 1.2-1.3 3.3-1.2 4.2.4.8 1.4.8 2.6.1 3.9\" st",
      "<a class=\"link fx-r ai-c jc-c w100p h100p trd300ms c-g65 fi-cc MD_c-b-hf\" padding=\"56,0,0,0\" target=\"_blank\" href=\"https://www.bloomberg.com/news/articles/2018-03-16/space-in-your-suitcase-app-turns-travelers-into-paid-couriers\"><svg width=\"130\" height=\"27\" viewBox=\"0 0 130 27\" xmlns=\"http://www.w3.org/2000/svg\" xml:space=\"preserve\" x=\"0\" y=\"0\" version=\"1.1\" class=\"w30 h-a\"><path d=\"M3.4 3.4h2.8c2.5 0 3.7.8 3.7 2.5 0 1.5-1.2 2.5-3.5 2.5h-3zM0 19.7h6.9c3.6 0 7.3-1.3 7.3-5.5 0-2.5-1.7-4.4-4.2-4.6v",
      "<a class=\"link fx-r ai-c jc-c w100p h100p trd300ms c-g65 fi-cc MD_c-b-hf\" padding=\"56,0,0,0\" target=\"_blank\" href=\"http://www.inc.com/christine-lagorio/grabr-launches-anything-delivery-peer-network.html\"><svg width=\"70\" height=\"25\" viewBox=\"0 0 70 25\" xmlns=\"http://www.w3.org/2000/svg\" xml:space=\"preserve\" x=\"0\" y=\"0\" version=\"1.1\" class=\"w18 h-a\"><path d=\"M0 0v5.6h3.1v13H0v5.1h16.5v-5.1h-3.1v-13h3.1V0zm17.3 5.6v5.2h2.3v7.8h-2.3v5.1h12.9v-5.2h-2.5V14c0-1.9 1.4-3.3 3.3-3.3 1.5 0 2.7.7 2.7 2.4v5.4",
      "<a href=\"/\"><svg width=\"124\" height=\"32\" viewBox=\"0 0 124 32\" xmlns=\"http://www.w3.org/2000/svg\" fill=\"#000000\"><path fill=\"#000\" d=\"M54.26 18.6h7.2c-.287 1.365-1.418 2.935-2.872 3.97-1.265.91-2.747 1.289-4.53 1.17-1.662-.114-3.106-.687-4.293-1.703-2.536-2.183-3.284-5.844-1.868-9.111 1.26-2.928 4.35-4.676 7.66-4.326 2.72.28 4.52 1.538 5.512 3.85l.044.104h3.408l-.064-.219a9 9 0 0 0-.518-1.36c-.84-1.821-2.183-3.235-3.992-4.2-3.012-1.602-6.193-1.75-9.453-.437-2.485 1.018-4.321 2.793-5.453 5.27a10.8",
      "<a href=\"https://www.facebook.com/grabrinc\" class=\"_564165d4 _35fbd3c2\"><svg width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\" fill=\"currentColor\"><path d=\"M25 7.758v16.484c0 .474-.377.758-.848.758h-5.09v-6.916h2.357c.188 0 .283-.19.283-.284v-2.558c0-.095 0-.19-.095-.19-.094-.094-.094-.094-.188-.094h-2.356v-1.421c0-.758.188-1.137 1.13-1.137h1.32c.189 0 .283-.19.283-.284V9.747q0-.284-.283-.284h-1.979c-2.262 0-3.581 1.421-3.581 3.79v1.8H13.88c-.189-.095-.283.094-.283.19",
      "<a href=\"https://twitter.com/grabrinc\" class=\"_564165d4 _35fbd3c2\"><svg width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\" fill=\"currentColor\"><path d=\"M25 9.924a7.6 7.6 0 0 1-2.145.608c.746-.507 1.306-1.317 1.679-2.228a6.9 6.9 0 0 1-2.332 1.012C21.456 8.506 20.523 8 19.404 8c-2.052 0-3.73 1.823-3.73 4.05 0 .304 0 .608.093.912-3.078-.203-5.783-1.823-7.555-4.253a4.9 4.9 0 0 0-.466 2.025c0 1.418.653 2.633 1.679 3.342a3.03 3.03 0 0 1-1.679-.506c0 1.924 1.306 3.544 2.985 3",
      "<a href=\"https://vk.com/grabrinc\" class=\"_564165d4 _35fbd3c2\"><svg width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\" fill=\"currentColor\"><path d=\"M15.685 21.817h1.205s.345 0 .517-.178c.345-.178.172-.533.172-.533s0-1.688.775-1.866c.776-.177 1.723 1.688 2.67 2.31.775.533 1.378.444 1.378.444h2.67s1.378-.088.775-1.243c-.086-.09-.43-.889-2.067-2.4-1.722-1.687-1.464-1.332.517-4.175 1.292-1.688 1.723-2.754 1.636-3.199-.086-.444-1.033-.355-1.033-.355h-2.928s-.173 0-.43.089c-.",
      "<a href=\"https://www.pinterest.com/grabrinc\" class=\"_564165d4 _35fbd3c2\"><svg width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\" fill=\"currentColor\"><path d=\"M16 7c-4.926 0-9 4.074-9 9s4.074 9 9 9 9-4.074 9-9-4.074-9-9-9m.853 11.747c-.664 0-1.327-.379-1.516-.758 0 0-.38 1.421-.474 1.706-.095.473-.379.947-.568 1.326-.284.379-.663.095-.758-.284 0-.474 0-.947.095-1.421.094-.474.758-3.41.758-3.41s-.19-.474-.19-1.043c0-.947.568-1.61 1.232-1.61.568 0 .852.473.852.947 0 .568-",
      "<a href=\"https://instagram.com/grabrinc\" class=\"_564165d4 _35fbd3c2\"><svg width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\" fill=\"currentColor\"><path d=\"M15.894 7.925c2.66 0 2.978 0 4.042.107.958 0 1.49.214 1.809.32.532.215.85.429 1.17.75.319.32.638.748.745 1.176.106.32.319.963.319 1.818 0 1.07.106 1.39.106 4.064s0 2.995-.106 4.065c0 .962-.213 1.497-.32 1.818-.212.535-.425.855-.744 1.176-.32.321-.745.642-1.17.749-.32.107-.958.32-1.809.32-1.064 0-1.383.108-4.042.108-2.",
      "<a href=\"https://www.youtube.com/c/Grabr\" class=\"_564165d4 _35fbd3c2\"><svg width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\" fill=\"currentColor\"><path d=\"M26.47 10.779c-.265-1.095-1.149-1.937-2.297-2.19C22.494 8.253 19.313 8 15.956 8s-6.538.253-8.217.59c-1.149.252-2.12 1.01-2.297 2.189C5.177 12.042 5 13.81 5 16s.177 4.042.442 5.305c.176 1.095 1.148 1.937 2.297 2.105 1.767.337 4.86.59 8.217.59s6.45-.253 8.217-.59c1.148-.252 2.12-1.01 2.297-2.105.177-1.263.442-3.031.53-",
      "<a href=\"https://itunes.apple.com/app/apple-store/id992182861?pt=117798974&amp;ct=Mini_banner_footer&amp;mt=8\"><svg width=\"134\" height=\"42\" viewBox=\"0 0 134 42\" xmlns=\"http://www.w3.org/2000/svg\"><rect width=\"133\" height=\"41\" x=\".5\" y=\".5\" fill=\"#000\" stroke=\"#7F7F7F\" rx=\"3.5\"/><path fill=\"#fff\" d=\"M28.705 20.763c.024-1.853 1.043-3.606 2.66-4.576-1.02-1.422-2.728-2.324-4.506-2.378-1.895-.194-3.733 1.107-4.7 1.107-.984 0-2.471-1.088-4.073-1.056-2.087.066-4.034 1.225-5.05 3.007-2.182 3.69-.554 9.1",
      "<a href=\"https://play.google.com/store/apps/details?id=io.grabr&amp;referrer=utm_source%3Dweb%26utm_medium%3Dbanner%26utm_content%3Dfooter%2520banner%26utm_campaign%3Dbanners%2520on%2520web\"><svg width=\"136\" height=\"42\" viewBox=\"0 0 136 42\" xmlns=\"http://www.w3.org/2000/svg\"><rect width=\"135\" height=\"41\" x=\".5\" y=\".5\" fill=\"#000\" stroke=\"#7F7F7F\" rx=\"3.5\"/><g filter=\"url(#svg-550bbb7e-4)\"><path fill=\"url(#svg-550bbb7e-0)\" d=\"M12.481 7.432c-.302.336-.481.856-.481 1.53v24.076c0 .675.179 1.194.481 ",
      "<a href=\"https://chrome.google.com/webstore/detail/bpmlnlcmaobcdccjgdmkjhjfonmfoiei\"><svg width=\"193\" height=\"42\" viewBox=\"0 0 193 42\" xmlns=\"http://www.w3.org/2000/svg\"><rect width=\"192\" height=\"41\" x=\".5\" y=\".5\" fill=\"#fff\" stroke=\"#DADADA\" rx=\"3.5\"/><g clip-path=\"url(#svg-25d1b2a-2)\"><path fill=\"#EEE\" d=\"M12 6v27.631c0 1.303.982 2.369 2.182 2.369h27.636c1.2 0 2.182-1.066 2.182-2.369V6.001zm10.909 4.737c0-.873.65-1.58 1.454-1.58h7.273c.804 0 1.455.707 1.455 1.58 0 .872-.651 1.579-1.455 1.579h-"
    ],
    "inaccessibleButtons": [],
    "missingAutocompleteInputs": [],
    "imagesMissingAlt": [
      "<img class=\"_1ae89003\" style=\"visibility:hidden\">",
      "<img class=\"_1ae89003\" style=\"visibility:hidden\">",
      "<img class=\"_1ae89003\" style=\"visibility:hidden\">",
      "<img class=\"_1ae89003\" style=\"visibility:hidden\">",
      "<img class=\"_1ae89003\" style=\"visibility:hidden\">",
      "<img class=\"_1ae89003\" style=\"visibility:hidden\">",
      "<img class=\"_1ae89003\" style=\"visibility:hidden\">",
      "<img class=\"_1ae89003\" style=\"visibility:hidden\">",
      "<img class=\"_1ae89003\" style=\"visibility:hidden\">",
      "<img class=\"_1ae89003\" style=\"visibility:hidden\">",
      "<img class=\"_1ae89003\" style=\"visibility:hidden\">",
      "<img class=\"_1ae89003\" style=\"visibility:hidden\">",
      "<img class=\"_1ae89003\" style=\"visibility:hidden\">",
      "<img class=\"_1ae89003\" style=\"visibility:hidden\">",
      "<img class=\"_1ae89003\" style=\"visibility:hidden\">",
      "<img class=\"_1ae89003\" style=\"visibility:hidden\">",
      "<img class=\"_1ae89003\" style=\"visibility:hidden\">",
      "<img class=\"_1ae89003\" style=\"visibility:hidden\">",
      "<img class=\"_1ae89003\" style=\"visibility:hidden\">",
      "<img class=\"_1ae89003\" style=\"visibility:hidden\">",
      "<img class=\"_1ae89003\" style=\"visibility:hidden\">",
      "<img class=\"_1ae89003\" style=\"visibility:hidden\">",
      "<img class=\"_1ae89003\" style=\"visibility:hidden\">",
      "<img class=\"_1ae89003\" style=\"visibility:hidden\">",
      "<img class=\"_1ae89003\" style=\"visibility:hidden\">",
      "<img class=\"_1ae89003\" style=\"visibility:hidden\">",
      "<img class=\"_1ae89003\" style=\"visibility:hidden\">",
      "<img class=\"_1ae89003\" style=\"visibility:hidden\">",
      "<img class=\"_1ae89003\" style=\"visibility:hidden\">",
      "<img class=\"_1ae89003\" style=\"visibility:hidden\">",
      "<img class=\"_1ae89003\" style=\"visibility:hidden\">",
      "<img class=\"_1ae89003\" style=\"visibility:hidden\">",
      "<img class=\"_1ae89003\" style=\"visibility:hidden\">",
      "<img class=\"_1ae89003\" style=\"visibility:hidden\">"
    ],
    "skippedHeadingLevels": []
  },
  "counts": {
    "h1": 3,
    "headings": 3,
    "links": 65,
    "inaccessibleLinks": 18,
    "buttons": 0,
    "inaccessibleButtons": 0,
    "images": 34,
    "imagesWithAlt": 0,
    "autocompleteInputs": 0,
    "inputsWithAutocomplete": 0,
    "missingAutocompleteInputs": 0
  }
}

Agent Ease of UseSkill DiscoveryEmerging recommendation

A2A Agent Card

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

20 Fail

Needs attention

A2A Agent Card

Failed check
01

Issue

A2A Agent Card was not found at the expected path.

02

Why it matters

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

Check name

A2A Agent Card

Score

0/100

Status

fail

Category

Skill Discovery

Maturity

Emerging recommendation

Goal

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

Result

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

Validation steps

  1. Fetch to find resource

    A2A Agent Card was not found at the expected path.

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

Agent Ease of UseSkill DiscoveryEmerging recommendation

Agent Skills index

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

20 Fail

Needs attention

Agent Skills index

Failed check
01

Issue

Agent Skills index was not found at the expected path.

02

Why it matters

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

Check name

Agent Skills index

Score

0/100

Status

fail

Category

Skill Discovery

Maturity

Emerging recommendation

Goal

Publish an agent skills discovery index.

Result

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

Validation steps

  1. Fetch to find resource

    Agent Skills index was not found at the expected path.

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

Agent Ease of UseSkill DiscoveryEmerging recommendation

agent.json

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

20 Fail

Needs attention

agent.json

Failed check
01

Issue

agent.json was not found at the expected path.

02

Why it matters

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

Check name

agent.json

Score

0/100

Status

fail

Category

Skill Discovery

Maturity

Emerging recommendation

Goal

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

Result

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

Validation steps

  1. Fetch to find resource

    agent.json was not found at the expected path.

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

Agent Ease of UseSkill DiscoveryInformational

agents.json

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

20 Fail

Needs attention

agents.json

Failed check
01

Issue

agents.json was not found at the expected path.

02

Why it matters

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

Check name

agents.json

Score

0/100

Status

fail

Category

Skill Discovery

Maturity

Informational

Goal

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

Result

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

Validation steps

  1. Fetch to find resource

    agents.json was not found at the expected path.

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

Security & TrustSecurity & TrustEstablished

Content-Security-Policy

Content-Security-Policy is missing or incomplete.

20 Fail

Needs attention

Content-Security-Policy

Failed check
01

Issue

Content-Security-Policy is missing or incomplete.

02

Why it matters

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

Check name

Content-Security-Policy

Score

0/100

Status

fail

Category

Security & Trust

Maturity

Established

Goal

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

Result

Content-Security-Policy is missing or incomplete.

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

Security & TrustSecurity & TrustEstablished

Frame protection

Frame protection is missing or incomplete.

20 Fail

Needs attention

Frame protection

Failed check
01

Issue

Frame protection is missing or incomplete.

02

Why it matters

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

Check name

Frame protection

Score

0/100

Status

fail

Category

Security & Trust

Maturity

Established

Goal

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

Result

Frame protection is missing or incomplete.

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

Security & TrustSecurity & TrustEstablished

HSTS header

HSTS header is missing or incomplete.

20 Fail

Needs attention

HSTS header

Failed check
01

Issue

HSTS header is missing or incomplete.

02

Why it matters

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

Check name

HSTS header

Score

0/100

Status

fail

Category

Security & Trust

Maturity

Established

Goal

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

Result

HSTS header is missing or incomplete.

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

Security & TrustSecurity & TrustEstablished

Referrer-Policy

Referrer-Policy is missing or incomplete.

20 Fail

Needs attention

Referrer-Policy

Failed check
01

Issue

Referrer-Policy is missing or incomplete.

02

Why it matters

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

Check name

Referrer-Policy

Score

0/100

Status

fail

Category

Security & Trust

Maturity

Established

Goal

Limit how much referrer data leaves the site.

Result

Referrer-Policy is missing or incomplete.

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

Security & TrustSecurity & TrustEstablished

X-Content-Type-Options

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

20 Fail

Needs attention

X-Content-Type-Options

Failed check
01

Issue

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

02

Why it matters

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

Check name

X-Content-Type-Options

Score

0/100

Status

fail

Category

Security & Trust

Maturity

Established

Goal

Prevent MIME sniffing for browser-loaded resources.

Result

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

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

AI DiscoverabilityDiscoverabilityEstablished

FAQPage schema

FAQPage schema is missing or incomplete.

17 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": []
}

AI DiscoverabilityDiscoverabilityEstablished

High-value schema types

High-value schema types is missing or incomplete.

17 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": []
}

AI DiscoverabilityDiscoverabilityEstablished

JSON-LD present

JSON-LD present is missing or incomplete.

17 Fail

Needs attention

JSON-LD present

Failed check
01

Issue

No JSON-LD blocks found.

02

Why it matters

JSON-LD is a low-friction structured data format that agents can extract without interpreting page presentation or microdata markup.

Check name

JSON-LD present

Score

0/100

Status

fail

Category

Discoverability

Maturity

Established

Goal

Expose schema.org JSON-LD so AI search systems can parse page entities.

Result

JSON-LD present is missing or incomplete.

Evidence
{
  "blocks": 0,
  "validBlocks": 0,
  "schemaContextBlocks": 0,
  "errors": [],
  "documents": [],
  "nodes": []
}

AI DiscoverabilityDiscoverabilityEstablished

Link headers

Link headers failed at "Find useful Link headers".

17 Fail

Needs attention

Link headers

Failed check
01

Issue

No useful agent discovery Link headers were found.

02

Why it matters

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

Check name

Link headers

Score

0/100

Status

fail

Category

Discoverability

Maturity

Established

Goal

Include Link response headers for agent discovery using RFC 8288.

Result

Link headers failed at "Find useful Link headers".

Validation steps

  1. Find useful Link headers

    No useful agent discovery Link headers were found.

  2. Fetch same-origin Link header targets

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

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

AI DiscoverabilityDiscoverabilityEstablished

Organization / WebSite schema

Organization / WebSite schema is missing or incomplete.

17 Fail

Needs attention

Organization / WebSite schema

Failed check
01

Issue

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

02

Why it matters

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

Check name

Organization / WebSite schema

Score

0/100

Status

fail

Category

Discoverability

Maturity

Established

Goal

Identify the site owner and website entity in structured data.

Result

Organization / WebSite schema is missing or incomplete.

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

AI DiscoverabilityDiscoverabilityEstablished

Sitemap

Sitemap is missing or incomplete.

17 Fail

Needs attention

Sitemap

Failed check
01

Issue

No valid XML sitemap found at checked locations: https://grabr.io/sitemap.xml, https://grabr.io/sitemap.xml, https://grabr.io/sitemap_index.xml, https://grabr.io/sitemap-index.xml.

02

Why it matters

Sitemaps help crawlers and agents discover canonical URLs, updated pages, and deeper content that may not be obvious from the homepage navigation.

Check name

Sitemap

Score

0/100

Status

fail

Category

Discoverability

Maturity

Established

Goal

Publish a sitemap and reference it from robots.txt.

Result

Sitemap is missing or incomplete.

Evidence
{
  "checked": [
    "https://grabr.io/sitemap.xml",
    "https://grabr.io/sitemap.xml",
    "https://grabr.io/sitemap_index.xml",
    "https://grabr.io/sitemap-index.xml"
  ]
}

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

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

AIO: Visible structured data match

AIO: Visible structured data match scored 0/100 and needs a fix.

8 Fail

Needs attention

AIO: Visible structured data match

Failed check
01

Issue

No JSON-LD structured data was detected.

Details

02

Why it matters

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

Check name

AIO: Visible structured data match

Score

0/100

Status

fail

Category

GEO, AIO & AEO

Maturity

Emerging recommendation

Goal

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

Result

AIO: Visible structured data match scored 0/100 and needs a fix.

Evidence
{
  "schemaCount": 0,
  "mismatches": [],
  "score": 0,
  "weight": 18
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

GEO: Entity clarity

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

7 Warning

Needs attention

GEO: Entity clarity

Warning
01

Issue

Title/H1 terms missing from description: shop, overseas, products, international, p2p, delivery, grabr, anywhere, travel, everywhere.

Details

02

Why it matters

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

Check name

GEO: Entity clarity

Score

50/100

Status

warning

Category

GEO, AIO & AEO

Maturity

Emerging recommendation

Goal

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

Result

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

Evidence
{
  "title": "Shop Overseas Products with International P2P Delivery | Grabr",
  "h1": "Shop Anywhere, Travel Everywhere",
  "description": "",
  "topicOverlap": 0,
  "topicTerms": [
    "shop",
    "overseas",
    "products",
    "international",
    "p2p",
    "delivery",
    "grabr",
    "anywhere",
    "travel",
    "everywhere"
  ],
  "descriptionTerms": [],
  "missingFromDescription": [
    "shop",
    "overseas",
    "products",
    "international",
    "p2p",
    "delivery",
    "grabr",
    "anywhere",
    "travel",
    "everywhere"
  ],
  "score": 50,
  "weight": 28
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

AIO: Source and trust signals

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

6 Fail

Needs attention

AIO: Source and trust signals

Failed check
01

Issue

Missing AIO trust signals: author, publisher, freshnessDate.

Details

02

Why it matters

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

Check name

AIO: Source and trust signals

Score

40/100

Status

fail

Category

GEO, AIO & AEO

Maturity

Emerging recommendation

Goal

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

Result

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

Evidence
{
  "signals": {
    "author": false,
    "publisher": false,
    "freshnessDate": false,
    "aboutOrContact": true,
    "policyLinks": true
  },
  "missing": [
    "author",
    "publisher",
    "freshnessDate"
  ],
  "authorMeta": "",
  "schemaAuthors": [],
  "schemaPublishers": [],
  "schemaDates": [],
  "visibleDates": [],
  "aboutLinks": [
    {
      "href": "/en/how-grabr-works",
      "text": "Learn more about \"Ordering\" with Grabr",
      "html": "<a class=\"d-fx jc-c mt8 px5 SM_px0\" padding=\"56,0,0,0\" href=\"/en/how-grabr-works\"><span class=\"link link--b td-u ta-c\">Learn more about &quot;Ordering&quot; with Grabr</span></a>"
    },
    {
      "href": "/en/testimonials/4",
      "text": "Ben HirschI absolutely love traveling. South America was definitely on the top of my list. A friend told me about Grabr and when I heard that I could make money traveling to South America, I jumped on the opportunity. A new continent, a new city, meeting new people - I didn’t think twice about learning more about Grabr. One of the most surprising items I delivered was Maple Syrup for a Canadian expat living in Buenos Aires - he was so joyful and humorous and it made it a really memorable delivery.",
      "html": "<a class=\"testimonial-card fx-c bgc-tt ta-l cur-p trd300ms trtf-e init-fade-in mx1 mb5 SM_mx0\" padding=\"56,0,0,0\" href=\"/en/testimonials/4\"><div class=\"w100p pos-r ov-h\"><div style=\"padding-bottom:71.42857142857143%;background-image:url(data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAASABkDASIAAhEBAxEB/8QAGAAAAwEBAAAAAAAAAAAAA..."
    },
    {
      "href": "/en/testimonials/7",
      "text": "Angelica TroederA couple of other travel bloggers recommended Grabr to me so I figured I’d give it a try. I’ve traveled several times using Grabr and each time it’s been easy and quick. The shoppers could not wait to take their items home and get them all set up. Lots of friendly conversations, even though there’s a bit of a language barrier. I decided to tell my friends about Grabr because they always have space in their carry-ons to throw in a product of two for shoppers. Money aside, it’s been a great way to meet locals wherever I go.",
      "html": "<a class=\"testimonial-card fx-c bgc-tt ta-l cur-p trd300ms trtf-e init-fade-in mx1 mb5 SM_mx0\" padding=\"56,0,0,0\" href=\"/en/testimonials/7\"><div class=\"w100p pos-r ov-h\"><div style=\"padding-bottom:71.42857142857143%;background-image:url(data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAASABkDASIAAhEBAxEB/8QAGQAAAgMBAAAAAAAAAAAAA..."
    },
    {
      "href": "/en/testimonials/10",
      "text": "Katherine FanI’m about to go on my 11th trip with Grabr - Buenos Aires this week and Brazil later this month!",
      "html": "<a class=\"testimonial-card fx-c bgc-tt ta-l cur-p trd300ms trtf-e init-fade-in mx1 mb5 SM_mx0\" padding=\"56,0,0,0\" href=\"/en/testimonials/10\"><div class=\"w100p pos-r ov-h\"><div style=\"padding-bottom:71.42857142857143%;background-image:url(data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAASABkDASIAAhEBAxEB/8QAGQABAQADAQAAAAAAAAAA..."
    },
    {
      "href": "/en/testimonials/13",
      "text": "Hannah OldsEach time I go to Buenos Aires using Grabr, I explore a different part of the city and fall even more in love with the culture and beauty of the country. None of this would be possible without Grabr and it’s amazing to see this company expand so quickly! There are so many people asking for products from so many different countries and the opportunities are endless. Can’t wait to see what 2018 has in store for me and see where I end up this year! ❤️🌎",
      "html": "<a class=\"testimonial-card fx-c bgc-tt ta-l cur-p trd300ms trtf-e init-fade-in mx1 mb5 SM_mx0\" padding=\"56,0,0,0\" href=\"/en/testimonials/13\"><div class=\"w100p pos-r ov-h\"><div style=\"padding-bottom:71.42857142857143%;background-image:url(data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAASABkDASIAAhEBAxEB/8QAGAABAQEBAQAAAAAAAAAA..."
    },
    {
      "href": "/en/testimonials/14",
      "text": "Oneika RaymondWhy do I love travel? Well, it's been a constant presence in my life for the last 15 years and it has opened so many doors for me. It's turned me into a storyteller, opened my eyes to the beauty that exists in this world, and taught me about how other people live.Travel has compelled me to live fiercely and fearlessly, be open and inquisitive, and exercise more tolerance, empathy, and humanity. Because of travel, I now speak four languages, readily eat foods I can't pronounce (nor identify by sight!) and navigate foreign cultures with ease. Travel has schooled me in ways the classroom never will, filled me with light and wonder, and shown me that magic exists on earth. So needless to say, it's played a huge role in the person I am today-- its immensely positive impact is why I share my adventures with you all! I want travel to have the same impact on your lives! Grabr is a new, global travel community that is breaking borders in travel by allowing ANYONE to travel and make $$ on-the-go, by delivering items to shoppers en route!",
      "html": "<a class=\"testimonial-card fx-c bgc-tt ta-l cur-p trd300ms trtf-e init-fade-in mx1 mb5 SM_mx0\" padding=\"56,0,0,0\" href=\"/en/testimonials/14\"><div class=\"w100p pos-r ov-h\"><div style=\"padding-bottom:71.42857142857143%;background-image:url(data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAASABkDASIAAhEBAxEB/8QAGQAAAgMBAAAAAAAAAAAA..."
    },
    {
      "href": "/en/testimonials/21",
      "text": "Zornitsa ShahanskaThe best part about my Argentina trip was that I made $2,000 by bringing items from USA to locals in Buenos Aires through through Grabr. 💃Next time you have free space in your luggage you can monetize it! You’ll get to feel like Santa Clause and make someone really happy!",
      "html": "<a class=\"testimonial-card fx-c bgc-tt ta-l cur-p trd300ms trtf-e init-fade-in mx1 mb5 SM_mx0\" padding=\"56,0,0,0\" href=\"/en/testimonials/21\"><div class=\"w100p pos-r ov-h\"><div style=\"padding-bottom:71.42857142857143%;background-image:url(data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAASABkDASIAAhEBAxEB/8QAGgAAAQUBAAAAAAAAAAAA..."
    },
    {
      "href": "/about",
      "text": "About us",
      "html": "<a href=\"/about\" class=\"_564165d4 _35fbd3c2\">About us</a>"
    }
  ],
  "contactLinks": [
    {
      "href": "https://www.cntraveler.com/story/grabr-helps-you-get-snacks-and-gadgets-that-you-cant-find-at-home",
      "text": "",
      "html": "<a class=\"link fx-r ai-c jc-c w100p h100p trd300ms c-g65 fi-cc MD_c-b-hf\" padding=\"56,0,0,0\" target=\"_blank\" href=\"https://www.cntraveler.com/story/grabr-helps-you-get-snacks-and-gadgets-that-you-cant-find-at-home\"><svg width=\"80\" height=\"30\" viewBox=\"0 0 80 30\" xmlns=\"http://www.w3.org/2000/svg\" xml:space=\"preserve\" x=\"0\" y=\"0\" version=\"1.1\" class=\"w20 h-a\"><path d=\"M31.5 28.9h-3.6v-2c-.1-.1-.2 0-.2.1s-.1.3-.1.4c-.3.8-.9 1.3-1.7 1.6q-1.35.45-2.7 0c-1.1-.3-1.8-1.1-2.2-2.2-.2-.7-.4-1.3-.4-2v-3..."
    },
    {
      "href": "/en/testimonials/17",
      "text": "Aubrie Lynne BellLife moves pretty fast. If you don't stop and look around once in awhile, you could miss it. I had so much fun exploring Barranco in Lima with all of the street art, colorful buildings and friendly locals. In fact, I met the sweetest old man who helped take this snap of me and we just sat on a park bench and talked for awhile. He was learning English and he even had his English book with him. He taught me some Spanish and I taught him some English. I love the unplanned moments of travel!",
      "html": "<a class=\"testimonial-card fx-c bgc-tt ta-l cur-p trd300ms trtf-e init-fade-in mx1 mb5 SM_mx0\" padding=\"56,0,0,0\" href=\"/en/testimonials/17\"><div class=\"w100p pos-r ov-h\"><div style=\"padding-bottom:71.42857142857143%;background-image:url(data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAASABkDASIAAhEBAxEB/8QAGgAAAgIDAAAAAAAAAAAA..."
    },
    {
      "href": "/en/testimonials/27",
      "text": "Lizzie YoushaeiDuring my trip, I met up with dozens of locals to deliver items they couldn’t otherwise get from abroad. I got to help people, enjoy tango dancing lessons, espresso runs and sightseeing around the country. After weeks of communication with my shoppers, it was awesome to see them. The highlight of my trip was meeting locals. Their warmth, excitement and eagerness to welcome me to their country has allowed me to enjoy so much more than just the traditional tourism experience. Grabr is a safe and unique way to make money while you travel, helping you save up for your next trip or that second empanada.",
      "html": "<a class=\"testimonial-card fx-c bgc-tt ta-l cur-p trd300ms trtf-e init-fade-in mx1 mb5 SM_mx0\" padding=\"56,0,0,0\" href=\"/en/testimonials/27\"><div class=\"w100p pos-r ov-h\"><div style=\"padding-bottom:71.42857142857143%;background-image:url(data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAASABkDASIAAhEBAxEB/8QAGQAAAgMBAAAAAAAAAAAA..."
    },
    {
      "href": "https://help.grabr.io/",
      "text": "Help Center",
      "html": "<a href=\"https://help.grabr.io/\" class=\"_564165d4 _35fbd3c2\">Help Center</a>"
    },
    {
      "href": "https://help.grabr.io/hc/articles/360007982714",
      "text": "+ Local cards and options, USDC",
      "html": "<a href=\"https://help.grabr.io/hc/articles/360007982714\" class=\"_564165d4 _35fbd3c2\">+ Local cards and options, USDC</a>"
    }
  ],
  "privacyLinks": [
    {
      "href": "/terms",
      "text": "Terms of Use",
      "html": "<a href=\"/terms\" class=\"_564165d4 _35fbd3c2\">Terms of Use</a>"
    },
    {
      "href": "/privacy",
      "text": "Privacy Policy",
      "html": "<a href=\"/privacy\" class=\"_564165d4 _35fbd3c2\">Privacy Policy</a>"
    }
  ],
  "score": 40,
  "weight": 20
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

AEO: Answer evidence and trust

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

5 Fail

Needs attention

AEO: Answer evidence and trust

Failed check
01

Issue

Missing AIO trust signals: author, publisher, freshnessDate.

Details

02

Why it matters

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

Check name

AEO: Answer evidence and trust

Score

40/100

Status

fail

Category

GEO, AIO & AEO

Maturity

Emerging recommendation

Goal

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

Result

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

Evidence
{
  "signals": {
    "author": false,
    "publisher": false,
    "freshnessDate": false,
    "aboutOrContact": true,
    "policyLinks": true
  },
  "missing": [
    "author",
    "publisher",
    "freshnessDate"
  ],
  "authorMeta": "",
  "schemaAuthors": [],
  "schemaPublishers": [],
  "schemaDates": [],
  "visibleDates": [],
  "aboutLinks": [
    {
      "href": "/en/how-grabr-works",
      "text": "Learn more about \"Ordering\" with Grabr",
      "html": "<a class=\"d-fx jc-c mt8 px5 SM_px0\" padding=\"56,0,0,0\" href=\"/en/how-grabr-works\"><span class=\"link link--b td-u ta-c\">Learn more about &quot;Ordering&quot; with Grabr</span></a>"
    },
    {
      "href": "/en/testimonials/4",
      "text": "Ben HirschI absolutely love traveling. South America was definitely on the top of my list. A friend told me about Grabr and when I heard that I could make money traveling to South America, I jumped on the opportunity. A new continent, a new city, meeting new people - I didn’t think twice about learning more about Grabr. One of the most surprising items I delivered was Maple Syrup for a Canadian expat living in Buenos Aires - he was so joyful and humorous and it made it a really memorable delivery.",
      "html": "<a class=\"testimonial-card fx-c bgc-tt ta-l cur-p trd300ms trtf-e init-fade-in mx1 mb5 SM_mx0\" padding=\"56,0,0,0\" href=\"/en/testimonials/4\"><div class=\"w100p pos-r ov-h\"><div style=\"padding-bottom:71.42857142857143%;background-image:url(data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAASABkDASIAAhEBAxEB/8QAGAAAAwEBAAAAAAAAAAAAA..."
    },
    {
      "href": "/en/testimonials/7",
      "text": "Angelica TroederA couple of other travel bloggers recommended Grabr to me so I figured I’d give it a try. I’ve traveled several times using Grabr and each time it’s been easy and quick. The shoppers could not wait to take their items home and get them all set up. Lots of friendly conversations, even though there’s a bit of a language barrier. I decided to tell my friends about Grabr because they always have space in their carry-ons to throw in a product of two for shoppers. Money aside, it’s been a great way to meet locals wherever I go.",
      "html": "<a class=\"testimonial-card fx-c bgc-tt ta-l cur-p trd300ms trtf-e init-fade-in mx1 mb5 SM_mx0\" padding=\"56,0,0,0\" href=\"/en/testimonials/7\"><div class=\"w100p pos-r ov-h\"><div style=\"padding-bottom:71.42857142857143%;background-image:url(data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAASABkDASIAAhEBAxEB/8QAGQAAAgMBAAAAAAAAAAAAA..."
    },
    {
      "href": "/en/testimonials/10",
      "text": "Katherine FanI’m about to go on my 11th trip with Grabr - Buenos Aires this week and Brazil later this month!",
      "html": "<a class=\"testimonial-card fx-c bgc-tt ta-l cur-p trd300ms trtf-e init-fade-in mx1 mb5 SM_mx0\" padding=\"56,0,0,0\" href=\"/en/testimonials/10\"><div class=\"w100p pos-r ov-h\"><div style=\"padding-bottom:71.42857142857143%;background-image:url(data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAASABkDASIAAhEBAxEB/8QAGQABAQADAQAAAAAAAAAA..."
    },
    {
      "href": "/en/testimonials/13",
      "text": "Hannah OldsEach time I go to Buenos Aires using Grabr, I explore a different part of the city and fall even more in love with the culture and beauty of the country. None of this would be possible without Grabr and it’s amazing to see this company expand so quickly! There are so many people asking for products from so many different countries and the opportunities are endless. Can’t wait to see what 2018 has in store for me and see where I end up this year! ❤️🌎",
      "html": "<a class=\"testimonial-card fx-c bgc-tt ta-l cur-p trd300ms trtf-e init-fade-in mx1 mb5 SM_mx0\" padding=\"56,0,0,0\" href=\"/en/testimonials/13\"><div class=\"w100p pos-r ov-h\"><div style=\"padding-bottom:71.42857142857143%;background-image:url(data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAASABkDASIAAhEBAxEB/8QAGAABAQEBAQAAAAAAAAAA..."
    },
    {
      "href": "/en/testimonials/14",
      "text": "Oneika RaymondWhy do I love travel? Well, it's been a constant presence in my life for the last 15 years and it has opened so many doors for me. It's turned me into a storyteller, opened my eyes to the beauty that exists in this world, and taught me about how other people live.Travel has compelled me to live fiercely and fearlessly, be open and inquisitive, and exercise more tolerance, empathy, and humanity. Because of travel, I now speak four languages, readily eat foods I can't pronounce (nor identify by sight!) and navigate foreign cultures with ease. Travel has schooled me in ways the classroom never will, filled me with light and wonder, and shown me that magic exists on earth. So needless to say, it's played a huge role in the person I am today-- its immensely positive impact is why I share my adventures with you all! I want travel to have the same impact on your lives! Grabr is a new, global travel community that is breaking borders in travel by allowing ANYONE to travel and make $$ on-the-go, by delivering items to shoppers en route!",
      "html": "<a class=\"testimonial-card fx-c bgc-tt ta-l cur-p trd300ms trtf-e init-fade-in mx1 mb5 SM_mx0\" padding=\"56,0,0,0\" href=\"/en/testimonials/14\"><div class=\"w100p pos-r ov-h\"><div style=\"padding-bottom:71.42857142857143%;background-image:url(data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAASABkDASIAAhEBAxEB/8QAGQAAAgMBAAAAAAAAAAAA..."
    },
    {
      "href": "/en/testimonials/21",
      "text": "Zornitsa ShahanskaThe best part about my Argentina trip was that I made $2,000 by bringing items from USA to locals in Buenos Aires through through Grabr. 💃Next time you have free space in your luggage you can monetize it! You’ll get to feel like Santa Clause and make someone really happy!",
      "html": "<a class=\"testimonial-card fx-c bgc-tt ta-l cur-p trd300ms trtf-e init-fade-in mx1 mb5 SM_mx0\" padding=\"56,0,0,0\" href=\"/en/testimonials/21\"><div class=\"w100p pos-r ov-h\"><div style=\"padding-bottom:71.42857142857143%;background-image:url(data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAASABkDASIAAhEBAxEB/8QAGgAAAQUBAAAAAAAAAAAA..."
    },
    {
      "href": "/about",
      "text": "About us",
      "html": "<a href=\"/about\" class=\"_564165d4 _35fbd3c2\">About us</a>"
    }
  ],
  "contactLinks": [
    {
      "href": "https://www.cntraveler.com/story/grabr-helps-you-get-snacks-and-gadgets-that-you-cant-find-at-home",
      "text": "",
      "html": "<a class=\"link fx-r ai-c jc-c w100p h100p trd300ms c-g65 fi-cc MD_c-b-hf\" padding=\"56,0,0,0\" target=\"_blank\" href=\"https://www.cntraveler.com/story/grabr-helps-you-get-snacks-and-gadgets-that-you-cant-find-at-home\"><svg width=\"80\" height=\"30\" viewBox=\"0 0 80 30\" xmlns=\"http://www.w3.org/2000/svg\" xml:space=\"preserve\" x=\"0\" y=\"0\" version=\"1.1\" class=\"w20 h-a\"><path d=\"M31.5 28.9h-3.6v-2c-.1-.1-.2 0-.2.1s-.1.3-.1.4c-.3.8-.9 1.3-1.7 1.6q-1.35.45-2.7 0c-1.1-.3-1.8-1.1-2.2-2.2-.2-.7-.4-1.3-.4-2v-3..."
    },
    {
      "href": "/en/testimonials/17",
      "text": "Aubrie Lynne BellLife moves pretty fast. If you don't stop and look around once in awhile, you could miss it. I had so much fun exploring Barranco in Lima with all of the street art, colorful buildings and friendly locals. In fact, I met the sweetest old man who helped take this snap of me and we just sat on a park bench and talked for awhile. He was learning English and he even had his English book with him. He taught me some Spanish and I taught him some English. I love the unplanned moments of travel!",
      "html": "<a class=\"testimonial-card fx-c bgc-tt ta-l cur-p trd300ms trtf-e init-fade-in mx1 mb5 SM_mx0\" padding=\"56,0,0,0\" href=\"/en/testimonials/17\"><div class=\"w100p pos-r ov-h\"><div style=\"padding-bottom:71.42857142857143%;background-image:url(data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAASABkDASIAAhEBAxEB/8QAGgAAAgIDAAAAAAAAAAAA..."
    },
    {
      "href": "/en/testimonials/27",
      "text": "Lizzie YoushaeiDuring my trip, I met up with dozens of locals to deliver items they couldn’t otherwise get from abroad. I got to help people, enjoy tango dancing lessons, espresso runs and sightseeing around the country. After weeks of communication with my shoppers, it was awesome to see them. The highlight of my trip was meeting locals. Their warmth, excitement and eagerness to welcome me to their country has allowed me to enjoy so much more than just the traditional tourism experience. Grabr is a safe and unique way to make money while you travel, helping you save up for your next trip or that second empanada.",
      "html": "<a class=\"testimonial-card fx-c bgc-tt ta-l cur-p trd300ms trtf-e init-fade-in mx1 mb5 SM_mx0\" padding=\"56,0,0,0\" href=\"/en/testimonials/27\"><div class=\"w100p pos-r ov-h\"><div style=\"padding-bottom:71.42857142857143%;background-image:url(data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAASABkDASIAAhEBAxEB/8QAGQAAAgMBAAAAAAAAAAAA..."
    },
    {
      "href": "https://help.grabr.io/",
      "text": "Help Center",
      "html": "<a href=\"https://help.grabr.io/\" class=\"_564165d4 _35fbd3c2\">Help Center</a>"
    },
    {
      "href": "https://help.grabr.io/hc/articles/360007982714",
      "text": "+ Local cards and options, USDC",
      "html": "<a href=\"https://help.grabr.io/hc/articles/360007982714\" class=\"_564165d4 _35fbd3c2\">+ Local cards and options, USDC</a>"
    }
  ],
  "privacyLinks": [
    {
      "href": "/terms",
      "text": "Terms of Use",
      "html": "<a href=\"/terms\" class=\"_564165d4 _35fbd3c2\">Terms of Use</a>"
    },
    {
      "href": "/privacy",
      "text": "Privacy Policy",
      "html": "<a href=\"/privacy\" class=\"_564165d4 _35fbd3c2\">Privacy Policy</a>"
    }
  ],
  "score": 40,
  "weight": 22
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

GEO: Extraction-friendly structure

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

5 Warning

Needs attention

GEO: Extraction-friendly structure

Warning
01

Issue

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

Details

02

Why it matters

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

Check name

GEO: Extraction-friendly structure

Score

60/100

Status

warning

Category

GEO, AIO & AEO

Maturity

Emerging recommendation

Goal

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

Result

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

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

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

AEO: Question-led structure

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

3 Warning

Needs attention

AEO: Question-led structure

Warning
01

Issue

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

Details

02

Why it matters

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

Check name

AEO: Question-led structure

Score

50/100

Status

warning

Category

GEO, AIO & AEO

Maturity

Emerging recommendation

Goal

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

Result

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

Evidence
{
  "h2Count": 0,
  "questionH2s": [],
  "hasFaq": false,
  "score": 50,
  "weight": 18
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

AEO: Entity and definition clarity

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

3 Warning

Needs attention

AEO: Entity and definition clarity

Warning
01

Issue

Entity or definition gaps: shop, overseas, products, international, p2p, delivery, grabr, anywhere, travel, everywhere.

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

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

Evidence
{
  "title": "Shop Overseas Products with International P2P Delivery | Grabr",
  "h1": "Shop Anywhere, Travel Everywhere",
  "description": "",
  "topicOverlap": 0,
  "definitionCount": 21,
  "topicTerms": [
    "shop",
    "overseas",
    "products",
    "international",
    "p2p",
    "delivery",
    "grabr",
    "anywhere",
    "travel",
    "everywhere"
  ],
  "descriptionTerms": [],
  "missingFromDescription": [
    "shop",
    "overseas",
    "products",
    "international",
    "p2p",
    "delivery",
    "grabr",
    "anywhere",
    "travel",
    "everywhere"
  ],
  "score": 55,
  "weight": 18
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

GEO: Explanatory content depth

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

2 Warning

Needs attention

GEO: Explanatory content depth

Warning
01

Issue

No substantial explanatory paragraphs were found.

02

Why it matters

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

Check name

GEO: Explanatory content depth

Score

75/100

Status

warning

Category

GEO, AIO & AEO

Maturity

Emerging recommendation

Goal

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

Result

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

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

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

AEO: Answer-first sections

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

2 Warning

Needs attention

AEO: Answer-first sections

Warning
01

Issue

AEO readiness is incomplete.

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

80/100

Status

warning

Category

GEO, AIO & AEO

Maturity

Emerging recommendation

Goal

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

Result

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

Evidence
{
  "sectionCount": 0,
  "passing": 0,
  "failing": [],
  "score": 80,
  "weight": 28
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

AIO: Google eligibility and indexability

AIO: Google eligibility and indexability scored 80/100 and needs improvement.

2 Warning

Needs attention

AIO: Google eligibility and indexability

Warning
01

Issue

Canonical tag is missing.

Details

02

Why it matters

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

Check name

AIO: Google eligibility and indexability

Score

80/100

Status

warning

Category

GEO, AIO & AEO

Maturity

Emerging recommendation

Goal

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

Result

AIO: Google eligibility and indexability scored 80/100 and needs improvement.

Evidence
{
  "status": 200,
  "googlebotBlocked": false,
  "metaRobotsTags": [],
  "xRobotsTag": "",
  "canonical": "",
  "finalUrl": "https://grabr.io/en/",
  "canonicalScore": 0,
  "score": 80,
  "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": [],
  "expected": [
    {
      "id": "what",
      "label": "What is Shop Overseas Products with International P2P...?",
      "pattern": {}
    },
    {
      "id": "how",
      "label": "How does Shop Overseas Products with International P2P... work?",
      "pattern": {}
    },
    {
      "id": "benefits",
      "label": "Why use Shop Overseas Products with International P2P...?",
      "pattern": {}
    },
    {
      "id": "cost",
      "label": "Is Shop Overseas Products with International P2P... free or paid?",
      "pattern": {}
    },
    {
      "id": "compare",
      "label": "How does Shop Overseas Products with International P2P... compare with alternatives?",
      "pattern": {}
    }
  ],
  "missing": [
    {
      "id": "what",
      "label": "What is Shop Overseas Products with International P2P...?",
      "pattern": {}
    },
    {
      "id": "how",
      "label": "How does Shop Overseas Products with International P2P... work?",
      "pattern": {}
    },
    {
      "id": "benefits",
      "label": "Why use Shop Overseas Products with International P2P...?",
      "pattern": {}
    },
    {
      "id": "cost",
      "label": "Is Shop Overseas Products with International P2P... free or paid?",
      "pattern": {}
    },
    {
      "id": "compare",
      "label": "How does Shop Overseas Products with International P2P... compare with alternatives?",
      "pattern": {}
    }
  ],
  "score": 70,
  "weight": 8
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

AIO: Answer block readiness

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

1 Warning

Needs attention

AIO: Answer block readiness

Warning
01

Issue

Canonical tag is missing.

02

Why it matters

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

Check name

AIO: Answer block readiness

Score

80/100

Status

warning

Category

GEO, AIO & AEO

Maturity

Emerging recommendation

Goal

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

Result

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

Evidence
{
  "sectionCount": 0,
  "passing": 0,
  "failing": [],
  "score": 80,
  "weight": 8
}

Agent Ease of UseAPIEmerging recommendation

AI context endpoint

AI context endpoint is informational for this page.

Informational

Needs attention

AI context endpoint

Informational
01

Issue

AI context endpoint is informational for this page.

02

Why it matters

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

Check name

AI context endpoint

Score

100/100

Status

informational

Category

API

Maturity

Emerging recommendation

Goal

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

Result

AI context endpoint is informational for this page.

Validation steps

  1. Fetch to find resource

    AI context endpoint was not found at the expected path.

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

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

AIO: Query intent coverage

AIO: Query intent coverage is informational for this page.

Informational

Needs attention

AIO: Query intent coverage

Informational
01

Issue

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

Details

02

Why it matters

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

Check name

AIO: Query intent coverage

Score

70/100

Status

informational

Category

GEO, AIO & AEO

Maturity

Emerging recommendation

Goal

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

Result

AIO: Query intent coverage is informational for this page.

Evidence
{
  "headings": [],
  "expected": [
    {
      "id": "what",
      "label": "What is Shop Overseas Products with International P2P...?",
      "pattern": {}
    },
    {
      "id": "how",
      "label": "How does Shop Overseas Products with International P2P... work?",
      "pattern": {}
    },
    {
      "id": "benefits",
      "label": "Why use Shop Overseas Products with International P2P...?",
      "pattern": {}
    },
    {
      "id": "cost",
      "label": "Is Shop Overseas Products with International P2P... free or paid?",
      "pattern": {}
    },
    {
      "id": "compare",
      "label": "How does Shop Overseas Products with International P2P... compare with alternatives?",
      "pattern": {}
    }
  ],
  "missing": [
    {
      "id": "what",
      "label": "What is Shop Overseas Products with International P2P...?",
      "pattern": {}
    },
    {
      "id": "how",
      "label": "How does Shop Overseas Products with International P2P... work?",
      "pattern": {}
    },
    {
      "id": "benefits",
      "label": "Why use Shop Overseas Products with International P2P...?",
      "pattern": {}
    },
    {
      "id": "cost",
      "label": "Is Shop Overseas Products with International P2P... free or paid?",
      "pattern": {}
    },
    {
      "id": "compare",
      "label": "How does Shop Overseas Products with International P2P... compare with alternatives?",
      "pattern": {}
    }
  ],
  "score": 70,
  "weight": 4
}

Agent Ease of UseAuthEmerging recommendation

Auth.md Agent Registration

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

Informational

Needs attention

Auth.md Agent Registration

Informational
01

Issue

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

  2. Publish protected resource metadata

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

  3. Validate agent_auth authorization metadata

    OAuth authorization server metadata could not be fetched.

Evidence
{
  "failedStep": "auth-md",
  "steps": [
    {
      "id": "auth-md",
      "title": "Fetch and validate /auth.md",
      "status": "fail",
      "evidence": {
        "path": "/auth.md",
        "ok": false,
        "statusCode": 403,
        "contentType": "text/html; charset=UTF-8",
        "length": 5399,
        "validation": {
          "valid": false,
          "issue": "auth.md response did not match the expected agent registration shape. Content-Type \"text/html; charset=UTF-8\" is not Markdown or text/plain; missing registration instructions; missing /.well-known/oauth-protected-resource link; missing /.well-known/oauth-authorization-server link; missing supported identity type language; missing credential type language.",
          "compatibleContentType": false,
          "contentLength": 5378,
          "hasRegisterInstructions": false,
          "hasProtectedResourceLink": false,
          "hasAuthorizationServerLink": false,
          "mentionsIdentity": false,
          "mentionsCredential": false,
          "links": [
            "/title",
            "/html;",
            "https://challenges.cloudflare.com;",
            "https://challenges.cloudflare.com;",
            "https://challenges.cloudflare.com;",
            "https://challenges.cloudflare.com",
            "https://challenges.cloudflare.com",
            "/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMiIgaGVpZ2h0PSIzMiIgZmlsbD0ibm9uZSI+PHBhdGggZmlsbD0iI0IyMEYwMyIgZD0iTTE2IDNhMTMgMTMgMCAxIDAgMTMgMTNBMTMuMDE1IDEzLjAxNSAwIDAgMCAxNiAzbTAgMjRhMTEgMTEgMCAxIDEgMTEtMTEgMTEuMDEgMTEuMDEgMCAwIDEtMTEgMTEiLz48cGF0aCBmaWxsPSIjQjIwRjAzIiBkPSJNMTcuMDM4IDE4LjYxNUgxNC44N0wxNC41NjMgOS41aDIuNzgzem0tMS4wODQgMS40MjdxLjY2IDAgMS4wNTcuMzg4LjQwNy4zODkuNDA3Ljk5NCAwIC41OTYtLjQwNy45ODQtLjM5Ny4zOS0xLjA1Ny4zODktLjY1IDAtMS4wNTYtLjM4OS0uMzk4LS4zODktLjM5OC0uOTg0IDAtLjU5Ny4zOTgtLjk4NS40MDYtLjM5NyAxLjA1Ni0uMzk3Ii8+PC9zdmc+",
            "/style",
            "/head"
          ],
          "rawExcerpt": "<!DOCTYPE html><html lang=\"en-US\"><head><title>Just a moment...</title><meta http-equiv=\"Content-Type\" content=\"text/html; charset=UTF-8\"><meta http-equiv=\"X-UA-Compatible\" content=\"IE=Edge\"><meta name=\"robots\" content=\"noindex,nofollow\"><meta name=\"viewport\" content=\"width=device-width,initial-scale=1\"><meta http-equiv=\"content-security-policy\" content=\"default-src &#39;none&#39;; script-src &#39;nonce-Ccid32Wmz2yACOZUSII7lx&#39; &#39;unsafe-eval&#39; https://challenges.cloudflare.com; script-src-attr &#39;none&#39;; style-src &#39;unsafe-inline&#39;; img-src &#39;self&#39; https://challenges.cloudflare.com; connect-src &#39;self&#39; https://challenges.cloudflare.com; frame-src &#39;self&#39; https://challenges.cloudflare.com blob:; child-src &#39;self&#39; https://challenges.cloudflare."
        }
      },
      "issue": "auth.md response did not match the expected agent registration shape. Content-Type \"text/html; charset=UTF-8\" is not Markdown or text/plain; missing registration instructions; missing /.well-known/oauth-protected-resource link; missing /.well-known/oauth-authorization-server link; missing supported identity type language; 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": 146787,
        "text": "<!DOCTYPE html><html lang=\"en\"><head><meta charSet=\"utf-8\"/><meta name=\"viewport\" content=\"width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no\"/><link rel=\"manifest\" href=\"/manifest.json\"/><link rel=\"chrome-webstore-item\" href=\"https://chrome.google.com/webstore/detail/bpmlnlcmaobcdccjgdmkjhjfonmfoiei\"/><link rel=\"shortcut icon\" type=\"image/x-icon\" href=\"/favicon.ico\"/><link rel=\"apple-touch-icon\" sizes=\"180x180\" href=\"/apple-touch-icon-180x180.png\"/><style id=\"server-jss\">._7dde09f2 {left:0;bottom:12px;display:flex;padding:0px 16px;z-index:100000;position:fixed;min-width:320px;flex-direction:column;}._59a079ea {top:0;left:0;z-index:1000;position:absolute;}._39594928 {z-index:1000;}._526c50cc {left:0;width:100%;bottom:0;display:flex;overflow:hidden;position:fixed;min-width:320px;background:#ffffff;max-height:calc(100% - 56px);border-radius:4px 4px 0px 0px;}._526c50cc._2527f39e {height:calc(100% - 56px);}._ee5d532 {border:solid 1px #f4f4f4;display:flex;overflow:hidden;position:relative;max-width:inherit;background:#ffffff;box-shadow:0 7px 35px 0 rgba(0, 0, 0, 0.2);max-height:inherit;border-radius:4px;}._4ffcbb54 {display:flex;flex-grow:1;min-width:260px;flex-direction:column;padding-bottom:0px;}@media (min-width:580px) {._4ffcbb54 {max-height:inherit;}}._92d5ebc {fill:#ffffff;width:56px;cursor:pointer;height:56px;stroke:#ffffff;display:flex;transform:scale(1);transition:transform 0.2s linear;align-items:center;user-select:none;justify-content:center;}._92d5ebc:before {width:100%;height:100%;content:\" \";display:block;position:absolute;transform:scale(1);background:#469ebd;box-shadow:0 7px 35px 0 rgba(0, 0, 0, 0.2);transition:background-color 0.2s linear, transform 0.2s linear;border-radius:99999px;}@media (min-width:980px) {._92d5ebc:hover:before {transform:scale(1.07);background:#3d8fac;}}._92d5ebc:focus:before {transform:scale(1.07);background:#3d8fac;}._92d5ebc:active:before {background:#367f99;}._92d5ebc._41864aa:before {transform:scale(1);background:#b6b6b6;}._9291a53 {position:relative;}._41864aa {cursor:default;}._61e66d04 {transform:scale(0);pointer-events:none;}._f1c667f {top:0;left:0;z-index:1000;position:absolute;}._a4c95c1 {overflow:auto;overflow-x:hidden;-webkit-overflow-scrolling:touch;}._25c477db {display:flex;padding:40px 0px;min-width:100%;min-height:100%;align-items:center;justify-content:center;}._16eaf379 {left:0;width:100%;bottom:0;position:fixed;min-width:320px;}._db56274 {top:0;left:0;z-index:1000;position:absolute;}._358e0a56 {top:0;right:0;width:80vw;height:100%;display:flex;overflow:auto;position:fixed;min-width:320px;background:#ffffff;box-shadow:0 7px 35px 0 rgba(0, 0, 0, 0.2);overflow-x:hidden;flex-direction:column;}@media (min-width:580px) {._358e0a56 {width:auto;}}._186ea477 {transform:rotate(180deg);}._9af4ce {height:56px;flex-shrink:0;}._983997 {margin-left:16px;}@media (min-width:580px) {._983997 {margin-left:24px;}}._7a591b5e {margin-right:16px;}@media (min-width:580px) {._7a591b5e {margin-right:24px;}}._93ad8e {height:56px;z-index:500;background:#ffffff;padding-top:0px;border-bottom:solid 1px #e7e7e7;}._1217f108 ._93ad8e {top:0;left:0;width:100%;position:fixed;min-width:320px;}._2cf682a {display:flex;position:relative;align-items:center;justify-content:center;}._2cc874f {left:0;position:absolute;flex-shrink:0;}._571ac3d4 {right:0;position:absolute;flex-shrink:0;}._7270019d {max-width:100%;}._4d9d9100 ._7270019d {flex-grow:1;min-width:0;}._7aefafa0 {display:flex;position:relative;}._1f49a0ce {bottom:-1px;display:block;z-index:1;position:absolute;background:#469ebd;transition:left 0.3s ease-in-out, background-color 0.3s linear;border-radius:4px;}._3f11afa > ._1f49a0ce {background:#b6b6b6;}._7af3b56f {fill:currentColor;flex:1 1 0;cursor:pointer;stroke:currentColor;display:flex;overflow:hidden;position:relative;font-size:16px;text-align:center;transition:color 0.3s linear, stroke 0.3s linear, fill 0.3s linear;align-items:center;font-weight:400;line-height:1.5;user-select:none;ju"
      },
      "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": 146797,
          "text": "<!DOCTYPE html><html lang=\"en\"><head><meta charSet=\"utf-8\"/><meta name=\"viewport\" content=\"width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no\"/><link rel=\"manifest\" href=\"/manifest.json\"/><link rel=\"chrome-webstore-item\" href=\"https://chrome.google.com/webstore/detail/bpmlnlcmaobcdccjgdmkjhjfonmfoiei\"/><link rel=\"shortcut icon\" type=\"image/x-icon\" href=\"/favicon.ico\"/><link rel=\"apple-touch-icon\" sizes=\"180x180\" href=\"/apple-touch-icon-180x180.png\"/><style id=\"server-jss\">._7dde09f2 {left:0;bottom:12px;display:flex;padding:0px 16px;z-index:100000;position:fixed;min-width:320px;flex-direction:column;}._59a079ea {top:0;left:0;z-index:1000;position:absolute;}._39594928 {z-index:1000;}._526c50cc {left:0;width:100%;bottom:0;display:flex;overflow:hidden;position:fixed;min-width:320px;background:#ffffff;max-height:calc(100% - 56px);border-radius:4px 4px 0px 0px;}._526c50cc._2527f39e {height:calc(100% - 56px);}._ee5d532 {border:solid 1px #f4f4f4;display:flex;overflow:hidden;position:relative;max-width:inherit;background:#ffffff;box-shadow:0 7px 35px 0 rgba(0, 0, 0, 0.2);max-height:inherit;border-radius:4px;}._4ffcbb54 {display:flex;flex-grow:1;min-width:260px;flex-direction:column;padding-bottom:0px;}@media (min-width:580px) {._4ffcbb54 {max-height:inherit;}}._92d5ebc {fill:#ffffff;width:56px;cursor:pointer;height:56px;stroke:#ffffff;display:flex;transform:scale(1);transition:transform 0.2s linear;align-items:center;user-select:none;justify-content:center;}._92d5ebc:before {width:100%;height:100%;content:\" \";display:block;position:absolute;transform:scale(1);background:#469ebd;box-shadow:0 7px 35px 0 rgba(0, 0, 0, 0.2);transition:background-color 0.2s linear, transform 0.2s linear;border-radius:99999px;}@media (min-width:980px) {._92d5ebc:hover:before {transform:scale(1.07);background:#3d8fac;}}._92d5ebc:focus:before {transform:scale(1.07);background:#3d8fac;}._92d5ebc:active:before {background:#367f99;}._92d5ebc._41864aa:before {transform:scale(1);background:#b6b6b6;}._9291a53 {position:relative;}._41864aa {cursor:default;}._61e66d04 {transform:scale(0);pointer-events:none;}._f1c667f {top:0;left:0;z-index:1000;position:absolute;}._a4c95c1 {overflow:auto;overflow-x:hidden;-webkit-overflow-scrolling:touch;}._25c477db {display:flex;padding:40px 0px;min-width:100%;min-height:100%;align-items:center;justify-content:center;}._16eaf379 {left:0;width:100%;bottom:0;position:fixed;min-width:320px;}._db56274 {top:0;left:0;z-index:1000;position:absolute;}._358e0a56 {top:0;right:0;width:80vw;height:100%;display:flex;overflow:auto;position:fixed;min-width:320px;background:#ffffff;box-shadow:0 7px 35px 0 rgba(0, 0, 0, 0.2);overflow-x:hidden;flex-direction:column;}@media (min-width:580px) {._358e0a56 {width:auto;}}._186ea477 {transform:rotate(180deg);}._9af4ce {height:56px;flex-shrink:0;}._983997 {margin-left:16px;}@media (min-width:580px) {._983997 {margin-left:24px;}}._7a591b5e {margin-right:16px;}@media (min-width:580px) {._7a591b5e {margin-right:24px;}}._93ad8e {height:56px;z-index:500;background:#ffffff;padding-top:0px;border-bottom:solid 1px #e7e7e7;}._1217f108 ._93ad8e {top:0;left:0;width:100%;position:fixed;min-width:320px;}._2cf682a {display:flex;position:relative;align-items:center;justify-content:center;}._2cc874f {left:0;position:absolute;flex-shrink:0;}._571ac3d4 {right:0;position:absolute;flex-shrink:0;}._7270019d {max-width:100%;}._4d9d9100 ._7270019d {flex-grow:1;min-width:0;}._7aefafa0 {display:flex;position:relative;}._1f49a0ce {bottom:-1px;display:block;z-index:1;position:absolute;background:#469ebd;transition:left 0.3s ease-in-out, background-color 0.3s linear;border-radius:4px;}._3f11afa > ._1f49a0ce {background:#b6b6b6;}._7af3b56f {fill:currentColor;flex:1 1 0;cursor:pointer;stroke:currentColor;display:flex;overflow:hidden;position:relative;font-size:16px;text-align:center;transition:color 0.3s linear, stroke 0.3s linear, fill 0.3s linear;align-items:center;font-weight:400;line-height:1.5;user-select:none;ju"
        }
      },
      "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
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

GEO: Q&A and FAQ opportunities

GEO: Q&A and FAQ opportunities is informational for this page.

Informational

Needs attention

GEO: Q&A and FAQ opportunities

Informational
01

Issue

No visible FAQ or FAQPage schema was detected; this is optional unless the page answers common questions.

Details

02

Why it matters

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

Check name

GEO: Q&A and FAQ opportunities

Score

75/100

Status

informational

Category

GEO, AIO & AEO

Maturity

Emerging recommendation

Goal

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

Result

GEO: Q&A and FAQ opportunities is informational for this page.

Evidence
{
  "h2Count": 0,
  "questionH2s": 0,
  "hasFaq": false,
  "nonQuestionH2s": [],
  "score": 75,
  "weight": 4
}

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": 146767
          },
          {
            "path": "/.well-known/oauth-authorization-server",
            "statusCode": 404,
            "contentType": "text/html; charset=utf-8",
            "length": 146797
          }
        ]
      },
      "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, maximum-scale=1, user-scalable=no\"/><link rel=\"manifest\" href=\"/manifest.json\"/><link rel=\"chrome-webstore-item\" href=\"https://chrome.google.com/webstore/detail/bpmlnlcmaobcdccjgdmkjhjfonmfoiei\"/><link rel=\"shortcut icon\" type=\"image/x-icon\" href=\"/favicon.ico\"/><link rel=\"apple-touch-icon\" sizes=\"180x180\" href=\"/apple-touch-icon-180x180.png\"/><style id=\"server-jss\">._7dde09f2 {left:0;bottom:12px;display:flex;padding:0px 16px;z-index:100000;position:fixed;min-width:320px;flex-direction:column;}._59a079ea {top:0;left:0;z-index:1000;position:absolute;}._39594928 {z-index:1000;}._526c50cc {left:0;width:100%;bottom:0;display:flex;overflow:hidden;position:fixed;min-wid"
      },
      "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://grabr.io"
      },
      "issue": "Protected resource metadata `resource` did not match the resource identifier used to retrieve it.",
      "howToFix": "Set `resource` to the origin/resource identifier represented by /.well-known/oauth-protected-resource."
    },
    {
      "id": "protected-route-challenge",
      "title": "Probe protected API Bearer challenge",
      "status": "informational",
      "evidence": {
        "checked": [
          {
            "path": "/api/admin/scans",
            "statusCode": 403,
            "wwwAuthenticate": {
              "valid": false,
              "present": false
            },
            "expectedMetadataUrl": "https://grabr.io/.well-known/oauth-protected-resource",
            "metadataUrlMatches": true,
            "resourceMatchesRequestContext": true
          },
          {
            "path": "/api/admin/summary",
            "statusCode": 403,
            "wwwAuthenticate": {
              "valid": false,
              "present": false
            },
            "expectedMetadataUrl": "https://grabr.io/.well-known/oauth-protected-resource",
            "metadataUrlMatches": true,
            "resourceMatchesRequestContext": true
          },
          {
            "path": "/api/scans",
            "statusCode": 403,
            "wwwAuthenticate": {
              "valid": false,
              "present": false
            },
            "expectedMetadataUrl": "https://grabr.io/.well-known/oauth-protected-resource",
            "metadataUrlMatches": true,
            "resourceMatchesRequestContext": true
          }
        ]
      },
      "issue": "No protected route with a 401 Bearer challenge was detected; metadata alone does not prove a protected resource.",
      "howToFix": "When this site exposes bearer-protected APIs, return 401 with WWW-Authenticate: Bearer and link resource_metadata."
    }
  ],
  "authApplicability": {
    "supportsAuth": true,
    "score": 6,
    "signals": [
      {
        "source": "link:href",
        "weight": 3,
        "match": "auth link"
      },
      {
        "source": "visible-text",
        "weight": 3,
        "match": "sign in"
      }
    ]
  },
  "resourceFetchSucceeded": false
}

Performance and AccessibilityAccessibilityBrowser audit

`button`, `link`, and `menuitem` elements do not have accessible names.

100 Fail

Check name

`button`, `link`, and `menuitem` elements do not have accessible names.

Score

0/100

Status

fail

Device

desktop

Category

Accessibility

Fix guidance

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

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

SEOSEOBrowser audit

Document does not have a meta description

33 Fail

Check name

Document does not have a meta description

Score

0/100

Status

fail

Device

desktop

Category

SEO

Fix guidance

Meta descriptions may be included in search results to concisely summarize page content. [Learn more about the meta description](https://developer.chrome.com/docs/lighthouse/seo/meta-description/).

Evidence
{
  "description": "Meta descriptions may be included in search results to concisely summarize page content. [Learn more about the meta description](https://developer.chrome.com/docs/lighthouse/seo/meta-description/)."
}

SEOSEOBrowser audit

Image elements do not have `[alt]` attributes

33 Fail

Check name

Image elements do not have `[alt]` attributes

Score

0/100

Status

fail

Device

desktop

Category

SEO

Fix guidance

Informative elements should aim for short, descriptive alternate text. Decorative elements can be ignored with an empty alt attribute. [Learn more about the `alt` attribute](https://dequeuniversity.com/rules/axe/4.11/image-alt).

Evidence
{
  "description": "Informative elements should aim for short, descriptive alternate text. Decorative elements can be ignored with an empty alt attribute. [Learn more about the `alt` attribute](https://dequeuniversity.com/rules/axe/4.11/image-alt)."
}

SEOSEOBrowser audit

Links do not have descriptive text

33 Fail

Check name

Links do not have descriptive text

Score

0/100

Status

fail

Device

desktop

Category

SEO

Estimated savings

1 link found

Fix guidance

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

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

Performance and AccessibilityPerformanceBrowser audit

Document does not have a main landmark.

10 Fail

Check name

Document does not have a main landmark.

Score

0/100

Status

fail

Device

desktop

Category

Performance

Fix guidance

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

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

Performance and AccessibilityPerformanceBrowser audit

Forced reflow

10 Fail

Check name

Forced reflow

Score

0/100

Status

fail

Device

desktop

Category

Performance

Fix guidance

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

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

Performance and AccessibilityPerformanceBrowser audit

Links do not have a discernible name

10 Fail

Check name

Links do not have a discernible name

Score

0/100

Status

fail

Device

desktop

Category

Performance

Fix guidance

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

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

Performance and AccessibilityPerformanceBrowser audit

Reduce JavaScript execution time

10 Fail

Check name

Reduce JavaScript execution time

Score

0/100

Status

fail

Device

desktop

Category

Performance

Estimated savings

4.9 s

Fix guidance

Consider reducing the time spent parsing, compiling, and executing JS. You may find delivering smaller JS payloads helps with this. [Learn how to reduce Javascript execution time](https://developer.chrome.com/docs/lighthouse/performance/bootup-time/).

Evidence
{
  "displayValue": "4.9 s",
  "description": "Consider reducing the time spent parsing, compiling, and executing JS. You may find delivering smaller JS payloads helps with this. [Learn how to reduce Javascript execution time](https://developer.chrome.com/docs/lighthouse/performance/bootup-time/).",
  "numericValue": 4868.388999999983
}

Performance and AccessibilityPerformanceBrowser audit

Use efficient cache lifetimes

10 Fail

Check name

Use efficient cache lifetimes

Score

0/100

Status

fail

Device

desktop

Category

Performance

Estimated savings

Est savings of 11,607 KiB

Fix guidance

A long cache lifetime can speed up repeat visits to your page. [Learn more about caching](https://developer.chrome.com/docs/performance/insights/cache).

Evidence
{
  "displayValue": "Est savings of 11,607 KiB",
  "description": "A long cache lifetime can speed up repeat visits to your page. [Learn more about caching](https://developer.chrome.com/docs/performance/insights/cache)."
}

Performance and AccessibilityPerformanceBrowser audit

Loading performance

6 Fail

Check name

Loading performance

Score

42/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": "max-potential-fid",
      "title": "Max Potential First Input Delay",
      "score": 0,
      "displayValue": "950 ms",
      "numericValue": 947
    },
    {
      "id": "speed-index",
      "title": "Speed Index",
      "score": 15,
      "displayValue": "3.6 s",
      "numericValue": 3593.6359423071976
    },
    {
      "id": "first-contentful-paint",
      "title": "First Contentful Paint",
      "score": 100,
      "displayValue": "0.4 s",
      "numericValue": 390.0041954185187
    },
    {
      "id": "total-blocking-time",
      "title": "Total Blocking Time",
      "score": 0,
      "displayValue": "3,460 ms",
      "numericValue": 3462.9970632070367
    },
    {
      "id": "largest-contentful-paint",
      "title": "Largest Contentful Paint",
      "score": 100,
      "displayValue": "0.6 s",
      "numericValue": 570.8018471342373
    },
    {
      "id": "network-rtt",
      "title": "Network Round Trip Times",
      "score": 100,
      "displayValue": "10 ms",
      "numericValue": 8.869229999999998
    },
    {
      "id": "server-response-time",
      "title": "Reduce initial server response time",
      "score": 0,
      "displayValue": "Root document took 790 ms",
      "numericValue": 787
    },
    {
      "id": "interactive",
      "title": "Time to Interactive",
      "score": 21,
      "displayValue": "6.6 s",
      "numericValue": 6564.527026670088
    }
  ]
}

Performance and AccessibilityPerformanceBrowser audit

Avoid enormous network payloads

5 Warning

Check name

Avoid enormous network payloads

Score

50/100

Status

warning

Device

desktop

Category

Performance

Estimated savings

Total size was 18,393 KiB

Fix guidance

Large network payloads cost users real money and are highly correlated with long load times. [Learn how to reduce payload sizes](https://developer.chrome.com/docs/lighthouse/performance/total-byte-weight/).

Evidence
{
  "displayValue": "Total size was 18,393 KiB",
  "description": "Large network payloads cost users real money and are highly correlated with long load times. [Learn how to reduce payload sizes](https://developer.chrome.com/docs/lighthouse/performance/total-byte-weight/).",
  "numericValue": 18834538
}

Performance and AccessibilityPerformanceBrowser audit

Reduce unused CSS

5 Warning

Check name

Reduce unused CSS

Score

50/100

Status

warning

Device

desktop

Category

Performance

Estimated savings

Est savings of 34 KiB

Fix guidance

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

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

Performance and AccessibilityPerformanceBrowser audit

Reduce unused JavaScript

5 Warning

Check name

Reduce unused JavaScript

Score

50/100

Status

warning

Device

desktop

Category

Performance

Estimated savings

Est savings of 1,064 KiB

Fix guidance

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

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

Performance and AccessibilityPerformanceBrowser audit

Render-blocking requests

5 Warning

Check name

Render-blocking requests

Score

50/100

Status

warning

Device

desktop

Category

Performance

Fix guidance

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

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

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
38/100Level 2, Agent-LimitedCurrent report
grabr.io AI SEO Report: 38/100 (Level 2, Agent-Limited)