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

OVERALL SCORE

Level 2, Agent-Limited

Priority improvements needed for AI agents
AIDiscoverability14%Agent Easeof Use10%Security& Trust60%GEO, AIO, AEO69%SEO83%Performance& Accessibility58%
  • AI Discoverability 14 out of 100
  • Agent Ease of Use 10 out of 100
  • Security & Trust 60 out of 100
  • GEO, AIO and AEO 69 out of 100
  • SEO 83 out of 100
  • Performance and Accessibility 58 out of 100

CAPTURED SCREENSHOT

Captured website desktop screenshot

What AI sees of your website

Tink | European open banking platform | 6000 connections

Tink’s open banking platform has over 6000 connections to European banks and institutions, and offers enriched and categorised financial data – through 1 API.

Next step

Turn this report into a fix workflow

30 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
14
Priority fix2201View details
Discoverability
0
Priority fix090View details
Content Readiness
38
Priority fix271View 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
69
Needs work7310View details
GEO Readiness
81
Mostly ready303
AIO Readiness
60
Needs work223View details
AEO Readiness
64
Needs work214View details
SEO
83
Mostly ready920View details
SEO
83
Mostly ready920View details
Security & Trust
60
Needs work720View details
Security & Trust
60
Needs work320View details
AI Training Exposure
Not Applicable
Not Applicable400
Performance and Accessibility
58
Needs work2360View details
Performance
46
Priority fix1430View details
Accessibility
80
Mostly ready930View details

Prioritized recommendations

Issues ranked by score impact

50 items need attention

Agent Ease of UseAPIEstablished

API Catalog

API Catalog failed at "Fetch API catalog".

50 Fail

Needs attention

API Catalog

Failed check
01

Issue

The API catalog endpoint did not return HTTP 2xx.

02

Why it matters

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

Check name

API Catalog

Score

0/100

Status

fail

Category

API

Maturity

Established

Goal

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

Result

API Catalog failed at "Fetch API catalog".

Validation steps

  1. Fetch API catalog

    The API catalog endpoint did not return HTTP 2xx.

  2. Validate RFC 9727 linkset

    Response is not valid JSON.

  3. Fetch advertised API catalog targets

    API Catalog did not expose any same-origin hrefs to validate.

Evidence
{
  "failedStep": "fetch",
  "steps": [
    {
      "id": "fetch",
      "title": "Fetch API catalog",
      "status": "fail",
      "evidence": {
        "statusCode": 404,
        "contentType": "text/html"
      },
      "issue": "The API catalog endpoint did not return HTTP 2xx.",
      "howToFix": "Publish /.well-known/api-catalog."
    },
    {
      "id": "validate",
      "title": "Validate RFC 9727 linkset",
      "status": "fail",
      "evidence": {
        "valid": false,
        "compatibleContentType": false,
        "issue": "Response is not valid JSON.",
        "rawExcerpt": "<!DOCTYPE html><html lang=\"global\"><head><meta charSet=\"utf-8\"/><meta http-equiv=\"x-ua-compatible\" content=\"ie=edge\"/><meta name=\"viewport\" content=\"width=device-width, initial-scale=1, shrink-to-fit=no\"/><meta name=\"generator\" content=\"0\"/><meta data-react-helmet=\"true\" charSet=\"utf-8\"/><meta data-react-helmet=\"true\" property=\"og:type\" content=\"website\"/><meta data-react-helmet=\"true\" name=\"facebook-domain-verification\" content=\"piuipqupicqy7cj1lrmk3uq646pb2i\"/><meta data-react-helmet=\"true\" property=\"og:image\" content=\"https://images.ctfassets.net/c78bhj3obgck/7ddZROl3Xa9yeXmEqqEWAw/1f50d188175132f8847166c9cfdef0f8/Tink-a-Visa-solution-OG.png?h=630\"/><meta data-react-helmet=\"true\" name=\"description\" content=\"404                                                        \"/><meta data-react-h"
      },
      "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."
    }
  ]
}

Security & TrustSecurity & TrustEstablished

Content-Security-Policy

Content-Security-Policy is missing or incomplete.

50 Fail

Needs attention

Content-Security-Policy

Failed check
01

Issue

Content-Security-Policy is missing or incomplete.

02

Why it matters

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

Check name

Content-Security-Policy

Score

0/100

Status

fail

Category

Security & Trust

Maturity

Established

Goal

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

Result

Content-Security-Policy is missing or incomplete.

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

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><html lang=\"global\"><head><meta charSet=\"utf-8\"/><meta http-equiv=\"x-ua-compatible\" content=\"ie=edge\"/><meta name=\"viewport\" content=\"width=device-width, initial-scale=1, shrink-to-fit=no\"/><meta name=\"generator\" content=\"0\"/><meta data-react-helmet=\"true\" charSet=\"utf-8\"/><meta data-react-helmet=\"true\" property=\"og:type\" content=\"website\"/><meta data-react-helmet=\"true\" name=\"facebook-domain-verification\" content=\"piuipqupicqy7cj1lrmk3uq646pb2i\"/><meta data-react-helmet=\"true\" property=\"og:image\" content=\"https://images.ctfassets.net/c78bhj3obgck/7ddZROl3Xa9yeXmEqqEWAw/1f50d188175132f8847166c9cfdef0f8/Tink-a-Visa-solution-OG.png?h=630\"/><meta data-react-helmet=\"true\" name=\"description\" content=\"404                                                        \"/><meta data-react-h"
          },
          {
            "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><html lang=\"global\"><head><meta charSet=\"utf-8\"/><meta http-equiv=\"x-ua-compatible\" content=\"ie=edge\"/><meta name=\"viewport\" content=\"width=device-width, initial-scale=1, shrink-to-fit=no\"/><meta name=\"generator\" content=\"0\"/><meta data-react-helmet=\"true\" charSet=\"utf-8\"/><meta data-react-helmet=\"true\" property=\"og:type\" content=\"website\"/><meta data-react-helmet=\"true\" name=\"facebook-domain-verification\" content=\"piuipqupicqy7cj1lrmk3uq646pb2i\"/><meta data-react-helmet=\"true\" property=\"og:image\" content=\"https://images.ctfassets.net/c78bhj3obgck/7ddZROl3Xa9yeXmEqqEWAw/1f50d188175132f8847166c9cfdef0f8/Tink-a-Visa-solution-OG.png?h=630\"/><meta data-react-helmet=\"true\" name=\"description\" content=\"404                                                        \"/><meta data-react-h"
          },
          {
            "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><html lang=\"global\"><head><meta charSet=\"utf-8\"/><meta http-equiv=\"x-ua-compatible\" content=\"ie=edge\"/><meta name=\"viewport\" content=\"width=device-width, initial-scale=1, shrink-to-fit=no\"/><meta name=\"generator\" content=\"0\"/><meta data-react-helmet=\"true\" charSet=\"utf-8\"/><meta data-react-helmet=\"true\" property=\"og:type\" content=\"website\"/><meta data-react-helmet=\"true\" name=\"facebook-domain-verification\" content=\"piuipqupicqy7cj1lrmk3uq646pb2i\"/><meta data-react-helmet=\"true\" property=\"og:image\" content=\"https://images.ctfassets.net/c78bhj3obgck/7ddZROl3Xa9yeXmEqqEWAw/1f50d188175132f8847166c9cfdef0f8/Tink-a-Visa-solution-OG.png?h=630\"/><meta data-react-helmet=\"true\" name=\"description\" content=\"404                                                        \"/><meta data-react-h"
          },
          {
            "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><html lang=\"global\"><head><meta charSet=\"utf-8\"/><meta http-equiv=\"x-ua-compatible\" content=\"ie=edge\"/><meta name=\"viewport\" content=\"width=device-width, initial-scale=1, shrink-to-fit=no\"/><meta name=\"generator\" content=\"0\"/><meta data-react-helmet=\"true\" charSet=\"utf-8\"/><meta data-react-helmet=\"true\" property=\"og:type\" content=\"website\"/><meta data-react-helmet=\"true\" name=\"facebook-domain-verification\" content=\"piuipqupicqy7cj1lrmk3uq646pb2i\"/><meta data-react-helmet=\"true\" property=\"og:image\" content=\"https://images.ctfassets.net/c78bhj3obgck/7ddZROl3Xa9yeXmEqqEWAw/1f50d188175132f8847166c9cfdef0f8/Tink-a-Visa-solution-OG.png?h=630\"/><meta data-react-helmet=\"true\" name=\"description\" content=\"404                                                        \"/><meta data-react-h"
          },
          {
            "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><html lang=\"global\"><head><meta charSet=\"utf-8\"/><meta http-equiv=\"x-ua-compatible\" content=\"ie=edge\"/><meta name=\"viewport\" content=\"width=device-width, initial-scale=1, shrink-to-fit=no\"/><meta name=\"generator\" content=\"0\"/><meta data-react-helmet=\"true\" charSet=\"utf-8\"/><meta data-react-helmet=\"true\" property=\"og:type\" content=\"website\"/><meta data-react-helmet=\"true\" name=\"facebook-domain-verification\" content=\"piuipqupicqy7cj1lrmk3uq646pb2i\"/><meta data-react-helmet=\"true\" property=\"og:image\" content=\"https://images.ctfassets.net/c78bhj3obgck/7ddZROl3Xa9yeXmEqqEWAw/1f50d188175132f8847166c9cfdef0f8/Tink-a-Visa-solution-OG.png?h=630\"/><meta data-react-helmet=\"true\" name=\"description\" content=\"404                                                        \"/><meta data-react-h"
          },
          {
            "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><html lang=\"global\"><head><meta charSet=\"utf-8\"/><meta http-equiv=\"x-ua-compatible\" content=\"ie=edge\"/><meta name=\"viewport\" content=\"width=device-width, initial-scale=1, shrink-to-fit=no\"/><meta name=\"generator\" content=\"0\"/><meta data-react-helmet=\"true\" charSet=\"utf-8\"/><meta data-react-helmet=\"true\" property=\"og:type\" content=\"website\"/><meta data-react-helmet=\"true\" name=\"facebook-domain-verification\" content=\"piuipqupicqy7cj1lrmk3uq646pb2i\"/><meta data-react-helmet=\"true\" property=\"og:image\" content=\"https://images.ctfassets.net/c78bhj3obgck/7ddZROl3Xa9yeXmEqqEWAw/1f50d188175132f8847166c9cfdef0f8/Tink-a-Visa-solution-OG.png?h=630\"/><meta data-react-helmet=\"true\" name=\"description\" content=\"404                                                        \"/><meta data-react-h"
          },
          {
            "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><html lang=\"global\"><head><meta charSet=\"utf-8\"/><meta http-equiv=\"x-ua-compatible\" content=\"ie=edge\"/><meta name=\"viewport\" content=\"width=device-width, initial-scale=1, shrink-to-fit=no\"/><meta name=\"generator\" content=\"0\"/><meta data-react-helmet=\"true\" charSet=\"utf-8\"/><meta data-react-helmet=\"true\" property=\"og:type\" content=\"website\"/><meta data-react-helmet=\"true\" name=\"facebook-domain-verification\" content=\"piuipqupicqy7cj1lrmk3uq646pb2i\"/><meta data-react-helmet=\"true\" property=\"og:image\" content=\"https://images.ctfassets.net/c78bhj3obgck/7ddZROl3Xa9yeXmEqqEWAw/1f50d188175132f8847166c9cfdef0f8/Tink-a-Visa-solution-OG.png?h=630\"/><meta data-react-helmet=\"true\" name=\"description\" content=\"404                                                        \"/><meta data-react-h"
          }
        ]
      },
      "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."
    }
  ]
}

Security & TrustSecurity & TrustEstablished

Referrer-Policy

Referrer-Policy is missing or incomplete.

50 Fail

Needs attention

Referrer-Policy

Failed check
01

Issue

Referrer-Policy is missing or incomplete.

02

Why it matters

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

Check name

Referrer-Policy

Score

0/100

Status

fail

Category

Security & Trust

Maturity

Established

Goal

Limit how much referrer data leaves the site.

Result

Referrer-Policy is missing or incomplete.

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

AI DiscoverabilityBot Access ControlEstablished

AI bot rules in robots.txt

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

33 Fail

Needs attention

AI bot rules in robots.txt

Failed check
01

Issue

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

02

Why it matters

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

Check name

AI bot rules in robots.txt

Score

0/100

Status

fail

Category

Bot Access Control

Maturity

Established

Goal

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

Result

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

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

AI DiscoverabilityBot Access ControlInformational

Content Signal

Content Signal is missing or incomplete.

33 Fail

Needs attention

Content Signal

Failed check
01

Issue

No Content Signal found in robots.txt

02

Why it matters

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

Check name

Content Signal

Score

0/100

Status

fail

Category

Bot Access Control

Maturity

Informational

Goal

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

Result

Content Signal is missing or incomplete.

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

Agent Ease of UseMCPEmerging recommendation

MCP Server Card

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

33 Fail

Needs attention

MCP Server Card

Failed check
01

Issue

MCP Server Card was not found at the expected path.

02

Why it matters

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

Check name

MCP Server Card

Score

0/100

Status

fail

Category

MCP

Maturity

Emerging recommendation

Goal

Publish an MCP Server Card for agent discovery.

Result

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

