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

OVERALL SCORE

Level 2, Agent-Limited

Priority improvements needed for AI agents
AIDiscoverability28%Agent Easeof Use6%Security& Trust40%GEO, AIO, AEO72%SEO92%Performance& Accessibility66%
  • AI Discoverability 28 out of 100
  • Agent Ease of Use 6 out of 100
  • Security & Trust 40 out of 100
  • GEO, AIO and AEO 72 out of 100
  • SEO 92 out of 100
  • Performance and Accessibility 66 out of 100

CAPTURED SCREENSHOT

Captured website desktop screenshot

What AI sees of your website

Arkose - Leader de l'escalade en France favicon

Arkose - Leader de l'escalade en France

Arkose, le meilleur de l’escalade urbaine : grimpe libre, cours, afterworks et cantines engagées dans plus de 30 lieux en France et en Europe.

Next step

Turn this report into a fix workflow

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

Detailed report scores grouped by capability area
MetricScoreStatusPassedFailedWarningEvidence
AI Discoverability
28
Priority fix6170View details
Discoverability
57
Needs work450View details
Content Readiness
20
Priority fix280View details
Bot Access Control
0
Priority fix040View details
Agent Ease of Use
6
Priority fix4273View details
API
0
Priority fix060View details
Auth
Not Applicable
Not Applicable050View details
MCP
13
Priority fix062View details
Skill Discovery
5
Priority fix0101View details
Agent Commerce
Not Applicable
Not Applicable400
GEO, AIO and AEO
72
Needs work6212View details
GEO Readiness
85
Mostly ready204
AIO Readiness
75
Mostly ready313View details
AEO Readiness
56
Needs work115View details
SEO
92
Strong1010View details
SEO
92
Strong1010View details
Security & Trust
40
Priority fix630View details
Security & Trust
40
Priority fix230View details
AI Training Exposure
Not Applicable
Not Applicable400
Performance and Accessibility
66
Needs work1881View details
Performance
59
Needs work1371View details
Accessibility
80
Mostly ready510View details

Prioritized recommendations

Issues ranked by score impact

51 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 prefix=\"og: http://ogp.me/ns#\" lang=\"fr\" class=\"no-js\"> <head> <title>Error 404</title> <meta name=\"publisher\" content=\"www.gestixi.com\"/> <meta http-equiv=\"Content-Type\" content=\"text/html; charset=UTF-8\"/> <meta name=\"viewport\" content=\"width=device-width, initial-scale=1\"/> <link rel=\"stylesheet\" href=\"https://use.typekit.net/oyu8nhe.css\"> <link rel=\"stylesheet\" href=\"https://use.typekit.net/cfx7axt.css\"> <meta name=\"robots\" content=\"noindex\"> <link rel=\"icon\" href=\"https://arkose.com/files/img/favicon/ee00f21511f6c/d6278147d7.ico\"/> <link rel=\"canonical\" href=\"https://arkose.com/espace-client\"/> <link rel=\"alternate\" hreflang=\"fr\" href=\"https://arkose.com/espace-client\"/> <link rel=\"alternate\" hreflang=\"es\" href=\"https://arkose.com/es/mi-cuenta\"/> <link rel=\"alter"
      },
      "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": 404,
            "contentType": "text/html; charset=UTF-8",
            "valid": false,
            "issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html; charset=UTF-8\" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
            "compatibleContentType": false,
            "format": "yaml",
            "version": "",
            "pathCount": 0,
            "operationCount": 0,
            "rawExcerpt": "<!DOCTYPE HTML> <html prefix=\"og: http://ogp.me/ns#\" lang=\"fr\" class=\"no-js\"> <head> <title>Error 404</title> <meta name=\"publisher\" content=\"www.gestixi.com\"/> <meta http-equiv=\"Content-Type\" content=\"text/html; charset=UTF-8\"/> <meta name=\"viewport\" content=\"width=device-width, initial-scale=1\"/> <link rel=\"stylesheet\" href=\"https://use.typekit.net/oyu8nhe.css\"> <link rel=\"stylesheet\" href=\"https://use.typekit.net/cfx7axt.css\"> <meta name=\"robots\" content=\"noindex\"> <link rel=\"icon\" href=\"https://arkose.com/files/img/favicon/ee00f21511f6c/d6278147d7.ico\"/> <link rel=\"canonical\" href=\"https://arkose.com/espace-client\"/> <link rel=\"alternate\" hreflang=\"fr\" href=\"https://arkose.com/espace-client\"/> <link rel=\"alternate\" hreflang=\"es\" href=\"https://arkose.com/es/mi-cuenta\"/> <link rel=\"alter"
          },
          {
            "path": "/openapi.yaml",
            "statusCode": 404,
            "contentType": "text/html; charset=UTF-8",
            "valid": false,
            "issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html; charset=UTF-8\" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
            "compatibleContentType": false,
            "format": "yaml",
            "version": "",
            "pathCount": 0,
            "operationCount": 0,
            "rawExcerpt": "<!DOCTYPE HTML> <html prefix=\"og: http://ogp.me/ns#\" lang=\"fr\" class=\"no-js\"> <head> <title>Error 404</title> <meta name=\"publisher\" content=\"www.gestixi.com\"/> <meta http-equiv=\"Content-Type\" content=\"text/html; charset=UTF-8\"/> <meta name=\"viewport\" content=\"width=device-width, initial-scale=1\"/> <link rel=\"stylesheet\" href=\"https://use.typekit.net/oyu8nhe.css\"> <link rel=\"stylesheet\" href=\"https://use.typekit.net/cfx7axt.css\"> <meta name=\"robots\" content=\"noindex\"> <link rel=\"icon\" href=\"https://arkose.com/files/img/favicon/ee00f21511f6c/d6278147d7.ico\"/> <link rel=\"canonical\" href=\"https://arkose.com/espace-client\"/> <link rel=\"alternate\" hreflang=\"fr\" href=\"https://arkose.com/espace-client\"/> <link rel=\"alternate\" hreflang=\"es\" href=\"https://arkose.com/es/mi-cuenta\"/> <link rel=\"alter"
          },
          {
            "path": "/swagger.json",
            "statusCode": 404,
            "contentType": "text/html; charset=UTF-8",
            "valid": false,
            "issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html; charset=UTF-8\" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
            "compatibleContentType": false,
            "format": "yaml",
            "version": "",
            "pathCount": 0,
            "operationCount": 0,
            "rawExcerpt": "<!DOCTYPE HTML> <html prefix=\"og: http://ogp.me/ns#\" lang=\"fr\" class=\"no-js\"> <head> <title>Error 404</title> <meta name=\"publisher\" content=\"www.gestixi.com\"/> <meta http-equiv=\"Content-Type\" content=\"text/html; charset=UTF-8\"/> <meta name=\"viewport\" content=\"width=device-width, initial-scale=1\"/> <link rel=\"stylesheet\" href=\"https://use.typekit.net/oyu8nhe.css\"> <link rel=\"stylesheet\" href=\"https://use.typekit.net/cfx7axt.css\"> <meta name=\"robots\" content=\"noindex\"> <link rel=\"icon\" href=\"https://arkose.com/files/img/favicon/ee00f21511f6c/d6278147d7.ico\"/> <link rel=\"canonical\" href=\"https://arkose.com/espace-client\"/> <link rel=\"alternate\" hreflang=\"fr\" href=\"https://arkose.com/espace-client\"/> <link rel=\"alternate\" hreflang=\"es\" href=\"https://arkose.com/es/mi-cuenta\"/> <link rel=\"alter"
          },
          {
            "path": "/swagger.yaml",
            "statusCode": 404,
            "contentType": "text/html; charset=UTF-8",
            "valid": false,
            "issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html; charset=UTF-8\" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
            "compatibleContentType": false,
            "format": "yaml",
            "version": "",
            "pathCount": 0,
            "operationCount": 0,
            "rawExcerpt": "<!DOCTYPE HTML> <html prefix=\"og: http://ogp.me/ns#\" lang=\"fr\" class=\"no-js\"> <head> <title>Error 404</title> <meta name=\"publisher\" content=\"www.gestixi.com\"/> <meta http-equiv=\"Content-Type\" content=\"text/html; charset=UTF-8\"/> <meta name=\"viewport\" content=\"width=device-width, initial-scale=1\"/> <link rel=\"stylesheet\" href=\"https://use.typekit.net/oyu8nhe.css\"> <link rel=\"stylesheet\" href=\"https://use.typekit.net/cfx7axt.css\"> <meta name=\"robots\" content=\"noindex\"> <link rel=\"icon\" href=\"https://arkose.com/files/img/favicon/ee00f21511f6c/d6278147d7.ico\"/> <link rel=\"canonical\" href=\"https://arkose.com/espace-client\"/> <link rel=\"alternate\" hreflang=\"fr\" href=\"https://arkose.com/espace-client\"/> <link rel=\"alternate\" hreflang=\"es\" href=\"https://arkose.com/es/mi-cuenta\"/> <link rel=\"alter"
          },
          {
            "path": "/api/openapi.json",
            "statusCode": 404,
            "contentType": "text/html; charset=UTF-8",
            "valid": false,
            "issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html; charset=UTF-8\" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
            "compatibleContentType": false,
            "format": "yaml",
            "version": "",
            "pathCount": 0,
            "operationCount": 0,
            "rawExcerpt": "<!DOCTYPE HTML> <html prefix=\"og: http://ogp.me/ns#\" lang=\"fr\" class=\"no-js\"> <head> <title>Error 404</title> <meta name=\"publisher\" content=\"www.gestixi.com\"/> <meta http-equiv=\"Content-Type\" content=\"text/html; charset=UTF-8\"/> <meta name=\"viewport\" content=\"width=device-width, initial-scale=1\"/> <link rel=\"stylesheet\" href=\"https://use.typekit.net/oyu8nhe.css\"> <link rel=\"stylesheet\" href=\"https://use.typekit.net/cfx7axt.css\"> <meta name=\"robots\" content=\"noindex\"> <link rel=\"icon\" href=\"https://arkose.com/files/img/favicon/ee00f21511f6c/d6278147d7.ico\"/> <link rel=\"canonical\" href=\"https://arkose.com/espace-client\"/> <link rel=\"alternate\" hreflang=\"fr\" href=\"https://arkose.com/espace-client\"/> <link rel=\"alternate\" hreflang=\"es\" href=\"https://arkose.com/es/mi-cuenta\"/> <link rel=\"alter"
          },
          {
            "path": "/api/swagger.json",
            "statusCode": 404,
            "contentType": "text/html; charset=UTF-8",
            "valid": false,
            "issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html; charset=UTF-8\" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
            "compatibleContentType": false,
            "format": "yaml",
            "version": "",
            "pathCount": 0,
            "operationCount": 0,
            "rawExcerpt": "<!DOCTYPE HTML> <html prefix=\"og: http://ogp.me/ns#\" lang=\"fr\" class=\"no-js\"> <head> <title>Error 404</title> <meta name=\"publisher\" content=\"www.gestixi.com\"/> <meta http-equiv=\"Content-Type\" content=\"text/html; charset=UTF-8\"/> <meta name=\"viewport\" content=\"width=device-width, initial-scale=1\"/> <link rel=\"stylesheet\" href=\"https://use.typekit.net/oyu8nhe.css\"> <link rel=\"stylesheet\" href=\"https://use.typekit.net/cfx7axt.css\"> <meta name=\"robots\" content=\"noindex\"> <link rel=\"icon\" href=\"https://arkose.com/files/img/favicon/ee00f21511f6c/d6278147d7.ico\"/> <link rel=\"canonical\" href=\"https://arkose.com/espace-client\"/> <link rel=\"alternate\" hreflang=\"fr\" href=\"https://arkose.com/espace-client\"/> <link rel=\"alternate\" hreflang=\"es\" href=\"https://arkose.com/es/mi-cuenta\"/> <link rel=\"alter"
          },
          {
            "path": "/docs/openapi.json",
            "error": "TimeoutError: The operation was aborted due to timeout"
          }
        ]
      },
      "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
}

Security & TrustSecurity & TrustEstablished

Content-Security-Policy

Content-Security-Policy is missing or incomplete.

33 Fail

Needs attention

Content-Security-Policy

Failed check
01

Issue

Content-Security-Policy is missing or incomplete.

02

Why it matters

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

Check name

Content-Security-Policy

Score

0/100

Status

fail

Category

Security & Trust

Maturity

Established

Goal

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

Result

Content-Security-Policy is missing or incomplete.

Evidence
{
  "header": "content-security-policy",
  "value": "frame-ancestors 'self'"
}

AI DiscoverabilityDiscoverabilityEstablished

FAQPage schema

FAQPage schema is missing or incomplete.

33 Fail

Needs attention

FAQPage schema

Failed check
01

Issue

FAQ content was detected but no FAQPage schema was found.

02

Why it matters

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

Check name

FAQPage schema

Score

0/100

Status

fail

Category

Discoverability

Maturity

Established

Goal

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

Result

FAQPage schema is missing or incomplete.

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

AI DiscoverabilityDiscoverabilityEstablished

High-value schema types

High-value schema types is missing or incomplete.

33 Fail

Needs attention

High-value schema types

Failed check
01

Issue

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

02

Why it matters

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

Check name

High-value schema types

Score

0/100

Status

fail

Category

Discoverability

Maturity

Established

Goal

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

Result

High-value schema types is missing or incomplete.

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

AI DiscoverabilityDiscoverabilityEstablished

Link headers

Link headers failed at "Find useful Link headers".

33 Fail

Needs attention

Link headers

Failed check
01

Issue

No useful agent discovery Link headers were found.

02

Why it matters

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

Check name

Link headers

Score

0/100

Status

fail

Category

Discoverability

Maturity

Established

Goal

Include Link response headers for agent discovery using RFC 8288.

Result

Link headers failed at "Find useful Link headers".

Validation steps

  1. Find useful Link headers

    No useful agent discovery Link headers were found.

  2. Fetch same-origin Link header targets

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

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

Security & TrustSecurity & TrustEstablished

Referrer-Policy

Referrer-Policy is missing or incomplete.

33 Fail

Needs attention

Referrer-Policy

Failed check
01

Issue

Referrer-Policy is missing or incomplete.

02

Why it matters

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

Check name

Referrer-Policy

Score

0/100

Status

fail

Category

Security & Trust

Maturity

Established

Goal

Limit how much referrer data leaves the site.

Result

Referrer-Policy is missing or incomplete.

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

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

Security & TrustSecurity & TrustEstablished

X-Content-Type-Options

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

33 Fail

Needs attention

X-Content-Type-Options

Failed check
01

Issue

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

02

Why it matters

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

Check name

X-Content-Type-Options

Score

0/100

Status

fail

Category

Security & Trust

Maturity

Established

Goal

Prevent MIME sniffing for browser-loaded resources.

Result

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

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

AI DiscoverabilityContent ReadinessEstablished

Content freshness signals

Content freshness signals is 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": 22719
          },
          {
            "path": "/llms-full.txt",
            "statusCode": 404,
            "contentType": "text/html; charset=UTF-8",
            "length": 22719
          }
        ]
      },
      "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 "Accept-Encoding, Accept-Encoding".

  3. Structured Markdown body

    Markdown response is missing a heading.

Evidence
{
  "failedStep": "content-type",
  "steps": [
    {
      "id": "content-type",
      "title": "Markdown content type",
      "status": "fail",
      "evidence": {
        "statusCode": 200,
        "contentType": "text/html; charset=UTF-8"
      },
      "issue": "Content-Type \"text/html; charset=UTF-8\" does not indicate Markdown when requested with Accept: text/markdown.",
      "howToFix": "Return Content-Type: text/markdown; charset=utf-8 for requests with Accept: text/markdown."
    },
    {
      "id": "vary-accept",
      "title": "Vary: Accept header",
      "status": "fail",
      "evidence": {
        "vary": "Accept-Encoding, Accept-Encoding"
      },
      "issue": "Markdown negotiation is missing Vary: Accept; current Vary header is \"Accept-Encoding, Accept-Encoding\".",
      "howToFix": "Add Vary: Accept on negotiated Markdown responses so shared caches keep HTML and Markdown variants separate."
    },
    {
      "id": "markdown-content",
      "title": "Structured Markdown body",
      "status": "fail",
      "evidence": {
        "valid": false,
        "hasHeading": false,
        "wordCount": 14622,
        "excerpt": "<!DOCTYPE HTML> <html prefix=\"og: http://ogp.me/ns#\" lang=\"fr\" class=\"no-js\"> <head> <title>Arkose - Leader de l'escalade en France</title> <meta name=\"publisher\" content=\"www.gestixi.com\"/> <meta http-equiv=\"Content-Type\" content=\"text/htm",
        "issue": "Markdown response is missing a heading."
      },
      "issue": "Markdown response is missing a heading.",
      "howToFix": "Return Markdown with at least one heading and substantive page content, including useful links or instructions for agents."
    }
  ]
}

Agent Ease of UseMCPEmerging recommendation

MCP Server Card

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

25 Fail

Needs attention

MCP Server Card

Failed check
01

Issue

MCP Server Card was not found at the expected path.

02

Why it matters

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

Check name

MCP Server Card

Score

0/100

Status

fail

Category

MCP

Maturity

Emerging recommendation

Goal

Publish an MCP Server Card for agent discovery.

Result

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

Validation steps

  1. Fetch to find resource

    MCP Server Card was not found at the expected path.

