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

OVERALL SCORE

Level 3, Bot-Aware

Moderate readiness for AI agents
AIDiscoverability57%Agent Easeof Use10%Security& Trust80%GEO, AIO, AEO79%SEO85%Performance& Accessibility90%
  • AI Discoverability 57 out of 100
  • Agent Ease of Use 10 out of 100
  • Security & Trust 80 out of 100
  • GEO, AIO and AEO 79 out of 100
  • SEO 85 out of 100
  • Performance and Accessibility 90 out of 100

CAPTURED SCREENSHOT

Captured website desktop screenshot

What AI sees of your website

The global payments and software experts | Flywire favicon

The global payments and software experts | Flywire

Flywire's payment platform, global payment network and industry-specific software help organizations around the world handle complex payment challenges.

Next step

Turn this report into a fix workflow

18 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
57
Needs work12111View details
Discoverability
83
Mostly ready630View details
Content Readiness
75
Mostly ready641View details
Bot Access Control
0
Priority fix040View details
Agent Ease of Use
10
Priority fix17221View details
API
0
Priority fix060View details
Auth
Not Applicable
Not Applicable1100
MCP
25
Priority fix260View details
Skill Discovery
5
Priority fix0101View details
Agent Commerce
Not Applicable
Not Applicable400
GEO, AIO and AEO
79
Mostly ready5015
GEO Readiness
88
Mostly ready204
AIO Readiness
78
Mostly ready205
AEO Readiness
71
Needs work106
SEO
85
Mostly ready920View details
SEO
85
Mostly ready920View details
Security & Trust
80
Mostly ready810View details
Security & Trust
80
Mostly ready410View details
AI Training Exposure
Not Applicable
Not Applicable400
Performance and Accessibility
90
Strong2221View details
Performance
86
Mostly ready1421View details
Accessibility
97
Strong800

Prioritized recommendations

Issues ranked by score impact

37 items need attention

AI DiscoverabilityDiscoverabilityEstablished

Link headers

Link headers failed at "Find useful Link headers".

100 Fail

Needs attention

Link headers

Failed check
01

Issue

No useful agent discovery Link headers were found.

02

Why it matters

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

Check name

Link headers

Score

0/100

Status

fail

Category

Discoverability

Maturity

Established

Goal

Include Link response headers for agent discovery using RFC 8288.

Result

Link headers failed at "Find useful Link headers".

Validation steps

  1. Find useful Link headers

    No useful agent discovery Link headers were found.

  2. Fetch same-origin Link header targets

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

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

Security & TrustSecurity & TrustEstablished

Referrer-Policy

Referrer-Policy is missing or incomplete.

100 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": "no-referrer, strict-origin-when-cross-origin"
}

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": "\n<!doctype html><html class=\"bg-dark\" lang=\"en\"><head><meta charset=\"utf-8\"><meta name=\"viewport\" content=\"width=device-width, initial-scale=1, shrink-to-fit=no\"><link rel=\"dns-prefetch\" href=\"https://www.flywire.com\"><link rel=\"preconnect\" href=\"https://www.flywire.com\" crossorigin><meta content=\"https://www.flywire.com/\" property=\"og:image\"><meta content=\"https://www.flywire.com/\" property=\"twitter:image\"><link rel=\"shortcut icon\" type=\"image/ico\" href=\"/media/img/favicon.ico\" /><link type=\"image/x-icon\" href=\"/media/img/favicon.ico\" rel=\"shortcut icon\"><link type=\"image/x-icon\" href=\"/media/img/favicon.ico\" rel=\"icon\"><link rel=\"apple-touch-icon\" sizes=\"180x180\" href=\"/media/img/apple-icon-180x180.png\"><link rel=\"icon\" type=\"image/png\" sizes=\"192x192\"  href=\"/media/img/android-icon-192x"
      },
      "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."
    }
  ]
}

AI DiscoverabilityContent ReadinessEstablished

Markdown negotiation

Markdown negotiation failed at "Markdown content type".

50 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": 8807,
        "excerpt": "<!doctype html><html class=\"bg-dark\" lang=\"en\"><head><meta charset=\"utf-8\"><meta name=\"viewport\" content=\"width=device-width, initial-scale=1, shrink-to-fit=no\"><link rel=\"dns-prefetch\" href=\"https://www.flywire.com\"><link rel=\"preconnect\" ",
        "issue": "Markdown response is missing a heading."
      },
      "issue": "Markdown response is missing a heading.",
      "howToFix": "Return Markdown with at least one heading and substantive page content, including useful links or instructions for agents."
    }
  ]
}

Agent Ease of 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": "\n<!doctype html><html class=\"bg-dark\" lang=\"en\"><head><meta charset=\"utf-8\"><meta name=\"viewport\" content=\"width=device-width, initial-scale=1, shrink-to-fit=no\"><link rel=\"dns-prefetch\" href=\"https://www.flywire.com\"><link rel=\"preconnect\" href=\"https://www.flywire.com\" crossorigin><meta content=\"https://www.flywire.com/\" property=\"og:image\"><meta content=\"https://www.flywire.com/\" property=\"twitter:image\"><link rel=\"shortcut icon\" type=\"image/ico\" href=\"/media/img/favicon.ico\" /><link type=\"image/x-icon\" href=\"/media/img/favicon.ico\" rel=\"shortcut icon\"><link type=\"image/x-icon\" href=\"/media/img/favicon.ico\" rel=\"icon\"><link rel=\"apple-touch-icon\" sizes=\"180x180\" href=\"/media/img/apple-icon-180x180.png\"><link rel=\"icon\" type=\"image/png\" sizes=\"192x192\"  href=\"/media/img/android-icon-192x"
          },
          {
            "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": "\n<!doctype html><html class=\"bg-dark\" lang=\"en\"><head><meta charset=\"utf-8\"><meta name=\"viewport\" content=\"width=device-width, initial-scale=1, shrink-to-fit=no\"><link rel=\"dns-prefetch\" href=\"https://www.flywire.com\"><link rel=\"preconnect\" href=\"https://www.flywire.com\" crossorigin><meta content=\"https://www.flywire.com/\" property=\"og:image\"><meta content=\"https://www.flywire.com/\" property=\"twitter:image\"><link rel=\"shortcut icon\" type=\"image/ico\" href=\"/media/img/favicon.ico\" /><link type=\"image/x-icon\" href=\"/media/img/favicon.ico\" rel=\"shortcut icon\"><link type=\"image/x-icon\" href=\"/media/img/favicon.ico\" rel=\"icon\"><link rel=\"apple-touch-icon\" sizes=\"180x180\" href=\"/media/img/apple-icon-180x180.png\"><link rel=\"icon\" type=\"image/png\" sizes=\"192x192\"  href=\"/media/img/android-icon-192x"
          },
          {
            "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": "\n<!doctype html><html class=\"bg-dark\" lang=\"en\"><head><meta charset=\"utf-8\"><meta name=\"viewport\" content=\"width=device-width, initial-scale=1, shrink-to-fit=no\"><link rel=\"dns-prefetch\" href=\"https://www.flywire.com\"><link rel=\"preconnect\" href=\"https://www.flywire.com\" crossorigin><meta content=\"https://www.flywire.com/\" property=\"og:image\"><meta content=\"https://www.flywire.com/\" property=\"twitter:image\"><link rel=\"shortcut icon\" type=\"image/ico\" href=\"/media/img/favicon.ico\" /><link type=\"image/x-icon\" href=\"/media/img/favicon.ico\" rel=\"shortcut icon\"><link type=\"image/x-icon\" href=\"/media/img/favicon.ico\" rel=\"icon\"><link rel=\"apple-touch-icon\" sizes=\"180x180\" href=\"/media/img/apple-icon-180x180.png\"><link rel=\"icon\" type=\"image/png\" sizes=\"192x192\"  href=\"/media/img/android-icon-192x"
          },
          {
            "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": "\n<!doctype html><html class=\"bg-dark\" lang=\"en\"><head><meta charset=\"utf-8\"><meta name=\"viewport\" content=\"width=device-width, initial-scale=1, shrink-to-fit=no\"><link rel=\"dns-prefetch\" href=\"https://www.flywire.com\"><link rel=\"preconnect\" href=\"https://www.flywire.com\" crossorigin><meta content=\"https://www.flywire.com/\" property=\"og:image\"><meta content=\"https://www.flywire.com/\" property=\"twitter:image\"><link rel=\"shortcut icon\" type=\"image/ico\" href=\"/media/img/favicon.ico\" /><link type=\"image/x-icon\" href=\"/media/img/favicon.ico\" rel=\"shortcut icon\"><link type=\"image/x-icon\" href=\"/media/img/favicon.ico\" rel=\"icon\"><link rel=\"apple-touch-icon\" sizes=\"180x180\" href=\"/media/img/apple-icon-180x180.png\"><link rel=\"icon\" type=\"image/png\" sizes=\"192x192\"  href=\"/media/img/android-icon-192x"
          },
          {
            "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": "\n<!doctype html><html class=\"bg-dark\" lang=\"en\"><head><meta charset=\"utf-8\"><meta name=\"viewport\" content=\"width=device-width, initial-scale=1, shrink-to-fit=no\"><link rel=\"dns-prefetch\" href=\"https://www.flywire.com\"><link rel=\"preconnect\" href=\"https://www.flywire.com\" crossorigin><meta content=\"https://www.flywire.com/\" property=\"og:image\"><meta content=\"https://www.flywire.com/\" property=\"twitter:image\"><link rel=\"shortcut icon\" type=\"image/ico\" href=\"/media/img/favicon.ico\" /><link type=\"image/x-icon\" href=\"/media/img/favicon.ico\" rel=\"shortcut icon\"><link type=\"image/x-icon\" href=\"/media/img/favicon.ico\" rel=\"icon\"><link rel=\"apple-touch-icon\" sizes=\"180x180\" href=\"/media/img/apple-icon-180x180.png\"><link rel=\"icon\" type=\"image/png\" sizes=\"192x192\"  href=\"/media/img/android-icon-192x"
          },
          {
            "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": "\n<!doctype html><html class=\"bg-dark\" lang=\"en\"><head><meta charset=\"utf-8\"><meta name=\"viewport\" content=\"width=device-width, initial-scale=1, shrink-to-fit=no\"><link rel=\"dns-prefetch\" href=\"https://www.flywire.com\"><link rel=\"preconnect\" href=\"https://www.flywire.com\" crossorigin><meta content=\"https://www.flywire.com/\" property=\"og:image\"><meta content=\"https://www.flywire.com/\" property=\"twitter:image\"><link rel=\"shortcut icon\" type=\"image/ico\" href=\"/media/img/favicon.ico\" /><link type=\"image/x-icon\" href=\"/media/img/favicon.ico\" rel=\"shortcut icon\"><link type=\"image/x-icon\" href=\"/media/img/favicon.ico\" rel=\"icon\"><link rel=\"apple-touch-icon\" sizes=\"180x180\" href=\"/media/img/apple-icon-180x180.png\"><link rel=\"icon\" type=\"image/png\" sizes=\"192x192\"  href=\"/media/img/android-icon-192x"
          },
          {
            "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": "\n<!doctype html><html class=\"bg-dark\" lang=\"en\"><head><meta charset=\"utf-8\"><meta name=\"viewport\" content=\"width=device-width, initial-scale=1, shrink-to-fit=no\"><link rel=\"dns-prefetch\" href=\"https://www.flywire.com\"><link rel=\"preconnect\" href=\"https://www.flywire.com\" crossorigin><meta content=\"https://www.flywire.com/\" property=\"og:image\"><meta content=\"https://www.flywire.com/\" property=\"twitter:image\"><link rel=\"shortcut icon\" type=\"image/ico\" href=\"/media/img/favicon.ico\" /><link type=\"image/x-icon\" href=\"/media/img/favicon.ico\" rel=\"shortcut icon\"><link type=\"image/x-icon\" href=\"/media/img/favicon.ico\" rel=\"icon\"><link rel=\"apple-touch-icon\" sizes=\"180x180\" href=\"/media/img/apple-icon-180x180.png\"><link rel=\"icon\" type=\"image/png\" sizes=\"192x192\"  href=\"/media/img/android-icon-192x"
          }
        ]
      },
      "issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html; charset=UTF-8\" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
      "howToFix": "Publish a valid OpenAPI 3.x or Swagger 2.0 JSON/YAML document with info, paths, operations, and responses."
    }
  ]
}

