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

OVERALL SCORE

Level 3, Bot-Aware

Moderate readiness for AI agents
AIDiscoverability52%Agent Easeof Use10%Security& Trust80%GEO, AIO, AEO76%SEO92%Performance& Accessibility91%
  • AI Discoverability 52 out of 100
  • Agent Ease of Use 10 out of 100
  • Security & Trust 80 out of 100
  • GEO, AIO and AEO 76 out of 100
  • SEO 92 out of 100
  • Performance and Accessibility 91 out of 100

CAPTURED SCREENSHOT

Captured website desktop screenshot

What AI sees of your website

Learn a language. Memrise is authentic, useful & personalised. favicon

Learn a language. Memrise is authentic, useful & personalised.

Memrise is a language learning app for people who have a specific reason to learn. Trusted by 80 million learners, Memrise offers specialised courses for your goals: passing an exam, speaking confidently at work, building relationships or...

Next step

Turn this report into a fix workflow

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

Detailed report scores grouped by capability area
MetricScoreStatusPassedFailedWarningEvidence
AI Discoverability
52
Needs work11121View details
Discoverability
86
Mostly ready630View details
Content Readiness
58
Needs work551View details
Bot Access Control
0
Priority fix040View details
Agent Ease of Use
10
Priority fix6291View details
API
0
Priority fix060View details
Auth
Not Applicable
Not Applicable070View details
MCP
25
Priority fix260View details
Skill Discovery
5
Priority fix0101View details
Agent Commerce
Not Applicable
Not Applicable400
GEO, AIO and AEO
76
Mostly ready6014
GEO Readiness
78
Mostly ready204
AIO Readiness
76
Mostly ready205
AEO Readiness
73
Needs work205
SEO
92
Strong1010View details
SEO
92
Strong1010View details
Security & Trust
80
Mostly ready810View details
Security & Trust
80
Mostly ready410View details
AI Training Exposure
Not Applicable
Not Applicable400
Performance and Accessibility
91
Strong1932View details
Performance
95
Strong1022View details
Accessibility
83
Mostly ready910View details

Prioritized recommendations

Issues ranked by score impact

41 items need attention

Security & TrustSecurity & TrustEstablished

Content-Security-Policy

Content-Security-Policy is missing or incomplete.

100 Fail

Needs attention

Content-Security-Policy

Failed check
01

Issue

Content-Security-Policy is missing or incomplete.

02

Why it matters

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

Check name

Content-Security-Policy

Score

0/100

Status

fail

Category

Security & Trust

Maturity

Established

Goal

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

Result

Content-Security-Policy is missing or incomplete.

Evidence
{
  "header": "content-security-policy",
  "value": "upgrade-insecure-requests"
}

AI DiscoverabilityDiscoverabilityEstablished

Link headers

Link headers failed at "Find useful Link headers".

100 Fail

Needs attention

Link headers

Failed check
01

Issue

No useful agent discovery Link headers were found.

02

Why it matters

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

Check name

Link headers

Score

0/100

Status

fail

Category

Discoverability

Maturity

Established

Goal

Include Link response headers for agent discovery using RFC 8288.

Result

Link headers failed at "Find useful Link headers".

Validation steps

  1. Find useful Link headers

    No useful agent discovery Link headers were found.

  2. Fetch same-origin Link header targets

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

Evidence
{
  "failedStep": "presence",
  "steps": [
    {
      "id": "presence",
      "title": "Find useful Link headers",
      "status": "fail",
      "evidence": {
        "links": [
          {
            "url": "https://www.memrise.com/hubfs/hub_generated/template_assets/1/31539912616/1743631793672/template_style.css",
            "rel": "preload"
          },
          {
            "url": "https://www.memrise.com/hubfs/hub_generated/module_assets/1/107489279009/1779361998653/module_Header-2023-with-CTA.min.css",
            "rel": "preload"
          },
          {
            "url": "/hs/hsstatic/cos-LanguageSwitcher/static-1.336/sass/LanguageSwitcher.css",
            "rel": "preload"
          },
          {
            "url": "https://www.memrise.com/hubfs/hub_generated/module_assets/1/32000610082/1755018547385/module_Two_Column_-_Image_Content_Module.min.css",
            "rel": "preload"
          },
          {
            "url": "https://7052064.fs1.hubspotusercontent-na1.net/hubfs/7052064/hub_generated/module_assets/1/-130792639785/1781086783578/module_logo_grid.min.css",
            "rel": "preload"
          },
          {
            "url": "https://www.memrise.com/hubfs/hub_generated/module_assets/1/191563936544/1750429414891/module_image_slider_gallery_Krizia.min.css",
            "rel": "preload"
          },
          {
            "url": "https://cdn.jsdelivr.net/npm/@splidejs/[email protected]/dist/css/splide.min.css",
            "rel": "preload"
          }
        ]
      },
      "issue": "No useful agent discovery Link headers were found.",
      "howToFix": "Expose useful Link headers such as rel=\"api-catalog\", rel=\"service-doc\", and rel=\"service-desc\"."
    },
    {
      "id": "target-validation",
      "title": "Fetch same-origin Link header targets",
      "status": "fail",
      "evidence": {
        "checked": [],
        "failures": [
          {
            "reason": "No same-origin Link header targets were available to fetch."
          }
        ]
      },
      "issue": "Link headers did not expose any same-origin targets to validate.",
      "howToFix": "Make each same-origin Link href reachable and serve the advertised media type."
    }
  ]
}

Agent Ease of 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"
      },
      "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><!--[if lt IE 7]> <html class=\"no-js lt-ie9 lt-ie8 lt-ie7\" lang=\"en\" > <![endif]--><!--[if IE 7]>    <html class=\"no-js lt-ie9 lt-ie8\" lang=\"en\" >        <![endif]--><!--[if IE 8]>    <html class=\"no-js lt-ie9\" lang=\"en\" >               <![endif]--><!--[if gt IE 8]><!--><html class=\"no-js\" lang=\"en\"><!--<![endif]--><head>\n    <meta charset=\"utf-8\">\n    <meta http-equiv=\"X-UA-Compatible\" content=\"IE=edge,chrome=1\">\n    <meta name=\"author\" content=\"Memrise\">\n    <meta name=\"description\" content=\"\">\n    <meta name=\"generator\" content=\"HubSpot\">\n    \n    <link rel=\"shortcut icon\" href=\"https://www.memrise.com/hubfs/memrise-flavicon.png\">\n    \n<meta name=\"viewport\" content=\"width=device-width, initial-scale=1\">\n\n    \n    <meta property=\"og:description\" content=\"\">\n    <meta prope"
      },
      "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" 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" 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",
            "valid": false,
            "issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html\" 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><!--[if lt IE 7]> <html class=\"no-js lt-ie9 lt-ie8 lt-ie7\" lang=\"en\" > <![endif]--><!--[if IE 7]>    <html class=\"no-js lt-ie9 lt-ie8\" lang=\"en\" >        <![endif]--><!--[if IE 8]>    <html class=\"no-js lt-ie9\" lang=\"en\" >               <![endif]--><!--[if gt IE 8]><!--><html class=\"no-js\" lang=\"en\"><!--<![endif]--><head>\n    <meta charset=\"utf-8\">\n    <meta http-equiv=\"X-UA-Compatible\" content=\"IE=edge,chrome=1\">\n    <meta name=\"author\" content=\"Memrise\">\n    <meta name=\"description\" content=\"\">\n    <meta name=\"generator\" content=\"HubSpot\">\n    \n    <link rel=\"shortcut icon\" href=\"https://www.memrise.com/hubfs/memrise-flavicon.png\">\n    \n<meta name=\"viewport\" content=\"width=device-width, initial-scale=1\">\n\n    \n    <meta property=\"og:description\" content=\"\">\n    <meta prope"
          },
          {
            "path": "/openapi.yaml",
            "statusCode": 404,
            "contentType": "text/html",
            "valid": false,
            "issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html\" 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><!--[if lt IE 7]> <html class=\"no-js lt-ie9 lt-ie8 lt-ie7\" lang=\"en\" > <![endif]--><!--[if IE 7]>    <html class=\"no-js lt-ie9 lt-ie8\" lang=\"en\" >        <![endif]--><!--[if IE 8]>    <html class=\"no-js lt-ie9\" lang=\"en\" >               <![endif]--><!--[if gt IE 8]><!--><html class=\"no-js\" lang=\"en\"><!--<![endif]--><head>\n    <meta charset=\"utf-8\">\n    <meta http-equiv=\"X-UA-Compatible\" content=\"IE=edge,chrome=1\">\n    <meta name=\"author\" content=\"Memrise\">\n    <meta name=\"description\" content=\"\">\n    <meta name=\"generator\" content=\"HubSpot\">\n    \n    <link rel=\"shortcut icon\" href=\"https://www.memrise.com/hubfs/memrise-flavicon.png\">\n    \n<meta name=\"viewport\" content=\"width=device-width, initial-scale=1\">\n\n    \n    <meta property=\"og:description\" content=\"\">\n    <meta prope"
          },
          {
            "path": "/swagger.json",
            "statusCode": 404,
            "contentType": "text/html",
            "valid": false,
            "issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html\" 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><!--[if lt IE 7]> <html class=\"no-js lt-ie9 lt-ie8 lt-ie7\" lang=\"en\" > <![endif]--><!--[if IE 7]>    <html class=\"no-js lt-ie9 lt-ie8\" lang=\"en\" >        <![endif]--><!--[if IE 8]>    <html class=\"no-js lt-ie9\" lang=\"en\" >               <![endif]--><!--[if gt IE 8]><!--><html class=\"no-js\" lang=\"en\"><!--<![endif]--><head>\n    <meta charset=\"utf-8\">\n    <meta http-equiv=\"X-UA-Compatible\" content=\"IE=edge,chrome=1\">\n    <meta name=\"author\" content=\"Memrise\">\n    <meta name=\"description\" content=\"\">\n    <meta name=\"generator\" content=\"HubSpot\">\n    \n    <link rel=\"shortcut icon\" href=\"https://www.memrise.com/hubfs/memrise-flavicon.png\">\n    \n<meta name=\"viewport\" content=\"width=device-width, initial-scale=1\">\n\n    \n    <meta property=\"og:description\" content=\"\">\n    <meta prope"
          },
          {
            "path": "/swagger.yaml",
            "statusCode": 404,
            "contentType": "text/html",
            "valid": false,
            "issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html\" 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><!--[if lt IE 7]> <html class=\"no-js lt-ie9 lt-ie8 lt-ie7\" lang=\"en\" > <![endif]--><!--[if IE 7]>    <html class=\"no-js lt-ie9 lt-ie8\" lang=\"en\" >        <![endif]--><!--[if IE 8]>    <html class=\"no-js lt-ie9\" lang=\"en\" >               <![endif]--><!--[if gt IE 8]><!--><html class=\"no-js\" lang=\"en\"><!--<![endif]--><head>\n    <meta charset=\"utf-8\">\n    <meta http-equiv=\"X-UA-Compatible\" content=\"IE=edge,chrome=1\">\n    <meta name=\"author\" content=\"Memrise\">\n    <meta name=\"description\" content=\"\">\n    <meta name=\"generator\" content=\"HubSpot\">\n    \n    <link rel=\"shortcut icon\" href=\"https://www.memrise.com/hubfs/memrise-flavicon.png\">\n    \n<meta name=\"viewport\" content=\"width=device-width, initial-scale=1\">\n\n    \n    <meta property=\"og:description\" content=\"\">\n    <meta prope"
          },
          {
            "path": "/api/openapi.json",
            "statusCode": 404,
            "contentType": "text/html",
            "valid": false,
            "issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html\" 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><!--[if lt IE 7]> <html class=\"no-js lt-ie9 lt-ie8 lt-ie7\" lang=\"en\" > <![endif]--><!--[if IE 7]>    <html class=\"no-js lt-ie9 lt-ie8\" lang=\"en\" >        <![endif]--><!--[if IE 8]>    <html class=\"no-js lt-ie9\" lang=\"en\" >               <![endif]--><!--[if gt IE 8]><!--><html class=\"no-js\" lang=\"en\"><!--<![endif]--><head>\n    <meta charset=\"utf-8\">\n    <meta http-equiv=\"X-UA-Compatible\" content=\"IE=edge,chrome=1\">\n    <meta name=\"author\" content=\"Memrise\">\n    <meta name=\"description\" content=\"\">\n    <meta name=\"generator\" content=\"HubSpot\">\n    \n    <link rel=\"shortcut icon\" href=\"https://www.memrise.com/hubfs/memrise-flavicon.png\">\n    \n<meta name=\"viewport\" content=\"width=device-width, initial-scale=1\">\n\n    \n    <meta property=\"og:description\" content=\"\">\n    <meta prope"
          },
          {
            "path": "/api/swagger.json",
            "statusCode": 404,
            "contentType": "text/html",
            "valid": false,
            "issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html\" 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><!--[if lt IE 7]> <html class=\"no-js lt-ie9 lt-ie8 lt-ie7\" lang=\"en\" > <![endif]--><!--[if IE 7]>    <html class=\"no-js lt-ie9 lt-ie8\" lang=\"en\" >        <![endif]--><!--[if IE 8]>    <html class=\"no-js lt-ie9\" lang=\"en\" >               <![endif]--><!--[if gt IE 8]><!--><html class=\"no-js\" lang=\"en\"><!--<![endif]--><head>\n    <meta charset=\"utf-8\">\n    <meta http-equiv=\"X-UA-Compatible\" content=\"IE=edge,chrome=1\">\n    <meta name=\"author\" content=\"Memrise\">\n    <meta name=\"description\" content=\"\">\n    <meta name=\"generator\" content=\"HubSpot\">\n    \n    <link rel=\"shortcut icon\" href=\"https://www.memrise.com/hubfs/memrise-flavicon.png\">\n    \n<meta name=\"viewport\" content=\"width=device-width, initial-scale=1\">\n\n    \n    <meta property=\"og:description\" content=\"\">\n    <meta prope"
          },
          {
            "path": "/docs/openapi.json",
            "statusCode": 404,
            "contentType": "text/html",
            "valid": false,
            "issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html\" 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><!--[if lt IE 7]> <html class=\"no-js lt-ie9 lt-ie8 lt-ie7\" lang=\"en\" > <![endif]--><!--[if IE 7]>    <html class=\"no-js lt-ie9 lt-ie8\" lang=\"en\" >        <![endif]--><!--[if IE 8]>    <html class=\"no-js lt-ie9\" lang=\"en\" >               <![endif]--><!--[if gt IE 8]><!--><html class=\"no-js\" lang=\"en\"><!--<![endif]--><head>\n    <meta charset=\"utf-8\">\n    <meta http-equiv=\"X-UA-Compatible\" content=\"IE=edge,chrome=1\">\n    <meta name=\"author\" content=\"Memrise\">\n    <meta name=\"description\" content=\"\">\n    <meta name=\"generator\" content=\"HubSpot\">\n    \n    <link rel=\"shortcut icon\" href=\"https://www.memrise.com/hubfs/memrise-flavicon.png\">\n    \n<meta name=\"viewport\" content=\"width=device-width, initial-scale=1\">\n\n    \n    <meta property=\"og:description\" content=\"\">\n    <meta prope"
          }
        ]
      },
      "issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html\" 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
}