Evidence
{
  "failedStep": "fetch",
  "steps": [
    {
      "id": "fetch",
      "title": "Fetch to find resource",
      "status": "fail",
      "evidence": {
        "checked": [
          {
            "path": "/.well-known/mcp/server-card.json",
            "error": "TimeoutError: The operation was aborted due to timeout"
          },
          {
            "path": "/.well-known/mcp/server-cards.json",
            "error": "TimeoutError: The operation was aborted due to timeout"
          },
          {
            "path": "/.well-known/mcp.json",
            "error": "TimeoutError: The operation was aborted due to timeout"
          }
        ]
      },
      "issue": "MCP Server Card was not found at the expected path.",
      "howToFix": "Publish an MCP server card with valid transports and make each advertised local endpoint answer an MCP initialize request."
    }
  ]
}

Agent Ease of UseMCPEmerging recommendation

mcp.json

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

25 Fail

Needs attention

mcp.json

Failed check
01

Issue

mcp.json was not found at the expected path.

02

Why it matters

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

Check name

mcp.json

Score

0/100

Status

fail

Category

MCP

Maturity

Emerging recommendation

Goal

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

Result

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

Validation steps

  1. Fetch to find resource

    mcp.json was not found at the expected path.

Evidence
{
  "failedStep": "fetch",
  "steps": [
    {
      "id": "fetch",
      "title": "Fetch to find resource",
      "status": "fail",
      "evidence": {
        "checked": [
          {
            "path": "/mcp.json",
            "error": "TimeoutError: The operation was aborted due to timeout"
          },
          {
            "path": "/.well-known/mcp.json",
            "error": "TimeoutError: The operation was aborted due to timeout"
          },
          {
            "path": "/.well-known/mcp/server-card.json",
            "error": "TimeoutError: The operation was aborted due to timeout"
          }
        ]
      },
      "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 DiscoverabilityContent ReadinessEstablished

Semantic HTML

Semantic HTML is missing or incomplete.

25 Fail

Needs attention

Semantic HTML

Failed check
01

Issue

Semantic HTML is incomplete: skipped heading levels; 3 links missing accessible names; 2 buttons missing accessible names; 0/1 applicable form inputs have autocomplete attributes (1 missing).

Details

02

Why it matters

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

Check name

Semantic HTML

Score

0/100

Status

fail

Category

Content Readiness

Maturity

Established

Goal

Expose readable page structure through semantic HTML and accessible controls.

Result

Semantic HTML is missing or incomplete.

Evidence
{
  "main": true,
  "nav": true,
  "footer": true,
  "meaningfulH1": true,
  "headingOrder": false,
  "accessibleLinks": false,
  "accessibleButtons": false,
  "imageAltCoverage": true,
  "formAutocompleteCoverage": false,
  "details": {
    "inaccessibleLinks": [
      "<a class=\"kl-social-media-link\" href=\"https://www.instagram.com/arkose.climbing/\" target=\"_blank\"> <svg width=\"20\" height=\"20\" viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M5.586 0.057C6.603 0.011 6.923 0 9.503 0L9.5 0.003C12.08 0.003 12.403 0.014 13.417 0.06C14.2051 0.0759295 14.9848 0.225381 15.723 0.502C16.3574 0.741746 16.9318 1.11716 17.406 1.602C17.8908 2.07621 18.2663 2.6506 18.506 3.285C18.7826 4.02316 18.9321 4.8028",
      "<a class=\"kl-social-media-link\" href=\"https://www.linkedin.com/company/arkoseandco/\" target=\"_blank\"> <svg width=\"18\" height=\"18\" viewBox=\"0 0 18 18\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M3.80771 17.0077H0.283245V5.6579H3.80771V17.0077ZM2.04358 4.10969C0.916571 4.10969 0.00244141 3.1762 0.00244141 2.0492C0.00244141 1.50785 0.217489 0.98868 0.600277 0.605892C0.983065 0.223105 1.50224 0.00805664 2.04358 0.00805664C2.58492 0.00805664 3.10409 0.223105 3.48688 0.605892C3.86967 0.9",
      "<a class=\"kl-social-media-link\" href=\"https://www.facebook.com/arkoseclimbing\" target=\"_blank\"> <svg width=\"11\" height=\"20\" viewBox=\"0 0 11 20\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M6.02372 0.00756836H10.3857V3.29257H7.78572C7.31294 3.23712 6.84082 3.40143 6.50461 3.73842C6.16839 4.07541 6.00518 4.54791 6.06172 5.02057C6.06172 5.76457 6.05372 6.53557 6.05372 6.53557L10.3897 6.54357L10.0177 9.76257H6.06172V19.5516H2.81572V9.79657H0.615723V6.51057H2.81572V3.15757C2.81172 0.9905"
    ],
    "inaccessibleButtons": [
      "<button class=\"kl-actus-prev kl-actus-slick-arrow\"> <svg width=\"28\" height=\"31\" viewBox=\"0 0 31 28\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M14.0341 -7.41603e-07L16.7736 2.87671L7.30543 12.274L10.1411 11.9384L31 11.9384L31 16.0616L10.1411 16.0616L7.30543 15.774L16.7736 25.1712L14.0341 28L-6.11959e-07 14L14.0341 -7.41603e-07Z\" fill=\"#EBEBEB\"/> </svg> </button>",
      "<button class=\"kl-actus-next kl-actus-slick-arrow\"> <svg width=\"28\" height=\"31\" viewBox=\"0 0 31 28\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M16.9659 -7.41603e-07L14.2264 2.87671L23.6946 12.274L20.8589 11.9384L5.21842e-07 11.9384L7.02077e-07 16.0616L20.8589 16.0616L23.6946 15.774L14.2264 25.1712L16.9659 28L31 14L16.9659 -7.41603e-07Z\" fill=\"#EBEBEB\"/> </svg> </button>"
    ],
    "missingAutocompleteInputs": [
      "<input id=\"6a26e7409f2e6\" class=\"form-control\" name=\"mail\" type=\"text\" placeholder=\"Adresse e-mail\" value>"
    ],
    "imagesMissingAlt": [
      "<img src=\"https://arkose.com/files/img/page/ee00f21511f6c/w/4e81f08963_159x213a.webp\" class=\"img-fluid kl-img-desktop\">",
      "<img src=\"https://arkose.com/files/img/page/ee00f21511f6c/w/45a721db4e_328x126a.webp\" class=\"img-fluid kl-img-mobile\">",
      "<img src=\"/file/popup~close.svg\" class=\"kl-close-popup\">"
    ],
    "skippedHeadingLevels": [
      "h6: News",
      "h1: Ta première entrée à 10 € !",
      "h2: Tout l’univers de la culture grimpe",
      "h2: Vos salles d'escalade de bloc et de voie de proximité",
      "h2: Nos restaurants éco-responsables et gourmands",
      "h2: Nos magasins d'escalade et de montagne : le meilleur du matériel indoor et outdoor",
      "h2: Nos studios Yoga et Pilates pour le bien-être du corps et de l'esprit",
      "h2: Arkose+ : l'application qui booste votre expérience de grimpe",
      "h2: Arkose, entreprise à mission : grimper, s'engager, transformer",
      "h2: Nos Actus",
      "h4: Arkose Academy : Inscriptions 2026-2027",
      "h4: Où regarder la coupe du monde ? Le meilleur spot de sport est chez Arkose !",
      "h4: Programme de fidélité Arkose : grimper, manger et accumuler les points sur Arkose+",
      "h4: Portrait de Jules Marchaland : l’instinct sauvage rejoint les Arkose Heroes",
      "h4: Coupe du monde d'escalade 2026 : Le guide complet du circuit international",
      "h4: Musculation, Hyrox et Escalade : Le guide de l’entraînement hybride pour un haut du corps d'acier",
      "h4: Comment bien débuter en escalade",
      "h4: Application escalade Arkose+ : Votre compagnon de grimpe indispensable",
      "h4: Niveau escalade & bloc couleur : tout comprendre",
      "h4: Cours escalade à Angers : viens tester l'Arkose Academy pour seulement 5€ !",
      "h4: Escalade Paris : les 14 salles Arkose vous ouvrent leurs portes",
      "h4: Quelle tenue choisir pour l'escalade de bloc ?",
      "h4: Nouvelle carte de saison dans les Cantines Arkose : du réconfort local et engagé au menu",
      "h4: Muscler son dos : pourquoi l'escalade est le partenaire idéal de votre routine musculation",
      "h4: Entraînement trail : pourquoi l’escalade est le meilleur entraînement croisé ?",
      "h4: Devenir franchisé Arkose : Ouvrez votre propre espace d'escalade",
      "h4: Team building escalade en salle : une expérience clé en main chez Arkose",
      "h4: Renforcement pour le running : pourquoi l’escalade indoor est un complément redoutable",
      "h4: On vous dit tout sur la Pro Climbing League !",
      "h4: Stages escalade vacances scolaires",
      "h4: Vocabulaire d’escalade : quelques définitions Arkose",
      "h4: Arkose intègre la solution Alma pour faciliter tes paiements",
      "h4: Gagnez votre abonnement duo avec Arkose !",
      "h4: Arkose Pop Corn est de retour à Issy !",
      "h4: Essayez l’escalade avec un cours découverte encadré 🧗",
      "h4: Contests Arkose 2026 : toutes les dates à ne pas manquer",
      "h4: Bonne résolution n°1 : (Re)prendre de la hauteur avec Arkose !",
      "h4: Mejdi Schalck relève le défi des 100 voies violettes dans les salles Arkose parisiennes",
      "h4: Arkose, entreprise à mission : grimper, s’engager, transformer",
      "h4: ARKOSE HEROES Séoul 2025 : une moisson en or (et en argent)",
      "h4: Arkose Nanterre détient le label Accueil Vélo : grimpez, pédalez, profitez !",
      "h4: Faîtes de l'escalade Arkose",
      "h4: After Climb Arkose – Les soirées grimpe & fun à partager chaque mois",
      "h4: Le Pass Étudiant est chez Arkose !",
      "h4: Arkose récompensé au Palmarès Écotable 2025 – Prix du Groupe Engagé",
      "h4: Arkose ouvre ses portes à Angers avec une nouvelle salle d’escalade de bloc",
      "h4: Actu Heroes - Retour sur le mois de juin",
      "h4: Tout savoir sur Oriane Bertone",
      "h4: Qui est Mejdi Schalk ?",
      "h4: Solenne Piret : Une grimpeuse pas comme les autres",
      "h4: Qui est Manon Hily, la triple championne de France d'escalade ?",
      "h4: Tout savoir sur Caroline Sinno",
      "h4: Mathieu Maynadier, un grimpeur d'exception",
      "h4: Qui sont les frères Ladevant ?",
      "h4: REPRISE DES COUPES DU MONDE POUR NOS HEROES",
      "h4: Heroes actu avec les frères Ladevant",
      "h4: Une entrée à petit prix pour découvrir l'escalade !",
      "h4: Les workshop Grimpeuses",
      "h4: Arkose Heroes : un mois de mai On Fire",
      "h4: Climb Fest w/The North Face",
      "h4: Heroes actu' : mai 2024",
      "h4: Championnats de France de bloc 2024",
      "h4: Coupe du monde d’escalade sur glace 2024",
      "h4: Coupe d’Europe de cascade de glace : L’OR et L’ARGENT pour les mythiques frères Ladevant",
      "h4: Oriane Bertone, qualifiée pour Paris !",
      "h4: Louna Ladevant au sommet de Wogu",
      "h4: Lancement du Tournoi de Qualification Olympique Européen",
      "h4: Mathieu Maynadier à la conquête de la face Sud du Meru en Inde",
      "h4: Championnats de Berne : la France brille",
      "h4: Championnats du Monde d'escalade de Berne : 1er pas vers les JO",
      "h4: Offrir l'escalade : des idées qui font mouche pour grimpeurs et grimpeuses",
      "h4: La malédiction des dates d'inauguration chez Arkose",
      "h4: Manon Hily, championne de France d'escalade de difficulté",
      "h4: L' équipe de France d'escalade brille à Prague",
      "h4: 100x7A en un jour, qui dit mieux ?",
      "h4: Sport dans la ville et Arkose s'engagent",
      "h4: L' école d'escalade 23-24 est lancée !",
      "h4: Coupes du monde d'escalade de bloc 2023",
      "h4: Jornadas de puertas abiertas",
      "h4: Apertura",
      "h4: 5 raisons de mettre vos enfants à l’escalade",
      "h4: 27 Ecotable pour Arkose Cantine !",
      "h4: Mejdi et Oriane, champions de France 🇫🇷",
      "h4: Stages escalade vacances de Pâques",
      "h4: Workshop lâcher prise",
      "h4: Une saison en OR pour Louna Ladevant",
      "h4: Une coupe du monde de cascade de glace inattendue",
      "h4: Workshop grimpe en tête",
      "h4: Arkose International Lead Competition",
      "h4: Filles à Bloc national",
      "h4: Quand l'escalade rencontre l'art",
      "h4: Mathieu Maynadier et Zom Connection",
      "h4: Le printemps grimpe de Clément Lechaptois",
      "h4: Entre perf et exploration, Clément nous raconte son mois d'avril",
      "h4: Début d'année dans les startings blocs pour Clément !",
      "h4: Clément enchaine les blocs à Chamonix !",
      "h4: Interview de Solenne Piret après sa réalisation d’Onde de choc",
      "h4: Retour sur l'aventure Makatea avec Nina Caprez et Solenne Piret",
      "h4: Le confinement au vert de Mathieu Maynadier",
      "h4: La chute, par Mathieu Maynadier",
      "h4: Girls in bleau",
      "h4: Les coulisses des salles Arkose: les murs",
      "h4: Que faire à Rouen ? Découvrez l'expérience Arkose, bien plus qu'une salle d'escalade",
      "h4: Que faire à Toulouse ? Vivez l'expérience Arkose dans la Ville Rose",
      "h4: Que faire à Tours ? L'expérience Arkose s'installe à Tours Nord",
      "h4: Que faire à Genève ? L'expérience Arkose aux portes de la ville",
      "h4: Que faire à Angers ? Découvrez l'expérience Arkose au cœur de l'Anjou",
      "h4: Que faire à Marseille ? Découvrez l'expérience Arkose au Prado",
      "h4: Que faire à Bordeaux ? L'expérience Arkose à la Galerie Tatry",
      "h4: Que faire à Lille ? L'expérience Arkose s'installe à Wazemmes",
      "h2: Suivez nos aventuressur Instagram",
      "h4: On recrute !",
      "h4: Ne perdez pas une miette",
      "h4: Une question ? Une remarque ?",
      "h3: Le Summer Pass est de sortie !"
    ]
  },
  "counts": {
    "h1": 1,
    "headings": 115,
    "links": 218,
    "inaccessibleLinks": 3,
    "buttons": 5,
    "inaccessibleButtons": 2,
    "images": 136,
    "imagesWithAlt": 133,
    "autocompleteInputs": 1,
    "inputsWithAutocomplete": 0,
    "missingAutocompleteInputs": 1
  }
}

Agent Ease of UseMCPInformational

WebMCP manifest

WebMCP manifest failed at "Fetch to find resource".

25 Fail

Needs attention

WebMCP manifest

Failed check
01

Issue

WebMCP manifest was not found at the expected path.

02

Why it matters

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

Check name

WebMCP manifest

Score

0/100

Status

fail

Category

MCP

Maturity

Informational

Goal

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

Result

WebMCP manifest failed at "Fetch to find resource".

Validation steps

  1. Fetch to find resource

    WebMCP manifest was not found at the expected path.

Evidence
{
  "failedStep": "fetch",
  "steps": [
    {
      "id": "fetch",
      "title": "Fetch to find resource",
      "status": "fail",
      "evidence": {
        "checked": [
          {
            "path": "/.well-known/webmcp.json",
            "error": "TimeoutError: The operation was aborted due to timeout"
          },
          {
            "path": "/webmcp.json",
            "error": "TimeoutError: The operation was aborted due to timeout"
          },
          {
            "path": "/mcp.json",
            "error": "TimeoutError: The operation was aborted due to timeout"
          }
        ]
      },
      "issue": "WebMCP manifest was not found at the expected path.",
      "howToFix": "Keep declarative WebMCP manifest discovery informational until the manifest shape stabilizes; validate tools if you publish one."
    }
  ]
}

Agent Ease of UseSkill DiscoveryEmerging recommendation

A2A Agent Card

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

20 Fail

Needs attention

A2A Agent Card

Failed check
01

Issue

A2A Agent Card was not found at the expected path.

02

Why it matters

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

Check name

A2A Agent Card

Score

0/100

Status

fail

Category

Skill Discovery

Maturity

Emerging recommendation

Goal

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

Result

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

Validation steps

  1. Fetch to find resource

    A2A Agent Card was not found at the expected path.

Evidence
{
  "failedStep": "fetch",
  "steps": [
    {
      "id": "fetch",
      "title": "Fetch to find resource",
      "status": "fail",
      "evidence": {
        "checked": [
          {
            "path": "/.well-known/agent-card.json",
            "error": "TimeoutError: The operation was aborted due to timeout"
          },
          {
            "path": "/.well-known/a2a/agent-card.json",
            "error": "TimeoutError: The operation was aborted due to timeout"
          },
          {
            "path": "/agent-card.json",
            "error": "TimeoutError: The operation was aborted due to timeout"
          }
        ]
      },
      "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",
            "error": "TimeoutError: The operation was aborted due to timeout"
          },
          {
            "path": "/.well-known/skills/index.json",
            "error": "TimeoutError: The operation was aborted due to timeout"
          }
        ]
      },
      "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",
            "error": "TimeoutError: The operation was aborted due to timeout"
          },
          {
            "path": "/agent.json",
            "error": "TimeoutError: The operation was aborted due to timeout"
          }
        ]
      },
      "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",
            "error": "TimeoutError: The operation was aborted due to timeout"
          },
          {
            "path": "/agents.json",
            "error": "TimeoutError: The operation was aborted due to timeout"
          }
        ]
      },
      "issue": "agents.json was not found at the expected path.",
      "howToFix": "If this site uses agents.json, publish JSON with an agents array containing name and url for each agent."
    }
  ]
}