AI DiscoverabilityBot Access ControlEstablished

AI bot rules in robots.txt

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

33 Fail

Needs attention

AI bot rules in robots.txt

Failed check
01

Issue

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

02

Why it matters

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

Check name

AI bot rules in robots.txt

Score

0/100

Status

fail

Category

Bot Access Control

Maturity

Established

Goal

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

Result

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

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

AI DiscoverabilityBot Access ControlInformational

Content Signal

Content Signal is missing or incomplete.

33 Fail

Needs attention

Content Signal

Failed check
01

Issue

No Content Signal found in robots.txt

02

Why it matters

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

Check name

Content Signal

Score

0/100

Status

fail

Category

Bot Access Control

Maturity

Informational

Goal

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

Result

Content Signal is missing or incomplete.

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

Agent Ease of UseMCPEmerging recommendation

MCP Server Card

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

33 Fail

Needs attention

MCP Server Card

Failed check
01

Issue

MCP Server Card was not found at the expected path.

02

Why it matters

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

Check name

MCP Server Card

Score

0/100

Status

fail

Category

MCP

Maturity

Emerging recommendation

Goal

Publish an MCP Server Card for agent discovery.

Result

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

Validation steps

  1. Fetch to find resource

    MCP Server Card was not found at the expected path.

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

Agent Ease of UseMCPEmerging recommendation

mcp.json

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

33 Fail

Needs attention

mcp.json

Failed check
01

Issue

mcp.json was not found at the expected path.

02

Why it matters

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

Check name

mcp.json

Score

0/100

Status

fail

Category

MCP

Maturity

Emerging recommendation

Goal

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

Result

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

Validation steps

  1. Fetch to find resource

    mcp.json was not found at the expected path.

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

AI DiscoverabilityBot Access ControlInformational

Web Bot Auth request signing

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

33 Fail

Needs attention

Web Bot Auth request signing

Failed check
01

Issue

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

02

Why it matters

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

Check name

Web Bot Auth request signing

Score

0/100

Status

fail

Category

Bot Access Control

Maturity

Informational

Goal

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

Result

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

Validation steps

  1. Fetch to find resource

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

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

Agent Ease of UseMCPInformational

WebMCP manifest

WebMCP manifest failed at "Fetch to find resource".

33 Fail

Needs attention

WebMCP manifest

Failed check
01

Issue

WebMCP manifest was not found at the expected path.

02

Why it matters

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

Check name

WebMCP manifest

Score

0/100

Status

fail

Category

MCP

Maturity

Informational

Goal

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

Result

WebMCP manifest failed at "Fetch to find resource".

Validation steps

  1. Fetch to find resource

    WebMCP manifest was not found at the expected path.

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

AI DiscoverabilityContent ReadinessEstablished

Content freshness signals

Content freshness signals is partially implemented.

25 Warning

Needs attention

Content freshness signals

Warning
01

Issue

Content freshness signals are incomplete: missing Last-Modified HTTP header; 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

50/100

Status

warning

Category

Content Readiness

Maturity

Established

Goal

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

Result

Content freshness signals is partially implemented.

Evidence
{
  "lastModified": null,
  "schemaDates": [
    "2026-06-04T07:42:19-04:00",
    "2023-07-19T13:00:00-04:00"
  ],
  "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": 62770
          },
          {
            "path": "/.well-known/a2a/agent-card.json",
            "statusCode": 404,
            "contentType": "text/html; charset=UTF-8",
            "length": 63359
          },
          {
            "path": "/agent-card.json",
            "statusCode": 404,
            "contentType": "text/html; charset=UTF-8",
            "length": 62169
          }
        ]
      },
      "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": 63376
          },
          {
            "path": "/.well-known/skills/index.json",
            "statusCode": 404,
            "contentType": "text/html; charset=UTF-8",
            "length": 63358
          }
        ]
      },
      "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": 62760
          },
          {
            "path": "/agent.json",
            "statusCode": 404,
            "contentType": "text/html; charset=UTF-8",
            "length": 62159
          }
        ]
      },
      "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": 62762
          },
          {
            "path": "/agents.json",
            "statusCode": 404,
            "contentType": "text/html; charset=UTF-8",
            "length": 62161
          }
        ]
      },
      "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.flywire.com",
        "probes": [
          {
            "name": "_index._agents.www.flywire.com",
            "found": false,
            "recordCount": 1,
            "records": [],
            "hasAlpn": false,
            "hasEndpoint": false
          },
          {
            "name": "_a2a._agents.www.flywire.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.flywire.com",
            "dnssecTypes": [],
            "dnssecRecordCount": 0
          },
          {
            "name": "flywire.com",
            "dnssecTypes": [],
            "dnssecRecordCount": 0
          }
        ]
      },
      "issue": "DNSSEC material was not visible for the hostname or parent zone from this resolver.",
      "howToFix": "Sign the public discovery zone with DNSSEC so validating resolvers can return authenticated data."
    }
  ]
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