Validation steps

  1. Fetch to find resource

    MCP Server Card was not found at the expected path.

Evidence
{
  "failedStep": "fetch",
  "steps": [
    {
      "id": "fetch",
      "title": "Fetch to find resource",
      "status": "fail",
      "evidence": {
        "checked": [
          {
            "path": "/.well-known/mcp/server-card.json",
            "statusCode": 404,
            "contentType": "text/html",
            "length": 140757
          },
          {
            "path": "/.well-known/mcp/server-cards.json",
            "statusCode": 404,
            "contentType": "text/html",
            "length": 140757
          },
          {
            "path": "/.well-known/mcp.json",
            "statusCode": 404,
            "contentType": "text/html",
            "length": 140757
          }
        ]
      },
      "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": 140757
          },
          {
            "path": "/.well-known/mcp.json",
            "statusCode": 404,
            "contentType": "text/html",
            "length": 140757
          },
          {
            "path": "/.well-known/mcp/server-card.json",
            "statusCode": 404,
            "contentType": "text/html",
            "length": 140757
          }
        ]
      },
      "issue": "mcp.json was not found at the expected path.",
      "howToFix": "Publish mcp.json or an MCP server card with serverInfo, protocolVersion, transport endpoint, and capabilities."
    }
  ]
}

AI DiscoverabilityBot Access ControlInformational

Web Bot Auth request signing

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

33 Fail

Needs attention

Web Bot Auth request signing

Failed check
01

Issue

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

02

Why it matters

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

Check name

Web Bot Auth request signing

Score

0/100

Status

fail

Category

Bot Access Control

Maturity

Informational

Goal

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

Result

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

Validation steps

  1. Fetch to find resource

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

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

AI DiscoverabilityContent ReadinessEmerging recommendation

llms.txt

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

25 Fail

Needs attention

llms.txt

Failed check
01

Issue

llms.txt was not found at the expected path.

02

Why it matters

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

Check name

llms.txt

Score

0/100

Status

fail

Category

Content Readiness

Maturity

Emerging recommendation

Goal

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

Result

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

Validation steps

  1. Fetch to find resource

    llms.txt was not found at the expected path.

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

AI DiscoverabilityContent ReadinessEstablished

Markdown negotiation

Markdown negotiation failed at "Markdown content type".

25 Fail

Needs attention

Markdown negotiation

Failed check
01

Issue

Content-Type "text/html" 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" 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".

  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"
      },
      "issue": "Content-Type \"text/html\" 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"
      },
      "issue": "Markdown negotiation is missing Vary: Accept; current Vary header is \"Accept-Encoding\".",
      "howToFix": "Add Vary: Accept on negotiated Markdown responses so shared caches keep HTML and Markdown variants separate."
    },
    {
      "id": "markdown-content",
      "title": "Structured Markdown body",
      "status": "fail",
      "evidence": {
        "valid": false,
        "hasHeading": false,
        "wordCount": 33227,
        "excerpt": "<!DOCTYPE html><html lang=\"global\"><head><meta charSet=\"utf-8\"/><meta http-equiv=\"x-ua-compatible\" content=\"ie=edge\"/><meta name=\"viewport\" content=\"width=device-width, initial-scale=1, shrink-to-fit=no\"/><meta name=\"generator\" content=\"0\"/",
        "issue": "Markdown response is missing a heading."
      },
      "issue": "Markdown response is missing a heading.",
      "howToFix": "Return Markdown with at least one heading and substantive page content, including useful links or instructions for agents."
    }
  ]
}

AI DiscoverabilityContent ReadinessEstablished

Semantic HTML

Semantic HTML is missing or incomplete.

25 Fail

Needs attention

Semantic HTML

Failed check
01

Issue

Semantic HTML is incomplete: missing <main> landmark; missing <footer> landmark; skipped heading levels; 11 links missing accessible names; 2 buttons 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": true,
  "footer": false,
  "meaningfulH1": true,
  "headingOrder": false,
  "accessibleLinks": false,
  "accessibleButtons": false,
  "imageAltCoverage": false,
  "formAutocompleteCoverage": true,
  "details": {
    "inaccessibleLinks": [
      "<a aria-current=\"page\" class=\"Link__StyledGatsbyLink-sc-zu66le-1 MobileHeader__LogoWrapper-sc-w7m4ud-1 iazIlb\" href=\"/\"><svg width=\"90\" height=\"56\" viewBox=\"0 0 90 56\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\" style=\"margin-bottom:0\"><g clip-path=\"url(#clip0_287_12102)\" fill=\"#fff\"><path d=\"M12.38 36.374c-2.946 0-3.947-1.433-3.947-3.52v-9.263h6.461v-4.257h-6.46v-7.427H3.445v7.427H0v4.312h3.168v9.348c0 4.743 3.07 7.872 8.447 7.872 1.514 0 2.862-.264 3.599-.57l-.181-4.395c-.834.347-1.695.473-",
      "<a aria-current=\"page\" class=\"Link__StyledGatsbyLink-sc-zu66le-1 TinkLogoWithLink__LogoWrapper-sc-1ffqqg0-0 bRzIKS\" href=\"/\"><svg width=\"90\" height=\"56\" viewBox=\"0 0 90 56\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\" style=\"margin-bottom:0\"><g clip-path=\"url(#clip0_287_12102)\" fill=\"#fff\"><path d=\"M12.38 36.374c-2.946 0-3.947-1.433-3.947-3.52v-9.263h6.461v-4.257h-6.46v-7.427H3.445v7.427H0v4.312h3.168v9.348c0 4.743 3.07 7.872 8.447 7.872 1.514 0 2.862-.264 3.599-.57l-.181-4.395c-.834.347-1.695",
      "<a aria-current=\"page\" class=\"Link__StyledGatsbyLink-sc-zu66le-1 TinkLogoWithLink__LogoWrapper-sc-1ffqqg0-0 bRzIKS\" href=\"/\"><svg width=\"90\" height=\"56\" viewBox=\"0 0 90 56\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\" style=\"margin-bottom:2.5rem\"><g clip-path=\"url(#clip0_287_12102)\" fill=\"#1D1D1B\"><path d=\"M12.38 36.374c-2.946 0-3.947-1.433-3.947-3.52v-9.263h6.461v-4.257h-6.46v-7.427H3.445v7.427H0v4.312h3.168v9.348c0 4.743 3.07 7.872 8.447 7.872 1.514 0 2.862-.264 3.599-.57l-.181-4.395c-.834.3",
      "<a href=\"https://linkedin.com/company/tink-ab\" target=\"_blank\" rel=\"noopener noreferrer\" class=\"Link__StyledAnchorLink-sc-zu66le-0\"><svg size=\"1\" viewBox=\"0 0 24 24\" class=\"IconBase-sc-1mqooij-0 exLIWI\"><path d=\"M6.883 8.375h-4.02v12.092h4.02V8.375zM4.899 2.544c-1.375 0-2.274.905-2.274 2.09 0 1.16.871 2.09 2.22 2.09h.027c1.401 0 2.274-.93 2.274-2.09-.026-1.185-.872-2.09-2.247-2.09zM16.747 8.09c-2.133 0-3.088 1.173-3.623 1.997V8.375H9.105c.054 1.134 0 12.092 0 12.092h4.02v-6.753c0-.362.025-.723.1",
      "<a href=\"https://twitter.com/tink\" target=\"_blank\" rel=\"noopener noreferrer\" class=\"Link__StyledAnchorLink-sc-zu66le-0\"><svg size=\"1\" viewBox=\"0 0 24 24\" class=\"IconBase-sc-1mqooij-0 exLIWI\"><path d=\"M7.548 21.75c9.056 0 14.01-7.503 14.01-14.01 0-.213 0-.425-.015-.636A10.02 10.02 0 0024 4.555a9.83 9.83 0 01-2.828.775 4.942 4.942 0 002.165-2.724 9.869 9.869 0 01-3.127 1.196 4.93 4.93 0 00-3.59-1.553c-2.704 0-4.929 2.225-4.929 4.929 0 .375.043.749.127 1.114A13.986 13.986 0 011.67 3.148 4.948 4.948",
      "<a href=\"https://www.facebook.com/tink.se/\" target=\"_blank\" rel=\"noopener noreferrer\" class=\"Link__StyledAnchorLink-sc-zu66le-0\"><svg size=\"1\" viewBox=\"0 0 24 24\" class=\"IconBase-sc-1mqooij-0 exLIWI\"><path d=\"M17.543 13.398l.66-4.31h-4.135V6.29c0-1.18.577-2.329 2.43-2.329h1.88V.291S16.672 0 15.04 0c-3.406 0-5.632 2.064-5.632 5.802v3.285H5.62v4.311h3.787v10.42a15.015 15.015 0 004.66 0v-10.42h3.475z\" fill=\"#B0BBBC\"/></svg></a>",
      "<a href=\"https://www.youtube.com/@TinkOpenBanking\" target=\"_blank\" rel=\"noopener noreferrer\" class=\"Link__StyledAnchorLink-sc-zu66le-0\"><svg size=\"1\" viewBox=\"0 0 32 32\" class=\"IconBase-sc-1mqooij-0 exLIWI\"><g clip-path=\"url(#clip0_2916_9147)\"><path d=\"M29.415 9.08a3.518 3.518 0 00-2.476-2.491C24.756 6 16 6 16 6s-8.756 0-10.94.589A3.519 3.519 0 002.586 9.08C2 11.279 2 15.864 2 15.864s0 4.585.585 6.783a3.519 3.519 0 002.476 2.492c2.184.588 10.939.588 10.939.588s8.756 0 10.94-.588a3.518 3.518 0 00",
      "<a href=\"https://linkedin.com/company/tink-ab\" target=\"_blank\" rel=\"noopener noreferrer\" class=\"Link__StyledAnchorLink-sc-zu66le-0\"><svg size=\"1\" viewBox=\"0 0 24 24\" class=\"IconBase-sc-1mqooij-0 exLIWI\"><path d=\"M6.883 8.375h-4.02v12.092h4.02V8.375zM4.899 2.544c-1.375 0-2.274.905-2.274 2.09 0 1.16.871 2.09 2.22 2.09h.027c1.401 0 2.274-.93 2.274-2.09-.026-1.185-.872-2.09-2.247-2.09zM16.747 8.09c-2.133 0-3.088 1.173-3.623 1.997V8.375H9.105c.054 1.134 0 12.092 0 12.092h4.02v-6.753c0-.362.025-.723.1",
      "<a href=\"https://twitter.com/tink\" target=\"_blank\" rel=\"noopener noreferrer\" class=\"Link__StyledAnchorLink-sc-zu66le-0\"><svg size=\"1\" viewBox=\"0 0 24 24\" class=\"IconBase-sc-1mqooij-0 exLIWI\"><path d=\"M7.548 21.75c9.056 0 14.01-7.503 14.01-14.01 0-.213 0-.425-.015-.636A10.02 10.02 0 0024 4.555a9.83 9.83 0 01-2.828.775 4.942 4.942 0 002.165-2.724 9.869 9.869 0 01-3.127 1.196 4.93 4.93 0 00-3.59-1.553c-2.704 0-4.929 2.225-4.929 4.929 0 .375.043.749.127 1.114A13.986 13.986 0 011.67 3.148 4.948 4.948",
      "<a href=\"https://www.facebook.com/tink.se/\" target=\"_blank\" rel=\"noopener noreferrer\" class=\"Link__StyledAnchorLink-sc-zu66le-0\"><svg size=\"1\" viewBox=\"0 0 24 24\" class=\"IconBase-sc-1mqooij-0 exLIWI\"><path d=\"M17.543 13.398l.66-4.31h-4.135V6.29c0-1.18.577-2.329 2.43-2.329h1.88V.291S16.672 0 15.04 0c-3.406 0-5.632 2.064-5.632 5.802v3.285H5.62v4.311h3.787v10.42a15.015 15.015 0 004.66 0v-10.42h3.475z\" fill=\"#B0BBBC\"/></svg></a>",
      "<a href=\"https://www.youtube.com/@TinkOpenBanking\" target=\"_blank\" rel=\"noopener noreferrer\" class=\"Link__StyledAnchorLink-sc-zu66le-0\"><svg size=\"1\" viewBox=\"0 0 32 32\" class=\"IconBase-sc-1mqooij-0 exLIWI\"><g clip-path=\"url(#clip0_2916_9147)\"><path d=\"M29.415 9.08a3.518 3.518 0 00-2.476-2.491C24.756 6 16 6 16 6s-8.756 0-10.94.589A3.519 3.519 0 002.586 9.08C2 11.279 2 15.864 2 15.864s0 4.585.585 6.783a3.519 3.519 0 002.476 2.492c2.184.588 10.939.588 10.939.588s8.756 0 10.94-.588a3.518 3.518 0 00"
    ],
    "inaccessibleButtons": [
      "<button disabled class=\"Button__InteractiveGhostButton-sc-1hlyq8y-1 drDixT\"><svg size=\"1.5\" viewBox=\"0 0 32 32\" class=\"IconBase-sc-1mqooij-0 hwRfor\"><path d=\"M6.133 9.215l5.657-5.657 2.263 2.263-5.657 5.657-2.263-2.263z\"/><path d=\"M32 14.4h-30.4c-0.661 0.003-1.227 0.407-1.468 0.981l-0.004 0.011c-0.079 0.183-0.125 0.396-0.125 0.62 0 0.438 0.176 0.835 0.461 1.124l11.312 11.312 2.272-2.272-8.592-8.576h26.544z\"/></svg></button>",
      "<button class=\"Button__InteractiveGhostButton-sc-1hlyq8y-1 drDixT\"><svg size=\"1.5\" viewBox=\"0 0 32 32\" class=\"IconBase-sc-1mqooij-0 hwRfor\"><path d=\"M17.954 26.179l5.657-5.657 2.263 2.263-5.657 5.657-2.263-2.263z\"/><path d=\"M31.536 14.864l-11.312-11.312-2.272 2.272 8.592 8.576h-26.544v3.2h30.4c0.661-0.003 1.227-0.407 1.468-0.981l0.004-0.011c0.079-0.183 0.125-0.396 0.125-0.62 0-0.438-0.176-0.835-0.461-1.124l0 0z\"/></svg></button>"
    ],
    "missingAutocompleteInputs": [],
    "imagesMissingAlt": [
      "<img src=\"//images.ctfassets.net/c78bhj3obgck/1OhXONUukDsJpp8FmxJnCo/c552a9e424f47826de2770f293278f8a/Edgar_Verschuur-Adyen-Tink-Quote.png\" class=\"QuoteCarouselItem__ContainedImage-sc-alotr2-4 izxIKm\">",
      "<img src=\"//images.ctfassets.net/c78bhj3obgck/lv60NMJ6SAUzJhjPAdO14/d2c0b8e8812866e0201e25fe200547a0/Peer_Timo_Andersen-Ulven-Bank-Norwegian-Tink-Quote.png\" class=\"QuoteCarouselItem__ContainedImage-sc-alotr2-4 izxIKm\">",
      "<img src=\"//images.ctfassets.net/c78bhj3obgck/3AUytwe3ma0A0qoUVgU1Mk/b121c9d55377688c4716eae973287f3b/Mattias_Noren-Postnord_Stra_lfors-Tink-Quote.png\" class=\"QuoteCarouselItem__ContainedImage-sc-alotr2-4 izxIKm\">",
      "<img src=\"//images.ctfassets.net/c78bhj3obgck/1qOulx195PR7OXkZLqynU2/3f43df184647e7cfefdd87806c2934df/Franc_ois-de-Bodinat-Younited-Tink-Quote2.png\" class=\"QuoteCarouselItem__ContainedImage-sc-alotr2-4 izxIKm\">",
      "<img src=\"//images.ctfassets.net/c78bhj3obgck/62omVQYEuUouAV7V80v21/6927ee4ae8a5de44e361384e940c9825/Vesna_Lindkvist-Kivra-Tink-Quote.png\" class=\"QuoteCarouselItem__ContainedImage-sc-alotr2-4 izxIKm\">",
      "<img src=\"//images.ctfassets.net/c78bhj3obgck/66rAaTNrKqLYRlm5BKZTb4/c4fec217b5f9841b4a2e44be1a748397/Bruce_Richardson-AnPost-Tink-Quote.png\" class=\"QuoteCarouselItem__ContainedImage-sc-alotr2-4 izxIKm\">",
      "<img src=\"//images.ctfassets.net/c78bhj3obgck/mJDzsexGhYeqUJY2VrbjT/d4b343d9c22040756dedd8c0bc8312b7/Cyrill_Chiche-Lydia-Tink-Quote.png\" class=\"QuoteCarouselItem__ContainedImage-sc-alotr2-4 izxIKm\">",
      "<img src=\"//images.ctfassets.net/c78bhj3obgck/5wo2pLjSivb1H6aurr3rCF/6f9de55ed67e5a4da130f58d80fcae18/David_O_hlund-GF-Money-Tink-Quote.png\" class=\"QuoteCarouselItem__ContainedImage-sc-alotr2-4 izxIKm\">",
      "<img src=\"//images.ctfassets.net/c78bhj3obgck/4JLzGoNM83nZIfc7t4X93j/6d9dc78a8c17e4267c62c03132db428c/Andreas_Norberg-Rocker-Tink-Quote.png\" class=\"QuoteCarouselItem__ContainedImage-sc-alotr2-4 izxIKm\">",
      "<img src=\"//images.ctfassets.net/c78bhj3obgck/3Y241q7XLARAK8dHszkTOI/252002ff1016e1b0db9ce9a32647b933/Stefan_O_berg-Tradera-Tink-Quote.png\" class=\"QuoteCarouselItem__ContainedImage-sc-alotr2-4 izxIKm\">",
      "<img src=\"//images.ctfassets.net/c78bhj3obgck/7bZ1B05wb6NDl62IWk85u4/859c694bd595f698058b030dac3280fb/Jamie_McNaught-Solidi-Tink-Quote.png\" class=\"QuoteCarouselItem__ContainedImage-sc-alotr2-4 izxIKm\">",
      "<img src=\"//images.ctfassets.net/c78bhj3obgck/5x2xkZSR2RggWLGwLziOq8/809537aaa15391968a12b72f3e27b62c/Tim_O_hman_Cirillo-Billogram-Tink-Quote.png\" class=\"QuoteCarouselItem__ContainedImage-sc-alotr2-4 izxIKm\">",
      "<img src=\"//images.ctfassets.net/c78bhj3obgck/3X0x9P0CsKya0R5gSq0UdD/02b9298529273c5a1f8eae1ef5ff97de/Nanna_Stranne-Sigmastocks-Tink-Quote.png\" class=\"QuoteCarouselItem__ContainedImage-sc-alotr2-4 izxIKm\">",
      "<img src=\"//images.ctfassets.net/c78bhj3obgck/1jymTFIfXjfJM01ZZ2ovho/4986188b932237af68654214fcc6f0d8/John_Natalizia-Snoop-Tink-Quote__1_.png\" class=\"QuoteCarouselItem__ContainedImage-sc-alotr2-4 izxIKm\">"
    ],
    "skippedHeadingLevels": [
      "h1: Welcome to Tink,a Visa solution",
      "h3: Why market leaders are choosing Tink",
      "h2: For industry leaders",
      "h3: The Tink offering",
      "h3: What you get with Tink's tech",
      "h4: Plug-and-play through one API",
      "h4: No PSD2 license required",
      "h4: Breadth and quality of data",
      "h4: Loved by developers",
      "h4: Security you can trust",
      "h3: Latest from the Tink blog",
      "h3: Get started with Tink"
    ]
  },
  "counts": {
    "h1": 1,
    "headings": 12,
    "links": 122,
    "inaccessibleLinks": 11,
    "buttons": 21,
    "inaccessibleButtons": 2,
    "images": 16,
    "imagesWithAlt": 2,
    "autocompleteInputs": 0,
    "inputsWithAutocomplete": 0,
    "missingAutocompleteInputs": 0
  }
}