Agent Ease of UseSkill DiscoveryEmerging recommendation

DNS-AID Agent Discovery

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

15 Fail

Needs attention

DNS-AID Agent Discovery

Failed check
01

Issue

No DNS-AID entrypoint records were found under _agents.

02

Why it matters

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

Check name

DNS-AID Agent Discovery

Score

25/100

Status

fail

Category

Skill Discovery

Maturity

Emerging recommendation

Goal

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

Result

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

Validation steps

  1. Resolve DNS-AID SVCB/HTTPS records

    No DNS-AID entrypoint records were found under _agents.

  2. Validate alpn and endpoint parameters

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

  3. Check DNSSEC material

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

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

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

AIO: Source and trust signals

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

13 Fail

Needs attention

AIO: Source and trust signals

Failed check
01

Issue

Missing AIO trust signals: author, publisher, freshnessDate, policyLinks.

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

20/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 20/100 and needs a fix.

Evidence
{
  "signals": {
    "author": false,
    "publisher": false,
    "freshnessDate": false,
    "aboutOrContact": true,
    "policyLinks": false
  },
  "missing": [
    "author",
    "publisher",
    "freshnessDate",
    "policyLinks"
  ],
  "authorMeta": "",
  "schemaAuthors": [],
  "schemaPublishers": [],
  "schemaDates": [],
  "visibleDates": [],
  "aboutLinks": [
    {
      "href": "https://www.linkedin.com/company/arkoseandco/",
      "text": "",
      "html": "<a class=\"kl-social-media-link\" href=\"https://www.linkedin.com/company/arkoseandco/\" target=\"_blank\"> <svg width=\"18\" height=\"18\" viewBox=\"0 0 18 18\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M3.80771 17.0077H0.283245V5.6579H3.80771V17.0077ZM2.04358 4.10969C0.916571 4.10969 0.00244141 3.1762 0.00244141 2.0492C0.00244141 1.50785 0.217489 0.98868 0.600277 0.605892C0.983065 0.223105 1.50224 0.00805664 2.04358 0.00805664C2.58492 0.00805664 3.10409 0.223105 3.48688 0.605892C3.86967..."
    },
    {
      "href": "#id-about",
      "text": "",
      "html": "<a class=\"kl-scroll-down\" href=\"#id-about\"> <span class=\"kl-text-scroll-down\"> <img class=\"img-fluid\" src=\"/file/global_home~text-scroll-down.svg\" alt=\"scroll down\"> </span> <span class=\"kl-arrow-scroll-down\"> <svg width=\"28\" height=\"31\" viewBox=\"0 0 28 31\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M0 16.9659L2.87671 14.2264L12.274 23.6946L11.9384 20.8589V0H16.0616V20.8589L15.774 23.6946L25.1712 14.2264L28 16.9659L14 31L0 16.9659Z\" fill=\"#EBEBEB\"/> </svg> </span> </a>"
    }
  ],
  "contactLinks": [],
  "privacyLinks": [],
  "score": 20,
  "weight": 20
}

Agent Ease of UseMCPInformational

WebMCP

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

13 Warning

Needs attention

WebMCP

Warning
01

Issue

WebMCP declarative annotations need fixes.

Details

02

Why it matters

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

Check name

WebMCP

Score

50/100

Status

warning

Category

MCP

Maturity

Informational

Goal

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

Result

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

Validation steps

  1. Detect data-mcp-tool annotations

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

  2. Detect WebMCP declarative tags

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

  3. Validate WebMCP declarative annotation quality

    WebMCP declarative annotations need fixes.

    WebMCP declarative annotation issues
    • <input name="fsp_consent"> is missing a label.
    • <input name="fsp_consent"> is missing tool-param-description.
    • <textarea name="fsp_textarea"> is missing a label.
    • <textarea name="fsp_textarea"> is missing tool-param-description.
    • <input name="mail"> is missing a label.
    • <input name="mail"> is missing tool-param-description.
    • <input> is missing a name attribute.
    • <input> is missing tool-param-description.
  4. Detect WebMCP imperative API usage

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

  5. Detect WebMCP browser navigator injection

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

  6. Interactive surface coverage

    Only 0% of interactive surfaces are annotated.

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

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

AEO: Answer evidence and trust

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

7 Fail

Needs attention

AEO: Answer evidence and trust

Failed check
01

Issue

Missing AIO trust signals: author, publisher, freshnessDate, policyLinks.

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

20/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 20/100 and needs a fix.