AIO: Source and trust signals

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

4 Warning

Needs attention

AIO: Source and trust signals

Warning
01

Issue

Missing AIO trust signals: author, publisher.

Details

02

Why it matters

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

Check name

AIO: Source and trust signals

Score

60/100

Status

warning

Category

GEO, AIO & AEO

Maturity

Emerging recommendation

Goal

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

Result

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

Evidence
{
  "signals": {
    "author": false,
    "publisher": false,
    "freshnessDate": true,
    "aboutOrContact": true,
    "policyLinks": true
  },
  "missing": [
    "author",
    "publisher"
  ],
  "authorMeta": "",
  "schemaAuthors": [],
  "schemaPublishers": [],
  "schemaDates": [
    "2026-06-04T07:42:19-04:00",
    "2023-07-19T13:00:00-04:00"
  ],
  "visibleDates": [],
  "aboutLinks": [
    {
      "href": "https://www.flywire.com/company/about",
      "text": "Company",
      "html": "<a class=\"nav__link mm-listitem__text\" href=\"https://www.flywire.com/company/about\" aria-label=\"Visit Company\">Company</a>"
    },
    {
      "href": "#mm-0",
      "text": "Company",
      "html": "<a class=\"mm-navbar__title\" href=\"#mm-0\" aria-hidden=\"true\">Company</a>"
    },
    {
      "href": "https://www.flywire.com/company/about",
      "text": "About",
      "html": "<a class=\"nav__link mm-listitem__text\" href=\"https://www.flywire.com/company/about\" aria-label=\"Visit About\">About</a>"
    },
    {
      "href": "https://www.flywire.com/company/careers",
      "text": "Careers",
      "html": "<a class=\"nav__link mm-listitem__text\" href=\"https://www.flywire.com/company/careers\" aria-label=\"Visit Careers\">Careers</a>"
    },
    {
      "href": "#mm-15",
      "text": "About",
      "html": "<a class=\"mm-navbar__title\" href=\"#mm-15\" aria-hidden=\"true\">About</a>"
    },
    {
      "href": "https://www.flywire.com/company/values",
      "text": "Values",
      "html": "<a class=\"nav__link mm-listitem__text\" href=\"https://www.flywire.com/company/values\">Values</a>"
    },
    {
      "href": "https://www.flywire.com/company/leadership",
      "text": "Leadership",
      "html": "<a class=\"nav__link mm-listitem__text\" href=\"https://www.flywire.com/company/leadership\">Leadership</a>"
    },
    {
      "href": "https://www.flywire.com/company/foundation",
      "text": "Charitable Foundation",
      "html": "<a class=\"nav__link mm-listitem__text\" href=\"https://www.flywire.com/company/foundation\">Charitable Foundation</a>"
    },
    {
      "href": "https://www.flywire.com/company/belonging",
      "text": "Building a Culture of Belonging",
      "html": "<a class=\"nav__link mm-listitem__text\" href=\"https://www.flywire.com/company/belonging\">Building a Culture of Belonging</a>"
    },
    {
      "href": "https://www.flywire.com/company/social-impact",
      "text": "Social Impact at Flywire",
      "html": "<a class=\"nav__link mm-listitem__text\" href=\"https://www.flywire.com/company/social-impact\">Social Impact at Flywire</a>"
    },
    {
      "href": "https://www.flywire.com/company/news",
      "text": "News & Press",
      "html": "<a class=\"nav__link mm-listitem__text\" href=\"https://www.flywire.com/company/news\">News &amp; Press</a>"
    },
    {
      "href": "https://www.flywire.com/company/security",
      "text": "Security",
      "html": "<a class=\"nav__link mm-listitem__text\" href=\"https://www.flywire.com/company/security\">Security</a>"
    },
    {
      "href": "https://www.flywire.com/company/contact",
      "text": "Contact",
      "html": "<a class=\"nav__link mm-listitem__text\" href=\"https://www.flywire.com/company/contact\">Contact</a>"
    },
    {
      "href": "https://www.flywire.com/company/careers#job-openings",
      "text": "Job Openings",
      "html": "<a class=\"nav__link mm-listitem__text\" href=\"https://www.flywire.com/company/careers#job-openings\">Job Openings</a>"
    },
    {
      "href": "https://www.flywire.com/company/careers/learning-development",
      "text": "Learning & Development",
      "html": "<a class=\"nav__link mm-listitem__text\" href=\"https://www.flywire.com/company/careers/learning-development\">Learning &amp; Development</a>"
    },
    {
      "href": "https://www.flywire.com/company/careers/inside-flywire",
      "text": "Inside Flywire",
      "html": "<a class=\"nav__link mm-listitem__text\" href=\"https://www.flywire.com/company/careers/inside-flywire\">Inside Flywire</a>"
    },
    {
      "href": "https://www.flywire.com/company/about",
      "text": "Company",
      "html": "<a class=\"nav__link\" href=\"https://www.flywire.com/company/about\" aria-label=\"Visit Company\">Company</a>"
    },
    {
      "href": "https://www.flywire.com/company/about",
      "text": "About",
      "html": "<a class=\"nav__link\" href=\"https://www.flywire.com/company/about\" aria-label=\"Visit About\">About</a>"
    },
    {
      "href": "https://www.flywire.com/company/values",
      "text": "Values",
      "html": "<a class=\"nav__link\" href=\"https://www.flywire.com/company/values\">Values</a>"
    },
    {
      "href": "https://www.flywire.com/company/leadership",
      "text": "Leadership",
      "html": "<a class=\"nav__link\" href=\"https://www.flywire.com/company/leadership\">Leadership</a>"
    },
    {
      "href": "https://www.flywire.com/company/foundation",
      "text": "Charitable Foundation",
      "html": "<a class=\"nav__link\" href=\"https://www.flywire.com/company/foundation\">Charitable Foundation</a>"
    },
    {
      "href": "https://www.flywire.com/company/belonging",
      "text": "Building a Culture of Belonging",
      "html": "<a class=\"nav__link\" href=\"https://www.flywire.com/company/belonging\">Building a Culture of Belonging</a>"
    },
    {
      "href": "https://www.flywire.com/company/social-impact",
      "text": "Social Impact at Flywire",
      "html": "<a class=\"nav__link\" href=\"https://www.flywire.com/company/social-impact\">Social Impact at Flywire</a>"
    },
    {
      "href": "https://www.flywire.com/company/news",
      "text": "News & Press",
      "html": "<a class=\"nav__link\" href=\"https://www.flywire.com/company/news\">News &amp; Press</a>"
    },
    {
      "href": "https://www.flywire.com/company/security",
      "text": "Security",
      "html": "<a class=\"nav__link\" href=\"https://www.flywire.com/company/security\">Security</a>"
    },
    {
      "href": "https://www.flywire.com/company/contact",
      "text": "Contact",
      "html": "<a class=\"nav__link\" href=\"https://www.flywire.com/company/contact\">Contact</a>"
    },
    {
      "href": "https://www.flywire.com/company/careers",
      "text": "Careers",
      "html": "<a class=\"nav__link\" href=\"https://www.flywire.com/company/careers\" aria-label=\"Visit Careers\">Careers</a>"
    },
    {
      "href": "https://www.flywire.com/company/careers#job-openings",
      "text": "Job Openings",
      "html": "<a class=\"nav__link\" href=\"https://www.flywire.com/company/careers#job-openings\">Job Openings</a>"
    },
    {
      "href": "https://www.flywire.com/company/careers/learning-development",
      "text": "Learning & Development",
      "html": "<a class=\"nav__link\" href=\"https://www.flywire.com/company/careers/learning-development\">Learning &amp; Development</a>"
    },
    {
      "href": "https://www.flywire.com/company/careers/inside-flywire",
      "text": "Inside Flywire",
      "html": "<a class=\"nav__link\" href=\"https://www.flywire.com/company/careers/inside-flywire\">Inside Flywire</a>"
    },
    {
      "href": "https://www.flywire.com/company/about",
      "text": "Company",
      "html": "<a class=\"nav__link\" href=\"https://www.flywire.com/company/about\">Company</a>"
    },
    {
      "href": "https://www.flywire.com/company/security",
      "text": "Security",
      "html": "<a class=\"nav__link\" href=\"https://www.flywire.com/company/security\">Security</a>"
    },
    {
      "href": "https://www.flywire.com/company/contact",
      "text": "Contact",
      "html": "<a class=\"nav__link\" href=\"https://www.flywire.com/company/contact\">Contact</a>"
    },
    {
      "href": "https://www.flywire.com/company/compliance/fraud-prevention",
      "text": "Fraud Prevention",
      "html": "<a class=\"nav__link\" href=\"https://www.flywire.com/company/compliance/fraud-prevention\">Fraud Prevention</a>"
    },
    {
      "href": "https://www.linkedin.com/company/flywire/",
      "text": "Follow Flywire on LinkedIn",
      "html": "<a class=\"social__link -linkedin\" href=\"https://www.linkedin.com/company/flywire/\"><span class=\"sr-only\">Follow Flywire on LinkedIn</span><span class><svg class=\"w-4 h-4\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M416 32H31.9C14.3 32 0 46.5 0 64.3v383.4C0 465.5 14.3 480 31.9 480H416c17.6 0 32-14.5 32-32.3V64.3c0-17.8-14.4-32.3-32-32.3zM135.4 416H69V202.2h66.5V416zm-33.2-243c-21.3 0-38.5-17.3-38.5-38.5S80.9 96 102.2 96c21.2 0 38.5 17.3 38.5 38.5 0 21.3-17.2 38.5-38.5 38..."
    }
  ],
  "contactLinks": [
    {
      "href": "https://www.flywire.com/company/contact",
      "text": "Contact",
      "html": "<a class=\"nav__link mm-listitem__text\" href=\"https://www.flywire.com/company/contact\">Contact</a>"
    },
    {
      "href": "https://www.flywire.com/company/contact",
      "text": "Contact",
      "html": "<a class=\"nav__link\" href=\"https://www.flywire.com/company/contact\">Contact</a>"
    },
    {
      "href": "https://help.flywire.com/",
      "text": "Payer Help",
      "html": "<a class=\"nav__link\" href=\"https://help.flywire.com/\" rel=\"noopener\" target=\"_blank\">Payer Help</a>"
    },
    {
      "href": "https://www.flywire.com/company/contact",
      "text": "Contact",
      "html": "<a class=\"nav__link\" href=\"https://www.flywire.com/company/contact\">Contact</a>"
    }
  ],
  "privacyLinks": [
    {
      "href": "https://www.flywire.com/legal",
      "text": "Legal & Privacy",
      "html": "<a class=\"nav__link\" href=\"https://www.flywire.com/legal\">Legal &amp; Privacy</a>"
    }
  ],
  "score": 60,
  "weight": 20
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

AEO: Answer-first sections

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

4 Warning

Needs attention

AEO: Answer-first sections

Warning
01

Issue

12 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": 13,
  "passing": 1,
  "failing": [
    {
      "heading": "Trusted by",
      "headingHtml": "<h2 class=\"text-h2 text-center mb-14\"> Trusted by </h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Why Flywire?",
      "headingHtml": "<h2 class=\"mb-12 text-center text-h2\"> Why Flywire? </h2>",
      "firstParagraph": "Customers pay in their local currency, and you accept and settle payments in yours - from anywhere in the world",
      "paragraphHtml": "<p class=\"wysiwyg-btn\">Customers pay in their local currency, and you accept and settle payments in yours - from anywhere in the world</p>",
      "words": 19,
      "direct": false,
      "issue": "First paragraph is 19 words and does not look like a concise direct answer."
    },
    {
      "heading": "Industry-Leading Software",
      "headingHtml": "<h3 class=\"text-h3\">Industry-Leading Software</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Global Payment Platform",
      "headingHtml": "<h3 class=\"text-h3\">Global Payment Platform</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "True Vertical Expertise",
      "headingHtml": "<h3 class=\"text-h3\">True Vertical Expertise</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Mission-critical payments for the industries that demand them most",
      "headingHtml": "<h2 class=\"text-h2 text-blue-dark\">Mission-critical payments for the industries that demand them most</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "B2B",
      "headingHtml": "<h3 class=\"text-h3 text-blue-dark mb-4\">B2B</h3>",
      "firstParagraph": "Automate the entire billing process through settlement, with embedded payments that power cross-border collection.",
      "paragraphHtml": "<p class=\"p1\">Automate the entire billing process through settlement, with embedded payments that power cross-border collection.&#xa0;</p>",
      "words": 14,
      "direct": false,
      "issue": "First paragraph is 14 words and does not look like a concise direct answer."
    },
    {
      "heading": "Travel",
      "headingHtml": "<h3 class=\"text-h3 text-blue-dark mb-4\">Travel</h3>",
      "firstParagraph": "Ease bookings for international travelers, and secure payments for events at hotels.",
      "paragraphHtml": "<p class=\"p1\">Ease bookings for international travelers, and secure payments for events at hotels.</p>",
      "words": 12,
      "direct": false,
      "issue": "First paragraph is 12 words and does not look like a concise direct answer."
    },
    {
      "heading": "Healthcare",
      "headingHtml": "<h3 class=\"text-h3 text-blue-dark mb-4\">Healthcare</h3>",
      "firstParagraph": "Provide patients with flexible and secure options to pay their bills online or in-person.",
      "paragraphHtml": "<p class=\"p1\">Provide patients with flexible and secure options to pay their bills online or in-person.</p>",
      "words": 14,
      "direct": false,
      "issue": "First paragraph is 14 words and does not look like a concise direct answer."
    },
    {
      "heading": "Contact our sales team",
      "headingHtml": "<h2 class=\"mb-6 text-h2 md:text-center\">Contact our sales team</h2>",
      "firstParagraph": "We’re here to talk about your organization's particular financial service needs, cross-border payments, integration and efficiencies, plus answer any other questions you might have about Flywire.",
      "paragraphHtml": "<p>We&#x2019;re here to talk about your organization&apos;s particular financial service needs, cross-border payments, integration and efficiencies, plus answer any other questions you might have about Flywire.</p>",
      "words": 27,
      "direct": false,
      "issue": "First paragraph is 27 words and does not look like a concise direct answer."
    },
    {
      "heading": "Certifications",
      "headingHtml": "<h2 class=\"text-h2 mb-14 text-center\">Certifications</h2>",
      "firstParagraph": "Regulated money transmission services are provided by Flywire Global Corp., a licensed money transmitter.",
      "paragraphHtml": "<p style=\"text-align:center;\"><i><small>Regulated money transmission services are provided by Flywire Global Corp., a licensed money transmitter.</small></i></p>",
      "words": 14,
      "direct": false,
      "issue": "First paragraph is 14 words and does not look like a concise direct answer."
    },
    {
      "heading": "Contact Our Sales Team",
      "headingHtml": "<h3 class=\"headline\">Contact Our Sales Team</h3>",
      "firstParagraph": "Sorry, there was a problem.You'll find more details highlighted below.",
      "paragraphHtml": "<p><strong>Sorry, there was a problem.</strong><br>You&apos;ll find more details highlighted below.</p>",
      "words": 11,
      "direct": false,
      "issue": "First paragraph is 11 words and does not look like a concise direct answer."
    }
  ],
  "score": 65,
  "weight": 28
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

AIO: Visible structured data match

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

3 Warning

Needs attention

AIO: Visible structured data match

Warning
01

Issue

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

Details

02

Why it matters

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

Check name

AIO: Visible structured data match

Score

64/100

Status

warning

Category

GEO, AIO & AEO

Maturity

Emerging recommendation

Goal

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

Result

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

Evidence
{
  "schemaCount": 8,
  "checkedFields": [
    {
      "path": "$[0].@graph[0].description",
      "value": "Flywire's payment platform, global payment network and industry-specific software help organizations around the world handle complex payment challenges."
    },
    {
      "path": "$[0].@graph[0].headline",
      "value": "The global payments and software experts"
    },
    {
      "path": "$[0].@graph[0].name",
      "value": "Flywire"
    },
    {
      "path": "$[0].@graph[1].description",
      "value": "Flywire is a global payments and software company helping organizations in education, healthcare, travel, and B2B accept and reconcile payments in 140+ currencies across 240+ countries and territories."
    },
    {
      "path": "$[0].@graph[1].hasOfferCatalog.itemListElement[0].itemOffered.name",
      "value": "Education payments"
    },
    {
      "path": "$[0].@graph[1].hasOfferCatalog.itemListElement[1].itemOffered.name",
      "value": "Healthcare payments"
    },
    {
      "path": "$[0].@graph[1].hasOfferCatalog.itemListElement[2].itemOffered.name",
      "value": "Travel payments"
    },
    {
      "path": "$[0].@graph[1].hasOfferCatalog.itemListElement[3].itemOffered.name",
      "value": "B2B payments"
    },
    {
      "path": "$[0].@graph[1].hasOfferCatalog.itemListElement[6].itemOffered.name",
      "value": "StudyLink Connect"
    },
    {
      "path": "$[0].@graph[1].hasOfferCatalog.name",
      "value": "Flywire payment solutions"
    },
    {
      "path": "$[0].@graph[1].name",
      "value": "Flywire"
    },
    {
      "path": "$[0].@graph[2].name",
      "value": "Flywire"
    },
    {
      "path": "$[0].@graph[3].description",
      "value": "Breadcrumbs list"
    },
    {
      "path": "$[0].@graph[3].itemListElement[0].name",
      "value": "Home"
    },
    {
      "path": "$[0].@graph[3].name",
      "value": "Breadcrumbs"
    },
    {
      "path": "$[0].@graph[4].description",
      "value": "Accounts receivable automation software for growing businesses, part of Flywire."
    },
    {
      "path": "$[0].@graph[4].name",
      "value": "Invoiced"
    },
    {
      "path": "$[0].@graph[5].description",
      "value": "Digital agreements and payments platform for the hospitality industry, part of Flywire."
    },
    {
      "path": "$[0].@graph[5].name",
      "value": "Sertifi"
    },
    {
      "path": "$[1].description",
      "value": "Flywire's payment platform, global payment network and industry-specific software help organizations around the world handle complex payment challenges."
    },
    {
      "path": "$[1].headline",
      "value": "The global payments and software experts"
    },
    {
      "path": "$[1].name",
      "value": "Flywire"
    },
    {
      "path": "$[2].description",
      "value": "Flywire is a global payments and software company helping organizations in education, healthcare, travel, and B2B accept and reconcile payments in 140+ currencies across 240+ countries and territories."
    },
    {
      "path": "$[2].hasOfferCatalog.itemListElement[0].itemOffered.name",
      "value": "Education payments"
    },
    {
      "path": "$[2].hasOfferCatalog.itemListElement[1].itemOffered.name",
      "value": "Healthcare payments"
    },
    {
      "path": "$[2].hasOfferCatalog.itemListElement[2].itemOffered.name",
      "value": "Travel payments"
    },
    {
      "path": "$[2].hasOfferCatalog.itemListElement[3].itemOffered.name",
      "value": "B2B payments"
    },
    {
      "path": "$[2].hasOfferCatalog.itemListElement[6].itemOffered.name",
      "value": "StudyLink Connect"
    },
    {
      "path": "$[2].hasOfferCatalog.name",
      "value": "Flywire payment solutions"
    },
    {
      "path": "$[2].name",
      "value": "Flywire"
    },
    {
      "path": "$[3].name",
      "value": "Flywire"
    },
    {
      "path": "$[4].description",
      "value": "Breadcrumbs list"
    },
    {
      "path": "$[4].itemListElement[0].name",
      "value": "Home"
    },
    {
      "path": "$[4].name",
      "value": "Breadcrumbs"
    },
    {
      "path": "$[5].description",
      "value": "Accounts receivable automation software for growing businesses, part of Flywire."
    },
    {
      "path": "$[5].name",
      "value": "Invoiced"
    },
    {
      "path": "$[6].description",
      "value": "Digital agreements and payments platform for the hospitality industry, part of Flywire."
    },
    {
      "path": "$[6].name",
      "value": "Sertifi"
    },
    {
      "path": "$[7].name",
      "value": "Flywire"
    }
  ],
  "mismatches": [
    {
      "path": "$[0].@graph[1].hasOfferCatalog.itemListElement[6].itemOffered.name",
      "value": "StudyLink Connect"
    },
    {
      "path": "$[0].@graph[3].description",
      "value": "Breadcrumbs list"
    },
    {
      "path": "$[0].@graph[3].itemListElement[0].name",
      "value": "Home"
    },
    {
      "path": "$[0].@graph[3].name",
      "value": "Breadcrumbs"
    },
    {
      "path": "$[0].@graph[4].description",
      "value": "Accounts receivable automation software for growing businesses, part of Flywire."
    },
    {
      "path": "$[0].@graph[4].name",
      "value": "Invoiced"
    },
    {
      "path": "$[0].@graph[5].name",
      "value": "Sertifi"
    },
    {
      "path": "$[2].hasOfferCatalog.itemListElement[6].itemOffered.name",
      "value": "StudyLink Connect"
    },
    {
      "path": "$[4].description",
      "value": "Breadcrumbs list"
    },
    {
      "path": "$[4].itemListElement[0].name",
      "value": "Home"
    },
    {
      "path": "$[4].name",
      "value": "Breadcrumbs"
    },
    {
      "path": "$[5].description",
      "value": "Accounts receivable automation software for growing businesses, part of Flywire."
    },
    {
      "path": "$[5].name",
      "value": "Invoiced"
    },
    {
      "path": "$[6].name",
      "value": "Sertifi"
    }
  ],
  "score": 64,
  "weight": 18
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

AEO: Answer evidence and trust

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

3 Warning

Needs attention

AEO: Answer evidence and trust

Warning
01

Issue

Missing AIO trust signals: author, publisher.

Details

02

Why it matters

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

Check name

AEO: Answer evidence and trust

Score

60/100

Status

warning

Category

GEO, AIO & AEO

Maturity

Emerging recommendation

Goal

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

Result

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

Evidence
{
  "signals": {
    "author": false,
    "publisher": false,
    "freshnessDate": true,
    "aboutOrContact": true,
    "policyLinks": true
  },
  "missing": [
    "author",
    "publisher"
  ],
  "authorMeta": "",
  "schemaAuthors": [],
  "schemaPublishers": [],
  "schemaDates": [
    "2026-06-04T07:42:19-04:00",
    "2023-07-19T13:00:00-04:00"
  ],
  "visibleDates": [],
  "aboutLinks": [
    {
      "href": "https://www.flywire.com/company/about",
      "text": "Company",
      "html": "<a class=\"nav__link mm-listitem__text\" href=\"https://www.flywire.com/company/about\" aria-label=\"Visit Company\">Company</a>"
    },
    {
      "href": "#mm-0",
      "text": "Company",
      "html": "<a class=\"mm-navbar__title\" href=\"#mm-0\" aria-hidden=\"true\">Company</a>"
    },
    {
      "href": "https://www.flywire.com/company/about",
      "text": "About",
      "html": "<a class=\"nav__link mm-listitem__text\" href=\"https://www.flywire.com/company/about\" aria-label=\"Visit About\">About</a>"
    },
    {
      "href": "https://www.flywire.com/company/careers",
      "text": "Careers",
      "html": "<a class=\"nav__link mm-listitem__text\" href=\"https://www.flywire.com/company/careers\" aria-label=\"Visit Careers\">Careers</a>"
    },
    {
      "href": "#mm-15",
      "text": "About",
      "html": "<a class=\"mm-navbar__title\" href=\"#mm-15\" aria-hidden=\"true\">About</a>"
    },
    {
      "href": "https://www.flywire.com/company/values",
      "text": "Values",
      "html": "<a class=\"nav__link mm-listitem__text\" href=\"https://www.flywire.com/company/values\">Values</a>"
    },
    {
      "href": "https://www.flywire.com/company/leadership",
      "text": "Leadership",
      "html": "<a class=\"nav__link mm-listitem__text\" href=\"https://www.flywire.com/company/leadership\">Leadership</a>"
    },
    {
      "href": "https://www.flywire.com/company/foundation",
      "text": "Charitable Foundation",
      "html": "<a class=\"nav__link mm-listitem__text\" href=\"https://www.flywire.com/company/foundation\">Charitable Foundation</a>"
    },
    {
      "href": "https://www.flywire.com/company/belonging",
      "text": "Building a Culture of Belonging",
      "html": "<a class=\"nav__link mm-listitem__text\" href=\"https://www.flywire.com/company/belonging\">Building a Culture of Belonging</a>"
    },
    {
      "href": "https://www.flywire.com/company/social-impact",
      "text": "Social Impact at Flywire",
      "html": "<a class=\"nav__link mm-listitem__text\" href=\"https://www.flywire.com/company/social-impact\">Social Impact at Flywire</a>"
    },
    {
      "href": "https://www.flywire.com/company/news",
      "text": "News & Press",
      "html": "<a class=\"nav__link mm-listitem__text\" href=\"https://www.flywire.com/company/news\">News &amp; Press</a>"
    },
    {
      "href": "https://www.flywire.com/company/security",
      "text": "Security",
      "html": "<a class=\"nav__link mm-listitem__text\" href=\"https://www.flywire.com/company/security\">Security</a>"
    },
    {
      "href": "https://www.flywire.com/company/contact",
      "text": "Contact",
      "html": "<a class=\"nav__link mm-listitem__text\" href=\"https://www.flywire.com/company/contact\">Contact</a>"
    },
    {
      "href": "https://www.flywire.com/company/careers#job-openings",
      "text": "Job Openings",
      "html": "<a class=\"nav__link mm-listitem__text\" href=\"https://www.flywire.com/company/careers#job-openings\">Job Openings</a>"
    },
    {
      "href": "https://www.flywire.com/company/careers/learning-development",
      "text": "Learning & Development",
      "html": "<a class=\"nav__link mm-listitem__text\" href=\"https://www.flywire.com/company/careers/learning-development\">Learning &amp; Development</a>"
    },
    {
      "href": "https://www.flywire.com/company/careers/inside-flywire",
      "text": "Inside Flywire",
      "html": "<a class=\"nav__link mm-listitem__text\" href=\"https://www.flywire.com/company/careers/inside-flywire\">Inside Flywire</a>"
    },
    {
      "href": "https://www.flywire.com/company/about",
      "text": "Company",
      "html": "<a class=\"nav__link\" href=\"https://www.flywire.com/company/about\" aria-label=\"Visit Company\">Company</a>"
    },
    {
      "href": "https://www.flywire.com/company/about",
      "text": "About",
      "html": "<a class=\"nav__link\" href=\"https://www.flywire.com/company/about\" aria-label=\"Visit About\">About</a>"
    },
    {
      "href": "https://www.flywire.com/company/values",
      "text": "Values",
      "html": "<a class=\"nav__link\" href=\"https://www.flywire.com/company/values\">Values</a>"
    },
    {
      "href": "https://www.flywire.com/company/leadership",
      "text": "Leadership",
      "html": "<a class=\"nav__link\" href=\"https://www.flywire.com/company/leadership\">Leadership</a>"
    },
    {
      "href": "https://www.flywire.com/company/foundation",
      "text": "Charitable Foundation",
      "html": "<a class=\"nav__link\" href=\"https://www.flywire.com/company/foundation\">Charitable Foundation</a>"
    },
    {
      "href": "https://www.flywire.com/company/belonging",
      "text": "Building a Culture of Belonging",
      "html": "<a class=\"nav__link\" href=\"https://www.flywire.com/company/belonging\">Building a Culture of Belonging</a>"
    },
    {
      "href": "https://www.flywire.com/company/social-impact",
      "text": "Social Impact at Flywire",
      "html": "<a class=\"nav__link\" href=\"https://www.flywire.com/company/social-impact\">Social Impact at Flywire</a>"
    },
    {
      "href": "https://www.flywire.com/company/news",
      "text": "News & Press",
      "html": "<a class=\"nav__link\" href=\"https://www.flywire.com/company/news\">News &amp; Press</a>"
    },
    {
      "href": "https://www.flywire.com/company/security",
      "text": "Security",
      "html": "<a class=\"nav__link\" href=\"https://www.flywire.com/company/security\">Security</a>"
    },
    {
      "href": "https://www.flywire.com/company/contact",
      "text": "Contact",
      "html": "<a class=\"nav__link\" href=\"https://www.flywire.com/company/contact\">Contact</a>"
    },
    {
      "href": "https://www.flywire.com/company/careers",
      "text": "Careers",
      "html": "<a class=\"nav__link\" href=\"https://www.flywire.com/company/careers\" aria-label=\"Visit Careers\">Careers</a>"
    },
    {
      "href": "https://www.flywire.com/company/careers#job-openings",
      "text": "Job Openings",
      "html": "<a class=\"nav__link\" href=\"https://www.flywire.com/company/careers#job-openings\">Job Openings</a>"
    },
    {
      "href": "https://www.flywire.com/company/careers/learning-development",
      "text": "Learning & Development",
      "html": "<a class=\"nav__link\" href=\"https://www.flywire.com/company/careers/learning-development\">Learning &amp; Development</a>"
    },
    {
      "href": "https://www.flywire.com/company/careers/inside-flywire",
      "text": "Inside Flywire",
      "html": "<a class=\"nav__link\" href=\"https://www.flywire.com/company/careers/inside-flywire\">Inside Flywire</a>"
    },
    {
      "href": "https://www.flywire.com/company/about",
      "text": "Company",
      "html": "<a class=\"nav__link\" href=\"https://www.flywire.com/company/about\">Company</a>"
    },
    {
      "href": "https://www.flywire.com/company/security",
      "text": "Security",
      "html": "<a class=\"nav__link\" href=\"https://www.flywire.com/company/security\">Security</a>"
    },
    {
      "href": "https://www.flywire.com/company/contact",
      "text": "Contact",
      "html": "<a class=\"nav__link\" href=\"https://www.flywire.com/company/contact\">Contact</a>"
    },
    {
      "href": "https://www.flywire.com/company/compliance/fraud-prevention",
      "text": "Fraud Prevention",
      "html": "<a class=\"nav__link\" href=\"https://www.flywire.com/company/compliance/fraud-prevention\">Fraud Prevention</a>"
    },
    {
      "href": "https://www.linkedin.com/company/flywire/",
      "text": "Follow Flywire on LinkedIn",
      "html": "<a class=\"social__link -linkedin\" href=\"https://www.linkedin.com/company/flywire/\"><span class=\"sr-only\">Follow Flywire on LinkedIn</span><span class><svg class=\"w-4 h-4\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M416 32H31.9C14.3 32 0 46.5 0 64.3v383.4C0 465.5 14.3 480 31.9 480H416c17.6 0 32-14.5 32-32.3V64.3c0-17.8-14.4-32.3-32-32.3zM135.4 416H69V202.2h66.5V416zm-33.2-243c-21.3 0-38.5-17.3-38.5-38.5S80.9 96 102.2 96c21.2 0 38.5 17.3 38.5 38.5 0 21.3-17.2 38.5-38.5 38..."
    }
  ],
  "contactLinks": [
    {
      "href": "https://www.flywire.com/company/contact",
      "text": "Contact",
      "html": "<a class=\"nav__link mm-listitem__text\" href=\"https://www.flywire.com/company/contact\">Contact</a>"
    },
    {
      "href": "https://www.flywire.com/company/contact",
      "text": "Contact",
      "html": "<a class=\"nav__link\" href=\"https://www.flywire.com/company/contact\">Contact</a>"
    },
    {
      "href": "https://help.flywire.com/",
      "text": "Payer Help",
      "html": "<a class=\"nav__link\" href=\"https://help.flywire.com/\" rel=\"noopener\" target=\"_blank\">Payer Help</a>"
    },
    {
      "href": "https://www.flywire.com/company/contact",
      "text": "Contact",
      "html": "<a class=\"nav__link\" href=\"https://www.flywire.com/company/contact\">Contact</a>"
    }
  ],
  "privacyLinks": [
    {
      "href": "https://www.flywire.com/legal",
      "text": "Legal & Privacy",
      "html": "<a class=\"nav__link\" href=\"https://www.flywire.com/legal\">Legal &amp; Privacy</a>"
    }
  ],
  "score": 60,
  "weight": 22
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

GEO: Explanatory content depth

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

2 Warning

Needs attention

GEO: Explanatory content depth

Warning
01

Issue

No substantial explanatory paragraphs were found.

Details

02

Why it matters

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

Check name

GEO: Explanatory content depth

Score

75/100

Status

warning

Category

GEO, AIO & AEO

Maturity

Emerging recommendation

Goal

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

Result

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

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

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

GEO: Entity clarity

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

2 Warning

Needs attention

GEO: Entity clarity

Warning
01

Issue

Title/H1 terms missing from description: payments, experts, built, run, most.

Details

02

Why it matters

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

Check name

GEO: Entity clarity

Score

85/100

Status

warning

Category

GEO, AIO & AEO

Maturity

Emerging recommendation

Goal

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

Result

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

Evidence
{
  "title": "The global payments and software experts | Flywire",
  "h1": "Built to run the world’s most complex payments",
  "description": "Flywire's payment platform, global payment network and industry-specific software help organizations around the world handle complex payment challenges.",
  "topicOverlap": 0.5,
  "topicTerms": [
    "global",
    "payments",
    "software",
    "experts",
    "flywire",
    "built",
    "run",
    "world",
    "most",
    "complex"
  ],
  "descriptionTerms": [
    "flywire",
    "payment",
    "platform",
    "global",
    "network",
    "industry",
    "specific",
    "software",
    "help",
    "organizations",
    "around",
    "world",
    "handle",
    "complex",
    "challenges"
  ],
  "missingFromDescription": [
    "payments",
    "experts",
    "built",
    "run",
    "most"
  ],
  "score": 85,
  "weight": 28
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

AEO: Question-led structure

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

2 Warning

Needs attention

AEO: Question-led structure

Warning
01

Issue

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

02

Why it matters

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

Check name

AEO: Question-led structure

Score

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: Question-led structure scored 70/100 and needs improvement.

Evidence
{
  "h2Count": 5,
  "questionH2s": [
    {
      "index": 2,
      "text": "Why Flywire?",
      "isQuestion": true,
      "html": "<h2 class=\"mb-12 text-center text-h2\"> Why Flywire? </h2>"
    }
  ],
  "hasFaq": false,
  "score": 70,
  "weight": 18
}

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, optional visible FAQ or FAQPage schema.

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": false,
  "definitionPatterns": 3,
  "schemaBlocks": 2,
  "missingSignals": [
    "optional top summary / TL;DR / key takeaways block",
    "table with <thead> only if the page already has tabular/comparative data",
    "ordered list only if the page explains a workflow/process",
    "optional visible FAQ or FAQPage schema"
  ],
  "score": 85,
  "weight": 24
}

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

12 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": 13,
  "passing": 1,
  "failing": [
    {
      "heading": "Trusted by",
      "headingHtml": "<h2 class=\"text-h2 text-center mb-14\"> Trusted by </h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Why Flywire?",
      "headingHtml": "<h2 class=\"mb-12 text-center text-h2\"> Why Flywire? </h2>",
      "firstParagraph": "Customers pay in their local currency, and you accept and settle payments in yours - from anywhere in the world",
      "paragraphHtml": "<p class=\"wysiwyg-btn\">Customers pay in their local currency, and you accept and settle payments in yours - from anywhere in the world</p>",
      "words": 19,
      "direct": false,
      "issue": "First paragraph is 19 words and does not look like a concise direct answer."
    },
    {
      "heading": "Industry-Leading Software",
      "headingHtml": "<h3 class=\"text-h3\">Industry-Leading Software</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Global Payment Platform",
      "headingHtml": "<h3 class=\"text-h3\">Global Payment Platform</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "True Vertical Expertise",
      "headingHtml": "<h3 class=\"text-h3\">True Vertical Expertise</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Mission-critical payments for the industries that demand them most",
      "headingHtml": "<h2 class=\"text-h2 text-blue-dark\">Mission-critical payments for the industries that demand them most</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "B2B",
      "headingHtml": "<h3 class=\"text-h3 text-blue-dark mb-4\">B2B</h3>",
      "firstParagraph": "Automate the entire billing process through settlement, with embedded payments that power cross-border collection.",
      "paragraphHtml": "<p class=\"p1\">Automate the entire billing process through settlement, with embedded payments that power cross-border collection.&#xa0;</p>",
      "words": 14,
      "direct": false,
      "issue": "First paragraph is 14 words and does not look like a concise direct answer."
    },
    {
      "heading": "Travel",
      "headingHtml": "<h3 class=\"text-h3 text-blue-dark mb-4\">Travel</h3>",
      "firstParagraph": "Ease bookings for international travelers, and secure payments for events at hotels.",
      "paragraphHtml": "<p class=\"p1\">Ease bookings for international travelers, and secure payments for events at hotels.</p>",
      "words": 12,
      "direct": false,
      "issue": "First paragraph is 12 words and does not look like a concise direct answer."
    },
    {
      "heading": "Healthcare",
      "headingHtml": "<h3 class=\"text-h3 text-blue-dark mb-4\">Healthcare</h3>",
      "firstParagraph": "Provide patients with flexible and secure options to pay their bills online or in-person.",
      "paragraphHtml": "<p class=\"p1\">Provide patients with flexible and secure options to pay their bills online or in-person.</p>",
      "words": 14,
      "direct": false,
      "issue": "First paragraph is 14 words and does not look like a concise direct answer."
    },
    {
      "heading": "Contact our sales team",
      "headingHtml": "<h2 class=\"mb-6 text-h2 md:text-center\">Contact our sales team</h2>",
      "firstParagraph": "We’re here to talk about your organization's particular financial service needs, cross-border payments, integration and efficiencies, plus answer any other questions you might have about Flywire.",
      "paragraphHtml": "<p>We&#x2019;re here to talk about your organization&apos;s particular financial service needs, cross-border payments, integration and efficiencies, plus answer any other questions you might have about Flywire.</p>",
      "words": 27,
      "direct": false,
      "issue": "First paragraph is 27 words and does not look like a concise direct answer."
    },
    {
      "heading": "Certifications",
      "headingHtml": "<h2 class=\"text-h2 mb-14 text-center\">Certifications</h2>",
      "firstParagraph": "Regulated money transmission services are provided by Flywire Global Corp., a licensed money transmitter.",
      "paragraphHtml": "<p style=\"text-align:center;\"><i><small>Regulated money transmission services are provided by Flywire Global Corp., a licensed money transmitter.</small></i></p>",
      "words": 14,
      "direct": false,
      "issue": "First paragraph is 14 words and does not look like a concise direct answer."
    },
    {
      "heading": "Contact Our Sales Team",
      "headingHtml": "<h3 class=\"headline\">Contact Our Sales Team</h3>",
      "firstParagraph": "Sorry, there was a problem.You'll find more details highlighted below.",
      "paragraphHtml": "<p><strong>Sorry, there was a problem.</strong><br>You&apos;ll find more details highlighted below.</p>",
      "words": 11,
      "direct": false,
      "issue": "First paragraph is 11 words and does not look like a concise direct answer."
    }
  ],
  "score": 65,
  "weight": 8
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

AEO: Answer intent coverage

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

1 Warning

Needs attention

AEO: Answer intent coverage

Warning
01

Issue

Missing likely AI Overview intent sections: what, how, 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": "Trusted by",
      "html": "<h2 class=\"text-h2 text-center mb-14\"> Trusted by </h2>"
    },
    {
      "text": "Why Flywire?",
      "html": "<h2 class=\"mb-12 text-center text-h2\"> Why Flywire? </h2>"
    },
    {
      "text": "Mission-critical payments for the industries that demand them most",
      "html": "<h2 class=\"text-h2 text-blue-dark\">Mission-critical payments for the industries that demand them most</h2>"
    },
    {
      "text": "Contact our sales team",
      "html": "<h2 class=\"mb-6 text-h2 md:text-center\">Contact our sales team</h2>"
    },
    {
      "text": "Certifications",
      "html": "<h2 class=\"text-h2 mb-14 text-center\">Certifications</h2>"
    }
  ],
  "expected": [
    {
      "id": "what",
      "label": "What is The global payments and software experts?",
      "pattern": {}
    },
    {
      "id": "how",
      "label": "How does The global payments and software experts work?",
      "pattern": {}
    },
    {
      "id": "benefits",
      "label": "Why use The global payments and software experts?",
      "pattern": {}
    },
    {
      "id": "cost",
      "label": "Is The global payments and software experts free or paid?",
      "pattern": {}
    },
    {
      "id": "compare",
      "label": "How does The global payments and software experts compare with alternatives?",
      "pattern": {}
    }
  ],
  "missing": [
    {
      "id": "what",
      "label": "What is The global payments and software experts?",
      "pattern": {}
    },
    {
      "id": "how",
      "label": "How does The global payments and software experts work?",
      "pattern": {}
    },
    {
      "id": "cost",
      "label": "Is The global payments and software experts free or paid?",
      "pattern": {}
    },
    {
      "id": "compare",
      "label": "How does The global payments and software experts compare with alternatives?",
      "pattern": {}
    }
  ],
  "score": 70,
  "weight": 8
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

AEO: Entity and definition clarity

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

1 Warning

Needs attention

AEO: Entity and definition clarity

Warning
01

Issue

Entity or definition gaps: payments, experts, built, run, most.

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

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

Evidence
{
  "title": "The global payments and software experts | Flywire",
  "h1": "Built to run the world’s most complex payments",
  "description": "Flywire's payment platform, global payment network and industry-specific software help organizations around the world handle complex payment challenges.",
  "topicOverlap": 0.5,
  "definitionCount": 3,
  "topicTerms": [
    "global",
    "payments",
    "software",
    "experts",
    "flywire",
    "built",
    "run",
    "world",
    "most",
    "complex"
  ],
  "descriptionTerms": [
    "flywire",
    "payment",
    "platform",
    "global",
    "network",
    "industry",
    "specific",
    "software",
    "help",
    "organizations",
    "around",
    "world",
    "handle",
    "complex",
    "challenges"
  ],
  "missingFromDescription": [
    "payments",
    "experts",
    "built",
    "run",
    "most"
  ],
  "score": 88,
  "weight": 18
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

AIO: Page experience for AIO

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

1 Warning

Needs attention

AIO: Page experience for AIO

Warning
01

Issue

1 image(s) are missing width/height attributes. 2 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

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

Evidence
{
  "viewportContent": "width=device-width, initial-scale=1, shrink-to-fit=no",
  "visibleWords": 694,
  "htmlBytes": 97552,
  "imagesMissingDimensions": [
    {
      "src": "/media/img/flywire-logo.svg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img class=\" lazyloading\" data-src=\"/media/img/flywire-logo.svg\" alt=\"Flywire\" src=\"/media/img/flywire-logo.svg\">"
    }
  ],
  "possibleDialogs": [
    "<a href=\"#get-a-demo-modal-form\" class=\"btn-nav-demo modal__button\" aria-expanded=\"false\" data-testid=\"site-header-get-a-demo-btn\">Get a Demo</a>",
    "<div id=\"get-a-demo-modal-form\" class=\"form mfp-hide modal-container\" data-testid=\"get-a-demo-modal\"><h3 class=\"headline\">Contact Our Sales Team</h3><div><div class=\"form-container\"><div id=\"mktoErrorMessage_2025\" class=\"mktoGenericError\"><div class=\"mktoErrorMsg\"><p><strong>Sorry, there was a problem.</strong><br>You&apos;ll find more details highlighted below.</p></div></div><form class=\"mktoForm\" data-formid=\"2025\" id=\"mktoForm_2025\"></form><div id=\"mktoSuccessMessage_2025\" class=\"mktoSucc..."
  ],
  "score": 85,
  "weight": 10
}

Agent Ease of UseAPIEmerging recommendation

AI context endpoint

AI context endpoint is informational for this page.

Informational

Needs attention

AI context endpoint

Informational
01

Issue

AI context endpoint is informational for this page.

02

Why it matters

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

Check name

AI context endpoint

Score

100/100

Status

informational

Category

API

Maturity

Emerging recommendation

Goal

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

Result

AI context endpoint is informational for this page.

Validation steps

  1. Fetch to find resource

    AI context endpoint was not found at the expected path.

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

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

AIO: Query intent coverage

AIO: Query intent coverage is informational for this page.

Informational

Needs attention

AIO: Query intent coverage

Informational
01

Issue

Missing likely AI Overview intent sections: what, how, 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": "Trusted by",
      "html": "<h2 class=\"text-h2 text-center mb-14\"> Trusted by </h2>"
    },
    {
      "text": "Why Flywire?",
      "html": "<h2 class=\"mb-12 text-center text-h2\"> Why Flywire? </h2>"
    },
    {
      "text": "Mission-critical payments for the industries that demand them most",
      "html": "<h2 class=\"text-h2 text-blue-dark\">Mission-critical payments for the industries that demand them most</h2>"
    },
    {
      "text": "Contact our sales team",
      "html": "<h2 class=\"mb-6 text-h2 md:text-center\">Contact our sales team</h2>"
    },
    {
      "text": "Certifications",
      "html": "<h2 class=\"text-h2 mb-14 text-center\">Certifications</h2>"
    }
  ],
  "expected": [
    {
      "id": "what",
      "label": "What is The global payments and software experts?",
      "pattern": {}
    },
    {
      "id": "how",
      "label": "How does The global payments and software experts work?",
      "pattern": {}
    },
    {
      "id": "benefits",
      "label": "Why use The global payments and software experts?",
      "pattern": {}
    },
    {
      "id": "cost",
      "label": "Is The global payments and software experts free or paid?",
      "pattern": {}
    },
    {
      "id": "compare",
      "label": "How does The global payments and software experts compare with alternatives?",
      "pattern": {}
    }
  ],
  "missing": [
    {
      "id": "what",
      "label": "What is The global payments and software experts?",
      "pattern": {}
    },
    {
      "id": "how",
      "label": "How does The global payments and software experts work?",
      "pattern": {}
    },
    {
      "id": "cost",
      "label": "Is The global payments and software experts free or paid?",
      "pattern": {}
    },
    {
      "id": "compare",
      "label": "How does The global payments and software experts compare with alternatives?",
      "pattern": {}
    }
  ],
  "score": 70,
  "weight": 4
}