AI DiscoverabilityContent ReadinessEstablished

Markdown negotiation

Markdown negotiation failed at "Markdown content type".

33 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, Origin".

  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, Origin"
      },
      "issue": "Markdown negotiation is missing Vary: Accept; current Vary header is \"accept-encoding, Origin\".",
      "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": 20824,
        "excerpt": "<!doctype html><!--[if lt IE 7]> <html class=\"no-js lt-ie9 lt-ie8 lt-ie7\" lang=\"en\" > <![endif]--><!--[if IE 7]>    <html class=\"no-js lt-ie9 lt-ie8\" lang=\"en\" >        <![endif]--><!--[if IE 8]>    <html class=\"no-js lt-ie9\" lang=\"en\" >   ",
        "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".

33 Fail

Needs attention

MCP Server Card

Failed check
01

Issue

MCP Server Card was not found at the expected path.

02

Why it matters

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

Check name

MCP Server Card

Score

0/100

Status

fail

Category

MCP

Maturity

Emerging recommendation

Goal

Publish an MCP Server Card for agent discovery.

Result

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

Validation steps

  1. Fetch to find resource

    MCP Server Card was not found at the expected path.

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

Agent Ease of UseMCPEmerging recommendation

mcp.json

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

33 Fail

Needs attention

mcp.json

Failed check
01

Issue

mcp.json was not found at the expected path.

02

Why it matters

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

Check name

mcp.json

Score

0/100

Status

fail

Category

MCP

Maturity

Emerging recommendation

Goal

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

Result

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

Validation steps

  1. Fetch to find resource

    mcp.json was not found at the expected path.

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

33 Fail

Needs attention

Semantic HTML

Failed check
01

Issue

Semantic HTML is incomplete: missing <main> landmark; missing <nav> landmark; invalid h1 (found 0); skipped heading levels; 337 links missing accessible names; missing alt text on >10% of images.

Details

02

Why it matters

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

Check name

Semantic HTML

Score

0/100

Status

fail

Category

Content Readiness

Maturity

Established

Goal

Expose readable page structure through semantic HTML and accessible controls.

Result

Semantic HTML is missing or incomplete.