Evidence
{
  "signals": {
    "author": false,
    "publisher": false,
    "freshnessDate": false,
    "aboutOrContact": true,
    "policyLinks": false
  },
  "missing": [
    "author",
    "publisher",
    "freshnessDate",
    "policyLinks"
  ],
  "authorMeta": "",
  "schemaAuthors": [],
  "schemaPublishers": [],
  "schemaDates": [],
  "visibleDates": [],
  "aboutLinks": [
    {
      "href": "https://www.linkedin.com/company/arkoseandco/",
      "text": "",
      "html": "<a class=\"kl-social-media-link\" href=\"https://www.linkedin.com/company/arkoseandco/\" target=\"_blank\"> <svg width=\"18\" height=\"18\" viewBox=\"0 0 18 18\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M3.80771 17.0077H0.283245V5.6579H3.80771V17.0077ZM2.04358 4.10969C0.916571 4.10969 0.00244141 3.1762 0.00244141 2.0492C0.00244141 1.50785 0.217489 0.98868 0.600277 0.605892C0.983065 0.223105 1.50224 0.00805664 2.04358 0.00805664C2.58492 0.00805664 3.10409 0.223105 3.48688 0.605892C3.86967..."
    },
    {
      "href": "#id-about",
      "text": "",
      "html": "<a class=\"kl-scroll-down\" href=\"#id-about\"> <span class=\"kl-text-scroll-down\"> <img class=\"img-fluid\" src=\"/file/global_home~text-scroll-down.svg\" alt=\"scroll down\"> </span> <span class=\"kl-arrow-scroll-down\"> <svg width=\"28\" height=\"31\" viewBox=\"0 0 28 31\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M0 16.9659L2.87671 14.2264L12.274 23.6946L11.9384 20.8589V0H16.0616V20.8589L15.774 23.6946L25.1712 14.2264L28 16.9659L14 31L0 16.9659Z\" fill=\"#EBEBEB\"/> </svg> </span> </a>"
    }
  ],
  "contactLinks": [],
  "privacyLinks": [],
  "score": 20,
  "weight": 22
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

AEO: Answer-first sections

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

4 Warning

Needs attention

AEO: Answer-first sections

Warning
01

Issue

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

Details

02

Why it matters

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

Check name

AEO: Answer-first sections

Score

65/100

Status

warning

Category

GEO, AIO & AEO

Maturity

Emerging recommendation

Goal

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

Result

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

Evidence
{
  "sectionCount": 10,
  "passing": 0,
  "failing": [
    {
      "heading": "Tout l’univers de la culture grimpe",
      "headingHtml": "<h2 class=\"filled\">Tout l&#x2019;univers de la culture grimpe</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Vos salles d'escalade de bloc et de voie de proximité",
      "headingHtml": "<h2>Vos salles d&apos;escalade de bloc et de voie de proximit&#xe9;</h2>",
      "firstParagraph": "Découvrez l'expérience Arkose dans nos salles d'escalade de bloc et de voie, pensées pour tous les niveaux, des débutants aux grimpeurs confirmés. Nos espaces de grimpe vous accueillent 7j/7 pour une session de sport, de partage et de détente au cœur de votre ville. Prêts à relever le défi ?",
      "paragraphHtml": "<p>D&#xe9;couvrez l&apos;exp&#xe9;rience Arkose dans nos salles d&apos;escalade de bloc et de voie, pens&#xe9;es pour tous les niveaux, des d&#xe9;butants aux grimpeurs confirm&#xe9;s. Nos espaces de grimpe vous accueillent 7j/7 pour une session de sport, de partage et de d&#xe9;tente au c&#x153;ur de votre ville. Pr&#xea;ts &#xe0; relever le d&#xe9;fi ?</p>",
      "words": 58,
      "direct": false,
      "issue": "First paragraph is 58 words and does not look like a concise direct answer."
    },
    {
      "heading": "Nos restaurants éco-responsables et gourmands",
      "headingHtml": "<h2>Nos restaurants &#xe9;co-responsables et gourmands</h2>",
      "firstParagraph": "Nos restaurants Arkose vous accueillent chaque jour dans des lieux de vie chaleureux et authentiques. Nos chefs y proposent une cuisine maison, végétale et gourmande, élaborée au rythme des saisons avec un sourcing responsable. Un engagement durable et éthique fièrement certifié par le label Écotable.",
      "paragraphHtml": "<p>Nos restaurants Arkose vous accueillent chaque jour dans des lieux de vie chaleureux et authentiques. Nos chefs y proposent une cuisine maison, v&#xe9;g&#xe9;tale et gourmande, &#xe9;labor&#xe9;e au rythme des saisons avec un sourcing responsable. Un engagement durable et &#xe9;thique fi&#xe8;rement certifi&#xe9; par le label &#xc9;cotable.</p>",
      "words": 49,
      "direct": false,
      "issue": "First paragraph is 49 words and does not look like a concise direct answer."
    },
    {
      "heading": "Nos magasins d'escalade et de montagne : le meilleur du matériel indoor et outdoor",
      "headingHtml": "<h2>Nos magasins d&apos;escalade et de montagne : le meilleur du mat&#xe9;riel indoor et outdoor</h2>",
      "firstParagraph": "Équipez-vous pour vos sessions de grimpe et vos sorties en pleine nature. Nos boutiques d'escalade Arkose proposent une sélection rigoureuse de matériel de montagne, chaussons de grimpe, magnésie et vêtements éco-conçus. Bénéficiez des conseils de nos experts pour grimper en toute sécurité !",
      "paragraphHtml": "<p>&#xc9;quipez-vous pour vos sessions de grimpe et vos sorties en pleine nature. Nos boutiques d&apos;escalade Arkose proposent une s&#xe9;lection rigoureuse de mat&#xe9;riel de montagne, chaussons de grimpe, magn&#xe9;sie et v&#xea;tements &#xe9;co-con&#xe7;us. B&#xe9;n&#xe9;ficiez des conseils de nos experts pour grimper en toute s&#xe9;curit&#xe9; !</p>",
      "words": 50,
      "direct": false,
      "issue": "First paragraph is 50 words and does not look like a concise direct answer."
    },
    {
      "heading": "Nos studios Yoga et Pilates pour le bien-être du corps et de l'esprit",
      "headingHtml": "<h2>Nos studios Yoga et Pilates pour le bien-&#xea;tre du corps et de l&apos;esprit</h2>",
      "firstParagraph": "Prolongez l'expérience bien-être dans nos studios de Yoga et Pilates. Nos enseignants certifiés vous proposent des cours adaptés pour travailler votre souplesse, renforcer vos muscles profonds et améliorer votre récupération, que vous soyez grimpeur ou simplement en quête d'équilibre au quotidien.",
      "paragraphHtml": "<p>Prolongez l&apos;exp&#xe9;rience bien-&#xea;tre dans nos studios de Yoga et Pilates. Nos enseignants certifi&#xe9;s vous proposent des cours adapt&#xe9;s pour travailler votre souplesse, renforcer vos muscles profonds et am&#xe9;liorer votre r&#xe9;cup&#xe9;ration, que vous soyez grimpeur ou simplement en qu&#xea;te d&apos;&#xe9;quilibre au quotidien.</p>",
      "words": 50,
      "direct": false,
      "issue": "First paragraph is 50 words and does not look like a concise direct answer."
    },
    {
      "heading": "Arkose+ : l'application qui booste votre expérience de grimpe",
      "headingHtml": "<h2>Arkose+ : l&apos;application qui booste votre exp&#xe9;rience de grimpe</h2>",
      "firstParagraph": "Téléchargez l'application Arkose+ et rejoignez la communauté ! Suivez votre progression, planifiez vos sessions de grimpe, réservez vos cours de yoga et profitez d'avantages exclusifs directement depuis votre smartphone. Votre pass pour vivre l'expérience Arkose à 100% est à portée de clic.",
      "paragraphHtml": "<p>T&#xe9;l&#xe9;chargez l&apos;application Arkose+ et rejoignez la communaut&#xe9; ! Suivez votre progression, planifiez vos sessions de grimpe, r&#xe9;servez vos cours de yoga et profitez d&apos;avantages exclusifs directement depuis votre smartphone. Votre pass pour vivre l&apos;exp&#xe9;rience Arkose &#xe0; 100% est &#xe0; port&#xe9;e de clic.</p>",
      "words": 44,
      "direct": false,
      "issue": "First paragraph is 44 words and does not look like a concise direct answer."
    },
    {
      "heading": "Arkose, entreprise à mission : grimper, s'engager, transformer",
      "headingHtml": "<h2>Arkose, entreprise &#xe0; mission : grimper, s&apos;engager, transformer</h2>",
      "firstParagraph": "Bien plus que des salles de sport, nous construisons des lieux de vie porteurs de changement. En tant qu'entreprise à mission, Arkose place la responsabilité sociétale et environnementale (RSE) au cœur de son modèle. Transition écologique, inclusion culturelle et alimentation durable : découvrez comment nous agisson...",
      "paragraphHtml": "<p>Bien plus que des salles de sport, nous construisons des lieux de vie porteurs de changement. En tant qu&apos;entreprise &#xe0; mission, Arkose place la responsabilit&#xe9; soci&#xe9;tale et environnementale (RSE) au c&#x153;ur de son mod&#xe8;le. Transition &#xe9;cologique, inclusion culturelle et alimentation durable : d&#xe9;couvrez comment nous agissons au quotidien pour r&#xe9;duire notre empreinte et inspirer notre communaut&#xe9;.</p>",
      "words": 59,
      "direct": false,
      "issue": "First paragraph is 59 words and does not look like a concise direct answer."
    },
    {
      "heading": "Nos Actus",
      "headingHtml": "<h2>Nos Actus</h2>",
      "firstParagraph": "Mettez vous à la grimpe !",
      "paragraphHtml": "<p>Mettez vous &#xe0; la grimpe !</p>",
      "words": 4,
      "direct": false,
      "issue": "First paragraph is 4 words and does not look like a concise direct answer."
    },
    {
      "heading": "Suivez nos aventuressur Instagram",
      "headingHtml": "<h2> Suivez nos aventures<br>sur <a href=\"https://www.instagram.com/arkose.climbing/\" class=\"kl-insta-link\"> <span class=\"kl-insta-link-text\"><i class=\"fab fa-instagram\"></i> Instagram</span> </a> </h2>",
      "firstParagraph": "Envie de faire un métier passion ? Rejoignez la Arkose Family !",
      "paragraphHtml": "<p>Envie de faire un m&#xe9;tier passion ? <br>Rejoignez la Arkose Family !</p>",
      "words": 11,
      "direct": false,
      "issue": "First paragraph is 11 words and does not look like a concise direct answer."
    },
    {
      "heading": "Le Summer Pass est de sortie !",
      "headingHtml": "<h3>Le Summer Pass est de sortie ! </h3>",
      "firstParagraph": "Grimpe en illimité jusqu'au 31/08 🏖️",
      "paragraphHtml": "<p>Grimpe en illimit&#xe9; jusqu&apos;au 31/08 &#x1f3d6;&#xfe0f;</p>",
      "words": 6,
      "direct": false,
      "issue": "First paragraph is 6 words and does not look like a concise direct answer."
    }
  ],
  "score": 65,
  "weight": 28
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

AEO: Question-led structure

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

3 Warning

Needs attention

AEO: Question-led structure

Warning
01

Issue

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

02

Why it matters

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

Check name

AEO: Question-led structure

Score

50/100

Status

warning

Category

GEO, AIO & AEO

Maturity

Emerging recommendation

Goal

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

Result

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

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

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

GEO: Extraction-friendly structure

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

3 Warning

Needs attention

GEO: Extraction-friendly structure

Warning
01

Issue

Missing extraction signals: optional top summary / TL;DR / key takeaways block, table with <thead> only if the page already has tabular/comparative data, ordered list only if the page explains a workflow/process, clear definition sentence using "is", "means", or "refers to" where natural.

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

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: Extraction-friendly structure scored 75/100 and needs improvement.

Evidence
{
  "hasSummary": false,
  "tableCount": 0,
  "tablesWithHead": 0,
  "tablesMissingThead": [],
  "orderedLists": 0,
  "hasFaq": true,
  "definitionPatterns": 0,
  "schemaBlocks": 1,
  "missingSignals": [
    "optional top summary / TL;DR / key takeaways block",
    "table with <thead> only if the page already has tabular/comparative data",
    "ordered list only if the page explains a workflow/process",
    "clear definition sentence using \"is\", \"means\", or \"refers to\" where natural"
  ],
  "score": 75,
  "weight": 24
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

AIO: Page experience for AIO

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

2 Warning

Needs attention

AIO: Page experience for AIO

Warning
01

Issue

135 image(s) are missing width/height attributes. 5 possible modal/interstitial element(s) 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: Page experience for AIO

Score

70/100

Status

warning

Category

GEO, AIO & AEO

Maturity

Emerging recommendation

Goal

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

Result

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

Evidence
{
  "viewportContent": "width=device-width, initial-scale=1",
  "visibleWords": 3834,
  "htmlBytes": 127492,
  "imagesMissingDimensions": [
    {
      "src": "https://a.gestixi.com/t.php?idsite=963&rec=1",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"https://a.gestixi.com/t.php?idsite=963&amp;rec=1\" style=\"display:none\" alt>"
    },
    {
      "src": "https://arkose.com/files/img/page/ee00f21511f6c/w/b94babcb06_1x51a.svg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img class=\"img-fluid\" src=\"https://arkose.com/files/img/page/ee00f21511f6c/w/b94babcb06_1x51a.svg\" alt=\"groupe\">"
    },
    {
      "src": "/file/global_home~text-scroll-down.svg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img class=\"img-fluid\" src=\"/file/global_home~text-scroll-down.svg\" alt=\"scroll down\">"
    },
    {
      "src": "https://arkose.com/files/file/page/ee00f21511f6c/3614f0f93c.png",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"https://arkose.com/files/file/page/ee00f21511f6c/3614f0f93c.png\" alt=\"logo\">"
    },
    {
      "src": "https://arkose.com/files/img/page/ee00f21511f6c/fe2933501b-disp.jpg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img class=\"kl-img-cover\" src=\"https://arkose.com/files/img/page/ee00f21511f6c/fe2933501b-disp.jpg\" alt=\"image\">"
    },
    {
      "src": "https://arkose.com/files/file/page/ee00f21511f6c/3ef3e2f231.svg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"https://arkose.com/files/file/page/ee00f21511f6c/3ef3e2f231.svg\" alt=\"logo\">"
    },
    {
      "src": "https://arkose.com/files/img/page/ee00f21511f6c/c2265ffc42-disp.jpg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img class=\"kl-img-cover\" src=\"https://arkose.com/files/img/page/ee00f21511f6c/c2265ffc42-disp.jpg\" alt=\"image\">"
    },
    {
      "src": "https://arkose.com/files/file/page/ee00f21511f6c/46e4b56de6.svg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"https://arkose.com/files/file/page/ee00f21511f6c/46e4b56de6.svg\" alt=\"logo\">"
    },
    {
      "src": "https://arkose.com/files/img/page/ee00f21511f6c/1c29c483b3-disp.jpg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img class=\"kl-img-cover\" src=\"https://arkose.com/files/img/page/ee00f21511f6c/1c29c483b3-disp.jpg\" alt=\"image\">"
    },
    {
      "src": "https://arkose.com/files/file/page/ee00f21511f6c/ed9f8d65ea.svg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"https://arkose.com/files/file/page/ee00f21511f6c/ed9f8d65ea.svg\" alt=\"logo\">"
    },
    {
      "src": "https://arkose.com/files/img/page/ee00f21511f6c/8b0ff966b3-disp.jpg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img class=\"kl-img-cover\" src=\"https://arkose.com/files/img/page/ee00f21511f6c/8b0ff966b3-disp.jpg\" alt=\"image\">"
    },
    {
      "src": "https://arkose.com/files/file/page/ee00f21511f6c/7200a6d353.png",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"https://arkose.com/files/file/page/ee00f21511f6c/7200a6d353.png\" alt=\"logo\">"
    },
    {
      "src": "https://arkose.com/files/img/page/ee00f21511f6c/620f9e5de1-disp.png",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img class=\"kl-img-cover\" src=\"https://arkose.com/files/img/page/ee00f21511f6c/620f9e5de1-disp.png\" alt=\"image\">"
    },
    {
      "src": "https://arkose.com/files/file/page/ee00f21511f6c/05fed42154.png",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"https://arkose.com/files/file/page/ee00f21511f6c/05fed42154.png\" alt=\"logo\">"
    },
    {
      "src": "https://arkose.com/files/img/page/ee00f21511f6c/30871766ec-disp.jpg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img class=\"kl-img-cover\" src=\"https://arkose.com/files/img/page/ee00f21511f6c/30871766ec-disp.jpg\" alt=\"image\">"
    },
    {
      "src": "https://arkose.com/files/img/page/ee00f21511f6c/w/36f854db37_500x0a.webp",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"https://arkose.com/files/img/page/ee00f21511f6c/w/36f854db37_500x0a.webp\" alt=\"image out\" class=\"kl-img-cover\">"
    },
    {
      "src": "https://arkose.com/files/img/page/ee00f21511f6c/w/44fea50dbc_500x0a.webp",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"https://arkose.com/files/img/page/ee00f21511f6c/w/44fea50dbc_500x0a.webp\" alt=\"image out\" class=\"kl-img-cover\">"
    },
    {
      "src": "https://arkose.com/files/img/page/ee00f21511f6c/w/7c9e18b496_500x0a.webp",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"https://arkose.com/files/img/page/ee00f21511f6c/w/7c9e18b496_500x0a.webp\" alt=\"image out\" class=\"kl-img-cover\">"
    },
    {
      "src": "https://arkose.com/files/img/page/ee00f21511f6c/w/8079b91e6f_500x0a.webp",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"https://arkose.com/files/img/page/ee00f21511f6c/w/8079b91e6f_500x0a.webp\" alt=\"image out\" class=\"kl-img-cover\">"
    },
    {
      "src": "https://arkose.com/files/img/page/ee00f21511f6c/w/cf38ceb022_500x0a.webp",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"https://arkose.com/files/img/page/ee00f21511f6c/w/cf38ceb022_500x0a.webp\" alt=\"image out\" class=\"kl-img-cover\">"
    },
    {
      "src": "https://arkose.com/files/img/page/ee00f21511f6c/w/48bc09ce87_500x0a.webp",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"https://arkose.com/files/img/page/ee00f21511f6c/w/48bc09ce87_500x0a.webp\" alt=\"image out\" class=\"kl-img-cover\">"
    },
    {
      "src": "https://arkose.com/files/img/page/ee00f21511f6c/w/3f94b1f6b2_500x0a.webp",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"https://arkose.com/files/img/page/ee00f21511f6c/w/3f94b1f6b2_500x0a.webp\" alt=\"image out\" class=\"kl-img-cover\">"
    },
    {
      "src": "https://arkose.com/files/img/page/ee00f21511f6c/w/7afe0f489b_500x0a.webp",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"https://arkose.com/files/img/page/ee00f21511f6c/w/7afe0f489b_500x0a.webp\" alt=\"image out\" class=\"kl-img-cover\">"
    },
    {
      "src": "https://arkose.com/files/img/page/ee00f21511f6c/w/6dec8fcce3_500x0a.webp",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"https://arkose.com/files/img/page/ee00f21511f6c/w/6dec8fcce3_500x0a.webp\" alt=\"image out\" class=\"kl-img-cover\">"
    },
    {
      "src": "https://arkose.com/files/img/page/ee00f21511f6c/w/881e352e23_500x0a.webp",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"https://arkose.com/files/img/page/ee00f21511f6c/w/881e352e23_500x0a.webp\" alt=\"image out\" class=\"kl-img-cover\">"
    },
    {
      "src": "https://arkose.com/files/img/page/ee00f21511f6c/w/92872a1ec1_500x0a.webp",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"https://arkose.com/files/img/page/ee00f21511f6c/w/92872a1ec1_500x0a.webp\" alt=\"image out\" class=\"kl-img-cover\">"
    },
    {
      "src": "https://arkose.com/files/img/page/ee00f21511f6c/w/976e216981_500x0a.webp",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"https://arkose.com/files/img/page/ee00f21511f6c/w/976e216981_500x0a.webp\" alt=\"image out\" class=\"kl-img-cover\">"
    },
    {
      "src": "https://arkose.com/files/img/page/ee00f21511f6c/w/1d0d5eebe6_500x0a.webp",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"https://arkose.com/files/img/page/ee00f21511f6c/w/1d0d5eebe6_500x0a.webp\" alt=\"image out\" class=\"kl-img-cover\">"
    },
    {
      "src": "https://arkose.com/files/img/page/ee00f21511f6c/w/f391888efd_500x0a.webp",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"https://arkose.com/files/img/page/ee00f21511f6c/w/f391888efd_500x0a.webp\" alt=\"image out\" class=\"kl-img-cover\">"
    },
    {
      "src": "https://arkose.com/files/img/page/ee00f21511f6c/w/f627122e26_500x0a.webp",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"https://arkose.com/files/img/page/ee00f21511f6c/w/f627122e26_500x0a.webp\" alt=\"image out\" class=\"kl-img-cover\">"
    },
    {
      "src": "https://arkose.com/files/img/page/ee00f21511f6c/w/d10458cbd7_500x0a.webp",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"https://arkose.com/files/img/page/ee00f21511f6c/w/d10458cbd7_500x0a.webp\" alt=\"image out\" class=\"kl-img-cover\">"
    },
    {
      "src": "https://arkose.com/files/img/page/ee00f21511f6c/w/4dc7ec5570_500x0a.webp",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"https://arkose.com/files/img/page/ee00f21511f6c/w/4dc7ec5570_500x0a.webp\" alt=\"image out\" class=\"kl-img-cover\">"
    },
    {
      "src": "https://arkose.com/files/img/page/ee00f21511f6c/w/caed5b18bc_500x0a.webp",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"https://arkose.com/files/img/page/ee00f21511f6c/w/caed5b18bc_500x0a.webp\" alt=\"image out\" class=\"kl-img-cover\">"
    },
    {
      "src": "https://arkose.com/files/img/page/ee00f21511f6c/w/11582770b6_500x0a.webp",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"https://arkose.com/files/img/page/ee00f21511f6c/w/11582770b6_500x0a.webp\" alt=\"image out\" class=\"kl-img-cover\">"
    },
    {
      "src": "https://arkose.com/files/img/page/ee00f21511f6c/w/a6bf1b42e9_500x0a.webp",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"https://arkose.com/files/img/page/ee00f21511f6c/w/a6bf1b42e9_500x0a.webp\" alt=\"image out\" class=\"kl-img-cover\">"
    },
    {
      "src": "https://arkose.com/files/img/page/ee00f21511f6c/w/b9f051a101_500x0a.webp",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"https://arkose.com/files/img/page/ee00f21511f6c/w/b9f051a101_500x0a.webp\" alt=\"image out\" class=\"kl-img-cover\">"
    },
    {
      "src": "https://arkose.com/files/img/page/ee00f21511f6c/w/04cd165529_500x0a.webp",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"https://arkose.com/files/img/page/ee00f21511f6c/w/04cd165529_500x0a.webp\" alt=\"image out\" class=\"kl-img-cover\">"
    },
    {
      "src": "https://arkose.com/files/img/page/ee00f21511f6c/w/54fb7d437b_500x0a.webp",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"https://arkose.com/files/img/page/ee00f21511f6c/w/54fb7d437b_500x0a.webp\" alt=\"image out\" class=\"kl-img-cover\">"
    },
    {
      "src": "https://arkose.com/files/img/page/ee00f21511f6c/w/36f854db37_500x0a.webp",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"https://arkose.com/files/img/page/ee00f21511f6c/w/36f854db37_500x0a.webp\" alt=\"image out\" class=\"kl-img-cover\">"
    },
    {
      "src": "https://arkose.com/files/img/page/ee00f21511f6c/w/bc229e64d8_500x0a.webp",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"https://arkose.com/files/img/page/ee00f21511f6c/w/bc229e64d8_500x0a.webp\" alt=\"image out\" class=\"kl-img-cover\">"
    },
    {
      "src": "https://arkose.com/files/img/page/ee00f21511f6c/w/498f47b27d_500x0a.webp",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"https://arkose.com/files/img/page/ee00f21511f6c/w/498f47b27d_500x0a.webp\" alt=\"image out\" class=\"kl-img-cover\">"
    },
    {
      "src": "https://arkose.com/files/img/page/ee00f21511f6c/w/48120efd3b_500x0a.webp",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"https://arkose.com/files/img/page/ee00f21511f6c/w/48120efd3b_500x0a.webp\" alt=\"image out\" class=\"kl-img-cover\">"
    },
    {
      "src": "https://arkose.com/files/img/page/ee00f21511f6c/w/f8911cd7df_500x0a.webp",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"https://arkose.com/files/img/page/ee00f21511f6c/w/f8911cd7df_500x0a.webp\" alt=\"image out\" class=\"kl-img-cover\">"
    },
    {
      "src": "https://arkose.com/files/img/page/ee00f21511f6c/w/d1c200517d_500x0a.webp",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"https://arkose.com/files/img/page/ee00f21511f6c/w/d1c200517d_500x0a.webp\" alt=\"image out\" class=\"kl-img-cover\">"
    },
    {
      "src": "https://arkose.com/files/img/page/ee00f21511f6c/w/2f816bec70_500x0a.webp",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"https://arkose.com/files/img/page/ee00f21511f6c/w/2f816bec70_500x0a.webp\" alt=\"image out\" class=\"kl-img-cover\">"
    },
    {
      "src": "https://arkose.com/files/img/page/ee00f21511f6c/w/05c79a96b6_500x0a.webp",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"https://arkose.com/files/img/page/ee00f21511f6c/w/05c79a96b6_500x0a.webp\" alt=\"image out\" class=\"kl-img-cover\">"
    },
    {
      "src": "https://arkose.com/files/img/page/ee00f21511f6c/w/dd11c1f36d_500x0a.webp",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"https://arkose.com/files/img/page/ee00f21511f6c/w/dd11c1f36d_500x0a.webp\" alt=\"image out\" class=\"kl-img-cover\">"
    },
    {
      "src": "https://arkose.com/files/img/page/ee00f21511f6c/w/88d065b3de_500x0a.webp",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"https://arkose.com/files/img/page/ee00f21511f6c/w/88d065b3de_500x0a.webp\" alt=\"image out\" class=\"kl-img-cover\">"
    },
    {
      "src": "https://arkose.com/files/img/page/ee00f21511f6c/w/8b23ab5e65_500x0a.webp",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"https://arkose.com/files/img/page/ee00f21511f6c/w/8b23ab5e65_500x0a.webp\" alt=\"image out\" class=\"kl-img-cover\">"
    },
    {
      "src": "https://arkose.com/files/img/page/ee00f21511f6c/w/2b7b82cc2c_500x0a.webp",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"https://arkose.com/files/img/page/ee00f21511f6c/w/2b7b82cc2c_500x0a.webp\" alt=\"image out\" class=\"kl-img-cover\">"
    },
    {
      "src": "https://arkose.com/files/img/page/ee00f21511f6c/w/ce2256a209_500x0a.webp",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"https://arkose.com/files/img/page/ee00f21511f6c/w/ce2256a209_500x0a.webp\" alt=\"image out\" class=\"kl-img-cover\">"
    },
    {
      "src": "https://arkose.com/files/img/page/ee00f21511f6c/w/e9191683f8_500x0a.webp",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"https://arkose.com/files/img/page/ee00f21511f6c/w/e9191683f8_500x0a.webp\" alt=\"image out\" class=\"kl-img-cover\">"
    },
    {
      "src": "https://arkose.com/files/img/page/ee00f21511f6c/w/f46edca9d7_500x0a.webp",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"https://arkose.com/files/img/page/ee00f21511f6c/w/f46edca9d7_500x0a.webp\" alt=\"image out\" class=\"kl-img-cover\">"
    },
    {
      "src": "https://arkose.com/files/img/page/ee00f21511f6c/w/fbf199d627_500x0a.webp",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"https://arkose.com/files/img/page/ee00f21511f6c/w/fbf199d627_500x0a.webp\" alt=\"image out\" class=\"kl-img-cover\">"
    },
    {
      "src": "https://arkose.com/files/img/page/ee00f21511f6c/w/e3a73491c6_500x0a.webp",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"https://arkose.com/files/img/page/ee00f21511f6c/w/e3a73491c6_500x0a.webp\" alt=\"image out\" class=\"kl-img-cover\">"
    },
    {
      "src": "https://arkose.com/files/img/page/ee00f21511f6c/w/1c4220c4a1_500x0a.webp",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"https://arkose.com/files/img/page/ee00f21511f6c/w/1c4220c4a1_500x0a.webp\" alt=\"image out\" class=\"kl-img-cover\">"
    },
    {
      "src": "https://arkose.com/files/img/page/ee00f21511f6c/w/355a91bc88_500x0a.webp",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"https://arkose.com/files/img/page/ee00f21511f6c/w/355a91bc88_500x0a.webp\" alt=\"image out\" class=\"kl-img-cover\">"
    },
    {
      "src": "https://arkose.com/files/img/page/ee00f21511f6c/w/53dca666c4_500x0a.webp",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"https://arkose.com/files/img/page/ee00f21511f6c/w/53dca666c4_500x0a.webp\" alt=\"image out\" class=\"kl-img-cover\">"
    },
    {
      "src": "https://arkose.com/files/img/page/ee00f21511f6c/w/de1af8487a_500x0a.webp",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"https://arkose.com/files/img/page/ee00f21511f6c/w/de1af8487a_500x0a.webp\" alt=\"image out\" class=\"kl-img-cover\">"
    },
    {
      "src": "https://arkose.com/files/img/page/ee00f21511f6c/w/de1af8487a_500x0a.webp",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"https://arkose.com/files/img/page/ee00f21511f6c/w/de1af8487a_500x0a.webp\" alt=\"image out\" class=\"kl-img-cover\">"
    },
    {
      "src": "https://arkose.com/files/img/page/ee00f21511f6c/w/af9103cfb3_500x0a.webp",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"https://arkose.com/files/img/page/ee00f21511f6c/w/af9103cfb3_500x0a.webp\" alt=\"image out\" class=\"kl-img-cover\">"
    },
    {
      "src": "https://arkose.com/files/img/page/ee00f21511f6c/w/f9ed06c855_500x0a.webp",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"https://arkose.com/files/img/page/ee00f21511f6c/w/f9ed06c855_500x0a.webp\" alt=\"image out\" class=\"kl-img-cover\">"
    },
    {
      "src": "https://arkose.com/files/img/page/ee00f21511f6c/w/552dd13d77_500x0a.webp",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"https://arkose.com/files/img/page/ee00f21511f6c/w/552dd13d77_500x0a.webp\" alt=\"image out\" class=\"kl-img-cover\">"
    },
    {
      "src": "https://arkose.com/files/img/page/ee00f21511f6c/w/5425016b8d_500x0a.webp",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"https://arkose.com/files/img/page/ee00f21511f6c/w/5425016b8d_500x0a.webp\" alt=\"image out\" class=\"kl-img-cover\">"
    },
    {
      "src": "https://arkose.com/files/img/page/ee00f21511f6c/w/2bdc3bbbb7_500x0a.webp",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"https://arkose.com/files/img/page/ee00f21511f6c/w/2bdc3bbbb7_500x0a.webp\" alt=\"image out\" class=\"kl-img-cover\">"
    },
    {
      "src": "https://arkose.com/files/img/page/ee00f21511f6c/w/73b9d6b6f3_500x0a.webp",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"https://arkose.com/files/img/page/ee00f21511f6c/w/73b9d6b6f3_500x0a.webp\" alt=\"image out\" class=\"kl-img-cover\">"
    },
    {
      "src": "https://arkose.com/files/img/page/ee00f21511f6c/w/ef2672557f_500x0a.webp",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"https://arkose.com/files/img/page/ee00f21511f6c/w/ef2672557f_500x0a.webp\" alt=\"image out\" class=\"kl-img-cover\">"
    },
    {
      "src": "https://arkose.com/files/img/page/ee00f21511f6c/w/85650a66cf_500x0a.webp",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"https://arkose.com/files/img/page/ee00f21511f6c/w/85650a66cf_500x0a.webp\" alt=\"image out\" class=\"kl-img-cover\">"
    },
    {
      "src": "https://arkose.com/files/img/page/ee00f21511f6c/w/6666f6ad93_500x0a.webp",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"https://arkose.com/files/img/page/ee00f21511f6c/w/6666f6ad93_500x0a.webp\" alt=\"image out\" class=\"kl-img-cover\">"
    },
    {
      "src": "https://arkose.com/files/img/page/ee00f21511f6c/w/c5ad27ee7c_500x0a.webp",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"https://arkose.com/files/img/page/ee00f21511f6c/w/c5ad27ee7c_500x0a.webp\" alt=\"image out\" class=\"kl-img-cover\">"
    },
    {
      "src": "https://arkose.com/files/img/page/ee00f21511f6c/w/3d8464f9c5_500x0a.webp",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"https://arkose.com/files/img/page/ee00f21511f6c/w/3d8464f9c5_500x0a.webp\" alt=\"image out\" class=\"kl-img-cover\">"
    },
    {
      "src": "https://arkose.com/files/img/page/ee00f21511f6c/w/36d3c59efc_500x0a.webp",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"https://arkose.com/files/img/page/ee00f21511f6c/w/36d3c59efc_500x0a.webp\" alt=\"image out\" class=\"kl-img-cover\">"
    },
    {
      "src": "https://arkose.com/files/img/page/ee00f21511f6c/w/b5e95a9284_500x0a.webp",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"https://arkose.com/files/img/page/ee00f21511f6c/w/b5e95a9284_500x0a.webp\" alt=\"image out\" class=\"kl-img-cover\">"
    },
    {
      "src": "https://arkose.com/files/img/page/ee00f21511f6c/w/73d2f72504_500x0a.webp",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"https://arkose.com/files/img/page/ee00f21511f6c/w/73d2f72504_500x0a.webp\" alt=\"image out\" class=\"kl-img-cover\">"
    },
    {
      "src": "https://arkose.com/files/img/page/ee00f21511f6c/w/4c1821b2c4_500x0a.webp",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"https://arkose.com/files/img/page/ee00f21511f6c/w/4c1821b2c4_500x0a.webp\" alt=\"image out\" class=\"kl-img-cover\">"
    },
    {
      "src": "https://arkose.com/files/img/page/ee00f21511f6c/w/50f403b633_500x0a.webp",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"https://arkose.com/files/img/page/ee00f21511f6c/w/50f403b633_500x0a.webp\" alt=\"image out\" class=\"kl-img-cover\">"
    },
    {
      "src": "https://arkose.com/files/img/page/ee00f21511f6c/w/ac5f43cd8c_500x0a.webp",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"https://arkose.com/files/img/page/ee00f21511f6c/w/ac5f43cd8c_500x0a.webp\" alt=\"image out\" class=\"kl-img-cover\">"
    },
    {
      "src": "https://arkose.com/files/img/page/ee00f21511f6c/w/0a596ce9ee_500x0a.webp",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"https://arkose.com/files/img/page/ee00f21511f6c/w/0a596ce9ee_500x0a.webp\" alt=\"image out\" class=\"kl-img-cover\">"
    },
    {
      "src": "https://arkose.com/files/img/page/ee00f21511f6c/w/bf81b504ca_500x0a.webp",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"https://arkose.com/files/img/page/ee00f21511f6c/w/bf81b504ca_500x0a.webp\" alt=\"image out\" class=\"kl-img-cover\">"
    },
    {
      "src": "https://arkose.com/files/img/page/ee00f21511f6c/w/475eede7fa_500x0a.webp",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"https://arkose.com/files/img/page/ee00f21511f6c/w/475eede7fa_500x0a.webp\" alt=\"image out\" class=\"kl-img-cover\">"
    },
    {
      "src": "https://arkose.com/files/img/page/ee00f21511f6c/w/9c83912b48_500x0a.webp",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"https://arkose.com/files/img/page/ee00f21511f6c/w/9c83912b48_500x0a.webp\" alt=\"image out\" class=\"kl-img-cover\">"
    },
    {
      "src": "https://arkose.com/files/img/page/ee00f21511f6c/w/5082f540db_500x0a.webp",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"https://arkose.com/files/img/page/ee00f21511f6c/w/5082f540db_500x0a.webp\" alt=\"image out\" class=\"kl-img-cover\">"
    },
    {
      "src": "https://arkose.com/files/img/page/ee00f21511f6c/w/505d01b58e_500x0a.webp",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"https://arkose.com/files/img/page/ee00f21511f6c/w/505d01b58e_500x0a.webp\" alt=\"image out\" class=\"kl-img-cover\">"
    },
    {
      "src": "https://arkose.com/files/img/page/ee00f21511f6c/w/45428390c2_500x0a.webp",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"https://arkose.com/files/img/page/ee00f21511f6c/w/45428390c2_500x0a.webp\" alt=\"image out\" class=\"kl-img-cover\">"
    },
    {
      "src": "https://arkose.com/files/img/page/ee00f21511f6c/w/349427f0c7_500x0a.webp",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"https://arkose.com/files/img/page/ee00f21511f6c/w/349427f0c7_500x0a.webp\" alt=\"image out\" class=\"kl-img-cover\">"
    },
    {
      "src": "https://arkose.com/files/img/page/ee00f21511f6c/w/bb8975d6f3_500x0a.webp",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"https://arkose.com/files/img/page/ee00f21511f6c/w/bb8975d6f3_500x0a.webp\" alt=\"image out\" class=\"kl-img-cover\">"
    },
    {
      "src": "https://arkose.com/files/img/page/ee00f21511f6c/w/0eb066771b_500x0a.webp",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"https://arkose.com/files/img/page/ee00f21511f6c/w/0eb066771b_500x0a.webp\" alt=\"image out\" class=\"kl-img-cover\">"
    },
    {
      "src": "https://arkose.com/files/img/page/ee00f21511f6c/w/b5bbb1d8ba_500x0a.webp",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"https://arkose.com/files/img/page/ee00f21511f6c/w/b5bbb1d8ba_500x0a.webp\" alt=\"image out\" class=\"kl-img-cover\">"
    },
    {
      "src": "https://arkose.com/files/img/page/ee00f21511f6c/w/b74c40e912_500x0a.webp",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"https://arkose.com/files/img/page/ee00f21511f6c/w/b74c40e912_500x0a.webp\" alt=\"image out\" class=\"kl-img-cover\">"
    },
    {
      "src": "https://arkose.com/files/img/page/ee00f21511f6c/w/dff3a71270_500x0a.webp",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"https://arkose.com/files/img/page/ee00f21511f6c/w/dff3a71270_500x0a.webp\" alt=\"image out\" class=\"kl-img-cover\">"
    },
    {
      "src": "https://arkose.com/files/img/page/ee00f21511f6c/w/e30de6b9f6_500x0a.webp",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"https://arkose.com/files/img/page/ee00f21511f6c/w/e30de6b9f6_500x0a.webp\" alt=\"image out\" class=\"kl-img-cover\">"
    },
    {
      "src": "https://arkose.com/files/img/page/ee00f21511f6c/w/dd2492b335_500x0a.webp",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"https://arkose.com/files/img/page/ee00f21511f6c/w/dd2492b335_500x0a.webp\" alt=\"image out\" class=\"kl-img-cover\">"
    },
    {
      "src": "https://arkose.com/files/img/page/ee00f21511f6c/w/0c31869089_500x0a.webp",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"https://arkose.com/files/img/page/ee00f21511f6c/w/0c31869089_500x0a.webp\" alt=\"image out\" class=\"kl-img-cover\">"
    },
    {
      "src": "https://arkose.com/files/img/page/ee00f21511f6c/w/76e409cf63_500x0a.webp",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"https://arkose.com/files/img/page/ee00f21511f6c/w/76e409cf63_500x0a.webp\" alt=\"image out\" class=\"kl-img-cover\">"
    },
    {
      "src": "https://arkose.com/files/img/page/ee00f21511f6c/w/d6dd359ef2_500x0a.webp",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"https://arkose.com/files/img/page/ee00f21511f6c/w/d6dd359ef2_500x0a.webp\" alt=\"image out\" class=\"kl-img-cover\">"
    },
    {
      "src": "https://arkose.com/files/img/page/ee00f21511f6c/w/2925853d94_500x0a.webp",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"https://arkose.com/files/img/page/ee00f21511f6c/w/2925853d94_500x0a.webp\" alt=\"image out\" class=\"kl-img-cover\">"
    },
    {
      "src": "https://arkose.com/files/img/page/ee00f21511f6c/w/878c9fa935_500x0a.webp",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"https://arkose.com/files/img/page/ee00f21511f6c/w/878c9fa935_500x0a.webp\" alt=\"image out\" class=\"kl-img-cover\">"
    },
    {
      "src": "https://arkose.com/files/img/page/ee00f21511f6c/w/99fa9b8917_500x0a.webp",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"https://arkose.com/files/img/page/ee00f21511f6c/w/99fa9b8917_500x0a.webp\" alt=\"image out\" class=\"kl-img-cover\">"
    },
    {
      "src": "https://arkose.com/files/img/page/ee00f21511f6c/w/1ef4115d8b_500x0a.webp",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"https://arkose.com/files/img/page/ee00f21511f6c/w/1ef4115d8b_500x0a.webp\" alt=\"image out\" class=\"kl-img-cover\">"
    },
    {
      "src": "https://arkose.com/files/img/page/ee00f21511f6c/w/b9ab15da01_500x0a.webp",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"https://arkose.com/files/img/page/ee00f21511f6c/w/b9ab15da01_500x0a.webp\" alt=\"image out\" class=\"kl-img-cover\">"
    },
    {
      "src": "https://arkose.com/files/img/page/ee00f21511f6c/w/b69e53a48a_500x0a.webp",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"https://arkose.com/files/img/page/ee00f21511f6c/w/b69e53a48a_500x0a.webp\" alt=\"image out\" class=\"kl-img-cover\">"
    },
    {
      "src": "https://arkose.com/files/img/page/ee00f21511f6c/w/6ecc73c7ce_500x0a.webp",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"https://arkose.com/files/img/page/ee00f21511f6c/w/6ecc73c7ce_500x0a.webp\" alt=\"image out\" class=\"kl-img-cover\">"
    },
    {
      "src": "https://arkose.com/files/img/page/ee00f21511f6c/w/fd0346a0a4_500x0a.webp",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"https://arkose.com/files/img/page/ee00f21511f6c/w/fd0346a0a4_500x0a.webp\" alt=\"image out\" class=\"kl-img-cover\">"
    },
    {
      "src": "https://arkose.com/files/img/page/ee00f21511f6c/w/9689edcdbb_500x0a.webp",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"https://arkose.com/files/img/page/ee00f21511f6c/w/9689edcdbb_500x0a.webp\" alt=\"image out\" class=\"kl-img-cover\">"
    },
    {
      "src": "https://arkose.com/files/img/page/ee00f21511f6c/w/f2dfdd3657_500x0a.webp",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"https://arkose.com/files/img/page/ee00f21511f6c/w/f2dfdd3657_500x0a.webp\" alt=\"image out\" class=\"kl-img-cover\">"
    },
    {
      "src": "https://arkose.com/files/img/page/ee00f21511f6c/w/4615a5fd14_500x0a.webp",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"https://arkose.com/files/img/page/ee00f21511f6c/w/4615a5fd14_500x0a.webp\" alt=\"image out\" class=\"kl-img-cover\">"
    },
    {
      "src": "https://arkose.com/files/img/page/ee00f21511f6c/w/c48f39721d_500x0a.webp",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"https://arkose.com/files/img/page/ee00f21511f6c/w/c48f39721d_500x0a.webp\" alt=\"image out\" class=\"kl-img-cover\">"
    },
    {
      "src": "https://arkose.com/files/img/page/ee00f21511f6c/w/bc9483ccea_500x0a.webp",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"https://arkose.com/files/img/page/ee00f21511f6c/w/bc9483ccea_500x0a.webp\" alt=\"image out\" class=\"kl-img-cover\">"
    },
    {
      "src": "https://arkose.com/files/img/page/ee00f21511f6c/w/658f58ea24_500x0a.webp",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"https://arkose.com/files/img/page/ee00f21511f6c/w/658f58ea24_500x0a.webp\" alt=\"image out\" class=\"kl-img-cover\">"
    },
    {
      "src": "https://arkose.com/files/img/page/ee00f21511f6c/w/1227546d9a_500x0a.webp",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"https://arkose.com/files/img/page/ee00f21511f6c/w/1227546d9a_500x0a.webp\" alt=\"image out\" class=\"kl-img-cover\">"
    },
    {
      "src": "https://arkose.com/files/img/page/ee00f21511f6c/w/d3a51a68fa_500x0a.webp",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"https://arkose.com/files/img/page/ee00f21511f6c/w/d3a51a68fa_500x0a.webp\" alt=\"image out\" class=\"kl-img-cover\">"
    },
    {
      "src": "https://arkose.com/files/img/page/ee00f21511f6c/w/854b0c27da_500x0a.webp",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"https://arkose.com/files/img/page/ee00f21511f6c/w/854b0c27da_500x0a.webp\" alt=\"image out\" class=\"kl-img-cover\">"
    },
    {
      "src": "https://arkose.com/files/img/page/ee00f21511f6c/w/9bc71eff96_500x0a.webp",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"https://arkose.com/files/img/page/ee00f21511f6c/w/9bc71eff96_500x0a.webp\" alt=\"image out\" class=\"kl-img-cover\">"
    },
    {
      "src": "https://arkose.com/files/img/page/ee00f21511f6c/w/dc42855f7c_500x0a.webp",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"https://arkose.com/files/img/page/ee00f21511f6c/w/dc42855f7c_500x0a.webp\" alt=\"image out\" class=\"kl-img-cover\">"
    },
    {
      "src": "https://arkose.com/files/img/album/ee00f21511f6c/w/d7fc3cfef6_260x260a.webp",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img class=\"kl-img-cover\" src=\"https://arkose.com/files/img/album/ee00f21511f6c/w/d7fc3cfef6_260x260a.webp\" alt=\"image\">"
    },
    {
      "src": "https://arkose.com/files/img/album/ee00f21511f6c/w/48b4e1ae63_260x260a.webp",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img class=\"kl-img-cover\" src=\"https://arkose.com/files/img/album/ee00f21511f6c/w/48b4e1ae63_260x260a.webp\" alt=\"image\">"
    },
    {
      "src": "https://arkose.com/files/img/album/ee00f21511f6c/w/9a27e96656_260x260a.webp",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img class=\"kl-img-cover\" src=\"https://arkose.com/files/img/album/ee00f21511f6c/w/9a27e96656_260x260a.webp\" alt=\"image\">"
    },
    {
      "src": "https://arkose.com/files/img/album/ee00f21511f6c/w/5b3c7bb8c4_260x260a.webp",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img class=\"kl-img-cover\" src=\"https://arkose.com/files/img/album/ee00f21511f6c/w/5b3c7bb8c4_260x260a.webp\" alt=\"image\">"
    },
    {
      "src": "https://arkose.com/files/img/album/ee00f21511f6c/w/6e1427a56e_260x260a.webp",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img class=\"kl-img-cover\" src=\"https://arkose.com/files/img/album/ee00f21511f6c/w/6e1427a56e_260x260a.webp\" alt=\"image\">"
    },
    {
      "src": "https://arkose.com/files/img/album/ee00f21511f6c/w/0a846eb49a_260x260a.webp",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img class=\"kl-img-cover\" src=\"https://arkose.com/files/img/album/ee00f21511f6c/w/0a846eb49a_260x260a.webp\" alt=\"image\">"
    },
    {
      "src": "https://arkose.com/files/img/album/ee00f21511f6c/w/6f4df04af6_260x260a.webp",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img class=\"kl-img-cover\" src=\"https://arkose.com/files/img/album/ee00f21511f6c/w/6f4df04af6_260x260a.webp\" alt=\"image\">"
    },
    {
      "src": "https://arkose.com/files/img/album/ee00f21511f6c/w/f0b6d78420_260x260a.webp",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img class=\"kl-img-cover\" src=\"https://arkose.com/files/img/album/ee00f21511f6c/w/f0b6d78420_260x260a.webp\" alt=\"image\">"
    },
    {
      "src": "https://arkose.com/files/img/album/ee00f21511f6c/w/32b0c432ec_260x260a.webp",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img class=\"kl-img-cover\" src=\"https://arkose.com/files/img/album/ee00f21511f6c/w/32b0c432ec_260x260a.webp\" alt=\"image\">"
    },
    {
      "src": "https://arkose.com/files/img/album/ee00f21511f6c/w/65f195f959_260x260a.webp",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img class=\"kl-img-cover\" src=\"https://arkose.com/files/img/album/ee00f21511f6c/w/65f195f959_260x260a.webp\" alt=\"image\">"
    },
    {
      "src": "https://arkose.com/files/img/album/ee00f21511f6c/w/7df419ec4d_260x260a.webp",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img class=\"kl-img-cover\" src=\"https://arkose.com/files/img/album/ee00f21511f6c/w/7df419ec4d_260x260a.webp\" alt=\"image\">"
    },
    {
      "src": "https://arkose.com/files/img/album/ee00f21511f6c/w/129890edc0_260x260a.webp",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img class=\"kl-img-cover\" src=\"https://arkose.com/files/img/album/ee00f21511f6c/w/129890edc0_260x260a.webp\" alt=\"image\">"
    },
    {
      "src": "/file/icon-recrute.svg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"/file/icon-recrute.svg\" alt=\"icons\" class=\"img-fluid picto-footer-1\">"
    },
    {
      "src": "/file/icon-recrute-hover.svg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"/file/icon-recrute-hover.svg\" alt=\"icons\" class=\"img-fluid picto-footer-1-hover animate__animated animate__infinite animate__tada\">"
    },
    {
      "src": "/file/icon-email.svg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"/file/icon-email.svg\" alt=\"icons\" class=\"img-fluid picto-footer-2\">"
    },
    {
      "src": "/file/icon-email-hover.svg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"/file/icon-email-hover.svg\" alt=\"icons\" class=\"img-fluid picto-footer-2-hover animate__animated animate__infinite animate__tada\">"
    },
    {
      "src": "/file/global~logo-footer.svg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"/file/global~logo-footer.svg\" alt=\"arkose logo\" class=\"img-fluid kl-logo-footer\">"
    },
    {
      "src": "/file/global~loading-ripple.svg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"/file/global~loading-ripple.svg\" alt=\"loading\">"
    },
    {
      "src": "https://arkose.com/files/img/page/ee00f21511f6c/w/4e81f08963_159x213a.webp",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"https://arkose.com/files/img/page/ee00f21511f6c/w/4e81f08963_159x213a.webp\" class=\"img-fluid kl-img-desktop\">"
    },
    {
      "src": "https://arkose.com/files/img/page/ee00f21511f6c/w/45a721db4e_328x126a.webp",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"https://arkose.com/files/img/page/ee00f21511f6c/w/45a721db4e_328x126a.webp\" class=\"img-fluid kl-img-mobile\">"
    },
    {
      "src": "/file/popup~close.svg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"/file/popup~close.svg\" class=\"kl-close-popup\">"
    }
  ],
  "possibleDialogs": [
    "<div id=\"popup-57993\" class=\"kl-popup-home right-to-left d-none\" data-popup-id=\"popup-57993\" data-popup-expire=\"168\" data-wait-before-display> <div class=\"kl-popup-content\"> <div class=\"kl-image-popup\"> <img src=\"https://arkose.com/files/img/page/ee00f21511f6c/w/4e81f08963_159x213a.webp\" class=\"img-fluid kl-img-desktop\"> <img src=\"https://arkose.com/files/img/page/ee00f21511f6c/w/45a721db4e_328x126a.webp\" class=\"img-fluid kl-img-mobile\"> </div> <div class=\"kl-text-popup\"> &quot;right-to-left&...",
    "<div class=\"kl-popup-content\"> <div class=\"kl-image-popup\"> <img src=\"https://arkose.com/files/img/page/ee00f21511f6c/w/4e81f08963_159x213a.webp\" class=\"img-fluid kl-img-desktop\"> <img src=\"https://arkose.com/files/img/page/ee00f21511f6c/w/45a721db4e_328x126a.webp\" class=\"img-fluid kl-img-mobile\"> </div> <div class=\"kl-text-popup\"> &quot;right-to-left&quot; <img src=\"/file/popup~close.svg\" class=\"kl-close-popup\"> <h3>Le Summer Pass est de sortie ! </h3> <p>Grimpe en illimit&#xe9; jusqu&apos;a...",
    "<div class=\"kl-image-popup\"> <img src=\"https://arkose.com/files/img/page/ee00f21511f6c/w/4e81f08963_159x213a.webp\" class=\"img-fluid kl-img-desktop\"> <img src=\"https://arkose.com/files/img/page/ee00f21511f6c/w/45a721db4e_328x126a.webp\" class=\"img-fluid kl-img-mobile\"> </div>",
    "<div class=\"kl-text-popup\"> &quot;right-to-left&quot; <img src=\"/file/popup~close.svg\" class=\"kl-close-popup\"> <h3>Le Summer Pass est de sortie ! </h3> <p>Grimpe en illimit&#xe9; jusqu&apos;au 31/08 &#x1f3d6;&#xfe0f;</p> <a href=\"https://arkose.com/season-pass?utm_source=Site+Arkose&amp;utm_medium=organic&amp;utm_campaign=seasonpass-site&amp;utm_id=%231\" class=\"kl-btn kl-btn-small kl-btn-purple-primary kl-btn-drawing-border kl-btn-border-white-primary mt-3\"> <span class=\"kl-btn-text\">En savoi...",
    "<img src=\"/file/popup~close.svg\" class=\"kl-close-popup\">"
  ],
  "score": 70,
  "weight": 10
}

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

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

Details

02

Why it matters

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

Check name

GEO: Explanatory content depth

Score

75/100

Status

warning

Category

GEO, AIO & AEO

Maturity

Emerging recommendation

Goal

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

Result

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

Evidence
{
  "candidatePassages": 17,
  "citablePassages": 1,
  "failingCandidateParagraphs": [
    {
      "index": 1,
      "heading": "H2: Vos salles d'escalade de bloc et de voie de proximité",
      "text": "Découvrez l'expérience Arkose dans nos salles d'escalade de bloc et de voie, pensées pour tous les niveaux, des débutants aux grimpeurs confirmés. Nos espaces de grimpe vous accueillent 7j/7 pour une session de sport, de partage et de détente au cœur de votre ville. Prêts à relever le défi ?",
      "words": 58,
      "hasEvidence": true,
      "reasons": [
        "Too short for a citation-ready passage (58 words; target 80-220)."
      ],
      "html": "<p>D&#xe9;couvrez l&apos;exp&#xe9;rience Arkose dans nos salles d&apos;escalade de bloc et de voie, pens&#xe9;es pour tous les niveaux, des d&#xe9;butants aux grimpeurs confirm&#xe9;s. Nos espaces de grimpe vous accueillent 7j/7 pour une session de sport, de partage et de d&#xe9;tente au c&#x153;ur de votre ville. Pr&#xea;ts &#xe0; relever le d&#xe9;fi ?</p>"
    },
    {
      "index": 2,
      "heading": "H2: Nos restaurants éco-responsables et gourmands",
      "text": "Nos restaurants Arkose vous accueillent chaque jour dans des lieux de vie chaleureux et authentiques. Nos chefs y proposent une cuisine maison, végétale et gourmande, élaborée au rythme des saisons avec un sourcing responsable. Un engagement durable et éthique fièrement certifié par le label Écotable.",
      "words": 49,
      "hasEvidence": false,
      "reasons": [
        "Too short for a citation-ready passage (49 words; target 80-220).",
        "Missing a named source, statistic, date, percentage, report, or other evidence signal."
      ],
      "html": "<p>Nos restaurants Arkose vous accueillent chaque jour dans des lieux de vie chaleureux et authentiques. Nos chefs y proposent une cuisine maison, v&#xe9;g&#xe9;tale et gourmande, &#xe9;labor&#xe9;e au rythme des saisons avec un sourcing responsable. Un engagement durable et &#xe9;thique fi&#xe8;rement certifi&#xe9; par le label &#xc9;cotable.</p>"
    },
    {
      "index": 3,
      "heading": "H2: Nos magasins d'escalade et de montagne : le meilleur du matériel indoor et outdoor",
      "text": "Équipez-vous pour vos sessions de grimpe et vos sorties en pleine nature. Nos boutiques d'escalade Arkose proposent une sélection rigoureuse de matériel de montagne, chaussons de grimpe, magnésie et vêtements éco-conçus. Bénéficiez des conseils de nos experts pour grimper en toute sécurité !",
      "words": 50,
      "hasEvidence": false,
      "reasons": [
        "Too short for a citation-ready passage (50 words; target 80-220).",
        "Missing a named source, statistic, date, percentage, report, or other evidence signal."
      ],
      "html": "<p>&#xc9;quipez-vous pour vos sessions de grimpe et vos sorties en pleine nature. Nos boutiques d&apos;escalade Arkose proposent une s&#xe9;lection rigoureuse de mat&#xe9;riel de montagne, chaussons de grimpe, magn&#xe9;sie et v&#xea;tements &#xe9;co-con&#xe7;us. B&#xe9;n&#xe9;ficiez des conseils de nos experts pour grimper en toute s&#xe9;curit&#xe9; !</p>"
    },
    {
      "index": 4,
      "heading": "H2: Nos studios Yoga et Pilates pour le bien-être du corps et de l'esprit",
      "text": "Prolongez l'expérience bien-être dans nos studios de Yoga et Pilates. Nos enseignants certifiés vous proposent des cours adaptés pour travailler votre souplesse, renforcer vos muscles profonds et améliorer votre récupération, que vous soyez grimpeur ou simplement en quête d'équilibre au quotidien.",
      "words": 50,
      "hasEvidence": false,
      "reasons": [
        "Too short for a citation-ready passage (50 words; target 80-220).",
        "Missing a named source, statistic, date, percentage, report, or other evidence signal."
      ],
      "html": "<p>Prolongez l&apos;exp&#xe9;rience bien-&#xea;tre dans nos studios de Yoga et Pilates. Nos enseignants certifi&#xe9;s vous proposent des cours adapt&#xe9;s pour travailler votre souplesse, renforcer vos muscles profonds et am&#xe9;liorer votre r&#xe9;cup&#xe9;ration, que vous soyez grimpeur ou simplement en qu&#xea;te d&apos;&#xe9;quilibre au quotidien.</p>"
    },
    {
      "index": 5,
      "heading": "H2: Arkose+ : l'application qui booste votre expérience de grimpe",
      "text": "Téléchargez l'application Arkose+ et rejoignez la communauté ! Suivez votre progression, planifiez vos sessions de grimpe, réservez vos cours de yoga et profitez d'avantages exclusifs directement depuis votre smartphone. Votre pass pour vivre l'expérience Arkose à 100% est à portée de clic.",
      "words": 44,
      "hasEvidence": true,
      "reasons": [
        "Too short for a citation-ready passage (44 words; target 80-220)."
      ],
      "html": "<p>T&#xe9;l&#xe9;chargez l&apos;application Arkose+ et rejoignez la communaut&#xe9; ! Suivez votre progression, planifiez vos sessions de grimpe, r&#xe9;servez vos cours de yoga et profitez d&apos;avantages exclusifs directement depuis votre smartphone. Votre pass pour vivre l&apos;exp&#xe9;rience Arkose &#xe0; 100% est &#xe0; port&#xe9;e de clic.</p>"
    },
    {
      "index": 6,
      "heading": "H2: Arkose, entreprise à mission : grimper, s'engager, transformer",
      "text": "Bien plus que des salles de sport, nous construisons des lieux de vie porteurs de changement. En tant qu'entreprise à mission, Arkose place la responsabilité sociétale et environnementale (RSE) au cœur de son modèle. Transition écologique, inclusion culturelle et alimentation durable : découvrez comment nous agissons au quotidien pour réduire notre empreinte et inspirer notre communauté.",
      "words": 59,
      "hasEvidence": false,
      "reasons": [
        "Too short for a citation-ready passage (59 words; target 80-220).",
        "Missing a named source, statistic, date, percentage, report, or other evidence signal."
      ],
      "html": "<p>Bien plus que des salles de sport, nous construisons des lieux de vie porteurs de changement. En tant qu&apos;entreprise &#xe0; mission, Arkose place la responsabilit&#xe9; soci&#xe9;tale et environnementale (RSE) au c&#x153;ur de son mod&#xe8;le. Transition &#xe9;cologique, inclusion culturelle et alimentation durable : d&#xe9;couvrez comment nous agissons au quotidien pour r&#xe9;duire notre empreinte et inspirer notre communaut&#xe9;.</p>"
    },
    {
      "index": 19,
      "heading": "H4: Nouvelle carte de saison dans les Cantines Arkose : du réconfort local et engagé au menu",
      "text": "Avec le retour des beaux jours, les cantines Arkose font évoluer leur carte pour célébrer le printemps comme il se doit : autour d’une table vivante, généreuse et résolument conviviale. Ici, on ne vient pas seulement manger on vient partager, échanger, prolonger une séance de grimpe ou simplement profiter d’un moment ensemble !",
      "words": 59,
      "hasEvidence": false,
      "reasons": [
        "Too short for a citation-ready passage (59 words; target 80-220).",
        "Missing a named source, statistic, date, percentage, report, or other evidence signal."
      ],
      "html": "<p>Avec le retour des beaux jours, les cantines Arkose font &#xe9;voluer leur carte pour c&#xe9;l&#xe9;brer le printemps comme il se doit : autour d&#x2019;une table vivante, g&#xe9;n&#xe9;reuse et r&#xe9;solument conviviale. Ici, on ne vient pas seulement manger on vient partager, &#xe9;changer, prolonger une s&#xe9;ance de grimpe ou simplement profiter d&#x2019;un moment ensemble !</p>"
    },
    {
      "index": 21,
      "heading": "H4: Entraînement trail : pourquoi l’escalade est le meilleur entraînement croisé ?",
      "text": "Pour progresser et surtout durer, un bon entraînement trail doit intégrer une dimension essentielle : l’entraînement croisé. Si le vélo et la natation sont des classiques, l’escalade de bloc s’impose comme l’arme secrète des coureurs de montagne.",
      "words": 45,
      "hasEvidence": false,
      "reasons": [
        "Too short for a citation-ready passage (45 words; target 80-220).",
        "Missing a named source, statistic, date, percentage, report, or other evidence signal."
      ],
      "html": "<p>Pour progresser et surtout durer, un bon entra&#xee;nement trail doit int&#xe9;grer une dimension essentielle : l&#x2019;entra&#xee;nement crois&#xe9;. Si le v&#xe9;lo et la natation sont des classiques, l&#x2019;escalade de bloc s&#x2019;impose comme l&#x2019;arme secr&#xe8;te des coureurs de montagne.</p>"
    },
    {
      "index": 23,
      "heading": "H4: Team building escalade en salle : une expérience clé en main chez Arkose",
      "text": "Accessible à tous, même aux débutants, l’escalade indoor permet à chacun de participer à son rythme, dans une ambiance conviviale et stimulante. Chez Arkose, le team building devient un véritable événement d’entreprise original, pensé pour rassembler les équipes autour d’un moment de partage.",
      "words": 47,
      "hasEvidence": false,
      "reasons": [
        "Too short for a citation-ready passage (47 words; target 80-220).",
        "Missing a named source, statistic, date, percentage, report, or other evidence signal."
      ],
      "html": "<p>Accessible &#xe0; tous, m&#xea;me aux d&#xe9;butants, l&#x2019;escalade indoor permet &#xe0; chacun de participer &#xe0; son rythme, dans une ambiance conviviale et stimulante. Chez Arkose, le team building devient un v&#xe9;ritable &#xe9;v&#xe9;nement d&#x2019;entreprise original, pens&#xe9; pour rassembler les &#xe9;quipes autour d&#x2019;un moment de partage.</p>"
    },
    {
      "index": 34,
      "heading": "H4: Mejdi Schalck relève le défi des 100 voies violettes dans les salles Arkose parisiennes",
      "text": "Le grimpeur français Mejdi Schalck, ambassadeur Arkose et prodige de l'escalade de bloc, s’est lancé un défi aussi audacieux que symbolique : enchaîner 100 blocs violets, soit les voies les plus dures du réseau Arkose, dans toutes les salles parisiennes en une seule journée.",
      "words": 49,
      "hasEvidence": true,
      "reasons": [
        "Too short for a citation-ready passage (49 words; target 80-220)."
      ],
      "html": "<p>Le grimpeur fran&#xe7;ais Mejdi Schalck, ambassadeur Arkose et prodige de l&apos;escalade de bloc, s&#x2019;est lanc&#xe9; un d&#xe9;fi aussi audacieux que symbolique : encha&#xee;ner 100 blocs violets, soit les voies les plus dures du r&#xe9;seau Arkose, dans toutes les salles parisiennes en une seule journ&#xe9;e.</p>"
    },
    {
      "index": 40,
      "heading": "H4: Le Pass Étudiant est chez Arkose !",
      "text": "Le Pass Étudiant Arkose, c’est ton ticket pour une année de grimpe sans limites et de soirées inoubliables. Réservé exclusivement aux étudiants et disponible uniquement à l’achat en salle, il est valable du 1er septembre au 30 juin. De quoi t’entraîner, progresser et profiter à fond de l’ambiance Arkose dans toutes nos salles.",
      "words": 59,
      "hasEvidence": true,
      "reasons": [
        "Too short for a citation-ready passage (59 words; target 80-220)."
      ],
      "html": "<p>Le Pass &#xc9;tudiant Arkose, c&#x2019;est ton ticket pour une ann&#xe9;e de grimpe sans limites et de soir&#xe9;es inoubliables. R&#xe9;serv&#xe9; exclusivement aux &#xe9;tudiants et disponible uniquement &#xe0; l&#x2019;achat en salle, il est valable du 1er septembre au 30 juin. De quoi t&#x2019;entra&#xee;ner, progresser et profiter &#xe0; fond de l&#x2019;ambiance Arkose dans toutes nos salles.</p>"
    },
    {
      "index": 42,
      "heading": "H4: Arkose ouvre ses portes à Angers avec une nouvelle salle d’escalade de bloc",
      "text": "Envie de grimper à Angers ? Arkose débarque dans le quartier Belle-Beille avec la plus grande salle d’escalade de bloc de la ville. Un loft industriel de 1800 m² dédié au plaisir du mouvement, aux rencontres et à la détente.",
      "words": 41,
      "hasEvidence": true,
      "reasons": [
        "Too short for a citation-ready passage (41 words; target 80-220)."
      ],
      "html": "<p>Envie de grimper &#xe0; Angers ? Arkose d&#xe9;barque dans le quartier Belle-Beille avec la plus grande salle d&#x2019;escalade de bloc de la ville. Un loft industriel de 1800 m&#xb2; d&#xe9;di&#xe9; au plaisir du mouvement, aux rencontres et &#xe0; la d&#xe9;tente. </p>"
    },
    {
      "index": 43,
      "heading": "H4: Actu Heroes - Retour sur le mois de juin",
      "text": "Après un mois de mai riche en podium, on aurait pu croire nos athlètes fatigués… Mais non ! Sur ce mois de juin, ils ont enchaîné les compètes, avec toujours plus de médailles à la clé. On vous résume ça.",
      "words": 45,
      "hasEvidence": false,
      "reasons": [
        "Too short for a citation-ready passage (45 words; target 80-220).",
        "Missing a named source, statistic, date, percentage, report, or other evidence signal."
      ],
      "html": "<p>Apr&#xe8;s un mois de mai riche en podium, on aurait pu croire nos athl&#xe8;tes fatigu&#xe9;s&#x2026; Mais non ! Sur ce mois de juin, ils ont encha&#xee;n&#xe9; les comp&#xe8;tes, avec toujours plus de m&#xe9;dailles &#xe0; la cl&#xe9;. On vous r&#xe9;sume &#xe7;a.</p>"
    },
    {
      "index": 87,
      "heading": "H4: Quand l'escalade rencontre l'art",
      "text": "Prendre de la hauteur, faire le plein de sensations fortes depuis son siège de spectateur. Sur scène artistes, aventuriers et sportifs de l’extrême se rencontrent, conviés par Rachid Ouramdane dans une chorégraphie originale mêlant danse contemporaine, escalade et projection vidéo.",
      "words": 48,
      "hasEvidence": false,
      "reasons": [
        "Too short for a citation-ready passage (48 words; target 80-220).",
        "Missing a named source, statistic, date, percentage, report, or other evidence signal."
      ],
      "html": "<p>Prendre de la hauteur, faire le plein de sensations fortes depuis son si&#xe8;ge de spectateur. Sur sc&#xe8;ne artistes, aventuriers et sportifs de l&#x2019;extr&#xea;me se rencontrent, convi&#xe9;s par Rachid Ouramdane dans une chor&#xe9;graphie originale m&#xea;lant danse contemporaine, escalade et projection vid&#xe9;o.</p>"
    },
    {
      "index": 93,
      "heading": "H4: Interview de Solenne Piret après sa réalisation d’Onde de choc",
      "text": "Vous avez peut être déjà vu l’exploit réalisé par Solenne Piret, une athlète du programme BeTH d’Arkose, avec la réalisation d’Onde de Choc, un superbe bloc en 7b du secteur Apremont Est ouvert par la légende Jacky Godoffe.",
      "words": 46,
      "hasEvidence": false,
      "reasons": [
        "Too short for a citation-ready passage (46 words; target 80-220).",
        "Missing a named source, statistic, date, percentage, report, or other evidence signal."
      ],
      "html": "<p>Vous avez peut &#xea;tre d&#xe9;j&#xe0; vu l&#x2019;exploit r&#xe9;alis&#xe9; par Solenne Piret, une athl&#xe8;te du programme BeTH d&#x2019;Arkose, avec la r&#xe9;alisation d&#x2019;Onde de Choc, un superbe bloc en 7b du secteur Apremont Est ouvert par la l&#xe9;gende Jacky Godoffe.</p>"
    },
    {
      "index": 94,
      "heading": "H4: Retour sur l'aventure Makatea avec Nina Caprez et Solenne Piret",
      "text": "Vous êtes sans doute déjà nombreux à avoir regardé ce très beau film, Makatea, qui raconte comment une team de grimpeurs internationaux a participé à la naissance d’un spot de grimpe magique sur un atoll exceptionnel perdu dans la Polynésie française à des dizaines d’heures de navigation du premier aéroport international.",
      "words": 55,
      "hasEvidence": false,
      "reasons": [
        "Too short for a citation-ready passage (55 words; target 80-220).",
        "Missing a named source, statistic, date, percentage, report, or other evidence signal."
      ],
      "html": "<p>Vous &#xea;tes sans doute d&#xe9;j&#xe0; nombreux &#xe0; avoir regard&#xe9; ce tr&#xe8;s beau film, Makatea, qui raconte comment une team de grimpeurs internationaux a particip&#xe9; &#xe0; la naissance d&#x2019;un spot de grimpe magique sur un atoll exceptionnel perdu dans la Polyn&#xe9;sie fran&#xe7;aise &#xe0; des dizaines d&#x2019;heures de navigation du premier a&#xe9;roport international.</p>"
    }
  ],
  "citableParagraphs": [
    {
      "index": 56,
      "heading": "H4: Climb Fest w/The North Face",
      "text": "The North Face Climb Festival célèbre l’escalade et la culture avec des DJ sets, de la nourriture locale, du bloc et une compétition de vitesse sur un mur de 16 mètres s’élevant au-dessus de l’eau. Que tu préfères prendre de la hauteur ou avoir les pieds bien ancrés au sol, ne rate pas cet événement unique à Londres. Et en étant membre de la Arkose Family, tu peux gagner ta lace pour y assister !",
      "words": 84,
      "hasEvidence": true,
      "reasons": [],
      "html": "<p>The North Face Climb Festival c&#xe9;l&#xe8;bre l&#x2019;escalade et la culture avec des DJ sets, de la nourriture locale, du bloc et une comp&#xe9;tition de vitesse sur un mur de 16 m&#xe8;tres s&#x2019;&#xe9;levant au-dessus de l&#x2019;eau. Que tu pr&#xe9;f&#xe8;res prendre de la hauteur ou avoir les pieds bien ancr&#xe9;s au sol, ne rate pas cet &#xe9;v&#xe9;nement unique &#xe0; Londres. Et en &#xe9;tant membre de la Arkose Family, tu peux gagner ta lace pour y assister !</p>"
    }
  ],
  "score": 75,
  "weight": 18
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

AIO: Answer block readiness

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

2 Warning

Needs attention

AIO: Answer block readiness

Warning
01

Issue

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

Details

02

Why it matters

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

Check name

AIO: Answer block readiness

Score

65/100

Status

warning

Category

GEO, AIO & AEO

Maturity

Emerging recommendation

Goal

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

Result

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

Evidence
{
  "sectionCount": 10,
  "passing": 0,
  "failing": [
    {
      "heading": "Tout l’univers de la culture grimpe",
      "headingHtml": "<h2 class=\"filled\">Tout l&#x2019;univers de la culture grimpe</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Vos salles d'escalade de bloc et de voie de proximité",
      "headingHtml": "<h2>Vos salles d&apos;escalade de bloc et de voie de proximit&#xe9;</h2>",
      "firstParagraph": "Découvrez l'expérience Arkose dans nos salles d'escalade de bloc et de voie, pensées pour tous les niveaux, des débutants aux grimpeurs confirmés. Nos espaces de grimpe vous accueillent 7j/7 pour une session de sport, de partage et de détente au cœur de votre ville. Prêts à relever le défi ?",
      "paragraphHtml": "<p>D&#xe9;couvrez l&apos;exp&#xe9;rience Arkose dans nos salles d&apos;escalade de bloc et de voie, pens&#xe9;es pour tous les niveaux, des d&#xe9;butants aux grimpeurs confirm&#xe9;s. Nos espaces de grimpe vous accueillent 7j/7 pour une session de sport, de partage et de d&#xe9;tente au c&#x153;ur de votre ville. Pr&#xea;ts &#xe0; relever le d&#xe9;fi ?</p>",
      "words": 58,
      "direct": false,
      "issue": "First paragraph is 58 words and does not look like a concise direct answer."
    },
    {
      "heading": "Nos restaurants éco-responsables et gourmands",
      "headingHtml": "<h2>Nos restaurants &#xe9;co-responsables et gourmands</h2>",
      "firstParagraph": "Nos restaurants Arkose vous accueillent chaque jour dans des lieux de vie chaleureux et authentiques. Nos chefs y proposent une cuisine maison, végétale et gourmande, élaborée au rythme des saisons avec un sourcing responsable. Un engagement durable et éthique fièrement certifié par le label Écotable.",
      "paragraphHtml": "<p>Nos restaurants Arkose vous accueillent chaque jour dans des lieux de vie chaleureux et authentiques. Nos chefs y proposent une cuisine maison, v&#xe9;g&#xe9;tale et gourmande, &#xe9;labor&#xe9;e au rythme des saisons avec un sourcing responsable. Un engagement durable et &#xe9;thique fi&#xe8;rement certifi&#xe9; par le label &#xc9;cotable.</p>",
      "words": 49,
      "direct": false,
      "issue": "First paragraph is 49 words and does not look like a concise direct answer."
    },
    {
      "heading": "Nos magasins d'escalade et de montagne : le meilleur du matériel indoor et outdoor",
      "headingHtml": "<h2>Nos magasins d&apos;escalade et de montagne : le meilleur du mat&#xe9;riel indoor et outdoor</h2>",
      "firstParagraph": "Équipez-vous pour vos sessions de grimpe et vos sorties en pleine nature. Nos boutiques d'escalade Arkose proposent une sélection rigoureuse de matériel de montagne, chaussons de grimpe, magnésie et vêtements éco-conçus. Bénéficiez des conseils de nos experts pour grimper en toute sécurité !",
      "paragraphHtml": "<p>&#xc9;quipez-vous pour vos sessions de grimpe et vos sorties en pleine nature. Nos boutiques d&apos;escalade Arkose proposent une s&#xe9;lection rigoureuse de mat&#xe9;riel de montagne, chaussons de grimpe, magn&#xe9;sie et v&#xea;tements &#xe9;co-con&#xe7;us. B&#xe9;n&#xe9;ficiez des conseils de nos experts pour grimper en toute s&#xe9;curit&#xe9; !</p>",
      "words": 50,
      "direct": false,
      "issue": "First paragraph is 50 words and does not look like a concise direct answer."
    },
    {
      "heading": "Nos studios Yoga et Pilates pour le bien-être du corps et de l'esprit",
      "headingHtml": "<h2>Nos studios Yoga et Pilates pour le bien-&#xea;tre du corps et de l&apos;esprit</h2>",
      "firstParagraph": "Prolongez l'expérience bien-être dans nos studios de Yoga et Pilates. Nos enseignants certifiés vous proposent des cours adaptés pour travailler votre souplesse, renforcer vos muscles profonds et améliorer votre récupération, que vous soyez grimpeur ou simplement en quête d'équilibre au quotidien.",
      "paragraphHtml": "<p>Prolongez l&apos;exp&#xe9;rience bien-&#xea;tre dans nos studios de Yoga et Pilates. Nos enseignants certifi&#xe9;s vous proposent des cours adapt&#xe9;s pour travailler votre souplesse, renforcer vos muscles profonds et am&#xe9;liorer votre r&#xe9;cup&#xe9;ration, que vous soyez grimpeur ou simplement en qu&#xea;te d&apos;&#xe9;quilibre au quotidien.</p>",
      "words": 50,
      "direct": false,
      "issue": "First paragraph is 50 words and does not look like a concise direct answer."
    },
    {
      "heading": "Arkose+ : l'application qui booste votre expérience de grimpe",
      "headingHtml": "<h2>Arkose+ : l&apos;application qui booste votre exp&#xe9;rience de grimpe</h2>",
      "firstParagraph": "Téléchargez l'application Arkose+ et rejoignez la communauté ! Suivez votre progression, planifiez vos sessions de grimpe, réservez vos cours de yoga et profitez d'avantages exclusifs directement depuis votre smartphone. Votre pass pour vivre l'expérience Arkose à 100% est à portée de clic.",
      "paragraphHtml": "<p>T&#xe9;l&#xe9;chargez l&apos;application Arkose+ et rejoignez la communaut&#xe9; ! Suivez votre progression, planifiez vos sessions de grimpe, r&#xe9;servez vos cours de yoga et profitez d&apos;avantages exclusifs directement depuis votre smartphone. Votre pass pour vivre l&apos;exp&#xe9;rience Arkose &#xe0; 100% est &#xe0; port&#xe9;e de clic.</p>",
      "words": 44,
      "direct": false,
      "issue": "First paragraph is 44 words and does not look like a concise direct answer."
    },
    {
      "heading": "Arkose, entreprise à mission : grimper, s'engager, transformer",
      "headingHtml": "<h2>Arkose, entreprise &#xe0; mission : grimper, s&apos;engager, transformer</h2>",
      "firstParagraph": "Bien plus que des salles de sport, nous construisons des lieux de vie porteurs de changement. En tant qu'entreprise à mission, Arkose place la responsabilité sociétale et environnementale (RSE) au cœur de son modèle. Transition écologique, inclusion culturelle et alimentation durable : découvrez comment nous agisson...",
      "paragraphHtml": "<p>Bien plus que des salles de sport, nous construisons des lieux de vie porteurs de changement. En tant qu&apos;entreprise &#xe0; mission, Arkose place la responsabilit&#xe9; soci&#xe9;tale et environnementale (RSE) au c&#x153;ur de son mod&#xe8;le. Transition &#xe9;cologique, inclusion culturelle et alimentation durable : d&#xe9;couvrez comment nous agissons au quotidien pour r&#xe9;duire notre empreinte et inspirer notre communaut&#xe9;.</p>",
      "words": 59,
      "direct": false,
      "issue": "First paragraph is 59 words and does not look like a concise direct answer."
    },
    {
      "heading": "Nos Actus",
      "headingHtml": "<h2>Nos Actus</h2>",
      "firstParagraph": "Mettez vous à la grimpe !",
      "paragraphHtml": "<p>Mettez vous &#xe0; la grimpe !</p>",
      "words": 4,
      "direct": false,
      "issue": "First paragraph is 4 words and does not look like a concise direct answer."
    },
    {
      "heading": "Suivez nos aventuressur Instagram",
      "headingHtml": "<h2> Suivez nos aventures<br>sur <a href=\"https://www.instagram.com/arkose.climbing/\" class=\"kl-insta-link\"> <span class=\"kl-insta-link-text\"><i class=\"fab fa-instagram\"></i> Instagram</span> </a> </h2>",
      "firstParagraph": "Envie de faire un métier passion ? Rejoignez la Arkose Family !",
      "paragraphHtml": "<p>Envie de faire un m&#xe9;tier passion ? <br>Rejoignez la Arkose Family !</p>",
      "words": 11,
      "direct": false,
      "issue": "First paragraph is 11 words and does not look like a concise direct answer."
    },
    {
      "heading": "Le Summer Pass est de sortie !",
      "headingHtml": "<h3>Le Summer Pass est de sortie ! </h3>",
      "firstParagraph": "Grimpe en illimité jusqu'au 31/08 🏖️",
      "paragraphHtml": "<p>Grimpe en illimit&#xe9; jusqu&apos;au 31/08 &#x1f3d6;&#xfe0f;</p>",
      "words": 6,
      "direct": false,
      "issue": "First paragraph is 6 words and does not look like a concise direct answer."
    }
  ],
  "score": 65,
  "weight": 8
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

GEO: Entity clarity

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

2 Warning

Needs attention

GEO: Entity clarity

Warning
01

Issue

Title/H1 terms missing from description: leader, premi, entr.

Details

02

Why it matters

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

Check name

GEO: Entity clarity

Score

85/100

Status

warning

Category

GEO, AIO & AEO

Maturity

Emerging recommendation

Goal

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

Result

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

Evidence
{
  "title": "Arkose - Leader de l'escalade en France",
  "h1": "Ta première entrée à 10 € !",
  "description": "Arkose, le meilleur de l’escalade urbaine : grimpe libre, cours, afterworks et cantines engagées dans plus de 30 lieux en France et en Europe.",
  "topicOverlap": 0.5,
  "topicTerms": [
    "arkose",
    "leader",
    "escalade",
    "france",
    "premi",
    "entr"
  ],
  "descriptionTerms": [
    "arkose",
    "meilleur",
    "escalade",
    "urbaine",
    "grimpe",
    "libre",
    "cours",
    "afterworks",
    "cantines",
    "engag",
    "dans",
    "plus",
    "lieux",
    "france",
    "europe"
  ],
  "missingFromDescription": [
    "leader",
    "premi",
    "entr"
  ],
  "score": 85,
  "weight": 28
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

AEO: Entity and definition clarity

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

2 Warning

Needs attention

AEO: Entity and definition clarity

Warning
01

Issue

Entity or definition gaps: leader, premi, entr.

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

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

Evidence
{
  "title": "Arkose - Leader de l'escalade en France",
  "h1": "Ta première entrée à 10 € !",
  "description": "Arkose, le meilleur de l’escalade urbaine : grimpe libre, cours, afterworks et cantines engagées dans plus de 30 lieux en France et en Europe.",
  "topicOverlap": 0.5,
  "definitionCount": 0,
  "topicTerms": [
    "arkose",
    "leader",
    "escalade",
    "france",
    "premi",
    "entr"
  ],
  "descriptionTerms": [
    "arkose",
    "meilleur",
    "escalade",
    "urbaine",
    "grimpe",
    "libre",
    "cours",
    "afterworks",
    "cantines",
    "engag",
    "dans",
    "plus",
    "lieux",
    "france",
    "europe"
  ],
  "missingFromDescription": [
    "leader",
    "premi",
    "entr"
  ],
  "score": 73,
  "weight": 18
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

AEO: Answer intent coverage

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

1 Warning

Needs attention

AEO: Answer intent coverage

Warning
01

Issue

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

Details

02

Why it matters

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

Check name

AEO: Answer intent coverage

Score

70/100

Status

warning

Category

GEO, AIO & AEO

Maturity

Emerging recommendation

Goal

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

Result

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

Evidence
{
  "headings": [
    {
      "text": "Tout l’univers de la culture grimpe",
      "html": "<h2 class=\"filled\">Tout l&#x2019;univers de la culture grimpe</h2>"
    },
    {
      "text": "Vos salles d'escalade de bloc et de voie de proximité",
      "html": "<h2>Vos salles d&apos;escalade de bloc et de voie de proximit&#xe9;</h2>"
    },
    {
      "text": "Nos restaurants éco-responsables et gourmands",
      "html": "<h2>Nos restaurants &#xe9;co-responsables et gourmands</h2>"
    },
    {
      "text": "Nos magasins d'escalade et de montagne : le meilleur du matériel indoor et outdoor",
      "html": "<h2>Nos magasins d&apos;escalade et de montagne : le meilleur du mat&#xe9;riel indoor et outdoor</h2>"
    },
    {
      "text": "Nos studios Yoga et Pilates pour le bien-être du corps et de l'esprit",
      "html": "<h2>Nos studios Yoga et Pilates pour le bien-&#xea;tre du corps et de l&apos;esprit</h2>"
    },
    {
      "text": "Arkose+ : l'application qui booste votre expérience de grimpe",
      "html": "<h2>Arkose+ : l&apos;application qui booste votre exp&#xe9;rience de grimpe</h2>"
    },
    {
      "text": "Arkose, entreprise à mission : grimper, s'engager, transformer",
      "html": "<h2>Arkose, entreprise &#xe0; mission : grimper, s&apos;engager, transformer</h2>"
    },
    {
      "text": "Nos Actus",
      "html": "<h2>Nos Actus</h2>"
    },
    {
      "text": "Suivez nos aventuressur Instagram",
      "html": "<h2> Suivez nos aventures<br>sur <a href=\"https://www.instagram.com/arkose.climbing/\" class=\"kl-insta-link\"> <span class=\"kl-insta-link-text\"><i class=\"fab fa-instagram\"></i> Instagram</span> </a> </h2>"
    }
  ],
  "expected": [
    {
      "id": "what",
      "label": "What is Arkose - Leader de l'escalade en France?",
      "pattern": {}
    },
    {
      "id": "how",
      "label": "How does Arkose - Leader de l'escalade en France work?",
      "pattern": {}
    },
    {
      "id": "benefits",
      "label": "Why use Arkose - Leader de l'escalade en France?",
      "pattern": {}
    },
    {
      "id": "cost",
      "label": "Is Arkose - Leader de l'escalade en France free or paid?",
      "pattern": {}
    },
    {
      "id": "compare",
      "label": "How does Arkose - Leader de l'escalade en France compare with alternatives?",
      "pattern": {}
    }
  ],
  "missing": [
    {
      "id": "what",
      "label": "What is Arkose - Leader de l'escalade en France?",
      "pattern": {}
    },
    {
      "id": "how",
      "label": "How does Arkose - Leader de l'escalade en France work?",
      "pattern": {}
    },
    {
      "id": "benefits",
      "label": "Why use Arkose - Leader de l'escalade en France?",
      "pattern": {}
    },
    {
      "id": "cost",
      "label": "Is Arkose - Leader de l'escalade en France free or paid?",
      "pattern": {}
    },
    {
      "id": "compare",
      "label": "How does Arkose - Leader de l'escalade en France compare with alternatives?",
      "pattern": {}
    }
  ],
  "score": 70,
  "weight": 8
}

Agent Ease of UseAPIEmerging recommendation

AI context endpoint

AI context endpoint is informational for this page.

Informational

Needs attention

AI context endpoint

Informational
01

Issue

AI context endpoint is informational for this page.

02

Why it matters

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

Check name

AI context endpoint

Score

100/100

Status

informational

Category

API

Maturity

Emerging recommendation

Goal

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

Result

AI context endpoint is informational for this page.

Validation steps

  1. Fetch to find resource

    AI context endpoint was not found at the expected path.

Evidence
{
  "steps": [
    {
      "id": "fetch",
      "title": "Fetch to find resource",
      "status": "informational",
      "evidence": {
        "checked": [
          {
            "path": "/api/ai/context",
            "error": "TimeoutError: The operation was aborted due to timeout"
          },
          {
            "path": "/api/context",
            "error": "TimeoutError: The operation was aborted due to timeout"
          },
          {
            "path": "/context",
            "error": "TimeoutError: The operation was aborted due to timeout"
          }
        ]
      },
      "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": [
    {
      "text": "Tout l’univers de la culture grimpe",
      "html": "<h2 class=\"filled\">Tout l&#x2019;univers de la culture grimpe</h2>"
    },
    {
      "text": "Vos salles d'escalade de bloc et de voie de proximité",
      "html": "<h2>Vos salles d&apos;escalade de bloc et de voie de proximit&#xe9;</h2>"
    },
    {
      "text": "Nos restaurants éco-responsables et gourmands",
      "html": "<h2>Nos restaurants &#xe9;co-responsables et gourmands</h2>"
    },
    {
      "text": "Nos magasins d'escalade et de montagne : le meilleur du matériel indoor et outdoor",
      "html": "<h2>Nos magasins d&apos;escalade et de montagne : le meilleur du mat&#xe9;riel indoor et outdoor</h2>"
    },
    {
      "text": "Nos studios Yoga et Pilates pour le bien-être du corps et de l'esprit",
      "html": "<h2>Nos studios Yoga et Pilates pour le bien-&#xea;tre du corps et de l&apos;esprit</h2>"
    },
    {
      "text": "Arkose+ : l'application qui booste votre expérience de grimpe",
      "html": "<h2>Arkose+ : l&apos;application qui booste votre exp&#xe9;rience de grimpe</h2>"
    },
    {
      "text": "Arkose, entreprise à mission : grimper, s'engager, transformer",
      "html": "<h2>Arkose, entreprise &#xe0; mission : grimper, s&apos;engager, transformer</h2>"
    },
    {
      "text": "Nos Actus",
      "html": "<h2>Nos Actus</h2>"
    },
    {
      "text": "Suivez nos aventuressur Instagram",
      "html": "<h2> Suivez nos aventures<br>sur <a href=\"https://www.instagram.com/arkose.climbing/\" class=\"kl-insta-link\"> <span class=\"kl-insta-link-text\"><i class=\"fab fa-instagram\"></i> Instagram</span> </a> </h2>"
    }
  ],
  "expected": [
    {
      "id": "what",
      "label": "What is Arkose - Leader de l'escalade en France?",
      "pattern": {}
    },
    {
      "id": "how",
      "label": "How does Arkose - Leader de l'escalade en France work?",
      "pattern": {}
    },
    {
      "id": "benefits",
      "label": "Why use Arkose - Leader de l'escalade en France?",
      "pattern": {}
    },
    {
      "id": "cost",
      "label": "Is Arkose - Leader de l'escalade en France free or paid?",
      "pattern": {}
    },
    {
      "id": "compare",
      "label": "How does Arkose - Leader de l'escalade en France compare with alternatives?",
      "pattern": {}
    }
  ],
  "missing": [
    {
      "id": "what",
      "label": "What is Arkose - Leader de l'escalade en France?",
      "pattern": {}
    },
    {
      "id": "how",
      "label": "How does Arkose - Leader de l'escalade en France work?",
      "pattern": {}
    },
    {
      "id": "benefits",
      "label": "Why use Arkose - Leader de l'escalade en France?",
      "pattern": {}
    },
    {
      "id": "cost",
      "label": "Is Arkose - Leader de l'escalade en France free or paid?",
      "pattern": {}
    },
    {
      "id": "compare",
      "label": "How does Arkose - Leader de l'escalade en France 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 could not be fetched.

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 could not be fetched.

  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,
        "error": "TimeoutError: The operation was aborted due to timeout",
        "validation": {
          "valid": false,
          "issue": "auth.md could not be fetched."
        }
      },
      "issue": "auth.md could not be fetched.",
      "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,
        "error": "TimeoutError: The operation was aborted due to timeout",
        "text": ""
      },
      "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,
          "error": "TimeoutError: The operation was aborted due to timeout",
          "text": ""
        }
      },
      "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": 3,
    "signals": [
      {
        "source": "link:href",
        "weight": 3,
        "match": "auth link"
      }
    ]
  },
  "resourceFetchSucceeded": false
}

AI DiscoverabilityDiscoverabilityEstablished

IndexNow key

IndexNow key is informational for this page.

Informational

Needs attention

IndexNow key

Informational
01

Issue

IndexNow key is informational for this page.

02

Why it matters

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

Check name

IndexNow key

Score

100/100

Status

informational

Category

Discoverability

Maturity

Established

Goal

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

Result

IndexNow key is informational for this page.

Validation steps

  1. Find advertised IndexNow key location

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

  2. Fetch and validate IndexNow key file

    No discoverable IndexNow key file was found.

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

Agent Ease of UseAuthEstablished

OAuth / OIDC discovery

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

Informational

Needs attention

OAuth / OIDC discovery

Informational
01

Issue

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

02

Why it matters

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

Check name

OAuth / OIDC discovery

Score

0/100

Status

informational

Category

Auth

Maturity

Established

Goal

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

Result

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

Validation steps

  1. Fetch to find resource

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

Evidence
{
  "failedStep": "fetch",
  "steps": [
    {
      "id": "fetch",
      "title": "Fetch to find resource",
      "status": "fail",
      "evidence": {
        "checked": [
          {
            "path": "/.well-known/openid-configuration",
            "error": "TimeoutError: The operation was aborted due to timeout"
          },
          {
            "path": "/.well-known/oauth-authorization-server",
            "error": "TimeoutError: The operation was aborted due to timeout"
          }
        ]
      },
      "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": 3,
    "signals": [
      {
        "source": "link:href",
        "weight": 3,
        "match": "auth link"
      }
    ]
  },
  "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 could not be fetched.

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 could not be fetched.

Evidence
{
  "failedStep": "fetch",
  "steps": [
    {
      "id": "fetch",
      "title": "Fetch protected resource metadata",
      "status": "fail",
      "evidence": {
        "path": "/.well-known/oauth-protected-resource",
        "error": "TimeoutError: The operation was aborted due to timeout"
      },
      "issue": "The OAuth Protected Resource metadata endpoint could not be fetched.",
      "howToFix": "Publish /.well-known/oauth-protected-resource JSON."
    }
  ],
  "authApplicability": {
    "supportsAuth": true,
    "score": 3,
    "signals": [
      {
        "source": "link:href",
        "weight": 3,
        "match": "auth link"
      }
    ]
  },
  "resourceFetchSucceeded": false
}

Performance and AccessibilityAccessibilityBrowser audit

Form elements do not have associated labels

100 Fail

Check name

Form elements do not have associated labels

Score

0/100

Status

fail

Device

desktop

Category

Accessibility

Fix guidance

Labels ensure that form controls are announced properly by assistive technologies, like screen readers. [Learn more about form element labels](https://dequeuniversity.com/rules/axe/4.11/label).

Evidence
{
  "description": "Labels ensure that form controls are announced properly by assistive technologies, like screen readers. [Learn more about form element labels](https://dequeuniversity.com/rules/axe/4.11/label)."
}

SEOSEOBrowser audit

Image elements do not have `[alt]` attributes

100 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)."
}

Performance and AccessibilityPerformanceBrowser audit

Improve image delivery

13 Fail

Check name

Improve image delivery

Score

0/100

Status

fail

Device

desktop

Category

Performance

Estimated savings

Est savings of 2,205 KiB

Fix guidance

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

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

Performance and AccessibilityPerformanceBrowser audit

LCP request discovery

13 Fail

Check name

LCP request discovery

Score

0/100

Status

fail

Device

desktop

Category

Performance

Fix guidance

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

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

Performance and AccessibilityPerformanceBrowser audit

Links do not have a discernible name

13 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

Network dependency tree

13 Fail

Check name

Network dependency tree

Score

0/100

Status

fail

Device

desktop

Category

Performance

Fix guidance

[Avoid chaining critical requests](https://developer.chrome.com/docs/performance/insights/network-dependency-tree) by reducing the length of chains, reducing the download size of resources, or deferring the download of unnecessary resources to improve page load.

Evidence
{
  "description": "[Avoid chaining critical requests](https://developer.chrome.com/docs/performance/insights/network-dependency-tree) by reducing the length of chains, reducing the download size of resources, or deferring the download of unnecessary resources to improve page load."
}

Performance and AccessibilityPerformanceBrowser audit

Reduce unused CSS

13 Fail

Check name

Reduce unused CSS

Score

0/100

Status

fail

Device

desktop

Category

Performance

Estimated savings

Est savings of 101 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 101 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": 110
}

Performance and AccessibilityPerformanceBrowser audit

Reduce unused JavaScript

13 Fail

Check name

Reduce unused JavaScript

Score

0/100

Status

fail

Device

desktop

Category

Performance

Estimated savings

Est savings of 508 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 508 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": 630
}

Performance and AccessibilityPerformanceBrowser audit

Use efficient cache lifetimes

6 Warning

Check name

Use efficient cache lifetimes

Score

50/100

Status

warning

Device

desktop

Category

Performance

Estimated savings

Est savings of 30 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 30 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

5 Fail

Check name

Loading performance

Score

62/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": "interactive",
      "title": "Time to Interactive",
      "score": 38,
      "displayValue": "5.2 s",
      "numericValue": 5176.629867215294
    },
    {
      "id": "largest-contentful-paint",
      "title": "Largest Contentful Paint",
      "score": 10,
      "displayValue": "4.7 s",
      "numericValue": 4669.092725418537
    },
    {
      "id": "max-potential-fid",
      "title": "Max Potential First Input Delay",
      "score": 79,
      "displayValue": "170 ms",
      "numericValue": 165
    },
    {
      "id": "server-response-time",
      "title": "Initial server response time was short",
      "score": 100,
      "displayValue": "Root document took 0 ms",
      "numericValue": 3
    },
    {
      "id": "network-rtt",
      "title": "Network Round Trip Times",
      "score": 100,
      "displayValue": "0 ms",
      "numericValue": 2.5083
    },
    {
      "id": "speed-index",
      "title": "Speed Index",
      "score": 2,
      "displayValue": "5.6 s",
      "numericValue": 5646.340976442192
    },
    {
      "id": "total-blocking-time",
      "title": "Total Blocking Time",
      "score": 77,
      "displayValue": "210 ms",
      "numericValue": 212.99999999999977
    },
    {
      "id": "first-contentful-paint",
      "title": "First Contentful Paint",
      "score": 87,
      "displayValue": "1.0 s",
      "numericValue": 996.5709075300165
    }
  ]
}

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
46/100Level 2, Agent-LimitedCurrent report
Report ID 03ae499f-1f52-478b-aad2-4a14ebb74adc. Scanned Jun 8, 2026, 9:37 PM.
arkose.com AI SEO Report: 46/100 (Level 2, Agent-Limited)