Agent Ease of UseSkill DiscoveryEmerging recommendation

A2A Agent Card

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

20 Fail

Needs attention

A2A Agent Card

Failed check
01

Issue

A2A Agent Card was not found at the expected path.

02

Why it matters

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

Check name

A2A Agent Card

Score

0/100

Status

fail

Category

Skill Discovery

Maturity

Emerging recommendation

Goal

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

Result

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

Validation steps

  1. Fetch to find resource

    A2A Agent Card was not found at the expected path.

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

19 Warning

Needs attention

Content freshness signals

Warning
01

Issue

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

02

Why it matters

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

Check name

Content freshness signals

Score

25/100

Status

warning

Category

Content Readiness

Maturity

Established

Goal

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

Result

Content freshness signals is partially implemented.

Evidence
{
  "lastModified": "Mon, 08 Jun 2026 18:13:35 GMT",
  "schemaDates": [],
  "metaDateCount": 0,
  "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": "tink.com",
        "probes": [
          {
            "name": "_index._agents.tink.com",
            "found": false,
            "recordCount": 1,
            "records": [],
            "hasAlpn": false,
            "hasEndpoint": false
          },
          {
            "name": "_a2a._agents.tink.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": "tink.com",
            "dnssecTypes": [],
            "dnssecRecordCount": 0
          }
        ]
      },
      "issue": "DNSSEC material was not visible for the hostname or parent zone from this resolver.",
      "howToFix": "Sign the public discovery zone with DNSSEC so validating resolvers can return authenticated data."
    }
  ]
}

AI DiscoverabilityDiscoverabilityEstablished

FAQPage schema

FAQPage schema is missing or incomplete.

14 Fail

Needs attention

FAQPage schema

Failed check
01

Issue

FAQ content was detected but no FAQPage schema was found.

02

Why it matters

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

Check name

FAQPage schema

Score

0/100

Status

fail

Category

Discoverability

Maturity

Established

Goal

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

Result

FAQPage schema is missing or incomplete.

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

AI DiscoverabilityDiscoverabilityEstablished

High-value schema types

High-value schema types is missing or incomplete.

14 Fail

Needs attention

High-value schema types

Failed check
01

Issue

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

02

Why it matters

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

Check name

High-value schema types

Score

0/100

Status

fail

Category

Discoverability

Maturity

Established

Goal

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

Result

High-value schema types is missing or incomplete.

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

AI DiscoverabilityDiscoverabilityEstablished

JSON-LD present

JSON-LD present is missing or incomplete.

14 Fail

Needs attention

JSON-LD present

Failed check
01

Issue

No JSON-LD blocks found.

02

Why it matters

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

Check name

JSON-LD present

Score

0/100

Status

fail

Category

Discoverability

Maturity

Established

Goal

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

Result

JSON-LD present is missing or incomplete.

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

AI DiscoverabilityDiscoverabilityEstablished

Link headers

Link headers failed at "Find useful Link headers".

14 Fail

Needs attention

Link headers

Failed check
01

Issue

No useful agent discovery Link headers were found.

02

Why it matters

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

Check name

Link headers

Score

0/100

Status

fail

Category

Discoverability

Maturity

Established

Goal

Include Link response headers for agent discovery using RFC 8288.

Result

Link headers failed at "Find useful Link headers".

Validation steps

  1. Find useful Link headers

    No useful agent discovery Link headers were found.

  2. Fetch same-origin Link header targets

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

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

AI DiscoverabilityDiscoverabilityEstablished

Organization / WebSite schema

Organization / WebSite schema is missing or incomplete.

14 Fail

Needs attention

Organization / WebSite schema

Failed check
01

Issue

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

02

Why it matters

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

Check name

Organization / WebSite schema

Score

0/100

Status

fail

Category

Discoverability

Maturity

Established

Goal

Identify the site owner and website entity in structured data.

Result

Organization / WebSite schema is missing or incomplete.

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

AI DiscoverabilityDiscoverabilityEstablished

robots.txt

robots.txt is missing or incomplete.

14 Fail

Needs attention

robots.txt

Failed check
01

Issue

Failed to fetch /robots.txt (Status: 404).

02

Why it matters

robots.txt gives crawlers and agents a standard place to read crawl permissions, disallowed paths, and sitemap locations before requesting site content.

Check name

robots.txt

Score

0/100

Status

fail

Category

Discoverability

Maturity

Established

Goal

Publish /robots.txt with clear crawl rules.

Result

robots.txt is missing or incomplete.

Evidence
{
  "statusCode": 404,
  "contentType": "text/html",
  "parsedUserAgents": [],
  "sitemapDirectives": [],
  "rawExcerpt": "<!DOCTYPE html><html lang=\"global\"><head><meta charSet=\"utf-8\"/><meta http-equiv=\"x-ua-compatible\" content=\"ie=edge\"/><meta name=\"viewport\" content=\"width=device-width, initial-scale=1, shrink-to-fit=no\"/><meta name=\"generator\" content=\"0\"/><meta data-react-helmet=\"true\" charSet=\"utf-8\"/><meta data-react-helmet=\"true\" property=\"og:type\" content=\"website\"/><meta data-react-helmet=\"true\" name=\"facebook-domain-verification\" content=\"piuipqupicqy7cj1lrmk3uq646pb2i\"/><meta data-react-helmet=\"true\" property=\"og:image\" content=\"https://images.ctfassets.net/c78bhj3obgck/7ddZROl3Xa9yeXmEqqEWAw/1f50d188175132f8847166c9cfdef0f8/Tink-a-Visa-solution-OG.png?h=630\"/><meta data-react-helmet=\"true\" name=\"description\" content=\"404                                                        \"/><meta data-react-h"
}

AI DiscoverabilityDiscoverabilityEstablished

Sitemap

Sitemap is missing or incomplete.

14 Fail

Needs attention

Sitemap

Failed check
01

Issue

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

02

Why it matters

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

Check name

Sitemap

Score

0/100

Status

fail

Category

Discoverability

Maturity

Established

Goal

Publish a sitemap and reference it from robots.txt.

Result

Sitemap is missing or incomplete.

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

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

AIO: Visible structured data match

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

10 Fail

Needs attention

AIO: Visible structured data match

Failed check
01

Issue

No JSON-LD structured data was detected.

Details

02

Why it matters

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

Check name

AIO: Visible structured data match

Score

0/100

Status

fail

Category

GEO, AIO & AEO

Maturity

Emerging recommendation

Goal

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

Result

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

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

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

GEO: Extraction-friendly structure

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

8 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, JSON-LD structured data.

Details

02

Why it matters

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

Check name

GEO: Extraction-friendly structure

Score

60/100