Evidence
{
  "main": false,
  "nav": false,
  "footer": true,
  "meaningfulH1": false,
  "headingOrder": false,
  "accessibleLinks": false,
  "accessibleButtons": true,
  "imageAltCoverage": false,
  "formAutocompleteCoverage": true,
  "details": {
    "inaccessibleLinks": [
      "<a href class=\"app_gallery\"> </a>",
      "<a href class=\"app_gallery\"> </a>",
      "<a class=\"footer-social-2021\" href=\"https://www.facebook.com/memrise\" target=\"_blank\" rel=\"noopener\"> <svg width=\"33\" height=\"32\" viewBox=\"0 0 33 32\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <circle cx=\"16.5\" cy=\"16\" r=\"15.5\" stroke=\"#FCFAF2\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M20.752 10.1662C20.2534 10.0665 19.5799 9.992 19.1563 9.992C18.0094 9.992 17.9349 10.4907 17.9349 11.2885V12.7089H20.8019L20.552 15.651H17.9349V24.6H14.3451V15.651H12.5V12.7089H14.3451V10.889C14.3451",
      "<a class=\"footer-social-2021\" href=\"https://twitter.com/memrise\" target=\"_blank\" rel=\"noopener\"> <svg width=\"33\" height=\"32\" viewBox=\"0 0 33 32\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <circle cx=\"16.5\" cy=\"16\" r=\"15.5\" stroke=\"#FCFAF2\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M23.5008 11.4591C22.9861 11.6878 22.4321 11.8418 21.8511 11.9113C22.4443 11.5557 22.8997 10.9929 23.1139 10.3223C22.5595 10.6518 21.944 10.8902 21.2902 11.0195C20.7661 10.4614 20.019 10.1123 19.1935 10.11",
      "<a class=\"footer-social-2021\" href=\"https://www.youtube.com/channel/UC4Ywz0GYzq7nlPtKCMQ8m0w\" target=\"_blank\" rel=\"noopener\"> <svg width=\"33\" height=\"32\" viewBox=\"0 0 33 32\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <circle cx=\"16.5\" cy=\"16\" r=\"15.5\" stroke=\"#FCFAF2\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M23.6277 11.2569C23.8761 11.5052 24.0551 11.8143 24.1469 12.1533C24.6754 14.2794 24.5533 17.6374 24.1572 19.8456C24.0654 20.1846 23.8864 20.4936 23.6379 20.7419C23.3895 20.990",
      "<a class=\"footer-social-2021\" href=\"https://www.instagram.com/memrise\" target=\"_blank\" rel=\"noopener\"> <svg width=\"33\" height=\"32\" viewBox=\"0 0 33 32\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <circle cx=\"16.5\" cy=\"16\" r=\"15.5\" stroke=\"#FCFAF2\"/> <path d=\"M16.5004 9.4415C18.6366 9.4415 18.8896 9.44967 19.7332 9.48816C20.5133 9.52372 20.9369 9.65406 21.2188 9.76362C21.5922 9.90875 21.8587 10.0821 22.1387 10.3621C22.4187 10.642 22.592 10.9085 22.7372 11.282C22.8467 11.5639 22.977 11.9875 23.",
      "<a href=\"javascript:;\" role=\"menuitem\"></a>",
      "<a href=\"javascript:;\" role=\"menuitem\"></a>",
      "<a href=\"javascript:;\" role=\"menuitem\"></a>",
      "<a href=\"javascript:;\" role=\"menuitem\"></a>",
      "<a href=\"javascript:;\" role=\"menuitem\"></a>",
      "<a href=\"javascript:;\" role=\"menuitem\"></a>",
      "<a href=\"javascript:;\" role=\"menuitem\"></a>",
      "<a href=\"javascript:;\" role=\"menuitem\"></a>",
      "<a href=\"javascript:;\" role=\"menuitem\"></a>",
      "<a href=\"javascript:;\" role=\"menuitem\"></a>",
      "<a href=\"javascript:;\" role=\"menuitem\"></a>",
      "<a href=\"javascript:;\" role=\"menuitem\"></a>",
      "<a href=\"javascript:;\" role=\"menuitem\"></a>",
      "<a href=\"javascript:;\" role=\"menuitem\"></a>",
      "<a href=\"javascript:;\" role=\"menuitem\"></a>",
      "<a href=\"javascript:;\" role=\"menuitem\"></a>",
      "<a href=\"javascript:;\" role=\"menuitem\"></a>",
      "<a href=\"javascript:;\" role=\"menuitem\"></a>",
      "<a href=\"javascript:;\" role=\"menuitem\"></a>",
      "<a href=\"javascript:;\" role=\"menuitem\"></a>",
      "<a href=\"javascript:;\" role=\"menuitem\"></a>",
      "<a href=\"javascript:;\" role=\"menuitem\"></a>",
      "<a href=\"javascript:;\" role=\"menuitem\"></a>",
      "<a href=\"javascript:;\" role=\"menuitem\"></a>",
      "<a href=\"javascript:;\" role=\"menuitem\"></a>",
      "<a href=\"javascript:;\" role=\"menuitem\"></a>",
      "<a href=\"javascript:;\" role=\"menuitem\"></a>",
      "<a href=\"javascript:;\" role=\"menuitem\"></a>",
      "<a href=\"javascript:;\" role=\"menuitem\"></a>",
      "<a href=\"javascript:;\" role=\"menuitem\"></a>",
      "<a href=\"javascript:;\" role=\"menuitem\"></a>",
      "<a href=\"javascript:;\" role=\"menuitem\"></a>",
      "<a href=\"javascript:;\" role=\"menuitem\"></a>",
      "<a href=\"javascript:;\" role=\"menuitem\"></a>",
      "<a href=\"javascript:;\" role=\"menuitem\"></a>",
      "<a href=\"javascript:;\" role=\"menuitem\"></a>",
      "<a href=\"javascript:;\" role=\"menuitem\"></a>",
      "<a href=\"javascript:;\" role=\"menuitem\"></a>",
      "<a href=\"javascript:;\" role=\"menuitem\"></a>",
      "<a href=\"javascript:;\" role=\"menuitem\"></a>",
      "<a href=\"javascript:;\" role=\"menuitem\"></a>",
      "<a href=\"javascript:;\" role=\"menuitem\"></a>",
      "<a href=\"javascript:;\" role=\"menuitem\"></a>",
      "<a href=\"javascript:;\" role=\"menuitem\"></a>",
      "<a href=\"javascript:;\" role=\"menuitem\"></a>",
      "<a href=\"javascript:;\" role=\"menuitem\"></a>",
      "<a href=\"javascript:;\" role=\"menuitem\"></a>",
      "<a href=\"javascript:;\" role=\"menuitem\"></a>",
      "<a href=\"javascript:;\" role=\"menuitem\"></a>",
      "<a href=\"javascript:;\" role=\"menuitem\"></a>",
      "<a href=\"javascript:;\" role=\"menuitem\"></a>",
      "<a href=\"javascript:;\" role=\"menuitem\"></a>",
      "<a href=\"javascript:;\" role=\"menuitem\"></a>",
      "<a href=\"javascript:;\" role=\"menuitem\"></a>",
      "<a href=\"javascript:;\" role=\"menuitem\"></a>",
      "<a href=\"javascript:;\" role=\"menuitem\"></a>",
      "<a href=\"javascript:;\" role=\"menuitem\"></a>",
      "<a href=\"javascript:;\" role=\"menuitem\"></a>",
      "<a href=\"javascript:;\" role=\"menuitem\"></a>",
      "<a href=\"javascript:;\" role=\"menuitem\"></a>",
      "<a href=\"javascript:;\" role=\"menuitem\"></a>",
      "<a href=\"javascript:;\" role=\"menuitem\"></a>",
      "<a href=\"javascript:;\" role=\"menuitem\"></a>",
      "<a href=\"javascript:;\" role=\"menuitem\"></a>",
      "<a href=\"javascript:;\" role=\"menuitem\"></a>",
      "<a href=\"javascript:;\" role=\"menuitem\"></a>",
      "<a href=\"javascript:;\" role=\"menuitem\"></a>",
      "<a href=\"javascript:;\" role=\"menuitem\"></a>",
      "<a href=\"javascript:;\" role=\"menuitem\"></a>",
      "<a href=\"javascript:;\" role=\"menuitem\"></a>",
      "<a href=\"javascript:;\" role=\"menuitem\"></a>",
      "<a href=\"javascript:;\" role=\"menuitem\"></a>",
      "<a href=\"javascript:;\" role=\"menuitem\"></a>",
      "<a href=\"javascript:;\" role=\"menuitem\"></a>",
      "<a href=\"javascript:;\" role=\"menuitem\"></a>",
      "<a href=\"javascript:;\" role=\"menuitem\"></a>",
      "<a href=\"javascript:;\" role=\"menuitem\"></a>",
      "<a href=\"javascript:;\" role=\"menuitem\"></a>",
      "<a href=\"javascript:;\" role=\"menuitem\"></a>",
      "<a href=\"javascript:;\" role=\"menuitem\"></a>",
      "<a href=\"javascript:;\" role=\"menuitem\"></a>",
      "<a href=\"javascript:;\" role=\"menuitem\"></a>",
      "<a href=\"javascript:;\" role=\"menuitem\"></a>",
      "<a href=\"javascript:;\" role=\"menuitem\"></a>",
      "<a href=\"javascript:;\" role=\"menuitem\"></a>",
      "<a href=\"javascript:;\" role=\"menuitem\"></a>",
      "<a href=\"javascript:;\" role=\"menuitem\"></a>",
      "<a href=\"javascript:;\" role=\"menuitem\"></a>",
      "<a href=\"javascript:;\" role=\"menuitem\"></a>",
      "<a href=\"javascript:;\" role=\"menuitem\"></a>",
      "<a href=\"javascript:;\" role=\"menuitem\"></a>",
      "<a href=\"javascript:;\" role=\"menuitem\"></a>",
      "<a href=\"javascript:;\" role=\"menuitem\"></a>",
      "<a href=\"javascript:;\" role=\"menuitem\"></a>",
      "<a href=\"javascript:;\" role=\"menuitem\"></a>",
      "<a href=\"javascript:;\" role=\"menuitem\"></a>",
      "<a href=\"javascript:;\" role=\"menuitem\"></a>",
      "<a href=\"javascript:;\" role=\"menuitem\"></a>",
      "<a href=\"javascript:;\" role=\"menuitem\"></a>",
      "<a href=\"javascript:;\" role=\"menuitem\"></a>",
      "<a href=\"javascript:;\" role=\"menuitem\"></a>",
      "<a href=\"javascript:;\" role=\"menuitem\"></a>",
      "<a href=\"javascript:;\" role=\"menuitem\"></a>",
      "<a href=\"javascript:;\" role=\"menuitem\"></a>",
      "<a href=\"javascript:;\" role=\"menuitem\"></a>",
      "<a href=\"javascript:;\" role=\"menuitem\"></a>",
      "<a href=\"javascript:;\" role=\"menuitem\"></a>",
      "<a href=\"javascript:;\" role=\"menuitem\"></a>",
      "<a href=\"javascript:;\" role=\"menuitem\"></a>",
      "<a href=\"javascript:;\" role=\"menuitem\"></a>",
      "<a href=\"javascript:;\" role=\"menuitem\"></a>",
      "<a href=\"javascript:;\" role=\"menuitem\"></a>",
      "<a href=\"javascript:;\" role=\"menuitem\"></a>",
      "<a href=\"javascript:;\" role=\"menuitem\"></a>",
      "<a href=\"javascript:;\" role=\"menuitem\"></a>",
      "<a href=\"javascript:;\" role=\"menuitem\"></a>",
      "<a href=\"javascript:;\" role=\"menuitem\"></a>",
      "<a href=\"javascript:;\" role=\"menuitem\"></a>",
      "<a href=\"javascript:;\" role=\"menuitem\"></a>",
      "<a href=\"javascript:;\" role=\"menuitem\"></a>",
      "<a href=\"javascript:;\" role=\"menuitem\"></a>",
      "<a href=\"javascript:;\" role=\"menuitem\"></a>",
      "<a href=\"javascript:;\" role=\"menuitem\"></a>",
      "<a href=\"javascript:;\" role=\"menuitem\"></a>",
      "<a href=\"javascript:;\" role=\"menuitem\"></a>",
      "<a href=\"javascript:;\" role=\"menuitem\"></a>",
      "<a href=\"javascript:;\" role=\"menuitem\"></a>",
      "<a href=\"javascript:;\" role=\"menuitem\"></a>",
      "<a href=\"javascript:;\" role=\"menuitem\"></a>",
      "<a href=\"javascript:;\" role=\"menuitem\"></a>",
      "<a href=\"javascript:;\" role=\"menuitem\"></a>",
      "<a href=\"javascript:;\" role=\"menuitem\"></a>",
      "<a href=\"javascript:;\" role=\"menuitem\"></a>",
      "<a href=\"javascript:;\" role=\"menuitem\"></a>",
      "<a href=\"javascript:;\" role=\"menuitem\"></a>",
      "<a href=\"javascript:;\" role=\"menuitem\"></a>",
      "<a href=\"javascript:;\" role=\"menuitem\"></a>",
      "<a href=\"javascript:;\" role=\"menuitem\"></a>",
      "<a href=\"javascript:;\" role=\"menuitem\"></a>",
      "<a href=\"javascript:;\" role=\"menuitem\"></a>",
      "<a href=\"javascript:;\" role=\"menuitem\"></a>",
      "<a href=\"javascript:;\" role=\"menuitem\"></a>",
      "<a href=\"javascript:;\" role=\"menuitem\"></a>",
      "<a href=\"javascript:;\" role=\"menuitem\"></a>",
      "<a href=\"javascript:;\" role=\"menuitem\"></a>",
      "<a href=\"javascript:;\" role=\"menuitem\"></a>",
      "<a href=\"javascript:;\" role=\"menuitem\"></a>",
      "<a href=\"javascript:;\" role=\"menuitem\"></a>",
      "<a href=\"javascript:;\" role=\"menuitem\"></a>",
      "<a href=\"javascript:;\" role=\"menuitem\"></a>",
      "<a href=\"javascript:;\" role=\"menuitem\"></a>",
      "<a href=\"javascript:;\" role=\"menuitem\"></a>",
      "<a href=\"javascript:;\" role=\"menuitem\"></a>",
      "<a href=\"javascript:;\" role=\"menuitem\"></a>",
      "<a href=\"javascript:;\" role=\"menuitem\"></a>",
      "<a href=\"javascript:;\" role=\"menuitem\"></a>",
      "<a href=\"javascript:;\" role=\"menuitem\"></a>",
      "<a href=\"javascript:;\" role=\"menuitem\"></a>",
      "<a href=\"javascript:;\" role=\"menuitem\"></a>",
      "<a href=\"javascript:;\" role=\"menuitem\"></a>",
      "<a href=\"javascript:;\" role=\"menuitem\"></a>",
      "<a href=\"javascript:;\" role=\"menuitem\"></a>",
      "<a href=\"javascript:;\" role=\"menuitem\"></a>",
      "<a href=\"javascript:;\" role=\"menuitem\"></a>",
      "<a href=\"javascript:;\" role=\"menuitem\"></a>",
      "<a href=\"javascript:;\" role=\"menuitem\"></a>",
      "<a href=\"javascript:;\" role=\"menuitem\"></a>",
      "<a href=\"javascript:;\" role=\"menuitem\"></a>",
      "<a href=\"javascript:;\" role=\"menuitem\"></a>",
      "<a href=\"javascript:;\" role=\"menuitem\"></a>",
      "<a href=\"javascript:;\" role=\"menuitem\"></a>",
      "<a href=\"javascript:;\" role=\"menuitem\"></a>",
      "<a href=\"javascript:;\" role=\"menuitem\"></a>",
      "<a href=\"javascript:;\" role=\"menuitem\"></a>",
      "<a href=\"javascript:;\" role=\"menuitem\"></a>",
      "<a href=\"javascript:;\" role=\"menuitem\"></a>",
      "<a href=\"javascript:;\" role=\"menuitem\"></a>",
      "<a href=\"javascript:;\" role=\"menuitem\"></a>",
      "<a href=\"javascript:;\" role=\"menuitem\"></a>",
      "<a href=\"javascript:;\" role=\"menuitem\"></a>",
      "<a href=\"javascript:;\" role=\"menuitem\"></a>",
      "<a href=\"javascript:;\" role=\"menuitem\"></a>",
      "<a href=\"javascript:;\" role=\"menuitem\"></a>",
      "<a href=\"javascript:;\" role=\"menuitem\"></a>",
      "<a href=\"javascript:;\" role=\"menuitem\"></a>",
      "<a href=\"javascript:;\" role=\"menuitem\"></a>",
      "<a href=\"javascript:;\" role=\"menuitem\"></a>",
      "<a href=\"javascript:;\" role=\"menuitem\"></a>",
      "<a href=\"javascript:;\" role=\"menuitem\"></a>",
      "<a href=\"javascript:;\" role=\"menuitem\"></a>",
      "<a href=\"javascript:;\" role=\"menuitem\"></a>",
      "<a href=\"javascript:;\" role=\"menuitem\"></a>",
      "<a href=\"javascript:;\" role=\"menuitem\"></a>",
      "<a href=\"javascript:;\" role=\"menuitem\"></a>",
      "<a href=\"javascript:;\" role=\"menuitem\"></a>",
      "<a href=\"javascript:;\" role=\"menuitem\"></a>",
      "<a href=\"javascript:;\" role=\"menuitem\"></a>",
      "<a href=\"javascript:;\" role=\"menuitem\"></a>",
      "<a href=\"javascript:;\" role=\"menuitem\"></a>",
      "<a href=\"javascript:;\" role=\"menuitem\"></a>",
      "<a href=\"javascript:;\" role=\"menuitem\"></a>",
      "<a href=\"javascript:;\" role=\"menuitem\"></a>",
      "<a href=\"javascript:;\" role=\"menuitem\"></a>",
      "<a href=\"javascript:;\" role=\"menuitem\"></a>",
      "<a href=\"javascript:;\" role=\"menuitem\"></a>",
      "<a href=\"javascript:;\" role=\"menuitem\"></a>",
      "<a href=\"javascript:;\" role=\"menuitem\"></a>",
      "<a href=\"javascript:;\" role=\"menuitem\"></a>",
      "<a href=\"javascript:;\" role=\"menuitem\"></a>",
      "<a href=\"javascript:;\" role=\"menuitem\"></a>",
      "<a href=\"javascript:;\" role=\"menuitem\"></a>",
      "<a href=\"javascript:;\" role=\"menuitem\"></a>",
      "<a href=\"javascript:;\" role=\"menuitem\"></a>",
      "<a href=\"javascript:;\" role=\"menuitem\"></a>",
      "<a href=\"javascript:;\" role=\"menuitem\"></a>",
      "<a href=\"javascript:;\" role=\"menuitem\"></a>",
      "<a href=\"javascript:;\" role=\"menuitem\"></a>",
      "<a href=\"javascript:;\" role=\"menuitem\"></a>",
      "<a href=\"javascript:;\" role=\"menuitem\"></a>",
      "<a href=\"javascript:;\" role=\"menuitem\"></a>",
      "<a href=\"javascript:;\" role=\"menuitem\"></a>",
      "<a href=\"javascript:;\" role=\"menuitem\"></a>",
      "<a href=\"javascript:;\" role=\"menuitem\"></a>",
      "<a href=\"javascript:;\" role=\"menuitem\"></a>",
      "<a href=\"javascript:;\" role=\"menuitem\"></a>",
      "<a href=\"javascript:;\" role=\"menuitem\"></a>",
      "<a href=\"javascript:;\" role=\"menuitem\"></a>",
      "<a href=\"javascript:;\" role=\"menuitem\"></a>",
      "<a href=\"javascript:;\" role=\"menuitem\"></a>",
      "<a href=\"javascript:;\" role=\"menuitem\"></a>",
      "<a href=\"javascript:;\" role=\"menuitem\"></a>",
      "<a href=\"javascript:;\" role=\"menuitem\"></a>",
      "<a href=\"javascript:;\" role=\"menuitem\"></a>",
      "<a href=\"javascript:;\" role=\"menuitem\"></a>",
      "<a href=\"javascript:;\" role=\"menuitem\"></a>",
      "<a href=\"javascript:;\" role=\"menuitem\"></a>",
      "<a href=\"javascript:;\" role=\"menuitem\"></a>",
      "<a href=\"javascript:;\" role=\"menuitem\"></a>",
      "<a href=\"javascript:;\" role=\"menuitem\"></a>",
      "<a href=\"javascript:;\" role=\"menuitem\"></a>",
      "<a href=\"javascript:;\" role=\"menuitem\"></a>",
      "<a href=\"javascript:;\" role=\"menuitem\"></a>",
      "<a href=\"javascript:;\" role=\"menuitem\"></a>",
      "<a href=\"javascript:;\" role=\"menuitem\"></a>",
      "<a href=\"javascript:;\" role=\"menuitem\"></a>",
      "<a href=\"javascript:;\" role=\"menuitem\"></a>",
      "<a href=\"javascript:;\" role=\"menuitem\"></a>",
      "<a href=\"javascript:;\" role=\"menuitem\"></a>",
      "<a href=\"javascript:;\" role=\"menuitem\"></a>",
      "<a href=\"javascript:;\" role=\"menuitem\"></a>",
      "<a href=\"javascript:;\" role=\"menuitem\"></a>",
      "<a href=\"javascript:;\" role=\"menuitem\"></a>",
      "<a href=\"javascript:;\" role=\"menuitem\"></a>",
      "<a href=\"javascript:;\" role=\"menuitem\"></a>",
      "<a href=\"javascript:;\" role=\"menuitem\"></a>",
      "<a href=\"javascript:;\" role=\"menuitem\"></a>",
      "<a href=\"javascript:;\" role=\"menuitem\"></a>",
      "<a href=\"javascript:;\" role=\"menuitem\"></a>",
      "<a href=\"javascript:;\" role=\"menuitem\"></a>",
      "<a href=\"javascript:;\" role=\"menuitem\"></a>",
      "<a href=\"javascript:;\" role=\"menuitem\"></a>",
      "<a href=\"javascript:;\" role=\"menuitem\"></a>",
      "<a href=\"javascript:;\" role=\"menuitem\"></a>",
      "<a href=\"javascript:;\" role=\"menuitem\"></a>",
      "<a href=\"javascript:;\" role=\"menuitem\"></a>",
      "<a href=\"javascript:;\" role=\"menuitem\"></a>",
      "<a href=\"javascript:;\" role=\"menuitem\"></a>",
      "<a href=\"javascript:;\" role=\"menuitem\"></a>",
      "<a href=\"javascript:;\" role=\"menuitem\"></a>",
      "<a href=\"javascript:;\" role=\"menuitem\"></a>",
      "<a href=\"javascript:;\" role=\"menuitem\"></a>",
      "<a href=\"javascript:;\" role=\"menuitem\"></a>",
      "<a href=\"javascript:;\" role=\"menuitem\"></a>",
      "<a href=\"javascript:;\" role=\"menuitem\"></a>",
      "<a href=\"javascript:;\" role=\"menuitem\"></a>",
      "<a href=\"javascript:;\" role=\"menuitem\"></a>",
      "<a href=\"javascript:;\" role=\"menuitem\"></a>",
      "<a href=\"javascript:;\" role=\"menuitem\"></a>",
      "<a href=\"javascript:;\" role=\"menuitem\"></a>",
      "<a href=\"javascript:;\" role=\"menuitem\"></a>",
      "<a href=\"javascript:;\" role=\"menuitem\"></a>",
      "<a href=\"javascript:;\" role=\"menuitem\"></a>",
      "<a href=\"javascript:;\" role=\"menuitem\"></a>",
      "<a href=\"javascript:;\" role=\"menuitem\"></a>",
      "<a href=\"javascript:;\" role=\"menuitem\"></a>",
      "<a href=\"javascript:;\" role=\"menuitem\"></a>",
      "<a href=\"javascript:;\" role=\"menuitem\"></a>",
      "<a href=\"javascript:;\" role=\"menuitem\"></a>",
      "<a href=\"javascript:;\" role=\"menuitem\"></a>",
      "<a href=\"javascript:;\" role=\"menuitem\"></a>",
      "<a href=\"javascript:;\" role=\"menuitem\"></a>",
      "<a href=\"javascript:;\" role=\"menuitem\"></a>",
      "<a href=\"javascript:;\" role=\"menuitem\"></a>",
      "<a href=\"javascript:;\" role=\"menuitem\"></a>",
      "<a href=\"javascript:;\" role=\"menuitem\"></a>",
      "<a href=\"javascript:;\" role=\"menuitem\"></a>",
      "<a href=\"javascript:;\" role=\"menuitem\"></a>",
      "<a href=\"javascript:;\" role=\"menuitem\"></a>",
      "<a href=\"javascript:;\" role=\"menuitem\"></a>",
      "<a href=\"javascript:;\" role=\"menuitem\"></a>",
      "<a href=\"javascript:;\" role=\"menuitem\"></a>",
      "<a href=\"javascript:;\" role=\"menuitem\"></a>",
      "<a href=\"javascript:;\" role=\"menuitem\"></a>",
      "<a href=\"javascript:;\" role=\"menuitem\"></a>",
      "<a href=\"javascript:;\" role=\"menuitem\"></a>",
      "<a href=\"javascript:;\" role=\"menuitem\"></a>",
      "<a href=\"javascript:;\" role=\"menuitem\"></a>",
      "<a href=\"javascript:;\" role=\"menuitem\"></a>",
      "<a href=\"javascript:;\" role=\"menuitem\"></a>",
      "<a href=\"javascript:;\" role=\"menuitem\"></a>",
      "<a href=\"javascript:;\" role=\"menuitem\"></a>",
      "<a href=\"javascript:;\" role=\"menuitem\"></a>",
      "<a href=\"javascript:;\" role=\"menuitem\"></a>",
      "<a href=\"javascript:;\" role=\"menuitem\"></a>",
      "<a href=\"javascript:;\" role=\"menuitem\"></a>",
      "<a href=\"javascript:;\" role=\"menuitem\"></a>",
      "<a href=\"javascript:;\" role=\"menuitem\"></a>",
      "<a href=\"javascript:;\" role=\"menuitem\"></a>",
      "<a href=\"javascript:;\" role=\"menuitem\"></a>",
      "<a href=\"javascript:;\" role=\"menuitem\"></a>",
      "<a href=\"javascript:;\" role=\"menuitem\"></a>",
      "<a href=\"javascript:;\" role=\"menuitem\"></a>",
      "<a href=\"javascript:;\" role=\"menuitem\"></a>",
      "<a href=\"javascript:;\" role=\"menuitem\"></a>",
      "<a href=\"javascript:;\" role=\"menuitem\"></a>",
      "<a href=\"javascript:;\" role=\"menuitem\"></a>",
      "<a href=\"javascript:;\" role=\"menuitem\"></a>",
      "<a href=\"javascript:;\" role=\"menuitem\"></a>",
      "<a href=\"javascript:;\" role=\"menuitem\"></a>",
      "<a href=\"javascript:;\" role=\"menuitem\"></a>",
      "<a href=\"javascript:;\" role=\"menuitem\"></a>"
    ],
    "inaccessibleButtons": [],
    "missingAutocompleteInputs": [],
    "imagesMissingAlt": [
      "<img class=\"m-opn\" src=\"https://f.hubspotusercontent20.net/hubfs/6968579/Memrise%20July%202020/Images/Menu-icon.png\">",
      "<img class=\"m-close\" src=\"https://f.hubspotusercontent20.net/hubfs/6968579/Memrise%20July%202020/Images/Close-icon.png\">",
      "<img class=\"slick-prev slick-arrow slick-disabled\" src=\"https://f.hubspotusercontent20.net/hubfs/6968579/Memrise%20July%202020/Images/arrow-blue-left.png\" aria-disabled=\"true\" style=\"display: block;\">",
      "<img class=\"slick-next slick-arrow\" src=\"https://f.hubspotusercontent20.net/hubfs/6968579/Memrise%20July%202020/Images/arrow-blue.png\" aria-disabled=\"false\" style=\"display: block;\">",
      "<img src=\"https://www.memrise.com/hubfs/blue-underline.svg\" loading=\"lazy\" width=\"100%\">"
    ],
    "skippedHeadingLevels": [
      "h2: Learn a language for what you actually need",
      "h2: Our Tribe: The Learners who thrive with Memrise",
      "h4: Memrise is built for real humans with real reasons to learn and connect.",
      "h4: The Traveler Who Refuses to Be “That Tourist”",
      "h4: The Student Who Wants to Ace their Exam",
      "h4: The Professional Who Just Moved Abroad",
      "h4: The One Who’s in Love (with a Person or a Culture)",
      "h4: The Heritage Speaker Coming Home",
      "h4: The Lifelong Learner Keeping Their Mind Sharp",
      "h2: How It Works",
      "h2: Memrise Exam Prep",
      "h3: IELTS, GCSE, A-Level, IB & CEFR-aligned Exam Practice",
      "h3: Real native speaker videos, less robotic voices",
      "h2: Is Memrise for me?"
    ]
  },
  "counts": {
    "h1": 0,
    "headings": 14,
    "links": 855,
    "inaccessibleLinks": 337,
    "buttons": 11,
    "inaccessibleButtons": 0,
    "images": 37,
    "imagesWithAlt": 32,
    "autocompleteInputs": 0,
    "inputsWithAutocomplete": 0,
    "missingAutocompleteInputs": 0
  }
}

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

