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

OVERALL SCORE

Level 2, Agent-Limited

Priority improvements needed for AI agents
AIDiscoverability35%Agent Easeof Use6%Security& Trust20%GEO, AIO, AEO79%SEO92%Performance& Accessibility52%
  • AI Discoverability 35 out of 100
  • Agent Ease of Use 6 out of 100
  • Security & Trust 20 out of 100
  • GEO, AIO and AEO 79 out of 100
  • SEO 92 out of 100
  • Performance and Accessibility 52 out of 100

CAPTURED SCREENSHOT

Captured website desktop screenshot

What AI sees of your website

Payment services to power your performance | Checkout.com favicon

Payment services to power your performance | Checkout.com

Boost your acceptance rate, cut processing costs, fight fraud, and create extraordinary customer experiences with Checkout.com's payment solutions.

Next step

Turn this report into a fix workflow

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

Detailed report scores grouped by capability area
MetricScoreStatusPassedFailedWarningEvidence
AI Discoverability
35
Priority fix8151View details
Discoverability
43
Priority fix360View details
Content Readiness
54
Needs work551View details
Bot Access Control
0
Priority fix040View details
Agent Ease of Use
6
Priority fix4293View details
API
0
Priority fix060View details
Auth
Not Applicable
Not Applicable070View details
MCP
13
Priority fix062View details
Skill Discovery
5
Priority fix0101View details
Agent Commerce
Not Applicable
Not Applicable400
GEO, AIO and AEO
79
Mostly ready7211View details
GEO Readiness
87
Mostly ready204
AIO Readiness
78
Mostly ready313View details
AEO Readiness
72
Needs work214View details
SEO
92
Strong1010View details
SEO
92
Strong1010View details
Security & Trust
20
Priority fix540View details
Security & Trust
20
Priority fix140View details
AI Training Exposure
Not Applicable
Not Applicable400
Performance and Accessibility
52
Needs work1780View details
Performance
36
Priority fix1250View details
Accessibility
82
Mostly ready530View 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; charset=utf-8"
      },
      "issue": "The API catalog endpoint did not return HTTP 2xx.",
      "howToFix": "Publish /.well-known/api-catalog."
    },
    {
      "id": "validate",
      "title": "Validate RFC 9727 linkset",
      "status": "fail",
      "evidence": {
        "valid": false,
        "compatibleContentType": false,
        "issue": "Response is not valid JSON.",
        "rawExcerpt": "<!DOCTYPE html><!-- Last Published: Mon Jun 08 2026 12:35:48 GMT+0000 (Coordinated Universal Time) --><html data-wf-domain=\"www.checkout.com\" data-wf-page=\"65270f1cc6df9b25d8538f43\" data-wf-site=\"64db80a5e88c6b1723ff760b\" data-wf-intellimize-customer-id=\"117540619\" lang=\"en\"><head><meta charset=\"utf-8\"/><link href=\"https://cdn.prod.website-files.com\" rel=\"preconnect\" crossorigin=\"anonymous\"/><title>Not Found</title><meta content=\"Not Found\" property=\"og:title\"/><meta content=\"Not Found\" name=\"twitter:title\"/><meta content=\"width=device-width, initial-scale=1\" name=\"viewport\"/><link href=\"https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/css/checkout-x-flow-ninja-rebrand.shared.dc2709800.min.css\" rel=\"stylesheet\" type=\"text/css\" integrity=\"sha384-3CcJgADAkZXVkmLHwb+uQccT6CzAbOzy6e"
      },
      "issue": "Response is not valid JSON.",
      "howToFix": "Use application/linkset+json with service-desc, service-doc, and status relations that each include href."
    },
    {
      "id": "target-validation",
      "title": "Fetch advertised API catalog targets",
      "status": "fail",
      "evidence": {
        "checked": [],
        "failures": [
          {
            "reason": "No same-origin API catalog hrefs were available to fetch."
          }
        ]
      },
      "issue": "API Catalog did not expose any same-origin hrefs to validate.",
      "howToFix": "Make each same-origin API catalog href reachable and serve the advertised media type."
    }
  ]
}

Agent Ease of UseAPIEstablished

OpenAPI discovery

OpenAPI discovery failed at "Find valid OpenAPI document".

50 Fail

Needs attention

OpenAPI discovery

Failed check
01

Issue

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

02

Why it matters

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

Check name

OpenAPI discovery

Score

0/100

Status

fail

Category

API

Maturity

Established

Goal

Publish a valid OpenAPI or Swagger document for API discovery.

Result

OpenAPI discovery failed at "Find valid OpenAPI document".

Validation steps

  1. Find valid OpenAPI document

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

Evidence
{
  "failedStep": "fetch",
  "steps": [
    {
      "id": "fetch",
      "title": "Find valid OpenAPI document",
      "status": "fail",
      "evidence": {
        "checked": [
          {
            "path": "/openapi.json",
            "statusCode": 404,
            "contentType": "text/html; charset=utf-8",
            "valid": false,
            "issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html; charset=utf-8\" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
            "compatibleContentType": false,
            "format": "yaml",
            "version": "",
            "pathCount": 0,
            "operationCount": 0,
            "rawExcerpt": "<!DOCTYPE html><!-- Last Published: Mon Jun 08 2026 12:35:48 GMT+0000 (Coordinated Universal Time) --><html data-wf-domain=\"www.checkout.com\" data-wf-page=\"65270f1cc6df9b25d8538f43\" data-wf-site=\"64db80a5e88c6b1723ff760b\" data-wf-intellimize-customer-id=\"117540619\" lang=\"en\"><head><meta charset=\"utf-8\"/><link href=\"https://cdn.prod.website-files.com\" rel=\"preconnect\" crossorigin=\"anonymous\"/><title>Not Found</title><meta content=\"Not Found\" property=\"og:title\"/><meta content=\"Not Found\" name=\"twitter:title\"/><meta content=\"width=device-width, initial-scale=1\" name=\"viewport\"/><link href=\"https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/css/checkout-x-flow-ninja-rebrand.shared.dc2709800.min.css\" rel=\"stylesheet\" type=\"text/css\" integrity=\"sha384-3CcJgADAkZXVkmLHwb+uQccT6CzAbOzy6e"
          },
          {
            "path": "/openapi.yaml",
            "statusCode": 404,
            "contentType": "text/html; charset=utf-8",
            "valid": false,
            "issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html; charset=utf-8\" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
            "compatibleContentType": false,
            "format": "yaml",
            "version": "",
            "pathCount": 0,
            "operationCount": 0,
            "rawExcerpt": "<!DOCTYPE html><!-- Last Published: Mon Jun 08 2026 12:35:48 GMT+0000 (Coordinated Universal Time) --><html data-wf-domain=\"www.checkout.com\" data-wf-page=\"65270f1cc6df9b25d8538f43\" data-wf-site=\"64db80a5e88c6b1723ff760b\" data-wf-intellimize-customer-id=\"117540619\" lang=\"en\"><head><meta charset=\"utf-8\"/><link href=\"https://cdn.prod.website-files.com\" rel=\"preconnect\" crossorigin=\"anonymous\"/><title>Not Found</title><meta content=\"Not Found\" property=\"og:title\"/><meta content=\"Not Found\" name=\"twitter:title\"/><meta content=\"width=device-width, initial-scale=1\" name=\"viewport\"/><link href=\"https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/css/checkout-x-flow-ninja-rebrand.shared.dc2709800.min.css\" rel=\"stylesheet\" type=\"text/css\" integrity=\"sha384-3CcJgADAkZXVkmLHwb+uQccT6CzAbOzy6e"
          },
          {
            "path": "/swagger.json",
            "statusCode": 404,
            "contentType": "text/html; charset=utf-8",
            "valid": false,
            "issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html; charset=utf-8\" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
            "compatibleContentType": false,
            "format": "yaml",
            "version": "",
            "pathCount": 0,
            "operationCount": 0,
            "rawExcerpt": "<!DOCTYPE html><!-- Last Published: Mon Jun 08 2026 12:35:48 GMT+0000 (Coordinated Universal Time) --><html data-wf-domain=\"www.checkout.com\" data-wf-page=\"65270f1cc6df9b25d8538f43\" data-wf-site=\"64db80a5e88c6b1723ff760b\" data-wf-intellimize-customer-id=\"117540619\" lang=\"en\"><head><meta charset=\"utf-8\"/><link href=\"https://cdn.prod.website-files.com\" rel=\"preconnect\" crossorigin=\"anonymous\"/><title>Not Found</title><meta content=\"Not Found\" property=\"og:title\"/><meta content=\"Not Found\" name=\"twitter:title\"/><meta content=\"width=device-width, initial-scale=1\" name=\"viewport\"/><link href=\"https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/css/checkout-x-flow-ninja-rebrand.shared.dc2709800.min.css\" rel=\"stylesheet\" type=\"text/css\" integrity=\"sha384-3CcJgADAkZXVkmLHwb+uQccT6CzAbOzy6e"
          },
          {
            "path": "/swagger.yaml",
            "statusCode": 404,
            "contentType": "text/html; charset=utf-8",
            "valid": false,
            "issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html; charset=utf-8\" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
            "compatibleContentType": false,
            "format": "yaml",
            "version": "",
            "pathCount": 0,
            "operationCount": 0,
            "rawExcerpt": "<!DOCTYPE html><!-- Last Published: Mon Jun 08 2026 12:35:48 GMT+0000 (Coordinated Universal Time) --><html data-wf-domain=\"www.checkout.com\" data-wf-page=\"65270f1cc6df9b25d8538f43\" data-wf-site=\"64db80a5e88c6b1723ff760b\" data-wf-intellimize-customer-id=\"117540619\" lang=\"en\"><head><meta charset=\"utf-8\"/><link href=\"https://cdn.prod.website-files.com\" rel=\"preconnect\" crossorigin=\"anonymous\"/><title>Not Found</title><meta content=\"Not Found\" property=\"og:title\"/><meta content=\"Not Found\" name=\"twitter:title\"/><meta content=\"width=device-width, initial-scale=1\" name=\"viewport\"/><link href=\"https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/css/checkout-x-flow-ninja-rebrand.shared.dc2709800.min.css\" rel=\"stylesheet\" type=\"text/css\" integrity=\"sha384-3CcJgADAkZXVkmLHwb+uQccT6CzAbOzy6e"
          },
          {
            "path": "/api/openapi.json",
            "statusCode": 404,
            "contentType": "text/html; charset=utf-8",
            "valid": false,
            "issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html; charset=utf-8\" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
            "compatibleContentType": false,
            "format": "yaml",
            "version": "",
            "pathCount": 0,
            "operationCount": 0,
            "rawExcerpt": "<!DOCTYPE html><!-- Last Published: Mon Jun 08 2026 12:35:48 GMT+0000 (Coordinated Universal Time) --><html data-wf-domain=\"www.checkout.com\" data-wf-page=\"65270f1cc6df9b25d8538f43\" data-wf-site=\"64db80a5e88c6b1723ff760b\" data-wf-intellimize-customer-id=\"117540619\" lang=\"en\"><head><meta charset=\"utf-8\"/><link href=\"https://cdn.prod.website-files.com\" rel=\"preconnect\" crossorigin=\"anonymous\"/><title>Not Found</title><meta content=\"Not Found\" property=\"og:title\"/><meta content=\"Not Found\" name=\"twitter:title\"/><meta content=\"width=device-width, initial-scale=1\" name=\"viewport\"/><link href=\"https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/css/checkout-x-flow-ninja-rebrand.shared.dc2709800.min.css\" rel=\"stylesheet\" type=\"text/css\" integrity=\"sha384-3CcJgADAkZXVkmLHwb+uQccT6CzAbOzy6e"
          },
          {
            "path": "/api/swagger.json",
            "statusCode": 404,
            "contentType": "text/html; charset=utf-8",
            "valid": false,
            "issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html; charset=utf-8\" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
            "compatibleContentType": false,
            "format": "yaml",
            "version": "",
            "pathCount": 0,
            "operationCount": 0,
            "rawExcerpt": "<!DOCTYPE html><!-- Last Published: Mon Jun 08 2026 12:35:48 GMT+0000 (Coordinated Universal Time) --><html data-wf-domain=\"www.checkout.com\" data-wf-page=\"65270f1cc6df9b25d8538f43\" data-wf-site=\"64db80a5e88c6b1723ff760b\" data-wf-intellimize-customer-id=\"117540619\" lang=\"en\"><head><meta charset=\"utf-8\"/><link href=\"https://cdn.prod.website-files.com\" rel=\"preconnect\" crossorigin=\"anonymous\"/><title>Not Found</title><meta content=\"Not Found\" property=\"og:title\"/><meta content=\"Not Found\" name=\"twitter:title\"/><meta content=\"width=device-width, initial-scale=1\" name=\"viewport\"/><link href=\"https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/css/checkout-x-flow-ninja-rebrand.shared.dc2709800.min.css\" rel=\"stylesheet\" type=\"text/css\" integrity=\"sha384-3CcJgADAkZXVkmLHwb+uQccT6CzAbOzy6e"
          },
          {
            "path": "/docs/openapi.json",
            "statusCode": 404,
            "contentType": "text/html; charset=utf-8",
            "valid": false,
            "issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html; charset=utf-8\" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
            "compatibleContentType": false,
            "format": "yaml",
            "version": "",
            "pathCount": 0,
            "operationCount": 0,
            "rawExcerpt": "<!DOCTYPE html><html lang=\"en\"><head><meta charSet=\"utf-8\"/><meta name=\"viewport\" content=\"width=device-width\"/><title>Page not found - Docs</title><meta name=\"description\" content=\"Checkout.com documentation\"/><meta name=\"next-head-count\" content=\"4\"/><meta charSet=\"utf-8\"/><link rel=\"icon\" type=\"image/png\" href=\"/docs/favicons/favicon-32x32.png\"/><link rel=\"apple-touch-icon\" sizes=\"180x180\" href=\"/docs/favicons/apple-touch-icon-180x180.png\"/><link rel=\"icon\" type=\"image/png\" sizes=\"32x32\" href=\"/docs/favicons/favicon-32x32.png\"/><link rel=\"icon\" type=\"image/png\" sizes=\"16x16\" href=\"/docs/favicons/favicon-16x16.png\"/><link rel=\"mask-icon\" href=\"/docs/favicons/favicon.32.safari.svg\" color=\"#00122C\"/><meta name=\"msapplication-TileColor\" content=\"#00122C\"/><meta name=\"msapplication-config\" c"
          }
        ]
      },
      "issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html; charset=utf-8\" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
      "howToFix": "Publish a valid OpenAPI 3.x or Swagger 2.0 JSON/YAML document with info, paths, operations, and responses."
    }
  ]
}

AI DiscoverabilityBot Access ControlEstablished

AI bot rules in robots.txt

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

33 Fail

Needs attention

AI bot rules in robots.txt

Failed check
01

Issue

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

02

Why it matters

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

Check name

AI bot rules in robots.txt

Score

0/100

Status

fail

Category

Bot Access Control

Maturity

Established

Goal

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

Result

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

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

AI DiscoverabilityBot Access ControlInformational

Content Signal

Content Signal is missing or incomplete.

33 Fail

Needs attention

Content Signal

Failed check
01

Issue

No Content Signal found in robots.txt

02

Why it matters

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

Check name

Content Signal

Score

0/100

Status

fail

Category

Bot Access Control

Maturity

Informational

Goal

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

Result

Content Signal is missing or incomplete.

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

AI DiscoverabilityContent ReadinessEstablished

Markdown negotiation

Markdown negotiation failed at "Markdown content type".

33 Fail

Needs attention

Markdown negotiation

Failed check
01

Issue

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

02

Why it matters

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

Check name

Markdown negotiation

Score

0/100

Status

fail

Category

Content Readiness

Maturity

Established

Goal

Return HTML responses as markdown when agents request it.

Result

Markdown negotiation failed at "Markdown content type".

Validation steps

  1. Markdown content type

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

  2. Vary: Accept header

    Markdown negotiation is missing Vary: Accept; current Vary header is "accept-encoding".

  3. Structured Markdown body

    Markdown response is missing a heading.

Evidence
{
  "failedStep": "content-type",
  "steps": [
    {
      "id": "content-type",
      "title": "Markdown content type",
      "status": "fail",
      "evidence": {
        "statusCode": 200,
        "contentType": "text/html; charset=utf-8"
      },
      "issue": "Content-Type \"text/html; charset=utf-8\" does not indicate Markdown when requested with Accept: text/markdown.",
      "howToFix": "Return Content-Type: text/markdown; charset=utf-8 for requests with Accept: text/markdown."
    },
    {
      "id": "vary-accept",
      "title": "Vary: Accept header",
      "status": "fail",
      "evidence": {
        "vary": "accept-encoding"
      },
      "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": 34248,
        "excerpt": "<!DOCTYPE html><!-- Last Published: Mon Jun 08 2026 12:35:48 GMT+0000 (Coordinated Universal Time) --><html data-wf-domain=\"www.checkout.com\" data-wf-page=\"65270f1cc6df9b25d8538ede\" data-wf-site=\"64db80a5e88c6b1723ff760b\" data-wf-intellimiz",
        "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.

33 Fail

Needs attention

Semantic HTML

Failed check
01

Issue

Semantic HTML is incomplete: invalid h1 (found 1); 79 links missing accessible names; 4 buttons missing accessible names; 0/1 applicable form inputs have autocomplete attributes (1 missing).

Details

02

Why it matters

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

Check name

Semantic HTML

Score

0/100

Status

fail

Category

Content Readiness

Maturity

Established

Goal

Expose readable page structure through semantic HTML and accessible controls.

Result

Semantic HTML is missing or incomplete.

Evidence
{
  "main": true,
  "nav": true,
  "footer": true,
  "meaningfulH1": false,
  "headingOrder": true,
  "accessibleLinks": false,
  "accessibleButtons": false,
  "imageAltCoverage": true,
  "formAutocompleteCoverage": false,
  "details": {
    "inaccessibleLinks": [
      "<a data-wf-native-id-path=\"e4528735-b144-78e9-811c-2ca2591f1641:4f7cfcb8-c708-0f5e-4ea1-89469281e104\" data-wf-ao-click-engagement-tracking=\"true\" data-wf-element-id=\"4f7cfcb8-c708-0f5e-4ea1-89469281e104\" data-wf-component-context=\"%5B%7B%22componentId%22%3A%224f7cfcb8-c708-0f5e-4ea1-89469281e101%22%2C%22instanceId%22%3A%22e4528735-b144-78e9-811c-2ca2591f1641%22%7D%5D\" href=\"/\" aria-current=\"page\" class=\"rb-25-brand w-nav-brand w--current\"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"100%\" view",
      "<a data-wf-native-id-path=\"6847c3bc-6971-64c9-4a0c-4d7e7f06e689:a8fdf5c5-815d-e624-2ec0-ab105c410a32\" data-wf-ao-click-engagement-tracking=\"true\" data-wf-element-id=\"a8fdf5c5-815d-e624-2ec0-ab105c410a32\" data-wf-component-context=\"%5B%7B%22componentId%22%3A%22a8fdf5c5-815d-e624-2ec0-ab105c410a2a%22%2C%22instanceId%22%3A%226847c3bc-6971-64c9-4a0c-4d7e7f06e689%22%7D%5D\" href=\"https://www.checkout.com/newsroom/checkout-com-announces-strategic-partnership-with-spotify-to-power-efficient-scalable-pay",
      "<a data-wf-native-id-path=\"9c9cded7-59e3-57f4-f6cb-739c7d0ddf07:a8fdf5c5-815d-e624-2ec0-ab105c410a32\" data-wf-ao-click-engagement-tracking=\"true\" data-wf-element-id=\"a8fdf5c5-815d-e624-2ec0-ab105c410a32\" data-wf-component-context=\"%5B%7B%22componentId%22%3A%22a8fdf5c5-815d-e624-2ec0-ab105c410a2a%22%2C%22instanceId%22%3A%229c9cded7-59e3-57f4-f6cb-739c7d0ddf07%22%7D%5D\" href=\"https://www.checkout.com/newsroom/ebay-announces-global-payment-acquiring-partnership-with-checkout-com\" class=\"wheel-slide",
      "<a data-wf-native-id-path=\"3bedbf6d-4a32-9c4a-6cbf-47b398f18c78:a8fdf5c5-815d-e624-2ec0-ab105c410a32\" data-wf-ao-click-engagement-tracking=\"true\" data-wf-element-id=\"a8fdf5c5-815d-e624-2ec0-ab105c410a32\" data-wf-component-context=\"%5B%7B%22componentId%22%3A%22a8fdf5c5-815d-e624-2ec0-ab105c410a2a%22%2C%22instanceId%22%3A%223bedbf6d-4a32-9c4a-6cbf-47b398f18c78%22%7D%5D\" href=\"https://www.checkout.com/newsroom/trip-com-teams-up-with-checkout-com-to-simplify-payments-for-global-travelers\" class=\"whe",
      "<a data-wf-native-id-path=\"9c9cded7-59e3-57f4-f6cb-739c7d0ddf13:a8fdf5c5-815d-e624-2ec0-ab105c410a32\" data-wf-ao-click-engagement-tracking=\"true\" data-wf-element-id=\"a8fdf5c5-815d-e624-2ec0-ab105c410a32\" data-wf-component-context=\"%5B%7B%22componentId%22%3A%22a8fdf5c5-815d-e624-2ec0-ab105c410a2a%22%2C%22instanceId%22%3A%229c9cded7-59e3-57f4-f6cb-739c7d0ddf13%22%7D%5D\" href=\"https://www.checkout.com/newsroom/checkout-com-partners-with-hellofresh-to-power-global-digital-payments\" class=\"wheel-slid",
      "<a data-wf-native-id-path=\"9a376b34-18f1-cb42-733c-ea4774c051cc:a8fdf5c5-815d-e624-2ec0-ab105c410a32\" data-wf-ao-click-engagement-tracking=\"true\" data-wf-element-id=\"a8fdf5c5-815d-e624-2ec0-ab105c410a32\" data-wf-component-context=\"%5B%7B%22componentId%22%3A%22a8fdf5c5-815d-e624-2ec0-ab105c410a2a%22%2C%22instanceId%22%3A%229a376b34-18f1-cb42-733c-ea4774c051cc%22%7D%5D\" href=\"https://www.checkout.com/newsroom/checkout-com-powers-digital-payments-behind-freenow-by-lyfts-journeys-across-europe\" clas",
      "<a data-wf-native-id-path=\"9c9cded7-59e3-57f4-f6cb-739c7d0ddf0d:a8fdf5c5-815d-e624-2ec0-ab105c410a32\" data-wf-ao-click-engagement-tracking=\"true\" data-wf-element-id=\"a8fdf5c5-815d-e624-2ec0-ab105c410a32\" data-wf-component-context=\"%5B%7B%22componentId%22%3A%22a8fdf5c5-815d-e624-2ec0-ab105c410a2a%22%2C%22instanceId%22%3A%229c9cded7-59e3-57f4-f6cb-739c7d0ddf0d%22%7D%5D\" href=\"https://www.checkout.com/newsroom/temu-expands-partnership-with-checkout-com-to-enhance-digital-payments-experience-for-onl",
      "<a data-wf-native-id-path=\"9c9cded7-59e3-57f4-f6cb-739c7d0ddf09:a8fdf5c5-815d-e624-2ec0-ab105c410a32\" data-wf-ao-click-engagement-tracking=\"true\" data-wf-element-id=\"a8fdf5c5-815d-e624-2ec0-ab105c410a32\" data-wf-component-context=\"%5B%7B%22componentId%22%3A%22a8fdf5c5-815d-e624-2ec0-ab105c410a2a%22%2C%22instanceId%22%3A%229c9cded7-59e3-57f4-f6cb-739c7d0ddf09%22%7D%5D\" href=\"https://www.checkout.com/newsroom/getyourguide-partners-with-checkout-com-to-deliver-seamless-payment-experiences-to-modern",
      "<a data-wf-native-id-path=\"9c9cded7-59e3-57f4-f6cb-739c7d0ddf0b:a8fdf5c5-815d-e624-2ec0-ab105c410a32\" data-wf-ao-click-engagement-tracking=\"true\" data-wf-element-id=\"a8fdf5c5-815d-e624-2ec0-ab105c410a32\" data-wf-component-context=\"%5B%7B%22componentId%22%3A%22a8fdf5c5-815d-e624-2ec0-ab105c410a2a%22%2C%22instanceId%22%3A%229c9cded7-59e3-57f4-f6cb-739c7d0ddf0b%22%7D%5D\" href=\"https://www.checkout.com/newsroom/checkout-com-supports-heyteas-global-expansion-with-enhanced-digital-payments-experience\"",
      "<a data-wf-native-id-path=\"9c9cded7-59e3-57f4-f6cb-739c7d0ddf0f:a8fdf5c5-815d-e624-2ec0-ab105c410a32\" data-wf-ao-click-engagement-tracking=\"true\" data-wf-element-id=\"a8fdf5c5-815d-e624-2ec0-ab105c410a32\" data-wf-component-context=\"%5B%7B%22componentId%22%3A%22a8fdf5c5-815d-e624-2ec0-ab105c410a2a%22%2C%22instanceId%22%3A%229c9cded7-59e3-57f4-f6cb-739c7d0ddf0f%22%7D%5D\" href=\"https://www.checkout.com/newsroom/from-cart-to-closet-asos-finds-the-perfect-fit-with-checkout-com\" class=\"wheel-slide-cta-",
      "<a data-wf-native-id-path=\"9c9cded7-59e3-57f4-f6cb-739c7d0ddf18:a8fdf5c5-815d-e624-2ec0-ab105c410a32\" data-wf-ao-click-engagement-tracking=\"true\" data-wf-element-id=\"a8fdf5c5-815d-e624-2ec0-ab105c410a32\" data-wf-component-context=\"%5B%7B%22componentId%22%3A%22a8fdf5c5-815d-e624-2ec0-ab105c410a2a%22%2C%22instanceId%22%3A%229c9cded7-59e3-57f4-f6cb-739c7d0ddf18%22%7D%5D\" href=\"https://www.checkout.com/newsroom/pingo-doce-launches-online-store-with-checkout-to-unlock-digital-growth\" class=\"wheel-sli",
      "<a data-wf-native-id-path=\"9c9cded7-59e3-57f4-f6cb-739c7d0ddf1a:a8fdf5c5-815d-e624-2ec0-ab105c410a32\" data-wf-ao-click-engagement-tracking=\"true\" data-wf-element-id=\"a8fdf5c5-815d-e624-2ec0-ab105c410a32\" data-wf-component-context=\"%5B%7B%22componentId%22%3A%22a8fdf5c5-815d-e624-2ec0-ab105c410a2a%22%2C%22instanceId%22%3A%229c9cded7-59e3-57f4-f6cb-739c7d0ddf1a%22%7D%5D\" href=\"https://www.checkout.com/case-studies/vinted-uplift-acceptance-rate-europe\" class=\"wheel-slide-cta-link w-inline-block\"></a",
      "<a data-wf-native-id-path=\"9c9cded7-59e3-57f4-f6cb-739c7d0ddf15:a8fdf5c5-815d-e624-2ec0-ab105c410a32\" data-wf-ao-click-engagement-tracking=\"true\" data-wf-element-id=\"a8fdf5c5-815d-e624-2ec0-ab105c410a32\" data-wf-component-context=\"%5B%7B%22componentId%22%3A%22a8fdf5c5-815d-e624-2ec0-ab105c410a2a%22%2C%22instanceId%22%3A%229c9cded7-59e3-57f4-f6cb-739c7d0ddf15%22%7D%5D\" href=\"https://www.checkout.com/newsroom/uber-selects-checkout-com-to-deliver-fast-reliable-global-payments-across-its-enterprise-",
      "<a data-wf-native-id-path=\"9c9cded7-59e3-57f4-f6cb-739c7d0ddf11:a8fdf5c5-815d-e624-2ec0-ab105c410a32\" data-wf-ao-click-engagement-tracking=\"true\" data-wf-element-id=\"a8fdf5c5-815d-e624-2ec0-ab105c410a32\" data-wf-component-context=\"%5B%7B%22componentId%22%3A%22a8fdf5c5-815d-e624-2ec0-ab105c410a2a%22%2C%22instanceId%22%3A%229c9cded7-59e3-57f4-f6cb-739c7d0ddf11%22%7D%5D\" href=\"https://www.checkout.com/newsroom/pinterest-selects-checkout-com-to-strengthen-global-payment-performance-for-its-clients\" ",
      "<a data-wf-native-id-path=\"8331c859-24ac-9cbc-3ed6-330a7eded2ac:a8fdf5c5-815d-e624-2ec0-ab105c410a32\" data-wf-ao-click-engagement-tracking=\"true\" data-wf-element-id=\"a8fdf5c5-815d-e624-2ec0-ab105c410a32\" data-wf-component-context=\"%5B%7B%22componentId%22%3A%22a8fdf5c5-815d-e624-2ec0-ab105c410a2a%22%2C%22instanceId%22%3A%228331c859-24ac-9cbc-3ed6-330a7eded2ac%22%7D%5D\" href=\"https://www.checkout.com/newsroom/checkout-com-announces-strategic-partnership-with-spotify-to-power-efficient-scalable-pay",
      "<a data-wf-native-id-path=\"9c9cded7-59e3-57f4-f6cb-739c7d0ddf1c:a8fdf5c5-815d-e624-2ec0-ab105c410a32\" data-wf-ao-click-engagement-tracking=\"true\" data-wf-element-id=\"a8fdf5c5-815d-e624-2ec0-ab105c410a32\" data-wf-component-context=\"%5B%7B%22componentId%22%3A%22a8fdf5c5-815d-e624-2ec0-ab105c410a2a%22%2C%22instanceId%22%3A%229c9cded7-59e3-57f4-f6cb-739c7d0ddf1c%22%7D%5D\" href=\"https://www.checkout.com/newsroom/ebay-announces-global-payment-acquiring-partnership-with-checkout-com\" class=\"wheel-slide",
      "<a data-wf-native-id-path=\"63f3d394-83b2-8fdc-715c-a73ca79b537a:a8fdf5c5-815d-e624-2ec0-ab105c410a32\" data-wf-ao-click-engagement-tracking=\"true\" data-wf-element-id=\"a8fdf5c5-815d-e624-2ec0-ab105c410a32\" data-wf-component-context=\"%5B%7B%22componentId%22%3A%22a8fdf5c5-815d-e624-2ec0-ab105c410a2a%22%2C%22instanceId%22%3A%2263f3d394-83b2-8fdc-715c-a73ca79b537a%22%7D%5D\" href=\"https://www.checkout.com/newsroom/trip-com-teams-up-with-checkout-com-to-simplify-payments-for-global-travelers\" class=\"whe",
      "<a data-wf-native-id-path=\"9c9cded7-59e3-57f4-f6cb-739c7d0ddf28:a8fdf5c5-815d-e624-2ec0-ab105c410a32\" data-wf-ao-click-engagement-tracking=\"true\" data-wf-element-id=\"a8fdf5c5-815d-e624-2ec0-ab105c410a32\" data-wf-component-context=\"%5B%7B%22componentId%22%3A%22a8fdf5c5-815d-e624-2ec0-ab105c410a2a%22%2C%22instanceId%22%3A%229c9cded7-59e3-57f4-f6cb-739c7d0ddf28%22%7D%5D\" href=\"https://www.checkout.com/newsroom/checkout-com-partners-with-hellofresh-to-power-global-digital-payments\" class=\"wheel-slid",
      "<a data-wf-native-id-path=\"72cc8cb0-30a8-5db6-a953-a218ea083a1c:a8fdf5c5-815d-e624-2ec0-ab105c410a32\" data-wf-ao-click-engagement-tracking=\"true\" data-wf-element-id=\"a8fdf5c5-815d-e624-2ec0-ab105c410a32\" data-wf-component-context=\"%5B%7B%22componentId%22%3A%22a8fdf5c5-815d-e624-2ec0-ab105c410a2a%22%2C%22instanceId%22%3A%2272cc8cb0-30a8-5db6-a953-a218ea083a1c%22%7D%5D\" href=\"https://www.checkout.com/newsroom/checkout-com-powers-digital-payments-behind-freenow-by-lyfts-journeys-across-europe\" clas",
      "<a data-wf-native-id-path=\"9c9cded7-59e3-57f4-f6cb-739c7d0ddf22:a8fdf5c5-815d-e624-2ec0-ab105c410a32\" data-wf-ao-click-engagement-tracking=\"true\" data-wf-element-id=\"a8fdf5c5-815d-e624-2ec0-ab105c410a32\" data-wf-component-context=\"%5B%7B%22componentId%22%3A%22a8fdf5c5-815d-e624-2ec0-ab105c410a2a%22%2C%22instanceId%22%3A%229c9cded7-59e3-57f4-f6cb-739c7d0ddf22%22%7D%5D\" href=\"https://www.checkout.com/newsroom/temu-expands-partnership-with-checkout-com-to-enhance-digital-payments-experience-for-onl",
      "<a data-wf-native-id-path=\"9c9cded7-59e3-57f4-f6cb-739c7d0ddf1e:a8fdf5c5-815d-e624-2ec0-ab105c410a32\" data-wf-ao-click-engagement-tracking=\"true\" data-wf-element-id=\"a8fdf5c5-815d-e624-2ec0-ab105c410a32\" data-wf-component-context=\"%5B%7B%22componentId%22%3A%22a8fdf5c5-815d-e624-2ec0-ab105c410a2a%22%2C%22instanceId%22%3A%229c9cded7-59e3-57f4-f6cb-739c7d0ddf1e%22%7D%5D\" href=\"https://www.checkout.com/newsroom/getyourguide-partners-with-checkout-com-to-deliver-seamless-payment-experiences-to-modern",
      "<a data-wf-native-id-path=\"9c9cded7-59e3-57f4-f6cb-739c7d0ddf20:a8fdf5c5-815d-e624-2ec0-ab105c410a32\" data-wf-ao-click-engagement-tracking=\"true\" data-wf-element-id=\"a8fdf5c5-815d-e624-2ec0-ab105c410a32\" data-wf-component-context=\"%5B%7B%22componentId%22%3A%22a8fdf5c5-815d-e624-2ec0-ab105c410a2a%22%2C%22instanceId%22%3A%229c9cded7-59e3-57f4-f6cb-739c7d0ddf20%22%7D%5D\" href=\"https://www.checkout.com/newsroom/checkout-com-supports-heyteas-global-expansion-with-enhanced-digital-payments-experience\"",
      "<a data-wf-native-id-path=\"9c9cded7-59e3-57f4-f6cb-739c7d0ddf24:a8fdf5c5-815d-e624-2ec0-ab105c410a32\" data-wf-ao-click-engagement-tracking=\"true\" data-wf-element-id=\"a8fdf5c5-815d-e624-2ec0-ab105c410a32\" data-wf-component-context=\"%5B%7B%22componentId%22%3A%22a8fdf5c5-815d-e624-2ec0-ab105c410a2a%22%2C%22instanceId%22%3A%229c9cded7-59e3-57f4-f6cb-739c7d0ddf24%22%7D%5D\" href=\"https://www.checkout.com/newsroom/from-cart-to-closet-asos-finds-the-perfect-fit-with-checkout-com\" class=\"wheel-slide-cta-",
      "<a data-wf-native-id-path=\"9c9cded7-59e3-57f4-f6cb-739c7d0ddf2d:a8fdf5c5-815d-e624-2ec0-ab105c410a32\" data-wf-ao-click-engagement-tracking=\"true\" data-wf-element-id=\"a8fdf5c5-815d-e624-2ec0-ab105c410a32\" data-wf-component-context=\"%5B%7B%22componentId%22%3A%22a8fdf5c5-815d-e624-2ec0-ab105c410a2a%22%2C%22instanceId%22%3A%229c9cded7-59e3-57f4-f6cb-739c7d0ddf2d%22%7D%5D\" href=\"https://www.checkout.com/newsroom/pingo-doce-launches-online-store-with-checkout-to-unlock-digital-growth\" class=\"wheel-sli",
      "<a data-wf-native-id-path=\"fbb55624-e922-1947-c641-574a16fe9a5f:a8fdf5c5-815d-e624-2ec0-ab105c410a32\" data-wf-ao-click-engagement-tracking=\"true\" data-wf-element-id=\"a8fdf5c5-815d-e624-2ec0-ab105c410a32\" data-wf-component-context=\"%5B%7B%22componentId%22%3A%22a8fdf5c5-815d-e624-2ec0-ab105c410a2a%22%2C%22instanceId%22%3A%22fbb55624-e922-1947-c641-574a16fe9a5f%22%7D%5D\" href=\"https://www.checkout.com/case-studies/vinted-uplift-acceptance-rate-europe\" class=\"wheel-slide-cta-link w-inline-block\"></a",
      "<a data-wf-native-id-path=\"9c9cded7-59e3-57f4-f6cb-739c7d0ddf2a:a8fdf5c5-815d-e624-2ec0-ab105c410a32\" data-wf-ao-click-engagement-tracking=\"true\" data-wf-element-id=\"a8fdf5c5-815d-e624-2ec0-ab105c410a32\" data-wf-component-context=\"%5B%7B%22componentId%22%3A%22a8fdf5c5-815d-e624-2ec0-ab105c410a2a%22%2C%22instanceId%22%3A%229c9cded7-59e3-57f4-f6cb-739c7d0ddf2a%22%7D%5D\" href=\"https://www.checkout.com/newsroom/uber-selects-checkout-com-to-deliver-fast-reliable-global-payments-across-its-enterprise-",
      "<a data-wf-native-id-path=\"9c9cded7-59e3-57f4-f6cb-739c7d0ddf26:a8fdf5c5-815d-e624-2ec0-ab105c410a32\" data-wf-ao-click-engagement-tracking=\"true\" data-wf-element-id=\"a8fdf5c5-815d-e624-2ec0-ab105c410a32\" data-wf-component-context=\"%5B%7B%22componentId%22%3A%22a8fdf5c5-815d-e624-2ec0-ab105c410a2a%22%2C%22instanceId%22%3A%229c9cded7-59e3-57f4-f6cb-739c7d0ddf26%22%7D%5D\" href=\"https://www.checkout.com/newsroom/pinterest-selects-checkout-com-to-strengthen-global-payment-performance-for-its-clients\" ",
      "<a data-wf-native-id-path=\"6847c3bc-6971-64c9-4a0c-4d7e7f06e689:a8fdf5c5-815d-e624-2ec0-ab105c410a32\" data-wf-ao-click-engagement-tracking=\"true\" data-wf-element-id=\"a8fdf5c5-815d-e624-2ec0-ab105c410a32\" data-wf-component-context=\"%5B%7B%22componentId%22%3A%22a8fdf5c5-815d-e624-2ec0-ab105c410a2a%22%2C%22instanceId%22%3A%226847c3bc-6971-64c9-4a0c-4d7e7f06e689%22%7D%5D\" href=\"https://www.checkout.com/newsroom/checkout-com-announces-strategic-partnership-with-spotify-to-power-efficient-scalable-pay",
      "<a data-wf-native-id-path=\"9c9cded7-59e3-57f4-f6cb-739c7d0ddf07:a8fdf5c5-815d-e624-2ec0-ab105c410a32\" data-wf-ao-click-engagement-tracking=\"true\" data-wf-element-id=\"a8fdf5c5-815d-e624-2ec0-ab105c410a32\" data-wf-component-context=\"%5B%7B%22componentId%22%3A%22a8fdf5c5-815d-e624-2ec0-ab105c410a2a%22%2C%22instanceId%22%3A%229c9cded7-59e3-57f4-f6cb-739c7d0ddf07%22%7D%5D\" href=\"https://www.checkout.com/newsroom/ebay-announces-global-payment-acquiring-partnership-with-checkout-com\" class=\"wheel-slide",
      "<a data-wf-native-id-path=\"3bedbf6d-4a32-9c4a-6cbf-47b398f18c78:a8fdf5c5-815d-e624-2ec0-ab105c410a32\" data-wf-ao-click-engagement-tracking=\"true\" data-wf-element-id=\"a8fdf5c5-815d-e624-2ec0-ab105c410a32\" data-wf-component-context=\"%5B%7B%22componentId%22%3A%22a8fdf5c5-815d-e624-2ec0-ab105c410a2a%22%2C%22instanceId%22%3A%223bedbf6d-4a32-9c4a-6cbf-47b398f18c78%22%7D%5D\" href=\"https://www.checkout.com/newsroom/trip-com-teams-up-with-checkout-com-to-simplify-payments-for-global-travelers\" class=\"whe",
      "<a data-wf-native-id-path=\"9c9cded7-59e3-57f4-f6cb-739c7d0ddf13:a8fdf5c5-815d-e624-2ec0-ab105c410a32\" data-wf-ao-click-engagement-tracking=\"true\" data-wf-element-id=\"a8fdf5c5-815d-e624-2ec0-ab105c410a32\" data-wf-component-context=\"%5B%7B%22componentId%22%3A%22a8fdf5c5-815d-e624-2ec0-ab105c410a2a%22%2C%22instanceId%22%3A%229c9cded7-59e3-57f4-f6cb-739c7d0ddf13%22%7D%5D\" href=\"https://www.checkout.com/newsroom/checkout-com-partners-with-hellofresh-to-power-global-digital-payments\" class=\"wheel-slid",
      "<a data-wf-native-id-path=\"9a376b34-18f1-cb42-733c-ea4774c051cc:a8fdf5c5-815d-e624-2ec0-ab105c410a32\" data-wf-ao-click-engagement-tracking=\"true\" data-wf-element-id=\"a8fdf5c5-815d-e624-2ec0-ab105c410a32\" data-wf-component-context=\"%5B%7B%22componentId%22%3A%22a8fdf5c5-815d-e624-2ec0-ab105c410a2a%22%2C%22instanceId%22%3A%229a376b34-18f1-cb42-733c-ea4774c051cc%22%7D%5D\" href=\"https://www.checkout.com/newsroom/checkout-com-powers-digital-payments-behind-freenow-by-lyfts-journeys-across-europe\" clas",
      "<a data-wf-native-id-path=\"9c9cded7-59e3-57f4-f6cb-739c7d0ddf0d:a8fdf5c5-815d-e624-2ec0-ab105c410a32\" data-wf-ao-click-engagement-tracking=\"true\" data-wf-element-id=\"a8fdf5c5-815d-e624-2ec0-ab105c410a32\" data-wf-component-context=\"%5B%7B%22componentId%22%3A%22a8fdf5c5-815d-e624-2ec0-ab105c410a2a%22%2C%22instanceId%22%3A%229c9cded7-59e3-57f4-f6cb-739c7d0ddf0d%22%7D%5D\" href=\"https://www.checkout.com/newsroom/temu-expands-partnership-with-checkout-com-to-enhance-digital-payments-experience-for-onl",
      "<a data-wf-native-id-path=\"9c9cded7-59e3-57f4-f6cb-739c7d0ddf09:a8fdf5c5-815d-e624-2ec0-ab105c410a32\" data-wf-ao-click-engagement-tracking=\"true\" data-wf-element-id=\"a8fdf5c5-815d-e624-2ec0-ab105c410a32\" data-wf-component-context=\"%5B%7B%22componentId%22%3A%22a8fdf5c5-815d-e624-2ec0-ab105c410a2a%22%2C%22instanceId%22%3A%229c9cded7-59e3-57f4-f6cb-739c7d0ddf09%22%7D%5D\" href=\"https://www.checkout.com/newsroom/getyourguide-partners-with-checkout-com-to-deliver-seamless-payment-experiences-to-modern",
      "<a data-wf-native-id-path=\"9c9cded7-59e3-57f4-f6cb-739c7d0ddf0b:a8fdf5c5-815d-e624-2ec0-ab105c410a32\" data-wf-ao-click-engagement-tracking=\"true\" data-wf-element-id=\"a8fdf5c5-815d-e624-2ec0-ab105c410a32\" data-wf-component-context=\"%5B%7B%22componentId%22%3A%22a8fdf5c5-815d-e624-2ec0-ab105c410a2a%22%2C%22instanceId%22%3A%229c9cded7-59e3-57f4-f6cb-739c7d0ddf0b%22%7D%5D\" href=\"https://www.checkout.com/newsroom/checkout-com-supports-heyteas-global-expansion-with-enhanced-digital-payments-experience\"",
      "<a data-wf-native-id-path=\"9c9cded7-59e3-57f4-f6cb-739c7d0ddf0f:a8fdf5c5-815d-e624-2ec0-ab105c410a32\" data-wf-ao-click-engagement-tracking=\"true\" data-wf-element-id=\"a8fdf5c5-815d-e624-2ec0-ab105c410a32\" data-wf-component-context=\"%5B%7B%22componentId%22%3A%22a8fdf5c5-815d-e624-2ec0-ab105c410a2a%22%2C%22instanceId%22%3A%229c9cded7-59e3-57f4-f6cb-739c7d0ddf0f%22%7D%5D\" href=\"https://www.checkout.com/newsroom/from-cart-to-closet-asos-finds-the-perfect-fit-with-checkout-com\" class=\"wheel-slide-cta-",
      "<a data-wf-native-id-path=\"9c9cded7-59e3-57f4-f6cb-739c7d0ddf18:a8fdf5c5-815d-e624-2ec0-ab105c410a32\" data-wf-ao-click-engagement-tracking=\"true\" data-wf-element-id=\"a8fdf5c5-815d-e624-2ec0-ab105c410a32\" data-wf-component-context=\"%5B%7B%22componentId%22%3A%22a8fdf5c5-815d-e624-2ec0-ab105c410a2a%22%2C%22instanceId%22%3A%229c9cded7-59e3-57f4-f6cb-739c7d0ddf18%22%7D%5D\" href=\"https://www.checkout.com/newsroom/pingo-doce-launches-online-store-with-checkout-to-unlock-digital-growth\" class=\"wheel-sli",
      "<a data-wf-native-id-path=\"9c9cded7-59e3-57f4-f6cb-739c7d0ddf1a:a8fdf5c5-815d-e624-2ec0-ab105c410a32\" data-wf-ao-click-engagement-tracking=\"true\" data-wf-element-id=\"a8fdf5c5-815d-e624-2ec0-ab105c410a32\" data-wf-component-context=\"%5B%7B%22componentId%22%3A%22a8fdf5c5-815d-e624-2ec0-ab105c410a2a%22%2C%22instanceId%22%3A%229c9cded7-59e3-57f4-f6cb-739c7d0ddf1a%22%7D%5D\" href=\"https://www.checkout.com/case-studies/vinted-uplift-acceptance-rate-europe\" class=\"wheel-slide-cta-link w-inline-block\"></a",
      "<a data-wf-native-id-path=\"9c9cded7-59e3-57f4-f6cb-739c7d0ddf15:a8fdf5c5-815d-e624-2ec0-ab105c410a32\" data-wf-ao-click-engagement-tracking=\"true\" data-wf-element-id=\"a8fdf5c5-815d-e624-2ec0-ab105c410a32\" data-wf-component-context=\"%5B%7B%22componentId%22%3A%22a8fdf5c5-815d-e624-2ec0-ab105c410a2a%22%2C%22instanceId%22%3A%229c9cded7-59e3-57f4-f6cb-739c7d0ddf15%22%7D%5D\" href=\"https://www.checkout.com/newsroom/uber-selects-checkout-com-to-deliver-fast-reliable-global-payments-across-its-enterprise-",
      "<a data-wf-native-id-path=\"9c9cded7-59e3-57f4-f6cb-739c7d0ddf11:a8fdf5c5-815d-e624-2ec0-ab105c410a32\" data-wf-ao-click-engagement-tracking=\"true\" data-wf-element-id=\"a8fdf5c5-815d-e624-2ec0-ab105c410a32\" data-wf-component-context=\"%5B%7B%22componentId%22%3A%22a8fdf5c5-815d-e624-2ec0-ab105c410a2a%22%2C%22instanceId%22%3A%229c9cded7-59e3-57f4-f6cb-739c7d0ddf11%22%7D%5D\" href=\"https://www.checkout.com/newsroom/pinterest-selects-checkout-com-to-strengthen-global-payment-performance-for-its-clients\" ",
      "<a data-wf-native-id-path=\"8331c859-24ac-9cbc-3ed6-330a7eded2ac:a8fdf5c5-815d-e624-2ec0-ab105c410a32\" data-wf-ao-click-engagement-tracking=\"true\" data-wf-element-id=\"a8fdf5c5-815d-e624-2ec0-ab105c410a32\" data-wf-component-context=\"%5B%7B%22componentId%22%3A%22a8fdf5c5-815d-e624-2ec0-ab105c410a2a%22%2C%22instanceId%22%3A%228331c859-24ac-9cbc-3ed6-330a7eded2ac%22%7D%5D\" href=\"https://www.checkout.com/newsroom/checkout-com-announces-strategic-partnership-with-spotify-to-power-efficient-scalable-pay",
      "<a data-wf-native-id-path=\"9c9cded7-59e3-57f4-f6cb-739c7d0ddf1c:a8fdf5c5-815d-e624-2ec0-ab105c410a32\" data-wf-ao-click-engagement-tracking=\"true\" data-wf-element-id=\"a8fdf5c5-815d-e624-2ec0-ab105c410a32\" data-wf-component-context=\"%5B%7B%22componentId%22%3A%22a8fdf5c5-815d-e624-2ec0-ab105c410a2a%22%2C%22instanceId%22%3A%229c9cded7-59e3-57f4-f6cb-739c7d0ddf1c%22%7D%5D\" href=\"https://www.checkout.com/newsroom/ebay-announces-global-payment-acquiring-partnership-with-checkout-com\" class=\"wheel-slide",
      "<a data-wf-native-id-path=\"63f3d394-83b2-8fdc-715c-a73ca79b537a:a8fdf5c5-815d-e624-2ec0-ab105c410a32\" data-wf-ao-click-engagement-tracking=\"true\" data-wf-element-id=\"a8fdf5c5-815d-e624-2ec0-ab105c410a32\" data-wf-component-context=\"%5B%7B%22componentId%22%3A%22a8fdf5c5-815d-e624-2ec0-ab105c410a2a%22%2C%22instanceId%22%3A%2263f3d394-83b2-8fdc-715c-a73ca79b537a%22%7D%5D\" href=\"https://www.checkout.com/newsroom/trip-com-teams-up-with-checkout-com-to-simplify-payments-for-global-travelers\" class=\"whe",
      "<a data-wf-native-id-path=\"9c9cded7-59e3-57f4-f6cb-739c7d0ddf28:a8fdf5c5-815d-e624-2ec0-ab105c410a32\" data-wf-ao-click-engagement-tracking=\"true\" data-wf-element-id=\"a8fdf5c5-815d-e624-2ec0-ab105c410a32\" data-wf-component-context=\"%5B%7B%22componentId%22%3A%22a8fdf5c5-815d-e624-2ec0-ab105c410a2a%22%2C%22instanceId%22%3A%229c9cded7-59e3-57f4-f6cb-739c7d0ddf28%22%7D%5D\" href=\"https://www.checkout.com/newsroom/checkout-com-partners-with-hellofresh-to-power-global-digital-payments\" class=\"wheel-slid",
      "<a data-wf-native-id-path=\"72cc8cb0-30a8-5db6-a953-a218ea083a1c:a8fdf5c5-815d-e624-2ec0-ab105c410a32\" data-wf-ao-click-engagement-tracking=\"true\" data-wf-element-id=\"a8fdf5c5-815d-e624-2ec0-ab105c410a32\" data-wf-component-context=\"%5B%7B%22componentId%22%3A%22a8fdf5c5-815d-e624-2ec0-ab105c410a2a%22%2C%22instanceId%22%3A%2272cc8cb0-30a8-5db6-a953-a218ea083a1c%22%7D%5D\" href=\"https://www.checkout.com/newsroom/checkout-com-powers-digital-payments-behind-freenow-by-lyfts-journeys-across-europe\" clas",
      "<a data-wf-native-id-path=\"9c9cded7-59e3-57f4-f6cb-739c7d0ddf22:a8fdf5c5-815d-e624-2ec0-ab105c410a32\" data-wf-ao-click-engagement-tracking=\"true\" data-wf-element-id=\"a8fdf5c5-815d-e624-2ec0-ab105c410a32\" data-wf-component-context=\"%5B%7B%22componentId%22%3A%22a8fdf5c5-815d-e624-2ec0-ab105c410a2a%22%2C%22instanceId%22%3A%229c9cded7-59e3-57f4-f6cb-739c7d0ddf22%22%7D%5D\" href=\"https://www.checkout.com/newsroom/temu-expands-partnership-with-checkout-com-to-enhance-digital-payments-experience-for-onl",
      "<a data-wf-native-id-path=\"9c9cded7-59e3-57f4-f6cb-739c7d0ddf1e:a8fdf5c5-815d-e624-2ec0-ab105c410a32\" data-wf-ao-click-engagement-tracking=\"true\" data-wf-element-id=\"a8fdf5c5-815d-e624-2ec0-ab105c410a32\" data-wf-component-context=\"%5B%7B%22componentId%22%3A%22a8fdf5c5-815d-e624-2ec0-ab105c410a2a%22%2C%22instanceId%22%3A%229c9cded7-59e3-57f4-f6cb-739c7d0ddf1e%22%7D%5D\" href=\"https://www.checkout.com/newsroom/getyourguide-partners-with-checkout-com-to-deliver-seamless-payment-experiences-to-modern",
      "<a data-wf-native-id-path=\"9c9cded7-59e3-57f4-f6cb-739c7d0ddf20:a8fdf5c5-815d-e624-2ec0-ab105c410a32\" data-wf-ao-click-engagement-tracking=\"true\" data-wf-element-id=\"a8fdf5c5-815d-e624-2ec0-ab105c410a32\" data-wf-component-context=\"%5B%7B%22componentId%22%3A%22a8fdf5c5-815d-e624-2ec0-ab105c410a2a%22%2C%22instanceId%22%3A%229c9cded7-59e3-57f4-f6cb-739c7d0ddf20%22%7D%5D\" href=\"https://www.checkout.com/newsroom/checkout-com-supports-heyteas-global-expansion-with-enhanced-digital-payments-experience\"",
      "<a data-wf-native-id-path=\"9c9cded7-59e3-57f4-f6cb-739c7d0ddf24:a8fdf5c5-815d-e624-2ec0-ab105c410a32\" data-wf-ao-click-engagement-tracking=\"true\" data-wf-element-id=\"a8fdf5c5-815d-e624-2ec0-ab105c410a32\" data-wf-component-context=\"%5B%7B%22componentId%22%3A%22a8fdf5c5-815d-e624-2ec0-ab105c410a2a%22%2C%22instanceId%22%3A%229c9cded7-59e3-57f4-f6cb-739c7d0ddf24%22%7D%5D\" href=\"https://www.checkout.com/newsroom/from-cart-to-closet-asos-finds-the-perfect-fit-with-checkout-com\" class=\"wheel-slide-cta-",
      "<a data-wf-native-id-path=\"9c9cded7-59e3-57f4-f6cb-739c7d0ddf2d:a8fdf5c5-815d-e624-2ec0-ab105c410a32\" data-wf-ao-click-engagement-tracking=\"true\" data-wf-element-id=\"a8fdf5c5-815d-e624-2ec0-ab105c410a32\" data-wf-component-context=\"%5B%7B%22componentId%22%3A%22a8fdf5c5-815d-e624-2ec0-ab105c410a2a%22%2C%22instanceId%22%3A%229c9cded7-59e3-57f4-f6cb-739c7d0ddf2d%22%7D%5D\" href=\"https://www.checkout.com/newsroom/pingo-doce-launches-online-store-with-checkout-to-unlock-digital-growth\" class=\"wheel-sli",
      "<a data-wf-native-id-path=\"fbb55624-e922-1947-c641-574a16fe9a5f:a8fdf5c5-815d-e624-2ec0-ab105c410a32\" data-wf-ao-click-engagement-tracking=\"true\" data-wf-element-id=\"a8fdf5c5-815d-e624-2ec0-ab105c410a32\" data-wf-component-context=\"%5B%7B%22componentId%22%3A%22a8fdf5c5-815d-e624-2ec0-ab105c410a2a%22%2C%22instanceId%22%3A%22fbb55624-e922-1947-c641-574a16fe9a5f%22%7D%5D\" href=\"https://www.checkout.com/case-studies/vinted-uplift-acceptance-rate-europe\" class=\"wheel-slide-cta-link w-inline-block\"></a",
      "<a data-wf-native-id-path=\"9c9cded7-59e3-57f4-f6cb-739c7d0ddf2a:a8fdf5c5-815d-e624-2ec0-ab105c410a32\" data-wf-ao-click-engagement-tracking=\"true\" data-wf-element-id=\"a8fdf5c5-815d-e624-2ec0-ab105c410a32\" data-wf-component-context=\"%5B%7B%22componentId%22%3A%22a8fdf5c5-815d-e624-2ec0-ab105c410a2a%22%2C%22instanceId%22%3A%229c9cded7-59e3-57f4-f6cb-739c7d0ddf2a%22%7D%5D\" href=\"https://www.checkout.com/newsroom/uber-selects-checkout-com-to-deliver-fast-reliable-global-payments-across-its-enterprise-",
      "<a data-wf-native-id-path=\"9c9cded7-59e3-57f4-f6cb-739c7d0ddf26:a8fdf5c5-815d-e624-2ec0-ab105c410a32\" data-wf-ao-click-engagement-tracking=\"true\" data-wf-element-id=\"a8fdf5c5-815d-e624-2ec0-ab105c410a32\" data-wf-component-context=\"%5B%7B%22componentId%22%3A%22a8fdf5c5-815d-e624-2ec0-ab105c410a2a%22%2C%22instanceId%22%3A%229c9cded7-59e3-57f4-f6cb-739c7d0ddf26%22%7D%5D\" href=\"https://www.checkout.com/newsroom/pinterest-selects-checkout-com-to-strengthen-global-payment-performance-for-its-clients\" ",
      "<a data-wf-native-id-path=\"6847c3bc-6971-64c9-4a0c-4d7e7f06e689:a8fdf5c5-815d-e624-2ec0-ab105c410a32\" data-wf-ao-click-engagement-tracking=\"true\" data-wf-element-id=\"a8fdf5c5-815d-e624-2ec0-ab105c410a32\" data-wf-component-context=\"%5B%7B%22componentId%22%3A%22a8fdf5c5-815d-e624-2ec0-ab105c410a2a%22%2C%22instanceId%22%3A%226847c3bc-6971-64c9-4a0c-4d7e7f06e689%22%7D%5D\" href=\"https://www.checkout.com/newsroom/checkout-com-announces-strategic-partnership-with-spotify-to-power-efficient-scalable-pay",
      "<a data-wf-native-id-path=\"9c9cded7-59e3-57f4-f6cb-739c7d0ddf07:a8fdf5c5-815d-e624-2ec0-ab105c410a32\" data-wf-ao-click-engagement-tracking=\"true\" data-wf-element-id=\"a8fdf5c5-815d-e624-2ec0-ab105c410a32\" data-wf-component-context=\"%5B%7B%22componentId%22%3A%22a8fdf5c5-815d-e624-2ec0-ab105c410a2a%22%2C%22instanceId%22%3A%229c9cded7-59e3-57f4-f6cb-739c7d0ddf07%22%7D%5D\" href=\"https://www.checkout.com/newsroom/ebay-announces-global-payment-acquiring-partnership-with-checkout-com\" class=\"wheel-slide",
      "<a data-wf-native-id-path=\"3bedbf6d-4a32-9c4a-6cbf-47b398f18c78:a8fdf5c5-815d-e624-2ec0-ab105c410a32\" data-wf-ao-click-engagement-tracking=\"true\" data-wf-element-id=\"a8fdf5c5-815d-e624-2ec0-ab105c410a32\" data-wf-component-context=\"%5B%7B%22componentId%22%3A%22a8fdf5c5-815d-e624-2ec0-ab105c410a2a%22%2C%22instanceId%22%3A%223bedbf6d-4a32-9c4a-6cbf-47b398f18c78%22%7D%5D\" href=\"https://www.checkout.com/newsroom/trip-com-teams-up-with-checkout-com-to-simplify-payments-for-global-travelers\" class=\"whe",
      "<a data-wf-native-id-path=\"9c9cded7-59e3-57f4-f6cb-739c7d0ddf13:a8fdf5c5-815d-e624-2ec0-ab105c410a32\" data-wf-ao-click-engagement-tracking=\"true\" data-wf-element-id=\"a8fdf5c5-815d-e624-2ec0-ab105c410a32\" data-wf-component-context=\"%5B%7B%22componentId%22%3A%22a8fdf5c5-815d-e624-2ec0-ab105c410a2a%22%2C%22instanceId%22%3A%229c9cded7-59e3-57f4-f6cb-739c7d0ddf13%22%7D%5D\" href=\"https://www.checkout.com/newsroom/checkout-com-partners-with-hellofresh-to-power-global-digital-payments\" class=\"wheel-slid",
      "<a data-wf-native-id-path=\"9a376b34-18f1-cb42-733c-ea4774c051cc:a8fdf5c5-815d-e624-2ec0-ab105c410a32\" data-wf-ao-click-engagement-tracking=\"true\" data-wf-element-id=\"a8fdf5c5-815d-e624-2ec0-ab105c410a32\" data-wf-component-context=\"%5B%7B%22componentId%22%3A%22a8fdf5c5-815d-e624-2ec0-ab105c410a2a%22%2C%22instanceId%22%3A%229a376b34-18f1-cb42-733c-ea4774c051cc%22%7D%5D\" href=\"https://www.checkout.com/newsroom/checkout-com-powers-digital-payments-behind-freenow-by-lyfts-journeys-across-europe\" clas",
      "<a data-wf-native-id-path=\"9c9cded7-59e3-57f4-f6cb-739c7d0ddf0d:a8fdf5c5-815d-e624-2ec0-ab105c410a32\" data-wf-ao-click-engagement-tracking=\"true\" data-wf-element-id=\"a8fdf5c5-815d-e624-2ec0-ab105c410a32\" data-wf-component-context=\"%5B%7B%22componentId%22%3A%22a8fdf5c5-815d-e624-2ec0-ab105c410a2a%22%2C%22instanceId%22%3A%229c9cded7-59e3-57f4-f6cb-739c7d0ddf0d%22%7D%5D\" href=\"https://www.checkout.com/newsroom/temu-expands-partnership-with-checkout-com-to-enhance-digital-payments-experience-for-onl",
      "<a data-wf-native-id-path=\"9c9cded7-59e3-57f4-f6cb-739c7d0ddf09:a8fdf5c5-815d-e624-2ec0-ab105c410a32\" data-wf-ao-click-engagement-tracking=\"true\" data-wf-element-id=\"a8fdf5c5-815d-e624-2ec0-ab105c410a32\" data-wf-component-context=\"%5B%7B%22componentId%22%3A%22a8fdf5c5-815d-e624-2ec0-ab105c410a2a%22%2C%22instanceId%22%3A%229c9cded7-59e3-57f4-f6cb-739c7d0ddf09%22%7D%5D\" href=\"https://www.checkout.com/newsroom/getyourguide-partners-with-checkout-com-to-deliver-seamless-payment-experiences-to-modern",
      "<a data-wf-native-id-path=\"9c9cded7-59e3-57f4-f6cb-739c7d0ddf0b:a8fdf5c5-815d-e624-2ec0-ab105c410a32\" data-wf-ao-click-engagement-tracking=\"true\" data-wf-element-id=\"a8fdf5c5-815d-e624-2ec0-ab105c410a32\" data-wf-component-context=\"%5B%7B%22componentId%22%3A%22a8fdf5c5-815d-e624-2ec0-ab105c410a2a%22%2C%22instanceId%22%3A%229c9cded7-59e3-57f4-f6cb-739c7d0ddf0b%22%7D%5D\" href=\"https://www.checkout.com/newsroom/checkout-com-supports-heyteas-global-expansion-with-enhanced-digital-payments-experience\"",
      "<a data-wf-native-id-path=\"9c9cded7-59e3-57f4-f6cb-739c7d0ddf0f:a8fdf5c5-815d-e624-2ec0-ab105c410a32\" data-wf-ao-click-engagement-tracking=\"true\" data-wf-element-id=\"a8fdf5c5-815d-e624-2ec0-ab105c410a32\" data-wf-component-context=\"%5B%7B%22componentId%22%3A%22a8fdf5c5-815d-e624-2ec0-ab105c410a2a%22%2C%22instanceId%22%3A%229c9cded7-59e3-57f4-f6cb-739c7d0ddf0f%22%7D%5D\" href=\"https://www.checkout.com/newsroom/from-cart-to-closet-asos-finds-the-perfect-fit-with-checkout-com\" class=\"wheel-slide-cta-",
      "<a data-wf-native-id-path=\"9c9cded7-59e3-57f4-f6cb-739c7d0ddf18:a8fdf5c5-815d-e624-2ec0-ab105c410a32\" data-wf-ao-click-engagement-tracking=\"true\" data-wf-element-id=\"a8fdf5c5-815d-e624-2ec0-ab105c410a32\" data-wf-component-context=\"%5B%7B%22componentId%22%3A%22a8fdf5c5-815d-e624-2ec0-ab105c410a2a%22%2C%22instanceId%22%3A%229c9cded7-59e3-57f4-f6cb-739c7d0ddf18%22%7D%5D\" href=\"https://www.checkout.com/newsroom/pingo-doce-launches-online-store-with-checkout-to-unlock-digital-growth\" class=\"wheel-sli",
      "<a data-wf-native-id-path=\"9c9cded7-59e3-57f4-f6cb-739c7d0ddf1a:a8fdf5c5-815d-e624-2ec0-ab105c410a32\" data-wf-ao-click-engagement-tracking=\"true\" data-wf-element-id=\"a8fdf5c5-815d-e624-2ec0-ab105c410a32\" data-wf-component-context=\"%5B%7B%22componentId%22%3A%22a8fdf5c5-815d-e624-2ec0-ab105c410a2a%22%2C%22instanceId%22%3A%229c9cded7-59e3-57f4-f6cb-739c7d0ddf1a%22%7D%5D\" href=\"https://www.checkout.com/case-studies/vinted-uplift-acceptance-rate-europe\" class=\"wheel-slide-cta-link w-inline-block\"></a",
      "<a data-wf-native-id-path=\"9c9cded7-59e3-57f4-f6cb-739c7d0ddf15:a8fdf5c5-815d-e624-2ec0-ab105c410a32\" data-wf-ao-click-engagement-tracking=\"true\" data-wf-element-id=\"a8fdf5c5-815d-e624-2ec0-ab105c410a32\" data-wf-component-context=\"%5B%7B%22componentId%22%3A%22a8fdf5c5-815d-e624-2ec0-ab105c410a2a%22%2C%22instanceId%22%3A%229c9cded7-59e3-57f4-f6cb-739c7d0ddf15%22%7D%5D\" href=\"https://www.checkout.com/newsroom/uber-selects-checkout-com-to-deliver-fast-reliable-global-payments-across-its-enterprise-",
      "<a data-wf-native-id-path=\"9c9cded7-59e3-57f4-f6cb-739c7d0ddf11:a8fdf5c5-815d-e624-2ec0-ab105c410a32\" data-wf-ao-click-engagement-tracking=\"true\" data-wf-element-id=\"a8fdf5c5-815d-e624-2ec0-ab105c410a32\" data-wf-component-context=\"%5B%7B%22componentId%22%3A%22a8fdf5c5-815d-e624-2ec0-ab105c410a2a%22%2C%22instanceId%22%3A%229c9cded7-59e3-57f4-f6cb-739c7d0ddf11%22%7D%5D\" href=\"https://www.checkout.com/newsroom/pinterest-selects-checkout-com-to-strengthen-global-payment-performance-for-its-clients\" ",
      "<a data-wf-native-id-path=\"8331c859-24ac-9cbc-3ed6-330a7eded2ac:a8fdf5c5-815d-e624-2ec0-ab105c410a32\" data-wf-ao-click-engagement-tracking=\"true\" data-wf-element-id=\"a8fdf5c5-815d-e624-2ec0-ab105c410a32\" data-wf-component-context=\"%5B%7B%22componentId%22%3A%22a8fdf5c5-815d-e624-2ec0-ab105c410a2a%22%2C%22instanceId%22%3A%228331c859-24ac-9cbc-3ed6-330a7eded2ac%22%7D%5D\" href=\"https://www.checkout.com/newsroom/checkout-com-announces-strategic-partnership-with-spotify-to-power-efficient-scalable-pay",
      "<a data-wf-native-id-path=\"9c9cded7-59e3-57f4-f6cb-739c7d0ddf1c:a8fdf5c5-815d-e624-2ec0-ab105c410a32\" data-wf-ao-click-engagement-tracking=\"true\" data-wf-element-id=\"a8fdf5c5-815d-e624-2ec0-ab105c410a32\" data-wf-component-context=\"%5B%7B%22componentId%22%3A%22a8fdf5c5-815d-e624-2ec0-ab105c410a2a%22%2C%22instanceId%22%3A%229c9cded7-59e3-57f4-f6cb-739c7d0ddf1c%22%7D%5D\" href=\"https://www.checkout.com/newsroom/ebay-announces-global-payment-acquiring-partnership-with-checkout-com\" class=\"wheel-slide",
      "<a data-wf-native-id-path=\"63f3d394-83b2-8fdc-715c-a73ca79b537a:a8fdf5c5-815d-e624-2ec0-ab105c410a32\" data-wf-ao-click-engagement-tracking=\"true\" data-wf-element-id=\"a8fdf5c5-815d-e624-2ec0-ab105c410a32\" data-wf-component-context=\"%5B%7B%22componentId%22%3A%22a8fdf5c5-815d-e624-2ec0-ab105c410a2a%22%2C%22instanceId%22%3A%2263f3d394-83b2-8fdc-715c-a73ca79b537a%22%7D%5D\" href=\"https://www.checkout.com/newsroom/trip-com-teams-up-with-checkout-com-to-simplify-payments-for-global-travelers\" class=\"whe",
      "<a data-wf-native-id-path=\"9c9cded7-59e3-57f4-f6cb-739c7d0ddf28:a8fdf5c5-815d-e624-2ec0-ab105c410a32\" data-wf-ao-click-engagement-tracking=\"true\" data-wf-element-id=\"a8fdf5c5-815d-e624-2ec0-ab105c410a32\" data-wf-component-context=\"%5B%7B%22componentId%22%3A%22a8fdf5c5-815d-e624-2ec0-ab105c410a2a%22%2C%22instanceId%22%3A%229c9cded7-59e3-57f4-f6cb-739c7d0ddf28%22%7D%5D\" href=\"https://www.checkout.com/newsroom/checkout-com-partners-with-hellofresh-to-power-global-digital-payments\" class=\"wheel-slid",
      "<a data-wf-native-id-path=\"72cc8cb0-30a8-5db6-a953-a218ea083a1c:a8fdf5c5-815d-e624-2ec0-ab105c410a32\" data-wf-ao-click-engagement-tracking=\"true\" data-wf-element-id=\"a8fdf5c5-815d-e624-2ec0-ab105c410a32\" data-wf-component-context=\"%5B%7B%22componentId%22%3A%22a8fdf5c5-815d-e624-2ec0-ab105c410a2a%22%2C%22instanceId%22%3A%2272cc8cb0-30a8-5db6-a953-a218ea083a1c%22%7D%5D\" href=\"https://www.checkout.com/newsroom/checkout-com-powers-digital-payments-behind-freenow-by-lyfts-journeys-across-europe\" clas",
      "<a data-wf-native-id-path=\"9c9cded7-59e3-57f4-f6cb-739c7d0ddf22:a8fdf5c5-815d-e624-2ec0-ab105c410a32\" data-wf-ao-click-engagement-tracking=\"true\" data-wf-element-id=\"a8fdf5c5-815d-e624-2ec0-ab105c410a32\" data-wf-component-context=\"%5B%7B%22componentId%22%3A%22a8fdf5c5-815d-e624-2ec0-ab105c410a2a%22%2C%22instanceId%22%3A%229c9cded7-59e3-57f4-f6cb-739c7d0ddf22%22%7D%5D\" href=\"https://www.checkout.com/newsroom/temu-expands-partnership-with-checkout-com-to-enhance-digital-payments-experience-for-onl",
      "<a data-wf-native-id-path=\"9c9cded7-59e3-57f4-f6cb-739c7d0ddf1e:a8fdf5c5-815d-e624-2ec0-ab105c410a32\" data-wf-ao-click-engagement-tracking=\"true\" data-wf-element-id=\"a8fdf5c5-815d-e624-2ec0-ab105c410a32\" data-wf-component-context=\"%5B%7B%22componentId%22%3A%22a8fdf5c5-815d-e624-2ec0-ab105c410a2a%22%2C%22instanceId%22%3A%229c9cded7-59e3-57f4-f6cb-739c7d0ddf1e%22%7D%5D\" href=\"https://www.checkout.com/newsroom/getyourguide-partners-with-checkout-com-to-deliver-seamless-payment-experiences-to-modern",
      "<a data-wf-native-id-path=\"9c9cded7-59e3-57f4-f6cb-739c7d0ddf20:a8fdf5c5-815d-e624-2ec0-ab105c410a32\" data-wf-ao-click-engagement-tracking=\"true\" data-wf-element-id=\"a8fdf5c5-815d-e624-2ec0-ab105c410a32\" data-wf-component-context=\"%5B%7B%22componentId%22%3A%22a8fdf5c5-815d-e624-2ec0-ab105c410a2a%22%2C%22instanceId%22%3A%229c9cded7-59e3-57f4-f6cb-739c7d0ddf20%22%7D%5D\" href=\"https://www.checkout.com/newsroom/checkout-com-supports-heyteas-global-expansion-with-enhanced-digital-payments-experience\"",
      "<a data-wf-native-id-path=\"9c9cded7-59e3-57f4-f6cb-739c7d0ddf24:a8fdf5c5-815d-e624-2ec0-ab105c410a32\" data-wf-ao-click-engagement-tracking=\"true\" data-wf-element-id=\"a8fdf5c5-815d-e624-2ec0-ab105c410a32\" data-wf-component-context=\"%5B%7B%22componentId%22%3A%22a8fdf5c5-815d-e624-2ec0-ab105c410a2a%22%2C%22instanceId%22%3A%229c9cded7-59e3-57f4-f6cb-739c7d0ddf24%22%7D%5D\" href=\"https://www.checkout.com/newsroom/from-cart-to-closet-asos-finds-the-perfect-fit-with-checkout-com\" class=\"wheel-slide-cta-",
      "<a data-wf-native-id-path=\"9c9cded7-59e3-57f4-f6cb-739c7d0ddf2d:a8fdf5c5-815d-e624-2ec0-ab105c410a32\" data-wf-ao-click-engagement-tracking=\"true\" data-wf-element-id=\"a8fdf5c5-815d-e624-2ec0-ab105c410a32\" data-wf-component-context=\"%5B%7B%22componentId%22%3A%22a8fdf5c5-815d-e624-2ec0-ab105c410a2a%22%2C%22instanceId%22%3A%229c9cded7-59e3-57f4-f6cb-739c7d0ddf2d%22%7D%5D\" href=\"https://www.checkout.com/newsroom/pingo-doce-launches-online-store-with-checkout-to-unlock-digital-growth\" class=\"wheel-sli",
      "<a data-wf-native-id-path=\"fbb55624-e922-1947-c641-574a16fe9a5f:a8fdf5c5-815d-e624-2ec0-ab105c410a32\" data-wf-ao-click-engagement-tracking=\"true\" data-wf-element-id=\"a8fdf5c5-815d-e624-2ec0-ab105c410a32\" data-wf-component-context=\"%5B%7B%22componentId%22%3A%22a8fdf5c5-815d-e624-2ec0-ab105c410a2a%22%2C%22instanceId%22%3A%22fbb55624-e922-1947-c641-574a16fe9a5f%22%7D%5D\" href=\"https://www.checkout.com/case-studies/vinted-uplift-acceptance-rate-europe\" class=\"wheel-slide-cta-link w-inline-block\"></a",
      "<a data-wf-native-id-path=\"9c9cded7-59e3-57f4-f6cb-739c7d0ddf2a:a8fdf5c5-815d-e624-2ec0-ab105c410a32\" data-wf-ao-click-engagement-tracking=\"true\" data-wf-element-id=\"a8fdf5c5-815d-e624-2ec0-ab105c410a32\" data-wf-component-context=\"%5B%7B%22componentId%22%3A%22a8fdf5c5-815d-e624-2ec0-ab105c410a2a%22%2C%22instanceId%22%3A%229c9cded7-59e3-57f4-f6cb-739c7d0ddf2a%22%7D%5D\" href=\"https://www.checkout.com/newsroom/uber-selects-checkout-com-to-deliver-fast-reliable-global-payments-across-its-enterprise-",
      "<a data-wf-native-id-path=\"9c9cded7-59e3-57f4-f6cb-739c7d0ddf26:a8fdf5c5-815d-e624-2ec0-ab105c410a32\" data-wf-ao-click-engagement-tracking=\"true\" data-wf-element-id=\"a8fdf5c5-815d-e624-2ec0-ab105c410a32\" data-wf-component-context=\"%5B%7B%22componentId%22%3A%22a8fdf5c5-815d-e624-2ec0-ab105c410a2a%22%2C%22instanceId%22%3A%229c9cded7-59e3-57f4-f6cb-739c7d0ddf26%22%7D%5D\" href=\"https://www.checkout.com/newsroom/pinterest-selects-checkout-com-to-strengthen-global-payment-performance-for-its-clients\" "
    ],
    "inaccessibleButtons": [
      "<button aria-expanded=\"false\" ot-accordion=\"true\" aria-controls=\"ot-desc-id-C0001\" aria-labelledby=\"ot-header-id-C0001 ot-status-id-C0001\"></button>",
      "<button aria-expanded=\"false\" ot-accordion=\"true\" aria-controls=\"ot-desc-id-C0002\" aria-labelledby=\"ot-header-id-C0002\"></button>",
      "<button aria-expanded=\"false\" ot-accordion=\"true\" aria-controls=\"ot-desc-id-C0003\" aria-labelledby=\"ot-header-id-C0003\"></button>",
      "<button aria-expanded=\"false\" ot-accordion=\"true\" aria-controls=\"ot-desc-id-C0004\" aria-labelledby=\"ot-header-id-C0004\"></button>"
    ],
    "missingAutocompleteInputs": [
      "<input id=\"vendor-search-handler\" type=\"text\" name=\"vendor-search-handler\" placeholder=\"Search vendors\" aria-label=\"Vendor list search\">"
    ],
    "imagesMissingAlt": [],
    "skippedHeadingLevels": []
  },
  "counts": {
    "h1": 1,
    "headings": 42,
    "links": 238,
    "inaccessibleLinks": 79,
    "buttons": 19,
    "inaccessibleButtons": 4,
    "images": 384,
    "imagesWithAlt": 384,
    "autocompleteInputs": 1,
    "inputsWithAutocomplete": 0,
    "missingAutocompleteInputs": 1
  }
}

AI DiscoverabilityBot Access ControlInformational

Web Bot Auth request signing

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

33 Fail

Needs attention

Web Bot Auth request signing

Failed check
01

Issue

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

02

Why it matters

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

Check name

Web Bot Auth request signing

Score

0/100

Status

fail

Category

Bot Access Control

Maturity

Informational

Goal

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

Result

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

Validation steps

  1. Fetch to find resource

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

Evidence
{
  "failedStep": "fetch",
  "steps": [
    {
      "id": "fetch",
      "title": "Fetch to find resource",
      "status": "fail",
      "evidence": {
        "checked": [
          {
            "path": "/.well-known/http-message-signatures-directory",
            "statusCode": 404,
            "contentType": "text/html; charset=utf-8",
            "length": 134516
          }
        ]
      },
      "issue": "Web Bot Auth request signing was not found at the expected path.",
      "howToFix": "If publishing Web Bot Auth keys, return a JSON key directory with a non-empty keys array and the draft media type."
    }
  ]
}

Security & TrustSecurity & TrustEstablished

Content-Security-Policy

Content-Security-Policy is missing or incomplete.

25 Fail

Needs attention

Content-Security-Policy

Failed check
01

Issue

Content-Security-Policy is missing or incomplete.

02

Why it matters

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

Check name

Content-Security-Policy

Score

0/100

Status

fail

Category

Security & Trust

Maturity

Established

Goal

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

Result

Content-Security-Policy is missing or incomplete.

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

AI DiscoverabilityDiscoverabilityEstablished

FAQPage schema

FAQPage schema is missing or incomplete.

25 Fail

Needs attention

FAQPage schema

Failed check
01

Issue

FAQ content was detected but no FAQPage schema was found.

02

Why it matters

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

Check name

FAQPage schema

Score

0/100

Status

fail

Category

Discoverability

Maturity

Established

Goal

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

Result

FAQPage schema is missing or incomplete.

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

AI DiscoverabilityDiscoverabilityEstablished

High-value schema types

High-value schema types is missing or incomplete.

25 Fail

Needs attention

High-value schema types

Failed check
01

Issue

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

02

Why it matters

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

Check name

High-value schema types

Score

0/100

Status

fail

Category

Discoverability

Maturity

Established

Goal

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

Result

High-value schema types is missing or incomplete.

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

Security & TrustSecurity & TrustEstablished

HSTS header

HSTS header is missing or incomplete.

25 Fail

Needs attention

HSTS header

Failed check
01

Issue

HSTS header is missing or incomplete.

02

Why it matters

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

Check name

HSTS header

Score

0/100

Status

fail

Category

Security & Trust

Maturity

Established

Goal

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

Result

HSTS header is missing or incomplete.

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

AI DiscoverabilityDiscoverabilityEstablished

Link headers

Link headers failed at "Find useful Link headers".

25 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."
    }
  ]
}

Agent Ease of UseMCPEmerging recommendation

MCP Server Card

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

25 Fail

Needs attention

MCP Server Card

Failed check
01

Issue

MCP Server Card was not found at the expected path.

02

Why it matters

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

Check name

MCP Server Card

Score

0/100

Status

fail

Category

MCP

Maturity

Emerging recommendation

Goal

Publish an MCP Server Card for agent discovery.

Result

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

Validation steps

  1. Fetch to find resource

    MCP Server Card was not found at the expected path.

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

Agent Ease of UseMCPEmerging recommendation

mcp.json

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

25 Fail

Needs attention

mcp.json

Failed check
01

Issue

mcp.json was not found at the expected path.

02

Why it matters

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

Check name

mcp.json

Score

0/100

Status

fail

Category

MCP

Maturity

Emerging recommendation

Goal

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

Result

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

Validation steps

  1. Fetch to find resource

    mcp.json was not found at the expected path.

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

Security & TrustSecurity & TrustEstablished

Referrer-Policy

Referrer-Policy is missing or incomplete.

25 Fail

Needs attention

Referrer-Policy

Failed check
01

Issue

Referrer-Policy is missing or incomplete.

02

Why it matters

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

Check name

Referrer-Policy

Score

0/100

Status

fail

Category

Security & Trust

Maturity

Established

Goal

Limit how much referrer data leaves the site.

Result

Referrer-Policy is missing or incomplete.

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

AI DiscoverabilityDiscoverabilityEstablished

robots.txt

robots.txt is missing or incomplete.

25 Fail

Needs attention

robots.txt

Failed check
01

Issue

robots.txt was found but could not be parsed as valid.

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": 200,
  "contentType": "text/plain; charset=utf-8",
  "parsedUserAgents": [],
  "sitemapDirectives": [
    "https://www.checkout.com/sitemap.xml"
  ],
  "rawExcerpt": "Sitemap: https://www.checkout.com/sitemap.xml"
}

Agent Ease of UseMCPInformational

WebMCP manifest

WebMCP manifest failed at "Fetch to find resource".

25 Fail

Needs attention

WebMCP manifest

Failed check
01

Issue

WebMCP manifest was not found at the expected path.

02

Why it matters

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

Check name

WebMCP manifest

Score

0/100

Status

fail

Category

MCP

Maturity

Informational

Goal

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

Result

WebMCP manifest failed at "Fetch to find resource".

Validation steps

  1. Fetch to find resource

    WebMCP manifest was not found at the expected path.

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

Security & TrustSecurity & TrustEstablished

X-Content-Type-Options

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

25 Fail

Needs attention

X-Content-Type-Options

Failed check
01

Issue

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

02

Why it matters

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

Check name

X-Content-Type-Options

Score

0/100

Status

fail

Category

Security & Trust

Maturity

Established

Goal

Prevent MIME sniffing for browser-loaded resources.

Result

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

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

AI DiscoverabilityContent ReadinessEstablished

Content freshness signals

Content freshness signals is partially implemented.

25 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 13:03:57 GMT",
  "schemaDates": [],
  "metaDateCount": 0,
  "timeDateCount": 0
}

Agent Ease of UseSkill DiscoveryEmerging recommendation

A2A Agent Card

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

20 Fail

Needs attention

A2A Agent Card

Failed check
01

Issue

A2A Agent Card was not found at the expected path.

02

Why it matters

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

Check name

A2A Agent Card

Score

0/100

Status

fail

Category

Skill Discovery

Maturity

Emerging recommendation

Goal

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

Result

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

Validation steps

  1. Fetch to find resource

    A2A Agent Card was not found at the expected path.

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

Agent Ease of UseSkill DiscoveryEmerging recommendation

Agent Skills index

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

20 Fail

Needs attention

Agent Skills index

Failed check
01

Issue

Agent Skills index was not found at the expected path.

02

Why it matters

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

Check name

Agent Skills index

Score

0/100

Status

fail

Category

Skill Discovery

Maturity

Emerging recommendation

Goal

Publish an agent skills discovery index.

Result

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

Validation steps

  1. Fetch to find resource

    Agent Skills index was not found at the expected path.

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

Agent Ease of UseSkill DiscoveryEmerging recommendation

agent.json

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

20 Fail

Needs attention

agent.json

Failed check
01

Issue

agent.json was not found at the expected path.

02

Why it matters

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

Check name

agent.json

Score

0/100

Status

fail

Category

Skill Discovery

Maturity

Emerging recommendation

Goal

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

Result

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

Validation steps

  1. Fetch to find resource

    agent.json was not found at the expected path.

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

Agent Ease of UseSkill DiscoveryInformational

agents.json

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

20 Fail

Needs attention

agents.json

Failed check
01

Issue

agents.json was not found at the expected path.

02

Why it matters

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

Check name

agents.json

Score

0/100

Status

fail

Category

Skill Discovery

Maturity

Informational

Goal

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

Result

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

Validation steps

  1. Fetch to find resource

    agents.json was not found at the expected path.

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

Agent Ease of UseSkill DiscoveryEmerging recommendation

DNS-AID Agent Discovery

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

15 Fail

Needs attention

DNS-AID Agent Discovery

Failed check
01

Issue

No DNS-AID entrypoint records were found under _agents.

02

Why it matters

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

Check name

DNS-AID Agent Discovery

Score

25/100

Status

fail

Category

Skill Discovery

Maturity

Emerging recommendation

Goal

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

Result

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

Validation steps

  1. Resolve DNS-AID SVCB/HTTPS records

    No DNS-AID entrypoint records were found under _agents.

  2. Validate alpn and endpoint parameters

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

  3. Check DNSSEC material

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

Evidence
{
  "failedStep": "svcb-https-records",
  "steps": [
    {
      "id": "svcb-https-records",
      "title": "Resolve DNS-AID SVCB/HTTPS records",
      "status": "fail",
      "evidence": {
        "hostname": "www.checkout.com",
        "probes": [
          {
            "name": "_index._agents.www.checkout.com",
            "found": false,
            "recordCount": 1,
            "records": [],
            "hasAlpn": false,
            "hasEndpoint": false
          },
          {
            "name": "_a2a._agents.www.checkout.com",
            "found": false,
            "recordCount": 1,
            "records": [],
            "hasAlpn": false,
            "hasEndpoint": false
          }
        ]
      },
      "issue": "No DNS-AID entrypoint records were found under _agents.",
      "howToFix": "Publish ServiceMode SVCB/HTTPS records such as _index._agents.example.com or _a2a._agents.example.com."
    },
    {
      "id": "service-params",
      "title": "Validate alpn and endpoint parameters",
      "status": "informational",
      "evidence": {
        "discovered": []
      },
      "howToFix": "Include alpn and endpoint service parameters in each DNS-AID record so agents know the protocol and target entrypoint."
    },
    {
      "id": "dnssec",
      "title": "Check DNSSEC material",
      "status": "warning",
      "evidence": {
        "hasDnssecMaterial": false,
        "checked": [
          {
            "name": "www.checkout.com",
            "dnssecTypes": [],
            "dnssecRecordCount": 0
          },
          {
            "name": "checkout.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."
    }
  ]
}

Agent Ease of UseMCPInformational

WebMCP

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

13 Warning

Needs attention

WebMCP

Warning
01

Issue

WebMCP declarative annotations need fixes.

Details

02

Why it matters

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

Check name

WebMCP

Score

50/100

Status

warning

Category

MCP

Maturity

Informational

Goal

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

Result

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

Validation steps

  1. Detect data-mcp-tool annotations

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

  2. Detect WebMCP declarative tags

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

  3. Validate WebMCP declarative annotation quality

    WebMCP declarative annotations need fixes.

    WebMCP declarative annotation issues
    • <input name="ot-group-id-C0002"> is missing tool-param-description.
    • <input name="ot-group-id-C0003"> is missing tool-param-description.
    • <input name="ot-group-id-C0004"> is missing tool-param-description.
    • <input name="vendor-search-handler"> is missing tool-param-description.
    • <input> is missing a name attribute.
    • <input> is missing tool-param-description.
    • <input> is missing a name attribute.
    • <input> is missing tool-param-description.
    • <input> is missing a name attribute.
    • <input> is missing tool-param-description.
    • <input> is missing a name attribute.
    • <input> is missing tool-param-description.
  4. Detect WebMCP imperative API usage

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

  5. Detect WebMCP browser navigator injection

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

  6. Interactive surface coverage

    Only 0% of interactive surfaces are annotated.

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

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

AIO: Source and trust signals

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

9 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": "/blog/profit-formula-balance-revenue-fraud-costs-payment",
      "text": "BlogThe profit formula: How to balance revenue, fraud, and costs at checkout“A company’s revenue engine is a critical success factor,” wise words of serial entrepreneur Tom Mohr.Daniel LinderApril 9, 2026",
      "html": "<a data-w-id=\"9c9cded7-59e3-57f4-f6cb-739c7d0ddf9b\" data-wf-native-id-path=\"9c9cded7-59e3-57f4-f6cb-739c7d0ddf9b_instance-6\" data-wf-ao-click-engagement-tracking=\"true\" data-wf-element-id=\"9c9cded7-59e3-57f4-f6cb-739c7d0ddf9b\" data-wf-cms-context=\"%5B%7B%22collectionId%22%3A%2265270f1cc6df9b25d8538f93%22%2C%22itemId%22%3A%2269d7959dfc87c8fa446c5a3a%22%7D%5D\" href=\"/blog/profit-formula-balance-revenue-fraud-costs-payment\" class=\"blog-card w-inline-block\"><div class=\"blog-card-image\"><img src=\"..."
    },
    {
      "href": "/blog/agentic-commerce-consumer-intent-merchant-opportunity",
      "text": "BlogAgentic commerce: Where consumer intent meets merchant opportunityLearn about the opportunities agentic commerce could create to reach customers.Rami JosefDecember 16, 2025",
      "html": "<a data-wf-native-id-path=\"9c9cded7-59e3-57f4-f6cb-739c7d0ddfbc_instance-3\" data-wf-ao-click-engagement-tracking=\"true\" data-wf-element-id=\"9c9cded7-59e3-57f4-f6cb-739c7d0ddfbc\" data-wf-cms-context=\"%5B%7B%22collectionId%22%3A%2265270f1cc6df9b25d8538f93%22%2C%22itemId%22%3A%2268455b587628d406b8b0c0c0%22%7D%5D\" href=\"/blog/agentic-commerce-consumer-intent-merchant-opportunity\" class=\"article-card w-inline-block\"><div class=\"article-card-image\"><img src=\"https://cdn.prod.website-files.com/64db8..."
    },
    {
      "href": "/blog/optimizing-payments-flow-for-google-play-store-updates",
      "text": "BlogOptimizing your payments flow for the latest Google Play Store updatesWith the Epic Games vs. Google compliance deadline ending last week, here's everything you need to know about how it affects your payments flow and how to optimize accordingly. Checkout.comNovember 3, 2025",
      "html": "<a data-wf-native-id-path=\"9c9cded7-59e3-57f4-f6cb-739c7d0ddfbc_instance-7\" data-wf-ao-click-engagement-tracking=\"true\" data-wf-element-id=\"9c9cded7-59e3-57f4-f6cb-739c7d0ddfbc\" data-wf-cms-context=\"%5B%7B%22collectionId%22%3A%2265270f1cc6df9b25d8538f93%22%2C%22itemId%22%3A%2269088724b43a6e9369191e62%22%7D%5D\" href=\"/blog/optimizing-payments-flow-for-google-play-store-updates\" class=\"article-card w-inline-block\"><div class=\"article-card-image\"><img src=\"https://cdn.prod.website-files.com/64db..."
    },
    {
      "href": "https://www.linkedin.com/company/checkout/",
      "text": "this is a social media link",
      "html": "<a rel=\"noopener\" data-wf-native-id-path=\"f14078ed-6fdf-ad65-fa38-14506e71af48:ea4a2f31-14ff-f165-ef4e-db3e4af81ca7\" data-wf-ao-click-engagement-tracking=\"true\" data-wf-element-id=\"ea4a2f31-14ff-f165-ef4e-db3e4af81ca7\" data-wf-component-context=\"%5B%7B%22componentId%22%3A%22958ddbec-192d-f1d3-bfde-4b5d512dba46%22%2C%22instanceId%22%3A%22f14078ed-6fdf-ad65-fa38-14506e71af48%22%7D%5D\" href=\"https://www.linkedin.com/company/checkout/\" target=\"_blank\" class=\"rb-social-icons-item w-inline-block\"><..."
    }
  ],
  "contactLinks": [
    {
      "href": "https://support.checkout.com/",
      "text": "SupportGet help and answers to all your questions.",
      "html": "<a data-wf-native-id-path=\"e4528735-b144-78e9-811c-2ca2591f1641:4f7cfcb8-c708-0f5e-4ea1-89469281e24f\" data-wf-ao-click-engagement-tracking=\"true\" data-wf-element-id=\"4f7cfcb8-c708-0f5e-4ea1-89469281e24f\" data-wf-component-context=\"%5B%7B%22componentId%22%3A%224f7cfcb8-c708-0f5e-4ea1-89469281e101%22%2C%22instanceId%22%3A%22e4528735-b144-78e9-811c-2ca2591f1641%22%7D%5D\" href=\"https://support.checkout.com/\" class=\"nav-dd-link w-inline-block\"><div class=\"nav-link-title\">Support</div><p class=\"nav..."
    },
    {
      "href": "/mission",
      "text": "Our MissionLearn how we help businesses to thrive in the digital economy.",
      "html": "<a data-wf-native-id-path=\"e4528735-b144-78e9-811c-2ca2591f1641:4f7cfcb8-c708-0f5e-4ea1-89469281e25f\" data-wf-ao-click-engagement-tracking=\"true\" data-wf-element-id=\"4f7cfcb8-c708-0f5e-4ea1-89469281e25f\" data-wf-component-context=\"%5B%7B%22componentId%22%3A%224f7cfcb8-c708-0f5e-4ea1-89469281e101%22%2C%22instanceId%22%3A%22e4528735-b144-78e9-811c-2ca2591f1641%22%7D%5D\" href=\"/mission\" class=\"nav-dd-link w-inline-block\"><div class=\"nav-link-title\">Our Mission</div><p class=\"nav-link-text\">Learn..."
    },
    {
      "href": "/contact-us",
      "text": "Contact UsSpeak to us to discover high-performance payments.",
      "html": "<a data-wf-native-id-path=\"e4528735-b144-78e9-811c-2ca2591f1641:4f7cfcb8-c708-0f5e-4ea1-89469281e269\" data-wf-ao-click-engagement-tracking=\"true\" data-wf-element-id=\"4f7cfcb8-c708-0f5e-4ea1-89469281e269\" data-wf-component-context=\"%5B%7B%22componentId%22%3A%224f7cfcb8-c708-0f5e-4ea1-89469281e101%22%2C%22instanceId%22%3A%22e4528735-b144-78e9-811c-2ca2591f1641%22%7D%5D\" href=\"/contact-us\" class=\"nav-dd-link w-inline-block\"><div class=\"nav-link-title\">Contact Us</div><p class=\"nav-link-text\">Spe..."
    },
    {
      "href": "/contact-sales",
      "text": "Get in touch",
      "html": "<a data-location=\"nav-cta\" data-wf-native-id-path=\"e4528735-b144-78e9-811c-2ca2591f1641:4f7cfcb8-c708-0f5e-4ea1-89469281e27f\" data-wf-ao-click-engagement-tracking=\"true\" data-wf-element-id=\"4f7cfcb8-c708-0f5e-4ea1-89469281e27f\" data-wf-component-context=\"%5B%7B%22componentId%22%3A%224f7cfcb8-c708-0f5e-4ea1-89469281e101%22%2C%22instanceId%22%3A%22e4528735-b144-78e9-811c-2ca2591f1641%22%7D%5D\" href=\"/contact-sales\" class=\"rb-button rb-25-nav w-button\">Get in touch</a>"
    },
    {
      "href": "/contact-sales",
      "text": "Get in touch",
      "html": "<a data-wf-native-id-path=\"e4528735-b144-78e9-811c-2ca2591f1641:4f7cfcb8-c708-0f5e-4ea1-89469281e284\" data-wf-ao-click-engagement-tracking=\"true\" data-wf-element-id=\"4f7cfcb8-c708-0f5e-4ea1-89469281e284\" data-wf-component-context=\"%5B%7B%22componentId%22%3A%224f7cfcb8-c708-0f5e-4ea1-89469281e101%22%2C%22instanceId%22%3A%22e4528735-b144-78e9-811c-2ca2591f1641%22%7D%5D\" href=\"/contact-sales\" class=\"rb-button rb-25-nav w-button\">Get in touch</a>"
    },
    {
      "href": "/contact-sales",
      "text": "Get in touch",
      "html": "<a data-w-id=\"9c9cded7-59e3-57f4-f6cb-739c7d0dde2c\" data-wf-native-id-path=\"9c9cded7-59e3-57f4-f6cb-739c7d0dde2c\" data-wf-ao-click-engagement-tracking=\"true\" data-wf-element-id=\"9c9cded7-59e3-57f4-f6cb-739c7d0dde2c\" href=\"/contact-sales\" class=\"rb-button w-button\">Get in touch</a>"
    },
    {
      "href": "https://www.checkout.com/newsroom/checkout-com-supports-heyteas-global-expansion-with-enhanced-digital-payments-experience",
      "text": "",
      "html": "<a data-wf-native-id-path=\"9c9cded7-59e3-57f4-f6cb-739c7d0ddf0b:a8fdf5c5-815d-e624-2ec0-ab105c410a32\" data-wf-ao-click-engagement-tracking=\"true\" data-wf-element-id=\"a8fdf5c5-815d-e624-2ec0-ab105c410a32\" data-wf-component-context=\"%5B%7B%22componentId%22%3A%22a8fdf5c5-815d-e624-2ec0-ab105c410a2a%22%2C%22instanceId%22%3A%229c9cded7-59e3-57f4-f6cb-739c7d0ddf0b%22%7D%5D\" href=\"https://www.checkout.com/newsroom/checkout-com-supports-heyteas-global-expansion-with-enhanced-digital-payments-experien..."
    },
    {
      "href": "https://www.checkout.com/newsroom/checkout-com-supports-heyteas-global-expansion-with-enhanced-digital-payments-experience",
      "text": "",
      "html": "<a data-wf-native-id-path=\"9c9cded7-59e3-57f4-f6cb-739c7d0ddf20:a8fdf5c5-815d-e624-2ec0-ab105c410a32\" data-wf-ao-click-engagement-tracking=\"true\" data-wf-element-id=\"a8fdf5c5-815d-e624-2ec0-ab105c410a32\" data-wf-component-context=\"%5B%7B%22componentId%22%3A%22a8fdf5c5-815d-e624-2ec0-ab105c410a2a%22%2C%22instanceId%22%3A%229c9cded7-59e3-57f4-f6cb-739c7d0ddf20%22%7D%5D\" href=\"https://www.checkout.com/newsroom/checkout-com-supports-heyteas-global-expansion-with-enhanced-digital-payments-experien..."
    },
    {
      "href": "https://www.checkout.com/newsroom/checkout-com-supports-heyteas-global-expansion-with-enhanced-digital-payments-experience",
      "text": "",
      "html": "<a data-wf-native-id-path=\"9c9cded7-59e3-57f4-f6cb-739c7d0ddf0b:a8fdf5c5-815d-e624-2ec0-ab105c410a32\" data-wf-ao-click-engagement-tracking=\"true\" data-wf-element-id=\"a8fdf5c5-815d-e624-2ec0-ab105c410a32\" data-wf-component-context=\"%5B%7B%22componentId%22%3A%22a8fdf5c5-815d-e624-2ec0-ab105c410a2a%22%2C%22instanceId%22%3A%229c9cded7-59e3-57f4-f6cb-739c7d0ddf0b%22%7D%5D\" href=\"https://www.checkout.com/newsroom/checkout-com-supports-heyteas-global-expansion-with-enhanced-digital-payments-experien..."
    },
    {
      "href": "https://www.checkout.com/newsroom/checkout-com-supports-heyteas-global-expansion-with-enhanced-digital-payments-experience",
      "text": "",
      "html": "<a data-wf-native-id-path=\"9c9cded7-59e3-57f4-f6cb-739c7d0ddf20:a8fdf5c5-815d-e624-2ec0-ab105c410a32\" data-wf-ao-click-engagement-tracking=\"true\" data-wf-element-id=\"a8fdf5c5-815d-e624-2ec0-ab105c410a32\" data-wf-component-context=\"%5B%7B%22componentId%22%3A%22a8fdf5c5-815d-e624-2ec0-ab105c410a2a%22%2C%22instanceId%22%3A%229c9cded7-59e3-57f4-f6cb-739c7d0ddf20%22%7D%5D\" href=\"https://www.checkout.com/newsroom/checkout-com-supports-heyteas-global-expansion-with-enhanced-digital-payments-experien..."
    },
    {
      "href": "https://www.checkout.com/newsroom/checkout-com-supports-heyteas-global-expansion-with-enhanced-digital-payments-experience",
      "text": "",
      "html": "<a data-wf-native-id-path=\"9c9cded7-59e3-57f4-f6cb-739c7d0ddf0b:a8fdf5c5-815d-e624-2ec0-ab105c410a32\" data-wf-ao-click-engagement-tracking=\"true\" data-wf-element-id=\"a8fdf5c5-815d-e624-2ec0-ab105c410a32\" data-wf-component-context=\"%5B%7B%22componentId%22%3A%22a8fdf5c5-815d-e624-2ec0-ab105c410a2a%22%2C%22instanceId%22%3A%229c9cded7-59e3-57f4-f6cb-739c7d0ddf0b%22%7D%5D\" href=\"https://www.checkout.com/newsroom/checkout-com-supports-heyteas-global-expansion-with-enhanced-digital-payments-experien..."
    },
    {
      "href": "https://www.checkout.com/newsroom/checkout-com-supports-heyteas-global-expansion-with-enhanced-digital-payments-experience",
      "text": "",
      "html": "<a data-wf-native-id-path=\"9c9cded7-59e3-57f4-f6cb-739c7d0ddf20:a8fdf5c5-815d-e624-2ec0-ab105c410a32\" data-wf-ao-click-engagement-tracking=\"true\" data-wf-element-id=\"a8fdf5c5-815d-e624-2ec0-ab105c410a32\" data-wf-component-context=\"%5B%7B%22componentId%22%3A%22a8fdf5c5-815d-e624-2ec0-ab105c410a2a%22%2C%22instanceId%22%3A%229c9cded7-59e3-57f4-f6cb-739c7d0ddf20%22%7D%5D\" href=\"https://www.checkout.com/newsroom/checkout-com-supports-heyteas-global-expansion-with-enhanced-digital-payments-experien..."
    },
    {
      "href": "/contact-sales",
      "text": "Get in touch",
      "html": "<a data-wf-native-id-path=\"9c9cded7-59e3-57f4-f6cb-739c7d0ddf91\" data-wf-ao-click-engagement-tracking=\"true\" data-wf-element-id=\"9c9cded7-59e3-57f4-f6cb-739c7d0ddf91\" href=\"/contact-sales\" class=\"rb-button w-button\">Get in touch</a>"
    },
    {
      "href": "/blog/issuing-meets-acquiring-better-together-on-a-single-platform",
      "text": "BlogIssuing meets acquiring: Better together on a single platform How unifying issuing and acquiring on a single platform helps travel businesses improve liquidity, accelerate supplier payments, generate new revenue from virtual cards, and strengthen control over risk and cash flow.Avishkar SharmaApril 30, 2026",
      "html": "<a data-w-id=\"9c9cded7-59e3-57f4-f6cb-739c7d0ddf9b\" data-wf-native-id-path=\"9c9cded7-59e3-57f4-f6cb-739c7d0ddf9b_instance-3\" data-wf-ao-click-engagement-tracking=\"true\" data-wf-element-id=\"9c9cded7-59e3-57f4-f6cb-739c7d0ddf9b\" data-wf-cms-context=\"%5B%7B%22collectionId%22%3A%2265270f1cc6df9b25d8538f93%22%2C%22itemId%22%3A%2269a032d9e2d1b8061c37947c%22%7D%5D\" href=\"/blog/issuing-meets-acquiring-better-together-on-a-single-platform\" class=\"blog-card w-inline-block\"><div class=\"blog-card-image\">..."
    },
    {
      "href": "/blog/money-movement-efficiency-with-visa-direct",
      "text": "BlogHow Checkout.com helps enterprises improve money movement efficiency with Visa DirectCheckout.com’s partnership with Visa Direct enables enterprises to move money faster through card-based funding and payouts, improving customer experience across use cases like refunds, payroll, and remittances. Jess AilionApril 1, 2026",
      "html": "<a data-w-id=\"9c9cded7-59e3-57f4-f6cb-739c7d0ddf9b\" data-wf-native-id-path=\"9c9cded7-59e3-57f4-f6cb-739c7d0ddf9b_instance-7\" data-wf-ao-click-engagement-tracking=\"true\" data-wf-element-id=\"9c9cded7-59e3-57f4-f6cb-739c7d0ddf9b\" data-wf-cms-context=\"%5B%7B%22collectionId%22%3A%2265270f1cc6df9b25d8538f93%22%2C%22itemId%22%3A%2269cd524743e0f5bb8cf90930%22%7D%5D\" href=\"/blog/money-movement-efficiency-with-visa-direct\" class=\"blog-card w-inline-block\"><div class=\"blog-card-image\"><img src=\"https://..."
    },
    {
      "href": "/contact-us",
      "text": "Contact us",
      "html": "<a data-wf-native-id-path=\"f14078ed-6fdf-ad65-fa38-14506e71af48:958ddbec-192d-f1d3-bfde-4b5d512dba9f\" data-wf-ao-click-engagement-tracking=\"true\" data-wf-element-id=\"958ddbec-192d-f1d3-bfde-4b5d512dba9f\" data-wf-component-context=\"%5B%7B%22componentId%22%3A%22958ddbec-192d-f1d3-bfde-4b5d512dba46%22%2C%22instanceId%22%3A%22f14078ed-6fdf-ad65-fa38-14506e71af48%22%7D%5D\" href=\"/contact-us\" class=\"rb-footer-link-item w-inline-block\"><div class=\"rb-footer-link-text\">Contact us</div></a>"
    },
    {
      "href": "https://support.checkout.com/",
      "text": "Support",
      "html": "<a rel=\"noopener\" data-wf-native-id-path=\"f14078ed-6fdf-ad65-fa38-14506e71af48:958ddbec-192d-f1d3-bfde-4b5d512dbacc\" data-wf-ao-click-engagement-tracking=\"true\" data-wf-element-id=\"958ddbec-192d-f1d3-bfde-4b5d512dbacc\" data-wf-component-context=\"%5B%7B%22componentId%22%3A%22958ddbec-192d-f1d3-bfde-4b5d512dba46%22%2C%22instanceId%22%3A%22f14078ed-6fdf-ad65-fa38-14506e71af48%22%7D%5D\" href=\"https://support.checkout.com/\" target=\"_blank\" class=\"rb-footer-link-item last-footer-link-item w-inline-..."
    }
  ],
  "privacyLinks": [
    {
      "href": "/legal/terms-and-policies",
      "text": "Terms & policies",
      "html": "<a data-wf-native-id-path=\"f14078ed-6fdf-ad65-fa38-14506e71af48:958ddbec-192d-f1d3-bfde-4b5d512dbad8\" data-wf-ao-click-engagement-tracking=\"true\" data-wf-element-id=\"958ddbec-192d-f1d3-bfde-4b5d512dbad8\" data-wf-component-context=\"%5B%7B%22componentId%22%3A%22958ddbec-192d-f1d3-bfde-4b5d512dba46%22%2C%22instanceId%22%3A%22f14078ed-6fdf-ad65-fa38-14506e71af48%22%7D%5D\" href=\"/legal/terms-and-policies\" class=\"rb-mini-footer-link\">Terms &amp;&#xa0;policies</a>"
    },
    {
      "href": "/legal/service-terms",
      "text": "Service terms",
      "html": "<a data-wf-native-id-path=\"f14078ed-6fdf-ad65-fa38-14506e71af48:c94f8535-22b8-c3e5-4c40-54c0e5c91353\" data-wf-ao-click-engagement-tracking=\"true\" data-wf-element-id=\"c94f8535-22b8-c3e5-4c40-54c0e5c91353\" data-wf-component-context=\"%5B%7B%22componentId%22%3A%22958ddbec-192d-f1d3-bfde-4b5d512dba46%22%2C%22instanceId%22%3A%22f14078ed-6fdf-ad65-fa38-14506e71af48%22%7D%5D\" href=\"/legal/service-terms\" class=\"rb-mini-footer-link\">Service terms</a>"
    },
    {
      "href": "/legal/country-terms",
      "text": "Country terms",
      "html": "<a data-wf-native-id-path=\"f14078ed-6fdf-ad65-fa38-14506e71af48:9352e701-4db8-9364-e481-7b6d7a715bc0\" data-wf-ao-click-engagement-tracking=\"true\" data-wf-element-id=\"9352e701-4db8-9364-e481-7b6d7a715bc0\" data-wf-component-context=\"%5B%7B%22componentId%22%3A%22958ddbec-192d-f1d3-bfde-4b5d512dba46%22%2C%22instanceId%22%3A%22f14078ed-6fdf-ad65-fa38-14506e71af48%22%7D%5D\" href=\"/legal/country-terms\" class=\"rb-mini-footer-link\">Country terms</a>"
    },
    {
      "href": "/legal/privacy-policy",
      "text": "Privacy notice",
      "html": "<a data-wf-native-id-path=\"f14078ed-6fdf-ad65-fa38-14506e71af48:958ddbec-192d-f1d3-bfde-4b5d512dbada\" data-wf-ao-click-engagement-tracking=\"true\" data-wf-element-id=\"958ddbec-192d-f1d3-bfde-4b5d512dbada\" data-wf-component-context=\"%5B%7B%22componentId%22%3A%22958ddbec-192d-f1d3-bfde-4b5d512dba46%22%2C%22instanceId%22%3A%22f14078ed-6fdf-ad65-fa38-14506e71af48%22%7D%5D\" href=\"/legal/privacy-policy\" class=\"rb-mini-footer-link\">Privacy notice</a>"
    },
    {
      "href": "https://www.checkout.com/legal/privacy-policy",
      "text": "Privacy Policy",
      "html": "<a class=\"ot-cookie-policy-link\" href=\"https://www.checkout.com/legal/privacy-policy\" aria-label=\"More information about your privacy, opens in a new tab\" rel=\"noopener\" target=\"_blank\">Privacy Policy</a>"
    }
  ],
  "score": 40,
  "weight": 20
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

AEO: Answer evidence and trust

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

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": "/blog/profit-formula-balance-revenue-fraud-costs-payment",
      "text": "BlogThe profit formula: How to balance revenue, fraud, and costs at checkout“A company’s revenue engine is a critical success factor,” wise words of serial entrepreneur Tom Mohr.Daniel LinderApril 9, 2026",
      "html": "<a data-w-id=\"9c9cded7-59e3-57f4-f6cb-739c7d0ddf9b\" data-wf-native-id-path=\"9c9cded7-59e3-57f4-f6cb-739c7d0ddf9b_instance-6\" data-wf-ao-click-engagement-tracking=\"true\" data-wf-element-id=\"9c9cded7-59e3-57f4-f6cb-739c7d0ddf9b\" data-wf-cms-context=\"%5B%7B%22collectionId%22%3A%2265270f1cc6df9b25d8538f93%22%2C%22itemId%22%3A%2269d7959dfc87c8fa446c5a3a%22%7D%5D\" href=\"/blog/profit-formula-balance-revenue-fraud-costs-payment\" class=\"blog-card w-inline-block\"><div class=\"blog-card-image\"><img src=\"..."
    },
    {
      "href": "/blog/agentic-commerce-consumer-intent-merchant-opportunity",
      "text": "BlogAgentic commerce: Where consumer intent meets merchant opportunityLearn about the opportunities agentic commerce could create to reach customers.Rami JosefDecember 16, 2025",
      "html": "<a data-wf-native-id-path=\"9c9cded7-59e3-57f4-f6cb-739c7d0ddfbc_instance-3\" data-wf-ao-click-engagement-tracking=\"true\" data-wf-element-id=\"9c9cded7-59e3-57f4-f6cb-739c7d0ddfbc\" data-wf-cms-context=\"%5B%7B%22collectionId%22%3A%2265270f1cc6df9b25d8538f93%22%2C%22itemId%22%3A%2268455b587628d406b8b0c0c0%22%7D%5D\" href=\"/blog/agentic-commerce-consumer-intent-merchant-opportunity\" class=\"article-card w-inline-block\"><div class=\"article-card-image\"><img src=\"https://cdn.prod.website-files.com/64db8..."
    },
    {
      "href": "/blog/optimizing-payments-flow-for-google-play-store-updates",
      "text": "BlogOptimizing your payments flow for the latest Google Play Store updatesWith the Epic Games vs. Google compliance deadline ending last week, here's everything you need to know about how it affects your payments flow and how to optimize accordingly. Checkout.comNovember 3, 2025",
      "html": "<a data-wf-native-id-path=\"9c9cded7-59e3-57f4-f6cb-739c7d0ddfbc_instance-7\" data-wf-ao-click-engagement-tracking=\"true\" data-wf-element-id=\"9c9cded7-59e3-57f4-f6cb-739c7d0ddfbc\" data-wf-cms-context=\"%5B%7B%22collectionId%22%3A%2265270f1cc6df9b25d8538f93%22%2C%22itemId%22%3A%2269088724b43a6e9369191e62%22%7D%5D\" href=\"/blog/optimizing-payments-flow-for-google-play-store-updates\" class=\"article-card w-inline-block\"><div class=\"article-card-image\"><img src=\"https://cdn.prod.website-files.com/64db..."
    },
    {
      "href": "https://www.linkedin.com/company/checkout/",
      "text": "this is a social media link",
      "html": "<a rel=\"noopener\" data-wf-native-id-path=\"f14078ed-6fdf-ad65-fa38-14506e71af48:ea4a2f31-14ff-f165-ef4e-db3e4af81ca7\" data-wf-ao-click-engagement-tracking=\"true\" data-wf-element-id=\"ea4a2f31-14ff-f165-ef4e-db3e4af81ca7\" data-wf-component-context=\"%5B%7B%22componentId%22%3A%22958ddbec-192d-f1d3-bfde-4b5d512dba46%22%2C%22instanceId%22%3A%22f14078ed-6fdf-ad65-fa38-14506e71af48%22%7D%5D\" href=\"https://www.linkedin.com/company/checkout/\" target=\"_blank\" class=\"rb-social-icons-item w-inline-block\"><..."
    }
  ],
  "contactLinks": [
    {
      "href": "https://support.checkout.com/",
      "text": "SupportGet help and answers to all your questions.",
      "html": "<a data-wf-native-id-path=\"e4528735-b144-78e9-811c-2ca2591f1641:4f7cfcb8-c708-0f5e-4ea1-89469281e24f\" data-wf-ao-click-engagement-tracking=\"true\" data-wf-element-id=\"4f7cfcb8-c708-0f5e-4ea1-89469281e24f\" data-wf-component-context=\"%5B%7B%22componentId%22%3A%224f7cfcb8-c708-0f5e-4ea1-89469281e101%22%2C%22instanceId%22%3A%22e4528735-b144-78e9-811c-2ca2591f1641%22%7D%5D\" href=\"https://support.checkout.com/\" class=\"nav-dd-link w-inline-block\"><div class=\"nav-link-title\">Support</div><p class=\"nav..."
    },
    {
      "href": "/mission",
      "text": "Our MissionLearn how we help businesses to thrive in the digital economy.",
      "html": "<a data-wf-native-id-path=\"e4528735-b144-78e9-811c-2ca2591f1641:4f7cfcb8-c708-0f5e-4ea1-89469281e25f\" data-wf-ao-click-engagement-tracking=\"true\" data-wf-element-id=\"4f7cfcb8-c708-0f5e-4ea1-89469281e25f\" data-wf-component-context=\"%5B%7B%22componentId%22%3A%224f7cfcb8-c708-0f5e-4ea1-89469281e101%22%2C%22instanceId%22%3A%22e4528735-b144-78e9-811c-2ca2591f1641%22%7D%5D\" href=\"/mission\" class=\"nav-dd-link w-inline-block\"><div class=\"nav-link-title\">Our Mission</div><p class=\"nav-link-text\">Learn..."
    },
    {
      "href": "/contact-us",
      "text": "Contact UsSpeak to us to discover high-performance payments.",
      "html": "<a data-wf-native-id-path=\"e4528735-b144-78e9-811c-2ca2591f1641:4f7cfcb8-c708-0f5e-4ea1-89469281e269\" data-wf-ao-click-engagement-tracking=\"true\" data-wf-element-id=\"4f7cfcb8-c708-0f5e-4ea1-89469281e269\" data-wf-component-context=\"%5B%7B%22componentId%22%3A%224f7cfcb8-c708-0f5e-4ea1-89469281e101%22%2C%22instanceId%22%3A%22e4528735-b144-78e9-811c-2ca2591f1641%22%7D%5D\" href=\"/contact-us\" class=\"nav-dd-link w-inline-block\"><div class=\"nav-link-title\">Contact Us</div><p class=\"nav-link-text\">Spe..."
    },
    {
      "href": "/contact-sales",
      "text": "Get in touch",
      "html": "<a data-location=\"nav-cta\" data-wf-native-id-path=\"e4528735-b144-78e9-811c-2ca2591f1641:4f7cfcb8-c708-0f5e-4ea1-89469281e27f\" data-wf-ao-click-engagement-tracking=\"true\" data-wf-element-id=\"4f7cfcb8-c708-0f5e-4ea1-89469281e27f\" data-wf-component-context=\"%5B%7B%22componentId%22%3A%224f7cfcb8-c708-0f5e-4ea1-89469281e101%22%2C%22instanceId%22%3A%22e4528735-b144-78e9-811c-2ca2591f1641%22%7D%5D\" href=\"/contact-sales\" class=\"rb-button rb-25-nav w-button\">Get in touch</a>"
    },
    {
      "href": "/contact-sales",
      "text": "Get in touch",
      "html": "<a data-wf-native-id-path=\"e4528735-b144-78e9-811c-2ca2591f1641:4f7cfcb8-c708-0f5e-4ea1-89469281e284\" data-wf-ao-click-engagement-tracking=\"true\" data-wf-element-id=\"4f7cfcb8-c708-0f5e-4ea1-89469281e284\" data-wf-component-context=\"%5B%7B%22componentId%22%3A%224f7cfcb8-c708-0f5e-4ea1-89469281e101%22%2C%22instanceId%22%3A%22e4528735-b144-78e9-811c-2ca2591f1641%22%7D%5D\" href=\"/contact-sales\" class=\"rb-button rb-25-nav w-button\">Get in touch</a>"
    },
    {
      "href": "/contact-sales",
      "text": "Get in touch",
      "html": "<a data-w-id=\"9c9cded7-59e3-57f4-f6cb-739c7d0dde2c\" data-wf-native-id-path=\"9c9cded7-59e3-57f4-f6cb-739c7d0dde2c\" data-wf-ao-click-engagement-tracking=\"true\" data-wf-element-id=\"9c9cded7-59e3-57f4-f6cb-739c7d0dde2c\" href=\"/contact-sales\" class=\"rb-button w-button\">Get in touch</a>"
    },
    {
      "href": "https://www.checkout.com/newsroom/checkout-com-supports-heyteas-global-expansion-with-enhanced-digital-payments-experience",
      "text": "",
      "html": "<a data-wf-native-id-path=\"9c9cded7-59e3-57f4-f6cb-739c7d0ddf0b:a8fdf5c5-815d-e624-2ec0-ab105c410a32\" data-wf-ao-click-engagement-tracking=\"true\" data-wf-element-id=\"a8fdf5c5-815d-e624-2ec0-ab105c410a32\" data-wf-component-context=\"%5B%7B%22componentId%22%3A%22a8fdf5c5-815d-e624-2ec0-ab105c410a2a%22%2C%22instanceId%22%3A%229c9cded7-59e3-57f4-f6cb-739c7d0ddf0b%22%7D%5D\" href=\"https://www.checkout.com/newsroom/checkout-com-supports-heyteas-global-expansion-with-enhanced-digital-payments-experien..."
    },
    {
      "href": "https://www.checkout.com/newsroom/checkout-com-supports-heyteas-global-expansion-with-enhanced-digital-payments-experience",
      "text": "",
      "html": "<a data-wf-native-id-path=\"9c9cded7-59e3-57f4-f6cb-739c7d0ddf20:a8fdf5c5-815d-e624-2ec0-ab105c410a32\" data-wf-ao-click-engagement-tracking=\"true\" data-wf-element-id=\"a8fdf5c5-815d-e624-2ec0-ab105c410a32\" data-wf-component-context=\"%5B%7B%22componentId%22%3A%22a8fdf5c5-815d-e624-2ec0-ab105c410a2a%22%2C%22instanceId%22%3A%229c9cded7-59e3-57f4-f6cb-739c7d0ddf20%22%7D%5D\" href=\"https://www.checkout.com/newsroom/checkout-com-supports-heyteas-global-expansion-with-enhanced-digital-payments-experien..."
    },
    {
      "href": "https://www.checkout.com/newsroom/checkout-com-supports-heyteas-global-expansion-with-enhanced-digital-payments-experience",
      "text": "",
      "html": "<a data-wf-native-id-path=\"9c9cded7-59e3-57f4-f6cb-739c7d0ddf0b:a8fdf5c5-815d-e624-2ec0-ab105c410a32\" data-wf-ao-click-engagement-tracking=\"true\" data-wf-element-id=\"a8fdf5c5-815d-e624-2ec0-ab105c410a32\" data-wf-component-context=\"%5B%7B%22componentId%22%3A%22a8fdf5c5-815d-e624-2ec0-ab105c410a2a%22%2C%22instanceId%22%3A%229c9cded7-59e3-57f4-f6cb-739c7d0ddf0b%22%7D%5D\" href=\"https://www.checkout.com/newsroom/checkout-com-supports-heyteas-global-expansion-with-enhanced-digital-payments-experien..."
    },
    {
      "href": "https://www.checkout.com/newsroom/checkout-com-supports-heyteas-global-expansion-with-enhanced-digital-payments-experience",
      "text": "",
      "html": "<a data-wf-native-id-path=\"9c9cded7-59e3-57f4-f6cb-739c7d0ddf20:a8fdf5c5-815d-e624-2ec0-ab105c410a32\" data-wf-ao-click-engagement-tracking=\"true\" data-wf-element-id=\"a8fdf5c5-815d-e624-2ec0-ab105c410a32\" data-wf-component-context=\"%5B%7B%22componentId%22%3A%22a8fdf5c5-815d-e624-2ec0-ab105c410a2a%22%2C%22instanceId%22%3A%229c9cded7-59e3-57f4-f6cb-739c7d0ddf20%22%7D%5D\" href=\"https://www.checkout.com/newsroom/checkout-com-supports-heyteas-global-expansion-with-enhanced-digital-payments-experien..."
    },
    {
      "href": "https://www.checkout.com/newsroom/checkout-com-supports-heyteas-global-expansion-with-enhanced-digital-payments-experience",
      "text": "",
      "html": "<a data-wf-native-id-path=\"9c9cded7-59e3-57f4-f6cb-739c7d0ddf0b:a8fdf5c5-815d-e624-2ec0-ab105c410a32\" data-wf-ao-click-engagement-tracking=\"true\" data-wf-element-id=\"a8fdf5c5-815d-e624-2ec0-ab105c410a32\" data-wf-component-context=\"%5B%7B%22componentId%22%3A%22a8fdf5c5-815d-e624-2ec0-ab105c410a2a%22%2C%22instanceId%22%3A%229c9cded7-59e3-57f4-f6cb-739c7d0ddf0b%22%7D%5D\" href=\"https://www.checkout.com/newsroom/checkout-com-supports-heyteas-global-expansion-with-enhanced-digital-payments-experien..."
    },
    {
      "href": "https://www.checkout.com/newsroom/checkout-com-supports-heyteas-global-expansion-with-enhanced-digital-payments-experience",
      "text": "",
      "html": "<a data-wf-native-id-path=\"9c9cded7-59e3-57f4-f6cb-739c7d0ddf20:a8fdf5c5-815d-e624-2ec0-ab105c410a32\" data-wf-ao-click-engagement-tracking=\"true\" data-wf-element-id=\"a8fdf5c5-815d-e624-2ec0-ab105c410a32\" data-wf-component-context=\"%5B%7B%22componentId%22%3A%22a8fdf5c5-815d-e624-2ec0-ab105c410a2a%22%2C%22instanceId%22%3A%229c9cded7-59e3-57f4-f6cb-739c7d0ddf20%22%7D%5D\" href=\"https://www.checkout.com/newsroom/checkout-com-supports-heyteas-global-expansion-with-enhanced-digital-payments-experien..."
    },
    {
      "href": "/contact-sales",
      "text": "Get in touch",
      "html": "<a data-wf-native-id-path=\"9c9cded7-59e3-57f4-f6cb-739c7d0ddf91\" data-wf-ao-click-engagement-tracking=\"true\" data-wf-element-id=\"9c9cded7-59e3-57f4-f6cb-739c7d0ddf91\" href=\"/contact-sales\" class=\"rb-button w-button\">Get in touch</a>"
    },
    {
      "href": "/blog/issuing-meets-acquiring-better-together-on-a-single-platform",
      "text": "BlogIssuing meets acquiring: Better together on a single platform How unifying issuing and acquiring on a single platform helps travel businesses improve liquidity, accelerate supplier payments, generate new revenue from virtual cards, and strengthen control over risk and cash flow.Avishkar SharmaApril 30, 2026",
      "html": "<a data-w-id=\"9c9cded7-59e3-57f4-f6cb-739c7d0ddf9b\" data-wf-native-id-path=\"9c9cded7-59e3-57f4-f6cb-739c7d0ddf9b_instance-3\" data-wf-ao-click-engagement-tracking=\"true\" data-wf-element-id=\"9c9cded7-59e3-57f4-f6cb-739c7d0ddf9b\" data-wf-cms-context=\"%5B%7B%22collectionId%22%3A%2265270f1cc6df9b25d8538f93%22%2C%22itemId%22%3A%2269a032d9e2d1b8061c37947c%22%7D%5D\" href=\"/blog/issuing-meets-acquiring-better-together-on-a-single-platform\" class=\"blog-card w-inline-block\"><div class=\"blog-card-image\">..."
    },
    {
      "href": "/blog/money-movement-efficiency-with-visa-direct",
      "text": "BlogHow Checkout.com helps enterprises improve money movement efficiency with Visa DirectCheckout.com’s partnership with Visa Direct enables enterprises to move money faster through card-based funding and payouts, improving customer experience across use cases like refunds, payroll, and remittances. Jess AilionApril 1, 2026",
      "html": "<a data-w-id=\"9c9cded7-59e3-57f4-f6cb-739c7d0ddf9b\" data-wf-native-id-path=\"9c9cded7-59e3-57f4-f6cb-739c7d0ddf9b_instance-7\" data-wf-ao-click-engagement-tracking=\"true\" data-wf-element-id=\"9c9cded7-59e3-57f4-f6cb-739c7d0ddf9b\" data-wf-cms-context=\"%5B%7B%22collectionId%22%3A%2265270f1cc6df9b25d8538f93%22%2C%22itemId%22%3A%2269cd524743e0f5bb8cf90930%22%7D%5D\" href=\"/blog/money-movement-efficiency-with-visa-direct\" class=\"blog-card w-inline-block\"><div class=\"blog-card-image\"><img src=\"https://..."
    },
    {
      "href": "/contact-us",
      "text": "Contact us",
      "html": "<a data-wf-native-id-path=\"f14078ed-6fdf-ad65-fa38-14506e71af48:958ddbec-192d-f1d3-bfde-4b5d512dba9f\" data-wf-ao-click-engagement-tracking=\"true\" data-wf-element-id=\"958ddbec-192d-f1d3-bfde-4b5d512dba9f\" data-wf-component-context=\"%5B%7B%22componentId%22%3A%22958ddbec-192d-f1d3-bfde-4b5d512dba46%22%2C%22instanceId%22%3A%22f14078ed-6fdf-ad65-fa38-14506e71af48%22%7D%5D\" href=\"/contact-us\" class=\"rb-footer-link-item w-inline-block\"><div class=\"rb-footer-link-text\">Contact us</div></a>"
    },
    {
      "href": "https://support.checkout.com/",
      "text": "Support",
      "html": "<a rel=\"noopener\" data-wf-native-id-path=\"f14078ed-6fdf-ad65-fa38-14506e71af48:958ddbec-192d-f1d3-bfde-4b5d512dbacc\" data-wf-ao-click-engagement-tracking=\"true\" data-wf-element-id=\"958ddbec-192d-f1d3-bfde-4b5d512dbacc\" data-wf-component-context=\"%5B%7B%22componentId%22%3A%22958ddbec-192d-f1d3-bfde-4b5d512dba46%22%2C%22instanceId%22%3A%22f14078ed-6fdf-ad65-fa38-14506e71af48%22%7D%5D\" href=\"https://support.checkout.com/\" target=\"_blank\" class=\"rb-footer-link-item last-footer-link-item w-inline-..."
    }
  ],
  "privacyLinks": [
    {
      "href": "/legal/terms-and-policies",
      "text": "Terms & policies",
      "html": "<a data-wf-native-id-path=\"f14078ed-6fdf-ad65-fa38-14506e71af48:958ddbec-192d-f1d3-bfde-4b5d512dbad8\" data-wf-ao-click-engagement-tracking=\"true\" data-wf-element-id=\"958ddbec-192d-f1d3-bfde-4b5d512dbad8\" data-wf-component-context=\"%5B%7B%22componentId%22%3A%22958ddbec-192d-f1d3-bfde-4b5d512dba46%22%2C%22instanceId%22%3A%22f14078ed-6fdf-ad65-fa38-14506e71af48%22%7D%5D\" href=\"/legal/terms-and-policies\" class=\"rb-mini-footer-link\">Terms &amp;&#xa0;policies</a>"
    },
    {
      "href": "/legal/service-terms",
      "text": "Service terms",
      "html": "<a data-wf-native-id-path=\"f14078ed-6fdf-ad65-fa38-14506e71af48:c94f8535-22b8-c3e5-4c40-54c0e5c91353\" data-wf-ao-click-engagement-tracking=\"true\" data-wf-element-id=\"c94f8535-22b8-c3e5-4c40-54c0e5c91353\" data-wf-component-context=\"%5B%7B%22componentId%22%3A%22958ddbec-192d-f1d3-bfde-4b5d512dba46%22%2C%22instanceId%22%3A%22f14078ed-6fdf-ad65-fa38-14506e71af48%22%7D%5D\" href=\"/legal/service-terms\" class=\"rb-mini-footer-link\">Service terms</a>"
    },
    {
      "href": "/legal/country-terms",
      "text": "Country terms",
      "html": "<a data-wf-native-id-path=\"f14078ed-6fdf-ad65-fa38-14506e71af48:9352e701-4db8-9364-e481-7b6d7a715bc0\" data-wf-ao-click-engagement-tracking=\"true\" data-wf-element-id=\"9352e701-4db8-9364-e481-7b6d7a715bc0\" data-wf-component-context=\"%5B%7B%22componentId%22%3A%22958ddbec-192d-f1d3-bfde-4b5d512dba46%22%2C%22instanceId%22%3A%22f14078ed-6fdf-ad65-fa38-14506e71af48%22%7D%5D\" href=\"/legal/country-terms\" class=\"rb-mini-footer-link\">Country terms</a>"
    },
    {
      "href": "/legal/privacy-policy",
      "text": "Privacy notice",
      "html": "<a data-wf-native-id-path=\"f14078ed-6fdf-ad65-fa38-14506e71af48:958ddbec-192d-f1d3-bfde-4b5d512dbada\" data-wf-ao-click-engagement-tracking=\"true\" data-wf-element-id=\"958ddbec-192d-f1d3-bfde-4b5d512dbada\" data-wf-component-context=\"%5B%7B%22componentId%22%3A%22958ddbec-192d-f1d3-bfde-4b5d512dba46%22%2C%22instanceId%22%3A%22f14078ed-6fdf-ad65-fa38-14506e71af48%22%7D%5D\" href=\"/legal/privacy-policy\" class=\"rb-mini-footer-link\">Privacy notice</a>"
    },
    {
      "href": "https://www.checkout.com/legal/privacy-policy",
      "text": "Privacy Policy",
      "html": "<a class=\"ot-cookie-policy-link\" href=\"https://www.checkout.com/legal/privacy-policy\" aria-label=\"More information about your privacy, opens in a new tab\" rel=\"noopener\" target=\"_blank\">Privacy Policy</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

29 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": 37,
  "passing": 8,
  "failing": [
    {
      "heading": "the world",
      "headingHtml": "<h2 data-w-id=\"9c9cded7-59e3-57f4-f6cb-739c7d0dde25\" class=\"home-hero-h\">the world</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "checks out",
      "headingHtml": "<h2 data-w-id=\"9c9cded7-59e3-57f4-f6cb-739c7d0dde28\" class=\"home-hero-h mobile-blue\">checks out</h2>",
      "firstParagraph": "Payments move money. High-performance payments move your business forward. It’s why we obsess over every basis point. And why businesses you love check out with Checkout.com.",
      "paragraphHtml": "<p id=\"w-node-_9c9cded7-59e3-57f4-f6cb-739c7d0dde2a-d8538ede\" data-w-id=\"9c9cded7-59e3-57f4-f6cb-739c7d0dde2a\" class=\"home-hero-subheading\">Payments move money. High-performance payments move your business forward. It&#x2019;s why we obsess over every basis point. And why businesses you love check out with Checkout.com.</p>",
      "words": 28,
      "direct": false,
      "issue": "First paragraph is 28 words and does not look like a concise direct answer."
    },
    {
      "heading": "INTELLIGENTACCEPTANCE",
      "headingHtml": "<h2 id=\"w-node-_9c9cded7-59e3-57f4-f6cb-739c7d0ddeea-d8538ede\" data-w-id=\"9c9cded7-59e3-57f4-f6cb-739c7d0ddeea\" class=\"rb-h2 new-home rb-no-margin text-center-mobile\">INTELLIGENT<br>ACCEPTANCE</h2>",
      "firstParagraph": "Automatically optimize every payment with an AI engine designed to increase conversions and capture more revenue.",
      "paragraphHtml": "<p class=\"rb-paragraph-regular\">Automatically optimize every payment with an AI engine designed to increase conversions and capture more revenue.</p>",
      "words": 16,
      "direct": false,
      "issue": "First paragraph is 16 words and does not look like a concise direct answer."
    },
    {
      "heading": "Checkout.com named a Leader by Forrester",
      "headingHtml": "<h2 id=\"w-node-_010843cd-501a-19b8-16c1-ad1decc5e739-d8538ede\" data-w-id=\"010843cd-501a-19b8-16c1-ad1decc5e739\" class=\"rb-h2 new-home rb-no-margin text-center-mobile\">Checkout.com named a Leader by Forrester</h2>",
      "firstParagraph": "Read independent insights informed by customer perspectives for a clear understanding of the payments market.",
      "paragraphHtml": "<p class=\"rb-paragraph-regular\">Read independent insights informed by customer perspectives for a clear understanding of the payments market.</p>",
      "words": 15,
      "direct": false,
      "issue": "First paragraph is 15 words and does not look like a concise direct answer."
    },
    {
      "heading": "Scale you can trust",
      "headingHtml": "<h2 class=\"rb-h2 new-home rb-no-margin special-mobile\">Scale you can trust</h2>",
      "firstParagraph": "The total volume of ecommerce payments we processed in 2025 for enterprise merchants around the world.",
      "paragraphHtml": "<p class=\"rb-paragraph-regular counter-subheading\">The total volume of ecommerce payments we processed in 2025 for enterprise merchants around the world.</p>",
      "words": 16,
      "direct": false,
      "issue": "First paragraph is 16 words and does not look like a concise direct answer."
    },
    {
      "heading": "Latest articles",
      "headingHtml": "<h2 class=\"rb-h2 new-home rb-no-margin\">Latest articles</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "A guide to payment tokenization",
      "headingHtml": "<h3 class=\"blog-card-tiltle\">A guide to payment tokenization</h3>",
      "firstParagraph": "Tokenization replaces sensitive payment data with a surrogate value. It makes payments safer for everyone.",
      "paragraphHtml": "<p class=\"rb-paragraph-regular rb-no-margin\">Tokenization replaces sensitive payment data with a surrogate value. It makes payments safer for everyone.</p>",
      "words": 15,
      "direct": false,
      "issue": "First paragraph is 15 words and does not look like a concise direct answer."
    },
    {
      "heading": "How we’re using AI to accelerate our velocity and compound our learning",
      "headingHtml": "<h3 class=\"blog-card-tiltle\">How we&#x2019;re using AI to accelerate our velocity and compound our learning </h3>",
      "firstParagraph": "We are going all-in on AI in every corner of how we work.",
      "paragraphHtml": "<p class=\"rb-paragraph-regular rb-no-margin\">We are going all-in on AI in every corner of how we work.</p>",
      "words": 13,
      "direct": false,
      "issue": "First paragraph is 13 words and does not look like a concise direct answer."
    },
    {
      "heading": "My Path in Payments: Sarah Boehmer, Senior Director, Payments & Chargebacks Strategy at justt",
      "headingHtml": "<h3 class=\"blog-card-tiltle\">My Path in Payments: Sarah Boehmer, Senior Director, Payments &amp; Chargebacks Strategy at justt </h3>",
      "firstParagraph": "A conversation with Sarah Boehmer on her journey into payments, the role of chargebacks in agentic commerce, and why curiosity, collaboration, and constant optimization keep the industry moving forward.",
      "paragraphHtml": "<p class=\"rb-paragraph-regular rb-no-margin\">A conversation with Sarah Boehmer on her journey into payments, the role of chargebacks in agentic commerce, and why curiosity, collaboration, and constant optimization keep the industry moving forward. </p>",
      "words": 29,
      "direct": false,
      "issue": "First paragraph is 29 words and does not look like a concise direct answer."
    },
    {
      "heading": "MRC collaboration: Thriving starts with education",
      "headingHtml": "<h3 class=\"blog-card-tiltle\">MRC collaboration: Thriving starts with education</h3>",
      "firstParagraph": "As the payments profession flourishes, Checkout.com is committed to global payments education.",
      "paragraphHtml": "<p class=\"rb-paragraph-regular rb-no-margin\">As the payments profession flourishes, Checkout.com is committed to global payments education.</p>",
      "words": 13,
      "direct": false,
      "issue": "First paragraph is 13 words and does not look like a concise direct answer."
    },
    {
      "heading": "The profit formula: How to balance revenue, fraud, and costs at checkout",
      "headingHtml": "<h3 class=\"blog-card-tiltle\">The profit formula: How to balance revenue, fraud, and costs at checkout</h3>",
      "firstParagraph": "“A company’s revenue engine is a critical success factor,” wise words of serial entrepreneur Tom Mohr.",
      "paragraphHtml": "<p class=\"rb-paragraph-regular rb-no-margin\">&#x201c;A company&#x2019;s revenue engine is a critical success factor,&#x201d; wise words of serial entrepreneur Tom Mohr.</p>",
      "words": 17,
      "direct": false,
      "issue": "First paragraph is 17 words and does not look like a concise direct answer."
    },
    {
      "heading": "How Checkout.com helps enterprises improve money movement efficiency with Visa Direct",
      "headingHtml": "<h3 class=\"blog-card-tiltle\">How Checkout.com helps enterprises improve money movement efficiency with Visa Direct</h3>",
      "firstParagraph": "Checkout.com’s partnership with Visa Direct enables enterprises to move money faster through card-based funding and payouts, improving customer experience across use cases like refunds, payroll, and remittances.",
      "paragraphHtml": "<p class=\"rb-paragraph-regular rb-no-margin\">Checkout.com&#x2019;s partnership with Visa Direct enables enterprises to move money faster through card-based funding and payouts, improving customer experience across use cases like refunds, payroll, and remittances. </p>",
      "words": 29,
      "direct": false,
      "issue": "First paragraph is 29 words and does not look like a concise direct answer."
    },
    {
      "heading": "Payment tracking update: What is Mastercard TLID?",
      "headingHtml": "<h3 class=\"blog-card-tiltle\">Payment tracking update: What is Mastercard TLID?</h3>",
      "firstParagraph": "Now is the time to prepare for storing the TLID from Mastercard.",
      "paragraphHtml": "<p class=\"rb-paragraph-regular rb-no-margin\">Now is the time to prepare for storing the TLID from Mastercard. </p>",
      "words": 12,
      "direct": false,
      "issue": "First paragraph is 12 words and does not look like a concise direct answer."
    },
    {
      "heading": "Popular resources",
      "headingHtml": "<h2 class=\"rb-h2 new-home rb-no-margin\">Popular resources</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "2025 Annual Letter: The Power of the Long View",
      "headingHtml": "<h3 class=\"articles-heading\">2025 Annual Letter: The Power of the Long View</h3>",
      "firstParagraph": "\"Why do we fall, Bruce? So we can learn to pick ourselves up.\" Thomas Wayne, Batman Begins",
      "paragraphHtml": "<p class=\"rb-paragraph-regular\">&quot;Why do we fall, Bruce? So we can learn to pick ourselves up.&quot; Thomas Wayne, Batman Begins&#xa0;</p>",
      "words": 17,
      "direct": false,
      "issue": "First paragraph is 17 words and does not look like a concise direct answer."
    },
    {
      "heading": "OpenAI’s ACP and Google’s UCP: What’s the difference?",
      "headingHtml": "<h3 class=\"articles-heading\">OpenAI&#x2019;s ACP and Google&#x2019;s UCP: What&#x2019;s the difference?</h3>",
      "firstParagraph": "",
      "paragraphHtml": "<p class=\"rb-paragraph-regular w-dyn-bind-empty\"></p>",
      "words": 0,
      "direct": false,
      "issue": "First paragraph is 0 words and does not look like a concise direct answer."
    },
    {
      "heading": "Agentic commerce: Where consumer intent meets merchant opportunity",
      "headingHtml": "<h3 class=\"articles-heading\">Agentic commerce: Where consumer intent meets merchant opportunity</h3>",
      "firstParagraph": "Learn about the opportunities agentic commerce could create to reach customers.",
      "paragraphHtml": "<p class=\"rb-paragraph-regular\">Learn about the opportunities agentic commerce could create to reach customers.</p>",
      "words": 11,
      "direct": false,
      "issue": "First paragraph is 11 words and does not look like a concise direct answer."
    },
    {
      "heading": "Chargebacks in agentic commerce: How merchants can stay ahead",
      "headingHtml": "<h3 class=\"articles-heading\">Chargebacks in agentic commerce: How merchants can stay ahead </h3>",
      "firstParagraph": "With AI agents reshaping the purchase flow, the tools and strategies that bring trust, traceability, and clarity to chargeback defence.",
      "paragraphHtml": "<p class=\"rb-paragraph-regular\">With AI agents reshaping the purchase flow, the tools and strategies that bring trust, traceability, and clarity to chargeback defence.</p>",
      "words": 20,
      "direct": false,
      "issue": "First paragraph is 20 words and does not look like a concise direct answer."
    },
    {
      "heading": "How to get the best out of Apple Pay for revenue growth",
      "headingHtml": "<h3 class=\"articles-heading\">How to get the best out of Apple Pay for revenue growth</h3>",
      "firstParagraph": "This guide outlines key ways to optimize your Apple Pay integration for better performance",
      "paragraphHtml": "<p class=\"rb-paragraph-regular\">This guide outlines key ways to optimize your Apple Pay integration for better performance</p>",
      "words": 14,
      "direct": false,
      "issue": "First paragraph is 14 words and does not look like a concise direct answer."
    },
    {
      "heading": "Conversion tactics for White Friday 2025: How to win customers at checkout",
      "headingHtml": "<h3 class=\"articles-heading\">Conversion tactics for White Friday 2025: How to win customers at checkout</h3>",
      "firstParagraph": "Here are my four top tips on converting customers this White Friday.",
      "paragraphHtml": "<p class=\"rb-paragraph-regular\">Here are my four top tips on converting customers this White Friday.</p>",
      "words": 12,
      "direct": false,
      "issue": "First paragraph is 12 words and does not look like a concise direct answer."
    },
    {
      "heading": "Optimizing your payments flow for the latest Google Play Store updates",
      "headingHtml": "<h3 class=\"articles-heading\">Optimizing your payments flow for the latest Google Play Store updates</h3>",
      "firstParagraph": "With the Epic Games vs. Google compliance deadline ending last week, here's everything you need to know about how it affects your payments flow and how to optimize accordingly.",
      "paragraphHtml": "<p class=\"rb-paragraph-regular\">With the Epic Games vs. Google compliance deadline ending last week, here&apos;s everything you need to know about how it affects your payments flow and how to optimize accordingly. </p>",
      "words": 29,
      "direct": false,
      "issue": "First paragraph is 29 words and does not look like a concise direct answer."
    },
    {
      "heading": "Your first 90 days as Head of Payments",
      "headingHtml": "<h3 class=\"articles-heading\">Your first 90 days as Head of Payments</h3>",
      "firstParagraph": "Where should you focus during your first 90 days as a Head of Payments, and how do you build the right foundation?",
      "paragraphHtml": "<p class=\"rb-paragraph-regular\">Where should you focus during your first 90 days as a Head of Payments, and how do you build the right foundation?</p>",
      "words": 22,
      "direct": false,
      "issue": "First paragraph is 22 words and does not look like a concise direct answer."
    },
    {
      "heading": "Developer resources",
      "headingHtml": "<h2 class=\"rb-h2 new-home rb-no-margin\">Developer resources</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Get started",
      "headingHtml": "<h3 class=\"rb-h4-inter rb-font-weight-500 rb-no-margin\">Get started</h3>",
      "firstParagraph": "Learn how to embed a form in your website or application to accept payments from your customers. We'll walk you through a payment flow using our Frames product, which collects card details through an iframe.",
      "paragraphHtml": "<p class=\"rb-paragraph-regular\">Learn how to embed a form in your website or application to accept payments from your customers. We&apos;ll walk you through a payment flow using our Frames product, which collects card details through an iframe.</p>",
      "words": 35,
      "direct": false,
      "issue": "First paragraph is 35 words and does not look like a concise direct answer."
    },
    {
      "heading": "Payments",
      "headingHtml": "<h3 class=\"rb-h4-inter rb-font-weight-500 rb-no-margin\">Payments</h3>",
      "firstParagraph": "Integrate with Checkout.com's various payment services.",
      "paragraphHtml": "<p class=\"rb-paragraph-regular\">Integrate with Checkout.com&apos;s various payment services.</p>",
      "words": 7,
      "direct": false,
      "issue": "First paragraph is 7 words and does not look like a concise direct answer."
    },
    {
      "heading": "Frequently asked questions",
      "headingHtml": "<h2 class=\"rb-h2 new-home rb-no-margin\">Frequently asked questions</h2>",
      "firstParagraph": "Checkout.com enables businesses to move, manage, and optimize money by acting as an end-to-end Payment Services Provider. We empower businesses to accept payments online and disburse funds to their entities and customers through a range of payment methods and integration options.",
      "paragraphHtml": "<p>Checkout.com enables businesses to move, manage, and optimize money by acting as an end-to-end Payment Services Provider. We empower businesses to accept payments online and disburse funds to their entities and customers through a range of payment methods and integration options.</p>",
      "words": 42,
      "direct": false,
      "issue": "First paragraph is 42 words and does not look like a concise direct answer."
    },
    {
      "heading": "Cookies and use of our website",
      "headingHtml": "<h2 id=\"onetrust-policy-title\">Cookies and use of our website</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Cookies Settings",
      "headingHtml": "<h2 id=\"ot-pc-title\">Cookies Settings</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Vendors List",
      "headingHtml": "<h3>Vendors List</h3>",
      "firstParagraph": "",
      "paragraphHtml": "<p role=\"status\" class=\"ot-scrn-rdr\"></p>",
      "words": 0,
      "direct": false,
      "issue": "First paragraph is 0 words and does not look like a concise direct answer."
    }
  ],
  "score": 65,
  "weight": 28
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

GEO: Entity clarity

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

2 Warning

Needs attention

GEO: Entity clarity

Warning
01

Issue

Title/H1 terms missing from description: services, power, performance, where.

Details

02

Why it matters

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

Check name

GEO: Entity clarity

Score

83/100

Status

warning

Category

GEO, AIO & AEO

Maturity

Emerging recommendation

Goal

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

Result

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

Evidence
{
  "title": "Payment services to power your performance | Checkout.com",
  "h1": "where",
  "description": "Boost your acceptance rate, cut processing costs, fight fraud, and create extraordinary customer experiences with Checkout.com's payment solutions.",
  "topicOverlap": 0.42857142857142855,
  "topicTerms": [
    "payment",
    "services",
    "power",
    "performance",
    "checkout",
    "com",
    "where"
  ],
  "descriptionTerms": [
    "boost",
    "acceptance",
    "rate",
    "cut",
    "processing",
    "costs",
    "fight",
    "fraud",
    "create",
    "extraordinary",
    "customer",
    "experiences",
    "checkout",
    "com",
    "payment",
    "solutions"
  ],
  "missingFromDescription": [
    "services",
    "power",
    "performance",
    "where"
  ],
  "score": 83,
  "weight": 28
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

AIO: Page experience for AIO

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

2 Warning

Needs attention

AIO: Page experience for AIO

Warning
01

Issue

384 image(s) are missing width/height attributes. 3 possible modal/interstitial element(s) detected.

Details

02

Why it matters

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

Check name

AIO: Page experience for AIO

Score

70/100

Status

warning

Category

GEO, AIO & AEO

Maturity

Emerging recommendation

Goal

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

Result

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

Evidence
{
  "viewportContent": "width=device-width, initial-scale=1",
  "visibleWords": 3182,
  "htmlBytes": 538402,
  "imagesMissingDimensions": [
    {
      "src": "https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/65bb752de7c58ce274d9a5f8_delete-1--remove-add-button-buttons-delete-cross-x-mathematics-multiply-math.svg",
      "width": "",
      "height": "",
      "loading": "eager",
      "html": "<img data-w-id=\"36049f66-6493-9090-1c89-0f23faa375bf\" aria-label=\"Close announcement banner\" alt src=\"https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/65bb752de7c58ce274d9a5f8_delete-1--remove-add-button-buttons-delete-cross-x-mathematics-multiply-math.svg\" loading=\"eager\" id=\"announcement-banner-close-button\" class=\"new-announcement-banner-close-button\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/692ff6252d257733489ddd0d_Rectangle%20176672.avif",
      "width": "",
      "height": "",
      "loading": "eager",
      "html": "<img src=\"https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/692ff6252d257733489ddd0d_Rectangle%20176672.avif\" loading=\"eager\" data-w-id=\"9c9cded7-59e3-57f4-f6cb-739c7d0dde32\" alt class=\"hero-asset-image _3\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/6940e1bc29aa903fbc46b7ea_prod%20vis%2026.avif",
      "width": "",
      "height": "",
      "loading": "eager",
      "html": "<img src=\"https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/6940e1bc29aa903fbc46b7ea_prod%20vis%2026.avif\" loading=\"eager\" data-w-id=\"9c9cded7-59e3-57f4-f6cb-739c7d0dde34\" alt=\"Woman in a black dress speaking while seated on a dark armchair with a notebook in hand on a blue stage.\" class=\"hero-asset-image _4\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/692ff6926a5b32d066f97b81_prod%20vis%207.avif",
      "width": "",
      "height": "",
      "loading": "eager",
      "html": "<img src=\"https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/692ff6926a5b32d066f97b81_prod%20vis%207.avif\" loading=\"eager\" data-w-id=\"9c9cded7-59e3-57f4-f6cb-739c7d0dde36\" alt class=\"hero-asset-image _8\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/692ff623eb26e1791bc73e7f_Rectangle%20176671.avif",
      "width": "",
      "height": "",
      "loading": "eager",
      "html": "<img src=\"https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/692ff623eb26e1791bc73e7f_Rectangle%20176671.avif\" loading=\"eager\" data-w-id=\"9c9cded7-59e3-57f4-f6cb-739c7d0dde38\" alt class=\"hero-asset-image _6\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/692ff6252d257733489ddd0d_Rectangle%20176672.avif",
      "width": "",
      "height": "",
      "loading": "eager",
      "html": "<img src=\"https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/692ff6252d257733489ddd0d_Rectangle%20176672.avif\" loading=\"eager\" data-w-id=\"9c9cded7-59e3-57f4-f6cb-739c7d0dde3a\" alt class=\"hero-asset-image _1\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/6940e1bc29aa903fbc46b7ea_prod%20vis%2026.avif",
      "width": "",
      "height": "",
      "loading": "eager",
      "html": "<img src=\"https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/6940e1bc29aa903fbc46b7ea_prod%20vis%2026.avif\" loading=\"eager\" data-w-id=\"9c9cded7-59e3-57f4-f6cb-739c7d0dde3c\" alt class=\"hero-asset-image _1\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/692ff6926a5b32d066f97b81_prod%20vis%207.avif",
      "width": "",
      "height": "",
      "loading": "eager",
      "html": "<img src=\"https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/692ff6926a5b32d066f97b81_prod%20vis%207.avif\" loading=\"eager\" alt class=\"hero-asset-image\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/692ff623eb26e1791bc73e7f_Rectangle%20176671.avif",
      "width": "",
      "height": "",
      "loading": "eager",
      "html": "<img src=\"https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/692ff623eb26e1791bc73e7f_Rectangle%20176671.avif\" loading=\"eager\" alt class=\"hero-asset-image\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/692ff75704414e1f0ea48bdf_Rectangle%20176675.avif",
      "width": "",
      "height": "",
      "loading": "eager",
      "html": "<img src=\"https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/692ff75704414e1f0ea48bdf_Rectangle%20176675.avif\" loading=\"eager\" data-w-id=\"9c9cded7-59e3-57f4-f6cb-739c7d0dde44\" alt class=\"hero-asset-image _1\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/692ff7575bfedd1837c0a801_Rectangle%20176667%20(1).avif",
      "width": "",
      "height": "",
      "loading": "eager",
      "html": "<img src=\"https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/692ff7575bfedd1837c0a801_Rectangle%20176667%20(1).avif\" loading=\"eager\" data-w-id=\"9c9cded7-59e3-57f4-f6cb-739c7d0dde46\" alt class=\"hero-asset-image _2\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/692ff758462655833d8c2b0d_prod%20vis%205.avif",
      "width": "",
      "height": "",
      "loading": "eager",
      "html": "<img src=\"https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/692ff758462655833d8c2b0d_prod%20vis%205.avif\" loading=\"eager\" data-w-id=\"9c9cded7-59e3-57f4-f6cb-739c7d0dde48\" alt class=\"hero-asset-image _5\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/692ff756ba0a25e74ff1efd3_Rectangle%20176674.avif",
      "width": "",
      "height": "",
      "loading": "eager",
      "html": "<img src=\"https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/692ff756ba0a25e74ff1efd3_Rectangle%20176674.avif\" loading=\"eager\" data-w-id=\"9c9cded7-59e3-57f4-f6cb-739c7d0dde4a\" alt class=\"hero-asset-image _7\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/692ff75704414e1f0ea48bdf_Rectangle%20176675.avif",
      "width": "",
      "height": "",
      "loading": "eager",
      "html": "<img src=\"https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/692ff75704414e1f0ea48bdf_Rectangle%20176675.avif\" loading=\"eager\" alt class=\"hero-asset-image\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/692ff7575bfedd1837c0a801_Rectangle%20176667%20(1).avif",
      "width": "",
      "height": "",
      "loading": "eager",
      "html": "<img src=\"https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/692ff7575bfedd1837c0a801_Rectangle%20176667%20(1).avif\" loading=\"eager\" alt class=\"hero-asset-image\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/692ff758462655833d8c2b0d_prod%20vis%205.avif",
      "width": "",
      "height": "",
      "loading": "eager",
      "html": "<img src=\"https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/692ff758462655833d8c2b0d_prod%20vis%205.avif\" loading=\"eager\" alt class=\"hero-asset-image\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/692ff756ba0a25e74ff1efd3_Rectangle%20176674.avif",
      "width": "",
      "height": "",
      "loading": "eager",
      "html": "<img src=\"https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/692ff756ba0a25e74ff1efd3_Rectangle%20176674.avif\" loading=\"eager\" alt class=\"hero-asset-image\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/6940e253f014e5286c219138_prod%20vis%2013.avif",
      "width": "",
      "height": "",
      "loading": "eager",
      "html": "<img src=\"https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/6940e253f014e5286c219138_prod%20vis%2013.avif\" loading=\"eager\" data-w-id=\"9c9cded7-59e3-57f4-f6cb-739c7d0dde57\" alt=\"Woman with glasses working on a laptop in a plant-filled, modern indoor space.\" class=\"hero-asset-image _7\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/692ff7572d257733489e2c3d_prod%20vis%206.avif",
      "width": "",
      "height": "",
      "loading": "eager",
      "html": "<img src=\"https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/692ff7572d257733489e2c3d_prod%20vis%206.avif\" loading=\"eager\" data-w-id=\"9c9cded7-59e3-57f4-f6cb-739c7d0dde59\" alt class=\"hero-asset-image _5\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/692ff757203cc43525efc2bf_ChatGPT%20Image%20Dec%202%2C%202025%2C%2005_04_13%20PM%201.avif",
      "width": "",
      "height": "",
      "loading": "eager",
      "html": "<img src=\"https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/692ff757203cc43525efc2bf_ChatGPT%20Image%20Dec%202%2C%202025%2C%2005_04_13%20PM%201.avif\" loading=\"eager\" data-w-id=\"9c9cded7-59e3-57f4-f6cb-739c7d0dde5b\" alt class=\"hero-asset-image _2\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/692ff75776d74c4f08bd7a28_Rectangle%20176667%20(2).avif",
      "width": "",
      "height": "",
      "loading": "eager",
      "html": "<img src=\"https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/692ff75776d74c4f08bd7a28_Rectangle%20176667%20(2).avif\" loading=\"eager\" data-w-id=\"9c9cded7-59e3-57f4-f6cb-739c7d0dde5d\" alt class=\"hero-asset-image _1\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/6940e253f014e5286c219138_prod%20vis%2013.avif",
      "width": "",
      "height": "",
      "loading": "eager",
      "html": "<img src=\"https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/6940e253f014e5286c219138_prod%20vis%2013.avif\" loading=\"eager\" alt class=\"hero-asset-image\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/692ff7572d257733489e2c3d_prod%20vis%206.avif",
      "width": "",
      "height": "",
      "loading": "eager",
      "html": "<img src=\"https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/692ff7572d257733489e2c3d_prod%20vis%206.avif\" loading=\"eager\" alt class=\"hero-asset-image\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/692ff757203cc43525efc2bf_ChatGPT%20Image%20Dec%202%2C%202025%2C%2005_04_13%20PM%201.avif",
      "width": "",
      "height": "",
      "loading": "eager",
      "html": "<img src=\"https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/692ff757203cc43525efc2bf_ChatGPT%20Image%20Dec%202%2C%202025%2C%2005_04_13%20PM%201.avif\" loading=\"eager\" alt class=\"hero-asset-image\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/692ff75776d74c4f08bd7a28_Rectangle%20176667%20(2).avif",
      "width": "",
      "height": "",
      "loading": "eager",
      "html": "<img src=\"https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/692ff75776d74c4f08bd7a28_Rectangle%20176667%20(2).avif\" loading=\"eager\" alt class=\"hero-asset-image\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/692ff758eb5c17b189e989a2_Fabric-V1%201.avif",
      "width": "",
      "height": "",
      "loading": "eager",
      "html": "<img src=\"https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/692ff758eb5c17b189e989a2_Fabric-V1%201.avif\" loading=\"eager\" data-w-id=\"9c9cded7-59e3-57f4-f6cb-739c7d0dde69\" alt class=\"hero-asset-image _8\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/6940e2b203e37a23f3c00670_prod%20vis%2012.avif",
      "width": "",
      "height": "",
      "loading": "eager",
      "html": "<img src=\"https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/6940e2b203e37a23f3c00670_prod%20vis%2012.avif\" loading=\"eager\" data-w-id=\"9c9cded7-59e3-57f4-f6cb-739c7d0dde6b\" alt class=\"hero-asset-image _6\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/692ff7575c9df62829c2800e_prod%20vis%208.avif",
      "width": "",
      "height": "",
      "loading": "eager",
      "html": "<img src=\"https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/692ff7575c9df62829c2800e_prod%20vis%208.avif\" loading=\"eager\" data-w-id=\"9c9cded7-59e3-57f4-f6cb-739c7d0dde6d\" alt class=\"hero-asset-image _4\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/6940e2b2bd830ae82c3c1cf5_Rectangle%20176695.avif",
      "width": "",
      "height": "",
      "loading": "eager",
      "html": "<img src=\"https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/6940e2b2bd830ae82c3c1cf5_Rectangle%20176695.avif\" loading=\"eager\" data-w-id=\"9c9cded7-59e3-57f4-f6cb-739c7d0dde6f\" alt class=\"hero-asset-image _3\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/692ff758eb5c17b189e989a2_Fabric-V1%201.avif",
      "width": "",
      "height": "",
      "loading": "eager",
      "html": "<img src=\"https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/692ff758eb5c17b189e989a2_Fabric-V1%201.avif\" loading=\"eager\" alt class=\"hero-asset-image\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/6940e2b203e37a23f3c00670_prod%20vis%2012.avif",
      "width": "",
      "height": "",
      "loading": "eager",
      "html": "<img src=\"https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/6940e2b203e37a23f3c00670_prod%20vis%2012.avif\" loading=\"eager\" alt class=\"hero-asset-image\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/692ff7575c9df62829c2800e_prod%20vis%208.avif",
      "width": "",
      "height": "",
      "loading": "eager",
      "html": "<img src=\"https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/692ff7575c9df62829c2800e_prod%20vis%208.avif\" loading=\"eager\" alt class=\"hero-asset-image\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/6940e2b2bd830ae82c3c1cf5_Rectangle%20176695.avif",
      "width": "",
      "height": "",
      "loading": "eager",
      "html": "<img src=\"https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/6940e2b2bd830ae82c3c1cf5_Rectangle%20176695.avif\" loading=\"eager\" alt class=\"hero-asset-image\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/692ff253255c2eb5283ee829_Brand.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/692ff253255c2eb5283ee829_Brand.svg\" loading=\"lazy\" alt=\"Ebay Logo\" class=\"home-partners-logo\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/692ff250a34350c7e16aaa05_Brand%20(1).svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/692ff250a34350c7e16aaa05_Brand%20(1).svg\" loading=\"lazy\" alt=\"Pinterest Logo\" class=\"home-partners-logo\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/697b1a0a00145991e781b8bf_Ticker%20logo%20(white)_178x72_MAF.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/697b1a0a00145991e781b8bf_Ticker%20logo%20(white)_178x72_MAF.svg\" loading=\"lazy\" alt class=\"home-partners-logo\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/6981a588c9ed96af5977cf93_Ticker%20logo%20(white)_178x72%20svg_spotify.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/6981a588c9ed96af5977cf93_Ticker%20logo%20(white)_178x72%20svg_spotify.svg\" loading=\"lazy\" alt class=\"home-partners-logo\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/692ff25089f120055301b139_Brand%20(3).svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/692ff25089f120055301b139_Brand%20(3).svg\" loading=\"lazy\" alt=\"Asos Logo\" class=\"home-partners-logo\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/692ff250a84c486cd549958f_Brand%20(4).svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/692ff250a84c486cd549958f_Brand%20(4).svg\" loading=\"lazy\" alt=\"Sony Logo\" class=\"home-partners-logo\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/692ff39a03ebc8fc740a17ea_Brand%20(20).svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/692ff39a03ebc8fc740a17ea_Brand%20(20).svg\" loading=\"lazy\" alt=\"Uber Logo\" class=\"home-partners-logo\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/692ff250509d1b6943c64a1b_Brand%20(6).svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/692ff250509d1b6943c64a1b_Brand%20(6).svg\" loading=\"lazy\" alt=\"Adidas Logo\" class=\"home-partners-logo\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/692ff3f1a34350c7e16b2ad5_Brand%20(21).svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/692ff3f1a34350c7e16b2ad5_Brand%20(21).svg\" loading=\"lazy\" alt=\"Ikea Logo\" class=\"home-partners-logo\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/692ff251f313abc6d94b2b50_Brand%20(7).svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/692ff251f313abc6d94b2b50_Brand%20(7).svg\" loading=\"lazy\" alt=\"Klarna Logo\" class=\"home-partners-logo\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/692ff251a7649375c6839ba9_Brand%20(2).svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/692ff251a7649375c6839ba9_Brand%20(2).svg\" loading=\"lazy\" alt=\"Hello Fresh Logo\" class=\"home-partners-logo\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/692ff25220328c473aae52b3_Brand%20(9).svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/692ff25220328c473aae52b3_Brand%20(9).svg\" loading=\"lazy\" alt=\"Samasung Logo\" class=\"home-partners-logo\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/692ff252fb0b18d7bb325879_Brand%20(10).svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/692ff252fb0b18d7bb325879_Brand%20(10).svg\" loading=\"lazy\" alt=\"Alibaba Logo\" class=\"home-partners-logo\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/6971dd7807b637794c3e7930_Ticker%20logo%20(white)_178x72%20svg_freenow.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/6971dd7807b637794c3e7930_Ticker%20logo%20(white)_178x72%20svg_freenow.svg\" loading=\"lazy\" alt class=\"home-partners-logo\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/692ff25290521fd69ba2172a_Brand%20(11).svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/692ff25290521fd69ba2172a_Brand%20(11).svg\" loading=\"lazy\" alt=\"Delivery Hero Logo\" class=\"home-partners-logo\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/692ff25223a5129094ef2086_Brand%20(13).svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/692ff25223a5129094ef2086_Brand%20(13).svg\" loading=\"lazy\" alt=\"Farfetch Logo\" class=\"home-partners-logo\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/692ff252b28905461d820065_Brand%20(14).svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/692ff252b28905461d820065_Brand%20(14).svg\" loading=\"lazy\" alt=\"Wise Logo\" class=\"home-partners-logo\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/692ff252058b203a04ff3309_Brand%20(15).svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/692ff252058b203a04ff3309_Brand%20(15).svg\" loading=\"lazy\" alt=\"Sainsbury&apos;s Logo\" class=\"home-partners-logo\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/692ff252c34989793ba40e56_Brand%20(16).svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/692ff252c34989793ba40e56_Brand%20(16).svg\" loading=\"lazy\" alt=\"Vinted Logo\" class=\"home-partners-logo\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/692ff253b29e2d90514be1a7_Brand%20(17).svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/692ff253b29e2d90514be1a7_Brand%20(17).svg\" loading=\"lazy\" alt=\"Shein Logo\" class=\"home-partners-logo\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/692ff255906ec674474fe0d0_Brand%20(19).svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/692ff255906ec674474fe0d0_Brand%20(19).svg\" loading=\"lazy\" alt=\"Grab Logo\" class=\"home-partners-logo\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/692ff252c34989793ba40e56_Brand%20(16).svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/692ff252c34989793ba40e56_Brand%20(16).svg\" loading=\"lazy\" alt=\"Vinted Logo\" class=\"home-partners-logo\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/692ff253b29e2d90514be1a7_Brand%20(17).svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/692ff253b29e2d90514be1a7_Brand%20(17).svg\" loading=\"lazy\" alt=\"Shein Logo\" class=\"home-partners-logo\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/692ff255906ec674474fe0d0_Brand%20(19).svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/692ff255906ec674474fe0d0_Brand%20(19).svg\" loading=\"lazy\" alt=\"Grab Logo\" class=\"home-partners-logo\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/692ff253255c2eb5283ee829_Brand.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/692ff253255c2eb5283ee829_Brand.svg\" loading=\"lazy\" alt=\"Ebay Logo\" class=\"home-partners-logo\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/692ff250a34350c7e16aaa05_Brand%20(1).svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/692ff250a34350c7e16aaa05_Brand%20(1).svg\" loading=\"lazy\" alt=\"Pinterest Logo\" class=\"home-partners-logo\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/697b1a0a00145991e781b8bf_Ticker%20logo%20(white)_178x72_MAF.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/697b1a0a00145991e781b8bf_Ticker%20logo%20(white)_178x72_MAF.svg\" loading=\"lazy\" alt class=\"home-partners-logo\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/6981a588c9ed96af5977cf93_Ticker%20logo%20(white)_178x72%20svg_spotify.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/6981a588c9ed96af5977cf93_Ticker%20logo%20(white)_178x72%20svg_spotify.svg\" loading=\"lazy\" alt class=\"home-partners-logo\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/692ff25089f120055301b139_Brand%20(3).svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/692ff25089f120055301b139_Brand%20(3).svg\" loading=\"lazy\" alt=\"Asos Logo\" class=\"home-partners-logo\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/692ff250a84c486cd549958f_Brand%20(4).svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/692ff250a84c486cd549958f_Brand%20(4).svg\" loading=\"lazy\" alt=\"Sony Logo\" class=\"home-partners-logo\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/692ff2505a141bd788ab8809_Brand%20(5).svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/692ff2505a141bd788ab8809_Brand%20(5).svg\" loading=\"lazy\" alt=\"Uber Eats Logo\" class=\"home-partners-logo\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/692ff250509d1b6943c64a1b_Brand%20(6).svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/692ff250509d1b6943c64a1b_Brand%20(6).svg\" loading=\"lazy\" alt=\"Adidas Logo\" class=\"home-partners-logo\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/692ff3f1a34350c7e16b2ad5_Brand%20(21).svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/692ff3f1a34350c7e16b2ad5_Brand%20(21).svg\" loading=\"lazy\" alt=\"Ikea Logo\" class=\"home-partners-logo\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/692ff251f313abc6d94b2b50_Brand%20(7).svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/692ff251f313abc6d94b2b50_Brand%20(7).svg\" loading=\"lazy\" alt=\"Klarna Logo\" class=\"home-partners-logo\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/692ff251a7649375c6839ba9_Brand%20(2).svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/692ff251a7649375c6839ba9_Brand%20(2).svg\" loading=\"lazy\" alt=\"Hello Fresh Logo\" class=\"home-partners-logo\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/692ff25220328c473aae52b3_Brand%20(9).svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/692ff25220328c473aae52b3_Brand%20(9).svg\" loading=\"lazy\" alt=\"Samasung Logo\" class=\"home-partners-logo\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/692ff252fb0b18d7bb325879_Brand%20(10).svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/692ff252fb0b18d7bb325879_Brand%20(10).svg\" loading=\"lazy\" alt=\"Alibaba Logo\" class=\"home-partners-logo\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/6971dd7807b637794c3e7930_Ticker%20logo%20(white)_178x72%20svg_freenow.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/6971dd7807b637794c3e7930_Ticker%20logo%20(white)_178x72%20svg_freenow.svg\" loading=\"lazy\" alt class=\"home-partners-logo\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/692ff25290521fd69ba2172a_Brand%20(11).svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/692ff25290521fd69ba2172a_Brand%20(11).svg\" loading=\"lazy\" alt=\"Delivery Hero Logo\" class=\"home-partners-logo\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/692ff25223a5129094ef2086_Brand%20(13).svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/692ff25223a5129094ef2086_Brand%20(13).svg\" loading=\"lazy\" alt=\"Farfetch Logo\" class=\"home-partners-logo\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/692ff252b28905461d820065_Brand%20(14).svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/692ff252b28905461d820065_Brand%20(14).svg\" loading=\"lazy\" alt=\"Wise Logo\" class=\"home-partners-logo\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/692ff252058b203a04ff3309_Brand%20(15).svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/692ff252058b203a04ff3309_Brand%20(15).svg\" loading=\"lazy\" alt=\"Sainsbury&apos;s Logo\" class=\"home-partners-logo\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/692ff252c34989793ba40e56_Brand%20(16).svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/692ff252c34989793ba40e56_Brand%20(16).svg\" loading=\"lazy\" alt=\"Vinted Logo\" class=\"home-partners-logo\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/692ff253b29e2d90514be1a7_Brand%20(17).svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/692ff253b29e2d90514be1a7_Brand%20(17).svg\" loading=\"lazy\" alt=\"Shein Logo\" class=\"home-partners-logo\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/692ff255906ec674474fe0d0_Brand%20(19).svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/692ff255906ec674474fe0d0_Brand%20(19).svg\" loading=\"lazy\" alt=\"Grab Logo\" class=\"home-partners-logo\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/692ff253255c2eb5283ee829_Brand.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/692ff253255c2eb5283ee829_Brand.svg\" loading=\"lazy\" alt=\"Ebay Logo\" class=\"home-partners-logo\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/692ff250a34350c7e16aaa05_Brand%20(1).svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/692ff250a34350c7e16aaa05_Brand%20(1).svg\" loading=\"lazy\" alt=\"Pinterest Logo\" class=\"home-partners-logo\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/697b1a0a00145991e781b8bf_Ticker%20logo%20(white)_178x72_MAF.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/697b1a0a00145991e781b8bf_Ticker%20logo%20(white)_178x72_MAF.svg\" loading=\"lazy\" alt class=\"home-partners-logo\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/69ccf42ecd75e4f14517f086_Connect.avif",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/69ccf42ecd75e4f14517f086_Connect.avif\" loading=\"lazy\" sizes=\"(max-width: 2560px) 100vw, 2560px\" srcset=\"https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/69ccf42ecd75e4f14517f086_Connect-p-500.avif 500w, https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/69ccf42ecd75e4f14517f086_Connect-p-800.avif 800w, https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/69ccf42ecd75e4f14517f086_Connect-p-1080.avi..."
    },
    {
      "src": "https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/69ccf42edf8ef3a520e0f38a_Move.avif",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/69ccf42edf8ef3a520e0f38a_Move.avif\" loading=\"lazy\" sizes=\"(max-width: 2560px) 100vw, 2560px\" srcset=\"https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/69ccf42edf8ef3a520e0f38a_Move-p-500.avif 500w, https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/69ccf42edf8ef3a520e0f38a_Move-p-800.avif 800w, https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/69ccf42edf8ef3a520e0f38a_Move-p-1080.avif 1080w, htt..."
    },
    {
      "src": "https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/69ccf42e9707a24ef13d7ed7_Boost.avif",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/69ccf42e9707a24ef13d7ed7_Boost.avif\" loading=\"lazy\" sizes=\"100vw\" srcset=\"https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/69ccf42e9707a24ef13d7ed7_Boost-p-500.avif 500w, https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/69ccf42e9707a24ef13d7ed7_Boost-p-800.avif 800w, https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/69ccf42e9707a24ef13d7ed7_Boost-p-1080.avif 1080w, https://cdn.prod.website-fi..."
    },
    {
      "src": "https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/69ccf42f1e5ed130291911bb_Manage.avif",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/69ccf42f1e5ed130291911bb_Manage.avif\" loading=\"lazy\" sizes=\"100vw\" srcset=\"https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/69ccf42f1e5ed130291911bb_Manage-p-500.avif 500w, https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/69ccf42f1e5ed130291911bb_Manage-p-800.avif 800w, https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/69ccf42f1e5ed130291911bb_Manage-p-1080.avif 1080w, https://cdn.prod.websit..."
    },
    {
      "src": "https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/69ccf42dc328e81b92a3f3a8_Protect%20.avif",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/69ccf42dc328e81b92a3f3a8_Protect%20.avif\" loading=\"lazy\" sizes=\"100vw\" srcset=\"https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/69ccf42dc328e81b92a3f3a8_Protect%20-p-500.avif 500w, https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/69ccf42dc328e81b92a3f3a8_Protect%20-p-800.avif 800w, https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/69ccf42dc328e81b92a3f3a8_Protect%20-p-1080.avif 1080w, https:/..."
    },
    {
      "src": "https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/69a6dba1dbccac0151568517_Wide-Forrester_cutout%201.avif",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/69a6dba1dbccac0151568517_Wide-Forrester_cutout%201.avif\" loading=\"lazy\" alt=\"Hand holding a smartphone displaying a screen with the text: &apos;The Forrester Wave&#x2122;: Merchant Payment Providers, Q1 2026.&apos;\" class=\"forester-rate-image\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/69a6edd7e154609786db79d7_Frame%202147224684%20(1).avif",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/69a6edd7e154609786db79d7_Frame%202147224684%20(1).avif\" loading=\"lazy\" alt=\"Hand holding a smartphone displaying a screen with the text: &apos;The Forrester Wave&#x2122;: Merchant Payment Providers, Q1 2026.&apos;\" class=\"forester-mobile dark\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/6981a589eb73e8c16ae7a7f5_Tile%20image_%20232x347_spotify.avif",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/6981a589eb73e8c16ae7a7f5_Tile%20image_%20232x347_spotify.avif\" loading=\"lazy\" alt class=\"wheel-carousel-image\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/6981a588f2853fbd3e2e3198_tile%20logo%20(height%2033px)%20for%20homepage%20image_spotify.png",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/6981a588f2853fbd3e2e3198_tile%20logo%20(height%2033px)%20for%20homepage%20image_spotify.png\" loading=\"lazy\" alt class=\"home-case-study-logo\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/6981a5886484fef457cd93a0_Logo%20slider%20under%20image%20(296x119%20svg)_spotify.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/6981a5886484fef457cd93a0_Logo%20slider%20under%20image%20(296x119%20svg)_spotify.svg\" loading=\"lazy\" alt class=\"wheel-slide-logo\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/6926ecaf4a4f5bd6ff363d9b_eBay.avif",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/6926ecaf4a4f5bd6ff363d9b_eBay.avif\" loading=\"lazy\" alt class=\"wheel-carousel-image\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/686e3aa257ae8a2e56b64d65_ebay%20logo.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/686e3aa257ae8a2e56b64d65_ebay%20logo.svg\" loading=\"lazy\" alt class=\"home-case-study-logo\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/69316b9eb6b2825547c7069f_Ebay.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/69316b9eb6b2825547c7069f_Ebay.svg\" loading=\"lazy\" alt class=\"wheel-slide-logo\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/69c38edb5e60542e77da7e5c_Tile%20image_%20232x347_trip.com.avif",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/69c38edb5e60542e77da7e5c_Tile%20image_%20232x347_trip.com.avif\" loading=\"lazy\" alt=\"Stack of three hard-shell suitcases in silver, black, and blue with a yellow luggage tag on the middle suitcase.\" sizes=\"(max-width: 479px) 100vw, 463.9757080078125px\" srcset=\"https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/69c38edb5e60542e77da7e5c_Tile%20image_%20232x347_trip.com-p-500.avif 500w, https://cdn.prod.website-files.c..."
    },
    {
      "src": "https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/69c38eda239dcd167b75df41_tile%20logo%20(height%2033px)%20for%20homepage%20image_trip.com.avif",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/69c38eda239dcd167b75df41_tile%20logo%20(height%2033px)%20for%20homepage%20image_trip.com.avif\" loading=\"lazy\" alt=\"Trip.com brand logo\" class=\"home-case-study-logo\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/69c38ebd0b2dbbeec67407e9_Logo%20slider%20under%20image%20(296x119%20svg)_trip.com.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/69c38ebd0b2dbbeec67407e9_Logo%20slider%20under%20image%20(296x119%20svg)_trip.com.svg\" loading=\"lazy\" alt=\"Trip.com brand logo\" class=\"wheel-slide-logo\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/6926ed3f087859adfd37f4d1_HelloFresh.avif",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/6926ed3f087859adfd37f4d1_HelloFresh.avif\" loading=\"lazy\" alt class=\"wheel-carousel-image\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/68ed4b0308465f3bd4431cc5_Hello%20Fresh%20Logo%2033pixel%20SVG%20(1).svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/68ed4b0308465f3bd4431cc5_Hello%20Fresh%20Logo%2033pixel%20SVG%20(1).svg\" loading=\"lazy\" alt class=\"home-case-study-logo\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/69316b9e2bf89013931863e9_HelloFresh.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/69316b9e2bf89013931863e9_HelloFresh.svg\" loading=\"lazy\" alt class=\"wheel-slide-logo\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/6971dd7a1e28f188873b6008_Tile%20image_%20232x347_freenow.png",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/6971dd7a1e28f188873b6008_Tile%20image_%20232x347_freenow.png\" loading=\"lazy\" alt class=\"wheel-carousel-image\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/6971dd7933939c1242e8875d_tile%20logo%20(height%2033px)%20for%20homepage%20image_freenow.png",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/6971dd7933939c1242e8875d_tile%20logo%20(height%2033px)%20for%20homepage%20image_freenow.png\" loading=\"lazy\" alt class=\"home-case-study-logo\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/6971dd78df274b1bf68691f6_Logo%20slider%20under%20image%20(296x119%20svg)_freenow.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/6971dd78df274b1bf68691f6_Logo%20slider%20under%20image%20(296x119%20svg)_freenow.svg\" loading=\"lazy\" alt class=\"wheel-slide-logo\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/6926ec73c40391a8f245ba25_Temu.avif",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/6926ec73c40391a8f245ba25_Temu.avif\" loading=\"lazy\" alt class=\"wheel-carousel-image\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/6926ec429a86cd582b450ba2_temu_chip.png",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/6926ec429a86cd582b450ba2_temu_chip.png\" loading=\"lazy\" alt class=\"home-case-study-logo\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/69316b9e5b18d61155f852e4_Temu.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/69316b9e5b18d61155f852e4_Temu.svg\" loading=\"lazy\" alt class=\"wheel-slide-logo\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/68f7a0f23c28a4d3485dc53b_Get%20Your%20Guide.avif",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/68f7a0f23c28a4d3485dc53b_Get%20Your%20Guide.avif\" loading=\"lazy\" alt sizes=\"(max-width: 479px) 100vw, 463.9757080078125px\" srcset=\"https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/68f7a0f23c28a4d3485dc53b_Get%20Your%20Guide-p-500.png 500w, https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/68f7a0f23c28a4d3485dc53b_Get%20Your%20Guide.avif 800w\" class=\"wheel-carousel-image\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/68f7a2ca8e2c977ec116873d_Frame%20427320157.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/68f7a2ca8e2c977ec116873d_Frame%20427320157.svg\" loading=\"lazy\" alt=\"Get Your Guide Logo\" class=\"home-case-study-logo\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/69316b9e6e2d8d8ce149768b_GetYourGuide.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/69316b9e6e2d8d8ce149768b_GetYourGuide.svg\" loading=\"lazy\" alt class=\"wheel-slide-logo\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/6926ebdf007478c40f8caa4e_HeyTea.avif",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/6926ebdf007478c40f8caa4e_HeyTea.avif\" loading=\"lazy\" alt class=\"wheel-carousel-image\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/6926ec4284fc63c2b8e5bb56_heytea%20(1).svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/6926ec4284fc63c2b8e5bb56_heytea%20(1).svg\" loading=\"lazy\" alt class=\"home-case-study-logo\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/69316b9e6a82b6ba7b1cf2de_HeyTea%20(2).svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/69316b9e6a82b6ba7b1cf2de_HeyTea%20(2).svg\" loading=\"lazy\" alt class=\"wheel-slide-logo\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/6926ecf6b9882076d4227a8b_ASOS.avif",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/6926ecf6b9882076d4227a8b_ASOS.avif\" loading=\"lazy\" alt class=\"wheel-carousel-image\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/683fefd51d624f783af3806b_asos-tag.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/683fefd51d624f783af3806b_asos-tag.svg\" loading=\"lazy\" alt class=\"home-case-study-logo\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/69316b9eddc8bc2d6a9a745d_ASOS.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/69316b9eddc8bc2d6a9a745d_ASOS.svg\" loading=\"lazy\" alt class=\"wheel-slide-logo\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/6926ed3ff93068fbdb67927e_PingoDoce.avif",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/6926ed3ff93068fbdb67927e_PingoDoce.avif\" loading=\"lazy\" alt class=\"wheel-carousel-image\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/6926ec42896e102938cb0b83_pingo%20dolce_chip.png",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/6926ec42896e102938cb0b83_pingo%20dolce_chip.png\" loading=\"lazy\" alt class=\"home-case-study-logo\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/69316ba067cf783bc53d9518_dd5922d5698d8f5dbf2bfe2b7c66b3d4_PingoDoce.avif",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/69316ba067cf783bc53d9518_dd5922d5698d8f5dbf2bfe2b7c66b3d4_PingoDoce.avif\" loading=\"lazy\" alt sizes=\"(max-width: 479px) 100vw, 363.9757080078125px\" srcset=\"https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/69316ba067cf783bc53d9518_dd5922d5698d8f5dbf2bfe2b7c66b3d4_PingoDoce-p-500.avif 500w, https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/69316ba067cf783bc53d9518_dd5922d5698d8f5dbf2bfe2b7c66b3d4_PingoDoce..."
    },
    {
      "src": "https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/67fe631e20d77f5566de4291_67adbeb6459394467741855d_vinted.avif",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/67fe631e20d77f5566de4291_67adbeb6459394467741855d_vinted.avif\" loading=\"lazy\" alt=\"Girl listening music on headphones\" sizes=\"(max-width: 479px) 100vw, 463.9757080078125px\" srcset=\"https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/67fe631e20d77f5566de4291_67adbeb6459394467741855d_vinted-p-500.avif 500w, https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/67fe631e20d77f5566de4291_67adbeb6459394467741855d_vi..."
    },
    {
      "src": "https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/67fe631ef53e2340ffafbe44_67adbe590bc98dea0704f6ef_vinted%20chip.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/67fe631ef53e2340ffafbe44_67adbe590bc98dea0704f6ef_vinted%20chip.svg\" loading=\"lazy\" alt=\"Vinted Logo\" class=\"home-case-study-logo\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/69316b9f6406406a3ccbe62b_Vinted%20(1).svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/69316b9f6406406a3ccbe62b_Vinted%20(1).svg\" loading=\"lazy\" alt class=\"wheel-slide-logo\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/692807d16704ad6a6f66a298_Uber.avif",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/692807d16704ad6a6f66a298_Uber.avif\" loading=\"lazy\" alt class=\"wheel-carousel-image\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/68ff7eb1f67ded1d8af4a592_Uber_homepage%20case%20study%20chip%20fold%20(on%20image).svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/68ff7eb1f67ded1d8af4a592_Uber_homepage%20case%20study%20chip%20fold%20(on%20image).svg\" loading=\"lazy\" alt class=\"home-case-study-logo\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/69316b9f29cc4a6e3a3299ca_Uber.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/69316b9f29cc4a6e3a3299ca_Uber.svg\" loading=\"lazy\" alt class=\"wheel-slide-logo\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/6926ed3f4f48a4caf7a5392a_Pinterest%20(1).avif",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/6926ed3f4f48a4caf7a5392a_Pinterest%20(1).avif\" loading=\"lazy\" alt class=\"wheel-carousel-image\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/6881dcf9959dde84b4e68bb5_pinterest%20logo%20chip.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/6881dcf9959dde84b4e68bb5_pinterest%20logo%20chip.svg\" loading=\"lazy\" alt class=\"home-case-study-logo\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/69316b9e0614460e5ef21349_Pinterest.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/69316b9e0614460e5ef21349_Pinterest.svg\" loading=\"lazy\" alt class=\"wheel-slide-logo\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/6981a589eb73e8c16ae7a7f5_Tile%20image_%20232x347_spotify.avif",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/6981a589eb73e8c16ae7a7f5_Tile%20image_%20232x347_spotify.avif\" loading=\"lazy\" alt class=\"wheel-carousel-image\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/6981a588f2853fbd3e2e3198_tile%20logo%20(height%2033px)%20for%20homepage%20image_spotify.png",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/6981a588f2853fbd3e2e3198_tile%20logo%20(height%2033px)%20for%20homepage%20image_spotify.png\" loading=\"lazy\" alt class=\"home-case-study-logo\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/6981a5886484fef457cd93a0_Logo%20slider%20under%20image%20(296x119%20svg)_spotify.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/6981a5886484fef457cd93a0_Logo%20slider%20under%20image%20(296x119%20svg)_spotify.svg\" loading=\"lazy\" alt class=\"wheel-slide-logo\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/6926ecaf4a4f5bd6ff363d9b_eBay.avif",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/6926ecaf4a4f5bd6ff363d9b_eBay.avif\" loading=\"lazy\" alt class=\"wheel-carousel-image\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/686e3aa257ae8a2e56b64d65_ebay%20logo.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/686e3aa257ae8a2e56b64d65_ebay%20logo.svg\" loading=\"lazy\" alt class=\"home-case-study-logo\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/69316b9eb6b2825547c7069f_Ebay.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/69316b9eb6b2825547c7069f_Ebay.svg\" loading=\"lazy\" alt class=\"wheel-slide-logo\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/69c38edb5e60542e77da7e5c_Tile%20image_%20232x347_trip.com.avif",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/69c38edb5e60542e77da7e5c_Tile%20image_%20232x347_trip.com.avif\" loading=\"lazy\" alt=\"Stack of three hard-shell suitcases in silver, black, and blue with a yellow luggage tag on the middle suitcase.\" sizes=\"(max-width: 479px) 100vw, 463.9757080078125px\" srcset=\"https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/69c38edb5e60542e77da7e5c_Tile%20image_%20232x347_trip.com-p-500.avif 500w, https://cdn.prod.website-files.c..."
    },
    {
      "src": "https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/69c38eda239dcd167b75df41_tile%20logo%20(height%2033px)%20for%20homepage%20image_trip.com.avif",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/69c38eda239dcd167b75df41_tile%20logo%20(height%2033px)%20for%20homepage%20image_trip.com.avif\" loading=\"lazy\" alt=\"Trip.com brand logo\" class=\"home-case-study-logo\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/69c38ebd0b2dbbeec67407e9_Logo%20slider%20under%20image%20(296x119%20svg)_trip.com.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/69c38ebd0b2dbbeec67407e9_Logo%20slider%20under%20image%20(296x119%20svg)_trip.com.svg\" loading=\"lazy\" alt=\"Trip.com brand logo\" class=\"wheel-slide-logo\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/6926ed3f087859adfd37f4d1_HelloFresh.avif",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/6926ed3f087859adfd37f4d1_HelloFresh.avif\" loading=\"lazy\" alt class=\"wheel-carousel-image\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/68ed4b0308465f3bd4431cc5_Hello%20Fresh%20Logo%2033pixel%20SVG%20(1).svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/68ed4b0308465f3bd4431cc5_Hello%20Fresh%20Logo%2033pixel%20SVG%20(1).svg\" loading=\"lazy\" alt class=\"home-case-study-logo\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/69316b9e2bf89013931863e9_HelloFresh.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/69316b9e2bf89013931863e9_HelloFresh.svg\" loading=\"lazy\" alt class=\"wheel-slide-logo\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/6971dd7a1e28f188873b6008_Tile%20image_%20232x347_freenow.png",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/6971dd7a1e28f188873b6008_Tile%20image_%20232x347_freenow.png\" loading=\"lazy\" alt class=\"wheel-carousel-image\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/6971dd7933939c1242e8875d_tile%20logo%20(height%2033px)%20for%20homepage%20image_freenow.png",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/6971dd7933939c1242e8875d_tile%20logo%20(height%2033px)%20for%20homepage%20image_freenow.png\" loading=\"lazy\" alt class=\"home-case-study-logo\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/6971dd78df274b1bf68691f6_Logo%20slider%20under%20image%20(296x119%20svg)_freenow.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/6971dd78df274b1bf68691f6_Logo%20slider%20under%20image%20(296x119%20svg)_freenow.svg\" loading=\"lazy\" alt class=\"wheel-slide-logo\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/6926ec73c40391a8f245ba25_Temu.avif",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/6926ec73c40391a8f245ba25_Temu.avif\" loading=\"lazy\" alt class=\"wheel-carousel-image\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/6926ec429a86cd582b450ba2_temu_chip.png",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/6926ec429a86cd582b450ba2_temu_chip.png\" loading=\"lazy\" alt class=\"home-case-study-logo\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/69316b9e5b18d61155f852e4_Temu.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/69316b9e5b18d61155f852e4_Temu.svg\" loading=\"lazy\" alt class=\"wheel-slide-logo\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/68f7a0f23c28a4d3485dc53b_Get%20Your%20Guide.avif",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/68f7a0f23c28a4d3485dc53b_Get%20Your%20Guide.avif\" loading=\"lazy\" alt sizes=\"(max-width: 479px) 100vw, 463.9757080078125px\" srcset=\"https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/68f7a0f23c28a4d3485dc53b_Get%20Your%20Guide-p-500.png 500w, https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/68f7a0f23c28a4d3485dc53b_Get%20Your%20Guide.avif 800w\" class=\"wheel-carousel-image\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/68f7a2ca8e2c977ec116873d_Frame%20427320157.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/68f7a2ca8e2c977ec116873d_Frame%20427320157.svg\" loading=\"lazy\" alt=\"Get Your Guide Logo\" class=\"home-case-study-logo\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/69316b9e6e2d8d8ce149768b_GetYourGuide.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/69316b9e6e2d8d8ce149768b_GetYourGuide.svg\" loading=\"lazy\" alt class=\"wheel-slide-logo\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/6926ebdf007478c40f8caa4e_HeyTea.avif",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/6926ebdf007478c40f8caa4e_HeyTea.avif\" loading=\"lazy\" alt class=\"wheel-carousel-image\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/6926ec4284fc63c2b8e5bb56_heytea%20(1).svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/6926ec4284fc63c2b8e5bb56_heytea%20(1).svg\" loading=\"lazy\" alt class=\"home-case-study-logo\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/69316b9e6a82b6ba7b1cf2de_HeyTea%20(2).svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/69316b9e6a82b6ba7b1cf2de_HeyTea%20(2).svg\" loading=\"lazy\" alt class=\"wheel-slide-logo\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/6926ecf6b9882076d4227a8b_ASOS.avif",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/6926ecf6b9882076d4227a8b_ASOS.avif\" loading=\"lazy\" alt class=\"wheel-carousel-image\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/683fefd51d624f783af3806b_asos-tag.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/683fefd51d624f783af3806b_asos-tag.svg\" loading=\"lazy\" alt class=\"home-case-study-logo\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/69316b9eddc8bc2d6a9a745d_ASOS.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/69316b9eddc8bc2d6a9a745d_ASOS.svg\" loading=\"lazy\" alt class=\"wheel-slide-logo\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/6926ed3ff93068fbdb67927e_PingoDoce.avif",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/6926ed3ff93068fbdb67927e_PingoDoce.avif\" loading=\"lazy\" alt class=\"wheel-carousel-image\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/6926ec42896e102938cb0b83_pingo%20dolce_chip.png",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/6926ec42896e102938cb0b83_pingo%20dolce_chip.png\" loading=\"lazy\" alt class=\"home-case-study-logo\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/69316ba067cf783bc53d9518_dd5922d5698d8f5dbf2bfe2b7c66b3d4_PingoDoce.avif",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/69316ba067cf783bc53d9518_dd5922d5698d8f5dbf2bfe2b7c66b3d4_PingoDoce.avif\" loading=\"lazy\" alt sizes=\"(max-width: 479px) 100vw, 363.9757080078125px\" srcset=\"https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/69316ba067cf783bc53d9518_dd5922d5698d8f5dbf2bfe2b7c66b3d4_PingoDoce-p-500.avif 500w, https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/69316ba067cf783bc53d9518_dd5922d5698d8f5dbf2bfe2b7c66b3d4_PingoDoce..."
    },
    {
      "src": "https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/67fe631e20d77f5566de4291_67adbeb6459394467741855d_vinted.avif",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/67fe631e20d77f5566de4291_67adbeb6459394467741855d_vinted.avif\" loading=\"lazy\" alt=\"Girl listening music on headphones\" sizes=\"(max-width: 479px) 100vw, 463.9757080078125px\" srcset=\"https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/67fe631e20d77f5566de4291_67adbeb6459394467741855d_vinted-p-500.avif 500w, https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/67fe631e20d77f5566de4291_67adbeb6459394467741855d_vi..."
    },
    {
      "src": "https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/67fe631ef53e2340ffafbe44_67adbe590bc98dea0704f6ef_vinted%20chip.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/67fe631ef53e2340ffafbe44_67adbe590bc98dea0704f6ef_vinted%20chip.svg\" loading=\"lazy\" alt=\"Vinted Logo\" class=\"home-case-study-logo\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/69316b9f6406406a3ccbe62b_Vinted%20(1).svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/69316b9f6406406a3ccbe62b_Vinted%20(1).svg\" loading=\"lazy\" alt class=\"wheel-slide-logo\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/692807d16704ad6a6f66a298_Uber.avif",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/692807d16704ad6a6f66a298_Uber.avif\" loading=\"lazy\" alt class=\"wheel-carousel-image\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/68ff7eb1f67ded1d8af4a592_Uber_homepage%20case%20study%20chip%20fold%20(on%20image).svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/68ff7eb1f67ded1d8af4a592_Uber_homepage%20case%20study%20chip%20fold%20(on%20image).svg\" loading=\"lazy\" alt class=\"home-case-study-logo\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/69316b9f29cc4a6e3a3299ca_Uber.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/69316b9f29cc4a6e3a3299ca_Uber.svg\" loading=\"lazy\" alt class=\"wheel-slide-logo\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/6926ed3f4f48a4caf7a5392a_Pinterest%20(1).avif",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/6926ed3f4f48a4caf7a5392a_Pinterest%20(1).avif\" loading=\"lazy\" alt class=\"wheel-carousel-image\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/6881dcf9959dde84b4e68bb5_pinterest%20logo%20chip.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/6881dcf9959dde84b4e68bb5_pinterest%20logo%20chip.svg\" loading=\"lazy\" alt class=\"home-case-study-logo\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/69316b9e0614460e5ef21349_Pinterest.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/69316b9e0614460e5ef21349_Pinterest.svg\" loading=\"lazy\" alt class=\"wheel-slide-logo\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/6981a589eb73e8c16ae7a7f5_Tile%20image_%20232x347_spotify.avif",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/6981a589eb73e8c16ae7a7f5_Tile%20image_%20232x347_spotify.avif\" loading=\"lazy\" alt class=\"wheel-carousel-image\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/6981a588f2853fbd3e2e3198_tile%20logo%20(height%2033px)%20for%20homepage%20image_spotify.png",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/6981a588f2853fbd3e2e3198_tile%20logo%20(height%2033px)%20for%20homepage%20image_spotify.png\" loading=\"lazy\" alt class=\"home-case-study-logo\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/6981a5886484fef457cd93a0_Logo%20slider%20under%20image%20(296x119%20svg)_spotify.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/6981a5886484fef457cd93a0_Logo%20slider%20under%20image%20(296x119%20svg)_spotify.svg\" loading=\"lazy\" alt class=\"wheel-slide-logo\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/6926ecaf4a4f5bd6ff363d9b_eBay.avif",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/6926ecaf4a4f5bd6ff363d9b_eBay.avif\" loading=\"lazy\" alt class=\"wheel-carousel-image\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/686e3aa257ae8a2e56b64d65_ebay%20logo.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/686e3aa257ae8a2e56b64d65_ebay%20logo.svg\" loading=\"lazy\" alt class=\"home-case-study-logo\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/69316b9eb6b2825547c7069f_Ebay.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/69316b9eb6b2825547c7069f_Ebay.svg\" loading=\"lazy\" alt class=\"wheel-slide-logo\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/69c38edb5e60542e77da7e5c_Tile%20image_%20232x347_trip.com.avif",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/69c38edb5e60542e77da7e5c_Tile%20image_%20232x347_trip.com.avif\" loading=\"lazy\" alt=\"Stack of three hard-shell suitcases in silver, black, and blue with a yellow luggage tag on the middle suitcase.\" sizes=\"(max-width: 479px) 100vw, 463.9757080078125px\" srcset=\"https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/69c38edb5e60542e77da7e5c_Tile%20image_%20232x347_trip.com-p-500.avif 500w, https://cdn.prod.website-files.c..."
    },
    {
      "src": "https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/69c38eda239dcd167b75df41_tile%20logo%20(height%2033px)%20for%20homepage%20image_trip.com.avif",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/69c38eda239dcd167b75df41_tile%20logo%20(height%2033px)%20for%20homepage%20image_trip.com.avif\" loading=\"lazy\" alt=\"Trip.com brand logo\" class=\"home-case-study-logo\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/69c38ebd0b2dbbeec67407e9_Logo%20slider%20under%20image%20(296x119%20svg)_trip.com.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/69c38ebd0b2dbbeec67407e9_Logo%20slider%20under%20image%20(296x119%20svg)_trip.com.svg\" loading=\"lazy\" alt=\"Trip.com brand logo\" class=\"wheel-slide-logo\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/6926ed3f087859adfd37f4d1_HelloFresh.avif",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/6926ed3f087859adfd37f4d1_HelloFresh.avif\" loading=\"lazy\" alt class=\"wheel-carousel-image\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/68ed4b0308465f3bd4431cc5_Hello%20Fresh%20Logo%2033pixel%20SVG%20(1).svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/68ed4b0308465f3bd4431cc5_Hello%20Fresh%20Logo%2033pixel%20SVG%20(1).svg\" loading=\"lazy\" alt class=\"home-case-study-logo\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/69316b9e2bf89013931863e9_HelloFresh.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/69316b9e2bf89013931863e9_HelloFresh.svg\" loading=\"lazy\" alt class=\"wheel-slide-logo\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/6971dd7a1e28f188873b6008_Tile%20image_%20232x347_freenow.png",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/6971dd7a1e28f188873b6008_Tile%20image_%20232x347_freenow.png\" loading=\"lazy\" alt class=\"wheel-carousel-image\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/6971dd7933939c1242e8875d_tile%20logo%20(height%2033px)%20for%20homepage%20image_freenow.png",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/6971dd7933939c1242e8875d_tile%20logo%20(height%2033px)%20for%20homepage%20image_freenow.png\" loading=\"lazy\" alt class=\"home-case-study-logo\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/6971dd78df274b1bf68691f6_Logo%20slider%20under%20image%20(296x119%20svg)_freenow.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/6971dd78df274b1bf68691f6_Logo%20slider%20under%20image%20(296x119%20svg)_freenow.svg\" loading=\"lazy\" alt class=\"wheel-slide-logo\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/6926ec73c40391a8f245ba25_Temu.avif",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/6926ec73c40391a8f245ba25_Temu.avif\" loading=\"lazy\" alt class=\"wheel-carousel-image\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/6926ec429a86cd582b450ba2_temu_chip.png",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/6926ec429a86cd582b450ba2_temu_chip.png\" loading=\"lazy\" alt class=\"home-case-study-logo\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/69316b9e5b18d61155f852e4_Temu.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/69316b9e5b18d61155f852e4_Temu.svg\" loading=\"lazy\" alt class=\"wheel-slide-logo\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/68f7a0f23c28a4d3485dc53b_Get%20Your%20Guide.avif",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/68f7a0f23c28a4d3485dc53b_Get%20Your%20Guide.avif\" loading=\"lazy\" alt sizes=\"(max-width: 479px) 100vw, 463.9757080078125px\" srcset=\"https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/68f7a0f23c28a4d3485dc53b_Get%20Your%20Guide-p-500.png 500w, https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/68f7a0f23c28a4d3485dc53b_Get%20Your%20Guide.avif 800w\" class=\"wheel-carousel-image\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/68f7a2ca8e2c977ec116873d_Frame%20427320157.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/68f7a2ca8e2c977ec116873d_Frame%20427320157.svg\" loading=\"lazy\" alt=\"Get Your Guide Logo\" class=\"home-case-study-logo\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/69316b9e6e2d8d8ce149768b_GetYourGuide.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/69316b9e6e2d8d8ce149768b_GetYourGuide.svg\" loading=\"lazy\" alt class=\"wheel-slide-logo\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/6926ebdf007478c40f8caa4e_HeyTea.avif",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/6926ebdf007478c40f8caa4e_HeyTea.avif\" loading=\"lazy\" alt class=\"wheel-carousel-image\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/6926ec4284fc63c2b8e5bb56_heytea%20(1).svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/6926ec4284fc63c2b8e5bb56_heytea%20(1).svg\" loading=\"lazy\" alt class=\"home-case-study-logo\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/69316b9e6a82b6ba7b1cf2de_HeyTea%20(2).svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/69316b9e6a82b6ba7b1cf2de_HeyTea%20(2).svg\" loading=\"lazy\" alt class=\"wheel-slide-logo\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/6926ecf6b9882076d4227a8b_ASOS.avif",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/6926ecf6b9882076d4227a8b_ASOS.avif\" loading=\"lazy\" alt class=\"wheel-carousel-image\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/683fefd51d624f783af3806b_asos-tag.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/683fefd51d624f783af3806b_asos-tag.svg\" loading=\"lazy\" alt class=\"home-case-study-logo\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/69316b9eddc8bc2d6a9a745d_ASOS.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/69316b9eddc8bc2d6a9a745d_ASOS.svg\" loading=\"lazy\" alt class=\"wheel-slide-logo\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/6926ed3ff93068fbdb67927e_PingoDoce.avif",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/6926ed3ff93068fbdb67927e_PingoDoce.avif\" loading=\"lazy\" alt class=\"wheel-carousel-image\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/6926ec42896e102938cb0b83_pingo%20dolce_chip.png",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/6926ec42896e102938cb0b83_pingo%20dolce_chip.png\" loading=\"lazy\" alt class=\"home-case-study-logo\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/69316ba067cf783bc53d9518_dd5922d5698d8f5dbf2bfe2b7c66b3d4_PingoDoce.avif",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/69316ba067cf783bc53d9518_dd5922d5698d8f5dbf2bfe2b7c66b3d4_PingoDoce.avif\" loading=\"lazy\" alt sizes=\"(max-width: 479px) 100vw, 363.9757080078125px\" srcset=\"https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/69316ba067cf783bc53d9518_dd5922d5698d8f5dbf2bfe2b7c66b3d4_PingoDoce-p-500.avif 500w, https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/69316ba067cf783bc53d9518_dd5922d5698d8f5dbf2bfe2b7c66b3d4_PingoDoce..."
    },
    {
      "src": "https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/67fe631e20d77f5566de4291_67adbeb6459394467741855d_vinted.avif",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/67fe631e20d77f5566de4291_67adbeb6459394467741855d_vinted.avif\" loading=\"lazy\" alt=\"Girl listening music on headphones\" sizes=\"(max-width: 479px) 100vw, 463.9757080078125px\" srcset=\"https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/67fe631e20d77f5566de4291_67adbeb6459394467741855d_vinted-p-500.avif 500w, https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/67fe631e20d77f5566de4291_67adbeb6459394467741855d_vi..."
    },
    {
      "src": "https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/67fe631ef53e2340ffafbe44_67adbe590bc98dea0704f6ef_vinted%20chip.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/67fe631ef53e2340ffafbe44_67adbe590bc98dea0704f6ef_vinted%20chip.svg\" loading=\"lazy\" alt=\"Vinted Logo\" class=\"home-case-study-logo\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/69316b9f6406406a3ccbe62b_Vinted%20(1).svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/69316b9f6406406a3ccbe62b_Vinted%20(1).svg\" loading=\"lazy\" alt class=\"wheel-slide-logo\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/692807d16704ad6a6f66a298_Uber.avif",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/692807d16704ad6a6f66a298_Uber.avif\" loading=\"lazy\" alt class=\"wheel-carousel-image\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/68ff7eb1f67ded1d8af4a592_Uber_homepage%20case%20study%20chip%20fold%20(on%20image).svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/68ff7eb1f67ded1d8af4a592_Uber_homepage%20case%20study%20chip%20fold%20(on%20image).svg\" loading=\"lazy\" alt class=\"home-case-study-logo\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/69316b9f29cc4a6e3a3299ca_Uber.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/69316b9f29cc4a6e3a3299ca_Uber.svg\" loading=\"lazy\" alt class=\"wheel-slide-logo\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/6926ed3f4f48a4caf7a5392a_Pinterest%20(1).avif",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/6926ed3f4f48a4caf7a5392a_Pinterest%20(1).avif\" loading=\"lazy\" alt class=\"wheel-carousel-image\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/6881dcf9959dde84b4e68bb5_pinterest%20logo%20chip.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/6881dcf9959dde84b4e68bb5_pinterest%20logo%20chip.svg\" loading=\"lazy\" alt class=\"home-case-study-logo\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/69316b9e0614460e5ef21349_Pinterest.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/69316b9e0614460e5ef21349_Pinterest.svg\" loading=\"lazy\" alt class=\"wheel-slide-logo\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/6981a589eb73e8c16ae7a7f5_Tile%20image_%20232x347_spotify.avif",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/6981a589eb73e8c16ae7a7f5_Tile%20image_%20232x347_spotify.avif\" loading=\"lazy\" alt class=\"wheel-carousel-image\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/6981a588f2853fbd3e2e3198_tile%20logo%20(height%2033px)%20for%20homepage%20image_spotify.png",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/6981a588f2853fbd3e2e3198_tile%20logo%20(height%2033px)%20for%20homepage%20image_spotify.png\" loading=\"lazy\" alt class=\"home-case-study-logo\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/6981a5886484fef457cd93a0_Logo%20slider%20under%20image%20(296x119%20svg)_spotify.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/6981a5886484fef457cd93a0_Logo%20slider%20under%20image%20(296x119%20svg)_spotify.svg\" loading=\"lazy\" alt class=\"wheel-slide-logo\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/6926ecaf4a4f5bd6ff363d9b_eBay.avif",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/6926ecaf4a4f5bd6ff363d9b_eBay.avif\" loading=\"lazy\" alt class=\"wheel-carousel-image\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/686e3aa257ae8a2e56b64d65_ebay%20logo.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/686e3aa257ae8a2e56b64d65_ebay%20logo.svg\" loading=\"lazy\" alt class=\"home-case-study-logo\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/69316b9eb6b2825547c7069f_Ebay.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/69316b9eb6b2825547c7069f_Ebay.svg\" loading=\"lazy\" alt class=\"wheel-slide-logo\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/69c38edb5e60542e77da7e5c_Tile%20image_%20232x347_trip.com.avif",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/69c38edb5e60542e77da7e5c_Tile%20image_%20232x347_trip.com.avif\" loading=\"lazy\" alt=\"Stack of three hard-shell suitcases in silver, black, and blue with a yellow luggage tag on the middle suitcase.\" sizes=\"(max-width: 479px) 100vw, 463.9757080078125px\" srcset=\"https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/69c38edb5e60542e77da7e5c_Tile%20image_%20232x347_trip.com-p-500.avif 500w, https://cdn.prod.website-files.c..."
    },
    {
      "src": "https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/69c38eda239dcd167b75df41_tile%20logo%20(height%2033px)%20for%20homepage%20image_trip.com.avif",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/69c38eda239dcd167b75df41_tile%20logo%20(height%2033px)%20for%20homepage%20image_trip.com.avif\" loading=\"lazy\" alt=\"Trip.com brand logo\" class=\"home-case-study-logo\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/69c38ebd0b2dbbeec67407e9_Logo%20slider%20under%20image%20(296x119%20svg)_trip.com.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/69c38ebd0b2dbbeec67407e9_Logo%20slider%20under%20image%20(296x119%20svg)_trip.com.svg\" loading=\"lazy\" alt=\"Trip.com brand logo\" class=\"wheel-slide-logo\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/6926ed3f087859adfd37f4d1_HelloFresh.avif",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/6926ed3f087859adfd37f4d1_HelloFresh.avif\" loading=\"lazy\" alt class=\"wheel-carousel-image\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/68ed4b0308465f3bd4431cc5_Hello%20Fresh%20Logo%2033pixel%20SVG%20(1).svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/68ed4b0308465f3bd4431cc5_Hello%20Fresh%20Logo%2033pixel%20SVG%20(1).svg\" loading=\"lazy\" alt class=\"home-case-study-logo\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/69316b9e2bf89013931863e9_HelloFresh.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/69316b9e2bf89013931863e9_HelloFresh.svg\" loading=\"lazy\" alt class=\"wheel-slide-logo\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/6971dd7a1e28f188873b6008_Tile%20image_%20232x347_freenow.png",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/6971dd7a1e28f188873b6008_Tile%20image_%20232x347_freenow.png\" loading=\"lazy\" alt class=\"wheel-carousel-image\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/6971dd7933939c1242e8875d_tile%20logo%20(height%2033px)%20for%20homepage%20image_freenow.png",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/6971dd7933939c1242e8875d_tile%20logo%20(height%2033px)%20for%20homepage%20image_freenow.png\" loading=\"lazy\" alt class=\"home-case-study-logo\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/6971dd78df274b1bf68691f6_Logo%20slider%20under%20image%20(296x119%20svg)_freenow.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/6971dd78df274b1bf68691f6_Logo%20slider%20under%20image%20(296x119%20svg)_freenow.svg\" loading=\"lazy\" alt class=\"wheel-slide-logo\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/6926ec73c40391a8f245ba25_Temu.avif",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/6926ec73c40391a8f245ba25_Temu.avif\" loading=\"lazy\" alt class=\"wheel-carousel-image\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/6926ec429a86cd582b450ba2_temu_chip.png",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/6926ec429a86cd582b450ba2_temu_chip.png\" loading=\"lazy\" alt class=\"home-case-study-logo\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/69316b9e5b18d61155f852e4_Temu.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/69316b9e5b18d61155f852e4_Temu.svg\" loading=\"lazy\" alt class=\"wheel-slide-logo\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/68f7a0f23c28a4d3485dc53b_Get%20Your%20Guide.avif",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/68f7a0f23c28a4d3485dc53b_Get%20Your%20Guide.avif\" loading=\"lazy\" alt sizes=\"(max-width: 479px) 100vw, 463.9757080078125px\" srcset=\"https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/68f7a0f23c28a4d3485dc53b_Get%20Your%20Guide-p-500.png 500w, https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/68f7a0f23c28a4d3485dc53b_Get%20Your%20Guide.avif 800w\" class=\"wheel-carousel-image\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/68f7a2ca8e2c977ec116873d_Frame%20427320157.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/68f7a2ca8e2c977ec116873d_Frame%20427320157.svg\" loading=\"lazy\" alt=\"Get Your Guide Logo\" class=\"home-case-study-logo\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/69316b9e6e2d8d8ce149768b_GetYourGuide.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/69316b9e6e2d8d8ce149768b_GetYourGuide.svg\" loading=\"lazy\" alt class=\"wheel-slide-logo\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/6926ebdf007478c40f8caa4e_HeyTea.avif",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/6926ebdf007478c40f8caa4e_HeyTea.avif\" loading=\"lazy\" alt class=\"wheel-carousel-image\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/6926ec4284fc63c2b8e5bb56_heytea%20(1).svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/6926ec4284fc63c2b8e5bb56_heytea%20(1).svg\" loading=\"lazy\" alt class=\"home-case-study-logo\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/69316b9e6a82b6ba7b1cf2de_HeyTea%20(2).svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/69316b9e6a82b6ba7b1cf2de_HeyTea%20(2).svg\" loading=\"lazy\" alt class=\"wheel-slide-logo\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/6926ecf6b9882076d4227a8b_ASOS.avif",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/6926ecf6b9882076d4227a8b_ASOS.avif\" loading=\"lazy\" alt class=\"wheel-carousel-image\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/683fefd51d624f783af3806b_asos-tag.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/683fefd51d624f783af3806b_asos-tag.svg\" loading=\"lazy\" alt class=\"home-case-study-logo\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/69316b9eddc8bc2d6a9a745d_ASOS.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/69316b9eddc8bc2d6a9a745d_ASOS.svg\" loading=\"lazy\" alt class=\"wheel-slide-logo\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/6926ed3ff93068fbdb67927e_PingoDoce.avif",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/6926ed3ff93068fbdb67927e_PingoDoce.avif\" loading=\"lazy\" alt class=\"wheel-carousel-image\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/6926ec42896e102938cb0b83_pingo%20dolce_chip.png",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/6926ec42896e102938cb0b83_pingo%20dolce_chip.png\" loading=\"lazy\" alt class=\"home-case-study-logo\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/69316ba067cf783bc53d9518_dd5922d5698d8f5dbf2bfe2b7c66b3d4_PingoDoce.avif",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/69316ba067cf783bc53d9518_dd5922d5698d8f5dbf2bfe2b7c66b3d4_PingoDoce.avif\" loading=\"lazy\" alt sizes=\"(max-width: 479px) 100vw, 363.9757080078125px\" srcset=\"https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/69316ba067cf783bc53d9518_dd5922d5698d8f5dbf2bfe2b7c66b3d4_PingoDoce-p-500.avif 500w, https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/69316ba067cf783bc53d9518_dd5922d5698d8f5dbf2bfe2b7c66b3d4_PingoDoce..."
    },
    {
      "src": "https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/67fe631e20d77f5566de4291_67adbeb6459394467741855d_vinted.avif",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/67fe631e20d77f5566de4291_67adbeb6459394467741855d_vinted.avif\" loading=\"lazy\" alt=\"Girl listening music on headphones\" sizes=\"(max-width: 479px) 100vw, 463.9757080078125px\" srcset=\"https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/67fe631e20d77f5566de4291_67adbeb6459394467741855d_vinted-p-500.avif 500w, https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/67fe631e20d77f5566de4291_67adbeb6459394467741855d_vi..."
    },
    {
      "src": "https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/67fe631ef53e2340ffafbe44_67adbe590bc98dea0704f6ef_vinted%20chip.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/67fe631ef53e2340ffafbe44_67adbe590bc98dea0704f6ef_vinted%20chip.svg\" loading=\"lazy\" alt=\"Vinted Logo\" class=\"home-case-study-logo\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/69316b9f6406406a3ccbe62b_Vinted%20(1).svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/69316b9f6406406a3ccbe62b_Vinted%20(1).svg\" loading=\"lazy\" alt class=\"wheel-slide-logo\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/692807d16704ad6a6f66a298_Uber.avif",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/692807d16704ad6a6f66a298_Uber.avif\" loading=\"lazy\" alt class=\"wheel-carousel-image\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/68ff7eb1f67ded1d8af4a592_Uber_homepage%20case%20study%20chip%20fold%20(on%20image).svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/68ff7eb1f67ded1d8af4a592_Uber_homepage%20case%20study%20chip%20fold%20(on%20image).svg\" loading=\"lazy\" alt class=\"home-case-study-logo\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/69316b9f29cc4a6e3a3299ca_Uber.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/69316b9f29cc4a6e3a3299ca_Uber.svg\" loading=\"lazy\" alt class=\"wheel-slide-logo\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/6926ed3f4f48a4caf7a5392a_Pinterest%20(1).avif",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/6926ed3f4f48a4caf7a5392a_Pinterest%20(1).avif\" loading=\"lazy\" alt class=\"wheel-carousel-image\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/6881dcf9959dde84b4e68bb5_pinterest%20logo%20chip.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/6881dcf9959dde84b4e68bb5_pinterest%20logo%20chip.svg\" loading=\"lazy\" alt class=\"home-case-study-logo\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/69316b9e0614460e5ef21349_Pinterest.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/69316b9e0614460e5ef21349_Pinterest.svg\" loading=\"lazy\" alt class=\"wheel-slide-logo\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/6981a589eb73e8c16ae7a7f5_Tile%20image_%20232x347_spotify.avif",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/6981a589eb73e8c16ae7a7f5_Tile%20image_%20232x347_spotify.avif\" loading=\"lazy\" alt class=\"wheel-carousel-image\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/6981a588f2853fbd3e2e3198_tile%20logo%20(height%2033px)%20for%20homepage%20image_spotify.png",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/6981a588f2853fbd3e2e3198_tile%20logo%20(height%2033px)%20for%20homepage%20image_spotify.png\" loading=\"lazy\" alt class=\"home-case-study-logo\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/6981a5886484fef457cd93a0_Logo%20slider%20under%20image%20(296x119%20svg)_spotify.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/6981a5886484fef457cd93a0_Logo%20slider%20under%20image%20(296x119%20svg)_spotify.svg\" loading=\"lazy\" alt class=\"wheel-slide-logo\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/6926ecaf4a4f5bd6ff363d9b_eBay.avif",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/6926ecaf4a4f5bd6ff363d9b_eBay.avif\" loading=\"lazy\" alt class=\"wheel-carousel-image\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/686e3aa257ae8a2e56b64d65_ebay%20logo.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/686e3aa257ae8a2e56b64d65_ebay%20logo.svg\" loading=\"lazy\" alt class=\"home-case-study-logo\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/69316b9eb6b2825547c7069f_Ebay.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/69316b9eb6b2825547c7069f_Ebay.svg\" loading=\"lazy\" alt class=\"wheel-slide-logo\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/69c38edb5e60542e77da7e5c_Tile%20image_%20232x347_trip.com.avif",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/69c38edb5e60542e77da7e5c_Tile%20image_%20232x347_trip.com.avif\" loading=\"lazy\" alt=\"Stack of three hard-shell suitcases in silver, black, and blue with a yellow luggage tag on the middle suitcase.\" sizes=\"(max-width: 479px) 100vw, 463.9757080078125px\" srcset=\"https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/69c38edb5e60542e77da7e5c_Tile%20image_%20232x347_trip.com-p-500.avif 500w, https://cdn.prod.website-files.c..."
    },
    {
      "src": "https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/69c38eda239dcd167b75df41_tile%20logo%20(height%2033px)%20for%20homepage%20image_trip.com.avif",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/69c38eda239dcd167b75df41_tile%20logo%20(height%2033px)%20for%20homepage%20image_trip.com.avif\" loading=\"lazy\" alt=\"Trip.com brand logo\" class=\"home-case-study-logo\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/69c38ebd0b2dbbeec67407e9_Logo%20slider%20under%20image%20(296x119%20svg)_trip.com.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/69c38ebd0b2dbbeec67407e9_Logo%20slider%20under%20image%20(296x119%20svg)_trip.com.svg\" loading=\"lazy\" alt=\"Trip.com brand logo\" class=\"wheel-slide-logo\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/6926ed3f087859adfd37f4d1_HelloFresh.avif",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/6926ed3f087859adfd37f4d1_HelloFresh.avif\" loading=\"lazy\" alt class=\"wheel-carousel-image\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/68ed4b0308465f3bd4431cc5_Hello%20Fresh%20Logo%2033pixel%20SVG%20(1).svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/68ed4b0308465f3bd4431cc5_Hello%20Fresh%20Logo%2033pixel%20SVG%20(1).svg\" loading=\"lazy\" alt class=\"home-case-study-logo\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/69316b9e2bf89013931863e9_HelloFresh.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/69316b9e2bf89013931863e9_HelloFresh.svg\" loading=\"lazy\" alt class=\"wheel-slide-logo\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/6971dd7a1e28f188873b6008_Tile%20image_%20232x347_freenow.png",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/6971dd7a1e28f188873b6008_Tile%20image_%20232x347_freenow.png\" loading=\"lazy\" alt class=\"wheel-carousel-image\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/6971dd7933939c1242e8875d_tile%20logo%20(height%2033px)%20for%20homepage%20image_freenow.png",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/6971dd7933939c1242e8875d_tile%20logo%20(height%2033px)%20for%20homepage%20image_freenow.png\" loading=\"lazy\" alt class=\"home-case-study-logo\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/6971dd78df274b1bf68691f6_Logo%20slider%20under%20image%20(296x119%20svg)_freenow.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/6971dd78df274b1bf68691f6_Logo%20slider%20under%20image%20(296x119%20svg)_freenow.svg\" loading=\"lazy\" alt class=\"wheel-slide-logo\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/6926ec73c40391a8f245ba25_Temu.avif",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/6926ec73c40391a8f245ba25_Temu.avif\" loading=\"lazy\" alt class=\"wheel-carousel-image\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/6926ec429a86cd582b450ba2_temu_chip.png",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/6926ec429a86cd582b450ba2_temu_chip.png\" loading=\"lazy\" alt class=\"home-case-study-logo\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/69316b9e5b18d61155f852e4_Temu.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/69316b9e5b18d61155f852e4_Temu.svg\" loading=\"lazy\" alt class=\"wheel-slide-logo\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/68f7a0f23c28a4d3485dc53b_Get%20Your%20Guide.avif",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/68f7a0f23c28a4d3485dc53b_Get%20Your%20Guide.avif\" loading=\"lazy\" alt sizes=\"(max-width: 479px) 100vw, 463.9757080078125px\" srcset=\"https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/68f7a0f23c28a4d3485dc53b_Get%20Your%20Guide-p-500.png 500w, https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/68f7a0f23c28a4d3485dc53b_Get%20Your%20Guide.avif 800w\" class=\"wheel-carousel-image\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/68f7a2ca8e2c977ec116873d_Frame%20427320157.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/68f7a2ca8e2c977ec116873d_Frame%20427320157.svg\" loading=\"lazy\" alt=\"Get Your Guide Logo\" class=\"home-case-study-logo\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/69316b9e6e2d8d8ce149768b_GetYourGuide.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/69316b9e6e2d8d8ce149768b_GetYourGuide.svg\" loading=\"lazy\" alt class=\"wheel-slide-logo\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/6926ebdf007478c40f8caa4e_HeyTea.avif",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/6926ebdf007478c40f8caa4e_HeyTea.avif\" loading=\"lazy\" alt class=\"wheel-carousel-image\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/6926ec4284fc63c2b8e5bb56_heytea%20(1).svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/6926ec4284fc63c2b8e5bb56_heytea%20(1).svg\" loading=\"lazy\" alt class=\"home-case-study-logo\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/69316b9e6a82b6ba7b1cf2de_HeyTea%20(2).svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/69316b9e6a82b6ba7b1cf2de_HeyTea%20(2).svg\" loading=\"lazy\" alt class=\"wheel-slide-logo\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/6926ecf6b9882076d4227a8b_ASOS.avif",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/6926ecf6b9882076d4227a8b_ASOS.avif\" loading=\"lazy\" alt class=\"wheel-carousel-image\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/683fefd51d624f783af3806b_asos-tag.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/683fefd51d624f783af3806b_asos-tag.svg\" loading=\"lazy\" alt class=\"home-case-study-logo\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/69316b9eddc8bc2d6a9a745d_ASOS.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/69316b9eddc8bc2d6a9a745d_ASOS.svg\" loading=\"lazy\" alt class=\"wheel-slide-logo\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/6926ed3ff93068fbdb67927e_PingoDoce.avif",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/6926ed3ff93068fbdb67927e_PingoDoce.avif\" loading=\"lazy\" alt class=\"wheel-carousel-image\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/6926ec42896e102938cb0b83_pingo%20dolce_chip.png",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/6926ec42896e102938cb0b83_pingo%20dolce_chip.png\" loading=\"lazy\" alt class=\"home-case-study-logo\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/69316ba067cf783bc53d9518_dd5922d5698d8f5dbf2bfe2b7c66b3d4_PingoDoce.avif",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/69316ba067cf783bc53d9518_dd5922d5698d8f5dbf2bfe2b7c66b3d4_PingoDoce.avif\" loading=\"lazy\" alt sizes=\"(max-width: 479px) 100vw, 363.9757080078125px\" srcset=\"https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/69316ba067cf783bc53d9518_dd5922d5698d8f5dbf2bfe2b7c66b3d4_PingoDoce-p-500.avif 500w, https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/69316ba067cf783bc53d9518_dd5922d5698d8f5dbf2bfe2b7c66b3d4_PingoDoce..."
    },
    {
      "src": "https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/67fe631e20d77f5566de4291_67adbeb6459394467741855d_vinted.avif",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/67fe631e20d77f5566de4291_67adbeb6459394467741855d_vinted.avif\" loading=\"lazy\" alt=\"Girl listening music on headphones\" sizes=\"(max-width: 479px) 100vw, 463.9757080078125px\" srcset=\"https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/67fe631e20d77f5566de4291_67adbeb6459394467741855d_vinted-p-500.avif 500w, https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/67fe631e20d77f5566de4291_67adbeb6459394467741855d_vi..."
    },
    {
      "src": "https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/67fe631ef53e2340ffafbe44_67adbe590bc98dea0704f6ef_vinted%20chip.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/67fe631ef53e2340ffafbe44_67adbe590bc98dea0704f6ef_vinted%20chip.svg\" loading=\"lazy\" alt=\"Vinted Logo\" class=\"home-case-study-logo\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/69316b9f6406406a3ccbe62b_Vinted%20(1).svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/69316b9f6406406a3ccbe62b_Vinted%20(1).svg\" loading=\"lazy\" alt class=\"wheel-slide-logo\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/692807d16704ad6a6f66a298_Uber.avif",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/692807d16704ad6a6f66a298_Uber.avif\" loading=\"lazy\" alt class=\"wheel-carousel-image\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/68ff7eb1f67ded1d8af4a592_Uber_homepage%20case%20study%20chip%20fold%20(on%20image).svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/68ff7eb1f67ded1d8af4a592_Uber_homepage%20case%20study%20chip%20fold%20(on%20image).svg\" loading=\"lazy\" alt class=\"home-case-study-logo\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/69316b9f29cc4a6e3a3299ca_Uber.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/69316b9f29cc4a6e3a3299ca_Uber.svg\" loading=\"lazy\" alt class=\"wheel-slide-logo\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/6926ed3f4f48a4caf7a5392a_Pinterest%20(1).avif",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/6926ed3f4f48a4caf7a5392a_Pinterest%20(1).avif\" loading=\"lazy\" alt class=\"wheel-carousel-image\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/6881dcf9959dde84b4e68bb5_pinterest%20logo%20chip.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/6881dcf9959dde84b4e68bb5_pinterest%20logo%20chip.svg\" loading=\"lazy\" alt class=\"home-case-study-logo\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/69316b9e0614460e5ef21349_Pinterest.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/69316b9e0614460e5ef21349_Pinterest.svg\" loading=\"lazy\" alt class=\"wheel-slide-logo\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/6981a589eb73e8c16ae7a7f5_Tile%20image_%20232x347_spotify.avif",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/6981a589eb73e8c16ae7a7f5_Tile%20image_%20232x347_spotify.avif\" loading=\"lazy\" alt class=\"wheel-carousel-image\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/6981a588f2853fbd3e2e3198_tile%20logo%20(height%2033px)%20for%20homepage%20image_spotify.png",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/6981a588f2853fbd3e2e3198_tile%20logo%20(height%2033px)%20for%20homepage%20image_spotify.png\" loading=\"lazy\" alt class=\"home-case-study-logo\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/6981a5886484fef457cd93a0_Logo%20slider%20under%20image%20(296x119%20svg)_spotify.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/6981a5886484fef457cd93a0_Logo%20slider%20under%20image%20(296x119%20svg)_spotify.svg\" loading=\"lazy\" alt class=\"wheel-slide-logo\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/6926ecaf4a4f5bd6ff363d9b_eBay.avif",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/6926ecaf4a4f5bd6ff363d9b_eBay.avif\" loading=\"lazy\" alt class=\"wheel-carousel-image\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/686e3aa257ae8a2e56b64d65_ebay%20logo.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/686e3aa257ae8a2e56b64d65_ebay%20logo.svg\" loading=\"lazy\" alt class=\"home-case-study-logo\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/69316b9eb6b2825547c7069f_Ebay.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/69316b9eb6b2825547c7069f_Ebay.svg\" loading=\"lazy\" alt class=\"wheel-slide-logo\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/69c38edb5e60542e77da7e5c_Tile%20image_%20232x347_trip.com.avif",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/69c38edb5e60542e77da7e5c_Tile%20image_%20232x347_trip.com.avif\" loading=\"lazy\" alt=\"Stack of three hard-shell suitcases in silver, black, and blue with a yellow luggage tag on the middle suitcase.\" sizes=\"(max-width: 479px) 100vw, 463.9757080078125px\" srcset=\"https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/69c38edb5e60542e77da7e5c_Tile%20image_%20232x347_trip.com-p-500.avif 500w, https://cdn.prod.website-files.c..."
    },
    {
      "src": "https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/69c38eda239dcd167b75df41_tile%20logo%20(height%2033px)%20for%20homepage%20image_trip.com.avif",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/69c38eda239dcd167b75df41_tile%20logo%20(height%2033px)%20for%20homepage%20image_trip.com.avif\" loading=\"lazy\" alt=\"Trip.com brand logo\" class=\"home-case-study-logo\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/69c38ebd0b2dbbeec67407e9_Logo%20slider%20under%20image%20(296x119%20svg)_trip.com.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/69c38ebd0b2dbbeec67407e9_Logo%20slider%20under%20image%20(296x119%20svg)_trip.com.svg\" loading=\"lazy\" alt=\"Trip.com brand logo\" class=\"wheel-slide-logo\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/6926ed3f087859adfd37f4d1_HelloFresh.avif",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/6926ed3f087859adfd37f4d1_HelloFresh.avif\" loading=\"lazy\" alt class=\"wheel-carousel-image\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/68ed4b0308465f3bd4431cc5_Hello%20Fresh%20Logo%2033pixel%20SVG%20(1).svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/68ed4b0308465f3bd4431cc5_Hello%20Fresh%20Logo%2033pixel%20SVG%20(1).svg\" loading=\"lazy\" alt class=\"home-case-study-logo\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/69316b9e2bf89013931863e9_HelloFresh.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/69316b9e2bf89013931863e9_HelloFresh.svg\" loading=\"lazy\" alt class=\"wheel-slide-logo\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/6971dd7a1e28f188873b6008_Tile%20image_%20232x347_freenow.png",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/6971dd7a1e28f188873b6008_Tile%20image_%20232x347_freenow.png\" loading=\"lazy\" alt class=\"wheel-carousel-image\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/6971dd7933939c1242e8875d_tile%20logo%20(height%2033px)%20for%20homepage%20image_freenow.png",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/6971dd7933939c1242e8875d_tile%20logo%20(height%2033px)%20for%20homepage%20image_freenow.png\" loading=\"lazy\" alt class=\"home-case-study-logo\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/6971dd78df274b1bf68691f6_Logo%20slider%20under%20image%20(296x119%20svg)_freenow.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/6971dd78df274b1bf68691f6_Logo%20slider%20under%20image%20(296x119%20svg)_freenow.svg\" loading=\"lazy\" alt class=\"wheel-slide-logo\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/6926ec73c40391a8f245ba25_Temu.avif",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/6926ec73c40391a8f245ba25_Temu.avif\" loading=\"lazy\" alt class=\"wheel-carousel-image\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/6926ec429a86cd582b450ba2_temu_chip.png",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/6926ec429a86cd582b450ba2_temu_chip.png\" loading=\"lazy\" alt class=\"home-case-study-logo\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/69316b9e5b18d61155f852e4_Temu.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/69316b9e5b18d61155f852e4_Temu.svg\" loading=\"lazy\" alt class=\"wheel-slide-logo\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/68f7a0f23c28a4d3485dc53b_Get%20Your%20Guide.avif",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/68f7a0f23c28a4d3485dc53b_Get%20Your%20Guide.avif\" loading=\"lazy\" alt sizes=\"(max-width: 479px) 100vw, 463.9757080078125px\" srcset=\"https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/68f7a0f23c28a4d3485dc53b_Get%20Your%20Guide-p-500.png 500w, https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/68f7a0f23c28a4d3485dc53b_Get%20Your%20Guide.avif 800w\" class=\"wheel-carousel-image\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/68f7a2ca8e2c977ec116873d_Frame%20427320157.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/68f7a2ca8e2c977ec116873d_Frame%20427320157.svg\" loading=\"lazy\" alt=\"Get Your Guide Logo\" class=\"home-case-study-logo\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/69316b9e6e2d8d8ce149768b_GetYourGuide.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/69316b9e6e2d8d8ce149768b_GetYourGuide.svg\" loading=\"lazy\" alt class=\"wheel-slide-logo\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/6926ebdf007478c40f8caa4e_HeyTea.avif",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/6926ebdf007478c40f8caa4e_HeyTea.avif\" loading=\"lazy\" alt class=\"wheel-carousel-image\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/6926ec4284fc63c2b8e5bb56_heytea%20(1).svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/6926ec4284fc63c2b8e5bb56_heytea%20(1).svg\" loading=\"lazy\" alt class=\"home-case-study-logo\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/69316b9e6a82b6ba7b1cf2de_HeyTea%20(2).svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/69316b9e6a82b6ba7b1cf2de_HeyTea%20(2).svg\" loading=\"lazy\" alt class=\"wheel-slide-logo\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/6926ecf6b9882076d4227a8b_ASOS.avif",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/6926ecf6b9882076d4227a8b_ASOS.avif\" loading=\"lazy\" alt class=\"wheel-carousel-image\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/683fefd51d624f783af3806b_asos-tag.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/683fefd51d624f783af3806b_asos-tag.svg\" loading=\"lazy\" alt class=\"home-case-study-logo\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/69316b9eddc8bc2d6a9a745d_ASOS.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/69316b9eddc8bc2d6a9a745d_ASOS.svg\" loading=\"lazy\" alt class=\"wheel-slide-logo\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/6926ed3ff93068fbdb67927e_PingoDoce.avif",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/6926ed3ff93068fbdb67927e_PingoDoce.avif\" loading=\"lazy\" alt class=\"wheel-carousel-image\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/6926ec42896e102938cb0b83_pingo%20dolce_chip.png",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/6926ec42896e102938cb0b83_pingo%20dolce_chip.png\" loading=\"lazy\" alt class=\"home-case-study-logo\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/69316ba067cf783bc53d9518_dd5922d5698d8f5dbf2bfe2b7c66b3d4_PingoDoce.avif",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/69316ba067cf783bc53d9518_dd5922d5698d8f5dbf2bfe2b7c66b3d4_PingoDoce.avif\" loading=\"lazy\" alt sizes=\"(max-width: 479px) 100vw, 363.9757080078125px\" srcset=\"https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/69316ba067cf783bc53d9518_dd5922d5698d8f5dbf2bfe2b7c66b3d4_PingoDoce-p-500.avif 500w, https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/69316ba067cf783bc53d9518_dd5922d5698d8f5dbf2bfe2b7c66b3d4_PingoDoce..."
    },
    {
      "src": "https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/67fe631e20d77f5566de4291_67adbeb6459394467741855d_vinted.avif",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/67fe631e20d77f5566de4291_67adbeb6459394467741855d_vinted.avif\" loading=\"lazy\" alt=\"Girl listening music on headphones\" sizes=\"(max-width: 479px) 100vw, 463.9757080078125px\" srcset=\"https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/67fe631e20d77f5566de4291_67adbeb6459394467741855d_vinted-p-500.avif 500w, https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/67fe631e20d77f5566de4291_67adbeb6459394467741855d_vi..."
    },
    {
      "src": "https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/67fe631ef53e2340ffafbe44_67adbe590bc98dea0704f6ef_vinted%20chip.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/67fe631ef53e2340ffafbe44_67adbe590bc98dea0704f6ef_vinted%20chip.svg\" loading=\"lazy\" alt=\"Vinted Logo\" class=\"home-case-study-logo\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/69316b9f6406406a3ccbe62b_Vinted%20(1).svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/69316b9f6406406a3ccbe62b_Vinted%20(1).svg\" loading=\"lazy\" alt class=\"wheel-slide-logo\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/692807d16704ad6a6f66a298_Uber.avif",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/692807d16704ad6a6f66a298_Uber.avif\" loading=\"lazy\" alt class=\"wheel-carousel-image\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/68ff7eb1f67ded1d8af4a592_Uber_homepage%20case%20study%20chip%20fold%20(on%20image).svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/68ff7eb1f67ded1d8af4a592_Uber_homepage%20case%20study%20chip%20fold%20(on%20image).svg\" loading=\"lazy\" alt class=\"home-case-study-logo\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/69316b9f29cc4a6e3a3299ca_Uber.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/69316b9f29cc4a6e3a3299ca_Uber.svg\" loading=\"lazy\" alt class=\"wheel-slide-logo\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/6926ed3f4f48a4caf7a5392a_Pinterest%20(1).avif",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/6926ed3f4f48a4caf7a5392a_Pinterest%20(1).avif\" loading=\"lazy\" alt class=\"wheel-carousel-image\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/6881dcf9959dde84b4e68bb5_pinterest%20logo%20chip.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/6881dcf9959dde84b4e68bb5_pinterest%20logo%20chip.svg\" loading=\"lazy\" alt class=\"home-case-study-logo\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/69316b9e0614460e5ef21349_Pinterest.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/69316b9e0614460e5ef21349_Pinterest.svg\" loading=\"lazy\" alt class=\"wheel-slide-logo\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/690c7ca03b7fd37356d1520c_ms-klarna-fit.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/690c7ca03b7fd37356d1520c_ms-klarna-fit.svg\" loading=\"lazy\" id=\"carousel-logo\" alt class=\"wheel-slide-counter-logo\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/690c7ca03b7fd37356d1520c_ms-klarna-fit.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/690c7ca03b7fd37356d1520c_ms-klarna-fit.svg\" loading=\"lazy\" alt class=\"carousel-company-logo\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/68fb3e861a23ce7731447c48_Approved-Marketing-Logos.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/68fb3e861a23ce7731447c48_Approved-Marketing-Logos.svg\" loading=\"lazy\" alt class=\"carousel-company-logo\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/68fb3e5ef16f6db3e89de193_Approved-Marketing-Logos.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/68fb3e5ef16f6db3e89de193_Approved-Marketing-Logos.svg\" loading=\"lazy\" alt class=\"carousel-company-logo\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/68fb3e74d6aa75c395a771d5_Approved-Marketing-Logos.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/68fb3e74d6aa75c395a771d5_Approved-Marketing-Logos.svg\" loading=\"lazy\" alt class=\"carousel-company-logo\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/68fb3e7dfb37ee0db07ddffb_Approved-Marketing-Logos.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/68fb3e7dfb37ee0db07ddffb_Approved-Marketing-Logos.svg\" loading=\"lazy\" alt class=\"carousel-company-logo\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/690c7ca03b7fd37356d1520c_ms-klarna-fit.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/690c7ca03b7fd37356d1520c_ms-klarna-fit.svg\" loading=\"lazy\" alt class=\"carousel-company-logo\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/68fb3e6e72d9dc03f14967cd_Approved-Marketing-Logos.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/68fb3e6e72d9dc03f14967cd_Approved-Marketing-Logos.svg\" loading=\"lazy\" alt class=\"carousel-company-logo\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/690c7ca03b7fd37356d1520c_ms-klarna-fit.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/690c7ca03b7fd37356d1520c_ms-klarna-fit.svg\" loading=\"lazy\" alt class=\"carousel-company-logo\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/68ef65f589368d589e22c7d2_PERFORMANCE.avif",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/68ef65f589368d589e22c7d2_PERFORMANCE.avif\" loading=\"lazy\" sizes=\"100vw\" srcset=\"https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/68ef65f589368d589e22c7d2_PERFORMANCE-p-500.avif 500w, https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/68ef65f589368d589e22c7d2_PERFORMANCE-p-800.png 800w, https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/68ef65f589368d589e22c7d2_PERFORMANCE.avif 2880w\" alt class=\"..."
    },
    {
      "src": "https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/68ef65f589368d589e22c7d2_PERFORMANCE.avif",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/68ef65f589368d589e22c7d2_PERFORMANCE.avif\" loading=\"lazy\" sizes=\"100vw\" srcset=\"https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/68ef65f589368d589e22c7d2_PERFORMANCE-p-500.avif 500w, https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/68ef65f589368d589e22c7d2_PERFORMANCE-p-800.png 800w, https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/68ef65f589368d589e22c7d2_PERFORMANCE.avif 2880w\" alt class=\"..."
    },
    {
      "src": "https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/68ef65f589368d589e22c7d2_PERFORMANCE.avif",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/68ef65f589368d589e22c7d2_PERFORMANCE.avif\" loading=\"lazy\" sizes=\"100vw\" srcset=\"https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/68ef65f589368d589e22c7d2_PERFORMANCE-p-500.avif 500w, https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/68ef65f589368d589e22c7d2_PERFORMANCE-p-800.png 800w, https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/68ef65f589368d589e22c7d2_PERFORMANCE.avif 2880w\" alt class=\"..."
    },
    {
      "src": "https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/68ef92215ec5483ef206edb0_Frame%201000007310.avif",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/68ef92215ec5483ef206edb0_Frame%201000007310.avif\" loading=\"lazy\" alt class=\"image-ratio-1-1\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/64db80a5e88c6b1723ff7649/699c3f06019f079e06b00aa9_payment%20tokenization_thumbnail.png",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/64db80a5e88c6b1723ff7649/699c3f06019f079e06b00aa9_payment%20tokenization_thumbnail.png\" loading=\"lazy\" alt class=\"image-5-4\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/64db80a5e88c6b1723ff7649/654527caa19c20e462c7eb11_Maxim.jpeg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/64db80a5e88c6b1723ff7649/654527caa19c20e462c7eb11_Maxim.jpeg\" loading=\"lazy\" alt class=\"article-author-image\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/64db80a5e88c6b1723ff7649/6a1d5755625544df1b30028e_MKTCRE-2544-UsingAi-%40Checkout-Meron-Blog%2BEmail-512x286.png",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/64db80a5e88c6b1723ff7649/6a1d5755625544df1b30028e_MKTCRE-2544-UsingAi-%40Checkout-Meron-Blog%2BEmail-512x286.png\" loading=\"lazy\" alt class=\"image-5-4\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/64db80a5e88c6b1723ff7649/69bbbc21aa721e2e17ea4d52_66c346db9155520b4abd11d3_Speakers_300x300_MeronColbeci.jpg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/64db80a5e88c6b1723ff7649/69bbbc21aa721e2e17ea4d52_66c346db9155520b4abd11d3_Speakers_300x300_MeronColbeci.jpg\" loading=\"lazy\" alt sizes=\"100vw\" srcset=\"https://cdn.prod.website-files.com/64db80a5e88c6b1723ff7649/69bbbc21aa721e2e17ea4d52_66c346db9155520b4abd11d3_Speakers_300x300_MeronColbeci-p-500.jpg 500w, https://cdn.prod.website-files.com/64db80a5e88c6b1723ff7649/69bbbc21aa721e2e17ea4d52_66c346db9155520b4abd11d3_Speakers_300x300_MeronColbeci.jpg 9..."
    },
    {
      "src": "https://cdn.prod.website-files.com/64db80a5e88c6b1723ff7649/6a032b64ebb4a88d22fb9b70_6a019ea21a414837fe840fbe_MPIP%20blog%20thumbnail_Sarah%20Boehmer%20(1).avif",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/64db80a5e88c6b1723ff7649/6a032b64ebb4a88d22fb9b70_6a019ea21a414837fe840fbe_MPIP%20blog%20thumbnail_Sarah%20Boehmer%20(1).avif\" loading=\"lazy\" alt class=\"image-5-4\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/64db80a5e88c6b1723ff7649/67766f14dd8843b99499e87d_WhatsApp%20Image%202024-09-10%20at%2009.22.52.jpeg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/64db80a5e88c6b1723ff7649/67766f14dd8843b99499e87d_WhatsApp%20Image%202024-09-10%20at%2009.22.52.jpeg\" loading=\"lazy\" alt sizes=\"100vw\" srcset=\"https://cdn.prod.website-files.com/64db80a5e88c6b1723ff7649/67766f14dd8843b99499e87d_WhatsApp%20Image%202024-09-10%20at%2009.22.52-p-500.jpeg 500w, https://cdn.prod.website-files.com/64db80a5e88c6b1723ff7649/67766f14dd8843b99499e87d_WhatsApp%20Image%202024-09-10%20at%2009.22.52.jpeg 754w\" class=\"article-auth..."
    },
    {
      "src": "https://cdn.prod.website-files.com/64db80a5e88c6b1723ff7649/6a032cba2d9272d5a05b01c2_69f32d85429b1166674421ec_VISA%20x%20eSky%20-%20Email%20banner%20-%20512x354.avif",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/64db80a5e88c6b1723ff7649/6a032cba2d9272d5a05b01c2_69f32d85429b1166674421ec_VISA%20x%20eSky%20-%20Email%20banner%20-%20512x354.avif\" loading=\"lazy\" alt class=\"image-5-4\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/64db80a5e88c6b1723ff7649/69a03324be35f33925c93695_1660653181860.jpeg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/64db80a5e88c6b1723ff7649/69a03324be35f33925c93695_1660653181860.jpeg\" loading=\"lazy\" alt sizes=\"100vw\" srcset=\"https://cdn.prod.website-files.com/64db80a5e88c6b1723ff7649/69a03324be35f33925c93695_1660653181860-p-500.jpeg 500w, https://cdn.prod.website-files.com/64db80a5e88c6b1723ff7649/69a03324be35f33925c93695_1660653181860.jpeg 508w\" class=\"article-author-image\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/64db80a5e88c6b1723ff7649/6a032bb5bb81217f3ed15545_69e600afaa6dce3d5f781d4d_Thumbnail%20-%20Agentic%20OpenAI%20-%20632x354.avif",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/64db80a5e88c6b1723ff7649/6a032bb5bb81217f3ed15545_69e600afaa6dce3d5f781d4d_Thumbnail%20-%20Agentic%20OpenAI%20-%20632x354.avif\" loading=\"lazy\" alt class=\"image-5-4\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/64db80a5e88c6b1723ff7649/64db80a5e88c6b1723ff8219_avatar%20(5)%20(1).jpg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/64db80a5e88c6b1723ff7649/64db80a5e88c6b1723ff8219_avatar%20(5)%20(1).jpg\" loading=\"lazy\" alt class=\"article-author-image\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/64db80a5e88c6b1723ff7649/6a032d8a3e9f8999dce207de_685adf7ecf51bbe79340c868_Thumbnail_MRC%20collaboration_%20Thriving%20starts%20with%20education.avif",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/64db80a5e88c6b1723ff7649/6a032d8a3e9f8999dce207de_685adf7ecf51bbe79340c868_Thumbnail_MRC%20collaboration_%20Thriving%20starts%20with%20education.avif\" loading=\"lazy\" alt class=\"image-5-4\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/64db80a5e88c6b1723ff7649/65cf968a0b1a4c66cf4600b7_Rory%20Headshot.jpeg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/64db80a5e88c6b1723ff7649/65cf968a0b1a4c66cf4600b7_Rory%20Headshot.jpeg\" loading=\"lazy\" alt sizes=\"100vw\" srcset=\"https://cdn.prod.website-files.com/64db80a5e88c6b1723ff7649/65cf968a0b1a4c66cf4600b7_Rory%20Headshot-p-500.jpeg 500w, https://cdn.prod.website-files.com/64db80a5e88c6b1723ff7649/65cf968a0b1a4c66cf4600b7_Rory%20Headshot.jpeg 800w\" class=\"article-author-image\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/64db80a5e88c6b1723ff7649/6a032bf3ad97f2dabf131717_How%20to%20balance%20acceptance%2C%20fraud%2C%20and%20cost.avif",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/64db80a5e88c6b1723ff7649/6a032bf3ad97f2dabf131717_How%20to%20balance%20acceptance%2C%20fraud%2C%20and%20cost.avif\" loading=\"lazy\" alt class=\"image-5-4\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/64db80a5e88c6b1723ff7649/69d79619d9cf250bcccc5daa_Daniel%20Linder.png",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/64db80a5e88c6b1723ff7649/69d79619d9cf250bcccc5daa_Daniel%20Linder.png\" loading=\"lazy\" alt class=\"article-author-image\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/64db80a5e88c6b1723ff7649/6a032c2c1f5e858552fb210f_69cd4f3a1884d13156800334_blog%20thumbnail_visa%20direct.avif",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/64db80a5e88c6b1723ff7649/6a032c2c1f5e858552fb210f_69cd4f3a1884d13156800334_blog%20thumbnail_visa%20direct.avif\" loading=\"lazy\" alt class=\"image-5-4\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/64db80a5e88c6b1723ff7649/67766f14dd8843b99499e87d_WhatsApp%20Image%202024-09-10%20at%2009.22.52.jpeg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/64db80a5e88c6b1723ff7649/67766f14dd8843b99499e87d_WhatsApp%20Image%202024-09-10%20at%2009.22.52.jpeg\" loading=\"lazy\" alt sizes=\"100vw\" srcset=\"https://cdn.prod.website-files.com/64db80a5e88c6b1723ff7649/67766f14dd8843b99499e87d_WhatsApp%20Image%202024-09-10%20at%2009.22.52-p-500.jpeg 500w, https://cdn.prod.website-files.com/64db80a5e88c6b1723ff7649/67766f14dd8843b99499e87d_WhatsApp%20Image%202024-09-10%20at%2009.22.52.jpeg 754w\" class=\"article-auth..."
    },
    {
      "src": "https://cdn.prod.website-files.com/64db80a5e88c6b1723ff7649/6a032c45646d65544ec6e10f_69c26bb6984e8aa60feeb080_Blog%20thumbnail%20updated_Mastercard%20transaction%20identifier%20link.avif",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/64db80a5e88c6b1723ff7649/6a032c45646d65544ec6e10f_69c26bb6984e8aa60feeb080_Blog%20thumbnail%20updated_Mastercard%20transaction%20identifier%20link.avif\" loading=\"lazy\" alt class=\"image-5-4\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/64db80a5e88c6b1723ff7649/69c25f6467505271e6c54866_Varun%20Raj.jpeg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/64db80a5e88c6b1723ff7649/69c25f6467505271e6c54866_Varun%20Raj.jpeg\" loading=\"lazy\" alt class=\"article-author-image\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/64db80a5e88c6b1723ff7649/699cbb7c134df91f16dced41_BLOG-EOY-Hero-Image-WO-Checkout-512x286.png",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/64db80a5e88c6b1723ff7649/699cbb7c134df91f16dced41_BLOG-EOY-Hero-Image-WO-Checkout-512x286.png\" loading=\"lazy\" alt class=\"article-16-9-image\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/64db80a5e88c6b1723ff7649/64db80a5e88c6b1723ff7f71_avatar%20(1).webp",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/64db80a5e88c6b1723ff7649/64db80a5e88c6b1723ff7f71_avatar%20(1).webp\" loading=\"lazy\" alt class=\"article-author-image\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/64db80a5e88c6b1723ff7649/698da7f1923fc4dec2de3641_Blog%20thumbnail_key%20insights%20(agentic%20webinar).png",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/64db80a5e88c6b1723ff7649/698da7f1923fc4dec2de3641_Blog%20thumbnail_key%20insights%20(agentic%20webinar).png\" loading=\"lazy\" alt class=\"article-16-9-image\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/64db80a5e88c6b1723ff7649/64db80a5e88c6b1723ff8219_avatar%20(5)%20(1).jpg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/64db80a5e88c6b1723ff7649/64db80a5e88c6b1723ff8219_avatar%20(5)%20(1).jpg\" loading=\"lazy\" alt class=\"article-author-image\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/64db80a5e88c6b1723ff7649/6963dcafe47ec8a321fd59c0_thumbnail%20for%20blog_OpenAI%E2%80%99s%20ACP%20and%20Google%E2%80%99s%20New%20Commerce%20Protocol_%20What%E2%80%99s%20the%20difference_.png",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/64db80a5e88c6b1723ff7649/6963dcafe47ec8a321fd59c0_thumbnail%20for%20blog_OpenAI%E2%80%99s%20ACP%20and%20Google%E2%80%99s%20New%20Commerce%20Protocol_%20What%E2%80%99s%20the%20difference_.png\" loading=\"lazy\" alt class=\"article-16-9-image\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/64db80a5e88c6b1723ff7649/64db80a5e88c6b1723ff8219_avatar%20(5)%20(1).jpg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/64db80a5e88c6b1723ff7649/64db80a5e88c6b1723ff8219_avatar%20(5)%20(1).jpg\" loading=\"lazy\" alt class=\"article-author-image\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/64db80a5e88c6b1723ff7649/686b7498e3b3baaa98ac3759_thumbnail_agentic.png",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/64db80a5e88c6b1723ff7649/686b7498e3b3baaa98ac3759_thumbnail_agentic.png\" loading=\"lazy\" alt class=\"article-16-9-image\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/64db80a5e88c6b1723ff7649/64db80a5e88c6b1723ff8219_avatar%20(5)%20(1).jpg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/64db80a5e88c6b1723ff7649/64db80a5e88c6b1723ff8219_avatar%20(5)%20(1).jpg\" loading=\"lazy\" alt class=\"article-author-image\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/64db80a5e88c6b1723ff7649/6931b87ff890591925b2345c_Thumbnail_Chargebacks%20in%20agentic%20ecommerce_%20How%20merchants%20can%20stay%20ahead.png",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/64db80a5e88c6b1723ff7649/6931b87ff890591925b2345c_Thumbnail_Chargebacks%20in%20agentic%20ecommerce_%20How%20merchants%20can%20stay%20ahead.png\" loading=\"lazy\" alt class=\"article-16-9-image\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/64db80a5e88c6b1723ff7649/67768fdb1fd60e76537bbba8_Isabel%20Scavetta%20-%20Profile%20image.png",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/64db80a5e88c6b1723ff7649/67768fdb1fd60e76537bbba8_Isabel%20Scavetta%20-%20Profile%20image.png\" loading=\"lazy\" alt sizes=\"100vw\" srcset=\"https://cdn.prod.website-files.com/64db80a5e88c6b1723ff7649/67768fdb1fd60e76537bbba8_Isabel%20Scavetta%20-%20Profile%20image-p-500.png 500w, https://cdn.prod.website-files.com/64db80a5e88c6b1723ff7649/67768fdb1fd60e76537bbba8_Isabel%20Scavetta%20-%20Profile%20image.png 512w\" class=\"article-author-image\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/64db80a5e88c6b1723ff7649/691c95367e2c03e5e15e26be_thumbnail%201%20apple%20blog_updated%20(2).png",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/64db80a5e88c6b1723ff7649/691c95367e2c03e5e15e26be_thumbnail%201%20apple%20blog_updated%20(2).png\" loading=\"lazy\" alt class=\"article-16-9-image\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/64db80a5e88c6b1723ff7649/654527caa19c20e462c7eb11_Maxim.jpeg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/64db80a5e88c6b1723ff7649/654527caa19c20e462c7eb11_Maxim.jpeg\" loading=\"lazy\" alt class=\"article-author-image\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/64db80a5e88c6b1723ff7649/6908b1680a6841adfd828864_MENA%20thumbnail_Conversion%20tactics%20for%20White%20Friday%202025_%20How%20to%20win%20customers%20at%20checkout.png",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/64db80a5e88c6b1723ff7649/6908b1680a6841adfd828864_MENA%20thumbnail_Conversion%20tactics%20for%20White%20Friday%202025_%20How%20to%20win%20customers%20at%20checkout.png\" loading=\"lazy\" alt class=\"article-16-9-image\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/64db80a5e88c6b1723ff7649/6908b2df356c042dacdafb42_Screenshot%202025-11-03%20at%2013.49.07.png",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/64db80a5e88c6b1723ff7649/6908b2df356c042dacdafb42_Screenshot%202025-11-03%20at%2013.49.07.png\" loading=\"lazy\" alt class=\"article-author-image\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/64db80a5e88c6b1723ff7649/68249b0fbff68afdadf4865b_Final%20thumbnail_epic%20vs.%20apple.png",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/64db80a5e88c6b1723ff7649/68249b0fbff68afdadf4865b_Final%20thumbnail_epic%20vs.%20apple.png\" loading=\"lazy\" alt class=\"article-16-9-image\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/plugins/Basic/assets/placeholder.60f9b1840c.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/plugins/Basic/assets/placeholder.60f9b1840c.svg\" loading=\"lazy\" alt class=\"article-author-image w-dyn-bind-empty\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/64db80a5e88c6b1723ff7649/68c7c66f2fc6c6ac1d8f3860_Thumbnail_Payment%20leader%2090%20days.png",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/64db80a5e88c6b1723ff7649/68c7c66f2fc6c6ac1d8f3860_Thumbnail_Payment%20leader%2090%20days.png\" loading=\"lazy\" alt class=\"article-16-9-image\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/64db80a5e88c6b1723ff7649/668fbc41b96fa6692e38e32c_Adel%20linkedin.jpeg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/64db80a5e88c6b1723ff7649/668fbc41b96fa6692e38e32c_Adel%20linkedin.jpeg\" loading=\"lazy\" alt sizes=\"100vw\" srcset=\"https://cdn.prod.website-files.com/64db80a5e88c6b1723ff7649/668fbc41b96fa6692e38e32c_Adel%20linkedin-p-500.jpeg 500w, https://cdn.prod.website-files.com/64db80a5e88c6b1723ff7649/668fbc41b96fa6692e38e32c_Adel%20linkedin.jpeg 800w\" class=\"article-author-image\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/6788c0e68b085eea2bcd0363_Property%201%3Dwebsite-black%20bg.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/6788c0e68b085eea2bcd0363_Property%201%3Dwebsite-black%20bg.svg\" loading=\"lazy\" alt=\"Checkout.com logo\" class=\"rb-contain-image\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/65089a77ef2d100d7dd7c863_United_Kingdom_UK.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/65089a77ef2d100d7dd7c863_United_Kingdom_UK.svg\" loading=\"lazy\" alt=\"Flag of the United Kingdom Icon\" class=\"rb-language-flag\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/64e729a1d9e445ed83029685_Vector%201.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/64e729a1d9e445ed83029685_Vector%201.svg\" loading=\"lazy\" alt=\"Dropdown Arrow\" class=\"rb-language-dropdown-icon\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/65089a76d0e5abb74a4ba824_France_FR.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/65089a76d0e5abb74a4ba824_France_FR.svg\" loading=\"lazy\" alt=\"Flag of France Icon\" class=\"rb-language-flag\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/65089a77ab5335434c37566b_Germany_DE.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/65089a77ab5335434c37566b_Germany_DE.svg\" loading=\"lazy\" alt=\"Flag of Germany Icon\" class=\"rb-language-flag\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/65089a7726a06a302a6728fd_Spain_ES.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/65089a7726a06a302a6728fd_Spain_ES.svg\" loading=\"lazy\" alt=\"Flag of Spain Logo\" class=\"rb-language-flag\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/6524404e702c3a961fc250a2_France_FR.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/6524404e702c3a961fc250a2_France_FR.svg\" loading=\"lazy\" alt=\"Italian Flag\" class=\"rb-language-flag\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/65089baa3bb25aebe93fb732_UAE_AE.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/65089baa3bb25aebe93fb732_UAE_AE.svg\" loading=\"lazy\" alt=\"UAE Flag Icon\" class=\"rb-language-flag\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/65089c1476038ecf2d20d51d_Portugal_PT.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/65089c1476038ecf2d20d51d_Portugal_PT.svg\" loading=\"lazy\" alt=\"Flag of Portugal Icon\" class=\"rb-language-flag\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/65089a7615797fea31f60161_China_CN.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/65089a7615797fea31f60161_China_CN.svg\" loading=\"lazy\" alt=\"Flag of China Icon\" class=\"rb-language-flag\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/65089a760f8be7b0243ecf73_Japan_JP.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/65089a760f8be7b0243ecf73_Japan_JP.svg\" loading=\"lazy\" alt=\"Flag of Japan Icon\" class=\"rb-language-flag\">"
    },
    {
      "src": "https://cdn-ukwest.onetrust.com/logos/61c4f55d-3cd2-4ca4-bc2f-5e2f09fa080f/5047df73-77e4-4327-b59d-2cb0e3a5686c/159ff202-b832-4f34-b421-684b82b1f817/logo-checkout.png",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img alt=\"Checkout.com\" src=\"https://cdn-ukwest.onetrust.com/logos/61c4f55d-3cd2-4ca4-bc2f-5e2f09fa080f/5047df73-77e4-4327-b59d-2cb0e3a5686c/159ff202-b832-4f34-b421-684b82b1f817/logo-checkout.png\">"
    },
    {
      "src": "https://cdn-ukwest.onetrust.com/logos/static/powered_by_logo.svg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img alt=\"Powered by Onetrust\" src=\"https://cdn-ukwest.onetrust.com/logos/static/powered_by_logo.svg\" title=\"Powered by OneTrust Opens in a new Tab\">"
    }
  ],
  "possibleDialogs": [
    "<div role=\"dialog\" aria-modal=\"true\" aria-label=\"Cookies and use of our website\"><div class=\"ot-sdk-container\"><div class=\"ot-sdk-row\"><div id=\"onetrust-group-container\" class=\"ot-sdk-eight ot-sdk-columns\"><div class=\"banner_logo\"></div><div id=\"onetrust-policy\"><h2 id=\"onetrust-policy-title\">Cookies and use of our website</h2><div id=\"onetrust-policy-text\">We may use your information &#x2013; collected through cookies and similar technologies - to improve your experience on our site, analyze...",
    "<div role=\"dialog\" aria-modal=\"true\" style=\"height: 100%;\" aria-label=\"Cookies Settings\"><!-- Close Button --><div class=\"ot-pc-header\"><!-- Logo Tag --><div class=\"ot-pc-logo\" role=\"img\" aria-label=\"Checkout.com\"><img alt=\"Checkout.com\" src=\"https://cdn-ukwest.onetrust.com/logos/61c4f55d-3cd2-4ca4-bc2f-5e2f09fa080f/5047df73-77e4-4327-b59d-2cb0e3a5686c/159ff202-b832-4f34-b421-684b82b1f817/logo-checkout.png\"></div><button id=\"close-pc-btn-handler\" class=\"ot-close-icon\" aria-label=\"Close prefer...",
    "<section id=\"ot-fltr-modal\"><div id=\"ot-fltr-cnt\"><div id=\"ot-filter-list-header\"></div><button id=\"clear-filters-handler\">Clear</button><div class=\"ot-fltr-scrlcnt ot-pc-scrollbar\" role=\"group\" aria-labelledby=\"ot-filter-list-header\"><ul class=\"ot-fltr-opts\"><li class=\"ot-fltr-opt\"><div class=\"ot-chkbox\"><input id=\"chkbox-id\" type=\"checkbox\" class=\"category-filter-handler\"> <label for=\"chkbox-id\"><span class=\"ot-label-txt\">checkbox label</span></label> <span class=\"ot-label-status\">label</sp..."
  ],
  "score": 70,
  "weight": 10
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

GEO: Explanatory content depth

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

2 Warning

Needs attention

GEO: Explanatory content depth

Warning
01

Issue

7 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": 7,
  "citablePassages": 0,
  "failingCandidateParagraphs": [
    {
      "index": 77,
      "heading": "H2: Frequently asked questions",
      "text": "Checkout.com enables businesses to move, manage, and optimize money by acting as an end-to-end Payment Services Provider. We empower businesses to accept payments online and disburse funds to their entities and customers through a range of payment methods and integration options.",
      "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>Checkout.com enables businesses to move, manage, and optimize money by acting as an end-to-end Payment Services Provider. We empower businesses to accept payments online and disburse funds to their entities and customers through a range of payment methods and integration options.</p>"
    },
    {
      "index": 78,
      "heading": "H2: Frequently asked questions",
      "text": "To help merchants accept the highest possible number of legitimate payments while preventing fraud, we offer Intelligent Acceptance, Authentication, Identity Verification, and Fraud Detection tools. With these tools, businesses can find the point between risk and acceptance that’s right for them.",
      "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>To help merchants accept the highest possible number of legitimate payments while preventing fraud, we offer Intelligent Acceptance, Authentication, Identity Verification, and Fraud Detection tools. With these tools, businesses can find the point between risk and acceptance that&#x2019;s right for them.</p>"
    },
    {
      "index": 82,
      "heading": "H2: Frequently asked questions",
      "text": "Checkout.com’s platform is built using proprietary technology and is highly resilient. Our platform has self-healing capabilities which improve scalability and optimization, allowing our platform to deliver uptime.‍As a cloud-native platform, we take full advantage of utilizing availability zones. This significantly reduces redundancy and improves fault tolerance. In other words, if a failure occurs - be it due to...",
      "words": 99,
      "hasEvidence": false,
      "reasons": [
        "Missing a named source, statistic, date, percentage, report, or other evidence signal."
      ],
      "html": "<p>Checkout.com&#x2019;s platform is built using proprietary technology and is highly resilient. Our platform has self-healing capabilities which improve scalability and optimization, allowing our platform to deliver uptime.<br>&#x200d;<br>As a cloud-native platform, we take full advantage of utilizing availability zones. This significantly reduces redundancy and improves fault tolerance. In other words, if a failure occurs - be it due to hardware issues, software glitches, network outages, c..."
    },
    {
      "index": 83,
      "heading": "H2: Frequently asked questions",
      "text": "Checkout.com is a global payment service provider with local acquiring capabilities in over 50 countries across Europe, North America, the Middle East and Asia-Pacific.Our platform supports more than 150 processing currencies, enabling businesses to avoid cross-border charges and reduce foreign exchange costs.We also provide extensive local support through our 19 offices worldwide. Our experts can help you to grow...",
      "words": 74,
      "hasEvidence": true,
      "reasons": [
        "Too short for a citation-ready passage (74 words; target 80-220)."
      ],
      "html": "<p>Checkout.com is a global payment service provider with local acquiring capabilities in over 50 countries across Europe, North America, the Middle East and Asia-Pacific.<br><br>Our platform supports more than 150 processing currencies, enabling businesses to avoid cross-border charges and reduce foreign exchange costs.<br><br>We also provide extensive local support through our 19 offices worldwide. Our experts can help you to grow or streamline your payments globally &#x2013; wherever you a..."
    },
    {
      "index": 84,
      "heading": "H2: Frequently asked questions",
      "text": "We support all the major card schemes and a range of popular ways for consumers to pay in local markets - including direct debit payment methods, voucher payment schemes, digital wallets, and bank transfers. For more information on the different payment methods we support in different regions see our payment methods directory.",
      "words": 51,
      "hasEvidence": false,
      "reasons": [
        "Too short for a citation-ready passage (51 words; target 80-220).",
        "Missing a named source, statistic, date, percentage, report, or other evidence signal."
      ],
      "html": "<p>We support all the major card schemes and a range of popular ways for consumers to pay in local markets - including direct debit payment methods, voucher payment schemes, digital wallets, and bank transfers. For more information on the different payment methods we support in different regions see our <a href=\"https://www.checkout.com/payment-methods/accept\" data-wf-native-id-path=\"9c9cded7-59e3-57f4-f6cb-739c7d0de056\" data-wf-ao-click-engagement-tracking=\"true\" data-wf-element-id=\"9c9cded7..."
    },
    {
      "index": 88,
      "heading": "H4: Performance Cookies",
      "text": "These allow us to recognise and count the number of visitors and to see how visitors move around our website when they are using it. This helps us to improve the way our website works, for example, by ensuring that users are finding what they are looking for easily.",
      "words": 49,
      "hasEvidence": false,
      "reasons": [
        "Too short for a citation-ready passage (49 words; target 80-220).",
        "Missing a named source, statistic, date, percentage, report, or other evidence signal."
      ],
      "html": "<p class=\"ot-acc-grpdesc ot-category-desc\" id=\"ot-desc-id-C0002\">These allow us to recognise and count the number of visitors and to see how visitors move around our website when they are using it. This helps us to improve the way our website works, for example, by ensuring that users are finding what they are looking for easily.</p>"
    },
    {
      "index": 90,
      "heading": "H4: Targeting Cookies",
      "text": "These cookies may be set through our site by our advertising partners. They may be used by those companies to build a profile of your interests and show you relevant adverts on other sites. They are based on uniquely identifying your browser and internet device. If you do not allow these cookies, you will experience less targeted advertising.",
      "words": 58,
      "hasEvidence": false,
      "reasons": [
        "Too short for a citation-ready passage (58 words; target 80-220).",
        "Missing a named source, statistic, date, percentage, report, or other evidence signal."
      ],
      "html": "<p class=\"ot-acc-grpdesc ot-category-desc\" id=\"ot-desc-id-C0004\">These cookies may be set through our site by our advertising partners. They may be used by those companies to build a profile of your interests and show you relevant adverts on other sites. They are based on uniquely identifying your browser and internet device. If you do not allow these cookies, you will experience less targeted advertising.</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

29 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": 37,
  "passing": 8,
  "failing": [
    {
      "heading": "the world",
      "headingHtml": "<h2 data-w-id=\"9c9cded7-59e3-57f4-f6cb-739c7d0dde25\" class=\"home-hero-h\">the world</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "checks out",
      "headingHtml": "<h2 data-w-id=\"9c9cded7-59e3-57f4-f6cb-739c7d0dde28\" class=\"home-hero-h mobile-blue\">checks out</h2>",
      "firstParagraph": "Payments move money. High-performance payments move your business forward. It’s why we obsess over every basis point. And why businesses you love check out with Checkout.com.",
      "paragraphHtml": "<p id=\"w-node-_9c9cded7-59e3-57f4-f6cb-739c7d0dde2a-d8538ede\" data-w-id=\"9c9cded7-59e3-57f4-f6cb-739c7d0dde2a\" class=\"home-hero-subheading\">Payments move money. High-performance payments move your business forward. It&#x2019;s why we obsess over every basis point. And why businesses you love check out with Checkout.com.</p>",
      "words": 28,
      "direct": false,
      "issue": "First paragraph is 28 words and does not look like a concise direct answer."
    },
    {
      "heading": "INTELLIGENTACCEPTANCE",
      "headingHtml": "<h2 id=\"w-node-_9c9cded7-59e3-57f4-f6cb-739c7d0ddeea-d8538ede\" data-w-id=\"9c9cded7-59e3-57f4-f6cb-739c7d0ddeea\" class=\"rb-h2 new-home rb-no-margin text-center-mobile\">INTELLIGENT<br>ACCEPTANCE</h2>",
      "firstParagraph": "Automatically optimize every payment with an AI engine designed to increase conversions and capture more revenue.",
      "paragraphHtml": "<p class=\"rb-paragraph-regular\">Automatically optimize every payment with an AI engine designed to increase conversions and capture more revenue.</p>",
      "words": 16,
      "direct": false,
      "issue": "First paragraph is 16 words and does not look like a concise direct answer."
    },
    {
      "heading": "Checkout.com named a Leader by Forrester",
      "headingHtml": "<h2 id=\"w-node-_010843cd-501a-19b8-16c1-ad1decc5e739-d8538ede\" data-w-id=\"010843cd-501a-19b8-16c1-ad1decc5e739\" class=\"rb-h2 new-home rb-no-margin text-center-mobile\">Checkout.com named a Leader by Forrester</h2>",
      "firstParagraph": "Read independent insights informed by customer perspectives for a clear understanding of the payments market.",
      "paragraphHtml": "<p class=\"rb-paragraph-regular\">Read independent insights informed by customer perspectives for a clear understanding of the payments market.</p>",
      "words": 15,
      "direct": false,
      "issue": "First paragraph is 15 words and does not look like a concise direct answer."
    },
    {
      "heading": "Scale you can trust",
      "headingHtml": "<h2 class=\"rb-h2 new-home rb-no-margin special-mobile\">Scale you can trust</h2>",
      "firstParagraph": "The total volume of ecommerce payments we processed in 2025 for enterprise merchants around the world.",
      "paragraphHtml": "<p class=\"rb-paragraph-regular counter-subheading\">The total volume of ecommerce payments we processed in 2025 for enterprise merchants around the world.</p>",
      "words": 16,
      "direct": false,
      "issue": "First paragraph is 16 words and does not look like a concise direct answer."
    },
    {
      "heading": "Latest articles",
      "headingHtml": "<h2 class=\"rb-h2 new-home rb-no-margin\">Latest articles</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "A guide to payment tokenization",
      "headingHtml": "<h3 class=\"blog-card-tiltle\">A guide to payment tokenization</h3>",
      "firstParagraph": "Tokenization replaces sensitive payment data with a surrogate value. It makes payments safer for everyone.",
      "paragraphHtml": "<p class=\"rb-paragraph-regular rb-no-margin\">Tokenization replaces sensitive payment data with a surrogate value. It makes payments safer for everyone.</p>",
      "words": 15,
      "direct": false,
      "issue": "First paragraph is 15 words and does not look like a concise direct answer."
    },
    {
      "heading": "How we’re using AI to accelerate our velocity and compound our learning",
      "headingHtml": "<h3 class=\"blog-card-tiltle\">How we&#x2019;re using AI to accelerate our velocity and compound our learning </h3>",
      "firstParagraph": "We are going all-in on AI in every corner of how we work.",
      "paragraphHtml": "<p class=\"rb-paragraph-regular rb-no-margin\">We are going all-in on AI in every corner of how we work.</p>",
      "words": 13,
      "direct": false,
      "issue": "First paragraph is 13 words and does not look like a concise direct answer."
    },
    {
      "heading": "My Path in Payments: Sarah Boehmer, Senior Director, Payments & Chargebacks Strategy at justt",
      "headingHtml": "<h3 class=\"blog-card-tiltle\">My Path in Payments: Sarah Boehmer, Senior Director, Payments &amp; Chargebacks Strategy at justt </h3>",
      "firstParagraph": "A conversation with Sarah Boehmer on her journey into payments, the role of chargebacks in agentic commerce, and why curiosity, collaboration, and constant optimization keep the industry moving forward.",
      "paragraphHtml": "<p class=\"rb-paragraph-regular rb-no-margin\">A conversation with Sarah Boehmer on her journey into payments, the role of chargebacks in agentic commerce, and why curiosity, collaboration, and constant optimization keep the industry moving forward. </p>",
      "words": 29,
      "direct": false,
      "issue": "First paragraph is 29 words and does not look like a concise direct answer."
    },
    {
      "heading": "MRC collaboration: Thriving starts with education",
      "headingHtml": "<h3 class=\"blog-card-tiltle\">MRC collaboration: Thriving starts with education</h3>",
      "firstParagraph": "As the payments profession flourishes, Checkout.com is committed to global payments education.",
      "paragraphHtml": "<p class=\"rb-paragraph-regular rb-no-margin\">As the payments profession flourishes, Checkout.com is committed to global payments education.</p>",
      "words": 13,
      "direct": false,
      "issue": "First paragraph is 13 words and does not look like a concise direct answer."
    },
    {
      "heading": "The profit formula: How to balance revenue, fraud, and costs at checkout",
      "headingHtml": "<h3 class=\"blog-card-tiltle\">The profit formula: How to balance revenue, fraud, and costs at checkout</h3>",
      "firstParagraph": "“A company’s revenue engine is a critical success factor,” wise words of serial entrepreneur Tom Mohr.",
      "paragraphHtml": "<p class=\"rb-paragraph-regular rb-no-margin\">&#x201c;A company&#x2019;s revenue engine is a critical success factor,&#x201d; wise words of serial entrepreneur Tom Mohr.</p>",
      "words": 17,
      "direct": false,
      "issue": "First paragraph is 17 words and does not look like a concise direct answer."
    },
    {
      "heading": "How Checkout.com helps enterprises improve money movement efficiency with Visa Direct",
      "headingHtml": "<h3 class=\"blog-card-tiltle\">How Checkout.com helps enterprises improve money movement efficiency with Visa Direct</h3>",
      "firstParagraph": "Checkout.com’s partnership with Visa Direct enables enterprises to move money faster through card-based funding and payouts, improving customer experience across use cases like refunds, payroll, and remittances.",
      "paragraphHtml": "<p class=\"rb-paragraph-regular rb-no-margin\">Checkout.com&#x2019;s partnership with Visa Direct enables enterprises to move money faster through card-based funding and payouts, improving customer experience across use cases like refunds, payroll, and remittances. </p>",
      "words": 29,
      "direct": false,
      "issue": "First paragraph is 29 words and does not look like a concise direct answer."
    },
    {
      "heading": "Payment tracking update: What is Mastercard TLID?",
      "headingHtml": "<h3 class=\"blog-card-tiltle\">Payment tracking update: What is Mastercard TLID?</h3>",
      "firstParagraph": "Now is the time to prepare for storing the TLID from Mastercard.",
      "paragraphHtml": "<p class=\"rb-paragraph-regular rb-no-margin\">Now is the time to prepare for storing the TLID from Mastercard. </p>",
      "words": 12,
      "direct": false,
      "issue": "First paragraph is 12 words and does not look like a concise direct answer."
    },
    {
      "heading": "Popular resources",
      "headingHtml": "<h2 class=\"rb-h2 new-home rb-no-margin\">Popular resources</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "2025 Annual Letter: The Power of the Long View",
      "headingHtml": "<h3 class=\"articles-heading\">2025 Annual Letter: The Power of the Long View</h3>",
      "firstParagraph": "\"Why do we fall, Bruce? So we can learn to pick ourselves up.\" Thomas Wayne, Batman Begins",
      "paragraphHtml": "<p class=\"rb-paragraph-regular\">&quot;Why do we fall, Bruce? So we can learn to pick ourselves up.&quot; Thomas Wayne, Batman Begins&#xa0;</p>",
      "words": 17,
      "direct": false,
      "issue": "First paragraph is 17 words and does not look like a concise direct answer."
    },
    {
      "heading": "OpenAI’s ACP and Google’s UCP: What’s the difference?",
      "headingHtml": "<h3 class=\"articles-heading\">OpenAI&#x2019;s ACP and Google&#x2019;s UCP: What&#x2019;s the difference?</h3>",
      "firstParagraph": "",
      "paragraphHtml": "<p class=\"rb-paragraph-regular w-dyn-bind-empty\"></p>",
      "words": 0,
      "direct": false,
      "issue": "First paragraph is 0 words and does not look like a concise direct answer."
    },
    {
      "heading": "Agentic commerce: Where consumer intent meets merchant opportunity",
      "headingHtml": "<h3 class=\"articles-heading\">Agentic commerce: Where consumer intent meets merchant opportunity</h3>",
      "firstParagraph": "Learn about the opportunities agentic commerce could create to reach customers.",
      "paragraphHtml": "<p class=\"rb-paragraph-regular\">Learn about the opportunities agentic commerce could create to reach customers.</p>",
      "words": 11,
      "direct": false,
      "issue": "First paragraph is 11 words and does not look like a concise direct answer."
    },
    {
      "heading": "Chargebacks in agentic commerce: How merchants can stay ahead",
      "headingHtml": "<h3 class=\"articles-heading\">Chargebacks in agentic commerce: How merchants can stay ahead </h3>",
      "firstParagraph": "With AI agents reshaping the purchase flow, the tools and strategies that bring trust, traceability, and clarity to chargeback defence.",
      "paragraphHtml": "<p class=\"rb-paragraph-regular\">With AI agents reshaping the purchase flow, the tools and strategies that bring trust, traceability, and clarity to chargeback defence.</p>",
      "words": 20,
      "direct": false,
      "issue": "First paragraph is 20 words and does not look like a concise direct answer."
    },
    {
      "heading": "How to get the best out of Apple Pay for revenue growth",
      "headingHtml": "<h3 class=\"articles-heading\">How to get the best out of Apple Pay for revenue growth</h3>",
      "firstParagraph": "This guide outlines key ways to optimize your Apple Pay integration for better performance",
      "paragraphHtml": "<p class=\"rb-paragraph-regular\">This guide outlines key ways to optimize your Apple Pay integration for better performance</p>",
      "words": 14,
      "direct": false,
      "issue": "First paragraph is 14 words and does not look like a concise direct answer."
    },
    {
      "heading": "Conversion tactics for White Friday 2025: How to win customers at checkout",
      "headingHtml": "<h3 class=\"articles-heading\">Conversion tactics for White Friday 2025: How to win customers at checkout</h3>",
      "firstParagraph": "Here are my four top tips on converting customers this White Friday.",
      "paragraphHtml": "<p class=\"rb-paragraph-regular\">Here are my four top tips on converting customers this White Friday.</p>",
      "words": 12,
      "direct": false,
      "issue": "First paragraph is 12 words and does not look like a concise direct answer."
    },
    {
      "heading": "Optimizing your payments flow for the latest Google Play Store updates",
      "headingHtml": "<h3 class=\"articles-heading\">Optimizing your payments flow for the latest Google Play Store updates</h3>",
      "firstParagraph": "With the Epic Games vs. Google compliance deadline ending last week, here's everything you need to know about how it affects your payments flow and how to optimize accordingly.",
      "paragraphHtml": "<p class=\"rb-paragraph-regular\">With the Epic Games vs. Google compliance deadline ending last week, here&apos;s everything you need to know about how it affects your payments flow and how to optimize accordingly. </p>",
      "words": 29,
      "direct": false,
      "issue": "First paragraph is 29 words and does not look like a concise direct answer."
    },
    {
      "heading": "Your first 90 days as Head of Payments",
      "headingHtml": "<h3 class=\"articles-heading\">Your first 90 days as Head of Payments</h3>",
      "firstParagraph": "Where should you focus during your first 90 days as a Head of Payments, and how do you build the right foundation?",
      "paragraphHtml": "<p class=\"rb-paragraph-regular\">Where should you focus during your first 90 days as a Head of Payments, and how do you build the right foundation?</p>",
      "words": 22,
      "direct": false,
      "issue": "First paragraph is 22 words and does not look like a concise direct answer."
    },
    {
      "heading": "Developer resources",
      "headingHtml": "<h2 class=\"rb-h2 new-home rb-no-margin\">Developer resources</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Get started",
      "headingHtml": "<h3 class=\"rb-h4-inter rb-font-weight-500 rb-no-margin\">Get started</h3>",
      "firstParagraph": "Learn how to embed a form in your website or application to accept payments from your customers. We'll walk you through a payment flow using our Frames product, which collects card details through an iframe.",
      "paragraphHtml": "<p class=\"rb-paragraph-regular\">Learn how to embed a form in your website or application to accept payments from your customers. We&apos;ll walk you through a payment flow using our Frames product, which collects card details through an iframe.</p>",
      "words": 35,
      "direct": false,
      "issue": "First paragraph is 35 words and does not look like a concise direct answer."
    },
    {
      "heading": "Payments",
      "headingHtml": "<h3 class=\"rb-h4-inter rb-font-weight-500 rb-no-margin\">Payments</h3>",
      "firstParagraph": "Integrate with Checkout.com's various payment services.",
      "paragraphHtml": "<p class=\"rb-paragraph-regular\">Integrate with Checkout.com&apos;s various payment services.</p>",
      "words": 7,
      "direct": false,
      "issue": "First paragraph is 7 words and does not look like a concise direct answer."
    },
    {
      "heading": "Frequently asked questions",
      "headingHtml": "<h2 class=\"rb-h2 new-home rb-no-margin\">Frequently asked questions</h2>",
      "firstParagraph": "Checkout.com enables businesses to move, manage, and optimize money by acting as an end-to-end Payment Services Provider. We empower businesses to accept payments online and disburse funds to their entities and customers through a range of payment methods and integration options.",
      "paragraphHtml": "<p>Checkout.com enables businesses to move, manage, and optimize money by acting as an end-to-end Payment Services Provider. We empower businesses to accept payments online and disburse funds to their entities and customers through a range of payment methods and integration options.</p>",
      "words": 42,
      "direct": false,
      "issue": "First paragraph is 42 words and does not look like a concise direct answer."
    },
    {
      "heading": "Cookies and use of our website",
      "headingHtml": "<h2 id=\"onetrust-policy-title\">Cookies and use of our website</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Cookies Settings",
      "headingHtml": "<h2 id=\"ot-pc-title\">Cookies Settings</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Vendors List",
      "headingHtml": "<h3>Vendors List</h3>",
      "firstParagraph": "",
      "paragraphHtml": "<p role=\"status\" class=\"ot-scrn-rdr\"></p>",
      "words": 0,
      "direct": false,
      "issue": "First paragraph is 0 words and does not look like a concise direct answer."
    }
  ],
  "score": 65,
  "weight": 8
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

GEO: Extraction-friendly structure

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

2 Warning

Needs attention

GEO: Extraction-friendly structure

Warning
01

Issue

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

Details

02

Why it matters

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

Check name

GEO: Extraction-friendly structure

Score

85/100

Status

warning

Category

GEO, AIO & AEO

Maturity

Emerging recommendation

Goal

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

Result

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

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

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

AEO: Entity and definition clarity

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

1 Warning

Needs attention

AEO: Entity and definition clarity

Warning
01

Issue

Entity or definition gaps: services, power, performance, where.

Details

02

Why it matters

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

Check name

AEO: Entity and definition clarity

Score

86/100

Status

warning

Category

GEO, AIO & AEO

Maturity

Emerging recommendation

Goal

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

Result

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

Evidence
{
  "title": "Payment services to power your performance | Checkout.com",
  "h1": "where",
  "description": "Boost your acceptance rate, cut processing costs, fight fraud, and create extraordinary customer experiences with Checkout.com's payment solutions.",
  "topicOverlap": 0.42857142857142855,
  "definitionCount": 15,
  "topicTerms": [
    "payment",
    "services",
    "power",
    "performance",
    "checkout",
    "com",
    "where"
  ],
  "descriptionTerms": [
    "boost",
    "acceptance",
    "rate",
    "cut",
    "processing",
    "costs",
    "fight",
    "fraud",
    "create",
    "extraordinary",
    "customer",
    "experiences",
    "checkout",
    "com",
    "payment",
    "solutions"
  ],
  "missingFromDescription": [
    "services",
    "power",
    "performance",
    "where"
  ],
  "score": 86,
  "weight": 18
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

AEO: Answer intent coverage

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

1 Warning

Needs attention

AEO: Answer intent coverage

Warning
01

Issue

Missing likely AI Overview intent sections: how, 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": "the world",
      "html": "<h2 data-w-id=\"9c9cded7-59e3-57f4-f6cb-739c7d0dde25\" class=\"home-hero-h\">the world</h2>"
    },
    {
      "text": "checks out",
      "html": "<h2 data-w-id=\"9c9cded7-59e3-57f4-f6cb-739c7d0dde28\" class=\"home-hero-h mobile-blue\">checks out</h2>"
    },
    {
      "text": "Built for performance. Modular by design.",
      "html": "<h2 class=\"rb-h2 new-home rb-margin-bot-m\">Built for performance. Modular by design.</h2>"
    },
    {
      "text": "INTELLIGENTACCEPTANCE",
      "html": "<h2 id=\"w-node-_9c9cded7-59e3-57f4-f6cb-739c7d0ddeea-d8538ede\" data-w-id=\"9c9cded7-59e3-57f4-f6cb-739c7d0ddeea\" class=\"rb-h2 new-home rb-no-margin text-center-mobile\">INTELLIGENT<br>ACCEPTANCE</h2>"
    },
    {
      "text": "Checkout.com named a Leader by Forrester",
      "html": "<h2 id=\"w-node-_010843cd-501a-19b8-16c1-ad1decc5e739-d8538ede\" data-w-id=\"010843cd-501a-19b8-16c1-ad1decc5e739\" class=\"rb-h2 new-home rb-no-margin text-center-mobile\">Checkout.com named a Leader by Forrester</h2>"
    },
    {
      "text": "Here to help you build what comes next",
      "html": "<h2 class=\"rb-h2 new-home rb-margin-bot-xxs\">Here to help you build what comes next</h2>"
    },
    {
      "text": "Scale you can trust",
      "html": "<h2 class=\"rb-h2 new-home rb-no-margin special-mobile\">Scale you can trust</h2>"
    },
    {
      "text": "Ready to push your performance?",
      "html": "<h2 class=\"rb-h2 new-home rb-no-margin\">Ready to push your performance?</h2>"
    },
    {
      "text": "Latest articles",
      "html": "<h2 class=\"rb-h2 new-home rb-no-margin\">Latest articles</h2>"
    },
    {
      "text": "Popular resources",
      "html": "<h2 class=\"rb-h2 new-home rb-no-margin\">Popular resources</h2>"
    },
    {
      "text": "Developer resources",
      "html": "<h2 class=\"rb-h2 new-home rb-no-margin\">Developer resources</h2>"
    },
    {
      "text": "Frequently asked questions",
      "html": "<h2 class=\"rb-h2 new-home rb-no-margin\">Frequently asked questions</h2>"
    },
    {
      "text": "Cookies and use of our website",
      "html": "<h2 id=\"onetrust-policy-title\">Cookies and use of our website</h2>"
    },
    {
      "text": "Cookies Settings",
      "html": "<h2 id=\"ot-pc-title\">Cookies Settings</h2>"
    }
  ],
  "expected": [
    {
      "id": "what",
      "label": "What is Payment services to power your performance?",
      "pattern": {}
    },
    {
      "id": "how",
      "label": "How does Payment services to power your performance work?",
      "pattern": {}
    },
    {
      "id": "benefits",
      "label": "Why use Payment services to power your performance?",
      "pattern": {}
    },
    {
      "id": "cost",
      "label": "Is Payment services to power your performance free or paid?",
      "pattern": {}
    },
    {
      "id": "compare",
      "label": "How does Payment services to power your performance compare with alternatives?",
      "pattern": {}
    }
  ],
  "missing": [
    {
      "id": "how",
      "label": "How does Payment services to power your performance work?",
      "pattern": {}
    },
    {
      "id": "cost",
      "label": "Is Payment services to power your performance free or paid?",
      "pattern": {}
    },
    {
      "id": "compare",
      "label": "How does Payment services to power your performance compare with alternatives?",
      "pattern": {}
    }
  ],
  "score": 70,
  "weight": 8
}

Agent Ease of UseAPIEmerging recommendation

AI context endpoint

AI context endpoint is informational for this page.

Informational

Needs attention

AI context endpoint

Informational
01

Issue

AI context endpoint is informational for this page.

02

Why it matters

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

Check name

AI context endpoint

Score

100/100

Status

informational

Category

API

Maturity

Emerging recommendation

Goal

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

Result

AI context endpoint is informational for this page.

Validation steps

  1. Fetch to find resource

    AI context endpoint was not found at the expected path.

Evidence
{
  "steps": [
    {
      "id": "fetch",
      "title": "Fetch to find resource",
      "status": "informational",
      "evidence": {
        "checked": [
          {
            "path": "/api/ai/context",
            "statusCode": 404,
            "contentType": "text/html; charset=utf-8",
            "length": 134516
          },
          {
            "path": "/api/context",
            "statusCode": 404,
            "contentType": "text/html; charset=utf-8",
            "length": 134516
          },
          {
            "path": "/context",
            "statusCode": 404,
            "contentType": "text/html; charset=utf-8",
            "length": 134516
          }
        ]
      },
      "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: how, 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": "the world",
      "html": "<h2 data-w-id=\"9c9cded7-59e3-57f4-f6cb-739c7d0dde25\" class=\"home-hero-h\">the world</h2>"
    },
    {
      "text": "checks out",
      "html": "<h2 data-w-id=\"9c9cded7-59e3-57f4-f6cb-739c7d0dde28\" class=\"home-hero-h mobile-blue\">checks out</h2>"
    },
    {
      "text": "Built for performance. Modular by design.",
      "html": "<h2 class=\"rb-h2 new-home rb-margin-bot-m\">Built for performance. Modular by design.</h2>"
    },
    {
      "text": "INTELLIGENTACCEPTANCE",
      "html": "<h2 id=\"w-node-_9c9cded7-59e3-57f4-f6cb-739c7d0ddeea-d8538ede\" data-w-id=\"9c9cded7-59e3-57f4-f6cb-739c7d0ddeea\" class=\"rb-h2 new-home rb-no-margin text-center-mobile\">INTELLIGENT<br>ACCEPTANCE</h2>"
    },
    {
      "text": "Checkout.com named a Leader by Forrester",
      "html": "<h2 id=\"w-node-_010843cd-501a-19b8-16c1-ad1decc5e739-d8538ede\" data-w-id=\"010843cd-501a-19b8-16c1-ad1decc5e739\" class=\"rb-h2 new-home rb-no-margin text-center-mobile\">Checkout.com named a Leader by Forrester</h2>"
    },
    {
      "text": "Here to help you build what comes next",
      "html": "<h2 class=\"rb-h2 new-home rb-margin-bot-xxs\">Here to help you build what comes next</h2>"
    },
    {
      "text": "Scale you can trust",
      "html": "<h2 class=\"rb-h2 new-home rb-no-margin special-mobile\">Scale you can trust</h2>"
    },
    {
      "text": "Ready to push your performance?",
      "html": "<h2 class=\"rb-h2 new-home rb-no-margin\">Ready to push your performance?</h2>"
    },
    {
      "text": "Latest articles",
      "html": "<h2 class=\"rb-h2 new-home rb-no-margin\">Latest articles</h2>"
    },
    {
      "text": "Popular resources",
      "html": "<h2 class=\"rb-h2 new-home rb-no-margin\">Popular resources</h2>"
    },
    {
      "text": "Developer resources",
      "html": "<h2 class=\"rb-h2 new-home rb-no-margin\">Developer resources</h2>"
    },
    {
      "text": "Frequently asked questions",
      "html": "<h2 class=\"rb-h2 new-home rb-no-margin\">Frequently asked questions</h2>"
    },
    {
      "text": "Cookies and use of our website",
      "html": "<h2 id=\"onetrust-policy-title\">Cookies and use of our website</h2>"
    },
    {
      "text": "Cookies Settings",
      "html": "<h2 id=\"ot-pc-title\">Cookies Settings</h2>"
    }
  ],
  "expected": [
    {
      "id": "what",
      "label": "What is Payment services to power your performance?",
      "pattern": {}
    },
    {
      "id": "how",
      "label": "How does Payment services to power your performance work?",
      "pattern": {}
    },
    {
      "id": "benefits",
      "label": "Why use Payment services to power your performance?",
      "pattern": {}
    },
    {
      "id": "cost",
      "label": "Is Payment services to power your performance free or paid?",
      "pattern": {}
    },
    {
      "id": "compare",
      "label": "How does Payment services to power your performance compare with alternatives?",
      "pattern": {}
    }
  ],
  "missing": [
    {
      "id": "how",
      "label": "How does Payment services to power your performance work?",
      "pattern": {}
    },
    {
      "id": "cost",
      "label": "Is Payment services to power your performance free or paid?",
      "pattern": {}
    },
    {
      "id": "compare",
      "label": "How does Payment services to power your performance compare with alternatives?",
      "pattern": {}
    }
  ],
  "score": 70,
  "weight": 4
}

Agent Ease of UseAuthEmerging recommendation

Auth.md Agent Registration

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

Informational

Needs attention

Auth.md Agent Registration

Informational
01

Issue

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

02

Why it matters

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

Check name

Auth.md Agent Registration

Score

0/100

Status

informational

Category

Auth

Maturity

Emerging recommendation

Goal

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

Result

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

Validation steps

  1. Fetch and validate /auth.md

    auth.md response did not match the expected agent registration shape. Content-Type "text/html; charset=utf-8" is not Markdown or text/plain; missing /.well-known/oauth-protected-resource link; missing /.well-known/oauth-authorization-server link; missing 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; charset=utf-8",
        "length": 134516,
        "validation": {
          "valid": false,
          "issue": "auth.md response did not match the expected agent registration shape. Content-Type \"text/html; charset=utf-8\" is not Markdown or text/plain; missing /.well-known/oauth-protected-resource link; missing /.well-known/oauth-authorization-server link; missing credential type language.",
          "compatibleContentType": false,
          "contentLength": 132708,
          "hasRegisterInstructions": true,
          "hasProtectedResourceLink": false,
          "hasAuthorizationServerLink": false,
          "mentionsIdentity": true,
          "mentionsCredential": false,
          "links": [
            "https://cdn.prod.website-files.com\"",
            "/title",
            "https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/css/checkout-x-flow-ninja-rebrand.shared.dc2709800.min.css\"",
            "/css",
            "https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/css/checkout-x-flow-ninja-rebrand.65270f1cc6df9b25d8538f43.5aa529167.opt.min.css\"",
            "/css",
            "/vI4yzAXcwTt9C2BuG4rpWxEKCKMxCfiMJ/DxaOEt",
            "/javascript",
            "/script",
            "https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/678a43ad3ae286e4574c6bb7_Logo_Symbol_Full%20Colour%201.png\""
          ],
          "rawExcerpt": "<!DOCTYPE html><!-- Last Published: Mon Jun 08 2026 12:35:48 GMT+0000 (Coordinated Universal Time) --><html data-wf-domain=\"www.checkout.com\" data-wf-page=\"65270f1cc6df9b25d8538f43\" data-wf-site=\"64db80a5e88c6b1723ff760b\" data-wf-intellimize-customer-id=\"117540619\" lang=\"en\"><head><meta charset=\"utf-8\"/><link href=\"https://cdn.prod.website-files.com\" rel=\"preconnect\" crossorigin=\"anonymous\"/><title>Not Found</title><meta content=\"Not Found\" property=\"og:title\"/><meta content=\"Not Found\" name=\"twitter:title\"/><meta content=\"width=device-width, initial-scale=1\" name=\"viewport\"/><link href=\"https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/css/checkout-x-flow-ninja-rebrand.shared.dc2709800.min.css\" rel=\"stylesheet\" type=\"text/css\" integrity=\"sha384-3CcJgADAkZXVkmLHwb+uQccT6CzAbOzy6e"
        }
      },
      "issue": "auth.md response did not match the expected agent registration shape. Content-Type \"text/html; charset=utf-8\" is not Markdown or text/plain; missing /.well-known/oauth-protected-resource link; missing /.well-known/oauth-authorization-server link; missing credential type language.",
      "howToFix": "Serve /auth.md at the site root as Markdown with agent registration instructions and links to OAuth metadata."
    },
    {
      "id": "oauth-protected-resource",
      "title": "Publish protected resource metadata",
      "status": "fail",
      "evidence": {
        "path": "/.well-known/oauth-protected-resource",
        "ok": false,
        "statusCode": 404,
        "contentType": "text/html; charset=utf-8",
        "length": 134516,
        "text": "<!DOCTYPE html><!-- Last Published: Mon Jun 08 2026 12:35:48 GMT+0000 (Coordinated Universal Time) --><html data-wf-domain=\"www.checkout.com\" data-wf-page=\"65270f1cc6df9b25d8538f43\" data-wf-site=\"64db80a5e88c6b1723ff760b\" data-wf-intellimize-customer-id=\"117540619\" lang=\"en\"><head><meta charset=\"utf-8\"/><link href=\"https://cdn.prod.website-files.com\" rel=\"preconnect\" crossorigin=\"anonymous\"/><title>Not Found</title><meta content=\"Not Found\" property=\"og:title\"/><meta content=\"Not Found\" name=\"twitter:title\"/><meta content=\"width=device-width, initial-scale=1\" name=\"viewport\"/><link href=\"https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/css/checkout-x-flow-ninja-rebrand.shared.dc2709800.min.css\" rel=\"stylesheet\" type=\"text/css\" integrity=\"sha384-3CcJgADAkZXVkmLHwb+uQccT6CzAbOzy6e5fVXnQF1KGlxuTqi+SWaXD5qpOs1QW\" crossorigin=\"anonymous\"/><link href=\"https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/css/checkout-x-flow-ninja-rebrand.65270f1cc6df9b25d8538f43.5aa529167.opt.min.css\" rel=\"stylesheet\" type=\"text/css\" integrity=\"sha384-WqUpFniy2J+iN2ADSRnUIEm/vI4yzAXcwTt9C2BuG4rpWxEKCKMxCfiMJ/DxaOEt\" crossorigin=\"anonymous\"/><script type=\"text/javascript\">!function(o,c){var n=c.documentElement,t=\" w-mod-\";n.className+=t+\"js\",(\"ontouchstart\"in o||o.DocumentTouch&&c instanceof DocumentTouch)&&(n.className+=t+\"touch\")}(window,document);</script><link href=\"https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/678a43ad3ae286e4574c6bb7_Logo_Symbol_Full%20Colour%201.png\" rel=\"shortcut icon\" type=\"image/x-icon\"/><link href=\"https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/652d4e6c02966c743d614ba5_Webclip.png\" rel=\"apple-touch-icon\"/><link href=\"https://www.checkout.com/404\" rel=\"canonical\"/><style>.anti-flicker, .anti-flicker * {visibility: hidden !important; opacity: 0 !important;}</style><style>[data-wf-hidden-variation], [data-wf-hidden-variation] * {\n        display: none !important;\n      }</style><script type=\"text/javascript\">if (localStorage.getItem('intellimize_data_tracking_type') !== 'optOut') { localStorage.removeItem('intellimize_opt_out_117540619'); } if (localStorage.getItem('intellimize_data_tracking_type') !== 'optOut') { localStorage.setItem('intellimize_data_tracking_type', 'optOut'); }</script><script type=\"text/javascript\">(function(e){var s={r:[]};e.wf={r:s.r,ready:t=>{s.r.push(t)}}})(window)</script><script type=\"text/javascript\">(function(e,t,p){var n=document.documentElement,s={p:[],r:[]},u={p:s.p,r:s.r,push:function(e){s.p.push(e)},ready:function(e){s.r.push(e)}};e.intellimize=u,n.className+=\" \"+p,setTimeout(function(){n.className=n.className.replace(RegExp(\" ?\"+p),\"\")},t)})(window, 4000, 'anti-flicker')</script><link href=\"https://cdn.intellimize.co/snippet/117540619.js\" rel=\"preload\" as=\"script\"/><script type=\"text/javascript\">var wfClientScript=document.createElement(\"script\");wfClientScript.src=\"https://cdn.intellimize.co/snippet/117540619.js\",wfClientScript.async=!0,wfClientScript.onerror=function(){document.documentElement.className=document.documentElement.className.replace(RegExp(\" ?anti-flicker\"),\"\")},document.head.appendChild(wfClientScript);</script><link href=\"https://api.intellimize.co\" rel=\"preconnect\" crossorigin=\"true\"/><link href=\"https://log.intellimize.co\" rel=\"preconnect\" crossorigin=\"true\"/><link href=\"https://117540619.intellimizeio.com\" rel=\"preconnect\"/><!-- preload: start -->\n<link rel=\"preload\" as=\"font\" type=\"font/woff2\"\nhref=\"https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/69d3a0edf70b12ae6f65d5c6_Inter-Light.woff2\"\ncrossorigin=\"anonymous\">\n<link rel=\"preload\" as=\"font\" type=\"font/woff2\"\nhref=\"https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/69d39d2bfc76c8ae1e26d6a9_Inter-Regular.woff2\"\ncrossorigin=\"anonymous\">\n<link rel=\"preload\" as=\"font\" type=\"font/woff2\"\nhref=\"https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/69d3a01aac0d59999ea3af6b_Inter-Medium.woff2\"\ncrossorigin=\"anonymous\">\n<link rel=\"preload\" as=\"font\" type=\"font"
      },
      "issue": "The OAuth Protected Resource metadata endpoint did not return HTTP 2xx.",
      "howToFix": "Publish /.well-known/oauth-protected-resource with resource and authorization_servers fields."
    },
    {
      "id": "agent-auth-block",
      "title": "Validate agent_auth authorization metadata",
      "status": "fail",
      "evidence": {
        "valid": false,
        "issue": "OAuth authorization server metadata could not be fetched.",
        "fetch": {
          "ok": false,
          "statusCode": 404,
          "contentType": "text/html; charset=utf-8",
          "length": 134516,
          "text": "<!DOCTYPE html><!-- Last Published: Mon Jun 08 2026 12:35:48 GMT+0000 (Coordinated Universal Time) --><html data-wf-domain=\"www.checkout.com\" data-wf-page=\"65270f1cc6df9b25d8538f43\" data-wf-site=\"64db80a5e88c6b1723ff760b\" data-wf-intellimize-customer-id=\"117540619\" lang=\"en\"><head><meta charset=\"utf-8\"/><link href=\"https://cdn.prod.website-files.com\" rel=\"preconnect\" crossorigin=\"anonymous\"/><title>Not Found</title><meta content=\"Not Found\" property=\"og:title\"/><meta content=\"Not Found\" name=\"twitter:title\"/><meta content=\"width=device-width, initial-scale=1\" name=\"viewport\"/><link href=\"https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/css/checkout-x-flow-ninja-rebrand.shared.dc2709800.min.css\" rel=\"stylesheet\" type=\"text/css\" integrity=\"sha384-3CcJgADAkZXVkmLHwb+uQccT6CzAbOzy6e5fVXnQF1KGlxuTqi+SWaXD5qpOs1QW\" crossorigin=\"anonymous\"/><link href=\"https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/css/checkout-x-flow-ninja-rebrand.65270f1cc6df9b25d8538f43.5aa529167.opt.min.css\" rel=\"stylesheet\" type=\"text/css\" integrity=\"sha384-WqUpFniy2J+iN2ADSRnUIEm/vI4yzAXcwTt9C2BuG4rpWxEKCKMxCfiMJ/DxaOEt\" crossorigin=\"anonymous\"/><script type=\"text/javascript\">!function(o,c){var n=c.documentElement,t=\" w-mod-\";n.className+=t+\"js\",(\"ontouchstart\"in o||o.DocumentTouch&&c instanceof DocumentTouch)&&(n.className+=t+\"touch\")}(window,document);</script><link href=\"https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/678a43ad3ae286e4574c6bb7_Logo_Symbol_Full%20Colour%201.png\" rel=\"shortcut icon\" type=\"image/x-icon\"/><link href=\"https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/652d4e6c02966c743d614ba5_Webclip.png\" rel=\"apple-touch-icon\"/><link href=\"https://www.checkout.com/404\" rel=\"canonical\"/><style>.anti-flicker, .anti-flicker * {visibility: hidden !important; opacity: 0 !important;}</style><style>[data-wf-hidden-variation], [data-wf-hidden-variation] * {\n        display: none !important;\n      }</style><script type=\"text/javascript\">if (localStorage.getItem('intellimize_data_tracking_type') !== 'optOut') { localStorage.removeItem('intellimize_opt_out_117540619'); } if (localStorage.getItem('intellimize_data_tracking_type') !== 'optOut') { localStorage.setItem('intellimize_data_tracking_type', 'optOut'); }</script><script type=\"text/javascript\">(function(e){var s={r:[]};e.wf={r:s.r,ready:t=>{s.r.push(t)}}})(window)</script><script type=\"text/javascript\">(function(e,t,p){var n=document.documentElement,s={p:[],r:[]},u={p:s.p,r:s.r,push:function(e){s.p.push(e)},ready:function(e){s.r.push(e)}};e.intellimize=u,n.className+=\" \"+p,setTimeout(function(){n.className=n.className.replace(RegExp(\" ?\"+p),\"\")},t)})(window, 4000, 'anti-flicker')</script><link href=\"https://cdn.intellimize.co/snippet/117540619.js\" rel=\"preload\" as=\"script\"/><script type=\"text/javascript\">var wfClientScript=document.createElement(\"script\");wfClientScript.src=\"https://cdn.intellimize.co/snippet/117540619.js\",wfClientScript.async=!0,wfClientScript.onerror=function(){document.documentElement.className=document.documentElement.className.replace(RegExp(\" ?anti-flicker\"),\"\")},document.head.appendChild(wfClientScript);</script><link href=\"https://api.intellimize.co\" rel=\"preconnect\" crossorigin=\"true\"/><link href=\"https://log.intellimize.co\" rel=\"preconnect\" crossorigin=\"true\"/><link href=\"https://117540619.intellimizeio.com\" rel=\"preconnect\"/><!-- preload: start -->\n<link rel=\"preload\" as=\"font\" type=\"font/woff2\"\nhref=\"https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/69d3a0edf70b12ae6f65d5c6_Inter-Light.woff2\"\ncrossorigin=\"anonymous\">\n<link rel=\"preload\" as=\"font\" type=\"font/woff2\"\nhref=\"https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/69d39d2bfc76c8ae1e26d6a9_Inter-Regular.woff2\"\ncrossorigin=\"anonymous\">\n<link rel=\"preload\" as=\"font\" type=\"font/woff2\"\nhref=\"https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/69d3a01aac0d59999ea3af6b_Inter-Medium.woff2\"\ncrossorigin=\"anonymous\">\n<link rel=\"preload\" as=\"font\" type=\"font"
        }
      },
      "issue": "OAuth authorization server metadata could not be fetched.",
      "howToFix": "Add agent_auth to /.well-known/oauth-authorization-server with register_uri, supported identity types, credential types, and claim or revocation URLs where applicable."
    }
  ],
  "authApplicability": {
    "supportsAuth": true,
    "score": 6,
    "signals": [
      {
        "source": "link:href",
        "weight": 3,
        "match": "auth link"
      },
      {
        "source": "visible-text",
        "weight": 3,
        "match": "sign in"
      }
    ]
  },
  "resourceFetchSucceeded": false
}

AI DiscoverabilityDiscoverabilityEstablished

IndexNow key

IndexNow key is informational for this page.

Informational

Needs attention

IndexNow key

Informational
01

Issue

IndexNow key is informational for this page.

02

Why it matters

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

Check name

IndexNow key

Score

100/100

Status

informational

Category

Discoverability

Maturity

Established

Goal

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

Result

IndexNow key is informational for this page.

Validation steps

  1. Find advertised IndexNow key location

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

  2. Fetch and validate IndexNow key file

    No discoverable IndexNow key file was found.

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

Agent Ease of UseAuthEstablished

OAuth / OIDC discovery

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

Informational

Needs attention

OAuth / OIDC discovery

Informational
01

Issue

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

02

Why it matters

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

Check name

OAuth / OIDC discovery

Score

0/100

Status

informational

Category

Auth

Maturity

Established

Goal

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

Result

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

Validation steps

  1. Fetch to find resource

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

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

Agent Ease of UseAuthEmerging recommendation

OAuth Protected Resource

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

Informational

Needs attention

OAuth Protected Resource

Informational
01

Issue

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

02

Why it matters

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

Check name

OAuth Protected Resource

Score

0/100

Status

informational

Category

Auth

Maturity

Emerging recommendation

Goal

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

Result

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

Validation steps

  1. Fetch protected resource metadata

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

  2. Validate protected resource metadata

    Response is not valid JSON.

  3. Validate protected resource identity

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

  4. Probe protected API Bearer challenge

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

Evidence
{
  "failedStep": "fetch",
  "steps": [
    {
      "id": "fetch",
      "title": "Fetch protected resource metadata",
      "status": "fail",
      "evidence": {
        "path": "/.well-known/oauth-protected-resource",
        "statusCode": 404,
        "contentType": "text/html; charset=utf-8"
      },
      "issue": "The OAuth Protected Resource metadata endpoint did not return HTTP 2xx.",
      "howToFix": "Publish /.well-known/oauth-protected-resource JSON."
    },
    {
      "id": "metadata",
      "title": "Validate protected resource metadata",
      "status": "fail",
      "evidence": {
        "valid": false,
        "compatibleContentType": false,
        "issue": "Response is not valid JSON.",
        "rawExcerpt": "<!DOCTYPE html><!-- Last Published: Mon Jun 08 2026 12:35:48 GMT+0000 (Coordinated Universal Time) --><html data-wf-domain=\"www.checkout.com\" data-wf-page=\"65270f1cc6df9b25d8538f43\" data-wf-site=\"64db80a5e88c6b1723ff760b\" data-wf-intellimize-customer-id=\"117540619\" lang=\"en\"><head><meta charset=\"utf-8\"/><link href=\"https://cdn.prod.website-files.com\" rel=\"preconnect\" crossorigin=\"anonymous\"/><title>Not Found</title><meta content=\"Not Found\" property=\"og:title\"/><meta content=\"Not Found\" name=\"twitter:title\"/><meta content=\"width=device-width, initial-scale=1\" name=\"viewport\"/><link href=\"https://cdn.prod.website-files.com/64db80a5e88c6b1723ff760b/css/checkout-x-flow-ninja-rebrand.shared.dc2709800.min.css\" rel=\"stylesheet\" type=\"text/css\" integrity=\"sha384-3CcJgADAkZXVkmLHwb+uQccT6CzAbOzy6e"
      },
      "issue": "Response is not valid JSON.",
      "howToFix": "Publish resource and authorization_servers as absolute URLs."
    },
    {
      "id": "resource-identity",
      "title": "Validate protected resource identity",
      "status": "fail",
      "evidence": {
        "expectedResource": "https://www.checkout.com"
      },
      "issue": "Protected resource metadata `resource` did not match the resource identifier used to retrieve it.",
      "howToFix": "Set `resource` to the origin/resource identifier represented by /.well-known/oauth-protected-resource."
    },
    {
      "id": "protected-route-challenge",
      "title": "Probe protected API Bearer challenge",
      "status": "informational",
      "evidence": {
        "checked": [
          {
            "path": "/api/admin/scans",
            "statusCode": 404,
            "wwwAuthenticate": {
              "valid": false,
              "present": false
            },
            "expectedMetadataUrl": "https://www.checkout.com/.well-known/oauth-protected-resource",
            "metadataUrlMatches": true,
            "resourceMatchesRequestContext": true
          },
          {
            "path": "/api/admin/summary",
            "statusCode": 404,
            "wwwAuthenticate": {
              "valid": false,
              "present": false
            },
            "expectedMetadataUrl": "https://www.checkout.com/.well-known/oauth-protected-resource",
            "metadataUrlMatches": true,
            "resourceMatchesRequestContext": true
          },
          {
            "path": "/api/scans",
            "statusCode": 404,
            "wwwAuthenticate": {
              "valid": false,
              "present": false
            },
            "expectedMetadataUrl": "https://www.checkout.com/.well-known/oauth-protected-resource",
            "metadataUrlMatches": true,
            "resourceMatchesRequestContext": true
          }
        ]
      },
      "issue": "No protected route with a 401 Bearer challenge was detected; metadata alone does not prove a protected resource.",
      "howToFix": "When this site exposes bearer-protected APIs, return 401 with WWW-Authenticate: Bearer and link resource_metadata."
    }
  ],
  "authApplicability": {
    "supportsAuth": true,
    "score": 6,
    "signals": [
      {
        "source": "link:href",
        "weight": 3,
        "match": "auth link"
      },
      {
        "source": "visible-text",
        "weight": 3,
        "match": "sign in"
      }
    ]
  },
  "resourceFetchSucceeded": false
}

SEOSEOBrowser audit

Links do not have descriptive text

100 Fail

Check name

Links do not have descriptive text

Score

0/100

Status

fail

Device

desktop

Category

SEO

Estimated savings

5 links found

Fix guidance

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

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

Performance and AccessibilityAccessibilityBrowser audit

Elements use prohibited ARIA attributes

33 Fail

Check name

Elements use prohibited ARIA attributes

Score

0/100

Status

fail

Device

desktop

Category

Accessibility

Fix guidance

Using ARIA attributes in roles where they are prohibited can mean that important information is not communicated to users of assistive technologies. [Learn more about prohibited ARIA roles](https://dequeuniversity.com/rules/axe/4.11/aria-prohibited-attr).

Evidence
{
  "description": "Using ARIA attributes in roles where they are prohibited can mean that important information is not communicated to users of assistive technologies. [Learn more about prohibited ARIA roles](https://dequeuniversity.com/rules/axe/4.11/aria-prohibited-attr)."
}

Performance and AccessibilityAccessibilityBrowser audit

Elements with an ARIA `[role]` that require children to contain a specific `[role]` are missing some or all of those required children.

33 Fail

Check name

Elements with an ARIA `[role]` that require children to contain a specific `[role]` are missing some or all of those required children.

Score

0/100

Status

fail

Device

desktop

Category

Accessibility

Fix guidance

Some ARIA parent roles must contain specific child roles to perform their intended accessibility functions. [Learn more about roles and required children elements](https://dequeuniversity.com/rules/axe/4.11/aria-required-children).

Evidence
{
  "description": "Some ARIA parent roles must contain specific child roles to perform their intended accessibility functions. [Learn more about roles and required children elements](https://dequeuniversity.com/rules/axe/4.11/aria-required-children)."
}

Performance and AccessibilityAccessibilityBrowser audit

Elements with visible text labels do not have matching accessible names.

33 Fail

Check name

Elements with visible text labels do not have matching accessible names.

Score

0/100

Status

fail

Device

desktop

Category

Accessibility

Fix guidance

Visible text labels that do not match the accessible name can result in a confusing experience for screen reader users. [Learn more about accessible names](https://dequeuniversity.com/rules/axe/4.11/label-content-name-mismatch).

Evidence
{
  "description": "Visible text labels that do not match the accessible name can result in a confusing experience for screen reader users. [Learn more about accessible names](https://dequeuniversity.com/rules/axe/4.11/label-content-name-mismatch)."
}

Performance and AccessibilityPerformanceBrowser audit

Forced reflow

20 Fail

Check name

Forced reflow

Score

0/100

Status

fail

Device

desktop

Category

Performance

Fix guidance

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

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

Performance and AccessibilityPerformanceBrowser audit

Improve image delivery

20 Fail

Check name

Improve image delivery

Score

0/100

Status

fail

Device

desktop

Category

Performance

Estimated savings

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

Touch targets do not have sufficient size or spacing.

20 Fail

Check name

Touch targets do not have sufficient size or spacing.

Score

0/100

Status

fail

Device

desktop

Category

Performance

Fix guidance

Touch targets with sufficient size and spacing help users who may have difficulty targeting small controls to activate the targets. [Learn more about touch targets](https://dequeuniversity.com/rules/axe/4.11/target-size).

Evidence
{
  "description": "Touch targets with sufficient size and spacing help users who may have difficulty targeting small controls to activate the targets. [Learn more about touch targets](https://dequeuniversity.com/rules/axe/4.11/target-size)."
}

Performance and AccessibilityPerformanceBrowser audit

Use efficient cache lifetimes

20 Fail

Check name

Use efficient cache lifetimes

Score

0/100

Status

fail

Device

desktop

Category

Performance

Estimated savings

Est savings of 228 KiB

Fix guidance

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

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

Performance and AccessibilityPerformanceBrowser audit

Loading performance

12 Fail

Check name

Loading performance

Score

41/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": "server-response-time",
      "title": "Initial server response time was short",
      "score": 100,
      "displayValue": "Root document took 10 ms",
      "numericValue": 5
    },
    {
      "id": "speed-index",
      "title": "Speed Index",
      "score": 4,
      "displayValue": "4.9 s",
      "numericValue": 4852.113470676905
    },
    {
      "id": "first-contentful-paint",
      "title": "First Contentful Paint",
      "score": 88,
      "displayValue": "1.0 s",
      "numericValue": 960.8403453496896
    },
    {
      "id": "network-rtt",
      "title": "Network Round Trip Times",
      "score": 100,
      "displayValue": "0 ms",
      "numericValue": 4.199699999999998
    },
    {
      "id": "interactive",
      "title": "Time to Interactive",
      "score": 27,
      "displayValue": "5.9 s",
      "numericValue": 5934.353394883803
    },
    {
      "id": "total-blocking-time",
      "title": "Total Blocking Time",
      "score": 1,
      "displayValue": "1,480 ms",
      "numericValue": 1476.9999999999998
    },
    {
      "id": "max-potential-fid",
      "title": "Max Potential First Input Delay",
      "score": 1,
      "displayValue": "820 ms",
      "numericValue": 819
    },
    {
      "id": "largest-contentful-paint",
      "title": "Largest Contentful Paint",
      "score": 7,
      "displayValue": "5.3 s",
      "numericValue": 5257.8677854016205
    }
  ]
}

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
42/100Level 2, Agent-LimitedCurrent report
Report ID cb248bcd-dc9e-4ab6-a8d5-50a1602d4527. Scanned Jun 8, 2026, 11:29 PM.
checkout.com AI SEO Report: 42/100 (Level 2, Agent-Limited)