AI DiscoverabilityDiscoverabilityEstablished

IndexNow key

IndexNow key is informational for this page.

Informational

Needs attention

IndexNow key

Informational
01

Issue

IndexNow key is informational for this page.

02

Why it matters

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

Check name

IndexNow key

Score

100/100

Status

informational

Category

Discoverability

Maturity

Established

Goal

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

Result

IndexNow key is informational for this page.

Validation steps

  1. Find advertised IndexNow key location

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

  2. Fetch and validate IndexNow key file

    No discoverable IndexNow key file was found.

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

SEOSEOBrowser audit

Links do not have descriptive text

50 Fail

Check name

Links do not have descriptive text

Score

0/100

Status

fail

Device

desktop

Category

SEO

Estimated savings

2 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": "2 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/)."
}

SEOSEOBrowser audit

robots.txt is not valid

50 Fail

Check name

robots.txt is not valid

Score

0/100

Status

fail

Device

desktop

Category

SEO

Estimated savings

1 error found

Fix guidance

If your robots.txt file is malformed, crawlers may not be able to understand how you want your website to be crawled or indexed. [Learn more about robots.txt](https://developer.chrome.com/docs/lighthouse/seo/invalid-robots-txt/).

Evidence
{
  "displayValue": "1 error found",
  "description": "If your robots.txt file is malformed, crawlers may not be able to understand how you want your website to be crawled or indexed. [Learn more about robots.txt](https://developer.chrome.com/docs/lighthouse/seo/invalid-robots-txt/)."
}

Performance and AccessibilityPerformanceBrowser audit

Use efficient cache lifetimes

33 Fail

Check name

Use efficient cache lifetimes

Score

0/100

Status

fail

Device

desktop

Category

Performance

Estimated savings

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

Image elements do not have explicit `width` and `height`

17 Warning

Check name

Image elements do not have explicit `width` and `height`

Score

50/100

Status

warning

Device

desktop

Category

Performance

Fix guidance

Set an explicit width and height on image elements to reduce layout shifts and improve CLS. [Learn how to set image dimensions](https://web.dev/articles/optimize-cls#images_without_dimensions)

Evidence
{
  "description": "Set an explicit width and height on image elements to reduce layout shifts and improve CLS. [Learn how to set image dimensions](https://web.dev/articles/optimize-cls#images_without_dimensions)"
}

Performance and AccessibilityPerformanceBrowser audit

Loading performance

5 Fail

Check name

Loading performance

Score

84/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": "first-contentful-paint",
      "title": "First Contentful Paint",
      "score": 96,
      "displayValue": "0.8 s",
      "numericValue": 755.6297291459438
    },
    {
      "id": "interactive",
      "title": "Time to Interactive",
      "score": 72,
      "displayValue": "3.4 s",
      "numericValue": 3413.7274173661513
    },
    {
      "id": "largest-contentful-paint",
      "title": "Largest Contentful Paint",
      "score": 95,
      "displayValue": "1.0 s",
      "numericValue": 966.1590247627586
    },
    {
      "id": "max-potential-fid",
      "title": "Max Potential First Input Delay",
      "score": 56,
      "displayValue": "230 ms",
      "numericValue": 230
    },
    {
      "id": "speed-index",
      "title": "Speed Index",
      "score": 94,
      "displayValue": "1.1 s",
      "numericValue": 1131.7015415834114
    },
    {
      "id": "server-response-time",
      "title": "Initial server response time was short",
      "score": 100,
      "displayValue": "Root document took 0 ms",
      "numericValue": 4
    },
    {
      "id": "network-rtt",
      "title": "Network Round Trip Times",
      "score": 100,
      "displayValue": "30 ms",
      "numericValue": 27.107144999999996
    },
    {
      "id": "total-blocking-time",
      "title": "Total Blocking Time",
      "score": 60,
      "displayValue": "290 ms",
      "numericValue": 294.49999999999886
    }
  ]
}

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
69/100Level 3, Bot-AwareCurrent report
Report ID d2659bac-2d3e-4b91-8593-675cad21ddc3. Scanned Jun 9, 2026, 1:35 AM.
flywire.com AI SEO Report: 69/100 (Level 3, Bot-Aware)