Agent Ease of UseMCPInformational

WebMCP manifest

WebMCP manifest failed at "Fetch to find resource".

33 Fail

Needs attention

WebMCP manifest

Failed check
01

Issue

WebMCP manifest was not found at the expected path.

02

Why it matters

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

Check name

WebMCP manifest

Score

0/100

Status

fail

Category

MCP

Maturity

Informational

Goal

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

Result

WebMCP manifest failed at "Fetch to find resource".

Validation steps

  1. Fetch to find resource

    WebMCP manifest was not found at the expected path.

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

Agent Ease of UseSkill DiscoveryEmerging recommendation

A2A Agent Card

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

20 Fail

Needs attention

A2A Agent Card

Failed check
01

Issue

A2A Agent Card was not found at the expected path.

02

Why it matters

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

Check name

A2A Agent Card

Score

0/100

Status

fail

Category

Skill Discovery

Maturity

Emerging recommendation

Goal

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

Result

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

Validation steps

  1. Fetch to find resource

    A2A Agent Card was not found at the expected path.

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

Agent Ease of UseSkill DiscoveryEmerging recommendation

Agent Skills index

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

20 Fail

Needs attention

Agent Skills index

Failed check
01

Issue

Agent Skills index was not found at the expected path.

02

Why it matters

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

Check name

Agent Skills index

Score

0/100

Status

fail

Category

Skill Discovery

Maturity

Emerging recommendation

Goal

Publish an agent skills discovery index.

Result

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

Validation steps

  1. Fetch to find resource

    Agent Skills index was not found at the expected path.

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

Agent Ease of UseSkill DiscoveryEmerging recommendation

agent.json

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

20 Fail

Needs attention

agent.json

Failed check
01

Issue

agent.json was not found at the expected path.

02

Why it matters

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

Check name

agent.json

Score

0/100

Status

fail

Category

Skill Discovery

Maturity

Emerging recommendation

Goal

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

Result

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

Validation steps

  1. Fetch to find resource

    agent.json was not found at the expected path.

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

Agent Ease of UseSkill DiscoveryInformational

agents.json

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

20 Fail

Needs attention

agents.json

Failed check
01

Issue

agents.json was not found at the expected path.

02

Why it matters

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

Check name

agents.json

Score

0/100

Status

fail

Category

Skill Discovery

Maturity

Informational

Goal

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

Result

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

Validation steps

  1. Fetch to find resource

    agents.json was not found at the expected path.

Evidence
{
  "failedStep": "fetch",
  "steps": [
    {
      "id": "fetch",
      "title": "Fetch to find resource",
      "status": "fail",
      "evidence": {
        "checked": [
          {
            "path": "/.well-known/agents.json",
            "statusCode": 404,
            "contentType": "text/html",
            "length": 133590
          },
          {
            "path": "/agents.json",
            "statusCode": 404,
            "contentType": "text/html",
            "length": 133590
          }
        ]
      },
      "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."
    }
  ]
}

AI DiscoverabilityContent ReadinessEstablished

Content freshness signals

Content freshness signals is partially implemented.

17 Warning

Needs attention

Content freshness signals

Warning
01

Issue

Content freshness signals are incomplete: missing dateModified/datePublished in JSON-LD.

02

Why it matters

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

Check name

Content freshness signals

Score

50/100

Status

warning

Category

Content Readiness

Maturity

Established

Goal

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

Result

Content freshness signals is partially implemented.