Status

warning

Category

GEO, AIO & AEO

Maturity

Emerging recommendation

Goal

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

Result

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

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

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

AIO: Source and trust signals

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

6 Fail

Needs attention

AIO: Source and trust signals

Failed check
01

Issue

Missing AIO trust signals: author, publisher, freshnessDate.

Details

02

Why it matters

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

Check name

AIO: Source and trust signals

Score

40/100

Status

fail

Category

GEO, AIO & AEO

Maturity

Emerging recommendation

Goal

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

Result

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

Evidence
{
  "signals": {
    "author": false,
    "publisher": false,
    "freshnessDate": false,
    "aboutOrContact": true,
    "policyLinks": true
  },
  "missing": [
    "author",
    "publisher",
    "freshnessDate"
  ],
  "authorMeta": "",
  "schemaAuthors": [],
  "schemaPublishers": [],
  "schemaDates": [],
  "visibleDates": [],
  "aboutLinks": [
    {
      "href": "/about-us/",
      "text": "COMPANY",
      "html": "<a target=\"_self\" rel=\"noopener noreferrer\" href=\"/about-us/\" class=\"MenuSubHeader__MenuSubHeaderLink-sc-1tuezj3-1 chhQKG\">COMPANY</a>"
    },
    {
      "href": "/about-us/",
      "text": "About Tink",
      "html": "<a class=\"Link__StyledGatsbyLink-sc-zu66le-1 jppoCJ\" href=\"/about-us/\">About Tink</a>"
    },
    {
      "href": "https://www.visa.co.uk/content/dam/VCOM/global/about-visa/documents/visa-modern-slavery-act-transparency-statement.pdf",
      "text": "Modern Slavery Act",
      "html": "<a href=\"https://www.visa.co.uk/content/dam/VCOM/global/about-visa/documents/visa-modern-slavery-act-transparency-statement.pdf\" target=\"_blank\" rel=\"noopener noreferrer\" class=\"Link__StyledAnchorLink-sc-zu66le-0 knGHUj\">Modern Slavery Act</a>"
    },
    {
      "href": "https://linkedin.com/company/tink-ab",
      "text": "",
      "html": "<a href=\"https://linkedin.com/company/tink-ab\" target=\"_blank\" rel=\"noopener noreferrer\" class=\"Link__StyledAnchorLink-sc-zu66le-0\"><svg size=\"1\" viewBox=\"0 0 24 24\" class=\"IconBase-sc-1mqooij-0 exLIWI\"><path d=\"M6.883 8.375h-4.02v12.092h4.02V8.375zM4.899 2.544c-1.375 0-2.274.905-2.274 2.09 0 1.16.871 2.09 2.22 2.09h.027c1.401 0 2.274-.93 2.274-2.09-.026-1.185-.872-2.09-2.247-2.09zM16.747 8.09c-2.133 0-3.088 1.173-3.623 1.997V8.375H9.105c.054 1.134 0 12.092 0 12.092h4.02v-6.753c0-.362.025-.72..."
    },
    {
      "href": "https://linkedin.com/company/tink-ab",
      "text": "",
      "html": "<a href=\"https://linkedin.com/company/tink-ab\" target=\"_blank\" rel=\"noopener noreferrer\" class=\"Link__StyledAnchorLink-sc-zu66le-0\"><svg size=\"1\" viewBox=\"0 0 24 24\" class=\"IconBase-sc-1mqooij-0 exLIWI\"><path d=\"M6.883 8.375h-4.02v12.092h4.02V8.375zM4.899 2.544c-1.375 0-2.274.905-2.274 2.09 0 1.16.871 2.09 2.22 2.09h.027c1.401 0 2.274-.93 2.274-2.09-.026-1.185-.872-2.09-2.247-2.09zM16.747 8.09c-2.133 0-3.088 1.173-3.623 1.997V8.375H9.105c.054 1.134 0 12.092 0 12.092h4.02v-6.753c0-.362.025-.72..."
    }
  ],
  "contactLinks": [
    {
      "href": "/contact-us/",
      "text": "Contact us",
      "html": "<a class=\"Link__StyledGatsbyLink-sc-zu66le-1 fJGgKe ButtonLinkMenu__StyledMenuItemLink-sc-hd3sk7-0 EXgme\" role=\"button\" tabindex=\"0\" href=\"/contact-us/\">Contact us</a>"
    },
    {
      "href": "https://b2bmarketing.tink.com/contact-sales",
      "text": "Contact us",
      "html": "<a href=\"https://b2bmarketing.tink.com/contact-sales\" target=\"_blank\" rel=\"noopener noreferrer\" class=\"Link__StyledAnchorLink-sc-zu66le-0 cMQwZu Button__createBtn-sc-1hlyq8y-0 dYWlAH\" role=\"button\" id=\"int_get-started-top-navigation\">Contact us</a>"
    },
    {
      "href": "https://b2bmarketing.tink.com/contact-sales",
      "text": "Contact Sales",
      "html": "<a href=\"https://b2bmarketing.tink.com/contact-sales\" target=\"_blank\" rel=\"noopener noreferrer\" class=\"Link__StyledAnchorLink-sc-zu66le-0 cMQwZu Button__createBtn-sc-1hlyq8y-0 dYWlAH\" role=\"button\" id=\"int_hp-hero-sar\">Contact Sales<svg viewBox=\"0 0 32 32\" class=\"IconBase-sc-1mqooij-0 kAkywa\"><path d=\"M17.954 26.179l5.657-5.657 2.263 2.263-5.657 5.657-2.263-2.263z\"/><path d=\"M31.536 14.864l-11.312-11.312-2.272 2.272 8.592 8.576h-26.544v3.2h30.4c0.661-0.003 1.227-0.407 1.468-0.981l0.004-0.011c..."
    },
    {
      "href": "https://b2bmarketing.tink.com/contact-sales",
      "text": "Contact us",
      "html": "<a href=\"https://b2bmarketing.tink.com/contact-sales\" target=\"_blank\" rel=\"noopener noreferrer\" class=\"Link__StyledAnchorLink-sc-zu66le-0 cMQwZu Button__createBtn-sc-1hlyq8y-0 bLjOVR\" role=\"button\" id=\"int_contact-sales-cta-block\">Contact us</a>"
    },
    {
      "href": "/legal/consumers/",
      "text": "Consumer Support",
      "html": "<a class=\"Link__StyledGatsbyLink-sc-zu66le-1 jppoCJ\" href=\"/legal/consumers/\">Consumer Support</a>"
    },
    {
      "href": "/legal/consumers/",
      "text": "Consumer Support",
      "html": "<a class=\"Link__StyledGatsbyLink-sc-zu66le-1 jppoCJ\" href=\"/legal/consumers/\">Consumer Support</a>"
    }
  ],
  "privacyLinks": [
    {
      "href": "https://assets.ctfassets.net/c78bhj3obgck/5hsHRQ5CA8v3pakiSW7TCn/5107c9cc68ffdf5e670c2aa07f4bf875/General_Privacy_Notice_08-04-2025.pdf",
      "text": "Privacy Notice",
      "html": "<a href=\"https://assets.ctfassets.net/c78bhj3obgck/5hsHRQ5CA8v3pakiSW7TCn/5107c9cc68ffdf5e670c2aa07f4bf875/General_Privacy_Notice_08-04-2025.pdf\" target=\"_blank\" rel=\"noopener noreferrer\" class=\"Link__StyledAnchorLink-sc-zu66le-0 knGHUj\">Privacy Notice</a>"
    },
    {
      "href": "https://assets.ctfassets.net/c78bhj3obgck/5hsHRQ5CA8v3pakiSW7TCn/5107c9cc68ffdf5e670c2aa07f4bf875/General_Privacy_Notice_08-04-2025.pdf",
      "text": "Privacy Notice",
      "html": "<a href=\"https://assets.ctfassets.net/c78bhj3obgck/5hsHRQ5CA8v3pakiSW7TCn/5107c9cc68ffdf5e670c2aa07f4bf875/General_Privacy_Notice_08-04-2025.pdf\" target=\"_blank\" rel=\"noopener noreferrer\" class=\"Link__StyledAnchorLink-sc-zu66le-0 knGHUj\">Privacy Notice</a>"
    }
  ],
  "score": 40,
  "weight": 20
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

AEO: Answer evidence and trust

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

6 Fail

Needs attention

AEO: Answer evidence and trust

Failed check
01

Issue

Missing AIO trust signals: author, publisher, freshnessDate.

Details

02

Why it matters

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

Check name

AEO: Answer evidence and trust

Score

40/100

Status

fail

Category

GEO, AIO & AEO

Maturity

Emerging recommendation

Goal

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

Result

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

Evidence
{
  "signals": {
    "author": false,
    "publisher": false,
    "freshnessDate": false,
    "aboutOrContact": true,
    "policyLinks": true
  },
  "missing": [
    "author",
    "publisher",
    "freshnessDate"
  ],
  "authorMeta": "",
  "schemaAuthors": [],
  "schemaPublishers": [],
  "schemaDates": [],
  "visibleDates": [],
  "aboutLinks": [
    {
      "href": "/about-us/",
      "text": "COMPANY",
      "html": "<a target=\"_self\" rel=\"noopener noreferrer\" href=\"/about-us/\" class=\"MenuSubHeader__MenuSubHeaderLink-sc-1tuezj3-1 chhQKG\">COMPANY</a>"
    },
    {
      "href": "/about-us/",
      "text": "About Tink",
      "html": "<a class=\"Link__StyledGatsbyLink-sc-zu66le-1 jppoCJ\" href=\"/about-us/\">About Tink</a>"
    },
    {
      "href": "https://www.visa.co.uk/content/dam/VCOM/global/about-visa/documents/visa-modern-slavery-act-transparency-statement.pdf",
      "text": "Modern Slavery Act",
      "html": "<a href=\"https://www.visa.co.uk/content/dam/VCOM/global/about-visa/documents/visa-modern-slavery-act-transparency-statement.pdf\" target=\"_blank\" rel=\"noopener noreferrer\" class=\"Link__StyledAnchorLink-sc-zu66le-0 knGHUj\">Modern Slavery Act</a>"
    },
    {
      "href": "https://linkedin.com/company/tink-ab",
      "text": "",
      "html": "<a href=\"https://linkedin.com/company/tink-ab\" target=\"_blank\" rel=\"noopener noreferrer\" class=\"Link__StyledAnchorLink-sc-zu66le-0\"><svg size=\"1\" viewBox=\"0 0 24 24\" class=\"IconBase-sc-1mqooij-0 exLIWI\"><path d=\"M6.883 8.375h-4.02v12.092h4.02V8.375zM4.899 2.544c-1.375 0-2.274.905-2.274 2.09 0 1.16.871 2.09 2.22 2.09h.027c1.401 0 2.274-.93 2.274-2.09-.026-1.185-.872-2.09-2.247-2.09zM16.747 8.09c-2.133 0-3.088 1.173-3.623 1.997V8.375H9.105c.054 1.134 0 12.092 0 12.092h4.02v-6.753c0-.362.025-.72..."
    },
    {
      "href": "https://linkedin.com/company/tink-ab",
      "text": "",
      "html": "<a href=\"https://linkedin.com/company/tink-ab\" target=\"_blank\" rel=\"noopener noreferrer\" class=\"Link__StyledAnchorLink-sc-zu66le-0\"><svg size=\"1\" viewBox=\"0 0 24 24\" class=\"IconBase-sc-1mqooij-0 exLIWI\"><path d=\"M6.883 8.375h-4.02v12.092h4.02V8.375zM4.899 2.544c-1.375 0-2.274.905-2.274 2.09 0 1.16.871 2.09 2.22 2.09h.027c1.401 0 2.274-.93 2.274-2.09-.026-1.185-.872-2.09-2.247-2.09zM16.747 8.09c-2.133 0-3.088 1.173-3.623 1.997V8.375H9.105c.054 1.134 0 12.092 0 12.092h4.02v-6.753c0-.362.025-.72..."
    }
  ],
  "contactLinks": [
    {
      "href": "/contact-us/",
      "text": "Contact us",
      "html": "<a class=\"Link__StyledGatsbyLink-sc-zu66le-1 fJGgKe ButtonLinkMenu__StyledMenuItemLink-sc-hd3sk7-0 EXgme\" role=\"button\" tabindex=\"0\" href=\"/contact-us/\">Contact us</a>"
    },
    {
      "href": "https://b2bmarketing.tink.com/contact-sales",
      "text": "Contact us",
      "html": "<a href=\"https://b2bmarketing.tink.com/contact-sales\" target=\"_blank\" rel=\"noopener noreferrer\" class=\"Link__StyledAnchorLink-sc-zu66le-0 cMQwZu Button__createBtn-sc-1hlyq8y-0 dYWlAH\" role=\"button\" id=\"int_get-started-top-navigation\">Contact us</a>"
    },
    {
      "href": "https://b2bmarketing.tink.com/contact-sales",
      "text": "Contact Sales",
      "html": "<a href=\"https://b2bmarketing.tink.com/contact-sales\" target=\"_blank\" rel=\"noopener noreferrer\" class=\"Link__StyledAnchorLink-sc-zu66le-0 cMQwZu Button__createBtn-sc-1hlyq8y-0 dYWlAH\" role=\"button\" id=\"int_hp-hero-sar\">Contact Sales<svg viewBox=\"0 0 32 32\" class=\"IconBase-sc-1mqooij-0 kAkywa\"><path d=\"M17.954 26.179l5.657-5.657 2.263 2.263-5.657 5.657-2.263-2.263z\"/><path d=\"M31.536 14.864l-11.312-11.312-2.272 2.272 8.592 8.576h-26.544v3.2h30.4c0.661-0.003 1.227-0.407 1.468-0.981l0.004-0.011c..."
    },
    {
      "href": "https://b2bmarketing.tink.com/contact-sales",
      "text": "Contact us",
      "html": "<a href=\"https://b2bmarketing.tink.com/contact-sales\" target=\"_blank\" rel=\"noopener noreferrer\" class=\"Link__StyledAnchorLink-sc-zu66le-0 cMQwZu Button__createBtn-sc-1hlyq8y-0 bLjOVR\" role=\"button\" id=\"int_contact-sales-cta-block\">Contact us</a>"
    },
    {
      "href": "/legal/consumers/",
      "text": "Consumer Support",
      "html": "<a class=\"Link__StyledGatsbyLink-sc-zu66le-1 jppoCJ\" href=\"/legal/consumers/\">Consumer Support</a>"
    },
    {
      "href": "/legal/consumers/",
      "text": "Consumer Support",
      "html": "<a class=\"Link__StyledGatsbyLink-sc-zu66le-1 jppoCJ\" href=\"/legal/consumers/\">Consumer Support</a>"
    }
  ],
  "privacyLinks": [
    {
      "href": "https://assets.ctfassets.net/c78bhj3obgck/5hsHRQ5CA8v3pakiSW7TCn/5107c9cc68ffdf5e670c2aa07f4bf875/General_Privacy_Notice_08-04-2025.pdf",
      "text": "Privacy Notice",
      "html": "<a href=\"https://assets.ctfassets.net/c78bhj3obgck/5hsHRQ5CA8v3pakiSW7TCn/5107c9cc68ffdf5e670c2aa07f4bf875/General_Privacy_Notice_08-04-2025.pdf\" target=\"_blank\" rel=\"noopener noreferrer\" class=\"Link__StyledAnchorLink-sc-zu66le-0 knGHUj\">Privacy Notice</a>"
    },
    {
      "href": "https://assets.ctfassets.net/c78bhj3obgck/5hsHRQ5CA8v3pakiSW7TCn/5107c9cc68ffdf5e670c2aa07f4bf875/General_Privacy_Notice_08-04-2025.pdf",
      "text": "Privacy Notice",
      "html": "<a href=\"https://assets.ctfassets.net/c78bhj3obgck/5hsHRQ5CA8v3pakiSW7TCn/5107c9cc68ffdf5e670c2aa07f4bf875/General_Privacy_Notice_08-04-2025.pdf\" target=\"_blank\" rel=\"noopener noreferrer\" class=\"Link__StyledAnchorLink-sc-zu66le-0 knGHUj\">Privacy Notice</a>"
    }
  ],
  "score": 40,
  "weight": 22
}

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

5 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": 6,
  "passing": 1,
  "failing": [
    {
      "heading": "Why market leaders are choosing Tink",
      "headingHtml": "<h3 id=\"why-market-leaders-are-choosing-tink\" class=\"Heading__H3-sc-1v1s7s2-3 jPQVpO\">Why market leaders are choosing Tink</h3>",
      "firstParagraph": "",
      "paragraphHtml": "<p class=\"Paragraph__ParagraphStyle-sc-gzg3cd-0 egVwSK\"></p>",
      "words": 0,
      "direct": false,
      "issue": "First paragraph is 0 words and does not look like a concise direct answer."
    },
    {
      "heading": "The Tink offering",
      "headingHtml": "<h3 id=\"the-tink-offering\" class=\"Heading__H3-sc-1v1s7s2-3 jPQVpO\">The Tink offering</h3>",
      "firstParagraph": "",
      "paragraphHtml": "<p class=\"Paragraph__ParagraphStyle-sc-gzg3cd-0 egVwSK\"></p>",
      "words": 0,
      "direct": false,
      "issue": "First paragraph is 0 words and does not look like a concise direct answer."
    },
    {
      "heading": "What you get with Tink's tech",
      "headingHtml": "<h3 class=\"Heading__H3-sc-1v1s7s2-3 fUCKdc\">What you get with Tink&apos;s tech</h3>",
      "firstParagraph": "Tap into our technology – on a single cloud-based platform – through one API integration.",
      "paragraphHtml": "<p class=\"Paragraph__ParagraphStyle-sc-gzg3cd-0 htdPld\">Tap into our technology &#x2013; on a single cloud-based platform &#x2013; through one API integration.</p>",
      "words": 13,
      "direct": false,
      "issue": "First paragraph is 13 words and does not look like a concise direct answer."
    },
    {
      "heading": "Latest from the Tink blog",
      "headingHtml": "<h3 id=\"latest-from-the-tink-blog\" class=\"Heading__H3-sc-1v1s7s2-3 jPQVpO\">Latest from the Tink blog</h3>",
      "firstParagraph": "",
      "paragraphHtml": "<p class=\"Paragraph__ParagraphStyle-sc-gzg3cd-0 egVwSK\"></p>",
      "words": 0,
      "direct": false,
      "issue": "First paragraph is 0 words and does not look like a concise direct answer."
    },
    {
      "heading": "Get started with Tink",
      "headingHtml": "<h3 class=\"Heading__H3-sc-1v1s7s2-3 fMKKmG\">Get started with Tink</h3>",
      "firstParagraph": "Contact our team to learn more about what we can help you build – or create an account to get started right away.",
      "paragraphHtml": "<p class=\"Paragraph__ParagraphStyle-sc-gzg3cd-0 bqFpws\">Contact our team to learn more about what we can help you build &#x2013; or create an account to get started right away.</p>",
      "words": 22,
      "direct": false,
      "issue": "First paragraph is 22 words and does not look like a concise direct answer."
    }
  ],
  "score": 65,
  "weight": 28
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

AEO: Question-led structure

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

4 Warning

Needs attention

AEO: Question-led structure

Warning
01

Issue

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

02

Why it matters

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

Check name

AEO: Question-led structure

Score

50/100

Status

warning

Category

GEO, AIO & AEO

Maturity

Emerging recommendation

Goal

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

Result

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

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

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

GEO: Explanatory content depth

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

4 Warning

Needs attention

GEO: Explanatory content depth

Warning
01

Issue

9 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": 9,
  "citablePassages": 0,
  "failingCandidateParagraphs": [
    {
      "index": 16,
      "heading": "H2: For industry leaders",
      "text": "“Our aim is to always innovate to meet consumer needs by providing a breadth of convenient, fast, and secure payment options. Partnering with Tink for open banking is the latest way we have evolved our technology to deliver on this goal.”",
      "words": 41,
      "hasEvidence": false,
      "reasons": [
        "Too short for a citation-ready passage (41 words; target 80-220).",
        "Missing a named source, statistic, date, percentage, report, or other evidence signal."
      ],
      "html": "<p size=\"30\" class=\"ParagraphDynamic__StyledParagraph-sc-1kaz7f-0 eiuscq\">&#x201c;Our aim is to always innovate to meet consumer needs by providing a breadth of convenient, fast, and secure payment options. Partnering with Tink for open banking is the latest way we have evolved our technology to deliver on this goal.&#x201d;</p>"
    },
    {
      "index": 19,
      "heading": "H2: For industry leaders",
      "text": "“Responsible lending is all about granting the correct credit to the private individual that has the means to service the loan without compromising on other expenses. Tools such as those Tink provides for Bank Norwegian is an enabler of data that supports our philosophy as a provider of a pure digital customer journey.”",
      "words": 53,
      "hasEvidence": true,
      "reasons": [
        "Too short for a citation-ready passage (53 words; target 80-220)."
      ],
      "html": "<p size=\"27\" class=\"ParagraphDynamic__StyledParagraph-sc-1kaz7f-0 gxhnpb\">&#x201c;Responsible lending is all about granting the correct credit to the private individual that has the means to service the loan without compromising on other expenses. Tools such as those Tink provides for Bank Norwegian is an enabler of data that supports our philosophy as a provider of a pure digital customer journey.&#x201d;</p>"
    },
    {
      "index": 22,
      "heading": "H2: For industry leaders",
      "text": "“We’re very pleased to partner with Tink, the leading player in account-to-account payments. Today we handle hundreds of millions of invoices annually for customers in the Nordics. Open banking lets us expand our offering to now also include simple, compliant, and user-friendly payment solutions integrated in our existing channels.”",
      "words": 50,
      "hasEvidence": false,
      "reasons": [
        "Too short for a citation-ready passage (50 words; target 80-220).",
        "Missing a named source, statistic, date, percentage, report, or other evidence signal."
      ],
      "html": "<p size=\"26\" class=\"ParagraphDynamic__StyledParagraph-sc-1kaz7f-0 hhDdlG\">&#x201c;We&#x2019;re very pleased to partner with Tink, the leading player in account-to-account payments. Today we handle hundreds of millions of invoices annually for customers in the Nordics. Open banking lets us expand our offering to now also include simple, compliant, and user-friendly payment solutions integrated in our existing channels.&#x201d;</p>"
    },
    {
      "index": 25,
      "heading": "H2: For industry leaders",
      "text": "“Anyone seeking credit, whether for a loan or a retail purchase, deserves an ultra fast and hassle-free experience. Thanks to open banking capabilities and our partnership with Tink, we are now able to deliver this promise of instant credit decisions at scale – a first in Europe. We’re already serving more than a million customers, and together with Tink, we will expand our services across Europe, continuing our m...",
      "words": 78,
      "hasEvidence": false,
      "reasons": [
        "Too short for a citation-ready passage (78 words; target 80-220).",
        "Missing a named source, statistic, date, percentage, report, or other evidence signal."
      ],
      "html": "<p size=\"23\" class=\"ParagraphDynamic__StyledParagraph-sc-1kaz7f-0 dOYyDk\">&#x201c;Anyone seeking credit, whether for a loan or a retail purchase, deserves an ultra fast and hassle-free experience.&#xa0;Thanks to open banking capabilities and our partnership with Tink, we are now able to deliver this promise of instant credit decisions at scale &#x2013; a first in Europe.&#xa0;We&#x2019;re already serving more than a million customers, and together with Tink, we will expand our services across..."
    },
    {
      "index": 28,
      "heading": "H2: For industry leaders",
      "text": "“Partnering with Tink was an important step in our ambition to improve the user experience, leveraging PSD2 to develop a simpler payment solution. Using Tink as a provider for our new payment service became a natural choice as we explored the market.”",
      "words": 42,
      "hasEvidence": false,
      "reasons": [
        "Too short for a citation-ready passage (42 words; target 80-220).",
        "Missing a named source, statistic, date, percentage, report, or other evidence signal."
      ],
      "html": "<p size=\"29\" class=\"ParagraphDynamic__StyledParagraph-sc-1kaz7f-0 jpuPte\">&#x201c;Partnering with Tink was an important step in our ambition to improve the user experience, leveraging PSD2 to develop a simpler payment solution. Using Tink as a provider for our new payment service became a natural choice as we explored the market.&#x201d;</p>"
    },
    {
      "index": 34,
      "heading": "H2: For industry leaders",
      "text": "“Enabling people living in Ireland to replace financial worry with financial confidence is a key goal for An Post Money. We are thrilled to have partnered with Tink to enable not only An Post Money customers but everyone living in Ireland to have the ability to manage their money better, stay in control of their expenses and start building financial confidence.”",
      "words": 61,
      "hasEvidence": false,
      "reasons": [
        "Too short for a citation-ready passage (61 words; target 80-220).",
        "Missing a named source, statistic, date, percentage, report, or other evidence signal."
      ],
      "html": "<p size=\"25\" class=\"ParagraphDynamic__StyledParagraph-sc-1kaz7f-0 deIdxD\">&#x201c;Enabling people living in Ireland to replace financial worry with financial confidence is a key goal for An Post Money. We are thrilled to have partnered with Tink to enable not only An Post Money customers but everyone living in Ireland to have the ability&#xa0; to manage their money better, stay in control of their expenses and start building financial confidence.&#x201d;</p>"
    },
    {
      "index": 40,
      "heading": "H2: For industry leaders",
      "text": "“With Tink we have provided our customers with a much smoother way to prove their income and their creditworthiness, which has helped us reduce our application processing time down to less than 10 mins. It has helped us increase our automated funnel which in turn increased approval rates, faster time to money, and reduced risk of fraud and uncompleted applications - all real difference makers for our growth.”",
      "words": 67,
      "hasEvidence": true,
      "reasons": [
        "Too short for a citation-ready passage (67 words; target 80-220)."
      ],
      "html": "<p size=\"23\" class=\"ParagraphDynamic__StyledParagraph-sc-1kaz7f-0 bHFTCa\">&#x201c;With Tink we have provided our customers with a much smoother way to prove their income and their creditworthiness, which has helped us reduce our application processing time down to less than 10 mins. It has helped us increase our automated funnel which in turn increased approval rates, faster time to money, and reduced risk of fraud and uncompleted applications - all real difference makers for our growth.&#x20..."
    },
    {
      "index": 43,
      "heading": "H2: For industry leaders",
      "text": "Tink offers an incredible amount of out-of-the-box products with basically unlimited possibilities for customisations and new innovations. The overall quality and uptime of their services has been great and we have had no issues at all, even with the enormous amount of new customers we’ve acquired in a short amount of time.",
      "words": 53,
      "hasEvidence": false,
      "reasons": [
        "Too short for a citation-ready passage (53 words; target 80-220).",
        "Missing a named source, statistic, date, percentage, report, or other evidence signal."
      ],
      "html": "<p size=\"27\" class=\"ParagraphDynamic__StyledParagraph-sc-1kaz7f-0 ewpUBx\">Tink offers an incredible amount of out-of-the-box products with basically unlimited possibilities for customisations and new innovations. The overall quality and uptime of their services has been great and we have had no issues at all, even with the enormous amount of new customers we&#x2019;ve acquired in a short amount of time.</p>"
    },
    {
      "index": 55,
      "heading": "H2: For industry leaders",
      "text": "“With Tink, it was very easy and smooth to get started. We understood perfectly when we read the documentation and the technical sections the first time and that was a big reason for us to choose Tink. The integration was very seamless and easy.”",
      "words": 44,
      "hasEvidence": false,
      "reasons": [
        "Too short for a citation-ready passage (44 words; target 80-220).",
        "Missing a named source, statistic, date, percentage, report, or other evidence signal."
      ],
      "html": "<p size=\"30\" class=\"ParagraphDynamic__StyledParagraph-sc-1kaz7f-0 eiuscq\">&#x201c;With Tink, it was very easy and smooth to get started. We understood perfectly when we read the documentation and the technical sections the first time and that was a big reason for us to choose Tink. The integration was very seamless and easy.&#x201d;</p>"
    }
  ],
  "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

5 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": 6,
  "passing": 1,
  "failing": [
    {
      "heading": "Why market leaders are choosing Tink",
      "headingHtml": "<h3 id=\"why-market-leaders-are-choosing-tink\" class=\"Heading__H3-sc-1v1s7s2-3 jPQVpO\">Why market leaders are choosing Tink</h3>",
      "firstParagraph": "",
      "paragraphHtml": "<p class=\"Paragraph__ParagraphStyle-sc-gzg3cd-0 egVwSK\"></p>",
      "words": 0,
      "direct": false,
      "issue": "First paragraph is 0 words and does not look like a concise direct answer."
    },
    {
      "heading": "The Tink offering",
      "headingHtml": "<h3 id=\"the-tink-offering\" class=\"Heading__H3-sc-1v1s7s2-3 jPQVpO\">The Tink offering</h3>",
      "firstParagraph": "",
      "paragraphHtml": "<p class=\"Paragraph__ParagraphStyle-sc-gzg3cd-0 egVwSK\"></p>",
      "words": 0,
      "direct": false,
      "issue": "First paragraph is 0 words and does not look like a concise direct answer."
    },
    {
      "heading": "What you get with Tink's tech",
      "headingHtml": "<h3 class=\"Heading__H3-sc-1v1s7s2-3 fUCKdc\">What you get with Tink&apos;s tech</h3>",
      "firstParagraph": "Tap into our technology – on a single cloud-based platform – through one API integration.",
      "paragraphHtml": "<p class=\"Paragraph__ParagraphStyle-sc-gzg3cd-0 htdPld\">Tap into our technology &#x2013; on a single cloud-based platform &#x2013; through one API integration.</p>",
      "words": 13,
      "direct": false,
      "issue": "First paragraph is 13 words and does not look like a concise direct answer."
    },
    {
      "heading": "Latest from the Tink blog",
      "headingHtml": "<h3 id=\"latest-from-the-tink-blog\" class=\"Heading__H3-sc-1v1s7s2-3 jPQVpO\">Latest from the Tink blog</h3>",
      "firstParagraph": "",
      "paragraphHtml": "<p class=\"Paragraph__ParagraphStyle-sc-gzg3cd-0 egVwSK\"></p>",
      "words": 0,
      "direct": false,
      "issue": "First paragraph is 0 words and does not look like a concise direct answer."
    },
    {
      "heading": "Get started with Tink",
      "headingHtml": "<h3 class=\"Heading__H3-sc-1v1s7s2-3 fMKKmG\">Get started with Tink</h3>",
      "firstParagraph": "Contact our team to learn more about what we can help you build – or create an account to get started right away.",
      "paragraphHtml": "<p class=\"Paragraph__ParagraphStyle-sc-gzg3cd-0 bqFpws\">Contact our team to learn more about what we can help you build &#x2013; or create an account to get started right away.</p>",
      "words": 22,
      "direct": false,
      "issue": "First paragraph is 22 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: what, how, benefits, cost, compare.

Details

02

Why it matters

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

Check name

AEO: Answer intent coverage

Score

70/100

Status

warning

Category

GEO, AIO & AEO

Maturity

Emerging recommendation

Goal

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

Result

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

Evidence
{
  "headings": [
    {
      "text": "For industry leaders",
      "html": "<h2 class=\"Heading__H2-sc-1v1s7s2-2 bquCxy\">For industry leaders</h2>"
    }
  ],
  "expected": [
    {
      "id": "what",
      "label": "What is Tink?",
      "pattern": {}
    },
    {
      "id": "how",
      "label": "How does Tink work?",
      "pattern": {}
    },
    {
      "id": "benefits",
      "label": "Why use Tink?",
      "pattern": {}
    },
    {
      "id": "cost",
      "label": "Is Tink free or paid?",
      "pattern": {}
    },
    {
      "id": "compare",
      "label": "How does Tink compare with alternatives?",
      "pattern": {}
    }
  ],
  "missing": [
    {
      "id": "what",
      "label": "What is Tink?",
      "pattern": {}
    },
    {
      "id": "how",
      "label": "How does Tink work?",
      "pattern": {}
    },
    {
      "id": "benefits",
      "label": "Why use Tink?",
      "pattern": {}
    },
    {
      "id": "cost",
      "label": "Is Tink free or paid?",
      "pattern": {}
    },
    {
      "id": "compare",
      "label": "How does Tink 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

16 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, shrink-to-fit=no",
  "visibleWords": 1349,
  "htmlBytes": 282570,
  "imagesMissingDimensions": [
    {
      "src": "//images.ctfassets.net/c78bhj3obgck/1OhXONUukDsJpp8FmxJnCo/c552a9e424f47826de2770f293278f8a/Edgar_Verschuur-Adyen-Tink-Quote.png",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"//images.ctfassets.net/c78bhj3obgck/1OhXONUukDsJpp8FmxJnCo/c552a9e424f47826de2770f293278f8a/Edgar_Verschuur-Adyen-Tink-Quote.png\" class=\"QuoteCarouselItem__ContainedImage-sc-alotr2-4 izxIKm\">"
    },
    {
      "src": "//images.ctfassets.net/c78bhj3obgck/lv60NMJ6SAUzJhjPAdO14/d2c0b8e8812866e0201e25fe200547a0/Peer_Timo_Andersen-Ulven-Bank-Norwegian-Tink-Quote.png",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"//images.ctfassets.net/c78bhj3obgck/lv60NMJ6SAUzJhjPAdO14/d2c0b8e8812866e0201e25fe200547a0/Peer_Timo_Andersen-Ulven-Bank-Norwegian-Tink-Quote.png\" class=\"QuoteCarouselItem__ContainedImage-sc-alotr2-4 izxIKm\">"
    },
    {
      "src": "//images.ctfassets.net/c78bhj3obgck/3AUytwe3ma0A0qoUVgU1Mk/b121c9d55377688c4716eae973287f3b/Mattias_Noren-Postnord_Stra_lfors-Tink-Quote.png",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"//images.ctfassets.net/c78bhj3obgck/3AUytwe3ma0A0qoUVgU1Mk/b121c9d55377688c4716eae973287f3b/Mattias_Noren-Postnord_Stra_lfors-Tink-Quote.png\" class=\"QuoteCarouselItem__ContainedImage-sc-alotr2-4 izxIKm\">"
    },
    {
      "src": "//images.ctfassets.net/c78bhj3obgck/1qOulx195PR7OXkZLqynU2/3f43df184647e7cfefdd87806c2934df/Franc_ois-de-Bodinat-Younited-Tink-Quote2.png",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"//images.ctfassets.net/c78bhj3obgck/1qOulx195PR7OXkZLqynU2/3f43df184647e7cfefdd87806c2934df/Franc_ois-de-Bodinat-Younited-Tink-Quote2.png\" class=\"QuoteCarouselItem__ContainedImage-sc-alotr2-4 izxIKm\">"
    },
    {
      "src": "//images.ctfassets.net/c78bhj3obgck/62omVQYEuUouAV7V80v21/6927ee4ae8a5de44e361384e940c9825/Vesna_Lindkvist-Kivra-Tink-Quote.png",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"//images.ctfassets.net/c78bhj3obgck/62omVQYEuUouAV7V80v21/6927ee4ae8a5de44e361384e940c9825/Vesna_Lindkvist-Kivra-Tink-Quote.png\" class=\"QuoteCarouselItem__ContainedImage-sc-alotr2-4 izxIKm\">"
    },
    {
      "src": "https://images.ctfassets.net/c78bhj3obgck/6fGAQfcAEuZHAaumB38CIW/1741dd9d8ae5cced787df31504156713/anPostlight.svg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img alt=\"An post logo\" src=\"https://images.ctfassets.net/c78bhj3obgck/6fGAQfcAEuZHAaumB38CIW/1741dd9d8ae5cced787df31504156713/anPostlight.svg\" style=\"width:80px\">"
    },
    {
      "src": "//images.ctfassets.net/c78bhj3obgck/66rAaTNrKqLYRlm5BKZTb4/c4fec217b5f9841b4a2e44be1a748397/Bruce_Richardson-AnPost-Tink-Quote.png",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"//images.ctfassets.net/c78bhj3obgck/66rAaTNrKqLYRlm5BKZTb4/c4fec217b5f9841b4a2e44be1a748397/Bruce_Richardson-AnPost-Tink-Quote.png\" class=\"QuoteCarouselItem__ContainedImage-sc-alotr2-4 izxIKm\">"
    },
    {
      "src": "//images.ctfassets.net/c78bhj3obgck/mJDzsexGhYeqUJY2VrbjT/d4b343d9c22040756dedd8c0bc8312b7/Cyrill_Chiche-Lydia-Tink-Quote.png",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"//images.ctfassets.net/c78bhj3obgck/mJDzsexGhYeqUJY2VrbjT/d4b343d9c22040756dedd8c0bc8312b7/Cyrill_Chiche-Lydia-Tink-Quote.png\" class=\"QuoteCarouselItem__ContainedImage-sc-alotr2-4 izxIKm\">"
    },
    {
      "src": "//images.ctfassets.net/c78bhj3obgck/5wo2pLjSivb1H6aurr3rCF/6f9de55ed67e5a4da130f58d80fcae18/David_O_hlund-GF-Money-Tink-Quote.png",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"//images.ctfassets.net/c78bhj3obgck/5wo2pLjSivb1H6aurr3rCF/6f9de55ed67e5a4da130f58d80fcae18/David_O_hlund-GF-Money-Tink-Quote.png\" class=\"QuoteCarouselItem__ContainedImage-sc-alotr2-4 izxIKm\">"
    },
    {
      "src": "//images.ctfassets.net/c78bhj3obgck/4JLzGoNM83nZIfc7t4X93j/6d9dc78a8c17e4267c62c03132db428c/Andreas_Norberg-Rocker-Tink-Quote.png",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"//images.ctfassets.net/c78bhj3obgck/4JLzGoNM83nZIfc7t4X93j/6d9dc78a8c17e4267c62c03132db428c/Andreas_Norberg-Rocker-Tink-Quote.png\" class=\"QuoteCarouselItem__ContainedImage-sc-alotr2-4 izxIKm\">"
    },
    {
      "src": "//images.ctfassets.net/c78bhj3obgck/3Y241q7XLARAK8dHszkTOI/252002ff1016e1b0db9ce9a32647b933/Stefan_O_berg-Tradera-Tink-Quote.png",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"//images.ctfassets.net/c78bhj3obgck/3Y241q7XLARAK8dHszkTOI/252002ff1016e1b0db9ce9a32647b933/Stefan_O_berg-Tradera-Tink-Quote.png\" class=\"QuoteCarouselItem__ContainedImage-sc-alotr2-4 izxIKm\">"
    },
    {
      "src": "//images.ctfassets.net/c78bhj3obgck/7bZ1B05wb6NDl62IWk85u4/859c694bd595f698058b030dac3280fb/Jamie_McNaught-Solidi-Tink-Quote.png",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"//images.ctfassets.net/c78bhj3obgck/7bZ1B05wb6NDl62IWk85u4/859c694bd595f698058b030dac3280fb/Jamie_McNaught-Solidi-Tink-Quote.png\" class=\"QuoteCarouselItem__ContainedImage-sc-alotr2-4 izxIKm\">"
    },
    {
      "src": "//images.ctfassets.net/c78bhj3obgck/5x2xkZSR2RggWLGwLziOq8/809537aaa15391968a12b72f3e27b62c/Tim_O_hman_Cirillo-Billogram-Tink-Quote.png",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"//images.ctfassets.net/c78bhj3obgck/5x2xkZSR2RggWLGwLziOq8/809537aaa15391968a12b72f3e27b62c/Tim_O_hman_Cirillo-Billogram-Tink-Quote.png\" class=\"QuoteCarouselItem__ContainedImage-sc-alotr2-4 izxIKm\">"
    },
    {
      "src": "//images.ctfassets.net/c78bhj3obgck/3X0x9P0CsKya0R5gSq0UdD/02b9298529273c5a1f8eae1ef5ff97de/Nanna_Stranne-Sigmastocks-Tink-Quote.png",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"//images.ctfassets.net/c78bhj3obgck/3X0x9P0CsKya0R5gSq0UdD/02b9298529273c5a1f8eae1ef5ff97de/Nanna_Stranne-Sigmastocks-Tink-Quote.png\" class=\"QuoteCarouselItem__ContainedImage-sc-alotr2-4 izxIKm\">"
    },
    {
      "src": "//images.ctfassets.net/c78bhj3obgck/1jymTFIfXjfJM01ZZ2ovho/4986188b932237af68654214fcc6f0d8/John_Natalizia-Snoop-Tink-Quote__1_.png",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"//images.ctfassets.net/c78bhj3obgck/1jymTFIfXjfJM01ZZ2ovho/4986188b932237af68654214fcc6f0d8/John_Natalizia-Snoop-Tink-Quote__1_.png\" class=\"QuoteCarouselItem__ContainedImage-sc-alotr2-4 izxIKm\">"
    },
    {
      "src": "//images.ctfassets.net/c78bhj3obgck/52t9CSfNCj7vMpkgdhjvaf/5250bae531ee1843ad3e0cf9113a95fe/section-5__1_.png?w=560&h=560&fm=webp&q=95",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"//images.ctfassets.net/c78bhj3obgck/52t9CSfNCj7vMpkgdhjvaf/5250bae531ee1843ad3e0cf9113a95fe/section-5__1_.png?w=560&amp;h=560&amp;fm=webp&amp;q=95\" alt=\"Rocket\" srcset=\"//images.ctfassets.net/c78bhj3obgck/52t9CSfNCj7vMpkgdhjvaf/5250bae531ee1843ad3e0cf9113a95fe/section-5__1_.png?w=224&amp;h=224&amp;fm=webp&amp;q=95 224w, //images.ctfassets.net/c78bhj3obgck/52t9CSfNCj7vMpkgdhjvaf/5250bae531ee1843ad3e0cf9113a95fe/section-5__1_.png?w=280&amp;h=280&amp;fm=webp&amp;q=95 280w, //images.ctf..."
    }
  ],
  "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": 140757
          },
          {
            "path": "/api/context",
            "statusCode": 404,
            "contentType": "text/html",
            "length": 140757
          },
          {
            "path": "/context",
            "statusCode": 404,
            "contentType": "text/html",
            "length": 140757
          }
        ]
      },
      "issue": "AI context endpoint was not found at the expected path.",
      "howToFix": "Publish a concise JSON or Markdown AI context endpoint describing the product, public actions, and machine-readable resources."
    }
  ]
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

AIO: Query intent coverage

AIO: Query intent coverage is informational for this page.

Informational

Needs attention

AIO: Query intent coverage

Informational
01

Issue

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

Details

02

Why it matters

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

Check name

AIO: Query intent coverage

Score

70/100

Status

informational

Category

GEO, AIO & AEO

Maturity

Emerging recommendation

Goal

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

Result

AIO: Query intent coverage is informational for this page.

Evidence
{
  "headings": [
    {
      "text": "For industry leaders",
      "html": "<h2 class=\"Heading__H2-sc-1v1s7s2-2 bquCxy\">For industry leaders</h2>"
    }
  ],
  "expected": [
    {
      "id": "what",
      "label": "What is Tink?",
      "pattern": {}
    },
    {
      "id": "how",
      "label": "How does Tink work?",
      "pattern": {}
    },
    {
      "id": "benefits",
      "label": "Why use Tink?",
      "pattern": {}
    },
    {
      "id": "cost",
      "label": "Is Tink free or paid?",
      "pattern": {}
    },
    {
      "id": "compare",
      "label": "How does Tink compare with alternatives?",
      "pattern": {}
    }
  ],
  "missing": [
    {
      "id": "what",
      "label": "What is Tink?",
      "pattern": {}
    },
    {
      "id": "how",
      "label": "How does Tink work?",
      "pattern": {}
    },
    {
      "id": "benefits",
      "label": "Why use Tink?",
      "pattern": {}
    },
    {
      "id": "cost",
      "label": "Is Tink free or paid?",
      "pattern": {}
    },
    {
      "id": "compare",
      "label": "How does Tink 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 /.well-known/oauth-protected-resource link; missing /.well-known/oauth-authorization-server link; missing supported identity type language; missing credential type language.

02

Why it matters

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

Check name

Auth.md Agent Registration

Score

0/100

Status

informational

Category

Auth

Maturity

Emerging recommendation

Goal

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

Result

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

Validation steps

  1. Fetch and validate /auth.md

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

  2. Publish protected resource metadata

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

  3. Validate agent_auth authorization metadata

    OAuth authorization server metadata could not be fetched.

Evidence
{
  "failedStep": "auth-md",
  "steps": [
    {
      "id": "auth-md",
      "title": "Fetch and validate /auth.md",
      "status": "fail",
      "evidence": {
        "path": "/auth.md",
        "ok": false,
        "statusCode": 404,
        "contentType": "text/html",
        "length": 140757,
        "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 /.well-known/oauth-protected-resource link; missing /.well-known/oauth-authorization-server link; missing supported identity type language; missing credential type language.",
          "compatibleContentType": false,
          "contentLength": 139324,
          "hasRegisterInstructions": true,
          "hasProtectedResourceLink": false,
          "hasAuthorizationServerLink": false,
          "mentionsIdentity": false,
          "mentionsCredential": false,
          "links": [
            "https://images.ctfassets.net/c78bhj3obgck/7ddZROl3Xa9yeXmEqqEWAw/1f50d188175132f8847166c9cfdef0f8/Tink-a-Visa-solution-OG.png?h=630\"/><meta",
            "/*!sc*/",
            "/*!sc*/",
            "/*!sc*/",
            "/*!sc*/",
            "/*!sc*/",
            "/*!sc*/",
            "/*!sc*/",
            "/*!sc*/",
            "/*!sc*/"
          ],
          "rawExcerpt": "<!DOCTYPE html><html lang=\"global\"><head><meta charSet=\"utf-8\"/><meta http-equiv=\"x-ua-compatible\" content=\"ie=edge\"/><meta name=\"viewport\" content=\"width=device-width, initial-scale=1, shrink-to-fit=no\"/><meta name=\"generator\" content=\"0\"/><meta data-react-helmet=\"true\" charSet=\"utf-8\"/><meta data-react-helmet=\"true\" property=\"og:type\" content=\"website\"/><meta data-react-helmet=\"true\" name=\"facebook-domain-verification\" content=\"piuipqupicqy7cj1lrmk3uq646pb2i\"/><meta data-react-helmet=\"true\" property=\"og:image\" content=\"https://images.ctfassets.net/c78bhj3obgck/7ddZROl3Xa9yeXmEqqEWAw/1f50d188175132f8847166c9cfdef0f8/Tink-a-Visa-solution-OG.png?h=630\"/><meta data-react-helmet=\"true\" name=\"description\" content=\"404                                                        \"/><meta data-react-h"
        }
      },
      "issue": "auth.md response did not match the expected agent registration shape. Content-Type \"text/html\" is not Markdown or text/plain; missing /.well-known/oauth-protected-resource link; missing /.well-known/oauth-authorization-server link; missing supported identity type language; missing credential type language.",
      "howToFix": "Serve /auth.md at the site root as Markdown with agent registration instructions and links to OAuth metadata."
    },
    {
      "id": "oauth-protected-resource",
      "title": "Publish protected resource metadata",
      "status": "fail",
      "evidence": {
        "path": "/.well-known/oauth-protected-resource",
        "ok": false,
        "statusCode": 404,
        "contentType": "text/html",
        "length": 140757,
        "text": "<!DOCTYPE html><html lang=\"global\"><head><meta charSet=\"utf-8\"/><meta http-equiv=\"x-ua-compatible\" content=\"ie=edge\"/><meta name=\"viewport\" content=\"width=device-width, initial-scale=1, shrink-to-fit=no\"/><meta name=\"generator\" content=\"0\"/><meta data-react-helmet=\"true\" charSet=\"utf-8\"/><meta data-react-helmet=\"true\" property=\"og:type\" content=\"website\"/><meta data-react-helmet=\"true\" name=\"facebook-domain-verification\" content=\"piuipqupicqy7cj1lrmk3uq646pb2i\"/><meta data-react-helmet=\"true\" property=\"og:image\" content=\"https://images.ctfassets.net/c78bhj3obgck/7ddZROl3Xa9yeXmEqqEWAw/1f50d188175132f8847166c9cfdef0f8/Tink-a-Visa-solution-OG.png?h=630\"/><meta data-react-helmet=\"true\" name=\"description\" content=\"404                                                        \"/><meta data-react-helmet=\"true\" name=\"robots\" content=\"noindex\"/><meta data-react-helmet=\"true\" property=\"og:title\" content=\"404                                                        \"/><meta data-react-helmet=\"true\" property=\"og:description\" content=\"404                                                        \"/><meta data-react-helmet=\"true\" property=\"twitter:title\" content=\"404                                                        \"/><meta data-react-helmet=\"true\" property=\"twitter:description\" content=\"404                                                        \"/><style data-styled=\"\" data-styled-version=\"5.3.5\">.kLAhks{fill:#062A2F;font-size:1.35rem;line-height:inherit;margin-left:0rem;margin-right:0rem;margin-top:0rem;margin-bottom:0rem;-webkit-transform:rotate(0deg);-ms-transform:rotate(0deg);transform:rotate(0deg);-webkit-transition-duration:0ms;transition-duration:0ms;height:1em;width:1em;}/*!sc*/\n.cfYbNI{fill:#062A2F;font-size:1.2rem;line-height:inherit;margin-left:0rem;margin-right:0rem;margin-top:0rem;margin-bottom:0rem;-webkit-transform:rotate(0deg);-ms-transform:rotate(0deg);transform:rotate(0deg);-webkit-transition-duration:0ms;transition-duration:0ms;height:1em;width:1em;}/*!sc*/\n.isfECP{fill:#062A2F;font-size:1rem;line-height:inherit;margin-left:0.5rem;margin-right:0rem;margin-top:0rem;margin-bottom:0rem;-webkit-transform:rotate(0deg);-ms-transform:rotate(0deg);transform:rotate(0deg);-webkit-transition-duration:0ms;transition-duration:0ms;height:1em;width:1em;}/*!sc*/\n.bnqtug{fill:#062A2F;font-size:1.1rem;line-height:inherit;margin-left:0.5rem;margin-right:0rem;margin-top:0rem;margin-bottom:0rem;-webkit-transform:rotate(0deg);-ms-transform:rotate(0deg);transform:rotate(0deg);-webkit-transition-duration:0ms;transition-duration:0ms;height:1em;width:1em;}/*!sc*/\n.ihKiQq{fill:#E8FAFC;font-size:1.1rem;line-height:inherit;margin-left:0.5rem;margin-right:0rem;margin-top:0rem;margin-bottom:0rem;-webkit-transform:rotate(0deg);-ms-transform:rotate(0deg);transform:rotate(0deg);-webkit-transition-duration:0ms;transition-duration:0ms;height:1em;width:1em;}/*!sc*/\n.exLIWI{fill:#062A2F;font-size:1rem;line-height:inherit;margin-left:0rem;margin-right:0rem;margin-top:0rem;margin-bottom:0rem;-webkit-transform:rotate(0deg);-ms-transform:rotate(0deg);transform:rotate(0deg);-webkit-transition-duration:0ms;transition-duration:0ms;height:1em;width:1em;}/*!sc*/\n.Kvwbd{fill:#062A2F;font-size:1.5rem;line-height:inherit;margin-left:0rem;margin-right:0.8rem;margin-top:0rem;margin-bottom:0rem;-webkit-transform:rotate(0deg);-ms-transform:rotate(0deg);transform:rotate(0deg);-webkit-transition-duration:0ms;transition-duration:0ms;height:1em;width:1em;border-radius:50%;}/*!sc*/\ndata-styled.g1[id=\"IconBase-sc-1mqooij-0\"]{content:\"kLAhks,cfYbNI,isfECP,bnqtug,ihKiQq,exLIWI,Kvwbd,\"}/*!sc*/\n.cMQwZu{height:3rem;}/*!sc*/\n.ieHuWI{font-family:'Lota Grotesque';color:#E8FAFC;-webkit-transition:0.2s ease-out color;transition:0.2s ease-out color;-webkit-text-decoration:underline;text-decoration:underline;-webkit-text-decoration-thickness:0.065em;text-decoration-thickness:0.065em;text-underline-offset:0.125em;-webkit-text-decoration-color:transparent;text-decoration-color:transparent;}/*!s"
      },
      "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": 140757,
          "text": "<!DOCTYPE html><html lang=\"global\"><head><meta charSet=\"utf-8\"/><meta http-equiv=\"x-ua-compatible\" content=\"ie=edge\"/><meta name=\"viewport\" content=\"width=device-width, initial-scale=1, shrink-to-fit=no\"/><meta name=\"generator\" content=\"0\"/><meta data-react-helmet=\"true\" charSet=\"utf-8\"/><meta data-react-helmet=\"true\" property=\"og:type\" content=\"website\"/><meta data-react-helmet=\"true\" name=\"facebook-domain-verification\" content=\"piuipqupicqy7cj1lrmk3uq646pb2i\"/><meta data-react-helmet=\"true\" property=\"og:image\" content=\"https://images.ctfassets.net/c78bhj3obgck/7ddZROl3Xa9yeXmEqqEWAw/1f50d188175132f8847166c9cfdef0f8/Tink-a-Visa-solution-OG.png?h=630\"/><meta data-react-helmet=\"true\" name=\"description\" content=\"404                                                        \"/><meta data-react-helmet=\"true\" name=\"robots\" content=\"noindex\"/><meta data-react-helmet=\"true\" property=\"og:title\" content=\"404                                                        \"/><meta data-react-helmet=\"true\" property=\"og:description\" content=\"404                                                        \"/><meta data-react-helmet=\"true\" property=\"twitter:title\" content=\"404                                                        \"/><meta data-react-helmet=\"true\" property=\"twitter:description\" content=\"404                                                        \"/><style data-styled=\"\" data-styled-version=\"5.3.5\">.kLAhks{fill:#062A2F;font-size:1.35rem;line-height:inherit;margin-left:0rem;margin-right:0rem;margin-top:0rem;margin-bottom:0rem;-webkit-transform:rotate(0deg);-ms-transform:rotate(0deg);transform:rotate(0deg);-webkit-transition-duration:0ms;transition-duration:0ms;height:1em;width:1em;}/*!sc*/\n.cfYbNI{fill:#062A2F;font-size:1.2rem;line-height:inherit;margin-left:0rem;margin-right:0rem;margin-top:0rem;margin-bottom:0rem;-webkit-transform:rotate(0deg);-ms-transform:rotate(0deg);transform:rotate(0deg);-webkit-transition-duration:0ms;transition-duration:0ms;height:1em;width:1em;}/*!sc*/\n.isfECP{fill:#062A2F;font-size:1rem;line-height:inherit;margin-left:0.5rem;margin-right:0rem;margin-top:0rem;margin-bottom:0rem;-webkit-transform:rotate(0deg);-ms-transform:rotate(0deg);transform:rotate(0deg);-webkit-transition-duration:0ms;transition-duration:0ms;height:1em;width:1em;}/*!sc*/\n.bnqtug{fill:#062A2F;font-size:1.1rem;line-height:inherit;margin-left:0.5rem;margin-right:0rem;margin-top:0rem;margin-bottom:0rem;-webkit-transform:rotate(0deg);-ms-transform:rotate(0deg);transform:rotate(0deg);-webkit-transition-duration:0ms;transition-duration:0ms;height:1em;width:1em;}/*!sc*/\n.ihKiQq{fill:#E8FAFC;font-size:1.1rem;line-height:inherit;margin-left:0.5rem;margin-right:0rem;margin-top:0rem;margin-bottom:0rem;-webkit-transform:rotate(0deg);-ms-transform:rotate(0deg);transform:rotate(0deg);-webkit-transition-duration:0ms;transition-duration:0ms;height:1em;width:1em;}/*!sc*/\n.exLIWI{fill:#062A2F;font-size:1rem;line-height:inherit;margin-left:0rem;margin-right:0rem;margin-top:0rem;margin-bottom:0rem;-webkit-transform:rotate(0deg);-ms-transform:rotate(0deg);transform:rotate(0deg);-webkit-transition-duration:0ms;transition-duration:0ms;height:1em;width:1em;}/*!sc*/\n.Kvwbd{fill:#062A2F;font-size:1.5rem;line-height:inherit;margin-left:0rem;margin-right:0.8rem;margin-top:0rem;margin-bottom:0rem;-webkit-transform:rotate(0deg);-ms-transform:rotate(0deg);transform:rotate(0deg);-webkit-transition-duration:0ms;transition-duration:0ms;height:1em;width:1em;border-radius:50%;}/*!sc*/\ndata-styled.g1[id=\"IconBase-sc-1mqooij-0\"]{content:\"kLAhks,cfYbNI,isfECP,bnqtug,ihKiQq,exLIWI,Kvwbd,\"}/*!sc*/\n.cMQwZu{height:3rem;}/*!sc*/\n.ieHuWI{font-family:'Lota Grotesque';color:#E8FAFC;-webkit-transition:0.2s ease-out color;transition:0.2s ease-out color;-webkit-text-decoration:underline;text-decoration:underline;-webkit-text-decoration-thickness:0.065em;text-decoration-thickness:0.065em;text-underline-offset:0.125em;-webkit-text-decoration-color:transparent;text-decoration-color:transparent;}/*!s"
        }
      },
      "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": 12,
    "signals": [
      {
        "source": "link:href",
        "weight": 3,
        "match": "auth link"
      },
      {
        "source": "visible-text",
        "weight": 3,
        "match": "log in"
      },
      {
        "source": "visible-text",
        "weight": 3,
        "match": "sign up"
      },
      {
        "source": "visible-text",
        "weight": 3,
        "match": "create account"
      }
    ]
  },
  "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": 140757
          },
          {
            "path": "/.well-known/oauth-authorization-server",
            "statusCode": 404,
            "contentType": "text/html",
            "length": 140757
          }
        ]
      },
      "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": 12,
    "signals": [
      {
        "source": "link:href",
        "weight": 3,
        "match": "auth link"
      },
      {
        "source": "visible-text",
        "weight": 3,
        "match": "log in"
      },
      {
        "source": "visible-text",
        "weight": 3,
        "match": "sign up"
      },
      {
        "source": "visible-text",
        "weight": 3,
        "match": "create account"
      }
    ]
  },
  "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><html lang=\"global\"><head><meta charSet=\"utf-8\"/><meta http-equiv=\"x-ua-compatible\" content=\"ie=edge\"/><meta name=\"viewport\" content=\"width=device-width, initial-scale=1, shrink-to-fit=no\"/><meta name=\"generator\" content=\"0\"/><meta data-react-helmet=\"true\" charSet=\"utf-8\"/><meta data-react-helmet=\"true\" property=\"og:type\" content=\"website\"/><meta data-react-helmet=\"true\" name=\"facebook-domain-verification\" content=\"piuipqupicqy7cj1lrmk3uq646pb2i\"/><meta data-react-helmet=\"true\" property=\"og:image\" content=\"https://images.ctfassets.net/c78bhj3obgck/7ddZROl3Xa9yeXmEqqEWAw/1f50d188175132f8847166c9cfdef0f8/Tink-a-Visa-solution-OG.png?h=630\"/><meta data-react-helmet=\"true\" name=\"description\" content=\"404                                                        \"/><meta data-react-h"
      },
      "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://tink.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://tink.com/.well-known/oauth-protected-resource",
            "metadataUrlMatches": true,
            "resourceMatchesRequestContext": true
          },
          {
            "path": "/api/admin/summary",
            "statusCode": 404,
            "wwwAuthenticate": {
              "valid": false,
              "present": false
            },
            "expectedMetadataUrl": "https://tink.com/.well-known/oauth-protected-resource",
            "metadataUrlMatches": true,
            "resourceMatchesRequestContext": true
          },
          {
            "path": "/api/scans",
            "statusCode": 404,
            "wwwAuthenticate": {
              "valid": false,
              "present": false
            },
            "expectedMetadataUrl": "https://tink.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": 12,
    "signals": [
      {
        "source": "link:href",
        "weight": 3,
        "match": "auth link"
      },
      {
        "source": "visible-text",
        "weight": 3,
        "match": "log in"
      },
      {
        "source": "visible-text",
        "weight": 3,
        "match": "sign up"
      },
      {
        "source": "visible-text",
        "weight": 3,
        "match": "create account"
      }
    ]
  },
  "resourceFetchSucceeded": false
}

