Export Report
OVERALL SCORE
Level 3, Bot-Aware
- AI Discoverability 39 out of 100
- Agent Ease of Use 6 out of 100
- Security & Trust 80 out of 100
- GEO, AIO and AEO 77 out of 100
- SEO 85 out of 100
- Performance and Accessibility 63 out of 100
What AI sees of your website
Airwallex: Trusted Global Payments & Financial Platform
Grow your business faster with Airwallex - global business accounts, high speed transfers, multi-currency cards, online payments, embedded finance, and more.
Next step
Turn this report into a fix workflow
25 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.
| Metric | Score | Status | Passed | Failed | Warning | Evidence |
|---|---|---|---|---|---|---|
| AI Discoverability | 39 | Priority fix | 9 | 15 | 0 | View details |
| Discoverability | 57 | Needs work | 4 | 5 | 0 | View details |
| Content Readiness | 50 | Needs work | 5 | 6 | 0 | View details |
| Bot Access Control | 0 | Priority fix | 0 | 4 | 0 | View details |
| Agent Ease of Use | 6 | Priority fix | 4 | 30 | 3 | View details |
| API | 0 | Priority fix | 0 | 6 | 0 | View details |
| Auth | Not Applicable | Not Applicable | 0 | 8 | 0 | View details |
| MCP | 13 | Priority fix | 0 | 6 | 2 | View details |
| Skill Discovery | 5 | Priority fix | 0 | 10 | 1 | View details |
| Agent Commerce | Not Applicable | Not Applicable | 4 | 0 | 0 | |
| GEO, AIO and AEO | 77 | Mostly ready | 6 | 2 | 12 | View details |
| GEO Readiness | 87 | Mostly ready | 2 | 0 | 4 | |
| AIO Readiness | 70 | Needs work | 2 | 1 | 4 | View details |
| AEO Readiness | 72 | Needs work | 2 | 1 | 4 | View details |
| SEO | 85 | Mostly ready | 9 | 2 | 0 | View details |
| SEO | 85 | Mostly ready | 9 | 2 | 0 | View details |
| Security & Trust | 80 | Mostly ready | 8 | 1 | 0 | View details |
| Security & Trust | 80 | Mostly ready | 4 | 1 | 0 | View details |
| AI Training Exposure | Not Applicable | Not Applicable | 4 | 0 | 0 | |
| Performance and Accessibility | 63 | Needs work | 15 | 5 | 3 | View details |
| Performance | 52 | Needs work | 10 | 4 | 3 | View details |
| Accessibility | 84 | Mostly ready | 5 | 1 | 0 | View details |
Prioritized recommendations
Issues ranked by score impact
49 items need attention
Security & TrustSecurity & TrustEstablished
Content-Security-Policy
Content-Security-Policy is missing or incomplete.
100 Fail
Security & TrustSecurity & TrustEstablished
Content-Security-Policy
Content-Security-Policy is missing or incomplete.
Needs attention
Content-Security-Policy
Issue
Content-Security-Policy is missing or incomplete.
Why it matters
Content Security Policy limits where scripts, styles, frames, and connections can load from, reducing the impact of injection bugs.
Check name
Content-Security-Policy
Score
0/100
Status
fail
Category
Security & Trust
Maturity
Established
Goal
Constrain script, style, frame, and resource loading with a Content-Security-Policy header.
Result
Content-Security-Policy is missing or incomplete.
Evidence
{
"header": "content-security-policy",
"value": null
}Agent Ease of UseAPIEstablished
API Catalog
API Catalog failed at "Fetch API catalog".
50 Fail
Agent Ease of UseAPIEstablished
API Catalog
API Catalog failed at "Fetch API catalog".
Needs attention
API Catalog
Issue
The API catalog endpoint did not return HTTP 2xx.
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
Fetch API catalog
The API catalog endpoint did not return HTTP 2xx.
Validate RFC 9727 linkset
Response is not valid JSON.
Fetch advertised API catalog targets
API Catalog did not expose any same-origin hrefs to validate.
Evidence
{
"failedStep": "fetch",
"steps": [
{
"id": "fetch",
"title": "Fetch API catalog",
"status": "fail",
"evidence": {
"statusCode": 404,
"contentType": "text/html; charset=UTF-8"
},
"issue": "The API catalog endpoint did not return HTTP 2xx.",
"howToFix": "Publish /.well-known/api-catalog."
},
{
"id": "validate",
"title": "Validate RFC 9727 linkset",
"status": "fail",
"evidence": {
"valid": false,
"compatibleContentType": false,
"issue": "Response is not valid JSON.",
"rawExcerpt": "<!DOCTYPE html><html class=\"language-en\" lang=\"en\"><head><meta charSet=\"utf-8\"/><meta http-equiv=\"X-UA-Compatible\" content=\"IE=edge\"/><meta name=\"viewport\" content=\"width=device-width, initial-scale=1\"/><meta name=\"format-detection\" content=\"telephone=no\"/><link rel=\"mask-icon\" href=\"/static/favicons/safari-pinned-tab.svg\" color=\"#000000\"/><link rel=\"apple-touch-icon\" sizes=\"180x180\" href=\"/static/favicons/apple-touch-icon.png\"/><link rel=\"icon\" type=\"image/png\" sizes=\"32x32\" href=\"/static/favicons/favicon-32x32.png\"/><link rel=\"icon\" type=\"image/png\" sizes=\"16x16\" href=\"/static/favicons/favicon-16x16.png\"/><link rel=\"manifest\" href=\"/static/favicons/site.webmanifest\"/><meta name=\"msapplication-TileColor\" content=\"#da532c\"/><meta name=\"theme-color\" content=\"#ffffff\"/><style>html,body{margi"
},
"issue": "Response is not valid JSON.",
"howToFix": "Use application/linkset+json with service-desc, service-doc, and status relations that each include href."
},
{
"id": "target-validation",
"title": "Fetch advertised API catalog targets",
"status": "fail",
"evidence": {
"checked": [],
"failures": [
{
"reason": "No same-origin API catalog hrefs were available to fetch."
}
]
},
"issue": "API Catalog did not expose any same-origin hrefs to validate.",
"howToFix": "Make each same-origin API catalog href reachable and serve the advertised media type."
}
]
}Agent Ease of UseAPIEstablished
OpenAPI discovery
OpenAPI discovery failed at "Find valid OpenAPI document".
50 Fail
Agent Ease of UseAPIEstablished
OpenAPI discovery
OpenAPI discovery failed at "Find valid OpenAPI document".
Needs attention
OpenAPI discovery
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.
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
Find valid OpenAPI document
OpenAPI YAML document did not match the expected shape. Content-Type "text/html; charset=UTF-8" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.
Evidence
{
"failedStep": "fetch",
"steps": [
{
"id": "fetch",
"title": "Find valid OpenAPI document",
"status": "fail",
"evidence": {
"checked": [
{
"path": "/openapi.json",
"statusCode": 404,
"contentType": "text/html; charset=UTF-8",
"valid": false,
"issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html; charset=UTF-8\" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
"compatibleContentType": false,
"format": "yaml",
"version": "",
"pathCount": 0,
"operationCount": 0,
"rawExcerpt": "<!DOCTYPE html><html class=\"language-en\" lang=\"en\"><head><meta charSet=\"utf-8\"/><meta http-equiv=\"X-UA-Compatible\" content=\"IE=edge\"/><meta name=\"viewport\" content=\"width=device-width, initial-scale=1\"/><meta name=\"format-detection\" content=\"telephone=no\"/><link rel=\"mask-icon\" href=\"/static/favicons/safari-pinned-tab.svg\" color=\"#000000\"/><link rel=\"apple-touch-icon\" sizes=\"180x180\" href=\"/static/favicons/apple-touch-icon.png\"/><link rel=\"icon\" type=\"image/png\" sizes=\"32x32\" href=\"/static/favicons/favicon-32x32.png\"/><link rel=\"icon\" type=\"image/png\" sizes=\"16x16\" href=\"/static/favicons/favicon-16x16.png\"/><link rel=\"manifest\" href=\"/static/favicons/site.webmanifest\"/><meta name=\"msapplication-TileColor\" content=\"#da532c\"/><meta name=\"theme-color\" content=\"#ffffff\"/><style>html,body{margi"
},
{
"path": "/openapi.yaml",
"statusCode": 404,
"contentType": "text/html; charset=UTF-8",
"valid": false,
"issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html; charset=UTF-8\" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
"compatibleContentType": false,
"format": "yaml",
"version": "",
"pathCount": 0,
"operationCount": 0,
"rawExcerpt": "<!DOCTYPE html><html class=\"language-en\" lang=\"en\"><head><meta charSet=\"utf-8\"/><meta http-equiv=\"X-UA-Compatible\" content=\"IE=edge\"/><meta name=\"viewport\" content=\"width=device-width, initial-scale=1\"/><meta name=\"format-detection\" content=\"telephone=no\"/><link rel=\"mask-icon\" href=\"/static/favicons/safari-pinned-tab.svg\" color=\"#000000\"/><link rel=\"apple-touch-icon\" sizes=\"180x180\" href=\"/static/favicons/apple-touch-icon.png\"/><link rel=\"icon\" type=\"image/png\" sizes=\"32x32\" href=\"/static/favicons/favicon-32x32.png\"/><link rel=\"icon\" type=\"image/png\" sizes=\"16x16\" href=\"/static/favicons/favicon-16x16.png\"/><link rel=\"manifest\" href=\"/static/favicons/site.webmanifest\"/><meta name=\"msapplication-TileColor\" content=\"#da532c\"/><meta name=\"theme-color\" content=\"#ffffff\"/><style>html,body{margi"
},
{
"path": "/swagger.json",
"statusCode": 404,
"contentType": "text/html; charset=UTF-8",
"valid": false,
"issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html; charset=UTF-8\" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
"compatibleContentType": false,
"format": "yaml",
"version": "",
"pathCount": 0,
"operationCount": 0,
"rawExcerpt": "<!DOCTYPE html><html class=\"language-en\" lang=\"en\"><head><meta charSet=\"utf-8\"/><meta http-equiv=\"X-UA-Compatible\" content=\"IE=edge\"/><meta name=\"viewport\" content=\"width=device-width, initial-scale=1\"/><meta name=\"format-detection\" content=\"telephone=no\"/><link rel=\"mask-icon\" href=\"/static/favicons/safari-pinned-tab.svg\" color=\"#000000\"/><link rel=\"apple-touch-icon\" sizes=\"180x180\" href=\"/static/favicons/apple-touch-icon.png\"/><link rel=\"icon\" type=\"image/png\" sizes=\"32x32\" href=\"/static/favicons/favicon-32x32.png\"/><link rel=\"icon\" type=\"image/png\" sizes=\"16x16\" href=\"/static/favicons/favicon-16x16.png\"/><link rel=\"manifest\" href=\"/static/favicons/site.webmanifest\"/><meta name=\"msapplication-TileColor\" content=\"#da532c\"/><meta name=\"theme-color\" content=\"#ffffff\"/><style>html,body{margi"
},
{
"path": "/swagger.yaml",
"statusCode": 404,
"contentType": "text/html; charset=UTF-8",
"valid": false,
"issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html; charset=UTF-8\" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
"compatibleContentType": false,
"format": "yaml",
"version": "",
"pathCount": 0,
"operationCount": 0,
"rawExcerpt": "<!DOCTYPE html><html class=\"language-en\" lang=\"en\"><head><meta charSet=\"utf-8\"/><meta http-equiv=\"X-UA-Compatible\" content=\"IE=edge\"/><meta name=\"viewport\" content=\"width=device-width, initial-scale=1\"/><meta name=\"format-detection\" content=\"telephone=no\"/><link rel=\"mask-icon\" href=\"/static/favicons/safari-pinned-tab.svg\" color=\"#000000\"/><link rel=\"apple-touch-icon\" sizes=\"180x180\" href=\"/static/favicons/apple-touch-icon.png\"/><link rel=\"icon\" type=\"image/png\" sizes=\"32x32\" href=\"/static/favicons/favicon-32x32.png\"/><link rel=\"icon\" type=\"image/png\" sizes=\"16x16\" href=\"/static/favicons/favicon-16x16.png\"/><link rel=\"manifest\" href=\"/static/favicons/site.webmanifest\"/><meta name=\"msapplication-TileColor\" content=\"#da532c\"/><meta name=\"theme-color\" content=\"#ffffff\"/><style>html,body{margi"
},
{
"path": "/api/openapi.json",
"statusCode": 401,
"contentType": "application/json",
"valid": false,
"issue": "OpenAPI JSON document did not match the expected shape. unsupported version: ; missing info.title; missing info.version; no paths defined; no operations defined.",
"compatibleContentType": true,
"format": "json",
"version": "",
"pathCount": 0,
"operationCount": 0,
"operationWarnings": [
{
"field": "servers",
"issue": "No servers array declared."
},
{
"field": "components.securitySchemes",
"issue": "No security schemes or explicit no-auth declaration."
}
],
"hasServers": false,
"hasSecuritySchemes": false,
"hasExplicitNoAuth": false,
"rawExcerpt": "{\"code\":\"unauthorized\",\"message\":\"Access token required\"}\n"
},
{
"path": "/api/swagger.json",
"statusCode": 401,
"contentType": "application/json",
"valid": false,
"issue": "OpenAPI JSON document did not match the expected shape. unsupported version: ; missing info.title; missing info.version; no paths defined; no operations defined.",
"compatibleContentType": true,
"format": "json",
"version": "",
"pathCount": 0,
"operationCount": 0,
"operationWarnings": [
{
"field": "servers",
"issue": "No servers array declared."
},
{
"field": "components.securitySchemes",
"issue": "No security schemes or explicit no-auth declaration."
}
],
"hasServers": false,
"hasSecuritySchemes": false,
"hasExplicitNoAuth": false,
"rawExcerpt": "{\"code\":\"unauthorized\",\"message\":\"Access token required\"}\n"
},
{
"path": "/docs/openapi.json",
"statusCode": 404,
"contentType": "text/html; charset=UTF-8",
"valid": false,
"issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html; charset=UTF-8\" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
"compatibleContentType": false,
"format": "yaml",
"version": "",
"pathCount": 0,
"operationCount": 0,
"rawExcerpt": "<!DOCTYPE html><html class=\"language-en\" lang=\"en\"><head><meta charSet=\"utf-8\"/><meta http-equiv=\"X-UA-Compatible\" content=\"IE=edge\"/><meta name=\"viewport\" content=\"width=device-width, initial-scale=1\"/><meta name=\"format-detection\" content=\"telephone=no\"/><link rel=\"mask-icon\" href=\"/static/favicons/safari-pinned-tab.svg\" color=\"#000000\"/><link rel=\"apple-touch-icon\" sizes=\"180x180\" href=\"/static/favicons/apple-touch-icon.png\"/><link rel=\"icon\" type=\"image/png\" sizes=\"32x32\" href=\"/static/favicons/favicon-32x32.png\"/><link rel=\"icon\" type=\"image/png\" sizes=\"16x16\" href=\"/static/favicons/favicon-16x16.png\"/><link rel=\"manifest\" href=\"/static/favicons/site.webmanifest\"/><meta name=\"msapplication-TileColor\" content=\"#da532c\"/><meta name=\"theme-color\" content=\"#ffffff\"/><style>html,body{margi"
}
]
},
"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
AI DiscoverabilityBot Access ControlEstablished
AI bot rules in robots.txt
AI bot rules in robots.txt is missing or incomplete.
Needs attention
AI bot rules in robots.txt
Issue
No specific User-agent rules found for major AI crawlers (GPTBot, ClaudeBot, etc.) in robots.txt.
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 DiscoverabilityContent ReadinessEstablished
Content freshness signals
Content freshness signals is missing or incomplete.
33 Fail
AI DiscoverabilityContent ReadinessEstablished
Content freshness signals
Content freshness signals is missing or incomplete.
Needs attention
Content freshness signals
Issue
Content freshness signals are incomplete: missing Last-Modified HTTP header; missing dateModified/datePublished in JSON-LD; missing meta or <time> freshness tags.
Why it matters
Freshness signals help agents decide whether content is current enough to cite, summarize, or compare against newer sources.
Check name
Content freshness signals
Score
0/100
Status
fail
Category
Content Readiness
Maturity
Established
Goal
Expose modified and published dates for freshness-aware retrieval and ranking.
Result
Content freshness signals is missing or incomplete.
Evidence
{
"lastModified": null,
"schemaDates": [],
"metaDateCount": 0,
"timeDateCount": 0
}AI DiscoverabilityBot Access ControlInformational
Content Signal
Content Signal is missing or incomplete.
33 Fail
AI DiscoverabilityBot Access ControlInformational
Content Signal
Content Signal is missing or incomplete.
Needs attention
Content Signal
Issue
No Content Signal found in robots.txt
Why it matters
Content Signal provides a machine-readable way to communicate AI usage preferences where participating crawlers look for policy.
Check name
Content Signal
Score
0/100
Status
fail
Category
Bot Access Control
Maturity
Informational
Goal
Declare AI content usage preferences with Content Signal in robots.txt.
Result
Content Signal is missing or incomplete.
Evidence
{
"signals": [],
"ai-train": false,
"search": false,
"ai-input": false
}AI DiscoverabilityDiscoverabilityEstablished
FAQPage schema
FAQPage schema is missing or incomplete.
33 Fail
AI DiscoverabilityDiscoverabilityEstablished
FAQPage schema
FAQPage schema is missing or incomplete.
Needs attention
FAQPage schema
Issue
FAQ content was detected but no FAQPage schema was found.
Why it matters
FAQPage schema lets agents extract visible question-and-answer content cleanly and avoid guessing which text is an answer.
Check name
FAQPage schema
Score
0/100
Status
fail
Category
Discoverability
Maturity
Established
Goal
Expose question-and-answer content in FAQPage structured data when FAQs are present.
Result
FAQPage schema is missing or incomplete.
Evidence
{
"found": false,
"visibleFaq": true,
"allTypes": [
"BreadcrumbList",
"Organization"
]
}AI DiscoverabilityDiscoverabilityEstablished
High-value schema types
High-value schema types is missing or incomplete.
33 Fail
AI DiscoverabilityDiscoverabilityEstablished
High-value schema types
High-value schema types is missing or incomplete.
Needs attention
High-value schema types
Issue
No high-value schema types (e.g. Article, Product, Service) were found.
Why it matters
High-value schema types tell agents whether a page is an article, product, event, service, or other actionable content type.
Check name
High-value schema types
Score
0/100
Status
fail
Category
Discoverability
Maturity
Established
Goal
Use schema types that describe the page's primary content or offering.
Result
High-value schema types is missing or incomplete.
Evidence
{
"found": [],
"expected": [
"Article",
"BlogPosting",
"NewsArticle",
"Product",
"SoftwareApplication",
"FAQPage",
"LocalBusiness",
"VideoObject",
"HowTo",
"Event",
"Course",
"Review",
"Service"
],
"allTypes": [
"BreadcrumbList",
"Organization"
]
}AI DiscoverabilityDiscoverabilityEstablished
Link headers
Link headers failed at "Find useful Link headers".
33 Fail
AI DiscoverabilityDiscoverabilityEstablished
Link headers
Link headers failed at "Find useful Link headers".
Needs attention
Link headers
Issue
No useful agent discovery Link headers were found.
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
Find useful Link headers
No useful agent discovery Link headers were found.
Fetch same-origin Link header targets
Link headers did not expose any same-origin targets to validate.
Evidence
{
"failedStep": "presence",
"steps": [
{
"id": "presence",
"title": "Find useful Link headers",
"status": "fail",
"evidence": {
"links": []
},
"issue": "No useful agent discovery Link headers were found.",
"howToFix": "Expose useful Link headers such as rel=\"api-catalog\", rel=\"service-doc\", and rel=\"service-desc\"."
},
{
"id": "target-validation",
"title": "Fetch same-origin Link header targets",
"status": "fail",
"evidence": {
"checked": [],
"failures": [
{
"reason": "No same-origin Link header targets were available to fetch."
}
]
},
"issue": "Link headers did not expose any same-origin targets to validate.",
"howToFix": "Make each same-origin Link href reachable and serve the advertised media type."
}
]
}AI DiscoverabilityContent ReadinessEstablished
Markdown negotiation
Markdown negotiation failed at "Markdown content type".
33 Fail
AI DiscoverabilityContent ReadinessEstablished
Markdown negotiation
Markdown negotiation failed at "Markdown content type".
Needs attention
Markdown negotiation
Issue
Content-Type "text/html; charset=utf-8" does not indicate Markdown when requested with Accept: text/markdown.
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
Markdown content type
Content-Type "text/html; charset=utf-8" does not indicate Markdown when requested with Accept: text/markdown.
Vary: Accept header
Markdown negotiation is missing Vary: Accept; current Vary header is "Accept-Encoding".
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": 52506,
"excerpt": "<!DOCTYPE html><html lang=\"en\"><head><meta name=\"viewport\" content=\"width=device-width,minimum-scale=1,initial-scale=1\"/><meta charSet=\"utf-8\"/><title>Airwallex: Trusted Global Payments & Financial Platform</title><link rel=\"icon\" href=",
"issue": "Markdown response is missing a heading."
},
"issue": "Markdown response is missing a heading.",
"howToFix": "Return Markdown with at least one heading and substantive page content, including useful links or instructions for agents."
}
]
}AI DiscoverabilityContent ReadinessEstablished
Semantic HTML
Semantic HTML is missing or incomplete.
33 Fail
AI DiscoverabilityContent ReadinessEstablished
Semantic HTML
Semantic HTML is missing or incomplete.
Needs attention
Semantic HTML
Issue
Semantic HTML is incomplete: skipped heading levels; 5 links missing accessible names; 0/1 applicable form inputs have autocomplete attributes (1 missing).
Details
Why it matters
Semantic HTML gives browsers, assistive technology, search systems, and agents reliable landmarks, headings, controls, form semantics, and image context.
Check name
Semantic HTML
Score
0/100
Status
fail
Category
Content Readiness
Maturity
Established
Goal
Expose readable page structure through semantic HTML and accessible controls.
Result
Semantic HTML is missing or incomplete.
Evidence
{
"main": true,
"nav": true,
"footer": true,
"meaningfulH1": true,
"headingOrder": false,
"accessibleLinks": false,
"accessibleButtons": true,
"imageAltCoverage": true,
"formAutocompleteCoverage": false,
"details": {
"inaccessibleLinks": [
"<a href=\"/global\"><svg width=\"146\" height=\"20\" viewBox=\"0 0 175 24\"><defs><path d=\"M150.743 11.045c2.213 0 3.066 1.354 3.185 2.533a.128.128 0 0 1-.128.14h-6.077a.128.128 0 0 1-.127-.144c.164-1.152 1.185-2.529 3.147-2.529zm3.331 7.496a.254.254 0 0 0-.207.105c-.548.772-1.44 1.248-2.772 1.248-1.835 0-3.428-1.206-3.6-2.915a.128.128 0 0 1 .127-.14h10.919c.031-.096.095-.828.095-1.497 0-5.092-3.036-8.116-7.957-8.116-4.122 0-7.925 3.246-7.925 8.339 0 5.316 3.899 8.435 8.277 8.435 3.957 0 6.464-2.214 7.2",
"<a href=\"/global\"><svg width=\"120\" height=\"24\" viewBox=\"0 0 175 24\"><defs><path d=\"M150.743 11.045c2.213 0 3.066 1.354 3.185 2.533a.128.128 0 0 1-.128.14h-6.077a.128.128 0 0 1-.127-.144c.164-1.152 1.185-2.529 3.147-2.529zm3.331 7.496a.254.254 0 0 0-.207.105c-.548.772-1.44 1.248-2.772 1.248-1.835 0-3.428-1.206-3.6-2.915a.128.128 0 0 1 .127-.14h10.919c.031-.096.095-.828.095-1.497 0-5.092-3.036-8.116-7.957-8.116-4.122 0-7.925 3.246-7.925 8.339 0 5.316 3.899 8.435 8.277 8.435 3.957 0 6.464-2.214 7.2",
"<a href=\"/global\"><svg width=\"120\" height=\"24\" viewBox=\"0 0 175 24\"><defs><path d=\"M150.743 11.045c2.213 0 3.066 1.354 3.185 2.533a.128.128 0 0 1-.128.14h-6.077a.128.128 0 0 1-.127-.144c.164-1.152 1.185-2.529 3.147-2.529zm3.331 7.496a.254.254 0 0 0-.207.105c-.548.772-1.44 1.248-2.772 1.248-1.835 0-3.428-1.206-3.6-2.915a.128.128 0 0 1 .127-.14h10.919c.031-.096.095-.828.095-1.497 0-5.092-3.036-8.116-7.957-8.116-4.122 0-7.925 3.246-7.925 8.339 0 5.316 3.899 8.435 8.277 8.435 3.957 0 6.464-2.214 7.2",
"<a> <svg width=\"12\" height=\"12\" viewBox=\"0 0 12 12\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M6.53096 6.09375L3.87618 3.43838C3.58294 3.14507 3.58294 2.66953 3.87618 2.37623C4.16942 2.08292 4.64485 2.08292 4.93809 2.37623L8.12382 5.56268C8.41706 5.85598 8.41706 6.33152 8.12382 6.62482L4.93809 9.81127C4.64485 10.1046 4.16942 10.1046 3.87618 9.81127C3.58294 9.51797 3.58294 9.04243 3.87618 8.74912L6.53096 6.09375Z\" fill=\"#868E98\"/></svg></a>",
"<a href=\"/global\"><svg width=\"175\" height=\"24\" viewBox=\"0 0 175 24\"><defs><path d=\"M150.743 11.045c2.213 0 3.066 1.354 3.185 2.533a.128.128 0 0 1-.128.14h-6.077a.128.128 0 0 1-.127-.144c.164-1.152 1.185-2.529 3.147-2.529zm3.331 7.496a.254.254 0 0 0-.207.105c-.548.772-1.44 1.248-2.772 1.248-1.835 0-3.428-1.206-3.6-2.915a.128.128 0 0 1 .127-.14h10.919c.031-.096.095-.828.095-1.497 0-5.092-3.036-8.116-7.957-8.116-4.122 0-7.925 3.246-7.925 8.339 0 5.316 3.899 8.435 8.277 8.435 3.957 0 6.464-2.214 7.2"
],
"inaccessibleButtons": [],
"missingAutocompleteInputs": [
"<input type=\"text\" value placeholder=\"What’s your business email?\" class=\"css-fvf4rt e1qfj0ob4\">"
],
"imagesMissingAlt": [
"<img src=\"//images.ctfassets.net/sxag7u4cz1re/3icOCa0XG7pyKL2fSiNSBw/800e90006acb03985df4493aff0767c3/awx-homepage-yield-feature.png?w=600&q=70\" class=\"css-1p91dyk\">"
],
"skippedHeadingLevels": [
"h1: The intelligent financial platform for global businesses",
"h2: Why Airwallex?",
"h2: Powerful solutions engineered for global businesses",
"h3: Business Accounts",
"h3: Spend",
"h3: Payments",
"h3: Billing",
"h3: Platform APIs",
"h3: Business Accounts",
"h3: Spend",
"h3: Payments",
"h3: Billing",
"h3: Platform APIs",
"h2: Your financial universe on one platform",
"h3: A single account to manage your global payments and finances",
"h5: Open local currency accounts to receive funds in 20+ currencies",
"h5: Make global transfers to 200+ countries at interbank rates",
"h5: Issue multi-currency corporate cards instantly",
"h5: Connect Airwallex to other popular software platforms",
"h3: Tools to control and track global business expenses",
"h5: Issue multi-currency company and employee cards with customisable controls to limit spend",
"h5: Track card expenses and reimburse employees globally",
"h5: Sync all data and accounting information with QuickBooks, Xero, NetSuite, and more",
"h3: Online payment acceptance to grow your international customer base",
"h5: Embed a low-code checkout solution to convert global customers",
"h5: Accept payments worldwide with no coding required",
"h5: Access plug-and-play integrations with Shopify, WooCommerce, Magento, and more",
"h3: Maximise your global revenue with Billing",
"h5: Generate invoices and digital payment links with over 160 local payment methods",
"h5: Manage simple and hybrid multi-frequency subscription pricing models",
"h5: Track meter usage, calculate fees, and bill customers based on actual consumption",
"h3: APIs to build and monetise your own global financial products",
"h5: Programmatic account creation & business onboarding",
"h5: Global multi-currency payment acceptance",
"h5: Multi-currency account management, at scale",
"h5: Access interbank FX rates and intelligently manage currency risk",
"h5: Programmatically make cost effective, fast, and secure global payouts",
"h5: Issue cards at scale while reducing international transaction and FX fees",
"h5: Open local currency accounts to receive funds in 20+ currencies",
"h5: Make global transfers to 200+ countries at interbank rates",
"h5: Issue multi-currency corporate cards instantly",
"h5: Connect Airwallex to other popular software platforms",
"h5: Learn more about our Business Accounts",
"h5: Issue multi-currency company and employee cards with customisable controls to limit spend",
"h5: Track card expenses and reimburse employees globally",
"h5: Sync all data and accounting information with QuickBooks, Xero, NetSuite, and more",
"h5: Embed a low-code checkout solution to convert global customers",
"h5: Accept payments worldwide with no coding required",
"h5: Access plug-and-play integrations with Shopify, WooCommerce, Magento, and more",
"h5: Generate invoices and digital payment links with over 160 local payment methods",
"h5: Manage simple and hybrid multi-frequency subscription pricing models",
"h5: Track meter usage, calculate fees, and bill customers based on actual consumption",
"h5: Programmatic account creation & business onboarding",
"h5: Global multi-currency payment acceptance",
"h5: Multi-currency account management, at scale",
"h5: Access interbank FX rates and intelligently manage currency risk",
"h5: Programmatically make cost effective, fast, and secure global payouts",
"h5: Issue cards at scale while reducing international transaction and FX fees",
"h2: Gain a competitive edge with Airwallex",
"h6: Partner with a modern platform that removes friction and enables your business to realise its full potential. Wave goodbye to costly fees, slow outdated processes, and poor customer experiences. And, say hello to new opportunities, more revenue, and faster growth.",
"h2: All you need to do business, locally and globally",
"h2: Radically save time and cost every single day",
"h2: Automated workflows, enhanced by AI",
"h2: Tap into the world’s local payments network",
"h2: 70+",
"h2: 120+",
"h2: $235B+",
"h2: 180+",
"h2: Trusted by 200,000+ businesses",
"h2: Create an Airwallex account today",
"h5: Business Accounts",
"h5: Spend",
"h5: Payments",
"h5: Billing",
"h5: Platform APIs",
"h5: Embedded Finance Use Cases",
"h5: Plans",
"h5: Developers",
"h5: Company",
"h5: Resources"
]
},
"counts": {
"h1": 1,
"headings": 80,
"links": 307,
"inaccessibleLinks": 5,
"buttons": 19,
"inaccessibleButtons": 0,
"images": 197,
"imagesWithAlt": 196,
"autocompleteInputs": 1,
"inputsWithAutocomplete": 0,
"missingAutocompleteInputs": 1
}
}AI DiscoverabilityBot Access ControlInformational
Web Bot Auth request signing
Web Bot Auth request signing failed at "Fetch to find resource".
33 Fail
AI DiscoverabilityBot Access ControlInformational
Web Bot Auth request signing
Web Bot Auth request signing failed at "Fetch to find resource".
Needs attention
Web Bot Auth request signing
Issue
Web Bot Auth request signing was not found at the expected path.
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
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": 4859
}
]
},
"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 UseMCPEmerging recommendation
MCP Server Card
MCP Server Card failed at "Fetch to find resource".
25 Fail
Agent Ease of UseMCPEmerging recommendation
MCP Server Card
MCP Server Card failed at "Fetch to find resource".
Needs attention
MCP Server Card
Issue
MCP Server Card was not found at the expected path.
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
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": 4859
},
{
"path": "/.well-known/mcp/server-cards.json",
"statusCode": 404,
"contentType": "text/html; charset=UTF-8",
"length": 4859
},
{
"path": "/.well-known/mcp.json",
"statusCode": 404,
"contentType": "text/html; charset=UTF-8",
"length": 4859
}
]
},
"issue": "MCP Server Card was not found at the expected path.",
"howToFix": "Publish an MCP server card with valid transports and make each advertised local endpoint answer an MCP initialize request."
}
]
}Agent Ease of UseMCPEmerging recommendation
mcp.json
mcp.json failed at "Fetch to find resource".
25 Fail
Agent Ease of UseMCPEmerging recommendation
mcp.json
mcp.json failed at "Fetch to find resource".
Needs attention
mcp.json
Issue
mcp.json was not found at the expected path.
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
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": 5778
},
{
"path": "/.well-known/mcp.json",
"statusCode": 404,
"contentType": "text/html; charset=UTF-8",
"length": 4859
},
{
"path": "/.well-known/mcp/server-card.json",
"statusCode": 404,
"contentType": "text/html; charset=UTF-8",
"length": 4859
}
]
},
"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."
}
]
}Agent Ease of UseMCPInformational
WebMCP manifest
WebMCP manifest failed at "Fetch to find resource".
25 Fail
Agent Ease of UseMCPInformational
WebMCP manifest
WebMCP manifest failed at "Fetch to find resource".
Needs attention
WebMCP manifest
Issue
WebMCP manifest was not found at the expected path.
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
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": 4859
},
{
"path": "/webmcp.json",
"statusCode": 404,
"contentType": "text/html; charset=UTF-8",
"length": 5778
},
{
"path": "/mcp.json",
"statusCode": 404,
"contentType": "text/html; charset=UTF-8",
"length": 5778
}
]
},
"issue": "WebMCP manifest was not found at the expected path.",
"howToFix": "Keep declarative WebMCP manifest discovery informational until the manifest shape stabilizes; validate tools if you publish one."
}
]
}Agent Ease of UseSkill DiscoveryEmerging recommendation
A2A Agent Card
A2A Agent Card failed at "Fetch to find resource".
20 Fail
Agent Ease of UseSkill DiscoveryEmerging recommendation
A2A Agent Card
A2A Agent Card failed at "Fetch to find resource".
Needs attention
A2A Agent Card
Issue
A2A Agent Card was not found at the expected path.
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
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": 4859
},
{
"path": "/.well-known/a2a/agent-card.json",
"statusCode": 404,
"contentType": "text/html; charset=UTF-8",
"length": 4859
},
{
"path": "/agent-card.json",
"statusCode": 404,
"contentType": "text/html; charset=UTF-8",
"length": 5778
}
]
},
"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
Agent Ease of UseSkill DiscoveryEmerging recommendation
Agent Skills index
Agent Skills index failed at "Fetch to find resource".
Needs attention
Agent Skills index
Issue
Agent Skills index was not found at the expected path.
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
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": 4859
},
{
"path": "/.well-known/skills/index.json",
"statusCode": 404,
"contentType": "text/html; charset=UTF-8",
"length": 4859
}
]
},
"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
Agent Ease of UseSkill DiscoveryEmerging recommendation
agent.json
agent.json failed at "Fetch to find resource".
Needs attention
agent.json
Issue
agent.json was not found at the expected path.
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
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": 4859
},
{
"path": "/agent.json",
"statusCode": 404,
"contentType": "text/html; charset=UTF-8",
"length": 5778
}
]
},
"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
Agent Ease of UseSkill DiscoveryInformational
agents.json
agents.json failed at "Fetch to find resource".
Needs attention
agents.json
Issue
agents.json was not found at the expected path.
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
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": 4859
},
{
"path": "/agents.json",
"statusCode": 404,
"contentType": "text/html; charset=UTF-8",
"length": 5778
}
]
},
"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
Agent Ease of UseSkill DiscoveryEmerging recommendation
DNS-AID Agent Discovery
DNS-AID Agent Discovery failed at "Resolve DNS-AID SVCB/HTTPS records".
Needs attention
DNS-AID Agent Discovery
Issue
No DNS-AID entrypoint records were found under _agents.
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
Resolve DNS-AID SVCB/HTTPS records
No DNS-AID entrypoint records were found under _agents.
Validate alpn and endpoint parameters
Include alpn and endpoint service parameters in each DNS-AID record so agents know the protocol and target entrypoint.
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.airwallex.com",
"probes": [
{
"name": "_index._agents.www.airwallex.com",
"found": false,
"recordCount": 1,
"records": [],
"hasAlpn": false,
"hasEndpoint": false
},
{
"name": "_a2a._agents.www.airwallex.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.airwallex.com",
"dnssecTypes": [],
"dnssecRecordCount": 0
},
{
"name": "airwallex.com",
"dnssecTypes": [],
"dnssecRecordCount": 0
}
]
},
"issue": "DNSSEC material was not visible for the hostname or parent zone from this resolver.",
"howToFix": "Sign the public discovery zone with DNSSEC so validating resolvers can return authenticated data."
}
]
}Agent Ease of UseMCPInformational
WebMCP
WebMCP has a validation warning at "Validate WebMCP declarative annotation quality".
13 Warning
Agent Ease of UseMCPInformational
WebMCP
WebMCP has a validation warning at "Validate WebMCP declarative annotation quality".
Needs attention
WebMCP
Issue
WebMCP declarative annotations need fixes.
Details
Why it matters
WebMCP can expose page context and actions directly through the browser, giving agents safer structured hooks than screen scraping alone.
Check name
WebMCP
Score
50/100
Status
warning
Category
MCP
Maturity
Informational
Goal
Support WebMCP to expose site tools to AI agents via the browser.
Result
WebMCP has a validation warning at "Validate WebMCP declarative annotation quality".
Validation steps
Detect data-mcp-tool annotations
No data-mcp-tool attributes were found on interactive elements.
Detect WebMCP declarative tags
No elements found with tool-name or tool-description attributes.
Validate WebMCP declarative annotation quality
WebMCP declarative annotations need fixes.
WebMCP declarative annotation issues
<input> is missing a name attribute.<input> is missing a label.<input> is missing tool-param-description.<input> is missing a name attribute.<input> is missing tool-param-description.
Detect WebMCP imperative API usage
navigator.modelContext.provideContext(), navigator.modelContext.registerTool(), or other imperative signals were not detected in rendered browser state.
Detect WebMCP browser navigator injection
navigator.modelContext was not detected in the rendered browser page.
Interactive surface coverage
Only 0% of interactive surfaces are annotated.
Evidence
{
"failedStep": "declarative-annotation-quality",
"steps": [
{
"id": "data-mcp-tool-attributes",
"title": "Detect data-mcp-tool annotations",
"status": "informational",
"evidence": {
"dataMcpToolCount": 0,
"dataMcpTools": []
},
"issue": "No data-mcp-tool attributes were found on interactive elements.",
"howToFix": "Add data-mcp-tool attributes to high-value forms, buttons, and links so generic MCP-aware tooling can identify intended actions."
},
{
"id": "declarative-tags",
"title": "Detect WebMCP declarative tags",
"status": "informational",
"evidence": {
"totalForms": 0,
"formsWithTags": 0,
"totalInteractive": 323,
"interactiveWithTags": 0,
"totalCount": 323,
"taggedCount": 0,
"dataMcpToolCount": 0,
"dataMcpTools": [],
"coverage": 0,
"annotationIssues": [
"<input> is missing a name attribute.",
"<input> is missing a label.",
"<input> is missing tool-param-description.",
"<input> is missing a name attribute.",
"<input> is missing tool-param-description."
]
},
"issue": "No elements found with tool-name or tool-description attributes.",
"howToFix": "Add tool-name and tool-description attributes to forms and interactive elements."
},
{
"id": "declarative-annotation-quality",
"title": "Validate WebMCP declarative annotation quality",
"status": "warning",
"evidence": {
"issueCount": 5,
"issues": [
"<input> is missing a name attribute.",
"<input> is missing a label.",
"<input> is missing tool-param-description.",
"<input> is missing a name attribute.",
"<input> is missing tool-param-description."
]
},
"issue": "WebMCP declarative annotations need fixes.",
"issueDetails": [
{
"title": "WebMCP declarative annotation issues",
"items": [
{
"type": "code",
"value": "<input> is missing a name attribute."
},
{
"type": "code",
"value": "<input> is missing a label."
},
{
"type": "code",
"value": "<input> is missing tool-param-description."
},
{
"type": "code",
"value": "<input> is missing a name attribute."
},
{
"type": "code",
"value": "<input> is missing tool-param-description."
}
]
}
],
"howToFix": "Use snake_case tool-name values, descriptive tool-description values, named and labeled fields, and tool-param-description on inputs."
},
{
"id": "imperative-api",
"title": "Detect WebMCP imperative API usage",
"status": "informational",
"evidence": {
"staticSignals": {
"detected": false,
"matched": []
},
"browser": {
"checked": true,
"detected": false,
"hasNavigatorModelContext": false,
"modelContextType": "undefined",
"hasProvideContext": false,
"hasRegisterTool": false
}
},
"issue": "navigator.modelContext.provideContext(), navigator.modelContext.registerTool(), or other imperative signals were not detected in rendered browser state.",
"howToFix": "Use navigator.modelContext.provideContext() to register tools programmatically."
},
{
"id": "browser-navigator-injection",
"title": "Detect WebMCP browser navigator injection",
"status": "informational",
"evidence": {
"browser": {
"checked": true,
"detected": false,
"hasNavigatorModelContext": false,
"modelContextType": "undefined",
"hasProvideContext": false,
"hasRegisterTool": false
}
},
"issue": "navigator.modelContext was not detected in the rendered browser page.",
"howToFix": "Expose WebMCP through navigator.modelContext in the browser runtime when the page is intended to provide in-page tools."
},
{
"id": "surface-coverage",
"title": "Interactive surface coverage",
"status": "informational",
"evidence": {
"totalForms": 0,
"formsWithTags": 0,
"totalInteractive": 323,
"interactiveWithTags": 0,
"totalCount": 323,
"taggedCount": 0,
"dataMcpToolCount": 0,
"dataMcpTools": [],
"coverage": 0,
"annotationIssues": [
"<input> is missing a name attribute.",
"<input> is missing a label.",
"<input> is missing tool-param-description.",
"<input> is missing a name attribute.",
"<input> is missing tool-param-description."
]
},
"issue": "Only 0% of interactive surfaces are annotated.",
"howToFix": "Add WebMCP annotations to all forms and interactive elements to increase agent coverage."
}
],
"staticSignals": {
"detected": false,
"matched": []
},
"coverage": {
"totalForms": 0,
"formsWithTags": 0,
"totalInteractive": 323,
"interactiveWithTags": 0,
"totalCount": 323,
"taggedCount": 0,
"dataMcpToolCount": 0,
"dataMcpTools": [],
"coverage": 0,
"annotationIssues": [
"<input> is missing a name attribute.",
"<input> is missing a label.",
"<input> is missing tool-param-description.",
"<input> is missing a name attribute.",
"<input> is missing tool-param-description."
]
},
"browserWebMcp": {
"checked": true,
"detected": false,
"hasNavigatorModelContext": false,
"modelContextType": "undefined",
"hasProvideContext": false,
"hasRegisterTool": false
}
}GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AIO: Source and trust signals
AIO: Source and trust signals scored 40/100 and needs a fix.
6 Fail
GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AIO: Source and trust signals
AIO: Source and trust signals scored 40/100 and needs a fix.
Needs attention
AIO: Source and trust signals
Issue
Missing AIO trust signals: author, publisher, freshnessDate.
Details
Why it matters
AI Overviews depend on Google-search eligibility, useful visible content, consistent structured data, answer-first sections, trust signals, and preview controls that permit snippets.
Check name
AIO: Source and trust signals
Score
40/100
Status
fail
Category
GEO, AIO & AEO
Maturity
Emerging recommendation
Goal
Make page content eligible and useful for Google AI Overviews and AI Mode extraction.
Result
AIO: Source and trust signals scored 40/100 and needs a fix.
Evidence
{
"signals": {
"author": false,
"publisher": false,
"freshnessDate": false,
"aboutOrContact": true,
"policyLinks": true
},
"missing": [
"author",
"publisher",
"freshnessDate"
],
"authorMeta": "",
"schemaAuthors": [],
"schemaPublishers": [],
"schemaDates": [],
"visibleDates": [],
"aboutLinks": [
{
"href": "/spend-management/cards",
"text": "Corporate CardsMulti-currency company & employee cards",
"html": "<a href=\"/spend-management/cards\" target=\"_self\" class=\"css-uxec9h\"><div>Corporate Cards<svg width=\"12\" height=\"12\" viewBox=\"0 0 12 12\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M6.53096 6.09375L3.87618 3.43838C3.58294 3.14507 3.58294 2.66953 3.87618 2.37623C4.16942 2.08292 4.64485 2.08292 4.93809 2.37623L8.12382 5.56268C8.41706 5.85598 8.41706 6.33152 8.12382 6.62482L4.93809 9.81127C4.64485 10.1046 4.16942 10.1046 3.87618 9.81127C3.58294..."
},
{
"href": "/global/who-we-are",
"text": "Who we are A snapshot of Airwallex",
"html": "<a href=\"/global/who-we-are\" target=\"_self\" class=\"css-uxec9h\"><div>Who we are<!-- --> <svg width=\"12\" height=\"12\" viewBox=\"0 0 12 12\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M6.53096 6.09375L3.87618 3.43838C3.58294 3.14507 3.58294 2.66953 3.87618 2.37623C4.16942 2.08292 4.64485 2.08292 4.93809 2.37623L8.12382 5.56268C8.41706 5.85598 8.41706 6.33152 8.12382 6.62482L4.93809 9.81127C4.64485 10.1046 4.16942 10.1046 3.87618 9.81127C3.58294 9..."
},
{
"href": "/spend-management/cards",
"text": "Corporate CardsMulti-currency company & employee cards",
"html": "<a href=\"/spend-management/cards\" target=\"_self\" class=\"css-1hxf5y0\"><div class=\"css-1ex9dqb\"><div class=\"css-1hnm01b\">Corporate Cards</div><div class=\"css-tcbd4k\">Multi-currency company & employee cards</div></div></a>"
},
{
"href": "/global/who-we-are",
"text": "Who we are",
"html": "<a href=\"/global/who-we-are\" target=\"_self\" class=\"css-1hxf5y0\"><div class=\"css-1tegsoy\">Who we are</div></a>"
},
{
"href": "/global/spend-management",
"text": "SpendManage company spend, end-to-endLearn more",
"html": "<a href=\"/global/spend-management\" class=\"css-1mgeveu-Card ewc8tb70\"><div class=\"css-n9n5r1 ewc8tb74\"><h3 class=\"ewc8tb71 css-a7zg95\"><picture class=\"css-u951ix-Image\"><img src=\"//images.ctfassets.net/sxag7u4cz1re/6yD6XppRj2pSu3fVJbOvUp/9ee87a8c79079c0d89aaec0431de817e/logomark-spend-32px-white.svg\" alt=\"Spend\" loading=\"lazy\" class=\"css-11epj84\"></picture>Spend</h3><div class=\"ewc8tb72 css-berjsx\">Manage company spend, end-to-end</div><div class=\"css-17n7q4i-LearnMoreContainer\" test-id=\"learn..."
},
{
"href": "/global/spend-management",
"text": "SpendManage company spend, end-to-endLearn more",
"html": "<a href=\"/global/spend-management\" class=\"css-1y3ujpy ewc8tb70\"><div class=\"css-n9n5r1 ewc8tb74\"><h3 class=\"ewc8tb71 css-a7zg95\"><picture class=\"css-0\"><img src=\"//images.ctfassets.net/sxag7u4cz1re/6yD6XppRj2pSu3fVJbOvUp/9ee87a8c79079c0d89aaec0431de817e/logomark-spend-32px-white.svg\" alt=\"Spend\" loading=\"lazy\" class=\"css-11epj84\"></picture>Spend</h3><div class=\"ewc8tb72 css-berjsx\">Manage company spend, end-to-end</div><div class=\"css-xi606m\" test-id=\"learn-more-container\"><div class=\"e1x3us3..."
},
{
"href": "/global/spend-management/cards",
"text": "Corporate CardsIssue multi-currency company and employee cards with customisable controls to limit spendLearn more",
"html": "<a href=\"/global/spend-management/cards\" class=\"css-j006lf e13ryqmt0\"><div class=\"css-haygil e13ryqmt4\"><p class=\"css-1ulpsuq\">Corporate Cards</p><h5 class=\"css-163d4sf\">Issue multi-currency company and employee cards with customisable controls to limit spend</h5><div class=\"css-krocx8 e10rboum0\"><span class=\"css-1mzq4wf e10rboum1\">Learn more</span><svg width=\"18\" height=\"12\" viewBox=\"0 0 18 12\" align=\"Left\" animationdurationms=\"300\" class=\"css-wt0h02 e10rboum2\"><g fill=\"none\" fill-rule=\"even..."
},
{
"href": "/global/spend-management/cards",
"text": "Corporate CardsIssue multi-currency company and employee cards with customisable controls to limit spendLearn more",
"html": "<a href=\"/global/spend-management/cards\" class=\"css-18ztwvg e13ryqmt0\"><div class=\"css-lgd17f e13ryqmt4\"><p class=\"css-1ulpsuq\">Corporate Cards</p><h5 class=\"css-163d4sf\">Issue multi-currency company and employee cards with customisable controls to limit spend</h5><div class=\"css-krocx8 e10rboum0\"><span class=\"css-1mzq4wf e10rboum1\">Learn more</span><svg width=\"18\" height=\"12\" viewBox=\"0 0 18 12\" align=\"Left\" animationdurationms=\"300\" class=\"css-wt0h02 e10rboum2\"><g fill=\"none\" fill-rule=\"eve..."
},
{
"href": "/global/who-we-are",
"text": "Who we are",
"html": "<a href=\"/global/who-we-are\" target=\"_self\" class=\"css-16bfmr5\">Who we are</a>"
},
{
"href": "https://linkedin.com/company/airwallex",
"text": "",
"html": "<a href=\"https://linkedin.com/company/airwallex\" aria-label=\"LinkedIn\"><picture class=\"css-u951ix-Image\"><img src=\"//images.ctfassets.net/sxag7u4cz1re/109K1NkQrdWrTtYcdfoaLR/7a5a3f62375d7d9f69e096cbcbee2cc0/linkedIn.svg\" alt loading=\"lazy\" class=\"css-uz1cd8\"></picture></a>"
}
],
"contactLinks": [
{
"href": "https://help.airwallex.com/",
"text": "FAQ Answers to common questions",
"html": "<a href=\"https://help.airwallex.com/\" target=\"_blank\" class=\"css-uxec9h\"><div>FAQ<!-- --> <svg width=\"12\" height=\"12\" viewBox=\"0 0 12 12\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M6.53096 6.09375L3.87618 3.43838C3.58294 3.14507 3.58294 2.66953 3.87618 2.37623C4.16942 2.08292 4.64485 2.08292 4.93809 2.37623L8.12382 5.56268C8.41706 5.85598 8.41706 6.33152 8.12382 6.62482L4.93809 9.81127C4.64485 10.1046 4.16942 10.1046 3.87618 9.81127C3.5829..."
},
{
"href": "https://help.airwallex.com/hc/en-gb/requests/new",
"text": "Support Connect with our team",
"html": "<a href=\"https://help.airwallex.com/hc/en-gb/requests/new\" target=\"_blank\" class=\"css-uxec9h\"><div>Support<!-- --> <svg width=\"12\" height=\"12\" viewBox=\"0 0 12 12\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M6.53096 6.09375L3.87618 3.43838C3.58294 3.14507 3.58294 2.66953 3.87618 2.37623C4.16942 2.08292 4.64485 2.08292 4.93809 2.37623L8.12382 5.56268C8.41706 5.85598 8.41706 6.33152 8.12382 6.62482L4.93809 9.81127C4.64485 10.1046 4.16942 10.10..."
},
{
"href": "https://help.airwallex.com/hc/en-gb/articles/4593797321743-Making-a-Complaint",
"text": "Share Feedback",
"html": "<a href=\"https://help.airwallex.com/hc/en-gb/articles/4593797321743-Making-a-Complaint\" target=\"_blank\" class=\"css-uxec9h\"><div>Share Feedback<!-- --> <svg width=\"12\" height=\"12\" viewBox=\"0 0 12 12\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M6.53096 6.09375L3.87618 3.43838C3.58294 3.14507 3.58294 2.66953 3.87618 2.37623C4.16942 2.08292 4.64485 2.08292 4.93809 2.37623L8.12382 5.56268C8.41706 5.85598 8.41706 6.33152 8.12382 6.62482L4.93809 9..."
},
{
"href": "https://help.airwallex.com/",
"text": "FAQ",
"html": "<a href=\"https://help.airwallex.com/\" target=\"_blank\" class=\"css-1hxf5y0\"><div class=\"css-1tegsoy\">FAQ</div></a>"
},
{
"href": "https://help.airwallex.com/hc/en-gb/requests/new",
"text": "Support",
"html": "<a href=\"https://help.airwallex.com/hc/en-gb/requests/new\" target=\"_blank\" class=\"css-1hxf5y0\"><div class=\"css-1tegsoy\">Support</div></a>"
},
{
"href": "https://help.airwallex.com/hc/en-gb/articles/4593797321743-Making-a-Complaint",
"text": "Share Feedback",
"html": "<a href=\"https://help.airwallex.com/hc/en-gb/articles/4593797321743-Making-a-Complaint\" target=\"_blank\" class=\"css-1hxf5y0\"><div class=\"css-1tegsoy\">Share Feedback</div></a>"
},
{
"href": "https://help.airwallex.com/",
"text": "FAQ",
"html": "<a href=\"https://help.airwallex.com/\" target=\"_blank\" class=\"css-16bfmr5\">FAQ</a>"
},
{
"href": "https://help.airwallex.com/hc/en-gb/requests/new",
"text": "Support",
"html": "<a href=\"https://help.airwallex.com/hc/en-gb/requests/new\" target=\"_blank\" class=\"css-16bfmr5\">Support</a>"
},
{
"href": "https://help.airwallex.com/hc/en-gb/articles/4593797321743-Making-a-Complaint",
"text": "Share Feedback",
"html": "<a href=\"https://help.airwallex.com/hc/en-gb/articles/4593797321743-Making-a-Complaint\" target=\"_blank\" class=\"css-16bfmr5\">Share Feedback</a>"
},
{
"href": "https://help.airwallex.com/hc/en-gb/articles/4404265644185-How-does-Airwallex-keep-my-money-safe",
"text": "here",
"html": "<a href=\"https://help.airwallex.com/hc/en-gb/articles/4404265644185-How-does-Airwallex-keep-my-money-safe\" class=\"css-1dqjppn\">here</a>"
}
],
"privacyLinks": [
{
"href": "/terms",
"text": "Terms & policies",
"html": "<a href=\"/terms\" target=\"_self\" class=\"css-16bfmr5\">Terms & policies</a>"
}
],
"score": 40,
"weight": 20
}GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AEO: Answer evidence and trust
AEO: Answer evidence and trust scored 40/100 and needs a fix.
6 Fail
GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AEO: Answer evidence and trust
AEO: Answer evidence and trust scored 40/100 and needs a fix.
Needs attention
AEO: Answer evidence and trust
Issue
Missing AIO trust signals: author, publisher, freshnessDate.
Details
Why it matters
Answer engines need concise answers, question-led structure, entity clarity, visible evidence, and trust signals that can be extracted without relying on search-only metadata checks.
Check name
AEO: Answer evidence and trust
Score
40/100
Status
fail
Category
GEO, AIO & AEO
Maturity
Emerging recommendation
Goal
Make page content easy for answer engines and assistants to answer from directly.
Result
AEO: Answer evidence and trust scored 40/100 and needs a fix.
Evidence
{
"signals": {
"author": false,
"publisher": false,
"freshnessDate": false,
"aboutOrContact": true,
"policyLinks": true
},
"missing": [
"author",
"publisher",
"freshnessDate"
],
"authorMeta": "",
"schemaAuthors": [],
"schemaPublishers": [],
"schemaDates": [],
"visibleDates": [],
"aboutLinks": [
{
"href": "/spend-management/cards",
"text": "Corporate CardsMulti-currency company & employee cards",
"html": "<a href=\"/spend-management/cards\" target=\"_self\" class=\"css-uxec9h\"><div>Corporate Cards<svg width=\"12\" height=\"12\" viewBox=\"0 0 12 12\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M6.53096 6.09375L3.87618 3.43838C3.58294 3.14507 3.58294 2.66953 3.87618 2.37623C4.16942 2.08292 4.64485 2.08292 4.93809 2.37623L8.12382 5.56268C8.41706 5.85598 8.41706 6.33152 8.12382 6.62482L4.93809 9.81127C4.64485 10.1046 4.16942 10.1046 3.87618 9.81127C3.58294..."
},
{
"href": "/global/who-we-are",
"text": "Who we are A snapshot of Airwallex",
"html": "<a href=\"/global/who-we-are\" target=\"_self\" class=\"css-uxec9h\"><div>Who we are<!-- --> <svg width=\"12\" height=\"12\" viewBox=\"0 0 12 12\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M6.53096 6.09375L3.87618 3.43838C3.58294 3.14507 3.58294 2.66953 3.87618 2.37623C4.16942 2.08292 4.64485 2.08292 4.93809 2.37623L8.12382 5.56268C8.41706 5.85598 8.41706 6.33152 8.12382 6.62482L4.93809 9.81127C4.64485 10.1046 4.16942 10.1046 3.87618 9.81127C3.58294 9..."
},
{
"href": "/spend-management/cards",
"text": "Corporate CardsMulti-currency company & employee cards",
"html": "<a href=\"/spend-management/cards\" target=\"_self\" class=\"css-1hxf5y0\"><div class=\"css-1ex9dqb\"><div class=\"css-1hnm01b\">Corporate Cards</div><div class=\"css-tcbd4k\">Multi-currency company & employee cards</div></div></a>"
},
{
"href": "/global/who-we-are",
"text": "Who we are",
"html": "<a href=\"/global/who-we-are\" target=\"_self\" class=\"css-1hxf5y0\"><div class=\"css-1tegsoy\">Who we are</div></a>"
},
{
"href": "/global/spend-management",
"text": "SpendManage company spend, end-to-endLearn more",
"html": "<a href=\"/global/spend-management\" class=\"css-1mgeveu-Card ewc8tb70\"><div class=\"css-n9n5r1 ewc8tb74\"><h3 class=\"ewc8tb71 css-a7zg95\"><picture class=\"css-u951ix-Image\"><img src=\"//images.ctfassets.net/sxag7u4cz1re/6yD6XppRj2pSu3fVJbOvUp/9ee87a8c79079c0d89aaec0431de817e/logomark-spend-32px-white.svg\" alt=\"Spend\" loading=\"lazy\" class=\"css-11epj84\"></picture>Spend</h3><div class=\"ewc8tb72 css-berjsx\">Manage company spend, end-to-end</div><div class=\"css-17n7q4i-LearnMoreContainer\" test-id=\"learn..."
},
{
"href": "/global/spend-management",
"text": "SpendManage company spend, end-to-endLearn more",
"html": "<a href=\"/global/spend-management\" class=\"css-1y3ujpy ewc8tb70\"><div class=\"css-n9n5r1 ewc8tb74\"><h3 class=\"ewc8tb71 css-a7zg95\"><picture class=\"css-0\"><img src=\"//images.ctfassets.net/sxag7u4cz1re/6yD6XppRj2pSu3fVJbOvUp/9ee87a8c79079c0d89aaec0431de817e/logomark-spend-32px-white.svg\" alt=\"Spend\" loading=\"lazy\" class=\"css-11epj84\"></picture>Spend</h3><div class=\"ewc8tb72 css-berjsx\">Manage company spend, end-to-end</div><div class=\"css-xi606m\" test-id=\"learn-more-container\"><div class=\"e1x3us3..."
},
{
"href": "/global/spend-management/cards",
"text": "Corporate CardsIssue multi-currency company and employee cards with customisable controls to limit spendLearn more",
"html": "<a href=\"/global/spend-management/cards\" class=\"css-j006lf e13ryqmt0\"><div class=\"css-haygil e13ryqmt4\"><p class=\"css-1ulpsuq\">Corporate Cards</p><h5 class=\"css-163d4sf\">Issue multi-currency company and employee cards with customisable controls to limit spend</h5><div class=\"css-krocx8 e10rboum0\"><span class=\"css-1mzq4wf e10rboum1\">Learn more</span><svg width=\"18\" height=\"12\" viewBox=\"0 0 18 12\" align=\"Left\" animationdurationms=\"300\" class=\"css-wt0h02 e10rboum2\"><g fill=\"none\" fill-rule=\"even..."
},
{
"href": "/global/spend-management/cards",
"text": "Corporate CardsIssue multi-currency company and employee cards with customisable controls to limit spendLearn more",
"html": "<a href=\"/global/spend-management/cards\" class=\"css-18ztwvg e13ryqmt0\"><div class=\"css-lgd17f e13ryqmt4\"><p class=\"css-1ulpsuq\">Corporate Cards</p><h5 class=\"css-163d4sf\">Issue multi-currency company and employee cards with customisable controls to limit spend</h5><div class=\"css-krocx8 e10rboum0\"><span class=\"css-1mzq4wf e10rboum1\">Learn more</span><svg width=\"18\" height=\"12\" viewBox=\"0 0 18 12\" align=\"Left\" animationdurationms=\"300\" class=\"css-wt0h02 e10rboum2\"><g fill=\"none\" fill-rule=\"eve..."
},
{
"href": "/global/who-we-are",
"text": "Who we are",
"html": "<a href=\"/global/who-we-are\" target=\"_self\" class=\"css-16bfmr5\">Who we are</a>"
},
{
"href": "https://linkedin.com/company/airwallex",
"text": "",
"html": "<a href=\"https://linkedin.com/company/airwallex\" aria-label=\"LinkedIn\"><picture class=\"css-u951ix-Image\"><img src=\"//images.ctfassets.net/sxag7u4cz1re/109K1NkQrdWrTtYcdfoaLR/7a5a3f62375d7d9f69e096cbcbee2cc0/linkedIn.svg\" alt loading=\"lazy\" class=\"css-uz1cd8\"></picture></a>"
}
],
"contactLinks": [
{
"href": "https://help.airwallex.com/",
"text": "FAQ Answers to common questions",
"html": "<a href=\"https://help.airwallex.com/\" target=\"_blank\" class=\"css-uxec9h\"><div>FAQ<!-- --> <svg width=\"12\" height=\"12\" viewBox=\"0 0 12 12\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M6.53096 6.09375L3.87618 3.43838C3.58294 3.14507 3.58294 2.66953 3.87618 2.37623C4.16942 2.08292 4.64485 2.08292 4.93809 2.37623L8.12382 5.56268C8.41706 5.85598 8.41706 6.33152 8.12382 6.62482L4.93809 9.81127C4.64485 10.1046 4.16942 10.1046 3.87618 9.81127C3.5829..."
},
{
"href": "https://help.airwallex.com/hc/en-gb/requests/new",
"text": "Support Connect with our team",
"html": "<a href=\"https://help.airwallex.com/hc/en-gb/requests/new\" target=\"_blank\" class=\"css-uxec9h\"><div>Support<!-- --> <svg width=\"12\" height=\"12\" viewBox=\"0 0 12 12\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M6.53096 6.09375L3.87618 3.43838C3.58294 3.14507 3.58294 2.66953 3.87618 2.37623C4.16942 2.08292 4.64485 2.08292 4.93809 2.37623L8.12382 5.56268C8.41706 5.85598 8.41706 6.33152 8.12382 6.62482L4.93809 9.81127C4.64485 10.1046 4.16942 10.10..."
},
{
"href": "https://help.airwallex.com/hc/en-gb/articles/4593797321743-Making-a-Complaint",
"text": "Share Feedback",
"html": "<a href=\"https://help.airwallex.com/hc/en-gb/articles/4593797321743-Making-a-Complaint\" target=\"_blank\" class=\"css-uxec9h\"><div>Share Feedback<!-- --> <svg width=\"12\" height=\"12\" viewBox=\"0 0 12 12\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M6.53096 6.09375L3.87618 3.43838C3.58294 3.14507 3.58294 2.66953 3.87618 2.37623C4.16942 2.08292 4.64485 2.08292 4.93809 2.37623L8.12382 5.56268C8.41706 5.85598 8.41706 6.33152 8.12382 6.62482L4.93809 9..."
},
{
"href": "https://help.airwallex.com/",
"text": "FAQ",
"html": "<a href=\"https://help.airwallex.com/\" target=\"_blank\" class=\"css-1hxf5y0\"><div class=\"css-1tegsoy\">FAQ</div></a>"
},
{
"href": "https://help.airwallex.com/hc/en-gb/requests/new",
"text": "Support",
"html": "<a href=\"https://help.airwallex.com/hc/en-gb/requests/new\" target=\"_blank\" class=\"css-1hxf5y0\"><div class=\"css-1tegsoy\">Support</div></a>"
},
{
"href": "https://help.airwallex.com/hc/en-gb/articles/4593797321743-Making-a-Complaint",
"text": "Share Feedback",
"html": "<a href=\"https://help.airwallex.com/hc/en-gb/articles/4593797321743-Making-a-Complaint\" target=\"_blank\" class=\"css-1hxf5y0\"><div class=\"css-1tegsoy\">Share Feedback</div></a>"
},
{
"href": "https://help.airwallex.com/",
"text": "FAQ",
"html": "<a href=\"https://help.airwallex.com/\" target=\"_blank\" class=\"css-16bfmr5\">FAQ</a>"
},
{
"href": "https://help.airwallex.com/hc/en-gb/requests/new",
"text": "Support",
"html": "<a href=\"https://help.airwallex.com/hc/en-gb/requests/new\" target=\"_blank\" class=\"css-16bfmr5\">Support</a>"
},
{
"href": "https://help.airwallex.com/hc/en-gb/articles/4593797321743-Making-a-Complaint",
"text": "Share Feedback",
"html": "<a href=\"https://help.airwallex.com/hc/en-gb/articles/4593797321743-Making-a-Complaint\" target=\"_blank\" class=\"css-16bfmr5\">Share Feedback</a>"
},
{
"href": "https://help.airwallex.com/hc/en-gb/articles/4404265644185-How-does-Airwallex-keep-my-money-safe",
"text": "here",
"html": "<a href=\"https://help.airwallex.com/hc/en-gb/articles/4404265644185-How-does-Airwallex-keep-my-money-safe\" class=\"css-1dqjppn\">here</a>"
}
],
"privacyLinks": [
{
"href": "/terms",
"text": "Terms & policies",
"html": "<a href=\"/terms\" target=\"_self\" class=\"css-16bfmr5\">Terms & policies</a>"
}
],
"score": 40,
"weight": 22
}GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AIO: Visible structured data match
AIO: Visible structured data match scored 50/100 and needs improvement.
5 Warning
GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AIO: Visible structured data match
AIO: Visible structured data match scored 50/100 and needs improvement.
Needs attention
AIO: Visible structured data match
Issue
2 structured-data value(s) were not found in visible page text.
Details
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
50/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 50/100 and needs improvement.
Evidence
{
"schemaCount": 2,
"checkedFields": [
{
"path": "$[0].name",
"value": "Airwallex"
},
{
"path": "$[0].description",
"value": "Established in Melbourne in 2015, Airwallex is a payments platform transforming the way businesses move and manage money globally."
},
{
"path": "$[1].itemListElement[0].name",
"value": "Home"
},
{
"path": "$[1].itemListElement[1].name",
"value": "Homepage"
}
],
"mismatches": [
{
"path": "$[1].itemListElement[0].name",
"value": "Home"
},
{
"path": "$[1].itemListElement[1].name",
"value": "Homepage"
}
],
"score": 50,
"weight": 18
}GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AEO: Answer-first sections
AEO: Answer-first sections scored 65/100 and needs improvement.
5 Warning
GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AEO: Answer-first sections
AEO: Answer-first sections scored 65/100 and needs improvement.
Needs attention
AEO: Answer-first sections
Issue
28 section(s) may benefit from a clearer opening answer; this is optional for feature/card sections.
Details
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": 29,
"passing": 1,
"failing": [
{
"heading": "Why Airwallex?",
"headingHtml": "<h2 class=\"css-169tzuk-CardsPanel\">Why Airwallex?</h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Powerful solutions engineered for global businesses",
"headingHtml": "<h2 class=\"css-1g7qx7e-CardsPanel\">Powerful solutions engineered for global businesses</h2>",
"firstParagraph": "Whether you're a global business looking to save time and money as you scale, or a forward-thinking platform or marketplace that's ready to build your own financial products, Airwallex's leading technology can help you get there.",
"paragraphHtml": "<p class=\"css-tnc95s-CardsPanel\">Whether you're a global business looking to save time and money as you scale, or a forward-thinking platform or marketplace that's ready to build your own financial products, Airwallex's leading technology can help you get there.</p>",
"words": 36,
"direct": false,
"issue": "First paragraph is 36 words and does not look like a concise direct answer."
},
{
"heading": "Business Accounts",
"headingHtml": "<h3 class=\"ewc8tb71 css-a7zg95\"><picture class=\"css-u951ix-Image\"><img src=\"//images.ctfassets.net/sxag7u4cz1re/656jEKFjzkuoUv8LhNVwo5/97336a763b4ab4570d5f3e542c2c7d96/logomark-ba-32px-white.svg\" alt=\"Business Accounts\" loading=\"lazy\" class=\"css-11epj84\"></picture>Business Accounts</h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Spend",
"headingHtml": "<h3 class=\"ewc8tb71 css-a7zg95\"><picture class=\"css-u951ix-Image\"><img src=\"//images.ctfassets.net/sxag7u4cz1re/6yD6XppRj2pSu3fVJbOvUp/9ee87a8c79079c0d89aaec0431de817e/logomark-spend-32px-white.svg\" alt=\"Spend\" loading=\"lazy\" class=\"css-11epj84\"></picture>Spend</h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Payments",
"headingHtml": "<h3 class=\"ewc8tb71 css-a7zg95\"><picture class=\"css-u951ix-Image\"><img src=\"//images.ctfassets.net/sxag7u4cz1re/5Kq2391la7qGC7RHl5UsYY/bd7f83e3073f6552d2773fd62e2244b6/logomark-payments-32px-white.svg\" alt=\"Payments\" loading=\"lazy\" class=\"css-11epj84\"></picture>Payments</h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Billing",
"headingHtml": "<h3 class=\"ewc8tb71 css-a7zg95\"><picture class=\"css-u951ix-Image\"><img src=\"//images.ctfassets.net/sxag7u4cz1re/3BssNEovg6Wxp1Syn9CHAO/aedf31058c6666c7373fd51e14340928/logomark-billing-white-32px.svg\" alt=\"Billing\" loading=\"lazy\" class=\"css-11epj84\"></picture>Billing</h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Platform APIs",
"headingHtml": "<h3 class=\"ewc8tb71 css-a7zg95\"><picture class=\"css-u951ix-Image\"><img src=\"//images.ctfassets.net/sxag7u4cz1re/5kF1euLybSg97fQPkNyH9j/7959841f230e9266dd153ce47dd2825a/logomark-emfi-32px-white.svg\" alt=\"Platform APIs\" loading=\"lazy\" class=\"css-11epj84\"></picture>Platform APIs</h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Business Accounts",
"headingHtml": "<h3 class=\"ewc8tb71 css-a7zg95\"><picture class=\"css-0\"><img src=\"//images.ctfassets.net/sxag7u4cz1re/656jEKFjzkuoUv8LhNVwo5/97336a763b4ab4570d5f3e542c2c7d96/logomark-ba-32px-white.svg\" alt=\"Business Accounts\" loading=\"lazy\" class=\"css-11epj84\"></picture>Business Accounts</h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Spend",
"headingHtml": "<h3 class=\"ewc8tb71 css-a7zg95\"><picture class=\"css-0\"><img src=\"//images.ctfassets.net/sxag7u4cz1re/6yD6XppRj2pSu3fVJbOvUp/9ee87a8c79079c0d89aaec0431de817e/logomark-spend-32px-white.svg\" alt=\"Spend\" loading=\"lazy\" class=\"css-11epj84\"></picture>Spend</h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Payments",
"headingHtml": "<h3 class=\"ewc8tb71 css-a7zg95\"><picture class=\"css-0\"><img src=\"//images.ctfassets.net/sxag7u4cz1re/5Kq2391la7qGC7RHl5UsYY/bd7f83e3073f6552d2773fd62e2244b6/logomark-payments-32px-white.svg\" alt=\"Payments\" loading=\"lazy\" class=\"css-11epj84\"></picture>Payments</h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Billing",
"headingHtml": "<h3 class=\"ewc8tb71 css-a7zg95\"><picture class=\"css-0\"><img src=\"//images.ctfassets.net/sxag7u4cz1re/3BssNEovg6Wxp1Syn9CHAO/aedf31058c6666c7373fd51e14340928/logomark-billing-white-32px.svg\" alt=\"Billing\" loading=\"lazy\" class=\"css-11epj84\"></picture>Billing</h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Platform APIs",
"headingHtml": "<h3 class=\"ewc8tb71 css-a7zg95\"><picture class=\"css-0\"><img src=\"//images.ctfassets.net/sxag7u4cz1re/5kF1euLybSg97fQPkNyH9j/7959841f230e9266dd153ce47dd2825a/logomark-emfi-32px-white.svg\" alt=\"Platform APIs\" loading=\"lazy\" class=\"css-11epj84\"></picture>Platform APIs</h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Your financial universe on one platform",
"headingHtml": "<h2 class=\"css-1s14e2j\">Your financial universe on one platform</h2>",
"firstParagraph": "Software and APIs to manage everything from business accounts, spend, and payments to embedded finance.",
"paragraphHtml": "<p class=\"css-6ecff-ProductsCarousels\">Software and APIs to manage everything from business accounts, spend, and payments to embedded finance.</p>",
"words": 15,
"direct": false,
"issue": "First paragraph is 15 words and does not look like a concise direct answer."
},
{
"heading": "A single account to manage your global payments and finances",
"headingHtml": "<h3 class=\"css-1j0xcu5\">A single account to manage your global payments and finances</h3>",
"firstParagraph": "Global Accounts",
"paragraphHtml": "<p class=\"css-1ulpsuq\">Global Accounts</p>",
"words": 2,
"direct": false,
"issue": "First paragraph is 2 words and does not look like a concise direct answer."
},
{
"heading": "Tools to control and track global business expenses",
"headingHtml": "<h3 class=\"css-1j0xcu5\">Tools to control and track global business expenses</h3>",
"firstParagraph": "Corporate Cards",
"paragraphHtml": "<p class=\"css-1ulpsuq\">Corporate Cards</p>",
"words": 2,
"direct": false,
"issue": "First paragraph is 2 words and does not look like a concise direct answer."
},
{
"heading": "Online payment acceptance to grow your international customer base",
"headingHtml": "<h3 class=\"css-1j0xcu5\">Online payment acceptance to grow your international customer base</h3>",
"firstParagraph": "Checkout",
"paragraphHtml": "<p class=\"css-1ulpsuq\">Checkout</p>",
"words": 1,
"direct": false,
"issue": "First paragraph is 1 words and does not look like a concise direct answer."
},
{
"heading": "Maximise your global revenue with Billing",
"headingHtml": "<h3 class=\"css-1j0xcu5\">Maximise your global revenue with Billing</h3>",
"firstParagraph": "Invoicing",
"paragraphHtml": "<p class=\"css-1ulpsuq\">Invoicing</p>",
"words": 1,
"direct": false,
"issue": "First paragraph is 1 words and does not look like a concise direct answer."
},
{
"heading": "APIs to build and monetise your own global financial products",
"headingHtml": "<h3 class=\"css-1j0xcu5\">APIs to build and monetise your own global financial products</h3>",
"firstParagraph": "Connected Accounts",
"paragraphHtml": "<p class=\"css-1ulpsuq\">Connected Accounts</p>",
"words": 2,
"direct": false,
"issue": "First paragraph is 2 words and does not look like a concise direct answer."
},
{
"heading": "Gain a competitive edge with Airwallex",
"headingHtml": "<h2 class=\"css-1w9hcq5\">Gain a competitive edge with Airwallex</h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "All you need to do business, locally and globally",
"headingHtml": "<h2 class=\"css-1p6pbj4\">All you need to do business, locally and globally</h2>",
"firstParagraph": "Avoid the pain of managing payments and finances across multiple disconnected software providers. With Airwallex, you get a single unified platform, engineered with all the powerful features you need to streamline and future proof your business growth.",
"paragraphHtml": "<p class=\"css-bou1co\">Avoid the pain of managing payments and finances across multiple disconnected software providers. With Airwallex, you get a single unified platform, engineered with all the powerful features you need to streamline and future proof your business growth. </p>",
"words": 37,
"direct": false,
"issue": "First paragraph is 37 words and does not look like a concise direct answer."
},
{
"heading": "Radically save time and cost every single day",
"headingHtml": "<h2 class=\"css-1p6pbj4\">Radically save time and cost every single day</h2>",
"firstParagraph": "Experience remarkable speed and efficiency. Accept payments in local currencies, make high-speed transfers, and safeguard profits with like-for-like settlement, access to interbank FX rates, and no hidden charges on corporate expenses.",
"paragraphHtml": "<p class=\"css-bou1co\">Experience remarkable speed and efficiency. Accept payments in local currencies, make high-speed transfers, and safeguard profits with like-for-like settlement, access to interbank FX rates, and no hidden charges on corporate expenses.</p>",
"words": 31,
"direct": false,
"issue": "First paragraph is 31 words and does not look like a concise direct answer."
},
{
"heading": "Automated workflows, enhanced by AI",
"headingHtml": "<h2 class=\"css-1p6pbj4\">Automated workflows, enhanced by AI</h2>",
"firstParagraph": "Speed up your cash flow cycle and eliminate time-consuming manual processes. Automate common workflows and save hours each week on bookkeeping and reconciliation when you connect Airwallex with your accounting software.",
"paragraphHtml": "<p class=\"css-bou1co\">Speed up your cash flow cycle and eliminate time-consuming manual processes. Automate common workflows and save hours each week on bookkeeping and reconciliation when you connect Airwallex with your accounting software.</p>",
"words": 31,
"direct": false,
"issue": "First paragraph is 31 words and does not look like a concise direct answer."
},
{
"heading": "70+",
"headingHtml": "<h2 headingcolor=\"linear-gradient(135deg, #FF4F42 0%, #FF8E3C 100%)\" class=\"evywugd7 css-13uoiv7\"><span>70+</span></h2>",
"firstParagraph": "countries where you can collect funds like a local",
"paragraphHtml": "<p class=\"evywugd6 css-1g2r2ih\">countries where you can collect funds like a local</p>",
"words": 9,
"direct": false,
"issue": "First paragraph is 9 words and does not look like a concise direct answer."
},
{
"heading": "120+",
"headingHtml": "<h2 headingcolor=\"linear-gradient(135deg, #D200A3 0%, #F80F6B 100%)\" class=\"evywugd7 css-19j1vwm\"><span>120+</span></h2>",
"firstParagraph": "countries to which you can make local transfers",
"paragraphHtml": "<p class=\"evywugd6 css-1g2r2ih\">countries to which you can make local transfers</p>",
"words": 8,
"direct": false,
"issue": "First paragraph is 8 words and does not look like a concise direct answer."
},
{
"heading": "$235B+",
"headingHtml": "<h2 headingcolor=\"linear-gradient(134.98deg, #612FFF 13.72%, #D200A3 100%)\" class=\"evywugd7 css-3fcc2k\"><span>$235B+</span></h2>",
"firstParagraph": "global payments processed annually",
"paragraphHtml": "<p class=\"evywugd6 css-1g2r2ih\">global payments processed annually</p>",
"words": 4,
"direct": false,
"issue": "First paragraph is 4 words and does not look like a concise direct answer."
},
{
"heading": "180+",
"headingHtml": "<h2 headingcolor=\"linear-gradient(315deg, #FB1C50 0%, #C109AE 50.68%, #612FFF 100%)\" class=\"evywugd7 css-1lfugkk\"><span>180+</span></h2>",
"firstParagraph": "countries from which you can accept payments",
"paragraphHtml": "<p class=\"evywugd6 css-1g2r2ih\">countries from which you can accept payments</p>",
"words": 7,
"direct": false,
"issue": "First paragraph is 7 words and does not look like a concise direct answer."
},
{
"heading": "Trusted by 200,000+ businesses",
"headingHtml": "<h2 class=\"css-q31wf7-TestimonialQuotesCarousel\">Trusted by 200,000+ businesses</h2>",
"firstParagraph": "Here’s what they say",
"paragraphHtml": "<p class=\"css-q31wf7-TestimonialQuotesCarousel\">Here’s what they say</p>",
"words": 5,
"direct": false,
"issue": "First paragraph is 5 words and does not look like a concise direct answer."
},
{
"heading": "Create an Airwallex account today",
"headingHtml": "<h2 class=\"css-ddobaj-CTABannerContainer\">Create an Airwallex account today</h2>",
"firstParagraph": "© Airwallex 2026. All rights reserved. Sitemap",
"paragraphHtml": "<p class=\"css-mcnn7l-Wo\">© Airwallex 2026. All rights reserved.<!-- --> <a href=\"/sitemap\" class=\"css-264g5i\">Sitemap</a></p>",
"words": 6,
"direct": false,
"issue": "First paragraph is 6 words and does not look like a concise direct answer."
}
],
"score": 65,
"weight": 28
}GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
GEO: Entity clarity
GEO: Entity clarity scored 81/100 and needs improvement.
3 Warning
GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
GEO: Entity clarity
GEO: Entity clarity scored 81/100 and needs improvement.
Needs attention
GEO: Entity clarity
Issue
Title/H1 terms missing from description: trusted, financial, platform, intelligent, businesses.
Details
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
81/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 81/100 and needs improvement.
Evidence
{
"title": "Airwallex: Trusted Global Payments & Financial Platform",
"h1": "The intelligent financial platform for global businesses",
"description": "Grow your business faster with Airwallex - global business accounts, high speed transfers, multi-currency cards, online payments, embedded finance, and more.",
"topicOverlap": 0.375,
"topicTerms": [
"airwallex",
"trusted",
"global",
"payments",
"financial",
"platform",
"intelligent",
"businesses"
],
"descriptionTerms": [
"grow",
"business",
"faster",
"airwallex",
"global",
"accounts",
"high",
"speed",
"transfers",
"multi",
"currency",
"cards",
"online",
"payments",
"embedded",
"finance",
"more"
],
"missingFromDescription": [
"trusted",
"financial",
"platform",
"intelligent",
"businesses"
],
"score": 81,
"weight": 28
}GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
GEO: Explanatory content depth
GEO: Explanatory content depth scored 75/100 and needs improvement.
2 Warning
GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
GEO: Explanatory content depth
GEO: Explanatory content depth scored 75/100 and needs improvement.
Needs attention
GEO: Explanatory content depth
Issue
16 explanatory paragraph(s) could be stronger for citation or AI extraction.
Details
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": 16,
"citablePassages": 0,
"failingCandidateParagraphs": [
{
"index": 51,
"heading": "H2: Tap into the world’s local payments network",
"text": "Airwallex’s proprietary local payments network offers you a faster, more cost-effective, and transparent alternative to legacy banking. Operate like a local business from anywhere in the world - open accounts with local bank details in minutes, accept payments in local currency to avoid costly forced conversion fees, hold funds in a multi-currency wallet, convert currencies at interbank rates, and make high-speed...",
"words": 69,
"hasEvidence": false,
"reasons": [
"Too short for a citation-ready passage (69 words; target 80-220).",
"Missing a named source, statistic, date, percentage, report, or other evidence signal."
],
"html": "<p class=\"css-bou1co\">Airwallex’s proprietary local payments network offers you a faster, more cost-effective, and transparent alternative to legacy banking. Operate like a local business from anywhere in the world - open accounts with local bank details in minutes, accept payments in local currency to avoid costly forced conversion fees, hold funds in a multi-currency wallet, convert currencies at interbank rates, and make high-speed transfers around the world in a few clicks.</p>"
},
{
"index": 57,
"heading": "H2: Trusted by 200,000+ businesses",
"text": "“Airwallex saves us $40,000 annually in collections costs from our sales on Amazon, which is the majority of our sales in the US market. It also allows us to ‘repurpose’ our international currencies. For example, if we sell in Europe we can pay European suppliers in euros as well.”",
"words": 50,
"hasEvidence": true,
"reasons": [
"Too short for a citation-ready passage (50 words; target 80-220)."
],
"html": "<p class=\"e1xjpc582 css-1cllnzv\">“Airwallex saves us $40,000 annually in collections costs from our sales on Amazon, which is the majority of our sales in the US market. It also allows us to ‘repurpose’ our international currencies. For example, if we sell in Europe we can pay European suppliers in euros as well.”</p>"
},
{
"index": 58,
"heading": "H2: Trusted by 200,000+ businesses",
"text": "“Airwallex has allowed us to get things done at ten times the speed it used to happen. It means we could spend more time on our brand, our website and the customer experience. That’s what helped us to grow so much in a short span of time.”",
"words": 48,
"hasEvidence": false,
"reasons": [
"Too short for a citation-ready passage (48 words; target 80-220).",
"Missing a named source, statistic, date, percentage, report, or other evidence signal."
],
"html": "<p class=\"e1xjpc582 css-1cllnzv\">“Airwallex has allowed us to get things done at ten times the speed it used to happen. It means we could spend more time on our brand, our website and the customer experience. That’s what helped us to grow so much in a short span of time.”</p>"
},
{
"index": 63,
"heading": "H2: Trusted by 200,000+ businesses",
"text": "“Airwallex saves us $40,000 annually in collections costs from our sales on Amazon, which is the majority of our sales in the US market. It also allows us to ‘repurpose’ our international currencies. For example, if we sell in Europe we can pay European suppliers in euros as well.”",
"words": 50,
"hasEvidence": true,
"reasons": [
"Too short for a citation-ready passage (50 words; target 80-220)."
],
"html": "<p class=\"e1xjpc582 css-1cllnzv\">“Airwallex saves us $40,000 annually in collections costs from our sales on Amazon, which is the majority of our sales in the US market. It also allows us to ‘repurpose’ our international currencies. For example, if we sell in Europe we can pay European suppliers in euros as well.”</p>"
},
{
"index": 64,
"heading": "H2: Trusted by 200,000+ businesses",
"text": "“Airwallex has allowed us to get things done at ten times the speed it used to happen. It means we could spend more time on our brand, our website and the customer experience. That’s what helped us to grow so much in a short span of time.”",
"words": 48,
"hasEvidence": false,
"reasons": [
"Too short for a citation-ready passage (48 words; target 80-220).",
"Missing a named source, statistic, date, percentage, report, or other evidence signal."
],
"html": "<p class=\"e1xjpc582 css-1cllnzv\">“Airwallex has allowed us to get things done at ten times the speed it used to happen. It means we could spend more time on our brand, our website and the customer experience. That’s what helped us to grow so much in a short span of time.”</p>"
},
{
"index": 71,
"heading": "H2: Trusted by 200,000+ businesses",
"text": "“Airwallex has unlocked a much more efficient way of managing our money that we couldn’t do before. Our previous provider could not scale the way we needed it to. Now, our team is freed up to tackle the more important work on how ClipChamp expands globally.”",
"words": 47,
"hasEvidence": false,
"reasons": [
"Too short for a citation-ready passage (47 words; target 80-220).",
"Missing a named source, statistic, date, percentage, report, or other evidence signal."
],
"html": "<p class=\"e1xjpc582 css-1cllnzv\">“Airwallex has unlocked a much more efficient way of managing our money that we couldn’t do before. Our previous provider could not scale the way we needed it to. Now, our team is freed up to tackle the more important work on how ClipChamp expands globally.”</p>"
},
{
"index": 72,
"heading": "H2: Trusted by 200,000+ businesses",
"text": "“These small percentages here and there add up over time with a real bottom line impact. When I see the rates are good, I’ll convert my AUD into USD, knowing that I’ve saved money that I can re-invest into the business in the long-run.”",
"words": 46,
"hasEvidence": false,
"reasons": [
"Too short for a citation-ready passage (46 words; target 80-220).",
"Missing a named source, statistic, date, percentage, report, or other evidence signal."
],
"html": "<p class=\"e1xjpc582 css-1cllnzv\">“These small percentages here and there add up over time with a real bottom line impact. When I see the rates are good, I’ll convert my AUD into USD, knowing that I’ve saved money that I can re-invest into the business in the long-run.”</p>"
},
{
"index": 74,
"heading": "H2: Trusted by 200,000+ businesses",
"text": "“Before Airwallex, we had no idea when our payments were going to reach our suppliers. Using Airwallex instead of traditional banks has increased the speed of our overseas transfers and optimised our cashflow significantly. We've also saved up to 99% of our TT and FX fees.”",
"words": 46,
"hasEvidence": true,
"reasons": [
"Too short for a citation-ready passage (46 words; target 80-220)."
],
"html": "<p class=\"e1xjpc582 css-1cllnzv\">“Before Airwallex, we had no idea when our payments were going to reach our suppliers. Using Airwallex instead of traditional banks has increased the speed of our overseas transfers and optimised our cashflow significantly. We've also saved up to 99% of our TT and FX fees.”</p>"
},
{
"index": 77,
"heading": "H2: Trusted by 200,000+ businesses",
"text": "“Airwallex has unlocked a much more efficient way of managing our money that we couldn’t do before. Our previous provider could not scale the way we needed it to. Now, our team is freed up to tackle the more important work on how ClipChamp expands globally.”",
"words": 47,
"hasEvidence": false,
"reasons": [
"Too short for a citation-ready passage (47 words; target 80-220).",
"Missing a named source, statistic, date, percentage, report, or other evidence signal."
],
"html": "<p class=\"e1xjpc582 css-1cllnzv\">“Airwallex has unlocked a much more efficient way of managing our money that we couldn’t do before. Our previous provider could not scale the way we needed it to. Now, our team is freed up to tackle the more important work on how ClipChamp expands globally.”</p>"
},
{
"index": 78,
"heading": "H2: Trusted by 200,000+ businesses",
"text": "“These small percentages here and there add up over time with a real bottom line impact. When I see the rates are good, I’ll convert my AUD into USD, knowing that I’ve saved money that I can re-invest into the business in the long-run.”",
"words": 46,
"hasEvidence": false,
"reasons": [
"Too short for a citation-ready passage (46 words; target 80-220).",
"Missing a named source, statistic, date, percentage, report, or other evidence signal."
],
"html": "<p class=\"e1xjpc582 css-1cllnzv\">“These small percentages here and there add up over time with a real bottom line impact. When I see the rates are good, I’ll convert my AUD into USD, knowing that I’ve saved money that I can re-invest into the business in the long-run.”</p>"
},
{
"index": 80,
"heading": "H2: Trusted by 200,000+ businesses",
"text": "“Before Airwallex, we had no idea when our payments were going to reach our suppliers. Using Airwallex instead of traditional banks has increased the speed of our overseas transfers and optimised our cashflow significantly. We've also saved up to 99% of our TT and FX fees.”",
"words": 46,
"hasEvidence": true,
"reasons": [
"Too short for a citation-ready passage (46 words; target 80-220)."
],
"html": "<p class=\"e1xjpc582 css-1cllnzv\">“Before Airwallex, we had no idea when our payments were going to reach our suppliers. Using Airwallex instead of traditional banks has increased the speed of our overseas transfers and optimised our cashflow significantly. We've also saved up to 99% of our TT and FX fees.”</p>"
},
{
"index": 81,
"heading": "H2: Trusted by 200,000+ businesses",
"text": "“Airwallex saves us $40,000 annually in collections costs from our sales on Amazon, which is the majority of our sales in the US market. It also allows us to ‘repurpose’ our international currencies. For example, if we sell in Europe we can pay European suppliers in euros as well.”",
"words": 50,
"hasEvidence": true,
"reasons": [
"Too short for a citation-ready passage (50 words; target 80-220)."
],
"html": "<p class=\"e1xjpc582 css-1cllnzv\">“Airwallex saves us $40,000 annually in collections costs from our sales on Amazon, which is the majority of our sales in the US market. It also allows us to ‘repurpose’ our international currencies. For example, if we sell in Europe we can pay European suppliers in euros as well.”</p>"
},
{
"index": 83,
"heading": "H2: Trusted by 200,000+ businesses",
"text": "“Airwallex has allowed us to get things done at ten times the speed it used to happen. It means we could spend more time on our brand, our website and the customer experience. That’s what helped us to grow so much in a short span of time.”",
"words": 48,
"hasEvidence": false,
"reasons": [
"Too short for a citation-ready passage (48 words; target 80-220).",
"Missing a named source, statistic, date, percentage, report, or other evidence signal."
],
"html": "<p class=\"e1xjpc582 css-1cllnzv\">“Airwallex has allowed us to get things done at ten times the speed it used to happen. It means we could spend more time on our brand, our website and the customer experience. That’s what helped us to grow so much in a short span of time.”</p>"
},
{
"index": 86,
"heading": "H2: Trusted by 200,000+ businesses",
"text": "“Airwallex has unlocked a much more efficient way of managing our money that we couldn’t do before. Our previous provider could not scale the way we needed it to. Now, our team is freed up to tackle the more important work on how ClipChamp expands globally.”",
"words": 47,
"hasEvidence": false,
"reasons": [
"Too short for a citation-ready passage (47 words; target 80-220).",
"Missing a named source, statistic, date, percentage, report, or other evidence signal."
],
"html": "<p class=\"e1xjpc582 css-1cllnzv\">“Airwallex has unlocked a much more efficient way of managing our money that we couldn’t do before. Our previous provider could not scale the way we needed it to. Now, our team is freed up to tackle the more important work on how ClipChamp expands globally.”</p>"
},
{
"index": 88,
"heading": "H2: Trusted by 200,000+ businesses",
"text": "“These small percentages here and there add up over time with a real bottom line impact. When I see the rates are good, I’ll convert my AUD into USD, knowing that I’ve saved money that I can re-invest into the business in the long-run.”",
"words": 46,
"hasEvidence": false,
"reasons": [
"Too short for a citation-ready passage (46 words; target 80-220).",
"Missing a named source, statistic, date, percentage, report, or other evidence signal."
],
"html": "<p class=\"e1xjpc582 css-1cllnzv\">“These small percentages here and there add up over time with a real bottom line impact. When I see the rates are good, I’ll convert my AUD into USD, knowing that I’ve saved money that I can re-invest into the business in the long-run.”</p>"
},
{
"index": 92,
"heading": "H2: Trusted by 200,000+ businesses",
"text": "“Before Airwallex, we had no idea when our payments were going to reach our suppliers. Using Airwallex instead of traditional banks has increased the speed of our overseas transfers and optimised our cashflow significantly. We've also saved up to 99% of our TT and FX fees.”",
"words": 46,
"hasEvidence": true,
"reasons": [
"Too short for a citation-ready passage (46 words; target 80-220)."
],
"html": "<p class=\"e1xjpc582 css-1cllnzv\">“Before Airwallex, we had no idea when our payments were going to reach our suppliers. Using Airwallex instead of traditional banks has increased the speed of our overseas transfers and optimised our cashflow significantly. We've also saved up to 99% of our TT and FX fees.”</p>"
}
],
"citableParagraphs": [],
"score": 75,
"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
GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
GEO: Extraction-friendly structure
GEO: Extraction-friendly structure scored 85/100 and needs improvement.
Needs attention
GEO: Extraction-friendly structure
Issue
Missing extraction signals: optional top summary / TL;DR / key takeaways block, table with <thead> only if the page already has tabular/comparative data, ordered list only if the page explains a workflow/process.
Details
Why it matters
Generative engines favor pages with self-contained answer passages, clear entities, structured data, summaries, FAQ patterns, and crawler-accessible HTML that can be cited without extra interpretation.
Check name
GEO: Extraction-friendly structure
Score
85/100
Status
warning
Category
GEO, AIO & AEO
Maturity
Emerging recommendation
Goal
Make page content easy for AI answer engines to extract, cite, and attribute.
Result
GEO: Extraction-friendly structure scored 85/100 and needs improvement.
Evidence
{
"hasSummary": false,
"tableCount": 0,
"tablesWithHead": 0,
"tablesMissingThead": [],
"orderedLists": 0,
"hasFaq": true,
"definitionPatterns": 19,
"schemaBlocks": 2,
"missingSignals": [
"optional top summary / TL;DR / key takeaways block",
"table with <thead> only if the page already has tabular/comparative data",
"ordered list only if the page explains a workflow/process"
],
"score": 85,
"weight": 24
}GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AIO: Answer block readiness
AIO: Answer block readiness scored 65/100 and needs improvement.
2 Warning
GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AIO: Answer block readiness
AIO: Answer block readiness scored 65/100 and needs improvement.
Needs attention
AIO: Answer block readiness
Issue
28 section(s) may benefit from a clearer opening answer; this is optional for feature/card sections.
Details
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": 29,
"passing": 1,
"failing": [
{
"heading": "Why Airwallex?",
"headingHtml": "<h2 class=\"css-169tzuk-CardsPanel\">Why Airwallex?</h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Powerful solutions engineered for global businesses",
"headingHtml": "<h2 class=\"css-1g7qx7e-CardsPanel\">Powerful solutions engineered for global businesses</h2>",
"firstParagraph": "Whether you're a global business looking to save time and money as you scale, or a forward-thinking platform or marketplace that's ready to build your own financial products, Airwallex's leading technology can help you get there.",
"paragraphHtml": "<p class=\"css-tnc95s-CardsPanel\">Whether you're a global business looking to save time and money as you scale, or a forward-thinking platform or marketplace that's ready to build your own financial products, Airwallex's leading technology can help you get there.</p>",
"words": 36,
"direct": false,
"issue": "First paragraph is 36 words and does not look like a concise direct answer."
},
{
"heading": "Business Accounts",
"headingHtml": "<h3 class=\"ewc8tb71 css-a7zg95\"><picture class=\"css-u951ix-Image\"><img src=\"//images.ctfassets.net/sxag7u4cz1re/656jEKFjzkuoUv8LhNVwo5/97336a763b4ab4570d5f3e542c2c7d96/logomark-ba-32px-white.svg\" alt=\"Business Accounts\" loading=\"lazy\" class=\"css-11epj84\"></picture>Business Accounts</h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Spend",
"headingHtml": "<h3 class=\"ewc8tb71 css-a7zg95\"><picture class=\"css-u951ix-Image\"><img src=\"//images.ctfassets.net/sxag7u4cz1re/6yD6XppRj2pSu3fVJbOvUp/9ee87a8c79079c0d89aaec0431de817e/logomark-spend-32px-white.svg\" alt=\"Spend\" loading=\"lazy\" class=\"css-11epj84\"></picture>Spend</h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Payments",
"headingHtml": "<h3 class=\"ewc8tb71 css-a7zg95\"><picture class=\"css-u951ix-Image\"><img src=\"//images.ctfassets.net/sxag7u4cz1re/5Kq2391la7qGC7RHl5UsYY/bd7f83e3073f6552d2773fd62e2244b6/logomark-payments-32px-white.svg\" alt=\"Payments\" loading=\"lazy\" class=\"css-11epj84\"></picture>Payments</h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Billing",
"headingHtml": "<h3 class=\"ewc8tb71 css-a7zg95\"><picture class=\"css-u951ix-Image\"><img src=\"//images.ctfassets.net/sxag7u4cz1re/3BssNEovg6Wxp1Syn9CHAO/aedf31058c6666c7373fd51e14340928/logomark-billing-white-32px.svg\" alt=\"Billing\" loading=\"lazy\" class=\"css-11epj84\"></picture>Billing</h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Platform APIs",
"headingHtml": "<h3 class=\"ewc8tb71 css-a7zg95\"><picture class=\"css-u951ix-Image\"><img src=\"//images.ctfassets.net/sxag7u4cz1re/5kF1euLybSg97fQPkNyH9j/7959841f230e9266dd153ce47dd2825a/logomark-emfi-32px-white.svg\" alt=\"Platform APIs\" loading=\"lazy\" class=\"css-11epj84\"></picture>Platform APIs</h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Business Accounts",
"headingHtml": "<h3 class=\"ewc8tb71 css-a7zg95\"><picture class=\"css-0\"><img src=\"//images.ctfassets.net/sxag7u4cz1re/656jEKFjzkuoUv8LhNVwo5/97336a763b4ab4570d5f3e542c2c7d96/logomark-ba-32px-white.svg\" alt=\"Business Accounts\" loading=\"lazy\" class=\"css-11epj84\"></picture>Business Accounts</h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Spend",
"headingHtml": "<h3 class=\"ewc8tb71 css-a7zg95\"><picture class=\"css-0\"><img src=\"//images.ctfassets.net/sxag7u4cz1re/6yD6XppRj2pSu3fVJbOvUp/9ee87a8c79079c0d89aaec0431de817e/logomark-spend-32px-white.svg\" alt=\"Spend\" loading=\"lazy\" class=\"css-11epj84\"></picture>Spend</h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Payments",
"headingHtml": "<h3 class=\"ewc8tb71 css-a7zg95\"><picture class=\"css-0\"><img src=\"//images.ctfassets.net/sxag7u4cz1re/5Kq2391la7qGC7RHl5UsYY/bd7f83e3073f6552d2773fd62e2244b6/logomark-payments-32px-white.svg\" alt=\"Payments\" loading=\"lazy\" class=\"css-11epj84\"></picture>Payments</h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Billing",
"headingHtml": "<h3 class=\"ewc8tb71 css-a7zg95\"><picture class=\"css-0\"><img src=\"//images.ctfassets.net/sxag7u4cz1re/3BssNEovg6Wxp1Syn9CHAO/aedf31058c6666c7373fd51e14340928/logomark-billing-white-32px.svg\" alt=\"Billing\" loading=\"lazy\" class=\"css-11epj84\"></picture>Billing</h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Platform APIs",
"headingHtml": "<h3 class=\"ewc8tb71 css-a7zg95\"><picture class=\"css-0\"><img src=\"//images.ctfassets.net/sxag7u4cz1re/5kF1euLybSg97fQPkNyH9j/7959841f230e9266dd153ce47dd2825a/logomark-emfi-32px-white.svg\" alt=\"Platform APIs\" loading=\"lazy\" class=\"css-11epj84\"></picture>Platform APIs</h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Your financial universe on one platform",
"headingHtml": "<h2 class=\"css-1s14e2j\">Your financial universe on one platform</h2>",
"firstParagraph": "Software and APIs to manage everything from business accounts, spend, and payments to embedded finance.",
"paragraphHtml": "<p class=\"css-6ecff-ProductsCarousels\">Software and APIs to manage everything from business accounts, spend, and payments to embedded finance.</p>",
"words": 15,
"direct": false,
"issue": "First paragraph is 15 words and does not look like a concise direct answer."
},
{
"heading": "A single account to manage your global payments and finances",
"headingHtml": "<h3 class=\"css-1j0xcu5\">A single account to manage your global payments and finances</h3>",
"firstParagraph": "Global Accounts",
"paragraphHtml": "<p class=\"css-1ulpsuq\">Global Accounts</p>",
"words": 2,
"direct": false,
"issue": "First paragraph is 2 words and does not look like a concise direct answer."
},
{
"heading": "Tools to control and track global business expenses",
"headingHtml": "<h3 class=\"css-1j0xcu5\">Tools to control and track global business expenses</h3>",
"firstParagraph": "Corporate Cards",
"paragraphHtml": "<p class=\"css-1ulpsuq\">Corporate Cards</p>",
"words": 2,
"direct": false,
"issue": "First paragraph is 2 words and does not look like a concise direct answer."
},
{
"heading": "Online payment acceptance to grow your international customer base",
"headingHtml": "<h3 class=\"css-1j0xcu5\">Online payment acceptance to grow your international customer base</h3>",
"firstParagraph": "Checkout",
"paragraphHtml": "<p class=\"css-1ulpsuq\">Checkout</p>",
"words": 1,
"direct": false,
"issue": "First paragraph is 1 words and does not look like a concise direct answer."
},
{
"heading": "Maximise your global revenue with Billing",
"headingHtml": "<h3 class=\"css-1j0xcu5\">Maximise your global revenue with Billing</h3>",
"firstParagraph": "Invoicing",
"paragraphHtml": "<p class=\"css-1ulpsuq\">Invoicing</p>",
"words": 1,
"direct": false,
"issue": "First paragraph is 1 words and does not look like a concise direct answer."
},
{
"heading": "APIs to build and monetise your own global financial products",
"headingHtml": "<h3 class=\"css-1j0xcu5\">APIs to build and monetise your own global financial products</h3>",
"firstParagraph": "Connected Accounts",
"paragraphHtml": "<p class=\"css-1ulpsuq\">Connected Accounts</p>",
"words": 2,
"direct": false,
"issue": "First paragraph is 2 words and does not look like a concise direct answer."
},
{
"heading": "Gain a competitive edge with Airwallex",
"headingHtml": "<h2 class=\"css-1w9hcq5\">Gain a competitive edge with Airwallex</h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "All you need to do business, locally and globally",
"headingHtml": "<h2 class=\"css-1p6pbj4\">All you need to do business, locally and globally</h2>",
"firstParagraph": "Avoid the pain of managing payments and finances across multiple disconnected software providers. With Airwallex, you get a single unified platform, engineered with all the powerful features you need to streamline and future proof your business growth.",
"paragraphHtml": "<p class=\"css-bou1co\">Avoid the pain of managing payments and finances across multiple disconnected software providers. With Airwallex, you get a single unified platform, engineered with all the powerful features you need to streamline and future proof your business growth. </p>",
"words": 37,
"direct": false,
"issue": "First paragraph is 37 words and does not look like a concise direct answer."
},
{
"heading": "Radically save time and cost every single day",
"headingHtml": "<h2 class=\"css-1p6pbj4\">Radically save time and cost every single day</h2>",
"firstParagraph": "Experience remarkable speed and efficiency. Accept payments in local currencies, make high-speed transfers, and safeguard profits with like-for-like settlement, access to interbank FX rates, and no hidden charges on corporate expenses.",
"paragraphHtml": "<p class=\"css-bou1co\">Experience remarkable speed and efficiency. Accept payments in local currencies, make high-speed transfers, and safeguard profits with like-for-like settlement, access to interbank FX rates, and no hidden charges on corporate expenses.</p>",
"words": 31,
"direct": false,
"issue": "First paragraph is 31 words and does not look like a concise direct answer."
},
{
"heading": "Automated workflows, enhanced by AI",
"headingHtml": "<h2 class=\"css-1p6pbj4\">Automated workflows, enhanced by AI</h2>",
"firstParagraph": "Speed up your cash flow cycle and eliminate time-consuming manual processes. Automate common workflows and save hours each week on bookkeeping and reconciliation when you connect Airwallex with your accounting software.",
"paragraphHtml": "<p class=\"css-bou1co\">Speed up your cash flow cycle and eliminate time-consuming manual processes. Automate common workflows and save hours each week on bookkeeping and reconciliation when you connect Airwallex with your accounting software.</p>",
"words": 31,
"direct": false,
"issue": "First paragraph is 31 words and does not look like a concise direct answer."
},
{
"heading": "70+",
"headingHtml": "<h2 headingcolor=\"linear-gradient(135deg, #FF4F42 0%, #FF8E3C 100%)\" class=\"evywugd7 css-13uoiv7\"><span>70+</span></h2>",
"firstParagraph": "countries where you can collect funds like a local",
"paragraphHtml": "<p class=\"evywugd6 css-1g2r2ih\">countries where you can collect funds like a local</p>",
"words": 9,
"direct": false,
"issue": "First paragraph is 9 words and does not look like a concise direct answer."
},
{
"heading": "120+",
"headingHtml": "<h2 headingcolor=\"linear-gradient(135deg, #D200A3 0%, #F80F6B 100%)\" class=\"evywugd7 css-19j1vwm\"><span>120+</span></h2>",
"firstParagraph": "countries to which you can make local transfers",
"paragraphHtml": "<p class=\"evywugd6 css-1g2r2ih\">countries to which you can make local transfers</p>",
"words": 8,
"direct": false,
"issue": "First paragraph is 8 words and does not look like a concise direct answer."
},
{
"heading": "$235B+",
"headingHtml": "<h2 headingcolor=\"linear-gradient(134.98deg, #612FFF 13.72%, #D200A3 100%)\" class=\"evywugd7 css-3fcc2k\"><span>$235B+</span></h2>",
"firstParagraph": "global payments processed annually",
"paragraphHtml": "<p class=\"evywugd6 css-1g2r2ih\">global payments processed annually</p>",
"words": 4,
"direct": false,
"issue": "First paragraph is 4 words and does not look like a concise direct answer."
},
{
"heading": "180+",
"headingHtml": "<h2 headingcolor=\"linear-gradient(315deg, #FB1C50 0%, #C109AE 50.68%, #612FFF 100%)\" class=\"evywugd7 css-1lfugkk\"><span>180+</span></h2>",
"firstParagraph": "countries from which you can accept payments",
"paragraphHtml": "<p class=\"evywugd6 css-1g2r2ih\">countries from which you can accept payments</p>",
"words": 7,
"direct": false,
"issue": "First paragraph is 7 words and does not look like a concise direct answer."
},
{
"heading": "Trusted by 200,000+ businesses",
"headingHtml": "<h2 class=\"css-q31wf7-TestimonialQuotesCarousel\">Trusted by 200,000+ businesses</h2>",
"firstParagraph": "Here’s what they say",
"paragraphHtml": "<p class=\"css-q31wf7-TestimonialQuotesCarousel\">Here’s what they say</p>",
"words": 5,
"direct": false,
"issue": "First paragraph is 5 words and does not look like a concise direct answer."
},
{
"heading": "Create an Airwallex account today",
"headingHtml": "<h2 class=\"css-ddobaj-CTABannerContainer\">Create an Airwallex account today</h2>",
"firstParagraph": "© Airwallex 2026. All rights reserved. Sitemap",
"paragraphHtml": "<p class=\"css-mcnn7l-Wo\">© Airwallex 2026. All rights reserved.<!-- --> <a href=\"/sitemap\" class=\"css-264g5i\">Sitemap</a></p>",
"words": 6,
"direct": false,
"issue": "First paragraph is 6 words and does not look like a concise direct answer."
}
],
"score": 65,
"weight": 8
}GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AEO: Entity and definition clarity
AEO: Entity and definition clarity scored 84/100 and needs improvement.
1 Warning
GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AEO: Entity and definition clarity
AEO: Entity and definition clarity scored 84/100 and needs improvement.
Needs attention
AEO: Entity and definition clarity
Issue
Entity or definition gaps: trusted, financial, platform, intelligent, businesses.
Details
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
84/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 84/100 and needs improvement.
Evidence
{
"title": "Airwallex: Trusted Global Payments & Financial Platform",
"h1": "The intelligent financial platform for global businesses",
"description": "Grow your business faster with Airwallex - global business accounts, high speed transfers, multi-currency cards, online payments, embedded finance, and more.",
"topicOverlap": 0.375,
"definitionCount": 19,
"topicTerms": [
"airwallex",
"trusted",
"global",
"payments",
"financial",
"platform",
"intelligent",
"businesses"
],
"descriptionTerms": [
"grow",
"business",
"faster",
"airwallex",
"global",
"accounts",
"high",
"speed",
"transfers",
"multi",
"currency",
"cards",
"online",
"payments",
"embedded",
"finance",
"more"
],
"missingFromDescription": [
"trusted",
"financial",
"platform",
"intelligent",
"businesses"
],
"score": 84,
"weight": 18
}GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AEO: Answer intent coverage
AEO: Answer intent coverage scored 70/100 and needs improvement.
1 Warning
GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AEO: Answer intent coverage
AEO: Answer intent coverage scored 70/100 and needs improvement.
Needs attention
AEO: Answer intent coverage
Issue
Missing likely AI Overview intent sections: what, how, compare.
Details
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": "Why Airwallex?",
"html": "<h2 class=\"css-169tzuk-CardsPanel\">Why Airwallex?</h2>"
},
{
"text": "Powerful solutions engineered for global businesses",
"html": "<h2 class=\"css-1g7qx7e-CardsPanel\">Powerful solutions engineered for global businesses</h2>"
},
{
"text": "Your financial universe on one platform",
"html": "<h2 class=\"css-1s14e2j\">Your financial universe on one platform</h2>"
},
{
"text": "Gain a competitive edge with Airwallex",
"html": "<h2 class=\"css-1w9hcq5\">Gain a competitive edge with Airwallex</h2>"
},
{
"text": "All you need to do business, locally and globally",
"html": "<h2 class=\"css-1p6pbj4\">All you need to do business, locally and globally</h2>"
},
{
"text": "Radically save time and cost every single day",
"html": "<h2 class=\"css-1p6pbj4\">Radically save time and cost every single day</h2>"
},
{
"text": "Automated workflows, enhanced by AI",
"html": "<h2 class=\"css-1p6pbj4\">Automated workflows, enhanced by AI</h2>"
},
{
"text": "Tap into the world’s local payments network",
"html": "<h2 class=\"evywugd3 css-6lrrht\">Tap into the world’s local payments network</h2>"
},
{
"text": "70+",
"html": "<h2 headingcolor=\"linear-gradient(135deg, #FF4F42 0%, #FF8E3C 100%)\" class=\"evywugd7 css-13uoiv7\"><span>70+</span></h2>"
},
{
"text": "120+",
"html": "<h2 headingcolor=\"linear-gradient(135deg, #D200A3 0%, #F80F6B 100%)\" class=\"evywugd7 css-19j1vwm\"><span>120+</span></h2>"
},
{
"text": "$235B+",
"html": "<h2 headingcolor=\"linear-gradient(134.98deg, #612FFF 13.72%, #D200A3 100%)\" class=\"evywugd7 css-3fcc2k\"><span>$235B+</span></h2>"
},
{
"text": "180+",
"html": "<h2 headingcolor=\"linear-gradient(315deg, #FB1C50 0%, #C109AE 50.68%, #612FFF 100%)\" class=\"evywugd7 css-1lfugkk\"><span>180+</span></h2>"
},
{
"text": "Trusted by 200,000+ businesses",
"html": "<h2 class=\"css-q31wf7-TestimonialQuotesCarousel\">Trusted by 200,000+ businesses</h2>"
},
{
"text": "Create an Airwallex account today",
"html": "<h2 class=\"css-ddobaj-CTABannerContainer\">Create an Airwallex account today</h2>"
}
],
"expected": [
{
"id": "what",
"label": "What is Airwallex: Trusted Global Payments & Financia...?",
"pattern": {}
},
{
"id": "how",
"label": "How does Airwallex: Trusted Global Payments & Financia... work?",
"pattern": {}
},
{
"id": "benefits",
"label": "Why use Airwallex: Trusted Global Payments & Financia...?",
"pattern": {}
},
{
"id": "cost",
"label": "Is Airwallex: Trusted Global Payments & Financia... free or paid?",
"pattern": {}
},
{
"id": "compare",
"label": "How does Airwallex: Trusted Global Payments & Financia... compare with alternatives?",
"pattern": {}
}
],
"missing": [
{
"id": "what",
"label": "What is Airwallex: Trusted Global Payments & Financia...?",
"pattern": {}
},
{
"id": "how",
"label": "How does Airwallex: Trusted Global Payments & Financia... work?",
"pattern": {}
},
{
"id": "compare",
"label": "How does Airwallex: Trusted Global Payments & Financia... compare with alternatives?",
"pattern": {}
}
],
"score": 70,
"weight": 8
}GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AIO: Page experience for AIO
AIO: Page experience for AIO scored 80/100 and needs improvement.
1 Warning
GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AIO: Page experience for AIO
AIO: Page experience for AIO scored 80/100 and needs improvement.
Needs attention
AIO: Page experience for AIO
Issue
197 image(s) are missing width/height attributes.
Details
Why it matters
AI Overviews depend on Google-search eligibility, useful visible content, consistent structured data, answer-first sections, trust signals, and preview controls that permit snippets.
Check name
AIO: Page experience for AIO
Score
80/100
Status
warning
Category
GEO, AIO & AEO
Maturity
Emerging recommendation
Goal
Make page content eligible and useful for Google AI Overviews and AI Mode extraction.
Result
AIO: Page experience for AIO scored 80/100 and needs improvement.
Evidence
{
"viewportContent": "width=device-width,minimum-scale=1,initial-scale=1",
"visibleWords": 3236,
"htmlBytes": 671107,
"imagesMissingDimensions": [
{
"src": "//images.ctfassets.net/sxag7u4cz1re/1lIJGPLPGMLYijghOOY3q3/76eaa2b3fda5fe685b0c650236143aae/logomark-ba-32px.svg",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"//images.ctfassets.net/sxag7u4cz1re/1lIJGPLPGMLYijghOOY3q3/76eaa2b3fda5fe685b0c650236143aae/logomark-ba-32px.svg\" alt=\"Business Accounts\" class=\"css-1bf7e4w\">"
},
{
"src": "//images.ctfassets.net/sxag7u4cz1re/5dtHnHqPqQvYNpbxLddWsV/7e78906a51fe524514e500ca55eb5acd/logomark-spend-32px.svg",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"//images.ctfassets.net/sxag7u4cz1re/5dtHnHqPqQvYNpbxLddWsV/7e78906a51fe524514e500ca55eb5acd/logomark-spend-32px.svg\" alt=\"Spend\" class=\"css-1bf7e4w\">"
},
{
"src": "//images.ctfassets.net/sxag7u4cz1re/PWVdHdzft8zOjByNobtsH/3d4002709ece548f15f02d87c6a91f9b/logomark-payments-32px.svg",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"//images.ctfassets.net/sxag7u4cz1re/PWVdHdzft8zOjByNobtsH/3d4002709ece548f15f02d87c6a91f9b/logomark-payments-32px.svg\" alt=\"Payments\" class=\"css-1bf7e4w\">"
},
{
"src": "//images.ctfassets.net/sxag7u4cz1re/HtKKdTIZ2GK59gV5Om9rg/0577243b89b27a7ec8b31b78d9369d70/logomark-billing-32px.svg",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"//images.ctfassets.net/sxag7u4cz1re/HtKKdTIZ2GK59gV5Om9rg/0577243b89b27a7ec8b31b78d9369d70/logomark-billing-32px.svg\" alt=\"Billing\" class=\"css-1bf7e4w\">"
},
{
"src": "//images.ctfassets.net/sxag7u4cz1re/2Nmlmeg3QR7jg1dmsqrNzN/176a0f3eed3f9a54841e066832e45c74/logomark-emfi-32px.svg",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"//images.ctfassets.net/sxag7u4cz1re/2Nmlmeg3QR7jg1dmsqrNzN/176a0f3eed3f9a54841e066832e45c74/logomark-emfi-32px.svg\" alt=\"Platform APIs and Embedded Finance\" class=\"css-1bf7e4w\">"
},
{
"src": "//images.ctfassets.net/sxag7u4cz1re/3icOCa0XG7pyKL2fSiNSBw/800e90006acb03985df4493aff0767c3/awx-homepage-yield-feature.png?w=600&q=70",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"//images.ctfassets.net/sxag7u4cz1re/3icOCa0XG7pyKL2fSiNSBw/800e90006acb03985df4493aff0767c3/awx-homepage-yield-feature.png?w=600&q=70\" class=\"css-1p91dyk\">"
},
{
"src": "//images.ctfassets.net/sxag7u4cz1re/5RxmVvwq5vIRdUuai8mEZ5/cdcbc686c5b7dd44f6d9e760fecfe912/Group_3.webp?w=600&q=70",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"//images.ctfassets.net/sxag7u4cz1re/5RxmVvwq5vIRdUuai8mEZ5/cdcbc686c5b7dd44f6d9e760fecfe912/Group_3.webp?w=600&q=70\" alt=\"Featured Story\" class=\"css-1ocf9xd\">"
},
{
"src": "//images.ctfassets.net/sxag7u4cz1re/5aQVSFiqY4S3jSZNM9ENOQ/d4d6bf8702584cc08427618aea70cac5/World.svg",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"//images.ctfassets.net/sxag7u4cz1re/5aQVSFiqY4S3jSZNM9ENOQ/d4d6bf8702584cc08427618aea70cac5/World.svg\" alt class=\"css-12tj2xv-Ji\">"
},
{
"src": "//images.ctfassets.net/sxag7u4cz1re/4jzyRuYotw8Khp9eAkpFps/42849a497877613676fc66e3d033433d/au.svg",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"//images.ctfassets.net/sxag7u4cz1re/4jzyRuYotw8Khp9eAkpFps/42849a497877613676fc66e3d033433d/au.svg\" alt class=\"css-1f9kz78\">"
},
{
"src": "//images.ctfassets.net/sxag7u4cz1re/1ZjS29eNfJTlsgG4mxRZFs/dd2a5be416ac6539919eecf138bf1643/ca.svg",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"//images.ctfassets.net/sxag7u4cz1re/1ZjS29eNfJTlsgG4mxRZFs/dd2a5be416ac6539919eecf138bf1643/ca.svg\" alt class=\"css-1f9kz78\">"
},
{
"src": "//images.ctfassets.net/sxag7u4cz1re/44Ntiyq5QSAleu5cOW4XOt/552f2344e57d865cab0dff3dad38933b/flag-cn.svg",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"//images.ctfassets.net/sxag7u4cz1re/44Ntiyq5QSAleu5cOW4XOt/552f2344e57d865cab0dff3dad38933b/flag-cn.svg\" alt class=\"css-1f9kz78\">"
},
{
"src": "//images.ctfassets.net/sxag7u4cz1re/2GrVR1GAf7vRL4AzjpA0nc/1a146fd125506f966391f1cdfd317e6a/eu.svg",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"//images.ctfassets.net/sxag7u4cz1re/2GrVR1GAf7vRL4AzjpA0nc/1a146fd125506f966391f1cdfd317e6a/eu.svg\" alt class=\"css-1f9kz78\">"
},
{
"src": "//images.ctfassets.net/sxag7u4cz1re/3MbNGSx18Om2Rgq8R9ZWjt/71705d6ccb4920c7fd7bd96fd4d47d2e/fr.svg",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"//images.ctfassets.net/sxag7u4cz1re/3MbNGSx18Om2Rgq8R9ZWjt/71705d6ccb4920c7fd7bd96fd4d47d2e/fr.svg\" alt class=\"css-1f9kz78\">"
},
{
"src": "//images.ctfassets.net/sxag7u4cz1re/63CmXG7mEJtWHaKiTDVPnm/ad690d5070dcd564351b99050bc95a73/de.svg",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"//images.ctfassets.net/sxag7u4cz1re/63CmXG7mEJtWHaKiTDVPnm/ad690d5070dcd564351b99050bc95a73/de.svg\" alt class=\"css-1f9kz78\">"
},
{
"src": "//images.ctfassets.net/sxag7u4cz1re/4QsfDpjSFGwtWE7zZrXhw/5f51e20f90568abe0c7e93a90c6c42d0/hk.svg",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"//images.ctfassets.net/sxag7u4cz1re/4QsfDpjSFGwtWE7zZrXhw/5f51e20f90568abe0c7e93a90c6c42d0/hk.svg\" alt class=\"css-1f9kz78\">"
},
{
"src": "//images.ctfassets.net/sxag7u4cz1re/3SKx1XVymtyamGBK4oP9Zv/b0d1731d85c8b88dc4228157f9aa0a71/il.svg",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"//images.ctfassets.net/sxag7u4cz1re/3SKx1XVymtyamGBK4oP9Zv/b0d1731d85c8b88dc4228157f9aa0a71/il.svg\" alt class=\"css-1f9kz78\">"
},
{
"src": "//images.ctfassets.net/sxag7u4cz1re/6fGKZqMatDE3yjqPvrHVoE/ac8a1f07e8a3409c07d9d0e990a81b35/jp.svg",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"//images.ctfassets.net/sxag7u4cz1re/6fGKZqMatDE3yjqPvrHVoE/ac8a1f07e8a3409c07d9d0e990a81b35/jp.svg\" alt class=\"css-1f9kz78\">"
},
{
"src": "//images.ctfassets.net/sxag7u4cz1re/6DWGtYORvWKLMQMWn4OiFD/edcdf315137fdbdf7018791fdbfe7173/my.svg",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"//images.ctfassets.net/sxag7u4cz1re/6DWGtYORvWKLMQMWn4OiFD/edcdf315137fdbdf7018791fdbfe7173/my.svg\" alt class=\"css-1f9kz78\">"
},
{
"src": "//images.ctfassets.net/sxag7u4cz1re/29PccKVvdelDstEOyg5CXV/d514de204fc6435df882e7e4516e45f2/nl.svg",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"//images.ctfassets.net/sxag7u4cz1re/29PccKVvdelDstEOyg5CXV/d514de204fc6435df882e7e4516e45f2/nl.svg\" alt class=\"css-1f9kz78\">"
},
{
"src": "//images.ctfassets.net/sxag7u4cz1re/1eOqa4timGtlELqzB2gqF8/10e44837ab3303f434d365fd102f6319/nz.svg",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"//images.ctfassets.net/sxag7u4cz1re/1eOqa4timGtlELqzB2gqF8/10e44837ab3303f434d365fd102f6319/nz.svg\" alt class=\"css-1f9kz78\">"
},
{
"src": "//images.ctfassets.net/sxag7u4cz1re/zqITcOl1C1zCnG6hZiZ2J/a7ded3cec60bf964372eb7843ac0072e/sg.svg",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"//images.ctfassets.net/sxag7u4cz1re/zqITcOl1C1zCnG6hZiZ2J/a7ded3cec60bf964372eb7843ac0072e/sg.svg\" alt class=\"css-1f9kz78\">"
},
{
"src": "//images.ctfassets.net/sxag7u4cz1re/6Op7hZcrLSJdaAQpTUTvXu/5e73367b2b03bbd7fb43e278242c9574/kr.svg",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"//images.ctfassets.net/sxag7u4cz1re/6Op7hZcrLSJdaAQpTUTvXu/5e73367b2b03bbd7fb43e278242c9574/kr.svg\" alt class=\"css-1f9kz78\">"
},
{
"src": "//images.ctfassets.net/sxag7u4cz1re/5XuK9sTtwBI7RoghLq5LUT/a504c6ff284bc5862fc09a1c2aa6de4f/gb.svg",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"//images.ctfassets.net/sxag7u4cz1re/5XuK9sTtwBI7RoghLq5LUT/a504c6ff284bc5862fc09a1c2aa6de4f/gb.svg\" alt class=\"css-1f9kz78\">"
},
{
"src": "//images.ctfassets.net/sxag7u4cz1re/2VnrCJ1ch2JmySQVH2TWO8/27d5eb9af449ef8495a012ea09f3a85e/us.svg",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"//images.ctfassets.net/sxag7u4cz1re/2VnrCJ1ch2JmySQVH2TWO8/27d5eb9af449ef8495a012ea09f3a85e/us.svg\" alt class=\"css-1f9kz78\">"
},
{
"src": "//images.ctfassets.net/sxag7u4cz1re/422kR2WC8AgKq7LyWL0HSL/7f85917fa60d2232b26ec5b35c919148/vn.svg",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"//images.ctfassets.net/sxag7u4cz1re/422kR2WC8AgKq7LyWL0HSL/7f85917fa60d2232b26ec5b35c919148/vn.svg\" alt class=\"css-1f9kz78\">"
},
{
"src": "//images.ctfassets.net/sxag7u4cz1re/5aQVSFiqY4S3jSZNM9ENOQ/d4d6bf8702584cc08427618aea70cac5/World.svg",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"//images.ctfassets.net/sxag7u4cz1re/5aQVSFiqY4S3jSZNM9ENOQ/d4d6bf8702584cc08427618aea70cac5/World.svg\" alt class=\"css-1f9kz78\">"
},
{
"src": "//images.ctfassets.net/sxag7u4cz1re/1lIJGPLPGMLYijghOOY3q3/76eaa2b3fda5fe685b0c650236143aae/logomark-ba-32px.svg?w=600&q=70",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"//images.ctfassets.net/sxag7u4cz1re/1lIJGPLPGMLYijghOOY3q3/76eaa2b3fda5fe685b0c650236143aae/logomark-ba-32px.svg?w=600&q=70\" alt=\"Business Accounts\">"
},
{
"src": "//images.ctfassets.net/sxag7u4cz1re/5dtHnHqPqQvYNpbxLddWsV/7e78906a51fe524514e500ca55eb5acd/logomark-spend-32px.svg?w=600&q=70",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"//images.ctfassets.net/sxag7u4cz1re/5dtHnHqPqQvYNpbxLddWsV/7e78906a51fe524514e500ca55eb5acd/logomark-spend-32px.svg?w=600&q=70\" alt=\"Spend\">"
},
{
"src": "//images.ctfassets.net/sxag7u4cz1re/PWVdHdzft8zOjByNobtsH/3d4002709ece548f15f02d87c6a91f9b/logomark-payments-32px.svg?w=600&q=70",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"//images.ctfassets.net/sxag7u4cz1re/PWVdHdzft8zOjByNobtsH/3d4002709ece548f15f02d87c6a91f9b/logomark-payments-32px.svg?w=600&q=70\" alt=\"Payments\">"
},
{
"src": "//images.ctfassets.net/sxag7u4cz1re/HtKKdTIZ2GK59gV5Om9rg/0577243b89b27a7ec8b31b78d9369d70/logomark-billing-32px.svg?w=600&q=70",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"//images.ctfassets.net/sxag7u4cz1re/HtKKdTIZ2GK59gV5Om9rg/0577243b89b27a7ec8b31b78d9369d70/logomark-billing-32px.svg?w=600&q=70\" alt=\"Billing\">"
},
{
"src": "//images.ctfassets.net/sxag7u4cz1re/2Nmlmeg3QR7jg1dmsqrNzN/176a0f3eed3f9a54841e066832e45c74/logomark-emfi-32px.svg?w=600&q=70",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"//images.ctfassets.net/sxag7u4cz1re/2Nmlmeg3QR7jg1dmsqrNzN/176a0f3eed3f9a54841e066832e45c74/logomark-emfi-32px.svg?w=600&q=70\" alt=\"Platform APIs and Embedded Finance\">"
},
{
"src": "//images.ctfassets.net/sxag7u4cz1re/3icOCa0XG7pyKL2fSiNSBw/800e90006acb03985df4493aff0767c3/awx-homepage-yield-feature.png?w=600&q=70",
"width": "300",
"height": "",
"loading": "",
"html": "<img src=\"//images.ctfassets.net/sxag7u4cz1re/3icOCa0XG7pyKL2fSiNSBw/800e90006acb03985df4493aff0767c3/awx-homepage-yield-feature.png?w=600&q=70\" alt=\"FEATURED\" width=\"300\">"
},
{
"src": "//images.ctfassets.net/sxag7u4cz1re/5RxmVvwq5vIRdUuai8mEZ5/cdcbc686c5b7dd44f6d9e760fecfe912/Group_3.webp?w=600&q=70",
"width": "300",
"height": "",
"loading": "",
"html": "<img src=\"//images.ctfassets.net/sxag7u4cz1re/5RxmVvwq5vIRdUuai8mEZ5/cdcbc686c5b7dd44f6d9e760fecfe912/Group_3.webp?w=600&q=70\" alt=\"Featured Story\" width=\"300\">"
},
{
"src": "//images.ctfassets.net/sxag7u4cz1re/5aQVSFiqY4S3jSZNM9ENOQ/d4d6bf8702584cc08427618aea70cac5/World.svg",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"//images.ctfassets.net/sxag7u4cz1re/5aQVSFiqY4S3jSZNM9ENOQ/d4d6bf8702584cc08427618aea70cac5/World.svg\" alt class=\"css-19x3avj\">"
},
{
"src": "//images.ctfassets.net/sxag7u4cz1re/4jzyRuYotw8Khp9eAkpFps/42849a497877613676fc66e3d033433d/au.svg",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"//images.ctfassets.net/sxag7u4cz1re/4jzyRuYotw8Khp9eAkpFps/42849a497877613676fc66e3d033433d/au.svg\" alt class=\"css-1f9kz78\">"
},
{
"src": "//images.ctfassets.net/sxag7u4cz1re/1ZjS29eNfJTlsgG4mxRZFs/dd2a5be416ac6539919eecf138bf1643/ca.svg",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"//images.ctfassets.net/sxag7u4cz1re/1ZjS29eNfJTlsgG4mxRZFs/dd2a5be416ac6539919eecf138bf1643/ca.svg\" alt class=\"css-1f9kz78\">"
},
{
"src": "//images.ctfassets.net/sxag7u4cz1re/44Ntiyq5QSAleu5cOW4XOt/552f2344e57d865cab0dff3dad38933b/flag-cn.svg",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"//images.ctfassets.net/sxag7u4cz1re/44Ntiyq5QSAleu5cOW4XOt/552f2344e57d865cab0dff3dad38933b/flag-cn.svg\" alt class=\"css-1f9kz78\">"
},
{
"src": "//images.ctfassets.net/sxag7u4cz1re/2GrVR1GAf7vRL4AzjpA0nc/1a146fd125506f966391f1cdfd317e6a/eu.svg",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"//images.ctfassets.net/sxag7u4cz1re/2GrVR1GAf7vRL4AzjpA0nc/1a146fd125506f966391f1cdfd317e6a/eu.svg\" alt class=\"css-1f9kz78\">"
},
{
"src": "//images.ctfassets.net/sxag7u4cz1re/3MbNGSx18Om2Rgq8R9ZWjt/71705d6ccb4920c7fd7bd96fd4d47d2e/fr.svg",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"//images.ctfassets.net/sxag7u4cz1re/3MbNGSx18Om2Rgq8R9ZWjt/71705d6ccb4920c7fd7bd96fd4d47d2e/fr.svg\" alt class=\"css-1f9kz78\">"
},
{
"src": "//images.ctfassets.net/sxag7u4cz1re/63CmXG7mEJtWHaKiTDVPnm/ad690d5070dcd564351b99050bc95a73/de.svg",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"//images.ctfassets.net/sxag7u4cz1re/63CmXG7mEJtWHaKiTDVPnm/ad690d5070dcd564351b99050bc95a73/de.svg\" alt class=\"css-1f9kz78\">"
},
{
"src": "//images.ctfassets.net/sxag7u4cz1re/4QsfDpjSFGwtWE7zZrXhw/5f51e20f90568abe0c7e93a90c6c42d0/hk.svg",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"//images.ctfassets.net/sxag7u4cz1re/4QsfDpjSFGwtWE7zZrXhw/5f51e20f90568abe0c7e93a90c6c42d0/hk.svg\" alt class=\"css-1f9kz78\">"
},
{
"src": "//images.ctfassets.net/sxag7u4cz1re/3SKx1XVymtyamGBK4oP9Zv/b0d1731d85c8b88dc4228157f9aa0a71/il.svg",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"//images.ctfassets.net/sxag7u4cz1re/3SKx1XVymtyamGBK4oP9Zv/b0d1731d85c8b88dc4228157f9aa0a71/il.svg\" alt class=\"css-1f9kz78\">"
},
{
"src": "//images.ctfassets.net/sxag7u4cz1re/6fGKZqMatDE3yjqPvrHVoE/ac8a1f07e8a3409c07d9d0e990a81b35/jp.svg",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"//images.ctfassets.net/sxag7u4cz1re/6fGKZqMatDE3yjqPvrHVoE/ac8a1f07e8a3409c07d9d0e990a81b35/jp.svg\" alt class=\"css-1f9kz78\">"
},
{
"src": "//images.ctfassets.net/sxag7u4cz1re/6DWGtYORvWKLMQMWn4OiFD/edcdf315137fdbdf7018791fdbfe7173/my.svg",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"//images.ctfassets.net/sxag7u4cz1re/6DWGtYORvWKLMQMWn4OiFD/edcdf315137fdbdf7018791fdbfe7173/my.svg\" alt class=\"css-1f9kz78\">"
},
{
"src": "//images.ctfassets.net/sxag7u4cz1re/29PccKVvdelDstEOyg5CXV/d514de204fc6435df882e7e4516e45f2/nl.svg",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"//images.ctfassets.net/sxag7u4cz1re/29PccKVvdelDstEOyg5CXV/d514de204fc6435df882e7e4516e45f2/nl.svg\" alt class=\"css-1f9kz78\">"
},
{
"src": "//images.ctfassets.net/sxag7u4cz1re/1eOqa4timGtlELqzB2gqF8/10e44837ab3303f434d365fd102f6319/nz.svg",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"//images.ctfassets.net/sxag7u4cz1re/1eOqa4timGtlELqzB2gqF8/10e44837ab3303f434d365fd102f6319/nz.svg\" alt class=\"css-1f9kz78\">"
},
{
"src": "//images.ctfassets.net/sxag7u4cz1re/zqITcOl1C1zCnG6hZiZ2J/a7ded3cec60bf964372eb7843ac0072e/sg.svg",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"//images.ctfassets.net/sxag7u4cz1re/zqITcOl1C1zCnG6hZiZ2J/a7ded3cec60bf964372eb7843ac0072e/sg.svg\" alt class=\"css-1f9kz78\">"
},
{
"src": "//images.ctfassets.net/sxag7u4cz1re/6Op7hZcrLSJdaAQpTUTvXu/5e73367b2b03bbd7fb43e278242c9574/kr.svg",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"//images.ctfassets.net/sxag7u4cz1re/6Op7hZcrLSJdaAQpTUTvXu/5e73367b2b03bbd7fb43e278242c9574/kr.svg\" alt class=\"css-1f9kz78\">"
},
{
"src": "//images.ctfassets.net/sxag7u4cz1re/5XuK9sTtwBI7RoghLq5LUT/a504c6ff284bc5862fc09a1c2aa6de4f/gb.svg",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"//images.ctfassets.net/sxag7u4cz1re/5XuK9sTtwBI7RoghLq5LUT/a504c6ff284bc5862fc09a1c2aa6de4f/gb.svg\" alt class=\"css-1f9kz78\">"
},
{
"src": "//images.ctfassets.net/sxag7u4cz1re/2VnrCJ1ch2JmySQVH2TWO8/27d5eb9af449ef8495a012ea09f3a85e/us.svg",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"//images.ctfassets.net/sxag7u4cz1re/2VnrCJ1ch2JmySQVH2TWO8/27d5eb9af449ef8495a012ea09f3a85e/us.svg\" alt class=\"css-1f9kz78\">"
},
{
"src": "//images.ctfassets.net/sxag7u4cz1re/422kR2WC8AgKq7LyWL0HSL/7f85917fa60d2232b26ec5b35c919148/vn.svg",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"//images.ctfassets.net/sxag7u4cz1re/422kR2WC8AgKq7LyWL0HSL/7f85917fa60d2232b26ec5b35c919148/vn.svg\" alt class=\"css-1f9kz78\">"
},
{
"src": "//images.ctfassets.net/sxag7u4cz1re/5aQVSFiqY4S3jSZNM9ENOQ/d4d6bf8702584cc08427618aea70cac5/World.svg",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"//images.ctfassets.net/sxag7u4cz1re/5aQVSFiqY4S3jSZNM9ENOQ/d4d6bf8702584cc08427618aea70cac5/World.svg\" alt class=\"css-1f9kz78\">"
},
{
"src": "//images.ctfassets.net/sxag7u4cz1re/4yxWZia6elH1KQAdTv6oJT/c716e3ad6e627244f1adc691c9515c76/pbs-mob-hero-ba-slide1-5sec.svg",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"//images.ctfassets.net/sxag7u4cz1re/4yxWZia6elH1KQAdTv6oJT/c716e3ad6e627244f1adc691c9515c76/pbs-mob-hero-ba-slide1-5sec.svg\" alt class=\"ecyi68w1 css-49bq3a\">"
},
{
"src": "//images.ctfassets.net/sxag7u4cz1re/7fLnOLCxwVcjYrvIdzPtWg/6150fb87ff0258708325f5da88ea0993/pbs-mob-hero-spend-slide2-5sec.png?q=70&fm=jpg",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"//images.ctfassets.net/sxag7u4cz1re/7fLnOLCxwVcjYrvIdzPtWg/6150fb87ff0258708325f5da88ea0993/pbs-mob-hero-spend-slide2-5sec.png?q=70&fm=jpg\" alt class=\"ecyi68w1 css-9cjrla\">"
},
{
"src": "//images.ctfassets.net/sxag7u4cz1re/vPwJtSJieyfwS6GDOLR5z/b2420316821356bcd01777dd4e043b77/pbs-mob-hero-expense-slide3-5sec.png?q=70&fm=jpg",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"//images.ctfassets.net/sxag7u4cz1re/vPwJtSJieyfwS6GDOLR5z/b2420316821356bcd01777dd4e043b77/pbs-mob-hero-expense-slide3-5sec.png?q=70&fm=jpg\" alt class=\"ecyi68w1 css-9cjrla\">"
},
{
"src": "//images.ctfassets.net/sxag7u4cz1re/60CVdPXZ8xEK2UHZdPeuF8/ad495840886cd110304e30a8be6604cb/mob-8x-logo-shein.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"//images.ctfassets.net/sxag7u4cz1re/60CVdPXZ8xEK2UHZdPeuF8/ad495840886cd110304e30a8be6604cb/mob-8x-logo-shein.svg\" alt loading=\"lazy\" class=\"css-15xcdio-Item\">"
},
{
"src": "//images.ctfassets.net/sxag7u4cz1re/60ZiZEawQJqTwJHdLgCdZk/e3c5f03b9bd6903b34ed55945b3df110/mob-8x-logo-qantas.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"//images.ctfassets.net/sxag7u4cz1re/60ZiZEawQJqTwJHdLgCdZk/e3c5f03b9bd6903b34ed55945b3df110/mob-8x-logo-qantas.svg\" alt loading=\"lazy\" class=\"css-15xcdio-Item\">"
},
{
"src": "//images.ctfassets.net/sxag7u4cz1re/1XHnnYYHeQLjxyvW63bcJz/4e68b637b7ca4e34a950fa61ed45fef6/mob-8x-logo-xero.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"//images.ctfassets.net/sxag7u4cz1re/1XHnnYYHeQLjxyvW63bcJz/4e68b637b7ca4e34a950fa61ed45fef6/mob-8x-logo-xero.svg\" alt loading=\"lazy\" class=\"css-15xcdio-Item\">"
},
{
"src": "//images.ctfassets.net/sxag7u4cz1re/Szyk9liE3dLM0YhuFfQou/2d90a432ff590be94f2174923225f915/homepage-logos-rippling.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"//images.ctfassets.net/sxag7u4cz1re/Szyk9liE3dLM0YhuFfQou/2d90a432ff590be94f2174923225f915/homepage-logos-rippling.svg\" alt loading=\"lazy\" class=\"css-tl73h4-Item\">"
},
{
"src": "//images.ctfassets.net/sxag7u4cz1re/11AeDRMrkFxdaBV6MdmUFx/7d7e0f627dd2102cc6f005657c359334/mob-8x-logo-goat.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"//images.ctfassets.net/sxag7u4cz1re/11AeDRMrkFxdaBV6MdmUFx/7d7e0f627dd2102cc6f005657c359334/mob-8x-logo-goat.svg\" alt loading=\"lazy\" class=\"css-15xcdio-Item\">"
},
{
"src": "//images.ctfassets.net/sxag7u4cz1re/1aBnphPIY7YURsBZDAOOoc/7c3c9c8d13a75d00ad388f6c136da13d/mob-8x-logo-afterpay.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"//images.ctfassets.net/sxag7u4cz1re/1aBnphPIY7YURsBZDAOOoc/7c3c9c8d13a75d00ad388f6c136da13d/mob-8x-logo-afterpay.svg\" alt loading=\"lazy\" class=\"css-15xcdio-Item\">"
},
{
"src": "//images.ctfassets.net/sxag7u4cz1re/655QM6jj9RgquiEwASFIry/8fef23fb284761c991cc6e00567d2080/mob-8x-logo-navan.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"//images.ctfassets.net/sxag7u4cz1re/655QM6jj9RgquiEwASFIry/8fef23fb284761c991cc6e00567d2080/mob-8x-logo-navan.svg\" alt loading=\"lazy\" class=\"css-15xcdio-Item\">"
},
{
"src": "//images.ctfassets.net/sxag7u4cz1re/2xBDbb9mgZB4a8fJYluLgF/fae03d2d05dc860e08ab3f711639d9e5/mob-8x-logo-stake.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"//images.ctfassets.net/sxag7u4cz1re/2xBDbb9mgZB4a8fJYluLgF/fae03d2d05dc860e08ab3f711639d9e5/mob-8x-logo-stake.svg\" alt loading=\"lazy\" class=\"css-15xcdio-Item\">"
},
{
"src": "//images.ctfassets.net/sxag7u4cz1re/5sk1LZHk9tiHcK2D3iO9To/6aecf2feb801f0aeb20514e70ea411c2/mob-8x-logo-linktree.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"//images.ctfassets.net/sxag7u4cz1re/5sk1LZHk9tiHcK2D3iO9To/6aecf2feb801f0aeb20514e70ea411c2/mob-8x-logo-linktree.svg\" alt loading=\"lazy\" class=\"css-15xcdio-Item\">"
},
{
"src": "//images.ctfassets.net/sxag7u4cz1re/7JohJndWJcaFTVPUwxS4F6/a313fec16c9867223d8ef5fcd61d1c59/mob-8x-logo-canva.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"//images.ctfassets.net/sxag7u4cz1re/7JohJndWJcaFTVPUwxS4F6/a313fec16c9867223d8ef5fcd61d1c59/mob-8x-logo-canva.svg\" alt loading=\"lazy\" class=\"css-15xcdio-Item\">"
},
{
"src": "//images.ctfassets.net/sxag7u4cz1re/656jEKFjzkuoUv8LhNVwo5/97336a763b4ab4570d5f3e542c2c7d96/logomark-ba-32px-white.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"//images.ctfassets.net/sxag7u4cz1re/656jEKFjzkuoUv8LhNVwo5/97336a763b4ab4570d5f3e542c2c7d96/logomark-ba-32px-white.svg\" alt=\"Business Accounts\" loading=\"lazy\" class=\"css-11epj84\">"
},
{
"src": "//images.ctfassets.net/sxag7u4cz1re/2uspwVqOmqKTRZBCNzkoYC/fb061ea56654792e404b61bdc253e2e6/awx-homepage-productcard-ba-card-pbs2.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"//images.ctfassets.net/sxag7u4cz1re/2uspwVqOmqKTRZBCNzkoYC/fb061ea56654792e404b61bdc253e2e6/awx-homepage-productcard-ba-card-pbs2.svg\" alt loading=\"lazy\" class=\"css-ycyro4\">"
},
{
"src": "//images.ctfassets.net/sxag7u4cz1re/6yD6XppRj2pSu3fVJbOvUp/9ee87a8c79079c0d89aaec0431de817e/logomark-spend-32px-white.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"//images.ctfassets.net/sxag7u4cz1re/6yD6XppRj2pSu3fVJbOvUp/9ee87a8c79079c0d89aaec0431de817e/logomark-spend-32px-white.svg\" alt=\"Spend\" loading=\"lazy\" class=\"css-11epj84\">"
},
{
"src": "//images.ctfassets.net/sxag7u4cz1re/5nWnd81pLv2y6FB4oPUOhU/dd1f167d3072ab9dd9fcb322336a0950/awx-home-productcard-spend-pbs2.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"//images.ctfassets.net/sxag7u4cz1re/5nWnd81pLv2y6FB4oPUOhU/dd1f167d3072ab9dd9fcb322336a0950/awx-home-productcard-spend-pbs2.svg\" alt loading=\"lazy\" class=\"css-ycyro4\">"
},
{
"src": "//images.ctfassets.net/sxag7u4cz1re/5Kq2391la7qGC7RHl5UsYY/bd7f83e3073f6552d2773fd62e2244b6/logomark-payments-32px-white.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"//images.ctfassets.net/sxag7u4cz1re/5Kq2391la7qGC7RHl5UsYY/bd7f83e3073f6552d2773fd62e2244b6/logomark-payments-32px-white.svg\" alt=\"Payments\" loading=\"lazy\" class=\"css-11epj84\">"
},
{
"src": "//images.ctfassets.net/sxag7u4cz1re/2sfa4Suc6i0uxLH1AIocoW/30cdd9cf73fff8afc312c5ba6b2c619a/awx-home-productcard-payments-pbs2.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"//images.ctfassets.net/sxag7u4cz1re/2sfa4Suc6i0uxLH1AIocoW/30cdd9cf73fff8afc312c5ba6b2c619a/awx-home-productcard-payments-pbs2.svg\" alt loading=\"lazy\" class=\"css-ycyro4\">"
},
{
"src": "//images.ctfassets.net/sxag7u4cz1re/3BssNEovg6Wxp1Syn9CHAO/aedf31058c6666c7373fd51e14340928/logomark-billing-white-32px.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"//images.ctfassets.net/sxag7u4cz1re/3BssNEovg6Wxp1Syn9CHAO/aedf31058c6666c7373fd51e14340928/logomark-billing-white-32px.svg\" alt=\"Billing\" loading=\"lazy\" class=\"css-11epj84\">"
},
{
"src": "//images.ctfassets.net/sxag7u4cz1re/4IPkNWRkwIu5qANtmi9Y3Y/2cf4e2f1433a8d09f1881c81f5749591/awx-home-productcard-billing.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"//images.ctfassets.net/sxag7u4cz1re/4IPkNWRkwIu5qANtmi9Y3Y/2cf4e2f1433a8d09f1881c81f5749591/awx-home-productcard-billing.svg\" alt loading=\"lazy\" class=\"css-ycyro4\">"
},
{
"src": "//images.ctfassets.net/sxag7u4cz1re/5kF1euLybSg97fQPkNyH9j/7959841f230e9266dd153ce47dd2825a/logomark-emfi-32px-white.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"//images.ctfassets.net/sxag7u4cz1re/5kF1euLybSg97fQPkNyH9j/7959841f230e9266dd153ce47dd2825a/logomark-emfi-32px-white.svg\" alt=\"Platform APIs\" loading=\"lazy\" class=\"css-11epj84\">"
},
{
"src": "//images.ctfassets.net/sxag7u4cz1re/5c3VGn1flERCaq8VaoLfbL/902fe44ebaa515b5ee58d109aab7152e/awx-homepage-productcard-platformapi-pbs2.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"//images.ctfassets.net/sxag7u4cz1re/5c3VGn1flERCaq8VaoLfbL/902fe44ebaa515b5ee58d109aab7152e/awx-homepage-productcard-platformapi-pbs2.svg\" alt loading=\"lazy\" class=\"css-ycyro4\">"
},
{
"src": "//images.ctfassets.net/sxag7u4cz1re/656jEKFjzkuoUv8LhNVwo5/97336a763b4ab4570d5f3e542c2c7d96/logomark-ba-32px-white.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"//images.ctfassets.net/sxag7u4cz1re/656jEKFjzkuoUv8LhNVwo5/97336a763b4ab4570d5f3e542c2c7d96/logomark-ba-32px-white.svg\" alt=\"Business Accounts\" loading=\"lazy\" class=\"css-11epj84\">"
},
{
"src": "//images.ctfassets.net/sxag7u4cz1re/2uspwVqOmqKTRZBCNzkoYC/fb061ea56654792e404b61bdc253e2e6/awx-homepage-productcard-ba-card-pbs2.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"//images.ctfassets.net/sxag7u4cz1re/2uspwVqOmqKTRZBCNzkoYC/fb061ea56654792e404b61bdc253e2e6/awx-homepage-productcard-ba-card-pbs2.svg\" alt loading=\"lazy\" class=\"css-ycyro4\">"
},
{
"src": "//images.ctfassets.net/sxag7u4cz1re/6yD6XppRj2pSu3fVJbOvUp/9ee87a8c79079c0d89aaec0431de817e/logomark-spend-32px-white.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"//images.ctfassets.net/sxag7u4cz1re/6yD6XppRj2pSu3fVJbOvUp/9ee87a8c79079c0d89aaec0431de817e/logomark-spend-32px-white.svg\" alt=\"Spend\" loading=\"lazy\" class=\"css-11epj84\">"
},
{
"src": "//images.ctfassets.net/sxag7u4cz1re/5nWnd81pLv2y6FB4oPUOhU/dd1f167d3072ab9dd9fcb322336a0950/awx-home-productcard-spend-pbs2.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"//images.ctfassets.net/sxag7u4cz1re/5nWnd81pLv2y6FB4oPUOhU/dd1f167d3072ab9dd9fcb322336a0950/awx-home-productcard-spend-pbs2.svg\" alt loading=\"lazy\" class=\"css-ycyro4\">"
},
{
"src": "//images.ctfassets.net/sxag7u4cz1re/5Kq2391la7qGC7RHl5UsYY/bd7f83e3073f6552d2773fd62e2244b6/logomark-payments-32px-white.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"//images.ctfassets.net/sxag7u4cz1re/5Kq2391la7qGC7RHl5UsYY/bd7f83e3073f6552d2773fd62e2244b6/logomark-payments-32px-white.svg\" alt=\"Payments\" loading=\"lazy\" class=\"css-11epj84\">"
},
{
"src": "//images.ctfassets.net/sxag7u4cz1re/2sfa4Suc6i0uxLH1AIocoW/30cdd9cf73fff8afc312c5ba6b2c619a/awx-home-productcard-payments-pbs2.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"//images.ctfassets.net/sxag7u4cz1re/2sfa4Suc6i0uxLH1AIocoW/30cdd9cf73fff8afc312c5ba6b2c619a/awx-home-productcard-payments-pbs2.svg\" alt loading=\"lazy\" class=\"css-ycyro4\">"
},
{
"src": "//images.ctfassets.net/sxag7u4cz1re/3BssNEovg6Wxp1Syn9CHAO/aedf31058c6666c7373fd51e14340928/logomark-billing-white-32px.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"//images.ctfassets.net/sxag7u4cz1re/3BssNEovg6Wxp1Syn9CHAO/aedf31058c6666c7373fd51e14340928/logomark-billing-white-32px.svg\" alt=\"Billing\" loading=\"lazy\" class=\"css-11epj84\">"
},
{
"src": "//images.ctfassets.net/sxag7u4cz1re/4IPkNWRkwIu5qANtmi9Y3Y/2cf4e2f1433a8d09f1881c81f5749591/awx-home-productcard-billing.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"//images.ctfassets.net/sxag7u4cz1re/4IPkNWRkwIu5qANtmi9Y3Y/2cf4e2f1433a8d09f1881c81f5749591/awx-home-productcard-billing.svg\" alt loading=\"lazy\" class=\"css-ycyro4\">"
},
{
"src": "//images.ctfassets.net/sxag7u4cz1re/5kF1euLybSg97fQPkNyH9j/7959841f230e9266dd153ce47dd2825a/logomark-emfi-32px-white.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"//images.ctfassets.net/sxag7u4cz1re/5kF1euLybSg97fQPkNyH9j/7959841f230e9266dd153ce47dd2825a/logomark-emfi-32px-white.svg\" alt=\"Platform APIs\" loading=\"lazy\" class=\"css-11epj84\">"
},
{
"src": "//images.ctfassets.net/sxag7u4cz1re/5c3VGn1flERCaq8VaoLfbL/902fe44ebaa515b5ee58d109aab7152e/awx-homepage-productcard-platformapi-pbs2.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"//images.ctfassets.net/sxag7u4cz1re/5c3VGn1flERCaq8VaoLfbL/902fe44ebaa515b5ee58d109aab7152e/awx-homepage-productcard-platformapi-pbs2.svg\" alt loading=\"lazy\" class=\"css-ycyro4\">"
},
{
"src": "//images.ctfassets.net/sxag7u4cz1re/19OmDGbH3Cq6IZ59QFsPft/b4faddfc08ade5e4d2f0891855ee1d12/awx-mob-homepage-product_array-BA-GA-US-localized.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"//images.ctfassets.net/sxag7u4cz1re/19OmDGbH3Cq6IZ59QFsPft/b4faddfc08ade5e4d2f0891855ee1d12/awx-mob-homepage-product_array-BA-GA-US-localized.svg\" alt loading=\"lazy\" class=\"css-0\">"
},
{
"src": "//images.ctfassets.net/sxag7u4cz1re/3eTOlhKbw3UiYjh37wu3Bt/9f40479fac36772c7907d5af0b9163a3/awx-mob-homepage-product_array-BA-transfers-US-localized.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"//images.ctfassets.net/sxag7u4cz1re/3eTOlhKbw3UiYjh37wu3Bt/9f40479fac36772c7907d5af0b9163a3/awx-mob-homepage-product_array-BA-transfers-US-localized.svg\" alt loading=\"lazy\" class=\"css-0\">"
},
{
"src": "//images.ctfassets.net/sxag7u4cz1re/4npY1GJVZyxDBDQnxqrQQk/621c8d51653a94a15a1b9d31303f74fe/awx-mob-homepage-product_array-BA-cards-US-localized.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"//images.ctfassets.net/sxag7u4cz1re/4npY1GJVZyxDBDQnxqrQQk/621c8d51653a94a15a1b9d31303f74fe/awx-mob-homepage-product_array-BA-cards-US-localized.svg\" alt loading=\"lazy\" class=\"css-0\">"
},
{
"src": "//images.ctfassets.net/sxag7u4cz1re/3QlIgZNH8repu6ElYy4bVX/ce7839b3f6ded5c7edc80e7a98ab0016/mob-homepage-product_array-BA-integrations.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"//images.ctfassets.net/sxag7u4cz1re/3QlIgZNH8repu6ElYy4bVX/ce7839b3f6ded5c7edc80e7a98ab0016/mob-homepage-product_array-BA-integrations.svg\" alt loading=\"lazy\" class=\"css-0\">"
},
{
"src": "//images.ctfassets.net/sxag7u4cz1re/4npY1GJVZyxDBDQnxqrQQk/621c8d51653a94a15a1b9d31303f74fe/awx-mob-homepage-product_array-BA-cards-US-localized.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"//images.ctfassets.net/sxag7u4cz1re/4npY1GJVZyxDBDQnxqrQQk/621c8d51653a94a15a1b9d31303f74fe/awx-mob-homepage-product_array-BA-cards-US-localized.svg\" alt loading=\"lazy\" class=\"css-0\">"
},
{
"src": "//images.ctfassets.net/sxag7u4cz1re/2npdJJN9wy28r7RZZEij6U/0bc4ce389bb61d0963e585fa70bfe5f1/awx-mob-homepage-product_array-BA-expenses-US-localized.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"//images.ctfassets.net/sxag7u4cz1re/2npdJJN9wy28r7RZZEij6U/0bc4ce389bb61d0963e585fa70bfe5f1/awx-mob-homepage-product_array-BA-expenses-US-localized.svg\" alt loading=\"lazy\" class=\"css-0\">"
},
{
"src": "//images.ctfassets.net/sxag7u4cz1re/3QlIgZNH8repu6ElYy4bVX/ce7839b3f6ded5c7edc80e7a98ab0016/mob-homepage-product_array-BA-integrations.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"//images.ctfassets.net/sxag7u4cz1re/3QlIgZNH8repu6ElYy4bVX/ce7839b3f6ded5c7edc80e7a98ab0016/mob-homepage-product_array-BA-integrations.svg\" alt loading=\"lazy\" class=\"css-0\">"
},
{
"src": "//images.ctfassets.net/sxag7u4cz1re/3Q0jLOt7LtHNyWwAeqnGXa/174b09baa40cf3d593c96452e00d7f6c/mob-awx-homepage-payments-card.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"//images.ctfassets.net/sxag7u4cz1re/3Q0jLOt7LtHNyWwAeqnGXa/174b09baa40cf3d593c96452e00d7f6c/mob-awx-homepage-payments-card.svg\" alt loading=\"lazy\" class=\"css-0\">"
},
{
"src": "//images.ctfassets.net/sxag7u4cz1re/KMG1hcFsRJVD4foA9AexP/1e377562a000fba60f77d2973adff11b/mob-homepage-product_array-BA-payment_links.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"//images.ctfassets.net/sxag7u4cz1re/KMG1hcFsRJVD4foA9AexP/1e377562a000fba60f77d2973adff11b/mob-homepage-product_array-BA-payment_links.svg\" alt loading=\"lazy\" class=\"css-0\">"
},
{
"src": "//images.ctfassets.net/sxag7u4cz1re/UdYN3SO6I83Rd9eB2JdA9/423c0a1dd3ab7988e0cc0d78c54371d3/mob-homepage-product_array-BA-payment_plugin.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"//images.ctfassets.net/sxag7u4cz1re/UdYN3SO6I83Rd9eB2JdA9/423c0a1dd3ab7988e0cc0d78c54371d3/mob-homepage-product_array-BA-payment_plugin.svg\" alt loading=\"lazy\" class=\"css-0\">"
},
{
"src": "//images.ctfassets.net/sxag7u4cz1re/2Zmc2EiYPIzARGKD9NzTmw/6feb9959d713ffe356daf5bc612ed337/awx-billing-products-invoicing.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"//images.ctfassets.net/sxag7u4cz1re/2Zmc2EiYPIzARGKD9NzTmw/6feb9959d713ffe356daf5bc612ed337/awx-billing-products-invoicing.svg\" alt loading=\"lazy\" class=\"css-0\">"
},
{
"src": "//images.ctfassets.net/sxag7u4cz1re/3s6nhxEA8daPYQaKcwts1D/4871736d85a7b015bdf44f397a7913a5/awx-billing-products-subscription.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"//images.ctfassets.net/sxag7u4cz1re/3s6nhxEA8daPYQaKcwts1D/4871736d85a7b015bdf44f397a7913a5/awx-billing-products-subscription.svg\" alt loading=\"lazy\" class=\"css-0\">"
},
{
"src": "//images.ctfassets.net/sxag7u4cz1re/582eYaOYefDieXcFbHipCi/59b1c70db1a79c34411beb7b22320a93/awx-billing-products-ubb.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"//images.ctfassets.net/sxag7u4cz1re/582eYaOYefDieXcFbHipCi/59b1c70db1a79c34411beb7b22320a93/awx-billing-products-ubb.svg\" alt loading=\"lazy\" class=\"css-0\">"
},
{
"src": "//images.ctfassets.net/sxag7u4cz1re/xAEhG6iQfWjxASMJKfyvk/5fcf23a728ffa2e6d4e81b0c08717e36/homepage-product_array-platformapi-ca.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"//images.ctfassets.net/sxag7u4cz1re/xAEhG6iQfWjxASMJKfyvk/5fcf23a728ffa2e6d4e81b0c08717e36/homepage-product_array-platformapi-ca.svg\" alt loading=\"lazy\" class=\"css-0\">"
},
{
"src": "//images.ctfassets.net/sxag7u4cz1re/2gbU6uD3k8iGizXlO3mFAR/062b0e0dc23fbeb54286cf60dd32917a/mob-homepage-product_array-core_API-payments.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"//images.ctfassets.net/sxag7u4cz1re/2gbU6uD3k8iGizXlO3mFAR/062b0e0dc23fbeb54286cf60dd32917a/mob-homepage-product_array-core_API-payments.svg\" alt loading=\"lazy\" class=\"css-0\">"
},
{
"src": "//images.ctfassets.net/sxag7u4cz1re/4Fzi2WaJQ1BvnjZz4VWUiQ/2243c3177ec0af3bfc863a9a2fa73fb7/homepage-product_array-platformapi-accounts.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"//images.ctfassets.net/sxag7u4cz1re/4Fzi2WaJQ1BvnjZz4VWUiQ/2243c3177ec0af3bfc863a9a2fa73fb7/homepage-product_array-platformapi-accounts.svg\" alt loading=\"lazy\" class=\"css-0\">"
},
{
"src": "//images.ctfassets.net/sxag7u4cz1re/GZZGpUsnbRoqLqJHttT4J/4842c2d1d728ecdd046124b55ea86d13/awx-mob-homepage-product_array-core_API-FX-US-localized.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"//images.ctfassets.net/sxag7u4cz1re/GZZGpUsnbRoqLqJHttT4J/4842c2d1d728ecdd046124b55ea86d13/awx-mob-homepage-product_array-core_API-FX-US-localized.svg\" alt loading=\"lazy\" class=\"css-0\">"
},
{
"src": "//images.ctfassets.net/sxag7u4cz1re/1M1WwDsunEaiGn7nLm5KwA/c4842e23be922fa0f047bb1233f2c5b6/awx-mob-homepage-product_array-core_API-payouts-US-localized.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"//images.ctfassets.net/sxag7u4cz1re/1M1WwDsunEaiGn7nLm5KwA/c4842e23be922fa0f047bb1233f2c5b6/awx-mob-homepage-product_array-core_API-payouts-US-localized.svg\" alt loading=\"lazy\" class=\"css-0\">"
},
{
"src": "//images.ctfassets.net/sxag7u4cz1re/3x5cfLOxnxqtcf8lWylZ1f/e0c80049ffb775b3241ebb217b7a965f/awx-mob-homepage-product_array-core_API-issuing-US-localized.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"//images.ctfassets.net/sxag7u4cz1re/3x5cfLOxnxqtcf8lWylZ1f/e0c80049ffb775b3241ebb217b7a965f/awx-mob-homepage-product_array-core_API-issuing-US-localized.svg\" alt loading=\"lazy\" class=\"css-0\">"
},
{
"src": "//images.ctfassets.net/sxag7u4cz1re/M54wtWdJ9nhrxepUAh6gi/62eee7a83b969b73f4ca56fd752d98d6/awx-homepage-product_array-BA-US-localized.svg",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"//images.ctfassets.net/sxag7u4cz1re/M54wtWdJ9nhrxepUAh6gi/62eee7a83b969b73f4ca56fd752d98d6/awx-homepage-product_array-BA-US-localized.svg\" alt class=\"css-1ukc0n3\">"
},
{
"src": "//images.ctfassets.net/sxag7u4cz1re/19OmDGbH3Cq6IZ59QFsPft/b4faddfc08ade5e4d2f0891855ee1d12/awx-mob-homepage-product_array-BA-GA-US-localized.svg",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"//images.ctfassets.net/sxag7u4cz1re/19OmDGbH3Cq6IZ59QFsPft/b4faddfc08ade5e4d2f0891855ee1d12/awx-mob-homepage-product_array-BA-GA-US-localized.svg\" alt class=\"css-laxumk\">"
},
{
"src": "//images.ctfassets.net/sxag7u4cz1re/3eTOlhKbw3UiYjh37wu3Bt/9f40479fac36772c7907d5af0b9163a3/awx-mob-homepage-product_array-BA-transfers-US-localized.svg",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"//images.ctfassets.net/sxag7u4cz1re/3eTOlhKbw3UiYjh37wu3Bt/9f40479fac36772c7907d5af0b9163a3/awx-mob-homepage-product_array-BA-transfers-US-localized.svg\" alt class=\"css-laxumk\">"
},
{
"src": "//images.ctfassets.net/sxag7u4cz1re/4npY1GJVZyxDBDQnxqrQQk/621c8d51653a94a15a1b9d31303f74fe/awx-mob-homepage-product_array-BA-cards-US-localized.svg",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"//images.ctfassets.net/sxag7u4cz1re/4npY1GJVZyxDBDQnxqrQQk/621c8d51653a94a15a1b9d31303f74fe/awx-mob-homepage-product_array-BA-cards-US-localized.svg\" alt class=\"css-laxumk\">"
},
{
"src": "//images.ctfassets.net/sxag7u4cz1re/3QlIgZNH8repu6ElYy4bVX/ce7839b3f6ded5c7edc80e7a98ab0016/mob-homepage-product_array-BA-integrations.svg",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"//images.ctfassets.net/sxag7u4cz1re/3QlIgZNH8repu6ElYy4bVX/ce7839b3f6ded5c7edc80e7a98ab0016/mob-homepage-product_array-BA-integrations.svg\" alt class=\"css-laxumk\">"
},
{
"src": "//images.ctfassets.net/sxag7u4cz1re/19OmDGbH3Cq6IZ59QFsPft/b4faddfc08ade5e4d2f0891855ee1d12/awx-mob-homepage-product_array-BA-GA-US-localized.svg",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"//images.ctfassets.net/sxag7u4cz1re/19OmDGbH3Cq6IZ59QFsPft/b4faddfc08ade5e4d2f0891855ee1d12/awx-mob-homepage-product_array-BA-GA-US-localized.svg\" alt class=\"css-laxumk\">"
},
{
"src": "//images.ctfassets.net/sxag7u4cz1re/3eTOlhKbw3UiYjh37wu3Bt/9f40479fac36772c7907d5af0b9163a3/awx-mob-homepage-product_array-BA-transfers-US-localized.svg",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"//images.ctfassets.net/sxag7u4cz1re/3eTOlhKbw3UiYjh37wu3Bt/9f40479fac36772c7907d5af0b9163a3/awx-mob-homepage-product_array-BA-transfers-US-localized.svg\" alt class=\"css-laxumk\">"
},
{
"src": "//images.ctfassets.net/sxag7u4cz1re/4npY1GJVZyxDBDQnxqrQQk/621c8d51653a94a15a1b9d31303f74fe/awx-mob-homepage-product_array-BA-cards-US-localized.svg",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"//images.ctfassets.net/sxag7u4cz1re/4npY1GJVZyxDBDQnxqrQQk/621c8d51653a94a15a1b9d31303f74fe/awx-mob-homepage-product_array-BA-cards-US-localized.svg\" alt class=\"css-laxumk\">"
},
{
"src": "//images.ctfassets.net/sxag7u4cz1re/3QlIgZNH8repu6ElYy4bVX/ce7839b3f6ded5c7edc80e7a98ab0016/mob-homepage-product_array-BA-integrations.svg",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"//images.ctfassets.net/sxag7u4cz1re/3QlIgZNH8repu6ElYy4bVX/ce7839b3f6ded5c7edc80e7a98ab0016/mob-homepage-product_array-BA-integrations.svg\" alt class=\"css-laxumk\">"
},
{
"src": "https://grw-landing.airwallex.com/components-assets/containers/product-carousels/video-play-symbol.svg",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://grw-landing.airwallex.com/components-assets/containers/product-carousels/video-play-symbol.svg\" alt=\"Play\">"
},
{
"src": "//images.ctfassets.net/sxag7u4cz1re/63K733yD7IhsbljIc79PBU/8c33d99056fb81579687fa648bcdd131/awx-homepage-productbenefit1.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"//images.ctfassets.net/sxag7u4cz1re/63K733yD7IhsbljIc79PBU/8c33d99056fb81579687fa648bcdd131/awx-homepage-productbenefit1.svg\" alt loading=\"lazy\" class=\"ec0mmpy0 css-1e3ahke\">"
},
{
"src": "//images.ctfassets.net/sxag7u4cz1re/63K733yD7IhsbljIc79PBU/8c33d99056fb81579687fa648bcdd131/awx-homepage-productbenefit1.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"//images.ctfassets.net/sxag7u4cz1re/63K733yD7IhsbljIc79PBU/8c33d99056fb81579687fa648bcdd131/awx-homepage-productbenefit1.svg\" alt loading=\"lazy\" class=\"css-1s30l3v\">"
},
{
"src": "//images.ctfassets.net/sxag7u4cz1re/3lqtZMgfZRJmZgt2RpCvtJ/6b5723f540dded01aeaa7c20f6a3dc44/awx-homepage-productbenefit2.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"//images.ctfassets.net/sxag7u4cz1re/3lqtZMgfZRJmZgt2RpCvtJ/6b5723f540dded01aeaa7c20f6a3dc44/awx-homepage-productbenefit2.svg\" alt loading=\"lazy\" class=\"ec0mmpy0 css-1e3ahke\">"
},
{
"src": "//images.ctfassets.net/sxag7u4cz1re/3lqtZMgfZRJmZgt2RpCvtJ/6b5723f540dded01aeaa7c20f6a3dc44/awx-homepage-productbenefit2.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"//images.ctfassets.net/sxag7u4cz1re/3lqtZMgfZRJmZgt2RpCvtJ/6b5723f540dded01aeaa7c20f6a3dc44/awx-homepage-productbenefit2.svg\" alt loading=\"lazy\" class=\"css-1s30l3v\">"
},
{
"src": "//images.ctfassets.net/sxag7u4cz1re/1g2ut8wCOGodLoVPM0g2fh/562fec20f15c9803def9f079f042d9ca/awx-homepage-productbenefit3.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"//images.ctfassets.net/sxag7u4cz1re/1g2ut8wCOGodLoVPM0g2fh/562fec20f15c9803def9f079f042d9ca/awx-homepage-productbenefit3.svg\" alt loading=\"lazy\" class=\"ec0mmpy0 css-1e3ahke\">"
},
{
"src": "//images.ctfassets.net/sxag7u4cz1re/1g2ut8wCOGodLoVPM0g2fh/562fec20f15c9803def9f079f042d9ca/awx-homepage-productbenefit3.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"//images.ctfassets.net/sxag7u4cz1re/1g2ut8wCOGodLoVPM0g2fh/562fec20f15c9803def9f079f042d9ca/awx-homepage-productbenefit3.svg\" alt loading=\"lazy\" class=\"css-1s30l3v\">"
},
{
"src": "//images.ctfassets.net/sxag7u4cz1re/7yCw6FLJo38kga5iesjhf2/a130f67913fc52b152c5bf71f6235842/frame_6_1x.webp?q=70&w=904&fm=jpg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"//images.ctfassets.net/sxag7u4cz1re/7yCw6FLJo38kga5iesjhf2/a130f67913fc52b152c5bf71f6235842/frame_6_1x.webp?q=70&w=904&fm=jpg\" alt draggable=\"false\" loading=\"lazy\" class=\"css-d4fizv\">"
},
{
"src": "//images.ctfassets.net/sxag7u4cz1re/5XJeGvWiV4KvodrpWqYec/da73034be1d987e9fcf1a0912878faa2/case_study_logo-dalstrong.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"//images.ctfassets.net/sxag7u4cz1re/5XJeGvWiV4KvodrpWqYec/da73034be1d987e9fcf1a0912878faa2/case_study_logo-dalstrong.svg\" alt draggable=\"false\" loading=\"lazy\" class=\"css-swx17r\">"
},
{
"src": "//images.ctfassets.net/sxag7u4cz1re/4Eo1qXFGrck8AeiiTemW1a/700b678bf98b3a77b0daa146bf15be35/frame_8_1x.webp?q=70&w=904&fm=jpg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"//images.ctfassets.net/sxag7u4cz1re/4Eo1qXFGrck8AeiiTemW1a/700b678bf98b3a77b0daa146bf15be35/frame_8_1x.webp?q=70&w=904&fm=jpg\" alt draggable=\"false\" loading=\"lazy\" class=\"css-d4fizv\">"
},
{
"src": "//images.ctfassets.net/sxag7u4cz1re/4ooF0g4XMjIxnCl1aqEm1m/8d398d2e6a13f12636557183020075a7/crockd2.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"//images.ctfassets.net/sxag7u4cz1re/4ooF0g4XMjIxnCl1aqEm1m/8d398d2e6a13f12636557183020075a7/crockd2.svg\" alt draggable=\"false\" loading=\"lazy\" class=\"css-swx17r\">"
},
{
"src": "//images.ctfassets.net/sxag7u4cz1re/6p408MT5SbGb0VvZIchlcf/631cadefb71d60dbe5b1447d2901bc79/frame_3.webp?q=70&w=904&fm=jpg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"//images.ctfassets.net/sxag7u4cz1re/6p408MT5SbGb0VvZIchlcf/631cadefb71d60dbe5b1447d2901bc79/frame_3.webp?q=70&w=904&fm=jpg\" alt draggable=\"false\" loading=\"lazy\" class=\"css-d4fizv\">"
},
{
"src": "//images.ctfassets.net/sxag7u4cz1re/1NjzrC37HjimZpL6rIGGA8/b0211f5aa3b29e8dbe90aa0fb2075b76/case_study_logo-mr_yum.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"//images.ctfassets.net/sxag7u4cz1re/1NjzrC37HjimZpL6rIGGA8/b0211f5aa3b29e8dbe90aa0fb2075b76/case_study_logo-mr_yum.svg\" alt draggable=\"false\" loading=\"lazy\" class=\"css-swx17r\">"
},
{
"src": "//images.ctfassets.net/sxag7u4cz1re/3cR3kz1j1l86aMUwsWbWLm/0a84e3091704201d2818dcaa8b5e46c1/frame_17.webp?q=70&w=904&fm=jpg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"//images.ctfassets.net/sxag7u4cz1re/3cR3kz1j1l86aMUwsWbWLm/0a84e3091704201d2818dcaa8b5e46c1/frame_17.webp?q=70&w=904&fm=jpg\" alt draggable=\"false\" loading=\"lazy\" class=\"css-d4fizv\">"
},
{
"src": "//images.ctfassets.net/sxag7u4cz1re/4R8OHPbhyrXiewI1OAkHA9/32b0289e8f41b3707bce6169bf7d32a9/case_study_logo-zoomo.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"//images.ctfassets.net/sxag7u4cz1re/4R8OHPbhyrXiewI1OAkHA9/32b0289e8f41b3707bce6169bf7d32a9/case_study_logo-zoomo.svg\" alt draggable=\"false\" loading=\"lazy\" class=\"css-swx17r\">"
},
{
"src": "//images.ctfassets.net/sxag7u4cz1re/68uLoDj5VPVRwFdnGVWNxs/35272d55c7bef03cb5a1fbabc99f7ebe/frame_19.webp?q=70&w=904&fm=jpg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"//images.ctfassets.net/sxag7u4cz1re/68uLoDj5VPVRwFdnGVWNxs/35272d55c7bef03cb5a1fbabc99f7ebe/frame_19.webp?q=70&w=904&fm=jpg\" alt draggable=\"false\" loading=\"lazy\" class=\"css-d4fizv\">"
},
{
"src": "//images.ctfassets.net/sxag7u4cz1re/7w3InRVyAte1ub1t4FGpyp/f310b8c87e02e181fc9dd71552b2e0ca/karst.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"//images.ctfassets.net/sxag7u4cz1re/7w3InRVyAte1ub1t4FGpyp/f310b8c87e02e181fc9dd71552b2e0ca/karst.svg\" alt draggable=\"false\" loading=\"lazy\" class=\"css-swx17r\">"
},
{
"src": "//images.ctfassets.net/sxag7u4cz1re/5Zvjj9FwWGUloOjhEX5pD8/f74f2b4103ac1d1c45e5574c0a8a8e79/BSS_9592.jpg?q=70&w=904&fm=jpg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"//images.ctfassets.net/sxag7u4cz1re/5Zvjj9FwWGUloOjhEX5pD8/f74f2b4103ac1d1c45e5574c0a8a8e79/BSS_9592.jpg?q=70&w=904&fm=jpg\" alt draggable=\"false\" loading=\"lazy\" class=\"css-d4fizv\">"
},
{
"src": "//images.ctfassets.net/sxag7u4cz1re/4oUrIhKvhXFgAOdu8UAoSI/d604b3ba342e6884213379343920675e/Frame_24.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"//images.ctfassets.net/sxag7u4cz1re/4oUrIhKvhXFgAOdu8UAoSI/d604b3ba342e6884213379343920675e/Frame_24.svg\" alt draggable=\"false\" loading=\"lazy\" class=\"css-swx17r\">"
},
{
"src": "//images.ctfassets.net/sxag7u4cz1re/7yCw6FLJo38kga5iesjhf2/a130f67913fc52b152c5bf71f6235842/frame_6_1x.webp?q=70&w=904&fm=jpg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"//images.ctfassets.net/sxag7u4cz1re/7yCw6FLJo38kga5iesjhf2/a130f67913fc52b152c5bf71f6235842/frame_6_1x.webp?q=70&w=904&fm=jpg\" alt draggable=\"false\" loading=\"lazy\" class=\"css-d4fizv\">"
},
{
"src": "//images.ctfassets.net/sxag7u4cz1re/5XJeGvWiV4KvodrpWqYec/da73034be1d987e9fcf1a0912878faa2/case_study_logo-dalstrong.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"//images.ctfassets.net/sxag7u4cz1re/5XJeGvWiV4KvodrpWqYec/da73034be1d987e9fcf1a0912878faa2/case_study_logo-dalstrong.svg\" alt draggable=\"false\" loading=\"lazy\" class=\"css-swx17r\">"
},
{
"src": "//images.ctfassets.net/sxag7u4cz1re/4Eo1qXFGrck8AeiiTemW1a/700b678bf98b3a77b0daa146bf15be35/frame_8_1x.webp?q=70&w=904&fm=jpg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"//images.ctfassets.net/sxag7u4cz1re/4Eo1qXFGrck8AeiiTemW1a/700b678bf98b3a77b0daa146bf15be35/frame_8_1x.webp?q=70&w=904&fm=jpg\" alt draggable=\"false\" loading=\"lazy\" class=\"css-d4fizv\">"
},
{
"src": "//images.ctfassets.net/sxag7u4cz1re/4ooF0g4XMjIxnCl1aqEm1m/8d398d2e6a13f12636557183020075a7/crockd2.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"//images.ctfassets.net/sxag7u4cz1re/4ooF0g4XMjIxnCl1aqEm1m/8d398d2e6a13f12636557183020075a7/crockd2.svg\" alt draggable=\"false\" loading=\"lazy\" class=\"css-swx17r\">"
},
{
"src": "//images.ctfassets.net/sxag7u4cz1re/6p408MT5SbGb0VvZIchlcf/631cadefb71d60dbe5b1447d2901bc79/frame_3.webp?q=70&w=904&fm=jpg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"//images.ctfassets.net/sxag7u4cz1re/6p408MT5SbGb0VvZIchlcf/631cadefb71d60dbe5b1447d2901bc79/frame_3.webp?q=70&w=904&fm=jpg\" alt draggable=\"false\" loading=\"lazy\" class=\"css-d4fizv\">"
},
{
"src": "//images.ctfassets.net/sxag7u4cz1re/1NjzrC37HjimZpL6rIGGA8/b0211f5aa3b29e8dbe90aa0fb2075b76/case_study_logo-mr_yum.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"//images.ctfassets.net/sxag7u4cz1re/1NjzrC37HjimZpL6rIGGA8/b0211f5aa3b29e8dbe90aa0fb2075b76/case_study_logo-mr_yum.svg\" alt draggable=\"false\" loading=\"lazy\" class=\"css-swx17r\">"
},
{
"src": "//images.ctfassets.net/sxag7u4cz1re/3cR3kz1j1l86aMUwsWbWLm/0a84e3091704201d2818dcaa8b5e46c1/frame_17.webp?q=70&w=904&fm=jpg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"//images.ctfassets.net/sxag7u4cz1re/3cR3kz1j1l86aMUwsWbWLm/0a84e3091704201d2818dcaa8b5e46c1/frame_17.webp?q=70&w=904&fm=jpg\" alt draggable=\"false\" loading=\"lazy\" class=\"css-d4fizv\">"
},
{
"src": "//images.ctfassets.net/sxag7u4cz1re/4R8OHPbhyrXiewI1OAkHA9/32b0289e8f41b3707bce6169bf7d32a9/case_study_logo-zoomo.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"//images.ctfassets.net/sxag7u4cz1re/4R8OHPbhyrXiewI1OAkHA9/32b0289e8f41b3707bce6169bf7d32a9/case_study_logo-zoomo.svg\" alt draggable=\"false\" loading=\"lazy\" class=\"css-swx17r\">"
},
{
"src": "//images.ctfassets.net/sxag7u4cz1re/68uLoDj5VPVRwFdnGVWNxs/35272d55c7bef03cb5a1fbabc99f7ebe/frame_19.webp?q=70&w=904&fm=jpg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"//images.ctfassets.net/sxag7u4cz1re/68uLoDj5VPVRwFdnGVWNxs/35272d55c7bef03cb5a1fbabc99f7ebe/frame_19.webp?q=70&w=904&fm=jpg\" alt draggable=\"false\" loading=\"lazy\" class=\"css-d4fizv\">"
},
{
"src": "//images.ctfassets.net/sxag7u4cz1re/7w3InRVyAte1ub1t4FGpyp/f310b8c87e02e181fc9dd71552b2e0ca/karst.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"//images.ctfassets.net/sxag7u4cz1re/7w3InRVyAte1ub1t4FGpyp/f310b8c87e02e181fc9dd71552b2e0ca/karst.svg\" alt draggable=\"false\" loading=\"lazy\" class=\"css-swx17r\">"
},
{
"src": "//images.ctfassets.net/sxag7u4cz1re/5Zvjj9FwWGUloOjhEX5pD8/f74f2b4103ac1d1c45e5574c0a8a8e79/BSS_9592.jpg?q=70&w=904&fm=jpg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"//images.ctfassets.net/sxag7u4cz1re/5Zvjj9FwWGUloOjhEX5pD8/f74f2b4103ac1d1c45e5574c0a8a8e79/BSS_9592.jpg?q=70&w=904&fm=jpg\" alt draggable=\"false\" loading=\"lazy\" class=\"css-d4fizv\">"
},
{
"src": "//images.ctfassets.net/sxag7u4cz1re/4oUrIhKvhXFgAOdu8UAoSI/d604b3ba342e6884213379343920675e/Frame_24.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"//images.ctfassets.net/sxag7u4cz1re/4oUrIhKvhXFgAOdu8UAoSI/d604b3ba342e6884213379343920675e/Frame_24.svg\" alt draggable=\"false\" loading=\"lazy\" class=\"css-swx17r\">"
},
{
"src": "//images.ctfassets.net/sxag7u4cz1re/6x1JC4s6LnfgCGScYhWZCE/a49ecb5028b03e9537a6de1c779e47c6/frame_6.webp?q=70&w=904&fm=jpg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"//images.ctfassets.net/sxag7u4cz1re/6x1JC4s6LnfgCGScYhWZCE/a49ecb5028b03e9537a6de1c779e47c6/frame_6.webp?q=70&w=904&fm=jpg\" alt draggable=\"false\" loading=\"lazy\" class=\"css-d4fizv\">"
},
{
"src": "//images.ctfassets.net/sxag7u4cz1re/55rNIt2qMEmyhGAUP0xs1L/c486ec541af60ea72a1ad4295c640719/case_study_logo-pure.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"//images.ctfassets.net/sxag7u4cz1re/55rNIt2qMEmyhGAUP0xs1L/c486ec541af60ea72a1ad4295c640719/case_study_logo-pure.svg\" alt draggable=\"false\" loading=\"lazy\" class=\"css-swx17r\">"
},
{
"src": "//images.ctfassets.net/sxag7u4cz1re/2IMKp7VNWlyA01IHAvbhXw/436489af80bf19adb2e41ef1a6f39732/frame_1.webp?q=70&w=904&fm=jpg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"//images.ctfassets.net/sxag7u4cz1re/2IMKp7VNWlyA01IHAvbhXw/436489af80bf19adb2e41ef1a6f39732/frame_1.webp?q=70&w=904&fm=jpg\" alt draggable=\"false\" loading=\"lazy\" class=\"css-d4fizv\">"
},
{
"src": "//images.ctfassets.net/sxag7u4cz1re/6kpIZSsZj0q6ikge2w4l77/5872d297a9612dd0ade99aaf2170800b/plum3.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"//images.ctfassets.net/sxag7u4cz1re/6kpIZSsZj0q6ikge2w4l77/5872d297a9612dd0ade99aaf2170800b/plum3.svg\" alt draggable=\"false\" loading=\"lazy\" class=\"css-swx17r\">"
},
{
"src": "//images.ctfassets.net/sxag7u4cz1re/3rAui6SOGdNIlGzF9YF5kO/88bd77570aad027137ebbc51f3e5664e/frame_4.webp?q=70&w=904&fm=jpg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"//images.ctfassets.net/sxag7u4cz1re/3rAui6SOGdNIlGzF9YF5kO/88bd77570aad027137ebbc51f3e5664e/frame_4.webp?q=70&w=904&fm=jpg\" alt draggable=\"false\" loading=\"lazy\" class=\"css-d4fizv\">"
},
{
"src": "//images.ctfassets.net/sxag7u4cz1re/2L3pX7fY10dxCP7RUR6HG0/6172dcdd4928e070cd050f239624b0eb/clipchamp.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"//images.ctfassets.net/sxag7u4cz1re/2L3pX7fY10dxCP7RUR6HG0/6172dcdd4928e070cd050f239624b0eb/clipchamp.svg\" alt draggable=\"false\" loading=\"lazy\" class=\"css-swx17r\">"
},
{
"src": "//images.ctfassets.net/sxag7u4cz1re/2w0BkOO8857Xz5k6SViH6b/b38f11136f3447aa06f9438ca4cf3f14/sheet_society.jpg?q=70&w=904&fm=jpg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"//images.ctfassets.net/sxag7u4cz1re/2w0BkOO8857Xz5k6SViH6b/b38f11136f3447aa06f9438ca4cf3f14/sheet_society.jpg?q=70&w=904&fm=jpg\" alt draggable=\"false\" loading=\"lazy\" class=\"css-d4fizv\">"
},
{
"src": "//images.ctfassets.net/sxag7u4cz1re/4hoNuWb3EXwvbUQJUAByBG/3fa3c5420ad173be4af82a22785d88fb/customer_testimonial_sheetsociety.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"//images.ctfassets.net/sxag7u4cz1re/4hoNuWb3EXwvbUQJUAByBG/3fa3c5420ad173be4af82a22785d88fb/customer_testimonial_sheetsociety.svg\" alt draggable=\"false\" loading=\"lazy\" class=\"css-swx17r\">"
},
{
"src": "//images.ctfassets.net/sxag7u4cz1re/dFeQWGH5XFZN96f2AUOCM/07163e35a277a36fa5c97f201b628121/FlowforTravel_LifestylePhotos_ProductScreen_iPhone_1_Generic-en.jpg?q=70&w=904&fm=jpg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"//images.ctfassets.net/sxag7u4cz1re/dFeQWGH5XFZN96f2AUOCM/07163e35a277a36fa5c97f201b628121/FlowforTravel_LifestylePhotos_ProductScreen_iPhone_1_Generic-en.jpg?q=70&w=904&fm=jpg\" alt draggable=\"false\" loading=\"lazy\" class=\"css-d4fizv\">"
},
{
"src": "//images.ctfassets.net/sxag7u4cz1re/77R9cY1MJXBydKMndI4Fpi/5d5391f6dccde0032bcb8a7ec3ef1f4c/Frame_23.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"//images.ctfassets.net/sxag7u4cz1re/77R9cY1MJXBydKMndI4Fpi/5d5391f6dccde0032bcb8a7ec3ef1f4c/Frame_23.svg\" alt draggable=\"false\" loading=\"lazy\" class=\"css-swx17r\">"
},
{
"src": "//images.ctfassets.net/sxag7u4cz1re/1INC5yX8lG7TNnDMSla5xq/e3304dc38d44e6ab115b8f693a64e5f6/casestudy_linjer.png?q=70&w=904&fm=jpg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"//images.ctfassets.net/sxag7u4cz1re/1INC5yX8lG7TNnDMSla5xq/e3304dc38d44e6ab115b8f693a64e5f6/casestudy_linjer.png?q=70&w=904&fm=jpg\" alt draggable=\"false\" loading=\"lazy\" class=\"css-d4fizv\">"
},
{
"src": "//images.ctfassets.net/sxag7u4cz1re/3dZ4qncZQBUV10vtK1reZa/92579d0462cc894ff8e264ae6f4c22b7/saturdayclub.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"//images.ctfassets.net/sxag7u4cz1re/3dZ4qncZQBUV10vtK1reZa/92579d0462cc894ff8e264ae6f4c22b7/saturdayclub.svg\" alt draggable=\"false\" loading=\"lazy\" class=\"css-swx17r\">"
},
{
"src": "//images.ctfassets.net/sxag7u4cz1re/6x1JC4s6LnfgCGScYhWZCE/a49ecb5028b03e9537a6de1c779e47c6/frame_6.webp?q=70&w=904&fm=jpg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"//images.ctfassets.net/sxag7u4cz1re/6x1JC4s6LnfgCGScYhWZCE/a49ecb5028b03e9537a6de1c779e47c6/frame_6.webp?q=70&w=904&fm=jpg\" alt draggable=\"false\" loading=\"lazy\" class=\"css-d4fizv\">"
},
{
"src": "//images.ctfassets.net/sxag7u4cz1re/55rNIt2qMEmyhGAUP0xs1L/c486ec541af60ea72a1ad4295c640719/case_study_logo-pure.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"//images.ctfassets.net/sxag7u4cz1re/55rNIt2qMEmyhGAUP0xs1L/c486ec541af60ea72a1ad4295c640719/case_study_logo-pure.svg\" alt draggable=\"false\" loading=\"lazy\" class=\"css-swx17r\">"
},
{
"src": "//images.ctfassets.net/sxag7u4cz1re/2IMKp7VNWlyA01IHAvbhXw/436489af80bf19adb2e41ef1a6f39732/frame_1.webp?q=70&w=904&fm=jpg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"//images.ctfassets.net/sxag7u4cz1re/2IMKp7VNWlyA01IHAvbhXw/436489af80bf19adb2e41ef1a6f39732/frame_1.webp?q=70&w=904&fm=jpg\" alt draggable=\"false\" loading=\"lazy\" class=\"css-d4fizv\">"
},
{
"src": "//images.ctfassets.net/sxag7u4cz1re/6kpIZSsZj0q6ikge2w4l77/5872d297a9612dd0ade99aaf2170800b/plum3.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"//images.ctfassets.net/sxag7u4cz1re/6kpIZSsZj0q6ikge2w4l77/5872d297a9612dd0ade99aaf2170800b/plum3.svg\" alt draggable=\"false\" loading=\"lazy\" class=\"css-swx17r\">"
},
{
"src": "//images.ctfassets.net/sxag7u4cz1re/3rAui6SOGdNIlGzF9YF5kO/88bd77570aad027137ebbc51f3e5664e/frame_4.webp?q=70&w=904&fm=jpg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"//images.ctfassets.net/sxag7u4cz1re/3rAui6SOGdNIlGzF9YF5kO/88bd77570aad027137ebbc51f3e5664e/frame_4.webp?q=70&w=904&fm=jpg\" alt draggable=\"false\" loading=\"lazy\" class=\"css-d4fizv\">"
},
{
"src": "//images.ctfassets.net/sxag7u4cz1re/2L3pX7fY10dxCP7RUR6HG0/6172dcdd4928e070cd050f239624b0eb/clipchamp.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"//images.ctfassets.net/sxag7u4cz1re/2L3pX7fY10dxCP7RUR6HG0/6172dcdd4928e070cd050f239624b0eb/clipchamp.svg\" alt draggable=\"false\" loading=\"lazy\" class=\"css-swx17r\">"
},
{
"src": "//images.ctfassets.net/sxag7u4cz1re/2w0BkOO8857Xz5k6SViH6b/b38f11136f3447aa06f9438ca4cf3f14/sheet_society.jpg?q=70&w=904&fm=jpg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"//images.ctfassets.net/sxag7u4cz1re/2w0BkOO8857Xz5k6SViH6b/b38f11136f3447aa06f9438ca4cf3f14/sheet_society.jpg?q=70&w=904&fm=jpg\" alt draggable=\"false\" loading=\"lazy\" class=\"css-d4fizv\">"
},
{
"src": "//images.ctfassets.net/sxag7u4cz1re/4hoNuWb3EXwvbUQJUAByBG/3fa3c5420ad173be4af82a22785d88fb/customer_testimonial_sheetsociety.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"//images.ctfassets.net/sxag7u4cz1re/4hoNuWb3EXwvbUQJUAByBG/3fa3c5420ad173be4af82a22785d88fb/customer_testimonial_sheetsociety.svg\" alt draggable=\"false\" loading=\"lazy\" class=\"css-swx17r\">"
},
{
"src": "//images.ctfassets.net/sxag7u4cz1re/dFeQWGH5XFZN96f2AUOCM/07163e35a277a36fa5c97f201b628121/FlowforTravel_LifestylePhotos_ProductScreen_iPhone_1_Generic-en.jpg?q=70&w=904&fm=jpg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"//images.ctfassets.net/sxag7u4cz1re/dFeQWGH5XFZN96f2AUOCM/07163e35a277a36fa5c97f201b628121/FlowforTravel_LifestylePhotos_ProductScreen_iPhone_1_Generic-en.jpg?q=70&w=904&fm=jpg\" alt draggable=\"false\" loading=\"lazy\" class=\"css-d4fizv\">"
},
{
"src": "//images.ctfassets.net/sxag7u4cz1re/77R9cY1MJXBydKMndI4Fpi/5d5391f6dccde0032bcb8a7ec3ef1f4c/Frame_23.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"//images.ctfassets.net/sxag7u4cz1re/77R9cY1MJXBydKMndI4Fpi/5d5391f6dccde0032bcb8a7ec3ef1f4c/Frame_23.svg\" alt draggable=\"false\" loading=\"lazy\" class=\"css-swx17r\">"
},
{
"src": "//images.ctfassets.net/sxag7u4cz1re/1INC5yX8lG7TNnDMSla5xq/e3304dc38d44e6ab115b8f693a64e5f6/casestudy_linjer.png?q=70&w=904&fm=jpg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"//images.ctfassets.net/sxag7u4cz1re/1INC5yX8lG7TNnDMSla5xq/e3304dc38d44e6ab115b8f693a64e5f6/casestudy_linjer.png?q=70&w=904&fm=jpg\" alt draggable=\"false\" loading=\"lazy\" class=\"css-d4fizv\">"
},
{
"src": "//images.ctfassets.net/sxag7u4cz1re/3dZ4qncZQBUV10vtK1reZa/92579d0462cc894ff8e264ae6f4c22b7/saturdayclub.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"//images.ctfassets.net/sxag7u4cz1re/3dZ4qncZQBUV10vtK1reZa/92579d0462cc894ff8e264ae6f4c22b7/saturdayclub.svg\" alt draggable=\"false\" loading=\"lazy\" class=\"css-swx17r\">"
},
{
"src": "//images.ctfassets.net/sxag7u4cz1re/5XJeGvWiV4KvodrpWqYec/da73034be1d987e9fcf1a0912878faa2/case_study_logo-dalstrong.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"//images.ctfassets.net/sxag7u4cz1re/5XJeGvWiV4KvodrpWqYec/da73034be1d987e9fcf1a0912878faa2/case_study_logo-dalstrong.svg\" alt draggable=\"false\" loading=\"lazy\" class=\"e1xjpc585 css-jy853\">"
},
{
"src": "//images.ctfassets.net/sxag7u4cz1re/7yCw6FLJo38kga5iesjhf2/a130f67913fc52b152c5bf71f6235842/frame_6_1x.webp?q=70&w=800&fm=jpg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"//images.ctfassets.net/sxag7u4cz1re/7yCw6FLJo38kga5iesjhf2/a130f67913fc52b152c5bf71f6235842/frame_6_1x.webp?q=70&w=800&fm=jpg\" alt draggable=\"false\" loading=\"lazy\" class=\"e1xjpc586 css-1lngued\">"
},
{
"src": "//images.ctfassets.net/sxag7u4cz1re/55rNIt2qMEmyhGAUP0xs1L/c486ec541af60ea72a1ad4295c640719/case_study_logo-pure.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"//images.ctfassets.net/sxag7u4cz1re/55rNIt2qMEmyhGAUP0xs1L/c486ec541af60ea72a1ad4295c640719/case_study_logo-pure.svg\" alt draggable=\"false\" loading=\"lazy\" class=\"e1xjpc585 css-jy853\">"
},
{
"src": "//images.ctfassets.net/sxag7u4cz1re/6x1JC4s6LnfgCGScYhWZCE/a49ecb5028b03e9537a6de1c779e47c6/frame_6.webp?q=70&w=800&fm=jpg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"//images.ctfassets.net/sxag7u4cz1re/6x1JC4s6LnfgCGScYhWZCE/a49ecb5028b03e9537a6de1c779e47c6/frame_6.webp?q=70&w=800&fm=jpg\" alt draggable=\"false\" loading=\"lazy\" class=\"e1xjpc586 css-1lngued\">"
},
{
"src": "//images.ctfassets.net/sxag7u4cz1re/4ooF0g4XMjIxnCl1aqEm1m/8d398d2e6a13f12636557183020075a7/crockd2.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"//images.ctfassets.net/sxag7u4cz1re/4ooF0g4XMjIxnCl1aqEm1m/8d398d2e6a13f12636557183020075a7/crockd2.svg\" alt draggable=\"false\" loading=\"lazy\" class=\"e1xjpc585 css-jy853\">"
},
{
"src": "//images.ctfassets.net/sxag7u4cz1re/4Eo1qXFGrck8AeiiTemW1a/700b678bf98b3a77b0daa146bf15be35/frame_8_1x.webp?q=70&w=800&fm=jpg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"//images.ctfassets.net/sxag7u4cz1re/4Eo1qXFGrck8AeiiTemW1a/700b678bf98b3a77b0daa146bf15be35/frame_8_1x.webp?q=70&w=800&fm=jpg\" alt draggable=\"false\" loading=\"lazy\" class=\"e1xjpc586 css-1lngued\">"
},
{
"src": "//images.ctfassets.net/sxag7u4cz1re/6kpIZSsZj0q6ikge2w4l77/5872d297a9612dd0ade99aaf2170800b/plum3.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"//images.ctfassets.net/sxag7u4cz1re/6kpIZSsZj0q6ikge2w4l77/5872d297a9612dd0ade99aaf2170800b/plum3.svg\" alt draggable=\"false\" loading=\"lazy\" class=\"e1xjpc585 css-jy853\">"
},
{
"src": "//images.ctfassets.net/sxag7u4cz1re/2IMKp7VNWlyA01IHAvbhXw/436489af80bf19adb2e41ef1a6f39732/frame_1.webp?q=70&w=800&fm=jpg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"//images.ctfassets.net/sxag7u4cz1re/2IMKp7VNWlyA01IHAvbhXw/436489af80bf19adb2e41ef1a6f39732/frame_1.webp?q=70&w=800&fm=jpg\" alt draggable=\"false\" loading=\"lazy\" class=\"e1xjpc586 css-1lngued\">"
},
{
"src": "//images.ctfassets.net/sxag7u4cz1re/1NjzrC37HjimZpL6rIGGA8/b0211f5aa3b29e8dbe90aa0fb2075b76/case_study_logo-mr_yum.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"//images.ctfassets.net/sxag7u4cz1re/1NjzrC37HjimZpL6rIGGA8/b0211f5aa3b29e8dbe90aa0fb2075b76/case_study_logo-mr_yum.svg\" alt draggable=\"false\" loading=\"lazy\" class=\"e1xjpc585 css-jy853\">"
},
{
"src": "//images.ctfassets.net/sxag7u4cz1re/6p408MT5SbGb0VvZIchlcf/631cadefb71d60dbe5b1447d2901bc79/frame_3.webp?q=70&w=800&fm=jpg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"//images.ctfassets.net/sxag7u4cz1re/6p408MT5SbGb0VvZIchlcf/631cadefb71d60dbe5b1447d2901bc79/frame_3.webp?q=70&w=800&fm=jpg\" alt draggable=\"false\" loading=\"lazy\" class=\"e1xjpc586 css-1lngued\">"
},
{
"src": "//images.ctfassets.net/sxag7u4cz1re/2L3pX7fY10dxCP7RUR6HG0/6172dcdd4928e070cd050f239624b0eb/clipchamp.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"//images.ctfassets.net/sxag7u4cz1re/2L3pX7fY10dxCP7RUR6HG0/6172dcdd4928e070cd050f239624b0eb/clipchamp.svg\" alt draggable=\"false\" loading=\"lazy\" class=\"e1xjpc585 css-jy853\">"
},
{
"src": "//images.ctfassets.net/sxag7u4cz1re/3rAui6SOGdNIlGzF9YF5kO/88bd77570aad027137ebbc51f3e5664e/frame_4.webp?q=70&w=800&fm=jpg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"//images.ctfassets.net/sxag7u4cz1re/3rAui6SOGdNIlGzF9YF5kO/88bd77570aad027137ebbc51f3e5664e/frame_4.webp?q=70&w=800&fm=jpg\" alt draggable=\"false\" loading=\"lazy\" class=\"e1xjpc586 css-1lngued\">"
},
{
"src": "//images.ctfassets.net/sxag7u4cz1re/4R8OHPbhyrXiewI1OAkHA9/32b0289e8f41b3707bce6169bf7d32a9/case_study_logo-zoomo.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"//images.ctfassets.net/sxag7u4cz1re/4R8OHPbhyrXiewI1OAkHA9/32b0289e8f41b3707bce6169bf7d32a9/case_study_logo-zoomo.svg\" alt draggable=\"false\" loading=\"lazy\" class=\"e1xjpc585 css-jy853\">"
},
{
"src": "//images.ctfassets.net/sxag7u4cz1re/3cR3kz1j1l86aMUwsWbWLm/0a84e3091704201d2818dcaa8b5e46c1/frame_17.webp?q=70&w=800&fm=jpg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"//images.ctfassets.net/sxag7u4cz1re/3cR3kz1j1l86aMUwsWbWLm/0a84e3091704201d2818dcaa8b5e46c1/frame_17.webp?q=70&w=800&fm=jpg\" alt draggable=\"false\" loading=\"lazy\" class=\"e1xjpc586 css-1lngued\">"
},
{
"src": "//images.ctfassets.net/sxag7u4cz1re/4hoNuWb3EXwvbUQJUAByBG/3fa3c5420ad173be4af82a22785d88fb/customer_testimonial_sheetsociety.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"//images.ctfassets.net/sxag7u4cz1re/4hoNuWb3EXwvbUQJUAByBG/3fa3c5420ad173be4af82a22785d88fb/customer_testimonial_sheetsociety.svg\" alt draggable=\"false\" loading=\"lazy\" class=\"e1xjpc585 css-jy853\">"
},
{
"src": "//images.ctfassets.net/sxag7u4cz1re/2w0BkOO8857Xz5k6SViH6b/b38f11136f3447aa06f9438ca4cf3f14/sheet_society.jpg?q=70&w=800&fm=jpg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"//images.ctfassets.net/sxag7u4cz1re/2w0BkOO8857Xz5k6SViH6b/b38f11136f3447aa06f9438ca4cf3f14/sheet_society.jpg?q=70&w=800&fm=jpg\" alt draggable=\"false\" loading=\"lazy\" class=\"e1xjpc586 css-1lngued\">"
},
{
"src": "//images.ctfassets.net/sxag7u4cz1re/7w3InRVyAte1ub1t4FGpyp/f310b8c87e02e181fc9dd71552b2e0ca/karst.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"//images.ctfassets.net/sxag7u4cz1re/7w3InRVyAte1ub1t4FGpyp/f310b8c87e02e181fc9dd71552b2e0ca/karst.svg\" alt draggable=\"false\" loading=\"lazy\" class=\"e1xjpc585 css-jy853\">"
},
{
"src": "//images.ctfassets.net/sxag7u4cz1re/68uLoDj5VPVRwFdnGVWNxs/35272d55c7bef03cb5a1fbabc99f7ebe/frame_19.webp?q=70&w=800&fm=jpg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"//images.ctfassets.net/sxag7u4cz1re/68uLoDj5VPVRwFdnGVWNxs/35272d55c7bef03cb5a1fbabc99f7ebe/frame_19.webp?q=70&w=800&fm=jpg\" alt draggable=\"false\" loading=\"lazy\" class=\"e1xjpc586 css-1lngued\">"
},
{
"src": "//images.ctfassets.net/sxag7u4cz1re/77R9cY1MJXBydKMndI4Fpi/5d5391f6dccde0032bcb8a7ec3ef1f4c/Frame_23.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"//images.ctfassets.net/sxag7u4cz1re/77R9cY1MJXBydKMndI4Fpi/5d5391f6dccde0032bcb8a7ec3ef1f4c/Frame_23.svg\" alt draggable=\"false\" loading=\"lazy\" class=\"e1xjpc585 css-jy853\">"
},
{
"src": "//images.ctfassets.net/sxag7u4cz1re/dFeQWGH5XFZN96f2AUOCM/07163e35a277a36fa5c97f201b628121/FlowforTravel_LifestylePhotos_ProductScreen_iPhone_1_Generic-en.jpg?q=70&w=800&fm=jpg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"//images.ctfassets.net/sxag7u4cz1re/dFeQWGH5XFZN96f2AUOCM/07163e35a277a36fa5c97f201b628121/FlowforTravel_LifestylePhotos_ProductScreen_iPhone_1_Generic-en.jpg?q=70&w=800&fm=jpg\" alt draggable=\"false\" loading=\"lazy\" class=\"e1xjpc586 css-1lngued\">"
},
{
"src": "//images.ctfassets.net/sxag7u4cz1re/4oUrIhKvhXFgAOdu8UAoSI/d604b3ba342e6884213379343920675e/Frame_24.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"//images.ctfassets.net/sxag7u4cz1re/4oUrIhKvhXFgAOdu8UAoSI/d604b3ba342e6884213379343920675e/Frame_24.svg\" alt draggable=\"false\" loading=\"lazy\" class=\"e1xjpc585 css-jy853\">"
},
{
"src": "//images.ctfassets.net/sxag7u4cz1re/5Zvjj9FwWGUloOjhEX5pD8/f74f2b4103ac1d1c45e5574c0a8a8e79/BSS_9592.jpg?q=70&w=800&fm=jpg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"//images.ctfassets.net/sxag7u4cz1re/5Zvjj9FwWGUloOjhEX5pD8/f74f2b4103ac1d1c45e5574c0a8a8e79/BSS_9592.jpg?q=70&w=800&fm=jpg\" alt draggable=\"false\" loading=\"lazy\" class=\"e1xjpc586 css-1lngued\">"
},
{
"src": "//images.ctfassets.net/sxag7u4cz1re/3dZ4qncZQBUV10vtK1reZa/92579d0462cc894ff8e264ae6f4c22b7/saturdayclub.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"//images.ctfassets.net/sxag7u4cz1re/3dZ4qncZQBUV10vtK1reZa/92579d0462cc894ff8e264ae6f4c22b7/saturdayclub.svg\" alt draggable=\"false\" loading=\"lazy\" class=\"e1xjpc585 css-jy853\">"
},
{
"src": "//images.ctfassets.net/sxag7u4cz1re/1INC5yX8lG7TNnDMSla5xq/e3304dc38d44e6ab115b8f693a64e5f6/casestudy_linjer.png?q=70&w=800&fm=jpg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"//images.ctfassets.net/sxag7u4cz1re/1INC5yX8lG7TNnDMSla5xq/e3304dc38d44e6ab115b8f693a64e5f6/casestudy_linjer.png?q=70&w=800&fm=jpg\" alt draggable=\"false\" loading=\"lazy\" class=\"e1xjpc586 css-1lngued\">"
},
{
"src": "//images.ctfassets.net/sxag7u4cz1re/WyjuWXlDMptjwahrq3X6g/0fc0123e3175b9e99c46b60e02490727/Download_on_the_App_Store_Badge_US-UK_RGB_blk_092917_1.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"//images.ctfassets.net/sxag7u4cz1re/WyjuWXlDMptjwahrq3X6g/0fc0123e3175b9e99c46b60e02490727/Download_on_the_App_Store_Badge_US-UK_RGB_blk_092917_1.svg\" alt loading=\"lazy\" class=\"css-uz1cd8\">"
},
{
"src": "//images.ctfassets.net/sxag7u4cz1re/5TL18WEnwcDnfSpVrwc2fb/bf367a09d287952cf8bbc485af0b93d2/google-play-badge_1.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"//images.ctfassets.net/sxag7u4cz1re/5TL18WEnwcDnfSpVrwc2fb/bf367a09d287952cf8bbc485af0b93d2/google-play-badge_1.svg\" alt loading=\"lazy\" class=\"css-uz1cd8\">"
},
{
"src": "//images.ctfassets.net/sxag7u4cz1re/2gNIbr7Y0sCVgFqOPH4bmq/640c6d5cbf4aa96ff75d9c6b08b6d250/Facebook.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"//images.ctfassets.net/sxag7u4cz1re/2gNIbr7Y0sCVgFqOPH4bmq/640c6d5cbf4aa96ff75d9c6b08b6d250/Facebook.svg\" alt loading=\"lazy\" class=\"css-uz1cd8\">"
},
{
"src": "//images.ctfassets.net/sxag7u4cz1re/3YcNYOc0sGVgYWLL07TLHc/2f34bd7a9c0ddf817c12265226e3b430/twitter-x.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"//images.ctfassets.net/sxag7u4cz1re/3YcNYOc0sGVgYWLL07TLHc/2f34bd7a9c0ddf817c12265226e3b430/twitter-x.svg\" alt loading=\"lazy\" class=\"css-uz1cd8\">"
},
{
"src": "//images.ctfassets.net/sxag7u4cz1re/109K1NkQrdWrTtYcdfoaLR/7a5a3f62375d7d9f69e096cbcbee2cc0/linkedIn.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"//images.ctfassets.net/sxag7u4cz1re/109K1NkQrdWrTtYcdfoaLR/7a5a3f62375d7d9f69e096cbcbee2cc0/linkedIn.svg\" alt loading=\"lazy\" class=\"css-uz1cd8\">"
}
],
"possibleDialogs": [],
"score": 80,
"weight": 10
}Agent Ease of UseAPIEmerging recommendation
AI context endpoint
AI context endpoint is informational for this page.
Informational
Agent Ease of UseAPIEmerging recommendation
AI context endpoint
AI context endpoint is informational for this page.
Needs attention
AI context endpoint
Issue
AI context endpoint is informational for this page.
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
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": 401,
"contentType": "text/plain; charset=utf-8",
"length": 58
},
{
"path": "/api/context",
"statusCode": 401,
"contentType": "text/plain; charset=utf-8",
"length": 58
},
{
"path": "/context",
"statusCode": 404,
"contentType": "text/html; charset=UTF-8",
"length": 5778
}
]
},
"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
GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AIO: Query intent coverage
AIO: Query intent coverage is informational for this page.
Needs attention
AIO: Query intent coverage
Issue
Missing likely AI Overview intent sections: what, how, compare.
Details
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": "Why Airwallex?",
"html": "<h2 class=\"css-169tzuk-CardsPanel\">Why Airwallex?</h2>"
},
{
"text": "Powerful solutions engineered for global businesses",
"html": "<h2 class=\"css-1g7qx7e-CardsPanel\">Powerful solutions engineered for global businesses</h2>"
},
{
"text": "Your financial universe on one platform",
"html": "<h2 class=\"css-1s14e2j\">Your financial universe on one platform</h2>"
},
{
"text": "Gain a competitive edge with Airwallex",
"html": "<h2 class=\"css-1w9hcq5\">Gain a competitive edge with Airwallex</h2>"
},
{
"text": "All you need to do business, locally and globally",
"html": "<h2 class=\"css-1p6pbj4\">All you need to do business, locally and globally</h2>"
},
{
"text": "Radically save time and cost every single day",
"html": "<h2 class=\"css-1p6pbj4\">Radically save time and cost every single day</h2>"
},
{
"text": "Automated workflows, enhanced by AI",
"html": "<h2 class=\"css-1p6pbj4\">Automated workflows, enhanced by AI</h2>"
},
{
"text": "Tap into the world’s local payments network",
"html": "<h2 class=\"evywugd3 css-6lrrht\">Tap into the world’s local payments network</h2>"
},
{
"text": "70+",
"html": "<h2 headingcolor=\"linear-gradient(135deg, #FF4F42 0%, #FF8E3C 100%)\" class=\"evywugd7 css-13uoiv7\"><span>70+</span></h2>"
},
{
"text": "120+",
"html": "<h2 headingcolor=\"linear-gradient(135deg, #D200A3 0%, #F80F6B 100%)\" class=\"evywugd7 css-19j1vwm\"><span>120+</span></h2>"
},
{
"text": "$235B+",
"html": "<h2 headingcolor=\"linear-gradient(134.98deg, #612FFF 13.72%, #D200A3 100%)\" class=\"evywugd7 css-3fcc2k\"><span>$235B+</span></h2>"
},
{
"text": "180+",
"html": "<h2 headingcolor=\"linear-gradient(315deg, #FB1C50 0%, #C109AE 50.68%, #612FFF 100%)\" class=\"evywugd7 css-1lfugkk\"><span>180+</span></h2>"
},
{
"text": "Trusted by 200,000+ businesses",
"html": "<h2 class=\"css-q31wf7-TestimonialQuotesCarousel\">Trusted by 200,000+ businesses</h2>"
},
{
"text": "Create an Airwallex account today",
"html": "<h2 class=\"css-ddobaj-CTABannerContainer\">Create an Airwallex account today</h2>"
}
],
"expected": [
{
"id": "what",
"label": "What is Airwallex: Trusted Global Payments & Financia...?",
"pattern": {}
},
{
"id": "how",
"label": "How does Airwallex: Trusted Global Payments & Financia... work?",
"pattern": {}
},
{
"id": "benefits",
"label": "Why use Airwallex: Trusted Global Payments & Financia...?",
"pattern": {}
},
{
"id": "cost",
"label": "Is Airwallex: Trusted Global Payments & Financia... free or paid?",
"pattern": {}
},
{
"id": "compare",
"label": "How does Airwallex: Trusted Global Payments & Financia... compare with alternatives?",
"pattern": {}
}
],
"missing": [
{
"id": "what",
"label": "What is Airwallex: Trusted Global Payments & Financia...?",
"pattern": {}
},
{
"id": "how",
"label": "How does Airwallex: Trusted Global Payments & Financia... work?",
"pattern": {}
},
{
"id": "compare",
"label": "How does Airwallex: Trusted Global Payments & Financia... compare with alternatives?",
"pattern": {}
}
],
"score": 70,
"weight": 4
}Agent Ease of UseAuthEmerging recommendation
Auth.md Agent Registration
Auth.md Agent Registration has an informational finding because the page appears to support authentication.
Informational
Agent Ease of UseAuthEmerging recommendation
Auth.md Agent Registration
Auth.md Agent Registration has an informational finding because the page appears to support authentication.
Needs attention
Auth.md Agent Registration
Issue
auth.md response did not match the expected agent registration shape. Content-Type "text/html; charset=UTF-8" is not Markdown or text/plain; missing registration instructions; missing /.well-known/oauth-protected-resource link; missing /.well-known/oauth-authorization-server link; missing supported identity type language; missing credential type language.
Why it matters
Agent registration metadata lets automated clients find the registration path, supported identity types, credential types, and related claim or revocation endpoints without scraping human docs.
Check name
Auth.md Agent Registration
Score
0/100
Status
informational
Category
Auth
Maturity
Emerging recommendation
Goal
Publish Auth.md and agent_auth metadata so agents can discover registration and credential requirements.
Result
Auth.md Agent Registration has an informational finding because the page appears to support authentication.
Validation steps
Fetch and validate /auth.md
auth.md response did not match the expected agent registration shape. Content-Type "text/html; charset=UTF-8" is not Markdown or text/plain; missing registration instructions; missing /.well-known/oauth-protected-resource link; missing /.well-known/oauth-authorization-server link; missing supported identity type language; missing credential type language.
Publish protected resource metadata
The OAuth Protected Resource metadata endpoint did not return HTTP 2xx.
Validate agent_auth authorization metadata
OAuth authorization server metadata could not be fetched.
Evidence
{
"failedStep": "auth-md",
"steps": [
{
"id": "auth-md",
"title": "Fetch and validate /auth.md",
"status": "fail",
"evidence": {
"path": "/auth.md",
"ok": false,
"statusCode": 404,
"contentType": "text/html; charset=UTF-8",
"length": 5778,
"validation": {
"valid": false,
"issue": "auth.md response did not match the expected agent registration shape. Content-Type \"text/html; charset=UTF-8\" is not Markdown or text/plain; missing registration instructions; missing /.well-known/oauth-protected-resource link; missing /.well-known/oauth-authorization-server link; missing supported identity type language; missing credential type language.",
"compatibleContentType": false,
"contentLength": 5361,
"hasRegisterInstructions": false,
"hasProtectedResourceLink": false,
"hasAuthorizationServerLink": false,
"mentionsIdentity": false,
"mentionsCredential": false,
"links": [
"/static/favicons/safari-pinned-tab.svg",
"/static/favicons/apple-touch-icon.png",
"/png",
"/static/favicons/favicon-32x32.png",
"/png",
"/static/favicons/favicon-16x16.png",
"/static/favicons/site.webmanifest",
"/style",
"/script",
"/static/js/webfont.js"
],
"rawExcerpt": "<!DOCTYPE html><html class=\"language-en\" lang=\"en\"><head><meta charSet=\"utf-8\"/><meta http-equiv=\"X-UA-Compatible\" content=\"IE=edge\"/><meta name=\"viewport\" content=\"width=device-width, initial-scale=1\"/><meta name=\"format-detection\" content=\"telephone=no\"/><link rel=\"mask-icon\" href=\"/static/favicons/safari-pinned-tab.svg\" color=\"#000000\"/><link rel=\"apple-touch-icon\" sizes=\"180x180\" href=\"/static/favicons/apple-touch-icon.png\"/><link rel=\"icon\" type=\"image/png\" sizes=\"32x32\" href=\"/static/favicons/favicon-32x32.png\"/><link rel=\"icon\" type=\"image/png\" sizes=\"16x16\" href=\"/static/favicons/favicon-16x16.png\"/><link rel=\"manifest\" href=\"/static/favicons/site.webmanifest\"/><meta name=\"msapplication-TileColor\" content=\"#da532c\"/><meta name=\"theme-color\" content=\"#ffffff\"/><style>html,body{margi"
}
},
"issue": "auth.md response did not match the expected agent registration shape. Content-Type \"text/html; charset=UTF-8\" is not Markdown or text/plain; missing registration instructions; missing /.well-known/oauth-protected-resource link; missing /.well-known/oauth-authorization-server link; missing supported identity type language; missing credential type language.",
"howToFix": "Serve /auth.md at the site root as Markdown with agent registration instructions and links to OAuth metadata."
},
{
"id": "oauth-protected-resource",
"title": "Publish protected resource metadata",
"status": "fail",
"evidence": {
"path": "/.well-known/oauth-protected-resource",
"ok": false,
"statusCode": 404,
"contentType": "text/html; charset=UTF-8",
"length": 4859,
"text": "<!DOCTYPE html><html class=\"language-en\" lang=\"en\"><head><meta charSet=\"utf-8\"/><meta http-equiv=\"X-UA-Compatible\" content=\"IE=edge\"/><meta name=\"viewport\" content=\"width=device-width, initial-scale=1\"/><meta name=\"format-detection\" content=\"telephone=no\"/><link rel=\"mask-icon\" href=\"/static/favicons/safari-pinned-tab.svg\" color=\"#000000\"/><link rel=\"apple-touch-icon\" sizes=\"180x180\" href=\"/static/favicons/apple-touch-icon.png\"/><link rel=\"icon\" type=\"image/png\" sizes=\"32x32\" href=\"/static/favicons/favicon-32x32.png\"/><link rel=\"icon\" type=\"image/png\" sizes=\"16x16\" href=\"/static/favicons/favicon-16x16.png\"/><link rel=\"manifest\" href=\"/static/favicons/site.webmanifest\"/><meta name=\"msapplication-TileColor\" content=\"#da532c\"/><meta name=\"theme-color\" content=\"#ffffff\"/><style>html,body{margin:0;min-height:100%;fontFamily:Helvetica,Arial,sans-serif;font-size:14px;line-height:1.6;background-color:#FFF;webkit-font-smoothing:antialiased;moz-osx-font-smoothing:grayscale;}html.wf-active,.wf-active body{font-family:AxLLCircular,Helvetica,Arial,sans-serif;}h1,h2,h3,h4,h5,h6{font-family:AxLLCircular,Helvetica,Arial,sans-serif;}.wf-active h1,.wf-active h2,.wf-active h3,.wf-active h4,.wf-active h5,.wf-active h6{font-family:AxLLCircular,Helvetica,Arial,sans-serif;}*,*:before,*:after{box-sizing:border-box;}a{-webkit-text-decoration:none;text-decoration:none;color:inherit;}img{max-width:100%;}::selection{background-color:#2a2a2a;color:white;}</style><script data-cfasync=\"false\">window.airwallex = window.airwallex || {}</script><script src=\"/static/js/webfont.js\"></script><script>\n WebFont.load({ custom: {\n families: ['AxLLCircular'],\n urls: [\n '/static/css/fonts.css?20210531',\n ]\n }})\n </script><meta name=\"viewport\" content=\"width=device-width\"/><meta charSet=\"utf-8\"/><title>Page not found | Airwallex</title><meta name=\"next-head-count\" content=\"3\"/><link rel=\"preload\" href=\"/_next/static/VnixebrzsyxgyofmsyFrR/pages/404.js\" as=\"script\"/><link rel=\"preload\" href=\"/_next/static/VnixebrzsyxgyofmsyFrR/pages/_app.js\" as=\"script\"/><link rel=\"preload\" href=\"/_next/static/runtime/webpack-44358afd74fe65c6dc46.js\" as=\"script\"/><link rel=\"preload\" href=\"/_next/static/chunks/framework.6bab9d3d4711fc074000.js\" as=\"script\"/><link rel=\"preload\" href=\"/_next/static/chunks/912e5eaf.579ee6294f47c46e4c5d.js\" as=\"script\"/><link rel=\"preload\" href=\"/_next/static/chunks/commons.20f6bac744c78d414539.js\" as=\"script\"/><link rel=\"preload\" href=\"/_next/static/runtime/main-9bacb0895da5b0f87e7e.js\" as=\"script\"/><link rel=\"preload\" href=\"/_next/static/chunks/a1fea5eb761ed29e311e7c12e4247dad3fb0ac98.3ad9dc8a16cbe513fbdd.js\" as=\"script\"/></head><body><div id=\"__next\"></div><script></script><script data-cfasync=\"false\" src=\"//region-lookup.airwallex.com/region.js\" async=\"\"></script><script data-cfasync=\"false\">\n window.addEventListener('load', function() {\n var scriptId = 'baidu-tongji-script';\n if (window.airwallex && window.airwallex.region === 'shenzhen' && !document.getElementById(scriptId)) {\n var _hmt = _hmt || [];\n (function() {\n var hm = document.createElement('script');\n hm.id = scriptId;\n hm.src = 'https://hm.baidu.com/hm.js?68c69db37d0c232db40b73220501ee62';\n var s = document.getElementsByTagName('script')[0];\n s.parentNode.insertBefore(hm, s);\n })();\n }\n });\n </script><script id=\"__NEXT_DATA__\" type=\"application/json\">{\"props\":{\"pageProps\":{}},\"page\":\"/404\",\"query\":{},\"buildId\":\"VnixebrzsyxgyofmsyFrR\",\"nextExport\":true,\"isFallback\":false}</script><script nomodule=\"\" src=\"/_next/static/runtime/polyfills-8c690d3f3f38c2f72ac3.js\"></script><script async=\"\" data-next-page=\"/404\" src=\"/_next/static/VnixebrzsyxgyofmsyFr"
},
"issue": "The OAuth Protected Resource metadata endpoint did not return HTTP 2xx.",
"howToFix": "Publish /.well-known/oauth-protected-resource with resource and authorization_servers fields."
},
{
"id": "agent-auth-block",
"title": "Validate agent_auth authorization metadata",
"status": "fail",
"evidence": {
"valid": false,
"issue": "OAuth authorization server metadata could not be fetched.",
"fetch": {
"ok": false,
"statusCode": 404,
"contentType": "text/html; charset=UTF-8",
"length": 4859,
"text": "<!DOCTYPE html><html class=\"language-en\" lang=\"en\"><head><meta charSet=\"utf-8\"/><meta http-equiv=\"X-UA-Compatible\" content=\"IE=edge\"/><meta name=\"viewport\" content=\"width=device-width, initial-scale=1\"/><meta name=\"format-detection\" content=\"telephone=no\"/><link rel=\"mask-icon\" href=\"/static/favicons/safari-pinned-tab.svg\" color=\"#000000\"/><link rel=\"apple-touch-icon\" sizes=\"180x180\" href=\"/static/favicons/apple-touch-icon.png\"/><link rel=\"icon\" type=\"image/png\" sizes=\"32x32\" href=\"/static/favicons/favicon-32x32.png\"/><link rel=\"icon\" type=\"image/png\" sizes=\"16x16\" href=\"/static/favicons/favicon-16x16.png\"/><link rel=\"manifest\" href=\"/static/favicons/site.webmanifest\"/><meta name=\"msapplication-TileColor\" content=\"#da532c\"/><meta name=\"theme-color\" content=\"#ffffff\"/><style>html,body{margin:0;min-height:100%;fontFamily:Helvetica,Arial,sans-serif;font-size:14px;line-height:1.6;background-color:#FFF;webkit-font-smoothing:antialiased;moz-osx-font-smoothing:grayscale;}html.wf-active,.wf-active body{font-family:AxLLCircular,Helvetica,Arial,sans-serif;}h1,h2,h3,h4,h5,h6{font-family:AxLLCircular,Helvetica,Arial,sans-serif;}.wf-active h1,.wf-active h2,.wf-active h3,.wf-active h4,.wf-active h5,.wf-active h6{font-family:AxLLCircular,Helvetica,Arial,sans-serif;}*,*:before,*:after{box-sizing:border-box;}a{-webkit-text-decoration:none;text-decoration:none;color:inherit;}img{max-width:100%;}::selection{background-color:#2a2a2a;color:white;}</style><script data-cfasync=\"false\">window.airwallex = window.airwallex || {}</script><script src=\"/static/js/webfont.js\"></script><script>\n WebFont.load({ custom: {\n families: ['AxLLCircular'],\n urls: [\n '/static/css/fonts.css?20210531',\n ]\n }})\n </script><meta name=\"viewport\" content=\"width=device-width\"/><meta charSet=\"utf-8\"/><title>Page not found | Airwallex</title><meta name=\"next-head-count\" content=\"3\"/><link rel=\"preload\" href=\"/_next/static/VnixebrzsyxgyofmsyFrR/pages/404.js\" as=\"script\"/><link rel=\"preload\" href=\"/_next/static/VnixebrzsyxgyofmsyFrR/pages/_app.js\" as=\"script\"/><link rel=\"preload\" href=\"/_next/static/runtime/webpack-44358afd74fe65c6dc46.js\" as=\"script\"/><link rel=\"preload\" href=\"/_next/static/chunks/framework.6bab9d3d4711fc074000.js\" as=\"script\"/><link rel=\"preload\" href=\"/_next/static/chunks/912e5eaf.579ee6294f47c46e4c5d.js\" as=\"script\"/><link rel=\"preload\" href=\"/_next/static/chunks/commons.20f6bac744c78d414539.js\" as=\"script\"/><link rel=\"preload\" href=\"/_next/static/runtime/main-9bacb0895da5b0f87e7e.js\" as=\"script\"/><link rel=\"preload\" href=\"/_next/static/chunks/a1fea5eb761ed29e311e7c12e4247dad3fb0ac98.3ad9dc8a16cbe513fbdd.js\" as=\"script\"/></head><body><div id=\"__next\"></div><script></script><script data-cfasync=\"false\" src=\"//region-lookup.airwallex.com/region.js\" async=\"\"></script><script data-cfasync=\"false\">\n window.addEventListener('load', function() {\n var scriptId = 'baidu-tongji-script';\n if (window.airwallex && window.airwallex.region === 'shenzhen' && !document.getElementById(scriptId)) {\n var _hmt = _hmt || [];\n (function() {\n var hm = document.createElement('script');\n hm.id = scriptId;\n hm.src = 'https://hm.baidu.com/hm.js?68c69db37d0c232db40b73220501ee62';\n var s = document.getElementsByTagName('script')[0];\n s.parentNode.insertBefore(hm, s);\n })();\n }\n });\n </script><script id=\"__NEXT_DATA__\" type=\"application/json\">{\"props\":{\"pageProps\":{}},\"page\":\"/404\",\"query\":{},\"buildId\":\"VnixebrzsyxgyofmsyFrR\",\"nextExport\":true,\"isFallback\":false}</script><script nomodule=\"\" src=\"/_next/static/runtime/polyfills-8c690d3f3f38c2f72ac3.js\"></script><script async=\"\" data-next-page=\"/404\" src=\"/_next/static/VnixebrzsyxgyofmsyFr"
}
},
"issue": "OAuth authorization server metadata could not be fetched.",
"howToFix": "Add agent_auth to /.well-known/oauth-authorization-server with register_uri, supported identity types, credential types, and claim or revocation URLs where applicable."
}
],
"authApplicability": {
"supportsAuth": true,
"score": 9,
"signals": [
{
"source": "link:href",
"weight": 3,
"match": "auth link"
},
{
"source": "button:attribute",
"weight": 3,
"match": "auth control annotation"
},
{
"source": "visible-text",
"weight": 3,
"match": "log in"
}
]
},
"resourceFetchSucceeded": false
}AI DiscoverabilityDiscoverabilityEstablished
IndexNow key
IndexNow key is informational for this page.
Informational
AI DiscoverabilityDiscoverabilityEstablished
IndexNow key
IndexNow key is informational for this page.
Needs attention
IndexNow key
Issue
IndexNow key is informational for this page.
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
Find advertised IndexNow key location
No IndexNow key location was advertised in HTML, Link headers, or robots.txt.
Fetch and validate IndexNow key file
No discoverable IndexNow key file was found.
Evidence
{
"steps": [
{
"id": "advertised-location",
"title": "Find advertised IndexNow key location",
"status": "informational",
"evidence": {
"advertised": []
},
"issue": "No IndexNow key location was advertised in HTML, Link headers, or robots.txt.",
"howToFix": "Advertise the key location with robots.txt IndexNow-Key, rel=\"indexnow-key\", or meta name=\"indexnow-key-location\" if you want scanners to verify it."
},
{
"id": "fetch-key",
"title": "Fetch and validate IndexNow key file",
"status": "informational",
"evidence": {
"advertised": [],
"checked": []
},
"issue": "No discoverable IndexNow key file was found.",
"howToFix": "Host a UTF-8 text file named {key}.txt using a 32-character hexadecimal key whose body exactly matches the key."
}
]
}Agent Ease of UseAuthEstablished
OAuth / OIDC discovery
OAuth / OIDC discovery has an informational finding because the page appears to support authentication.
Informational
Agent Ease of UseAuthEstablished
OAuth / OIDC discovery
OAuth / OIDC discovery has an informational finding because the page appears to support authentication.
Needs attention
OAuth / OIDC discovery
Issue
OAuth / OIDC discovery was not found at the expected path.
Why it matters
OAuth and OIDC discovery let agents find authorization, token, and key endpoints programmatically instead of relying on human documentation.
Check name
OAuth / OIDC discovery
Score
0/100
Status
informational
Category
Auth
Maturity
Established
Goal
Publish OAuth/OIDC discovery metadata so agents can authenticate with your APIs.
Result
OAuth / OIDC discovery has an informational finding because the page appears to support authentication.
Validation steps
Fetch to find resource
OAuth / OIDC discovery was not found at the expected path.
Evidence
{
"failedStep": "fetch",
"steps": [
{
"id": "fetch",
"title": "Fetch to find resource",
"status": "fail",
"evidence": {
"checked": [
{
"path": "/.well-known/openid-configuration",
"statusCode": 404,
"contentType": "text/html; charset=UTF-8",
"length": 4859
},
{
"path": "/.well-known/oauth-authorization-server",
"statusCode": 404,
"contentType": "text/html; charset=UTF-8",
"length": 4859
}
]
},
"issue": "OAuth / OIDC discovery was not found at the expected path.",
"howToFix": "Publish valid OAuth/OIDC metadata only when the site actually supports OAuth/OIDC. Otherwise omit provider discovery and document any unauthenticated public APIs separately."
}
],
"authApplicability": {
"supportsAuth": true,
"score": 9,
"signals": [
{
"source": "link:href",
"weight": 3,
"match": "auth link"
},
{
"source": "button:attribute",
"weight": 3,
"match": "auth control annotation"
},
{
"source": "visible-text",
"weight": 3,
"match": "log in"
}
]
},
"resourceFetchSucceeded": false
}Agent Ease of UseAuthEmerging recommendation
OAuth Protected Resource
OAuth Protected Resource has an informational finding because the page appears to support authentication.
Informational
Agent Ease of UseAuthEmerging recommendation
OAuth Protected Resource
OAuth Protected Resource has an informational finding because the page appears to support authentication.
Needs attention
OAuth Protected Resource
Issue
The OAuth Protected Resource metadata endpoint did not return HTTP 2xx.
Why it matters
Protected Resource metadata tells agents which authorization servers protect an API and how to connect authentication challenges to the right resource.
Check name
OAuth Protected Resource
Score
0/100
Status
informational
Category
Auth
Maturity
Emerging recommendation
Goal
Publish OAuth Protected Resource Metadata so agents can discover how to authenticate.
Result
OAuth Protected Resource has an informational finding because the page appears to support authentication.
Validation steps
Fetch protected resource metadata
The OAuth Protected Resource metadata endpoint did not return HTTP 2xx.
Validate protected resource metadata
Response is not valid JSON.
Validate protected resource identity
Protected resource metadata `resource` did not match the resource identifier used to retrieve it.
Probe protected API Bearer challenge
A protected route returned 401 without a valid WWW-Authenticate: Bearer challenge, matching resource_metadata URL, or matching protected resource identifier.
Evidence
{
"failedStep": "fetch",
"steps": [
{
"id": "fetch",
"title": "Fetch protected resource metadata",
"status": "fail",
"evidence": {
"path": "/.well-known/oauth-protected-resource",
"statusCode": 404,
"contentType": "text/html; charset=UTF-8"
},
"issue": "The OAuth Protected Resource metadata endpoint did not return HTTP 2xx.",
"howToFix": "Publish /.well-known/oauth-protected-resource JSON."
},
{
"id": "metadata",
"title": "Validate protected resource metadata",
"status": "fail",
"evidence": {
"valid": false,
"compatibleContentType": false,
"issue": "Response is not valid JSON.",
"rawExcerpt": "<!DOCTYPE html><html class=\"language-en\" lang=\"en\"><head><meta charSet=\"utf-8\"/><meta http-equiv=\"X-UA-Compatible\" content=\"IE=edge\"/><meta name=\"viewport\" content=\"width=device-width, initial-scale=1\"/><meta name=\"format-detection\" content=\"telephone=no\"/><link rel=\"mask-icon\" href=\"/static/favicons/safari-pinned-tab.svg\" color=\"#000000\"/><link rel=\"apple-touch-icon\" sizes=\"180x180\" href=\"/static/favicons/apple-touch-icon.png\"/><link rel=\"icon\" type=\"image/png\" sizes=\"32x32\" href=\"/static/favicons/favicon-32x32.png\"/><link rel=\"icon\" type=\"image/png\" sizes=\"16x16\" href=\"/static/favicons/favicon-16x16.png\"/><link rel=\"manifest\" href=\"/static/favicons/site.webmanifest\"/><meta name=\"msapplication-TileColor\" content=\"#da532c\"/><meta name=\"theme-color\" content=\"#ffffff\"/><style>html,body{margi"
},
"issue": "Response is not valid JSON.",
"howToFix": "Publish resource and authorization_servers as absolute URLs."
},
{
"id": "resource-identity",
"title": "Validate protected resource identity",
"status": "fail",
"evidence": {
"expectedResource": "https://www.airwallex.com"
},
"issue": "Protected resource metadata `resource` did not match the resource identifier used to retrieve it.",
"howToFix": "Set `resource` to the origin/resource identifier represented by /.well-known/oauth-protected-resource."
},
{
"id": "protected-route-challenge",
"title": "Probe protected API Bearer challenge",
"status": "fail",
"evidence": {
"checked": [
{
"path": "/api/admin/scans",
"statusCode": 401,
"wwwAuthenticate": {
"valid": false,
"present": false
},
"expectedMetadataUrl": "https://www.airwallex.com/.well-known/oauth-protected-resource",
"metadataUrlMatches": true,
"resourceMatchesRequestContext": true
},
{
"path": "/api/admin/summary",
"statusCode": 401,
"wwwAuthenticate": {
"valid": false,
"present": false
},
"expectedMetadataUrl": "https://www.airwallex.com/.well-known/oauth-protected-resource",
"metadataUrlMatches": true,
"resourceMatchesRequestContext": true
},
{
"path": "/api/scans",
"statusCode": 401,
"wwwAuthenticate": {
"valid": false,
"present": false
},
"expectedMetadataUrl": "https://www.airwallex.com/.well-known/oauth-protected-resource",
"metadataUrlMatches": true,
"resourceMatchesRequestContext": true
}
]
},
"issue": "A protected route returned 401 without a valid WWW-Authenticate: Bearer challenge, matching resource_metadata URL, or matching protected resource identifier.",
"howToFix": "When this site exposes bearer-protected APIs, return 401 with WWW-Authenticate: Bearer and link resource_metadata."
}
],
"authApplicability": {
"supportsAuth": true,
"score": 9,
"signals": [
{
"source": "link:href",
"weight": 3,
"match": "auth link"
},
{
"source": "button:attribute",
"weight": 3,
"match": "auth control annotation"
},
{
"source": "visible-text",
"weight": 3,
"match": "log in"
}
]
},
"resourceFetchSucceeded": false
}Performance and AccessibilityAccessibilityBrowser audit
Heading elements are not in a sequentially-descending order
100 Fail
Performance and AccessibilityAccessibilityBrowser audit
Heading elements are not in a sequentially-descending order
Check name
Heading elements are not in a sequentially-descending order
Score
0/100
Status
fail
Device
desktop
Category
Accessibility
Fix guidance
Properly ordered headings that do not skip levels convey the semantic structure of the page, making it easier to navigate and understand when using assistive technologies. [Learn more about heading order](https://dequeuniversity.com/rules/axe/4.11/heading-order).
References
https://web.dev/learn/accessibility/Evidence
{
"description": "Properly ordered headings that do not skip levels convey the semantic structure of the page, making it easier to navigate and understand when using assistive technologies. [Learn more about heading order](https://dequeuniversity.com/rules/axe/4.11/heading-order)."
}Performance and AccessibilityBest PracticesBrowser audit
Issues were logged in the `Issues` panel in Chrome Devtools
100 Fail
Performance and AccessibilityBest PracticesBrowser audit
Issues were logged in the `Issues` panel in Chrome Devtools
Check name
Issues were logged in the `Issues` panel in Chrome Devtools
Score
0/100
Status
fail
Device
desktop
Category
Best Practices
Fix guidance
Issues logged to the `Issues` panel in Chrome Devtools indicate unresolved problems. They can come from network request failures, insufficient security controls, and other browser concerns. Open up the Issues panel in Chrome DevTools for more details on each issue.
Evidence
{
"description": "Issues logged to the `Issues` panel in Chrome Devtools indicate unresolved problems. They can come from network request failures, insufficient security controls, and other browser concerns. Open up the Issues panel in Chrome DevTools for more details on each issue."
}SEOSEOBrowser audit
Links are not crawlable
50 Fail
SEOSEOBrowser audit
Links are not crawlable
Check name
Links are not crawlable
Score
0/100
Status
fail
Device
desktop
Category
SEO
Fix guidance
Search engines may use `href` attributes on links to crawl websites. Ensure that the `href` attribute of anchor elements links to an appropriate destination, so more pages of the site can be discovered. [Learn how to make links crawlable](https://support.google.com/webmasters/answer/9112205)
Evidence
{
"description": "Search engines may use `href` attributes on links to crawl websites. Ensure that the `href` attribute of anchor elements links to an appropriate destination, so more pages of the site can be discovered. [Learn how to make links crawlable](https://support.google.com/webmasters/answer/9112205)"
}SEOSEOBrowser audit
Links do not have descriptive text
50 Fail
SEOSEOBrowser audit
Links do not have descriptive text
Check name
Links do not have descriptive text
Score
0/100
Status
fail
Device
desktop
Category
SEO
Estimated savings
1 link 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": "1 link found",
"description": "Descriptive link text helps search engines understand your content. [Learn how to make links more accessible](https://developer.chrome.com/docs/lighthouse/seo/link-text/)."
}Performance and AccessibilityPerformanceBrowser audit
Forced reflow
14 Fail
Performance and AccessibilityPerformanceBrowser audit
Forced reflow
Check name
Forced reflow
Score
0/100
Status
fail
Device
desktop
Category
Performance
Fix guidance
A forced reflow occurs when JavaScript queries geometric properties (such as offsetWidth) after styles have been invalidated by a change to the DOM state. This can result in poor performance. Learn more about [forced reflows](https://developer.chrome.com/docs/performance/insights/forced-reflow) and possible mitigations.
References
https://web.dev/learn/performance/Evidence
{
"description": "A forced reflow occurs when JavaScript queries geometric properties (such as offsetWidth) after styles have been invalidated by a change to the DOM state. This can result in poor performance. Learn more about [forced reflows](https://developer.chrome.com/docs/performance/insights/forced-reflow) and possible mitigations."
}Performance and AccessibilityPerformanceBrowser audit
Image optimization
14 Fail
Performance and AccessibilityPerformanceBrowser audit
Image optimization
Check name
Image optimization
Score
0/100
Status
fail
Device
desktop
Category
Performance
Fix guidance
Review the grouped image optimization checks and improve the failing sub-checks listed in evidence.
References
https://web.dev/learn/performance/Evidence
{
"checks": [
{
"id": "image-aspect-ratio",
"title": "Displays images with incorrect aspect ratio",
"score": 0
}
]
}Performance and AccessibilityPerformanceBrowser audit
Network dependency tree
14 Fail
Performance and AccessibilityPerformanceBrowser audit
Network dependency tree
Check name
Network dependency tree
Score
0/100
Status
fail
Device
desktop
Category
Performance
Fix guidance
[Avoid chaining critical requests](https://developer.chrome.com/docs/performance/insights/network-dependency-tree) by reducing the length of chains, reducing the download size of resources, or deferring the download of unnecessary resources to improve page load.
References
https://web.dev/learn/performance/Evidence
{
"description": "[Avoid chaining critical requests](https://developer.chrome.com/docs/performance/insights/network-dependency-tree) by reducing the length of chains, reducing the download size of resources, or deferring the download of unnecessary resources to improve page load."
}Performance and AccessibilityPerformanceBrowser audit
Loading performance
8 Fail
Performance and AccessibilityPerformanceBrowser audit
Loading performance
Check name
Loading performance
Score
46/100
Status
fail
Device
desktop
Category
Performance
Fix guidance
Review the grouped loading performance checks and improve the failing sub-checks listed in evidence.
References
https://web.dev/learn/performance/Evidence
{
"checks": [
{
"id": "total-blocking-time",
"title": "Total Blocking Time",
"score": 0,
"displayValue": "8,500 ms",
"numericValue": 8501.53677236504
},
{
"id": "interactive",
"title": "Time to Interactive",
"score": 0,
"displayValue": "16.1 s",
"numericValue": 16052.09702501677
},
{
"id": "largest-contentful-paint",
"title": "Largest Contentful Paint",
"score": 70,
"displayValue": "1.8 s",
"numericValue": 1801.0582477382063
},
{
"id": "first-contentful-paint",
"title": "First Contentful Paint",
"score": 95,
"displayValue": "0.8 s",
"numericValue": 793.094078189429
},
{
"id": "max-potential-fid",
"title": "Max Potential First Input Delay",
"score": 0,
"displayValue": "3,170 ms",
"numericValue": 3171.0000000000055
},
{
"id": "server-response-time",
"title": "Initial server response time was short",
"score": 100,
"displayValue": "Root document took 20 ms",
"numericValue": 16
},
{
"id": "network-rtt",
"title": "Network Round Trip Times",
"score": 100,
"displayValue": "60 ms",
"numericValue": 63.486315
},
{
"id": "speed-index",
"title": "Speed Index",
"score": 6,
"displayValue": "4.5 s",
"numericValue": 4514.357007139506
}
]
}Performance and AccessibilityPerformanceBrowser audit
Avoid enormous network payloads
7 Warning
Performance and AccessibilityPerformanceBrowser audit
Avoid enormous network payloads
Check name
Avoid enormous network payloads
Score
50/100
Status
warning
Device
desktop
Category
Performance
Estimated savings
Total size was 13,787 KiB
Fix guidance
Large network payloads cost users real money and are highly correlated with long load times. [Learn how to reduce payload sizes](https://developer.chrome.com/docs/lighthouse/performance/total-byte-weight/).
References
https://web.dev/learn/performance/Evidence
{
"displayValue": "Total size was 13,787 KiB",
"description": "Large network payloads cost users real money and are highly correlated with long load times. [Learn how to reduce payload sizes](https://developer.chrome.com/docs/lighthouse/performance/total-byte-weight/).",
"numericValue": 14118305
}Performance and AccessibilityPerformanceBrowser audit
Improve image delivery
7 Warning
Performance and AccessibilityPerformanceBrowser audit
Improve image delivery
Check name
Improve image delivery
Score
50/100
Status
warning
Device
desktop
Category
Performance
Estimated savings
Est savings of 82 KiB
Fix guidance
Reducing the download time of images can improve the perceived load time of the page and LCP. [Learn more about optimizing image size](https://developer.chrome.com/docs/performance/insights/image-delivery)
References
https://web.dev/learn/performance/Evidence
{
"displayValue": "Est savings of 82 KiB",
"description": "Reducing the download time of images can improve the perceived load time of the page and LCP. [Learn more about optimizing image size](https://developer.chrome.com/docs/performance/insights/image-delivery)"
}Performance and AccessibilityPerformanceBrowser audit
Reduce unused CSS
7 Warning
Performance and AccessibilityPerformanceBrowser audit
Reduce unused CSS
Check name
Reduce unused CSS
Score
50/100
Status
warning
Device
desktop
Category
Performance
Estimated savings
Est savings of 40 KiB
Fix guidance
Reduce unused rules from stylesheets and defer CSS not used for above-the-fold content to decrease bytes consumed by network activity. [Learn how to reduce unused CSS](https://developer.chrome.com/docs/lighthouse/performance/unused-css-rules/).
References
https://web.dev/learn/performance/Evidence
{
"displayValue": "Est savings of 40 KiB",
"description": "Reduce unused rules from stylesheets and defer CSS not used for above-the-fold content to decrease bytes consumed by network activity. [Learn how to reduce unused CSS](https://developer.chrome.com/docs/lighthouse/performance/unused-css-rules/).",
"numericValue": 0
}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.
| Scan date | Score | Readiness | Report |
|---|---|---|---|
| 52/100 | Level 3, Bot-Aware | Current report |