Evidence
{
  "lastModified": "Thu, 11 Jun 2026 08:45:18 GMT",
  "schemaDates": [],
  "metaDateCount": 1,
  "timeDateCount": 0
}

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": "www.memrise.com",
        "probes": [
          {
            "name": "_index._agents.www.memrise.com",
            "found": false,
            "recordCount": 1,
            "records": [],
            "hasAlpn": false,
            "hasEndpoint": false
          },
          {
            "name": "_a2a._agents.www.memrise.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": "www.memrise.com",
            "dnssecTypes": [],
            "dnssecRecordCount": 0
          },
          {
            "name": "memrise.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

GEO: Entity clarity

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

6 Warning

Needs attention

GEO: Entity clarity

Warning
01

Issue

Title/H1 terms missing from description: authentic, useful, personalised.

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

60/100

Status

warning

Category

GEO, AIO & AEO

Maturity

Emerging recommendation

Goal

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

Result

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

Evidence
{
  "title": "Learn a language. Memrise is authentic, useful & personalised.",
  "h1": "",
  "description": "Memrise is a language learning app for people who have a specific reason to learn. Trusted by 80 million learners, Memrise offers specialised courses for your goals: passing an exam, speaking confidently at work, building relationships or for discovering cultures you love. Unlike gamified apps with robotic voices, it's built around real native-speaker videos - so you learn to speak like real people.",
  "topicOverlap": 0.5,
  "topicTerms": [
    "learn",
    "language",
    "memrise",
    "authentic",
    "useful",
    "personalised"
  ],
  "descriptionTerms": [
    "memrise",
    "language",
    "learning",
    "app",
    "people",
    "who",
    "have",
    "specific",
    "reason",
    "learn",
    "trusted",
    "million",
    "learners",
    "offers",
    "specialised",
    "courses",
    "goals",
    "passing",
    "exam"
  ],
  "missingFromDescription": [
    "authentic",
    "useful",
    "personalised"
  ],
  "score": 60,
  "weight": 28
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

AEO: Answer-first sections

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

5 Warning

Needs attention

AEO: Answer-first sections

Warning
01

Issue

7 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": 7,
  "passing": 0,
  "failing": [
    {
      "heading": "Learn a language for what you actually need",
      "headingHtml": "<h2 style=\"color:\"> Learn a language for what you actually need </h2>",
      "firstParagraph": "Pass an exam, progress at work, build relationships or just keep your brain sharp",
      "paragraphHtml": "<p style=\"text-align: left;\">Pass an exam, progress at work, build relationships or just keep your brain sharp</p>",
      "words": 14,
      "direct": false,
      "issue": "First paragraph is 14 words and does not look like a concise direct answer."
    },
    {
      "heading": "Our Tribe: The Learners who thrive with Memrise",
      "headingHtml": "<h2>Our Tribe: The Learners who thrive with Memrise</h2>",
      "firstParagraph": "You don’t just want directions. You want connection.Memrise gets you confidently ordering street food, swapping jokes, and getting the vibe wherever you land.",
      "paragraphHtml": "<p><span>You don&#x2019;t just want directions. You want connection.</span><br><span>Memrise gets you confidently ordering street food, swapping jokes, and&#xa0;</span><em>getting the vibe</em><span> wherever you land.</span></p>",
      "words": 25,
      "direct": false,
      "issue": "First paragraph is 25 words and does not look like a concise direct answer."
    },
    {
      "heading": "How It Works",
      "headingHtml": "<h2>How It Works</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Memrise Exam Prep",
      "headingHtml": "<h2 style=\"text-align: center;\"><br><br>Memrise Exam Prep</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "IELTS, GCSE, A-Level, IB & CEFR-aligned Exam Practice",
      "headingHtml": "<h3 style=\"text-align: center;\">IELTS, GCSE, A-Level, IB &amp; CEFR-aligned Exam Practice</h3>",
      "firstParagraph": "",
      "paragraphHtml": "<p>&#xa0;</p>",
      "words": 0,
      "direct": false,
      "issue": "First paragraph is 0 words and does not look like a concise direct answer."
    },
    {
      "heading": "Real native speaker videos, less robotic voices",
      "headingHtml": "<h3>Real native speaker videos, less robotic voices</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Is Memrise for me?",
      "headingHtml": "<h2>Is Memrise for me?</h2>",
      "firstParagraph": "What makes Memrise different from other language apps?",
      "paragraphHtml": "<p><strong>What makes Memrise different from other language apps?</strong></p>",
      "words": 8,
      "direct": false,
      "issue": "First paragraph is 8 words and does not look like a concise direct answer."
    }
  ],
  "score": 65,
  "weight": 28
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

AIO: Source and trust signals

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

4 Warning

Needs attention

AIO: Source and trust signals

Warning
01

Issue

Missing AIO trust signals: publisher, freshnessDate.

Details

02

Why it matters

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

Check name

AIO: Source and trust signals

Score

60/100

Status

warning

Category

GEO, AIO & AEO

Maturity

Emerging recommendation

Goal

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

Result

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

Evidence
{
  "signals": {
    "author": true,
    "publisher": false,
    "freshnessDate": false,
    "aboutOrContact": true,
    "policyLinks": true
  },
  "missing": [
    "publisher",
    "freshnessDate"
  ],
  "authorMeta": "Memrise",
  "schemaAuthors": [],
  "schemaPublishers": [],
  "schemaDates": [],
  "visibleDates": [],
  "aboutLinks": [
    {
      "href": "https://www.memrise.com/about",
      "text": "About Us",
      "html": "<a href=\"https://www.memrise.com/about\" role=\"menuitem\">About Us</a>"
    }
  ],
  "contactLinks": [
    {
      "href": "https://www.memrise.com/contact",
      "text": "Contact Us",
      "html": "<a href=\"https://www.memrise.com/contact\" role=\"menuitem\">Contact Us</a>"
    },
    {
      "href": "https://memrisebeta.zendesk.com/hc/",
      "text": "FAQ & Help",
      "html": "<a href=\"https://memrisebeta.zendesk.com/hc/\" role=\"menuitem\">FAQ &amp; Help</a>"
    }
  ],
  "privacyLinks": [
    {
      "href": "/terms/",
      "text": "Terms of Use",
      "html": "<a class=\"footer-link\" href=\"/terms/\">Terms of Use</a>"
    },
    {
      "href": "/privacy/",
      "text": "Privacy Policy",
      "html": "<a class=\"footer-link\" href=\"/privacy/\">Privacy Policy</a>"
    }
  ],
  "score": 60,
  "weight": 20
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

AEO: Answer evidence and trust

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

4 Warning

Needs attention

AEO: Answer evidence and trust

Warning
01

Issue

Missing AIO trust signals: publisher, freshnessDate.

Details

02

Why it matters

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

Check name

AEO: Answer evidence and trust

Score

60/100

Status

warning

Category

GEO, AIO & AEO

Maturity

Emerging recommendation

Goal

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

Result

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

Evidence
{
  "signals": {
    "author": true,
    "publisher": false,
    "freshnessDate": false,
    "aboutOrContact": true,
    "policyLinks": true
  },
  "missing": [
    "publisher",
    "freshnessDate"
  ],
  "authorMeta": "Memrise",
  "schemaAuthors": [],
  "schemaPublishers": [],
  "schemaDates": [],
  "visibleDates": [],
  "aboutLinks": [
    {
      "href": "https://www.memrise.com/about",
      "text": "About Us",
      "html": "<a href=\"https://www.memrise.com/about\" role=\"menuitem\">About Us</a>"
    }
  ],
  "contactLinks": [
    {
      "href": "https://www.memrise.com/contact",
      "text": "Contact Us",
      "html": "<a href=\"https://www.memrise.com/contact\" role=\"menuitem\">Contact Us</a>"
    },
    {
      "href": "https://memrisebeta.zendesk.com/hc/",
      "text": "FAQ & Help",
      "html": "<a href=\"https://memrisebeta.zendesk.com/hc/\" role=\"menuitem\">FAQ &amp; Help</a>"
    }
  ],
  "privacyLinks": [
    {
      "href": "/terms/",
      "text": "Terms of Use",
      "html": "<a class=\"footer-link\" href=\"/terms/\">Terms of Use</a>"
    },
    {
      "href": "/privacy/",
      "text": "Privacy Policy",
      "html": "<a class=\"footer-link\" href=\"/privacy/\">Privacy Policy</a>"
    }
  ],
  "score": 60,
  "weight": 22
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

AIO: Visible structured data match

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

4 Warning

Needs attention

AIO: Visible structured data match

Warning
01

Issue

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

Details

02

Why it matters

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

Check name

AIO: Visible structured data match

Score

58/100

Status

warning

Category

GEO, AIO & AEO

Maturity

Emerging recommendation

Goal

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

Result

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

Evidence
{
  "schemaCount": 2,
  "checkedFields": [
    {
      "path": "$[0].mainEntity[0].name",
      "value": "What makes Memrise different from other language apps?"
    },
    {
      "path": "$[0].mainEntity[1].name",
      "value": "Do I need to know anything before I start?"
    },
    {
      "path": "$[0].mainEntity[2].name",
      "value": "Will I really start speaking in the first week?"
    },
    {
      "path": "$[0].mainEntity[3].name",
      "value": "How much does it cost?"
    },
    {
      "path": "$[0].mainEntity[4].name",
      "value": "How long does it take to get fluent?"
    },
    {
      "path": "$[0].mainEntity[5].name",
      "value": "Is Memrise good for travel, work, or relationships?"
    },
    {
      "path": "$[0].mainEntity[6].name",
      "value": "What if I already use other tools and resources to learn my new language?"
    },
    {
      "path": "$[1].name",
      "value": "Memrise"
    },
    {
      "path": "$[1].description",
      "value": "Memrise is a language learning app for people who have a specific reason to learn. Trusted by 80 million learners, Memrise offers specialised courses for your goals: passing an exam, speaking confidently at work, building relationships or for discovering cultures you love. Unlike gamified apps with robotic voices, it's built around real native-speaker videos — so you learn to speak like real people."
    },
    {
      "path": "$[1].foundingLocation.name",
      "value": "London, United Kingdom"
    },
    {
      "path": "$[1].founder[0].name",
      "value": "Ed Cooke"
    },
    {
      "path": "$[1].founder[0].description",
      "value": "Grand Master of Memory and co-founder of Memrise. Studied psychology and philosophy at Oxford and trained in memory techniques to become one of the youngest Grand Masters of Memory in the world. Author of 'Remember, Remember'."
    },
    {
      "path": "$[1].founder[1].name",
      "value": "Ben Whately"
    },
    {
      "path": "$[1].founder[1].description",
      "value": "Co-founder and CEO of Memrise. Studied at Oxford and lived in China teaching himself Mandarin, an experience that shaped Memrise's emphasis on real-world, native-speaker learning."
    },
    {
      "path": "$[1].founder[2].name",
      "value": "Greg Detre"
    },
    {
      "path": "$[1].founder[2].description",
      "value": "Neuroscientist with a PhD from Princeton University specialising in the science of memory and forgetting. Brought the spaced repetition science underpinning Memrise's learning engine."
    },
    {
      "path": "$[1].areaServed.name",
      "value": "Worldwide"
    },
    {
      "path": "$[1].brand.name",
      "value": "Memrise"
    },
    {
      "path": "$[1].brand.description",
      "value": "Unlike gamified apps with robotic voices, Memrise is built around real native-speaker videos so learners hear and speak like real people."
    },
    {
      "path": "$[1].hasOfferCatalog.name",
      "value": "Memrise Language Courses"
    },
    {
      "path": "$[1].hasOfferCatalog.itemListElement[0].itemOffered.name",
      "value": "Memrise"
    },
    {
      "path": "$[1].hasOfferCatalog.itemListElement[0].itemOffered.offers[0].name",
      "value": "Memrise Free"
    },
    {
      "path": "$[1].hasOfferCatalog.itemListElement[0].itemOffered.offers[0].description",
      "value": "Limited access to language courses, native speaker videos, and core learning features."
    },
    {
      "path": "$[1].hasOfferCatalog.itemListElement[0].itemOffered.offers[1].name",
      "value": "Memrise Pro"
    },
    {
      "path": "$[1].hasOfferCatalog.itemListElement[0].itemOffered.offers[1].description",
      "value": "Full access to all languages, the complete library of native-speaker video content, AI conversation practice, offline learning, and advanced review modes."
    },
    {
      "path": "$[1].interactionStatistic.description",
      "value": "Trusted by 80 million learners worldwide."
    }
  ],
  "mismatches": [
    {
      "path": "$[1].description",
      "value": "Memrise is a language learning app for people who have a specific reason to learn. Trusted by 80 million learners, Memrise offers specialised courses for your goals: passing an exam, speaking confidently at work, building relationships or for discovering cultures you love. Unlike gamified apps with robotic voices, it's built around real native-speaker videos — so you learn to speak like real people."
    },
    {
      "path": "$[1].foundingLocation.name",
      "value": "London, United Kingdom"
    },
    {
      "path": "$[1].founder[0].name",
      "value": "Ed Cooke"
    },
    {
      "path": "$[1].founder[0].description",
      "value": "Grand Master of Memory and co-founder of Memrise. Studied psychology and philosophy at Oxford and trained in memory techniques to become one of the youngest Grand Masters of Memory in the world. Author of 'Remember, Remember'."
    },
    {
      "path": "$[1].founder[1].name",
      "value": "Ben Whately"
    },
    {
      "path": "$[1].founder[1].description",
      "value": "Co-founder and CEO of Memrise. Studied at Oxford and lived in China teaching himself Mandarin, an experience that shaped Memrise's emphasis on real-world, native-speaker learning."
    },
    {
      "path": "$[1].founder[2].name",
      "value": "Greg Detre"
    },
    {
      "path": "$[1].founder[2].description",
      "value": "Neuroscientist with a PhD from Princeton University specialising in the science of memory and forgetting. Brought the spaced repetition science underpinning Memrise's learning engine."
    },
    {
      "path": "$[1].areaServed.name",
      "value": "Worldwide"
    },
    {
      "path": "$[1].hasOfferCatalog.itemListElement[0].itemOffered.offers[1].description",
      "value": "Full access to all languages, the complete library of native-speaker video content, AI conversation practice, offline learning, and advanced review modes."
    },
    {
      "path": "$[1].interactionStatistic.description",
      "value": "Trusted by 80 million learners worldwide."
    }
  ],
  "score": 58,
  "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.

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": 1,
  "tablesWithHead": 0,
  "tablesMissingThead": [
    "<table style=\"width: 100%; border-collapse: collapse; table-layout: fixed; border: 1px solid #ffffff; height: 204.797px;\"> <tbody> <tr style=\"height: 204.797px;\"> <td style=\"width: 50.0554%; padding: 4px 4px 4px 244px; height: 204.797px;\"><img src=\"https://www.memrise.com/hs-fs/hubfs/Exam%20Practice%20Test.png?width=311&amp;height=219&amp;name=Exam%20Practice%20Test.png\" width=\"311\" height=\"219\" loading=\"lazy\" alt=\"Exam Practice Test\" style=\"height: auto; max-width: 100%; width: 311px; float:..."
  ],
  "orderedLists": 0,
  "hasFaq": true,
  "definitionPatterns": 3,
  "schemaBlocks": 2,
  "missingSignals": [
    "optional top summary / TL;DR / key takeaways block",
    "table with <thead> only if the page already has tabular/comparative data",
    "ordered list only if the page explains a workflow/process"
  ],
  "score": 75,
  "weight": 24
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

AEO: Entity and definition clarity

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

3 Warning

Needs attention

AEO: Entity and definition clarity

Warning
01

Issue

Entity or definition gaps: authentic, useful, personalised.

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

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

Evidence
{
  "title": "Learn a language. Memrise is authentic, useful & personalised.",
  "h1": "",
  "description": "Memrise is a language learning app for people who have a specific reason to learn. Trusted by 80 million learners, Memrise offers specialised courses for your goals: passing an exam, speaking confidently at work, building relationships or for discovering cultures you love. Unlike gamified apps with robotic voices, it's built around real native-speaker videos - so you learn to speak like real people.",
  "topicOverlap": 0.5,
  "definitionCount": 3,
  "topicTerms": [
    "learn",
    "language",
    "memrise",
    "authentic",
    "useful",
    "personalised"
  ],
  "descriptionTerms": [
    "memrise",
    "language",
    "learning",
    "app",
    "people",
    "who",
    "have",
    "specific",
    "reason",
    "learn",
    "trusted",
    "million",
    "learners",
    "offers",
    "specialised",
    "courses",
    "goals",
    "passing",
    "exam"
  ],
  "missingFromDescription": [
    "authentic",
    "useful",
    "personalised"
  ],
  "score": 68,
  "weight": 18
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

GEO: Explanatory content depth

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

2 Warning

Needs attention

GEO: Explanatory content depth

Warning
01

Issue

1 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": 1,
  "citablePassages": 0,
  "failingCandidateParagraphs": [
    {
      "index": 14,
      "heading": "H3: IELTS, GCSE, A-Level, IB & CEFR-aligned Exam Practice",
      "text": "- Practice tests under real exam conditions so you can feel confident before doing the real thing.- Receive detailed feedback from AI on how to improve your grade. hbspt.cta._relativeUrls=true;hbspt.cta.load(6968579, '8a1ca834-391b-42a0-afeb-c9b2fb2c67f8', {\"useNewLoader\":\"true\",\"region\":\"na1\"});",
      "words": 40,
      "hasEvidence": true,
      "reasons": [
        "Too short for a citation-ready passage (40 words; target 80-220)."
      ],
      "html": "<p>- Practice tests under real exam conditions so you can feel confident before doing the real thing.<br><br>- Receive detailed feedback from AI on how to improve your grade.<br><br><!--HubSpot Call-to-Action Code --><span class=\"hs-cta-wrapper\" id=\"hs-cta-wrapper-8a1ca834-391b-42a0-afeb-c9b2fb2c67f8\"><span class=\"hs-cta-node hs-cta-8a1ca834-391b-42a0-afeb-c9b2fb2c67f8\" id=\"hs-cta-8a1ca834-391b-42a0-afeb-c9b2fb2c67f8\" style=\"visibility: hidden;\"><!--[if lte IE 8]><div id=\"hs-cta-ie-element\"><..."
    }
  ],
  "citableParagraphs": [],
  "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

7 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": 7,
  "passing": 0,
  "failing": [
    {
      "heading": "Learn a language for what you actually need",
      "headingHtml": "<h2 style=\"color:\"> Learn a language for what you actually need </h2>",
      "firstParagraph": "Pass an exam, progress at work, build relationships or just keep your brain sharp",
      "paragraphHtml": "<p style=\"text-align: left;\">Pass an exam, progress at work, build relationships or just keep your brain sharp</p>",
      "words": 14,
      "direct": false,
      "issue": "First paragraph is 14 words and does not look like a concise direct answer."
    },
    {
      "heading": "Our Tribe: The Learners who thrive with Memrise",
      "headingHtml": "<h2>Our Tribe: The Learners who thrive with Memrise</h2>",
      "firstParagraph": "You don’t just want directions. You want connection.Memrise gets you confidently ordering street food, swapping jokes, and getting the vibe wherever you land.",
      "paragraphHtml": "<p><span>You don&#x2019;t just want directions. You want connection.</span><br><span>Memrise gets you confidently ordering street food, swapping jokes, and&#xa0;</span><em>getting the vibe</em><span> wherever you land.</span></p>",
      "words": 25,
      "direct": false,
      "issue": "First paragraph is 25 words and does not look like a concise direct answer."
    },
    {
      "heading": "How It Works",
      "headingHtml": "<h2>How It Works</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Memrise Exam Prep",
      "headingHtml": "<h2 style=\"text-align: center;\"><br><br>Memrise Exam Prep</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "IELTS, GCSE, A-Level, IB & CEFR-aligned Exam Practice",
      "headingHtml": "<h3 style=\"text-align: center;\">IELTS, GCSE, A-Level, IB &amp; CEFR-aligned Exam Practice</h3>",
      "firstParagraph": "",
      "paragraphHtml": "<p>&#xa0;</p>",
      "words": 0,
      "direct": false,
      "issue": "First paragraph is 0 words and does not look like a concise direct answer."
    },
    {
      "heading": "Real native speaker videos, less robotic voices",
      "headingHtml": "<h3>Real native speaker videos, less robotic voices</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Is Memrise for me?",
      "headingHtml": "<h2>Is Memrise for me?</h2>",
      "firstParagraph": "What makes Memrise different from other language apps?",
      "paragraphHtml": "<p><strong>What makes Memrise different from other language apps?</strong></p>",
      "words": 8,
      "direct": false,
      "issue": "First paragraph is 8 words and does not look like a concise direct answer."
    }
  ],
  "score": 65,
  "weight": 8
}

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: 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": "Learn a language for what you actually need",
      "html": "<h2 style=\"color:\"> Learn a language for what you actually need </h2>"
    },
    {
      "text": "Our Tribe: The Learners who thrive with Memrise",
      "html": "<h2>Our Tribe: The Learners who thrive with Memrise</h2>"
    },
    {
      "text": "How It Works",
      "html": "<h2>How It Works</h2>"
    },
    {
      "text": "Memrise Exam Prep",
      "html": "<h2 style=\"text-align: center;\"><br><br>Memrise Exam Prep</h2>"
    },
    {
      "text": "Is Memrise for me?",
      "html": "<h2>Is Memrise for me?</h2>"
    }
  ],
  "expected": [
    {
      "id": "what",
      "label": "What is Learn a language. Memrise is authentic, usefu...?",
      "pattern": {}
    },
    {
      "id": "how",
      "label": "How does Learn a language. Memrise is authentic, usefu... work?",
      "pattern": {}
    },
    {
      "id": "benefits",
      "label": "Why use Learn a language. Memrise is authentic, usefu...?",
      "pattern": {}
    },
    {
      "id": "cost",
      "label": "Is Learn a language. Memrise is authentic, usefu... free or paid?",
      "pattern": {}
    },
    {
      "id": "compare",
      "label": "How does Learn a language. Memrise is authentic, usefu... compare with alternatives?",
      "pattern": {}
    }
  ],
  "missing": [
    {
      "id": "benefits",
      "label": "Why use Learn a language. Memrise is authentic, usefu...?",
      "pattern": {}
    },
    {
      "id": "cost",
      "label": "Is Learn a language. Memrise is authentic, usefu... free or paid?",
      "pattern": {}
    },
    {
      "id": "compare",
      "label": "How does Learn a language. Memrise is authentic, usefu... compare with alternatives?",
      "pattern": {}
    }
  ],
  "score": 70,
  "weight": 8
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

AIO: Page experience for AIO

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

1 Warning

Needs attention

AIO: Page experience for AIO

Warning
01

Issue

21 image(s) are missing width/height attributes.

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

80/100

Status

warning

Category

GEO, AIO & AEO

Maturity

Emerging recommendation

Goal

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

Result

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

Evidence
{
  "viewportContent": "width=device-width, initial-scale=1",
  "visibleWords": 1717,
  "htmlBytes": 239859,
  "imagesMissingDimensions": [
    {
      "src": "https://www.memrise.com/hubfs/Memrise%20July%202020/Images/logo_yellow.svg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"https://www.memrise.com/hubfs/Memrise%20July%202020/Images/logo_yellow.svg\" alt=\"memrise logo\">"
    },
    {
      "src": "https://f.hubspotusercontent20.net/hubfs/6968579/Memrise%20July%202020/Images/Menu-icon.png",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img class=\"m-opn\" src=\"https://f.hubspotusercontent20.net/hubfs/6968579/Memrise%20July%202020/Images/Menu-icon.png\">"
    },
    {
      "src": "https://f.hubspotusercontent20.net/hubfs/6968579/Memrise%20July%202020/Images/Close-icon.png",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img class=\"m-close\" src=\"https://f.hubspotusercontent20.net/hubfs/6968579/Memrise%20July%202020/Images/Close-icon.png\">"
    },
    {
      "src": "https://f.hubspotusercontent20.net/hubfs/6968579/Memrise%20July%202020/Images/logo_yellow.svg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"https://f.hubspotusercontent20.net/hubfs/6968579/Memrise%20July%202020/Images/logo_yellow.svg\" alt=\"memrise logo on the yellow sliding menu\">"
    },
    {
      "src": "https://www.memrise.com/hubfs/Archive%20-%20Sept%202022/Home%20page%20top%20module%20images/Web-60MM-HeroModule-Graphic-No-Sticker.jpg",
      "width": "100%",
      "height": "",
      "loading": "",
      "html": "<img class=\"lazy\" src=\"https://www.memrise.com/hubfs/Archive%20-%20Sept%202022/Home%20page%20top%20module%20images/Web-60MM-HeroModule-Graphic-No-Sticker.jpg\" alt=\"Web-60MM-HeroModule-Graphic-No-Sticker\" width=\"100%\" style=\"max-width: 750px; max-height: 761px\">"
    },
    {
      "src": "https://f.hubspotusercontent20.net/hubfs/6968579/Memrise%20July%202020/Images/arrow-blue-left.png",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img class=\"slick-prev slick-arrow slick-disabled\" src=\"https://f.hubspotusercontent20.net/hubfs/6968579/Memrise%20July%202020/Images/arrow-blue-left.png\" aria-disabled=\"true\" style=\"display: block;\">"
    },
    {
      "src": "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsQAAA7EAZUrDhsAAAANSURBVBhXYzh8+PB/AAffA0nNPuCLAAAAAElFTkSuQmCC",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img class=\"lazy check slick-loading\" data-lazy=\"https://www.memrise.com/hubfs/See%20who%E2%80%99s%20in%20our%20tribe-3.png\" alt=\"See who&#x2019;s in our tribe-3\" style=\"max-width: 100%; height: auto;\" src=\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsQAAA7EAZUrDhsAAAANSURBVBhXYzh8+PB/AAffA0nNPuCLAAAAAElFTkSuQmCC\">"
    },
    {
      "src": "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsQAAA7EAZUrDhsAAAANSURBVBhXYzh8+PB/AAffA0nNPuCLAAAAAElFTkSuQmCC",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img class=\"lazy check slick-loading\" data-lazy=\"https://www.memrise.com/hubfs/nano-banana-2025-11-29T10-45-13.png\" alt=\"student-passing-exam\" style=\"max-width: 100%; height: auto;\" src=\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsQAAA7EAZUrDhsAAAANSURBVBhXYzh8+PB/AAffA0nNPuCLAAAAAElFTkSuQmCC\">"
    },
    {
      "src": "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsQAAA7EAZUrDhsAAAANSURBVBhXYzh8+PB/AAffA0nNPuCLAAAAAElFTkSuQmCC",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img class=\"lazy check slick-loading\" data-lazy=\"https://www.memrise.com/hubfs/8-1.png\" alt=\"8-1\" style=\"max-width: 100%; height: auto;\" src=\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsQAAA7EAZUrDhsAAAANSURBVBhXYzh8+PB/AAffA0nNPuCLAAAAAElFTkSuQmCC\">"
    },
    {
      "src": "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsQAAA7EAZUrDhsAAAANSURBVBhXYzh8+PB/AAffA0nNPuCLAAAAAElFTkSuQmCC",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img class=\"lazy check slick-loading\" data-lazy=\"https://www.memrise.com/hubfs/9-2.png\" alt=\"9-2\" style=\"max-width: 100%; height: auto;\" src=\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsQAAA7EAZUrDhsAAAANSURBVBhXYzh8+PB/AAffA0nNPuCLAAAAAElFTkSuQmCC\">"
    },
    {
      "src": "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsQAAA7EAZUrDhsAAAANSURBVBhXYzh8+PB/AAffA0nNPuCLAAAAAElFTkSuQmCC",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img class=\"lazy check slick-loading\" data-lazy=\"https://www.memrise.com/hubfs/11-1.png\" alt=\"11-1\" style=\"max-width: 100%; height: auto;\" src=\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsQAAA7EAZUrDhsAAAANSURBVBhXYzh8+PB/AAffA0nNPuCLAAAAAElFTkSuQmCC\">"
    },
    {
      "src": "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsQAAA7EAZUrDhsAAAANSURBVBhXYzh8+PB/AAffA0nNPuCLAAAAAElFTkSuQmCC",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img class=\"lazy check slick-loading\" data-lazy=\"https://www.memrise.com/hubfs/10-1.png\" alt=\"10-1\" style=\"max-width: 100%; height: auto;\" src=\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsQAAA7EAZUrDhsAAAANSURBVBhXYzh8+PB/AAffA0nNPuCLAAAAAElFTkSuQmCC\">"
    },
    {
      "src": "https://f.hubspotusercontent20.net/hubfs/6968579/Memrise%20July%202020/Images/arrow-blue.png",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img class=\"slick-next slick-arrow\" src=\"https://f.hubspotusercontent20.net/hubfs/6968579/Memrise%20July%202020/Images/arrow-blue.png\" aria-disabled=\"false\" style=\"display: block;\">"
    },
    {
      "src": "https://6968579.fs1.hubspotusercontent-na1.net/hub/6968579/hubfs/Graciass.png?width=1200&length=1200&name=Graciass.png",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img class=\"splide__slide--image\" alt=\"Graciass\" src=\"https://6968579.fs1.hubspotusercontent-na1.net/hub/6968579/hubfs/Graciass.png?width=1200&amp;length=1200&amp;name=Graciass.png\" style>"
    },
    {
      "src": "https://6968579.fs1.hubspotusercontent-na1.net/hub/6968579/hubfs/Start%20Next.png?width=1200&length=1200&name=Start%20Next.png",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img class=\"splide__slide--image\" alt=\"Start Next\" src=\"https://6968579.fs1.hubspotusercontent-na1.net/hub/6968579/hubfs/Start%20Next.png?width=1200&amp;length=1200&amp;name=Start%20Next.png\" style>"
    },
    {
      "src": "https://6968579.fs1.hubspotusercontent-na1.net/hub/6968579/hubfs/Learn%20.png?width=1200&length=1200&name=Learn%20.png",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img class=\"splide__slide--image\" alt=\"Learn \" src=\"https://6968579.fs1.hubspotusercontent-na1.net/hub/6968579/hubfs/Learn%20.png?width=1200&amp;length=1200&amp;name=Learn%20.png\" style>"
    },
    {
      "src": "https://6968579.fs1.hubspotusercontent-na1.net/hub/6968579/hubfs/Graciass.png?width=1200&length=1200&name=Graciass.png",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img class=\"splide__slide--image\" alt=\"Graciass\" src=\"https://6968579.fs1.hubspotusercontent-na1.net/hub/6968579/hubfs/Graciass.png?width=1200&amp;length=1200&amp;name=Graciass.png\" style>"
    },
    {
      "src": "https://www.memrise.com/hubfs/Learn%2018.png",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img class=\"lazy\" src=\"https://www.memrise.com/hubfs/Learn%2018.png\" alt=\"Learn 18\" style=\"max-width: 100%; height: auto;\">"
    },
    {
      "src": "https://www.memrise.com/hubfs/blue-underline.svg",
      "width": "100%",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://www.memrise.com/hubfs/blue-underline.svg\" loading=\"lazy\" width=\"100%\">"
    },
    {
      "src": "https://www.memrise.com/hubfs/Memrise%20July%202020/Images/logo.png",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"https://www.memrise.com/hubfs/Memrise%20July%202020/Images/logo.png\" alt=\"memrise\">"
    },
    {
      "src": "https://no-cache.hubspot.com/cta/default/6968579/c1b818db-40d6-455e-b4f2-2eb540060828.png",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img class=\"hs-cta-img\" id=\"hs-cta-img-c1b818db-40d6-455e-b4f2-2eb540060828\" style=\"border-width:0px;\" src=\"https://no-cache.hubspot.com/cta/default/6968579/c1b818db-40d6-455e-b4f2-2eb540060828.png\" alt=\"Start learning\">"
    }
  ],
  "possibleDialogs": [],
  "score": 80,
  "weight": 10
}

Agent Ease of UseAPIEmerging recommendation

AI context endpoint

AI context endpoint is informational for this page.

Informational

Needs attention

AI context endpoint

Informational
01

Issue

AI context endpoint is informational for this page.

02

Why it matters

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

Check name

AI context endpoint

Score

100/100

Status

informational

Category

API

Maturity

Emerging recommendation

Goal

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

Result

AI context endpoint is informational for this page.

Validation steps

  1. Fetch to find resource

    AI context endpoint was not found at the expected path.

Evidence
{
  "steps": [
    {
      "id": "fetch",
      "title": "Fetch to find resource",
      "status": "informational",
      "evidence": {
        "checked": [
          {
            "path": "/api/ai/context",
            "statusCode": 404,
            "contentType": "text/html",
            "length": 133590
          },
          {
            "path": "/api/context",
            "statusCode": 404,
            "contentType": "text/html",
            "length": 133590
          },
          {
            "path": "/context",
            "statusCode": 404,
            "contentType": "text/html",
            "length": 133590
          }
        ]
      },
      "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: 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": "Learn a language for what you actually need",
      "html": "<h2 style=\"color:\"> Learn a language for what you actually need </h2>"
    },
    {
      "text": "Our Tribe: The Learners who thrive with Memrise",
      "html": "<h2>Our Tribe: The Learners who thrive with Memrise</h2>"
    },
    {
      "text": "How It Works",
      "html": "<h2>How It Works</h2>"
    },
    {
      "text": "Memrise Exam Prep",
      "html": "<h2 style=\"text-align: center;\"><br><br>Memrise Exam Prep</h2>"
    },
    {
      "text": "Is Memrise for me?",
      "html": "<h2>Is Memrise for me?</h2>"
    }
  ],
  "expected": [
    {
      "id": "what",
      "label": "What is Learn a language. Memrise is authentic, usefu...?",
      "pattern": {}
    },
    {
      "id": "how",
      "label": "How does Learn a language. Memrise is authentic, usefu... work?",
      "pattern": {}
    },
    {
      "id": "benefits",
      "label": "Why use Learn a language. Memrise is authentic, usefu...?",
      "pattern": {}
    },
    {
      "id": "cost",
      "label": "Is Learn a language. Memrise is authentic, usefu... free or paid?",
      "pattern": {}
    },
    {
      "id": "compare",
      "label": "How does Learn a language. Memrise is authentic, usefu... compare with alternatives?",
      "pattern": {}
    }
  ],
  "missing": [
    {
      "id": "benefits",
      "label": "Why use Learn a language. Memrise is authentic, usefu...?",
      "pattern": {}
    },
    {
      "id": "cost",
      "label": "Is Learn a language. Memrise is authentic, usefu... free or paid?",
      "pattern": {}
    },
    {
      "id": "compare",
      "label": "How does Learn a language. Memrise is authentic, usefu... compare with alternatives?",
      "pattern": {}
    }
  ],
  "score": 70,
  "weight": 4
}

Agent Ease of UseAuthEmerging recommendation

Auth.md Agent Registration

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

Informational

Needs attention

Auth.md Agent Registration

Informational
01

Issue

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

02

Why it matters

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

Check name

Auth.md Agent Registration

Score

0/100

Status

informational

Category

Auth

Maturity

Emerging recommendation

Goal

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

Result

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

Validation steps

  1. Fetch and validate /auth.md

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

  2. Publish protected resource metadata

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

  3. Validate agent_auth authorization metadata

    OAuth authorization server metadata could not be fetched.

Evidence
{
  "failedStep": "auth-md",
  "steps": [
    {
      "id": "auth-md",
      "title": "Fetch and validate /auth.md",
      "status": "fail",
      "evidence": {
        "path": "/auth.md",
        "ok": false,
        "statusCode": 404,
        "contentType": "text/html",
        "length": 133590,
        "validation": {
          "valid": false,
          "issue": "auth.md response did not match the expected agent registration shape. Content-Type \"text/html\" is not Markdown or text/plain; missing registration instructions; missing /.well-known/oauth-protected-resource link; missing /.well-known/oauth-authorization-server link; missing supported identity type language.",
          "compatibleContentType": false,
          "contentLength": 127607,
          "hasRegisterInstructions": false,
          "hasProtectedResourceLink": false,
          "hasAuthorizationServerLink": false,
          "mentionsIdentity": false,
          "mentionsCredential": true,
          "links": [
            "https://www.memrise.com/hubfs/memrise-flavicon.png\">",
            "/style",
            "https://www.memrise.com/hubfs/hub_generated/template_assets/1/31539912616/1743631793672/template_style.css\">",
            "https://www.memrise.com/hubfs/hub_generated/module_assets/1/107489279009/1779361998653/module_Header-2023-with-CTA.min.css\">",
            "/*",
            "/style",
            "https://www.memrise.com/hubfs/hub_generated/module_assets/1/32625371464/1743834165450/module_404_-_Hero_Module.min.css\">",
            "https://www.memrise.com/hubfs/Memrise%20July%202020/Images/Left%20image-2.png'",
            "https://www.memrise.com/hubfs/Memrise%20July%202020/Images/Right%20image-2.png'",
            "/style"
          ],
          "rawExcerpt": "<!doctype html><!--[if lt IE 7]> <html class=\"no-js lt-ie9 lt-ie8 lt-ie7\" lang=\"en\" > <![endif]--><!--[if IE 7]>    <html class=\"no-js lt-ie9 lt-ie8\" lang=\"en\" >        <![endif]--><!--[if IE 8]>    <html class=\"no-js lt-ie9\" lang=\"en\" >               <![endif]--><!--[if gt IE 8]><!--><html class=\"no-js\" lang=\"en\"><!--<![endif]--><head>\n    <meta charset=\"utf-8\">\n    <meta http-equiv=\"X-UA-Compatible\" content=\"IE=edge,chrome=1\">\n    <meta name=\"author\" content=\"Memrise\">\n    <meta name=\"description\" content=\"\">\n    <meta name=\"generator\" content=\"HubSpot\">\n    \n    <link rel=\"shortcut icon\" href=\"https://www.memrise.com/hubfs/memrise-flavicon.png\">\n    \n<meta name=\"viewport\" content=\"width=device-width, initial-scale=1\">\n\n    \n    <meta property=\"og:description\" content=\"\">\n    <meta prope"
        }
      },
      "issue": "auth.md response did not match the expected agent registration shape. Content-Type \"text/html\" is not Markdown or text/plain; missing registration instructions; missing /.well-known/oauth-protected-resource link; missing /.well-known/oauth-authorization-server link; missing supported identity type language.",
      "howToFix": "Serve /auth.md at the site root as Markdown with agent registration instructions and links to OAuth metadata."
    },
    {
      "id": "oauth-protected-resource",
      "title": "Publish protected resource metadata",
      "status": "fail",
      "evidence": {
        "path": "/.well-known/oauth-protected-resource",
        "ok": false,
        "statusCode": 404,
        "contentType": "text/html",
        "length": 133590,
        "text": "<!doctype html><!--[if lt IE 7]> <html class=\"no-js lt-ie9 lt-ie8 lt-ie7\" lang=\"en\" > <![endif]--><!--[if IE 7]>    <html class=\"no-js lt-ie9 lt-ie8\" lang=\"en\" >        <![endif]--><!--[if IE 8]>    <html class=\"no-js lt-ie9\" lang=\"en\" >               <![endif]--><!--[if gt IE 8]><!--><html class=\"no-js\" lang=\"en\"><!--<![endif]--><head>\n    <meta charset=\"utf-8\">\n    <meta http-equiv=\"X-UA-Compatible\" content=\"IE=edge,chrome=1\">\n    <meta name=\"author\" content=\"Memrise\">\n    <meta name=\"description\" content=\"\">\n    <meta name=\"generator\" content=\"HubSpot\">\n    \n    <link rel=\"shortcut icon\" href=\"https://www.memrise.com/hubfs/memrise-flavicon.png\">\n    \n<meta name=\"viewport\" content=\"width=device-width, initial-scale=1\">\n\n    \n    <meta property=\"og:description\" content=\"\">\n    <meta property=\"og:title\" content=\"\">\n    <meta name=\"twitter:description\" content=\"\">\n    <meta name=\"twitter:title\" content=\"\">\n\n    \n\n    \n\n    <style>\na.cta_button{-moz-box-sizing:content-box !important;-webkit-box-sizing:content-box !important;box-sizing:content-box !important;vertical-align:middle}.hs-breadcrumb-menu{list-style-type:none;margin:0px 0px 0px 0px;padding:0px 0px 0px 0px}.hs-breadcrumb-menu-item{float:left;padding:10px 0px 10px 10px}.hs-breadcrumb-menu-divider:before{content:'›';padding-left:10px}.hs-featured-image-link{border:0}.hs-featured-image{float:right;margin:0 0 20px 20px;max-width:50%}@media (max-width: 568px){.hs-featured-image{float:none;margin:0;width:100%;max-width:100%}}.hs-screen-reader-text{clip:rect(1px, 1px, 1px, 1px);height:1px;overflow:hidden;position:absolute !important;width:1px}\n</style>\n\n<link rel=\"stylesheet\" href=\"https://www.memrise.com/hubfs/hub_generated/template_assets/1/31539912616/1743631793672/template_style.css\">\n<link rel=\"stylesheet\" href=\"https://www.memrise.com/hubfs/hub_generated/module_assets/1/107489279009/1779361998653/module_Header-2023-with-CTA.min.css\">\n\n<style>\n\n\t.module_169321740029381 .promo-banner-fixed {padding:6px 0; max-height: 40px}\n\n\t.module_169321740029381 .promo-flex {justify-content: flex-end;}\n\n\t.module_169321740029381 .inner-header{max-width:100%;justify-content: space-between; align-items: baseline; max-height: 80px;}\n\n  .module_169321740029381 .inner-header .logo{margin: 0; display: block}\n\n\t.module_169321740029381.wrapper-header-fixed .menu ul>li.hs-menu-depth-1:after{background-size: 80% 100%;}\n\n\t.module_169321740029381.wrapper-header-fixed .menu .hs-menu-wrapper>ul{justify-content: flex-end;align-items: center;}\n\n\t.module_169321740029381.wrapper-header-fixed .menu .hs-menu-wrapper>ul li.hs-menu-item.hs-menu-depth-1:not(.hs-item-has-children):hover:after {\n\t\tcontent: none;\n\t}\n\n\t.module_169321740029381.wrapper-header-fixed .mobile-trigger{left:unset; right:0; top: 21px;}\n  [dir=\"rtl\"]\t.module_169321740029381.wrapper-header-fixed .mobile-trigger{right:unset; left:0; top: 21px;}\n\n\t.module_169321740029381 .global-icon.dis-flex p i {\n\t\ttop: 1px;\n\t\tmargin-left: 6px;\n\t\tcolor: #000;\n\t}\n\n\t.module_169321740029381 .mem-rise-top-header-language .global-icon.dis-flex p{transition: all 0.4s;}\n\n\t.module_169321740029381.wrapper-header-fixed{\n\t\tbox-shadow: 0 0 20px 0 rgb(0 0 0 / 20%);\n\t}\n\t\n\n\t.module_169321740029381.wrapper-header-fixed .menu .hs-menu-wrapper>ul li.hs-menu-item.hs-menu-depth-1:not(.hs-item-has-children)>a:hover {\n\t\t-webkit-box-shadow: 0 15px 40px 0 rgb(0 0 0 / 10%);\n\t\t-moz-box-shadow: 0 15px 40px 0 rgba(0,0,0,0.1);\n\t\t-o-box-shadow: 0 15px 40px 0 rgba(0,0,0,0.1);\n\t\t-ms-box-shadow: 0 15px 40px 0 rgba(0,0,0,0.1);\n\t\t-moz-transform: translateY(-2px);\n\t\t-o-transform: translateY(-2px);\n\t\t-ms-transform: translateY(-2px);\n\t\ttransform: translateY(-2px);\n\t}\n\n\t.module_169321740029381 ul.expand-f li a{margin:0;}\n\n\t@media(max-width:1439px){\n\n\t\t.module_169321740029381.wrapper-header-fixed .menu .hs-menu-wrapper>ul{padding: 100px 20px;}\n\n\t\t.module_169321740029381.wrapper-header-fixed .menu .hs-menu-wrapper{top:0;}\n\n    .module_169321740029381.wrapper-header-fixed .menu .hs-menu-wrapper>ul "
      },
      "issue": "The OAuth Protected Resource metadata endpoint did not return HTTP 2xx.",
      "howToFix": "Publish /.well-known/oauth-protected-resource with resource and authorization_servers fields."
    },
    {
      "id": "agent-auth-block",
      "title": "Validate agent_auth authorization metadata",
      "status": "fail",
      "evidence": {
        "valid": false,
        "issue": "OAuth authorization server metadata could not be fetched.",
        "fetch": {
          "ok": false,
          "statusCode": 404,
          "contentType": "text/html",
          "length": 133590,
          "text": "<!doctype html><!--[if lt IE 7]> <html class=\"no-js lt-ie9 lt-ie8 lt-ie7\" lang=\"en\" > <![endif]--><!--[if IE 7]>    <html class=\"no-js lt-ie9 lt-ie8\" lang=\"en\" >        <![endif]--><!--[if IE 8]>    <html class=\"no-js lt-ie9\" lang=\"en\" >               <![endif]--><!--[if gt IE 8]><!--><html class=\"no-js\" lang=\"en\"><!--<![endif]--><head>\n    <meta charset=\"utf-8\">\n    <meta http-equiv=\"X-UA-Compatible\" content=\"IE=edge,chrome=1\">\n    <meta name=\"author\" content=\"Memrise\">\n    <meta name=\"description\" content=\"\">\n    <meta name=\"generator\" content=\"HubSpot\">\n    \n    <link rel=\"shortcut icon\" href=\"https://www.memrise.com/hubfs/memrise-flavicon.png\">\n    \n<meta name=\"viewport\" content=\"width=device-width, initial-scale=1\">\n\n    \n    <meta property=\"og:description\" content=\"\">\n    <meta property=\"og:title\" content=\"\">\n    <meta name=\"twitter:description\" content=\"\">\n    <meta name=\"twitter:title\" content=\"\">\n\n    \n\n    \n\n    <style>\na.cta_button{-moz-box-sizing:content-box !important;-webkit-box-sizing:content-box !important;box-sizing:content-box !important;vertical-align:middle}.hs-breadcrumb-menu{list-style-type:none;margin:0px 0px 0px 0px;padding:0px 0px 0px 0px}.hs-breadcrumb-menu-item{float:left;padding:10px 0px 10px 10px}.hs-breadcrumb-menu-divider:before{content:'›';padding-left:10px}.hs-featured-image-link{border:0}.hs-featured-image{float:right;margin:0 0 20px 20px;max-width:50%}@media (max-width: 568px){.hs-featured-image{float:none;margin:0;width:100%;max-width:100%}}.hs-screen-reader-text{clip:rect(1px, 1px, 1px, 1px);height:1px;overflow:hidden;position:absolute !important;width:1px}\n</style>\n\n<link rel=\"stylesheet\" href=\"https://www.memrise.com/hubfs/hub_generated/template_assets/1/31539912616/1743631793672/template_style.css\">\n<link rel=\"stylesheet\" href=\"https://www.memrise.com/hubfs/hub_generated/module_assets/1/107489279009/1779361998653/module_Header-2023-with-CTA.min.css\">\n\n<style>\n\n\t.module_169321740029381 .promo-banner-fixed {padding:6px 0; max-height: 40px}\n\n\t.module_169321740029381 .promo-flex {justify-content: flex-end;}\n\n\t.module_169321740029381 .inner-header{max-width:100%;justify-content: space-between; align-items: baseline; max-height: 80px;}\n\n  .module_169321740029381 .inner-header .logo{margin: 0; display: block}\n\n\t.module_169321740029381.wrapper-header-fixed .menu ul>li.hs-menu-depth-1:after{background-size: 80% 100%;}\n\n\t.module_169321740029381.wrapper-header-fixed .menu .hs-menu-wrapper>ul{justify-content: flex-end;align-items: center;}\n\n\t.module_169321740029381.wrapper-header-fixed .menu .hs-menu-wrapper>ul li.hs-menu-item.hs-menu-depth-1:not(.hs-item-has-children):hover:after {\n\t\tcontent: none;\n\t}\n\n\t.module_169321740029381.wrapper-header-fixed .mobile-trigger{left:unset; right:0; top: 21px;}\n  [dir=\"rtl\"]\t.module_169321740029381.wrapper-header-fixed .mobile-trigger{right:unset; left:0; top: 21px;}\n\n\t.module_169321740029381 .global-icon.dis-flex p i {\n\t\ttop: 1px;\n\t\tmargin-left: 6px;\n\t\tcolor: #000;\n\t}\n\n\t.module_169321740029381 .mem-rise-top-header-language .global-icon.dis-flex p{transition: all 0.4s;}\n\n\t.module_169321740029381.wrapper-header-fixed{\n\t\tbox-shadow: 0 0 20px 0 rgb(0 0 0 / 20%);\n\t}\n\t\n\n\t.module_169321740029381.wrapper-header-fixed .menu .hs-menu-wrapper>ul li.hs-menu-item.hs-menu-depth-1:not(.hs-item-has-children)>a:hover {\n\t\t-webkit-box-shadow: 0 15px 40px 0 rgb(0 0 0 / 10%);\n\t\t-moz-box-shadow: 0 15px 40px 0 rgba(0,0,0,0.1);\n\t\t-o-box-shadow: 0 15px 40px 0 rgba(0,0,0,0.1);\n\t\t-ms-box-shadow: 0 15px 40px 0 rgba(0,0,0,0.1);\n\t\t-moz-transform: translateY(-2px);\n\t\t-o-transform: translateY(-2px);\n\t\t-ms-transform: translateY(-2px);\n\t\ttransform: translateY(-2px);\n\t}\n\n\t.module_169321740029381 ul.expand-f li a{margin:0;}\n\n\t@media(max-width:1439px){\n\n\t\t.module_169321740029381.wrapper-header-fixed .menu .hs-menu-wrapper>ul{padding: 100px 20px;}\n\n\t\t.module_169321740029381.wrapper-header-fixed .menu .hs-menu-wrapper{top:0;}\n\n    .module_169321740029381.wrapper-header-fixed .menu .hs-menu-wrapper>ul "
        }
      },
      "issue": "OAuth authorization server metadata could not be fetched.",
      "howToFix": "Add agent_auth to /.well-known/oauth-authorization-server with register_uri, supported identity types, credential types, and claim or revocation URLs where applicable."
    }
  ],
  "authApplicability": {
    "supportsAuth": true,
    "score": 6,
    "signals": [
      {
        "source": "link:href",
        "weight": 3,
        "match": "auth link"
      },
      {
        "source": "visible-text",
        "weight": 3,
        "match": "log in"
      }
    ]
  },
  "resourceFetchSucceeded": false
}

AI DiscoverabilityDiscoverabilityEstablished

IndexNow key

IndexNow key is informational for this page.

Informational

Needs attention

IndexNow key

Informational
01

Issue

IndexNow key is informational for this page.

02

Why it matters

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

Check name

IndexNow key

Score

100/100

Status

informational

Category

Discoverability

Maturity

Established

Goal

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

Result

IndexNow key is informational for this page.

Validation steps

  1. Find advertised IndexNow key location

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

  2. Fetch and validate IndexNow key file

    No discoverable IndexNow key file was found.

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

Agent Ease of UseAuthEstablished

OAuth / OIDC discovery

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

Informational

Needs attention

OAuth / OIDC discovery

Informational
01

Issue

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

02

Why it matters

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

Check name

OAuth / OIDC discovery

Score

0/100

Status

informational

Category

Auth

Maturity

Established

Goal

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

Result

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

Validation steps

  1. Fetch to find resource

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

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

Agent Ease of UseAuthEmerging recommendation

OAuth Protected Resource

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

Informational

Needs attention

OAuth Protected Resource

Informational
01

Issue

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

02

Why it matters

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

Check name

OAuth Protected Resource

Score

0/100

Status

informational

Category

Auth

Maturity

Emerging recommendation

Goal

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

Result

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

Validation steps

  1. Fetch protected resource metadata

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

  2. Validate protected resource metadata

    Response is not valid JSON.

  3. Validate protected resource identity

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

  4. Probe protected API Bearer challenge

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

Evidence
{
  "failedStep": "fetch",
  "steps": [
    {
      "id": "fetch",
      "title": "Fetch protected resource metadata",
      "status": "fail",
      "evidence": {
        "path": "/.well-known/oauth-protected-resource",
        "statusCode": 404,
        "contentType": "text/html"
      },
      "issue": "The OAuth Protected Resource metadata endpoint did not return HTTP 2xx.",
      "howToFix": "Publish /.well-known/oauth-protected-resource JSON."
    },
    {
      "id": "metadata",
      "title": "Validate protected resource metadata",
      "status": "fail",
      "evidence": {
        "valid": false,
        "compatibleContentType": false,
        "issue": "Response is not valid JSON.",
        "rawExcerpt": "<!doctype html><!--[if lt IE 7]> <html class=\"no-js lt-ie9 lt-ie8 lt-ie7\" lang=\"en\" > <![endif]--><!--[if IE 7]>    <html class=\"no-js lt-ie9 lt-ie8\" lang=\"en\" >        <![endif]--><!--[if IE 8]>    <html class=\"no-js lt-ie9\" lang=\"en\" >               <![endif]--><!--[if gt IE 8]><!--><html class=\"no-js\" lang=\"en\"><!--<![endif]--><head>\n    <meta charset=\"utf-8\">\n    <meta http-equiv=\"X-UA-Compatible\" content=\"IE=edge,chrome=1\">\n    <meta name=\"author\" content=\"Memrise\">\n    <meta name=\"description\" content=\"\">\n    <meta name=\"generator\" content=\"HubSpot\">\n    \n    <link rel=\"shortcut icon\" href=\"https://www.memrise.com/hubfs/memrise-flavicon.png\">\n    \n<meta name=\"viewport\" content=\"width=device-width, initial-scale=1\">\n\n    \n    <meta property=\"og:description\" content=\"\">\n    <meta prope"
      },
      "issue": "Response is not valid JSON.",
      "howToFix": "Publish resource and authorization_servers as absolute URLs."
    },
    {
      "id": "resource-identity",
      "title": "Validate protected resource identity",
      "status": "fail",
      "evidence": {
        "expectedResource": "https://www.memrise.com"
      },
      "issue": "Protected resource metadata `resource` did not match the resource identifier used to retrieve it.",
      "howToFix": "Set `resource` to the origin/resource identifier represented by /.well-known/oauth-protected-resource."
    },
    {
      "id": "protected-route-challenge",
      "title": "Probe protected API Bearer challenge",
      "status": "informational",
      "evidence": {
        "checked": [
          {
            "path": "/api/admin/scans",
            "statusCode": 404,
            "wwwAuthenticate": {
              "valid": false,
              "present": false
            },
            "expectedMetadataUrl": "https://www.memrise.com/.well-known/oauth-protected-resource",
            "metadataUrlMatches": true,
            "resourceMatchesRequestContext": true
          },
          {
            "path": "/api/admin/summary",
            "statusCode": 404,
            "wwwAuthenticate": {
              "valid": false,
              "present": false
            },
            "expectedMetadataUrl": "https://www.memrise.com/.well-known/oauth-protected-resource",
            "metadataUrlMatches": true,
            "resourceMatchesRequestContext": true
          },
          {
            "path": "/api/scans",
            "statusCode": 404,
            "wwwAuthenticate": {
              "valid": false,
              "present": false
            },
            "expectedMetadataUrl": "https://www.memrise.com/.well-known/oauth-protected-resource",
            "metadataUrlMatches": true,
            "resourceMatchesRequestContext": true
          }
        ]
      },
      "issue": "No protected route with a 401 Bearer challenge was detected; metadata alone does not prove a protected resource.",
      "howToFix": "When this site exposes bearer-protected APIs, return 401 with WWW-Authenticate: Bearer and link resource_metadata."
    }
  ],
  "authApplicability": {
    "supportsAuth": true,
    "score": 6,
    "signals": [
      {
        "source": "link:href",
        "weight": 3,
        "match": "auth link"
      },
      {
        "source": "visible-text",
        "weight": 3,
        "match": "log in"
      }
    ]
  },
  "resourceFetchSucceeded": false
}

Performance and AccessibilityAccessibilityBrowser audit

Heading elements are not in a sequentially-descending order

100 Fail

Check name

Heading elements are not in a sequentially-descending order

Score

0/100

Status

fail

Device

desktop

Category

Accessibility

Fix guidance

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

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

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

Image optimization

25 Fail

Check name

Image optimization

Score

0/100

Status

fail

Device

desktop

Category

Performance

Fix guidance

Review the grouped image optimization checks and improve the failing sub-checks listed in evidence.

Evidence
{
  "checks": [
    {
      "id": "image-aspect-ratio",
      "title": "Displays images with incorrect aspect ratio",
      "score": 0
    }
  ]
}

Performance and AccessibilityPerformanceBrowser audit

Reduce unused CSS

25 Fail

Check name

Reduce unused CSS

Score

0/100

Status

fail

Device

desktop

Category

Performance

Estimated savings

Est savings of 32 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 32 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": 40
}

Performance and AccessibilityPerformanceBrowser audit

Avoid enormous network payloads

13 Warning

Check name

Avoid enormous network payloads

Score

50/100

Status

warning

Device

desktop

Category

Performance

Estimated savings

Total size was 5,298 KiB

Fix guidance

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

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

Performance and AccessibilityPerformanceBrowser audit

Font display

13 Warning

Check name

Font display

Score

50/100

Status

warning

Device

desktop

Category

Performance

Estimated savings

Est savings of 10 ms

Fix guidance

Consider setting [font-display](https://developer.chrome.com/docs/performance/insights/font-display) to swap or optional to ensure text is consistently visible. swap can be further optimized to mitigate layout shifts with [font metric overrides](https://developer.chrome.com/blog/font-fallbacks).

Evidence
{
  "displayValue": "Est savings of 10 ms",
  "description": "Consider setting [font-display](https://developer.chrome.com/docs/performance/insights/font-display) to swap or optional to ensure text is consistently visible. swap can be further optimized to mitigate layout shifts with [font metric overrides](https://developer.chrome.com/blog/font-fallbacks)."
}

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