SEOSEOBrowser audit

Document doesn't have a valid `hreflang`

50 Fail

Check name

Document doesn't have a valid `hreflang`

Score

0/100

Status

fail

Device

desktop

Category

SEO

Fix guidance

hreflang links tell search engines what version of a page they should list in search results for a given language or region. [Learn more about `hreflang`](https://developer.chrome.com/docs/lighthouse/seo/hreflang/).

Evidence
{
  "description": "hreflang links tell search engines what version of a page they should list in search results for a given language or region. [Learn more about `hreflang`](https://developer.chrome.com/docs/lighthouse/seo/hreflang/)."
}

SEOSEOBrowser audit

Image elements do not have `[alt]` attributes

50 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 AccessibilityAccessibilityBrowser audit

`<html>` element does not have a valid value for its `[lang]` attribute.

33 Fail

Check name

`<html>` element does not have a valid value for its `[lang]` attribute.

Score

0/100

Status

fail

Device

desktop

Category

Accessibility

Fix guidance

Specifying a valid [BCP 47 language](https://www.w3.org/International/questions/qa-choosing-language-tags#question) helps screen readers announce text properly. [Learn how to use the `lang` attribute](https://dequeuniversity.com/rules/axe/4.11/html-lang-valid).

Evidence
{
  "description": "Specifying a valid [BCP 47 language](https://www.w3.org/International/questions/qa-choosing-language-tags#question) helps screen readers announce text properly. [Learn how to use the `lang` attribute](https://dequeuniversity.com/rules/axe/4.11/html-lang-valid)."
}

Performance and AccessibilityAccessibilityBrowser audit

Buttons do not have an accessible name

33 Fail

Check name

Buttons do not have an accessible name

Score

0/100

Status

fail

Device

desktop

Category

Accessibility

Fix guidance

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

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

Performance and AccessibilityAccessibilityBrowser audit

Heading elements are not in a sequentially-descending order

33 Fail

Check name

Heading elements are not in a sequentially-descending order

Score

0/100

Status

fail

Device

desktop

Category

Accessibility

Fix guidance

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

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

Performance and AccessibilityPerformanceBrowser audit

Improve image delivery

33 Fail

Check name

Improve image delivery

Score

0/100

Status

fail

Device

desktop

Category

Performance

Estimated savings

Est savings of 888 KiB

Fix guidance

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

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

Performance and AccessibilityPerformanceBrowser audit

Legacy JavaScript

33 Fail

Check name

Legacy JavaScript

Score

0/100

Status

fail

Device

desktop

Category

Performance

Estimated savings

Est savings of 18 KiB

Fix guidance

Polyfills and transforms enable older browsers to use new JavaScript features. However, many aren't necessary for modern browsers. Consider modifying your JavaScript build process to not transpile [Baseline](https://web.dev/articles/baseline-and-polyfills) features, unless you know you must support older browsers. [Learn why most sites can deploy ES6+ code without transpiling](https://developer.chrome.com/docs/performance/insights/legacy-javascript)

Evidence
{
  "displayValue": "Est savings of 18 KiB",
  "description": "Polyfills and transforms enable older browsers to use new JavaScript features. However, many aren't necessary for modern browsers. Consider modifying your JavaScript build process to not transpile [Baseline](https://web.dev/articles/baseline-and-polyfills) features, unless you know you must support older browsers. [Learn why most sites can deploy ES6+ code without transpiling](https://developer.chrome.com/docs/performance/insights/legacy-javascript)"
}

Performance and AccessibilityPerformanceBrowser audit

Loading performance

17 Fail

Check name

Loading performance

Score

48/100

Status

fail

Device

desktop

Category

Performance

Fix guidance

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

Evidence
{
  "checks": [
    {
      "id": "largest-contentful-paint",
      "title": "Largest Contentful Paint",
      "score": 0,
      "displayValue": "10.1 s",
      "numericValue": 10064.976281653882
    },
    {
      "id": "network-rtt",
      "title": "Network Round Trip Times",
      "score": 100,
      "displayValue": "0 ms",
      "numericValue": 2.3039549999999998
    },
    {
      "id": "server-response-time",
      "title": "Initial server response time was short",
      "score": 100,
      "displayValue": "Root document took 550 ms",
      "numericValue": 547
    },
    {
      "id": "interactive",
      "title": "Time to Interactive",
      "score": 4,
      "displayValue": "10.1 s",
      "numericValue": 10131.276804114528
    },
    {
      "id": "total-blocking-time",
      "title": "Total Blocking Time",
      "score": 40,
      "displayValue": "410 ms",
      "numericValue": 409.5
    },
    {
      "id": "first-contentful-paint",
      "title": "First Contentful Paint",
      "score": 92,
      "displayValue": "0.9 s",
      "numericValue": 865.0016326895163
    },
    {
      "id": "max-potential-fid",
      "title": "Max Potential First Input Delay",
      "score": 50,
      "displayValue": "250 ms",
      "numericValue": 249
    },
    {
      "id": "speed-index",
      "title": "Speed Index",
      "score": 0,
      "displayValue": "8.9 s",
      "numericValue": 8886.718445765706
    }
  ]
}

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
41/100Level 2, Agent-LimitedCurrent report
Report ID f8fff491-30c6-4886-aaf0-186a3e93503b. Scanned Jun 8, 2026, 11:48 PM.
tink.com AI SEO Report: 41/100 (Level 2, Agent-Limited)